@esfaenza/es-table 11.2.94 → 11.2.96

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.
@@ -603,7 +603,7 @@
603
603
  { type: i0.Directive, args: [{ selector: '[td]' },] }
604
604
  ];
605
605
  EsTdDirective.ctorParameters = function () { return [
606
- { type: i0.TemplateRef }
606
+ { type: i0.TemplateRef, decorators: [{ type: i0.Self }] }
607
607
  ]; };
608
608
  EsTdDirective.propDecorators = {
609
609
  tdVisible: [{ type: i0.Input }],
@@ -672,7 +672,7 @@
672
672
  { type: i0.Directive, args: [{ selector: '[th]' },] }
673
673
  ];
674
674
  EsThDirective.ctorParameters = function () { return [
675
- { type: i0.TemplateRef }
675
+ { type: i0.TemplateRef, decorators: [{ type: i0.Self }] }
676
676
  ]; };
677
677
  EsThDirective.propDecorators = {
678
678
  th: [{ type: i0.Input }],
@@ -712,7 +712,7 @@
712
712
  { type: i0.Directive, args: [{ selector: '[editor]' },] }
713
713
  ];
714
714
  EsTdEditorDirective.ctorParameters = function () { return [
715
- { type: i0.TemplateRef }
715
+ { type: i0.TemplateRef, decorators: [{ type: i0.Self }, { type: i0.Optional }] }
716
716
  ]; };
717
717
  EsTdEditorDirective.propDecorators = {
718
718
  editor: [{ type: i0.Input }],