@esfaenza/es-table 14.3.0 → 15.2.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.
Files changed (33) hide show
  1. package/esm2020/lib/components/es-table/es_table.component.loc.mjs +3 -3
  2. package/esm2020/lib/components/es-table/es_table.component.mjs +4 -4
  3. package/esm2020/lib/components/es-table-template/es_table_template.component.mjs +3 -3
  4. package/esm2020/lib/components/es-td/es_td.component.mjs +4 -4
  5. package/esm2020/lib/components/es-th/es_th.component.mjs +3 -3
  6. package/esm2020/lib/components/pager/table_pager.component.loc.mjs +3 -3
  7. package/esm2020/lib/components/pager/table_pager.component.mjs +6 -6
  8. package/esm2020/lib/components/pipes/est-format.pipe.mjs +3 -3
  9. package/esm2020/lib/components/pipes/est-lookup.pipe.mjs +3 -3
  10. package/esm2020/lib/components/pipes/est-renderer.pipe.mjs +3 -3
  11. package/esm2020/lib/components/pipes/est-routerlink.pipe.mjs +3 -3
  12. package/esm2020/lib/components/pipes/est_editor.pipe.mjs +3 -3
  13. package/esm2020/lib/core/CopyPasteDetector.mjs +3 -3
  14. package/esm2020/lib/core/Logger.mjs +3 -3
  15. package/esm2020/lib/core/handlers/UtilitiesHandler.mjs +3 -3
  16. package/esm2020/lib/directives/es_td.directive.mjs +3 -3
  17. package/esm2020/lib/directives/es_td_editor.directive.mjs +3 -3
  18. package/esm2020/lib/directives/es_th.directive.mjs +3 -3
  19. package/esm2020/lib/es-table.module.mjs +8 -8
  20. package/fesm2015/esfaenza-es-table.mjs +70 -70
  21. package/fesm2015/esfaenza-es-table.mjs.map +1 -1
  22. package/fesm2020/esfaenza-es-table.mjs +70 -70
  23. package/fesm2020/esfaenza-es-table.mjs.map +1 -1
  24. package/lib/components/es-table/es_table.component.d.ts +1 -1
  25. package/lib/components/es-table-template/es_table_template.component.d.ts +1 -1
  26. package/lib/components/es-td/es_td.component.d.ts +1 -1
  27. package/lib/components/es-th/es_th.component.d.ts +1 -1
  28. package/lib/components/pager/table_pager.component.d.ts +1 -1
  29. package/lib/directives/es_td.directive.d.ts +1 -1
  30. package/lib/directives/es_td_editor.directive.d.ts +1 -1
  31. package/lib/directives/es_th.directive.d.ts +1 -1
  32. package/lib/es-table.module.d.ts +4 -4
  33. package/package.json +11 -11
@@ -30,9 +30,9 @@ export class EsTableLoc extends LocalizationService {
30
30
  super.set("en->it", "Data for this table cannot be edited", ["I dati di questa tabella non possono essere modificati"]);
31
31
  }
32
32
  }
33
- EsTableLoc.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: EsTableLoc, deps: [{ token: EST_LOCALE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
34
- EsTableLoc.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: EsTableLoc });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: EsTableLoc, decorators: [{
33
+ EsTableLoc.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EsTableLoc, deps: [{ token: EST_LOCALE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
34
+ EsTableLoc.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EsTableLoc });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EsTableLoc, decorators: [{
36
36
  type: Injectable
37
37
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
38
38
  type: Optional