@solcre-org/core-ui 2.26.6 → 2.26.7
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.
|
@@ -6806,12 +6806,12 @@ class GenericTabsComponent {
|
|
|
6806
6806
|
if (tab.disabled && this.config().disabledClass) {
|
|
6807
6807
|
classes.push(this.config().disabledClass);
|
|
6808
6808
|
}
|
|
6809
|
+
if (tab.customClass) {
|
|
6810
|
+
classes.push(tab.customClass);
|
|
6811
|
+
}
|
|
6809
6812
|
if (this.hasTabErrors()(tab.id)) {
|
|
6810
6813
|
classes.push('context:error');
|
|
6811
6814
|
}
|
|
6812
|
-
else if (tab.customClass) {
|
|
6813
|
-
classes.push(tab.customClass);
|
|
6814
|
-
}
|
|
6815
6815
|
return classes.join(' ');
|
|
6816
6816
|
}
|
|
6817
6817
|
getTabLabel(tab) {
|
|
@@ -17794,11 +17794,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.7", ngImpor
|
|
|
17794
17794
|
// Este archivo es generado automáticamente por scripts/update-version.js
|
|
17795
17795
|
// No edites manualmente este archivo
|
|
17796
17796
|
const VERSION = {
|
|
17797
|
-
full: '2.26.
|
|
17797
|
+
full: '2.26.7',
|
|
17798
17798
|
major: 2,
|
|
17799
17799
|
minor: 26,
|
|
17800
|
-
patch:
|
|
17801
|
-
timestamp: '2026-04-
|
|
17800
|
+
patch: 7,
|
|
17801
|
+
timestamp: '2026-04-09T17:02:18.224Z',
|
|
17802
17802
|
buildDate: '9/4/2026'
|
|
17803
17803
|
};
|
|
17804
17804
|
|