urnovl-web-components 0.0.66 → 0.0.68

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 (118) hide show
  1. package/dist/{esm/button-base-e9b7f052.js → cjs/button-base-d245378c.js} +38 -5
  2. package/dist/cjs/button-base-d245378c.js.map +1 -0
  3. package/dist/cjs/{index-2023d485.js → index-7073bfb2.js} +2 -2
  4. package/dist/cjs/{index-2023d485.js.map → index-7073bfb2.js.map} +1 -1
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/ur-button-arrow-left_2.cjs.entry.js +3 -41
  7. package/dist/cjs/ur-button-arrow-left_2.cjs.entry.js.map +1 -1
  8. package/dist/cjs/ur-locale-filter-button.cjs.entry.js +25 -0
  9. package/dist/cjs/ur-locale-filter-button.cjs.entry.js.map +1 -0
  10. package/dist/cjs/ur-locale-filter-panel.cjs.entry.js +344 -0
  11. package/dist/cjs/ur-locale-filter-panel.cjs.entry.js.map +1 -0
  12. package/dist/cjs/ur-novl-carousel.cjs.entry.js +1 -1
  13. package/dist/cjs/ur-novl.cjs.entry.js +3 -3
  14. package/dist/cjs/ur-profile.cjs.entry.js +5 -5
  15. package/dist/cjs/ur-user-profile.cjs.entry.js +1 -1
  16. package/dist/cjs/urnovl-web-components.cjs.js +1 -1
  17. package/dist/cjs/watch-fc873d99.js +44 -0
  18. package/dist/cjs/watch-fc873d99.js.map +1 -0
  19. package/dist/collection/collection-manifest.json +2 -1
  20. package/dist/collection/components/{ur-novl-locale-filter-button/ur-novl-locale-filter-button.js → ur-locale-filter-button/ur-locale-filter-button.js} +6 -6
  21. package/dist/collection/components/ur-locale-filter-button/ur-locale-filter-button.js.map +1 -0
  22. package/dist/collection/components/ur-locale-filter-panel/ur-locale-filter-panel.css +95 -0
  23. package/dist/collection/components/ur-locale-filter-panel/ur-locale-filter-panel.js +84 -0
  24. package/dist/collection/components/ur-locale-filter-panel/ur-locale-filter-panel.js.map +1 -0
  25. package/dist/collection/components/ur-novl/ur-novl.js +3 -3
  26. package/dist/collection/components/ur-novl-carousel/ur-novl-carousel.js +1 -1
  27. package/dist/collection/components/ur-profile/ur-profile.js +3 -3
  28. package/dist/collection/components/ur-user-profile/ur-user-profile.js +1 -1
  29. package/dist/collection/stories/NovlFilters.stories.js +24 -4
  30. package/dist/collection/stories/NovlFilters.stories.js.map +1 -1
  31. package/dist/components/{p-aec308e7.js → p-112b399c.js} +4 -4
  32. package/dist/components/p-112b399c.js.map +1 -0
  33. package/dist/components/{p-291d60ec.js → p-44e60664.js} +3 -41
  34. package/dist/components/p-44e60664.js.map +1 -0
  35. package/dist/components/{p-eabeda9e.js → p-4e440d42.js} +4 -4
  36. package/dist/components/{p-eabeda9e.js.map → p-4e440d42.js.map} +1 -1
  37. package/dist/components/p-8994d758.js +42 -0
  38. package/dist/components/p-8994d758.js.map +1 -0
  39. package/dist/components/{p-24f4ff71.js → p-8d317ae7.js} +2 -2
  40. package/dist/components/{p-24f4ff71.js.map → p-8d317ae7.js.map} +1 -1
  41. package/dist/components/{p-1a8f3f6c.js → p-d617ec5b.js} +2 -2
  42. package/dist/components/{p-1a8f3f6c.js.map → p-d617ec5b.js.map} +1 -1
  43. package/dist/components/{p-a3558c16.js → p-f321fb39.js} +2 -2
  44. package/dist/components/{p-a3558c16.js.map → p-f321fb39.js.map} +1 -1
  45. package/dist/components/ur-button-arrow-left.js +1 -1
  46. package/dist/components/ur-button-arrow-right.js +1 -1
  47. package/dist/components/ur-locale-filter-button.d.ts +11 -0
  48. package/dist/components/ur-locale-filter-button.js +41 -0
  49. package/dist/components/ur-locale-filter-button.js.map +1 -0
  50. package/dist/components/ur-locale-filter-panel.d.ts +11 -0
  51. package/dist/components/ur-locale-filter-panel.js +361 -0
  52. package/dist/components/ur-locale-filter-panel.js.map +1 -0
  53. package/dist/components/ur-novl-carousel.js +4 -4
  54. package/dist/components/ur-novl.js +1 -1
  55. package/dist/components/ur-profile.js +4 -4
  56. package/dist/components/ur-user-profile.js +1 -1
  57. package/dist/{cjs/button-base-f4219018.js → esm/button-base-1f8dc1c6.js} +5 -17
  58. package/dist/esm/button-base-1f8dc1c6.js.map +1 -0
  59. package/dist/esm/{index-9578637f.js → index-7b83adf4.js} +2 -2
  60. package/dist/esm/{index-9578637f.js.map → index-7b83adf4.js.map} +1 -1
  61. package/dist/esm/loader.js +1 -1
  62. package/dist/esm/ur-button-arrow-left_2.entry.js +2 -40
  63. package/dist/esm/ur-button-arrow-left_2.entry.js.map +1 -1
  64. package/dist/esm/ur-locale-filter-button.entry.js +21 -0
  65. package/dist/esm/ur-locale-filter-button.entry.js.map +1 -0
  66. package/dist/esm/ur-locale-filter-panel.entry.js +340 -0
  67. package/dist/esm/ur-locale-filter-panel.entry.js.map +1 -0
  68. package/dist/esm/ur-novl-carousel.entry.js +1 -1
  69. package/dist/esm/ur-novl.entry.js +3 -3
  70. package/dist/esm/ur-profile.entry.js +5 -5
  71. package/dist/esm/ur-user-profile.entry.js +1 -1
  72. package/dist/esm/urnovl-web-components.js +1 -1
  73. package/dist/esm/watch-b2be6c78.js +42 -0
  74. package/dist/esm/watch-b2be6c78.js.map +1 -0
  75. package/dist/types/components/{ur-novl-locale-filter-button/ur-novl-locale-filter-button.d.ts → ur-locale-filter-button/ur-locale-filter-button.d.ts} +1 -1
  76. package/dist/types/components/ur-locale-filter-panel/ur-locale-filter-panel.d.ts +9 -0
  77. package/dist/types/components.d.ts +48 -15
  78. package/dist/types/stories/NovlFilters.stories.d.ts +7 -3
  79. package/dist/urnovl-web-components/{p-230530b0.entry.js → p-01ce85a0.entry.js} +3 -3
  80. package/dist/urnovl-web-components/p-01ce85a0.entry.js.map +1 -0
  81. package/dist/urnovl-web-components/{p-44e9e715.js → p-3bdfbfd3.js} +13 -13
  82. package/dist/urnovl-web-components/p-3bdfbfd3.js.map +1 -0
  83. package/dist/urnovl-web-components/{p-ca7472ab.entry.js → p-540d6120.entry.js} +2 -2
  84. package/dist/urnovl-web-components/{p-0fb440ab.entry.js → p-8903759a.entry.js} +2 -2
  85. package/dist/urnovl-web-components/p-8994d758.js +2 -0
  86. package/dist/urnovl-web-components/p-8994d758.js.map +1 -0
  87. package/dist/urnovl-web-components/p-8c5d836d.entry.js +7 -0
  88. package/dist/urnovl-web-components/p-8c5d836d.entry.js.map +1 -0
  89. package/dist/urnovl-web-components/{p-5e23ffc2.js → p-8fc24cd3.js} +2 -2
  90. package/dist/urnovl-web-components/{p-7e54603c.entry.js → p-90352e64.entry.js} +2 -2
  91. package/dist/urnovl-web-components/{p-ebc1fb34.entry.js → p-aa71f609.entry.js} +2 -2
  92. package/dist/urnovl-web-components/p-aa71f609.entry.js.map +1 -0
  93. package/dist/urnovl-web-components/p-c5f0d9a9.entry.js +2 -0
  94. package/dist/urnovl-web-components/urnovl-web-components.esm.js +1 -1
  95. package/dist/urnovl-web-components/urnovl-web-components.esm.js.map +1 -1
  96. package/package.json +2 -1
  97. package/dist/cjs/button-base-f4219018.js.map +0 -1
  98. package/dist/cjs/ur-novl-locale-filter-button.cjs.entry.js +0 -25
  99. package/dist/cjs/ur-novl-locale-filter-button.cjs.entry.js.map +0 -1
  100. package/dist/collection/components/ur-novl-locale-filter-button/ur-novl-locale-filter-button.js.map +0 -1
  101. package/dist/components/p-291d60ec.js.map +0 -1
  102. package/dist/components/p-aec308e7.js.map +0 -1
  103. package/dist/components/ur-novl-locale-filter-button.d.ts +0 -11
  104. package/dist/components/ur-novl-locale-filter-button.js +0 -41
  105. package/dist/components/ur-novl-locale-filter-button.js.map +0 -1
  106. package/dist/esm/button-base-e9b7f052.js.map +0 -1
  107. package/dist/esm/ur-novl-locale-filter-button.entry.js +0 -21
  108. package/dist/esm/ur-novl-locale-filter-button.entry.js.map +0 -1
  109. package/dist/urnovl-web-components/p-230530b0.entry.js.map +0 -1
  110. package/dist/urnovl-web-components/p-36f80656.entry.js +0 -2
  111. package/dist/urnovl-web-components/p-44e9e715.js.map +0 -1
  112. package/dist/urnovl-web-components/p-ebc1fb34.entry.js.map +0 -1
  113. /package/dist/collection/components/{ur-novl-locale-filter-button/ur-novl-locale-filter-button.css → ur-locale-filter-button/ur-locale-filter-button.css} +0 -0
  114. /package/dist/urnovl-web-components/{p-ca7472ab.entry.js.map → p-540d6120.entry.js.map} +0 -0
  115. /package/dist/urnovl-web-components/{p-0fb440ab.entry.js.map → p-8903759a.entry.js.map} +0 -0
  116. /package/dist/urnovl-web-components/{p-5e23ffc2.js.map → p-8fc24cd3.js.map} +0 -0
  117. /package/dist/urnovl-web-components/{p-7e54603c.entry.js.map → p-90352e64.entry.js.map} +0 -0
  118. /package/dist/urnovl-web-components/{p-36f80656.entry.js.map → p-c5f0d9a9.entry.js.map} +0 -0
@@ -1,3 +1,5 @@
1
+ 'use strict';
2
+
1
3
  /******************************************************************************
2
4
  Copyright (c) Microsoft Corporation.
3
5
 
@@ -36,7 +38,7 @@ const t$2=globalThis,e$2=t$2.ShadowRoot&&(void 0===t$2.ShadyCSS||t$2.ShadyCSS.na
36
38
  * @license
37
39
  * Copyright 2017 Google LLC
38
40
  * SPDX-License-Identifier: BSD-3-Clause
39
- */const{is:i$1,defineProperty:e$1,getOwnPropertyDescriptor:r$2,getOwnPropertyNames:h$2,getOwnPropertySymbols:o$1,getPrototypeOf:n$2}=Object,a=globalThis,c$1=a.trustedTypes,l=c$1?c$1.emptyScript:"",p=a.reactiveElementPolyfillSupport,d=(t,s)=>t,u={toAttribute(t,s){switch(s){case Boolean:t=t?l:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t);}return t},fromAttribute(t,s){let i=t;switch(s){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t);}catch(t){i=null;}}return i}},f$2=(t,s)=>!i$1(t,s),y={attribute:!0,type:String,converter:u,reflect:!1,hasChanged:f$2};Symbol.metadata??=Symbol("metadata"),a.litPropertyMetadata??=new WeakMap;class b extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t);}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,s=y){if(s.state&&(s.attribute=!1),this._$Ei(),this.elementProperties.set(t,s),!s.noAccessor){const i=Symbol(),r=this.getPropertyDescriptor(t,i,s);void 0!==r&&e$1(this.prototype,t,r);}}static getPropertyDescriptor(t,s,i){const{get:e,set:h}=r$2(this.prototype,t)??{get(){return this[s]},set(t){this[s]=t;}};return {get(){return e?.call(this)},set(s){const r=e?.call(this);h.call(this,s),this.requestUpdate(t,r,i);},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??y}static _$Ei(){if(this.hasOwnProperty(d("elementProperties")))return;const t=n$2(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties);}static finalize(){if(this.hasOwnProperty(d("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(d("properties"))){const t=this.properties,s=[...h$2(t),...o$1(t)];for(const i of s)this.createProperty(i,t[i]);}const t=this[Symbol.metadata];if(null!==t){const s=litPropertyMetadata.get(t);if(void 0!==s)for(const[t,i]of s)this.elementProperties.set(t,i);}this._$Eh=new Map;for(const[t,s]of this.elementProperties){const i=this._$Eu(t,s);void 0!==i&&this._$Eh.set(i,t);}this.elementStyles=this.finalizeStyles(this.styles);}static finalizeStyles(s){const i=[];if(Array.isArray(s)){const e=new Set(s.flat(1/0).reverse());for(const s of e)i.unshift(c$2(s));}else void 0!==s&&i.push(c$2(s));return i}static _$Eu(t,s){const i=s.attribute;return !1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev();}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)));}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.();}removeController(t){this._$EO?.delete(t);}_$E_(){const t=new Map,s=this.constructor.elementProperties;for(const i of s.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t);}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return S$1(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()));}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()));}attributeChangedCallback(t,s,i){this._$AK(t,i);}_$EC(t,s){const i=this.constructor.elementProperties.get(t),e=this.constructor._$Eu(t,i);if(void 0!==e&&!0===i.reflect){const r=(void 0!==i.converter?.toAttribute?i.converter:u).toAttribute(s,i.type);this._$Em=t,null==r?this.removeAttribute(e):this.setAttribute(e,r),this._$Em=null;}}_$AK(t,s){const i=this.constructor,e=i._$Eh.get(t);if(void 0!==e&&this._$Em!==e){const t=i.getPropertyOptions(e),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:u;this._$Em=e,this[e]=r.fromAttribute(s,t.type),this._$Em=null;}}requestUpdate(t,s,i){if(void 0!==t){if(i??=this.constructor.getPropertyOptions(t),!(i.hasChanged??f$2)(this[t],s))return;this.P(t,s,i);}!1===this.isUpdatePending&&(this._$ES=this._$ET());}P(t,s,i){this._$AL.has(t)||this._$AL.set(t,s),!0===i.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t);}async _$ET(){this.isUpdatePending=!0;try{await this._$ES;}catch(t){Promise.reject(t);}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,s]of this._$Ep)this[t]=s;this._$Ep=void 0;}const t=this.constructor.elementProperties;if(t.size>0)for(const[s,i]of t)!0!==i.wrapped||this._$AL.has(s)||void 0===this[s]||this.P(s,this[s],i);}let t=!1;const s=this._$AL;try{t=this.shouldUpdate(s),t?(this.willUpdate(s),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(s)):this._$EU();}catch(s){throw t=!1,this._$EU(),s}t&&this._$AE(s);}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t);}_$EU(){this._$AL=new Map,this.isUpdatePending=!1;}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return !0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EC(t,this[t]))),this._$EU();}updated(t){}firstUpdated(t){}}b.elementStyles=[],b.shadowRootOptions={mode:"open"},b[d("elementProperties")]=new Map,b[d("finalized")]=new Map,p?.({ReactiveElement:b}),(a.reactiveElementVersions??=[]).push("2.0.4");
41
+ */const {is:i$1,defineProperty:e$1,getOwnPropertyDescriptor:r$2,getOwnPropertyNames:h$2,getOwnPropertySymbols:o$1,getPrototypeOf:n$2}=Object,a=globalThis,c$1=a.trustedTypes,l=c$1?c$1.emptyScript:"",p=a.reactiveElementPolyfillSupport,d=(t,s)=>t,u={toAttribute(t,s){switch(s){case Boolean:t=t?l:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t);}return t},fromAttribute(t,s){let i=t;switch(s){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t);}catch(t){i=null;}}return i}},f$2=(t,s)=>!i$1(t,s),y={attribute:!0,type:String,converter:u,reflect:!1,hasChanged:f$2};Symbol.metadata??=Symbol("metadata"),a.litPropertyMetadata??=new WeakMap;class b extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t);}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,s=y){if(s.state&&(s.attribute=!1),this._$Ei(),this.elementProperties.set(t,s),!s.noAccessor){const i=Symbol(),r=this.getPropertyDescriptor(t,i,s);void 0!==r&&e$1(this.prototype,t,r);}}static getPropertyDescriptor(t,s,i){const{get:e,set:h}=r$2(this.prototype,t)??{get(){return this[s]},set(t){this[s]=t;}};return {get(){return e?.call(this)},set(s){const r=e?.call(this);h.call(this,s),this.requestUpdate(t,r,i);},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??y}static _$Ei(){if(this.hasOwnProperty(d("elementProperties")))return;const t=n$2(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties);}static finalize(){if(this.hasOwnProperty(d("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(d("properties"))){const t=this.properties,s=[...h$2(t),...o$1(t)];for(const i of s)this.createProperty(i,t[i]);}const t=this[Symbol.metadata];if(null!==t){const s=litPropertyMetadata.get(t);if(void 0!==s)for(const[t,i]of s)this.elementProperties.set(t,i);}this._$Eh=new Map;for(const[t,s]of this.elementProperties){const i=this._$Eu(t,s);void 0!==i&&this._$Eh.set(i,t);}this.elementStyles=this.finalizeStyles(this.styles);}static finalizeStyles(s){const i=[];if(Array.isArray(s)){const e=new Set(s.flat(1/0).reverse());for(const s of e)i.unshift(c$2(s));}else void 0!==s&&i.push(c$2(s));return i}static _$Eu(t,s){const i=s.attribute;return !1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev();}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)));}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.();}removeController(t){this._$EO?.delete(t);}_$E_(){const t=new Map,s=this.constructor.elementProperties;for(const i of s.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t);}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return S$1(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()));}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()));}attributeChangedCallback(t,s,i){this._$AK(t,i);}_$EC(t,s){const i=this.constructor.elementProperties.get(t),e=this.constructor._$Eu(t,i);if(void 0!==e&&!0===i.reflect){const r=(void 0!==i.converter?.toAttribute?i.converter:u).toAttribute(s,i.type);this._$Em=t,null==r?this.removeAttribute(e):this.setAttribute(e,r),this._$Em=null;}}_$AK(t,s){const i=this.constructor,e=i._$Eh.get(t);if(void 0!==e&&this._$Em!==e){const t=i.getPropertyOptions(e),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:u;this._$Em=e,this[e]=r.fromAttribute(s,t.type),this._$Em=null;}}requestUpdate(t,s,i){if(void 0!==t){if(i??=this.constructor.getPropertyOptions(t),!(i.hasChanged??f$2)(this[t],s))return;this.P(t,s,i);}!1===this.isUpdatePending&&(this._$ES=this._$ET());}P(t,s,i){this._$AL.has(t)||this._$AL.set(t,s),!0===i.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t);}async _$ET(){this.isUpdatePending=!0;try{await this._$ES;}catch(t){Promise.reject(t);}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,s]of this._$Ep)this[t]=s;this._$Ep=void 0;}const t=this.constructor.elementProperties;if(t.size>0)for(const[s,i]of t)!0!==i.wrapped||this._$AL.has(s)||void 0===this[s]||this.P(s,this[s],i);}let t=!1;const s=this._$AL;try{t=this.shouldUpdate(s),t?(this.willUpdate(s),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(s)):this._$EU();}catch(s){throw t=!1,this._$EU(),s}t&&this._$AE(s);}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t);}_$EU(){this._$AL=new Map,this.isUpdatePending=!1;}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return !0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EC(t,this[t]))),this._$EU();}updated(t){}firstUpdated(t){}}b.elementStyles=[],b.shadowRootOptions={mode:"open"},b[d("elementProperties")]=new Map,b[d("finalized")]=new Map,p?.({ReactiveElement:b}),(a.reactiveElementVersions??=[]).push("2.0.4");
40
42
 
41
43
  /**
42
44
  * @license
@@ -74,7 +76,7 @@ const t$1=t=>(e,o)=>{void 0!==o?o.addInitializer((()=>{customElements.define(t,e
74
76
  * @license
75
77
  * Copyright 2020 Google LLC
76
78
  * SPDX-License-Identifier: BSD-3-Clause
77
- */const st=o=>null===o||"object"!=typeof o&&"function"!=typeof o,rt=o=>void 0===o.strings;
79
+ */const st=o=>null===o||"object"!=typeof o&&"function"!=typeof o,rt=o=>void 0===o.strings,ht={},dt=(o,t=ht)=>o._$AH=t;
78
80
 
79
81
  /**
80
82
  * @license
@@ -3406,6 +3408,37 @@ __decorate([
3406
3408
  n({ reflect: true, attribute: 'formtarget' })
3407
3409
  ], ButtonBase.prototype, "formTarget", void 0);
3408
3410
 
3409
- export { ButtonBase as B, HasSlotController as H, Kt as K, __decorate as _, ii as a, booleanConverter as b, nothingTemplate as c, i$2 as i, ke as k, n, t$1 as t };
3410
-
3411
- //# sourceMappingURL=button-base-e9b7f052.js.map
3411
+ exports.ButtonBase = ButtonBase;
3412
+ exports.D = D;
3413
+ exports.FocusableMixin = FocusableMixin;
3414
+ exports.FormController = FormController;
3415
+ exports.HasSlotController = HasSlotController;
3416
+ exports.Kt = Kt;
3417
+ exports.MduiElement = MduiElement;
3418
+ exports.R = R;
3419
+ exports.RippleMixin = RippleMixin;
3420
+ exports.Rt = Rt;
3421
+ exports.__decorate = __decorate;
3422
+ exports.booleanConverter = booleanConverter;
3423
+ exports.componentStyle = componentStyle;
3424
+ exports.dt = dt;
3425
+ exports.e = e;
3426
+ exports.fe = fe;
3427
+ exports.formResets = formResets;
3428
+ exports.h = h;
3429
+ exports.i = i$2;
3430
+ exports.i$1 = i;
3431
+ exports.ii = ii;
3432
+ exports.isFunction = isFunction;
3433
+ exports.isString = isString;
3434
+ exports.ke = ke;
3435
+ exports.n = n;
3436
+ exports.nothingTemplate = nothingTemplate;
3437
+ exports.r = r;
3438
+ exports.rt = rt;
3439
+ exports.t = t$1;
3440
+ exports.t$1 = t;
3441
+ exports.to = to;
3442
+ exports.u = u;
3443
+
3444
+ //# sourceMappingURL=button-base-d245378c.js.map