@seniorsistemas/angular-components 17.19.2 → 17.19.3
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/seniorsistemas-angular-components.umd.js +2 -0
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/components/table/table-paging/table-paging.component.d.ts +1 -1
- package/esm2015/components/table/table-paging/table-paging.component.js +4 -2
- package/esm5/components/table/table-paging/table-paging.component.js +4 -2
- package/fesm2015/seniorsistemas-angular-components.js +2 -0
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +2 -0
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -10281,6 +10281,8 @@ var TablePagingComponent = /** @class */ (function () {
|
|
|
10281
10281
|
try {
|
|
10282
10282
|
for (var attributes_1 = (e_2 = void 0, __values(attributes)), attributes_1_1 = attributes_1.next(); !attributes_1_1.done; attributes_1_1 = attributes_1.next()) {
|
|
10283
10283
|
var attribute = attributes_1_1.value;
|
|
10284
|
+
if (isNullOrUndefined(row[attribute]))
|
|
10285
|
+
continue;
|
|
10284
10286
|
if ((_c = row[attribute].options) === null || _c === void 0 ? void 0 : _c.numberFormatOptions) {
|
|
10285
10287
|
continue;
|
|
10286
10288
|
}
|