@solcre-org/core-ui 2.20.34 → 2.20.35
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.
|
@@ -1739,7 +1739,6 @@ class SelectFieldComponent extends BaseFieldComponent {
|
|
|
1739
1739
|
}
|
|
1740
1740
|
toggleDropdown(event) {
|
|
1741
1741
|
event.preventDefault();
|
|
1742
|
-
event.stopPropagation();
|
|
1743
1742
|
if (this.isDisabled() || this.isReadonly())
|
|
1744
1743
|
return;
|
|
1745
1744
|
if (this.isOpen()) {
|
|
@@ -17767,12 +17766,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
17767
17766
|
// Este archivo es generado automáticamente por scripts/update-version.js
|
|
17768
17767
|
// No edites manualmente este archivo
|
|
17769
17768
|
const VERSION = {
|
|
17770
|
-
full: '2.20.
|
|
17769
|
+
full: '2.20.35',
|
|
17771
17770
|
major: 2,
|
|
17772
17771
|
minor: 20,
|
|
17773
|
-
patch:
|
|
17774
|
-
timestamp: '2026-03-
|
|
17775
|
-
buildDate: '
|
|
17772
|
+
patch: 35,
|
|
17773
|
+
timestamp: '2026-03-13T14:29:52.523Z',
|
|
17774
|
+
buildDate: '13/3/2026'
|
|
17776
17775
|
};
|
|
17777
17776
|
|
|
17778
17777
|
class MainNavComponent {
|