@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
|
@@ -10426,6 +10426,8 @@
|
|
|
10426
10426
|
try {
|
|
10427
10427
|
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()) {
|
|
10428
10428
|
var attribute = attributes_1_1.value;
|
|
10429
|
+
if (isNullOrUndefined(row[attribute]))
|
|
10430
|
+
continue;
|
|
10429
10431
|
if ((_c = row[attribute].options) === null || _c === void 0 ? void 0 : _c.numberFormatOptions) {
|
|
10430
10432
|
continue;
|
|
10431
10433
|
}
|