@sumaris-net/ngx-components 1.23.63 → 1.23.64
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/sumaris-net.ngx-components.umd.js +2 -2
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/form/entity-editor-modal.class.js +2 -2
- package/esm2015/src/app/core/form/entity-editor.class.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -30048,7 +30048,7 @@
|
|
|
30048
30048
|
? err.details
|
|
30049
30049
|
: err.details.message;
|
|
30050
30050
|
if (isNotNilOrBlank(detailMessage)) {
|
|
30051
|
-
var cssClass = (opts === null || opts === void 0 ? void 0 : opts.detailsCssClass) || '
|
|
30051
|
+
var cssClass = (opts === null || opts === void 0 ? void 0 : opts.detailsCssClass) || 'error-details';
|
|
30052
30052
|
userMessage += "<br/><small class=\"" + cssClass + "\" title=\"" + detailMessage + "\">";
|
|
30053
30053
|
userMessage += detailMessage.length < 70 ? detailMessage : detailMessage.substring(0, 67) + '...';
|
|
30054
30054
|
userMessage += '</small>';
|
|
@@ -30694,7 +30694,7 @@
|
|
|
30694
30694
|
? err.details
|
|
30695
30695
|
: err.details.message;
|
|
30696
30696
|
if (isNotNilOrBlank(detailMessage)) {
|
|
30697
|
-
var cssClass = (opts === null || opts === void 0 ? void 0 : opts.detailsCssClass) || '
|
|
30697
|
+
var cssClass = (opts === null || opts === void 0 ? void 0 : opts.detailsCssClass) || 'error-details';
|
|
30698
30698
|
userMessage += "<br/><small class=\"" + cssClass + "\" title=\"" + detailMessage + "\">";
|
|
30699
30699
|
userMessage += detailMessage.length < 70 ? detailMessage : detailMessage.substring(0, 67) + '...';
|
|
30700
30700
|
userMessage += '</small>';
|