@seniorsistemas/angular-components 16.11.1 → 16.11.2
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 +1 -1
- 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/esm2015/components/dynamic-form/components/lookup/lookup.component.js +2 -2
- package/esm5/components/dynamic-form/components/lookup/lookup.component.js +2 -2
- package/fesm2015/seniorsistemas-angular-components.js +1 -1
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +1 -1
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -3526,7 +3526,7 @@
|
|
|
3526
3526
|
var label = this.searchTotalRecords === 1
|
|
3527
3527
|
? this.recordsLabel.trim()
|
|
3528
3528
|
: this.recordsLabel.trim();
|
|
3529
|
-
return
|
|
3529
|
+
return this.searchTotalRecordsLabel ? this.searchTotalRecordsLabel : this.searchTotalRecords + " " + label;
|
|
3530
3530
|
};
|
|
3531
3531
|
LookupComponent.prototype._convertToMomentHourFormat = function (hourFormat, format) {
|
|
3532
3532
|
if (format === "dd/mm/yy") { // valor padrão para o format.
|