@fluid-topics/ft-search-bar 1.0.56 → 1.0.58
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/build/converters.d.ts +1 -3
- package/build/converters.js +0 -24
- package/build/ft-search-bar.js +2 -2
- package/build/ft-search-bar.light.js +81 -81
- package/build/ft-search-bar.min.js +1 -1
- package/package.json +14 -14
package/build/converters.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { FtSearchFacet
|
|
1
|
+
import { FtSearchFacet } from "@fluid-topics/public-api";
|
|
2
2
|
import { FtFilterProperties } from "@fluid-topics/ft-filter";
|
|
3
|
-
export declare function serializeRequest(baseUrl: string, request: FtSearchRequest): string;
|
|
4
|
-
export declare function quote(value: string): string;
|
|
5
3
|
export declare function unquote(value: string): string;
|
|
6
4
|
export declare function getLabelFromValue(value: string): string | undefined;
|
|
7
5
|
export declare function getBreadcrumbFromValue(value: string): string;
|
package/build/converters.js
CHANGED
|
@@ -1,28 +1,4 @@
|
|
|
1
1
|
import { flatDeep } from "@fluid-topics/ft-wc-utils";
|
|
2
|
-
export function serializeRequest(baseUrl, request) {
|
|
3
|
-
var _a;
|
|
4
|
-
const params = new URLSearchParams({
|
|
5
|
-
"content-lang": (_a = request.contentLocale) !== null && _a !== void 0 ? _a : "all",
|
|
6
|
-
"query": request.query
|
|
7
|
-
});
|
|
8
|
-
if (request.filters.length > 0) {
|
|
9
|
-
const filters = request.filters.map(filter => {
|
|
10
|
-
const values = filter.values
|
|
11
|
-
.map(value => value.replace(/_/g, "\\\\\\\\_")
|
|
12
|
-
.replace(/~/g, "\\\\~")
|
|
13
|
-
.replace(/\*/g, "\\*"))
|
|
14
|
-
.map(value => encodeURIComponent(quote(value)))
|
|
15
|
-
.join("_");
|
|
16
|
-
return `${filter.key}~${values}`;
|
|
17
|
-
}).join("*");
|
|
18
|
-
params.append("filters", filters);
|
|
19
|
-
}
|
|
20
|
-
const url = new URL(`${baseUrl}/search/all?${params.toString()}`);
|
|
21
|
-
return url.href;
|
|
22
|
-
}
|
|
23
|
-
export function quote(value) {
|
|
24
|
-
return `"${value}"`;
|
|
25
|
-
}
|
|
26
2
|
export function unquote(value) {
|
|
27
3
|
if (value.startsWith("\"") && value.endsWith("\"")) {
|
|
28
4
|
return value.replace(/(^"+)|("+$)/g, "");
|
package/build/ft-search-bar.js
CHANGED
|
@@ -7,10 +7,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
import { html, nothing } from "lit";
|
|
8
8
|
import { property, query, state } from "lit/decorators.js";
|
|
9
9
|
import { repeat } from "lit/directives/repeat.js";
|
|
10
|
-
import { Debouncer, flatDeep, FtLitElement, jsonProperty, ParametrizedLabelResolver } from "@fluid-topics/ft-wc-utils";
|
|
10
|
+
import { Debouncer, flatDeep, FtLitElement, jsonProperty, ParametrizedLabelResolver, serializeRequest } from "@fluid-topics/ft-wc-utils";
|
|
11
11
|
import { FtSizeCategory, FtSizeWatcher } from "@fluid-topics/ft-size-watcher";
|
|
12
12
|
import { FtTypography, FtTypographyBody2 } from "@fluid-topics/ft-typography";
|
|
13
|
-
import { facetToFilter, selectedValues,
|
|
13
|
+
import { facetToFilter, selectedValues, unquote } from "./converters";
|
|
14
14
|
import { FtFilter, FtFilterOption } from "@fluid-topics/ft-filter";
|
|
15
15
|
import { FtIcon, } from "@fluid-topics/ft-icon";
|
|
16
16
|
import { FtAccordion, FtAccordionItem } from "@fluid-topics/ft-accordion";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(t,e,i,o,s,n
|
|
1
|
+
!function(t,e,i,o,s,r,n){var l;!function(t){t.S="S",t.M="M",t.L="L",t.XL="XL",t.XXL="XXL"}(l||(l={}));const a=i.css`
|
|
2
2
|
.ft-size-watcher--pixel {
|
|
3
3
|
width: 0;
|
|
4
4
|
height: 0;
|
|
@@ -17,21 +17,21 @@
|
|
|
17
17
|
.ft-size-watcher--local .ft-size-watcher--watcher {
|
|
18
18
|
width: 100%;
|
|
19
19
|
}
|
|
20
|
-
`;var c,h=function(t,e,i,o){for(var s,
|
|
20
|
+
`;var c,h=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class p extends CustomEvent{constructor(t,e){super("change",{detail:{size:t,category:e}})}}class f extends e.FtLitElement{constructor(){super(...arguments),this.debounceTimeout=100,this.local=!1,this.size=0,this.category=l.S,this.resizeObserver=new ResizeObserver((()=>this.updateSize())),this.debouncer=new e.Debouncer}render(){return i.html`
|
|
21
21
|
<div class="ft-size-watcher--pixel ${this.local?"ft-size-watcher--local":""}">
|
|
22
22
|
<div class="ft-size-watcher--watcher"></div>
|
|
23
23
|
</div>
|
|
24
|
-
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.watcher&&this.resizeObserver.observe(this.watcher),this.updateSize()}updateSize(){this.debouncer.run((()=>{this.watcher&&this.size!==this.watcher.clientWidth&&(this.size=this.watcher.clientWidth,this.size<768?this.category=l.S:this.size<976?this.category=l.M:this.size<1024?this.category=l.L:this.size<1440?this.category=l.XL:this.category=l.XXL,this.dispatchEvent(new p(this.size,this.category)))}),this.debounceTimeout)}}f.elementDefinitions={},f.styles=a,h([o.property({type:Number})],f.prototype,"debounceTimeout",void 0),h([o.property({type:Boolean})],f.prototype,"local",void 0),h([o.property({type:Number,reflect:!0})],f.prototype,"size",void 0),h([o.property({type:String,reflect:!0})],f.prototype,"category",void 0),h([o.query(".ft-size-watcher--watcher")],f.prototype,"watcher",void 0),e.customElement("ft-size-watcher")(f);const d=window,u=d.trustedTypes,b=u?u.createPolicy("lit-html",{createHTML:t=>t}):void 0,v="$lit$",g=`lit$${(Math.random()+"").slice(9)}$`,x="?"+g,y=`<${x}>`,m=document,$=()=>m.createComment(""),w=t=>null===t||"object"!=typeof t&&"function"!=typeof t,k=Array.isArray,S="[ \t\n\f\r]",z=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,O=/-->/g,E=/>/g,B=RegExp(`>|${S}(?:([^\\s"'>=/]+)(${S}*=${S}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),C=/'/g,I=/"/g,F=/^(?:script|style|textarea|title)$/i,D=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),L=Symbol.for("lit-noChange"),j=Symbol.for("lit-nothing"),M=new WeakMap,
|
|
24
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.watcher&&this.resizeObserver.observe(this.watcher),this.updateSize()}updateSize(){this.debouncer.run((()=>{this.watcher&&this.size!==this.watcher.clientWidth&&(this.size=this.watcher.clientWidth,this.size<768?this.category=l.S:this.size<976?this.category=l.M:this.size<1024?this.category=l.L:this.size<1440?this.category=l.XL:this.category=l.XXL,this.dispatchEvent(new p(this.size,this.category)))}),this.debounceTimeout)}}f.elementDefinitions={},f.styles=a,h([o.property({type:Number})],f.prototype,"debounceTimeout",void 0),h([o.property({type:Boolean})],f.prototype,"local",void 0),h([o.property({type:Number,reflect:!0})],f.prototype,"size",void 0),h([o.property({type:String,reflect:!0})],f.prototype,"category",void 0),h([o.query(".ft-size-watcher--watcher")],f.prototype,"watcher",void 0),e.customElement("ft-size-watcher")(f);const d=window,u=d.trustedTypes,b=u?u.createPolicy("lit-html",{createHTML:t=>t}):void 0,v="$lit$",g=`lit$${(Math.random()+"").slice(9)}$`,x="?"+g,y=`<${x}>`,m=document,$=()=>m.createComment(""),w=t=>null===t||"object"!=typeof t&&"function"!=typeof t,k=Array.isArray,S="[ \t\n\f\r]",z=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,O=/-->/g,E=/>/g,B=RegExp(`>|${S}(?:([^\\s"'>=/]+)(${S}*=${S}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),C=/'/g,I=/"/g,F=/^(?:script|style|textarea|title)$/i,D=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),L=Symbol.for("lit-noChange"),j=Symbol.for("lit-nothing"),M=new WeakMap,A=m.createTreeWalker(m,129,null,!1),R=(t,e)=>{const i=t.length-1,o=[];let s,r=2===e?"<svg>":"",n=z;for(let e=0;e<i;e++){const i=t[e];let l,a,c=-1,h=0;for(;h<i.length&&(n.lastIndex=h,a=n.exec(i),null!==a);)h=n.lastIndex,n===z?"!--"===a[1]?n=O:void 0!==a[1]?n=E:void 0!==a[2]?(F.test(a[2])&&(s=RegExp("</"+a[2],"g")),n=B):void 0!==a[3]&&(n=B):n===B?">"===a[0]?(n=null!=s?s:z,c=-1):void 0===a[1]?c=-2:(c=n.lastIndex-a[2].length,l=a[1],n=void 0===a[3]?B:'"'===a[3]?I:C):n===I||n===C?n=B:n===O||n===E?n=z:(n=B,s=void 0);const p=n===B&&t[e+1].startsWith("/>")?" ":"";r+=n===z?i+y:c>=0?(o.push(l),i.slice(0,c)+v+i.slice(c)+g+p):i+g+(-2===c?(o.push(void 0),e):p)}const l=r+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==b?b.createHTML(l):l,o]};class T{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let s=0,r=0;const n=t.length-1,l=this.parts,[a,c]=R(t,e);if(this.el=T.createElement(a,i),A.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=A.nextNode())&&l.length<n;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith(v)||e.startsWith(g)){const i=c[r++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+v).split(g),e=/([.?@])?(.*)/.exec(i);l.push({type:1,index:s,name:e[2],strings:t,ctor:"."===e[1]?_:"?"===e[1]?V:"@"===e[1]?W:U})}else l.push({type:6,index:s})}for(const e of t)o.removeAttribute(e)}if(F.test(o.tagName)){const t=o.textContent.split(g),e=t.length-1;if(e>0){o.textContent=u?u.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],$()),A.nextNode(),l.push({type:2,index:++s});o.append(t[e],$())}}}else if(8===o.nodeType)if(o.data===x)l.push({type:2,index:s});else{let t=-1;for(;-1!==(t=o.data.indexOf(g,t+1));)l.push({type:7,index:s}),t+=g.length-1}s++}}static createElement(t,e){const i=m.createElement("template");return i.innerHTML=t,i}}function N(t,e,i=t,o){var s,r,n,l;if(e===L)return e;let a=void 0!==o?null===(s=i._$Co)||void 0===s?void 0:s[o]:i._$Cl;const c=w(e)?void 0:e._$litDirective$;return(null==a?void 0:a.constructor)!==c&&(null===(r=null==a?void 0:a._$AO)||void 0===r||r.call(a,!1),void 0===c?a=void 0:(a=new c(t),a._$AT(t,i,o)),void 0!==o?(null!==(n=(l=i)._$Co)&&void 0!==n?n:l._$Co=[])[o]=a:i._$Cl=a),void 0!==a&&(e=N(t,a._$AS(t,e.values),a,o)),e}class P{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var e;const{el:{content:i},parts:o}=this._$AD,s=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:m).importNode(i,!0);A.currentNode=s;let r=A.nextNode(),n=0,l=0,a=o[0];for(;void 0!==a;){if(n===a.index){let e;2===a.type?e=new Z(r,r.nextSibling,this,t):1===a.type?e=new a.ctor(r,a.name,a.strings,this,t):6===a.type&&(e=new K(r,this,t)),this._$AV.push(e),a=o[++l]}n!==(null==a?void 0:a.index)&&(r=A.nextNode(),n++)}return s}v(t){let e=0;for(const i of this._$AV)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class Z{constructor(t,e,i,o){var s;this.type=2,this._$AH=j,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cp=null===(s=null==o?void 0:o.isConnected)||void 0===s||s}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===(null==t?void 0:t.nodeType)&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=N(this,t,e),w(t)?t===j||null==t||""===t?(this._$AH!==j&&this._$AR(),this._$AH=j):t!==this._$AH&&t!==L&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>k(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==j&&w(this._$AH)?this._$AA.nextSibling.data=t:this.$(m.createTextNode(t)),this._$AH=t}g(t){var e;const{values:i,_$litType$:o}=t,s="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=T.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===s)this._$AH.v(i);else{const t=new P(s,this),e=t.u(this.options);t.v(i),this.$(e),this._$AH=t}}_$AC(t){let e=M.get(t.strings);return void 0===e&&M.set(t.strings,e=new T(t)),e}T(t){k(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const s of t)o===e.length?e.push(i=new Z(this.k($()),this.k($()),this,this.options)):i=e[o],i._$AI(s),o++;o<e.length&&(this._$AR(i&&i._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cp=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class U{constructor(t,e,i,o,s){this.type=1,this._$AH=j,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=s,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=j}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,o){const s=this.strings;let r=!1;if(void 0===s)t=N(this,t,e,0),r=!w(t)||t!==this._$AH&&t!==L,r&&(this._$AH=t);else{const o=t;let n,l;for(t=s[0],n=0;n<s.length-1;n++)l=N(this,o[i+n],e,n),l===L&&(l=this._$AH[n]),r||(r=!w(l)||l!==this._$AH[n]),l===j?t=j:t!==j&&(t+=(null!=l?l:"")+s[n+1]),this._$AH[n]=l}r&&!o&&this.j(t)}j(t){t===j?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class _ extends U{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===j?void 0:t}}const H=u?u.emptyScript:"";class V extends U{constructor(){super(...arguments),this.type=4}j(t){t&&t!==j?this.element.setAttribute(this.name,H):this.element.removeAttribute(this.name)}}class W extends U{constructor(t,e,i,o,s){super(t,e,i,o,s),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=N(this,t,e,0))&&void 0!==i?i:j)===L)return;const o=this._$AH,s=t===j&&o!==j||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,r=t!==j&&(o===j||s);s&&this.element.removeEventListener(this.name,this,o),r&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class K{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){N(this,t)}}const q=d.litHtmlPolyfillSupport;null==q||q(T,Z),(null!==(c=d.litHtmlVersions)&&void 0!==c?c:d.litHtmlVersions=[]).push("2.7.3");
|
|
25
25
|
/**
|
|
26
26
|
* @license
|
|
27
27
|
* Copyright 2020 Google LLC
|
|
28
28
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
29
29
|
*/
|
|
30
|
-
const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t._$litStatic$},Y=t=>({_$litStatic$:t,r:G}),J=new Map,Q=(t=>(e,...i)=>{const o=i.length;let s,
|
|
30
|
+
const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t._$litStatic$},Y=t=>({_$litStatic$:t,r:G}),J=new Map,Q=(t=>(e,...i)=>{const o=i.length;let s,r;const n=[],l=[];let a,c=0,h=!1;for(;c<o;){for(a=e[c];c<o&&void 0!==(r=i[c],s=X(r));)a+=s+e[++c],h=!0;c!==o&&l.push(r),n.push(a),c++}if(c===o&&n.push(e[o]),h){const t=n.join("$$lit$$");void 0===(e=J.get(t))&&(n.raw=n,J.set(t,e=n)),i=l}return t(e,...i)})(D);var tt;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button"}(tt||(tt={}));const et=e.FtCssVariableFactory.extend("--ft-typography-font-family",e.designSystemVariables.titleFont),it=e.FtCssVariableFactory.extend("--ft-typography-font-family",e.designSystemVariables.contentFont),ot={fontFamily:it,fontSize:e.FtCssVariableFactory.create("--ft-typography-font-size","SIZE","16px"),fontWeight:e.FtCssVariableFactory.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:e.FtCssVariableFactory.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:e.FtCssVariableFactory.create("--ft-typography-line-height","NUMBER","1.5"),textTransform:e.FtCssVariableFactory.create("--ft-typography-text-transform","UNKNOWN","inherit")},st=e.FtCssVariableFactory.extend("--ft-typography-title-font-family",et),rt=e.FtCssVariableFactory.extend("--ft-typography-title-font-size",ot.fontSize,"20px"),nt=e.FtCssVariableFactory.extend("--ft-typography-title-font-weight",ot.fontWeight,"normal"),lt=e.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing",ot.letterSpacing,"0.15px"),at=e.FtCssVariableFactory.extend("--ft-typography-title-line-height",ot.lineHeight,"1.2"),ct=e.FtCssVariableFactory.extend("--ft-typography-title-text-transform",ot.textTransform,"inherit"),ht=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family",et),pt=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size",ot.fontSize,"14px"),ft=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight",ot.fontWeight,"normal"),dt=e.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing",ot.letterSpacing,"0.105px"),ut=e.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height",ot.lineHeight,"1.7"),bt=e.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform",ot.textTransform,"inherit"),vt=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family",it),gt=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size",ot.fontSize,"16px"),xt=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight",ot.fontWeight,"600"),yt=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing",ot.letterSpacing,"0.144px"),mt=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height",ot.lineHeight,"1.5"),$t=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform",ot.textTransform,"inherit"),wt=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family",it),kt=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size",ot.fontSize,"14px"),St=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight",ot.fontWeight,"normal"),zt=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing",ot.letterSpacing,"0.098px"),Ot=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height",ot.lineHeight,"1.7"),Et=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform",ot.textTransform,"inherit"),Bt={fontFamily:e.FtCssVariableFactory.extend("--ft-typography-body1-font-family",it),fontSize:e.FtCssVariableFactory.extend("--ft-typography-body1-font-size",ot.fontSize,"16px"),fontWeight:e.FtCssVariableFactory.extend("--ft-typography-body1-font-weight",ot.fontWeight,"normal"),letterSpacing:e.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing",ot.letterSpacing,"0.496px"),lineHeight:e.FtCssVariableFactory.extend("--ft-typography-body1-line-height",ot.lineHeight,"1.5"),textTransform:e.FtCssVariableFactory.extend("--ft-typography-body1-text-transform",ot.textTransform,"inherit")},Ct={fontFamily:e.FtCssVariableFactory.extend("--ft-typography-body2-font-family",it),fontSize:e.FtCssVariableFactory.extend("--ft-typography-body2-font-size",ot.fontSize,"14px"),fontWeight:e.FtCssVariableFactory.extend("--ft-typography-body2-font-weight",ot.fontWeight,"normal"),letterSpacing:e.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing",ot.letterSpacing,"0.252px"),lineHeight:e.FtCssVariableFactory.extend("--ft-typography-body2-line-height",ot.lineHeight,"1.4"),textTransform:e.FtCssVariableFactory.extend("--ft-typography-body2-text-transform",ot.textTransform,"inherit")},It={fontFamily:e.FtCssVariableFactory.extend("--ft-typography-caption-font-family",it),fontSize:e.FtCssVariableFactory.extend("--ft-typography-caption-font-size",ot.fontSize,"12px"),fontWeight:e.FtCssVariableFactory.extend("--ft-typography-caption-font-weight",ot.fontWeight,"normal"),letterSpacing:e.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing",ot.letterSpacing,"0.396px"),lineHeight:e.FtCssVariableFactory.extend("--ft-typography-caption-line-height",ot.lineHeight,"1.33"),textTransform:e.FtCssVariableFactory.extend("--ft-typography-caption-text-transform",ot.textTransform,"inherit")},Ft=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family",it),Dt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size",ot.fontSize,"10px"),Lt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight",ot.fontWeight,"normal"),jt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing",ot.letterSpacing,"0.33px"),Mt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height",ot.lineHeight,"1.6"),At=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform",ot.textTransform,"inherit"),Rt=e.FtCssVariableFactory.extend("--ft-typography-overline-font-family",it),Tt=e.FtCssVariableFactory.extend("--ft-typography-overline-font-size",ot.fontSize,"10px"),Nt=e.FtCssVariableFactory.extend("--ft-typography-overline-font-weight",ot.fontWeight,"normal"),Pt=e.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing",ot.letterSpacing,"1.5px"),Zt=e.FtCssVariableFactory.extend("--ft-typography-overline-line-height",ot.lineHeight,"1.6"),Ut=e.FtCssVariableFactory.extend("--ft-typography-overline-text-transform",ot.textTransform,"uppercase"),_t={fontFamily:e.FtCssVariableFactory.extend("--ft-typography-button-font-family",it),fontSize:e.FtCssVariableFactory.extend("--ft-typography-button-font-size",ot.fontSize,"14px"),fontWeight:e.FtCssVariableFactory.extend("--ft-typography-button-font-weight",ot.fontWeight,"600"),letterSpacing:e.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing",ot.letterSpacing,"1.246px"),lineHeight:e.FtCssVariableFactory.extend("--ft-typography-button-line-height",ot.lineHeight,"1.15"),textTransform:e.FtCssVariableFactory.extend("--ft-typography-button-text-transform",ot.textTransform,"uppercase")},Ht=i.css`
|
|
31
31
|
.ft-typography--title {
|
|
32
32
|
font-family: ${st};
|
|
33
|
-
font-size: ${
|
|
34
|
-
font-weight: ${
|
|
33
|
+
font-size: ${rt};
|
|
34
|
+
font-weight: ${nt};
|
|
35
35
|
letter-spacing: ${lt};
|
|
36
36
|
line-height: ${at};
|
|
37
37
|
text-transform: ${ct};
|
|
@@ -98,11 +98,11 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
98
98
|
font-weight: ${Lt};
|
|
99
99
|
letter-spacing: ${jt};
|
|
100
100
|
line-height: ${Mt};
|
|
101
|
-
text-transform: ${
|
|
101
|
+
text-transform: ${At};
|
|
102
102
|
}
|
|
103
103
|
`,Jt=i.css`
|
|
104
104
|
.ft-typography--overline {
|
|
105
|
-
font-family: ${
|
|
105
|
+
font-family: ${Rt};
|
|
106
106
|
font-size: ${Tt};
|
|
107
107
|
font-weight: ${Nt};
|
|
108
108
|
letter-spacing: ${Pt};
|
|
@@ -122,14 +122,14 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
122
122
|
.ft-typography {
|
|
123
123
|
vertical-align: inherit;
|
|
124
124
|
}
|
|
125
|
-
`;var ee=function(t,e,i,o){for(var s,
|
|
125
|
+
`;var ee=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class ie extends e.FtLitElement{constructor(){super(...arguments),this.variant=tt.body1}render(){return this.element?Q`
|
|
126
126
|
<${Y(this.element)}
|
|
127
127
|
class="ft-typography ft-typography--${this.variant}">
|
|
128
128
|
<slot></slot>
|
|
129
129
|
</${Y(this.element)}>
|
|
130
130
|
`:Q`
|
|
131
131
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
132
|
-
`}}function oe(t){return t.startsWith('"')&&t.endsWith('"')?t.replace(/(^"+)|("+$)/g,""):t}function se(t,e){return{label:t.label,selected:!e&&t.selected,subOptions:t.childNodes.map((e=>se(e,t.selected))),value:t.value}}function
|
|
132
|
+
`}}function oe(t){return t.startsWith('"')&&t.endsWith('"')?t.replace(/(^"+)|("+$)/g,""):t}function se(t,e){return{label:t.label,selected:!e&&t.selected,subOptions:t.childNodes.map((e=>se(e,t.selected))),value:t.value}}function re(t){return{id:t.key,label:t.label,multivalued:t.multiSelectionable,options:t.rootNodes.map((t=>se(t,!1)))}}ie.styles=[Ht,Vt,Wt,Kt,qt,Gt,Xt,Yt,Jt,Qt,te],ee([o.property()],ie.prototype,"element",void 0),ee([o.property()],ie.prototype,"variant",void 0),e.customElement("ft-typography")(ie);const ne=e.FtCssVariableFactory.extend("--ft-ripple-color",e.designSystemVariables.colorContent),le={color:ne,backgroundColor:e.FtCssVariableFactory.extend("--ft-ripple-background-color",ne),opacityContentOnSurfacePressed:e.FtCssVariableFactory.external(e.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:e.FtCssVariableFactory.external(e.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:e.FtCssVariableFactory.external(e.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:e.FtCssVariableFactory.external(e.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:e.FtCssVariableFactory.create("--ft-ripple-border-radius","SIZE","0px")},ae=e.FtCssVariableFactory.extend("--ft-ripple-color",e.designSystemVariables.colorPrimary),ce=ae,he=e.FtCssVariableFactory.extend("--ft-ripple-background-color",ae),pe=e.FtCssVariableFactory.extend("--ft-ripple-color",e.designSystemVariables.colorSecondary),fe=pe,de=e.FtCssVariableFactory.extend("--ft-ripple-background-color",pe),ue=i.css`
|
|
133
133
|
:host {
|
|
134
134
|
display: contents;
|
|
135
135
|
}
|
|
@@ -241,14 +241,14 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
241
241
|
opacity: ${le.opacityContentOnSurfacePressed};
|
|
242
242
|
transform: translate(-50%, -50%) scale(1);
|
|
243
243
|
}
|
|
244
|
-
`;var be=function(t,e,i,o){for(var s,
|
|
244
|
+
`;var be=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class ve extends e.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new e.Debouncer(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new e.Debouncer(10),this.moveRipple=t=>{var e,i;let{x:o,y:s}=this.getCoordinates(t),r=null!==(i=null===(e=this.ripple)||void 0===e?void 0:e.getBoundingClientRect())&&void 0!==i?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=o?o-r.x:r.width/2),this.originY=Math.round(null!=s?s-r.y:r.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return i.html`
|
|
245
245
|
<style>
|
|
246
246
|
.ft-ripple .ft-ripple--effect {
|
|
247
247
|
left: ${this.originX}px;
|
|
248
248
|
top: ${this.originY}px;
|
|
249
249
|
}
|
|
250
250
|
</style>
|
|
251
|
-
<div class="${
|
|
251
|
+
<div class="${r.classMap(t)}">
|
|
252
252
|
<div class="ft-ripple--background"></div>
|
|
253
253
|
<div class="ft-ripple--effect"></div>
|
|
254
254
|
</div>
|
|
@@ -281,7 +281,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
281
281
|
position: relative;
|
|
282
282
|
word-break: break-word;
|
|
283
283
|
}
|
|
284
|
-
`;var ye=function(t,e,i,o){for(var s,
|
|
284
|
+
`;var ye=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class me extends e.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new e.Debouncer,this.revealDebouncer=new e.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return i.html`
|
|
285
285
|
<div part="container"
|
|
286
286
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
287
287
|
@mouseenter=${this.onHover}
|
|
@@ -299,7 +299,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
299
299
|
</div>
|
|
300
300
|
</div>
|
|
301
301
|
</div>
|
|
302
|
-
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent();const t=this.slottedElement;if(this.tooltip&&t){const e=this.tooltip.offsetWidth,i=this.tooltip.offsetHeight,o=(t.offsetHeight-i)/2,s=(t.offsetWidth-e)/2;let
|
|
302
|
+
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent();const t=this.slottedElement;if(this.tooltip&&t){const e=this.tooltip.offsetWidth,i=this.tooltip.offsetHeight,o=(t.offsetHeight-i)/2,s=(t.offsetWidth-e)/2;let r=0,n=0;switch(this.tooltip.style.top="0",this.tooltip.style.left="0",this.validPosition){case"top":n=t.offsetTop-i-this.tooltip.offsetTop,r=t.offsetLeft+s-this.tooltip.offsetLeft;break;case"bottom":n=t.offsetTop+t.offsetHeight-this.tooltip.offsetTop,r=t.offsetLeft+s-this.tooltip.offsetLeft;break;case"left":n=t.offsetTop+o-this.tooltip.offsetTop,r=t.offsetLeft-e-this.tooltip.offsetLeft;break;case"right":n=t.offsetTop+o-this.tooltip.offsetTop,r=t.offsetLeft+t.offsetWidth-this.tooltip.offsetLeft}const l=this.tooltip.style;l.left=r+"px",l.top=n+"px";const a=this.tooltip.getBoundingClientRect();let c=-a.x,h=a.x+a.width-window.innerWidth;l.left=r+Math.round(this.correctOutOfWindowPixels(c,h))+"px";let p=-a.y,f=a.y+a.height-window.innerHeight;l.top=n+Math.round(this.correctOutOfWindowPixels(p,f))+"px",l.maxWidth=`max(${t.offsetWidth}px, ${ge.maxWidth})`}this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}me.elementDefinitions={"ft-typography":ie},me.styles=xe,ye([o.property()],me.prototype,"text",void 0),ye([o.property({type:Boolean})],me.prototype,"manual",void 0),ye([o.property({type:Boolean})],me.prototype,"inline",void 0),ye([o.property({type:Number})],me.prototype,"delay",void 0),ye([o.property()],me.prototype,"position",void 0),ye([o.queryAssignedNodes("",!0)],me.prototype,"slotNodes",void 0),ye([o.query(".ft-tooltip--container")],me.prototype,"container",void 0),ye([o.query(".ft-tooltip")],me.prototype,"tooltip",void 0),ye([o.query(".ft-tooltip--content")],me.prototype,"tooltipContent",void 0),ye([o.state()],me.prototype,"visible",void 0),e.customElement("ft-tooltip")(me);const $e={color:e.FtCssVariableFactory.extend("--ft-loader-color",e.designSystemVariables.colorPrimary),size:e.FtCssVariableFactory.create("--ft-loader-size","SIZE","80px")},we=i.css`
|
|
303
303
|
:host {
|
|
304
304
|
line-height: 0;
|
|
305
305
|
}
|
|
@@ -423,12 +423,12 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
423
423
|
.ft-icon--material {
|
|
424
424
|
font-family: ${Be.materialFontFamily}, "Material Icons", sans-serif;
|
|
425
425
|
}
|
|
426
|
-
`;var Ie;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Ie||(Ie={}));var Fe=function(t,e,i,o){for(var s,
|
|
426
|
+
`;var Ie;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Ie||(Ie={}));var Fe=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class De extends e.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=i.nothing}render(){const t=this.variant&&Object.values(Ie).includes(this.variant)?this.variant:Ie.fluid_topics,e=t!==Ie.material||!!this.value;return i.html`
|
|
427
427
|
<i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
|
|
428
|
-
${
|
|
428
|
+
${n.unsafeHTML(this.resolvedIcon)}
|
|
429
429
|
<slot ?hidden=${e}></slot>
|
|
430
430
|
</i>
|
|
431
|
-
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let o=this.value||this.textContent;switch(this.variant){case Ie.file_format:this.resolvedIcon=null!==(t=ze[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case Ie.material:this.resolvedIcon=this.value||i.nothing;break;default:this.resolvedIcon=null!==(e=Se[o.replace("-","_").toUpperCase()])&&void 0!==e?e:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}De.elementDefinitions={},De.styles=Ce,Fe([o.property()],De.prototype,"variant",void 0),Fe([o.property()],De.prototype,"value",void 0),Fe([o.state()],De.prototype,"resolvedIcon",void 0),Fe([o.query("slot")],De.prototype,"slottedContent",void 0),e.customElement("ft-icon")(De);const Le=e.FtCssVariableFactory.extend("--ft-button-color",e.designSystemVariables.colorPrimary),je={backgroundColor:e.FtCssVariableFactory.extend("--ft-button-background-color",e.designSystemVariables.colorSurface),borderRadius:e.FtCssVariableFactory.extend("--ft-button-border-radius",e.designSystemVariables.borderRadiusL),color:Le,fontSize:e.FtCssVariableFactory.extend("--ft-button-font-size",_t.fontSize),iconSize:e.FtCssVariableFactory.create("--ft-button-icon-size","SIZE","24px"),rippleColor:e.FtCssVariableFactory.extend("--ft-button-ripple-color",Le),verticalPadding:e.FtCssVariableFactory.create("--ft-button-vertical-padding","SIZE","6px"),horizontalPadding:e.FtCssVariableFactory.create("--ft-button-horizontal-padding","SIZE","8px"),iconPadding:e.FtCssVariableFactory.create("--ft-button-icon-padding","SIZE","8px"),opacityDisabled:e.FtCssVariableFactory.external(e.designSystemVariables.colorOpacityDisabled,"Design system")},Me=e.FtCssVariableFactory.extend("--ft-button-primary-color",e.FtCssVariableFactory.extend("--ft-button-color",e.designSystemVariables.colorOnPrimary)),
|
|
431
|
+
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let o=this.value||this.textContent;switch(this.variant){case Ie.file_format:this.resolvedIcon=null!==(t=ze[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case Ie.material:this.resolvedIcon=this.value||i.nothing;break;default:this.resolvedIcon=null!==(e=Se[o.replace("-","_").toUpperCase()])&&void 0!==e?e:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}De.elementDefinitions={},De.styles=Ce,Fe([o.property()],De.prototype,"variant",void 0),Fe([o.property()],De.prototype,"value",void 0),Fe([o.state()],De.prototype,"resolvedIcon",void 0),Fe([o.query("slot")],De.prototype,"slottedContent",void 0),e.customElement("ft-icon")(De);const Le=e.FtCssVariableFactory.extend("--ft-button-color",e.designSystemVariables.colorPrimary),je={backgroundColor:e.FtCssVariableFactory.extend("--ft-button-background-color",e.designSystemVariables.colorSurface),borderRadius:e.FtCssVariableFactory.extend("--ft-button-border-radius",e.designSystemVariables.borderRadiusL),color:Le,fontSize:e.FtCssVariableFactory.extend("--ft-button-font-size",_t.fontSize),iconSize:e.FtCssVariableFactory.create("--ft-button-icon-size","SIZE","24px"),rippleColor:e.FtCssVariableFactory.extend("--ft-button-ripple-color",Le),verticalPadding:e.FtCssVariableFactory.create("--ft-button-vertical-padding","SIZE","6px"),horizontalPadding:e.FtCssVariableFactory.create("--ft-button-horizontal-padding","SIZE","8px"),iconPadding:e.FtCssVariableFactory.create("--ft-button-icon-padding","SIZE","8px"),opacityDisabled:e.FtCssVariableFactory.external(e.designSystemVariables.colorOpacityDisabled,"Design system")},Me=e.FtCssVariableFactory.extend("--ft-button-primary-color",e.FtCssVariableFactory.extend("--ft-button-color",e.designSystemVariables.colorOnPrimary)),Ae={backgroundColor:e.FtCssVariableFactory.extend("--ft-button-primary-background-color",e.FtCssVariableFactory.extend("--ft-button-background-color",e.designSystemVariables.colorPrimary)),color:Me,rippleColor:e.FtCssVariableFactory.extend("--ft-button-primary-ripple-color",Me)},Re=e.FtCssVariableFactory.extend("--ft-button-dense-border-radius",e.FtCssVariableFactory.extend("--ft-button-border-radius",e.designSystemVariables.borderRadiusM)),Te=e.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","SIZE","2px"),Ne=e.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","SIZE","4px"),Pe=e.FtCssVariableFactory.create("--ft-button-dense-icon-padding","SIZE","4px"),Ze=[i.css`
|
|
432
432
|
:host {
|
|
433
433
|
display: inline-block;
|
|
434
434
|
max-width: 100%;
|
|
@@ -487,7 +487,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
487
487
|
|
|
488
488
|
.ft-button.ft-button--dense {
|
|
489
489
|
padding: ${Te} ${Ne};
|
|
490
|
-
border-radius: ${
|
|
490
|
+
border-radius: ${Re};
|
|
491
491
|
gap: ${Pe};
|
|
492
492
|
}
|
|
493
493
|
|
|
@@ -513,9 +513,9 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
.ft-button.ft-button--primary {
|
|
516
|
-
background-color: ${
|
|
517
|
-
--ft-button-internal-color: ${
|
|
518
|
-
${e.setVariable(le.color,
|
|
516
|
+
background-color: ${Ae.backgroundColor};
|
|
517
|
+
--ft-button-internal-color: ${Ae.color};
|
|
518
|
+
${e.setVariable(le.color,Ae.rippleColor)};
|
|
519
519
|
}
|
|
520
520
|
|
|
521
521
|
.ft-button:focus {
|
|
@@ -565,9 +565,9 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
565
565
|
${e.setVariable($e.size,je.iconSize)};
|
|
566
566
|
${e.setVariable($e.color,"var(--ft-button-internal-color)")};
|
|
567
567
|
}
|
|
568
|
-
`,e.noTextSelect];var Ue=function(t,e,i,o){for(var s,
|
|
568
|
+
`,e.noTextSelect];var Ue=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class _e extends e.FtLitElement{constructor(){super(...arguments),this.role="button",this.primary=!1,this.outlined=!1,this.disabled=!1,this.dense=!1,this.round=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.onclick=t=>{this.isDisabled()&&(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())}}render(){const t={"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0};return this.addTooltipIfNeeded(i.html`
|
|
569
569
|
<button part="button"
|
|
570
|
-
class="${
|
|
570
|
+
class="${r.classMap(t)}"
|
|
571
571
|
aria-label="${this.getLabel()}"
|
|
572
572
|
?disabled=${this.isDisabled()}>
|
|
573
573
|
<ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
|
|
@@ -665,8 +665,8 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
665
665
|
.ft-checkbox--indeterminate .ft-checkbox--checkmark {
|
|
666
666
|
opacity: 1;
|
|
667
667
|
}
|
|
668
|
-
`;var Xe=function(t,e,i,o){for(var s,
|
|
669
|
-
<label class="${
|
|
668
|
+
`;var Xe=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class Ye extends e.FtLitElement{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1}render(){const t={"ft-checkbox":!0,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return i.html`
|
|
669
|
+
<label class="${r.classMap(t)}" for="checkbox-input">
|
|
670
670
|
<div class="ft-checkbox--box-container">
|
|
671
671
|
<ft-ripple
|
|
672
672
|
?disabled=${this.disabled}
|
|
@@ -770,8 +770,8 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
770
770
|
.ft-radio--disabled .ft-radio--box:after {
|
|
771
771
|
background-color: ${ei};
|
|
772
772
|
}
|
|
773
|
-
`;var oi=function(t,e,i,o){for(var s,
|
|
774
|
-
<div class="${
|
|
773
|
+
`;var oi=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class si extends CustomEvent{constructor(t,e){super("change",{detail:{value:t,checked:e},bubbles:!0,composed:!0})}}class ri extends e.FtLitElement{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.disabled=!1}render(){const t={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return i.html`
|
|
774
|
+
<div class="${r.classMap(t)}">
|
|
775
775
|
<div class="ft-radio--box-container">
|
|
776
776
|
<ft-ripple
|
|
777
777
|
?disabled=${this.disabled}
|
|
@@ -795,16 +795,16 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
795
795
|
</ft-typography>
|
|
796
796
|
</label>
|
|
797
797
|
</div>
|
|
798
|
-
`}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new si(this.value,this.checked))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),null===(e=this.ripple)||void 0===e||e.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new si(this.value,this.checked)),this.focus()}focus(){var t;null===(t=this.input)||void 0===t||t.focus()}}
|
|
798
|
+
`}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new si(this.value,this.checked))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),null===(e=this.ripple)||void 0===e||e.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new si(this.value,this.checked)),this.focus()}focus(){var t;null===(t=this.input)||void 0===t||t.focus()}}ri.elementDefinitions={"ft-ripple":ve,"ft-typography":ie},ri.styles=ii,oi([o.property()],ri.prototype,"value",void 0),oi([o.property()],ri.prototype,"name",void 0),oi([o.property({type:Boolean,reflect:!0})],ri.prototype,"checked",void 0),oi([o.property({type:Boolean})],ri.prototype,"disabled",void 0),oi([o.query(".ft-radio")],ri.prototype,"container",void 0),oi([o.query("ft-ripple")],ri.prototype,"ripple",void 0),oi([o.query("input")],ri.prototype,"input",void 0);const ni=i.css`
|
|
799
799
|
:host {
|
|
800
800
|
display: contents;
|
|
801
801
|
}
|
|
802
|
-
`;var li=function(t,e,i,o){for(var s,
|
|
802
|
+
`;var li=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class ai extends e.FtLitElement{constructor(){super(...arguments),this.name=""}render(){return i.html`
|
|
803
803
|
<slot @slotchange=${this.onSlotChange}
|
|
804
804
|
@change=${this.onChange}
|
|
805
805
|
@keydown=${this.onKeyDown}
|
|
806
806
|
></slot>
|
|
807
|
-
`}onSlotChange(){this.radioButtons.forEach((t=>t.name=this.name))}onChange(t){t.stopPropagation(),this.radioButtons.forEach((e=>e.checked=t.detail.value===e.value)),this.dispatchEvent(new CustomEvent("change",{detail:t.detail.value})),this.focusCurrentValue()}onKeyDown(t){switch(t.key){case"ArrowUp":case"ArrowLeft":{let e=this.findFtRadio(t),i=this.radioButtons.indexOf(e)-1;this.radioButtons[i<0?this.radioButtons.length-1:i].select();break}case"ArrowDown":case"ArrowRight":{let e=this.radioButtons.indexOf(this.findFtRadio(t))+1;this.radioButtons[e>this.radioButtons.length-1?0:e].select();break}}}findFtRadio(t){return t.composedPath().find((t=>"FT-RADIO"===t.tagName))}focusCurrentValue(){setTimeout((()=>{var t;return null===(t=this.radioButtons.find((t=>t.checked)))||void 0===t?void 0:t.focus()}),10)}}ai.elementDefinitions={},ai.styles=
|
|
807
|
+
`}onSlotChange(){this.radioButtons.forEach((t=>t.name=this.name))}onChange(t){t.stopPropagation(),this.radioButtons.forEach((e=>e.checked=t.detail.value===e.value)),this.dispatchEvent(new CustomEvent("change",{detail:t.detail.value})),this.focusCurrentValue()}onKeyDown(t){switch(t.key){case"ArrowUp":case"ArrowLeft":{let e=this.findFtRadio(t),i=this.radioButtons.indexOf(e)-1;this.radioButtons[i<0?this.radioButtons.length-1:i].select();break}case"ArrowDown":case"ArrowRight":{let e=this.radioButtons.indexOf(this.findFtRadio(t))+1;this.radioButtons[e>this.radioButtons.length-1?0:e].select();break}}}findFtRadio(t){return t.composedPath().find((t=>"FT-RADIO"===t.tagName))}focusCurrentValue(){setTimeout((()=>{var t;return null===(t=this.radioButtons.find((t=>t.checked)))||void 0===t?void 0:t.focus()}),10)}}ai.elementDefinitions={},ai.styles=ni,li([o.property()],ai.prototype,"name",void 0),li([o.queryAssignedElements()],ai.prototype,"radioButtons",void 0),e.customElement("ft-radio")(ri),e.customElement("ft-radio-group")(ai);const ci={borderRadiusM:e.FtCssVariableFactory.external(e.designSystemVariables.borderRadiusM,"Design system"),colorOutline:e.FtCssVariableFactory.external(e.designSystemVariables.colorOutline,"Design system"),colorOnSurface:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurfaceDisabled,"Design system"),colorPrimary:e.FtCssVariableFactory.external(e.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnPrimary,"Design system"),fontFamily:e.FtCssVariableFactory.external(Ct.fontFamily,"Body2 typography"),fontSize:e.FtCssVariableFactory.external(Ct.fontSize,"Body2 typography"),fontWeight:e.FtCssVariableFactory.external(Ct.fontWeight,"Body2 typography"),letterSpacing:e.FtCssVariableFactory.external(Ct.letterSpacing,"Body2 typography"),lineHeight:e.FtCssVariableFactory.external(Ct.lineHeight,"Body2 typography"),textTransform:e.FtCssVariableFactory.external(Ct.textTransform,"Body2 typography")},hi=i.css`
|
|
808
808
|
.ft-filter-level--container {
|
|
809
809
|
display: flex;
|
|
810
810
|
flex-direction: column;
|
|
@@ -870,7 +870,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
870
870
|
margin: 10px 0;
|
|
871
871
|
color: ${ci.colorOnSurfaceMedium};
|
|
872
872
|
}
|
|
873
|
-
`;var pi=function(t,e,i,o){for(var s,
|
|
873
|
+
`;var pi=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class fi extends e.FtLitElement{constructor(){super(...arguments),this.filterId="",this.options=[],this.multivalued=!1,this.disabled=!1,this.hideSelectedOptions=!1,this.preventNavigation=!1,this.filter="",this.moreValuesButtonLabel="More",this.displayedValuesLimit=0,this.displayedPages=1}get hasHiddenValues(){let t=this.limit;return null!=t&&t<this.options.length}get limit(){return this.displayedValuesLimit>0?this.displayedPages*this.displayedValuesLimit:void 0}get height(){var t,e;return null!==(e=null===(t=this.container)||void 0===t?void 0:t.scrollHeight)&&void 0!==e?e:0}render(){let t=[...this.options];this.hideSelectedOptions&&(t=t.filter((t=>!t.selected))),this.filter&&(t=t.filter((t=>t.label.toLowerCase().includes(this.filter.toLowerCase()))));const e=t.slice(0,this.limit);return i.html`
|
|
874
874
|
<div class="ft-filter-level--container ${this.disabled?"ft-filter--disabled":""}">
|
|
875
875
|
${null==this.parent?null:i.html`
|
|
876
876
|
<div tabindex="0"
|
|
@@ -934,7 +934,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
934
934
|
@change=${t=>t.stopPropagation()}>
|
|
935
935
|
${t.renderOption?t.renderOption:t.label}
|
|
936
936
|
</ft-radio>
|
|
937
|
-
`}onRadioKeyUp(t,e){e.selected&&" "===t.key&&this.optionsChanged(t,e)}optionsChanged(t,e){t.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:e}))}displayLevel(t){this.dispatchEvent(new CustomEvent("display-level",{detail:t}))}}fi.elementDefinitions={"ft-button":_e,"ft-ripple":ve,"ft-typography":ie,"ft-checkbox":Ye,"ft-icon":De,"ft-radio":
|
|
937
|
+
`}onRadioKeyUp(t,e){e.selected&&" "===t.key&&this.optionsChanged(t,e)}optionsChanged(t,e){t.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:e}))}displayLevel(t){this.dispatchEvent(new CustomEvent("display-level",{detail:t}))}}fi.elementDefinitions={"ft-button":_e,"ft-ripple":ve,"ft-typography":ie,"ft-checkbox":Ye,"ft-icon":De,"ft-radio":ri},fi.styles=hi,pi([o.property({type:String})],fi.prototype,"filterId",void 0),pi([o.property({type:Object})],fi.prototype,"parent",void 0),pi([o.property({type:Array})],fi.prototype,"options",void 0),pi([o.property({type:Boolean})],fi.prototype,"multivalued",void 0),pi([o.property({type:Boolean})],fi.prototype,"disabled",void 0),pi([o.property({type:Boolean})],fi.prototype,"hideSelectedOptions",void 0),pi([o.property({type:Boolean})],fi.prototype,"preventNavigation",void 0),pi([o.property({type:String})],fi.prototype,"filter",void 0),pi([o.property({type:String})],fi.prototype,"moreValuesButtonLabel",void 0),pi([o.property({type:String})],fi.prototype,"noValuesLabel",void 0),pi([o.property({type:Number})],fi.prototype,"displayedValuesLimit",void 0),pi([o.query(".ft-filter-level--container")],fi.prototype,"container",void 0),pi([o.state()],fi.prototype,"displayedPages",void 0);const di={buttonsColor:e.FtCssVariableFactory.extend("--ft-snap-scroll-buttons-color",e.designSystemVariables.colorPrimary),buttonsZIndex:e.FtCssVariableFactory.create("--ft-snap-scroll-buttons-z-index","COLOR","1"),gap:e.FtCssVariableFactory.create("--ft-snap-scroll-gap","SIZE","0"),colorSurface:e.FtCssVariableFactory.external(e.designSystemVariables.colorSurface,"Design system")},ui=i.css`
|
|
938
938
|
.ft-snap-scroll {
|
|
939
939
|
box-sizing: border-box;
|
|
940
940
|
position: relative;
|
|
@@ -1059,7 +1059,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
1059
1059
|
.ft-snap-scroll--vertical .ft-snap-scroll--next:hover {
|
|
1060
1060
|
background-color: ${di.colorSurface};
|
|
1061
1061
|
}
|
|
1062
|
-
`;var bi=function(t,e,i,o){for(var s,
|
|
1062
|
+
`;var bi=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class vi extends CustomEvent{constructor(t,e){super("current-element-change",{detail:{index:t,element:e}})}}class gi extends e.FtLitElement{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver((()=>this.scheduleUpdateScroll())),this.scrollDebouncer=new e.Debouncer(200),this.updateScrollDebouncer=new e.Debouncer(100)}scrollToIndex(t){this.scrollToElement(this.elements[t])}scrollIndexIntoView(t){let e=this.elements[t];if(e){const t=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,i=this.contentSlot[this.scrollAttribute]+this.prevSize;(e[this.offsetAttribute]<i||e[this.offsetAttribute]+e[this.sizeAttribute]>t)&&this.scrollToElement(e)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){const t=r.classMap({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":e.isSafari}),o=this.controls&&this.withScroll;return i.html`
|
|
1063
1063
|
<div part="container" class="${t}">
|
|
1064
1064
|
<ft-button
|
|
1065
1065
|
class="ft-snap-scroll--previous"
|
|
@@ -1195,7 +1195,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
1195
1195
|
slot:not([name]) {
|
|
1196
1196
|
display: none;
|
|
1197
1197
|
}
|
|
1198
|
-
`];var Oi=function(t,e,i,o){for(var s,
|
|
1198
|
+
`];var Oi=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class Ei extends CustomEvent{constructor(t){super("change",{detail:t})}}class Bi extends e.FtLitElement{constructor(){super(...arguments),this.id="",this.label="",this.filterPlaceHolder="Filter {0}",this.clearButtonLabel="Clear",this.moreValuesButtonLabel="More",this.noValuesLabel="No values available",this.options=[],this.multivalued=!1,this.disabled=!1,this.raiseSelectedOptions=!1,this.displayedValuesLimit=0,this.hideClearButton=!1,this.lastLevelHasHiddenvalues=!1,this.withScroll=!1,this.filter="",this.displayedLevels=[],this.scrollResizeObserver=new ResizeObserver((()=>this.updateScroll())),this.levelsScrollDebouncer=new e.Debouncer(300),this.changeDebouncer=new e.Debouncer(10),this.lastDispatchedValues=[]}get flatOptions(){return e.flatDeep(this.options,(t=>{var e;return null!==(e=t.subOptions)&&void 0!==e?e:[]}))}get selectedValues(){return this.flatOptions.filter((t=>t.selected)).map((t=>t.value))}render(){const t=this.flatOptions.some((t=>t.selected)),e=this.withScroll||this.filter||this.lastLevelHasHiddenvalues,o=this.filterPlaceHolder.replace("{0}",this.label);return i.html`
|
|
1199
1199
|
<div class="ft-filter--container ${this.disabled?"ft-filter--disabled":""}"
|
|
1200
1200
|
part="container">
|
|
1201
1201
|
${this.label||t?i.html`
|
|
@@ -1228,7 +1228,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
1228
1228
|
@slotchange=${this.updateOptionsFromSlot}
|
|
1229
1229
|
@option-change=${this.optionsChanged}></slot>
|
|
1230
1230
|
</div>
|
|
1231
|
-
`}update(t){if(super.update(t),t.has("options")){const t=new Set(this.flatOptions.map((t=>t.value)));this.displayedLevels=this.displayedLevels.filter((e=>t.has(e))),this.lastDispatchedValues=this.selectedValues}}contentAvailableCallback(t){var e,i,o,s,
|
|
1231
|
+
`}update(t){if(super.update(t),t.has("options")){const t=new Set(this.flatOptions.map((t=>t.value)));this.displayedLevels=this.displayedLevels.filter((e=>t.has(e))),this.lastDispatchedValues=this.selectedValues}}contentAvailableCallback(t){var e,i,o,s,r;super.contentAvailableCallback(t),this.valuesContainer&&this.scrollResizeObserver.observe(this.valuesContainer),this.container&&this.scrollResizeObserver.observe(this.container),t.has("options")&&(this.updateScroll(),null===(e=this.levelsContainer)||void 0===e||e.scrollToIndex(this.displayedLevels.length)),t.has("slideIn")&&this.slideIn&&setTimeout((()=>{var t;null===(t=this.levelsContainer)||void 0===t||t.next(),this.slideIn=void 0}),0),t.has("slideOut")&&this.slideOut&&(null===(i=this.levelsContainer)||void 0===i||i.previous(),setTimeout((()=>{this.displayedLevels.pop(),this.slideOut=void 0}),300)),this.lastLevelHasHiddenvalues=null!==(r=null===(s=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelector(".ft-filter--levels ft-filter-level:last-child"))||void 0===s?void 0:s.hasHiddenValues)&&void 0!==r&&r}renderLevels(){const t=this.flatOptions,e=t.filter((t=>t.selected)),o=this.slideIn||this.slideOut?this.displayedLevels.length-2:this.displayedLevels.length-1,s=o<0?"ft-filter--level-center":"ft-filter--level-left";return i.html`
|
|
1232
1232
|
${this.raiseSelectedOptions&&e.length>0?i.html`
|
|
1233
1233
|
<ft-filter-level
|
|
1234
1234
|
filterId="${this.id}"
|
|
@@ -1267,17 +1267,17 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
1267
1267
|
.exportpartsPrefixes=${["values","available-values"]}
|
|
1268
1268
|
noValuesLabel="${this.noValuesLabel}"
|
|
1269
1269
|
></ft-filter-level>
|
|
1270
|
-
`}goBack(t){this.slideOut=t.detail.value}onDisplayLevel(t){this.displayedLevels.push(t.detail.value),this.slideIn=t.detail.value}clear(){if(this.flatOptions.forEach((t=>t.selected=!1)),this.displayedLevels.length>0){let t=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[t],this.slideOut=t}this.optionsChanged()}onChange(t){var e;t.stopPropagation();const i=this.flatOptions.find((e=>e.value===t.detail.value));i.selected=!i.selected;const o=t=>{var e;t!==i&&(t.selected=!1),null===(e=t.subOptions)||void 0===e||e.forEach(o)};this.multivalued?null===(e=i.subOptions)||void 0===e||e.forEach(o):this.options.forEach(o),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run((()=>{var t;this.sendEventIfValuesChanged(),this.requestUpdate(),null===(t=this.levels)||void 0===t||t.forEach((t=>t.requestUpdate()))}))}sendEventIfValuesChanged(){const t=this.selectedValues;e.deepEqual(this.lastDispatchedValues,t)||(this.dispatchEvent(new Ei(t)),this.lastDispatchedValues=t)}updateOptionsFromSlot(t){t.stopPropagation(),this.options=this.slotElement.assignedElements().map((t=>t)),this.optionsChanged()}onFilterChange(){var t,e;this.filter=null!==(e=null===(t=this.filterInput)||void 0===t?void 0:t.value)&&void 0!==e?e:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}}Bi.elementDefinitions={"ft-button":_e,"ft-filter-level":fi,"ft-snap-scroll":gi,"ft-typography":ie},Bi.styles=zi,Oi([o.property({type:String})],Bi.prototype,"id",void 0),Oi([o.property({type:String})],Bi.prototype,"label",void 0),Oi([o.property({type:String})],Bi.prototype,"filterPlaceHolder",void 0),Oi([o.property({type:String})],Bi.prototype,"clearButtonLabel",void 0),Oi([o.property({type:String})],Bi.prototype,"moreValuesButtonLabel",void 0),Oi([o.property({type:String})],Bi.prototype,"noValuesLabel",void 0),Oi([e.jsonProperty([])],Bi.prototype,"options",void 0),Oi([o.property({type:Boolean})],Bi.prototype,"multivalued",void 0),Oi([o.property({type:Boolean})],Bi.prototype,"disabled",void 0),Oi([o.property({type:Boolean})],Bi.prototype,"raiseSelectedOptions",void 0),Oi([o.property({type:Number})],Bi.prototype,"displayedValuesLimit",void 0),Oi([o.property({type:Boolean})],Bi.prototype,"hideClearButton",void 0),Oi([o.query(".ft-filter--slot")],Bi.prototype,"slotElement",void 0),Oi([o.query(".ft-filter--container")],Bi.prototype,"container",void 0),Oi([o.query(".ft-filter--values")],Bi.prototype,"valuesContainer",void 0),Oi([o.query(".ft-filter--levels")],Bi.prototype,"levelsContainer",void 0),Oi([o.state()],Bi.prototype,"lastLevelHasHiddenvalues",void 0),Oi([o.query(".ft-filter--filter input")],Bi.prototype,"filterInput",void 0),Oi([o.queryAll(".ft-filter--levels ft-filter-level")],Bi.prototype,"levels",void 0),Oi([o.state()],Bi.prototype,"withScroll",void 0),Oi([o.state()],Bi.prototype,"filter",void 0),Oi([o.state()],Bi.prototype,"slideIn",void 0),Oi([o.state()],Bi.prototype,"slideOut",void 0);var Ci=function(t,e,i,o){for(var s,
|
|
1270
|
+
`}goBack(t){this.slideOut=t.detail.value}onDisplayLevel(t){this.displayedLevels.push(t.detail.value),this.slideIn=t.detail.value}clear(){if(this.flatOptions.forEach((t=>t.selected=!1)),this.displayedLevels.length>0){let t=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[t],this.slideOut=t}this.optionsChanged()}onChange(t){var e;t.stopPropagation();const i=this.flatOptions.find((e=>e.value===t.detail.value));i.selected=!i.selected;const o=t=>{var e;t!==i&&(t.selected=!1),null===(e=t.subOptions)||void 0===e||e.forEach(o)};this.multivalued?null===(e=i.subOptions)||void 0===e||e.forEach(o):this.options.forEach(o),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run((()=>{var t;this.sendEventIfValuesChanged(),this.requestUpdate(),null===(t=this.levels)||void 0===t||t.forEach((t=>t.requestUpdate()))}))}sendEventIfValuesChanged(){const t=this.selectedValues;e.deepEqual(this.lastDispatchedValues,t)||(this.dispatchEvent(new Ei(t)),this.lastDispatchedValues=t)}updateOptionsFromSlot(t){t.stopPropagation(),this.options=this.slotElement.assignedElements().map((t=>t)),this.optionsChanged()}onFilterChange(){var t,e;this.filter=null!==(e=null===(t=this.filterInput)||void 0===t?void 0:t.value)&&void 0!==e?e:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}}Bi.elementDefinitions={"ft-button":_e,"ft-filter-level":fi,"ft-snap-scroll":gi,"ft-typography":ie},Bi.styles=zi,Oi([o.property({type:String})],Bi.prototype,"id",void 0),Oi([o.property({type:String})],Bi.prototype,"label",void 0),Oi([o.property({type:String})],Bi.prototype,"filterPlaceHolder",void 0),Oi([o.property({type:String})],Bi.prototype,"clearButtonLabel",void 0),Oi([o.property({type:String})],Bi.prototype,"moreValuesButtonLabel",void 0),Oi([o.property({type:String})],Bi.prototype,"noValuesLabel",void 0),Oi([e.jsonProperty([])],Bi.prototype,"options",void 0),Oi([o.property({type:Boolean})],Bi.prototype,"multivalued",void 0),Oi([o.property({type:Boolean})],Bi.prototype,"disabled",void 0),Oi([o.property({type:Boolean})],Bi.prototype,"raiseSelectedOptions",void 0),Oi([o.property({type:Number})],Bi.prototype,"displayedValuesLimit",void 0),Oi([o.property({type:Boolean})],Bi.prototype,"hideClearButton",void 0),Oi([o.query(".ft-filter--slot")],Bi.prototype,"slotElement",void 0),Oi([o.query(".ft-filter--container")],Bi.prototype,"container",void 0),Oi([o.query(".ft-filter--values")],Bi.prototype,"valuesContainer",void 0),Oi([o.query(".ft-filter--levels")],Bi.prototype,"levelsContainer",void 0),Oi([o.state()],Bi.prototype,"lastLevelHasHiddenvalues",void 0),Oi([o.query(".ft-filter--filter input")],Bi.prototype,"filterInput",void 0),Oi([o.queryAll(".ft-filter--levels ft-filter-level")],Bi.prototype,"levels",void 0),Oi([o.state()],Bi.prototype,"withScroll",void 0),Oi([o.state()],Bi.prototype,"filter",void 0),Oi([o.state()],Bi.prototype,"slideIn",void 0),Oi([o.state()],Bi.prototype,"slideOut",void 0);var Ci=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class Ii extends e.FtLitElement{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return i.html`
|
|
1271
1271
|
<slot class="ft-filter-option--slot" @slotchange=${this.updateSubOptionsFromSlot}></slot>
|
|
1272
1272
|
`}updateSubOptionsFromSlot(t){t.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map((t=>t))}update(t){super.update(t),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}}Ii.elementDefinitions={},Ci([o.property({type:String})],Ii.prototype,"label",void 0),Ci([o.property({type:Object,converter:t=>t})],Ii.prototype,"value",void 0),Ci([o.property({type:Boolean,reflect:!0})],Ii.prototype,"selected",void 0),Ci([o.property({type:Object})],Ii.prototype,"subOptions",void 0),Ci([e.jsonProperty({})],Ii.prototype,"renderOption",void 0),Ci([o.query(".ft-filter-option--slot")],Ii.prototype,"slotElement",void 0),e.customElement("ft-filter")(Bi),e.customElement("ft-filter-option")(Ii);const Fi=i.css`
|
|
1273
1273
|
.ft-accordion {
|
|
1274
1274
|
box-sizing: border-box;
|
|
1275
1275
|
}
|
|
1276
|
-
`;var Di=function(t,e,i,o){for(var s,
|
|
1276
|
+
`;var Di=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class Li extends e.FtLitElement{constructor(){super(...arguments),this.multi=!1}render(){return i.html`
|
|
1277
1277
|
<div class="ft-accordion">
|
|
1278
1278
|
<slot @activated=${this.onChange}></slot>
|
|
1279
1279
|
</div>
|
|
1280
|
-
`}onChange(t){t.stopPropagation(),this.multi||this.content.assignedElements().forEach((e=>e.active=e===t.target))}}Li.elementDefinitions={},Li.styles=Fi,Di([o.property({type:Boolean})],Li.prototype,"multi",void 0),Di([o.query("slot")],Li.prototype,"content",void 0);const ji=e.FtCssVariableFactory.create("--ft-accordion-toggle-horizontal-spacing","SIZE","16px"),Mi=e.FtCssVariableFactory.create("--ft-accordion-toggle-vertical-spacing","SIZE","16px"),
|
|
1280
|
+
`}onChange(t){t.stopPropagation(),this.multi||this.content.assignedElements().forEach((e=>e.active=e===t.target))}}Li.elementDefinitions={},Li.styles=Fi,Di([o.property({type:Boolean})],Li.prototype,"multi",void 0),Di([o.query("slot")],Li.prototype,"content",void 0);const ji=e.FtCssVariableFactory.create("--ft-accordion-toggle-horizontal-spacing","SIZE","16px"),Mi=e.FtCssVariableFactory.create("--ft-accordion-toggle-vertical-spacing","SIZE","16px"),Ai=e.FtCssVariableFactory.external(e.designSystemVariables.colorOutline,"Design system"),Ri=i.css`
|
|
1281
1281
|
.ft-accordion-item {
|
|
1282
1282
|
display: flex;
|
|
1283
1283
|
flex-direction: column;
|
|
@@ -1320,9 +1320,9 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
1320
1320
|
}
|
|
1321
1321
|
|
|
1322
1322
|
.ft-accordion-item--separator {
|
|
1323
|
-
border-bottom: 1px solid ${
|
|
1323
|
+
border-bottom: 1px solid ${Ai};
|
|
1324
1324
|
}
|
|
1325
|
-
`;var Ti=function(t,e,i,o){for(var s,
|
|
1325
|
+
`;var Ti=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class Ni extends e.FtLitElement{constructor(){super(...arguments),this.icon="",this.label="",this.active=!1}render(){return i.html`
|
|
1326
1326
|
<div class="ft-accordion-item ${this.active?"ft-accordion-item--active":""}">
|
|
1327
1327
|
<div class="ft-accordion-item--toggle"
|
|
1328
1328
|
part="toggle"
|
|
@@ -1352,7 +1352,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
1352
1352
|
</div>
|
|
1353
1353
|
<div class="ft-accordion-item--separator" part="separator"></div>
|
|
1354
1354
|
</div>
|
|
1355
|
-
`}update(t){super.update(t),t.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(t){"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),this.active=!this.active)}}Ni.elementDefinitions={"ft-ripple":ve,"ft-typography":ie,"ft-icon":De},Ni.styles=
|
|
1355
|
+
`}update(t){super.update(t),t.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(t){"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),this.active=!this.active)}}Ni.elementDefinitions={"ft-ripple":ve,"ft-typography":ie,"ft-icon":De},Ni.styles=Ri,Ti([o.property()],Ni.prototype,"icon",void 0),Ti([o.property()],Ni.prototype,"iconVariant",void 0),Ti([o.property()],Ni.prototype,"label",void 0),Ti([o.property({type:Boolean,reflect:!0})],Ni.prototype,"active",void 0),e.customElement("ft-accordion")(Li),e.customElement("ft-accordion-item")(Ni);const Pi=e.FtCssVariableFactory.extend("--ft-chip-color",e.designSystemVariables.colorOnSurface),Zi={backgroundColor:e.FtCssVariableFactory.extend("--ft-chip-background-color",e.designSystemVariables.colorSurface),color:Pi,fontSize:e.FtCssVariableFactory.extend("--ft-chip-font-size",Ct.fontSize),iconSize:e.FtCssVariableFactory.create("--ft-chip-icon-size","SIZE","18px"),rippleColor:e.FtCssVariableFactory.extend("--ft-chip-ripple-color",Pi),horizontalPadding:e.FtCssVariableFactory.create("--ft-chip-horizontal-padding","SIZE","6px"),verticalPadding:e.FtCssVariableFactory.create("--ft-chip-vertical-padding","SIZE","6px"),colorOutline:e.FtCssVariableFactory.external(e.designSystemVariables.colorOutline,"Design system"),opacityDisabled:e.FtCssVariableFactory.external(e.designSystemVariables.colorOpacityDisabled,"Design system")},Ui=e.FtCssVariableFactory.extend("--ft-chip-highlighted-color",e.FtCssVariableFactory.extend("--ft-chip-color",e.designSystemVariables.colorOnPrimary)),_i={backgroundColor:e.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color",e.FtCssVariableFactory.extend("--ft-chip-background-color",e.designSystemVariables.colorPrimary)),color:Ui,rippleColor:e.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color",Ui)},Hi=e.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","SIZE","4px"),Vi=e.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","SIZE","4px"),Wi=[e.noTextSelect,i.css`
|
|
1356
1356
|
:host {
|
|
1357
1357
|
display: inline-block;
|
|
1358
1358
|
max-width: 100%;
|
|
@@ -1489,8 +1489,8 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
1489
1489
|
.ft-chip:not(.ft-chip--trailing-icon) .ft-chip--icon-button {
|
|
1490
1490
|
order: -1;
|
|
1491
1491
|
}
|
|
1492
|
-
`];var Ki=function(t,e,i,o){for(var s,
|
|
1493
|
-
<div class="${
|
|
1492
|
+
`];var Ki=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class qi extends CustomEvent{constructor(){super("icon-click")}}class Gi extends e.FtLitElement{constructor(){super(...arguments),this.highlighted=!1,this.removable=!1,this.disabled=!1,this.clickable=!1,this.iconClickable=!1,this.dense=!1,this.multiLine=!1,this.label="",this.iconLabel="",this.icon=void 0,this.trailingIcon=!1}render(){const t={"ft-chip":!0,"ft-chip--highlighted":this.highlighted,"ft-chip--disabled":this.disabled,"ft-chip--clickable":this.interactionsOnChip,"ft-chip--trailing-icon":this.trailingIcon||this.removable,"ft-chip--no-content":!this.hasTextContent(),"ft-chip--dense":this.dense,"ft-chip--multi-line":this.multiLine,"ft-chip--safari-fix":e.isSafari};return i.html`
|
|
1493
|
+
<div class="${r.classMap(t)}"
|
|
1494
1494
|
aria-label="${this.getLabel()}"
|
|
1495
1495
|
tabindex="${this.interactionsOnChip?0:-1}"
|
|
1496
1496
|
@keyup=${this.onKeyUp}>
|
|
@@ -1634,8 +1634,8 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
1634
1634
|
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
|
|
1635
1635
|
border-top: none;
|
|
1636
1636
|
}
|
|
1637
|
-
`;var Ji=function(t,e,i,o){for(var s,
|
|
1638
|
-
<div class="${
|
|
1637
|
+
`;var Ji=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class Qi extends e.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){const t={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return i.html`
|
|
1638
|
+
<div class="${r.classMap(t)}">
|
|
1639
1639
|
${this.text?i.html`
|
|
1640
1640
|
<div class="ft-input-label--text ft-typography--caption">
|
|
1641
1641
|
<span class="ft-input-label--floating-text">${this.text}</span>
|
|
@@ -1792,8 +1792,8 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
1792
1792
|
.ft-select--in-error .ft-select--helper-text {
|
|
1793
1793
|
color: ${to.colorError};
|
|
1794
1794
|
}
|
|
1795
|
-
`;var io=function(t,e,i,o){for(var s,
|
|
1796
|
-
<div class="${
|
|
1795
|
+
`;var io=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class oo extends e.FtLitElement{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1}render(){return i.html``}update(t){super.update(t),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}}oo.elementDefinitions={},io([o.property({type:String})],oo.prototype,"label",void 0),io([o.property({type:Object,converter:t=>t})],oo.prototype,"value",void 0),io([o.property({type:Boolean,reflect:!0})],oo.prototype,"selected",void 0);class so extends e.FtLitElement{constructor(){super(...arguments),this.label="",this.helper="",this.outlined=!1,this.disabled=!1,this.error=!1,this.fixedMenuPosition=!1,this.options=[],this.optionsDisplayed=!1,this.focusOptions=!1,this.hideOptions=t=>this.optionsDisplayed=this.optionsDisplayed&&t.composedPath().includes(this.container)}render(){var t,e,o,n,l;let a=this.hasOptionsMenuOpen,c=this.disabled||!this.hasOptions;const h=null!=(null===(t=this.selectedOption)||void 0===t?void 0:t.value)||(null!==(o=null===(e=this.selectedOption)||void 0===e?void 0:e.label)&&void 0!==o?o:"").length>0,p={"ft-select":!0,"ft-select--filled":!this.outlined,"ft-select--outlined":this.outlined,"ft-select--disabled":c,"ft-select--options-displayed":a,"ft-select--has-option-selected":h,"ft-select--no-label":!this.label,"ft-select--fixed":this.fixedMenuPosition,"ft-select--in-error":this.error};return i.html`
|
|
1796
|
+
<div class="${r.classMap(p)}" part="container">
|
|
1797
1797
|
<div class="ft-select--main-panel" part="main-panel">
|
|
1798
1798
|
<ft-input-label text="${this.label}"
|
|
1799
1799
|
part="label"
|
|
@@ -1812,7 +1812,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
1812
1812
|
aria-expanded="${a}">
|
|
1813
1813
|
<ft-ripple ?disabled=${c} ?activated=${!this.outlined}></ft-ripple>
|
|
1814
1814
|
<ft-typography variant="body1" class="ft-select--selected-option">
|
|
1815
|
-
${null!==(l=null===(
|
|
1815
|
+
${null!==(l=null===(n=this.selectedOption)||void 0===n?void 0:n.label)&&void 0!==l?l:""}
|
|
1816
1816
|
</ft-typography>
|
|
1817
1817
|
<ft-icon>${a?"thin_arrow_up":"thin_arrow"}</ft-icon>
|
|
1818
1818
|
</div>
|
|
@@ -1831,7 +1831,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
1831
1831
|
@option-change=${this.updateOptionsFromSlot}
|
|
1832
1832
|
></slot>
|
|
1833
1833
|
`}renderOption(t){let e=this.selectedOption===t;const o={"ft-select--option":!0,"ft-select--option-selected":e,"ft-typography--body2":!0};return i.html`
|
|
1834
|
-
<div class="${
|
|
1834
|
+
<div class="${r.classMap(o)}"
|
|
1835
1835
|
part="option"
|
|
1836
1836
|
tabindex="0"
|
|
1837
1837
|
data-value="${t.value}"
|
|
@@ -1840,31 +1840,31 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
1840
1840
|
<ft-ripple ?primary=${e} ?activated=${e}></ft-ripple>
|
|
1841
1841
|
<span>${t.label}</span>
|
|
1842
1842
|
</div>
|
|
1843
|
-
`}update(t){super.update(t),t.has("options")&&(this.selectedOption=this.options.filter((t=>t.selected))[0]),t.has("selectedOption")&&(this.optionsDisplayed=!1),t.has("optionsDisplayed")&&this.fixedMenuPosition&&this.hasOptionsMenuOpen&&this.positionOptionsMenu()}positionOptionsMenu(){this.optionsMenu.style.top=this.mainPanel.getBoundingClientRect().top+this.mainPanel.getBoundingClientRect().height+"px",this.optionsMenu.style.left=this.mainPanel.getBoundingClientRect().left+"px",this.optionsMenu.style.width=this.mainPanel.getBoundingClientRect().width+"px"}contentAvailableCallback(t){var e,i;super.contentAvailableCallback(t),t.has("focusOptions")&&this.focusOptions&&(null===(i=null!==(e=this.selectedOptionElement)&&void 0!==e?e:this.firstOption)||void 0===i||i.focus(),this.focusOptions=!1)}get hasOptionsMenuOpen(){return!this.disabled&&this.optionsDisplayed&&this.hasOptions}get hasOptions(){return this.options.length>0}updateOptionsFromSlot(t){var e;t.stopPropagation();let i=null===(e=this.optionsSlot)||void 0===e?void 0:e.assignedElements().map((t=>t));i&&i.length>0&&(this.options=i)}onMainPanelKeyDown(t){switch(t.key){case" ":t.preventDefault(),t.stopPropagation();case"Enter":this.optionsDisplayed=!this.optionsDisplayed,this.focusOptions=!0;break;case"ArrowUp":case"ArrowDown":t.preventDefault(),t.stopPropagation(),this.optionsDisplayed=!0,this.focusOptions=!0}}onOptionsKeyDown(t){var e,i,o,s,
|
|
1843
|
+
`}update(t){super.update(t),t.has("options")&&(this.selectedOption=this.options.filter((t=>t.selected))[0]),t.has("selectedOption")&&(this.optionsDisplayed=!1),t.has("optionsDisplayed")&&this.fixedMenuPosition&&this.hasOptionsMenuOpen&&this.positionOptionsMenu()}positionOptionsMenu(){this.optionsMenu.style.top=this.mainPanel.getBoundingClientRect().top+this.mainPanel.getBoundingClientRect().height+"px",this.optionsMenu.style.left=this.mainPanel.getBoundingClientRect().left+"px",this.optionsMenu.style.width=this.mainPanel.getBoundingClientRect().width+"px"}contentAvailableCallback(t){var e,i;super.contentAvailableCallback(t),t.has("focusOptions")&&this.focusOptions&&(null===(i=null!==(e=this.selectedOptionElement)&&void 0!==e?e:this.firstOption)||void 0===i||i.focus(),this.focusOptions=!1)}get hasOptionsMenuOpen(){return!this.disabled&&this.optionsDisplayed&&this.hasOptions}get hasOptions(){return this.options.length>0}updateOptionsFromSlot(t){var e;t.stopPropagation();let i=null===(e=this.optionsSlot)||void 0===e?void 0:e.assignedElements().map((t=>t));i&&i.length>0&&(this.options=i)}onMainPanelKeyDown(t){switch(t.key){case" ":t.preventDefault(),t.stopPropagation();case"Enter":this.optionsDisplayed=!this.optionsDisplayed,this.focusOptions=!0;break;case"ArrowUp":case"ArrowDown":t.preventDefault(),t.stopPropagation(),this.optionsDisplayed=!0,this.focusOptions=!0}}onOptionsKeyDown(t){var e,i,o,s,r;let n;switch(t.key){case"Escape":this.optionsDisplayed=!1,null===(e=this.mainPanel)||void 0===e||e.focus();break;case"Tab":this.optionsDisplayed=!1;break;case"ArrowUp":t.preventDefault(),t.stopPropagation(),n=null!==(o=null===(i=this.focusedOption)||void 0===i?void 0:i.previousElementSibling)&&void 0!==o?o:this.lastOption;break;case"ArrowDown":t.preventDefault(),t.stopPropagation(),n=null!==(r=null===(s=this.focusedOption)||void 0===s?void 0:s.nextElementSibling)&&void 0!==r?r:this.firstOption}null==n||n.focus()}onOptionKeyDown(t,e){var i;"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),t.stopPropagation(),this.selectOption(e),this.optionsDisplayed=!1,null===(i=this.mainPanel)||void 0===i||i.focus())}selectOption(t){var i,o;if(!e.deepEqual(null===(i=this.selectedOption)||void 0===i?void 0:i.value,t.value)){this.selectedOption=t;for(let e of this.options)e.selected=e===t;this.dispatchEvent(new CustomEvent("change",{detail:null===(o=this.selectedOption)||void 0===o?void 0:o.value}))}this.optionsDisplayed=!1}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.hideOptions)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.hideOptions)}}so.elementDefinitions={"ft-input-label":Qi,"ft-typography":ie,"ft-ripple":ve,"ft-icon":De},so.styles=[Gt,Xt,eo],io([o.property({type:String})],so.prototype,"label",void 0),io([o.property({type:String})],so.prototype,"helper",void 0),io([o.property({type:Boolean})],so.prototype,"outlined",void 0),io([o.property({type:Boolean})],so.prototype,"disabled",void 0),io([o.property({type:Boolean})],so.prototype,"error",void 0),io([o.property({type:Boolean})],so.prototype,"fixedMenuPosition",void 0),io([o.property({type:Array})],so.prototype,"options",void 0),io([o.state()],so.prototype,"selectedOption",void 0),io([o.state()],so.prototype,"optionsDisplayed",void 0),io([o.state()],so.prototype,"focusOptions",void 0),io([o.query(".ft-select")],so.prototype,"container",void 0),io([o.query(".ft-select--options")],so.prototype,"optionsMenu",void 0),io([o.query(".ft-select--input-panel")],so.prototype,"mainPanel",void 0),io([o.query(".ft-select--option:first-child")],so.prototype,"firstOption",void 0),io([o.query(".ft-select--option:focus")],so.prototype,"focusedOption",void 0),io([o.query(".ft-select--option.ft-select--option-selected")],so.prototype,"selectedOptionElement",void 0),io([o.query(".ft-select--option:last-child")],so.prototype,"lastOption",void 0),io([o.query("slot")],so.prototype,"optionsSlot",void 0),e.customElement("ft-select")(so),e.customElement("ft-select-option")(oo);const ro={display:e.FtCssVariableFactory.create("--ft-skeleton--display","DISPLAY","block"),width:e.FtCssVariableFactory.create("--ft-skeleton--width","SIZE","100%"),height:e.FtCssVariableFactory.create("--ft-skeleton--height","SIZE","20px"),backgroundColor:e.FtCssVariableFactory.create("--ft-skeleton--background-color","COLOR","#f1f1f1"),glareWidth:e.FtCssVariableFactory.create("--ft-skeleton--glare-width","SIZE","200px"),glareColor:e.FtCssVariableFactory.create("--ft-skeleton--glare-color","COLOR","rgba(255, 255, 255, .6)"),animationDuration:e.FtCssVariableFactory.create("--ft-skeleton--animation-duration","UNKNOWN","2s"),borderRadiusM:e.FtCssVariableFactory.external(e.designSystemVariables.borderRadiusM,"Design system")},no=i.css`
|
|
1844
1844
|
:host {
|
|
1845
|
-
width: ${
|
|
1846
|
-
height: ${
|
|
1847
|
-
display: ${
|
|
1845
|
+
width: ${ro.width};
|
|
1846
|
+
height: ${ro.height};
|
|
1847
|
+
display: ${ro.display};
|
|
1848
1848
|
overflow: hidden;
|
|
1849
|
-
border-radius: ${
|
|
1849
|
+
border-radius: ${ro.borderRadiusM};
|
|
1850
1850
|
background: linear-gradient(
|
|
1851
1851
|
90deg,
|
|
1852
1852
|
transparent,
|
|
1853
|
-
${
|
|
1854
|
-
${
|
|
1855
|
-
transparent ${
|
|
1856
|
-
), ${
|
|
1853
|
+
${ro.glareColor} calc(0.45 * ${ro.glareWidth}),
|
|
1854
|
+
${ro.glareColor} calc(0.55 * ${ro.glareWidth}),
|
|
1855
|
+
transparent ${ro.glareWidth}
|
|
1856
|
+
), ${ro.backgroundColor};
|
|
1857
1857
|
background-repeat: repeat-y;
|
|
1858
1858
|
background-size: 100vw 100vh;
|
|
1859
1859
|
background-attachment: fixed;
|
|
1860
|
-
background-position: calc(${
|
|
1861
|
-
animation: shine ${
|
|
1860
|
+
background-position: calc(${ro.glareWidth} * -1) 0;
|
|
1861
|
+
animation: shine ${ro.animationDuration} infinite;
|
|
1862
1862
|
animation-timing-function: linear;
|
|
1863
1863
|
}
|
|
1864
1864
|
|
|
1865
1865
|
@keyframes shine {
|
|
1866
1866
|
to {
|
|
1867
|
-
background-position: calc(100vw + ${
|
|
1867
|
+
background-position: calc(100vw + ${ro.glareWidth}) 0, calc(${ro.glareWidth} * -1) 0;
|
|
1868
1868
|
}
|
|
1869
1869
|
}
|
|
1870
1870
|
`,lo={height:e.FtCssVariableFactory.create("--ft-search-bar-height","SIZE","38px"),borderRadius:e.FtCssVariableFactory.extend("--ft-search-bar-border-radius",e.designSystemVariables.borderRadiusS),mobileOpenPosition:e.FtCssVariableFactory.create("--ft-search-bar-mobile-open-position","POSITION","fixed"),mobileOpenTop:e.FtCssVariableFactory.create("--ft-search-bar-mobile-open-top","SIZE","0"),mobileOpenBottom:e.FtCssVariableFactory.create("--ft-search-bar-mobile-open-bottom","SIZE","0"),mobileOpenLeft:e.FtCssVariableFactory.create("--ft-search-bar-mobile-open-left","SIZE","0"),mobileOpenRight:e.FtCssVariableFactory.create("--ft-search-bar-mobile-open-right","SIZE","0"),desktopFiltersHeight:e.FtCssVariableFactory.create("--ft-search-bar-desktop-filters-height","SIZE","350px"),floatingZIndex:e.FtCssVariableFactory.create("--ft-search-bar-floating-components-z-index","NUMBER","3"),colorSurface:e.FtCssVariableFactory.external(e.designSystemVariables.colorSurface,"Design system"),colorOnSurface:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOutline:e.FtCssVariableFactory.external(e.designSystemVariables.colorOutline,"Design system"),colorPrimary:e.FtCssVariableFactory.external(e.designSystemVariables.colorPrimary,"Design system"),elevation02:e.FtCssVariableFactory.external(e.designSystemVariables.elevation02,"Design system"),buttonColor:e.FtCssVariableFactory.external(je.color,"Button"),buttonRippleColor:e.FtCssVariableFactory.external(je.rippleColor,"Button")},ao=i.css`
|
|
@@ -1915,8 +1915,8 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
1915
1915
|
}
|
|
1916
1916
|
|
|
1917
1917
|
.ft-search-bar--skeleton {
|
|
1918
|
-
${e.setVariable(
|
|
1919
|
-
${e.setVariable(
|
|
1918
|
+
${e.setVariable(ro.height,lo.height)};
|
|
1919
|
+
${e.setVariable(ro.borderRadiusM,lo.borderRadius)};
|
|
1920
1920
|
}
|
|
1921
1921
|
|
|
1922
1922
|
.ft-search-bar--floating-panel-open .ft-search-bar {
|
|
@@ -2224,7 +2224,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
2224
2224
|
margin: 0;
|
|
2225
2225
|
}
|
|
2226
2226
|
`;class ho extends e.FtLitElement{render(){return i.html`
|
|
2227
|
-
`}}ho.elementDefinitions={},ho.styles=
|
|
2227
|
+
`}}ho.elementDefinitions={},ho.styles=no,e.customElement("ft-skeleton")(ho);class po{constructor(t,i=300){this.searchBar=t,this.updateDebouncer=new e.Debouncer(i)}render(){const t=this.searchBar.recentSearches.filter((t=>t.toLowerCase().includes(this.searchBar.query.toLowerCase()))),e=this.searchBar.suggestions.length>0||t.length>0;return i.html`
|
|
2228
2228
|
<div class="ft-search-bar--suggestions ft-word-wrap ${e?"ft-search-bar--suggestions-not-empty":""}"
|
|
2229
2229
|
part="suggestions-container"
|
|
2230
2230
|
@keydown=${t=>this.onSuggestKeyDown(t)}>
|
|
@@ -2258,7 +2258,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
2258
2258
|
</a>
|
|
2259
2259
|
`))}
|
|
2260
2260
|
</div>
|
|
2261
|
-
`}update(){return new Promise(((t,e)=>{this.updateDebouncer.run((async()=>{this.searchBar.suggestions=this.searchBar.api&&this.searchBar.query.length>2?await this.searchBar.api.getSuggestions(this.searchBar.suggestRequest).then((t=>t.suggestions)).catch((()=>[])):[],t()}))}))}onSuggestKeyDown(t){var e,i,o,s,n
|
|
2261
|
+
`}update(){return new Promise(((t,e)=>{this.updateDebouncer.run((async()=>{this.searchBar.suggestions=this.searchBar.api&&this.searchBar.query.length>2?await this.searchBar.api.getSuggestions(this.searchBar.suggestRequest).then((t=>t.suggestions)).catch((()=>[])):[],t()}))}))}onSuggestKeyDown(t){var e,i,o,s,r,n;switch(t.key){case"ArrowUp":null===(o=null!==(i=null===(e=this.getFocusedSuggestionElement())||void 0===e?void 0:e.previousElementSibling)&&void 0!==i?i:this.getLastSuggestionElement())||void 0===o||o.focus(),t.preventDefault(),t.stopPropagation();break;case"ArrowDown":null===(n=null!==(r=null===(s=this.getFocusedSuggestionElement())||void 0===s?void 0:s.nextElementSibling)&&void 0!==r?r:this.getFirstSuggestionElement())||void 0===n||n.focus(),t.preventDefault(),t.stopPropagation()}}onSuggestKeyUp(t,e){"Enter"!==t.key&&" "!==t.key||this.onSuggestSelected(t,e)}onSuggestClick(t,e){t.ctrlKey||t.metaKey||this.onSuggestSelected(t,e)}onSuggestSelected(t,e){t.preventDefault(),this.searchBar.setQuery(e),this.searchBar.launchSearch()}removeRecentSearch(t,e){var i,o;t.preventDefault(),t.stopPropagation();let s=t.target.closest(".ft-search-bar--suggestion");const r=null!==(o=null!==(i=null==s?void 0:s.previousElementSibling)&&void 0!==i?i:null==s?void 0:s.nextElementSibling)&&void 0!==o?o:this.searchBar.input;null==r||r.focus(),this.searchBar.recentSearches=this.searchBar.recentSearches.filter((t=>t.toLowerCase()!==e.toLowerCase())),this.searchBar.saveRecentSearches()}getIcon(t){const e="DOCUMENT"===t.type?Ie.file_format:Ie.fluid_topics;let o;switch(t.type){case"MAP":o="BOOK"===t.editorialType?Se.BOOK:Se.ARTICLE;break;case"DOCUMENT":o=function(t,e){var i,o,s,r;t=(null!=t?t:"").toLowerCase(),e=(null!=e?e:"").toLowerCase();const[n,l]=((null!==(i=Ee.get(t))&&void 0!==i?i:t)+"/").split("/");return null!==(r=null!==(s=null!==(o=Oe.get(l))&&void 0!==o?o:Oe.get(e))&&void 0!==s?s:Oe.get(n))&&void 0!==r?r:ze.UNKNOWN}(t.mimeType,t.filenameExtension);break;case"TOPIC":o=Se.TOPICS}return i.html`
|
|
2262
2262
|
<ft-icon .variant="${e}" .value="${o}" part="suggestion-icon"></ft-icon>
|
|
2263
2263
|
`}getFocusedSuggestionElement(){return this.searchBar.querySelector(".ft-search-bar--suggestion:focus-within")}getLastSuggestionElement(){let t=this.searchBar.querySelectorAll(".ft-search-bar--suggestion");return t.length>0?t[t.length-1]:null}getFirstSuggestionElement(){return this.searchBar.querySelector(".ft-search-bar--suggestion")}focusFirstSuggestion(){var t;null===(t=this.getFirstSuggestionElement())||void 0===t||t.focus()}}po.styles=[e.wordWrap,i.css`
|
|
2264
2264
|
.ft-search-bar--mobile .ft-search-bar--suggestions {
|
|
@@ -2332,7 +2332,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
2332
2332
|
flex-grow: 1;
|
|
2333
2333
|
flex-shrink: 1;
|
|
2334
2334
|
}
|
|
2335
|
-
`];class fo{constructor(t){this.searchBar=t}render(){if(!this.searchBar.hasLocaleSelector()&&!this.searchBar.hasFacets())return i.html``;const t=this.searchBar.isMobile(),o=!t&&this.searchBar.dense||t&&this.searchBar.isMobileMenuOpen(),
|
|
2335
|
+
`];class fo{constructor(t){this.searchBar=t}render(){if(!this.searchBar.hasLocaleSelector()&&!this.searchBar.hasFacets())return i.html``;const t=this.searchBar.isMobile(),o=!t&&this.searchBar.dense||t&&this.searchBar.isMobileMenuOpen(),r=i.html`
|
|
2336
2336
|
${this.searchBar.hasLocaleSelector()&&(this.searchBar.hasFacets()||t)?i.html`
|
|
2337
2337
|
<ft-chip part="selected-filters selected-filter-ft-locale"
|
|
2338
2338
|
?dense=${this.searchBar.dense&&!t}
|
|
@@ -2343,7 +2343,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
2343
2343
|
${this.getLocaleLabel(this.searchBar.contentLocale)}
|
|
2344
2344
|
</ft-chip>
|
|
2345
2345
|
`:null}
|
|
2346
|
-
${s.repeat(this.searchBar.facets,(t=>t.key),(
|
|
2346
|
+
${s.repeat(this.searchBar.facets,(t=>t.key),(r=>{const n=function(t){return e.flatDeep(t.rootNodes,(t=>t.selected?[]:t.childNodes)).filter((t=>t.selected)).map((t=>t.value))}(r);return s.repeat(n,(e=>{let s=r.label+": "+function(t){return oe(t).split("|").join(" > ")}(e);const l=r.key.replace(":","-"),a=i.html`
|
|
2347
2347
|
<ft-chip
|
|
2348
2348
|
part="selected-filters selected-filter-${l}"
|
|
2349
2349
|
?dense=${this.searchBar.dense&&!t}
|
|
@@ -2352,9 +2352,9 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
2352
2352
|
icon=${t?i.nothing:"close"}
|
|
2353
2353
|
label="${s}"
|
|
2354
2354
|
title=${o?s:i.nothing}
|
|
2355
|
-
@click=${()=>this.openMobileFilters(
|
|
2356
|
-
@icon-click=${()=>this.searchBar.setFilter(
|
|
2357
|
-
data-key="${
|
|
2355
|
+
@click=${()=>this.openMobileFilters(r.key)}
|
|
2356
|
+
@icon-click=${()=>this.searchBar.setFilter(r.key,n.filter((t=>t!==e)))}
|
|
2357
|
+
data-key="${r.key}"
|
|
2358
2358
|
data-value="${e}">
|
|
2359
2359
|
${function(t){return oe(t).split("|").pop()}(e)}
|
|
2360
2360
|
</ft-chip>
|
|
@@ -2376,11 +2376,11 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
2376
2376
|
class="ft-search-bar--selected-filters"
|
|
2377
2377
|
part="selected-filters-container"
|
|
2378
2378
|
exportpartsPrefix="selected-filters-container">
|
|
2379
|
-
${
|
|
2379
|
+
${r}
|
|
2380
2380
|
</ft-snap-scroll>
|
|
2381
2381
|
`:i.html`
|
|
2382
2382
|
<div class="ft-search-bar--selected-filters" part="selected-filters-container">
|
|
2383
|
-
${
|
|
2383
|
+
${r}
|
|
2384
2384
|
</div>
|
|
2385
2385
|
`}openMobileFilters(t){this.searchBar.isMobile()&&(this.searchBar.mobileMenuOpen=!0,this.searchBar.displayFacets=!0,this.searchBar.scrollToFacet=t)}getLocaleLabel(t){var e;return null!==(e=this.searchBar.availableContentLocales.filter((e=>{var i;return(null!==(i=e.lang)&&void 0!==i?i:"").toLowerCase()===(null!=t?t:"").toLowerCase()})).map((t=>t.label)).pop())&&void 0!==e?e:t}}fo.styles=i.css`
|
|
2386
2386
|
.ft-search-bar--selected-filters:not(ft-snap-scroll) {
|
|
@@ -2413,7 +2413,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
2413
2413
|
flex-grow: 0;
|
|
2414
2414
|
}
|
|
2415
2415
|
`;class uo{constructor(t,e,i){this.searchBar=t,this.selectedFacetsManager=null!=e?e:new fo(t),this.suggestManager=null!=i?i:new po(t)}render(){const t={"ft-search-bar--container":!0,"ft-search-bar--mobile":!0,"ft-search-bar--mobile-menu-open":this.searchBar.isMobileMenuOpen(),"ft-search-bar--forced-open":this.searchBar.forceMobileMenuOpen};return i.html`
|
|
2416
|
-
<div class="${
|
|
2416
|
+
<div class="${r.classMap(t)}" part="container" tabindex="-1">
|
|
2417
2417
|
<div class="ft-search-bar">
|
|
2418
2418
|
<div class="ft-search-bar--input-container" part="input-container">
|
|
2419
2419
|
<div class="ft-search-bar--input-outline" part="input-outline">
|
|
@@ -2464,7 +2464,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
2464
2464
|
`}onSearchBarKeyUp(t){const e=t.composedPath()[0];this.searchBar.query=e.value,"Enter"===t.key&&this.searchBar.launchSearch()}}uo.styles=i.css`
|
|
2465
2465
|
|
|
2466
2466
|
`;class bo{constructor(t,e,i){this.searchBar=t,this.selectedFacetsManager=null!=e?e:new fo(t),this.suggestManager=null!=i?i:new po(t)}render(){const t={"ft-search-bar--container":!0,"ft-search-bar--dense":this.searchBar.dense,"ft-search-bar--desktop":!0,"ft-search-bar--floating-panel-open":this.searchBar.displayFacets&&!this.searchBar.forceMenuOpen,"ft-search-bar--forced-open":this.searchBar.forceMenuOpen};return i.html`
|
|
2467
|
-
<div class="${
|
|
2467
|
+
<div class="${r.classMap(t)}" part="container" tabindex="-1">
|
|
2468
2468
|
<div class="ft-search-bar" part="search-bar">
|
|
2469
2469
|
${this.renderSearchBarLeftAction()}
|
|
2470
2470
|
<div class="ft-search-bar--input-container" part="input-container" tabindex="-1">
|
|
@@ -2532,7 +2532,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
2532
2532
|
</div>
|
|
2533
2533
|
`}onSearchBarKeyDown(t){var e;switch(t.key){case"Escape":this.searchBar.mobileMenuOpen=!1,null===(e=this.searchBar.input)||void 0===e||e.blur();break;case"ArrowDown":t.stopPropagation(),t.preventDefault(),this.suggestManager.focusFirstSuggestion()}}onSearchBarKeyUp(t){const e=t.composedPath()[0];this.searchBar.query=e.value,"Enter"===t.key&&this.searchBar.launchSearch()}}bo.styles=i.css`
|
|
2534
2534
|
|
|
2535
|
-
`;var vo=function(t,e,i,o){for(var s,
|
|
2535
|
+
`;var vo=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(s=t[l])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};null==window.fluidtopics&&console.warn("Fluid Topics public API was not found. You can find it here: https://www.npmjs.com/package/@fluid-topics/public-api");const go={filtersButton:"Filters",inputPlaceHolder:"Search",filterInputPlaceHolder:"Filter {0}",clearInputButton:"Clear",clearFilterButton:"Clear",displayMoreFilterValuesButton:"More",noFilterValuesAvailable:"No values available",searchButton:"Search",clearFilters:"Clear filters",contentLocaleSelector:"Lang",presetsSelector:"Quick filters",removeRecentSearch:"Remove",back:"Back"};class xo extends CustomEvent{constructor(t){super("launch-search",{detail:t,bubbles:!0,composed:!0})}}class yo extends CustomEvent{constructor(t){super("change",{detail:t})}}const mo=()=>{};class $o extends e.FtLitElement{constructor(){super(...arguments),this.dense=!1,this.mode="auto",this.forceMobileMenuOpen=!1,this.forceMenuOpen=!1,this.baseUrl="",this.apiIntegrationIdentifier="ft-search-bar",this.availableContentLocales=[],this.availableContentLocalesInitialized=!1,this.labels={},this.labelResolver=new e.ParametrizedLabelResolver(go,{}),this.displayedFilters=[],this.presets=[],this.priors=[],this.searchRequestSerializer=t=>e.serializeRequest(this.baseUrl,t),this.searchFilters=[],this.sizeCategory=l.M,this.displayFacets=!1,this.mobileMenuOpen=!1,this.facets=[],this.facetsInitialized=!1,this.knownFacetLabels=new Map,this.query="",this.suggestions=[],this.recentSearches=[],this.suggestManager=new po(this),this.selectedFacetsManager=new fo(this),this.desktopSearchBarManager=new bo(this),this.mobileSearchBarManager=new uo(this,this.selectedFacetsManager,this.suggestManager),this.stateChangeEventDebouncer=new e.Debouncer(10),this.updateLocalesDebouncer=new e.Debouncer(10),this.facetsLoaded=!1,this.updateFacetsDebouncer=new e.Debouncer(500),this.closeFloatingContainer=t=>{this.isMobile()||(this.displayFacets=this.displayFacets&&t.composedPath().some((t=>t===this.floatingContainer)))},this.compareFilters=(t,e)=>t.key===e.key&&t.negative==e.negative&&t.values.length===e.values.length&&t.values.every((t=>e.values.includes(t))),this.compareRequests=(t,e)=>(null==t.contentLocale||null==e.contentLocale||t.contentLocale===e.contentLocale)&&t.filters.length===e.filters.length&&t.filters.every((t=>e.filters.some((e=>this.compareFilters(t,e)))))}isMobileMenuOpen(){return this.isMobile()&&(this.forceMobileMenuOpen||this.forceMenuOpen||this.mobileMenuOpen)}get request(){return{uiLocale:this.uiLocale,contentLocale:this.contentLocale,query:this.query,facets:this.facetsRequest,priors:this.hasPriors?this.priors:void 0,filters:this.searchFilters,paging:{perPage:0,page:1},sort:[]}}get facetsRequest(){const t=this.searchFilters.filter((t=>t.values.length>0&&!this.displayedFilters.includes(t.key))).map((t=>({id:t.key})));return[...this.displayedFilters.map((t=>({id:t}))),...t]}get suggestRequest(){return{contentLocale:this.contentLocale,input:this.query,filters:this.searchFilters,sort:[]}}isMobile(){switch(this.mode){case"mobile":return!0;case"desktop":return!1;default:return this.sizeCategory===l.S}}hasFacets(){return this.facetsRequest.length>0}get hasPresets(){return null!=this.presets&&this.presets.length>0}get hasPriors(){return null!=this.priors&&this.priors.length>0}hasLocaleSelector(){return this.availableContentLocales.length>1}focus(){var t;null===(t=this.container)||void 0===t||t.focus()}focusInput(){this.input?this.input.focus():setTimeout((()=>this.focusInput()),50)}clear(){this.query="",this.searchFilters=[],this.input&&(this.input.value=""),this.mobileMenuOpen=!1,this.displayFacets=!1}render(){return i.html`
|
|
2536
2536
|
<ft-size-watcher @change=${this.updateSize}></ft-size-watcher>
|
|
2537
2537
|
${this.renderSearchBar()}
|
|
2538
2538
|
`}renderSearchBar(){return this.facetsInitialized&&this.availableContentLocalesInitialized?this.isMobile()?this.mobileSearchBarManager.render():this.desktopSearchBarManager.render():i.html`
|
|
@@ -2557,13 +2557,13 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
2557
2557
|
</div>
|
|
2558
2558
|
</ft-accordion-item>
|
|
2559
2559
|
`:null}
|
|
2560
|
-
${s.repeat(this.facets,(t=>t.key),(t=>{const o=
|
|
2560
|
+
${s.repeat(this.facets,(t=>t.key),(t=>{const o=re(t),s=t.key.replace(":","-"),r=function(t){return e.flatDeep(t.options,(t=>{var e;return null!==(e=t.subOptions)&&void 0!==e?e:[]})).filter((t=>t.selected)).map((t=>t.label))}(o);return t.rootNodes.length>0?i.html`
|
|
2561
2561
|
<ft-accordion-item data-facet-key="${t.key}">
|
|
2562
2562
|
<div class="ft-search-bar--filter-label" slot="toggle">
|
|
2563
2563
|
<ft-typography variant="button">${t.label}</ft-typography>
|
|
2564
|
-
${
|
|
2564
|
+
${r.length>0?i.html`
|
|
2565
2565
|
<ft-typography class="ft-search-bar--filter-label-values" variant="body2">
|
|
2566
|
-
${
|
|
2566
|
+
${r.join(", ")}
|
|
2567
2567
|
</ft-typography>
|
|
2568
2568
|
`:i.nothing}
|
|
2569
2569
|
</div>
|
|
@@ -2649,7 +2649,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
2649
2649
|
${this.getContentLocaleRadioGroup()}
|
|
2650
2650
|
</div>
|
|
2651
2651
|
`:i.nothing}
|
|
2652
|
-
${s.repeat(this.facets,(t=>t.key),(t=>{const e=
|
|
2652
|
+
${s.repeat(this.facets,(t=>t.key),(t=>{const e=re(t),o=e.options.some((t=>{var e,i;return(null!==(i=null===(e=t.subOptions)||void 0===e?void 0:e.length)&&void 0!==i?i:0)>0})),s=t.key.replace(":","-");return i.html`
|
|
2653
2653
|
<ft-filter
|
|
2654
2654
|
class="${o?"ft-search-bar--hierarchical-filter":""}"
|
|
2655
2655
|
part="filters filter filter-${s}"
|
|
@@ -2668,11 +2668,11 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
|
|
|
2668
2668
|
></ft-filter>
|
|
2669
2669
|
`}))}
|
|
2670
2670
|
</ft-snap-scroll>
|
|
2671
|
-
`:i.nothing}async firstUpdated(t){super.firstUpdated(t),this.initApi(),window.addEventListener("storage",(t=>{t.key===this.recentSearchesStorageKey&&this.initRecentSearches()}))}update(t){var i,o,s,n
|
|
2671
|
+
`:i.nothing}async firstUpdated(t){super.firstUpdated(t),this.initApi(),window.addEventListener("storage",(t=>{t.key===this.recentSearchesStorageKey&&this.initRecentSearches()}))}update(t){var i,o,s,r,n;if(t.has("labels")&&(this.labelResolver=new e.ParametrizedLabelResolver(go,this.labels)),t.has("sizeCategory")&&(this.mobileMenuOpen=!1,this.displayFacets=this.displayFacets&&!this.isMobile()),super.update(t),(t.has("availableContentLocales")||t.has("contentLocale"))&&this.availableContentLocales.length>0){const e=t=>this.availableContentLocales.some((e=>e.lang==t));e(this.contentLocale)||(this.contentLocale=t.has("contentLocale")&&e(t.get("contentLocale"))?t.get("contentLocale"):null===(i=this.availableContentLocales[0])||void 0===i?void 0:i.lang)}if(t.has("baseUrl")&&this.baseUrl&&(this.baseUrl.endsWith("/")&&(this.baseUrl=this.baseUrl.replace(/\/$/,"")),this.initRecentSearches()),t.has("presets")&&(null!==(o=this.presets)&&void 0!==o?o:[]).forEach((t=>t.filters.forEach((t=>t.values=t.values.map((t=>oe(t))))))),t.has("presets")||t.has("selectedPreset")){const t=(null!==(s=this.presets)&&void 0!==s?s:[]).find((t=>t.name===this.selectedPreset));t&&!this.compareRequests(this.request,t)&&this.setFiltersFromPreset(t)}t.has("contentLocale")&&null!=this.contentLocale&&(this.knownFacetLabels=new Map),["contentLocale","searchFilters"].some((e=>t.has(e)))&&(this.selectedPreset=null===(n=(null!==(r=this.presets)&&void 0!==r?r:[]).find((t=>this.compareRequests(t,this.request))))||void 0===n?void 0:n.name),["baseUrl","apiIntegrationIdentifier"].some((e=>t.has(e)))&&(this.api=void 0,this.initApi()),t.has("api")&&this.api&&this.initSearchData(),["uiLocale","contentLocale","searchFilters","displayedFilters"].some((e=>t.has(e)))&&this.updateFacets(),["query","uiLocale","contentLocale","searchFilters","displayedFilters","api"].some((e=>t.has(e)))&&this.suggestManager.update(),["query","uiLocale","contentLocale","searchFilters"].some((e=>t.has(e)))&&this.dispatchStateChangeEvent()}dispatchStateChangeEvent(){this.stateChangeEventDebouncer.run((()=>this.dispatchEvent(new yo(this.request))))}initSearchData(){this.availableContentLocalesInitialized=!1,this.facetsLoaded=!1,this.facetsInitialized=!1,this.updateLocalesDebouncer.run((()=>{var t;null===(t=this.api)||void 0===t||t.getAvailableSearchLocales().then((t=>t.contentLocales)).catch((()=>[])).then((t=>{this.availableContentLocales=t,this.availableContentLocalesInitialized=!0}))})),this.updateFacetsDebouncer.run((()=>{this.retrieveFacetsFromSearch().then((()=>{this.facetsLoaded=!0,this.facetsInitialized=!0}))}),this.facetsInitialized?500:10)}updateFacets(){this.api&&(this.facetsRequest.length>0?(this.facetsLoaded=!1,this.updateFacetsDebouncer.run((async()=>{await this.retrieveFacetsFromSearch(),this.facetsLoaded=!0,this.facetsInitialized=!0}),this.facetsInitialized?500:10)):this.facets=[])}contentAvailableCallback(t){var e,i,o;if(super.contentAvailableCallback(t),t.has("displayFacets")&&this.displayFacets&&(null===(e=this.floatingContainer)||void 0===e||e.focus()),null!=this.scrollToFacet&&this.facetsLoaded){null===(i=this.scrollingFiltersContainer)||void 0===i||i.scrollIndexIntoView(this.facets.findIndex((t=>t.key===this.scrollToFacet)));const t=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelector(`ft-accordion-item[data-facet-key="${this.scrollToFacet}"]`);t&&(t.active=!0),this.scrollToFacet=void 0}}initApi(){null==this.api&&(this.api=window.fluidtopics?new window.fluidtopics.FluidTopicsApi(this.baseUrl,this.apiIntegrationIdentifier,!0):void 0,setTimeout((()=>this.initApi()),10))}async retrieveFacetsFromSearch(){var t;const e=new Map;await(null===(t=this.api)||void 0===t?void 0:t.search({...this.request,query:""}).then((t=>t.facets.forEach((t=>{this.knownFacetLabels.set(t.key,t.label),e.set(t.key,t)})))).catch(mo)),this.facets=[];for(let t of this.facetsRequest)e.has(t.id)?this.facets.push(e.get(t.id)):this.knownFacetLabels.has(t.id)&&this.facets.push({key:t.id,label:this.knownFacetLabels.get(t.id),rootNodes:[],multiSelectionable:!0,hierarchical:!1})}onFloatingContainerKeyUp(t){var e;"Escape"===t.key&&(this.displayFacets=!1,null===(e=this.filtersOpener)||void 0===e||e.focus())}setQuery(t){this.input&&(this.input.value=t),this.query=t}launchSearch(){if(this.query){let t=this.recentSearches.filter((t=>t.toLowerCase()!==this.query.toLowerCase())).filter(((t,e)=>e<20));this.recentSearches=[this.query,...t],this.saveRecentSearches()}this.dispatchEvent(new xo(this.request)),this.mobileMenuOpen=!1,this.displayFacets=!1,this.focus()}get recentSearchesStorageKey(){return this.baseUrl+":ft:recent-search-queries"}initRecentSearches(){var t;this.recentSearches=JSON.parse(null!==(t=window.localStorage.getItem(this.recentSearchesStorageKey))&&void 0!==t?t:"[]")}saveRecentSearches(){const t=JSON.stringify(this.recentSearches);window.localStorage.setItem(this.recentSearchesStorageKey,t),window.dispatchEvent(new StorageEvent("storage",{key:this.recentSearchesStorageKey,newValue:t,storageArea:window.localStorage,url:window.location.href}))}connectedCallback(){super.connectedCallback(),document.addEventListener("focusin",this.closeFloatingContainer),document.addEventListener("click",this.closeFloatingContainer)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("focusin",this.closeFloatingContainer),document.addEventListener("click",this.closeFloatingContainer)}updateSize(t){this.sizeCategory=t.detail.category}setFilter(t,i){let o=this.searchFilters.filter((e=>e.key!==t));this.facets.forEach((o=>{o.key===t&&e.flatDeep(o.rootNodes,(t=>t.childNodes)).forEach((t=>t.selected=i.includes(t.value)))})),i.length&&o.push({key:t,negative:!1,values:i}),this.searchFilters=o,this.scrollToFacet=t}setFiltersFromPreset(t){null!=t&&(null!=t.contentLocale&&(this.contentLocale=t.contentLocale),this.searchFilters=t.filters)}clearFilters(){this.facets.forEach((t=>e.flatDeep(t.rootNodes,(t=>t.childNodes)).forEach((t=>t.selected=!1)))),this.searchFilters=[];const t=this.facets[0];this.scrollToFacet=null==t?void 0:t.key}querySelector(t){return this.shadowRoot.querySelector(t)}querySelectorAll(t){return this.shadowRoot.querySelectorAll(t)}renderDesktopFloatingMenu(){return this.forceMenuOpen?i.nothing:i.html`
|
|
2672
2672
|
<div class="ft-search-bar--floating-panel"
|
|
2673
2673
|
id="ft-search-bar-floating-panel"
|
|
2674
2674
|
@keyup=${this.onFloatingContainerKeyUp}
|
|
2675
2675
|
part="floating-panel"
|
|
2676
2676
|
tabindex="-1">
|
|
2677
2677
|
${this.renderDesktopMenu()}
|
|
2678
|
-
</div>`}}$o.elementDefinitions={"ft-accordion":Li,"ft-accordion-item":Ni,"ft-button":_e,"ft-chip":Gi,"ft-filter":Bi,"ft-filter-option":Ii,"ft-icon":De,"ft-ripple":ve,"ft-select":so,"ft-select-option":oo,"ft-size-watcher":f,"ft-skeleton":ho,"ft-snap-scroll":gi,"ft-tooltip":me,"ft-typography":ie,"ft-radio-group":ai,"ft-radio":
|
|
2678
|
+
</div>`}}$o.elementDefinitions={"ft-accordion":Li,"ft-accordion-item":Ni,"ft-button":_e,"ft-chip":Gi,"ft-filter":Bi,"ft-filter-option":Ii,"ft-icon":De,"ft-ripple":ve,"ft-select":so,"ft-select-option":oo,"ft-size-watcher":f,"ft-skeleton":ho,"ft-snap-scroll":gi,"ft-tooltip":me,"ft-typography":ie,"ft-radio-group":ai,"ft-radio":ri},$o.styles=[Gt,ao,co,fo.styles,po.styles],vo([o.property({type:Boolean})],$o.prototype,"dense",void 0),vo([o.property()],$o.prototype,"mode",void 0),vo([o.property({type:Boolean})],$o.prototype,"forceMobileMenuOpen",void 0),vo([o.property({type:Boolean})],$o.prototype,"forceMenuOpen",void 0),vo([o.property()],$o.prototype,"baseUrl",void 0),vo([o.property()],$o.prototype,"apiIntegrationIdentifier",void 0),vo([o.property()],$o.prototype,"contentLocale",void 0),vo([o.state()],$o.prototype,"availableContentLocales",void 0),vo([o.state()],$o.prototype,"availableContentLocalesInitialized",void 0),vo([o.property()],$o.prototype,"uiLocale",void 0),vo([e.jsonProperty({})],$o.prototype,"labels",void 0),vo([e.jsonProperty([])],$o.prototype,"displayedFilters",void 0),vo([e.jsonProperty([])],$o.prototype,"presets",void 0),vo([o.property({type:String,reflect:!0})],$o.prototype,"selectedPreset",void 0),vo([e.jsonProperty([])],$o.prototype,"priors",void 0),vo([o.property()],$o.prototype,"searchRequestSerializer",void 0),vo([o.state()],$o.prototype,"searchFilters",void 0),vo([o.state()],$o.prototype,"sizeCategory",void 0),vo([o.state()],$o.prototype,"displayFacets",void 0),vo([o.state()],$o.prototype,"mobileMenuOpen",void 0),vo([o.state()],$o.prototype,"facets",void 0),vo([o.state()],$o.prototype,"facetsInitialized",void 0),vo([o.query(".ft-search-bar--container")],$o.prototype,"container",void 0),vo([o.query(".ft-search-bar--filters-opener")],$o.prototype,"filtersOpener",void 0),vo([o.query(".ft-search-bar--floating-panel")],$o.prototype,"floatingContainer",void 0),vo([o.query("ft-snap-scroll.ft-search-bar--filters-container")],$o.prototype,"scrollingFiltersContainer",void 0),vo([o.query(".ft-search-bar--input")],$o.prototype,"input",void 0),vo([o.state()],$o.prototype,"query",void 0),vo([o.state()],$o.prototype,"suggestions",void 0),vo([o.state()],$o.prototype,"recentSearches",void 0),vo([o.state()],$o.prototype,"scrollToFacet",void 0),vo([o.state()],$o.prototype,"api",void 0),vo([o.state()],$o.prototype,"facetsLoaded",void 0),e.customElement("ft-search-bar")($o),t.DEFAULT_LABELS=go,t.FtSearchBar=$o,t.FtSearchBarCssVariables=lo,t.LaunchSearchEvent=xo,t.SearchStateChangeEvent=yo,t.facetsCss=co,t.searchBarCss=ao}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litRepeat,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);
|
|
@@ -2665,7 +2665,7 @@ class Ni extends _t{constructor(t){if(super(t),this.et=et,t.type!==At)throw Erro
|
|
|
2665
2665
|
</div>
|
|
2666
2666
|
`}onSearchBarKeyDown(t){var e;switch(t.key){case"Escape":this.searchBar.mobileMenuOpen=!1,null===(e=this.searchBar.input)||void 0===e||e.blur();break;case"ArrowDown":t.stopPropagation(),t.preventDefault(),this.suggestManager.focusFirstSuggestion()}}onSearchBarKeyUp(t){const e=t.composedPath()[0];this.searchBar.query=e.value,"Enter"===t.key&&this.searchBar.launchSearch()}}Os.styles=m`
|
|
2667
2667
|
|
|
2668
|
-
`;var Es=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(s=t[a])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};null==window.fluidtopics&&console.warn("Fluid Topics public API was not found. You can find it here: https://www.npmjs.com/package/@fluid-topics/public-api");const Cs={filtersButton:"Filters",inputPlaceHolder:"Search",filterInputPlaceHolder:"Filter {0}",clearInputButton:"Clear",clearFilterButton:"Clear",displayMoreFilterValuesButton:"More",noFilterValuesAvailable:"No values available",searchButton:"Search",clearFilters:"Clear filters",contentLocaleSelector:"Lang",presetsSelector:"Quick filters",removeRecentSearch:"Remove",back:"Back"};class zs extends CustomEvent{constructor(t){super("launch-search",{detail:t,bubbles:!0,composed:!0})}}class Bs extends CustomEvent{constructor(t){super("change",{detail:t})}}const Rs=()=>{};class Ms extends Rt{constructor(){super(...arguments),this.dense=!1,this.mode="auto",this.forceMobileMenuOpen=!1,this.forceMenuOpen=!1,this.baseUrl="",this.apiIntegrationIdentifier="ft-search-bar",this.availableContentLocales=[],this.availableContentLocalesInitialized=!1,this.labels={},this.labelResolver=new It(Cs,{}),this.displayedFilters=[],this.presets=[],this.priors=[],this.searchRequestSerializer=t=>function(t,e){var i;const o=new URLSearchParams({"content-lang":null!==(i=e.contentLocale)&&void 0!==i?i:"all",query:e.query});if(e.filters.length>0){const t=e.filters.map((t=>{const e=t.values.map((t=>t.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*"))).map((t=>encodeURIComponent(function(t){return`"${t}"`}(t)))).join("_");return`${t.key}~${e}`})).join("*");o.append("filters",t)}return new URL(`${t}/search
|
|
2668
|
+
`;var Es=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(s=t[a])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};null==window.fluidtopics&&console.warn("Fluid Topics public API was not found. You can find it here: https://www.npmjs.com/package/@fluid-topics/public-api");const Cs={filtersButton:"Filters",inputPlaceHolder:"Search",filterInputPlaceHolder:"Filter {0}",clearInputButton:"Clear",clearFilterButton:"Clear",displayMoreFilterValuesButton:"More",noFilterValuesAvailable:"No values available",searchButton:"Search",clearFilters:"Clear filters",contentLocaleSelector:"Lang",presetsSelector:"Quick filters",removeRecentSearch:"Remove",back:"Back"};class zs extends CustomEvent{constructor(t){super("launch-search",{detail:t,bubbles:!0,composed:!0})}}class Bs extends CustomEvent{constructor(t){super("change",{detail:t})}}const Rs=()=>{};class Ms extends Rt{constructor(){super(...arguments),this.dense=!1,this.mode="auto",this.forceMobileMenuOpen=!1,this.forceMenuOpen=!1,this.baseUrl="",this.apiIntegrationIdentifier="ft-search-bar",this.availableContentLocales=[],this.availableContentLocalesInitialized=!1,this.labels={},this.labelResolver=new It(Cs,{}),this.displayedFilters=[],this.presets=[],this.priors=[],this.searchRequestSerializer=t=>function(t,e){var i;const o=new URLSearchParams({"content-lang":null!==(i=e.contentLocale)&&void 0!==i?i:"all",query:e.query});if(e.filters.length>0){const t=e.filters.map((t=>{const e=t.values.map((t=>t.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*"))).map((t=>encodeURIComponent(function(t){return`"${t}"`}(t)))).join("_");return`${t.key}~${e}`})).join("*");o.append("filters",t)}return new URL(`${t.replace(/\/+$/,"")}/search?${o.toString()}`).href}(this.baseUrl,t),this.searchFilters=[],this.sizeCategory=Yt.M,this.displayFacets=!1,this.mobileMenuOpen=!1,this.facets=[],this.facetsInitialized=!1,this.knownFacetLabels=new Map,this.query="",this.suggestions=[],this.recentSearches=[],this.suggestManager=new ws(this),this.selectedFacetsManager=new ks(this),this.desktopSearchBarManager=new Os(this),this.mobileSearchBarManager=new Ss(this,this.selectedFacetsManager,this.suggestManager),this.stateChangeEventDebouncer=new e(10),this.updateLocalesDebouncer=new e(10),this.facetsLoaded=!1,this.updateFacetsDebouncer=new e(500),this.closeFloatingContainer=t=>{this.isMobile()||(this.displayFacets=this.displayFacets&&t.composedPath().some((t=>t===this.floatingContainer)))},this.compareFilters=(t,e)=>t.key===e.key&&t.negative==e.negative&&t.values.length===e.values.length&&t.values.every((t=>e.values.includes(t))),this.compareRequests=(t,e)=>(null==t.contentLocale||null==e.contentLocale||t.contentLocale===e.contentLocale)&&t.filters.length===e.filters.length&&t.filters.every((t=>e.filters.some((e=>this.compareFilters(t,e)))))}isMobileMenuOpen(){return this.isMobile()&&(this.forceMobileMenuOpen||this.forceMenuOpen||this.mobileMenuOpen)}get request(){return{uiLocale:this.uiLocale,contentLocale:this.contentLocale,query:this.query,facets:this.facetsRequest,priors:this.hasPriors?this.priors:void 0,filters:this.searchFilters,paging:{perPage:0,page:1},sort:[]}}get facetsRequest(){const t=this.searchFilters.filter((t=>t.values.length>0&&!this.displayedFilters.includes(t.key))).map((t=>({id:t.key})));return[...this.displayedFilters.map((t=>({id:t}))),...t]}get suggestRequest(){return{contentLocale:this.contentLocale,input:this.query,filters:this.searchFilters,sort:[]}}isMobile(){switch(this.mode){case"mobile":return!0;case"desktop":return!1;default:return this.sizeCategory===Yt.S}}hasFacets(){return this.facetsRequest.length>0}get hasPresets(){return null!=this.presets&&this.presets.length>0}get hasPriors(){return null!=this.priors&&this.priors.length>0}hasLocaleSelector(){return this.availableContentLocales.length>1}focus(){var t;null===(t=this.container)||void 0===t||t.focus()}focusInput(){this.input?this.input.focus():setTimeout((()=>this.focusInput()),50)}clear(){this.query="",this.searchFilters=[],this.input&&(this.input.value=""),this.mobileMenuOpen=!1,this.displayFacets=!1}render(){return Q`
|
|
2669
2669
|
<ft-size-watcher @change=${this.updateSize}></ft-size-watcher>
|
|
2670
2670
|
${this.renderSearchBar()}
|
|
2671
2671
|
`}renderSearchBar(){return this.facetsInitialized&&this.availableContentLocalesInitialized?this.isMobile()?this.mobileSearchBarManager.render():this.desktopSearchBarManager.render():Q`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-bar",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.58",
|
|
4
4
|
"description": "Search bar component using Fluid Topics public API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,22 +19,22 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-accordion": "1.0.
|
|
23
|
-
"@fluid-topics/ft-button": "1.0.
|
|
24
|
-
"@fluid-topics/ft-chip": "1.0.
|
|
25
|
-
"@fluid-topics/ft-filter": "1.0.
|
|
26
|
-
"@fluid-topics/ft-icon": "1.0.
|
|
27
|
-
"@fluid-topics/ft-select": "1.0.
|
|
28
|
-
"@fluid-topics/ft-size-watcher": "1.0.
|
|
29
|
-
"@fluid-topics/ft-skeleton": "1.0.
|
|
30
|
-
"@fluid-topics/ft-snap-scroll": "1.0.
|
|
31
|
-
"@fluid-topics/ft-tooltip": "1.0.
|
|
32
|
-
"@fluid-topics/ft-typography": "1.0.
|
|
33
|
-
"@fluid-topics/ft-wc-utils": "1.0.
|
|
22
|
+
"@fluid-topics/ft-accordion": "1.0.58",
|
|
23
|
+
"@fluid-topics/ft-button": "1.0.58",
|
|
24
|
+
"@fluid-topics/ft-chip": "1.0.58",
|
|
25
|
+
"@fluid-topics/ft-filter": "1.0.58",
|
|
26
|
+
"@fluid-topics/ft-icon": "1.0.58",
|
|
27
|
+
"@fluid-topics/ft-select": "1.0.58",
|
|
28
|
+
"@fluid-topics/ft-size-watcher": "1.0.58",
|
|
29
|
+
"@fluid-topics/ft-skeleton": "1.0.58",
|
|
30
|
+
"@fluid-topics/ft-snap-scroll": "1.0.58",
|
|
31
|
+
"@fluid-topics/ft-tooltip": "1.0.58",
|
|
32
|
+
"@fluid-topics/ft-typography": "1.0.58",
|
|
33
|
+
"@fluid-topics/ft-wc-utils": "1.0.58",
|
|
34
34
|
"lit": "2.7.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@fluid-topics/public-api": "1.0.45"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "110d1b1f9cb2239c15279f2e89047b028e15ca61"
|
|
40
40
|
}
|