@everymatrix/player-bonus-history 1.53.0 → 1.53.11
Sign up to get free protection for your applications and to get access to all the features.
- package/components/{PlayerBonusCard-C9Nab8W6.js → PlayerBonusCard-BqsxqaTC.js} +2247 -2319
- package/components/{PlayerBonusHistory-RLn7vkNN.js → PlayerBonusHistory-C5xP4Hg7.js} +5682 -4575
- package/esnext/player-bonus-history.js +14 -0
- package/package.json +12 -11
- package/components/PlayerBonusCard-DPUPlBWJ.cjs +0 -14
- package/components/PlayerBonusHistory-ausJuJlM.cjs +0 -4171
- package/es2015/player-bonus-history.cjs +0 -1
- package/es2015/player-bonus-history.js +0 -16
@@ -1,4171 +0,0 @@
|
|
1
|
-
"use strict";var ur=Object.defineProperty,hr=Object.defineProperties;var pr=Object.getOwnPropertyDescriptors;var Is=Object.getOwnPropertySymbols;var mr=Object.prototype.hasOwnProperty,fr=Object.prototype.propertyIsEnumerable;var Ns=(o,t,e)=>t in o?ur(o,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):o[t]=e,vt=(o,t)=>{for(var e in t||(t={}))mr.call(t,e)&&Ns(o,e,t[e]);if(Is)for(var e of Is(t))fr.call(t,e)&&Ns(o,e,t[e]);return o},wt=(o,t)=>hr(o,pr(t));var Ke=(o,t,e)=>new Promise((s,i)=>{var r=l=>{try{a(e.next(l))}catch(c){i(c)}},n=l=>{try{a(e.throw(l))}catch(c){i(c)}},a=l=>l.done?s(l.value):Promise.resolve(l.value).then(r,n);a((e=e.apply(o,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("./PlayerBonusCard-DPUPlBWJ.cjs");if(typeof window!="undefined"){let o=function(t){return function(...e){try{return t.apply(this,e)}catch(s){if(s instanceof DOMException&&s.message.includes("has already been used with this registry")||s.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw s}}};customElements.define=o(customElements.define),Promise.resolve().then(()=>require("./PlayerBonusCard-DPUPlBWJ.cjs")).then(t=>t.PlayerBonusCard_ce).then(({default:t})=>{!customElements.get("player-bonus-card")&&customElements.define("player-bonus-card",t.element)})}/**
|
2
|
-
* @license
|
3
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
4
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
5
|
-
*/function R(o){const t=customElements.get(o.is);if(!t)customElements.define(o.is,o);else{const e=t.version;e&&o.version&&e===o.version?console.warn(`The component ${o.is} has been loaded twice`):console.error(`Tried to define ${o.is} version ${o.version} when version ${t.version} is already in use. Something will probably break.`)}}/**
|
6
|
-
* @license
|
7
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
8
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
9
|
-
*/let _r=class extends HTMLElement{static get is(){return"vaadin-lumo-styles"}static get version(){return"24.2.9"}};R(_r);/**
|
10
|
-
* @license
|
11
|
-
* Copyright 2019 Google LLC
|
12
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
13
|
-
*/const Ze=window,ds=Ze.ShadowRoot&&(Ze.ShadyCSS===void 0||Ze.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,us=Symbol(),zs=new WeakMap;let hs=class{constructor(t,e,s){if(this._$cssResult$=!0,s!==us)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(ds&&t===void 0){const s=e!==void 0&&e.length===1;s&&(t=zs.get(e)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),s&&zs.set(e,t))}return t}toString(){return this.cssText}};const gr=o=>new hs(typeof o=="string"?o:o+"",void 0,us),g=(o,...t)=>{const e=o.length===1?o[0]:t.reduce((s,i,r)=>s+(n=>{if(n._$cssResult$===!0)return n.cssText;if(typeof n=="number")return n;throw Error("Value passed to 'css' function must be a 'css' function result: "+n+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+o[r+1],o[0]);return new hs(e,o,us)},yr=(o,t)=>{ds?o.adoptedStyleSheets=t.map(e=>e instanceof CSSStyleSheet?e:e.styleSheet):t.forEach(e=>{const s=document.createElement("style"),i=Ze.litNonce;i!==void 0&&s.setAttribute("nonce",i),s.textContent=e.cssText,o.appendChild(s)})},Fs=ds?o=>o:o=>o instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return gr(e)})(o):o;/**
|
14
|
-
* @license
|
15
|
-
* Copyright 2017 Google LLC
|
16
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
17
|
-
*/var xt;const ot=window,Bs=ot.trustedTypes,br=Bs?Bs.emptyScript:"",Ls=ot.reactiveElementPolyfillSupport,Vt={toAttribute(o,t){switch(t){case Boolean:o=o?br:null;break;case Object:case Array:o=o==null?o:JSON.stringify(o)}return o},fromAttribute(o,t){let e=o;switch(t){case Boolean:e=o!==null;break;case Number:e=o===null?null:Number(o);break;case Object:case Array:try{e=JSON.parse(o)}catch(s){e=null}}return e}},Oo=(o,t)=>t!==o&&(t==t||o==o),Ct={attribute:!0,type:String,converter:Vt,reflect:!1,hasChanged:Oo},Yt="finalized";let fe=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this._$Eu()}static addInitializer(t){var e;this.finalize(),((e=this.h)!==null&&e!==void 0?e:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach((e,s)=>{const i=this._$Ep(s,e);i!==void 0&&(this._$Ev.set(i,s),t.push(i))}),t}static createProperty(t,e=Ct){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const s=typeof t=="symbol"?Symbol():"__"+t,i=this.getPropertyDescriptor(t,s,e);i!==void 0&&Object.defineProperty(this.prototype,t,i)}}static getPropertyDescriptor(t,e,s){return{get(){return this[e]},set(i){const r=this[t];this[e]=i,this.requestUpdate(t,r,s)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||Ct}static finalize(){if(this.hasOwnProperty(Yt))return!1;this[Yt]=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),t.h!==void 0&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const e=this.properties,s=[...Object.getOwnPropertyNames(e),...Object.getOwnPropertySymbols(e)];for(const i of s)this.createProperty(i,e[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const s=new Set(t.flat(1/0).reverse());for(const i of s)e.unshift(Fs(i))}else t!==void 0&&e.push(Fs(t));return e}static _$Ep(t,e){const s=e.attribute;return s===!1?void 0:typeof s=="string"?s:typeof t=="string"?t.toLowerCase():void 0}_$Eu(){var t;this._$E_=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$Eg(),this.requestUpdate(),(t=this.constructor.h)===null||t===void 0||t.forEach(e=>e(this))}addController(t){var e,s;((e=this._$ES)!==null&&e!==void 0?e:this._$ES=[]).push(t),this.renderRoot!==void 0&&this.isConnected&&((s=t.hostConnected)===null||s===void 0||s.call(t))}removeController(t){var e;(e=this._$ES)===null||e===void 0||e.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach((t,e)=>{this.hasOwnProperty(e)&&(this._$Ei.set(e,this[e]),delete this[e])})}createRenderRoot(){var t;const e=(t=this.shadowRoot)!==null&&t!==void 0?t:this.attachShadow(this.constructor.shadowRootOptions);return yr(e,this.constructor.elementStyles),e}connectedCallback(){var t;this.renderRoot===void 0&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(t=this._$ES)===null||t===void 0||t.forEach(e=>{var s;return(s=e.hostConnected)===null||s===void 0?void 0:s.call(e)})}enableUpdating(t){}disconnectedCallback(){var t;(t=this._$ES)===null||t===void 0||t.forEach(e=>{var s;return(s=e.hostDisconnected)===null||s===void 0?void 0:s.call(e)})}attributeChangedCallback(t,e,s){this._$AK(t,s)}_$EO(t,e,s=Ct){var i;const r=this.constructor._$Ep(t,s);if(r!==void 0&&s.reflect===!0){const n=(((i=s.converter)===null||i===void 0?void 0:i.toAttribute)!==void 0?s.converter:Vt).toAttribute(e,s.type);this._$El=t,n==null?this.removeAttribute(r):this.setAttribute(r,n),this._$El=null}}_$AK(t,e){var s;const i=this.constructor,r=i._$Ev.get(t);if(r!==void 0&&this._$El!==r){const n=i.getPropertyOptions(r),a=typeof n.converter=="function"?{fromAttribute:n.converter}:((s=n.converter)===null||s===void 0?void 0:s.fromAttribute)!==void 0?n.converter:Vt;this._$El=r,this[r]=a.fromAttribute(e,n.type),this._$El=null}}requestUpdate(t,e,s){let i=!0;t!==void 0&&(((s=s||this.constructor.getPropertyOptions(t)).hasChanged||Oo)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),s.reflect===!0&&this._$El!==t&&(this._$EC===void 0&&(this._$EC=new Map),this._$EC.set(t,s))):i=!1),!this.isUpdatePending&&i&&(this._$E_=this._$Ej())}_$Ej(){return Ke(this,null,function*(){this.isUpdatePending=!0;try{yield this._$E_}catch(e){Promise.reject(e)}const t=this.scheduleUpdate();return t!=null&&(yield t),!this.isUpdatePending})}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach((i,r)=>this[r]=i),this._$Ei=void 0);let e=!1;const s=this._$AL;try{e=this.shouldUpdate(s),e?(this.willUpdate(s),(t=this._$ES)===null||t===void 0||t.forEach(i=>{var r;return(r=i.hostUpdate)===null||r===void 0?void 0:r.call(i)}),this.update(s)):this._$Ek()}catch(i){throw e=!1,this._$Ek(),i}e&&this._$AE(s)}willUpdate(t){}_$AE(t){var e;(e=this._$ES)===null||e===void 0||e.forEach(s=>{var i;return(i=s.hostUpdated)===null||i===void 0?void 0:i.call(s)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){this._$EC!==void 0&&(this._$EC.forEach((e,s)=>this._$EO(s,this[s],e)),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};fe[Yt]=!0,fe.elementProperties=new Map,fe.elementStyles=[],fe.shadowRootOptions={mode:"open"},Ls==null||Ls({ReactiveElement:fe}),((xt=ot.reactiveElementVersions)!==null&&xt!==void 0?xt:ot.reactiveElementVersions=[]).push("1.6.3");/**
|
18
|
-
* @license
|
19
|
-
* Copyright 2017 Google LLC
|
20
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
21
|
-
*/var At;const it=window,be=it.trustedTypes,Hs=be?be.createPolicy("lit-html",{createHTML:o=>o}):void 0,Ut="$lit$",Q=`lit$${(Math.random()+"").slice(9)}$`,Mo="?"+Q,vr=`<${Mo}>`,le=document,Ne=()=>le.createComment(""),ze=o=>o===null||typeof o!="object"&&typeof o!="function",Io=Array.isArray,wr=o=>Io(o)||typeof(o==null?void 0:o[Symbol.iterator])=="function",Et=`[
|
22
|
-
\f\r]`,Pe=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Rs=/-->/g,$s=/>/g,oe=RegExp(`>|${Et}(?:([^\\s"'>=/]+)(${Et}*=${Et}*(?:[^
|
23
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),Vs=/'/g,Ys=/"/g,No=/^(?:script|style|textarea|title)$/i,ve=Symbol.for("lit-noChange"),S=Symbol.for("lit-nothing"),Us=new WeakMap,ie=le.createTreeWalker(le,129,null,!1);function zo(o,t){if(!Array.isArray(o)||!o.hasOwnProperty("raw"))throw Error("invalid template strings array");return Hs!==void 0?Hs.createHTML(t):t}const xr=(o,t)=>{const e=o.length-1,s=[];let i,r=t===2?"<svg>":"",n=Pe;for(let a=0;a<e;a++){const l=o[a];let c,u,h=-1,p=0;for(;p<l.length&&(n.lastIndex=p,u=n.exec(l),u!==null);)p=n.lastIndex,n===Pe?u[1]==="!--"?n=Rs:u[1]!==void 0?n=$s:u[2]!==void 0?(No.test(u[2])&&(i=RegExp("</"+u[2],"g")),n=oe):u[3]!==void 0&&(n=oe):n===oe?u[0]===">"?(n=i!=null?i:Pe,h=-1):u[1]===void 0?h=-2:(h=n.lastIndex-u[2].length,c=u[1],n=u[3]===void 0?oe:u[3]==='"'?Ys:Vs):n===Ys||n===Vs?n=oe:n===Rs||n===$s?n=Pe:(n=oe,i=void 0);const m=n===oe&&o[a+1].startsWith("/>")?" ":"";r+=n===Pe?l+vr:h>=0?(s.push(c),l.slice(0,h)+Ut+l.slice(h)+Q+m):l+Q+(h===-2?(s.push(void 0),a):m)}return[zo(o,r+(o[e]||"<?>")+(t===2?"</svg>":"")),s]};class Fe{constructor({strings:t,_$litType$:e},s){let i;this.parts=[];let r=0,n=0;const a=t.length-1,l=this.parts,[c,u]=xr(t,e);if(this.el=Fe.createElement(c,s),ie.currentNode=this.el.content,e===2){const h=this.el.content,p=h.firstChild;p.remove(),h.append(...p.childNodes)}for(;(i=ie.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes()){const h=[];for(const p of i.getAttributeNames())if(p.endsWith(Ut)||p.startsWith(Q)){const m=u[n++];if(h.push(p),m!==void 0){const f=i.getAttribute(m.toLowerCase()+Ut).split(Q),y=/([.?@])?(.*)/.exec(m);l.push({type:1,index:r,name:y[2],strings:f,ctor:y[1]==="."?Ar:y[1]==="?"?Pr:y[1]==="@"?kr:ut})}else l.push({type:6,index:r})}for(const p of h)i.removeAttribute(p)}if(No.test(i.tagName)){const h=i.textContent.split(Q),p=h.length-1;if(p>0){i.textContent=be?be.emptyScript:"";for(let m=0;m<p;m++)i.append(h[m],Ne()),ie.nextNode(),l.push({type:2,index:++r});i.append(h[p],Ne())}}}else if(i.nodeType===8)if(i.data===Mo)l.push({type:2,index:r});else{let h=-1;for(;(h=i.data.indexOf(Q,h+1))!==-1;)l.push({type:7,index:r}),h+=Q.length-1}r++}}static createElement(t,e){const s=le.createElement("template");return s.innerHTML=t,s}}function we(o,t,e=o,s){var i,r,n,a;if(t===ve)return t;let l=s!==void 0?(i=e._$Co)===null||i===void 0?void 0:i[s]:e._$Cl;const c=ze(t)?void 0:t._$litDirective$;return(l==null?void 0:l.constructor)!==c&&((r=l==null?void 0:l._$AO)===null||r===void 0||r.call(l,!1),c===void 0?l=void 0:(l=new c(o),l._$AT(o,e,s)),s!==void 0?((n=(a=e)._$Co)!==null&&n!==void 0?n:a._$Co=[])[s]=l:e._$Cl=l),l!==void 0&&(t=we(o,l._$AS(o,t.values),l,s)),t}class Cr{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var e;const{el:{content:s},parts:i}=this._$AD,r=((e=t==null?void 0:t.creationScope)!==null&&e!==void 0?e:le).importNode(s,!0);ie.currentNode=r;let n=ie.nextNode(),a=0,l=0,c=i[0];for(;c!==void 0;){if(a===c.index){let u;c.type===2?u=new We(n,n.nextSibling,this,t):c.type===1?u=new c.ctor(n,c.name,c.strings,this,t):c.type===6&&(u=new Tr(n,this,t)),this._$AV.push(u),c=i[++l]}a!==(c==null?void 0:c.index)&&(n=ie.nextNode(),a++)}return ie.currentNode=le,r}v(t){let e=0;for(const s of this._$AV)s!==void 0&&(s.strings!==void 0?(s._$AI(t,s,e),e+=s.strings.length-2):s._$AI(t[e])),e++}}class We{constructor(t,e,s,i){var r;this.type=2,this._$AH=S,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=s,this.options=i,this._$Cp=(r=i==null?void 0:i.isConnected)===null||r===void 0||r}get _$AU(){var t,e;return(e=(t=this._$AM)===null||t===void 0?void 0:t._$AU)!==null&&e!==void 0?e:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return e!==void 0&&(t==null?void 0:t.nodeType)===11&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=we(this,t,e),ze(t)?t===S||t==null||t===""?(this._$AH!==S&&this._$AR(),this._$AH=S):t!==this._$AH&&t!==ve&&this._(t):t._$litType$!==void 0?this.g(t):t.nodeType!==void 0?this.$(t):wr(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==S&&ze(this._$AH)?this._$AA.nextSibling.data=t:this.$(le.createTextNode(t)),this._$AH=t}g(t){var e;const{values:s,_$litType$:i}=t,r=typeof i=="number"?this._$AC(t):(i.el===void 0&&(i.el=Fe.createElement(zo(i.h,i.h[0]),this.options)),i);if(((e=this._$AH)===null||e===void 0?void 0:e._$AD)===r)this._$AH.v(s);else{const n=new Cr(r,this),a=n.u(this.options);n.v(s),this.$(a),this._$AH=n}}_$AC(t){let e=Us.get(t.strings);return e===void 0&&Us.set(t.strings,e=new Fe(t)),e}T(t){Io(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let s,i=0;for(const r of t)i===e.length?e.push(s=new We(this.k(Ne()),this.k(Ne()),this,this.options)):s=e[i],s._$AI(r),i++;i<e.length&&(this._$AR(s&&s._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,e){var s;for((s=this._$AP)===null||s===void 0||s.call(this,!1,!0,e);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i}}setConnected(t){var e;this._$AM===void 0&&(this._$Cp=t,(e=this._$AP)===null||e===void 0||e.call(this,t))}}class ut{constructor(t,e,s,i,r){this.type=1,this._$AH=S,this._$AN=void 0,this.element=t,this.name=e,this._$AM=i,this.options=r,s.length>2||s[0]!==""||s[1]!==""?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=S}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,s,i){const r=this.strings;let n=!1;if(r===void 0)t=we(this,t,e,0),n=!ze(t)||t!==this._$AH&&t!==ve,n&&(this._$AH=t);else{const a=t;let l,c;for(t=r[0],l=0;l<r.length-1;l++)c=we(this,a[s+l],e,l),c===ve&&(c=this._$AH[l]),n||(n=!ze(c)||c!==this._$AH[l]),c===S?t=S:t!==S&&(t+=(c!=null?c:"")+r[l+1]),this._$AH[l]=c}n&&!i&&this.j(t)}j(t){t===S?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t!=null?t:"")}}class Ar extends ut{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===S?void 0:t}}const Er=be?be.emptyScript:"";class Pr extends ut{constructor(){super(...arguments),this.type=4}j(t){t&&t!==S?this.element.setAttribute(this.name,Er):this.element.removeAttribute(this.name)}}class kr extends ut{constructor(t,e,s,i,r){super(t,e,s,i,r),this.type=5}_$AI(t,e=this){var s;if((t=(s=we(this,t,e,0))!==null&&s!==void 0?s:S)===ve)return;const i=this._$AH,r=t===S&&i!==S||t.capture!==i.capture||t.once!==i.once||t.passive!==i.passive,n=t!==S&&(i===S||r);r&&this.element.removeEventListener(this.name,this,i),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,s;typeof this._$AH=="function"?this._$AH.call((s=(e=this.options)===null||e===void 0?void 0:e.host)!==null&&s!==void 0?s:this.element,t):this._$AH.handleEvent(t)}}class Tr{constructor(t,e,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=s}get _$AU(){return this._$AM._$AU}_$AI(t){we(this,t)}}const Ws=it.litHtmlPolyfillSupport;Ws==null||Ws(Fe,We),((At=it.litHtmlVersions)!==null&&At!==void 0?At:it.litHtmlVersions=[]).push("2.8.0");const Dr=(o,t,e)=>{var s,i;const r=(s=e==null?void 0:e.renderBefore)!==null&&s!==void 0?s:t;let n=r._$litPart$;if(n===void 0){const a=(i=e==null?void 0:e.renderBefore)!==null&&i!==void 0?i:null;r._$litPart$=n=new We(t.insertBefore(Ne(),a),a,void 0,e!=null?e:{})}return n._$AI(o),n};/**
|
24
|
-
* @license
|
25
|
-
* Copyright 2017 Google LLC
|
26
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
27
|
-
*/var Pt,kt;class et extends fe{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const s=super.createRenderRoot();return(t=(e=this.renderOptions).renderBefore)!==null&&t!==void 0||(e.renderBefore=s.firstChild),s}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=Dr(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),(t=this._$Do)===null||t===void 0||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this._$Do)===null||t===void 0||t.setConnected(!1)}render(){return ve}}et.finalized=!0,et._$litElement$=!0,(Pt=globalThis.litElementHydrateSupport)===null||Pt===void 0||Pt.call(globalThis,{LitElement:et});const js=globalThis.litElementPolyfillSupport;js==null||js({LitElement:et});((kt=globalThis.litElementVersions)!==null&&kt!==void 0?kt:globalThis.litElementVersions=[]).push("3.3.3");/**
|
28
|
-
* @license
|
29
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
30
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
31
|
-
*/const Sr=o=>class extends o{static get properties(){return{_theme:{type:String,readOnly:!0}}}static get observedAttributes(){return[...super.observedAttributes,"theme"]}attributeChangedCallback(e,s,i){super.attributeChangedCallback(e,s,i),e==="theme"&&this._set_theme(i)}};/**
|
32
|
-
* @license
|
33
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
34
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
35
|
-
*/const Fo=[];function Bo(o){return o&&Object.prototype.hasOwnProperty.call(o,"__themes")}function Or(o){return Bo(customElements.get(o))}function Mr(o=[]){return[o].flat(1/0).filter(t=>t instanceof hs?!0:(console.warn("An item in styles is not of type CSSResult. Use `unsafeCSS` or `css`."),!1))}function k(o,t,e={}){o&&Or(o)&&console.warn(`The custom element definition for "${o}"
|
36
|
-
was finalized before a style module was registered.
|
37
|
-
Make sure to add component specific style modules before
|
38
|
-
importing the corresponding custom element.`),t=Mr(t),window.Vaadin&&window.Vaadin.styleModules?window.Vaadin.styleModules.registerStyles(o,t,e):Fo.push({themeFor:o,styles:t,include:e.include,moduleId:e.moduleId})}function Wt(){return window.Vaadin&&window.Vaadin.styleModules?window.Vaadin.styleModules.getAllThemes():Fo}function Ir(o,t){return(o||"").split(" ").some(e=>new RegExp(`^${e.split("*").join(".*")}$`,"u").test(t))}function Nr(o=""){let t=0;return o.startsWith("lumo-")||o.startsWith("material-")?t=1:o.startsWith("vaadin-")&&(t=2),t}function Lo(o){const t=[];return o.include&&[].concat(o.include).forEach(e=>{const s=Wt().find(i=>i.moduleId===e);s?t.push(...Lo(s),...s.styles):console.warn(`Included moduleId ${e} not found in style registry`)},o.styles),t}function zr(o,t){const e=document.createElement("style");e.innerHTML=o.map(s=>s.cssText).join(`
|
39
|
-
`),t.content.appendChild(e)}function Fr(o){const t=`${o}-default-theme`,e=Wt().filter(s=>s.moduleId!==t&&Ir(s.themeFor,o)).map(s=>wt(vt({},s),{styles:[...Lo(s),...s.styles],includePriority:Nr(s.moduleId)})).sort((s,i)=>i.includePriority-s.includePriority);return e.length>0?e:Wt().filter(s=>s.moduleId===t)}const ce=o=>class extends Sr(o){static finalize(){if(super.finalize(),this.elementStyles)return;const e=this.prototype._template;!e||Bo(this)||zr(this.getStylesForThis(),e)}static finalizeStyles(e){const s=this.getStylesForThis();return e?[...super.finalizeStyles(e),...s]:s}static getStylesForThis(){const e=Object.getPrototypeOf(this.prototype),s=(e?e.constructor.__themes:[])||[];this.__themes=[...s,...Fr(this.is)];const i=this.__themes.flatMap(r=>r.styles);return i.filter((r,n)=>n===i.lastIndexOf(r))}};/**
|
40
|
-
* @license
|
41
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
42
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
43
|
-
*/const ps=(o,...t)=>{const e=document.createElement("style");e.id=o,e.textContent=t.map(s=>s.toString()).join(`
|
44
|
-
`).replace(":host","html"),document.head.insertAdjacentElement("afterbegin",e)},ht=(o,...t)=>{ps(`lumo-${o}`,t)};/**
|
45
|
-
* @license
|
46
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
47
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
48
|
-
*/const Br=g`
|
49
|
-
:host {
|
50
|
-
/* Base (background) */
|
51
|
-
--lumo-base-color: #fff;
|
52
|
-
|
53
|
-
/* Tint */
|
54
|
-
--lumo-tint-5pct: hsla(0, 0%, 100%, 0.3);
|
55
|
-
--lumo-tint-10pct: hsla(0, 0%, 100%, 0.37);
|
56
|
-
--lumo-tint-20pct: hsla(0, 0%, 100%, 0.44);
|
57
|
-
--lumo-tint-30pct: hsla(0, 0%, 100%, 0.5);
|
58
|
-
--lumo-tint-40pct: hsla(0, 0%, 100%, 0.57);
|
59
|
-
--lumo-tint-50pct: hsla(0, 0%, 100%, 0.64);
|
60
|
-
--lumo-tint-60pct: hsla(0, 0%, 100%, 0.7);
|
61
|
-
--lumo-tint-70pct: hsla(0, 0%, 100%, 0.77);
|
62
|
-
--lumo-tint-80pct: hsla(0, 0%, 100%, 0.84);
|
63
|
-
--lumo-tint-90pct: hsla(0, 0%, 100%, 0.9);
|
64
|
-
--lumo-tint: #fff;
|
65
|
-
|
66
|
-
/* Shade */
|
67
|
-
--lumo-shade-5pct: hsla(214, 61%, 25%, 0.05);
|
68
|
-
--lumo-shade-10pct: hsla(214, 57%, 24%, 0.1);
|
69
|
-
--lumo-shade-20pct: hsla(214, 53%, 23%, 0.16);
|
70
|
-
--lumo-shade-30pct: hsla(214, 50%, 22%, 0.26);
|
71
|
-
--lumo-shade-40pct: hsla(214, 47%, 21%, 0.38);
|
72
|
-
--lumo-shade-50pct: hsla(214, 45%, 20%, 0.52);
|
73
|
-
--lumo-shade-60pct: hsla(214, 43%, 19%, 0.6);
|
74
|
-
--lumo-shade-70pct: hsla(214, 42%, 18%, 0.69);
|
75
|
-
--lumo-shade-80pct: hsla(214, 41%, 17%, 0.83);
|
76
|
-
--lumo-shade-90pct: hsla(214, 40%, 16%, 0.94);
|
77
|
-
--lumo-shade: hsl(214, 35%, 15%);
|
78
|
-
|
79
|
-
/* Contrast */
|
80
|
-
--lumo-contrast-5pct: var(--lumo-shade-5pct);
|
81
|
-
--lumo-contrast-10pct: var(--lumo-shade-10pct);
|
82
|
-
--lumo-contrast-20pct: var(--lumo-shade-20pct);
|
83
|
-
--lumo-contrast-30pct: var(--lumo-shade-30pct);
|
84
|
-
--lumo-contrast-40pct: var(--lumo-shade-40pct);
|
85
|
-
--lumo-contrast-50pct: var(--lumo-shade-50pct);
|
86
|
-
--lumo-contrast-60pct: var(--lumo-shade-60pct);
|
87
|
-
--lumo-contrast-70pct: var(--lumo-shade-70pct);
|
88
|
-
--lumo-contrast-80pct: var(--lumo-shade-80pct);
|
89
|
-
--lumo-contrast-90pct: var(--lumo-shade-90pct);
|
90
|
-
--lumo-contrast: var(--lumo-shade);
|
91
|
-
|
92
|
-
/* Text */
|
93
|
-
--lumo-header-text-color: var(--lumo-contrast);
|
94
|
-
--lumo-body-text-color: var(--lumo-contrast-90pct);
|
95
|
-
--lumo-secondary-text-color: var(--lumo-contrast-70pct);
|
96
|
-
--lumo-tertiary-text-color: var(--lumo-contrast-50pct);
|
97
|
-
--lumo-disabled-text-color: var(--lumo-contrast-30pct);
|
98
|
-
|
99
|
-
/* Primary */
|
100
|
-
--lumo-primary-color: hsl(214, 100%, 48%);
|
101
|
-
--lumo-primary-color-50pct: hsla(214, 100%, 49%, 0.76);
|
102
|
-
--lumo-primary-color-10pct: hsla(214, 100%, 60%, 0.13);
|
103
|
-
--lumo-primary-text-color: hsl(214, 100%, 43%);
|
104
|
-
--lumo-primary-contrast-color: #fff;
|
105
|
-
|
106
|
-
/* Error */
|
107
|
-
--lumo-error-color: hsl(3, 85%, 48%);
|
108
|
-
--lumo-error-color-50pct: hsla(3, 85%, 49%, 0.5);
|
109
|
-
--lumo-error-color-10pct: hsla(3, 85%, 49%, 0.1);
|
110
|
-
--lumo-error-text-color: hsl(3, 89%, 42%);
|
111
|
-
--lumo-error-contrast-color: #fff;
|
112
|
-
|
113
|
-
/* Success */
|
114
|
-
--lumo-success-color: hsl(145, 72%, 30%);
|
115
|
-
--lumo-success-color-50pct: hsla(145, 72%, 31%, 0.5);
|
116
|
-
--lumo-success-color-10pct: hsla(145, 72%, 31%, 0.1);
|
117
|
-
--lumo-success-text-color: hsl(145, 85%, 25%);
|
118
|
-
--lumo-success-contrast-color: #fff;
|
119
|
-
|
120
|
-
/* Warning */
|
121
|
-
--lumo-warning-color: hsl(48, 100%, 50%);
|
122
|
-
--lumo-warning-color-10pct: hsla(48, 100%, 50%, 0.25);
|
123
|
-
--lumo-warning-text-color: hsl(32, 100%, 30%);
|
124
|
-
--lumo-warning-contrast-color: var(--lumo-shade-90pct);
|
125
|
-
}
|
126
|
-
|
127
|
-
/* forced-colors mode adjustments */
|
128
|
-
@media (forced-colors: active) {
|
129
|
-
html {
|
130
|
-
--lumo-disabled-text-color: GrayText;
|
131
|
-
}
|
132
|
-
}
|
133
|
-
`;ht("color-props",Br);const Lr=g`
|
134
|
-
[theme~='dark'] {
|
135
|
-
/* Base (background) */
|
136
|
-
--lumo-base-color: hsl(214, 35%, 21%);
|
137
|
-
|
138
|
-
/* Tint */
|
139
|
-
--lumo-tint-5pct: hsla(214, 65%, 85%, 0.06);
|
140
|
-
--lumo-tint-10pct: hsla(214, 60%, 80%, 0.14);
|
141
|
-
--lumo-tint-20pct: hsla(214, 64%, 82%, 0.23);
|
142
|
-
--lumo-tint-30pct: hsla(214, 69%, 84%, 0.32);
|
143
|
-
--lumo-tint-40pct: hsla(214, 73%, 86%, 0.41);
|
144
|
-
--lumo-tint-50pct: hsla(214, 78%, 88%, 0.5);
|
145
|
-
--lumo-tint-60pct: hsla(214, 82%, 90%, 0.58);
|
146
|
-
--lumo-tint-70pct: hsla(214, 87%, 92%, 0.69);
|
147
|
-
--lumo-tint-80pct: hsla(214, 91%, 94%, 0.8);
|
148
|
-
--lumo-tint-90pct: hsla(214, 96%, 96%, 0.9);
|
149
|
-
--lumo-tint: hsl(214, 100%, 98%);
|
150
|
-
|
151
|
-
/* Shade */
|
152
|
-
--lumo-shade-5pct: hsla(214, 0%, 0%, 0.07);
|
153
|
-
--lumo-shade-10pct: hsla(214, 4%, 2%, 0.15);
|
154
|
-
--lumo-shade-20pct: hsla(214, 8%, 4%, 0.23);
|
155
|
-
--lumo-shade-30pct: hsla(214, 12%, 6%, 0.32);
|
156
|
-
--lumo-shade-40pct: hsla(214, 16%, 8%, 0.41);
|
157
|
-
--lumo-shade-50pct: hsla(214, 20%, 10%, 0.5);
|
158
|
-
--lumo-shade-60pct: hsla(214, 24%, 12%, 0.6);
|
159
|
-
--lumo-shade-70pct: hsla(214, 28%, 13%, 0.7);
|
160
|
-
--lumo-shade-80pct: hsla(214, 32%, 13%, 0.8);
|
161
|
-
--lumo-shade-90pct: hsla(214, 33%, 13%, 0.9);
|
162
|
-
--lumo-shade: hsl(214, 33%, 13%);
|
163
|
-
|
164
|
-
/* Contrast */
|
165
|
-
--lumo-contrast-5pct: var(--lumo-tint-5pct);
|
166
|
-
--lumo-contrast-10pct: var(--lumo-tint-10pct);
|
167
|
-
--lumo-contrast-20pct: var(--lumo-tint-20pct);
|
168
|
-
--lumo-contrast-30pct: var(--lumo-tint-30pct);
|
169
|
-
--lumo-contrast-40pct: var(--lumo-tint-40pct);
|
170
|
-
--lumo-contrast-50pct: var(--lumo-tint-50pct);
|
171
|
-
--lumo-contrast-60pct: var(--lumo-tint-60pct);
|
172
|
-
--lumo-contrast-70pct: var(--lumo-tint-70pct);
|
173
|
-
--lumo-contrast-80pct: var(--lumo-tint-80pct);
|
174
|
-
--lumo-contrast-90pct: var(--lumo-tint-90pct);
|
175
|
-
--lumo-contrast: var(--lumo-tint);
|
176
|
-
|
177
|
-
/* Text */
|
178
|
-
--lumo-header-text-color: var(--lumo-contrast);
|
179
|
-
--lumo-body-text-color: var(--lumo-contrast-90pct);
|
180
|
-
--lumo-secondary-text-color: var(--lumo-contrast-70pct);
|
181
|
-
--lumo-tertiary-text-color: var(--lumo-contrast-50pct);
|
182
|
-
--lumo-disabled-text-color: var(--lumo-contrast-30pct);
|
183
|
-
|
184
|
-
/* Primary */
|
185
|
-
--lumo-primary-color: hsl(214, 90%, 48%);
|
186
|
-
--lumo-primary-color-50pct: hsla(214, 90%, 70%, 0.69);
|
187
|
-
--lumo-primary-color-10pct: hsla(214, 90%, 55%, 0.13);
|
188
|
-
--lumo-primary-text-color: hsl(214, 90%, 77%);
|
189
|
-
--lumo-primary-contrast-color: #fff;
|
190
|
-
|
191
|
-
/* Error */
|
192
|
-
--lumo-error-color: hsl(3, 79%, 49%);
|
193
|
-
--lumo-error-color-50pct: hsla(3, 75%, 62%, 0.5);
|
194
|
-
--lumo-error-color-10pct: hsla(3, 75%, 62%, 0.14);
|
195
|
-
--lumo-error-text-color: hsl(3, 100%, 80%);
|
196
|
-
|
197
|
-
/* Success */
|
198
|
-
--lumo-success-color: hsl(145, 72%, 30%);
|
199
|
-
--lumo-success-color-50pct: hsla(145, 92%, 51%, 0.5);
|
200
|
-
--lumo-success-color-10pct: hsla(145, 92%, 51%, 0.1);
|
201
|
-
--lumo-success-text-color: hsl(145, 85%, 46%);
|
202
|
-
|
203
|
-
/* Warning */
|
204
|
-
--lumo-warning-color: hsl(43, 100%, 48%);
|
205
|
-
--lumo-warning-color-10pct: hsla(40, 100%, 50%, 0.2);
|
206
|
-
--lumo-warning-text-color: hsl(45, 100%, 60%);
|
207
|
-
--lumo-warning-contrast-color: var(--lumo-shade-90pct);
|
208
|
-
}
|
209
|
-
|
210
|
-
html {
|
211
|
-
color: var(--lumo-body-text-color);
|
212
|
-
background-color: var(--lumo-base-color);
|
213
|
-
color-scheme: light;
|
214
|
-
}
|
215
|
-
|
216
|
-
[theme~='dark'] {
|
217
|
-
color: var(--lumo-body-text-color);
|
218
|
-
background-color: var(--lumo-base-color);
|
219
|
-
color-scheme: dark;
|
220
|
-
}
|
221
|
-
|
222
|
-
h1,
|
223
|
-
h2,
|
224
|
-
h3,
|
225
|
-
h4,
|
226
|
-
h5,
|
227
|
-
h6 {
|
228
|
-
color: var(--lumo-header-text-color);
|
229
|
-
}
|
230
|
-
|
231
|
-
a:where(:any-link) {
|
232
|
-
color: var(--lumo-primary-text-color);
|
233
|
-
}
|
234
|
-
|
235
|
-
a:not(:any-link) {
|
236
|
-
color: var(--lumo-disabled-text-color);
|
237
|
-
}
|
238
|
-
|
239
|
-
blockquote {
|
240
|
-
color: var(--lumo-secondary-text-color);
|
241
|
-
}
|
242
|
-
|
243
|
-
code,
|
244
|
-
pre {
|
245
|
-
background-color: var(--lumo-contrast-10pct);
|
246
|
-
border-radius: var(--lumo-border-radius-m);
|
247
|
-
}
|
248
|
-
`;k("",Lr,{moduleId:"lumo-color"});/**
|
249
|
-
* @license
|
250
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
251
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
252
|
-
*/const Hr=g`
|
253
|
-
:host {
|
254
|
-
--lumo-size-xs: 1.625rem;
|
255
|
-
--lumo-size-s: 1.875rem;
|
256
|
-
--lumo-size-m: 2.25rem;
|
257
|
-
--lumo-size-l: 2.75rem;
|
258
|
-
--lumo-size-xl: 3.5rem;
|
259
|
-
|
260
|
-
/* Icons */
|
261
|
-
--lumo-icon-size-s: 1.25em;
|
262
|
-
--lumo-icon-size-m: 1.5em;
|
263
|
-
--lumo-icon-size-l: 2.25em;
|
264
|
-
/* For backwards compatibility */
|
265
|
-
--lumo-icon-size: var(--lumo-icon-size-m);
|
266
|
-
}
|
267
|
-
`;ht("sizing-props",Hr);/**
|
268
|
-
* @license
|
269
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
270
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
271
|
-
*/const Rr=g`
|
272
|
-
:host {
|
273
|
-
/* Border radius */
|
274
|
-
--lumo-border-radius-s: 0.25em; /* Checkbox, badge, date-picker year indicator, etc */
|
275
|
-
--lumo-border-radius-m: var(--lumo-border-radius, 0.25em); /* Button, text field, menu overlay, etc */
|
276
|
-
--lumo-border-radius-l: 0.5em; /* Dialog, notification, etc */
|
277
|
-
|
278
|
-
/* Shadow */
|
279
|
-
--lumo-box-shadow-xs: 0 1px 4px -1px var(--lumo-shade-50pct);
|
280
|
-
--lumo-box-shadow-s: 0 2px 4px -1px var(--lumo-shade-20pct), 0 3px 12px -1px var(--lumo-shade-30pct);
|
281
|
-
--lumo-box-shadow-m: 0 2px 6px -1px var(--lumo-shade-20pct), 0 8px 24px -4px var(--lumo-shade-40pct);
|
282
|
-
--lumo-box-shadow-l: 0 3px 18px -2px var(--lumo-shade-20pct), 0 12px 48px -6px var(--lumo-shade-40pct);
|
283
|
-
--lumo-box-shadow-xl: 0 4px 24px -3px var(--lumo-shade-20pct), 0 18px 64px -8px var(--lumo-shade-40pct);
|
284
|
-
|
285
|
-
/* Clickable element cursor */
|
286
|
-
--lumo-clickable-cursor: default;
|
287
|
-
}
|
288
|
-
`;g`
|
289
|
-
html {
|
290
|
-
--vaadin-checkbox-size: calc(var(--lumo-size-m) / 2);
|
291
|
-
--vaadin-radio-button-size: calc(var(--lumo-size-m) / 2);
|
292
|
-
--vaadin-input-field-border-radius: var(--lumo-border-radius-m);
|
293
|
-
}
|
294
|
-
`;ht("style-props",Rr);/**
|
295
|
-
* @license
|
296
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
297
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
298
|
-
*/const $r=g`
|
299
|
-
:host {
|
300
|
-
/* prettier-ignore */
|
301
|
-
--lumo-font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
302
|
-
|
303
|
-
/* Font sizes */
|
304
|
-
--lumo-font-size-xxs: 0.75rem;
|
305
|
-
--lumo-font-size-xs: 0.8125rem;
|
306
|
-
--lumo-font-size-s: 0.875rem;
|
307
|
-
--lumo-font-size-m: 1rem;
|
308
|
-
--lumo-font-size-l: 1.125rem;
|
309
|
-
--lumo-font-size-xl: 1.375rem;
|
310
|
-
--lumo-font-size-xxl: 1.75rem;
|
311
|
-
--lumo-font-size-xxxl: 2.5rem;
|
312
|
-
|
313
|
-
/* Line heights */
|
314
|
-
--lumo-line-height-xs: 1.25;
|
315
|
-
--lumo-line-height-s: 1.375;
|
316
|
-
--lumo-line-height-m: 1.625;
|
317
|
-
}
|
318
|
-
`,Vr=g`
|
319
|
-
body,
|
320
|
-
:host {
|
321
|
-
font-family: var(--lumo-font-family);
|
322
|
-
font-size: var(--lumo-font-size-m);
|
323
|
-
line-height: var(--lumo-line-height-m);
|
324
|
-
-webkit-text-size-adjust: 100%;
|
325
|
-
-webkit-font-smoothing: antialiased;
|
326
|
-
-moz-osx-font-smoothing: grayscale;
|
327
|
-
}
|
328
|
-
|
329
|
-
small,
|
330
|
-
[theme~='font-size-s'] {
|
331
|
-
font-size: var(--lumo-font-size-s);
|
332
|
-
line-height: var(--lumo-line-height-s);
|
333
|
-
}
|
334
|
-
|
335
|
-
[theme~='font-size-xs'] {
|
336
|
-
font-size: var(--lumo-font-size-xs);
|
337
|
-
line-height: var(--lumo-line-height-xs);
|
338
|
-
}
|
339
|
-
|
340
|
-
:where(h1, h2, h3, h4, h5, h6) {
|
341
|
-
font-weight: 600;
|
342
|
-
line-height: var(--lumo-line-height-xs);
|
343
|
-
margin-block: 0;
|
344
|
-
}
|
345
|
-
|
346
|
-
:where(h1) {
|
347
|
-
font-size: var(--lumo-font-size-xxxl);
|
348
|
-
}
|
349
|
-
|
350
|
-
:where(h2) {
|
351
|
-
font-size: var(--lumo-font-size-xxl);
|
352
|
-
}
|
353
|
-
|
354
|
-
:where(h3) {
|
355
|
-
font-size: var(--lumo-font-size-xl);
|
356
|
-
}
|
357
|
-
|
358
|
-
:where(h4) {
|
359
|
-
font-size: var(--lumo-font-size-l);
|
360
|
-
}
|
361
|
-
|
362
|
-
:where(h5) {
|
363
|
-
font-size: var(--lumo-font-size-m);
|
364
|
-
}
|
365
|
-
|
366
|
-
:where(h6) {
|
367
|
-
font-size: var(--lumo-font-size-xs);
|
368
|
-
text-transform: uppercase;
|
369
|
-
letter-spacing: 0.03em;
|
370
|
-
}
|
371
|
-
|
372
|
-
p,
|
373
|
-
blockquote {
|
374
|
-
margin-top: 0.5em;
|
375
|
-
margin-bottom: 0.75em;
|
376
|
-
}
|
377
|
-
|
378
|
-
a {
|
379
|
-
text-decoration: none;
|
380
|
-
}
|
381
|
-
|
382
|
-
a:where(:any-link):hover {
|
383
|
-
text-decoration: underline;
|
384
|
-
}
|
385
|
-
|
386
|
-
hr {
|
387
|
-
display: block;
|
388
|
-
align-self: stretch;
|
389
|
-
height: 1px;
|
390
|
-
border: 0;
|
391
|
-
padding: 0;
|
392
|
-
margin: var(--lumo-space-s) calc(var(--lumo-border-radius-m) / 2);
|
393
|
-
background-color: var(--lumo-contrast-10pct);
|
394
|
-
}
|
395
|
-
|
396
|
-
blockquote {
|
397
|
-
border-left: 2px solid var(--lumo-contrast-30pct);
|
398
|
-
}
|
399
|
-
|
400
|
-
b,
|
401
|
-
strong {
|
402
|
-
font-weight: 600;
|
403
|
-
}
|
404
|
-
|
405
|
-
/* RTL specific styles */
|
406
|
-
blockquote[dir='rtl'] {
|
407
|
-
border-left: none;
|
408
|
-
border-right: 2px solid var(--lumo-contrast-30pct);
|
409
|
-
}
|
410
|
-
`;k("",Vr,{moduleId:"lumo-typography"});ht("typography-props",$r);k("vaadin-input-container",g`
|
411
|
-
:host {
|
412
|
-
background-color: var(--lumo-contrast-10pct);
|
413
|
-
padding: 0 calc(0.375em + var(--_input-container-radius) / 4 - 1px);
|
414
|
-
font-weight: 500;
|
415
|
-
line-height: 1;
|
416
|
-
position: relative;
|
417
|
-
cursor: text;
|
418
|
-
box-sizing: border-box;
|
419
|
-
border-radius:
|
420
|
-
/* See https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius#syntax */
|
421
|
-
var(--vaadin-input-field-top-start-radius, var(--_input-container-radius))
|
422
|
-
var(--vaadin-input-field-top-end-radius, var(--_input-container-radius))
|
423
|
-
var(--vaadin-input-field-bottom-end-radius, var(--_input-container-radius))
|
424
|
-
var(--vaadin-input-field-bottom-start-radius, var(--_input-container-radius));
|
425
|
-
/* Fallback */
|
426
|
-
--_input-container-radius: var(--vaadin-input-field-border-radius, var(--lumo-border-radius-m));
|
427
|
-
/* Default field border color */
|
428
|
-
--_input-border-color: var(--vaadin-input-field-border-color, var(--lumo-contrast-50pct));
|
429
|
-
}
|
430
|
-
|
431
|
-
:host([dir='rtl']) {
|
432
|
-
border-radius:
|
433
|
-
/* Don't use logical props, see https://github.com/vaadin/vaadin-time-picker/issues/145 */
|
434
|
-
var(--vaadin-input-field-top-end-radius, var(--_input-container-radius))
|
435
|
-
var(--vaadin-input-field-top-start-radius, var(--_input-container-radius))
|
436
|
-
var(--vaadin-input-field-bottom-start-radius, var(--_input-container-radius))
|
437
|
-
var(--vaadin-input-field-bottom-end-radius, var(--_input-container-radius));
|
438
|
-
}
|
439
|
-
|
440
|
-
/* Used for hover and activation effects */
|
441
|
-
:host::after {
|
442
|
-
content: '';
|
443
|
-
position: absolute;
|
444
|
-
inset: 0;
|
445
|
-
border-radius: inherit;
|
446
|
-
pointer-events: none;
|
447
|
-
background-color: var(--lumo-contrast-50pct);
|
448
|
-
opacity: 0;
|
449
|
-
transition: transform 0.15s, opacity 0.2s;
|
450
|
-
transform-origin: 100% 0;
|
451
|
-
}
|
452
|
-
|
453
|
-
::slotted(:not([slot$='fix'])) {
|
454
|
-
cursor: inherit;
|
455
|
-
min-height: var(--lumo-text-field-size, var(--lumo-size-m));
|
456
|
-
padding: 0 0.25em;
|
457
|
-
--_lumo-text-field-overflow-mask-image: linear-gradient(to left, transparent, #000 1.25em);
|
458
|
-
-webkit-mask-image: var(--_lumo-text-field-overflow-mask-image);
|
459
|
-
mask-image: var(--_lumo-text-field-overflow-mask-image);
|
460
|
-
}
|
461
|
-
|
462
|
-
/* Read-only */
|
463
|
-
:host([readonly]) {
|
464
|
-
color: var(--lumo-secondary-text-color);
|
465
|
-
background-color: transparent;
|
466
|
-
cursor: default;
|
467
|
-
}
|
468
|
-
|
469
|
-
:host([readonly])::after {
|
470
|
-
background-color: transparent;
|
471
|
-
opacity: 1;
|
472
|
-
border: 1px dashed var(--lumo-contrast-30pct);
|
473
|
-
}
|
474
|
-
|
475
|
-
/* Disabled */
|
476
|
-
:host([disabled]) {
|
477
|
-
background-color: var(--lumo-contrast-5pct);
|
478
|
-
}
|
479
|
-
|
480
|
-
:host([disabled]) ::slotted(*) {
|
481
|
-
color: var(--lumo-disabled-text-color);
|
482
|
-
-webkit-text-fill-color: var(--lumo-disabled-text-color);
|
483
|
-
}
|
484
|
-
|
485
|
-
/* Invalid */
|
486
|
-
:host([invalid]) {
|
487
|
-
background-color: var(--lumo-error-color-10pct);
|
488
|
-
}
|
489
|
-
|
490
|
-
:host([invalid])::after {
|
491
|
-
background-color: var(--lumo-error-color-50pct);
|
492
|
-
}
|
493
|
-
|
494
|
-
/* Slotted icons */
|
495
|
-
::slotted(vaadin-icon) {
|
496
|
-
color: var(--lumo-contrast-60pct);
|
497
|
-
width: var(--lumo-icon-size-m);
|
498
|
-
height: var(--lumo-icon-size-m);
|
499
|
-
}
|
500
|
-
|
501
|
-
/* Vaadin icons are based on a 16x16 grid (unlike Lumo and Material icons with 24x24), so they look too big by default */
|
502
|
-
::slotted(vaadin-icon[icon^='vaadin:']) {
|
503
|
-
padding: 0.25em;
|
504
|
-
box-sizing: border-box !important;
|
505
|
-
}
|
506
|
-
|
507
|
-
/* Text align */
|
508
|
-
:host([dir='rtl']) ::slotted(:not([slot$='fix'])) {
|
509
|
-
--_lumo-text-field-overflow-mask-image: linear-gradient(to right, transparent, #000 1.25em);
|
510
|
-
}
|
511
|
-
|
512
|
-
@-moz-document url-prefix() {
|
513
|
-
:host([dir='rtl']) ::slotted(:not([slot$='fix'])) {
|
514
|
-
mask-image: var(--_lumo-text-field-overflow-mask-image);
|
515
|
-
}
|
516
|
-
}
|
517
|
-
|
518
|
-
:host([theme~='align-left']) ::slotted(:not([slot$='fix'])) {
|
519
|
-
text-align: start;
|
520
|
-
--_lumo-text-field-overflow-mask-image: none;
|
521
|
-
}
|
522
|
-
|
523
|
-
:host([theme~='align-center']) ::slotted(:not([slot$='fix'])) {
|
524
|
-
text-align: center;
|
525
|
-
--_lumo-text-field-overflow-mask-image: none;
|
526
|
-
}
|
527
|
-
|
528
|
-
:host([theme~='align-right']) ::slotted(:not([slot$='fix'])) {
|
529
|
-
text-align: end;
|
530
|
-
--_lumo-text-field-overflow-mask-image: none;
|
531
|
-
}
|
532
|
-
|
533
|
-
@-moz-document url-prefix() {
|
534
|
-
/* Firefox is smart enough to align overflowing text to right */
|
535
|
-
:host([theme~='align-right']) ::slotted(:not([slot$='fix'])) {
|
536
|
-
--_lumo-text-field-overflow-mask-image: linear-gradient(to right, transparent 0.25em, #000 1.5em);
|
537
|
-
}
|
538
|
-
}
|
539
|
-
|
540
|
-
@-moz-document url-prefix() {
|
541
|
-
/* Firefox is smart enough to align overflowing text to right */
|
542
|
-
:host([theme~='align-left']) ::slotted(:not([slot$='fix'])) {
|
543
|
-
--_lumo-text-field-overflow-mask-image: linear-gradient(to left, transparent 0.25em, #000 1.5em);
|
544
|
-
}
|
545
|
-
}
|
546
|
-
|
547
|
-
/* RTL specific styles */
|
548
|
-
:host([dir='rtl'])::after {
|
549
|
-
transform-origin: 0% 0;
|
550
|
-
}
|
551
|
-
|
552
|
-
:host([theme~='align-left'][dir='rtl']) ::slotted(:not([slot$='fix'])) {
|
553
|
-
--_lumo-text-field-overflow-mask-image: none;
|
554
|
-
}
|
555
|
-
|
556
|
-
:host([theme~='align-center'][dir='rtl']) ::slotted(:not([slot$='fix'])) {
|
557
|
-
--_lumo-text-field-overflow-mask-image: none;
|
558
|
-
}
|
559
|
-
|
560
|
-
:host([theme~='align-right'][dir='rtl']) ::slotted(:not([slot$='fix'])) {
|
561
|
-
--_lumo-text-field-overflow-mask-image: none;
|
562
|
-
}
|
563
|
-
|
564
|
-
@-moz-document url-prefix() {
|
565
|
-
/* Firefox is smart enough to align overflowing text to right */
|
566
|
-
:host([theme~='align-right'][dir='rtl']) ::slotted(:not([slot$='fix'])) {
|
567
|
-
--_lumo-text-field-overflow-mask-image: linear-gradient(to right, transparent 0.25em, #000 1.5em);
|
568
|
-
}
|
569
|
-
}
|
570
|
-
|
571
|
-
@-moz-document url-prefix() {
|
572
|
-
/* Firefox is smart enough to align overflowing text to right */
|
573
|
-
:host([theme~='align-left'][dir='rtl']) ::slotted(:not([slot$='fix'])) {
|
574
|
-
--_lumo-text-field-overflow-mask-image: linear-gradient(to left, transparent 0.25em, #000 1.5em);
|
575
|
-
}
|
576
|
-
}
|
577
|
-
`,{moduleId:"lumo-input-container"});/**
|
578
|
-
@license
|
579
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
580
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
581
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
582
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
583
|
-
Code distributed by Google as part of the polymer project is also
|
584
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
585
|
-
*/window.JSCompiler_renameProperty=function(o,t){return o};/**
|
586
|
-
@license
|
587
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
588
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
589
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
590
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
591
|
-
Code distributed by Google as part of the polymer project is also
|
592
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
593
|
-
*/let Yr=/(url\()([^)]*)(\))/g,Ur=/(^\/[^\/])|(^#)|(^[\w-\d]*:)/,Ge,B;function Ie(o,t){if(o&&Ur.test(o)||o==="//")return o;if(Ge===void 0){Ge=!1;try{const e=new URL("b","http://a");e.pathname="c%20d",Ge=e.href==="http://a/c%20d"}catch(e){}}if(t||(t=document.baseURI||window.location.href),Ge)try{return new URL(o,t).href}catch(e){return o}return B||(B=document.implementation.createHTMLDocument("temp"),B.base=B.createElement("base"),B.head.appendChild(B.base),B.anchor=B.createElement("a"),B.body.appendChild(B.anchor)),B.base.href=t,B.anchor.href=o,B.anchor.href||o}function ms(o,t){return o.replace(Yr,function(e,s,i,r){return s+"'"+Ie(i.replace(/["']/g,""),t)+"'"+r})}function fs(o){return o.substring(0,o.lastIndexOf("/")+1)}/**
|
594
|
-
@license
|
595
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
596
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
597
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
598
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
599
|
-
Code distributed by Google as part of the polymer project is also
|
600
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
601
|
-
*/const Ho=!window.ShadyDOM||!window.ShadyDOM.inUse;!window.ShadyCSS||window.ShadyCSS.nativeCss;const Wr=Ho&&"adoptedStyleSheets"in Document.prototype&&"replaceSync"in CSSStyleSheet.prototype&&(()=>{try{const o=new CSSStyleSheet;o.replaceSync("");const t=document.createElement("div");return t.attachShadow({mode:"open"}),t.shadowRoot.adoptedStyleSheets=[o],t.shadowRoot.adoptedStyleSheets[0]===o}catch(o){return!1}})();let jr=window.Polymer&&window.Polymer.rootPath||fs(document.baseURI||window.location.href),rt=window.Polymer&&window.Polymer.sanitizeDOMValue||void 0;window.Polymer&&window.Polymer.setPassiveTouchGestures;let nt=window.Polymer&&window.Polymer.strictTemplatePolicy||!1,qr=window.Polymer&&window.Polymer.allowTemplateFromDomModule||!1,Ro=window.Polymer&&window.Polymer.legacyOptimizations||!1,$o=window.Polymer&&window.Polymer.legacyWarnings||!1,Kr=window.Polymer&&window.Polymer.syncInitialRender||!1,jt=window.Polymer&&window.Polymer.legacyUndefined||!1,Gr=window.Polymer&&window.Polymer.orderedComputed||!1,qs=window.Polymer&&window.Polymer.removeNestedTemplates||!1,Xr=window.Polymer&&window.Polymer.fastDomIf||!1,Ks=window.Polymer&&window.Polymer.suppressTemplateNotifications||!1;window.Polymer&&window.Polymer.legacyNoObservedAttributes;let Jr=window.Polymer&&window.Polymer.useAdoptedStyleSheetsWithBuiltCSS||!1;/**
|
602
|
-
@license
|
603
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
604
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
605
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
606
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
607
|
-
Code distributed by Google as part of the polymer project is also
|
608
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
609
|
-
*/let Qr=0;const T=function(o){let t=o.__mixinApplications;t||(t=new WeakMap,o.__mixinApplications=t);let e=Qr++;function s(i){let r=i.__mixinSet;if(r&&r[e])return i;let n=t,a=n.get(i);if(!a){a=o(i),n.set(i,a);let l=Object.create(a.__mixinSet||r||null);l[e]=!0,a.__mixinSet=l}return a}return s};/**
|
610
|
-
@license
|
611
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
612
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
613
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
614
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
615
|
-
Code distributed by Google as part of the polymer project is also
|
616
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
617
|
-
*/let _s={},Vo={};function Gs(o,t){_s[o]=Vo[o.toLowerCase()]=t}function Xs(o){return _s[o]||Vo[o.toLowerCase()]}function Zr(o){o.querySelector("style")&&console.warn("dom-module %s has style outside template",o.id)}class Be extends HTMLElement{static get observedAttributes(){return["id"]}static import(t,e){if(t){let s=Xs(t);return s&&e?s.querySelector(e):s}return null}attributeChangedCallback(t,e,s,i){e!==s&&this.register()}get assetpath(){if(!this.__assetpath){const t=window.HTMLImports&&HTMLImports.importForElement?HTMLImports.importForElement(this)||document:this.ownerDocument,e=Ie(this.getAttribute("assetpath")||"",t.baseURI);this.__assetpath=fs(e)}return this.__assetpath}register(t){if(t=t||this.id,t){if(nt&&Xs(t)!==void 0)throw Gs(t,null),new Error(`strictTemplatePolicy: dom-module ${t} re-registered`);this.id=t,Gs(t,this),Zr(this)}}}Be.prototype.modules=_s;customElements.define("dom-module",Be);/**
|
618
|
-
@license
|
619
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
620
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
621
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
622
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
623
|
-
Code distributed by Google as part of the polymer project is also
|
624
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
625
|
-
*/const en="link[rel=import][type~=css]",tn="include",Js="shady-unscoped";function Yo(o){return Be.import(o)}function Qs(o){let t=o.body?o.body:o;const e=ms(t.textContent,o.baseURI),s=document.createElement("style");return s.textContent=e,s}function sn(o){const t=o.trim().split(/\s+/),e=[];for(let s=0;s<t.length;s++)e.push(...on(t[s]));return e}function on(o){const t=Yo(o);if(!t)return console.warn("Could not find style data in module named",o),[];if(t._styles===void 0){const e=[];e.push(...Wo(t));const s=t.querySelector("template");s&&e.push(...Uo(s,t.assetpath)),t._styles=e}return t._styles}function Uo(o,t){if(!o._styles){const e=[],s=o.content.querySelectorAll("style");for(let i=0;i<s.length;i++){let r=s[i],n=r.getAttribute(tn);n&&e.push(...sn(n).filter(function(a,l,c){return c.indexOf(a)===l})),t&&(r.textContent=ms(r.textContent,t)),e.push(r)}o._styles=e}return o._styles}function rn(o){let t=Yo(o);return t?Wo(t):[]}function Wo(o){const t=[],e=o.querySelectorAll(en);for(let s=0;s<e.length;s++){let i=e[s];if(i.import){const r=i.import,n=i.hasAttribute(Js);if(n&&!r._unscopedStyle){const a=Qs(r);a.setAttribute(Js,""),r._unscopedStyle=a}else r._style||(r._style=Qs(r));t.push(n?r._unscopedStyle:r._style)}}return t}/**
|
626
|
-
@license
|
627
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
628
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
629
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
630
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
631
|
-
Code distributed by Google as part of the polymer project is also
|
632
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
633
|
-
*/const M=window.ShadyDOM&&window.ShadyDOM.noPatch&&window.ShadyDOM.wrap?window.ShadyDOM.wrap:window.ShadyDOM?o=>ShadyDOM.patch(o):o=>o;/**
|
634
|
-
@license
|
635
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
636
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
637
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
638
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
639
|
-
Code distributed by Google as part of the polymer project is also
|
640
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
641
|
-
*/function qt(o){return o.indexOf(".")>=0}function de(o){let t=o.indexOf(".");return t===-1?o:o.slice(0,t)}function jo(o,t){return o.indexOf(t+".")===0}function Le(o,t){return t.indexOf(o+".")===0}function He(o,t,e){return t+e.slice(o.length)}function nn(o,t){return o===t||jo(o,t)||Le(o,t)}function Oe(o){if(Array.isArray(o)){let t=[];for(let e=0;e<o.length;e++){let s=o[e].toString().split(".");for(let i=0;i<s.length;i++)t.push(s[i])}return t.join(".")}else return o}function qo(o){return Array.isArray(o)?Oe(o).split("."):o.toString().split(".")}function F(o,t,e){let s=o,i=qo(t);for(let r=0;r<i.length;r++){if(!s)return;let n=i[r];s=s[n]}return e&&(e.path=i.join(".")),s}function Zs(o,t,e){let s=o,i=qo(t),r=i[i.length-1];if(i.length>1){for(let n=0;n<i.length-1;n++){let a=i[n];if(s=s[a],!s)return}s[r]=e}else s[t]=e;return i.join(".")}/**
|
642
|
-
@license
|
643
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
644
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
645
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
646
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
647
|
-
Code distributed by Google as part of the polymer project is also
|
648
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
649
|
-
*/const at={},an=/-[a-z]/g,ln=/([A-Z])/g;function Ko(o){return at[o]||(at[o]=o.indexOf("-")<0?o:o.replace(an,t=>t[1].toUpperCase()))}function pt(o){return at[o]||(at[o]=o.replace(ln,"-$1").toLowerCase())}/**
|
650
|
-
@license
|
651
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
652
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
653
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
654
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
655
|
-
Code distributed by Google as part of the polymer project is also
|
656
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
657
|
-
*/let cn=0,Go=0,_e=[],dn=0,Kt=!1,Xo=document.createTextNode("");new window.MutationObserver(un).observe(Xo,{characterData:!0});function un(){Kt=!1;const o=_e.length;for(let t=0;t<o;t++){let e=_e[t];if(e)try{e()}catch(s){setTimeout(()=>{throw s})}}_e.splice(0,o),Go+=o}const hn={after(o){return{run(t){return window.setTimeout(t,o)},cancel(t){window.clearTimeout(t)}}},run(o,t){return window.setTimeout(o,t)},cancel(o){window.clearTimeout(o)}},Jo={run(o){return Kt||(Kt=!0,Xo.textContent=dn++),_e.push(o),cn++},cancel(o){const t=o-Go;if(t>=0){if(!_e[t])throw new Error("invalid async handle: "+o);_e[t]=null}}};/**
|
658
|
-
@license
|
659
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
660
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
661
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
662
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
663
|
-
Code distributed by Google as part of the polymer project is also
|
664
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
665
|
-
*/const pn=Jo,Qo=T(o=>{class t extends o{static createProperties(s){const i=this.prototype;for(let r in s)r in i||i._createPropertyAccessor(r)}static attributeNameForProperty(s){return s.toLowerCase()}static typeForProperty(s){}_createPropertyAccessor(s,i){this._addPropertyToAttributeMap(s),this.hasOwnProperty(JSCompiler_renameProperty("__dataHasAccessor",this))||(this.__dataHasAccessor=Object.assign({},this.__dataHasAccessor)),this.__dataHasAccessor[s]||(this.__dataHasAccessor[s]=!0,this._definePropertyAccessor(s,i))}_addPropertyToAttributeMap(s){this.hasOwnProperty(JSCompiler_renameProperty("__dataAttributes",this))||(this.__dataAttributes=Object.assign({},this.__dataAttributes));let i=this.__dataAttributes[s];return i||(i=this.constructor.attributeNameForProperty(s),this.__dataAttributes[i]=s),i}_definePropertyAccessor(s,i){Object.defineProperty(this,s,{get(){return this.__data[s]},set:i?function(){}:function(r){this._setPendingProperty(s,r,!0)&&this._invalidateProperties()}})}constructor(){super(),this.__dataEnabled=!1,this.__dataReady=!1,this.__dataInvalid=!1,this.__data={},this.__dataPending=null,this.__dataOld=null,this.__dataInstanceProps=null,this.__dataCounter=0,this.__serializing=!1,this._initializeProperties()}ready(){this.__dataReady=!0,this._flushProperties()}_initializeProperties(){for(let s in this.__dataHasAccessor)this.hasOwnProperty(s)&&(this.__dataInstanceProps=this.__dataInstanceProps||{},this.__dataInstanceProps[s]=this[s],delete this[s])}_initializeInstanceProperties(s){Object.assign(this,s)}_setProperty(s,i){this._setPendingProperty(s,i)&&this._invalidateProperties()}_getProperty(s){return this.__data[s]}_setPendingProperty(s,i,r){let n=this.__data[s],a=this._shouldPropertyChange(s,i,n);return a&&(this.__dataPending||(this.__dataPending={},this.__dataOld={}),this.__dataOld&&!(s in this.__dataOld)&&(this.__dataOld[s]=n),this.__data[s]=i,this.__dataPending[s]=i),a}_isPropertyPending(s){return!!(this.__dataPending&&this.__dataPending.hasOwnProperty(s))}_invalidateProperties(){!this.__dataInvalid&&this.__dataReady&&(this.__dataInvalid=!0,pn.run(()=>{this.__dataInvalid&&(this.__dataInvalid=!1,this._flushProperties())}))}_enableProperties(){this.__dataEnabled||(this.__dataEnabled=!0,this.__dataInstanceProps&&(this._initializeInstanceProperties(this.__dataInstanceProps),this.__dataInstanceProps=null),this.ready())}_flushProperties(){this.__dataCounter++;const s=this.__data,i=this.__dataPending,r=this.__dataOld;this._shouldPropertiesChange(s,i,r)&&(this.__dataPending=null,this.__dataOld=null,this._propertiesChanged(s,i,r)),this.__dataCounter--}_shouldPropertiesChange(s,i,r){return!!i}_propertiesChanged(s,i,r){}_shouldPropertyChange(s,i,r){return r!==i&&(r===r||i===i)}attributeChangedCallback(s,i,r,n){i!==r&&this._attributeToProperty(s,r),super.attributeChangedCallback&&super.attributeChangedCallback(s,i,r,n)}_attributeToProperty(s,i,r){if(!this.__serializing){const n=this.__dataAttributes,a=n&&n[s]||s;this[a]=this._deserializeValue(i,r||this.constructor.typeForProperty(a))}}_propertyToAttribute(s,i,r){this.__serializing=!0,r=arguments.length<3?this[s]:r,this._valueToNodeAttribute(this,r,i||this.constructor.attributeNameForProperty(s)),this.__serializing=!1}_valueToNodeAttribute(s,i,r){const n=this._serializeValue(i);(r==="class"||r==="name"||r==="slot")&&(s=M(s)),n===void 0?s.removeAttribute(r):s.setAttribute(r,n===""&&window.trustedTypes?window.trustedTypes.emptyScript:n)}_serializeValue(s){switch(typeof s){case"boolean":return s?"":void 0;default:return s!=null?s.toString():void 0}}_deserializeValue(s,i){switch(i){case Boolean:return s!==null;case Number:return Number(s);default:return s}}}return t});/**
|
666
|
-
@license
|
667
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
668
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
669
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
670
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
671
|
-
Code distributed by Google as part of the polymer project is also
|
672
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
673
|
-
*/const Zo={};let Xe=HTMLElement.prototype;for(;Xe;){let o=Object.getOwnPropertyNames(Xe);for(let t=0;t<o.length;t++)Zo[o[t]]=!0;Xe=Object.getPrototypeOf(Xe)}const mn=window.trustedTypes?o=>trustedTypes.isHTML(o)||trustedTypes.isScript(o)||trustedTypes.isScriptURL(o):()=>!1;function fn(o,t){if(!Zo[t]){let e=o[t];e!==void 0&&(o.__data?o._setPendingProperty(t,e):(o.__dataProto?o.hasOwnProperty(JSCompiler_renameProperty("__dataProto",o))||(o.__dataProto=Object.create(o.__dataProto)):o.__dataProto={},o.__dataProto[t]=e))}}const _n=T(o=>{const t=Qo(o);class e extends t{static createPropertiesForAttributes(){let i=this.observedAttributes;for(let r=0;r<i.length;r++)this.prototype._createPropertyAccessor(Ko(i[r]))}static attributeNameForProperty(i){return pt(i)}_initializeProperties(){this.__dataProto&&(this._initializeProtoProperties(this.__dataProto),this.__dataProto=null),super._initializeProperties()}_initializeProtoProperties(i){for(let r in i)this._setProperty(r,i[r])}_ensureAttribute(i,r){const n=this;n.hasAttribute(i)||this._valueToNodeAttribute(n,r,i)}_serializeValue(i){switch(typeof i){case"object":if(i instanceof Date)return i.toString();if(i){if(mn(i))return i;try{return JSON.stringify(i)}catch(r){return""}}default:return super._serializeValue(i)}}_deserializeValue(i,r){let n;switch(r){case Object:try{n=JSON.parse(i)}catch(a){n=i}break;case Array:try{n=JSON.parse(i)}catch(a){n=null,console.warn(`Polymer::Attributes: couldn't decode Array as JSON: ${i}`)}break;case Date:n=isNaN(i)?String(i):Number(i),n=new Date(n);break;default:n=super._deserializeValue(i,r);break}return n}_definePropertyAccessor(i,r){fn(this,i),super._definePropertyAccessor(i,r)}_hasAccessor(i){return this.__dataHasAccessor&&this.__dataHasAccessor[i]}_isPropertyPending(i){return!!(this.__dataPending&&i in this.__dataPending)}}return e});/**
|
674
|
-
@license
|
675
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
676
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
677
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
678
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
679
|
-
Code distributed by Google as part of the polymer project is also
|
680
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
681
|
-
*/const gn={"dom-if":!0,"dom-repeat":!0};let eo=!1,to=!1;function yn(){if(!eo){eo=!0;const o=document.createElement("textarea");o.placeholder="a",to=o.placeholder===o.textContent}return to}function bn(o){yn()&&o.localName==="textarea"&&o.placeholder&&o.placeholder===o.textContent&&(o.textContent=null)}const vn=(()=>{const o=window.trustedTypes&&window.trustedTypes.createPolicy("polymer-template-event-attribute-policy",{createScript:t=>t});return(t,e,s)=>{const i=e.getAttribute(s);if(o&&s.startsWith("on-")){t.setAttribute(s,o.createScript(i,s));return}t.setAttribute(s,i)}})();function wn(o){let t=o.getAttribute("is");if(t&&gn[t]){let e=o;for(e.removeAttribute("is"),o=e.ownerDocument.createElement(t),e.parentNode.replaceChild(o,e),o.appendChild(e);e.attributes.length;){const{name:s}=e.attributes[0];vn(o,e,s),e.removeAttribute(s)}}return o}function ei(o,t){let e=t.parentInfo&&ei(o,t.parentInfo);if(e){for(let s=e.firstChild,i=0;s;s=s.nextSibling)if(t.parentIndex===i++)return s}else return o}function xn(o,t,e,s){s.id&&(t[s.id]=e)}function Cn(o,t,e){if(e.events&&e.events.length)for(let s=0,i=e.events,r;s<i.length&&(r=i[s]);s++)o._addMethodEventListenerToNode(t,r.name,r.value,o)}function An(o,t,e,s){e.templateInfo&&(t._templateInfo=e.templateInfo,t._parentTemplateInfo=s)}function En(o,t,e){return o=o._methodHost||o,function(i){o[e]?o[e](i,i.detail):console.warn("listener method `"+e+"` not defined")}}const Pn=T(o=>{class t extends o{static _parseTemplate(s,i){if(!s._templateInfo){let r=s._templateInfo={};r.nodeInfoList=[],r.nestedTemplate=!!i,r.stripWhiteSpace=i&&i.stripWhiteSpace||s.hasAttribute&&s.hasAttribute("strip-whitespace"),this._parseTemplateContent(s,r,{parent:null})}return s._templateInfo}static _parseTemplateContent(s,i,r){return this._parseTemplateNode(s.content,i,r)}static _parseTemplateNode(s,i,r){let n=!1,a=s;return a.localName=="template"&&!a.hasAttribute("preserve-content")?n=this._parseTemplateNestedTemplate(a,i,r)||n:a.localName==="slot"&&(i.hasInsertionPoint=!0),bn(a),a.firstChild&&this._parseTemplateChildNodes(a,i,r),a.hasAttributes&&a.hasAttributes()&&(n=this._parseTemplateNodeAttributes(a,i,r)||n),n||r.noted}static _parseTemplateChildNodes(s,i,r){if(!(s.localName==="script"||s.localName==="style"))for(let n=s.firstChild,a=0,l;n;n=l){if(n.localName=="template"&&(n=wn(n)),l=n.nextSibling,n.nodeType===Node.TEXT_NODE){let u=l;for(;u&&u.nodeType===Node.TEXT_NODE;)n.textContent+=u.textContent,l=u.nextSibling,s.removeChild(u),u=l;if(i.stripWhiteSpace&&!n.textContent.trim()){s.removeChild(n);continue}}let c={parentIndex:a,parentInfo:r};this._parseTemplateNode(n,i,c)&&(c.infoIndex=i.nodeInfoList.push(c)-1),n.parentNode&&a++}}static _parseTemplateNestedTemplate(s,i,r){let n=s,a=this._parseTemplate(n,i);return(a.content=n.content.ownerDocument.createDocumentFragment()).appendChild(n.content),r.templateInfo=a,!0}static _parseTemplateNodeAttributes(s,i,r){let n=!1,a=Array.from(s.attributes);for(let l=a.length-1,c;c=a[l];l--)n=this._parseTemplateNodeAttribute(s,i,r,c.name,c.value)||n;return n}static _parseTemplateNodeAttribute(s,i,r,n,a){return n.slice(0,3)==="on-"?(s.removeAttribute(n),r.events=r.events||[],r.events.push({name:n.slice(3),value:a}),!0):n==="id"?(r.id=a,!0):!1}static _contentForTemplate(s){let i=s._templateInfo;return i&&i.content||s.content}_stampTemplate(s,i){s&&!s.content&&window.HTMLTemplateElement&&HTMLTemplateElement.decorate&&HTMLTemplateElement.decorate(s),i=i||this.constructor._parseTemplate(s);let r=i.nodeInfoList,n=i.content||s.content,a=document.importNode(n,!0);a.__noInsertionPoint=!i.hasInsertionPoint;let l=a.nodeList=new Array(r.length);a.$={};for(let c=0,u=r.length,h;c<u&&(h=r[c]);c++){let p=l[c]=ei(a,h);xn(this,a.$,p,h),An(this,p,h,i),Cn(this,p,h)}return a=a,a}_addMethodEventListenerToNode(s,i,r,n){n=n||s;let a=En(n,i,r);return this._addEventListenerToNode(s,i,a),a}_addEventListenerToNode(s,i,r){s.addEventListener(i,r)}_removeEventListenerFromNode(s,i,r){s.removeEventListener(i,r)}}return t});/**
|
682
|
-
* @fileoverview
|
683
|
-
* @suppress {checkPrototypalTypes}
|
684
|
-
* @license Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
685
|
-
* This code may only be used under the BSD style license found at
|
686
|
-
* http://polymer.github.io/LICENSE.txt The complete set of authors may be found
|
687
|
-
* at http://polymer.github.io/AUTHORS.txt The complete set of contributors may
|
688
|
-
* be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by
|
689
|
-
* Google as part of the polymer project is also subject to an additional IP
|
690
|
-
* rights grant found at http://polymer.github.io/PATENTS.txt
|
691
|
-
*/let Re=0;const $e=[],w={COMPUTE:"__computeEffects",REFLECT:"__reflectEffects",NOTIFY:"__notifyEffects",PROPAGATE:"__propagateEffects",OBSERVE:"__observeEffects",READ_ONLY:"__readOnly"},ti="__computeInfo",kn=/[A-Z]/;function Tt(o,t,e){let s=o[t];if(!s)s=o[t]={};else if(!o.hasOwnProperty(t)&&(s=o[t]=Object.create(o[t]),e))for(let i in s){let r=s[i],n=s[i]=Array(r.length);for(let a=0;a<r.length;a++)n[a]=r[a]}return s}function Me(o,t,e,s,i,r){if(t){let n=!1;const a=Re++;for(let l in e){let c=i?de(l):l,u=t[c];if(u)for(let h=0,p=u.length,m;h<p&&(m=u[h]);h++)(!m.info||m.info.lastRun!==a)&&(!i||gs(l,m.trigger))&&(m.info&&(m.info.lastRun=a),m.fn(o,l,e,s,m.info,i,r),n=!0)}return n}return!1}function Tn(o,t,e,s,i,r,n,a){let l=!1,c=n?de(s):s,u=t[c];if(u)for(let h=0,p=u.length,m;h<p&&(m=u[h]);h++)(!m.info||m.info.lastRun!==e)&&(!n||gs(s,m.trigger))&&(m.info&&(m.info.lastRun=e),m.fn(o,s,i,r,m.info,n,a),l=!0);return l}function gs(o,t){if(t){let e=t.name;return e==o||!!(t.structured&&jo(e,o))||!!(t.wildcard&&Le(e,o))}else return!0}function so(o,t,e,s,i){let r=typeof i.method=="string"?o[i.method]:i.method,n=i.property;r?r.call(o,o.__data[n],s[n]):i.dynamicFn||console.warn("observer method `"+i.method+"` not defined")}function Dn(o,t,e,s,i){let r=o[w.NOTIFY],n,a=Re++;for(let c in t)t[c]&&(r&&Tn(o,r,a,c,e,s,i)||i&&Sn(o,c,e))&&(n=!0);let l;n&&(l=o.__dataHost)&&l._invalidateProperties&&l._invalidateProperties()}function Sn(o,t,e){let s=de(t);if(s!==t){let i=pt(s)+"-changed";return si(o,i,e[t],t),!0}return!1}function si(o,t,e,s){let i={value:e,queueProperty:!0};s&&(i.path=s),M(o).dispatchEvent(new CustomEvent(t,{detail:i}))}function On(o,t,e,s,i,r){let a=(r?de(t):t)!=t?t:null,l=a?F(o,a):o.__data[t];a&&l===void 0&&(l=e[t]),si(o,i.eventName,l,a)}function Mn(o,t,e,s,i){let r,n=o.detail,a=n&&n.path;a?(s=He(e,s,a),r=n&&n.value):r=o.currentTarget[e],r=i?!r:r,(!t[w.READ_ONLY]||!t[w.READ_ONLY][s])&&t._setPendingPropertyOrPath(s,r,!0,!!a)&&(!n||!n.queueProperty)&&t._invalidateProperties()}function In(o,t,e,s,i){let r=o.__data[t];rt&&(r=rt(r,i.attrName,"attribute",o)),o._propertyToAttribute(t,i.attrName,r)}function Nn(o,t,e,s){let i=o[w.COMPUTE];if(i)if(Gr){Re++;const r=Fn(o),n=[];for(let l in t)oo(l,i,n,r,s);let a;for(;a=n.shift();)oi(o,"",t,e,a)&&oo(a.methodInfo,i,n,r,s);Object.assign(e,o.__dataOld),Object.assign(t,o.__dataPending),o.__dataPending=null}else{let r=t;for(;Me(o,i,r,e,s);)Object.assign(e,o.__dataOld),Object.assign(t,o.__dataPending),r=o.__dataPending,o.__dataPending=null}}const zn=(o,t,e)=>{let s=0,i=t.length-1,r=-1;for(;s<=i;){const n=s+i>>1,a=e.get(t[n].methodInfo)-e.get(o.methodInfo);if(a<0)s=n+1;else if(a>0)i=n-1;else{r=n;break}}r<0&&(r=i+1),t.splice(r,0,o)},oo=(o,t,e,s,i)=>{const r=i?de(o):o,n=t[r];if(n)for(let a=0;a<n.length;a++){const l=n[a];l.info.lastRun!==Re&&(!i||gs(o,l.trigger))&&(l.info.lastRun=Re,zn(l.info,e,s))}};function Fn(o){let t=o.constructor.__orderedComputedDeps;if(!t){t=new Map;const e=o[w.COMPUTE];let{counts:s,ready:i,total:r}=Bn(o),n;for(;n=i.shift();){t.set(n,t.size);const a=e[n];a&&a.forEach(l=>{const c=l.info.methodInfo;--r,--s[c]===0&&i.push(c)})}r!==0&&console.warn(`Computed graph for ${o.localName} incomplete; circular?`),o.constructor.__orderedComputedDeps=t}return t}function Bn(o){const t=o[ti],e={},s=o[w.COMPUTE],i=[];let r=0;for(let n in t){const a=t[n];r+=e[n]=a.args.filter(l=>!l.literal).length+(a.dynamicFn?1:0)}for(let n in s)t[n]||i.push(n);return{counts:e,ready:i,total:r}}function oi(o,t,e,s,i){let r=Gt(o,t,e,s,i);if(r===$e)return!1;let n=i.methodInfo;return o.__dataHasAccessor&&o.__dataHasAccessor[n]?o._setPendingProperty(n,r,!0):(o[n]=r,!1)}function Ln(o,t,e){let s=o.__dataLinkedPaths;if(s){let i;for(let r in s){let n=s[r];Le(r,t)?(i=He(r,n,t),o._setPendingPropertyOrPath(i,e,!0,!0)):Le(n,t)&&(i=He(n,r,t),o._setPendingPropertyOrPath(i,e,!0,!0))}}}function Dt(o,t,e,s,i,r,n){e.bindings=e.bindings||[];let a={kind:s,target:i,parts:r,literal:n,isCompound:r.length!==1};if(e.bindings.push(a),Yn(a)){let{event:c,negate:u}=a.parts[0];a.listenerEvent=c||pt(i)+"-changed",a.listenerNegate=u}let l=t.nodeInfoList.length;for(let c=0;c<a.parts.length;c++){let u=a.parts[c];u.compoundIndex=c,Hn(o,t,a,u,l)}}function Hn(o,t,e,s,i){if(!s.literal)if(e.kind==="attribute"&&e.target[0]==="-")console.warn("Cannot set attribute "+e.target+' because "-" is not a valid attribute starting character');else{let r=s.dependencies,n={index:i,binding:e,part:s,evaluator:o};for(let a=0;a<r.length;a++){let l=r[a];typeof l=="string"&&(l=ri(l),l.wildcard=!0),o._addTemplatePropertyEffect(t,l.rootProperty,{fn:Rn,info:n,trigger:l})}}}function Rn(o,t,e,s,i,r,n){let a=n[i.index],l=i.binding,c=i.part;if(r&&c.source&&t.length>c.source.length&&l.kind=="property"&&!l.isCompound&&a.__isPropertyEffectsClient&&a.__dataHasAccessor&&a.__dataHasAccessor[l.target]){let u=e[t];t=He(c.source,l.target,t),a._setPendingPropertyOrPath(t,u,!1,!0)&&o._enqueueClient(a)}else{let u=i.evaluator._evaluateBinding(o,c,t,e,s,r);u!==$e&&$n(o,a,l,c,u)}}function $n(o,t,e,s,i){if(i=Vn(t,i,e,s),rt&&(i=rt(i,e.target,e.kind,t)),e.kind=="attribute")o._valueToNodeAttribute(t,i,e.target);else{let r=e.target;t.__isPropertyEffectsClient&&t.__dataHasAccessor&&t.__dataHasAccessor[r]?(!t[w.READ_ONLY]||!t[w.READ_ONLY][r])&&t._setPendingProperty(r,i)&&o._enqueueClient(t):o._setUnmanagedPropertyToNode(t,r,i)}}function Vn(o,t,e,s){if(e.isCompound){let i=o.__dataCompoundStorage[e.target];i[s.compoundIndex]=t,t=i.join("")}return e.kind!=="attribute"&&(e.target==="textContent"||e.target==="value"&&(o.localName==="input"||o.localName==="textarea"))&&(t=t==null?"":t),t}function Yn(o){return!!o.target&&o.kind!="attribute"&&o.kind!="text"&&!o.isCompound&&o.parts[0].mode==="{"}function Un(o,t){let{nodeList:e,nodeInfoList:s}=t;if(s.length)for(let i=0;i<s.length;i++){let r=s[i],n=e[i],a=r.bindings;if(a)for(let l=0;l<a.length;l++){let c=a[l];Wn(n,c),jn(n,o,c)}n.__dataHost=o}}function Wn(o,t){if(t.isCompound){let e=o.__dataCompoundStorage||(o.__dataCompoundStorage={}),s=t.parts,i=new Array(s.length);for(let n=0;n<s.length;n++)i[n]=s[n].literal;let r=t.target;e[r]=i,t.literal&&t.kind=="property"&&(r==="className"&&(o=M(o)),o[r]=t.literal)}}function jn(o,t,e){if(e.listenerEvent){let s=e.parts[0];o.addEventListener(e.listenerEvent,function(i){Mn(i,t,e.target,s.source,s.negate)})}}function io(o,t,e,s,i,r){r=t.static||r&&(typeof r!="object"||r[t.methodName]);let n={methodName:t.methodName,args:t.args,methodInfo:i,dynamicFn:r};for(let a=0,l;a<t.args.length&&(l=t.args[a]);a++)l.literal||o._addPropertyEffect(l.rootProperty,e,{fn:s,info:n,trigger:l});return r&&o._addPropertyEffect(t.methodName,e,{fn:s,info:n}),n}function Gt(o,t,e,s,i){let r=o._methodHost||o,n=r[i.methodName];if(n){let a=o._marshalArgs(i.args,t,e);return a===$e?$e:n.apply(r,a)}else i.dynamicFn||console.warn("method `"+i.methodName+"` not defined")}const qn=[],ii="(?:[a-zA-Z_$][\\w.:$\\-*]*)",Kn="(?:[-+]?[0-9]*\\.?[0-9]+(?:[eE][-+]?[0-9]+)?)",Gn="(?:'(?:[^'\\\\]|\\\\.)*')",Xn='(?:"(?:[^"\\\\]|\\\\.)*")',Jn="(?:"+Gn+"|"+Xn+")",ro="(?:("+ii+"|"+Kn+"|"+Jn+")\\s*)",Qn="(?:"+ro+"(?:,\\s*"+ro+")*)",Zn="(?:\\(\\s*(?:"+Qn+"?)\\)\\s*)",ea="("+ii+"\\s*"+Zn+"?)",ta="(\\[\\[|{{)\\s*",sa="(?:]]|}})",oa="(?:(!)\\s*)?",ia=ta+oa+ea+sa,no=new RegExp(ia,"g");function ao(o){let t="";for(let e=0;e<o.length;e++){let s=o[e].literal;t+=s||""}return t}function St(o){let t=o.match(/([^\s]+?)\(([\s\S]*)\)/);if(t){let s={methodName:t[1],static:!0,args:qn};if(t[2].trim()){let i=t[2].replace(/\\,/g,",").split(",");return ra(i,s)}else return s}return null}function ra(o,t){return t.args=o.map(function(e){let s=ri(e);return s.literal||(t.static=!1),s},this),t}function ri(o){let t=o.trim().replace(/,/g,",").replace(/\\(.)/g,"$1"),e={name:t,value:"",literal:!1},s=t[0];switch(s==="-"&&(s=t[1]),s>="0"&&s<="9"&&(s="#"),s){case"'":case'"':e.value=t.slice(1,-1),e.literal=!0;break;case"#":e.value=Number(t),e.literal=!0;break}return e.literal||(e.rootProperty=de(t),e.structured=qt(t),e.structured&&(e.wildcard=t.slice(-2)==".*",e.wildcard&&(e.name=t.slice(0,-2)))),e}function lo(o,t,e){let s=F(o,e);return s===void 0&&(s=t[e]),s}function ni(o,t,e,s){const i={indexSplices:s};jt&&!o._overrideLegacyUndefined&&(t.splices=i),o.notifyPath(e+".splices",i),o.notifyPath(e+".length",t.length),jt&&!o._overrideLegacyUndefined&&(i.indexSplices=[])}function ke(o,t,e,s,i,r){ni(o,t,e,[{index:s,addedCount:i,removed:r,object:t,type:"splice"}])}function na(o){return o[0].toUpperCase()+o.substring(1)}const ys=T(o=>{const t=Pn(_n(o));class e extends t{constructor(){super(),this.__isPropertyEffectsClient=!0,this.__dataClientsReady,this.__dataPendingClients,this.__dataToNotify,this.__dataLinkedPaths,this.__dataHasPaths,this.__dataCompoundStorage,this.__dataHost,this.__dataTemp,this.__dataClientsInitialized,this.__data,this.__dataPending,this.__dataOld,this.__computeEffects,this.__computeInfo,this.__reflectEffects,this.__notifyEffects,this.__propagateEffects,this.__observeEffects,this.__readOnly,this.__templateInfo,this._overrideLegacyUndefined}get PROPERTY_EFFECT_TYPES(){return w}_initializeProperties(){super._initializeProperties(),this._registerHost(),this.__dataClientsReady=!1,this.__dataPendingClients=null,this.__dataToNotify=null,this.__dataLinkedPaths=null,this.__dataHasPaths=!1,this.__dataCompoundStorage=this.__dataCompoundStorage||null,this.__dataHost=this.__dataHost||null,this.__dataTemp={},this.__dataClientsInitialized=!1}_registerHost(){if(Te.length){let i=Te[Te.length-1];i._enqueueClient(this),this.__dataHost=i}}_initializeProtoProperties(i){this.__data=Object.create(i),this.__dataPending=Object.create(i),this.__dataOld={}}_initializeInstanceProperties(i){let r=this[w.READ_ONLY];for(let n in i)(!r||!r[n])&&(this.__dataPending=this.__dataPending||{},this.__dataOld=this.__dataOld||{},this.__data[n]=this.__dataPending[n]=i[n])}_addPropertyEffect(i,r,n){this._createPropertyAccessor(i,r==w.READ_ONLY);let a=Tt(this,r,!0)[i];a||(a=this[r][i]=[]),a.push(n)}_removePropertyEffect(i,r,n){let a=Tt(this,r,!0)[i],l=a.indexOf(n);l>=0&&a.splice(l,1)}_hasPropertyEffect(i,r){let n=this[r];return!!(n&&n[i])}_hasReadOnlyEffect(i){return this._hasPropertyEffect(i,w.READ_ONLY)}_hasNotifyEffect(i){return this._hasPropertyEffect(i,w.NOTIFY)}_hasReflectEffect(i){return this._hasPropertyEffect(i,w.REFLECT)}_hasComputedEffect(i){return this._hasPropertyEffect(i,w.COMPUTE)}_setPendingPropertyOrPath(i,r,n,a){if(a||de(Array.isArray(i)?i[0]:i)!==i){if(!a){let l=F(this,i);if(i=Zs(this,i,r),!i||!super._shouldPropertyChange(i,r,l))return!1}if(this.__dataHasPaths=!0,this._setPendingProperty(i,r,n))return Ln(this,i,r),!0}else{if(this.__dataHasAccessor&&this.__dataHasAccessor[i])return this._setPendingProperty(i,r,n);this[i]=r}return!1}_setUnmanagedPropertyToNode(i,r,n){(n!==i[r]||typeof n=="object")&&(r==="className"&&(i=M(i)),i[r]=n)}_setPendingProperty(i,r,n){let a=this.__dataHasPaths&&qt(i),l=a?this.__dataTemp:this.__data;return this._shouldPropertyChange(i,r,l[i])?(this.__dataPending||(this.__dataPending={},this.__dataOld={}),i in this.__dataOld||(this.__dataOld[i]=this.__data[i]),a?this.__dataTemp[i]=r:this.__data[i]=r,this.__dataPending[i]=r,(a||this[w.NOTIFY]&&this[w.NOTIFY][i])&&(this.__dataToNotify=this.__dataToNotify||{},this.__dataToNotify[i]=n),!0):!1}_setProperty(i,r){this._setPendingProperty(i,r,!0)&&this._invalidateProperties()}_invalidateProperties(){this.__dataReady&&this._flushProperties()}_enqueueClient(i){this.__dataPendingClients=this.__dataPendingClients||[],i!==this&&this.__dataPendingClients.push(i)}_flushClients(){this.__dataClientsReady?this.__enableOrFlushClients():(this.__dataClientsReady=!0,this._readyClients(),this.__dataReady=!0)}__enableOrFlushClients(){let i=this.__dataPendingClients;if(i){this.__dataPendingClients=null;for(let r=0;r<i.length;r++){let n=i[r];n.__dataEnabled?n.__dataPending&&n._flushProperties():n._enableProperties()}}}_readyClients(){this.__enableOrFlushClients()}setProperties(i,r){for(let n in i)(r||!this[w.READ_ONLY]||!this[w.READ_ONLY][n])&&this._setPendingPropertyOrPath(n,i[n],!0);this._invalidateProperties()}ready(){this._flushProperties(),this.__dataClientsReady||this._flushClients(),this.__dataPending&&this._flushProperties()}_propertiesChanged(i,r,n){let a=this.__dataHasPaths;this.__dataHasPaths=!1;let l;Nn(this,r,n,a),l=this.__dataToNotify,this.__dataToNotify=null,this._propagatePropertyChanges(r,n,a),this._flushClients(),Me(this,this[w.REFLECT],r,n,a),Me(this,this[w.OBSERVE],r,n,a),l&&Dn(this,l,r,n,a),this.__dataCounter==1&&(this.__dataTemp={})}_propagatePropertyChanges(i,r,n){this[w.PROPAGATE]&&Me(this,this[w.PROPAGATE],i,r,n),this.__templateInfo&&this._runEffectsForTemplate(this.__templateInfo,i,r,n)}_runEffectsForTemplate(i,r,n,a){const l=(c,u)=>{Me(this,i.propertyEffects,c,n,u,i.nodeList);for(let h=i.firstChild;h;h=h.nextSibling)this._runEffectsForTemplate(h,c,n,u)};i.runEffects?i.runEffects(l,r,a):l(r,a)}linkPaths(i,r){i=Oe(i),r=Oe(r),this.__dataLinkedPaths=this.__dataLinkedPaths||{},this.__dataLinkedPaths[i]=r}unlinkPaths(i){i=Oe(i),this.__dataLinkedPaths&&delete this.__dataLinkedPaths[i]}notifySplices(i,r){let n={path:""},a=F(this,i,n);ni(this,a,n.path,r)}get(i,r){return F(r||this,i)}set(i,r,n){n?Zs(n,i,r):(!this[w.READ_ONLY]||!this[w.READ_ONLY][i])&&this._setPendingPropertyOrPath(i,r,!0)&&this._invalidateProperties()}push(i,...r){let n={path:""},a=F(this,i,n),l=a.length,c=a.push(...r);return r.length&&ke(this,a,n.path,l,r.length,[]),c}pop(i){let r={path:""},n=F(this,i,r),a=!!n.length,l=n.pop();return a&&ke(this,n,r.path,n.length,0,[l]),l}splice(i,r,n,...a){let l={path:""},c=F(this,i,l);r<0?r=c.length-Math.floor(-r):r&&(r=Math.floor(r));let u;return arguments.length===2?u=c.splice(r):u=c.splice(r,n,...a),(a.length||u.length)&&ke(this,c,l.path,r,a.length,u),u}shift(i){let r={path:""},n=F(this,i,r),a=!!n.length,l=n.shift();return a&&ke(this,n,r.path,0,0,[l]),l}unshift(i,...r){let n={path:""},a=F(this,i,n),l=a.unshift(...r);return r.length&&ke(this,a,n.path,0,r.length,[]),l}notifyPath(i,r){let n;if(arguments.length==1){let a={path:""};r=F(this,i,a),n=a.path}else Array.isArray(i)?n=Oe(i):n=i;this._setPendingPropertyOrPath(n,r,!0,!0)&&this._invalidateProperties()}_createReadOnlyProperty(i,r){this._addPropertyEffect(i,w.READ_ONLY),r&&(this["_set"+na(i)]=function(n){this._setProperty(i,n)})}_createPropertyObserver(i,r,n){let a={property:i,method:r,dynamicFn:!!n};this._addPropertyEffect(i,w.OBSERVE,{fn:so,info:a,trigger:{name:i}}),n&&this._addPropertyEffect(r,w.OBSERVE,{fn:so,info:a,trigger:{name:r}})}_createMethodObserver(i,r){let n=St(i);if(!n)throw new Error("Malformed observer expression '"+i+"'");io(this,n,w.OBSERVE,Gt,null,r)}_createNotifyingProperty(i){this._addPropertyEffect(i,w.NOTIFY,{fn:On,info:{eventName:pt(i)+"-changed",property:i}})}_createReflectedProperty(i){let r=this.constructor.attributeNameForProperty(i);r[0]==="-"?console.warn("Property "+i+" cannot be reflected to attribute "+r+' because "-" is not a valid starting attribute name. Use a lowercase first letter for the property instead.'):this._addPropertyEffect(i,w.REFLECT,{fn:In,info:{attrName:r}})}_createComputedProperty(i,r,n){let a=St(r);if(!a)throw new Error("Malformed computed expression '"+r+"'");const l=io(this,a,w.COMPUTE,oi,i,n);Tt(this,ti)[i]=l}_marshalArgs(i,r,n){const a=this.__data,l=[];for(let c=0,u=i.length;c<u;c++){let{name:h,structured:p,wildcard:m,value:f,literal:y}=i[c];if(!y)if(m){const b=Le(h,r),v=lo(a,n,b?r:h);f={path:b?r:h,value:v,base:b?F(a,h):v}}else f=p?lo(a,n,h):a[h];if(jt&&!this._overrideLegacyUndefined&&f===void 0&&i.length>1)return $e;l[c]=f}return l}static addPropertyEffect(i,r,n){this.prototype._addPropertyEffect(i,r,n)}static createPropertyObserver(i,r,n){this.prototype._createPropertyObserver(i,r,n)}static createMethodObserver(i,r){this.prototype._createMethodObserver(i,r)}static createNotifyingProperty(i){this.prototype._createNotifyingProperty(i)}static createReadOnlyProperty(i,r){this.prototype._createReadOnlyProperty(i,r)}static createReflectedProperty(i){this.prototype._createReflectedProperty(i)}static createComputedProperty(i,r,n){this.prototype._createComputedProperty(i,r,n)}static bindTemplate(i){return this.prototype._bindTemplate(i)}_bindTemplate(i,r){let n=this.constructor._parseTemplate(i),a=this.__preBoundTemplateInfo==n;if(!a)for(let l in n.propertyEffects)this._createPropertyAccessor(l);if(r)if(n=Object.create(n),n.wasPreBound=a,!this.__templateInfo)this.__templateInfo=n;else{const l=i._parentTemplateInfo||this.__templateInfo,c=l.lastChild;n.parent=l,l.lastChild=n,n.previousSibling=c,c?c.nextSibling=n:l.firstChild=n}else this.__preBoundTemplateInfo=n;return n}static _addTemplatePropertyEffect(i,r,n){let a=i.hostProps=i.hostProps||{};a[r]=!0;let l=i.propertyEffects=i.propertyEffects||{};(l[r]=l[r]||[]).push(n)}_stampTemplate(i,r){r=r||this._bindTemplate(i,!0),Te.push(this);let n=super._stampTemplate(i,r);if(Te.pop(),r.nodeList=n.nodeList,!r.wasPreBound){let a=r.childNodes=[];for(let l=n.firstChild;l;l=l.nextSibling)a.push(l)}return n.templateInfo=r,Un(this,r),this.__dataClientsReady&&(this._runEffectsForTemplate(r,this.__data,null,!1),this._flushClients()),n}_removeBoundDom(i){const r=i.templateInfo,{previousSibling:n,nextSibling:a,parent:l}=r;n?n.nextSibling=a:l&&(l.firstChild=a),a?a.previousSibling=n:l&&(l.lastChild=n),r.nextSibling=r.previousSibling=null;let c=r.childNodes;for(let u=0;u<c.length;u++){let h=c[u];M(M(h).parentNode).removeChild(h)}}static _parseTemplateNode(i,r,n){let a=t._parseTemplateNode.call(this,i,r,n);if(i.nodeType===Node.TEXT_NODE){let l=this._parseBindings(i.textContent,r);l&&(i.textContent=ao(l)||" ",Dt(this,r,n,"text","textContent",l),a=!0)}return a}static _parseTemplateNodeAttribute(i,r,n,a,l){let c=this._parseBindings(l,r);if(c){let u=a,h="property";kn.test(a)?h="attribute":a[a.length-1]=="$"&&(a=a.slice(0,-1),h="attribute");let p=ao(c);return p&&h=="attribute"&&(a=="class"&&i.hasAttribute("class")&&(p+=" "+i.getAttribute(a)),i.setAttribute(a,p)),h=="attribute"&&u=="disable-upgrade$"&&i.setAttribute(a,""),i.localName==="input"&&u==="value"&&i.setAttribute(u,""),i.removeAttribute(u),h==="property"&&(a=Ko(a)),Dt(this,r,n,h,a,c,p),!0}else return t._parseTemplateNodeAttribute.call(this,i,r,n,a,l)}static _parseTemplateNestedTemplate(i,r,n){let a=t._parseTemplateNestedTemplate.call(this,i,r,n);const l=i.parentNode,c=n.templateInfo,u=l.localName==="dom-if",h=l.localName==="dom-repeat";qs&&(u||h)&&(l.removeChild(i),n=n.parentInfo,n.templateInfo=c,n.noted=!0,a=!1);let p=c.hostProps;if(Xr&&u)p&&(r.hostProps=Object.assign(r.hostProps||{},p),qs||(n.parentInfo.noted=!0));else{let m="{";for(let f in p){let y=[{mode:m,source:f,dependencies:[f],hostProp:!0}];Dt(this,r,n,"property","_host_"+f,y)}}return a}static _parseBindings(i,r){let n=[],a=0,l;for(;(l=no.exec(i))!==null;){l.index>a&&n.push({literal:i.slice(a,l.index)});let c=l[1][0],u=!!l[2],h=l[3].trim(),p=!1,m="",f=-1;c=="{"&&(f=h.indexOf("::"))>0&&(m=h.substring(f+2),h=h.substring(0,f),p=!0);let y=St(h),b=[];if(y){let{args:v,methodName:C}=y;for(let I=0;I<v.length;I++){let x=v[I];x.literal||b.push(x)}let O=r.dynamicFns;(O&&O[C]||y.static)&&(b.push(C),y.dynamicFn=!0)}else b.push(h);n.push({source:h,mode:c,negate:u,customEvent:p,signature:y,dependencies:b,event:m}),a=no.lastIndex}if(a&&a<i.length){let c=i.substring(a);c&&n.push({literal:c})}return n.length?n:null}static _evaluateBinding(i,r,n,a,l,c){let u;return r.signature?u=Gt(i,n,a,l,r.signature):n!=r.source?u=F(i,r.source):c&&qt(n)?u=F(i,n):u=i.__data[n],r.negate&&(u=!u),u}}return e}),Te=[];/**
|
692
|
-
@license
|
693
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
694
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
695
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
696
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
697
|
-
Code distributed by Google as part of the polymer project is also
|
698
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
699
|
-
*//**
|
700
|
-
@license
|
701
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
702
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
703
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
704
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
705
|
-
Code distributed by Google as part of the polymer project is also
|
706
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
707
|
-
*/function aa(o){const t={};for(let e in o){const s=o[e];t[e]=typeof s=="function"?{type:s}:s}return t}const la=T(o=>{const t=Qo(o);function e(r){const n=Object.getPrototypeOf(r);return n.prototype instanceof i?n:null}function s(r){if(!r.hasOwnProperty(JSCompiler_renameProperty("__ownProperties",r))){let n=null;if(r.hasOwnProperty(JSCompiler_renameProperty("properties",r))){const a=r.properties;a&&(n=aa(a))}r.__ownProperties=n}return r.__ownProperties}class i extends t{static get observedAttributes(){if(!this.hasOwnProperty(JSCompiler_renameProperty("__observedAttributes",this))){this.prototype;const n=this._properties;this.__observedAttributes=n?Object.keys(n).map(a=>this.prototype._addPropertyToAttributeMap(a)):[]}return this.__observedAttributes}static finalize(){if(!this.hasOwnProperty(JSCompiler_renameProperty("__finalized",this))){const n=e(this);n&&n.finalize(),this.__finalized=!0,this._finalizeClass()}}static _finalizeClass(){const n=s(this);n&&this.createProperties(n)}static get _properties(){if(!this.hasOwnProperty(JSCompiler_renameProperty("__properties",this))){const n=e(this);this.__properties=Object.assign({},n&&n._properties,s(this))}return this.__properties}static typeForProperty(n){const a=this._properties[n];return a&&a.type}_initializeProperties(){this.constructor.finalize(),super._initializeProperties()}connectedCallback(){super.connectedCallback&&super.connectedCallback(),this._enableProperties()}disconnectedCallback(){super.disconnectedCallback&&super.disconnectedCallback()}}return i});/**
|
708
|
-
* @fileoverview
|
709
|
-
* @suppress {checkPrototypalTypes}
|
710
|
-
* @license Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
711
|
-
* This code may only be used under the BSD style license found at
|
712
|
-
* http://polymer.github.io/LICENSE.txt The complete set of authors may be found
|
713
|
-
* at http://polymer.github.io/AUTHORS.txt The complete set of contributors may
|
714
|
-
* be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by
|
715
|
-
* Google as part of the polymer project is also subject to an additional IP
|
716
|
-
* rights grant found at http://polymer.github.io/PATENTS.txt
|
717
|
-
*/const ca="3.5.2",co=window.ShadyCSS&&window.ShadyCSS.cssBuild,da=T(o=>{const t=la(ys(o));function e(l){if(!l.hasOwnProperty(JSCompiler_renameProperty("__propertyDefaults",l))){l.__propertyDefaults=null;let c=l._properties;for(let u in c){let h=c[u];"value"in h&&(l.__propertyDefaults=l.__propertyDefaults||{},l.__propertyDefaults[u]=h)}}return l.__propertyDefaults}function s(l){return l.hasOwnProperty(JSCompiler_renameProperty("__ownObservers",l))||(l.__ownObservers=l.hasOwnProperty(JSCompiler_renameProperty("observers",l))?l.observers:null),l.__ownObservers}function i(l,c,u,h){u.computed&&(u.readOnly=!0),u.computed&&(l._hasReadOnlyEffect(c)?console.warn(`Cannot redefine computed property '${c}'.`):l._createComputedProperty(c,u.computed,h)),u.readOnly&&!l._hasReadOnlyEffect(c)?l._createReadOnlyProperty(c,!u.computed):u.readOnly===!1&&l._hasReadOnlyEffect(c)&&console.warn(`Cannot make readOnly property '${c}' non-readOnly.`),u.reflectToAttribute&&!l._hasReflectEffect(c)?l._createReflectedProperty(c):u.reflectToAttribute===!1&&l._hasReflectEffect(c)&&console.warn(`Cannot make reflected property '${c}' non-reflected.`),u.notify&&!l._hasNotifyEffect(c)?l._createNotifyingProperty(c):u.notify===!1&&l._hasNotifyEffect(c)&&console.warn(`Cannot make notify property '${c}' non-notify.`),u.observer&&l._createPropertyObserver(c,u.observer,h[u.observer]),l._addPropertyToAttributeMap(c)}function r(l,c,u,h){if(!co){const p=c.content.querySelectorAll("style"),m=Uo(c),f=rn(u),y=c.content.firstElementChild;for(let v=0;v<f.length;v++){let C=f[v];C.textContent=l._processStyleText(C.textContent,h),c.content.insertBefore(C,y)}let b=0;for(let v=0;v<m.length;v++){let C=m[v],O=p[b];O!==C?(C=C.cloneNode(!0),O.parentNode.insertBefore(C,O)):b++,C.textContent=l._processStyleText(C.textContent,h)}}if(window.ShadyCSS&&window.ShadyCSS.prepareTemplate(c,u),Jr&&co&&Wr){const p=c.content.querySelectorAll("style");if(p){let m="";Array.from(p).forEach(f=>{m+=f.textContent,f.parentNode.removeChild(f)}),l._styleSheet=new CSSStyleSheet,l._styleSheet.replaceSync(m)}}}function n(l){let c=null;if(l&&(!nt||qr)&&(c=Be.import(l,"template"),nt&&!c))throw new Error(`strictTemplatePolicy: expecting dom-module or null template for ${l}`);return c}class a extends t{static get polymerElementVersion(){return ca}static _finalizeClass(){t._finalizeClass.call(this);const c=s(this);c&&this.createObservers(c,this._properties),this._prepareTemplate()}static _prepareTemplate(){let c=this.template;c&&(typeof c=="string"?(console.error("template getter must return HTMLTemplateElement"),c=null):Ro||(c=c.cloneNode(!0))),this.prototype._template=c}static createProperties(c){for(let u in c)i(this.prototype,u,c[u],c)}static createObservers(c,u){const h=this.prototype;for(let p=0;p<c.length;p++)h._createMethodObserver(c[p],u)}static get template(){if(!this.hasOwnProperty(JSCompiler_renameProperty("_template",this))){let c=this.prototype.hasOwnProperty(JSCompiler_renameProperty("_template",this.prototype))?this.prototype._template:void 0;typeof c=="function"&&(c=c()),this._template=c!==void 0?c:this.hasOwnProperty(JSCompiler_renameProperty("is",this))&&n(this.is)||Object.getPrototypeOf(this.prototype).constructor.template}return this._template}static set template(c){this._template=c}static get importPath(){if(!this.hasOwnProperty(JSCompiler_renameProperty("_importPath",this))){const c=this.importMeta;if(c)this._importPath=fs(c.url);else{const u=Be.import(this.is);this._importPath=u&&u.assetpath||Object.getPrototypeOf(this.prototype).constructor.importPath}}return this._importPath}constructor(){super(),this._template,this._importPath,this.rootPath,this.importPath,this.root,this.$}_initializeProperties(){this.constructor.finalize(),this.constructor._finalizeTemplate(this.localName),super._initializeProperties(),this.rootPath=jr,this.importPath=this.constructor.importPath;let c=e(this.constructor);if(c)for(let u in c){let h=c[u];if(this._canApplyPropertyDefault(u)){let p=typeof h.value=="function"?h.value.call(this):h.value;this._hasAccessor(u)?this._setPendingProperty(u,p,!0):this[u]=p}}}_canApplyPropertyDefault(c){return!this.hasOwnProperty(c)}static _processStyleText(c,u){return ms(c,u)}static _finalizeTemplate(c){const u=this.prototype._template;if(u&&!u.__polymerFinalized){u.__polymerFinalized=!0;const h=this.importPath,p=h?Ie(h):"";r(this,u,c,p),this.prototype._bindTemplate(u)}}connectedCallback(){window.ShadyCSS&&this._template&&window.ShadyCSS.styleElement(this),super.connectedCallback()}ready(){this._template&&(this.root=this._stampTemplate(this._template),this.$=this.root.$),super.ready()}_readyClients(){this._template&&(this.root=this._attachDom(this.root)),super._readyClients()}_attachDom(c){const u=M(this);if(u.attachShadow)return c?(u.shadowRoot||(u.attachShadow({mode:"open",shadyUpgradeFragment:c}),u.shadowRoot.appendChild(c),this.constructor._styleSheet&&(u.shadowRoot.adoptedStyleSheets=[this.constructor._styleSheet])),Kr&&window.ShadyDOM&&window.ShadyDOM.flushInitial(u.shadowRoot),u.shadowRoot):null;throw new Error("ShadowDOM not available. PolymerElement can create dom as children instead of in ShadowDOM by setting `this.root = this;` before `ready`.")}updateStyles(c){window.ShadyCSS&&window.ShadyCSS.styleSubtree(this,c)}resolveUrl(c,u){return!u&&this.importPath&&(u=Ie(this.importPath)),Ie(c,u)}static _parseTemplateContent(c,u,h){return u.dynamicFns=u.dynamicFns||this._properties,t._parseTemplateContent.call(this,c,u,h)}static _addTemplatePropertyEffect(c,u,h){return $o&&!(u in this._properties)&&!(h.info.part.signature&&h.info.part.signature.static)&&!h.info.part.hostProp&&!c.nestedTemplate&&console.warn(`Property '${u}' used in template but not declared in 'properties'; attribute will not be observed.`),t._addTemplatePropertyEffect.call(this,c,u,h)}}return a});/**
|
718
|
-
@license
|
719
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
720
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
721
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
722
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
723
|
-
Code distributed by Google as part of the polymer project is also
|
724
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
725
|
-
*/const uo=window.trustedTypes&&trustedTypes.createPolicy("polymer-html-literal",{createHTML:o=>o});class ai{constructor(t,e){ci(t,e);const s=e.reduce((i,r,n)=>i+li(r)+t[n+1],t[0]);this.value=s.toString()}toString(){return this.value}}function li(o){if(o instanceof ai)return o.value;throw new Error(`non-literal value passed to Polymer's htmlLiteral function: ${o}`)}function ua(o){if(o instanceof HTMLTemplateElement)return o.innerHTML;if(o instanceof ai)return li(o);throw new Error(`non-template value passed to Polymer's html function: ${o}`)}const ue=function(t,...e){ci(t,e);const s=document.createElement("template");let i=e.reduce((r,n,a)=>r+ua(n)+t[a+1],t[0]);return uo&&(i=uo.createHTML(i)),s.innerHTML=i,s},ci=(o,t)=>{if(!Array.isArray(o)||!Array.isArray(o.raw)||t.length!==o.length-1)throw new TypeError("Invalid call to the html template tag")};/**
|
726
|
-
@license
|
727
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
728
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
729
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
730
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
731
|
-
Code distributed by Google as part of the polymer project is also
|
732
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
733
|
-
*/const ee=da(HTMLElement);/**
|
734
|
-
* @license
|
735
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
736
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
737
|
-
*/const K=[];function Xt(o,t,e=o.getAttribute("dir")){t?o.setAttribute("dir",t):e!=null&&o.removeAttribute("dir")}function Jt(){return document.documentElement.getAttribute("dir")}function ha(){const o=Jt();K.forEach(t=>{Xt(t,o)})}const pa=new MutationObserver(ha);pa.observe(document.documentElement,{attributes:!0,attributeFilter:["dir"]});const mt=o=>class extends o{static get properties(){return{dir:{type:String,value:"",reflectToAttribute:!0,converter:{fromAttribute:e=>e||"",toAttribute:e=>e===""?null:e}}}}get __isRTL(){return this.getAttribute("dir")==="rtl"}connectedCallback(){super.connectedCallback(),(!this.hasAttribute("dir")||this.__restoreSubscription)&&(this.__subscribe(),Xt(this,Jt(),null))}attributeChangedCallback(e,s,i){if(super.attributeChangedCallback(e,s,i),e!=="dir")return;const r=Jt(),n=i===r&&K.indexOf(this)===-1,a=!i&&s&&K.indexOf(this)===-1;n||a?(this.__subscribe(),Xt(this,r,i)):i!==r&&s===r&&this.__unsubscribe()}disconnectedCallback(){super.disconnectedCallback(),this.__restoreSubscription=K.includes(this),this.__unsubscribe()}_valueToNodeAttribute(e,s,i){i==="dir"&&s===""&&!e.hasAttribute("dir")||super._valueToNodeAttribute(e,s,i)}_attributeToProperty(e,s,i){e==="dir"&&!s?this.dir="":super._attributeToProperty(e,s,i)}__subscribe(){K.includes(this)||K.push(this)}__unsubscribe(){K.includes(this)&&K.splice(K.indexOf(this),1)}};/**
|
738
|
-
* @license
|
739
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
740
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
741
|
-
*/class ma extends ce(mt(ee)){static get is(){return"vaadin-input-container"}static get template(){return ue`
|
742
|
-
<style>
|
743
|
-
:host {
|
744
|
-
display: flex;
|
745
|
-
align-items: center;
|
746
|
-
flex: 0 1 auto;
|
747
|
-
border-radius:
|
748
|
-
/* See https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius */
|
749
|
-
var(--vaadin-input-field-top-start-radius, var(--__border-radius))
|
750
|
-
var(--vaadin-input-field-top-end-radius, var(--__border-radius))
|
751
|
-
var(--vaadin-input-field-bottom-end-radius, var(--__border-radius))
|
752
|
-
var(--vaadin-input-field-bottom-start-radius, var(--__border-radius));
|
753
|
-
--_border-radius: var(--vaadin-input-field-border-radius, 0px);
|
754
|
-
--_input-border-width: var(--vaadin-input-field-border-width, 0);
|
755
|
-
--_input-border-color: var(--vaadin-input-field-border-color, transparent);
|
756
|
-
box-shadow: inset 0 0 0 var(--_input-border-width, 0) var(--_input-border-color);
|
757
|
-
}
|
758
|
-
|
759
|
-
:host([dir='rtl']) {
|
760
|
-
border-radius:
|
761
|
-
/* Don't use logical props, see https://github.com/vaadin/vaadin-time-picker/issues/145 */
|
762
|
-
var(--vaadin-input-field-top-end-radius, var(--_border-radius))
|
763
|
-
var(--vaadin-input-field-top-start-radius, var(--_border-radius))
|
764
|
-
var(--vaadin-input-field-bottom-start-radius, var(--_border-radius))
|
765
|
-
var(--vaadin-input-field-bottom-end-radius, var(--_border-radius));
|
766
|
-
}
|
767
|
-
|
768
|
-
:host([hidden]) {
|
769
|
-
display: none !important;
|
770
|
-
}
|
771
|
-
|
772
|
-
/* Reset the native input styles */
|
773
|
-
::slotted(input) {
|
774
|
-
-webkit-appearance: none;
|
775
|
-
-moz-appearance: none;
|
776
|
-
flex: auto;
|
777
|
-
white-space: nowrap;
|
778
|
-
overflow: hidden;
|
779
|
-
width: 100%;
|
780
|
-
height: 100%;
|
781
|
-
outline: none;
|
782
|
-
margin: 0;
|
783
|
-
padding: 0;
|
784
|
-
border: 0;
|
785
|
-
border-radius: 0;
|
786
|
-
min-width: 0;
|
787
|
-
font: inherit;
|
788
|
-
line-height: normal;
|
789
|
-
color: inherit;
|
790
|
-
background-color: transparent;
|
791
|
-
/* Disable default invalid style in Firefox */
|
792
|
-
box-shadow: none;
|
793
|
-
}
|
794
|
-
|
795
|
-
::slotted(*) {
|
796
|
-
flex: none;
|
797
|
-
}
|
798
|
-
|
799
|
-
::slotted(:is(input, textarea))::placeholder {
|
800
|
-
/* Use ::slotted(input:placeholder-shown) in themes to style the placeholder. */
|
801
|
-
/* because ::slotted(...)::placeholder does not work in Safari. */
|
802
|
-
font: inherit;
|
803
|
-
color: inherit;
|
804
|
-
/* Override default opacity in Firefox */
|
805
|
-
opacity: 1;
|
806
|
-
}
|
807
|
-
</style>
|
808
|
-
<slot name="prefix"></slot>
|
809
|
-
<slot></slot>
|
810
|
-
<slot name="suffix"></slot>
|
811
|
-
`}static get properties(){return{disabled:{type:Boolean,reflectToAttribute:!0},readonly:{type:Boolean,reflectToAttribute:!0},invalid:{type:Boolean,reflectToAttribute:!0}}}ready(){super.ready(),this.addEventListener("pointerdown",t=>{t.target===this&&t.preventDefault()}),this.addEventListener("click",t=>{t.target===this&&this.shadowRoot.querySelector("slot:not([name])").assignedNodes({flatten:!0}).forEach(e=>e.focus&&e.focus())})}}R(ma);/**
|
812
|
-
* @license
|
813
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
814
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
815
|
-
*/let fa=class extends HTMLElement{static get is(){return"vaadin-lumo-styles"}static get version(){return"24.2.5"}};R(fa);const xe=(o,...t)=>{ps(`lumo-${o}`,t)};/**
|
816
|
-
* @license
|
817
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
818
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
819
|
-
*/const _a=g`
|
820
|
-
:host {
|
821
|
-
--lumo-size-xs: 1.625rem;
|
822
|
-
--lumo-size-s: 1.875rem;
|
823
|
-
--lumo-size-m: 2.25rem;
|
824
|
-
--lumo-size-l: 2.75rem;
|
825
|
-
--lumo-size-xl: 3.5rem;
|
826
|
-
|
827
|
-
/* Icons */
|
828
|
-
--lumo-icon-size-s: 1.25em;
|
829
|
-
--lumo-icon-size-m: 1.5em;
|
830
|
-
--lumo-icon-size-l: 2.25em;
|
831
|
-
/* For backwards compatibility */
|
832
|
-
--lumo-icon-size: var(--lumo-icon-size-m);
|
833
|
-
}
|
834
|
-
`;xe("sizing-props",_a);/**
|
835
|
-
* @license
|
836
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
837
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
838
|
-
*/const ga=g`
|
839
|
-
:host {
|
840
|
-
/* Square */
|
841
|
-
--lumo-space-xs: 0.25rem;
|
842
|
-
--lumo-space-s: 0.5rem;
|
843
|
-
--lumo-space-m: 1rem;
|
844
|
-
--lumo-space-l: 1.5rem;
|
845
|
-
--lumo-space-xl: 2.5rem;
|
846
|
-
|
847
|
-
/* Wide */
|
848
|
-
--lumo-space-wide-xs: calc(var(--lumo-space-xs) / 2) var(--lumo-space-xs);
|
849
|
-
--lumo-space-wide-s: calc(var(--lumo-space-s) / 2) var(--lumo-space-s);
|
850
|
-
--lumo-space-wide-m: calc(var(--lumo-space-m) / 2) var(--lumo-space-m);
|
851
|
-
--lumo-space-wide-l: calc(var(--lumo-space-l) / 2) var(--lumo-space-l);
|
852
|
-
--lumo-space-wide-xl: calc(var(--lumo-space-xl) / 2) var(--lumo-space-xl);
|
853
|
-
|
854
|
-
/* Tall */
|
855
|
-
--lumo-space-tall-xs: var(--lumo-space-xs) calc(var(--lumo-space-xs) / 2);
|
856
|
-
--lumo-space-tall-s: var(--lumo-space-s) calc(var(--lumo-space-s) / 2);
|
857
|
-
--lumo-space-tall-m: var(--lumo-space-m) calc(var(--lumo-space-m) / 2);
|
858
|
-
--lumo-space-tall-l: var(--lumo-space-l) calc(var(--lumo-space-l) / 2);
|
859
|
-
--lumo-space-tall-xl: var(--lumo-space-xl) calc(var(--lumo-space-xl) / 2);
|
860
|
-
}
|
861
|
-
`;xe("spacing-props",ga);/**
|
862
|
-
* @license
|
863
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
864
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
865
|
-
*/const ya=g`
|
866
|
-
:host {
|
867
|
-
/* Border radius */
|
868
|
-
--lumo-border-radius-s: 0.25em; /* Checkbox, badge, date-picker year indicator, etc */
|
869
|
-
--lumo-border-radius-m: var(--lumo-border-radius, 0.25em); /* Button, text field, menu overlay, etc */
|
870
|
-
--lumo-border-radius-l: 0.5em; /* Dialog, notification, etc */
|
871
|
-
|
872
|
-
/* Shadow */
|
873
|
-
--lumo-box-shadow-xs: 0 1px 4px -1px var(--lumo-shade-50pct);
|
874
|
-
--lumo-box-shadow-s: 0 2px 4px -1px var(--lumo-shade-20pct), 0 3px 12px -1px var(--lumo-shade-30pct);
|
875
|
-
--lumo-box-shadow-m: 0 2px 6px -1px var(--lumo-shade-20pct), 0 8px 24px -4px var(--lumo-shade-40pct);
|
876
|
-
--lumo-box-shadow-l: 0 3px 18px -2px var(--lumo-shade-20pct), 0 12px 48px -6px var(--lumo-shade-40pct);
|
877
|
-
--lumo-box-shadow-xl: 0 4px 24px -3px var(--lumo-shade-20pct), 0 18px 64px -8px var(--lumo-shade-40pct);
|
878
|
-
|
879
|
-
/* Clickable element cursor */
|
880
|
-
--lumo-clickable-cursor: default;
|
881
|
-
}
|
882
|
-
`;g`
|
883
|
-
html {
|
884
|
-
--vaadin-checkbox-size: calc(var(--lumo-size-m) / 2);
|
885
|
-
--vaadin-radio-button-size: calc(var(--lumo-size-m) / 2);
|
886
|
-
--vaadin-input-field-border-radius: var(--lumo-border-radius-m);
|
887
|
-
}
|
888
|
-
`;xe("style-props",ya);/**
|
889
|
-
* @license
|
890
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
891
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
892
|
-
*/const ba=g`
|
893
|
-
:host {
|
894
|
-
/* Base (background) */
|
895
|
-
--lumo-base-color: #fff;
|
896
|
-
|
897
|
-
/* Tint */
|
898
|
-
--lumo-tint-5pct: hsla(0, 0%, 100%, 0.3);
|
899
|
-
--lumo-tint-10pct: hsla(0, 0%, 100%, 0.37);
|
900
|
-
--lumo-tint-20pct: hsla(0, 0%, 100%, 0.44);
|
901
|
-
--lumo-tint-30pct: hsla(0, 0%, 100%, 0.5);
|
902
|
-
--lumo-tint-40pct: hsla(0, 0%, 100%, 0.57);
|
903
|
-
--lumo-tint-50pct: hsla(0, 0%, 100%, 0.64);
|
904
|
-
--lumo-tint-60pct: hsla(0, 0%, 100%, 0.7);
|
905
|
-
--lumo-tint-70pct: hsla(0, 0%, 100%, 0.77);
|
906
|
-
--lumo-tint-80pct: hsla(0, 0%, 100%, 0.84);
|
907
|
-
--lumo-tint-90pct: hsla(0, 0%, 100%, 0.9);
|
908
|
-
--lumo-tint: #fff;
|
909
|
-
|
910
|
-
/* Shade */
|
911
|
-
--lumo-shade-5pct: hsla(214, 61%, 25%, 0.05);
|
912
|
-
--lumo-shade-10pct: hsla(214, 57%, 24%, 0.1);
|
913
|
-
--lumo-shade-20pct: hsla(214, 53%, 23%, 0.16);
|
914
|
-
--lumo-shade-30pct: hsla(214, 50%, 22%, 0.26);
|
915
|
-
--lumo-shade-40pct: hsla(214, 47%, 21%, 0.38);
|
916
|
-
--lumo-shade-50pct: hsla(214, 45%, 20%, 0.52);
|
917
|
-
--lumo-shade-60pct: hsla(214, 43%, 19%, 0.6);
|
918
|
-
--lumo-shade-70pct: hsla(214, 42%, 18%, 0.69);
|
919
|
-
--lumo-shade-80pct: hsla(214, 41%, 17%, 0.83);
|
920
|
-
--lumo-shade-90pct: hsla(214, 40%, 16%, 0.94);
|
921
|
-
--lumo-shade: hsl(214, 35%, 15%);
|
922
|
-
|
923
|
-
/* Contrast */
|
924
|
-
--lumo-contrast-5pct: var(--lumo-shade-5pct);
|
925
|
-
--lumo-contrast-10pct: var(--lumo-shade-10pct);
|
926
|
-
--lumo-contrast-20pct: var(--lumo-shade-20pct);
|
927
|
-
--lumo-contrast-30pct: var(--lumo-shade-30pct);
|
928
|
-
--lumo-contrast-40pct: var(--lumo-shade-40pct);
|
929
|
-
--lumo-contrast-50pct: var(--lumo-shade-50pct);
|
930
|
-
--lumo-contrast-60pct: var(--lumo-shade-60pct);
|
931
|
-
--lumo-contrast-70pct: var(--lumo-shade-70pct);
|
932
|
-
--lumo-contrast-80pct: var(--lumo-shade-80pct);
|
933
|
-
--lumo-contrast-90pct: var(--lumo-shade-90pct);
|
934
|
-
--lumo-contrast: var(--lumo-shade);
|
935
|
-
|
936
|
-
/* Text */
|
937
|
-
--lumo-header-text-color: var(--lumo-contrast);
|
938
|
-
--lumo-body-text-color: var(--lumo-contrast-90pct);
|
939
|
-
--lumo-secondary-text-color: var(--lumo-contrast-70pct);
|
940
|
-
--lumo-tertiary-text-color: var(--lumo-contrast-50pct);
|
941
|
-
--lumo-disabled-text-color: var(--lumo-contrast-30pct);
|
942
|
-
|
943
|
-
/* Primary */
|
944
|
-
--lumo-primary-color: hsl(214, 100%, 48%);
|
945
|
-
--lumo-primary-color-50pct: hsla(214, 100%, 49%, 0.76);
|
946
|
-
--lumo-primary-color-10pct: hsla(214, 100%, 60%, 0.13);
|
947
|
-
--lumo-primary-text-color: hsl(214, 100%, 43%);
|
948
|
-
--lumo-primary-contrast-color: #fff;
|
949
|
-
|
950
|
-
/* Error */
|
951
|
-
--lumo-error-color: hsl(3, 85%, 48%);
|
952
|
-
--lumo-error-color-50pct: hsla(3, 85%, 49%, 0.5);
|
953
|
-
--lumo-error-color-10pct: hsla(3, 85%, 49%, 0.1);
|
954
|
-
--lumo-error-text-color: hsl(3, 89%, 42%);
|
955
|
-
--lumo-error-contrast-color: #fff;
|
956
|
-
|
957
|
-
/* Success */
|
958
|
-
--lumo-success-color: hsl(145, 72%, 30%);
|
959
|
-
--lumo-success-color-50pct: hsla(145, 72%, 31%, 0.5);
|
960
|
-
--lumo-success-color-10pct: hsla(145, 72%, 31%, 0.1);
|
961
|
-
--lumo-success-text-color: hsl(145, 85%, 25%);
|
962
|
-
--lumo-success-contrast-color: #fff;
|
963
|
-
|
964
|
-
/* Warning */
|
965
|
-
--lumo-warning-color: hsl(48, 100%, 50%);
|
966
|
-
--lumo-warning-color-10pct: hsla(48, 100%, 50%, 0.25);
|
967
|
-
--lumo-warning-text-color: hsl(32, 100%, 30%);
|
968
|
-
--lumo-warning-contrast-color: var(--lumo-shade-90pct);
|
969
|
-
}
|
970
|
-
|
971
|
-
/* forced-colors mode adjustments */
|
972
|
-
@media (forced-colors: active) {
|
973
|
-
html {
|
974
|
-
--lumo-disabled-text-color: GrayText;
|
975
|
-
}
|
976
|
-
}
|
977
|
-
`;xe("color-props",ba);const va=g`
|
978
|
-
[theme~='dark'] {
|
979
|
-
/* Base (background) */
|
980
|
-
--lumo-base-color: hsl(214, 35%, 21%);
|
981
|
-
|
982
|
-
/* Tint */
|
983
|
-
--lumo-tint-5pct: hsla(214, 65%, 85%, 0.06);
|
984
|
-
--lumo-tint-10pct: hsla(214, 60%, 80%, 0.14);
|
985
|
-
--lumo-tint-20pct: hsla(214, 64%, 82%, 0.23);
|
986
|
-
--lumo-tint-30pct: hsla(214, 69%, 84%, 0.32);
|
987
|
-
--lumo-tint-40pct: hsla(214, 73%, 86%, 0.41);
|
988
|
-
--lumo-tint-50pct: hsla(214, 78%, 88%, 0.5);
|
989
|
-
--lumo-tint-60pct: hsla(214, 82%, 90%, 0.58);
|
990
|
-
--lumo-tint-70pct: hsla(214, 87%, 92%, 0.69);
|
991
|
-
--lumo-tint-80pct: hsla(214, 91%, 94%, 0.8);
|
992
|
-
--lumo-tint-90pct: hsla(214, 96%, 96%, 0.9);
|
993
|
-
--lumo-tint: hsl(214, 100%, 98%);
|
994
|
-
|
995
|
-
/* Shade */
|
996
|
-
--lumo-shade-5pct: hsla(214, 0%, 0%, 0.07);
|
997
|
-
--lumo-shade-10pct: hsla(214, 4%, 2%, 0.15);
|
998
|
-
--lumo-shade-20pct: hsla(214, 8%, 4%, 0.23);
|
999
|
-
--lumo-shade-30pct: hsla(214, 12%, 6%, 0.32);
|
1000
|
-
--lumo-shade-40pct: hsla(214, 16%, 8%, 0.41);
|
1001
|
-
--lumo-shade-50pct: hsla(214, 20%, 10%, 0.5);
|
1002
|
-
--lumo-shade-60pct: hsla(214, 24%, 12%, 0.6);
|
1003
|
-
--lumo-shade-70pct: hsla(214, 28%, 13%, 0.7);
|
1004
|
-
--lumo-shade-80pct: hsla(214, 32%, 13%, 0.8);
|
1005
|
-
--lumo-shade-90pct: hsla(214, 33%, 13%, 0.9);
|
1006
|
-
--lumo-shade: hsl(214, 33%, 13%);
|
1007
|
-
|
1008
|
-
/* Contrast */
|
1009
|
-
--lumo-contrast-5pct: var(--lumo-tint-5pct);
|
1010
|
-
--lumo-contrast-10pct: var(--lumo-tint-10pct);
|
1011
|
-
--lumo-contrast-20pct: var(--lumo-tint-20pct);
|
1012
|
-
--lumo-contrast-30pct: var(--lumo-tint-30pct);
|
1013
|
-
--lumo-contrast-40pct: var(--lumo-tint-40pct);
|
1014
|
-
--lumo-contrast-50pct: var(--lumo-tint-50pct);
|
1015
|
-
--lumo-contrast-60pct: var(--lumo-tint-60pct);
|
1016
|
-
--lumo-contrast-70pct: var(--lumo-tint-70pct);
|
1017
|
-
--lumo-contrast-80pct: var(--lumo-tint-80pct);
|
1018
|
-
--lumo-contrast-90pct: var(--lumo-tint-90pct);
|
1019
|
-
--lumo-contrast: var(--lumo-tint);
|
1020
|
-
|
1021
|
-
/* Text */
|
1022
|
-
--lumo-header-text-color: var(--lumo-contrast);
|
1023
|
-
--lumo-body-text-color: var(--lumo-contrast-90pct);
|
1024
|
-
--lumo-secondary-text-color: var(--lumo-contrast-70pct);
|
1025
|
-
--lumo-tertiary-text-color: var(--lumo-contrast-50pct);
|
1026
|
-
--lumo-disabled-text-color: var(--lumo-contrast-30pct);
|
1027
|
-
|
1028
|
-
/* Primary */
|
1029
|
-
--lumo-primary-color: hsl(214, 90%, 48%);
|
1030
|
-
--lumo-primary-color-50pct: hsla(214, 90%, 70%, 0.69);
|
1031
|
-
--lumo-primary-color-10pct: hsla(214, 90%, 55%, 0.13);
|
1032
|
-
--lumo-primary-text-color: hsl(214, 90%, 77%);
|
1033
|
-
--lumo-primary-contrast-color: #fff;
|
1034
|
-
|
1035
|
-
/* Error */
|
1036
|
-
--lumo-error-color: hsl(3, 79%, 49%);
|
1037
|
-
--lumo-error-color-50pct: hsla(3, 75%, 62%, 0.5);
|
1038
|
-
--lumo-error-color-10pct: hsla(3, 75%, 62%, 0.14);
|
1039
|
-
--lumo-error-text-color: hsl(3, 100%, 80%);
|
1040
|
-
|
1041
|
-
/* Success */
|
1042
|
-
--lumo-success-color: hsl(145, 72%, 30%);
|
1043
|
-
--lumo-success-color-50pct: hsla(145, 92%, 51%, 0.5);
|
1044
|
-
--lumo-success-color-10pct: hsla(145, 92%, 51%, 0.1);
|
1045
|
-
--lumo-success-text-color: hsl(145, 85%, 46%);
|
1046
|
-
|
1047
|
-
/* Warning */
|
1048
|
-
--lumo-warning-color: hsl(43, 100%, 48%);
|
1049
|
-
--lumo-warning-color-10pct: hsla(40, 100%, 50%, 0.2);
|
1050
|
-
--lumo-warning-text-color: hsl(45, 100%, 60%);
|
1051
|
-
--lumo-warning-contrast-color: var(--lumo-shade-90pct);
|
1052
|
-
}
|
1053
|
-
|
1054
|
-
html {
|
1055
|
-
color: var(--lumo-body-text-color);
|
1056
|
-
background-color: var(--lumo-base-color);
|
1057
|
-
color-scheme: light;
|
1058
|
-
}
|
1059
|
-
|
1060
|
-
[theme~='dark'] {
|
1061
|
-
color: var(--lumo-body-text-color);
|
1062
|
-
background-color: var(--lumo-base-color);
|
1063
|
-
color-scheme: dark;
|
1064
|
-
}
|
1065
|
-
|
1066
|
-
h1,
|
1067
|
-
h2,
|
1068
|
-
h3,
|
1069
|
-
h4,
|
1070
|
-
h5,
|
1071
|
-
h6 {
|
1072
|
-
color: var(--lumo-header-text-color);
|
1073
|
-
}
|
1074
|
-
|
1075
|
-
a:where(:any-link) {
|
1076
|
-
color: var(--lumo-primary-text-color);
|
1077
|
-
}
|
1078
|
-
|
1079
|
-
a:not(:any-link) {
|
1080
|
-
color: var(--lumo-disabled-text-color);
|
1081
|
-
}
|
1082
|
-
|
1083
|
-
blockquote {
|
1084
|
-
color: var(--lumo-secondary-text-color);
|
1085
|
-
}
|
1086
|
-
|
1087
|
-
code,
|
1088
|
-
pre {
|
1089
|
-
background-color: var(--lumo-contrast-10pct);
|
1090
|
-
border-radius: var(--lumo-border-radius-m);
|
1091
|
-
}
|
1092
|
-
`;k("",va,{moduleId:"lumo-color"});/**
|
1093
|
-
* @license
|
1094
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
1095
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
1096
|
-
*/const wa=g`
|
1097
|
-
:host {
|
1098
|
-
/* prettier-ignore */
|
1099
|
-
--lumo-font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
1100
|
-
|
1101
|
-
/* Font sizes */
|
1102
|
-
--lumo-font-size-xxs: 0.75rem;
|
1103
|
-
--lumo-font-size-xs: 0.8125rem;
|
1104
|
-
--lumo-font-size-s: 0.875rem;
|
1105
|
-
--lumo-font-size-m: 1rem;
|
1106
|
-
--lumo-font-size-l: 1.125rem;
|
1107
|
-
--lumo-font-size-xl: 1.375rem;
|
1108
|
-
--lumo-font-size-xxl: 1.75rem;
|
1109
|
-
--lumo-font-size-xxxl: 2.5rem;
|
1110
|
-
|
1111
|
-
/* Line heights */
|
1112
|
-
--lumo-line-height-xs: 1.25;
|
1113
|
-
--lumo-line-height-s: 1.375;
|
1114
|
-
--lumo-line-height-m: 1.625;
|
1115
|
-
}
|
1116
|
-
`,xa=g`
|
1117
|
-
body,
|
1118
|
-
:host {
|
1119
|
-
font-family: var(--lumo-font-family);
|
1120
|
-
font-size: var(--lumo-font-size-m);
|
1121
|
-
line-height: var(--lumo-line-height-m);
|
1122
|
-
-webkit-text-size-adjust: 100%;
|
1123
|
-
-webkit-font-smoothing: antialiased;
|
1124
|
-
-moz-osx-font-smoothing: grayscale;
|
1125
|
-
}
|
1126
|
-
|
1127
|
-
small,
|
1128
|
-
[theme~='font-size-s'] {
|
1129
|
-
font-size: var(--lumo-font-size-s);
|
1130
|
-
line-height: var(--lumo-line-height-s);
|
1131
|
-
}
|
1132
|
-
|
1133
|
-
[theme~='font-size-xs'] {
|
1134
|
-
font-size: var(--lumo-font-size-xs);
|
1135
|
-
line-height: var(--lumo-line-height-xs);
|
1136
|
-
}
|
1137
|
-
|
1138
|
-
:where(h1, h2, h3, h4, h5, h6) {
|
1139
|
-
font-weight: 600;
|
1140
|
-
line-height: var(--lumo-line-height-xs);
|
1141
|
-
margin-block: 0;
|
1142
|
-
}
|
1143
|
-
|
1144
|
-
:where(h1) {
|
1145
|
-
font-size: var(--lumo-font-size-xxxl);
|
1146
|
-
}
|
1147
|
-
|
1148
|
-
:where(h2) {
|
1149
|
-
font-size: var(--lumo-font-size-xxl);
|
1150
|
-
}
|
1151
|
-
|
1152
|
-
:where(h3) {
|
1153
|
-
font-size: var(--lumo-font-size-xl);
|
1154
|
-
}
|
1155
|
-
|
1156
|
-
:where(h4) {
|
1157
|
-
font-size: var(--lumo-font-size-l);
|
1158
|
-
}
|
1159
|
-
|
1160
|
-
:where(h5) {
|
1161
|
-
font-size: var(--lumo-font-size-m);
|
1162
|
-
}
|
1163
|
-
|
1164
|
-
:where(h6) {
|
1165
|
-
font-size: var(--lumo-font-size-xs);
|
1166
|
-
text-transform: uppercase;
|
1167
|
-
letter-spacing: 0.03em;
|
1168
|
-
}
|
1169
|
-
|
1170
|
-
p,
|
1171
|
-
blockquote {
|
1172
|
-
margin-top: 0.5em;
|
1173
|
-
margin-bottom: 0.75em;
|
1174
|
-
}
|
1175
|
-
|
1176
|
-
a {
|
1177
|
-
text-decoration: none;
|
1178
|
-
}
|
1179
|
-
|
1180
|
-
a:where(:any-link):hover {
|
1181
|
-
text-decoration: underline;
|
1182
|
-
}
|
1183
|
-
|
1184
|
-
hr {
|
1185
|
-
display: block;
|
1186
|
-
align-self: stretch;
|
1187
|
-
height: 1px;
|
1188
|
-
border: 0;
|
1189
|
-
padding: 0;
|
1190
|
-
margin: var(--lumo-space-s) calc(var(--lumo-border-radius-m) / 2);
|
1191
|
-
background-color: var(--lumo-contrast-10pct);
|
1192
|
-
}
|
1193
|
-
|
1194
|
-
blockquote {
|
1195
|
-
border-left: 2px solid var(--lumo-contrast-30pct);
|
1196
|
-
}
|
1197
|
-
|
1198
|
-
b,
|
1199
|
-
strong {
|
1200
|
-
font-weight: 600;
|
1201
|
-
}
|
1202
|
-
|
1203
|
-
/* RTL specific styles */
|
1204
|
-
blockquote[dir='rtl'] {
|
1205
|
-
border-left: none;
|
1206
|
-
border-right: 2px solid var(--lumo-contrast-30pct);
|
1207
|
-
}
|
1208
|
-
`;k("",xa,{moduleId:"lumo-typography"});xe("typography-props",wa);/**
|
1209
|
-
* @license
|
1210
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
1211
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
1212
|
-
*/const di=g`
|
1213
|
-
:host {
|
1214
|
-
top: var(--lumo-space-m);
|
1215
|
-
right: var(--lumo-space-m);
|
1216
|
-
bottom: var(--lumo-space-m);
|
1217
|
-
left: var(--lumo-space-m);
|
1218
|
-
/* Workaround for Edge issue (only on Surface), where an overflowing vaadin-list-box inside vaadin-select-overlay makes the overlay transparent */
|
1219
|
-
/* stylelint-disable-next-line */
|
1220
|
-
outline: 0px solid transparent;
|
1221
|
-
}
|
1222
|
-
|
1223
|
-
[part='overlay'] {
|
1224
|
-
background-color: var(--lumo-base-color);
|
1225
|
-
background-image: linear-gradient(var(--lumo-tint-5pct), var(--lumo-tint-5pct));
|
1226
|
-
border-radius: var(--lumo-border-radius-m);
|
1227
|
-
box-shadow: 0 0 0 1px var(--lumo-shade-5pct), var(--lumo-box-shadow-m);
|
1228
|
-
color: var(--lumo-body-text-color);
|
1229
|
-
font-family: var(--lumo-font-family);
|
1230
|
-
font-size: var(--lumo-font-size-m);
|
1231
|
-
font-weight: 400;
|
1232
|
-
line-height: var(--lumo-line-height-m);
|
1233
|
-
letter-spacing: 0;
|
1234
|
-
text-transform: none;
|
1235
|
-
-webkit-text-size-adjust: 100%;
|
1236
|
-
-webkit-font-smoothing: antialiased;
|
1237
|
-
-moz-osx-font-smoothing: grayscale;
|
1238
|
-
}
|
1239
|
-
|
1240
|
-
[part='content'] {
|
1241
|
-
padding: var(--lumo-space-xs);
|
1242
|
-
}
|
1243
|
-
|
1244
|
-
[part='backdrop'] {
|
1245
|
-
background-color: var(--lumo-shade-20pct);
|
1246
|
-
animation: 0.2s lumo-overlay-backdrop-enter both;
|
1247
|
-
will-change: opacity;
|
1248
|
-
}
|
1249
|
-
|
1250
|
-
@keyframes lumo-overlay-backdrop-enter {
|
1251
|
-
0% {
|
1252
|
-
opacity: 0;
|
1253
|
-
}
|
1254
|
-
}
|
1255
|
-
|
1256
|
-
:host([closing]) [part='backdrop'] {
|
1257
|
-
animation: 0.2s lumo-overlay-backdrop-exit both;
|
1258
|
-
}
|
1259
|
-
|
1260
|
-
@keyframes lumo-overlay-backdrop-exit {
|
1261
|
-
100% {
|
1262
|
-
opacity: 0;
|
1263
|
-
}
|
1264
|
-
}
|
1265
|
-
|
1266
|
-
@keyframes lumo-overlay-dummy-animation {
|
1267
|
-
0% {
|
1268
|
-
opacity: 1;
|
1269
|
-
}
|
1270
|
-
|
1271
|
-
100% {
|
1272
|
-
opacity: 1;
|
1273
|
-
}
|
1274
|
-
}
|
1275
|
-
`;k("",di,{moduleId:"lumo-overlay"});/**
|
1276
|
-
* @license
|
1277
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
1278
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
1279
|
-
*/const ui=g`
|
1280
|
-
:host([opening]),
|
1281
|
-
:host([closing]) {
|
1282
|
-
animation: 0.14s lumo-overlay-dummy-animation;
|
1283
|
-
}
|
1284
|
-
|
1285
|
-
[part='overlay'] {
|
1286
|
-
will-change: opacity, transform;
|
1287
|
-
}
|
1288
|
-
|
1289
|
-
:host([opening]) [part='overlay'] {
|
1290
|
-
animation: 0.1s lumo-menu-overlay-enter ease-out both;
|
1291
|
-
}
|
1292
|
-
|
1293
|
-
@keyframes lumo-menu-overlay-enter {
|
1294
|
-
0% {
|
1295
|
-
opacity: 0;
|
1296
|
-
transform: translateY(-4px);
|
1297
|
-
}
|
1298
|
-
}
|
1299
|
-
|
1300
|
-
:host([closing]) [part='overlay'] {
|
1301
|
-
animation: 0.1s lumo-menu-overlay-exit both;
|
1302
|
-
}
|
1303
|
-
|
1304
|
-
@keyframes lumo-menu-overlay-exit {
|
1305
|
-
100% {
|
1306
|
-
opacity: 0;
|
1307
|
-
}
|
1308
|
-
}
|
1309
|
-
`;k("",ui,{moduleId:"lumo-menu-overlay-core"});const Ca=g`
|
1310
|
-
/* Small viewport (bottom sheet) styles */
|
1311
|
-
/* Use direct media queries instead of the state attributes ([phone] and [fullscreen]) provided by the elements */
|
1312
|
-
@media (max-width: 420px), (max-height: 420px) {
|
1313
|
-
:host {
|
1314
|
-
top: 0 !important;
|
1315
|
-
right: 0 !important;
|
1316
|
-
bottom: var(--vaadin-overlay-viewport-bottom, 0) !important;
|
1317
|
-
left: 0 !important;
|
1318
|
-
align-items: stretch !important;
|
1319
|
-
justify-content: flex-end !important;
|
1320
|
-
}
|
1321
|
-
|
1322
|
-
[part='overlay'] {
|
1323
|
-
max-height: 50vh;
|
1324
|
-
width: 100vw;
|
1325
|
-
border-radius: 0;
|
1326
|
-
box-shadow: var(--lumo-box-shadow-xl);
|
1327
|
-
}
|
1328
|
-
|
1329
|
-
/* The content part scrolls instead of the overlay part, because of the gradient fade-out */
|
1330
|
-
[part='content'] {
|
1331
|
-
padding: 30px var(--lumo-space-m);
|
1332
|
-
max-height: inherit;
|
1333
|
-
box-sizing: border-box;
|
1334
|
-
-webkit-overflow-scrolling: touch;
|
1335
|
-
overflow: auto;
|
1336
|
-
-webkit-mask-image: linear-gradient(transparent, #000 40px, #000 calc(100% - 40px), transparent);
|
1337
|
-
mask-image: linear-gradient(transparent, #000 40px, #000 calc(100% - 40px), transparent);
|
1338
|
-
}
|
1339
|
-
|
1340
|
-
[part='backdrop'] {
|
1341
|
-
display: block;
|
1342
|
-
}
|
1343
|
-
|
1344
|
-
/* Animations */
|
1345
|
-
|
1346
|
-
:host([opening]) [part='overlay'] {
|
1347
|
-
animation: 0.2s lumo-mobile-menu-overlay-enter cubic-bezier(0.215, 0.61, 0.355, 1) both;
|
1348
|
-
}
|
1349
|
-
|
1350
|
-
:host([closing]),
|
1351
|
-
:host([closing]) [part='backdrop'] {
|
1352
|
-
animation-delay: 0.14s;
|
1353
|
-
}
|
1354
|
-
|
1355
|
-
:host([closing]) [part='overlay'] {
|
1356
|
-
animation: 0.14s 0.14s lumo-mobile-menu-overlay-exit cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
|
1357
|
-
}
|
1358
|
-
}
|
1359
|
-
|
1360
|
-
@keyframes lumo-mobile-menu-overlay-enter {
|
1361
|
-
0% {
|
1362
|
-
transform: translateY(150%);
|
1363
|
-
}
|
1364
|
-
}
|
1365
|
-
|
1366
|
-
@keyframes lumo-mobile-menu-overlay-exit {
|
1367
|
-
100% {
|
1368
|
-
transform: translateY(150%);
|
1369
|
-
}
|
1370
|
-
}
|
1371
|
-
`,hi=[di,ui,Ca];k("",hi,{moduleId:"lumo-menu-overlay"});const Aa=g`
|
1372
|
-
[part='overlay'] {
|
1373
|
-
/*
|
1374
|
-
Width:
|
1375
|
-
date cell widths
|
1376
|
-
+ month calendar side padding
|
1377
|
-
+ year scroller width
|
1378
|
-
*/
|
1379
|
-
/* prettier-ignore */
|
1380
|
-
width:
|
1381
|
-
calc(
|
1382
|
-
var(--lumo-size-m) * 7
|
1383
|
-
+ var(--lumo-space-xs) * 2
|
1384
|
-
+ 57px
|
1385
|
-
);
|
1386
|
-
height: 100%;
|
1387
|
-
max-height: calc(var(--lumo-size-m) * 14);
|
1388
|
-
overflow: hidden;
|
1389
|
-
-webkit-tap-highlight-color: transparent;
|
1390
|
-
}
|
1391
|
-
|
1392
|
-
[part='overlay'] {
|
1393
|
-
flex-direction: column;
|
1394
|
-
}
|
1395
|
-
|
1396
|
-
[part='content'] {
|
1397
|
-
padding: 0;
|
1398
|
-
height: 100%;
|
1399
|
-
overflow: hidden;
|
1400
|
-
-webkit-mask-image: none;
|
1401
|
-
mask-image: none;
|
1402
|
-
}
|
1403
|
-
|
1404
|
-
:host([top-aligned]) [part~='overlay'] {
|
1405
|
-
margin-top: var(--lumo-space-xs);
|
1406
|
-
}
|
1407
|
-
|
1408
|
-
:host([bottom-aligned]) [part~='overlay'] {
|
1409
|
-
margin-bottom: var(--lumo-space-xs);
|
1410
|
-
}
|
1411
|
-
|
1412
|
-
@media (max-width: 420px), (max-height: 420px) {
|
1413
|
-
[part='overlay'] {
|
1414
|
-
width: 100vw;
|
1415
|
-
height: 70vh;
|
1416
|
-
max-height: 70vh;
|
1417
|
-
}
|
1418
|
-
}
|
1419
|
-
`;k("vaadin-date-picker-overlay",[hi,Aa],{moduleId:"lumo-date-picker-overlay"});/**
|
1420
|
-
* @license
|
1421
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
1422
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
1423
|
-
*/class Ea extends HTMLElement{static get is(){return"vaadin-lumo-styles"}static get version(){return"24.2.9"}}R(Ea);const je=(o,...t)=>{ps(`lumo-${o}`,t)};/**
|
1424
|
-
* @license
|
1425
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
1426
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
1427
|
-
*/const Pa=g`
|
1428
|
-
:host {
|
1429
|
-
/* Base (background) */
|
1430
|
-
--lumo-base-color: #fff;
|
1431
|
-
|
1432
|
-
/* Tint */
|
1433
|
-
--lumo-tint-5pct: hsla(0, 0%, 100%, 0.3);
|
1434
|
-
--lumo-tint-10pct: hsla(0, 0%, 100%, 0.37);
|
1435
|
-
--lumo-tint-20pct: hsla(0, 0%, 100%, 0.44);
|
1436
|
-
--lumo-tint-30pct: hsla(0, 0%, 100%, 0.5);
|
1437
|
-
--lumo-tint-40pct: hsla(0, 0%, 100%, 0.57);
|
1438
|
-
--lumo-tint-50pct: hsla(0, 0%, 100%, 0.64);
|
1439
|
-
--lumo-tint-60pct: hsla(0, 0%, 100%, 0.7);
|
1440
|
-
--lumo-tint-70pct: hsla(0, 0%, 100%, 0.77);
|
1441
|
-
--lumo-tint-80pct: hsla(0, 0%, 100%, 0.84);
|
1442
|
-
--lumo-tint-90pct: hsla(0, 0%, 100%, 0.9);
|
1443
|
-
--lumo-tint: #fff;
|
1444
|
-
|
1445
|
-
/* Shade */
|
1446
|
-
--lumo-shade-5pct: hsla(214, 61%, 25%, 0.05);
|
1447
|
-
--lumo-shade-10pct: hsla(214, 57%, 24%, 0.1);
|
1448
|
-
--lumo-shade-20pct: hsla(214, 53%, 23%, 0.16);
|
1449
|
-
--lumo-shade-30pct: hsla(214, 50%, 22%, 0.26);
|
1450
|
-
--lumo-shade-40pct: hsla(214, 47%, 21%, 0.38);
|
1451
|
-
--lumo-shade-50pct: hsla(214, 45%, 20%, 0.52);
|
1452
|
-
--lumo-shade-60pct: hsla(214, 43%, 19%, 0.6);
|
1453
|
-
--lumo-shade-70pct: hsla(214, 42%, 18%, 0.69);
|
1454
|
-
--lumo-shade-80pct: hsla(214, 41%, 17%, 0.83);
|
1455
|
-
--lumo-shade-90pct: hsla(214, 40%, 16%, 0.94);
|
1456
|
-
--lumo-shade: hsl(214, 35%, 15%);
|
1457
|
-
|
1458
|
-
/* Contrast */
|
1459
|
-
--lumo-contrast-5pct: var(--lumo-shade-5pct);
|
1460
|
-
--lumo-contrast-10pct: var(--lumo-shade-10pct);
|
1461
|
-
--lumo-contrast-20pct: var(--lumo-shade-20pct);
|
1462
|
-
--lumo-contrast-30pct: var(--lumo-shade-30pct);
|
1463
|
-
--lumo-contrast-40pct: var(--lumo-shade-40pct);
|
1464
|
-
--lumo-contrast-50pct: var(--lumo-shade-50pct);
|
1465
|
-
--lumo-contrast-60pct: var(--lumo-shade-60pct);
|
1466
|
-
--lumo-contrast-70pct: var(--lumo-shade-70pct);
|
1467
|
-
--lumo-contrast-80pct: var(--lumo-shade-80pct);
|
1468
|
-
--lumo-contrast-90pct: var(--lumo-shade-90pct);
|
1469
|
-
--lumo-contrast: var(--lumo-shade);
|
1470
|
-
|
1471
|
-
/* Text */
|
1472
|
-
--lumo-header-text-color: var(--lumo-contrast);
|
1473
|
-
--lumo-body-text-color: var(--lumo-contrast-90pct);
|
1474
|
-
--lumo-secondary-text-color: var(--lumo-contrast-70pct);
|
1475
|
-
--lumo-tertiary-text-color: var(--lumo-contrast-50pct);
|
1476
|
-
--lumo-disabled-text-color: var(--lumo-contrast-30pct);
|
1477
|
-
|
1478
|
-
/* Primary */
|
1479
|
-
--lumo-primary-color: hsl(214, 100%, 48%);
|
1480
|
-
--lumo-primary-color-50pct: hsla(214, 100%, 49%, 0.76);
|
1481
|
-
--lumo-primary-color-10pct: hsla(214, 100%, 60%, 0.13);
|
1482
|
-
--lumo-primary-text-color: hsl(214, 100%, 43%);
|
1483
|
-
--lumo-primary-contrast-color: #fff;
|
1484
|
-
|
1485
|
-
/* Error */
|
1486
|
-
--lumo-error-color: hsl(3, 85%, 48%);
|
1487
|
-
--lumo-error-color-50pct: hsla(3, 85%, 49%, 0.5);
|
1488
|
-
--lumo-error-color-10pct: hsla(3, 85%, 49%, 0.1);
|
1489
|
-
--lumo-error-text-color: hsl(3, 89%, 42%);
|
1490
|
-
--lumo-error-contrast-color: #fff;
|
1491
|
-
|
1492
|
-
/* Success */
|
1493
|
-
--lumo-success-color: hsl(145, 72%, 30%);
|
1494
|
-
--lumo-success-color-50pct: hsla(145, 72%, 31%, 0.5);
|
1495
|
-
--lumo-success-color-10pct: hsla(145, 72%, 31%, 0.1);
|
1496
|
-
--lumo-success-text-color: hsl(145, 85%, 25%);
|
1497
|
-
--lumo-success-contrast-color: #fff;
|
1498
|
-
|
1499
|
-
/* Warning */
|
1500
|
-
--lumo-warning-color: hsl(48, 100%, 50%);
|
1501
|
-
--lumo-warning-color-10pct: hsla(48, 100%, 50%, 0.25);
|
1502
|
-
--lumo-warning-text-color: hsl(32, 100%, 30%);
|
1503
|
-
--lumo-warning-contrast-color: var(--lumo-shade-90pct);
|
1504
|
-
}
|
1505
|
-
|
1506
|
-
/* forced-colors mode adjustments */
|
1507
|
-
@media (forced-colors: active) {
|
1508
|
-
html {
|
1509
|
-
--lumo-disabled-text-color: GrayText;
|
1510
|
-
}
|
1511
|
-
}
|
1512
|
-
`;je("color-props",Pa);const ka=g`
|
1513
|
-
[theme~='dark'] {
|
1514
|
-
/* Base (background) */
|
1515
|
-
--lumo-base-color: hsl(214, 35%, 21%);
|
1516
|
-
|
1517
|
-
/* Tint */
|
1518
|
-
--lumo-tint-5pct: hsla(214, 65%, 85%, 0.06);
|
1519
|
-
--lumo-tint-10pct: hsla(214, 60%, 80%, 0.14);
|
1520
|
-
--lumo-tint-20pct: hsla(214, 64%, 82%, 0.23);
|
1521
|
-
--lumo-tint-30pct: hsla(214, 69%, 84%, 0.32);
|
1522
|
-
--lumo-tint-40pct: hsla(214, 73%, 86%, 0.41);
|
1523
|
-
--lumo-tint-50pct: hsla(214, 78%, 88%, 0.5);
|
1524
|
-
--lumo-tint-60pct: hsla(214, 82%, 90%, 0.58);
|
1525
|
-
--lumo-tint-70pct: hsla(214, 87%, 92%, 0.69);
|
1526
|
-
--lumo-tint-80pct: hsla(214, 91%, 94%, 0.8);
|
1527
|
-
--lumo-tint-90pct: hsla(214, 96%, 96%, 0.9);
|
1528
|
-
--lumo-tint: hsl(214, 100%, 98%);
|
1529
|
-
|
1530
|
-
/* Shade */
|
1531
|
-
--lumo-shade-5pct: hsla(214, 0%, 0%, 0.07);
|
1532
|
-
--lumo-shade-10pct: hsla(214, 4%, 2%, 0.15);
|
1533
|
-
--lumo-shade-20pct: hsla(214, 8%, 4%, 0.23);
|
1534
|
-
--lumo-shade-30pct: hsla(214, 12%, 6%, 0.32);
|
1535
|
-
--lumo-shade-40pct: hsla(214, 16%, 8%, 0.41);
|
1536
|
-
--lumo-shade-50pct: hsla(214, 20%, 10%, 0.5);
|
1537
|
-
--lumo-shade-60pct: hsla(214, 24%, 12%, 0.6);
|
1538
|
-
--lumo-shade-70pct: hsla(214, 28%, 13%, 0.7);
|
1539
|
-
--lumo-shade-80pct: hsla(214, 32%, 13%, 0.8);
|
1540
|
-
--lumo-shade-90pct: hsla(214, 33%, 13%, 0.9);
|
1541
|
-
--lumo-shade: hsl(214, 33%, 13%);
|
1542
|
-
|
1543
|
-
/* Contrast */
|
1544
|
-
--lumo-contrast-5pct: var(--lumo-tint-5pct);
|
1545
|
-
--lumo-contrast-10pct: var(--lumo-tint-10pct);
|
1546
|
-
--lumo-contrast-20pct: var(--lumo-tint-20pct);
|
1547
|
-
--lumo-contrast-30pct: var(--lumo-tint-30pct);
|
1548
|
-
--lumo-contrast-40pct: var(--lumo-tint-40pct);
|
1549
|
-
--lumo-contrast-50pct: var(--lumo-tint-50pct);
|
1550
|
-
--lumo-contrast-60pct: var(--lumo-tint-60pct);
|
1551
|
-
--lumo-contrast-70pct: var(--lumo-tint-70pct);
|
1552
|
-
--lumo-contrast-80pct: var(--lumo-tint-80pct);
|
1553
|
-
--lumo-contrast-90pct: var(--lumo-tint-90pct);
|
1554
|
-
--lumo-contrast: var(--lumo-tint);
|
1555
|
-
|
1556
|
-
/* Text */
|
1557
|
-
--lumo-header-text-color: var(--lumo-contrast);
|
1558
|
-
--lumo-body-text-color: var(--lumo-contrast-90pct);
|
1559
|
-
--lumo-secondary-text-color: var(--lumo-contrast-70pct);
|
1560
|
-
--lumo-tertiary-text-color: var(--lumo-contrast-50pct);
|
1561
|
-
--lumo-disabled-text-color: var(--lumo-contrast-30pct);
|
1562
|
-
|
1563
|
-
/* Primary */
|
1564
|
-
--lumo-primary-color: hsl(214, 90%, 48%);
|
1565
|
-
--lumo-primary-color-50pct: hsla(214, 90%, 70%, 0.69);
|
1566
|
-
--lumo-primary-color-10pct: hsla(214, 90%, 55%, 0.13);
|
1567
|
-
--lumo-primary-text-color: hsl(214, 90%, 77%);
|
1568
|
-
--lumo-primary-contrast-color: #fff;
|
1569
|
-
|
1570
|
-
/* Error */
|
1571
|
-
--lumo-error-color: hsl(3, 79%, 49%);
|
1572
|
-
--lumo-error-color-50pct: hsla(3, 75%, 62%, 0.5);
|
1573
|
-
--lumo-error-color-10pct: hsla(3, 75%, 62%, 0.14);
|
1574
|
-
--lumo-error-text-color: hsl(3, 100%, 80%);
|
1575
|
-
|
1576
|
-
/* Success */
|
1577
|
-
--lumo-success-color: hsl(145, 72%, 30%);
|
1578
|
-
--lumo-success-color-50pct: hsla(145, 92%, 51%, 0.5);
|
1579
|
-
--lumo-success-color-10pct: hsla(145, 92%, 51%, 0.1);
|
1580
|
-
--lumo-success-text-color: hsl(145, 85%, 46%);
|
1581
|
-
|
1582
|
-
/* Warning */
|
1583
|
-
--lumo-warning-color: hsl(43, 100%, 48%);
|
1584
|
-
--lumo-warning-color-10pct: hsla(40, 100%, 50%, 0.2);
|
1585
|
-
--lumo-warning-text-color: hsl(45, 100%, 60%);
|
1586
|
-
--lumo-warning-contrast-color: var(--lumo-shade-90pct);
|
1587
|
-
}
|
1588
|
-
|
1589
|
-
html {
|
1590
|
-
color: var(--lumo-body-text-color);
|
1591
|
-
background-color: var(--lumo-base-color);
|
1592
|
-
color-scheme: light;
|
1593
|
-
}
|
1594
|
-
|
1595
|
-
[theme~='dark'] {
|
1596
|
-
color: var(--lumo-body-text-color);
|
1597
|
-
background-color: var(--lumo-base-color);
|
1598
|
-
color-scheme: dark;
|
1599
|
-
}
|
1600
|
-
|
1601
|
-
h1,
|
1602
|
-
h2,
|
1603
|
-
h3,
|
1604
|
-
h4,
|
1605
|
-
h5,
|
1606
|
-
h6 {
|
1607
|
-
color: var(--lumo-header-text-color);
|
1608
|
-
}
|
1609
|
-
|
1610
|
-
a:where(:any-link) {
|
1611
|
-
color: var(--lumo-primary-text-color);
|
1612
|
-
}
|
1613
|
-
|
1614
|
-
a:not(:any-link) {
|
1615
|
-
color: var(--lumo-disabled-text-color);
|
1616
|
-
}
|
1617
|
-
|
1618
|
-
blockquote {
|
1619
|
-
color: var(--lumo-secondary-text-color);
|
1620
|
-
}
|
1621
|
-
|
1622
|
-
code,
|
1623
|
-
pre {
|
1624
|
-
background-color: var(--lumo-contrast-10pct);
|
1625
|
-
border-radius: var(--lumo-border-radius-m);
|
1626
|
-
}
|
1627
|
-
`;k("",ka,{moduleId:"lumo-color"});/**
|
1628
|
-
* @license
|
1629
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
1630
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
1631
|
-
*/const Ta=g`
|
1632
|
-
:host {
|
1633
|
-
--lumo-size-xs: 1.625rem;
|
1634
|
-
--lumo-size-s: 1.875rem;
|
1635
|
-
--lumo-size-m: 2.25rem;
|
1636
|
-
--lumo-size-l: 2.75rem;
|
1637
|
-
--lumo-size-xl: 3.5rem;
|
1638
|
-
|
1639
|
-
/* Icons */
|
1640
|
-
--lumo-icon-size-s: 1.25em;
|
1641
|
-
--lumo-icon-size-m: 1.5em;
|
1642
|
-
--lumo-icon-size-l: 2.25em;
|
1643
|
-
/* For backwards compatibility */
|
1644
|
-
--lumo-icon-size: var(--lumo-icon-size-m);
|
1645
|
-
}
|
1646
|
-
`;je("sizing-props",Ta);/**
|
1647
|
-
* @license
|
1648
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
1649
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
1650
|
-
*/const Da=g`
|
1651
|
-
:host {
|
1652
|
-
/* Square */
|
1653
|
-
--lumo-space-xs: 0.25rem;
|
1654
|
-
--lumo-space-s: 0.5rem;
|
1655
|
-
--lumo-space-m: 1rem;
|
1656
|
-
--lumo-space-l: 1.5rem;
|
1657
|
-
--lumo-space-xl: 2.5rem;
|
1658
|
-
|
1659
|
-
/* Wide */
|
1660
|
-
--lumo-space-wide-xs: calc(var(--lumo-space-xs) / 2) var(--lumo-space-xs);
|
1661
|
-
--lumo-space-wide-s: calc(var(--lumo-space-s) / 2) var(--lumo-space-s);
|
1662
|
-
--lumo-space-wide-m: calc(var(--lumo-space-m) / 2) var(--lumo-space-m);
|
1663
|
-
--lumo-space-wide-l: calc(var(--lumo-space-l) / 2) var(--lumo-space-l);
|
1664
|
-
--lumo-space-wide-xl: calc(var(--lumo-space-xl) / 2) var(--lumo-space-xl);
|
1665
|
-
|
1666
|
-
/* Tall */
|
1667
|
-
--lumo-space-tall-xs: var(--lumo-space-xs) calc(var(--lumo-space-xs) / 2);
|
1668
|
-
--lumo-space-tall-s: var(--lumo-space-s) calc(var(--lumo-space-s) / 2);
|
1669
|
-
--lumo-space-tall-m: var(--lumo-space-m) calc(var(--lumo-space-m) / 2);
|
1670
|
-
--lumo-space-tall-l: var(--lumo-space-l) calc(var(--lumo-space-l) / 2);
|
1671
|
-
--lumo-space-tall-xl: var(--lumo-space-xl) calc(var(--lumo-space-xl) / 2);
|
1672
|
-
}
|
1673
|
-
`;je("spacing-props",Da);/**
|
1674
|
-
* @license
|
1675
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
1676
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
1677
|
-
*/const Sa=g`
|
1678
|
-
:host {
|
1679
|
-
/* Border radius */
|
1680
|
-
--lumo-border-radius-s: 0.25em; /* Checkbox, badge, date-picker year indicator, etc */
|
1681
|
-
--lumo-border-radius-m: var(--lumo-border-radius, 0.25em); /* Button, text field, menu overlay, etc */
|
1682
|
-
--lumo-border-radius-l: 0.5em; /* Dialog, notification, etc */
|
1683
|
-
|
1684
|
-
/* Shadow */
|
1685
|
-
--lumo-box-shadow-xs: 0 1px 4px -1px var(--lumo-shade-50pct);
|
1686
|
-
--lumo-box-shadow-s: 0 2px 4px -1px var(--lumo-shade-20pct), 0 3px 12px -1px var(--lumo-shade-30pct);
|
1687
|
-
--lumo-box-shadow-m: 0 2px 6px -1px var(--lumo-shade-20pct), 0 8px 24px -4px var(--lumo-shade-40pct);
|
1688
|
-
--lumo-box-shadow-l: 0 3px 18px -2px var(--lumo-shade-20pct), 0 12px 48px -6px var(--lumo-shade-40pct);
|
1689
|
-
--lumo-box-shadow-xl: 0 4px 24px -3px var(--lumo-shade-20pct), 0 18px 64px -8px var(--lumo-shade-40pct);
|
1690
|
-
|
1691
|
-
/* Clickable element cursor */
|
1692
|
-
--lumo-clickable-cursor: default;
|
1693
|
-
}
|
1694
|
-
`;g`
|
1695
|
-
html {
|
1696
|
-
--vaadin-checkbox-size: calc(var(--lumo-size-m) / 2);
|
1697
|
-
--vaadin-radio-button-size: calc(var(--lumo-size-m) / 2);
|
1698
|
-
--vaadin-input-field-border-radius: var(--lumo-border-radius-m);
|
1699
|
-
}
|
1700
|
-
`;je("style-props",Sa);/**
|
1701
|
-
* @license
|
1702
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
1703
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
1704
|
-
*/const Oa=g`
|
1705
|
-
:host {
|
1706
|
-
/* prettier-ignore */
|
1707
|
-
--lumo-font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
1708
|
-
|
1709
|
-
/* Font sizes */
|
1710
|
-
--lumo-font-size-xxs: 0.75rem;
|
1711
|
-
--lumo-font-size-xs: 0.8125rem;
|
1712
|
-
--lumo-font-size-s: 0.875rem;
|
1713
|
-
--lumo-font-size-m: 1rem;
|
1714
|
-
--lumo-font-size-l: 1.125rem;
|
1715
|
-
--lumo-font-size-xl: 1.375rem;
|
1716
|
-
--lumo-font-size-xxl: 1.75rem;
|
1717
|
-
--lumo-font-size-xxxl: 2.5rem;
|
1718
|
-
|
1719
|
-
/* Line heights */
|
1720
|
-
--lumo-line-height-xs: 1.25;
|
1721
|
-
--lumo-line-height-s: 1.375;
|
1722
|
-
--lumo-line-height-m: 1.625;
|
1723
|
-
}
|
1724
|
-
`,Ma=g`
|
1725
|
-
body,
|
1726
|
-
:host {
|
1727
|
-
font-family: var(--lumo-font-family);
|
1728
|
-
font-size: var(--lumo-font-size-m);
|
1729
|
-
line-height: var(--lumo-line-height-m);
|
1730
|
-
-webkit-text-size-adjust: 100%;
|
1731
|
-
-webkit-font-smoothing: antialiased;
|
1732
|
-
-moz-osx-font-smoothing: grayscale;
|
1733
|
-
}
|
1734
|
-
|
1735
|
-
small,
|
1736
|
-
[theme~='font-size-s'] {
|
1737
|
-
font-size: var(--lumo-font-size-s);
|
1738
|
-
line-height: var(--lumo-line-height-s);
|
1739
|
-
}
|
1740
|
-
|
1741
|
-
[theme~='font-size-xs'] {
|
1742
|
-
font-size: var(--lumo-font-size-xs);
|
1743
|
-
line-height: var(--lumo-line-height-xs);
|
1744
|
-
}
|
1745
|
-
|
1746
|
-
:where(h1, h2, h3, h4, h5, h6) {
|
1747
|
-
font-weight: 600;
|
1748
|
-
line-height: var(--lumo-line-height-xs);
|
1749
|
-
margin-block: 0;
|
1750
|
-
}
|
1751
|
-
|
1752
|
-
:where(h1) {
|
1753
|
-
font-size: var(--lumo-font-size-xxxl);
|
1754
|
-
}
|
1755
|
-
|
1756
|
-
:where(h2) {
|
1757
|
-
font-size: var(--lumo-font-size-xxl);
|
1758
|
-
}
|
1759
|
-
|
1760
|
-
:where(h3) {
|
1761
|
-
font-size: var(--lumo-font-size-xl);
|
1762
|
-
}
|
1763
|
-
|
1764
|
-
:where(h4) {
|
1765
|
-
font-size: var(--lumo-font-size-l);
|
1766
|
-
}
|
1767
|
-
|
1768
|
-
:where(h5) {
|
1769
|
-
font-size: var(--lumo-font-size-m);
|
1770
|
-
}
|
1771
|
-
|
1772
|
-
:where(h6) {
|
1773
|
-
font-size: var(--lumo-font-size-xs);
|
1774
|
-
text-transform: uppercase;
|
1775
|
-
letter-spacing: 0.03em;
|
1776
|
-
}
|
1777
|
-
|
1778
|
-
p,
|
1779
|
-
blockquote {
|
1780
|
-
margin-top: 0.5em;
|
1781
|
-
margin-bottom: 0.75em;
|
1782
|
-
}
|
1783
|
-
|
1784
|
-
a {
|
1785
|
-
text-decoration: none;
|
1786
|
-
}
|
1787
|
-
|
1788
|
-
a:where(:any-link):hover {
|
1789
|
-
text-decoration: underline;
|
1790
|
-
}
|
1791
|
-
|
1792
|
-
hr {
|
1793
|
-
display: block;
|
1794
|
-
align-self: stretch;
|
1795
|
-
height: 1px;
|
1796
|
-
border: 0;
|
1797
|
-
padding: 0;
|
1798
|
-
margin: var(--lumo-space-s) calc(var(--lumo-border-radius-m) / 2);
|
1799
|
-
background-color: var(--lumo-contrast-10pct);
|
1800
|
-
}
|
1801
|
-
|
1802
|
-
blockquote {
|
1803
|
-
border-left: 2px solid var(--lumo-contrast-30pct);
|
1804
|
-
}
|
1805
|
-
|
1806
|
-
b,
|
1807
|
-
strong {
|
1808
|
-
font-weight: 600;
|
1809
|
-
}
|
1810
|
-
|
1811
|
-
/* RTL specific styles */
|
1812
|
-
blockquote[dir='rtl'] {
|
1813
|
-
border-left: none;
|
1814
|
-
border-right: 2px solid var(--lumo-contrast-30pct);
|
1815
|
-
}
|
1816
|
-
`;k("",Ma,{moduleId:"lumo-typography"});je("typography-props",Oa);const Ia=g`
|
1817
|
-
:host {
|
1818
|
-
/* Sizing */
|
1819
|
-
--lumo-button-size: var(--lumo-size-m);
|
1820
|
-
min-width: calc(var(--lumo-button-size) * 2);
|
1821
|
-
height: var(--lumo-button-size);
|
1822
|
-
padding: 0 calc(var(--lumo-button-size) / 3 + var(--lumo-border-radius-m) / 2);
|
1823
|
-
margin: var(--lumo-space-xs) 0;
|
1824
|
-
box-sizing: border-box;
|
1825
|
-
/* Style */
|
1826
|
-
font-family: var(--lumo-font-family);
|
1827
|
-
font-size: var(--lumo-font-size-m);
|
1828
|
-
font-weight: 500;
|
1829
|
-
color: var(--_lumo-button-color, var(--lumo-primary-text-color));
|
1830
|
-
background-color: var(--_lumo-button-background-color, var(--lumo-contrast-5pct));
|
1831
|
-
border-radius: var(--lumo-border-radius-m);
|
1832
|
-
cursor: var(--lumo-clickable-cursor);
|
1833
|
-
-webkit-tap-highlight-color: transparent;
|
1834
|
-
-webkit-font-smoothing: antialiased;
|
1835
|
-
-moz-osx-font-smoothing: grayscale;
|
1836
|
-
flex-shrink: 0;
|
1837
|
-
}
|
1838
|
-
|
1839
|
-
/* Set only for the internal parts so we don't affect the host vertical alignment */
|
1840
|
-
[part='label'],
|
1841
|
-
[part='prefix'],
|
1842
|
-
[part='suffix'] {
|
1843
|
-
line-height: var(--lumo-line-height-xs);
|
1844
|
-
}
|
1845
|
-
|
1846
|
-
[part='label'] {
|
1847
|
-
padding: calc(var(--lumo-button-size) / 6) 0;
|
1848
|
-
}
|
1849
|
-
|
1850
|
-
:host([theme~='small']) {
|
1851
|
-
font-size: var(--lumo-font-size-s);
|
1852
|
-
--lumo-button-size: var(--lumo-size-s);
|
1853
|
-
}
|
1854
|
-
|
1855
|
-
:host([theme~='large']) {
|
1856
|
-
font-size: var(--lumo-font-size-l);
|
1857
|
-
--lumo-button-size: var(--lumo-size-l);
|
1858
|
-
}
|
1859
|
-
|
1860
|
-
/* For interaction states */
|
1861
|
-
:host::before,
|
1862
|
-
:host::after {
|
1863
|
-
content: '';
|
1864
|
-
/* We rely on the host always being relative */
|
1865
|
-
position: absolute;
|
1866
|
-
z-index: 1;
|
1867
|
-
inset: 0;
|
1868
|
-
background-color: currentColor;
|
1869
|
-
border-radius: inherit;
|
1870
|
-
opacity: 0;
|
1871
|
-
pointer-events: none;
|
1872
|
-
}
|
1873
|
-
|
1874
|
-
/* Hover */
|
1875
|
-
|
1876
|
-
@media (any-hover: hover) {
|
1877
|
-
:host(:hover)::before {
|
1878
|
-
opacity: 0.02;
|
1879
|
-
}
|
1880
|
-
}
|
1881
|
-
|
1882
|
-
/* Active */
|
1883
|
-
|
1884
|
-
:host::after {
|
1885
|
-
transition: opacity 1.4s, transform 0.1s;
|
1886
|
-
filter: blur(8px);
|
1887
|
-
}
|
1888
|
-
|
1889
|
-
:host([active])::before {
|
1890
|
-
opacity: 0.05;
|
1891
|
-
transition-duration: 0s;
|
1892
|
-
}
|
1893
|
-
|
1894
|
-
:host([active])::after {
|
1895
|
-
opacity: 0.1;
|
1896
|
-
transition-duration: 0s, 0s;
|
1897
|
-
transform: scale(0);
|
1898
|
-
}
|
1899
|
-
|
1900
|
-
/* Keyboard focus */
|
1901
|
-
|
1902
|
-
:host([focus-ring]) {
|
1903
|
-
box-shadow: 0 0 0 2px var(--lumo-primary-color-50pct);
|
1904
|
-
}
|
1905
|
-
|
1906
|
-
:host([theme~='primary'][focus-ring]) {
|
1907
|
-
box-shadow: 0 0 0 1px var(--lumo-base-color), 0 0 0 3px var(--lumo-primary-color-50pct);
|
1908
|
-
}
|
1909
|
-
|
1910
|
-
/* Types (primary, tertiary, tertiary-inline */
|
1911
|
-
|
1912
|
-
:host([theme~='tertiary']),
|
1913
|
-
:host([theme~='tertiary-inline']) {
|
1914
|
-
background-color: transparent !important;
|
1915
|
-
min-width: 0;
|
1916
|
-
}
|
1917
|
-
|
1918
|
-
:host([theme~='tertiary']) {
|
1919
|
-
padding: 0 calc(var(--lumo-button-size) / 6);
|
1920
|
-
}
|
1921
|
-
|
1922
|
-
:host([theme~='tertiary-inline'])::before {
|
1923
|
-
display: none;
|
1924
|
-
}
|
1925
|
-
|
1926
|
-
:host([theme~='tertiary-inline']) {
|
1927
|
-
margin: 0;
|
1928
|
-
height: auto;
|
1929
|
-
padding: 0;
|
1930
|
-
line-height: inherit;
|
1931
|
-
font-size: inherit;
|
1932
|
-
}
|
1933
|
-
|
1934
|
-
:host([theme~='tertiary-inline']) [part='label'] {
|
1935
|
-
padding: 0;
|
1936
|
-
overflow: visible;
|
1937
|
-
line-height: inherit;
|
1938
|
-
}
|
1939
|
-
|
1940
|
-
:host([theme~='primary']) {
|
1941
|
-
background-color: var(--_lumo-button-primary-background-color, var(--lumo-primary-color));
|
1942
|
-
color: var(--_lumo-button-primary-color, var(--lumo-primary-contrast-color));
|
1943
|
-
font-weight: 600;
|
1944
|
-
min-width: calc(var(--lumo-button-size) * 2.5);
|
1945
|
-
}
|
1946
|
-
|
1947
|
-
:host([theme~='primary'])::before {
|
1948
|
-
background-color: black;
|
1949
|
-
}
|
1950
|
-
|
1951
|
-
@media (any-hover: hover) {
|
1952
|
-
:host([theme~='primary']:hover)::before {
|
1953
|
-
opacity: 0.05;
|
1954
|
-
}
|
1955
|
-
}
|
1956
|
-
|
1957
|
-
:host([theme~='primary'][active])::before {
|
1958
|
-
opacity: 0.1;
|
1959
|
-
}
|
1960
|
-
|
1961
|
-
:host([theme~='primary'][active])::after {
|
1962
|
-
opacity: 0.2;
|
1963
|
-
}
|
1964
|
-
|
1965
|
-
/* Colors (success, error, contrast) */
|
1966
|
-
|
1967
|
-
:host([theme~='success']) {
|
1968
|
-
color: var(--lumo-success-text-color);
|
1969
|
-
}
|
1970
|
-
|
1971
|
-
:host([theme~='success'][theme~='primary']) {
|
1972
|
-
background-color: var(--lumo-success-color);
|
1973
|
-
color: var(--lumo-success-contrast-color);
|
1974
|
-
}
|
1975
|
-
|
1976
|
-
:host([theme~='error']) {
|
1977
|
-
color: var(--lumo-error-text-color);
|
1978
|
-
}
|
1979
|
-
|
1980
|
-
:host([theme~='error'][theme~='primary']) {
|
1981
|
-
background-color: var(--lumo-error-color);
|
1982
|
-
color: var(--lumo-error-contrast-color);
|
1983
|
-
}
|
1984
|
-
|
1985
|
-
:host([theme~='contrast']) {
|
1986
|
-
color: var(--lumo-contrast);
|
1987
|
-
}
|
1988
|
-
|
1989
|
-
:host([theme~='contrast'][theme~='primary']) {
|
1990
|
-
background-color: var(--lumo-contrast);
|
1991
|
-
color: var(--lumo-base-color);
|
1992
|
-
}
|
1993
|
-
|
1994
|
-
/* Disabled state. Keep selectors after other color variants. */
|
1995
|
-
|
1996
|
-
:host([disabled]) {
|
1997
|
-
pointer-events: none;
|
1998
|
-
color: var(--lumo-disabled-text-color);
|
1999
|
-
}
|
2000
|
-
|
2001
|
-
:host([theme~='primary'][disabled]) {
|
2002
|
-
background-color: var(--lumo-contrast-30pct);
|
2003
|
-
color: var(--lumo-base-color);
|
2004
|
-
}
|
2005
|
-
|
2006
|
-
:host([theme~='primary'][disabled]) [part] {
|
2007
|
-
opacity: 0.7;
|
2008
|
-
}
|
2009
|
-
|
2010
|
-
/* Icons */
|
2011
|
-
|
2012
|
-
[part] ::slotted(vaadin-icon) {
|
2013
|
-
display: inline-block;
|
2014
|
-
width: var(--lumo-icon-size-m);
|
2015
|
-
height: var(--lumo-icon-size-m);
|
2016
|
-
}
|
2017
|
-
|
2018
|
-
/* Vaadin icons are based on a 16x16 grid (unlike Lumo and Material icons with 24x24), so they look too big by default */
|
2019
|
-
[part] ::slotted(vaadin-icon[icon^='vaadin:']) {
|
2020
|
-
padding: 0.25em;
|
2021
|
-
box-sizing: border-box !important;
|
2022
|
-
}
|
2023
|
-
|
2024
|
-
[part='prefix'] {
|
2025
|
-
margin-left: -0.25em;
|
2026
|
-
margin-right: 0.25em;
|
2027
|
-
}
|
2028
|
-
|
2029
|
-
[part='suffix'] {
|
2030
|
-
margin-left: 0.25em;
|
2031
|
-
margin-right: -0.25em;
|
2032
|
-
}
|
2033
|
-
|
2034
|
-
/* Icon-only */
|
2035
|
-
|
2036
|
-
:host([theme~='icon']:not([theme~='tertiary-inline'])) {
|
2037
|
-
min-width: var(--lumo-button-size);
|
2038
|
-
padding-left: calc(var(--lumo-button-size) / 4);
|
2039
|
-
padding-right: calc(var(--lumo-button-size) / 4);
|
2040
|
-
}
|
2041
|
-
|
2042
|
-
:host([theme~='icon']) [part='prefix'],
|
2043
|
-
:host([theme~='icon']) [part='suffix'] {
|
2044
|
-
margin-left: 0;
|
2045
|
-
margin-right: 0;
|
2046
|
-
}
|
2047
|
-
|
2048
|
-
/* RTL specific styles */
|
2049
|
-
|
2050
|
-
:host([dir='rtl']) [part='prefix'] {
|
2051
|
-
margin-left: 0.25em;
|
2052
|
-
margin-right: -0.25em;
|
2053
|
-
}
|
2054
|
-
|
2055
|
-
:host([dir='rtl']) [part='suffix'] {
|
2056
|
-
margin-left: -0.25em;
|
2057
|
-
margin-right: 0.25em;
|
2058
|
-
}
|
2059
|
-
|
2060
|
-
:host([dir='rtl'][theme~='icon']) [part='prefix'],
|
2061
|
-
:host([dir='rtl'][theme~='icon']) [part='suffix'] {
|
2062
|
-
margin-left: 0;
|
2063
|
-
margin-right: 0;
|
2064
|
-
}
|
2065
|
-
`;k("vaadin-button",Ia,{moduleId:"lumo-button"});/**
|
2066
|
-
* @license
|
2067
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
2068
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2069
|
-
*/const Ce=T(o=>typeof o.prototype.addController=="function"?o:class extends o{constructor(){super(),this.__controllers=new Set}connectedCallback(){super.connectedCallback(),this.__controllers.forEach(e=>{e.hostConnected&&e.hostConnected()})}disconnectedCallback(){super.disconnectedCallback(),this.__controllers.forEach(e=>{e.hostDisconnected&&e.hostDisconnected()})}addController(e){this.__controllers.add(e),this.$!==void 0&&this.isConnected&&e.hostConnected&&e.hostConnected()}removeController(e){this.__controllers.delete(e)}}),Na=/\/\*[\*!]\s+vaadin-dev-mode:start([\s\S]*)vaadin-dev-mode:end\s+\*\*\//i,tt=window.Vaadin&&window.Vaadin.Flow&&window.Vaadin.Flow.clients;function za(){function o(){return!0}return pi(o)}function Fa(){try{return Ba()?!0:La()?tt?!Ha():!za():!1}catch(o){return!1}}function Ba(){return localStorage.getItem("vaadin.developmentmode.force")}function La(){return["localhost","127.0.0.1"].indexOf(window.location.hostname)>=0}function Ha(){return!!(tt&&Object.keys(tt).map(t=>tt[t]).filter(t=>t.productionMode).length>0)}function pi(o,t){if(typeof o!="function")return;const e=Na.exec(o.toString());if(e)try{o=new Function(e[1])}catch(s){console.log("vaadin-development-mode-detector: uncommentAndRun() failed",s)}return o(t)}window.Vaadin=window.Vaadin||{};const ho=function(o,t){if(window.Vaadin.developmentMode)return pi(o,t)};window.Vaadin.developmentMode===void 0&&(window.Vaadin.developmentMode=Fa());function Ra(){/*! vaadin-dev-mode:start
|
2070
|
-
(function () {
|
2071
|
-
'use strict';
|
2072
|
-
|
2073
|
-
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) {
|
2074
|
-
return typeof obj;
|
2075
|
-
} : function (obj) {
|
2076
|
-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
2077
|
-
};
|
2078
|
-
|
2079
|
-
var classCallCheck = function (instance, Constructor) {
|
2080
|
-
if (!(instance instanceof Constructor)) {
|
2081
|
-
throw new TypeError("Cannot call a class as a function");
|
2082
|
-
}
|
2083
|
-
};
|
2084
|
-
|
2085
|
-
var createClass = function () {
|
2086
|
-
function defineProperties(target, props) {
|
2087
|
-
for (var i = 0; i < props.length; i++) {
|
2088
|
-
var descriptor = props[i];
|
2089
|
-
descriptor.enumerable = descriptor.enumerable || false;
|
2090
|
-
descriptor.configurable = true;
|
2091
|
-
if ("value" in descriptor) descriptor.writable = true;
|
2092
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
2093
|
-
}
|
2094
|
-
}
|
2095
|
-
|
2096
|
-
return function (Constructor, protoProps, staticProps) {
|
2097
|
-
if (protoProps) defineProperties(Constructor.prototype, protoProps);
|
2098
|
-
if (staticProps) defineProperties(Constructor, staticProps);
|
2099
|
-
return Constructor;
|
2100
|
-
};
|
2101
|
-
}();
|
2102
|
-
|
2103
|
-
var getPolymerVersion = function getPolymerVersion() {
|
2104
|
-
return window.Polymer && window.Polymer.version;
|
2105
|
-
};
|
2106
|
-
|
2107
|
-
var StatisticsGatherer = function () {
|
2108
|
-
function StatisticsGatherer(logger) {
|
2109
|
-
classCallCheck(this, StatisticsGatherer);
|
2110
|
-
|
2111
|
-
this.now = new Date().getTime();
|
2112
|
-
this.logger = logger;
|
2113
|
-
}
|
2114
|
-
|
2115
|
-
createClass(StatisticsGatherer, [{
|
2116
|
-
key: 'frameworkVersionDetectors',
|
2117
|
-
value: function frameworkVersionDetectors() {
|
2118
|
-
return {
|
2119
|
-
'Flow': function Flow() {
|
2120
|
-
if (window.Vaadin && window.Vaadin.Flow && window.Vaadin.Flow.clients) {
|
2121
|
-
var flowVersions = Object.keys(window.Vaadin.Flow.clients).map(function (key) {
|
2122
|
-
return window.Vaadin.Flow.clients[key];
|
2123
|
-
}).filter(function (client) {
|
2124
|
-
return client.getVersionInfo;
|
2125
|
-
}).map(function (client) {
|
2126
|
-
return client.getVersionInfo().flow;
|
2127
|
-
});
|
2128
|
-
if (flowVersions.length > 0) {
|
2129
|
-
return flowVersions[0];
|
2130
|
-
}
|
2131
|
-
}
|
2132
|
-
},
|
2133
|
-
'Vaadin Framework': function VaadinFramework() {
|
2134
|
-
if (window.vaadin && window.vaadin.clients) {
|
2135
|
-
var frameworkVersions = Object.values(window.vaadin.clients).filter(function (client) {
|
2136
|
-
return client.getVersionInfo;
|
2137
|
-
}).map(function (client) {
|
2138
|
-
return client.getVersionInfo().vaadinVersion;
|
2139
|
-
});
|
2140
|
-
if (frameworkVersions.length > 0) {
|
2141
|
-
return frameworkVersions[0];
|
2142
|
-
}
|
2143
|
-
}
|
2144
|
-
},
|
2145
|
-
'AngularJs': function AngularJs() {
|
2146
|
-
if (window.angular && window.angular.version && window.angular.version) {
|
2147
|
-
return window.angular.version.full;
|
2148
|
-
}
|
2149
|
-
},
|
2150
|
-
'Angular': function Angular() {
|
2151
|
-
if (window.ng) {
|
2152
|
-
var tags = document.querySelectorAll("[ng-version]");
|
2153
|
-
if (tags.length > 0) {
|
2154
|
-
return tags[0].getAttribute("ng-version");
|
2155
|
-
}
|
2156
|
-
return "Unknown";
|
2157
|
-
}
|
2158
|
-
},
|
2159
|
-
'Backbone.js': function BackboneJs() {
|
2160
|
-
if (window.Backbone) {
|
2161
|
-
return window.Backbone.VERSION;
|
2162
|
-
}
|
2163
|
-
},
|
2164
|
-
'React': function React() {
|
2165
|
-
var reactSelector = '[data-reactroot], [data-reactid]';
|
2166
|
-
if (!!document.querySelector(reactSelector)) {
|
2167
|
-
// React does not publish the version by default
|
2168
|
-
return "unknown";
|
2169
|
-
}
|
2170
|
-
},
|
2171
|
-
'Ember': function Ember() {
|
2172
|
-
if (window.Em && window.Em.VERSION) {
|
2173
|
-
return window.Em.VERSION;
|
2174
|
-
} else if (window.Ember && window.Ember.VERSION) {
|
2175
|
-
return window.Ember.VERSION;
|
2176
|
-
}
|
2177
|
-
},
|
2178
|
-
'jQuery': function (_jQuery) {
|
2179
|
-
function jQuery() {
|
2180
|
-
return _jQuery.apply(this, arguments);
|
2181
|
-
}
|
2182
|
-
|
2183
|
-
jQuery.toString = function () {
|
2184
|
-
return _jQuery.toString();
|
2185
|
-
};
|
2186
|
-
|
2187
|
-
return jQuery;
|
2188
|
-
}(function () {
|
2189
|
-
if (typeof jQuery === 'function' && jQuery.prototype.jquery !== undefined) {
|
2190
|
-
return jQuery.prototype.jquery;
|
2191
|
-
}
|
2192
|
-
}),
|
2193
|
-
'Polymer': function Polymer() {
|
2194
|
-
var version = getPolymerVersion();
|
2195
|
-
if (version) {
|
2196
|
-
return version;
|
2197
|
-
}
|
2198
|
-
},
|
2199
|
-
'LitElement': function LitElement() {
|
2200
|
-
var version = window.litElementVersions && window.litElementVersions[0];
|
2201
|
-
if (version) {
|
2202
|
-
return version;
|
2203
|
-
}
|
2204
|
-
},
|
2205
|
-
'LitHtml': function LitHtml() {
|
2206
|
-
var version = window.litHtmlVersions && window.litHtmlVersions[0];
|
2207
|
-
if (version) {
|
2208
|
-
return version;
|
2209
|
-
}
|
2210
|
-
},
|
2211
|
-
'Vue.js': function VueJs() {
|
2212
|
-
if (window.Vue) {
|
2213
|
-
return window.Vue.version;
|
2214
|
-
}
|
2215
|
-
}
|
2216
|
-
};
|
2217
|
-
}
|
2218
|
-
}, {
|
2219
|
-
key: 'getUsedVaadinElements',
|
2220
|
-
value: function getUsedVaadinElements(elements) {
|
2221
|
-
var version = getPolymerVersion();
|
2222
|
-
var elementClasses = void 0;
|
2223
|
-
// NOTE: In case you edit the code here, YOU MUST UPDATE any statistics reporting code in Flow.
|
2224
|
-
// Check all locations calling the method getEntries() in
|
2225
|
-
// https://github.com/vaadin/flow/blob/master/flow-server/src/main/java/com/vaadin/flow/internal/UsageStatistics.java#L106
|
2226
|
-
// Currently it is only used by BootstrapHandler.
|
2227
|
-
if (version && version.indexOf('2') === 0) {
|
2228
|
-
// Polymer 2: components classes are stored in window.Vaadin
|
2229
|
-
elementClasses = Object.keys(window.Vaadin).map(function (c) {
|
2230
|
-
return window.Vaadin[c];
|
2231
|
-
}).filter(function (c) {
|
2232
|
-
return c.is;
|
2233
|
-
});
|
2234
|
-
} else {
|
2235
|
-
// Polymer 3: components classes are stored in window.Vaadin.registrations
|
2236
|
-
elementClasses = window.Vaadin.registrations || [];
|
2237
|
-
}
|
2238
|
-
elementClasses.forEach(function (klass) {
|
2239
|
-
var version = klass.version ? klass.version : "0.0.0";
|
2240
|
-
elements[klass.is] = { version: version };
|
2241
|
-
});
|
2242
|
-
}
|
2243
|
-
}, {
|
2244
|
-
key: 'getUsedVaadinThemes',
|
2245
|
-
value: function getUsedVaadinThemes(themes) {
|
2246
|
-
['Lumo', 'Material'].forEach(function (themeName) {
|
2247
|
-
var theme;
|
2248
|
-
var version = getPolymerVersion();
|
2249
|
-
if (version && version.indexOf('2') === 0) {
|
2250
|
-
// Polymer 2: themes are stored in window.Vaadin
|
2251
|
-
theme = window.Vaadin[themeName];
|
2252
|
-
} else {
|
2253
|
-
// Polymer 3: themes are stored in custom element registry
|
2254
|
-
theme = customElements.get('vaadin-' + themeName.toLowerCase() + '-styles');
|
2255
|
-
}
|
2256
|
-
if (theme && theme.version) {
|
2257
|
-
themes[themeName] = { version: theme.version };
|
2258
|
-
}
|
2259
|
-
});
|
2260
|
-
}
|
2261
|
-
}, {
|
2262
|
-
key: 'getFrameworks',
|
2263
|
-
value: function getFrameworks(frameworks) {
|
2264
|
-
var detectors = this.frameworkVersionDetectors();
|
2265
|
-
Object.keys(detectors).forEach(function (framework) {
|
2266
|
-
var detector = detectors[framework];
|
2267
|
-
try {
|
2268
|
-
var version = detector();
|
2269
|
-
if (version) {
|
2270
|
-
frameworks[framework] = { version: version };
|
2271
|
-
}
|
2272
|
-
} catch (e) {}
|
2273
|
-
});
|
2274
|
-
}
|
2275
|
-
}, {
|
2276
|
-
key: 'gather',
|
2277
|
-
value: function gather(storage) {
|
2278
|
-
var storedStats = storage.read();
|
2279
|
-
var gatheredStats = {};
|
2280
|
-
var types = ["elements", "frameworks", "themes"];
|
2281
|
-
|
2282
|
-
types.forEach(function (type) {
|
2283
|
-
gatheredStats[type] = {};
|
2284
|
-
if (!storedStats[type]) {
|
2285
|
-
storedStats[type] = {};
|
2286
|
-
}
|
2287
|
-
});
|
2288
|
-
|
2289
|
-
var previousStats = JSON.stringify(storedStats);
|
2290
|
-
|
2291
|
-
this.getUsedVaadinElements(gatheredStats.elements);
|
2292
|
-
this.getFrameworks(gatheredStats.frameworks);
|
2293
|
-
this.getUsedVaadinThemes(gatheredStats.themes);
|
2294
|
-
|
2295
|
-
var now = this.now;
|
2296
|
-
types.forEach(function (type) {
|
2297
|
-
var keys = Object.keys(gatheredStats[type]);
|
2298
|
-
keys.forEach(function (key) {
|
2299
|
-
if (!storedStats[type][key] || _typeof(storedStats[type][key]) != _typeof({})) {
|
2300
|
-
storedStats[type][key] = { firstUsed: now };
|
2301
|
-
}
|
2302
|
-
// Discards any previously logged version number
|
2303
|
-
storedStats[type][key].version = gatheredStats[type][key].version;
|
2304
|
-
storedStats[type][key].lastUsed = now;
|
2305
|
-
});
|
2306
|
-
});
|
2307
|
-
|
2308
|
-
var newStats = JSON.stringify(storedStats);
|
2309
|
-
storage.write(newStats);
|
2310
|
-
if (newStats != previousStats && Object.keys(storedStats).length > 0) {
|
2311
|
-
this.logger.debug("New stats: " + newStats);
|
2312
|
-
}
|
2313
|
-
}
|
2314
|
-
}]);
|
2315
|
-
return StatisticsGatherer;
|
2316
|
-
}();
|
2317
|
-
|
2318
|
-
var StatisticsStorage = function () {
|
2319
|
-
function StatisticsStorage(key) {
|
2320
|
-
classCallCheck(this, StatisticsStorage);
|
2321
|
-
|
2322
|
-
this.key = key;
|
2323
|
-
}
|
2324
|
-
|
2325
|
-
createClass(StatisticsStorage, [{
|
2326
|
-
key: 'read',
|
2327
|
-
value: function read() {
|
2328
|
-
var localStorageStatsString = localStorage.getItem(this.key);
|
2329
|
-
try {
|
2330
|
-
return JSON.parse(localStorageStatsString ? localStorageStatsString : '{}');
|
2331
|
-
} catch (e) {
|
2332
|
-
return {};
|
2333
|
-
}
|
2334
|
-
}
|
2335
|
-
}, {
|
2336
|
-
key: 'write',
|
2337
|
-
value: function write(data) {
|
2338
|
-
localStorage.setItem(this.key, data);
|
2339
|
-
}
|
2340
|
-
}, {
|
2341
|
-
key: 'clear',
|
2342
|
-
value: function clear() {
|
2343
|
-
localStorage.removeItem(this.key);
|
2344
|
-
}
|
2345
|
-
}, {
|
2346
|
-
key: 'isEmpty',
|
2347
|
-
value: function isEmpty() {
|
2348
|
-
var storedStats = this.read();
|
2349
|
-
var empty = true;
|
2350
|
-
Object.keys(storedStats).forEach(function (key) {
|
2351
|
-
if (Object.keys(storedStats[key]).length > 0) {
|
2352
|
-
empty = false;
|
2353
|
-
}
|
2354
|
-
});
|
2355
|
-
|
2356
|
-
return empty;
|
2357
|
-
}
|
2358
|
-
}]);
|
2359
|
-
return StatisticsStorage;
|
2360
|
-
}();
|
2361
|
-
|
2362
|
-
var StatisticsSender = function () {
|
2363
|
-
function StatisticsSender(url, logger) {
|
2364
|
-
classCallCheck(this, StatisticsSender);
|
2365
|
-
|
2366
|
-
this.url = url;
|
2367
|
-
this.logger = logger;
|
2368
|
-
}
|
2369
|
-
|
2370
|
-
createClass(StatisticsSender, [{
|
2371
|
-
key: 'send',
|
2372
|
-
value: function send(data, errorHandler) {
|
2373
|
-
var logger = this.logger;
|
2374
|
-
|
2375
|
-
if (navigator.onLine === false) {
|
2376
|
-
logger.debug("Offline, can't send");
|
2377
|
-
errorHandler();
|
2378
|
-
return;
|
2379
|
-
}
|
2380
|
-
logger.debug("Sending data to " + this.url);
|
2381
|
-
|
2382
|
-
var req = new XMLHttpRequest();
|
2383
|
-
req.withCredentials = true;
|
2384
|
-
req.addEventListener("load", function () {
|
2385
|
-
// Stats sent, nothing more to do
|
2386
|
-
logger.debug("Response: " + req.responseText);
|
2387
|
-
});
|
2388
|
-
req.addEventListener("error", function () {
|
2389
|
-
logger.debug("Send failed");
|
2390
|
-
errorHandler();
|
2391
|
-
});
|
2392
|
-
req.addEventListener("abort", function () {
|
2393
|
-
logger.debug("Send aborted");
|
2394
|
-
errorHandler();
|
2395
|
-
});
|
2396
|
-
req.open("POST", this.url);
|
2397
|
-
req.setRequestHeader("Content-Type", "application/json");
|
2398
|
-
req.send(data);
|
2399
|
-
}
|
2400
|
-
}]);
|
2401
|
-
return StatisticsSender;
|
2402
|
-
}();
|
2403
|
-
|
2404
|
-
var StatisticsLogger = function () {
|
2405
|
-
function StatisticsLogger(id) {
|
2406
|
-
classCallCheck(this, StatisticsLogger);
|
2407
|
-
|
2408
|
-
this.id = id;
|
2409
|
-
}
|
2410
|
-
|
2411
|
-
createClass(StatisticsLogger, [{
|
2412
|
-
key: '_isDebug',
|
2413
|
-
value: function _isDebug() {
|
2414
|
-
return localStorage.getItem("vaadin." + this.id + ".debug");
|
2415
|
-
}
|
2416
|
-
}, {
|
2417
|
-
key: 'debug',
|
2418
|
-
value: function debug(msg) {
|
2419
|
-
if (this._isDebug()) {
|
2420
|
-
console.info(this.id + ": " + msg);
|
2421
|
-
}
|
2422
|
-
}
|
2423
|
-
}]);
|
2424
|
-
return StatisticsLogger;
|
2425
|
-
}();
|
2426
|
-
|
2427
|
-
var UsageStatistics = function () {
|
2428
|
-
function UsageStatistics() {
|
2429
|
-
classCallCheck(this, UsageStatistics);
|
2430
|
-
|
2431
|
-
this.now = new Date();
|
2432
|
-
this.timeNow = this.now.getTime();
|
2433
|
-
this.gatherDelay = 10; // Delay between loading this file and gathering stats
|
2434
|
-
this.initialDelay = 24 * 60 * 60;
|
2435
|
-
|
2436
|
-
this.logger = new StatisticsLogger("statistics");
|
2437
|
-
this.storage = new StatisticsStorage("vaadin.statistics.basket");
|
2438
|
-
this.gatherer = new StatisticsGatherer(this.logger);
|
2439
|
-
this.sender = new StatisticsSender("https://tools.vaadin.com/usage-stats/submit", this.logger);
|
2440
|
-
}
|
2441
|
-
|
2442
|
-
createClass(UsageStatistics, [{
|
2443
|
-
key: 'maybeGatherAndSend',
|
2444
|
-
value: function maybeGatherAndSend() {
|
2445
|
-
var _this = this;
|
2446
|
-
|
2447
|
-
if (localStorage.getItem(UsageStatistics.optOutKey)) {
|
2448
|
-
return;
|
2449
|
-
}
|
2450
|
-
this.gatherer.gather(this.storage);
|
2451
|
-
setTimeout(function () {
|
2452
|
-
_this.maybeSend();
|
2453
|
-
}, this.gatherDelay * 1000);
|
2454
|
-
}
|
2455
|
-
}, {
|
2456
|
-
key: 'lottery',
|
2457
|
-
value: function lottery() {
|
2458
|
-
return true;
|
2459
|
-
}
|
2460
|
-
}, {
|
2461
|
-
key: 'currentMonth',
|
2462
|
-
value: function currentMonth() {
|
2463
|
-
return this.now.getYear() * 12 + this.now.getMonth();
|
2464
|
-
}
|
2465
|
-
}, {
|
2466
|
-
key: 'maybeSend',
|
2467
|
-
value: function maybeSend() {
|
2468
|
-
var firstUse = Number(localStorage.getItem(UsageStatistics.firstUseKey));
|
2469
|
-
var monthProcessed = Number(localStorage.getItem(UsageStatistics.monthProcessedKey));
|
2470
|
-
|
2471
|
-
if (!firstUse) {
|
2472
|
-
// Use a grace period to avoid interfering with tests, incognito mode etc
|
2473
|
-
firstUse = this.timeNow;
|
2474
|
-
localStorage.setItem(UsageStatistics.firstUseKey, firstUse);
|
2475
|
-
}
|
2476
|
-
|
2477
|
-
if (this.timeNow < firstUse + this.initialDelay * 1000) {
|
2478
|
-
this.logger.debug("No statistics will be sent until the initial delay of " + this.initialDelay + "s has passed");
|
2479
|
-
return;
|
2480
|
-
}
|
2481
|
-
if (this.currentMonth() <= monthProcessed) {
|
2482
|
-
this.logger.debug("This month has already been processed");
|
2483
|
-
return;
|
2484
|
-
}
|
2485
|
-
localStorage.setItem(UsageStatistics.monthProcessedKey, this.currentMonth());
|
2486
|
-
// Use random sampling
|
2487
|
-
if (this.lottery()) {
|
2488
|
-
this.logger.debug("Congratulations, we have a winner!");
|
2489
|
-
} else {
|
2490
|
-
this.logger.debug("Sorry, no stats from you this time");
|
2491
|
-
return;
|
2492
|
-
}
|
2493
|
-
|
2494
|
-
this.send();
|
2495
|
-
}
|
2496
|
-
}, {
|
2497
|
-
key: 'send',
|
2498
|
-
value: function send() {
|
2499
|
-
// Ensure we have the latest data
|
2500
|
-
this.gatherer.gather(this.storage);
|
2501
|
-
|
2502
|
-
// Read, send and clean up
|
2503
|
-
var data = this.storage.read();
|
2504
|
-
data["firstUse"] = Number(localStorage.getItem(UsageStatistics.firstUseKey));
|
2505
|
-
data["usageStatisticsVersion"] = UsageStatistics.version;
|
2506
|
-
var info = 'This request contains usage statistics gathered from the application running in development mode. \n\nStatistics gathering is automatically disabled and excluded from production builds.\n\nFor details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.\n\n\n\n';
|
2507
|
-
var self = this;
|
2508
|
-
this.sender.send(info + JSON.stringify(data), function () {
|
2509
|
-
// Revert the 'month processed' flag
|
2510
|
-
localStorage.setItem(UsageStatistics.monthProcessedKey, self.currentMonth() - 1);
|
2511
|
-
});
|
2512
|
-
}
|
2513
|
-
}], [{
|
2514
|
-
key: 'version',
|
2515
|
-
get: function get$1() {
|
2516
|
-
return '2.1.2';
|
2517
|
-
}
|
2518
|
-
}, {
|
2519
|
-
key: 'firstUseKey',
|
2520
|
-
get: function get$1() {
|
2521
|
-
return 'vaadin.statistics.firstuse';
|
2522
|
-
}
|
2523
|
-
}, {
|
2524
|
-
key: 'monthProcessedKey',
|
2525
|
-
get: function get$1() {
|
2526
|
-
return 'vaadin.statistics.monthProcessed';
|
2527
|
-
}
|
2528
|
-
}, {
|
2529
|
-
key: 'optOutKey',
|
2530
|
-
get: function get$1() {
|
2531
|
-
return 'vaadin.statistics.optout';
|
2532
|
-
}
|
2533
|
-
}]);
|
2534
|
-
return UsageStatistics;
|
2535
|
-
}();
|
2536
|
-
|
2537
|
-
try {
|
2538
|
-
window.Vaadin = window.Vaadin || {};
|
2539
|
-
window.Vaadin.usageStatsChecker = window.Vaadin.usageStatsChecker || new UsageStatistics();
|
2540
|
-
window.Vaadin.usageStatsChecker.maybeGatherAndSend();
|
2541
|
-
} catch (e) {
|
2542
|
-
// Intentionally ignored as this is not a problem in the app being developed
|
2543
|
-
}
|
2544
|
-
|
2545
|
-
}());
|
2546
|
-
|
2547
|
-
vaadin-dev-mode:end **/}const $a=function(){if(typeof ho=="function")return ho(Ra)};/**
|
2548
|
-
* @license
|
2549
|
-
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
2550
|
-
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
2551
|
-
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
2552
|
-
* The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
2553
|
-
* Code distributed by Google as part of the polymer project is also
|
2554
|
-
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
2555
|
-
*/let po=0,mi=0;const ge=[];let Qt=!1;function Va(){Qt=!1;const o=ge.length;for(let t=0;t<o;t++){const e=ge[t];if(e)try{e()}catch(s){setTimeout(()=>{throw s})}}ge.splice(0,o),mi+=o}const lt={after(o){return{run(t){return window.setTimeout(t,o)},cancel(t){window.clearTimeout(t)}}},run(o,t){return window.setTimeout(o,t)},cancel(o){window.clearTimeout(o)}},Ya={run(o){return window.requestIdleCallback?window.requestIdleCallback(o):window.setTimeout(o,16)},cancel(o){window.cancelIdleCallback?window.cancelIdleCallback(o):window.clearTimeout(o)}},Ua={run(o){Qt||(Qt=!0,queueMicrotask(()=>Va())),ge.push(o);const t=po;return po+=1,t},cancel(o){const t=o-mi;if(t>=0){if(!ge[t])throw new Error(`invalid async handle: ${o}`);ge[t]=null}}};/**
|
2556
|
-
@license
|
2557
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
2558
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
2559
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
2560
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
2561
|
-
Code distributed by Google as part of the polymer project is also
|
2562
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
2563
|
-
*/const Zt=new Set;let Ve=class es{static debounce(t,e,s){return t instanceof es?t._cancelAsync():t=new es,t.setConfig(e,s),t}constructor(){this._asyncModule=null,this._callback=null,this._timer=null}setConfig(t,e){this._asyncModule=t,this._callback=e,this._timer=this._asyncModule.run(()=>{this._timer=null,Zt.delete(this),this._callback()})}cancel(){this.isActive()&&(this._cancelAsync(),Zt.delete(this))}_cancelAsync(){this.isActive()&&(this._asyncModule.cancel(this._timer),this._timer=null)}flush(){this.isActive()&&(this.cancel(),this._callback())}isActive(){return this._timer!=null}};function Wa(o){Zt.add(o)}/**
|
2564
|
-
* @license
|
2565
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
2566
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2567
|
-
*/window.Vaadin||(window.Vaadin={});window.Vaadin.registrations||(window.Vaadin.registrations=[]);window.Vaadin.developmentModeCallback||(window.Vaadin.developmentModeCallback={});window.Vaadin.developmentModeCallback["vaadin-usage-statistics"]=function(){$a()};let Ot;const mo=new Set,fi=o=>class extends mt(o){static get version(){return"24.2.9"}static finalize(){super.finalize();const{is:e}=this;e&&!mo.has(e)&&(window.Vaadin.registrations.push(this),mo.add(e),window.Vaadin.developmentModeCallback&&(Ot=Ve.debounce(Ot,Ya,()=>{window.Vaadin.developmentModeCallback["vaadin-usage-statistics"]()}),Wa(Ot)))}constructor(){super(),document.doctype===null&&console.warn('Vaadin components require the "standards mode" declaration. Please add <!DOCTYPE html> to the HTML document.')}};/**
|
2568
|
-
* @license
|
2569
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
2570
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2571
|
-
*/function ja(o){const t=[];for(;o;){if(o.nodeType===Node.DOCUMENT_NODE){t.push(o);break}if(o.nodeType===Node.DOCUMENT_FRAGMENT_NODE){t.push(o),o=o.host;continue}if(o.assignedSlot){o=o.assignedSlot;continue}o=o.parentNode}return t}function bs(o){return o?new Set(o.split(" ")):new Set}function ft(o){return o?[...o].join(" "):""}function _i(o,t,e){const s=bs(o.getAttribute(t));s.add(e),o.setAttribute(t,ft(s))}function qa(o,t,e){const s=bs(o.getAttribute(t));if(s.delete(e),s.size===0){o.removeAttribute(t);return}o.setAttribute(t,ft(s))}function Ka(o){return o.nodeType===Node.TEXT_NODE&&o.textContent.trim()===""}/**
|
2572
|
-
* @license
|
2573
|
-
* Copyright (c) 2023 Vaadin Ltd.
|
2574
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2575
|
-
*/class Ga{constructor(t,e){this.slot=t,this.callback=e,this._storedNodes=[],this._connected=!1,this._scheduled=!1,this._boundSchedule=()=>{this._schedule()},this.connect(),this._schedule()}connect(){this.slot.addEventListener("slotchange",this._boundSchedule),this._connected=!0}disconnect(){this.slot.removeEventListener("slotchange",this._boundSchedule),this._connected=!1}_schedule(){this._scheduled||(this._scheduled=!0,queueMicrotask(()=>{this.flush()}))}flush(){this._connected&&(this._scheduled=!1,this._processNodes())}_processNodes(){const t=this.slot.assignedNodes({flatten:!0});let e=[];const s=[],i=[];t.length&&(e=t.filter(r=>!this._storedNodes.includes(r))),this._storedNodes.length&&this._storedNodes.forEach((r,n)=>{const a=t.indexOf(r);a===-1?s.push(r):a!==n&&i.push(r)}),(e.length||s.length||i.length)&&this.callback({addedNodes:e,movedNodes:i,removedNodes:s}),this._storedNodes=t}}/**
|
2576
|
-
* @license
|
2577
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
2578
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2579
|
-
*/let Xa=0;function gi(){return Xa++}/**
|
2580
|
-
* @license
|
2581
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
2582
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2583
|
-
*/class re extends EventTarget{static generateId(t,e){return`${e||"default"}-${t.localName}-${gi()}`}constructor(t,e,s,i={}){super();const{initializer:r,multiple:n,observe:a,useUniqueId:l}=i;this.host=t,this.slotName=e,this.tagName=s,this.observe=typeof a=="boolean"?a:!0,this.multiple=typeof n=="boolean"?n:!1,this.slotInitializer=r,n&&(this.nodes=[]),l&&(this.defaultId=this.constructor.generateId(t,e))}hostConnected(){this.initialized||(this.multiple?this.initMultiple():this.initSingle(),this.observe&&this.observeSlot(),this.initialized=!0)}initSingle(){let t=this.getSlotChild();t?(this.node=t,this.initAddedNode(t)):(t=this.attachDefaultNode(),this.initNode(t))}initMultiple(){const t=this.getSlotChildren();if(t.length===0){const e=this.attachDefaultNode();e&&(this.nodes=[e],this.initNode(e))}else this.nodes=t,t.forEach(e=>{this.initAddedNode(e)})}attachDefaultNode(){const{host:t,slotName:e,tagName:s}=this;let i=this.defaultNode;return!i&&s&&(i=document.createElement(s),i instanceof Element&&(e!==""&&i.setAttribute("slot",e),this.node=i,this.defaultNode=i)),i&&t.appendChild(i),i}getSlotChildren(){const{slotName:t}=this;return Array.from(this.host.childNodes).filter(e=>e.nodeType===Node.ELEMENT_NODE&&e.slot===t||e.nodeType===Node.TEXT_NODE&&e.textContent.trim()&&t==="")}getSlotChild(){return this.getSlotChildren()[0]}initNode(t){const{slotInitializer:e}=this;e&&e(t,this.host)}initCustomNode(t){}teardownNode(t){}initAddedNode(t){t!==this.defaultNode&&(this.initCustomNode(t),this.initNode(t))}observeSlot(){const{slotName:t}=this,e=t===""?"slot:not([name])":`slot[name=${t}]`,s=this.host.shadowRoot.querySelector(e);this.__slotObserver=new Ga(s,({addedNodes:i,removedNodes:r})=>{const n=this.multiple?this.nodes:[this.node],a=i.filter(l=>!Ka(l)&&!n.includes(l));r.length&&(this.nodes=n.filter(l=>!r.includes(l)),r.forEach(l=>{this.teardownNode(l)})),a&&a.length>0&&(this.multiple?(this.defaultNode&&this.defaultNode.remove(),this.nodes=[...n,...a].filter(l=>l!==this.defaultNode),a.forEach(l=>{this.initAddedNode(l)})):(this.node&&this.node.remove(),this.node=a[0],this.initAddedNode(this.node)))})}}/**
|
2584
|
-
* @license
|
2585
|
-
* Copyright (c) 2022 - 2023 Vaadin Ltd.
|
2586
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2587
|
-
*/class yi extends re{constructor(t){super(t,"tooltip"),this.setTarget(t)}initCustomNode(t){t.target=this.target,this.ariaTarget!==void 0&&(t.ariaTarget=this.ariaTarget),this.context!==void 0&&(t.context=this.context),this.manual!==void 0&&(t.manual=this.manual),this.opened!==void 0&&(t.opened=this.opened),this.position!==void 0&&(t._position=this.position),this.shouldShow!==void 0&&(t.shouldShow=this.shouldShow),this.__notifyChange()}teardownNode(){this.__notifyChange()}setAriaTarget(t){this.ariaTarget=t;const e=this.node;e&&(e.ariaTarget=t)}setContext(t){this.context=t;const e=this.node;e&&(e.context=t)}setManual(t){this.manual=t;const e=this.node;e&&(e.manual=t)}setOpened(t){this.opened=t;const e=this.node;e&&(e.opened=t)}setPosition(t){this.position=t;const e=this.node;e&&(e._position=t)}setShouldShow(t){this.shouldShow=t;const e=this.node;e&&(e.shouldShow=t)}setTarget(t){this.target=t;const e=this.node;e&&(e.target=t)}__notifyChange(){this.dispatchEvent(new CustomEvent("tooltip-changed",{detail:{node:this.node}}))}}/**
|
2588
|
-
* @license
|
2589
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
2590
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2591
|
-
*/const Ja=g`
|
2592
|
-
:host {
|
2593
|
-
display: inline-block;
|
2594
|
-
position: relative;
|
2595
|
-
outline: none;
|
2596
|
-
white-space: nowrap;
|
2597
|
-
-webkit-user-select: none;
|
2598
|
-
-moz-user-select: none;
|
2599
|
-
user-select: none;
|
2600
|
-
}
|
2601
|
-
|
2602
|
-
:host([hidden]) {
|
2603
|
-
display: none !important;
|
2604
|
-
}
|
2605
|
-
|
2606
|
-
/* Aligns the button with form fields when placed on the same line.
|
2607
|
-
Note, to make it work, the form fields should have the same "::before" pseudo-element. */
|
2608
|
-
.vaadin-button-container::before {
|
2609
|
-
content: '\\2003';
|
2610
|
-
display: inline-block;
|
2611
|
-
width: 0;
|
2612
|
-
max-height: 100%;
|
2613
|
-
}
|
2614
|
-
|
2615
|
-
.vaadin-button-container {
|
2616
|
-
display: inline-flex;
|
2617
|
-
align-items: center;
|
2618
|
-
justify-content: center;
|
2619
|
-
text-align: center;
|
2620
|
-
width: 100%;
|
2621
|
-
height: 100%;
|
2622
|
-
min-height: inherit;
|
2623
|
-
text-shadow: inherit;
|
2624
|
-
}
|
2625
|
-
|
2626
|
-
[part='prefix'],
|
2627
|
-
[part='suffix'] {
|
2628
|
-
flex: none;
|
2629
|
-
}
|
2630
|
-
|
2631
|
-
[part='label'] {
|
2632
|
-
white-space: nowrap;
|
2633
|
-
overflow: hidden;
|
2634
|
-
text-overflow: ellipsis;
|
2635
|
-
}
|
2636
|
-
|
2637
|
-
@media (forced-colors: active) {
|
2638
|
-
:host {
|
2639
|
-
outline: 1px solid;
|
2640
|
-
outline-offset: -1px;
|
2641
|
-
}
|
2642
|
-
|
2643
|
-
:host([focused]) {
|
2644
|
-
outline-width: 2px;
|
2645
|
-
}
|
2646
|
-
|
2647
|
-
:host([disabled]) {
|
2648
|
-
outline-color: GrayText;
|
2649
|
-
}
|
2650
|
-
}
|
2651
|
-
`,Qa=o=>o`
|
2652
|
-
<div class="vaadin-button-container">
|
2653
|
-
<span part="prefix" aria-hidden="true">
|
2654
|
-
<slot name="prefix"></slot>
|
2655
|
-
</span>
|
2656
|
-
<span part="label">
|
2657
|
-
<slot></slot>
|
2658
|
-
</span>
|
2659
|
-
<span part="suffix" aria-hidden="true">
|
2660
|
-
<slot name="suffix"></slot>
|
2661
|
-
</span>
|
2662
|
-
</div>
|
2663
|
-
<slot name="tooltip"></slot>
|
2664
|
-
`;/**
|
2665
|
-
@license
|
2666
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
2667
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
2668
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
2669
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
2670
|
-
Code distributed by Google as part of the polymer project is also
|
2671
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
2672
|
-
*/const Za=!1,el=o=>o,vs=typeof document.head.style.touchAction=="string",ts="__polymerGestures",Mt="__polymerGesturesHandled",ss="__polymerGesturesTouchAction",fo=25,_o=5,tl=2,sl=["mousedown","mousemove","mouseup","click"],ol=[0,1,4,2],il=function(){try{return new MouseEvent("test",{buttons:1}).buttons===1}catch(o){return!1}}();function ws(o){return sl.indexOf(o)>-1}let bi=!1;(function(){try{const o=Object.defineProperty({},"passive",{get(){bi=!0}});window.addEventListener("test",null,o),window.removeEventListener("test",null,o)}catch(o){}})();function rl(o){if(!(ws(o)||o==="touchend")&&vs&&bi&&Za)return{passive:!0}}const nl=navigator.userAgent.match(/iP(?:[oa]d|hone)|Android/u),al={button:!0,command:!0,fieldset:!0,input:!0,keygen:!0,optgroup:!0,option:!0,select:!0,textarea:!0};function ae(o){const t=o.type;if(!ws(t))return!1;if(t==="mousemove"){let s=o.buttons===void 0?1:o.buttons;return o instanceof window.MouseEvent&&!il&&(s=ol[o.which]||0),!!(s&1)}return(o.button===void 0?0:o.button)===0}function ll(o){if(o.type==="click"){if(o.detail===0)return!0;const t=Z(o);if(!t.nodeType||t.nodeType!==Node.ELEMENT_NODE)return!0;const e=t.getBoundingClientRect(),s=o.pageX,i=o.pageY;return!(s>=e.left&&s<=e.right&&i>=e.top&&i<=e.bottom)}return!1}const G={mouse:{target:null,mouseIgnoreJob:null},touch:{x:0,y:0,id:-1,scrollDecided:!1}};function cl(o){let t="auto";const e=wi(o);for(let s=0,i;s<e.length;s++)if(i=e[s],i[ss]){t=i[ss];break}return t}function vi(o,t,e){o.movefn=t,o.upfn=e,document.addEventListener("mousemove",t),document.addEventListener("mouseup",e)}function ye(o){document.removeEventListener("mousemove",o.movefn),document.removeEventListener("mouseup",o.upfn),o.movefn=null,o.upfn=null}const wi=window.ShadyDOM&&window.ShadyDOM.noPatch?window.ShadyDOM.composedPath:o=>o.composedPath&&o.composedPath()||[],xs={},ne=[];function dl(o,t){let e=document.elementFromPoint(o,t),s=e;for(;s&&s.shadowRoot&&!window.ShadyDOM;){const i=s;if(s=s.shadowRoot.elementFromPoint(o,t),i===s)break;s&&(e=s)}return e}function Z(o){const t=wi(o);return t.length>0?t[0]:o.target}function ul(o){const t=o.type,s=o.currentTarget[ts];if(!s)return;const i=s[t];if(!i)return;if(!o[Mt]&&(o[Mt]={},t.startsWith("touch"))){const n=o.changedTouches[0];if(t==="touchstart"&&o.touches.length===1&&(G.touch.id=n.identifier),G.touch.id!==n.identifier)return;vs||(t==="touchstart"||t==="touchmove")&&hl(o)}const r=o[Mt];if(!r.skip){for(let n=0,a;n<ne.length;n++)a=ne[n],i[a.name]&&!r[a.name]&&a.flow&&a.flow.start.indexOf(o.type)>-1&&a.reset&&a.reset();for(let n=0,a;n<ne.length;n++)a=ne[n],i[a.name]&&!r[a.name]&&(r[a.name]=!0,a[t](o))}}function hl(o){const t=o.changedTouches[0],e=o.type;if(e==="touchstart")G.touch.x=t.clientX,G.touch.y=t.clientY,G.touch.scrollDecided=!1;else if(e==="touchmove"){if(G.touch.scrollDecided)return;G.touch.scrollDecided=!0;const s=cl(o);let i=!1;const r=Math.abs(G.touch.x-t.clientX),n=Math.abs(G.touch.y-t.clientY);o.cancelable&&(s==="none"?i=!0:s==="pan-x"?i=n>r:s==="pan-y"&&(i=r>n)),i?o.preventDefault():ct("track")}}function W(o,t,e){return xs[t]?(pl(o,t,e),!0):!1}function pl(o,t,e){const s=xs[t],i=s.deps,r=s.name;let n=o[ts];n||(o[ts]=n={});for(let a=0,l,c;a<i.length;a++)l=i[a],!(nl&&ws(l)&&l!=="click")&&(c=n[l],c||(n[l]=c={_count:0}),c._count===0&&o.addEventListener(l,ul,rl(l)),c[r]=(c[r]||0)+1,c._count=(c._count||0)+1);o.addEventListener(t,e),s.touchAction&&xi(o,s.touchAction)}function Cs(o){ne.push(o),o.emits.forEach(t=>{xs[t]=o})}function ml(o){for(let t=0,e;t<ne.length;t++){e=ne[t];for(let s=0,i;s<e.emits.length;s++)if(i=e.emits[s],i===o)return e}return null}function xi(o,t){vs&&o instanceof HTMLElement&&Ua.run(()=>{o.style.touchAction=t}),o[ss]=t}function As(o,t,e){const s=new Event(t,{bubbles:!0,cancelable:!0,composed:!0});if(s.detail=e,el(o).dispatchEvent(s),s.defaultPrevented){const i=e.preventer||e.sourceEvent;i&&i.preventDefault&&i.preventDefault()}}function ct(o){const t=ml(o);t.info&&(t.info.prevent=!0)}Cs({name:"downup",deps:["mousedown","touchstart","touchend"],flow:{start:["mousedown","touchstart"],end:["mouseup","touchend"]},emits:["down","up"],info:{movefn:null,upfn:null},reset(){ye(this.info)},mousedown(o){if(!ae(o))return;const t=Z(o),e=this,s=r=>{ae(r)||(De("up",t,r),ye(e.info))},i=r=>{ae(r)&&De("up",t,r),ye(e.info)};vi(this.info,s,i),De("down",t,o)},touchstart(o){De("down",Z(o),o.changedTouches[0],o)},touchend(o){De("up",Z(o),o.changedTouches[0],o)}});function De(o,t,e,s){t&&As(t,o,{x:e.clientX,y:e.clientY,sourceEvent:e,preventer:s,prevent(i){return ct(i)}})}Cs({name:"track",touchAction:"none",deps:["mousedown","touchstart","touchmove","touchend"],flow:{start:["mousedown","touchstart"],end:["mouseup","touchend"]},emits:["track"],info:{x:0,y:0,state:"start",started:!1,moves:[],addMove(o){this.moves.length>tl&&this.moves.shift(),this.moves.push(o)},movefn:null,upfn:null,prevent:!1},reset(){this.info.state="start",this.info.started=!1,this.info.moves=[],this.info.x=0,this.info.y=0,this.info.prevent=!1,ye(this.info)},mousedown(o){if(!ae(o))return;const t=Z(o),e=this,s=r=>{const n=r.clientX,a=r.clientY;go(e.info,n,a)&&(e.info.state=e.info.started?r.type==="mouseup"?"end":"track":"start",e.info.state==="start"&&ct("tap"),e.info.addMove({x:n,y:a}),ae(r)||(e.info.state="end",ye(e.info)),t&&It(e.info,t,r),e.info.started=!0)},i=r=>{e.info.started&&s(r),ye(e.info)};vi(this.info,s,i),this.info.x=o.clientX,this.info.y=o.clientY},touchstart(o){const t=o.changedTouches[0];this.info.x=t.clientX,this.info.y=t.clientY},touchmove(o){const t=Z(o),e=o.changedTouches[0],s=e.clientX,i=e.clientY;go(this.info,s,i)&&(this.info.state==="start"&&ct("tap"),this.info.addMove({x:s,y:i}),It(this.info,t,e),this.info.state="track",this.info.started=!0)},touchend(o){const t=Z(o),e=o.changedTouches[0];this.info.started&&(this.info.state="end",this.info.addMove({x:e.clientX,y:e.clientY}),It(this.info,t,e))}});function go(o,t,e){if(o.prevent)return!1;if(o.started)return!0;const s=Math.abs(o.x-t),i=Math.abs(o.y-e);return s>=_o||i>=_o}function It(o,t,e){if(!t)return;const s=o.moves[o.moves.length-2],i=o.moves[o.moves.length-1],r=i.x-o.x,n=i.y-o.y;let a,l=0;s&&(a=i.x-s.x,l=i.y-s.y),As(t,"track",{state:o.state,x:e.clientX,y:e.clientY,dx:r,dy:n,ddx:a,ddy:l,sourceEvent:e,hover(){return dl(e.clientX,e.clientY)}})}Cs({name:"tap",deps:["mousedown","click","touchstart","touchend"],flow:{start:["mousedown","touchstart"],end:["click","touchend"]},emits:["tap"],info:{x:NaN,y:NaN,prevent:!1},reset(){this.info.x=NaN,this.info.y=NaN,this.info.prevent=!1},mousedown(o){ae(o)&&(this.info.x=o.clientX,this.info.y=o.clientY)},click(o){ae(o)&&yo(this.info,o)},touchstart(o){const t=o.changedTouches[0];this.info.x=t.clientX,this.info.y=t.clientY},touchend(o){yo(this.info,o.changedTouches[0],o)}});function yo(o,t,e){const s=Math.abs(t.clientX-o.x),i=Math.abs(t.clientY-o.y),r=Z(e||t);!r||al[r.localName]&&r.hasAttribute("disabled")||(isNaN(s)||isNaN(i)||s<=fo&&i<=fo||ll(t))&&(o.prevent||As(r,"tap",{x:t.clientX,y:t.clientY,sourceEvent:t,preventer:e}))}/**
|
2673
|
-
* @license
|
2674
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
2675
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2676
|
-
*/const Ci=T(o=>class extends o{static get properties(){return{disabled:{type:Boolean,value:!1,observer:"_disabledChanged",reflectToAttribute:!0}}}_disabledChanged(e){this._setAriaDisabled(e)}_setAriaDisabled(e){e?this.setAttribute("aria-disabled","true"):this.removeAttribute("aria-disabled")}click(){this.disabled||super.click()}});/**
|
2677
|
-
* @license
|
2678
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
2679
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2680
|
-
*/const _t=T(o=>class extends o{ready(){super.ready(),this.addEventListener("keydown",e=>{this._onKeyDown(e)}),this.addEventListener("keyup",e=>{this._onKeyUp(e)})}_onKeyDown(e){switch(e.key){case"Enter":this._onEnter(e);break;case"Escape":this._onEscape(e);break}}_onKeyUp(e){}_onEnter(e){}_onEscape(e){}});/**
|
2681
|
-
* @license
|
2682
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
2683
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2684
|
-
*/const fl=o=>class extends Ci(_t(o)){get _activeKeys(){return[" "]}ready(){super.ready(),W(this,"down",e=>{this._shouldSetActive(e)&&this._setActive(!0)}),W(this,"up",()=>{this._setActive(!1)})}disconnectedCallback(){super.disconnectedCallback(),this._setActive(!1)}_shouldSetActive(e){return!this.disabled}_onKeyDown(e){super._onKeyDown(e),this._shouldSetActive(e)&&this._activeKeys.includes(e.key)&&(this._setActive(!0),document.addEventListener("keyup",s=>{this._activeKeys.includes(s.key)&&this._setActive(!1)},{once:!0}))}_setActive(e){this.toggleAttribute("active",e)}};/**
|
2685
|
-
* @license
|
2686
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
2687
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2688
|
-
*/let Es=!1;window.addEventListener("keydown",()=>{Es=!0},{capture:!0});window.addEventListener("mousedown",()=>{Es=!1},{capture:!0});function os(){let o=document.activeElement||document.body;for(;o.shadowRoot&&o.shadowRoot.activeElement;)o=o.shadowRoot.activeElement;return o}function _l(){return Es}function gl(o){const t=o.style;if(t.visibility==="hidden"||t.display==="none")return!0;const e=window.getComputedStyle(o);return e.visibility==="hidden"||e.display==="none"}function yl(o,t){const e=Math.max(o.tabIndex,0),s=Math.max(t.tabIndex,0);return e===0||s===0?s>e:e>s}function bl(o,t){const e=[];for(;o.length>0&&t.length>0;)yl(o[0],t[0])?e.push(t.shift()):e.push(o.shift());return e.concat(o,t)}function is(o){const t=o.length;if(t<2)return o;const e=Math.ceil(t/2),s=is(o.slice(0,e)),i=is(o.slice(e));return bl(s,i)}function vl(o){return o.matches('[tabindex="-1"]')?!1:o.matches("input, select, textarea, button, object")?o.matches(":not([disabled])"):o.matches("a[href], area[href], iframe, [tabindex], [contentEditable]")}function wl(o){return o.getRootNode().activeElement===o}function xl(o){if(!vl(o))return-1;const t=o.getAttribute("tabindex")||0;return Number(t)}function Ai(o,t){if(o.nodeType!==Node.ELEMENT_NODE||gl(o))return!1;const e=o,s=xl(e);let i=s>0;s>=0&&t.push(e);let r=[];return e.localName==="slot"?r=e.assignedNodes({flatten:!0}):r=(e.shadowRoot||e).children,[...r].forEach(n=>{i=Ai(n,t)||i}),i}function Cl(o){const t=[];return Ai(o,t)?is(t):t}/**
|
2689
|
-
* @license
|
2690
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
2691
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2692
|
-
*/const Ps=T(o=>class extends o{get _keyboardActive(){return _l()}ready(){this.addEventListener("focusin",e=>{this._shouldSetFocus(e)&&this._setFocused(!0)}),this.addEventListener("focusout",e=>{this._shouldRemoveFocus(e)&&this._setFocused(!1)}),super.ready()}disconnectedCallback(){super.disconnectedCallback(),this.hasAttribute("focused")&&this._setFocused(!1)}_setFocused(e){this.toggleAttribute("focused",e),this.toggleAttribute("focus-ring",e&&this._keyboardActive)}_shouldSetFocus(e){return!0}_shouldRemoveFocus(e){return!0}});/**
|
2693
|
-
* @license
|
2694
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
2695
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2696
|
-
*/const Ei=o=>class extends Ci(o){static get properties(){return{tabindex:{type:Number,reflectToAttribute:!0,observer:"_tabindexChanged"},_lastTabIndex:{type:Number}}}_disabledChanged(e,s){super._disabledChanged(e,s),e?(this.tabindex!==void 0&&(this._lastTabIndex=this.tabindex),this.tabindex=-1):s&&(this.tabindex=this._lastTabIndex)}_tabindexChanged(e){this.disabled&&e!==-1&&(this._lastTabIndex=e,this.tabindex=-1)}};/**
|
2697
|
-
* @license
|
2698
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
2699
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2700
|
-
*/const Al=o=>class extends fl(Ei(Ps(o))){static get properties(){return{tabindex:{type:Number,value:0,reflectToAttribute:!0}}}get _activeKeys(){return["Enter"," "]}ready(){super.ready(),this.hasAttribute("role")||this.setAttribute("role","button")}_onKeyDown(e){super._onKeyDown(e),!(e.altKey||e.shiftKey||e.ctrlKey||e.metaKey)&&this._activeKeys.includes(e.key)&&(e.preventDefault(),this.click())}};/**
|
2701
|
-
* @license
|
2702
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
2703
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
2704
|
-
*/k("vaadin-button",Ja,{moduleId:"vaadin-button-styles"});class El extends Al(fi(ce(Ce(ee)))){static get is(){return"vaadin-button"}static get template(){return Qa(ue)}ready(){super.ready(),this._tooltipController=new yi(this),this.addController(this._tooltipController)}}R(El);k("vaadin-date-picker-year",g`
|
2705
|
-
:host([current]) [part='year-number'] {
|
2706
|
-
color: var(--lumo-primary-text-color);
|
2707
|
-
}
|
2708
|
-
|
2709
|
-
:host(:not([current])) [part='year-number'],
|
2710
|
-
[part='year-separator'] {
|
2711
|
-
opacity: var(--_lumo-date-picker-year-opacity, 0.7);
|
2712
|
-
transition: 0.2s opacity;
|
2713
|
-
}
|
2714
|
-
|
2715
|
-
[part='year-number'],
|
2716
|
-
[part='year-separator'] {
|
2717
|
-
display: flex;
|
2718
|
-
align-items: center;
|
2719
|
-
justify-content: center;
|
2720
|
-
height: 50%;
|
2721
|
-
transform: translateY(-50%);
|
2722
|
-
}
|
2723
|
-
|
2724
|
-
[part='year-separator']::after {
|
2725
|
-
color: var(--lumo-disabled-text-color);
|
2726
|
-
content: '\\2022';
|
2727
|
-
}
|
2728
|
-
`,{moduleId:"lumo-date-picker-year"});k("vaadin-date-picker-overlay-content",g`
|
2729
|
-
:host {
|
2730
|
-
position: relative;
|
2731
|
-
/* Background for the year scroller, placed here as we are using a mask image on the actual years part */
|
2732
|
-
background-image: linear-gradient(var(--lumo-shade-5pct), var(--lumo-shade-5pct));
|
2733
|
-
background-size: 57px 100%;
|
2734
|
-
background-position: top right;
|
2735
|
-
background-repeat: no-repeat;
|
2736
|
-
cursor: default;
|
2737
|
-
}
|
2738
|
-
|
2739
|
-
::slotted([slot='months']) {
|
2740
|
-
/* Month calendar height:
|
2741
|
-
header height + margin-bottom
|
2742
|
-
+ weekdays height + margin-bottom
|
2743
|
-
+ date cell heights
|
2744
|
-
+ small margin between month calendars
|
2745
|
-
*/
|
2746
|
-
/* prettier-ignore */
|
2747
|
-
--vaadin-infinite-scroller-item-height:
|
2748
|
-
calc(
|
2749
|
-
var(--lumo-font-size-l) + var(--lumo-space-m)
|
2750
|
-
+ var(--lumo-font-size-xs) + var(--lumo-space-s)
|
2751
|
-
+ var(--lumo-size-m) * 6
|
2752
|
-
+ var(--lumo-space-s)
|
2753
|
-
);
|
2754
|
-
--vaadin-infinite-scroller-buffer-offset: 10%;
|
2755
|
-
-webkit-mask-image: linear-gradient(transparent, #000 10%, #000 85%, transparent);
|
2756
|
-
mask-image: linear-gradient(transparent, #000 10%, #000 85%, transparent);
|
2757
|
-
position: relative;
|
2758
|
-
margin-right: 57px;
|
2759
|
-
}
|
2760
|
-
|
2761
|
-
::slotted([slot='years']) {
|
2762
|
-
/* TODO get rid of fixed magic number */
|
2763
|
-
--vaadin-infinite-scroller-buffer-width: 97px;
|
2764
|
-
width: 57px;
|
2765
|
-
height: auto;
|
2766
|
-
top: 0;
|
2767
|
-
bottom: 0;
|
2768
|
-
font-size: var(--lumo-font-size-s);
|
2769
|
-
box-shadow: inset 2px 0 4px 0 var(--lumo-shade-5pct);
|
2770
|
-
-webkit-mask-image: linear-gradient(transparent, #000 35%, #000 65%, transparent);
|
2771
|
-
mask-image: linear-gradient(transparent, #000 35%, #000 65%, transparent);
|
2772
|
-
cursor: var(--lumo-clickable-cursor);
|
2773
|
-
}
|
2774
|
-
|
2775
|
-
::slotted([slot='years']:hover) {
|
2776
|
-
--_lumo-date-picker-year-opacity: 1;
|
2777
|
-
}
|
2778
|
-
|
2779
|
-
/* TODO unsupported selector */
|
2780
|
-
#scrollers {
|
2781
|
-
position: static;
|
2782
|
-
display: block;
|
2783
|
-
}
|
2784
|
-
|
2785
|
-
/* TODO fix this in vaadin-date-picker that it adapts to the width of the year scroller */
|
2786
|
-
:host([desktop]) ::slotted([slot='months']) {
|
2787
|
-
right: auto;
|
2788
|
-
}
|
2789
|
-
|
2790
|
-
/* Year scroller position indicator */
|
2791
|
-
::slotted([slot='years'])::before {
|
2792
|
-
border: none;
|
2793
|
-
width: 1em;
|
2794
|
-
height: 1em;
|
2795
|
-
background-color: var(--lumo-base-color);
|
2796
|
-
background-image: linear-gradient(var(--lumo-tint-5pct), var(--lumo-tint-5pct));
|
2797
|
-
transform: translate(-75%, -50%) rotate(45deg);
|
2798
|
-
border-top-right-radius: var(--lumo-border-radius-s);
|
2799
|
-
box-shadow: 2px -2px 6px 0 var(--lumo-shade-5pct);
|
2800
|
-
z-index: 1;
|
2801
|
-
}
|
2802
|
-
|
2803
|
-
[part='toolbar'] {
|
2804
|
-
padding: var(--lumo-space-s);
|
2805
|
-
border-bottom-left-radius: var(--lumo-border-radius-l);
|
2806
|
-
margin-right: 57px;
|
2807
|
-
}
|
2808
|
-
|
2809
|
-
[part='toolbar'] ::slotted(vaadin-button) {
|
2810
|
-
margin: 0;
|
2811
|
-
}
|
2812
|
-
|
2813
|
-
/* Narrow viewport mode (fullscreen) */
|
2814
|
-
|
2815
|
-
:host([fullscreen]) [part='toolbar'] {
|
2816
|
-
order: -1;
|
2817
|
-
background-color: var(--lumo-base-color);
|
2818
|
-
}
|
2819
|
-
|
2820
|
-
:host([fullscreen]) [part='overlay-header'] {
|
2821
|
-
order: -2;
|
2822
|
-
height: var(--lumo-size-m);
|
2823
|
-
padding: var(--lumo-space-s);
|
2824
|
-
position: absolute;
|
2825
|
-
left: 0;
|
2826
|
-
right: 0;
|
2827
|
-
justify-content: center;
|
2828
|
-
}
|
2829
|
-
|
2830
|
-
:host([fullscreen]) [part='toggle-button'],
|
2831
|
-
:host([fullscreen]) [part='clear-button'],
|
2832
|
-
[part='overlay-header'] [part='label'] {
|
2833
|
-
display: none;
|
2834
|
-
}
|
2835
|
-
|
2836
|
-
/* Very narrow screen (year scroller initially hidden) */
|
2837
|
-
|
2838
|
-
[part='years-toggle-button'] {
|
2839
|
-
display: flex;
|
2840
|
-
align-items: center;
|
2841
|
-
height: var(--lumo-size-s);
|
2842
|
-
padding: 0 0.5em;
|
2843
|
-
border-radius: var(--lumo-border-radius-m);
|
2844
|
-
z-index: 3;
|
2845
|
-
color: var(--lumo-primary-text-color);
|
2846
|
-
font-weight: 500;
|
2847
|
-
-webkit-font-smoothing: antialiased;
|
2848
|
-
-moz-osx-font-smoothing: grayscale;
|
2849
|
-
}
|
2850
|
-
|
2851
|
-
:host([years-visible]) [part='years-toggle-button'] {
|
2852
|
-
background-color: var(--lumo-primary-color);
|
2853
|
-
color: var(--lumo-primary-contrast-color);
|
2854
|
-
}
|
2855
|
-
|
2856
|
-
/* TODO magic number (same as used for media-query in vaadin-date-picker-overlay-content) */
|
2857
|
-
@media screen and (max-width: 374px) {
|
2858
|
-
:host {
|
2859
|
-
background-image: none;
|
2860
|
-
}
|
2861
|
-
|
2862
|
-
[part='toolbar'],
|
2863
|
-
::slotted([slot='months']) {
|
2864
|
-
margin-right: 0;
|
2865
|
-
}
|
2866
|
-
|
2867
|
-
/* TODO make date-picker adapt to the width of the years part */
|
2868
|
-
::slotted([slot='years']) {
|
2869
|
-
--vaadin-infinite-scroller-buffer-width: 90px;
|
2870
|
-
width: 50px;
|
2871
|
-
background-color: var(--lumo-shade-5pct);
|
2872
|
-
}
|
2873
|
-
|
2874
|
-
:host([years-visible]) ::slotted([slot='months']) {
|
2875
|
-
padding-left: 50px;
|
2876
|
-
}
|
2877
|
-
}
|
2878
|
-
`,{moduleId:"lumo-date-picker-overlay-content"});k("vaadin-month-calendar",g`
|
2879
|
-
:host {
|
2880
|
-
-moz-user-select: none;
|
2881
|
-
-webkit-user-select: none;
|
2882
|
-
-webkit-tap-highlight-color: transparent;
|
2883
|
-
user-select: none;
|
2884
|
-
font-size: var(--lumo-font-size-m);
|
2885
|
-
color: var(--lumo-body-text-color);
|
2886
|
-
text-align: center;
|
2887
|
-
padding: 0 var(--lumo-space-xs);
|
2888
|
-
}
|
2889
|
-
|
2890
|
-
/* Month header */
|
2891
|
-
|
2892
|
-
[part='month-header'] {
|
2893
|
-
color: var(--lumo-header-text-color);
|
2894
|
-
font-size: var(--lumo-font-size-l);
|
2895
|
-
line-height: 1;
|
2896
|
-
font-weight: 500;
|
2897
|
-
margin-bottom: var(--lumo-space-m);
|
2898
|
-
}
|
2899
|
-
|
2900
|
-
/* Week days and numbers */
|
2901
|
-
|
2902
|
-
[part='weekdays'],
|
2903
|
-
[part='weekday'],
|
2904
|
-
[part='week-number'] {
|
2905
|
-
font-size: var(--lumo-font-size-xxs);
|
2906
|
-
line-height: 1;
|
2907
|
-
color: var(--lumo-secondary-text-color);
|
2908
|
-
}
|
2909
|
-
|
2910
|
-
[part='weekdays'] {
|
2911
|
-
margin-bottom: var(--lumo-space-s);
|
2912
|
-
}
|
2913
|
-
|
2914
|
-
[part='weekday']:empty,
|
2915
|
-
[part='week-number'] {
|
2916
|
-
width: var(--lumo-size-xs);
|
2917
|
-
}
|
2918
|
-
|
2919
|
-
/* Date and week number cells */
|
2920
|
-
|
2921
|
-
[part~='date'],
|
2922
|
-
[part='week-number'] {
|
2923
|
-
box-sizing: border-box;
|
2924
|
-
display: inline-flex;
|
2925
|
-
align-items: center;
|
2926
|
-
justify-content: center;
|
2927
|
-
height: var(--lumo-size-m);
|
2928
|
-
position: relative;
|
2929
|
-
}
|
2930
|
-
|
2931
|
-
[part~='date'] {
|
2932
|
-
transition: color 0.1s;
|
2933
|
-
}
|
2934
|
-
|
2935
|
-
[part~='date']:not(:empty) {
|
2936
|
-
cursor: var(--lumo-clickable-cursor);
|
2937
|
-
}
|
2938
|
-
|
2939
|
-
:host([week-numbers]) [part='weekday']:not(:empty),
|
2940
|
-
:host([week-numbers]) [part~='date'] {
|
2941
|
-
width: calc((100% - var(--lumo-size-xs)) / 7);
|
2942
|
-
}
|
2943
|
-
|
2944
|
-
/* Today date */
|
2945
|
-
|
2946
|
-
[part~='date'][part~='today'] {
|
2947
|
-
color: var(--lumo-primary-text-color);
|
2948
|
-
}
|
2949
|
-
|
2950
|
-
/* Focused date */
|
2951
|
-
|
2952
|
-
[part~='date']::before {
|
2953
|
-
content: '';
|
2954
|
-
position: absolute;
|
2955
|
-
z-index: -1;
|
2956
|
-
top: 50%;
|
2957
|
-
left: 50%;
|
2958
|
-
transform: translate(-50%, -50%);
|
2959
|
-
min-width: 2em;
|
2960
|
-
min-height: 2em;
|
2961
|
-
width: 80%;
|
2962
|
-
height: 80%;
|
2963
|
-
max-height: 100%;
|
2964
|
-
max-width: 100%;
|
2965
|
-
border-radius: var(--lumo-border-radius-m);
|
2966
|
-
}
|
2967
|
-
|
2968
|
-
[part~='date'][part~='focused']::before {
|
2969
|
-
box-shadow: 0 0 0 1px var(--lumo-base-color), 0 0 0 3px var(--lumo-primary-color-50pct);
|
2970
|
-
}
|
2971
|
-
|
2972
|
-
:host(:not([focused])) [part~='date'][part~='focused']::before {
|
2973
|
-
animation: vaadin-date-picker-month-calendar-focus-date 1.4s infinite;
|
2974
|
-
}
|
2975
|
-
|
2976
|
-
@keyframes vaadin-date-picker-month-calendar-focus-date {
|
2977
|
-
50% {
|
2978
|
-
box-shadow: 0 0 0 1px var(--lumo-base-color), 0 0 0 3px transparent;
|
2979
|
-
}
|
2980
|
-
}
|
2981
|
-
|
2982
|
-
[part~='date']:not(:empty):not([part~='disabled']):not([part~='selected']):hover::before {
|
2983
|
-
background-color: var(--lumo-primary-color-10pct);
|
2984
|
-
}
|
2985
|
-
|
2986
|
-
[part~='date'][part~='selected'] {
|
2987
|
-
color: var(--lumo-primary-contrast-color);
|
2988
|
-
}
|
2989
|
-
|
2990
|
-
[part~='date'][part~='selected']::before {
|
2991
|
-
background-color: var(--lumo-primary-color);
|
2992
|
-
}
|
2993
|
-
|
2994
|
-
[part~='date'][part~='disabled'] {
|
2995
|
-
color: var(--lumo-disabled-text-color);
|
2996
|
-
}
|
2997
|
-
|
2998
|
-
@media (pointer: coarse) {
|
2999
|
-
[part~='date']:hover:not([part~='selected'])::before,
|
3000
|
-
[part~='focused']:not([part~='selected'])::before {
|
3001
|
-
display: none;
|
3002
|
-
}
|
3003
|
-
|
3004
|
-
[part~='date']:not(:empty):not([part~='disabled']):active::before {
|
3005
|
-
display: block;
|
3006
|
-
}
|
3007
|
-
|
3008
|
-
[part~='date'][part~='selected']::before {
|
3009
|
-
box-shadow: none;
|
3010
|
-
}
|
3011
|
-
}
|
3012
|
-
|
3013
|
-
/* Disabled */
|
3014
|
-
|
3015
|
-
:host([disabled]) * {
|
3016
|
-
color: var(--lumo-disabled-text-color) !important;
|
3017
|
-
}
|
3018
|
-
`,{moduleId:"lumo-month-calendar"});const Pi=document.createElement("template");Pi.innerHTML=`
|
3019
|
-
<style>
|
3020
|
-
@keyframes vaadin-date-picker-month-calendar-focus-date {
|
3021
|
-
50% {
|
3022
|
-
box-shadow: 0 0 0 2px transparent;
|
3023
|
-
}
|
3024
|
-
}
|
3025
|
-
</style>
|
3026
|
-
`;document.head.appendChild(Pi.content);/**
|
3027
|
-
* @license
|
3028
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
3029
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3030
|
-
*/const Pl=g`
|
3031
|
-
@font-face {
|
3032
|
-
font-family: 'lumo-icons';
|
3033
|
-
src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABEgAAsAAAAAIjQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAQwAAAFZAIUuKY21hcAAAAYgAAAD4AAADrsCU8d5nbHlmAAACgAAAC2cAABeAWri7U2hlYWQAAA3oAAAAMAAAADZa/6SsaGhlYQAADhgAAAAdAAAAJAbpA35obXR4AAAOOAAAABAAAACspBAAAGxvY2EAAA5IAAAAWAAAAFh57oA4bWF4cAAADqAAAAAfAAAAIAFKAXBuYW1lAAAOwAAAATEAAAIuUUJZCHBvc3QAAA/0AAABKwAAAelm8SzVeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS+yDiBgZWBgamKaQ8DA0MPhGZ8wGDIyAQUZWBlZsAKAtJcUxgcXjG+0mIO+p/FEMUcxDANKMwIkgMABn8MLQB4nO3SWW6DMABF0UtwCEnIPM/zhLK8LqhfXRybSP14XUYtHV9hGYQwQBNIo3cUIPkhQeM7rib1ekqnXg981XuC1qvy84lzojleh3puxL0hPjGjRU473teloEefAUNGjJkwZcacBUtWrNmwZceeA0dOnLlw5cadB09elPGhGf+j0NTI/65KfXerT6JhqKnpRKtgOpuqaTrtKjPUlqHmhto21I7pL6i6hlqY3q7qGWrfUAeGOjTUkaGODXViqFNDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUB+G+jTUl6GWRvkL24BkEXictVh9bFvVFb/nxvbz+7Rf/N6zHcd2bCfP+Wic1Z9N0jpNHCD9SNqqoVBgbQoMjY+pjA4hNnWa2pV1rHSIif0DGkyT2k10Kmu1Cag6huj4ZpqYBHSqJsTEJgZCG3TaVBFv595nO3ZIv4RIrPPuvefe884599zzO/cRF8G/tgn6CFFImNgkR0ggX8wlspbhSSWSdrC5ozd30s2dw5afzvgtyz9/zG9t1hV4RtF1pXolowvtzc2z6L2aYUQM45jKH9WDTvd1LRDoDASYWhfTzTyvboXz6uZX4ARX5wrF39y+HM2+CJ8d0pkyqBIqoze3D12ez4DrFoYzxI8dWwMrDlZ2DMqQAR9AROsJU+2smlTPaTTco52BVxXa2a2+I8vvqd2dVHm1LoPeTn/AZPRYGthDYOeZjBjKoFsVGulR3lGU95SeCK44oHU7MhWUGUKZDT3oSUcG2GWuh+EDDfUYA/jhIhl0TOsJNYSEu7mQmi3UzfXwZKA4BsVsHLXQYGgJW95qEtpJ1VcW9HiTriZBlFEqxsDjA09yCNUoQxxwd7KWSTt2y3GTKifkqHRCoWZc3m11Wa/dKdFgXD4kSYfkeJBKd8KMz7J8dZn/cGRCcLGDnA2Ge3bKzcvlnTDNthFWLH7Xt80ua5FMjA4WKelWv5Xo16vHuYzpRbJhhdVlftuRK0VlR27D9lu5TF0DPBi60OrHNO0AfP/uRWvhn/U3LXICE+nh+3IHPUJ8JE6GyBjZQLbjGchlrSgYngF8zyrIF4NJD3atUcgWsWunGN/UHX5B5/yg7uF87Nqp4Gf52F3gH73DjEZNRoqCKAr9giQJp5rGJABpiVE2htNhW9R8nw0jqYjCYcY4LIjwYNScf4WN06IZnZCEqsI4cFaQbo4Z1TsZBx40YhXkHOecaYE5oY37IIQ+iJJ+UsDYSun5MuRSBRZRUUhlY2DqOGajOR6zrSU/5My6l2DnusH1GQgnw5BZP7iuYM/ahcfQ7Z8y51ddfutvuwNqWQ0cBYr8fj0U0vsHpwerVaB2sWhXT2NExi2r1KUE2tUuVMnkepVQrxTmpQrZTG4iu8he8iPyM3KcPE/+RP5KPoE2CEAKclCBzXATxkYOtUY/o961PWRqsj0chRrHFBbtrjP9/P0ven5pcbRdpL94vfsy33e5+izuwz3nFLFPVNayPZx/jdG1fOChflFRvYzsW6L18efgLrSWIgvcqnGJYi4skO4xREURjbDuxKke5v0T3Mrzkt2fi31uyZlLLrqIpEuXXsMlgw442Jb0GAxjS1DM20kBoCzHLXm/jEm0IltdcvU0fEW24jgiwwRjVd9u4NJHcIyoHJcwvyVqgqj5hqBJ1ZWSJryh9p56UWhX1XbhRbW2ZopuZWsQd5y8mEQ8M+C6xjRYxZbDKWf5AgY+Qq/l6wSPk16zDFjowYuu+wjx13mfkxbyDDxadYT/LijZyI0THB+6yfLaWsRcO82zo9mWTNtpO18qlorZoIVMwSN40tky5DOQ1MCIAe24mvlsuwIIxPb10+uXDQ4uWz/9m3rj+ql7p6bufZARuPVq5tXtsn6KwfP8Jy0TeWOyNhUJN6mhX5rkUTtUppQWEMNTqEdaCGKFYKJaQrCE4JtDLYOlNEKmO5kBTPGY2A0N2sY3+dVlo1N9ycBsIGtOjQ2p/tlZvzo0ur4v6cOh8NTospB7U/X40KahoU3bGIH97dnwmtHlYffVG3R1YOwKM2vNhrPhCT5zk64sG53oS4b31aYjqe/B7+kQiXBN+b6h21hNUPMq29B8CU4elINdygMPKF1B+WBTG7Z9ZshpN/xwEuuDQZR+nuoo4CDaAiiwXmLpmukMQyPf/JMclqgL1ixZQ/nnP2VbdUODFGt2fgBvL123rlLYu/6A9ckb7F3K0/CyBMEu6aQoPscroCcacVehvyQyCZAsizsWWBkoLC+WAiWnOksLKaeuQDzGuqSk42aiYTiJ4zf9afl17SrqaTO1f+XlZAfIuYcq7/IqYMaMrksOJ6vHkOCPDq943xcCnHqVD9pHFRpMqSPXrIua1WNs+tOz1U+ciTCDpPk+c4QYJIHnYhxP/kVPAq+ahFpVhPcHp8qyarhiF+HsBU9Hrl+UZa876fbKipL0KqB6OdUveErgtOI97fZ63ae9SvWU6k2w1JfwqnUbHsYcFCJFrC/W12zIMMirWYEHxMPs6LGYSdkSZ5TsNP9PCpwnWC3HKZ1lydNjWHC2Mn3l6vL0dHn1ldP3LTSrX+vKrBqv7KmMr8p0SR6P1NqF63or6XRlIyO90f7+kf7+myOhvt4tq7f09oUiTc2/dycGgqFQcCDRLYmi1NL7fk0CknVMxEg/cdfs/TnpJMNkgqwj17B8beVazSrVbU4lG67IZYOCnWrYy3yBR9cyWcChywos3LJBEdhhFoAdYjiw0rLGm0xU5OzoGm5/ZfmHjVZpNNg6SznzGKDdwv2cCtVn6Eaxo12cfxLprpVtTcZ6hVx6dow7Yq7e8LXO8PY9Jgjoze9yCtU5FNbegcKkQMdCbt9au/te4Ebe0jkc0ukUL32eYnTpNs20h0KpUOhZPYwVcfhZnfdqeCvDfXiuCbAoYWcXERPc/mDQD3/hdF+wK4i/xv3kYfprIpAuMkk2kW3kdtS0kBIKpZwp8KxmsCyfM1MFzAss9LBkDxRyThiaqTLwKYKJVTwmWTudMyz+yks09346MDh4m72yOxCKrt1XMlQ1qPVlTEVVQ1ofdK/sCWjtZu9qGwZ8YZ9PPWlo1IV3eW3+U0aXblP39zrt+JPf6UhEQ1rUjNBULN+utyuaDNW34kpAVuSOeMTyWbSNWnooFu+QFNWQ4d/Ox4IPWx41fP/fB/Rjeoz08ezPA9TysMtmnOXfGN7Ui3xIYLDALrlDLOP09qtJuY2OeL0+QZXdRnR1nxRVBF/SOyKKPpcrn9mWzH4rH9IidE+PTNU2182+hOgSItrE1slByS24vaLvJpxOqe4Pduf3HJkZ+jLqUz9rRzB7p8gKcgWZwV1L8JtUS5Z2JxZSOCuBoMTQihMzLbCPA0KqGMAljRQjONklW/wjnXKy8vxT/Elvm3/KiMUMOoV0/vnDYlhec0SMKtt3/kKMyOt33tj2bqxQLsTjSGLl+EAsNhCnTyRGktW55EgCn/A4PlnWn+Mg8bgZrWqHxTbPwMuyy1u5YeZF2SUM7JRhddwRgiRuxpmgJmxn9ZW7XpcF3ViX/ar6ptRpGJ0S9Adg4qhb9sI3vbL7qNJV/y4i07t5TZBiho1imFoMz3gED+CtjYUxvP4SOxov4bFoNPg5aR1e+G4UgDPoedJTpogyCJ7oYvRqoVS0MQAy+CoNEdTDUjok5ZHZL/WtjV7rFj3PKQE3iKp7ou+rIxN3b9LB1dGjeT4cvKo3FrnWpYpuaFd/h3dtV8UeKN1Y9hpR3dt4p0H/zKuPQq0kZQUIIpuDfoiETsnIk+gCWMJZUXHtE8V9LkUc2TE8vOMbO4ax/MACabzyaGXc7u3FBr11ThBdB8SIeMAlCntG2KThHSPsaj2Dc9KNyY2a0KZ7ODaTHoRiFkeYz+shZBpCS4X6471KKKnuHd84edfk5F37d1XO5bbkcltu2ZLNbvnPXiUVAnVvprJrP+NObryjxrllS65md6Tm6wzFHRR4dY3QUUjb7MgxaIixU8hspi98fl/Xc+IB4iU66eCVL9YfAfahiSUt4TONS8x0D8W7u8vd3fGWx6OXlM/U1IoU/s61PGhpyXRFa3eReq2qG56lvmYtXavCC1iN7lbiBpWxXHU+cSlztVLVz0tVN600fVsLxaVDknhYioeoXP3t4lqV1r79MAw0GCI1FTL1YIGzPL1MMlJ9ZsN9P7lvA2yr9ZFUzwzPrVgxN/x/SS+chwB4nGNgZGBgAOLPrYdY4vltvjJwM78AijDUqG5oRND/XzNPZboF5HIwMIFEAU/lC+J4nGNgZGBgDvqfBSRfMAAB81QGRgZUoA0AVvYDbwAAAHicY2BgYGB+MTQwAM8EJo8AAAAAAE4AmgDoAQoBLAFOAXABmgHEAe4CGgKcAugEmgS8BNYE8gUOBSoFegXQBf4GRAZmBrYHGAeQCBgIUghqCP4JRgm+CdoKBAo+CoQKugr0C1QLmgvAeJxjYGRgYNBmTGEQZQABJiDmAkIGhv9gPgMAGJQBvAB4nG2RPU7DMBiG3/QP0UoIBGJh8QILavozdmRo9w7d09RpUzlx5LgVvQMn4BAcgoEzcAgOwVvzSZVQbcnf48fvFysJgGt8IcJxROiG9TgauODuj5ukG+EW+UG4jR4ehTv0Q+EunjER7uEWmk+IWpc0d3gVbuAKb8JN+nfhFvlDuI17fAp36L+Fu1jgR7iHp+jF7Arbz1Nb1nO93pnEncSJFtrVuS3VKB6e5EyX2iVer9TyoOr9eux9pjJnCzW1pdfGWFU5u9WpjzfeV5PBIBMfp7aAwQ4FLPrIkbKWqDHn+67pDRK4s4lzbsEux5qHvcIIMb/nueSMyTKkE3jWFdNLHLjW2PPmMa1Hxn3GjGW/wjT0HtOG09JU4WxLk9LH2ISuiv9twJn9y8fh9uIXI+BknAAAAHicbY7ZboMwEEW5CVBCSLrv+76kfJRjTwHFsdGAG+Xvy5JUfehIHp0rnxmNN/D6ir3/a4YBhvARIMQOIowQY4wEE0yxiz3s4wCHOMIxTnCKM5zjApe4wjVucIs73OMBj3jCM17wije84wMzfHqJ0EVmUkmmJo77oOmrHvfIRZbXsTCZplTZldlgb3TYGVHProwFs11t1A57tcON2rErR3PBqcwF1/6ctI6k0GSU4JHMSS6WghdJQ99sTbfuN7QLJ9vQ37dNrgyktnIxlDYLJNuqitpRbYWKFNuyDT6pog6oOYKHtKakeakqKjHXpPwlGRcsC+OqxLIiJpXqoqqDMreG2l5bv9Ri3TRX+c23DZna9WFFgmXuO6Ps1Jm/w6ErW8N3FbHn/QC444j0AA==)
|
3034
|
-
format('woff');
|
3035
|
-
font-weight: normal;
|
3036
|
-
font-style: normal;
|
3037
|
-
}
|
3038
|
-
|
3039
|
-
html {
|
3040
|
-
--lumo-icons-align-center: '\\ea01';
|
3041
|
-
--lumo-icons-align-left: '\\ea02';
|
3042
|
-
--lumo-icons-align-right: '\\ea03';
|
3043
|
-
--lumo-icons-angle-down: '\\ea04';
|
3044
|
-
--lumo-icons-angle-left: '\\ea05';
|
3045
|
-
--lumo-icons-angle-right: '\\ea06';
|
3046
|
-
--lumo-icons-angle-up: '\\ea07';
|
3047
|
-
--lumo-icons-arrow-down: '\\ea08';
|
3048
|
-
--lumo-icons-arrow-left: '\\ea09';
|
3049
|
-
--lumo-icons-arrow-right: '\\ea0a';
|
3050
|
-
--lumo-icons-arrow-up: '\\ea0b';
|
3051
|
-
--lumo-icons-bar-chart: '\\ea0c';
|
3052
|
-
--lumo-icons-bell: '\\ea0d';
|
3053
|
-
--lumo-icons-calendar: '\\ea0e';
|
3054
|
-
--lumo-icons-checkmark: '\\ea0f';
|
3055
|
-
--lumo-icons-chevron-down: '\\ea10';
|
3056
|
-
--lumo-icons-chevron-left: '\\ea11';
|
3057
|
-
--lumo-icons-chevron-right: '\\ea12';
|
3058
|
-
--lumo-icons-chevron-up: '\\ea13';
|
3059
|
-
--lumo-icons-clock: '\\ea14';
|
3060
|
-
--lumo-icons-cog: '\\ea15';
|
3061
|
-
--lumo-icons-cross: '\\ea16';
|
3062
|
-
--lumo-icons-download: '\\ea17';
|
3063
|
-
--lumo-icons-dropdown: '\\ea18';
|
3064
|
-
--lumo-icons-edit: '\\ea19';
|
3065
|
-
--lumo-icons-error: '\\ea1a';
|
3066
|
-
--lumo-icons-eye: '\\ea1b';
|
3067
|
-
--lumo-icons-eye-disabled: '\\ea1c';
|
3068
|
-
--lumo-icons-menu: '\\ea1d';
|
3069
|
-
--lumo-icons-minus: '\\ea1e';
|
3070
|
-
--lumo-icons-ordered-list: '\\ea1f';
|
3071
|
-
--lumo-icons-phone: '\\ea20';
|
3072
|
-
--lumo-icons-photo: '\\ea21';
|
3073
|
-
--lumo-icons-play: '\\ea22';
|
3074
|
-
--lumo-icons-plus: '\\ea23';
|
3075
|
-
--lumo-icons-redo: '\\ea24';
|
3076
|
-
--lumo-icons-reload: '\\ea25';
|
3077
|
-
--lumo-icons-search: '\\ea26';
|
3078
|
-
--lumo-icons-undo: '\\ea27';
|
3079
|
-
--lumo-icons-unordered-list: '\\ea28';
|
3080
|
-
--lumo-icons-upload: '\\ea29';
|
3081
|
-
--lumo-icons-user: '\\ea2a';
|
3082
|
-
}
|
3083
|
-
`;xe("font-icons",Pl);/**
|
3084
|
-
* @license
|
3085
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
3086
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3087
|
-
*/const ki=g`
|
3088
|
-
[part$='button'] {
|
3089
|
-
flex: none;
|
3090
|
-
width: 1em;
|
3091
|
-
height: 1em;
|
3092
|
-
line-height: 1;
|
3093
|
-
font-size: var(--lumo-icon-size-m);
|
3094
|
-
text-align: center;
|
3095
|
-
color: var(--lumo-contrast-60pct);
|
3096
|
-
transition: 0.2s color;
|
3097
|
-
cursor: var(--lumo-clickable-cursor);
|
3098
|
-
}
|
3099
|
-
|
3100
|
-
[part$='button']:hover {
|
3101
|
-
color: var(--lumo-contrast-90pct);
|
3102
|
-
}
|
3103
|
-
|
3104
|
-
:host([disabled]) [part$='button'],
|
3105
|
-
:host([readonly]) [part$='button'] {
|
3106
|
-
color: var(--lumo-contrast-20pct);
|
3107
|
-
cursor: default;
|
3108
|
-
}
|
3109
|
-
|
3110
|
-
[part$='button']::before {
|
3111
|
-
font-family: 'lumo-icons';
|
3112
|
-
display: block;
|
3113
|
-
}
|
3114
|
-
`;k("",ki,{moduleId:"lumo-field-button"});/**
|
3115
|
-
* @license
|
3116
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
3117
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3118
|
-
*/const kl=g`
|
3119
|
-
:host([has-helper]) [part='helper-text']::before {
|
3120
|
-
content: '';
|
3121
|
-
display: block;
|
3122
|
-
height: 0.4em;
|
3123
|
-
}
|
3124
|
-
|
3125
|
-
[part='helper-text'] {
|
3126
|
-
display: block;
|
3127
|
-
color: var(--lumo-secondary-text-color);
|
3128
|
-
font-size: var(--lumo-font-size-xs);
|
3129
|
-
line-height: var(--lumo-line-height-xs);
|
3130
|
-
margin-left: calc(var(--lumo-border-radius-m) / 4);
|
3131
|
-
transition: color 0.2s;
|
3132
|
-
}
|
3133
|
-
|
3134
|
-
:host(:hover:not([readonly])) [part='helper-text'] {
|
3135
|
-
color: var(--lumo-body-text-color);
|
3136
|
-
}
|
3137
|
-
|
3138
|
-
:host([disabled]) [part='helper-text'] {
|
3139
|
-
color: var(--lumo-disabled-text-color);
|
3140
|
-
-webkit-text-fill-color: var(--lumo-disabled-text-color);
|
3141
|
-
}
|
3142
|
-
|
3143
|
-
:host([has-helper][theme~='helper-above-field']) [part='helper-text']::before {
|
3144
|
-
display: none;
|
3145
|
-
}
|
3146
|
-
|
3147
|
-
:host([has-helper][theme~='helper-above-field']) [part='helper-text']::after {
|
3148
|
-
content: '';
|
3149
|
-
display: block;
|
3150
|
-
height: 0.4em;
|
3151
|
-
}
|
3152
|
-
|
3153
|
-
:host([has-helper][theme~='helper-above-field']) [part='label'] {
|
3154
|
-
order: 0;
|
3155
|
-
padding-bottom: 0.4em;
|
3156
|
-
}
|
3157
|
-
|
3158
|
-
:host([has-helper][theme~='helper-above-field']) [part='helper-text'] {
|
3159
|
-
order: 1;
|
3160
|
-
}
|
3161
|
-
|
3162
|
-
:host([has-helper][theme~='helper-above-field']) [part='label'] + * {
|
3163
|
-
order: 2;
|
3164
|
-
}
|
3165
|
-
|
3166
|
-
:host([has-helper][theme~='helper-above-field']) [part='error-message'] {
|
3167
|
-
order: 3;
|
3168
|
-
}
|
3169
|
-
`;/**
|
3170
|
-
* @license
|
3171
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
3172
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3173
|
-
*/const Ti=g`
|
3174
|
-
[part='label'] {
|
3175
|
-
align-self: flex-start;
|
3176
|
-
color: var(--lumo-secondary-text-color);
|
3177
|
-
font-weight: 500;
|
3178
|
-
font-size: var(--lumo-font-size-s);
|
3179
|
-
margin-left: calc(var(--lumo-border-radius-m) / 4);
|
3180
|
-
transition: color 0.2s;
|
3181
|
-
line-height: 1;
|
3182
|
-
padding-right: 1em;
|
3183
|
-
padding-bottom: 0.5em;
|
3184
|
-
/* As a workaround for diacritics being cut off, add a top padding and a
|
3185
|
-
negative margin to compensate */
|
3186
|
-
padding-top: 0.25em;
|
3187
|
-
margin-top: -0.25em;
|
3188
|
-
overflow: hidden;
|
3189
|
-
white-space: nowrap;
|
3190
|
-
text-overflow: ellipsis;
|
3191
|
-
position: relative;
|
3192
|
-
max-width: 100%;
|
3193
|
-
box-sizing: border-box;
|
3194
|
-
}
|
3195
|
-
|
3196
|
-
:host([has-label])::before {
|
3197
|
-
margin-top: calc(var(--lumo-font-size-s) * 1.5);
|
3198
|
-
}
|
3199
|
-
|
3200
|
-
:host([has-label][theme~='small'])::before {
|
3201
|
-
margin-top: calc(var(--lumo-font-size-xs) * 1.5);
|
3202
|
-
}
|
3203
|
-
|
3204
|
-
:host([has-label]) {
|
3205
|
-
padding-top: var(--lumo-space-m);
|
3206
|
-
}
|
3207
|
-
|
3208
|
-
:host([has-label]) ::slotted([slot='tooltip']) {
|
3209
|
-
--vaadin-tooltip-offset-bottom: calc((var(--lumo-space-m) - var(--lumo-space-xs)) * -1);
|
3210
|
-
}
|
3211
|
-
|
3212
|
-
:host([required]) [part='required-indicator']::after {
|
3213
|
-
content: var(--lumo-required-field-indicator, '\\2022');
|
3214
|
-
transition: opacity 0.2s;
|
3215
|
-
color: var(--lumo-required-field-indicator-color, var(--lumo-primary-text-color));
|
3216
|
-
position: absolute;
|
3217
|
-
right: 0;
|
3218
|
-
width: 1em;
|
3219
|
-
text-align: center;
|
3220
|
-
}
|
3221
|
-
|
3222
|
-
:host([invalid]) [part='required-indicator']::after {
|
3223
|
-
color: var(--lumo-required-field-indicator-color, var(--lumo-error-text-color));
|
3224
|
-
}
|
3225
|
-
|
3226
|
-
[part='error-message'] {
|
3227
|
-
margin-left: calc(var(--lumo-border-radius-m) / 4);
|
3228
|
-
font-size: var(--lumo-font-size-xs);
|
3229
|
-
line-height: var(--lumo-line-height-xs);
|
3230
|
-
color: var(--lumo-error-text-color);
|
3231
|
-
will-change: max-height;
|
3232
|
-
transition: 0.4s max-height;
|
3233
|
-
max-height: 5em;
|
3234
|
-
}
|
3235
|
-
|
3236
|
-
:host([has-error-message]) [part='error-message']::before,
|
3237
|
-
:host([has-error-message]) [part='error-message']::after {
|
3238
|
-
content: '';
|
3239
|
-
display: block;
|
3240
|
-
height: 0.4em;
|
3241
|
-
}
|
3242
|
-
|
3243
|
-
:host(:not([invalid])) [part='error-message'] {
|
3244
|
-
max-height: 0;
|
3245
|
-
overflow: hidden;
|
3246
|
-
}
|
3247
|
-
|
3248
|
-
/* RTL specific styles */
|
3249
|
-
|
3250
|
-
:host([dir='rtl']) [part='label'] {
|
3251
|
-
margin-left: 0;
|
3252
|
-
margin-right: calc(var(--lumo-border-radius-m) / 4);
|
3253
|
-
}
|
3254
|
-
|
3255
|
-
:host([dir='rtl']) [part='label'] {
|
3256
|
-
padding-left: 1em;
|
3257
|
-
padding-right: 0;
|
3258
|
-
}
|
3259
|
-
|
3260
|
-
:host([dir='rtl']) [part='required-indicator']::after {
|
3261
|
-
right: auto;
|
3262
|
-
left: 0;
|
3263
|
-
}
|
3264
|
-
|
3265
|
-
:host([dir='rtl']) [part='error-message'] {
|
3266
|
-
margin-left: 0;
|
3267
|
-
margin-right: calc(var(--lumo-border-radius-m) / 4);
|
3268
|
-
}
|
3269
|
-
`;k("",Ti,{moduleId:"lumo-required-field"});/**
|
3270
|
-
* @license
|
3271
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
3272
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3273
|
-
*/const Tl=g`
|
3274
|
-
:host {
|
3275
|
-
--lumo-text-field-size: var(--lumo-size-m);
|
3276
|
-
color: var(--lumo-body-text-color);
|
3277
|
-
font-size: var(--lumo-font-size-m);
|
3278
|
-
font-family: var(--lumo-font-family);
|
3279
|
-
-webkit-font-smoothing: antialiased;
|
3280
|
-
-moz-osx-font-smoothing: grayscale;
|
3281
|
-
-webkit-tap-highlight-color: transparent;
|
3282
|
-
padding: var(--lumo-space-xs) 0;
|
3283
|
-
}
|
3284
|
-
|
3285
|
-
:host::before {
|
3286
|
-
height: var(--lumo-text-field-size);
|
3287
|
-
box-sizing: border-box;
|
3288
|
-
display: inline-flex;
|
3289
|
-
align-items: center;
|
3290
|
-
}
|
3291
|
-
|
3292
|
-
:host([focused]:not([readonly])) [part='label'] {
|
3293
|
-
color: var(--lumo-primary-text-color);
|
3294
|
-
}
|
3295
|
-
|
3296
|
-
:host([focused]) [part='input-field'] ::slotted(:is(input, textarea)) {
|
3297
|
-
-webkit-mask-image: none;
|
3298
|
-
mask-image: none;
|
3299
|
-
}
|
3300
|
-
|
3301
|
-
::slotted(:is(input, textarea):placeholder-shown) {
|
3302
|
-
color: var(--lumo-secondary-text-color);
|
3303
|
-
}
|
3304
|
-
|
3305
|
-
/* Hover */
|
3306
|
-
:host(:hover:not([readonly]):not([focused])) [part='label'] {
|
3307
|
-
color: var(--lumo-body-text-color);
|
3308
|
-
}
|
3309
|
-
|
3310
|
-
:host(:hover:not([readonly]):not([focused])) [part='input-field']::after {
|
3311
|
-
opacity: 0.1;
|
3312
|
-
}
|
3313
|
-
|
3314
|
-
/* Touch device adjustment */
|
3315
|
-
@media (pointer: coarse) {
|
3316
|
-
:host(:hover:not([readonly]):not([focused])) [part='label'] {
|
3317
|
-
color: var(--lumo-secondary-text-color);
|
3318
|
-
}
|
3319
|
-
|
3320
|
-
:host(:hover:not([readonly]):not([focused])) [part='input-field']::after {
|
3321
|
-
opacity: 0;
|
3322
|
-
}
|
3323
|
-
|
3324
|
-
:host(:active:not([readonly]):not([focused])) [part='input-field']::after {
|
3325
|
-
opacity: 0.2;
|
3326
|
-
}
|
3327
|
-
}
|
3328
|
-
|
3329
|
-
/* Trigger when not focusing using the keyboard */
|
3330
|
-
:host([focused]:not([focus-ring]):not([readonly])) [part='input-field']::after {
|
3331
|
-
transform: scaleX(0);
|
3332
|
-
transition-duration: 0.15s, 1s;
|
3333
|
-
}
|
3334
|
-
|
3335
|
-
/* Focus-ring */
|
3336
|
-
:host([focus-ring]) [part='input-field'] {
|
3337
|
-
box-shadow: 0 0 0 2px var(--lumo-primary-color-50pct);
|
3338
|
-
}
|
3339
|
-
|
3340
|
-
/* Read-only and disabled */
|
3341
|
-
:host(:is([readonly], [disabled])) ::slotted(:is(input, textarea):placeholder-shown) {
|
3342
|
-
opacity: 0;
|
3343
|
-
}
|
3344
|
-
|
3345
|
-
/* Read-only style */
|
3346
|
-
:host([readonly]) {
|
3347
|
-
--vaadin-input-field-border-color: transparent;
|
3348
|
-
}
|
3349
|
-
|
3350
|
-
/* Disabled style */
|
3351
|
-
:host([disabled]) {
|
3352
|
-
pointer-events: none;
|
3353
|
-
--vaadin-input-field-border-color: var(--lumo-contrast-20pct);
|
3354
|
-
}
|
3355
|
-
|
3356
|
-
:host([disabled]) [part='label'],
|
3357
|
-
:host([disabled]) [part='input-field'] ::slotted(*) {
|
3358
|
-
color: var(--lumo-disabled-text-color);
|
3359
|
-
-webkit-text-fill-color: var(--lumo-disabled-text-color);
|
3360
|
-
}
|
3361
|
-
|
3362
|
-
/* Invalid style */
|
3363
|
-
:host([invalid]) {
|
3364
|
-
--vaadin-input-field-border-color: var(--lumo-error-color);
|
3365
|
-
}
|
3366
|
-
|
3367
|
-
:host([invalid][focus-ring]) [part='input-field'] {
|
3368
|
-
box-shadow: 0 0 0 2px var(--lumo-error-color-50pct);
|
3369
|
-
}
|
3370
|
-
|
3371
|
-
:host([input-prevented]) [part='input-field'] {
|
3372
|
-
animation: shake 0.15s infinite;
|
3373
|
-
}
|
3374
|
-
|
3375
|
-
@keyframes shake {
|
3376
|
-
25% {
|
3377
|
-
transform: translateX(4px);
|
3378
|
-
}
|
3379
|
-
75% {
|
3380
|
-
transform: translateX(-4px);
|
3381
|
-
}
|
3382
|
-
}
|
3383
|
-
|
3384
|
-
/* Small theme */
|
3385
|
-
:host([theme~='small']) {
|
3386
|
-
font-size: var(--lumo-font-size-s);
|
3387
|
-
--lumo-text-field-size: var(--lumo-size-s);
|
3388
|
-
}
|
3389
|
-
|
3390
|
-
:host([theme~='small']) [part='label'] {
|
3391
|
-
font-size: var(--lumo-font-size-xs);
|
3392
|
-
}
|
3393
|
-
|
3394
|
-
:host([theme~='small']) [part='error-message'] {
|
3395
|
-
font-size: var(--lumo-font-size-xxs);
|
3396
|
-
}
|
3397
|
-
|
3398
|
-
/* Slotted content */
|
3399
|
-
[part='input-field'] ::slotted(:not(vaadin-icon):not(input):not(textarea)) {
|
3400
|
-
color: var(--lumo-secondary-text-color);
|
3401
|
-
font-weight: 400;
|
3402
|
-
}
|
3403
|
-
|
3404
|
-
[part='clear-button']::before {
|
3405
|
-
content: var(--lumo-icons-cross);
|
3406
|
-
}
|
3407
|
-
`,Di=[Ti,ki,kl,Tl];k("",Di,{moduleId:"lumo-input-field-shared-styles"});const Dl=g`
|
3408
|
-
:host {
|
3409
|
-
outline: none;
|
3410
|
-
}
|
3411
|
-
|
3412
|
-
[part='toggle-button']::before {
|
3413
|
-
content: var(--lumo-icons-calendar);
|
3414
|
-
}
|
3415
|
-
|
3416
|
-
[part='clear-button']::before {
|
3417
|
-
content: var(--lumo-icons-cross);
|
3418
|
-
}
|
3419
|
-
|
3420
|
-
@media (max-width: 420px), (max-height: 420px) {
|
3421
|
-
[part='overlay-content'] {
|
3422
|
-
height: 70vh;
|
3423
|
-
}
|
3424
|
-
}
|
3425
|
-
|
3426
|
-
:host([dir='rtl']) [part='input-field'] ::slotted(input) {
|
3427
|
-
--_lumo-text-field-overflow-mask-image: linear-gradient(to left, transparent, #000 1.25em);
|
3428
|
-
}
|
3429
|
-
|
3430
|
-
:host([dir='rtl']) [part='input-field'] ::slotted(input:placeholder-shown) {
|
3431
|
-
--_lumo-text-field-overflow-mask-image: none;
|
3432
|
-
}
|
3433
|
-
`;k("vaadin-date-picker",[Di,Dl],{moduleId:"lumo-date-picker"});/**
|
3434
|
-
@license
|
3435
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
3436
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
3437
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
3438
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
3439
|
-
Code distributed by Google as part of the polymer project is also
|
3440
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
3441
|
-
*/let rs=!1,Sl=[],Si=[];function Ol(){rs=!0,requestAnimationFrame(function(){rs=!1,Ml(Sl),setTimeout(function(){Il(Si)})})}function Ml(o){for(;o.length;)Oi(o.shift())}function Il(o){for(let t=0,e=o.length;t<e;t++)Oi(o.shift())}function Oi(o){const t=o[0],e=o[1],s=o[2];try{e.apply(t,s)}catch(i){setTimeout(()=>{throw i})}}function Mi(o,t,e){rs||Ol(),Si.push([o,t,e])}/**
|
3442
|
-
* @license
|
3443
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3444
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3445
|
-
*/const gt=o=>o.test(navigator.userAgent),ns=o=>o.test(navigator.platform),Nl=o=>o.test(navigator.vendor);gt(/Android/u);gt(/Chrome/u)&&Nl(/Google Inc/u);const zl=gt(/Firefox/u),Fl=ns(/^iPad/u)||ns(/^Mac/u)&&navigator.maxTouchPoints>1,Bl=ns(/^iPhone/u),Ii=Bl||Fl;gt(/^((?!chrome|android).)*safari/iu);const Ll=(()=>{try{return document.createEvent("TouchEvent"),!0}catch(o){return!1}})();/**
|
3446
|
-
* @license
|
3447
|
-
* Copyright (c) 2017 Anton Korzunov
|
3448
|
-
* SPDX-License-Identifier: MIT
|
3449
|
-
*/let me=new WeakMap,Je=new WeakMap,Qe={},Nt=0;const bo=o=>o&&o.nodeType===Node.ELEMENT_NODE,zt=(...o)=>{console.error(`Error: ${o.join(" ")}. Skip setting aria-hidden.`)},Hl=(o,t)=>bo(o)?t.map(e=>{if(!bo(e))return zt(e,"is not a valid element"),null;let s=e;for(;s&&s!==o;){if(o.contains(s))return e;s=s.getRootNode().host}return zt(e,"is not contained inside",o),null}).filter(e=>!!e):(zt(o,"is not a valid element"),[]),Rl=(o,t,e,s)=>{const i=Hl(t,Array.isArray(o)?o:[o]);Qe[e]||(Qe[e]=new WeakMap);const r=Qe[e],n=[],a=new Set,l=new Set(i),c=h=>{if(!h||a.has(h))return;a.add(h);const p=h.assignedSlot;p&&c(p),c(h.parentNode||h.host)};i.forEach(c);const u=h=>{if(!h||l.has(h))return;const p=h.shadowRoot;(p?[...h.children,...p.children]:[...h.children]).forEach(f=>{if(!["template","script","style"].includes(f.localName))if(a.has(f))u(f);else{const y=f.getAttribute(s),b=y!==null&&y!=="false",v=(me.get(f)||0)+1,C=(r.get(f)||0)+1;me.set(f,v),r.set(f,C),n.push(f),v===1&&b&&Je.set(f,!0),C===1&&f.setAttribute(e,"true"),b||f.setAttribute(s,"true")}})};return u(t),a.clear(),Nt+=1,()=>{n.forEach(h=>{const p=me.get(h)-1,m=r.get(h)-1;me.set(h,p),r.set(h,m),p||(Je.has(h)?Je.delete(h):h.removeAttribute(s)),m||h.removeAttribute(e)}),Nt-=1,Nt||(me=new WeakMap,me=new WeakMap,Je=new WeakMap,Qe={})}},Ni=(o,t=document.body,e="data-aria-hidden")=>{const s=Array.from(Array.isArray(o)?o:[o]);return t&&s.push(...Array.from(t.querySelectorAll("[aria-live]"))),Rl(s,t,e,"aria-hidden")};/**
|
3450
|
-
* @license
|
3451
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3452
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3453
|
-
*/class $l{constructor(t,e){this.host=t,this.callback=typeof e=="function"?e:()=>t}showModal(){const t=this.callback();this.__showOthers=Ni(t)}close(){this.__showOthers&&(this.__showOthers(),this.__showOthers=null)}}/**
|
3454
|
-
* @license
|
3455
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3456
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3457
|
-
*/class Vl{saveFocus(t){this.focusNode=t||os()}restoreFocus(){const t=this.focusNode;t&&(os()===document.body?setTimeout(()=>t.focus()):t.focus(),this.focusNode=null)}}/**
|
3458
|
-
* @license
|
3459
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3460
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3461
|
-
*/const Ft=[];class Yl{constructor(t){this.host=t,this.__trapNode=null,this.__onKeyDown=this.__onKeyDown.bind(this)}get __focusableElements(){return Cl(this.__trapNode)}get __focusedElementIndex(){const t=this.__focusableElements;return t.indexOf(t.filter(wl).pop())}hostConnected(){document.addEventListener("keydown",this.__onKeyDown)}hostDisconnected(){document.removeEventListener("keydown",this.__onKeyDown)}trapFocus(t){if(this.__trapNode=t,this.__focusableElements.length===0)throw this.__trapNode=null,new Error("The trap node should have at least one focusable descendant or be focusable itself.");Ft.push(this),this.__focusedElementIndex===-1&&this.__focusableElements[0].focus()}releaseFocus(){this.__trapNode=null,Ft.pop()}__onKeyDown(t){if(this.__trapNode&&this===Array.from(Ft).pop()&&t.key==="Tab"){t.preventDefault();const e=t.shiftKey;this.__focusNextElement(e)}}__focusNextElement(t=!1){const e=this.__focusableElements,s=t?-1:1,i=this.__focusedElementIndex,r=(e.length+i+s)%e.length,n=e[r];n.focus(),n.localName==="input"&&n.select()}}/**
|
3462
|
-
* @license
|
3463
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
3464
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3465
|
-
*/const Ul=o=>class extends Ce(o){static get properties(){return{focusTrap:{type:Boolean,value:!1},restoreFocusOnClose:{type:Boolean,value:!1},restoreFocusNode:{type:HTMLElement}}}constructor(){super(),this.__ariaModalController=new $l(this),this.__focusTrapController=new Yl(this),this.__focusRestorationController=new Vl}ready(){super.ready(),this.addController(this.__ariaModalController),this.addController(this.__focusTrapController),this.addController(this.__focusRestorationController)}_resetFocus(){this.focusTrap&&(this.__ariaModalController.close(),this.__focusTrapController.releaseFocus()),this.restoreFocusOnClose&&this._shouldRestoreFocus()&&this.__focusRestorationController.restoreFocus()}_saveFocus(){this.restoreFocusOnClose&&this.__focusRestorationController.saveFocus(this.restoreFocusNode)}_trapFocus(){this.focusTrap&&(this.__ariaModalController.showModal(),this.__focusTrapController.trapFocus(this.$.overlay))}_shouldRestoreFocus(){const e=os();return e===document.body||this._deepContains(e)}_deepContains(e){if(this.contains(e))return!0;let s=e;const i=e.ownerDocument;for(;s&&s!==i&&s!==this;)s=s.parentNode||s.host;return s===this}};/**
|
3466
|
-
* @license
|
3467
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
3468
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3469
|
-
*/const st=()=>Array.from(document.body.children).filter(o=>o instanceof HTMLElement&&o._hasOverlayStackMixin&&!o.hasAttribute("closing")).sort((o,t)=>o.__zIndex-t.__zIndex||0),Wl=o=>o===st().pop(),jl=o=>class extends o{constructor(){super(),this._hasOverlayStackMixin=!0}get _last(){return Wl(this)}bringToFront(){let e="";const s=st().filter(i=>i!==this).pop();s&&(e=s.__zIndex+1),this.style.zIndex=e,this.__zIndex=e||parseFloat(getComputedStyle(this).zIndex)}_enterModalState(){document.body.style.pointerEvents!=="none"&&(this._previousDocumentPointerEvents=document.body.style.pointerEvents,document.body.style.pointerEvents="none"),st().forEach(e=>{e!==this&&(e.$.overlay.style.pointerEvents="none")})}_exitModalState(){this._previousDocumentPointerEvents!==void 0&&(document.body.style.pointerEvents=this._previousDocumentPointerEvents,delete this._previousDocumentPointerEvents);const e=st();let s;for(;(s=e.pop())&&!(s!==this&&(s.$.overlay.style.removeProperty("pointer-events"),!s.modeless)););}};/**
|
3470
|
-
* @license
|
3471
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
3472
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3473
|
-
*/const ql=o=>class extends Ul(jl(o)){static get properties(){return{opened:{type:Boolean,notify:!0,observer:"_openedChanged",reflectToAttribute:!0},owner:{type:Object},model:{type:Object},renderer:{type:Object},modeless:{type:Boolean,value:!1,reflectToAttribute:!0,observer:"_modelessChanged"},hidden:{type:Boolean,reflectToAttribute:!0,observer:"_hiddenChanged"},withBackdrop:{type:Boolean,value:!1,reflectToAttribute:!0}}}static get observers(){return["_rendererOrDataChanged(renderer, owner, model, opened)"]}constructor(){super(),this._boundMouseDownListener=this._mouseDownListener.bind(this),this._boundMouseUpListener=this._mouseUpListener.bind(this),this._boundOutsideClickListener=this._outsideClickListener.bind(this),this._boundKeydownListener=this._keydownListener.bind(this),Ii&&(this._boundIosResizeListener=()=>this._detectIosNavbar())}ready(){super.ready(),this.addEventListener("click",()=>{}),this.$.backdrop.addEventListener("click",()=>{}),this.addEventListener("mouseup",()=>{document.activeElement===document.body&&this.$.overlay.getAttribute("tabindex")==="0"&&this.$.overlay.focus()})}connectedCallback(){super.connectedCallback(),this._boundIosResizeListener&&(this._detectIosNavbar(),window.addEventListener("resize",this._boundIosResizeListener))}disconnectedCallback(){super.disconnectedCallback(),this._boundIosResizeListener&&window.removeEventListener("resize",this._boundIosResizeListener)}requestContentUpdate(){this.renderer&&this.renderer.call(this.owner,this,this.owner,this.model)}close(e){const s=new CustomEvent("vaadin-overlay-close",{bubbles:!0,cancelable:!0,detail:{sourceEvent:e}});this.dispatchEvent(s),s.defaultPrevented||(this.opened=!1)}_detectIosNavbar(){if(!this.opened)return;const e=window.innerHeight,i=window.innerWidth>e,r=document.documentElement.clientHeight;i&&r>e?this.style.setProperty("--vaadin-overlay-viewport-bottom",`${r-e}px`):this.style.setProperty("--vaadin-overlay-viewport-bottom","0")}_addGlobalListeners(){document.addEventListener("mousedown",this._boundMouseDownListener),document.addEventListener("mouseup",this._boundMouseUpListener),document.documentElement.addEventListener("click",this._boundOutsideClickListener,!0)}_removeGlobalListeners(){document.removeEventListener("mousedown",this._boundMouseDownListener),document.removeEventListener("mouseup",this._boundMouseUpListener),document.documentElement.removeEventListener("click",this._boundOutsideClickListener,!0)}_rendererOrDataChanged(e,s,i,r){const n=this._oldOwner!==s||this._oldModel!==i;this._oldModel=i,this._oldOwner=s;const a=this._oldRenderer!==e;this._oldRenderer=e;const l=this._oldOpened!==r;this._oldOpened=r,a&&(this.innerHTML="",delete this._$litPart$),r&&e&&(a||l||n)&&this.requestContentUpdate()}_modelessChanged(e){e?(this._removeGlobalListeners(),this._exitModalState()):this.opened&&(this._addGlobalListeners(),this._enterModalState())}_openedChanged(e,s){e?(this._saveFocus(),this._animatedOpening(),Mi(this,()=>{this._trapFocus();const i=new CustomEvent("vaadin-overlay-open",{bubbles:!0});this.dispatchEvent(i)}),document.addEventListener("keydown",this._boundKeydownListener),this.modeless||this._addGlobalListeners()):s&&(this._resetFocus(),this._animatedClosing(),document.removeEventListener("keydown",this._boundKeydownListener),this.modeless||this._removeGlobalListeners())}_hiddenChanged(e){e&&this.hasAttribute("closing")&&this._flushAnimation("closing")}_shouldAnimate(){const e=getComputedStyle(this),s=e.getPropertyValue("animation-name");return!(e.getPropertyValue("display")==="none")&&s&&s!=="none"}_enqueueAnimation(e,s){const i=`__${e}Handler`,r=n=>{n&&n.target!==this||(s(),this.removeEventListener("animationend",r),delete this[i])};this[i]=r,this.addEventListener("animationend",r)}_flushAnimation(e){const s=`__${e}Handler`;typeof this[s]=="function"&&this[s]()}_animatedOpening(){this.parentNode===document.body&&this.hasAttribute("closing")&&this._flushAnimation("closing"),this._attachOverlay(),this.modeless||this._enterModalState(),this.setAttribute("opening",""),this._shouldAnimate()?this._enqueueAnimation("opening",()=>{this._finishOpening()}):this._finishOpening()}_attachOverlay(){this._placeholder=document.createComment("vaadin-overlay-placeholder"),this.parentNode.insertBefore(this._placeholder,this),document.body.appendChild(this),this.bringToFront()}_finishOpening(){this.removeAttribute("opening")}_finishClosing(){this._detachOverlay(),this.$.overlay.style.removeProperty("pointer-events"),this.removeAttribute("closing"),this.dispatchEvent(new CustomEvent("vaadin-overlay-closed"))}_animatedClosing(){this.hasAttribute("opening")&&this._flushAnimation("opening"),this._placeholder&&(this._exitModalState(),this.setAttribute("closing",""),this.dispatchEvent(new CustomEvent("vaadin-overlay-closing")),this._shouldAnimate()?this._enqueueAnimation("closing",()=>{this._finishClosing()}):this._finishClosing())}_detachOverlay(){this._placeholder.parentNode.insertBefore(this,this._placeholder),this._placeholder.parentNode.removeChild(this._placeholder)}_mouseDownListener(e){this._mouseDownInside=e.composedPath().indexOf(this.$.overlay)>=0}_mouseUpListener(e){this._mouseUpInside=e.composedPath().indexOf(this.$.overlay)>=0}_shouldCloseOnOutsideClick(e){return this._last}_outsideClickListener(e){if(e.composedPath().includes(this.$.overlay)||this._mouseDownInside||this._mouseUpInside){this._mouseDownInside=!1,this._mouseUpInside=!1;return}if(!this._shouldCloseOnOutsideClick(e))return;const s=new CustomEvent("vaadin-overlay-outside-click",{bubbles:!0,cancelable:!0,detail:{sourceEvent:e}});this.dispatchEvent(s),this.opened&&!s.defaultPrevented&&this.close(e)}_keydownListener(e){if(this._last&&!(this.modeless&&!e.composedPath().includes(this.$.overlay))&&e.key==="Escape"){const s=new CustomEvent("vaadin-overlay-escape-press",{bubbles:!0,cancelable:!0,detail:{sourceEvent:e}});this.dispatchEvent(s),this.opened&&!s.defaultPrevented&&this.close(e)}}};/**
|
3474
|
-
* @license
|
3475
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
3476
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3477
|
-
*/const Bt={start:"top",end:"bottom"},Lt={start:"left",end:"right"},vo=new ResizeObserver(o=>{setTimeout(()=>{o.forEach(t=>{t.target.__overlay&&t.target.__overlay._updatePosition()})})}),Kl=o=>class extends o{static get properties(){return{positionTarget:{type:Object,value:null},horizontalAlign:{type:String,value:"start"},verticalAlign:{type:String,value:"top"},noHorizontalOverlap:{type:Boolean,value:!1},noVerticalOverlap:{type:Boolean,value:!1},requiredVerticalSpace:{type:Number,value:0}}}static get observers(){return["__positionSettingsChanged(horizontalAlign, verticalAlign, noHorizontalOverlap, noVerticalOverlap, requiredVerticalSpace)","__overlayOpenedChanged(opened, positionTarget)"]}constructor(){super(),this.__onScroll=this.__onScroll.bind(this),this._updatePosition=this._updatePosition.bind(this)}connectedCallback(){super.connectedCallback(),this.opened&&this.__addUpdatePositionEventListeners()}disconnectedCallback(){super.disconnectedCallback(),this.__removeUpdatePositionEventListeners()}__addUpdatePositionEventListeners(){window.addEventListener("resize",this._updatePosition),this.__positionTargetAncestorRootNodes=ja(this.positionTarget),this.__positionTargetAncestorRootNodes.forEach(e=>{e.addEventListener("scroll",this.__onScroll,!0)})}__removeUpdatePositionEventListeners(){window.removeEventListener("resize",this._updatePosition),this.__positionTargetAncestorRootNodes&&(this.__positionTargetAncestorRootNodes.forEach(e=>{e.removeEventListener("scroll",this.__onScroll,!0)}),this.__positionTargetAncestorRootNodes=null)}__overlayOpenedChanged(e,s){if(this.__removeUpdatePositionEventListeners(),s&&(s.__overlay=null,vo.unobserve(s),e&&(this.__addUpdatePositionEventListeners(),s.__overlay=this,vo.observe(s))),e){const i=getComputedStyle(this);this.__margins||(this.__margins={},["top","bottom","left","right"].forEach(r=>{this.__margins[r]=parseInt(i[r],10)})),this.setAttribute("dir",i.direction),this._updatePosition(),requestAnimationFrame(()=>this._updatePosition())}}__positionSettingsChanged(){this._updatePosition()}__onScroll(e){this.contains(e.target)||this._updatePosition()}_updatePosition(){if(!this.positionTarget||!this.opened)return;const e=this.positionTarget.getBoundingClientRect(),s=this.__shouldAlignStartVertically(e);this.style.justifyContent=s?"flex-start":"flex-end";const i=this.__isRTL,r=this.__shouldAlignStartHorizontally(e,i),n=!i&&r||i&&!r;this.style.alignItems=n?"flex-start":"flex-end";const a=this.getBoundingClientRect(),l=this.__calculatePositionInOneDimension(e,a,this.noVerticalOverlap,Bt,this,s),c=this.__calculatePositionInOneDimension(e,a,this.noHorizontalOverlap,Lt,this,r);Object.assign(this.style,l,c),this.toggleAttribute("bottom-aligned",!s),this.toggleAttribute("top-aligned",s),this.toggleAttribute("end-aligned",!n),this.toggleAttribute("start-aligned",n)}__shouldAlignStartHorizontally(e,s){const i=Math.max(this.__oldContentWidth||0,this.$.overlay.offsetWidth);this.__oldContentWidth=this.$.overlay.offsetWidth;const r=Math.min(window.innerWidth,document.documentElement.clientWidth),n=!s&&this.horizontalAlign==="start"||s&&this.horizontalAlign==="end";return this.__shouldAlignStart(e,i,r,this.__margins,n,this.noHorizontalOverlap,Lt)}__shouldAlignStartVertically(e){const s=this.requiredVerticalSpace||Math.max(this.__oldContentHeight||0,this.$.overlay.offsetHeight);this.__oldContentHeight=this.$.overlay.offsetHeight;const i=Math.min(window.innerHeight,document.documentElement.clientHeight),r=this.verticalAlign==="top";return this.__shouldAlignStart(e,s,i,this.__margins,r,this.noVerticalOverlap,Bt)}__shouldAlignStart(e,s,i,r,n,a,l){const c=i-e[a?l.end:l.start]-r[l.end],u=e[a?l.start:l.end]-r[l.start],h=n?c:u,m=h>(n?u:c)||h>s;return n===m}__adjustBottomProperty(e,s,i){let r;if(e===s.end){if(s.end===Bt.end){const n=Math.min(window.innerHeight,document.documentElement.clientHeight);if(i>n&&this.__oldViewportHeight){const a=this.__oldViewportHeight-n;r=i-a}this.__oldViewportHeight=n}if(s.end===Lt.end){const n=Math.min(window.innerWidth,document.documentElement.clientWidth);if(i>n&&this.__oldViewportWidth){const a=this.__oldViewportWidth-n;r=i-a}this.__oldViewportWidth=n}}return r}__calculatePositionInOneDimension(e,s,i,r,n,a){const l=a?r.start:r.end,c=a?r.end:r.start,u=parseFloat(n.style[l]||getComputedStyle(n)[l]),h=this.__adjustBottomProperty(l,r,u),p=s[a?r.start:r.end]-e[i===a?r.end:r.start],m=h?`${h}px`:`${u+p*(a?-1:1)}px`;return{[l]:m,[c]:""}}};/**
|
3478
|
-
* @license
|
3479
|
-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
|
3480
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3481
|
-
*/const Gl=g`
|
3482
|
-
:host {
|
3483
|
-
z-index: 200;
|
3484
|
-
position: fixed;
|
3485
|
-
|
3486
|
-
/* Despite of what the names say, <vaadin-overlay> is just a container
|
3487
|
-
for position/sizing/alignment. The actual overlay is the overlay part. */
|
3488
|
-
|
3489
|
-
/* Default position constraints: the entire viewport. Note: themes can
|
3490
|
-
override this to introduce gaps between the overlay and the viewport. */
|
3491
|
-
inset: 0;
|
3492
|
-
bottom: var(--vaadin-overlay-viewport-bottom);
|
3493
|
-
|
3494
|
-
/* Use flexbox alignment for the overlay part. */
|
3495
|
-
display: flex;
|
3496
|
-
flex-direction: column; /* makes dropdowns sizing easier */
|
3497
|
-
/* Align to center by default. */
|
3498
|
-
align-items: center;
|
3499
|
-
justify-content: center;
|
3500
|
-
|
3501
|
-
/* Allow centering when max-width/max-height applies. */
|
3502
|
-
margin: auto;
|
3503
|
-
|
3504
|
-
/* The host is not clickable, only the overlay part is. */
|
3505
|
-
pointer-events: none;
|
3506
|
-
|
3507
|
-
/* Remove tap highlight on touch devices. */
|
3508
|
-
-webkit-tap-highlight-color: transparent;
|
3509
|
-
|
3510
|
-
/* CSS API for host */
|
3511
|
-
--vaadin-overlay-viewport-bottom: 0;
|
3512
|
-
}
|
3513
|
-
|
3514
|
-
:host([hidden]),
|
3515
|
-
:host(:not([opened]):not([closing])) {
|
3516
|
-
display: none !important;
|
3517
|
-
}
|
3518
|
-
|
3519
|
-
[part='overlay'] {
|
3520
|
-
-webkit-overflow-scrolling: touch;
|
3521
|
-
overflow: auto;
|
3522
|
-
pointer-events: auto;
|
3523
|
-
|
3524
|
-
/* Prevent overflowing the host */
|
3525
|
-
max-width: 100%;
|
3526
|
-
box-sizing: border-box;
|
3527
|
-
|
3528
|
-
-webkit-tap-highlight-color: initial; /* reenable tap highlight inside */
|
3529
|
-
}
|
3530
|
-
|
3531
|
-
[part='backdrop'] {
|
3532
|
-
z-index: -1;
|
3533
|
-
content: '';
|
3534
|
-
background: rgba(0, 0, 0, 0.5);
|
3535
|
-
position: fixed;
|
3536
|
-
inset: 0;
|
3537
|
-
pointer-events: auto;
|
3538
|
-
}
|
3539
|
-
`;/**
|
3540
|
-
* @license
|
3541
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
3542
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3543
|
-
*/const Xl=g`
|
3544
|
-
[part='overlay'] {
|
3545
|
-
display: flex;
|
3546
|
-
flex: auto;
|
3547
|
-
}
|
3548
|
-
|
3549
|
-
[part~='content'] {
|
3550
|
-
flex: auto;
|
3551
|
-
}
|
3552
|
-
|
3553
|
-
@media (forced-colors: active) {
|
3554
|
-
[part='overlay'] {
|
3555
|
-
outline: 3px solid;
|
3556
|
-
}
|
3557
|
-
}
|
3558
|
-
`;/**
|
3559
|
-
* @license
|
3560
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
3561
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3562
|
-
*/k("vaadin-date-picker-overlay",[Gl,Xl],{moduleId:"vaadin-date-picker-overlay-styles"});class Jl extends Kl(ql(mt(ce(ee)))){static get is(){return"vaadin-date-picker-overlay"}static get template(){return ue`
|
3563
|
-
<div id="backdrop" part="backdrop" hidden$="[[!withBackdrop]]"></div>
|
3564
|
-
<div part="overlay" id="overlay">
|
3565
|
-
<div part="content" id="content">
|
3566
|
-
<slot></slot>
|
3567
|
-
</div>
|
3568
|
-
</div>
|
3569
|
-
`}}R(Jl);/**
|
3570
|
-
* @license
|
3571
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
3572
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3573
|
-
*/function Ql(o){let t=o.getDay();t===0&&(t=7);const e=4-t,s=new Date(o.getTime()+e*24*3600*1e3),i=new Date(0,0);i.setFullYear(s.getFullYear());const r=s.getTime()-i.getTime(),n=Math.round(r/(24*3600*1e3));return Math.floor(n/7+1)}function X(o,t){return o instanceof Date&&t instanceof Date&&o.getFullYear()===t.getFullYear()&&o.getMonth()===t.getMonth()&&o.getDate()===t.getDate()}function Ye(o,t,e){return(!t||o>=t)&&(!e||o<=e)}function zi(o,t){return t.filter(e=>e!==void 0).reduce((e,s)=>{if(!s)return e;if(!e)return s;const i=Math.abs(o.getTime()-s.getTime()),r=Math.abs(e.getTime()-o.getTime());return i<r?s:e})}function Fi(o){return{day:o.getDate(),month:o.getMonth(),year:o.getFullYear()}}function Bi(o){const t=new Date,e=new Date(t);return e.setDate(1),e.setMonth(parseInt(o)+t.getMonth()),e}function Zl(o,t,e=0,s=1){if(t>99)throw new Error("The provided year cannot have more than 2 digits.");if(t<0)throw new Error("The provided year cannot be negative.");let i=t+Math.floor(o.getFullYear()/100)*100;return o<new Date(i-50,e,s)?i-=100:o>new Date(i+50,e,s)&&(i+=100),i}function Se(o){const t=/^([-+]\d{1}|\d{2,4}|[-+]\d{6})-(\d{1,2})-(\d{1,2})$/u.exec(o);if(!t)return;const e=new Date(0,0);return e.setFullYear(parseInt(t[1],10)),e.setMonth(parseInt(t[2],10)-1),e.setDate(parseInt(t[3],10)),e}/**
|
3574
|
-
* @license
|
3575
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
3576
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3577
|
-
*/const Li=document.createElement("template");Li.innerHTML=`
|
3578
|
-
<style>
|
3579
|
-
:host {
|
3580
|
-
display: block;
|
3581
|
-
overflow: hidden;
|
3582
|
-
height: 500px;
|
3583
|
-
}
|
3584
|
-
|
3585
|
-
#scroller {
|
3586
|
-
position: relative;
|
3587
|
-
height: 100%;
|
3588
|
-
overflow: auto;
|
3589
|
-
outline: none;
|
3590
|
-
margin-right: -40px;
|
3591
|
-
-webkit-overflow-scrolling: touch;
|
3592
|
-
overflow-x: hidden;
|
3593
|
-
}
|
3594
|
-
|
3595
|
-
#scroller.notouchscroll {
|
3596
|
-
-webkit-overflow-scrolling: auto;
|
3597
|
-
}
|
3598
|
-
|
3599
|
-
#scroller::-webkit-scrollbar {
|
3600
|
-
display: none;
|
3601
|
-
}
|
3602
|
-
|
3603
|
-
.buffer {
|
3604
|
-
position: absolute;
|
3605
|
-
width: var(--vaadin-infinite-scroller-buffer-width, 100%);
|
3606
|
-
box-sizing: border-box;
|
3607
|
-
padding-right: 40px;
|
3608
|
-
top: var(--vaadin-infinite-scroller-buffer-offset, 0);
|
3609
|
-
animation: fadein 0.2s;
|
3610
|
-
}
|
3611
|
-
|
3612
|
-
@keyframes fadein {
|
3613
|
-
from {
|
3614
|
-
opacity: 0;
|
3615
|
-
}
|
3616
|
-
to {
|
3617
|
-
opacity: 1;
|
3618
|
-
}
|
3619
|
-
}
|
3620
|
-
</style>
|
3621
|
-
|
3622
|
-
<div id="scroller">
|
3623
|
-
<div class="buffer"></div>
|
3624
|
-
<div class="buffer"></div>
|
3625
|
-
<div id="fullHeight"></div>
|
3626
|
-
</div>
|
3627
|
-
`;class Hi extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}).appendChild(Li.content.cloneNode(!0)),this.bufferSize=20,this._initialScroll=5e5,this._initialIndex=0,this._activated=!1}get active(){return this._activated}set active(t){t&&!this._activated&&(this._createPool(),this._activated=!0)}get bufferOffset(){return this._buffers[0].offsetTop}get itemHeight(){if(!this._itemHeightVal){const t=getComputedStyle(this).getPropertyValue("--vaadin-infinite-scroller-item-height"),e="background-position";this.$.fullHeight.style.setProperty(e,t);const s=getComputedStyle(this.$.fullHeight).getPropertyValue(e);this.$.fullHeight.style.removeProperty(e),this._itemHeightVal=parseFloat(s)}return this._itemHeightVal}get _bufferHeight(){return this.itemHeight*this.bufferSize}get position(){return(this.$.scroller.scrollTop-this._buffers[0].translateY)/this.itemHeight+this._firstIndex}set position(t){this._preventScrollEvent=!0,t>this._firstIndex&&t<this._firstIndex+this.bufferSize*2?this.$.scroller.scrollTop=this.itemHeight*(t-this._firstIndex)+this._buffers[0].translateY:(this._initialIndex=~~t,this._reset(),this._scrollDisabled=!0,this.$.scroller.scrollTop+=t%1*this.itemHeight,this._scrollDisabled=!1),this._mayHaveMomentum&&(this.$.scroller.classList.add("notouchscroll"),this._mayHaveMomentum=!1,setTimeout(()=>{this.$.scroller.classList.remove("notouchscroll")},10))}connectedCallback(){this._ready||(this._ready=!0,this.$={},this.shadowRoot.querySelectorAll("[id]").forEach(t=>{this.$[t.id]=t}),this.$.scroller.addEventListener("scroll",()=>this._scroll()),this._buffers=[...this.shadowRoot.querySelectorAll(".buffer")],this.$.fullHeight.style.height=`${this._initialScroll*2}px`,zl&&(this.$.scroller.tabIndex=-1))}forceUpdate(){this._debouncerUpdateClones&&(this._buffers[0].updated=this._buffers[1].updated=!1,this._updateClones(),this._debouncerUpdateClones.cancel())}_createElement(){}_updateElement(t,e){}_finishInit(){this._initDone||(this._buffers.forEach(t=>{[...t.children].forEach(e=>{this._ensureStampedInstance(e._itemWrapper)})}),this._buffers[0].translateY||this._reset(),this._initDone=!0,this.dispatchEvent(new CustomEvent("init-done")))}_translateBuffer(t){const e=t?1:0;this._buffers[e].translateY=this._buffers[e?0:1].translateY+this._bufferHeight*(e?-1:1),this._buffers[e].style.transform=`translate3d(0, ${this._buffers[e].translateY}px, 0)`,this._buffers[e].updated=!1,this._buffers.reverse()}_scroll(){if(this._scrollDisabled)return;const t=this.$.scroller.scrollTop;(t<this._bufferHeight||t>this._initialScroll*2-this._bufferHeight)&&(this._initialIndex=~~this.position,this._reset());const e=this.itemHeight+this.bufferOffset,s=t>this._buffers[1].translateY+e,i=t<this._buffers[0].translateY+e;(s||i)&&(this._translateBuffer(i),this._updateClones()),this._preventScrollEvent||(this.dispatchEvent(new CustomEvent("custom-scroll",{bubbles:!1,composed:!0})),this._mayHaveMomentum=!0),this._preventScrollEvent=!1,this._debouncerScrollFinish=Ve.debounce(this._debouncerScrollFinish,lt.after(200),()=>{const r=this.$.scroller.getBoundingClientRect();!this._isVisible(this._buffers[0],r)&&!this._isVisible(this._buffers[1],r)&&(this.position=this.position)})}_reset(){this._scrollDisabled=!0,this.$.scroller.scrollTop=this._initialScroll,this._buffers[0].translateY=this._initialScroll-this._bufferHeight,this._buffers[1].translateY=this._initialScroll,this._buffers.forEach(t=>{t.style.transform=`translate3d(0, ${t.translateY}px, 0)`}),this._buffers[0].updated=this._buffers[1].updated=!1,this._updateClones(!0),this._debouncerUpdateClones=Ve.debounce(this._debouncerUpdateClones,lt.after(200),()=>{this._buffers[0].updated=this._buffers[1].updated=!1,this._updateClones()}),this._scrollDisabled=!1}_createPool(){const t=this.getBoundingClientRect();this._buffers.forEach(e=>{for(let s=0;s<this.bufferSize;s++){const i=document.createElement("div");i.style.height=`${this.itemHeight}px`,i.instance={};const r=`vaadin-infinite-scroller-item-content-${gi()}`,n=document.createElement("slot");n.setAttribute("name",r),n._itemWrapper=i,e.appendChild(n),i.setAttribute("slot",r),this.appendChild(i),this._isVisible(i,t)&&this._ensureStampedInstance(i)}}),requestAnimationFrame(()=>{this._finishInit()})}_ensureStampedInstance(t){if(t.firstElementChild)return;const e=t.instance;t.instance=this._createElement(),t.appendChild(t.instance),Object.keys(e).forEach(s=>{t.instance[s]=e[s]})}_updateClones(t){this._firstIndex=~~((this._buffers[0].translateY-this._initialScroll)/this.itemHeight)+this._initialIndex;const e=t?this.$.scroller.getBoundingClientRect():void 0;this._buffers.forEach((s,i)=>{if(!s.updated){const r=this._firstIndex+this.bufferSize*i;[...s.children].forEach((n,a)=>{const l=n._itemWrapper;(!t||this._isVisible(l,e))&&this._updateElement(l.instance,r+a)}),s.updated=!0}})}_isVisible(t,e){const s=t.getBoundingClientRect();return s.bottom>e.top&&s.top<e.bottom}}/**
|
3628
|
-
* @license
|
3629
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
3630
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3631
|
-
*/const Ri=document.createElement("template");Ri.innerHTML=`
|
3632
|
-
<style>
|
3633
|
-
:host {
|
3634
|
-
--vaadin-infinite-scroller-item-height: 270px;
|
3635
|
-
position: absolute;
|
3636
|
-
top: 0;
|
3637
|
-
left: 0;
|
3638
|
-
right: 0;
|
3639
|
-
bottom: 0;
|
3640
|
-
height: 100%;
|
3641
|
-
}
|
3642
|
-
</style>
|
3643
|
-
`;class ec extends Hi{static get is(){return"vaadin-date-picker-month-scroller"}constructor(){super(),this.bufferSize=3,this.shadowRoot.appendChild(Ri.content.cloneNode(!0))}_createElement(){return document.createElement("vaadin-month-calendar")}_updateElement(t,e){t.month=Bi(e)}}R(ec);/**
|
3644
|
-
* @license
|
3645
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
3646
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3647
|
-
*/const $i=document.createElement("template");$i.innerHTML=`
|
3648
|
-
<style>
|
3649
|
-
:host {
|
3650
|
-
--vaadin-infinite-scroller-item-height: 80px;
|
3651
|
-
width: 50px;
|
3652
|
-
display: block;
|
3653
|
-
height: 100%;
|
3654
|
-
position: absolute;
|
3655
|
-
right: 0;
|
3656
|
-
transform: translateX(100%);
|
3657
|
-
-webkit-tap-highlight-color: transparent;
|
3658
|
-
-webkit-user-select: none;
|
3659
|
-
-moz-user-select: none;
|
3660
|
-
user-select: none;
|
3661
|
-
/* Center the year scroller position. */
|
3662
|
-
--vaadin-infinite-scroller-buffer-offset: 50%;
|
3663
|
-
}
|
3664
|
-
|
3665
|
-
:host::before {
|
3666
|
-
content: '';
|
3667
|
-
display: block;
|
3668
|
-
background: transparent;
|
3669
|
-
width: 0;
|
3670
|
-
height: 0;
|
3671
|
-
position: absolute;
|
3672
|
-
left: 0;
|
3673
|
-
top: 50%;
|
3674
|
-
transform: translateY(-50%);
|
3675
|
-
border-width: 6px;
|
3676
|
-
border-style: solid;
|
3677
|
-
border-color: transparent;
|
3678
|
-
border-left-color: #000;
|
3679
|
-
}
|
3680
|
-
</style>
|
3681
|
-
`;class tc extends Hi{static get is(){return"vaadin-date-picker-year-scroller"}constructor(){super(),this.bufferSize=12,this.shadowRoot.appendChild($i.content.cloneNode(!0))}_createElement(){return document.createElement("vaadin-date-picker-year")}_updateElement(t,e){t.year=this._yearAfterXYears(e)}_yearAfterXYears(t){const e=new Date,s=new Date(e);return s.setFullYear(parseInt(t)+e.getFullYear()),s.getFullYear()}}R(tc);/**
|
3682
|
-
* @license
|
3683
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
3684
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3685
|
-
*/class sc extends ce(ee){static get is(){return"vaadin-date-picker-year"}static get template(){return ue`
|
3686
|
-
<style>
|
3687
|
-
:host {
|
3688
|
-
display: block;
|
3689
|
-
height: 100%;
|
3690
|
-
}
|
3691
|
-
</style>
|
3692
|
-
<div part="year-number">[[year]]</div>
|
3693
|
-
<div part="year-separator" aria-hidden="true"></div>
|
3694
|
-
`}static get properties(){return{year:{type:String},selectedDate:{type:Object}}}static get observers(){return["__updateSelected(year, selectedDate)"]}__updateSelected(t,e){this.toggleAttribute("selected",e&&e.getFullYear()===t),this.toggleAttribute("current",t===new Date().getFullYear())}}R(sc);/**
|
3695
|
-
@license
|
3696
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
3697
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
3698
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
3699
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
3700
|
-
Code distributed by Google as part of the polymer project is also
|
3701
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
3702
|
-
*/function ks(o,t,e,s,i){let r;i&&(r=typeof e=="object"&&e!==null,r&&(s=o.__dataTemp[t]));let n=s!==e&&(s===s||e===e);return r&&n&&(o.__dataTemp[t]=e),n}const Ts=T(o=>{class t extends o{_shouldPropertyChange(s,i,r){return ks(this,s,i,r,!0)}}return t}),oc=T(o=>{class t extends o{static get properties(){return{mutableData:Boolean}}_shouldPropertyChange(s,i,r){return ks(this,s,i,r,this.mutableData)}}return t});Ts._mutablePropertyChange=ks;/**
|
3703
|
-
@license
|
3704
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
3705
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
3706
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
3707
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
3708
|
-
Code distributed by Google as part of the polymer project is also
|
3709
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
3710
|
-
*/let as=null;function ls(){return as}ls.prototype=Object.create(HTMLTemplateElement.prototype,{constructor:{value:ls,writable:!0}});const Vi=ys(ls),ic=Ts(Vi);function rc(o,t){as=o,Object.setPrototypeOf(o,t.prototype),new t,as=null}const nc=ys(class{});function ac(o,t){for(let e=0;e<t.length;e++){let s=t[e];if(!!o!=!!s.__hideTemplateChildren__)if(s.nodeType===Node.TEXT_NODE)o?(s.__polymerTextContent__=s.textContent,s.textContent=""):s.textContent=s.__polymerTextContent__;else if(s.localName==="slot")if(o)s.__polymerReplaced__=document.createComment("hidden-slot"),M(M(s).parentNode).replaceChild(s.__polymerReplaced__,s);else{const i=s.__polymerReplaced__;i&&M(M(i).parentNode).replaceChild(s,i)}else s.style&&(o?(s.__polymerDisplay__=s.style.display,s.style.display="none"):s.style.display=s.__polymerDisplay__);s.__hideTemplateChildren__=o,s._showHideChildren&&s._showHideChildren(o)}}class te extends nc{constructor(t){super(),this._configureProperties(t),this.root=this._stampTemplate(this.__dataHost);let e=[];this.children=e;for(let i=this.root.firstChild;i;i=i.nextSibling)e.push(i),i.__templatizeInstance=this;this.__templatizeOwner&&this.__templatizeOwner.__hideTemplateChildren__&&this._showHideChildren(!0);let s=this.__templatizeOptions;(t&&s.instanceProps||!s.instanceProps)&&this._enableProperties()}_configureProperties(t){if(this.__templatizeOptions.forwardHostProp)for(let s in this.__hostProps)this._setPendingProperty(s,this.__dataHost["_host_"+s]);for(let s in t)this._setPendingProperty(s,t[s])}forwardHostProp(t,e){this._setPendingPropertyOrPath(t,e,!1,!0)&&this.__dataHost._enqueueClient(this)}_addEventListenerToNode(t,e,s){if(this._methodHost&&this.__templatizeOptions.parentModel)this._methodHost._addEventListenerToNode(t,e,i=>{i.model=this,s(i)});else{let i=this.__dataHost.__dataHost;i&&i._addEventListenerToNode(t,e,s)}}_showHideChildren(t){ac(t,this.children)}_setUnmanagedPropertyToNode(t,e,s){t.__hideTemplateChildren__&&t.nodeType==Node.TEXT_NODE&&e=="textContent"?t.__polymerTextContent__=s:super._setUnmanagedPropertyToNode(t,e,s)}get parentModel(){let t=this.__parentModel;if(!t){let e;t=this;do t=t.__dataHost.__dataHost;while((e=t.__templatizeOptions)&&!e.parentModel);this.__parentModel=t}return t}dispatchEvent(t){return!0}}te.prototype.__dataHost;te.prototype.__templatizeOptions;te.prototype._methodHost;te.prototype.__templatizeOwner;te.prototype.__hostProps;const lc=Ts(te);function wo(o){let t=o.__dataHost;return t&&t._methodHost||t}function cc(o,t,e){let s=e.mutableData?lc:te;cs.mixin&&(s=cs.mixin(s));let i=class extends s{};return i.prototype.__templatizeOptions=e,i.prototype._bindTemplate(o),hc(i,o,t,e),i}function dc(o,t,e,s){let i=e.forwardHostProp;if(i&&t.hasHostProps){const r=o.localName=="template";let n=t.templatizeTemplateClass;if(!n){if(r){let l=e.mutableData?ic:Vi;class c extends l{}n=t.templatizeTemplateClass=c}else{const l=o.constructor;class c extends l{}n=t.templatizeTemplateClass=c}let a=t.hostProps;for(let l in a)n.prototype._addPropertyEffect("_host_"+l,n.prototype.PROPERTY_EFFECT_TYPES.PROPAGATE,{fn:uc(l,i)}),n.prototype._createNotifyingProperty("_host_"+l);$o&&s&&fc(t,e,s)}if(o.__dataProto&&Object.assign(o.__data,o.__dataProto),r)rc(o,n),o.__dataTemp={},o.__dataPending=null,o.__dataOld=null,o._enableProperties();else{Object.setPrototypeOf(o,n.prototype);const a=t.hostProps;for(let l in a)if(l="_host_"+l,l in o){const c=o[l];delete o[l],o.__data[l]=c}}}}function uc(o,t){return function(s,i,r){t.call(s.__templatizeOwner,i.substring(6),r[i])}}function hc(o,t,e,s){let i=e.hostProps||{};for(let r in s.instanceProps){delete i[r];let n=s.notifyInstanceProp;n&&o.prototype._addPropertyEffect(r,o.prototype.PROPERTY_EFFECT_TYPES.NOTIFY,{fn:pc(r,n)})}if(s.forwardHostProp&&t.__dataHost)for(let r in i)e.hasHostProps||(e.hasHostProps=!0),o.prototype._addPropertyEffect(r,o.prototype.PROPERTY_EFFECT_TYPES.NOTIFY,{fn:mc()})}function pc(o,t){return function(s,i,r){t.call(s.__templatizeOwner,s,i,r[i])}}function mc(){return function(t,e,s){t.__dataHost._setPendingPropertyOrPath("_host_"+e,s[e],!0,!0)}}function cs(o,t,e){if(nt&&!wo(o))throw new Error("strictTemplatePolicy: template owner not trusted");if(e=e||{},o.__templatizeOwner)throw new Error("A <template> can only be templatized once");o.__templatizeOwner=t;let i=(t?t.constructor:te)._parseTemplate(o),r=i.templatizeInstanceClass;r||(r=cc(o,i,e),i.templatizeInstanceClass=r);const n=wo(o);dc(o,i,e,n);let a=class extends r{};return a.prototype._methodHost=n,a.prototype.__dataHost=o,a.prototype.__templatizeOwner=t,a.prototype.__hostProps=i.hostProps,a=a,a}function fc(o,t,e){const s=e.constructor._properties,{propertyEffects:i}=o,{instanceProps:r}=t;for(let n in i)if(!s[n]&&!(r&&r[n])){const a=i[n];for(let l=0;l<a.length;l++){const{part:c}=a[l].info;if(!(c.signature&&c.signature.static)){console.warn(`Property '${n}' used in template but not declared in 'properties'; attribute will not be observed.`);break}}}}function _c(o,t){let e;for(;t;)if(e=t.__dataHost?t:t.__templatizeInstance)if(e.__dataHost!=o)t=e.__dataHost;else return e;else t=M(t).parentNode;return null}/**
|
3711
|
-
@license
|
3712
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
3713
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
3714
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
3715
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
3716
|
-
Code distributed by Google as part of the polymer project is also
|
3717
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
3718
|
-
*/class dt{constructor(){this._asyncModule=null,this._callback=null,this._timer=null}setConfig(t,e){this._asyncModule=t,this._callback=e,this._timer=this._asyncModule.run(()=>{this._timer=null,Ue.delete(this),this._callback()})}cancel(){this.isActive()&&(this._cancelAsync(),Ue.delete(this))}_cancelAsync(){this.isActive()&&(this._asyncModule.cancel(this._timer),this._timer=null)}flush(){this.isActive()&&(this.cancel(),this._callback())}isActive(){return this._timer!=null}static debounce(t,e,s){return t instanceof dt?t._cancelAsync():t=new dt,t.setConfig(e,s),t}}let Ue=new Set;const gc=function(o){Ue.add(o)},yc=function(){const o=!!Ue.size;return Ue.forEach(t=>{try{t.flush()}catch(e){setTimeout(()=>{throw e})}}),o};/**
|
3719
|
-
@license
|
3720
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
3721
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
3722
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
3723
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
3724
|
-
Code distributed by Google as part of the polymer project is also
|
3725
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
3726
|
-
*/const Yi=function(){let o,t;do o=window.ShadyDOM&&ShadyDOM.flush(),window.ShadyCSS&&window.ShadyCSS.ScopingShim&&window.ShadyCSS.ScopingShim.flush(),t=yc();while(o||t)};/**
|
3727
|
-
@license
|
3728
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
3729
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
3730
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
3731
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
3732
|
-
Code distributed by Google as part of the polymer project is also
|
3733
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
3734
|
-
*/let xo=!1;function bc(){if(Ro&&!Ho){if(!xo){xo=!0;const o=document.createElement("style");o.textContent="dom-bind,dom-if,dom-repeat{display:none;}",document.head.appendChild(o)}return!0}return!1}/**
|
3735
|
-
@license
|
3736
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
3737
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
3738
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
3739
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
3740
|
-
Code distributed by Google as part of the polymer project is also
|
3741
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
3742
|
-
*/const vc=oc(ee);class Co extends vc{static get is(){return"dom-repeat"}static get template(){return null}static get properties(){return{items:{type:Array},as:{type:String,value:"item"},indexAs:{type:String,value:"index"},itemsIndexAs:{type:String,value:"itemsIndex"},sort:{type:Function,observer:"__sortChanged"},filter:{type:Function,observer:"__filterChanged"},observe:{type:String,observer:"__observeChanged"},delay:Number,renderedItemCount:{type:Number,notify:!Ks,readOnly:!0},initialCount:{type:Number},targetFramerate:{type:Number,value:20},_targetFrameTime:{type:Number,computed:"__computeFrameTime(targetFramerate)"},notifyDomChange:{type:Boolean},reuseChunkedInstances:{type:Boolean}}}static get observers(){return["__itemsChanged(items.*)"]}constructor(){super(),this.__instances=[],this.__renderDebouncer=null,this.__itemsIdxToInstIdx={},this.__chunkCount=null,this.__renderStartTime=null,this.__itemsArrayChanged=!1,this.__shouldMeasureChunk=!1,this.__shouldContinueChunking=!1,this.__chunkingId=0,this.__sortFn=null,this.__filterFn=null,this.__observePaths=null,this.__ctor=null,this.__isDetached=!0,this.template=null,this._templateInfo}disconnectedCallback(){super.disconnectedCallback(),this.__isDetached=!0;for(let t=0;t<this.__instances.length;t++)this.__detachInstance(t);this.__chunkingId&&cancelAnimationFrame(this.__chunkingId)}connectedCallback(){if(super.connectedCallback(),bc()||(this.style.display="none"),this.__isDetached){this.__isDetached=!1;let t=M(M(this).parentNode);for(let e=0;e<this.__instances.length;e++)this.__attachInstance(e,t);this.__chunkingId&&this.__render()}}__ensureTemplatized(){if(!this.__ctor){const t=this;let e=this.template=t._templateInfo?t:this.querySelector("template");if(!e){let i=new MutationObserver(()=>{if(this.querySelector("template"))i.disconnect(),this.__render();else throw new Error("dom-repeat requires a <template> child")});return i.observe(this,{childList:!0}),!1}let s={};s[this.as]=!0,s[this.indexAs]=!0,s[this.itemsIndexAs]=!0,this.__ctor=cs(e,this,{mutableData:this.mutableData,parentModel:!0,instanceProps:s,forwardHostProp:function(i,r){let n=this.__instances;for(let a=0,l;a<n.length&&(l=n[a]);a++)l.forwardHostProp(i,r)},notifyInstanceProp:function(i,r,n){if(nn(this.as,r)){let a=i[this.itemsIndexAs];r==this.as&&(this.items[a]=n);let l=He(this.as,`${JSCompiler_renameProperty("items",this)}.${a}`,r);this.notifyPath(l,n)}}})}return!0}__getMethodHost(){return this.__dataHost._methodHost||this.__dataHost}__functionFromPropertyValue(t){if(typeof t=="string"){let e=t,s=this.__getMethodHost();return function(){return s[e].apply(s,arguments)}}return t}__sortChanged(t){this.__sortFn=this.__functionFromPropertyValue(t),this.items&&this.__debounceRender(this.__render)}__filterChanged(t){this.__filterFn=this.__functionFromPropertyValue(t),this.items&&this.__debounceRender(this.__render)}__computeFrameTime(t){return Math.ceil(1e3/t)}__observeChanged(){this.__observePaths=this.observe&&this.observe.replace(".*",".").split(" ")}__handleObservedPaths(t){if(this.__sortFn||this.__filterFn){if(!t)this.__debounceRender(this.__render,this.delay);else if(this.__observePaths){let e=this.__observePaths;for(let s=0;s<e.length;s++)t.indexOf(e[s])===0&&this.__debounceRender(this.__render,this.delay)}}}__itemsChanged(t){this.items&&!Array.isArray(this.items)&&console.warn("dom-repeat expected array for `items`, found",this.items),this.__handleItemPath(t.path,t.value)||(t.path==="items"&&(this.__itemsArrayChanged=!0),this.__debounceRender(this.__render))}__debounceRender(t,e=0){this.__renderDebouncer=dt.debounce(this.__renderDebouncer,e>0?hn.after(e):Jo,t.bind(this)),gc(this.__renderDebouncer)}render(){this.__debounceRender(this.__render),Yi()}__render(){if(!this.__ensureTemplatized())return;let t=this.items||[];const e=this.__sortAndFilterItems(t),s=this.__calculateLimit(e.length);this.__updateInstances(t,s,e),this.initialCount&&(this.__shouldMeasureChunk||this.__shouldContinueChunking)&&(cancelAnimationFrame(this.__chunkingId),this.__chunkingId=requestAnimationFrame(()=>{this.__chunkingId=null,this.__continueChunking()})),this._setRenderedItemCount(this.__instances.length),(!Ks||this.notifyDomChange)&&this.dispatchEvent(new CustomEvent("dom-change",{bubbles:!0,composed:!0}))}__sortAndFilterItems(t){let e=new Array(t.length);for(let s=0;s<t.length;s++)e[s]=s;return this.__filterFn&&(e=e.filter((s,i,r)=>this.__filterFn(t[s],i,r))),this.__sortFn&&e.sort((s,i)=>this.__sortFn(t[s],t[i])),e}__calculateLimit(t){let e=t;const s=this.__instances.length;if(this.initialCount){let i;!this.__chunkCount||this.__itemsArrayChanged&&!this.reuseChunkedInstances?(e=Math.min(t,this.initialCount),i=Math.max(e-s,0),this.__chunkCount=i||1):(i=Math.min(Math.max(t-s,0),this.__chunkCount),e=Math.min(s+i,t)),this.__shouldMeasureChunk=i===this.__chunkCount,this.__shouldContinueChunking=e<t,this.__renderStartTime=performance.now()}return this.__itemsArrayChanged=!1,e}__continueChunking(){if(this.__shouldMeasureChunk){const t=performance.now()-this.__renderStartTime,e=this._targetFrameTime/t;this.__chunkCount=Math.round(this.__chunkCount*e)||1}this.__shouldContinueChunking&&this.__debounceRender(this.__render)}__updateInstances(t,e,s){const i=this.__itemsIdxToInstIdx={};let r;for(r=0;r<e;r++){let n=this.__instances[r],a=s[r],l=t[a];i[a]=r,n?(n._setPendingProperty(this.as,l),n._setPendingProperty(this.indexAs,r),n._setPendingProperty(this.itemsIndexAs,a),n._flushProperties()):this.__insertInstance(l,r,a)}for(let n=this.__instances.length-1;n>=r;n--)this.__detachAndRemoveInstance(n)}__detachInstance(t){let e=this.__instances[t];const s=M(e.root);for(let i=0;i<e.children.length;i++){let r=e.children[i];s.appendChild(r)}return e}__attachInstance(t,e){let s=this.__instances[t];e.insertBefore(s.root,this)}__detachAndRemoveInstance(t){this.__detachInstance(t),this.__instances.splice(t,1)}__stampInstance(t,e,s){let i={};return i[this.as]=t,i[this.indexAs]=e,i[this.itemsIndexAs]=s,new this.__ctor(i)}__insertInstance(t,e,s){const i=this.__stampInstance(t,e,s);let r=this.__instances[e+1],n=r?r.children[0]:this;return M(M(this).parentNode).insertBefore(i.root,n),this.__instances[e]=i,i}_showHideChildren(t){for(let e=0;e<this.__instances.length;e++)this.__instances[e]._showHideChildren(t)}__handleItemPath(t,e){let s=t.slice(6),i=s.indexOf("."),r=i<0?s:s.substring(0,i);if(r==parseInt(r,10)){let n=i<0?"":s.substring(i+1);this.__handleObservedPaths(n);let a=this.__itemsIdxToInstIdx[r],l=this.__instances[a];if(l){let c=this.as+(n?"."+n:"");l._setPendingPropertyOrPath(c,e,!1,!0),l._flushProperties()}return!0}}itemForElement(t){let e=this.modelForElement(t);return e&&e[this.as]}indexForElement(t){let e=this.modelForElement(t);return e&&e[this.indexAs]}modelForElement(t){return _c(this.template,t)}}customElements.define(Co.is,Co);/**
|
3743
|
-
* @license
|
3744
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
3745
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3746
|
-
*/const wc=o=>class extends Ps(o){static get properties(){return{month:{type:Object,value:new Date,sync:!0},selectedDate:{type:Object,notify:!0,sync:!0},focusedDate:{type:Object},showWeekNumbers:{type:Boolean,value:!1},i18n:{type:Object},ignoreTaps:{type:Boolean},minDate:{type:Date,value:null,sync:!0},maxDate:{type:Date,value:null,sync:!0},disabled:{type:Boolean,reflectToAttribute:!0},_days:{type:Array},_weeks:{type:Array},_notTapping:{type:Boolean}}}static get observers(){return["__focusedDateChanged(focusedDate, _days)"]}get focusableDateElement(){return[...this.shadowRoot.querySelectorAll("[part~=date]")].find(e=>X(e.date,this.focusedDate))}ready(){super.ready(),W(this.$.monthGrid,"tap",this._handleTap.bind(this))}_isDisabled(e,s,i){const r=new Date(0,0);r.setFullYear(e.getFullYear()),r.setMonth(e.getMonth()),r.setDate(1);const n=new Date(0,0);return n.setFullYear(e.getFullYear()),n.setMonth(e.getMonth()+1),n.setDate(0),s&&i&&s.getMonth()===i.getMonth()&&s.getMonth()===e.getMonth()&&i.getDate()-s.getDate()>=0?!1:!Ye(r,s,i)&&!Ye(n,s,i)}_getTitle(e,s){if(!(e===void 0||s===void 0))return s.formatTitle(s.monthNames[e.getMonth()],e.getFullYear())}_onMonthGridTouchStart(){this._notTapping=!1,setTimeout(()=>{this._notTapping=!0},300)}_dateAdd(e,s){e.setDate(e.getDate()+s)}_applyFirstDayOfWeek(e,s){if(!(e===void 0||s===void 0))return e.slice(s).concat(e.slice(0,s))}_getWeekDayNames(e,s){if(e===void 0||s===void 0)return[];const{weekdays:i,weekdaysShort:r,firstDayOfWeek:n}=e,a=this._applyFirstDayOfWeek(r,n);return this._applyFirstDayOfWeek(i,n).map((c,u)=>({weekDay:c,weekDayShort:a[u]}))}__focusedDateChanged(e,s){Array.isArray(s)&&s.some(i=>X(i,e))?this.removeAttribute("aria-hidden"):this.setAttribute("aria-hidden","true")}_getDate(e){return e?e.getDate():""}_showWeekSeparator(e,s){return e&&s&&s.firstDayOfWeek===1}_isToday(e){return X(new Date,e)}_getDays(e,s){if(e===void 0||s===void 0)return[];const i=new Date(0,0);for(i.setFullYear(e.getFullYear()),i.setMonth(e.getMonth()),i.setDate(1);i.getDay()!==s.firstDayOfWeek;)this._dateAdd(i,-1);const r=[],n=i.getMonth(),a=e.getMonth();for(;i.getMonth()===a||i.getMonth()===n;)r.push(i.getMonth()===a?new Date(i.getTime()):null),this._dateAdd(i,1);return r}_getWeeks(e){return e.reduce((s,i,r)=>(r%7===0&&s.push([]),s[s.length-1].push(i),s),[])}_handleTap(e){!this.ignoreTaps&&!this._notTapping&&e.target.date&&!e.target.hasAttribute("disabled")&&(this.selectedDate=e.target.date,this.dispatchEvent(new CustomEvent("date-tap",{detail:{date:e.target.date},bubbles:!0,composed:!0})))}_preventDefault(e){e.preventDefault()}__getWeekNumber(e){const s=e.reduce((i,r)=>!i&&r?r:i);return Ql(s)}__getDayAriaLabel(e){if(!e)return"";let s=`${this._getDate(e)} ${this.i18n.monthNames[e.getMonth()]} ${e.getFullYear()}, ${this.i18n.weekdays[e.getDay()]}`;return this._isToday(e)&&(s+=`, ${this.i18n.today}`),s}};/**
|
3747
|
-
* @license
|
3748
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
3749
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3750
|
-
*/const xc=g`
|
3751
|
-
:host {
|
3752
|
-
display: block;
|
3753
|
-
}
|
3754
|
-
|
3755
|
-
#monthGrid {
|
3756
|
-
width: 100%;
|
3757
|
-
border-collapse: collapse;
|
3758
|
-
}
|
3759
|
-
|
3760
|
-
#days-container tr,
|
3761
|
-
#weekdays-container tr {
|
3762
|
-
display: flex;
|
3763
|
-
}
|
3764
|
-
|
3765
|
-
[part~='date'] {
|
3766
|
-
outline: none;
|
3767
|
-
}
|
3768
|
-
|
3769
|
-
[part~='disabled'] {
|
3770
|
-
pointer-events: none;
|
3771
|
-
}
|
3772
|
-
|
3773
|
-
[part='week-number'][hidden],
|
3774
|
-
[part='weekday'][hidden] {
|
3775
|
-
display: none;
|
3776
|
-
}
|
3777
|
-
|
3778
|
-
[part='weekday'],
|
3779
|
-
[part~='date'] {
|
3780
|
-
width: calc(100% / 7);
|
3781
|
-
padding: 0;
|
3782
|
-
font-weight: normal;
|
3783
|
-
}
|
3784
|
-
|
3785
|
-
[part='weekday']:empty,
|
3786
|
-
[part='week-number'] {
|
3787
|
-
width: 12.5%;
|
3788
|
-
flex-shrink: 0;
|
3789
|
-
padding: 0;
|
3790
|
-
}
|
3791
|
-
|
3792
|
-
:host([week-numbers]) [part='weekday']:not(:empty),
|
3793
|
-
:host([week-numbers]) [part~='date'] {
|
3794
|
-
width: 12.5%;
|
3795
|
-
}
|
3796
|
-
|
3797
|
-
@media (forced-colors: active) {
|
3798
|
-
[part~='date'][part~='focused'] {
|
3799
|
-
outline: 1px solid;
|
3800
|
-
}
|
3801
|
-
|
3802
|
-
[part~='date'][part~='selected'] {
|
3803
|
-
outline: 3px solid;
|
3804
|
-
}
|
3805
|
-
}
|
3806
|
-
`;/**
|
3807
|
-
* @license
|
3808
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
3809
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3810
|
-
*/k("vaadin-month-calendar",xc,{moduleId:"vaadin-month-calendar-styles"});class Cc extends wc(ce(ee)){static get template(){return ue`
|
3811
|
-
<div part="month-header" id="month-header" aria-hidden="true">[[_getTitle(month, i18n)]]</div>
|
3812
|
-
<table
|
3813
|
-
id="monthGrid"
|
3814
|
-
role="grid"
|
3815
|
-
aria-labelledby="month-header"
|
3816
|
-
on-touchend="_preventDefault"
|
3817
|
-
on-touchstart="_onMonthGridTouchStart"
|
3818
|
-
>
|
3819
|
-
<thead id="weekdays-container">
|
3820
|
-
<tr role="row" part="weekdays">
|
3821
|
-
<th part="weekday" aria-hidden="true" hidden$="[[!_showWeekSeparator(showWeekNumbers, i18n)]]"></th>
|
3822
|
-
<template is="dom-repeat" items="[[_getWeekDayNames(i18n, showWeekNumbers)]]">
|
3823
|
-
<th role="columnheader" part="weekday" scope="col" abbr$="[[item.weekDay]]" aria-hidden="true">
|
3824
|
-
[[item.weekDayShort]]
|
3825
|
-
</th>
|
3826
|
-
</template>
|
3827
|
-
</tr>
|
3828
|
-
</thead>
|
3829
|
-
<tbody id="days-container">
|
3830
|
-
<template is="dom-repeat" items="[[_weeks]]" as="week">
|
3831
|
-
<tr role="row">
|
3832
|
-
<td part="week-number" aria-hidden="true" hidden$="[[!_showWeekSeparator(showWeekNumbers, i18n)]]">
|
3833
|
-
[[__getWeekNumber(week)]]
|
3834
|
-
</td>
|
3835
|
-
<template is="dom-repeat" items="[[week]]">
|
3836
|
-
<td
|
3837
|
-
role="gridcell"
|
3838
|
-
part$="[[__getDatePart(item, focusedDate, selectedDate, minDate, maxDate)]]"
|
3839
|
-
date="[[item]]"
|
3840
|
-
tabindex$="[[__getDayTabindex(item, focusedDate)]]"
|
3841
|
-
disabled$="[[__isDayDisabled(item, minDate, maxDate)]]"
|
3842
|
-
aria-selected$="[[__getDayAriaSelected(item, selectedDate)]]"
|
3843
|
-
aria-disabled$="[[__getDayAriaDisabled(item, minDate, maxDate)]]"
|
3844
|
-
aria-label$="[[__getDayAriaLabel(item)]]"
|
3845
|
-
>[[_getDate(item)]]</td
|
3846
|
-
>
|
3847
|
-
</template>
|
3848
|
-
</tr>
|
3849
|
-
</template>
|
3850
|
-
</tbody>
|
3851
|
-
</table>
|
3852
|
-
`}static get is(){return"vaadin-month-calendar"}static get properties(){return{_days:{type:Array,computed:"_getDays(month, i18n, minDate, maxDate)"},_weeks:{type:Array,computed:"_getWeeks(_days)"},disabled:{type:Boolean,reflectToAttribute:!0,computed:"_isDisabled(month, minDate, maxDate)"}}}static get observers(){return["_showWeekNumbersChanged(showWeekNumbers, i18n)"]}_showWeekNumbersChanged(t,e){t&&e&&e.firstDayOfWeek===1?this.setAttribute("week-numbers",""):this.removeAttribute("week-numbers")}__getDatePart(t,e,s,i,r){const n=["date"];return this.__isDayDisabled(t,i,r)&&n.push("disabled"),this.__isDayFocused(t,e)&&n.push("focused"),this.__isDaySelected(t,s)&&n.push("selected"),this._isToday(t)&&n.push("today"),n.join(" ")}__isDayFocused(t,e){return X(t,e)}__isDaySelected(t,e){return X(t,e)}__getDayAriaSelected(t,e){if(this.__isDaySelected(t,e))return"true"}__isDayDisabled(t,e,s){return!Ye(t,e,s)}__getDayAriaDisabled(t,e,s){if(!(t===void 0||e===void 0||s===void 0)&&this.__isDayDisabled(t,e,s))return"true"}__getDayTabindex(t,e){return this.__isDayFocused(t,e)?"0":"-1"}}R(Cc);/**
|
3853
|
-
* @license
|
3854
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3855
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3856
|
-
*/class Ui{constructor(t,e){this.query=t,this.callback=e,this._boundQueryHandler=this._queryHandler.bind(this)}hostConnected(){this._removeListener(),this._mediaQuery=window.matchMedia(this.query),this._addListener(),this._queryHandler(this._mediaQuery)}hostDisconnected(){this._removeListener()}_addListener(){this._mediaQuery&&this._mediaQuery.addListener(this._boundQueryHandler)}_removeListener(){this._mediaQuery&&this._mediaQuery.removeListener(this._boundQueryHandler),this._mediaQuery=null}_queryHandler(t){typeof this.callback=="function"&&this.callback(t.matches)}}/**
|
3857
|
-
* @license
|
3858
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
3859
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3860
|
-
*/const Ac=o=>class extends o{static get properties(){return{scrollDuration:{type:Number,value:300},selectedDate:{type:Object,value:null,sync:!0},focusedDate:{type:Object,notify:!0,observer:"_focusedDateChanged",sync:!0},_focusedMonthDate:Number,initialPosition:{type:Object,observer:"_initialPositionChanged"},_originDate:{type:Object,value:new Date},_visibleMonthIndex:Number,_desktopMode:{type:Boolean,observer:"_desktopModeChanged"},_desktopMediaQuery:{type:String,value:"(min-width: 375px)"},_translateX:{observer:"_translateXChanged"},_yearScrollerWidth:{value:50},i18n:{type:Object},showWeekNumbers:{type:Boolean,value:!1},_ignoreTaps:Boolean,_notTapping:Boolean,minDate:{type:Object,sync:!0},maxDate:{type:Object,sync:!0},label:String,_cancelButton:{type:Object},_todayButton:{type:Object},calendars:{type:Array,value:()=>[]},years:{type:Array,value:()=>[]}}}static get observers(){return["__updateCalendars(calendars, i18n, minDate, maxDate, selectedDate, focusedDate, showWeekNumbers, _ignoreTaps, _theme)","__updateCancelButton(_cancelButton, i18n)","__updateTodayButton(_todayButton, i18n, minDate, maxDate)","__updateYears(years, selectedDate, _theme)"]}get __useSubMonthScrolling(){return this._monthScroller.clientHeight<this._monthScroller.itemHeight+this._monthScroller.bufferOffset}get focusableDateElement(){return this.calendars.map(e=>e.focusableDateElement).find(Boolean)}_addListeners(){xi(this.$.scrollers,"pan-y"),W(this.$.scrollers,"track",this._track.bind(this)),W(this.shadowRoot.querySelector('[part="clear-button"]'),"tap",this._clear.bind(this)),W(this.shadowRoot.querySelector('[part="toggle-button"]'),"tap",this._cancel.bind(this)),W(this.shadowRoot.querySelector('[part="years-toggle-button"]'),"tap",this._toggleYearScroller.bind(this))}_initControllers(){this.addController(new Ui(this._desktopMediaQuery,e=>{this._desktopMode=e})),this.addController(new re(this,"today-button","vaadin-button",{observe:!1,initializer:e=>{e.setAttribute("theme","tertiary"),e.addEventListener("keydown",s=>this.__onTodayButtonKeyDown(s)),W(e,"tap",this._onTodayTap.bind(this)),this._todayButton=e}})),this.addController(new re(this,"cancel-button","vaadin-button",{observe:!1,initializer:e=>{e.setAttribute("theme","tertiary"),e.addEventListener("keydown",s=>this.__onCancelButtonKeyDown(s)),W(e,"tap",this._cancel.bind(this)),this._cancelButton=e}})),this.__initMonthScroller(),this.__initYearScroller()}reset(){this._closeYearScroller(),this._toggleAnimateClass(!0)}focusCancel(){this._cancelButton.focus()}scrollToDate(e,s){const i=this.__useSubMonthScrolling?this._calculateWeekScrollOffset(e):0;this._scrollToPosition(this._differenceInMonths(e,this._originDate)+i,s),this._monthScroller.forceUpdate()}__initMonthScroller(){this.addController(new re(this,"months","vaadin-date-picker-month-scroller",{observe:!1,initializer:e=>{e.addEventListener("custom-scroll",()=>{this._onMonthScroll()}),e.addEventListener("touchstart",()=>{this._onMonthScrollTouchStart()}),e.addEventListener("keydown",s=>{this.__onMonthCalendarKeyDown(s)}),e.addEventListener("init-done",()=>{const s=[...this.querySelectorAll("vaadin-month-calendar")];s.forEach(i=>{i.addEventListener("selected-date-changed",r=>{this.selectedDate=r.detail.value})}),this.calendars=s}),this._monthScroller=e}}))}__initYearScroller(){this.addController(new re(this,"years","vaadin-date-picker-year-scroller",{observe:!1,initializer:e=>{e.setAttribute("aria-hidden","true"),W(e,"tap",s=>{this._onYearTap(s)}),e.addEventListener("custom-scroll",()=>{this._onYearScroll()}),e.addEventListener("touchstart",()=>{this._onYearScrollTouchStart()}),e.addEventListener("init-done",()=>{this.years=[...this.querySelectorAll("vaadin-date-picker-year")]}),this._yearScroller=e}}))}__updateCancelButton(e,s){e&&(e.textContent=s&&s.cancel)}__updateTodayButton(e,s,i,r){e&&(e.textContent=s&&s.today,e.disabled=!this._isTodayAllowed(i,r))}__updateCalendars(e,s,i,r,n,a,l,c,u){e&&e.length&&e.forEach(h=>{h.i18n=s,h.minDate=i,h.maxDate=r,h.focusedDate=a,h.selectedDate=n,h.showWeekNumbers=l,h.ignoreTaps=c,u?h.setAttribute("theme",u):h.removeAttribute("theme")})}__updateYears(e,s,i){e&&e.length&&e.forEach(r=>{r.selectedDate=s,i?r.setAttribute("theme",i):r.removeAttribute("theme")})}_selectDate(e){this.selectedDate=e,this.dispatchEvent(new CustomEvent("date-selected",{detail:{date:e},bubbles:!0,composed:!0}))}_desktopModeChanged(e){this.toggleAttribute("desktop",e)}_focusedDateChanged(e){this.revealDate(e)}revealDate(e,s=!0){if(!e)return;const i=this._differenceInMonths(e,this._originDate);if(this.__useSubMonthScrolling){const c=this._calculateWeekScrollOffset(e);this._scrollToPosition(i+c,s);return}const r=this._monthScroller.position>i,a=Math.max(this._monthScroller.itemHeight,this._monthScroller.clientHeight-this._monthScroller.bufferOffset*2)/this._monthScroller.itemHeight,l=this._monthScroller.position+a-1<i;r?this._scrollToPosition(i,s):l&&this._scrollToPosition(i-a+1,s)}_calculateWeekScrollOffset(e){const s=new Date(0,0);s.setFullYear(e.getFullYear()),s.setMonth(e.getMonth()),s.setDate(1);let i=0;for(;s.getDate()<e.getDate();)s.setDate(s.getDate()+1),s.getDay()===this.i18n.firstDayOfWeek&&(i+=1);return i/6}_initialPositionChanged(e){this._monthScroller&&this._yearScroller&&(this._monthScroller.active=!0,this._yearScroller.active=!0),this.scrollToDate(e)}_repositionYearScroller(){const e=this._monthScroller.position;this._visibleMonthIndex=Math.floor(e),this._yearScroller.position=(e+this._originDate.getMonth())/12}_repositionMonthScroller(){this._monthScroller.position=this._yearScroller.position*12-this._originDate.getMonth(),this._visibleMonthIndex=Math.floor(this._monthScroller.position)}_onMonthScroll(){this._repositionYearScroller(),this._doIgnoreTaps()}_onYearScroll(){this._repositionMonthScroller(),this._doIgnoreTaps()}_onYearScrollTouchStart(){this._notTapping=!1,setTimeout(()=>{this._notTapping=!0},300),this._repositionMonthScroller()}_onMonthScrollTouchStart(){this._repositionYearScroller()}_doIgnoreTaps(){this._ignoreTaps=!0,this._debouncer=Ve.debounce(this._debouncer,lt.after(300),()=>{this._ignoreTaps=!1})}_formatDisplayed(e,s,i){return e&&s&&typeof s.formatDate=="function"?s.formatDate(Fi(e)):i}_onTodayTap(){const e=new Date;Math.abs(this._monthScroller.position-this._differenceInMonths(e,this._originDate))<.001?(this._selectDate(e),this._close()):this._scrollToCurrentMonth()}_scrollToCurrentMonth(){this.focusedDate&&(this.focusedDate=new Date),this.scrollToDate(new Date,!0)}_onYearTap(e){if(!this._ignoreTaps&&!this._notTapping){const i=(e.detail.y-(this._yearScroller.getBoundingClientRect().top+this._yearScroller.clientHeight/2))/this._yearScroller.itemHeight;this._scrollToPosition(this._monthScroller.position+i*12,!0)}}_scrollToPosition(e,s){if(this._targetPosition!==void 0){this._targetPosition=e;return}if(!s){this._monthScroller.position=e,this._targetPosition=void 0,this._repositionYearScroller(),this.__tryFocusDate();return}this._targetPosition=e;let i;this._revealPromise=new Promise(c=>{i=c});const r=(c,u,h,p)=>(c/=p/2,c<1?h/2*c*c+u:(c-=1,-h/2*(c*(c-2)-1)+u));let n=0;const a=this._monthScroller.position,l=c=>{n||(n=c);const u=c-n;if(u<this.scrollDuration){const h=r(u,a,this._targetPosition-a,this.scrollDuration);this._monthScroller.position=h,window.requestAnimationFrame(l)}else this.dispatchEvent(new CustomEvent("scroll-animation-finished",{bubbles:!0,composed:!0,detail:{position:this._targetPosition,oldPosition:a}})),this._monthScroller.position=this._targetPosition,this._targetPosition=void 0,i(),this._revealPromise=void 0;setTimeout(this._repositionYearScroller.bind(this),1)};window.requestAnimationFrame(l)}_limit(e,s){return Math.min(s.max,Math.max(s.min,e))}_handleTrack(e){if(Math.abs(e.detail.dx)<10||Math.abs(e.detail.ddy)>10)return;Math.abs(e.detail.ddx)>this._yearScrollerWidth/3&&this._toggleAnimateClass(!0);const s=this._translateX+e.detail.ddx;this._translateX=this._limit(s,{min:0,max:this._yearScrollerWidth})}_track(e){if(!this._desktopMode)switch(e.detail.state){case"start":this._toggleAnimateClass(!1);break;case"track":this._handleTrack(e);break;case"end":this._toggleAnimateClass(!0),this._translateX>=this._yearScrollerWidth/2?this._closeYearScroller():this._openYearScroller();break}}_toggleAnimateClass(e){e?this.classList.add("animate"):this.classList.remove("animate")}_toggleYearScroller(){this._isYearScrollerVisible()?this._closeYearScroller():this._openYearScroller()}_openYearScroller(){this._translateX=0,this.setAttribute("years-visible","")}_closeYearScroller(){this.removeAttribute("years-visible"),this._translateX=this._yearScrollerWidth}_isYearScrollerVisible(){return this._translateX<this._yearScrollerWidth/2}_translateXChanged(e){this._desktopMode||(this._monthScroller.style.transform=`translateX(${e-this._yearScrollerWidth}px)`,this._yearScroller.style.transform=`translateX(${e}px)`)}_yearAfterXMonths(e){return Bi(e).getFullYear()}_differenceInMonths(e,s){return(e.getFullYear()-s.getFullYear())*12-s.getMonth()+e.getMonth()}_clear(){this._selectDate("")}_close(){this.dispatchEvent(new CustomEvent("close",{bubbles:!0,composed:!0}))}_cancel(){this.focusedDate=this.selectedDate,this._close()}_preventDefault(e){e.preventDefault()}__toggleDate(e){X(e,this.selectedDate)?(this._clear(),this.focusedDate=e):this._selectDate(e)}__onMonthCalendarKeyDown(e){let s=!1;switch(e.key){case"ArrowDown":this._moveFocusByDays(7),s=!0;break;case"ArrowUp":this._moveFocusByDays(-7),s=!0;break;case"ArrowRight":this._moveFocusByDays(this.__isRTL?-1:1),s=!0;break;case"ArrowLeft":this._moveFocusByDays(this.__isRTL?1:-1),s=!0;break;case"Enter":this._selectDate(this.focusedDate),this._close(),s=!0;break;case" ":this.__toggleDate(this.focusedDate),s=!0;break;case"Home":this._moveFocusInsideMonth(this.focusedDate,"minDate"),s=!0;break;case"End":this._moveFocusInsideMonth(this.focusedDate,"maxDate"),s=!0;break;case"PageDown":this._moveFocusByMonths(e.shiftKey?12:1),s=!0;break;case"PageUp":this._moveFocusByMonths(e.shiftKey?-12:-1),s=!0;break;case"Tab":this._onTabKeyDown(e,"calendar");break}s&&(e.preventDefault(),e.stopPropagation())}_onTabKeyDown(e,s){switch(e.stopPropagation(),s){case"calendar":e.shiftKey&&(e.preventDefault(),this.hasAttribute("fullscreen")?this.focusCancel():this.__focusInput());break;case"today":e.shiftKey&&(e.preventDefault(),this.focusDateElement());break;case"cancel":e.shiftKey||(e.preventDefault(),this.hasAttribute("fullscreen")?this.focusDateElement():this.__focusInput());break}}__onTodayButtonKeyDown(e){e.key==="Tab"&&this._onTabKeyDown(e,"today")}__onCancelButtonKeyDown(e){e.key==="Tab"&&this._onTabKeyDown(e,"cancel")}__focusInput(){this.dispatchEvent(new CustomEvent("focus-input",{bubbles:!0,composed:!0}))}__tryFocusDate(){if(this.__pendingDateFocus){const s=this.focusableDateElement;s&&X(s.date,this.__pendingDateFocus)&&(delete this.__pendingDateFocus,s.focus())}}focusDate(e,s){return Ke(this,null,function*(){const i=e||this.selectedDate||this.initialPosition||new Date;this.focusedDate=i,s||(this._focusedMonthDate=i.getDate()),yield this.focusDateElement(!1)})}focusDateElement(e=!0){return Ke(this,null,function*(){this.__pendingDateFocus=this.focusedDate,this.calendars.length||(yield new Promise(s=>{Mi(this,()=>{Yi(),s()})})),e&&this.revealDate(this.focusedDate),this._revealPromise&&(yield this._revealPromise),this.__tryFocusDate()})}_focusClosestDate(e){this.focusDate(zi(e,[this.minDate,this.maxDate]))}_focusAllowedDate(e,s,i){this._dateAllowed(e)?this.focusDate(e,i):this._dateAllowed(this.focusedDate)?s>0?this.focusDate(this.maxDate):this.focusDate(this.minDate):this._focusClosestDate(this.focusedDate)}_getDateDiff(e,s){const i=new Date(0,0);return i.setFullYear(this.focusedDate.getFullYear()),i.setMonth(this.focusedDate.getMonth()+e),s&&i.setDate(this.focusedDate.getDate()+s),i}_moveFocusByDays(e){const s=this._getDateDiff(0,e);this._focusAllowedDate(s,e,!1)}_moveFocusByMonths(e){const s=this._getDateDiff(e),i=s.getMonth();this._focusedMonthDate||(this._focusedMonthDate=this.focusedDate.getDate()),s.setDate(this._focusedMonthDate),s.getMonth()!==i&&s.setDate(0),this._focusAllowedDate(s,e,!0)}_moveFocusInsideMonth(e,s){const i=new Date(0,0);i.setFullYear(e.getFullYear()),s==="minDate"?(i.setMonth(e.getMonth()),i.setDate(1)):(i.setMonth(e.getMonth()+1),i.setDate(0)),this._dateAllowed(i)?this.focusDate(i):this._dateAllowed(e)?this.focusDate(this[s]):this._focusClosestDate(e)}_dateAllowed(e,s=this.minDate,i=this.maxDate){return(!s||e>=s)&&(!i||e<=i)}_isTodayAllowed(e,s){const i=new Date,r=new Date(0,0);return r.setFullYear(i.getFullYear()),r.setMonth(i.getMonth()),r.setDate(i.getDate()),this._dateAllowed(r,e,s)}};/**
|
3861
|
-
* @license
|
3862
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
3863
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3864
|
-
*/const Ec=g`
|
3865
|
-
:host {
|
3866
|
-
display: flex;
|
3867
|
-
flex-direction: column;
|
3868
|
-
height: 100%;
|
3869
|
-
width: 100%;
|
3870
|
-
outline: none;
|
3871
|
-
}
|
3872
|
-
|
3873
|
-
[part='overlay-header'] {
|
3874
|
-
display: flex;
|
3875
|
-
flex-shrink: 0;
|
3876
|
-
flex-wrap: nowrap;
|
3877
|
-
align-items: center;
|
3878
|
-
}
|
3879
|
-
|
3880
|
-
:host(:not([fullscreen])) [part='overlay-header'] {
|
3881
|
-
display: none;
|
3882
|
-
}
|
3883
|
-
|
3884
|
-
[part='label'] {
|
3885
|
-
flex-grow: 1;
|
3886
|
-
}
|
3887
|
-
|
3888
|
-
[hidden] {
|
3889
|
-
display: none !important;
|
3890
|
-
}
|
3891
|
-
|
3892
|
-
[part='years-toggle-button'] {
|
3893
|
-
display: flex;
|
3894
|
-
}
|
3895
|
-
|
3896
|
-
#scrollers {
|
3897
|
-
display: flex;
|
3898
|
-
height: 100%;
|
3899
|
-
width: 100%;
|
3900
|
-
position: relative;
|
3901
|
-
overflow: hidden;
|
3902
|
-
}
|
3903
|
-
|
3904
|
-
:host([desktop]) ::slotted([slot='months']) {
|
3905
|
-
right: 50px;
|
3906
|
-
transform: none !important;
|
3907
|
-
}
|
3908
|
-
|
3909
|
-
:host([desktop]) ::slotted([slot='years']) {
|
3910
|
-
transform: none !important;
|
3911
|
-
}
|
3912
|
-
|
3913
|
-
:host(.animate) ::slotted([slot='months']),
|
3914
|
-
:host(.animate) ::slotted([slot='years']) {
|
3915
|
-
transition: all 200ms;
|
3916
|
-
}
|
3917
|
-
|
3918
|
-
[part='toolbar'] {
|
3919
|
-
display: flex;
|
3920
|
-
justify-content: space-between;
|
3921
|
-
z-index: 2;
|
3922
|
-
flex-shrink: 0;
|
3923
|
-
}
|
3924
|
-
`;/**
|
3925
|
-
* @license
|
3926
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
3927
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3928
|
-
*/k("vaadin-date-picker-overlay-content",Ec,{moduleId:"vaadin-date-picker-overlay-content-styles"});class Pc extends Ac(Ce(ce(mt(ee)))){static get template(){return ue`
|
3929
|
-
<div part="overlay-header" on-touchend="_preventDefault" aria-hidden="true">
|
3930
|
-
<div part="label">[[_formatDisplayed(selectedDate, i18n, label)]]</div>
|
3931
|
-
<div part="clear-button" hidden$="[[!selectedDate]]"></div>
|
3932
|
-
<div part="toggle-button"></div>
|
3933
|
-
|
3934
|
-
<div part="years-toggle-button" hidden$="[[_desktopMode]]" aria-hidden="true">
|
3935
|
-
[[_yearAfterXMonths(_visibleMonthIndex)]]
|
3936
|
-
</div>
|
3937
|
-
</div>
|
3938
|
-
|
3939
|
-
<div id="scrollers">
|
3940
|
-
<slot name="months"></slot>
|
3941
|
-
<slot name="years"></slot>
|
3942
|
-
</div>
|
3943
|
-
|
3944
|
-
<div on-touchend="_preventDefault" role="toolbar" part="toolbar">
|
3945
|
-
<slot name="today-button"></slot>
|
3946
|
-
<slot name="cancel-button"></slot>
|
3947
|
-
</div>
|
3948
|
-
`}static get is(){return"vaadin-date-picker-overlay-content"}ready(){super.ready(),this.setAttribute("role","dialog"),this._addListeners(),this._initControllers()}}R(Pc);/**
|
3949
|
-
* @license
|
3950
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3951
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3952
|
-
*/const Wi=T(o=>class extends Ps(Ei(o)){static get properties(){return{autofocus:{type:Boolean},focusElement:{type:Object,readOnly:!0,observer:"_focusElementChanged"},_lastTabIndex:{value:0}}}constructor(){super(),this._boundOnBlur=this._onBlur.bind(this),this._boundOnFocus=this._onFocus.bind(this)}ready(){super.ready(),this.autofocus&&!this.disabled&&requestAnimationFrame(()=>{this.focus(),this.setAttribute("focus-ring","")})}focus(){this.focusElement&&!this.disabled&&this.focusElement.focus()}blur(){this.focusElement&&this.focusElement.blur()}click(){this.focusElement&&!this.disabled&&this.focusElement.click()}_focusElementChanged(e,s){e?(e.disabled=this.disabled,this._addFocusListeners(e),this.__forwardTabIndex(this.tabindex)):s&&this._removeFocusListeners(s)}_addFocusListeners(e){e.addEventListener("blur",this._boundOnBlur),e.addEventListener("focus",this._boundOnFocus)}_removeFocusListeners(e){e.removeEventListener("blur",this._boundOnBlur),e.removeEventListener("focus",this._boundOnFocus)}_onFocus(e){e.stopPropagation(),this.dispatchEvent(new Event("focus"))}_onBlur(e){e.stopPropagation(),this.dispatchEvent(new Event("blur"))}_shouldSetFocus(e){return e.target===this.focusElement}_shouldRemoveFocus(e){return e.target===this.focusElement}_disabledChanged(e,s){super._disabledChanged(e,s),this.focusElement&&(this.focusElement.disabled=e),e&&this.blur()}_tabindexChanged(e){this.__forwardTabIndex(e)}__forwardTabIndex(e){e!==void 0&&this.focusElement&&(this.focusElement.tabIndex=e,e!==-1&&(this.tabindex=void 0)),this.disabled&&e&&(e!==-1&&(this._lastTabIndex=e),this.tabindex=void 0)}});/**
|
3953
|
-
* @license
|
3954
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3955
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3956
|
-
*/const Ht=new WeakMap;function kc(o){return Ht.has(o)||Ht.set(o,new Set),Ht.get(o)}function Tc(o,t){const e=document.createElement("style");e.textContent=o,t===document?document.head.appendChild(e):t.insertBefore(e,t.firstChild)}const Dc=T(o=>class extends o{get slotStyles(){return{}}connectedCallback(){super.connectedCallback(),this.__applySlotStyles()}__applySlotStyles(){const e=this.getRootNode(),s=kc(e);this.slotStyles.forEach(i=>{s.has(i)||(Tc(i,e),s.add(i))})}});/**
|
3957
|
-
* @license
|
3958
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3959
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3960
|
-
*/const ji=T(o=>class extends o{static get properties(){return{inputElement:{type:Object,readOnly:!0,observer:"_inputElementChanged"},type:{type:String,readOnly:!0},value:{type:String,value:"",observer:"_valueChanged",notify:!0,sync:!0},_hasInputValue:{type:Boolean,value:!1,observer:"_hasInputValueChanged"}}}constructor(){super(),this._boundOnInput=this.__onInput.bind(this),this._boundOnChange=this._onChange.bind(this)}get _hasValue(){return this.value!=null&&this.value!==""}get _inputElementValueProperty(){return"value"}get _inputElementValue(){return this.inputElement?this.inputElement[this._inputElementValueProperty]:void 0}set _inputElementValue(e){this.inputElement&&(this.inputElement[this._inputElementValueProperty]=e)}clear(){this._hasInputValue=!1,this.value="",this._inputElementValue=""}_addInputListeners(e){e.addEventListener("input",this._boundOnInput),e.addEventListener("change",this._boundOnChange)}_removeInputListeners(e){e.removeEventListener("input",this._boundOnInput),e.removeEventListener("change",this._boundOnChange)}_forwardInputValue(e){this.inputElement&&(this._inputElementValue=e!=null?e:"")}_inputElementChanged(e,s){e?this._addInputListeners(e):s&&this._removeInputListeners(s)}_hasInputValueChanged(e,s){(e||s)&&this.dispatchEvent(new CustomEvent("has-input-value-changed"))}__onInput(e){this._setHasInputValue(e),this._onInput(e)}_onInput(e){const s=e.composedPath()[0];this.__userInput=e.isTrusted,this.value=s.value,this.__userInput=!1}_onChange(e){}_toggleHasValue(e){this.toggleAttribute("has-value",e)}_valueChanged(e,s){this._toggleHasValue(this._hasValue),!(e===""&&s===void 0)&&(this.__userInput||this._forwardInputValue(e))}_setHasInputValue(e){const s=e.composedPath()[0];this._hasInputValue=s.value.length>0}});/**
|
3961
|
-
* @license
|
3962
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3963
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3964
|
-
*/const Sc=o=>class extends ji(_t(o)){static get properties(){return{clearButtonVisible:{type:Boolean,reflectToAttribute:!0,value:!1}}}get clearElement(){return console.warn(`Please implement the 'clearElement' property in <${this.localName}>`),null}ready(){super.ready(),this.clearElement&&(this.clearElement.addEventListener("mousedown",e=>this._onClearButtonMouseDown(e)),this.clearElement.addEventListener("click",e=>this._onClearButtonClick(e)))}_onClearButtonClick(e){e.preventDefault(),this._onClearAction()}_onClearButtonMouseDown(e){e.preventDefault(),Ll||this.inputElement.focus()}_onEscape(e){super._onEscape(e),this.clearButtonVisible&&this.value&&(e.stopPropagation(),this._onClearAction())}_onClearAction(){this.clear(),this.inputElement.dispatchEvent(new Event("input",{bubbles:!0,composed:!0})),this.inputElement.dispatchEvent(new Event("change",{bubbles:!0}))}};/**
|
3965
|
-
* @license
|
3966
|
-
* Copyright (c) 2023 Vaadin Ltd.
|
3967
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3968
|
-
*/const Rt=new Map;function Ds(o){return Rt.has(o)||Rt.set(o,new WeakMap),Rt.get(o)}function qi(o,t){o&&o.removeAttribute(t)}function Ki(o,t){if(!o||!t)return;const e=Ds(t);if(e.has(o))return;const s=bs(o.getAttribute(t));e.set(o,new Set(s))}function Oc(o,t){if(!o||!t)return;const e=Ds(t),s=e.get(o);!s||s.size===0?o.removeAttribute(t):_i(o,t,ft(s)),e.delete(o)}function $t(o,t,e={newId:null,oldId:null,fromUser:!1}){if(!o||!t)return;const{newId:s,oldId:i,fromUser:r}=e,n=Ds(t),a=n.get(o);if(!r&&a){i&&a.delete(i),s&&a.add(s);return}r&&(a?s||n.delete(o):Ki(o,t),qi(o,t)),qa(o,t,i);const l=s||ft(a);l&&_i(o,t,l)}function Mc(o,t){Ki(o,t),qi(o,t)}/**
|
3969
|
-
* @license
|
3970
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3971
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3972
|
-
*/class Ic{constructor(t){this.host=t,this.__required=!1}setTarget(t){this.__target=t,this.__setAriaRequiredAttribute(this.__required),this.__setLabelIdToAriaAttribute(this.__labelId,this.__labelId),this.__labelIdFromUser!=null&&this.__setLabelIdToAriaAttribute(this.__labelIdFromUser,this.__labelIdFromUser,!0),this.__setErrorIdToAriaAttribute(this.__errorId),this.__setHelperIdToAriaAttribute(this.__helperId),this.setAriaLabel(this.__label)}setRequired(t){this.__setAriaRequiredAttribute(t),this.__required=t}setAriaLabel(t){this.__setAriaLabelToAttribute(t),this.__label=t}setLabelId(t,e=!1){const s=e?this.__labelIdFromUser:this.__labelId;this.__setLabelIdToAriaAttribute(t,s,e),e?this.__labelIdFromUser=t:this.__labelId=t}setErrorId(t){this.__setErrorIdToAriaAttribute(t,this.__errorId),this.__errorId=t}setHelperId(t){this.__setHelperIdToAriaAttribute(t,this.__helperId),this.__helperId=t}__setAriaLabelToAttribute(t){this.__target&&(t?(Mc(this.__target,"aria-labelledby"),this.__target.setAttribute("aria-label",t)):this.__label&&(Oc(this.__target,"aria-labelledby"),this.__target.removeAttribute("aria-label")))}__setLabelIdToAriaAttribute(t,e,s){$t(this.__target,"aria-labelledby",{newId:t,oldId:e,fromUser:s})}__setErrorIdToAriaAttribute(t,e){$t(this.__target,"aria-describedby",{newId:t,oldId:e,fromUser:!1})}__setHelperIdToAriaAttribute(t,e){$t(this.__target,"aria-describedby",{newId:t,oldId:e,fromUser:!1})}__setAriaRequiredAttribute(t){this.__target&&(["input","textarea"].includes(this.__target.localName)||(t?this.__target.setAttribute("aria-required","true"):this.__target.removeAttribute("aria-required")))}}/**
|
3973
|
-
* @license
|
3974
|
-
* Copyright (c) 2022 - 2023 Vaadin Ltd.
|
3975
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3976
|
-
*/class Ss extends re{constructor(t,e,s,i={}){super(t,e,s,wt(vt({},i),{useUniqueId:!0}))}initCustomNode(t){this.__updateNodeId(t),this.__notifyChange(t)}teardownNode(t){const e=this.getSlotChild();e&&e!==this.defaultNode?this.__notifyChange(e):(this.restoreDefaultNode(),this.updateDefaultNode(this.node))}attachDefaultNode(){const t=super.attachDefaultNode();return t&&this.__updateNodeId(t),t}restoreDefaultNode(){}updateDefaultNode(t){this.__notifyChange(t)}observeNode(t){this.__nodeObserver&&this.__nodeObserver.disconnect(),this.__nodeObserver=new MutationObserver(e=>{e.forEach(s=>{const i=s.target,r=i===this.node;s.type==="attributes"?r&&this.__updateNodeId(i):(r||i.parentElement===this.node)&&this.__notifyChange(this.node)})}),this.__nodeObserver.observe(t,{attributes:!0,attributeFilter:["id"],childList:!0,subtree:!0,characterData:!0})}__hasContent(t){return t?t.nodeType===Node.ELEMENT_NODE&&(customElements.get(t.localName)||t.children.length>0)||t.textContent&&t.textContent.trim()!=="":!1}__notifyChange(t){this.dispatchEvent(new CustomEvent("slot-content-changed",{detail:{hasContent:this.__hasContent(t),node:t}}))}__updateNodeId(t){const e=!this.nodes||t===this.nodes[0];t.nodeType===Node.ELEMENT_NODE&&(!this.multiple||e)&&!t.id&&(t.id=this.defaultId)}}/**
|
3977
|
-
* @license
|
3978
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3979
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3980
|
-
*/class Nc extends Ss{constructor(t){super(t,"error-message","div")}setErrorMessage(t){this.errorMessage=t,this.updateDefaultNode(this.node)}setInvalid(t){this.invalid=t,this.updateDefaultNode(this.node)}initAddedNode(t){t!==this.defaultNode&&this.initCustomNode(t)}initNode(t){this.updateDefaultNode(t)}initCustomNode(t){t.textContent&&!this.errorMessage&&(this.errorMessage=t.textContent.trim()),super.initCustomNode(t)}restoreDefaultNode(){this.attachDefaultNode()}updateDefaultNode(t){const{errorMessage:e,invalid:s}=this,i=!!(s&&e&&e.trim()!=="");t&&(t.textContent=i?e:"",t.hidden=!i,i?t.setAttribute("role","alert"):t.removeAttribute("role")),super.updateDefaultNode(t)}}/**
|
3981
|
-
* @license
|
3982
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3983
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3984
|
-
*/class zc extends Ss{constructor(t){super(t,"helper",null)}setHelperText(t){this.helperText=t,this.getSlotChild()||this.restoreDefaultNode(),this.node===this.defaultNode&&this.updateDefaultNode(this.node)}restoreDefaultNode(){const{helperText:t}=this;if(t&&t.trim()!==""){this.tagName="div";const e=this.attachDefaultNode();this.observeNode(e)}}updateDefaultNode(t){t&&(t.textContent=this.helperText),super.updateDefaultNode(t)}initCustomNode(t){super.initCustomNode(t),this.observeNode(t)}}/**
|
3985
|
-
* @license
|
3986
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3987
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3988
|
-
*/class Fc extends Ss{constructor(t){super(t,"label","label")}setLabel(t){this.label=t,this.getSlotChild()||this.restoreDefaultNode(),this.node===this.defaultNode&&this.updateDefaultNode(this.node)}restoreDefaultNode(){const{label:t}=this;if(t&&t.trim()!==""){const e=this.attachDefaultNode();this.observeNode(e)}}updateDefaultNode(t){t&&(t.textContent=this.label),super.updateDefaultNode(t)}initCustomNode(t){super.initCustomNode(t),this.observeNode(t)}}/**
|
3989
|
-
* @license
|
3990
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3991
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3992
|
-
*/const Bc=T(o=>class extends Ce(o){static get properties(){return{label:{type:String,observer:"_labelChanged"}}}constructor(){super(),this._labelController=new Fc(this),this._labelController.addEventListener("slot-content-changed",e=>{this.toggleAttribute("has-label",e.detail.hasContent)})}get _labelId(){const e=this._labelNode;return e&&e.id}get _labelNode(){return this._labelController.node}ready(){super.ready(),this.addController(this._labelController)}_labelChanged(e){this._labelController.setLabel(e)}});/**
|
3993
|
-
* @license
|
3994
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3995
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
3996
|
-
*/const Gi=T(o=>class extends o{static get properties(){return{invalid:{type:Boolean,reflectToAttribute:!0,notify:!0,value:!1},required:{type:Boolean,reflectToAttribute:!0}}}validate(){const e=this.checkValidity();return this._setInvalid(!e),this.dispatchEvent(new CustomEvent("validated",{detail:{valid:e}})),e}checkValidity(){return!this.required||!!this.value}_setInvalid(e){this._shouldSetInvalid(e)&&(this.invalid=e)}_shouldSetInvalid(e){return!0}});/**
|
3997
|
-
* @license
|
3998
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
3999
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4000
|
-
*/const Lc=o=>class extends Gi(Bc(Ce(o))){static get properties(){return{ariaTarget:{type:Object,observer:"_ariaTargetChanged"},errorMessage:{type:String,observer:"_errorMessageChanged"},helperText:{type:String,observer:"_helperTextChanged"},accessibleName:{type:String,observer:"_accessibleNameChanged"},accessibleNameRef:{type:String,observer:"_accessibleNameRefChanged"}}}static get observers(){return["_invalidChanged(invalid)","_requiredChanged(required)"]}constructor(){super(),this._fieldAriaController=new Ic(this),this._helperController=new zc(this),this._errorController=new Nc(this),this._errorController.addEventListener("slot-content-changed",e=>{this.toggleAttribute("has-error-message",e.detail.hasContent)}),this._labelController.addEventListener("slot-content-changed",e=>{const{hasContent:s,node:i}=e.detail;this.__labelChanged(s,i)}),this._helperController.addEventListener("slot-content-changed",e=>{const{hasContent:s,node:i}=e.detail;this.toggleAttribute("has-helper",s),this.__helperChanged(s,i)})}get _errorNode(){return this._errorController.node}get _helperNode(){return this._helperController.node}ready(){super.ready(),this.addController(this._fieldAriaController),this.addController(this._helperController),this.addController(this._errorController)}__helperChanged(e,s){e?this._fieldAriaController.setHelperId(s.id):this._fieldAriaController.setHelperId(null)}_accessibleNameChanged(e){this._fieldAriaController.setAriaLabel(e)}_accessibleNameRefChanged(e){this._fieldAriaController.setLabelId(e,!0)}__labelChanged(e,s){e?this._fieldAriaController.setLabelId(s.id):this._fieldAriaController.setLabelId(null)}_errorMessageChanged(e){this._errorController.setErrorMessage(e)}_helperTextChanged(e){this._helperController.setHelperText(e)}_ariaTargetChanged(e){e&&this._fieldAriaController.setTarget(e)}_requiredChanged(e){this._fieldAriaController.setRequired(e)}_invalidChanged(e){this._errorController.setInvalid(e),setTimeout(()=>{if(e){const s=this._errorNode;this._fieldAriaController.setErrorId(s&&s.id)}else this._fieldAriaController.setErrorId(null)})}};/**
|
4001
|
-
* @license
|
4002
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
4003
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4004
|
-
*/const Hc=T(o=>class extends o{static get properties(){return{stateTarget:{type:Object,observer:"_stateTargetChanged"}}}static get delegateAttrs(){return[]}static get delegateProps(){return[]}ready(){super.ready(),this._createDelegateAttrsObserver(),this._createDelegatePropsObserver()}_stateTargetChanged(e){e&&(this._ensureAttrsDelegated(),this._ensurePropsDelegated())}_createDelegateAttrsObserver(){this._createMethodObserver(`_delegateAttrsChanged(${this.constructor.delegateAttrs.join(", ")})`)}_createDelegatePropsObserver(){this._createMethodObserver(`_delegatePropsChanged(${this.constructor.delegateProps.join(", ")})`)}_ensureAttrsDelegated(){this.constructor.delegateAttrs.forEach(e=>{this._delegateAttribute(e,this[e])})}_ensurePropsDelegated(){this.constructor.delegateProps.forEach(e=>{this._delegateProperty(e,this[e])})}_delegateAttrsChanged(...e){this.constructor.delegateAttrs.forEach((s,i)=>{this._delegateAttribute(s,e[i])})}_delegatePropsChanged(...e){this.constructor.delegateProps.forEach((s,i)=>{this._delegateProperty(s,e[i])})}_delegateAttribute(e,s){this.stateTarget&&(e==="invalid"&&this._delegateAttribute("aria-invalid",s?"true":!1),typeof s=="boolean"?this.stateTarget.toggleAttribute(e,s):s?this.stateTarget.setAttribute(e,s):this.stateTarget.removeAttribute(e))}_delegateProperty(e,s){this.stateTarget&&(this.stateTarget[e]=s)}});/**
|
4005
|
-
* @license
|
4006
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
4007
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4008
|
-
*/const Xi=T(o=>class extends Hc(Gi(ji(o))){static get constraints(){return["required"]}static get delegateAttrs(){return[...super.delegateAttrs,"required"]}ready(){super.ready(),this._createConstraintsObserver()}checkValidity(){return this.inputElement&&this._hasValidConstraints(this.constructor.constraints.map(e=>this[e]))?this.inputElement.checkValidity():!this.invalid}_hasValidConstraints(e){return e.some(s=>this.__isValidConstraint(s))}_createConstraintsObserver(){this._createMethodObserver(`_constraintsChanged(stateTarget, ${this.constructor.constraints.join(", ")})`)}_constraintsChanged(e,...s){if(!e)return;const i=this._hasValidConstraints(s),r=this.__previousHasConstraints&&!i;(this._hasValue||this.invalid)&&i?this.validate():r&&this._setInvalid(!1),this.__previousHasConstraints=i}_onChange(e){e.stopPropagation(),this.validate(),this.dispatchEvent(new CustomEvent("change",{detail:{sourceEvent:e},bubbles:e.bubbles,cancelable:e.cancelable}))}__isValidConstraint(e){return!!e||e===0}});/**
|
4009
|
-
* @license
|
4010
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
4011
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4012
|
-
*/const Rc=o=>class extends Dc(Wi(Xi(Lc(Sc(_t(o)))))){static get properties(){return{allowedCharPattern:{type:String,observer:"_allowedCharPatternChanged"},autoselect:{type:Boolean,value:!1},name:{type:String,reflectToAttribute:!0},placeholder:{type:String,reflectToAttribute:!0},readonly:{type:Boolean,value:!1,reflectToAttribute:!0},title:{type:String,reflectToAttribute:!0}}}static get delegateAttrs(){return[...super.delegateAttrs,"name","type","placeholder","readonly","invalid","title"]}constructor(){super(),this._boundOnPaste=this._onPaste.bind(this),this._boundOnDrop=this._onDrop.bind(this),this._boundOnBeforeInput=this._onBeforeInput.bind(this)}get slotStyles(){return[`
|
4013
|
-
:is(input[slot='input'], textarea[slot='textarea'])::placeholder {
|
4014
|
-
font: inherit;
|
4015
|
-
color: inherit;
|
4016
|
-
}
|
4017
|
-
`]}_onFocus(e){super._onFocus(e),this.autoselect&&this.inputElement&&this.inputElement.select()}_onChange(e){e.stopPropagation(),this.validate(),this.dispatchEvent(new CustomEvent("change",{detail:{sourceEvent:e},bubbles:e.bubbles,cancelable:e.cancelable}))}_addInputListeners(e){super._addInputListeners(e),e.addEventListener("paste",this._boundOnPaste),e.addEventListener("drop",this._boundOnDrop),e.addEventListener("beforeinput",this._boundOnBeforeInput)}_removeInputListeners(e){super._removeInputListeners(e),e.removeEventListener("paste",this._boundOnPaste),e.removeEventListener("drop",this._boundOnDrop),e.removeEventListener("beforeinput",this._boundOnBeforeInput)}_onKeyDown(e){super._onKeyDown(e),this.allowedCharPattern&&!this.__shouldAcceptKey(e)&&(e.preventDefault(),this._markInputPrevented())}_markInputPrevented(){this.setAttribute("input-prevented",""),this._preventInputDebouncer=Ve.debounce(this._preventInputDebouncer,lt.after(200),()=>{this.removeAttribute("input-prevented")})}__shouldAcceptKey(e){return e.metaKey||e.ctrlKey||!e.key||e.key.length!==1||this.__allowedCharRegExp.test(e.key)}_onPaste(e){if(this.allowedCharPattern){const s=e.clipboardData.getData("text");this.__allowedTextRegExp.test(s)||(e.preventDefault(),this._markInputPrevented())}}_onDrop(e){if(this.allowedCharPattern){const s=e.dataTransfer.getData("text");this.__allowedTextRegExp.test(s)||(e.preventDefault(),this._markInputPrevented())}}_onBeforeInput(e){this.allowedCharPattern&&e.data&&!this.__allowedTextRegExp.test(e.data)&&(e.preventDefault(),this._markInputPrevented())}_allowedCharPatternChanged(e){if(e)try{this.__allowedCharRegExp=new RegExp(`^${e}$`,"u"),this.__allowedTextRegExp=new RegExp(`^${e}*$`,"u")}catch(s){console.error(s)}}};/**
|
4018
|
-
* @license
|
4019
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
4020
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4021
|
-
*/class $c extends re{constructor(t,e){super(t,"input","input",{initializer:(s,i)=>{i.value&&(s.value=i.value),i.type&&s.setAttribute("type",i.type),s.id=this.defaultId,typeof e=="function"&&e(s)},useUniqueId:!0})}}/**
|
4022
|
-
* @license
|
4023
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
4024
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4025
|
-
*/class Vc{constructor(t,e){this.input=t,this.__preventDuplicateLabelClick=this.__preventDuplicateLabelClick.bind(this),e.addEventListener("slot-content-changed",s=>{this.__initLabel(s.detail.node)}),this.__initLabel(e.node)}__initLabel(t){t&&(t.addEventListener("click",this.__preventDuplicateLabelClick),this.input&&t.setAttribute("for",this.input.id))}__preventDuplicateLabelClick(){const t=e=>{e.stopImmediatePropagation(),this.input.removeEventListener("click",t)};this.input.addEventListener("click",t)}}/**
|
4026
|
-
* @license
|
4027
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd..
|
4028
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4029
|
-
*/const Yc=g`
|
4030
|
-
[part='clear-button'] {
|
4031
|
-
display: none;
|
4032
|
-
cursor: default;
|
4033
|
-
}
|
4034
|
-
|
4035
|
-
[part='clear-button']::before {
|
4036
|
-
content: '\\2715';
|
4037
|
-
}
|
4038
|
-
|
4039
|
-
:host([clear-button-visible][has-value]:not([disabled]):not([readonly])) [part='clear-button'] {
|
4040
|
-
display: block;
|
4041
|
-
}
|
4042
|
-
`;/**
|
4043
|
-
* @license
|
4044
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd..
|
4045
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4046
|
-
*/const Uc=g`
|
4047
|
-
:host {
|
4048
|
-
display: inline-flex;
|
4049
|
-
outline: none;
|
4050
|
-
}
|
4051
|
-
|
4052
|
-
:host::before {
|
4053
|
-
content: '\\2003';
|
4054
|
-
width: 0;
|
4055
|
-
display: inline-block;
|
4056
|
-
/* Size and position this element on the same vertical position as the input-field element
|
4057
|
-
to make vertical align for the host element work as expected */
|
4058
|
-
}
|
4059
|
-
|
4060
|
-
:host([hidden]) {
|
4061
|
-
display: none !important;
|
4062
|
-
}
|
4063
|
-
|
4064
|
-
:host(:not([has-label])) [part='label'] {
|
4065
|
-
display: none;
|
4066
|
-
}
|
4067
|
-
|
4068
|
-
@media (forced-colors: active) {
|
4069
|
-
:host(:not([readonly])) [part='input-field'] {
|
4070
|
-
outline: 1px solid;
|
4071
|
-
outline-offset: -1px;
|
4072
|
-
}
|
4073
|
-
:host([focused]) [part='input-field'] {
|
4074
|
-
outline-width: 2px;
|
4075
|
-
}
|
4076
|
-
:host([disabled]) [part='input-field'] {
|
4077
|
-
outline-color: GrayText;
|
4078
|
-
}
|
4079
|
-
}
|
4080
|
-
`;/**
|
4081
|
-
* @license
|
4082
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd..
|
4083
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4084
|
-
*/const Wc=g`
|
4085
|
-
[class$='container'] {
|
4086
|
-
display: flex;
|
4087
|
-
flex-direction: column;
|
4088
|
-
min-width: 100%;
|
4089
|
-
max-width: 100%;
|
4090
|
-
width: var(--vaadin-field-default-width, 12em);
|
4091
|
-
}
|
4092
|
-
`;/**
|
4093
|
-
* @license
|
4094
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd..
|
4095
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4096
|
-
*/const jc=[Uc,Wc,Yc];/**
|
4097
|
-
* @license
|
4098
|
-
* Copyright (c) 2023 Vaadin Ltd.
|
4099
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4100
|
-
*/const qc=o=>class extends o{static get properties(){return{overlayClass:{type:String},_overlayElement:{type:Object}}}static get observers(){return["__updateOverlayClassNames(overlayClass, _overlayElement)"]}__updateOverlayClassNames(e,s){if(!s||e===void 0)return;const{classList:i}=s;if(this.__initialClasses||(this.__initialClasses=new Set(i)),Array.isArray(this.__previousClasses)){const n=this.__previousClasses.filter(a=>!this.__initialClasses.has(a));n.length>0&&i.remove(...n)}const r=typeof e=="string"?e.split(" "):[];r.length>0&&i.add(...r),this.__previousClasses=r}};/**
|
4101
|
-
* @license
|
4102
|
-
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
4103
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4104
|
-
*/class Kc{constructor(t){this.host=t,t.addEventListener("opened-changed",()=>{t.opened||this.__setVirtualKeyboardEnabled(!1)}),t.addEventListener("blur",()=>this.__setVirtualKeyboardEnabled(!0)),t.addEventListener("touchstart",()=>this.__setVirtualKeyboardEnabled(!0))}__setVirtualKeyboardEnabled(t){this.host.inputElement&&(this.host.inputElement.inputMode=t?"":"none")}}/**
|
4105
|
-
* @license
|
4106
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
4107
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4108
|
-
*/const Gc=o=>class extends qc(Ce(Wi(Xi(_t(o))))){static get properties(){return{_selectedDate:{type:Object,sync:!0},_focusedDate:{type:Object,sync:!0},value:{type:String,notify:!0,value:"",sync:!0},initialPosition:String,opened:{type:Boolean,reflectToAttribute:!0,notify:!0,observer:"_openedChanged",sync:!0},autoOpenDisabled:Boolean,showWeekNumbers:{type:Boolean,value:!1,sync:!0},_fullscreen:{type:Boolean,value:!1,sync:!0},_fullscreenMediaQuery:{value:"(max-width: 420px), (max-height: 420px)"},i18n:{type:Object,sync:!0,value:()=>({monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],weekdays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],firstDayOfWeek:0,today:"Today",cancel:"Cancel",referenceDate:"",formatDate(e){const s=String(e.year).replace(/\d+/u,i=>"0000".substr(i.length)+i);return[e.month+1,e.day,s].join("/")},parseDate(e){const s=e.split("/"),i=new Date;let r,n=i.getMonth(),a=i.getFullYear();if(s.length===3){if(n=parseInt(s[0])-1,r=parseInt(s[1]),a=parseInt(s[2]),s[2].length<3&&a>=0){const l=this.referenceDate?Se(this.referenceDate):new Date;a=Zl(l,a,n,r)}}else s.length===2?(n=parseInt(s[0])-1,r=parseInt(s[1])):s.length===1&&(r=parseInt(s[0]));if(r!==void 0)return{day:r,month:n,year:a}},formatTitle:(e,s)=>`${e} ${s}`})},min:{type:String,sync:!0},max:{type:String,sync:!0},_minDate:{type:Date,computed:"__computeMinOrMaxDate(min)",sync:!0},_maxDate:{type:Date,computed:"__computeMinOrMaxDate(max)",sync:!0},_noInput:{type:Boolean,computed:"_isNoInput(inputElement, _fullscreen, _ios, i18n, opened, autoOpenDisabled)"},_ios:{type:Boolean,value:Ii},_focusOverlayOnOpen:Boolean,_overlayContent:{type:Object,sync:!0},_hasInputValue:{type:Boolean}}}static get observers(){return["_selectedDateChanged(_selectedDate, i18n)","_focusedDateChanged(_focusedDate, i18n)","__updateOverlayContent(_overlayContent, i18n, label, _minDate, _maxDate, _focusedDate, _selectedDate, showWeekNumbers)","__updateOverlayContentTheme(_overlayContent, _theme)","__updateOverlayContentFullScreen(_overlayContent, _fullscreen)"]}static get constraints(){return[...super.constraints,"min","max"]}constructor(){super(),this._boundOnClick=this._onClick.bind(this),this._boundOnScroll=this._onScroll.bind(this),this._boundOverlayRenderer=this._overlayRenderer.bind(this)}get _inputElementValue(){return super._inputElementValue}set _inputElementValue(e){super._inputElementValue=e,this._hasInputValue=!1}get clearElement(){return null}get _nativeInput(){return this.inputElement?this.inputElement.focusElement||this.inputElement:null}_onFocus(e){super._onFocus(e),this._noInput&&e.target.blur()}_onBlur(e){super._onBlur(e),this.opened||(this._selectParsedOrFocusedDate(),document.hasFocus()&&this.validate())}ready(){super.ready(),this.addEventListener("click",this._boundOnClick),this.addController(new Ui(this._fullscreenMediaQuery,s=>{this._fullscreen=s})),this.addController(new Kc(this));const e=this.$.overlay;this._overlayElement=e,e.renderer=this._boundOverlayRenderer,this.addEventListener("mousedown",()=>this.__bringToFront()),this.addEventListener("touchstart",()=>this.__bringToFront())}disconnectedCallback(){super.disconnectedCallback(),this.opened=!1}open(){!this.disabled&&!this.readonly&&(this.opened=!0)}close(){this.$.overlay.close()}_overlayRenderer(e){if(e.firstChild)return;const s=document.createElement("vaadin-date-picker-overlay-content");e.appendChild(s),this._overlayContent=s,s.addEventListener("close",()=>{this._close()}),s.addEventListener("focus-input",this._focusAndSelect.bind(this)),s.addEventListener("date-tap",i=>{this.__userConfirmedDate=!0,this._selectDate(i.detail.date),this._close()}),s.addEventListener("date-selected",i=>{this.__userConfirmedDate=!!i.detail.date,this._selectDate(i.detail.date)}),s.addEventListener("focusin",()=>{this._keyboardActive&&this._setFocused(!0)}),s.addEventListener("focused-date-changed",i=>{this._focusedDate=i.detail.value})}__parseDate(e){if(!this.i18n.parseDate)return;let s=this.i18n.parseDate(e);if(s&&(s=Se(`${s.year}-${s.month+1}-${s.day}`)),s&&!isNaN(s.getTime()))return s}__formatDate(e){if(this.i18n.formatDate)return this.i18n.formatDate(Fi(e))}checkValidity(){const e=this._inputElementValue,s=!e||!!this._selectedDate&&e===this.__formatDate(this._selectedDate),i=!this._selectedDate||Ye(this._selectedDate,this._minDate,this._maxDate);let r=!0;return this.inputElement&&(this.inputElement.checkValidity?r=this.inputElement.checkValidity():this.inputElement.validate&&(r=this.inputElement.validate())),s&&i&&r}_shouldSetFocus(e){return!this._shouldKeepFocusRing}_shouldRemoveFocus(e){return!this.opened}_setFocused(e){super._setFocused(e),this._shouldKeepFocusRing=e&&this._keyboardActive}__dispatchChange(){this.validate(),this.dispatchEvent(new CustomEvent("change",{bubbles:!0}))}_selectDate(e){const s=this.value;this._selectedDate=e,s!==this.value&&this.__dispatchChange()}_close(){this._focus(),this.close()}__bringToFront(){requestAnimationFrame(()=>{this.$.overlay.bringToFront()})}_isNoInput(e,s,i,r,n,a){return!e||s&&(!a||n)||i&&n||!r.parseDate}_formatISO(e){if(!(e instanceof Date))return"";const s=(u,h="00")=>(h+u).substr((h+u).length-h.length);let i="",r="0000",n=e.getFullYear();n<0?(n=-n,i="-",r="000000"):e.getFullYear()>=1e4&&(i="+",r="000000");const a=i+s(n,r),l=s(e.getMonth()+1),c=s(e.getDate());return[a,l,c].join("-")}_inputElementChanged(e){super._inputElementChanged(e),e&&(e.autocomplete="off",e.setAttribute("role","combobox"),e.setAttribute("aria-haspopup","dialog"),e.setAttribute("aria-expanded",!!this.opened),this._applyInputValue(this._selectedDate))}_openedChanged(e){this.inputElement&&this.inputElement.setAttribute("aria-expanded",e)}_selectedDateChanged(e,s){e===void 0||s===void 0||(this.__keepInputValue||this._applyInputValue(e),this.value=this._formatISO(e),this._ignoreFocusedDateChange=!0,this._focusedDate=e,this._ignoreFocusedDateChange=!1)}_focusedDateChanged(e,s){e===void 0||s===void 0||!this._ignoreFocusedDateChange&&!this._noInput&&this._applyInputValue(e)}_valueChanged(e,s){const i=Se(e);if(e&&!i){this.value=s;return}e?X(this._selectedDate,i)||(this._selectedDate=i,s!==void 0&&this.validate()):this._selectedDate=null,this._toggleHasValue(this._hasValue)}__updateOverlayContent(e,s,i,r,n,a,l,c){e&&(e.i18n=s,e.label=i,e.minDate=r,e.maxDate=n,e.focusedDate=a,e.selectedDate=l,e.showWeekNumbers=c)}__updateOverlayContentTheme(e,s){e&&(s?e.setAttribute("theme",s):e.removeAttribute("theme"))}__updateOverlayContentFullScreen(e,s){e&&e.toggleAttribute("fullscreen",s)}_onOverlayEscapePress(){this._focusedDate=this._selectedDate,this._close()}_onOverlayOpened(){const e=this._overlayContent;e.reset();const s=this._getInitialPosition();e.initialPosition=s;const i=e.focusedDate||s;e.scrollToDate(i),this._ignoreFocusedDateChange=!0,e.focusedDate=i,this._ignoreFocusedDateChange=!1,window.addEventListener("scroll",this._boundOnScroll,!0),this._focusOverlayOnOpen?(e.focusDateElement(),this._focusOverlayOnOpen=!1):this._focus();const r=this._nativeInput;this._noInput&&r&&(r.blur(),this._overlayContent.focusDateElement());const n=this._noInput?e:[r,e];this.__showOthers=Ni(n)}_getInitialPosition(){const e=Se(this.initialPosition),s=this._selectedDate||this._overlayContent.initialPosition||e||new Date;return e||Ye(s,this._minDate,this._maxDate)?s:zi(s,[this._minDate,this._maxDate])}_selectParsedOrFocusedDate(){if(this._ignoreFocusedDateChange=!0,this.i18n.parseDate){const e=this._inputElementValue||"",s=this.__parseDate(e);s?this._selectDate(s):(this.__keepInputValue=!0,this._selectDate(null),this._selectedDate=null,this.__keepInputValue=!1)}else this._focusedDate&&this._selectDate(this._focusedDate);this._ignoreFocusedDateChange=!1}_onOverlayClosed(){this.__showOthers&&(this.__showOthers(),this.__showOthers=null),window.removeEventListener("scroll",this._boundOnScroll,!0),this.__userConfirmedDate?this.__userConfirmedDate=!1:this._selectParsedOrFocusedDate(),this._nativeInput&&this._nativeInput.selectionStart&&(this._nativeInput.selectionStart=this._nativeInput.selectionEnd),!this.value&&!this._keyboardActive&&this.validate()}_onScroll(e){(e.target===window||!this._overlayContent.contains(e.target))&&this._overlayContent._repositionYearScroller()}_focus(){this._noInput||this.inputElement.focus()}_focusAndSelect(){this._focus(),this._setSelectionRange(0,this._inputElementValue.length)}_applyInputValue(e){this._inputElementValue=e?this.__formatDate(e):""}_setSelectionRange(e,s){this._nativeInput&&this._nativeInput.setSelectionRange&&this._nativeInput.setSelectionRange(e,s)}_onChange(e){e.stopPropagation()}_onClick(e){this._isClearButton(e)||this._onHostClick(e)}_onHostClick(e){(!this.autoOpenDisabled||this._noInput)&&(e.preventDefault(),this.open())}_onClearButtonClick(e){e.preventDefault(),this._inputElementValue="",this.value="",this.__dispatchChange()}_onKeyDown(e){switch(super._onKeyDown(e),this._noInput&&[9].indexOf(e.keyCode)===-1&&e.preventDefault(),e.key){case"ArrowDown":case"ArrowUp":e.preventDefault(),this.opened?this._overlayContent.focusDateElement():(this._focusOverlayOnOpen=!0,this.open());break;case"Tab":this.opened&&(e.preventDefault(),e.stopPropagation(),this._setSelectionRange(0,0),e.shiftKey?this._overlayContent.focusCancel():this._overlayContent.focusDateElement());break}}_onEnter(e){const s=this.value;this.opened?this.close():this._selectParsedOrFocusedDate(),s===this.value&&this.validate()}_onEscape(e){if(!this.opened){if(this.clearButtonVisible&&this.value){e.stopPropagation(),this._onClearButtonClick(e);return}this.autoOpenDisabled?(this.inputElement.value===""&&this._selectDate(null),this._applyInputValue(this._selectedDate)):(this._focusedDate=this._selectedDate,this._selectParsedOrFocusedDate())}}_isClearButton(e){return e.composedPath()[0]===this.clearElement}_onInput(){if(!this.opened&&this._inputElementValue&&!this.autoOpenDisabled&&this.open(),this._inputElementValue){const e=this.__parseDate(this._inputElementValue);e&&(this._ignoreFocusedDateChange=!0,X(e,this._focusedDate)||(this._focusedDate=e),this._ignoreFocusedDateChange=!1)}}__computeMinOrMaxDate(e){return Se(e)}};/**
|
4109
|
-
* @license
|
4110
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
4111
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4112
|
-
*/const Xc=g`
|
4113
|
-
:host([opened]) {
|
4114
|
-
pointer-events: auto;
|
4115
|
-
}
|
4116
|
-
|
4117
|
-
:host([dir='rtl']) [part='input-field'] {
|
4118
|
-
direction: ltr;
|
4119
|
-
}
|
4120
|
-
|
4121
|
-
:host([dir='rtl']) [part='input-field'] ::slotted(input)::placeholder {
|
4122
|
-
direction: rtl;
|
4123
|
-
text-align: left;
|
4124
|
-
}
|
4125
|
-
`;/**
|
4126
|
-
* @license
|
4127
|
-
* Copyright (c) 2016 - 2023 Vaadin Ltd.
|
4128
|
-
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
4129
|
-
*/k("vaadin-date-picker",[jc,Xc],{moduleId:"vaadin-date-picker-styles"});class Jc extends Gc(Rc(ce(fi(ee)))){static get is(){return"vaadin-date-picker"}static get template(){return ue`
|
4130
|
-
<div class="vaadin-date-picker-container">
|
4131
|
-
<div part="label">
|
4132
|
-
<slot name="label"></slot>
|
4133
|
-
<span part="required-indicator" aria-hidden="true" on-click="focus"></span>
|
4134
|
-
</div>
|
4135
|
-
|
4136
|
-
<vaadin-input-container
|
4137
|
-
part="input-field"
|
4138
|
-
readonly="[[readonly]]"
|
4139
|
-
disabled="[[disabled]]"
|
4140
|
-
invalid="[[invalid]]"
|
4141
|
-
theme$="[[_theme]]"
|
4142
|
-
>
|
4143
|
-
<slot name="prefix" slot="prefix"></slot>
|
4144
|
-
<slot name="input"></slot>
|
4145
|
-
<div id="clearButton" part="clear-button" slot="suffix" aria-hidden="true"></div>
|
4146
|
-
<div part="toggle-button" slot="suffix" aria-hidden="true" on-click="_toggle"></div>
|
4147
|
-
</vaadin-input-container>
|
4148
|
-
|
4149
|
-
<div part="helper-text">
|
4150
|
-
<slot name="helper"></slot>
|
4151
|
-
</div>
|
4152
|
-
|
4153
|
-
<div part="error-message">
|
4154
|
-
<slot name="error-message"></slot>
|
4155
|
-
</div>
|
4156
|
-
</div>
|
4157
|
-
|
4158
|
-
<vaadin-date-picker-overlay
|
4159
|
-
id="overlay"
|
4160
|
-
fullscreen$="[[_fullscreen]]"
|
4161
|
-
theme$="[[_theme]]"
|
4162
|
-
opened="{{opened}}"
|
4163
|
-
on-vaadin-overlay-escape-press="_onOverlayEscapePress"
|
4164
|
-
on-vaadin-overlay-open="_onOverlayOpened"
|
4165
|
-
on-vaadin-overlay-closing="_onOverlayClosed"
|
4166
|
-
restore-focus-on-close
|
4167
|
-
restore-focus-node="[[inputElement]]"
|
4168
|
-
></vaadin-date-picker-overlay>
|
4169
|
-
|
4170
|
-
<slot name="tooltip"></slot>
|
4171
|
-
`}get clearElement(){return this.$.clearButton}ready(){super.ready(),this.addController(new $c(this,e=>{this._setInputElement(e),this._setFocusElement(e),this.stateTarget=e,this.ariaTarget=e})),this.addController(new Vc(this.inputElement,this._labelController)),this._tooltipController=new yi(this),this.addController(this._tooltipController),this._tooltipController.setPosition("top"),this._tooltipController.setAriaTarget(this.inputElement),this._tooltipController.setShouldShow(e=>!e.opened),this.shadowRoot.querySelector('[part="toggle-button"]').addEventListener("mousedown",e=>e.preventDefault()),this.$.overlay.addEventListener("vaadin-overlay-close",this._onVaadinOverlayClose.bind(this))}_onVaadinOverlayClose(t){t.detail.sourceEvent&&t.detail.sourceEvent.composedPath().includes(this)&&t.preventDefault()}_toggle(t){t.stopPropagation(),this.$.overlay.opened?this.close():this.open()}_openedChanged(t){super._openedChanged(t),this.$.overlay.positionTarget=this.shadowRoot.querySelector('[part="input-field"]'),this.$.overlay.noVerticalOverlap=!0}}R(Jc);function Ao(o,t){d.addMessages(o,t)}function Qc(o){d.$locale.set(o)}const Eo={en:{titleBonusesHistory:"Bonus History",dateFrom:"From:",dateTo:"To:",dateFilter:"Filter",noBonusHistory:"You have no bonuses for the selected period."},"zh-hk":{titleBonusesHistory:"獎金歷史",dateFrom:"從:",dateTo:"至:",dateFilter:"篩選",noBonusHistory:"您目前沒有獎金歷史。"},fr:{titleBonusesHistory:"Historique du bonus",dateFrom:"De:",dateTo:"A:",dateFilter:"Filtre",noBonusHistory:"Vous n'avez pas d'historique de bonus pour le moment."},ro:{titleBonusesHistory:"Istoric bonusuri",dateFrom:"De la",dateTo:"La",dateFilter:"Filtru",noBonusHistory:"Nu ai bonusuri pentru perioada selectata."},es:{titleBonusesHistory:"Historial de Bonos",dateFrom:"Desde:",dateTo:"A:",dateFilter:"Filtro",noBonusHistory:"No tiene Bonos para el periodo seleccionado."},pt:{titleBonusesHistory:"Histórico de bônus",dateFrom:"A partir de:",dateTo:"Para:",dateFilter:"Filtro:",noBonusHistory:"Você não tem histórico de bônus no momento."},hr:{titleBonusesHistory:"Povijest bonusa",dateFrom:"Od:",dateTo:"Do:",dateFilter:"Filter",noBonusHistory:"Nemate bonusa u povijesti."},"pt-br":{titleBonusesHistory:"Histórico de bônus",dateFrom:"De:",dateTo:"PARA:",dateFilter:"Filtro",noBonusHistory:"Não há bônus para o período selecionado"},"es-mx":{titleBonusesHistory:"Historial de bonos",dateFrom:"De:",dateTo:"A:",dateFilter:"Filtro",noBonusHistory:"No tiene bonus para el periodo seleccionado"},tr:{titleBonusesHistory:"Bonus Geçmişi",dateFrom:"İtibaren:",dateTo:"İle:",dateFilter:"Filtre",noBonusHistory:"Seçilen dönem için bonusunuz yok."},"en-us":{titleBonusesHistory:"Bonus History",dateFrom:"From:",dateTo:"To:",dateFilter:"Filter",noBonusHistory:"You have no bonuses for the selected period."}};function Zc(o){d.append_styles(o,"svelte-15nn5yf",".BonusesWrapper{background-color:var(--emw--color-pale, var(--emw--color-gray-50, #F1F1F1));border-radius:var(--emw--border-radius-large, 20px);color:var(--emw--color-typography-cotrast, #444444);padding:50px;max-width:850px}.BonusesWrapper.BonusesWrapperMobile{padding:20px 15px;max-width:unset}.MenuReturnButton{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.MenuReturnButton svg{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.BonusesTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:var(--emw--font-weigh-normal, 400)}.BonusesTitleMobile{font-size:var(--emw--size-standard, 16px)}.BonusesTitleNone{display:none}.BonusCalendarWrapper{display:flex;gap:15px;padding-bottom:30px;align-items:center}.BonusCalendarWrapper.BonusCalendarWrapperMobile{flex-direction:column;gap:10px;padding-bottom:15px}.BonusesCalendarContainer{display:flex;gap:20px}.BonusesCalendarContainer.BonusesCalendarContainerMobile{flex-direction:row;gap:0;justify-content:space-between;padding-bottom:0;width:100%}.BonusesCalendarStartDate,.BonusesCalendarEndDate{color:var(--emw--color-gray-300, #58586B);display:flex;position:relative;align-items:center;gap:10px}.BonusesCalendarStartDate.BonusesCalendarMobile,.BonusesCalendarEndDate.BonusesCalendarMobile{flex-direction:column;align-items:flex-start;gap:5px;width:48%}.BonusesCalendarStartDate.BonusesCalendarMobile .VaadinDatePicker,.BonusesCalendarEndDate.BonusesCalendarMobile .VaadinDatePicker{width:100%;border-radius:var(--emw--border-radius-large, 20px)}.BonusesCalendarStartDate label,.BonusesCalendarEndDate label{font-size:var(--emw--font-size-small, 14px);font-weight:300}.BonusesCalendarStartDate input,.BonusesCalendarEndDate input{width:100%;height:44px;border:1px solid var(--emw--color-gray-100, #E6E6E6);border-radius:var(--emw--border-radius-small, 5px);box-sizing:border-box;padding:5px 15px;font-size:var(--emw--size-standard, 16px);line-height:18px;outline-color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.BonusesCalendarFilter{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);color:var(--emw--button-text-color, #FFFFFF);border-radius:var(--emw--button-border-radius, 50px);cursor:pointer;width:120px;height:40px;font-size:var(--emw--font-size-medium, 15px);text-transform:uppercase;text-align:center;transition-duration:0.3s;box-sizing:border-box;padding:10px;outline:none}.BonusesCalendarFilter.BonusesCalendarFilterMobile{width:100%;height:44px}.BonusesCalendarFilter:active{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.BonusesGrid{display:grid;grid-template-columns:1fr 1fr;gap:50px;border-radius:var(--emw--border-radius-large, 20px)}.BonusesGrid.BonusesGridMobile{grid-template-columns:1fr;gap:20px}.BonusesPaginationWrapper{margin:40px 0;display:block;line-break:anywhere;line-height:2em}.BonusesPaginationWrapper.BonusesPaginationWrapperMobile{text-align:center}.BonusesPaginationWrapper .BonusesFirst,.BonusesPaginationWrapper .BonusesPrev,.BonusesPaginationWrapper .BonusesNext,.BonusesPaginationWrapper .BonusesLast{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--size-standard, 16px);cursor:pointer;padding:5px 10px;font-weight:var(--emw--font-weight-bold, 700)}.BonusesPaginationWrapper .BonusesFirst.Inactive,.BonusesPaginationWrapper .BonusesPrev.Inactive,.BonusesPaginationWrapper .BonusesNext.Inactive,.BonusesPaginationWrapper .BonusesLast.Inactive{color:var(--emw--color-gray-100, #E6E6E6);cursor:default}.BonusesPaginationWrapper .BonusesPage{margin:0 5px;color:var(--emw--color-typography-cotrast, #444444);font-size:var(--emw--size-standard, 16px);cursor:pointer;padding:5px 10px;white-space:nowrap}.BonusesPaginationWrapper .BonusesPage.BonusPageActive{background-color:var(--emw--color-white, #FFFFFF);font-weight:var(--emw--font-weight-bold, 700)}")}function Po(o,t,e){const s=o.slice();return s[44]=t[e],s[46]=e,s}function ko(o,t,e){const s=o.slice();return s[47]=t[e],s}function ed(o){let t,e,s,i=o[17]("titleBonusesHistory")+"",r,n,a,l,c,u,h=o[17]("dateFrom")+"",p,m,f,y,b,v,C=o[17]("dateTo")+"",O,I,x,A,D,E=o[17]("dateFilter")+"",Y,Ae,J,qe,he,$,U=o[18]&&td(o);function Ee(P,z){return P[16].length===0?od:sd}let pe=Ee(o),L=pe(o),N=o[16].length!==0&&Do(o);return{c(){t=d.element("div"),U&&U.c(),e=d.space(),s=d.element("h2"),r=d.text(i),n=d.space(),a=d.element("div"),l=d.element("div"),c=d.element("div"),u=d.element("label"),p=d.text(h),m=d.space(),f=d.element("vaadin-date-picker"),y=d.space(),b=d.element("div"),v=d.element("label"),O=d.text(C),I=d.space(),x=d.element("vaadin-date-picker"),A=d.space(),D=d.element("button"),Y=d.text(E),Ae=d.space(),J=d.element("div"),L.c(),qe=d.space(),N&&N.c(),d.attr(s,"class","BonusesTitle "+(o[18]?"BonusesTitleNone":"")),d.attr(s,"part","BonusesTitle "+(o[18]?"BonusesTitleNone":"")),d.attr(u,"for","BonusCalendarStartDate"),d.set_custom_element_data(f,"max",o[9]),d.set_custom_element_data(f,"value",o[10]),d.set_custom_element_data(f,"placeholder","From"),d.set_custom_element_data(f,"class","VaadinDatePicker"),d.attr(c,"class","BonusesCalendarStartDate "+(o[18]?"BonusesCalendarMobile":"")),d.attr(v,"for","BonusesCalendarEndDate"),d.set_custom_element_data(x,"max",o[9]),d.set_custom_element_data(x,"value",o[9]),d.set_custom_element_data(x,"placeholder","To"),d.set_custom_element_data(x,"class","VaadinDatePicker"),d.attr(b,"class","BonusesCalendarEndDate "+(o[18]?"BonusesCalendarMobile":"")),d.attr(l,"class","BonusesCalendarContainer "+(o[18]?"BonusesCalendarContainerMobile":"")),d.attr(D,"class","BonusesCalendarFilter "+(o[18]?"BonusesCalendarFilterMobile":"")),d.attr(a,"class","BonusCalendarWrapper "+(o[18]?"BonusCalendarWrapperMobile":"")),d.attr(J,"class","BonusesGrid "+(o[18]?"BonusesGridMobile":"")),d.attr(t,"class","BonusesWrapper "+(o[18]?"BonusesWrapperMobile":""))},m(P,z){d.insert(P,t,z),U&&U.m(t,null),d.append(t,e),d.append(t,s),d.append(s,r),d.append(t,n),d.append(t,a),d.append(a,l),d.append(l,c),d.append(c,u),d.append(u,p),d.append(c,m),d.append(c,f),o[25](f),d.append(l,y),d.append(l,b),d.append(b,v),d.append(v,O),d.append(b,I),d.append(b,x),o[26](x),d.append(a,A),d.append(a,D),d.append(D,Y),d.append(t,Ae),d.append(t,J),L.m(J,null),d.append(t,qe),N&&N.m(t,null),he||($=d.listen(D,"click",o[27]),he=!0)},p(P,z){P[18]&&U.p(P,z),z[0]&131072&&i!==(i=P[17]("titleBonusesHistory")+"")&&d.set_data(r,i),z[0]&131072&&h!==(h=P[17]("dateFrom")+"")&&d.set_data(p,h),z[0]&512&&d.set_custom_element_data(f,"max",P[9]),z[0]&1024&&d.set_custom_element_data(f,"value",P[10]),z[0]&131072&&C!==(C=P[17]("dateTo")+"")&&d.set_data(O,C),z[0]&512&&d.set_custom_element_data(x,"max",P[9]),z[0]&512&&d.set_custom_element_data(x,"value",P[9]),z[0]&131072&&E!==(E=P[17]("dateFilter")+"")&&d.set_data(Y,E),pe===(pe=Ee(P))&&L?L.p(P,z):(L.d(1),L=pe(P),L&&(L.c(),L.m(J,null))),P[16].length!==0?N?N.p(P,z):(N=Do(P),N.c(),N.m(t,null)):N&&(N.d(1),N=null)},d(P){P&&d.detach(t),U&&U.d(),o[25](null),o[26](null),L.d(),N&&N.d(),he=!1,$()}}}function td(o){let t,e,s,i,r,n,a,l,c,u,h=o[17]("titleBonusesHistory")+"",p,m,f;return{c(){t=d.element("div"),e=d.svg_element("svg"),s=d.svg_element("defs"),i=d.svg_element("style"),r=d.text(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"),n=d.svg_element("g"),a=d.svg_element("g"),l=d.svg_element("path"),c=d.space(),u=d.element("h2"),p=d.text(h),d.attr(l,"class","aaa"),d.attr(l,"d","M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"),d.attr(l,"transform","translate(15 15) rotate(180)"),d.attr(a,"transform","translate(20 158)"),d.attr(n,"transform","translate(-20 -158)"),d.attr(e,"xmlns","http://www.w3.org/2000/svg"),d.attr(e,"width","15"),d.attr(e,"height","15"),d.attr(e,"viewBox","0 0 15 15"),d.attr(u,"class","BonusesTitleMobile"),d.attr(t,"class","MenuReturnButton")},m(y,b){d.insert(y,t,b),d.append(t,e),d.append(e,s),d.append(s,i),d.append(i,r),d.append(e,n),d.append(n,a),d.append(a,l),d.append(t,c),d.append(t,u),d.append(u,p),m||(f=d.listen(t,"click",o[24]),m=!0)},p(y,b){b[0]&131072&&h!==(h=y[17]("titleBonusesHistory")+"")&&d.set_data(p,h)},d(y){y&&d.detach(t),m=!1,f()}}}function sd(o){let t,e=d.ensure_array_like(o[16]),s=[];for(let i=0;i<e.length;i+=1)s[i]=To(ko(o,e,i));return{c(){for(let i=0;i<s.length;i+=1)s[i].c();t=d.empty()},m(i,r){for(let n=0;n<s.length;n+=1)s[n]&&s[n].m(i,r);d.insert(i,t,r)},p(i,r){if(r[0]&65551){e=d.ensure_array_like(i[16]);let n;for(n=0;n<e.length;n+=1){const a=ko(i,e,n);s[n]?s[n].p(a,r):(s[n]=To(a),s[n].c(),s[n].m(t.parentNode,t))}for(;n<s.length;n+=1)s[n].d(1);s.length=e.length}},d(i){i&&d.detach(t),d.destroy_each(s,i)}}}function od(o){let t,e=o[17]("noBonusHistory")+"",s;return{c(){t=d.element("p"),s=d.text(e)},m(i,r){d.insert(i,t,r),d.append(t,s)},p(i,r){r[0]&131072&&e!==(e=i[17]("noBonusHistory")+"")&&d.set_data(s,e)},d(i){i&&d.detach(t)}}}function id(o){let t,e,s,i,r,n,a,l,c,u;return{c(){t=d.element("player-bonus-card"),d.set_custom_element_data(t,"bonuswalletid",e=o[47].walletId),d.set_custom_element_data(t,"bonusdate",s=o[47].granted),d.set_custom_element_data(t,"bonusstatus",i=o[47].status),d.set_custom_element_data(t,"bonusname",r=o[47].name),d.set_custom_element_data(t,"bonustype",n=o[47].type),d.set_custom_element_data(t,"bonusamount",a=o[47].extension.grantedPlayerCurrencyAmount),d.set_custom_element_data(t,"bonuswageringamount",l=`${o[47].fulfilledWR} / ${o[47].originalWageringRequirement}`),d.set_custom_element_data(t,"bonusremainingamount",c=o[47].currentAmount),d.set_custom_element_data(t,"bonuscurrency",u=o[47].currency),d.set_custom_element_data(t,"lang",o[0]),d.set_custom_element_data(t,"clientstyling",o[1]),d.set_custom_element_data(t,"clientstylingurl",o[2]),d.set_custom_element_data(t,"translationurl",o[3])},m(h,p){d.insert(h,t,p)},p(h,p){p[0]&65536&&e!==(e=h[47].walletId)&&d.set_custom_element_data(t,"bonuswalletid",e),p[0]&65536&&s!==(s=h[47].granted)&&d.set_custom_element_data(t,"bonusdate",s),p[0]&65536&&i!==(i=h[47].status)&&d.set_custom_element_data(t,"bonusstatus",i),p[0]&65536&&r!==(r=h[47].name)&&d.set_custom_element_data(t,"bonusname",r),p[0]&65536&&n!==(n=h[47].type)&&d.set_custom_element_data(t,"bonustype",n),p[0]&65536&&a!==(a=h[47].extension.grantedPlayerCurrencyAmount)&&d.set_custom_element_data(t,"bonusamount",a),p[0]&65536&&l!==(l=`${h[47].fulfilledWR} / ${h[47].originalWageringRequirement}`)&&d.set_custom_element_data(t,"bonuswageringamount",l),p[0]&65536&&c!==(c=h[47].currentAmount)&&d.set_custom_element_data(t,"bonusremainingamount",c),p[0]&65536&&u!==(u=h[47].currency)&&d.set_custom_element_data(t,"bonuscurrency",u),p[0]&1&&d.set_custom_element_data(t,"lang",h[0]),p[0]&2&&d.set_custom_element_data(t,"clientstyling",h[1]),p[0]&4&&d.set_custom_element_data(t,"clientstylingurl",h[2]),p[0]&8&&d.set_custom_element_data(t,"translationurl",h[3])},d(h){h&&d.detach(t)}}}function rd(o){let t,e,s,i,r,n,a;return{c(){t=d.element("player-bonus-card"),d.set_custom_element_data(t,"bonuswalletid",e=o[47].walletId),d.set_custom_element_data(t,"bonusdate",s=o[47].granted),d.set_custom_element_data(t,"bonusstatus",i=o[47].status),d.set_custom_element_data(t,"bonusname",r=o[47].name),d.set_custom_element_data(t,"bonustype",n=o[47].type),d.set_custom_element_data(t,"bonuscurrency",a=o[47].currency),d.set_custom_element_data(t,"lang",o[0]),d.set_custom_element_data(t,"clientstyling",o[1]),d.set_custom_element_data(t,"clientstylingurl",o[2]),d.set_custom_element_data(t,"translationurl",o[3])},m(l,c){d.insert(l,t,c)},p(l,c){c[0]&65536&&e!==(e=l[47].walletId)&&d.set_custom_element_data(t,"bonuswalletid",e),c[0]&65536&&s!==(s=l[47].granted)&&d.set_custom_element_data(t,"bonusdate",s),c[0]&65536&&i!==(i=l[47].status)&&d.set_custom_element_data(t,"bonusstatus",i),c[0]&65536&&r!==(r=l[47].name)&&d.set_custom_element_data(t,"bonusname",r),c[0]&65536&&n!==(n=l[47].type)&&d.set_custom_element_data(t,"bonustype",n),c[0]&65536&&a!==(a=l[47].currency)&&d.set_custom_element_data(t,"bonuscurrency",a),c[0]&1&&d.set_custom_element_data(t,"lang",l[0]),c[0]&2&&d.set_custom_element_data(t,"clientstyling",l[1]),c[0]&4&&d.set_custom_element_data(t,"clientstylingurl",l[2]),c[0]&8&&d.set_custom_element_data(t,"translationurl",l[3])},d(l){l&&d.detach(t)}}}function To(o){let t;function e(r,n){return r[47].type==="freeRound"?rd:id}let s=e(o),i=s(o);return{c(){i.c(),t=d.empty()},m(r,n){i.m(r,n),d.insert(r,t,n)},p(r,n){s===(s=e(r))&&i?i.p(r,n):(i.d(1),i=s(r),i&&(i.c(),i.m(t.parentNode,t)))},d(r){r&&d.detach(t),i.d(r)}}}function Do(o){let t,e,s,i,r,n,a,l,c,u,h,p,m,f,y,b,v,C,O,I=d.ensure_array_like(Array(o[14])),x=[];for(let A=0;A<I.length;A+=1)x[A]=So(Po(o,I,A));return{c(){t=d.element("div"),e=d.element("span"),s=d.text("|<"),r=d.space(),n=d.element("span"),a=d.text("<"),c=d.space();for(let A=0;A<x.length;A+=1)x[A].c();u=d.space(),h=d.element("span"),p=d.text(">"),f=d.space(),y=d.element("span"),b=d.text(">|"),d.attr(e,"class",i="BonusesFirst "+(o[15]===0?"Inactive":"")),d.attr(n,"class",l="BonusesPrev "+(o[15]===0?"Inactive":"")),d.attr(h,"class",m="BonusesNext "+(o[15]===o[14]-1?"Inactive":"")),d.attr(y,"class",v="BonusesLast "+(o[15]===o[14]-1?"Inactive":"")),d.attr(t,"class","BonusesPaginationWrapper "+(o[18]?"BonusesPaginationWrapperMobile":""))},m(A,D){d.insert(A,t,D),d.append(t,e),d.append(e,s),d.append(t,r),d.append(t,n),d.append(n,a),d.append(t,c);for(let E=0;E<x.length;E+=1)x[E]&&x[E].m(t,null);d.append(t,u),d.append(t,h),d.append(h,p),d.append(t,f),d.append(t,y),d.append(y,b),C||(O=[d.listen(e,"click",o[28]),d.listen(n,"click",o[29]),d.listen(h,"click",o[31]),d.listen(y,"click",o[32])],C=!0)},p(A,D){if(D[0]&32768&&i!==(i="BonusesFirst "+(A[15]===0?"Inactive":""))&&d.attr(e,"class",i),D[0]&32768&&l!==(l="BonusesPrev "+(A[15]===0?"Inactive":""))&&d.attr(n,"class",l),D[0]&1097776){I=d.ensure_array_like(Array(A[14]));let E;for(E=0;E<I.length;E+=1){const Y=Po(A,I,E);x[E]?x[E].p(Y,D):(x[E]=So(Y),x[E].c(),x[E].m(t,u))}for(;E<x.length;E+=1)x[E].d(1);x.length=I.length}D[0]&49152&&m!==(m="BonusesNext "+(A[15]===A[14]-1?"Inactive":""))&&d.attr(h,"class",m),D[0]&49152&&v!==(v="BonusesLast "+(A[15]===A[14]-1?"Inactive":""))&&d.attr(y,"class",v)},d(A){A&&d.detach(t),d.destroy_each(x,A),C=!1,d.run_all(O)}}}function So(o){let t,e=o[46]+1+"",s,i,r,n;function a(){return o[30](o[46])}return{c(){t=d.element("span"),s=d.text(e),d.attr(t,"class",i="BonusesPage "+(o[46]===o[15]?"BonusPageActive":""))},m(l,c){d.insert(l,t,c),d.append(t,s),r||(n=d.listen(t,"click",a),r=!0)},p(l,c){o=l,c[0]&32768&&i!==(i="BonusesPage "+(o[46]===o[15]?"BonusPageActive":""))&&d.attr(t,"class",i)},d(l){l&&d.detach(t),r=!1,n()}}}function nd(o){let t;function e(r,n){return ed}let i=e()(o);return{c(){t=d.element("div"),i.c()},m(r,n){d.insert(r,t,n),i.m(t,null),o[33](t)},p(r,n){i.p(r,n)},i:d.noop,o:d.noop,d(r){r&&d.detach(t),i.d(),o[33](null)}}}let q=6;function ad(o,t,e){let s;d.component_subscribe(o,d.$format,_=>e(17,s=_));let{endpoint:i=""}=t,{session:r=""}=t,{playerid:n=""}=t,{lang:a="en"}=t,{clientstyling:l=""}=t,{clientstylingurl:c=""}=t,{translationurl:u=""}=t,{bonushistorystatus:h=""}=t,{bonushistorytype:p=""}=t,m,f=window.navigator.userAgent,y=d.getDevice(f)!=="PC",b,v,C,O;C=d.hooks(new Date).format("YYYY-MM-DD"),O=d.hooks(new Date).subtract(3,"months").format("YYYY-MM-DD");let I=O,x=C,A=0,D=0,E=0,Y=0,Ae=0,J=[];const qe=()=>{fetch(u).then(H=>H.json()).then(H=>{Object.keys(H).forEach(j=>{Ao(j,H[j])})}).catch(H=>{console.log(H)})};Object.keys(Eo).forEach(_=>{Ao(_,Eo[_])});const he=()=>{window.postMessage({type:"PlayerAccountMenuActive",isMobile:y},window.location.href)},$=(_,H,j)=>{let yt=new URL(`${i}/v1/player/${n}/bonusWallet`),ar=d.hooks(I).startOf("day").utc().format("YYYY-MM-DDTHH:mm:ss.SSS[Z]"),lr=d.hooks(x).endOf("day").utc().format("YYYY-MM-DDTHH:mm:ss.SSS[Z]"),se="",Os="",Ms="";H&&(Os=H.split(",").map(bt=>`status=${bt}`).join(","),se=se+Os+","),j&&(Ms=j.split(",").map(bt=>`type=${bt}`).join(","),se=se+Ms+","),se=se+`granted=[${ar}~${lr}]`,yt.searchParams.append("filter",se),yt.searchParams.append("pagination",`offset=${_},limit=${q}`);let cr={method:"GET",headers:{"X-SessionId":r}};fetch(yt.href,cr).then(V=>V.json()).then(V=>{e(14,Y=Math.ceil(V.total/q)),_-q>=0&&e(11,A=_-q),_+q<V.total&&e(12,D=_+q),e(13,E=(Y-1)*q),e(15,Ae=_/q),e(16,J=(V==null?void 0:V.items)||[])},V=>{console.error(V)}),window.postMessage({type:"ScrollToTop"},window.location.href)},U=_=>{I=_.target.value},Ee=_=>{x=_.target.value},pe=()=>{b.addEventListener("change",U,!1),v.addEventListener("change",Ee,!1)};d.onMount(()=>()=>{b.removeEventListener("change",U),v.removeEventListener("change",Ee)});const L=()=>{Qc(a)},N=()=>{let _=document.createElement("style");_.innerHTML=l,m.appendChild(_)},P=()=>{let _=new URL(c),H=document.createElement("style");fetch(_.href).then(j=>j.text()).then(j=>{H.innerHTML=j,setTimeout(()=>{m.appendChild(H)},1)})},z=()=>he();function Qi(_){d.binding_callbacks[_?"unshift":"push"](()=>{b=_,e(7,b)})}function Zi(_){d.binding_callbacks[_?"unshift":"push"](()=>{v=_,e(8,v)})}const er=()=>$(0,h,p),tr=()=>$(0,h,p),sr=()=>$(A,h,p),or=_=>$(_*q,h,p),ir=()=>$(D,h,p),rr=()=>$(E,h,p);function nr(_){d.binding_callbacks[_?"unshift":"push"](()=>{m=_,e(6,m)})}return o.$$set=_=>{"endpoint"in _&&e(21,i=_.endpoint),"session"in _&&e(22,r=_.session),"playerid"in _&&e(23,n=_.playerid),"lang"in _&&e(0,a=_.lang),"clientstyling"in _&&e(1,l=_.clientstyling),"clientstylingurl"in _&&e(2,c=_.clientstylingurl),"translationurl"in _&&e(3,u=_.translationurl),"bonushistorystatus"in _&&e(4,h=_.bonushistorystatus),"bonushistorytype"in _&&e(5,p=_.bonushistorytype)},o.$$.update=()=>{o.$$.dirty[0]&1&&a&&L(),o.$$.dirty[0]&384&&b&&v&&pe(),o.$$.dirty[0]&14680112&&r&&n&&i&&$(0,h,p),o.$$.dirty[0]&68&&c&&m&&P(),o.$$.dirty[0]&66&&l&&m&&N(),o.$$.dirty[0]&8&&u&&qe()},[a,l,c,u,h,p,m,b,v,C,O,A,D,E,Y,Ae,J,s,y,he,$,i,r,n,z,Qi,Zi,er,tr,sr,or,ir,rr,nr]}class Ji extends d.SvelteComponent{constructor(t){super(),d.init(this,t,ad,nd,d.safe_not_equal,{endpoint:21,session:22,playerid:23,lang:0,clientstyling:1,clientstylingurl:2,translationurl:3,bonushistorystatus:4,bonushistorytype:5},Zc,[-1,-1])}get endpoint(){return this.$$.ctx[21]}set endpoint(t){this.$$set({endpoint:t}),d.flush()}get session(){return this.$$.ctx[22]}set session(t){this.$$set({session:t}),d.flush()}get playerid(){return this.$$.ctx[23]}set playerid(t){this.$$set({playerid:t}),d.flush()}get lang(){return this.$$.ctx[0]}set lang(t){this.$$set({lang:t}),d.flush()}get clientstyling(){return this.$$.ctx[1]}set clientstyling(t){this.$$set({clientstyling:t}),d.flush()}get clientstylingurl(){return this.$$.ctx[2]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),d.flush()}get translationurl(){return this.$$.ctx[3]}set translationurl(t){this.$$set({translationurl:t}),d.flush()}get bonushistorystatus(){return this.$$.ctx[4]}set bonushistorystatus(t){this.$$set({bonushistorystatus:t}),d.flush()}get bonushistorytype(){return this.$$.ctx[5]}set bonushistorytype(t){this.$$set({bonushistorytype:t}),d.flush()}}d.create_custom_element(Ji,{endpoint:{},session:{},playerid:{},lang:{},clientstyling:{},clientstylingurl:{},translationurl:{},bonushistorystatus:{},bonushistorytype:{}},[],[],!0);exports.default=Ji;
|