@phatvu/web-component-poc 1.0.1 → 1.0.3

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.
Files changed (30) hide show
  1. package/dist/cjs/{fast-carousel.cjs.entry.js → fast-button_3.cjs.entry.js} +210 -3
  2. package/dist/cjs/{index-C756SOR-.js → index-B2BTpdbN.js} +373 -114
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/web-component-poc.cjs.js +2 -2
  5. package/dist/collection/components/button/button.js +2 -3
  6. package/dist/collection/components/fast-carousel/carousel.js +2 -3
  7. package/dist/components/fast-button.js +1 -1
  8. package/dist/components/fast-carousel.js +1 -1
  9. package/dist/components/index.js +1 -1
  10. package/dist/components/jobs-list-only-ui.js +1 -1
  11. package/dist/components/p-UM9TUfe3.js +1 -0
  12. package/dist/esm/{fast-carousel.entry.js → fast-button_3.entry.js} +209 -4
  13. package/dist/esm/{index-D7_MJBO8.js → index-Dk5CvWmb.js} +373 -114
  14. package/dist/esm/loader.js +3 -3
  15. package/dist/esm/web-component-poc.js +3 -3
  16. package/dist/web-component-poc/p-3d68d559.entry.js +1 -0
  17. package/dist/web-component-poc/p-Dk5CvWmb.js +2 -0
  18. package/dist/web-component-poc/web-component-poc.esm.js +1 -1
  19. package/hydrate/index.js +15 -506
  20. package/hydrate/index.mjs +15 -506
  21. package/package.json +1 -1
  22. package/dist/cjs/fast-button_2.cjs.entry.js +0 -211
  23. package/dist/components/p-Cw2MJ5l2.js +0 -1
  24. package/dist/esm/fast-button_2.entry.js +0 -208
  25. package/dist/web-component-poc/index-xE9n11HX.js.map +0 -1
  26. package/dist/web-component-poc/index.esm.js.map +0 -1
  27. package/dist/web-component-poc/p-0bc6d45d.entry.js +0 -1
  28. package/dist/web-component-poc/p-8ab359cc.entry.js +0 -1
  29. package/dist/web-component-poc/p-D7_MJBO8.js +0 -2
  30. package/dist/web-component-poc/web-component-poc.esm.js.map +0 -1
@@ -1,11 +1,11 @@
1
- import { b as bootstrapLazy } from './index-D7_MJBO8.js';
2
- export { s as setNonce } from './index-D7_MJBO8.js';
1
+ import { b as bootstrapLazy } from './index-Dk5CvWmb.js';
2
+ export { s as setNonce } from './index-Dk5CvWmb.js';
3
3
  import { g as globalScripts } from './app-globals-DQuL1Twl.js';
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
6
6
  if (typeof window === 'undefined') return undefined;
7
7
  await globalScripts();
8
- return bootstrapLazy([["fast-button_2",[[769,"fast-button",{"variant":[1],"type":[1],"disabled":[4]}],[512,"jobs-list-only-ui",{"mockData":[4,"mock-data"],"jobs":[1],"loading":[4],"totalJob":[2,"total-job"],"noResultsLine1":[1,"no-results-line-1"],"noResultsLine2":[1,"no-results-line-2"],"applyButtonText":[1,"apply-button-text"],"showBrand":[4,"show-brand"],"showReference":[4,"show-reference"],"showEmploymentType":[4,"show-employment-type"],"streetFormat":[1,"street-format"],"multiLocationText":[1,"multi-location-text"],"remoteLocationText":[1,"remote-location-text"],"enableKilometers":[4,"enable-kilometers"],"rootClass":[1,"root-class"],"showSuggestions":[4,"show-suggestions"],"clearResultSuggestionsTitleText":[1,"clear-result-suggestions-title-text"],"clearResultSuggestionsLine1":[1,"clear-result-suggestions-line-1"],"clearResultSuggestionsLine2":[1,"clear-result-suggestions-line-2"],"clearResultSuggestionsLine3":[1,"clear-result-suggestions-line-3"],"clearResultSuggestionsLine4":[1,"clear-result-suggestions-line-4"]}]]],["fast-carousel",[[769,"fast-carousel",{"items":[1],"loop":[4],"class":[1],"controlClass":[1,"control-class"],"slideClass":[1,"slide-class"],"itemClass":[1,"item-class"],"scrollPrev":[64],"scrollNext":[64],"goToSlide":[64],"getEmbla":[64]}]]]], options);
8
+ return bootstrapLazy([["fast-button_3",[[772,"fast-button",{"variant":[1],"type":[1],"disabled":[4]}],[772,"fast-carousel",{"items":[1],"loop":[4],"class":[1],"controlClass":[1,"control-class"],"slideClass":[1,"slide-class"],"itemClass":[1,"item-class"],"scrollPrev":[64],"scrollNext":[64],"goToSlide":[64],"getEmbla":[64]}],[512,"jobs-list-only-ui",{"mockData":[4,"mock-data"],"jobs":[1],"loading":[4],"totalJob":[2,"total-job"],"noResultsLine1":[1,"no-results-line-1"],"noResultsLine2":[1,"no-results-line-2"],"applyButtonText":[1,"apply-button-text"],"showBrand":[4,"show-brand"],"showReference":[4,"show-reference"],"showEmploymentType":[4,"show-employment-type"],"streetFormat":[1,"street-format"],"multiLocationText":[1,"multi-location-text"],"remoteLocationText":[1,"remote-location-text"],"enableKilometers":[4,"enable-kilometers"],"rootClass":[1,"root-class"],"showSuggestions":[4,"show-suggestions"],"clearResultSuggestionsTitleText":[1,"clear-result-suggestions-title-text"],"clearResultSuggestionsLine1":[1,"clear-result-suggestions-line-1"],"clearResultSuggestionsLine2":[1,"clear-result-suggestions-line-2"],"clearResultSuggestionsLine3":[1,"clear-result-suggestions-line-3"],"clearResultSuggestionsLine4":[1,"clear-result-suggestions-line-4"]}]]]], options);
9
9
  };
10
10
 
11
11
  export { defineCustomElements };
@@ -1,5 +1,5 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-D7_MJBO8.js';
2
- export { s as setNonce } from './index-D7_MJBO8.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-Dk5CvWmb.js';
2
+ export { s as setNonce } from './index-Dk5CvWmb.js';
3
3
  import { g as globalScripts } from './app-globals-DQuL1Twl.js';
4
4
 
5
5
  /*
@@ -17,5 +17,5 @@ var patchBrowser = () => {
17
17
 
18
18
  patchBrowser().then(async (options) => {
19
19
  await globalScripts();
20
- return bootstrapLazy([["fast-button_2",[[769,"fast-button",{"variant":[1],"type":[1],"disabled":[4]}],[512,"jobs-list-only-ui",{"mockData":[4,"mock-data"],"jobs":[1],"loading":[4],"totalJob":[2,"total-job"],"noResultsLine1":[1,"no-results-line-1"],"noResultsLine2":[1,"no-results-line-2"],"applyButtonText":[1,"apply-button-text"],"showBrand":[4,"show-brand"],"showReference":[4,"show-reference"],"showEmploymentType":[4,"show-employment-type"],"streetFormat":[1,"street-format"],"multiLocationText":[1,"multi-location-text"],"remoteLocationText":[1,"remote-location-text"],"enableKilometers":[4,"enable-kilometers"],"rootClass":[1,"root-class"],"showSuggestions":[4,"show-suggestions"],"clearResultSuggestionsTitleText":[1,"clear-result-suggestions-title-text"],"clearResultSuggestionsLine1":[1,"clear-result-suggestions-line-1"],"clearResultSuggestionsLine2":[1,"clear-result-suggestions-line-2"],"clearResultSuggestionsLine3":[1,"clear-result-suggestions-line-3"],"clearResultSuggestionsLine4":[1,"clear-result-suggestions-line-4"]}]]],["fast-carousel",[[769,"fast-carousel",{"items":[1],"loop":[4],"class":[1],"controlClass":[1,"control-class"],"slideClass":[1,"slide-class"],"itemClass":[1,"item-class"],"scrollPrev":[64],"scrollNext":[64],"goToSlide":[64],"getEmbla":[64]}]]]], options);
20
+ return bootstrapLazy([["fast-button_3",[[772,"fast-button",{"variant":[1],"type":[1],"disabled":[4]}],[772,"fast-carousel",{"items":[1],"loop":[4],"class":[1],"controlClass":[1,"control-class"],"slideClass":[1,"slide-class"],"itemClass":[1,"item-class"],"scrollPrev":[64],"scrollNext":[64],"goToSlide":[64],"getEmbla":[64]}],[512,"jobs-list-only-ui",{"mockData":[4,"mock-data"],"jobs":[1],"loading":[4],"totalJob":[2,"total-job"],"noResultsLine1":[1,"no-results-line-1"],"noResultsLine2":[1,"no-results-line-2"],"applyButtonText":[1,"apply-button-text"],"showBrand":[4,"show-brand"],"showReference":[4,"show-reference"],"showEmploymentType":[4,"show-employment-type"],"streetFormat":[1,"street-format"],"multiLocationText":[1,"multi-location-text"],"remoteLocationText":[1,"remote-location-text"],"enableKilometers":[4,"enable-kilometers"],"rootClass":[1,"root-class"],"showSuggestions":[4,"show-suggestions"],"clearResultSuggestionsTitleText":[1,"clear-result-suggestions-title-text"],"clearResultSuggestionsLine1":[1,"clear-result-suggestions-line-1"],"clearResultSuggestionsLine2":[1,"clear-result-suggestions-line-2"],"clearResultSuggestionsLine3":[1,"clear-result-suggestions-line-3"],"clearResultSuggestionsLine4":[1,"clear-result-suggestions-line-4"]}]]]], options);
21
21
  });
@@ -0,0 +1 @@
1
+ import{r as t,c as e,h as n,g as s}from"./p-Dk5CvWmb.js";const o=class{constructor(n){t(this,n),this.buttonClick=e(this,"buttonClick")}variant="primary";type="button";disabled=!1;buttonClick;handleClick=t=>{if(this.disabled)return t.preventDefault(),void t.stopPropagation();this.buttonClick.emit(t)};render(){return n("button",{key:"3b74909afe4e305dfd38f0b07657202e3d5bfccd",type:this.type,class:{"custom-button":!0,[`custom-button--${this.variant}`]:!0,"custom-button--disabled":this.disabled},disabled:this.disabled,onClick:this.handleClick},n("slot",{key:"49845d350e4665c5c66e30bd9262f788eaaa1e20"}))}};function r(t){return"number"==typeof t}function i(t){return"string"==typeof t}function c(t){return"boolean"==typeof t}function l(t){return"[object Object]"===Object.prototype.toString.call(t)}function a(t){return Math.abs(t)}function u(t){return Math.sign(t)}function d(t,e){return a(t-e)}function f(t){return g(t).map(Number)}function p(t){return t[h(t)]}function h(t){return Math.max(0,t.length-1)}function m(t,e){return e===h(t)}function b(t,e=0){return Array.from(Array(t),((t,n)=>e+n))}function g(t){return Object.keys(t)}function y(t,e){return[t,e].reduce(((t,e)=>(g(e).forEach((n=>{const s=t[n],o=e[n],r=l(s)&&l(o);t[n]=r?y(s,o):o})),t)),{})}function _(t,e){return void 0!==e.MouseEvent&&t instanceof e.MouseEvent}function x(){let t=[];const e={add:function(n,s,o,r={passive:!0}){let i;if("addEventListener"in n)n.addEventListener(s,o,r),i=()=>n.removeEventListener(s,o,r);else{const t=n;t.addListener(o),i=()=>t.removeListener(o)}return t.push(i),e},clear:function(){t=t.filter((t=>t()))}};return e}function v(t=0,e=0){const n=a(t-e);function s(e){return e<t}function o(t){return t>e}function r(t){return s(t)||o(t)}return{length:n,max:e,min:t,constrain:function(n){return r(n)?s(n)?t:e:n},reachedAny:r,reachedMax:o,reachedMin:s,removeOffset:function(t){return n?t-n*Math.ceil((t-e)/n):t}}}function k(t,e,n){const{constrain:s}=v(0,t),o=t+1;let r=i(e);function i(t){return n?a((o+t)%o):s(t)}function c(){return r}function l(){return k(t,c(),n)}const u={get:c,set:function(t){return r=i(t),u},add:function(t){return l().set(c()+t)},clone:l};return u}function w(t,e,n,s,o,r,i,l,f,p,h,m,b,g,y,k,w,S,A){const{cross:M,direction:j}=t,R=["INPUT","SELECT","TEXTAREA"],C={passive:!1},L=x(),T=x(),z=v(50,225).constrain(g.measure(20)),N={mouse:300,touch:400},B={mouse:500,touch:600},E=y?43:25;let F=!1,I=0,$=0,D=!1,O=!1,P=!1,H=!1;function U(t){if(!_(t,s)&&t.touches.length>=2)return V(t);const e=r.readPoint(t),n=r.readPoint(t,M),i=d(e,I),c=d(n,$);if(!O&&!H){if(!t.cancelable)return V(t);if(O=i>c,!O)return V(t)}const a=r.pointerMove(t);i>k&&(P=!0),p.useFriction(.3).useDuration(.75),l.start(),o.add(j(a)),t.preventDefault()}function V(t){const e=h.byDistance(0,!1).index!==m.get(),n=r.pointerUp(t)*(y?B:N)[H?"mouse":"touch"],s=function(t,e){const n=m.add(-1*u(t)),s=h.byDistance(t,!y).distance;return y||a(t)<z?s:w&&e?.5*s:h.byIndex(n.get(),0).distance}(j(n),e),o=function(t,e){if(0===t||0===e)return 0;if(a(t)<=a(e))return 0;const n=d(a(t),a(e));return a(n/t)}(n,s),i=E-10*o,c=S+o/50;O=!1,D=!1,T.clear(),p.useDuration(i).useFriction(c),f.distance(s,!y),H=!1,b.emit("pointerUp")}function G(t){P&&(t.stopPropagation(),t.preventDefault(),P=!1)}return{init:function(t){if(!A)return;function l(l){(c(A)||A(t,l))&&function(t){const c=_(t,s);H=c,P=y&&c&&!t.buttons&&F,F=d(o.get(),i.get())>=2,c&&0!==t.button||function(t){return R.includes(t.nodeName||"")}(t.target)||(D=!0,r.pointerDown(t),p.useFriction(0).useDuration(0),o.set(i),function(){const t=H?n:e;T.add(t,"touchmove",U,C).add(t,"touchend",V).add(t,"mousemove",U,C).add(t,"mouseup",V)}(),I=r.readPoint(t),$=r.readPoint(t,M),b.emit("pointerDown"))}(l)}const a=e;L.add(a,"dragstart",(t=>t.preventDefault()),C).add(a,"touchmove",(()=>{}),C).add(a,"touchend",(()=>{})).add(a,"touchstart",l).add(a,"mousedown",l).add(a,"touchcancel",V).add(a,"contextmenu",V).add(a,"click",G,!0)},destroy:function(){L.clear(),T.clear()},pointerDown:function(){return D}}}function S(t,e){let n,s;function o(t){return t.timeStamp}function r(n,s){const o="client"+("x"===(s||t.scroll)?"X":"Y");return(_(n,e)?n:n.touches[0])[o]}return{pointerDown:function(t){return n=t,s=t,r(t)},pointerMove:function(t){const e=r(t)-r(s),i=o(t)-o(n)>170;return s=t,i&&(n=t),e},pointerUp:function(t){if(!n||!s)return 0;const e=r(s)-r(n),i=o(t)-o(n),c=o(t)-o(s)>170,l=e/i;return i&&!c&&a(l)>.1?l:0},readPoint:r}}function A(t,e,n,s,o,r,i){const l=[t].concat(s);let u,d,f=[],p=!1;function h(t){return o.measureSize(i.measure(t))}return{init:function(o){r&&(d=h(t),f=s.map(h),u=new ResizeObserver((n=>{(c(r)||r(o,n))&&function(n){for(const r of n){if(p)return;const n=r.target===t,i=s.indexOf(r.target),c=n?d:f[i];if(a(h(n?t:s[i])-c)>=.5){o.reInit(),e.emit("resize");break}}}(n)})),n.requestAnimationFrame((()=>{l.forEach((t=>u.observe(t)))})))},destroy:function(){p=!0,u&&u.disconnect()}}}function M(t,e,n,s,o){const r=o.measure(10),i=o.measure(50),c=v(.1,.99);let l=!1;function u(){return!l&&!!t.reachedAny(n.get())&&!!t.reachedAny(e.get())}return{shouldConstrain:u,constrain:function(o){if(!u())return;const l=t.reachedMin(e.get())?"min":"max",d=a(t[l]-e.get()),f=n.get()-e.get(),p=c.constrain(d/i);n.subtract(f*p),!o&&a(f)<r&&(n.set(t.constrain(n.get())),s.useDuration(25).useBaseFriction())},toggleActive:function(t){l=!t}}}function j(t,e,n,s){const o=e.min+.1,r=e.max+.1,{reachedMin:i,reachedMax:c}=v(o,r);return{loop:function(e){if(!function(t){return 1===t?c(n.get()):-1===t&&i(n.get())}(e))return;const o=t*(-1*e);s.forEach((t=>t.add(o)))}}}function R(t){let e=t;function n(t){return r(t)?t:t.get()}return{get:function(){return e},set:function(t){e=n(t)},add:function(t){e+=n(t)},subtract:function(t){e-=n(t)}}}function C(t,e){const n="x"===t.scroll?function(t){return`translate3d(${t}px,0px,0px)`}:function(t){return`translate3d(0px,${t}px,0px)`},s=e.style;let o=null,r=!1;return{clear:function(){r||(s.transform="",e.getAttribute("style")||e.removeAttribute("style"))},to:function(e){if(r)return;const i=(c=t.direction(e),Math.round(100*c)/100);var c;i!==o&&(s.transform=n(i),o=i)},toggleActive:function(t){r=!t}}}function L(t,e,n,s,o,r,i,c,l){const a=f(o),u=h(p(f(o).reverse(),i[0]),n,!1).concat(h(p(a,e-i[0]-1),-n,!0));function d(t,e){return t.reduce(((t,e)=>t-o[e]),e)}function p(t,e){return t.reduce(((t,n)=>d(t,e)>0?t.concat([n]):t),[])}function h(o,i,a){const u=function(t){return r.map(((n,o)=>({start:n-s[o]+.5+t,end:n+e-.5+t})))}(i);return o.map((e=>{const s=a?0:-n,o=a?n:0,r=u[e][a?"end":"start"];return{index:e,loopPoint:r,slideLocation:R(-1),translate:C(t,l[e]),target:()=>c.get()>r?s:o}}))}return{canLoop:function(){return u.every((({index:t})=>d(a.filter((e=>e!==t)),e)<=.1))},clear:function(){u.forEach((t=>t.translate.clear()))},loop:function(){u.forEach((t=>{const{target:e,translate:n,slideLocation:s}=t,o=e();o!==s.get()&&(n.to(o),s.set(o))}))},loopPoints:u}}function T(t,e,n){let s,o=!1;return{init:function(r){n&&(s=new MutationObserver((t=>{o||(c(n)||n(r,t))&&function(t){for(const n of t)if("childList"===n.type){r.reInit(),e.emit("slidesChanged");break}}(t)})),s.observe(t,{childList:!0}))},destroy:function(){s&&s.disconnect(),o=!0}}}function z(t,e,n,s,o,l,y){const{align:_,axis:z,direction:N,startIndex:B,loop:E,duration:F,dragFree:I,dragThreshold:$,inViewThreshold:D,slidesToScroll:O,skipSnaps:P,containScroll:H,watchResize:U,watchSlides:V,watchDrag:G,watchFocus:J}=l,W={measure:function(t){const{offsetTop:e,offsetLeft:n,offsetWidth:s,offsetHeight:o}=t;return{top:e,right:n+s,bottom:e+o,left:n,width:s,height:o}}},Y=W.measure(e),X=n.map(W.measure),q=function(t,e){const n="rtl"===e,s="y"===t,o=!s&&n?-1:1;return{scroll:s?"y":"x",cross:s?"x":"y",startEdge:s?"top":n?"right":"left",endEdge:s?"bottom":n?"left":"right",measureSize:function(t){const{height:e,width:n}=t;return s?e:n},direction:function(t){return t*o}}}(z,N),K=q.measureSize(Y),Q=function(t){return{measure:function(e){return t*(e/100)}}}(K),Z=function(t,e){const n={start:function(){return 0},center:function(t){return s(t)/2},end:s};function s(t){return e-t}return{measure:function(s,o){return i(t)?n[t](s):t(e,s,o)}}}(_,K),tt=!E&&!!H,et=E||!!H,{slideSizes:nt,slideSizesWithGaps:st,startGap:ot,endGap:rt}=function(t,e,n,s,o,r){const{measureSize:i,startEdge:c,endEdge:l}=t,u=n[0]&&o,d=u?a(e[c]-n[0][c]):0,f=function(){if(!u)return 0;const t=r.getComputedStyle(p(s));return parseFloat(t.getPropertyValue(`margin-${l}`))}(),h=n.map(i),b=n.map(((t,e,n)=>{const s=!e,o=m(n,e);return s?h[e]+d:o?h[e]+f:n[e+1][c]-t[c]})).map(a);return{slideSizes:h,slideSizesWithGaps:b,startGap:d,endGap:f}}(q,Y,X,n,et,o),it=function(t,e,n,s,o,i,c,l,u){const{startEdge:d,endEdge:m,direction:b}=t,g=r(n);return{groupSlides:function(t){return g?function(t,e){return f(t).filter((t=>t%e==0)).map((n=>t.slice(n,n+e)))}(t,n):function(t){return t.length?f(t).reduce(((n,r,f)=>{const g=p(n)||0,y=0===g,_=r===h(t),x=o[d]-i[g][d],v=o[d]-i[r][m],k=!s&&y?b(c):0,w=a(v-(!s&&_?b(l):0)-(x+k));return f&&w>e+u&&n.push(r),_&&n.push(t.length),n}),[]).map(((e,n,s)=>{const o=Math.max(s[n-1]||0);return t.slice(o,e)})):[]}(t)}}}(q,K,O,E,Y,X,ot,rt,2),{snaps:ct,snapsAligned:lt}=function(t,e,n,s,o){const{startEdge:r,endEdge:i}=t,{groupSlides:c}=o,l=c(s).map((t=>p(t)[i]-t[0][r])).map(a).map(e.measure),u=s.map((t=>n[r]-t[r])).map((t=>-a(t))),d=c(u).map((t=>t[0])).map(((t,e)=>t+l[e]));return{snaps:u,snapsAligned:d}}(q,Z,Y,X,it),at=-p(ct)+p(st),{snapsContained:ut,scrollContainLimit:dt}=function(t,e,n,s){const o=v(-e+t,0),r=n.map(((t,e)=>{const{min:s,max:r}=o,i=o.constrain(t),l=!e,a=m(n,e);return l?r:a||c(s,i)?s:c(r,i)?r:i})).map((t=>parseFloat(t.toFixed(3)))),i=function(){const t=r[0],e=p(r);return v(r.lastIndexOf(t),r.indexOf(e)+1)}();function c(t,e){return d(t,e)<=1}return{snapsContained:function(){if(e<=t+2)return[o.max];if("keepSnaps"===s)return r;const{min:n,max:c}=i;return r.slice(n,c)}(),scrollContainLimit:i}}(K,at,lt,H),ft=tt?ut:lt,{limit:pt}=function(t,e,n){const s=e[0];return{limit:v(n?s-t:p(e),s)}}(at,ft,E),ht=k(h(ft),B,E),mt=ht.clone(),bt=f(n),gt=function(t,e,n,s){const o=x(),r=1e3/60;let i=null,c=0,l=0;function a(t){if(!l)return;i||(i=t,n(),n());const o=t-i;for(i=t,c+=o;c>=r;)n(),c-=r;s(c/r),l&&(l=e.requestAnimationFrame(a))}function u(){e.cancelAnimationFrame(l),i=null,c=0,l=0}return{init:function(){o.add(t,"visibilitychange",(()=>{t.hidden&&(i=null,c=0)}))},destroy:function(){u(),o.clear()},start:function(){l||(l=e.requestAnimationFrame(a))},stop:u,update:n,render:s}}(s,o,(()=>(({dragHandler:t,scrollBody:e,scrollBounds:n,options:{loop:s}})=>{s||n.constrain(t.pointerDown()),e.seek()})(Tt)),(t=>(({scrollBody:t,translate:e,location:n,offsetLocation:s,previousLocation:o,scrollLooper:r,slideLooper:i,dragHandler:c,animation:l,eventHandler:a,scrollBounds:u,options:{loop:d}},f)=>{const p=t.settled(),h=!u.shouldConstrain(),m=d?p:p&&h,b=m&&!c.pointerDown();b&&l.stop();const g=n.get()*f+o.get()*(1-f);s.set(g),d&&(r.loop(t.direction()),i.loop()),e.to(s.get()),b&&a.emit("settle"),m||a.emit("scroll")})(Tt,t))),yt=ft[ht.get()],_t=R(yt),xt=R(yt),vt=R(yt),kt=R(yt),wt=function(t,e,n,s,o){let r=0,i=0,c=o,l=.68,d=t.get(),f=0;function p(t){return c=t,m}function h(t){return l=t,m}const m={direction:function(){return i},duration:function(){return c},velocity:function(){return r},seek:function(){const e=s.get()-t.get();let o=0;return c?(n.set(t),r+=e/c,r*=l,d+=r,t.add(r),o=d-f):(r=0,n.set(s),t.set(s),o=e),i=u(o),f=d,m},settled:function(){return a(s.get()-e.get())<.001},useBaseFriction:function(){return h(.68)},useBaseDuration:function(){return p(o)},useFriction:h,useDuration:p};return m}(_t,vt,xt,kt,F),St=function(t,e,n,s,o){const{reachedAny:r,removeOffset:i,constrain:c}=s;function l(t){return t.concat().sort(((t,e)=>a(t)-a(e)))[0]}function d(e,s){const o=[e,e+n,e-n];if(!t)return e;if(!s)return l(o);const r=o.filter((t=>u(t)===s));return r.length?l(r):p(o)-n}return{byDistance:function(n,s){const l=o.get()+n,{index:u,distance:f}=function(n){const s=t?i(n):c(n),o=e.map(((t,e)=>({diff:d(t-s,0),index:e}))).sort(((t,e)=>a(t.diff)-a(e.diff))),{index:r}=o[0];return{index:r,distance:s}}(l),p=!t&&r(l);return!s||p?{index:u,distance:n}:{index:u,distance:n+d(e[u]-f,0)}},byIndex:function(t,n){return{index:t,distance:d(e[t]-o.get(),n)}},shortcut:d}}(E,ft,at,pt,kt),At=function(t,e,n,s,o,r,i){function c(o){const c=o.distance,l=o.index!==e.get();r.add(c),c&&(s.duration()?t.start():(t.update(),t.render(1),t.update())),l&&(n.set(e.get()),e.set(o.index),i.emit("select"))}return{distance:function(t,e){c(o.byDistance(t,e))},index:function(t,n){const s=e.clone().set(t);c(o.byIndex(s.get(),n))}}}(gt,ht,mt,wt,St,kt,y),Mt=function(t){const{max:e,length:n}=t;return{get:function(t){return n?(t-e)/-n:0}}}(pt),jt=x(),Rt=function(t,e,n,s){const o={};let r,i=null,c=null,l=!1;return{init:function(){r=new IntersectionObserver((t=>{l||(t.forEach((t=>{const n=e.indexOf(t.target);o[n]=t})),i=null,c=null,n.emit("slidesInView"))}),{root:t.parentElement,threshold:s}),e.forEach((t=>r.observe(t)))},destroy:function(){r&&r.disconnect(),l=!0},get:function(t=!0){if(t&&i)return i;if(!t&&c)return c;const e=function(t){return g(o).reduce(((e,n)=>{const s=parseInt(n),{isIntersecting:r}=o[s];return(t&&r||!t&&!r)&&e.push(s),e}),[])}(t);return t&&(i=e),t||(c=e),e}}}(e,n,y,D),{slideRegistry:Ct}=function(t,e,n,s,o,r){const{groupSlides:i}=o,{min:c,max:l}=s;return{slideRegistry:function(){const s=i(r);return 1===n.length?[r]:t&&"keepSnaps"!==e?s.slice(c,l).map(((t,e,n)=>{const s=!e,o=m(n,e);return s?b(p(n[0])+1):o?b(h(r)-p(n)[0]+1,p(n)[0]):t})):s}()}}(tt,H,ft,dt,it,bt),Lt=function(t,e,n,s,o,i,l,a){const u={passive:!0,capture:!0};let d=0;function f(t){"Tab"===t.code&&(d=(new Date).getTime())}return{init:function(p){a&&(i.add(document,"keydown",f,!1),e.forEach(((e,f)=>{i.add(e,"focus",(e=>{(c(a)||a(p,e))&&function(e){if((new Date).getTime()-d>10)return;l.emit("slideFocusStart"),t.scrollLeft=0;const i=n.findIndex((t=>t.includes(e)));r(i)&&(o.useDuration(0),s.index(i,0),l.emit("slideFocus"))}(f)}),u)})))}}}(t,n,Ct,At,wt,jt,y,J),Tt={ownerDocument:s,ownerWindow:o,eventHandler:y,containerRect:Y,slideRects:X,animation:gt,axis:q,dragHandler:w(q,t,s,o,kt,S(q,o),_t,gt,At,wt,St,ht,y,Q,I,$,P,.68,G),eventStore:jt,percentOfView:Q,index:ht,indexPrevious:mt,limit:pt,location:_t,offsetLocation:vt,previousLocation:xt,options:l,resizeHandler:A(e,y,o,n,q,U,W),scrollBody:wt,scrollBounds:M(pt,vt,kt,wt,Q),scrollLooper:j(at,pt,vt,[_t,vt,xt,kt]),scrollProgress:Mt,scrollSnapList:ft.map(Mt.get),scrollSnaps:ft,scrollTarget:St,scrollTo:At,slideLooper:L(q,K,at,nt,st,ct,ft,vt,n),slideFocus:Lt,slidesHandler:T(e,y,V),slidesInView:Rt,slideIndexes:bt,slideRegistry:Ct,slidesToScroll:it,target:kt,translate:C(q,e)};return Tt}o.style=":host{display:inline-block}.custom-button{display:inline-flex;align-items:center;justify-content:center;padding:0.5rem 1rem;font-family:inherit;font-size:0.875rem;font-weight:500;line-height:1.25;border:none;border-radius:0.375rem;cursor:pointer;transition:background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease}.custom-button:focus{outline:2px solid var(--custom-button-focus-ring, #2563eb);outline-offset:2px}.custom-button:focus:not(:focus-visible){outline:none}.custom-button--primary{background-color:var(--custom-button-primary-bg, #2563eb);color:var(--custom-button-primary-color, #fff)}.custom-button--primary:hover:not(.custom-button--disabled){background-color:var(--custom-button-primary-hover-bg, #1d4ed8)}.custom-button--primary:active:not(.custom-button--disabled){background-color:var(--custom-button-primary-active-bg, #1e40af)}.custom-button--secondary{background-color:var(--custom-button-secondary-bg, #e5e7eb);color:var(--custom-button-secondary-color, #1f2937)}.custom-button--secondary:hover:not(.custom-button--disabled){background-color:var(--custom-button-secondary-hover-bg, #d1d5db)}.custom-button--secondary:active:not(.custom-button--disabled){background-color:var(--custom-button-secondary-active-bg, #9ca3af)}.custom-button--text{background-color:transparent;color:var(--custom-button-text-color, #2563eb)}.custom-button--text:hover:not(.custom-button--disabled){background-color:var(--custom-button-text-hover-bg, rgba(37, 99, 235, 0.08))}.custom-button--text:active:not(.custom-button--disabled){background-color:var(--custom-button-text-active-bg, rgba(37, 99, 235, 0.12))}.custom-button--disabled,.custom-button:disabled{opacity:0.6;cursor:not-allowed}";const N={align:"center",axis:"x",container:null,slides:null,containScroll:"trimSnaps",direction:"ltr",slidesToScroll:1,inViewThreshold:0,breakpoints:{},dragFree:!1,dragThreshold:10,loop:!1,skipSnaps:!1,duration:25,startIndex:0,active:!0,watchDrag:!0,watchResize:!0,watchSlides:!0,watchFocus:!0};function B(t){function e(t,e){return y(t,e||{})}return{mergeOptions:e,optionsAtMedia:function(n){const s=n.breakpoints||{},o=g(s).filter((e=>t.matchMedia(e).matches)).map((t=>s[t])).reduce(((t,n)=>e(t,n)),{});return e(n,o)},optionsMediaQueries:function(e){return e.map((t=>g(t.breakpoints||{}))).reduce(((t,e)=>t.concat(e)),[]).map(t.matchMedia)}}}function E(t,e,n){const s=t.ownerDocument,o=s.defaultView,r=B(o),c=function(t){let e=[];return{init:function(n,s){return e=s.filter((({options:e})=>!1!==t.optionsAtMedia(e).active)),e.forEach((e=>e.init(n,t))),s.reduce(((t,e)=>Object.assign(t,{[e.name]:e})),{})},destroy:function(){e=e.filter((t=>t.destroy()))}}}(r),l=x(),a=function(){let t,e={};function n(t){return e[t]||[]}const s={init:function(e){t=e},emit:function(e){return n(e).forEach((n=>n(t,e))),s},off:function(t,o){return e[t]=n(t).filter((t=>t!==o)),s},on:function(t,o){return e[t]=n(t).concat([o]),s},clear:function(){e={}}};return s}(),{mergeOptions:u,optionsAtMedia:d,optionsMediaQueries:f}=r,{on:p,off:h,emit:m}=a,b=R;let g,y,_,v,k=!1,w=u(N,E.globalOptions),S=u(w),A=[];function M(e){const n=z(t,_,v,s,o,e,a);return e.loop&&!n.slideLooper.canLoop()?M(Object.assign({},e,{loop:!1})):n}function j(e,n){k||(w=u(w,e),S=d(w),A=n||A,function(){const{container:e,slides:n}=S,s=i(e)?t.querySelector(e):e;_=s||t.children[0];const o=i(n)?_.querySelectorAll(n):n;v=[].slice.call(o||_.children)}(),g=M(S),f([w,...A.map((({options:t})=>t))]).forEach((t=>l.add(t,"change",R))),S.active&&(g.translate.to(g.location.get()),g.animation.init(),g.slidesInView.init(),g.slideFocus.init(F),g.eventHandler.init(F),g.resizeHandler.init(F),g.slidesHandler.init(F),g.options.loop&&g.slideLooper.loop(),_.offsetParent&&v.length&&g.dragHandler.init(F),y=c.init(F,A)))}function R(t,e){const n=T();C(),j(u({startIndex:n},t),e),a.emit("reInit")}function C(){g.dragHandler.destroy(),g.eventStore.clear(),g.translate.clear(),g.slideLooper.clear(),g.resizeHandler.destroy(),g.slidesHandler.destroy(),g.slidesInView.destroy(),g.animation.destroy(),c.destroy(),l.clear()}function L(t,e,n){S.active&&!k&&(g.scrollBody.useBaseFriction().useDuration(!0===e?0:S.duration),g.scrollTo.index(t,n||0))}function T(){return g.index.get()}const F={canScrollNext:function(){return g.index.add(1).get()!==T()},canScrollPrev:function(){return g.index.add(-1).get()!==T()},containerNode:function(){return _},internalEngine:function(){return g},destroy:function(){k||(k=!0,l.clear(),C(),a.emit("destroy"),a.clear())},off:h,on:p,emit:m,plugins:function(){return y},previousScrollSnap:function(){return g.indexPrevious.get()},reInit:b,rootNode:function(){return t},scrollNext:function(t){L(g.index.add(1).get(),t,-1)},scrollPrev:function(t){L(g.index.add(-1).get(),t,1)},scrollProgress:function(){return g.scrollProgress.get(g.offsetLocation.get())},scrollSnapList:function(){return g.scrollSnapList},scrollTo:L,selectedScrollSnap:T,slideNodes:function(){return v},slidesInView:function(){return g.slidesInView.get()},slidesNotInView:function(){return g.slidesInView.get(!1)}};return j(e,n),setTimeout((()=>a.emit("init")),0),F}E.globalOptions=void 0;const F=class{constructor(e){t(this,e)}get el(){return s(this)}items;loop=!0;class;controlClass;slideClass;itemClass;viewportRef;containerRef;slotRef;prevBtnRef;nextBtnRef;dotsRef;embla=null;movedNodes=[];prevClickHandler=null;nextClickHandler=null;dotClickHandlers=[];slotNodesMoved=!1;async scrollPrev(){this.embla?.scrollPrev()}async scrollNext(){this.embla?.scrollNext()}async goToSlide(t){this.embla?.scrollTo(t)}async getEmbla(){return this.embla}moveSlotNodesIntoContainer(){if(!this.slotRef||!this.containerRef||this.slotNodesMoved)return;const t=this.slotRef.assignedNodes().filter((t=>t.nodeType===Node.ELEMENT_NODE));0!==t.length&&(this.movedNodes=[],t.forEach((t=>{this.containerRef.appendChild(t),this.movedNodes.push(t)})),this.slotNodesMoved=!0,this.scheduleEmblaInit())}initScheduled=!1;scheduleEmblaInit(){this.initScheduled||(this.initScheduled=!0,requestAnimationFrame((()=>{this.initScheduled=!1,this.destroyEmbla(),this.initEmbla()})))}moveSlotNodesBack(){const t=this.el;this.movedNodes.forEach((e=>t.appendChild(e))),this.movedNodes=[]}initEmbla(){if(!this.viewportRef||!this.containerRef)return;const t=this.getItemsArray();if(!(void 0!==t?t.length>0:this.containerRef.children.length>0))return;this.embla=E(this.viewportRef,{loop:this.loop,align:"center",containScroll:"trimSnaps"});const e=this.prevBtnRef,n=this.nextBtnRef,s=this.dotsRef,o=()=>{e&&(this.embla?.canScrollPrev()?e.removeAttribute("disabled"):e.setAttribute("disabled","")),n&&(this.embla?.canScrollNext()?n.removeAttribute("disabled"):n.setAttribute("disabled",""))};if(this.embla.on("init",o),this.embla.on("reInit",o),this.embla.on("select",o),e&&n&&(this.prevClickHandler=()=>this.embla?.scrollPrev(),this.nextClickHandler=()=>this.embla?.scrollNext(),e.addEventListener("click",this.prevClickHandler),n.addEventListener("click",this.nextClickHandler)),s){const t=this.embla.scrollSnapList().length;s.innerHTML="";for(let e=0;e<t;e++){const t=document.createElement("button");t.type="button",t.setAttribute("aria-label",`Go to slide ${e+1}`),t.className="carousel__dot",0===e&&t.classList.add("current");const n=document.createElement("div");n.className="carousel__dot-inner",t.appendChild(n);const o=e,r=()=>this.embla?.scrollTo(o);this.dotClickHandlers.push(r),t.addEventListener("click",r),s.appendChild(t)}this.embla.on("select",(()=>{const t=this.embla?.selectedScrollSnap()??0;s.querySelectorAll("button").forEach(((e,n)=>{e.classList.toggle("current",n===t)}))}))}o()}destroyEmbla(){this.prevBtnRef&&this.prevClickHandler&&(this.prevBtnRef.removeEventListener("click",this.prevClickHandler),this.prevClickHandler=null),this.nextBtnRef&&this.nextClickHandler&&(this.nextBtnRef.removeEventListener("click",this.nextClickHandler),this.nextClickHandler=null),this.dotClickHandlers=[],this.dotsRef&&(this.dotsRef.innerHTML=""),this.embla?.destroy(),this.embla=null}onSlotChange=()=>{void 0===this.getItemsArray()&&this.moveSlotNodesIntoContainer()};componentDidRender(){void 0===this.getItemsArray()?(this.slotRef&&(this.slotRef.removeEventListener("slotchange",this.onSlotChange),this.slotRef.addEventListener("slotchange",this.onSlotChange)),requestAnimationFrame((()=>{this.moveSlotNodesIntoContainer(),this.slotNodesMoved||(this.destroyEmbla(),this.initEmbla())}))):(this.destroyEmbla(),this.initEmbla())}disconnectedCallback(){this.slotRef&&this.slotRef.removeEventListener("slotchange",this.onSlotChange),this.destroyEmbla(),void 0===this.getItemsArray()&&(this.moveSlotNodesBack(),this.slotNodesMoved=!1)}getItemsArray(){if(void 0!==this.items){if(Array.isArray(this.items))return this.items;if("string"==typeof this.items)try{const t=JSON.parse(this.items);return Array.isArray(t)?t:void 0}catch{return}}}render(){const t=this.getItemsArray(),e=void 0!==t&&t.length>0;return n("div",{key:"3a2ea6c339bf0fe656e5a333789df7a37156b5dc",class:`carousel ${this.class||""}`.trim()},n("div",{key:"0a73b925095ae3188e5e40b024bc250e4c183894",class:`carousel__viewport ${this.slideClass||""}`.trim(),ref:t=>this.viewportRef=t},n("div",{key:"7fc3b5a72e386f7fa21702aeb363e08da1b728cf",class:"carousel__container",ref:t=>this.containerRef=t},e&&t?t.map(((t,e)=>n("div",{key:e,class:`carousel__slide ${this.itemClass||""}`.trim()},"object"==typeof t&&null!==t&&"content"in t?t.content:String(t)))):null)),!e&&n("div",{key:"dee2fc91470728c136c9853cd74ae350ad3c5676",style:{display:"none"},"aria-hidden":"true"},n("slot",{key:"35dd47c03a1b9b6b73d845252c3d0482590f7da2",ref:t=>this.slotRef=t})),n("div",{key:"df639ad86ae8533f1dc15eed30afb70d99e36e1a",class:`carousel__controls ${this.controlClass||""}`.trim()},n("button",{key:"c17c0ea9bf023b5d2621e558c957d92b13425584",type:"button","aria-label":"Previous",class:"carousel__prev",ref:t=>this.prevBtnRef=t},n("svg",{key:"5125abcae0b08ee72106d511b4c24c2d0f24187b",class:"carousel__icon","stroke-width":"1.5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true"},n("path",{key:"9b7f28be56f451ad14de226d7163a5587a1cd9e6","stroke-linecap":"round","stroke-linejoin":"round",d:"M15.75 19.5L8.25 12l7.5-7.5"}))),n("div",{key:"9939d3496092a3f319efac9132cec8097c83b497",class:"carousel__dots",ref:t=>this.dotsRef=t}),n("button",{key:"a0b1228f6df0065885f1d272386283926e78464b",type:"button","aria-label":"Next",class:"carousel__next",ref:t=>this.nextBtnRef=t},n("svg",{key:"e00c92cc0485f41a30e97d5d0466aaee48a64998",class:"carousel__icon","stroke-width":"1.5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true"},n("path",{key:"a35c46fdbd1cd333d3e6f76590f45dd837546165","stroke-linecap":"round","stroke-linejoin":"round",d:"M8.25 4.5l7.5 7.5-7.5 7.5"})))))}};F.style=":host{display:block}.carousel{display:flex;flex-direction:column;overflow:hidden}.carousel__viewport{overflow:hidden;touch-action:pan-y pinch-zoom}.carousel__container{display:flex;flex-direction:row;height:100%;margin-left:calc(-0.4rem)}.carousel__container ::slotted(*){flex:0 0 50%;width:50%;height:100%;padding-left:0.4rem;box-sizing:border-box}.carousel__slide{flex:0 0 50%;width:50%;height:100%;padding-left:0.4rem;box-sizing:border-box}.carousel__controls{display:flex;gap:0.25rem;margin-top:0.25rem;justify-content:center;align-items:center}.carousel__prev,.carousel__next{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;color:currentColor}.carousel__prev:disabled,.carousel__next:disabled{opacity:0.4;cursor:not-allowed}.carousel__icon{width:2.4rem;height:2.4rem}.carousel__dots{display:flex;gap:0.25rem;align-items:center}.carousel__dot{padding:0;border:none;background:none;cursor:pointer;width:0.5rem;height:0.5rem;display:flex;align-items:center;justify-content:center}.carousel__dot-inner{width:100%;height:100%;border-radius:50%;background-color:var(--carousel-dot-bg, #cbd5e1);transition:background-color 0.2s ease}.carousel__dot.current .carousel__dot-inner{background-color:var(--carousel-dot-active-bg, #94a3b8)}";const I=[{title:"Senior Software Engineer",reference:"REF-001",originalURL:"/jobs/senior-software-engineer",applyURL:"https://apply.example.com/1",brandName:"Engineering",isRemote:!1,locations:[{city:"San Francisco",stateAbbr:"CA",countryAbbr:"US",distance:5.2,streetAddress:"123 Market St",cityStateAbbr:"San Francisco, CA"}],employmentType:["Full-time","Permanent"]},{title:"Product Manager",reference:"",originalURL:"/jobs/product-manager",brandName:"Product",isRemote:!0,locations:[],employmentType:["Full-time"]},{title:"UX Designer",reference:"REF-003",originalURL:"/jobs/ux-designer",brandName:"Design",isRemote:!1,locations:[{city:"New York",stateAbbr:"NY",countryAbbr:"US",distance:0,cityStateAbbr:"New York, NY"},{city:"Boston",stateAbbr:"MA",countryAbbr:"US",cityStateAbbr:"Boston, MA"}],employmentType:["Full-time","Contract"]}],$=class{constructor(e){t(this,e)}mockData=!1;jobs=[];loading=!1;totalJob=0;noResultsLine1="Sorry, we're not able to load results for your search.";noResultsLine2="Please refine your keywords in the search bar above and try again.";applyButtonText="Apply Now";showBrand=!0;showReference=!1;showEmploymentType=!0;streetFormat="{street}, {city_state_abbr}";multiLocationText="More locations";remoteLocationText="Remote";enableKilometers=!1;rootClass="";showSuggestions=!1;clearResultSuggestionsTitleText="Suggestions";clearResultSuggestionsLine1="Try different keywords";clearResultSuggestionsLine2="Make sure everything is spelled correctly";clearResultSuggestionsLine3="Try other locations";clearResultSuggestionsLine4="";getJobsArray(){if(this.mockData)return I;const t=this.jobs;if(Array.isArray(t))return t;if("string"==typeof t)try{const e=JSON.parse(t);return Array.isArray(e)?e:[]}catch{return[]}return[]}formatDistance(t){const e=this.enableKilometers?"Km":"Miles";return`${(this.enableKilometers?1.60934*t:t).toFixed(1)} ${e}`.replace(".0","")}renderJobItem(t,e){const s=function(t){const e=t.locations;if(e?.length)return e[0]}(t),o=s?(r=s).cityStateAbbr?r.cityStateAbbr:[r.streetAddress,r.city,r.stateAbbr||r.state,r.countryAbbr||r.country].filter(Boolean).join(", ")||r.locationText||"":"";var r;const i=s?.distance??0,c=i>0?this.formatDistance(i):"",l=t.applyURL||(t.originalURL?`${"undefined"!=typeof window?window.location.origin:""}${t.originalURL}`:"#"),a=`${this.applyButtonText}, ${t.title||""}`,u=t.locations??[],d=u.length>1;return n("li",{class:"results-list__item"},n("div",{class:"results-list__item-header"},n("h3",{class:"results-list__item-title"},n("a",{class:"results-list__item-title--link",href:l,target:"_blank",rel:"noopener noreferrer"},t.title||""),this.showReference&&n("span",{class:"reference "+(t.reference?"":"empty")},t.reference||""),t.isRemote&&n("span",{class:this.remoteLocationText?"remote":"remote remote--empty"},this.remoteLocationText)),c&&n("div",{class:"results-list__item-distance"},n("span",{class:"results-list__item-distance--icon"},n("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"1.5"},n("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18z"}),n("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 8v4l2 2"}))),n("span",{class:"results-list__item-distance--label"},c))),n("div",{class:"results-list__item-content"},n("div",{class:"results-list__item-info"},n("div",{class:u.length?"results-list__item-street":"results-list__item-street results-list__item-street--empty"},n("div",{class:"results-list__item-street--label__wrapper"},n("span",{class:"results-list__item-street--icon"},n("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"1.5"},n("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"}),n("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0z"}))),n("span",{class:"results-list__item-street--label"},o||"—")),d&&n("div",{class:"results-list__item-street--more-locations__wrapper"},n("span",{class:"results-list__item-street--amount"},"+",u.length-1),n("span",{class:"results-list__item-street--more-locations"},this.multiLocationText))),this.showBrand&&n("div",{class:t.brandName?"results-list__item-brand":"results-list__item-brand results-list__item-brand--empty"},n("span",{class:"results-list__item-brand--icon"},n("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"1.5"},n("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008zm0 3h.008v.008h-.008v-.008zm0 3h.008v.008h-.008v-.008z"}))),n("span",{class:"results-list__item-brand--label"},t.brandName||"—")),this.showEmploymentType&&n("div",{class:t.employmentType?.length?"results-list__item-employment-type":"results-list__item-employment-type results-list__item-employment-type--empty"},n("span",{class:"results-list__item-employment-type--icon"},n("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"1.5"},n("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0z"}))),(t.employmentType?.length?t.employmentType:["—"]).map((t=>n("span",{key:t,class:"results-list__item-employment-type--label"},t)))),(t.jobCardExtraFields??[]).map(((t,e)=>n("div",{key:e,class:(Array.isArray(t.value)?t.value.length:t.value)?t.classname:`${t.classname}--empty`},Array.isArray(t.value)?t.value.map(((e,s)=>n("span",{key:s,class:`${t.classname}--label`},e))):n("span",{class:`${t.classname}--label`},String(t.value)))))),n("a",{class:"results-list__item-apply",href:l,target:"_blank",rel:"noopener noreferrer","aria-label":a},n("span",{class:"results-list__item-apply--label"},this.applyButtonText),n("span",{class:"results-list__item-apply--icon"},n("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2"},n("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"}))))))}render(){const t=this.getJobsArray(),e=!this.mockData&&this.loading,s=this.mockData?t.length:this.totalJob||t.length,o=!e&&0===s&&!this.showSuggestions,r=!e&&0===s&&this.showSuggestions;return n("div",{key:"c2e9c9146a24f0869cbd75588b2718c94f62bbbc",class:`jobs-list-root ${this.rootClass}`.trim()},n("div",{key:"b2f3dffe7e17797b378bd648f54e46bb31e2d374",class:"results-container"},n("div",{key:"4733870b035ec307b6e691f1d62ed8568e93fd1f",class:e?"loader":"loader hide","aria-hidden":!e}),s>0&&n("div",{key:"a9438f079041e0121fafdcb42089f27482475491",class:"card"},n("ul",{key:"3bd7dcc64f46aec24945a25df7345766606a51bd",class:"results-list front"},t.map(((t,e)=>this.renderJobItem(t,e))))),o&&n("div",{key:"1996476568c745e0ada31b47bb1a1be2efaf6917",class:"share-jobs__no-results"},n("h2",{key:"8d2a79881428d89d783b05f26d06abbef94f5c2e"},this.noResultsLine1),n("h3",{key:"855704ea47b06a701c0e59a8bb43fb405ad3bb96"},this.noResultsLine2)),r&&n("div",{key:"74da6e8243423dc9770f4dc67f46f5627c352349",class:"card primary-color"},n("h4",{key:"d3fb2ef03a656331f97afe3692b05bbe064ed124",class:"result-suggestions-title"},this.clearResultSuggestionsTitleText,":"),n("ul",{key:"63914647653930e6c686a38d779af20e7e5c17d5",class:"results-list front"},n("li",{key:"82063c023701d0c42ca2787f382d42a80f569b6a",class:"result-suggestions-line"},this.clearResultSuggestionsLine1),n("li",{key:"7645d7a7435f76854b8eeb0d693a883fc341764e",class:"result-suggestions-line"},this.clearResultSuggestionsLine2),n("li",{key:"060675d017137e8b23342c92efadc769e2bae1c2",class:"result-suggestions-line"},this.clearResultSuggestionsLine3),this.clearResultSuggestionsLine4&&n("li",{key:"0f6ef00a4f6267dc9ad2441e16f02c82b0994d03",class:"result-suggestions-line"},this.clearResultSuggestionsLine4)))))}};$.style=":host{display:block}.jobs-list-root{list-style:none}.results-container{position:relative}.loader{display:inline-block;width:24px;height:24px;border:2px solid #ddd;border-top-color:#1f9755;border-radius:50%;animation:jobs-list-spin 0.8s linear infinite}.loader.hide{display:none}@keyframes jobs-list-spin{to{transform:rotate(360deg)}}.card{border:0}.results-list{list-style:none;margin:0;padding:0;display:block}.results-list.front{margin:3px 0}.results-list__item{list-style:none;padding:10px 0;border-bottom:1px solid #ddd;margin:15px 0;display:inline-block;width:100%;position:relative}.results-list__item:last-child{border-bottom:none}.results-list__item-header{margin:10px 0;font-size:18px;font-weight:700;display:flex;flex-direction:column}.results-list__item-title{margin:0}.results-list__item-title--link{text-decoration:none;color:#1f9755}.results-list__item-title--link:hover{text-decoration:underline}.reference{margin-left:8px;font-size:0.9em;color:#666}.reference.empty{display:none}.remote{background:#f3f3f3;color:#808285;border-radius:100px;padding:6px 16px;text-transform:uppercase;font-size:12px;font-weight:700;line-height:24px;margin-left:8px}.remote--empty{display:none}.results-list__item-distance{display:inline-flex;align-items:center;gap:4px;margin-top:4px;font-size:14px;font-weight:400}.results-list__item-distance--icon{display:inline-flex}.results-list__item-distance--icon svg{width:16px;height:16px}.results-list__item-content{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-top:8px}.results-list__item-info{flex:1}.results-list__item-street,.results-list__item-brand,.results-list__item-employment-type{margin:10px 0;display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px}.results-list__item-street--empty,.results-list__item-brand--empty,.results-list__item-employment-type--empty{color:#999}.results-list__item-street--icon,.results-list__item-brand--icon,.results-list__item-employment-type--icon{margin-right:6px;display:inline-flex}.results-list__item-street--icon svg,.results-list__item-brand--icon svg,.results-list__item-employment-type--icon svg{width:16px;height:16px}.results-list__item-street--more-locations__wrapper{margin-left:8px}.results-list__item-street--amount{font-weight:600}.results-list__item-apply{margin:10px 0;padding:10px 20px;display:inline-flex;align-items:center;gap:8px;background-color:#198754;color:#fff;border-radius:3px;text-decoration:none;font-weight:600;flex-shrink:0}.results-list__item-apply:hover{background-color:#1f9755;color:#fff}.results-list__item-apply--icon svg{width:14px;height:14px}.share-jobs__no-results{padding:24px;text-align:center}.share-jobs__no-results h2,.share-jobs__no-results h3{margin:8px 0;font-weight:600}.card.primary-color{padding:16px;border-radius:4px;background:#f8f9fa}.result-suggestions-title{margin:0 0 12px 0;font-size:16px}.results-list .result-suggestions-line{list-style:none;margin:4px 0}";export{o as fast_button,F as fast_carousel,$ as jobs_list_only_ui}
@@ -0,0 +1,2 @@
1
+ var t=(t=>(t.Undefined="undefined",t.Null="null",t.String="string",t.Number="number",t.SpecialNumber="number",t.Boolean="boolean",t.BigInt="bigint",t))(t||{}),n=(t=>(t.Array="array",t.Date="date",t.Map="map",t.Object="object",t.RegularExpression="regexp",t.Set="set",t.Channel="channel",t.Symbol="symbol",t))(n||{}),e="type",o="value",l="serialized:";function s(t,n,e){const o="undefined"!=typeof HTMLElement?HTMLElement.prototype:null;for(;t&&t!==o;){const o=Object.getOwnPropertyDescriptor(t,n);if(o&&(!e||o.get))return o;t=Object.getPrototypeOf(t)}}var i=(t,n)=>{var e;Object.entries(null!=(e=n.o.t)?e:{}).map((([e,[o]])=>{if(31&o||32&o){const o=t[e],l=s(Object.getPrototypeOf(t),e,!0)||Object.getOwnPropertyDescriptor(t,e);l&&Object.defineProperty(t,e,{get(){return l.get.call(this)},set(t){l.set.call(this,t)},configurable:!0,enumerable:!0}),n.l.has(e)?t[e]=n.l.get(e):void 0!==o&&(t[e]=o)}}))},r=t=>{if(t.__stencil__getHostRef)return t.__stencil__getHostRef()},c=(t,n)=>{n&&(t.__stencil__getHostRef=()=>n,n.i=t,512&n.o.u&&i(t,n))},u=(t,n)=>n in t,f=(t,n)=>(0,console.error)(t,n),a=new Map,d=new Map,p="s-id",$="sty-id",h="c-id",v="slot-fb{display:contents}slot-fb[hidden]{display:none}",m="undefined"!=typeof window?window:{},y={u:0,p:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,n,e,o)=>t.addEventListener(n,e,o),rel:(t,n,e,o)=>t.removeEventListener(n,e,o),ce:(t,n)=>new CustomEvent(t,n)},b=t=>Promise.resolve(t),g=(()=>{try{return!!m.document.adoptedStyleSheets&&(new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync)}catch(t){}return!1})(),w=!!g&&(()=>!!m.document&&Object.getOwnPropertyDescriptor(m.document.adoptedStyleSheets,"length").writable)(),j=!1,S=[],O=[],N=(t,n)=>e=>{t.push(e),j||(j=!0,n&&4&y.u?x(E):y.raf(E))},k=t=>{for(let n=0;n<t.length;n++)try{t[n](performance.now())}catch(t){f(t)}t.length=0},E=()=>{k(S),k(O),(j=S.length>0)&&y.raf(E)},x=t=>b().then(t),C=N(O,!0),M=t=>{const n=F(t,"childNodes");t.tagName&&t.tagName.includes("-")&&t["s-cr"]&&"SLOT-FB"!==t.tagName&&L(n,t.tagName).forEach((t=>{1===t.nodeType&&"SLOT-FB"===t.tagName&&(t.hidden=!!I(t,A(t),!1).length)}));let e=0;for(e=0;e<n.length;e++){const t=n[e];1===t.nodeType&&F(t,"childNodes").length&&M(t)}};function L(t,n,e){let o,l=0,s=[];for(;l<t.length;l++){if(o=t[l],o["s-sr"]&&(!n||o["s-hn"]===n)&&(void 0===e||A(o)===e)&&(s.push(o),void 0!==e))return s;s=[...s,...L(o.childNodes,n,e)]}return s}var I=(t,n,e=!0)=>{const o=[];(e&&t["s-sr"]||!t["s-sr"])&&o.push(t);let l=t;for(;l=l.nextSibling;)A(l)!==n||!e&&l["s-sr"]||o.push(l);return o},R=(t,n)=>1===t.nodeType?null===t.getAttribute("slot")&&""===n||t.getAttribute("slot")===n:t["s-sn"]===n||""===n,T=(t,n,e,o)=>{if(t["s-ol"]&&t["s-ol"].isConnected)return;const l=document.createTextNode("");if(l["s-nr"]=t,!n["s-cr"]||!n["s-cr"].parentNode)return;const s=n["s-cr"].parentNode,i=F(s,"appendChild");if(void 0!==o){l["s-oo"]=o;const t=F(s,"childNodes"),n=[l];t.forEach((t=>{t["s-nr"]&&n.push(t)})),n.sort(((t,n)=>!t["s-oo"]||t["s-oo"]<(n["s-oo"]||0)?-1:!n["s-oo"]||n["s-oo"]<t["s-oo"]?1:0)),n.forEach((t=>i.call(s,t)))}else i.call(s,l);t["s-ol"]=l,t["s-sh"]=n["s-hn"]},A=t=>"string"==typeof t["s-sn"]?t["s-sn"]:1===t.nodeType&&t.getAttribute("slot")||void 0;function D(t){if(t.assignedElements||t.assignedNodes||!t["s-sr"])return;const n=n=>function(t){const e=[],o=this["s-sn"];(null==t?void 0:t.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const l=this["s-cr"].parentElement;return(l.__childNodes?l.childNodes:(t=>{const n=[];for(let e=0;e<t.length;e++){const o=t[e]["s-nr"]||void 0;o&&o.isConnected&&n.push(o)}return n})(l.childNodes)).forEach((t=>{o===A(t)&&e.push(t)})),n?e.filter((t=>1===t.nodeType)):e}.bind(t);t.assignedElements=n(!0),t.assignedNodes=n(!1)}function F(t,n){if("__"+n in t){const e=t["__"+n];return"function"!=typeof e?e:e.bind(t)}return"function"!=typeof t[n]?t[n]:t[n].bind(t)}function P(t){var n,e,o;return null!=(o=null==(e=null==(n=t.head)?void 0:n.querySelector('meta[name="csp-nonce"]'))?void 0:e.getAttribute("content"))?o:void 0}var V=new WeakMap,H=t=>"sc-"+t.$,U=t=>"object"==(t=typeof t)||"function"===t,_=(t,n,...e)=>{let o=null,l=null,s=null,i=!1,r=!1;const c=[],u=n=>{for(let e=0;e<n.length;e++)o=n[e],Array.isArray(o)?u(o):null!=o&&"boolean"!=typeof o&&((i="function"!=typeof t&&!U(o))&&(o+=""),i&&r?c[c.length-1].h+=o:c.push(i?z(null,o):o),r=i)};if(u(e),n){n.key&&(l=n.key),n.name&&(s=n.name);{const t=n.className||n.class;t&&(n.class="object"!=typeof t?t:Object.keys(t).filter((n=>t[n])).join(" "))}}const f=z(t,null);return f.v=n,c.length>0&&(f.m=c),f.j=l,f.S=s,f},z=(t,n)=>({u:0,O:t,h:null!=n?n:null,N:null,m:null,v:null,j:null,S:null}),B={},W=(t,n,e,o,l,s,i,r=[])=>{let c,u,f,a;if(1===s.nodeType){if(c=s.getAttribute(h),c&&(u=c.split("."),u[0]===i||"0"===u[0])){f=Y({u:0,k:u[0],C:u[1],M:u[2],L:u[3],O:s.tagName.toLowerCase(),N:s,v:{class:s.className||""}}),n.push(f),s.removeAttribute(h),t.m||(t.m=[]);const o=f.N.getAttribute("s-sn");"string"==typeof o&&("slot-fb"===f.O&&G(o,u[2],f,s,t,n,e,0,r),f.N["s-sn"]=o,f.N.removeAttribute("s-sn")),void 0!==f.L&&(t.m[f.L]=f),t=f}if(s.shadowRoot)for(a=s.shadowRoot.childNodes.length-1;a>=0;a--)W(t,n,e,o,l,s.shadowRoot.childNodes[a],i,r);const d=s.__childNodes||s.childNodes;for(a=d.length-1;a>=0;a--)W(t,n,e,o,l,d[a],i,r)}else if(8===s.nodeType)u=s.nodeValue.split("."),(u[1]===i||"0"===u[1])&&(c=u[0],f=Y({k:u[1],C:u[2],M:u[3],L:u[4]||"0",N:s,v:null,m:null,j:null,S:null,O:null,h:null}),"t"===c?(f.N=Q(s,3),f.N&&3===f.N.nodeType&&(f.h=f.N.textContent,n.push(f),s.remove(),i===f.k&&(t.m||(t.m=[]),t.m[f.L]=f))):"c"===c?(f.N=Q(s,8),f.N&&8===f.N.nodeType&&(n.push(f),s.remove())):f.k===i&&("s"===c?G(s["s-sn"]=u[5]||"",u[2],f,s,t,n,e,0,r):"r"===c&&(l["s-cr"]=s,s["s-cn"]=!0)));else if(t&&"style"===t.O){const n=z(null,s.textContent);n.N=s,n.L="0",t.m=[n]}return t},q=(t,n)=>{if(1===t.nodeType){const e=t[p]||t.getAttribute(p);e&&n.set(e,t);let o=0;if(t.shadowRoot)for(;o<t.shadowRoot.childNodes.length;o++)q(t.shadowRoot.childNodes[o],n);const l=t.__childNodes||t.childNodes;for(o=0;o<l.length;o++)q(l[o],n)}else if(8===t.nodeType){const e=t.nodeValue.split(".");"o"===e[0]&&(n.set(e[1]+"."+e[2],t),t.nodeValue="",t["s-en"]=e[3])}},Y=t=>({u:0,k:null,C:null,M:null,L:"0",N:null,v:null,m:null,j:null,S:null,O:null,h:null,...t});function G(t,n,e,o,l,s,i,r,c){o["s-sr"]=!0,e.S=t||null,e.O="slot";const u=(null==l?void 0:l.N)?l.N["s-id"]||l.N.getAttribute("s-id"):"";{const s=e.N,i=u&&u!==e.k&&l.N.shadowRoot;K(c,n,t,o,i?u:e.k),D(o),i&&l.N.insertBefore(s,l.N.children[0])}s.push(e),i.push(e),l.m||(l.m=[]),l.m[e.L]=e}var J,Z,K=(t,n,e,o,l)=>{var s,i;let r=o.nextSibling;if(t[n]=t[n]||[],r&&!(null==(s=r.nodeValue)?void 0:s.startsWith("s.")))do{!r||(r.getAttribute&&r.getAttribute("slot")||r["s-sn"])!==e&&(""!==e||r["s-sn"]||r.getAttribute&&r.getAttribute("slot")||8!==r.nodeType&&3!==r.nodeType)||(r["s-sn"]=e,t[n].push({slot:o,node:r,hostId:l})),r=null==r?void 0:r.nextSibling}while(r&&!(null==(i=r.nodeValue)?void 0:i.startsWith("s.")))},Q=(t,n)=>{let e=t;do{e=e.nextSibling}while(e&&(e.nodeType!==n||!e.nodeValue));return e},X=class l{static fromLocalValue(t){const n=t[e],s=o in t?t[o]:void 0;switch(n){case"string":case"boolean":return s;case"bigint":return BigInt(s);case"undefined":return;case"null":return null;case"number":return"NaN"===s?NaN:"-0"===s?-0:"Infinity"===s?1/0:"-Infinity"===s?-1/0:s;case"array":return s.map((t=>l.fromLocalValue(t)));case"date":return new Date(s);case"map":const t=new Map;for(const[n,e]of s){const o="object"==typeof n&&null!==n?l.fromLocalValue(n):n,s=l.fromLocalValue(e);t.set(o,s)}return t;case"object":const e={};for(const[t,n]of s)e[t]=l.fromLocalValue(n);return e;case"regexp":const{pattern:o,flags:i}=s;return RegExp(o,i);case"set":const r=new Set;for(const t of s)r.add(l.fromLocalValue(t));return r;case"symbol":return Symbol(s);default:throw Error("Unsupported type: "+n)}}static fromLocalValueArray(t){return t.map((t=>l.fromLocalValue(t)))}static isLocalValueObject(l){if("object"!=typeof l||null===l)return!1;if(!l.hasOwnProperty(e))return!1;const s=l[e];return!!Object.values({...t,...n}).includes(s)&&("null"===s||"undefined"===s||l.hasOwnProperty(o))}},tt=(t,n)=>"string"==typeof t&&t.startsWith(l)?t=function(t){return"string"==typeof t&&t.startsWith(l)?X.fromLocalValue(JSON.parse(atob(t.slice(11)))):t}(t):null==t||U(t)?t:4&n?"false"!==t&&(""===t||!!t):2&n?"string"==typeof t?parseFloat(t):"number"==typeof t?t:NaN:1&n?t+"":t,nt=t=>{var n;return null==(n=r(t))?void 0:n.$hostElement$},et=(t,n)=>{const e=nt(t);return{emit:t=>ot(e,n,{bubbles:!0,composed:!0,cancelable:!0,detail:t})}},ot=(t,n,e)=>{const o=y.ce(n,e);return t.dispatchEvent(o),o},lt=(t,n,e,o,l,s,i)=>{if(e===o)return;let c=u(t,n),f=n.toLowerCase();if("class"===n){const n=t.classList,l=it(e);let s=it(o);if((t["s-si"]||t["s-sc"])&&i){const e=t["s-sc"]||t["s-si"];s.push(e),l.forEach((t=>{t.startsWith(e)&&s.push(t)})),s=[...new Set(s)].filter((t=>t)),n.add(...s)}else n.remove(...l.filter((t=>t&&!s.includes(t)))),n.add(...s.filter((t=>t&&!l.includes(t))))}else if("style"===n){for(const n in e)o&&null!=o[n]||(n.includes("-")?t.style.removeProperty(n):t.style[n]="");for(const n in o)e&&o[n]===e[n]||(n.includes("-")?t.style.setProperty(n,o[n]):t.style[n]=o[n])}else if("key"===n);else if("ref"===n)o&&xt(o,t);else if(c||"o"!==n[0]||"n"!==n[1]){if("a"===n[0]&&n.startsWith("attr:")){const e=n.slice(5);let l;{const n=r(t);if(n&&n.o&&n.o.t){const t=n.o.t[e];t&&t[1]&&(l=t[1])}}return l||(l=e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()),void(null==o||!1===o?!1===o&&""!==t.getAttribute(l)||t.removeAttribute(l):t.setAttribute(l,!0===o?"":o))}if("p"===n[0]&&n.startsWith("prop:")){const e=n.slice(5);try{t[e]=o}catch(t){}return}{const i=U(o);if((c||i&&null!==o)&&!l)try{if(t.tagName.includes("-"))t[n]!==o&&(t[n]=o);else{const l=null==o?"":o;"list"===n?c=!1:null!=e&&t[n]===l||("function"==typeof t.__lookupSetter__(n)?t[n]=l:t.setAttribute(n,l))}}catch(t){}null==o||!1===o?!1===o&&""!==t.getAttribute(n)||t.removeAttribute(n):(!c||4&s||l)&&!i&&1===t.nodeType&&t.setAttribute(n,o=!0===o?"":o)}}else if(n="-"===n[2]?n.slice(3):u(m,f)?f.slice(2):f[2]+n.slice(3),e||o){const l=n.endsWith(rt);n=n.replace(ct,""),e&&y.rel(t,n,e,l),o&&y.ael(t,n,o,l)}},st=/\s/,it=t=>("object"==typeof t&&t&&"baseVal"in t&&(t=t.baseVal),t&&"string"==typeof t?t.split(st):[]),rt="Capture",ct=RegExp(rt+"$"),ut=(t,n,e,o)=>{const l=11===n.N.nodeType&&n.N.host?n.N.host:n.N,s=t&&t.v||{},i=n.v||{};for(const t of ft(Object.keys(s)))t in i||lt(l,t,s[t],void 0,e,n.u,o);for(const t of ft(Object.keys(i)))lt(l,t,s[t],i[t],e,n.u,o)};function ft(t){return t.includes("ref")?[...t.filter((t=>"ref"!==t)),"ref"]:t}var at=!1,dt=!1,pt=!1,$t=!1,ht=[],vt=[],mt=(t,n,e)=>{var o;const l=n.m[e];let s,i,r,c=0;if(at||(pt=!0,"slot"===l.O&&(l.u|=l.m?2:1)),null!=l.h)s=l.N=m.document.createTextNode(l.h);else if(1&l.u)s=l.N=m.document.createTextNode(""),ut(null,l,$t);else{if($t||($t="svg"===l.O),!m.document)throw Error("You are trying to render a Stencil component in an environment that doesn't support the DOM.");if(s=l.N=m.document.createElementNS($t?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!at&&2&l.u?"slot-fb":l.O),$t&&"foreignObject"===l.O&&($t=!1),ut(null,l,$t),l.m){const n="template"===l.O?s.content:s;for(c=0;c<l.m.length;++c)i=mt(t,l,c),i&&n.appendChild(i)}"svg"===l.O?$t=!1:"foreignObject"===s.tagName&&($t=!0)}return s["s-hn"]=Z,3&l.u&&(s["s-sr"]=!0,s["s-cr"]=J,s["s-sn"]=l.S||"",s["s-rf"]=null==(o=l.v)?void 0:o.ref,D(s),r=t&&t.m&&t.m[e],r&&r.O===l.O&&t.N&&yt(t.N)),s},yt=t=>{y.u|=1;const n=t.closest(Z.toLowerCase());if(null!=n){const e=Array.from(n.__childNodes||n.childNodes).find((t=>t["s-cr"])),o=Array.from(t.__childNodes||t.childNodes);for(const t of e?o.reverse():o)null!=t["s-sh"]&&(Ct(n,t,null!=e?e:null),t["s-sh"]=void 0,pt=!0)}y.u&=-2},bt=(t,n)=>{y.u|=1;const e=Array.from(t.__childNodes||t.childNodes);if(t["s-sr"]){let n=t;for(;n=n.nextSibling;)n&&n["s-sn"]===t["s-sn"]&&n["s-sh"]===Z&&e.push(n)}for(let t=e.length-1;t>=0;t--){const o=e[t];o["s-hn"]!==Z&&o["s-ol"]&&(Ct(St(o).parentNode,o,St(o)),o["s-ol"].remove(),o["s-ol"]=void 0,o["s-sh"]=void 0,pt=!0),n&&bt(o,n)}y.u&=-2},gt=(t,n,e,o,l,s)=>{let i,r=t["s-cr"]&&t["s-cr"].parentNode||t;for("template"===e.O&&(r=r.content);l<=s;++l)o[l]&&(i=mt(null,e,l),i&&(o[l].N=i,Ct(r,i,St(n))))},wt=(t,n,e)=>{for(let o=n;o<=e;++o){const n=t[o];if(n){const t=n.N;Et(n),t&&(dt=!0,t["s-ol"]?t["s-ol"].remove():bt(t,!0),t.remove())}}},jt=(t,n,e=!1)=>t.O===n.O&&("slot"===t.O?t.S===n.S:e?(e&&!t.j&&n.j&&(t.j=n.j),!0):t.j===n.j),St=t=>t&&t["s-ol"]||t,Ot=(t,n,e=!1)=>{const o=n.N=t.N,l=t.m,s=n.m,i=n.O,r=n.h;let c;null==r?($t="svg"===i||"foreignObject"!==i&&$t,"slot"!==i||at||t.S!==n.S&&(n.N["s-sn"]=n.S||"",yt(n.N.parentElement)),ut(t,n,$t,e),null!==l&&null!==s?((t,n,e,o,l=!1)=>{let s,i,r=0,c=0,u=0,f=0,a=n.length-1,d=n[0],p=n[a],$=o.length-1,h=o[0],v=o[$];const m="template"===e.O?t.content:t;for(;r<=a&&c<=$;)if(null==d)d=n[++r];else if(null==p)p=n[--a];else if(null==h)h=o[++c];else if(null==v)v=o[--$];else if(jt(d,h,l))Ot(d,h,l),d=n[++r],h=o[++c];else if(jt(p,v,l))Ot(p,v,l),p=n[--a],v=o[--$];else if(jt(d,v,l))"slot"!==d.O&&"slot"!==v.O||bt(d.N.parentNode,!1),Ot(d,v,l),Ct(m,d.N,p.N.nextSibling),d=n[++r],v=o[--$];else if(jt(p,h,l))"slot"!==d.O&&"slot"!==v.O||bt(p.N.parentNode,!1),Ot(p,h,l),Ct(m,p.N,d.N),p=n[--a],h=o[++c];else{for(u=-1,f=r;f<=a;++f)if(n[f]&&null!==n[f].j&&n[f].j===h.j){u=f;break}u>=0?(i=n[u],i.O!==h.O?s=mt(n&&n[c],e,u):(Ot(i,h,l),n[u]=void 0,s=i.N),h=o[++c]):(s=mt(n&&n[c],e,c),h=o[++c]),s&&Ct(St(d.N).parentNode,s,St(d.N))}r>a?gt(t,null==o[$+1]?null:o[$+1].N,e,o,c,$):c>$&&wt(n,r,a)})(o,l,n,s,e):null!==s?(null!==t.h&&(o.textContent=""),gt(o,null,n,s,0,s.length-1)):e||null===l?e&&null!==l&&null===s&&(n.m=l):wt(l,0,l.length-1),$t&&"svg"===i&&($t=!1)):(c=o["s-cr"])?c.parentNode.textContent=r:t.h!==r&&(o.data=r)},Nt=[],kt=t=>{let n,e,o;const l=t.__childNodes||t.childNodes;for(const t of l){if(t["s-sr"]&&(n=t["s-cr"])&&n.parentNode){e=n.parentNode.__childNodes||n.parentNode.childNodes;const l=t["s-sn"];for(o=e.length-1;o>=0;o--)if(n=e[o],!(n["s-cn"]||n["s-nr"]||n["s-hn"]===t["s-hn"]||n["s-sh"]&&n["s-sh"]===t["s-hn"]))if(R(n,l)){let e=Nt.find((t=>t.I===n));dt=!0,n["s-sn"]=n["s-sn"]||l,e?(e.I["s-sh"]=t["s-hn"],e.R=t):(n["s-sh"]=t["s-hn"],Nt.push({R:t,I:n})),n["s-sr"]&&Nt.map((t=>{R(t.I,n["s-sn"])&&(e=Nt.find((t=>t.I===n)),e&&!t.R&&(t.R=e.R))}))}else Nt.some((t=>t.I===n))||Nt.push({I:n})}1===t.nodeType&&kt(t)}},Et=t=>{t.v&&t.v.ref&&ht.push((()=>t.v.ref(null))),t.m&&t.m.map(Et)},xt=(t,n)=>{vt.push((()=>t(n)))},Ct=(t,n,e,o)=>{if("string"==typeof n["s-sn"]){t.insertBefore(n,e);const{slotNode:l}=function(t,n){var e;if(!(n=n||(null==(e=t["s-ol"])?void 0:e.parentElement)))return{slotNode:null,slotName:""};const o=t["s-sn"]=A(t)||"";return{slotNode:L(F(n,"childNodes"),n.tagName,o)[0],slotName:o}}(n);return l&&!o&&function(t){t.dispatchEvent(new CustomEvent("slotchange",{bubbles:!1,cancelable:!1,composed:!1}))}(l),n}return t.__insertBefore?t.__insertBefore(n,e):null==t?void 0:t.insertBefore(n,e)},Mt=(t,n)=>{if(n&&!t.T&&n["s-p"]){const e=n["s-p"].push(new Promise((o=>t.T=()=>{n["s-p"].splice(e-1,1),o()})))}},Lt=(t,n)=>{if(t.u|=16,4&t.u)return void(t.u|=512);Mt(t,t.A);const e=()=>It(t,n);if(!n)return C(e);queueMicrotask((()=>{e()}))},It=(t,n)=>{const e=t.$hostElement$,o=t.i;if(!o)throw Error(`Can't render component <${e.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let l;return n?(t.D&&(t.D=!1,Vt(o,"connectedCallback",void 0,e)),t.F.length&&t.F.forEach((t=>t(e))),l=Vt(o,"componentWillLoad",void 0,e)):l=Vt(o,"componentWillUpdate",void 0,e),l=Rt(l,(()=>Vt(o,"componentWillRender",void 0,e))),Rt(l,(()=>At(t,o,n)))},Rt=(t,n)=>Tt(t)?t.then(n).catch((t=>{console.error(t),n()})):n(),Tt=t=>t instanceof Promise||t&&t.then&&"function"==typeof t.then,At=async(t,n,e)=>{var o;const l=t.$hostElement$,s=l["s-rc"];e&&(t=>{const n=t.o;((t,n)=>{var e,o,l;const s=H(n),i=d.get(s);if(!m.document)return s;if(t=11===t.nodeType?t:m.document,i)if("string"==typeof i){let l,r=V.get(t=t.head||t);r||V.set(t,r=new Set);const c=t.querySelector(`[${$}="${s}"]`);if(c)c.textContent=i;else if(!r.has(s)){l=m.document.createElement("style"),l.textContent=i;const c=null!=(e=y.P)?e:P(m.document);if(null!=c&&l.setAttribute("nonce",c),!(1&n.u))if("HEAD"===t.nodeName){const n=t.querySelectorAll("link[rel=preconnect]"),e=n.length>0?n[n.length-1].nextSibling:t.querySelector("style");t.insertBefore(l,(null==e?void 0:e.parentNode)===t?e:null)}else if("host"in t)if(g){const n=new(null!=(o=t.defaultView)?o:t.ownerDocument.defaultView).CSSStyleSheet;n.replaceSync(i),w?t.adoptedStyleSheets.unshift(n):t.adoptedStyleSheets=[n,...t.adoptedStyleSheets]}else{const n=t.querySelector("style");n?n.textContent=i+n.textContent:t.prepend(l)}else t.append(l);1&n.u&&t.insertBefore(l,null),4&n.u&&(l.textContent+=v),r&&r.add(s)}}else{let n=V.get(t);if(n||V.set(t,n=new Set),!n.has(s)){const e=null!=(l=t.defaultView)?l:t.ownerDocument.defaultView;let o;if(i.constructor===e.CSSStyleSheet)o=i;else{o=new e.CSSStyleSheet;for(let t=0;t<i.cssRules.length;t++)o.insertRule(i.cssRules[t].cssText,t)}if(w?t.adoptedStyleSheets.push(o):t.adoptedStyleSheets=[...t.adoptedStyleSheets,o],n.add(s),"host"in t){const n=t.querySelector(`[${$}="${s}"]`);n&&C((()=>n.remove()))}}}})(t.$hostElement$.getRootNode(),n)})(t);Dt(t,n,l,e),s&&(s.map((t=>t())),l["s-rc"]=void 0);{const n=null!=(o=l["s-p"])?o:[],e=()=>Ft(t);0===n.length?e():(Promise.all(n).then(e).catch(e),t.u|=4,n.length=0)}},Dt=(t,n,e,o)=>{try{n=n.render(),t.u&=-17,t.u|=2,((t,n,e=!1)=>{var o,l,s,i,r;const c=t.$hostElement$,u=t.o,f=t.V||z(null,null),a=(t=>t&&t.O===B)(n)?n:_(null,null,n);if(Z=c.tagName,e&&a.v)for(const t of Object.keys(a.v))c.hasAttribute(t)&&!["key","ref","style","class"].includes(t)&&(a.v[t]=c[t]);if(a.O=null,a.u|=4,t.V=a,a.N=f.N=c,at=!1,J=c["s-cr"],dt=!1,Ot(f,a,e),y.u|=1,pt){kt(a.N);for(const t of Nt){const n=t.I;if(!n["s-ol"]&&m.document){const t=m.document.createTextNode("");t["s-nr"]=n,Ct(n.parentNode,n["s-ol"]=t,n,e)}}for(const t of Nt){const n=t.I,r=t.R;if(1===n.nodeType&&e&&(n["s-ih"]=null!=(o=n.hidden)&&o),r){const t=r.parentNode;let o=r.nextSibling;if(o&&1===o.nodeType){let e=null==(l=n["s-ol"])?void 0:l.previousSibling;for(;e;){let l=null!=(s=e["s-nr"])?s:null;if(l&&l["s-sn"]===n["s-sn"]&&t===(l.__parentNode||l.parentNode)){for(l=l.nextSibling;l===n||(null==l?void 0:l["s-sr"]);)l=null==l?void 0:l.nextSibling;if(!l||!l["s-nr"]){o=l;break}}e=e.previousSibling}}if((!o&&t!==(n.__parentNode||n.parentNode)||(n.__nextSibling||n.nextSibling)!==o)&&n!==o){if(Ct(t,n,o,e),8===n.nodeType&&n.nodeValue.startsWith("s-nt-")){const t=m.document.createTextNode(n.nodeValue.replace(/^s-nt-/,""));t["s-hn"]=n["s-hn"],t["s-sn"]=n["s-sn"],t["s-sh"]=n["s-sh"],t["s-sr"]=n["s-sr"],t["s-ol"]=n["s-ol"],t["s-ol"]["s-nr"]=t,Ct(n.parentNode,t,n,e),n.parentNode.removeChild(n)}1===n.nodeType&&"SLOT-FB"!==n.tagName&&(n.hidden=null!=(i=n["s-ih"])&&i)}n&&"function"==typeof r["s-rf"]&&r["s-rf"](r)}else 1===n.nodeType&&(n.hidden=!0)}}if(dt&&M(a.N),y.u&=-2,Nt.length=0,!at&&!(1&u.u)&&c["s-cr"]){const t=a.N.__childNodes||a.N.childNodes;for(const n of t)if(n["s-hn"]!==Z&&!n["s-sh"])if(e&&null==n["s-ih"]&&(n["s-ih"]=null!=(r=n.hidden)&&r),1===n.nodeType)n.hidden=!0;else if(3===n.nodeType&&n.nodeValue.trim()){const t=m.document.createComment("s-nt-"+n.nodeValue);t["s-sn"]=n["s-sn"],Ct(n.parentNode,t,n,e),n.parentNode.removeChild(n)}}J=void 0,ht.forEach((t=>t())),ht.length=0,vt.forEach((t=>t())),vt.length=0})(t,n,o)}catch(n){f(n,t.$hostElement$)}return null},Ft=t=>{const n=t.$hostElement$,e=t.i,o=t.A;Vt(e,"componentDidRender",void 0,n),64&t.u?Vt(e,"componentDidUpdate",void 0,n):(t.u|=64,Ht(n),Vt(e,"componentDidLoad",void 0,n),t.H(n),o||Pt()),t.U(n),t.T&&(t.T(),t.T=void 0),512&t.u&&x((()=>Lt(t,!1))),t.u&=-517},Pt=()=>{var t;x((()=>ot(m,"appload",{detail:{namespace:"web-component-poc"}}))),(null==(t=y._)?void 0:t.size)&&y._.clear()},Vt=(t,n,e,o)=>{if(t&&t[n])try{return t[n](e)}catch(t){f(t,o)}},Ht=t=>t.classList.add("hydrated"),Ut=(t,n,e,o)=>{const l=r(t);if(!l)return;if(!l)throw Error(`Couldn't find host element for "${o.$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`);const s=l.l.get(n),i=l.u,c=l.i;if(e=tt(e,o.t[n][0]),(!(8&i)||void 0===s)&&e!==s&&(!Number.isNaN(s)||!Number.isNaN(e))&&(l.l.set(n,e),2&i)){if(c.componentShouldUpdate&&!1===c.componentShouldUpdate(e,s,n)&&!(16&i))return;16&i||Lt(l,!1)}},_t=(t,n,e)=>{var o,l;const i=t.prototype;if(n.t){const c=Object.entries(null!=(o=n.t)?o:{});if(c.map((([t,[o]])=>{if(31&o||2&e&&32&o){const{get:l,set:c}=s(i,t)||{};l&&(n.t[t][0]|=2048),c&&(n.t[t][0]|=4096),(1&e||!l)&&Object.defineProperty(i,t,{get(){{if(!(2048&n.t[t][0]))return((t,n)=>r(this).l.get(n))(0,t);const e=r(this),o=e?e.i:i;if(!o)return;return o[t]}},configurable:!0,enumerable:!0}),Object.defineProperty(i,t,{set(l){const s=r(this);if(s){if(c)return void 0===(32&o?this[t]:s.$hostElement$[t])&&s.l.get(t)&&(l=s.l.get(t)),c.call(this,tt(l,o)),void Ut(this,t,l=32&o?this[t]:s.$hostElement$[t],n);{if(!(1&e&&4096&n.t[t][0]))return Ut(this,t,l,n),void(1&e&&!s.i&&s.F.push((()=>{4096&n.t[t][0]&&s.i[t]!==s.l.get(t)&&(s.i[t]=l)})));const i=()=>{const e=s.i[t];!s.l.get(t)&&e&&s.l.set(t,e),s.i[t]=tt(l,o),Ut(this,t,s.i[t],n)};s.i?i():s.F.push((()=>{i()}))}}}})}else 1&e&&64&o&&Object.defineProperty(i,t,{value(...n){var e;const o=r(this);return null==(e=null==o?void 0:o.B)?void 0:e.then((()=>{var e;return null==(e=o.i)?void 0:e[t](...n)}))}})})),1&e){const e=new Map;i.attributeChangedCallback=function(t,o,l){y.jmp((()=>{var s;const u=e.get(t),f=r(this);if(this.hasOwnProperty(u)&&(l=this[u],delete this[u]),i.hasOwnProperty(u)&&"number"==typeof this[u]&&this[u]==l)return;if(null==u){const e=null==f?void 0:f.u;if(f&&e&&!(8&e)&&l!==o){const i=f.i,r=null==(s=n.W)?void 0:s[t];null==r||r.forEach((n=>{const[[s,r]]=Object.entries(n);null!=i[s]&&(128&e||1&r)&&i[s].call(i,l,o,t)}))}return}const a=c.find((([t])=>t===u));a&&4&a[1][0]&&(l=null!==l&&"false"!==l);const d=Object.getOwnPropertyDescriptor(i,u);l==this[u]||d.get&&!d.set||(this[u]=l)}))},t.observedAttributes=Array.from(new Set([...Object.keys(null!=(l=n.W)?l:{}),...c.filter((([t,n])=>31&n[0])).map((([t,n])=>{const o=n[1]||t;return e.set(o,t),o}))]))}}return t},zt=(t,n)=>{Vt(t,"connectedCallback",void 0,n)},Bt=t=>{if(!(1&y.u)){const n=r(t);if(!n)return;const e=n.o,o=()=>{};if(1&n.u)(null==n?void 0:n.i)?zt(n.i,t):(null==n?void 0:n.q)&&n.q.then((()=>zt(n.i,t)));else{let o;n.u|=1,o=t.getAttribute(p),o&&((t,n,e,o)=>{var l,s,i,c;const u=t.shadowRoot,f=[],a=[],d=z(n,null);d.N=t,!m.document||y._&&y._.size||q(m.document.body,y._=new Map),t[p]=e,t.removeAttribute(p),o.V=W(d,f,[],null,t,t,e,a);let $=0;const h=f.length;let v;for(;$<h;$++){v=f[$];const e=v.k+"."+v.C,o=y._.get(e),s=v.N;if(u){if((null==(l=v.O)?void 0:(""+l).includes("-"))&&"slot-fb"!==v.O&&!v.N.shadowRoot){const t=r(v.N);if(t){const n=H(t.o),e=m.document.querySelector(`style[sty-id="${n}"]`);e&&null.unshift(e.cloneNode(!0))}}}else s["s-hn"]=n.toUpperCase(),"slot"===v.O&&(s["s-cr"]=t["s-cr"]);"slot"===v.O&&(v.S=v.N["s-sn"]||v.N.name||null,v.m?(v.u|=2,v.N.childNodes.length||v.m.forEach((t=>{v.N.appendChild(t.N)}))):v.u|=1),o&&o.isConnected&&(o.parentElement.shadowRoot&&""===o["s-en"]&&o.parentNode.insertBefore(s,o.nextSibling),o.parentNode.removeChild(o),u||(s["s-oo"]=parseInt(v.C))),o&&!o["s-id"]&&y._.delete(e)}const b=[],g=a.length;let w,j,S,O,N=0,k=0;for(;N<g;N++)if(w=a[N],w&&w.length)for(S=w.length,j=0;j<S;j++){if(O=w[j],b[O.hostId]||(b[O.hostId]=y._.get(O.hostId)),!b[O.hostId])continue;const t=b[O.hostId];t.shadowRoot&&O.node.parentElement!==t&&t.insertBefore(O.node,null==(i=null==(s=w[j-1])?void 0:s.node)?void 0:i.nextSibling),t.shadowRoot&&u||(O.slot["s-cr"]||(O.slot["s-cr"]=t["s-cr"],O.slot["s-cr"]=!O.slot["s-cr"]&&t.shadowRoot?t:(t.__childNodes||t.childNodes)[0]),T(O.node,O.slot,0,O.node["s-oo"]||k),(null==(c=O.node.parentElement)?void 0:c.shadowRoot)&&O.node.getAttribute&&O.node.getAttribute("slot")&&O.node.removeAttribute("slot")),k=(O.node["s-oo"]||k)+1}o.$hostElement$=t})(t,e.$,o,n),o||12&e.u&&Wt(t);{let e=t;for(;e=e.parentNode||e.host;)if(1===e.nodeType&&e.hasAttribute("s-id")&&e["s-p"]||e["s-p"]){Mt(n,n.A=e);break}}e.t&&Object.entries(e.t).map((([n,[e]])=>{if(31&e&&Object.prototype.hasOwnProperty.call(t,n)){const e=t[n];delete t[n],t[n]=e}})),(async(t,n,e)=>{let o;try{if(!(32&n.u)){if(n.u|=32,e.Y){const l=((t,n)=>{const e=t.$.replace(/-/g,"_"),o=t.Y;if(!o)return;const l=a.get(o);return l?l[e]:import(`./${o}.entry.js`).then((t=>(a.set(o,t),t[e])),(t=>{f(t,n.$hostElement$)}))
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(e,n);if(l&&"then"in l){const t=()=>{};o=await l,t()}else o=l;if(!o)throw Error(`Constructor for "${e.$}#${n.G}" was not found`);o.isProxied||(_t(o,e,2),o.isProxied=!0);const s=()=>{};n.u|=8;try{new o(n)}catch(n){f(n,t)}n.u&=-9,s(),4&e.u?n.D=!0:zt(n.i,t)}else o=t.constructor,customElements.whenDefined(t.localName).then((()=>n.u|=128));if(o&&o.style){let t;"string"==typeof o.style&&(t=o.style);const n=H(e);if(!d.has(n)){const o=()=>{};((t,n,e)=>{let o=d.get(t);g&&e?(o=o||new CSSStyleSheet,"string"==typeof o?o=n:o.replaceSync(n)):o=n,d.set(t,o)})(n,t,!!(1&e.u)),o()}}}const l=n.A,s=()=>Lt(n,!0);l&&l["s-rc"]?l["s-rc"].push(s):s()}catch(e){f(e,t),n.T&&(n.T(),n.T=void 0),n.H&&n.H(t)}})(t,n,e)}o()}},Wt=t=>{if(!m.document)return;const n=t["s-cr"]=m.document.createComment("");n["s-cn"]=!0,Ct(t,n,t.firstChild)},qt=(t,n)=>{Vt(t,"disconnectedCallback",void 0,n||t)},Yt=(t,n={})=>{var e;if(!m.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const o=[],l=n.exclude||[],s=m.customElements,i=m.document.head,c=i.querySelector("meta[charset]"),u=m.document.createElement("style"),f=[];let a,d=!0;Object.assign(y,n),y.p=new URL(n.resourcesUrl||"./",m.document.baseURI).href,y.u|=2;let p=!1;if(t.map((t=>{t[1].map((n=>{const e={u:n[0],$:n[1],t:n[2],J:n[3]};4&e.u&&(p=!0),e.t=n[2];const i=e.$,c=class extends HTMLElement{"s-p";"s-rc";hasRegisteredEventListeners=!1;constructor(t){super(t),((t,n)=>{const e={u:0,$hostElement$:t,o:n,l:new Map,Z:new Map};e.B=new Promise((t=>e.U=t)),e.q=new Promise((t=>e.H=t)),t["s-p"]=[],t["s-rc"]=[],e.F=[];const o=e;t.__stencil__getHostRef=()=>o})(t=this,e)}connectedCallback(){r(this)&&(this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0),a&&(clearTimeout(a),a=null),d?f.push(this):y.jmp((()=>Bt(this))))}disconnectedCallback(){y.jmp((()=>(async t=>{if(!(1&y.u)){const n=r(t);(null==n?void 0:n.i)?qt(n.i,t):(null==n?void 0:n.q)&&n.q.then((()=>qt(n.i,t)))}V.has(t)&&V.delete(t),t.shadowRoot&&V.has(t.shadowRoot)&&V.delete(t.shadowRoot)})(this))),y.raf((()=>{var t;const n=r(this);if(!n)return;const e=f.findIndex((t=>t===this));e>-1&&f.splice(e,1),(null==(t=null==n?void 0:n.V)?void 0:t.N)instanceof Node&&!n.V.N.isConnected&&delete n.V.N}))}componentOnReady(){var t;return null==(t=r(this))?void 0:t.q}};e.Y=t[0],l.includes(i)||s.get(i)||(o.push(i),s.define(i,_t(c,e,1)))}))})),o.length>0&&(p&&(u.textContent+=v),u.textContent+=o.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",u.innerHTML.length)){u.setAttribute("data-styles","");const t=null!=(e=y.P)?e:P(m.document);null!=t&&u.setAttribute("nonce",t),i.insertBefore(u,c?c.nextSibling:i.firstChild)}d=!1,f.length?f.map((t=>t.connectedCallback())):y.jmp((()=>a=setTimeout(Pt,30)))},Gt=t=>y.P=t;export{Yt as b,et as c,nt as g,_ as h,b as p,c as r,Gt as s}
@@ -1 +1 @@
1
- import{p as e,b as t}from"./p-D7_MJBO8.js";export{s as setNonce}from"./p-D7_MJBO8.js";import{g as o}from"./p-DQuL1Twl.js";(()=>{const s=import.meta.url,t={};return""!==s&&(t.resourcesUrl=new URL(".",s).href),e(t)})().then((async e=>(await o(),t([["p-0bc6d45d",[[769,"fast-button",{variant:[1],type:[1],disabled:[4]}],[512,"jobs-list-only-ui",{mockData:[4,"mock-data"],jobs:[1],loading:[4],totalJob:[2,"total-job"],noResultsLine1:[1,"no-results-line-1"],noResultsLine2:[1,"no-results-line-2"],applyButtonText:[1,"apply-button-text"],showBrand:[4,"show-brand"],showReference:[4,"show-reference"],showEmploymentType:[4,"show-employment-type"],streetFormat:[1,"street-format"],multiLocationText:[1,"multi-location-text"],remoteLocationText:[1,"remote-location-text"],enableKilometers:[4,"enable-kilometers"],rootClass:[1,"root-class"],showSuggestions:[4,"show-suggestions"],clearResultSuggestionsTitleText:[1,"clear-result-suggestions-title-text"],clearResultSuggestionsLine1:[1,"clear-result-suggestions-line-1"],clearResultSuggestionsLine2:[1,"clear-result-suggestions-line-2"],clearResultSuggestionsLine3:[1,"clear-result-suggestions-line-3"],clearResultSuggestionsLine4:[1,"clear-result-suggestions-line-4"]}]]],["p-8ab359cc",[[769,"fast-carousel",{items:[1],loop:[4],class:[1],controlClass:[1,"control-class"],slideClass:[1,"slide-class"],itemClass:[1,"item-class"],scrollPrev:[64],scrollNext:[64],goToSlide:[64],getEmbla:[64]}]]]],e))));
1
+ import{p as e,b as t}from"./p-Dk5CvWmb.js";export{s as setNonce}from"./p-Dk5CvWmb.js";import{g as o}from"./p-DQuL1Twl.js";(()=>{const s=import.meta.url,t={};return""!==s&&(t.resourcesUrl=new URL(".",s).href),e(t)})().then((async e=>(await o(),t([["p-3d68d559",[[772,"fast-button",{variant:[1],type:[1],disabled:[4]}],[772,"fast-carousel",{items:[1],loop:[4],class:[1],controlClass:[1,"control-class"],slideClass:[1,"slide-class"],itemClass:[1,"item-class"],scrollPrev:[64],scrollNext:[64],goToSlide:[64],getEmbla:[64]}],[512,"jobs-list-only-ui",{mockData:[4,"mock-data"],jobs:[1],loading:[4],totalJob:[2,"total-job"],noResultsLine1:[1,"no-results-line-1"],noResultsLine2:[1,"no-results-line-2"],applyButtonText:[1,"apply-button-text"],showBrand:[4,"show-brand"],showReference:[4,"show-reference"],showEmploymentType:[4,"show-employment-type"],streetFormat:[1,"street-format"],multiLocationText:[1,"multi-location-text"],remoteLocationText:[1,"remote-location-text"],enableKilometers:[4,"enable-kilometers"],rootClass:[1,"root-class"],showSuggestions:[4,"show-suggestions"],clearResultSuggestionsTitleText:[1,"clear-result-suggestions-title-text"],clearResultSuggestionsLine1:[1,"clear-result-suggestions-line-1"],clearResultSuggestionsLine2:[1,"clear-result-suggestions-line-2"],clearResultSuggestionsLine3:[1,"clear-result-suggestions-line-3"],clearResultSuggestionsLine4:[1,"clear-result-suggestions-line-4"]}]]]],e))));