@zeedhi/vuetify 1.98.1 → 1.99.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.
@@ -49503,7 +49503,7 @@ __decorate([
49503
49503
  __metadata("design:type", Array)
49504
49504
  ], ZdGridEditableCell.prototype, "cssClass", void 0);
49505
49505
  __decorate([
49506
- Watch('row', { immediate: true }),
49506
+ Watch('row', { immediate: true, deep: true }),
49507
49507
  __metadata("design:type", Function),
49508
49508
  __metadata("design:paramtypes", []),
49509
49509
  __metadata("design:returntype", void 0)
@@ -49818,7 +49818,7 @@ __decorate([
49818
49818
  __metadata("design:type", Boolean)
49819
49819
  ], ZdGridEditableCellContent.prototype, "cellSelection", void 0);
49820
49820
  __decorate([
49821
- Watch('row', { immediate: true }),
49821
+ Watch('row', { immediate: true, deep: true }),
49822
49822
  __metadata("design:type", Function),
49823
49823
  __metadata("design:paramtypes", []),
49824
49824
  __metadata("design:returntype", void 0)
@@ -49502,7 +49502,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
49502
49502
  __metadata("design:type", Array)
49503
49503
  ], ZdGridEditableCell.prototype, "cssClass", void 0);
49504
49504
  __decorate([
49505
- vuePropertyDecorator.Watch('row', { immediate: true }),
49505
+ vuePropertyDecorator.Watch('row', { immediate: true, deep: true }),
49506
49506
  __metadata("design:type", Function),
49507
49507
  __metadata("design:paramtypes", []),
49508
49508
  __metadata("design:returntype", void 0)
@@ -49817,7 +49817,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
49817
49817
  __metadata("design:type", Boolean)
49818
49818
  ], ZdGridEditableCellContent.prototype, "cellSelection", void 0);
49819
49819
  __decorate([
49820
- vuePropertyDecorator.Watch('row', { immediate: true }),
49820
+ vuePropertyDecorator.Watch('row', { immediate: true, deep: true }),
49821
49821
  __metadata("design:type", Function),
49822
49822
  __metadata("design:paramtypes", []),
49823
49823
  __metadata("design:returntype", void 0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/vuetify",
3
- "version": "1.98.1",
3
+ "version": "1.99.0",
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": "9d683ed7adfb4b34fbde9d2d06c65748b90e2c91"
54
+ "gitHead": "4caf3349a1f53e766641e516c9561191b3000443"
55
55
  }