ninegrid2 6.104.0 → 6.105.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.
@@ -50,14 +50,14 @@ class aiSettings extends HTMLElement
50
50
  <div">
51
51
  <div>
52
52
  <label for="model">Model:</label>
53
- <input id="model"/>
53
+ <input id="model" value="xx"/>
54
54
  </div>
55
55
  </div>
56
56
  `;
57
57
 
58
58
  this.#model = this.shadowRoot.querySelector("#model");
59
59
 
60
- console.log(this.#model);
60
+ //console.log(this.#model);
61
61
  //this.classList.add("ai-settings");
62
62
  };
63
63
  }
@@ -27342,14 +27342,14 @@ class aiSettings extends HTMLElement
27342
27342
  <div">
27343
27343
  <div>
27344
27344
  <label for="model">Model:</label>
27345
- <input id="model"/>
27345
+ <input id="model" value="xx"/>
27346
27346
  </div>
27347
27347
  </div>
27348
27348
  `;
27349
27349
 
27350
27350
  this.#model = this.shadowRoot.querySelector("#model");
27351
27351
 
27352
- console.log(this.#model);
27352
+ //console.log(this.#model);
27353
27353
  //this.classList.add("ai-settings");
27354
27354
  };
27355
27355
  }
@@ -27340,14 +27340,14 @@ class aiSettings extends HTMLElement
27340
27340
  <div">
27341
27341
  <div>
27342
27342
  <label for="model">Model:</label>
27343
- <input id="model"/>
27343
+ <input id="model" value="xx"/>
27344
27344
  </div>
27345
27345
  </div>
27346
27346
  `;
27347
27347
 
27348
27348
  this.#model = this.shadowRoot.querySelector("#model");
27349
27349
 
27350
- console.log(this.#model);
27350
+ //console.log(this.#model);
27351
27351
  //this.classList.add("ai-settings");
27352
27352
  };
27353
27353
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.104.0",
4
+ "version": "6.105.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -50,14 +50,14 @@ class aiSettings extends HTMLElement
50
50
  <div">
51
51
  <div>
52
52
  <label for="model">Model:</label>
53
- <input id="model"/>
53
+ <input id="model" value="xx"/>
54
54
  </div>
55
55
  </div>
56
56
  `;
57
57
 
58
58
  this.#model = this.shadowRoot.querySelector("#model");
59
59
 
60
- console.log(this.#model);
60
+ //console.log(this.#model);
61
61
  //this.classList.add("ai-settings");
62
62
  };
63
63
  }