ninegrid2 6.482.0 → 6.483.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.
@@ -108,6 +108,7 @@ class aiMessage extends HTMLElement
108
108
  setTimeout(() => {
109
109
  if (!unique) {
110
110
  this.shadowRoot.querySelector(".filter").classList.add("disabled");
111
+ this.shadowRoot.querySelector(".database").classList.add("disabled");
111
112
  }
112
113
 
113
114
  this.#init(info);
@@ -27663,6 +27663,7 @@ class aiMessage extends HTMLElement
27663
27663
  setTimeout(() => {
27664
27664
  if (!unique) {
27665
27665
  this.shadowRoot.querySelector(".filter").classList.add("disabled");
27666
+ this.shadowRoot.querySelector(".database").classList.add("disabled");
27666
27667
  }
27667
27668
 
27668
27669
  this.#init(info);
@@ -27661,6 +27661,7 @@ class aiMessage extends HTMLElement
27661
27661
  setTimeout(() => {
27662
27662
  if (!unique) {
27663
27663
  this.shadowRoot.querySelector(".filter").classList.add("disabled");
27664
+ this.shadowRoot.querySelector(".database").classList.add("disabled");
27664
27665
  }
27665
27666
 
27666
27667
  this.#init(info);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.482.0",
4
+ "version": "6.483.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -108,6 +108,7 @@ class aiMessage extends HTMLElement
108
108
  setTimeout(() => {
109
109
  if (!unique) {
110
110
  this.shadowRoot.querySelector(".filter").classList.add("disabled");
111
+ this.shadowRoot.querySelector(".database").classList.add("disabled");
111
112
  }
112
113
 
113
114
  this.#init(info);