@esfaenza/es-table 11.2.94 → 11.2.95
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/bundles/esfaenza-es-table.umd.js +3 -3
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/bundles/esfaenza-es-table.umd.min.js +1 -1
- package/bundles/esfaenza-es-table.umd.min.js.map +1 -1
- package/esfaenza-es-table.metadata.json +1 -1
- package/esm2015/lib/directives/es_td.directive.js +3 -3
- package/esm2015/lib/directives/es_td_editor.directive.js +3 -3
- package/esm2015/lib/directives/es_th.directive.js +3 -3
- package/fesm2015/esfaenza-es-table.js +4 -4
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 }] }
|
|
716
716
|
]; };
|
|
717
717
|
EsTdEditorDirective.propDecorators = {
|
|
718
718
|
editor: [{ type: i0.Input }],
|