@telia-ace/widget-core-flamingo 1.0.14 → 1.1.12-rc.5
Sign up to get free protection for your applications and to get access to all the features.
- package/bootstrap.d.ts +3 -0
- package/components/ace-widget.component.d.ts +21 -0
- package/components/trigger.component.d.ts +14 -0
- package/components/unresolved.component.d.ts +7 -0
- package/components/widget.component.d.ts +18 -0
- package/components/wrapper.component.d.ts +13 -0
- package/index-5087564d.mjs +335 -0
- package/index-6dd00f59.js +1 -0
- package/index.d.ts +9 -0
- package/index.js +261 -0
- package/index.mjs +2021 -0
- package/models/application.d.ts +27 -0
- package/models/container.d.ts +16 -0
- package/models/environment.d.ts +12 -0
- package/models/site.d.ts +12 -0
- package/package.json +7 -43
- package/services/component-platform.d.ts +13 -0
- package/services/component-resolver.d.ts +8 -0
- package/services/http-client.service.d.ts +11 -0
- package/types.d.ts +47 -0
- package/utils/map-branding.d.ts +1 -0
- package/LICENSE.txt +0 -6
- package/README.md +0 -3
- package/dist/action-resolver.d.ts +0 -9
- package/dist/action-resolver.d.ts.map +0 -1
- package/dist/bootstrap.d.ts +0 -16
- package/dist/bootstrap.d.ts.map +0 -1
- package/dist/component-platform/actions-controller.d.ts +0 -41
- package/dist/component-platform/actions-controller.d.ts.map +0 -1
- package/dist/component-platform/changeset-provider.d.ts +0 -9
- package/dist/component-platform/changeset-provider.d.ts.map +0 -1
- package/dist/component-platform/component-configuration-api.d.ts +0 -3
- package/dist/component-platform/component-configuration-api.d.ts.map +0 -1
- package/dist/component-platform/component-controller.d.ts +0 -39
- package/dist/component-platform/component-controller.d.ts.map +0 -1
- package/dist/component-platform/component-node-collection.d.ts +0 -19
- package/dist/component-platform/component-node-collection.d.ts.map +0 -1
- package/dist/component-platform/component-node.d.ts +0 -64
- package/dist/component-platform/component-node.d.ts.map +0 -1
- package/dist/component-platform/component-platform.d.ts +0 -55
- package/dist/component-platform/component-platform.d.ts.map +0 -1
- package/dist/component-platform/component-query.d.ts +0 -17
- package/dist/component-platform/component-query.d.ts.map +0 -1
- package/dist/component-platform/create-component-model.d.ts +0 -37
- package/dist/component-platform/create-component-model.d.ts.map +0 -1
- package/dist/component-platform/custom-component-handler.d.ts +0 -22
- package/dist/component-platform/custom-component-handler.d.ts.map +0 -1
- package/dist/component-platform/descriptor.d.ts +0 -9
- package/dist/component-platform/descriptor.d.ts.map +0 -1
- package/dist/component-platform/extend-component.d.ts +0 -9
- package/dist/component-platform/extend-component.d.ts.map +0 -1
- package/dist/component-platform/index.d.ts +0 -19
- package/dist/component-platform/index.d.ts.map +0 -1
- package/dist/component-platform/queries.d.ts +0 -7
- package/dist/component-platform/queries.d.ts.map +0 -1
- package/dist/component-platform/state-processor.d.ts +0 -13
- package/dist/component-platform/state-processor.d.ts.map +0 -1
- package/dist/component-resolver.d.ts +0 -15
- package/dist/component-resolver.d.ts.map +0 -1
- package/dist/environment.d.ts +0 -49
- package/dist/environment.d.ts.map +0 -1
- package/dist/event-subscriber.d.ts +0 -8
- package/dist/event-subscriber.d.ts.map +0 -1
- package/dist/implementation.d.ts +0 -8
- package/dist/implementation.d.ts.map +0 -1
- package/dist/index.d.ts +0 -15
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -2076
- package/dist/index.js.map +0 -1
- package/dist/plugin.d.ts +0 -8
- package/dist/plugin.d.ts.map +0 -1
- package/dist/types/configuration.d.ts +0 -87
- package/dist/types/configuration.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -3
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/ui.d.ts +0 -49
- package/dist/types/ui.d.ts.map +0 -1
- package/dist/version.d.ts +0 -3
- package/dist/version.d.ts.map +0 -1
- package/dist/widget-type.d.ts +0 -8
- package/dist/widget-type.d.ts.map +0 -1
package/index.d.ts
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
export { Container } from './models/container';
|
2
|
+
export { Application } from './models/application';
|
3
|
+
export { Site } from './models/site';
|
4
|
+
export { Environment } from './models/environment';
|
5
|
+
export { bootstrap } from './bootstrap';
|
6
|
+
export { Trigger } from './components/trigger.component';
|
7
|
+
export { WidgetComponent } from './components/widget.component';
|
8
|
+
export { AceWidget } from './components/ace-widget.component';
|
9
|
+
export type { WidgetComponentType } from './components/widget.component';
|
package/index.js
ADDED
@@ -0,0 +1,261 @@
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var pt=function(r,t){return pt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,i){e.__proto__=i}||function(e,i){for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n])},pt(r,t)};function N(r,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");pt(r,t);function e(){this.constructor=r}r.prototype=t===null?Object.create(t):(e.prototype=t.prototype,new e)}function ut(r){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&r[t],i=0;if(e)return e.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&i>=r.length&&(r=void 0),{value:r&&r[i++],done:!r}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function F(r,t){var e=typeof Symbol=="function"&&r[Symbol.iterator];if(!e)return r;var i=e.call(r),n,s=[],o;try{for(;(t===void 0||t-- >0)&&!(n=i.next()).done;)s.push(n.value)}catch(a){o={error:a}}finally{try{n&&!n.done&&(e=i.return)&&e.call(i)}finally{if(o)throw o.error}}return s}function Y(r,t,e){if(e||arguments.length===2)for(var i=0,n=t.length,s;i<n;i++)(s||!(i in t))&&(s||(s=Array.prototype.slice.call(t,0,i)),s[i]=t[i]);return r.concat(s||Array.prototype.slice.call(t))}function m(r){return typeof r=="function"}function kt(r){var t=function(i){Error.call(i),i.stack=new Error().stack},e=r(t);return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var nt=kt(function(r){return function(e){r(this),this.message=e?e.length+` errors occurred during unsubscription:
|
2
|
+
`+e.map(function(i,n){return n+1+") "+i.toString()}).join(`
|
3
|
+
`):"",this.name="UnsubscriptionError",this.errors=e}});function dt(r,t){if(r){var e=r.indexOf(t);0<=e&&r.splice(e,1)}}var tt=function(){function r(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return r.prototype.unsubscribe=function(){var t,e,i,n,s;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var a=ut(o),c=a.next();!c.done;c=a.next()){var h=c.value;h.remove(this)}}catch(v){t={error:v}}finally{try{c&&!c.done&&(e=a.return)&&e.call(a)}finally{if(t)throw t.error}}else o.remove(this);var d=this.initialTeardown;if(m(d))try{d()}catch(v){s=v instanceof nt?v.errors:[v]}var l=this._finalizers;if(l){this._finalizers=null;try{for(var f=ut(l),p=f.next();!p.done;p=f.next()){var g=p.value;try{$t(g)}catch(v){s=s??[],v instanceof nt?s=Y(Y([],F(s)),F(v.errors)):s.push(v)}}}catch(v){i={error:v}}finally{try{p&&!p.done&&(n=f.return)&&n.call(f)}finally{if(i)throw i.error}}}if(s)throw new nt(s)}},r.prototype.add=function(t){var e;if(t&&t!==this)if(this.closed)$t(t);else{if(t instanceof r){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(t)}},r.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},r.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},r.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&dt(e,t)},r.prototype.remove=function(t){var e=this._finalizers;e&&dt(e,t),t instanceof r&&t._removeParent(this)},r.EMPTY=function(){var t=new r;return t.closed=!0,t}(),r}(),Nt=tt.EMPTY;function Dt(r){return r instanceof tt||r&&"closed"in r&&m(r.remove)&&m(r.add)&&m(r.unsubscribe)}function $t(r){m(r)?r():r.unsubscribe()}var Lt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},ft={setTimeout:function(r,t){for(var e=[],i=2;i<arguments.length;i++)e[i-2]=arguments[i];var n=ft.delegate;return n!=null&&n.setTimeout?n.setTimeout.apply(n,Y([r,t],F(e))):setTimeout.apply(void 0,Y([r,t],F(e)))},clearTimeout:function(r){var t=ft.delegate;return((t==null?void 0:t.clearTimeout)||clearTimeout)(r)},delegate:void 0};function le(r){ft.setTimeout(function(){throw r})}function wt(){}function V(r){r()}var Bt=function(r){N(t,r);function t(e){var i=r.call(this)||this;return i.isStopped=!1,e?(i.destination=e,Dt(e)&&e.add(i)):i.destination=de,i}return t.create=function(e,i,n){return new gt(e,i,n)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,r.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(tt),he=Function.prototype.bind;function st(r,t){return he.call(r,t)}var pe=function(){function r(t){this.partialObserver=t}return r.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(i){z(i)}},r.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(i){z(i)}else z(t)},r.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(e){z(e)}},r}(),gt=function(r){N(t,r);function t(e,i,n){var s=r.call(this)||this,o;if(m(e)||!e)o={next:e??void 0,error:i??void 0,complete:n??void 0};else{var a;s&&Lt.useDeprecatedNextContext?(a=Object.create(e),a.unsubscribe=function(){return s.unsubscribe()},o={next:e.next&&st(e.next,a),error:e.error&&st(e.error,a),complete:e.complete&&st(e.complete,a)}):o=e}return s.destination=new pe(o),s}return t}(Bt);function z(r){le(r)}function ue(r){throw r}var de={closed:!0,next:wt,error:ue,complete:wt},fe=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function ge(r){return r}function ve(r){return r.length===0?ge:r.length===1?r[0]:function(e){return r.reduce(function(i,n){return n(i)},e)}}var At=function(){function r(t){t&&(this._subscribe=t)}return r.prototype.lift=function(t){var e=new r;return e.source=this,e.operator=t,e},r.prototype.subscribe=function(t,e,i){var n=this,s=me(t)?t:new gt(t,e,i);return V(function(){var o=n,a=o.operator,c=o.source;s.add(a?a.call(s,c):c?n._subscribe(s):n._trySubscribe(s))}),s},r.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},r.prototype.forEach=function(t,e){var i=this;return e=St(e),new e(function(n,s){var o=new gt({next:function(a){try{t(a)}catch(c){s(c),o.unsubscribe()}},error:s,complete:n});i.subscribe(o)})},r.prototype._subscribe=function(t){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(t)},r.prototype[fe]=function(){return this},r.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return ve(t)(this)},r.prototype.toPromise=function(t){var e=this;return t=St(t),new t(function(i,n){var s;e.subscribe(function(o){return s=o},function(o){return n(o)},function(){return i(s)})})},r.create=function(t){return new r(t)},r}();function St(r){var t;return(t=r??Lt.Promise)!==null&&t!==void 0?t:Promise}function ye(r){return r&&m(r.next)&&m(r.error)&&m(r.complete)}function me(r){return r&&r instanceof Bt||ye(r)&&Dt(r)}var be=kt(function(r){return function(){r(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Wt=function(r){N(t,r);function t(){var e=r.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return t.prototype.lift=function(e){var i=new Et(this,this);return i.operator=e,i},t.prototype._throwIfClosed=function(){if(this.closed)throw new be},t.prototype.next=function(e){var i=this;V(function(){var n,s;if(i._throwIfClosed(),!i.isStopped){i.currentObservers||(i.currentObservers=Array.from(i.observers));try{for(var o=ut(i.currentObservers),a=o.next();!a.done;a=o.next()){var c=a.value;c.next(e)}}catch(h){n={error:h}}finally{try{a&&!a.done&&(s=o.return)&&s.call(o)}finally{if(n)throw n.error}}}})},t.prototype.error=function(e){var i=this;V(function(){if(i._throwIfClosed(),!i.isStopped){i.hasError=i.isStopped=!0,i.thrownError=e;for(var n=i.observers;n.length;)n.shift().error(e)}})},t.prototype.complete=function(){var e=this;V(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var i=e.observers;i.length;)i.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(e){return this._throwIfClosed(),r.prototype._trySubscribe.call(this,e)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var i=this,n=this,s=n.hasError,o=n.isStopped,a=n.observers;return s||o?Nt:(this.currentObservers=null,a.push(e),new tt(function(){i.currentObservers=null,dt(a,e)}))},t.prototype._checkFinalizedStatuses=function(e){var i=this,n=i.hasError,s=i.thrownError,o=i.isStopped;n?e.error(s):o&&e.complete()},t.prototype.asObservable=function(){var e=new At;return e.source=this,e},t.create=function(e,i){return new Et(e,i)},t}(At),Et=function(r){N(t,r);function t(e,i){var n=r.call(this)||this;return n.destination=e,n.source=i,n}return t.prototype.next=function(e){var i,n;(n=(i=this.destination)===null||i===void 0?void 0:i.next)===null||n===void 0||n.call(i,e)},t.prototype.error=function(e){var i,n;(n=(i=this.destination)===null||i===void 0?void 0:i.error)===null||n===void 0||n.call(i,e)},t.prototype.complete=function(){var e,i;(i=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||i===void 0||i.call(e)},t.prototype._subscribe=function(e){var i,n;return(n=(i=this.source)===null||i===void 0?void 0:i.subscribe(e))!==null&&n!==void 0?n:Nt},t}(Wt),_e=function(r){N(t,r);function t(e){var i=r.call(this)||this;return i._value=e,i}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(e){var i=r.prototype._subscribe.call(this,e);return!i.closed&&e.next(this._value),i},t.prototype.getValue=function(){var e=this,i=e.hasError,n=e.thrownError,s=e._value;if(i)throw n;return this._throwIfClosed(),s},t.prototype.next=function(e){r.prototype.next.call(this,this._value=e)},t}(Wt),zt=(r=>(r.Loading="loading",r.Ready="ready",r))(zt||{});class vt{constructor(t,e){this.state=new _e("loading"),this.resolvers=new Map,this.name=t,this.environment=e,this.state.next("ready")}setState(t){this.state.next(t)}async register(t,e){this.resolvers.set(t,e)}async get(t){return this.resolvers.get(t)}}/**
|
4
|
+
* @license
|
5
|
+
* Copyright 2019 Google LLC
|
6
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
7
|
+
*/const q=globalThis,mt=q.ShadowRoot&&(q.ShadyCSS===void 0||q.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,bt=Symbol(),Ct=new WeakMap;let Gt=class{constructor(t,e,i){if(this._$cssResult$=!0,i!==bt)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(mt&&t===void 0){const i=e!==void 0&&e.length===1;i&&(t=Ct.get(e)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&Ct.set(e,t))}return t}toString(){return this.cssText}};const $e=r=>new Gt(typeof r=="string"?r:r+"",void 0,bt),D=(r,...t)=>{const e=r.length===1?r[0]:t.reduce((i,n,s)=>i+(o=>{if(o._$cssResult$===!0)return o.cssText;if(typeof o=="number")return o;throw Error("Value passed to 'css' function must be a 'css' function result: "+o+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(n)+r[s+1],r[0]);return new Gt(e,r,bt)},we=(r,t)=>{if(mt)r.adoptedStyleSheets=t.map(e=>e instanceof CSSStyleSheet?e:e.styleSheet);else for(const e of t){const i=document.createElement("style"),n=q.litNonce;n!==void 0&&i.setAttribute("nonce",n),i.textContent=e.cssText,r.appendChild(i)}},xt=mt?r=>r:r=>r instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return $e(e)})(r):r;/**
|
8
|
+
* @license
|
9
|
+
* Copyright 2017 Google LLC
|
10
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
11
|
+
*/const{is:Ae,defineProperty:Se,getOwnPropertyDescriptor:Ee,getOwnPropertyNames:Ce,getOwnPropertySymbols:xe,getPrototypeOf:Pe}=Object,_=globalThis,Pt=_.trustedTypes,Te=Pt?Pt.emptyScript:"",ot=_.reactiveElementPolyfillSupport,U=(r,t)=>r,J={toAttribute(r,t){switch(t){case Boolean:r=r?Te:null;break;case Object:case Array:r=r==null?r:JSON.stringify(r)}return r},fromAttribute(r,t){let e=r;switch(t){case Boolean:e=r!==null;break;case Number:e=r===null?null:Number(r);break;case Object:case Array:try{e=JSON.parse(r)}catch{e=null}}return e}},_t=(r,t)=>!Ae(r,t),Tt={attribute:!0,type:String,converter:J,reflect:!1,hasChanged:_t};Symbol.metadata??(Symbol.metadata=Symbol("metadata")),_.litPropertyMetadata??(_.litPropertyMetadata=new WeakMap);class P extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??(this.l=[])).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=Tt){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const i=Symbol(),n=this.getPropertyDescriptor(t,i,e);n!==void 0&&Se(this.prototype,t,n)}}static getPropertyDescriptor(t,e,i){const{get:n,set:s}=Ee(this.prototype,t)??{get(){return this[e]},set(o){this[e]=o}};return{get(){return n==null?void 0:n.call(this)},set(o){const a=n==null?void 0:n.call(this);s.call(this,o),this.requestUpdate(t,a,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Tt}static _$Ei(){if(this.hasOwnProperty(U("elementProperties")))return;const t=Pe(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(U("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(U("properties"))){const e=this.properties,i=[...Ce(e),...xe(e)];for(const n of i)this.createProperty(n,e[n])}const t=this[Symbol.metadata];if(t!==null){const e=litPropertyMetadata.get(t);if(e!==void 0)for(const[i,n]of e)this.elementProperties.set(i,n)}this._$Eh=new Map;for(const[e,i]of this.elementProperties){const n=this._$Eu(e,i);n!==void 0&&this._$Eh.set(n,e)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const n of i)e.unshift(xt(n))}else t!==void 0&&e.push(xt(t));return e}static _$Eu(t,e){const i=e.attribute;return i===!1?void 0:typeof i=="string"?i:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var t;this._$Eg=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$E_(),this.requestUpdate(),(t=this.constructor.l)==null||t.forEach(e=>e(this))}addController(t){var e;(this._$ES??(this._$ES=[])).push(t),this.renderRoot!==void 0&&this.isConnected&&((e=t.hostConnected)==null||e.call(t))}removeController(t){var e;(e=this._$ES)==null||e.splice(this._$ES.indexOf(t)>>>0,1)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const i of e.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return we(t,this.constructor.elementStyles),t}connectedCallback(){var t;this.renderRoot??(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(t=this._$ES)==null||t.forEach(e=>{var i;return(i=e.hostConnected)==null?void 0:i.call(e)})}enableUpdating(t){}disconnectedCallback(){var t;(t=this._$ES)==null||t.forEach(e=>{var i;return(i=e.hostDisconnected)==null?void 0:i.call(e)})}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$EO(t,e){var s;const i=this.constructor.elementProperties.get(t),n=this.constructor._$Eu(t,i);if(n!==void 0&&i.reflect===!0){const o=(((s=i.converter)==null?void 0:s.toAttribute)!==void 0?i.converter:J).toAttribute(e,i.type);this._$Em=t,o==null?this.removeAttribute(n):this.setAttribute(n,o),this._$Em=null}}_$AK(t,e){var s;const i=this.constructor,n=i._$Eh.get(t);if(n!==void 0&&this._$Em!==n){const o=i.getPropertyOptions(n),a=typeof o.converter=="function"?{fromAttribute:o.converter}:((s=o.converter)==null?void 0:s.fromAttribute)!==void 0?o.converter:J;this._$Em=n,this[n]=a.fromAttribute(e,o.type),this._$Em=null}}requestUpdate(t,e,i,n=!1,s){if(t!==void 0){if(i??(i=this.constructor.getPropertyOptions(t)),!(i.hasChanged??_t)(n?s:this[t],e))return;this.C(t,e,i)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(t,e,i){this._$AL.has(t)||this._$AL.set(t,e),i.reflect===!0&&this._$Em!==t&&(this._$Ej??(this._$Ej=new Set)).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(e){Promise.reject(e)}const t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var i;if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this._$Ep){for(const[s,o]of this._$Ep)this[s]=o;this._$Ep=void 0}const n=this.constructor.elementProperties;if(n.size>0)for(const[s,o]of n)o.wrapped!==!0||this._$AL.has(s)||this[s]===void 0||this.C(s,this[s],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),(i=this._$ES)==null||i.forEach(n=>{var s;return(s=n.hostUpdate)==null?void 0:s.call(n)}),this.update(e)):this._$ET()}catch(n){throw t=!1,this._$ET(),n}t&&this._$AE(e)}willUpdate(t){}_$AE(t){var e;(e=this._$ES)==null||e.forEach(i=>{var n;return(n=i.hostUpdated)==null?void 0:n.call(i)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&(this._$Ej=this._$Ej.forEach(e=>this._$EO(e,this[e]))),this._$ET()}updated(t){}firstUpdated(t){}}P.elementStyles=[],P.shadowRootOptions={mode:"open"},P[U("elementProperties")]=new Map,P[U("finalized")]=new Map,ot==null||ot({ReactiveElement:P}),(_.reactiveElementVersions??(_.reactiveElementVersions=[])).push("2.0.1");/**
|
12
|
+
* @license
|
13
|
+
* Copyright 2017 Google LLC
|
14
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
15
|
+
*/const R=globalThis,K=R.trustedTypes,Ot=K?K.createPolicy("lit-html",{createHTML:r=>r}):void 0,Vt="$lit$",b=`lit$${(Math.random()+"").slice(9)}$`,qt="?"+b,Oe=`<${qt}>`,C=document,M=()=>C.createComment(""),j=r=>r===null||typeof r!="object"&&typeof r!="function",Ft=Array.isArray,Ue=r=>Ft(r)||typeof(r==null?void 0:r[Symbol.iterator])=="function",at=`[
|
16
|
+
\f\r]`,O=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Ut=/-->/g,Rt=/>/g,A=RegExp(`>|${at}(?:([^\\s"'>=/]+)(${at}*=${at}*(?:[^
|
17
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),It=/'/g,Mt=/"/g,Yt=/^(?:script|style|textarea|title)$/i,Re=r=>(t,...e)=>({_$litType$:r,strings:t,values:e}),Z=Re(1),x=Symbol.for("lit-noChange"),u=Symbol.for("lit-nothing"),jt=new WeakMap,E=C.createTreeWalker(C,129);function Jt(r,t){if(!Array.isArray(r)||!r.hasOwnProperty("raw"))throw Error("invalid template strings array");return Ot!==void 0?Ot.createHTML(t):t}const Ie=(r,t)=>{const e=r.length-1,i=[];let n,s=t===2?"<svg>":"",o=O;for(let a=0;a<e;a++){const c=r[a];let h,d,l=-1,f=0;for(;f<c.length&&(o.lastIndex=f,d=o.exec(c),d!==null);)f=o.lastIndex,o===O?d[1]==="!--"?o=Ut:d[1]!==void 0?o=Rt:d[2]!==void 0?(Yt.test(d[2])&&(n=RegExp("</"+d[2],"g")),o=A):d[3]!==void 0&&(o=A):o===A?d[0]===">"?(o=n??O,l=-1):d[1]===void 0?l=-2:(l=o.lastIndex-d[2].length,h=d[1],o=d[3]===void 0?A:d[3]==='"'?Mt:It):o===Mt||o===It?o=A:o===Ut||o===Rt?o=O:(o=A,n=void 0);const p=o===A&&r[a+1].startsWith("/>")?" ":"";s+=o===O?c+Oe:l>=0?(i.push(h),c.slice(0,l)+Vt+c.slice(l)+b+p):c+b+(l===-2?a:p)}return[Jt(r,s+(r[e]||"<?>")+(t===2?"</svg>":"")),i]};class H{constructor({strings:t,_$litType$:e},i){let n;this.parts=[];let s=0,o=0;const a=t.length-1,c=this.parts,[h,d]=Ie(t,e);if(this.el=H.createElement(h,i),E.currentNode=this.el.content,e===2){const l=this.el.content.firstChild;l.replaceWith(...l.childNodes)}for(;(n=E.nextNode())!==null&&c.length<a;){if(n.nodeType===1){if(n.hasAttributes())for(const l of n.getAttributeNames())if(l.endsWith(Vt)){const f=d[o++],p=n.getAttribute(l).split(b),g=/([.?@])?(.*)/.exec(f);c.push({type:1,index:s,name:g[2],strings:p,ctor:g[1]==="."?je:g[1]==="?"?He:g[1]==="@"?ke:et}),n.removeAttribute(l)}else l.startsWith(b)&&(c.push({type:6,index:s}),n.removeAttribute(l));if(Yt.test(n.tagName)){const l=n.textContent.split(b),f=l.length-1;if(f>0){n.textContent=K?K.emptyScript:"";for(let p=0;p<f;p++)n.append(l[p],M()),E.nextNode(),c.push({type:2,index:++s});n.append(l[f],M())}}}else if(n.nodeType===8)if(n.data===qt)c.push({type:2,index:s});else{let l=-1;for(;(l=n.data.indexOf(b,l+1))!==-1;)c.push({type:7,index:s}),l+=b.length-1}s++}}static createElement(t,e){const i=C.createElement("template");return i.innerHTML=t,i}}function T(r,t,e=r,i){var o,a;if(t===x)return t;let n=i!==void 0?(o=e._$Co)==null?void 0:o[i]:e._$Cl;const s=j(t)?void 0:t._$litDirective$;return(n==null?void 0:n.constructor)!==s&&((a=n==null?void 0:n._$AO)==null||a.call(n,!1),s===void 0?n=void 0:(n=new s(r),n._$AT(r,e,i)),i!==void 0?(e._$Co??(e._$Co=[]))[i]=n:e._$Cl=n),n!==void 0&&(t=T(r,n._$AS(r,t.values),n,i)),t}class Me{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){const{el:{content:e},parts:i}=this._$AD,n=((t==null?void 0:t.creationScope)??C).importNode(e,!0);E.currentNode=n;let s=E.nextNode(),o=0,a=0,c=i[0];for(;c!==void 0;){if(o===c.index){let h;c.type===2?h=new L(s,s.nextSibling,this,t):c.type===1?h=new c.ctor(s,c.name,c.strings,this,t):c.type===6&&(h=new Ne(s,this,t)),this._$AV.push(h),c=i[++a]}o!==(c==null?void 0:c.index)&&(s=E.nextNode(),o++)}return E.currentNode=C,n}p(t){let e=0;for(const i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class L{get _$AU(){var t;return((t=this._$AM)==null?void 0:t._$AU)??this._$Cv}constructor(t,e,i,n){this.type=2,this._$AH=u,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=n,this._$Cv=(n==null?void 0:n.isConnected)??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return e!==void 0&&(t==null?void 0:t.nodeType)===11&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=T(this,t,e),j(t)?t===u||t==null||t===""?(this._$AH!==u&&this._$AR(),this._$AH=u):t!==this._$AH&&t!==x&&this._(t):t._$litType$!==void 0?this.g(t):t.nodeType!==void 0?this.$(t):Ue(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!==u&&j(this._$AH)?this._$AA.nextSibling.data=t:this.$(C.createTextNode(t)),this._$AH=t}g(t){var s;const{values:e,_$litType$:i}=t,n=typeof i=="number"?this._$AC(t):(i.el===void 0&&(i.el=H.createElement(Jt(i.h,i.h[0]),this.options)),i);if(((s=this._$AH)==null?void 0:s._$AD)===n)this._$AH.p(e);else{const o=new Me(n,this),a=o.u(this.options);o.p(e),this.$(a),this._$AH=o}}_$AC(t){let e=jt.get(t.strings);return e===void 0&&jt.set(t.strings,e=new H(t)),e}T(t){Ft(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,n=0;for(const s of t)n===e.length?e.push(i=new L(this.k(M()),this.k(M()),this,this.options)):i=e[n],i._$AI(s),n++;n<e.length&&(this._$AR(i&&i._$AB.nextSibling,n),e.length=n)}_$AR(t=this._$AA.nextSibling,e){var i;for((i=this._$AP)==null?void 0:i.call(this,!1,!0,e);t&&t!==this._$AB;){const n=t.nextSibling;t.remove(),t=n}}setConnected(t){var e;this._$AM===void 0&&(this._$Cv=t,(e=this._$AP)==null||e.call(this,t))}}class et{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,i,n,s){this.type=1,this._$AH=u,this._$AN=void 0,this.element=t,this.name=e,this._$AM=n,this.options=s,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=u}_$AI(t,e=this,i,n){const s=this.strings;let o=!1;if(s===void 0)t=T(this,t,e,0),o=!j(t)||t!==this._$AH&&t!==x,o&&(this._$AH=t);else{const a=t;let c,h;for(t=s[0],c=0;c<s.length-1;c++)h=T(this,a[i+c],e,c),h===x&&(h=this._$AH[c]),o||(o=!j(h)||h!==this._$AH[c]),h===u?t=u:t!==u&&(t+=(h??"")+s[c+1]),this._$AH[c]=h}o&&!n&&this.O(t)}O(t){t===u?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class je extends et{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===u?void 0:t}}class He extends et{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==u)}}class ke extends et{constructor(t,e,i,n,s){super(t,e,i,n,s),this.type=5}_$AI(t,e=this){if((t=T(this,t,e,0)??u)===x)return;const i=this._$AH,n=t===u&&i!==u||t.capture!==i.capture||t.once!==i.once||t.passive!==i.passive,s=t!==u&&(i===u||n);n&&this.element.removeEventListener(this.name,this,i),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e;typeof this._$AH=="function"?this._$AH.call(((e=this.options)==null?void 0:e.host)??this.element,t):this._$AH.handleEvent(t)}}class Ne{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){T(this,t)}}const ct=R.litHtmlPolyfillSupport;ct==null||ct(H,L),(R.litHtmlVersions??(R.litHtmlVersions=[])).push("3.0.2");const De=(r,t,e)=>{const i=(e==null?void 0:e.renderBefore)??t;let n=i._$litPart$;if(n===void 0){const s=(e==null?void 0:e.renderBefore)??null;i._$litPart$=n=new L(t.insertBefore(M(),s),s,void 0,e??{})}return n._$AI(r),n};/**
|
18
|
+
* @license
|
19
|
+
* Copyright 2017 Google LLC
|
20
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
21
|
+
*/let $=class extends P{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var e;const t=super.createRenderRoot();return(e=this.renderOptions).renderBefore??(e.renderBefore=t.firstChild),t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=De(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),(t=this._$Do)==null||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this._$Do)==null||t.setConnected(!1)}render(){return x}};var Ht;$._$litElement$=!0,$.finalized=!0,(Ht=globalThis.litElementHydrateSupport)==null||Ht.call(globalThis,{LitElement:$});const lt=globalThis.litElementPolyfillSupport;lt==null||lt({LitElement:$});(globalThis.litElementVersions??(globalThis.litElementVersions=[])).push("4.0.1");/**
|
22
|
+
* @license
|
23
|
+
* Copyright 2017 Google LLC
|
24
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
25
|
+
*/const rt=r=>(t,e)=>{e!==void 0?e.addInitializer(()=>{customElements.define(r,t)}):customElements.define(r,t)};/**
|
26
|
+
* @license
|
27
|
+
* Copyright 2017 Google LLC
|
28
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
29
|
+
*/const Le={attribute:!0,type:String,converter:J,reflect:!1,hasChanged:_t},Be=(r=Le,t,e)=>{const{kind:i,metadata:n}=e;let s=globalThis.litPropertyMetadata.get(n);if(s===void 0&&globalThis.litPropertyMetadata.set(n,s=new Map),s.set(e.name,r),i==="accessor"){const{name:o}=e;return{set(a){const c=t.get.call(this);t.set.call(this,a),this.requestUpdate(o,c,r)},init(a){return a!==void 0&&this.C(o,void 0,r),a}}}if(i==="setter"){const{name:o}=e;return function(a){const c=this[o];t.call(this,a),this.requestUpdate(o,c,r)}}throw Error("Unsupported decorator location: "+i)};function y(r){return(t,e)=>typeof e=="object"?Be(r,t,e):((i,n,s)=>{const o=n.hasOwnProperty(s);return n.constructor.createProperty(s,o?{...i,wrapped:!0}:i),o?Object.getOwnPropertyDescriptor(n,s):void 0})(r,t,e)}/**
|
30
|
+
* @license
|
31
|
+
* Copyright 2017 Google LLC
|
32
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
33
|
+
*/function B(r){return y({...r,state:!0,attribute:!1})}/**
|
34
|
+
* @license
|
35
|
+
* Copyright 2017 Google LLC
|
36
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
37
|
+
*/const Kt={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},Zt=r=>(...t)=>({_$litDirective$:r,values:t});class Qt{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}/**
|
38
|
+
* @license
|
39
|
+
* Copyright 2018 Google LLC
|
40
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
41
|
+
*/const We=Zt(class extends Qt{constructor(r){var t;if(super(r),r.type!==Kt.ATTRIBUTE||r.name!=="class"||((t=r.strings)==null?void 0:t.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(r){return" "+Object.keys(r).filter(t=>r[t]).join(" ")+" "}update(r,[t]){var i,n;if(this.it===void 0){this.it=new Set,r.strings!==void 0&&(this.st=new Set(r.strings.join(" ").split(/\s/).filter(s=>s!=="")));for(const s in t)t[s]&&!((i=this.st)!=null&&i.has(s))&&this.it.add(s);return this.render(t)}const e=r.element.classList;for(const s of this.it)s in t||(e.remove(s),this.it.delete(s));for(const s in t){const o=!!t[s];o===this.it.has(s)||(n=this.st)!=null&&n.has(s)||(o?(e.add(s),this.it.add(s)):(e.remove(s),this.it.delete(s)))}return x}}),G=(r,t,e)=>{r&&e.style.setProperty(t,r)},Xt=(r,t)=>{var e,i,n,s;G((e=r.colors)==null?void 0:e.primaryBackground,"--primary-background",t),G((i=r.colors)==null?void 0:i.textOnPrimaryBackground,"--text-on-primary-background",t),G((n=r.colors)==null?void 0:n.secondaryBackground,"--secondary-background",t),G((s=r.colors)==null?void 0:s.textOnSecondaryBackground,"--text-on-secondary-background",t)};var ze=Object.defineProperty,Ge=Object.getOwnPropertyDescriptor,W=(r,t,e,i)=>{for(var n=i>1?void 0:i?Ge(t,e):t,s=r.length-1,o;s>=0;s--)(o=r[s])&&(n=(i?o(t,e,n):o(n))||n);return i&&n&&ze(t,e,n),n};exports.Trigger=class extends ${constructor(){super(...arguments),this.active=!1,this.loaded=!1}async connectedCallback(){super.connectedCallback(),this.icon=await this._renderSymbol(),this.loaded=!0,this._applyBranding()}_toggleActive(){var t;if(!((t=this.application)!=null&&t.root)){console.warn("Could not activate widget. No root element assigned to widget.");return}this.active=!this.active,this.active?this.application.appendToDOM():this.application.removeFromDOM()}_applyBranding(){var t;(t=this.application)!=null&&t.settings&&Xt(this.application.settings.branding,this)}async _renderSymbol(){var s;const t=(s=this.application)==null?void 0:s.triggerIcon;if(!t)return u;const e=async o=>await Promise.resolve().then(()=>require("./index-6dd00f59.js")).then(c=>c[o]),{type:i,content:n}=t;switch(i){case"Telia":{const o=await e(n);return o?Z`<telia-icon
|
42
|
+
class="trigger-icon"
|
43
|
+
svg=${o.svg}
|
44
|
+
size="lg"
|
45
|
+
></telia-icon>`:u}default:return u}}render(){return Z`<button
|
46
|
+
class=${We({trigger:!0,active:this.active,rendered:this.loaded})}
|
47
|
+
@click=${this._toggleActive}
|
48
|
+
>
|
49
|
+
${this.icon}
|
50
|
+
<span class="trigger-close">
|
51
|
+
<svg
|
52
|
+
width="18"
|
53
|
+
height="9"
|
54
|
+
viewBox="0 0 18 9"
|
55
|
+
fill="none"
|
56
|
+
xmlns="http://www.w3.org/2000/svg"
|
57
|
+
>
|
58
|
+
<path
|
59
|
+
d="M9 9C8.81794 9.00045 8.63759 8.96634 8.46939 8.89965C8.3012 8.83295 8.14851 8.735 8.02015 8.61145L0.194523 1.12367C0.068294 0.99862 -0.00155266 0.831133 2.61958e-05 0.657285C0.00160506 0.483436 0.0744832 0.317136 0.202964 0.194202C0.331445 0.0712675 0.505249 0.00153576 0.686941 2.50649e-05C0.868634 -0.00148563 1.04368 0.0653456 1.17437 0.186125L9 7.6739L16.8256 0.186125C16.9563 0.0653456 17.1314 -0.00148563 17.3131 2.50649e-05C17.4948 0.00153576 17.6686 0.0712675 17.797 0.194202C17.9255 0.317136 17.9984 0.483436 18 0.657285C18.0016 0.831133 17.9317 0.99862 17.8055 1.12367L9.97985 8.61145C9.85149 8.735 9.6988 8.83295 9.53061 8.89965C9.36241 8.96634 9.18206 9.00045 9 9Z"
|
60
|
+
fill="white"
|
61
|
+
/>
|
62
|
+
</svg>
|
63
|
+
</span>
|
64
|
+
<span class="trigger-loader">
|
65
|
+
<svg viewBox="25 25 50 50">
|
66
|
+
<circle
|
67
|
+
cx="50"
|
68
|
+
cy="50"
|
69
|
+
r="20"
|
70
|
+
fill="none"
|
71
|
+
stroke="#000"
|
72
|
+
stroke-width="2"
|
73
|
+
stroke-miterlimit="10"
|
74
|
+
/>
|
75
|
+
</svg>
|
76
|
+
</span>
|
77
|
+
</button>`}};exports.Trigger.styles=[D`
|
78
|
+
:host {
|
79
|
+
--voca-rem-multiplier: 0.625;
|
80
|
+
display: block;
|
81
|
+
box-sizing: border-box;
|
82
|
+
}
|
83
|
+
|
84
|
+
.trigger {
|
85
|
+
position: fixed;
|
86
|
+
transform: scale(0);
|
87
|
+
box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
|
88
|
+
bottom: 20px;
|
89
|
+
right: 20px;
|
90
|
+
z-index: 5;
|
91
|
+
display: flex;
|
92
|
+
align-items: center;
|
93
|
+
justify-content: center;
|
94
|
+
border: none;
|
95
|
+
line-height: 55px;
|
96
|
+
height: 55px;
|
97
|
+
width: 55px;
|
98
|
+
border-radius: 55px;
|
99
|
+
cursor: pointer;
|
100
|
+
background-color: var(--trigger-bg, var(--primary-background));
|
101
|
+
font-family: Lato;
|
102
|
+
text-decoration: none;
|
103
|
+
border: 3px dashed transparent;
|
104
|
+
box-sizing: border-box;
|
105
|
+
transition: transform 200ms ease-out;
|
106
|
+
}
|
107
|
+
.trigger:hover {
|
108
|
+
transform: scale(1.1) !important;
|
109
|
+
}
|
110
|
+
.trigger.rendered {
|
111
|
+
transform: scale(1);
|
112
|
+
}
|
113
|
+
.trigger.active .trigger-icon {
|
114
|
+
opacity: 0;
|
115
|
+
transform: rotate(-180deg) scale(0);
|
116
|
+
}
|
117
|
+
.trigger.active .trigger-close {
|
118
|
+
opacity: 1;
|
119
|
+
transform: rotate(0deg) scale(1);
|
120
|
+
}
|
121
|
+
|
122
|
+
.trigger-icon {
|
123
|
+
display: inline-block;
|
124
|
+
line-height: inherit;
|
125
|
+
text-align: center;
|
126
|
+
opacity: 1;
|
127
|
+
transform: rotate(0deg) scale(1);
|
128
|
+
transition: opacity 200ms ease-out, transform 200ms ease-out;
|
129
|
+
color: var(--trigger-text-color, var(--text-on-primary-background));
|
130
|
+
}
|
131
|
+
.trigger-close {
|
132
|
+
opacity: 0;
|
133
|
+
transition: transform 200ms ease-out;
|
134
|
+
transform: rotate(180deg) scale(0);
|
135
|
+
position: absolute;
|
136
|
+
top: 0;
|
137
|
+
bottom: 0;
|
138
|
+
left: 0;
|
139
|
+
right: 0;
|
140
|
+
display: flex;
|
141
|
+
justify-content: center;
|
142
|
+
align-items: center;
|
143
|
+
fill: var(--trigger-text-color, var(--text-on-primary-background));
|
144
|
+
}
|
145
|
+
`];W([y({attribute:!1})],exports.Trigger.prototype,"application",2);W([B()],exports.Trigger.prototype,"active",2);W([B()],exports.Trigger.prototype,"loaded",2);W([B()],exports.Trigger.prototype,"icon",2);exports.Trigger=W([rt("ace-trigger")],exports.Trigger);var Ve=Object.defineProperty,qe=Object.getOwnPropertyDescriptor,S=(r,t,e,i)=>{for(var n=i>1?void 0:i?qe(t,e):t,s=r.length-1,o;s>=0;s--)(o=r[s])&&(n=(i?o(t,e,n):o(n))||n);return i&&n&&Ve(t,e,n),n};const te=r=>{class t extends r{constructor(){super(...arguments),this.properties={},this.context={},this.layout={},this.nodes=[]}writeProperties(i){this.properties=i}writeLayout(i){this.layout=i}writeContext(i){this.context=i}addChild(i){i.parent=this,this.nodes.push(i)}connectedCallback(){super.connectedCallback(),this.renderRoot.host.style.setProperty("--width",this.layout.size==="full"?"var(--columns, 1)":`min(${this.layout.size||"var(--columns)"}, var(--columns))`)}}return t.styles=[D`
|
146
|
+
:host {
|
147
|
+
font-family: var(--font-family);
|
148
|
+
grid-column: span var(--width);
|
149
|
+
max-width: 100%;
|
150
|
+
overflow: hidden;
|
151
|
+
box-sizing: border-box;
|
152
|
+
display: block;
|
153
|
+
}
|
154
|
+
* {
|
155
|
+
box-sizing: border-box;
|
156
|
+
}
|
157
|
+
`],S([y()],t.prototype,"properties",2),S([y()],t.prototype,"context",2),S([y()],t.prototype,"layout",2),S([y()],t.prototype,"name",2),S([y()],t.prototype,"type",2),S([y({attribute:!1})],t.prototype,"application",2),S([y({attribute:!1})],t.prototype,"parent",2),t};var Fe=Object.defineProperty,Ye=Object.getOwnPropertyDescriptor,Je=(r,t,e,i)=>{for(var n=i>1?void 0:i?Ye(t,e):t,s=r.length-1,o;s>=0;s--)(o=r[s])&&(n=(i?o(t,e,n):o(n))||n);return i&&n&&Fe(t,e,n),n};let Q=class extends te($){render(){return Z`Non resolved component`}};Q.styles=[D`
|
158
|
+
:host {
|
159
|
+
display: block;
|
160
|
+
}
|
161
|
+
`];Q=Je([rt("ace-unresolved-component")],Q);/**
|
162
|
+
* @license
|
163
|
+
* Copyright 2020 Google LLC
|
164
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
165
|
+
*/const Ke=r=>r.strings===void 0;/**
|
166
|
+
* @license
|
167
|
+
* Copyright 2017 Google LLC
|
168
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
169
|
+
*/const I=(r,t)=>{var i;const e=r._$AN;if(e===void 0)return!1;for(const n of e)(i=n._$AO)==null||i.call(n,t,!1),I(n,t);return!0},X=r=>{let t,e;do{if((t=r._$AM)===void 0)break;e=t._$AN,e.delete(r),r=t}while((e==null?void 0:e.size)===0)},ee=r=>{for(let t;t=r._$AM;r=t){let e=t._$AN;if(e===void 0)t._$AN=e=new Set;else if(e.has(r))break;e.add(r),Xe(t)}};function Ze(r){this._$AN!==void 0?(X(this),this._$AM=r,ee(this)):this._$AM=r}function Qe(r,t=!1,e=0){const i=this._$AH,n=this._$AN;if(n!==void 0&&n.size!==0)if(t)if(Array.isArray(i))for(let s=e;s<i.length;s++)I(i[s],!1),X(i[s]);else i!=null&&(I(i,!1),X(i));else I(this,r)}const Xe=r=>{r.type==Kt.CHILD&&(r._$AP??(r._$AP=Qe),r._$AQ??(r._$AQ=Ze))};class tr extends Qt{constructor(){super(...arguments),this._$AN=void 0}_$AT(t,e,i){super._$AT(t,e,i),ee(this),this.isConnected=t._$AU}_$AO(t,e=!0){var i,n;t!==this.isConnected&&(this.isConnected=t,t?(i=this.reconnected)==null||i.call(this):(n=this.disconnected)==null||n.call(this)),e&&(I(this,t),X(this))}setValue(t){if(Ke(this._$Ct))this._$Ct._$AI(t,this);else{const e=[...this._$Ct._$AH];e[this._$Ci]=t,this._$Ct._$AI(e,this,0)}}disconnected(){}reconnected(){}}/**
|
170
|
+
* @license
|
171
|
+
* Copyright 2020 Google LLC
|
172
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
173
|
+
*/const er=()=>new rr;class rr{}const ht=new WeakMap,ir=Zt(class extends tr{render(r){return u}update(r,[t]){var i;const e=t!==this.G;return e&&this.G!==void 0&&this.ot(void 0),(e||this.rt!==this.lt)&&(this.G=t,this.ct=(i=r.options)==null?void 0:i.host,this.ot(this.lt=r.element)),u}ot(r){if(typeof this.G=="function"){const t=this.ct??globalThis;let e=ht.get(t);e===void 0&&(e=new WeakMap,ht.set(t,e)),e.get(this.G)!==void 0&&this.G.call(this.ct,void 0),e.set(this.G,r),r!==void 0&&this.G.call(this.ct,r)}else this.G.value=r}get rt(){var r,t;return typeof this.G=="function"?(r=ht.get(this.ct??globalThis))==null?void 0:r.get(this.G):(t=this.G)==null?void 0:t.value}disconnected(){this.rt===this.lt&&this.ot(void 0)}reconnected(){this.ot(this.lt)}});/**
|
174
|
+
* @license
|
175
|
+
* Copyright 2021 Google LLC
|
176
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
177
|
+
*/function*nr(r,t){if(r!==void 0){let e=0;for(const i of r)yield t(i,e++)}}var w=(r=>(r.Inline="inline",r.Trigger="trigger",r))(w||{}),sr=Object.defineProperty,or=Object.getOwnPropertyDescriptor,re=(r,t,e,i)=>{for(var n=i>1?void 0:i?or(t,e):t,s=r.length-1,o;s>=0;s--)(o=r[s])&&(n=(i?o(t,e,n):o(n))||n);return i&&n&&sr(t,e,n),n};let k=class extends ${constructor(){super(...arguments),this.nodes=[],this.wrapperRef=er()}addChild(r){r.parent=this,this.nodes.push(r)}applyBranding(){if(this.wrapperRef.value){const r=this.application.settings;r!=null&&r.branding&&Xt(r.branding,this.wrapperRef.value)}}firstUpdated(r){this.applyBranding()}render(){return this.application.renderStrategy===w.Trigger&&this.renderRoot.host.classList.add("floating"),Z`<div class="widget-container" ${ir(this.wrapperRef)}>
|
178
|
+
${nr(this.nodes,r=>r)}
|
179
|
+
</div>`}};k.styles=D`
|
180
|
+
:host {
|
181
|
+
--font-family: TeliaSans, Helvetica, Arial, Lucida Grande, sans-serif;
|
182
|
+
--spacing-xs: 0.2rem;
|
183
|
+
--spacing-sm: 0.5rem;
|
184
|
+
--spacing-md: 1rem;
|
185
|
+
--spacing-lg: 1.2rem;
|
186
|
+
--spacing-xl: 1.8rem;
|
187
|
+
|
188
|
+
--text-color: #222222;
|
189
|
+
--link-color: #990ae3;
|
190
|
+
--gray-color: #f3f3f8;
|
191
|
+
--gray-dark-color: #a6a6a6;
|
192
|
+
|
193
|
+
--box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
|
194
|
+
--border-radius: var(--spacing-sm);
|
195
|
+
--border-radius-sm: var(--spacing-sm);
|
196
|
+
}
|
197
|
+
:host {
|
198
|
+
--voca-rem-multiplier: 0.625;
|
199
|
+
box-sizing: border-box;
|
200
|
+
display: block;
|
201
|
+
}
|
202
|
+
|
203
|
+
:host(.floating) {
|
204
|
+
position: fixed;
|
205
|
+
z-index: 6;
|
206
|
+
inset: auto 20px 95px auto;
|
207
|
+
max-height: calc(100vh - 120px);
|
208
|
+
width: 400px;
|
209
|
+
height: 700px;
|
210
|
+
}
|
211
|
+
:host(.floating) .widget-container {
|
212
|
+
box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
|
213
|
+
border-radius: 0.7rem;
|
214
|
+
}
|
215
|
+
:host(.inline) {
|
216
|
+
height: 100%;
|
217
|
+
position: fixed;
|
218
|
+
inset: 0 0 0 0;
|
219
|
+
}
|
220
|
+
|
221
|
+
* {
|
222
|
+
box-sizing: border-box;
|
223
|
+
}
|
224
|
+
.widget-container {
|
225
|
+
height: 100%;
|
226
|
+
background-color: var(--primary-background);
|
227
|
+
padding: 0 var(--spacing-sm);
|
228
|
+
}
|
229
|
+
.widget-container.expanded {
|
230
|
+
opacity: 1;
|
231
|
+
animation: slideUp 0.5s;
|
232
|
+
}
|
233
|
+
.widget-container.hidden {
|
234
|
+
opacity: 0;
|
235
|
+
animation: slideDown 0.5s;
|
236
|
+
}
|
237
|
+
@keyframes slideDown {
|
238
|
+
from {
|
239
|
+
transform: translateY(0);
|
240
|
+
opacity: 1;
|
241
|
+
}
|
242
|
+
to {
|
243
|
+
transform: translateY(100%);
|
244
|
+
opacity: 0;
|
245
|
+
}
|
246
|
+
}
|
247
|
+
@keyframes slideUp {
|
248
|
+
from {
|
249
|
+
transform: translateY(100%);
|
250
|
+
opacity: 0;
|
251
|
+
}
|
252
|
+
to {
|
253
|
+
transform: translateY(0);
|
254
|
+
opacity: 1;
|
255
|
+
}
|
256
|
+
}
|
257
|
+
`;re([y({attribute:!1})],k.prototype,"application",2);k=re([rt("ace-wrapper")],k);class ar{constructor(){this.root=this.createRoot()}createComponentModel(t,e){this.root.application=e;const i=a=>{if(Array.isArray(a)){const[c,...h]=a;return{definitionId:c,overrides:h}}return{definitionId:a,overrides:[]}},n=(a,c,h,d)=>{h.forEach(l=>{const f=i(l),p=d[f.definitionId];if(!p){console.error(`No definition found for component type '${f.definitionId}'.`);return}const g=a.createNode(p.type,p.type);g&&(g.name=f.definitionId,g.application=e,p.properties&&g.writeProperties(p.properties),p.context&&g.writeContext(p.context),p.layout&&g.writeLayout(p.layout),c.addChild(g),p.children&&n(a,g,p.children,d))})},{entry:s,components:o}=t;return n(this,this.root,[s],o),this.root}createRoot(){return new k}createNode(t,e){const i=this.resolveComponent(e);if(!i)return console.warn(`Unable to resolve component: ${e}`),new Q;const n=new i;return n.type=e,n.name=t,n}resolveComponent(t){return customElements.get(`ace-${t}`)}getRoot(){return this.root}}const ie=class{constructor(){this.components=new Map}getComponent(r){const t=this.components.get(r);return t||console.warn(`Unable to resolve component: ${r}. You most likely forgot to register the required plugin.`),t}registerComponent(r,t){this.components.set(r,t)}async loadComponents(){const r=[...this.components.entries()].map(([t,e])=>e.then(i=>{this.defineAsWebComponent(t,i.default)}));await Promise.all(r)}defineAsWebComponent(r,t){const e=ie.ResolveWebComponentName(r);customElements.get(e)||customElements.define(e,t)}};let ne=ie;ne.ResolveWebComponentName=r=>`ace-${r}`;class se{constructor(t,e,i,n){this.name=t,this.container=e,this.settings=i,this.options=n,this.platform=new ar,this.renderStrategy=w.Inline,this.autoActivate=!1,this.plugins=[],this.componentResolver=new ne,this.renderStrategy=this.options.renderStrategy||w.Inline,this.triggerIcon=this.options.triggerIcon,typeof n.autoActivate=="boolean"&&(this.autoActivate=n.autoActivate),this.container.register("$settings",i)}async activate(){if(await this.loadPlugins(),await this.componentResolver.loadComponents(),this.root=this.platform.createComponentModel(this.settings,this),this.container.setState(zt.Ready),this.autoActivate){const t=this.render();t&&document.body.appendChild(t)}}async loadPlugins(){for await(const t of this.plugins)await t(this)}plugin(t){return this.plugins.push(t),this}appendToDOM(){this.root&&document.body.appendChild(this.root)}removeFromDOM(){this.root&&document.body.removeChild(this.root)}registerComponent(t,e){this.componentResolver.registerComponent(t,e)}resolveComponent(t){return this.componentResolver.getComponent(t)}render(){if(this.renderStrategy===w.Trigger){const t=new exports.Trigger;return t.application=this,t}return this.root}}const oe=class{static async getSite(r){const e=await(await fetch(r)).json();return e?{id:e.id,apps:e.widgets.map(i=>{let n=w.Inline;return i.renderStrategy==="Trigger"&&(n=w.Trigger),{id:i.id,widgetId:i.widgetId,renderStrategy:n,triggerIcon:{type:"Telia",content:i.triggerIcon}}})}:null}static async getWidget(r){const e=await(await fetch(`${oe.endpoint}/widget/${r}`)).json();return e?{name:e.name,config:JSON.parse(e.configuration)}:null}};let yt=oe;yt.endpoint="https://widgets.ace.teliacompany.net/api";class ae{constructor(){this.applications=[],this.container=new vt("environment",this),setTimeout(()=>{this.notifyWidgetsOfCreation()},1e3)}async bootstrap(){await this.activate()}async activate(){const t=this.applications.filter(e=>e.autoActivate);for await(const e of t)await e.activate()}notifyWidgetsOfCreation(){document.querySelectorAll("ace-widget").forEach(e=>{const i=this.applications.find(n=>n.name===e.name);i&&e.dispatchEvent(new CustomEvent("environment-created",{detail:{widget:i}}))})}registerApp(t,e,i){const n=new vt(t,this),s=new se(t,n,e,i);this.applications.push(s)}}class ce{constructor(t){this.configurations=[],typeof t=="string"?this.url=t:this.loadFromConfig(t)}async load(t){const e=await yt.getSite(t);if(!e){console.warn(`Unable to load site from the url provided: ${t}`);return}this.configurations=e.apps}loadFromConfig(t){this.configurations=t.apps.map(e=>({id:"",renderStrategy:e.renderStrategy,widgetId:e.widgetId,autoActivate:e.autoActivate,triggerIcon:{type:"Telia",content:e.triggerIcon||"question"}}))}async bootstrap(t){var e;this.url&&await this.load(this.url),this.environment=new ae,this.addGlobal(this.environment);for await(const i of this.configurations){const n=await yt.getWidget(i.widgetId);n&&((e=this.environment)==null||e.registerApp(n.name,n.config,{renderStrategy:i.renderStrategy,triggerIcon:i.triggerIcon,autoActivate:i.autoActivate}))}t(this.environment),await this.environment.bootstrap()}addGlobal(t){globalThis.widgets=t}}var cr=Object.defineProperty,lr=Object.getOwnPropertyDescriptor,it=(r,t,e,i)=>{for(var n=i>1?void 0:i?lr(t,e):t,s=r.length-1,o;s>=0;s--)(o=r[s])&&(n=(i?o(t,e,n):o(n))||n);return i&&n&&cr(t,e,n),n};exports.AceWidget=class extends ${constructor(){super(),this.status="deactivated",this.addEventListener("environment-created",this.onEnvironmentCreated)}async connectedCallback(){super.connectedCallback(),await this.getGlobalEnvironment()}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("environment-created",this.onEnvironmentCreated)}async onEnvironmentCreated(t){this.widget=t.detail.widget,await this.activate(),this.requestUpdate()}async activate(){this.widget&&(await this.widget.activate(),this.status="activated")}async getGlobalEnvironment(){const t=globalThis.widgets;t&&(this.widget=t.applications.find(e=>e.name===this.name),await this.activate())}render(){if(!this.widget||this.status!=="activated")return u;if(this.widget.renderStrategy===w.Trigger){const t=new exports.Trigger;return t.application=this.widget,t}return this.widget.render()}};exports.AceWidget.styles=[D`
|
258
|
+
:host {
|
259
|
+
display: block;
|
260
|
+
}
|
261
|
+
`];it([y({attribute:!0})],exports.AceWidget.prototype,"name",2);it([B()],exports.AceWidget.prototype,"widget",2);it([B()],exports.AceWidget.prototype,"status",2);exports.AceWidget=it([rt("ace-widget")],exports.AceWidget);const hr=async(r,t)=>{await new ce(r).bootstrap(t)};exports.Application=se;exports.Container=vt;exports.Environment=ae;exports.Site=ce;exports.WidgetComponent=te;exports.bootstrap=hr;
|