@solcre-org/core-ui 2.20.2 → 2.20.3

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.
@@ -2064,6 +2064,7 @@ class DocumentFieldComponent extends BaseFieldComponent {
2064
2064
  readonly: false,
2065
2065
  clearable: false,
2066
2066
  options: this.documentTypeOptions(),
2067
+ defaultValue: this.fieldConfig().defaultValue,
2067
2068
  };
2068
2069
  });
2069
2070
  constructor() {
@@ -16926,11 +16927,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
16926
16927
  // Este archivo es generado automáticamente por scripts/update-version.js
16927
16928
  // No edites manualmente este archivo
16928
16929
  const VERSION = {
16929
- full: '2.20.2',
16930
+ full: '2.20.3',
16930
16931
  major: 2,
16931
16932
  minor: 20,
16932
- patch: 2,
16933
- timestamp: '2026-01-29T15:32:10.148Z',
16933
+ patch: 3,
16934
+ timestamp: '2026-01-29T15:39:27.256Z',
16934
16935
  buildDate: '29/1/2026'
16935
16936
  };
16936
16937