@validol4ik/uikit 0.2.11 → 0.2.12

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.
@@ -1,106 +1,5 @@
1
1
  import { default as AppButton } from './buttons/AppButton/index.vue';
2
+ import { default as CopyButton } from './buttons/CopyButton/index.vue';
2
3
  import { default as AppIcon } from './AppIcon/index.vue';
3
4
 
4
- declare const CopyButton: import('vue').DefineComponent<{
5
- size: {
6
- type: import('vue').PropType<"sm" | "md" | "lg">;
7
- };
8
- color: {
9
- type: import('vue').PropType<string>;
10
- default: string;
11
- };
12
- text: {
13
- type: import('vue').PropType<string>;
14
- required: true;
15
- };
16
- loading: {
17
- type: import('vue').PropType<boolean | null>;
18
- };
19
- to: {
20
- type: import('vue').PropType<any>;
21
- };
22
- href: {
23
- type: import('vue').PropType<string>;
24
- };
25
- target: {
26
- type: import('vue').PropType<string>;
27
- };
28
- transparent: {
29
- type: import('vue').PropType<boolean>;
30
- default: boolean;
31
- };
32
- rounded: {
33
- type: import('vue').PropType<boolean>;
34
- };
35
- iconLeft: {
36
- type: import('vue').PropType<import('./AppIcon/types').AppIconNames>;
37
- };
38
- iconRight: {
39
- type: import('vue').PropType<import('./AppIcon/types').AppIconNames>;
40
- };
41
- iconMiddle: {
42
- type: import('vue').PropType<import('./AppIcon/types').AppIconNames>;
43
- };
44
- disabled: {
45
- type: import('vue').PropType<boolean>;
46
- };
47
- submit: {
48
- type: import('vue').PropType<boolean>;
49
- };
50
- ariaLabel: {
51
- type: import('vue').PropType<string>;
52
- };
53
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
54
- size: {
55
- type: import('vue').PropType<"sm" | "md" | "lg">;
56
- };
57
- color: {
58
- type: import('vue').PropType<string>;
59
- default: string;
60
- };
61
- text: {
62
- type: import('vue').PropType<string>;
63
- required: true;
64
- };
65
- loading: {
66
- type: import('vue').PropType<boolean | null>;
67
- };
68
- to: {
69
- type: import('vue').PropType<any>;
70
- };
71
- href: {
72
- type: import('vue').PropType<string>;
73
- };
74
- target: {
75
- type: import('vue').PropType<string>;
76
- };
77
- transparent: {
78
- type: import('vue').PropType<boolean>;
79
- default: boolean;
80
- };
81
- rounded: {
82
- type: import('vue').PropType<boolean>;
83
- };
84
- iconLeft: {
85
- type: import('vue').PropType<import('./AppIcon/types').AppIconNames>;
86
- };
87
- iconRight: {
88
- type: import('vue').PropType<import('./AppIcon/types').AppIconNames>;
89
- };
90
- iconMiddle: {
91
- type: import('vue').PropType<import('./AppIcon/types').AppIconNames>;
92
- };
93
- disabled: {
94
- type: import('vue').PropType<boolean>;
95
- };
96
- submit: {
97
- type: import('vue').PropType<boolean>;
98
- };
99
- ariaLabel: {
100
- type: import('vue').PropType<string>;
101
- };
102
- }>>, {
103
- color: string;
104
- transparent: boolean;
105
- }, {}>;
106
5
  export { AppButton, AppIcon, CopyButton };
package/dist/uikit.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("vue");const t=require("./index-BuLE-ZhW.cjs");exports.AppButton=t.AppButton;exports.AppIcon=t.index;exports.CopyButton=t.CopyButton;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("vue"),I={SM:"sm",MD:"md",LG:"lg"};var ce=(e=>(e.sm="3px 9px",e.md="5px 12px",e.lg="9px 20px",e))(ce||{});const de={PRIMARY:"primary",INFO:"info",NEGATIVE:"negative",POSITIVE:"positive"},W={xs:18,sm:24,md:32,lg:38,xl:46},fe={size:String};function ve(e,n=W){return r.computed(()=>e.size!==void 0?{fontSize:e.size in n?`${n[e.size]}px`:e.size}:null)}function Ce(e,n,i,o){return Object.defineProperty(e,n,{get:i,set:o,enumerable:!0}),e}function H(e){return r.markRaw(r.defineComponent(e))}function Ee(e){return r.markRaw(e)}function U(e,n){return e!==void 0&&e()||n}function N(e,n){return e!==void 0?n.concat(e()):n}const Z="0 0 24 24",J=e=>e,Q=e=>`ionicons ${e}`,me={"mdi-":e=>`mdi ${e}`,"icon-":J,"bt-":e=>`bt ${e}`,"eva-":e=>`eva ${e}`,"ion-md":Q,"ion-ios":Q,"ion-logo":Q,"iconfont ":J,"ti-":e=>`themify-icon ${e}`,"bi-":e=>`bootstrap-icons ${e}`},pe={o_:"-outlined",r_:"-round",s_:"-sharp"},he={sym_o_:"-outlined",sym_r_:"-rounded",sym_s_:"-sharp"},_e=new RegExp("^("+Object.keys(me).join("|")+")"),Se=new RegExp("^("+Object.keys(pe).join("|")+")"),ee=new RegExp("^("+Object.keys(he).join("|")+")"),$e=/^[Mm]\s?[-+]?\.?\d/,qe=/^img:/,Be=/^svguse:/,Le=/^ion-/,Pe=/^(fa-(sharp|solid|regular|light|brands|duotone|thin)|[lf]a[srlbdk]?) /,te=H({name:"QIcon",props:{...fe,tag:{type:String,default:"i"},name:String,color:String,left:Boolean,right:Boolean},setup(e,{slots:n}){const{proxy:{$q:i}}=r.getCurrentInstance(),o=ve(e),t=r.computed(()=>"q-icon"+(e.left===!0?" on-left":"")+(e.right===!0?" on-right":"")+(e.color!==void 0?` text-${e.color}`:"")),s=r.computed(()=>{let c,l=e.name;if(l==="none"||!l)return{none:!0};if(i.iconMapFn!==null){const d=i.iconMapFn(l);if(d!==void 0)if(d.icon!==void 0){if(l=d.icon,l==="none"||!l)return{none:!0}}else return{cls:d.cls,content:d.content!==void 0?d.content:" "}}if($e.test(l)===!0){const[d,b=Z]=l.split("|");return{svg:!0,viewBox:b,nodes:d.split("&&").map(u=>{const[g,p,y]=u.split("@@");return r.h("path",{style:p,d:g,transform:y})})}}if(qe.test(l)===!0)return{img:!0,src:l.substring(4)};if(Be.test(l)===!0){const[d,b=Z]=l.split("|");return{svguse:!0,src:d.substring(7),viewBox:b}}let w=" ";const h=l.match(_e);if(h!==null)c=me[h[1]](l);else if(Pe.test(l)===!0)c=l;else if(Le.test(l)===!0)c=`ionicons ion-${i.platform.is.ios===!0?"ios":"md"}${l.substring(3)}`;else if(ee.test(l)===!0){c="notranslate material-symbols";const d=l.match(ee);d!==null&&(l=l.substring(6),c+=he[d[1]]),w=l}else{c="notranslate material-icons";const d=l.match(Se);d!==null&&(l=l.substring(2),c+=pe[d[1]]),w=l}return{cls:c,content:w}});return()=>{const c={class:t.value,style:o.value,"aria-hidden":"true",role:"presentation"};return s.value.none===!0?r.h(e.tag,c,U(n.default)):s.value.img===!0?r.h(e.tag,c,N(n.default,[r.h("img",{src:s.value.src})])):s.value.svg===!0?r.h(e.tag,c,N(n.default,[r.h("svg",{viewBox:s.value.viewBox||"0 0 24 24"},s.value.nodes)])):s.value.svguse===!0?r.h(e.tag,c,N(n.default,[r.h("svg",{viewBox:s.value.viewBox},[r.h("use",{"xlink:href":s.value.src})])])):(s.value.cls!==void 0&&(c.class+=" "+s.value.cls),r.h(e.tag,c,N(n.default,[s.value.content])))}}}),Re={size:{type:[String,Number],default:"1em"},color:String};function Oe(e){return{cSize:r.computed(()=>e.size in W?`${W[e.size]}px`:e.size),classes:r.computed(()=>"q-spinner"+(e.color?` text-${e.color}`:""))}}const Me=H({name:"QSpinner",props:{...Re,thickness:{type:Number,default:5}},setup(e){const{cSize:n,classes:i}=Oe(e);return()=>r.h("svg",{class:i.value+" q-spinner-mat",width:n.value,height:n.value,viewBox:"25 25 50 50"},[r.h("circle",{class:"path",cx:"50",cy:"50",r:"20",fill:"none",stroke:"currentColor","stroke-width":e.thickness,"stroke-miterlimit":"10"})])}});function Te(e,n){const i=e.style;for(const o in n)i[o]=n[o]}const F={hasPassive:!1,passiveCapture:!0,notPassiveCapture:!0};try{const e=Object.defineProperty({},"passive",{get(){Object.assign(F,{hasPassive:!0,passive:{passive:!0},notPassive:{passive:!1},passiveCapture:{passive:!0,capture:!0},notPassiveCapture:{passive:!1,capture:!0}})}});window.addEventListener("qtest",null,e),window.removeEventListener("qtest",null,e)}catch{}function ze(e){return e.touches&&e.touches[0]?e=e.touches[0]:e.changedTouches&&e.changedTouches[0]?e=e.changedTouches[0]:e.targetTouches&&e.targetTouches[0]&&(e=e.targetTouches[0]),{top:e.clientY,left:e.clientX}}function be(e){e.stopPropagation()}function je(e){e.cancelable!==!1&&e.preventDefault()}function R(e){e.cancelable!==!1&&e.preventDefault(),e.stopPropagation()}function Ie(e,n,i){const o=`__q_${n}_evt`;e[o]=e[o]!==void 0?e[o].concat(i):i,i.forEach(t=>{t[0].addEventListener(t[1],e[t[2]],F[t[3]])})}function Ne(e,n){const i=`__q_${n}_evt`;e[i]!==void 0&&(e[i].forEach(o=>{o[0].removeEventListener(o[1],e[o[2]],F[o[3]])}),e[i]=void 0)}function De(e){return e!==Object(e)||e.isComposing===!0||e.qKeyEvent===!0}function G(e,n){return De(e)===!0?!1:[].concat(n).includes(e.keyCode)}function Ae(e,n=250){let i=!1,o;return function(){return i===!1&&(i=!0,setTimeout(()=>{i=!1},n),o=e.apply(this,arguments)),o}}function ne(e,n,i,o){i.modifiers.stop===!0&&be(e);const t=i.modifiers.color;let s=i.modifiers.center;s=s===!0||o===!0;const c=document.createElement("span"),l=document.createElement("span"),w=ze(e),{left:h,top:d,width:b,height:u}=n.getBoundingClientRect(),g=Math.sqrt(b*b+u*u),p=g/2,y=`${(b-g)/2}px`,f=s?y:`${w.left-h-p}px`,k=`${(u-g)/2}px`,P=s?k:`${w.top-d-p}px`;l.className="q-ripple__inner",Te(l,{height:`${g}px`,width:`${g}px`,transform:`translate3d(${f},${P},0) scale3d(.2,.2,1)`,opacity:0}),c.className=`q-ripple${t?" text-"+t:""}`,c.setAttribute("dir","ltr"),c.appendChild(l),n.appendChild(c);const q=()=>{c.remove(),clearTimeout(B)};i.abort.push(q);let B=setTimeout(()=>{l.classList.add("q-ripple__inner--enter"),l.style.transform=`translate3d(${y},${k},0) scale3d(1,1,1)`,l.style.opacity=.2,B=setTimeout(()=>{l.classList.remove("q-ripple__inner--enter"),l.classList.add("q-ripple__inner--leave"),l.style.opacity=0,B=setTimeout(()=>{c.remove(),i.abort.splice(i.abort.indexOf(q),1)},275)},250)},50)}function oe(e,{modifiers:n,value:i,arg:o}){const t=Object.assign({},e.cfg.ripple,n,i);e.modifiers={early:t.early===!0,stop:t.stop===!0,center:t.center===!0,color:t.color||o,keyCodes:[].concat(t.keyCodes||13)}}const Ke=Ee({name:"ripple",beforeMount(e,n){const i=n.instance.$.appContext.config.globalProperties.$q.config||{};if(i.ripple===!1)return;const o={cfg:i,enabled:n.value!==!1,modifiers:{},abort:[],start(t){o.enabled===!0&&t.qSkipRipple!==!0&&t.type===(o.modifiers.early===!0?"pointerdown":"click")&&ne(t,e,o,t.qKeyEvent===!0)},keystart:Ae(t=>{o.enabled===!0&&t.qSkipRipple!==!0&&G(t,o.modifiers.keyCodes)===!0&&t.type===`key${o.modifiers.early===!0?"down":"up"}`&&ne(t,e,o,!0)},300)};oe(o,n),e.__qripple=o,Ie(o,"main",[[e,"pointerdown","start","passive"],[e,"click","start","passive"],[e,"keydown","keystart","passive"],[e,"keyup","keystart","passive"]])},updated(e,n){if(n.oldValue!==n.value){const i=e.__qripple;i!==void 0&&(i.enabled=n.value!==!1,i.enabled===!0&&Object(n.value)===n.value&&oe(i,n))}},beforeUnmount(e){const n=e.__qripple;n!==void 0&&(n.abort.forEach(i=>{i()}),Ne(n,"main"),delete e._qripple)}}),ge={left:"start",center:"center",right:"end",between:"between",around:"around",evenly:"evenly",stretch:"stretch"},Ve=Object.keys(ge),He={align:{type:String,validator:e=>Ve.includes(e)}};function Fe(e){return r.computed(()=>{const n=e.align===void 0?e.vertical===!0?"stretch":"left":e.align;return`${e.vertical===!0?"items":"justify"}-${ge[n]}`})}function Qe(e){return e.appContext.config.globalProperties.$router!==void 0}function re(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}function ie(e,n){return(e.aliasOf||e)===(n.aliasOf||n)}function Ye(e,n){for(const i in n){const o=n[i],t=e[i];if(typeof o=="string"){if(o!==t)return!1}else if(Array.isArray(t)===!1||t.length!==o.length||o.some((s,c)=>s!==t[c]))return!1}return!0}function ae(e,n){return Array.isArray(n)===!0?e.length===n.length&&e.every((i,o)=>i===n[o]):e.length===1&&e[0]===n}function We(e,n){return Array.isArray(e)===!0?ae(e,n):Array.isArray(n)===!0?ae(n,e):e===n}function Ue(e,n){if(Object.keys(e).length!==Object.keys(n).length)return!1;for(const i in e)if(We(e[i],n[i])===!1)return!1;return!0}const Ge={to:[String,Object],replace:Boolean,href:String,target:String,disable:Boolean};function Xe({fallbackTag:e,useDisableForRouterLinkProps:n=!0}={}){const i=r.getCurrentInstance(),{props:o,proxy:t,emit:s}=i,c=Qe(i),l=r.computed(()=>o.disable!==!0&&o.href!==void 0),w=n===!0?r.computed(()=>c===!0&&o.disable!==!0&&l.value!==!0&&o.to!==void 0&&o.to!==null&&o.to!==""):r.computed(()=>c===!0&&l.value!==!0&&o.to!==void 0&&o.to!==null&&o.to!==""),h=r.computed(()=>w.value===!0?P(o.to):null),d=r.computed(()=>h.value!==null),b=r.computed(()=>l.value===!0||d.value===!0),u=r.computed(()=>o.type==="a"||b.value===!0?"a":o.tag||e||"div"),g=r.computed(()=>l.value===!0?{href:o.href,target:o.target}:d.value===!0?{href:h.value.href,target:o.target}:{}),p=r.computed(()=>{if(d.value===!1)return-1;const{matched:v}=h.value,{length:x}=v,E=v[x-1];if(E===void 0)return-1;const S=t.$route.matched;if(S.length===0)return-1;const $=S.findIndex(ie.bind(null,E));if($!==-1)return $;const A=re(v[x-2]);return x>1&&re(E)===A&&S[S.length-1].path!==A?S.findIndex(ie.bind(null,v[x-2])):$}),y=r.computed(()=>d.value===!0&&p.value!==-1&&Ye(t.$route.params,h.value.params)),f=r.computed(()=>y.value===!0&&p.value===t.$route.matched.length-1&&Ue(t.$route.params,h.value.params)),k=r.computed(()=>d.value===!0?f.value===!0?` ${o.exactActiveClass} ${o.activeClass}`:o.exact===!0?"":y.value===!0?` ${o.activeClass}`:"":"");function P(v){try{return t.$router.resolve(v)}catch{}return null}function q(v,{returnRouterError:x,to:E=o.to,replace:S=o.replace}={}){if(o.disable===!0)return v.preventDefault(),Promise.resolve(!1);if(v.metaKey||v.altKey||v.ctrlKey||v.shiftKey||v.button!==void 0&&v.button!==0||o.target==="_blank")return Promise.resolve(!1);v.preventDefault();const $=t.$router[S===!0?"replace":"push"](E);return x===!0?$:$.then(()=>{}).catch(()=>{})}function B(v){if(d.value===!0){const x=E=>q(v,E);s("click",v,x),v.defaultPrevented!==!0&&x()}else s("click",v)}return{hasRouterLink:d,hasHrefLink:l,hasLink:b,linkTag:u,resolvedLink:h,linkIsActive:y,linkIsExactActive:f,linkClass:k,linkAttrs:g,getLink:P,navigateToRouterLink:q,navigateOnClick:B}}const le={none:0,xs:4,sm:8,md:16,lg:24,xl:32},Ze={xs:8,sm:10,md:14,lg:20,xl:24},Je=["button","submit","reset"],et=/[^\s]\/[^\s]/,tt=["flat","outline","push","unelevated"];function nt(e,n){return e.flat===!0?"flat":e.outline===!0?"outline":e.push===!0?"push":e.unelevated===!0?"unelevated":n}const ot={...fe,...Ge,type:{type:String,default:"button"},label:[Number,String],icon:String,iconRight:String,...tt.reduce((e,n)=>(e[n]=Boolean)&&e,{}),square:Boolean,rounded:Boolean,glossy:Boolean,size:String,fab:Boolean,fabMini:Boolean,padding:String,color:String,textColor:String,noCaps:Boolean,noWrap:Boolean,dense:Boolean,tabindex:[Number,String],ripple:{type:[Boolean,Object],default:!0},align:{...He.align,default:"center"},stack:Boolean,stretch:Boolean,loading:{type:Boolean,default:null},disable:Boolean},rt={...ot,round:Boolean};function it(e){const n=ve(e,Ze),i=Fe(e),{hasRouterLink:o,hasLink:t,linkTag:s,linkAttrs:c,navigateOnClick:l}=Xe({fallbackTag:"button"}),w=r.computed(()=>{const f=e.fab===!1&&e.fabMini===!1?n.value:{};return e.padding!==void 0?Object.assign({},f,{padding:e.padding.split(/\s+/).map(k=>k in le?le[k]+"px":k).join(" "),minWidth:"0",minHeight:"0"}):f}),h=r.computed(()=>e.rounded===!0||e.fab===!0||e.fabMini===!0),d=r.computed(()=>e.disable!==!0&&e.loading!==!0),b=r.computed(()=>d.value===!0?e.tabindex||0:-1),u=r.computed(()=>nt(e,"standard")),g=r.computed(()=>{const f={tabindex:b.value};return t.value===!0?Object.assign(f,c.value):Je.includes(e.type)===!0&&(f.type=e.type),s.value==="a"?(e.disable===!0?f["aria-disabled"]="true":f.href===void 0&&(f.role="button"),o.value!==!0&&et.test(e.type)===!0&&(f.type=e.type)):e.disable===!0&&(f.disabled="",f["aria-disabled"]="true"),e.loading===!0&&e.percentage!==void 0&&Object.assign(f,{role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":e.percentage}),f}),p=r.computed(()=>{let f;e.color!==void 0?e.flat===!0||e.outline===!0?f=`text-${e.textColor||e.color}`:f=`bg-${e.color} text-${e.textColor||"white"}`:e.textColor&&(f=`text-${e.textColor}`);const k=e.round===!0?"round":`rectangle${h.value===!0?" q-btn--rounded":e.square===!0?" q-btn--square":""}`;return`q-btn--${u.value} q-btn--${k}`+(f!==void 0?" "+f:"")+(d.value===!0?" q-btn--actionable q-focusable q-hoverable":e.disable===!0?" disabled":"")+(e.fab===!0?" q-btn--fab":e.fabMini===!0?" q-btn--fab-mini":"")+(e.noCaps===!0?" q-btn--no-uppercase":"")+(e.dense===!0?" q-btn--dense":"")+(e.stretch===!0?" no-border-radius self-stretch":"")+(e.glossy===!0?" glossy":"")+(e.square?" q-btn--square":"")}),y=r.computed(()=>i.value+(e.stack===!0?" column":" row")+(e.noWrap===!0?" no-wrap text-no-wrap":"")+(e.loading===!0?" q-btn__content--hidden":""));return{classes:p,style:w,innerClasses:y,attributes:g,hasLink:t,linkTag:s,navigateOnClick:l,isActionable:d}}const{passiveCapture:C}=F;let O=null,M=null,T=null;const at=H({name:"QBtn",props:{...rt,percentage:Number,darkPercentage:Boolean,onTouchstart:[Function,Array]},emits:["click","keydown","mousedown","keyup"],setup(e,{slots:n,emit:i}){const{proxy:o}=r.getCurrentInstance(),{classes:t,style:s,innerClasses:c,attributes:l,hasLink:w,linkTag:h,navigateOnClick:d,isActionable:b}=it(e),u=r.ref(null),g=r.ref(null);let p=null,y,f=null;const k=r.computed(()=>e.label!==void 0&&e.label!==null&&e.label!==""),P=r.computed(()=>e.disable===!0||e.ripple===!1?!1:{keyCodes:w.value===!0?[13,32]:[13],...e.ripple===!0?{}:e.ripple}),q=r.computed(()=>({center:e.round})),B=r.computed(()=>{const a=Math.max(0,Math.min(100,e.percentage));return a>0?{transition:"transform 0.6s",transform:`translateX(${a-100}%)`}:{}}),v=r.computed(()=>{if(e.loading===!0)return{onMousedown:j,onTouchstart:j,onClick:j,onKeydown:j,onKeyup:j};if(b.value===!0){const a={onClick:E,onKeydown:S,onMousedown:A};if(o.$q.platform.has.touch===!0){const m=e.onTouchstart!==void 0?"":"Passive";a[`onTouchstart${m}`]=$}return a}return{onClick:R}}),x=r.computed(()=>({ref:u,class:"q-btn q-btn-item non-selectable no-outline "+t.value,style:s.value,...l.value,...v.value}));function E(a){if(u.value!==null){if(a!==void 0){if(a.defaultPrevented===!0)return;const m=document.activeElement;if(e.type==="submit"&&m!==document.body&&u.value.contains(m)===!1&&m.contains(u.value)===!1){u.value.focus();const K=()=>{document.removeEventListener("keydown",R,!0),document.removeEventListener("keyup",K,C),u.value!==null&&u.value.removeEventListener("blur",K,C)};document.addEventListener("keydown",R,!0),document.addEventListener("keyup",K,C),u.value.addEventListener("blur",K,C)}}d(a)}}function S(a){u.value!==null&&(i("keydown",a),G(a,[13,32])===!0&&M!==u.value&&(M!==null&&z(),a.defaultPrevented!==!0&&(u.value.focus(),M=u.value,u.value.classList.add("q-btn--active"),document.addEventListener("keyup",_,!0),u.value.addEventListener("blur",_,C)),R(a)))}function $(a){u.value!==null&&(i("touchstart",a),a.defaultPrevented!==!0&&(O!==u.value&&(O!==null&&z(),O=u.value,p=a.target,p.addEventListener("touchcancel",_,C),p.addEventListener("touchend",_,C)),y=!0,f!==null&&clearTimeout(f),f=setTimeout(()=>{f=null,y=!1},200)))}function A(a){u.value!==null&&(a.qSkipRipple=y===!0,i("mousedown",a),a.defaultPrevented!==!0&&T!==u.value&&(T!==null&&z(),T=u.value,u.value.classList.add("q-btn--active"),document.addEventListener("mouseup",_,C)))}function _(a){if(u.value!==null&&!(a!==void 0&&a.type==="blur"&&document.activeElement===u.value)){if(a!==void 0&&a.type==="keyup"){if(M===u.value&&G(a,[13,32])===!0){const m=new MouseEvent("click",a);m.qKeyEvent=!0,a.defaultPrevented===!0&&je(m),a.cancelBubble===!0&&be(m),u.value.dispatchEvent(m),R(a),a.qKeyEvent=!0}i("keyup",a)}z()}}function z(a){const m=g.value;a!==!0&&(O===u.value||T===u.value)&&m!==null&&m!==document.activeElement&&(m.setAttribute("tabindex",-1),m.focus()),O===u.value&&(p!==null&&(p.removeEventListener("touchcancel",_,C),p.removeEventListener("touchend",_,C)),O=p=null),T===u.value&&(document.removeEventListener("mouseup",_,C),T=null),M===u.value&&(document.removeEventListener("keyup",_,!0),u.value!==null&&u.value.removeEventListener("blur",_,C),M=null),u.value!==null&&u.value.classList.remove("q-btn--active")}function j(a){R(a),a.qSkipRipple=!0}return r.onBeforeUnmount(()=>{z(!0)}),Object.assign(o,{click:a=>{b.value===!0&&E(a)}}),()=>{let a=[];e.icon!==void 0&&a.push(r.h(te,{name:e.icon,left:e.stack!==!0&&k.value===!0,role:"img","aria-hidden":"true"})),k.value===!0&&a.push(r.h("span",{class:"block"},[e.label])),a=N(n.default,a),e.iconRight!==void 0&&e.round===!1&&a.push(r.h(te,{name:e.iconRight,right:e.stack!==!0&&k.value===!0,role:"img","aria-hidden":"true"}));const m=[r.h("span",{class:"q-focus-helper",ref:g})];return e.loading===!0&&e.percentage!==void 0&&m.push(r.h("span",{class:"q-btn__progress absolute-full overflow-hidden"+(e.darkPercentage===!0?" q-btn__progress--dark":"")},[r.h("span",{class:"q-btn__progress-indicator fit block",style:B.value})])),m.push(r.h("span",{class:"q-btn__content text-center col items-center q-anchor--skip "+c.value},a)),e.loading!==null&&m.push(r.h(r.Transition,{name:"q-transition--fade"},()=>e.loading===!0?[r.h("span",{key:"loading",class:"absolute-full flex flex-center"},n.loading!==void 0?n.loading():[r.h(Me)])]:null)),r.withDirectives(r.h(h.value,x.value,m),[[Ke,P.value,void 0,q.value]])}}}),lt=r.defineComponent({__name:"index",props:{size:{default:I.MD},transparent:{type:Boolean},rounded:{type:Boolean},color:{default:de.PRIMARY},iconLeft:{},iconRight:{},iconMiddle:{},disabled:{type:Boolean},loading:{type:[Boolean,null]},to:{},href:{},target:{},submit:{type:Boolean},ariaLabel:{}},emits:["click"],setup(e){const n=e,i=r.computed(()=>["app-btn",{"app-btn_default":!n.transparent,"app-btn_trans":n.transparent,"app-btn_rounded":n.rounded,"app-btn_sm":n.size===I.SM,"app-btn_md":n.size===I.MD,"app-btn_lg":n.size===I.LG,"app-btn_icon-left":n.iconLeft,"app-btn_icon-right":n.iconRight,"app-btn_icon-middle":n.iconMiddle},`app-btn_${n.color}`]);return(o,t)=>(r.openBlock(),r.createBlock(r.unref(at),{"no-caps":"",unelevated:"",class:r.normalizeClass(i.value),padding:r.unref(ce)[n.size||r.unref(I).MD],loading:o.loading,disabled:o.disabled||void 0,to:o.to,href:o.href,target:o.target,type:o.submit?"submit":void 0,"aria-label":o.ariaLabel,onClick:t[0]||(t[0]=s=>o.$emit("click",s))},{default:r.withCtx(()=>[o.iconLeft||o.iconMiddle?(r.openBlock(),r.createElementBlock("i",{key:0,class:r.normalizeClass(["icon-kl",o.iconLeft?"icon-kl_left":"icon-kl_middle",`icon-kl-${o.iconLeft||o.iconMiddle}`,o.transparent?`text-${o.color}`:"text-secondary"])},null,2)):r.createCommentVNode("",!0),r.renderSlot(o.$slots,"default",{},void 0,!0),o.iconRight?(r.openBlock(),r.createElementBlock("i",{key:1,class:r.normalizeClass(["icon-kl","icon-kl_right",`icon-kl-${o.iconRight}`,o.transparent?`text-${o.color}`:"text-secondary"])},null,2)):r.createCommentVNode("",!0)]),_:3},8,["class","padding","loading","disabled","to","href","target","type","aria-label"]))}}),ye=(e,n)=>{const i=e.__vccOpts||e;for(const[o,t]of n)i[o]=t;return i},ke=ye(lt,[["__scopeId","data-v-5b3b0602"]]),D=r.ref(!1);let X;function ut(e,n){const i=/(edg|edge|edga|edgios)\/([\w.]+)/.exec(e)||/(opr)[\/]([\w.]+)/.exec(e)||/(vivaldi)[\/]([\w.]+)/.exec(e)||/(chrome|crios)[\/]([\w.]+)/.exec(e)||/(version)(applewebkit)[\/]([\w.]+).*(safari)[\/]([\w.]+)/.exec(e)||/(webkit)[\/]([\w.]+).*(version)[\/]([\w.]+).*(safari)[\/]([\w.]+)/.exec(e)||/(firefox|fxios)[\/]([\w.]+)/.exec(e)||/(webkit)[\/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[\/]([\w.]+)/.exec(e)||[];return{browser:i[5]||i[3]||i[1]||"",version:i[4]||i[2]||"0",platform:n[0]||""}}function st(e){return/(ipad)/.exec(e)||/(ipod)/.exec(e)||/(windows phone)/.exec(e)||/(iphone)/.exec(e)||/(kindle)/.exec(e)||/(silk)/.exec(e)||/(android)/.exec(e)||/(win)/.exec(e)||/(mac)/.exec(e)||/(linux)/.exec(e)||/(cros)/.exec(e)||/(playbook)/.exec(e)||/(bb)/.exec(e)||/(blackberry)/.exec(e)||[]}const we="ontouchstart"in window||window.navigator.maxTouchPoints>0;function ct(e){const n=e.toLowerCase(),i=st(n),o=ut(n,i),t={};o.browser&&(t[o.browser]=!0,t.version=o.version,t.versionNumber=parseInt(o.version,10)),o.platform&&(t[o.platform]=!0);const s=t.android||t.ios||t.bb||t.blackberry||t.ipad||t.iphone||t.ipod||t.kindle||t.playbook||t.silk||t["windows phone"];if(s===!0||n.indexOf("mobile")!==-1?t.mobile=!0:t.desktop=!0,t["windows phone"]&&(t.winphone=!0,delete t["windows phone"]),t.edga||t.edgios||t.edg?(t.edge=!0,o.browser="edge"):t.crios?(t.chrome=!0,o.browser="chrome"):t.fxios&&(t.firefox=!0,o.browser="firefox"),(t.ipod||t.ipad||t.iphone)&&(t.ios=!0),t.vivaldi&&(o.browser="vivaldi",t.vivaldi=!0),(t.chrome||t.opr||t.safari||t.vivaldi||t.mobile===!0&&t.ios!==!0&&s!==!0)&&(t.webkit=!0),t.opr&&(o.browser="opera",t.opera=!0),t.safari&&(t.blackberry||t.bb?(o.browser="blackberry",t.blackberry=!0):t.playbook?(o.browser="playbook",t.playbook=!0):t.android?(o.browser="android",t.android=!0):t.kindle?(o.browser="kindle",t.kindle=!0):t.silk&&(o.browser="silk",t.silk=!0)),t.name=o.browser,t.platform=o.platform,n.indexOf("electron")!==-1)t.electron=!0;else if(document.location.href.indexOf("-extension://")!==-1)t.bex=!0;else{if(window.Capacitor!==void 0?(t.capacitor=!0,t.nativeMobile=!0,t.nativeMobileWrapper="capacitor"):(window._cordovaNative!==void 0||window.cordova!==void 0)&&(t.cordova=!0,t.nativeMobile=!0,t.nativeMobileWrapper="cordova"),D.value===!0&&(X={is:{...t}}),we===!0&&t.mac===!0&&(t.desktop===!0&&t.safari===!0||t.nativeMobile===!0&&t.android!==!0&&t.ios!==!0&&t.ipad!==!0)){delete t.mac,delete t.desktop;const c=Math.min(window.innerHeight,window.innerWidth)>414?"ipad":"iphone";Object.assign(t,{mobile:!0,ios:!0,platform:c,[c]:!0})}t.mobile!==!0&&window.navigator.userAgentData&&window.navigator.userAgentData.mobile&&(delete t.desktop,t.mobile=!0)}return t}const ue=navigator.userAgent||navigator.vendor||window.opera,dt={has:{touch:!1,webStorage:!1},within:{iframe:!1}},V={userAgent:ue,is:ct(ue),has:{touch:we},within:{iframe:window.self!==window.top}},se={install(e){const{$q:n}=e;D.value===!0?(e.onSSRHydrated.push(()=>{Object.assign(n.platform,V),D.value=!1}),n.platform=r.reactive(this)):n.platform=this}};{let e;Ce(V.has,"webStorage",()=>{if(e!==void 0)return e;try{if(window.localStorage)return e=!0,!0}catch{}return e=!1,!1}),Object.assign(se,V),D.value===!0&&(Object.assign(se,X,dt),X=null)}function ft(){const e=r.ref(!D.value);return e.value===!1&&r.onMounted(()=>{e.value=!0}),{isHydrated:e}}const vt=H({name:"QNoSsr",props:{tag:{type:String,default:"div"},placeholder:String},setup(e,{slots:n}){const{isHydrated:i}=ft();return()=>{if(i.value===!0){const s=U(n.default);return s===void 0?s:s.length>1?r.h(e.tag,{},s):s[0]}const o={class:"q-no-ssr-placeholder"},t=U(n.placeholder);if(t!==void 0)return t.length>1?r.h(e.tag,o,t):t[0];if(e.placeholder!==void 0)return r.h(e.tag,o,e.placeholder)}}}),L=[];function xe(e){L[L.length-1](e)}function mt(e){V.is.desktop===!0&&(L.push(e),L.length===1&&document.body.addEventListener("focusin",xe))}function pt(e){const n=L.indexOf(e);n!==-1&&(L.splice(n,1),L.length===0&&document.body.removeEventListener("focusin",xe))}function ht(e){const n=document.createElement("textarea");n.value=e,n.contentEditable="true",n.style.position="fixed";const i=()=>{};mt(i),document.body.appendChild(n),n.focus(),n.select();const o=document.execCommand("copy");return n.remove(),pt(i),o}function bt(e){return navigator.clipboard!==void 0?navigator.clipboard.writeText(e):new Promise((n,i)=>{const o=ht(e);o?n(!0):i(o)})}const Y={COPY:"copy_o",COPIED:"copied_o"},gt=r.defineComponent({__name:"index",props:{text:{},size:{},transparent:{type:Boolean,default:!0},rounded:{type:Boolean},color:{default:de.INFO},iconLeft:{},iconRight:{},iconMiddle:{},disabled:{type:Boolean},loading:{type:[Boolean,null]},to:{},href:{},target:{},submit:{type:Boolean},ariaLabel:{}},setup(e){const n=e,i=r.ref(Y.COPY),o=()=>{i.value=Y.COPIED,setTimeout(()=>{i.value=Y.COPY},2e3)},t=()=>{bt(n.text).then(o).catch(s=>{console.log(s)})};return(s,c)=>(r.openBlock(),r.createBlock(vt,null,{default:r.withCtx(()=>[r.createVNode(r.unref(ke),r.mergeProps(n,{"icon-middle":i.value,onClick:r.withModifiers(t,["prevent"])}),null,16,["icon-middle"])]),_:1}))}}),yt=r.defineComponent({__name:"index",props:{name:{},size:{},color:{}},setup(e){return(n,i)=>(r.openBlock(),r.createElementBlock("i",{class:r.normalizeClass(["icon-kl",`icon-kl-${n.name}`,n.color?`text-${n.color}`:""]),style:r.normalizeStyle(n.size?`font-size: ${n.size}`:void 0)},null,6))}}),kt=ye(yt,[["__scopeId","data-v-73419357"]]);exports.AppButton=ke;exports.AppIcon=kt;exports.CopyButton=gt;