@esfaenza/es-table 11.2.144 → 11.2.145
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 -1
- 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/esm2015/lib/components/es-table/es_table.component.js +4 -2
- package/fesm2015/esfaenza-es-table.js +3 -1
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
|
@@ -4422,7 +4422,9 @@ class EsTableComponent {
|
|
|
4422
4422
|
PropertyName: th.thProperty,
|
|
4423
4423
|
PropertyType: th.thType,
|
|
4424
4424
|
PropertySource: th.thSource,
|
|
4425
|
-
PropAccessor: td.tdPropertyAccessor
|
|
4425
|
+
PropAccessor: td.tdPropertyAccessor,
|
|
4426
|
+
RoutePath: thCasted.thRoutePath,
|
|
4427
|
+
RouteParameterProperties: thCasted.thRouteParameterProperties,
|
|
4426
4428
|
} :
|
|
4427
4429
|
{
|
|
4428
4430
|
LeftBorder: thCasted._lbord,
|