feather-k-demo-utils 0.0.3 → 0.0.6

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.
@@ -0,0 +1,4 @@
1
+ // src/styles/styles.d.ts
2
+ // Type declaration for importing the CSS module from this package.
3
+ // This allows TypeScript consumers to import "feather-k-demo-utils/styles" without type errors.
4
+ declare module "feather-k-demo-utils/styles";
@@ -3,4 +3,8 @@
3
3
  * Returns the version as a string, or null if not found.
4
4
  */
5
5
  export declare const getFeatherkStylesVersionFromUrl: (url: string) => string | null;
6
+ /**
7
+ * The resolved FeatherK styles version (evaluated at import time).
8
+ */
9
+ export declare const FEATHERK_STYLES_VERSION: string | null;
6
10
  export declare const featherkStylesVersion: string | null;
@@ -0,0 +1,14 @@
1
+ import { FEATHERK_STYLES_CDN_URL } from "./constants";
2
+ /**
3
+ * Extracts the version string (e.g. "1.2.3" or "latest") from a CDN URL for @featherk/styles.
4
+ * Returns the version as a string, or null if not found.
5
+ */
6
+ export const getFeatherkStylesVersionFromUrl = (url) => {
7
+ const match = url.match(/@featherk\/styles@([^/]+)\//);
8
+ return match && typeof match[1] === "string" ? match[1] : null;
9
+ };
10
+ /**
11
+ * The resolved FeatherK styles version (evaluated at import time).
12
+ */
13
+ export const FEATHERK_STYLES_VERSION = getFeatherkStylesVersionFromUrl(FEATHERK_STYLES_CDN_URL);
14
+ export const featherkStylesVersion = FEATHERK_STYLES_VERSION;
@@ -3,3 +3,7 @@
3
3
  * Uses import.meta.env.VITE_FEATHERK_STYLES_CDN_URL if available (Vite), otherwise falls back to the default CDN URL.
4
4
  */
5
5
  export declare function getFeatherKStylesCdnUrl(): string;
6
+ /**
7
+ * The resolved FeatherK styles CDN URL (evaluated at import time).
8
+ */
9
+ export declare const FEATHERK_STYLES_CDN_URL: string;
@@ -14,3 +14,7 @@ export function getFeatherKStylesCdnUrl() {
14
14
  }
15
15
  return "https://cdn.jsdelivr.net/npm/@featherk/styles@latest/dist/styles.css";
16
16
  }
17
+ /**
18
+ * The resolved FeatherK styles CDN URL (evaluated at import time).
19
+ */
20
+ export const FEATHERK_STYLES_CDN_URL = getFeatherKStylesCdnUrl();
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "feather-k-demo-utils",
3
3
  "private": false,
4
- "version": "0.0.3",
4
+ "version": "0.0.6",
5
5
  "type": "module",
6
- "main": "dist/index.js",
7
- "module": "dist/index.js",
8
- "types": "dist/index.d.ts",
6
+ "main": "lib/index.js",
7
+ "module": "lib/index.js",
8
+ "types": "lib/index.d.ts",
9
9
  "author": "Feather K Team",
10
10
  "license": "MIT",
11
11
  "description": "Utilties for feather-k demos only",
@@ -21,12 +21,14 @@
21
21
  "utilities"
22
22
  ],
23
23
  "exports": {
24
- "./utils": "./dist/utils/index.js",
25
- "./styles": "./dist/styles/demo.css"
24
+ "./utils": "./lib/utils/index.js",
25
+ "./styles": "./lib/styles/demo.css"
26
26
  },
27
27
  "scripts": {
28
28
  "dev": "vite",
29
- "build": "tsc --project tsconfig.build.json && vite build",
29
+ "build": "tsc --project tsconfig.build.json && npm run copy-styles && npm run clean-lib && vite build",
30
+ "copy-styles": "node scripts/copy-style.js",
31
+ "clean-lib": "node scripts/cleanup-lib.js",
30
32
  "preview": "vite preview",
31
33
  "prepublishOnly": "npm run build"
32
34
  },
@@ -39,10 +41,12 @@
39
41
  "@vue/tsconfig": "^0.8.1",
40
42
  "typescript": "~5.9.3",
41
43
  "vite": "^7.2.4",
44
+ "vite-plugin-static-copy": "^3.2.0",
42
45
  "vue-tsc": "^3.1.4"
43
46
  },
44
47
  "files": [
45
- "dist",
46
- "src/styles/demo.css"
48
+ "lib/utils",
49
+ "lib/styles",
50
+ "lib/styles/styles.d.ts"
47
51
  ]
48
- }
52
+ }
@@ -1 +0,0 @@
1
- (function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))n(r);new MutationObserver(r=>{for(const i of r)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&n(o)}).observe(document,{childList:!0,subtree:!0});function s(r){const i={};return r.integrity&&(i.integrity=r.integrity),r.referrerPolicy&&(i.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?i.credentials="include":r.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function n(r){if(r.ep)return;r.ep=!0;const i=s(r);fetch(r.href,i)}})();function Ts(e){const t=Object.create(null);for(const s of e.split(","))t[s]=1;return s=>s in t}const V={},Xe=[],ye=()=>{},On=()=>!1,qt=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Es=e=>e.startsWith("onUpdate:"),Y=Object.assign,Os=(e,t)=>{const s=e.indexOf(t);s>-1&&e.splice(s,1)},Nr=Object.prototype.hasOwnProperty,H=(e,t)=>Nr.call(e,t),M=Array.isArray,Ze=e=>Gt(e)==="[object Map]",An=e=>Gt(e)==="[object Set]",P=e=>typeof e=="function",J=e=>typeof e=="string",je=e=>typeof e=="symbol",B=e=>e!==null&&typeof e=="object",Pn=e=>(B(e)||P(e))&&P(e.then)&&P(e.catch),Mn=Object.prototype.toString,Gt=e=>Mn.call(e),Lr=e=>Gt(e).slice(8,-1),In=e=>Gt(e)==="[object Object]",As=e=>J(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,ut=Ts(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Jt=e=>{const t=Object.create(null);return(s=>t[s]||(t[s]=e(s)))},$r=/-\w/g,He=Jt(e=>e.replace($r,t=>t.slice(1).toUpperCase())),Ur=/\B([A-Z])/g,Je=Jt(e=>e.replace(Ur,"-$1").toLowerCase()),Rn=Jt(e=>e.charAt(0).toUpperCase()+e.slice(1)),ts=Jt(e=>e?`on${Rn(e)}`:""),We=(e,t)=>!Object.is(e,t),ss=(e,...t)=>{for(let s=0;s<e.length;s++)e[s](...t)},Fn=(e,t,s,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:s})},Vr=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Qs;const Yt=()=>Qs||(Qs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Ps(e){if(M(e)){const t={};for(let s=0;s<e.length;s++){const n=e[s],r=J(n)?qr(n):Ps(n);if(r)for(const i in r)t[i]=r[i]}return t}else if(J(e)||B(e))return e}const Kr=/;(?![^(]*\))/g,Wr=/:([^]+)/,Br=/\/\*[^]*?\*\//g;function qr(e){const t={};return e.replace(Br,"").split(Kr).forEach(s=>{if(s){const n=s.split(Wr);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function Ms(e){let t="";if(J(e))t=e;else if(M(e))for(let s=0;s<e.length;s++){const n=Ms(e[s]);n&&(t+=n+" ")}else if(B(e))for(const s in e)e[s]&&(t+=s+" ");return t.trim()}const Gr="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Jr=Ts(Gr);function Dn(e){return!!e||e===""}const Hn=e=>!!(e&&e.__v_isRef===!0),Ft=e=>J(e)?e:e==null?"":M(e)||B(e)&&(e.toString===Mn||!P(e.toString))?Hn(e)?Ft(e.value):JSON.stringify(e,jn,2):String(e),jn=(e,t)=>Hn(t)?jn(e,t.value):Ze(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((s,[n,r],i)=>(s[ns(n,i)+" =>"]=r,s),{})}:An(t)?{[`Set(${t.size})`]:[...t.values()].map(s=>ns(s))}:je(t)?ns(t):B(t)&&!M(t)&&!In(t)?String(t):t,ns=(e,t="")=>{var s;return je(e)?`Symbol(${(s=e.description)!=null?s:t})`:e};let re;class Yr{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=re,!t&&re&&(this.index=(re.scopes||(re.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].pause();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].resume();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].resume()}}run(t){if(this._active){const s=re;try{return re=this,t()}finally{re=s}}}on(){++this._on===1&&(this.prevScope=re,re=this)}off(){this._on>0&&--this._on===0&&(re=this.prevScope,this.prevScope=void 0)}stop(t){if(this._active){this._active=!1;let s,n;for(s=0,n=this.effects.length;s<n;s++)this.effects[s].stop();for(this.effects.length=0,s=0,n=this.cleanups.length;s<n;s++)this.cleanups[s]();if(this.cleanups.length=0,this.scopes){for(s=0,n=this.scopes.length;s<n;s++)this.scopes[s].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0}}}function zr(){return re}let U;const rs=new WeakSet;class Nn{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,re&&re.active&&re.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,rs.has(this)&&(rs.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||$n(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,ks(this),Un(this);const t=U,s=fe;U=this,fe=!0;try{return this.fn()}finally{Vn(this),U=t,fe=s,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Fs(t);this.deps=this.depsTail=void 0,ks(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?rs.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){ps(this)&&this.run()}get dirty(){return ps(this)}}let Ln=0,at,dt;function $n(e,t=!1){if(e.flags|=8,t){e.next=dt,dt=e;return}e.next=at,at=e}function Is(){Ln++}function Rs(){if(--Ln>0)return;if(dt){let t=dt;for(dt=void 0;t;){const s=t.next;t.next=void 0,t.flags&=-9,t=s}}let e;for(;at;){let t=at;for(at=void 0;t;){const s=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(n){e||(e=n)}t=s}}if(e)throw e}function Un(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Vn(e){let t,s=e.depsTail,n=s;for(;n;){const r=n.prevDep;n.version===-1?(n===s&&(s=r),Fs(n),Xr(n)):t=n,n.dep.activeLink=n.prevActiveLink,n.prevActiveLink=void 0,n=r}e.deps=t,e.depsTail=s}function ps(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Kn(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Kn(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===mt)||(e.globalVersion=mt,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!ps(e))))return;e.flags|=2;const t=e.dep,s=U,n=fe;U=e,fe=!0;try{Un(e);const r=e.fn(e._value);(t.version===0||We(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{U=s,fe=n,Vn(e),e.flags&=-3}}function Fs(e,t=!1){const{dep:s,prevSub:n,nextSub:r}=e;if(n&&(n.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=n,e.nextSub=void 0),s.subs===e&&(s.subs=n,!n&&s.computed)){s.computed.flags&=-5;for(let i=s.computed.deps;i;i=i.nextDep)Fs(i,!0)}!t&&!--s.sc&&s.map&&s.map.delete(s.key)}function Xr(e){const{prevDep:t,nextDep:s}=e;t&&(t.nextDep=s,e.prevDep=void 0),s&&(s.prevDep=t,e.nextDep=void 0)}let fe=!0;const Wn=[];function Te(){Wn.push(fe),fe=!1}function Ee(){const e=Wn.pop();fe=e===void 0?!0:e}function ks(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const s=U;U=void 0;try{t()}finally{U=s}}}let mt=0;class Zr{constructor(t,s){this.sub=t,this.dep=s,this.version=s.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Bn{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(t){if(!U||!fe||U===this.computed)return;let s=this.activeLink;if(s===void 0||s.sub!==U)s=this.activeLink=new Zr(U,this),U.deps?(s.prevDep=U.depsTail,U.depsTail.nextDep=s,U.depsTail=s):U.deps=U.depsTail=s,qn(s);else if(s.version===-1&&(s.version=this.version,s.nextDep)){const n=s.nextDep;n.prevDep=s.prevDep,s.prevDep&&(s.prevDep.nextDep=n),s.prevDep=U.depsTail,s.nextDep=void 0,U.depsTail.nextDep=s,U.depsTail=s,U.deps===s&&(U.deps=n)}return s}trigger(t){this.version++,mt++,this.notify(t)}notify(t){Is();try{for(let s=this.subs;s;s=s.prevSub)s.sub.notify()&&s.sub.dep.notify()}finally{Rs()}}}function qn(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let n=t.deps;n;n=n.nextDep)qn(n)}const s=e.dep.subs;s!==e&&(e.prevSub=s,s&&(s.nextSub=e)),e.dep.subs=e}}const gs=new WeakMap,Be=Symbol(""),_s=Symbol(""),bt=Symbol("");function z(e,t,s){if(fe&&U){let n=gs.get(e);n||gs.set(e,n=new Map);let r=n.get(s);r||(n.set(s,r=new Bn),r.map=n,r.key=s),r.track()}}function Ce(e,t,s,n,r,i){const o=gs.get(e);if(!o){mt++;return}const c=u=>{u&&u.trigger()};if(Is(),t==="clear")o.forEach(c);else{const u=M(e),h=u&&As(s);if(u&&s==="length"){const a=Number(n);o.forEach((p,w)=>{(w==="length"||w===bt||!je(w)&&w>=a)&&c(p)})}else switch((s!==void 0||o.has(void 0))&&c(o.get(s)),h&&c(o.get(bt)),t){case"add":u?h&&c(o.get("length")):(c(o.get(Be)),Ze(e)&&c(o.get(_s)));break;case"delete":u||(c(o.get(Be)),Ze(e)&&c(o.get(_s)));break;case"set":Ze(e)&&c(o.get(Be));break}}Rs()}function Ye(e){const t=N(e);return t===e?t:(z(t,"iterate",bt),xe(e)?t:t.map(Ge))}function Ds(e){return z(e=N(e),"iterate",bt),e}function Me(e,t){return qe(e)?yt(Qe(e)?Ge(t):t):Ge(t)}const Qr={__proto__:null,[Symbol.iterator](){return is(this,Symbol.iterator,e=>Me(this,e))},concat(...e){return Ye(this).concat(...e.map(t=>M(t)?Ye(t):t))},entries(){return is(this,"entries",e=>(e[1]=Me(this,e[1]),e))},every(e,t){return Se(this,"every",e,t,void 0,arguments)},filter(e,t){return Se(this,"filter",e,t,s=>s.map(n=>Me(this,n)),arguments)},find(e,t){return Se(this,"find",e,t,s=>Me(this,s),arguments)},findIndex(e,t){return Se(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Se(this,"findLast",e,t,s=>Me(this,s),arguments)},findLastIndex(e,t){return Se(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Se(this,"forEach",e,t,void 0,arguments)},includes(...e){return os(this,"includes",e)},indexOf(...e){return os(this,"indexOf",e)},join(e){return Ye(this).join(e)},lastIndexOf(...e){return os(this,"lastIndexOf",e)},map(e,t){return Se(this,"map",e,t,void 0,arguments)},pop(){return lt(this,"pop")},push(...e){return lt(this,"push",e)},reduce(e,...t){return en(this,"reduce",e,t)},reduceRight(e,...t){return en(this,"reduceRight",e,t)},shift(){return lt(this,"shift")},some(e,t){return Se(this,"some",e,t,void 0,arguments)},splice(...e){return lt(this,"splice",e)},toReversed(){return Ye(this).toReversed()},toSorted(e){return Ye(this).toSorted(e)},toSpliced(...e){return Ye(this).toSpliced(...e)},unshift(...e){return lt(this,"unshift",e)},values(){return is(this,"values",e=>Me(this,e))}};function is(e,t,s){const n=Ds(e),r=n[t]();return n!==e&&!xe(e)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.done||(i.value=s(i.value)),i}),r}const kr=Array.prototype;function Se(e,t,s,n,r,i){const o=Ds(e),c=o!==e&&!xe(e),u=o[t];if(u!==kr[t]){const p=u.apply(e,i);return c?Ge(p):p}let h=s;o!==e&&(c?h=function(p,w){return s.call(this,Me(e,p),w,e)}:s.length>2&&(h=function(p,w){return s.call(this,p,w,e)}));const a=u.call(o,h,n);return c&&r?r(a):a}function en(e,t,s,n){const r=Ds(e);let i=s;return r!==e&&(xe(e)?s.length>3&&(i=function(o,c,u){return s.call(this,o,c,u,e)}):i=function(o,c,u){return s.call(this,o,Me(e,c),u,e)}),r[t](i,...n)}function os(e,t,s){const n=N(e);z(n,"iterate",bt);const r=n[t](...s);return(r===-1||r===!1)&&Ls(s[0])?(s[0]=N(s[0]),n[t](...s)):r}function lt(e,t,s=[]){Te(),Is();const n=N(e)[t].apply(e,s);return Rs(),Ee(),n}const ei=Ts("__proto__,__v_isRef,__isVue"),Gn=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(je));function ti(e){je(e)||(e=String(e));const t=N(this);return z(t,"has",e),t.hasOwnProperty(e)}class Jn{constructor(t=!1,s=!1){this._isReadonly=t,this._isShallow=s}get(t,s,n){if(s==="__v_skip")return t.__v_skip;const r=this._isReadonly,i=this._isShallow;if(s==="__v_isReactive")return!r;if(s==="__v_isReadonly")return r;if(s==="__v_isShallow")return i;if(s==="__v_raw")return n===(r?i?ai:Zn:i?Xn:zn).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const o=M(t);if(!r){let u;if(o&&(u=Qr[s]))return u;if(s==="hasOwnProperty")return ti}const c=Reflect.get(t,s,te(t)?t:n);if((je(s)?Gn.has(s):ei(s))||(r||z(t,"get",s),i))return c;if(te(c)){const u=o&&As(s)?c:c.value;return r&&B(u)?bs(u):u}return B(c)?r?bs(c):js(c):c}}class Yn extends Jn{constructor(t=!1){super(!1,t)}set(t,s,n,r){let i=t[s];const o=M(t)&&As(s);if(!this._isShallow){const h=qe(i);if(!xe(n)&&!qe(n)&&(i=N(i),n=N(n)),!o&&te(i)&&!te(n))return h||(i.value=n),!0}const c=o?Number(s)<t.length:H(t,s),u=Reflect.set(t,s,n,te(t)?t:r);return t===N(r)&&(c?We(n,i)&&Ce(t,"set",s,n):Ce(t,"add",s,n)),u}deleteProperty(t,s){const n=H(t,s);t[s];const r=Reflect.deleteProperty(t,s);return r&&n&&Ce(t,"delete",s,void 0),r}has(t,s){const n=Reflect.has(t,s);return(!je(s)||!Gn.has(s))&&z(t,"has",s),n}ownKeys(t){return z(t,"iterate",M(t)?"length":Be),Reflect.ownKeys(t)}}class si extends Jn{constructor(t=!1){super(!0,t)}set(t,s){return!0}deleteProperty(t,s){return!0}}const ni=new Yn,ri=new si,ii=new Yn(!0);const ms=e=>e,Mt=e=>Reflect.getPrototypeOf(e);function oi(e,t,s){return function(...n){const r=this.__v_raw,i=N(r),o=Ze(i),c=e==="entries"||e===Symbol.iterator&&o,u=e==="keys"&&o,h=r[e](...n),a=s?ms:t?yt:Ge;return!t&&z(i,"iterate",u?_s:Be),Y(Object.create(h),{next(){const{value:p,done:w}=h.next();return w?{value:p,done:w}:{value:c?[a(p[0]),a(p[1])]:a(p),done:w}}})}}function It(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function li(e,t){const s={get(r){const i=this.__v_raw,o=N(i),c=N(r);e||(We(r,c)&&z(o,"get",r),z(o,"get",c));const{has:u}=Mt(o),h=t?ms:e?yt:Ge;if(u.call(o,r))return h(i.get(r));if(u.call(o,c))return h(i.get(c));i!==o&&i.get(r)},get size(){const r=this.__v_raw;return!e&&z(N(r),"iterate",Be),r.size},has(r){const i=this.__v_raw,o=N(i),c=N(r);return e||(We(r,c)&&z(o,"has",r),z(o,"has",c)),r===c?i.has(r):i.has(r)||i.has(c)},forEach(r,i){const o=this,c=o.__v_raw,u=N(c),h=t?ms:e?yt:Ge;return!e&&z(u,"iterate",Be),c.forEach((a,p)=>r.call(i,h(a),h(p),o))}};return Y(s,e?{add:It("add"),set:It("set"),delete:It("delete"),clear:It("clear")}:{add(r){!t&&!xe(r)&&!qe(r)&&(r=N(r));const i=N(this);return Mt(i).has.call(i,r)||(i.add(r),Ce(i,"add",r,r)),this},set(r,i){!t&&!xe(i)&&!qe(i)&&(i=N(i));const o=N(this),{has:c,get:u}=Mt(o);let h=c.call(o,r);h||(r=N(r),h=c.call(o,r));const a=u.call(o,r);return o.set(r,i),h?We(i,a)&&Ce(o,"set",r,i):Ce(o,"add",r,i),this},delete(r){const i=N(this),{has:o,get:c}=Mt(i);let u=o.call(i,r);u||(r=N(r),u=o.call(i,r)),c&&c.call(i,r);const h=i.delete(r);return u&&Ce(i,"delete",r,void 0),h},clear(){const r=N(this),i=r.size!==0,o=r.clear();return i&&Ce(r,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(r=>{s[r]=oi(r,e,t)}),s}function Hs(e,t){const s=li(e,t);return(n,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?n:Reflect.get(H(s,r)&&r in n?s:n,r,i)}const ci={get:Hs(!1,!1)},fi={get:Hs(!1,!0)},ui={get:Hs(!0,!1)};const zn=new WeakMap,Xn=new WeakMap,Zn=new WeakMap,ai=new WeakMap;function di(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function hi(e){return e.__v_skip||!Object.isExtensible(e)?0:di(Lr(e))}function js(e){return qe(e)?e:Ns(e,!1,ni,ci,zn)}function pi(e){return Ns(e,!1,ii,fi,Xn)}function bs(e){return Ns(e,!0,ri,ui,Zn)}function Ns(e,t,s,n,r){if(!B(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=hi(e);if(i===0)return e;const o=r.get(e);if(o)return o;const c=new Proxy(e,i===2?n:s);return r.set(e,c),c}function Qe(e){return qe(e)?Qe(e.__v_raw):!!(e&&e.__v_isReactive)}function qe(e){return!!(e&&e.__v_isReadonly)}function xe(e){return!!(e&&e.__v_isShallow)}function Ls(e){return e?!!e.__v_raw:!1}function N(e){const t=e&&e.__v_raw;return t?N(t):e}function gi(e){return!H(e,"__v_skip")&&Object.isExtensible(e)&&Fn(e,"__v_skip",!0),e}const Ge=e=>B(e)?js(e):e,yt=e=>B(e)?bs(e):e;function te(e){return e?e.__v_isRef===!0:!1}function Dt(e){return te(e)?e.value:e}const _i={get:(e,t,s)=>t==="__v_raw"?e:Dt(Reflect.get(e,t,s)),set:(e,t,s,n)=>{const r=e[t];return te(r)&&!te(s)?(r.value=s,!0):Reflect.set(e,t,s,n)}};function Qn(e){return Qe(e)?e:new Proxy(e,_i)}class mi{constructor(t,s,n){this.fn=t,this.setter=s,this._value=void 0,this.dep=new Bn(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=mt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!s,this.isSSR=n}notify(){if(this.flags|=16,!(this.flags&8)&&U!==this)return $n(this,!0),!0}get value(){const t=this.dep.track();return Kn(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function bi(e,t,s=!1){let n,r;return P(e)?n=e:(n=e.get,r=e.set),new mi(n,r,s)}const Rt={},Lt=new WeakMap;let Ke;function yi(e,t=!1,s=Ke){if(s){let n=Lt.get(s);n||Lt.set(s,n=[]),n.push(e)}}function xi(e,t,s=V){const{immediate:n,deep:r,once:i,scheduler:o,augmentJob:c,call:u}=s,h=O=>r?O:xe(O)||r===!1||r===0?Fe(O,1):Fe(O);let a,p,w,C,I=!1,F=!1;if(te(e)?(p=()=>e.value,I=xe(e)):Qe(e)?(p=()=>h(e),I=!0):M(e)?(F=!0,I=e.some(O=>Qe(O)||xe(O)),p=()=>e.map(O=>{if(te(O))return O.value;if(Qe(O))return h(O);if(P(O))return u?u(O,2):O()})):P(e)?t?p=u?()=>u(e,2):e:p=()=>{if(w){Te();try{w()}finally{Ee()}}const O=Ke;Ke=a;try{return u?u(e,3,[C]):e(C)}finally{Ke=O}}:p=ye,t&&r){const O=p,G=r===!0?1/0:r;p=()=>Fe(O(),G)}const X=zr(),D=()=>{a.stop(),X&&X.active&&Os(X.effects,a)};if(i&&t){const O=t;t=(...G)=>{O(...G),D()}}let K=F?new Array(e.length).fill(Rt):Rt;const q=O=>{if(!(!(a.flags&1)||!a.dirty&&!O))if(t){const G=a.run();if(r||I||(F?G.some((Ae,ue)=>We(Ae,K[ue])):We(G,K))){w&&w();const Ae=Ke;Ke=a;try{const ue=[G,K===Rt?void 0:F&&K[0]===Rt?[]:K,C];K=G,u?u(t,3,ue):t(...ue)}finally{Ke=Ae}}}else a.run()};return c&&c(q),a=new Nn(p),a.scheduler=o?()=>o(q,!1):q,C=O=>yi(O,!1,a),w=a.onStop=()=>{const O=Lt.get(a);if(O){if(u)u(O,4);else for(const G of O)G();Lt.delete(a)}},t?n?q(!0):K=a.run():o?o(q.bind(null,!0),!0):a.run(),D.pause=a.pause.bind(a),D.resume=a.resume.bind(a),D.stop=D,D}function Fe(e,t=1/0,s){if(t<=0||!B(e)||e.__v_skip||(s=s||new Map,(s.get(e)||0)>=t))return e;if(s.set(e,t),t--,te(e))Fe(e.value,t,s);else if(M(e))for(let n=0;n<e.length;n++)Fe(e[n],t,s);else if(An(e)||Ze(e))e.forEach(n=>{Fe(n,t,s)});else if(In(e)){for(const n in e)Fe(e[n],t,s);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&Fe(e[n],t,s)}return e}function wt(e,t,s,n){try{return n?e(...n):e()}catch(r){zt(r,t,s)}}function ve(e,t,s,n){if(P(e)){const r=wt(e,t,s,n);return r&&Pn(r)&&r.catch(i=>{zt(i,t,s)}),r}if(M(e)){const r=[];for(let i=0;i<e.length;i++)r.push(ve(e[i],t,s,n));return r}}function zt(e,t,s,n=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||V;if(t){let c=t.parent;const u=t.proxy,h=`https://vuejs.org/error-reference/#runtime-${s}`;for(;c;){const a=c.ec;if(a){for(let p=0;p<a.length;p++)if(a[p](e,u,h)===!1)return}c=c.parent}if(i){Te(),wt(i,null,10,[e,u,h]),Ee();return}}vi(e,s,r,n,o)}function vi(e,t,s,n=!0,r=!1){if(r)throw e;console.error(e)}const k=[];let _e=-1;const ke=[];let Ie=null,ze=0;const kn=Promise.resolve();let $t=null;function Si(e){const t=$t||kn;return e?t.then(this?e.bind(this):e):t}function wi(e){let t=_e+1,s=k.length;for(;t<s;){const n=t+s>>>1,r=k[n],i=xt(r);i<e||i===e&&r.flags&2?t=n+1:s=n}return t}function $s(e){if(!(e.flags&1)){const t=xt(e),s=k[k.length-1];!s||!(e.flags&2)&&t>=xt(s)?k.push(e):k.splice(wi(t),0,e),e.flags|=1,er()}}function er(){$t||($t=kn.then(sr))}function Ci(e){M(e)?ke.push(...e):Ie&&e.id===-1?Ie.splice(ze+1,0,e):e.flags&1||(ke.push(e),e.flags|=1),er()}function tn(e,t,s=_e+1){for(;s<k.length;s++){const n=k[s];if(n&&n.flags&2){if(e&&n.id!==e.uid)continue;k.splice(s,1),s--,n.flags&4&&(n.flags&=-2),n(),n.flags&4||(n.flags&=-2)}}}function tr(e){if(ke.length){const t=[...new Set(ke)].sort((s,n)=>xt(s)-xt(n));if(ke.length=0,Ie){Ie.push(...t);return}for(Ie=t,ze=0;ze<Ie.length;ze++){const s=Ie[ze];s.flags&4&&(s.flags&=-2),s.flags&8||s(),s.flags&=-2}Ie=null,ze=0}}const xt=e=>e.id==null?e.flags&2?-1:1/0:e.id;function sr(e){try{for(_e=0;_e<k.length;_e++){const t=k[_e];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),wt(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;_e<k.length;_e++){const t=k[_e];t&&(t.flags&=-2)}_e=-1,k.length=0,tr(),$t=null,(k.length||ke.length)&&sr()}}let be=null,nr=null;function Ut(e){const t=be;return be=e,nr=e&&e.type.__scopeId||null,t}function Ti(e,t=be,s){if(!t||e._n)return e;const n=(...r)=>{n._d&&dn(-1);const i=Ut(t);let o;try{o=e(...r)}finally{Ut(i),n._d&&dn(1)}return o};return n._n=!0,n._c=!0,n._d=!0,n}function Ue(e,t,s,n){const r=e.dirs,i=t&&t.dirs;for(let o=0;o<r.length;o++){const c=r[o];i&&(c.oldValue=i[o].value);let u=c.dir[n];u&&(Te(),ve(u,s,8,[e.el,c,e,t]),Ee())}}function Ei(e,t){if(ee){let s=ee.provides;const n=ee.parent&&ee.parent.provides;n===s&&(s=ee.provides=Object.create(n)),s[e]=t}}function Ht(e,t,s=!1){const n=Oo();if(n||et){let r=et?et._context.provides:n?n.parent==null||n.ce?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return s&&P(t)?t.call(n&&n.proxy):t}}const Oi=Symbol.for("v-scx"),Ai=()=>Ht(Oi);function ls(e,t,s){return rr(e,t,s)}function rr(e,t,s=V){const{immediate:n,deep:r,flush:i,once:o}=s,c=Y({},s),u=t&&n||!t&&i!=="post";let h;if(St){if(i==="sync"){const C=Ai();h=C.__watcherHandles||(C.__watcherHandles=[])}else if(!u){const C=()=>{};return C.stop=ye,C.resume=ye,C.pause=ye,C}}const a=ee;c.call=(C,I,F)=>ve(C,a,I,F);let p=!1;i==="post"?c.scheduler=C=>{oe(C,a&&a.suspense)}:i!=="sync"&&(p=!0,c.scheduler=(C,I)=>{I?C():$s(C)}),c.augmentJob=C=>{t&&(C.flags|=4),p&&(C.flags|=2,a&&(C.id=a.uid,C.i=a))};const w=xi(e,t,c);return St&&(h?h.push(w):u&&w()),w}function Pi(e,t,s){const n=this.proxy,r=J(e)?e.includes(".")?ir(n,e):()=>n[e]:e.bind(n,n);let i;P(t)?i=t:(i=t.handler,s=t);const o=Ct(this),c=rr(r,i.bind(n),s);return o(),c}function ir(e,t){const s=t.split(".");return()=>{let n=e;for(let r=0;r<s.length&&n;r++)n=n[s[r]];return n}}const Mi=Symbol("_vte"),Ii=e=>e.__isTeleport,Ri=Symbol("_leaveCb");function Us(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Us(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function or(e,t){return P(e)?Y({name:e.name},t,{setup:e}):e}function lr(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const Vt=new WeakMap;function ht(e,t,s,n,r=!1){if(M(e)){e.forEach((I,F)=>ht(I,t&&(M(t)?t[F]:t),s,n,r));return}if(pt(n)&&!r){n.shapeFlag&512&&n.type.__asyncResolved&&n.component.subTree.component&&ht(e,t,s,n.component.subTree);return}const i=n.shapeFlag&4?Bs(n.component):n.el,o=r?null:i,{i:c,r:u}=e,h=t&&t.r,a=c.refs===V?c.refs={}:c.refs,p=c.setupState,w=N(p),C=p===V?On:I=>H(w,I);if(h!=null&&h!==u){if(sn(t),J(h))a[h]=null,C(h)&&(p[h]=null);else if(te(h)){h.value=null;const I=t;I.k&&(a[I.k]=null)}}if(P(u))wt(u,c,12,[o,a]);else{const I=J(u),F=te(u);if(I||F){const X=()=>{if(e.f){const D=I?C(u)?p[u]:a[u]:u.value;if(r)M(D)&&Os(D,i);else if(M(D))D.includes(i)||D.push(i);else if(I)a[u]=[i],C(u)&&(p[u]=a[u]);else{const K=[i];u.value=K,e.k&&(a[e.k]=K)}}else I?(a[u]=o,C(u)&&(p[u]=o)):F&&(u.value=o,e.k&&(a[e.k]=o))};if(o){const D=()=>{X(),Vt.delete(e)};D.id=-1,Vt.set(e,D),oe(D,s)}else sn(e),X()}}}function sn(e){const t=Vt.get(e);t&&(t.flags|=8,Vt.delete(e))}Yt().requestIdleCallback;Yt().cancelIdleCallback;const pt=e=>!!e.type.__asyncLoader,cr=e=>e.type.__isKeepAlive;function Fi(e,t){fr(e,"a",t)}function Di(e,t){fr(e,"da",t)}function fr(e,t,s=ee){const n=e.__wdc||(e.__wdc=()=>{let r=s;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(Xt(t,n,s),s){let r=s.parent;for(;r&&r.parent;)cr(r.parent.vnode)&&Hi(n,t,s,r),r=r.parent}}function Hi(e,t,s,n){const r=Xt(t,e,n,!0);ur(()=>{Os(n[t],r)},s)}function Xt(e,t,s=ee,n=!1){if(s){const r=s[e]||(s[e]=[]),i=t.__weh||(t.__weh=(...o)=>{Te();const c=Ct(s),u=ve(t,s,e,o);return c(),Ee(),u});return n?r.unshift(i):r.push(i),i}}const Oe=e=>(t,s=ee)=>{(!St||e==="sp")&&Xt(e,(...n)=>t(...n),s)},ji=Oe("bm"),Ni=Oe("m"),Li=Oe("bu"),$i=Oe("u"),Ui=Oe("bum"),ur=Oe("um"),Vi=Oe("sp"),Ki=Oe("rtg"),Wi=Oe("rtc");function Bi(e,t=ee){Xt("ec",e,t)}const qi=Symbol.for("v-ndc"),ys=e=>e?Rr(e)?Bs(e):ys(e.parent):null,gt=Y(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>ys(e.parent),$root:e=>ys(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>dr(e),$forceUpdate:e=>e.f||(e.f=()=>{$s(e.update)}),$nextTick:e=>e.n||(e.n=Si.bind(e.proxy)),$watch:e=>Pi.bind(e)}),cs=(e,t)=>e!==V&&!e.__isScriptSetup&&H(e,t),Gi={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:s,setupState:n,data:r,props:i,accessCache:o,type:c,appContext:u}=e;if(t[0]!=="$"){const w=o[t];if(w!==void 0)switch(w){case 1:return n[t];case 2:return r[t];case 4:return s[t];case 3:return i[t]}else{if(cs(n,t))return o[t]=1,n[t];if(r!==V&&H(r,t))return o[t]=2,r[t];if(H(i,t))return o[t]=3,i[t];if(s!==V&&H(s,t))return o[t]=4,s[t];xs&&(o[t]=0)}}const h=gt[t];let a,p;if(h)return t==="$attrs"&&z(e.attrs,"get",""),h(e);if((a=c.__cssModules)&&(a=a[t]))return a;if(s!==V&&H(s,t))return o[t]=4,s[t];if(p=u.config.globalProperties,H(p,t))return p[t]},set({_:e},t,s){const{data:n,setupState:r,ctx:i}=e;return cs(r,t)?(r[t]=s,!0):n!==V&&H(n,t)?(n[t]=s,!0):H(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=s,!0)},has({_:{data:e,setupState:t,accessCache:s,ctx:n,appContext:r,props:i,type:o}},c){let u;return!!(s[c]||e!==V&&c[0]!=="$"&&H(e,c)||cs(t,c)||H(i,c)||H(n,c)||H(gt,c)||H(r.config.globalProperties,c)||(u=o.__cssModules)&&u[c])},defineProperty(e,t,s){return s.get!=null?e._.accessCache[t]=0:H(s,"value")&&this.set(e,t,s.value,null),Reflect.defineProperty(e,t,s)}};function nn(e){return M(e)?e.reduce((t,s)=>(t[s]=null,t),{}):e}let xs=!0;function Ji(e){const t=dr(e),s=e.proxy,n=e.ctx;xs=!1,t.beforeCreate&&rn(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:o,watch:c,provide:u,inject:h,created:a,beforeMount:p,mounted:w,beforeUpdate:C,updated:I,activated:F,deactivated:X,beforeDestroy:D,beforeUnmount:K,destroyed:q,unmounted:O,render:G,renderTracked:Ae,renderTriggered:ue,errorCaptured:Pe,serverPrefetch:Tt,expose:Ne,inheritAttrs:nt,components:Et,directives:Ot,filters:kt}=t;if(h&&Yi(h,n,null),o)for(const W in o){const L=o[W];P(L)&&(n[W]=L.bind(s))}if(r){const W=r.call(s,s);B(W)&&(e.data=js(W))}if(xs=!0,i)for(const W in i){const L=i[W],Le=P(L)?L.bind(s,s):P(L.get)?L.get.bind(s,s):ye,At=!P(L)&&P(L.set)?L.set.bind(s):ye,$e=Fo({get:Le,set:At});Object.defineProperty(n,W,{enumerable:!0,configurable:!0,get:()=>$e.value,set:ae=>$e.value=ae})}if(c)for(const W in c)ar(c[W],n,s,W);if(u){const W=P(u)?u.call(s):u;Reflect.ownKeys(W).forEach(L=>{Ei(L,W[L])})}a&&rn(a,e,"c");function Z(W,L){M(L)?L.forEach(Le=>W(Le.bind(s))):L&&W(L.bind(s))}if(Z(ji,p),Z(Ni,w),Z(Li,C),Z($i,I),Z(Fi,F),Z(Di,X),Z(Bi,Pe),Z(Wi,Ae),Z(Ki,ue),Z(Ui,K),Z(ur,O),Z(Vi,Tt),M(Ne))if(Ne.length){const W=e.exposed||(e.exposed={});Ne.forEach(L=>{Object.defineProperty(W,L,{get:()=>s[L],set:Le=>s[L]=Le,enumerable:!0})})}else e.exposed||(e.exposed={});G&&e.render===ye&&(e.render=G),nt!=null&&(e.inheritAttrs=nt),Et&&(e.components=Et),Ot&&(e.directives=Ot),Tt&&lr(e)}function Yi(e,t,s=ye){M(e)&&(e=vs(e));for(const n in e){const r=e[n];let i;B(r)?"default"in r?i=Ht(r.from||n,r.default,!0):i=Ht(r.from||n):i=Ht(r),te(i)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[n]=i}}function rn(e,t,s){ve(M(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,s)}function ar(e,t,s,n){let r=n.includes(".")?ir(s,n):()=>s[n];if(J(e)){const i=t[e];P(i)&&ls(r,i)}else if(P(e))ls(r,e.bind(s));else if(B(e))if(M(e))e.forEach(i=>ar(i,t,s,n));else{const i=P(e.handler)?e.handler.bind(s):t[e.handler];P(i)&&ls(r,i,e)}}function dr(e){const t=e.type,{mixins:s,extends:n}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,c=i.get(t);let u;return c?u=c:!r.length&&!s&&!n?u=t:(u={},r.length&&r.forEach(h=>Kt(u,h,o,!0)),Kt(u,t,o)),B(t)&&i.set(t,u),u}function Kt(e,t,s,n=!1){const{mixins:r,extends:i}=t;i&&Kt(e,i,s,!0),r&&r.forEach(o=>Kt(e,o,s,!0));for(const o in t)if(!(n&&o==="expose")){const c=zi[o]||s&&s[o];e[o]=c?c(e[o],t[o]):t[o]}return e}const zi={data:on,props:ln,emits:ln,methods:ft,computed:ft,beforeCreate:Q,created:Q,beforeMount:Q,mounted:Q,beforeUpdate:Q,updated:Q,beforeDestroy:Q,beforeUnmount:Q,destroyed:Q,unmounted:Q,activated:Q,deactivated:Q,errorCaptured:Q,serverPrefetch:Q,components:ft,directives:ft,watch:Zi,provide:on,inject:Xi};function on(e,t){return t?e?function(){return Y(P(e)?e.call(this,this):e,P(t)?t.call(this,this):t)}:t:e}function Xi(e,t){return ft(vs(e),vs(t))}function vs(e){if(M(e)){const t={};for(let s=0;s<e.length;s++)t[e[s]]=e[s];return t}return e}function Q(e,t){return e?[...new Set([].concat(e,t))]:t}function ft(e,t){return e?Y(Object.create(null),e,t):t}function ln(e,t){return e?M(e)&&M(t)?[...new Set([...e,...t])]:Y(Object.create(null),nn(e),nn(t??{})):t}function Zi(e,t){if(!e)return t;if(!t)return e;const s=Y(Object.create(null),e);for(const n in t)s[n]=Q(e[n],t[n]);return s}function hr(){return{app:null,config:{isNativeTag:On,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Qi=0;function ki(e,t){return function(n,r=null){P(n)||(n=Y({},n)),r!=null&&!B(r)&&(r=null);const i=hr(),o=new WeakSet,c=[];let u=!1;const h=i.app={_uid:Qi++,_component:n,_props:r,_container:null,_context:i,_instance:null,version:Do,get config(){return i.config},set config(a){},use(a,...p){return o.has(a)||(a&&P(a.install)?(o.add(a),a.install(h,...p)):P(a)&&(o.add(a),a(h,...p))),h},mixin(a){return i.mixins.includes(a)||i.mixins.push(a),h},component(a,p){return p?(i.components[a]=p,h):i.components[a]},directive(a,p){return p?(i.directives[a]=p,h):i.directives[a]},mount(a,p,w){if(!u){const C=h._ceVNode||De(n,r);return C.appContext=i,w===!0?w="svg":w===!1&&(w=void 0),e(C,a,w),u=!0,h._container=a,a.__vue_app__=h,Bs(C.component)}},onUnmount(a){c.push(a)},unmount(){u&&(ve(c,h._instance,16),e(null,h._container),delete h._container.__vue_app__)},provide(a,p){return i.provides[a]=p,h},runWithContext(a){const p=et;et=h;try{return a()}finally{et=p}}};return h}}let et=null;const eo=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${He(t)}Modifiers`]||e[`${Je(t)}Modifiers`];function to(e,t,...s){if(e.isUnmounted)return;const n=e.vnode.props||V;let r=s;const i=t.startsWith("update:"),o=i&&eo(n,t.slice(7));o&&(o.trim&&(r=s.map(a=>J(a)?a.trim():a)),o.number&&(r=s.map(Vr)));let c,u=n[c=ts(t)]||n[c=ts(He(t))];!u&&i&&(u=n[c=ts(Je(t))]),u&&ve(u,e,6,r);const h=n[c+"Once"];if(h){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,ve(h,e,6,r)}}const so=new WeakMap;function pr(e,t,s=!1){const n=s?so:t.emitsCache,r=n.get(e);if(r!==void 0)return r;const i=e.emits;let o={},c=!1;if(!P(e)){const u=h=>{const a=pr(h,t,!0);a&&(c=!0,Y(o,a))};!s&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}return!i&&!c?(B(e)&&n.set(e,null),null):(M(i)?i.forEach(u=>o[u]=null):Y(o,i),B(e)&&n.set(e,o),o)}function Zt(e,t){return!e||!qt(t)?!1:(t=t.slice(2).replace(/Once$/,""),H(e,t[0].toLowerCase()+t.slice(1))||H(e,Je(t))||H(e,t))}function cn(e){const{type:t,vnode:s,proxy:n,withProxy:r,propsOptions:[i],slots:o,attrs:c,emit:u,render:h,renderCache:a,props:p,data:w,setupState:C,ctx:I,inheritAttrs:F}=e,X=Ut(e);let D,K;try{if(s.shapeFlag&4){const O=r||n,G=O;D=me(h.call(G,O,a,p,C,w,I)),K=c}else{const O=t;D=me(O.length>1?O(p,{attrs:c,slots:o,emit:u}):O(p,null)),K=t.props?c:no(c)}}catch(O){_t.length=0,zt(O,e,1),D=De(tt)}let q=D;if(K&&F!==!1){const O=Object.keys(K),{shapeFlag:G}=q;O.length&&G&7&&(i&&O.some(Es)&&(K=ro(K,i)),q=st(q,K,!1,!0))}return s.dirs&&(q=st(q,null,!1,!0),q.dirs=q.dirs?q.dirs.concat(s.dirs):s.dirs),s.transition&&Us(q,s.transition),D=q,Ut(X),D}const no=e=>{let t;for(const s in e)(s==="class"||s==="style"||qt(s))&&((t||(t={}))[s]=e[s]);return t},ro=(e,t)=>{const s={};for(const n in e)(!Es(n)||!(n.slice(9)in t))&&(s[n]=e[n]);return s};function io(e,t,s){const{props:n,children:r,component:i}=e,{props:o,children:c,patchFlag:u}=t,h=i.emitsOptions;if(t.dirs||t.transition)return!0;if(s&&u>=0){if(u&1024)return!0;if(u&16)return n?fn(n,o,h):!!o;if(u&8){const a=t.dynamicProps;for(let p=0;p<a.length;p++){const w=a[p];if(o[w]!==n[w]&&!Zt(h,w))return!0}}}else return(r||c)&&(!c||!c.$stable)?!0:n===o?!1:n?o?fn(n,o,h):!0:!!o;return!1}function fn(e,t,s){const n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let r=0;r<n.length;r++){const i=n[r];if(t[i]!==e[i]&&!Zt(s,i))return!0}return!1}function oo({vnode:e,parent:t},s){for(;t;){const n=t.subTree;if(n.suspense&&n.suspense.activeBranch===e&&(n.el=e.el),n===e)(e=t.vnode).el=s,t=t.parent;else break}}const gr={},_r=()=>Object.create(gr),mr=e=>Object.getPrototypeOf(e)===gr;function lo(e,t,s,n=!1){const r={},i=_r();e.propsDefaults=Object.create(null),br(e,t,r,i);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);s?e.props=n?r:pi(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function co(e,t,s,n){const{props:r,attrs:i,vnode:{patchFlag:o}}=e,c=N(r),[u]=e.propsOptions;let h=!1;if((n||o>0)&&!(o&16)){if(o&8){const a=e.vnode.dynamicProps;for(let p=0;p<a.length;p++){let w=a[p];if(Zt(e.emitsOptions,w))continue;const C=t[w];if(u)if(H(i,w))C!==i[w]&&(i[w]=C,h=!0);else{const I=He(w);r[I]=Ss(u,c,I,C,e,!1)}else C!==i[w]&&(i[w]=C,h=!0)}}}else{br(e,t,r,i)&&(h=!0);let a;for(const p in c)(!t||!H(t,p)&&((a=Je(p))===p||!H(t,a)))&&(u?s&&(s[p]!==void 0||s[a]!==void 0)&&(r[p]=Ss(u,c,p,void 0,e,!0)):delete r[p]);if(i!==c)for(const p in i)(!t||!H(t,p))&&(delete i[p],h=!0)}h&&Ce(e.attrs,"set","")}function br(e,t,s,n){const[r,i]=e.propsOptions;let o=!1,c;if(t)for(let u in t){if(ut(u))continue;const h=t[u];let a;r&&H(r,a=He(u))?!i||!i.includes(a)?s[a]=h:(c||(c={}))[a]=h:Zt(e.emitsOptions,u)||(!(u in n)||h!==n[u])&&(n[u]=h,o=!0)}if(i){const u=N(s),h=c||V;for(let a=0;a<i.length;a++){const p=i[a];s[p]=Ss(r,u,p,h[p],e,!H(h,p))}}return o}function Ss(e,t,s,n,r,i){const o=e[s];if(o!=null){const c=H(o,"default");if(c&&n===void 0){const u=o.default;if(o.type!==Function&&!o.skipFactory&&P(u)){const{propsDefaults:h}=r;if(s in h)n=h[s];else{const a=Ct(r);n=h[s]=u.call(null,t),a()}}else n=u;r.ce&&r.ce._setProp(s,n)}o[0]&&(i&&!c?n=!1:o[1]&&(n===""||n===Je(s))&&(n=!0))}return n}const fo=new WeakMap;function yr(e,t,s=!1){const n=s?fo:t.propsCache,r=n.get(e);if(r)return r;const i=e.props,o={},c=[];let u=!1;if(!P(e)){const a=p=>{u=!0;const[w,C]=yr(p,t,!0);Y(o,w),C&&c.push(...C)};!s&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!i&&!u)return B(e)&&n.set(e,Xe),Xe;if(M(i))for(let a=0;a<i.length;a++){const p=He(i[a]);un(p)&&(o[p]=V)}else if(i)for(const a in i){const p=He(a);if(un(p)){const w=i[a],C=o[p]=M(w)||P(w)?{type:w}:Y({},w),I=C.type;let F=!1,X=!0;if(M(I))for(let D=0;D<I.length;++D){const K=I[D],q=P(K)&&K.name;if(q==="Boolean"){F=!0;break}else q==="String"&&(X=!1)}else F=P(I)&&I.name==="Boolean";C[0]=F,C[1]=X,(F||H(C,"default"))&&c.push(p)}}const h=[o,c];return B(e)&&n.set(e,h),h}function un(e){return e[0]!=="$"&&!ut(e)}const Vs=e=>e==="_"||e==="_ctx"||e==="$stable",Ks=e=>M(e)?e.map(me):[me(e)],uo=(e,t,s)=>{if(t._n)return t;const n=Ti((...r)=>Ks(t(...r)),s);return n._c=!1,n},xr=(e,t,s)=>{const n=e._ctx;for(const r in e){if(Vs(r))continue;const i=e[r];if(P(i))t[r]=uo(r,i,n);else if(i!=null){const o=Ks(i);t[r]=()=>o}}},vr=(e,t)=>{const s=Ks(t);e.slots.default=()=>s},Sr=(e,t,s)=>{for(const n in t)(s||!Vs(n))&&(e[n]=t[n])},ao=(e,t,s)=>{const n=e.slots=_r();if(e.vnode.shapeFlag&32){const r=t._;r?(Sr(n,t,s),s&&Fn(n,"_",r,!0)):xr(t,n)}else t&&vr(e,t)},ho=(e,t,s)=>{const{vnode:n,slots:r}=e;let i=!0,o=V;if(n.shapeFlag&32){const c=t._;c?s&&c===1?i=!1:Sr(r,t,s):(i=!t.$stable,xr(t,r)),o=t}else t&&(vr(e,t),o={default:1});if(i)for(const c in r)!Vs(c)&&o[c]==null&&delete r[c]},oe=bo;function po(e){return go(e)}function go(e,t){const s=Yt();s.__VUE__=!0;const{insert:n,remove:r,patchProp:i,createElement:o,createText:c,createComment:u,setText:h,setElementText:a,parentNode:p,nextSibling:w,setScopeId:C=ye,insertStaticContent:I}=e,F=(l,f,d,b=null,g=null,_=null,v=void 0,x=null,y=!!f.dynamicChildren)=>{if(l===f)return;l&&!ct(l,f)&&(b=Pt(l),ae(l,g,_,!0),l=null),f.patchFlag===-2&&(y=!1,f.dynamicChildren=null);const{type:m,ref:E,shapeFlag:S}=f;switch(m){case Qt:X(l,f,d,b);break;case tt:D(l,f,d,b);break;case us:l==null&&K(f,d,b,v);break;case ce:Et(l,f,d,b,g,_,v,x,y);break;default:S&1?G(l,f,d,b,g,_,v,x,y):S&6?Ot(l,f,d,b,g,_,v,x,y):(S&64||S&128)&&m.process(l,f,d,b,g,_,v,x,y,it)}E!=null&&g?ht(E,l&&l.ref,_,f||l,!f):E==null&&l&&l.ref!=null&&ht(l.ref,null,_,l,!0)},X=(l,f,d,b)=>{if(l==null)n(f.el=c(f.children),d,b);else{const g=f.el=l.el;f.children!==l.children&&h(g,f.children)}},D=(l,f,d,b)=>{l==null?n(f.el=u(f.children||""),d,b):f.el=l.el},K=(l,f,d,b)=>{[l.el,l.anchor]=I(l.children,f,d,b,l.el,l.anchor)},q=({el:l,anchor:f},d,b)=>{let g;for(;l&&l!==f;)g=w(l),n(l,d,b),l=g;n(f,d,b)},O=({el:l,anchor:f})=>{let d;for(;l&&l!==f;)d=w(l),r(l),l=d;r(f)},G=(l,f,d,b,g,_,v,x,y)=>{if(f.type==="svg"?v="svg":f.type==="math"&&(v="mathml"),l==null)Ae(f,d,b,g,_,v,x,y);else{const m=l.el&&l.el._isVueCE?l.el:null;try{m&&m._beginPatch(),Tt(l,f,g,_,v,x,y)}finally{m&&m._endPatch()}}},Ae=(l,f,d,b,g,_,v,x)=>{let y,m;const{props:E,shapeFlag:S,transition:T,dirs:A}=l;if(y=l.el=o(l.type,_,E&&E.is,E),S&8?a(y,l.children):S&16&&Pe(l.children,y,null,b,g,fs(l,_),v,x),A&&Ue(l,null,b,"created"),ue(y,l,l.scopeId,v,b),E){for(const $ in E)$!=="value"&&!ut($)&&i(y,$,null,E[$],_,b);"value"in E&&i(y,"value",null,E.value,_),(m=E.onVnodeBeforeMount)&&ge(m,b,l)}A&&Ue(l,null,b,"beforeMount");const R=_o(g,T);R&&T.beforeEnter(y),n(y,f,d),((m=E&&E.onVnodeMounted)||R||A)&&oe(()=>{m&&ge(m,b,l),R&&T.enter(y),A&&Ue(l,null,b,"mounted")},g)},ue=(l,f,d,b,g)=>{if(d&&C(l,d),b)for(let _=0;_<b.length;_++)C(l,b[_]);if(g){let _=g.subTree;if(f===_||Er(_.type)&&(_.ssContent===f||_.ssFallback===f)){const v=g.vnode;ue(l,v,v.scopeId,v.slotScopeIds,g.parent)}}},Pe=(l,f,d,b,g,_,v,x,y=0)=>{for(let m=y;m<l.length;m++){const E=l[m]=x?Re(l[m]):me(l[m]);F(null,E,f,d,b,g,_,v,x)}},Tt=(l,f,d,b,g,_,v)=>{const x=f.el=l.el;let{patchFlag:y,dynamicChildren:m,dirs:E}=f;y|=l.patchFlag&16;const S=l.props||V,T=f.props||V;let A;if(d&&Ve(d,!1),(A=T.onVnodeBeforeUpdate)&&ge(A,d,f,l),E&&Ue(f,l,d,"beforeUpdate"),d&&Ve(d,!0),(S.innerHTML&&T.innerHTML==null||S.textContent&&T.textContent==null)&&a(x,""),m?Ne(l.dynamicChildren,m,x,d,b,fs(f,g),_):v||L(l,f,x,null,d,b,fs(f,g),_,!1),y>0){if(y&16)nt(x,S,T,d,g);else if(y&2&&S.class!==T.class&&i(x,"class",null,T.class,g),y&4&&i(x,"style",S.style,T.style,g),y&8){const R=f.dynamicProps;for(let $=0;$<R.length;$++){const j=R[$],se=S[j],ne=T[j];(ne!==se||j==="value")&&i(x,j,se,ne,g,d)}}y&1&&l.children!==f.children&&a(x,f.children)}else!v&&m==null&&nt(x,S,T,d,g);((A=T.onVnodeUpdated)||E)&&oe(()=>{A&&ge(A,d,f,l),E&&Ue(f,l,d,"updated")},b)},Ne=(l,f,d,b,g,_,v)=>{for(let x=0;x<f.length;x++){const y=l[x],m=f[x],E=y.el&&(y.type===ce||!ct(y,m)||y.shapeFlag&198)?p(y.el):d;F(y,m,E,null,b,g,_,v,!0)}},nt=(l,f,d,b,g)=>{if(f!==d){if(f!==V)for(const _ in f)!ut(_)&&!(_ in d)&&i(l,_,f[_],null,g,b);for(const _ in d){if(ut(_))continue;const v=d[_],x=f[_];v!==x&&_!=="value"&&i(l,_,x,v,g,b)}"value"in d&&i(l,"value",f.value,d.value,g)}},Et=(l,f,d,b,g,_,v,x,y)=>{const m=f.el=l?l.el:c(""),E=f.anchor=l?l.anchor:c("");let{patchFlag:S,dynamicChildren:T,slotScopeIds:A}=f;A&&(x=x?x.concat(A):A),l==null?(n(m,d,b),n(E,d,b),Pe(f.children||[],d,E,g,_,v,x,y)):S>0&&S&64&&T&&l.dynamicChildren&&l.dynamicChildren.length===T.length?(Ne(l.dynamicChildren,T,d,g,_,v,x),(f.key!=null||g&&f===g.subTree)&&wr(l,f,!0)):L(l,f,d,E,g,_,v,x,y)},Ot=(l,f,d,b,g,_,v,x,y)=>{f.slotScopeIds=x,l==null?f.shapeFlag&512?g.ctx.activate(f,d,b,v,y):kt(f,d,b,g,_,v,y):Gs(l,f,y)},kt=(l,f,d,b,g,_,v)=>{const x=l.component=Eo(l,b,g);if(cr(l)&&(x.ctx.renderer=it),Ao(x,!1,v),x.asyncDep){if(g&&g.registerDep(x,Z,v),!l.el){const y=x.subTree=De(tt);D(null,y,f,d),l.placeholder=y.el}}else Z(x,l,f,d,g,_,v)},Gs=(l,f,d)=>{const b=f.component=l.component;if(io(l,f,d))if(b.asyncDep&&!b.asyncResolved){W(b,f,d);return}else b.next=f,b.update();else f.el=l.el,b.vnode=f},Z=(l,f,d,b,g,_,v)=>{const x=()=>{if(l.isMounted){let{next:S,bu:T,u:A,parent:R,vnode:$}=l;{const he=Cr(l);if(he){S&&(S.el=$.el,W(l,S,v)),he.asyncDep.then(()=>{l.isUnmounted||x()});return}}let j=S,se;Ve(l,!1),S?(S.el=$.el,W(l,S,v)):S=$,T&&ss(T),(se=S.props&&S.props.onVnodeBeforeUpdate)&&ge(se,R,S,$),Ve(l,!0);const ne=cn(l),de=l.subTree;l.subTree=ne,F(de,ne,p(de.el),Pt(de),l,g,_),S.el=ne.el,j===null&&oo(l,ne.el),A&&oe(A,g),(se=S.props&&S.props.onVnodeUpdated)&&oe(()=>ge(se,R,S,$),g)}else{let S;const{el:T,props:A}=f,{bm:R,m:$,parent:j,root:se,type:ne}=l,de=pt(f);Ve(l,!1),R&&ss(R),!de&&(S=A&&A.onVnodeBeforeMount)&&ge(S,j,f),Ve(l,!0);{se.ce&&se.ce._def.shadowRoot!==!1&&se.ce._injectChildStyle(ne);const he=l.subTree=cn(l);F(null,he,d,b,l,g,_),f.el=he.el}if($&&oe($,g),!de&&(S=A&&A.onVnodeMounted)){const he=f;oe(()=>ge(S,j,he),g)}(f.shapeFlag&256||j&&pt(j.vnode)&&j.vnode.shapeFlag&256)&&l.a&&oe(l.a,g),l.isMounted=!0,f=d=b=null}};l.scope.on();const y=l.effect=new Nn(x);l.scope.off();const m=l.update=y.run.bind(y),E=l.job=y.runIfDirty.bind(y);E.i=l,E.id=l.uid,y.scheduler=()=>$s(E),Ve(l,!0),m()},W=(l,f,d)=>{f.component=l;const b=l.vnode.props;l.vnode=f,l.next=null,co(l,f.props,b,d),ho(l,f.children,d),Te(),tn(l),Ee()},L=(l,f,d,b,g,_,v,x,y=!1)=>{const m=l&&l.children,E=l?l.shapeFlag:0,S=f.children,{patchFlag:T,shapeFlag:A}=f;if(T>0){if(T&128){At(m,S,d,b,g,_,v,x,y);return}else if(T&256){Le(m,S,d,b,g,_,v,x,y);return}}A&8?(E&16&&rt(m,g,_),S!==m&&a(d,S)):E&16?A&16?At(m,S,d,b,g,_,v,x,y):rt(m,g,_,!0):(E&8&&a(d,""),A&16&&Pe(S,d,b,g,_,v,x,y))},Le=(l,f,d,b,g,_,v,x,y)=>{l=l||Xe,f=f||Xe;const m=l.length,E=f.length,S=Math.min(m,E);let T;for(T=0;T<S;T++){const A=f[T]=y?Re(f[T]):me(f[T]);F(l[T],A,d,null,g,_,v,x,y)}m>E?rt(l,g,_,!0,!1,S):Pe(f,d,b,g,_,v,x,y,S)},At=(l,f,d,b,g,_,v,x,y)=>{let m=0;const E=f.length;let S=l.length-1,T=E-1;for(;m<=S&&m<=T;){const A=l[m],R=f[m]=y?Re(f[m]):me(f[m]);if(ct(A,R))F(A,R,d,null,g,_,v,x,y);else break;m++}for(;m<=S&&m<=T;){const A=l[S],R=f[T]=y?Re(f[T]):me(f[T]);if(ct(A,R))F(A,R,d,null,g,_,v,x,y);else break;S--,T--}if(m>S){if(m<=T){const A=T+1,R=A<E?f[A].el:b;for(;m<=T;)F(null,f[m]=y?Re(f[m]):me(f[m]),d,R,g,_,v,x,y),m++}}else if(m>T)for(;m<=S;)ae(l[m],g,_,!0),m++;else{const A=m,R=m,$=new Map;for(m=R;m<=T;m++){const ie=f[m]=y?Re(f[m]):me(f[m]);ie.key!=null&&$.set(ie.key,m)}let j,se=0;const ne=T-R+1;let de=!1,he=0;const ot=new Array(ne);for(m=0;m<ne;m++)ot[m]=0;for(m=A;m<=S;m++){const ie=l[m];if(se>=ne){ae(ie,g,_,!0);continue}let pe;if(ie.key!=null)pe=$.get(ie.key);else for(j=R;j<=T;j++)if(ot[j-R]===0&&ct(ie,f[j])){pe=j;break}pe===void 0?ae(ie,g,_,!0):(ot[pe-R]=m+1,pe>=he?he=pe:de=!0,F(ie,f[pe],d,null,g,_,v,x,y),se++)}const zs=de?mo(ot):Xe;for(j=zs.length-1,m=ne-1;m>=0;m--){const ie=R+m,pe=f[ie],Xs=f[ie+1],Zs=ie+1<E?Xs.el||Tr(Xs):b;ot[m]===0?F(null,pe,d,Zs,g,_,v,x,y):de&&(j<0||m!==zs[j]?$e(pe,d,Zs,2):j--)}}},$e=(l,f,d,b,g=null)=>{const{el:_,type:v,transition:x,children:y,shapeFlag:m}=l;if(m&6){$e(l.component.subTree,f,d,b);return}if(m&128){l.suspense.move(f,d,b);return}if(m&64){v.move(l,f,d,it);return}if(v===ce){n(_,f,d);for(let S=0;S<y.length;S++)$e(y[S],f,d,b);n(l.anchor,f,d);return}if(v===us){q(l,f,d);return}if(b!==2&&m&1&&x)if(b===0)x.beforeEnter(_),n(_,f,d),oe(()=>x.enter(_),g);else{const{leave:S,delayLeave:T,afterLeave:A}=x,R=()=>{l.ctx.isUnmounted?r(_):n(_,f,d)},$=()=>{_._isLeaving&&_[Ri](!0),S(_,()=>{R(),A&&A()})};T?T(_,R,$):$()}else n(_,f,d)},ae=(l,f,d,b=!1,g=!1)=>{const{type:_,props:v,ref:x,children:y,dynamicChildren:m,shapeFlag:E,patchFlag:S,dirs:T,cacheIndex:A}=l;if(S===-2&&(g=!1),x!=null&&(Te(),ht(x,null,d,l,!0),Ee()),A!=null&&(f.renderCache[A]=void 0),E&256){f.ctx.deactivate(l);return}const R=E&1&&T,$=!pt(l);let j;if($&&(j=v&&v.onVnodeBeforeUnmount)&&ge(j,f,l),E&6)jr(l.component,d,b);else{if(E&128){l.suspense.unmount(d,b);return}R&&Ue(l,null,f,"beforeUnmount"),E&64?l.type.remove(l,f,d,it,b):m&&!m.hasOnce&&(_!==ce||S>0&&S&64)?rt(m,f,d,!1,!0):(_===ce&&S&384||!g&&E&16)&&rt(y,f,d),b&&Js(l)}($&&(j=v&&v.onVnodeUnmounted)||R)&&oe(()=>{j&&ge(j,f,l),R&&Ue(l,null,f,"unmounted")},d)},Js=l=>{const{type:f,el:d,anchor:b,transition:g}=l;if(f===ce){Hr(d,b);return}if(f===us){O(l);return}const _=()=>{r(d),g&&!g.persisted&&g.afterLeave&&g.afterLeave()};if(l.shapeFlag&1&&g&&!g.persisted){const{leave:v,delayLeave:x}=g,y=()=>v(d,_);x?x(l.el,_,y):y()}else _()},Hr=(l,f)=>{let d;for(;l!==f;)d=w(l),r(l),l=d;r(f)},jr=(l,f,d)=>{const{bum:b,scope:g,job:_,subTree:v,um:x,m:y,a:m}=l;an(y),an(m),b&&ss(b),g.stop(),_&&(_.flags|=8,ae(v,l,f,d)),x&&oe(x,f),oe(()=>{l.isUnmounted=!0},f)},rt=(l,f,d,b=!1,g=!1,_=0)=>{for(let v=_;v<l.length;v++)ae(l[v],f,d,b,g)},Pt=l=>{if(l.shapeFlag&6)return Pt(l.component.subTree);if(l.shapeFlag&128)return l.suspense.next();const f=w(l.anchor||l.el),d=f&&f[Mi];return d?w(d):f};let es=!1;const Ys=(l,f,d)=>{let b;l==null?f._vnode&&(ae(f._vnode,null,null,!0),b=f._vnode.component):F(f._vnode||null,l,f,null,null,null,d),f._vnode=l,es||(es=!0,tn(b),tr(),es=!1)},it={p:F,um:ae,m:$e,r:Js,mt:kt,mc:Pe,pc:L,pbc:Ne,n:Pt,o:e};return{render:Ys,hydrate:void 0,createApp:ki(Ys)}}function fs({type:e,props:t},s){return s==="svg"&&e==="foreignObject"||s==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:s}function Ve({effect:e,job:t},s){s?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function _o(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function wr(e,t,s=!1){const n=e.children,r=t.children;if(M(n)&&M(r))for(let i=0;i<n.length;i++){const o=n[i];let c=r[i];c.shapeFlag&1&&!c.dynamicChildren&&((c.patchFlag<=0||c.patchFlag===32)&&(c=r[i]=Re(r[i]),c.el=o.el),!s&&c.patchFlag!==-2&&wr(o,c)),c.type===Qt&&(c.patchFlag!==-1?c.el=o.el:c.__elIndex=i+(e.type===ce?1:0)),c.type===tt&&!c.el&&(c.el=o.el)}}function mo(e){const t=e.slice(),s=[0];let n,r,i,o,c;const u=e.length;for(n=0;n<u;n++){const h=e[n];if(h!==0){if(r=s[s.length-1],e[r]<h){t[n]=r,s.push(n);continue}for(i=0,o=s.length-1;i<o;)c=i+o>>1,e[s[c]]<h?i=c+1:o=c;h<e[s[i]]&&(i>0&&(t[n]=s[i-1]),s[i]=n)}}for(i=s.length,o=s[i-1];i-- >0;)s[i]=o,o=t[o];return s}function Cr(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Cr(t)}function an(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function Tr(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?Tr(t.subTree):null}const Er=e=>e.__isSuspense;function bo(e,t){t&&t.pendingBranch?M(e)?t.effects.push(...e):t.effects.push(e):Ci(e)}const ce=Symbol.for("v-fgt"),Qt=Symbol.for("v-txt"),tt=Symbol.for("v-cmt"),us=Symbol.for("v-stc"),_t=[];let le=null;function Or(e=!1){_t.push(le=e?null:[])}function yo(){_t.pop(),le=_t[_t.length-1]||null}let vt=1;function dn(e,t=!1){vt+=e,e<0&&le&&t&&(le.hasOnce=!0)}function xo(e){return e.dynamicChildren=vt>0?le||Xe:null,yo(),vt>0&&le&&le.push(e),e}function Ar(e,t,s,n,r,i){return xo(Wt(e,t,s,n,r,i,!0))}function Pr(e){return e?e.__v_isVNode===!0:!1}function ct(e,t){return e.type===t.type&&e.key===t.key}const Mr=({key:e})=>e??null,jt=({ref:e,ref_key:t,ref_for:s})=>(typeof e=="number"&&(e=""+e),e!=null?J(e)||te(e)||P(e)?{i:be,r:e,k:t,f:!!s}:e:null);function Wt(e,t=null,s=null,n=0,r=null,i=e===ce?0:1,o=!1,c=!1){const u={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Mr(t),ref:t&&jt(t),scopeId:nr,slotScopeIds:null,children:s,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:n,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:be};return c?(Ws(u,s),i&128&&e.normalize(u)):s&&(u.shapeFlag|=J(s)?8:16),vt>0&&!o&&le&&(u.patchFlag>0||i&6)&&u.patchFlag!==32&&le.push(u),u}const De=vo;function vo(e,t=null,s=null,n=0,r=null,i=!1){if((!e||e===qi)&&(e=tt),Pr(e)){const c=st(e,t,!0);return s&&Ws(c,s),vt>0&&!i&&le&&(c.shapeFlag&6?le[le.indexOf(e)]=c:le.push(c)),c.patchFlag=-2,c}if(Ro(e)&&(e=e.__vccOpts),t){t=So(t);let{class:c,style:u}=t;c&&!J(c)&&(t.class=Ms(c)),B(u)&&(Ls(u)&&!M(u)&&(u=Y({},u)),t.style=Ps(u))}const o=J(e)?1:Er(e)?128:Ii(e)?64:B(e)?4:P(e)?2:0;return Wt(e,t,s,n,r,o,i,!0)}function So(e){return e?Ls(e)||mr(e)?Y({},e):e:null}function st(e,t,s=!1,n=!1){const{props:r,ref:i,patchFlag:o,children:c,transition:u}=e,h=t?wo(r||{},t):r,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:h,key:h&&Mr(h),ref:t&&t.ref?s&&i?M(i)?i.concat(jt(t)):[i,jt(t)]:jt(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:c,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ce?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:u,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&st(e.ssContent),ssFallback:e.ssFallback&&st(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return u&&n&&Us(a,u.clone(a)),a}function Ir(e=" ",t=0){return De(Qt,null,e,t)}function me(e){return e==null||typeof e=="boolean"?De(tt):M(e)?De(ce,null,e.slice()):Pr(e)?Re(e):De(Qt,null,String(e))}function Re(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:st(e)}function Ws(e,t){let s=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(M(t))s=16;else if(typeof t=="object")if(n&65){const r=t.default;r&&(r._c&&(r._d=!1),Ws(e,r()),r._c&&(r._d=!0));return}else{s=32;const r=t._;!r&&!mr(t)?t._ctx=be:r===3&&be&&(be.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else P(t)?(t={default:t,_ctx:be},s=32):(t=String(t),n&64?(s=16,t=[Ir(t)]):s=8);e.children=t,e.shapeFlag|=s}function wo(...e){const t={};for(let s=0;s<e.length;s++){const n=e[s];for(const r in n)if(r==="class")t.class!==n.class&&(t.class=Ms([t.class,n.class]));else if(r==="style")t.style=Ps([t.style,n.style]);else if(qt(r)){const i=t[r],o=n[r];o&&i!==o&&!(M(i)&&i.includes(o))&&(t[r]=i?[].concat(i,o):o)}else r!==""&&(t[r]=n[r])}return t}function ge(e,t,s,n=null){ve(e,t,7,[s,n])}const Co=hr();let To=0;function Eo(e,t,s){const n=e.type,r=(t?t.appContext:e.appContext)||Co,i={uid:To++,vnode:e,type:n,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Yr(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:yr(n,r),emitsOptions:pr(n,r),emit:null,emitted:null,propsDefaults:V,inheritAttrs:n.inheritAttrs,ctx:V,data:V,props:V,attrs:V,slots:V,refs:V,setupState:V,setupContext:null,suspense:s,suspenseId:s?s.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=to.bind(null,i),e.ce&&e.ce(i),i}let ee=null;const Oo=()=>ee||be;let Bt,ws;{const e=Yt(),t=(s,n)=>{let r;return(r=e[s])||(r=e[s]=[]),r.push(n),i=>{r.length>1?r.forEach(o=>o(i)):r[0](i)}};Bt=t("__VUE_INSTANCE_SETTERS__",s=>ee=s),ws=t("__VUE_SSR_SETTERS__",s=>St=s)}const Ct=e=>{const t=ee;return Bt(e),e.scope.on(),()=>{e.scope.off(),Bt(t)}},hn=()=>{ee&&ee.scope.off(),Bt(null)};function Rr(e){return e.vnode.shapeFlag&4}let St=!1;function Ao(e,t=!1,s=!1){t&&ws(t);const{props:n,children:r}=e.vnode,i=Rr(e);lo(e,n,i,t),ao(e,r,s||t);const o=i?Po(e,t):void 0;return t&&ws(!1),o}function Po(e,t){const s=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Gi);const{setup:n}=s;if(n){Te();const r=e.setupContext=n.length>1?Io(e):null,i=Ct(e),o=wt(n,e,0,[e.props,r]),c=Pn(o);if(Ee(),i(),(c||e.sp)&&!pt(e)&&lr(e),c){if(o.then(hn,hn),t)return o.then(u=>{pn(e,u)}).catch(u=>{zt(u,e,0)});e.asyncDep=o}else pn(e,o)}else Fr(e)}function pn(e,t,s){P(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:B(t)&&(e.setupState=Qn(t)),Fr(e)}function Fr(e,t,s){const n=e.type;e.render||(e.render=n.render||ye);{const r=Ct(e);Te();try{Ji(e)}finally{Ee(),r()}}}const Mo={get(e,t){return z(e,"get",""),e[t]}};function Io(e){const t=s=>{e.exposed=s||{}};return{attrs:new Proxy(e.attrs,Mo),slots:e.slots,emit:e.emit,expose:t}}function Bs(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Qn(gi(e.exposed)),{get(t,s){if(s in t)return t[s];if(s in gt)return gt[s](e)},has(t,s){return s in t||s in gt}})):e.proxy}function Ro(e){return P(e)&&"__vccOpts"in e}const Fo=(e,t)=>bi(e,t,St),Do="3.5.27";let Cs;const gn=typeof window<"u"&&window.trustedTypes;if(gn)try{Cs=gn.createPolicy("vue",{createHTML:e=>e})}catch{}const Dr=Cs?e=>Cs.createHTML(e):e=>e,Ho="http://www.w3.org/2000/svg",jo="http://www.w3.org/1998/Math/MathML",we=typeof document<"u"?document:null,_n=we&&we.createElement("template"),No={insert:(e,t,s)=>{t.insertBefore(e,s||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,s,n)=>{const r=t==="svg"?we.createElementNS(Ho,e):t==="mathml"?we.createElementNS(jo,e):s?we.createElement(e,{is:s}):we.createElement(e);return e==="select"&&n&&n.multiple!=null&&r.setAttribute("multiple",n.multiple),r},createText:e=>we.createTextNode(e),createComment:e=>we.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>we.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,s,n,r,i){const o=s?s.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),s),!(r===i||!(r=r.nextSibling)););else{_n.innerHTML=Dr(n==="svg"?`<svg>${e}</svg>`:n==="mathml"?`<math>${e}</math>`:e);const c=_n.content;if(n==="svg"||n==="mathml"){const u=c.firstChild;for(;u.firstChild;)c.appendChild(u.firstChild);c.removeChild(u)}t.insertBefore(c,s)}return[o?o.nextSibling:t.firstChild,s?s.previousSibling:t.lastChild]}},Lo=Symbol("_vtc");function $o(e,t,s){const n=e[Lo];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):s?e.setAttribute("class",t):e.className=t}const mn=Symbol("_vod"),Uo=Symbol("_vsh"),Vo=Symbol(""),Ko=/(?:^|;)\s*display\s*:/;function Wo(e,t,s){const n=e.style,r=J(s);let i=!1;if(s&&!r){if(t)if(J(t))for(const o of t.split(";")){const c=o.slice(0,o.indexOf(":")).trim();s[c]==null&&Nt(n,c,"")}else for(const o in t)s[o]==null&&Nt(n,o,"");for(const o in s)o==="display"&&(i=!0),Nt(n,o,s[o])}else if(r){if(t!==s){const o=n[Vo];o&&(s+=";"+o),n.cssText=s,i=Ko.test(s)}}else t&&e.removeAttribute("style");mn in e&&(e[mn]=i?n.display:"",e[Uo]&&(n.display="none"))}const bn=/\s*!important$/;function Nt(e,t,s){if(M(s))s.forEach(n=>Nt(e,t,n));else if(s==null&&(s=""),t.startsWith("--"))e.setProperty(t,s);else{const n=Bo(e,t);bn.test(s)?e.setProperty(Je(n),s.replace(bn,""),"important"):e[n]=s}}const yn=["Webkit","Moz","ms"],as={};function Bo(e,t){const s=as[t];if(s)return s;let n=He(t);if(n!=="filter"&&n in e)return as[t]=n;n=Rn(n);for(let r=0;r<yn.length;r++){const i=yn[r]+n;if(i in e)return as[t]=i}return t}const xn="http://www.w3.org/1999/xlink";function vn(e,t,s,n,r,i=Jr(t)){n&&t.startsWith("xlink:")?s==null?e.removeAttributeNS(xn,t.slice(6,t.length)):e.setAttributeNS(xn,t,s):s==null||i&&!Dn(s)?e.removeAttribute(t):e.setAttribute(t,i?"":je(s)?String(s):s)}function Sn(e,t,s,n,r){if(t==="innerHTML"||t==="textContent"){s!=null&&(e[t]=t==="innerHTML"?Dr(s):s);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const c=i==="OPTION"?e.getAttribute("value")||"":e.value,u=s==null?e.type==="checkbox"?"on":"":String(s);(c!==u||!("_value"in e))&&(e.value=u),s==null&&e.removeAttribute(t),e._value=s;return}let o=!1;if(s===""||s==null){const c=typeof e[t];c==="boolean"?s=Dn(s):s==null&&c==="string"?(s="",o=!0):c==="number"&&(s=0,o=!0)}try{e[t]=s}catch{}o&&e.removeAttribute(r||t)}function qo(e,t,s,n){e.addEventListener(t,s,n)}function Go(e,t,s,n){e.removeEventListener(t,s,n)}const wn=Symbol("_vei");function Jo(e,t,s,n,r=null){const i=e[wn]||(e[wn]={}),o=i[t];if(n&&o)o.value=n;else{const[c,u]=Yo(t);if(n){const h=i[t]=Zo(n,r);qo(e,c,h,u)}else o&&(Go(e,c,o,u),i[t]=void 0)}}const Cn=/(?:Once|Passive|Capture)$/;function Yo(e){let t;if(Cn.test(e)){t={};let n;for(;n=e.match(Cn);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Je(e.slice(2)),t]}let ds=0;const zo=Promise.resolve(),Xo=()=>ds||(zo.then(()=>ds=0),ds=Date.now());function Zo(e,t){const s=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=s.attached)return;ve(Qo(n,s.value),t,5,[n])};return s.value=e,s.attached=Xo(),s}function Qo(e,t){if(M(t)){const s=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{s.call(e),e._stopped=!0},t.map(n=>r=>!r._stopped&&n&&n(r))}else return t}const Tn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,ko=(e,t,s,n,r,i)=>{const o=r==="svg";t==="class"?$o(e,n,o):t==="style"?Wo(e,s,n):qt(t)?Es(t)||Jo(e,t,s,n,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):el(e,t,n,o))?(Sn(e,t,n),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&vn(e,t,n,o,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!J(n))?Sn(e,He(t),n,i,t):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),vn(e,t,n,o))};function el(e,t,s,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&Tn(t)&&P(s));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="sandbox"&&e.tagName==="IFRAME"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return Tn(t)&&J(s)?!1:t in e}const tl=Y({patchProp:ko},No);let En;function sl(){return En||(En=po(tl))}const nl=((...e)=>{const t=sl().createApp(...e),{mount:s}=t;return t.mount=n=>{const r=il(n);if(!r)return;const i=t._component;!P(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const o=s(r,!1,rl(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),o},t});function rl(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function il(e){return J(e)?document.querySelector(e):e}const ol={};function qs(){return typeof import.meta=="object"&&import.meta&&"env"in import.meta&&ol?"https://cdn.jsdelivr.net/npm/@featherk/styles@latest/dist/v8.2.0/css/featherk.css":"https://cdn.jsdelivr.net/npm/@featherk/styles@latest/dist/styles.css"}const ll=e=>{const t=e.match(/@featherk\/styles@([^/]+)\//);return t&&typeof t[1]=="string"?t[1]:null},cl=ll(qs()),hs=new Date,fl=`${String(hs.getMonth()+1).padStart(2,"0")}/${String(hs.getDate()).padStart(2,"0")}/${hs.getFullYear()}`,ul=or({__name:"Main",setup(e){const t=qs();return(s,n)=>(Or(),Ar(ce,null,[n[0]||(n[0]=Wt("h1",null,"Demo Utilities",-1)),Wt("p",null," CDN: "+Ft(Dt(t)),1),Ir(" Using @featherk/styles@"+Ft(Dt(cl))+" - Published on "+Ft(Dt(fl)),1)],64))}}),al=or({__name:"App",setup(e){return(t,s)=>(Or(),Ar("main",null,[De(ul)]))}});console.log("CDN URL:",qs);nl(al).mount("#app");
@@ -1 +0,0 @@
1
- h1{color:var(--kendo-color-primary, limegreen)}.featherk-demo-form{display:flex;flex-direction:column;gap:1em}.featherk-demo-form .actions{margin-top:1em;display:flex;flex-direction:row;gap:.5em;justify-content:flex-start}.demo-stats-wrapper .demo-stats{position:fixed;right:var(--kendo-spacing-4);bottom:var(--kendo-spacing-4);background:hsl(from var(--kendo-color-primary) h s 90% / .5);font-size:var(--kendo-font-size-sm);margin:var(--kendo-spacing-2);padding:var(--kendo-spacing-2);border-radius:var(--kendo-border-radius-md);box-shadow:var(--kendo-elevation-2);pointer-events:none}
@@ -1,16 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
- <!-- Load @featherk/styles from CDN using Vite env variable -->
7
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@featherk/styles@latest/dist/v8.2.0/css/featherk.css" />
8
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
- <title>feather-k-demo-utils</title>
10
- <script type="module" crossorigin src="/assets/index-5jOdqw1V.js"></script>
11
- <link rel="stylesheet" crossorigin href="/assets/index-CQ7RqWpe.css">
12
- </head>
13
- <body>
14
- <div id="app"></div>
15
- </body>
16
- </html>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
package/dist/index.html DELETED
@@ -1,16 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
- <!-- Load @featherk/styles from CDN using Vite env variable -->
7
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@featherk/styles@latest/dist/v8.2.0/css/featherk.css" />
8
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
- <title>feather-k-demo-utils</title>
10
- <script type="module" crossorigin src="/assets/index-5jOdqw1V.js"></script>
11
- <link rel="stylesheet" crossorigin href="/assets/index-CQ7RqWpe.css">
12
- </head>
13
- <body>
14
- <div id="app"></div>
15
- </body>
16
- </html>
@@ -1,10 +0,0 @@
1
- import { getFeatherKStylesCdnUrl } from "./constants";
2
- /**
3
- * Extracts the version string (e.g. "1.2.3" or "latest") from a CDN URL for @featherk/styles.
4
- * Returns the version as a string, or null if not found.
5
- */
6
- export const getFeatherkStylesVersionFromUrl = (url) => {
7
- const match = url.match(/@featherk\/styles@([^/]+)\//);
8
- return match && typeof match[1] === 'string' ? match[1] : null;
9
- };
10
- export const featherkStylesVersion = getFeatherkStylesVersionFromUrl(getFeatherKStylesCdnUrl());
package/dist/vite.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
File without changes
File without changes
File without changes
File without changes
File without changes