@oiij/chrome-tabs 0.0.12 → 0.0.13
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/Tabs.vue.d.ts +2 -2
- package/dist/index.cjs +8 -8
- package/dist/index.js +382 -385
- package/dist/index.umd.cjs +8 -8
- package/package.json +7 -14
package/dist/Tabs.vue.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ declare function __VLS_template(): {
|
|
|
6
6
|
suffix?(_: {}): any;
|
|
7
7
|
};
|
|
8
8
|
refs: {
|
|
9
|
-
|
|
9
|
+
'scroll-ref': HTMLDivElement;
|
|
10
10
|
};
|
|
11
11
|
rootEl: HTMLDivElement;
|
|
12
12
|
};
|
|
@@ -52,7 +52,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
52
52
|
onAdd?: (() => any) | undefined;
|
|
53
53
|
"onUpdate:value"?: ((v?: TabItemKey | null | undefined) => any) | undefined;
|
|
54
54
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
55
|
-
|
|
55
|
+
'scroll-ref': HTMLDivElement;
|
|
56
56
|
}, HTMLDivElement>;
|
|
57
57
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
58
58
|
export default _default;
|
package/dist/index.cjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("vue");function
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("vue");function me(e){let t=".",n="__",o="--",i;if(e){let c=e.blockPrefix;c&&(t=c),c=e.elementPrefix,c&&(n=c),c=e.modifierPrefix,c&&(o=c)}const l={install(c){i=c.c;const h=c.context;h.bem={},h.bem.b=null,h.bem.els=null}};function u(c){let h,v;return{before(b){h=b.bem.b,v=b.bem.els,b.bem.els=null},after(b){b.bem.b=h,b.bem.els=v},$({context:b,props:E}){return c=typeof c=="string"?c:c({context:b,props:E}),b.bem.b=c,`${E?.bPrefix||t}${b.bem.b}`}}}function s(c){let h;return{before(v){h=v.bem.els},after(v){v.bem.els=h},$({context:v,props:b}){return c=typeof c=="string"?c:c({context:v,props:b}),v.bem.els=c.split(",").map(E=>E.trim()),v.bem.els.map(E=>`${b?.bPrefix||t}${v.bem.b}${n}${E}`).join(", ")}}}function m(c){return{$({context:h,props:v}){c=typeof c=="string"?c:c({context:h,props:v});const b=c.split(",").map(V=>V.trim());function E(V){return b.map(fe=>`&${v?.bPrefix||t}${h.bem.b}${V!==void 0?`${n}${V}`:""}${o}${fe}`).join(", ")}const P=h.bem.els;if(P!==null){if(process.env.NODE_ENV!=="production"&&P.length>=2)throw Error(`[css-render/plugin-bem]: m(${c}) is invalid, using modifier inside multiple elements is not allowed`);return E(P[0])}else return E()}}}function d(c){return{$({context:h,props:v}){c=typeof c=="string"?c:c({context:h,props:v});const b=h.bem.els;if(process.env.NODE_ENV!=="production"&&b!==null&&b.length>=2)throw Error(`[css-render/plugin-bem]: notM(${c}) is invalid, using modifier inside multiple elements is not allowed`);return`&:not(${v?.bPrefix||t}${h.bem.b}${b!==null&&b.length>0?`${n}${b[0]}`:""}${o}${c})`}}}return Object.assign(l,{cB:((...c)=>i(u(c[0]),c[1],c[2])),cE:((...c)=>i(s(c[0]),c[1],c[2])),cM:((...c)=>i(m(c[0]),c[1],c[2])),cNotM:((...c)=>i(d(c[0]),c[1],c[2]))}),l}function he(e){let t=0;for(let n=0;n<e.length;++n)e[n]==="&"&&++t;return t}const ie=/\s*,(?![^(]*\))\s*/g,ve=/\s+/g;function be(e,t){const n=[];return t.split(ie).forEach(o=>{let i=he(o);if(i){if(i===1){e.forEach(u=>{n.push(o.replace("&",u))});return}}else{e.forEach(u=>{n.push((u&&u+" ")+o)});return}let l=[o];for(;i--;){const u=[];l.forEach(s=>{e.forEach(m=>{u.push(s.replace("&",m))})}),l=u}l.forEach(u=>n.push(u))}),n}function ge(e,t){const n=[];return t.split(ie).forEach(o=>{e.forEach(i=>{n.push((i&&i+" ")+o)})}),n}function pe(e){let t=[""];return e.forEach(n=>{n=n&&n.trim(),n&&(n.includes("&")?t=be(t,n):t=ge(t,n))}),t.join(", ").replace(ve," ")}function G(e){if(!e)return;const t=e.parentElement;t&&t.removeChild(e)}function K(e,t){return(t??document.head).querySelector(`style[cssr-id="${e}"]`)}function xe(e){const t=document.createElement("style");return t.setAttribute("cssr-id",e),t}function M(e){return e?/^\s*@(s|m)/.test(e):!1}const ye=/[A-Z]/g;function le(e){return e.replace(ye,t=>"-"+t.toLowerCase())}function ke(e,t=" "){return typeof e=="object"&&e!==null?` {
|
|
2
2
|
`+Object.entries(e).map(n=>t+` ${le(n[0])}: ${n[1]};`).join(`
|
|
3
3
|
`)+`
|
|
4
|
-
`+t+"}":`: ${e};`}function
|
|
4
|
+
`+t+"}":`: ${e};`}function $e(e,t,n){return typeof e=="function"?e({context:t.context,props:n}):e}function Z(e,t,n,o){if(!t)return"";const i=$e(t,n,o);if(!i)return"";if(typeof i=="string")return`${e} {
|
|
5
5
|
${i}
|
|
6
6
|
}`;const l=Object.keys(i);if(l.length===0)return n.config.keepEmptyBlock?e+` {
|
|
7
|
-
}`:"";const u=e?[e+" {"]:[];return l.forEach(
|
|
8
|
-
`+
|
|
9
|
-
`);return}
|
|
10
|
-
`)}function W(e,t,n){e&&e.forEach(o=>{if(Array.isArray(o))W(o,t,n);else if(typeof o=="function"){const i=o(t);Array.isArray(i)?W(i,t,n):i&&n(i)}else o&&n(o)})}function ue(e,t,n,o,i){const l=e.$;let u="";if(!l||typeof l=="string")M(l)?u=l:t.push(l);else if(typeof l=="function"){const d=l({context:o.context,props:i});M(d)?u=d:t.push(d)}else if(l.before&&l.before(o.context),!l.$||typeof l.$=="string")M(l.$)?u=l.$:t.push(l.$);else if(l.$){const d=l.$({context:o.context,props:i});M(d)?u=d:t.push(d)}const
|
|
7
|
+
}`:"";const u=e?[e+" {"]:[];return l.forEach(s=>{const m=i[s];if(s==="raw"){u.push(`
|
|
8
|
+
`+m+`
|
|
9
|
+
`);return}s=le(s),m!=null&&u.push(` ${s}${ke(m)}`)}),e&&u.push("}"),u.join(`
|
|
10
|
+
`)}function W(e,t,n){e&&e.forEach(o=>{if(Array.isArray(o))W(o,t,n);else if(typeof o=="function"){const i=o(t);Array.isArray(i)?W(i,t,n):i&&n(i)}else o&&n(o)})}function ue(e,t,n,o,i){const l=e.$;let u="";if(!l||typeof l=="string")M(l)?u=l:t.push(l);else if(typeof l=="function"){const d=l({context:o.context,props:i});M(d)?u=d:t.push(d)}else if(l.before&&l.before(o.context),!l.$||typeof l.$=="string")M(l.$)?u=l.$:t.push(l.$);else if(l.$){const d=l.$({context:o.context,props:i});M(d)?u=d:t.push(d)}const s=pe(t),m=Z(s,e.props,o,i);u?n.push(`${u} {`):m.length&&n.push(m),e.children&&W(e.children,{context:o.context,props:i},d=>{if(typeof d=="string"){const f=Z(s,{raw:d},o,i);n.push(f)}else ue(d,t,n,o,i)}),t.pop(),u&&n.push("}"),l&&l.after&&l.after(o.context)}function Ce(e,t,n){const o=[];return ue(e,[],o,t,n),o.join(`
|
|
11
11
|
|
|
12
|
-
`)}function
|
|
12
|
+
`)}function we(e){for(var t=0,n,o=0,i=e.length;i>=4;++o,i-=4)n=e.charCodeAt(o)&255|(e.charCodeAt(++o)&255)<<8|(e.charCodeAt(++o)&255)<<16|(e.charCodeAt(++o)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(i){case 3:t^=(e.charCodeAt(o+2)&255)<<16;case 2:t^=(e.charCodeAt(o+1)&255)<<8;case 1:t^=e.charCodeAt(o)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}typeof window<"u"&&(window.__cssrContext={});function Ee(e,t,n,o){const{els:i}=t;if(n===void 0)i.forEach(G),t.els=[];else{const l=K(n,o);l&&i.includes(l)&&(G(l),t.els=i.filter(u=>u!==l))}}function U(e,t){e.push(t)}function Ne(e,t,n,o,i,l,u,s,m){let d;if(n===void 0&&(d=t.render(o),n=we(d)),m){m.adapter(n,d??t.render(o));return}s===void 0&&(s=document.head);const f=K(n,s);if(f!==null&&!l)return f;const a=f??xe(n);if(d===void 0&&(d=t.render(o)),a.textContent=d,f!==null)return f;if(u){const g=s.querySelector(`meta[name="${u}"]`);if(g)return s.insertBefore(a,g),U(t.els,a),a}return i?s.insertBefore(a,s.querySelector("style, link")):s.appendChild(a),U(t.els,a),a}function Ie(e){return Ce(this,this.instance,e)}function Be(e={}){const{id:t,ssr:n,props:o,head:i=!1,force:l=!1,anchorMetaName:u,parent:s}=e;return Ne(this.instance,this,t,o,i,l,u,s,n)}function Se(e={}){const{id:t,parent:n}=e;Ee(this.instance,this,t,n)}const A=function(e,t,n,o){return{instance:e,$:t,props:n,children:o,els:[],render:Ie,mount:Be,unmount:Se}},ze=function(e,t,n,o){return Array.isArray(t)?A(e,{$:null},null,t):Array.isArray(n)?A(e,t,null,n):Array.isArray(o)?A(e,t,n,o):A(e,t,n,null)};function Ve(e={}){const t={c:((...n)=>ze(t,...n)),use:(n,...o)=>n.install(t,...o),find:K,context:{},config:e};return t}function Me(e){const{namespace:t="n",blockPrefix:n=`.${t}-`,elementPrefix:o="__",modifierPrefix:i="--"}=e??{},l=Ve(),u=me({blockPrefix:n,elementPrefix:o,modifierPrefix:i});return l.use(u),{namespace:t,blockPrefix:n,elementPrefix:o,modifierPrefix:i,cssr:l,plugin:u}}const Ae="@css-render/vue3-ssr";function Re(e,t){return`<style cssr-id="${e}">
|
|
13
13
|
${t}
|
|
14
|
-
</style>`}function Te(e,t,n){const{styles:o,ids:i}=n;i.has(e)||o!==null&&(i.add(e),o.push(Le(e,t)))}const je=typeof document<"u";function Pe(){if(je)return;const e=r.inject(Re,null);if(e!==null)return{adapter:(t,n)=>Te(t,n,e),context:e}}function Oe(e,t){const n=Pe();function o(){t.mount({id:e,head:!0,ssr:n})}n?o():r.onBeforeMount(()=>{o()})}function ae(e,t){return r.getCurrentScope()?(r.onScopeDispose(e,t),!0):!1}const Fe=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const De=Object.prototype.toString,He=e=>De.call(e)==="[object Object]",Y=()=>{};function We(e,t){function n(...o){return new Promise((i,l)=>{Promise.resolve(e(()=>t.apply(this,o),{fn:t,thisArg:this,args:o})).then(i).catch(l)})}return n}function Ke(e,t={}){let n,o,i=Y;const l=f=>{clearTimeout(f),i(),i=Y};let u;return f=>{const d=r.toValue(e),m=r.toValue(t.maxWait);return n&&l(n),d<=0||m!==void 0&&m<=0?(o&&(l(o),o=void 0),Promise.resolve(f())):new Promise((c,g)=>{i=t.rejectOnCancel?g:c,u=f,m&&!o&&(o=setTimeout(()=>{n&&l(n),o=void 0,c(u())},m)),n=setTimeout(()=>{o&&l(o),o=void 0,c(f())},d)})}}function T(e){return Array.isArray(e)?e:[e]}function qe(e){return r.getCurrentInstance()}function Ge(e,t=200,n={}){return We(Ke(t,n),e)}function Ze(e,t=!0,n){qe()?r.onMounted(e,n):t?e():r.nextTick(e)}function Ue(e,t,n){return r.watch(e,t,{...n,immediate:!0})}const q=Fe?window:void 0;function I(e){var t;const n=r.toValue(e);return(t=n?.$el)!==null&&t!==void 0?t:n}function Ye(...e){const t=[],n=()=>{t.forEach(a=>a()),t.length=0},o=(a,f,d,m)=>(a.addEventListener(f,d,m),()=>a.removeEventListener(f,d,m)),i=r.computed(()=>{const a=T(r.toValue(e[0])).filter(f=>f!=null);return a.every(f=>typeof f!="string")?a:void 0}),l=Ue(()=>{var a,f;return[(a=(f=i.value)===null||f===void 0?void 0:f.map(d=>I(d)))!==null&&a!==void 0?a:[q].filter(d=>d!=null),T(r.toValue(i.value?e[1]:e[0])),T(r.unref(i.value?e[2]:e[1])),r.toValue(i.value?e[3]:e[2])]},([a,f,d,m])=>{if(n(),!a?.length||!f?.length||!d?.length)return;const c=He(m)?{...m}:m;t.push(...a.flatMap(g=>f.flatMap(k=>d.map(s=>o(g,k,s,c)))))},{flush:"post"}),u=()=>{l(),n()};return ae(n),u}function Je(){const e=r.shallowRef(!1),t=r.getCurrentInstance();return t&&r.onMounted(()=>{e.value=!0},t),e}function Qe(e){const t=Je();return r.computed(()=>(t.value,!!e()))}function Xe(e,t,n={}){const{window:o=q,...i}=n;let l;const u=Qe(()=>o&&"ResizeObserver"in o),a=()=>{l&&(l.disconnect(),l=void 0)},f=r.watch(r.computed(()=>{const m=r.toValue(e);return Array.isArray(m)?m.map(c=>I(c)):[I(m)]}),m=>{if(a(),u.value&&o){l=new ResizeObserver(t);for(const c of m)c&&l.observe(c,i)}},{immediate:!0,flush:"post"}),d=()=>{a(),f()};return ae(d),{isSupported:u,stop:d}}function _e(e,t={width:0,height:0},n={}){const{window:o=q,box:i="content-box"}=n,l=r.computed(()=>{var c;return(c=I(e))===null||c===void 0||(c=c.namespaceURI)===null||c===void 0?void 0:c.includes("svg")}),u=r.shallowRef(t.width),a=r.shallowRef(t.height),{stop:f}=Xe(e,([c])=>{const g=i==="border-box"?c.borderBoxSize:i==="content-box"?c.contentBoxSize:c.devicePixelContentBoxSize;if(o&&l.value){const k=I(e);if(k){const s=k.getBoundingClientRect();u.value=s.width,a.value=s.height}}else if(g){const k=T(g);u.value=k.reduce((s,{inlineSize:h})=>s+h,0),a.value=k.reduce((s,{blockSize:h})=>s+h,0)}else u.value=c.contentRect.width,a.value=c.contentRect.height},n);Ze(()=>{const c=I(e);c&&(u.value="offsetWidth"in c?c.offsetWidth:t.width,a.value="offsetHeight"in c?c.offsetHeight:t.height)});const d=r.watch(()=>I(e),c=>{u.value=c?t.width:0,a.value=c?t.height:0});function m(){f(),d()}return{width:u,height:a,stop:m}}function et(e){const{activeClassName:t=".active",enableWheel:n=!0,direction:o="vertical"}=e??{},i=r.ref(),{width:l,height:u}=_e(i);async function a(m){await r.nextTick();const c=i.value?.querySelector(t);c&&c.scrollIntoView({behavior:"smooth",block:"nearest",inline:"nearest",...m})}function f(m){if(!n)return;m.preventDefault();const{deltaY:c}=m;switch(o){case"vertical":i.value?.scrollBy({top:c>0?u.value:-u.value,behavior:"smooth"});break;case"horizontal":i.value?.scrollBy({left:c>0?l.value:-l.value,behavior:"smooth"});break}}Ye(i,"wheel",f);const d=Ge(a,500);return r.watch([l,u],()=>{d()}),{scrollRef:i,scrollToView:a}}var tt={grad:.9,turn:360,rad:360/(2*Math.PI)},N=function(e){return typeof e=="string"?e.length>0:typeof e=="number"},y=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=Math.pow(10,t)),Math.round(n*e)/n+0},w=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=1),e>n?n:e>t?e:t},ce=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},J=function(e){return{r:w(e.r,0,255),g:w(e.g,0,255),b:w(e.b,0,255),a:w(e.a)}},O=function(e){return{r:y(e.r),g:y(e.g),b:y(e.b),a:y(e.a,3)}},nt=/^#([0-9a-f]{3,8})$/i,R=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},se=function(e){var t=e.r,n=e.g,o=e.b,i=e.a,l=Math.max(t,n,o),u=l-Math.min(t,n,o),a=u?l===t?(n-o)/u:l===n?2+(o-t)/u:4+(t-n)/u:0;return{h:60*(a<0?a+6:a),s:l?u/l*100:0,v:l/255*100,a:i}},de=function(e){var t=e.h,n=e.s,o=e.v,i=e.a;t=t/360*6,n/=100,o/=100;var l=Math.floor(t),u=o*(1-n),a=o*(1-(t-l)*n),f=o*(1-(1-t+l)*n),d=l%6;return{r:255*[o,a,u,u,f,o][d],g:255*[f,o,o,a,u,u][d],b:255*[u,u,f,o,o,a][d],a:i}},Q=function(e){return{h:ce(e.h),s:w(e.s,0,100),l:w(e.l,0,100),a:w(e.a)}},X=function(e){return{h:y(e.h),s:y(e.s),l:y(e.l),a:y(e.a,3)}},_=function(e){return de((n=(t=e).s,{h:t.h,s:(n*=((o=t.l)<50?o:100-o)/100)>0?2*n/(o+n)*100:0,v:o+n,a:t.a}));var t,n,o},z=function(e){return{h:(t=se(e)).h,s:(i=(200-(n=t.s))*(o=t.v)/100)>0&&i<200?n*o/100/(i<=100?i:200-i)*100:0,l:i/2,a:t.a};var t,n,o,i},ot=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,rt=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,it=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,lt=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,ee={string:[[function(e){var t=nt.exec(e);return t?(e=t[1]).length<=4?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:e.length===4?y(parseInt(e[3]+e[3],16)/255,2):1}:e.length===6||e.length===8?{r:parseInt(e.substr(0,2),16),g:parseInt(e.substr(2,2),16),b:parseInt(e.substr(4,2),16),a:e.length===8?y(parseInt(e.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(e){var t=it.exec(e)||lt.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:J({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:t[7]===void 0?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(e){var t=ot.exec(e)||rt.exec(e);if(!t)return null;var n,o,i=Q({h:(n=t[1],o=t[2],o===void 0&&(o="deg"),Number(n)*(tt[o]||1)),s:Number(t[3]),l:Number(t[4]),a:t[5]===void 0?1:Number(t[5])/(t[6]?100:1)});return _(i)},"hsl"]],object:[[function(e){var t=e.r,n=e.g,o=e.b,i=e.a,l=i===void 0?1:i;return N(t)&&N(n)&&N(o)?J({r:Number(t),g:Number(n),b:Number(o),a:Number(l)}):null},"rgb"],[function(e){var t=e.h,n=e.s,o=e.l,i=e.a,l=i===void 0?1:i;if(!N(t)||!N(n)||!N(o))return null;var u=Q({h:Number(t),s:Number(n),l:Number(o),a:Number(l)});return _(u)},"hsl"],[function(e){var t=e.h,n=e.s,o=e.v,i=e.a,l=i===void 0?1:i;if(!N(t)||!N(n)||!N(o))return null;var u=(function(a){return{h:ce(a.h),s:w(a.s,0,100),v:w(a.v,0,100),a:w(a.a)}})({h:Number(t),s:Number(n),v:Number(o),a:Number(l)});return de(u)},"hsv"]]},te=function(e,t){for(var n=0;n<t.length;n++){var o=t[n][0](e);if(o)return[o,t[n][1]]}return[null,void 0]},ut=function(e){return typeof e=="string"?te(e.trim(),ee.string):typeof e=="object"&&e!==null?te(e,ee.object):[null,void 0]},F=function(e,t){var n=z(e);return{h:n.h,s:w(n.s+100*t,0,100),l:n.l,a:n.a}},D=function(e){return(299*e.r+587*e.g+114*e.b)/1e3/255},ne=function(e,t){var n=z(e);return{h:n.h,s:n.s,l:w(n.l+100*t,0,100),a:n.a}},oe=(function(){function e(t){this.parsed=ut(t)[0],this.rgba=this.parsed||{r:0,g:0,b:0,a:1}}return e.prototype.isValid=function(){return this.parsed!==null},e.prototype.brightness=function(){return y(D(this.rgba),2)},e.prototype.isDark=function(){return D(this.rgba)<.5},e.prototype.isLight=function(){return D(this.rgba)>=.5},e.prototype.toHex=function(){return t=O(this.rgba),n=t.r,o=t.g,i=t.b,u=(l=t.a)<1?R(y(255*l)):"","#"+R(n)+R(o)+R(i)+u;var t,n,o,i,l,u},e.prototype.toRgb=function(){return O(this.rgba)},e.prototype.toRgbString=function(){return t=O(this.rgba),n=t.r,o=t.g,i=t.b,(l=t.a)<1?"rgba("+n+", "+o+", "+i+", "+l+")":"rgb("+n+", "+o+", "+i+")";var t,n,o,i,l},e.prototype.toHsl=function(){return X(z(this.rgba))},e.prototype.toHslString=function(){return t=X(z(this.rgba)),n=t.h,o=t.s,i=t.l,(l=t.a)<1?"hsla("+n+", "+o+"%, "+i+"%, "+l+")":"hsl("+n+", "+o+"%, "+i+"%)";var t,n,o,i,l},e.prototype.toHsv=function(){return t=se(this.rgba),{h:y(t.h),s:y(t.s),v:y(t.v),a:y(t.a,3)};var t},e.prototype.invert=function(){return C({r:255-(t=this.rgba).r,g:255-t.g,b:255-t.b,a:t.a});var t},e.prototype.saturate=function(t){return t===void 0&&(t=.1),C(F(this.rgba,t))},e.prototype.desaturate=function(t){return t===void 0&&(t=.1),C(F(this.rgba,-t))},e.prototype.grayscale=function(){return C(F(this.rgba,-1))},e.prototype.lighten=function(t){return t===void 0&&(t=.1),C(ne(this.rgba,t))},e.prototype.darken=function(t){return t===void 0&&(t=.1),C(ne(this.rgba,-t))},e.prototype.rotate=function(t){return t===void 0&&(t=15),this.hue(this.hue()+t)},e.prototype.alpha=function(t){return typeof t=="number"?C({r:(n=this.rgba).r,g:n.g,b:n.b,a:t}):y(this.rgba.a,3);var n},e.prototype.hue=function(t){var n=z(this.rgba);return typeof t=="number"?C({h:t,s:n.s,l:n.l,a:n.a}):y(n.h)},e.prototype.isEqual=function(t){return this.toHex()===C(t).toHex()},e})(),C=function(e){return e instanceof oe?e:new oe(e)};const{cssr:at,plugin:ct,namespace:fe}=Ae(),{c:p,cB:L,cE:x,cM:H,cNotM:re}={...at,...ct},S=`${fe}-chrome-tabs`,$=`${fe}-chrome-tabs-item`,B="all .2s cubic-bezier(.4, 0, .2, 1)";function st(){return p([L("chrome-tabs",{display:"flex",width:"100%",height:"40px",padding:"0 10px",alignItems:"center",backgroundColor:"var(--background-color)",color:"var(--background-color-dark)"},[p("div",{boxSizing:"border-box"}),p(".group-move, .group-enter-active, .group-leave-active",{transition:B}),p(".group-enter-from, .group-leave-to",{opacity:0}),p(".group-leave-active",{}),x("prefix",{}),x("icon",{width:"28px",height:"28px",display:"flex",alignItems:"center",justifyContent:"center",padding:"5px",borderRadius:"10px",backgroundColor:"var(--active-background-color)",transition:B},[p("svg",{width:"100%",height:"100%",fill:"currentColor"}),p("&:hover",{backgroundColor:"var(--primary-color)"})]),x("content",{flex:"1",height:"100%",minWidth:0,overflow:"hidden",marginLeft:"-6px",padding:"0 10px"}),x("scroll",{position:"relative",display:"flex",alignItems:"center",height:"100%"},[x("icon",{marginLeft:"5px",borderRadius:"50%",backgroundColor:"transparent",flexShrink:0},[p("&:hover",{backgroundColor:"var(--primary-color)"})])]),x("suffix",{})]),L("chrome-tabs-item",{position:"relative",margin:"0 -5px",height:"100%",flexShrink:0,cursor:"default",userSelect:"none",padding:"6px 15px 0px 15px"},[H("disabled",{cursor:"not-allowed",pointerEvents:"none",opacity:.5,filter:"grayscale(0.5)"}),H("active",[x("background",{opacity:1})]),re("active",[p("&:hover",{},[x("content",{backgroundColor:"var(--primary-color)"})])]),p("&::first-child",{marginLeft:"0 !important"}),p("&::last-child",{marginRight:"0 !important"}),x("content",{position:"relative",zIndex:1,height:"28px",display:"flex",alignItems:"center",gap:"5px",borderRadius:"10px",padding:"0 10px",transition:B}),x("slot",{}),x("icon",{lineHeight:1},[p("svg",{width:"1.2em",height:"1.2em",fill:"currentColor"})]),x("close",{width:"16px",height:"16px",padding:"2px",display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"50%",transition:B},[p("&:hover",{backgroundColor:"rgba(0,0,0,0.1)"}),p("svg",{width:"100%",height:"100%",fill:"currentColor"})]),x("background",{position:"absolute",opacity:0,left:0,bottom:0,zIndex:0,height:"34px",width:"100%",display:"flex",alignItems:"flex-end",transition:B},[x("block",{height:"100%",flex:1,minWidth:0,borderRadius:"10px 10px 0 0",backgroundColor:"var(--active-background-color)"}),p("svg",{fill:"var(--active-background-color)"})]),x("line",{position:"absolute",bottom:"12px",right:"4px",height:"16px",width:"2px",borderRadius:"1px",transition:B,backgroundColor:"var(--primary-color)",opacity:0},[H("show",{opacity:1})])]),p(".dark",[L("chrome-tabs",{backgroundColor:"var(--background-color-dark)",color:"var(--background-color)"},[x("icon",{backgroundColor:"var(--active-background-color-dark)"},[p("&:hover",{backgroundColor:"var(--primary-color-dark)"})])]),L("chrome-tabs-item",{},[re("active",[p("&:hover",{},[x("content",{backgroundColor:"var(--primary-color-dark)"})])]),x("background",{},[x("block",{backgroundColor:"var(--active-background-color-dark)"}),p("svg",{fill:"var(--active-background-color-dark)"})])])])])}const j=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},dt={name:"RiAddLine"},ft={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function mt(e,t,n,o,i,l){return r.openBlock(),r.createElementBlock("svg",ft,[...t[0]||(t[0]=[r.createElementVNode("path",{fill:"#757575",d:"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z"},null,-1)])])}const ht=j(dt,[["render",mt]]),vt={name:"RiArrowDropDownLine"},bt={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function gt(e,t,n,o,i,l){return r.openBlock(),r.createElementBlock("svg",bt,[...t[0]||(t[0]=[r.createElementVNode("path",{fill:"#757575",d:"m12 15l-4.243-4.242l1.415-1.414L12 12.172l2.828-2.828l1.415 1.414z"},null,-1)])])}const pt=j(vt,[["render",gt]]),xt={name:"LineMdLoadingTwotoneLoop"},yt={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function kt(e,t,n,o,i,l){return r.openBlock(),r.createElementBlock("svg",yt,[...t[0]||(t[0]=[r.createStaticVNode('<g fill="none" stroke="#757575" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-dasharray="16" stroke-dashoffset="16" d="M12 3c4.97 0 9 4.03 9 9"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.3s" values="16;0"></animate><animateTransform attributeName="transform" dur="1.5s" repeatCount="indefinite" type="rotate" values="0 12 12;360 12 12"></animateTransform></path><path stroke-dasharray="64" stroke-dashoffset="64" stroke-opacity=".3" d="M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z"><animate fill="freeze" attributeName="stroke-dashoffset" dur="1.2s" values="64;0"></animate></path></g>',1)])])}const $t=j(xt,[["render",kt]]),Ct={name:"RiCloseLine"},wt={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function Et(e,t,n,o,i,l){return r.openBlock(),r.createElementBlock("svg",wt,[...t[0]||(t[0]=[r.createElementVNode("path",{fill:"#757575",d:"m12 10.587l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.949 4.95l-1.414-1.415l4.95-4.95l-4.95-4.95L7.05 5.638z"},null,-1)])])}const Nt=j(Ct,[["render",Et]]),It=r.defineComponent({__name:"TabItem",props:{label:{type:[String,Function]},icon:{type:Function},closable:{type:[Boolean,Function]},disabled:{type:[Boolean,Function]},loading:{type:[Boolean,Function]},loadingIcon:{type:Function},onClick:{type:Function},onContextMenu:{type:Function},onClose:{type:Function},class:{},style:{},activeIndex:{default:0},itemIndex:{},itemKey:{},iconSize:{default:20}},emits:["itemClick","itemContextmenu","itemClose"],setup(e,{emit:t}){const n=t,o=r.computed(()=>e.activeIndex!==e.itemIndex&&e.activeIndex-1!==e.itemIndex),i=r.computed(()=>e.activeIndex===e.itemIndex),l=r.computed(()=>typeof e.label=="string"?r.h("span",{class:`${$}__label`},e.label):e.label(e.itemKey,e.itemIndex)),u=r.computed(()=>e.loadingIcon?.(e.itemKey,e.itemIndex)??r.h($t));function a(m){m.stopPropagation(),n("itemClick",m),e.onClick?.(e.itemKey,e.itemIndex,m)}function f(m){n("itemContextmenu",m),e.onContextMenu?.(e.itemKey,e.itemIndex,m)}function d(m){n("itemClose"),e.onClose?.(e.itemKey,e.itemIndex,m)}return(m,c)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass([r.unref($),{[`${r.unref($)}--active`]:i.value,[`${r.unref($)}--disabled`]:typeof e.disabled=="function"?e.disabled(e.itemKey,e.itemIndex):e.disabled}]),onClick:a,onContextmenu:f},[r.createElementVNode("div",{class:r.normalizeClass([`${r.unref($)}__content`])},[r.createElementVNode("div",{class:r.normalizeClass([`${r.unref($)}__icon`]),style:r.normalizeStyle({fontSize:`${e.iconSize}px`})},[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(typeof e.loading=="function"?e.loading(e.itemKey,e.itemIndex):e.loading?u.value:e.icon?.(e.itemKey,e.itemIndex)??void 0)))],6),r.createElementVNode("div",{class:r.normalizeClass([`${r.unref($)}__slot`])},[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(l.value)))],2),(typeof e.closable=="function"?e.closable(e.itemKey,e.itemIndex):e.closable)?(r.openBlock(),r.createElementBlock("div",{key:0,class:r.normalizeClass([`${r.unref($)}__close`]),onClick:r.withModifiers(d,["stop"])},[r.createVNode(Nt)],2)):r.createCommentVNode("",!0)],2),r.createElementVNode("div",{class:r.normalizeClass([`${r.unref($)}__background`])},[c[0]||(c[0]=r.createElementVNode("svg",{width:"10",height:"10"},[r.createElementVNode("path",{d:"M 0 10 A 10 10 0 0 0 10 0 L 10 10 Z"})],-1)),r.createElementVNode("div",{class:r.normalizeClass([`${r.unref($)}__block`])},null,2),c[1]||(c[1]=r.createElementVNode("svg",{width:"10",height:"10"},[r.createElementVNode("path",{d:"M 0 0 A 10 10 0 0 0 10 10 L 0 10 Z"})],-1))],2),r.createElementVNode("div",{class:r.normalizeClass([`${r.unref($)}__line`,o.value?`${r.unref($)}__line--show`:""])},null,2)],34))}}),Bt=r.defineComponent({__name:"Tabs",props:{value:{},colors:{},dropdown:{type:Boolean},addable:{type:Boolean},options:{},loadingValue:{},iconSize:{},contentClass:{},contentStyle:{}},emits:["update:value","click","contextmenu","close","add"],setup(e,{emit:t}){const n=t;Oe("n-chrome-tabs",st());const o=r.computed(()=>e.value?e.options?.findIndex(c=>c.key===e.value):0),{scrollRef:i,scrollToView:l}=et({activeClassName:`.${$}--active`,direction:"horizontal"});r.watch(()=>e.value,()=>{l()},{immediate:!0});const u=r.computed(()=>({background:"#F1F1F1",active:"#fff",primary:"rgba(0,0,0,.1)",...e.colors})),a=r.computed(()=>({background:C(u.value.background).darken(.8).toHex(),active:C(u.value.active).darken(.8).toHex(),primary:C(u.value.primary).darken(.3).toHex()}));function f(c,g){n("update:value",c),n("click",c,g)}function d(c,g){n("contextmenu",c,g)}function m(c,g){n("close",c,g)}return(c,g)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass([r.unref(S)]),style:r.normalizeStyle({"--background-color":`${u.value.background}`,"--background-color-dark":`${a.value.background}`,"--active-background-color":`${u.value.active}`,"--active-background-color-dark":`${a.value.active}`,"--primary-color":`${u.value.primary}`,"--primary-color-dark":`${a.value.primary}`})},[e.dropdown?(r.openBlock(),r.createElementBlock("div",{key:0,class:r.normalizeClass([`${r.unref(S)}__icon`])},[r.createVNode(pt)],2)):r.createCommentVNode("",!0),r.renderSlot(c.$slots,"prefix"),r.createElementVNode("div",{ref_key:"scrollRef",ref:i,class:r.normalizeClass([`${r.unref(S)}__content`,e.contentClass]),style:r.normalizeStyle(e.contentStyle)},[r.createVNode(r.TransitionGroup,{name:"group",tag:"div",class:r.normalizeClass([`${r.unref(S)}__scroll`])},{default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.options,({key:k,...s},h)=>(r.openBlock(),r.createBlock(It,r.mergeProps({key:k,loading:e.loadingValue===k},{ref_for:!0},s,{"item-key":k,"item-index":h,"active-index":o.value,"icon-size":e.iconSize,onItemClick:v=>f(k,h),onItemContextmenu:v=>d(k,h),onItemClose:v=>m(k,h)}),null,16,["loading","item-key","item-index","active-index","icon-size","onItemClick","onItemContextmenu","onItemClose"]))),128))]),_:1},8,["class"])],6),r.renderSlot(c.$slots,"suffix"),e.addable?(r.openBlock(),r.createElementBlock("div",{key:1,class:r.normalizeClass([`${r.unref(S)}__icon`]),onClick:g[0]||(g[0]=k=>n("add"))},[r.createVNode(ht)],2)):r.createCommentVNode("",!0)],6))}});exports.CTabs=Bt;
|
|
14
|
+
</style>`}function Le(e,t,n){const{styles:o,ids:i}=n;i.has(e)||o!==null&&(i.add(e),o.push(Re(e,t)))}const Te=typeof document<"u";function je(){if(Te)return;const e=r.inject(Ae,null);if(e!==null)return{adapter:(t,n)=>Le(t,n,e),context:e}}function Pe(e,t){const n=je();function o(){t.mount({id:e,head:!0,ssr:n})}n?o():r.onBeforeMount(()=>{o()})}function Oe(e,t){return r.getCurrentScope()?(r.onScopeDispose(e,t),!0):!1}const Fe=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const De=Object.prototype.toString,He=e=>De.call(e)==="[object Object]",Y=()=>{};function We(e,t){function n(...o){return new Promise((i,l)=>{Promise.resolve(e(()=>t.apply(this,o),{fn:t,thisArg:this,args:o})).then(i).catch(l)})}return n}function Ke(e,t={}){let n,o,i=Y;const l=m=>{clearTimeout(m),i(),i=Y};let u;return m=>{const d=r.toValue(e),f=r.toValue(t.maxWait);return n&&l(n),d<=0||f!==void 0&&f<=0?(o&&(l(o),o=void 0),Promise.resolve(m())):new Promise((a,g)=>{i=t.rejectOnCancel?g:a,u=m,f&&!o&&(o=setTimeout(()=>{n&&l(n),o=void 0,a(u())},f)),n=setTimeout(()=>{o&&l(o),o=void 0,a(m())},d)})}}function T(e){return Array.isArray(e)?e:[e]}function qe(e){return r.getCurrentInstance()}function Ge(e,t=200,n={}){return We(Ke(t,n),e)}function Ze(e,t=!0,n){qe()?r.onMounted(e,n):t?e():r.nextTick(e)}function Ue(e,t,n){return r.watch(e,t,{...n,immediate:!0})}const q=Fe?window:void 0;function I(e){var t;const n=r.toValue(e);return(t=n?.$el)!==null&&t!==void 0?t:n}function Ye(...e){const t=(o,i,l,u)=>(o.addEventListener(i,l,u),()=>o.removeEventListener(i,l,u)),n=r.computed(()=>{const o=T(r.toValue(e[0])).filter(i=>i!=null);return o.every(i=>typeof i!="string")?o:void 0});return Ue(()=>{var o,i;return[(o=(i=n.value)===null||i===void 0?void 0:i.map(l=>I(l)))!==null&&o!==void 0?o:[q].filter(l=>l!=null),T(r.toValue(n.value?e[1]:e[0])),T(r.unref(n.value?e[2]:e[1])),r.toValue(n.value?e[3]:e[2])]},([o,i,l,u],s,m)=>{if(!o?.length||!i?.length||!l?.length)return;const d=He(u)?{...u}:u,f=o.flatMap(a=>i.flatMap(g=>l.map(k=>t(a,g,k,d))));m(()=>{f.forEach(a=>a())})},{flush:"post"})}function Je(){const e=r.shallowRef(!1),t=r.getCurrentInstance();return t&&r.onMounted(()=>{e.value=!0},t),e}function Qe(e){const t=Je();return r.computed(()=>(t.value,!!e()))}function Xe(e,t,n={}){const{window:o=q,...i}=n;let l;const u=Qe(()=>o&&"ResizeObserver"in o),s=()=>{l&&(l.disconnect(),l=void 0)},m=r.watch(r.computed(()=>{const f=r.toValue(e);return Array.isArray(f)?f.map(a=>I(a)):[I(f)]}),f=>{if(s(),u.value&&o){l=new ResizeObserver(t);for(const a of f)a&&l.observe(a,i)}},{immediate:!0,flush:"post"}),d=()=>{s(),m()};return Oe(d),{isSupported:u,stop:d}}function _e(e,t={width:0,height:0},n={}){const{window:o=q,box:i="content-box"}=n,l=r.computed(()=>{var a;return(a=I(e))===null||a===void 0||(a=a.namespaceURI)===null||a===void 0?void 0:a.includes("svg")}),u=r.shallowRef(t.width),s=r.shallowRef(t.height),{stop:m}=Xe(e,([a])=>{const g=i==="border-box"?a.borderBoxSize:i==="content-box"?a.contentBoxSize:a.devicePixelContentBoxSize;if(o&&l.value){const k=I(e);if(k){const c=k.getBoundingClientRect();u.value=c.width,s.value=c.height}}else if(g){const k=T(g);u.value=k.reduce((c,{inlineSize:h})=>c+h,0),s.value=k.reduce((c,{blockSize:h})=>c+h,0)}else u.value=a.contentRect.width,s.value=a.contentRect.height},n);Ze(()=>{const a=I(e);a&&(u.value="offsetWidth"in a?a.offsetWidth:t.width,s.value="offsetHeight"in a?a.offsetHeight:t.height)});const d=r.watch(()=>I(e),a=>{u.value=a?t.width:0,s.value=a?t.height:0});function f(){m(),d()}return{width:u,height:s,stop:f}}function et(e){const{activeClassName:t=".active",enableWheel:n=!0,direction:o="vertical"}=e??{},i=r.ref(),{width:l,height:u}=_e(i);async function s(f){await r.nextTick();const a=i.value?.querySelector(t);a&&a.scrollIntoView({behavior:"smooth",block:"nearest",inline:"nearest",...f})}function m(f){if(!n)return;f.preventDefault();const{deltaY:a}=f;switch(o){case"vertical":i.value?.scrollBy({top:a>0?u.value:-u.value,behavior:"smooth"});break;case"horizontal":i.value?.scrollBy({left:a>0?l.value:-l.value,behavior:"smooth"});break}}Ye(i,"wheel",m);const d=Ge(s,500);return r.watch([l,u],()=>{d()}),{scrollRef:i,scrollToView:s}}var tt={grad:.9,turn:360,rad:360/(2*Math.PI)},N=function(e){return typeof e=="string"?e.length>0:typeof e=="number"},y=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=Math.pow(10,t)),Math.round(n*e)/n+0},w=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=1),e>n?n:e>t?e:t},ae=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},J=function(e){return{r:w(e.r,0,255),g:w(e.g,0,255),b:w(e.b,0,255),a:w(e.a)}},O=function(e){return{r:y(e.r),g:y(e.g),b:y(e.b),a:y(e.a,3)}},nt=/^#([0-9a-f]{3,8})$/i,R=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},ce=function(e){var t=e.r,n=e.g,o=e.b,i=e.a,l=Math.max(t,n,o),u=l-Math.min(t,n,o),s=u?l===t?(n-o)/u:l===n?2+(o-t)/u:4+(t-n)/u:0;return{h:60*(s<0?s+6:s),s:l?u/l*100:0,v:l/255*100,a:i}},se=function(e){var t=e.h,n=e.s,o=e.v,i=e.a;t=t/360*6,n/=100,o/=100;var l=Math.floor(t),u=o*(1-n),s=o*(1-(t-l)*n),m=o*(1-(1-t+l)*n),d=l%6;return{r:255*[o,s,u,u,m,o][d],g:255*[m,o,o,s,u,u][d],b:255*[u,u,m,o,o,s][d],a:i}},Q=function(e){return{h:ae(e.h),s:w(e.s,0,100),l:w(e.l,0,100),a:w(e.a)}},X=function(e){return{h:y(e.h),s:y(e.s),l:y(e.l),a:y(e.a,3)}},_=function(e){return se((n=(t=e).s,{h:t.h,s:(n*=((o=t.l)<50?o:100-o)/100)>0?2*n/(o+n)*100:0,v:o+n,a:t.a}));var t,n,o},z=function(e){return{h:(t=ce(e)).h,s:(i=(200-(n=t.s))*(o=t.v)/100)>0&&i<200?n*o/100/(i<=100?i:200-i)*100:0,l:i/2,a:t.a};var t,n,o,i},ot=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,rt=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,it=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,lt=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,ee={string:[[function(e){var t=nt.exec(e);return t?(e=t[1]).length<=4?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:e.length===4?y(parseInt(e[3]+e[3],16)/255,2):1}:e.length===6||e.length===8?{r:parseInt(e.substr(0,2),16),g:parseInt(e.substr(2,2),16),b:parseInt(e.substr(4,2),16),a:e.length===8?y(parseInt(e.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(e){var t=it.exec(e)||lt.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:J({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:t[7]===void 0?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(e){var t=ot.exec(e)||rt.exec(e);if(!t)return null;var n,o,i=Q({h:(n=t[1],o=t[2],o===void 0&&(o="deg"),Number(n)*(tt[o]||1)),s:Number(t[3]),l:Number(t[4]),a:t[5]===void 0?1:Number(t[5])/(t[6]?100:1)});return _(i)},"hsl"]],object:[[function(e){var t=e.r,n=e.g,o=e.b,i=e.a,l=i===void 0?1:i;return N(t)&&N(n)&&N(o)?J({r:Number(t),g:Number(n),b:Number(o),a:Number(l)}):null},"rgb"],[function(e){var t=e.h,n=e.s,o=e.l,i=e.a,l=i===void 0?1:i;if(!N(t)||!N(n)||!N(o))return null;var u=Q({h:Number(t),s:Number(n),l:Number(o),a:Number(l)});return _(u)},"hsl"],[function(e){var t=e.h,n=e.s,o=e.v,i=e.a,l=i===void 0?1:i;if(!N(t)||!N(n)||!N(o))return null;var u=(function(s){return{h:ae(s.h),s:w(s.s,0,100),v:w(s.v,0,100),a:w(s.a)}})({h:Number(t),s:Number(n),v:Number(o),a:Number(l)});return se(u)},"hsv"]]},te=function(e,t){for(var n=0;n<t.length;n++){var o=t[n][0](e);if(o)return[o,t[n][1]]}return[null,void 0]},ut=function(e){return typeof e=="string"?te(e.trim(),ee.string):typeof e=="object"&&e!==null?te(e,ee.object):[null,void 0]},F=function(e,t){var n=z(e);return{h:n.h,s:w(n.s+100*t,0,100),l:n.l,a:n.a}},D=function(e){return(299*e.r+587*e.g+114*e.b)/1e3/255},ne=function(e,t){var n=z(e);return{h:n.h,s:n.s,l:w(n.l+100*t,0,100),a:n.a}},oe=(function(){function e(t){this.parsed=ut(t)[0],this.rgba=this.parsed||{r:0,g:0,b:0,a:1}}return e.prototype.isValid=function(){return this.parsed!==null},e.prototype.brightness=function(){return y(D(this.rgba),2)},e.prototype.isDark=function(){return D(this.rgba)<.5},e.prototype.isLight=function(){return D(this.rgba)>=.5},e.prototype.toHex=function(){return t=O(this.rgba),n=t.r,o=t.g,i=t.b,u=(l=t.a)<1?R(y(255*l)):"","#"+R(n)+R(o)+R(i)+u;var t,n,o,i,l,u},e.prototype.toRgb=function(){return O(this.rgba)},e.prototype.toRgbString=function(){return t=O(this.rgba),n=t.r,o=t.g,i=t.b,(l=t.a)<1?"rgba("+n+", "+o+", "+i+", "+l+")":"rgb("+n+", "+o+", "+i+")";var t,n,o,i,l},e.prototype.toHsl=function(){return X(z(this.rgba))},e.prototype.toHslString=function(){return t=X(z(this.rgba)),n=t.h,o=t.s,i=t.l,(l=t.a)<1?"hsla("+n+", "+o+"%, "+i+"%, "+l+")":"hsl("+n+", "+o+"%, "+i+"%)";var t,n,o,i,l},e.prototype.toHsv=function(){return t=ce(this.rgba),{h:y(t.h),s:y(t.s),v:y(t.v),a:y(t.a,3)};var t},e.prototype.invert=function(){return C({r:255-(t=this.rgba).r,g:255-t.g,b:255-t.b,a:t.a});var t},e.prototype.saturate=function(t){return t===void 0&&(t=.1),C(F(this.rgba,t))},e.prototype.desaturate=function(t){return t===void 0&&(t=.1),C(F(this.rgba,-t))},e.prototype.grayscale=function(){return C(F(this.rgba,-1))},e.prototype.lighten=function(t){return t===void 0&&(t=.1),C(ne(this.rgba,t))},e.prototype.darken=function(t){return t===void 0&&(t=.1),C(ne(this.rgba,-t))},e.prototype.rotate=function(t){return t===void 0&&(t=15),this.hue(this.hue()+t)},e.prototype.alpha=function(t){return typeof t=="number"?C({r:(n=this.rgba).r,g:n.g,b:n.b,a:t}):y(this.rgba.a,3);var n},e.prototype.hue=function(t){var n=z(this.rgba);return typeof t=="number"?C({h:t,s:n.s,l:n.l,a:n.a}):y(n.h)},e.prototype.isEqual=function(t){return this.toHex()===C(t).toHex()},e})(),C=function(e){return e instanceof oe?e:new oe(e)};const{cssr:at,plugin:ct,namespace:de}=Me(),{c:p,cB:L,cE:x,cM:H,cNotM:re}={...at,...ct},S=`${de}-chrome-tabs`,$=`${de}-chrome-tabs-item`,B="all .2s cubic-bezier(.4, 0, .2, 1)";function st(){return p([L("chrome-tabs",{display:"flex",width:"100%",height:"40px",padding:"0 10px",alignItems:"center",backgroundColor:"var(--background-color)",color:"var(--background-color-dark)"},[p("div",{boxSizing:"border-box"}),p(".group-move, .group-enter-active, .group-leave-active",{transition:B}),p(".group-enter-from, .group-leave-to",{opacity:0}),p(".group-leave-active",{}),x("prefix",{}),x("icon",{width:"28px",height:"28px",display:"flex",alignItems:"center",justifyContent:"center",padding:"5px",borderRadius:"10px",backgroundColor:"var(--active-background-color)",transition:B},[p("svg",{width:"100%",height:"100%",fill:"currentColor"}),p("&:hover",{backgroundColor:"var(--primary-color)"})]),x("content",{flex:"1",height:"100%",minWidth:0,overflow:"hidden",marginLeft:"-6px",padding:"0 10px"}),x("scroll",{position:"relative",display:"flex",alignItems:"center",height:"100%"},[x("icon",{marginLeft:"5px",borderRadius:"50%",backgroundColor:"transparent",flexShrink:0},[p("&:hover",{backgroundColor:"var(--primary-color)"})])]),x("suffix",{})]),L("chrome-tabs-item",{position:"relative",margin:"0 -5px",height:"100%",flexShrink:0,cursor:"default",userSelect:"none",padding:"6px 15px 0px 15px"},[H("disabled",{cursor:"not-allowed",pointerEvents:"none",opacity:.5,filter:"grayscale(0.5)"}),H("active",[x("background",{opacity:1})]),re("active",[p("&:hover",{},[x("content",{backgroundColor:"var(--primary-color)"})])]),p("&::first-child",{marginLeft:"0 !important"}),p("&::last-child",{marginRight:"0 !important"}),x("content",{position:"relative",zIndex:1,height:"28px",display:"flex",alignItems:"center",gap:"5px",borderRadius:"10px",padding:"0 10px",transition:B}),x("slot",{}),x("icon",{lineHeight:1},[p("svg",{width:"1.2em",height:"1.2em",fill:"currentColor"})]),x("close",{width:"16px",height:"16px",padding:"2px",display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"50%",transition:B},[p("&:hover",{backgroundColor:"rgba(0,0,0,0.1)"}),p("svg",{width:"100%",height:"100%",fill:"currentColor"})]),x("background",{position:"absolute",opacity:0,left:0,bottom:0,zIndex:0,height:"34px",width:"100%",display:"flex",alignItems:"flex-end",transition:B},[x("block",{height:"100%",flex:1,minWidth:0,borderRadius:"10px 10px 0 0",backgroundColor:"var(--active-background-color)"}),p("svg",{fill:"var(--active-background-color)"})]),x("line",{position:"absolute",bottom:"12px",right:"4px",height:"16px",width:"2px",borderRadius:"1px",transition:B,backgroundColor:"var(--primary-color)",opacity:0},[H("show",{opacity:1})])]),p(".dark",[L("chrome-tabs",{backgroundColor:"var(--background-color-dark)",color:"var(--background-color)"},[x("icon",{backgroundColor:"var(--active-background-color-dark)"},[p("&:hover",{backgroundColor:"var(--primary-color-dark)"})])]),L("chrome-tabs-item",{},[re("active",[p("&:hover",{},[x("content",{backgroundColor:"var(--primary-color-dark)"})])]),x("background",{},[x("block",{backgroundColor:"var(--active-background-color-dark)"}),p("svg",{fill:"var(--active-background-color-dark)"})])])])])}const j=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},dt={name:"RiAddLine"},ft={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function mt(e,t,n,o,i,l){return r.openBlock(),r.createElementBlock("svg",ft,[...t[0]||(t[0]=[r.createElementVNode("path",{fill:"#757575",d:"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z"},null,-1)])])}const ht=j(dt,[["render",mt]]),vt={name:"RiArrowDropDownLine"},bt={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function gt(e,t,n,o,i,l){return r.openBlock(),r.createElementBlock("svg",bt,[...t[0]||(t[0]=[r.createElementVNode("path",{fill:"#757575",d:"m12 15l-4.243-4.242l1.415-1.414L12 12.172l2.828-2.828l1.415 1.414z"},null,-1)])])}const pt=j(vt,[["render",gt]]),xt={name:"LineMdLoadingTwotoneLoop"},yt={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function kt(e,t,n,o,i,l){return r.openBlock(),r.createElementBlock("svg",yt,[...t[0]||(t[0]=[r.createStaticVNode('<g fill="none" stroke="#757575" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-dasharray="16" stroke-dashoffset="16" d="M12 3c4.97 0 9 4.03 9 9"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.3s" values="16;0"></animate><animateTransform attributeName="transform" dur="1.5s" repeatCount="indefinite" type="rotate" values="0 12 12;360 12 12"></animateTransform></path><path stroke-dasharray="64" stroke-dashoffset="64" stroke-opacity=".3" d="M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z"><animate fill="freeze" attributeName="stroke-dashoffset" dur="1.2s" values="64;0"></animate></path></g>',1)])])}const $t=j(xt,[["render",kt]]),Ct={name:"RiCloseLine"},wt={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function Et(e,t,n,o,i,l){return r.openBlock(),r.createElementBlock("svg",wt,[...t[0]||(t[0]=[r.createElementVNode("path",{fill:"#757575",d:"m12 10.587l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.949 4.95l-1.414-1.415l4.95-4.95l-4.95-4.95L7.05 5.638z"},null,-1)])])}const Nt=j(Ct,[["render",Et]]),It=r.defineComponent({__name:"TabItem",props:{label:{type:[String,Function]},icon:{type:Function},closable:{type:[Boolean,Function]},disabled:{type:[Boolean,Function]},loading:{type:[Boolean,Function]},loadingIcon:{type:Function},onClick:{type:Function},onContextMenu:{type:Function},onClose:{type:Function},class:{},style:{},activeIndex:{default:0},itemIndex:{},itemKey:{},iconSize:{default:20}},emits:["itemClick","itemContextmenu","itemClose"],setup(e,{emit:t}){const n=t,o=r.computed(()=>e.activeIndex!==e.itemIndex&&e.activeIndex-1!==e.itemIndex),i=r.computed(()=>e.activeIndex===e.itemIndex),l=r.computed(()=>typeof e.label=="string"?r.h("span",{class:`${$}__label`},e.label):e.label(e.itemKey,e.itemIndex)),u=r.computed(()=>e.loadingIcon?.(e.itemKey,e.itemIndex)??r.h($t));function s(f){f.stopPropagation(),n("itemClick",f),e.onClick?.(e.itemKey,e.itemIndex,f)}function m(f){n("itemContextmenu",f),e.onContextMenu?.(e.itemKey,e.itemIndex,f)}function d(f){n("itemClose"),e.onClose?.(e.itemKey,e.itemIndex,f)}return(f,a)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass([r.unref($),{[`${r.unref($)}--active`]:i.value,[`${r.unref($)}--disabled`]:typeof e.disabled=="function"?e.disabled(e.itemKey,e.itemIndex):e.disabled}]),onClick:s,onContextmenu:m},[r.createElementVNode("div",{class:r.normalizeClass([`${r.unref($)}__content`])},[r.createElementVNode("div",{class:r.normalizeClass([`${r.unref($)}__icon`]),style:r.normalizeStyle({fontSize:`${e.iconSize}px`})},[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(typeof e.loading=="function"?e.loading(e.itemKey,e.itemIndex):e.loading?u.value:e.icon?.(e.itemKey,e.itemIndex)??void 0)))],6),r.createElementVNode("div",{class:r.normalizeClass([`${r.unref($)}__slot`])},[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(l.value)))],2),(typeof e.closable=="function"?e.closable(e.itemKey,e.itemIndex):e.closable)?(r.openBlock(),r.createElementBlock("div",{key:0,class:r.normalizeClass([`${r.unref($)}__close`]),onClick:r.withModifiers(d,["stop"])},[r.createVNode(Nt)],2)):r.createCommentVNode("",!0)],2),r.createElementVNode("div",{class:r.normalizeClass([`${r.unref($)}__background`])},[a[0]||(a[0]=r.createElementVNode("svg",{width:"10",height:"10"},[r.createElementVNode("path",{d:"M 0 10 A 10 10 0 0 0 10 0 L 10 10 Z"})],-1)),r.createElementVNode("div",{class:r.normalizeClass([`${r.unref($)}__block`])},null,2),a[1]||(a[1]=r.createElementVNode("svg",{width:"10",height:"10"},[r.createElementVNode("path",{d:"M 0 0 A 10 10 0 0 0 10 10 L 0 10 Z"})],-1))],2),r.createElementVNode("div",{class:r.normalizeClass([`${r.unref($)}__line`,o.value?`${r.unref($)}__line--show`:""])},null,2)],34))}}),Bt=r.defineComponent({__name:"Tabs",props:{value:{},colors:{},dropdown:{type:Boolean},addable:{type:Boolean},options:{},loadingValue:{},iconSize:{},contentClass:{},contentStyle:{}},emits:["update:value","click","contextmenu","close","add"],setup(e,{emit:t}){const n=t;Pe("n-chrome-tabs",st());const o=r.computed(()=>e.value?e.options?.findIndex(a=>a.key===e.value):0),{scrollRef:i,scrollToView:l}=et({activeClassName:`.${$}--active`,direction:"horizontal"});r.watch(()=>e.value,()=>{l()},{immediate:!0});const u=r.computed(()=>({background:"#F1F1F1",active:"#fff",primary:"rgba(0,0,0,.1)",...e.colors})),s=r.computed(()=>({background:C(u.value.background).darken(.8).toHex(),active:C(u.value.active).darken(.8).toHex(),primary:C(u.value.primary).darken(.3).toHex()}));function m(a,g){n("update:value",a),n("click",a,g)}function d(a,g){n("contextmenu",a,g)}function f(a,g){n("close",a,g)}return(a,g)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass([r.unref(S)]),style:r.normalizeStyle({"--background-color":`${u.value.background}`,"--background-color-dark":`${s.value.background}`,"--active-background-color":`${u.value.active}`,"--active-background-color-dark":`${s.value.active}`,"--primary-color":`${u.value.primary}`,"--primary-color-dark":`${s.value.primary}`})},[e.dropdown?(r.openBlock(),r.createElementBlock("div",{key:0,class:r.normalizeClass([`${r.unref(S)}__icon`])},[r.createVNode(pt)],2)):r.createCommentVNode("",!0),r.renderSlot(a.$slots,"prefix"),r.createElementVNode("div",{ref_key:"scrollRef",ref:i,class:r.normalizeClass([`${r.unref(S)}__content`,e.contentClass]),style:r.normalizeStyle(e.contentStyle)},[r.createVNode(r.TransitionGroup,{name:"group",tag:"div",class:r.normalizeClass([`${r.unref(S)}__scroll`])},{default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.options,({key:k,...c},h)=>(r.openBlock(),r.createBlock(It,r.mergeProps({key:k,loading:e.loadingValue===k},{ref_for:!0},c,{"item-key":k,"item-index":h,"active-index":o.value,"icon-size":e.iconSize,onItemClick:v=>m(k,h),onItemContextmenu:v=>d(k,h),onItemClose:v=>f(k,h)}),null,16,["loading","item-key","item-index","active-index","icon-size","onItemClick","onItemContextmenu","onItemClose"]))),128))]),_:1},8,["class"])],6),r.renderSlot(a.$slots,"suffix"),e.addable?(r.openBlock(),r.createElementBlock("div",{key:1,class:r.normalizeClass([`${r.unref(S)}__icon`]),onClick:g[0]||(g[0]=k=>n("add"))},[r.createVNode(ht)],2)):r.createCommentVNode("",!0)],6))}});exports.CTabs=Bt;
|