@spectric/ui 0.0.22 → 0.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/table/table.d.ts +9 -0
- package/dist/custom-elements.json +2 -2
- package/dist/index.es.js +26 -11
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +114 -106
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/input.css +5 -0
- package/src/components/input.ts +1 -2
- package/src/components/table/cell.ts +21 -8
- package/src/components/table/table.css +7 -2
- package/src/components/table/table.ts +14 -0
- package/src/stories/fixtures/data.ts +40 -7
- package/src/stories/table.stories.ts +8 -8
package/dist/index.umd.js
CHANGED
|
@@ -2,29 +2,29 @@
|
|
|
2
2
|
* @license
|
|
3
3
|
* Copyright 2019 Google LLC
|
|
4
4
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
|
-
*/var ps;const be=globalThis,
|
|
5
|
+
*/var ps;const be=globalThis,ui=be.ShadowRoot&&(be.ShadyCSS===void 0||be.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,pi=Symbol(),fr=new WeakMap;let gr=class{constructor(e,i,s){if(this._$cssResult$=!0,s!==pi)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=i}get styleSheet(){let e=this.o;const i=this.t;if(ui&&e===void 0){const s=i!==void 0&&i.length===1;s&&(e=fr.get(i)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),s&&fr.set(i,e))}return e}toString(){return this.cssText}};const Ds=r=>new gr(typeof r=="string"?r:r+"",void 0,pi),Z=(r,...e)=>{const i=r.length===1?r[0]:e.reduce((s,t,a)=>s+(o=>{if(o._$cssResult$===!0)return o.cssText;if(typeof o=="number")return o;throw Error("Value passed to 'css' function must be a 'css' function result: "+o+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(t)+r[a+1],r[0]);return new gr(i,r,pi)},Ns=(r,e)=>{if(ui)r.adoptedStyleSheets=e.map(i=>i instanceof CSSStyleSheet?i:i.styleSheet);else for(const i of e){const s=document.createElement("style"),t=be.litNonce;t!==void 0&&s.setAttribute("nonce",t),s.textContent=i.cssText,r.appendChild(s)}},br=ui?r=>r:r=>r instanceof CSSStyleSheet?(e=>{let i="";for(const s of e.cssRules)i+=s.cssText;return Ds(i)})(r):r;/**
|
|
6
6
|
* @license
|
|
7
7
|
* Copyright 2017 Google LLC
|
|
8
8
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
9
|
-
*/const{is:Ms,defineProperty:zs,getOwnPropertyDescriptor:Is,getOwnPropertyNames:Rs,getOwnPropertySymbols:js,getPrototypeOf:Bs}=Object,ye=globalThis,
|
|
9
|
+
*/const{is:Ms,defineProperty:zs,getOwnPropertyDescriptor:Is,getOwnPropertyNames:Rs,getOwnPropertySymbols:js,getPrototypeOf:Bs}=Object,ye=globalThis,yr=ye.trustedTypes,Us=yr?yr.emptyScript:"",hi=ye.reactiveElementPolyfillSupport,bt=(r,e)=>r,Bt={toAttribute(r,e){switch(e){case Boolean:r=r?Us:null;break;case Object:case Array:r=r==null?r:JSON.stringify(r)}return r},fromAttribute(r,e){let i=r;switch(e){case Boolean:i=r!==null;break;case Number:i=r===null?null:Number(r);break;case Object:case Array:try{i=JSON.parse(r)}catch{i=null}}return i}},di=(r,e)=>!Ms(r,e),vr={attribute:!0,type:String,converter:Bt,reflect:!1,hasChanged:di};Symbol.metadata??(Symbol.metadata=Symbol("metadata")),ye.litPropertyMetadata??(ye.litPropertyMetadata=new WeakMap);class Qe extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??(this.l=[])).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,i=vr){if(i.state&&(i.attribute=!1),this._$Ei(),this.elementProperties.set(e,i),!i.noAccessor){const s=Symbol(),t=this.getPropertyDescriptor(e,s,i);t!==void 0&&zs(this.prototype,e,t)}}static getPropertyDescriptor(e,i,s){const{get:t,set:a}=Is(this.prototype,e)??{get(){return this[i]},set(o){this[i]=o}};return{get(){return t==null?void 0:t.call(this)},set(o){const d=t==null?void 0:t.call(this);a.call(this,o),this.requestUpdate(e,d,s)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??vr}static _$Ei(){if(this.hasOwnProperty(bt("elementProperties")))return;const e=Bs(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(bt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(bt("properties"))){const i=this.properties,s=[...Rs(i),...js(i)];for(const t of s)this.createProperty(t,i[t])}const e=this[Symbol.metadata];if(e!==null){const i=litPropertyMetadata.get(e);if(i!==void 0)for(const[s,t]of i)this.elementProperties.set(s,t)}this._$Eh=new Map;for(const[i,s]of this.elementProperties){const t=this._$Eu(i,s);t!==void 0&&this._$Eh.set(t,i)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const i=[];if(Array.isArray(e)){const s=new Set(e.flat(1/0).reverse());for(const t of s)i.unshift(br(t))}else e!==void 0&&i.push(br(e));return i}static _$Eu(e,i){const s=i.attribute;return s===!1?void 0:typeof s=="string"?s:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var e;this._$ES=new Promise(i=>this.enableUpdating=i),this._$AL=new Map,this._$E_(),this.requestUpdate(),(e=this.constructor.l)==null||e.forEach(i=>i(this))}addController(e){var i;(this._$EO??(this._$EO=new Set)).add(e),this.renderRoot!==void 0&&this.isConnected&&((i=e.hostConnected)==null||i.call(e))}removeController(e){var i;(i=this._$EO)==null||i.delete(e)}_$E_(){const e=new Map,i=this.constructor.elementProperties;for(const s of i.keys())this.hasOwnProperty(s)&&(e.set(s,this[s]),delete this[s]);e.size>0&&(this._$Ep=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Ns(e,this.constructor.elementStyles),e}connectedCallback(){var e;this.renderRoot??(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(e=this._$EO)==null||e.forEach(i=>{var s;return(s=i.hostConnected)==null?void 0:s.call(i)})}enableUpdating(e){}disconnectedCallback(){var e;(e=this._$EO)==null||e.forEach(i=>{var s;return(s=i.hostDisconnected)==null?void 0:s.call(i)})}attributeChangedCallback(e,i,s){this._$AK(e,s)}_$EC(e,i){var a;const s=this.constructor.elementProperties.get(e),t=this.constructor._$Eu(e,s);if(t!==void 0&&s.reflect===!0){const o=(((a=s.converter)==null?void 0:a.toAttribute)!==void 0?s.converter:Bt).toAttribute(i,s.type);this._$Em=e,o==null?this.removeAttribute(t):this.setAttribute(t,o),this._$Em=null}}_$AK(e,i){var a;const s=this.constructor,t=s._$Eh.get(e);if(t!==void 0&&this._$Em!==t){const o=s.getPropertyOptions(t),d=typeof o.converter=="function"?{fromAttribute:o.converter}:((a=o.converter)==null?void 0:a.fromAttribute)!==void 0?o.converter:Bt;this._$Em=t,this[t]=d.fromAttribute(i,o.type),this._$Em=null}}requestUpdate(e,i,s){if(e!==void 0){if(s??(s=this.constructor.getPropertyOptions(e)),!(s.hasChanged??di)(this[e],i))return;this.P(e,i,s)}this.isUpdatePending===!1&&(this._$ES=this._$ET())}P(e,i,s){this._$AL.has(e)||this._$AL.set(e,i),s.reflect===!0&&this._$Em!==e&&(this._$Ej??(this._$Ej=new Set)).add(e)}async _$ET(){this.isUpdatePending=!0;try{await this._$ES}catch(i){Promise.reject(i)}const e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var s;if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??(this.renderRoot=this.createRenderRoot()),this._$Ep){for(const[a,o]of this._$Ep)this[a]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[a,o]of t)o.wrapped!==!0||this._$AL.has(a)||this[a]===void 0||this.P(a,this[a],o)}let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),(s=this._$EO)==null||s.forEach(t=>{var a;return(a=t.hostUpdate)==null?void 0:a.call(t)}),this.update(i)):this._$EU()}catch(t){throw e=!1,this._$EU(),t}e&&this._$AE(i)}willUpdate(e){}_$AE(e){var i;(i=this._$EO)==null||i.forEach(s=>{var t;return(t=s.hostUpdated)==null?void 0:t.call(s)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Ej&&(this._$Ej=this._$Ej.forEach(i=>this._$EC(i,this[i]))),this._$EU()}updated(e){}firstUpdated(e){}}Qe.elementStyles=[],Qe.shadowRootOptions={mode:"open"},Qe[bt("elementProperties")]=new Map,Qe[bt("finalized")]=new Map,hi==null||hi({ReactiveElement:Qe}),(ye.reactiveElementVersions??(ye.reactiveElementVersions=[])).push("2.0.4");/**
|
|
10
10
|
* @license
|
|
11
11
|
* Copyright 2017 Google LLC
|
|
12
12
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
13
|
-
*/const yt=globalThis,Ut=yt.trustedTypes,
|
|
14
|
-
\f\r]`,$t=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,
|
|
15
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),
|
|
13
|
+
*/const yt=globalThis,Ut=yt.trustedTypes,mr=Ut?Ut.createPolicy("lit-html",{createHTML:r=>r}):void 0,fi="$lit$",ue=`lit$${Math.random().toFixed(9).slice(2)}$`,gi="?"+ue,Hs=`<${gi}>`,Ee=document,vt=()=>Ee.createComment(""),mt=r=>r===null||typeof r!="object"&&typeof r!="function",bi=Array.isArray,$r=r=>bi(r)||typeof(r==null?void 0:r[Symbol.iterator])=="function",yi=`[
|
|
14
|
+
\f\r]`,$t=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_r=/-->/g,wr=/>/g,Ae=RegExp(`>|${yi}(?:([^\\s"'>=/]+)(${yi}*=${yi}*(?:[^
|
|
15
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Sr=/'/g,xr=/"/g,kr=/^(?:script|style|textarea|title)$/i,Fs=r=>(e,...i)=>({_$litType$:r,strings:e,values:i}),$=Fs(1),ve=Symbol.for("lit-noChange"),M=Symbol.for("lit-nothing"),Er=new WeakMap,Ce=Ee.createTreeWalker(Ee,129);function Ar(r,e){if(!bi(r)||!r.hasOwnProperty("raw"))throw Error("invalid template strings array");return mr!==void 0?mr.createHTML(e):e}const Cr=(r,e)=>{const i=r.length-1,s=[];let t,a=e===2?"<svg>":e===3?"<math>":"",o=$t;for(let d=0;d<i;d++){const c=r[d];let b,_,y=-1,C=0;for(;C<c.length&&(o.lastIndex=C,_=o.exec(c),_!==null);)C=o.lastIndex,o===$t?_[1]==="!--"?o=_r:_[1]!==void 0?o=wr:_[2]!==void 0?(kr.test(_[2])&&(t=RegExp("</"+_[2],"g")),o=Ae):_[3]!==void 0&&(o=Ae):o===Ae?_[0]===">"?(o=t??$t,y=-1):_[1]===void 0?y=-2:(y=o.lastIndex-_[2].length,b=_[1],o=_[3]===void 0?Ae:_[3]==='"'?xr:Sr):o===xr||o===Sr?o=Ae:o===_r||o===wr?o=$t:(o=Ae,t=void 0);const w=o===Ae&&r[d+1].startsWith("/>")?" ":"";a+=o===$t?c+Hs:y>=0?(s.push(b),c.slice(0,y)+fi+c.slice(y)+ue+w):c+ue+(y===-2?d:w)}return[Ar(r,a+(r[i]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),s]};class _t{constructor({strings:e,_$litType$:i},s){let t;this.parts=[];let a=0,o=0;const d=e.length-1,c=this.parts,[b,_]=Cr(e,i);if(this.el=_t.createElement(b,s),Ce.currentNode=this.el.content,i===2||i===3){const y=this.el.content.firstChild;y.replaceWith(...y.childNodes)}for(;(t=Ce.nextNode())!==null&&c.length<d;){if(t.nodeType===1){if(t.hasAttributes())for(const y of t.getAttributeNames())if(y.endsWith(fi)){const C=_[o++],w=t.getAttribute(y).split(ue),S=/([.?@])?(.*)/.exec(C);c.push({type:1,index:a,name:S[2],strings:w,ctor:S[1]==="."?Pr:S[1]==="?"?Tr:S[1]==="@"?Lr:wt}),t.removeAttribute(y)}else y.startsWith(ue)&&(c.push({type:6,index:a}),t.removeAttribute(y));if(kr.test(t.tagName)){const y=t.textContent.split(ue),C=y.length-1;if(C>0){t.textContent=Ut?Ut.emptyScript:"";for(let w=0;w<C;w++)t.append(y[w],vt()),Ce.nextNode(),c.push({type:2,index:++a});t.append(y[C],vt())}}}else if(t.nodeType===8)if(t.data===gi)c.push({type:2,index:a});else{let y=-1;for(;(y=t.data.indexOf(ue,y+1))!==-1;)c.push({type:7,index:a}),y+=ue.length-1}a++}}static createElement(e,i){const s=Ee.createElement("template");return s.innerHTML=e,s}}function Oe(r,e,i=r,s){var o,d;if(e===ve)return e;let t=s!==void 0?(o=i._$Co)==null?void 0:o[s]:i._$Cl;const a=mt(e)?void 0:e._$litDirective$;return(t==null?void 0:t.constructor)!==a&&((d=t==null?void 0:t._$AO)==null||d.call(t,!1),a===void 0?t=void 0:(t=new a(r),t._$AT(r,i,s)),s!==void 0?(i._$Co??(i._$Co=[]))[s]=t:i._$Cl=t),t!==void 0&&(e=Oe(r,t._$AS(r,e.values),t,s)),e}let Or=class{constructor(e,i){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){const{el:{content:i},parts:s}=this._$AD,t=((e==null?void 0:e.creationScope)??Ee).importNode(i,!0);Ce.currentNode=t;let a=Ce.nextNode(),o=0,d=0,c=s[0];for(;c!==void 0;){if(o===c.index){let b;c.type===2?b=new qe(a,a.nextSibling,this,e):c.type===1?b=new c.ctor(a,c.name,c.strings,this,e):c.type===6&&(b=new Dr(a,this,e)),this._$AV.push(b),c=s[++d]}o!==(c==null?void 0:c.index)&&(a=Ce.nextNode(),o++)}return Ce.currentNode=Ee,t}p(e){let i=0;for(const s of this._$AV)s!==void 0&&(s.strings!==void 0?(s._$AI(e,s,i),i+=s.strings.length-2):s._$AI(e[i])),i++}};class qe{get _$AU(){var e;return((e=this._$AM)==null?void 0:e._$AU)??this._$Cv}constructor(e,i,s,t){this.type=2,this._$AH=M,this._$AN=void 0,this._$AA=e,this._$AB=i,this._$AM=s,this.options=t,this._$Cv=(t==null?void 0:t.isConnected)??!0}get parentNode(){let e=this._$AA.parentNode;const i=this._$AM;return i!==void 0&&(e==null?void 0:e.nodeType)===11&&(e=i.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,i=this){e=Oe(this,e,i),mt(e)?e===M||e==null||e===""?(this._$AH!==M&&this._$AR(),this._$AH=M):e!==this._$AH&&e!==ve&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):$r(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==M&&mt(this._$AH)?this._$AA.nextSibling.data=e:this.T(Ee.createTextNode(e)),this._$AH=e}$(e){var a;const{values:i,_$litType$:s}=e,t=typeof s=="number"?this._$AC(e):(s.el===void 0&&(s.el=_t.createElement(Ar(s.h,s.h[0]),this.options)),s);if(((a=this._$AH)==null?void 0:a._$AD)===t)this._$AH.p(i);else{const o=new Or(t,this),d=o.u(this.options);o.p(i),this.T(d),this._$AH=o}}_$AC(e){let i=Er.get(e.strings);return i===void 0&&Er.set(e.strings,i=new _t(e)),i}k(e){bi(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,t=0;for(const a of e)t===i.length?i.push(s=new qe(this.O(vt()),this.O(vt()),this,this.options)):s=i[t],s._$AI(a),t++;t<i.length&&(this._$AR(s&&s._$AB.nextSibling,t),i.length=t)}_$AR(e=this._$AA.nextSibling,i){var s;for((s=this._$AP)==null?void 0:s.call(this,!1,!0,i);e&&e!==this._$AB;){const t=e.nextSibling;e.remove(),e=t}}setConnected(e){var i;this._$AM===void 0&&(this._$Cv=e,(i=this._$AP)==null||i.call(this,e))}}class wt{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,i,s,t,a){this.type=1,this._$AH=M,this._$AN=void 0,this.element=e,this.name=i,this._$AM=t,this.options=a,s.length>2||s[0]!==""||s[1]!==""?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=M}_$AI(e,i=this,s,t){const a=this.strings;let o=!1;if(a===void 0)e=Oe(this,e,i,0),o=!mt(e)||e!==this._$AH&&e!==ve,o&&(this._$AH=e);else{const d=e;let c,b;for(e=a[0],c=0;c<a.length-1;c++)b=Oe(this,d[s+c],i,c),b===ve&&(b=this._$AH[c]),o||(o=!mt(b)||b!==this._$AH[c]),b===M?e=M:e!==M&&(e+=(b??"")+a[c+1]),this._$AH[c]=b}o&&!t&&this.j(e)}j(e){e===M?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}}class Pr extends wt{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===M?void 0:e}}class Tr extends wt{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==M)}}class Lr extends wt{constructor(e,i,s,t,a){super(e,i,s,t,a),this.type=5}_$AI(e,i=this){if((e=Oe(this,e,i,0)??M)===ve)return;const s=this._$AH,t=e===M&&s!==M||e.capture!==s.capture||e.once!==s.once||e.passive!==s.passive,a=e!==M&&(s===M||t);t&&this.element.removeEventListener(this.name,this,s),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){var i;typeof this._$AH=="function"?this._$AH.call(((i=this.options)==null?void 0:i.host)??this.element,e):this._$AH.handleEvent(e)}}class Dr{constructor(e,i,s){this.element=e,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s}get _$AU(){return this._$AM._$AU}_$AI(e){Oe(this,e)}}const Qs={M:fi,P:ue,A:gi,C:1,L:Cr,R:Or,D:$r,V:Oe,I:qe,H:wt,N:Tr,U:Lr,B:Pr,F:Dr},vi=yt.litHtmlPolyfillSupport;vi==null||vi(_t,qe),(yt.litHtmlVersions??(yt.litHtmlVersions=[])).push("3.2.1");const Ht=(r,e,i)=>{const s=(i==null?void 0:i.renderBefore)??e;let t=s._$litPart$;if(t===void 0){const a=(i==null?void 0:i.renderBefore)??null;s._$litPart$=t=new qe(e.insertBefore(vt(),a),a,void 0,i??{})}return t._$AI(r),t};/**
|
|
16
16
|
* @license
|
|
17
17
|
* Copyright 2017 Google LLC
|
|
18
18
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
19
|
-
*/let B=class extends Qe{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var
|
|
19
|
+
*/let B=class extends Qe{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var i;const e=super.createRenderRoot();return(i=this.renderOptions).renderBefore??(i.renderBefore=e.firstChild),e}update(e){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=Ht(i,this.renderRoot,this.renderOptions)}connectedCallback(){var e;super.connectedCallback(),(e=this._$Do)==null||e.setConnected(!0)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this._$Do)==null||e.setConnected(!1)}render(){return ve}};B._$litElement$=!0,B.finalized=!0,(ps=globalThis.litElementHydrateSupport)==null||ps.call(globalThis,{LitElement:B});const mi=globalThis.litElementPolyfillSupport;mi==null||mi({LitElement:B}),(globalThis.litElementVersions??(globalThis.litElementVersions=[])).push("4.1.1");/**
|
|
20
20
|
* @license
|
|
21
21
|
* Copyright 2017 Google LLC
|
|
22
22
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
23
|
-
*/const $
|
|
23
|
+
*/const $i={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},St=r=>(...e)=>({_$litDirective$:r,values:e});let Ft=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,i,s){this._$Ct=e,this._$AM=i,this._$Ci=s}_$AS(e,i){return this.update(e,i)}update(e,i){return this.render(...i)}};/**
|
|
24
24
|
* @license
|
|
25
25
|
* Copyright 2018 Google LLC
|
|
26
26
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
27
|
-
*/const
|
|
27
|
+
*/const Nr="important",qs=" !"+Nr,_i=St(class extends Ft{constructor(r){var e;if(super(r),r.type!==$i.ATTRIBUTE||r.name!=="style"||((e=r.strings)==null?void 0:e.length)>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(r){return Object.keys(r).reduce((e,i)=>{const s=r[i];return s==null?e:e+`${i=i.includes("-")?i:i.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${s};`},"")}update(r,[e]){const{style:i}=r.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(e)),this.render(e);for(const s of this.ft)e[s]==null&&(this.ft.delete(s),s.includes("-")?i.removeProperty(s):i[s]=null);for(const s in e){const t=e[s];if(t!=null){this.ft.add(s);const a=typeof t=="string"&&t.endsWith(qs);s.includes("-")||a?i.setProperty(s,a?t.slice(0,-11):t,a?Nr:""):i[s]=t}}return ve}}),Vs=Z`
|
|
28
28
|
:host{
|
|
29
29
|
display: inline-block;
|
|
30
30
|
--text-on-color: var(--spectric-text-on-color, #ffffff);
|
|
@@ -282,37 +282,37 @@ opacity:1
|
|
|
282
282
|
* @license
|
|
283
283
|
* Copyright 2017 Google LLC
|
|
284
284
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
285
|
-
*/const I=
|
|
285
|
+
*/const I=r=>(e,i)=>{i!==void 0?i.addInitializer(()=>{customElements.define(r,e)}):customElements.define(r,e)};/**
|
|
286
286
|
* @license
|
|
287
287
|
* Copyright 2017 Google LLC
|
|
288
288
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
289
|
-
*/const Ws={attribute:!0,type:String,converter:Bt,reflect:!1,hasChanged:
|
|
289
|
+
*/const Ws={attribute:!0,type:String,converter:Bt,reflect:!1,hasChanged:di},Gs=(r=Ws,e,i)=>{const{kind:s,metadata:t}=i;let a=globalThis.litPropertyMetadata.get(t);if(a===void 0&&globalThis.litPropertyMetadata.set(t,a=new Map),a.set(i.name,r),s==="accessor"){const{name:o}=i;return{set(d){const c=e.get.call(this);e.set.call(this,d),this.requestUpdate(o,c,r)},init(d){return d!==void 0&&this.P(o,void 0,r),d}}}if(s==="setter"){const{name:o}=i;return function(d){const c=this[o];e.call(this,d),this.requestUpdate(o,c,r)}}throw Error("Unsupported decorator location: "+s)};function g(r){return(e,i)=>typeof i=="object"?Gs(r,e,i):((s,t,a)=>{const o=t.hasOwnProperty(a);return t.constructor.createProperty(a,o?{...s,wrapped:!0}:s),o?Object.getOwnPropertyDescriptor(t,a):void 0})(r,e,i)}/**
|
|
290
290
|
* @license
|
|
291
291
|
* Copyright 2017 Google LLC
|
|
292
292
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
293
|
-
*/function W(
|
|
293
|
+
*/function W(r){return g({...r,state:!0,attribute:!1})}/**
|
|
294
294
|
* @license
|
|
295
295
|
* Copyright 2017 Google LLC
|
|
296
296
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
297
|
-
*/function Pe(
|
|
297
|
+
*/function Pe(r){return(e,i)=>{const s=typeof e=="function"?e:e[i];Object.assign(s,r)}}/**
|
|
298
298
|
* @license
|
|
299
299
|
* Copyright 2017 Google LLC
|
|
300
300
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
301
|
-
*/const
|
|
301
|
+
*/const Mr=(r,e,i)=>(i.configurable=!0,i.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(r,e,i),i);/**
|
|
302
302
|
* @license
|
|
303
303
|
* Copyright 2017 Google LLC
|
|
304
304
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
305
|
-
*/function pe(
|
|
305
|
+
*/function pe(r,e){return(i,s,t)=>{const a=o=>{var d;return((d=o.renderRoot)==null?void 0:d.querySelector(r))??null};return Mr(i,s,{get(){return a(this)}})}}/**
|
|
306
306
|
* @license
|
|
307
307
|
* Copyright 2017 Google LLC
|
|
308
308
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
309
|
-
*/function xt(
|
|
309
|
+
*/function xt(r){return(e,i)=>Mr(e,i,{async get(){var s;return await this.updateComplete,((s=this.renderRoot)==null?void 0:s.querySelector(r))??null}})}let wi=0;const zr=()=>wi;class Ir{constructor(e,i,s,t){this._handler=s,this._type=i,this._handler=s,this._options=t||!1,e instanceof Promise?e.then(a=>{this._handler&&(this._node=a,this._node.addEventListener(this._type,this._handler,this._options))}):typeof e=="function"?(this._node=e(),this._node.addEventListener(this._type,this._handler,this._options)):(this._node=e,this._node.addEventListener(this._type,this._handler,this._options)),wi+=1}dispose(){this._handler&&(this._node&&(wi-=1,this._node.removeEventListener(this._type,this._handler,this._options)),this._node=void 0,this._handler=void 0)}}class re extends B{constructor(){super(...arguments),this._disposables=new Set,this._isDisposed=!1,this._disposableListeners=[],this._connected=!1}addDisposableListener(e,i,s,t){if(this._disposableListeners.find(o=>o.event===i&&o.target===e&&o.handler===s)){console.warn("Event handler already exists best practice is to add the this in the constructor");return}this._disposableListeners.push({target:e,event:i,handler:s,options:t}),this._connected&&this.registerDisposable(new Ir(e,i,s,t))}registerDisposable(e){if(!e)return e;if(e===this)throw new Error("Cannot register a disposable on itself!");return this._isDisposed?console.warn(new Error("Trying to add a disposable to something that has already been disposed of. The added object will be leaked!").stack):this._disposables.add(e),e}connectedCallback(){super.connectedCallback(),this._connected=!0,this._isDisposed=!1,this._disposableListeners.forEach(({target:e,event:i,handler:s,options:t})=>{this.registerDisposable(new Ir(e,i,s,t))})}disconnectedCallback(){super.disconnectedCallback(),this._connected=!1,this._disposables.forEach(e=>{e.dispose()}),this._isDisposed=!0}}var Ys=Object.defineProperty,Zs=Object.getOwnPropertyDescriptor,se=(r,e,i,s)=>{for(var t=s>1?void 0:s?Zs(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&Ys(e,i,t),t},Si=(r=>(r.large="large",r.medium="medium",r.small="small",r.xsmall="xsmall",r.xxsmall="xxsmall",r.tiny="tiny",r))(Si||{}),xi=(r=>(r.primary="primary",r.secondary="secondary",r.text="text",r))(xi||{});const Js={primary:"spectric-button--primary",secondary:"spectric-button--secondary",text:"spectric-button--text"};h.SpectricButton=class extends re{constructor(){super(),this.variant="primary",this.disabled=!1,this.size="small",this.label="",this.danger=!1,this.icon=!1,this.tooltipPosition="right",this.addDisposableListener(this,"click",this._onClick,{capture:!0}),this._onClick=this._onClick.bind(this)}_onClick(e){if(!(e instanceof CustomEvent)&&this.disabled){e.preventDefault(),e.stopImmediatePropagation(),e.stopPropagation();return}}updated(e){this.tooltip&&this.tooltip!==""&&Ht($`<spectric-tooltip slot="tooltip" .text=${this.tooltip} .position=${this.tooltipPosition||"right"}></spectric-tooltip>`,this)}render(){const e=Js[this.variant]||"spectric-button--primary";return $`
|
|
310
310
|
<slot name="tooltip"></slot>
|
|
311
311
|
<button
|
|
312
312
|
type="button"
|
|
313
313
|
?disabled=${this.disabled}
|
|
314
314
|
class=${["spectric-button",`spectric-button-danger--${this.danger||!1}`,`spectric-button--${this.size||"medium"}`,e].join(" ")}
|
|
315
|
-
style=${
|
|
315
|
+
style=${_i({backgroundColor:this.backgroundColor})}
|
|
316
316
|
>
|
|
317
317
|
<span class="animation"></span>
|
|
318
318
|
<slot>${this.label}</slot>
|
|
@@ -321,20 +321,20 @@ opacity:1
|
|
|
321
321
|
* @license
|
|
322
322
|
* Copyright 2020 Google LLC
|
|
323
323
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
324
|
-
*/const{I:Ks}=Qs,
|
|
324
|
+
*/const{I:Ks}=Qs,Rr=(r,e)=>(r==null?void 0:r._$litType$)!==void 0,Xs=r=>{var e;return((e=r==null?void 0:r._$litType$)==null?void 0:e.h)!=null},en=r=>r.strings===void 0,jr=()=>document.createComment(""),Te=(r,e,i)=>{var a;const s=r._$AA.parentNode,t=e===void 0?r._$AB:e._$AA;if(i===void 0){const o=s.insertBefore(jr(),t),d=s.insertBefore(jr(),t);i=new Ks(o,d,r,r.options)}else{const o=i._$AB.nextSibling,d=i._$AM,c=d!==r;if(c){let b;(a=i._$AQ)==null||a.call(i,r),i._$AM=r,i._$AP!==void 0&&(b=r._$AU)!==d._$AU&&i._$AP(b)}if(o!==t||c){let b=i._$AA;for(;b!==o;){const _=b.nextSibling;s.insertBefore(b,t),b=_}}}return i},Le=(r,e,i=r)=>(r._$AI(e,i),r),tn={},ki=(r,e=tn)=>r._$AH=e,Ei=r=>r._$AH,Ai=r=>{var s;(s=r._$AP)==null||s.call(r,!1,!0);let e=r._$AA;const i=r._$AB.nextSibling;for(;e!==i;){const t=e.nextSibling;e.remove(),e=t}},rn=r=>{r._$AR()};/**
|
|
325
325
|
* @license
|
|
326
326
|
* Copyright 2017 Google LLC
|
|
327
327
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
328
|
-
*/const kt=(
|
|
328
|
+
*/const kt=(r,e)=>{var s;const i=r._$AN;if(i===void 0)return!1;for(const t of i)(s=t._$AO)==null||s.call(t,e,!1),kt(t,e);return!0},Qt=r=>{let e,i;do{if((e=r._$AM)===void 0)break;i=e._$AN,i.delete(r),r=e}while((i==null?void 0:i.size)===0)},Br=r=>{for(let e;e=r._$AM;r=e){let i=e._$AN;if(i===void 0)e._$AN=i=new Set;else if(i.has(r))break;i.add(r),on(e)}};function sn(r){this._$AN!==void 0?(Qt(this),this._$AM=r,Br(this)):this._$AM=r}function nn(r,e=!1,i=0){const s=this._$AH,t=this._$AN;if(t!==void 0&&t.size!==0)if(e)if(Array.isArray(s))for(let a=i;a<s.length;a++)kt(s[a],!1),Qt(s[a]);else s!=null&&(kt(s,!1),Qt(s));else kt(this,r)}const on=r=>{r.type==$i.CHILD&&(r._$AP??(r._$AP=nn),r._$AQ??(r._$AQ=sn))};class Ur extends Ft{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,i,s){super._$AT(e,i,s),Br(this),this.isConnected=e._$AU}_$AO(e,i=!0){var s,t;e!==this.isConnected&&(this.isConnected=e,e?(s=this.reconnected)==null||s.call(this):(t=this.disconnected)==null||t.call(this)),i&&(kt(this,e),Qt(this))}setValue(e){if(en(this._$Ct))this._$Ct._$AI(e,this);else{const i=[...this._$Ct._$AH];i[this._$Ci]=e,this._$Ct._$AI(i,this,0)}}disconnected(){}reconnected(){}}/**
|
|
329
329
|
* @license
|
|
330
330
|
* Copyright 2020 Google LLC
|
|
331
331
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
332
|
-
*/const Ve=()=>new an;let an=class{};const
|
|
332
|
+
*/const Ve=()=>new an;let an=class{};const Ci=new WeakMap,We=St(class extends Ur{render(r){return M}update(r,[e]){var s;const i=e!==this.Y;return i&&this.Y!==void 0&&this.rt(void 0),(i||this.lt!==this.ct)&&(this.Y=e,this.ht=(s=r.options)==null?void 0:s.host,this.rt(this.ct=r.element)),M}rt(r){if(this.isConnected||(r=void 0),typeof this.Y=="function"){const e=this.ht??globalThis;let i=Ci.get(e);i===void 0&&(i=new WeakMap,Ci.set(e,i)),i.get(this.Y)!==void 0&&this.Y.call(this.ht,void 0),i.set(this.Y,r),r!==void 0&&this.Y.call(this.ht,r)}else this.Y.value=r}get lt(){var r,e;return typeof this.Y=="function"?(r=Ci.get(this.ht??globalThis))==null?void 0:r.get(this.Y):(e=this.Y)==null?void 0:e.value}disconnected(){this.lt===this.ct&&this.rt(void 0)}reconnected(){this.rt(this.ct)}}),Oi=class{constructor(e){return this.buffer=e,this.u8=new Uint8Array(e),new Proxy(this,{get(i,s){return i[s]?i[s]:i.getBit(s)}})}getBit(e){var i=this.u8[e>>3],s=e&7;return i>>7-s&1}setBit(e,i){var s=e&7;i?this.u8[e>>3]|=128>>s:this.u8[e>>3]&=~(128>>s)}get length(){return this.u8.byteLength*8}set(e,i){for(let s=i||0,t=0,a=e.length;t<a;s++,t++)this.setBit(s,e[t])}subarray(e,i){let s=[];e=e||0,i=i||this.length,i=i>this.length?this.length:i;for(let t=e;t<i;t++)s.push(this.getBit(t));return s}},Hr=(r,e)=>{let i;return(...s)=>{clearTimeout(i),i=window.setTimeout(()=>r.apply(void 0,s),e)}},Et=r=>{var e;return(...i)=>{e&&cancelAnimationFrame(e),e=requestAnimationFrame(()=>{r.apply(void 0,i)})}};var ln=Object.defineProperty,cn=Object.getOwnPropertyDescriptor,De=(r,e,i,s)=>{for(var t=s>1?void 0:s?cn(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&ln(e,i,t),t};const un=["mousemove","click","dblclick","mousedown","mouseup","contextmenu"],qt={width:200,height:200},Vt={width:10,height:10};h.BitDisplayCanvas=class extends re{constructor(){super(),this.arrayBuffer=new ArrayBuffer(0),this.frameWidth=100,this.scale=1,this.width=200,this.height=200,this.state={},this.yStart=0,this.xStart=0,this.refs={viewport:Ve(),canvas:Ve(),scrollDiv:Ve()},this.color="#000000",this.onThemeChange=()=>{let s=getComputedStyle(this);this.color!=s.color&&(this.color=s.color,this.paint())},this.onResize=()=>{this.calculateViewport()},this.handleScroll=()=>{if(!this.refs.viewport.value)return;const s=this.getPxPerBit();this.yStart=this.refs.viewport.value.scrollTop?Math.floor(this.refs.viewport.value.scrollTop/s)+1:0,this.xStart=this.refs.viewport.value.scrollLeft?Math.floor(this.refs.viewport.value.scrollLeft/s)+1:0,this.paint()};let e=new ResizeObserver(this.onResize);e.dispose=()=>{this.resizeObserver.disconnect()},this.resizeObserver=e,this.addDisposableListener(document.body,"theme-change",this.onThemeChange);var i={};un.forEach(s=>{this.addDisposableListener(this._canvas,s,Et(async t=>{t.stopImmediatePropagation(),t.stopPropagation(),t.preventDefault();var a=await this._canvas;let o=a.getBoundingClientRect(),d={x:Math.floor(Math.abs(t.clientX-o.left)),y:Math.floor(Math.abs(t.clientY-o.top))},c=this.canvasPositionToBit(d);if(s==="mousemove"&&i[s]==c)return;i[s]=c;let b="bit"+String(s).charAt(0).toUpperCase()+String(s).slice(1);if(c!=-1){let _=new CustomEvent(b,{detail:{bitIndex:c,position:d,nativeEvent:t}});this.dispatchEvent(_)}}))})}connectedCallback(){this.onResize(),super.connectedCallback(),this.registerDisposable(this.resizeObserver),this.resizeObserver.observe(this)}updated(e){e.has("arrayBuffer")&&this.arrayBuffer&&(this._bitArray=new Oi(this.arrayBuffer));const i=["arrayBuffer","scale","frameWidth","width","height"];for(const s of i)if(e.has(s)){this.paint();return}}canvasPositionToBit(e){let i=Math.floor(e.x/this.scale),s=Math.floor(e.y/this.scale);return i>this.frameWidth-1?-1:this.yStart*this.frameWidth+this.xStart+(s*this.frameWidth+i)}paint(){if(!this.refs.canvas.value||!this._bitArray)return;const{frameWidth:e,_bitArray:i}=this;if(e<=0)return;this.calculateViewport();const{width:s=qt.width,height:t=qt.height}=this,a=this.getPxPerBit(),o=this.refs.canvas.value.getContext("2d");if(!o)return;this.state.scale!=a&&(o.reset(),o.scale(a,a));let d=getComputedStyle(this);o.fillStyle=d.color,o.clearRect(0,0,s,t);let c=0;for(let b=this.yStart*e+this.xStart,_=i.length;b<_;b++){let y=b%e-this.xStart;if(!(y<0)){if(Math.floor(y*a)>s){c++,b=c*e+this.yStart*e+this.xStart-1;continue}if(Math.floor(c*a)>t)break;i.getBit(b)===1&&o.fillRect(y,c,1,1),(b+1)%e===0&&b>=e-1&&c++}}}getPxPerBit(){return this.scale>0?this.scale:1}calculateViewport(){const{frameWidth:e,_bitArray:i}=this;if(this.refs.scrollDiv.value){var s=this.getPxPerBit();const t=i.length/e*s,a=e*s,o=this.refs.scrollDiv.value;o.style.width=a+"px",o.style.height=t+"px"}}render(){const{height:e=qt.height,width:i=qt.width}=this;return $`
|
|
333
333
|
<div
|
|
334
334
|
id="viewport"
|
|
335
335
|
${We(this.refs.viewport)}
|
|
336
336
|
@scroll=${this.handleScroll}
|
|
337
|
-
style=${`width:${
|
|
337
|
+
style=${`width:${i+Vt.width}px;height:${e+Vt.height}px;overflow:auto;position:relative`}
|
|
338
338
|
>
|
|
339
339
|
<div
|
|
340
340
|
id="fakescrolldiv"
|
|
@@ -344,7 +344,7 @@ opacity:1
|
|
|
344
344
|
</div>
|
|
345
345
|
<canvas
|
|
346
346
|
${We(this.refs.canvas)}
|
|
347
|
-
width=${
|
|
347
|
+
width=${i}
|
|
348
348
|
height=${e}
|
|
349
349
|
></canvas>
|
|
350
350
|
`}},h.BitDisplayCanvas.styles=Z`
|
|
@@ -478,7 +478,7 @@ opacity:1
|
|
|
478
478
|
color: #333;
|
|
479
479
|
font-size: 14px;
|
|
480
480
|
}
|
|
481
|
-
`;var hn=Object.defineProperty,dn=Object.getOwnPropertyDescriptor,Wt=(
|
|
481
|
+
`;var hn=Object.defineProperty,dn=Object.getOwnPropertyDescriptor,Wt=(r,e,i,s)=>{for(var t=s>1?void 0:s?dn(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&hn(e,i,t),t};h.Header=class extends B{constructor(){super(...arguments),this.showCreateAccount=!1,this.showLoginButton=!1,this.username="",this.onLogout=()=>{const e={bubbles:!0,composed:!0};this.dispatchEvent(new CustomEvent("logout",e))},this.onLogin=()=>{const e={bubbles:!0,composed:!0};this.dispatchEvent(new CustomEvent("login",e))},this.onCreateAccount=()=>{const e={bubbles:!0,composed:!0};this.dispatchEvent(new CustomEvent("createAccount",e))}}render(){return $`
|
|
482
482
|
<header>
|
|
483
483
|
<div class="spectric-header">
|
|
484
484
|
<div style="flex-grow:1;">
|
|
@@ -497,8 +497,8 @@ opacity:1
|
|
|
497
497
|
<slot name="end"></slot>
|
|
498
498
|
</div>
|
|
499
499
|
</header>
|
|
500
|
-
`}},h.Header.styles=pn,Wt([g({type:Boolean,reflect:!0})],h.Header.prototype,"showCreateAccount",2),Wt([g({type:Boolean,reflect:!0})],h.Header.prototype,"showLoginButton",2),Wt([g({type:String,reflect:!0})],h.Header.prototype,"username",2),h.Header=Wt([I("spectric-header")],h.Header);var fn=Object.defineProperty,gn=Object.getOwnPropertyDescriptor,Ge=(
|
|
501
|
-
<header style=${
|
|
500
|
+
`}},h.Header.styles=pn,Wt([g({type:Boolean,reflect:!0})],h.Header.prototype,"showCreateAccount",2),Wt([g({type:Boolean,reflect:!0})],h.Header.prototype,"showLoginButton",2),Wt([g({type:String,reflect:!0})],h.Header.prototype,"username",2),h.Header=Wt([I("spectric-header")],h.Header);var fn=Object.defineProperty,gn=Object.getOwnPropertyDescriptor,Ge=(r,e,i,s)=>{for(var t=s>1?void 0:s?gn(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&fn(e,i,t),t};const bn={display:"flex",alignItems:"center",backgroundColor:"black",color:"white",textAlign:"center"};let Ne=class extends B{constructor(){super(...arguments),this.dismissable=!1,this.text="",this.bannerId="",this.headerStyle={},this._dismissed=!1,this.onDismiss=r=>{r.preventDefault(),r.stopPropagation();const e={bubbles:!0,composed:!0};this._dismissed=!0;let{bannerId:i,text:s,headerStyle:t,dismissable:a}=this;this.dispatchEvent(new CustomEvent("bannerDismissed",{detail:{bannerId:i,text:s,headerStyle:t,dismissable:a},...e}))}}render(){if(!this._dismissed)return $`
|
|
501
|
+
<header style=${_i({...bn,...this.headerStyle})}>
|
|
502
502
|
<div style="flex-grow:1">
|
|
503
503
|
<slot name="text">${this.text}</slot><slot></slot>
|
|
504
504
|
</div>
|
|
@@ -666,7 +666,7 @@ article{
|
|
|
666
666
|
* @license
|
|
667
667
|
* Copyright 2018 Google LLC
|
|
668
668
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
669
|
-
*/const
|
|
669
|
+
*/const Pi=r=>r??M;class Ti extends Ur{constructor(){super(...arguments),this.prevData={}}render(e){return M}update(e,[i]){var s;this.element!==e.element&&(this.element=e.element),this.host=((s=e.options)==null?void 0:s.host)||this.element,this.apply(i),this.groom(i),this.prevData={...i}}apply(e){if(!e)return;const{element:i}=this;for(const s in e){const t=e[s];i[s]!==t&&(i[s]=t)}}groom(e){const{prevData:i,element:s}=this;if(i)for(const t in i)(!e||!(t in e)&&s[t]===i[t])&&(s[t]=void 0)}}const Me=St(Ti);var Li=(r=>(r.None="none",r.Uscui="us.cui",r.Usclassified="us.classified",r.Usunclassified="us.unclassified",r.Usconfidential="us.confidential",r.Ussecret="us.secret",r.Ustopsecret="us.topsecret",r.UstopsecretSi="us.topsecret.si",r.Uknotset="uk.notset",r.Ukofficial="uk.official",r.Uksecret="uk.secret",r.Uktopsecret="uk.topsecret",r.Caprotected_a="ca.protected_a",r.Caprotected_b="ca.protected_b",r.Caprotected_c="ca.protected_c",r.Caconfidential="ca.confidential",r.Casecret="ca.secret",r.Catopsecret="ca.topsecret",r.Auunofficial="au.unofficial",r.Auofficial="au.official",r.Auofficialsensitive="au.officialsensitive",r.Auconfidential="au.confidential",r.Ausecret="au.secret",r.Autopsecret="au.topsecret",r))(Li||{});const Gt={none:{},"us.cui":{color:"white",backgroundColor:"#3D1E5A",content:"Controlled Unclassified Information"},"us.classified":{color:"white",backgroundColor:"#723D9A",content:"Classified"},"us.unclassified":{color:"white",backgroundColor:"#007A33",content:"Unclassified"},"us.confidential":{color:"white",backgroundColor:"#0033A0",content:"Confidential"},"us.secret":{color:"white",backgroundColor:"#C8102E",content:"Secret"},"us.topsecret":{color:"white",backgroundColor:"#FF671F",content:"Top Secret"},"us.topsecret.si":{color:"black",backgroundColor:"#F7EA48",content:"Top Secret//SI"},"uk.notset":{color:"white",backgroundColor:" #616161",content:"Not Set"},"uk.official":{color:"white",backgroundColor:"#2B71C7",content:"For Offical Use"},"uk.secret":{color:"white",backgroundColor:"#F39C2C",content:"Secret"},"uk.topsecret":{color:"white",backgroundColor:"#AA0000",content:"Top Secret"},"ca.protected_a":{color:"white",backgroundColor:"#227ABC",content:"PROTECTED A"},"ca.protected_b":{color:"white",backgroundColor:"#900FB5",content:"PROTECTED B"},"ca.protected_c":{color:"white",backgroundColor:"#460FB5",content:"PROTECTED C"},"ca.confidential":{color:"white",backgroundColor:"#0033a0",content:"Confidential"},"ca.secret":{color:"white",backgroundColor:"#c8102e",content:"Secret"},"ca.topsecret":{color:"white",backgroundColor:"#ff671f",content:"Top Secret"},"au.unofficial":{color:"#666",backgroundColor:"#ffffffff",content:"Unofficial"},"au.official":{color:"#666",backgroundColor:"#ffffffff",content:"Official"},"au.officialsensitive":{color:"#666",backgroundColor:"#ffffffff",content:"Official Sentitive"},"au.confidential":{color:"white",backgroundColor:"#4F81BD",content:"Confidential"},"au.secret":{color:"black",backgroundColor:" #E5B8B7",content:"Secret"},"au.topsecret":{color:"black",backgroundColor:"#AA0000",content:"Top Secret"}};var vn=Object.defineProperty,mn=Object.getOwnPropertyDescriptor,ne=(r,e,i,s)=>{for(var t=s>1?void 0:s?mn(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&vn(e,i,t),t};h.SpectricPage=class extends B{constructor(){super(...arguments),this.showHeader=!0,this.headerSticky=!0,this.classificationLevel=Li.None,this.classificationText="",this.notifications=[],this.showCreateAccount=!1,this.showLoginButton=!0,this.username=""}render(){this.classificationLevel&&!Gt[this.classificationLevel]&&(console.warn("Unknown classification",this.classificationLevel),this.classificationLevel=Li.None);const e=this.classificationLevel?this.classificationText||Gt[this.classificationLevel].content:"",i=this.showHeader?$`<spectric-header ?showCreateAccount=${this.showCreateAccount} .showLoginButton=${this.showLoginButton} username=${Pi(this.username)}>
|
|
670
670
|
<slot name="branding" slot="branding"></slot>
|
|
671
671
|
<slot name="name" slot="name"></slot>
|
|
672
672
|
<slot name="center" slot="center"></slot>
|
|
@@ -676,11 +676,11 @@ article{
|
|
|
676
676
|
<!-- Classification Banner -->
|
|
677
677
|
<spectric-banner ${Me({text:e,headerStyle:Gt[this.classificationLevel]})}></spectric-banner>
|
|
678
678
|
`:null}
|
|
679
|
-
<spectric-theme theme=${
|
|
679
|
+
<spectric-theme theme=${Pi(this.theme)}>
|
|
680
680
|
${this.notifications?this.notifications.map(s=>$`<spectric-banner ${Me(s)} ></spectric-banner>`):null}
|
|
681
|
-
${this.headerSticky?
|
|
681
|
+
${this.headerSticky?i:null}
|
|
682
682
|
<article>
|
|
683
|
-
${this.headerSticky?null:
|
|
683
|
+
${this.headerSticky?null:i}
|
|
684
684
|
<section class="spectric-page">
|
|
685
685
|
<slot name="content"></slot>
|
|
686
686
|
<slot></slot>
|
|
@@ -689,9 +689,9 @@ article{
|
|
|
689
689
|
</spectric-theme>
|
|
690
690
|
${this.classificationLevel&&e?$`<spectric-banner ${Me({text:e,headerStyle:Gt[this.classificationLevel]})}></spectric-banner>`:null}
|
|
691
691
|
|
|
692
|
-
`}},h.SpectricPage.styles=yn,ne([g({type:Boolean,reflect:!0})],h.SpectricPage.prototype,"showHeader",2),ne([g({type:Boolean,reflect:!0})],h.SpectricPage.prototype,"headerSticky",2),ne([g({type:String,reflect:!0})],h.SpectricPage.prototype,"classificationLevel",2),ne([g({type:String,reflect:!0})],h.SpectricPage.prototype,"classificationText",2),ne([g({type:Array,reflect:!0})],h.SpectricPage.prototype,"notifications",2),ne([g({type:Boolean,reflect:!0})],h.SpectricPage.prototype,"showCreateAccount",2),ne([g({type:Boolean,reflect:!0})],h.SpectricPage.prototype,"showLoginButton",2),ne([g({type:String,reflect:!0})],h.SpectricPage.prototype,"username",2),ne([g({type:String,reflect:!0})],h.SpectricPage.prototype,"theme",2),h.SpectricPage=ne([I("spectric-page")],h.SpectricPage);var $n=Object.defineProperty,_n=Object.getOwnPropertyDescriptor,R=(
|
|
692
|
+
`}},h.SpectricPage.styles=yn,ne([g({type:Boolean,reflect:!0})],h.SpectricPage.prototype,"showHeader",2),ne([g({type:Boolean,reflect:!0})],h.SpectricPage.prototype,"headerSticky",2),ne([g({type:String,reflect:!0})],h.SpectricPage.prototype,"classificationLevel",2),ne([g({type:String,reflect:!0})],h.SpectricPage.prototype,"classificationText",2),ne([g({type:Array,reflect:!0})],h.SpectricPage.prototype,"notifications",2),ne([g({type:Boolean,reflect:!0})],h.SpectricPage.prototype,"showCreateAccount",2),ne([g({type:Boolean,reflect:!0})],h.SpectricPage.prototype,"showLoginButton",2),ne([g({type:String,reflect:!0})],h.SpectricPage.prototype,"username",2),ne([g({type:String,reflect:!0})],h.SpectricPage.prototype,"theme",2),h.SpectricPage=ne([I("spectric-page")],h.SpectricPage);var $n=Object.defineProperty,_n=Object.getOwnPropertyDescriptor,R=(r,e,i,s)=>{for(var t=s>1?void 0:s?_n(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&$n(e,i,t),t},Di=(r=>(r.Text="text",r.TextArea="text-area",r.number="number",r.color="color",r.date="date",r.datePopup="popup-date",r.datetime="datetime-local",r.email="email",r.file="file",r.hidden="hidden",r.password="password",r.checkbox="checkbox",r.range="range",r))(Di||{});h.SpectricInput=class extends B{constructor(){super(...arguments),this.checked=!1,this.files=null,this.placeholder="",this.readonly=!1,this.variant="text",this.disabled=!1,this.label="",this.hidePasswordLabel="Hide",this.showPasswordLabel="Show",this.showPasswordVisibilityToggle=!0,this.helperText="",this.invalid=!1,this.required=!1,this.invalidText="",this.name="",this.pattern="",this.maxCount=0,this._value="",this._showPassword=!1,this.autocomplete="off",this._handleInput=({target:e})=>{const i=e;this.variant=="file"?this.files=i.files:this.value=i.value,this.invalid=!i.validity.valid},this.handleTogglePasswordVisibility=()=>{this._showPassword=!this._showPassword,this.requestUpdate()}}createRenderRoot(){return this}get selectionStart(){return this._input?this._input.selectionStart:null}get value(){return this._input?this.variant=="number"?parseFloat(this._input.value):this._input.value:this._value}set value(e){const i=this._value;this._value=e,this.requestUpdate("value",i),this._input&&(this._input.value=String(e))}blur(){this._input&&this._input.blur()}focus(e){this._input&&(this._input.blur(),this._input.focus(e))}setSelectionRange(e,i,s="none"){this._input&&this._input.setSelectionRange(e,i,s)}updated(e){e.has("checked")&&e.get("checked")!==void 0&&this.dispatchEvent(new Event("change",{bubbles:!0}))}_handleChange(e){e.stopPropagation(),this.variant==="file"?this.files=e.target.files:this.value=e.target.value,this.dispatchEvent(new Event("change",{bubbles:!0}))}render(){const e=$`<spectric-calendar
|
|
693
693
|
.popup=${this.variant==="popup-date"}
|
|
694
|
-
@select=${
|
|
694
|
+
@select=${i=>{var s;this.value=i.detail.toISOString(),(s=this.querySelector("spectric-popover"))==null||s.hidePopover()}}
|
|
695
695
|
>
|
|
696
696
|
</spectric-calendar>`;switch(this.variant){case"text":case"password":case"number":case"email":case"date":case"popup-date":case"datetime-local":case"file":case"range":return $`
|
|
697
697
|
<div class="inputWrapper">
|
|
@@ -756,8 +756,8 @@ article{
|
|
|
756
756
|
<div ?data-invalid="${this.invalid}" class="inputContainer">
|
|
757
757
|
<input type="hidden" .value=${String(this.value)} > </input>
|
|
758
758
|
<spectric-colorpicker
|
|
759
|
-
@cancel=${
|
|
760
|
-
@change=${
|
|
759
|
+
@cancel=${i=>{this.value=i.target.value}}
|
|
760
|
+
@change=${i=>{i.stopPropagation(),this.value=i.target.value,this._handleChange(i)}} .value=${String(this.value)}></spectric-colorpicker>
|
|
761
761
|
</div>
|
|
762
762
|
<div
|
|
763
763
|
id="helper-text"
|
|
@@ -772,29 +772,28 @@ article{
|
|
|
772
772
|
<spectric-button
|
|
773
773
|
.tooltip=${this.helperText}
|
|
774
774
|
@click=${()=>{this.checked=!this.checked,this.value=!!this.checked}} icon size=${this.size||"xxsmall"} variant=${this.checked?"primary":"secondary"}>${this.checked?"✓":" "}</spectric-button>
|
|
775
|
-
|
|
776
|
-
${this.label}
|
|
775
|
+
${this.label.length?$`<span>${this.label}</span>`:null}
|
|
777
776
|
</div>
|
|
778
777
|
</label>
|
|
779
|
-
`}return`Not yet implemented ${this.variant}`}},R([g({type:Boolean,reflect:!0})],h.SpectricInput.prototype,"checked",2),R([g({type:String,reflect:!0})],h.SpectricInput.prototype,"placeholder",2),R([g({type:Boolean,reflect:!0})],h.SpectricInput.prototype,"readonly",2),R([g({type:String,reflect:!0})],h.SpectricInput.prototype,"variant",2),R([g({type:Boolean,reflect:!0})],h.SpectricInput.prototype,"disabled",2),R([g({type:String,reflect:!0})],h.SpectricInput.prototype,"label",2),R([g()],h.SpectricInput.prototype,"hidePasswordLabel",2),R([g()],h.SpectricInput.prototype,"showPasswordLabel",2),R([g({type:Boolean,reflect:!0})],h.SpectricInput.prototype,"showPasswordVisibilityToggle",2),R([g({type:String,reflect:!0})],h.SpectricInput.prototype,"helperText",2),R([g({type:Boolean,reflect:!0})],h.SpectricInput.prototype,"invalid",2),R([g({type:Boolean,reflect:!0})],h.SpectricInput.prototype,"required",2),R([g({type:String,reflect:!0})],h.SpectricInput.prototype,"invalidText",2),R([g()],h.SpectricInput.prototype,"name",2),R([g()],h.SpectricInput.prototype,"pattern",2),R([g({type:Number,reflect:!0})],h.SpectricInput.prototype,"maxCount",2),R([g({reflect:!0})],h.SpectricInput.prototype,"autocomplete",2),R([g({reflect:!0})],h.SpectricInput.prototype,"value",1),R([pe("input")],h.SpectricInput.prototype,"_input",2),R([Pe({capture:!0})],h.SpectricInput.prototype,"_handleChange",1),h.SpectricInput=R([I("spectric-input")],h.SpectricInput);const Ye=
|
|
780
|
-
`);super(t),this.name="DQLSyntaxError",this.shortMessage=s}}function Ze(
|
|
778
|
+
`}return`Not yet implemented ${this.variant}`}},R([g({type:Boolean,reflect:!0})],h.SpectricInput.prototype,"checked",2),R([g({type:String,reflect:!0})],h.SpectricInput.prototype,"placeholder",2),R([g({type:Boolean,reflect:!0})],h.SpectricInput.prototype,"readonly",2),R([g({type:String,reflect:!0})],h.SpectricInput.prototype,"variant",2),R([g({type:Boolean,reflect:!0})],h.SpectricInput.prototype,"disabled",2),R([g({type:String,reflect:!0})],h.SpectricInput.prototype,"label",2),R([g()],h.SpectricInput.prototype,"hidePasswordLabel",2),R([g()],h.SpectricInput.prototype,"showPasswordLabel",2),R([g({type:Boolean,reflect:!0})],h.SpectricInput.prototype,"showPasswordVisibilityToggle",2),R([g({type:String,reflect:!0})],h.SpectricInput.prototype,"helperText",2),R([g({type:Boolean,reflect:!0})],h.SpectricInput.prototype,"invalid",2),R([g({type:Boolean,reflect:!0})],h.SpectricInput.prototype,"required",2),R([g({type:String,reflect:!0})],h.SpectricInput.prototype,"invalidText",2),R([g()],h.SpectricInput.prototype,"name",2),R([g()],h.SpectricInput.prototype,"pattern",2),R([g({type:Number,reflect:!0})],h.SpectricInput.prototype,"maxCount",2),R([g({reflect:!0})],h.SpectricInput.prototype,"autocomplete",2),R([g({reflect:!0})],h.SpectricInput.prototype,"value",1),R([pe("input")],h.SpectricInput.prototype,"_input",2),R([Pe({capture:!0})],h.SpectricInput.prototype,"_handleChange",1),h.SpectricInput=R([I("spectric-input")],h.SpectricInput);const Ye=r=>Pi(r===""?void 0:r??void 0),wn="end of input",Sn={fieldName:"field name",value:"value",literal:"literal",whitespace:"whitespace"};class Fr extends Error{constructor(e,i){let s=e.message;if(e.expected){const o=e.expected.map(c=>Sn[c.description]||c.description).join(", ");let d=e.found?`"${e.found}"`:wn;s=`Expected ${o} but ${d} found.`}const t=[s,i,"-".repeat(e.location.start.offset)+"^"].join(`
|
|
779
|
+
`);super(t),this.name="DQLSyntaxError",this.shortMessage=s}}function Ze(r){return{type:"literal",value:r}}function Ni(r){return r.value}const xn=Object.freeze(Object.defineProperty({__proto__:null,buildNode:Ze,toOpenSearchQuery:Ni},Symbol.toStringTag,{value:"Module"})),{parse:Yt}=function(){class r extends SyntaxError{constructor(s,t,a,o){super(s),this.expected=t,this.found=a,this.location=o,this.name="SyntaxError"}format(s){let t="Error: "+this.message;if(this.location){let a=null;const o=s.find(_=>_.source===this.location.source);o&&(a=o.text.split(/\r\n|\n|\r/g));const d=this.location.start,c=this.location.source&&typeof this.location.source.offset=="function"?this.location.source.offset(d):d,b=this.location.source+":"+c.line+":"+c.column;if(a){const _=this.location.end,y="".padEnd(c.line.toString().length," "),C=a[d.line-1],S=(d.line===_.line?_.column:C.length+1)-d.column||1;t+=`
|
|
781
780
|
--> `+b+`
|
|
782
781
|
`+y+` |
|
|
783
782
|
`+c.line+" | "+C+`
|
|
784
783
|
`+y+" | "+"".padEnd(d.column-1," ")+"".padEnd(S,"^")}else t+=`
|
|
785
|
-
at `+b}return t}static buildMessage(s,t){function a(S){return S.codePointAt(0).toString(16).toUpperCase()}const o=Object.prototype.hasOwnProperty.call(RegExp.prototype,"unicode")?new RegExp("[\\p{C}\\p{Mn}\\p{Mc}]","gu"):null;function d(S){return o?S.replace(o,A=>"\\u{"+a(A)+"}"):S}function c(S){return d(S.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,A=>"\\x0"+a(A)).replace(/[\x10-\x1F\x7F-\x9F]/g,A=>"\\x"+a(A)))}function b(S){return d(S.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,A=>"\\x0"+a(A)).replace(/[\x10-\x1F\x7F-\x9F]/g,A=>"\\x"+a(A)))}const _={literal(S){return'"'+c(S.text)+'"'},class(S){const A=S.parts.map(L=>Array.isArray(L)?b(L[0])+"-"+b(L[1]):b(L));return"["+(S.inverted?"^":"")+A.join("")+"]"+(S.unicode?"u":"")},any(){return"any character"},end(){return"end of input"},other(S){return S.description}};function y(S){return _[S.type](S)}function C(S){const A=S.map(y);if(A.sort(),A.length>0){let L=1;for(let N=1;N<A.length;N++)A[N-1]!==A[N]&&(A[L]=A[N],L++);A.length=L}switch(A.length){case 1:return A[0];case 2:return A[0]+" or "+A[1];default:return A.slice(0,-1).join(", ")+", or "+A[A.length-1]}}function w(S){return S?'"'+c(S)+'"':"end of input"}return"Expected "+C(s)+" but "+w(t)+" found."}}function e(
|
|
786
|
-
`],!1,!1,!1),nl=j("©kuery-cursor©",!1);function ol(n,l){return l.type==="cursor"?{...l,suggestionTypes:["conjunction"],rule:"start"}:n!==null?n:He.function.buildNode("is","*","*")}function al(n,l){const p=[n,l].find(f=>f.type==="cursor");return p||ee("or",[n,l])}function ll(n,l){const p=[n,l].find(f=>f.type==="cursor");return p||ee("and",[n,l])}function cl(n){return n.type==="cursor"?n:ee("not",[n])}function ul(n,l){return l.type==="cursor"?{...l,suggestionTypes:["conjunction"],rule:"SubQuery"}:n}function pl(n,l,p){return l.type==="cursor"?{...l,nestedPath:l.nestedPath?`${n.value}.${l.nestedPath}`:n.value}:p.type==="cursor"?{...p,suggestionTypes:["conjunction"]}:ee("nested",[n,l])}function hl(n,l,p){return p.type==="cursor"?{...p,fieldName:n.value,suggestionTypes:["geo_value","conjunction"],rule:"FieldGeoSpatialExpression"}:{type:"function",function:"geospatial",arguments:[n,l,p]}}function dl(n,l,p){if(p.type==="cursor")return{...p,fieldName:n.value,suggestionTypes:["geo_value","conjunction"],rule:"FieldMultiGeoSpatialExpression"};Ps(l,p(n));const f=p(n);return f.function=="is"?ee("geospatial",[n,l,f.arguments[1]]):{...f,arguments:f.arguments.map(v=>ee("geospatial",{type:"function",function:"geospatial",arguments:[n,l,v.arguments[1]]}))}}function fl(n,l,p){if(p.type==="cursor")return{...p,fieldName:n.value,suggestionTypes:["value","conjunction"],rule:"FieldRangeExpression"};const f=Ps(l,p);return ee("range",[n,f])}function gl(n,l){return l.type==="cursor"?l.prefix.includes(
|
|
787
|
-
`}function kc(n){return n}function Ec(n){return n}function Nl(){return"within"}function Ml(){return"lte"}function zl(){return"gte"}function Il(){return"lt"}function Rl(){return"gt"}function jl(){return lc}function Bl(){return cc}let u=s.peg$currPos|0,P=u;const dt=[{line:1,column:1}];let re=u,or=s.peg$maxFailExpected||[],m=s.peg$silentFails|0,Nt;if(s.startRule){if(!(s.startRule in o))throw new Error(`Can't start parsing from rule "`+s.startRule+'".');d=o[s.startRule]}function Mt(){return r.substring(P,u)}function ri(){return ar(P,u)}function Ul(n,l){throw l=l!==void 0?l:ar(P,u),ql(n,l)}function Hl(n=u){const l=r.codePointAt(n);return l===void 0?"":String.fromCodePoint(l)}function j(n,l){return{type:"literal",text:n,ignoreCase:l}}function zt(n,l,p,f){return{type:"class",parts:n,inverted:l,ignoreCase:p,unicode:f}}function Fl(){return{type:"any"}}function Ql(){return{type:"end"}}function Ue(n){return{type:"other",description:n}}function vs(n){let l=dt[n],p;if(l)return l;if(n>=dt.length)p=dt.length-1;else for(p=n;!dt[--p];);for(l=dt[p],l={line:l.line,column:l.column};p<n;)r.charCodeAt(p)===10?(l.line++,l.column=1):l.column++,p++;return dt[n]=l,l}function ar(n,l,p){const f=vs(n),v=vs(l);return{source:a,start:{offset:n,line:f.line,column:f.column},end:{offset:l,line:v.line,column:v.column}}}function E(n){u<re||(u>re&&(re=u,or=[]),or.push(n))}function ql(n,l){return new i(n,null,null,l)}function Vl(n,l,p){return new i(i.buildMessage(n,l),n,l,p)}function ms(){let n,l,p,f;for(n=u,l=[],p=O();p!==t;)l.push(p),p=O();return p=lr(),p===t&&(p=null),f=Rt(),f!==t?(P=n,n=ol(p,f)):(u=n,n=t),n}function lr(){let n,l,p,f;return n=u,l=ii(),l!==t?(p=ni(),p!==t?(f=lr(),f!==t?(P=n,n=al(l,f)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t),n===t&&(n=ii()),n}function ii(){let n,l,p,f;return n=u,l=$s(),l!==t?(p=oi(),p!==t?(f=ii(),f!==t?(P=n,n=ll(l,f)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t),n===t&&(n=$s()),n}function $s(){let n,l,p;return n=u,l=ai(),l!==t?(p=_s(),p!==t?(P=n,n=cl(p)):(u=n,n=t)):(u=n,n=t),n===t&&(n=_s()),n}function _s(){let n,l,p,f,v,k;if(n=u,r.charCodeAt(u)===40?(l=c,u++):(l=t,m===0&&E(hs)),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();f=lr(),f!==t?(v=Rt(),v!==t?(r.charCodeAt(u)===41?(k=b,u++):(k=t,m===0&&E(ds)),k!==t?(P=n,n=ul(f,v)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t)}else u=n,n=t;return n===t&&(n=Wl()),n}function Wl(){let n,l,p,f,v,k,Ls,Fe,hi,di;if(n=u,l=It(),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();if(r.charCodeAt(u)===58?(f=_,u++):(f=t,m===0&&E(fs)),f!==t){for(v=[],k=O();k!==t;)v.push(k),k=O();if(r.charCodeAt(u)===123?(k=y,u++):(k=t,m===0&&E(Ma)),k!==t){for(Ls=[],Fe=O();Fe!==t;)Ls.push(Fe),Fe=O();Fe=lr(),Fe!==t?(hi=Rt(),hi!==t?(r.charCodeAt(u)===125?(di=C,u++):(di=t,m===0&&E(za)),di!==t?(P=n,n=pl(l,Fe,hi)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t)}else u=n,n=t}else u=n,n=t}else u=n,n=t;return n===t&&(n=Gl()),n}function Gl(){let n;return n=Yl(),n===t&&(n=Zl(),n===t&&(n=Jl(),n===t&&(n=Kl(),n===t&&(n=Xl())))),n}function It(){let n;return m++,n=li(),m--,n===t&&m===0&&E(Ia),n}function Yl(){let n,l,p,f,v,k;if(n=u,l=It(),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();if(f=Os(),f!==t){for(v=[],k=O();k!==t;)v.push(k),k=O();k=li(),k!==t?(P=n,n=hl(l,f,k)):(u=n,n=t)}else u=n,n=t}else u=n,n=t;return n}function Zl(){let n,l,p,f,v,k;if(n=u,l=It(),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();if(f=Os(),f!==t){for(v=[],k=O();k!==t;)v.push(k),k=O();k=cr(),k!==t?(P=n,n=dl(l,f,k)):(u=n,n=t)}else u=n,n=t}else u=n,n=t;return n}function Jl(){let n,l,p,f,v,k;if(n=u,l=It(),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();if(f=ac(),f!==t){for(v=[],k=O();k!==t;)v.push(k),k=O();k=rc(),k!==t?(P=n,n=fl(l,f,k)):(u=n,n=t)}else u=n,n=t}else u=n,n=t;return n}function Kl(){let n,l,p,f,v,k;if(n=u,l=It(),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();if(r.charCodeAt(u)===58?(f=_,u++):(f=t,m===0&&E(fs)),f!==t){for(v=[],k=O();k!==t;)v.push(k),k=O();k=cr(),k!==t?(P=n,n=gl(l,k)):(u=n,n=t)}else u=n,n=t}else u=n,n=t;return n}function Xl(){let n,l;return n=u,l=xs(),l!==t&&(P=n,l=bl(l)),n=l,n}function cr(){let n,l,p,f,v,k;if(n=u,r.charCodeAt(u)===40?(l=c,u++):(l=t,m===0&&E(hs)),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();f=ws(),f!==t?(v=Rt(),v!==t?(r.charCodeAt(u)===41?(k=b,u++):(k=t,m===0&&E(ds)),k!==t?(P=n,n=yl(f,v)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t)}else u=n,n=t;return n===t&&(n=xs()),n}function ws(){let n,l,p,f;return n=u,l=si(),l!==t?(p=ni(),p!==t?(f=ws(),f!==t?(P=n,n=vl(l,f)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t),n===t&&(n=si()),n}function si(){let n,l,p,f;return n=u,l=Ss(),l!==t?(p=oi(),p!==t?(f=si(),f!==t?(P=n,n=ml(l,f)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t),n===t&&(n=Ss()),n}function Ss(){let n,l,p;return n=u,l=ai(),l!==t?(p=cr(),p!==t?(P=n,n=$l(p)):(u=n,n=t)):(u=n,n=t),n===t&&(n=cr()),n}function xs(){let n,l;return m++,n=u,l=ci(),l!==t&&(P=n,l=_l(l)),n=l,n===t&&(n=u,l=Es(),l!==t&&(P=n,l=wl(l)),n=l),m--,n===t&&(l=t,m===0&&E(Ra)),n}function ni(){let n,l,p,f,v;if(m++,n=u,l=[],p=O(),p!==t)for(;p!==t;)l.push(p),p=O();else l=t;if(l!==t)if(p=r.substr(u,2),p.toLowerCase()===w?u+=2:(p=t,m===0&&E(gs)),p!==t){if(f=[],v=O(),v!==t)for(;v!==t;)f.push(v),v=O();else f=t;f!==t?(l=[l,p,f],n=l):(u=n,n=t)}else u=n,n=t;else u=n,n=t;return m--,n===t&&(l=t,m===0&&E(ja)),n}function oi(){let n,l,p,f,v;if(m++,n=u,l=[],p=O(),p!==t)for(;p!==t;)l.push(p),p=O();else l=t;if(l!==t)if(p=r.substr(u,3),p.toLowerCase()===S?u+=3:(p=t,m===0&&E(bs)),p!==t){if(f=[],v=O(),v!==t)for(;v!==t;)f.push(v),v=O();else f=t;f!==t?(l=[l,p,f],n=l):(u=n,n=t)}else u=n,n=t;else u=n,n=t;return m--,n===t&&(l=t,m===0&&E(Ba)),n}function ai(){let n,l,p,f;if(m++,n=u,l=r.substr(u,3),l.toLowerCase()===A?u+=3:(l=t,m===0&&E(ys)),l!==t){if(p=[],f=O(),f!==t)for(;f!==t;)p.push(f),f=O();else p=t;p!==t?(l=[l,p],n=l):(u=n,n=t)}else u=n,n=t;return m--,n===t&&(l=t,m===0&&E(Ua)),n}function li(){let n;return m++,n=ci(),n===t&&(n=Es()),m--,n===t&&m===0&&E(Ha),n}function ec(){let n;return n=tc(),n===t&&(n=ks()),n}function tc(){let n,l,p,f,v;if(n=u,l=ks(),l!==t)if(r.charCodeAt(u)===46?(p=L,u++):(p=t,m===0&&E(Fa)),p!==t){if(f=[],v=r.charAt(u),Dt.test(v)?u++:(v=t,m===0&&E(sr)),v!==t)for(;v!==t;)f.push(v),v=r.charAt(u),Dt.test(v)?u++:(v=t,m===0&&E(sr));else f=t;f!==t?(P=n,n=Sl()):(u=n,n=t)}else u=n,n=t;else u=n,n=t;return n}function ks(){let n,l,p;if(n=u,l=[],p=r.charAt(u),Dt.test(p)?u++:(p=t,m===0&&E(sr)),p!==t)for(;p!==t;)l.push(p),p=r.charAt(u),Dt.test(p)?u++:(p=t,m===0&&E(sr));else l=t;return l!==t&&(P=n,l=xl()),n=l,n}function ci(){let n,l,p,f,v,k;if(n=u,r.charCodeAt(u)===34?(l=N,u++):(l=t,m===0&&E(nr)),l!==t){for(p=[],f=ft();f!==t;)p.push(f),f=ft();if(f=jt(),f!==t){for(v=[],k=ft();k!==t;)v.push(k),k=ft();r.charCodeAt(u)===34?(k=N,u++):(k=t,m===0&&E(nr)),k!==t?(P=n,n=kl(p,f,v)):(u=n,n=t)}else u=n,n=t}else u=n,n=t;if(n===t)if(n=u,r.charCodeAt(u)===34?(l=N,u++):(l=t,m===0&&E(nr)),l!==t){for(p=[],f=ft();f!==t;)p.push(f),f=ft();r.charCodeAt(u)===34?(f=N,u++):(f=t,m===0&&E(nr)),f!==t?(P=n,n=El(p)):(u=n,n=t)}else u=n,n=t;return n}function rc(){let n;return n=ec(),n===t&&(n=ci(),n===t&&(n=Rt())),n}function ft(){let n,l,p;return n=As(),n===t&&(n=u,r.charCodeAt(u)===92?(l=ce,u++):(l=t,m===0&&E(ti)),l!==t?(p=r.charAt(u),xe.test(p)?u++:(p=t,m===0&&E(Qa)),p!==t?(P=n,n=p):(u=n,n=t)):(u=n,n=t),n===t&&(n=u,l=u,m++,p=jt(),m--,p===t?l=void 0:(u=l,l=t),l!==t?(p=r.charAt(u),La.test(p)?u++:(p=t,m===0&&E(qa)),p!==t?(P=n,n=p):(u=n,n=t)):(u=n,n=t))),n}function Es(){let n,l,p,f,v;for(n=u,l=[],p=gt();p!==t;)l.push(p),p=gt();if(p=jt(),p!==t){for(f=[],v=gt();v!==t;)f.push(v),v=gt();P=n,n=Al(l,p,f)}else u=n,n=t;if(n===t){if(n=u,l=[],p=gt(),p!==t)for(;p!==t;)l.push(p),p=gt();else l=t;l!==t&&(P=n,l=Cl(l)),n=l}return n}function gt(){let n,l,p,f,v;return n=As(),n===t&&(n=sc(),n===t&&(n=nc(),n===t&&(n=ic(),n===t&&(n=u,l=u,m++,p=Cs(),m--,p===t?l=void 0:(u=l,l=t),l!==t?(p=u,m++,f=oc(),m--,f===t?p=void 0:(u=p,p=t),p!==t?(f=u,m++,v=jt(),m--,v===t?f=void 0:(u=f,f=t),f!==t?(r.length>u?(v=r.charAt(u),u++):(v=t,m===0&&E(Va)),v!==t?(P=n,n=v):(u=n,n=t)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t))))),n}function ic(){let n,l;return n=u,r.charCodeAt(u)===42?(l=z,u++):(l=t,m===0&&E(Wa)),l!==t&&(P=n,l=Ol()),n=l,n}function Rt(){let n,l,p,f,v;for(n=u,l=[],p=O();p!==t;)l.push(p),p=O();if(p=jt(),p!==t){for(f=[],v=O();v!==t;)f.push(v),v=O();P=n,n=Pl(l,p,f)}else u=n,n=t;if(n===t)for(n=[],l=O();l!==t;)n.push(l),l=O();return n}function As(){let n,l;return n=u,r.substr(u,2)===Y?(l=Y,u+=2):(l=t,m===0&&E(Ga)),l!==t&&(P=n,l=Tl()),n=l,n===t&&(n=u,r.substr(u,2)===H?(l=H,u+=2):(l=t,m===0&&E(Ya)),l!==t&&(P=n,l=Ll()),n=l,n===t&&(n=u,r.substr(u,2)===ut?(l=ut,u+=2):(l=t,m===0&&E(Za)),l!==t&&(P=n,l=Dl()),n=l)),n}function sc(){let n,l,p;return n=u,r.charCodeAt(u)===92?(l=ce,u++):(l=t,m===0&&E(ti)),l!==t?(p=Cs(),p!==t?(P=n,n=p):(u=n,n=t)):(u=n,n=t),n}function nc(){let n,l,p;return n=u,r.charCodeAt(u)===92?(l=ce,u++):(l=t,m===0&&E(ti)),l!==t?(p=r.substr(u,2),p.toLowerCase()===w?u+=2:(p=t,m===0&&E(gs)),p===t&&(p=r.substr(u,3),p.toLowerCase()===S?u+=3:(p=t,m===0&&E(bs)),p===t&&(p=r.substr(u,3),p.toLowerCase()===A?u+=3:(p=t,m===0&&E(ys)))),p!==t?(P=n,n=p):(u=n,n=t)):(u=n,n=t),n}function oc(){let n;return n=ni(),n===t&&(n=oi(),n===t&&(n=ai())),n}function Cs(){let n;return n=r.charAt(u),Da.test(n)?u++:(n=t,m===0&&E(Ja)),n}function Os(){let n,l;return n=u,r.substr(u,2)===ge?(l=ge,u+=2):(l=t,m===0&&E(Ka)),l!==t&&(P=n,l=Nl()),n=l,n}function ac(){let n,l;return n=u,r.substr(u,2)===Be?(l=Be,u+=2):(l=t,m===0&&E(Xa)),l!==t&&(P=n,l=Ml()),n=l,n===t&&(n=u,r.substr(u,2)===X?(l=X,u+=2):(l=t,m===0&&E(el)),l!==t&&(P=n,l=zl()),n=l,n===t&&(n=u,r.charCodeAt(u)===60?(l=ir,u++):(l=t,m===0&&E(tl)),l!==t&&(P=n,l=Il()),n=l,n===t&&(n=u,r.charCodeAt(u)===62?(l=pt,u++):(l=t,m===0&&E(rl)),l!==t&&(P=n,l=Rl()),n=l))),n}function O(){let n;return m++,n=r.charAt(u),Na.test(n)?u++:(n=t,m===0&&E(sl)),m--,n===t&&m===0&&E(il),n}function jt(){let n,l,p;return n=u,P=u,l=jl(),l?l=void 0:l=t,l!==t?(r.substr(u,14)===ht?(p=ht,u+=14):(p=t,m===0&&E(nl)),p!==t?(P=n,n=Bl()):(u=n,n=t)):(u=n,n=t),n}const{errorOnLuceneSyntax:Ac,parseCursor:lc,cursorSymbol:cc,allowLeadingWildcards:uc=!0,helpers:{nodeTypes:He}}=s,ee=He.function.buildNodeWithArgumentNodes,ke=He.literal.buildNode,pc=He.wildcard.buildNode,Ps=He.namedArg.buildNode,{wildcardSymbol:ui}=He.wildcard;Nt=d();const pi=Nt!==t&&u===r.length;function Ts(){throw Nt!==t&&u<r.length&&E(Ql()),Vl(or,re<r.length?Hl(re):null,re<r.length?ar(re,re+1):ar(re,re))}if(s.peg$library)return{peg$result:Nt,peg$currPos:u,peg$FAILED:t,peg$maxFailExpected:or,peg$maxFailPos:re,peg$success:pi,peg$throw:pi?void 0:Ts};if(pi)return Nt;Ts()}return{StartRules:["start","Literal"],SyntaxError:i,parse:e}}(),Mr=(i,e={},r=Yt)=>{if(typeof i>"u")throw new Error("expression must be a string, got undefined instead");return r(i,{...e,helpers:{nodeTypes:ae}})},Je=(i,e={})=>Mr(i,{...e,startRule:"Literal"},Yt),Zt=(i,e={})=>{try{return Mr(i,e,Yt)}catch(r){throw r.name==="SyntaxError"?new Fi(r,i):r}},kn=i=>{try{return Mr(i,{errorOnLuceneSyntax:!0},Yt),!1}catch(e){return e.message.startsWith("Lucene")}},F=(i,e,r,s)=>(e=void 0,!i||!i.type||!ae[i.type]?F(ae.function.buildNode("and",[]),e):ae[i.type].toOpenSearchQuery(i,e,r,s)),he="@kuery-wildcard@";function En(i){return i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function An(i){return i.replace(/[+-=&|><!(){}[\]^"~*?:\\/]/g,"\\$&")}function Cn(i){return i.includes(he)?{type:"wildcard",value:i}:Je(i)}function Qi(i,e){const{value:r}=i,s=r.split(he).map(En).join("[\\s\\S]*");return new RegExp(`^${s}$`).test(e)}function On(i){const{value:e}=i;return e.split(he).join("*")}function zr(i){const{value:e}=i;return e.split(he).map(An).join("*")}function Pn(i){const{value:e}=i;return e.startsWith(he)&&e.replace(he,"").length>0}const Tn=Object.freeze(Object.defineProperty({__proto__:null,buildNode:Cn,hasLeadingWildcard:Pn,test:Qi,toOpenSearchQuery:On,toQueryStringQuery:zr,wildcardSymbol:he},Symbol.toStringTag,{value:"Module"}));function Ir(i,e){if(!e)return[];if(i.type==="literal"){const r=Nr(i),s=e.fields.find(t=>t.name===r);return s?[s]:[]}else if(i.type==="wildcard")return e.fields.filter(s=>Qi(i,s.name))}function hc(i){return i}function qi(i,e,r){const s={...i,value:r?`${r}.${i.value}`:i.value};if(!e||s.type==="wildcard"&&!r)return s;const a=Ir(s,e).reduce((o,d)=>{const c=d.subType&&d.subType.nested?d.subType.nested.path:void 0;return r&&!c?[...o,`${d.name} is not a nested field but is in nested group "${r}" in the DQL expression.`]:c&&!r?[...o,`${d.name} is a nested field, but is not in a nested group in the DQL expression.`]:c!==r?[...o,`Nested field ${d.name} is being queried with the incorrect nested path. The correct path is ${d.subType.nested.path}.`]:o},[]);if(a.length>0)throw new Error(a.join(`
|
|
788
|
-
`));return s}function Ln(
|
|
784
|
+
at `+b}return t}static buildMessage(s,t){function a(S){return S.codePointAt(0).toString(16).toUpperCase()}const o=Object.prototype.hasOwnProperty.call(RegExp.prototype,"unicode")?new RegExp("[\\p{C}\\p{Mn}\\p{Mc}]","gu"):null;function d(S){return o?S.replace(o,A=>"\\u{"+a(A)+"}"):S}function c(S){return d(S.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,A=>"\\x0"+a(A)).replace(/[\x10-\x1F\x7F-\x9F]/g,A=>"\\x"+a(A)))}function b(S){return d(S.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,A=>"\\x0"+a(A)).replace(/[\x10-\x1F\x7F-\x9F]/g,A=>"\\x"+a(A)))}const _={literal(S){return'"'+c(S.text)+'"'},class(S){const A=S.parts.map(L=>Array.isArray(L)?b(L[0])+"-"+b(L[1]):b(L));return"["+(S.inverted?"^":"")+A.join("")+"]"+(S.unicode?"u":"")},any(){return"any character"},end(){return"end of input"},other(S){return S.description}};function y(S){return _[S.type](S)}function C(S){const A=S.map(y);if(A.sort(),A.length>0){let L=1;for(let N=1;N<A.length;N++)A[N-1]!==A[N]&&(A[L]=A[N],L++);A.length=L}switch(A.length){case 1:return A[0];case 2:return A[0]+" or "+A[1];default:return A.slice(0,-1).join(", ")+", or "+A[A.length-1]}}function w(S){return S?'"'+c(S)+'"':"end of input"}return"Expected "+C(s)+" but "+w(t)+" found."}}function e(i,s){s=s!==void 0?s:{};const t={},a=s.grammarSource,o={start:ms,Literal:lr};let d=ms;const c="(",b=")",_=":",y="{",C="}",w="or",S="and",A="not",L=".",N='"',ce="\\",z="*",Y="\\t",H="\\r",ut="\\n",ge="<@",Be="<=",X=">=",ri="<",pt=">",ht="©kuery-cursor©",Dt=/^[0-9]/,xe=/^[\\"]/,La=/^[^"]/,Da=/^[\\():<>"*{}]/,Na=/^[ \t\r\n]/,hs=j("(",!1),ds=j(")",!1),fs=j(":",!1),Ma=j("{",!1),za=j("}",!1),Ia=Ue("fieldName"),Ra=Ue("value"),ja=Ue("OR"),gs=j("or",!0),Ba=Ue("AND"),bs=j("and",!0),Ua=Ue("NOT"),ys=j("not",!0),Ha=Ue("literal"),Fa=j(".",!1),si=zt([["0","9"]],!1,!1,!1),ni=j('"',!1),tr=j("\\",!1),Qa=zt(["\\",'"'],!1,!1,!1),qa=zt(['"'],!0,!1,!1),Va=Fl(),Wa=j("*",!1),Ga=j("\\t",!1),Ya=j("\\r",!1),Za=j("\\n",!1),Ja=zt(["\\","(",")",":","<",">",'"',"*","{","}"],!1,!1,!1),Ka=j("<@",!1),Xa=j("<=",!1),el=j(">=",!1),tl=j("<",!1),il=j(">",!1),rl=Ue("whitespace"),sl=zt([" "," ","\r",`
|
|
785
|
+
`],!1,!1,!1),nl=j("©kuery-cursor©",!1);function ol(n,l){return l.type==="cursor"?{...l,suggestionTypes:["conjunction"],rule:"start"}:n!==null?n:He.function.buildNode("is","*","*")}function al(n,l){const p=[n,l].find(f=>f.type==="cursor");return p||ee("or",[n,l])}function ll(n,l){const p=[n,l].find(f=>f.type==="cursor");return p||ee("and",[n,l])}function cl(n){return n.type==="cursor"?n:ee("not",[n])}function ul(n,l){return l.type==="cursor"?{...l,suggestionTypes:["conjunction"],rule:"SubQuery"}:n}function pl(n,l,p){return l.type==="cursor"?{...l,nestedPath:l.nestedPath?`${n.value}.${l.nestedPath}`:n.value}:p.type==="cursor"?{...p,suggestionTypes:["conjunction"]}:ee("nested",[n,l])}function hl(n,l,p){return p.type==="cursor"?{...p,fieldName:n.value,suggestionTypes:["geo_value","conjunction"],rule:"FieldGeoSpatialExpression"}:{type:"function",function:"geospatial",arguments:[n,l,p]}}function dl(n,l,p){if(p.type==="cursor")return{...p,fieldName:n.value,suggestionTypes:["geo_value","conjunction"],rule:"FieldMultiGeoSpatialExpression"};Ps(l,p(n));const f=p(n);return f.function=="is"?ee("geospatial",[n,l,f.arguments[1]]):{...f,arguments:f.arguments.map(v=>ee("geospatial",{type:"function",function:"geospatial",arguments:[n,l,v.arguments[1]]}))}}function fl(n,l,p){if(p.type==="cursor")return{...p,fieldName:n.value,suggestionTypes:["value","conjunction"],rule:"FieldRangeExpression"};const f=Ps(l,p);return ee("range",[n,f])}function gl(n,l){return l.type==="cursor"?l.prefix.includes(ur)?{...l,fieldName:n.value,suggestionTypes:["conjunction"],rule:"FieldValueExpression"}:{...l,fieldName:n.value,suggestionTypes:["value","conjunction"],rule:"FieldValueExpression"}:l(n)}function bl(n){if(n.type==="cursor"){const p=`${n.prefix}${n.suffix}`.trim();return{...n,fieldName:p,suggestionTypes:["field","operator","conjunction"],rule:"ValueExpression"}}const l=ke(null);return n(l)}function yl(n,l){return l.type==="cursor"?{...l,suggestionTypes:["conjunction"],rule:"ListOfValues"}:n}function vl(n,l){const p=[n,l].find(f=>f.type==="cursor");return p?{...p,suggestionTypes:["value"],rule:"OrListOfValues"}:f=>ee("or",[n(f),l(f)])}function ml(n,l){const p=[n,l].find(f=>f.type==="cursor");return p?{...p,suggestionTypes:["value"],rule:"AndListOfValues"}:f=>ee("and",[n(f),l(f)])}function $l(n){return n.type==="cursor"?{...list,suggestionTypes:["value"],rule:"NotListOfValues"}:l=>ee("not",[n(l)])}function _l(n){if(n.type==="cursor")return n;const l=ke(!0);return p=>ee("is",[p,n,l])}function wl(n){if(n.type==="cursor")return n;!uc&&n.type==="wildcard"&&He.wildcard.hasLeadingWildcard(n)&&Ul("Leading wildcards are disabled. See query:allowLeadingWildcards in Advanced Settings.");const l=ke(!1);return p=>ee("is",[p,n,l])}function Sl(){return parseFloat(Mt())}function xl(){return parseInt(Mt(),10)}function kl(n,l,p){const{start:f,end:v}=ir();return{type:"cursor",start:f.offset,end:v.offset-l.length,prefix:n.join(""),suffix:p.join(""),text:Mt().replace(l,""),rule:"QuotedString"}}function El(n){return ke(n.join(""))}function wc(n){return n}function Sc(n){return n}function Al(n,l,p){const{start:f,end:v}=ir();return{type:"cursor",start:f.offset,end:v.offset-l.length,prefix:n.join(""),suffix:p.join(""),text:Mt().replace(l,""),rule:"UnquotedLiteral"}}function Cl(n){const l=n.join("").trim();return l==="null"?ke(null):l==="true"?ke(!0):l==="false"?ke(!1):n.includes(ur)?pc(l):ke(/^(-?[1-9]+\d*([.]\d+)?)$|^(-?0[.]\d*[1-9]+)$|^0$|^0.0$|^[.]\d{1,}$/.test(l)?isFinite(l)&&(l>Number.MAX_SAFE_INTEGER||l<Number.MIN_SAFE_INTEGER)?BigInt(l):Number(l):l)}function xc(n){return n}function Ol(){return ur}function Pl(n,l,p){const{start:f,end:v}=ir();return{type:"cursor",start:f.offset,end:v.offset-l.length,prefix:n.join(""),suffix:p.join(""),text:Mt().replace(l,""),rule:"OptionalSpace"}}function Tl(){return" "}function Ll(){return"\r"}function Dl(){return`
|
|
786
|
+
`}function kc(n){return n}function Ec(n){return n}function Nl(){return"within"}function Ml(){return"lte"}function zl(){return"gte"}function Il(){return"lt"}function Rl(){return"gt"}function jl(){return lc}function Bl(){return cc}let u=s.peg$currPos|0,P=u;const dt=[{line:1,column:1}];let ie=u,oi=s.peg$maxFailExpected||[],m=s.peg$silentFails|0,Nt;if(s.startRule){if(!(s.startRule in o))throw new Error(`Can't start parsing from rule "`+s.startRule+'".');d=o[s.startRule]}function Mt(){return i.substring(P,u)}function ir(){return ai(P,u)}function Ul(n,l){throw l=l!==void 0?l:ai(P,u),ql(n,l)}function Hl(n=u){const l=i.codePointAt(n);return l===void 0?"":String.fromCodePoint(l)}function j(n,l){return{type:"literal",text:n,ignoreCase:l}}function zt(n,l,p,f){return{type:"class",parts:n,inverted:l,ignoreCase:p,unicode:f}}function Fl(){return{type:"any"}}function Ql(){return{type:"end"}}function Ue(n){return{type:"other",description:n}}function vs(n){let l=dt[n],p;if(l)return l;if(n>=dt.length)p=dt.length-1;else for(p=n;!dt[--p];);for(l=dt[p],l={line:l.line,column:l.column};p<n;)i.charCodeAt(p)===10?(l.line++,l.column=1):l.column++,p++;return dt[n]=l,l}function ai(n,l,p){const f=vs(n),v=vs(l);return{source:a,start:{offset:n,line:f.line,column:f.column},end:{offset:l,line:v.line,column:v.column}}}function E(n){u<ie||(u>ie&&(ie=u,oi=[]),oi.push(n))}function ql(n,l){return new r(n,null,null,l)}function Vl(n,l,p){return new r(r.buildMessage(n,l),n,l,p)}function ms(){let n,l,p,f;for(n=u,l=[],p=O();p!==t;)l.push(p),p=O();return p=li(),p===t&&(p=null),f=Rt(),f!==t?(P=n,n=ol(p,f)):(u=n,n=t),n}function li(){let n,l,p,f;return n=u,l=rr(),l!==t?(p=nr(),p!==t?(f=li(),f!==t?(P=n,n=al(l,f)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t),n===t&&(n=rr()),n}function rr(){let n,l,p,f;return n=u,l=$s(),l!==t?(p=or(),p!==t?(f=rr(),f!==t?(P=n,n=ll(l,f)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t),n===t&&(n=$s()),n}function $s(){let n,l,p;return n=u,l=ar(),l!==t?(p=_s(),p!==t?(P=n,n=cl(p)):(u=n,n=t)):(u=n,n=t),n===t&&(n=_s()),n}function _s(){let n,l,p,f,v,k;if(n=u,i.charCodeAt(u)===40?(l=c,u++):(l=t,m===0&&E(hs)),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();f=li(),f!==t?(v=Rt(),v!==t?(i.charCodeAt(u)===41?(k=b,u++):(k=t,m===0&&E(ds)),k!==t?(P=n,n=ul(f,v)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t)}else u=n,n=t;return n===t&&(n=Wl()),n}function Wl(){let n,l,p,f,v,k,Ls,Fe,hr,dr;if(n=u,l=It(),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();if(i.charCodeAt(u)===58?(f=_,u++):(f=t,m===0&&E(fs)),f!==t){for(v=[],k=O();k!==t;)v.push(k),k=O();if(i.charCodeAt(u)===123?(k=y,u++):(k=t,m===0&&E(Ma)),k!==t){for(Ls=[],Fe=O();Fe!==t;)Ls.push(Fe),Fe=O();Fe=li(),Fe!==t?(hr=Rt(),hr!==t?(i.charCodeAt(u)===125?(dr=C,u++):(dr=t,m===0&&E(za)),dr!==t?(P=n,n=pl(l,Fe,hr)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t)}else u=n,n=t}else u=n,n=t}else u=n,n=t;return n===t&&(n=Gl()),n}function Gl(){let n;return n=Yl(),n===t&&(n=Zl(),n===t&&(n=Jl(),n===t&&(n=Kl(),n===t&&(n=Xl())))),n}function It(){let n;return m++,n=lr(),m--,n===t&&m===0&&E(Ia),n}function Yl(){let n,l,p,f,v,k;if(n=u,l=It(),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();if(f=Os(),f!==t){for(v=[],k=O();k!==t;)v.push(k),k=O();k=lr(),k!==t?(P=n,n=hl(l,f,k)):(u=n,n=t)}else u=n,n=t}else u=n,n=t;return n}function Zl(){let n,l,p,f,v,k;if(n=u,l=It(),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();if(f=Os(),f!==t){for(v=[],k=O();k!==t;)v.push(k),k=O();k=ci(),k!==t?(P=n,n=dl(l,f,k)):(u=n,n=t)}else u=n,n=t}else u=n,n=t;return n}function Jl(){let n,l,p,f,v,k;if(n=u,l=It(),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();if(f=ac(),f!==t){for(v=[],k=O();k!==t;)v.push(k),k=O();k=ic(),k!==t?(P=n,n=fl(l,f,k)):(u=n,n=t)}else u=n,n=t}else u=n,n=t;return n}function Kl(){let n,l,p,f,v,k;if(n=u,l=It(),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();if(i.charCodeAt(u)===58?(f=_,u++):(f=t,m===0&&E(fs)),f!==t){for(v=[],k=O();k!==t;)v.push(k),k=O();k=ci(),k!==t?(P=n,n=gl(l,k)):(u=n,n=t)}else u=n,n=t}else u=n,n=t;return n}function Xl(){let n,l;return n=u,l=xs(),l!==t&&(P=n,l=bl(l)),n=l,n}function ci(){let n,l,p,f,v,k;if(n=u,i.charCodeAt(u)===40?(l=c,u++):(l=t,m===0&&E(hs)),l!==t){for(p=[],f=O();f!==t;)p.push(f),f=O();f=ws(),f!==t?(v=Rt(),v!==t?(i.charCodeAt(u)===41?(k=b,u++):(k=t,m===0&&E(ds)),k!==t?(P=n,n=yl(f,v)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t)}else u=n,n=t;return n===t&&(n=xs()),n}function ws(){let n,l,p,f;return n=u,l=sr(),l!==t?(p=nr(),p!==t?(f=ws(),f!==t?(P=n,n=vl(l,f)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t),n===t&&(n=sr()),n}function sr(){let n,l,p,f;return n=u,l=Ss(),l!==t?(p=or(),p!==t?(f=sr(),f!==t?(P=n,n=ml(l,f)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t),n===t&&(n=Ss()),n}function Ss(){let n,l,p;return n=u,l=ar(),l!==t?(p=ci(),p!==t?(P=n,n=$l(p)):(u=n,n=t)):(u=n,n=t),n===t&&(n=ci()),n}function xs(){let n,l;return m++,n=u,l=cr(),l!==t&&(P=n,l=_l(l)),n=l,n===t&&(n=u,l=Es(),l!==t&&(P=n,l=wl(l)),n=l),m--,n===t&&(l=t,m===0&&E(Ra)),n}function nr(){let n,l,p,f,v;if(m++,n=u,l=[],p=O(),p!==t)for(;p!==t;)l.push(p),p=O();else l=t;if(l!==t)if(p=i.substr(u,2),p.toLowerCase()===w?u+=2:(p=t,m===0&&E(gs)),p!==t){if(f=[],v=O(),v!==t)for(;v!==t;)f.push(v),v=O();else f=t;f!==t?(l=[l,p,f],n=l):(u=n,n=t)}else u=n,n=t;else u=n,n=t;return m--,n===t&&(l=t,m===0&&E(ja)),n}function or(){let n,l,p,f,v;if(m++,n=u,l=[],p=O(),p!==t)for(;p!==t;)l.push(p),p=O();else l=t;if(l!==t)if(p=i.substr(u,3),p.toLowerCase()===S?u+=3:(p=t,m===0&&E(bs)),p!==t){if(f=[],v=O(),v!==t)for(;v!==t;)f.push(v),v=O();else f=t;f!==t?(l=[l,p,f],n=l):(u=n,n=t)}else u=n,n=t;else u=n,n=t;return m--,n===t&&(l=t,m===0&&E(Ba)),n}function ar(){let n,l,p,f;if(m++,n=u,l=i.substr(u,3),l.toLowerCase()===A?u+=3:(l=t,m===0&&E(ys)),l!==t){if(p=[],f=O(),f!==t)for(;f!==t;)p.push(f),f=O();else p=t;p!==t?(l=[l,p],n=l):(u=n,n=t)}else u=n,n=t;return m--,n===t&&(l=t,m===0&&E(Ua)),n}function lr(){let n;return m++,n=cr(),n===t&&(n=Es()),m--,n===t&&m===0&&E(Ha),n}function ec(){let n;return n=tc(),n===t&&(n=ks()),n}function tc(){let n,l,p,f,v;if(n=u,l=ks(),l!==t)if(i.charCodeAt(u)===46?(p=L,u++):(p=t,m===0&&E(Fa)),p!==t){if(f=[],v=i.charAt(u),Dt.test(v)?u++:(v=t,m===0&&E(si)),v!==t)for(;v!==t;)f.push(v),v=i.charAt(u),Dt.test(v)?u++:(v=t,m===0&&E(si));else f=t;f!==t?(P=n,n=Sl()):(u=n,n=t)}else u=n,n=t;else u=n,n=t;return n}function ks(){let n,l,p;if(n=u,l=[],p=i.charAt(u),Dt.test(p)?u++:(p=t,m===0&&E(si)),p!==t)for(;p!==t;)l.push(p),p=i.charAt(u),Dt.test(p)?u++:(p=t,m===0&&E(si));else l=t;return l!==t&&(P=n,l=xl()),n=l,n}function cr(){let n,l,p,f,v,k;if(n=u,i.charCodeAt(u)===34?(l=N,u++):(l=t,m===0&&E(ni)),l!==t){for(p=[],f=ft();f!==t;)p.push(f),f=ft();if(f=jt(),f!==t){for(v=[],k=ft();k!==t;)v.push(k),k=ft();i.charCodeAt(u)===34?(k=N,u++):(k=t,m===0&&E(ni)),k!==t?(P=n,n=kl(p,f,v)):(u=n,n=t)}else u=n,n=t}else u=n,n=t;if(n===t)if(n=u,i.charCodeAt(u)===34?(l=N,u++):(l=t,m===0&&E(ni)),l!==t){for(p=[],f=ft();f!==t;)p.push(f),f=ft();i.charCodeAt(u)===34?(f=N,u++):(f=t,m===0&&E(ni)),f!==t?(P=n,n=El(p)):(u=n,n=t)}else u=n,n=t;return n}function ic(){let n;return n=ec(),n===t&&(n=cr(),n===t&&(n=Rt())),n}function ft(){let n,l,p;return n=As(),n===t&&(n=u,i.charCodeAt(u)===92?(l=ce,u++):(l=t,m===0&&E(tr)),l!==t?(p=i.charAt(u),xe.test(p)?u++:(p=t,m===0&&E(Qa)),p!==t?(P=n,n=p):(u=n,n=t)):(u=n,n=t),n===t&&(n=u,l=u,m++,p=jt(),m--,p===t?l=void 0:(u=l,l=t),l!==t?(p=i.charAt(u),La.test(p)?u++:(p=t,m===0&&E(qa)),p!==t?(P=n,n=p):(u=n,n=t)):(u=n,n=t))),n}function Es(){let n,l,p,f,v;for(n=u,l=[],p=gt();p!==t;)l.push(p),p=gt();if(p=jt(),p!==t){for(f=[],v=gt();v!==t;)f.push(v),v=gt();P=n,n=Al(l,p,f)}else u=n,n=t;if(n===t){if(n=u,l=[],p=gt(),p!==t)for(;p!==t;)l.push(p),p=gt();else l=t;l!==t&&(P=n,l=Cl(l)),n=l}return n}function gt(){let n,l,p,f,v;return n=As(),n===t&&(n=sc(),n===t&&(n=nc(),n===t&&(n=rc(),n===t&&(n=u,l=u,m++,p=Cs(),m--,p===t?l=void 0:(u=l,l=t),l!==t?(p=u,m++,f=oc(),m--,f===t?p=void 0:(u=p,p=t),p!==t?(f=u,m++,v=jt(),m--,v===t?f=void 0:(u=f,f=t),f!==t?(i.length>u?(v=i.charAt(u),u++):(v=t,m===0&&E(Va)),v!==t?(P=n,n=v):(u=n,n=t)):(u=n,n=t)):(u=n,n=t)):(u=n,n=t))))),n}function rc(){let n,l;return n=u,i.charCodeAt(u)===42?(l=z,u++):(l=t,m===0&&E(Wa)),l!==t&&(P=n,l=Ol()),n=l,n}function Rt(){let n,l,p,f,v;for(n=u,l=[],p=O();p!==t;)l.push(p),p=O();if(p=jt(),p!==t){for(f=[],v=O();v!==t;)f.push(v),v=O();P=n,n=Pl(l,p,f)}else u=n,n=t;if(n===t)for(n=[],l=O();l!==t;)n.push(l),l=O();return n}function As(){let n,l;return n=u,i.substr(u,2)===Y?(l=Y,u+=2):(l=t,m===0&&E(Ga)),l!==t&&(P=n,l=Tl()),n=l,n===t&&(n=u,i.substr(u,2)===H?(l=H,u+=2):(l=t,m===0&&E(Ya)),l!==t&&(P=n,l=Ll()),n=l,n===t&&(n=u,i.substr(u,2)===ut?(l=ut,u+=2):(l=t,m===0&&E(Za)),l!==t&&(P=n,l=Dl()),n=l)),n}function sc(){let n,l,p;return n=u,i.charCodeAt(u)===92?(l=ce,u++):(l=t,m===0&&E(tr)),l!==t?(p=Cs(),p!==t?(P=n,n=p):(u=n,n=t)):(u=n,n=t),n}function nc(){let n,l,p;return n=u,i.charCodeAt(u)===92?(l=ce,u++):(l=t,m===0&&E(tr)),l!==t?(p=i.substr(u,2),p.toLowerCase()===w?u+=2:(p=t,m===0&&E(gs)),p===t&&(p=i.substr(u,3),p.toLowerCase()===S?u+=3:(p=t,m===0&&E(bs)),p===t&&(p=i.substr(u,3),p.toLowerCase()===A?u+=3:(p=t,m===0&&E(ys)))),p!==t?(P=n,n=p):(u=n,n=t)):(u=n,n=t),n}function oc(){let n;return n=nr(),n===t&&(n=or(),n===t&&(n=ar())),n}function Cs(){let n;return n=i.charAt(u),Da.test(n)?u++:(n=t,m===0&&E(Ja)),n}function Os(){let n,l;return n=u,i.substr(u,2)===ge?(l=ge,u+=2):(l=t,m===0&&E(Ka)),l!==t&&(P=n,l=Nl()),n=l,n}function ac(){let n,l;return n=u,i.substr(u,2)===Be?(l=Be,u+=2):(l=t,m===0&&E(Xa)),l!==t&&(P=n,l=Ml()),n=l,n===t&&(n=u,i.substr(u,2)===X?(l=X,u+=2):(l=t,m===0&&E(el)),l!==t&&(P=n,l=zl()),n=l,n===t&&(n=u,i.charCodeAt(u)===60?(l=ri,u++):(l=t,m===0&&E(tl)),l!==t&&(P=n,l=Il()),n=l,n===t&&(n=u,i.charCodeAt(u)===62?(l=pt,u++):(l=t,m===0&&E(il)),l!==t&&(P=n,l=Rl()),n=l))),n}function O(){let n;return m++,n=i.charAt(u),Na.test(n)?u++:(n=t,m===0&&E(sl)),m--,n===t&&m===0&&E(rl),n}function jt(){let n,l,p;return n=u,P=u,l=jl(),l?l=void 0:l=t,l!==t?(i.substr(u,14)===ht?(p=ht,u+=14):(p=t,m===0&&E(nl)),p!==t?(P=n,n=Bl()):(u=n,n=t)):(u=n,n=t),n}const{errorOnLuceneSyntax:Ac,parseCursor:lc,cursorSymbol:cc,allowLeadingWildcards:uc=!0,helpers:{nodeTypes:He}}=s,ee=He.function.buildNodeWithArgumentNodes,ke=He.literal.buildNode,pc=He.wildcard.buildNode,Ps=He.namedArg.buildNode,{wildcardSymbol:ur}=He.wildcard;Nt=d();const pr=Nt!==t&&u===i.length;function Ts(){throw Nt!==t&&u<i.length&&E(Ql()),Vl(oi,ie<i.length?Hl(ie):null,ie<i.length?ai(ie,ie+1):ai(ie,ie))}if(s.peg$library)return{peg$result:Nt,peg$currPos:u,peg$FAILED:t,peg$maxFailExpected:oi,peg$maxFailPos:ie,peg$success:pr,peg$throw:pr?void 0:Ts};if(pr)return Nt;Ts()}return{StartRules:["start","Literal"],SyntaxError:r,parse:e}}(),Mi=(r,e={},i=Yt)=>{if(typeof r>"u")throw new Error("expression must be a string, got undefined instead");return i(r,{...e,helpers:{nodeTypes:ae}})},Je=(r,e={})=>Mi(r,{...e,startRule:"Literal"},Yt),Zt=(r,e={})=>{try{return Mi(r,e,Yt)}catch(i){throw i.name==="SyntaxError"?new Fr(i,r):i}},kn=r=>{try{return Mi(r,{errorOnLuceneSyntax:!0},Yt),!1}catch(e){return e.message.startsWith("Lucene")}},F=(r,e,i,s)=>(e=void 0,!r||!r.type||!ae[r.type]?F(ae.function.buildNode("and",[]),e):ae[r.type].toOpenSearchQuery(r,e,i,s)),he="@kuery-wildcard@";function En(r){return r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function An(r){return r.replace(/[+-=&|><!(){}[\]^"~*?:\\/]/g,"\\$&")}function Cn(r){return r.includes(he)?{type:"wildcard",value:r}:Je(r)}function Qr(r,e){const{value:i}=r,s=i.split(he).map(En).join("[\\s\\S]*");return new RegExp(`^${s}$`).test(e)}function On(r){const{value:e}=r;return e.split(he).join("*")}function zi(r){const{value:e}=r;return e.split(he).map(An).join("*")}function Pn(r){const{value:e}=r;return e.startsWith(he)&&e.replace(he,"").length>0}const Tn=Object.freeze(Object.defineProperty({__proto__:null,buildNode:Cn,hasLeadingWildcard:Pn,test:Qr,toOpenSearchQuery:On,toQueryStringQuery:zi,wildcardSymbol:he},Symbol.toStringTag,{value:"Module"}));function Ii(r,e){if(!e)return[];if(r.type==="literal"){const i=Ni(r),s=e.fields.find(t=>t.name===i);return s?[s]:[]}else if(r.type==="wildcard")return e.fields.filter(s=>Qr(r,s.name))}function hc(r){return r}function qr(r,e,i){const s={...r,value:i?`${i}.${r.value}`:r.value};if(!e||s.type==="wildcard"&&!i)return s;const a=Ii(s,e).reduce((o,d)=>{const c=d.subType&&d.subType.nested?d.subType.nested.path:void 0;return i&&!c?[...o,`${d.name} is not a nested field but is in nested group "${i}" in the DQL expression.`]:c&&!i?[...o,`${d.name} is a nested field, but is not in a nested group in the DQL expression.`]:c!==i?[...o,`Nested field ${d.name} is being queried with the incorrect nested path. The correct path is ${d.subType.nested.path}.`]:o},[]);if(a.length>0)throw new Error(a.join(`
|
|
787
|
+
`));return s}function Ln(r,e,i=!1){if(r===void 0)throw new Error("fieldName is a required argument");if(e===void 0)throw new Error("value is a required argument");const s=typeof r=="string"?Je(r):Ze(r),t=typeof e=="string"?Je(e):Ze(e),a=Ze(i);return{arguments:[s,t,a]}}function Dn(r,e,i={},s={}){const{arguments:[t,a,o]}=r,d=qr(t,e,s!=null&&s.nested?s.nested.path:void 0),c=F(d),b=a!==void 0?F(a):a,_=o.value?"phrase":"best_fields";if(d.value===null)return a.type==="wildcard"?{query_string:{query:zi(a)}}:{multi_match:{type:_,query:b,lenient:!0}};const y=e?Ii(d,e):[];y&&y.length===0&&y.push({name:F(d),scripted:!1,type:""});const C=a.type==="wildcard"&&b==="*",w=d.type==="wildcard"&&c==="*"||y&&e&&y.length===e.fields.length;return C&&w?{match_all:{}}:{bool:{should:y.reduce((L,N)=>{const ce=z=>{var Y;return d.type!=="wildcard"||!((Y=N.subType)!=null&&Y.nested)||s!=null&&s.nested?z:{nested:{path:N.subType.nested.path,query:z,score_mode:"none"}}};if(N.scripted)return[];if(C)return[...L,ce({exists:{field:N.name}})];if(a.type==="wildcard")return[...L,ce({query_string:{fields:[N.name],query:zi(a)}})];if(N.type==="date"){const z=i.dateFormatTZ?{time_zone:i.dateFormatTZ}:{};return[...L,ce({range:{[N.name]:{gte:b,lte:b,...z}}})]}else{const z=_==="phrase"?"match_phrase":"match";return[...L,ce({[z]:{[N.name]:b}})]}},[])||[],minimum_should_match:1}}}const Nn=Object.freeze(Object.defineProperty({__proto__:null,buildNodeParams:Ln,toOpenSearchQuery:Dn},Symbol.toStringTag,{value:"Module"}));function Mn(r){return{arguments:r}}function zn(r,e,i={},s={}){return{bool:{filter:(r.arguments||[]).map(a=>F(a,e,i,s))}}}const In=Object.freeze(Object.defineProperty({__proto__:null,buildNodeParams:Mn,toOpenSearchQuery:zn},Symbol.toStringTag,{value:"Module"}));function Rn(r){return{arguments:r}}function jn(r,e,i={},s={}){return{bool:{should:(r.arguments||[]).map(a=>F(a,e,i,s)),minimum_should_match:1}}}const Bn=Object.freeze(Object.defineProperty({__proto__:null,buildNodeParams:Rn,toOpenSearchQuery:jn},Symbol.toStringTag,{value:"Module"}));function Un(r){return{arguments:[r]}}function Hn(r,e,i={},s={}){const[t]=r.arguments;return{bool:{must_not:F(t,e,i,s)}}}const Fn=Object.freeze(Object.defineProperty({__proto__:null,buildNodeParams:Un,toOpenSearchQuery:Hn},Symbol.toStringTag,{value:"Module"}));function Qn(r,...e){let i={};for(let s of e)i[s]=r[s];return i}function qn(r,e){const i=Qn(e,"gt","lt","gte","lte","format"),s=typeof r=="string"?Je(r):ae.literal.buildNode(r),t=Object.entries(i).map(a=>{let[o,d]=a;return ae.namedArg.buildNode(o,d)});return{arguments:[s,...t]}}function Vn(r,e,i={},s={}){const[t,...a]=r.arguments,o=qr(t,e,s!=null&&s.nested?s.nested.path:void 0),d=e?Ii(o,e):[],c=Wn(a),b=Object.fromEntries(Object.entries(c).map(([y,C])=>[y,F(C)]));return d&&d.length===0&&d.push({name:F(o),scripted:!1,type:""}),{bool:{should:d.map(y=>{const C=w=>{var S;return o.type!=="wildcard"||!((S=y.subType)!=null&&S.nested)||s.nested?w:{nested:{path:y.subType.nested.path,query:w,score_mode:"none"}}};if(y.scripted)return{};if(y.type==="date"){const w=i.dateFormatTZ?{time_zone:i.dateFormatTZ}:{};return C({range:{[y.name]:{...b,...w}}})}return C({range:{[y.name]:b}})}),minimum_should_match:1}}}function Wn(r){if(r.gt&&r.gte||r.lt&&r.lte)throw new Error("range ends cannot be both inclusive and exclusive");const e=["gte","lte","format"];return r.reduce((i,s,t)=>(s.type==="namedArg"?i[s.name]=s.value:i[e[t]]=s,i),{})}const Gn=Object.freeze(Object.defineProperty({__proto__:null,buildNodeParams:qn,toOpenSearchQuery:Vn},Symbol.toStringTag,{value:"Module"}));function Yn(r){return{arguments:[Ze(r)]}}function Zn(r,e,i={},s={}){const{arguments:[t]}=r,a={...t,value:s!=null&&s.nested?`${s.nested.path}.${t.value}`:t.value},o=Ni(a),d=((e==null?void 0:e.fields)||[]).find(c=>c.name===o);if(d&&d.scripted)throw new Error("Exists query does not support scripted fields");return{exists:{field:o}}}const Jn=Object.freeze(Object.defineProperty({__proto__:null,buildNodeParams:Yn,toOpenSearchQuery:Zn},Symbol.toStringTag,{value:"Module"}));function Kn(r,e){return{arguments:[typeof r=="string"?Je(r):Ze(r),e]}}function Xn(r,e,i={},s={}){var c;const[t,a]=r.arguments,o=F(t),d=(c=s==null?void 0:s.nested)!=null&&c.path?`${s.nested.path}.${o}`:o;return{nested:{path:d,query:F(a,e,i,{...s,nested:{path:d}}),score_mode:"none"}}}const eo=Object.freeze(Object.defineProperty({__proto__:null,buildNodeParams:Kn,toOpenSearchQuery:Xn},Symbol.toStringTag,{value:"Module"}));/* @preserve
|
|
789
788
|
* @terraformer/wkt - v2.2.0 - MIT
|
|
790
789
|
* Copyright (c) 2012-2024 Environmental Systems Research Institute, Inc.
|
|
791
790
|
* Wed May 15 2024 14:35:51 GMT-0700 (Pacific Daylight Time)
|
|
792
|
-
*/var x=function(e,
|
|
791
|
+
*/var x=function(e,i,s,t){for(s=s||{},t=e.length;t--;s[e[t]]=i);return s},Ke=[1,9],Xe=[1,10],et=[1,11],tt=[1,12],it=[1,13],rt=[1,14],st=[1,15],U=[1,60],T=[5,15,19],de=[1,67],oe=[1,73],At=[1,87],Ct=[1,104],D=[15,19],me=[1,110],fe=[1,116],Jt=[1,130],Kt=[1,136],Ot={trace:function(){},yy:{},symbols_:{error:2,expressions:3,point:4,EOF:5,linestring:6,polygon:7,multipoint:8,multilinestring:9,multipolygon:10,geometrycollection:11,coordinate:12,DOUBLE_TOK:13,ptarray:14,COMMA:15,ring_list:16,ring:17,"(":18,")":19,POINT:20,Z:21,ZM:22,M:23,EMPTY:24,point_untagged:25,polygon_list:26,polygon_untagged:27,point_list:28,LINESTRING:29,POLYGON:30,MULTIPOINT:31,MULTILINESTRING:32,MULTIPOLYGON:33,geometry:34,geometry_collection:35,GEOMETRYCOLLECTION:36,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",13:"DOUBLE_TOK",15:"COMMA",18:"(",19:")",20:"POINT",21:"Z",22:"ZM",23:"M",24:"EMPTY",29:"LINESTRING",30:"POLYGON",31:"MULTIPOINT",32:"MULTILINESTRING",33:"MULTIPOLYGON",36:"GEOMETRYCOLLECTION"},productions_:[0,[3,2],[3,2],[3,2],[3,2],[3,2],[3,2],[3,2],[12,2],[12,3],[12,4],[14,3],[14,1],[16,3],[16,1],[17,3],[4,4],[4,5],[4,5],[4,5],[4,2],[25,1],[25,3],[26,3],[26,1],[27,3],[28,3],[28,1],[6,4],[6,5],[6,5],[6,5],[6,2],[7,4],[7,5],[7,5],[7,5],[7,2],[8,4],[8,5],[8,5],[8,5],[8,2],[9,4],[9,5],[9,5],[9,5],[9,2],[10,4],[10,5],[10,5],[10,5],[10,2],[34,1],[34,1],[34,1],[34,1],[34,1],[34,1],[34,1],[35,3],[35,1],[11,4],[11,5],[11,5],[11,5],[11,2]],performAction:function(e,i,s,t,a,o,d){var c=o.length-1;switch(a){case 1:case 2:case 3:case 4:case 5:case 6:case 7:return o[c-1];case 8:this.$=new Pt([Number(o[c-1]),Number(o[c])]);break;case 9:this.$=new Pt([Number(o[c-2]),Number(o[c-1]),Number(o[c])]);break;case 10:this.$=new Pt([Number(o[c-3]),Number(o[c-2]),Number(o[c-1]),Number(o[c])]);break;case 11:case 26:this.$=o[c-2].addPoint(o[c]);break;case 12:case 21:case 27:case 53:case 54:case 55:case 56:case 57:case 58:case 59:this.$=o[c];break;case 13:this.$=o[c-2].addRing(o[c]);break;case 14:this.$=new Ri(o[c]);break;case 15:this.$=new Wr(o[c-1]);break;case 16:this.$={type:"Point",coordinates:o[c-1].data[0]};break;case 17:this.$={type:"Point",coordinates:o[c-1].data[0],properties:{z:!0}};break;case 18:this.$={type:"Point",coordinates:o[c-1].data[0],properties:{z:!0,m:!0}};break;case 19:this.$={type:"Point",coordinates:o[c-1].data[0],properties:{m:!0}};break;case 20:this.$={type:"Point",coordinates:[]};break;case 22:case 25:this.$=o[c-1];break;case 23:this.$=o[c-2].addPolygon(o[c]);break;case 24:this.$=new Bi(o[c]);break;case 28:this.$={type:"LineString",coordinates:o[c-1].data};break;case 29:this.$={type:"LineString",coordinates:o[c-1].data,properties:{z:!0}};break;case 30:this.$={type:"LineString",coordinates:o[c-1].data,properties:{m:!0}};break;case 31:this.$={type:"LineString",coordinates:o[c-1].data,properties:{z:!0,m:!0}};break;case 32:this.$={type:"LineString",coordinates:[]};break;case 33:this.$={type:"Polygon",coordinates:o[c-1].toJSON()};break;case 34:this.$={type:"Polygon",coordinates:o[c-1].toJSON(),properties:{z:!0}};break;case 35:this.$={type:"Polygon",coordinates:o[c-1].toJSON(),properties:{m:!0}};break;case 36:this.$={type:"Polygon",coordinates:o[c-1].toJSON(),properties:{z:!0,m:!0}};break;case 37:this.$={type:"Polygon",coordinates:[]};break;case 38:this.$={type:"MultiPoint",coordinates:o[c-1].data};break;case 39:this.$={type:"MultiPoint",coordinates:o[c-1].data,properties:{z:!0}};break;case 40:this.$={type:"MultiPoint",coordinates:o[c-1].data,properties:{m:!0}};break;case 41:this.$={type:"MultiPoint",coordinates:o[c-1].data,properties:{z:!0,m:!0}};break;case 42:this.$={type:"MultiPoint",coordinates:[]};break;case 43:this.$={type:"MultiLineString",coordinates:o[c-1].toJSON()};break;case 44:this.$={type:"MultiLineString",coordinates:o[c-1].toJSON(),properties:{z:!0}};break;case 45:this.$={type:"MultiLineString",coordinates:o[c-1].toJSON(),properties:{m:!0}};break;case 46:this.$={type:"MultiLineString",coordinates:o[c-1].toJSON(),properties:{z:!0,m:!0}};break;case 47:this.$={type:"MultiLineString",coordinates:[]};break;case 48:this.$={type:"MultiPolygon",coordinates:o[c-1].toJSON()};break;case 49:this.$={type:"MultiPolygon",coordinates:o[c-1].toJSON(),properties:{z:!0}};break;case 50:this.$={type:"MultiPolygon",coordinates:o[c-1].toJSON(),properties:{m:!0}};break;case 51:this.$={type:"MultiPolygon",coordinates:o[c-1].toJSON(),properties:{z:!0,m:!0}};break;case 52:this.$={type:"MultiPolygon",coordinates:[]};break;case 60:this.$=o[c-2].addGeometry(o[c]);break;case 61:this.$=new ji(o[c]);break;case 62:this.$={type:"GeometryCollection",geometries:o[c-1].toJSON()};break;case 63:this.$={type:"GeometryCollection",geometries:o[c-1].toJSON(),properties:{z:!0}};break;case 64:this.$={type:"GeometryCollection",geometries:o[c-1].toJSON(),properties:{m:!0}};break;case 65:this.$={type:"GeometryCollection",geometries:o[c-1].toJSON(),properties:{z:!0,m:!0}};break;case 66:this.$={type:"GeometryCollection",geometries:[]};break}},table:[{3:1,4:2,6:3,7:4,8:5,9:6,10:7,11:8,20:Ke,29:Xe,30:et,31:tt,32:it,33:rt,36:st},{1:[3]},{5:[1,16]},{5:[1,17]},{5:[1,18]},{5:[1,19]},{5:[1,20]},{5:[1,21]},{5:[1,22]},{18:[1,23],21:[1,24],22:[1,25],23:[1,26],24:[1,27]},{18:[1,28],21:[1,29],22:[1,31],23:[1,30],24:[1,32]},{18:[1,33],21:[1,34],22:[1,36],23:[1,35],24:[1,37]},{18:[1,38],21:[1,39],22:[1,41],23:[1,40],24:[1,42]},{18:[1,43],21:[1,44],22:[1,46],23:[1,45],24:[1,47]},{18:[1,48],21:[1,49],22:[1,51],23:[1,50],24:[1,52]},{18:[1,53],21:[1,54],22:[1,56],23:[1,55],24:[1,57]},{1:[2,1]},{1:[2,2]},{1:[2,3]},{1:[2,4]},{1:[2,5]},{1:[2,6]},{1:[2,7]},{12:59,13:U,14:58},{18:[1,61]},{18:[1,62]},{18:[1,63]},x(T,[2,20]),{12:66,13:U,18:de,25:65,28:64},{18:[1,68]},{18:[1,69]},{18:[1,70]},x(T,[2,32]),{16:71,17:72,18:oe},{18:[1,74]},{18:[1,75]},{18:[1,76]},x(T,[2,37]),{12:66,13:U,18:de,25:65,28:77},{18:[1,78]},{18:[1,79]},{18:[1,80]},x(T,[2,42]),{16:81,17:72,18:oe},{18:[1,82]},{18:[1,83]},{18:[1,84]},x(T,[2,47]),{18:At,26:85,27:86},{18:[1,88]},{18:[1,89]},{18:[1,90]},x(T,[2,52]),{4:93,6:94,7:95,8:96,9:97,10:98,11:99,20:Ke,29:Xe,30:et,31:tt,32:it,33:rt,34:92,35:91,36:st},{18:[1,100]},{18:[1,101]},{18:[1,102]},x(T,[2,66]),{15:Ct,19:[1,103]},x(D,[2,12]),{13:[1,105]},{12:59,13:U,14:106},{12:59,13:U,14:107},{12:59,13:U,14:108},{15:me,19:[1,109]},x(D,[2,27]),x(D,[2,21]),{12:111,13:U},{12:66,13:U,18:de,25:65,28:112},{12:66,13:U,18:de,25:65,28:113},{12:66,13:U,18:de,25:65,28:114},{15:fe,19:[1,115]},x(D,[2,14]),{12:59,13:U,14:117},{16:118,17:72,18:oe},{16:119,17:72,18:oe},{16:120,17:72,18:oe},{15:me,19:[1,121]},{12:66,13:U,18:de,25:65,28:122},{12:66,13:U,18:de,25:65,28:123},{12:66,13:U,18:de,25:65,28:124},{15:fe,19:[1,125]},{16:126,17:72,18:oe},{16:127,17:72,18:oe},{16:128,17:72,18:oe},{15:Jt,19:[1,129]},x(D,[2,24]),{16:131,17:72,18:oe},{18:At,26:132,27:86},{18:At,26:133,27:86},{18:At,26:134,27:86},{15:Kt,19:[1,135]},x(D,[2,61]),x(D,[2,53]),x(D,[2,54]),x(D,[2,55]),x(D,[2,56]),x(D,[2,57]),x(D,[2,58]),x(D,[2,59]),{4:93,6:94,7:95,8:96,9:97,10:98,11:99,20:Ke,29:Xe,30:et,31:tt,32:it,33:rt,34:92,35:137,36:st},{4:93,6:94,7:95,8:96,9:97,10:98,11:99,20:Ke,29:Xe,30:et,31:tt,32:it,33:rt,34:92,35:138,36:st},{4:93,6:94,7:95,8:96,9:97,10:98,11:99,20:Ke,29:Xe,30:et,31:tt,32:it,33:rt,34:92,35:139,36:st},x(T,[2,16]),{12:140,13:U},x(D,[2,8],{13:[1,141]}),{15:Ct,19:[1,142]},{15:Ct,19:[1,143]},{15:Ct,19:[1,144]},x(T,[2,28]),{12:66,13:U,18:de,25:145},{19:[1,146]},{15:me,19:[1,147]},{15:me,19:[1,148]},{15:me,19:[1,149]},x(T,[2,33]),{17:150,18:oe},{15:Ct,19:[1,151]},{15:fe,19:[1,152]},{15:fe,19:[1,153]},{15:fe,19:[1,154]},x(T,[2,38]),{15:me,19:[1,155]},{15:me,19:[1,156]},{15:me,19:[1,157]},x(T,[2,43]),{15:fe,19:[1,158]},{15:fe,19:[1,159]},{15:fe,19:[1,160]},x(T,[2,48]),{18:At,27:161},{15:fe,19:[1,162]},{15:Jt,19:[1,163]},{15:Jt,19:[1,164]},{15:Jt,19:[1,165]},x(T,[2,62]),{4:93,6:94,7:95,8:96,9:97,10:98,11:99,20:Ke,29:Xe,30:et,31:tt,32:it,33:rt,34:166,36:st},{15:Kt,19:[1,167]},{15:Kt,19:[1,168]},{15:Kt,19:[1,169]},x(D,[2,11]),x(D,[2,9],{13:[1,170]}),x(T,[2,17]),x(T,[2,18]),x(T,[2,19]),x(D,[2,26]),x(D,[2,22]),x(T,[2,29]),x(T,[2,30]),x(T,[2,31]),x(D,[2,13]),x(D,[2,15]),x(T,[2,34]),x(T,[2,35]),x(T,[2,36]),x(T,[2,39]),x(T,[2,40]),x(T,[2,41]),x(T,[2,44]),x(T,[2,45]),x(T,[2,46]),x(D,[2,23]),x(D,[2,25]),x(T,[2,49]),x(T,[2,50]),x(T,[2,51]),x(D,[2,60]),x(T,[2,63]),x(T,[2,64]),x(T,[2,65]),x(D,[2,10])],defaultActions:{16:[2,1],17:[2,2],18:[2,3],19:[2,4],20:[2,5],21:[2,6],22:[2,7]},parseError:function(e,i){if(i.recoverable)this.trace(e);else{var s=new Error(e);throw s.hash=i,s}},parse:function(e){var i=this,s=[0],t=[null],a=[],o=this.table,d="",c=0,b=0,_=2,y=1,C=a.slice.call(arguments,1),w=Object.create(this.lexer),S={yy:{}};for(var A in this.yy)Object.prototype.hasOwnProperty.call(this.yy,A)&&(S.yy[A]=this.yy[A]);w.setInput(e,S.yy),S.yy.lexer=w,S.yy.parser=this,typeof w.yylloc>"u"&&(w.yylloc={});var L=w.yylloc;a.push(L);var N=w.options&&w.options.ranges;typeof S.yy.parseError=="function"?this.parseError=S.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;for(var ce=function(){var xe;return xe=w.lex()||y,typeof xe!="number"&&(xe=i.symbols_[xe]||xe),xe},z,Y,H,ut,ge={},Be,X,ri,pt;;){if(Y=s[s.length-1],this.defaultActions[Y]?H=this.defaultActions[Y]:((z===null||typeof z>"u")&&(z=ce()),H=o[Y]&&o[Y][z]),typeof H>"u"||!H.length||!H[0]){var ht="";pt=[];for(Be in o[Y])this.terminals_[Be]&&Be>_&&pt.push("'"+this.terminals_[Be]+"'");w.showPosition?ht="Parse error on line "+(c+1)+`:
|
|
793
792
|
`+w.showPosition()+`
|
|
794
|
-
Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error on line "+(c+1)+": Unexpected "+(z==y?"end of input":"'"+(this.terminals_[z]||z)+"'"),this.parseError(ht,{text:w.match,token:this.terminals_[z]||z,line:w.yylineno,loc:L,expected:pt})}if(H[0]instanceof Array&&H.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Y+", token: "+z);switch(H[0]){case 1:s.push(z),t.push(w.yytext),a.push(w.yylloc),s.push(H[1]),z=null,b=w.yyleng,d=w.yytext,c=w.yylineno,L=w.yylloc;break;case 2:if(X=this.productions_[H[1]][1],ge.$=t[t.length-X],ge._$={first_line:a[a.length-(X||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(X||1)].first_column,last_column:a[a.length-1].last_column},N&&(ge._$.range=[a[a.length-(X||1)].range[0],a[a.length-1].range[1]]),ut=this.performAction.apply(ge,[d,b,c,S.yy,H[1],t,a].concat(C)),typeof ut<"u")return ut;X&&(s=s.slice(0,-1*X*2),t=t.slice(0,-1*X),a=a.slice(0,-1*X)),s.push(this.productions_[H[1]][0]),t.push(ge.$),a.push(ge._$),
|
|
795
|
-
`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(
|
|
796
|
-
`+s+"^"},test_match:function(
|
|
797
|
-
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var
|
|
793
|
+
Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error on line "+(c+1)+": Unexpected "+(z==y?"end of input":"'"+(this.terminals_[z]||z)+"'"),this.parseError(ht,{text:w.match,token:this.terminals_[z]||z,line:w.yylineno,loc:L,expected:pt})}if(H[0]instanceof Array&&H.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Y+", token: "+z);switch(H[0]){case 1:s.push(z),t.push(w.yytext),a.push(w.yylloc),s.push(H[1]),z=null,b=w.yyleng,d=w.yytext,c=w.yylineno,L=w.yylloc;break;case 2:if(X=this.productions_[H[1]][1],ge.$=t[t.length-X],ge._$={first_line:a[a.length-(X||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(X||1)].first_column,last_column:a[a.length-1].last_column},N&&(ge._$.range=[a[a.length-(X||1)].range[0],a[a.length-1].range[1]]),ut=this.performAction.apply(ge,[d,b,c,S.yy,H[1],t,a].concat(C)),typeof ut<"u")return ut;X&&(s=s.slice(0,-1*X*2),t=t.slice(0,-1*X),a=a.slice(0,-1*X)),s.push(this.productions_[H[1]][0]),t.push(ge.$),a.push(ge._$),ri=o[s[s.length-2]][s[s.length-1]],s.push(ri);break;case 3:return!0}}return!0}},to=function(){var r={EOF:1,parseError:function(i,s){if(this.yy.parser)this.yy.parser.parseError(i,s);else throw new Error(i)},setInput:function(i,s){return this.yy=s||this.yy||{},this._input=i,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var i=this._input[0];this.yytext+=i,this.yyleng++,this.offset++,this.match+=i,this.matched+=i;var s=i.match(/(?:\r\n?|\n).*/g);return s?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),i},unput:function(i){var s=i.length,t=i.split(/(?:\r\n?|\n)/g);this._input=i+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-s),this.offset-=s;var a=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),t.length-1&&(this.yylineno-=t.length-1);var o=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:t?(t.length===a.length?this.yylloc.first_column:0)+a[a.length-t.length].length-t[0].length:this.yylloc.first_column-s},this.options.ranges&&(this.yylloc.range=[o[0],o[0]+this.yyleng-s]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
|
|
794
|
+
`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},less:function(i){this.unput(this.match.slice(i))},pastInput:function(){var i=this.matched.substr(0,this.matched.length-this.match.length);return(i.length>20?"...":"")+i.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var i=this.match;return i.length<20&&(i+=this._input.substr(0,20-i.length)),(i.substr(0,20)+(i.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var i=this.pastInput(),s=new Array(i.length+1).join("-");return i+this.upcomingInput()+`
|
|
795
|
+
`+s+"^"},test_match:function(i,s){var t,a,o;if(this.options.backtrack_lexer&&(o={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(o.yylloc.range=this.yylloc.range.slice(0))),a=i[0].match(/(?:\r\n?|\n).*/g),a&&(this.yylineno+=a.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:a?a[a.length-1].length-a[a.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+i[0].length},this.yytext+=i[0],this.match+=i[0],this.matches=i,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(i[0].length),this.matched+=i[0],t=this.performAction.call(this,this.yy,this,s,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),t)return t;if(this._backtrack){for(var d in o)this[d]=o[d];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var i,s,t,a;this._more||(this.yytext="",this.match="");for(var o=this._currentRules(),d=0;d<o.length;d++)if(t=this._input.match(this.rules[o[d]]),t&&(!s||t[0].length>s[0].length)){if(s=t,a=d,this.options.backtrack_lexer){if(i=this.test_match(t,o[d]),i!==!1)return i;if(this._backtrack){s=!1;continue}else return!1}else if(!this.options.flex)break}return s?(i=this.test_match(s,o[a]),i!==!1?i:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
|
|
796
|
+
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var i=this.next();return i||this.lex()},begin:function(i){this.conditionStack.push(i)},popState:function(){var i=this.conditionStack.length-1;return i>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(i){return i=this.conditionStack.length-1-Math.abs(i||0),i>=0?this.conditionStack[i]:"INITIAL"},pushState:function(i){this.begin(i)},stateStackSize:function(){return this.conditionStack.length},options:{},performAction:function(i,s,t,a){switch(t){case 0:break;case 1:return 18;case 2:return 19;case 3:return 13;case 4:return 20;case 5:return 29;case 6:return 30;case 7:return 31;case 8:return 32;case 9:return 33;case 10:return 36;case 11:return 15;case 12:return 24;case 13:return 23;case 14:return 21;case 15:return 22;case 16:return 5;case 17:return"INVALID"}},rules:[/^(?:\s+)/,/^(?:\()/,/^(?:\))/,/^(?:-?[0-9]+(\.[0-9]+)?([eE][\-\+]?[0-9]+)?)/,/^(?:POINT\b)/,/^(?:LINESTRING\b)/,/^(?:POLYGON\b)/,/^(?:MULTIPOINT\b)/,/^(?:MULTILINESTRING\b)/,/^(?:MULTIPOLYGON\b)/,/^(?:GEOMETRYCOLLECTION\b)/,/^(?:,)/,/^(?:EMPTY\b)/,/^(?:M\b)/,/^(?:Z\b)/,/^(?:ZM\b)/,/^(?:$)/,/^(?:.)/],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],inclusive:!0}}};return r}();Ot.lexer=to;function Vr(){this.yy={}}Vr.prototype=Ot,Ot.Parser=Vr,Ot.yy.parseError=function(r){throw r};function Pt(r){this.data=[r],this.type="PointArray"}Pt.prototype.addPoint=function(r){return r.type==="PointArray"?this.data=this.data.concat(r.data):this.data.push(r),this},Pt.prototype.toJSON=function(){return this.data};function Wr(r){this.data=r,this.type="Ring"}Wr.prototype.toJSON=function(){for(var r=[],e=0;e<this.data.data.length;e++)r.push(this.data.data[e]);return r};function Ri(r){this.data=[r],this.type="RingList"}Ri.prototype.addRing=function(r){return this.data.push(r),this},Ri.prototype.toJSON=function(){for(var r=[],e=0;e<this.data.length;e++)r.push(this.data[e].toJSON());return r.length===1,r};function ji(r){this.data=[r],this.type="GeometryList"}ji.prototype.addGeometry=function(r){return this.data.push(r),this},ji.prototype.toJSON=function(){return this.data};function Bi(r){this.data=[r],this.type="PolygonList"}Bi.prototype.addPolygon=function(r){return this.data.push(r),this},Bi.prototype.toJSON=function(){for(var r=[],e=0;e<this.data.length;e++)r=r.concat([this.data[e].toJSON()]);return r};var Gr=function(e){var i;try{i=Ot.parse(e)}catch(s){throw Error("Unable to parse: "+s)}return i};function io(r){const[e,i,s]=r.arguments;return{bool:{must:[{exists:{field:e.value}},{geo_shape:{[e.value]:{relation:i,shape:Gr(s.value)}}}]}}}const Ui={is:Nn,and:In,or:Bn,not:Fn,range:Gn,exists:Jn,nested:eo,geospatial:Object.freeze(Object.defineProperty({__proto__:null,toOpenSearchQuery:io},Symbol.toStringTag,{value:"Module"}))};function ro(r,...e){const i=Ui[r];if(i===void 0)throw new Error(`Unknown function "${r}"`);return{type:"function",function:r,...i.buildNodeParams(...e)}}function so(r,e){if(Ui[r]===void 0)throw new Error(`Unknown function "${r}"`);return{type:"function",function:r,arguments:e}}function no(r,e,i,s){return Ui[r.function].toOpenSearchQuery(r,e,i,s)}const oo=Object.freeze(Object.defineProperty({__proto__:null,buildNode:ro,buildNodeWithArgumentNodes:so,toOpenSearchQuery:no},Symbol.toStringTag,{value:"Module"}));function ao(r,e){const i=e.type==="literal"?e:ae.literal.buildNode(e);return{type:"namedArg",name:r,value:i}}function lo(r){return F(r.value)}const ae={function:oo,literal:xn,namedArg:Object.freeze(Object.defineProperty({__proto__:null,buildNode:ao,toOpenSearchQuery:lo},Symbol.toStringTag,{value:"Module"})),wildcard:Tn},co=he,uo=(r,e)=>"("+(r.arguments||[]).map(s=>ze(s,e)).join(" AND ")+")",po=(r,e)=>{var{arguments:[i,s,t]}=r;let a="=";s.type==="wildcard"&&(a="");let o=ze(s);t=t.value||typeof o=="string",s.type==="literal"&&t&&(o=`'${o}'`),s.type==="literal"&&!t&&(o=`${o}`);let d=ze(i);return d==null?e&&t?`(${e.filter(c=>c.type==="string").map(c=>`${c.name} ILIKE '%${s.value}%'`).join(" OR ")})`:e&&!t&&(s.value===!0||s.value===!1)?`(${e.filter(c=>c.type==="boolean").map(c=>`${c.name}=${s.value}`).join(" OR ")})`:"":d+a+o},ho=(r,e)=>"("+(r.arguments||[]).map(s=>ze(s,e)).join(" OR ")+")",fo=(r,e)=>{const[i]=r.arguments;return"NOT ("+ze(i,e)+")"},go={gt:">",lt:"<",gte:">=",lte:"<="},bo={is:po,and:uo,or:ho,not:fo,range:r=>{const[e,i]=r.arguments;let s=i.value;const t=go[i.name];let a=ze(s);return s.type==="literal"&&(a=`${a}`),`${e.value} ${t} ${a}`},exists:r=>{const[e]=r.arguments;return`${e.value} IS NOT NULL`},nested:r=>(console.warn("Nested types dont exist in CQL",r),""),geospatial:r=>{const[e,i,s]=r.arguments;if(console.log(e,i,s),i==="within")return`WITHIN(${e.value},${s.value})`;throw Error(`Unsupported GEO Operator:${i}`)}},yo={function:(r,e)=>bo[r.function](r,e),literal:r=>r.value,wildcard:r=>{const{value:e}=r;return` LIKE '${e.split(co).join("%")}'`}},ze=(r,e)=>{const i=yo[r.type];return i(r,e)},vo=he,mo=r=>({$and:(r.arguments||[]).map(s=>$e(s))}),$o=r=>{const{arguments:[e,i]}=r;let s=$e(i);if(i.type==="wildcard"&&i.value==="@kuery-wildcard@")return Yr(r);let a={};return a[$e(e)]={$eq:s},a},_o=r=>({$or:(r.arguments||[]).map(i=>$e(i))}),wo=r=>{const[e]=r.arguments;let i={};return i={$ne:$e(e)},i},So={gt:"$gt",lt:"$lt",gte:"$gte",lte:"$lte"},xo=r=>{const[e,i]=r.arguments;let s=i.value;const t=So[i.name];let a=$e(s),o={};return o[e.value]={},o[e.value][t]=a,o},Yr=r=>{const[e]=r.arguments;return{[$e(e)]:{$ne:null}}},ko={is:$o,and:mo,or:_o,not:wo,range:xo,exists:Yr,nested:r=>(console.warn("TODO Implement nested search",r),""),geospatial:r=>{const[e,i,s]=r.arguments;if(i=="within")return{[e.value]:{$geoWithin:Gr(s.value)}}}},Eo={function:r=>ko[r.function](r),literal:r=>r.value,wildcard:r=>{const{value:e}=r;return`/${e.split(vo).join(".*")}/`}},$e=(r,e)=>{const i=Eo[r.type];return i(r,e)},Ao=Object.freeze(Object.defineProperty({__proto__:null,DQLSyntaxError:Fr,doesKueryExpressionHaveLuceneSyntaxError:kn,fromKueryExpression:Zt,fromLiteralExpression:Je,nodeTypes:ae,parse:Zt,toCql:ze,toDSL:F,toMongo:$e,toOpenSearchQuery:F},Symbol.toStringTag,{value:"Module"})),Co=Z`
|
|
798
797
|
:host {
|
|
799
798
|
--dialog-padding: var(--spectric-dialog-padding, 5px);
|
|
800
799
|
--dialog-background: var(--spectric-background, rgb(246, 249, 252));
|
|
@@ -841,7 +840,7 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
841
840
|
right: 0;
|
|
842
841
|
top: 0;
|
|
843
842
|
}
|
|
844
|
-
`,
|
|
843
|
+
`,Zr=Z`
|
|
845
844
|
--panel-color: var(--spectric-background,#f4f4f4);
|
|
846
845
|
--panel-color-inverse: var(--spectric-background-inverse,#ffffff);
|
|
847
846
|
border-color: color-mix(in hsl, var(--panel-color, #0b0b0b), var(--spectric-input-color, #000000) 3%);
|
|
@@ -851,7 +850,7 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
851
850
|
--spectric-text-primary:var(--text-primary,#161616);
|
|
852
851
|
--spectric-text-secondary:var(--text-secondary,#525252);
|
|
853
852
|
filter: drop-shadow(0px 1px 3px color-mix(in srgb, var(--text-secondary, #3c4c5b), transparent 50%));
|
|
854
|
-
`,
|
|
853
|
+
`,Jr=Z`
|
|
855
854
|
border-color: color-mix(in hsl, var(--panel-color-inverse,#f4f4f4), var(--spectric-input-color, #000000) 3%);
|
|
856
855
|
background-color: var(--panel-color-inverse,#0b0b0b);
|
|
857
856
|
color:var(--text-primary,#3c4c5b);
|
|
@@ -869,20 +868,20 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
869
868
|
|
|
870
869
|
}
|
|
871
870
|
:host(spectric-panel[level='0']) {
|
|
872
|
-
${
|
|
871
|
+
${Zr};
|
|
873
872
|
}
|
|
874
873
|
|
|
875
874
|
:host(spectric-panel[level='1']) {
|
|
876
|
-
${
|
|
875
|
+
${Jr};
|
|
877
876
|
}
|
|
878
877
|
|
|
879
878
|
:host(spectric-panel[level='2']) {
|
|
880
|
-
${
|
|
879
|
+
${Zr};
|
|
881
880
|
}
|
|
882
881
|
:host(spectric-panel[level='3']) {
|
|
883
|
-
${
|
|
882
|
+
${Jr};
|
|
884
883
|
}
|
|
885
|
-
`;var Po=Object.defineProperty,To=Object.getOwnPropertyDescriptor,
|
|
884
|
+
`;var Po=Object.defineProperty,To=Object.getOwnPropertyDescriptor,Hi=(r,e,i,s)=>{for(var t=s>1?void 0:s?To(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&Po(e,i,t),t};h.SpectricPanel=class extends re{constructor(){super(),this.level=0,this.addDisposableListener(this,"layer-add",()=>{this.layers=this.querySelectorAll("spectric-panel")},{capture:!0})}connectedCallback(){super.connectedCallback(),this.dispatchEvent(new CustomEvent("layer-add",{bubbles:!0,cancelable:!0,composed:!0,detail:{layer:this,level:this.level}}))}update(e){this.layers=this.querySelectorAll("spectric-panel"),this.layers.forEach(i=>{i.setAttribute("level",((this.level+1)%4).toString())}),super.update(e)}render(){return $` <slot></slot> `}},h.SpectricPanel.styles=Oo,Hi([g({type:Number,reflect:!0})],h.SpectricPanel.prototype,"level",2),Hi([g({attribute:!1})],h.SpectricPanel.prototype,"layers",2),h.SpectricPanel=Hi([I("spectric-panel")],h.SpectricPanel);var Lo=Object.defineProperty,Do=Object.getOwnPropertyDescriptor,_e=(r,e,i,s)=>{for(var t=s>1?void 0:s?Do(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&Lo(e,i,t),t};const Xt="spectric-dialog";h.DialogElement=class extends B{constructor(){super(...arguments),this.open=!1,this.dismissable=!0,this.hideBackdrop=!1,this.title="",this.closeOnEscape=!0,this.closeOnOutsideClick=!0,this.clickHandler=async e=>{const i=await this.dialogElement;!this.dismissable||!this.closeOnOutsideClick||i===e.target&&(this.open=!1)},this._handleKeyDown=e=>{this.closeOnEscape||e.preventDefault(),this.open&&this.closeOnEscape&&e.key==="Escape"&&(this.open=!1)},this._onClose=e=>{e.preventDefault(),e.stopPropagation(),this.open=!1,this.dispatchEvent(new CustomEvent("close",{bubbles:!0,composed:!0}))}}static display(e,i){let s=document.createElement(Xt);s.addEventListener("close",()=>{s.remove()});for(let a in e)s[a]=e[a];let t=document.createDocumentFragment();return Ht(i,t),s.appendChild(t),s.open=!0,document.body.appendChild(s),s}connectedCallback(){super.connectedCallback(),this.dialogElement.then(e=>e.addEventListener("keydown",this._handleKeyDown))}disconnectedCallback(){super.disconnectedCallback(),this.dialogElement.then(e=>e.removeEventListener("keydown",this._handleKeyDown))}updated(e){e.has("open")&&this.dialogElement.then(i=>{this.open?i.showModal():i.close()})}render(){return $`
|
|
886
885
|
<dialog
|
|
887
886
|
class=${this.hideBackdrop?"":"backdrop"}
|
|
888
887
|
@close=${this._onClose}
|
|
@@ -908,9 +907,9 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
908
907
|
</div>
|
|
909
908
|
</spectric-panel>
|
|
910
909
|
</dialog>
|
|
911
|
-
`}},h.DialogElement.styles=Co,_e([g({type:Boolean,reflect:!0})],h.DialogElement.prototype,"open",2),_e([g({type:Boolean,reflect:!0})],h.DialogElement.prototype,"dismissable",2),_e([g({type:Boolean,reflect:!0})],h.DialogElement.prototype,"hideBackdrop",2),_e([g({type:String,reflect:!0})],h.DialogElement.prototype,"title",2),_e([g({type:Boolean,reflect:!0})],h.DialogElement.prototype,"closeOnEscape",2),_e([g({type:Boolean,reflect:!0})],h.DialogElement.prototype,"closeOnOutsideClick",2),_e([xt("dialog")],h.DialogElement.prototype,"dialogElement",2),h.DialogElement=_e([I(Xt)],h.DialogElement);const
|
|
910
|
+
`}},h.DialogElement.styles=Co,_e([g({type:Boolean,reflect:!0})],h.DialogElement.prototype,"open",2),_e([g({type:Boolean,reflect:!0})],h.DialogElement.prototype,"dismissable",2),_e([g({type:Boolean,reflect:!0})],h.DialogElement.prototype,"hideBackdrop",2),_e([g({type:String,reflect:!0})],h.DialogElement.prototype,"title",2),_e([g({type:Boolean,reflect:!0})],h.DialogElement.prototype,"closeOnEscape",2),_e([g({type:Boolean,reflect:!0})],h.DialogElement.prototype,"closeOnOutsideClick",2),_e([xt("dialog")],h.DialogElement.prototype,"dialogElement",2),h.DialogElement=_e([I(Xt)],h.DialogElement);const Kr=async r=>{let e,i=Ve();return await new Promise(s=>{let t=h.DialogElement.display({},$`
|
|
912
911
|
<div class="query-bar-date-quick-select">
|
|
913
|
-
${
|
|
912
|
+
${r.map(a=>{let o=Tt(a);return $`<a
|
|
914
913
|
href="#"
|
|
915
914
|
@click=${d=>{d.preventDefault(),e=`"${o.label}"`,s(e),t.open=!1}}
|
|
916
915
|
>${o.value}</a
|
|
@@ -918,17 +917,17 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
918
917
|
</div>
|
|
919
918
|
<spectric-input
|
|
920
919
|
variant="datetime-local"
|
|
921
|
-
@change=${a=>{if(!a.target)return;e=`"${new Date(a.target.value+":00.000Z").toISOString()}"`,
|
|
920
|
+
@change=${a=>{if(!a.target)return;e=`"${new Date(a.target.value+":00.000Z").toISOString()}"`,i.value.disabled=e===void 0}}
|
|
922
921
|
></spectric-input>
|
|
923
922
|
<spectric-button
|
|
924
|
-
${We(
|
|
923
|
+
${We(i)}
|
|
925
924
|
.disabled=${!0}
|
|
926
925
|
@click=${()=>{s(e),t.open=!1}}
|
|
927
926
|
>Submit</spectric-button
|
|
928
927
|
>
|
|
929
|
-
`)}),e},
|
|
928
|
+
`)}),e},Xr=async r=>{let e,i=Ve();return await new Promise(s=>{let t=h.DialogElement.display({},$`
|
|
930
929
|
<div class="query-bar-date-quick-select">
|
|
931
|
-
${
|
|
930
|
+
${r.map(a=>{let o=Tt(a);return $`<a
|
|
932
931
|
href="#"
|
|
933
932
|
@click=${d=>{d.preventDefault(),e=`"${o.value}"`,s(e),t.open=!1}}
|
|
934
933
|
>${o.label}</a
|
|
@@ -936,12 +935,12 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
936
935
|
</div>
|
|
937
936
|
<div>TODO DISPLAY MAP with drawing tools HERE!!</div>
|
|
938
937
|
<spectric-button
|
|
939
|
-
${We(
|
|
938
|
+
${We(i)}
|
|
940
939
|
.disabled=${!0}
|
|
941
940
|
@click=${()=>{s(e),t.open=!1}}
|
|
942
941
|
>Submit</spectric-button
|
|
943
942
|
>
|
|
944
|
-
`)}),e},No="🖉",Mo="🗑",zo="🠈",Io="🠊",Ro="🠉",jo="🠋";var Bo=Object.defineProperty,Uo=Object.getOwnPropertyDescriptor,J=(
|
|
943
|
+
`)}),e},No="🖉",Mo="🗑",zo="🠈",Io="🠊",Ro="🠉",jo="🠋";var Bo=Object.defineProperty,Uo=Object.getOwnPropertyDescriptor,J=(r,e,i,s)=>{for(var t=s>1?void 0:s?Uo(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&Bo(e,i,t),t},Fi=(r=>(r.MONGO="toMongo",r.CQL="toCql",r.DSL="toDSL",r.AST="AST",r))(Fi||{});const Tt=r=>typeof r=="string"?{label:r,value:r}:{label:r.label||r.value,value:r.value},es={eq:{value:" : ",label:" equals some value"},gt:{value:" > ",label:" is greater than some value"},lt:{value:" < ",label:" is less than some value"},gte:{value:" >= ",label:" is greater than or equal to some value"},lte:{value:" <= ",label:" is less than or equal to some value"}},Ho={within:{value:" <@ ",label:" is contained within geometry"}},Fo={exists:{value:": *",label:" exists in any form"}},Qo={eq:{value:": ",label:" equals some value"},exists:{value:": *",label:" exists in any form"}},qo=[{value:": true",label:" value is true"},{value:": false",label:"value is false"}],Vo=Object.fromEntries(Object.entries(es).map(([r,e])=>[r,{value:e.value,label:(e.label||"").replace("value","date-time")}]));h.SpectricQuery=class extends B{constructor(){super(),this.placeholder="",this._value="",this.value="",this.outputLanguage="AST",this.completions=[],this.completionIndex=0,this.fields=[],this._checkClickLocation=async e=>{console.log(e);let i=null;try{i=this._getSuggestion()}catch(s){console.log(s)}i&&this._showValueHelper(i)},this._setValue=(e,i)=>{e!==void 0&&(this.value=this.value.substring(0,i.start)+e+this.value.substring(i.end),this._input.value=this.value,this._input.setSelectionRange(i.start+e.length,i.start+e.length),this._valueHelper&&this._valueHelper.hidePopover())},this._showValueHelper=async e=>{var a,o;if(this.valueHelper=void 0,!e||e.start===e.end)return;let i=this.fields.find(d=>d.name===e.fieldName);if(!i)return;let s=await this.getValuesForField(e.fieldName,e.prefix);i.format==="date-time"&&!s.length&&(s=["now-1m","now-1d","now-1M"]);let t;i.format=="date-time"?t=Kr:i.format=="geojson"&&(t=Xr),!this.completions.length&&!((a=this._autocomplete)!=null&&a.isOpen())&&(this.valueHelper=$`<div>
|
|
945
944
|
<spectric-button
|
|
946
945
|
tooltip="Delete Value"
|
|
947
946
|
tooltipPosition="top"
|
|
@@ -958,7 +957,7 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
958
957
|
@click=${async()=>{this._setValue(await t(s),e)}}
|
|
959
958
|
>${No}</spectric-button
|
|
960
959
|
>`:null}
|
|
961
|
-
</div>`,(o=this._valueHelper)==null||o.showPopover())},this._getSuggestion=()=>{let e=this.value;this._input.selectionStart!==null&&(e=e.substring(0,this._input.selectionStart)+"©kuery-cursor©"+e.substring(this._input.selectionStart));let
|
|
960
|
+
</div>`,(o=this._valueHelper)==null||o.showPopover())},this._getSuggestion=()=>{let e=this.value;this._input.selectionStart!==null&&(e=e.substring(0,this._input.selectionStart)+"©kuery-cursor©"+e.substring(this._input.selectionStart));let i=Zt(e,{parseCursor:!0,cursorSymbol:"©kuery-cursor©",allowLeadingWildcards:!1});return this._showValueHelper(i),i},this._parseQuery=(e=void 0)=>{let i;if(e&&(e!=null&&e.currentTarget)&&(this.value=e.currentTarget.value),this.value)try{e&&e.data=="("&&(this.value=this.value+" )",this._input.setSelectionRange(this.value.length-2,this.value.length-2));let a=this._getSuggestion();this.autoComplete(a)}catch{return}try{i=Zt(this.value,{allowLeadingWildcards:!1})}catch{return}let s;this.outputLanguage=="AST"?s=i:s=Ao[this.outputLanguage](i,this.fields);let t=new CustomEvent("change",{detail:s});this.dispatchEvent(t)},this.getValuesForField=async(e,i)=>(console.log("getValuesForField isn't set no values returned",e,i),[]),this._selectCompletion=async()=>{var a;if(!this.suggestion)return;let e=this.completions[this.completionIndex],i=this.value.substring(0,e.start)+e.value,s=i.length,t=this.value.substring(e.end);if(e.value.includes(t)?this.value=i:this.value=i+this.value.substring(e.end),this._input.value=this.value,this._input.setSelectionRange(s,s),e.onSelect){let o=await e.onSelect();o!==void 0&&(this.value+=o,setTimeout(()=>{this._input.focus(),this._showValueHelper(this._getSuggestion())}))}(a=this._autocomplete)==null||a.hidePopover(),this.completionIndex=0,this.completions=[],this._parseQuery(),this._input.focus()},this._handleArrows=e=>{var i;e.key==="Escape"&&(this.completions=[]),(e.key=="ArrowLeft"||e.key==="ArrowRight")&&setTimeout(this._parseQuery,100),this.completions.length&&["ArrowUp","ArrowDown","Enter","Tab"].includes(e.key)&&this.suggestion&&(e.preventDefault(),(e.key==="ArrowDown"||e.key==="Tab")&&(this.completionIndex+=1,this.completionIndex>this.completions.length-1&&(this.completionIndex=0)),e.key==="ArrowUp"&&(this.completionIndex-=1,this.completionIndex<0&&(this.completionIndex=this.completions.length-1)),(i=this._asyncAutocomplete)==null||i.then(s=>{let t=s.querySelector(".option.active");t&&t.scrollIntoView({block:"nearest"})}),e.key==="Enter"&&this._selectCompletion())},this.uuid=crypto.randomUUID()}createRenderRoot(){return this}async autoComplete(e){var a,o;if(this.completions=[],e.type!=="cursor")return;let i=[];this.suggestion=e;let{start:s,end:t}=e;for(let d of e.suggestionTypes){if(d=="conjunction"&&e.text.endsWith(" ")&&i.push(...["and ","or "].map(c=>({type:d,value:c,start:t,end:t}))),d==="field"){let c=this.fields.filter(b=>b.name.includes(e.fieldName)||b.name.includes(e.prefix)).map(b=>[{type:d,value:b.name,start:s,end:t}]).flat();i.push(...c)}if(d==="operator"){let c=this.fields.find(b=>b.name===e.fieldName);c&&(["number","integer"].includes(c.type)?i.push(...Object.values(es).map(b=>({type:d,...b,start:t,end:t}))):c.type==="object"?(c.format=="geojson"&&i.push(...Object.values(Ho).map(b=>({type:d,...b,start:t,end:t,onSelect:async()=>{let _=await this.getValuesForField(e.fieldName,e.prefix);return await Xr(_)}}))),i.push(...Object.values(Fo).map(b=>({type:d,...b,start:t,end:t})))):c.type==="string"?c.format==="date-time"?i.push(...Object.values(Vo).map(b=>({type:d,...b,start:t,end:t,onSelect:async()=>{let _=await this.getValuesForField(e.fieldName,e.prefix);return _.length===0&&(_=["now-1m","now-1d","now-1M"]),await Kr(_)}}))):i.push(...Object.values(Qo).map(b=>({type:d,...b,start:t,end:t}))):c.type==="boolean"&&i.push(...qo.map(b=>({type:d,...b,start:t,end:t}))))}if(d==="value"){let c=this.fields.find(b=>b.name===e.fieldName);if(!(c&&c.type=="number"||(c==null?void 0:c.type)=="integer"))if(c&&c.type=="boolean")i.push({type:d,value:"true",start:s,end:t},{type:d,value:"false",start:s,end:t});else{console.log(`invoke callback to get values for ${e.fieldName}`);let b=await this.getValuesForField(e.fieldName,e.prefix);(c==null?void 0:c.type)==="string"&&(b=b.map(_=>`"${_}"`)),i.push(...b.map(Tt).map(_=>({type:d,value:_.value,start:s,end:t})))}}}if(this.completions=i,this.completions.length&&this._autocomplete){(a=this._valueHelper)==null||a.hidePopover();let{width:d}=this._input.getBoundingClientRect();this._autocomplete.maxWidth=d,this._autocomplete.showPopover(),this._autocomplete.style.width=`${d-15}px`;let c=this._autocomplete.querySelector("[popover]");c&&(c.style.width=`${d-15}px`)}else(o=this._autocomplete)==null||o.hidePopover()}updated(e){e.has("outputLanguage")&&this._parseQuery()}render(){return $`
|
|
962
961
|
<spectric-input
|
|
963
962
|
.value=${this.value}
|
|
964
963
|
.placeholder=${this.placeholder}
|
|
@@ -977,9 +976,9 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
977
976
|
<spectric-popover
|
|
978
977
|
position="bottom"
|
|
979
978
|
class="autocomplete"
|
|
980
|
-
.text=${this.completions.map((e,
|
|
981
|
-
@click=${()=>{this.completionIndex=
|
|
982
|
-
class=${this.completionIndex==
|
|
979
|
+
.text=${this.completions.map((e,i)=>$`<div
|
|
980
|
+
@click=${()=>{this.completionIndex=i,this._selectCompletion()}}
|
|
981
|
+
class=${this.completionIndex==i?"option active":"option"}
|
|
983
982
|
>
|
|
984
983
|
<span class="optiontype ${e.type}">${e.type}</span>
|
|
985
984
|
<span class="value">${e.value}</span>
|
|
@@ -987,7 +986,7 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
987
986
|
</div> `)}
|
|
988
987
|
>
|
|
989
988
|
</spectric-popover>
|
|
990
|
-
`}},J([g({type:String,reflect:!0})],h.SpectricQuery.prototype,"placeholder",2),J([W()],h.SpectricQuery.prototype,"valueHelper",2),J([g({type:String,reflect:!0})],h.SpectricQuery.prototype,"value",2),J([g({type:String,reflect:!0})],h.SpectricQuery.prototype,"outputLanguage",2),J([W()],h.SpectricQuery.prototype,"completions",2),J([W()],h.SpectricQuery.prototype,"completionIndex",2),J([g({type:Array,reflect:!0})],h.SpectricQuery.prototype,"fields",2),J([pe(".autocomplete")],h.SpectricQuery.prototype,"_autocomplete",2),J([pe(".valueHelper")],h.SpectricQuery.prototype,"_valueHelper",2),J([xt(".autocomplete")],h.SpectricQuery.prototype,"_asyncAutocomplete",2),J([pe("spectric-input")],h.SpectricQuery.prototype,"_input",2),h.SpectricQuery=J([I("spectric-query")],h.SpectricQuery);var Wo=Object.defineProperty,Go=Object.getOwnPropertyDescriptor,ts=(
|
|
989
|
+
`}},J([g({type:String,reflect:!0})],h.SpectricQuery.prototype,"placeholder",2),J([W()],h.SpectricQuery.prototype,"valueHelper",2),J([g({type:String,reflect:!0})],h.SpectricQuery.prototype,"value",2),J([g({type:String,reflect:!0})],h.SpectricQuery.prototype,"outputLanguage",2),J([W()],h.SpectricQuery.prototype,"completions",2),J([W()],h.SpectricQuery.prototype,"completionIndex",2),J([g({type:Array,reflect:!0})],h.SpectricQuery.prototype,"fields",2),J([pe(".autocomplete")],h.SpectricQuery.prototype,"_autocomplete",2),J([pe(".valueHelper")],h.SpectricQuery.prototype,"_valueHelper",2),J([xt(".autocomplete")],h.SpectricQuery.prototype,"_asyncAutocomplete",2),J([pe("spectric-input")],h.SpectricQuery.prototype,"_input",2),h.SpectricQuery=J([I("spectric-query")],h.SpectricQuery);var Wo=Object.defineProperty,Go=Object.getOwnPropertyDescriptor,ts=(r,e,i,s)=>{for(var t=s>1?void 0:s?Go(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&Wo(e,i,t),t};const is={"--primary":{control:"color"},"--secondary":{control:"color"},"--tertiary":{control:"color"},"--disabled":{control:"color"},"--background":{control:"color"},"--background-inverse":{control:"color"},"--text-primary":{control:"color"},"--text-secondary":{control:"color"},"--text-on-color":{control:"color"},"--border-radius":{control:"text"}},rs={"--secondary":"#77878b","--tertiary":"#c7c7c7","--disabled":"#000000","--text-primary":"#cccccc","--text-secondary":"#cccccc","--text-on-color":"#ededed","--background":"#181818","--background-inverse":"#37373d"},ss={...rs,"--primary":"#ffd45a","--text-on-color":"#4f4f4f"},Qi={undefined:{},light:{},dark:rs,spectric:ss,spectricFlat:{...ss,"--border-radius":"1px"}},ns=Object.fromEntries(Object.keys(Qi).map(r=>[r,r])),os=["--spectric-background","--spectric-background-hover","--spectric-background-inverse","--spectric-background-inverse-hover","--spectric-border-radius","--spectric-primary","--spectric-secondary","--spectric-tertiary","--spectric-disabled","--panel-color","--panel-color-inverse","--spectric-border-disabled","--spectric-input-color","--spectric-input-bottom","--spectric-text-on-color","--spectric-text-on-color-disabled","--spectric-text-placeholder","--spectric-text-primary","--spectric-text-secondary","--spectric-button-separator","--spectric-button-primary","--spectric-button-secondary","--spectric-button-tertiary","--spectric-button-danger-primary","--spectric-button-danger-secondary","--spectric-button-danger-active","--spectric-button-primary-active","--spectric-button-secondary-active","--spectric-button-tertiary-active","--spectric-button-danger-hover","--spectric-button-primary-hover","--spectric-button-secondary-hover","--spectric-button-tertiary-hover","--spectric-text-on-color-disabled"],Yo=`
|
|
991
990
|
--spectric-background: var(--background,#ffffff);
|
|
992
991
|
--spectric-background-hover:var(--background-hover,rgba(141, 141, 141, 0.12));
|
|
993
992
|
--spectric-background-inverse: var(--background-inverse,#f4f4f4);
|
|
@@ -1030,11 +1029,11 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
1030
1029
|
--spectric-text-on-color-disabled: var(--disabled,#c6c6c6)
|
|
1031
1030
|
--spectric-button-disabled: #c6c6c6;
|
|
1032
1031
|
color: var(--spectric-text-primary);
|
|
1033
|
-
`;h.SpectricThemeProvider=class extends B{constructor(){super(...arguments),this.theme="undefined"}updated(e){if(e.has("theme")&&this.theme!=e.get("theme")){const
|
|
1032
|
+
`;h.SpectricThemeProvider=class extends B{constructor(){super(...arguments),this.theme="undefined"}updated(e){if(e.has("theme")&&this.theme!=e.get("theme")){const i={old:e.get("theme"),new:this.theme};this.dispatchEvent(new CustomEvent("theme-change",{detail:i,bubbles:!0,composed:!0}))}}render(){let e=Object.keys(Qi).includes(this.theme)?this.theme:"undefined",i=Object.entries(Qi[e]).map(s=>`${s[0]}:${s[1]};`).join(`
|
|
1034
1033
|
`);return $`
|
|
1035
1034
|
${this.theme&&this.theme!=="light"?$`
|
|
1036
1035
|
<style>:host{
|
|
1037
|
-
${
|
|
1036
|
+
${i};
|
|
1038
1037
|
${Yo}
|
|
1039
1038
|
}
|
|
1040
1039
|
/* Webkit psudo elements don't pick up variables defined by the host */
|
|
@@ -1171,7 +1170,7 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
1171
1170
|
width: 5px;
|
|
1172
1171
|
cursor: ew-resize;
|
|
1173
1172
|
}
|
|
1174
|
-
`;var Jo=Object.defineProperty,Ko=Object.getOwnPropertyDescriptor,K=(
|
|
1173
|
+
`;var Jo=Object.defineProperty,Ko=Object.getOwnPropertyDescriptor,K=(r,e,i,s)=>{for(var t=s>1?void 0:s?Ko(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&Jo(e,i,t),t},qi=(r=>(r.horizontal="horizontal",r.vertical="vertical",r))(qi||{});const Vi="spectric-splitview";h.SplitView=class extends re{constructor(){super(),this.orientation="horizontal",this.percentage=50,this.invisible=!1,this.min=10,this.max=90,this.useSavedState=!0,this.isDragging=!1,this._error=!1,this._emitChange=()=>{let{percentage:i,orientation:s,invisible:t,min:a,max:o,useSavedState:d}=this,c=this.getAttribute("id");c&&this.useSavedState&&localStorage.setItem(`splitview-${c}`,String(i)),this.dispatchEvent(new CustomEvent("change",{detail:{orientation:s,percentage:i,invisible:t,min:a,max:o,useSavedState:d}}))},this._onMouseMove=Et(i=>{if(this.isDragging){const s=this.getBoundingClientRect();let t,a;this.orientation==="horizontal"?(t=i.clientX-s.left,a=t/s.width*100):(t=i.clientY-s.top,a=t/s.height*100),a=Math.min(Math.max(a,this.min),this.max),this.percentage=a,this._emitChange()}}),this._assignSlot=i=>{if(!i.target)return;let t=i.target.assignedNodes().filter(a=>a instanceof HTMLElement);t.length>2&&console.log("cannot assign more than 2 elements to a split view"),t.forEach(a=>{if(this._panel1.assignedNodes().length===0){a.slot="panel1";return}if(this._panel2.assignedNodes().length===0){a.slot="panel2";return}this._error="Too many element assigned to split view splitter can only have a maximum of 2 children",console.warn("Too many element assigned to split view splitter can only have a maximum of 2 children")})};let e=this.getAttribute("id");if(e&&this.useSavedState){let i=localStorage.getItem(`splitview-${e}`);i&&(this.percentage=parseFloat(i))}this.addDisposableListener(this._splitter,"mousedown",()=>{this.isDragging=!0}),this.addDisposableListener(this._splitter,"dblclick",()=>{this.percentage=50,this._emitChange()}),this.addDisposableListener(document.body,"mousemove",this._onMouseMove),this.addDisposableListener(document.body,"mouseup",()=>{this.isDragging=!1})}updated(e){e.has("percentage")&&(this.percentage=Math.min(Math.max(Number(this.percentage),this.min),this.max))}render(){return $`
|
|
1175
1174
|
<div class="split-view ${this.orientation} ${this._error?"error":""} ${this.isDragging?"active":""}" style="--split-percentage: ${this.percentage}%;">
|
|
1176
1175
|
<span class="error-display">${this._error}</span>
|
|
1177
1176
|
<div class="panel" style="${this.orientation==="horizontal"?"flex: var(--split-percentage, 50%)":"max-height: var(--split-percentage, 50%)"}">
|
|
@@ -1183,7 +1182,7 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
1183
1182
|
</div>
|
|
1184
1183
|
</div>
|
|
1185
1184
|
<slot @slotchange=${this._assignSlot} style="display:none"></slot>
|
|
1186
|
-
`}},h.SplitView.styles=Zo,K([g({type:String})],h.SplitView.prototype,"orientation",2),K([g({type:Number,reflect:!0})],h.SplitView.prototype,"percentage",2),K([g({type:Boolean})],h.SplitView.prototype,"invisible",2),K([g({type:Number,reflect:!0})],h.SplitView.prototype,"min",2),K([g({type:Number,reflect:!0})],h.SplitView.prototype,"max",2),K([g({type:Boolean,reflect:!0})],h.SplitView.prototype,"useSavedState",2),K([W()],h.SplitView.prototype,"isDragging",2),K([W()],h.SplitView.prototype,"_error",2),K([xt(".splitter")],h.SplitView.prototype,"_splitter",2),K([pe("slot[name='panel1']")],h.SplitView.prototype,"_panel1",2),K([pe("slot[name='panel2']")],h.SplitView.prototype,"_panel2",2),h.SplitView=K([I(
|
|
1185
|
+
`}},h.SplitView.styles=Zo,K([g({type:String})],h.SplitView.prototype,"orientation",2),K([g({type:Number,reflect:!0})],h.SplitView.prototype,"percentage",2),K([g({type:Boolean})],h.SplitView.prototype,"invisible",2),K([g({type:Number,reflect:!0})],h.SplitView.prototype,"min",2),K([g({type:Number,reflect:!0})],h.SplitView.prototype,"max",2),K([g({type:Boolean,reflect:!0})],h.SplitView.prototype,"useSavedState",2),K([W()],h.SplitView.prototype,"isDragging",2),K([W()],h.SplitView.prototype,"_error",2),K([xt(".splitter")],h.SplitView.prototype,"_splitter",2),K([pe("slot[name='panel1']")],h.SplitView.prototype,"_panel1",2),K([pe("slot[name='panel2']")],h.SplitView.prototype,"_panel2",2),h.SplitView=K([I(Vi)],h.SplitView);var Xo=Object.defineProperty,ea=Object.getOwnPropertyDescriptor,Ie=(r,e,i,s)=>{for(var t=s>1?void 0:s?ea(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&Xo(e,i,t),t};const Wi="spectric-pagination";h.PaginationElement=class extends B{constructor(){super(...arguments),this.page=1,this.pageSize=10,this.pageSizeOptions=[10,20,50,100,1e3],this.size="xsmall",this._handlePageUp=()=>{this.page+=1,this._emitChange()},this._handlePageDown=()=>{this.page-=1,this._emitChange()},this._handleSizeChange=e=>{e.stopPropagation(),e.preventDefault();let i=parseInt(e.target.value);this.pageSize=i,this._emitChange()},this._emitChange=()=>{let{page:e,pageSize:i}=this;this.dispatchEvent(new CustomEvent("change",{detail:{page:e,pageSize:i}}))}}createRenderRoot(){return this}update(e){e.has("pageSize")&&!this.pageSizeOptions.includes(this.pageSize)&&(this.pageSizeOptions=[...this.pageSizeOptions,this.pageSize].sort((i,s)=>i-s),requestAnimationFrame(()=>{this.select&&this.select.value!==String(this.pageSize)&&(this.select.value=String(this.pageSize))})),super.update(e)}render(){let e=this.page*this.pageSize,i=!0;this.totalItems&&e<this.totalItems&&(i=!1);let s="";return this.totalItems&&(s=`${this.page} of ${Math.ceil(this.totalItems/this.pageSize)}`),$`
|
|
1187
1186
|
<div class="spectric-pagination-container">
|
|
1188
1187
|
<div>
|
|
1189
1188
|
<!-- TODO/FIXME Make a select component and use it for cross browser styling-->
|
|
@@ -1215,7 +1214,7 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
1215
1214
|
>
|
|
1216
1215
|
<spectric-button
|
|
1217
1216
|
size=${this.size}
|
|
1218
|
-
?disabled=${
|
|
1217
|
+
?disabled=${i}
|
|
1219
1218
|
@click=${this._handlePageUp}
|
|
1220
1219
|
icon
|
|
1221
1220
|
>${Io}</spectric-button
|
|
@@ -1224,31 +1223,31 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
1224
1223
|
</div>
|
|
1225
1224
|
`:null}
|
|
1226
1225
|
</div>
|
|
1227
|
-
`}},Ie([g({type:Number,reflect:!0})],h.PaginationElement.prototype,"page",2),Ie([g({type:Number,reflect:!0})],h.PaginationElement.prototype,"pageSize",2),Ie([g({type:Number,reflect:!0})],h.PaginationElement.prototype,"totalItems",2),Ie([g({type:Array})],h.PaginationElement.prototype,"pageSizeOptions",2),Ie([pe("select")],h.PaginationElement.prototype,"select",2),Ie([g({type:String,reflect:!0})],h.PaginationElement.prototype,"size",2),h.PaginationElement=Ie([I(
|
|
1226
|
+
`}},Ie([g({type:Number,reflect:!0})],h.PaginationElement.prototype,"page",2),Ie([g({type:Number,reflect:!0})],h.PaginationElement.prototype,"pageSize",2),Ie([g({type:Number,reflect:!0})],h.PaginationElement.prototype,"totalItems",2),Ie([g({type:Array})],h.PaginationElement.prototype,"pageSizeOptions",2),Ie([pe("select")],h.PaginationElement.prototype,"select",2),Ie([g({type:String,reflect:!0})],h.PaginationElement.prototype,"size",2),h.PaginationElement=Ie([I(Wi)],h.PaginationElement);const ta=Object.freeze(Object.defineProperty({__proto__:null,BitArray:Oi,DisposableElement:re,getListeners:zr},Symbol.toStringTag,{value:"Module"}));var ia=Object.defineProperty,ra=Object.getOwnPropertyDescriptor,ei=(r,e,i,s)=>{for(var t=s>1?void 0:s?ra(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&ia(e,i,t),t};const sa="spectric-table-header";let Lt=class extends re{constructor(){super(),this.columns=[],this._handleSortChange=r=>{this._resizeStart||(r=JSON.parse(JSON.stringify(r)),r.sortable&&(r.sortDirection===Q.none||r.sortDirection===void 0?r.sortDirection=Q.ascending:r.sortDirection===Q.ascending?r.sortDirection=Q.descending:r.sortDirection===Q.descending&&(r.sortDirection=Q.none),this.dispatchEvent(new CustomEvent("sortChange",{composed:!0,bubbles:!0,detail:r}))))},this._handleResizeStart=(r,e)=>{this._resizeStart={event:r,column:e}},this._handleResizeEnd=r=>{var i;if(!this._resizeStart)return;let e=r.pageX-((i=this._resizeStart)==null?void 0:i.event.pageX);if(this._resizeStart.column.width)this._resizeStart.column.width=this._resizeStart.column.width+e;else{let s=this._resizeStart.event.target.closest("td");this._resizeStart.column.width=s.getBoundingClientRect().width+e}this.dispatchEvent(new CustomEvent("columnResize",{detail:this._resizeStart.column})),requestAnimationFrame(()=>{if(this._resizeStart=void 0,window.getSelection){let s=window.getSelection();s&&s.removeAllRanges()}})},this.addDisposableListener(()=>document.body,"mouseup",this._handleResizeEnd)}createRenderRoot(){return this}render(){return $`
|
|
1228
1227
|
<tr>
|
|
1229
|
-
${this.columns.map(
|
|
1228
|
+
${this.columns.map(r=>this.renderCell(r))}
|
|
1230
1229
|
</tr>
|
|
1231
|
-
`}renderCell(
|
|
1230
|
+
`}renderCell(r){let e=["header-contents"];r.filterable,r.sortable&&e.push("sortable"),this._resizeStart&&e.push("resizing");let i=r.width?`min-width:${r.width}px;max-width:${r.width}px;`:"",s=r.sortDirection===Q.ascending?Ro:r.sortDirection==Q.descending?jo:"",t=r.sortDirection||Q.none,o=r.allowResize||r.allowResize===void 0?$`<div
|
|
1232
1231
|
class="header-resize-handle"
|
|
1233
|
-
@mousedown=${c=>{this._handleResizeStart(c,
|
|
1232
|
+
@mousedown=${c=>{this._handleResizeStart(c,r)}}
|
|
1234
1233
|
@mouseup=${this._handleResizeEnd}
|
|
1235
|
-
></div>`:null,d=
|
|
1236
|
-
@click=${()=>this._handleSortChange(
|
|
1237
|
-
style="${
|
|
1234
|
+
></div>`:null,d=r.title||r.key;return typeof d=="function"&&(d=d(this.table)||void 0),$` <td
|
|
1235
|
+
@click=${()=>this._handleSortChange(r)}
|
|
1236
|
+
style="${i}"
|
|
1238
1237
|
>
|
|
1239
1238
|
${o}
|
|
1240
1239
|
<div class=${e.join(" ")}>
|
|
1241
1240
|
${d}
|
|
1242
1241
|
<span class="sort-direction ${t}">${s}</span>
|
|
1243
1242
|
</div>
|
|
1244
|
-
</td>`}};
|
|
1243
|
+
</td>`}};ei([g({type:Array,attribute:!1})],Lt.prototype,"columns",2),ei([W()],Lt.prototype,"_resizeStart",2),ei([g({type:Object,attribute:!1})],Lt.prototype,"table",2),Lt=ei([I(sa)],Lt);/**
|
|
1245
1244
|
* @license
|
|
1246
1245
|
* Copyright 2017 Google LLC
|
|
1247
1246
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1248
|
-
*/const as=
|
|
1247
|
+
*/const as=r=>Xs(r)?r._$litType$.h:r.strings,na=St(class extends Ft{constructor(r){super(r),this.et=new WeakMap}render(r){return[r]}update(r,[e]){const i=Rr(this.it)?as(this.it):null,s=Rr(e)?as(e):null;if(i!==null&&(s===null||i!==s)){const t=Ei(r).pop();let a=this.et.get(i);if(a===void 0){const o=document.createDocumentFragment();a=Ht(M,o),a.setConnected(!1),this.et.set(i,a)}ki(a,[t]),Te(a,void 0,t)}if(s!==null){if(i===null||i!==s){const t=this.et.get(s);if(t!==void 0){const a=Ei(t).pop();rn(r),Te(r,void 0,a),ki(r,[a])}}this.it=e}else this.it=void 0;return this.render(e)}});var oa=Object.defineProperty,aa=Object.getOwnPropertyDescriptor,Re=(r,e,i,s)=>{for(var t=s>1?void 0:s?aa(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&oa(e,i,t),t};const la="spectric-table-cell";let we=class extends B{constructor(){super(...arguments),this.overflow="",this.styleRules={whiteSpace:"",width:""},this._handleFilterOut=()=>{let r;this.column.key&&typeof this.row=="object"&&(r=nt(this.row,this.column.key)),this._emitFilter({include:!1,row:this.row,value:r,column:this.column})},this._handleFilterFor=()=>{let r;this.column.key&&typeof this.row=="object"&&(r=nt(this.row,this.column.key)),this._emitFilter({include:!0,row:this.row,value:r,column:this.column})},this._displayOverflowTooltip=()=>{if(this.column.disableCellOverflowTooltip){this.overflow=null;return}let r=this.querySelector("div.cell-contents"),e=this.querySelector("span");if(r&&e){let i=e.getBoundingClientRect(),s=r.getBoundingClientRect();i.width*i.height>s.width*s.height?(console.log("We need to show a tooltip with the content because we are overflowing"),this.overflow=this.getRenderedValue(),this.updateComplete.then(()=>{let t=this.querySelector("spectric-tooltip");t&&t.showToolTip()})):this.overflow=""}}}createRenderRoot(){return this}updated(r){}_emitFilter(r){this.dispatchEvent(new CustomEvent("filter",{composed:!0,bubbles:!0,detail:r}))}getRenderedValue(){let r;return this.column.render?r=this.column.render(this.row,this.index,this.table):this.column.key&&typeof this.row=="object"?r=nt(this.row,this.column.key):r=$`error`,r}render(){var a;let r=this.getRenderedValue(),e=["cell-contents"];(this.column.filterable||(a=this.column.cellActions)!=null&&a.length)&&e.push("hasActions");const i=this.table.getCellActionButtonSize();let s=na(this.column.filterable?$`
|
|
1249
1248
|
<spectric-button
|
|
1250
1249
|
@click=${this._handleFilterOut}
|
|
1251
|
-
size
|
|
1250
|
+
.size=${i}
|
|
1252
1251
|
variant="text"
|
|
1253
1252
|
icon
|
|
1254
1253
|
tooltip="Filter Out Value"
|
|
@@ -1256,35 +1255,44 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
1256
1255
|
>
|
|
1257
1256
|
<spectric-button
|
|
1258
1257
|
@click=${this._handleFilterFor}
|
|
1259
|
-
size
|
|
1258
|
+
.size=${i}
|
|
1260
1259
|
variant="text"
|
|
1261
1260
|
icon
|
|
1262
1261
|
tooltip="Filter For Value"
|
|
1263
1262
|
>+</spectric-button
|
|
1264
1263
|
>
|
|
1265
|
-
|
|
1264
|
+
`:null),t=(this.column.cellActions||[]).map(o=>$`<spectric-button
|
|
1265
|
+
@click=${()=>o.onClick(this.row,this.column)}
|
|
1266
|
+
.size=${i}
|
|
1267
|
+
variant="text"
|
|
1268
|
+
icon
|
|
1269
|
+
.tooltip=${o.tooltip}
|
|
1270
|
+
>${o.icon}</spectric-button
|
|
1271
|
+
>`);return this.styleRules={width:this.column.width?this.column.width+"px":null,whiteSpace:this.column.whiteSpace||null},$`
|
|
1266
1272
|
<td
|
|
1267
|
-
style=${
|
|
1273
|
+
style=${_i(this.styleRules)}
|
|
1268
1274
|
@mouseenter=${this._displayOverflowTooltip}
|
|
1269
1275
|
>
|
|
1270
|
-
${
|
|
1276
|
+
<div class="table-cell-actions ${i}">
|
|
1277
|
+
${t} ${s}
|
|
1278
|
+
</div>
|
|
1271
1279
|
<div class=${e.join(" ")}>
|
|
1272
|
-
${this.overflow?$`<spectric-tooltip .text=${this.overflow}></spectric-tooltip>`:null}<span>${
|
|
1280
|
+
${this.overflow?$`<spectric-tooltip .text=${this.overflow}></spectric-tooltip>`:null}<span>${r}</span>
|
|
1273
1281
|
</div>
|
|
1274
1282
|
</td>
|
|
1275
|
-
`}};Re([g({type:Object,attribute:!1})],we.prototype,"row",2),Re([g({type:Number,attribute:!1})],we.prototype,"index",2),Re([g({type:Object,attribute:!1})],we.prototype,"column",2),Re([g({type:Object,attribute:!1})],we.prototype,"table",2),Re([W()],we.prototype,"overflow",2),Re([pe("td")],we.prototype,"td",2),we=Re([I(la)],we);const nt=(
|
|
1283
|
+
`}};Re([g({type:Object,attribute:!1})],we.prototype,"row",2),Re([g({type:Number,attribute:!1})],we.prototype,"index",2),Re([g({type:Object,attribute:!1})],we.prototype,"column",2),Re([g({type:Object,attribute:!1})],we.prototype,"table",2),Re([W()],we.prototype,"overflow",2),Re([pe("td")],we.prototype,"td",2),we=Re([I(la)],we);const nt=(r,e)=>{let i=e.split("."),s=r[i[0]];return s==null||i.length>1&&(s=nt(s,i.slice(1).join("."))),s};/**
|
|
1276
1284
|
* @license
|
|
1277
1285
|
* Copyright 2017 Google LLC
|
|
1278
1286
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1279
|
-
*/const ls=(
|
|
1287
|
+
*/const ls=(r,e,i)=>{const s=new Map;for(let t=e;t<=i;t++)s.set(r[t],t);return s},ti=St(class extends Ft{constructor(r){if(super(r),r.type!==$i.CHILD)throw Error("repeat() can only be used in text expressions")}dt(r,e,i){let s;i===void 0?i=e:e!==void 0&&(s=e);const t=[],a=[];let o=0;for(const d of r)t[o]=s?s(d,o):o,a[o]=i(d,o),o++;return{values:a,keys:t}}render(r,e,i){return this.dt(r,e,i).values}update(r,[e,i,s]){const t=Ei(r),{values:a,keys:o}=this.dt(e,i,s);if(!Array.isArray(t))return this.ut=o,a;const d=this.ut??(this.ut=[]),c=[];let b,_,y=0,C=t.length-1,w=0,S=a.length-1;for(;y<=C&&w<=S;)if(t[y]===null)y++;else if(t[C]===null)C--;else if(d[y]===o[w])c[w]=Le(t[y],a[w]),y++,w++;else if(d[C]===o[S])c[S]=Le(t[C],a[S]),C--,S--;else if(d[y]===o[S])c[S]=Le(t[y],a[S]),Te(r,c[S+1],t[y]),y++,S--;else if(d[C]===o[w])c[w]=Le(t[C],a[w]),Te(r,t[y],t[C]),C--,w++;else if(b===void 0&&(b=ls(o,w,S),_=ls(d,y,C)),b.has(d[y]))if(b.has(d[C])){const A=_.get(o[w]),L=A!==void 0?t[A]:null;if(L===null){const N=Te(r,t[y]);Le(N,a[w]),c[w]=N}else c[w]=Le(L,a[w]),Te(r,t[y],L),t[A]=null;w++}else Ai(t[C]),C--;else Ai(t[y]),y++;for(;w<=S;){const A=Te(r,c[S+1]);Le(A,a[w]),c[w++]=A}for(;y<=C;){const A=t[y++];A!==null&&Ai(A)}return this.ut=o,ki(r,c),ve}});var ca=Object.defineProperty,ua=Object.getOwnPropertyDescriptor,Gi=(r,e,i,s)=>{for(var t=s>1?void 0:s?ua(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&ca(e,i,t),t};const pa="spectric-table-body";let ii=class extends B{constructor(){super(...arguments),this.data=[],this.columns=[]}createRenderRoot(){return this}firstUpdated(r){this.data.length>100&&console.warn("Table is rendering excessive amounts of data to the DOM you should set rowHeight and use a virtualized scroll or use pagination")}render(){return $`
|
|
1280
1288
|
<body>
|
|
1281
|
-
${
|
|
1289
|
+
${ti(this.data,(r,e)=>$`
|
|
1282
1290
|
<tr class="${e%2===0?"odd":""}">
|
|
1283
|
-
${
|
|
1291
|
+
${ti(this.columns,i=>$`<spectric-table-cell .column=${i} .index=${e} .row=${r} .columns=${this.columns}></spectric-table-cell>`)}
|
|
1284
1292
|
</tr>`)}
|
|
1285
1293
|
|
|
1286
1294
|
</body>
|
|
1287
|
-
`}};
|
|
1295
|
+
`}};Gi([g({type:Array,attribute:!1})],ii.prototype,"data",2),Gi([g({type:Array,attribute:!1})],ii.prototype,"columns",2),ii=Gi([I(pa)],ii);var ha=Object.defineProperty,da=Object.getOwnPropertyDescriptor,ot=(r,e,i,s)=>{for(var t=s>1?void 0:s?da(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&ha(e,i,t),t};const fa="spectric-table-virtual-body";let je=class extends re{constructor(){super(),this.data=[],this.columns=[],this.rowHeight=30,this.startIndex=0,this.columnsMeasured=!1;let r=0;this.addDisposableListener(()=>this.table.querySelector(".table-wrapper"),"scroll",()=>{const e=this.table.querySelector(".table-wrapper").scrollTop;Math.abs(r-e)<=this.rowHeight/4||(r=e,this.startIndex=Math.floor(e/this.rowHeight))})}updated(){if(this.columnsMeasured===!1){let r=this.querySelector("tr"),e=r==null?void 0:r.querySelectorAll("spectric-table-cell td");r&&e&&e.length&&(this.columns.forEach((i,s)=>{if(!i.width||i.width===0){let t=e[s].getBoundingClientRect();t.width>0&&(this.columnsMeasured=!0,i.width=t.width-at)}}),this.columnsMeasured&&(this.columns=[...this.columns]))}}createRenderRoot(){return this}render(){let r=this.data.length,e=10,i=this.table.querySelector("spectric-table-header").clientHeight,s=this.table.querySelector(".table-wrapper"),t=Math.max(this.startIndex,0);const a=Math.ceil((s.clientHeight-i)/this.rowHeight),o=Math.min(t+a+e,r),d=o-t;let c=r*this.rowHeight,b=t*this.rowHeight+(s.scrollTop-t*this.rowHeight);o===r&&(b=t*this.rowHeight);let _=d*this.rowHeight,y=c-b-_,C=t!=0?$` <tr
|
|
1288
1296
|
style="height:${b}px"
|
|
1289
1297
|
class="virtual-scroll-spacer"
|
|
1290
1298
|
>
|
|
@@ -1304,10 +1312,10 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
1304
1312
|
<div
|
|
1305
1313
|
style="display:table-row-group;max-height:${_}px; overflow:hidden;"
|
|
1306
1314
|
>
|
|
1307
|
-
${
|
|
1315
|
+
${ti(this.data.slice(Math.max(t,0),o),(S,A)=>$` <tr
|
|
1308
1316
|
class="${(A+t)%2===0?"odd":""}"
|
|
1309
1317
|
>
|
|
1310
|
-
${
|
|
1318
|
+
${ti(this.columns,L=>$`<spectric-table-cell
|
|
1311
1319
|
.column=${L}
|
|
1312
1320
|
.row=${S}
|
|
1313
1321
|
.index=${A+t}
|
|
@@ -1319,20 +1327,20 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
1319
1327
|
<tbody>
|
|
1320
1328
|
${y>0?w:null}
|
|
1321
1329
|
</tbody>
|
|
1322
|
-
`}};ot([g({type:Array,attribute:!1})],je.prototype,"data",2),ot([g({type:Array,attribute:!1})],je.prototype,"columns",2),ot([g({type:Number,attribute:!1})],je.prototype,"rowHeight",2),ot([g({type:Number,state:!0})],je.prototype,"startIndex",2),ot([g({type:Object,attribute:!1})],je.prototype,"table",2),je=ot([I(fa)],je);function cs(
|
|
1330
|
+
`}};ot([g({type:Array,attribute:!1})],je.prototype,"data",2),ot([g({type:Array,attribute:!1})],je.prototype,"columns",2),ot([g({type:Number,attribute:!1})],je.prototype,"rowHeight",2),ot([g({type:Number,state:!0})],je.prototype,"startIndex",2),ot([g({type:Object,attribute:!1})],je.prototype,"table",2),je=ot([I(fa)],je);function cs(r){let e=!1,i;return function(...s){return e||(e=!0,i=r.apply(this,s)),i}}const ga=r=>r.map(({key:e,sortDirection:i,compareFn:s})=>(t,a)=>{if(!e)return;let o=nt(t,e),d=nt(a,e);if(s)return s(t,a);if(typeof o=="number"||typeof o=="bigint"||typeof o=="boolean"){let c=o-d;return i===Q.descending&&(c=c*-1),c}else if(typeof o=="string")return o.localeCompare(d)*(i===Q.descending?-1:1)});var ba=Object.defineProperty,ya=Object.getOwnPropertyDescriptor,le=(r,e,i,s)=>{for(var t=s>1?void 0:s?ya(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&ba(e,i,t),t};const Yi="spectric-table";var Zi=(r=>(r.multi="multi",r.single="single",r.none="none",r))(Zi||{}),Ji=(r=>(r.multi="multi",r.single="single",r))(Ji||{}),Q=(r=>(r.ascending="ascending",r.descending="descending",r.none="none",r))(Q||{});const at=4,Ki=Symbol("spectric-table-selection-column");h.SpectricTableElement=class extends B{constructor(){super(...arguments),this.data=[],this.columns=[],this.select="none",this.sort="single",this.sortOrder=[],this.rowHeight=25,this.fontSize=16,this.cellActionButtonSize="xxsmall",this._handlePaginationChange=e=>{if(this.pagination){let i={...this.pagination,...e.detail},{totalItems:s,page:t,pageSize:a}=i;s&&t&&a&&(t-1)*a>s&&(i.page=1),this.pagination=i}this.dispatchEvent(new CustomEvent("paginationChange",{detail:e.detail})),this._emitChange()},this._handleSortChange=e=>{let i=e.detail,s=this.columns.find(t=>t.key==i.key);if(!s||s.key===void 0){console.warn("Unable to find sort column");return}if(this.sort=="single"&&(this.columns.forEach(t=>{t.sortDirection="none"}),this.sortOrder=[]),s.sortDirection=i.sortDirection,!s.sortDirection||s.sortDirection==="none"){let t=this.sortOrder.findIndex(a=>a===s.key);t!==-1&&this.sortOrder.splice(t,1)}else this.sortOrder.findIndex(a=>a===s.key)===-1&&(this.sortOrder=[...this.sortOrder,s.key]);this.columns=[...this.columns],this._emitChange()},this._handleColumnResize=e=>{let i=e.detail,s=this.columns.findIndex(t=>t.key==i.key);this.columns[s]={...this.columns[s]},this.columns=[...this.columns],this._emitChange()},this._emitChange=()=>{let{pagination:e,columns:i,sortOrder:s}=this;this.dispatchEvent(new CustomEvent("change",{detail:{pagination:e,columns:i,sortOrder:s}}))},this.__DO_NOT_USE_filter=()=>{this.dispatchEvent(new CustomEvent("filter")),this.dispatchEvent(new CustomEvent("sortChange"))},this.selected=[],this._getRowHeight=()=>{let e=this.rowHeight-at;return e<this.fontSize+at&&(e=this.fontSize+at),e},this._handleSelectAllChange=e=>{e.stopPropagation(),e.target.checked?this.selectAll():this.deselectAll()},this.selectColumnConfig={[Ki]:!0,allowResize:!1,filterable:!1,width:39,title:e=>e.select==="multi"?$`<spectric-input
|
|
1323
1331
|
variant="checkbox"
|
|
1324
1332
|
@change=${e._handleSelectAllChange}
|
|
1325
1333
|
.helperText=${"Select All"}
|
|
1326
|
-
></spectric-input>`:null,render:(e,
|
|
1334
|
+
></spectric-input>`:null,render:(e,i,s)=>{let t=s.selected.includes(e);return $`<spectric-input
|
|
1327
1335
|
variant="checkbox"
|
|
1328
1336
|
class="table-checkbox-${s.select}"
|
|
1329
1337
|
.helperText=${""}
|
|
1330
1338
|
${Me({checked:t})}
|
|
1331
1339
|
@change=${o=>{o.stopPropagation();let d=s.selected.findIndex(c=>c===e);if(!(o.target.checked&&d!==-1)){{if(!o.target.checked&&d===-1)return;!o.target.checked&&d!==-1&&s.selected.splice(d,1)}o.target.checked&&(s.select==="single"&&(s.selected=[],s.forceRefreshofSelectionColumn()),s.selected.push(e)),s.dispatchEvent(new CustomEvent("selected",{detail:[...s.selected]}))}}}
|
|
1332
|
-
></spectric-input>`}}}static getDefaultDataSorterAndPaginatior(e){return
|
|
1340
|
+
></spectric-input>`}}}getCellActionButtonSize(){return this.cellActionButtonSize}static getDefaultDataSorterAndPaginatior(e){return i=>{let s=(i.sortOrder||[]).map(d=>i.columns.find(c=>c.key===d)),t=[...e];if(s.length){let d=ga(s);t.sort((c,b)=>{for(let _ of d){let y=_(c,b);if(y)return y}return 0})}if(!i.pagination)return t;let{page:a,pageSize:o}=i.pagination;return!a||!o?t:i.pagination?t.slice((a-1)*o,a*o):t}}createRenderRoot(){return this}forceRefreshofSelectionColumn(){let e=this.columns.findIndex(i=>i[Ki]);e!==-1&&(this.columns[e]={...this.selectColumnConfig})}setSelected(e){this.selected=e,this.forceRefreshofSelectionColumn()}getSelected(){return this.selected}deselectAll(){this.selected=[],this.forceRefreshofSelectionColumn(),this.dispatchEvent(new CustomEvent("selected",{detail:this.selected}))}selectAll(){this.selected=[...this.data],this.forceRefreshofSelectionColumn(),this.dispatchEvent(new CustomEvent("selected",{detail:this.selected}))}async scrollToRow(e){let i=-1;if(Number.isInteger(e)?i=e:i=this.data.findIndex(s=>s===e),i!==-1){let s=this.querySelector("spectric-table-virtual-body"),t=this.querySelector(".table-wrapper"),a=i*this._getRowHeight();t.scrollTo({top:a,behavior:"smooth"});for(let o=0;o<100;o++)if(await new Promise(d=>setTimeout(d,10)),t.scrollTop==a){console.log("Scroll complete");break}s&&requestAnimationFrame(()=>{let o=[...s.querySelectorAll("tr")];o=o.filter(d=>{var c;return((c=d.querySelector("spectric-table-cell"))==null?void 0:c.index)===i}),o.length&&o[0].animate([{backgroundColor:"red"},{backgroundColor:"unset"}],{duration:200,iterations:5})})}}update(e){e.has("data")&&(this.selected=this.data.reduce((i,s)=>(this.selected.includes(s)&&i.push(s),i),[])),e.has("columns")&&this.select!=="none"&&(this.columns.find(i=>i[Ki])||this.columns.unshift(this.selectColumnConfig)),e.has("select")&&this.select==="single"&&this.selected.length>1&&(this.selected=[this.selected[0]],this.dispatchEvent(new CustomEvent("selected",{detail:[...this.selected]}))),super.update(e)}render(){let e=this.columns.filter(s=>!s.hidden),i=this._getRowHeight();return $`
|
|
1333
1341
|
<div
|
|
1334
1342
|
class="table-wrapper"
|
|
1335
|
-
style="--rowHeight:${
|
|
1343
|
+
style="--rowHeight:${i}px;--fontSize:${this.fontSize}px;--lineClamp:${Math.floor(i/this.fontSize)}"
|
|
1336
1344
|
>
|
|
1337
1345
|
<div role="table">
|
|
1338
1346
|
<spectric-table-header
|
|
@@ -1345,7 +1353,7 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
1345
1353
|
.columns=${e}
|
|
1346
1354
|
.data=${this.data}
|
|
1347
1355
|
.table=${this}
|
|
1348
|
-
.rowHeight=${
|
|
1356
|
+
.rowHeight=${i}
|
|
1349
1357
|
></spectric-table-virtual-body>
|
|
1350
1358
|
</div>
|
|
1351
1359
|
</div>
|
|
@@ -1353,7 +1361,7 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
1353
1361
|
${Me(this.pagination)}
|
|
1354
1362
|
@change=${this._handlePaginationChange}
|
|
1355
1363
|
></spectric-pagination>`:null}
|
|
1356
|
-
`}},le([g({type:Array,attribute:!1})],h.SpectricTableElement.prototype,"data",2),le([g({type:Object,attribute:!1})],h.SpectricTableElement.prototype,"pagination",2),le([g({attribute:!1})],h.SpectricTableElement.prototype,"columns",2),le([g({type:String,reflect:!0})],h.SpectricTableElement.prototype,"select",2),le([g({type:String,reflect:!0})],h.SpectricTableElement.prototype,"sort",2),le([g({type:Array,reflect:!1})],h.SpectricTableElement.prototype,"sortOrder",2),le([g({type:Number,reflect:!0})],h.SpectricTableElement.prototype,"rowHeight",2),le([g({type:Number,reflect:!0})],h.SpectricTableElement.prototype,"fontSize",2),le([W()],h.SpectricTableElement.prototype,"selected",2),h.SpectricTableElement=le([I(
|
|
1364
|
+
`}},le([g({type:Array,attribute:!1})],h.SpectricTableElement.prototype,"data",2),le([g({type:Object,attribute:!1})],h.SpectricTableElement.prototype,"pagination",2),le([g({attribute:!1})],h.SpectricTableElement.prototype,"columns",2),le([g({type:String,reflect:!0})],h.SpectricTableElement.prototype,"select",2),le([g({type:String,reflect:!0})],h.SpectricTableElement.prototype,"sort",2),le([g({type:Array,reflect:!1})],h.SpectricTableElement.prototype,"sortOrder",2),le([g({type:Number,reflect:!0})],h.SpectricTableElement.prototype,"rowHeight",2),le([g({type:Number,reflect:!0})],h.SpectricTableElement.prototype,"fontSize",2),le([W()],h.SpectricTableElement.prototype,"selected",2),h.SpectricTableElement=le([I(Yi)],h.SpectricTableElement);var va=Object.defineProperty,ma=Object.getOwnPropertyDescriptor,te=(r,e,i,s)=>{for(var t=s>1?void 0:s?ma(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&va(e,i,t),t};const $a="spectric-popover";let q=class extends re{constructor(){super(),this.delay=100,this.animationDuration=0,this.text="",this.position="right",this.maxWidth=300,this.mouseOffsetX=10,this.mouseOffsetY=0,this.portalTarget=document.body,this.open=!1,this._getMousePosition=r=>{this.mouseLocation={left:r.clientX,top:r.clientY},this.position=="mouse"&&this.open&&!this.mouseframe&&(this.mouseframe=requestAnimationFrame(()=>this.positionTooltip()))},this.applyStyle=r=>{Object.entries(r).forEach(([e,i])=>{this.portalElement.style.setProperty(e,i)})},this.positionTooltip=()=>{if(!this.target)return;let r={};const e=this.target.getBoundingClientRect(),i=this.portalElement.getBoundingClientRect();this.target!==document.body&&this.maxWidth&&this.maxWidth>0&&(i.width=Math.min(i.width,this.maxWidth));let s;this.position==="mouse"&&this.mouseLocation?(this.mouseframe=void 0,s={left:this.mouseLocation.left+this.mouseOffsetX+"px",top:this.mouseLocation.top+this.mouseOffsetY-i.height/2+"px"}):this.position==="top"?s={top:e.top-i.height+"px",left:e.left+e.width/2-i.width/2+"px"}:this.position==="bottom"?s={top:e.bottom+"px",left:e.left+e.width/2-i.width/2+"px"}:this.position==="left"?s={top:Math.max(0,e.top+e.height/2-i.height/2)+"px",left:e.left-i.width+"px"}:this.position==="right"?s={top:Math.max(0,e.top+e.height/2-i.height/2)+"px",left:e.right+"px"}:(s={left:"0px",top:"0px"},console.error("Unknown position... Maybe we sould implement auto?")),this.applyStyle({...r,...s}),this.position!=="mouse"&&this.portalElement.animate({opacity:[0,1]},{duration:this.animationDuration})},this.showPopover=this.showPopover.bind(this),this.hidePopover=this.hidePopover.bind(this),this.addDisposableListener(()=>this.target,"mousemove",this._getMousePosition)}isOpen(){return this.open}get target(){return this.triggerTarget||this.parentElement}createRenderRoot(){return this}connectedCallback(){super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback()}hidePopover(){this.timer&&clearTimeout(this.timer),this.open=!1,this.portalElement.hidePopover()}async showPopover(){this.timer&&clearTimeout(this.timer),await new Promise(r=>{this.timer=window.setTimeout(r,this.delay)}),this.isConnected&&(this.portalElement.showPopover(),this.open=!0,requestAnimationFrame(this.positionTooltip))}render(){return $`<!-- ToolTip -->
|
|
1357
1365
|
<div class="spectric-popover-portal ${this.position}" popover>
|
|
1358
1366
|
<div class="tooltip-container">
|
|
1359
1367
|
<span class="tooltip-caret"></span>
|
|
@@ -1366,19 +1374,19 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
1366
1374
|
display: none;
|
|
1367
1375
|
pointer-events: none;
|
|
1368
1376
|
}
|
|
1369
|
-
`,te([g({type:Number,reflect:!0})],q.prototype,"delay",2),te([g({type:Number,reflect:!0})],q.prototype,"animationDuration",2),te([g({type:String,reflect:!1})],q.prototype,"text",2),te([g({type:String,reflect:!0})],q.prototype,"position",2),te([g({type:Number,reflect:!0})],q.prototype,"maxWidth",2),te([g({type:Number,reflect:!1})],q.prototype,"mouseOffsetX",2),te([g({type:Number,reflect:!1})],q.prototype,"mouseOffsetY",2),te([pe(".spectric-popover-portal")],q.prototype,"portalElement",2),te([g({attribute:!1})],q.prototype,"portalTarget",2),te([g({attribute:!1})],q.prototype,"triggerTarget",2),q=te([I($a)],q);var _a=Object.defineProperty,wa=Object.getOwnPropertyDescriptor,Se=(
|
|
1377
|
+
`,te([g({type:Number,reflect:!0})],q.prototype,"delay",2),te([g({type:Number,reflect:!0})],q.prototype,"animationDuration",2),te([g({type:String,reflect:!1})],q.prototype,"text",2),te([g({type:String,reflect:!0})],q.prototype,"position",2),te([g({type:Number,reflect:!0})],q.prototype,"maxWidth",2),te([g({type:Number,reflect:!1})],q.prototype,"mouseOffsetX",2),te([g({type:Number,reflect:!1})],q.prototype,"mouseOffsetY",2),te([pe(".spectric-popover-portal")],q.prototype,"portalElement",2),te([g({attribute:!1})],q.prototype,"portalTarget",2),te([g({attribute:!1})],q.prototype,"triggerTarget",2),q=te([I($a)],q);var _a=Object.defineProperty,wa=Object.getOwnPropertyDescriptor,Se=(r,e,i,s)=>{for(var t=s>1?void 0:s?wa(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&_a(e,i,t),t};const Xi="spectric-tooltip";var er=(r=>(r.top="top",r.bottom="bottom",r.left="left",r.right="right",r.mouse="mouse",r))(er||{});h.TooltipElement=class extends q{constructor(){super(),this.delay=100,this.animationDuration=0,this.text="",this.position="right",this.maxWidth=300,this.portalTarget=document.body,this.open=!1,this.showToolTip=this.showToolTip.bind(this),this.addDisposableListener(()=>this.target,"mouseover",this.showToolTip),this.addDisposableListener(()=>this.target,"mouseleave",this.hidePopover)}async showToolTip(){await super.showPopover(),this.portalElement.classList.add("spectric-tooltip-portal")}},h.TooltipElement.styles=Z`:host{max-height: 0px;
|
|
1370
1378
|
max-width: 0px;
|
|
1371
1379
|
display: none;
|
|
1372
|
-
pointer-events:none;}`,Se([g({type:Number,reflect:!0})],h.TooltipElement.prototype,"delay",2),Se([g({type:Number,reflect:!0})],h.TooltipElement.prototype,"animationDuration",2),Se([g({type:String,reflect:!1})],h.TooltipElement.prototype,"text",2),Se([g({type:String,reflect:!0})],h.TooltipElement.prototype,"position",2),Se([g({type:Number,reflect:!0})],h.TooltipElement.prototype,"maxWidth",2),Se([g({attribute:!1})],h.TooltipElement.prototype,"portalTarget",2),Se([g({attribute:!1})],h.TooltipElement.prototype,"triggerTarget",2),h.TooltipElement=Se([I(
|
|
1380
|
+
pointer-events:none;}`,Se([g({type:Number,reflect:!0})],h.TooltipElement.prototype,"delay",2),Se([g({type:Number,reflect:!0})],h.TooltipElement.prototype,"animationDuration",2),Se([g({type:String,reflect:!1})],h.TooltipElement.prototype,"text",2),Se([g({type:String,reflect:!0})],h.TooltipElement.prototype,"position",2),Se([g({type:Number,reflect:!0})],h.TooltipElement.prototype,"maxWidth",2),Se([g({attribute:!1})],h.TooltipElement.prototype,"portalTarget",2),Se([g({attribute:!1})],h.TooltipElement.prototype,"triggerTarget",2),h.TooltipElement=Se([I(Xi)],h.TooltipElement);var Sa=Object.defineProperty,xa=Object.getOwnPropertyDescriptor,G=(r,e,i,s)=>{for(var t=s>1?void 0:s?xa(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&Sa(e,i,t),t};let lt;window.hasOwnProperty("EyeDropper")&&(lt=new EyeDropper);let V=class extends B{constructor(){super(),this.value="#FF0000FF",this.showAlpha=!0,this.hue=0,this.alpha=1,this.saturation=1,this.lightness=1,this.canvas=Ve(),this.sldown=!1,this._handleAlphaChange=this._handleAlphaChange.bind(this),this._handleHueChange=this._handleHueChange.bind(this),this._handleApply=this._handleApply.bind(this),this._cancel=this._cancel.bind(this),this._handleSaturationLightnessClick=this._handleSaturationLightnessClick.bind(this)}createRenderRoot(){return this}update(r){if(r.has("value")){let{h:e,s:i,l:s,a:t}=us(this.value);this.hue=e,this.saturation=i,this.lightness=s,this.alpha=t,this.renderHueSaturationGrid()}super.update(r)}renderHueSaturationGrid(){if(!this.canvas.value)return;let e=this.canvas.value.getContext("2d");if(!e)return;let i=this.canvas.value.width/100,s=this.canvas.value.height/100,t=0,a=0;for(let o of Ea(this.hue))e.fillStyle=o,e.fillRect(t,a,i,s),t+=i,t=t%(i*101),t||(a+=s)}_handleSaturationLightnessClick(r){if(!this.canvas.value)return;let{offsetX:e,offsetY:i}=r;this.saturation=e/this.canvas.value.width,this.lightness=(this.canvas.value.height-i)/this.canvas.value.height,this.updateValue()}_handleHueChange(r){r.stopPropagation(),this.hue=parseInt(String(r.target.value))/100*360,r.target.style.setProperty("accent-color",`hsl(${this.hue}deg 100% 50%)`),this.renderHueSaturationGrid(),this.updateValue()}updateValue(){let r=Aa(this.hue,this.saturation*100,this.lightness*100)+Math.round(this.alpha*255).toString(16).padStart(2,"0");this.value=r}_handleAlphaChange(r){r.stopPropagation(),this.alpha=parseInt(String(r.target.value))/100,this.updateValue()}_handleApply(){var r;this.updateValue(),(r=this.querySelector("spectric-popover"))==null||r.hidePopover(),this.dispatchEvent(new Event("change",{bubbles:!0}))}_cancel(){var r;this.original&&(this.value=this.original),(r=this.querySelector("spectric-popover"))==null||r.hidePopover(),this.dispatchEvent(new Event("cancel"))}async _openPopover(){var e;let r=this.querySelector("spectric-popover");if(!(!r||r.isOpen())){for(this.original=this.value,(e=this.querySelector("spectric-popover"))==null||e.showPopover();!this.canvas.value;)await new Promise(i=>setTimeout(i,100));this.renderHueSaturationGrid()}}getPopover(){return $`
|
|
1373
1381
|
<spectric-input label="Hue" class="hue-gradient" variant="range" .value=${this.hue||0} style="accent-color:hsl(${this.hue}deg 100% 50%)" @change=${this._handleHueChange}></spectric-input>
|
|
1374
1382
|
<canvas ${We(this.canvas)} width=200 height=100 class="color-picker-saturation-lightness-grid" @click=${this._handleSaturationLightnessClick}
|
|
1375
|
-
@mousedown=${
|
|
1376
|
-
@mouseup=${
|
|
1377
|
-
@mousemove=${
|
|
1383
|
+
@mousedown=${r=>{this.sldown=!0,r.preventDefault(),r.stopPropagation()}}
|
|
1384
|
+
@mouseup=${r=>{this.sldown=!1,r.preventDefault(),r.stopPropagation()}}
|
|
1385
|
+
@mousemove=${r=>{this.sldown&&this._handleSaturationLightnessClick(r)}}
|
|
1378
1386
|
></canvas>
|
|
1379
1387
|
<spectric-input class="alpha-gradient" ?hidden=${!this.showAlpha} label="Opacity" variant="range" .value=${(this.alpha||1)*100} @change=${this._handleAlphaChange}></spectric-input>
|
|
1380
1388
|
<div class="color-picker-footer">
|
|
1381
|
-
<spectric-button icon class="color-picker-eyedropper ${lt===void 0?"hidden":""}" @click=${async()=>{if(lt){let
|
|
1389
|
+
<spectric-button icon class="color-picker-eyedropper ${lt===void 0?"hidden":""}" @click=${async()=>{if(lt){let r=await(lt==null?void 0:lt.open()),{h:e,s:i,l:s,a:t}=us(r.sRGBHex);this.hue=e,this.saturation=i,this.lightness=s,this.alpha=t,this.updateValue()}}}>${ka}</spectric-button>
|
|
1382
1390
|
<spectric-button @click=${this._handleApply}>Apply</spectric-button>
|
|
1383
1391
|
<spectric-button variant="secondary" @click=${this._cancel}>Cancel</spectric-button>
|
|
1384
1392
|
</div>
|
|
@@ -1387,7 +1395,7 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
1387
1395
|
<spectric-popover .text=${this.getPopover()} icon variant="text"></spectric-popover>
|
|
1388
1396
|
<div style="width:15px;height:15px;background-color:${this.value}"></div>
|
|
1389
1397
|
</spectric-button>
|
|
1390
|
-
`}};G([g({type:String,reflect:!0})],V.prototype,"value",2),G([g({type:Boolean,reflect:!0})],V.prototype,"showAlpha",2),G([W()],V.prototype,"hue",2),G([W()],V.prototype,"alpha",2),G([W()],V.prototype,"saturation",2),G([W()],V.prototype,"lightness",2),G([Pe({capture:!0})],V.prototype,"_handleSaturationLightnessClick",1),G([Pe({capture:!0})],V.prototype,"_handleHueChange",1),G([Pe({capture:!0})],V.prototype,"_handleAlphaChange",1),G([Pe({capture:!0})],V.prototype,"_handleApply",1),G([Pe({capture:!0})],V.prototype,"_cancel",1),G([Pe({capture:!0})],V.prototype,"_openPopover",1),V=G([I("spectric-colorpicker")],V);const ka=$`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" height="15" width="15" fill="currentColor"><path d="M222,67.34a33.81,33.81,0,0,0-10.64-24.25C198.12,30.56,176.68,31,163.54,44.18L142.82,65l-.63-.63a22,22,0,0,0-31.11,0l-9,9a14,14,0,0,0,0,19.81l3.47,3.47L53.14,149.1a37.79,37.79,0,0,0-9.84,36.73l-8.31,19a11.68,11.68,0,0,0,2.46,13A13.91,13.91,0,0,0,47.32,222,14.15,14.15,0,0,0,53,220.82L71,212.92a37.92,37.92,0,0,0,35.84-10.07l52.44-52.46,3.47,3.48a14,14,0,0,0,19.8,0l9-9a22,22,0,0,0,0-31.12l-.66-.66L212,91.85A33.76,33.76,0,0,0,222,67.34Zm-123.61,127a26,26,0,0,1-26,6.47,6,6,0,0,0-4.16.24l-20,8.75a2,2,0,0,1-2.09-.31l9.12-20.9a5.94,5.94,0,0,0,.19-4.31,25.88,25.88,0,0,1,6.26-26.72l52.44-52.45,36.76,36.78Zm105.16-111L178.17,108.9a6,6,0,0,0,0,8.47l4.88,4.89a10,10,0,0,1,0,14.15l-9,9a2,2,0,0,1-2.82,0l-60.69-60.7a2,2,0,0,1,0-2.83l9-9a10,10,0,0,1,14.14,0l4.89,4.89a6,6,0,0,0,4.24,1.75h0a6,6,0,0,0,4.25-1.77L172,52.66c8.58-8.58,22.52-9,31.08-.85a22,22,0,0,1,.44,31.57Z"/></svg>`;function*Ea(
|
|
1398
|
+
`}};G([g({type:String,reflect:!0})],V.prototype,"value",2),G([g({type:Boolean,reflect:!0})],V.prototype,"showAlpha",2),G([W()],V.prototype,"hue",2),G([W()],V.prototype,"alpha",2),G([W()],V.prototype,"saturation",2),G([W()],V.prototype,"lightness",2),G([Pe({capture:!0})],V.prototype,"_handleSaturationLightnessClick",1),G([Pe({capture:!0})],V.prototype,"_handleHueChange",1),G([Pe({capture:!0})],V.prototype,"_handleAlphaChange",1),G([Pe({capture:!0})],V.prototype,"_handleApply",1),G([Pe({capture:!0})],V.prototype,"_cancel",1),G([Pe({capture:!0})],V.prototype,"_openPopover",1),V=G([I("spectric-colorpicker")],V);const ka=$`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" height="15" width="15" fill="currentColor"><path d="M222,67.34a33.81,33.81,0,0,0-10.64-24.25C198.12,30.56,176.68,31,163.54,44.18L142.82,65l-.63-.63a22,22,0,0,0-31.11,0l-9,9a14,14,0,0,0,0,19.81l3.47,3.47L53.14,149.1a37.79,37.79,0,0,0-9.84,36.73l-8.31,19a11.68,11.68,0,0,0,2.46,13A13.91,13.91,0,0,0,47.32,222,14.15,14.15,0,0,0,53,220.82L71,212.92a37.92,37.92,0,0,0,35.84-10.07l52.44-52.46,3.47,3.48a14,14,0,0,0,19.8,0l9-9a22,22,0,0,0,0-31.12l-.66-.66L212,91.85A33.76,33.76,0,0,0,222,67.34Zm-123.61,127a26,26,0,0,1-26,6.47,6,6,0,0,0-4.16.24l-20,8.75a2,2,0,0,1-2.09-.31l9.12-20.9a5.94,5.94,0,0,0,.19-4.31,25.88,25.88,0,0,1,6.26-26.72l52.44-52.45,36.76,36.78Zm105.16-111L178.17,108.9a6,6,0,0,0,0,8.47l4.88,4.89a10,10,0,0,1,0,14.15l-9,9a2,2,0,0,1-2.82,0l-60.69-60.7a2,2,0,0,1,0-2.83l9-9a10,10,0,0,1,14.14,0l4.89,4.89a6,6,0,0,0,4.24,1.75h0a6,6,0,0,0,4.25-1.77L172,52.66c8.58-8.58,22.52-9,31.08-.85a22,22,0,0,1,.44,31.57Z"/></svg>`;function*Ea(r){for(let e=100;e>=0;e--)for(let i=0;i<=100;i++)yield`hsl(${r}, ${i}%, ${e}%)`}function Aa(r,e,i){i/=100;const s=e*Math.min(i,1-i)/100,t=a=>{const o=(a+r/30)%12,d=i-s*Math.max(Math.min(o-3,9-o,1),-1);return Math.round(255*d).toString(16).padStart(2,"0")};return`#${t(0)}${t(8)}${t(4)}`}function us(r){let e=0,i=0,s=0,t=255;r.length===4||r.length===5?(e=parseInt(r[1]+r[1],16),i=parseInt(r[2]+r[2],16),s=parseInt(r[3]+r[3],16),r.length===5&&(t=parseInt(r[4]+r[4],16))):(r.length===7||r.length===9)&&(e=parseInt(r.substring(1,3),16),i=parseInt(r.substring(3,5),16),s=parseInt(r.substring(5,7),16),r.length===9&&(t=parseInt(r.substring(7,9),16))),e/=255,i/=255,s/=255,t/=255;const a=Math.max(e,i,s),o=Math.min(e,i,s);let d=0,c=0,b=(a+o)/2;if(a===o)d=0,c=0;else{const _=a-o;switch(c=b>.5?_/(2-a-o):_/(a+o),a){case e:d=(i-s)/_+(i<s?6:0);break;case i:d=(s-e)/_+2;break;case s:d=(e-i)/_+4;break}d/=6}return d=Math.round(d*360),{h:d,s:c,l:b,a:t}}const Ca=Object.freeze(Object.defineProperty({__proto__:null,SpreadPropsDirective:Ti,debounce:Hr,debounceAnimation:Et,once:cs,spreadProps:Me},Symbol.toStringTag,{value:"Module"}));var Oa=Object.defineProperty,Pa=Object.getOwnPropertyDescriptor,ct=(r,e,i,s)=>{for(var t=s>1?void 0:s?Pa(e,i):e,a=r.length-1,o;a>=0;a--)(o=r[a])&&(t=(s?o(e,i,t):o(t))||t);return s&&t&&Oa(e,i,t),t};h.SpectricCalendar=class extends re{constructor(){super(),this.currentDate=new Date,this.date=new Date,this.popup=!1,this.disabled=!1,this.handleMouseMove=Et(async e=>{const i=await this.calendarElement,s=i.getBoundingClientRect(),t=(e.clientX-s.left)/s.width*100,a=(e.clientY-s.top)/s.height*100;i.style.setProperty("--x",`${t}%`),i.style.setProperty("--y",`${a}%`)}),this.resetMouseMove=async()=>{const e=await this.calendarElement;e.style.setProperty("--x","200%"),e.style.setProperty("--y","200%")},this.addDisposableListener(this.calendarElement,"mousemove",this.handleMouseMove),this.addDisposableListener(this.calendarElement,"mouseleave",this.resetMouseMove)}createRenderRoot(){return this}getMonthDays(e,i){const s=new Date(e,i,1),t=[],a=s.getUTCDay(),o=new Date(e,i+1,0).getUTCDate();for(let d=0;d<a;d++)t.push("");for(let d=1;d<=o;d++)t.push(d);return t}changeMonth(e){const i=new Date(this.date);i.setUTCMonth(i.getUTCMonth()+e),this.currentDate=i}changeYear(e){const i=parseInt(e.target.value,10),s=new Date(this.date);s.setUTCFullYear(i),this.currentDate=s}selectDay(e){let i=this.date.getUTCFullYear(),s=this.date.getUTCMonth(),t=this.date.getUTCHours(),a=this.date.getUTCMinutes(),o=this.date.getUTCSeconds(),d=this.date.getUTCMilliseconds(),c=new Date;c.setUTCFullYear(i,s,e),c.setUTCHours(t,a,o,d),console.log(c.toISOString(),i,s,e),this.date=c;let b=this.querySelector("spectric-popover");b&&b.hidePopover(),this.dispatchEvent(new CustomEvent("select",{detail:c}))}update(e){e.has("currentDate")&&(this.currentDate===void 0?this.date=new Date:this.date=new Date(this.currentDate)),super.update(e)}render(){const e=this.date.getUTCFullYear(),i=this.date.getUTCMonth(),s=this.date.getUTCDate();this.date.toUTCString();const t=new Date(e,i,s).toLocaleString("default",{month:"long"}),a=this.getMonthDays(e,i),o=Array.from({length:21},(c,b)=>e-10+b),d=$`<spectric-panel class="calendar">
|
|
1391
1399
|
<div class="header">
|
|
1392
1400
|
<spectric-button
|
|
1393
1401
|
?disabled=${this.disabled}
|
|
@@ -1469,5 +1477,5 @@ Expecting `+pt.join(", ")+", got '"+(this.terminals_[z]||z)+"'":ht="Parse error
|
|
|
1469
1477
|
</g></svg>
|
|
1470
1478
|
</spectric-button>
|
|
1471
1479
|
<spectric-popover position="left" .text=${d}></spectric-popover>
|
|
1472
|
-
`:d}},ct([xt(".days")],h.SpectricCalendar.prototype,"calendarElement",2),ct([g({attribute:!1})],h.SpectricCalendar.prototype,"currentDate",2),ct([W()],h.SpectricCalendar.prototype,"date",2),ct([g({type:Boolean,reflect:!0})],h.SpectricCalendar.prototype,"popup",2),ct([g({type:Boolean,reflect:!0})],h.SpectricCalendar.prototype,"disabled",2),h.SpectricCalendar=ct([I("spectric-calendar")],h.SpectricCalendar);const Ta={...ta,...Object.freeze(Object.defineProperty({__proto__:null,get BitDisplayCanvas(){return h.BitDisplayCanvas},ButtonSizes:
|
|
1480
|
+
`:d}},ct([xt(".days")],h.SpectricCalendar.prototype,"calendarElement",2),ct([g({attribute:!1})],h.SpectricCalendar.prototype,"currentDate",2),ct([W()],h.SpectricCalendar.prototype,"date",2),ct([g({type:Boolean,reflect:!0})],h.SpectricCalendar.prototype,"popup",2),ct([g({type:Boolean,reflect:!0})],h.SpectricCalendar.prototype,"disabled",2),h.SpectricCalendar=ct([I("spectric-calendar")],h.SpectricCalendar);const Ta={...ta,...Object.freeze(Object.defineProperty({__proto__:null,get BitDisplayCanvas(){return h.BitDisplayCanvas},ButtonSizes:Si,ButtonVariants:xi,CSSPropsControls:is,get DialogElement(){return h.DialogElement},DialogElementTag:Xt,ElementTag:Vi,get Header(){return h.Header},InputVariants:Di,Orientations:qi,get PaginationElement(){return h.PaginationElement},PaginationElementTag:Wi,SPECTRIC_CSS_VARIABLES:os,get SpectricButton(){return h.SpectricButton},get SpectricCalendar(){return h.SpectricCalendar},get SpectricInput(){return h.SpectricInput},get SpectricPage(){return h.SpectricPage},get SpectricPanel(){return h.SpectricPanel},get SpectricQuery(){return h.SpectricQuery},get SpectricTableElement(){return h.SpectricTableElement},get SpectricThemeProvider(){return h.SpectricThemeProvider},get SplitView(){return h.SplitView},SupportedLanguages:Fi,TD_BorderAndPadding:at,TableElementTag:Yi,TableSelectOptions:Zi,TableSortDirection:Q,TableSortOption:Ji,ThemeSelections:ns,get TooltipElement(){return h.TooltipElement},TooltipElementTag:Xi,TooltipPostions:er,nodeTypes:ae,toLabelValue:Tt},Symbol.toStringTag,{value:"Module"})),...Ca};h.BitArray=Oi,h.ButtonSizes=Si,h.ButtonVariants=xi,h.CSSPropsControls=is,h.DialogElementTag=Xt,h.DisposableElement=re,h.ElementTag=Vi,h.InputVariants=Di,h.Orientations=qi,h.PaginationElementTag=Wi,h.SPECTRIC_CSS_VARIABLES=os,h.SpreadPropsDirective=Ti,h.SupportedLanguages=Fi,h.TD_BorderAndPadding=at,h.TableElementTag=Yi,h.TableSelectOptions=Zi,h.TableSortDirection=Q,h.TableSortOption=Ji,h.ThemeSelections=ns,h.TooltipElementTag=Xi,h.TooltipPostions=er,h.debounce=Hr,h.debounceAnimation=Et,h.default=Ta,h.getListeners=zr,h.nodeTypes=ae,h.once=cs,h.spreadProps=Me,h.toLabelValue=Tt,Object.defineProperties(h,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
1473
1481
|
//# sourceMappingURL=index.umd.js.map
|