igniteui-webcomponents-grids 4.3.0-beta.3 → 4.3.0-beta.4

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.
package/grids/combined.js CHANGED
@@ -18687,7 +18687,7 @@ var So = (() => {
18687
18687
  createGhost(e, i10, r10 = null) {
18688
18688
  if (!this.ghost)
18689
18689
  return;
18690
- this.ghostTemplate ? (this._dynamicGhostRef = this.viewContainer.createEmbeddedView(this.ghostTemplate, this.ghostContext), this.ghostElement = this._dynamicGhostRef.rootNodes[0]) : this.ghostElement = r10 ? r10.cloneNode(true) : this.element.nativeElement.cloneNode(true);
18690
+ this.ghostTemplate ? (this._dynamicGhostRef = this.viewContainer.createEmbeddedView(this.ghostTemplate, this.ghostContext), this._dynamicGhostRef.rootNodes[0].style.display === "contents" && (this._dynamicGhostRef.rootNodes[0].style.display = "block"), this.ghostElement = this._dynamicGhostRef.rootNodes[0]) : this.ghostElement = r10 ? r10.cloneNode(true) : this.element.nativeElement.cloneNode(true);
18691
18691
  let s10 = e - this._startX, a = i10 - this._startY;
18692
18692
  this._ghostHostX = this.ghostHost ? this.ghostHostOffsetLeft(this.ghostHost) : 0, this._ghostHostY = this.ghostHost ? this.ghostHostOffsetTop(this.ghostHost) : 0, this.ghostElement.style.transitionDuration = "0.0s", this.ghostElement.style.position = "absolute", this.ghostClass && this.renderer.addClass(this.ghostElement, this.ghostClass);
18693
18693
  let l10 = { owner: this, ghostElement: this.ghostElement, cancel: false };
@@ -40208,7 +40208,7 @@ var hg = class extends Ri {
40208
40208
  return this.theadRow.groups;
40209
40209
  }
40210
40210
  get dragGhostCustomTemplate() {
40211
- return this._dragGhostCustomTemplate || this.dragGhostCustomTemplates.first;
40211
+ return this._dragGhostCustomTemplate || this.dragGhostCustomTemplates?.first;
40212
40212
  }
40213
40213
  set dragGhostCustomTemplate(t7) {
40214
40214
  this._dragGhostCustomTemplate = t7;
@@ -40229,7 +40229,7 @@ var hg = class extends Ri {
40229
40229
  return this.theadRow?.filterRow;
40230
40230
  }
40231
40231
  get rowEditTextTemplate() {
40232
- return this._rowEditTextTemplate || this.rowEditTextDirectives.first;
40232
+ return this._rowEditTextTemplate || this.rowEditTextDirectives?.first;
40233
40233
  }
40234
40234
  set rowEditTextTemplate(t7) {
40235
40235
  this._rowEditTextTemplate = t7;
@@ -40241,7 +40241,7 @@ var hg = class extends Ri {
40241
40241
  this._rowAddTextTemplate = t7;
40242
40242
  }
40243
40243
  get rowEditActionsTemplate() {
40244
- return this._rowEditActionsTemplate || this.rowEditActionsDirectives.first;
40244
+ return this._rowEditActionsTemplate || this.rowEditActionsDirectives?.first;
40245
40245
  }
40246
40246
  set rowEditActionsTemplate(t7) {
40247
40247
  this._rowEditActionsTemplate = t7;
@@ -40526,7 +40526,7 @@ var hg = class extends Ri {
40526
40526
  return t7.reset(n), t7;
40527
40527
  }
40528
40528
  get headSelectorTemplate() {
40529
- return this._headSelectorTemplate || this.headSelectorsTemplates.first;
40529
+ return this._headSelectorTemplate || this.headSelectorsTemplates?.first;
40530
40530
  }
40531
40531
  set headSelectorTemplate(t7) {
40532
40532
  this._headSelectorTemplate = t7;
@@ -40538,7 +40538,7 @@ var hg = class extends Ri {
40538
40538
  return this.pinning.rows !== vl.Bottom;
40539
40539
  }
40540
40540
  get rowSelectorTemplate() {
40541
- return this._rowSelectorTemplate || this.rowSelectorsTemplates.first;
40541
+ return this._rowSelectorTemplate || this.rowSelectorsTemplates?.first;
40542
40542
  }
40543
40543
  set rowSelectorTemplate(t7) {
40544
40544
  this._rowSelectorTemplate = t7;
@@ -40556,7 +40556,7 @@ var hg = class extends Ri {
40556
40556
  return this.rowEditCustom ? this.rowEditCustom : this.defaultRowEditTemplate;
40557
40557
  }
40558
40558
  get dragIndicatorIconTemplate() {
40559
- return this._customDragIndicatorIconTemplate || this.dragIndicatorIconTemplates.first;
40559
+ return this._customDragIndicatorIconTemplate || this.dragIndicatorIconTemplates?.first;
40560
40560
  }
40561
40561
  set dragIndicatorIconTemplate(t7) {
40562
40562
  this._customDragIndicatorIconTemplate = t7;
@@ -44640,7 +44640,7 @@ var yn = (() => {
44640
44640
  return e.reset(i10), e;
44641
44641
  }
44642
44642
  get groupByRowSelectorTemplate() {
44643
- return this._groupByRowSelectorTemplate || this.groupByRowSelectorsTemplates.first;
44643
+ return this._groupByRowSelectorTemplate || this.groupByRowSelectorsTemplates?.first;
44644
44644
  }
44645
44645
  set groupByRowSelectorTemplate(e) {
44646
44646
  this._groupByRowSelectorTemplate = e;