ninegrid2 6.112.0 → 6.114.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.
@@ -16,7 +16,9 @@ class aiSettings extends HTMLElement
16
16
  const elem = this.shadowRoot.querySelector(`input[name="server"][value="${v}"]`);
17
17
  if (elem) elem.checked = true;
18
18
 
19
+ console.log("----------")
19
20
  this.shadowRoot.querySelectorAll('input[name="server"]').forEach((elem) => {
21
+ console.log(elem);
20
22
  elem.trigger("change");
21
23
  });
22
24
  };
@@ -27308,7 +27308,9 @@ class aiSettings extends HTMLElement
27308
27308
  const elem = this.shadowRoot.querySelector(`input[name="server"][value="${v}"]`);
27309
27309
  if (elem) elem.checked = true;
27310
27310
 
27311
+ console.log("----------");
27311
27312
  this.shadowRoot.querySelectorAll('input[name="server"]').forEach((elem) => {
27313
+ console.log(elem);
27312
27314
  elem.trigger("change");
27313
27315
  });
27314
27316
  };
@@ -27306,7 +27306,9 @@ class aiSettings extends HTMLElement
27306
27306
  const elem = this.shadowRoot.querySelector(`input[name="server"][value="${v}"]`);
27307
27307
  if (elem) elem.checked = true;
27308
27308
 
27309
+ console.log("----------");
27309
27310
  this.shadowRoot.querySelectorAll('input[name="server"]').forEach((elem) => {
27311
+ console.log(elem);
27310
27312
  elem.trigger("change");
27311
27313
  });
27312
27314
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.112.0",
4
+ "version": "6.114.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -16,7 +16,9 @@ class aiSettings extends HTMLElement
16
16
  const elem = this.shadowRoot.querySelector(`input[name="server"][value="${v}"]`);
17
17
  if (elem) elem.checked = true;
18
18
 
19
+ console.log("----------")
19
20
  this.shadowRoot.querySelectorAll('input[name="server"]').forEach((elem) => {
21
+ console.log(elem);
20
22
  elem.trigger("change");
21
23
  });
22
24
  };