@angular/common 19.2.5 → 19.2.6

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.
Files changed (28) hide show
  1. package/{common_module.d-Qx8B6pmN.d.ts → common_module.d-C8_X2MOZ.d.ts} +4 -4
  2. package/fesm2022/common.mjs +20 -20
  3. package/fesm2022/common.mjs.map +1 -1
  4. package/fesm2022/{common_module-D8YipLWl.mjs → common_module-CBrzkrmd.mjs} +89 -89
  5. package/fesm2022/{common_module-D8YipLWl.mjs.map → common_module-CBrzkrmd.mjs.map} +1 -1
  6. package/fesm2022/{dom_tokens-CNpAxedO.mjs → dom_tokens-rA0ACyx7.mjs} +3 -3
  7. package/fesm2022/{dom_tokens-CNpAxedO.mjs.map → dom_tokens-rA0ACyx7.mjs.map} +1 -1
  8. package/fesm2022/http/testing.mjs +11 -11
  9. package/fesm2022/http.mjs +5 -5
  10. package/fesm2022/{location-CprIx2Bv.mjs → location-DpBxd_aX.mjs} +19 -19
  11. package/fesm2022/{location-CprIx2Bv.mjs.map → location-DpBxd_aX.mjs.map} +1 -1
  12. package/fesm2022/{module-Bnny_XF2.mjs → module-BHk9jdTn.mjs} +41 -41
  13. package/fesm2022/{module-Bnny_XF2.mjs.map → module-BHk9jdTn.mjs.map} +1 -1
  14. package/fesm2022/{platform_navigation-2iCIwKiv.mjs → platform_navigation-B45Jeakb.mjs} +6 -6
  15. package/fesm2022/{platform_navigation-2iCIwKiv.mjs.map → platform_navigation-B45Jeakb.mjs.map} +1 -1
  16. package/fesm2022/testing.mjs +16 -16
  17. package/fesm2022/upgrade.mjs +8 -8
  18. package/fesm2022/{xhr-BdgfMvBr.mjs → xhr-BfNfxNDv.mjs} +3 -3
  19. package/fesm2022/{xhr-BdgfMvBr.mjs.map → xhr-BfNfxNDv.mjs.map} +1 -1
  20. package/http/index.d.ts +4 -4
  21. package/http/testing/index.d.ts +2 -2
  22. package/index.d.ts +6 -6
  23. package/{module.d-BJA_GXII.d.ts → module.d-CnjH8Dlt.d.ts} +3 -3
  24. package/package.json +2 -2
  25. package/{platform_location.d-BWJDgVlg.d.ts → platform_location.d-Lbv6Ueec.d.ts} +3 -3
  26. package/testing/index.d.ts +2 -2
  27. package/upgrade/index.d.ts +3 -3
  28. package/{xhr.d-Bbgj1reV.d.ts → xhr.d-D_1kTQR5.d.ts} +2 -2
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.5
2
+ * @license Angular v19.2.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -7,7 +7,7 @@
7
7
  import * as i0 from '@angular/core';
8
8
  import { InjectionToken, OnDestroy, DoCheck, ElementRef, Renderer2, OnChanges, Type, Injector, NgModuleFactory, ViewContainerRef, SimpleChanges, NgIterable, TrackByFunction, TemplateRef, IterableDiffers, KeyValueDiffers, PipeTransform, ChangeDetectorRef } from '@angular/core';
9
9
  import { SubscriptionLike, Observable, Subscribable } from 'rxjs';
10
- import { L as LocationChangeListener, P as PlatformLocation } from './platform_location.d-BWJDgVlg.js';
10
+ import { LocationChangeListener, PlatformLocation } from './platform_location.d-Lbv6Ueec.js';
11
11
 
12
12
  /**
13
13
  * Enables the `Location` service to read route state from the browser's URL.
@@ -1933,5 +1933,5 @@ declare class CommonModule {
1933
1933
  static ɵinj: i0.ɵɵInjectorDeclaration<CommonModule>;
1934
1934
  }
1935
1935
 
1936
- export { AsyncPipe as A, CommonModule as C, DatePipe as D, I18nPluralPipe as I, JsonPipe as J, KeyValuePipe as K, LocationStrategy as L, NgLocaleLocalization as N, PercentPipe as P, SlicePipe as S, TitleCasePipe as T, UpperCasePipe as U, NgLocalization as a, NgClass as b, NgForOf as c, NgForOfContext as d, NgIf as e, NgIfContext as f, NgPlural as g, NgPluralCase as h, NgStyle as i, NgSwitch as j, NgSwitchCase as k, NgSwitchDefault as l, NgTemplateOutlet as m, NgComponentOutlet as n, DATE_PIPE_DEFAULT_TIMEZONE as p, DATE_PIPE_DEFAULT_OPTIONS as q, I18nSelectPipe as r, LowerCasePipe as s, CurrencyPipe as t, DecimalPipe as u, Location as w, APP_BASE_HREF as y, PathLocationStrategy as z };
1937
- export type { DatePipeConfig as o, KeyValue as v, PopStateEvent as x };
1936
+ export { APP_BASE_HREF, AsyncPipe, CommonModule, CurrencyPipe, DATE_PIPE_DEFAULT_OPTIONS, DATE_PIPE_DEFAULT_TIMEZONE, DatePipe, DecimalPipe, I18nPluralPipe, I18nSelectPipe, JsonPipe, KeyValuePipe, Location, LocationStrategy, LowerCasePipe, NgClass, NgComponentOutlet, NgForOf, NgForOfContext, NgIf, NgIfContext, NgLocaleLocalization, NgLocalization, NgPlural, NgPluralCase, NgStyle, NgSwitch, NgSwitchCase, NgSwitchDefault, NgTemplateOutlet, PathLocationStrategy, PercentPipe, SlicePipe, TitleCasePipe, UpperCasePipe };
1937
+ export type { DatePipeConfig, KeyValue, PopStateEvent };
@@ -1,18 +1,18 @@
1
1
  /**
2
- * @license Angular v19.2.5
2
+ * @license Angular v19.2.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- export { V as AsyncPipe, D as CommonModule, a2 as CurrencyPipe, Z as DATE_PIPE_DEFAULT_OPTIONS, Y as DATE_PIPE_DEFAULT_TIMEZONE, X as DatePipe, a3 as DecimalPipe, F as FormStyle, g as FormatWidth, a9 as HashLocationStrategy, _ as I18nPluralPipe, $ as I18nSelectPipe, a0 as JsonPipe, a8 as KeyValuePipe, a1 as LowerCasePipe, E as NgClass, U as NgComponentOutlet, G as NgFor, G as NgForOf, H as NgForOfContext, I as NgIf, J as NgIfContext, N as NgLocaleLocalization, d as NgLocalization, K as NgPlural, L as NgPluralCase, M as NgStyle, O as NgSwitch, Q as NgSwitchCase, R as NgSwitchDefault, S as NgTemplateOutlet, e as NumberFormatStyle, h as NumberSymbol, a4 as PercentPipe, P as Plural, a5 as SlicePipe, a7 as TitleCasePipe, T as TranslationWidth, a6 as UpperCasePipe, W as WeekDay, a as formatCurrency, f as formatDate, b as formatNumber, c as formatPercent, j as getCurrencySymbol, z as getLocaleCurrencyCode, A as getLocaleCurrencyName, B as getLocaleCurrencySymbol, r as getLocaleDateFormat, s as getLocaleDateTimeFormat, l as getLocaleDayNames, k as getLocaleDayPeriods, C as getLocaleDirection, o as getLocaleEraNames, t as getLocaleExtraDayPeriodRules, u as getLocaleExtraDayPeriods, q as getLocaleFirstDayOfWeek, n as getLocaleId, m as getLocaleMonthNames, y as getLocaleNumberFormat, x as getLocaleNumberSymbol, v as getLocalePluralCase, w as getLocaleTimeFormat, p as getLocaleWeekEndRange, i as getNumberOfCurrencyDigits } from './common_module-D8YipLWl.mjs';
7
+ export { AsyncPipe, CommonModule, CurrencyPipe, DATE_PIPE_DEFAULT_OPTIONS, DATE_PIPE_DEFAULT_TIMEZONE, DatePipe, DecimalPipe, FormStyle, FormatWidth, HashLocationStrategy, I18nPluralPipe, I18nSelectPipe, JsonPipe, KeyValuePipe, LowerCasePipe, NgClass, NgComponentOutlet, NgForOf as NgFor, NgForOf, NgForOfContext, NgIf, NgIfContext, NgLocaleLocalization, NgLocalization, NgPlural, NgPluralCase, NgStyle, NgSwitch, NgSwitchCase, NgSwitchDefault, NgTemplateOutlet, NumberFormatStyle, NumberSymbol, PercentPipe, Plural, SlicePipe, TitleCasePipe, TranslationWidth, UpperCasePipe, WeekDay, formatCurrency, formatDate, formatNumber, formatPercent, getCurrencySymbol, getLocaleCurrencyCode, getLocaleCurrencyName, getLocaleCurrencySymbol, getLocaleDateFormat, getLocaleDateTimeFormat, getLocaleDayNames, getLocaleDayPeriods, getLocaleDirection, getLocaleEraNames, getLocaleExtraDayPeriodRules, getLocaleExtraDayPeriods, getLocaleFirstDayOfWeek, getLocaleId, getLocaleMonthNames, getLocaleNumberFormat, getLocaleNumberSymbol, getLocalePluralCase, getLocaleTimeFormat, getLocaleWeekEndRange, getNumberOfCurrencyDigits } from './common_module-CBrzkrmd.mjs';
8
8
  import * as i0 from '@angular/core';
9
9
  import { ɵregisterLocaleData as _registerLocaleData, Version, ɵɵdefineInjectable as __defineInjectable, inject, InjectionToken, ɵRuntimeError as _RuntimeError, ɵformatRuntimeError as _formatRuntimeError, PLATFORM_ID, Injectable, ɵIMAGE_CONFIG as _IMAGE_CONFIG, Renderer2, ElementRef, Injector, DestroyRef, ɵperformanceMarkFeature as _performanceMarkFeature, NgZone, ApplicationRef, booleanAttribute, numberAttribute, ChangeDetectorRef, ɵIMAGE_CONFIG_DEFAULTS as _IMAGE_CONFIG_DEFAULTS, ɵunwrapSafeValue as _unwrapSafeValue, Input, Directive } from '@angular/core';
10
10
  export { ɵIMAGE_CONFIG as IMAGE_CONFIG } from '@angular/core';
11
- import { i as isPlatformBrowser } from './xhr-BdgfMvBr.mjs';
12
- export { X as XhrFactory, b as isPlatformServer, P as ɵPLATFORM_BROWSER_ID, a as ɵPLATFORM_SERVER_ID, p as ɵparseCookieValue } from './xhr-BdgfMvBr.mjs';
13
- import { D as DOCUMENT } from './dom_tokens-CNpAxedO.mjs';
14
- export { A as APP_BASE_HREF, B as BrowserPlatformLocation, b as LOCATION_INITIALIZED, L as Location, a as LocationStrategy, P as PathLocationStrategy, c as PlatformLocation, D as ɵDomAdapter, g as ɵgetDOM, n as ɵnormalizeQueryParams, s as ɵsetRootDomAdapter } from './location-CprIx2Bv.mjs';
15
- export { P as ɵPlatformNavigation } from './platform_navigation-2iCIwKiv.mjs';
11
+ import { isPlatformBrowser } from './xhr-BfNfxNDv.mjs';
12
+ export { XhrFactory, isPlatformServer, PLATFORM_BROWSER_ID as ɵPLATFORM_BROWSER_ID, PLATFORM_SERVER_ID as ɵPLATFORM_SERVER_ID, parseCookieValue as ɵparseCookieValue } from './xhr-BfNfxNDv.mjs';
13
+ import { DOCUMENT } from './dom_tokens-rA0ACyx7.mjs';
14
+ export { APP_BASE_HREF, BrowserPlatformLocation, LOCATION_INITIALIZED, Location, LocationStrategy, PathLocationStrategy, PlatformLocation, DomAdapter as ɵDomAdapter, getDOM as ɵgetDOM, normalizeQueryParams as ɵnormalizeQueryParams, setRootDomAdapter as ɵsetRootDomAdapter } from './location-DpBxd_aX.mjs';
15
+ export { PlatformNavigation as ɵPlatformNavigation } from './platform_navigation-B45Jeakb.mjs';
16
16
  import 'rxjs';
17
17
 
18
18
  /**
@@ -36,7 +36,7 @@ function registerLocaleData(data, localeId, extraData) {
36
36
  /**
37
37
  * @publicApi
38
38
  */
39
- const VERSION = new Version('19.2.5');
39
+ const VERSION = new Version('19.2.6');
40
40
 
41
41
  /**
42
42
  * Defines a scroll position manager. Implemented by `BrowserViewportScroller`.
@@ -646,10 +646,10 @@ class LCPImageObserver {
646
646
  this.observer.disconnect();
647
647
  this.images.clear();
648
648
  }
649
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: LCPImageObserver, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
650
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: LCPImageObserver, providedIn: 'root' });
649
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: LCPImageObserver, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
650
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: LCPImageObserver, providedIn: 'root' });
651
651
  }
652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: LCPImageObserver, decorators: [{
652
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: LCPImageObserver, decorators: [{
653
653
  type: Injectable,
654
654
  args: [{ providedIn: 'root' }]
655
655
  }], ctorParameters: () => [] });
@@ -768,10 +768,10 @@ class PreconnectLinkChecker {
768
768
  this.preconnectLinks?.clear();
769
769
  this.alreadySeen.clear();
770
770
  }
771
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: PreconnectLinkChecker, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
772
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: PreconnectLinkChecker, providedIn: 'root' });
771
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: PreconnectLinkChecker, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
772
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: PreconnectLinkChecker, providedIn: 'root' });
773
773
  }
774
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: PreconnectLinkChecker, decorators: [{
774
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: PreconnectLinkChecker, decorators: [{
775
775
  type: Injectable,
776
776
  args: [{ providedIn: 'root' }]
777
777
  }], ctorParameters: () => [] });
@@ -858,10 +858,10 @@ class PreloadLinkCreator {
858
858
  }
859
859
  renderer.appendChild(this.document.head, preload);
860
860
  }
861
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: PreloadLinkCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
862
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: PreloadLinkCreator, providedIn: 'root' });
861
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: PreloadLinkCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
862
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: PreloadLinkCreator, providedIn: 'root' });
863
863
  }
864
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: PreloadLinkCreator, decorators: [{
864
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: PreloadLinkCreator, decorators: [{
865
865
  type: Injectable,
866
866
  args: [{ providedIn: 'root' }]
867
867
  }] });
@@ -1433,10 +1433,10 @@ class NgOptimizedImage {
1433
1433
  setHostAttribute(name, value) {
1434
1434
  this.renderer.setAttribute(this.imgElement, name, value);
1435
1435
  }
1436
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: NgOptimizedImage, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1437
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.5", type: NgOptimizedImage, isStandalone: true, selector: "img[ngSrc]", inputs: { ngSrc: ["ngSrc", "ngSrc", unwrapSafeUrl], ngSrcset: "ngSrcset", sizes: "sizes", width: ["width", "width", numberAttribute], height: ["height", "height", numberAttribute], loading: "loading", priority: ["priority", "priority", booleanAttribute], loaderParams: "loaderParams", disableOptimizedSrcset: ["disableOptimizedSrcset", "disableOptimizedSrcset", booleanAttribute], fill: ["fill", "fill", booleanAttribute], placeholder: ["placeholder", "placeholder", booleanOrUrlAttribute], placeholderConfig: "placeholderConfig", src: "src", srcset: "srcset" }, host: { properties: { "style.position": "fill ? \"absolute\" : null", "style.width": "fill ? \"100%\" : null", "style.height": "fill ? \"100%\" : null", "style.inset": "fill ? \"0\" : null", "style.background-size": "placeholder ? \"cover\" : null", "style.background-position": "placeholder ? \"50% 50%\" : null", "style.background-repeat": "placeholder ? \"no-repeat\" : null", "style.background-image": "placeholder ? generatePlaceholder(placeholder) : null", "style.filter": "placeholder && shouldBlurPlaceholder(placeholderConfig) ? \"blur(15px)\" : null" } }, usesOnChanges: true, ngImport: i0 });
1436
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: NgOptimizedImage, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1437
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.6", type: NgOptimizedImage, isStandalone: true, selector: "img[ngSrc]", inputs: { ngSrc: ["ngSrc", "ngSrc", unwrapSafeUrl], ngSrcset: "ngSrcset", sizes: "sizes", width: ["width", "width", numberAttribute], height: ["height", "height", numberAttribute], loading: "loading", priority: ["priority", "priority", booleanAttribute], loaderParams: "loaderParams", disableOptimizedSrcset: ["disableOptimizedSrcset", "disableOptimizedSrcset", booleanAttribute], fill: ["fill", "fill", booleanAttribute], placeholder: ["placeholder", "placeholder", booleanOrUrlAttribute], placeholderConfig: "placeholderConfig", src: "src", srcset: "srcset" }, host: { properties: { "style.position": "fill ? \"absolute\" : null", "style.width": "fill ? \"100%\" : null", "style.height": "fill ? \"100%\" : null", "style.inset": "fill ? \"0\" : null", "style.background-size": "placeholder ? \"cover\" : null", "style.background-position": "placeholder ? \"50% 50%\" : null", "style.background-repeat": "placeholder ? \"no-repeat\" : null", "style.background-image": "placeholder ? generatePlaceholder(placeholder) : null", "style.filter": "placeholder && shouldBlurPlaceholder(placeholderConfig) ? \"blur(15px)\" : null" } }, usesOnChanges: true, ngImport: i0 });
1438
1438
  }
1439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: NgOptimizedImage, decorators: [{
1439
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: NgOptimizedImage, decorators: [{
1440
1440
  type: Directive,
1441
1441
  args: [{
1442
1442
  selector: 'img[ngSrc]',