@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.
@@ -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
  }