@solcre-org/core-ui 2.20.19 → 2.20.21
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.
|
@@ -205,4 +205,8 @@ app-server-select-field .ng-select:not(.ng-select-filtered):not(.ng-select-opene
|
|
|
205
205
|
|
|
206
206
|
.ng-select.disabled .ng-select-container .ng-value-container .ng-input input {
|
|
207
207
|
cursor: not-allowed;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.ng-select.ng-select-opened {
|
|
211
|
+
z-index: 1;
|
|
208
212
|
}
|
|
@@ -17516,11 +17516,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
17516
17516
|
// Este archivo es generado automáticamente por scripts/update-version.js
|
|
17517
17517
|
// No edites manualmente este archivo
|
|
17518
17518
|
const VERSION = {
|
|
17519
|
-
full: '2.20.
|
|
17519
|
+
full: '2.20.21',
|
|
17520
17520
|
major: 2,
|
|
17521
17521
|
minor: 20,
|
|
17522
|
-
patch:
|
|
17523
|
-
timestamp: '2026-02-
|
|
17522
|
+
patch: 21,
|
|
17523
|
+
timestamp: '2026-02-11T17:39:26.581Z',
|
|
17524
17524
|
buildDate: '11/2/2026'
|
|
17525
17525
|
};
|
|
17526
17526
|
|