@solcre-org/core-ui 2.12.44 → 2.12.45

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.
@@ -2852,7 +2852,7 @@ class PhoneFieldComponent extends BaseFieldComponent {
2852
2852
  else if (typeof initialValue === 'string' && initialValue) {
2853
2853
  this.parseStringValue(initialValue);
2854
2854
  }
2855
- }, { allowSignalWrites: true });
2855
+ });
2856
2856
  effect(() => {
2857
2857
  const field = this.field();
2858
2858
  if (field && !this.countryControl.value && !this.value()) {
@@ -2865,7 +2865,7 @@ class PhoneFieldComponent extends BaseFieldComponent {
2865
2865
  }
2866
2866
  }
2867
2867
  }
2868
- }, { allowSignalWrites: true });
2868
+ });
2869
2869
  effect(() => {
2870
2870
  const disabled = this.isDisabled();
2871
2871
  if (disabled) {
@@ -14414,11 +14414,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
14414
14414
  // Este archivo es generado automáticamente por scripts/update-version.js
14415
14415
  // No edites manualmente este archivo
14416
14416
  const VERSION = {
14417
- full: '2.12.44',
14417
+ full: '2.12.45',
14418
14418
  major: 2,
14419
14419
  minor: 12,
14420
- patch: 44,
14421
- timestamp: '2025-09-23T14:11:54.764Z',
14420
+ patch: 45,
14421
+ timestamp: '2025-09-23T14:31:24.373Z',
14422
14422
  buildDate: '23/9/2025'
14423
14423
  };
14424
14424