@maggioli-design-system/mds-push-notification 2.1.2 → 2.3.0

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 (71) hide show
  1. package/dist/cjs/{index-bdd83d01.js → index-c4051bde.js} +160 -65
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/mds-push-notification.cjs.entry.js +21 -13
  4. package/dist/cjs/mds-push-notification.cjs.js +2 -2
  5. package/dist/collection/collection-manifest.json +1 -1
  6. package/dist/collection/common/floating-controller.js +180 -0
  7. package/dist/collection/common/slot.js +19 -4
  8. package/dist/collection/common/string.js +30 -0
  9. package/dist/collection/components/mds-push-notification/mds-push-notification.css +121 -2
  10. package/dist/collection/components/mds-push-notification/mds-push-notification.js +41 -11
  11. package/dist/collection/dictionary/keyboard.js +84 -0
  12. package/dist/collection/dictionary/tree.js +13 -0
  13. package/dist/collection/type/keyboard.js +1 -0
  14. package/dist/collection/type/tree.js +1 -0
  15. package/dist/components/mds-push-notification.js +20 -12
  16. package/dist/documentation.d.ts +8 -0
  17. package/dist/documentation.json +35 -13
  18. package/dist/esm/{index-a5ecda80.js → index-40893e6d.js} +160 -65
  19. package/dist/esm/loader.js +2 -2
  20. package/dist/esm/mds-push-notification.entry.js +21 -13
  21. package/dist/esm/mds-push-notification.js +3 -3
  22. package/dist/esm-es5/index-40893e6d.js +1 -0
  23. package/dist/esm-es5/loader.js +1 -1
  24. package/dist/esm-es5/mds-push-notification.entry.js +2 -2
  25. package/dist/esm-es5/mds-push-notification.js +1 -1
  26. package/dist/mds-push-notification/mds-push-notification.esm.js +1 -1
  27. package/dist/mds-push-notification/mds-push-notification.js +1 -1
  28. package/dist/mds-push-notification/p-3b18d74e.js +2 -0
  29. package/dist/mds-push-notification/p-5e9cbc6e.entry.js +6 -0
  30. package/dist/mds-push-notification/p-764f675d.system.entry.js +6 -0
  31. package/dist/mds-push-notification/p-91b16fd4.system.js +2 -0
  32. package/dist/mds-push-notification/{p-9d064301.system.js → p-be470da4.system.js} +1 -1
  33. package/dist/stats.json +113 -53
  34. package/dist/types/common/floating-controller.d.ts +46 -0
  35. package/dist/types/common/slot.d.ts +3 -1
  36. package/dist/types/common/string.d.ts +4 -0
  37. package/dist/types/dictionary/keyboard.d.ts +2 -0
  38. package/dist/types/dictionary/tree.d.ts +4 -0
  39. package/dist/types/type/keyboard.d.ts +12 -0
  40. package/dist/types/type/tree.d.ts +3 -0
  41. package/documentation.json +80 -18
  42. package/package.json +6 -6
  43. package/src/common/floating-controller.ts +263 -0
  44. package/src/common/slot.ts +23 -3
  45. package/src/common/string.ts +42 -0
  46. package/src/components/mds-push-notification/mds-push-notification.css +1 -0
  47. package/src/dictionary/keyboard.ts +87 -0
  48. package/src/dictionary/tree.ts +21 -0
  49. package/src/fixtures/icons.json +38 -1
  50. package/src/fixtures/iconsauce.json +6 -0
  51. package/src/meta/keyboard/keys.json +83 -0
  52. package/src/tailwind/components.css +11 -0
  53. package/src/tailwind/fouc.css +118 -0
  54. package/src/type/keyboard.ts +93 -0
  55. package/src/type/tree.ts +12 -0
  56. package/www/build/mds-push-notification.esm.js +1 -1
  57. package/www/build/mds-push-notification.js +1 -1
  58. package/www/build/p-3b18d74e.js +2 -0
  59. package/www/build/p-5e9cbc6e.entry.js +6 -0
  60. package/www/build/p-764f675d.system.entry.js +6 -0
  61. package/www/build/p-91b16fd4.system.js +2 -0
  62. package/www/build/{p-9d064301.system.js → p-be470da4.system.js} +1 -1
  63. package/dist/esm-es5/index-a5ecda80.js +0 -1
  64. package/dist/mds-push-notification/p-313df2a2.system.entry.js +0 -6
  65. package/dist/mds-push-notification/p-36238f45.system.js +0 -2
  66. package/dist/mds-push-notification/p-4e329022.entry.js +0 -6
  67. package/dist/mds-push-notification/p-7857bd4f.js +0 -2
  68. package/www/build/p-313df2a2.system.entry.js +0 -6
  69. package/www/build/p-36238f45.system.js +0 -2
  70. package/www/build/p-4e329022.entry.js +0 -6
  71. package/www/build/p-7857bd4f.js +0 -2
@@ -0,0 +1 @@
1
+ var __extends=this&&this.__extends||function(){var e=function(t,r){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r))e[r]=t[r]};return e(t,r)};return function(t,r){if(typeof r!=="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}();var __awaiter=this&&this.__awaiter||function(e,t,r,n){function a(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,i){function o(e){try{u(n.next(e))}catch(e){i(e)}}function s(e){try{u(n["throw"](e))}catch(e){i(e)}}function u(e){e.done?r(e.value):a(e.value).then(o,s)}u((n=n.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,a,i,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return u([e,t])}}function u(s){if(n)throw new TypeError("Generator is already executing.");while(o&&(o=0,s[0]&&(r=0)),r)try{if(n=1,a&&(i=s[0]&2?a["return"]:s[0]?a["throw"]||((i=a["return"])&&i.call(a),0):a.next)&&!(i=i.call(a,s[1])).done)return i;if(a=0,i)s=[s[0]&2,i.value];switch(s[0]){case 0:case 1:i=s;break;case 4:r.label++;return{value:s[1],done:false};case 5:r.label++;a=s[1];s=[0];continue;case 7:s=r.ops.pop();r.trys.pop();continue;default:if(!(i=r.trys,i=i.length>0&&i[i.length-1])&&(s[0]===6||s[0]===2)){r=0;continue}if(s[0]===3&&(!i||s[1]>i[0]&&s[1]<i[3])){r.label=s[1];break}if(s[0]===6&&r.label<i[1]){r.label=i[1];i=s;break}if(i&&r.label<i[2]){r.label=i[2];r.ops.push(s);break}if(i[2])r.ops.pop();r.trys.pop();continue}s=t.call(e,r)}catch(e){s=[6,e];a=0}finally{n=i=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(e,t,r){if(r||arguments.length===2)for(var n=0,a=t.length,i;n<a;n++){if(i||!(n in t)){if(!i)i=Array.prototype.slice.call(t,0,n);i[n]=t[n]}}return e.concat(i||Array.prototype.slice.call(t))};var NAMESPACE="mds-push-notification";var BUILD={allRenderFn:true,appendChildSlotFix:false,asyncLoading:true,asyncQueue:false,attachStyles:true,cloneNodeFix:false,cmpDidLoad:false,cmpDidRender:false,cmpDidUnload:false,cmpDidUpdate:false,cmpShouldUpdate:false,cmpWillLoad:true,cmpWillRender:false,cmpWillUpdate:false,connectedCallback:false,constructableCSS:true,cssAnnotations:true,devTools:false,disconnectedCallback:false,element:false,event:true,experimentalScopedSlotChanges:false,experimentalSlotFixes:false,formAssociated:false,hasRenderFn:true,hostListener:false,hostListenerTarget:false,hostListenerTargetBody:false,hostListenerTargetDocument:false,hostListenerTargetParent:false,hostListenerTargetWindow:false,hotModuleReplacement:false,hydrateClientSide:false,hydrateServerSide:false,hydratedAttribute:true,hydratedClass:false,hydratedSelectorName:"hydrated",initializeNextTick:false,invisiblePrehydration:true,isDebug:false,isDev:false,isTesting:false,lazyLoad:true,lifecycle:true,lifecycleDOMEvents:false,member:true,method:true,mode:false,modernPropertyDecls:false,observeAttribute:true,profile:false,prop:true,propBoolean:true,propMutable:true,propNumber:false,propString:true,reflect:true,scoped:false,scopedSlotTextContentFix:false,scriptDataOpts:false,shadowDelegatesFocus:false,shadowDom:true,slot:true,slotChildNodesFix:false,slotRelocation:false,state:true,style:true,svg:false,taskQueue:true,transformTagName:false,updatable:true,vdomAttribute:true,vdomClass:true,vdomFunctional:false,vdomKey:true,vdomListener:true,vdomPropOrAttr:true,vdomRef:false,vdomRender:true,vdomStyle:false,vdomText:true,vdomXlink:false,watchCallback:false};var __defProp=Object.defineProperty;var __export=function(e,t){for(var r in t)__defProp(e,r,{get:t[r],enumerable:true})};var hostRefs=new WeakMap;var getHostRef=function(e){return hostRefs.get(e)};var registerInstance=function(e,t){hostRefs.set(t.t=e,t)};var registerHost=function(e,t){var r={i:0,$hostElement$:e,o:t,u:new Map};{r.l=new Promise((function(e){return r.v=e}))}{r.p=new Promise((function(e){return r.m=e}));e["s-p"]=[];e["s-rc"]=[]}var n=hostRefs.set(e,r);return n};var isMemberInElement=function(e,t){return t in e};var consoleError=function(e,t){return(0,console.error)(e,t)};var cmpModules=new Map;var loadModule=function(e,t,r){var n=e.h.replace(/-/g,"_");var a=e.S;if(!a){return void 0}var i=cmpModules.get(a);if(i){return i[n]}if(!r||!BUILD.hotModuleReplacement){var o=function(e){cmpModules.set(a,e);return e[n]};switch(a){case"mds-push-notification":return import("./mds-push-notification.entry.js").then(o,consoleError)}}return import("./".concat(a,".entry.js").concat("")).then((function(e){{cmpModules.set(a,e)}return e[n]}),(function(e){consoleError(e,t.$hostElement$)}))};var styles=new Map;var HYDRATED_STYLE_ID="sty-id";var HYDRATED_CSS="{visibility:hidden}[hydrated]{visibility:inherit}";var SLOT_FB_CSS="slot-fb{display:contents}slot-fb[hidden]{display:none}";var win=typeof window!=="undefined"?window:{};var doc=win.document||{head:{}};var plt={i:0,_:"",jmp:function(e){return e()},raf:function(e){return requestAnimationFrame(e)},ael:function(e,t,r,n){return e.addEventListener(t,r,n)},rel:function(e,t,r,n){return e.removeEventListener(t,r,n)},ce:function(e,t){return new CustomEvent(e,t)}};var promiseResolve=function(e){return Promise.resolve(e)};var supportsConstructableStylesheets=function(){try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(e){}return false}();var queuePending=false;var queueDomReads=[];var queueDomWrites=[];var queueTask=function(e,t){return function(r){e.push(r);if(!queuePending){queuePending=true;if(t&&plt.i&4){nextTick(flush)}else{plt.raf(flush)}}}};var consume=function(e){for(var t=0;t<e.length;t++){try{e[t](performance.now())}catch(e){consoleError(e)}}e.length=0};var flush=function(){consume(queueDomReads);{consume(queueDomWrites);if(queuePending=queueDomReads.length>0){plt.raf(flush)}}};var nextTick=function(e){return promiseResolve().then(e)};var writeTask=queueTask(queueDomWrites,true);var isComplexType=function(e){e=typeof e;return e==="object"||e==="function"};function queryNonceMetaTagContent(e){var t,r,n;return(n=(r=(t=e.head)==null?void 0:t.querySelector('meta[name="csp-nonce"]'))==null?void 0:r.getAttribute("content"))!=null?n:void 0}var result_exports={};__export(result_exports,{err:function(){return err},map:function(){return map},ok:function(){return ok},unwrap:function(){return unwrap},unwrapErr:function(){return unwrapErr}});var ok=function(e){return{isOk:true,isErr:false,value:e}};var err=function(e){return{isOk:false,isErr:true,value:e}};function map(e,t){if(e.isOk){var r=t(e.value);if(r instanceof Promise){return r.then((function(e){return ok(e)}))}else{return ok(r)}}if(e.isErr){var n=e.value;return err(n)}throw"should never get here"}var unwrap=function(e){if(e.isOk){return e.value}else{throw e.value}};var unwrapErr=function(e){if(e.isErr){return e.value}else{throw e.value}};var createTime=function(e,t){if(t===void 0){t=""}{return function(){return}}};var uniqueTime=function(e,t){{return function(){return}}};var h=function(e,t){var r=[];for(var n=2;n<arguments.length;n++){r[n-2]=arguments[n]}var a=null;var i=null;var o=false;var s=false;var u=[];var l=function(t){for(var r=0;r<t.length;r++){a=t[r];if(Array.isArray(a)){l(a)}else if(a!=null&&typeof a!=="boolean"){if(o=typeof e!=="function"&&!isComplexType(a)){a=String(a)}if(o&&s){u[u.length-1].C+=a}else{u.push(o?newVNode(null,a):a)}s=o}}};l(r);if(t){if(t.key){i=t.key}{var f=t.className||t.class;if(f){t.class=typeof f!=="object"?f:Object.keys(f).filter((function(e){return f[e]})).join(" ")}}}var c=newVNode(e,null);c.T=t;if(u.length>0){c.A=u}{c.R=i}return c};var newVNode=function(e,t){var r={i:0,D:e,C:t,k:null,A:null};{r.T=null}{r.R=null}return r};var Host={};var isHost=function(e){return e&&e.D===Host};var parsePropertyValue=function(e,t){if(e!=null&&!isComplexType(e)){if(t&4){return e==="false"?false:e===""||!!e}if(t&1){return String(e)}return e}return e};var getElement=function(e){return getHostRef(e).$hostElement$};var createEvent=function(e,t,r){var n=getElement(e);return{emit:function(e){return emitEvent(n,t,{bubbles:!!(r&4),composed:!!(r&2),cancelable:!!(r&1),detail:e})}}};var emitEvent=function(e,t,r){var n=plt.ce(t,r);e.dispatchEvent(n);return n};var rootAppliedStyles=new WeakMap;var registerStyle=function(e,t,r){var n=styles.get(e);if(supportsConstructableStylesheets&&r){n=n||new CSSStyleSheet;if(typeof n==="string"){n=t}else{n.replaceSync(t)}}else{n=t}styles.set(e,n)};var addStyle=function(e,t,r){var n;var a=getScopeId(t);var i=styles.get(a);e=e.nodeType===11?e:doc;if(i){if(typeof i==="string"){e=e.head||e;var o=rootAppliedStyles.get(e);var s=void 0;if(!o){rootAppliedStyles.set(e,o=new Set)}if(!o.has(a)){{s=document.querySelector("[".concat(HYDRATED_STYLE_ID,'="').concat(a,'"]'))||doc.createElement("style");s.innerHTML=i;var u=(n=plt.N)!=null?n:queryNonceMetaTagContent(doc);if(u!=null){s.setAttribute("nonce",u)}if(!(t.i&1)){if(e.nodeName==="HEAD"){var l=e.querySelectorAll("link[rel=preconnect]");var f=l.length>0?l[l.length-1].nextSibling:e.querySelector("style");e.insertBefore(s,(f==null?void 0:f.parentNode)===e?f:null)}else if("host"in e){if(supportsConstructableStylesheets){var c=new CSSStyleSheet;c.replaceSync(i);e.adoptedStyleSheets=__spreadArray([c],e.adoptedStyleSheets,true)}else{var v=e.querySelector("style");if(v){v.innerHTML=i+v.innerHTML}else{e.prepend(s)}}}else{e.append(s)}}if(t.i&1&&e.nodeName!=="HEAD"){e.insertBefore(s,null)}}if(t.i&4){s.innerHTML+=SLOT_FB_CSS}if(o){o.add(a)}}}else if(!e.adoptedStyleSheets.includes(i)){e.adoptedStyleSheets=__spreadArray(__spreadArray([],e.adoptedStyleSheets,true),[i],false)}}return a};var attachStyles=function(e){var t=e.o;var r=e.$hostElement$;var n=t.i;var a=createTime("attachStyles",t.h);var i=addStyle(r.shadowRoot?r.shadowRoot:r.getRootNode(),t);if(n&10&&n&2){r["s-sc"]=i;r.classList.add(i+"-h")}a()};var getScopeId=function(e,t){return"sc-"+e.h};var setAccessor=function(e,t,r,n,a,i,o){if(r!==n){var s=isMemberInElement(e,t);var u=t.toLowerCase();if(t==="class"){var l=e.classList;var f=parseClassList(r);var c=parseClassList(n);{l.remove.apply(l,f.filter((function(e){return e&&!c.includes(e)})));l.add.apply(l,c.filter((function(e){return e&&!f.includes(e)})))}}else if(t==="key");else if(!s&&t[0]==="o"&&t[1]==="n"){if(t[2]==="-"){t=t.slice(3)}else if(isMemberInElement(win,u)){t=u.slice(2)}else{t=u[2]+t.slice(3)}if(r||n){var v=t.endsWith(CAPTURE_EVENT_SUFFIX);t=t.replace(CAPTURE_EVENT_REGEX,"");if(r){plt.rel(e,t,r,v)}if(n){plt.ael(e,t,n,v)}}}else{var d=isComplexType(n);if((s||d&&n!==null)&&!a){try{if(!e.tagName.includes("-")){var p=n==null?"":n;if(t==="list"){s=false}else if(r==null||e[t]!=p){if(typeof e.__lookupSetter__(t)==="function"){e[t]=p}else{e.setAttribute(t,p)}}}else if(e[t]!==n){e[t]=n}}catch(e){}}if(n==null||n===false){if(n!==false||e.getAttribute(t)===""){{e.removeAttribute(t)}}}else if((!s||i&4||a)&&!d){n=n===true?"":n;{e.setAttribute(t,n)}}}}};var parseClassListRegex=/\s/;var parseClassList=function(e){if(typeof e==="object"&&e&&"baseVal"in e){e=e.baseVal}if(!e||typeof e!=="string"){return[]}return e.split(parseClassListRegex)};var CAPTURE_EVENT_SUFFIX="Capture";var CAPTURE_EVENT_REGEX=new RegExp(CAPTURE_EVENT_SUFFIX+"$");var updateElement=function(e,t,r,n){var a=t.k.nodeType===11&&t.k.host?t.k.host:t.k;var i=e&&e.T||{};var o=t.T||{};{for(var s=0,u=sortedAttrNames(Object.keys(i));s<u.length;s++){var l=u[s];if(!(l in o)){setAccessor(a,l,i[l],void 0,r,t.i)}}}for(var f=0,c=sortedAttrNames(Object.keys(o));f<c.length;f++){var l=c[f];setAccessor(a,l,i[l],o[l],r,t.i)}};function sortedAttrNames(e){return e.includes("ref")?__spreadArray(__spreadArray([],e.filter((function(e){return e!=="ref"})),true),["ref"],false):e}var hostTagName;var useNativeShadowDom=false;var isSvgMode=false;var createElm=function(e,t,r){var n=t.A[r];var a=0;var i;var o;if(n.C!==null){i=n.k=doc.createTextNode(n.C)}else{i=n.k=doc.createElement(!useNativeShadowDom&&BUILD.slotRelocation&&n.i&2?"slot-fb":n.D);{updateElement(null,n,isSvgMode)}if(n.A){for(a=0;a<n.A.length;++a){o=createElm(e,n,a);if(o){i.appendChild(o)}}}}i["s-hn"]=hostTagName;return i};var addVnodes=function(e,t,r,n,a,i){var o=e;var s;if(o.shadowRoot&&o.tagName===hostTagName){o=o.shadowRoot}for(;a<=i;++a){if(n[a]){s=createElm(null,r,a);if(s){n[a].k=s;insertBefore(o,s,t)}}}};var removeVnodes=function(e,t,r){for(var n=t;n<=r;++n){var a=e[n];if(a){var i=a.k;if(i){i.remove()}}}};var updateChildren=function(e,t,r,n,a){if(a===void 0){a=false}var i=0;var o=0;var s=0;var u=0;var l=t.length-1;var f=t[0];var c=t[l];var v=n.length-1;var d=n[0];var p=n[v];var m;var h;while(i<=l&&o<=v){if(f==null){f=t[++i]}else if(c==null){c=t[--l]}else if(d==null){d=n[++o]}else if(p==null){p=n[--v]}else if(isSameVnode(f,d,a)){patch(f,d,a);f=t[++i];d=n[++o]}else if(isSameVnode(c,p,a)){patch(c,p,a);c=t[--l];p=n[--v]}else if(isSameVnode(f,p,a)){patch(f,p,a);insertBefore(e,f.k,c.k.nextSibling);f=t[++i];p=n[--v]}else if(isSameVnode(c,d,a)){patch(c,d,a);insertBefore(e,c.k,f.k);c=t[--l];d=n[++o]}else{s=-1;{for(u=i;u<=l;++u){if(t[u]&&t[u].R!==null&&t[u].R===d.R){s=u;break}}}if(s>=0){h=t[s];if(h.D!==d.D){m=createElm(t&&t[o],r,s)}else{patch(h,d,a);t[s]=void 0;m=h.k}d=n[++o]}else{m=createElm(t&&t[o],r,o);d=n[++o]}if(m){{insertBefore(f.k.parentNode,m,f.k)}}}}if(i>l){addVnodes(e,n[v+1]==null?null:n[v+1].k,r,n,o,v)}else if(o>v){removeVnodes(t,i,l)}};var isSameVnode=function(e,t,r){if(r===void 0){r=false}if(e.D===t.D){if(!r){return e.R===t.R}if(r&&!e.R&&t.R){e.R=t.R}return true}return false};var patch=function(e,t,r){if(r===void 0){r=false}var n=t.k=e.k;var a=e.A;var i=t.A;var o=t.D;var s=t.C;if(s===null){{if(o==="slot"&&!useNativeShadowDom);else{updateElement(e,t,isSvgMode)}}if(a!==null&&i!==null){updateChildren(n,a,t,i,r)}else if(i!==null){if(e.C!==null){n.textContent=""}addVnodes(n,null,t,i,0,i.length-1)}else if(!r&&BUILD.updatable&&a!==null){removeVnodes(a,0,a.length-1)}}else if(e.C!==s){n.data=s}};var insertBefore=function(e,t,r){{return e==null?void 0:e.insertBefore(t,r)}};var renderVdom=function(e,t,r){if(r===void 0){r=false}var n=e.$hostElement$;var a=e.o;var i=e.L||newVNode(null,null);var o=isHost(t)?t:h(null,null,t);hostTagName=n.tagName;if(a.H){o.T=o.T||{};a.H.map((function(e){var t=e[0],r=e[1];return o.T[r]=n[t]}))}if(r&&o.T){for(var s=0,u=Object.keys(o.T);s<u.length;s++){var l=u[s];if(n.hasAttribute(l)&&!["key","ref","style","class"].includes(l)){o.T[l]=n[l]}}}o.D=null;o.i|=4;e.L=o;o.k=i.k=n.shadowRoot||n;useNativeShadowDom=(a.i&1)!==0;patch(i,o,r)};var attachToAncestor=function(e,t){if(t&&!e.V&&t["s-p"]){var r=t["s-p"].push(new Promise((function(n){return e.V=function(){t["s-p"].splice(r-1,1);n()}})))}};var scheduleUpdate=function(e,t){{e.i|=16}if(e.i&4){e.i|=512;return}attachToAncestor(e,e.P);var r=function(){return dispatchHooks(e,t)};return writeTask(r)};var dispatchHooks=function(e,t){var r=e.$hostElement$;var n=createTime("scheduleUpdate",e.o.h);var a=e.t;if(!a){throw new Error("Can't render component <".concat(r.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"))}var i;if(t){{i=safeCall(a,"componentWillLoad",void 0,r)}}n();return enqueue(i,(function(){return updateComponent(e,a,t)}))};var enqueue=function(e,t){return isPromisey(e)?e.then(t).catch((function(e){console.error(e);t()})):t()};var isPromisey=function(e){return e instanceof Promise||e&&e.then&&typeof e.then==="function"};var updateComponent=function(e,t,r){return __awaiter(void 0,void 0,void 0,(function(){var n,a,i,o,s,u,l;return __generator(this,(function(f){a=e.$hostElement$;i=createTime("update",e.o.h);o=a["s-rc"];if(r){attachStyles(e)}s=createTime("render",e.o.h);{callRender(e,t,a,r)}if(o){o.map((function(e){return e()}));a["s-rc"]=void 0}s();i();{u=(n=a["s-p"])!=null?n:[];l=function(){return postUpdateComponent(e)};if(u.length===0){l()}else{Promise.all(u).then(l);e.i|=4;u.length=0}}return[2]}))}))};var callRender=function(e,t,r,n){try{t=t.render();{e.i&=~16}{e.i|=2}{{{renderVdom(e,t,n)}}}}catch(t){consoleError(t,e.$hostElement$)}return null};var postUpdateComponent=function(e){var t=e.o.h;var r=e.$hostElement$;var n=createTime("postUpdate",t);var a=e.P;if(!(e.i&64)){e.i|=64;{addHydratedFlag(r)}n();{e.m(r);if(!a){appDidLoad()}}}else{n()}{e.v(r)}{if(e.V){e.V();e.V=void 0}if(e.i&512){nextTick((function(){return scheduleUpdate(e,false)}))}e.i&=~(4|512)}};var appDidLoad=function(e){{addHydratedFlag(doc.documentElement)}nextTick((function(){return emitEvent(win,"appload",{detail:{namespace:NAMESPACE}})}))};var safeCall=function(e,t,r,n){if(e&&e[t]){try{return e[t](r)}catch(e){consoleError(e,n)}}return void 0};var addHydratedFlag=function(e){var t;return e.setAttribute((t=BUILD.hydratedSelectorName)!=null?t:"hydrated","")};var getValue=function(e,t){return getHostRef(e).u.get(t)};var setValue=function(e,t,r,n){var a=getHostRef(e);if(!a){throw new Error("Couldn't find host element for \"".concat(n.h,'" 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/ionic-team/stencil/issues/5457).'))}var i=a.u.get(t);var o=a.i;var s=a.t;r=parsePropertyValue(r,n.$[t][0]);var u=Number.isNaN(i)&&Number.isNaN(r);var l=r!==i&&!u;if((!(o&8)||i===void 0)&&l){a.u.set(t,r);if(s){if((o&(2|16))===2){scheduleUpdate(a,false)}}}};var proxyComponent=function(e,t,r){var n,a;var i=e.prototype;if(t.$||BUILD.watchCallback){var o=Object.entries((n=t.$)!=null?n:{});o.map((function(e){var n=e[0],a=e[1][0];if(a&31||r&2&&a&32){var o=Object.getOwnPropertyDescriptor(i,n)||{},s=o.get,u=o.set;if(s)t.$[n][0]|=2048;if(u)t.$[n][0]|=4096;if(r&1||!s){Object.defineProperty(i,n,{get:function(){{if((t.$[n][0]&2048)===0){return getValue(this,n)}var e=getHostRef(this);var r=e?e.t:i;if(!r)return;return r[n]}},configurable:true,enumerable:true})}Object.defineProperty(i,n,{set:function(e){var i=this;var o=getHostRef(this);if(u){var s=a&32?this[n]:o.$hostElement$[n];if(typeof s==="undefined"&&o.u.get(n)){e=o.u.get(n)}else if(!o.u.get(n)&&s){o.u.set(n,s)}u.apply(this,[parsePropertyValue(e,a)]);e=a&32?this[n]:o.$hostElement$[n];setValue(this,n,e,t);return}{if((r&1)===0||(t.$[n][0]&4096)===0){setValue(this,n,e,t);if(r&1&&!o.t){o.p.then((function(){if(t.$[n][0]&4096&&o.t[n]!==o.u.get(n)){o.t[n]=e}}))}return}var l=function(){var r=o.t[n];if(!o.u.get(n)&&r){o.u.set(n,r)}o.t[n]=parsePropertyValue(e,a);setValue(i,n,o.t[n],t)};if(o.t){l()}else{o.p.then((function(){return l()}))}}}})}else if(r&1&&a&64){Object.defineProperty(i,n,{value:function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}var r;var a=getHostRef(this);return(r=a==null?void 0:a.l)==null?void 0:r.then((function(){var t;return(t=a.t)==null?void 0:t[n].apply(t,e)}))}})}}));if(r&1){var s=new Map;i.attributeChangedCallback=function(e,r,n){var a=this;plt.jmp((function(){var o;var u=s.get(e);if(a.hasOwnProperty(u)&&BUILD.lazyLoad){n=a[u];delete a[u]}else if(i.hasOwnProperty(u)&&typeof a[u]==="number"&&a[u]==n){return}else if(u==null){var l=getHostRef(a);var f=l==null?void 0:l.i;if(f&&!(f&8)&&f&128&&n!==r){var c=l.t;var v=(o=t.M)==null?void 0:o[e];v==null?void 0:v.forEach((function(t){if(c[t]!=null){c[t].call(c,n,r,e)}}))}return}var d=Object.getOwnPropertyDescriptor(i,u);n=n===null&&typeof a[u]==="boolean"?false:n;if(n!==a[u]&&(!d.get||!!d.set)){a[u]=n}}))};e.observedAttributes=Array.from(new Set(__spreadArray(__spreadArray([],Object.keys((a=t.M)!=null?a:{}),true),o.filter((function(e){var t=e[0],r=e[1];return r[0]&15})).map((function(e){var r=e[0],n=e[1];var a;var i=n[1]||r;s.set(i,r);if(n[0]&512){(a=t.H)==null?void 0:a.push([r,i])}return i})),true)))}}return e};var initializeComponent=function(e,t,r,n){return __awaiter(void 0,void 0,void 0,(function(){var n,a,i,o,s,u,l,f,c;return __generator(this,(function(v){switch(v.label){case 0:if(!((t.i&32)===0))return[3,4];t.i|=32;a=loadModule(r,t);if(!(a&&"then"in a))return[3,2];i=uniqueTime();return[4,a];case 1:n=v.sent();i();return[3,3];case 2:n=a;v.label=3;case 3:if(!n){throw new Error('Constructor for "'.concat(r.h,"#").concat(t.U,'" was not found'))}if(!n.isProxied){proxyComponent(n,r,2);n.isProxied=true}o=createTime("createInstance",r.h);{t.i|=8}try{new n(t)}catch(t){consoleError(t,e)}{t.i&=~8}o();if(n&&n.style){s=void 0;if(typeof n.style==="string"){s=n.style}u=getScopeId(r);if(!styles.has(u)){l=createTime("registerStyles",r.h);registerStyle(u,s,!!(r.i&1));l()}}v.label=4;case 4:f=t.P;c=function(){return scheduleUpdate(t,true)};if(f&&f["s-rc"]){f["s-rc"].push(c)}else{c()}return[2]}}))}))};var fireConnectedCallback=function(e,t){};var connectedCallback=function(e){if((plt.i&1)===0){var t=getHostRef(e);var r=t.o;var n=createTime("connectedCallback",r.h);if(!(t.i&1)){t.i|=1;{var a=e;while(a=a.parentNode||a.host){if(a["s-p"]){attachToAncestor(t,t.P=a);break}}}if(r.$){Object.entries(r.$).map((function(t){var r=t[0],n=t[1][0];if(n&31&&e.hasOwnProperty(r)){var a=e[r];delete e[r];e[r]=a}}))}{initializeComponent(e,t,r)}}else{if(t==null?void 0:t.t);else if(t==null?void 0:t.p){t.p.then((function(){return fireConnectedCallback()}))}}n()}};var disconnectInstance=function(e,t){};var disconnectedCallback=function(e){return __awaiter(void 0,void 0,void 0,(function(){var t;return __generator(this,(function(r){if((plt.i&1)===0){t=getHostRef(e);if(t==null?void 0:t.t);else if(t==null?void 0:t.p){t.p.then((function(){return disconnectInstance()}))}}if(rootAppliedStyles.has(e)){rootAppliedStyles.delete(e)}if(e.shadowRoot&&rootAppliedStyles.has(e.shadowRoot)){rootAppliedStyles.delete(e.shadowRoot)}return[2]}))}))};var bootstrapLazy=function(e,t){if(t===void 0){t={}}var r;var n=createTime();var a=[];var i=t.exclude||[];var o=win.customElements;var s=doc.head;var u=s.querySelector("meta[charset]");var l=doc.createElement("style");var f=[];var c;var v=true;Object.assign(plt,t);plt._=new URL(t.resourcesUrl||"./",doc.baseURI).href;var d=false;e.map((function(e){e[1].map((function(t){var r={i:t[0],h:t[1],$:t[2],j:t[3]};if(r.i&4){d=true}{r.$=t[2]}{r.H=[]}var n=r.h;var s=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;n.hasRegisteredEventListeners=false;t=n;registerHost(t,r);if(r.i&1){{if(!t.shadowRoot){{t.attachShadow({mode:"open"})}}else{if(t.shadowRoot.mode!=="open"){throw new Error("Unable to re-use existing shadow root for ".concat(r.h,"! Mode is set to ").concat(t.shadowRoot.mode," but Stencil only supports open shadow roots."))}}}}return n}t.prototype.connectedCallback=function(){var e=this;getHostRef(this);if(!this.hasRegisteredEventListeners){this.hasRegisteredEventListeners=true}if(c){clearTimeout(c);c=null}if(v){f.push(this)}else{plt.jmp((function(){return connectedCallback(e)}))}};t.prototype.disconnectedCallback=function(){var e=this;plt.jmp((function(){return disconnectedCallback(e)}));plt.raf((function(){var t;var r=getHostRef(e);if(((t=r==null?void 0:r.L)==null?void 0:t.k)instanceof Node&&!r.L.k.isConnected){delete r.L.k}}))};t.prototype.componentOnReady=function(){return getHostRef(this).p};return t}(HTMLElement);r.S=e[0];if(!i.includes(n)&&!o.get(n)){a.push(n);o.define(n,proxyComponent(s,r,1))}}))}));if(a.length>0){if(d){l.textContent+=SLOT_FB_CSS}{l.textContent+=a.sort()+HYDRATED_CSS}if(l.innerHTML.length){l.setAttribute("data-styles","");var p=(r=plt.N)!=null?r:queryNonceMetaTagContent(doc);if(p!=null){l.setAttribute("nonce",p)}s.insertBefore(l,u?u.nextSibling:s.firstChild)}}v=false;if(f.length){f.map((function(e){return e.connectedCallback()}))}else{{plt.jmp((function(){return c=setTimeout(appDidLoad,30)}))}}n()};var setNonce=function(e){return plt.N=e};export{Host as H,bootstrapLazy as b,createEvent as c,getElement as g,h,promiseResolve as p,registerInstance as r,setNonce as s};
@@ -1 +1 @@
1
- var __awaiter=this&&this.__awaiter||function(t,e,n,r){function i(t){return t instanceof n?t:new n((function(e){e(t)}))}return new(n||(n=Promise))((function(n,o){function a(t){try{c(r.next(t))}catch(t){o(t)}}function u(t){try{c(r["throw"](t))}catch(t){o(t)}}function c(t){t.done?n(t.value):i(t.value).then(a,u)}c((r=r.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,i,o,a;return a={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function u(t){return function(e){return c([t,e])}}function c(u){if(r)throw new TypeError("Generator is already executing.");while(a&&(a=0,u[0]&&(n=0)),n)try{if(r=1,i&&(o=u[0]&2?i["return"]:u[0]?i["throw"]||((o=i["return"])&&o.call(i),0):i.next)&&!(o=o.call(i,u[1])).done)return o;if(i=0,o)u=[u[0]&2,o.value];switch(u[0]){case 0:case 1:o=u;break;case 4:n.label++;return{value:u[1],done:false};case 5:n.label++;i=u[1];u=[0];continue;case 7:u=n.ops.pop();n.trys.pop();continue;default:if(!(o=n.trys,o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){n.label=u[1];break}if(u[0]===6&&n.label<o[1]){n.label=o[1];o=u;break}if(o&&n.label<o[2]){n.label=o[2];n.ops.push(u);break}if(o[2])n.ops.pop();n.trys.pop();continue}u=e.call(t,n)}catch(t){u=[6,t];i=0}finally{r=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};import{b as bootstrapLazy}from"./index-a5ecda80.js";export{s as setNonce}from"./index-a5ecda80.js";import{g as globalScripts}from"./app-globals-0f993ce5.js";var defineCustomElements=function(t,e){return __awaiter(void 0,void 0,void 0,(function(){return __generator(this,(function(t){switch(t.label){case 0:if(typeof window==="undefined")return[2,undefined];return[4,globalScripts()];case 1:t.sent();return[2,bootstrapLazy([["mds-push-notification",[[1,"mds-push-notification",{datetime:[1537],dateFormat:[513,"date-format"],deletable:[516],icon:[513],initials:[1537],message:[513],preview:[513],src:[513],subject:[513],tone:[513],variant:[513],language:[32],updateLang:[64]}]]]],e)]}}))}))};export{defineCustomElements};
1
+ var __awaiter=this&&this.__awaiter||function(t,e,n,r){function i(t){return t instanceof n?t:new n((function(e){e(t)}))}return new(n||(n=Promise))((function(n,o){function a(t){try{s(r.next(t))}catch(t){o(t)}}function u(t){try{s(r["throw"](t))}catch(t){o(t)}}function s(t){t.done?n(t.value):i(t.value).then(a,u)}s((r=r.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,i,o,a;return a={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function u(t){return function(e){return s([t,e])}}function s(u){if(r)throw new TypeError("Generator is already executing.");while(a&&(a=0,u[0]&&(n=0)),n)try{if(r=1,i&&(o=u[0]&2?i["return"]:u[0]?i["throw"]||((o=i["return"])&&o.call(i),0):i.next)&&!(o=o.call(i,u[1])).done)return o;if(i=0,o)u=[u[0]&2,o.value];switch(u[0]){case 0:case 1:o=u;break;case 4:n.label++;return{value:u[1],done:false};case 5:n.label++;i=u[1];u=[0];continue;case 7:u=n.ops.pop();n.trys.pop();continue;default:if(!(o=n.trys,o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){n.label=u[1];break}if(u[0]===6&&n.label<o[1]){n.label=o[1];o=u;break}if(o&&n.label<o[2]){n.label=o[2];n.ops.push(u);break}if(o[2])n.ops.pop();n.trys.pop();continue}u=e.call(t,n)}catch(t){u=[6,t];i=0}finally{r=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};import{b as bootstrapLazy}from"./index-40893e6d.js";export{s as setNonce}from"./index-40893e6d.js";import{g as globalScripts}from"./app-globals-0f993ce5.js";var defineCustomElements=function(t,e){return __awaiter(void 0,void 0,void 0,(function(){return __generator(this,(function(t){switch(t.label){case 0:if(typeof window==="undefined")return[2,undefined];return[4,globalScripts()];case 1:t.sent();return[2,bootstrapLazy([["mds-push-notification",[[1,"mds-push-notification",{datetime:[1537],dateFormat:[513,"date-format"],deletable:[516],icon:[513],initials:[1537],message:[513],preview:[513],src:[513],subject:[513],tone:[513],variant:[513],language:[32],updateLang:[64]}]]]],e)]}}))}))};export{defineCustomElements};
@@ -1,6 +1,6 @@
1
- var __awaiter=this&&this.__awaiter||function(n,t,i,r){function a(n){return n instanceof i?n:new i((function(t){t(n)}))}return new(i||(i=Promise))((function(i,o){function e(n){try{c(r.next(n))}catch(n){o(n)}}function s(n){try{c(r["throw"](n))}catch(n){o(n)}}function c(n){n.done?i(n.value):a(n.value).then(e,s)}c((r=r.apply(n,t||[])).next())}))};var __generator=this&&this.__generator||function(n,t){var i={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,a,o,e;return e={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(e[Symbol.iterator]=function(){return this}),e;function s(n){return function(t){return c([n,t])}}function c(s){if(r)throw new TypeError("Generator is already executing.");while(e&&(e=0,s[0]&&(i=0)),i)try{if(r=1,a&&(o=s[0]&2?a["return"]:s[0]?a["throw"]||((o=a["return"])&&o.call(a),0):a.next)&&!(o=o.call(a,s[1])).done)return o;if(a=0,o)s=[s[0]&2,o.value];switch(s[0]){case 0:case 1:o=s;break;case 4:i.label++;return{value:s[1],done:false};case 5:i.label++;a=s[1];s=[0];continue;case 7:s=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(s[0]===6||s[0]===2)){i=0;continue}if(s[0]===3&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(s[0]===6&&i.label<o[1]){i.label=o[1];o=s;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(s);break}if(o[2])i.ops.pop();i.trys.pop();continue}s=t.call(n,i)}catch(n){s=[6,n];a=0}finally{r=o=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};import{r as registerInstance,c as createEvent,h as h$4,H as Host,g as getElement}from"./index-a5ecda80.js";var commonjsGlobal=typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};var dayjs_min={exports:{}};(function(n,t){!function(t,i){n.exports=i()}(commonjsGlobal,(function(){var n=1e3,t=6e4,i=36e5,r="millisecond",a="second",o="minute",e="hour",s="day",c="week",u="month",h="quarter",l="year",d="date",f="Invalid Date",v=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,m=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,b={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(n){var t=["th","st","nd","rd"],i=n%100;return"["+n+(t[(i-20)%10]||t[i]||t[0])+"]"}},p=function(n,t,i){var r=String(n);return!r||r.length>=t?n:""+Array(t+1-r.length).join(i)+n},g={s:p,z:function(n){var t=-n.utcOffset(),i=Math.abs(t),r=Math.floor(i/60),a=i%60;return(t<=0?"+":"-")+p(r,2,"0")+":"+p(a,2,"0")},m:function n(t,i){if(t.date()<i.date())return-n(i,t);var r=12*(i.year()-t.year())+(i.month()-t.month()),a=t.clone().add(r,u),o=i-a<0,e=t.clone().add(r+(o?-1:1),u);return+(-(r+(i-a)/(o?a-e:e-a))||0)},a:function(n){return n<0?Math.ceil(n)||0:Math.floor(n)},p:function(n){return{M:u,y:l,w:c,d:s,D:d,h:e,m:o,s:a,ms:r,Q:h}[n]||String(n||"").toLowerCase().replace(/s$/,"")},u:function(n){return void 0===n}},y="en",w={};w[y]=b;var k="$isDayjsObject",$=function(n){return n instanceof _||!(!n||!n[k])},x=function n(t,i,r){var a;if(!t)return y;if("string"==typeof t){var o=t.toLowerCase();w[o]&&(a=o),i&&(w[o]=i,a=o);var e=t.split("-");if(!a&&e.length>1)return n(e[0])}else{var s=t.name;w[s]=t,a=s}return!r&&a&&(y=a),a||!r&&y},M=function(n,t){if($(n))return n.clone();var i="object"==typeof t?t:{};return i.date=n,i.args=arguments,new _(i)},S=g;S.l=x,S.i=$,S.w=function(n,t){return M(n,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var _=function(){function b(n){this.$L=x(n.locale,null,!0),this.parse(n),this.$x=this.$x||n.x||{},this[k]=!0}var p=b.prototype;return p.parse=function(n){this.$d=function(n){var t=n.date,i=n.utc;if(null===t)return new Date(NaN);if(S.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var r=t.match(v);if(r){var a=r[2]-1||0,o=(r[7]||"0").substring(0,3);return i?new Date(Date.UTC(r[1],a,r[3]||1,r[4]||0,r[5]||0,r[6]||0,o)):new Date(r[1],a,r[3]||1,r[4]||0,r[5]||0,r[6]||0,o)}}return new Date(t)}(n),this.init()},p.init=function(){var n=this.$d;this.$y=n.getFullYear(),this.$M=n.getMonth(),this.$D=n.getDate(),this.$W=n.getDay(),this.$H=n.getHours(),this.$m=n.getMinutes(),this.$s=n.getSeconds(),this.$ms=n.getMilliseconds()},p.$utils=function(){return S},p.isValid=function(){return!(this.$d.toString()===f)},p.isSame=function(n,t){var i=M(n);return this.startOf(t)<=i&&i<=this.endOf(t)},p.isAfter=function(n,t){return M(n)<this.startOf(t)},p.isBefore=function(n,t){return this.endOf(t)<M(n)},p.$g=function(n,t,i){return S.u(n)?this[t]:this.set(i,n)},p.unix=function(){return Math.floor(this.valueOf()/1e3)},p.valueOf=function(){return this.$d.getTime()},p.startOf=function(n,t){var i=this,r=!!S.u(t)||t,h=S.p(n),f=function(n,t){var a=S.w(i.$u?Date.UTC(i.$y,t,n):new Date(i.$y,t,n),i);return r?a:a.endOf(s)},v=function(n,t){return S.w(i.toDate()[n].apply(i.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(t)),i)},m=this.$W,b=this.$M,p=this.$D,g="set"+(this.$u?"UTC":"");switch(h){case l:return r?f(1,0):f(31,11);case u:return r?f(1,b):f(0,b+1);case c:var y=this.$locale().weekStart||0,w=(m<y?m+7:m)-y;return f(r?p-w:p+(6-w),b);case s:case d:return v(g+"Hours",0);case e:return v(g+"Minutes",1);case o:return v(g+"Seconds",2);case a:return v(g+"Milliseconds",3);default:return this.clone()}},p.endOf=function(n){return this.startOf(n,!1)},p.$set=function(n,t){var i,c=S.p(n),h="set"+(this.$u?"UTC":""),f=(i={},i[s]=h+"Date",i[d]=h+"Date",i[u]=h+"Month",i[l]=h+"FullYear",i[e]=h+"Hours",i[o]=h+"Minutes",i[a]=h+"Seconds",i[r]=h+"Milliseconds",i)[c],v=c===s?this.$D+(t-this.$W):t;if(c===u||c===l){var m=this.clone().set(d,1);m.$d[f](v),m.init(),this.$d=m.set(d,Math.min(this.$D,m.daysInMonth())).$d}else f&&this.$d[f](v);return this.init(),this},p.set=function(n,t){return this.clone().$set(n,t)},p.get=function(n){return this[S.p(n)]()},p.add=function(r,h){var d,f=this;r=Number(r);var v=S.p(h),m=function(n){var t=M(f);return S.w(t.date(t.date()+Math.round(n*r)),f)};if(v===u)return this.set(u,this.$M+r);if(v===l)return this.set(l,this.$y+r);if(v===s)return m(1);if(v===c)return m(7);var b=(d={},d[o]=t,d[e]=i,d[a]=n,d)[v]||1,p=this.$d.getTime()+r*b;return S.w(p,this)},p.subtract=function(n,t){return this.add(-1*n,t)},p.format=function(n){var t=this,i=this.$locale();if(!this.isValid())return i.invalidDate||f;var r=n||"YYYY-MM-DDTHH:mm:ssZ",a=S.z(this),o=this.$H,e=this.$m,s=this.$M,c=i.weekdays,u=i.months,h=i.meridiem,l=function(n,i,a,o){return n&&(n[i]||n(t,r))||a[i].slice(0,o)},d=function(n){return S.s(o%12||12,n,"0")},v=h||function(n,t,i){var r=n<12?"AM":"PM";return i?r.toLowerCase():r};return r.replace(m,(function(n,r){return r||function(n){switch(n){case"YY":return String(t.$y).slice(-2);case"YYYY":return S.s(t.$y,4,"0");case"M":return s+1;case"MM":return S.s(s+1,2,"0");case"MMM":return l(i.monthsShort,s,u,3);case"MMMM":return l(u,s);case"D":return t.$D;case"DD":return S.s(t.$D,2,"0");case"d":return String(t.$W);case"dd":return l(i.weekdaysMin,t.$W,c,2);case"ddd":return l(i.weekdaysShort,t.$W,c,3);case"dddd":return c[t.$W];case"H":return String(o);case"HH":return S.s(o,2,"0");case"h":return d(1);case"hh":return d(2);case"a":return v(o,e,!0);case"A":return v(o,e,!1);case"m":return String(e);case"mm":return S.s(e,2,"0");case"s":return String(t.$s);case"ss":return S.s(t.$s,2,"0");case"SSS":return S.s(t.$ms,3,"0");case"Z":return a}return null}(n)||a.replace(":","")}))},p.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},p.diff=function(r,d,f){var v,m=this,b=S.p(d),p=M(r),g=(p.utcOffset()-this.utcOffset())*t,y=this-p,w=function(){return S.m(m,p)};switch(b){case l:v=w()/12;break;case u:v=w();break;case h:v=w()/3;break;case c:v=(y-g)/6048e5;break;case s:v=(y-g)/864e5;break;case e:v=y/i;break;case o:v=y/t;break;case a:v=y/n;break;default:v=y}return f?v:S.a(v)},p.daysInMonth=function(){return this.endOf(u).$D},p.$locale=function(){return w[this.$L]},p.locale=function(n,t){if(!n)return this.$L;var i=this.clone(),r=x(n,t,!0);return r&&(i.$L=r),i},p.clone=function(){return S.w(this.$d,this)},p.toDate=function(){return new Date(this.valueOf())},p.toJSON=function(){return this.isValid()?this.toISOString():null},p.toISOString=function(){return this.$d.toISOString()},p.toString=function(){return this.$d.toUTCString()},b}(),j=_.prototype;return M.prototype=j,[["$ms",r],["$s",a],["$m",o],["$H",e],["$W",s],["$M",u],["$y",l],["$D",d]].forEach((function(n){j[n[1]]=function(t){return this.$g(t,n[0],n[1])}})),M.extend=function(n,t){return n.$i||(n(t,_,M),n.$i=!0),M},M.locale=x,M.isDayjs=$,M.unix=function(n){return M(1e3*n)},M.en=w[y],M.Ls=w,M.p={},M}))})(dayjs_min);var dayjs=dayjs_min.exports;var dismiss$3="Κλείσιμο";var future$3="σε %s";var past$3="πριν από %s";var s$3="λίγα δευτ.";var m$3="1 λεπτό";var mm$3="%d λεπτά";var h$3="1 ώρα";var hh$3="%d ώρες";var d$3="1 ημέρα";var dd$3="%d ημέρες";var M$3="1 μήνας";var MM$3="%d μήνες";var y$3="1 έτος";var yy$3="%d έτη";var localeEl={dismiss:dismiss$3,future:future$3,past:past$3,s:s$3,m:m$3,mm:mm$3,h:h$3,hh:hh$3,d:d$3,dd:dd$3,M:M$3,MM:MM$3,y:y$3,yy:yy$3};var dismiss$2="Close";var future$2="in %s";var past$2="%s ago";var s$2="few sec";var m$2="1 min";var mm$2="%d mins";var h$2="1 hour";var hh$2="%d hours";var d$2="1 day";var dd$2="%d days";var M$2="1 month";var MM$2="%d months";var y$2="1 year";var yy$2="%d years";var localeEn={dismiss:dismiss$2,future:future$2,past:past$2,s:s$2,m:m$2,mm:mm$2,h:h$2,hh:hh$2,d:d$2,dd:dd$2,M:M$2,MM:MM$2,y:y$2,yy:yy$2};var dismiss$1="Cerrar";var future$1="en %s";var past$1="hace %s";var s$1="pocos seg";var m$1="1 min";var mm$1="%d mins";var h$1="1 hora";var hh$1="%d horas";var d$1="1 día";var dd$1="%d días";var M$1="1 mes";var MM$1="%d meses";var y$1="1 año";var yy$1="%d años";var localeEs={dismiss:dismiss$1,future:future$1,past:past$1,s:s$1,m:m$1,mm:mm$1,h:h$1,hh:hh$1,d:d$1,dd:dd$1,M:M$1,MM:MM$1,y:y$1,yy:yy$1};var dismiss="Chiudi";var future="tra %s";var past="%s fa";var s="pochi sec";var m="1 min";var mm="%d min";var h="1 ora";var hh="%d ore";var d="1 giorno";var dd="%d giorni";var M="1 mese";var MM="%d mesi";var y="1 anno";var yy="%d anni";var localeIt={dismiss:dismiss,future:future,past:past,s:s,m:m,mm:mm,h:h,hh:hh,d:d,dd:dd,M:M,MM:MM,y:y,yy:yy};var miBaselineCancel='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10s10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17L12 13.41L8.41 17L7 15.59L10.59 12L7 8.41L8.41 7L12 10.59L15.59 7L17 8.41L13.41 12L17 15.59z"/></svg>';var relativeTime$1={exports:{}};(function(n,t){!function(t,i){n.exports=i()}(commonjsGlobal,(function(){return function(n,t,i){n=n||{};var r=t.prototype,a={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function o(n,t,i,a){return r.fromToBase(n,t,i,a)}i.en.relativeTime=a,r.fromToBase=function(t,r,o,e,s){for(var c,u,h,l=o.$locale().relativeTime||a,d=n.thresholds||[{l:"s",r:44,d:"second"},{l:"m",r:89},{l:"mm",r:44,d:"minute"},{l:"h",r:89},{l:"hh",r:21,d:"hour"},{l:"d",r:35},{l:"dd",r:25,d:"day"},{l:"M",r:45},{l:"MM",r:10,d:"month"},{l:"y",r:17},{l:"yy",d:"year"}],f=d.length,v=0;v<f;v+=1){var m=d[v];m.d&&(c=e?i(t).diff(o,m.d,!0):o.diff(t,m.d,!0));var b=(n.rounding||Math.round)(Math.abs(c));if(h=c>0,b<=m.r||!m.r){b<=1&&v>0&&(m=d[v-1]);var p=l[m.l];s&&(b=s(""+b)),u="string"==typeof p?p.replace("%d",b):p(b,r,m.l,h);break}}if(r)return u;var g=h?l.future:l.past;return"function"==typeof g?g(u):g.replace("%s",u)},r.to=function(n,t){return o(n,t,this,!0)},r.from=function(n,t){return o(n,t,this)};var e=function(n){return n.$u?i.utc():i()};r.toNow=function(n){return this.to(e(this),n)},r.fromNow=function(n){return this.from(e(this),n)}}}))})(relativeTime$1);var relativeTime=relativeTime$1.exports;var mustache={exports:{}};(function(n,t){(function(t,i){n.exports=i()})(commonjsGlobal,(function(){
1
+ var __awaiter=this&&this.__awaiter||function(n,t,r,i){function a(n){return n instanceof r?n:new r((function(t){t(n)}))}return new(r||(r=Promise))((function(r,e){function o(n){try{d(i.next(n))}catch(n){e(n)}}function s(n){try{d(i["throw"](n))}catch(n){e(n)}}function d(n){n.done?r(n.value):a(n.value).then(o,s)}d((i=i.apply(n,t||[])).next())}))};var __generator=this&&this.__generator||function(n,t){var r={label:0,sent:function(){if(e[0]&1)throw e[1];return e[1]},trys:[],ops:[]},i,a,e,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(n){return function(t){return d([n,t])}}function d(s){if(i)throw new TypeError("Generator is already executing.");while(o&&(o=0,s[0]&&(r=0)),r)try{if(i=1,a&&(e=s[0]&2?a["return"]:s[0]?a["throw"]||((e=a["return"])&&e.call(a),0):a.next)&&!(e=e.call(a,s[1])).done)return e;if(a=0,e)s=[s[0]&2,e.value];switch(s[0]){case 0:case 1:e=s;break;case 4:r.label++;return{value:s[1],done:false};case 5:r.label++;a=s[1];s=[0];continue;case 7:s=r.ops.pop();r.trys.pop();continue;default:if(!(e=r.trys,e=e.length>0&&e[e.length-1])&&(s[0]===6||s[0]===2)){r=0;continue}if(s[0]===3&&(!e||s[1]>e[0]&&s[1]<e[3])){r.label=s[1];break}if(s[0]===6&&r.label<e[1]){r.label=e[1];e=s;break}if(e&&r.label<e[2]){r.label=e[2];r.ops.push(s);break}if(e[2])r.ops.pop();r.trys.pop();continue}s=t.call(n,r)}catch(n){s=[6,n];a=0}finally{i=e=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};import{r as registerInstance,c as createEvent,h as h$4,H as Host,g as getElement}from"./index-40893e6d.js";var commonjsGlobal=typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};var dayjs_min={exports:{}};(function(n,t){!function(t,r){n.exports=r()}(commonjsGlobal,(function(){var n=1e3,t=6e4,r=36e5,i="millisecond",a="second",e="minute",o="hour",s="day",d="week",c="month",h="quarter",u="year",l="date",f="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,v=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,y={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(n){var t=["th","st","nd","rd"],r=n%100;return"["+n+(t[(r-20)%10]||t[r]||t[0])+"]"}},b=function(n,t,r){var i=String(n);return!i||i.length>=t?n:""+Array(t+1-i.length).join(r)+n},p={s:b,z:function(n){var t=-n.utcOffset(),r=Math.abs(t),i=Math.floor(r/60),a=r%60;return(t<=0?"+":"-")+b(i,2,"0")+":"+b(a,2,"0")},m:function n(t,r){if(t.date()<r.date())return-n(r,t);var i=12*(r.year()-t.year())+(r.month()-t.month()),a=t.clone().add(i,c),e=r-a<0,o=t.clone().add(i+(e?-1:1),c);return+(-(i+(r-a)/(e?a-o:o-a))||0)},a:function(n){return n<0?Math.ceil(n)||0:Math.floor(n)},p:function(n){return{M:c,y:u,w:d,d:s,D:l,h:o,m:e,s:a,ms:i,Q:h}[n]||String(n||"").toLowerCase().replace(/s$/,"")},u:function(n){return void 0===n}},g="en",w={};w[g]=y;var k="$isDayjsObject",$=function(n){return n instanceof _||!(!n||!n[k])},x=function n(t,r,i){var a;if(!t)return g;if("string"==typeof t){var e=t.toLowerCase();w[e]&&(a=e),r&&(w[e]=r,a=e);var o=t.split("-");if(!a&&o.length>1)return n(o[0])}else{var s=t.name;w[s]=t,a=s}return!i&&a&&(g=a),a||!i&&g},M=function(n,t){if($(n))return n.clone();var r="object"==typeof t?t:{};return r.date=n,r.args=arguments,new _(r)},S=p;S.l=x,S.i=$,S.w=function(n,t){return M(n,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var _=function(){function y(n){this.$L=x(n.locale,null,!0),this.parse(n),this.$x=this.$x||n.x||{},this[k]=!0}var b=y.prototype;return b.parse=function(n){this.$d=function(n){var t=n.date,r=n.utc;if(null===t)return new Date(NaN);if(S.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var i=t.match(m);if(i){var a=i[2]-1||0,e=(i[7]||"0").substring(0,3);return r?new Date(Date.UTC(i[1],a,i[3]||1,i[4]||0,i[5]||0,i[6]||0,e)):new Date(i[1],a,i[3]||1,i[4]||0,i[5]||0,i[6]||0,e)}}return new Date(t)}(n),this.init()},b.init=function(){var n=this.$d;this.$y=n.getFullYear(),this.$M=n.getMonth(),this.$D=n.getDate(),this.$W=n.getDay(),this.$H=n.getHours(),this.$m=n.getMinutes(),this.$s=n.getSeconds(),this.$ms=n.getMilliseconds()},b.$utils=function(){return S},b.isValid=function(){return!(this.$d.toString()===f)},b.isSame=function(n,t){var r=M(n);return this.startOf(t)<=r&&r<=this.endOf(t)},b.isAfter=function(n,t){return M(n)<this.startOf(t)},b.isBefore=function(n,t){return this.endOf(t)<M(n)},b.$g=function(n,t,r){return S.u(n)?this[t]:this.set(r,n)},b.unix=function(){return Math.floor(this.valueOf()/1e3)},b.valueOf=function(){return this.$d.getTime()},b.startOf=function(n,t){var r=this,i=!!S.u(t)||t,h=S.p(n),f=function(n,t){var a=S.w(r.$u?Date.UTC(r.$y,t,n):new Date(r.$y,t,n),r);return i?a:a.endOf(s)},m=function(n,t){return S.w(r.toDate()[n].apply(r.toDate("s"),(i?[0,0,0,0]:[23,59,59,999]).slice(t)),r)},v=this.$W,y=this.$M,b=this.$D,p="set"+(this.$u?"UTC":"");switch(h){case u:return i?f(1,0):f(31,11);case c:return i?f(1,y):f(0,y+1);case d:var g=this.$locale().weekStart||0,w=(v<g?v+7:v)-g;return f(i?b-w:b+(6-w),y);case s:case l:return m(p+"Hours",0);case o:return m(p+"Minutes",1);case e:return m(p+"Seconds",2);case a:return m(p+"Milliseconds",3);default:return this.clone()}},b.endOf=function(n){return this.startOf(n,!1)},b.$set=function(n,t){var r,d=S.p(n),h="set"+(this.$u?"UTC":""),f=(r={},r[s]=h+"Date",r[l]=h+"Date",r[c]=h+"Month",r[u]=h+"FullYear",r[o]=h+"Hours",r[e]=h+"Minutes",r[a]=h+"Seconds",r[i]=h+"Milliseconds",r)[d],m=d===s?this.$D+(t-this.$W):t;if(d===c||d===u){var v=this.clone().set(l,1);v.$d[f](m),v.init(),this.$d=v.set(l,Math.min(this.$D,v.daysInMonth())).$d}else f&&this.$d[f](m);return this.init(),this},b.set=function(n,t){return this.clone().$set(n,t)},b.get=function(n){return this[S.p(n)]()},b.add=function(i,h){var l,f=this;i=Number(i);var m=S.p(h),v=function(n){var t=M(f);return S.w(t.date(t.date()+Math.round(n*i)),f)};if(m===c)return this.set(c,this.$M+i);if(m===u)return this.set(u,this.$y+i);if(m===s)return v(1);if(m===d)return v(7);var y=(l={},l[e]=t,l[o]=r,l[a]=n,l)[m]||1,b=this.$d.getTime()+i*y;return S.w(b,this)},b.subtract=function(n,t){return this.add(-1*n,t)},b.format=function(n){var t=this,r=this.$locale();if(!this.isValid())return r.invalidDate||f;var i=n||"YYYY-MM-DDTHH:mm:ssZ",a=S.z(this),e=this.$H,o=this.$m,s=this.$M,d=r.weekdays,c=r.months,h=r.meridiem,u=function(n,r,a,e){return n&&(n[r]||n(t,i))||a[r].slice(0,e)},l=function(n){return S.s(e%12||12,n,"0")},m=h||function(n,t,r){var i=n<12?"AM":"PM";return r?i.toLowerCase():i};return i.replace(v,(function(n,i){return i||function(n){switch(n){case"YY":return String(t.$y).slice(-2);case"YYYY":return S.s(t.$y,4,"0");case"M":return s+1;case"MM":return S.s(s+1,2,"0");case"MMM":return u(r.monthsShort,s,c,3);case"MMMM":return u(c,s);case"D":return t.$D;case"DD":return S.s(t.$D,2,"0");case"d":return String(t.$W);case"dd":return u(r.weekdaysMin,t.$W,d,2);case"ddd":return u(r.weekdaysShort,t.$W,d,3);case"dddd":return d[t.$W];case"H":return String(e);case"HH":return S.s(e,2,"0");case"h":return l(1);case"hh":return l(2);case"a":return m(e,o,!0);case"A":return m(e,o,!1);case"m":return String(o);case"mm":return S.s(o,2,"0");case"s":return String(t.$s);case"ss":return S.s(t.$s,2,"0");case"SSS":return S.s(t.$ms,3,"0");case"Z":return a}return null}(n)||a.replace(":","")}))},b.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},b.diff=function(i,l,f){var m,v=this,y=S.p(l),b=M(i),p=(b.utcOffset()-this.utcOffset())*t,g=this-b,w=function(){return S.m(v,b)};switch(y){case u:m=w()/12;break;case c:m=w();break;case h:m=w()/3;break;case d:m=(g-p)/6048e5;break;case s:m=(g-p)/864e5;break;case o:m=g/r;break;case e:m=g/t;break;case a:m=g/n;break;default:m=g}return f?m:S.a(m)},b.daysInMonth=function(){return this.endOf(c).$D},b.$locale=function(){return w[this.$L]},b.locale=function(n,t){if(!n)return this.$L;var r=this.clone(),i=x(n,t,!0);return i&&(r.$L=i),r},b.clone=function(){return S.w(this.$d,this)},b.toDate=function(){return new Date(this.valueOf())},b.toJSON=function(){return this.isValid()?this.toISOString():null},b.toISOString=function(){return this.$d.toISOString()},b.toString=function(){return this.$d.toUTCString()},y}(),j=_.prototype;return M.prototype=j,[["$ms",i],["$s",a],["$m",e],["$H",o],["$W",s],["$M",c],["$y",u],["$D",l]].forEach((function(n){j[n[1]]=function(t){return this.$g(t,n[0],n[1])}})),M.extend=function(n,t){return n.$i||(n(t,_,M),n.$i=!0),M},M.locale=x,M.isDayjs=$,M.unix=function(n){return M(1e3*n)},M.en=w[g],M.Ls=w,M.p={},M}))})(dayjs_min);var dayjs=dayjs_min.exports;var dismiss$3="Κλείσιμο";var future$3="σε %s";var past$3="πριν από %s";var s$3="λίγα δευτ.";var m$3="1 λεπτό";var mm$3="%d λεπτά";var h$3="1 ώρα";var hh$3="%d ώρες";var d$3="1 ημέρα";var dd$3="%d ημέρες";var M$3="1 μήνας";var MM$3="%d μήνες";var y$3="1 έτος";var yy$3="%d έτη";var localeEl={dismiss:dismiss$3,future:future$3,past:past$3,s:s$3,m:m$3,mm:mm$3,h:h$3,hh:hh$3,d:d$3,dd:dd$3,M:M$3,MM:MM$3,y:y$3,yy:yy$3};var dismiss$2="Close";var future$2="in %s";var past$2="%s ago";var s$2="few sec";var m$2="1 min";var mm$2="%d mins";var h$2="1 hour";var hh$2="%d hours";var d$2="1 day";var dd$2="%d days";var M$2="1 month";var MM$2="%d months";var y$2="1 year";var yy$2="%d years";var localeEn={dismiss:dismiss$2,future:future$2,past:past$2,s:s$2,m:m$2,mm:mm$2,h:h$2,hh:hh$2,d:d$2,dd:dd$2,M:M$2,MM:MM$2,y:y$2,yy:yy$2};var dismiss$1="Cerrar";var future$1="en %s";var past$1="hace %s";var s$1="pocos seg";var m$1="1 min";var mm$1="%d mins";var h$1="1 hora";var hh$1="%d horas";var d$1="1 día";var dd$1="%d días";var M$1="1 mes";var MM$1="%d meses";var y$1="1 año";var yy$1="%d años";var localeEs={dismiss:dismiss$1,future:future$1,past:past$1,s:s$1,m:m$1,mm:mm$1,h:h$1,hh:hh$1,d:d$1,dd:dd$1,M:M$1,MM:MM$1,y:y$1,yy:yy$1};var dismiss="Chiudi";var future="tra %s";var past="%s fa";var s="pochi sec";var m="1 min";var mm="%d min";var h="1 ora";var hh="%d ore";var d="1 giorno";var dd="%d giorni";var M="1 mese";var MM="%d mesi";var y="1 anno";var yy="%d anni";var localeIt={dismiss:dismiss,future:future,past:past,s:s,m:m,mm:mm,h:h,hh:hh,d:d,dd:dd,M:M,MM:MM,y:y,yy:yy};var miBaselineCancel='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10s10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17L12 13.41L8.41 17L7 15.59L10.59 12L7 8.41L8.41 7L12 10.59L15.59 7L17 8.41L13.41 12L17 15.59z"/></svg>';var relativeTime$1={exports:{}};(function(n,t){!function(t,r){n.exports=r()}(commonjsGlobal,(function(){return function(n,t,r){n=n||{};var i=t.prototype,a={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function e(n,t,r,a){return i.fromToBase(n,t,r,a)}r.en.relativeTime=a,i.fromToBase=function(t,i,e,o,s){for(var d,c,h,u=e.$locale().relativeTime||a,l=n.thresholds||[{l:"s",r:44,d:"second"},{l:"m",r:89},{l:"mm",r:44,d:"minute"},{l:"h",r:89},{l:"hh",r:21,d:"hour"},{l:"d",r:35},{l:"dd",r:25,d:"day"},{l:"M",r:45},{l:"MM",r:10,d:"month"},{l:"y",r:17},{l:"yy",d:"year"}],f=l.length,m=0;m<f;m+=1){var v=l[m];v.d&&(d=o?r(t).diff(e,v.d,!0):e.diff(t,v.d,!0));var y=(n.rounding||Math.round)(Math.abs(d));if(h=d>0,y<=v.r||!v.r){y<=1&&m>0&&(v=l[m-1]);var b=u[v.l];s&&(y=s(""+y)),c="string"==typeof b?b.replace("%d",y):b(y,i,v.l,h);break}}if(i)return c;var p=h?u.future:u.past;return"function"==typeof p?p(c):p.replace("%s",c)},i.to=function(n,t){return e(n,t,this,!0)},i.from=function(n,t){return e(n,t,this)};var o=function(n){return n.$u?r.utc():r()};i.toNow=function(n){return this.to(o(this),n)},i.fromNow=function(n){return this.from(o(this),n)}}}))})(relativeTime$1);var relativeTime=relativeTime$1.exports;var mustache={exports:{}};(function(n,t){(function(t,r){n.exports=r()})(commonjsGlobal,(function(){
2
2
  /*!
3
3
  * mustache.js - Logic-less {{mustache}} templates with JavaScript
4
4
  * http://github.com/janl/mustache.js
5
5
  */
6
- var n=Object.prototype.toString;var t=Array.isArray||function t(i){return n.call(i)==="[object Array]"};function i(n){return typeof n==="function"}function r(n){return t(n)?"array":typeof n}function a(n){return n.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function o(n,t){return n!=null&&typeof n==="object"&&t in n}function e(n,t){return n!=null&&typeof n!=="object"&&n.hasOwnProperty&&n.hasOwnProperty(t)}var s=RegExp.prototype.test;function c(n,t){return s.call(n,t)}var u=/\S/;function h(n){return!c(u,n)}var l={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;","`":"&#x60;","=":"&#x3D;"};function d(n){return String(n).replace(/[&<>"'`=\/]/g,(function n(t){return l[t]}))}var f=/\s*/;var v=/\s+/;var m=/\s*=/;var b=/\s*\}/;var p=/#|\^|\/|>|\{|&|=|!/;function g(n,i){if(!n)return[];var r=false;var o=[];var e=[];var s=[];var c=false;var u=false;var l="";var d=0;function g(){if(c&&!u){while(s.length)delete e[s.pop()]}else{s=[]}c=false;u=false}var $,x,S;function _(n){if(typeof n==="string")n=n.split(v,2);if(!t(n)||n.length!==2)throw new Error("Invalid tags: "+n);$=new RegExp(a(n[0])+"\\s*");x=new RegExp("\\s*"+a(n[1]));S=new RegExp("\\s*"+a("}"+n[1]))}_(i||M.tags);var j=new k(n);var D,q,E,T,C,L;while(!j.eos()){D=j.pos;E=j.scanUntil($);if(E){for(var I=0,N=E.length;I<N;++I){T=E.charAt(I);if(h(T)){s.push(e.length);l+=T}else{u=true;r=true;l+=" "}e.push(["text",T,D,D+1]);D+=1;if(T==="\n"){g();l="";d=0;r=false}}}if(!j.scan($))break;c=true;q=j.scan(p)||"name";j.scan(f);if(q==="="){E=j.scanUntil(m);j.scan(m);j.scanUntil(x)}else if(q==="{"){E=j.scanUntil(S);j.scan(b);j.scanUntil(x);q="&"}else{E=j.scanUntil(x)}if(!j.scan(x))throw new Error("Unclosed tag at "+j.pos);if(q==">"){C=[q,E,D,j.pos,l,d,r]}else{C=[q,E,D,j.pos]}d++;e.push(C);if(q==="#"||q==="^"){o.push(C)}else if(q==="/"){L=o.pop();if(!L)throw new Error('Unopened section "'+E+'" at '+D);if(L[1]!==E)throw new Error('Unclosed section "'+L[1]+'" at '+D)}else if(q==="name"||q==="{"||q==="&"){u=true}else if(q==="="){_(E)}}g();L=o.pop();if(L)throw new Error('Unclosed section "'+L[1]+'" at '+j.pos);return w(y(e))}function y(n){var t=[];var i,r;for(var a=0,o=n.length;a<o;++a){i=n[a];if(i){if(i[0]==="text"&&r&&r[0]==="text"){r[1]+=i[1];r[3]=i[3]}else{t.push(i);r=i}}}return t}function w(n){var t=[];var i=t;var r=[];var a,o;for(var e=0,s=n.length;e<s;++e){a=n[e];switch(a[0]){case"#":case"^":i.push(a);r.push(a);i=a[4]=[];break;case"/":o=r.pop();o[5]=a[2];i=r.length>0?r[r.length-1][4]:t;break;default:i.push(a)}}return t}function k(n){this.string=n;this.tail=n;this.pos=0}k.prototype.eos=function n(){return this.tail===""};k.prototype.scan=function n(t){var i=this.tail.match(t);if(!i||i.index!==0)return"";var r=i[0];this.tail=this.tail.substring(r.length);this.pos+=r.length;return r};k.prototype.scanUntil=function n(t){var i=this.tail.search(t),r;switch(i){case-1:r=this.tail;this.tail="";break;case 0:r="";break;default:r=this.tail.substring(0,i);this.tail=this.tail.substring(i)}this.pos+=r.length;return r};function $(n,t){this.view=n;this.cache={".":this.view};this.parent=t}$.prototype.push=function n(t){return new $(t,this)};$.prototype.lookup=function n(t){var r=this.cache;var a;if(r.hasOwnProperty(t)){a=r[t]}else{var s=this,c,u,h,l=false;while(s){if(t.indexOf(".")>0){c=s.view;u=t.split(".");h=0;while(c!=null&&h<u.length){if(h===u.length-1)l=o(c,u[h])||e(c,u[h]);c=c[u[h++]]}}else{c=s.view[t];l=o(s.view,t)}if(l){a=c;break}s=s.parent}r[t]=a}if(i(a))a=a.call(this.view);return a};function x(){this.templateCache={_cache:{},set:function n(t,i){this._cache[t]=i},get:function n(t){return this._cache[t]},clear:function n(){this._cache={}}}}x.prototype.clearCache=function n(){if(typeof this.templateCache!=="undefined"){this.templateCache.clear()}};x.prototype.parse=function n(t,i){var r=this.templateCache;var a=t+":"+(i||M.tags).join(":");var o=typeof r!=="undefined";var e=o?r.get(a):undefined;if(e==undefined){e=g(t,i);o&&r.set(a,e)}return e};x.prototype.render=function n(t,i,r,a){var o=this.getConfigTags(a);var e=this.parse(t,o);var s=i instanceof $?i:new $(i,undefined);return this.renderTokens(e,s,r,t,a)};x.prototype.renderTokens=function n(t,i,r,a,o){var e="";var s,c,u;for(var h=0,l=t.length;h<l;++h){u=undefined;s=t[h];c=s[0];if(c==="#")u=this.renderSection(s,i,r,a,o);else if(c==="^")u=this.renderInverted(s,i,r,a,o);else if(c===">")u=this.renderPartial(s,i,r,o);else if(c==="&")u=this.unescapedValue(s,i);else if(c==="name")u=this.escapedValue(s,i,o);else if(c==="text")u=this.rawValue(s);if(u!==undefined)e+=u}return e};x.prototype.renderSection=function n(r,a,o,e,s){var c=this;var u="";var h=a.lookup(r[1]);function l(n){return c.render(n,a,o,s)}if(!h)return;if(t(h)){for(var d=0,f=h.length;d<f;++d){u+=this.renderTokens(r[4],a.push(h[d]),o,e,s)}}else if(typeof h==="object"||typeof h==="string"||typeof h==="number"){u+=this.renderTokens(r[4],a.push(h),o,e,s)}else if(i(h)){if(typeof e!=="string")throw new Error("Cannot use higher-order sections without the original template");h=h.call(a.view,e.slice(r[3],r[5]),l);if(h!=null)u+=h}else{u+=this.renderTokens(r[4],a,o,e,s)}return u};x.prototype.renderInverted=function n(i,r,a,o,e){var s=r.lookup(i[1]);if(!s||t(s)&&s.length===0)return this.renderTokens(i[4],r,a,o,e)};x.prototype.indentPartial=function n(t,i,r){var a=i.replace(/[^ \t]/g,"");var o=t.split("\n");for(var e=0;e<o.length;e++){if(o[e].length&&(e>0||!r)){o[e]=a+o[e]}}return o.join("\n")};x.prototype.renderPartial=function n(t,r,a,o){if(!a)return;var e=this.getConfigTags(o);var s=i(a)?a(t[1]):a[t[1]];if(s!=null){var c=t[6];var u=t[5];var h=t[4];var l=s;if(u==0&&h){l=this.indentPartial(s,h,c)}var d=this.parse(l,e);return this.renderTokens(d,r,a,l,o)}};x.prototype.unescapedValue=function n(t,i){var r=i.lookup(t[1]);if(r!=null)return r};x.prototype.escapedValue=function n(t,i,r){var a=this.getConfigEscape(r)||M.escape;var o=i.lookup(t[1]);if(o!=null)return typeof o==="number"&&a===M.escape?String(o):a(o)};x.prototype.rawValue=function n(t){return t[1]};x.prototype.getConfigTags=function n(i){if(t(i)){return i}else if(i&&typeof i==="object"){return i.tags}else{return undefined}};x.prototype.getConfigEscape=function n(i){if(i&&typeof i==="object"&&!t(i)){return i.escape}else{return undefined}};var M={name:"mustache.js",version:"4.2.0",tags:["{{","}}"],clearCache:undefined,escape:undefined,parse:undefined,render:undefined,Scanner:undefined,Context:undefined,Writer:undefined,set templateCache(n){S.templateCache=n},get templateCache(){return S.templateCache}};var S=new x;M.clearCache=function n(){return S.clearCache()};M.parse=function n(t,i){return S.parse(t,i)};M.render=function n(t,i,a,o){if(typeof t!=="string"){throw new TypeError('Invalid template! Template should be a "string" '+'but "'+r(t)+'" was given as the first '+"argument for mustache#render(template, view, partials)")}return S.render(t,i,a,o)};M.escape=d;M.Scanner=k;M.Context=$;M.Writer=x;return M}))})(mustache);var Locale=function(){function n(n){var t=this;this.rollbackLanguage="en";this.set=function(n){t.config=n};this.lang=function(n){t.element=n;t.closestElement=t.element.closest("[lang]");if(t.closestElement){if(t.closestElement.lang){t.language=t.closestElement.lang;return t.language}}t.language=t.rollbackLanguage;return t.language};this.update=function(n){var i=n!==null&&n!==void 0?n:t.element.shadowRoot;i&&i.querySelectorAll("*").forEach((function(n){if(n.tagName.toLowerCase().startsWith("mds-")){if(n&&"updateLang"in n){n.updateLang()}}}))};this.pluralize=function(n,i){var r=t.config[t.language]?t.config[t.language][n]:t.config[t.rollbackLanguage][n];var a=[];if(Array.isArray(r)){a.push(r[0]);a.push(r[1])}else{a.push(r);a.push(r)}var o=a[0];var e=o;var s=Object.keys(i);if(s.length>0){var c=s[0];if(typeof i[c]==="number"){if(i[c]!==1){e=a[1]}}}return mustache.exports.render(e,i)};this.get=function(n,i){if(i){return t.pluralize(n,i)}return t.config[t.language]?t.config[t.language][n]:t.config[t.rollbackLanguage][n]};if(n){this.set(n)}}return n}();var ISO8601RegexString="^\\d{4}(-\\d{2})?(-\\d{2})?(T\\d{2}(:\\d{2})?(:\\d{2})?(\\.\\d{3})?)?([+-]\\d{2}:\\d{2}|Z)?$";var isISO8601Date=function(n){var t=new RegExp(ISO8601RegexString);return t.test(n)};var sanitizeISO8601Date=function(n){if(isISO8601Date(n)){return n}return new Date(n).toISOString()};var mdsPushNotificationCss='@tailwind components;\n@tailwind utilities;\n\n:host {\n\n --mds-push-notification-duration: 200ms;\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--tone-neutral-04));\n --mds-push-notification-message-line-clamp: 2;\n --mds-push-notification-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);\n --mds-push-notification-subject-line-clamp: 1;\n --mds-push-notification-timing-function: cubic-bezier(1, 0, 0, 1);\n min-width: 18rem;\n max-width: 20rem;\n gap: 1rem;\n border-radius: 0.5rem;\n padding: 1rem;\n padding-right: 2rem;\n\n -ms-flex-align: start;\n\n align-items: flex-start;\n background-color: rgb(var(--tone-neutral));\n -webkit-box-shadow: var(--mds-push-notification-shadow);\n box-shadow: var(--mds-push-notification-shadow);\n color: rgb(var(--tone-neutral-02));\n display: -ms-flexbox;\n display: flex;\n pointer-events: auto;\n position: relative;\n -webkit-transition-duration: var(--mds-push-notification-duration);\n transition-duration: var(--mds-push-notification-duration);\n -webkit-transition-property: background-color, color, margin, -webkit-box-shadow, -webkit-transform;\n transition-property: background-color, color, margin, -webkit-box-shadow, -webkit-transform;\n transition-property: background-color, box-shadow, color, margin, transform;\n transition-property: background-color, box-shadow, color, margin, transform, -webkit-box-shadow, -webkit-transform;\n -webkit-transition-timing-function: var(--mds-push-notification-timing-function);\n transition-timing-function: var(--mds-push-notification-timing-function);\n}\n\n:host([deletable="false"]){\n\n padding-right: 1rem;\n}\n\n.content {\n display: grid;\n -ms-flex-positive: 1;\n flex-grow: 1;\n}\n\n.actions{\n\n gap: 0.5rem;\n\n padding-top: 0.5rem;\n\n display: -ms-flexbox;\n\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n min-width: 1px;\n}\n\n.avatar,\n.picture {\n -ms-flex-negative: 0;\n flex-shrink: 0;\n}\n\n.picture{\n\n max-width: 3rem;\n\n border-radius: 0.25rem;\n\n -webkit-box-shadow: 0 0 1px 1px rgb(0 0 0 / 0.06), 0 1px 2px 0 rgb(0 0 0 / 0.05);\n\n box-shadow: 0 0 1px 1px rgb(0 0 0 / 0.06), 0 1px 2px 0 rgb(0 0 0 / 0.05);\n width: 100%;\n}\n\n.close-button{\n\n padding: 0.375rem;\n\n -webkit-transition-property: opacity;\n\n transition-property: opacity;\n\n -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n\n -webkit-transition-duration: 150ms;\n\n transition-duration: 150ms;\n\n background-color: transparent;\n fill: rgb(var(--tone-neutral-06));\n opacity: 0;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n:host(:hover) .close-button {\n opacity: 1;\n}\n\n.close-button:focus-visible,\n.close-button:hover {\n fill: rgb(var(--tone-neutral-03));\n opacity: 1;\n}\n\n.header{\n\n gap: 0.25rem;\n\n -ms-flex-align: baseline;\n\n align-items: baseline;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-pack: justify;\n justify-content: space-between;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.infos {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n\n.time{\n\n margin-right: 0.25rem;\n\n -ms-flex-negative: 0;\n\n flex-shrink: 0;\n white-space: nowrap;\n}\n\n.subject {\n\n --mds-text-line-clamp: var(--mds-push-notification-subject-line-clamp);\n\n line-height: 1.25rem;\n text-overflow: ellipsis;\n}\n\n.message {\n\n --mds-text-line-clamp: var(--mds-push-notification-message-line-clamp);\n\n line-height: 1.25rem;\n text-overflow: ellipsis;\n}\n\n.avatar{\n\n height: 2.25rem;\n\n width: 2.25rem;\n\n background-color: var(--mds-push-notification-icon-background-color);\n border-radius: 1000px;\n fill: var(--mds-push-notification-icon-color);\n}\n\n.avatar::part(svg){\n\n width: 1.5rem;\n}\n\n:host([src]) .avatar {\n background-color: transparent;\n}\n\n:host([icon]) .avatar::part(wrapper){\n\n padding: 0.375rem;\n}\n\n@tailwind utilities;\n\n:host( [variant="primary"][tone="strong"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--variant-primary-05));\n --mds-push-notification-icon-color: rgb(var(--variant-primary-10));\n}\n\n:host( [variant="primary"] ),\n:host( [variant="primary"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--variant-primary-09));\n --mds-push-notification-icon-color: rgb(var(--variant-primary-05));\n}\n\n:host( [variant="primary"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--variant-primary-05));\n}\n\n@tailwind utilities;\n\n:host( [variant="orange"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-orange-05));\n --mds-push-notification-icon-color: rgb(var(--label-orange-10));\n}\n\n:host( [variant="orange"] ),\n:host( [variant="orange"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-orange-09));\n --mds-push-notification-icon-color: rgb(var(--label-orange-05));\n}\n\n:host( [variant="orange"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-orange-05));\n}\n\n:host( [variant="amaranth"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-amaranth-05));\n --mds-push-notification-icon-color: rgb(var(--label-amaranth-10));\n}\n\n:host( [variant="amaranth"] ),\n:host( [variant="amaranth"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-amaranth-09));\n --mds-push-notification-icon-color: rgb(var(--label-amaranth-05));\n}\n\n:host( [variant="amaranth"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-amaranth-05));\n}\n\n:host( [variant="orchid"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-orchid-05));\n --mds-push-notification-icon-color: rgb(var(--label-orchid-10));\n}\n\n:host( [variant="orchid"] ),\n:host( [variant="orchid"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-orchid-09));\n --mds-push-notification-icon-color: rgb(var(--label-orchid-05));\n}\n\n:host( [variant="orchid"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-orchid-05));\n}\n\n:host( [variant="violet"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-violet-05));\n --mds-push-notification-icon-color: rgb(var(--label-violet-10));\n}\n\n:host( [variant="violet"] ),\n:host( [variant="violet"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-violet-09));\n --mds-push-notification-icon-color: rgb(var(--label-violet-05));\n}\n\n:host( [variant="violet"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-violet-05));\n}\n\n:host( [variant="blue"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-blue-05));\n --mds-push-notification-icon-color: rgb(var(--label-blue-10));\n}\n\n:host( [variant="blue"] ),\n:host( [variant="blue"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-blue-09));\n --mds-push-notification-icon-color: rgb(var(--label-blue-05));\n}\n\n:host( [variant="blue"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-blue-05));\n}\n\n:host( [variant="sky"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-sky-05));\n --mds-push-notification-icon-color: rgb(var(--label-sky-10));\n}\n\n:host( [variant="sky"] ),\n:host( [variant="sky"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-sky-09));\n --mds-push-notification-icon-color: rgb(var(--label-sky-05));\n}\n\n:host( [variant="sky"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-sky-05));\n}\n\n:host( [variant="aqua"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-aqua-05));\n --mds-push-notification-icon-color: rgb(var(--label-aqua-10));\n}\n\n:host( [variant="aqua"] ),\n:host( [variant="aqua"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-aqua-09));\n --mds-push-notification-icon-color: rgb(var(--label-aqua-05));\n}\n\n:host( [variant="aqua"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-aqua-05));\n}\n\n:host( [variant="green"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-green-05));\n --mds-push-notification-icon-color: rgb(var(--label-green-10));\n}\n\n:host( [variant="green"] ),\n:host( [variant="green"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-green-09));\n --mds-push-notification-icon-color: rgb(var(--label-green-05));\n}\n\n:host( [variant="green"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-green-05));\n}\n\n:host( [variant="lime"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-lime-05));\n --mds-push-notification-icon-color: rgb(var(--label-lime-10));\n}\n\n:host( [variant="lime"] ),\n:host( [variant="lime"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-lime-09));\n --mds-push-notification-icon-color: rgb(var(--label-lime-05));\n}\n\n:host( [variant="lime"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-lime-05));\n}\n\n:host( [variant="yellow"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-yellow-05));\n --mds-push-notification-icon-color: rgb(var(--label-yellow-10));\n}\n\n:host( [variant="yellow"] ),\n:host( [variant="yellow"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-yellow-09));\n --mds-push-notification-icon-color: rgb(var(--label-yellow-05));\n}\n\n:host( [variant="yellow"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-yellow-05));\n}\n\n@tailwind utilities;\n\n:host( [variant="error"][tone="strong"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-error-05));\n --mds-push-notification-icon-color: rgb(var(--status-error-10));\n}\n\n:host( [variant="error"] ),\n:host( [variant="error"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-error-09));\n --mds-push-notification-icon-color: rgb(var(--status-error-05));\n}\n\n:host( [variant="error"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--status-error-05));\n}\n\n:host( [variant="warning"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--status-warning-05));\n --mds-push-notification-icon-color: rgb(var(--status-warning-10));\n}\n\n:host( [variant="warning"] ),\n:host( [variant="warning"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-warning-09));\n --mds-push-notification-icon-color: rgb(var(--status-warning-05));\n}\n\n:host( [variant="warning"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--status-warning-05));\n}\n\n:host( [variant="success"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--status-success-05));\n --mds-push-notification-icon-color: rgb(var(--status-success-10));\n}\n\n:host( [variant="success"] ),\n:host( [variant="success"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-success-09));\n --mds-push-notification-icon-color: rgb(var(--status-success-05));\n}\n\n:host( [variant="success"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--status-success-05));\n}\n\n:host( [variant="info"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--status-info-05));\n --mds-push-notification-icon-color: rgb(var(--status-info-10));\n}\n\n:host( [variant="info"] ),\n:host( [variant="info"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-info-09));\n --mds-push-notification-icon-color: rgb(var(--status-info-05));\n}\n\n:host( [variant="info"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--status-info-05));\n}\n\n@tailwind utilities;\n\n@container style(--magma-pref-animation: reduce) {\n :host,\n .close-button {\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n }\n}\n\n@container style(--magma-pref-animation: system) {\n\n @media (prefers-reduced-motion) {\n :host,\n .close-button {\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n }\n }\n}\n\n@tailwind utilities;\n\n@container style(--magma-pref-theme: dark) {\n :host {\n\n --mds-push-notification-shadow: 0 0 0 1px rgb(var(--tone-neutral-01) / 0.3) inset;\n }\n}\n\n@container style(--magma-pref-theme: system) {\n\n @media (prefers-color-scheme: dark) {\n :host {\n\n --mds-push-notification-shadow: 0 0 0 1px rgb(var(--tone-neutral-01) / 0.3) inset;\n }\n }\n}\n\n@container style(--magma-pref-contrast: more) {\n :host {\n\n --mds-push-notification-shadow: 0 0 0 2px rgb(var(--tone-neutral-01) / 0.6) inset;\n\n color: rgb(var(--tone-neutral-01));\n }\n}\n\n@container style(--magma-pref-contrast: system) {\n\n @media (prefers-contrast: more) {\n :host {\n\n --mds-push-notification-shadow: 0 0 0 2px rgb(var(--tone-neutral-01) / 0.6) inset;\n\n color: rgb(var(--tone-neutral-01));\n }\n }\n}\n\n';var MdsPushNotificationStyle0=mdsPushNotificationCss;dayjs.extend(relativeTime);var MdsPushNotification=function(){function n(n){var t=this;registerInstance(this,n);this.closedEvent=createEvent(this,"mdsPushNotificationClose",7);this.t=new Locale({el:localeEl,en:localeEn,es:localeEs,it:localeIt});this.onClickClose=function(n){n.stopPropagation();t.closedEvent.emit()};this.language=undefined;this.datetime=undefined;this.dateFormat="timeago";this.deletable=true;this.icon=undefined;this.initials=undefined;this.message="Nessun messaggio disponibile";this.preview="image";this.src=undefined;this.subject=undefined;this.tone="weak";this.variant=undefined}n.prototype.updateLang=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){this.language=this.t.lang(this.host);return[2]}))}))};n.prototype.componentWillLoad=function(){var n;this.hasActions=this.host.querySelector('[slot="actions"]')!==null;this.hasBadge=this.host.querySelector('[slot="badge"]')!==null;if(this.datetime){this.datetime=sanitizeISO8601Date((n=this.datetime)===null||n===void 0?void 0:n.toString())}this.t.lang(this.host);var t={future:this.t.get("future"),past:this.t.get("past"),s:this.t.get("s"),m:this.t.get("m"),mm:this.t.get("mm"),h:this.t.get("h"),hh:this.t.get("hh"),d:this.t.get("d"),dd:this.t.get("dd"),M:this.t.get("M"),MM:this.t.get("MM"),y:this.t.get("y"),yy:this.t.get("yy")};dayjs.locale("custom-locale",{relativeTime:t})};n.prototype.render=function(){var n;return h$4(Host,{key:"ca899101a9c26450da9eb84acfe90b3114ca4231"},((n=this.icon)!==null&&n!==void 0?n:this.preview==="avatar")&&h$4("mds-avatar",{key:"2440255e356dc29ac4ff3043f8f1dea40db036cc",class:"avatar",icon:this.icon,initials:this.initials,part:"avatar",src:this.src,tone:this.tone,variant:this.variant}),this.src&&this.preview!=="avatar"&&h$4("mds-img",{key:"09641cbadb6b8ce0d93d99fa0b4cc271e264cd8b",class:"picture",part:"picture",src:this.src}),h$4("div",{key:"161f883ef9e1f0deaee84cd421d3a776ea86d336",class:"content",part:"content"},h$4("div",{key:"b61782b62a16064d841e546489eabd8ee2aa1f21",class:"header"},h$4("div",{key:"02463af834b5c7f98a38dc6defc1c55ce01930bd",class:"infos"},this.hasBadge&&h$4("div",{key:"a3f13e3d63edc69705f11d082b875811cfcc7aab"},h$4("slot",{key:"4d9700269231a39130483c4c62e169051c82c863",name:"badge"})),this.subject&&h$4("mds-text",{key:"dc4550b30b02fd37a097db6ea2ed1076ea7794bd",class:"subject",typography:"h6",variant:"title",truncate:"all"},this.subject)),this.datetime&&h$4("mds-text",{key:"6b2b852330706a607c4c9dfb1178f98218a2ac6b",class:"time",typography:"option"},this.dateFormat==="timeago"?dayjs(this.datetime).fromNow():dayjs(this.datetime).format(this.dateFormat))),h$4("mds-text",{key:"dc624ccb1feb0fcaed8d25a672312930f2a4812d",class:"message",truncate:"all",typography:"caption",variant:"info"},this.message),this.hasActions&&h$4("div",{key:"ff8cdd1a38b50041ebf11314c7fe3ad17d1b5d7f",class:"actions",part:"actions"},h$4("slot",{key:"3932ede2f98b5a97300c9536d5e4cf9bf82c5836",name:"actions"}))),this.deletable&&h$4("mds-button",{key:"3be9139ed74f8a9a0425c01cc6ceff541771057b",class:"close-button",title:this.t.get("dismiss"),icon:miBaselineCancel,onClick:this.onClickClose.bind(this)}))};Object.defineProperty(n.prototype,"host",{get:function(){return getElement(this)},enumerable:false,configurable:true});return n}();MdsPushNotification.style=MdsPushNotificationStyle0;export{MdsPushNotification as mds_push_notification};
6
+ var n=Object.prototype.toString;var t=Array.isArray||function t(r){return n.call(r)==="[object Array]"};function r(n){return typeof n==="function"}function i(n){return t(n)?"array":typeof n}function a(n){return n.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function e(n,t){return n!=null&&typeof n==="object"&&t in n}function o(n,t){return n!=null&&typeof n!=="object"&&n.hasOwnProperty&&n.hasOwnProperty(t)}var s=RegExp.prototype.test;function d(n,t){return s.call(n,t)}var c=/\S/;function h(n){return!d(c,n)}var u={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;","`":"&#x60;","=":"&#x3D;"};function l(n){return String(n).replace(/[&<>"'`=\/]/g,(function n(t){return u[t]}))}var f=/\s*/;var m=/\s+/;var v=/\s*=/;var y=/\s*\}/;var b=/#|\^|\/|>|\{|&|=|!/;function p(n,r){if(!n)return[];var i=false;var e=[];var o=[];var s=[];var d=false;var c=false;var u="";var l=0;function p(){if(d&&!c){while(s.length)delete o[s.pop()]}else{s=[]}d=false;c=false}var $,x,S;function _(n){if(typeof n==="string")n=n.split(m,2);if(!t(n)||n.length!==2)throw new Error("Invalid tags: "+n);$=new RegExp(a(n[0])+"\\s*");x=new RegExp("\\s*"+a(n[1]));S=new RegExp("\\s*"+a("}"+n[1]))}_(r||M.tags);var j=new k(n);var D,q,E,T,C,L;while(!j.eos()){D=j.pos;E=j.scanUntil($);if(E){for(var O=0,I=E.length;O<I;++O){T=E.charAt(O);if(h(T)){s.push(o.length);u+=T}else{c=true;i=true;u+=" "}o.push(["text",T,D,D+1]);D+=1;if(T==="\n"){p();u="";l=0;i=false}}}if(!j.scan($))break;d=true;q=j.scan(b)||"name";j.scan(f);if(q==="="){E=j.scanUntil(v);j.scan(v);j.scanUntil(x)}else if(q==="{"){E=j.scanUntil(S);j.scan(y);j.scanUntil(x);q="&"}else{E=j.scanUntil(x)}if(!j.scan(x))throw new Error("Unclosed tag at "+j.pos);if(q==">"){C=[q,E,D,j.pos,u,l,i]}else{C=[q,E,D,j.pos]}l++;o.push(C);if(q==="#"||q==="^"){e.push(C)}else if(q==="/"){L=e.pop();if(!L)throw new Error('Unopened section "'+E+'" at '+D);if(L[1]!==E)throw new Error('Unclosed section "'+L[1]+'" at '+D)}else if(q==="name"||q==="{"||q==="&"){c=true}else if(q==="="){_(E)}}p();L=e.pop();if(L)throw new Error('Unclosed section "'+L[1]+'" at '+j.pos);return w(g(o))}function g(n){var t=[];var r,i;for(var a=0,e=n.length;a<e;++a){r=n[a];if(r){if(r[0]==="text"&&i&&i[0]==="text"){i[1]+=r[1];i[3]=r[3]}else{t.push(r);i=r}}}return t}function w(n){var t=[];var r=t;var i=[];var a,e;for(var o=0,s=n.length;o<s;++o){a=n[o];switch(a[0]){case"#":case"^":r.push(a);i.push(a);r=a[4]=[];break;case"/":e=i.pop();e[5]=a[2];r=i.length>0?i[i.length-1][4]:t;break;default:r.push(a)}}return t}function k(n){this.string=n;this.tail=n;this.pos=0}k.prototype.eos=function n(){return this.tail===""};k.prototype.scan=function n(t){var r=this.tail.match(t);if(!r||r.index!==0)return"";var i=r[0];this.tail=this.tail.substring(i.length);this.pos+=i.length;return i};k.prototype.scanUntil=function n(t){var r=this.tail.search(t),i;switch(r){case-1:i=this.tail;this.tail="";break;case 0:i="";break;default:i=this.tail.substring(0,r);this.tail=this.tail.substring(r)}this.pos+=i.length;return i};function $(n,t){this.view=n;this.cache={".":this.view};this.parent=t}$.prototype.push=function n(t){return new $(t,this)};$.prototype.lookup=function n(t){var i=this.cache;var a;if(i.hasOwnProperty(t)){a=i[t]}else{var s=this,d,c,h,u=false;while(s){if(t.indexOf(".")>0){d=s.view;c=t.split(".");h=0;while(d!=null&&h<c.length){if(h===c.length-1)u=e(d,c[h])||o(d,c[h]);d=d[c[h++]]}}else{d=s.view[t];u=e(s.view,t)}if(u){a=d;break}s=s.parent}i[t]=a}if(r(a))a=a.call(this.view);return a};function x(){this.templateCache={_cache:{},set:function n(t,r){this._cache[t]=r},get:function n(t){return this._cache[t]},clear:function n(){this._cache={}}}}x.prototype.clearCache=function n(){if(typeof this.templateCache!=="undefined"){this.templateCache.clear()}};x.prototype.parse=function n(t,r){var i=this.templateCache;var a=t+":"+(r||M.tags).join(":");var e=typeof i!=="undefined";var o=e?i.get(a):undefined;if(o==undefined){o=p(t,r);e&&i.set(a,o)}return o};x.prototype.render=function n(t,r,i,a){var e=this.getConfigTags(a);var o=this.parse(t,e);var s=r instanceof $?r:new $(r,undefined);return this.renderTokens(o,s,i,t,a)};x.prototype.renderTokens=function n(t,r,i,a,e){var o="";var s,d,c;for(var h=0,u=t.length;h<u;++h){c=undefined;s=t[h];d=s[0];if(d==="#")c=this.renderSection(s,r,i,a,e);else if(d==="^")c=this.renderInverted(s,r,i,a,e);else if(d===">")c=this.renderPartial(s,r,i,e);else if(d==="&")c=this.unescapedValue(s,r);else if(d==="name")c=this.escapedValue(s,r,e);else if(d==="text")c=this.rawValue(s);if(c!==undefined)o+=c}return o};x.prototype.renderSection=function n(i,a,e,o,s){var d=this;var c="";var h=a.lookup(i[1]);function u(n){return d.render(n,a,e,s)}if(!h)return;if(t(h)){for(var l=0,f=h.length;l<f;++l){c+=this.renderTokens(i[4],a.push(h[l]),e,o,s)}}else if(typeof h==="object"||typeof h==="string"||typeof h==="number"){c+=this.renderTokens(i[4],a.push(h),e,o,s)}else if(r(h)){if(typeof o!=="string")throw new Error("Cannot use higher-order sections without the original template");h=h.call(a.view,o.slice(i[3],i[5]),u);if(h!=null)c+=h}else{c+=this.renderTokens(i[4],a,e,o,s)}return c};x.prototype.renderInverted=function n(r,i,a,e,o){var s=i.lookup(r[1]);if(!s||t(s)&&s.length===0)return this.renderTokens(r[4],i,a,e,o)};x.prototype.indentPartial=function n(t,r,i){var a=r.replace(/[^ \t]/g,"");var e=t.split("\n");for(var o=0;o<e.length;o++){if(e[o].length&&(o>0||!i)){e[o]=a+e[o]}}return e.join("\n")};x.prototype.renderPartial=function n(t,i,a,e){if(!a)return;var o=this.getConfigTags(e);var s=r(a)?a(t[1]):a[t[1]];if(s!=null){var d=t[6];var c=t[5];var h=t[4];var u=s;if(c==0&&h){u=this.indentPartial(s,h,d)}var l=this.parse(u,o);return this.renderTokens(l,i,a,u,e)}};x.prototype.unescapedValue=function n(t,r){var i=r.lookup(t[1]);if(i!=null)return i};x.prototype.escapedValue=function n(t,r,i){var a=this.getConfigEscape(i)||M.escape;var e=r.lookup(t[1]);if(e!=null)return typeof e==="number"&&a===M.escape?String(e):a(e)};x.prototype.rawValue=function n(t){return t[1]};x.prototype.getConfigTags=function n(r){if(t(r)){return r}else if(r&&typeof r==="object"){return r.tags}else{return undefined}};x.prototype.getConfigEscape=function n(r){if(r&&typeof r==="object"&&!t(r)){return r.escape}else{return undefined}};var M={name:"mustache.js",version:"4.2.0",tags:["{{","}}"],clearCache:undefined,escape:undefined,parse:undefined,render:undefined,Scanner:undefined,Context:undefined,Writer:undefined,set templateCache(n){S.templateCache=n},get templateCache(){return S.templateCache}};var S=new x;M.clearCache=function n(){return S.clearCache()};M.parse=function n(t,r){return S.parse(t,r)};M.render=function n(t,r,a,e){if(typeof t!=="string"){throw new TypeError('Invalid template! Template should be a "string" '+'but "'+i(t)+'" was given as the first '+"argument for mustache#render(template, view, partials)")}return S.render(t,r,a,e)};M.escape=l;M.Scanner=k;M.Context=$;M.Writer=x;return M}))})(mustache);var Locale=function(){function n(n){var t=this;this.rollbackLanguage="en";this.set=function(n){t.config=n};this.lang=function(n){t.element=n;t.closestElement=t.element.closest("[lang]");if(t.closestElement){if(t.closestElement.lang){t.language=t.closestElement.lang;return t.language}}t.language=t.rollbackLanguage;return t.language};this.update=function(n){var r=n!==null&&n!==void 0?n:t.element.shadowRoot;r&&r.querySelectorAll("*").forEach((function(n){if(n.tagName.toLowerCase().startsWith("mds-")){if(n&&"updateLang"in n){n.updateLang()}}}))};this.pluralize=function(n,r){var i=t.config[t.language]?t.config[t.language][n]:t.config[t.rollbackLanguage][n];var a=[];if(Array.isArray(i)){a.push(i[0]);a.push(i[1])}else{a.push(i);a.push(i)}var e=a[0];var o=e;var s=Object.keys(r);if(s.length>0){var d=s[0];if(typeof r[d]==="number"){if(r[d]!==1){o=a[1]}}}return mustache.exports.render(o,r)};this.get=function(n,r){if(r){return t.pluralize(n,r)}return t.config[t.language]?t.config[t.language][n]:t.config[t.rollbackLanguage][n]};if(n){this.set(n)}}return n}();var ISO8601RegexString="^\\d{4}(-\\d{2})?(-\\d{2})?(T\\d{2}(:\\d{2})?(:\\d{2})?(\\.\\d{3})?)?([+-]\\d{2}:\\d{2}|Z)?$";var isISO8601Date=function(n){var t=new RegExp(ISO8601RegexString);return t.test(n)};var sanitizeISO8601Date=function(n){if(isISO8601Date(n)){return n}return new Date(n).toISOString()};var mdsPushNotificationCss='@tailwind components;\n@tailwind utilities;\n\n:host {\n\n --mds-push-notification-duration: 200ms;\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--tone-neutral-04));\n --mds-push-notification-message-line-clamp: 2;\n --mds-push-notification-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);\n --mds-push-notification-subject-line-clamp: 1;\n --mds-push-notification-timing-function: cubic-bezier(1, 0, 0, 1);\n min-width: 18rem;\n max-width: 20rem;\n gap: 1rem;\n border-radius: 0.5rem;\n padding: 1rem;\n padding-right: 2rem;\n\n -ms-flex-align: start;\n\n align-items: flex-start;\n background-color: rgb(var(--tone-neutral));\n -webkit-box-shadow: var(--mds-push-notification-shadow);\n box-shadow: var(--mds-push-notification-shadow);\n color: rgb(var(--tone-neutral-02));\n display: -ms-flexbox;\n display: flex;\n pointer-events: auto;\n position: relative;\n -webkit-transition-duration: var(--mds-push-notification-duration);\n transition-duration: var(--mds-push-notification-duration);\n -webkit-transition-property: background-color, color, margin, -webkit-box-shadow, -webkit-transform;\n transition-property: background-color, color, margin, -webkit-box-shadow, -webkit-transform;\n transition-property: background-color, box-shadow, color, margin, transform;\n transition-property: background-color, box-shadow, color, margin, transform, -webkit-box-shadow, -webkit-transform;\n -webkit-transition-timing-function: var(--mds-push-notification-timing-function);\n transition-timing-function: var(--mds-push-notification-timing-function);\n}\n\n:host([deletable="false"]){\n\n padding-right: 1rem;\n}\n\n.content {\n display: grid;\n -ms-flex-positive: 1;\n flex-grow: 1;\n}\n\n.actions{\n\n gap: 0.5rem;\n\n padding-top: 0.5rem;\n\n display: -ms-flexbox;\n\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n min-width: 1px;\n}\n\n.avatar,\n.picture {\n -ms-flex-negative: 0;\n flex-shrink: 0;\n}\n\n.picture{\n\n max-width: 3rem;\n\n border-radius: 0.25rem;\n\n -webkit-box-shadow: 0 0 1px 1px rgb(0 0 0 / 0.06), 0 1px 2px 0 rgb(0 0 0 / 0.05);\n\n box-shadow: 0 0 1px 1px rgb(0 0 0 / 0.06), 0 1px 2px 0 rgb(0 0 0 / 0.05);\n width: 100%;\n}\n\n.close-button{\n\n padding: 0.375rem;\n\n -webkit-transition-property: opacity;\n\n transition-property: opacity;\n\n -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n\n -webkit-transition-duration: 150ms;\n\n transition-duration: 150ms;\n\n background-color: transparent;\n fill: rgb(var(--tone-neutral-06));\n opacity: 0;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n:host(:hover) .close-button {\n opacity: 1;\n}\n\n.close-button:focus-visible,\n.close-button:hover {\n fill: rgb(var(--tone-neutral-03));\n opacity: 1;\n}\n\n.header{\n\n gap: 0.25rem;\n\n -ms-flex-align: baseline;\n\n align-items: baseline;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-pack: justify;\n justify-content: space-between;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.infos {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n\n.time{\n\n margin-right: 0.25rem;\n\n -ms-flex-negative: 0;\n\n flex-shrink: 0;\n white-space: nowrap;\n}\n\n.subject {\n\n --mds-text-line-clamp: var(--mds-push-notification-subject-line-clamp);\n\n line-height: 0.875rem;\n text-overflow: ellipsis;\n}\n\n.message {\n\n --mds-text-line-clamp: var(--mds-push-notification-message-line-clamp);\n\n line-height: 0.875rem;\n text-overflow: ellipsis;\n}\n\n.avatar{\n\n height: 2.25rem;\n\n width: 2.25rem;\n\n background-color: var(--mds-push-notification-icon-background-color);\n border-radius: 1000px;\n fill: var(--mds-push-notification-icon-color);\n}\n\n.avatar::part(svg){\n\n width: 1.5rem;\n}\n\n:host([src]) .avatar {\n background-color: transparent;\n}\n\n:host([icon]) .avatar::part(wrapper){\n\n padding: 0.375rem;\n}\n\n@tailwind utilities;\n\n:host( [variant="primary"][tone="strong"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--variant-primary-05));\n --mds-push-notification-icon-color: rgb(var(--variant-primary-10));\n}\n\n:host( [variant="primary"] ),\n:host( [variant="primary"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--variant-primary-09));\n --mds-push-notification-icon-color: rgb(var(--variant-primary-05));\n}\n\n:host( [variant="primary"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--variant-primary-05));\n}\n\n@tailwind utilities;\n\n:host( [variant="orange"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-orange-05));\n --mds-push-notification-icon-color: rgb(var(--label-orange-10));\n}\n\n:host( [variant="orange"] ),\n:host( [variant="orange"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-orange-09));\n --mds-push-notification-icon-color: rgb(var(--label-orange-05));\n}\n\n:host( [variant="orange"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-orange-05));\n}\n\n:host( [variant="amaranth"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-amaranth-05));\n --mds-push-notification-icon-color: rgb(var(--label-amaranth-10));\n}\n\n:host( [variant="amaranth"] ),\n:host( [variant="amaranth"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-amaranth-09));\n --mds-push-notification-icon-color: rgb(var(--label-amaranth-05));\n}\n\n:host( [variant="amaranth"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-amaranth-05));\n}\n\n:host( [variant="orchid"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-orchid-05));\n --mds-push-notification-icon-color: rgb(var(--label-orchid-10));\n}\n\n:host( [variant="orchid"] ),\n:host( [variant="orchid"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-orchid-09));\n --mds-push-notification-icon-color: rgb(var(--label-orchid-05));\n}\n\n:host( [variant="orchid"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-orchid-05));\n}\n\n:host( [variant="violet"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-violet-05));\n --mds-push-notification-icon-color: rgb(var(--label-violet-10));\n}\n\n:host( [variant="violet"] ),\n:host( [variant="violet"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-violet-09));\n --mds-push-notification-icon-color: rgb(var(--label-violet-05));\n}\n\n:host( [variant="violet"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-violet-05));\n}\n\n:host( [variant="blue"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-blue-05));\n --mds-push-notification-icon-color: rgb(var(--label-blue-10));\n}\n\n:host( [variant="blue"] ),\n:host( [variant="blue"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-blue-09));\n --mds-push-notification-icon-color: rgb(var(--label-blue-05));\n}\n\n:host( [variant="blue"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-blue-05));\n}\n\n:host( [variant="sky"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-sky-05));\n --mds-push-notification-icon-color: rgb(var(--label-sky-10));\n}\n\n:host( [variant="sky"] ),\n:host( [variant="sky"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-sky-09));\n --mds-push-notification-icon-color: rgb(var(--label-sky-05));\n}\n\n:host( [variant="sky"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-sky-05));\n}\n\n:host( [variant="aqua"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-aqua-05));\n --mds-push-notification-icon-color: rgb(var(--label-aqua-10));\n}\n\n:host( [variant="aqua"] ),\n:host( [variant="aqua"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-aqua-09));\n --mds-push-notification-icon-color: rgb(var(--label-aqua-05));\n}\n\n:host( [variant="aqua"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-aqua-05));\n}\n\n:host( [variant="green"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-green-05));\n --mds-push-notification-icon-color: rgb(var(--label-green-10));\n}\n\n:host( [variant="green"] ),\n:host( [variant="green"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-green-09));\n --mds-push-notification-icon-color: rgb(var(--label-green-05));\n}\n\n:host( [variant="green"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-green-05));\n}\n\n:host( [variant="lime"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-lime-05));\n --mds-push-notification-icon-color: rgb(var(--label-lime-10));\n}\n\n:host( [variant="lime"] ),\n:host( [variant="lime"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-lime-09));\n --mds-push-notification-icon-color: rgb(var(--label-lime-05));\n}\n\n:host( [variant="lime"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-lime-05));\n}\n\n:host( [variant="yellow"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-yellow-05));\n --mds-push-notification-icon-color: rgb(var(--label-yellow-10));\n}\n\n:host( [variant="yellow"] ),\n:host( [variant="yellow"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-yellow-09));\n --mds-push-notification-icon-color: rgb(var(--label-yellow-05));\n}\n\n:host( [variant="yellow"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-yellow-05));\n}\n\n@tailwind utilities;\n\n:host( [variant="error"][tone="strong"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-error-05));\n --mds-push-notification-icon-color: rgb(var(--status-error-10));\n}\n\n:host( [variant="error"] ),\n:host( [variant="error"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-error-09));\n --mds-push-notification-icon-color: rgb(var(--status-error-05));\n}\n\n:host( [variant="error"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--status-error-05));\n}\n\n:host( [variant="warning"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--status-warning-05));\n --mds-push-notification-icon-color: rgb(var(--status-warning-10));\n}\n\n:host( [variant="warning"] ),\n:host( [variant="warning"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-warning-09));\n --mds-push-notification-icon-color: rgb(var(--status-warning-05));\n}\n\n:host( [variant="warning"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--status-warning-05));\n}\n\n:host( [variant="success"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--status-success-05));\n --mds-push-notification-icon-color: rgb(var(--status-success-10));\n}\n\n:host( [variant="success"] ),\n:host( [variant="success"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-success-09));\n --mds-push-notification-icon-color: rgb(var(--status-success-05));\n}\n\n:host( [variant="success"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--status-success-05));\n}\n\n:host( [variant="info"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--status-info-05));\n --mds-push-notification-icon-color: rgb(var(--status-info-10));\n}\n\n:host( [variant="info"] ),\n:host( [variant="info"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-info-09));\n --mds-push-notification-icon-color: rgb(var(--status-info-05));\n}\n\n:host( [variant="info"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--status-info-05));\n}\n\n@tailwind utilities;\n\n@container style(--magma-pref-animation: reduce) {\n :host,\n .close-button {\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n }\n}\n\n@container style(--magma-pref-animation: system) {\n\n @media (prefers-reduced-motion) {\n :host,\n .close-button {\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n }\n }\n}\n\n@tailwind utilities;\n\n@container style(--magma-pref-theme: dark) {\n :host {\n\n --mds-push-notification-shadow: 0 0 0 1px rgb(var(--tone-neutral-01) / 0.3) inset;\n }\n}\n\n@container style(--magma-pref-theme: system) {\n\n @media (prefers-color-scheme: dark) {\n :host {\n\n --mds-push-notification-shadow: 0 0 0 1px rgb(var(--tone-neutral-01) / 0.3) inset;\n }\n }\n}\n\n@container style(--magma-pref-contrast: more) {\n :host {\n\n --mds-push-notification-shadow: 0 0 0 2px rgb(var(--tone-neutral-01) / 0.6) inset;\n\n color: rgb(var(--tone-neutral-01));\n }\n}\n\n@container style(--magma-pref-contrast: system) {\n\n @media (prefers-contrast: more) {\n :host {\n\n --mds-push-notification-shadow: 0 0 0 2px rgb(var(--tone-neutral-01) / 0.6) inset;\n\n color: rgb(var(--tone-neutral-01));\n }\n }\n}\n\n:host(:not(:is([hydrated], .hydrated))) {\n -webkit-animation-duration: 0s;\n animation-duration: 0s;\n border-color: transparent;\n -webkit-box-shadow: 0 0 0 transparent;\n box-shadow: 0 0 0 transparent;\n opacity: 0;\n outline-color: transparent;\n -webkit-transition-delay: 0s;\n transition-delay: 0s;\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n visibility: hidden;\n}\n\n/* TODO refact(stencil): Uses only used selector from parent shadowDOM component */\n\nmds-accordion:not(:is([hydrated], .hydrated)),\nmds-accordion-item:not(:is([hydrated], .hydrated)),\nmds-accordion-timer:not(:is([hydrated], .hydrated)),\nmds-accordion-timer-item:not(:is([hydrated], .hydrated)),\nmds-author:not(:is([hydrated], .hydrated)),\nmds-avatar:not(:is([hydrated], .hydrated)),\nmds-badge:not(:is([hydrated], .hydrated)),\nmds-banner:not(:is([hydrated], .hydrated)),\nmds-benchmark-bar:not(:is([hydrated], .hydrated)),\nmds-bibliography:not(:is([hydrated], .hydrated)),\nmds-breadcrumb:not(:is([hydrated], .hydrated)),\nmds-breadcrumb-item:not(:is([hydrated], .hydrated)),\nmds-button:not(:is([hydrated], .hydrated)),\nmds-card:not(:is([hydrated], .hydrated)),\nmds-card-content:not(:is([hydrated], .hydrated)),\nmds-card-footer:not(:is([hydrated], .hydrated)),\nmds-card-header:not(:is([hydrated], .hydrated)),\nmds-card-media:not(:is([hydrated], .hydrated)),\nmds-chip:not(:is([hydrated], .hydrated)),\nmds-details:not(:is([hydrated], .hydrated)),\nmds-dropdown:not(:is([hydrated], .hydrated)),\nmds-entity:not(:is([hydrated], .hydrated)),\nmds-file:not(:is([hydrated], .hydrated)),\nmds-file-preview:not(:is([hydrated], .hydrated)),\nmds-filter:not(:is([hydrated], .hydrated)),\nmds-filter-item:not(:is([hydrated], .hydrated)),\nmds-header:not(:is([hydrated], .hydrated)),\nmds-header-bar:not(:is([hydrated], .hydrated)),\nmds-help:not(:is([hydrated], .hydrated)),\nmds-horizontal-scroll:not(:is([hydrated], .hydrated)),\nmds-hr:not(:is([hydrated], .hydrated)),\nmds-icon:not(:is([hydrated], .hydrated)),\nmds-img:not(:is([hydrated], .hydrated)),\nmds-input:not(:is([hydrated], .hydrated)),\nmds-input-field:not(:is([hydrated], .hydrated)),\nmds-input-range:not(:is([hydrated], .hydrated)),\nmds-input-select:not(:is([hydrated], .hydrated)),\nmds-input-switch:not(:is([hydrated], .hydrated)),\nmds-input-tip:not(:is([hydrated], .hydrated)),\nmds-input-tip-item:not(:is([hydrated], .hydrated)),\nmds-input-upload:not(:is([hydrated], .hydrated)),\nmds-keyboard:not(:is([hydrated], .hydrated)),\nmds-keyboard-key:not(:is([hydrated], .hydrated)),\nmds-kpi:not(:is([hydrated], .hydrated)),\nmds-kpi-item:not(:is([hydrated], .hydrated)),\nmds-label:not(:is([hydrated], .hydrated)),\nmds-list:not(:is([hydrated], .hydrated)),\nmds-list-item:not(:is([hydrated], .hydrated)),\nmds-modal:not(:is([hydrated], .hydrated)),\nmds-note:not(:is([hydrated], .hydrated)),\nmds-notification:not(:is([hydrated], .hydrated)),\nmds-paginator:not(:is([hydrated], .hydrated)),\nmds-paginator-item:not(:is([hydrated], .hydrated)),\nmds-pref:not(:is([hydrated], .hydrated)),\nmds-pref-animation:not(:is([hydrated], .hydrated)),\nmds-pref-consumption:not(:is([hydrated], .hydrated)),\nmds-pref-contrast:not(:is([hydrated], .hydrated)),\nmds-pref-language:not(:is([hydrated], .hydrated)),\nmds-pref-language-item:not(:is([hydrated], .hydrated)),\nmds-pref-theme:not(:is([hydrated], .hydrated)),\nmds-price-table:not(:is([hydrated], .hydrated)),\nmds-price-table-features:not(:is([hydrated], .hydrated)),\nmds-price-table-features-cell:not(:is([hydrated], .hydrated)),\nmds-price-table-features-row:not(:is([hydrated], .hydrated)),\nmds-price-table-header:not(:is([hydrated], .hydrated)),\nmds-price-table-list:not(:is([hydrated], .hydrated)),\nmds-price-table-list-item:not(:is([hydrated], .hydrated)),\nmds-progress:not(:is([hydrated], .hydrated)),\nmds-push-notification:not(:is([hydrated], .hydrated)),\nmds-push-notifications:not(:is([hydrated], .hydrated)),\nmds-quote:not(:is([hydrated], .hydrated)),\nmds-separator:not(:is([hydrated], .hydrated)),\nmds-spinner:not(:is([hydrated], .hydrated)),\nmds-stepper-bar:not(:is([hydrated], .hydrated)),\nmds-stepper-bar-item:not(:is([hydrated], .hydrated)),\nmds-tab:not(:is([hydrated], .hydrated)),\nmds-tab-bar:not(:is([hydrated], .hydrated)),\nmds-tab-bar-item:not(:is([hydrated], .hydrated)),\nmds-tab-item:not(:is([hydrated], .hydrated)),\nmds-table:not(:is([hydrated], .hydrated)),\nmds-table-body:not(:is([hydrated], .hydrated)),\nmds-table-cell:not(:is([hydrated], .hydrated)),\nmds-table-footer:not(:is([hydrated], .hydrated)),\nmds-table-header:not(:is([hydrated], .hydrated)),\nmds-table-header-cell:not(:is([hydrated], .hydrated)),\nmds-table-row:not(:is([hydrated], .hydrated)),\nmds-text:not(:is([hydrated], .hydrated)),\nmds-toast:not(:is([hydrated], .hydrated)),\nmds-tooltip:not(:is([hydrated], .hydrated)),\nmds-tree:not(:is([hydrated], .hydrated)),\nmds-tree-item:not(:is([hydrated], .hydrated)),\nmds-url-view:not(:is([hydrated], .hydrated)),\nmds-usage:not(:is([hydrated], .hydrated)),\nmds-video-wall:not(:is([hydrated], .hydrated)),\nmds-zero:not(:is([hydrated], .hydrated))\n{\n -webkit-animation-duration: 0s;\n animation-duration: 0s;\n border-color: transparent;\n -webkit-box-shadow: 0 0 0 transparent;\n box-shadow: 0 0 0 transparent;\n opacity: 0;\n outline-color: transparent;\n -webkit-transition-delay: 0s;\n transition-delay: 0s;\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n visibility: hidden;\n}\n\n';var MdsPushNotificationStyle0=mdsPushNotificationCss;dayjs.extend(relativeTime);var MdsPushNotification=function(){function n(n){var t=this;registerInstance(this,n);this.closedEvent=createEvent(this,"mdsPushNotificationClose",7);this.t=new Locale({el:localeEl,en:localeEn,es:localeEs,it:localeIt});this.dateFormat="timeago";this.deletable=true;this.message="Nessun messaggio disponibile";this.preview="image";this.tone="weak";this.onClickClose=function(n){n.stopPropagation();t.closedEvent.emit()}}n.prototype.updateLang=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){this.language=this.t.lang(this.host);return[2]}))}))};n.prototype.componentWillLoad=function(){var n;this.hasActions=this.host.querySelector('[slot="actions"]')!==null;this.hasBadge=this.host.querySelector('[slot="badge"]')!==null;if(this.datetime){this.datetime=sanitizeISO8601Date((n=this.datetime)===null||n===void 0?void 0:n.toString())}this.t.lang(this.host);var t={future:this.t.get("future"),past:this.t.get("past"),s:this.t.get("s"),m:this.t.get("m"),mm:this.t.get("mm"),h:this.t.get("h"),hh:this.t.get("hh"),d:this.t.get("d"),dd:this.t.get("dd"),M:this.t.get("M"),MM:this.t.get("MM"),y:this.t.get("y"),yy:this.t.get("yy")};dayjs.locale("custom-locale",{relativeTime:t})};n.prototype.render=function(){var n;return h$4(Host,{key:"ca899101a9c26450da9eb84acfe90b3114ca4231"},((n=this.icon)!==null&&n!==void 0?n:this.preview==="avatar")&&h$4("mds-avatar",{key:"2440255e356dc29ac4ff3043f8f1dea40db036cc",class:"avatar",icon:this.icon,initials:this.initials,part:"avatar",src:this.src,tone:this.tone,variant:this.variant}),this.src&&this.preview!=="avatar"&&h$4("mds-img",{key:"09641cbadb6b8ce0d93d99fa0b4cc271e264cd8b",class:"picture",part:"picture",src:this.src}),h$4("div",{key:"161f883ef9e1f0deaee84cd421d3a776ea86d336",class:"content",part:"content"},h$4("div",{key:"b61782b62a16064d841e546489eabd8ee2aa1f21",class:"header"},h$4("div",{key:"02463af834b5c7f98a38dc6defc1c55ce01930bd",class:"infos"},this.hasBadge&&h$4("div",{key:"a3f13e3d63edc69705f11d082b875811cfcc7aab"},h$4("slot",{key:"4d9700269231a39130483c4c62e169051c82c863",name:"badge"})),this.subject&&h$4("mds-text",{key:"dc4550b30b02fd37a097db6ea2ed1076ea7794bd",class:"subject",typography:"h6",variant:"title",truncate:"all"},this.subject)),this.datetime&&h$4("mds-text",{key:"6b2b852330706a607c4c9dfb1178f98218a2ac6b",class:"time",typography:"option"},this.dateFormat==="timeago"?dayjs(this.datetime).fromNow():dayjs(this.datetime).format(this.dateFormat))),h$4("mds-text",{key:"dc624ccb1feb0fcaed8d25a672312930f2a4812d",class:"message",truncate:"all",typography:"caption",variant:"info"},this.message),this.hasActions&&h$4("div",{key:"ff8cdd1a38b50041ebf11314c7fe3ad17d1b5d7f",class:"actions",part:"actions"},h$4("slot",{key:"3932ede2f98b5a97300c9536d5e4cf9bf82c5836",name:"actions"}))),this.deletable&&h$4("mds-button",{key:"3be9139ed74f8a9a0425c01cc6ceff541771057b",class:"close-button",title:this.t.get("dismiss"),icon:miBaselineCancel,onClick:this.onClickClose.bind(this)}))};Object.defineProperty(n.prototype,"host",{get:function(){return getElement(this)},enumerable:false,configurable:true});return n}();MdsPushNotification.style=MdsPushNotificationStyle0;export{MdsPushNotification as mds_push_notification};
@@ -1 +1 @@
1
- var __awaiter=this&&this.__awaiter||function(t,e,n,r){function i(t){return t instanceof n?t:new n((function(e){e(t)}))}return new(n||(n=Promise))((function(n,a){function o(t){try{s(r.next(t))}catch(t){a(t)}}function c(t){try{s(r["throw"](t))}catch(t){a(t)}}function s(t){t.done?n(t.value):i(t.value).then(o,c)}s((r=r.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o;return o={next:c(0),throw:c(1),return:c(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function c(t){return function(e){return s([t,e])}}function s(c){if(r)throw new TypeError("Generator is already executing.");while(o&&(o=0,c[0]&&(n=0)),n)try{if(r=1,i&&(a=c[0]&2?i["return"]:c[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,c[1])).done)return a;if(i=0,a)c=[c[0]&2,a.value];switch(c[0]){case 0:case 1:a=c;break;case 4:n.label++;return{value:c[1],done:false};case 5:n.label++;i=c[1];c=[0];continue;case 7:c=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(c[0]===6||c[0]===2)){n=0;continue}if(c[0]===3&&(!a||c[1]>a[0]&&c[1]<a[3])){n.label=c[1];break}if(c[0]===6&&n.label<a[1]){n.label=a[1];a=c;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(c);break}if(a[2])n.ops.pop();n.trys.pop();continue}c=e.call(t,n)}catch(t){c=[6,t];i=0}finally{r=a=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:true}}};import{p as promiseResolve,b as bootstrapLazy}from"./index-a5ecda80.js";export{s as setNonce}from"./index-a5ecda80.js";import{g as globalScripts}from"./app-globals-0f993ce5.js";var patchBrowser=function(){var t=import.meta.url;var e={};if(t!==""){e.resourcesUrl=new URL(".",t).href}return promiseResolve(e)};patchBrowser().then((function(t){return __awaiter(void 0,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,globalScripts()];case 1:e.sent();return[2,bootstrapLazy([["mds-push-notification",[[1,"mds-push-notification",{datetime:[1537],dateFormat:[513,"date-format"],deletable:[516],icon:[513],initials:[1537],message:[513],preview:[513],src:[513],subject:[513],tone:[513],variant:[513],language:[32],updateLang:[64]}]]]],t)]}}))}))}));
1
+ var __awaiter=this&&this.__awaiter||function(t,e,n,r){function i(t){return t instanceof n?t:new n((function(e){e(t)}))}return new(n||(n=Promise))((function(n,o){function a(t){try{c(r.next(t))}catch(t){o(t)}}function s(t){try{c(r["throw"](t))}catch(t){o(t)}}function c(t){t.done?n(t.value):i(t.value).then(a,s)}c((r=r.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,i,o,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(t){return function(e){return c([t,e])}}function c(s){if(r)throw new TypeError("Generator is already executing.");while(a&&(a=0,s[0]&&(n=0)),n)try{if(r=1,i&&(o=s[0]&2?i["return"]:s[0]?i["throw"]||((o=i["return"])&&o.call(i),0):i.next)&&!(o=o.call(i,s[1])).done)return o;if(i=0,o)s=[s[0]&2,o.value];switch(s[0]){case 0:case 1:o=s;break;case 4:n.label++;return{value:s[1],done:false};case 5:n.label++;i=s[1];s=[0];continue;case 7:s=n.ops.pop();n.trys.pop();continue;default:if(!(o=n.trys,o=o.length>0&&o[o.length-1])&&(s[0]===6||s[0]===2)){n=0;continue}if(s[0]===3&&(!o||s[1]>o[0]&&s[1]<o[3])){n.label=s[1];break}if(s[0]===6&&n.label<o[1]){n.label=o[1];o=s;break}if(o&&n.label<o[2]){n.label=o[2];n.ops.push(s);break}if(o[2])n.ops.pop();n.trys.pop();continue}s=e.call(t,n)}catch(t){s=[6,t];i=0}finally{r=o=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};import{p as promiseResolve,b as bootstrapLazy}from"./index-40893e6d.js";export{s as setNonce}from"./index-40893e6d.js";import{g as globalScripts}from"./app-globals-0f993ce5.js";var patchBrowser=function(){var t=import.meta.url;var e={};if(t!==""){e.resourcesUrl=new URL(".",t).href}return promiseResolve(e)};patchBrowser().then((function(t){return __awaiter(void 0,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,globalScripts()];case 1:e.sent();return[2,bootstrapLazy([["mds-push-notification",[[1,"mds-push-notification",{datetime:[1537],dateFormat:[513,"date-format"],deletable:[516],icon:[513],initials:[1537],message:[513],preview:[513],src:[513],subject:[513],tone:[513],variant:[513],language:[32],updateLang:[64]}]]]],t)]}}))}))}));
@@ -1 +1 @@
1
- import{p as a,b as e}from"./p-7857bd4f.js";export{s as setNonce}from"./p-7857bd4f.js";import{g as t}from"./p-e1255160.js";(()=>{const e=import.meta.url,t={};return""!==e&&(t.resourcesUrl=new URL(".",e).href),a(t)})().then((async a=>(await t(),e([["p-4e329022",[[1,"mds-push-notification",{datetime:[1537],dateFormat:[513,"date-format"],deletable:[516],icon:[513],initials:[1537],message:[513],preview:[513],src:[513],subject:[513],tone:[513],variant:[513],language:[32],updateLang:[64]}]]]],a))));
1
+ import{p as e,b as a}from"./p-3b18d74e.js";export{s as setNonce}from"./p-3b18d74e.js";import{g as t}from"./p-e1255160.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((async e=>(await t(),a([["p-5e9cbc6e",[[1,"mds-push-notification",{datetime:[1537],dateFormat:[513,"date-format"],deletable:[516],icon:[513],initials:[1537],message:[513],preview:[513],src:[513],subject:[513],tone:[513],variant:[513],language:[32],updateLang:[64]}]]]],e))));
@@ -115,7 +115,7 @@ DOMTokenList
115
115
  var resourcesUrl = scriptElm ? scriptElm.getAttribute('data-resources-url') || scriptElm.src : '';
116
116
  var start = function() {
117
117
  // if src is not present then origin is "null", and new URL() throws TypeError: Failed to construct 'URL': Invalid base URL
118
- var url = new URL('./p-9d064301.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
118
+ var url = new URL('./p-be470da4.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
119
119
  System.import(url.href);
120
120
  };
121
121
 
@@ -0,0 +1,2 @@
1
+ var e=Object.defineProperty,t=new WeakMap,n=e=>t.get(e),l=(e,n)=>{t.set(n.t=e,n)},o=(e,t)=>t in e,s=(e,t)=>(0,console.error)(e,t),i=new Map,r=new Map,c="slot-fb{display:contents}slot-fb[hidden]{display:none}",u="undefined"!=typeof window?window:{},a=u.document||{head:{}},f={l:0,o:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,n,l)=>e.addEventListener(t,n,l),rel:(e,t,n,l)=>e.removeEventListener(t,n,l),ce:(e,t)=>new CustomEvent(e,t)},h=e=>Promise.resolve(e),d=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),p=!1,m=[],y=[],v=(e,t)=>n=>{e.push(n),p||(p=!0,t&&4&f.l?w($):f.raf($))},b=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){s(e)}e.length=0},$=()=>{b(m),b(y),(p=m.length>0)&&f.raf($)},w=e=>h().then(e),S=v(y,!0),g=e=>"object"==(e=typeof e)||"function"===e;function j(e){var t,n,l;return null!=(l=null==(n=null==(t=e.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:n.getAttribute("content"))?l:void 0}((t,n)=>{for(var l in n)e(t,l,{get:n[l],enumerable:!0})})({},{err:()=>k,map:()=>E,ok:()=>O,unwrap:()=>M,unwrapErr:()=>P});var O=e=>({isOk:!0,isErr:!1,value:e}),k=e=>({isOk:!1,isErr:!0,value:e});function E(e,t){if(e.isOk){const n=t(e.value);return n instanceof Promise?n.then((e=>O(e))):O(n)}if(e.isErr)return k(e.value);throw"should never get here"}var C,M=e=>{if(e.isOk)return e.value;throw e.value},P=e=>{if(e.isErr)return e.value;throw e.value},x=(e,t,...n)=>{let l=null,o=null,s=!1,i=!1;const r=[],c=t=>{for(let n=0;n<t.length;n++)l=t[n],Array.isArray(l)?c(l):null!=l&&"boolean"!=typeof l&&((s="function"!=typeof e&&!g(l))&&(l+=""),s&&i?r[r.length-1].i+=l:r.push(s?A(null,l):l),i=s)};if(c(n),t){t.key&&(o=t.key);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}const u=A(e,null);return u.u=t,r.length>0&&(u.h=r),u.p=o,u},A=(e,t)=>({l:0,m:e,i:t,v:null,h:null,u:null,p:null}),H={},N=(e,t)=>null==e||g(e)?e:4&t?"false"!==e&&(""===e||!!e):1&t?e+"":e,R=e=>n(e).$hostElement$,T=(e,t,n)=>{const l=R(e);return{emit:e=>D(l,t,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:e})}},D=(e,t,n)=>{const l=f.ce(t,n);return e.dispatchEvent(l),l},L=new WeakMap,U=e=>"sc-"+e.$,W=(e,t,n,l,s,i)=>{if(n!==l){let r=o(e,t),c=t.toLowerCase();if("class"===t){const t=e.classList,o=V(n);let s=V(l);t.remove(...o.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!o.includes(e))))}else if("key"===t);else if(r||"o"!==t[0]||"n"!==t[1]){const o=g(l);if((r||o&&null!==l)&&!s)try{if(e.tagName.includes("-"))e[t]!==l&&(e[t]=l);else{const o=null==l?"":l;"list"===t?r=!1:null!=n&&e[t]==o||("function"==typeof e.__lookupSetter__(t)?e[t]=o:e.setAttribute(t,o))}}catch(e){}null==l||!1===l?!1===l&&""!==e.getAttribute(t)||e.removeAttribute(t):(!r||4&i||s)&&!o&&e.setAttribute(t,l=!0===l?"":l)}else if(t="-"===t[2]?t.slice(3):o(u,c)?c.slice(2):c[2]+t.slice(3),n||l){const o=t.endsWith(q);t=t.replace(G,""),n&&f.rel(e,t,n,o),l&&f.ael(e,t,l,o)}}},F=/\s/,V=e=>("object"==typeof e&&e&&"baseVal"in e&&(e=e.baseVal),e&&"string"==typeof e?e.split(F):[]),q="Capture",G=RegExp(q+"$"),_=(e,t,n)=>{const l=11===t.v.nodeType&&t.v.host?t.v.host:t.v,o=e&&e.u||{},s=t.u||{};for(const e of z(Object.keys(o)))e in s||W(l,e,o[e],void 0,n,t.l);for(const e of z(Object.keys(s)))W(l,e,o[e],s[e],n,t.l)};function z(e){return e.includes("ref")?[...e.filter((e=>"ref"!==e)),"ref"]:e}var B=!1,I=!1,J=(e,t,n)=>{const l=t.h[n];let o,s,i=0;if(null!==l.i)o=l.v=a.createTextNode(l.i);else if(o=l.v=a.createElement(l.m),_(null,l,I),l.h)for(i=0;i<l.h.length;++i)s=J(e,l,i),s&&o.appendChild(s);return o["s-hn"]=C,o},K=(e,t,n,l,o,s)=>{let i,r=e;for(r.shadowRoot&&r.tagName===C&&(r=r.shadowRoot);o<=s;++o)l[o]&&(i=J(null,n,o),i&&(l[o].v=i,Z(r,i,t)))},Q=(e,t,n)=>{for(let l=t;l<=n;++l){const t=e[l];if(t){const e=t.v;e&&e.remove()}}},X=(e,t,n=!1)=>e.m===t.m&&(n?(n&&!e.p&&t.p&&(e.p=t.p),!0):e.p===t.p),Y=(e,t,n=!1)=>{const l=t.v=e.v,o=e.h,s=t.h,i=t.i;null===i?(("slot"!==t.m||B)&&_(e,t,I),null!==o&&null!==s?((e,t,n,l,o=!1)=>{let s,i,r=0,c=0,u=0,a=0,f=t.length-1,h=t[0],d=t[f],p=l.length-1,m=l[0],y=l[p];for(;r<=f&&c<=p;)if(null==h)h=t[++r];else if(null==d)d=t[--f];else if(null==m)m=l[++c];else if(null==y)y=l[--p];else if(X(h,m,o))Y(h,m,o),h=t[++r],m=l[++c];else if(X(d,y,o))Y(d,y,o),d=t[--f],y=l[--p];else if(X(h,y,o))Y(h,y,o),Z(e,h.v,d.v.nextSibling),h=t[++r],y=l[--p];else if(X(d,m,o))Y(d,m,o),Z(e,d.v,h.v),d=t[--f],m=l[++c];else{for(u=-1,a=r;a<=f;++a)if(t[a]&&null!==t[a].p&&t[a].p===m.p){u=a;break}u>=0?(i=t[u],i.m!==m.m?s=J(t&&t[c],n,u):(Y(i,m,o),t[u]=void 0,s=i.v),m=l[++c]):(s=J(t&&t[c],n,c),m=l[++c]),s&&Z(h.v.parentNode,s,h.v)}r>f?K(e,null==l[p+1]?null:l[p+1].v,n,l,c,p):c>p&&Q(t,r,f)})(l,o,t,s,n):null!==s?(null!==e.i&&(l.textContent=""),K(l,null,t,s,0,s.length-1)):!n&&null!==o&&Q(o,0,o.length-1)):e.i!==i&&(l.data=i)},Z=(e,t,n)=>null==e?void 0:e.insertBefore(t,n),ee=(e,t)=>{if(t&&!e.S&&t["s-p"]){const n=t["s-p"].push(new Promise((l=>e.S=()=>{t["s-p"].splice(n-1,1),l()})))}},te=(e,t)=>{if(e.l|=16,!(4&e.l))return ee(e,e.j),S((()=>ne(e,t)));e.l|=512},ne=(e,t)=>{const n=e.$hostElement$,l=e.t;if(!l)throw Error(`Can't render component <${n.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 o;return t&&(o=ue(l,"componentWillLoad",void 0,n)),le(o,(()=>se(e,l,t)))},le=(e,t)=>oe(e)?e.then(t).catch((e=>{console.error(e),t()})):t(),oe=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,se=async(e,t,n)=>{var l;const o=e.$hostElement$,s=o["s-rc"];n&&(e=>{const t=e.O,n=e.$hostElement$,l=t.l,o=((e,t)=>{var n;const l=U(t),o=r.get(l);if(e=11===e.nodeType?e:a,o)if("string"==typeof o){let s,i=L.get(e=e.head||e);if(i||L.set(e,i=new Set),!i.has(l)){{s=document.querySelector(`[sty-id="${l}"]`)||a.createElement("style"),s.innerHTML=o;const i=null!=(n=f.k)?n:j(a);if(null!=i&&s.setAttribute("nonce",i),!(1&t.l))if("HEAD"===e.nodeName){const t=e.querySelectorAll("link[rel=preconnect]"),n=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(s,(null==n?void 0:n.parentNode)===e?n:null)}else if("host"in e)if(d){const t=new CSSStyleSheet;t.replaceSync(o),e.adoptedStyleSheets=[t,...e.adoptedStyleSheets]}else{const t=e.querySelector("style");t?t.innerHTML=o+t.innerHTML:e.prepend(s)}else e.append(s);1&t.l&&"HEAD"!==e.nodeName&&e.insertBefore(s,null)}4&t.l&&(s.innerHTML+=c),i&&i.add(l)}}else e.adoptedStyleSheets.includes(o)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,o]);return l})(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);10&l&&2&l&&(n["s-sc"]=o,n.classList.add(o+"-h"))})(e);ie(e,t,o,n),s&&(s.map((e=>e())),o["s-rc"]=void 0);{const t=null!=(l=o["s-p"])?l:[],n=()=>re(e);0===t.length?n():(Promise.all(t).then(n),e.l|=4,t.length=0)}},ie=(e,t,n,l)=>{try{t=t.render(),e.l&=-17,e.l|=2,((e,t,n=!1)=>{const l=e.$hostElement$,o=e.O,s=e.C||A(null,null),i=(e=>e&&e.m===H)(t)?t:x(null,null,t);if(C=l.tagName,o.M&&(i.u=i.u||{},o.M.map((([e,t])=>i.u[t]=l[e]))),n&&i.u)for(const e of Object.keys(i.u))l.hasAttribute(e)&&!["key","ref","style","class"].includes(e)&&(i.u[e]=l[e]);i.m=null,i.l|=4,e.C=i,i.v=s.v=l.shadowRoot||l,B=!!(1&o.l),Y(s,i,n)})(e,t,l)}catch(t){s(t,e.$hostElement$)}return null},re=e=>{const t=e.$hostElement$,n=e.j;64&e.l||(e.l|=64,ae(t),e.P(t),n||ce()),e.A(t),e.S&&(e.S(),e.S=void 0),512&e.l&&w((()=>te(e,!1))),e.l&=-517},ce=()=>{ae(a.documentElement),w((()=>D(u,"appload",{detail:{namespace:"mds-push-notification"}})))},ue=(e,t,n,l)=>{if(e&&e[t])try{return e[t](n)}catch(e){s(e,l)}},ae=e=>e.setAttribute("hydrated",""),fe=(e,t,l,o)=>{const s=n(e);if(!s)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/ionic-team/stencil/issues/5457).`);const i=s.H.get(t),r=s.l,c=s.t;l=N(l,o.N[t][0]),8&r&&void 0!==i||l===i||Number.isNaN(i)&&Number.isNaN(l)||(s.H.set(t,l),c&&2==(18&r)&&te(s,!1))},he=(e,t,l)=>{var o,s;const i=e.prototype;if(t.N){const r=Object.entries(null!=(o=t.N)?o:{});if(r.map((([e,[o]])=>{if(31&o||2&l&&32&o){const{get:s,set:r}=Object.getOwnPropertyDescriptor(i,e)||{};s&&(t.N[e][0]|=2048),r&&(t.N[e][0]|=4096),(1&l||!s)&&Object.defineProperty(i,e,{get(){{if(!(2048&t.N[e][0]))return((e,t)=>n(this).H.get(t))(0,e);const l=n(this),o=l?l.t:i;if(!o)return;return o[e]}},configurable:!0,enumerable:!0}),Object.defineProperty(i,e,{set(s){const i=n(this);if(r){const n=32&o?this[e]:i.$hostElement$[e];return void 0===n&&i.H.get(e)?s=i.H.get(e):!i.H.get(e)&&n&&i.H.set(e,n),r.call(this,N(s,o)),void fe(this,e,s=32&o?this[e]:i.$hostElement$[e],t)}{if(!(1&l&&4096&t.N[e][0]))return fe(this,e,s,t),void(1&l&&!i.t&&i.R.then((()=>{4096&t.N[e][0]&&i.t[e]!==i.H.get(e)&&(i.t[e]=s)})));const n=()=>{const n=i.t[e];!i.H.get(e)&&n&&i.H.set(e,n),i.t[e]=N(s,o),fe(this,e,i.t[e],t)};i.t?n():i.R.then((()=>n()))}}})}else 1&l&&64&o&&Object.defineProperty(i,e,{value(...t){var l;const o=n(this);return null==(l=null==o?void 0:o.T)?void 0:l.then((()=>{var n;return null==(n=o.t)?void 0:n[e](...t)}))}})})),1&l){const l=new Map;i.attributeChangedCallback=function(e,o,s){f.jmp((()=>{var r;const c=l.get(e);if(this.hasOwnProperty(c))s=this[c],delete this[c];else{if(i.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==s)return;if(null==c){const l=n(this),i=null==l?void 0:l.l;if(i&&!(8&i)&&128&i&&s!==o){const n=l.t,i=null==(r=t.D)?void 0:r[e];null==i||i.forEach((t=>{null!=n[t]&&n[t].call(n,s,o,e)}))}return}}const u=Object.getOwnPropertyDescriptor(i,c);(s=(null!==s||"boolean"!=typeof this[c])&&s)===this[c]||u.get&&!u.set||(this[c]=s)}))},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(s=t.D)?s:{}),...r.filter((([e,t])=>15&t[0])).map((([e,n])=>{var o;const s=n[1]||e;return l.set(s,e),512&n[0]&&(null==(o=t.M)||o.push([e,s])),s}))]))}}return e},de=(e,l={})=>{var o;const h=[],p=l.exclude||[],m=u.customElements,y=a.head,v=y.querySelector("meta[charset]"),b=a.createElement("style"),$=[];let w,S=!0;Object.assign(f,l),f.o=new URL(l.resourcesUrl||"./",a.baseURI).href;let g=!1;if(e.map((e=>{e[1].map((l=>{const o={l:l[0],$:l[1],N:l[2],L:l[3]};4&o.l&&(g=!0),o.N=l[2],o.M=[];const c=o.$,u=class extends HTMLElement{constructor(e){if(super(e),this.hasRegisteredEventListeners=!1,((e,n)=>{const l={l:0,$hostElement$:e,O:n,H:new Map};l.T=new Promise((e=>l.A=e)),l.R=new Promise((e=>l.P=e)),e["s-p"]=[],e["s-rc"]=[],t.set(e,l)})(e=this,o),1&o.l)if(e.shadowRoot){if("open"!==e.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${o.$}! Mode is set to ${e.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else e.attachShadow({mode:"open"})}connectedCallback(){this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0),w&&(clearTimeout(w),w=null),S?$.push(this):f.jmp((()=>(e=>{if(!(1&f.l)){const t=n(e),l=t.O,o=()=>{};if(1&t.l)(null==t?void 0:t.t)||(null==t?void 0:t.R)&&t.R.then((()=>{}));else{t.l|=1;{let n=e;for(;n=n.parentNode||n.host;)if(n["s-p"]){ee(t,t.j=n);break}}l.N&&Object.entries(l.N).map((([t,[n]])=>{if(31&n&&e.hasOwnProperty(t)){const n=e[t];delete e[t],e[t]=n}})),(async(e,t,n)=>{let l;if(!(32&t.l)){t.l|=32;{const o=((e,t)=>{const n=e.$.replace(/-/g,"_"),l=e.U;if(!l)return;const o=i.get(l);return o?o[n]:import(`./${l}.entry.js`).then((e=>(i.set(l,e),e[n])),(e=>{s(e,t.$hostElement$)}))
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(n,t);if(o&&"then"in o){const e=()=>{};l=await o,e()}else l=o;if(!l)throw Error(`Constructor for "${n.$}#${t.W}" was not found`);l.isProxied||(he(l,n,2),l.isProxied=!0);const r=()=>{};t.l|=8;try{new l(t)}catch(t){s(t,e)}t.l&=-9,r()}if(l&&l.style){let e;"string"==typeof l.style&&(e=l.style);const t=U(n);if(!r.has(t)){const l=()=>{};((e,t,n)=>{let l=r.get(e);d&&n?(l=l||new CSSStyleSheet,"string"==typeof l?l=t:l.replaceSync(t)):l=t,r.set(e,l)})(t,e,!!(1&n.l)),l()}}}const o=t.j,c=()=>te(t,!0);o&&o["s-rc"]?o["s-rc"].push(c):c()})(e,t,l)}o()}})(this)))}disconnectedCallback(){f.jmp((()=>(async e=>{if(!(1&f.l)){const t=n(e);(null==t?void 0:t.t)||(null==t?void 0:t.R)&&t.R.then((()=>{}))}L.has(e)&&L.delete(e),e.shadowRoot&&L.has(e.shadowRoot)&&L.delete(e.shadowRoot)})(this))),f.raf((()=>{var e;const t=n(this);(null==(e=null==t?void 0:t.C)?void 0:e.v)instanceof Node&&!t.C.v.isConnected&&delete t.C.v}))}componentOnReady(){return n(this).R}};o.U=e[0],p.includes(c)||m.get(c)||(h.push(c),m.define(c,he(u,o,1)))}))})),h.length>0&&(g&&(b.textContent+=c),b.textContent+=h.sort()+"{visibility:hidden}[hydrated]{visibility:inherit}",b.innerHTML.length)){b.setAttribute("data-styles","");const e=null!=(o=f.k)?o:j(a);null!=e&&b.setAttribute("nonce",e),y.insertBefore(b,v?v.nextSibling:y.firstChild)}S=!1,$.length?$.map((e=>e.connectedCallback())):f.jmp((()=>w=setTimeout(ce,30)))},pe=e=>f.k=e;export{H,de as b,T as c,R as g,x as h,h as p,l as r,pe as s}
@@ -0,0 +1,6 @@
1
+ import{r as n,c as t,h as r,H as i,g as a}from"./p-3b18d74e.js";"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;var o={exports:{}};o.exports=function(){var n=6e4,t=36e5,r="millisecond",i="second",a="minute",o="hour",e="day",s="week",d="month",c="quarter",h="year",u="date",l="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,f=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,b={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(n){var t=["th","st","nd","rd"],r=n%100;return"["+n+(t[(r-20)%10]||t[r]||t[0])+"]"}},p=function(n,t,r){var i=String(n);return!i||i.length>=t?n:""+Array(t+1-i.length).join(r)+n},y={s:p,z:function(n){var t=-n.utcOffset(),r=Math.abs(t),i=Math.floor(r/60),a=r%60;return(t<=0?"+":"-")+p(i,2,"0")+":"+p(a,2,"0")},m:function n(t,r){if(t.date()<r.date())return-n(r,t);var i=12*(r.year()-t.year())+(r.month()-t.month()),a=t.clone().add(i,d),o=r-a<0,e=t.clone().add(i+(o?-1:1),d);return+(-(i+(r-a)/(o?a-e:e-a))||0)},a:function(n){return n<0?Math.ceil(n)||0:Math.floor(n)},p:function(n){return{M:d,y:h,w:s,d:e,D:u,h:o,m:a,s:i,ms:r,Q:c}[n]||String(n||"").toLowerCase().replace(/s$/,"")},u:function(n){return void 0===n}},g="en",v={};v[g]=b;var w="$isDayjsObject",k=function(n){return n instanceof q||!(!n||!n[w])},x=function n(t,r,i){var a;if(!t)return g;if("string"==typeof t){var o=t.toLowerCase();v[o]&&(a=o),r&&(v[o]=r,a=o);var e=t.split("-");if(!a&&e.length>1)return n(e[0])}else{var s=t.name;v[s]=t,a=s}return!i&&a&&(g=a),a||!i&&g},M=function(n,t){if(k(n))return n.clone();var r="object"==typeof t?t:{};return r.date=n,r.args=arguments,new q(r)},D=y;D.l=x,D.i=k,D.w=function(n,t){return M(n,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var q=function(){function b(n){this.$L=x(n.locale,null,!0),this.parse(n),this.$x=this.$x||n.x||{},this[w]=!0}var p=b.prototype;return p.parse=function(n){this.$d=function(n){var t=n.date,r=n.utc;if(null===t)return new Date(NaN);if(D.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var i=t.match(m);if(i){var a=i[2]-1||0,o=(i[7]||"0").substring(0,3);return r?new Date(Date.UTC(i[1],a,i[3]||1,i[4]||0,i[5]||0,i[6]||0,o)):new Date(i[1],a,i[3]||1,i[4]||0,i[5]||0,i[6]||0,o)}}return new Date(t)}(n),this.init()},p.init=function(){var n=this.$d;this.$y=n.getFullYear(),this.$M=n.getMonth(),this.$D=n.getDate(),this.$W=n.getDay(),this.$H=n.getHours(),this.$m=n.getMinutes(),this.$s=n.getSeconds(),this.$ms=n.getMilliseconds()},p.$utils=function(){return D},p.isValid=function(){return!(this.$d.toString()===l)},p.isSame=function(n,t){var r=M(n);return this.startOf(t)<=r&&r<=this.endOf(t)},p.isAfter=function(n,t){return M(n)<this.startOf(t)},p.isBefore=function(n,t){return this.endOf(t)<M(n)},p.$g=function(n,t,r){return D.u(n)?this[t]:this.set(r,n)},p.unix=function(){return Math.floor(this.valueOf()/1e3)},p.valueOf=function(){return this.$d.getTime()},p.startOf=function(n,t){var r=this,c=!!D.u(t)||t,l=D.p(n),m=function(n,t){var i=D.w(r.$u?Date.UTC(r.$y,t,n):new Date(r.$y,t,n),r);return c?i:i.endOf(e)},f=function(n,t){return D.w(r.toDate()[n].apply(r.toDate("s"),(c?[0,0,0,0]:[23,59,59,999]).slice(t)),r)},b=this.$W,p=this.$M,y=this.$D,g="set"+(this.$u?"UTC":"");switch(l){case h:return c?m(1,0):m(31,11);case d:return c?m(1,p):m(0,p+1);case s:var v=this.$locale().weekStart||0,w=(b<v?b+7:b)-v;return m(c?y-w:y+(6-w),p);case e:case u:return f(g+"Hours",0);case o:return f(g+"Minutes",1);case a:return f(g+"Seconds",2);case i:return f(g+"Milliseconds",3);default:return this.clone()}},p.endOf=function(n){return this.startOf(n,!1)},p.$set=function(n,t){var s,c=D.p(n),l="set"+(this.$u?"UTC":""),m=(s={},s[e]=l+"Date",s[u]=l+"Date",s[d]=l+"Month",s[h]=l+"FullYear",s[o]=l+"Hours",s[a]=l+"Minutes",s[i]=l+"Seconds",s[r]=l+"Milliseconds",s)[c],f=c===e?this.$D+(t-this.$W):t;if(c===d||c===h){var b=this.clone().set(u,1);b.$d[m](f),b.init(),this.$d=b.set(u,Math.min(this.$D,b.daysInMonth())).$d}else m&&this.$d[m](f);return this.init(),this},p.set=function(n,t){return this.clone().$set(n,t)},p.get=function(n){return this[D.p(n)]()},p.add=function(r,c){var u,l=this;r=Number(r);var m=D.p(c),f=function(n){var t=M(l);return D.w(t.date(t.date()+Math.round(n*r)),l)};if(m===d)return this.set(d,this.$M+r);if(m===h)return this.set(h,this.$y+r);if(m===e)return f(1);if(m===s)return f(7);var b=(u={},u[a]=n,u[o]=t,u[i]=1e3,u)[m]||1,p=this.$d.getTime()+r*b;return D.w(p,this)},p.subtract=function(n,t){return this.add(-1*n,t)},p.format=function(n){var t=this,r=this.$locale();if(!this.isValid())return r.invalidDate||l;var i=n||"YYYY-MM-DDTHH:mm:ssZ",a=D.z(this),o=this.$H,e=this.$m,s=this.$M,d=r.weekdays,c=r.months,h=function(n,r,a,o){return n&&(n[r]||n(t,i))||a[r].slice(0,o)},u=function(n){return D.s(o%12||12,n,"0")},m=r.meridiem||function(n,t,r){var i=n<12?"AM":"PM";return r?i.toLowerCase():i};return i.replace(f,(function(n,i){return i||function(n){switch(n){case"YY":return String(t.$y).slice(-2);case"YYYY":return D.s(t.$y,4,"0");case"M":return s+1;case"MM":return D.s(s+1,2,"0");case"MMM":return h(r.monthsShort,s,c,3);case"MMMM":return h(c,s);case"D":return t.$D;case"DD":return D.s(t.$D,2,"0");case"d":return String(t.$W);case"dd":return h(r.weekdaysMin,t.$W,d,2);case"ddd":return h(r.weekdaysShort,t.$W,d,3);case"dddd":return d[t.$W];case"H":return String(o);case"HH":return D.s(o,2,"0");case"h":return u(1);case"hh":return u(2);case"a":return m(o,e,!0);case"A":return m(o,e,!1);case"m":return String(e);case"mm":return D.s(e,2,"0");case"s":return String(t.$s);case"ss":return D.s(t.$s,2,"0");case"SSS":return D.s(t.$ms,3,"0");case"Z":return a}return null}(n)||a.replace(":","")}))},p.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},p.diff=function(r,u,l){var m,f=this,b=D.p(u),p=M(r),y=(p.utcOffset()-this.utcOffset())*n,g=this-p,v=function(){return D.m(f,p)};switch(b){case h:m=v()/12;break;case d:m=v();break;case c:m=v()/3;break;case s:m=(g-y)/6048e5;break;case e:m=(g-y)/864e5;break;case o:m=g/t;break;case a:m=g/n;break;case i:m=g/1e3;break;default:m=g}return l?m:D.a(m)},p.daysInMonth=function(){return this.endOf(d).$D},p.$locale=function(){return v[this.$L]},p.locale=function(n,t){if(!n)return this.$L;var r=this.clone(),i=x(n,t,!0);return i&&(r.$L=i),r},p.clone=function(){return D.w(this.$d,this)},p.toDate=function(){return new Date(this.valueOf())},p.toJSON=function(){return this.isValid()?this.toISOString():null},p.toISOString=function(){return this.$d.toISOString()},p.toString=function(){return this.$d.toUTCString()},b}(),S=q.prototype;return M.prototype=S,[["$ms",r],["$s",i],["$m",a],["$H",o],["$W",e],["$M",d],["$y",h],["$D",u]].forEach((function(n){S[n[1]]=function(t){return this.$g(t,n[0],n[1])}})),M.extend=function(n,t){return n.$i||(n(t,q,M),n.$i=!0),M},M.locale=x,M.isDayjs=k,M.unix=function(n){return M(1e3*n)},M.en=v[g],M.Ls=v,M.p={},M}();const e=o.exports,s={dismiss:"Κλείσιμο",future:"σε %s",past:"πριν από %s",s:"λίγα δευτ.",m:"1 λεπτό",mm:"%d λεπτά",h:"1 ώρα",hh:"%d ώρες",d:"1 ημέρα",dd:"%d ημέρες",M:"1 μήνας",MM:"%d μήνες",y:"1 έτος",yy:"%d έτη"},d={dismiss:"Close",future:"in %s",past:"%s ago",s:"few sec",m:"1 min",mm:"%d mins",h:"1 hour",hh:"%d hours",d:"1 day",dd:"%d days",M:"1 month",MM:"%d months",y:"1 year",yy:"%d years"},c={dismiss:"Cerrar",future:"en %s",past:"hace %s",s:"pocos seg",m:"1 min",mm:"%d mins",h:"1 hora",hh:"%d horas",d:"1 día",dd:"%d días",M:"1 mes",MM:"%d meses",y:"1 año",yy:"%d años"},h={dismiss:"Chiudi",future:"tra %s",past:"%s fa",s:"pochi sec",m:"1 min",mm:"%d min",h:"1 ora",hh:"%d ore",d:"1 giorno",dd:"%d giorni",M:"1 mese",MM:"%d mesi",y:"1 anno",yy:"%d anni"};const u={exports:function(n,t,r){n=n||{};var i=t.prototype,a={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function o(n,t,r,a){return i.fromToBase(n,t,r,a)}r.en.relativeTime=a,i.fromToBase=function(t,i,o,e,s){for(var d,c,h,u=o.$locale().relativeTime||a,l=n.thresholds||[{l:"s",r:44,d:"second"},{l:"m",r:89},{l:"mm",r:44,d:"minute"},{l:"h",r:89},{l:"hh",r:21,d:"hour"},{l:"d",r:35},{l:"dd",r:25,d:"day"},{l:"M",r:45},{l:"MM",r:10,d:"month"},{l:"y",r:17},{l:"yy",d:"year"}],m=l.length,f=0;f<m;f+=1){var b=l[f];b.d&&(d=e?r(t).diff(o,b.d,!0):o.diff(t,b.d,!0));var p=(n.rounding||Math.round)(Math.abs(d));if(h=d>0,p<=b.r||!b.r){p<=1&&f>0&&(b=l[f-1]);var y=u[b.l];s&&(p=s(""+p)),c="string"==typeof y?y.replace("%d",p):y(p,i,b.l,h);break}}if(i)return c;var g=h?u.future:u.past;return"function"==typeof g?g(c):g.replace("%s",c)},i.to=function(n,t){return o(n,t,this,!0)},i.from=function(n,t){return o(n,t,this)};var e=function(n){return n.$u?r.utc():r()};i.toNow=function(n){return this.to(e(this),n)},i.fromNow=function(n){return this.from(e(this),n)}}}.exports;var l={exports:{}};l.exports=function(){
2
+ /*!
3
+ * mustache.js - Logic-less {{mustache}} templates with JavaScript
4
+ * http://github.com/janl/mustache.js
5
+ */
6
+ var n=Object.prototype.toString,t=Array.isArray||function(t){return"[object Array]"===n.call(t)};function r(n){return"function"==typeof n}function i(n){return n.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function a(n,t){return null!=n&&"object"==typeof n&&t in n}var o=RegExp.prototype.test;var e=/\S/;function s(n){return!function(n,t){return o.call(n,t)}(e,n)}var d={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;","`":"&#x60;","=":"&#x3D;"};var c=/\s*/,h=/\s+/,u=/\s*=/,l=/\s*\}/,m=/#|\^|\/|>|\{|&|=|!/;function f(n){this.string=n,this.tail=n,this.pos=0}function b(n,t){this.view=n,this.cache={".":this.view},this.parent=t}function p(){this.templateCache={_cache:{},set:function(n,t){this._cache[n]=t},get:function(n){return this._cache[n]},clear:function(){this._cache={}}}}f.prototype.eos=function(){return""===this.tail},f.prototype.scan=function(n){var t=this.tail.match(n);if(!t||0!==t.index)return"";var r=t[0];return this.tail=this.tail.substring(r.length),this.pos+=r.length,r},f.prototype.scanUntil=function(n){var t,r=this.tail.search(n);switch(r){case-1:t=this.tail,this.tail="";break;case 0:t="";break;default:t=this.tail.substring(0,r),this.tail=this.tail.substring(r)}return this.pos+=t.length,t},b.prototype.push=function(n){return new b(n,this)},b.prototype.lookup=function(n){var t,i,o,e=this.cache;if(e.hasOwnProperty(n))t=e[n];else{for(var s,d,c,h=this,u=!1;h;){if(n.indexOf(".")>0)for(s=h.view,d=n.split("."),c=0;null!=s&&c<d.length;)c===d.length-1&&(u=a(s,d[c])||(o=d[c],null!=(i=s)&&"object"!=typeof i&&i.hasOwnProperty&&i.hasOwnProperty(o))),s=s[d[c++]];else s=h.view[n],u=a(h.view,n);if(u){t=s;break}h=h.parent}e[n]=t}return r(t)&&(t=t.call(this.view)),t},p.prototype.clearCache=function(){void 0!==this.templateCache&&this.templateCache.clear()},p.prototype.parse=function(n,r){var a=this.templateCache,o=n+":"+(r||y.tags).join(":"),e=void 0!==a,d=e?a.get(o):void 0;return null==d&&(d=function(n,r){if(!n)return[];var a,o,e,d=!1,b=[],p=[],g=[],v=!1,w=!1,k="",x=0;function M(){if(v&&!w)for(;g.length;)delete p[g.pop()];else g=[];v=!1,w=!1}function D(n){if("string"==typeof n&&(n=n.split(h,2)),!t(n)||2!==n.length)throw new Error("Invalid tags: "+n);a=new RegExp(i(n[0])+"\\s*"),o=new RegExp("\\s*"+i(n[1])),e=new RegExp("\\s*"+i("}"+n[1]))}D(r||y.tags);for(var q,S,_,j,$,L,C=new f(n);!C.eos();){if(q=C.pos,_=C.scanUntil(a))for(var T=0,E=_.length;T<E;++T)s(j=_.charAt(T))?(g.push(p.length),k+=j):(w=!0,d=!0,k+=" "),p.push(["text",j,q,q+1]),q+=1,"\n"===j&&(M(),k="",x=0,d=!1);if(!C.scan(a))break;if(v=!0,S=C.scan(m)||"name",C.scan(c),"="===S?(_=C.scanUntil(u),C.scan(u),C.scanUntil(o)):"{"===S?(_=C.scanUntil(e),C.scan(l),C.scanUntil(o),S="&"):_=C.scanUntil(o),!C.scan(o))throw new Error("Unclosed tag at "+C.pos);if($=">"==S?[S,_,q,C.pos,k,x,d]:[S,_,q,C.pos],x++,p.push($),"#"===S||"^"===S)b.push($);else if("/"===S){if(!(L=b.pop()))throw new Error('Unopened section "'+_+'" at '+q);if(L[1]!==_)throw new Error('Unclosed section "'+L[1]+'" at '+q)}else"name"===S||"{"===S||"&"===S?w=!0:"="===S&&D(_)}if(M(),L=b.pop())throw new Error('Unclosed section "'+L[1]+'" at '+C.pos);return function(n){for(var t,r=[],i=r,a=[],o=0,e=n.length;o<e;++o)switch((t=n[o])[0]){case"#":case"^":i.push(t),a.push(t),i=t[4]=[];break;case"/":a.pop()[5]=t[2],i=a.length>0?a[a.length-1][4]:r;break;default:i.push(t)}return r}(function(n){for(var t,r,i=[],a=0,o=n.length;a<o;++a)(t=n[a])&&("text"===t[0]&&r&&"text"===r[0]?(r[1]+=t[1],r[3]=t[3]):(i.push(t),r=t));return i}(p))}(n,r),e&&a.set(o,d)),d},p.prototype.render=function(n,t,r,i){var a=this.getConfigTags(i),o=this.parse(n,a),e=t instanceof b?t:new b(t,void 0);return this.renderTokens(o,e,r,n,i)},p.prototype.renderTokens=function(n,t,r,i,a){for(var o,e,s,d="",c=0,h=n.length;c<h;++c)s=void 0,"#"===(e=(o=n[c])[0])?s=this.renderSection(o,t,r,i,a):"^"===e?s=this.renderInverted(o,t,r,i,a):">"===e?s=this.renderPartial(o,t,r,a):"&"===e?s=this.unescapedValue(o,t):"name"===e?s=this.escapedValue(o,t,a):"text"===e&&(s=this.rawValue(o)),void 0!==s&&(d+=s);return d},p.prototype.renderSection=function(n,i,a,o,e){var s=this,d="",c=i.lookup(n[1]);if(c){if(t(c))for(var h=0,u=c.length;h<u;++h)d+=this.renderTokens(n[4],i.push(c[h]),a,o,e);else if("object"==typeof c||"string"==typeof c||"number"==typeof c)d+=this.renderTokens(n[4],i.push(c),a,o,e);else if(r(c)){if("string"!=typeof o)throw new Error("Cannot use higher-order sections without the original template");null!=(c=c.call(i.view,o.slice(n[3],n[5]),(function(n){return s.render(n,i,a,e)})))&&(d+=c)}else d+=this.renderTokens(n[4],i,a,o,e);return d}},p.prototype.renderInverted=function(n,r,i,a,o){var e=r.lookup(n[1]);if(!e||t(e)&&0===e.length)return this.renderTokens(n[4],r,i,a,o)},p.prototype.indentPartial=function(n,t,r){for(var i=t.replace(/[^ \t]/g,""),a=n.split("\n"),o=0;o<a.length;o++)a[o].length&&(o>0||!r)&&(a[o]=i+a[o]);return a.join("\n")},p.prototype.renderPartial=function(n,t,i,a){if(i){var o=this.getConfigTags(a),e=r(i)?i(n[1]):i[n[1]];if(null!=e){var s=n[4],d=e;0==n[5]&&s&&(d=this.indentPartial(e,s,n[6]));var c=this.parse(d,o);return this.renderTokens(c,t,i,d,a)}}},p.prototype.unescapedValue=function(n,t){var r=t.lookup(n[1]);if(null!=r)return r},p.prototype.escapedValue=function(n,t,r){var i=this.getConfigEscape(r)||y.escape,a=t.lookup(n[1]);if(null!=a)return"number"==typeof a&&i===y.escape?String(a):i(a)},p.prototype.rawValue=function(n){return n[1]},p.prototype.getConfigTags=function(n){return t(n)?n:n&&"object"==typeof n?n.tags:void 0},p.prototype.getConfigEscape=function(n){return n&&"object"==typeof n&&!t(n)?n.escape:void 0};var y={name:"mustache.js",version:"4.2.0",tags:["{{","}}"],clearCache:void 0,escape:void 0,parse:void 0,render:void 0,Scanner:void 0,Context:void 0,Writer:void 0,set templateCache(n){g.templateCache=n},get templateCache(){return g.templateCache}},g=new p;return y.clearCache=function(){return g.clearCache()},y.parse=function(n,t){return g.parse(n,t)},y.render=function(n,r,i,a){if("string"!=typeof n)throw new TypeError('Invalid template! Template should be a "string" but "'+((t(o=n)?"array":typeof o)+'" was given as the first argument for mustache#render(template, view, partials)'));var o;return g.render(n,r,i,a)},y.escape=function(n){return String(n).replace(/[&<>"'`=\/]/g,(function(n){return d[n]}))},y.Scanner=f,y.Context=b,y.Writer=p,y}();class m{constructor(n){this.rollbackLanguage="en",this.set=n=>{this.config=n},this.lang=n=>(this.element=n,this.closestElement=this.element.closest("[lang]"),this.closestElement&&this.closestElement.lang?(this.language=this.closestElement.lang,this.language):(this.language=this.rollbackLanguage,this.language)),this.update=n=>{const t=null!=n?n:this.element.shadowRoot;t&&t.querySelectorAll("*").forEach((n=>{n.tagName.toLowerCase().startsWith("mds-")&&n&&"updateLang"in n&&n.updateLang()}))},this.pluralize=(n,t)=>{const r=this.config[this.language]?this.config[this.language][n]:this.config[this.rollbackLanguage][n],i=[];Array.isArray(r)?(i.push(r[0]),i.push(r[1])):(i.push(r),i.push(r));const[a]=i;let o=a;const e=Object.keys(t);if(e.length>0){const[n]=e;"number"==typeof t[n]&&1!==t[n]&&(o=i[1])}return l.exports.render(o,t)},this.get=(n,t)=>t?this.pluralize(n,t):this.config[this.language]?this.config[this.language][n]:this.config[this.rollbackLanguage][n],n&&this.set(n)}}e.extend(u);const f=class{constructor(r){n(this,r),this.closedEvent=t(this,"mdsPushNotificationClose",7),this.t=new m({el:s,en:d,es:c,it:h}),this.dateFormat="timeago",this.deletable=!0,this.message="Nessun messaggio disponibile",this.preview="image",this.tone="weak",this.onClickClose=n=>{n.stopPropagation(),this.closedEvent.emit()}}async updateLang(){this.language=this.t.lang(this.host)}componentWillLoad(){var n,t;this.hasActions=null!==this.host.querySelector('[slot="actions"]'),this.hasBadge=null!==this.host.querySelector('[slot="badge"]'),this.datetime&&(this.datetime=(n=>new RegExp("^\\d{4}(-\\d{2})?(-\\d{2})?(T\\d{2}(:\\d{2})?(:\\d{2})?(\\.\\d{3})?)?([+-]\\d{2}:\\d{2}|Z)?$").test(n))(t=null===(n=this.datetime)||void 0===n?void 0:n.toString())?t:new Date(t).toISOString()),this.t.lang(this.host);const r={future:this.t.get("future"),past:this.t.get("past"),s:this.t.get("s"),m:this.t.get("m"),mm:this.t.get("mm"),h:this.t.get("h"),hh:this.t.get("hh"),d:this.t.get("d"),dd:this.t.get("dd"),M:this.t.get("M"),MM:this.t.get("MM"),y:this.t.get("y"),yy:this.t.get("yy")};e.locale("custom-locale",{relativeTime:r})}render(){var n;return r(i,{key:"ca899101a9c26450da9eb84acfe90b3114ca4231"},(null!==(n=this.icon)&&void 0!==n?n:"avatar"===this.preview)&&r("mds-avatar",{key:"2440255e356dc29ac4ff3043f8f1dea40db036cc",class:"avatar",icon:this.icon,initials:this.initials,part:"avatar",src:this.src,tone:this.tone,variant:this.variant}),this.src&&"avatar"!==this.preview&&r("mds-img",{key:"09641cbadb6b8ce0d93d99fa0b4cc271e264cd8b",class:"picture",part:"picture",src:this.src}),r("div",{key:"161f883ef9e1f0deaee84cd421d3a776ea86d336",class:"content",part:"content"},r("div",{key:"b61782b62a16064d841e546489eabd8ee2aa1f21",class:"header"},r("div",{key:"02463af834b5c7f98a38dc6defc1c55ce01930bd",class:"infos"},this.hasBadge&&r("div",{key:"a3f13e3d63edc69705f11d082b875811cfcc7aab"},r("slot",{key:"4d9700269231a39130483c4c62e169051c82c863",name:"badge"})),this.subject&&r("mds-text",{key:"dc4550b30b02fd37a097db6ea2ed1076ea7794bd",class:"subject",typography:"h6",variant:"title",truncate:"all"},this.subject)),this.datetime&&r("mds-text",{key:"6b2b852330706a607c4c9dfb1178f98218a2ac6b",class:"time",typography:"option"},"timeago"===this.dateFormat?e(this.datetime).fromNow():e(this.datetime).format(this.dateFormat))),r("mds-text",{key:"dc624ccb1feb0fcaed8d25a672312930f2a4812d",class:"message",truncate:"all",typography:"caption",variant:"info"},this.message),this.hasActions&&r("div",{key:"ff8cdd1a38b50041ebf11314c7fe3ad17d1b5d7f",class:"actions",part:"actions"},r("slot",{key:"3932ede2f98b5a97300c9536d5e4cf9bf82c5836",name:"actions"}))),this.deletable&&r("mds-button",{key:"3be9139ed74f8a9a0425c01cc6ceff541771057b",class:"close-button",title:this.t.get("dismiss"),icon:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10s10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17L12 13.41L8.41 17L7 15.59L10.59 12L7 8.41L8.41 7L12 10.59L15.59 7L17 8.41L13.41 12L17 15.59z"/></svg>',onClick:this.onClickClose.bind(this)}))}get host(){return a(this)}};f.style='@tailwind components;\n@tailwind utilities;\n\n:host {\n\n --mds-push-notification-duration: 200ms;\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--tone-neutral-04));\n --mds-push-notification-message-line-clamp: 2;\n --mds-push-notification-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);\n --mds-push-notification-subject-line-clamp: 1;\n --mds-push-notification-timing-function: cubic-bezier(1, 0, 0, 1);\n min-width: 18rem;\n max-width: 20rem;\n gap: 1rem;\n border-radius: 0.5rem;\n padding: 1rem;\n padding-right: 2rem;\n\n -ms-flex-align: start;\n\n align-items: flex-start;\n background-color: rgb(var(--tone-neutral));\n -webkit-box-shadow: var(--mds-push-notification-shadow);\n box-shadow: var(--mds-push-notification-shadow);\n color: rgb(var(--tone-neutral-02));\n display: -ms-flexbox;\n display: flex;\n pointer-events: auto;\n position: relative;\n -webkit-transition-duration: var(--mds-push-notification-duration);\n transition-duration: var(--mds-push-notification-duration);\n -webkit-transition-property: background-color, color, margin, -webkit-box-shadow, -webkit-transform;\n transition-property: background-color, color, margin, -webkit-box-shadow, -webkit-transform;\n transition-property: background-color, box-shadow, color, margin, transform;\n transition-property: background-color, box-shadow, color, margin, transform, -webkit-box-shadow, -webkit-transform;\n -webkit-transition-timing-function: var(--mds-push-notification-timing-function);\n transition-timing-function: var(--mds-push-notification-timing-function);\n}\n\n:host([deletable="false"]){\n\n padding-right: 1rem;\n}\n\n.content {\n display: grid;\n -ms-flex-positive: 1;\n flex-grow: 1;\n}\n\n.actions{\n\n gap: 0.5rem;\n\n padding-top: 0.5rem;\n\n display: -ms-flexbox;\n\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n min-width: 1px;\n}\n\n.avatar,\n.picture {\n -ms-flex-negative: 0;\n flex-shrink: 0;\n}\n\n.picture{\n\n max-width: 3rem;\n\n border-radius: 0.25rem;\n\n -webkit-box-shadow: 0 0 1px 1px rgb(0 0 0 / 0.06), 0 1px 2px 0 rgb(0 0 0 / 0.05);\n\n box-shadow: 0 0 1px 1px rgb(0 0 0 / 0.06), 0 1px 2px 0 rgb(0 0 0 / 0.05);\n width: 100%;\n}\n\n.close-button{\n\n padding: 0.375rem;\n\n -webkit-transition-property: opacity;\n\n transition-property: opacity;\n\n -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n\n -webkit-transition-duration: 150ms;\n\n transition-duration: 150ms;\n\n background-color: transparent;\n fill: rgb(var(--tone-neutral-06));\n opacity: 0;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n:host(:hover) .close-button {\n opacity: 1;\n}\n\n.close-button:focus-visible,\n.close-button:hover {\n fill: rgb(var(--tone-neutral-03));\n opacity: 1;\n}\n\n.header{\n\n gap: 0.25rem;\n\n -ms-flex-align: baseline;\n\n align-items: baseline;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-pack: justify;\n justify-content: space-between;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.infos {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n\n.time{\n\n margin-right: 0.25rem;\n\n -ms-flex-negative: 0;\n\n flex-shrink: 0;\n white-space: nowrap;\n}\n\n.subject {\n\n --mds-text-line-clamp: var(--mds-push-notification-subject-line-clamp);\n\n line-height: 0.875rem;\n text-overflow: ellipsis;\n}\n\n.message {\n\n --mds-text-line-clamp: var(--mds-push-notification-message-line-clamp);\n\n line-height: 0.875rem;\n text-overflow: ellipsis;\n}\n\n.avatar{\n\n height: 2.25rem;\n\n width: 2.25rem;\n\n background-color: var(--mds-push-notification-icon-background-color);\n border-radius: 1000px;\n fill: var(--mds-push-notification-icon-color);\n}\n\n.avatar::part(svg){\n\n width: 1.5rem;\n}\n\n:host([src]) .avatar {\n background-color: transparent;\n}\n\n:host([icon]) .avatar::part(wrapper){\n\n padding: 0.375rem;\n}\n\n@tailwind utilities;\n\n:host( [variant="primary"][tone="strong"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--variant-primary-05));\n --mds-push-notification-icon-color: rgb(var(--variant-primary-10));\n}\n\n:host( [variant="primary"] ),\n:host( [variant="primary"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--variant-primary-09));\n --mds-push-notification-icon-color: rgb(var(--variant-primary-05));\n}\n\n:host( [variant="primary"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--variant-primary-05));\n}\n\n@tailwind utilities;\n\n:host( [variant="orange"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-orange-05));\n --mds-push-notification-icon-color: rgb(var(--label-orange-10));\n}\n\n:host( [variant="orange"] ),\n:host( [variant="orange"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-orange-09));\n --mds-push-notification-icon-color: rgb(var(--label-orange-05));\n}\n\n:host( [variant="orange"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-orange-05));\n}\n\n:host( [variant="amaranth"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-amaranth-05));\n --mds-push-notification-icon-color: rgb(var(--label-amaranth-10));\n}\n\n:host( [variant="amaranth"] ),\n:host( [variant="amaranth"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-amaranth-09));\n --mds-push-notification-icon-color: rgb(var(--label-amaranth-05));\n}\n\n:host( [variant="amaranth"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-amaranth-05));\n}\n\n:host( [variant="orchid"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-orchid-05));\n --mds-push-notification-icon-color: rgb(var(--label-orchid-10));\n}\n\n:host( [variant="orchid"] ),\n:host( [variant="orchid"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-orchid-09));\n --mds-push-notification-icon-color: rgb(var(--label-orchid-05));\n}\n\n:host( [variant="orchid"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-orchid-05));\n}\n\n:host( [variant="violet"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-violet-05));\n --mds-push-notification-icon-color: rgb(var(--label-violet-10));\n}\n\n:host( [variant="violet"] ),\n:host( [variant="violet"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-violet-09));\n --mds-push-notification-icon-color: rgb(var(--label-violet-05));\n}\n\n:host( [variant="violet"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-violet-05));\n}\n\n:host( [variant="blue"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-blue-05));\n --mds-push-notification-icon-color: rgb(var(--label-blue-10));\n}\n\n:host( [variant="blue"] ),\n:host( [variant="blue"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-blue-09));\n --mds-push-notification-icon-color: rgb(var(--label-blue-05));\n}\n\n:host( [variant="blue"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-blue-05));\n}\n\n:host( [variant="sky"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-sky-05));\n --mds-push-notification-icon-color: rgb(var(--label-sky-10));\n}\n\n:host( [variant="sky"] ),\n:host( [variant="sky"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-sky-09));\n --mds-push-notification-icon-color: rgb(var(--label-sky-05));\n}\n\n:host( [variant="sky"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-sky-05));\n}\n\n:host( [variant="aqua"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-aqua-05));\n --mds-push-notification-icon-color: rgb(var(--label-aqua-10));\n}\n\n:host( [variant="aqua"] ),\n:host( [variant="aqua"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-aqua-09));\n --mds-push-notification-icon-color: rgb(var(--label-aqua-05));\n}\n\n:host( [variant="aqua"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-aqua-05));\n}\n\n:host( [variant="green"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-green-05));\n --mds-push-notification-icon-color: rgb(var(--label-green-10));\n}\n\n:host( [variant="green"] ),\n:host( [variant="green"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-green-09));\n --mds-push-notification-icon-color: rgb(var(--label-green-05));\n}\n\n:host( [variant="green"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-green-05));\n}\n\n:host( [variant="lime"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-lime-05));\n --mds-push-notification-icon-color: rgb(var(--label-lime-10));\n}\n\n:host( [variant="lime"] ),\n:host( [variant="lime"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-lime-09));\n --mds-push-notification-icon-color: rgb(var(--label-lime-05));\n}\n\n:host( [variant="lime"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-lime-05));\n}\n\n:host( [variant="yellow"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--label-yellow-05));\n --mds-push-notification-icon-color: rgb(var(--label-yellow-10));\n}\n\n:host( [variant="yellow"] ),\n:host( [variant="yellow"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--label-yellow-09));\n --mds-push-notification-icon-color: rgb(var(--label-yellow-05));\n}\n\n:host( [variant="yellow"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--label-yellow-05));\n}\n\n@tailwind utilities;\n\n:host( [variant="error"][tone="strong"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-error-05));\n --mds-push-notification-icon-color: rgb(var(--status-error-10));\n}\n\n:host( [variant="error"] ),\n:host( [variant="error"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-error-09));\n --mds-push-notification-icon-color: rgb(var(--status-error-05));\n}\n\n:host( [variant="error"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--status-error-05));\n}\n\n:host( [variant="warning"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--status-warning-05));\n --mds-push-notification-icon-color: rgb(var(--status-warning-10));\n}\n\n:host( [variant="warning"] ),\n:host( [variant="warning"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-warning-09));\n --mds-push-notification-icon-color: rgb(var(--status-warning-05));\n}\n\n:host( [variant="warning"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--status-warning-05));\n}\n\n:host( [variant="success"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--status-success-05));\n --mds-push-notification-icon-color: rgb(var(--status-success-10));\n}\n\n:host( [variant="success"] ),\n:host( [variant="success"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-success-09));\n --mds-push-notification-icon-color: rgb(var(--status-success-05));\n}\n\n:host( [variant="success"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--status-success-05));\n}\n\n:host( [variant="info"][tone="strong"] ) {\n \n --mds-push-notification-icon-background-color: rgb(var(--status-info-05));\n --mds-push-notification-icon-color: rgb(var(--status-info-10));\n}\n\n:host( [variant="info"] ),\n:host( [variant="info"][tone="weak"] ) {\n\n --mds-push-notification-icon-background-color: rgb(var(--status-info-09));\n --mds-push-notification-icon-color: rgb(var(--status-info-05));\n}\n\n:host( [variant="info"][tone="quiet"] ) {\n\n --mds-push-notification-icon-background-color: transparent;\n --mds-push-notification-icon-color: rgb(var(--status-info-05));\n}\n\n@tailwind utilities;\n\n@container style(--magma-pref-animation: reduce) {\n :host,\n .close-button {\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n }\n}\n\n@container style(--magma-pref-animation: system) {\n\n @media (prefers-reduced-motion) {\n :host,\n .close-button {\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n }\n }\n}\n\n@tailwind utilities;\n\n@container style(--magma-pref-theme: dark) {\n :host {\n\n --mds-push-notification-shadow: 0 0 0 1px rgb(var(--tone-neutral-01) / 0.3) inset;\n }\n}\n\n@container style(--magma-pref-theme: system) {\n\n @media (prefers-color-scheme: dark) {\n :host {\n\n --mds-push-notification-shadow: 0 0 0 1px rgb(var(--tone-neutral-01) / 0.3) inset;\n }\n }\n}\n\n@container style(--magma-pref-contrast: more) {\n :host {\n\n --mds-push-notification-shadow: 0 0 0 2px rgb(var(--tone-neutral-01) / 0.6) inset;\n\n color: rgb(var(--tone-neutral-01));\n }\n}\n\n@container style(--magma-pref-contrast: system) {\n\n @media (prefers-contrast: more) {\n :host {\n\n --mds-push-notification-shadow: 0 0 0 2px rgb(var(--tone-neutral-01) / 0.6) inset;\n\n color: rgb(var(--tone-neutral-01));\n }\n }\n}\n\n:host(:not(:is([hydrated], .hydrated))) {\n -webkit-animation-duration: 0s;\n animation-duration: 0s;\n border-color: transparent;\n -webkit-box-shadow: 0 0 0 transparent;\n box-shadow: 0 0 0 transparent;\n opacity: 0;\n outline-color: transparent;\n -webkit-transition-delay: 0s;\n transition-delay: 0s;\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n visibility: hidden;\n}\n\n/* TODO refact(stencil): Uses only used selector from parent shadowDOM component */\n\nmds-accordion:not(:is([hydrated], .hydrated)),\nmds-accordion-item:not(:is([hydrated], .hydrated)),\nmds-accordion-timer:not(:is([hydrated], .hydrated)),\nmds-accordion-timer-item:not(:is([hydrated], .hydrated)),\nmds-author:not(:is([hydrated], .hydrated)),\nmds-avatar:not(:is([hydrated], .hydrated)),\nmds-badge:not(:is([hydrated], .hydrated)),\nmds-banner:not(:is([hydrated], .hydrated)),\nmds-benchmark-bar:not(:is([hydrated], .hydrated)),\nmds-bibliography:not(:is([hydrated], .hydrated)),\nmds-breadcrumb:not(:is([hydrated], .hydrated)),\nmds-breadcrumb-item:not(:is([hydrated], .hydrated)),\nmds-button:not(:is([hydrated], .hydrated)),\nmds-card:not(:is([hydrated], .hydrated)),\nmds-card-content:not(:is([hydrated], .hydrated)),\nmds-card-footer:not(:is([hydrated], .hydrated)),\nmds-card-header:not(:is([hydrated], .hydrated)),\nmds-card-media:not(:is([hydrated], .hydrated)),\nmds-chip:not(:is([hydrated], .hydrated)),\nmds-details:not(:is([hydrated], .hydrated)),\nmds-dropdown:not(:is([hydrated], .hydrated)),\nmds-entity:not(:is([hydrated], .hydrated)),\nmds-file:not(:is([hydrated], .hydrated)),\nmds-file-preview:not(:is([hydrated], .hydrated)),\nmds-filter:not(:is([hydrated], .hydrated)),\nmds-filter-item:not(:is([hydrated], .hydrated)),\nmds-header:not(:is([hydrated], .hydrated)),\nmds-header-bar:not(:is([hydrated], .hydrated)),\nmds-help:not(:is([hydrated], .hydrated)),\nmds-horizontal-scroll:not(:is([hydrated], .hydrated)),\nmds-hr:not(:is([hydrated], .hydrated)),\nmds-icon:not(:is([hydrated], .hydrated)),\nmds-img:not(:is([hydrated], .hydrated)),\nmds-input:not(:is([hydrated], .hydrated)),\nmds-input-field:not(:is([hydrated], .hydrated)),\nmds-input-range:not(:is([hydrated], .hydrated)),\nmds-input-select:not(:is([hydrated], .hydrated)),\nmds-input-switch:not(:is([hydrated], .hydrated)),\nmds-input-tip:not(:is([hydrated], .hydrated)),\nmds-input-tip-item:not(:is([hydrated], .hydrated)),\nmds-input-upload:not(:is([hydrated], .hydrated)),\nmds-keyboard:not(:is([hydrated], .hydrated)),\nmds-keyboard-key:not(:is([hydrated], .hydrated)),\nmds-kpi:not(:is([hydrated], .hydrated)),\nmds-kpi-item:not(:is([hydrated], .hydrated)),\nmds-label:not(:is([hydrated], .hydrated)),\nmds-list:not(:is([hydrated], .hydrated)),\nmds-list-item:not(:is([hydrated], .hydrated)),\nmds-modal:not(:is([hydrated], .hydrated)),\nmds-note:not(:is([hydrated], .hydrated)),\nmds-notification:not(:is([hydrated], .hydrated)),\nmds-paginator:not(:is([hydrated], .hydrated)),\nmds-paginator-item:not(:is([hydrated], .hydrated)),\nmds-pref:not(:is([hydrated], .hydrated)),\nmds-pref-animation:not(:is([hydrated], .hydrated)),\nmds-pref-consumption:not(:is([hydrated], .hydrated)),\nmds-pref-contrast:not(:is([hydrated], .hydrated)),\nmds-pref-language:not(:is([hydrated], .hydrated)),\nmds-pref-language-item:not(:is([hydrated], .hydrated)),\nmds-pref-theme:not(:is([hydrated], .hydrated)),\nmds-price-table:not(:is([hydrated], .hydrated)),\nmds-price-table-features:not(:is([hydrated], .hydrated)),\nmds-price-table-features-cell:not(:is([hydrated], .hydrated)),\nmds-price-table-features-row:not(:is([hydrated], .hydrated)),\nmds-price-table-header:not(:is([hydrated], .hydrated)),\nmds-price-table-list:not(:is([hydrated], .hydrated)),\nmds-price-table-list-item:not(:is([hydrated], .hydrated)),\nmds-progress:not(:is([hydrated], .hydrated)),\nmds-push-notification:not(:is([hydrated], .hydrated)),\nmds-push-notifications:not(:is([hydrated], .hydrated)),\nmds-quote:not(:is([hydrated], .hydrated)),\nmds-separator:not(:is([hydrated], .hydrated)),\nmds-spinner:not(:is([hydrated], .hydrated)),\nmds-stepper-bar:not(:is([hydrated], .hydrated)),\nmds-stepper-bar-item:not(:is([hydrated], .hydrated)),\nmds-tab:not(:is([hydrated], .hydrated)),\nmds-tab-bar:not(:is([hydrated], .hydrated)),\nmds-tab-bar-item:not(:is([hydrated], .hydrated)),\nmds-tab-item:not(:is([hydrated], .hydrated)),\nmds-table:not(:is([hydrated], .hydrated)),\nmds-table-body:not(:is([hydrated], .hydrated)),\nmds-table-cell:not(:is([hydrated], .hydrated)),\nmds-table-footer:not(:is([hydrated], .hydrated)),\nmds-table-header:not(:is([hydrated], .hydrated)),\nmds-table-header-cell:not(:is([hydrated], .hydrated)),\nmds-table-row:not(:is([hydrated], .hydrated)),\nmds-text:not(:is([hydrated], .hydrated)),\nmds-toast:not(:is([hydrated], .hydrated)),\nmds-tooltip:not(:is([hydrated], .hydrated)),\nmds-tree:not(:is([hydrated], .hydrated)),\nmds-tree-item:not(:is([hydrated], .hydrated)),\nmds-url-view:not(:is([hydrated], .hydrated)),\nmds-usage:not(:is([hydrated], .hydrated)),\nmds-video-wall:not(:is([hydrated], .hydrated)),\nmds-zero:not(:is([hydrated], .hydrated))\n{\n -webkit-animation-duration: 0s;\n animation-duration: 0s;\n border-color: transparent;\n -webkit-box-shadow: 0 0 0 transparent;\n box-shadow: 0 0 0 transparent;\n opacity: 0;\n outline-color: transparent;\n -webkit-transition-delay: 0s;\n transition-delay: 0s;\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n visibility: hidden;\n}\n\n';export{f as mds_push_notification}