@zeedhi/vuetify 1.101.0 → 1.101.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.
@@ -45543,9 +45543,7 @@ let ZdIterable = class ZdIterable extends ZdComponentRender$1 {
45543
45543
  }
45544
45544
  }
45545
45545
  changeData(data) {
45546
- setTimeout(() => {
45547
- this.instance.changeData(data);
45548
- });
45546
+ this.instance.changeData(data);
45549
45547
  }
45550
45548
  rowKey(item) {
45551
45549
  return item[this.instance.datasource.uniqueKey];
@@ -45542,9 +45542,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
45542
45542
  }
45543
45543
  }
45544
45544
  changeData(data) {
45545
- setTimeout(() => {
45546
- this.instance.changeData(data);
45547
- });
45545
+ this.instance.changeData(data);
45548
45546
  }
45549
45547
  rowKey(item) {
45550
45548
  return item[this.instance.datasource.uniqueKey];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/vuetify",
3
- "version": "1.101.0",
3
+ "version": "1.101.1",
4
4
  "description": "Zeedhi Components based on Vuetify",
5
5
  "author": "Zeedhi <zeedhi@teknisa.com>",
6
6
  "license": "ISC",
@@ -51,5 +51,5 @@
51
51
  "@types/prismjs": "1.26.*",
52
52
  "@types/sortablejs": "1.15.*"
53
53
  },
54
- "gitHead": "a09f2851ece9c0011024e1cd69baba7a85b13130"
54
+ "gitHead": "f542fff4b46addd6511ad4f1f0f95b90b5c7c3c1"
55
55
  }