@everymatrix/helper-filters 1.22.0 → 1.22.1

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.
@@ -77,7 +77,7 @@ const translate$1 = (key, customLang) => {
77
77
  */
78
78
  class Lumo extends HTMLElement {
79
79
  static get version() {
80
- return '23.3.25';
80
+ return '23.3.27';
81
81
  }
82
82
  }
83
83
 
@@ -12893,7 +12893,7 @@ const registered = new Set();
12893
12893
  const ElementMixin = (superClass) =>
12894
12894
  class VaadinElementMixin extends DirMixin(superClass) {
12895
12895
  static get version() {
12896
- return '23.3.25';
12896
+ return '23.3.27';
12897
12897
  }
12898
12898
 
12899
12899
  /** @protected */
@@ -21439,7 +21439,7 @@ class InputController extends SlotController {
21439
21439
  () => document.createElement('input'),
21440
21440
  (host, node) => {
21441
21441
  if (host.value) {
21442
- node.setAttribute('value', host.value);
21442
+ node.value = host.value;
21443
21443
  }
21444
21444
  if (host.type) {
21445
21445
  node.setAttribute('type', host.type);
@@ -74,7 +74,7 @@ const translate$1 = (key, customLang) => {
74
74
  */
75
75
  class Lumo extends HTMLElement {
76
76
  static get version() {
77
- return '23.3.25';
77
+ return '23.3.27';
78
78
  }
79
79
  }
80
80
 
@@ -12890,7 +12890,7 @@ const registered = new Set();
12890
12890
  const ElementMixin = (superClass) =>
12891
12891
  class VaadinElementMixin extends DirMixin(superClass) {
12892
12892
  static get version() {
12893
- return '23.3.25';
12893
+ return '23.3.27';
12894
12894
  }
12895
12895
 
12896
12896
  /** @protected */
@@ -21436,7 +21436,7 @@ class InputController extends SlotController {
21436
21436
  () => document.createElement('input'),
21437
21437
  (host, node) => {
21438
21438
  if (host.value) {
21439
- node.setAttribute('value', host.value);
21439
+ node.value = host.value;
21440
21440
  }
21441
21441
  if (host.type) {
21442
21442
  node.setAttribute('type', host.type);
@@ -73,7 +73,7 @@ const translate$1 = (key, customLang) => {
73
73
  */
74
74
  class Lumo extends HTMLElement {
75
75
  static get version() {
76
- return '23.3.25';
76
+ return '23.3.27';
77
77
  }
78
78
  }
79
79
 
@@ -12889,7 +12889,7 @@ const registered = new Set();
12889
12889
  const ElementMixin = (superClass) =>
12890
12890
  class VaadinElementMixin extends DirMixin(superClass) {
12891
12891
  static get version() {
12892
- return '23.3.25';
12892
+ return '23.3.27';
12893
12893
  }
12894
12894
 
12895
12895
  /** @protected */
@@ -21435,7 +21435,7 @@ class InputController extends SlotController {
21435
21435
  () => document.createElement('input'),
21436
21436
  (host, node) => {
21437
21437
  if (host.value) {
21438
- node.setAttribute('value', host.value);
21438
+ node.value = host.value;
21439
21439
  }
21440
21440
  if (host.type) {
21441
21441
  node.setAttribute('type', host.type);
@@ -1 +1 @@
1
- import{p as t,b as e}from"./p-6a46b66a.js";(()=>{const e=import.meta.url,l={};return""!==e&&(l.resourcesUrl=new URL(".",e).href),t(l)})().then((t=>e([["p-d2fdec0f",[[1,"helper-filters",{showFilterId:[516,"show-filter-id"],activateTicketSearch:[516,"activate-ticket-search"],gameId:[513,"game-id"],playerId:[513,"player-id"],session:[513],postMessage:[516,"post-message"],language:[513],quickFiltersActive:[516,"quick-filters-active"],clientStyling:[513,"client-styling"],clientStylingUrlContent:[513,"client-styling-url-content"],showFilterModal:[32],showClearButton:[32],filterData:[32],filterDataReset:[32],limitStylingAppends:[32]},[[0,"modalCloseEvent","modalCloseEvent"]]],[1,"helper-modal",{titleModal:[513,"title-modal"],visible:[1540],clientStyling:[513,"client-styling"],clientStylingUrlContent:[513,"client-styling-url-content"],limitStylingAppends:[32]}]]]],t)));
1
+ import{p as t,b as e}from"./p-6a46b66a.js";(()=>{const e=import.meta.url,l={};return""!==e&&(l.resourcesUrl=new URL(".",e).href),t(l)})().then((t=>e([["p-8972fd68",[[1,"helper-filters",{showFilterId:[516,"show-filter-id"],activateTicketSearch:[516,"activate-ticket-search"],gameId:[513,"game-id"],playerId:[513,"player-id"],session:[513],postMessage:[516,"post-message"],language:[513],quickFiltersActive:[516,"quick-filters-active"],clientStyling:[513,"client-styling"],clientStylingUrlContent:[513,"client-styling-url-content"],showFilterModal:[32],showClearButton:[32],filterData:[32],filterDataReset:[32],limitStylingAppends:[32]},[[0,"modalCloseEvent","modalCloseEvent"]]],[1,"helper-modal",{titleModal:[513,"title-modal"],visible:[1540],clientStyling:[513,"client-styling"],clientStylingUrlContent:[513,"client-styling-url-content"],limitStylingAppends:[32]}]]]],t)));
@@ -4,7 +4,7 @@ import{r as t,c as e,h as i}from"./p-6a46b66a.js";const s=["ro","en"],o={en:{fil
4
4
  * Copyright (c) 2017 - 2022 Vaadin Ltd.
5
5
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
6
6
  */
7
- class n extends HTMLElement{static get version(){return"23.3.25"}}customElements.define("vaadin-lumo-styles",n);
7
+ class n extends HTMLElement{static get version(){return"23.3.27"}}customElements.define("vaadin-lumo-styles",n);
8
8
  /**
9
9
  * @license
10
10
  * Copyright 2019 Google LLC
@@ -1394,7 +1394,7 @@ class Us{static debounce(t,e,i){return t instanceof Us?t._cancelAsync():t=new Us
1394
1394
  * Copyright (c) 2021 - 2022 Vaadin Ltd.
1395
1395
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
1396
1396
  */
1397
- window.Vaadin=window.Vaadin||{},window.Vaadin.registrations=window.Vaadin.registrations||[],window.Vaadin.developmentModeCallback=window.Vaadin.developmentModeCallback||{},window.Vaadin.developmentModeCallback["vaadin-usage-statistics"]=function(){!function(t,e){if(window.Vaadin.developmentMode)Es(t,e)}(Os)};const Vs=new Set,Gs=t=>class extends(Hi(t)){static get version(){return"23.3.25"}static finalize(){super.finalize();const{is:t}=this;t&&!Vs.has(t)&&(window.Vaadin.registrations.push(this),Vs.add(t),window.Vaadin.developmentModeCallback&&(Ys=Us.debounce(Ys,Ws,(()=>{window.Vaadin.developmentModeCallback["vaadin-usage-statistics"]()})),qs.add(Ys)))}constructor(){super(),null===document.doctype&&console.warn('Vaadin components require the "standards mode" declaration. Please add <!DOCTYPE html> to the HTML document.')}}
1397
+ window.Vaadin=window.Vaadin||{},window.Vaadin.registrations=window.Vaadin.registrations||[],window.Vaadin.developmentModeCallback=window.Vaadin.developmentModeCallback||{},window.Vaadin.developmentModeCallback["vaadin-usage-statistics"]=function(){!function(t,e){if(window.Vaadin.developmentMode)Es(t,e)}(Os)};const Vs=new Set,Gs=t=>class extends(Hi(t)){static get version(){return"23.3.27"}static finalize(){super.finalize();const{is:t}=this;t&&!Vs.has(t)&&(window.Vaadin.registrations.push(this),Vs.add(t),window.Vaadin.developmentModeCallback&&(Ys=Us.debounce(Ys,Ws,(()=>{window.Vaadin.developmentModeCallback["vaadin-usage-statistics"]()})),qs.add(Ys)))}constructor(){super(),null===document.doctype&&console.warn('Vaadin components require the "standards mode" declaration. Please add <!DOCTYPE html> to the HTML document.')}}
1398
1398
  /**
1399
1399
  * @license
1400
1400
  * Copyright (c) 2021 - 2022 Vaadin Ltd.
@@ -2676,7 +2676,7 @@ const dr=Kt((t=>class extends(zo(Fo(t))){static get properties(){return{autofocu
2676
2676
  * @license
2677
2677
  * Copyright (c) 2021 - 2022 Vaadin Ltd.
2678
2678
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
2679
- */class Cr extends Ks{constructor(t,e){super(t,"input",(()=>document.createElement("input")),((t,i)=>{t.value&&i.setAttribute("value",t.value),t.type&&i.setAttribute("type",t.type),i.id=this.defaultId,"function"==typeof e&&e(i)}),!0)}}
2679
+ */class Cr extends Ks{constructor(t,e){super(t,"input",(()=>document.createElement("input")),((t,i)=>{t.value&&(i.value=t.value),t.type&&i.setAttribute("type",t.type),i.id=this.defaultId,"function"==typeof e&&e(i)}),!0)}}
2680
2680
  /**
2681
2681
  * @license
2682
2682
  * Copyright (c) 2021 - 2022 Vaadin Ltd.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/helper-filters",
3
- "version": "1.22.0",
3
+ "version": "1.22.1",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",