@zeedhi/vuetify 1.98.1 → 1.100.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.
@@ -49409,6 +49409,9 @@ let ZdGridEditableCell = class ZdGridEditableCell extends ZdGridCell$1 {
49409
49409
  click(event) {
49410
49410
  this.$emit('click', { event, component: this, id: this.id });
49411
49411
  }
49412
+ dblclick(event) {
49413
+ this.$emit('dblclick', { event, component: this, id: this.id });
49414
+ }
49412
49415
  focus(event) {
49413
49416
  var _a;
49414
49417
  if (event.target instanceof HTMLElement) {
@@ -49503,7 +49506,7 @@ __decorate([
49503
49506
  __metadata("design:type", Array)
49504
49507
  ], ZdGridEditableCell.prototype, "cssClass", void 0);
49505
49508
  __decorate([
49506
- Watch('row', { immediate: true }),
49509
+ Watch('row', { immediate: true, deep: true }),
49507
49510
  __metadata("design:type", Function),
49508
49511
  __metadata("design:paramtypes", []),
49509
49512
  __metadata("design:returntype", void 0)
@@ -49545,6 +49548,7 @@ var __vue_render__$_ = function () {
49545
49548
  focusin: _vm.focusin,
49546
49549
  focusout: _vm.focusout,
49547
49550
  keydown: _vm.keydown,
49551
+ dblclick: _vm.dblclick,
49548
49552
  },
49549
49553
  },
49550
49554
  [
@@ -49627,7 +49631,7 @@ __vue_render__$_._withStripped = true;
49627
49631
  /* style */
49628
49632
  const __vue_inject_styles__$_ = function (inject) {
49629
49633
  if (!inject) return
49630
- inject("data-v-39d8d64c_0", { source: ".zd-grid-editable-cell-content {\n height: 100%;\n align-content: center;\n display: flex;\n flex-flow: row;\n align-items: center;\n}\n.zd-grid-editable-cell-content:focus-visible {\n outline: none;\n}", map: undefined, media: undefined });
49634
+ inject("data-v-4f83bc6d_0", { source: ".zd-grid-editable-cell-content {\n height: 100%;\n align-content: center;\n display: flex;\n flex-flow: row;\n align-items: center;\n}\n.zd-grid-editable-cell-content:focus-visible {\n outline: none;\n}", map: undefined, media: undefined });
49631
49635
 
49632
49636
  };
49633
49637
  /* scoped */
@@ -49818,7 +49822,7 @@ __decorate([
49818
49822
  __metadata("design:type", Boolean)
49819
49823
  ], ZdGridEditableCellContent.prototype, "cellSelection", void 0);
49820
49824
  __decorate([
49821
- Watch('row', { immediate: true }),
49825
+ Watch('row', { immediate: true, deep: true }),
49822
49826
  __metadata("design:type", Function),
49823
49827
  __metadata("design:paramtypes", []),
49824
49828
  __metadata("design:returntype", void 0)
@@ -50378,6 +50382,9 @@ var __vue_render__$V = function () {
50378
50382
  click: function ($event) {
50379
50383
  return _vm.$emit("click", $event)
50380
50384
  },
50385
+ dblclick: function ($event) {
50386
+ return _vm.$emit("dblclick", $event)
50387
+ },
50381
50388
  },
50382
50389
  },
50383
50390
  [_vm._t("default")],
@@ -61097,7 +61104,7 @@ __vue_render__$5._withStripped = true;
61097
61104
  /* style */
61098
61105
  const __vue_inject_styles__$5 = function (inject) {
61099
61106
  if (!inject) return
61100
- inject("data-v-219472aa_0", { source: ".v-tooltip__content {\n background-color: var(--v-grey-lighten1);\n border-radius: var(--border);\n padding: var(--spacing-1) var(--spacing-2);\n}\n.v-tooltip__content.menuable__content__active {\n opacity: 0.9 !important;\n}", map: undefined, media: undefined });
61107
+ inject("data-v-5602ce22_0", { source: ".v-tooltip__content {\n background-color: var(--v-grey-lighten1);\n border-radius: var(--border);\n padding: var(--spacing-1) var(--spacing-2);\n white-space: normal;\n word-wrap: break-word;\n}\n.v-tooltip__content.menuable__content__active {\n opacity: 0.9 !important;\n}", map: undefined, media: undefined });
61101
61108
 
61102
61109
  };
61103
61110
  /* scoped */
@@ -49408,6 +49408,9 @@ If you're seeing "$attrs is readonly", it's caused by this`);
49408
49408
  click(event) {
49409
49409
  this.$emit('click', { event, component: this, id: this.id });
49410
49410
  }
49411
+ dblclick(event) {
49412
+ this.$emit('dblclick', { event, component: this, id: this.id });
49413
+ }
49411
49414
  focus(event) {
49412
49415
  var _a;
49413
49416
  if (event.target instanceof HTMLElement) {
@@ -49502,7 +49505,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
49502
49505
  __metadata("design:type", Array)
49503
49506
  ], ZdGridEditableCell.prototype, "cssClass", void 0);
49504
49507
  __decorate([
49505
- vuePropertyDecorator.Watch('row', { immediate: true }),
49508
+ vuePropertyDecorator.Watch('row', { immediate: true, deep: true }),
49506
49509
  __metadata("design:type", Function),
49507
49510
  __metadata("design:paramtypes", []),
49508
49511
  __metadata("design:returntype", void 0)
@@ -49544,6 +49547,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
49544
49547
  focusin: _vm.focusin,
49545
49548
  focusout: _vm.focusout,
49546
49549
  keydown: _vm.keydown,
49550
+ dblclick: _vm.dblclick,
49547
49551
  },
49548
49552
  },
49549
49553
  [
@@ -49626,7 +49630,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
49626
49630
  /* style */
49627
49631
  const __vue_inject_styles__$_ = function (inject) {
49628
49632
  if (!inject) return
49629
- inject("data-v-39d8d64c_0", { source: ".zd-grid-editable-cell-content {\n height: 100%;\n align-content: center;\n display: flex;\n flex-flow: row;\n align-items: center;\n}\n.zd-grid-editable-cell-content:focus-visible {\n outline: none;\n}", map: undefined, media: undefined });
49633
+ inject("data-v-4f83bc6d_0", { source: ".zd-grid-editable-cell-content {\n height: 100%;\n align-content: center;\n display: flex;\n flex-flow: row;\n align-items: center;\n}\n.zd-grid-editable-cell-content:focus-visible {\n outline: none;\n}", map: undefined, media: undefined });
49630
49634
 
49631
49635
  };
49632
49636
  /* scoped */
@@ -49817,7 +49821,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
49817
49821
  __metadata("design:type", Boolean)
49818
49822
  ], ZdGridEditableCellContent.prototype, "cellSelection", void 0);
49819
49823
  __decorate([
49820
- vuePropertyDecorator.Watch('row', { immediate: true }),
49824
+ vuePropertyDecorator.Watch('row', { immediate: true, deep: true }),
49821
49825
  __metadata("design:type", Function),
49822
49826
  __metadata("design:paramtypes", []),
49823
49827
  __metadata("design:returntype", void 0)
@@ -50377,6 +50381,9 @@ If you're seeing "$attrs is readonly", it's caused by this`);
50377
50381
  click: function ($event) {
50378
50382
  return _vm.$emit("click", $event)
50379
50383
  },
50384
+ dblclick: function ($event) {
50385
+ return _vm.$emit("dblclick", $event)
50386
+ },
50380
50387
  },
50381
50388
  },
50382
50389
  [_vm._t("default")],
@@ -61096,7 +61103,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
61096
61103
  /* style */
61097
61104
  const __vue_inject_styles__$5 = function (inject) {
61098
61105
  if (!inject) return
61099
- inject("data-v-219472aa_0", { source: ".v-tooltip__content {\n background-color: var(--v-grey-lighten1);\n border-radius: var(--border);\n padding: var(--spacing-1) var(--spacing-2);\n}\n.v-tooltip__content.menuable__content__active {\n opacity: 0.9 !important;\n}", map: undefined, media: undefined });
61106
+ inject("data-v-5602ce22_0", { source: ".v-tooltip__content {\n background-color: var(--v-grey-lighten1);\n border-radius: var(--border);\n padding: var(--spacing-1) var(--spacing-2);\n white-space: normal;\n word-wrap: break-word;\n}\n.v-tooltip__content.menuable__content__active {\n opacity: 0.9 !important;\n}", map: undefined, media: undefined });
61100
61107
 
61101
61108
  };
61102
61109
  /* scoped */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/vuetify",
3
- "version": "1.98.1",
3
+ "version": "1.100.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": "d01f7d676e9dae9819192c4b2b78afb339f6b475"
55
55
  }
@@ -42,6 +42,7 @@ export default class ZdGridEditableCell extends ZdGridCell {
42
42
  leaveEdit(): void;
43
43
  mousedown(event: Event): void;
44
44
  click(event: Event): void;
45
+ dblclick(event: Event): void;
45
46
  focus(event: Event): void;
46
47
  focusInput(): void;
47
48
  keydown(event: KeyboardEvent): void;