sakana-element 2.4.2 → 2.5.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/dist/es/Alert-Bh6HeGRU.js +57 -0
- package/dist/es/Avatar-NF4bQN7G.js +5 -0
- package/dist/es/Badge-CHgxCwjo.js +7 -0
- package/dist/es/Breadcrumb-lEWE4Gu6.js +6 -0
- package/dist/es/Button-BM129Q7H.js +28 -0
- package/dist/es/Card-DAAF5q-g.js +8 -0
- package/dist/es/Carousel-Cc98Eg3m.js +11 -0
- package/dist/es/ChatBubble-DvRSjkcV.js +5 -0
- package/dist/es/Checkbox-WwH8lZhh.js +228 -0
- package/dist/es/Collapse-CR_RWE5e.js +11 -0
- package/dist/es/Collapsible-BHg6BxmU.js +12 -0
- package/dist/es/Command-DM1kXZ6n.js +45 -0
- package/dist/es/ConfigProvider-Bfp86-Oj.js +35 -0
- package/dist/es/Diff-Cs62zIBX.js +17 -0
- package/dist/es/Divider-Yq-jZAD6.js +5 -0
- package/dist/es/Drawer-DTIUkiIQ.js +6 -0
- package/dist/es/Dropdown-uSRkAnxr.js +115 -0
- package/dist/es/FileInput-rT_BAYOK.js +113 -0
- package/dist/es/Filter-pj4lwoJ3.js +13 -0
- package/dist/es/Icon-DXRJjblp.js +3 -0
- package/dist/es/Indicator-BeFoSuXk.js +5 -0
- package/dist/es/Input-DL5clGaQ.js +8 -0
- package/dist/es/Kbd-BK_mWOUQ.js +5 -0
- package/dist/es/Link-t_r2AmyI.js +5 -0
- package/dist/es/Loading-CfMeogGy.js +27 -0
- package/dist/es/Message-DVd-37vE.js +51 -0
- package/dist/es/Notification-DzFscVIb.js +22 -0
- package/dist/es/Pixelate-CnY7ulip.js +12 -0
- package/dist/es/Popconfirm-BeIJD0c1.js +8 -0
- package/dist/es/Progress-DkjXY0in.js +6 -0
- package/dist/es/Radio-BEFq7s6x.js +11 -0
- package/dist/es/Resizable-CiWcvscr.js +59 -0
- package/dist/es/Select-_AakAT4E.js +31 -0
- package/dist/es/Skeleton-HaEvHu7t.js +7 -0
- package/dist/es/Switch-DTwoMkmG.js +11 -0
- package/dist/es/Table-CtnNz-I3.js +5 -0
- package/dist/es/Tooltip-C3XS2Ue8.js +4 -0
- package/dist/es/Validator-B_i9IpaG.js +16 -0
- package/dist/es/index.js +41 -140
- package/dist/index.css +2 -1
- package/dist/theme/Alert.css +1 -295
- package/dist/theme/Avatar.css +1 -86
- package/dist/theme/Badge.css +1 -214
- package/dist/theme/Breadcrumb.css +1 -192
- package/dist/theme/Button.css +1 -1570
- package/dist/theme/Card.css +1 -347
- package/dist/theme/Carousel.css +1 -0
- package/dist/theme/ChatBubble.css +1 -218
- package/dist/theme/Checkbox.css +1 -604
- package/dist/theme/Collapse.css +1 -764
- package/dist/theme/Collapsible.css +1 -0
- package/dist/theme/Command.css +1 -0
- package/dist/theme/Diff.css +1 -110
- package/dist/theme/Divider.css +1 -150
- package/dist/theme/Drawer.css +1 -206
- package/dist/theme/Dropdown.css +1 -471
- package/dist/theme/FileInput.css +1 -397
- package/dist/theme/Filter.css +1 -598
- package/dist/theme/Indicator.css +1 -159
- package/dist/theme/Input.css +1 -647
- package/dist/theme/Kbd.css +1 -104
- package/dist/theme/Link.css +1 -69
- package/dist/theme/Loading.css +1 -266
- package/dist/theme/Message.css +1 -565
- package/dist/theme/Notification.css +1 -316
- package/dist/theme/Popconfirm.css +1 -46
- package/dist/theme/Progress.css +1 -278
- package/dist/theme/Radio.css +1 -492
- package/dist/theme/Resizable.css +1 -95
- package/dist/theme/Select.css +1 -584
- package/dist/theme/Skeleton.css +1 -192
- package/dist/theme/Switch.css +1 -323
- package/dist/theme/Table.css +1 -680
- package/dist/theme/Validator.css +1 -25
- package/dist/theme/index.css +1 -341
- package/dist/types/components/Badge/types.d.ts +2 -0
- package/dist/types/components/Carousel/constants.d.ts +6 -0
- package/dist/types/components/Carousel/index.d.ts +77 -0
- package/dist/types/components/Carousel/types.d.ts +27 -0
- package/dist/types/components/Collapsible/constants.d.ts +6 -0
- package/dist/types/components/Collapsible/index.d.ts +85 -0
- package/dist/types/components/Collapsible/types.d.ts +22 -0
- package/dist/types/components/Command/constants.d.ts +4 -0
- package/dist/types/components/Command/index.d.ts +216 -0
- package/dist/types/components/Command/types.d.ts +59 -0
- package/dist/types/components/Validator/index.d.ts +1 -0
- package/dist/types/components/index.d.ts +3 -0
- package/dist/types/hooks/index.d.ts +1 -1
- package/dist/umd/index.css +2 -1
- package/dist/umd/index.css.gz +0 -0
- package/dist/umd/index.umd.cjs +1255 -5
- package/dist/umd/index.umd.cjs.gz +0 -0
- package/package.json +1 -2
- package/dist/es/Alert-DdAShH-x.js +0 -19
- package/dist/es/Avatar-BGTH7x40.js +0 -9
- package/dist/es/Badge-CYZ55qNe.js +0 -14
- package/dist/es/Breadcrumb-BTWTtzrN.js +0 -15
- package/dist/es/Button-GsSCWg5x.js +0 -24
- package/dist/es/Card-BhgzwQqo.js +0 -16
- package/dist/es/ChatBubble-4F481Agj.js +0 -9
- package/dist/es/Checkbox-C7vZGSTh.js +0 -51
- package/dist/es/Collapse-CbcSQig5.js +0 -53
- package/dist/es/ConfigProvider-K1UzjlRm.js +0 -45
- package/dist/es/Diff-B747pgwb.js +0 -64
- package/dist/es/Divider-BSu_1-AU.js +0 -9
- package/dist/es/Drawer-I2lCgyba.js +0 -40
- package/dist/es/Dropdown-B0J_c8Wv.js +0 -104
- package/dist/es/FileInput-CFg1wpsH.js +0 -33
- package/dist/es/Filter-nA8j-62U.js +0 -40
- package/dist/es/Form-C1b8Igns.js +0 -123
- package/dist/es/Icon-BulvH9Wm.js +0 -27
- package/dist/es/Indicator-BbW4iUkh.js +0 -9
- package/dist/es/Input-BUHFulIW.js +0 -42
- package/dist/es/Kbd-CeP2wkdE.js +0 -13
- package/dist/es/Link-Dks2bXo8.js +0 -11
- package/dist/es/Loading-DoBtVGWo.js +0 -92
- package/dist/es/Message-Ba_P4Wvy.js +0 -152
- package/dist/es/Notification-DzG8dLuk.js +0 -69
- package/dist/es/Overlay-DeyTycv0.js +0 -12
- package/dist/es/Pixelate-B21HKbSE.js +0 -39
- package/dist/es/Popconfirm-BqN3JxJ_.js +0 -23
- package/dist/es/Progress--6EJjbbM.js +0 -12
- package/dist/es/Radio-CrdrvrFH.js +0 -33
- package/dist/es/Resizable-By3ijQf0.js +0 -151
- package/dist/es/Select-Cq1Ucs_U.js +0 -133
- package/dist/es/Skeleton-ChCVgMSk.js +0 -15
- package/dist/es/Switch-DURmSH-T.js +0 -34
- package/dist/es/Table-BE2f9u65.js +0 -10
- package/dist/es/Tooltip-DR4Mc5Fh.js +0 -74
- package/dist/es/Validator-BYn72MYn.js +0 -40
- package/dist/es/hooks-dJGu-5DG.js +0 -170
- package/dist/es/utils-CnCdZsHG.js +0 -155
- package/dist/es/vendor-eombfMkP.js +0 -1351
- package/dist/theme/Form.css +0 -83
- package/dist/theme/Icon.css +0 -168
- package/dist/theme/Overlay.css +0 -12
- package/dist/theme/Tooltip.css +0 -235
package/dist/umd/index.umd.cjs
CHANGED
|
@@ -1,5 +1,1255 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
`)})(v,(function(r,h){return un(Oi,(function(l){var i="_."+l[0];h&l[1]&&!(function(s,a){return!(s==null||!s.length)&&Rt(s,a,0)>-1})(r,i)&&r.push(i)})),r.sort()})((function(r){var h=r.match(Ii);return h?h[1].split(Si):[]})(v),t)))}function Gt(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],d=t.apply(void 0,c);return(function(m){var p=(function(V){for(var z=V.name+"",b=jt[z],g=_i.call(jt,z)?b.length:0;g--;){var y=b[g],H=y.func;if(H==null||H==V)return y.name}return z})(m),w=so[p];if(typeof w!="function"||!(p in i2.prototype))return!1;if(m===w)return!0;var f=Pt(w);return!!f&&m===f[0]})(e)&&Lt(d,c),d.placeholder=v,Ft(d,e,o)}function dn(e){return e.placeholder}var $i=/^(?:0|[1-9]\d*)$/;function _2(e,o){var t=typeof e;return!!(o=o??9007199254740991)&&(t=="number"||t!="symbol"&&$i.test(e))&&e>-1&&e%1==0&&e<o}var Pi=Math.min,Wt="__lodash_placeholder__";function k2(e,o){for(var t=-1,v=e.length,r=0,h=[];++t<v;){var l=e[t];l!==o&&l!==Wt||(e[t]=Wt,h[r++]=t)}return h}function mn(e,o,t,v,r,h,l,i,s,a){var u=128&o,c=1&o,d=2&o,m=24&o,p=512&o,w=d?void 0:M2(e);return function f(){for(var V=arguments.length,z=Array(V),b=V;b--;)z[b]=arguments[b];if(m)var g=dn(f),y=(function(M,B){for(var I=M.length,A=0;I--;)M[I]===B&&++A;return A})(z,g);if(v&&(z=Ot(z,v,r,m)),h&&(z=$t(z,h,l,m)),V-=y,m&&V<a){var H=k2(z,g);return Gt(e,o,mn,f.placeholder,t,z,H,i,s,a-V)}var C=c?t:this,x=d?C[e]:e;return V=z.length,i?z=(function(M,B){for(var I=M.length,A=Pi(B.length,I),S=ao(M);A--;){var Z=B[A];M[A]=_2(Z,I)?S[Z]:void 0}return M})(z,i):p&&V>1&&z.reverse(),u&&s<V&&(z.length=s),this&&this!==le&&this instanceof f&&(x=w||M2(x)),x.apply(C,z)}}var Xt="__lodash_placeholder__",ji=Math.min,Ut=Math.max;function pn(e,o,t){o=="__proto__"&&co?co(e,o,{configurable:!0,enumerable:!0,value:t,writable:!0}):e[o]=t}function Je(e,o){return e===o||e!=e&&o!=o}var Ti=Object.prototype.hasOwnProperty;function uo(e,o,t){var v=e[o];Ti.call(e,o)&&Je(v,t)&&(t!==void 0||o in e)||pn(e,o,t)}function Ye(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?pn(t,i,s):uo(t,i,s)}return t}var Kt=Math.max;function Jt(e,o,t){return o=Kt(o===void 0?e.length-1:o,0),function(){for(var v=arguments,r=-1,h=Kt(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),ln(e,this,i)}}function mo(e,o){return cn(Jt(e,o,B2),e+"")}function fn(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=9007199254740991}function Ie(e){return e!=null&&fn(e.length)&&!ae(e)}function Yt(e){return mo((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)&&_2(a,u.length):c=="string"&&a in u)&&Je(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 Li=Object.prototype;function po(e){var o=e&&e.constructor;return e===(typeof o=="function"&&o.prototype||Li)}function Qt(e){return ie(e)&&Ze(e)=="[object Arguments]"}var qt=Object.prototype,Di=qt.hasOwnProperty,Ri=qt.propertyIsEnumerable,Z2=Qt((function(){return arguments})())?Qt:function(e){return ie(e)&&Di.call(e,"callee")&&!Ri.call(e,"callee")},ev=typeof _=="object"&&_&&!_.nodeType&&_,ov=ev&&typeof module=="object"&&module&&!module.nodeType&&module,nv=ov&&ov.exports===ev?le.Buffer:void 0,I2=(nv?nv.isBuffer:void 0)||function(){return!1},Y={};function gn(e){return function(o){return e(o)}}Y["[object Float32Array]"]=Y["[object Float64Array]"]=Y["[object Int8Array]"]=Y["[object Int16Array]"]=Y["[object Int32Array]"]=Y["[object Uint8Array]"]=Y["[object Uint8ClampedArray]"]=Y["[object Uint16Array]"]=Y["[object Uint32Array]"]=!0,Y["[object Arguments]"]=Y["[object Array]"]=Y["[object ArrayBuffer]"]=Y["[object Boolean]"]=Y["[object DataView]"]=Y["[object Date]"]=Y["[object Error]"]=Y["[object Function]"]=Y["[object Map]"]=Y["[object Number]"]=Y["[object Object]"]=Y["[object RegExp]"]=Y["[object Set]"]=Y["[object String]"]=Y["[object WeakMap]"]=!1;var tv=typeof _=="object"&&_&&!_.nodeType&&_,S2=tv&&typeof module=="object"&&module&&!module.nodeType&&module,wn=S2&&S2.exports===tv&&Mt.process,s2=(function(){try{return S2&&S2.require&&S2.require("util").types||wn&&wn.binding&&wn.binding("util")}catch{}})(),vv=s2&&s2.isTypedArray,zn=vv?gn(vv):function(e){return ie(e)&&fn(e.length)&&!!Y[Ze(e)]},Fi=Object.prototype.hasOwnProperty;function rv(e,o){var t=ne(e),v=!t&&Z2(e),r=!t&&!v&&I2(e),h=!t&&!v&&!r&&zn(e),l=t||v||r||h,i=l?(function(u,c){for(var d=-1,m=Array(u);++d<u;)m[d]=c(d);return m})(e.length,String):[],s=i.length;for(var a in e)!o&&!Fi.call(e,a)||l&&(a=="length"||r&&(a=="offset"||a=="parent")||h&&(a=="buffer"||a=="byteLength"||a=="byteOffset")||_2(a,s))||i.push(a);return i}function hv(e,o){return function(t){return e(o(t))}}var Gi=hv(Object.keys,Object),Wi=Object.prototype.hasOwnProperty;function lv(e){if(!po(e))return Gi(e);var o=[];for(var t in Object(e))Wi.call(e,t)&&t!="constructor"&&o.push(t);return o}function $e(e){return Ie(e)?rv(e):lv(e)}var Xi=Object.prototype.hasOwnProperty,iv=Yt((function(e,o){if(po(o)||Ie(o))Ye(o,$e(o),e);else for(var t in o)Xi.call(o,t)&&uo(e,t,o[t])})),Ui=Object.prototype.hasOwnProperty;function E2(e){return Ie(e)?rv(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=po(o),v=[];for(var r in o)(r!="constructor"||!t&&Ui.call(o,r))&&v.push(r);return v})(e)}var Ki=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ji=/^\w*$/;function Vn(e,o){if(ne(e))return!1;var t=typeof e;return!(t!="number"&&t!="symbol"&&t!="boolean"&&e!=null&&!vo(e))||Ji.test(e)||!Ki.test(e)||o!=null&&e in Object(o)}var A2=Ke(Object,"create"),Yi=Object.prototype.hasOwnProperty,Qi=Object.prototype.hasOwnProperty;function Qe(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 fo(e,o){for(var t=e.length;t--;)if(Je(e[t][0],o))return t;return-1}Qe.prototype.clear=function(){this.__data__=A2?A2(null):{},this.size=0},Qe.prototype.delete=function(e){var o=this.has(e)&&delete this.__data__[e];return this.size-=o?1:0,o},Qe.prototype.get=function(e){var o=this.__data__;if(A2){var t=o[e];return t==="__lodash_hash_undefined__"?void 0:t}return Yi.call(o,e)?o[e]:void 0},Qe.prototype.has=function(e){var o=this.__data__;return A2?o[e]!==void 0:Qi.call(o,e)},Qe.prototype.set=function(e,o){var t=this.__data__;return this.size+=this.has(e)?0:1,t[e]=A2&&o===void 0?"__lodash_hash_undefined__":o,this};var qi=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=fo(o,e);return!(t<0||(t==o.length-1?o.pop():qi.call(o,t,1),--this.size,0))},Pe.prototype.get=function(e){var o=this.__data__,t=fo(o,e);return t<0?void 0:o[t][1]},Pe.prototype.has=function(e){return fo(this.__data__,e)>-1},Pe.prototype.set=function(e,o){var t=this.__data__,v=fo(t,e);return v<0?(++this.size,t.push([e,o])):t[v][1]=o,this};var N2=Ke(le,"Map");function go(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 Hn(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(Hn.Cache||je),t}je.prototype.clear=function(){this.size=0,this.__data__={hash:new Qe,map:new(N2||Pe),string:new Qe}},je.prototype.delete=function(e){var o=go(this,e).delete(e);return this.size-=o?1:0,o},je.prototype.get=function(e){return go(this,e).get(e)},je.prototype.has=function(e){return go(this,e).has(e)},je.prototype.set=function(e,o){var t=go(this,e),v=t.size;return t.set(e,o),this.size+=t.size==v?0:1,this},Hn.Cache=je;var av,xn,yn,ea=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,oa=/\\(\\)?/g,na=(av=function(e){var o=[];return e.charCodeAt(0)===46&&o.push(""),e.replace(ea,(function(t,v,r,h){o.push(r?h.replace(oa,"$1"):v||t)})),o},xn=Hn(av,(function(e){return yn.size===500&&yn.clear(),e})),yn=xn.cache,xn);function sv(e){return e==null?"":rn(e)}function O2(e,o){return ne(e)?e:Vn(e,o)?[e]:na(sv(e))}function c2(e){if(typeof e=="string"||vo(e))return e;var o=e+"";return o=="0"&&1/e==-1/0?"-0":o}function bn(e,o){for(var t=0,v=(o=O2(o,e)).length;e!=null&&t<v;)e=e[c2(o[t++])];return t&&t==v?e:void 0}function Ce(e,o,t){var v=e==null?void 0:bn(e,o);return v===void 0?t:v}function Bn(e,o){for(var t=-1,v=o.length,r=e.length;++t<v;)e[r+t]=o[t];return e}var cv=ze?ze.isConcatSpreadable:void 0;function ta(e){return ne(e)||Z2(e)||!!(cv&&e&&e[cv])}function va(e){return e!=null&&e.length?(function(o,t,v,r,h){var l=-1,i=o.length;for(v||(v=ta),h||(h=[]);++l<i;){var s=o[l];v(s)?Bn(h,s):h[h.length]=s}return h})(e):[]}var Cn=hv(Object.getPrototypeOf,Object),ra=Function.prototype,ha=Object.prototype,uv=ra.toString,la=ha.hasOwnProperty,ia=uv.call(Object);function Mn(e){if(!ie(e)||Ze(e)!="[object Object]")return!1;var o=Cn(e);if(o===null)return!0;var t=la.call(o,"constructor")&&o.constructor;return typeof t=="function"&&t instanceof t&&uv.call(t)==ia}var u2=mo((function(e,o,t){var v=1;if(t.length){var r=k2(t,dn(u2));v|=32}return(function(h,l,i,s,a,u,c,d){var m=2&l;if(!m&&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:Ut(b2(c),0),d=d===void 0?d:b2(d),p-=a?a.length:0,64&l){var w=s,f=a;s=a=void 0}var V=m?void 0:Pt(h),z=[h,l,i,s,a,w,f,void 0,c,d];if(V&&(function(g,y){var H=g[1],C=y[1],x=H|C,M=x<131,B=C==128&&H==8||C==128&&H==256&&g[7].length<=y[8]||C==384&&y[7].length<=y[8]&&H==8;if(!M&&!B)return g;1&C&&(g[2]=y[2],x|=1&H?0:4);var I=y[3];if(I){var A=g[3];g[3]=A?Ot(A,I,y[4]):I,g[4]=A?k2(g[3],Xt):y[4]}(I=y[5])&&(A=g[5],g[5]=A?$t(A,I,y[6]):I,g[6]=A?k2(g[5],Xt):y[6]),(I=y[7])&&(g[7]=I),128&C&&(g[8]=g[8]==null?y[8]:ji(g[8],y[8])),g[9]==null&&(g[9]=y[9]),g[0]=y[0],g[1]=x})(z,V),h=z[0],l=z[1],i=z[2],s=z[3],a=z[4],!(d=z[9]=z[9]===void 0?m?0:h.length:Ut(z[9]-p,0))&&24&l&&(l&=-25),l&&l!=1)b=l==8||l==16?(function(g,y,H){var C=M2(g);return function x(){for(var M=arguments.length,B=Array(M),I=M,A=dn(x);I--;)B[I]=arguments[I];var S=M<3&&B[0]!==A&&B[M-1]!==A?[]:k2(B,A);return(M-=S.length)<H?Gt(g,y,mn,x.placeholder,void 0,B,S,void 0,void 0,H-M):ln(this&&this!==le&&this instanceof x?C:g,this,B)}})(h,l,d):l!=32&&l!=33||a.length?mn.apply(void 0,z):(function(g,y,H,C){var x=1&y,M=M2(g);return function B(){for(var I=-1,A=arguments.length,S=-1,Z=C.length,O=Array(Z+A),N=this&&this!==le&&this instanceof B?M:g;++S<Z;)O[S]=C[S];for(;A--;)O[S++]=arguments[++I];return ln(N,x?H:this,O)}})(h,l,i,s);else var b=(function(g,y,H){var C=1&y,x=M2(g);return function M(){return(this&&this!==le&&this instanceof M?x:g).apply(C?H:this,arguments)}})(h,l,i);return Ft((V?At:Lt)(b,z),h,l)})(e,v,o,t,r)}));u2.placeholder={};var aa=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(!N2||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 dv=typeof _=="object"&&_&&!_.nodeType&&_,mv=dv&&typeof module=="object"&&module&&!module.nodeType&&module,pv=mv&&mv.exports===dv?le.Buffer:void 0,fv=pv?pv.allocUnsafe:void 0;function gv(e,o){if(o)return e.slice();var t=e.length,v=fv?fv(t):new e.constructor(t);return e.copy(v),v}function wv(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 zv(){return[]}var sa=Object.prototype.propertyIsEnumerable,Vv=Object.getOwnPropertySymbols,_n=Vv?function(e){return e==null?[]:(e=Object(e),wv(Vv(e),(function(o){return sa.call(e,o)})))}:zv,Hv=Object.getOwnPropertySymbols?function(e){for(var o=[];e;)Bn(o,_n(e)),e=Cn(e);return o}:zv;function xv(e,o,t){var v=o(e);return ne(e)?v:Bn(v,t(e))}function kn(e){return xv(e,$e,_n)}function yv(e){return xv(e,E2,Hv)}var Zn=Ke(le,"DataView"),In=Ke(le,"Promise"),Sn=Ke(le,"Set"),bv="[object Map]",Bv="[object Promise]",Cv="[object Set]",Mv="[object WeakMap]",_v="[object DataView]",ca=Ue(Zn),ua=Ue(N2),da=Ue(In),ma=Ue(Sn),pa=Ue(C2),Ve=Ze;(Zn&&Ve(new Zn(new ArrayBuffer(1)))!=_v||N2&&Ve(new N2)!=bv||In&&Ve(In.resolve())!=Bv||Sn&&Ve(new Sn)!=Cv||C2&&Ve(new C2)!=Mv)&&(Ve=function(e){var o=Ze(e),t=o=="[object Object]"?e.constructor:void 0,v=t?Ue(t):"";if(v)switch(v){case ca:return _v;case ua:return bv;case da:return Bv;case ma:return Cv;case pa:return Mv}return o});var fa=Object.prototype.hasOwnProperty,wo=le.Uint8Array;function En(e){var o=new e.constructor(e.byteLength);return new wo(o).set(new wo(e)),o}var ga=/\w*$/,kv=ze?ze.prototype:void 0,Zv=kv?kv.valueOf:void 0;function Iv(e,o){var t=o?En(e.buffer):e.buffer;return new e.constructor(t,e.byteOffset,e.length)}function Sv(e){return typeof e.constructor!="function"||po(e)?{}:io(Cn(e))}var Ev=s2&&s2.isMap,wa=Ev?gn(Ev):function(e){return ie(e)&&Ve(e)=="[object Map]"},Av=s2&&s2.isSet,za=Av?gn(Av):function(e){return ie(e)&&Ve(e)=="[object Set]"},Nv="[object Arguments]",Ov="[object Function]",$v="[object Object]",J={};function $2(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"&&fa.call(w,"index")&&(V.index=w.index,V.input=w.input),V})(e),!i)return ao(e,l)}else{var c=Ve(e),d=c==Ov||c=="[object GeneratorFunction]";if(I2(e))return gv(e,i);if(c==$v||c==Nv||d&&!r){if(l=s||d?{}:Sv(e),!i)return s?(function(w,f){return Ye(w,Hv(w),f)})(e,(function(w,f){return w&&Ye(f,E2(f),w)})(l,e)):(function(w,f){return Ye(w,_n(w),f)})(e,(function(w,f){return w&&Ye(f,$e(f),w)})(l,e))}else{if(!J[c])return r?e:{};l=(function(w,f,V){var z,b=w.constructor;switch(f){case"[object ArrayBuffer]":return En(w);case"[object Boolean]":case"[object Date]":return new b(+w);case"[object DataView]":return(function(g,y){var H=y?En(g.buffer):g.buffer;return new g.constructor(H,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 Iv(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,ga.exec(g));return y.lastIndex=g.lastIndex,y})(w);case"[object Symbol]":return z=w,Zv?Object(Zv.call(z)):{}}})(e,c,i)}}h||(h=new Me);var m=h.get(e);if(m)return m;h.set(e,l),za(e)?e.forEach((function(w){l.add($2(w,o,t,w,e,h))})):wa(e)&&e.forEach((function(w,f){l.set(f,$2(w,o,t,f,e,h))}));var p=u?void 0:(a?s?yv:kn:s?E2:$e)(e);return un(p||e,(function(w,f){p&&(w=e[f=w]),uo(l,f,$2(w,o,t,f,e,h))})),l}function Pv(e){return $2(e,5)}function zo(e){var o=-1,t=e==null?0:e.length;for(this.__data__=new je;++o<t;)this.add(e[o])}function Va(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 Ha(e,o){return e.has(o)}function jv(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,d=!0,m=2&t?new zo: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;d=!1;break}if(m){if(!Va(o,(function(V,z){if(!Ha(m,z)&&(p===V||r(p,V,t,v,h)))return m.push(z)}))){d=!1;break}}else if(p!==w&&!r(p,w,t,v,h)){d=!1;break}}return h.delete(e),h.delete(o),d}function xa(e){var o=-1,t=Array(e.size);return e.forEach((function(v,r){t[++o]=[r,v]})),t}function ya(e){var o=-1,t=Array(e.size);return e.forEach((function(v){t[++o]=v})),t}J[Nv]=J["[object Array]"]=J["[object ArrayBuffer]"]=J["[object DataView]"]=J["[object Boolean]"]=J["[object Date]"]=J["[object Float32Array]"]=J["[object Float64Array]"]=J["[object Int8Array]"]=J["[object Int16Array]"]=J["[object Int32Array]"]=J["[object Map]"]=J["[object Number]"]=J[$v]=J["[object RegExp]"]=J["[object Set]"]=J["[object String]"]=J["[object Symbol]"]=J["[object Uint8Array]"]=J["[object Uint8ClampedArray]"]=J["[object Uint16Array]"]=J["[object Uint32Array]"]=!0,J["[object Error]"]=J[Ov]=J["[object WeakMap]"]=!1,zo.prototype.add=zo.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},zo.prototype.has=function(e){return this.__data__.has(e)};var Tv=ze?ze.prototype:void 0,An=Tv?Tv.valueOf:void 0,ba=Object.prototype.hasOwnProperty,Lv="[object Arguments]",Dv="[object Array]",Vo="[object Object]",Rv=Object.prototype.hasOwnProperty;function Nn(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),d=ne(l),m=c?Dv:Ve(h),p=d?Dv:Ve(l),w=(m=m==Lv?Vo:m)==Vo,f=(p=p==Lv?Vo:p)==Vo,V=m==p;if(V&&I2(h)){if(!I2(l))return!1;c=!0,w=!1}if(V&&!w)return u||(u=new Me),c||zn(h)?jv(h,l,i,s,a,u):(function(H,C,x,M,B,I,A){switch(x){case"[object DataView]":if(H.byteLength!=C.byteLength||H.byteOffset!=C.byteOffset)return!1;H=H.buffer,C=C.buffer;case"[object ArrayBuffer]":return!(H.byteLength!=C.byteLength||!I(new wo(H),new wo(C)));case"[object Boolean]":case"[object Date]":case"[object Number]":return Je(+H,+C);case"[object Error]":return H.name==C.name&&H.message==C.message;case"[object RegExp]":case"[object String]":return H==C+"";case"[object Map]":var S=xa;case"[object Set]":var Z=1&M;if(S||(S=ya),H.size!=C.size&&!Z)return!1;var O=A.get(H);if(O)return O==C;M|=2,A.set(H,C);var N=jv(S(H),S(C),M,B,I,A);return A.delete(H),N;case"[object Symbol]":if(An)return An.call(H)==An.call(C)}return!1})(h,l,m,i,s,a,u);if(!(1&i)){var z=w&&Rv.call(h,"__wrapped__"),b=f&&Rv.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(H,C,x,M,B,I){var A=1&x,S=kn(H),Z=S.length;if(Z!=kn(C).length&&!A)return!1;for(var O=Z;O--;){var N=S[O];if(!(A?N in C:ba.call(C,N)))return!1}var L=I.get(H),P=I.get(C);if(L&&P)return L==C&&P==H;var W=!0;I.set(H,C),I.set(C,H);for(var F=A;++O<Z;){var T=H[N=S[O]],G=C[N];if(M)var U=A?M(G,T,N,C,H,I):M(T,G,N,H,C,I);if(!(U===void 0?T===G||B(T,G,x,M,I):U)){W=!1;break}F||(F=N=="constructor")}if(W&&!F){var oe=H.constructor,Be=C.constructor;oe==Be||!("constructor"in H)||!("constructor"in C)||typeof oe=="function"&&oe instanceof oe&&typeof Be=="function"&&Be instanceof Be||(W=!1)}return I.delete(H),I.delete(C),W})(h,l,i,s,a,u))})(e,o,t,v,Nn,r))}function Fv(e){return e==e&&!ve(e)}function Gv(e,o){return function(t){return t!=null&&t[e]===o&&(o!==void 0||e in Object(t))}}function Ba(e,o){return e!=null&&o in Object(e)}function Wv(e){return function(o){return o==null?void 0:o[e]}}function P2(e){return typeof e=="function"?e:e==null?B2:typeof e=="object"?ne(e)?(v=e[0],r=e[1],Vn(v)&&Fv(r)?Gv(c2(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 d=-1,m=(u=O2(u,a)).length,p=!1;++d<m;){var w=c2(u[d]);if(!(p=a!=null&&c(a,w)))break;a=a[w]}return p||++d!=m?p:!!(m=a==null?0:a.length)&&fn(m)&&_2(w,m)&&(ne(a)||Z2(a))})(i,s,Ba)})(h,v):Nn(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,Fv(a)]}return l})(o=e),t.length==1&&t[0][2]?Gv(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 d=(c=s[a])[0],m=l[d],p=c[1];if(c[2]){if(m===void 0&&!(d in l))return!1}else if(!Nn(p,m,3,void 0,new Me))return!1}return!0})(h,0,t)}):(function(h){return Vn(h)?Wv(c2(h)):(function(l){return function(i){return bn(i,l)}})(h)})(e);var o,t,v,r}var Xv,Uv=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},Ho=(Xv=function(e,o){return e&&Uv(e,o,$e)},function(e,o){if(e==null)return e;if(!Ie(e))return Xv(e,o);for(var t=e.length,v=-1,r=Object(e);++v<t&&o(r[v],v,r)!==!1;);return e}),On=function(){return le.Date.now()},Ca=Math.max,Ma=Math.min;function j2(e,o,t){var v,r,h,l,i,s,a=0,u=!1,c=!1,d=!0;if(typeof e!="function")throw new TypeError("Expected a function");function m(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=On();if(p(z))return f(z);i=setTimeout(w,(function(b){var g=o-(b-s);return c?Ma(g,h-(b-a)):g})(z))}function f(z){return i=void 0,d&&v?m(z):(v=r=void 0,l)}function V(){var z=On(),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?m(g):l})(s);if(c)return clearTimeout(i),i=setTimeout(w,o),m(s)}return i===void 0&&(i=setTimeout(w,o)),l}return o=ho(o)||0,ve(t)&&(u=!!t.leading,h=(c="maxWait"in t)?Ca(ho(t.maxWait)||0,o):h,d="trailing"in t?!!t.trailing:d),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(On())},V}function $n(e,o,t){(t!==void 0&&!Je(e[o],t)||t===void 0&&!(o in e))&&pn(e,o,t)}function Pn(e,o){if((o!=="constructor"||typeof e[o]!="function")&&o!="__proto__")return e[o]}function Kv(e,o,t,v,r){e!==o&&Uv(o,(function(h,l){if(r||(r=new Me),ve(h))(function(s,a,u,c,d,m,p){var w=Pn(s,u),f=Pn(a,u),V=p.get(f);if(V)$n(s,u,V);else{var z,b=m?m(w,f,u+"",s,a,p):void 0,g=b===void 0;if(g){var y=ne(f),H=!y&&I2(f),C=!y&&!H&&zn(f);b=f,y||H||C?ne(w)?b=w:ie(z=w)&&Ie(z)?b=ao(w):H?(g=!1,b=gv(f,!0)):C?(g=!1,b=Iv(f,!0)):b=[]:Mn(f)||Z2(f)?(b=w,Z2(w)?b=(function(x){return Ye(x,E2(x))})(w):ve(w)&&!ae(w)||(b=Sv(f))):g=!1}g&&(p.set(f,b),d(b,f,c,m,p),p.delete(f)),$n(s,u,b)}})(e,o,l,t,Kv,v,r);else{var i=v?v(Pn(e,l),h,l+"",e,o,r):void 0;i===void 0&&(i=h),$n(e,l,i)}}),E2)}var _a=Yt((function(e,o,t,v){Kv(e,o,t,v)}));function Jv(e,o,t){if(typeof e!="function")throw new TypeError("Expected a function");return setTimeout((function(){e.apply(void 0,t)}),o)}var ka=mo((function(e,o){return Jv(e,1,o)})),jn=mo((function(e,o,t){return Jv(e,ho(o)||0,t)}));function he(e,o){var t;return(ne(e)?un:Ho)(e,typeof(t=o)=="function"?t:B2)}function Za(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 Ia(e,o){var t=!0;return Ho(e,(function(v,r,h){return t=!!o(v,r,h)})),t}function Sa(e,o){var t=[];return Ho(e,(function(v,r,h){o(v,r,h)&&t.push(v)})),t}function Te(e,o){return(ne(e)?wv:Sa)(e,P2(o))}var Ea=Math.max;function T2(e,o,t){var v=e==null?0:e.length;if(!v)return-1;var r=t==null?0:b2(t);return r<0&&(r=Ea(v+r,0)),Dt(e,P2(o),r)}var Yv,Aa=(Yv=T2,function(e,o,t){var v=Object(e);if(!Ie(e)){var r=P2(o);e=$e(e),o=function(l){return r(v[l],l,v)}}var h=Yv(e,o,t);return h>-1?v[r?e[h]:h]:void 0});function Na(e,o){var t=-1,v=Ie(e)?Array(e.length):[];return Ho(e,(function(r,h,l){v[++t]=o(r,h,l)})),v}function Tn(e,o){return(ne(e)?ro:Na)(e,P2(o))}function _e(e){return typeof e=="string"||!ne(e)&&ie(e)&&Ze(e)=="[object String]"}var Oa=Math.max;function d2(e,o,t,v){var r;e=Ie(e)?e:(r=e)==null?[]:(function(l,i){return ro(i,(function(s){return l[s]}))})(r,$e(r)),t=t?b2(t):0;var h=e.length;return t<0&&(t=Oa(h+t,0)),_e(e)?t<=h&&e.indexOf(o,t)>-1:!!h&&Rt(e,o,t)>-1}function xo(e){return ie(e)&&e.nodeType===1&&!Mn(e)}function Qv(e){return typeof e=="number"||ie(e)&&Ze(e)=="[object Number]"}function Re(e){return e==null}function $a(e,o){return(e=(function(r,h){return h.length<2?r:bn(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=O2(o,e)))==null||delete e[c2((t=o,v=t==null?0:t.length,v?t[v-1]:void 0))];var t,v}function Pa(e){return Mn(e)?void 0:e}var qv=(function(e){return cn(Jt(e,void 0,va),e+"")})((function(e,o){var t={};if(e==null)return t;var v=!1;o=ro(o,(function(h){return h=O2(h,e),v||(v=h.length>1),h})),Ye(e,yv(e),t),v&&(t=$2(t,7,Pa));for(var r=o.length;r--;)$a(t,o[r]);return t})),ja=Wv("length"),er="\\ud800-\\udfff",Ta="["+er+"]",Ln="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",Dn="\\ud83c[\\udffb-\\udfff]",or="[^"+er+"]",nr="(?:\\ud83c[\\udde6-\\uddff]){2}",tr="[\\ud800-\\udbff][\\udc00-\\udfff]",vr="(?:"+Ln+"|"+Dn+")?",rr="[\\ufe0e\\ufe0f]?",La=rr+vr+"(?:\\u200d(?:"+[or,nr,tr].join("|")+")"+rr+vr+")*",Da="(?:"+[or+Ln+"?",Ln,nr,tr,Ta].join("|")+")",hr=RegExp(Dn+"(?="+Dn+")|"+Da+La,"g");function L2(e,o,t){return e==null?e:(function(v,r,h){if(!ve(v))return v;for(var l=-1,i=(r=O2(r,v)).length,s=i-1,a=v;a!=null&&++l<i;){var u=c2(r[l]),c=h;if(u==="__proto__"||u==="constructor"||u==="prototype")return v;if(l!=s){var d=a[u];(c=void 0)==void 0&&(c=ve(d)?d:_2(r[l+1])?[]:{})}uo(a,u,c),a=a[u]}return v})(e,o,t)}function Fe(e){if(e==null)return 0;if(Ie(e))return _e(e)?(function(t){return(function(v){return aa.test(v)})(t)?(function(v){for(var r=hr.lastIndex=0;hr.test(v);)++r;return r})(t):ja(t)})(e):e.length;var o=Ve(e);return o=="[object Map]"||o=="[object Set]"?e.size:lv(e).length}function Ra(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 Rn(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 Fa(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:Ra(e,15),light:Rn(e,35),contrast:Fa(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 yo={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"}},Fn={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"};function lr(e){return e in Fn?Fn[e]:e}const Ga=new Set(["svg","path","rect","circle","ellipse","line","polyline","polygon","g","defs","clipPath","mask","title","desc","linearGradient","radialGradient","stop","symbol","use"]),Wa=/^on/i,ir=/^\s*javascript\s*:/i;function Gn(e){if(!e||typeof e!="string"||typeof DOMParser>"u")return"";const o=new DOMParser().parseFromString(e,"image/svg+xml");return o.querySelector("parsererror")?"":(ar(o.documentElement),o.documentElement.outerHTML)}function ar(e){const o=Array.from(e.children);for(const t of o){const v=t.tagName.toLowerCase();if(Ga.has(v)){for(const r of Array.from(t.attributes))(Wa.test(r.name)||r.name==="href"&&ir.test(r.value)||r.name==="xlink:href"&&ir.test(r.value))&&t.removeAttribute(r.name);ar(t)}else t.remove()}}const D2=new Map;function sr(e){for(const[o,t]of Object.entries(e))D2.set(o,Gn(t))}function cr(e){return D2.get(e)}const j=e=>(e.install=o=>{const t=e.name;o.component(t,e)},e),ur=(e,o)=>(e.install=t=>{t.config.globalProperties[o]=e},e);function dr(e,o){for(;e.length>=o;)e[0].props.onDestroy()}function mr(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 Xa(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 pr(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)),d=l?(function(m){return m.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 m=0;m<a;m+=c)for(let p=0;p<s;p+=c){const w=Math.min(c,s-p),f=Math.min(c,a-m);let V=0,z=0,b=0,g=0;for(let x=0;x<f;x++)for(let M=0;M<w;M++){const B=4*((m+x)*s+(p+M));V+=u[B],z+=u[B+1],b+=u[B+2],g++}let y=Math.round(V/g),H=Math.round(z/g),C=Math.round(b/g);h&&(y=H=C=Math.round(.299*y+.587*H+.114*C)),d&&([y,H,C]=Xa(y,H,C,d)),v.fillStyle=`rgb(${y},${H},${C})`,v.fillRect(p,m,w,f)}}function Se(e,o="px"){return e?Qv(e)||(t=>!!_e(t)&&!Number.isNaN(Number(t)))(e)?`${e}${o}`:_e(e)?e:void 0:""}function Ge(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"]]),Bo=n.defineComponent({props:{vNode:{type:[String,Object,Function],required:!0}},setup:e=>()=>ae(e.vNode)?e.vNode():e.vNode}),fr={xs:12,sm:18,md:24,lg:36,xl:48,"2xl":72,"1x":24,"2x":48,"3x":72},Ua=["innerHTML"],Ka={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},X=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((()=>lr(o.icon))),v=n.computed((()=>{const l=cr(t.value);return l?Gn(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=fr[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,Ua)):(n.openBlock(),n.createElementBlock("span",Ka,"?"))],16))}}),[["__scopeId","data-v-57d28fe2"]]),Ja={class:"px-alert__content"},Ya={key:0,class:"px-alert__description"},Qa={key:1,class:"px-alert__close"},gr=j(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",yo[c])}));function u(){l.value=!1,r("close")}return o({open:function(){l.value=!0},close:u}),(c,d)=>(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(X,{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",Ja,[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",Ya,[n.renderSlot(c.$slots,"default",{},(()=>[n.createTextVNode(n.toDisplayString(c.description),1)]),!0)])):n.createCommentVNode("",!0),c.closable?(n.openBlock(),n.createElementBlock("div",Qa,[n.createVNode(X,{onClick:n.withModifiers(u,["stop"]),icon:"close"})])):n.createCommentVNode("",!0)])],6),[[n.vShow,l.value]])])),_:3}))}}),[["__scopeId","data-v-772da9f8"]])),wr=j(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",yo.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"]])),zr=j(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",yo[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(X,{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"]])),Vr=Symbol("breadcrumbContext"),qa={class:"px-breadcrumb","aria-label":"Breadcrumb"},es={class:"px-breadcrumb__list"},os=Q(n.defineComponent({name:"PxBreadcrumb",__name:"Breadcrumb",props:{separator:{default:"/"}},setup(e){const o=e,t=n.useSlots();return n.provide(Vr,{separator:o.separator,separatorSlot:t.separator}),(v,r)=>(n.openBlock(),n.createElementBlock("nav",qa,[n.createElementVNode("ol",es,[n.renderSlot(v.$slots,"default",{},void 0,!0)])]))}}),[["__scopeId","data-v-a0927948"]]),ns={class:"px-breadcrumb__separator","aria-hidden":"true"},ts=Q(n.defineComponent({name:"PxBreadcrumbItem",__name:"BreadcrumbItem",props:{to:{},icon:{},disabled:{type:Boolean}},setup(e){const o=n.inject(Vr,{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(X,{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",ns,[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"]]),Hr=j(os),xr=j(ts),yr=Symbol("BUTTON_GROUP_CTX_KEY"),vs={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"}},rs=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(yr,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)??"")),d=n.computed((()=>(i==null?void 0:i.disabled)||(r==null?void 0:r.disabled)||!1)),m=n.computed((()=>({marginRight:l.default?"6px":"0px"}))),p=n.computed((()=>{if(!r.color)return{};const V={...te(r.color),light:Rn(r.color,20),lighter:Rn(r.color,35)},z=r.ghost?"ghost":r.dash?"dash":r.plain?"plain":r.link?"link":"default";return re(V,"px-button",vs[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),j2(V,z,{leading:g,maxWait:z,trailing:y})})(w,r.throttleDuration,{trailing:!1});return n.onBeforeUnmount((()=>{f.cancel()})),o({ref:s,disabled:d,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":d.value,"is-loading":V.loading}]),"aria-label":V.ariaLabel,"aria-busy":V.loading||void 0,disabled:!(!d.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(X,{class:"loading-icon",icon:V.loadingIcon??"loader",style:n.normalizeStyle(m.value),size:"1x",spin:""},null,8,["icon","style"])]),!0):n.createCommentVNode("",!0),V.icon&&!V.loading?(n.openBlock(),n.createBlock(X,{key:1,icon:V.icon,style:n.normalizeStyle(m.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"]))}}),R2=Q(rs,[["__scopeId","data-v-0d682c9b"]]),hs={class:"px-button-group",role:"group"},ls=Q(n.defineComponent({name:"PxButtonGroup",__name:"ButtonGroup",props:{size:{},type:{},disabled:{type:Boolean}},setup(e){const o=e;return n.provide(yr,n.reactive({size:n.toRef(o,"size"),type:n.toRef(o,"type"),disabled:n.toRef(o,"disabled")})),(t,v)=>(n.openBlock(),n.createElementBlock("div",hs,[n.renderSlot(t.$slots,"default",{},void 0,!0)]))}}),[["__scopeId","data-v-87af5dc3"]]),Co=j(R2),Wn=j(ls),is={key:0,class:"px-card__header"},as={class:"px-card__body"},ss={key:1,class:"px-card__footer"},br=j(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={...yo,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",is,[n.renderSlot(l.$slots,"header",{},void 0,!0)])):n.createCommentVNode("",!0),n.createElementVNode("div",as,[n.renderSlot(l.$slots,"default",{},void 0,!0)]),n.unref(v).footer?(n.openBlock(),n.createElementBlock("div",ss,[n.renderSlot(l.$slots,"footer",{},void 0,!0)])):n.createCommentVNode("",!0)],6))}}),[["__scopeId","data-v-f3900769"]])),cs={"bubble-text-color":"contrast","bubble-bg-color":"color","bubble-border-color":"dark","bubble-shadow-color":"dark"},us={key:0,class:"px-chat__avatar"},ds={class:"px-chat__content"},ms={key:0,class:"px-chat__header"},ps={key:0,class:"px-chat__name"},fs={key:1,class:"px-chat__time"},gs={class:"px-chat__bubble"},ws={key:1,class:"px-chat__footer"},Br=j(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",cs):{}));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",us,[n.renderSlot(r.$slots,"avatar",{},void 0,!0)])):n.createCommentVNode("",!0),n.createElementVNode("div",ds,[n.unref(t).header||r.name||r.time?(n.openBlock(),n.createElementBlock("div",ms,[n.renderSlot(r.$slots,"header",{},(()=>[r.name?(n.openBlock(),n.createElementBlock("span",ps,n.toDisplayString(r.name),1)):n.createCommentVNode("",!0),r.time?(n.openBlock(),n.createElementBlock("span",fs,n.toDisplayString(r.time),1)):n.createCommentVNode("",!0)]),!0)])):n.createCommentVNode("",!0),n.createElementVNode("div",gs,[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",ws,[n.renderSlot(r.$slots,"footer",{},(()=>[n.createElementVNode("span",null,n.toDisplayString(r.status),1)]),!0)])):n.createCommentVNode("",!0)])],6))}}),[["__scopeId","data-v-c022026d"]]));function F2(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 Mo(e,o){F2(document,"click",(t=>{e.value&&t.target&&(e.value.contains(t.target)||o(t))}))}const Xn=(e,o)=>he(e,(t=>{ae(o)&&o(t),t.children&&Xn(t.children,o)}));function Cr(e,o,t={}){let v=0,r=0,h=0,l=0,i=!1;function s(d){d.button===0&&(i=!0,h=d.clientX-v,l=d.clientY-r,document.addEventListener("mousemove",a),document.addEventListener("mouseup",u),d.preventDefault())}function a(d){if(!i)return;const m=e.value;if(!m)return;let p=d.clientX-h,w=d.clientY-l;if(t.constrainToViewport){const f=m.getBoundingClientRect(),V=document.documentElement.clientWidth,z=document.documentElement.clientHeight,b=f.left-v,g=f.top-r,y=-b,H=V-b-f.width,C=-g,x=z-g-f.height;p=Math.max(y,Math.min(H,p)),w=Math.max(C,Math.min(x,w))}v=p,r=w,m.style.transform=`translate(${v}px, ${r}px)`}function u(){i=!1,document.removeEventListener("mousemove",a),document.removeEventListener("mouseup",u)}function c(d){d==null||d.removeEventListener("mousedown",s)}return n.watch(o,((d,m)=>{var p;c(m),i&&(i=!1,document.removeEventListener("mousemove",a),document.removeEventListener("mouseup",u)),(p=d)==null||p.addEventListener("mousedown",s)}),{immediate:!0}),n.onBeforeUnmount((()=>{c(o.value),document.removeEventListener("mousemove",a),document.removeEventListener("mouseup",u)})),{reset:function(){const d=e.value;v=0,r=0,d&&(d.style.transform="")}}}function Mr(e,{afterBlur:o,beforeBlur:t,afterFocus:v}={}){const r=n.getCurrentInstance(),{emit:h}=r,l=n.ref(),i=n.ref(!1);return F2(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 zs=["a[href]","button:not([disabled])","input:not([disabled])","textarea:not([disabled])","select:not([disabled])",'[tabindex]:not([tabindex="-1"])'].join(", ");function _r(e){let o=null,t=!1;function v(h){if(!t||h.key!=="Tab")return;const l=e.value;if(!l)return;const i=Array.from(l.querySelectorAll(zs)).filter((u=>u.offsetParent!==null));if(i.length===0)return void h.preventDefault();const s=i[0],a=i[i.length-1];h.shiftKey?document.activeElement!==s&&l.contains(document.activeElement)||(h.preventDefault(),a.focus()):document.activeElement!==a&&l.contains(document.activeElement)||(h.preventDefault(),s.focus())}function r(){t&&(t=!1,document.removeEventListener("keydown",v),o&&typeof o.focus=="function"&&o.focus(),o=null)}return n.onBeforeUnmount((()=>{r()})),{activate:function(){t||(o=document.activeElement,t=!0,document.addEventListener("keydown",v))},deactivate:r}}const kr={prefix:Math.floor(1e4*Math.random()),current:0};function se(e="er"){const o=`${e}-${kr.prefix}-${kr.current++}`;return n.ref(o)}const Vs=Symbol("i18n"),Un=(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]:"":Un(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 Un(e.slice(1),o[e[0]],t)}throw new Error("Not Found")},Zr=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 Un(v.split("."),h,r)}catch{return""}},setLocale:v=>{t[v],o.value=v},getLocale:()=>o.value,install(v){const r=this;v.provide(Vs,r),v.config.globalProperties.$t=r.t,v.config.globalProperties.$i18n=r}}},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"}}},Ir=Symbol.for("sakana-element-i18n"),Sr=e=>qv(e,"install");function _o(e){if(!e){const o=n.inject(Ir)??n.ref(Zr({locale:Kn.name,messages:{en:Kn.el}}));return n.computed((()=>Sr(n.unref(o))))}return n.computed((()=>Sr(Zr({locale:e.value.name,messages:{en:Kn.el,[e.value.name]:e.value.el}}))))}function Er(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 Ar=n.ref(0);function G2(e=2e3){const o=n.ref(e),t=n.computed((()=>Ar.value+o.value));return{initialValue:o,currentZIndex:t,nextZIndex:()=>(Ar.value++,t.value)}}const Nr="px-theme",Or="px-dark",m2=n.ref("system"),We=n.ref(!1);function Jn(e){typeof document<"u"&&(e?document.documentElement.classList.add(Or):document.documentElement.classList.remove(Or))}function $r(e){return e==="system"?typeof window<"u"&&window.matchMedia("(prefers-color-scheme: dark)").matches:e==="dark"}let Pr=!1;const Yn=Symbol("formContext"),Qn=Symbol("formItemContext");function qe(){return{form:n.inject(Yn,void 0),formItem:n.inject(Qn,void 0)}}const jr=Symbol("checkboxGroupContext"),Hs={"checked-color":"color","checked-border-color":"dark"},xs={class:"px-checkbox__input"},ys=["aria-checked","id","name","disabled","checked"],bs={key:0,class:"px-checkbox__label"},Bs=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(jr,void 0),i=!!l,{formItem:s}=qe(),a=n.ref(),u=se().value,c=n.computed((()=>i?l.modelValue.value.includes(v.value):v.modelValue)),d=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})),m=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",Hs):{}}));function V(){if(!d.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--${m.value}`]:m.value,[`px-checkbox--${p.value}`]:p.value,"is-disabled":d.value,"is-checked":c.value,"is-indeterminate":z.indeterminate}]),style:n.normalizeStyle(f.value),onClick:V},[n.createElementVNode("span",xs,[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:d.value,checked:c.value},null,8,ys),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",bs,[n.renderSlot(z.$slots,"default",{},(()=>[n.createTextVNode(n.toDisplayString(z.label),1)]))])):n.createCommentVNode("",!0)],6))}}),Cs={class:"px-checkbox-group",role:"group"},Ms=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}=qe();return n.provide(jr,{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",Cs,[n.renderSlot(h.$slots,"default")]))}}),Tr=j(Bs),Lr=j(Ms),Dr=Symbol("collapseContext"),_s=new Set(["primary","success","warning","danger","info"]),ks={default:{"border-color":"color","shadow-color":"dark","active-bg-color":"light"},ghost:{"border-color":"transparent","shadow-color":"transparent","active-bg-color":"transparent"}},Zs=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((()=>_s.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",ks[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(Dr,{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"]]),Rr=e=>e.style.height="0px",Fr=e=>e.style.height=`${e.scrollHeight}px`,Gr=e=>e.style.height="",Wr=e=>e.style.overflow="hidden",Xr=e=>e.style.overflow="",Is={beforeEnter(e){Rr(e),Wr(e)},enter:e=>Fr(e),afterEnter(e){Gr(e),Xr(e)},beforeLeave(e){Fr(e),Wr(e)},leave:e=>Rr(e),afterLeave(e){Gr(e),Xr(e)}},Ss=["id","aria-expanded","aria-controls","tabindex"],Es={class:"px-collapse-item__title"},As={class:"px-collapse-item__wapper"},Ns=["id"],Os=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(Dr,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",Es,[n.renderSlot(a.$slots,"title",{},(()=>[n.createTextVNode(n.toDisplayString(a.title),1)]),!0)]),a.showArrow!==!1?(n.openBlock(),n.createBlock(X,{key:0,icon:h.value,class:n.normalizeClass(["header-angle",{"is-toggle-icon":!!a.icon}])},null,8,["icon","class"])):n.createCommentVNode("",!0)],42,Ss),n.createVNode(n.Transition,n.mergeProps({name:"slide"},n.toHandlers(n.unref(Is))),{default:n.withCtx((()=>[n.withDirectives(n.createElementVNode("div",As,[n.createElementVNode("div",{class:"px-collapse-item__content",id:`item-content-${a.name}`},[n.renderSlot(a.$slots,"default",{},void 0,!0)],8,Ns)],512),[[n.vShow,v.value]])])),_:3},16)],2)}}}),[["__scopeId","data-v-f3406cbb"]]),Ur=j(Zs),Kr=j(Os),ko={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"}}},$s=Symbol("i18n"),qn=(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]:"":qn(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 qn(e.slice(1),o[e[0]],t)}throw new Error("Not Found")},Ps=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 qn(v.split("."),h,r)}catch{return""}},setLocale:v=>{t[v],o.value=v},getLocale:()=>o.value,install(v){const r=this;v.provide($s,r),v.config.globalProperties.$t=r.t,v.config.globalProperties.$i18n=r}}},Jr=Symbol(),js=new Set(["__proto__","constructor","prototype"]);function Yr(e,...o){return _a(e,...o,((t,v,r)=>{if(js.has(r))return t}))}const Zo=n.ref();function Qr(e,o=void 0){const t=n.getCurrentInstance()?n.inject(Jr,Zo):Zo;return e?n.computed((()=>{var v;return((v=t.value)==null?void 0:v[e])??o})):t}const qr=e=>{var t,v,r;const o=h=>Yr(h,(e==null?void 0:e.extendsI18nMsg)??{});return Ps(e!=null&&e.locale?{locale:((t=e.locale)==null?void 0:t.name)||"en",messages:o({en:ko.el,[(v=e.locale)==null?void 0:v.name]:((r=e.locale)==null?void 0:r.el)??{}})}:{locale:"en",messages:o({en:ko.el})})};function et(e={locale:ko},o,t=!1){const v=n.getCurrentInstance(),r=v?Qr():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=Yr(r.value,a)}),{deep:!0});const i=n.ref(qr(l.value));return n.watch((()=>l.value),(s=>i.value=qr(s)),{deep:!0}),h(Jr,l),h(Ir,i),!t&&Zo.value||(Zo.value=l.value),l}const Ts=n.defineComponent({name:"PxConfigProvider",__name:"ConfigProvider",props:{locale:{},extendsI18nMsg:{}},setup(e){const o=et(e);return(t,v)=>n.renderSlot(t.$slots,"default",{config:n.unref(o)})}}),eh=j(Ts),Ls=new Set(["primary","success","warning","danger","info"]),Ds=["src"],Rs={class:"px-diff__after"},Fs=["src"],Gs=["aria-valuenow"],oh=j(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(Ge(v.initialPosition,0,100)),c=n.computed((()=>{const x={};return v.width!=null&&(x.width=Se(v.width)??""),v.height!=null&&(x.height=Se(v.height)??""),x})),d=n.computed((()=>{const x=["px-diff"];return v.color&&Ls.has(v.color)&&x.push(`px-diff--${v.color}`),x})),m=n.computed((()=>({clipPath:`inset(0 ${100-u.value}% 0 0)`}))),p=n.computed((()=>({left:`${u.value}%`})));function w(){const x=l.value,M=i.value;x&&M&&s.value&&(pr(x,M,{pixelSize:v.pixelSize,grayscale:v.grayscale,palette:v.palette,background:v.background}),r("rendered"))}function f(){s.value=!0,w()}function V(x){r("error",x)}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(x){var I;const M=z??((I=h.value)==null?void 0:I.getBoundingClientRect());if(!M)return;const B=Ge((x-M.left)/M.width*100,0,100);u.value=Math.round(B),r("change",u.value)}function g(x){var M;a.value=!0,z=((M=h.value)==null?void 0:M.getBoundingClientRect())??null,b("touches"in x?x.touches[0].clientX:x.clientX),window.addEventListener("mousemove",y),window.addEventListener("mouseup",H),window.addEventListener("touchmove",y),window.addEventListener("touchend",H)}function y(x){a.value&&b("touches"in x?x.touches[0].clientX:x.clientX)}function H(){a.value=!1,z=null,window.removeEventListener("mousemove",y),window.removeEventListener("mouseup",H),window.removeEventListener("touchmove",y),window.removeEventListener("touchend",H)}function C(x){const M=x.shiftKey?10:1;let B=u.value;if(x.key==="ArrowLeft")B=Ge(u.value-M,0,100),x.preventDefault();else{if(x.key!=="ArrowRight")return;B=Ge(u.value+M,0,100),x.preventDefault()}u.value=B,r("change",B)}return o({setPosition:function(x){u.value=Ge(x,0,100)},getPosition:function(){return u.value}}),n.onBeforeUnmount((()=>{window.removeEventListener("mousemove",y),window.removeEventListener("mouseup",H),window.removeEventListener("touchmove",y),window.removeEventListener("touchend",H)})),(x,M)=>(n.openBlock(),n.createElementBlock("div",{ref_key:"containerRef",ref:h,class:n.normalizeClass(d.value),style:n.normalizeStyle(c.value)},[n.createElementVNode("div",{class:"px-diff__before",style:n.normalizeStyle(m.value)},[n.renderSlot(x.$slots,"before",{},(()=>[x.src?(n.openBlock(),n.createElementBlock("img",{key:0,src:x.src,class:"px-diff__img"},null,8,Ds)):n.createCommentVNode("",!0)]))],4),n.createElementVNode("div",Rs,[n.renderSlot(x.$slots,"after",{},(()=>[x.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:x.src,style:{display:"none"},crossorigin:"anonymous",onLoad:f,onError:V},null,40,Fs)],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:C},[n.createElementVNode("div",{class:"px-diff__handle-grip",onMousedown:n.withModifiers(g,["prevent"]),onTouchstart:n.withModifiers(g,["prevent"])},null,32)],44,Gs)],6))}})),Ws=["aria-orientation"],Xs={key:0,class:"px-divider__text"},nh=j(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",Xs,[n.renderSlot(l.$slots,"default",{},(()=>[n.createTextVNode(n.toDisplayString(l.content),1)]))])):n.createCommentVNode("",!0)],14,Ws))}})),Us=["id"],Ks={class:"px-drawer__content"},Js=["aria-labelledby"],Ys={key:0,class:"px-drawer__header"},Qs=["id"],qs={class:"px-drawer__body"},ec=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}=G2(),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 d(){s.value=!1,u(!1)}function m(){c(),r("update:modelValue",!0)}function p(){d(),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&&d()}),{immediate:!0}),F2(document,"keydown",(f=>{v.closeOnEsc&&s.value&&f.key==="Escape"&&p()})),n.onUnmounted((()=>{s.value&&u(!1)})),o({open:()=>{s.value||m()},close:()=>{s.value&&p()},toggle:()=>{s.value?p():m()}}),(f,V)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-drawer",[`px-drawer--${f.placement}`]]),id:n.unref(h)},[n.createElementVNode("div",Ks,[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",Ys,[n.createElementVNode("span",{id:`${n.unref(h)}-title`,class:"px-drawer__title"},n.toDisplayString(f.title),9,Qs)])):n.createCommentVNode("",!0),n.createElementVNode("div",qs,[n.renderSlot(f.$slots,"sidebar",{},void 0,!0)])],14,Js)):n.createCommentVNode("",!0)])),_:3},8,["name"])]))],10,Us))}}),th=j(Q(ec,[["__scopeId","data-v-647267d6"]]));var fe="top",He="bottom",xe="right",ge="left",ot="auto",W2=[fe,He,xe,ge],p2="start",X2="end",vh="viewport",U2="popper",rh=W2.reduce((function(e,o){return e.concat([o+"-"+p2,o+"-"+X2])}),[]),hh=[].concat(W2,[ot]).reduce((function(e,o){return e.concat([o,o+"-"+p2,o+"-"+X2])}),[]),oc=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function Ee(e){return e?(e.nodeName||"").toLowerCase():null}function we(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var o=e.ownerDocument;return o&&o.defaultView||window}return e}function e2(e){return e instanceof we(e).Element||e instanceof Element}function ye(e){return e instanceof we(e).HTMLElement||e instanceof HTMLElement}function nt(e){return typeof ShadowRoot<"u"&&(e instanceof we(e).ShadowRoot||e instanceof ShadowRoot)}const nc={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];ye(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}),{});ye(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 o2=Math.max,Io=Math.min,f2=Math.round;function tt(){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 lh(){return!/^((?!chrome|android).)*safari/i.test(tt())}function g2(e,o,t){o===void 0&&(o=!1),t===void 0&&(t=!1);var v=e.getBoundingClientRect(),r=1,h=1;o&&ye(e)&&(r=e.offsetWidth>0&&f2(v.width)/e.offsetWidth||1,h=e.offsetHeight>0&&f2(v.height)/e.offsetHeight||1);var l=(e2(e)?we(e):window).visualViewport,i=!lh()&&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 vt(e){var o=g2(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 ih(e,o){var t=o.getRootNode&&o.getRootNode();if(e.contains(o))return!0;if(t&&nt(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 we(e).getComputedStyle(e)}function tc(e){return["table","td","th"].indexOf(Ee(e))>=0}function Xe(e){return((e2(e)?e.ownerDocument:e.document)||window.document).documentElement}function So(e){return Ee(e)==="html"?e:e.assignedSlot||e.parentNode||(nt(e)?e.host:null)||Xe(e)}function ah(e){return ye(e)&&Le(e).position!=="fixed"?e.offsetParent:null}function K2(e){for(var o=we(e),t=ah(e);t&&tc(t)&&Le(t).position==="static";)t=ah(t);return t&&(Ee(t)==="html"||Ee(t)==="body"&&Le(t).position==="static")?o:t||(function(v){var r=/firefox/i.test(tt());if(/Trident/i.test(tt())&&ye(v)&&Le(v).position==="fixed")return null;var h=So(v);for(nt(h)&&(h=h.host);ye(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 rt(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function J2(e,o,t){return o2(e,Io(o,t))}function sh(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function ch(e,o){return o.reduce((function(t,v){return t[v]=e,t}),{})}const vc={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=rt(i),a=[ge,xe].indexOf(i)>=0?"height":"width";if(h&&l){var u=(function(x,M){return sh(typeof(x=typeof x=="function"?x(Object.assign({},M.rects,{placement:M.placement})):x)!="number"?x:ch(x,W2))})(r.padding,t),c=vt(h),d=s==="y"?fe:ge,m=s==="y"?He:xe,p=t.rects.reference[a]+t.rects.reference[s]-l[s]-t.rects.popper[a],w=l[s]-t.rects.reference[s],f=K2(h),V=f?s==="y"?f.clientHeight||0:f.clientWidth||0:0,z=p/2-w/2,b=u[d],g=V-c[a]-u[m],y=V/2-c[a]/2+z,H=J2(b,y,g),C=s;t.modifiersData[v]=((o={})[C]=H,o.centerOffset=H-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)))&&ih(o.elements.popper,v)&&(o.elements.arrow=v)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function w2(e){return e.split("-")[1]}var rc={top:"auto",right:"auto",bottom:"auto",left:"auto"};function uh(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,d=l.x,m=d===void 0?0:d,p=l.y,w=p===void 0?0:p,f=typeof u=="function"?u({x:m,y:w}):{x:m,y:w};m=f.x,w=f.y;var V=l.hasOwnProperty("x"),z=l.hasOwnProperty("y"),b=ge,g=fe,y=window;if(a){var H=K2(t),C="clientHeight",x="clientWidth";H===we(t)&&Le(H=Xe(t)).position!=="static"&&i==="absolute"&&(C="scrollHeight",x="scrollWidth"),(r===fe||(r===ge||r===xe)&&h===X2)&&(g=He,w-=(c&&H===y&&y.visualViewport?y.visualViewport.height:H[C])-v.height,w*=s?1:-1),r!==ge&&(r!==fe&&r!==He||h!==X2)||(b=xe,m-=(c&&H===y&&y.visualViewport?y.visualViewport.width:H[x])-v.width,m*=s?1:-1)}var M,B=Object.assign({position:i},a&&rc),I=u===!0?(function(A,S){var Z=A.x,O=A.y,N=S.devicePixelRatio||1;return{x:f2(Z*N)/N||0,y:f2(O*N)/N||0}})({x:m,y:w},we(t)):{x:m,y:w};return m=I.x,w=I.y,s?Object.assign({},B,((M={})[g]=z?"0":"",M[b]=V?"0":"",M.transform=(y.devicePixelRatio||1)<=1?"translate("+m+"px, "+w+"px)":"translate3d("+m+"px, "+w+"px, 0)",M)):Object.assign({},B,((o={})[g]=z?w+"px":"",o[b]=V?m+"px":"",o.transform="",o))}var Eo={passive:!0},hc={left:"right",right:"left",bottom:"top",top:"bottom"};function Ao(e){return e.replace(/left|right|bottom|top/g,(function(o){return hc[o]}))}var lc={start:"end",end:"start"};function dh(e){return e.replace(/start|end/g,(function(o){return lc[o]}))}function ht(e){var o=we(e);return{scrollLeft:o.pageXOffset,scrollTop:o.pageYOffset}}function lt(e){return g2(Xe(e)).left+ht(e).scrollLeft}function it(e){var o=Le(e),t=o.overflow,v=o.overflowX,r=o.overflowY;return/auto|scroll|overlay|hidden/.test(t+r+v)}function mh(e){return["html","body","#document"].indexOf(Ee(e))>=0?e.ownerDocument.body:ye(e)&&it(e)?e:mh(So(e))}function Y2(e,o){var t;o===void 0&&(o=[]);var v=mh(e),r=v===((t=e.ownerDocument)==null?void 0:t.body),h=we(v),l=r?[h].concat(h.visualViewport||[],it(v)?v:[]):v,i=o.concat(l);return r?i:i.concat(Y2(So(l)))}function at(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function ph(e,o,t){return o===vh?at((function(v,r){var h=we(v),l=Xe(v),i=h.visualViewport,s=l.clientWidth,a=l.clientHeight,u=0,c=0;if(i){s=i.width,a=i.height;var d=lh();(d||!d&&r==="fixed")&&(u=i.offsetLeft,c=i.offsetTop)}return{width:s,height:a,x:u+lt(v),y:c}})(e,t)):e2(o)?(function(v,r){var h=g2(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):at((function(v){var r,h=Xe(v),l=ht(v),i=(r=v.ownerDocument)==null?void 0:r.body,s=o2(h.scrollWidth,h.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),a=o2(h.scrollHeight,h.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),u=-l.scrollLeft+lt(v),c=-l.scrollTop;return Le(i||h).direction==="rtl"&&(u+=o2(h.clientWidth,i?i.clientWidth:0)-s),{width:s,height:a,x:u,y:c}})(Xe(e)))}function fh(e){var o,t=e.reference,v=e.element,r=e.placement,h=r?Ae(r):null,l=r?w2(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 He:o={x:i,y:t.y+t.height};break;case xe: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?rt(h):null;if(a!=null){var u=a==="y"?"height":"width";switch(l){case p2:o[a]=o[a]-(t[u]/2-v[u]/2);break;case X2:o[a]=o[a]+(t[u]/2-v[u]/2)}}return o}function Q2(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?vh:a,c=t.elementContext,d=c===void 0?U2:c,m=t.altBoundary,p=m!==void 0&&m,w=t.padding,f=w===void 0?0:w,V=sh(typeof f!="number"?f:ch(f,W2)),z=d===U2?"reference":U2,b=e.rects.popper,g=e.elements[p?z:d],y=(function(S,Z,O,N){var L=Z==="clippingParents"?(function(T){var G=Y2(So(T)),U=["absolute","fixed"].indexOf(Le(T).position)>=0&&ye(T)?K2(T):T;return e2(U)?G.filter((function(oe){return e2(oe)&&ih(oe,U)&&Ee(oe)!=="body"})):[]})(S):[].concat(Z),P=[].concat(L,[O]),W=P[0],F=P.reduce((function(T,G){var U=ph(S,G,N);return T.top=o2(U.top,T.top),T.right=Io(U.right,T.right),T.bottom=Io(U.bottom,T.bottom),T.left=o2(U.left,T.left),T}),ph(S,W,N));return F.width=F.right-F.left,F.height=F.bottom-F.top,F.x=F.left,F.y=F.top,F})(e2(g)?g:g.contextElement||Xe(e.elements.popper),s,u,l),H=g2(e.elements.reference),C=fh({reference:H,element:b,placement:r}),x=at(Object.assign({},b,C)),M=d===U2?x:H,B={top:y.top-M.top+V.top,bottom:M.bottom-y.bottom+V.bottom,left:y.left-M.left+V.left,right:M.right-y.right+V.right},I=e.modifiersData.offset;if(d===U2&&I){var A=I[r];Object.keys(B).forEach((function(S){var Z=[xe,He].indexOf(S)>=0?1:-1,O=[fe,He].indexOf(S)>=0?"y":"x";B[S]+=A[O]*Z}))}return B}function ic(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?hh:s,u=w2(v),c=u?i?rh:rh.filter((function(p){return w2(p)===u})):W2,d=c.filter((function(p){return a.indexOf(p)>=0}));d.length===0&&(d=c);var m=d.reduce((function(p,w){return p[w]=Q2(e,{placement:w,boundary:r,rootBoundary:h,padding:l})[Ae(w)],p}),{});return Object.keys(m).sort((function(p,w){return m[p]-m[w]}))}const ac={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,d=t.altBoundary,m=t.flipVariations,p=m===void 0||m,w=t.allowedAutoPlacements,f=o.options.placement,V=Ae(f),z=s||(V!==f&&p?(function(T){if(Ae(T)===ot)return[];var G=Ao(T);return[dh(T),G,dh(G)]})(f):[Ao(f)]),b=[f].concat(z).reduce((function(T,G){return T.concat(Ae(G)===ot?ic(o,{placement:G,boundary:u,rootBoundary:c,padding:a,flipVariations:p,allowedAutoPlacements:w}):G)}),[]),g=o.rects.reference,y=o.rects.popper,H=new Map,C=!0,x=b[0],M=0;M<b.length;M++){var B=b[M],I=Ae(B),A=w2(B)===p2,S=[fe,He].indexOf(I)>=0,Z=S?"width":"height",O=Q2(o,{placement:B,boundary:u,rootBoundary:c,altBoundary:d,padding:a}),N=S?A?xe:ge:A?He:fe;g[Z]>y[Z]&&(N=Ao(N));var L=Ao(N),P=[];if(h&&P.push(O[I]<=0),i&&P.push(O[N]<=0,O[L]<=0),P.every((function(T){return T}))){x=B,C=!1;break}H.set(B,P)}if(C)for(var W=function(T){var G=b.find((function(U){var oe=H.get(U);if(oe)return oe.slice(0,T).every((function(Be){return Be}))}));if(G)return x=G,"break"},F=p?3:1;F>0&&W(F)!=="break";F--);o.placement!==x&&(o.modifiersData[v]._skip=!0,o.placement=x,o.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function gh(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 wh(e){return[fe,xe,He,ge].some((function(o){return e[o]>=0}))}function sc(e,o,t){t===void 0&&(t=!1);var v,r,h=ye(o),l=ye(o)&&(function(c){var d=c.getBoundingClientRect(),m=f2(d.width)/c.offsetWidth||1,p=f2(d.height)/c.offsetHeight||1;return m!==1||p!==1})(o),i=Xe(o),s=g2(e,l,t),a={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(h||!h&&!t)&&((Ee(o)!=="body"||it(i))&&(a=(v=o)!==we(v)&&ye(v)?{scrollLeft:(r=v).scrollLeft,scrollTop:r.scrollTop}:ht(v)),ye(o)?((u=g2(o,!0)).x+=o.clientLeft,u.y+=o.clientTop):i&&(u.x=lt(i))),{x:s.left+a.scrollLeft-u.x,y:s.top+a.scrollTop-u.y,width:s.width,height:s.height}}function cc(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 zh={placement:"bottom",modifiers:[],strategy:"absolute"};function Vh(){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 uc(e){e===void 0&&(e={});var o=e,t=o.defaultModifiers,v=t===void 0?[]:t,r=o.defaultOptions,h=r===void 0?zh:r;return function(l,i,s){s===void 0&&(s=h);var a,u,c={placement:"bottom",orderedModifiers:[],options:Object.assign({},zh,h),modifiersData:{},elements:{reference:l,popper:i},attributes:{},styles:{}},d=[],m=!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:e2(l)?Y2(l):l.contextElement?Y2(l.contextElement):[],popper:Y2(i)};var z,b,g=(function(y){var H=cc(y);return oc.reduce((function(C,x){return C.concat(H.filter((function(M){return M.phase===x})))}),[])})((z=[].concat(v,c.options.modifiers),b=z.reduce((function(y,H){var C=y[H.name];return y[H.name]=C?Object.assign({},C,H,{options:Object.assign({},C.options,H.options),data:Object.assign({},C.data,H.data)}):H,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 H=y.name,C=y.options,x=C===void 0?{}:C,M=y.effect;if(typeof M=="function"){var B=M({state:c,name:H,instance:p,options:x});d.push(B||function(){})}})),p.update()},forceUpdate:function(){if(!m){var f=c.elements,V=f.reference,z=f.popper;if(Vh(V,z)){c.rects={reference:sc(V,K2(z),c.options.strategy==="fixed"),popper:vt(z)},c.reset=!1,c.placement=c.options.placement,c.orderedModifiers.forEach((function(M){return c.modifiersData[M.name]=Object.assign({},M.data)}));for(var b=0;b<c.orderedModifiers.length;b++)if(c.reset!==!0){var g=c.orderedModifiers[b],y=g.fn,H=g.options,C=H===void 0?{}:H,x=g.name;typeof y=="function"&&(c=y({state:c,options:C,name:x,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(),m=!0}};if(!Vh(l,i))return p;function w(){d.forEach((function(f){return f()})),d=[]}return p.setOptions(s).then((function(f){!m&&s.onFirstUpdate&&s.onFirstUpdate(f)})),p}}var dc=uc({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=we(o.elements.popper),a=[].concat(o.scrollParents.reference,o.scrollParents.popper);return h&&a.forEach((function(u){u.addEventListener("scroll",t.update,Eo)})),i&&s.addEventListener("resize",t.update,Eo),function(){h&&a.forEach((function(u){u.removeEventListener("scroll",t.update,Eo)})),i&&s.removeEventListener("resize",t.update,Eo)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var o=e.state,t=e.name;o.modifiersData[t]=fh({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:w2(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,uh(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,uh(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:{}},nc,{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=hh.reduce((function(u,c){return u[c]=(function(d,m,p){var w=Ae(d),f=[ge,fe].indexOf(w)>=0?-1:1,V=typeof p=="function"?p(Object.assign({},m,{placement:d})):p,z=V[0],b=V[1];return z=z||0,b=(b||0)*f,[ge,xe].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}},ac,{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,d=t.tether,m=d===void 0||d,p=t.tetherOffset,w=p===void 0?0:p,f=Q2(o,{boundary:s,rootBoundary:a,padding:c,altBoundary:u}),V=Ae(o.placement),z=w2(o.placement),b=!z,g=rt(V),y=g==="x"?"y":"x",H=o.modifiersData.popperOffsets,C=o.rects.reference,x=o.rects.popper,M=typeof w=="function"?w(Object.assign({},o.rects,{placement:o.placement})):w,B=typeof M=="number"?{mainAxis:M,altAxis:M}:Object.assign({mainAxis:0,altAxis:0},M),I=o.modifiersData.offset?o.modifiersData.offset[o.placement]:null,A={x:0,y:0};if(H){if(h){var S,Z=g==="y"?fe:ge,O=g==="y"?He:xe,N=g==="y"?"height":"width",L=H[g],P=L+f[Z],W=L-f[O],F=m?-x[N]/2:0,T=z===p2?C[N]:x[N],G=z===p2?-x[N]:-C[N],U=o.elements.arrow,oe=m&&U?vt(U):{width:0,height:0},Be=o.modifiersData["arrow#persistent"]?o.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},v2=Be[Z],no=Be[O],x2=J2(0,C[N],oe[N]),on=b?C[N]/2-F-x2-v2-B.mainAxis:T-x2-v2-B.mainAxis,nn=b?-C[N]/2+F+x2+no+B.mainAxis:G+x2+no+B.mainAxis,E=o.elements.arrow&&K2(o.elements.arrow),$=E?g==="y"?E.clientTop||0:E.clientLeft||0:0,R=(S=I==null?void 0:I[g])!=null?S:0,pe=L+nn-R,r2=J2(m?Io(P,L+on-R-$):P,L,m?o2(W,pe):W);H[g]=r2,A[g]=r2-L}if(i){var to,tn=g==="x"?fe:ge,h2=g==="x"?He:xe,ke=H[y],vn=y==="y"?"height":"width",oi=ke+f[tn],ni=ke-f[h2],Bt=[fe,ge].indexOf(V)!==-1,ti=(to=I==null?void 0:I[y])!=null?to:0,vi=Bt?oi:ke-C[vn]-x[vn]-ti+B.altAxis,ri=Bt?ke+C[vn]+x[vn]-ti-B.altAxis:ni,hi=m&&Bt?(function(Bm,Cm,Ct){var li=J2(Bm,Cm,Ct);return li>Ct?Ct:li})(vi,ke,ri):J2(m?vi:oi,ke,m?ri:ni);H[y]=hi,A[y]=hi-ke}o.modifiersData[v]=A}},requiresIfExists:["offset"]},vc,{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=Q2(o,{elementContext:"reference"}),i=Q2(o,{altBoundary:!0}),s=gh(l,v),a=gh(i,r,h),u=wh(s),c=wh(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 mc=["aria-describedby"],pc=["id"],fc={key:0,class:"px-tooltip__arrow","data-popper-arrow":""},No=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(),d=n.ref(),m=n.computed((()=>v.virtualTriggering?v.virtualRef:d.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 H(){z==null||z.cancel(),b==null||b()}function C(){h.value?H():y()}function x(Z){v.disabled||(h.value=Z,r("visible-change",Z))}function M(){if(!v.disabled&&!v.manual)return v.trigger==="hover"?(i.value.mouseenter=y,s.value.mouseleave=H,void(v.enterable&&(a.value.mouseenter=y))):void(v.trigger!=="click"?v.trigger!=="contextmenu"||(i.value.contextmenu=Z=>{Z.preventDefault(),y()}):i.value.click=C)}function B(){g==null||g.destroy(),g=null}function I(){i.value={},s.value={},a.value={},M()}const A=y,S=()=>{z==null||z.cancel(),x(!1)};return n.watch(h,(Z=>{Z&&m.value&&c.value&&(g=dc(m.value,c.value,p.value))}),{flush:"post"}),n.watch((()=>v.manual),(Z=>{Z?I():M()})),n.watch((()=>v.trigger),(()=>{z==null||z.cancel(),h.value=!1,r("visible-change",!1),I()})),n.watchEffect((()=>{v.manual||M(),z==null||z.cancel(),b==null||b.cancel(),z=j2(u2(x,null,!0),w.value),b=j2(u2(x,null,!1),f.value)})),Mo(u,(()=>{r("click-outside"),v.trigger==="hover"||v.manual||h.value&&H()})),(function(Z,O,N){let L,P;const W=new Map,F=()=>{const G=O.value;G&&xo(G)&&he(N.value,((U,oe)=>{W.set(oe,U),G.addEventListener(oe,U)}))},T=G=>{const U=G??O.value;U&&xo(U)&&he(["mouseenter","click","contextmenu"],(oe=>W.has(oe)&&U.removeEventListener(oe,W.get(oe))))};n.onMounted((()=>{P=n.watch((()=>Z.virtualRef),((G,U)=>{Z.virtualTriggering&&(xo(U)&&T(U),xo(G)&&F())}),{immediate:!0}),L=n.watch(N,(()=>{Z.virtualTriggering&&(T(),F(),z==null||z.cancel(),x(!1))}),{deep:!0})})),n.onUnmounted((()=>{L==null||L(),P==null||P()}))})(v,m,i),n.onUnmounted((()=>{B(),z==null||z.cancel(),b==null||b.cancel()})),o({show:A,hide:S,toggle:()=>{h.value?S():A()}}),(Z,O)=>(n.openBlock(),n.createElementBlock("div",n.mergeProps({class:["px-tooltip",[`px-tooltip--${Z.effect}`,Z.type&&`px-tooltip--${Z.type}`]],ref_key:"containerNode",ref:u},n.toHandlers(s.value,!0)),[Z.virtualTriggering?n.renderSlot(Z.$slots,"default",{key:1},void 0,!0):(n.openBlock(),n.createElementBlock("div",n.mergeProps({key:0,class:"px-tooltip__trigger",ref_key:"_triggerNode",ref:d},n.toHandlers(i.value,!0),{"aria-describedby":h.value?n.unref(l):void 0}),[n.renderSlot(Z.$slots,"default",{},void 0,!0)],16,mc)),n.createVNode(n.Transition,{name:Z.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(Z.$slots,"content",{},(()=>[n.createTextVNode(n.toDisplayString(Z.content),1)]),!0),Z.showArrow?(n.openBlock(),n.createElementBlock("div",fc)):n.createCommentVNode("",!0)],16,pc)):n.createCommentVNode("",!0)])),_:3},8,["name"])],16))}}),[["__scopeId","data-v-d982dfd2"]]),Hh=Symbol("dropdownContext"),gc={key:0,role:"separator",class:"divided-placeholder"},wc=["id","onKeydown"],xh=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(Hh),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",gc)):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(X,{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,wc)],64))}});function Oo(e,o){var t;(t=e[o])==null||t.focus()}const zc=["aria-expanded"],Vc=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 d;return{...qv(v,["items","hideOnClick","size","type","splitButton","maxHeight","hoverColor"]),popperOptions:{...v.popperOptions,modifiers:[{name:"offset",options:{offset:[0,v.showArrow?9:0]}},...((d=v.popperOptions)==null?void 0:d.modifiers)??[]]}}})),u=n.computed((()=>{const d={};if(v.maxHeight){const m=typeof v.maxHeight=="number"?`${v.maxHeight}px`:v.maxHeight;d.maxHeight=m,d.overflowY="auto"}return v.hoverColor&&(d["--px-dropdown-menuItem-hover-fill"]=v.hoverColor),Object.keys(d).length?d:void 0}));function c(){var d;(d=h.value)==null||d.toggle()}return Mo(l,(()=>{var d;v.splitButton&&((d=h.value)==null||d.hide())})),(function(d){const{menuRef:m,triggerRef:p,isOpen:w,close:f}=d;function V(z){const b=m.value;if(!b)return;const g=(function(H){return Array.from(H.querySelectorAll(".px-dropdown__item:not(.is-disabled)"))})(b);if(!g.length)return;const y=(function(H){return H.indexOf(document.activeElement)})(g);switch(z.key){case"ArrowDown":z.preventDefault(),Oo(g,y===-1?0:y<g.length-1?y+1:0);break;case"ArrowUp":z.preventDefault(),Oo(g,y===-1?g.length-1:y>0?y-1:g.length-1);break;case"Home":z.preventDefault(),Oo(g,0);break;case"End":z.preventDefault(),Oo(g,g.length-1);break;case"Escape":z.preventDefault(),f(),n.nextTick((()=>{var H;return(H=p.value)==null?void 0:H.focus()}));break;case"Tab":f()}}n.watch(w,(z=>{var b;z?n.nextTick((()=>{const g=m.value;g&&(g.focus(),g.addEventListener("keydown",V))})):(b=m.value)==null||b.removeEventListener("keydown",V)})),n.onBeforeUnmount((()=>{var z;(z=m.value)==null||z.removeEventListener("keydown",V)}))})({menuRef:i,triggerRef:l,isOpen:s,close:()=>{var d;return(d=h.value)==null?void 0:d.hide()}}),(function(){var d,m;const p=new Map,w=n.getCurrentInstance(),f=(m=(d=n.useSlots())==null?void 0:d.default)==null?void 0:m.call(d);n.watchEffect((()=>{w!=null&&w.props.disabled?Xn(f??[],(V=>{V!=null&&V.props&&(p.set(V,Pv(V.props)),V.props=iv(V==null?void 0:V.props,{style:{cursor:"not-allowed",color:"var(--px-text-color-placeholder)"}}))})):Xn(f??[],(V=>{p.has(V)&&(V.props=p.get(V))}))}))})(),n.provide(Hh,{handleItemClick:function(d){var m;v.hideOnClick&&((m=h.value)==null||m.hide()),!Re(d.command)&&r("command",d.command)},size:n.computed((()=>v.size))}),o({open:()=>{var d;return(d=h.value)==null?void 0:d.show()},close:()=>{var d;return(d=h.value)==null?void 0:d.hide()}}),(d,m)=>(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(No,n.mergeProps({ref_key:"tooltipRef",ref:h},a.value,{manual:d.splitButton,onVisibleChange:m[1]||(m[1]=p=>{s.value=p,d.$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(d.$slots,"dropdown",{},(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(d.items,(p=>(n.openBlock(),n.createBlock(xh,n.mergeProps({key:p.command,ref_for:!0},p),null,16)))),128))]))],4)])),default:n.withCtx((()=>[d.splitButton?(n.openBlock(),n.createBlock(n.unref(Wn),{key:0,type:d.type,size:d.size,disabled:d.disabled},{default:n.withCtx((()=>[n.createVNode(n.unref(Co),{onClick:m[0]||(m[0]=p=>d.$emit("click",p))},{default:n.withCtx((()=>[n.renderSlot(d.$slots,"default")])),_:3}),n.createVNode(n.unref(Co),{icon:"chevron-down",onClick:c})])),_:3},8,["type","size","disabled"])):n.renderSlot(d.$slots,"default",{key:1})])),_:3},16,["manual"])],10,zc))}}),yh=j(Vc),bh=j(xh),Hc=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(d=[]){let m={};for(const p of d)try{await p.validate("")}catch(w){m={...m,...w}}return!Fe(Object.keys(m))||Promise.reject(m)})(i(h,a??[]));return c===!0&&(u==null||u(c)),c}catch(c){if(c instanceof Error)throw c;const d=c;return u==null||u(!1,d),Promise.reject(d)}};function i(a,u){return Fe(u)?Te(a,(c=>d2(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(Yn,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 k(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 d=u[c];d in i||(i[d]=a[d].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 z2 extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}class Bh extends Error{constructor(o){super(`Encountered unidirectional transform during encode: ${o}`),this.name="ZodEncodeError"}}const xc={};function n2(e){return xc}function st(e,o){return typeof o=="bigint"?o.toString():o}function ct(e){return e==null}function ut(e){const o=e.startsWith("^")?1:0,t=e.endsWith("$")?e.length-1:e.length;return e.slice(o,t)}const Ch=Symbol("evaluating");function K(e,o,t){let v;Object.defineProperty(e,o,{get(){if(v!==Ch)return v===void 0&&(v=Ch,v=t()),v},set(r){Object.defineProperty(e,o,{value:r})},configurable:!0})}const Mh="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function _h(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function dt(e){if(_h(e)===!1)return!1;const o=e.constructor;if(o===void 0||typeof o!="function")return!0;const t=o.prototype;return _h(t)!==!1&&Object.prototype.hasOwnProperty.call(t,"isPrototypeOf")!==!1}function kh(e){return dt(e)?{...e}:Array.isArray(e)?[...e]:e}function mt(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function D(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 V2(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 $o(e){return typeof e=="string"?e:e==null?void 0:e.message}function t2(e,o,t){var r,h,l,i,s,a;const v={...e,path:e.path??[]};if(!e.message){const u=$o((l=(h=(r=e.inst)==null?void 0:r._zod.def)==null?void 0:h.error)==null?void 0:l.call(h,e))??$o((i=o==null?void 0:o.error)==null?void 0:i.call(o,e))??$o((s=t.customError)==null?void 0:s.call(t,e))??$o((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 pt(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function q2(...e){const[o,t,v]=e;return typeof o=="string"?{message:o,code:"custom",input:t,inst:v}:{...o}}const Zh=(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,st,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},Ih=k("$ZodError",Zh),Sh=k("$ZodError",Zh,{Parent:Error}),ft=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 z2;if(l.issues.length){const i=new((r==null?void 0:r.Err)??e)(l.issues.map((s=>t2(s,h,n2()))));throw Mh(i,r==null?void 0:r.callee),i}return l.value},gt=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=>t2(s,h,n2()))));throw Mh(i,r==null?void 0:r.callee),i}return l.value},Po=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 z2;return h.issues.length?{success:!1,error:new(e??Ih)(h.issues.map((l=>t2(l,r,n2()))))}:{success:!0,data:h.value}},yc=Po(Sh),jo=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=>t2(l,r,n2()))))}:{success:!0,data:h.value}},bc=jo(Sh),Bc=e=>(o,t,v)=>{const r=v?Object.assign(v,{direction:"backward"}):{direction:"backward"};return ft(e)(o,t,r)},Cc=e=>(o,t,v)=>ft(e)(o,t,v),Mc=e=>async(o,t,v)=>{const r=v?Object.assign(v,{direction:"backward"}):{direction:"backward"};return gt(e)(o,t,r)},_c=e=>async(o,t,v)=>gt(e)(o,t,v),kc=e=>(o,t,v)=>{const r=v?Object.assign(v,{direction:"backward"}):{direction:"backward"};return Po(e)(o,t,r)},Zc=e=>(o,t,v)=>Po(e)(o,t,v),Ic=e=>async(o,t,v)=>{const r=v?Object.assign(v,{direction:"backward"}):{direction:"backward"};return jo(e)(o,t,r)},Sc=e=>async(o,t,v)=>jo(e)(o,t,v),Ec=/^[cC][^\s-]{8,}$/,Ac=/^[0-9a-z]+$/,Nc=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Oc=/^[0-9a-vA-V]{20}$/,$c=/^[A-Za-z0-9]{27}$/,Pc=/^[a-zA-Z0-9_-]{21}$/,jc=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,Tc=/^([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})$/,Eh=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)$/,Lc=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,Dc=/^(?:(?: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])$/,Rc=/^(([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}|:))$/,Fc=/^((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])$/,Gc=/^(([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])$/,Wc=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Ah=/^[A-Za-z0-9_-]*$/,Xc=/^\+[1-9]\d{6,14}$/,Nh="(?:(?:\\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])))",Uc=new RegExp(`^${Nh}$`);function Oh(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 Kc=/^[^A-Z]*$/,Jc=/^[^a-z]*$/,Ne=k("$ZodCheck",((e,o)=>{var t;e._zod??(e._zod={}),e._zod.def=o,(t=e._zod).onattach??(t.onattach=[])})),Yc=k("$ZodCheckMaxLength",((e,o)=>{var t;Ne.init(e,o),(t=e._zod.def).when??(t.when=v=>{const r=v.value;return!ct(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=pt(r);v.issues.push({origin:h,code:"too_big",maximum:o.maximum,inclusive:!0,input:r,inst:e,continue:!o.abort})}})),Qc=k("$ZodCheckMinLength",((e,o)=>{var t;Ne.init(e,o),(t=e._zod.def).when??(t.when=v=>{const r=v.value;return!ct(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=pt(r);v.issues.push({origin:h,code:"too_small",minimum:o.minimum,inclusive:!0,input:r,inst:e,continue:!o.abort})}})),qc=k("$ZodCheckLengthEquals",((e,o)=>{var t;Ne.init(e,o),(t=e._zod.def).when??(t.when=v=>{const r=v.value;return!ct(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=pt(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})}})),To=k("$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=()=>{})})),eu=k("$ZodCheckRegex",((e,o)=>{To.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})}})),ou=k("$ZodCheckLowerCase",((e,o)=>{o.pattern??(o.pattern=Kc),To.init(e,o)})),nu=k("$ZodCheckUpperCase",((e,o)=>{o.pattern??(o.pattern=Jc),To.init(e,o)})),tu=k("$ZodCheckIncludes",((e,o)=>{Ne.init(e,o);const t=mt(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})}})),vu=k("$ZodCheckStartsWith",((e,o)=>{Ne.init(e,o);const t=new RegExp(`^${mt(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})}})),ru=k("$ZodCheckEndsWith",((e,o)=>{Ne.init(e,o);const t=new RegExp(`.*${mt(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})}})),hu=k("$ZodCheckOverwrite",((e,o)=>{Ne.init(e,o),e._zod.check=t=>{t.value=o.tx(t.value)}})),lu={major:4,minor:3,patch:6},ce=k("$ZodType",((e,o)=>{var r;var t;e??(e={}),e._zod.def=o,e._zod.bag=e._zod.bag||{},e._zod.version=lu;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=V2(i);for(const d of s){if(d._zod.def.when){if(!d._zod.def.when(i))continue}else if(c)continue;const m=i.issues.length,p=d._zod.check(i);if(p instanceof Promise&&(a==null?void 0:a.async)===!1)throw new z2;if(u||p instanceof Promise)u=(u??Promise.resolve()).then((async()=>{await p,i.issues.length!==m&&(c||(c=V2(i,m)))}));else{if(i.issues.length===m)continue;c||(c=V2(i,m))}}return u?u.then((()=>i)):i},l=(i,s,a)=>{if(V2(i))return i.aborted=!0,i;const u=h(s,v,a);if(u instanceof Promise){if(a.async===!1)throw new z2;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 z2;return a.then((u=>h(u,v,s)))}return h(a,v,s)}}K(e,"~standard",(()=>({validate:h=>{var l;try{const i=yc(e,h);return i.success?{value:i.data}:{issues:(l=i.error)==null?void 0:l.issues}}catch{return bc(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})))})),wt=k("$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}})),q=k("$ZodStringFormat",((e,o)=>{To.init(e,o),wt.init(e,o)})),iu=k("$ZodGUID",((e,o)=>{o.pattern??(o.pattern=Tc),q.init(e,o)})),au=k("$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=Eh(t))}else o.pattern??(o.pattern=Eh());q.init(e,o)})),su=k("$ZodEmail",((e,o)=>{o.pattern??(o.pattern=Lc),q.init(e,o)})),cu=k("$ZodURL",((e,o)=>{q.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})}}})),uu=k("$ZodEmoji",((e,o)=>{o.pattern??(o.pattern=new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),q.init(e,o)})),du=k("$ZodNanoID",((e,o)=>{o.pattern??(o.pattern=Pc),q.init(e,o)})),mu=k("$ZodCUID",((e,o)=>{o.pattern??(o.pattern=Ec),q.init(e,o)})),pu=k("$ZodCUID2",((e,o)=>{o.pattern??(o.pattern=Ac),q.init(e,o)})),fu=k("$ZodULID",((e,o)=>{o.pattern??(o.pattern=Nc),q.init(e,o)})),gu=k("$ZodXID",((e,o)=>{o.pattern??(o.pattern=Oc),q.init(e,o)})),wu=k("$ZodKSUID",((e,o)=>{o.pattern??(o.pattern=$c),q.init(e,o)})),zu=k("$ZodISODateTime",((e,o)=>{o.pattern??(o.pattern=(function(t){const v=Oh({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(`^${Nh}T(?:${h})$`)})(o)),q.init(e,o)})),Vu=k("$ZodISODate",((e,o)=>{o.pattern??(o.pattern=Uc),q.init(e,o)})),Hu=k("$ZodISOTime",((e,o)=>{o.pattern??(o.pattern=new RegExp(`^${Oh(o)}$`)),q.init(e,o)})),xu=k("$ZodISODuration",((e,o)=>{o.pattern??(o.pattern=jc),q.init(e,o)})),yu=k("$ZodIPv4",((e,o)=>{o.pattern??(o.pattern=Dc),q.init(e,o),e._zod.bag.format="ipv4"})),bu=k("$ZodIPv6",((e,o)=>{o.pattern??(o.pattern=Rc),q.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})}}})),Bu=k("$ZodCIDRv4",((e,o)=>{o.pattern??(o.pattern=Fc),q.init(e,o)})),Cu=k("$ZodCIDRv6",((e,o)=>{o.pattern??(o.pattern=Gc),q.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 $h(e){if(e==="")return!0;if(e.length%4!=0)return!1;try{return atob(e),!0}catch{return!1}}const Mu=k("$ZodBase64",((e,o)=>{o.pattern??(o.pattern=Wc),q.init(e,o),e._zod.bag.contentEncoding="base64",e._zod.check=t=>{$h(t.value)||t.issues.push({code:"invalid_format",format:"base64",input:t.value,inst:e,continue:!o.abort})}})),_u=k("$ZodBase64URL",((e,o)=>{o.pattern??(o.pattern=Ah),q.init(e,o),e._zod.bag.contentEncoding="base64url",e._zod.check=t=>{(function(v){if(!Ah.test(v))return!1;const r=v.replace(/[-_]/g,(h=>h==="-"?"+":"/"));return $h(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})}})),ku=k("$ZodE164",((e,o)=>{o.pattern??(o.pattern=Xc),q.init(e,o)})),Zu=k("$ZodJWT",((e,o)=>{q.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 Ph(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 Iu=k("$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=>Ph(a,t,l)))):Ph(s,t,l)}return h.length?Promise.all(h).then((()=>t)):t}}));function jh(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=>!V2(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=>t2(l,v,n2())))))}),o)}const Su=k("$ZodUnion",((e,o)=>{ce.init(e,o),K(e._zod,"optin",(()=>o.options.some((r=>r._zod.optin==="optional"))?"optional":void 0)),K(e._zod,"optout",(()=>o.options.some((r=>r._zod.optout==="optional"))?"optional":void 0)),K(e._zod,"values",(()=>{if(o.options.every((r=>r._zod.values)))return new Set(o.options.flatMap((r=>Array.from(r._zod.values))))})),K(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=>ut(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=>jh(s,r,e,h))):jh(i,r,e,h)}})),Eu=k("$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])=>Th(t,i,s))):Th(t,h,l)}}));function zt(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(dt(e)&&dt(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=zt(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=zt(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 Th(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}),V2(e))return e;const l=zt(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 Au=k("$ZodTransform",((e,o)=>{ce.init(e,o),e._zod.parse=(t,v)=>{if(v.direction==="backward")throw new Bh(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 z2;return t.value=r,t}}));function Lh(e,o){return e.issues.length&&o===void 0?{issues:[],value:void 0}:e}const Dh=k("$ZodOptional",((e,o)=>{ce.init(e,o),e._zod.optin="optional",e._zod.optout="optional",K(e._zod,"values",(()=>o.innerType._zod.values?new Set([...o.innerType._zod.values,void 0]):void 0)),K(e._zod,"pattern",(()=>{const t=o.innerType._zod.pattern;return t?new RegExp(`^(${ut(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=>Lh(h,t.value))):Lh(r,t.value)}return t.value===void 0?t:o.innerType._zod.run(t,v)}})),Nu=k("$ZodExactOptional",((e,o)=>{Dh.init(e,o),K(e._zod,"values",(()=>o.innerType._zod.values)),K(e._zod,"pattern",(()=>o.innerType._zod.pattern)),e._zod.parse=(t,v)=>o.innerType._zod.run(t,v)})),Ou=k("$ZodNullable",((e,o)=>{ce.init(e,o),K(e._zod,"optin",(()=>o.innerType._zod.optin)),K(e._zod,"optout",(()=>o.innerType._zod.optout)),K(e._zod,"pattern",(()=>{const t=o.innerType._zod.pattern;return t?new RegExp(`^(${ut(t.source)}|null)$`):void 0})),K(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)})),$u=k("$ZodDefault",((e,o)=>{ce.init(e,o),e._zod.optin="optional",K(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=>Rh(h,o))):Rh(r,o)}}));function Rh(e,o){return e.value===void 0&&(e.value=o.defaultValue),e}const Pu=k("$ZodPrefault",((e,o)=>{ce.init(e,o),e._zod.optin="optional",K(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))})),ju=k("$ZodNonOptional",((e,o)=>{ce.init(e,o),K(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=>Fh(h,e))):Fh(r,e)}}));function Fh(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 Tu=k("$ZodCatch",((e,o)=>{ce.init(e,o),K(e._zod,"optin",(()=>o.innerType._zod.optin)),K(e._zod,"optout",(()=>o.innerType._zod.optout)),K(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=>t2(l,v,n2())))},input:t.value}),t.issues=[]),t))):(t.value=r.value,r.issues.length&&(t.value=o.catchValue({...t,error:{issues:r.issues.map((h=>t2(h,v,n2())))},input:t.value}),t.issues=[]),t)}})),Lu=k("$ZodPipe",((e,o)=>{ce.init(e,o),K(e._zod,"values",(()=>o.in._zod.values)),K(e._zod,"optin",(()=>o.in._zod.optin)),K(e._zod,"optout",(()=>o.out._zod.optout)),K(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=>Lo(l,o.in,v))):Lo(h,o.in,v)}const r=o.in._zod.run(t,v);return r instanceof Promise?r.then((h=>Lo(h,o.out,v))):Lo(r,o.out,v)}}));function Lo(e,o,t){return e.issues.length?(e.aborted=!0,e):o._zod.run({value:e.value,issues:e.issues},t)}const Du=k("$ZodReadonly",((e,o)=>{ce.init(e,o),K(e._zod,"propValues",(()=>o.innerType._zod.propValues)),K(e._zod,"values",(()=>o.innerType._zod.values)),K(e._zod,"optin",(()=>{var t,v;return(v=(t=o.innerType)==null?void 0:t._zod)==null?void 0:v.optin})),K(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(Gh):Gh(r)}}));function Gh(e){return e.value=Object.freeze(e.value),e}const Ru=k("$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=>Wh(h,t,v,e)));Wh(r,t,v,e)}}));function Wh(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(q2(r))}}var Xh;(Xh=globalThis).__zod_globalRegistry??(Xh.__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 eo=globalThis.__zod_globalRegistry;function Uh(e,o){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...D(o)})}function Kh(e,o){return new Yc({check:"max_length",...D(o),maximum:e})}function Do(e,o){return new Qc({check:"min_length",...D(o),minimum:e})}function Jh(e,o){return new qc({check:"length_equals",...D(o),length:e})}function H2(e){return new hu({check:"overwrite",tx:e})}function Yh(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)??eo,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 m=l.schema,p=o.processors[r.type];if(!p)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${r.type}`);p(e,o,m,c)}const d=e._zod.parent;d&&(l.ref||(l.ref=d),ue(d,o,c),o.seen.get(d).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 Qh(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:d}=(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??(H=>H);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},d&&(u.defId=d);const m=u.schema;for(const p in m)delete m[p];m.$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
|
-
|
|
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 d=(i=e.external.registry.get(a[0]))==null?void 0:i.id;if(o!==a[0]&&d){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 qh(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,d={...c},m=u.ref;if(u.ref=null,m){v(m);const w=e.seen.get(m),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,d),a._zod.parent===m)for(const V in c)V!=="$ref"&&V!=="allOf"&&(V in d||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!==m){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:Ro(o,"input",e.processors),output:Ro(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 Ro=(e,o,t={})=>v=>{const{libraryOptions:r,target:h}=v??{},l=Yh({...r??{},target:h,io:o,processors:t});return ue(e,l),Qh(l,e),qh(l,e)},Fu={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},el=(e,o,t,v)=>{const r=e._zod.def;ue(r.innerType,o,v),o.seen.get(e).ref=r.innerType},Gu=k("ZodISODateTime",((e,o)=>{zu.init(e,o),ee.init(e,o)})),Wu=k("ZodISODate",((e,o)=>{Vu.init(e,o),ee.init(e,o)})),Xu=k("ZodISOTime",((e,o)=>{Hu.init(e,o),ee.init(e,o)})),Uu=k("ZodISODuration",((e,o)=>{xu.init(e,o),ee.init(e,o)})),be=k("ZodError",((e,o)=>{Ih.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,st,2)}},addIssues:{value:t=>{e.issues.push(...t),e.message=JSON.stringify(e.issues,st,2)}},isEmpty:{get:()=>e.issues.length===0}})}),{Parent:Error}),Ku=ft(be),Ju=gt(be),Yu=Po(be),Qu=jo(be),qu=Bc(be),e0=Cc(be),o0=Mc(be),n0=_c(be),t0=kc(be),v0=Zc(be),r0=Ic(be),h0=Sc(be),me=k("ZodType",((e,o)=>(ce.init(e,o),Object.assign(e["~standard"],{jsonSchema:{input:Ro(e,"input"),output:Ro(e,"output")}}),e.toJSONSchema=((t,v={})=>r=>{const h=Yh({...r,processors:v});return ue(t,h),Qh(h,t),qh(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)=>Ku(e,t,v,{callee:e.parse}),e.safeParse=(t,v)=>Yu(e,t,v),e.parseAsync=async(t,v)=>Ju(e,t,v,{callee:e.parseAsync}),e.safeParseAsync=async(t,v)=>Qu(e,t,v),e.spa=e.safeParseAsync,e.encode=(t,v)=>qu(e,t,v),e.decode=(t,v)=>e0(e,t,v),e.encodeAsync=async(t,v)=>o0(e,t,v),e.decodeAsync=async(t,v)=>n0(e,t,v),e.safeEncode=(t,v)=>t0(e,t,v),e.safeDecode=(t,v)=>v0(e,t,v),e.safeEncodeAsync=async(t,v)=>r0(e,t,v),e.safeDecodeAsync=async(t,v)=>h0(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,...D(s)})})(P0,r,h)})(t,v)),e.superRefine=t=>e.check((function(v){const r=(function(h){const l=new Ne({check:"custom",...D(void 0)});return l._zod.check=h,l})((h=>(h.addIssue=l=>{if(typeof l=="string")h.issues.push(q2(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(q2(i))}},v(h.value,h))));return r})(t)),e.overwrite=t=>e.check(H2(t)),e.optional=()=>vl(e),e.exactOptional=()=>new Z0({type:"optional",innerType:e}),e.nullable=()=>rl(e),e.nullish=()=>vl(rl(e)),e.nonoptional=t=>(function(v,r){return new A0({type:"nonoptional",innerType:v,...D(r)})})(e,t),e.array=()=>new B0({type:"array",element:e,...D(void 0)}),e.or=t=>new C0({type:"union",options:[e,t],...D(void 0)}),e.and=t=>(function(v,r){return new M0({type:"intersection",left:v,right:r})})(e,t),e.transform=t=>hl(e,new _0({type:"transform",transform:t})),e.default=t=>{return v=t,new S0({type:"default",innerType:e,get defaultValue(){return typeof v=="function"?v():kh(v)}});var v},e.prefault=t=>{return v=t,new E0({type:"prefault",innerType:e,get defaultValue(){return typeof v=="function"?v():kh(v)}});var v},e.catch=t=>{return new N0({type:"catch",innerType:e,catchValue:typeof(v=t)=="function"?v:()=>v});var v},e.pipe=t=>hl(e,t),e.readonly=()=>new $0({type:"readonly",innerType:e}),e.describe=t=>{const v=e.clone();return eo.add(v,{description:t}),v},Object.defineProperty(e,"description",{get:()=>{var t;return(t=eo.get(e))==null?void 0:t.description},configurable:!0}),e.meta=(...t)=>{if(t.length===0)return eo.get(e);const v=e.clone();return eo.add(v,t[0]),v},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e.apply=t=>t(e),e))),ol=k("_ZodString",((e,o)=>{wt.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:d,patterns:m,contentEncoding:p}=l._zod.bag;if(typeof u=="number"&&(a.minLength=u),typeof c=="number"&&(a.maxLength=c),d&&(a.format=Fu[d]??d,a.format===""&&delete a.format,d==="time"&&delete a.format),p&&(a.contentEncoding=p),m&&m.size>0){const w=[...m];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 eu({check:"string_format",format:"regex",...D(h),pattern:r})})(...v)),e.includes=(...v)=>e.check((function(r,h){return new tu({check:"string_format",format:"includes",...D(h),includes:r})})(...v)),e.startsWith=(...v)=>e.check((function(r,h){return new vu({check:"string_format",format:"starts_with",...D(h),prefix:r})})(...v)),e.endsWith=(...v)=>e.check((function(r,h){return new ru({check:"string_format",format:"ends_with",...D(h),suffix:r})})(...v)),e.min=(...v)=>e.check(Do(...v)),e.max=(...v)=>e.check(Kh(...v)),e.length=(...v)=>e.check(Jh(...v)),e.nonempty=(...v)=>e.check(Do(1,...v)),e.lowercase=v=>e.check((function(r){return new ou({check:"string_format",format:"lowercase",...D(r)})})(v)),e.uppercase=v=>e.check((function(r){return new nu({check:"string_format",format:"uppercase",...D(r)})})(v)),e.trim=()=>e.check(H2((v=>v.trim()))),e.normalize=(...v)=>e.check((function(r){return H2((h=>h.normalize(r)))})(...v)),e.toLowerCase=()=>e.check(H2((v=>v.toLowerCase()))),e.toUpperCase=()=>e.check(H2((v=>v.toUpperCase()))),e.slugify=()=>e.check(H2((v=>(function(r){return r.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")})(v))))})),l0=k("ZodString",((e,o)=>{wt.init(e,o),ol.init(e,o),e.email=t=>e.check((function(v,r){return new v({type:"string",format:"email",check:"string_format",abort:!1,...D(r)})})(i0,t)),e.url=t=>e.check((function(v,r){return new v({type:"string",format:"url",check:"string_format",abort:!1,...D(r)})})(a0,t)),e.jwt=t=>e.check((function(v,r){return new v({type:"string",format:"jwt",check:"string_format",abort:!1,...D(r)})})(b0,t)),e.emoji=t=>e.check((function(v,r){return new v({type:"string",format:"emoji",check:"string_format",abort:!1,...D(r)})})(s0,t)),e.guid=t=>e.check(Uh(tl,t)),e.uuid=t=>e.check((function(v,r){return new v({type:"string",format:"uuid",check:"string_format",abort:!1,...D(r)})})(Fo,t)),e.uuidv4=t=>e.check((function(v,r){return new v({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...D(r)})})(Fo,t)),e.uuidv6=t=>e.check((function(v,r){return new v({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...D(r)})})(Fo,t)),e.uuidv7=t=>e.check((function(v,r){return new v({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...D(r)})})(Fo,t)),e.nanoid=t=>e.check((function(v,r){return new v({type:"string",format:"nanoid",check:"string_format",abort:!1,...D(r)})})(c0,t)),e.guid=t=>e.check(Uh(tl,t)),e.cuid=t=>e.check((function(v,r){return new v({type:"string",format:"cuid",check:"string_format",abort:!1,...D(r)})})(u0,t)),e.cuid2=t=>e.check((function(v,r){return new v({type:"string",format:"cuid2",check:"string_format",abort:!1,...D(r)})})(d0,t)),e.ulid=t=>e.check((function(v,r){return new v({type:"string",format:"ulid",check:"string_format",abort:!1,...D(r)})})(m0,t)),e.base64=t=>e.check((function(v,r){return new v({type:"string",format:"base64",check:"string_format",abort:!1,...D(r)})})(H0,t)),e.base64url=t=>e.check((function(v,r){return new v({type:"string",format:"base64url",check:"string_format",abort:!1,...D(r)})})(x0,t)),e.xid=t=>e.check((function(v,r){return new v({type:"string",format:"xid",check:"string_format",abort:!1,...D(r)})})(p0,t)),e.ksuid=t=>e.check((function(v,r){return new v({type:"string",format:"ksuid",check:"string_format",abort:!1,...D(r)})})(f0,t)),e.ipv4=t=>e.check((function(v,r){return new v({type:"string",format:"ipv4",check:"string_format",abort:!1,...D(r)})})(g0,t)),e.ipv6=t=>e.check((function(v,r){return new v({type:"string",format:"ipv6",check:"string_format",abort:!1,...D(r)})})(w0,t)),e.cidrv4=t=>e.check((function(v,r){return new v({type:"string",format:"cidrv4",check:"string_format",abort:!1,...D(r)})})(z0,t)),e.cidrv6=t=>e.check((function(v,r){return new v({type:"string",format:"cidrv6",check:"string_format",abort:!1,...D(r)})})(V0,t)),e.e164=t=>e.check((function(v,r){return new v({type:"string",format:"e164",check:"string_format",abort:!1,...D(r)})})(y0,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,...D(h)})})(Gu,v)})(t)),e.date=t=>e.check((function(v){return(function(r,h){return new r({type:"string",format:"date",check:"string_format",...D(h)})})(Wu,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,...D(h)})})(Xu,v)})(t)),e.duration=t=>e.check((function(v){return(function(r,h){return new r({type:"string",format:"duration",check:"string_format",...D(h)})})(Uu,v)})(t))}));function nl(e){return(function(o,t){return new o({type:"string",...D(t)})})(l0,e)}const ee=k("ZodStringFormat",((e,o)=>{q.init(e,o),ol.init(e,o)})),i0=k("ZodEmail",((e,o)=>{su.init(e,o),ee.init(e,o)})),tl=k("ZodGUID",((e,o)=>{iu.init(e,o),ee.init(e,o)})),Fo=k("ZodUUID",((e,o)=>{au.init(e,o),ee.init(e,o)})),a0=k("ZodURL",((e,o)=>{cu.init(e,o),ee.init(e,o)})),s0=k("ZodEmoji",((e,o)=>{uu.init(e,o),ee.init(e,o)})),c0=k("ZodNanoID",((e,o)=>{du.init(e,o),ee.init(e,o)})),u0=k("ZodCUID",((e,o)=>{mu.init(e,o),ee.init(e,o)})),d0=k("ZodCUID2",((e,o)=>{pu.init(e,o),ee.init(e,o)})),m0=k("ZodULID",((e,o)=>{fu.init(e,o),ee.init(e,o)})),p0=k("ZodXID",((e,o)=>{gu.init(e,o),ee.init(e,o)})),f0=k("ZodKSUID",((e,o)=>{wu.init(e,o),ee.init(e,o)})),g0=k("ZodIPv4",((e,o)=>{yu.init(e,o),ee.init(e,o)})),w0=k("ZodIPv6",((e,o)=>{bu.init(e,o),ee.init(e,o)})),z0=k("ZodCIDRv4",((e,o)=>{Bu.init(e,o),ee.init(e,o)})),V0=k("ZodCIDRv6",((e,o)=>{Cu.init(e,o),ee.init(e,o)})),H0=k("ZodBase64",((e,o)=>{Mu.init(e,o),ee.init(e,o)})),x0=k("ZodBase64URL",((e,o)=>{_u.init(e,o),ee.init(e,o)})),y0=k("ZodE164",((e,o)=>{ku.init(e,o),ee.init(e,o)})),b0=k("ZodJWT",((e,o)=>{Zu.init(e,o),ee.init(e,o)})),B0=k("ZodArray",((e,o)=>{Iu.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:d}=h._zod.bag;typeof c=="number"&&(a.minItems=c),typeof d=="number"&&(a.maxItems=d),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(Do(t,v)),e.nonempty=t=>e.check(Do(1,t)),e.max=(t,v)=>e.check(Kh(t,v)),e.length=(t,v)=>e.check(Jh(t,v)),e.unwrap=()=>e.element})),C0=k("ZodUnion",((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,u=a.inclusive===!1,c=a.options.map(((d,m)=>ue(d,l,{...s,path:[...s.path,u?"oneOf":"anyOf",m]})));u?i.oneOf=c:i.anyOf=c})(e,t,v,r),e.options=o.options})),M0=k("ZodIntersection",((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,u=ue(a.left,l,{...s,path:[...s.path,"allOf",0]}),c=ue(a.right,l,{...s,path:[...s.path,"allOf",1]}),d=p=>"allOf"in p&&Object.keys(p).length===1,m=[...d(u)?u.allOf:[u],...d(c)?c.allOf:[c]];i.allOf=m})(e,t,v,r)})),_0=k("ZodTransform",((e,o)=>{Au.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 Bh(e.constructor.name);t.addIssue=h=>{if(typeof h=="string")t.issues.push(q2(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(q2(l))}};const r=o.transform(t.value,t);return r instanceof Promise?r.then((h=>(t.value=h,t))):(t.value=r,t)}})),k0=k("ZodOptional",((e,o)=>{Dh.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>el(e,t,0,r),e.unwrap=()=>e._zod.def.innerType}));function vl(e){return new k0({type:"optional",innerType:e})}const Z0=k("ZodExactOptional",((e,o)=>{Nu.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>el(e,t,0,r),e.unwrap=()=>e._zod.def.innerType})),I0=k("ZodNullable",((e,o)=>{Ou.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 rl(e){return new I0({type:"nullable",innerType:e})}const S0=k("ZodDefault",((e,o)=>{$u.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})),E0=k("ZodPrefault",((e,o)=>{Pu.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})),A0=k("ZodNonOptional",((e,o)=>{ju.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})),N0=k("ZodCatch",((e,o)=>{Tu.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})),O0=k("ZodPipe",((e,o)=>{Lu.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 hl(e,o){return new O0({type:"pipe",in:e,out:o})}const $0=k("ZodReadonly",((e,o)=>{Du.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})),P0=k("ZodCustom",((e,o)=>{Ru.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)})),j0=["aria-describedby"],T0={class:"px-form-item__input-wrap"},L0=["id"],D0=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((S=>({ac9c6e38:p.value})));const t=new Set(["__proto__","constructor","prototype"]),v=e,r=n.useSlots(),h=n.inject(Yn),l=se().value,i=n.ref("init"),s=n.ref(""),a=n.ref([]),u=S=>{return S&&v.prop&&!Re(Ce(S,v.prop))?(Z=v.prop,(ne(Z)?Z:Z.split(".")).some((O=>t.has(O)))?(v.prop,null):Ce(S,v.prop)):null;var Z},c=n.computed((()=>!(!v.label&&!r.label))),d=n.computed((()=>v.for||(a.value.length?a.value[0]:""))),m=n.computed((()=>`${v.label??""}${(h==null?void 0:h.labelSuffix)??""}`)),p=n.computed((()=>{const S=Z=>Qv(Z)?`${Z}px`:(function(O,N,L){O=sv(O),N=rn(N);var P,W,F=O.length,T=L=L===void 0?F:(W=F,(P=b2(L))==P&&(W!==void 0&&(P=P<=W?P:W),P=P>=0?P:0),P);return(L-=N.length)>=0&&O.slice(L,T)==N})(Z,"px")?Z:`${Z}px`;return v.labelWidth?S(v.labelWidth):h!=null&&h.labelWidth?S(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 S=h==null?void 0:h.model;return u(S)})),g=n.computed((()=>v.prop?_e(v.prop)?v.prop:v.prop.join("."):"")),y=n.computed((()=>{const{required:S}=v,Z=[];v.rules&&Z.push(...v.rules);const O=h==null?void 0:h.rules;if(O&&v.prop){const N=u(O);N&&Z.push(...N)}if(!Re(S)){const N=Te(Tn(Z,((L,P)=>[L,P])),(L=>d2($e(L[0]),"required")));if(Fe(N))for(const L of N){const[P,W]=L;P.required!==S&&(Z[W]={...P,required:S})}else Z.push({required:S})}return Z})),H=n.computed((()=>Re(v.required)?Fe(Te(y.value,(S=>S.required)))>0:v.required));let C=null,x=!1;const M=async(S,Z)=>{if(x||!v.prop||z.value)return!1;if(!i.value)return Z==null||Z(!1),!1;const O=(function(N){const L=y.value;return L?Te(L,(P=>!(P!=null&&P.trigger)||!N||(ne(P.trigger)?P.trigger.includes(N):P.trigger===N))):[]})(S);return Fe(O)?(i.value="validating",(async function(N){var P;const L=b.value;for(const W of N){let F=W.schema??null;if(!F&&W.required&&(F=nl({message:W.message??"This field is required"}).min(1,W.message??"This field is required")),!F)continue;const T=F.safeParse(L);if(!T.success){const G=W.message??((P=T.error.issues[0])==null?void 0:P.message)??"Validation failed";i.value="error",s.value=G;const U={errors:[{field:g.value,message:G}],fields:{[g.value]:[{message:G}]}};return h==null||h.emits("validate",v,!1,G),Promise.reject(U)}}return i.value="success",h==null||h.emits("validate",v,!0,""),!0})(O).then((()=>(Z==null||Z(!0),!0))).catch((N=>{const{fields:L}=N;return Z==null||Z(!1,L),Promise.reject(L)}))):(Z==null||Z(!0),!0)},B=()=>{const S=h==null?void 0:h.model;S&&g.value&&!Re(Ce(S,g.value))&&(x=!0,S[g.value]=Pv(C)),n.nextTick((()=>I()))},I=()=>{i.value="init",s.value="",x=!1},A=n.reactive({...n.toRefs(v),disabled:z.value,validate:M,resetField:B,clearValidate:I,addInputId:S=>{d2(a.value,S)||a.value.push(S)},removeInputId:S=>{a.value=Te(a.value,(Z=>Z!==S))}});return n.onMounted((()=>{v.prop&&(h==null||h.addField(A),C=b.value)})),n.onUnmounted((()=>{v.prop&&(h==null||h.removeField(A))})),n.provide(Qn,A),o({validateMessage:s,validateStatus:i,validate:M,resetField:B,clearValidate:I}),(S,Z)=>{var O,N,L,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":H.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(d.value?"label":"div"),{key:0,class:"px-form-item__label",style:n.normalizeStyle(V.value),id:n.unref(l),for:d.value},{default:n.withCtx((()=>[n.renderSlot(S.$slots,"label",{label:m.value},(()=>[n.createTextVNode(n.toDisplayString(m.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",T0,[n.renderSlot(S.$slots,"default",{validate:M},void 0,!0),(L=n.unref(h))!=null&&L.statusIcon&&i.value==="success"?(n.openBlock(),n.createBlock(X,{key:0,icon:"check",class:"px-form-item__status-icon is-success",size:"sm"})):n.createCommentVNode("",!0),(P=n.unref(h))!=null&&P.statusIcon&&i.value==="error"?(n.openBlock(),n.createBlock(X,{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&&S.showMessage?n.renderSlot(S.$slots,"error",{key:0,error:s.value},(()=>[n.createTextVNode(n.toDisplayString(s.value),1)]),!0):n.createCommentVNode("",!0)],8,L0)):n.createCommentVNode("",!0)],12,j0)],6)}}}),R0=Q(D0,[["__scopeId","data-v-0e2bbb22"]]),ll=j(Hc),il=j(R0),F0=new Set(["primary","success","warning","danger","info"]),G0={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"}},W0={class:"px-file-input__wrapper"},X0=["disabled","accept","multiple","form"],U0={class:"px-file-input__name"},al=j(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}=qe(),i=n.ref(null),s=n.computed((()=>F0.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",G0[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})),d=n.computed((()=>v.clearable&&i.value&&i.value.length>0));function m(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",W0,[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:m},null,40,X0),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",U0,n.toDisplayString(c.value),1),d.value?(n.openBlock(),n.createBlock(X,{key:0,icon:"close-box",class:"px-file-input__clear",onClick:n.withModifiers(w,["stop"])})):n.createCommentVNode("",!0)])],6))}})),sl=Symbol("filterContext"),K0={"active-color":"color","active-border-color":"dark"},J0=["type","aria-checked","id","name","disabled","checked"],Y0={key:0,class:"px-filter-item__label"},cl=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(sl,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)),d=n.computed((()=>v==null?void 0:v.color.value)),m=n.computed((()=>v==null?void 0:v.name.value)),p=n.computed((()=>{const f=d.value;return f?re(te(f),"px-filter-item",K0):{}}));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:m.value,disabled:a.value,checked:i.value},null,8,J0),f.label||n.unref(t).default?(n.openBlock(),n.createElementBlock("span",Y0,[n.renderSlot(f.$slots,"default",{},(()=>[n.createTextVNode(n.toDisplayString(f.label),1)]))])):n.createCommentVNode("",!0)],6))}}),Q0=["role"],ul=j(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(sl,{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(X,{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(cl,{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,Q0)}}})),dl=j(cl),ml={"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>'},pl=j(X);function fl(){sr(ml)}const q0={"bg-color":"color","border-color":"dark","shadow-color":"dark"},gl=j(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",q0):{})),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"]])),ed=new Set(["primary","success","warning","danger","info"]),od={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"}},nd={key:0,class:"px-input__prepend"},td={key:0,class:"px-input__prefix"},vd=["id","type","disabled","readonly","autocomplete","placeholder","autofocus","form"],rd={key:1,class:"px-input__suffix"},hd={key:1,class:"px-input__append"},ld=["id","disabled","readonly","autocomplete","placeholder","autofocus","form"],Vt=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},prefixIcon:{},suffixIcon:{},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}=qe(),c=n.computed((()=>i.value||s.value)),d=n.computed((()=>v.disabled)),m=n.computed((()=>ed.has(v.color??""))),p=n.computed((()=>!!v.color&&!m.value)),w=n.computed((()=>{if(!p.value)return{};const B=te(v.color),I=v.ghost?"ghost":"default";return re(B,"px-input",od[I])})),f=n.computed((()=>v.clearable&&!!h.value&&!d.value&&b.value)),V=n.computed((()=>v.type==="password"&&v.showPassword&&!d.value&&!!h.value)),{wrapperRef:z,isFocused:b,handleFocus:g,handleBlur:y}=Mr(c,{afterBlur(){u==null||u.validate("blur").catch((B=>{}))}}),H=()=>{h.value="",he(["input","change","update:modelValue"],(B=>r(B,""))),r("clear"),u==null||u.clearValidate()};function C(){r("update:modelValue",h.value),r("input",h.value)}function x(){r("change",h.value)}function M(){l.value=!l.value}return n.watch((()=>v.modelValue),(B=>{h.value=B,u==null||u.validate("change").catch((I=>{}))})),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:H}),(B,I)=>(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}`]:m.value,"is-ghost":B.ghost,"is-disabled":d.value,"is-prepend":B.$slots.prepend,"is-append":B.$slots.append,"is-prefix":B.$slots.prefix||B.prefixIcon,"is-suffix":B.$slots.suffix||B.suffixIcon,"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",nd,[n.renderSlot(B.$slots,"prepend")])):n.createCommentVNode("",!0),n.createElementVNode("div",{class:"px-input__wrapper",ref_key:"wrapperRef",ref:z},[B.$slots.prefix||B.prefixIcon?(n.openBlock(),n.createElementBlock("span",td,[n.renderSlot(B.$slots,"prefix",{},(()=>[B.prefixIcon?(n.openBlock(),n.createBlock(X,{key:0,icon:B.prefixIcon},null,8,["icon"])):n.createCommentVNode("",!0)]))])):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:d.value,readonly:B.readonly,autocomplete:B.autocomplete,placeholder:B.placeholder,autofocus:B.autofocus,form:B.form,"onUpdate:modelValue":I[0]||(I[0]=A=>h.value=A)},n.unref(a),{onInput:C,onChange:x,onFocus:I[1]||(I[1]=(...A)=>n.unref(g)&&n.unref(g)(...A)),onBlur:I[2]||(I[2]=(...A)=>n.unref(y)&&n.unref(y)(...A))}),null,16,vd),[[n.vModelDynamic,h.value]]),B.$slots.suffix||B.suffixIcon||f.value||V.value?(n.openBlock(),n.createElementBlock("span",rd,[n.renderSlot(B.$slots,"suffix",{},(()=>[B.suffixIcon?(n.openBlock(),n.createBlock(X,{key:0,icon:B.suffixIcon},null,8,["icon"])):n.createCommentVNode("",!0)])),f.value?(n.openBlock(),n.createBlock(X,{key:0,icon:"close-box",class:"px-input__clear",onClick:H,onMousedown:n.withModifiers(n.unref(sn),["prevent"])},null,8,["onMousedown"])):n.createCommentVNode("",!0),V.value&&l.value?(n.openBlock(),n.createBlock(X,{key:1,icon:"eye",class:"px-input__password",onClick:M})):n.createCommentVNode("",!0),V.value&&!l.value?(n.openBlock(),n.createBlock(X,{key:2,icon:"eye-closed",class:"px-input__password",onClick:M})):n.createCommentVNode("",!0)])):n.createCommentVNode("",!0)],512),B.$slots.append?(n.openBlock(),n.createElementBlock("div",hd,[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:d.value,readonly:B.readonly,autocomplete:B.autocomplete,placeholder:B.placeholder,autofocus:B.autofocus,form:B.form,"onUpdate:modelValue":I[3]||(I[3]=A=>h.value=A)},n.unref(a),{onInput:C,onChange:x,onFocus:I[4]||(I[4]=(...A)=>n.unref(g)&&n.unref(g)(...A)),onBlur:I[5]||(I[5]=(...A)=>n.unref(y)&&n.unref(y)(...A))}),null,16,ld)),[[n.vModelText,h.value]])],6))}}),wl=j(Vt),zl={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"}},id=new Set(["up","down","left","right"]),ad={key:0,class:"px-kbd__key"},sd={key:1,class:"px-kbd__key"},cd=["title"],ud={key:0,class:"px-kbd__key"},Vl=j(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 id.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",ad,[n.createVNode(X,{icon:n.unref(zl)[l].icon,size:"xs"},null,8,["icon"])])):(n.openBlock(),n.createElementBlock("kbd",sd,[n.createElementVNode("abbr",{title:l,class:"px-kbd__abbr"},n.toDisplayString(n.unref(zl)[l].label),9,cd)]))],64)))),128)),r.$slots.default?(n.openBlock(),n.createElementBlock("kbd",ud,[n.renderSlot(r.$slots,"default",{},void 0,!0)])):n.createCommentVNode("",!0)],2))}}),[["__scopeId","data-v-fa07bd0e"]])),dd=["href","target"],Hl=j(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,dd))}}),[["__scopeId","data-v-d754ba7d"]])),xl=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"]]),md={class:"px-loading__spinner"},pd={key:1,class:"px-loading-text"},fd=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",md,[o.spinner!==!1?(n.openBlock(),n.createBlock(xl,{key:0,variant:"spinner",size:"lg"})):n.createCommentVNode("",!0),t.text?(n.openBlock(),n.createElementBlock("p",pd,n.toDisplayString(t.text),1)):n.createCommentVNode("",!0)])],2),[[n.vShow,o.visible.value]])])),_:1},8,["onAfterLeave"]))}}),yl="px-loading-parent--relative",bl="px-loading-parent--hiden",Go="px-loading-numb",Wo=new Map,{nextZIndex:gd}=G2(3e3);function Bl(e=document.body){e.classList.remove(bl)}function Ht(e=document.body){return e.getAttribute(Go)}let Xo=null;function Uo(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&&!Re(Xo))return Xo;if((function(h=document.body){const l=Ht(h)??"0";h.setAttribute(Go,`${Number.parseInt(l,10)+1}`)})(o==null?void 0:o.parent),Wo.has(t))return Wo.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=Ht(V);if(z){const b=Number.parseInt(z,10)-1;b===0?(function(g=document.body){g.removeAttribute(Go)})(V):V.setAttribute(Go,`${b}`)}})(p),Ht(p)||(jn((()=>{(function(V=document.body){V.classList.remove(yl)})(p),Bl(p)}),1),Wo.delete(p??document.body),(f=(w=m.$el)==null?void 0:w.parentNode)==null||f.removeChild(m.$el),d.unmount())};let c;const d=n.createApp(fd,{...a,zIndex:a.fullscreen?gd():void 0,visible:l}),m=d.mount(document.createElement("div"));return{get $el(){return m.$el},vm:m,close:()=>{var p;h.beforeClose&&!h.beforeClose()||(i.value=!0,clearTimeout(c),c=ka(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&&(Xo=null)}});return(function(h,l=document.body){h.lock?(function(i=document.body){i.classList.add(bl)})(l):Bl(l),(function(i=document.body){i.classList.add(yl)})(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&&(Xo=v),Wo.set(t,v),v}const Ko=Symbol("loading");function Cl(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[Ko]={options:h,instance:Uo(h)}}const Jo={mounted(e,o){o.value&&Cl(e,o)},updated(e,o){var t;o.oldValue!==o.value&&(!o.value||o.oldValue?(t=e[Ko])==null||t.instance.close():Cl(e,o))},unmounted(e){var o;(o=e[Ko])==null||o.instance.close(),e[Ko]=void 0}},Ml=j(xl),_l={name:"PxLoading",install(e){e.directive("loading",Jo),e.config.globalProperties.$loading=Uo},directive:Jo,service:Uo},wd=["aria-live"],zd={class:"px-message__content"},Vd={key:0,class:"px-message__close"},Hd=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}=Er({getLastBottomOffset:u2(bd,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=jn(m,t.duration))}function d(){clearTimeout(u)}function m(){d(),v.value=!1}return n.watch(v,(p=>{p||(h.value=-t.offset)})),n.onMounted((()=>{v.value=!0,c()})),n.onBeforeUnmount((()=>d())),o({close:m,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:d,onMouseleave:c},[n.createVNode(X,{class:"px-message__icon",icon:s.value},null,8,["icon"]),n.createElementVNode("div",zd,[n.renderSlot(p.$slots,"default",{},(()=>[p.message?(n.openBlock(),n.createBlock(n.unref(Bo),{key:0,vNode:p.message},null,8,["vNode"])):n.createCommentVNode("",!0)]))]),p.showClose?(n.openBlock(),n.createElementBlock("div",Vd,[n.createVNode(X,{icon:"close",onClick:n.withModifiers(m,["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,wd),[[n.vShow,v.value]])])),_:3},8,["name"]))}}),kl=["info","success","warning","danger","error"],Oe=n.shallowReactive([]),{nextZIndex:xd}=G2(),Zl=mr((()=>Oe.length?Oe[Oe.length-1]:void 0)),yd={type:"info",duration:3e3,offset:10,transitionName:"fade-up"},Il=e=>{const o=!e||n.isVNode(e)||_e(e)?{message:e}:e;return{...yd,...o}};function bd(){const e=T2(Oe,{id:this.id});return e<=0?0:Ce(Oe,[e-1,"vm","exposed","bottomOffset","value"])}const Yo=(e={})=>{const o=Il(e),t=(!e||n.isVNode(e)||_e(e)?{}:e).max;return t&&t>0&&dr(Oe,t),(v=>{const r=se().value,h=document.createElement("div"),l={...v,id:r,zIndex:xd(),onDestroy:()=>{const c=T2(Oe,{id:r});c!==-1&&(Oe.splice(c,1),n.render(null,h),Zl.unregister())}},i=n.h(Hd,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),Zl.register(),u})(o).handler};he(kl,(e=>{L2(Yo,e,(o=>{const t=Il(o);return Yo({...t,type:e})}))})),Yo.closeAll=function(e){he(Oe,(o=>{e?o.props.type===e&&o.handler.close():o.handler.close()}))};const Sl=ur(Yo,"$message"),Bd=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"]]),Cd={class:"px-message-box__content"},Md={key:1,class:"px-message-box__message"},_d={class:"px-message-box__input"},kd={key:0,class:"px-message-box__error"},Zd={class:"px-message-box__footer"},Id=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=_o(),{doAction:v}=o,{nextZIndex:r}=G2(),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()}),d=n.computed((()=>{var x;return((x=o.visible)==null?void 0:x.value)??!1})),m=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}=_r(h),{reset:b}=Cr(n.computed((()=>c.draggable?h.value:void 0)),n.computed((()=>c.draggable?l.value:void 0)),{constrainToViewport:!0});function g(){o.closeOnClickModal&&C()}function y(x){if(c.inputType!=="textarea")return x.preventDefault(),H("confirm")}function H(x){if(x!=="confirm"||!c.showInput||(function(){var B;if(!c.inputSchema)return!0;const M=c.inputSchema.safeParse(c.inputValue??"");return M.success?(f.value="",!0):(f.value=c.inputErrorMessage??((B=M.error.issues[0])==null?void 0:B.message)??t.value.t("messagebox.error"),!1)})())if(ae(o.beforeClose)){const M=x==="confirm"?"confirmButtonLoading":x==="cancel"?"cancelButtonLoading":void 0;let B;M&&(c[M]=!0);try{B=o.beforeClose(x,c,(()=>{M&&(c[M]=!1),v(x,c.inputValue)}))}catch{return void(M&&(c[M]=!1))}B instanceof Promise&&B.catch((()=>{M&&(c[M]=!1)}))}else v(x,c.inputValue)}function C(){H(c.distinguishCancelAndClose===!1?"cancel":"close")}return n.watch((()=>{var x;return(x=o.visible)==null?void 0:x.value}),(x=>{x?(c.zIndex=r(),b(),n.nextTick((()=>{var M,B,I;o.boxType==="prompt"?(M=i.value)==null||M.focus():(I=(B=s.value)==null?void 0:B.$el)==null||I.focus(),V()}))):(z(),f.value="")})),F2(document,"keydown",(x=>{c.closeOnPressEscape&&d.value&&x.key==="Escape"&&C()})),F2(window,"hashchange",(()=>{c.closeOnHashChange&&d.value&&C()})),(x,M)=>(n.openBlock(),n.createBlock(n.Transition,{name:"fade-in-linear",onAfterLeave:x.destroy},{default:n.withCtx((()=>[n.withDirectives(n.createVNode(Bd,{"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:M[5]||(M[5]=n.withModifiers((()=>{}),["stop"]))},[n.unref(Re)(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(X,{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)]),x.showClose?(n.openBlock(),n.createElementBlock("button",{key:0,class:"px-message-box__header-btn",onClick:n.withModifiers(C,["stop"])},[n.createVNode(X,{icon:"close"})])):n.createCommentVNode("",!0)],512)),n.createElementVNode("div",Cd,[p.value&&!c.center&&m.value?(n.openBlock(),n.createBlock(X,{key:0,class:n.normalizeClass({[`px-icon-${c.type}`]:c.type}),icon:p.value},null,8,["class","icon"])):n.createCommentVNode("",!0),m.value?(n.openBlock(),n.createElementBlock("div",Md,[n.renderSlot(x.$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",_d,[n.createVNode(Vt,{modelValue:c.inputValue,"onUpdate:modelValue":M[0]||(M[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",kd,n.toDisplayString(f.value),1)):n.createCommentVNode("",!0)],512),[[n.vShow,c.showInput]]),n.createElementVNode("div",Zd,[c.footer?(n.openBlock(),n.createBlock(n.unref(Bo),{key:0,vNode:c.footer},null,8,["vNode"])):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[c.showCancelButton?(n.openBlock(),n.createBlock(R2,{key:0,class:"px-message-box__footer-btn px-message-box__cancel-btn",type:c.cancelButtonType,round:c.roundButton,loading:c.cancelButtonLoading,onClick:M[1]||(M[1]=B=>H("cancel")),onKeydown:M[2]||(M[2]=n.withKeys(n.withModifiers((B=>H("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(R2,{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:M[3]||(M[3]=B=>H("confirm")),onKeydown:M[4]||(M[4]=n.withKeys(n.withModifiers((B=>H("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,d.value]])])),_:3},8,["onAfterLeave"]))}}),oo=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 d=n.ref(!1),m=ae(u==null?void 0:u.message)||n.isVNode(u==null?void 0:u.message),p=n.createVNode(Id,{...u,visible:d},m?{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 d=oo.get(a);let m;n.nextTick((()=>a.doClose())),m=l.showInput?{value:c,action:u}:u,l.callback?l.callback(m):u!=="cancel"&&u!=="close"?d==null||d.resolve(m):d==null||d.reject(u)},destroy:()=>{n.render(null,i),oo.delete(a)}},i),a=s==null?void 0:s.proxy;return a.visible.value=!0,a})(e);oo.set(h,{options:e,callback:o,resolve:v,reject:r})}));return t.catch((()=>{})),t}const Sd={alert:{closeOnClickModal:!1},confirm:{showCancelButton:!0},prompt:{showCancelButton:!0,showInput:!0}};he(["alert","confirm","prompt"],(e=>{return L2(De,e,(o=e,(t,v,r)=>{let h="";return ve(v)?(r=v,h=""):h=v===void 0?"":v,De(iv({title:h,message:t,type:"",boxType:o,...Sd[o]},r))}));var o})),L2(De,"close",(()=>{oo.forEach(((e,o)=>{o.doClose()})),oo.clear()}));const xt=De;L2(xt,"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 Ed=["aria-live"],Ad={class:"px-notification__text"},Nd={class:"px-notification__title"},Od={class:"px-notification__content"},$d={key:0,class:"px-notification__close"},Pd=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}=Er({getLastBottomOffset:u2(Ld,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 d;function m(){t.duration!==0&&(d=jn(w,t.duration))}function p(){clearTimeout(d)}function w(){p(),v.value=!1}return n.onMounted((()=>{v.value=!0,m()})),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:m},[n.createVNode(X,{icon:s.value,class:"px-notification__icon"},null,8,["icon"]),n.createElementVNode("div",Ad,[n.createElementVNode("div",Nd,n.toDisplayString(f.title),1),n.createElementVNode("div",Od,[n.renderSlot(f.$slots,"default",{},(()=>[f.message?(n.openBlock(),n.createBlock(n.unref(Bo),{key:0,vNode:f.message},null,8,["vNode"])):n.createCommentVNode("",!0)]),!0)])]),f.showClose?(n.openBlock(),n.createElementBlock("div",$d,[n.createVNode(X,{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,Ed),[[n.vShow,v.value]])])),_:3},8,["name"]))}}),[["__scopeId","data-v-5c4c1be5"]]),El=["info","success","warning","danger","error"],Al=["top-right","top-left","bottom-right","bottom-left"],Qo=new Map;he(Al,(e=>{Qo.set(e,n.shallowReactive([]))}));const{nextZIndex:jd}=G2(),Nl=mr((()=>{let e;return Qo.forEach((o=>{if(o.length){const t=o[o.length-1];(!e||t.props.zIndex>e.props.zIndex)&&(e=t)}})),e})),Td={title:"",type:"info",duration:3e3,offset:20,position:"top-right",transitionName:"fade",showClose:!0,showTimer:!0},Ol=e=>{const o=!e||n.isVNode(e)||_e(e)?{message:e}:e;return{...Td,...o}},yt=e=>Qo.get(e),qo=(e={})=>{const o=Ol(e),t=(!e||n.isVNode(e)||_e(e)?{}:e).max,v=o.position||"top-right";return t&&t>0&&dr(yt(v),t),(h=>{const l=se().value,i=document.createElement("div"),s=yt(h.position||"top-right"),a={...h,id:l,zIndex:jd(),onDestroy:()=>{const p=T2(s,{id:l});p!==-1&&(s.splice(p,1),n.render(null,i),Nl.unregister())}},u=n.h(Pd,a);n.render(u,i),document.body.appendChild(i.firstElementChild);const c=u.component,d={close:()=>c.exposed.close()},m={props:a,id:l,vm:c,vnode:u,handler:d};return s.push(m),Nl.register(),m})(o).handler};function Ld(){const e=yt(this.position||"top-right"),o=T2(e,{id:this.id});return o<=0?0:Ce(e,[o-1,"vm","exposed","bottomOffset","value"])}he(El,(e=>{L2(qo,e,(o=>{const t=Ol(o);return qo({...t,type:e})}))})),qo.closeAll=function(e){Qo.forEach((o=>{he(o,(t=>{e?t.props.type===e&&t.handler.close():t.handler.close()}))}))};const $l=ur(qo,"$notify"),Dd=["src"],Pl=j(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 m={};return v.width!=null&&(m.width=Se(v.width)??""),v.height!=null&&(m.height=Se(v.height)??""),m})),a=n.computed((()=>{const m={"image-rendering":"pixelated"};return v.width!=null&&(m.width="100%"),v.height!=null&&(m.height="100%"),m}));function u(){const m=h.value,p=l.value;m&&p&&i.value&&(pr(m,p,{pixelSize:v.pixelSize,grayscale:v.grayscale,palette:v.palette,background:v.background}),r("rendered"))}function c(){i.value=!0,u()}function d(m){r("error",m)}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 m=h.value;return{width:(m==null?void 0:m.width)??0,height:(m==null?void 0:m.height)??0}},getImageData:function(){const m=h.value;if(!m||!i.value)return null;const p=m.getContext("2d");return p?p.getImageData(0,0,m.width,m.height):null}}),(m,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:m.src,style:{display:"none"},crossorigin:"anonymous",onLoad:c,onError:d},null,40,Dd)],4))}})),Rd={class:"px-popconfirm__main"},Fd={class:"px-popconfirm__action"},jl=j(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=_o(),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(No,{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",Rd,[!u.hideIcon&&u.icon?(n.openBlock(),n.createBlock(X,{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",Fd,[n.createVNode(R2,{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(R2,{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"]])),Gd={"fill-color":"color","fill-border-color":"dark","track-border-color":"dark","text-color":"dark","shadow-color":"dark"},Wd=["aria-valuenow"],Xd={class:"px-progress__track"},Ud={key:0,class:"px-progress__inner-text"},Kd={key:0,class:"px-progress__text"},Tl=j(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",Gd):{})),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",Xd,[n.createElementVNode("div",{class:"px-progress__fill",style:n.normalizeStyle(l.value)},[a.showText&&a.textInside&&!a.indeterminate?(n.openBlock(),n.createElementBlock("span",Ud,n.toDisplayString(i.value),1)):n.createCommentVNode("",!0)],4)]),!a.showText||a.textInside||a.indeterminate?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("span",Kd,n.toDisplayString(i.value),1))],10,Wd))}})),Ll=Symbol("radioGroupContext"),Jd={"checked-color":"color","checked-border-color":"dark"},Yd={class:"px-radio__input"},Qd=["aria-checked","id","name","disabled","checked"],qd={key:0,class:"px-radio__label"},em=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(Ll,void 0),i=!!l,{formItem:s}=qe(),a=n.ref(),u=se().value,c=n.computed((()=>i?l.modelValue.value===v.value:v.modelValue===v.value)),d=n.computed((()=>!!(l!=null&&l.disabled.value)||v.disabled)),m=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",Jd):{}}));function z(){if(d.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--${m.value}`]:m.value,[`px-radio--${p.value}`]:p.value,"is-disabled":d.value,"is-checked":c.value}]),style:n.normalizeStyle(V.value),onClick:z},[n.createElementVNode("span",Yd,[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:d.value,checked:c.value},null,8,Qd),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",qd,[n.renderSlot(b.$slots,"default",{},(()=>[n.createTextVNode(n.toDisplayString(b.label),1)]))])):n.createCommentVNode("",!0)],6))}}),om={class:"px-radio-group",role:"radiogroup"},nm=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}=qe();return n.provide(Ll,{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",om,[n.renderSlot(h.$slots,"default")]))}}),Dl=j(em),Rl=j(nm),bt=Symbol("resizableGroupContext"),tm=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,H){const C=(l.value.get(g.id)??0)+(l.value.get(y.id)??0);let x=C-(H=Ge(H,g.minSize,g.maxSize));x=Ge(x,y.minSize,y.maxSize),H=C-x,l.value.set(g.id,H),l.value.set(y.id,x),n.triggerRef(l)}n.onMounted((()=>{(function(){if(t.autoSaveId)try{const x=localStorage.getItem(`px-resizable-${t.autoSaveId}`);if(x){const M=JSON.parse(x);if(M.length===h.length){const B=new Map;return h.forEach(((I,A)=>{B.set(I.id,M[A])})),void(l.value=B)}}}catch{}const g=new Map;let y=0,H=0;for(const x of h)x.defaultSize!=null?(g.set(x.id,x.defaultSize),y+=x.defaultSize):H++;const C=H>0?(100-y)/H:0;for(const x of h)x.defaultSize==null&&g.set(x.id,C);l.value=g})()}));let c=null,d=-1,m=null;function p(g){if(d<0||!c)return;const y="touches"in g?g.touches[0].clientX:g.clientX,H="touches"in g?g.touches[0].clientY:g.clientY,C=t.direction==="horizontal",x=C?y:H,M=C?c.left:c.top,B=C?c.width:c.height;if(B===0)return;const I=(x-M)/B*100,A=h[d],S=h[d+1];if(!A||!S)return;let Z=0;for(let O=0;O<d;O++)Z+=l.value.get(h[O].id)??0;u(A,S,I-Z),f()}function w(){d=-1,c=null,window.removeEventListener("mousemove",p),window.removeEventListener("mouseup",w),window.removeEventListener("touchmove",p),window.removeEventListener("touchend",w),V(),m&&(m(),m=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(bt,{direction:z,keyboardResizeBy:b,registerPanel:function(g){g.id=s++,h.push(g)},unregisterPanel:function(g){const y=h.findIndex((H=>H.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,H=!1){const C=h.find((S=>S.id===g));if(!C)return;const x=H?y:Ge(y,C.minSize,C.maxSize),M=x-(l.value.get(g)??0);if(M===0)return;const B=h.indexOf(C),I=h[B+1]??h[B-1];if(!I)return;const A=(l.value.get(I.id)??0)-M;!H&&(A<I.minSize||A>I.maxSize)||(l.value.set(g,x),l.value.set(I.id,A),n.triggerRef(l),f())},startResize:function(g,y){var C;const H=i.indexOf(g);H<0||(d=H,c=((C=r.value)==null?void 0:C.getBoundingClientRect())??null,m=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 H=i.indexOf(g);if(H<0)return;const C=h[H],x=h[H+1];C&&x&&(u(C,x,(l.value.get(C.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))}}),vm=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(bt);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 d=r.direction.value==="horizontal"?c.key==="ArrowRight"?1:c.key==="ArrowLeft"?-1:0:c.key==="ArrowDown"?1:c.key==="ArrowUp"?-1:0;d!==0&&(c.preventDefault(),r.keyboardResize(h,d*r.keyboardResizeBy.value))}const u=n.computed((()=>t.hitAreaMargins?{"--px-handle-hit-area":`${t.hitAreaMargins}px`}:{}));return(c,d)=>(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))}}),rm=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(bt);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]),(([d,m,p,w])=>{a.minSize=d,a.maxSize=m,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,((d,m)=>{m!==void 0&&d!==m&&r("resize",d)}));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(d){h.setPanelSize(l.value,d)}}),(d,m)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-resizable-panel",{"is-collapsed":i.value}]),style:n.normalizeStyle(c.value)},[n.renderSlot(d.$slots,"default")],6))}}),Fl=j(tm),Gl=j(rm),Wl=j(vm),Xl=Symbol("selectContext"),hm={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"]}]},lm=new Set(["primary","success","warning","danger","info"]),im={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"}},am=["aria-selected","id"],en=Q(n.defineComponent({name:"PxOption",__name:"Option",props:{value:{},label:{},disabled:{type:Boolean,default:!1}},setup(e){const o=e,t=n.inject(Xl),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=>Je(Ce(t,["highlightedLine","value",s]),Ce(o,s)),(ne(l=["label","value"])?Za:Ia)(l,P2(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(Bo),{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,am))}}),[["__scopeId","data-v-1ab275ee"]]),sm={key:0,class:"px-select__loading"},cm={key:1,class:"px-select__nodata"},um=["id"],dm=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=_o(),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??[]),d=n.ref(!1),m=oe(r.modelValue),p=n.reactive({inputValue:(m==null?void 0:m.label)??"",selectedOption:m,mouseHover:!1,loading:!1,highlightedIndex:-1}),w=n.computed((()=>r.disabled)),f=n.computed((()=>lm.has(r.color??""))),V=n.computed((()=>!!r.color&&!f.value)),z=n.computed((()=>{if(!V.value)return{};const E=te(r.color),$=r.ghost?"ghost":"default";return re(E,"px-select",im[$])})),b=n.computed((()=>{var E;return Te((E=l==null?void 0:l.default)==null?void 0:E.call(l),($=>Je($.type,en)))})),g=n.computed((()=>Fe(b.value)>0)),y=n.computed((()=>r.clearable&&p.mouseHover&&p.inputValue!=="")),H=n.computed((()=>{let E;return E=g.value?[...u.value.values()][p.highlightedIndex]:c.value[p.highlightedIndex],E})),C=n.computed((()=>g.value?Tn(b.value,(E=>{var R,pe,r2;return{props:{...E.props,disabled:((R=E.props)==null?void 0:R.disabled)===!0||!Re((pe=E.props)==null?void 0:pe.disabled)&&($=(r2=E.props)==null?void 0:r2.disabled,!($===!0||$===!1||ie($)&&Ze($)=="[object Boolean]"))}};var $})):[])),x=n.computed((()=>!!r.filterable&&!M.value)),M=n.computed((()=>g.value&&u.value.size>0||!g.value&&Fe(c.value)>0)),B=n.computed((()=>g.value?u.value.size-1:Fe(c.value)-1)),I=n.computed((()=>r.filterable&&p.selectedOption&&d.value?p.selectedOption.label:r.placeholder)),A=n.computed((()=>r.remote?300:100));let S=j2(no,A.value);n.watchEffect((()=>{S.cancel(),S=j2(no,A.value)}));const Z=se().value,{wrapperRef:O,isFocused:N,handleBlur:L,handleFocus:P}=Mr(a),W=(function({isDropdownVisible:E,controlVisible:$,selectStates:R,highlightedLine:pe,handleSelect:r2,hasData:to,lastIndex:tn}){const h2=new Map;return h2.set("Enter",(()=>{E.value&&R.highlightedIndex>=0&&pe.value&&r2(pe.value),$(!E.value)})),h2.set("Escape",(()=>E.value&&$(!E.value))),h2.set("ArrowUp",(ke=>{ke.preventDefault(),to.value&&(R.highlightedIndex!==-1&&R.highlightedIndex!==0?R.highlightedIndex--:R.highlightedIndex=tn.value)})),h2.set("ArrowDown",(ke=>{ke.preventDefault(),to.value&&(R.highlightedIndex!==-1&&R.highlightedIndex!==tn.value?R.highlightedIndex++:R.highlightedIndex=0)})),h2})({isDropdownVisible:d,controlVisible:T,selectStates:p,highlightedLine:H,handleSelect:Be,hasData:M,lastIndex:B});function F(E){N.value&&n.nextTick((()=>L(new FocusEvent("focus",E))))}function T(E){var $;s.value&&(($=Ce(s,["value",E?"show":"hide"]))==null||$(),r.filterable&&(function(R){var pe;r.filterable&&(R?(p.selectedOption&&(p.inputValue=""),S()):p.inputValue=((pe=p.selectedOption)==null?void 0:pe.label)||"")})(E),d.value=E,h("visible-change",E),p.highlightedIndex=-1)}function G(){w.value||T(!d.value)}function U(){var E;(E=a.value)==null||E.clear(),p.inputValue="",p.selectedOption=null,h("clear"),he(["change","update:modelValue"],($=>h($,"")))}function oe(E){return Aa(r.options,($=>$.value===E))}function Be(E){var $;E.disabled||(p.inputValue=E.label,p.selectedOption=E,he(["change","update:modelValue"],(R=>h(R,E.value))),T(!1),($=a.value)==null||$.focus())}function v2(E){u.value.clear(),he(E,($=>{u.value.set($.props.value,$.props)}))}function no(){const E=p.inputValue;p.highlightedIndex=-1,g.value?(async function($){if(r.filterable){if(r.remote&&r.remoteMethod&&ae(r.remoteMethod))return await on(r.remoteMethod,$),void v2(C.value);if(r.filterMethod&&ae(r.filterMethod)){const R=Tn(r.filterMethod($),"value");v2(Te(C.value,(pe=>d2(R,Ce(pe,["props","value"])))))}else v2(Te(C.value,(R=>d2(Ce(R,["props","label"]),$))))}})(E):(async function($){r.filterable&&(r.remote&&r.remoteMethod&&ae(r.remoteMethod)?c.value=await on(r.remoteMethod,$):r.filterMethod&&ae(r.filterMethod)?c.value=r.filterMethod($):c.value=Te(r.options,(R=>d2(R.label,$))))})(E)}function x2(E){var $;W.has(E.key)&&(($=W.get(E.key))==null||$(E))}async function on(E,$){if(!E||!ae(E))return;let R;p.loading=!0;try{R=await E($)}catch{R=[]}return R}function nn(){const E=oe(r.modelValue);E&&(p.inputValue=E.label,p.selectedOption=E)}return Mo(i,(E=>F(E))),n.watch((()=>r.options),(E=>{c.value=E??[]})),n.watch((()=>C.value),(E=>v2(E)),{immediate:!0}),n.watch((()=>r.modelValue),(()=>{nn()})),n.onMounted((()=>{nn()})),n.onBeforeUnmount((()=>{S.cancel()})),n.provide(Xl,{handleSelect:Be,selectStates:p,renderLabel:function(E){return ae(r.renderLabel)?r.renderLabel(E):E.label},highlightedLine:H}),o({focus:()=>{var E;(E=a.value)==null||E.focus()},blur:()=>{F()}}),(E,$)=>(n.openBlock(),n.createElementBlock("div",{ref_key:"selectRef",ref:i,class:n.normalizeClass(["px-select",{"is-disabled":w.value,"is-ghost":E.ghost,[`px-select--${E.size}`]:E.size,[`px-select--${E.color}`]:f.value}]),style:n.normalizeStyle(z.value),onClick:n.withModifiers(G,["stop"]),onMouseenter:$[2]||($[2]=R=>p.mouseHover=!0),onMouseleave:$[3]||($[3]=R=>p.mouseHover=!1)},[n.createVNode(No,{ref_key:"tooltipRef",ref:s,placement:"bottom-start","popper-options":n.unref(hm),onClickOutside:$[1]||($[1]=R=>T(!1)),manual:""},{default:n.withCtx((()=>[n.createElementVNode("div",{ref_key:"inputWrapperRef",ref:O},[n.createVNode(Vt,{ref_key:"inputRef",ref:a,modelValue:p.inputValue,"onUpdate:modelValue":$[0]||($[0]=R=>p.inputValue=R),id:n.unref(Z),disabled:w.value,ghost:E.ghost,color:E.color,size:E.size,placeholder:E.filterable?I.value:E.placeholder,readonly:!E.filterable||!d.value,"aria-controls":`px-select-menu-${n.unref(Z)}`,"aria-activedescendant":H.value?`select-item-${H.value.value}`:void 0,onFocus:n.unref(P),onBlur:n.unref(L),onInput:n.unref(S),onKeydown:x2},{suffix:n.withCtx((()=>[y.value?(n.openBlock(),n.createBlock(X,{key:0,icon:"close-box",class:"px-input__clear",onClick:n.withModifiers(U,["stop"]),onMousedown:n.withModifiers(n.unref(sn),["prevent"])},null,8,["onMousedown"])):(n.openBlock(),n.createBlock(X,{key:1,class:n.normalizeClass(["header-angle",{"is-active":d.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",sm,[n.createVNode(X,{icon:"loader",spin:""})])):E.filterable&&x.value?(n.openBlock(),n.createElementBlock("div",cm,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(Z)}`},[g.value?(n.openBlock(!0),n.createElementBlock(n.Fragment,{key:1},n.renderList(u.value,(([R,pe])=>(n.openBlock(),n.createBlock(en,n.mergeProps({key:R,ref_for:!0},pe),null,16)))),128)):(n.openBlock(!0),n.createElementBlock(n.Fragment,{key:0},n.renderList(c.value,(R=>(n.openBlock(),n.createBlock(en,n.mergeProps({key:R.value,ref_for:!0},R),null,16)))),128))],8,um)])),_:1},8,["popper-options"])],38))}}),Ul=j(Q(dm,[["__scopeId","data-v-e33550e6"]])),Kl=j(en),Jl=j(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})}})),mm=["aria-checked","id","name","disabled","checked"],pm={class:"px-switch__core"},fm={class:"px-switch__core-inner"},gm={key:0,class:"px-switch__core-inner-text"},wm={class:"px-switch__core-action"},Yl=j(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 m={};if(v.activeColor){const p=te(v.activeColor);m["--px-switch-on-color"]=p.color,m["--px-switch-on-border-color"]=p.dark}if(v.inactiveColor){const p=te(v.inactiveColor);m["--px-switch-off-color"]=p.color,m["--px-switch-off-border-color"]=p.dark}return m}));function d(){if(h.value)return;const m=a.value?v.inactiveValue:v.activeValue;l.value=m,r("update:modelValue",m),r("change",m)}return n.onMounted((()=>{i.value.checked=a.value})),n.watch(a,(m=>{i.value.checked=m})),o({checked:a,focus:()=>{var m;(m=i.value)==null||m.focus()}}),(m,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-switch",{[`px-switch--${m.size}`]:m.size,[`px-switch--${m.type}`]:m.type,"is-disabled":h.value,"is-checked":a.value}]),style:n.normalizeStyle(c.value),onClick:d},[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:m.name,disabled:h.value,checked:a.value,onKeydown:n.withKeys(d,["enter"])},null,40,mm),n.createElementVNode("div",pm,[n.createElementVNode("div",fm,[m.activeText||m.inactiveText?(n.openBlock(),n.createElementBlock("span",gm,n.toDisplayString(a.value?m.activeText:m.inactiveText),1)):n.createCommentVNode("",!0)]),n.createElementVNode("div",wm,[u.value?(n.openBlock(),n.createBlock(X,{key:0,class:"px-switch__icon",icon:u.value,size:"xs"},null,8,["icon"])):n.createCommentVNode("",!0)])])],6))}})),zm={class:"px-table__inner"},Ql=j(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",zm,[n.renderSlot(r.$slots,"default")])],2))}})),ql=j(No),Vm={class:"px-validator__content"},Hm={class:"px-validator__hint-text"},xm=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 d=v.rules??[];return c?d.filter((m=>!m.trigger||(Array.isArray(m.trigger)?m.trigger.includes(c):m.trigger===c))):d}async function s(c){var d;for(const m of c){let p=m.schema??null;if(!p&&m.required&&(p=nl({message:m.message??"This field is required"}).min(1,m.message??"This field is required")),!p)continue;const w=p.safeParse(v.modelValue);if(!w.success){const f=m.message??((d=w.error.issues[0])==null?void 0:d.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 d=i(c);return!d.length||s(d)},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(Qn,n.reactive({...n.toRefs(v),validate:c=>a(c).catch((()=>!1)),resetField:u,clearValidate:u,addInputId:()=>{},removeInputId:()=>{}})),(c,d)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-validator",{"is-error":h.value==="error","is-success":h.value==="success"}])},[n.createElementVNode("div",Vm,[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",Hm,n.toDisplayString(l.value),1)]),!0)],2)],2))}}),ei=j(Q(xm,[["__scopeId","data-v-9c099378"]])),ym=[gr,wr,zr,Hr,xr,Co,Wn,br,Br,Tr,Lr,Ur,Kr,eh,oh,nh,th,yh,bh,al,ul,dl,ll,il,pl,gl,wl,Vl,Hl,_l,Ml,Sl,xt,$l,Kl,Pl,jl,Tl,Dl,Rl,Fl,Wl,Gl,Ul,Jl,Yl,Ql,ql,ei];if(fl(),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:l2&&l2.tagName.toUpperCase()==="SCRIPT"&&l2.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:l2&&l2.tagName.toUpperCase()==="SCRIPT"&&l2.src||new URL("index.umd.cjs",document.baseURI).href).href)}catch{}const bm=(function(e){return(o,t)=>{he(e,(v=>o.use(v))),t&&et(t,o,!0)}})(ym);_.PxAlert=gr,_.PxAvatar=wr,_.PxBadge=zr,_.PxBreadcrumb=Hr,_.PxBreadcrumbItem=xr,_.PxButton=Co,_.PxButtonGroup=Wn,_.PxCard=br,_.PxChatBubble=Br,_.PxCheckbox=Tr,_.PxCheckboxGroup=Lr,_.PxCollapse=Ur,_.PxCollapseItem=Kr,_.PxConfigProvider=eh,_.PxDiff=oh,_.PxDivider=nh,_.PxDrawer=th,_.PxDropdown=yh,_.PxDropdownItem=bh,_.PxFileInput=al,_.PxFilter=ul,_.PxFilterItem=dl,_.PxForm=ll,_.PxFormItem=il,_.PxIcon=pl,_.PxIndicator=gl,_.PxInput=wl,_.PxKbd=Vl,_.PxLink=Hl,_.PxLoading=_l,_.PxLoadingDirective=Jo,_.PxLoadingIndicator=Ml,_.PxLoadingService=Uo,_.PxMessage=Sl,_.PxMessageBox=xt,_.PxNotification=$l,_.PxOption=Kl,_.PxPixelate=Pl,_.PxPopconfirm=jl,_.PxProgress=Tl,_.PxRadio=Dl,_.PxRadioGroup=Rl,_.PxResizableGroup=Fl,_.PxResizableHandle=Wl,_.PxResizablePanel=Gl,_.PxSelect=Ul,_.PxSkeleton=Jl,_.PxSwitch=Yl,_.PxTable=Ql,_.PxTooltip=ql,_.PxValidator=ei,_.default=bm,_.defaultPixelIcons=ml,_.en=ko,_.getIconNameMap=function(){return{...Fn}},_.getPixelIcon=cr,_.getRegisteredIconNames=function(){return Array.from(D2.keys())},_.hasPixelIcon=function(e){return D2.has(e)},_.iconSizeMap=fr,_.ja={name:"ja",el:{select:{loading:"ロード中",noMatch:"データなし",noData:"データなし",placeholder:"選択してください"},dropdown:{toggleDropdown:"ドロップダウン切替"},messagebox:{title:"メッセージ",confirm:"OK",cancel:"キャンセル",error:"正しくない入力",close:"このダイアログを閉じる"},popconfirm:{confirmButtonText:"はい",cancelButtonText:"いいえ"}}},_.ko={name:"ko",el:{select:{loading:"불러오는 중",noMatch:"검색된 데이터 없음",noData:"데이터 없음",placeholder:"선택"},dropdown:{toggleDropdown:"드롭다운 전환"},messagebox:{title:"메시지",confirm:"확인",cancel:"취소",error:"올바르지 않은 입력",close:"대화 상자 닫기"},popconfirm:{confirmButtonText:"예",cancelButtonText:"아니오"}}},_.messageTypes=kl,_.notificationPosition=Al,_.notificationTypes=El,_.provideGlobalConfig=et,_.registerDefaultPixelIcons=fl,_.registerPixelIcon=function(e,o){D2.set(e,Gn(o))},_.registerPixelIcons=sr,_.resolveIconName=lr,_.tableSize=["xs","sm","md","lg","xl"],_.useClickOutside=Mo,_.useDraggable=Cr,_.useFocusTrap=_r,_.useFormItem=qe,_.useGlobalConfig=Qr,_.useLocale=_o,_.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"))}},_.useTheme=function(){if(!Pr&&typeof window<"u"){(function(){if(typeof window>"u")return;const v=localStorage.getItem(Nr);v&&["light","dark","system"].includes(v)?m2.value=v:m2.value="system",We.value=$r(m2.value),Jn(We.value)})(),Pr=!0;const o=window.matchMedia("(prefers-color-scheme: dark)"),t=v=>{m2.value==="system"&&(We.value=v.matches,Jn(We.value))};o.addEventListener?o.addEventListener("change",t):o.addListener(t)}const e=o=>{m2.value=o,We.value=$r(o),Jn(We.value),typeof localStorage<"u"&&localStorage.setItem(Nr,o)};return{theme:n.computed((()=>m2.value)),isDark:n.computed((()=>We.value)),setTheme:e,toggleTheme:()=>{const o=We.value?"light":"dark";e(o)}}},_.vLoading=Jo,_.zhCn={name:"zh-cn",el:{select:{loading:"加载中",noMatch:"无匹配数据",noData:"无数据",placeholder:"请选择"},dropdown:{toggleDropdown:"切换下拉菜单"},messagebox:{title:"提示",confirm:"确定",cancel:"取消",error:"输入的数据不合法!",close:"关闭此对话框"},popconfirm:{confirmButtonText:"确定",cancelButtonText:"取消"}}},_.zhTw={name:"zh-tw",el:{select:{loading:"載入中",noMatch:"無相符資料",noData:"無資料",placeholder:"請選擇"},dropdown:{toggleDropdown:"切換下拉選單"},messagebox:{title:"提示",confirm:"確定",cancel:"取消",error:"輸入的資料不符規定!",close:"關閉此對話框"},popconfirm:{confirmButtonText:"確認",cancelButtonText:"取消"}}},Object.defineProperties(_,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue")):"function"==typeof define&&define.amd?define(["exports","vue"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).SakanaElement={},e.Vue)}(this,(function(e,t){Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})
|
|
2
|
+
var o="object"==typeof global&&global&&global.Object===Object&&global,n="object"==typeof self&&self&&self.Object===Object&&self,v=o||n||Function("return this")(),r=v.Symbol,l=Object.prototype,h=l.hasOwnProperty,a=l.toString,i=r?r.toStringTag:void 0,s=Object.prototype.toString,c=r?r.toStringTag:void 0
|
|
3
|
+
function u(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":c&&c in Object(e)?function(e){var t=h.call(e,i),o=e[i]
|
|
4
|
+
try{e[i]=void 0
|
|
5
|
+
var n=!0}catch(r){}var v=a.call(e)
|
|
6
|
+
return n&&(t?e[i]=o:delete e[i]),v}(e):function(e){return s.call(e)}(e)}function d(e){return null!=e&&"object"==typeof e}function m(e){return"symbol"==typeof e||d(e)&&"[object Symbol]"==u(e)}function p(e,t){for(var o=-1,n=null==e?0:e.length,v=Array(n);++o<n;)v[o]=t(e[o],o,e)
|
|
7
|
+
return v}var f=Array.isArray,g=r?r.prototype:void 0,w=g?g.toString:void 0
|
|
8
|
+
function z(e){if("string"==typeof e)return e
|
|
9
|
+
if(f(e))return p(e,z)+""
|
|
10
|
+
if(m(e))return w?w.call(e):""
|
|
11
|
+
var t=e+""
|
|
12
|
+
return"0"==t&&1/e==-1/0?"-0":t}var V=/\s/,H=/^\s+/
|
|
13
|
+
function x(e){var t=typeof e
|
|
14
|
+
return null!=e&&("object"==t||"function"==t)}var y=/^[-+]0x[0-9a-f]+$/i,b=/^0b[01]+$/i,C=/^0o[0-7]+$/i,B=parseInt
|
|
15
|
+
function _(e){if("number"==typeof e)return e
|
|
16
|
+
if(m(e))return NaN
|
|
17
|
+
if(x(e)){var t="function"==typeof e.valueOf?e.valueOf():e
|
|
18
|
+
e=x(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e
|
|
19
|
+
e=function(e){return e?e.slice(0,function(e){for(var t=e.length;t--&&V.test(e.charAt(t)););return t}(e)+1).replace(H,""):e}(e)
|
|
20
|
+
var o=b.test(e)
|
|
21
|
+
return o||C.test(e)?B(e.slice(2),o?2:8):y.test(e)?NaN:+e}var k=1/0
|
|
22
|
+
function M(e){var t=function(e){return e?(e=_(e))===k||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}(e),o=t%1
|
|
23
|
+
return t==t?o?t-o:t:0}function I(e){return e}function S(e){if(!x(e))return!1
|
|
24
|
+
var t=u(e)
|
|
25
|
+
return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}var Z,E=v["__core-js_shared__"],A=(Z=/[^.]+$/.exec(E&&E.keys&&E.keys.IE_PROTO||""))?"Symbol(src)_1."+Z:"",N=Function.prototype.toString
|
|
26
|
+
function O(e){if(null!=e){try{return N.call(e)}catch(t){}try{return e+""}catch(t){}}return""}var P=/^\[object .+?Constructor\]$/,$=Function.prototype,j=Object.prototype,T=$.toString,L=j.hasOwnProperty,D=RegExp("^"+T.call(L).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$")
|
|
27
|
+
function R(e,t){var o=function(e,t){return null==e?void 0:e[t]}(e,t)
|
|
28
|
+
return function(e){return!(!x(e)||(t=e,A&&A in t))&&(S(e)?D:P).test(O(e))
|
|
29
|
+
var t}(o)?o:void 0}var F=R(v,"WeakMap"),G=F&&new F,W=G?function(e,t){return G.set(e,t),e}:I,X=Object.create,U=function(){function e(){}return function(t){if(!x(t))return{}
|
|
30
|
+
if(X)return X(t)
|
|
31
|
+
e.prototype=t
|
|
32
|
+
var o=new e
|
|
33
|
+
return e.prototype=void 0,o}}()
|
|
34
|
+
function K(e){return function(){var t=arguments
|
|
35
|
+
switch(t.length){case 0:return new e
|
|
36
|
+
case 1:return new e(t[0])
|
|
37
|
+
case 2:return new e(t[0],t[1])
|
|
38
|
+
case 3:return new e(t[0],t[1],t[2])
|
|
39
|
+
case 4:return new e(t[0],t[1],t[2],t[3])
|
|
40
|
+
case 5:return new e(t[0],t[1],t[2],t[3],t[4])
|
|
41
|
+
case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5])
|
|
42
|
+
case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var o=U(e.prototype),n=e.apply(o,t)
|
|
43
|
+
return x(n)?n:o}}function J(e,t,o){switch(o.length){case 0:return e.call(t)
|
|
44
|
+
case 1:return e.call(t,o[0])
|
|
45
|
+
case 2:return e.call(t,o[0],o[1])
|
|
46
|
+
case 3:return e.call(t,o[0],o[1],o[2])}return e.apply(t,o)}var Y=Math.max
|
|
47
|
+
function Q(e,t,o,n){for(var v=-1,r=e.length,l=o.length,h=-1,a=t.length,i=Y(r-l,0),s=Array(a+i),c=!n;++h<a;)s[h]=t[h]
|
|
48
|
+
for(;++v<l;)(c||v<r)&&(s[o[v]]=e[v])
|
|
49
|
+
for(;i--;)s[h++]=e[v++]
|
|
50
|
+
return s}var q=Math.max
|
|
51
|
+
function ee(e,t,o,n){for(var v=-1,r=e.length,l=-1,h=o.length,a=-1,i=t.length,s=q(r-h,0),c=Array(s+i),u=!n;++v<s;)c[v]=e[v]
|
|
52
|
+
for(var d=v;++a<i;)c[d+a]=t[a]
|
|
53
|
+
for(;++l<h;)(u||v<r)&&(c[d+o[l]]=e[v++])
|
|
54
|
+
return c}function te(){}function oe(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function ne(){}oe.prototype=U(te.prototype),oe.prototype.constructor=oe
|
|
55
|
+
var ve=G?function(e){return G.get(e)}:ne,re={},le=Object.prototype.hasOwnProperty
|
|
56
|
+
function he(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function ae(e,t){var o=-1,n=e.length
|
|
57
|
+
for(t||(t=Array(n));++o<n;)t[o]=e[o]
|
|
58
|
+
return t}he.prototype=U(te.prototype),he.prototype.constructor=he
|
|
59
|
+
var ie=Object.prototype.hasOwnProperty
|
|
60
|
+
function se(e){if(d(e)&&!f(e)&&!(e instanceof oe)){if(e instanceof he)return e
|
|
61
|
+
if(ie.call(e,"__wrapped__"))return function(e){if(e instanceof oe)return e.clone()
|
|
62
|
+
var t=new he(e.__wrapped__,e.__chain__)
|
|
63
|
+
return t.__actions__=ae(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}(e)}return new he(e)}se.prototype=te.prototype,se.prototype.constructor=se
|
|
64
|
+
var ce=Date.now
|
|
65
|
+
function ue(e){var t=0,o=0
|
|
66
|
+
return function(){var n=ce(),v=16-(n-o)
|
|
67
|
+
if(o=n,v>0){if(++t>=800)return arguments[0]}else t=0
|
|
68
|
+
return e.apply(void 0,arguments)}}var de=ue(W),me=/\{\n\/\* \[wrapped with (.+)\] \*/,pe=/,? & /,fe=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ge=function(){try{var e=R(Object,"defineProperty")
|
|
69
|
+
return e({},"",{}),e}catch(t){}}(),we=ge?function(e,t){return ge(e,"toString",{configurable:!0,enumerable:!1,value:(o=t,function(){return o}),writable:!0})
|
|
70
|
+
var o}:I,ze=ue(we)
|
|
71
|
+
function Ve(e,t){for(var o=-1,n=null==e?0:e.length;++o<n&&!1!==t(e[o],o,e););return e}function He(e,t,o,n){for(var v=e.length,r=o+(n?1:-1);n?r--:++r<v;)if(t(e[r],r,e))return r
|
|
72
|
+
return-1}function xe(e){return e!=e}function ye(e,t,o){return t==t?function(e,t,o){for(var n=o-1,v=e.length;++n<v;)if(e[n]===t)return n
|
|
73
|
+
return-1}(e,t,o):He(e,xe,o)}var be=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]]
|
|
74
|
+
function Ce(e,t,o){var n=t+""
|
|
75
|
+
return ze(e,function(e,t){var o=t.length
|
|
76
|
+
if(!o)return e
|
|
77
|
+
var n=o-1
|
|
78
|
+
return t[n]=(o>1?"& ":"")+t[n],t=t.join(o>2?", ":" "),e.replace(fe,"{\n/* [wrapped with "+t+"] */\n")}(n,function(e,t){return Ve(be,(function(o){var n="_."+o[0]
|
|
79
|
+
t&o[1]&&!function(e,t){return!(null==e||!e.length)&&ye(e,t,0)>-1}(e,n)&&e.push(n)})),e.sort()}(function(e){var t=e.match(me)
|
|
80
|
+
return t?t[1].split(pe):[]}(n),o)))}function Be(e,t,o,n,v,r,l,h,a,i){var s=8&t
|
|
81
|
+
t|=s?32:64,4&(t&=~(s?64:32))||(t&=-4)
|
|
82
|
+
var c=[e,t,v,s?r:void 0,s?l:void 0,s?void 0:r,s?void 0:l,h,a,i],u=o.apply(void 0,c)
|
|
83
|
+
return function(e){var t=function(e){for(var t=e.name+"",o=re[t],n=le.call(re,t)?o.length:0;n--;){var v=o[n],r=v.func
|
|
84
|
+
if(null==r||r==e)return v.name}return t}(e),o=se[t]
|
|
85
|
+
if("function"!=typeof o||!(t in oe.prototype))return!1
|
|
86
|
+
if(e===o)return!0
|
|
87
|
+
var n=ve(o)
|
|
88
|
+
return!!n&&e===n[0]}(e)&&de(u,c),u.placeholder=n,Ce(u,e,t)}function _e(e){return e.placeholder}var ke=/^(?:0|[1-9]\d*)$/
|
|
89
|
+
function Me(e,t){var o=typeof e
|
|
90
|
+
return!!(t=null==t?9007199254740991:t)&&("number"==o||"symbol"!=o&&ke.test(e))&&e>-1&&e%1==0&&e<t}var Ie=Math.min,Se="__lodash_placeholder__"
|
|
91
|
+
function Ze(e,t){for(var o=-1,n=e.length,v=0,r=[];++o<n;){var l=e[o]
|
|
92
|
+
l!==t&&l!==Se||(e[o]=Se,r[v++]=o)}return r}function Ee(e,t,o,n,r,l,h,a,i,s){var c=128&t,u=1&t,d=2&t,m=24&t,p=512&t,f=d?void 0:K(e)
|
|
93
|
+
return function g(){for(var w=arguments.length,z=Array(w),V=w;V--;)z[V]=arguments[V]
|
|
94
|
+
if(m)var H=_e(g),x=function(e,t){for(var o=e.length,n=0;o--;)e[o]===t&&++n
|
|
95
|
+
return n}(z,H)
|
|
96
|
+
if(n&&(z=Q(z,n,r,m)),l&&(z=ee(z,l,h,m)),w-=x,m&&w<s){var y=Ze(z,H)
|
|
97
|
+
return Be(e,t,Ee,g.placeholder,o,z,y,a,i,s-w)}var b=u?o:this,C=d?b[e]:e
|
|
98
|
+
return w=z.length,a?z=function(e,t){for(var o=e.length,n=Ie(t.length,o),v=ae(e);n--;){var r=t[n]
|
|
99
|
+
e[n]=Me(r,o)?v[r]:void 0}return e}(z,a):p&&w>1&&z.reverse(),c&&i<w&&(z.length=i),this&&this!==v&&this instanceof g&&(C=f||K(C)),C.apply(b,z)}}var Ae="__lodash_placeholder__",Ne=Math.min,Oe=Math.max
|
|
100
|
+
function Pe(e,t,o){"__proto__"==t&&ge?ge(e,t,{configurable:!0,enumerable:!0,value:o,writable:!0}):e[t]=o}function $e(e,t){return e===t||e!=e&&t!=t}var je=Object.prototype.hasOwnProperty
|
|
101
|
+
function Te(e,t,o){var n=e[t]
|
|
102
|
+
je.call(e,t)&&$e(n,o)&&(void 0!==o||t in e)||Pe(e,t,o)}function Le(e,t,o,n){var v=!o
|
|
103
|
+
o||(o={})
|
|
104
|
+
for(var r=-1,l=t.length;++r<l;){var h=t[r],a=n?n(o[h],e[h],h,o,e):void 0
|
|
105
|
+
void 0===a&&(a=e[h]),v?Pe(o,h,a):Te(o,h,a)}return o}var De=Math.max
|
|
106
|
+
function Re(e,t,o){return t=De(void 0===t?e.length-1:t,0),function(){for(var n=arguments,v=-1,r=De(n.length-t,0),l=Array(r);++v<r;)l[v]=n[t+v]
|
|
107
|
+
v=-1
|
|
108
|
+
for(var h=Array(t+1);++v<t;)h[v]=n[v]
|
|
109
|
+
return h[t]=o(l),J(e,this,h)}}function Fe(e,t){return ze(Re(e,t,I),e+"")}function Ge(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function We(e){return null!=e&&Ge(e.length)&&!S(e)}function Xe(e){return Fe((function(t,o){var n=-1,v=o.length,r=v>1?o[v-1]:void 0,l=v>2?o[2]:void 0
|
|
110
|
+
for(r=e.length>3&&"function"==typeof r?(v--,r):void 0,l&&function(e,t,o){if(!x(o))return!1
|
|
111
|
+
var n=typeof t
|
|
112
|
+
return!!("number"==n?We(o)&&Me(t,o.length):"string"==n&&t in o)&&$e(o[t],e)}(o[0],o[1],l)&&(r=v<3?void 0:r,v=1),t=Object(t);++n<v;){var h=o[n]
|
|
113
|
+
h&&e(t,h,n,r)}return t}))}var Ue=Object.prototype
|
|
114
|
+
function Ke(e){var t=e&&e.constructor
|
|
115
|
+
return e===("function"==typeof t&&t.prototype||Ue)}function Je(e){return d(e)&&"[object Arguments]"==u(e)}var Ye=Object.prototype,Qe=Ye.hasOwnProperty,qe=Ye.propertyIsEnumerable,et=Je(function(){return arguments}())?Je:function(e){return d(e)&&Qe.call(e,"callee")&&!qe.call(e,"callee")},tt="object"==typeof e&&e&&!e.nodeType&&e,ot=tt&&"object"==typeof module&&module&&!module.nodeType&&module,nt=ot&&ot.exports===tt?v.Buffer:void 0,vt=(nt?nt.isBuffer:void 0)||function(){return!1},rt={}
|
|
116
|
+
function lt(e){return function(t){return e(t)}}rt["[object Float32Array]"]=rt["[object Float64Array]"]=rt["[object Int8Array]"]=rt["[object Int16Array]"]=rt["[object Int32Array]"]=rt["[object Uint8Array]"]=rt["[object Uint8ClampedArray]"]=rt["[object Uint16Array]"]=rt["[object Uint32Array]"]=!0,rt["[object Arguments]"]=rt["[object Array]"]=rt["[object ArrayBuffer]"]=rt["[object Boolean]"]=rt["[object DataView]"]=rt["[object Date]"]=rt["[object Error]"]=rt["[object Function]"]=rt["[object Map]"]=rt["[object Number]"]=rt["[object Object]"]=rt["[object RegExp]"]=rt["[object Set]"]=rt["[object String]"]=rt["[object WeakMap]"]=!1
|
|
117
|
+
var ht="object"==typeof e&&e&&!e.nodeType&&e,at=ht&&"object"==typeof module&&module&&!module.nodeType&&module,it=at&&at.exports===ht&&o.process,st=function(){try{return at&&at.require&&at.require("util").types||it&&it.binding&&it.binding("util")}catch(e){}}(),ct=st&&st.isTypedArray,ut=ct?lt(ct):function(e){return d(e)&&Ge(e.length)&&!!rt[u(e)]},dt=Object.prototype.hasOwnProperty
|
|
118
|
+
function mt(e,t){var o=f(e),n=!o&&et(e),v=!o&&!n&&vt(e),r=!o&&!n&&!v&&ut(e),l=o||n||v||r,h=l?function(e,t){for(var o=-1,n=Array(e);++o<e;)n[o]=t(o)
|
|
119
|
+
return n}(e.length,String):[],a=h.length
|
|
120
|
+
for(var i in e)!t&&!dt.call(e,i)||l&&("length"==i||v&&("offset"==i||"parent"==i)||r&&("buffer"==i||"byteLength"==i||"byteOffset"==i)||Me(i,a))||h.push(i)
|
|
121
|
+
return h}function pt(e,t){return function(o){return e(t(o))}}var ft=pt(Object.keys,Object),gt=Object.prototype.hasOwnProperty
|
|
122
|
+
function wt(e){if(!Ke(e))return ft(e)
|
|
123
|
+
var t=[]
|
|
124
|
+
for(var o in Object(e))gt.call(e,o)&&"constructor"!=o&&t.push(o)
|
|
125
|
+
return t}function zt(e){return We(e)?mt(e):wt(e)}var Vt=Object.prototype.hasOwnProperty,Ht=Xe((function(e,t){if(Ke(t)||We(t))Le(t,zt(t),e)
|
|
126
|
+
else for(var o in t)Vt.call(t,o)&&Te(e,o,t[o])})),xt=Object.prototype.hasOwnProperty
|
|
127
|
+
function yt(e){return We(e)?mt(e,!0):function(e){if(!x(e))return function(e){var t=[]
|
|
128
|
+
if(null!=e)for(var o in Object(e))t.push(o)
|
|
129
|
+
return t}(e)
|
|
130
|
+
var t=Ke(e),o=[]
|
|
131
|
+
for(var n in e)("constructor"!=n||!t&&xt.call(e,n))&&o.push(n)
|
|
132
|
+
return o}(e)}var bt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ct=/^\w*$/
|
|
133
|
+
function Bt(e,t){if(f(e))return!1
|
|
134
|
+
var o=typeof e
|
|
135
|
+
return!("number"!=o&&"symbol"!=o&&"boolean"!=o&&null!=e&&!m(e))||Ct.test(e)||!bt.test(e)||null!=t&&e in Object(t)}var _t=R(Object,"create"),kt=Object.prototype.hasOwnProperty,Mt=Object.prototype.hasOwnProperty
|
|
136
|
+
function It(e){var t=-1,o=null==e?0:e.length
|
|
137
|
+
for(this.clear();++t<o;){var n=e[t]
|
|
138
|
+
this.set(n[0],n[1])}}function St(e,t){for(var o=e.length;o--;)if($e(e[o][0],t))return o
|
|
139
|
+
return-1}It.prototype.clear=function(){this.__data__=_t?_t(null):{},this.size=0},It.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e]
|
|
140
|
+
return this.size-=t?1:0,t},It.prototype.get=function(e){var t=this.__data__
|
|
141
|
+
if(_t){var o=t[e]
|
|
142
|
+
return"__lodash_hash_undefined__"===o?void 0:o}return kt.call(t,e)?t[e]:void 0},It.prototype.has=function(e){var t=this.__data__
|
|
143
|
+
return _t?void 0!==t[e]:Mt.call(t,e)},It.prototype.set=function(e,t){var o=this.__data__
|
|
144
|
+
return this.size+=this.has(e)?0:1,o[e]=_t&&void 0===t?"__lodash_hash_undefined__":t,this}
|
|
145
|
+
var Zt=Array.prototype.splice
|
|
146
|
+
function Et(e){var t=-1,o=null==e?0:e.length
|
|
147
|
+
for(this.clear();++t<o;){var n=e[t]
|
|
148
|
+
this.set(n[0],n[1])}}Et.prototype.clear=function(){this.__data__=[],this.size=0},Et.prototype.delete=function(e){var t=this.__data__,o=St(t,e)
|
|
149
|
+
return!(o<0||(o==t.length-1?t.pop():Zt.call(t,o,1),--this.size,0))},Et.prototype.get=function(e){var t=this.__data__,o=St(t,e)
|
|
150
|
+
return o<0?void 0:t[o][1]},Et.prototype.has=function(e){return St(this.__data__,e)>-1},Et.prototype.set=function(e,t){var o=this.__data__,n=St(o,e)
|
|
151
|
+
return n<0?(++this.size,o.push([e,t])):o[n][1]=t,this}
|
|
152
|
+
var At=R(v,"Map")
|
|
153
|
+
function Nt(e,t){var o,n,v=e.__data__
|
|
154
|
+
return("string"==(n=typeof(o=t))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==o:null===o)?v["string"==typeof t?"string":"hash"]:v.map}function Ot(e){var t=-1,o=null==e?0:e.length
|
|
155
|
+
for(this.clear();++t<o;){var n=e[t]
|
|
156
|
+
this.set(n[0],n[1])}}function Pt(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function")
|
|
157
|
+
var o=function(){var n=arguments,v=t?t.apply(this,n):n[0],r=o.cache
|
|
158
|
+
if(r.has(v))return r.get(v)
|
|
159
|
+
var l=e.apply(this,n)
|
|
160
|
+
return o.cache=r.set(v,l)||r,l}
|
|
161
|
+
return o.cache=new(Pt.Cache||Ot),o}Ot.prototype.clear=function(){this.size=0,this.__data__={hash:new It,map:new(At||Et),string:new It}},Ot.prototype.delete=function(e){var t=Nt(this,e).delete(e)
|
|
162
|
+
return this.size-=t?1:0,t},Ot.prototype.get=function(e){return Nt(this,e).get(e)},Ot.prototype.has=function(e){return Nt(this,e).has(e)},Ot.prototype.set=function(e,t){var o=Nt(this,e),n=o.size
|
|
163
|
+
return o.set(e,t),this.size+=o.size==n?0:1,this},Pt.Cache=Ot
|
|
164
|
+
var $t,jt,Tt,Lt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Dt=/\\(\\)?/g,Rt=($t=function(e){var t=[]
|
|
165
|
+
return 46===e.charCodeAt(0)&&t.push(""),e.replace(Lt,(function(e,o,n,v){t.push(n?v.replace(Dt,"$1"):o||e)})),t},jt=Pt($t,(function(e){return 500===Tt.size&&Tt.clear(),e})),Tt=jt.cache,jt)
|
|
166
|
+
function Ft(e){return null==e?"":z(e)}function Gt(e,t){return f(e)?e:Bt(e,t)?[e]:Rt(Ft(e))}function Wt(e){if("string"==typeof e||m(e))return e
|
|
167
|
+
var t=e+""
|
|
168
|
+
return"0"==t&&1/e==-1/0?"-0":t}function Xt(e,t){for(var o=0,n=(t=Gt(t,e)).length;null!=e&&o<n;)e=e[Wt(t[o++])]
|
|
169
|
+
return o&&o==n?e:void 0}function Ut(e,t,o){var n=null==e?void 0:Xt(e,t)
|
|
170
|
+
return void 0===n?o:n}function Kt(e,t){for(var o=-1,n=t.length,v=e.length;++o<n;)e[v+o]=t[o]
|
|
171
|
+
return e}var Jt=r?r.isConcatSpreadable:void 0
|
|
172
|
+
function Yt(e){return f(e)||et(e)||!!(Jt&&e&&e[Jt])}function Qt(e,t,o,n,v){var r=-1,l=e.length
|
|
173
|
+
for(o||(o=Yt),v||(v=[]);++r<l;){var h=e[r]
|
|
174
|
+
t>0&&o(h)?t>1?Qt(h,t-1,o,n,v):Kt(v,h):n||(v[v.length]=h)}return v}function qt(e){return null!=e&&e.length?Qt(e,1):[]}var eo=pt(Object.getPrototypeOf,Object),to=Function.prototype,oo=Object.prototype,no=to.toString,vo=oo.hasOwnProperty,ro=no.call(Object)
|
|
175
|
+
function lo(e){if(!d(e)||"[object Object]"!=u(e))return!1
|
|
176
|
+
var t=eo(e)
|
|
177
|
+
if(null===t)return!0
|
|
178
|
+
var o=vo.call(t,"constructor")&&t.constructor
|
|
179
|
+
return"function"==typeof o&&o instanceof o&&no.call(o)==ro}var ho=Fe((function(e,t,o){var n=1
|
|
180
|
+
if(o.length){var r=Ze(o,_e(ho))
|
|
181
|
+
n|=32}return function(e,t,o,n,r,l,h,a){var i=2&t
|
|
182
|
+
if(!i&&"function"!=typeof e)throw new TypeError("Expected a function")
|
|
183
|
+
var s=n?n.length:0
|
|
184
|
+
if(s||(t&=-97,n=r=void 0),h=void 0===h?h:Oe(M(h),0),a=void 0===a?a:M(a),s-=r?r.length:0,64&t){var c=n,u=r
|
|
185
|
+
n=r=void 0}var d=i?void 0:ve(e),m=[e,t,o,n,r,c,u,void 0,h,a]
|
|
186
|
+
if(d&&function(e,t){var o=e[1],n=t[1],v=o|n,r=v<131,l=128==n&&8==o||128==n&&256==o&&e[7].length<=t[8]||384==n&&t[7].length<=t[8]&&8==o
|
|
187
|
+
if(!r&&!l)return e
|
|
188
|
+
1&n&&(e[2]=t[2],v|=1&o?0:4)
|
|
189
|
+
var h=t[3]
|
|
190
|
+
if(h){var a=e[3]
|
|
191
|
+
e[3]=a?Q(a,h,t[4]):h,e[4]=a?Ze(e[3],Ae):t[4]}(h=t[5])&&(a=e[5],e[5]=a?ee(a,h,t[6]):h,e[6]=a?Ze(e[5],Ae):t[6]),(h=t[7])&&(e[7]=h),128&n&&(e[8]=null==e[8]?t[8]:Ne(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=v}(m,d),e=m[0],t=m[1],o=m[2],n=m[3],r=m[4],!(a=m[9]=void 0===m[9]?i?0:e.length:Oe(m[9]-s,0))&&24&t&&(t&=-25),t&&1!=t)p=8==t||16==t?function(e,t,o){var n=K(e)
|
|
192
|
+
return function r(){for(var l=arguments.length,h=Array(l),a=l,i=_e(r);a--;)h[a]=arguments[a]
|
|
193
|
+
var s=l<3&&h[0]!==i&&h[l-1]!==i?[]:Ze(h,i)
|
|
194
|
+
return(l-=s.length)<o?Be(e,t,Ee,r.placeholder,void 0,h,s,void 0,void 0,o-l):J(this&&this!==v&&this instanceof r?n:e,this,h)}}(e,t,a):32!=t&&33!=t||r.length?Ee.apply(void 0,m):function(e,t,o,n){var r=1&t,l=K(e)
|
|
195
|
+
return function t(){for(var h=-1,a=arguments.length,i=-1,s=n.length,c=Array(s+a),u=this&&this!==v&&this instanceof t?l:e;++i<s;)c[i]=n[i]
|
|
196
|
+
for(;a--;)c[i++]=arguments[++h]
|
|
197
|
+
return J(u,r?o:this,c)}}(e,t,o,n)
|
|
198
|
+
else var p=function(e,t,o){var n=1&t,r=K(e)
|
|
199
|
+
return function t(){return(this&&this!==v&&this instanceof t?r:e).apply(n?o:this,arguments)}}(e,t,o)
|
|
200
|
+
return Ce((d?W:de)(p,m),e,t)}(e,n,t,o,r)}))
|
|
201
|
+
ho.placeholder={}
|
|
202
|
+
var ao=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]")
|
|
203
|
+
function io(e){this.size=(this.__data__=new Et(e)).size}io.prototype.clear=function(){this.__data__=new Et,this.size=0},io.prototype.delete=function(e){var t=this.__data__,o=t.delete(e)
|
|
204
|
+
return this.size=t.size,o},io.prototype.get=function(e){return this.__data__.get(e)},io.prototype.has=function(e){return this.__data__.has(e)},io.prototype.set=function(e,t){var o=this.__data__
|
|
205
|
+
if(o instanceof Et){var n=o.__data__
|
|
206
|
+
if(!At||n.length<199)return n.push([e,t]),this.size=++o.size,this
|
|
207
|
+
o=this.__data__=new Ot(n)}return o.set(e,t),this.size=o.size,this}
|
|
208
|
+
var so="object"==typeof e&&e&&!e.nodeType&&e,co=so&&"object"==typeof module&&module&&!module.nodeType&&module,uo=co&&co.exports===so?v.Buffer:void 0,mo=uo?uo.allocUnsafe:void 0
|
|
209
|
+
function po(e,t){if(t)return e.slice()
|
|
210
|
+
var o=e.length,n=mo?mo(o):new e.constructor(o)
|
|
211
|
+
return e.copy(n),n}function fo(e,t){for(var o=-1,n=null==e?0:e.length,v=0,r=[];++o<n;){var l=e[o]
|
|
212
|
+
t(l,o,e)&&(r[v++]=l)}return r}function go(){return[]}var wo=Object.prototype.propertyIsEnumerable,zo=Object.getOwnPropertySymbols,Vo=zo?function(e){return null==e?[]:(e=Object(e),fo(zo(e),(function(t){return wo.call(e,t)})))}:go,Ho=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)Kt(t,Vo(e)),e=eo(e)
|
|
213
|
+
return t}:go
|
|
214
|
+
function xo(e,t,o){var n=t(e)
|
|
215
|
+
return f(e)?n:Kt(n,o(e))}function yo(e){return xo(e,zt,Vo)}function bo(e){return xo(e,yt,Ho)}var Co=R(v,"DataView"),Bo=R(v,"Promise"),_o=R(v,"Set"),ko="[object Map]",Mo="[object Promise]",Io="[object Set]",So="[object WeakMap]",Zo="[object DataView]",Eo=O(Co),Ao=O(At),No=O(Bo),Oo=O(_o),Po=O(F),$o=u;(Co&&$o(new Co(new ArrayBuffer(1)))!=Zo||At&&$o(new At)!=ko||Bo&&$o(Bo.resolve())!=Mo||_o&&$o(new _o)!=Io||F&&$o(new F)!=So)&&($o=function(e){var t=u(e),o="[object Object]"==t?e.constructor:void 0,n=o?O(o):""
|
|
216
|
+
if(n)switch(n){case Eo:return Zo
|
|
217
|
+
case Ao:return ko
|
|
218
|
+
case No:return Mo
|
|
219
|
+
case Oo:return Io
|
|
220
|
+
case Po:return So}return t})
|
|
221
|
+
var jo=$o,To=Object.prototype.hasOwnProperty,Lo=v.Uint8Array
|
|
222
|
+
function Do(e){var t=new e.constructor(e.byteLength)
|
|
223
|
+
return new Lo(t).set(new Lo(e)),t}var Ro=/\w*$/,Fo=r?r.prototype:void 0,Go=Fo?Fo.valueOf:void 0
|
|
224
|
+
function Wo(e,t){var o=t?Do(e.buffer):e.buffer
|
|
225
|
+
return new e.constructor(o,e.byteOffset,e.length)}function Xo(e){return"function"!=typeof e.constructor||Ke(e)?{}:U(eo(e))}var Uo=st&&st.isMap,Ko=Uo?lt(Uo):function(e){return d(e)&&"[object Map]"==jo(e)},Jo=st&&st.isSet,Yo=Jo?lt(Jo):function(e){return d(e)&&"[object Set]"==jo(e)},Qo="[object Arguments]",qo="[object Function]",en="[object Object]",tn={}
|
|
226
|
+
function on(e,t,o,n,v,r){var l,h=1&t,a=2&t,i=4&t
|
|
227
|
+
if(o&&(l=v?o(e,n,v,r):o(e)),void 0!==l)return l
|
|
228
|
+
if(!x(e))return e
|
|
229
|
+
var s=f(e)
|
|
230
|
+
if(s){if(l=function(e){var t=e.length,o=new e.constructor(t)
|
|
231
|
+
return t&&"string"==typeof e[0]&&To.call(e,"index")&&(o.index=e.index,o.input=e.input),o}(e),!h)return ae(e,l)}else{var c=jo(e),u=c==qo||"[object GeneratorFunction]"==c
|
|
232
|
+
if(vt(e))return po(e,h)
|
|
233
|
+
if(c==en||c==Qo||u&&!v){if(l=a||u?{}:Xo(e),!h)return a?function(e,t){return Le(e,Ho(e),t)}(e,function(e,t){return e&&Le(t,yt(t),e)}(l,e)):function(e,t){return Le(e,Vo(e),t)}(e,function(e,t){return e&&Le(t,zt(t),e)}(l,e))}else{if(!tn[c])return v?e:{}
|
|
234
|
+
l=function(e,t,o){var n,v=e.constructor
|
|
235
|
+
switch(t){case"[object ArrayBuffer]":return Do(e)
|
|
236
|
+
case"[object Boolean]":case"[object Date]":return new v(+e)
|
|
237
|
+
case"[object DataView]":return function(e,t){var o=t?Do(e.buffer):e.buffer
|
|
238
|
+
return new e.constructor(o,e.byteOffset,e.byteLength)}(e,o)
|
|
239
|
+
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 Wo(e,o)
|
|
240
|
+
case"[object Map]":case"[object Set]":return new v
|
|
241
|
+
case"[object Number]":case"[object String]":return new v(e)
|
|
242
|
+
case"[object RegExp]":return function(e){var t=new e.constructor(e.source,Ro.exec(e))
|
|
243
|
+
return t.lastIndex=e.lastIndex,t}(e)
|
|
244
|
+
case"[object Symbol]":return n=e,Go?Object(Go.call(n)):{}}}(e,c,h)}}r||(r=new io)
|
|
245
|
+
var d=r.get(e)
|
|
246
|
+
if(d)return d
|
|
247
|
+
r.set(e,l),Yo(e)?e.forEach((function(n){l.add(on(n,t,o,n,e,r))})):Ko(e)&&e.forEach((function(n,v){l.set(v,on(n,t,o,v,e,r))}))
|
|
248
|
+
var m=s?void 0:(i?a?bo:yo:a?yt:zt)(e)
|
|
249
|
+
return Ve(m||e,(function(n,v){m&&(n=e[v=n]),Te(l,v,on(n,t,o,v,e,r))})),l}function nn(e){return on(e,5)}function vn(e){var t=-1,o=null==e?0:e.length
|
|
250
|
+
for(this.__data__=new Ot;++t<o;)this.add(e[t])}function rn(e,t){for(var o=-1,n=null==e?0:e.length;++o<n;)if(t(e[o],o,e))return!0
|
|
251
|
+
return!1}function ln(e,t){return e.has(t)}function hn(e,t,o,n,v,r){var l=1&o,h=e.length,a=t.length
|
|
252
|
+
if(h!=a&&!(l&&a>h))return!1
|
|
253
|
+
var i=r.get(e),s=r.get(t)
|
|
254
|
+
if(i&&s)return i==t&&s==e
|
|
255
|
+
var c=-1,u=!0,d=2&o?new vn:void 0
|
|
256
|
+
for(r.set(e,t),r.set(t,e);++c<h;){var m=e[c],p=t[c]
|
|
257
|
+
if(n)var f=l?n(p,m,c,t,e,r):n(m,p,c,e,t,r)
|
|
258
|
+
if(void 0!==f){if(f)continue
|
|
259
|
+
u=!1
|
|
260
|
+
break}if(d){if(!rn(t,(function(e,t){if(!ln(d,t)&&(m===e||v(m,e,o,n,r)))return d.push(t)}))){u=!1
|
|
261
|
+
break}}else if(m!==p&&!v(m,p,o,n,r)){u=!1
|
|
262
|
+
break}}return r.delete(e),r.delete(t),u}function an(e){var t=-1,o=Array(e.size)
|
|
263
|
+
return e.forEach((function(e,n){o[++t]=[n,e]})),o}function sn(e){var t=-1,o=Array(e.size)
|
|
264
|
+
return e.forEach((function(e){o[++t]=e})),o}tn[Qo]=tn["[object Array]"]=tn["[object ArrayBuffer]"]=tn["[object DataView]"]=tn["[object Boolean]"]=tn["[object Date]"]=tn["[object Float32Array]"]=tn["[object Float64Array]"]=tn["[object Int8Array]"]=tn["[object Int16Array]"]=tn["[object Int32Array]"]=tn["[object Map]"]=tn["[object Number]"]=tn[en]=tn["[object RegExp]"]=tn["[object Set]"]=tn["[object String]"]=tn["[object Symbol]"]=tn["[object Uint8Array]"]=tn["[object Uint8ClampedArray]"]=tn["[object Uint16Array]"]=tn["[object Uint32Array]"]=!0,tn["[object Error]"]=tn[qo]=tn["[object WeakMap]"]=!1,vn.prototype.add=vn.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},vn.prototype.has=function(e){return this.__data__.has(e)}
|
|
265
|
+
var cn=r?r.prototype:void 0,un=cn?cn.valueOf:void 0,dn=Object.prototype.hasOwnProperty,mn="[object Arguments]",pn="[object Array]",fn="[object Object]",gn=Object.prototype.hasOwnProperty
|
|
266
|
+
function wn(e,t,o,n,v){return e===t||(null==e||null==t||!d(e)&&!d(t)?e!=e&&t!=t:function(e,t,o,n,v,r){var l=f(e),h=f(t),a=l?pn:jo(e),i=h?pn:jo(t),s=(a=a==mn?fn:a)==fn,c=(i=i==mn?fn:i)==fn,u=a==i
|
|
267
|
+
if(u&&vt(e)){if(!vt(t))return!1
|
|
268
|
+
l=!0,s=!1}if(u&&!s)return r||(r=new io),l||ut(e)?hn(e,t,o,n,v,r):function(e,t,o,n,v,r,l){switch(o){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1
|
|
269
|
+
e=e.buffer,t=t.buffer
|
|
270
|
+
case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!r(new Lo(e),new Lo(t)))
|
|
271
|
+
case"[object Boolean]":case"[object Date]":case"[object Number]":return $e(+e,+t)
|
|
272
|
+
case"[object Error]":return e.name==t.name&&e.message==t.message
|
|
273
|
+
case"[object RegExp]":case"[object String]":return e==t+""
|
|
274
|
+
case"[object Map]":var h=an
|
|
275
|
+
case"[object Set]":var a=1&n
|
|
276
|
+
if(h||(h=sn),e.size!=t.size&&!a)return!1
|
|
277
|
+
var i=l.get(e)
|
|
278
|
+
if(i)return i==t
|
|
279
|
+
n|=2,l.set(e,t)
|
|
280
|
+
var s=hn(h(e),h(t),n,v,r,l)
|
|
281
|
+
return l.delete(e),s
|
|
282
|
+
case"[object Symbol]":if(un)return un.call(e)==un.call(t)}return!1}(e,t,a,o,n,v,r)
|
|
283
|
+
if(!(1&o)){var d=s&&gn.call(e,"__wrapped__"),m=c&&gn.call(t,"__wrapped__")
|
|
284
|
+
if(d||m){var p=d?e.value():e,g=m?t.value():t
|
|
285
|
+
return r||(r=new io),v(p,g,o,n,r)}}return!!u&&(r||(r=new io),function(e,t,o,n,v,r){var l=1&o,h=yo(e),a=h.length
|
|
286
|
+
if(a!=yo(t).length&&!l)return!1
|
|
287
|
+
for(var i=a;i--;){var s=h[i]
|
|
288
|
+
if(!(l?s in t:dn.call(t,s)))return!1}var c=r.get(e),u=r.get(t)
|
|
289
|
+
if(c&&u)return c==t&&u==e
|
|
290
|
+
var d=!0
|
|
291
|
+
r.set(e,t),r.set(t,e)
|
|
292
|
+
for(var m=l;++i<a;){var p=e[s=h[i]],f=t[s]
|
|
293
|
+
if(n)var g=l?n(f,p,s,t,e,r):n(p,f,s,e,t,r)
|
|
294
|
+
if(!(void 0===g?p===f||v(p,f,o,n,r):g)){d=!1
|
|
295
|
+
break}m||(m="constructor"==s)}if(d&&!m){var w=e.constructor,z=t.constructor
|
|
296
|
+
w==z||!("constructor"in e)||!("constructor"in t)||"function"==typeof w&&w instanceof w&&"function"==typeof z&&z instanceof z||(d=!1)}return r.delete(e),r.delete(t),d}(e,t,o,n,v,r))}(e,t,o,n,wn,v))}function zn(e){return e==e&&!x(e)}function Vn(e,t){return function(o){return null!=o&&o[e]===t&&(void 0!==t||e in Object(o))}}function Hn(e,t){return null!=e&&t in Object(e)}function xn(e){return function(t){return null==t?void 0:t[e]}}function yn(e){return"function"==typeof e?e:null==e?I:"object"==typeof e?f(e)?(n=e[0],v=e[1],Bt(n)&&zn(v)?Vn(Wt(n),v):function(e){var t=Ut(e,n)
|
|
297
|
+
return void 0===t&&t===v?function(e,t){return null!=e&&function(e,t,o){for(var n=-1,v=(t=Gt(t,e)).length,r=!1;++n<v;){var l=Wt(t[n])
|
|
298
|
+
if(!(r=null!=e&&o(e,l)))break
|
|
299
|
+
e=e[l]}return r||++n!=v?r:!!(v=null==e?0:e.length)&&Ge(v)&&Me(l,v)&&(f(e)||et(e))}(e,t,Hn)}(e,n):wn(v,t,3)}):(o=function(e){for(var t=zt(e),o=t.length;o--;){var n=t[o],v=e[n]
|
|
300
|
+
t[o]=[n,v,zn(v)]}return t}(t=e),1==o.length&&o[0][2]?Vn(o[0][0],o[0][1]):function(e){return e===t||function(e,t,o){var n=o.length,v=n
|
|
301
|
+
if(null==e)return!v
|
|
302
|
+
for(e=Object(e);n--;){var r=o[n]
|
|
303
|
+
if(r[2]?r[1]!==e[r[0]]:!(r[0]in e))return!1}for(;++n<v;){var l=(r=o[n])[0],h=e[l],a=r[1]
|
|
304
|
+
if(r[2]){if(void 0===h&&!(l in e))return!1}else if(!wn(a,h,3,undefined,new io))return!1}return!0}(e,0,o)}):function(e){return Bt(e)?xn(Wt(e)):function(e){return function(t){return Xt(t,e)}}(e)}(e)
|
|
305
|
+
var t,o,n,v}var bn=function(e,t,o){for(var n=-1,v=Object(e),r=o(e),l=r.length;l--;){var h=r[++n]
|
|
306
|
+
if(!1===t(v[h],h,v))break}return e},Cn=function(e,t){if(null==e)return e
|
|
307
|
+
if(!We(e))return function(e,t){return e&&bn(e,t,zt)}(e,t)
|
|
308
|
+
for(var o=e.length,n=-1,v=Object(e);++n<o&&!1!==t(v[n],n,v););return e},Bn=function(){return v.Date.now()},_n=Math.max,kn=Math.min
|
|
309
|
+
function Mn(e,t,o){var n,v,r,l,h,a,i=0,s=!1,c=!1,u=!0
|
|
310
|
+
if("function"!=typeof e)throw new TypeError("Expected a function")
|
|
311
|
+
function d(t){var o=n,r=v
|
|
312
|
+
return n=v=void 0,i=t,l=e.apply(r,o)}function m(e){var o=e-a
|
|
313
|
+
return void 0===a||o>=t||o<0||c&&e-i>=r}function p(){var e=Bn()
|
|
314
|
+
if(m(e))return f(e)
|
|
315
|
+
h=setTimeout(p,function(e){var o=t-(e-a)
|
|
316
|
+
return c?kn(o,r-(e-i)):o}(e))}function f(e){return h=void 0,u&&n?d(e):(n=v=void 0,l)}function g(){var e=Bn(),o=m(e)
|
|
317
|
+
if(n=arguments,v=this,a=e,o){if(void 0===h)return function(e){return i=e,h=setTimeout(p,t),s?d(e):l}(a)
|
|
318
|
+
if(c)return clearTimeout(h),h=setTimeout(p,t),d(a)}return void 0===h&&(h=setTimeout(p,t)),l}return t=_(t)||0,x(o)&&(s=!!o.leading,r=(c="maxWait"in o)?_n(_(o.maxWait)||0,t):r,u="trailing"in o?!!o.trailing:u),g.cancel=function(){void 0!==h&&clearTimeout(h),i=0,n=a=v=h=void 0},g.flush=function(){return void 0===h?l:f(Bn())},g}function In(e,t,o){(void 0!==o&&!$e(e[t],o)||void 0===o&&!(t in e))&&Pe(e,t,o)}function Sn(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}function Zn(e,t,o,n,v){e!==t&&bn(t,(function(r,l){if(v||(v=new io),x(r))!function(e,t,o,n,v,r,l){var h=Sn(e,o),a=Sn(t,o),i=l.get(a)
|
|
319
|
+
if(i)In(e,o,i)
|
|
320
|
+
else{var s,c=r?r(h,a,o+"",e,t,l):void 0,u=void 0===c
|
|
321
|
+
if(u){var m=f(a),p=!m&&vt(a),g=!m&&!p&&ut(a)
|
|
322
|
+
c=a,m||p||g?f(h)?c=h:d(s=h)&&We(s)?c=ae(h):p?(u=!1,c=po(a,!0)):g?(u=!1,c=Wo(a,!0)):c=[]:lo(a)||et(a)?(c=h,et(h)?c=function(e){return Le(e,yt(e))}(h):x(h)&&!S(h)||(c=Xo(a))):u=!1}u&&(l.set(a,c),v(c,a,n,r,l),l.delete(a)),In(e,o,c)}}(e,t,l,o,Zn,n,v)
|
|
323
|
+
else{var h=n?n(Sn(e,l),r,l+"",e,t,v):void 0
|
|
324
|
+
void 0===h&&(h=r),In(e,l,h)}}),yt)}var En=Xe((function(e,t,o,n){Zn(e,t,o,n)}))
|
|
325
|
+
function An(e,t,o){if("function"!=typeof e)throw new TypeError("Expected a function")
|
|
326
|
+
return setTimeout((function(){e.apply(void 0,o)}),t)}var Nn=Fe((function(e,t){return An(e,1,t)})),On=Fe((function(e,t,o){return An(e,_(t)||0,o)}))
|
|
327
|
+
function Pn(e,t){return(f(e)?Ve:Cn)(e,"function"==typeof(o=t)?o:I)
|
|
328
|
+
var o}function $n(e,t){for(var o=-1,n=null==e?0:e.length;++o<n;)if(!t(e[o],o,e))return!1
|
|
329
|
+
return!0}function jn(e,t){var o=!0
|
|
330
|
+
return Cn(e,(function(e,n,v){return o=!!t(e,n,v)})),o}function Tn(e,t){var o=[]
|
|
331
|
+
return Cn(e,(function(e,n,v){t(e,n,v)&&o.push(e)})),o}function Ln(e,t){return(f(e)?fo:Tn)(e,yn(t))}var Dn=Math.max
|
|
332
|
+
function Rn(e,t,o){var n=null==e?0:e.length
|
|
333
|
+
if(!n)return-1
|
|
334
|
+
var v=null==o?0:M(o)
|
|
335
|
+
return v<0&&(v=Dn(n+v,0)),He(e,yn(t),v)}var Fn,Gn=(Fn=Rn,function(e,t,o){var n=Object(e)
|
|
336
|
+
if(!We(e)){var v=yn(t)
|
|
337
|
+
e=zt(e),t=function(e){return v(n[e],e,n)}}var r=Fn(e,t,o)
|
|
338
|
+
return r>-1?n[v?e[r]:r]:void 0})
|
|
339
|
+
function Wn(e,t){var o=-1,n=We(e)?Array(e.length):[]
|
|
340
|
+
return Cn(e,(function(e,v,r){n[++o]=t(e,v,r)})),n}function Xn(e,t){return(f(e)?p:Wn)(e,yn(t))}function Un(e){return"string"==typeof e||!f(e)&&d(e)&&"[object String]"==u(e)}var Kn=Math.max
|
|
341
|
+
function Jn(e,t,o,n){var v
|
|
342
|
+
e=We(e)?e:null==(v=e)?[]:function(e,t){return p(t,(function(t){return e[t]}))}(v,zt(v)),o=o&&!n?M(o):0
|
|
343
|
+
var r=e.length
|
|
344
|
+
return o<0&&(o=Kn(r+o,0)),Un(e)?o<=r&&e.indexOf(t,o)>-1:!!r&&ye(e,t,o)>-1}function Yn(e){return d(e)&&1===e.nodeType&&!lo(e)}function Qn(e){return"number"==typeof e||d(e)&&"[object Number]"==u(e)}function qn(e){return null==e}function ev(e,t){return null==(e=function(e,t){return t.length<2?e:Xt(e,function(e,t,o){var n=-1,v=e.length
|
|
345
|
+
t<0&&(t=-t>v?0:v+t),(o=o>v?v:o)<0&&(o+=v),v=t>o?0:o-t>>>0,t>>>=0
|
|
346
|
+
for(var r=Array(v);++n<v;)r[n]=e[n+t]
|
|
347
|
+
return r}(t,0,-1))}(e,t=Gt(t,e)))||delete e[Wt((o=t,n=null==o?0:o.length,n?o[n-1]:void 0))]
|
|
348
|
+
var o,n}function tv(e){return lo(e)?void 0:e}var ov=function(e){return ze(Re(e,void 0,qt),e+"")}((function(e,t){var o={}
|
|
349
|
+
if(null==e)return o
|
|
350
|
+
var n=!1
|
|
351
|
+
t=p(t,(function(t){return t=Gt(t,e),n||(n=t.length>1),t})),Le(e,bo(e),o),n&&(o=on(o,7,tv))
|
|
352
|
+
for(var v=t.length;v--;)ev(o,t[v])
|
|
353
|
+
return o})),nv=xn("length"),vv="\\ud800-\\udfff",rv="["+vv+"]",lv="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",hv="\\ud83c[\\udffb-\\udfff]",av="[^"+vv+"]",iv="(?:\\ud83c[\\udde6-\\uddff]){2}",sv="[\\ud800-\\udbff][\\udc00-\\udfff]",cv="(?:"+lv+"|"+hv+")?",uv="[\\ufe0e\\ufe0f]?",dv=uv+cv+"(?:\\u200d(?:"+[av,iv,sv].join("|")+")"+uv+cv+")*",mv="(?:"+[av+lv+"?",lv,iv,sv,rv].join("|")+")",pv=RegExp(hv+"(?="+hv+")|"+mv+dv,"g")
|
|
354
|
+
function fv(e,t,o){return null==e?e:function(e,t,o){if(!x(e))return e
|
|
355
|
+
for(var n=-1,v=(t=Gt(t,e)).length,r=v-1,l=e;null!=l&&++n<v;){var h=Wt(t[n]),a=o
|
|
356
|
+
if("__proto__"===h||"constructor"===h||"prototype"===h)return e
|
|
357
|
+
if(n!=r){var i=l[h]
|
|
358
|
+
void 0===(a=void 0)&&(a=x(i)?i:Me(t[n+1])?[]:{})}Te(l,h,a),l=l[h]}return e}(e,t,o)}function gv(e){if(null==e)return 0
|
|
359
|
+
if(We(e))return Un(e)?function(e){return function(e){return ao.test(e)}(e)?function(e){for(var t=pv.lastIndex=0;pv.test(e);)++t
|
|
360
|
+
return t}(e):nv(e)}(e):e.length
|
|
361
|
+
var t=jo(e)
|
|
362
|
+
return"[object Map]"==t||"[object Set]"==t?e.size:wt(e).length}function wv(e,t){const o=parseInt(e.replace("#",""),16)
|
|
363
|
+
return`#${(Math.max(0,(o>>16)-Math.round(2.55*t))<<16|Math.max(0,(o>>8&255)-Math.round(2.55*t))<<8|Math.max(0,(255&o)-Math.round(2.55*t))).toString(16).padStart(6,"0")}`}function zv(e,t){const o=parseInt(e.replace("#",""),16)
|
|
364
|
+
return`#${(Math.min(255,(o>>16)+Math.round(2.55*t))<<16|Math.min(255,(o>>8&255)+Math.round(2.55*t))<<8|Math.min(255,(255&o)+Math.round(2.55*t))).toString(16).padStart(6,"0")}`}function Vv(e){const t=parseInt(e.replace("#",""),16)
|
|
365
|
+
return(.299*(t>>16)+.587*(t>>8&255)+.114*(255&t))/255>.6?"#1e1e2e":"#ffffff"}function Hv(e){return{color:e,dark:wv(e,15),light:zv(e,35),contrast:Vv(e),transparent:"transparent"}}function xv(e,t,o){const n={}
|
|
366
|
+
for(const[v,r]of Object.entries(o))n[`--${t}-${v}`]=e[r]
|
|
367
|
+
return n}var yv={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"}},bv={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"}
|
|
368
|
+
function Cv(e){return e in bv?bv[e]:e}var Bv=new Set(["svg","path","rect","circle","ellipse","line","polyline","polygon","g","defs","clipPath","mask","title","desc","linearGradient","radialGradient","stop","symbol","use"]),_v=/^on/i,kv=/^\s*javascript\s*:/i
|
|
369
|
+
function Mv(e){if(!e||"string"!=typeof e)return""
|
|
370
|
+
if("undefined"==typeof DOMParser)return""
|
|
371
|
+
const t=(new DOMParser).parseFromString(e,"image/svg+xml")
|
|
372
|
+
return t.querySelector("parsererror")?"":(Iv(t.documentElement),t.documentElement.outerHTML)}function Iv(e){const t=Array.from(e.children)
|
|
373
|
+
for(const o of t){const e=o.tagName.toLowerCase()
|
|
374
|
+
if(Bv.has(e)){for(const e of Array.from(o.attributes))(_v.test(e.name)||"href"===e.name&&kv.test(e.value)||"xlink:href"===e.name&&kv.test(e.value))&&o.removeAttribute(e.name)
|
|
375
|
+
Iv(o)}else o.remove()}}var Sv=new Map
|
|
376
|
+
function Zv(e){for(const[t,o]of Object.entries(e))Sv.set(t,Mv(o))}function Ev(e){return Sv.get(e)}var Av=e=>(e.install=t=>{const o=e.name
|
|
377
|
+
t.component(o,e)},e),Nv=(e,t)=>(e.install=o=>{o.config.globalProperties[t]=e},e)
|
|
378
|
+
function Ov(e,t){for(;e.length>=t;)e[0].props.onDestroy()}function Pv(e){let t=!1,o=0
|
|
379
|
+
const n=t=>{"Escape"===t.code&&e()?.handler.close()}
|
|
380
|
+
return{register(){o++,t||(document.addEventListener("keydown",n),t=!0)},unregister(){o--,o<=0&&(document.removeEventListener("keydown",n),t=!1,o=0)}}}function $v(e,t,o,n){if(0===n.length)return[e,t,o]
|
|
381
|
+
let v=1/0,r=n[0]
|
|
382
|
+
for(const l of n){const n=(e-l[0])**2+(t-l[1])**2+(o-l[2])**2
|
|
383
|
+
if(0===n)return l
|
|
384
|
+
n<v&&(v=n,r=l)}return r}function jv(e,t,o){const n=e.getContext("2d")
|
|
385
|
+
if(!n)return
|
|
386
|
+
const{pixelSize:v,grayscale:r=!1,palette:l,background:h="#FFFFFF"}=o,a=t.naturalWidth,i=t.naturalHeight
|
|
387
|
+
e.width=a,e.height=i,n.drawImage(t,0,0,a,i)
|
|
388
|
+
const s=n.getImageData(0,0,a,i).data,c=Math.max(1,Math.round(v)),u=l?function(e){return e.map((e=>"string"==typeof e?function(e){const t=e.replace("#","")
|
|
389
|
+
return[parseInt(t.substring(0,2),16),parseInt(t.substring(2,4),16),parseInt(t.substring(4,6),16)]}(e):e))}(l):null
|
|
390
|
+
n.fillStyle=h,n.fillRect(0,0,a,i)
|
|
391
|
+
for(let d=0;d<i;d+=c)for(let e=0;e<a;e+=c){const t=Math.min(c,a-e),o=Math.min(c,i-d)
|
|
392
|
+
let v=0,l=0,h=0,m=0
|
|
393
|
+
for(let n=0;n<o;n++)for(let o=0;o<t;o++){const t=4*((d+n)*a+(e+o))
|
|
394
|
+
v+=s[t],l+=s[t+1],h+=s[t+2],m++}let p=Math.round(v/m),f=Math.round(l/m),g=Math.round(h/m)
|
|
395
|
+
r&&(p=f=g=Math.round(.299*p+.587*f+.114*g)),u&&([p,f,g]=$v(p,f,g,u)),n.fillStyle=`rgb(${p},${f},${g})`,n.fillRect(e,d,t,o)}}function Tv(e,t="px"){return e?Qn(e)||(e=>!!Un(e)&&!Number.isNaN(Number(e)))(e)?`${e}${t}`:Un(e)?e:void 0:""}function Lv(e,t,o){return Math.max(t,Math.min(o,e))}var Dv=new Map([["info","info-box"],["success","check"],["warning","warning-box"],["danger","close-box"],["error","close-box"]]),Rv=(0,t.defineComponent)({props:{vNode:{type:[String,Object,Function],required:!0}},setup:e=>()=>S(e.vNode)?e.vNode():e.vNode}),Fv={xs:12,sm:18,md:24,lg:36,xl:48,"2xl":72,"1x":24,"2x":48,"3x":72},Gv=["innerHTML"],Wv={key:1,class:"px-icon__fallback"},Xv=(e,t)=>{const o=e.__vccOpts||e
|
|
396
|
+
for(const[n,v]of t)o[n]=v
|
|
397
|
+
return o},Uv=Xv((0,t.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,n=(0,t.computed)((()=>Cv(o.icon))),v=(0,t.computed)((()=>{const e=Ev(n.value)
|
|
398
|
+
return e?Mv(e):void 0})),r=(0,t.computed)((()=>{const e=["px-icon"]
|
|
399
|
+
return o.type&&e.push(`px-icon--${o.type}`),o.size&&e.push(`px-icon--${o.size}`),o.spin&&e.push("px-icon--spin"),o.pulse&&e.push("px-icon--pulse"),o.bounce&&e.push("px-icon--bounce"),o.shake&&e.push("px-icon--shake"),o.beat&&e.push("px-icon--beat"),o.fade&&e.push("px-icon--fade"),"horizontal"===o.flip&&e.push("px-icon--flip-h"),"vertical"===o.flip&&e.push("px-icon--flip-v"),"both"===o.flip&&e.push("px-icon--flip-h","px-icon--flip-v"),o.rotation&&e.push(`px-icon--rotate-${o.rotation}`),e})),l=(0,t.computed)((()=>{const e={}
|
|
400
|
+
o.color&&(e.color=o.color)
|
|
401
|
+
const t=Fv[o.size||"md"]
|
|
402
|
+
return e.width=`${t}px`,e.height=`${t}px`,e}))
|
|
403
|
+
return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("i",(0,t.mergeProps)({class:r.value,style:l.value},e.$attrs),[v.value?((0,t.openBlock)(),(0,t.createElementBlock)("span",{key:0,class:"px-icon__pixel",innerHTML:v.value},null,8,Gv)):((0,t.openBlock)(),(0,t.createElementBlock)("span",Wv,"?"))],16))}}),[["__scopeId","data-v-57d28fe2"]]),Kv={class:"px-alert__content"},Jv={key:0,class:"px-alert__description"},Yv={key:1,class:"px-alert__close"},Qv=Av(Xv((0,t.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:n}){const v=e,r=n,l=(0,t.useSlots)(),h=(0,t.ref)(!0),a=(0,t.computed)((()=>Dv.get(v.type)??"circle-info")),i=(0,t.computed)((()=>v.description||l.default)),s=(0,t.computed)((()=>{if(!v.color)return{}
|
|
404
|
+
const e=v.outline?"outline":v.dash?"dash":"default"
|
|
405
|
+
return xv(Hv(v.color),"px-alert",yv[e])}))
|
|
406
|
+
function c(){h.value=!1,r("close")}return o({open:function(){h.value=!0},close:c}),(e,o)=>((0,t.openBlock)(),(0,t.createBlock)(t.Transition,{name:"px-alert-fade"},{default:(0,t.withCtx)((()=>[(0,t.withDirectives)((0,t.createElementVNode)("div",{class:(0,t.normalizeClass)(["px-alert",{[`px-alert__${e.type}`]:e.type,[`px-alert__${e.effect}`]:e.effect,"text-center":e.center,"is-outline":e.outline,"is-dash":e.dash}]),role:"alert",style:(0,t.normalizeStyle)(s.value)},[e.showIcon?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,class:(0,t.normalizeClass)(["px-alert__icon",{"big-icon":i.value}]),icon:a.value},null,8,["class","icon"])):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("div",Kv,[(0,t.createElementVNode)("span",{class:(0,t.normalizeClass)(["px-alert__title",{"with-desc":i.value}]),style:(0,t.normalizeStyle)({display:e.center&&!e.showIcon?"block":"inline"})},[(0,t.renderSlot)(e.$slots,"title",{},(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.title),1)]),!0)],6),i.value?((0,t.openBlock)(),(0,t.createElementBlock)("p",Jv,[(0,t.renderSlot)(e.$slots,"default",{},(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.description),1)]),!0)])):(0,t.createCommentVNode)("",!0),e.closable?((0,t.openBlock)(),(0,t.createElementBlock)("div",Yv,[(0,t.createVNode)(Uv,{onClick:(0,t.withModifiers)(c,["stop"]),icon:"close"})])):(0,t.createCommentVNode)("",!0)])],6),[[t.vShow,h.value]])])),_:3}))}}),[["__scopeId","data-v-772da9f8"]])),qv=Av(Xv((0,t.defineComponent)({name:"PxAvatar",__name:"Avatar",props:{size:{default:"default"},shape:{default:"circle"},border:{type:Boolean,default:!0},color:{}},setup(e){const o=e,n=(0,t.computed)((()=>o.color?xv(Hv(o.color),"px-avatar",yv.default):{}))
|
|
407
|
+
return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("span",{class:(0,t.normalizeClass)(["px-avatar",{[`px-avatar--${e.size}`]:e.size&&"default"!==e.size,"is-square":"square"===e.shape,"is-border":e.border}]),style:(0,t.normalizeStyle)(n.value)},[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)],6))}}),[["__scopeId","data-v-be451b35"]])),er=Av(Xv((0,t.defineComponent)({name:"PxBadge",__name:"Badge",props:{type:{default:"primary"},size:{default:"default"},outline:{type:Boolean},dash:{type:Boolean},color:{},round:{type:Boolean},icon:{},shine:{type:Boolean},pixel:{type:Boolean}},setup(e){const o=e,n=(0,t.useSlots)(),v=(0,t.computed)((()=>!n.default)),r=(0,t.computed)((()=>"small"===o.size?"xs":"sm")),l=(0,t.computed)((()=>{if(!o.color)return{}
|
|
408
|
+
const e=o.outline?"outline":o.dash?"dash":"default"
|
|
409
|
+
return xv(Hv(o.color),"px-badge",yv[e])}))
|
|
410
|
+
return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("span",{class:(0,t.normalizeClass)(["px-badge",{[`px-badge--${e.type}`]:e.type,[`px-badge--${e.size}`]:e.size&&"default"!==e.size,"is-outline":e.outline,"is-dash":e.dash,"is-round":e.round,"is-shine":e.shine,"is-pixel":e.pixel,"is-empty":v.value}]),style:(0,t.normalizeStyle)(l.value)},[e.icon?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,icon:e.icon,size:r.value},null,8,["icon","size"])):(0,t.createCommentVNode)("",!0),(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)],6))}}),[["__scopeId","data-v-d0f5a231"]])),tr=Symbol("breadcrumbContext"),or={class:"px-breadcrumb","aria-label":"Breadcrumb"},nr={class:"px-breadcrumb__list"},vr=Xv((0,t.defineComponent)({name:"PxBreadcrumb",__name:"Breadcrumb",props:{separator:{default:"/"}},setup(e){const o=e,n=(0,t.useSlots)()
|
|
411
|
+
return(0,t.provide)(tr,{separator:o.separator,separatorSlot:n.separator}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("nav",or,[(0,t.createElementVNode)("ol",nr,[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)])]))}}),[["__scopeId","data-v-a0927948"]]),rr={class:"px-breadcrumb__separator","aria-hidden":"true"},lr=Xv((0,t.defineComponent)({name:"PxBreadcrumbItem",__name:"BreadcrumbItem",props:{to:{},icon:{},disabled:{type:Boolean}},setup(e){const o=(0,t.inject)(tr,{separator:"/"})
|
|
412
|
+
return(e,n)=>((0,t.openBlock)(),(0,t.createElementBlock)("li",{class:(0,t.normalizeClass)(["px-breadcrumb__item",{"is-disabled":e.disabled}])},[((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(e.to&&!e.disabled?"a":"span"),(0,t.mergeProps)({class:["px-breadcrumb__link",{"is-current":!e.to,"is-disabled":e.disabled}],"aria-current":e.to||e.disabled?void 0:"page"},e.to&&!e.disabled?{href:e.to}:{},{onClick:n[0]||(n[0]=(0,t.withModifiers)((()=>{}),["prevent"]))}),{default:(0,t.withCtx)((()=>[e.icon?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,icon:e.icon,class:"px-breadcrumb__icon"},null,8,["icon"])):(0,t.createCommentVNode)("",!0),(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)])),_:3},16,["class","aria-current"])),(0,t.createElementVNode)("span",rr,[(0,t.unref)(o).separatorSlot?((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)((()=>(0,t.unref)(o).separatorSlot())),{key:0})):((0,t.openBlock)(),(0,t.createElementBlock)(t.Fragment,{key:1},[(0,t.createTextVNode)((0,t.toDisplayString)((0,t.unref)(o).separator),1)],64))])],2))}}),[["__scopeId","data-v-8be388ff"]]),hr=Av(vr),ar=Av(lr),ir=Symbol("BUTTON_GROUP_CTX_KEY"),sr={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"}},cr=(0,t.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:n}){const v=new Set(["button","a","div","span","router-link"]),r=e
|
|
413
|
+
"string"!=typeof r.tag||v.has(r.tag)||(r.tag,[...v].join(", "))
|
|
414
|
+
const l=n,h=(0,t.useSlots)(),a=(0,t.inject)(ir,void 0),i=(0,t.ref)(),s=(0,t.computed)((()=>"string"!=typeof r.tag||v.has(r.tag)?r.tag:"button")),c=(0,t.computed)((()=>a?.size??r?.size??"")),u=(0,t.computed)((()=>a?.type??r?.type??"")),d=(0,t.computed)((()=>a?.disabled||r?.disabled||!1)),m=(0,t.computed)((()=>({marginRight:h.default?"6px":"0px"}))),p=(0,t.computed)((()=>r.color?xv({...Hv(r.color),light:zv(r.color,20),lighter:zv(r.color,35)},"px-button",sr[r.ghost?"ghost":r.dash?"dash":r.plain?"plain":r.link?"link":"default"]):{})),f=e=>l("click",e),g=function(e,t,o){var n=!0,v=!0
|
|
415
|
+
if("function"!=typeof e)throw new TypeError("Expected a function")
|
|
416
|
+
return x(o)&&(n="leading"in o?!!o.leading:n,v="trailing"in o?!!o.trailing:v),Mn(e,t,{leading:n,maxWait:t,trailing:v})}(f,r.throttleDuration,{trailing:!1})
|
|
417
|
+
return(0,t.onBeforeUnmount)((()=>{g.cancel()})),o({ref:i,disabled:d,size:c,type:u}),(e,o)=>((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(s.value),{ref_key:"_ref",ref:i,autofocus:e.autofocus,type:"button"===s.value?e.nativeType:void 0,class:(0,t.normalizeClass)(["px-button",{[`px-button--${u.value}`]:u.value,[`px-button--${c.value}`]:c.value,"is-plain":e.plain,"is-round":e.round,"is-circle":e.circle,"is-dash":e.dash,"is-ghost":e.ghost,"is-link":e.link,"is-block":e.block,"is-responsive":e.responsive,"is-disabled":d.value,"is-loading":e.loading}]),"aria-label":e.ariaLabel,"aria-busy":e.loading||void 0,disabled:!(!d.value&&!e.loading)||void 0,style:(0,t.normalizeStyle)(p.value),onClick:o[0]||(o[0]=o=>e.useThrottle?(0,t.unref)(g)(o):f(o))},{default:(0,t.withCtx)((()=>[e.loading?(0,t.renderSlot)(e.$slots,"loading",{key:0},(()=>[(0,t.createVNode)(Uv,{class:"loading-icon",icon:e.loadingIcon??"loader",style:(0,t.normalizeStyle)(m.value),size:"1x",spin:""},null,8,["icon","style"])]),!0):(0,t.createCommentVNode)("",!0),e.icon&&!e.loading?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:1,icon:e.icon,style:(0,t.normalizeStyle)(m.value),size:"1x"},null,8,["icon","style"])):(0,t.createCommentVNode)("",!0),(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)])),_:3},8,["autofocus","type","aria-label","aria-busy","disabled","class","style"]))}}),ur=Xv(cr,[["__scopeId","data-v-0d682c9b"]]),dr={class:"px-button-group",role:"group"},mr=Xv((0,t.defineComponent)({name:"PxButtonGroup",__name:"ButtonGroup",props:{size:{},type:{},disabled:{type:Boolean}},setup(e){const o=e
|
|
418
|
+
return(0,t.provide)(ir,(0,t.reactive)({size:(0,t.toRef)(o,"size"),type:(0,t.toRef)(o,"type"),disabled:(0,t.toRef)(o,"disabled")})),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",dr,[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)]))}}),[["__scopeId","data-v-87af5dc3"]]),pr=Av(ur),fr=Av(mr),gr={key:0,class:"px-card__header"},wr={class:"px-card__body"},zr={key:1,class:"px-card__footer"},Vr=Av(Xv((0,t.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"},n=e,v=(0,t.useSlots)(),r=(0,t.computed)((()=>{const e=n.shadow
|
|
419
|
+
return!0===e?"px-card--shadow-always":!1===e?"px-card--shadow-never":`px-card--shadow-${e}`})),l=(0,t.computed)((()=>{if(!n.color)return{}
|
|
420
|
+
const e=n.ghost?"ghost":n.outline?"outline":n.dash?"dash":"default",t={...yv,ghost:o}
|
|
421
|
+
return xv(Hv(n.color),"px-card",t[e])}))
|
|
422
|
+
return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-card",[r.value,{[`px-card--${e.type}`]:e.type,[`px-card--${e.size}`]:e.size,"is-hoverable":e.hoverable,"is-outline":e.outline,"is-dash":e.dash,"is-ghost":e.ghost}]]),style:(0,t.normalizeStyle)(l.value)},[(0,t.unref)(v).header?((0,t.openBlock)(),(0,t.createElementBlock)("div",gr,[(0,t.renderSlot)(e.$slots,"header",{},void 0,!0)])):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("div",wr,[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)]),(0,t.unref)(v).footer?((0,t.openBlock)(),(0,t.createElementBlock)("div",zr,[(0,t.renderSlot)(e.$slots,"footer",{},void 0,!0)])):(0,t.createCommentVNode)("",!0)],6))}}),[["__scopeId","data-v-f3900769"]])),Hr=Symbol("carouselContext"),xr=new Set(["primary","success","warning","danger","info"]),yr={"border-color":"color","shadow-color":"dark","indicator-active-color":"color","arrow-color":"color"},br={class:"px-carousel__viewport"},Cr=["disabled","aria-label"],Br=["disabled","aria-label"],_r={key:1,class:"px-carousel__indicators"},kr=["aria-selected","aria-label","onClick","onMouseenter"],Mr=(0,t.defineComponent)({name:"PxCarousel",__name:"Carousel",props:{modelValue:{},direction:{default:"horizontal"},showArrow:{default:"hover"},showIndicators:{type:Boolean,default:!0},indicatorTrigger:{default:"click"},color:{},height:{}},emits:["update:modelValue","change"],setup(e,{expose:o,emit:n}){const v=e,r=n,l=(0,t.ref)(v.modelValue??0),h=(0,t.ref)([]),a=(0,t.computed)((()=>h.value.length)),i=(0,t.computed)((()=>l.value<=0)),s=(0,t.computed)((()=>l.value>=a.value-1)),c=(0,t.computed)((()=>xr.has(v.color??""))),u=(0,t.computed)((()=>!!v.color&&!c.value)),d=(0,t.computed)((()=>u.value?xv(Hv(v.color),"px-carousel",yr):{})),m=(0,t.computed)((()=>"vertical"===v.direction?{transform:`translateY(-${100*l.value}%)`}:{transform:`translateX(-${100*l.value}%)`}))
|
|
423
|
+
function p(e){const t=l.value
|
|
424
|
+
t!==e&&(l.value=e,r("update:modelValue",e),r("change",e,t))}function f(){const e=a.value
|
|
425
|
+
0===e||l.value>=e-1||p(l.value+1)}function g(){l.value<=0||p(l.value-1)}function w(e){const t=a.value
|
|
426
|
+
e<0||e>=t||p(e)}function z(e){const t="horizontal"===v.direction
|
|
427
|
+
t&&"ArrowRight"===e.key&&!s.value?(e.preventDefault(),f()):t&&"ArrowLeft"===e.key&&!i.value?(e.preventDefault(),g()):t||"ArrowDown"!==e.key||s.value?t||"ArrowUp"!==e.key||i.value||(e.preventDefault(),g()):(e.preventDefault(),f())}return(0,t.watch)((()=>v.modelValue),(e=>{void 0!==e&&e!==l.value&&(l.value=e)})),(0,t.provide)(Hr,{currentIndex:l,direction:(0,t.toRef)(v,"direction"),registerItem:function(e){h.value.push(e)},unregisterItem:function(e){const t=h.value.indexOf(e)
|
|
428
|
+
t>-1&&(h.value.splice(t,1),l.value>=h.value.length&&h.value.length>0&&p(h.value.length-1))},totalItems:a,items:h}),o({next:f,prev:g,goTo:w}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-carousel",{"is-vertical":"vertical"===e.direction,[`px-carousel--${e.color}`]:c.value}]),style:(0,t.normalizeStyle)([d.value,e.height?{height:e.height}:{}]),role:"region","aria-roledescription":"carousel",tabindex:"0",onKeydown:z},[(0,t.createElementVNode)("div",br,[(0,t.createElementVNode)("div",{class:"px-carousel__track",style:(0,t.normalizeStyle)(m.value)},[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)],4)]),"never"!==e.showArrow?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,class:(0,t.normalizeClass)(["px-carousel__arrows",{"is-hover":"hover"===e.showArrow}])},[(0,t.createElementVNode)("button",{class:"px-carousel__arrow px-carousel__arrow--prev",type:"button",disabled:i.value,"aria-label":"vertical"===e.direction?"Previous slide (up)":"Previous slide (left)",onClick:g},[(0,t.createVNode)(Uv,{icon:"vertical"===e.direction?"chevron-up":"chevron-left"},null,8,["icon"])],8,Cr),(0,t.createElementVNode)("button",{class:"px-carousel__arrow px-carousel__arrow--next",type:"button",disabled:s.value,"aria-label":"vertical"===e.direction?"Next slide (down)":"Next slide (right)",onClick:f},[(0,t.createVNode)(Uv,{icon:"vertical"===e.direction?"chevron-down":"chevron-right"},null,8,["icon"])],8,Br)],2)):(0,t.createCommentVNode)("",!0),e.showIndicators?((0,t.openBlock)(),(0,t.createElementBlock)("div",_r,[((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(a.value,((e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("button",{key:o,class:(0,t.normalizeClass)(["px-carousel__indicator",{"is-active":l.value===o}]),type:"button",role:"tab","aria-selected":l.value===o?"true":"false","aria-label":`Slide ${o+1}`,onClick:e=>function(e){"click"===v.indicatorTrigger&&w(e)}(o),onMouseenter:e=>function(e){"hover"===v.indicatorTrigger&&w(e)}(o)},null,42,kr)))),128))])):(0,t.createCommentVNode)("",!0)],38))}}),Ir=Xv(Mr,[["__scopeId","data-v-f6cf04ed"]]),Sr=["aria-hidden"],Zr=(0,t.defineComponent)({name:"PxCarouselItem",__name:"CarouselItem",setup(e){const o=(0,t.inject)(Hr,void 0),n=Symbol(),v=(0,t.computed)((()=>o?o.items.value.indexOf(n):-1)),r=(0,t.computed)((()=>!!o&&o.currentIndex.value===v.value))
|
|
429
|
+
return o?.registerItem(n),(0,t.onBeforeUnmount)((()=>{o?.unregisterItem(n)})),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-carousel-item",{"is-active":r.value}]),role:"tabpanel","aria-hidden":!r.value},[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)],10,Sr))}}),Er=Xv(Zr,[["__scopeId","data-v-d8119c81"]]),Ar=Av(Ir),Nr=Av(Er),Or={"bubble-text-color":"contrast","bubble-bg-color":"color","bubble-border-color":"dark","bubble-shadow-color":"dark"},Pr={key:0,class:"px-chat__avatar"},$r={class:"px-chat__content"},jr={key:0,class:"px-chat__header"},Tr={key:0,class:"px-chat__name"},Lr={key:1,class:"px-chat__time"},Dr={class:"px-chat__bubble"},Rr={key:1,class:"px-chat__footer"},Fr=Av(Xv((0,t.defineComponent)({name:"PxChatBubble",__name:"ChatBubble",props:{placement:{default:"start"},type:{},color:{},name:{},time:{},status:{}},setup(e){const o=e,n=(0,t.useSlots)(),v=(0,t.computed)((()=>o.color?xv(Hv(o.color),"px-chat",Or):{}))
|
|
430
|
+
return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-chat",{[`px-chat--${e.placement}`]:e.placement,[`px-chat--${e.type}`]:e.type}]),style:(0,t.normalizeStyle)(v.value)},[(0,t.unref)(n).avatar?((0,t.openBlock)(),(0,t.createElementBlock)("div",Pr,[(0,t.renderSlot)(e.$slots,"avatar",{},void 0,!0)])):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("div",$r,[(0,t.unref)(n).header||e.name||e.time?((0,t.openBlock)(),(0,t.createElementBlock)("div",jr,[(0,t.renderSlot)(e.$slots,"header",{},(()=>[e.name?((0,t.openBlock)(),(0,t.createElementBlock)("span",Tr,(0,t.toDisplayString)(e.name),1)):(0,t.createCommentVNode)("",!0),e.time?((0,t.openBlock)(),(0,t.createElementBlock)("span",Lr,(0,t.toDisplayString)(e.time),1)):(0,t.createCommentVNode)("",!0)]),!0)])):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("div",Dr,[o[0]||(o[0]=(0,t.createElementVNode)("span",{class:"px-chat__tail"},null,-1)),(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)]),(0,t.unref)(n).footer||e.status?((0,t.openBlock)(),(0,t.createElementBlock)("div",Rr,[(0,t.renderSlot)(e.$slots,"footer",{},(()=>[(0,t.createElementVNode)("span",null,(0,t.toDisplayString)(e.status),1)]),!0)])):(0,t.createCommentVNode)("",!0)])],6))}}),[["__scopeId","data-v-c022026d"]]))
|
|
431
|
+
function Gr(e,o,n){(0,t.isRef)(e)?(0,t.watch)(e,((e,t)=>{t?.removeEventListener(o,n),e?.addEventListener(o,n)})):(0,t.onMounted)((()=>e?.addEventListener(o,n))),(0,t.onBeforeUnmount)((()=>(0,t.unref)(e)?.removeEventListener(o,n)))}function Wr(e,t){Gr(document,"click",(o=>{e.value&&o.target&&(e.value.contains(o.target)||t(o))}))}var Xr=(e,t)=>Pn(e,(e=>{S(t)&&t(e),e.children&&Xr(e.children,t)}))
|
|
432
|
+
function Ur(e,o,n={}){let v=0,r=0,l=0,h=0,a=!1
|
|
433
|
+
function i(e){0===e.button&&(a=!0,l=e.clientX-v,h=e.clientY-r,document.addEventListener("mousemove",s),document.addEventListener("mouseup",c),e.preventDefault())}function s(t){if(!a)return
|
|
434
|
+
const o=e.value
|
|
435
|
+
if(!o)return
|
|
436
|
+
let i=t.clientX-l,s=t.clientY-h
|
|
437
|
+
if(n.constrainToViewport){const e=o.getBoundingClientRect(),t=document.documentElement.clientWidth,n=document.documentElement.clientHeight,l=e.left-v,h=e.top-r,a=-l,c=t-l-e.width,u=-h,d=n-h-e.height
|
|
438
|
+
i=Math.max(a,Math.min(c,i)),s=Math.max(u,Math.min(d,s))}v=i,r=s,o.style.transform=`translate(${v}px, ${r}px)`}function c(){a=!1,document.removeEventListener("mousemove",s),document.removeEventListener("mouseup",c)}function u(e){e?.removeEventListener("mousedown",i)}return(0,t.watch)(o,((e,t)=>{var o
|
|
439
|
+
u(t),a&&(a=!1,document.removeEventListener("mousemove",s),document.removeEventListener("mouseup",c)),o=e,o?.addEventListener("mousedown",i)}),{immediate:!0}),(0,t.onBeforeUnmount)((()=>{u(o.value),document.removeEventListener("mousemove",s),document.removeEventListener("mouseup",c)})),{reset:function(){const t=e.value
|
|
440
|
+
v=0,r=0,t&&(t.style.transform="")}}}function Kr(e,{afterBlur:o,beforeBlur:n,afterFocus:v}={}){const{emit:r}=(0,t.getCurrentInstance)(),l=(0,t.ref)(),h=(0,t.ref)(!1)
|
|
441
|
+
return Gr(l,"click",(()=>{e.value?.focus()})),{wrapperRef:l,isFocused:h,handleFocus:e=>{h.value||(h.value=!0,r("focus",e),v?.())},handleBlur:e=>{S(n)&&n(e)||e.relatedTarget&&l.value?.contains(e.relatedTarget)||(h.value=!1,r("blur",e),o?.())}}}var Jr=["a[href]","button:not([disabled])","input:not([disabled])","textarea:not([disabled])","select:not([disabled])",'[tabindex]:not([tabindex="-1"])'].join(", ")
|
|
442
|
+
function Yr(e){let o=null,n=!1
|
|
443
|
+
function v(t){if(!n||"Tab"!==t.key)return
|
|
444
|
+
const o=e.value
|
|
445
|
+
if(!o)return
|
|
446
|
+
const v=Array.from(o.querySelectorAll(Jr)).filter((e=>null!==e.offsetParent))
|
|
447
|
+
if(0===v.length)return void t.preventDefault()
|
|
448
|
+
const r=v[0],l=v[v.length-1]
|
|
449
|
+
t.shiftKey?document.activeElement!==r&&o.contains(document.activeElement)||(t.preventDefault(),l.focus()):document.activeElement!==l&&o.contains(document.activeElement)||(t.preventDefault(),r.focus())}function r(){n&&(n=!1,document.removeEventListener("keydown",v),o&&"function"==typeof o.focus&&o.focus(),o=null)}return(0,t.onBeforeUnmount)((()=>{r()})),{activate:function(){n||(o=document.activeElement,n=!0,document.addEventListener("keydown",v))},deactivate:r}}var Qr={prefix:Math.floor(1e4*Math.random()),current:0}
|
|
450
|
+
function qr(e="er"){return(0,t.ref)(`${e}-${Qr.prefix}-${Qr.current++}`)}var el=Symbol("i18n"),tl=(e,t,o)=>{const n=e[0]
|
|
451
|
+
if(~n.indexOf("[")){const[v,r]=n.split("["),l=parseInt(r.replace("]",""))
|
|
452
|
+
if(l>-1){if(!t[v]&&t[v].length>0&&t[v][l]&&""!==t[v][l])throw new Error("Not Found")
|
|
453
|
+
return 1===e.length?"string"==typeof t[v][l]?t[v][l]:"":tl(e.slice(1),t[v][l],o)}throw new Error(`Not Found: ${n}`)}if(t[e[0]]||""===t[e[0]]){if(1===e.length){let n="string"==typeof t[e[0]]?t[e[0]]:""
|
|
454
|
+
return o&&(n=((e,t)=>{const o=/{(\w*)}/g
|
|
455
|
+
let n,v=e
|
|
456
|
+
for(;null!==(n=o.exec(e));){if(!Object.prototype.hasOwnProperty.call(t,n[1]))throw new Error(`Not Found Params: ${n[1]}`)
|
|
457
|
+
v=v.replace(n[0],t[n[1]])}return v})(n,o)),n}return tl(e.slice(1),t[e[0]],o)}throw new Error("Not Found")},ol=e=>{const o=(0,t.ref)(e.locale||"en"),n=e.messages
|
|
458
|
+
return{messages:n,t:(e,t)=>{const v=n[o.value]||n.en
|
|
459
|
+
if("string"!=typeof e)return""
|
|
460
|
+
try{return tl(e.split("."),v,t)}catch(t){return""}},setLocale:e=>{n[e],o.value=e},getLocale:()=>o.value,install(e){const t=this
|
|
461
|
+
e.provide(el,t),e.config.globalProperties.$t=t.t,e.config.globalProperties.$i18n=t}}},nl={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"},validator:{validated:"Validated",required:"This field is required",failed:"Validation failed"}}},vl=Symbol.for("sakana-element-i18n"),rl=e=>ov(e,"install")
|
|
462
|
+
function ll(e){if(!e){const e=(0,t.inject)(vl,(0,t.ref)(ol({locale:nl.name,messages:{en:nl.el}})))
|
|
463
|
+
return(0,t.computed)((()=>rl((0,t.unref)(e))))}return(0,t.computed)((()=>rl(ol({locale:e.value.name,messages:{en:nl.el,[e.value.name]:e.value.el}}))))}function hl(e){const o=(0,t.computed)((()=>e.getLastBottomOffset())),n=(0,t.computed)((()=>e.offset+o.value))
|
|
464
|
+
return{topOffset:n,bottomOffset:(0,t.computed)((()=>n.value+e.boxHeight.value))}}var al=(0,t.ref)(0)
|
|
465
|
+
function il(e=2e3){const o=(0,t.ref)(e),n=(0,t.computed)((()=>al.value+o.value))
|
|
466
|
+
return{initialValue:o,currentZIndex:n,nextZIndex:()=>(al.value++,n.value)}}var sl="px-theme",cl="px-dark",ul=(0,t.ref)("system"),dl=(0,t.ref)(!1)
|
|
467
|
+
function ml(e){"undefined"!=typeof document&&(e?document.documentElement.classList.add(cl):document.documentElement.classList.remove(cl))}function pl(e){return"system"===e?"undefined"!=typeof window&&window.matchMedia("(prefers-color-scheme: dark)").matches:"dark"===e}var fl=!1,gl=Symbol("formContext"),wl=Symbol("formItemContext")
|
|
468
|
+
function zl(){return{form:(0,t.inject)(gl,void 0),formItem:(0,t.inject)(wl,void 0)}}var Vl=Symbol("checkboxGroupContext"),Hl={"checked-color":"color","checked-border-color":"dark"},xl={class:"px-checkbox__input"},yl=["aria-checked","id","name","disabled","checked"],bl={key:0,class:"px-checkbox__label"},Cl=(0,t.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:n}){const v=e,r=n,l=(0,t.useSlots)(),h=(0,t.inject)(Vl,void 0),a=!!h,{formItem:i}=zl(),s=(0,t.ref)(),c=qr().value,u=(0,t.computed)((()=>a?h.modelValue.value.includes(v.value):v.modelValue)),d=(0,t.computed)((()=>{if(h?.disabled.value)return!0
|
|
469
|
+
if(a){const e=h.modelValue.value,t=h.min.value,o=h.max.value
|
|
470
|
+
if(u.value&&void 0!==t&&e.length<=t)return!0
|
|
471
|
+
if(!u.value&&void 0!==o&&e.length>=o)return!0}return v.disabled})),m=(0,t.computed)((()=>v.size??h?.size.value)),p=(0,t.computed)((()=>v.type??h?.type.value)),f=(0,t.computed)((()=>v.color??h?.color.value)),g=(0,t.computed)((()=>{const e=f.value
|
|
472
|
+
return e?xv(Hv(e),"px-checkbox",Hl):{}}))
|
|
473
|
+
function w(){if(!d.value){if(a){const e=[...h.modelValue.value],t=v.value,o=e.indexOf(t)
|
|
474
|
+
o>-1?e.splice(o,1):e.push(t),h.changeEvent(e)}else{const e=!u.value
|
|
475
|
+
r("update:modelValue",e),r("change",e)}a||i?.validate("change").catch((e=>{}))}}return(0,t.onMounted)((()=>{s.value&&(s.value.indeterminate=v.indeterminate)})),(0,t.watch)((()=>v.indeterminate),(e=>{s.value&&(s.value.indeterminate=e)})),o({checked:u,focus:()=>{s.value?.focus()}}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-checkbox",{[`px-checkbox--${m.value}`]:m.value,[`px-checkbox--${p.value}`]:p.value,"is-disabled":d.value,"is-checked":u.value,"is-indeterminate":e.indeterminate}]),style:(0,t.normalizeStyle)(g.value),onClick:w},[(0,t.createElementVNode)("span",xl,[(0,t.createElementVNode)("input",{ref_key:"inputRef",ref:s,class:"px-checkbox__original",type:"checkbox","aria-checked":u.value,id:e.id||(0,t.unref)(c),name:e.name,disabled:d.value,checked:u.value},null,8,yl),o[0]||(o[0]=(0,t.createElementVNode)("span",{class:"px-checkbox__inner"},[(0,t.createElementVNode)("span",{class:"px-checkbox__tick"})],-1))]),e.label||(0,t.unref)(l).default?((0,t.openBlock)(),(0,t.createElementBlock)("span",bl,[(0,t.renderSlot)(e.$slots,"default",{},(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.label),1)]))])):(0,t.createCommentVNode)("",!0)],6))}}),Bl=Cl,_l={class:"px-checkbox-group",role:"group"},kl=(0,t.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 n=e,v=o,{formItem:r}=zl()
|
|
476
|
+
return(0,t.provide)(Vl,{modelValue:(0,t.computed)((()=>n.modelValue)),disabled:(0,t.computed)((()=>n.disabled)),size:(0,t.computed)((()=>n.size)),type:(0,t.computed)((()=>n.type)),color:(0,t.computed)((()=>n.color)),min:(0,t.computed)((()=>n.min)),max:(0,t.computed)((()=>n.max)),changeEvent:e=>{v("update:modelValue",e),v("change",e),r?.validate("change").catch((e=>{}))}}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",_l,[(0,t.renderSlot)(e.$slots,"default")]))}}),Ml=Av(Bl),Il=Av(kl),Sl=Symbol("collapseContext"),Zl=new Set(["primary","success","warning","danger","info"]),El={default:{"border-color":"color","shadow-color":"dark","active-bg-color":"light"},ghost:{"border-color":"transparent","shadow-color":"transparent","active-bg-color":"transparent"}},Al=Xv((0,t.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 n=e,v=o,r=(0,t.ref)(n.modelValue)
|
|
477
|
+
n.accordion&&r.value.length>1&&(r.value=[r.value[0]])
|
|
478
|
+
const l=(0,t.computed)((()=>Zl.has(n.color??""))),h=(0,t.computed)((()=>!!n.color&&!l.value)),a=(0,t.computed)((()=>h.value?xv(Hv(n.color),"px-collapse",El[n.ghost?"ghost":"default"]):{}))
|
|
479
|
+
function i(e){r.value=e,v("update:modelValue",e),v("change",e)}return(0,t.watchEffect)((()=>{n.accordion&&r.value.length})),(0,t.watch)((()=>n.modelValue),(e=>i(e))),(0,t.provide)(Sl,{activeNames:r,handleItemClick:function(e){let t=[...r.value]
|
|
480
|
+
if(n.accordion)return t=[t[0]===e?"":e],void i(t)
|
|
481
|
+
const o=t.indexOf(e)
|
|
482
|
+
o>-1?t.splice(o,1):t.push(e),i(t)},color:n.color,ghost:n.ghost,trigger:n.trigger,iconPlacement:n.iconPlacement}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-collapse",{"is-ghost":e.ghost,[`px-collapse--${e.color}`]:l.value}]),style:(0,t.normalizeStyle)(a.value)},[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)],6))}}),[["__scopeId","data-v-7f3e3aa8"]]),Nl=e=>e.style.height="0px",Ol=e=>e.style.height=`${e.scrollHeight}px`,Pl=e=>e.style.height="",$l=e=>e.style.overflow="hidden",jl=e=>e.style.overflow="",Tl={beforeEnter(e){Nl(e),$l(e)},enter:e=>Ol(e),afterEnter(e){Pl(e),jl(e)},beforeLeave(e){Ol(e),$l(e)},leave:e=>Nl(e),afterLeave(e){Pl(e),jl(e)}},Ll=["id","aria-expanded","aria-controls","tabindex"],Dl={class:"px-collapse-item__title"},Rl={class:"px-collapse-item__wapper"},Fl=["id"],Gl=Xv((0,t.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,n=(0,t.inject)(Sl,void 0),v=(0,t.computed)((()=>!o.forceClose&&(!!o.forceOpen||n?.activeNames.value?.includes(o.name)))),r=(0,t.computed)((()=>"focus"===n?.trigger)),l=(0,t.computed)((()=>o.icon?"plus"===o.icon?v.value?"minus":"plus":o.icon:"chevron-right"))
|
|
483
|
+
function h(){o.disabled||o.forceOpen||o.forceClose||r.value||n?.handleItemClick(o.name)}function a(){o.disabled||o.forceOpen||o.forceClose||r.value&&(v.value||n?.handleItemClick(o.name))}function i(e){o.disabled||o.forceOpen||o.forceClose||r.value&&v.value&&n?.handleItemClick(o.name)}return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-collapse-item",{"is-disabled":e.disabled}])},[(0,t.createElementVNode)("div",{class:(0,t.normalizeClass)(["px-collapse-item__header",{"is-disabled":e.disabled,"is-active":v.value,"is-hidden-arrow":!1===e.showArrow,"is-icon-start":"start"===(0,t.unref)(n)?.iconPlacement}]),id:`item-header-${e.name}`,role:"button","aria-expanded":v.value,"aria-controls":`item-content-${e.name}`,tabindex:r.value?0:void 0,onClick:h,onFocus:a,onFocusout:i},[(0,t.createElementVNode)("span",Dl,[(0,t.renderSlot)(e.$slots,"title",{},(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.title),1)]),!0)]),!1!==e.showArrow?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,icon:l.value,class:(0,t.normalizeClass)(["header-angle",{"is-toggle-icon":!!e.icon}])},null,8,["icon","class"])):(0,t.createCommentVNode)("",!0)],42,Ll),(0,t.createVNode)(t.Transition,(0,t.mergeProps)({name:"slide"},(0,t.toHandlers)((0,t.unref)(Tl))),{default:(0,t.withCtx)((()=>[(0,t.withDirectives)((0,t.createElementVNode)("div",Rl,[(0,t.createElementVNode)("div",{class:"px-collapse-item__content",id:`item-content-${e.name}`},[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)],8,Fl)],512),[[t.vShow,v.value]])])),_:3},16)],2))}}),[["__scopeId","data-v-f3406cbb"]]),Wl=Av(Al),Xl=Av(Gl),Ul=Symbol("collapsibleContext"),Kl=new Set(["primary","success","warning","danger","info"]),Jl={default:{"border-color":"color","shadow-color":"dark","trigger-hover-bg":"light"},ghost:{"border-color":"transparent","shadow-color":"transparent","trigger-hover-bg":"light"}},Yl=["data-state"],Ql=(0,t.defineComponent)({name:"PxCollapsible",__name:"Collapsible",props:{modelValue:{type:Boolean},defaultOpen:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},color:{},ghost:{type:Boolean}},emits:["update:modelValue","change"],setup(e,{expose:o,emit:n}){const v=e,r=n,l=(0,t.ref)("modelValue"in((0,t.getCurrentInstance)().vnode.props??{})?v.modelValue:v.defaultOpen)
|
|
484
|
+
function h(){if(v.disabled)return
|
|
485
|
+
const e=!l.value
|
|
486
|
+
l.value=e,r("update:modelValue",e),r("change",e)}(0,t.watch)((()=>v.modelValue),(e=>{l.value=!!e}))
|
|
487
|
+
const a=(0,t.computed)((()=>Kl.has(v.color??""))),i=(0,t.computed)((()=>!!v.color&&!a.value)),s=(0,t.computed)((()=>i.value?xv(Hv(v.color),"px-collapsible",Jl[v.ghost?"ghost":"default"]):{})),c=`px-collapsible-${Math.random().toString(36).slice(2,9)}`
|
|
488
|
+
return(0,t.provide)(Ul,{open:l,toggle:h,disabled:(0,t.computed)((()=>!!v.disabled)),id:c}),o({open:l,toggle:h}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-collapsible",{"is-ghost":e.ghost,"is-disabled":e.disabled,[`px-collapsible--${e.color}`]:a.value}]),style:(0,t.normalizeStyle)(s.value),"data-state":l.value?"open":"closed"},[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)],14,Yl))}}),ql=Xv(Ql,[["__scopeId","data-v-c7c25702"]]),eh=["id","aria-labelledby","data-state"],th={class:"px-collapsible-content"},oh=Xv((0,t.defineComponent)({name:"PxCollapsibleContent",__name:"CollapsibleContent",setup(e){const o=(0,t.inject)(Ul)
|
|
489
|
+
return(e,n)=>((0,t.openBlock)(),(0,t.createBlock)(t.Transition,(0,t.mergeProps)({name:"px-collapsible-slide"},(0,t.toHandlers)((0,t.unref)(Tl))),{default:(0,t.withCtx)((()=>[(0,t.withDirectives)((0,t.createElementVNode)("div",{class:"px-collapsible-content__wrapper",id:`${(0,t.unref)(o).id}-content`,role:"region","aria-labelledby":(0,t.unref)(o).id,"data-state":(0,t.unref)(o).open.value?"open":"closed"},[(0,t.createElementVNode)("div",th,[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)])],8,eh),[[t.vShow,(0,t.unref)(o).open.value]])])),_:3},16))}}),[["__scopeId","data-v-963ff22c"]]),nh=["tabindex","aria-expanded","aria-controls","data-state","data-disabled"],vh=Xv((0,t.defineComponent)({name:"PxCollapsibleTrigger",__name:"CollapsibleTrigger",setup(e){const o=(0,t.inject)(Ul)
|
|
490
|
+
function n(){o.toggle()}function v(e){"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),o.toggle())}return(e,r)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:"px-collapsible-trigger",role:"button",tabindex:(0,t.unref)(o).disabled.value?-1:0,"aria-expanded":(0,t.unref)(o).open.value,"aria-controls":`${(0,t.unref)(o).id}-content`,"data-state":(0,t.unref)(o).open.value?"open":"closed","data-disabled":(0,t.unref)(o).disabled.value||void 0,onClick:n,onKeydown:v},[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)],40,nh))}}),[["__scopeId","data-v-5dceb2bc"]]),rh=Av(ql),lh=Av(vh),hh=Av(oh),ah=Symbol("commandContext"),ih=Symbol("commandGroupId"),sh=["aria-label"],ch=(0,t.defineComponent)({name:"PxCommand",__name:"Command",props:{modelValue:{default:""},filter:{},label:{}},emits:["update:modelValue","select"],setup(e,{expose:o,emit:n}){const v=e,r=n,l=(0,t.ref)(v.modelValue),h=(0,t.ref)(null),a=(0,t.ref)([])
|
|
491
|
+
function i(e,t,o){if(!t)return!0
|
|
492
|
+
const n=t.toLowerCase()
|
|
493
|
+
return!!e.toLowerCase().includes(n)||!!o?.some((e=>e.toLowerCase().includes(n)))}(0,t.watch)((()=>v.modelValue),(e=>{l.value=e??""})),(0,t.watch)(l,(e=>{r("update:modelValue",e),h.value=null}))
|
|
494
|
+
const s=(0,t.computed)((()=>v.filter??i)),c=(0,t.computed)((()=>a.value.filter((e=>s.value(e.value,l.value,e.keywords))))),u=(0,t.computed)((()=>{const e=new Map
|
|
495
|
+
for(const t of c.value)t.groupId&&e.set(t.groupId,(e.get(t.groupId)??0)+1)
|
|
496
|
+
return e})),d=(0,t.computed)((()=>c.value.filter((e=>!e.disabled)))),m=(0,t.computed)((()=>new Set(c.value.map((e=>e.uid)))))
|
|
497
|
+
function p(e){r("select",e)}function f(e){const t=d.value
|
|
498
|
+
if(0===t.length)return null
|
|
499
|
+
const o=t.findIndex((e=>e.value===h.value))
|
|
500
|
+
if(-1===o)return 1===e?t[0].value:t[t.length-1].value
|
|
501
|
+
let n=o+e
|
|
502
|
+
return n<0&&(n=t.length-1),n>=t.length&&(n=0),t[n].value}function g(e){switch(e.key){case"ArrowDown":{e.preventDefault()
|
|
503
|
+
const t=f(1)
|
|
504
|
+
null!==t&&(h.value=t)
|
|
505
|
+
break}case"ArrowUp":{e.preventDefault()
|
|
506
|
+
const t=f(-1)
|
|
507
|
+
null!==t&&(h.value=t)
|
|
508
|
+
break}case"Enter":e.preventDefault(),null!==h.value&&p(h.value)
|
|
509
|
+
break
|
|
510
|
+
case"Home":{e.preventDefault()
|
|
511
|
+
const t=d.value
|
|
512
|
+
t.length>0&&(h.value=t[0].value)
|
|
513
|
+
break}case"End":{e.preventDefault()
|
|
514
|
+
const t=d.value
|
|
515
|
+
t.length>0&&(h.value=t[t.length-1].value)
|
|
516
|
+
break}}}(0,t.provide)(ah,{searchTerm:l,filterFn:s,highlightedValue:h,visibleItems:c,visibleUids:m,groupVisibleCounts:u,registerItem:function(e){a.value.push(e)},unregisterItem:function(e){const t=a.value.findIndex((t=>t.uid===e));-1!==t&&a.value.splice(t,1)},updateItem:function(e,t){const o=a.value.find((t=>t.uid===e))
|
|
517
|
+
o&&Object.assign(o,t)},handleSelect:p,setHighlightedValue:function(e){h.value=e}})
|
|
518
|
+
const w=(0,t.ref)(null)
|
|
519
|
+
return o({focus:()=>{w.value?.querySelector(".px-command-input__input")?.focus()}}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{ref_key:"rootRef",ref:w,class:"px-command","aria-label":e.label,onKeydown:g},[(0,t.renderSlot)(e.$slots,"default")],40,sh))}}),uh=ch,dh={class:"px-command-dialog__content"},mh=(0,t.defineComponent)({name:"PxCommandDialog",__name:"CommandDialog",props:{modelValue:{type:Boolean,default:!1},shortcut:{type:Boolean,default:!0}},emits:["update:modelValue","open","close"],setup(e,{emit:o}){const n=e,v=o,{nextZIndex:r}=il(),l=(0,t.ref)(0),h=(0,t.ref)()
|
|
520
|
+
function a(){v("update:modelValue",!1),v("close")}function i(e){"Escape"===e.key&&n.modelValue&&(e.preventDefault(),e.stopPropagation(),a())}function s(e){n.shortcut&&(e.metaKey||e.ctrlKey)&&"k"===e.key&&(e.preventDefault(),n.modelValue?a():(v("update:modelValue",!0),v("open")))}function c(){document.body.style.overflow="",document.body.style.paddingRight=""}return(0,t.watch)((()=>n.modelValue),(e=>{e?(l.value=r(),function(){const e=window.innerWidth-document.documentElement.clientWidth
|
|
521
|
+
document.body.style.overflow="hidden",document.body.style.paddingRight=`${e}px`}(),(0,t.nextTick)((()=>{(h.value?.querySelector("input"))?.focus()}))):c()})),(0,t.onMounted)((()=>{n.shortcut&&document.addEventListener("keydown",s)})),(0,t.onBeforeUnmount)((()=>{document.removeEventListener("keydown",s),c()})),(e,o)=>((0,t.openBlock)(),(0,t.createBlock)(t.Teleport,{to:"body"},[e.modelValue?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,ref_key:"dialogRef",ref:h,class:"px-command-dialog",style:(0,t.normalizeStyle)({zIndex:l.value}),onKeydown:i},[(0,t.createElementVNode)("div",{class:"px-command-dialog__overlay",onClick:a}),(0,t.createElementVNode)("div",dh,[(0,t.renderSlot)(e.$slots,"default")])],36)):(0,t.createCommentVNode)("",!0)]))}}),ph=mh,fh=(0,t.defineComponent)({name:"PxCommandEmpty",__name:"CommandEmpty",setup(e){const o=(0,t.inject)(ah),n=(0,t.computed)((()=>o.visibleItems.value.length>0))
|
|
522
|
+
return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-command-empty",{"is-hidden":n.value}])},[(0,t.renderSlot)(e.$slots,"default",{},(()=>[o[0]||(o[0]=(0,t.createTextVNode)("No results found."))]))],2))}}),gh=["data-group-id"],wh={key:0,class:"px-command-group__heading"},zh=(0,t.defineComponent)({name:"PxCommandGroup",__name:"CommandGroup",props:{heading:{}},setup(e){const o=(0,t.inject)(ah),n=qr("px-command-group").value;(0,t.provide)(ih,n)
|
|
523
|
+
const v=(0,t.computed)((()=>0===(o.groupVisibleCounts.value.get(n)??0)))
|
|
524
|
+
return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-command-group",{"is-hidden":v.value}]),role:"group","data-group-id":(0,t.unref)(n)},[e.heading?((0,t.openBlock)(),(0,t.createElementBlock)("div",wh,(0,t.toDisplayString)(e.heading),1)):(0,t.createCommentVNode)("",!0),(0,t.renderSlot)(e.$slots,"default")],10,gh))}}),Vh={class:"px-command-input"},Hh=["placeholder","value"],xh=(0,t.defineComponent)({name:"PxCommandInput",__name:"CommandInput",props:{placeholder:{default:""},icon:{default:"search"}},setup(e){const o=(0,t.inject)(ah)
|
|
525
|
+
function n(e){o.searchTerm.value=e.target.value}return(e,v)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",Vh,[e.icon?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,class:"px-command-input__icon",icon:e.icon,size:"sm"},null,8,["icon"])):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("input",{class:"px-command-input__input",type:"text",placeholder:e.placeholder,value:(0,t.unref)(o).searchTerm.value,onInput:n},null,40,Hh)]))}}),yh=["aria-selected","aria-disabled","data-value"],bh={key:0,class:"px-command-item__icon"},Ch={class:"px-command-item__label"},Bh={key:1,class:"px-command-item__shortcut"},_h=(0,t.defineComponent)({name:"PxCommandItem",__name:"CommandItem",props:{value:{},keywords:{default:()=>[]},disabled:{type:Boolean,default:!1},icon:{},shortcut:{default:()=>[]}},setup(e){const o=e,n=(0,t.inject)(ah),v=(0,t.inject)(ih,void 0),r=Symbol("commandItem");(0,t.onMounted)((()=>{n.registerItem({uid:r,value:o.value,keywords:o.keywords,disabled:o.disabled,groupId:v})})),(0,t.onBeforeUnmount)((()=>{n.unregisterItem(r)})),(0,t.watch)([()=>o.value,()=>o.keywords,()=>o.disabled],(([e,t,o])=>n.updateItem(r,{value:e,keywords:t,disabled:o})))
|
|
526
|
+
const l=(0,t.computed)((()=>n.visibleUids.value.has(r))),h=(0,t.computed)((()=>n.highlightedValue.value===o.value))
|
|
527
|
+
function a(){o.disabled||n.handleSelect(o.value)}function i(){o.disabled||n.setHighlightedValue(o.value)}return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-command-item",{"is-highlighted":h.value,"is-disabled":e.disabled,"is-hidden":!l.value}]),role:"option","aria-selected":h.value?"true":"false","aria-disabled":e.disabled?"true":"false","data-value":e.value,onClick:a,onPointerenter:i},[e.icon?((0,t.openBlock)(),(0,t.createElementBlock)("span",bh,[(0,t.createVNode)(Uv,{icon:e.icon,size:"sm"},null,8,["icon"])])):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("span",Ch,[(0,t.renderSlot)(e.$slots,"default")]),e.shortcut&&e.shortcut.length?((0,t.openBlock)(),(0,t.createElementBlock)("span",Bh,[((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(e.shortcut,(e=>((0,t.openBlock)(),(0,t.createElementBlock)("kbd",{key:e},(0,t.toDisplayString)(e),1)))),128))])):(0,t.createCommentVNode)("",!0)],42,yh))}}),kh=_h,Mh=(0,t.defineComponent)({name:"PxCommandList",__name:"CommandList",props:{maxHeight:{default:"300px"}},setup(e){const o=e
|
|
528
|
+
return(e,n)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:"px-command-list",role:"listbox",style:(0,t.normalizeStyle)({maxHeight:o.maxHeight})},[(0,t.renderSlot)(e.$slots,"default")],4))}}),Ih={class:"px-command-separator",role:"separator"},Sh=(0,t.defineComponent)({name:"PxCommandSeparator",__name:"CommandSeparator",setup:e=>(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",Ih))}),Zh=Av(uh),Eh=Av(ph),Ah=Av(fh),Nh=Av(zh),Oh=Av(xh),Ph=Av(kh),$h=Av(Mh),jh=Av(Sh),Th={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"},validator:{validated:"Validated",required:"This field is required",failed:"Validation failed"}}},Lh=Symbol("i18n"),Dh=(e,t,o)=>{const n=e[0]
|
|
529
|
+
if(~n.indexOf("[")){const[v,r]=n.split("["),l=parseInt(r.replace("]",""))
|
|
530
|
+
if(l>-1){if(!t[v]&&t[v].length>0&&t[v][l]&&""!==t[v][l])throw new Error("Not Found")
|
|
531
|
+
return 1===e.length?"string"==typeof t[v][l]?t[v][l]:"":Dh(e.slice(1),t[v][l],o)}throw new Error(`Not Found: ${n}`)}if(t[e[0]]||""===t[e[0]]){if(1===e.length){let n="string"==typeof t[e[0]]?t[e[0]]:""
|
|
532
|
+
return o&&(n=((e,t)=>{const o=/{(\w*)}/g
|
|
533
|
+
let n,v=e
|
|
534
|
+
for(;null!==(n=o.exec(e));){if(!Object.prototype.hasOwnProperty.call(t,n[1]))throw new Error(`Not Found Params: ${n[1]}`)
|
|
535
|
+
v=v.replace(n[0],t[n[1]])}return v})(n,o)),n}return Dh(e.slice(1),t[e[0]],o)}throw new Error("Not Found")},Rh=e=>{const o=(0,t.ref)(e.locale||"en"),n=e.messages
|
|
536
|
+
return{messages:n,t:(e,t)=>{const v=n[o.value]||n.en
|
|
537
|
+
if("string"!=typeof e)return""
|
|
538
|
+
try{return Dh(e.split("."),v,t)}catch(t){return""}},setLocale:e=>{n[e],o.value=e},getLocale:()=>o.value,install(e){const t=this
|
|
539
|
+
e.provide(Lh,t),e.config.globalProperties.$t=t.t,e.config.globalProperties.$i18n=t}}},Fh=Symbol(),Gh=new Set(["__proto__","constructor","prototype"])
|
|
540
|
+
function Wh(e,...t){return En(e,...t,((e,t,o)=>{if(Gh.has(o))return e}))}var Xh=(0,t.ref)()
|
|
541
|
+
function Uh(e,o=void 0){const n=(0,t.getCurrentInstance)()?(0,t.inject)(Fh,Xh):Xh
|
|
542
|
+
return e?(0,t.computed)((()=>n.value?.[e]??o)):n}var Kh=e=>{const t=t=>Wh(t,e?.extendsI18nMsg??{})
|
|
543
|
+
return Rh(e?.locale?{locale:e.locale?.name||"en",messages:t({en:Th.el,[e.locale?.name]:e.locale?.el??{}})}:{locale:"en",messages:t({en:Th.el})})}
|
|
544
|
+
function Jh(e={locale:Th},o,n=!1){const v=(0,t.getCurrentInstance)(),r=v?Uh():void 0,l=o?.provide??(v?t.provide:void 0)
|
|
545
|
+
if(!l)return
|
|
546
|
+
const h=(0,t.ref)((0,t.unref)(e));(0,t.watch)((()=>e),(e=>{const o=(0,t.unref)(e)
|
|
547
|
+
if(!r?.value)return o
|
|
548
|
+
h.value=Wh(r.value,o)}),{deep:!0})
|
|
549
|
+
const a=(0,t.ref)(Kh(h.value))
|
|
550
|
+
return(0,t.watch)((()=>h.value),(e=>a.value=Kh(e)),{deep:!0}),l(Fh,h),l(vl,a),!n&&Xh.value||(Xh.value=h.value),h}var Yh=(0,t.defineComponent)({name:"PxConfigProvider",__name:"ConfigProvider",props:{locale:{},extendsI18nMsg:{}},setup(e){const o=Jh(e)
|
|
551
|
+
return(e,n)=>(0,t.renderSlot)(e.$slots,"default",{config:(0,t.unref)(o)})}}),Qh=Av(Yh),qh=new Set(["primary","success","warning","danger","info"]),ea=["src"],ta={class:"px-diff__after"},oa=["src"],na=["aria-valuenow"],va=Av((0,t.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:n}){const v=e,r=n,l=(0,t.ref)(),h=(0,t.ref)(),a=(0,t.ref)(),i=(0,t.ref)(!1),s=(0,t.ref)(!1),c=(0,t.ref)(Lv(v.initialPosition,0,100)),u=(0,t.computed)((()=>{const e={}
|
|
552
|
+
return null!=v.width&&(e.width=Tv(v.width)??""),null!=v.height&&(e.height=Tv(v.height)??""),e})),d=(0,t.computed)((()=>{const e=["px-diff"]
|
|
553
|
+
return v.color&&qh.has(v.color)&&e.push(`px-diff--${v.color}`),e})),m=(0,t.computed)((()=>({clipPath:`inset(0 ${100-c.value}% 0 0)`}))),p=(0,t.computed)((()=>({left:`${c.value}%`})))
|
|
554
|
+
function f(){const e=h.value,t=a.value
|
|
555
|
+
e&&t&&i.value&&(jv(e,t,{pixelSize:v.pixelSize,grayscale:v.grayscale,palette:v.palette,background:v.background}),r("rendered"))}function g(){i.value=!0,f()}function w(e){r("error",e)}(0,t.watch)((()=>[v.pixelSize,v.grayscale,v.palette,v.background]),(()=>{i.value&&f()})),(0,t.watch)((()=>v.src),(()=>{i.value=!1}))
|
|
556
|
+
let z=null
|
|
557
|
+
function V(e){const t=z??l.value?.getBoundingClientRect()
|
|
558
|
+
if(!t)return
|
|
559
|
+
const o=Lv((e-t.left)/t.width*100,0,100)
|
|
560
|
+
c.value=Math.round(o),r("change",c.value)}function H(e){s.value=!0,z=l.value?.getBoundingClientRect()??null,V("touches"in e?e.touches[0].clientX:e.clientX),window.addEventListener("mousemove",x),window.addEventListener("mouseup",y),window.addEventListener("touchmove",x),window.addEventListener("touchend",y)}function x(e){s.value&&V("touches"in e?e.touches[0].clientX:e.clientX)}function y(){s.value=!1,z=null,window.removeEventListener("mousemove",x),window.removeEventListener("mouseup",y),window.removeEventListener("touchmove",x),window.removeEventListener("touchend",y)}function b(e){const t=e.shiftKey?10:1
|
|
561
|
+
let o=c.value
|
|
562
|
+
if("ArrowLeft"===e.key)o=Lv(c.value-t,0,100),e.preventDefault()
|
|
563
|
+
else{if("ArrowRight"!==e.key)return
|
|
564
|
+
o=Lv(c.value+t,0,100),e.preventDefault()}c.value=o,r("change",o)}return o({setPosition:function(e){c.value=Lv(e,0,100)},getPosition:function(){return c.value}}),(0,t.onBeforeUnmount)((()=>{window.removeEventListener("mousemove",x),window.removeEventListener("mouseup",y),window.removeEventListener("touchmove",x),window.removeEventListener("touchend",y)})),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{ref_key:"containerRef",ref:l,class:(0,t.normalizeClass)(d.value),style:(0,t.normalizeStyle)(u.value)},[(0,t.createElementVNode)("div",{class:"px-diff__before",style:(0,t.normalizeStyle)(m.value)},[(0,t.renderSlot)(e.$slots,"before",{},(()=>[e.src?((0,t.openBlock)(),(0,t.createElementBlock)("img",{key:0,src:e.src,class:"px-diff__img"},null,8,ea)):(0,t.createCommentVNode)("",!0)]))],4),(0,t.createElementVNode)("div",ta,[(0,t.renderSlot)(e.$slots,"after",{},(()=>[e.src?((0,t.openBlock)(),(0,t.createElementBlock)(t.Fragment,{key:0},[(0,t.createElementVNode)("canvas",{ref_key:"canvasRef",ref:h,class:"px-diff__canvas"},null,512),(0,t.createElementVNode)("img",{ref_key:"originRef",ref:a,src:e.src,style:{display:"none"},crossorigin:"anonymous",onLoad:g,onError:w},null,40,oa)],64)):(0,t.createCommentVNode)("",!0)]))]),(0,t.createElementVNode)("div",{class:"px-diff__handle",style:(0,t.normalizeStyle)(p.value),role:"separator",tabindex:"0","aria-valuenow":c.value,"aria-valuemin":"0","aria-valuemax":"100","aria-label":"Comparison slider",onKeydown:b},[(0,t.createElementVNode)("div",{class:"px-diff__handle-grip",onMousedown:(0,t.withModifiers)(H,["prevent"]),onTouchstart:(0,t.withModifiers)(H,["prevent"])},null,32)],44,na)],6))}})),ra=["aria-orientation"],la={key:0,class:"px-divider__text"},ha=Av((0,t.defineComponent)({name:"PxDivider",__name:"Divider",props:{direction:{default:"horizontal"},contentPosition:{default:"center"},type:{},color:{},borderStyle:{default:"solid"},content:{}},setup(e){const o=e,n=(0,t.useSlots)(),v={"line-color":"color"},r=(0,t.computed)((()=>o.color?xv(Hv(o.color),"px-divider",v):{})),l=(0,t.computed)((()=>!("horizontal"!==o.direction||!n.default&&!o.content)))
|
|
565
|
+
return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-divider",{"is-vertical":"vertical"===e.direction,[`px-divider--${e.contentPosition}`]:l.value,[`px-divider--${e.type}`]:e.type,[`px-divider--${e.borderStyle}`]:"solid"!==e.borderStyle}]),style:(0,t.normalizeStyle)(r.value),role:"separator","aria-orientation":e.direction},[l.value?((0,t.openBlock)(),(0,t.createElementBlock)("span",la,[(0,t.renderSlot)(e.$slots,"default",{},(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.content),1)]))])):(0,t.createCommentVNode)("",!0)],14,ra))}})),aa=["id"],ia={class:"px-drawer__content"},sa=["aria-labelledby"],ca={key:0,class:"px-drawer__header"},ua=["id"],da={class:"px-drawer__body"},ma=(0,t.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:n}){const v=e,r=n,l=qr("px-drawer"),{nextZIndex:h}=il(),a=(0,t.ref)(0),i=(0,t.ref)(v.modelValue),s=(0,t.computed)((()=>({width:v.size,zIndex:a.value})))
|
|
566
|
+
function c(e){v.lockScroll&&(document.body.style.overflow=e?"hidden":"")}function u(){a.value=h(),i.value=!0,r("open"),c(!0)}function d(){i.value=!1,c(!1)}function m(){u(),r("update:modelValue",!0)}function p(){d(),r("update:modelValue",!1),r("close")}function f(){v.closeOnClickOverlay&&p()}return(0,t.watch)((()=>v.modelValue),(e=>{e&&!i.value?u():e&&i.value?c(!0):!e&&i.value&&d()}),{immediate:!0}),Gr(document,"keydown",(e=>{v.closeOnEsc&&i.value&&"Escape"===e.key&&p()})),(0,t.onUnmounted)((()=>{i.value&&c(!1)})),o({open:()=>{i.value||m()},close:()=>{i.value&&p()},toggle:()=>{i.value?p():m()}}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-drawer",[`px-drawer--${e.placement}`]]),id:(0,t.unref)(l)},[(0,t.createElementVNode)("div",ia,[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)]),((0,t.openBlock)(),(0,t.createBlock)(t.Teleport,{to:"body"},[e.showOverlay&&i.value?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,class:"px-drawer-overlay",style:(0,t.normalizeStyle)({zIndex:a.value-1}),onClick:f},null,4)):(0,t.createCommentVNode)("",!0),(0,t.createVNode)(t.Transition,{name:`px-drawer-slide-${e.placement}`},{default:(0,t.withCtx)((()=>[i.value?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,class:(0,t.normalizeClass)(["px-drawer__sidebar",[`px-drawer__sidebar--${e.placement}`]]),style:(0,t.normalizeStyle)(s.value),role:"dialog","aria-labelledby":e.title?`${(0,t.unref)(l)}-title`:void 0},[e.title?((0,t.openBlock)(),(0,t.createElementBlock)("div",ca,[(0,t.createElementVNode)("span",{id:`${(0,t.unref)(l)}-title`,class:"px-drawer__title"},(0,t.toDisplayString)(e.title),9,ua)])):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("div",da,[(0,t.renderSlot)(e.$slots,"sidebar",{},void 0,!0)])],14,sa)):(0,t.createCommentVNode)("",!0)])),_:3},8,["name"])]))],10,aa))}}),pa=Av(Xv(ma,[["__scopeId","data-v-647267d6"]])),fa="bottom",ga="right",wa="left",za=["top",fa,ga,wa],Va="start",Ha="popper",xa=za.reduce((function(e,t){return e.concat([t+"-"+Va,t+"-end"])}),[]),ya=[].concat(za,["auto"]).reduce((function(e,t){return e.concat([t,t+"-"+Va,t+"-end"])}),[]),ba=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"]
|
|
567
|
+
function Ca(e){return e?(e.nodeName||"").toLowerCase():null}function Ba(e){if(null==e)return window
|
|
568
|
+
if("[object Window]"!==e.toString()){var t=e.ownerDocument
|
|
569
|
+
return t&&t.defaultView||window}return e}function _a(e){return e instanceof Ba(e).Element||e instanceof Element}function ka(e){return e instanceof Ba(e).HTMLElement||e instanceof HTMLElement}function Ma(e){return"undefined"!=typeof ShadowRoot&&(e instanceof Ba(e).ShadowRoot||e instanceof ShadowRoot)}var Ia={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state
|
|
570
|
+
Object.keys(t.elements).forEach((function(e){var o=t.styles[e]||{},n=t.attributes[e]||{},v=t.elements[e]
|
|
571
|
+
ka(v)&&Ca(v)&&(Object.assign(v.style,o),Object.keys(n).forEach((function(e){var t=n[e]
|
|
572
|
+
!1===t?v.removeAttribute(e):v.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,o={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}}
|
|
573
|
+
return Object.assign(t.elements.popper.style,o.popper),t.styles=o,t.elements.arrow&&Object.assign(t.elements.arrow.style,o.arrow),function(){Object.keys(t.elements).forEach((function(e){var n=t.elements[e],v=t.attributes[e]||{},r=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:o[e]).reduce((function(e,t){return e[t]="",e}),{})
|
|
574
|
+
ka(n)&&Ca(n)&&(Object.assign(n.style,r),Object.keys(v).forEach((function(e){n.removeAttribute(e)})))}))}},requires:["computeStyles"]}
|
|
575
|
+
function Sa(e){return e.split("-")[0]}var Za=Math.max,Ea=Math.min,Aa=Math.round
|
|
576
|
+
function Na(){var e=navigator.userAgentData
|
|
577
|
+
return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map((function(e){return e.brand+"/"+e.version})).join(" "):navigator.userAgent}function Oa(){return!/^((?!chrome|android).)*safari/i.test(Na())}function Pa(e,t,o){void 0===t&&(t=!1),void 0===o&&(o=!1)
|
|
578
|
+
var n=e.getBoundingClientRect(),v=1,r=1
|
|
579
|
+
t&&ka(e)&&(v=e.offsetWidth>0&&Aa(n.width)/e.offsetWidth||1,r=e.offsetHeight>0&&Aa(n.height)/e.offsetHeight||1)
|
|
580
|
+
var l=(_a(e)?Ba(e):window).visualViewport,h=!Oa()&&o,a=(n.left+(h&&l?l.offsetLeft:0))/v,i=(n.top+(h&&l?l.offsetTop:0))/r,s=n.width/v,c=n.height/r
|
|
581
|
+
return{width:s,height:c,top:i,right:a+s,bottom:i+c,left:a,x:a,y:i}}function $a(e){var t=Pa(e),o=e.offsetWidth,n=e.offsetHeight
|
|
582
|
+
return Math.abs(t.width-o)<=1&&(o=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:o,height:n}}function ja(e,t){var o=t.getRootNode&&t.getRootNode()
|
|
583
|
+
if(e.contains(t))return!0
|
|
584
|
+
if(o&&Ma(o)){var n=t
|
|
585
|
+
do{if(n&&e.isSameNode(n))return!0
|
|
586
|
+
n=n.parentNode||n.host}while(n)}return!1}function Ta(e){return Ba(e).getComputedStyle(e)}function La(e){return["table","td","th"].indexOf(Ca(e))>=0}function Da(e){return((_a(e)?e.ownerDocument:e.document)||window.document).documentElement}function Ra(e){return"html"===Ca(e)?e:e.assignedSlot||e.parentNode||(Ma(e)?e.host:null)||Da(e)}function Fa(e){return ka(e)&&"fixed"!==Ta(e).position?e.offsetParent:null}function Ga(e){for(var t=Ba(e),o=Fa(e);o&&La(o)&&"static"===Ta(o).position;)o=Fa(o)
|
|
587
|
+
return o&&("html"===Ca(o)||"body"===Ca(o)&&"static"===Ta(o).position)?t:o||function(e){var t=/firefox/i.test(Na())
|
|
588
|
+
if(/Trident/i.test(Na())&&ka(e)&&"fixed"===Ta(e).position)return null
|
|
589
|
+
var o=Ra(e)
|
|
590
|
+
for(Ma(o)&&(o=o.host);ka(o)&&["html","body"].indexOf(Ca(o))<0;){var n=Ta(o)
|
|
591
|
+
if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||t&&"filter"===n.willChange||t&&n.filter&&"none"!==n.filter)return o
|
|
592
|
+
o=o.parentNode}return null}(e)||t}function Wa(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Xa(e,t,o){return Za(e,Ea(t,o))}function Ua(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function Ka(e,t){return t.reduce((function(t,o){return t[o]=e,t}),{})}var Ja={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,o=e.state,n=e.name,v=e.options,r=o.elements.arrow,l=o.modifiersData.popperOffsets,h=Sa(o.placement),a=Wa(h),i=["left","right"].indexOf(h)>=0?"height":"width"
|
|
593
|
+
if(r&&l){var s=function(e,t){return Ua("number"!=typeof(e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:Ka(e,za))}(v.padding,o),c=$a(r),u="y"===a?"top":wa,d="y"===a?fa:ga,m=o.rects.reference[i]+o.rects.reference[a]-l[a]-o.rects.popper[i],p=l[a]-o.rects.reference[a],f=Ga(r),g=f?"y"===a?f.clientHeight||0:f.clientWidth||0:0,w=m/2-p/2,z=s[u],V=g-c[i]-s[d],H=g/2-c[i]/2+w,x=Xa(z,H,V),y=a
|
|
594
|
+
o.modifiersData[n]=((t={})[y]=x,t.centerOffset=x-H,t)}},effect:function(e){var t=e.state,o=e.options.element,n=void 0===o?"[data-popper-arrow]":o
|
|
595
|
+
null!=n&&("string"!=typeof n||(n=t.elements.popper.querySelector(n)))&&ja(t.elements.popper,n)&&(t.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}
|
|
596
|
+
function Ya(e){return e.split("-")[1]}var Qa={top:"auto",right:"auto",bottom:"auto",left:"auto"}
|
|
597
|
+
function qa(e){var t,o=e.popper,n=e.popperRect,v=e.placement,r=e.variation,l=e.offsets,h=e.position,a=e.gpuAcceleration,i=e.adaptive,s=e.roundOffsets,c=e.isFixed,u=l.x,d=void 0===u?0:u,m=l.y,p=void 0===m?0:m,f="function"==typeof s?s({x:d,y:p}):{x:d,y:p}
|
|
598
|
+
d=f.x,p=f.y
|
|
599
|
+
var g=l.hasOwnProperty("x"),w=l.hasOwnProperty("y"),z=wa,V="top",H=window
|
|
600
|
+
if(i){var x=Ga(o),y="clientHeight",b="clientWidth"
|
|
601
|
+
x===Ba(o)&&"static"!==Ta(x=Da(o)).position&&"absolute"===h&&(y="scrollHeight",b="scrollWidth"),("top"===v||("left"===v||"right"===v)&&"end"===r)&&(V=fa,p-=(c&&x===H&&H.visualViewport?H.visualViewport.height:x[y])-n.height,p*=a?1:-1),"left"!==v&&("top"!==v&&"bottom"!==v||"end"!==r)||(z=ga,d-=(c&&x===H&&H.visualViewport?H.visualViewport.width:x[b])-n.width,d*=a?1:-1)}var C,B=Object.assign({position:h},i&&Qa),_=!0===s?function(e,t){var o=e.x,n=e.y,v=t.devicePixelRatio||1
|
|
602
|
+
return{x:Aa(o*v)/v||0,y:Aa(n*v)/v||0}}({x:d,y:p},Ba(o)):{x:d,y:p}
|
|
603
|
+
return d=_.x,p=_.y,a?Object.assign({},B,((C={})[V]=w?"0":"",C[z]=g?"0":"",C.transform=(H.devicePixelRatio||1)<=1?"translate("+d+"px, "+p+"px)":"translate3d("+d+"px, "+p+"px, 0)",C)):Object.assign({},B,((t={})[V]=w?p+"px":"",t[z]=g?d+"px":"",t.transform="",t))}var ei={passive:!0},ti={left:"right",right:"left",bottom:"top",top:"bottom"}
|
|
604
|
+
function oi(e){return e.replace(/left|right|bottom|top/g,(function(e){return ti[e]}))}var ni={start:"end",end:"start"}
|
|
605
|
+
function vi(e){return e.replace(/start|end/g,(function(e){return ni[e]}))}function ri(e){var t=Ba(e)
|
|
606
|
+
return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function li(e){return Pa(Da(e)).left+ri(e).scrollLeft}function hi(e){var t=Ta(e),o=t.overflow,n=t.overflowX,v=t.overflowY
|
|
607
|
+
return/auto|scroll|overlay|hidden/.test(o+v+n)}function ai(e){return["html","body","#document"].indexOf(Ca(e))>=0?e.ownerDocument.body:ka(e)&&hi(e)?e:ai(Ra(e))}function ii(e,t){var o
|
|
608
|
+
void 0===t&&(t=[])
|
|
609
|
+
var n=ai(e),v=n===(null==(o=e.ownerDocument)?void 0:o.body),r=Ba(n),l=v?[r].concat(r.visualViewport||[],hi(n)?n:[]):n,h=t.concat(l)
|
|
610
|
+
return v?h:h.concat(ii(Ra(l)))}function si(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function ci(e,t,o){return"viewport"===t?si(function(e,t){var o=Ba(e),n=Da(e),v=o.visualViewport,r=n.clientWidth,l=n.clientHeight,h=0,a=0
|
|
611
|
+
if(v){r=v.width,l=v.height
|
|
612
|
+
var i=Oa();(i||!i&&"fixed"===t)&&(h=v.offsetLeft,a=v.offsetTop)}return{width:r,height:l,x:h+li(e),y:a}}(e,o)):_a(t)?function(e,t){var o=Pa(e,!1,"fixed"===t)
|
|
613
|
+
return o.top=o.top+e.clientTop,o.left=o.left+e.clientLeft,o.bottom=o.top+e.clientHeight,o.right=o.left+e.clientWidth,o.width=e.clientWidth,o.height=e.clientHeight,o.x=o.left,o.y=o.top,o}(t,o):si(function(e){var t,o=Da(e),n=ri(e),v=null==(t=e.ownerDocument)?void 0:t.body,r=Za(o.scrollWidth,o.clientWidth,v?v.scrollWidth:0,v?v.clientWidth:0),l=Za(o.scrollHeight,o.clientHeight,v?v.scrollHeight:0,v?v.clientHeight:0),h=-n.scrollLeft+li(e),a=-n.scrollTop
|
|
614
|
+
return"rtl"===Ta(v||o).direction&&(h+=Za(o.clientWidth,v?v.clientWidth:0)-r),{width:r,height:l,x:h,y:a}}(Da(e)))}function ui(e){var t,o=e.reference,n=e.element,v=e.placement,r=v?Sa(v):null,l=v?Ya(v):null,h=o.x+o.width/2-n.width/2,a=o.y+o.height/2-n.height/2
|
|
615
|
+
switch(r){case"top":t={x:h,y:o.y-n.height}
|
|
616
|
+
break
|
|
617
|
+
case fa:t={x:h,y:o.y+o.height}
|
|
618
|
+
break
|
|
619
|
+
case ga:t={x:o.x+o.width,y:a}
|
|
620
|
+
break
|
|
621
|
+
case wa:t={x:o.x-n.width,y:a}
|
|
622
|
+
break
|
|
623
|
+
default:t={x:o.x,y:o.y}}var i=r?Wa(r):null
|
|
624
|
+
if(null!=i){var s="y"===i?"height":"width"
|
|
625
|
+
switch(l){case Va:t[i]=t[i]-(o[s]/2-n[s]/2)
|
|
626
|
+
break
|
|
627
|
+
case"end":t[i]=t[i]+(o[s]/2-n[s]/2)}}return t}function di(e,t){void 0===t&&(t={})
|
|
628
|
+
var o=t,n=o.placement,v=void 0===n?e.placement:n,r=o.strategy,l=void 0===r?e.strategy:r,h=o.boundary,a=void 0===h?"clippingParents":h,i=o.rootBoundary,s=void 0===i?"viewport":i,c=o.elementContext,u=void 0===c?Ha:c,d=o.altBoundary,m=void 0!==d&&d,p=o.padding,f=void 0===p?0:p,g=Ua("number"!=typeof f?f:Ka(f,za)),w="popper"===u?"reference":Ha,z=e.rects.popper,V=e.elements[m?w:u],H=function(e,t,o,n){var v="clippingParents"===t?function(e){var t=ii(Ra(e)),o=["absolute","fixed"].indexOf(Ta(e).position)>=0&&ka(e)?Ga(e):e
|
|
629
|
+
return _a(o)?t.filter((function(e){return _a(e)&&ja(e,o)&&"body"!==Ca(e)})):[]}(e):[].concat(t),r=[].concat(v,[o]),l=r[0],h=r.reduce((function(t,o){var v=ci(e,o,n)
|
|
630
|
+
return t.top=Za(v.top,t.top),t.right=Ea(v.right,t.right),t.bottom=Ea(v.bottom,t.bottom),t.left=Za(v.left,t.left),t}),ci(e,l,n))
|
|
631
|
+
return h.width=h.right-h.left,h.height=h.bottom-h.top,h.x=h.left,h.y=h.top,h}(_a(V)?V:V.contextElement||Da(e.elements.popper),a,s,l),x=Pa(e.elements.reference),y=ui({reference:x,element:z,strategy:"absolute",placement:v}),b=si(Object.assign({},z,y)),C="popper"===u?b:x,B={top:H.top-C.top+g.top,bottom:C.bottom-H.bottom+g.bottom,left:H.left-C.left+g.left,right:C.right-H.right+g.right},_=e.modifiersData.offset
|
|
632
|
+
if("popper"===u&&_){var k=_[v]
|
|
633
|
+
Object.keys(B).forEach((function(e){var t=["right","bottom"].indexOf(e)>=0?1:-1,o=["top","bottom"].indexOf(e)>=0?"y":"x"
|
|
634
|
+
B[e]+=k[o]*t}))}return B}function mi(e,t){void 0===t&&(t={})
|
|
635
|
+
var o=t,n=o.placement,v=o.boundary,r=o.rootBoundary,l=o.padding,h=o.flipVariations,a=o.allowedAutoPlacements,i=void 0===a?ya:a,s=Ya(n),c=s?h?xa:xa.filter((function(e){return Ya(e)===s})):za,u=c.filter((function(e){return i.indexOf(e)>=0}))
|
|
636
|
+
0===u.length&&(u=c)
|
|
637
|
+
var d=u.reduce((function(t,o){return t[o]=di(e,{placement:o,boundary:v,rootBoundary:r,padding:l})[Sa(o)],t}),{})
|
|
638
|
+
return Object.keys(d).sort((function(e,t){return d[e]-d[t]}))}var pi={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,o=e.options,n=e.name
|
|
639
|
+
if(!t.modifiersData[n]._skip){for(var v=o.mainAxis,r=void 0===v||v,l=o.altAxis,h=void 0===l||l,a=o.fallbackPlacements,i=o.padding,s=o.boundary,c=o.rootBoundary,u=o.altBoundary,d=o.flipVariations,m=void 0===d||d,p=o.allowedAutoPlacements,f=t.options.placement,g=Sa(f)===f,w=a||(g||!m?[oi(f)]:function(e){if("auto"===Sa(e))return[]
|
|
640
|
+
var t=oi(e)
|
|
641
|
+
return[vi(e),t,vi(t)]}(f)),z=[f].concat(w).reduce((function(e,o){return e.concat("auto"===Sa(o)?mi(t,{placement:o,boundary:s,rootBoundary:c,padding:i,flipVariations:m,allowedAutoPlacements:p}):o)}),[]),V=t.rects.reference,H=t.rects.popper,x=new Map,y=!0,b=z[0],C=0;C<z.length;C++){var B=z[C],_=Sa(B),k=Ya(B)===Va,M=["top",fa].indexOf(_)>=0,I=M?"width":"height",S=di(t,{placement:B,boundary:s,rootBoundary:c,altBoundary:u,padding:i}),Z=M?k?ga:wa:k?fa:"top"
|
|
642
|
+
V[I]>H[I]&&(Z=oi(Z))
|
|
643
|
+
var E=oi(Z),A=[]
|
|
644
|
+
if(r&&A.push(S[_]<=0),h&&A.push(S[Z]<=0,S[E]<=0),A.every((function(e){return e}))){b=B,y=!1
|
|
645
|
+
break}x.set(B,A)}if(y)for(var N=function(e){var t=z.find((function(t){var o=x.get(t)
|
|
646
|
+
if(o)return o.slice(0,e).every((function(e){return e}))}))
|
|
647
|
+
if(t)return b=t,"break"},O=m?3:1;O>0&&"break"!==N(O);O--);t.placement!==b&&(t.modifiersData[n]._skip=!0,t.placement=b,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}}
|
|
648
|
+
function fi(e,t,o){return void 0===o&&(o={x:0,y:0}),{top:e.top-t.height-o.y,right:e.right-t.width+o.x,bottom:e.bottom-t.height+o.y,left:e.left-t.width-o.x}}function gi(e){return["top",ga,fa,wa].some((function(t){return e[t]>=0}))}function wi(e,t,o){void 0===o&&(o=!1)
|
|
649
|
+
var n,v,r=ka(t),l=ka(t)&&function(e){var t=e.getBoundingClientRect(),o=Aa(t.width)/e.offsetWidth||1,n=Aa(t.height)/e.offsetHeight||1
|
|
650
|
+
return 1!==o||1!==n}(t),h=Da(t),a=Pa(e,l,o),i={scrollLeft:0,scrollTop:0},s={x:0,y:0}
|
|
651
|
+
return(r||!r&&!o)&&(("body"!==Ca(t)||hi(h))&&(i=(n=t)!==Ba(n)&&ka(n)?{scrollLeft:(v=n).scrollLeft,scrollTop:v.scrollTop}:ri(n)),ka(t)?((s=Pa(t,!0)).x+=t.clientLeft,s.y+=t.clientTop):h&&(s.x=li(h))),{x:a.left+i.scrollLeft-s.x,y:a.top+i.scrollTop-s.y,width:a.width,height:a.height}}function zi(e){var t=new Map,o=new Set,n=[]
|
|
652
|
+
function v(e){o.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!o.has(e)){var n=t.get(e)
|
|
653
|
+
n&&v(n)}})),n.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){o.has(e.name)||v(e)})),n}var Vi={placement:"bottom",modifiers:[],strategy:"absolute"}
|
|
654
|
+
function Hi(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o]
|
|
655
|
+
return!t.some((function(e){return!(e&&"function"==typeof e.getBoundingClientRect)}))}function xi(e){void 0===e&&(e={})
|
|
656
|
+
var t=e,o=t.defaultModifiers,n=void 0===o?[]:o,v=t.defaultOptions,r=void 0===v?Vi:v
|
|
657
|
+
return function(e,t,o){void 0===o&&(o=r)
|
|
658
|
+
var v,l,h={placement:"bottom",orderedModifiers:[],options:Object.assign({},Vi,r),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},a=[],i=!1,s={state:h,setOptions:function(o){var v="function"==typeof o?o(h.options):o
|
|
659
|
+
c(),h.options=Object.assign({},r,h.options,v),h.scrollParents={reference:_a(e)?ii(e):e.contextElement?ii(e.contextElement):[],popper:ii(t)}
|
|
660
|
+
var l,i,u=function(e){var t=zi(e)
|
|
661
|
+
return ba.reduce((function(e,o){return e.concat(t.filter((function(e){return e.phase===o})))}),[])}((l=[].concat(n,h.options.modifiers),i=l.reduce((function(e,t){var o=e[t.name]
|
|
662
|
+
return e[t.name]=o?Object.assign({},o,t,{options:Object.assign({},o.options,t.options),data:Object.assign({},o.data,t.data)}):t,e}),{}),Object.keys(i).map((function(e){return i[e]}))))
|
|
663
|
+
return h.orderedModifiers=u.filter((function(e){return e.enabled})),h.orderedModifiers.forEach((function(e){var t=e.name,o=e.options,n=void 0===o?{}:o,v=e.effect
|
|
664
|
+
if("function"==typeof v){var r=v({state:h,name:t,instance:s,options:n})
|
|
665
|
+
a.push(r||function(){})}})),s.update()},forceUpdate:function(){if(!i){var e=h.elements,t=e.reference,o=e.popper
|
|
666
|
+
if(Hi(t,o)){h.rects={reference:wi(t,Ga(o),"fixed"===h.options.strategy),popper:$a(o)},h.reset=!1,h.placement=h.options.placement,h.orderedModifiers.forEach((function(e){return h.modifiersData[e.name]=Object.assign({},e.data)}))
|
|
667
|
+
for(var n=0;n<h.orderedModifiers.length;n++)if(!0!==h.reset){var v=h.orderedModifiers[n],r=v.fn,l=v.options,a=void 0===l?{}:l,c=v.name
|
|
668
|
+
"function"==typeof r&&(h=r({state:h,options:a,name:c,instance:s})||h)}else h.reset=!1,n=-1}}},update:(v=function(){return new Promise((function(e){s.forceUpdate(),e(h)}))},function(){return l||(l=new Promise((function(e){Promise.resolve().then((function(){l=void 0,e(v())}))}))),l}),destroy:function(){c(),i=!0}}
|
|
669
|
+
if(!Hi(e,t))return s
|
|
670
|
+
function c(){a.forEach((function(e){return e()})),a=[]}return s.setOptions(o).then((function(e){!i&&o.onFirstUpdate&&o.onFirstUpdate(e)})),s}}var yi=xi({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,o=e.instance,n=e.options,v=n.scroll,r=void 0===v||v,l=n.resize,h=void 0===l||l,a=Ba(t.elements.popper),i=[].concat(t.scrollParents.reference,t.scrollParents.popper)
|
|
671
|
+
return r&&i.forEach((function(e){e.addEventListener("scroll",o.update,ei)})),h&&a.addEventListener("resize",o.update,ei),function(){r&&i.forEach((function(e){e.removeEventListener("scroll",o.update,ei)})),h&&a.removeEventListener("resize",o.update,ei)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,o=e.name
|
|
672
|
+
t.modifiersData[o]=ui({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,o=e.options,n=o.gpuAcceleration,v=void 0===n||n,r=o.adaptive,l=void 0===r||r,h=o.roundOffsets,a=void 0===h||h,i={placement:Sa(t.placement),variation:Ya(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:v,isFixed:"fixed"===t.options.strategy}
|
|
673
|
+
null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,qa(Object.assign({},i,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:l,roundOffsets:a})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,qa(Object.assign({},i,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}},Ia,{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,o=e.options,n=e.name,v=o.offset,r=void 0===v?[0,0]:v,l=ya.reduce((function(e,o){return e[o]=function(e,t,o){var n=Sa(e),v=["left","top"].indexOf(n)>=0?-1:1,r="function"==typeof o?o(Object.assign({},t,{placement:e})):o,l=r[0],h=r[1]
|
|
674
|
+
return l=l||0,h=(h||0)*v,["left","right"].indexOf(n)>=0?{x:h,y:l}:{x:l,y:h}}(o,t.rects,r),e}),{}),h=l[t.placement],a=h.x,i=h.y
|
|
675
|
+
null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=a,t.modifiersData.popperOffsets.y+=i),t.modifiersData[n]=l}},pi,{name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,o=e.options,n=e.name,v=o.mainAxis,r=void 0===v||v,l=o.altAxis,h=void 0!==l&&l,a=o.boundary,i=o.rootBoundary,s=o.altBoundary,c=o.padding,u=o.tether,d=void 0===u||u,m=o.tetherOffset,p=void 0===m?0:m,f=di(t,{boundary:a,rootBoundary:i,padding:c,altBoundary:s}),g=Sa(t.placement),w=Ya(t.placement),z=!w,V=Wa(g),H="x"===V?"y":"x",x=t.modifiersData.popperOffsets,y=t.rects.reference,b=t.rects.popper,C="function"==typeof p?p(Object.assign({},t.rects,{placement:t.placement})):p,B="number"==typeof C?{mainAxis:C,altAxis:C}:Object.assign({mainAxis:0,altAxis:0},C),_=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,k={x:0,y:0}
|
|
676
|
+
if(x){if(r){var M,I="y"===V?"top":wa,S="y"===V?fa:ga,Z="y"===V?"height":"width",E=x[V],A=E+f[I],N=E-f[S],O=d?-b[Z]/2:0,P="start"===w?y[Z]:b[Z],$="start"===w?-b[Z]:-y[Z],j=t.elements.arrow,T=d&&j?$a(j):{width:0,height:0},L=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},D=L[I],R=L[S],F=Xa(0,y[Z],T[Z]),G=z?y[Z]/2-O-F-D-B.mainAxis:P-F-D-B.mainAxis,W=z?-y[Z]/2+O+F+R+B.mainAxis:$+F+R+B.mainAxis,X=t.elements.arrow&&Ga(t.elements.arrow),U=X?"y"===V?X.clientTop||0:X.clientLeft||0:0,K=null!=(M=null==_?void 0:_[V])?M:0,J=E+W-K,Y=Xa(d?Ea(A,E+G-K-U):A,E,d?Za(N,J):N)
|
|
677
|
+
x[V]=Y,k[V]=Y-E}if(h){var Q,q="x"===V?"top":wa,ee="x"===V?fa:ga,te=x[H],oe="y"===H?"height":"width",ne=te+f[q],ve=te-f[ee],re=-1!==["top",wa].indexOf(g),le=null!=(Q=null==_?void 0:_[H])?Q:0,he=re?ne:te-y[oe]-b[oe]-le+B.altAxis,ae=re?te+y[oe]+b[oe]-le-B.altAxis:ve,ie=d&&re?function(e,t,o){var n=Xa(e,t,o)
|
|
678
|
+
return n>o?o:n}(he,te,ae):Xa(d?he:ne,te,d?ae:ve)
|
|
679
|
+
x[H]=ie,k[H]=ie-te}t.modifiersData[n]=k}},requiresIfExists:["offset"]},Ja,{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,o=e.name,n=t.rects.reference,v=t.rects.popper,r=t.modifiersData.preventOverflow,l=di(t,{elementContext:"reference"}),h=di(t,{altBoundary:!0}),a=fi(l,n),i=fi(h,v,r),s=gi(a),c=gi(i)
|
|
680
|
+
t.modifiersData[o]={referenceClippingOffsets:a,popperEscapeOffsets:i,isReferenceHidden:s,hasPopperEscaped:c},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":s,"data-popper-escaped":c})}}]}),bi=["aria-describedby"],Ci=["id"],Bi={key:0,class:"px-tooltip__arrow","data-popper-arrow":""},_i=Xv((0,t.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:n}){const v=e,r=n,l=(0,t.ref)(!1),h=qr("px-tooltip"),a=(0,t.ref)({}),i=(0,t.ref)({}),s=(0,t.ref)({}),c=(0,t.ref)(),u=(0,t.ref)(),d=(0,t.ref)(),m=(0,t.computed)((()=>v.virtualTriggering?v.virtualRef:d.value)),p=(0,t.computed)((()=>({placement:v.placement,modifiers:[{name:"offset",options:{offset:[0,9]}}],...v.popperOptions}))),f=(0,t.computed)((()=>"hover"===v.trigger?v.showTimeout:0)),g=(0,t.computed)((()=>"hover"===v.trigger?v.hideTimeout:0)),w=(0,t.computed)((()=>v.maxWidth?{maxWidth:Tv(v.maxWidth)}:{}))
|
|
681
|
+
let z,V,H
|
|
682
|
+
function x(){V?.cancel(),z?.()}function y(){z?.cancel(),V?.()}function b(){l.value?y():x()}function C(e){v.disabled||(l.value=e,r("visible-change",e))}function B(){if(!v.disabled&&!v.manual)return"hover"===v.trigger?(a.value.mouseenter=x,i.value.mouseleave=y,void(v.enterable&&(s.value.mouseenter=x))):void("click"!==v.trigger?"contextmenu"!==v.trigger||(a.value.contextmenu=e=>{e.preventDefault(),x()}):a.value.click=b)}function _(){H?.destroy(),H=null}function k(){a.value={},i.value={},s.value={},B()}const M=x,I=()=>{z?.cancel(),C(!1)}
|
|
683
|
+
return(0,t.watch)(l,(e=>{e&&m.value&&u.value&&(H=yi(m.value,u.value,p.value))}),{flush:"post"}),(0,t.watch)((()=>v.manual),(e=>{e?k():B()})),(0,t.watch)((()=>v.trigger),(()=>{z?.cancel(),l.value=!1,r("visible-change",!1),k()})),(0,t.watchEffect)((()=>{v.manual||B(),z?.cancel(),V?.cancel(),z=Mn(ho(C,null,!0),f.value),V=Mn(ho(C,null,!1),g.value)})),Wr(c,(()=>{r("click-outside"),"hover"===v.trigger||v.manual||l.value&&y()})),function(e,o,n){let v,r
|
|
684
|
+
const l=new Map,h=()=>{const e=o.value
|
|
685
|
+
e&&Yn(e)&&Pn(n.value,((t,o)=>{l.set(o,t),e.addEventListener(o,t)}))},a=e=>{const t=e??o.value
|
|
686
|
+
t&&Yn(t)&&Pn(["mouseenter","click","contextmenu"],(e=>l.has(e)&&t.removeEventListener(e,l.get(e))))};(0,t.onMounted)((()=>{r=(0,t.watch)((()=>e.virtualRef),((t,o)=>{e.virtualTriggering&&(Yn(o)&&a(o),Yn(t)&&h())}),{immediate:!0}),v=(0,t.watch)(n,(()=>{e.virtualTriggering&&(a(),h(),z?.cancel(),C(!1))}),{deep:!0})})),(0,t.onUnmounted)((()=>{v?.(),r?.()}))}(v,m,a),(0,t.onUnmounted)((()=>{_(),z?.cancel(),V?.cancel()})),o({show:M,hide:I,toggle:()=>{l.value?I():M()}}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",(0,t.mergeProps)({class:["px-tooltip",[`px-tooltip--${e.effect}`,e.type&&`px-tooltip--${e.type}`]],ref_key:"containerNode",ref:c},(0,t.toHandlers)(i.value,!0)),[e.virtualTriggering?(0,t.renderSlot)(e.$slots,"default",{key:1},void 0,!0):((0,t.openBlock)(),(0,t.createElementBlock)("div",(0,t.mergeProps)({key:0,class:"px-tooltip__trigger",ref_key:"_triggerNode",ref:d},(0,t.toHandlers)(a.value,!0),{"aria-describedby":l.value?(0,t.unref)(h):void 0}),[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)],16,bi)),(0,t.createVNode)(t.Transition,{name:e.transition,onAfterLeave:_},{default:(0,t.withCtx)((()=>[l.value?((0,t.openBlock)(),(0,t.createElementBlock)("div",(0,t.mergeProps)({key:0,class:"px-tooltip__popper",ref_key:"popperNode",ref:u},(0,t.toHandlers)(s.value,!0),{id:(0,t.unref)(h),style:w.value,role:"tooltip"}),[(0,t.renderSlot)(e.$slots,"content",{},(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.content),1)]),!0),e.showArrow?((0,t.openBlock)(),(0,t.createElementBlock)("div",Bi)):(0,t.createCommentVNode)("",!0)],16,Ci)):(0,t.createCommentVNode)("",!0)])),_:3},8,["name"])],16))}}),[["__scopeId","data-v-d982dfd2"]]),ki=Symbol("dropdownContext"),Mi={key:0,role:"separator",class:"divided-placeholder"},Ii=["id","onKeydown"],Si=(0,t.defineComponent)({name:"PxDropdownItem",__name:"DropdownItem",props:{command:{default:qr().value},label:{},disabled:{type:Boolean,default:!1},divided:{type:Boolean,default:!1},icon:{}},setup(e){const o=e,n=(0,t.inject)(ki),v=(0,t.computed)((()=>n?.size.value))
|
|
687
|
+
function r(){o.disabled||n?.handleItemClick(o)}return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)(t.Fragment,null,[e.divided?((0,t.openBlock)(),(0,t.createElementBlock)("li",Mi)):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("li",{role:"menuitem",tabindex:"-1",id:`dropdown-item-${e.command}`,class:(0,t.normalizeClass)({"px-dropdown__item":!0,["px-dropdown__item--"+v.value]:v.value,"is-disabled":e.disabled,"is-divided":e.divided}),onClick:r,onKeydown:[(0,t.withKeys)((0,t.withModifiers)(r,["prevent"]),["enter"]),(0,t.withKeys)((0,t.withModifiers)(r,["prevent"]),["space"])]},[e.icon?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,icon:e.icon,class:"px-dropdown__item-icon"},null,8,["icon"])):(0,t.createCommentVNode)("",!0),(0,t.renderSlot)(e.$slots,"default",{},(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.label),1)]))],42,Ii)],64))}}),Zi=Si
|
|
688
|
+
function Ei(e,t){e[t]?.focus()}var Ai=["aria-expanded"],Ni=Av((0,t.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:n}){const v=e,r=n;(0,t.useSlots)()
|
|
689
|
+
const l=(0,t.ref)(),h=(0,t.ref)(),a=(0,t.ref)(),i=(0,t.ref)(!1),s=(0,t.computed)((()=>({...ov(v,["items","hideOnClick","size","type","splitButton","maxHeight","hoverColor"]),popperOptions:{...v.popperOptions,modifiers:[{name:"offset",options:{offset:[0,v.showArrow?9:0]}},...v.popperOptions?.modifiers??[]]}}))),c=(0,t.computed)((()=>{const e={}
|
|
690
|
+
return v.maxHeight&&(e.maxHeight="number"==typeof v.maxHeight?`${v.maxHeight}px`:v.maxHeight,e.overflowY="auto"),v.hoverColor&&(e["--px-dropdown-menuItem-hover-fill"]=v.hoverColor),Object.keys(e).length?e:void 0}))
|
|
691
|
+
function u(){l.value?.toggle()}return Wr(h,(()=>{v.splitButton&&l.value?.hide()})),function(e){const{menuRef:o,triggerRef:n,isOpen:v,close:r}=e
|
|
692
|
+
function l(e){const v=o.value
|
|
693
|
+
if(!v)return
|
|
694
|
+
const l=function(e){return Array.from(e.querySelectorAll(".px-dropdown__item:not(.is-disabled)"))}(v)
|
|
695
|
+
if(!l.length)return
|
|
696
|
+
const h=function(e){return e.indexOf(document.activeElement)}(l)
|
|
697
|
+
switch(e.key){case"ArrowDown":e.preventDefault(),Ei(l,-1===h?0:h<l.length-1?h+1:0)
|
|
698
|
+
break
|
|
699
|
+
case"ArrowUp":e.preventDefault(),Ei(l,-1===h?l.length-1:h>0?h-1:l.length-1)
|
|
700
|
+
break
|
|
701
|
+
case"Home":e.preventDefault(),Ei(l,0)
|
|
702
|
+
break
|
|
703
|
+
case"End":e.preventDefault(),Ei(l,l.length-1)
|
|
704
|
+
break
|
|
705
|
+
case"Escape":e.preventDefault(),r(),(0,t.nextTick)((()=>n.value?.focus()))
|
|
706
|
+
break
|
|
707
|
+
case"Tab":r()}}(0,t.watch)(v,(e=>{e?(0,t.nextTick)((()=>{const e=o.value
|
|
708
|
+
e&&(e.focus(),e.addEventListener("keydown",l))})):o.value?.removeEventListener("keydown",l)})),(0,t.onBeforeUnmount)((()=>{o.value?.removeEventListener("keydown",l)}))}({menuRef:a,triggerRef:h,isOpen:i,close:()=>l.value?.hide()}),function(){const e=new Map,o=(0,t.getCurrentInstance)(),n=(0,t.useSlots)()?.default?.();(0,t.watchEffect)((()=>{o?.props.disabled?Xr(n??[],(t=>{t?.props&&(e.set(t,nn(t.props)),t.props=Ht(t?.props,{style:{cursor:"not-allowed",color:"var(--px-text-color-placeholder)"}}))})):Xr(n??[],(t=>{e.has(t)&&(t.props=e.get(t))}))}))}(),(0,t.provide)(ki,{handleItemClick:function(e){v.hideOnClick&&l.value?.hide(),!qn(e.command)&&r("command",e.command)},size:(0,t.computed)((()=>v.size))}),o({open:()=>l.value?.show(),close:()=>l.value?.hide()}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{ref_key:"dropdownRef",ref:h,class:(0,t.normalizeClass)(["px-dropdown",{"is-disabled":v.disabled}]),"aria-haspopup":"true","aria-expanded":i.value,tabindex:"0"},[(0,t.createVNode)(_i,(0,t.mergeProps)({ref_key:"tooltipRef",ref:l},s.value,{manual:e.splitButton,onVisibleChange:o[1]||(o[1]=t=>{i.value=t,e.$emit("visible-change",t)})}),{content:(0,t.withCtx)((()=>[(0,t.createElementVNode)("div",{ref_key:"menuRef",ref:a,class:"px-dropdown__menu",role:"menu",tabindex:"-1",style:(0,t.normalizeStyle)(c.value)},[(0,t.renderSlot)(e.$slots,"dropdown",{},(()=>[((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(e.items,(e=>((0,t.openBlock)(),(0,t.createBlock)(Zi,(0,t.mergeProps)({key:e.command,ref_for:!0},e),null,16)))),128))]))],4)])),default:(0,t.withCtx)((()=>[e.splitButton?((0,t.openBlock)(),(0,t.createBlock)((0,t.unref)(fr),{key:0,type:e.type,size:e.size,disabled:e.disabled},{default:(0,t.withCtx)((()=>[(0,t.createVNode)((0,t.unref)(pr),{onClick:o[0]||(o[0]=t=>e.$emit("click",t))},{default:(0,t.withCtx)((()=>[(0,t.renderSlot)(e.$slots,"default")])),_:3}),(0,t.createVNode)((0,t.unref)(pr),{icon:"chevron-down",onClick:u})])),_:3},8,["type","size","disabled"])):(0,t.renderSlot)(e.$slots,"default",{key:1})])),_:3},16,["manual"])],10,Ai))}})),Oi=Av(Zi),Pi=(0,t.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:n}){const v=e,r=n,l=[],h=async(e,t)=>{try{const o=await async function(e=[]){let t={}
|
|
709
|
+
for(const n of e)try{await n.validate("")}catch(o){t={...t,...o}}return!gv(Object.keys(t))||Promise.reject(t)}(a(l,e??[]))
|
|
710
|
+
return!0===o&&t?.(o),o}catch(o){if(o instanceof Error)throw o
|
|
711
|
+
const e=o
|
|
712
|
+
return t?.(!1,e),Promise.reject(e)}}
|
|
713
|
+
function a(e,t){return gv(t)?Ln(e,(e=>Jn(t,e.prop))):e}return(0,t.provide)(gl,(0,t.reactive)({...(0,t.toRefs)(v),emits:r,addField:e=>{e.prop&&l.push(e)},removeField:e=>{e.prop&&l.splice(l.indexOf(e),1)}})),o({validate:async e=>h([],e),validateField:h,resetFields:e=>{Pn(a(l,e??[]),(e=>e.resetField()))},clearValidate:e=>{Pn(a(l,e??[]),(e=>e.clearValidate()))}}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("form",{class:(0,t.normalizeClass)(["px-form",{"is-inline":e.inline}])},[(0,t.renderSlot)(e.$slots,"default")],2))}}),$i=Pi
|
|
714
|
+
function ji(e,t,o){function n(o,n){if(o._zod||Object.defineProperty(o,"_zod",{value:{def:n,constr:l,traits:new Set},enumerable:!1}),o._zod.traits.has(e))return
|
|
715
|
+
o._zod.traits.add(e),t(o,n)
|
|
716
|
+
const v=l.prototype,r=Object.keys(v)
|
|
717
|
+
for(let e=0;e<r.length;e++){const t=r[e]
|
|
718
|
+
t in o||(o[t]=v[t].bind(o))}}const v=o?.Parent??Object
|
|
719
|
+
class r extends v{}function l(e){var t
|
|
720
|
+
const v=o?.Parent?new r:this
|
|
721
|
+
n(v,e),(t=v._zod).deferred??(t.deferred=[])
|
|
722
|
+
for(const o of v._zod.deferred)o()
|
|
723
|
+
return v}return Object.defineProperty(r,"name",{value:e}),Object.defineProperty(l,"init",{value:n}),Object.defineProperty(l,Symbol.hasInstance,{value:t=>!!(o?.Parent&&t instanceof o.Parent)||t?._zod?.traits?.has(e)}),Object.defineProperty(l,"name",{value:e}),l}Object.freeze({status:"aborted"})
|
|
724
|
+
var Ti=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Li=class extends Error{constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name="ZodEncodeError"}},Di={}
|
|
725
|
+
function Ri(e){return e&&Object.assign(Di,e),Di}function Fi(e,t){return"bigint"==typeof t?t.toString():t}function Gi(e){return null==e}function Wi(e){const t=e.startsWith("^")?1:0,o=e.endsWith("$")?e.length-1:e.length
|
|
726
|
+
return e.slice(t,o)}var Xi=Symbol("evaluating")
|
|
727
|
+
function Ui(e,t,o){let n
|
|
728
|
+
Object.defineProperty(e,t,{get(){if(n!==Xi)return void 0===n&&(n=Xi,n=o()),n},set(o){Object.defineProperty(e,t,{value:o})},configurable:!0})}var Ki="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{}
|
|
729
|
+
function Ji(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}function Yi(e){if(!1===Ji(e))return!1
|
|
730
|
+
const t=e.constructor
|
|
731
|
+
if(void 0===t)return!0
|
|
732
|
+
if("function"!=typeof t)return!0
|
|
733
|
+
const o=t.prototype
|
|
734
|
+
return!1!==Ji(o)&&!1!==Object.prototype.hasOwnProperty.call(o,"isPrototypeOf")}function Qi(e){return Yi(e)?{...e}:Array.isArray(e)?[...e]:e}function qi(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function es(e){const t=e
|
|
735
|
+
if(!t)return{}
|
|
736
|
+
if("string"==typeof t)return{error:()=>t}
|
|
737
|
+
if(void 0!==t?.message){if(void 0!==t?.error)throw new Error("Cannot specify both `message` and `error` params")
|
|
738
|
+
t.error=t.message}return delete t.message,"string"==typeof t.error?{...t,error:()=>t.error}:t}function ts(e,t=0){if(!0===e.aborted)return!0
|
|
739
|
+
for(let o=t;o<e.issues.length;o++)if(!0!==e.issues[o]?.continue)return!0
|
|
740
|
+
return!1}function os(e){return"string"==typeof e?e:e?.message}function ns(e,t,o){const n={...e,path:e.path??[]}
|
|
741
|
+
return e.message||(n.message=os(e.inst?._zod.def?.error?.(e))??os(t?.error?.(e))??os(o.customError?.(e))??os(o.localeError?.(e))??"Invalid input"),delete n.inst,delete n.continue,t?.reportInput||delete n.input,n}function vs(e){return Array.isArray(e)?"array":"string"==typeof e?"string":"unknown"}function rs(...e){const[t,o,n]=e
|
|
742
|
+
return"string"==typeof t?{message:t,code:"custom",input:o,inst:n}:{...t}}Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER,Number.MAX_VALUE,Number.MAX_VALUE
|
|
743
|
+
var ls=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,Fi,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},hs=ji("$ZodError",ls),as=ji("$ZodError",ls,{Parent:Error}),is=e=>(t,o,n,v)=>{const r=n?Object.assign(n,{async:!1}):{async:!1},l=t._zod.run({value:o,issues:[]},r)
|
|
744
|
+
if(l instanceof Promise)throw new Ti
|
|
745
|
+
if(l.issues.length){const t=new(v?.Err??e)(l.issues.map((e=>ns(e,r,Ri()))))
|
|
746
|
+
throw Ki(t,v?.callee),t}return l.value},ss=e=>async(t,o,n,v)=>{const r=n?Object.assign(n,{async:!0}):{async:!0}
|
|
747
|
+
let l=t._zod.run({value:o,issues:[]},r)
|
|
748
|
+
if(l instanceof Promise&&(l=await l),l.issues.length){const t=new(v?.Err??e)(l.issues.map((e=>ns(e,r,Ri()))))
|
|
749
|
+
throw Ki(t,v?.callee),t}return l.value},cs=e=>(t,o,n)=>{const v=n?{...n,async:!1}:{async:!1},r=t._zod.run({value:o,issues:[]},v)
|
|
750
|
+
if(r instanceof Promise)throw new Ti
|
|
751
|
+
return r.issues.length?{success:!1,error:new(e??hs)(r.issues.map((e=>ns(e,v,Ri()))))}:{success:!0,data:r.value}},us=cs(as),ds=e=>async(t,o,n)=>{const v=n?Object.assign(n,{async:!0}):{async:!0}
|
|
752
|
+
let r=t._zod.run({value:o,issues:[]},v)
|
|
753
|
+
return r instanceof Promise&&(r=await r),r.issues.length?{success:!1,error:new e(r.issues.map((e=>ns(e,v,Ri()))))}:{success:!0,data:r.value}},ms=ds(as),ps=e=>(t,o,n)=>{const v=n?Object.assign(n,{direction:"backward"}):{direction:"backward"}
|
|
754
|
+
return is(e)(t,o,v)},fs=e=>(t,o,n)=>is(e)(t,o,n),gs=e=>async(t,o,n)=>{const v=n?Object.assign(n,{direction:"backward"}):{direction:"backward"}
|
|
755
|
+
return ss(e)(t,o,v)},ws=e=>async(t,o,n)=>ss(e)(t,o,n),zs=e=>(t,o,n)=>{const v=n?Object.assign(n,{direction:"backward"}):{direction:"backward"}
|
|
756
|
+
return cs(e)(t,o,v)},Vs=e=>(t,o,n)=>cs(e)(t,o,n),Hs=e=>async(t,o,n)=>{const v=n?Object.assign(n,{direction:"backward"}):{direction:"backward"}
|
|
757
|
+
return ds(e)(t,o,v)},xs=e=>async(t,o,n)=>ds(e)(t,o,n),ys=/^[cC][^\s-]{8,}$/,bs=/^[0-9a-z]+$/,Cs=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Bs=/^[0-9a-vA-V]{20}$/,_s=/^[A-Za-z0-9]{27}$/,ks=/^[a-zA-Z0-9_-]{21}$/,Ms=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,Is=/^([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})$/,Ss=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)$/,Zs=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,Es=/^(?:(?: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])$/,As=/^(([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}|:))$/,Ns=/^((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])$/,Os=/^(([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])$/,Ps=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,$s=/^[A-Za-z0-9_-]*$/,js=/^\+[1-9]\d{6,14}$/,Ts="(?:(?:\\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])))",Ls=new RegExp(`^${Ts}$`)
|
|
758
|
+
function Ds(e){const t="(?:[01]\\d|2[0-3]):[0-5]\\d"
|
|
759
|
+
return"number"==typeof e.precision?-1===e.precision?`${t}`:0===e.precision?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}var Rs=/^[^A-Z]*$/,Fs=/^[^a-z]*$/,Gs=ji("$ZodCheck",((e,t)=>{var o
|
|
760
|
+
e._zod??(e._zod={}),e._zod.def=t,(o=e._zod).onattach??(o.onattach=[])})),Ws=ji("$ZodCheckMaxLength",((e,t)=>{var o
|
|
761
|
+
Gs.init(e,t),(o=e._zod.def).when??(o.when=e=>{const t=e.value
|
|
762
|
+
return!Gi(t)&&void 0!==t.length}),e._zod.onattach.push((e=>{const o=e._zod.bag.maximum??Number.POSITIVE_INFINITY
|
|
763
|
+
t.maximum<o&&(e._zod.bag.maximum=t.maximum)})),e._zod.check=o=>{const n=o.value
|
|
764
|
+
if(n.length<=t.maximum)return
|
|
765
|
+
const v=vs(n)
|
|
766
|
+
o.issues.push({origin:v,code:"too_big",maximum:t.maximum,inclusive:!0,input:n,inst:e,continue:!t.abort})}})),Xs=ji("$ZodCheckMinLength",((e,t)=>{var o
|
|
767
|
+
Gs.init(e,t),(o=e._zod.def).when??(o.when=e=>{const t=e.value
|
|
768
|
+
return!Gi(t)&&void 0!==t.length}),e._zod.onattach.push((e=>{const o=e._zod.bag.minimum??Number.NEGATIVE_INFINITY
|
|
769
|
+
t.minimum>o&&(e._zod.bag.minimum=t.minimum)})),e._zod.check=o=>{const n=o.value
|
|
770
|
+
if(n.length>=t.minimum)return
|
|
771
|
+
const v=vs(n)
|
|
772
|
+
o.issues.push({origin:v,code:"too_small",minimum:t.minimum,inclusive:!0,input:n,inst:e,continue:!t.abort})}})),Us=ji("$ZodCheckLengthEquals",((e,t)=>{var o
|
|
773
|
+
Gs.init(e,t),(o=e._zod.def).when??(o.when=e=>{const t=e.value
|
|
774
|
+
return!Gi(t)&&void 0!==t.length}),e._zod.onattach.push((e=>{const o=e._zod.bag
|
|
775
|
+
o.minimum=t.length,o.maximum=t.length,o.length=t.length})),e._zod.check=o=>{const n=o.value,v=n.length
|
|
776
|
+
if(v===t.length)return
|
|
777
|
+
const r=vs(n),l=v>t.length
|
|
778
|
+
o.issues.push({origin:r,...l?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:o.value,inst:e,continue:!t.abort})}})),Ks=ji("$ZodCheckStringFormat",((e,t)=>{var o,n
|
|
779
|
+
Gs.init(e,t),e._zod.onattach.push((e=>{const o=e._zod.bag
|
|
780
|
+
o.format=t.format,t.pattern&&(o.patterns??(o.patterns=new Set),o.patterns.add(t.pattern))})),t.pattern?(o=e._zod).check??(o.check=o=>{t.pattern.lastIndex=0,t.pattern.test(o.value)||o.issues.push({origin:"string",code:"invalid_format",format:t.format,input:o.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})})),Js=ji("$ZodCheckRegex",((e,t)=>{Ks.init(e,t),e._zod.check=o=>{t.pattern.lastIndex=0,t.pattern.test(o.value)||o.issues.push({origin:"string",code:"invalid_format",format:"regex",input:o.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}})),Ys=ji("$ZodCheckLowerCase",((e,t)=>{t.pattern??(t.pattern=Rs),Ks.init(e,t)})),Qs=ji("$ZodCheckUpperCase",((e,t)=>{t.pattern??(t.pattern=Fs),Ks.init(e,t)})),qs=ji("$ZodCheckIncludes",((e,t)=>{Gs.init(e,t)
|
|
781
|
+
const o=qi(t.includes),n=new RegExp("number"==typeof t.position?`^.{${t.position}}${o}`:o)
|
|
782
|
+
t.pattern=n,e._zod.onattach.push((e=>{const t=e._zod.bag
|
|
783
|
+
t.patterns??(t.patterns=new Set),t.patterns.add(n)})),e._zod.check=o=>{o.value.includes(t.includes,t.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:o.value,inst:e,continue:!t.abort})}})),ec=ji("$ZodCheckStartsWith",((e,t)=>{Gs.init(e,t)
|
|
784
|
+
const o=new RegExp(`^${qi(t.prefix)}.*`)
|
|
785
|
+
t.pattern??(t.pattern=o),e._zod.onattach.push((e=>{const t=e._zod.bag
|
|
786
|
+
t.patterns??(t.patterns=new Set),t.patterns.add(o)})),e._zod.check=o=>{o.value.startsWith(t.prefix)||o.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:o.value,inst:e,continue:!t.abort})}})),tc=ji("$ZodCheckEndsWith",((e,t)=>{Gs.init(e,t)
|
|
787
|
+
const o=new RegExp(`.*${qi(t.suffix)}$`)
|
|
788
|
+
t.pattern??(t.pattern=o),e._zod.onattach.push((e=>{const t=e._zod.bag
|
|
789
|
+
t.patterns??(t.patterns=new Set),t.patterns.add(o)})),e._zod.check=o=>{o.value.endsWith(t.suffix)||o.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:o.value,inst:e,continue:!t.abort})}})),oc=ji("$ZodCheckOverwrite",((e,t)=>{Gs.init(e,t),e._zod.check=e=>{e.value=t.tx(e.value)}})),nc={major:4,minor:3,patch:6},vc=ji("$ZodType",((e,t)=>{var o
|
|
790
|
+
e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=nc
|
|
791
|
+
const n=[...e._zod.def.checks??[]]
|
|
792
|
+
e._zod.traits.has("$ZodCheck")&&n.unshift(e)
|
|
793
|
+
for(const v of n)for(const t of v._zod.onattach)t(e)
|
|
794
|
+
if(0===n.length)(o=e._zod).deferred??(o.deferred=[]),e._zod.deferred?.push((()=>{e._zod.run=e._zod.parse}))
|
|
795
|
+
else{const t=(e,t,o)=>{let n,v=ts(e)
|
|
796
|
+
for(const r of t){if(r._zod.def.when){if(!r._zod.def.when(e))continue}else if(v)continue
|
|
797
|
+
const t=e.issues.length,l=r._zod.check(e)
|
|
798
|
+
if(l instanceof Promise&&!1===o?.async)throw new Ti
|
|
799
|
+
if(n||l instanceof Promise)n=(n??Promise.resolve()).then((async()=>{await l,e.issues.length!==t&&(v||(v=ts(e,t)))}))
|
|
800
|
+
else{if(e.issues.length===t)continue
|
|
801
|
+
v||(v=ts(e,t))}}return n?n.then((()=>e)):e},o=(o,v,r)=>{if(ts(o))return o.aborted=!0,o
|
|
802
|
+
const l=t(v,n,r)
|
|
803
|
+
if(l instanceof Promise){if(!1===r.async)throw new Ti
|
|
804
|
+
return l.then((t=>e._zod.parse(t,r)))}return e._zod.parse(l,r)}
|
|
805
|
+
e._zod.run=(v,r)=>{if(r.skipChecks)return e._zod.parse(v,r)
|
|
806
|
+
if("backward"===r.direction){const t=e._zod.parse({value:v.value,issues:[]},{...r,skipChecks:!0})
|
|
807
|
+
return t instanceof Promise?t.then((e=>o(e,v,r))):o(t,v,r)}const l=e._zod.parse(v,r)
|
|
808
|
+
if(l instanceof Promise){if(!1===r.async)throw new Ti
|
|
809
|
+
return l.then((e=>t(e,n,r)))}return t(l,n,r)}}Ui(e,"~standard",(()=>({validate:t=>{try{const o=us(e,t)
|
|
810
|
+
return o.success?{value:o.data}:{issues:o.error?.issues}}catch(o){return ms(e,t).then((e=>e.success?{value:e.data}:{issues:e.error?.issues}))}},vendor:"zod",version:1})))})),rc=ji("$ZodString",((e,t)=>{var o
|
|
811
|
+
vc.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??(o=e._zod.bag,new RegExp(`^${o?`[\\s\\S]{${o?.minimum??0},${o?.maximum??""}}`:"[\\s\\S]*"}$`)),e._zod.parse=(o,n)=>{if(t.coerce)try{o.value=String(o.value)}catch(n){}return"string"==typeof o.value||o.issues.push({expected:"string",code:"invalid_type",input:o.value,inst:e}),o}})),lc=ji("$ZodStringFormat",((e,t)=>{Ks.init(e,t),rc.init(e,t)})),hc=ji("$ZodGUID",((e,t)=>{t.pattern??(t.pattern=Is),lc.init(e,t)})),ac=ji("$ZodUUID",((e,t)=>{if(t.version){const e={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version]
|
|
812
|
+
if(void 0===e)throw new Error(`Invalid UUID version: "${t.version}"`)
|
|
813
|
+
t.pattern??(t.pattern=Ss(e))}else t.pattern??(t.pattern=Ss())
|
|
814
|
+
lc.init(e,t)})),ic=ji("$ZodEmail",((e,t)=>{t.pattern??(t.pattern=Zs),lc.init(e,t)})),sc=ji("$ZodURL",((e,t)=>{lc.init(e,t),e._zod.check=o=>{try{const n=o.value.trim(),v=new URL(n)
|
|
815
|
+
return t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(v.hostname)||o.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:o.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(v.protocol.endsWith(":")?v.protocol.slice(0,-1):v.protocol)||o.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:o.value,inst:e,continue:!t.abort})),void(t.normalize?o.value=v.href:o.value=n)}catch(n){o.issues.push({code:"invalid_format",format:"url",input:o.value,inst:e,continue:!t.abort})}}})),cc=ji("$ZodEmoji",((e,t)=>{t.pattern??(t.pattern=new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),lc.init(e,t)})),uc=ji("$ZodNanoID",((e,t)=>{t.pattern??(t.pattern=ks),lc.init(e,t)})),dc=ji("$ZodCUID",((e,t)=>{t.pattern??(t.pattern=ys),lc.init(e,t)})),mc=ji("$ZodCUID2",((e,t)=>{t.pattern??(t.pattern=bs),lc.init(e,t)})),pc=ji("$ZodULID",((e,t)=>{t.pattern??(t.pattern=Cs),lc.init(e,t)})),fc=ji("$ZodXID",((e,t)=>{t.pattern??(t.pattern=Bs),lc.init(e,t)})),gc=ji("$ZodKSUID",((e,t)=>{t.pattern??(t.pattern=_s),lc.init(e,t)})),wc=ji("$ZodISODateTime",((e,t)=>{t.pattern??(t.pattern=function(e){const t=Ds({precision:e.precision}),o=["Z"]
|
|
816
|
+
e.local&&o.push(""),e.offset&&o.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)")
|
|
817
|
+
const n=`${t}(?:${o.join("|")})`
|
|
818
|
+
return new RegExp(`^${Ts}T(?:${n})$`)}(t)),lc.init(e,t)})),zc=ji("$ZodISODate",((e,t)=>{t.pattern??(t.pattern=Ls),lc.init(e,t)})),Vc=ji("$ZodISOTime",((e,t)=>{t.pattern??(t.pattern=new RegExp(`^${Ds(t)}$`)),lc.init(e,t)})),Hc=ji("$ZodISODuration",((e,t)=>{t.pattern??(t.pattern=Ms),lc.init(e,t)})),xc=ji("$ZodIPv4",((e,t)=>{t.pattern??(t.pattern=Es),lc.init(e,t),e._zod.bag.format="ipv4"})),yc=ji("$ZodIPv6",((e,t)=>{t.pattern??(t.pattern=As),lc.init(e,t),e._zod.bag.format="ipv6",e._zod.check=o=>{try{new URL(`http://[${o.value}]`)}catch{o.issues.push({code:"invalid_format",format:"ipv6",input:o.value,inst:e,continue:!t.abort})}}})),bc=ji("$ZodCIDRv4",((e,t)=>{t.pattern??(t.pattern=Ns),lc.init(e,t)})),Cc=ji("$ZodCIDRv6",((e,t)=>{t.pattern??(t.pattern=Os),lc.init(e,t),e._zod.check=o=>{const n=o.value.split("/")
|
|
819
|
+
try{if(2!==n.length)throw new Error
|
|
820
|
+
const[e,t]=n
|
|
821
|
+
if(!t)throw new Error
|
|
822
|
+
const o=Number(t)
|
|
823
|
+
if(`${o}`!==t)throw new Error
|
|
824
|
+
if(o<0||o>128)throw new Error
|
|
825
|
+
new URL(`http://[${e}]`)}catch{o.issues.push({code:"invalid_format",format:"cidrv6",input:o.value,inst:e,continue:!t.abort})}}}))
|
|
826
|
+
function Bc(e){if(""===e)return!0
|
|
827
|
+
if(e.length%4!=0)return!1
|
|
828
|
+
try{return atob(e),!0}catch{return!1}}var _c=ji("$ZodBase64",((e,t)=>{t.pattern??(t.pattern=Ps),lc.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=o=>{Bc(o.value)||o.issues.push({code:"invalid_format",format:"base64",input:o.value,inst:e,continue:!t.abort})}})),kc=ji("$ZodBase64URL",((e,t)=>{t.pattern??(t.pattern=$s),lc.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=o=>{(function(e){if(!$s.test(e))return!1
|
|
829
|
+
const t=e.replace(/[-_]/g,(e=>"-"===e?"+":"/"))
|
|
830
|
+
return Bc(t.padEnd(4*Math.ceil(t.length/4),"="))})(o.value)||o.issues.push({code:"invalid_format",format:"base64url",input:o.value,inst:e,continue:!t.abort})}})),Mc=ji("$ZodE164",((e,t)=>{t.pattern??(t.pattern=js),lc.init(e,t)})),Ic=ji("$ZodJWT",((e,t)=>{lc.init(e,t),e._zod.check=o=>{(function(e,t=null){try{const o=e.split(".")
|
|
831
|
+
if(3!==o.length)return!1
|
|
832
|
+
const[n]=o
|
|
833
|
+
if(!n)return!1
|
|
834
|
+
const v=JSON.parse(atob(n))
|
|
835
|
+
return!("typ"in v&&"JWT"!==v?.typ||!v.alg||t&&(!("alg"in v)||v.alg!==t))}catch{return!1}})(o.value,t.alg)||o.issues.push({code:"invalid_format",format:"jwt",input:o.value,inst:e,continue:!t.abort})}}))
|
|
836
|
+
function Sc(e,t,o){var n,v
|
|
837
|
+
e.issues.length&&t.issues.push(...(n=o,v=e.issues,v.map((e=>{var t
|
|
838
|
+
return(t=e).path??(t.path=[]),e.path.unshift(n),e})))),t.value[o]=e.value}var Zc=ji("$ZodArray",((e,t)=>{vc.init(e,t),e._zod.parse=(o,n)=>{const v=o.value
|
|
839
|
+
if(!Array.isArray(v))return o.issues.push({expected:"array",code:"invalid_type",input:v,inst:e}),o
|
|
840
|
+
o.value=Array(v.length)
|
|
841
|
+
const r=[]
|
|
842
|
+
for(let e=0;e<v.length;e++){const l=v[e],h=t.element._zod.run({value:l,issues:[]},n)
|
|
843
|
+
h instanceof Promise?r.push(h.then((t=>Sc(t,o,e)))):Sc(h,o,e)}return r.length?Promise.all(r).then((()=>o)):o}}))
|
|
844
|
+
function Ec(e,t,o,n){for(const r of e)if(0===r.issues.length)return t.value=r.value,t
|
|
845
|
+
const v=e.filter((e=>!ts(e)))
|
|
846
|
+
return 1===v.length?(t.value=v[0].value,v[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:o,errors:e.map((e=>e.issues.map((e=>ns(e,n,Ri())))))}),t)}var Ac=ji("$ZodUnion",((e,t)=>{vc.init(e,t),Ui(e._zod,"optin",(()=>t.options.some((e=>"optional"===e._zod.optin))?"optional":void 0)),Ui(e._zod,"optout",(()=>t.options.some((e=>"optional"===e._zod.optout))?"optional":void 0)),Ui(e._zod,"values",(()=>{if(t.options.every((e=>e._zod.values)))return new Set(t.options.flatMap((e=>Array.from(e._zod.values))))})),Ui(e._zod,"pattern",(()=>{if(t.options.every((e=>e._zod.pattern))){const e=t.options.map((e=>e._zod.pattern))
|
|
847
|
+
return new RegExp(`^(${e.map((e=>Wi(e.source))).join("|")})$`)}}))
|
|
848
|
+
const o=1===t.options.length,n=t.options[0]._zod.run
|
|
849
|
+
e._zod.parse=(v,r)=>{if(o)return n(v,r)
|
|
850
|
+
let l=!1
|
|
851
|
+
const h=[]
|
|
852
|
+
for(const e of t.options){const t=e._zod.run({value:v.value,issues:[]},r)
|
|
853
|
+
if(t instanceof Promise)h.push(t),l=!0
|
|
854
|
+
else{if(0===t.issues.length)return t
|
|
855
|
+
h.push(t)}}return l?Promise.all(h).then((t=>Ec(t,v,e,r))):Ec(h,v,e,r)}})),Nc=ji("$ZodIntersection",((e,t)=>{vc.init(e,t),e._zod.parse=(e,o)=>{const n=e.value,v=t.left._zod.run({value:n,issues:[]},o),r=t.right._zod.run({value:n,issues:[]},o)
|
|
856
|
+
return v instanceof Promise||r instanceof Promise?Promise.all([v,r]).then((([t,o])=>Pc(e,t,o))):Pc(e,v,r)}}))
|
|
857
|
+
function Oc(e,t){if(e===t)return{valid:!0,data:e}
|
|
858
|
+
if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e}
|
|
859
|
+
if(Yi(e)&&Yi(t)){const o=Object.keys(t),n=Object.keys(e).filter((e=>-1!==o.indexOf(e))),v={...e,...t}
|
|
860
|
+
for(const r of n){const o=Oc(e[r],t[r])
|
|
861
|
+
if(!o.valid)return{valid:!1,mergeErrorPath:[r,...o.mergeErrorPath]}
|
|
862
|
+
v[r]=o.data}return{valid:!0,data:v}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]}
|
|
863
|
+
const o=[]
|
|
864
|
+
for(let n=0;n<e.length;n++){const v=Oc(e[n],t[n])
|
|
865
|
+
if(!v.valid)return{valid:!1,mergeErrorPath:[n,...v.mergeErrorPath]}
|
|
866
|
+
o.push(v.data)}return{valid:!0,data:o}}return{valid:!1,mergeErrorPath:[]}}function Pc(e,t,o){const n=new Map
|
|
867
|
+
let v
|
|
868
|
+
for(const h of t.issues)if("unrecognized_keys"===h.code){v??(v=h)
|
|
869
|
+
for(const e of h.keys)n.has(e)||n.set(e,{}),n.get(e).l=!0}else e.issues.push(h)
|
|
870
|
+
for(const h of o.issues)if("unrecognized_keys"===h.code)for(const e of h.keys)n.has(e)||n.set(e,{}),n.get(e).r=!0
|
|
871
|
+
else e.issues.push(h)
|
|
872
|
+
const r=[...n].filter((([,e])=>e.l&&e.r)).map((([e])=>e))
|
|
873
|
+
if(r.length&&v&&e.issues.push({...v,keys:r}),ts(e))return e
|
|
874
|
+
const l=Oc(t.value,o.value)
|
|
875
|
+
if(!l.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(l.mergeErrorPath)}`)
|
|
876
|
+
return e.value=l.data,e}var $c=ji("$ZodTransform",((e,t)=>{vc.init(e,t),e._zod.parse=(o,n)=>{if("backward"===n.direction)throw new Li(e.constructor.name)
|
|
877
|
+
const v=t.transform(o.value,o)
|
|
878
|
+
if(n.async)return(v instanceof Promise?v:Promise.resolve(v)).then((e=>(o.value=e,o)))
|
|
879
|
+
if(v instanceof Promise)throw new Ti
|
|
880
|
+
return o.value=v,o}}))
|
|
881
|
+
function jc(e,t){return e.issues.length&&void 0===t?{issues:[],value:void 0}:e}var Tc=ji("$ZodOptional",((e,t)=>{vc.init(e,t),e._zod.optin="optional",e._zod.optout="optional",Ui(e._zod,"values",(()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0)),Ui(e._zod,"pattern",(()=>{const e=t.innerType._zod.pattern
|
|
882
|
+
return e?new RegExp(`^(${Wi(e.source)})?$`):void 0})),e._zod.parse=(e,o)=>{if("optional"===t.innerType._zod.optin){const n=t.innerType._zod.run(e,o)
|
|
883
|
+
return n instanceof Promise?n.then((t=>jc(t,e.value))):jc(n,e.value)}return void 0===e.value?e:t.innerType._zod.run(e,o)}})),Lc=ji("$ZodExactOptional",((e,t)=>{Tc.init(e,t),Ui(e._zod,"values",(()=>t.innerType._zod.values)),Ui(e._zod,"pattern",(()=>t.innerType._zod.pattern)),e._zod.parse=(e,o)=>t.innerType._zod.run(e,o)})),Dc=ji("$ZodNullable",((e,t)=>{vc.init(e,t),Ui(e._zod,"optin",(()=>t.innerType._zod.optin)),Ui(e._zod,"optout",(()=>t.innerType._zod.optout)),Ui(e._zod,"pattern",(()=>{const e=t.innerType._zod.pattern
|
|
884
|
+
return e?new RegExp(`^(${Wi(e.source)}|null)$`):void 0})),Ui(e._zod,"values",(()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0)),e._zod.parse=(e,o)=>null===e.value?e:t.innerType._zod.run(e,o)})),Rc=ji("$ZodDefault",((e,t)=>{vc.init(e,t),e._zod.optin="optional",Ui(e._zod,"values",(()=>t.innerType._zod.values)),e._zod.parse=(e,o)=>{if("backward"===o.direction)return t.innerType._zod.run(e,o)
|
|
885
|
+
if(void 0===e.value)return e.value=t.defaultValue,e
|
|
886
|
+
const n=t.innerType._zod.run(e,o)
|
|
887
|
+
return n instanceof Promise?n.then((e=>Fc(e,t))):Fc(n,t)}}))
|
|
888
|
+
function Fc(e,t){return void 0===e.value&&(e.value=t.defaultValue),e}var Gc=ji("$ZodPrefault",((e,t)=>{vc.init(e,t),e._zod.optin="optional",Ui(e._zod,"values",(()=>t.innerType._zod.values)),e._zod.parse=(e,o)=>("backward"===o.direction||void 0===e.value&&(e.value=t.defaultValue),t.innerType._zod.run(e,o))})),Wc=ji("$ZodNonOptional",((e,t)=>{vc.init(e,t),Ui(e._zod,"values",(()=>{const e=t.innerType._zod.values
|
|
889
|
+
return e?new Set([...e].filter((e=>void 0!==e))):void 0})),e._zod.parse=(o,n)=>{const v=t.innerType._zod.run(o,n)
|
|
890
|
+
return v instanceof Promise?v.then((t=>Xc(t,e))):Xc(v,e)}}))
|
|
891
|
+
function Xc(e,t){return e.issues.length||void 0!==e.value||e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}var Uc=ji("$ZodCatch",((e,t)=>{vc.init(e,t),Ui(e._zod,"optin",(()=>t.innerType._zod.optin)),Ui(e._zod,"optout",(()=>t.innerType._zod.optout)),Ui(e._zod,"values",(()=>t.innerType._zod.values)),e._zod.parse=(e,o)=>{if("backward"===o.direction)return t.innerType._zod.run(e,o)
|
|
892
|
+
const n=t.innerType._zod.run(e,o)
|
|
893
|
+
return n instanceof Promise?n.then((n=>(e.value=n.value,n.issues.length&&(e.value=t.catchValue({...e,error:{issues:n.issues.map((e=>ns(e,o,Ri())))},input:e.value}),e.issues=[]),e))):(e.value=n.value,n.issues.length&&(e.value=t.catchValue({...e,error:{issues:n.issues.map((e=>ns(e,o,Ri())))},input:e.value}),e.issues=[]),e)}})),Kc=ji("$ZodPipe",((e,t)=>{vc.init(e,t),Ui(e._zod,"values",(()=>t.in._zod.values)),Ui(e._zod,"optin",(()=>t.in._zod.optin)),Ui(e._zod,"optout",(()=>t.out._zod.optout)),Ui(e._zod,"propValues",(()=>t.in._zod.propValues)),e._zod.parse=(e,o)=>{if("backward"===o.direction){const n=t.out._zod.run(e,o)
|
|
894
|
+
return n instanceof Promise?n.then((e=>Jc(e,t.in,o))):Jc(n,t.in,o)}const n=t.in._zod.run(e,o)
|
|
895
|
+
return n instanceof Promise?n.then((e=>Jc(e,t.out,o))):Jc(n,t.out,o)}}))
|
|
896
|
+
function Jc(e,t,o){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},o)}var Yc=ji("$ZodReadonly",((e,t)=>{vc.init(e,t),Ui(e._zod,"propValues",(()=>t.innerType._zod.propValues)),Ui(e._zod,"values",(()=>t.innerType._zod.values)),Ui(e._zod,"optin",(()=>t.innerType?._zod?.optin)),Ui(e._zod,"optout",(()=>t.innerType?._zod?.optout)),e._zod.parse=(e,o)=>{if("backward"===o.direction)return t.innerType._zod.run(e,o)
|
|
897
|
+
const n=t.innerType._zod.run(e,o)
|
|
898
|
+
return n instanceof Promise?n.then(Qc):Qc(n)}}))
|
|
899
|
+
function Qc(e){return e.value=Object.freeze(e.value),e}var qc,eu=ji("$ZodCustom",((e,t)=>{Gs.init(e,t),vc.init(e,t),e._zod.parse=(e,t)=>e,e._zod.check=o=>{const n=o.value,v=t.fn(n)
|
|
900
|
+
if(v instanceof Promise)return v.then((t=>tu(t,o,n,e)))
|
|
901
|
+
tu(v,o,n,e)}}))
|
|
902
|
+
function tu(e,t,o,n){if(!e){const e={code:"custom",input:o,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort}
|
|
903
|
+
n._zod.def.params&&(e.params=n._zod.def.params),t.issues.push(rs(e))}}(qc=globalThis).__zod_globalRegistry??(qc.__zod_globalRegistry=new class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...t){const o=t[0]
|
|
904
|
+
return this._map.set(e,o),o&&"object"==typeof o&&"id"in o&&this._idmap.set(o.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){const t=this._map.get(e)
|
|
905
|
+
return t&&"object"==typeof t&&"id"in t&&this._idmap.delete(t.id),this._map.delete(e),this}get(e){const t=e._zod.parent
|
|
906
|
+
if(t){const o={...this.get(t)??{}}
|
|
907
|
+
delete o.id
|
|
908
|
+
const n={...o,...this._map.get(e)}
|
|
909
|
+
return Object.keys(n).length?n:void 0}return this._map.get(e)}has(e){return this._map.has(e)}})
|
|
910
|
+
var ou=globalThis.__zod_globalRegistry
|
|
911
|
+
function nu(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...es(t)})}function vu(e,t){return new Ws({check:"max_length",...es(t),maximum:e})}function ru(e,t){return new Xs({check:"min_length",...es(t),minimum:e})}function lu(e,t){return new Us({check:"length_equals",...es(t),length:e})}function hu(e){return new oc({check:"overwrite",tx:e})}function au(e,t){const o=new Gs({check:"custom",...es(t)})
|
|
912
|
+
return o._zod.check=e,o}function iu(e){let t=e?.target??"draft-2020-12"
|
|
913
|
+
return"draft-4"===t&&(t="draft-04"),"draft-7"===t&&(t="draft-07"),{processors:e.processors??{},metadataRegistry:e?.metadata??ou,target:t,unrepresentable:e?.unrepresentable??"throw",override:e?.override??(()=>{}),io:e?.io??"output",counter:0,seen:new Map,cycles:e?.cycles??"ref",reused:e?.reused??"inline",external:e?.external??void 0}}function su(e,t,o={path:[],schemaPath:[]}){var n
|
|
914
|
+
const v=e._zod.def,r=t.seen.get(e)
|
|
915
|
+
if(r)return r.count++,o.schemaPath.includes(e)&&(r.cycle=o.path),r.schema
|
|
916
|
+
const l={schema:{},count:1,cycle:void 0,path:o.path}
|
|
917
|
+
t.seen.set(e,l)
|
|
918
|
+
const h=e._zod.toJSONSchema?.()
|
|
919
|
+
if(h)l.schema=h
|
|
920
|
+
else{const n={...o,schemaPath:[...o.schemaPath,e],path:o.path}
|
|
921
|
+
if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,l.schema,n)
|
|
922
|
+
else{const o=l.schema,r=t.processors[v.type]
|
|
923
|
+
if(!r)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${v.type}`)
|
|
924
|
+
r(e,t,o,n)}const r=e._zod.parent
|
|
925
|
+
r&&(l.ref||(l.ref=r),su(r,t,n),t.seen.get(r).isParent=!0)}const a=t.metadataRegistry.get(e)
|
|
926
|
+
return a&&Object.assign(l.schema,a),"input"===t.io&&du(e)&&(delete l.schema.examples,delete l.schema.default),"input"===t.io&&l.schema._prefault&&((n=l.schema).default??(n.default=l.schema._prefault)),delete l.schema._prefault,t.seen.get(e).schema}function cu(e,t){const o=e.seen.get(t)
|
|
927
|
+
if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.")
|
|
928
|
+
const n=new Map
|
|
929
|
+
for(const r of e.seen.entries()){const t=e.metadataRegistry.get(r[0])?.id
|
|
930
|
+
if(t){const e=n.get(t)
|
|
931
|
+
if(e&&e!==r[0])throw new Error(`Duplicate schema id "${t}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`)
|
|
932
|
+
n.set(t,r[0])}}const v=t=>{if(t[1].schema.$ref)return
|
|
933
|
+
const n=t[1],{ref:v,defId:r}=(t=>{const n="draft-2020-12"===e.target?"$defs":"definitions"
|
|
934
|
+
if(e.external){const o=e.external.registry.get(t[0])?.id,v=e.external.uri??(e=>e)
|
|
935
|
+
if(o)return{ref:v(o)}
|
|
936
|
+
const r=t[1].defId??t[1].schema.id??"schema"+e.counter++
|
|
937
|
+
return t[1].defId=r,{defId:r,ref:`${v("__shared")}#/${n}/${r}`}}if(t[1]===o)return{ref:"#"}
|
|
938
|
+
const v=`#/${n}/`,r=t[1].schema.id??"__schema"+e.counter++
|
|
939
|
+
return{defId:r,ref:v+r}})(t)
|
|
940
|
+
n.def={...n.schema},r&&(n.defId=r)
|
|
941
|
+
const l=n.schema
|
|
942
|
+
for(const e in l)delete l[e]
|
|
943
|
+
l.$ref=v}
|
|
944
|
+
if("throw"===e.cycles)for(const r of e.seen.entries()){const e=r[1]
|
|
945
|
+
if(e.cycle)throw new Error(`Cycle detected: #/${e.cycle?.join("/")}/<root>\n\nSet the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(const r of e.seen.entries()){const o=r[1]
|
|
946
|
+
if(t!==r[0]){if(e.external){const o=e.external.registry.get(r[0])?.id
|
|
947
|
+
if(t!==r[0]&&o){v(r)
|
|
948
|
+
continue}}(e.metadataRegistry.get(r[0])?.id||o.cycle||o.count>1&&"ref"===e.reused)&&v(r)}else v(r)}}function uu(e,t){const o=e.seen.get(t)
|
|
949
|
+
if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.")
|
|
950
|
+
const n=t=>{const o=e.seen.get(t)
|
|
951
|
+
if(null===o.ref)return
|
|
952
|
+
const v=o.def??o.schema,r={...v},l=o.ref
|
|
953
|
+
if(o.ref=null,l){n(l)
|
|
954
|
+
const o=e.seen.get(l),h=o.schema
|
|
955
|
+
if(!h.$ref||"draft-07"!==e.target&&"draft-04"!==e.target&&"openapi-3.0"!==e.target?Object.assign(v,h):(v.allOf=v.allOf??[],v.allOf.push(h)),Object.assign(v,r),t._zod.parent===l)for(const e in v)"$ref"!==e&&"allOf"!==e&&(e in r||delete v[e])
|
|
956
|
+
if(h.$ref&&o.def)for(const e in v)"$ref"!==e&&"allOf"!==e&&e in o.def&&JSON.stringify(v[e])===JSON.stringify(o.def[e])&&delete v[e]}const h=t._zod.parent
|
|
957
|
+
if(h&&h!==l){n(h)
|
|
958
|
+
const t=e.seen.get(h)
|
|
959
|
+
if(t?.schema.$ref&&(v.$ref=t.schema.$ref,t.def))for(const e in v)"$ref"!==e&&"allOf"!==e&&e in t.def&&JSON.stringify(v[e])===JSON.stringify(t.def[e])&&delete v[e]}e.override({zodSchema:t,jsonSchema:v,path:o.path??[]})}
|
|
960
|
+
for(const h of[...e.seen.entries()].reverse())n(h[0])
|
|
961
|
+
const v={}
|
|
962
|
+
if("draft-2020-12"===e.target?v.$schema="https://json-schema.org/draft/2020-12/schema":"draft-07"===e.target?v.$schema="http://json-schema.org/draft-07/schema#":"draft-04"===e.target?v.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){const o=e.external.registry.get(t)?.id
|
|
963
|
+
if(!o)throw new Error("Schema is missing an `id` property")
|
|
964
|
+
v.$id=e.external.uri(o)}Object.assign(v,o.def??o.schema)
|
|
965
|
+
const r=e.external?.defs??{}
|
|
966
|
+
for(const h of e.seen.entries()){const e=h[1]
|
|
967
|
+
e.def&&e.defId&&(r[e.defId]=e.def)}e.external||Object.keys(r).length>0&&("draft-2020-12"===e.target?v.$defs=r:v.definitions=r)
|
|
968
|
+
try{const o=JSON.parse(JSON.stringify(v))
|
|
969
|
+
return Object.defineProperty(o,"~standard",{value:{...t["~standard"],jsonSchema:{input:mu(t,"input",e.processors),output:mu(t,"output",e.processors)}},enumerable:!1,writable:!1}),o}catch(l){throw new Error("Error converting schema to JSON.")}}function du(e,t){const o=t??{seen:new Set}
|
|
970
|
+
if(o.seen.has(e))return!1
|
|
971
|
+
o.seen.add(e)
|
|
972
|
+
const n=e._zod.def
|
|
973
|
+
if("transform"===n.type)return!0
|
|
974
|
+
if("array"===n.type)return du(n.element,o)
|
|
975
|
+
if("set"===n.type)return du(n.valueType,o)
|
|
976
|
+
if("lazy"===n.type)return du(n.getter(),o)
|
|
977
|
+
if("promise"===n.type||"optional"===n.type||"nonoptional"===n.type||"nullable"===n.type||"readonly"===n.type||"default"===n.type||"prefault"===n.type)return du(n.innerType,o)
|
|
978
|
+
if("intersection"===n.type)return du(n.left,o)||du(n.right,o)
|
|
979
|
+
if("record"===n.type||"map"===n.type)return du(n.keyType,o)||du(n.valueType,o)
|
|
980
|
+
if("pipe"===n.type)return du(n.in,o)||du(n.out,o)
|
|
981
|
+
if("object"===n.type){for(const e in n.shape)if(du(n.shape[e],o))return!0
|
|
982
|
+
return!1}if("union"===n.type){for(const e of n.options)if(du(e,o))return!0
|
|
983
|
+
return!1}if("tuple"===n.type){for(const e of n.items)if(du(e,o))return!0
|
|
984
|
+
return!(!n.rest||!du(n.rest,o))}return!1}var mu=(e,t,o={})=>n=>{const{libraryOptions:v,target:r}=n??{},l=iu({...v??{},target:r,io:t,processors:o})
|
|
985
|
+
return su(e,l),cu(l,e),uu(l,e)},pu={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},fu=(e,t,o,n)=>{const v=e._zod.def
|
|
986
|
+
su(v.innerType,t,n),t.seen.get(e).ref=v.innerType},gu=ji("ZodISODateTime",((e,t)=>{wc.init(e,t),ju.init(e,t)})),wu=ji("ZodISODate",((e,t)=>{zc.init(e,t),ju.init(e,t)})),zu=ji("ZodISOTime",((e,t)=>{Vc.init(e,t),ju.init(e,t)})),Vu=ji("ZodISODuration",((e,t)=>{Hc.init(e,t),ju.init(e,t)})),Hu=(e,t)=>{hs.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:t=>function(e,t=e=>e.message){const o={_errors:[]},n=e=>{for(const v of e.issues)if("invalid_union"===v.code&&v.errors.length)v.errors.map((e=>n({issues:e})))
|
|
987
|
+
else if("invalid_key"===v.code)n({issues:v.issues})
|
|
988
|
+
else if("invalid_element"===v.code)n({issues:v.issues})
|
|
989
|
+
else if(0===v.path.length)o._errors.push(t(v))
|
|
990
|
+
else{let e=o,n=0
|
|
991
|
+
for(;n<v.path.length;){const o=v.path[n]
|
|
992
|
+
n!==v.path.length-1?e[o]=e[o]||{_errors:[]}:(e[o]=e[o]||{_errors:[]},e[o]._errors.push(t(v))),e=e[o],n++}}}
|
|
993
|
+
return n(e),o}(e,t)},flatten:{value:t=>function(e,t=e=>e.message){const o={},n=[]
|
|
994
|
+
for(const v of e.issues)v.path.length>0?(o[v.path[0]]=o[v.path[0]]||[],o[v.path[0]].push(t(v))):n.push(t(v))
|
|
995
|
+
return{formErrors:n,fieldErrors:o}}(e,t)},addIssue:{value:t=>{e.issues.push(t),e.message=JSON.stringify(e.issues,Fi,2)}},addIssues:{value:t=>{e.issues.push(...t),e.message=JSON.stringify(e.issues,Fi,2)}},isEmpty:{get:()=>0===e.issues.length}})},xu=(ji("ZodError",Hu),ji("ZodError",Hu,{Parent:Error})),yu=is(xu),bu=ss(xu),Cu=cs(xu),Bu=ds(xu),_u=ps(xu),ku=fs(xu),Mu=gs(xu),Iu=ws(xu),Su=zs(xu),Zu=Vs(xu),Eu=Hs(xu),Au=xs(xu),Nu=ji("ZodType",((e,t)=>(vc.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:mu(e,"input"),output:mu(e,"output")}}),e.toJSONSchema=((e,t={})=>o=>{const n=iu({...o,processors:t})
|
|
996
|
+
return su(e,n),cu(n,e),uu(n,e)})(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.check=(...o)=>e.clone(function(...e){const t={}
|
|
997
|
+
for(const o of e)Object.assign(t,Object.getOwnPropertyDescriptors(o))
|
|
998
|
+
return Object.defineProperties({},t)}(t,{checks:[...t.checks??[],...o.map((e=>"function"==typeof e?{_zod:{check:e,def:{check:"custom"},onattach:[]}}:e))]}),{parent:!0}),e.with=e.check,e.clone=(t,o)=>function(e,t,o){const n=new e._zod.constr(t??e._zod.def)
|
|
999
|
+
return t&&!o?.parent||(n._zod.parent=e),n}(e,t,o),e.brand=()=>e,e.register=(t,o)=>(t.add(e,o),e),e.parse=(t,o)=>yu(e,t,o,{callee:e.parse}),e.safeParse=(t,o)=>Cu(e,t,o),e.parseAsync=async(t,o)=>bu(e,t,o,{callee:e.parseAsync}),e.safeParseAsync=async(t,o)=>Bu(e,t,o),e.spa=e.safeParseAsync,e.encode=(t,o)=>_u(e,t,o),e.decode=(t,o)=>ku(e,t,o),e.encodeAsync=async(t,o)=>Mu(e,t,o),e.decodeAsync=async(t,o)=>Iu(e,t,o),e.safeEncode=(t,o)=>Su(e,t,o),e.safeDecode=(t,o)=>Zu(e,t,o),e.safeEncodeAsync=async(t,o)=>Eu(e,t,o),e.safeDecodeAsync=async(t,o)=>Au(e,t,o),e.refine=(t,o)=>e.check(function(e,t={}){return function(e,t,o){return new e({type:"custom",check:"custom",fn:t,...es(o)})}(Hd,e,t)}(t,o)),e.superRefine=t=>e.check(function(e){const t=au((o=>(o.addIssue=e=>{if("string"==typeof e)o.issues.push(rs(e,o.value,t._zod.def))
|
|
1000
|
+
else{const n=e
|
|
1001
|
+
n.fatal&&(n.continue=!1),n.code??(n.code="custom"),n.input??(n.input=o.value),n.inst??(n.inst=t),n.continue??(n.continue=!t._zod.def.abort),o.issues.push(rs(n))}},e(o.value,o))))
|
|
1002
|
+
return t}(t)),e.overwrite=t=>e.check(hu(t)),e.optional=()=>sd(e),e.exactOptional=()=>new cd({type:"optional",innerType:e}),e.nullable=()=>dd(e),e.nullish=()=>sd(dd(e)),e.nonoptional=t=>function(e,t){return new fd({type:"nonoptional",innerType:e,...es(t)})}(e,t),e.array=()=>new rd({type:"array",element:e,...es(void 0)}),e.or=t=>new ld({type:"union",options:[e,t],...es(void 0)}),e.and=t=>function(e,t){return new hd({type:"intersection",left:e,right:t})}(e,t),e.transform=t=>zd(e,new ad({type:"transform",transform:t})),e.default=t=>{return o=t,new md({type:"default",innerType:e,get defaultValue(){return"function"==typeof o?o():Qi(o)}})
|
|
1003
|
+
var o},e.prefault=t=>{return o=t,new pd({type:"prefault",innerType:e,get defaultValue(){return"function"==typeof o?o():Qi(o)}})
|
|
1004
|
+
var o},e.catch=t=>{return new gd({type:"catch",innerType:e,catchValue:"function"==typeof(o=t)?o:()=>o})
|
|
1005
|
+
var o},e.pipe=t=>zd(e,t),e.readonly=()=>new Vd({type:"readonly",innerType:e}),e.describe=t=>{const o=e.clone()
|
|
1006
|
+
return ou.add(o,{description:t}),o},Object.defineProperty(e,"description",{get:()=>ou.get(e)?.description,configurable:!0}),e.meta=(...t)=>{if(0===t.length)return ou.get(e)
|
|
1007
|
+
const o=e.clone()
|
|
1008
|
+
return ou.add(o,t[0]),o},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e.apply=t=>t(e),e))),Ou=ji("_ZodString",((e,t)=>{rc.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(t,o,n)=>((e,t,o)=>{const n=o
|
|
1009
|
+
n.type="string"
|
|
1010
|
+
const{minimum:v,maximum:r,format:l,patterns:h,contentEncoding:a}=e._zod.bag
|
|
1011
|
+
if("number"==typeof v&&(n.minLength=v),"number"==typeof r&&(n.maxLength=r),l&&(n.format=pu[l]??l,""===n.format&&delete n.format,"time"===l&&delete n.format),a&&(n.contentEncoding=a),h&&h.size>0){const e=[...h]
|
|
1012
|
+
1===e.length?n.pattern=e[0].source:e.length>1&&(n.allOf=[...e.map((e=>({..."draft-07"===t.target||"draft-04"===t.target||"openapi-3.0"===t.target?{type:"string"}:{},pattern:e.source})))])}})(e,t,o)
|
|
1013
|
+
const o=e._zod.bag
|
|
1014
|
+
e.format=o.format??null,e.minLength=o.minimum??null,e.maxLength=o.maximum??null,e.regex=(...t)=>e.check(function(e,t){return new Js({check:"string_format",format:"regex",...es(t),pattern:e})}(...t)),e.includes=(...t)=>e.check(function(e,t){return new qs({check:"string_format",format:"includes",...es(t),includes:e})}(...t)),e.startsWith=(...t)=>e.check(function(e,t){return new ec({check:"string_format",format:"starts_with",...es(t),prefix:e})}(...t)),e.endsWith=(...t)=>e.check(function(e,t){return new tc({check:"string_format",format:"ends_with",...es(t),suffix:e})}(...t)),e.min=(...t)=>e.check(ru(...t)),e.max=(...t)=>e.check(vu(...t)),e.length=(...t)=>e.check(lu(...t)),e.nonempty=(...t)=>e.check(ru(1,...t)),e.lowercase=t=>e.check(function(e){return new Ys({check:"string_format",format:"lowercase",...es(e)})}(t)),e.uppercase=t=>e.check(function(e){return new Qs({check:"string_format",format:"uppercase",...es(e)})}(t)),e.trim=()=>e.check(hu((e=>e.trim()))),e.normalize=(...t)=>e.check(function(e){return hu((t=>t.normalize(e)))}(...t)),e.toLowerCase=()=>e.check(hu((e=>e.toLowerCase()))),e.toUpperCase=()=>e.check(hu((e=>e.toUpperCase()))),e.slugify=()=>e.check(hu((e=>function(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}(e))))})),Pu=ji("ZodString",((e,t)=>{rc.init(e,t),Ou.init(e,t),e.email=t=>e.check(function(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...es(t)})}(Tu,t)),e.url=t=>e.check(function(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...es(t)})}(Ru,t)),e.jwt=t=>e.check(function(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...es(t)})}(vd,t)),e.emoji=t=>e.check(function(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...es(t)})}(Fu,t)),e.guid=t=>e.check(nu(Lu,t)),e.uuid=t=>e.check(function(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...es(t)})}(Du,t)),e.uuidv4=t=>e.check(function(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...es(t)})}(Du,t)),e.uuidv6=t=>e.check(function(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...es(t)})}(Du,t)),e.uuidv7=t=>e.check(function(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...es(t)})}(Du,t)),e.nanoid=t=>e.check(function(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...es(t)})}(Gu,t)),e.guid=t=>e.check(nu(Lu,t)),e.cuid=t=>e.check(function(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...es(t)})}(Wu,t)),e.cuid2=t=>e.check(function(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...es(t)})}(Xu,t)),e.ulid=t=>e.check(function(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...es(t)})}(Uu,t)),e.base64=t=>e.check(function(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...es(t)})}(td,t)),e.base64url=t=>e.check(function(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...es(t)})}(od,t)),e.xid=t=>e.check(function(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...es(t)})}(Ku,t)),e.ksuid=t=>e.check(function(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...es(t)})}(Ju,t)),e.ipv4=t=>e.check(function(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...es(t)})}(Yu,t)),e.ipv6=t=>e.check(function(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...es(t)})}(Qu,t)),e.cidrv4=t=>e.check(function(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...es(t)})}(qu,t)),e.cidrv6=t=>e.check(function(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...es(t)})}(ed,t)),e.e164=t=>e.check(function(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...es(t)})}(nd,t)),e.datetime=t=>e.check(function(e){return function(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...es(t)})}(gu,e)}(t)),e.date=t=>e.check(function(e){return function(e,t){return new e({type:"string",format:"date",check:"string_format",...es(t)})}(wu,e)}(t)),e.time=t=>e.check(function(e){return function(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...es(t)})}(zu,e)}(t)),e.duration=t=>e.check(function(e){return function(e,t){return new e({type:"string",format:"duration",check:"string_format",...es(t)})}(Vu,e)}(t))}))
|
|
1015
|
+
function $u(e){return function(e,t){return new e({type:"string",...es(t)})}(Pu,e)}var ju=ji("ZodStringFormat",((e,t)=>{lc.init(e,t),Ou.init(e,t)})),Tu=ji("ZodEmail",((e,t)=>{ic.init(e,t),ju.init(e,t)})),Lu=ji("ZodGUID",((e,t)=>{hc.init(e,t),ju.init(e,t)})),Du=ji("ZodUUID",((e,t)=>{ac.init(e,t),ju.init(e,t)})),Ru=ji("ZodURL",((e,t)=>{sc.init(e,t),ju.init(e,t)})),Fu=ji("ZodEmoji",((e,t)=>{cc.init(e,t),ju.init(e,t)})),Gu=ji("ZodNanoID",((e,t)=>{uc.init(e,t),ju.init(e,t)})),Wu=ji("ZodCUID",((e,t)=>{dc.init(e,t),ju.init(e,t)})),Xu=ji("ZodCUID2",((e,t)=>{mc.init(e,t),ju.init(e,t)})),Uu=ji("ZodULID",((e,t)=>{pc.init(e,t),ju.init(e,t)})),Ku=ji("ZodXID",((e,t)=>{fc.init(e,t),ju.init(e,t)})),Ju=ji("ZodKSUID",((e,t)=>{gc.init(e,t),ju.init(e,t)})),Yu=ji("ZodIPv4",((e,t)=>{xc.init(e,t),ju.init(e,t)})),Qu=ji("ZodIPv6",((e,t)=>{yc.init(e,t),ju.init(e,t)})),qu=ji("ZodCIDRv4",((e,t)=>{bc.init(e,t),ju.init(e,t)})),ed=ji("ZodCIDRv6",((e,t)=>{Cc.init(e,t),ju.init(e,t)})),td=ji("ZodBase64",((e,t)=>{_c.init(e,t),ju.init(e,t)})),od=ji("ZodBase64URL",((e,t)=>{kc.init(e,t),ju.init(e,t)})),nd=ji("ZodE164",((e,t)=>{Mc.init(e,t),ju.init(e,t)})),vd=ji("ZodJWT",((e,t)=>{Ic.init(e,t),ju.init(e,t)})),rd=ji("ZodArray",((e,t)=>{Zc.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(t,o,n)=>((e,t,o,n)=>{const v=o,r=e._zod.def,{minimum:l,maximum:h}=e._zod.bag
|
|
1016
|
+
"number"==typeof l&&(v.minItems=l),"number"==typeof h&&(v.maxItems=h),v.type="array",v.items=su(r.element,t,{...n,path:[...n.path,"items"]})})(e,t,o,n),e.element=t.element,e.min=(t,o)=>e.check(ru(t,o)),e.nonempty=t=>e.check(ru(1,t)),e.max=(t,o)=>e.check(vu(t,o)),e.length=(t,o)=>e.check(lu(t,o)),e.unwrap=()=>e.element})),ld=ji("ZodUnion",((e,t)=>{Ac.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(t,o,n)=>((e,t,o,n)=>{const v=e._zod.def,r=!1===v.inclusive,l=v.options.map(((e,o)=>su(e,t,{...n,path:[...n.path,r?"oneOf":"anyOf",o]})))
|
|
1017
|
+
r?o.oneOf=l:o.anyOf=l})(e,t,o,n),e.options=t.options})),hd=ji("ZodIntersection",((e,t)=>{Nc.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(t,o,n)=>((e,t,o,n)=>{const v=e._zod.def,r=su(v.left,t,{...n,path:[...n.path,"allOf",0]}),l=su(v.right,t,{...n,path:[...n.path,"allOf",1]}),h=e=>"allOf"in e&&1===Object.keys(e).length
|
|
1018
|
+
o.allOf=[...h(r)?r.allOf:[r],...h(l)?l.allOf:[l]]})(e,t,o,n)})),ad=ji("ZodTransform",((e,t)=>{$c.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(e,t,o)=>((e,t)=>{if("throw"===t.unrepresentable)throw new Error("Transforms cannot be represented in JSON Schema")})(0,e),e._zod.parse=(o,n)=>{if("backward"===n.direction)throw new Li(e.constructor.name)
|
|
1019
|
+
o.addIssue=n=>{if("string"==typeof n)o.issues.push(rs(n,o.value,t))
|
|
1020
|
+
else{const t=n
|
|
1021
|
+
t.fatal&&(t.continue=!1),t.code??(t.code="custom"),t.input??(t.input=o.value),t.inst??(t.inst=e),o.issues.push(rs(t))}}
|
|
1022
|
+
const v=t.transform(o.value,o)
|
|
1023
|
+
return v instanceof Promise?v.then((e=>(o.value=e,o))):(o.value=v,o)}})),id=ji("ZodOptional",((e,t)=>{Tc.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(t,o,n)=>fu(e,t,0,n),e.unwrap=()=>e._zod.def.innerType}))
|
|
1024
|
+
function sd(e){return new id({type:"optional",innerType:e})}var cd=ji("ZodExactOptional",((e,t)=>{Lc.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(t,o,n)=>fu(e,t,0,n),e.unwrap=()=>e._zod.def.innerType})),ud=ji("ZodNullable",((e,t)=>{Dc.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(t,o,n)=>((e,t,o,n)=>{const v=e._zod.def,r=su(v.innerType,t,n),l=t.seen.get(e)
|
|
1025
|
+
"openapi-3.0"===t.target?(l.ref=v.innerType,o.nullable=!0):o.anyOf=[r,{type:"null"}]})(e,t,o,n),e.unwrap=()=>e._zod.def.innerType}))
|
|
1026
|
+
function dd(e){return new ud({type:"nullable",innerType:e})}var md=ji("ZodDefault",((e,t)=>{Rc.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(t,o,n)=>((e,t,o,n)=>{const v=e._zod.def
|
|
1027
|
+
su(v.innerType,t,n),t.seen.get(e).ref=v.innerType,o.default=JSON.parse(JSON.stringify(v.defaultValue))})(e,t,o,n),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap})),pd=ji("ZodPrefault",((e,t)=>{Gc.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(t,o,n)=>((e,t,o,n)=>{const v=e._zod.def
|
|
1028
|
+
su(v.innerType,t,n),t.seen.get(e).ref=v.innerType,"input"===t.io&&(o._prefault=JSON.parse(JSON.stringify(v.defaultValue)))})(e,t,o,n),e.unwrap=()=>e._zod.def.innerType})),fd=ji("ZodNonOptional",((e,t)=>{Wc.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(t,o,n)=>((e,t,o,n)=>{const v=e._zod.def
|
|
1029
|
+
su(v.innerType,t,n),t.seen.get(e).ref=v.innerType})(e,t,0,n),e.unwrap=()=>e._zod.def.innerType})),gd=ji("ZodCatch",((e,t)=>{Uc.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(t,o,n)=>((e,t,o,n)=>{const v=e._zod.def
|
|
1030
|
+
let r
|
|
1031
|
+
su(v.innerType,t,n),t.seen.get(e).ref=v.innerType
|
|
1032
|
+
try{r=v.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}o.default=r})(e,t,o,n),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap})),wd=ji("ZodPipe",((e,t)=>{Kc.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(t,o,n)=>((e,t,o,n)=>{const v=e._zod.def,r="input"===t.io?"transform"===v.in._zod.def.type?v.out:v.in:v.out
|
|
1033
|
+
su(r,t,n),t.seen.get(e).ref=r})(e,t,0,n),e.in=t.in,e.out=t.out}))
|
|
1034
|
+
function zd(e,t){return new wd({type:"pipe",in:e,out:t})}var Vd=ji("ZodReadonly",((e,t)=>{Yc.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(t,o,n)=>((e,t,o,n)=>{const v=e._zod.def
|
|
1035
|
+
su(v.innerType,t,n),t.seen.get(e).ref=v.innerType,o.readOnly=!0})(e,t,o,n),e.unwrap=()=>e._zod.def.innerType})),Hd=ji("ZodCustom",((e,t)=>{eu.init(e,t),Nu.init(e,t),e._zod.processJSONSchema=(e,t,o)=>((e,t)=>{if("throw"===t.unrepresentable)throw new Error("Custom types cannot be represented in JSON Schema")})(0,e)})),xd=["aria-describedby"],yd={class:"px-form-item__input-wrap"},bd=["id"],Cd=(0,t.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}){(0,t.useCssVars)((e=>({ac9c6e38:p.value})))
|
|
1036
|
+
const n=new Set(["__proto__","constructor","prototype"]),v=e,r=(0,t.useSlots)(),l=(0,t.inject)(gl),h=qr().value,a=(0,t.ref)("init"),i=(0,t.ref)(""),s=(0,t.ref)([]),c=e=>{return e&&v.prop&&!qn(Ut(e,v.prop))?(t=v.prop,(f(t)?t:t.split(".")).some((e=>n.has(e)))?(v.prop,null):Ut(e,v.prop)):null
|
|
1037
|
+
var t},u=(0,t.computed)((()=>!(!v.label&&!r.label))),d=(0,t.computed)((()=>v.for||(s.value.length?s.value[0]:""))),m=(0,t.computed)((()=>`${v.label??""}${l?.labelSuffix??""}`)),p=(0,t.computed)((()=>{const e=e=>Qn(e)?`${e}px`:function(e,t,o){e=Ft(e),t=z(t)
|
|
1038
|
+
var n,v,r=e.length,l=o=void 0===o?r:(v=r,(n=M(o))==n&&(void 0!==v&&(n=n<=v?n:v),n=n>=0?n:0),n)
|
|
1039
|
+
return(o-=t.length)>=0&&e.slice(o,l)==t}(e,"px")?e:`${e}px`
|
|
1040
|
+
return v.labelWidth?e(v.labelWidth):l?.labelWidth?e(l?.labelWidth):"150px"})),g=(0,t.computed)((()=>l?.labelPosition??"right")),w=(0,t.computed)((()=>"top"===g.value)),V=(0,t.computed)((()=>w.value?{width:"100%",textAlign:"left",padding:"0 0 8px 0"}:{textAlign:"left"===g.value?"left":"right"})),H=(0,t.computed)((()=>l?.disabled||v.disabled)),x=(0,t.computed)((()=>{const e=l?.model
|
|
1041
|
+
return c(e)})),y=(0,t.computed)((()=>v.prop?Un(v.prop)?v.prop:v.prop.join("."):"")),b=(0,t.computed)((()=>{const{required:e}=v,t=[]
|
|
1042
|
+
v.rules&&t.push(...v.rules)
|
|
1043
|
+
const o=l?.rules
|
|
1044
|
+
if(o&&v.prop){const e=c(o)
|
|
1045
|
+
e&&t.push(...e)}if(!qn(e)){const o=Ln(Xn(t,((e,t)=>[e,t])),(e=>Jn(zt(e[0]),"required")))
|
|
1046
|
+
if(gv(o))for(const n of o){const[o,v]=n
|
|
1047
|
+
o.required!==e&&(t[v]={...o,required:e})}else t.push({required:e})}return t})),C=(0,t.computed)((()=>qn(v.required)?gv(Ln(b.value,(e=>e.required)))>0:v.required))
|
|
1048
|
+
let B=null,_=!1
|
|
1049
|
+
const k=async(e,t)=>{if(_||!v.prop||H.value)return!1
|
|
1050
|
+
if(!a.value)return t?.(!1),!1
|
|
1051
|
+
const o=function(e){const t=b.value
|
|
1052
|
+
return t?Ln(t,(t=>!t?.trigger||!e||(f(t.trigger)?t.trigger.includes(e):t.trigger===e))):[]}(e)
|
|
1053
|
+
return gv(o)?(a.value="validating",async function(e){const t=x.value
|
|
1054
|
+
for(const o of e){let e=o.schema??null
|
|
1055
|
+
if(!e&&o.required&&(e=$u({message:o.message??"This field is required"}).min(1,o.message??"This field is required")),!e)continue
|
|
1056
|
+
const n=e.safeParse(t)
|
|
1057
|
+
if(!n.success){const e=o.message??n.error.issues[0]?.message??"Validation failed"
|
|
1058
|
+
a.value="error",i.value=e
|
|
1059
|
+
const t={errors:[{field:y.value,message:e}],fields:{[y.value]:[{message:e}]}}
|
|
1060
|
+
return l?.emits("validate",v,!1,e),Promise.reject(t)}}return a.value="success",l?.emits("validate",v,!0,""),!0}(o).then((()=>(t?.(!0),!0))).catch((e=>{const{fields:o}=e
|
|
1061
|
+
return t?.(!1,o),Promise.reject(o)}))):(t?.(!0),!0)},I=()=>{const e=l?.model
|
|
1062
|
+
e&&y.value&&!qn(Ut(e,y.value))&&(_=!0,e[y.value]=nn(B)),(0,t.nextTick)((()=>S()))},S=()=>{a.value="init",i.value="",_=!1},Z=(0,t.reactive)({...(0,t.toRefs)(v),disabled:H.value,validate:k,resetField:I,clearValidate:S,addInputId:e=>{Jn(s.value,e)||s.value.push(e)},removeInputId:e=>{s.value=Ln(s.value,(t=>t!==e))}})
|
|
1063
|
+
return(0,t.onMounted)((()=>{v.prop&&(l?.addField(Z),B=x.value)})),(0,t.onUnmounted)((()=>{v.prop&&l?.removeField(Z)})),(0,t.provide)(wl,Z),o({validateMessage:i,validateStatus:a,validate:k,resetField:I,clearValidate:S}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-form-item",{"is-error":"error"===a.value,"is-success":"success"===a.value,"is-disabled":H.value,"is-required":C.value,"asterisk-left":"left"===(0,t.unref)(l)?.requiredAsteriskPosition,"asterisk-right":"right"===(0,t.unref)(l)?.requiredAsteriskPosition}]),style:(0,t.normalizeStyle)(w.value?{flexDirection:"column"}:{})},[u.value?((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(d.value?"label":"div"),{key:0,class:"px-form-item__label",style:(0,t.normalizeStyle)(V.value),id:(0,t.unref)(h),for:d.value},{default:(0,t.withCtx)((()=>[(0,t.renderSlot)(e.$slots,"label",{label:m.value},(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(m.value),1)]),!0)])),_:3},8,["style","id","for"])):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("div",{class:"px-form-item__content",style:(0,t.normalizeStyle)(w.value?{width:"100%"}:{}),"aria-describedby":"error"===a.value?`form-item-error-${(0,t.unref)(h)}`:void 0},[(0,t.createElementVNode)("div",yd,[(0,t.renderSlot)(e.$slots,"default",{validate:k},void 0,!0),(0,t.unref)(l)?.statusIcon&&"success"===a.value?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,icon:"check",class:"px-form-item__status-icon is-success",size:"sm"})):(0,t.createCommentVNode)("",!0),(0,t.unref)(l)?.statusIcon&&"error"===a.value?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:1,icon:"close",class:"px-form-item__status-icon is-error",size:"sm"})):(0,t.createCommentVNode)("",!0)]),"error"===a.value?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,class:"px-form-item__error-msg",id:`form-item-error-${(0,t.unref)(h)}`},[(0,t.unref)(l)?.showMessage&&e.showMessage?(0,t.renderSlot)(e.$slots,"error",{key:0,error:i.value},(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(i.value),1)]),!0):(0,t.createCommentVNode)("",!0)],8,bd)):(0,t.createCommentVNode)("",!0)],12,xd)],6))}}),Bd=Xv(Cd,[["__scopeId","data-v-0e2bbb22"]]),_d=Av($i),kd=Av(Bd),Md=new Set(["primary","success","warning","danger","info"]),Id={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"}},Sd={class:"px-file-input__wrapper"},Zd=["disabled","accept","multiple","form"],Ed={class:"px-file-input__name"},Ad=Av((0,t.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:n}){const v=e,r=n,l=(0,t.shallowRef)(),{formItem:h}=zl(),a=(0,t.ref)(null),i=(0,t.computed)((()=>Md.has(v.color??""))),s=(0,t.computed)((()=>!!v.color&&!i.value)),c=(0,t.computed)((()=>s.value?xv(Hv(v.color),"px-file-input",Id[v.ghost?"ghost":"default"]):{})),u=(0,t.computed)((()=>{const e=a.value
|
|
1064
|
+
return e&&0!==e.length?1===e.length?e[0].name:`${e.length} files selected`:v.placeholder})),d=(0,t.computed)((()=>v.clearable&&a.value&&a.value.length>0))
|
|
1065
|
+
function m(e){const t=e.target.files??null
|
|
1066
|
+
a.value=t,r("update:modelValue",t),r("change",t),h?.validate("change").catch((()=>{}))}function p(){v.disabled||l.value?.click()}function f(){a.value=null,l.value&&(l.value.value=""),r("update:modelValue",null),r("clear"),h?.clearValidate()}return o({ref:l,open:function(){l.value?.click()},clear:f}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-file-input",{[`px-file-input--${e.size}`]:e.size,[`px-file-input--${e.color}`]:i.value,"is-ghost":e.ghost,"is-disabled":e.disabled}]),style:(0,t.normalizeStyle)(c.value)},[(0,t.createElementVNode)("div",Sd,[(0,t.createElementVNode)("input",{ref_key:"inputRef",ref:l,type:"file",class:"px-file-input__native",disabled:e.disabled,accept:e.accept,multiple:e.multiple,form:e.form,onChange:m},null,40,Zd),(0,t.createElementVNode)("div",{class:"px-file-input__trigger",onClick:p},[(0,t.renderSlot)(e.$slots,"trigger",{},(()=>[o[0]||(o[0]=(0,t.createTextVNode)("Browse"))]))]),(0,t.createElementVNode)("span",Ed,(0,t.toDisplayString)(u.value),1),d.value?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,icon:"close-box",class:"px-file-input__clear",onClick:(0,t.withModifiers)(f,["stop"])})):(0,t.createCommentVNode)("",!0)])],6))}})),Nd=Symbol("filterContext"),Od={"active-color":"color","active-border-color":"dark"},Pd=["type","aria-checked","id","name","disabled","checked"],$d={key:0,class:"px-filter-item__label"},jd=(0,t.defineComponent)({name:"PxFilterItem",inheritAttrs:!1,__name:"FilterItem",props:{value:{},label:{},disabled:{type:Boolean}},setup(e){const o=e,n=(0,t.useSlots)(),v=(0,t.inject)(Nd,void 0),r=!!v,l=qr().value,h=(0,t.computed)((()=>v?.multiple.value??!1)),a=(0,t.computed)((()=>{if(!r)return!1
|
|
1067
|
+
const e=v.modelValue.value
|
|
1068
|
+
return h.value?Array.isArray(e)&&e.includes(o.value):e===o.value})),i=(0,t.computed)((()=>!!r&&!h.value&&v.hasSelection.value&&!a.value)),s=(0,t.computed)((()=>!!v?.disabled.value||(o.disabled??!1))),c=(0,t.computed)((()=>v?.size.value)),u=(0,t.computed)((()=>v?.type.value)),d=(0,t.computed)((()=>v?.color.value)),m=(0,t.computed)((()=>v?.name.value)),p=(0,t.computed)((()=>{const e=d.value
|
|
1069
|
+
return e?xv(Hv(e),"px-filter-item",Od):{}}))
|
|
1070
|
+
function f(){!s.value&&r&&(h.value?v.changeEvent(o.value):v.changeEvent(a.value?void 0:o.value))}return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-filter-item",{[`px-filter-item--${c.value}`]:c.value,[`px-filter-item--${u.value}`]:u.value,"is-active":a.value,"is-disabled":s.value,"is-hidden":i.value}]),style:(0,t.normalizeStyle)(p.value),onClick:f},[(0,t.createElementVNode)("input",{class:"px-filter-item__original",type:h.value?"checkbox":"radio","aria-checked":a.value,id:(0,t.unref)(l),name:m.value,disabled:s.value,checked:a.value},null,8,Pd),e.label||(0,t.unref)(n).default?((0,t.openBlock)(),(0,t.createElementBlock)("span",$d,[(0,t.renderSlot)(e.$slots,"default",{},(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.label),1)]))])):(0,t.createCommentVNode)("",!0)],6))}}),Td=["role"],Ld=Av((0,t.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 n=e,v=o,r=(0,t.computed)((()=>n.multiple?Array.isArray(n.modelValue)&&n.modelValue.length>0:void 0!==n.modelValue)),l=e=>{if(n.multiple){const t=Array.isArray(n.modelValue)?[...n.modelValue]:[]
|
|
1071
|
+
if(void 0===e)return v("update:modelValue",[]),void v("change",[])
|
|
1072
|
+
const o=t.indexOf(e)
|
|
1073
|
+
o>=0?t.splice(o,1):t.push(e),v("update:modelValue",t),v("change",t)}else v("update:modelValue",e),v("change",e)}
|
|
1074
|
+
function h(){l(void 0)}return(0,t.provide)(Nd,{modelValue:(0,t.computed)((()=>n.modelValue)),disabled:(0,t.computed)((()=>n.disabled)),size:(0,t.computed)((()=>n.size)),type:(0,t.computed)((()=>n.type)),color:(0,t.computed)((()=>n.color)),name:(0,t.computed)((()=>n.name)),multiple:(0,t.computed)((()=>n.multiple)),hasSelection:r,changeEvent:l}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-filter",{"is-collapsed":!e.multiple&&r.value}]),role:e.multiple?"group":"radiogroup"},[r.value?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,class:"px-filter__reset",onClick:h},[(0,t.createVNode)(Uv,{icon:"close"})])):(0,t.createCommentVNode)("",!0),e.options?.length?((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,{key:1},(0,t.renderList)(e.options,(e=>((0,t.openBlock)(),(0,t.createBlock)(jd,{key:e.value,value:e.value,label:e.label,disabled:e.disabled},null,8,["value","label","disabled"])))),128)):(0,t.renderSlot)(e.$slots,"default",{key:2})],10,Td))}})),Dd=Av(jd),Rd={"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>'},Fd=Av(Uv)
|
|
1075
|
+
function Gd(){Zv(Rd)}var Wd={"bg-color":"color","border-color":"dark","shadow-color":"dark"},Xd=Av(Xv((0,t.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,n=(0,t.useSlots)(),v=(0,t.computed)((()=>!n.indicator)),r=(0,t.computed)((()=>o.color?xv(Hv(o.color),"px-indicator",Wd):{})),l=(0,t.computed)((()=>o.offset?{"--px-indicator-offset-x":`${o.offset[0]}px`,"--px-indicator-offset-y":`${o.offset[1]}px`}:{}))
|
|
1076
|
+
return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-indicator",{"is-inline":e.inline}])},[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0),e.processing&&v.value?((0,t.openBlock)(),(0,t.createElementBlock)("span",{key:0,class:(0,t.normalizeClass)(["px-indicator__ping",[`px-indicator__ping--${e.placement}`,`px-indicator__ping--${e.type}`]]),style:(0,t.normalizeStyle)([r.value,l.value])},null,6)):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("div",{class:(0,t.normalizeClass)(["px-indicator__item",[`px-indicator__item--${e.placement}`,`px-indicator__item--${e.type}`,{"is-dot":v.value,"is-processing":e.processing}]]),style:(0,t.normalizeStyle)([r.value,l.value])},[(0,t.renderSlot)(e.$slots,"indicator",{},void 0,!0)],6)],2))}}),[["__scopeId","data-v-84fa8f8b"]])),Ud=new Set(["primary","success","warning","danger","info"]),Kd={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"}},Jd={key:0,class:"px-input__prepend"},Yd={key:0,class:"px-input__prefix"},Qd=["id","type","disabled","readonly","autocomplete","placeholder","autofocus","form"],qd={key:1,class:"px-input__suffix"},em={key:1,class:"px-input__append"},tm=["id","disabled","readonly","autocomplete","placeholder","autofocus","form"],om=(0,t.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},prefixIcon:{},suffixIcon:{},form:{}},emits:["update:modelValue","input","change","focus","blur","clear"],setup(e,{expose:o,emit:n}){const v=e,r=n,l=(0,t.ref)(v.modelValue),h=(0,t.ref)(!1),a=(0,t.shallowRef)(),i=(0,t.shallowRef)(),s=(0,t.useAttrs)(),{formItem:c}=zl(),u=(0,t.computed)((()=>a.value||i.value)),d=(0,t.computed)((()=>v.disabled)),m=(0,t.computed)((()=>Ud.has(v.color??""))),p=(0,t.computed)((()=>!!v.color&&!m.value)),f=(0,t.computed)((()=>p.value?xv(Hv(v.color),"px-input",Kd[v.ghost?"ghost":"default"]):{})),g=(0,t.computed)((()=>v.clearable&&!!l.value&&!d.value&&V.value)),w=(0,t.computed)((()=>"password"===v.type&&v.showPassword&&!d.value&&!!l.value)),{wrapperRef:z,isFocused:V,handleFocus:H,handleBlur:x}=Kr(u,{afterBlur(){c?.validate("blur").catch((e=>{}))}}),y=()=>{l.value="",Pn(["input","change","update:modelValue"],(e=>r(e,""))),r("clear"),c?.clearValidate()}
|
|
1077
|
+
function b(){r("update:modelValue",l.value),r("input",l.value)}function C(){r("change",l.value)}function B(){h.value=!h.value}return(0,t.watch)((()=>v.modelValue),(e=>{l.value=e,c?.validate("change").catch((e=>{}))})),o({ref:u,focus:async()=>{await(0,t.nextTick)(),u.value?.focus()},blur:()=>{u.value?.blur()},select:()=>{u.value?.select()},clear:y}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-input",{[`px-input--${e.type}`]:e.type,[`px-input--${e.size}`]:e.size,[`px-input--${e.color}`]:m.value,"is-ghost":e.ghost,"is-disabled":d.value,"is-prepend":e.$slots.prepend,"is-append":e.$slots.append,"is-prefix":e.$slots.prefix||e.prefixIcon,"is-suffix":e.$slots.suffix||e.suffixIcon,"is-focus":(0,t.unref)(V)}]),style:(0,t.normalizeStyle)(f.value)},["textarea"!==e.type?((0,t.openBlock)(),(0,t.createElementBlock)(t.Fragment,{key:0},[e.$slots.prepend?((0,t.openBlock)(),(0,t.createElementBlock)("div",Jd,[(0,t.renderSlot)(e.$slots,"prepend")])):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("div",{class:"px-input__wrapper",ref_key:"wrapperRef",ref:z},[e.$slots.prefix||e.prefixIcon?((0,t.openBlock)(),(0,t.createElementBlock)("span",Yd,[(0,t.renderSlot)(e.$slots,"prefix",{},(()=>[e.prefixIcon?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,icon:e.prefixIcon},null,8,["icon"])):(0,t.createCommentVNode)("",!0)]))])):(0,t.createCommentVNode)("",!0),(0,t.withDirectives)((0,t.createElementVNode)("input",(0,t.mergeProps)({class:"px-input__inner",ref_key:"inputRef",ref:a,id:(0,t.unref)(qr)().value,type:e.showPassword?h.value?"text":"password":e.type,disabled:d.value,readonly:e.readonly,autocomplete:e.autocomplete,placeholder:e.placeholder,autofocus:e.autofocus,form:e.form,"onUpdate:modelValue":o[0]||(o[0]=e=>l.value=e)},(0,t.unref)(s),{onInput:b,onChange:C,onFocus:o[1]||(o[1]=(...e)=>(0,t.unref)(H)&&(0,t.unref)(H)(...e)),onBlur:o[2]||(o[2]=(...e)=>(0,t.unref)(x)&&(0,t.unref)(x)(...e))}),null,16,Qd),[[t.vModelDynamic,l.value]]),e.$slots.suffix||e.suffixIcon||g.value||w.value?((0,t.openBlock)(),(0,t.createElementBlock)("span",qd,[(0,t.renderSlot)(e.$slots,"suffix",{},(()=>[e.suffixIcon?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,icon:e.suffixIcon},null,8,["icon"])):(0,t.createCommentVNode)("",!0)])),g.value?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,icon:"close-box",class:"px-input__clear",onClick:y,onMousedown:(0,t.withModifiers)((0,t.unref)(ne),["prevent"])},null,8,["onMousedown"])):(0,t.createCommentVNode)("",!0),w.value&&h.value?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:1,icon:"eye",class:"px-input__password",onClick:B})):(0,t.createCommentVNode)("",!0),w.value&&!h.value?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:2,icon:"eye-closed",class:"px-input__password",onClick:B})):(0,t.createCommentVNode)("",!0)])):(0,t.createCommentVNode)("",!0)],512),e.$slots.append?((0,t.openBlock)(),(0,t.createElementBlock)("div",em,[(0,t.renderSlot)(e.$slots,"append")])):(0,t.createCommentVNode)("",!0)],64)):(0,t.withDirectives)(((0,t.openBlock)(),(0,t.createElementBlock)("textarea",(0,t.mergeProps)({key:1,class:"px-textarea__wrapper",ref_key:"textareaRef",ref:i,id:(0,t.unref)(qr)().value,disabled:d.value,readonly:e.readonly,autocomplete:e.autocomplete,placeholder:e.placeholder,autofocus:e.autofocus,form:e.form,"onUpdate:modelValue":o[3]||(o[3]=e=>l.value=e)},(0,t.unref)(s),{onInput:b,onChange:C,onFocus:o[4]||(o[4]=(...e)=>(0,t.unref)(H)&&(0,t.unref)(H)(...e)),onBlur:o[5]||(o[5]=(...e)=>(0,t.unref)(x)&&(0,t.unref)(x)(...e))}),null,16,tm)),[[t.vModelText,l.value]])],6))}}),nm=Av(om),vm={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"}},rm=new Set(["up","down","left","right"]),lm={key:0,class:"px-kbd__key"},hm={key:1,class:"px-kbd__key"},am=["title"],im={key:0,class:"px-kbd__key"},sm=Av(Xv((0,t.defineComponent)({name:"PxKbd",__name:"Kbd",props:{size:{default:"default"},keys:{}},setup(e){const o=e,n=(0,t.computed)((()=>({[`px-kbd--${o.size}`]:"default"!==o.size})))
|
|
1078
|
+
function v(e){return rm.has(e)}return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("span",{class:(0,t.normalizeClass)(["px-kbd",n.value])},[((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(e.keys,(e=>((0,t.openBlock)(),(0,t.createElementBlock)(t.Fragment,{key:e},[v(e)?((0,t.openBlock)(),(0,t.createElementBlock)("kbd",lm,[(0,t.createVNode)(Uv,{icon:(0,t.unref)(vm)[e].icon,size:"xs"},null,8,["icon"])])):((0,t.openBlock)(),(0,t.createElementBlock)("kbd",hm,[(0,t.createElementVNode)("abbr",{title:e,class:"px-kbd__abbr"},(0,t.toDisplayString)((0,t.unref)(vm)[e].label),9,am)]))],64)))),128)),e.$slots.default?((0,t.openBlock)(),(0,t.createElementBlock)("kbd",im,[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)])):(0,t.createCommentVNode)("",!0)],2))}}),[["__scopeId","data-v-fa07bd0e"]])),cm=["href","target"],um=Av(Xv((0,t.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 n=e,v=o,r={"text-color":"color","hover-color":"dark"},l=(0,t.computed)((()=>n.color?xv(Hv(n.color),"px-link",r):{})),h=e=>{n.disabled||v("click",e)}
|
|
1079
|
+
return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("a",{class:(0,t.normalizeClass)(["px-link",{[`px-link--${e.type}`]:e.type,"is-underline":e.underline,"is-disabled":e.disabled}]),href:e.disabled?void 0:e.href,target:e.target,style:(0,t.normalizeStyle)(l.value),onClick:h},[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)],14,cm))}}),[["__scopeId","data-v-d754ba7d"]])),dm=Xv((0,t.defineComponent)({name:"PxLoadingIndicator",__name:"LoadingIndicator",props:{variant:{default:"spinner"},size:{default:"md"},type:{default:"primary"},color:{}},setup(e){const o=e,n=(0,t.computed)((()=>o.color?{"--px-loading-indicator-color":o.color}:{}))
|
|
1080
|
+
return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("span",{class:(0,t.normalizeClass)(["px-loading-indicator",[`px-loading-indicator--${e.variant}`,`px-loading-indicator--${e.size}`,`px-loading-indicator--${e.type}`]]),style:(0,t.normalizeStyle)(n.value),role:"status","aria-label":"Loading"},o[0]||(o[0]=[(0,t.createElementVNode)("span",{class:"px-loading-indicator__inner"},null,-1)]),6))}}),[["__scopeId","data-v-1435ecee"]]),mm={class:"px-loading__spinner"},pm={key:1,class:"px-loading-text"},fm=(0,t.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){(0,t.useCssVars)((e=>({d4003bba:e.background,b5c47826:e.zIndex})))
|
|
1081
|
+
const o=e
|
|
1082
|
+
return(e,n)=>((0,t.openBlock)(),(0,t.createBlock)(t.Transition,{name:"fade-in-linear",onAfterLeave:e.onAfterLeave},{default:(0,t.withCtx)((()=>[(0,t.withDirectives)((0,t.createElementVNode)("div",{class:(0,t.normalizeClass)(["px-loading px-loading__mask",{"is-fullscreen":e.fullscreen}]),role:"status","aria-live":"polite"},[(0,t.createElementVNode)("div",mm,[!1!==o.spinner?((0,t.openBlock)(),(0,t.createBlock)(dm,{key:0,variant:"spinner",size:"lg"})):(0,t.createCommentVNode)("",!0),e.text?((0,t.openBlock)(),(0,t.createElementBlock)("p",pm,(0,t.toDisplayString)(e.text),1)):(0,t.createCommentVNode)("",!0)])],2),[[t.vShow,o.visible.value]])])),_:1},8,["onAfterLeave"]))}}),gm="px-loading-parent--relative",wm="px-loading-parent--hiden",zm="px-loading-numb",Vm=new Map,{nextZIndex:Hm}=il(3e3)
|
|
1083
|
+
function xm(e=document.body){e.classList.remove(wm)}function ym(e=document.body){return e.getAttribute(zm)}var bm=null
|
|
1084
|
+
function Cm(e={}){const o=function(e){let t
|
|
1085
|
+
return t=Un(e.target)?document.querySelector(e.target)??document.body:e.target||document.body,{parent:t===document.body||e.body?document.body:t,background:e.background??"rgba(0, 0, 0, 0.5)",spinner:e.spinner,text:e.text,fullscreen:t===document.body&&(e.fullscreen??!0),lock:e.lock??!1,visible:e.visible??!0,target:t}}(e),n=o.parent??document.body
|
|
1086
|
+
if(o.fullscreen&&!qn(bm))return bm
|
|
1087
|
+
if(function(e=document.body){const t=ym(e)??"0"
|
|
1088
|
+
e.setAttribute(zm,`${Number.parseInt(t,10)+1}`)}(o?.parent),Vm.has(n))return Vm.get(n)
|
|
1089
|
+
const v=function(e){const o=(0,t.ref)(e.visible),n=(0,t.ref)(!1),v=()=>{n.value&&l()},r=(0,t.reactive)({...e,onAfterLeave:v}),l=()=>{const e=r.parent
|
|
1090
|
+
!function(e=document.body){const t=ym(e)
|
|
1091
|
+
if(t){const o=Number.parseInt(t,10)-1
|
|
1092
|
+
0===o?function(e=document.body){e.removeAttribute(zm)}(e):e.setAttribute(zm,`${o}`)}}(e),ym(e)||(On((()=>{!function(e=document.body){e.classList.remove(gm)}(e),xm(e)}),1),Vm.delete(e??document.body),i.$el?.parentNode?.removeChild(i.$el),a.unmount())}
|
|
1093
|
+
let h
|
|
1094
|
+
const a=(0,t.createApp)(fm,{...r,zIndex:r.fullscreen?Hm():void 0,visible:o}),i=a.mount(document.createElement("div"))
|
|
1095
|
+
return{get $el(){return i.$el},vm:i,close:()=>{e.beforeClose&&!e.beforeClose()||(n.value=!0,clearTimeout(h),h=Nn(v),o.value=!1,e.closed?.())},visible:o,setText:e=>r.text=e}}({...o,closed:()=>{o.closed?.(),o.fullscreen&&(bm=null)}})
|
|
1096
|
+
return function(e,t=document.body){e.lock?function(e=document.body){e.classList.add(wm)}(t):xm(t),function(e=document.body){e.classList.add(gm)}(t)}(e,o?.parent),o.parent?.appendChild(v.$el),(0,t.nextTick)((()=>v.visible.value=!!o.visible)),o.fullscreen&&(bm=v),Vm.set(n,v),v}var Bm=Symbol("loading")
|
|
1097
|
+
function _m(e,t){const o=t=>e.getAttribute(`px-loading-${t}`),n=e=>t.modifiers[e],v=n("fullscreen"),r={text:o("text"),spinner:o("spinner"),background:o("background"),target:v?void 0:e,body:n("body"),lock:n("lock"),fullscreen:v}
|
|
1098
|
+
e[Bm]={options:r,instance:Cm(r)}}var km={mounted(e,t){t.value&&_m(e,t)},updated(e,t){t.oldValue!==t.value&&(!t.value||t.oldValue?e[Bm]?.instance.close():_m(e,t))},unmounted(e){e[Bm]?.instance.close(),e[Bm]=void 0}},Mm=Av(dm),Im={name:"PxLoading",install(e){e.directive("loading",km),e.config.globalProperties.$loading=Cm},directive:km,service:Cm},Sm=["aria-live"],Zm={class:"px-message__content"},Em={key:0,class:"px-message__close"},Am=(0,t.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 n=e,v=(0,t.ref)(!1),r=(0,t.ref)(),l=(0,t.ref)(0),{topOffset:h,bottomOffset:a}=hl({getLastBottomOffset:ho(Lm,n),offset:n.offset,boxHeight:l}),i=(0,t.computed)((()=>n.icon??Dv.get(n.type)??"circle-info")),s=(0,t.computed)((()=>({top:Tv(h.value),zIndex:n.zIndex})))
|
|
1099
|
+
let c
|
|
1100
|
+
function u(){0!==n.duration&&(c=On(m,n.duration))}function d(){clearTimeout(c)}function m(){d(),v.value=!1}return(0,t.watch)(v,(e=>{e||(l.value=-n.offset)})),(0,t.onMounted)((()=>{v.value=!0,u()})),(0,t.onBeforeUnmount)((()=>d())),o({close:m,bottomOffset:a}),(e,o)=>((0,t.openBlock)(),(0,t.createBlock)(t.Transition,{name:e.transitionName,onEnter:o[0]||(o[0]=e=>l.value=r.value.getBoundingClientRect().height),onAfterLeave:o[1]||(o[1]=t=>!v.value&&e.onDestroy())},{default:(0,t.withCtx)((()=>[(0,t.withDirectives)((0,t.createElementVNode)("div",{ref_key:"messageRef",ref:r,class:(0,t.normalizeClass)(["px-message",{[`px-message--${e.type}`]:e.type,"is-close":e.showClose,"text-center":e.center,"is-plain":e.plain,"is-ghost":e.ghost}]),style:(0,t.normalizeStyle)(s.value),role:"alert","aria-live":"danger"===e.type||"warning"===e.type?"assertive":"polite",onMouseenter:d,onMouseleave:u},[(0,t.createVNode)(Uv,{class:"px-message__icon",icon:i.value},null,8,["icon"]),(0,t.createElementVNode)("div",Zm,[(0,t.renderSlot)(e.$slots,"default",{},(()=>[e.message?((0,t.openBlock)(),(0,t.createBlock)((0,t.unref)(Rv),{key:0,vNode:e.message},null,8,["vNode"])):(0,t.createCommentVNode)("",!0)]))]),e.showClose?((0,t.openBlock)(),(0,t.createElementBlock)("div",Em,[(0,t.createVNode)(Uv,{icon:"close",onClick:(0,t.withModifiers)(m,["stop"])})])):(0,t.createCommentVNode)("",!0),e.showTimer&&e.duration>0?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:1,class:"px-message__timer",style:(0,t.normalizeStyle)({animationDuration:`${e.duration}ms`})},null,4)):(0,t.createCommentVNode)("",!0)],46,Sm),[[t.vShow,v.value]])])),_:3},8,["name"]))}}),Nm=["info","success","warning","danger","error"],Om=(0,t.shallowReactive)([]),{nextZIndex:Pm}=il(),$m=Pv((()=>Om.length?Om[Om.length-1]:void 0)),jm={type:"info",duration:3e3,offset:10,transitionName:"fade-up"},Tm=e=>{const o=!e||(0,t.isVNode)(e)||Un(e)?{message:e}:e
|
|
1101
|
+
return{...jm,...o}}
|
|
1102
|
+
function Lm(){const e=Rn(Om,{id:this.id})
|
|
1103
|
+
return e<=0?0:Ut(Om,[e-1,"vm","exposed","bottomOffset","value"])}var Dm=(e={})=>{const o=Tm(e),n=(!e||(0,t.isVNode)(e)||Un(e)?{}:e).max
|
|
1104
|
+
return n&&n>0&&Ov(Om,n),(e=>{const o=qr().value,n=document.createElement("div"),v={...e,id:o,zIndex:Pm(),onDestroy:()=>{const e=Rn(Om,{id:o});-1!==e&&(Om.splice(e,1),(0,t.render)(null,n),$m.unregister())}},r=(0,t.h)(Am,v);(0,t.render)(r,n),document.body.appendChild(n.firstElementChild)
|
|
1105
|
+
const l=r.component,h={props:v,id:o,vm:l,vnode:r,handler:{close:()=>l.exposed.close()}}
|
|
1106
|
+
return Om.push(h),$m.register(),h})(o).handler}
|
|
1107
|
+
Pn(Nm,(e=>{fv(Dm,e,(t=>Dm({...Tm(t),type:e})))})),Dm.closeAll=function(e){Pn(Om,(t=>{e?t.props.type===e&&t.handler.close():t.handler.close()}))}
|
|
1108
|
+
var Rm=Nv(Dm,"$message"),Fm=Xv((0,t.defineComponent)({name:"PxOverlay",__name:"Overlay",props:{mask:{type:Boolean,default:!0},zIndex:{},overlayClass:{}},emits:["click"],setup(e,{emit:o}){const n=o
|
|
1109
|
+
function v(e){n("click",e)}return(e,o)=>e.mask?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,class:(0,t.normalizeClass)(["px-overlay",e.overlayClass]),style:(0,t.normalizeStyle)({zIndex:e.zIndex}),onClick:v},[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)],6)):((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:1,class:(0,t.normalizeClass)(e.overlayClass),style:(0,t.normalizeStyle)({zIndex:e.zIndex,position:"fixed",top:0,left:0,right:0,bottom:0})},[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)],6))}}),[["__scopeId","data-v-a64cd74a"]]),Gm={class:"px-message-box__content"},Wm={key:1,class:"px-message-box__message"},Xm={class:"px-message-box__input"},Um={key:0,class:"px-message-box__error"},Km={class:"px-message-box__footer"},Jm=(0,t.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,n=ll(),{doAction:v}=o,{nextZIndex:r}=il(),l=(0,t.ref)(),h=(0,t.ref)(),a=(0,t.ref)(),i=(0,t.ref)(),s=qr(),c=`msgbox-title-${qr().value}`,u=(0,t.reactive)({...o,zIndex:r()}),d=(0,t.computed)((()=>o.visible?.value??!1)),m=(0,t.computed)((()=>!!u.message)),p=(0,t.computed)((()=>u.icon??Dv.get(u.type??""))),f=(0,t.computed)((()=>({...u.customStyle,...u.width?{"--px-message-box-width":"number"==typeof u.width?`${u.width}px`:u.width}:{}}))),g=(0,t.ref)(""),{activate:w,deactivate:z}=Yr(l),{reset:V}=Ur((0,t.computed)((()=>u.draggable?l.value:void 0)),(0,t.computed)((()=>u.draggable?h.value:void 0)),{constrainToViewport:!0})
|
|
1110
|
+
function H(){o.closeOnClickModal&&b()}function x(e){if("textarea"!==u.inputType)return e.preventDefault(),y("confirm")}function y(e){if("confirm"!==e||!u.showInput||function(){if(!u.inputSchema)return!0
|
|
1111
|
+
const e=u.inputSchema.safeParse(u.inputValue??"")
|
|
1112
|
+
return e.success?(g.value="",!0):(g.value=u.inputErrorMessage??e.error.issues[0]?.message??n.value.t("messagebox.error"),!1)}())if(S(o.beforeClose)){const t="confirm"===e?"confirmButtonLoading":"cancel"===e?"cancelButtonLoading":void 0
|
|
1113
|
+
let n
|
|
1114
|
+
t&&(u[t]=!0)
|
|
1115
|
+
try{n=o.beforeClose(e,u,(()=>{t&&(u[t]=!1),v(e,u.inputValue)}))}catch{return void(t&&(u[t]=!1))}n instanceof Promise&&n.catch((()=>{t&&(u[t]=!1)}))}else v(e,u.inputValue)}function b(){y(!1===u.distinguishCancelAndClose?"cancel":"close")}return(0,t.watch)((()=>o.visible?.value),(e=>{e?(u.zIndex=r(),V(),(0,t.nextTick)((()=>{"prompt"===o.boxType?a.value?.focus():i.value?.$el?.focus(),w()}))):(z(),g.value="")})),Gr(document,"keydown",(e=>{u.closeOnPressEscape&&d.value&&"Escape"===e.key&&b()})),Gr(window,"hashchange",(()=>{u.closeOnHashChange&&d.value&&b()})),(e,o)=>((0,t.openBlock)(),(0,t.createBlock)(t.Transition,{name:"fade-in-linear",onAfterLeave:e.destroy},{default:(0,t.withCtx)((()=>[(0,t.withDirectives)((0,t.createVNode)(Fm,{"z-index":u.zIndex,"overlay-class":u.overlayClass,mask:""},{default:(0,t.withCtx)((()=>[(0,t.createElementVNode)("div",{role:"dialog","aria-modal":"true","aria-labelledby":c,class:"px-overlay-message-box",onClick:H},[(0,t.createElementVNode)("div",{ref_key:"rootRef",ref:l,class:(0,t.normalizeClass)(["px-message-box",{"is-center":u.center,"is-draggable":u.draggable},u.type?`px-message-box--${u.type}`:"",u.customClass]),style:(0,t.normalizeStyle)(f.value),onClick:o[5]||(o[5]=(0,t.withModifiers)((()=>{}),["stop"]))},[(0,t.unref)(qn)(u.title)?(0,t.createCommentVNode)("",!0):((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,ref_key:"headerRef",ref:h,class:"px-message-box__header"},[(0,t.createElementVNode)("div",{class:"px-message-box__title",id:c},[p.value&&u.center?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,class:(0,t.normalizeClass)({[`px-icon-${u.type}`]:u.type}),icon:p.value},null,8,["class","icon"])):(0,t.createCommentVNode)("",!0),(0,t.createTextVNode)(" "+(0,t.toDisplayString)(u.title),1)]),e.showClose?((0,t.openBlock)(),(0,t.createElementBlock)("button",{key:0,class:"px-message-box__header-btn",onClick:(0,t.withModifiers)(b,["stop"])},[(0,t.createVNode)(Uv,{icon:"close"})])):(0,t.createCommentVNode)("",!0)],512)),(0,t.createElementVNode)("div",Gm,[p.value&&!u.center&&m.value?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,class:(0,t.normalizeClass)({[`px-icon-${u.type}`]:u.type}),icon:p.value},null,8,["class","icon"])):(0,t.createCommentVNode)("",!0),m.value?((0,t.openBlock)(),(0,t.createElementBlock)("div",Wm,[(0,t.renderSlot)(e.$slots,"default",{},(()=>[((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(u.showInput?"label":"p"),{for:u.showInput?(0,t.unref)(s):void 0},{default:(0,t.withCtx)((()=>[(0,t.createTextVNode)((0,t.toDisplayString)(u.message),1)])),_:1},8,["for"]))]))])):(0,t.createCommentVNode)("",!0)]),(0,t.withDirectives)((0,t.createElementVNode)("div",Xm,[(0,t.createVNode)(om,{modelValue:u.inputValue,"onUpdate:modelValue":o[0]||(o[0]=e=>u.inputValue=e),ref_key:"inputRef",ref:a,placeholder:u.inputPlaceholder,type:u.inputType,onKeyup:(0,t.withKeys)(x,["enter"])},null,8,["modelValue","placeholder","type"]),g.value?((0,t.openBlock)(),(0,t.createElementBlock)("div",Um,(0,t.toDisplayString)(g.value),1)):(0,t.createCommentVNode)("",!0)],512),[[t.vShow,u.showInput]]),(0,t.createElementVNode)("div",Km,[u.footer?((0,t.openBlock)(),(0,t.createBlock)((0,t.unref)(Rv),{key:0,vNode:u.footer},null,8,["vNode"])):((0,t.openBlock)(),(0,t.createElementBlock)(t.Fragment,{key:1},[u.showCancelButton?((0,t.openBlock)(),(0,t.createBlock)(ur,{key:0,class:"px-message-box__footer-btn px-message-box__cancel-btn",type:u.cancelButtonType,round:u.roundButton,loading:u.cancelButtonLoading,onClick:o[1]||(o[1]=e=>y("cancel")),onKeydown:o[2]||(o[2]=(0,t.withKeys)((0,t.withModifiers)((e=>y("cancel")),["prevent"]),["enter"]))},{default:(0,t.withCtx)((()=>[(0,t.createTextVNode)((0,t.toDisplayString)(u.cancelButtonText||(0,t.unref)(n).t("messagebox.cancel")),1)])),_:1},8,["type","round","loading"])):(0,t.createCommentVNode)("",!0),(0,t.withDirectives)((0,t.createVNode)(ur,{ref_key:"confirmBtnRef",ref:i,class:"px-message-box__footer-btn px-message-box__confirm-btn",type:u.confirmButtonType??"primary",round:u.roundButton,loading:u.confirmButtonLoading,onClick:o[3]||(o[3]=e=>y("confirm")),onKeydown:o[4]||(o[4]=(0,t.withKeys)((0,t.withModifiers)((e=>y("confirm")),["prevent"]),["enter"]))},{default:(0,t.withCtx)((()=>[(0,t.createTextVNode)((0,t.toDisplayString)(u.confirmButtonText||(0,t.unref)(n).t("messagebox.confirm")),1)])),_:1},8,["type","round","loading"]),[[t.vShow,u.showConfirmButton]])],64))])],6)])])),_:3},8,["z-index","overlay-class"]),[[t.vShow,d.value]])])),_:3},8,["onAfterLeave"]))}}),Ym=Jm,Qm=new Map
|
|
1116
|
+
function qm(e){let o
|
|
1117
|
+
Un(e)||(0,t.isVNode)(e)?e={message:e}:o=e.callback
|
|
1118
|
+
const n=new Promise(((n,v)=>{const r=function(e){const o=document.createElement("div"),n=function(e,o){const n=(0,t.ref)(!1),v=S(e?.message)||(0,t.isVNode)(e?.message),r=(0,t.createVNode)(Ym,{...e,visible:n},v?{default:(l=e.message,S(l)?l:()=>l)}:void 0)
|
|
1119
|
+
var l
|
|
1120
|
+
return(0,t.render)(r,o),document.body.appendChild(o.firstElementChild),r.component}({...e,doClose:()=>{n.visible.value=!1},doAction:(o,v)=>{const r=Qm.get(n)
|
|
1121
|
+
let l;(0,t.nextTick)((()=>n.doClose())),l=e.showInput?{value:v,action:o}:o,e.callback?e.callback(l):"cancel"!==o&&"close"!==o?r?.resolve(l):r?.reject(o)},destroy:()=>{(0,t.render)(null,o),Qm.delete(n)}},o)?.proxy
|
|
1122
|
+
return n.visible.value=!0,n}(e)
|
|
1123
|
+
Qm.set(r,{options:e,callback:o,resolve:n,reject:v})}))
|
|
1124
|
+
return n.catch((()=>{})),n}var ep={alert:{closeOnClickModal:!1},confirm:{showCancelButton:!0},prompt:{showCancelButton:!0,showInput:!0}}
|
|
1125
|
+
Pn(["alert","confirm","prompt"],(e=>{return fv(qm,e,(t=e,(e,o,n)=>{let v=""
|
|
1126
|
+
return x(o)?(n=o,v=""):v=void 0===o?"":o,qm(Ht({title:v,message:e,type:"",boxType:t,...ep[t]},n))}))
|
|
1127
|
+
var t})),fv(qm,"close",(()=>{Qm.forEach(((e,t)=>{t.doClose()})),Qm.clear()}))
|
|
1128
|
+
var tp=qm
|
|
1129
|
+
fv(tp,"install",(e=>{e.config.globalProperties.$msgbox=qm,e.config.globalProperties.$messagebox=qm,e.config.globalProperties.$alert=qm.alert,e.config.globalProperties.$confirm=qm.confirm,e.config.globalProperties.$prompt=qm.prompt}))
|
|
1130
|
+
var op=["aria-live"],np={class:"px-notification__text"},vp={class:"px-notification__title"},rp={class:"px-notification__content"},lp={key:0,class:"px-notification__close"},hp=Xv((0,t.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 n=e,v=(0,t.ref)(!1),r=(0,t.ref)(),l=(0,t.ref)(0),{topOffset:h,bottomOffset:a}=hl({getLastBottomOffset:ho(gp,n),offset:n.offset,boxHeight:l}),i=(0,t.computed)((()=>n.icon??Dv.get(n.type)??"circle-info")),s=(0,t.computed)((()=>n.position.endsWith("right")?"right":"left")),c=(0,t.computed)((()=>n.position.startsWith("top")?"top":"bottom")),u=(0,t.computed)((()=>({[c.value]:Tv(h.value),zIndex:n.zIndex})))
|
|
1131
|
+
let d
|
|
1132
|
+
function m(){0!==n.duration&&(d=On(f,n.duration))}function p(){clearTimeout(d)}function f(){p(),v.value=!1}return(0,t.onMounted)((()=>{v.value=!0,m()})),(0,t.onBeforeUnmount)((()=>p())),o({bottomOffset:a,close:f}),(e,o)=>((0,t.openBlock)(),(0,t.createBlock)(t.Transition,{name:`px-notification-${e.transitionName}`,onAfterLeave:o[1]||(o[1]=t=>!v.value&&e.onDestroy()),onEnter:o[2]||(o[2]=e=>l.value=r.value.getBoundingClientRect().height)},{default:(0,t.withCtx)((()=>[(0,t.withDirectives)((0,t.createElementVNode)("div",{ref_key:"notifyRef",ref:r,class:(0,t.normalizeClass)(["px-notification",{[`px-notification--${e.type}`]:e.type,[s.value]:!0,"show-close":e.showClose,"is-plain":e.plain,"is-ghost":e.ghost}]),style:(0,t.normalizeStyle)(u.value),role:"alert","aria-live":"danger"===e.type||"warning"===e.type?"assertive":"polite",onClick:o[0]||(o[0]=(...t)=>e.onClick&&e.onClick(...t)),onMouseenter:p,onMouseleave:m},[(0,t.createVNode)(Uv,{icon:i.value,class:"px-notification__icon"},null,8,["icon"]),(0,t.createElementVNode)("div",np,[(0,t.createElementVNode)("div",vp,(0,t.toDisplayString)(e.title),1),(0,t.createElementVNode)("div",rp,[(0,t.renderSlot)(e.$slots,"default",{},(()=>[e.message?((0,t.openBlock)(),(0,t.createBlock)((0,t.unref)(Rv),{key:0,vNode:e.message},null,8,["vNode"])):(0,t.createCommentVNode)("",!0)]),!0)])]),e.showClose?((0,t.openBlock)(),(0,t.createElementBlock)("div",lp,[(0,t.createVNode)(Uv,{icon:"close",onClick:(0,t.withModifiers)(f,["stop"])})])):(0,t.createCommentVNode)("",!0),e.showTimer&&e.duration>0?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:1,class:"px-notification__timer",style:(0,t.normalizeStyle)({animationDuration:`${e.duration}ms`})},null,4)):(0,t.createCommentVNode)("",!0)],46,op),[[t.vShow,v.value]])])),_:3},8,["name"]))}}),[["__scopeId","data-v-5c4c1be5"]]),ap=["info","success","warning","danger","error"],ip=["top-right","top-left","bottom-right","bottom-left"],sp=new Map
|
|
1133
|
+
Pn(ip,(e=>{sp.set(e,(0,t.shallowReactive)([]))}))
|
|
1134
|
+
var{nextZIndex:cp}=il(),up=Pv((()=>{let e
|
|
1135
|
+
return sp.forEach((t=>{if(t.length){const o=t[t.length-1];(!e||o.props.zIndex>e.props.zIndex)&&(e=o)}})),e})),dp={title:"",type:"info",duration:3e3,offset:20,position:"top-right",transitionName:"fade",showClose:!0,showTimer:!0},mp=e=>{const o=!e||(0,t.isVNode)(e)||Un(e)?{message:e}:e
|
|
1136
|
+
return{...dp,...o}},pp=e=>sp.get(e),fp=(e={})=>{const o=mp(e),n=(!e||(0,t.isVNode)(e)||Un(e)?{}:e).max,v=o.position||"top-right"
|
|
1137
|
+
return n&&n>0&&Ov(pp(v),n),(e=>{const o=qr().value,n=document.createElement("div"),v=pp(e.position||"top-right"),r={...e,id:o,zIndex:cp(),onDestroy:()=>{const e=Rn(v,{id:o});-1!==e&&(v.splice(e,1),(0,t.render)(null,n),up.unregister())}},l=(0,t.h)(hp,r);(0,t.render)(l,n),document.body.appendChild(n.firstElementChild)
|
|
1138
|
+
const h=l.component,a={props:r,id:o,vm:h,vnode:l,handler:{close:()=>h.exposed.close()}}
|
|
1139
|
+
return v.push(a),up.register(),a})(o).handler}
|
|
1140
|
+
function gp(){const e=pp(this.position||"top-right"),t=Rn(e,{id:this.id})
|
|
1141
|
+
return t<=0?0:Ut(e,[t-1,"vm","exposed","bottomOffset","value"])}Pn(ap,(e=>{fv(fp,e,(t=>fp({...mp(t),type:e})))})),fp.closeAll=function(e){sp.forEach((t=>{Pn(t,(t=>{e?t.props.type===e&&t.handler.close():t.handler.close()}))}))}
|
|
1142
|
+
var wp=Nv(fp,"$notify"),zp=["src"],Vp=Av((0,t.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:n}){const v=e,r=n,l=(0,t.ref)(),h=(0,t.ref)(),a=(0,t.ref)(!1),i=(0,t.computed)((()=>{const e={}
|
|
1143
|
+
return null!=v.width&&(e.width=Tv(v.width)??""),null!=v.height&&(e.height=Tv(v.height)??""),e})),s=(0,t.computed)((()=>{const e={"image-rendering":"pixelated"}
|
|
1144
|
+
return null!=v.width&&(e.width="100%"),null!=v.height&&(e.height="100%"),e}))
|
|
1145
|
+
function c(){const e=l.value,t=h.value
|
|
1146
|
+
e&&t&&a.value&&(jv(e,t,{pixelSize:v.pixelSize,grayscale:v.grayscale,palette:v.palette,background:v.background}),r("rendered"))}function u(){a.value=!0,c()}function d(e){r("error",e)}return(0,t.watch)((()=>[v.pixelSize,v.grayscale,v.palette,v.background]),(()=>{a.value&&c()})),(0,t.watch)((()=>v.src),(()=>{a.value=!1})),o({render:function(){c()},canvasRef:l,originRef:h,getSize:function(){const e=l.value
|
|
1147
|
+
return{width:e?.width??0,height:e?.height??0}},getImageData:function(){const e=l.value
|
|
1148
|
+
if(!e||!a.value)return null
|
|
1149
|
+
const t=e.getContext("2d")
|
|
1150
|
+
return t?t.getImageData(0,0,e.width,e.height):null}}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:"px-pixelate",style:(0,t.normalizeStyle)(i.value)},[(0,t.createElementVNode)("canvas",{ref_key:"canvasRef",ref:l,style:(0,t.normalizeStyle)(s.value)},null,4),(0,t.createElementVNode)("img",{ref_key:"originRef",ref:h,src:e.src,style:{display:"none"},crossorigin:"anonymous",onLoad:u,onError:d},null,40,zp)],4))}})),Hp={class:"px-popconfirm__main"},xp={class:"px-popconfirm__action"},yp=Av(Xv((0,t.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 n=e,v=o,r=ll(),l=(0,t.ref)(),h=(0,t.computed)((()=>({width:Tv(n.width)})))
|
|
1151
|
+
function a(){l.value?.hide()}function i(e){v("confirm",e),a()}function s(e){v("cancel",e),a()}return(e,o)=>((0,t.openBlock)(),(0,t.createBlock)(_i,{ref_key:"tooltipRef",ref:l,trigger:"click","hide-timeout":e.hideAfter,disabled:e.disabled,placement:e.placement,"show-arrow":e.showArrow,effect:e.effect},{content:(0,t.withCtx)((()=>[(0,t.createElementVNode)("div",{class:"px-popconfirm",role:"alertdialog",style:(0,t.normalizeStyle)(h.value)},[(0,t.createElementVNode)("div",Hp,[!e.hideIcon&&e.icon?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,icon:e.icon,color:e.iconColor},null,8,["icon","color"])):(0,t.createCommentVNode)("",!0),(0,t.createTextVNode)(" "+(0,t.toDisplayString)(e.title),1)]),(0,t.createElementVNode)("div",xp,[(0,t.createVNode)(ur,{class:"px-popconfirm__cancel",size:"small",type:e.cancelButtonType,onClick:s},{default:(0,t.withCtx)((()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.cancelButtonText||(0,t.unref)(r).t("popconfirm.cancelButtonText")),1)])),_:1},8,["type"]),(0,t.createVNode)(ur,{class:"px-popconfirm__confirm",size:"small",type:e.confirmButtonType,onClick:i},{default:(0,t.withCtx)((()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.confirmButtonText||(0,t.unref)(r).t("popconfirm.confirmButtonText")),1)])),_:1},8,["type"])])],4)])),default:(0,t.withCtx)((()=>[(0,t.renderSlot)(e.$slots,"reference",{},(()=>[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)]),!0)])),_:3},8,["hide-timeout","disabled","placement","show-arrow","effect"]))}}),[["__scopeId","data-v-68772965"]])),bp={"fill-color":"color","fill-border-color":"dark","track-border-color":"dark","text-color":"dark","shadow-color":"dark"},Cp=["aria-valuenow"],Bp={class:"px-progress__track"},_p={key:0,class:"px-progress__inner-text"},kp={key:0,class:"px-progress__text"},Mp=Av((0,t.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 n=e,v=(0,t.computed)((()=>Math.max(0,Math.min(100,n.percentage)))),r=(0,t.computed)((()=>n.color?"function"==typeof n.color?n.color(v.value):n.color:"")),l=(0,t.computed)((()=>r.value?xv(Hv(r.value),"px-progress",bp):{})),h=(0,t.computed)((()=>{const e={...l.value}
|
|
1152
|
+
return n.indeterminate||(e.width=`${v.value}%`),n.strokeWidth&&(e["--px-progress-height"]=`${n.strokeWidth}px`),e})),a=(0,t.computed)((()=>n.format?n.format(v.value):`${v.value}%`)),i=(0,t.computed)((()=>n.status?`px-progress--${n.status}`:""))
|
|
1153
|
+
return o({clampedPercentage:v}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-progress",[`px-progress--${e.type}`,`px-progress--${e.size}`,i.value,{[`px-progress--${e.variant}`]:"solid"!==e.variant,"is-striped-flow":e.stripedFlow&&"striped"===e.variant,"is-indeterminate":e.indeterminate,"is-text-inside":e.textInside}]]),role:"progressbar","aria-valuenow":e.indeterminate?void 0:v.value,"aria-valuemin":0,"aria-valuemax":100},[(0,t.createElementVNode)("div",Bp,[(0,t.createElementVNode)("div",{class:"px-progress__fill",style:(0,t.normalizeStyle)(h.value)},[e.showText&&e.textInside&&!e.indeterminate?((0,t.openBlock)(),(0,t.createElementBlock)("span",_p,(0,t.toDisplayString)(a.value),1)):(0,t.createCommentVNode)("",!0)],4)]),!e.showText||e.textInside||e.indeterminate?(0,t.createCommentVNode)("",!0):((0,t.openBlock)(),(0,t.createElementBlock)("span",kp,(0,t.toDisplayString)(a.value),1))],10,Cp))}})),Ip=Symbol("radioGroupContext"),Sp={"checked-color":"color","checked-border-color":"dark"},Zp={class:"px-radio__input"},Ep=["aria-checked","id","name","disabled","checked"],Ap={key:0,class:"px-radio__label"},Np=(0,t.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:n}){const v=e,r=n,l=(0,t.useSlots)(),h=(0,t.inject)(Ip,void 0),a=!!h,{formItem:i}=zl(),s=(0,t.ref)(),c=qr().value,u=(0,t.computed)((()=>a?h.modelValue.value===v.value:v.modelValue===v.value)),d=(0,t.computed)((()=>!!h?.disabled.value||v.disabled)),m=(0,t.computed)((()=>v.size??h?.size.value)),p=(0,t.computed)((()=>v.type??h?.type.value)),f=(0,t.computed)((()=>v.color??h?.color.value)),g=(0,t.computed)((()=>v.name??h?.name.value)),w=(0,t.computed)((()=>{const e=f.value
|
|
1154
|
+
return e?xv(Hv(e),"px-radio",Sp):{}}))
|
|
1155
|
+
function z(){if(d.value)return
|
|
1156
|
+
if(u.value)return
|
|
1157
|
+
const e=v.value
|
|
1158
|
+
a?h.changeEvent(e):(r("update:modelValue",e),r("change",e)),a||i?.validate("change").catch((e=>{}))}return o({checked:u,focus:()=>{s.value?.focus()}}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-radio",{[`px-radio--${m.value}`]:m.value,[`px-radio--${p.value}`]:p.value,"is-disabled":d.value,"is-checked":u.value}]),style:(0,t.normalizeStyle)(w.value),onClick:z},[(0,t.createElementVNode)("span",Zp,[(0,t.createElementVNode)("input",{ref_key:"inputRef",ref:s,class:"px-radio__original",type:"radio","aria-checked":u.value,id:e.id||(0,t.unref)(c),name:g.value,disabled:d.value,checked:u.value},null,8,Ep),o[0]||(o[0]=(0,t.createElementVNode)("span",{class:"px-radio__inner"},[(0,t.createElementVNode)("span",{class:"px-radio__dot"})],-1))]),e.label||(0,t.unref)(l).default?((0,t.openBlock)(),(0,t.createElementBlock)("span",Ap,[(0,t.renderSlot)(e.$slots,"default",{},(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.label),1)]))])):(0,t.createCommentVNode)("",!0)],6))}}),Op={class:"px-radio-group",role:"radiogroup"},Pp=(0,t.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 n=e,v=o,{formItem:r}=zl()
|
|
1159
|
+
return(0,t.provide)(Ip,{modelValue:(0,t.computed)((()=>n.modelValue)),disabled:(0,t.computed)((()=>n.disabled)),size:(0,t.computed)((()=>n.size)),type:(0,t.computed)((()=>n.type)),color:(0,t.computed)((()=>n.color)),name:(0,t.computed)((()=>n.name)),changeEvent:e=>{v("update:modelValue",e),v("change",e),r?.validate("change").catch((e=>{}))}}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",Op,[(0,t.renderSlot)(e.$slots,"default")]))}}),$p=Av(Np),jp=Av(Pp),Tp=Symbol("resizableGroupContext"),Lp=(0,t.defineComponent)({name:"PxResizableGroup",__name:"ResizableGroup",props:{direction:{},autoSaveId:{},keyboardResizeBy:{default:10}},emits:["layout"],setup(e,{emit:o}){const n=e,v=o,r=(0,t.ref)(),l=(0,t.reactive)([]),h=(0,t.shallowRef)(new Map),a=(0,t.reactive)([])
|
|
1160
|
+
let i=0,s=0
|
|
1161
|
+
function c(e,o,n){const v=(h.value.get(e.id)??0)+(h.value.get(o.id)??0)
|
|
1162
|
+
let r=v-(n=Lv(n,e.minSize,e.maxSize))
|
|
1163
|
+
r=Lv(r,o.minSize,o.maxSize),n=v-r,h.value.set(e.id,n),h.value.set(o.id,r),(0,t.triggerRef)(h)}(0,t.onMounted)((()=>{!function(){if(n.autoSaveId)try{const e=localStorage.getItem(`px-resizable-${n.autoSaveId}`)
|
|
1164
|
+
if(e){const t=JSON.parse(e)
|
|
1165
|
+
if(t.length===l.length){const e=new Map
|
|
1166
|
+
return l.forEach(((o,n)=>{e.set(o.id,t[n])})),void(h.value=e)}}}catch{}const e=new Map
|
|
1167
|
+
let t=0,o=0
|
|
1168
|
+
for(const n of l)null!=n.defaultSize?(e.set(n.id,n.defaultSize),t+=n.defaultSize):o++
|
|
1169
|
+
const v=o>0?(100-t)/o:0
|
|
1170
|
+
for(const n of l)null==n.defaultSize&&e.set(n.id,v)
|
|
1171
|
+
h.value=e}()}))
|
|
1172
|
+
let u=null,d=-1,m=null
|
|
1173
|
+
function p(e){if(d<0||!u)return
|
|
1174
|
+
const t="touches"in e?e.touches[0].clientX:e.clientX,o="touches"in e?e.touches[0].clientY:e.clientY,v="horizontal"===n.direction,r=v?t:o,a=v?u.left:u.top,i=v?u.width:u.height
|
|
1175
|
+
if(0===i)return
|
|
1176
|
+
const s=(r-a)/i*100,m=l[d],p=l[d+1]
|
|
1177
|
+
if(!m||!p)return
|
|
1178
|
+
let f=0
|
|
1179
|
+
for(let n=0;n<d;n++)f+=h.value.get(l[n].id)??0
|
|
1180
|
+
c(m,p,s-f),g()}function f(){d=-1,u=null,window.removeEventListener("mousemove",p),window.removeEventListener("mouseup",f),window.removeEventListener("touchmove",p),window.removeEventListener("touchend",f),w(),m&&(m(),m=null)}function g(){v("layout",l.map((e=>h.value.get(e.id)??0)))}function w(){if(n.autoSaveId)try{const e=l.map((e=>h.value.get(e.id)??0))
|
|
1181
|
+
localStorage.setItem(`px-resizable-${n.autoSaveId}`,JSON.stringify(e))}catch{}}(0,t.onBeforeUnmount)((()=>{window.removeEventListener("mousemove",p),window.removeEventListener("mouseup",f),window.removeEventListener("touchmove",p),window.removeEventListener("touchend",f)}))
|
|
1182
|
+
const z=(0,t.computed)((()=>n.direction))
|
|
1183
|
+
return(0,t.provide)(Tp,{direction:z,keyboardResizeBy:(0,t.computed)((()=>n.keyboardResizeBy)),registerPanel:function(e){e.id=i++,l.push(e)},unregisterPanel:function(e){const o=l.findIndex((t=>t.id===e))
|
|
1184
|
+
o>-1&&l.splice(o,1),h.value.delete(e),(0,t.triggerRef)(h)},getPanelSize:function(e){return h.value.get(e)??0},setPanelSize:function(e,o,n=!1){const v=l.find((t=>t.id===e))
|
|
1185
|
+
if(!v)return
|
|
1186
|
+
const r=n?o:Lv(o,v.minSize,v.maxSize),a=r-(h.value.get(e)??0)
|
|
1187
|
+
if(0===a)return
|
|
1188
|
+
const i=l.indexOf(v),s=l[i+1]??l[i-1]
|
|
1189
|
+
if(!s)return
|
|
1190
|
+
const c=(h.value.get(s.id)??0)-a
|
|
1191
|
+
!n&&(c<s.minSize||c>s.maxSize)||(h.value.set(e,r),h.value.set(s.id,c),(0,t.triggerRef)(h),g())},startResize:function(e,t){const o=a.indexOf(e)
|
|
1192
|
+
o<0||(d=o,u=r.value?.getBoundingClientRect()??null,m=t??null,window.addEventListener("mousemove",p),window.addEventListener("mouseup",f),window.addEventListener("touchmove",p,{passive:!0}),window.addEventListener("touchend",f))},keyboardResize:function(e,t){const o=a.indexOf(e)
|
|
1193
|
+
if(o<0)return
|
|
1194
|
+
const n=l[o],v=l[o+1]
|
|
1195
|
+
n&&v&&(c(n,v,(h.value.get(n.id)??0)+t),g(),w())},getNextHandleId:function(){return s++},registerHandle:function(e){a.push(e)},unregisterHandle:function(e){const t=a.indexOf(e)
|
|
1196
|
+
t>-1&&a.splice(t,1)},panelSizes:h}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{ref_key:"groupRef",ref:r,class:(0,t.normalizeClass)(["px-resizable-group",{"is-horizontal":"horizontal"===z.value,"is-vertical":"vertical"===z.value}])},[(0,t.renderSlot)(e.$slots,"default")],2))}}),Dp=Lp,Rp=(0,t.defineComponent)({name:"PxResizableHandle",__name:"ResizableHandle",props:{disabled:{type:Boolean,default:!1},hitAreaMargins:{default:0}},emits:["dragging"],setup(e,{emit:o}){const n=e,v=o,r=(0,t.inject)(Tp)
|
|
1197
|
+
if(!r)throw new Error("PxResizableHandle must be used inside PxResizableGroup")
|
|
1198
|
+
let l=-1
|
|
1199
|
+
const h=(0,t.ref)(!1);(0,t.onMounted)((()=>{l=r.getNextHandleId(),r.registerHandle(l)})),(0,t.onBeforeUnmount)((()=>{r.unregisterHandle(l)}))
|
|
1200
|
+
const a=(0,t.computed)((()=>"vertical"===r.direction.value))
|
|
1201
|
+
function i(){n.disabled||(h.value=!0,v("dragging",!0),r.startResize(l,(()=>{h.value=!1,v("dragging",!1)})))}function s(e){if(n.disabled)return
|
|
1202
|
+
const t="horizontal"===r.direction.value?"ArrowRight"===e.key?1:"ArrowLeft"===e.key?-1:0:"ArrowDown"===e.key?1:"ArrowUp"===e.key?-1:0
|
|
1203
|
+
0!==t&&(e.preventDefault(),r.keyboardResize(l,t*r.keyboardResizeBy.value))}const c=(0,t.computed)((()=>n.hitAreaMargins?{"--px-handle-hit-area":`${n.hitAreaMargins}px`}:{}))
|
|
1204
|
+
return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-resizable-handle",{"is-disabled":n.disabled,"is-vertical":a.value,"is-dragging":h.value,"has-hit-area":!!n.hitAreaMargins}]),style:(0,t.normalizeStyle)(c.value),role:"separator",tabindex:"0",onMousedown:i,onTouchstartPassive:i,onKeydown:s},null,38))}}),Fp=(0,t.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:n}){const v=e,r=n,l=(0,t.inject)(Tp)
|
|
1205
|
+
if(!l)throw new Error("PxResizablePanel must be used inside PxResizableGroup")
|
|
1206
|
+
const h=(0,t.ref)(-1),a=(0,t.ref)(!1)
|
|
1207
|
+
let i=0
|
|
1208
|
+
const s={id:0,minSize:v.minSize,maxSize:v.maxSize,collapsible:v.collapsible,collapsedSize:v.collapsedSize,defaultSize:v.defaultSize};(0,t.watch)((()=>[v.minSize,v.maxSize,v.collapsible,v.collapsedSize]),(([e,t,o,n])=>{s.minSize=e,s.maxSize=t,s.collapsible=o,s.collapsedSize=n})),(0,t.onMounted)((()=>{l.registerPanel(s),h.value=s.id})),(0,t.onBeforeUnmount)((()=>{l.unregisterPanel(h.value)}))
|
|
1209
|
+
const c=(0,t.computed)((()=>l.panelSizes.value.get(h.value)??0));(0,t.watch)(c,((e,t)=>{void 0!==t&&e!==t&&r("resize",e)}))
|
|
1210
|
+
const u=(0,t.computed)((()=>({flexBasis:`${c.value}%`,flexGrow:0,flexShrink:0})))
|
|
1211
|
+
return o({collapse:function(){v.collapsible&&!a.value&&(i=c.value,a.value=!0,l.setPanelSize(h.value,v.collapsedSize,!0),r("collapse"))},expand:function(){a.value&&(a.value=!1,l.setPanelSize(h.value,i,!0),r("expand"))},getSize:function(){return c.value},resize:function(e){l.setPanelSize(h.value,e)}}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-resizable-panel",{"is-collapsed":a.value}]),style:(0,t.normalizeStyle)(u.value)},[(0,t.renderSlot)(e.$slots,"default")],6))}}),Gp=Fp,Wp=Av(Dp),Xp=Av(Gp),Up=Av(Rp),Kp=Symbol("selectContext"),Jp={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"]}]},Yp=new Set(["primary","success","warning","danger","info"]),Qp={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"}},qp=["aria-selected","id"],ef=Xv((0,t.defineComponent)({name:"PxOption",__name:"Option",props:{value:{},label:{},disabled:{type:Boolean,default:!1}},setup(e){const o=e,n=(0,t.inject)(Kp),v=(0,t.computed)((()=>n?.selectStates.selectedOption?.value===o.value)),r=(0,t.computed)((()=>{return t=e=>$e(Ut(n,["highlightedLine","value",e]),Ut(o,e)),(f(e=["label","value"])?$n:jn)(e,yn(t))
|
|
1212
|
+
var e,t}))
|
|
1213
|
+
function l(){o.disabled||n?.handleSelect(o)}return(e,h)=>((0,t.openBlock)(),(0,t.createElementBlock)("li",{role:"option","aria-selected":v.value,class:(0,t.normalizeClass)(["px-select__menu-item",{"is-disabled":e.disabled,"is-selected":v.value,"is-highlighted":r.value}]),id:`select-item-${e.value}`,onClick:(0,t.withModifiers)(l,["stop"])},[(0,t.renderSlot)(e.$slots,"default",{},(()=>[(0,t.createVNode)((0,t.unref)(Rv),{vNode:(0,t.unref)(n)?.renderLabel?(0,t.unref)(n)?.renderLabel(o):e.label},null,8,["vNode"])]),!0)],10,qp))}}),[["__scopeId","data-v-1ab275ee"]]),tf={key:0,class:"px-select__loading"},of={key:1,class:"px-select__nodata"},nf=["id"],vf=(0,t.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:n}){const v=ll(),r=e,l=n,h=(0,t.useSlots)(),a=(0,t.ref)(),i=(0,t.ref)(),s=(0,t.ref)(),c=(0,t.ref)(new Map),m=(0,t.ref)(r.options??[]),p=(0,t.ref)(!1),f=F(r.modelValue),g=(0,t.reactive)({inputValue:f?.label??"",selectedOption:f,mouseHover:!1,loading:!1,highlightedIndex:-1}),w=(0,t.computed)((()=>r.disabled)),z=(0,t.computed)((()=>Yp.has(r.color??""))),V=(0,t.computed)((()=>!!r.color&&!z.value)),H=(0,t.computed)((()=>V.value?xv(Hv(r.color),"px-select",Qp[r.ghost?"ghost":"default"]):{})),x=(0,t.computed)((()=>Ln(h?.default?.(),(e=>$e(e.type,ef))))),y=(0,t.computed)((()=>gv(x.value)>0)),b=(0,t.computed)((()=>r.clearable&&g.mouseHover&&""!==g.inputValue)),C=(0,t.computed)((()=>{let e
|
|
1214
|
+
return e=y.value?[...c.value.values()][g.highlightedIndex]:m.value[g.highlightedIndex],e})),B=(0,t.computed)((()=>y.value?Xn(x.value,(e=>{return{props:{...e.props,disabled:!0===e.props?.disabled||!qn(e.props?.disabled)&&(t=e.props?.disabled,!(!0===t||!1===t||d(t)&&"[object Boolean]"==u(t)))}}
|
|
1215
|
+
var t})):[])),_=(0,t.computed)((()=>!!r.filterable&&!k.value)),k=(0,t.computed)((()=>y.value&&c.value.size>0||!y.value&&gv(m.value)>0)),M=(0,t.computed)((()=>y.value?c.value.size-1:gv(m.value)-1)),I=(0,t.computed)((()=>r.filterable&&g.selectedOption&&p.value?g.selectedOption.label:r.placeholder)),Z=(0,t.computed)((()=>r.remote?300:100))
|
|
1216
|
+
let E=Mn(X,Z.value);(0,t.watchEffect)((()=>{E.cancel(),E=Mn(X,Z.value)}))
|
|
1217
|
+
const A=qr().value,{wrapperRef:N,isFocused:O,handleBlur:P,handleFocus:$}=Kr(s),j=function({isDropdownVisible:e,controlVisible:t,selectStates:o,highlightedLine:n,handleSelect:v,hasData:r,lastIndex:l}){const h=new Map
|
|
1218
|
+
return h.set("Enter",(()=>{e.value&&o.highlightedIndex>=0&&n.value&&v(n.value),t(!e.value)})),h.set("Escape",(()=>e.value&&t(!e.value))),h.set("ArrowUp",(e=>{e.preventDefault(),r.value&&(-1!==o.highlightedIndex&&0!==o.highlightedIndex?o.highlightedIndex--:o.highlightedIndex=l.value)})),h.set("ArrowDown",(e=>{e.preventDefault(),r.value&&(-1!==o.highlightedIndex&&o.highlightedIndex!==l.value?o.highlightedIndex++:o.highlightedIndex=0)})),h}({isDropdownVisible:p,controlVisible:L,selectStates:g,highlightedLine:C,handleSelect:G,hasData:k,lastIndex:M})
|
|
1219
|
+
function T(e){O.value&&(0,t.nextTick)((()=>P(new FocusEvent("focus",e))))}function L(e){i.value&&(Ut(i,["value",e?"show":"hide"])?.(),r.filterable&&function(e){r.filterable&&(e?(g.selectedOption&&(g.inputValue=""),E()):g.inputValue=g.selectedOption?.label||"")}(e),p.value=e,l("visible-change",e),g.highlightedIndex=-1)}function D(){w.value||L(!p.value)}function R(){s.value?.clear(),g.inputValue="",g.selectedOption=null,l("clear"),Pn(["change","update:modelValue"],(e=>l(e,"")))}function F(e){return Gn(r.options,(t=>t.value===e))}function G(e){e.disabled||(g.inputValue=e.label,g.selectedOption=e,Pn(["change","update:modelValue"],(t=>l(t,e.value))),L(!1),s.value?.focus())}function W(e){c.value.clear(),Pn(e,(e=>{c.value.set(e.props.value,e.props)}))}function X(){const e=g.inputValue
|
|
1220
|
+
g.highlightedIndex=-1,y.value?async function(e){if(r.filterable){if(r.remote&&r.remoteMethod&&S(r.remoteMethod))return await K(r.remoteMethod,e),void W(B.value)
|
|
1221
|
+
if(r.filterMethod&&S(r.filterMethod)){const t=Xn(r.filterMethod(e),"value")
|
|
1222
|
+
W(Ln(B.value,(e=>Jn(t,Ut(e,["props","value"])))))}else W(Ln(B.value,(t=>Jn(Ut(t,["props","label"]),e))))}}(e):async function(e){r.filterable&&(r.remote&&r.remoteMethod&&S(r.remoteMethod)?m.value=await K(r.remoteMethod,e):r.filterMethod&&S(r.filterMethod)?m.value=r.filterMethod(e):m.value=Ln(r.options,(t=>Jn(t.label,e))))}(e)}function U(e){j.has(e.key)&&j.get(e.key)?.(e)}async function K(e,t){if(!e||!S(e))return
|
|
1223
|
+
let o
|
|
1224
|
+
g.loading=!0
|
|
1225
|
+
try{o=await e(t)}catch(n){o=[]}return o}function J(){const e=F(r.modelValue)
|
|
1226
|
+
e&&(g.inputValue=e.label,g.selectedOption=e)}return Wr(a,(e=>T(e))),(0,t.watch)((()=>r.options),(e=>{m.value=e??[]})),(0,t.watch)((()=>B.value),(e=>W(e)),{immediate:!0}),(0,t.watch)((()=>r.modelValue),(()=>{J()})),(0,t.onMounted)((()=>{J()})),(0,t.onBeforeUnmount)((()=>{E.cancel()})),(0,t.provide)(Kp,{handleSelect:G,selectStates:g,renderLabel:function(e){return S(r.renderLabel)?r.renderLabel(e):e.label},highlightedLine:C}),o({focus:()=>{s.value?.focus()},blur:()=>{T()}}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{ref_key:"selectRef",ref:a,class:(0,t.normalizeClass)(["px-select",{"is-disabled":w.value,"is-ghost":e.ghost,[`px-select--${e.size}`]:e.size,[`px-select--${e.color}`]:z.value}]),style:(0,t.normalizeStyle)(H.value),onClick:(0,t.withModifiers)(D,["stop"]),onMouseenter:o[2]||(o[2]=e=>g.mouseHover=!0),onMouseleave:o[3]||(o[3]=e=>g.mouseHover=!1)},[(0,t.createVNode)(_i,{ref_key:"tooltipRef",ref:i,placement:"bottom-start","popper-options":(0,t.unref)(Jp),onClickOutside:o[1]||(o[1]=e=>L(!1)),manual:""},{default:(0,t.withCtx)((()=>[(0,t.createElementVNode)("div",{ref_key:"inputWrapperRef",ref:N},[(0,t.createVNode)(om,{ref_key:"inputRef",ref:s,modelValue:g.inputValue,"onUpdate:modelValue":o[0]||(o[0]=e=>g.inputValue=e),id:(0,t.unref)(A),disabled:w.value,ghost:e.ghost,color:e.color,size:e.size,placeholder:e.filterable?I.value:e.placeholder,readonly:!e.filterable||!p.value,"aria-controls":`px-select-menu-${(0,t.unref)(A)}`,"aria-activedescendant":C.value?`select-item-${C.value.value}`:void 0,onFocus:(0,t.unref)($),onBlur:(0,t.unref)(P),onInput:(0,t.unref)(E),onKeydown:U},{suffix:(0,t.withCtx)((()=>[b.value?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,icon:"close-box",class:"px-input__clear",onClick:(0,t.withModifiers)(R,["stop"]),onMousedown:(0,t.withModifiers)((0,t.unref)(ne),["prevent"])},null,8,["onMousedown"])):((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:1,class:(0,t.normalizeClass)(["header-angle",{"is-active":p.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:(0,t.withCtx)((()=>[g.loading?((0,t.openBlock)(),(0,t.createElementBlock)("div",tf,[(0,t.createVNode)(Uv,{icon:"loader",spin:""})])):e.filterable&&_.value?((0,t.openBlock)(),(0,t.createElementBlock)("div",of,(0,t.toDisplayString)((0,t.unref)(v).t("select.noData")),1)):(0,t.createCommentVNode)("",!0),(0,t.createElementVNode)("ul",{class:"px-select__menu",role:"listbox",id:`px-select-menu-${(0,t.unref)(A)}`},[y.value?((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,{key:1},(0,t.renderList)(c.value,(([e,o])=>((0,t.openBlock)(),(0,t.createBlock)(ef,(0,t.mergeProps)({key:e,ref_for:!0},o),null,16)))),128)):((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,{key:0},(0,t.renderList)(m.value,(e=>((0,t.openBlock)(),(0,t.createBlock)(ef,(0,t.mergeProps)({key:e.value,ref_for:!0},e),null,16)))),128))],8,nf)])),_:1},8,["popper-options"])],38))}}),rf=Av(Xv(vf,[["__scopeId","data-v-e33550e6"]])),lf=Av(ef),hf=Av((0,t.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,n=(0,t.computed)((()=>{const e={},t=Tv(o.width),n=Tv(o.height)
|
|
1227
|
+
return t&&(e.width=t),n&&(e.height=n),e})),v=(0,t.computed)((()=>"text"===o.variant&&o.rows>1))
|
|
1228
|
+
return(e,r)=>e.loading?((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:0,class:(0,t.normalizeClass)(["px-skeleton",[`px-skeleton--${e.variant}`,{[`px-skeleton--${e.size}`]:e.size&&"default"!==e.size,"is-loading":e.loading,"is-animated":e.animated,[`is-animation-${e.animation}`]:e.animated}]])},[v.value?((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,{key:0},(0,t.renderList)(e.rows,(e=>{return(0,t.openBlock)(),(0,t.createElementBlock)("div",{key:e,class:"px-skeleton__row",style:(0,t.normalizeStyle)((v=e,v===o.rows?{...n.value,width:n.value.width??"60%"}:n.value))},null,4)
|
|
1229
|
+
var v})),128)):((0,t.openBlock)(),(0,t.createElementBlock)("div",{key:1,class:"px-skeleton__bone",style:(0,t.normalizeStyle)(n.value)},null,4))],2)):(0,t.renderSlot)(e.$slots,"default",{key:1})}})),af=["aria-checked","id","name","disabled","checked"],sf={class:"px-switch__core"},cf={class:"px-switch__core-inner"},uf={key:0,class:"px-switch__core-inner-text"},df={class:"px-switch__core-action"},mf=Av((0,t.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:n}){const v=e,r=n,l=(0,t.computed)((()=>v.disabled)),h=(0,t.ref)(v.modelValue),a=(0,t.ref)(),i=qr().value,s=(0,t.computed)((()=>h.value===v.activeValue)),c=(0,t.computed)((()=>s.value?v.activeIcon:v.inactiveIcon)),u=(0,t.computed)((()=>{const e={}
|
|
1230
|
+
if(v.activeColor){const t=Hv(v.activeColor)
|
|
1231
|
+
e["--px-switch-on-color"]=t.color,e["--px-switch-on-border-color"]=t.dark}if(v.inactiveColor){const t=Hv(v.inactiveColor)
|
|
1232
|
+
e["--px-switch-off-color"]=t.color,e["--px-switch-off-border-color"]=t.dark}return e}))
|
|
1233
|
+
function d(){if(l.value)return
|
|
1234
|
+
const e=s.value?v.inactiveValue:v.activeValue
|
|
1235
|
+
h.value=e,r("update:modelValue",e),r("change",e)}return(0,t.onMounted)((()=>{a.value.checked=s.value})),(0,t.watch)(s,(e=>{a.value.checked=e})),o({checked:s,focus:()=>{a.value?.focus()}}),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-switch",{[`px-switch--${e.size}`]:e.size,[`px-switch--${e.type}`]:e.type,"is-disabled":l.value,"is-checked":s.value}]),style:(0,t.normalizeStyle)(u.value),onClick:d},[(0,t.createElementVNode)("input",{class:"px-switch__input",type:"checkbox",role:"switch","aria-checked":s.value,ref_key:"inputRef",ref:a,id:(0,t.unref)(i),name:e.name,disabled:l.value,checked:s.value,onKeydown:(0,t.withKeys)(d,["enter"])},null,40,af),(0,t.createElementVNode)("div",sf,[(0,t.createElementVNode)("div",cf,[e.activeText||e.inactiveText?((0,t.openBlock)(),(0,t.createElementBlock)("span",uf,(0,t.toDisplayString)(s.value?e.activeText:e.inactiveText),1)):(0,t.createCommentVNode)("",!0)]),(0,t.createElementVNode)("div",df,[c.value?((0,t.openBlock)(),(0,t.createBlock)(Uv,{key:0,class:"px-switch__icon",icon:c.value,size:"xs"},null,8,["icon"])):(0,t.createCommentVNode)("",!0)])])],6))}})),pf={class:"px-table__inner"},ff=Av((0,t.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,n=(0,t.computed)((()=>o.zebra||o.stripe)),v=(0,t.computed)((()=>({"px-table":!0,[`px-table--${o.size}`]:o.size,[`px-table--${o.type}`]:o.type,"is-zebra":n.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})))
|
|
1236
|
+
return(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(v.value)},[(0,t.createElementVNode)("div",pf,[(0,t.renderSlot)(e.$slots,"default")])],2))}})),gf=Av(_i),wf={class:"px-validator__content"},zf={class:"px-validator__bubble"},Vf={class:"px-validator__hint-text"},Hf={class:"px-validator__bubble px-validator__bubble--success"},xf={class:"px-validator__hint-text"},yf=(0,t.defineComponent)({name:"PxValidator",__name:"Validator",props:{modelValue:{},rules:{default:()=>[]}},emits:["validate"],setup(e,{expose:o,emit:n}){const v=e,r=n,l=ll(),h=(0,t.ref)("init"),a=(0,t.ref)("")
|
|
1237
|
+
function i(e){const t=v.rules??[]
|
|
1238
|
+
return e?t.filter((t=>!t.trigger||(Array.isArray(t.trigger)?t.trigger.includes(e):t.trigger===e))):t}async function s(e){for(const t of e){let e=t.schema??null
|
|
1239
|
+
if(!e&&t.required){const o=t.message??l.value.t("validator.required")
|
|
1240
|
+
e=$u({message:o}).min(1,o)}if(!e)continue
|
|
1241
|
+
const o=e.safeParse(v.modelValue)
|
|
1242
|
+
if(!o.success){const e=t.message??o.error.issues[0]?.message??l.value.t("validator.failed")
|
|
1243
|
+
return h.value="error",a.value=e,r("validate",!1,e),Promise.reject(e)}}return h.value="success",a.value="",r("validate",!0,""),!0}const c=async e=>{const t=i(e)
|
|
1244
|
+
return!t.length||s(t)},u=()=>{h.value="init",a.value=""}
|
|
1245
|
+
return(0,t.watch)((()=>v.modelValue),(()=>{const e=i("change")
|
|
1246
|
+
e.length&&s(e).catch((()=>{}))})),o({validate:c,reset:u,validateStatus:h,validateMessage:a}),(0,t.provide)(wl,(0,t.reactive)({...(0,t.toRefs)(v),validate:e=>c(e).catch((()=>!1)),resetField:u,clearValidate:u,addInputId:()=>{},removeInputId:()=>{}})),(e,o)=>((0,t.openBlock)(),(0,t.createElementBlock)("div",{class:(0,t.normalizeClass)(["px-validator",{"is-error":"error"===h.value,"is-success":"success"===h.value}])},[(0,t.createElementVNode)("div",wf,[(0,t.renderSlot)(e.$slots,"default",{},void 0,!0)]),(0,t.createElementVNode)("div",{class:(0,t.normalizeClass)(["px-validator__hint",{"is-hidden":"init"===h.value}])},["error"===h.value?(0,t.renderSlot)(e.$slots,"hint",{key:0,message:a.value},(()=>[(0,t.createElementVNode)("div",zf,[o[0]||(o[0]=(0,t.createElementVNode)("span",{class:"px-validator__bubble-arrow"},null,-1)),o[1]||(o[1]=(0,t.createElementVNode)("span",{class:"px-validator__hint-icon"},null,-1)),(0,t.createElementVNode)("span",Vf,(0,t.toDisplayString)(a.value),1)])]),!0):"success"===h.value?(0,t.renderSlot)(e.$slots,"success-hint",{key:1},(()=>[(0,t.createElementVNode)("div",Hf,[o[2]||(o[2]=(0,t.createElementVNode)("span",{class:"px-validator__bubble-arrow"},null,-1)),o[3]||(o[3]=(0,t.createElementVNode)("span",{class:"px-validator__success-icon"},null,-1)),(0,t.createElementVNode)("span",xf,(0,t.toDisplayString)((0,t.unref)(l).t("validator.validated")),1)])]),!0):(0,t.createCommentVNode)("",!0)],2)],2))}}),bf=Av(Xv(yf,[["__scopeId","data-v-5d070382"]])),Cf=[Qv,qv,er,hr,ar,pr,fr,Vr,Ar,Nr,Fr,Ml,Il,Wl,Xl,rh,hh,lh,Zh,Eh,Ah,Nh,Oh,Ph,$h,jh,Qh,va,ha,pa,Ni,Oi,Ad,Ld,Dd,_d,kd,Fd,Xd,nm,sm,um,Im,Mm,Rm,tp,wp,lf,Vp,yp,Mp,$p,jp,Wp,Up,Xp,rf,hf,mf,ff,gf,bf]
|
|
1247
|
+
if(Gd(),"undefined"!=typeof CSS&&"paintWorklet"in CSS)try{CSS.paintWorklet.addModule(new URL("data:text/javascript;base64,LyoqCiAqIENTUyBIb3VkaW5pIFBhaW50IFdvcmtsZXQgLSBQaXhlbCBCb3JkZXIKICoKICogQ3JlYXRlcyBhdXRoZW50aWMgcGl4ZWxhdGVkIGJvcmRlcnMgZm9yIHJldHJvIFVJIGFlc3RoZXRpYwogKgogKiBDdXN0b20gUHJvcGVydGllczoKICogLSAtLXB4LWJvcmRlci1jb2xvcjogQm9yZGVyIGNvbG9yIChkZWZhdWx0OiAjMDAwMDAwKQogKiAtIC0tcHgtYm9yZGVyLXdpZHRoOiBCb3JkZXIgd2lkdGggaW4gcGl4ZWxzIChkZWZhdWx0OiAyKQogKiAtIC0tcHgtYm9yZGVyLXBpeGVsLXNpemU6IFNpemUgb2YgZWFjaCBwaXhlbCBibG9jayAoZGVmYXVsdDogMikKICovCgpjbGFzcyBQaXhlbEJvcmRlclBhaW50ZXIgewogIHN0YXRpYyBnZXQgaW5wdXRQcm9wZXJ0aWVzKCkgewogICAgcmV0dXJuIFsnLS1weC1ib3JkZXItY29sb3InLCAnLS1weC1ib3JkZXItd2lkdGgnLCAnLS1weC1ib3JkZXItcGl4ZWwtc2l6ZSddOwogIH0KCiAgcGFpbnQoY3R4LCBzaXplLCBwcm9wZXJ0aWVzKSB7CiAgICAvLyBHZXQgY3VzdG9tIHByb3BlcnR5IHZhbHVlcwogICAgY29uc3QgYm9yZGVyQ29sb3IgPSBwcm9wZXJ0aWVzLmdldCgnLS1weC1ib3JkZXItY29sb3InKS50b1N0cmluZygpLnRyaW0oKSB8fCAnIzAwMDAwMCc7CiAgICBjb25zdCBib3JkZXJXaWR0aCA9IHBhcnNlSW50KHByb3BlcnRpZXMuZ2V0KCctLXB4LWJvcmRlci13aWR0aCcpLnRvU3RyaW5nKCksIDEwKSB8fCAyOwogICAgY29uc3QgcGl4ZWxTaXplID0gcGFyc2VJbnQocHJvcGVydGllcy5nZXQoJy0tcHgtYm9yZGVyLXBpeGVsLXNpemUnKS50b1N0cmluZygpLCAxMCkgfHwgMjsKCiAgICBjb25zdCB3aWR0aCA9IHNpemUud2lkdGg7CiAgICBjb25zdCBoZWlnaHQgPSBzaXplLmhlaWdodDsKCiAgICBjdHguZmlsbFN0eWxlID0gYm9yZGVyQ29sb3I7CgogICAgLy8gRHJhdyB0b3AgYm9yZGVyIChwaXhlbGF0ZWQpCiAgICBmb3IgKGxldCB4ID0gMDsgeCA8IHdpZHRoOyB4ICs9IHBpeGVsU2l6ZSkgewogICAgICBmb3IgKGxldCB5ID0gMDsgeSA8IGJvcmRlcldpZHRoOyB5ICs9IHBpeGVsU2l6ZSkgewogICAgICAgIGN0eC5maWxsUmVjdCh4LCB5LCBwaXhlbFNpemUsIHBpeGVsU2l6ZSk7CiAgICAgIH0KICAgIH0KCiAgICAvLyBEcmF3IGJvdHRvbSBib3JkZXIgKHBpeGVsYXRlZCkKICAgIGZvciAobGV0IHggPSAwOyB4IDwgd2lkdGg7IHggKz0gcGl4ZWxTaXplKSB7CiAgICAgIGZvciAobGV0IHkgPSBoZWlnaHQgLSBib3JkZXJXaWR0aDsgeSA8IGhlaWdodDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICB9CiAgICB9CgogICAgLy8gRHJhdyBsZWZ0IGJvcmRlciAocGl4ZWxhdGVkKQogICAgZm9yIChsZXQgeCA9IDA7IHggPCBib3JkZXJXaWR0aDsgeCArPSBwaXhlbFNpemUpIHsKICAgICAgZm9yIChsZXQgeSA9IDA7IHkgPCBoZWlnaHQ7IHkgKz0gcGl4ZWxTaXplKSB7CiAgICAgICAgY3R4LmZpbGxSZWN0KHgsIHksIHBpeGVsU2l6ZSwgcGl4ZWxTaXplKTsKICAgICAgfQogICAgfQoKICAgIC8vIERyYXcgcmlnaHQgYm9yZGVyIChwaXhlbGF0ZWQpCiAgICBmb3IgKGxldCB4ID0gd2lkdGggLSBib3JkZXJXaWR0aDsgeCA8IHdpZHRoOyB4ICs9IHBpeGVsU2l6ZSkgewogICAgICBmb3IgKGxldCB5ID0gMDsgeSA8IGhlaWdodDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICB9CiAgICB9CgogICAgLy8gT3B0aW9uYWw6IEFkZCBjb3JuZXIgcGl4ZWxzIGZvciBtb3JlIHByb25vdW5jZWQgcGl4ZWwgZWZmZWN0CiAgICBjb25zdCBjb3JuZXJTaXplID0gYm9yZGVyV2lkdGggKyBwaXhlbFNpemU7CgogICAgLy8gVG9wLWxlZnQgY29ybmVyIGVuaGFuY2VtZW50CiAgICBjdHguZmlsbFJlY3QoMCwgMCwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CgogICAgLy8gVG9wLXJpZ2h0IGNvcm5lciBlbmhhbmNlbWVudAogICAgY3R4LmZpbGxSZWN0KHdpZHRoIC0gY29ybmVyU2l6ZSwgMCwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CgogICAgLy8gQm90dG9tLWxlZnQgY29ybmVyIGVuaGFuY2VtZW50CiAgICBjdHguZmlsbFJlY3QoMCwgaGVpZ2h0IC0gY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CgogICAgLy8gQm90dG9tLXJpZ2h0IGNvcm5lciBlbmhhbmNlbWVudAogICAgY3R4LmZpbGxSZWN0KHdpZHRoIC0gY29ybmVyU2l6ZSwgaGVpZ2h0IC0gY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CiAgfQp9CgovLyBSZWdpc3RlciB0aGUgcGFpbnQgd29ya2xldApyZWdpc3RlclBhaW50KCdwaXhlbC1ib3JkZXInLCBQaXhlbEJvcmRlclBhaW50ZXIpOwo=",""+{}.url).href),CSS.paintWorklet.addModule(new URL("data:text/javascript;base64,LyoqCiAqIENTUyBIb3VkaW5pIFBhaW50IFdvcmtsZXQgLSBQaXhlbCBTaGFkb3cKICoKICogQ3JlYXRlcyBwaXhlbGF0ZWQgc2hhZG93IGVmZmVjdCBmb3IgZGVwdGgKICoKICogQ3VzdG9tIFByb3BlcnRpZXM6CiAqIC0gLS1weC1zaGFkb3ctY29sb3I6IFNoYWRvdyBjb2xvciAoZGVmYXVsdDogcmdiYSgwLDAsMCwwLjMpKQogKiAtIC0tcHgtc2hhZG93LW9mZnNldDogU2hhZG93IG9mZnNldCBpbiBwaXhlbHMgKGRlZmF1bHQ6IDQpCiAqIC0gLS1weC1ib3JkZXItcGl4ZWwtc2l6ZTogU2l6ZSBvZiBlYWNoIHBpeGVsIGJsb2NrIChkZWZhdWx0OiAyKQogKi8KCmNsYXNzIFBpeGVsU2hhZG93UGFpbnRlciB7CiAgc3RhdGljIGdldCBpbnB1dFByb3BlcnRpZXMoKSB7CiAgICByZXR1cm4gWyctLXB4LXNoYWRvdy1jb2xvcicsICctLXB4LXNoYWRvdy1vZmZzZXQnLCAnLS1weC1ib3JkZXItcGl4ZWwtc2l6ZSddOwogIH0KCiAgcGFpbnQoY3R4LCBzaXplLCBwcm9wZXJ0aWVzKSB7CiAgICAvLyBHZXQgY3VzdG9tIHByb3BlcnR5IHZhbHVlcwogICAgY29uc3Qgc2hhZG93Q29sb3IgPSBwcm9wZXJ0aWVzLmdldCgnLS1weC1zaGFkb3ctY29sb3InKS50b1N0cmluZygpLnRyaW0oKSB8fCAncmdiYSgwLDAsMCwwLjMpJzsKICAgIGNvbnN0IHNoYWRvd09mZnNldCA9IHBhcnNlSW50KHByb3BlcnRpZXMuZ2V0KCctLXB4LXNoYWRvdy1vZmZzZXQnKS50b1N0cmluZygpLCAxMCkgfHwgNDsKICAgIGNvbnN0IHBpeGVsU2l6ZSA9IHBhcnNlSW50KHByb3BlcnRpZXMuZ2V0KCctLXB4LWJvcmRlci1waXhlbC1zaXplJykudG9TdHJpbmcoKSwgMTApIHx8IDI7CgogICAgY29uc3Qgd2lkdGggPSBzaXplLndpZHRoOwogICAgY29uc3QgaGVpZ2h0ID0gc2l6ZS5oZWlnaHQ7CgogICAgY3R4LmZpbGxTdHlsZSA9IHNoYWRvd0NvbG9yOwoKICAgIC8vIERyYXcgcmlnaHQgc2hhZG93IChwaXhlbGF0ZWQpCiAgICBmb3IgKGxldCB4ID0gd2lkdGg7IHggPCB3aWR0aCArIHNoYWRvd09mZnNldDsgeCArPSBwaXhlbFNpemUpIHsKICAgICAgZm9yIChsZXQgeSA9IHNoYWRvd09mZnNldDsgeSA8IGhlaWdodCArIHNoYWRvd09mZnNldDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICAvLyBDcmVhdGUgc3RlcHBlZCBzaGFkb3cgZWZmZWN0CiAgICAgICAgY29uc3QgZGlzdGFuY2UgPSB4IC0gd2lkdGg7CiAgICAgICAgaWYgKGRpc3RhbmNlIDwgc2hhZG93T2Zmc2V0KSB7CiAgICAgICAgICBjdHguZ2xvYmFsQWxwaGEgPSAxIC0gZGlzdGFuY2UgLyBzaGFkb3dPZmZzZXQ7CiAgICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICAgIH0KICAgICAgfQogICAgfQoKICAgIC8vIERyYXcgYm90dG9tIHNoYWRvdyAocGl4ZWxhdGVkKQogICAgY3R4Lmdsb2JhbEFscGhhID0gMTsKICAgIGZvciAobGV0IHggPSBzaGFkb3dPZmZzZXQ7IHggPCB3aWR0aDsgeCArPSBwaXhlbFNpemUpIHsKICAgICAgZm9yIChsZXQgeSA9IGhlaWdodDsgeSA8IGhlaWdodCArIHNoYWRvd09mZnNldDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICBjb25zdCBkaXN0YW5jZSA9IHkgLSBoZWlnaHQ7CiAgICAgICAgaWYgKGRpc3RhbmNlIDwgc2hhZG93T2Zmc2V0KSB7CiAgICAgICAgICBjdHguZ2xvYmFsQWxwaGEgPSAxIC0gZGlzdGFuY2UgLyBzaGFkb3dPZmZzZXQ7CiAgICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICAgIH0KICAgICAgfQogICAgfQoKICAgIC8vIERyYXcgY29ybmVyIHNoYWRvdwogICAgY3R4Lmdsb2JhbEFscGhhID0gMC41OwogICAgZm9yIChsZXQgeCA9IHdpZHRoOyB4IDwgd2lkdGggKyBzaGFkb3dPZmZzZXQ7IHggKz0gcGl4ZWxTaXplKSB7CiAgICAgIGZvciAobGV0IHkgPSBoZWlnaHQ7IHkgPCBoZWlnaHQgKyBzaGFkb3dPZmZzZXQ7IHkgKz0gcGl4ZWxTaXplKSB7CiAgICAgICAgY3R4LmZpbGxSZWN0KHgsIHksIHBpeGVsU2l6ZSwgcGl4ZWxTaXplKTsKICAgICAgfQogICAgfQoKICAgIGN0eC5nbG9iYWxBbHBoYSA9IDE7CiAgfQp9CgovLyBSZWdpc3RlciB0aGUgcGFpbnQgd29ya2xldApyZWdpc3RlclBhaW50KCdwaXhlbC1zaGFkb3cnLCBQaXhlbFNoYWRvd1BhaW50ZXIpOwo=",""+{}.url).href)}catch(kf){}var Bf,_f=(Bf=Cf,(e,t)=>{Pn(Bf,(t=>e.use(t))),Jh(t,e,!0)})
|
|
1248
|
+
e.PxAlert=Qv,e.PxAvatar=qv,e.PxBadge=er,e.PxBreadcrumb=hr,e.PxBreadcrumbItem=ar,e.PxButton=pr,e.PxButtonGroup=fr,e.PxCard=Vr,e.PxCarousel=Ar,e.PxCarouselItem=Nr,e.PxChatBubble=Fr,e.PxCheckbox=Ml,e.PxCheckboxGroup=Il,e.PxCollapse=Wl,e.PxCollapseItem=Xl,e.PxCollapsible=rh,e.PxCollapsibleContent=hh,e.PxCollapsibleTrigger=lh,e.PxCommand=Zh,e.PxCommandDialog=Eh,e.PxCommandEmpty=Ah,e.PxCommandGroup=Nh,e.PxCommandInput=Oh,e.PxCommandItem=Ph,e.PxCommandList=$h,e.PxCommandSeparator=jh,e.PxConfigProvider=Qh,e.PxDiff=va,e.PxDivider=ha,e.PxDrawer=pa,e.PxDropdown=Ni,e.PxDropdownItem=Oi,e.PxFileInput=Ad,e.PxFilter=Ld,e.PxFilterItem=Dd,e.PxForm=_d,e.PxFormItem=kd,e.PxIcon=Fd,e.PxIndicator=Xd,e.PxInput=nm,e.PxKbd=sm,e.PxLink=um,e.PxLoading=Im,e.PxLoadingDirective=km,e.vLoading=km,e.PxLoadingIndicator=Mm,e.PxLoadingService=Cm,e.PxMessage=Rm,e.PxMessageBox=tp,e.PxNotification=wp,e.PxOption=lf,e.PxPixelate=Vp,e.PxPopconfirm=yp,e.PxProgress=Mp,e.PxRadio=$p,e.PxRadioGroup=jp,e.PxResizableGroup=Wp,e.PxResizableHandle=Up,e.PxResizablePanel=Xp,e.PxSelect=rf,e.PxSkeleton=hf,e.PxSwitch=mf,e.PxTable=ff,e.PxTooltip=gf,e.PxValidator=bf,e.default=_f,e.defaultPixelIcons=Rd,e.en=Th,e.getIconNameMap=function(){return{...bv}},e.getPixelIcon=Ev,e.getRegisteredIconNames=function(){return Array.from(Sv.keys())},e.hasPixelIcon=function(e){return Sv.has(e)},e.iconSizeMap=Fv,e.ja={name:"ja",el:{select:{loading:"ロード中",noMatch:"データなし",noData:"データなし",placeholder:"選択してください"},dropdown:{toggleDropdown:"ドロップダウン切替"},messagebox:{title:"メッセージ",confirm:"OK",cancel:"キャンセル",error:"正しくない入力",close:"このダイアログを閉じる"},popconfirm:{confirmButtonText:"はい",cancelButtonText:"いいえ"},validator:{validated:"検証済み",required:"この項目は必須です",failed:"検証に失敗しました"}}},e.ko={name:"ko",el:{select:{loading:"불러오는 중",noMatch:"검색된 데이터 없음",noData:"데이터 없음",placeholder:"선택"},dropdown:{toggleDropdown:"드롭다운 전환"},messagebox:{title:"메시지",confirm:"확인",cancel:"취소",error:"올바르지 않은 입력",close:"대화 상자 닫기"},popconfirm:{confirmButtonText:"예",cancelButtonText:"아니오"},validator:{validated:"검증됨",required:"필수 항목입니다",failed:"검증 실패"}}},e.messageTypes=Nm,e.notificationPosition=ip,e.notificationTypes=ap,e.provideGlobalConfig=Jh,e.registerDefaultPixelIcons=Gd,e.registerPixelIcon=function(e,t){Sv.set(e,Mv(t))},e.registerPixelIcons=Zv,e.resolveIconName=Cv,e.tableSize=["xs","sm","md","lg","xl"],e.useClickOutside=Wr,e.useDraggable=Ur,e.useFocusTrap=Yr,e.useFormItem=zl,e.useGlobalConfig=Uh,e.useLocale=ll,e.useSystemTheme=function(){const e=(0,t.ref)(!1)
|
|
1249
|
+
let o=null,n=null
|
|
1250
|
+
return(0,t.onMounted)((()=>{"undefined"!=typeof window&&(o=window.matchMedia("(prefers-color-scheme: dark)"),e.value=o.matches,n=t=>{e.value=t.matches},o.addEventListener?o.addEventListener("change",n):o.addListener(n))})),(0,t.onUnmounted)((()=>{o&&n&&(o.removeEventListener?o.removeEventListener("change",n):o.removeListener(n))})),{prefersDark:e,prefers:(0,t.computed)((()=>e.value?"dark":"light"))}},e.useTheme=function(){if(!fl&&"undefined"!=typeof window){!function(){if("undefined"==typeof window)return
|
|
1251
|
+
const e=localStorage.getItem(sl)
|
|
1252
|
+
e&&["light","dark","system"].includes(e)?ul.value=e:ul.value="system",dl.value=pl(ul.value),ml(dl.value)}(),fl=!0
|
|
1253
|
+
const e=window.matchMedia("(prefers-color-scheme: dark)"),t=e=>{"system"===ul.value&&(dl.value=e.matches,ml(dl.value))}
|
|
1254
|
+
e.addEventListener?e.addEventListener("change",t):e.addListener(t)}const e=e=>{ul.value=e,dl.value=pl(e),ml(dl.value),"undefined"!=typeof localStorage&&localStorage.setItem(sl,e)}
|
|
1255
|
+
return{theme:(0,t.computed)((()=>ul.value)),isDark:(0,t.computed)((()=>dl.value)),setTheme:e,toggleTheme:()=>{e(dl.value?"light":"dark")}}},e.zhCn={name:"zh-cn",el:{select:{loading:"加载中",noMatch:"无匹配数据",noData:"无数据",placeholder:"请选择"},dropdown:{toggleDropdown:"切换下拉菜单"},messagebox:{title:"提示",confirm:"确定",cancel:"取消",error:"输入的数据不合法!",close:"关闭此对话框"},popconfirm:{confirmButtonText:"确定",cancelButtonText:"取消"},validator:{validated:"验证通过",required:"此字段为必填项",failed:"验证失败"}}},e.zhTw={name:"zh-tw",el:{select:{loading:"載入中",noMatch:"無相符資料",noData:"無資料",placeholder:"請選擇"},dropdown:{toggleDropdown:"切換下拉選單"},messagebox:{title:"提示",confirm:"確定",cancel:"取消",error:"輸入的資料不符規定!",close:"關閉此對話框"},popconfirm:{confirmButtonText:"確認",cancelButtonText:"取消"},validator:{validated:"驗證通過",required:"此欄位為必填",failed:"驗證失敗"}}}}))
|