@angular/core 20.2.0-next.4 → 20.2.0-next.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 (58) hide show
  1. package/api.d.d.ts +1 -1
  2. package/chrome_dev_tools_performance.d.d.ts +1 -1
  3. package/discovery.d.d.ts +8 -2
  4. package/event_dispatcher.d.d.ts +1 -1
  5. package/fesm2022/attribute.mjs +1 -1
  6. package/fesm2022/core.mjs +9 -6
  7. package/fesm2022/core.mjs.map +1 -1
  8. package/fesm2022/debug_node.mjs +13 -4
  9. package/fesm2022/debug_node.mjs.map +1 -1
  10. package/fesm2022/not_found.mjs +1 -1
  11. package/fesm2022/primitives/di.mjs +1 -1
  12. package/fesm2022/primitives/event-dispatch.mjs +1 -1
  13. package/fesm2022/primitives/signals.mjs +1 -1
  14. package/fesm2022/resource.mjs +1 -1
  15. package/fesm2022/root_effect_scheduler.mjs +1 -1
  16. package/fesm2022/rxjs-interop.mjs +1 -1
  17. package/fesm2022/signal.mjs +1 -1
  18. package/fesm2022/testing.mjs +1 -1
  19. package/fesm2022/untracked.mjs +1 -1
  20. package/fesm2022/weak_ref.mjs +1 -1
  21. package/graph.d.d.ts +1 -1
  22. package/index.d.ts +3 -2
  23. package/package.json +2 -2
  24. package/primitives/di/index.d.ts +1 -1
  25. package/primitives/event-dispatch/index.d.ts +1 -1
  26. package/primitives/signals/index.d.ts +1 -1
  27. package/rxjs-interop/index.d.ts +1 -1
  28. package/schematics/bundles/{apply_import_manager-Doo9rveC.cjs → apply_import_manager-DDzBE76c.cjs} +3 -3
  29. package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
  30. package/schematics/bundles/{compiler_host-Dtf8fsIr.cjs → compiler_host-PbDBLXD_.cjs} +2 -2
  31. package/schematics/bundles/control-flow-migration.cjs +4 -4
  32. package/schematics/bundles/document-core.cjs +5 -5
  33. package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
  34. package/schematics/bundles/{index-B10puRUY.cjs → index-HnBPwNoT.cjs} +4 -4
  35. package/schematics/bundles/{index-DHoQSprx.cjs → index-bNLbdiQu.cjs} +22 -16
  36. package/schematics/bundles/inject-flags.cjs +5 -5
  37. package/schematics/bundles/inject-migration.cjs +3 -3
  38. package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
  39. package/schematics/bundles/{migrate_ts_type_references-Cr2742bs.cjs → migrate_ts_type_references-DvNm2DJd.cjs} +5 -5
  40. package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
  41. package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
  42. package/schematics/bundles/output-migration.cjs +6 -6
  43. package/schematics/bundles/{project_paths-CrqHneU0.cjs → project_paths-WYk3KB4n.cjs} +3 -3
  44. package/schematics/bundles/{project_tsconfig_paths-BGhHq5-d.cjs → project_tsconfig_paths-iei5hRhJ.cjs} +14 -10
  45. package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
  46. package/schematics/bundles/route-lazy-loading.cjs +3 -3
  47. package/schematics/bundles/router-current-navigation.cjs +114 -0
  48. package/schematics/bundles/self-closing-tags-migration.cjs +4 -4
  49. package/schematics/bundles/signal-input-migration.cjs +7 -7
  50. package/schematics/bundles/signal-queries-migration.cjs +7 -7
  51. package/schematics/bundles/signals.cjs +7 -7
  52. package/schematics/bundles/standalone-migration.cjs +4 -4
  53. package/schematics/bundles/symbol-VPWguRxr.cjs +1 -1
  54. package/schematics/bundles/test-bed-get.cjs +4 -4
  55. package/schematics/migrations.json +6 -0
  56. package/signal.d.d.ts +1 -1
  57. package/testing/index.d.ts +1 -1
  58. package/weak_ref.d.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/graph.d.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -8437,7 +8437,8 @@ interface R3DeclareInjectableFacade {
8437
8437
  declare enum ViewEncapsulation {
8438
8438
  Emulated = 0,
8439
8439
  None = 2,
8440
- ShadowDom = 3
8440
+ ShadowDom = 3,
8441
+ IsolatedShadowDom = 4
8441
8442
  }
8442
8443
  type ChangeDetectionStrategy = number;
8443
8444
  interface R3DeclareQueryMetadataFacade {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "20.2.0-next.4",
3
+ "version": "20.2.0-next.6",
4
4
  "description": "Angular - the core framework",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "tslib": "^2.3.0"
47
47
  },
48
48
  "peerDependencies": {
49
- "@angular/compiler": "20.2.0-next.4",
49
+ "@angular/compiler": "20.2.0-next.6",
50
50
  "rxjs": "^6.5.3 || ^7.4.0",
51
51
  "zone.js": "~0.15.0"
52
52
  },
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.4
2
+ * @license Angular v20.2.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,8 +8,8 @@
8
8
 
9
9
  var ts = require('typescript');
10
10
  require('os');
11
- var project_tsconfig_paths = require('./project_tsconfig_paths-BGhHq5-d.cjs');
12
- var project_paths = require('./project_paths-CrqHneU0.cjs');
11
+ var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
12
+ var project_paths = require('./project_paths-WYk3KB4n.cjs');
13
13
 
14
14
  /**
15
15
  * Applies import manager changes, and writes them as replacements the
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,14 +8,14 @@
8
8
 
9
9
  require('@angular-devkit/core');
10
10
  require('node:path/posix');
11
- var project_paths = require('./project_paths-CrqHneU0.cjs');
11
+ var project_paths = require('./project_paths-WYk3KB4n.cjs');
12
12
  var ts = require('typescript');
13
13
  require('os');
14
- var project_tsconfig_paths = require('./project_tsconfig_paths-BGhHq5-d.cjs');
15
- var index = require('./index-DHoQSprx.cjs');
14
+ var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
15
+ var index = require('./index-bNLbdiQu.cjs');
16
16
  require('path');
17
17
  require('node:path');
18
- var apply_import_manager = require('./apply_import_manager-Doo9rveC.cjs');
18
+ var apply_import_manager = require('./apply_import_manager-DDzBE76c.cjs');
19
19
  require('@angular-devkit/schematics');
20
20
  require('fs');
21
21
  require('module');
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
9
  var ts = require('typescript');
10
- var project_tsconfig_paths = require('./project_tsconfig_paths-BGhHq5-d.cjs');
10
+ var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
11
11
  require('os');
12
12
  var p = require('path');
13
13
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,8 +8,8 @@
8
8
 
9
9
  var schematics = require('@angular-devkit/schematics');
10
10
  var p = require('path');
11
- var compiler_host = require('./compiler_host-Dtf8fsIr.cjs');
12
- var project_tsconfig_paths = require('./project_tsconfig_paths-BGhHq5-d.cjs');
11
+ var compiler_host = require('./compiler_host-PbDBLXD_.cjs');
12
+ var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
13
13
  var ts = require('typescript');
14
14
  require('os');
15
15
  require('fs');
@@ -1739,7 +1739,7 @@ function assertValidSwitchStructure(children) {
1739
1739
  throw new Error(`Text node: "${child.value}" would result in invalid migrated @switch block structure. ` +
1740
1740
  `@switch can only have @case or @default as children.`);
1741
1741
  }
1742
- else if (child instanceof project_tsconfig_paths.Element$1) {
1742
+ else if (child instanceof project_tsconfig_paths.Element) {
1743
1743
  let hasCase = false;
1744
1744
  for (const attr of child.attrs) {
1745
1745
  if (cases.includes(attr.name)) {
@@ -1,19 +1,19 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
- var project_tsconfig_paths = require('./project_tsconfig_paths-BGhHq5-d.cjs');
9
+ var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
10
10
  require('typescript');
11
11
  require('os');
12
- var apply_import_manager = require('./apply_import_manager-Doo9rveC.cjs');
13
- require('./index-DHoQSprx.cjs');
12
+ var apply_import_manager = require('./apply_import_manager-DDzBE76c.cjs');
13
+ require('./index-bNLbdiQu.cjs');
14
14
  require('path');
15
15
  require('node:path');
16
- var project_paths = require('./project_paths-CrqHneU0.cjs');
16
+ var project_paths = require('./project_paths-WYk3KB4n.cjs');
17
17
  var imports = require('./imports-CIX-JgAN.cjs');
18
18
  require('@angular-devkit/core');
19
19
  require('node:path/posix');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,11 +8,11 @@
8
8
 
9
9
  var ts = require('typescript');
10
10
  require('os');
11
- var project_tsconfig_paths = require('./project_tsconfig_paths-BGhHq5-d.cjs');
12
- var index = require('./index-DHoQSprx.cjs');
11
+ var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
12
+ var index = require('./index-bNLbdiQu.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-CrqHneU0.cjs');
15
+ var project_paths = require('./project_paths-WYk3KB4n.cjs');
16
16
 
17
17
  function getMemberName(member) {
18
18
  if (member.name === undefined) {
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
- var project_tsconfig_paths = require('./project_tsconfig_paths-BGhHq5-d.cjs');
9
+ var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
10
10
  var ts = require('typescript');
11
11
  var p = require('path');
12
12
  require('os');
@@ -891,7 +891,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
891
891
  function compileDeclareClassMetadata(metadata) {
892
892
  const definitionMap = new project_tsconfig_paths.DefinitionMap();
893
893
  definitionMap.set('minVersion', project_tsconfig_paths.literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
894
- definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.4'));
894
+ definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.6'));
895
895
  definitionMap.set('ngImport', project_tsconfig_paths.importExpr(project_tsconfig_paths.Identifiers.core));
896
896
  definitionMap.set('type', metadata.type);
897
897
  definitionMap.set('decorators', metadata.decorators);
@@ -909,7 +909,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
909
909
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? project_tsconfig_paths.literal(null));
910
910
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? project_tsconfig_paths.literal(null));
911
911
  definitionMap.set('minVersion', project_tsconfig_paths.literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
912
- definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.4'));
912
+ definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.6'));
913
913
  definitionMap.set('ngImport', project_tsconfig_paths.importExpr(project_tsconfig_paths.Identifiers.core));
914
914
  definitionMap.set('type', metadata.type);
915
915
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -1004,7 +1004,7 @@ function createDirectiveDefinitionMap(meta) {
1004
1004
  const definitionMap = new project_tsconfig_paths.DefinitionMap();
1005
1005
  const minVersion = getMinimumVersionForPartialOutput(meta);
1006
1006
  definitionMap.set('minVersion', project_tsconfig_paths.literal(minVersion));
1007
- definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.4'));
1007
+ definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.6'));
1008
1008
  // e.g. `type: MyDirective`
1009
1009
  definitionMap.set('type', meta.type.value);
1010
1010
  if (meta.isStandalone !== undefined) {
@@ -1420,7 +1420,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
1420
1420
  function compileDeclareFactoryFunction(meta) {
1421
1421
  const definitionMap = new project_tsconfig_paths.DefinitionMap();
1422
1422
  definitionMap.set('minVersion', project_tsconfig_paths.literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
1423
- definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.4'));
1423
+ definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.6'));
1424
1424
  definitionMap.set('ngImport', project_tsconfig_paths.importExpr(project_tsconfig_paths.Identifiers.core));
1425
1425
  definitionMap.set('type', meta.type.value);
1426
1426
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -1455,7 +1455,7 @@ function compileDeclareInjectableFromMetadata(meta) {
1455
1455
  function createInjectableDefinitionMap(meta) {
1456
1456
  const definitionMap = new project_tsconfig_paths.DefinitionMap();
1457
1457
  definitionMap.set('minVersion', project_tsconfig_paths.literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
1458
- definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.4'));
1458
+ definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.6'));
1459
1459
  definitionMap.set('ngImport', project_tsconfig_paths.importExpr(project_tsconfig_paths.Identifiers.core));
1460
1460
  definitionMap.set('type', meta.type.value);
1461
1461
  // Only generate providedIn property if it has a non-null value
@@ -1506,7 +1506,7 @@ function compileDeclareInjectorFromMetadata(meta) {
1506
1506
  function createInjectorDefinitionMap(meta) {
1507
1507
  const definitionMap = new project_tsconfig_paths.DefinitionMap();
1508
1508
  definitionMap.set('minVersion', project_tsconfig_paths.literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
1509
- definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.4'));
1509
+ definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.6'));
1510
1510
  definitionMap.set('ngImport', project_tsconfig_paths.importExpr(project_tsconfig_paths.Identifiers.core));
1511
1511
  definitionMap.set('type', meta.type.value);
1512
1512
  definitionMap.set('providers', meta.providers);
@@ -1539,7 +1539,7 @@ function createNgModuleDefinitionMap(meta) {
1539
1539
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
1540
1540
  }
1541
1541
  definitionMap.set('minVersion', project_tsconfig_paths.literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
1542
- definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.4'));
1542
+ definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.6'));
1543
1543
  definitionMap.set('ngImport', project_tsconfig_paths.importExpr(project_tsconfig_paths.Identifiers.core));
1544
1544
  definitionMap.set('type', meta.type.value);
1545
1545
  // We only generate the keys in the metadata if the arrays contain values.
@@ -1590,7 +1590,7 @@ function compileDeclarePipeFromMetadata(meta) {
1590
1590
  function createPipeDefinitionMap(meta) {
1591
1591
  const definitionMap = new project_tsconfig_paths.DefinitionMap();
1592
1592
  definitionMap.set('minVersion', project_tsconfig_paths.literal(MINIMUM_PARTIAL_LINKER_VERSION));
1593
- definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.4'));
1593
+ definitionMap.set('version', project_tsconfig_paths.literal('20.2.0-next.6'));
1594
1594
  definitionMap.set('ngImport', project_tsconfig_paths.importExpr(project_tsconfig_paths.Identifiers.core));
1595
1595
  // e.g. `type: MyPipe`
1596
1596
  definitionMap.set('type', meta.type.value);
@@ -10652,7 +10652,9 @@ class ComponentDecoratorHandler {
10652
10652
  diagnostics.push(makeResourceNotFoundError(styleUrl.url, styleUrl.expression, resourceType).toDiagnostic());
10653
10653
  }
10654
10654
  }
10655
- if (encapsulation === project_tsconfig_paths.ViewEncapsulation.ShadowDom && metadata.selector !== null) {
10655
+ if ((encapsulation === project_tsconfig_paths.ViewEncapsulation.ShadowDom ||
10656
+ encapsulation === project_tsconfig_paths.ViewEncapsulation.IsolatedShadowDom) &&
10657
+ metadata.selector !== null) {
10656
10658
  const selectorError = checkCustomElementSelectorForErrors(metadata.selector);
10657
10659
  if (selectorError !== null) {
10658
10660
  if (diagnostics === undefined) {
@@ -12329,7 +12331,7 @@ class PipeDecoratorHandler {
12329
12331
  * @description
12330
12332
  * Entry point for all public APIs of the compiler-cli package.
12331
12333
  */
12332
- new project_tsconfig_paths.Version('20.2.0-next.4');
12334
+ new project_tsconfig_paths.Version('20.2.0-next.6');
12333
12335
 
12334
12336
  /**
12335
12337
  * Whether a given decorator should be treated as an Angular decorator.
@@ -15620,7 +15622,7 @@ let TemplateVisitor$1 = class TemplateVisitor extends project_tsconfig_paths.Com
15620
15622
  name = node.tagName ?? 'ng-template';
15621
15623
  kind = IdentifierKind.Template;
15622
15624
  }
15623
- else if (node instanceof project_tsconfig_paths.Element) {
15625
+ else if (node instanceof project_tsconfig_paths.Element$1) {
15624
15626
  name = node.name;
15625
15627
  kind = IdentifierKind.Element;
15626
15628
  }
@@ -15635,7 +15637,7 @@ let TemplateVisitor$1 = class TemplateVisitor extends project_tsconfig_paths.Com
15635
15637
  // Namespaced elements have a particular format for `node.name` that needs to be handled.
15636
15638
  // For example, an `<svg>` element has a `node.name` of `':svg:svg'`.
15637
15639
  // TODO(alxhub): properly handle namespaced elements
15638
- if ((node instanceof project_tsconfig_paths.Template || node instanceof project_tsconfig_paths.Element) &&
15640
+ if ((node instanceof project_tsconfig_paths.Template || node instanceof project_tsconfig_paths.Element$1) &&
15639
15641
  name.startsWith(':')) {
15640
15642
  name = name.split(':').pop();
15641
15643
  }
@@ -15696,7 +15698,7 @@ let TemplateVisitor$1 = class TemplateVisitor extends project_tsconfig_paths.Com
15696
15698
  if (refTarget) {
15697
15699
  let node = null;
15698
15700
  let directive = null;
15699
- if (refTarget instanceof project_tsconfig_paths.Element ||
15701
+ if (refTarget instanceof project_tsconfig_paths.Element$1 ||
15700
15702
  refTarget instanceof project_tsconfig_paths.Template ||
15701
15703
  refTarget instanceof project_tsconfig_paths.Component ||
15702
15704
  refTarget instanceof project_tsconfig_paths.Directive) {
@@ -20319,7 +20321,7 @@ var semver = /*@__PURE__*/getDefaultExportFromCjs(semverExports);
20319
20321
  * @param minVersion Minimum required version for the feature.
20320
20322
  */
20321
20323
  function coreVersionSupportsFeature(coreVersion, minVersion) {
20322
- // A version of `20.2.0-next.4` usually means that core is at head so it supports
20324
+ // A version of `20.2.0-next.6` usually means that core is at head so it supports
20323
20325
  // all features. Use string interpolation prevent the placeholder from being replaced
20324
20326
  // with the current version during build time.
20325
20327
  if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
@@ -20942,6 +20944,8 @@ class NgCompiler {
20942
20944
  // using Angular at head.
20943
20945
  const allowSignalsInTwoWayBindings = this.angularCoreVersion === null ||
20944
20946
  coreVersionSupportsFeature(this.angularCoreVersion, '>= 17.2.0-0');
20947
+ const allowDomEventAssertion = this.angularCoreVersion === null ||
20948
+ coreVersionSupportsFeature(this.angularCoreVersion, '>= 20.2.0');
20945
20949
  // First select a type-checking configuration, based on whether full template type-checking is
20946
20950
  // requested.
20947
20951
  let typeCheckingConfig;
@@ -20983,6 +20987,7 @@ class NgCompiler {
20983
20987
  unusedStandaloneImports: this.options.extendedDiagnostics?.defaultCategory || exports.DiagnosticCategoryLabel.Warning,
20984
20988
  allowSignalsInTwoWayBindings,
20985
20989
  checkTwoWayBoundEvents,
20990
+ allowDomEventAssertion,
20986
20991
  };
20987
20992
  }
20988
20993
  else {
@@ -21017,6 +21022,7 @@ class NgCompiler {
21017
21022
  unusedStandaloneImports: this.options.extendedDiagnostics?.defaultCategory || exports.DiagnosticCategoryLabel.Warning,
21018
21023
  allowSignalsInTwoWayBindings,
21019
21024
  checkTwoWayBoundEvents,
21025
+ allowDomEventAssertion,
21020
21026
  };
21021
21027
  }
21022
21028
  // Apply explicitly configured strictness flags on top of the default configuration
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,12 +8,12 @@
8
8
 
9
9
  var ts = require('typescript');
10
10
  require('os');
11
- var project_tsconfig_paths = require('./project_tsconfig_paths-BGhHq5-d.cjs');
12
- require('./index-DHoQSprx.cjs');
11
+ var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
12
+ require('./index-bNLbdiQu.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-CrqHneU0.cjs');
16
- var apply_import_manager = require('./apply_import_manager-Doo9rveC.cjs');
15
+ var project_paths = require('./project_paths-WYk3KB4n.cjs');
16
+ var apply_import_manager = require('./apply_import_manager-DDzBE76c.cjs');
17
17
  var imports = require('./imports-CIX-JgAN.cjs');
18
18
  require('@angular-devkit/core');
19
19
  require('node:path/posix');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,13 +8,13 @@
8
8
 
9
9
  var schematics = require('@angular-devkit/schematics');
10
10
  var p = require('path');
11
- var compiler_host = require('./compiler_host-Dtf8fsIr.cjs');
11
+ var compiler_host = require('./compiler_host-PbDBLXD_.cjs');
12
12
  var ts = require('typescript');
13
13
  var ng_decorators = require('./ng_decorators-B5HCqr20.cjs');
14
14
  var imports = require('./imports-CIX-JgAN.cjs');
15
15
  var nodes = require('./nodes-B16H9JUd.cjs');
16
16
  var leading_space = require('./leading_space-D9nQ8UQC.cjs');
17
- var project_tsconfig_paths = require('./project_tsconfig_paths-BGhHq5-d.cjs');
17
+ var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
18
18
  require('os');
19
19
  require('fs');
20
20
  require('module');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -1,19 +1,19 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
- var project_tsconfig_paths = require('./project_tsconfig_paths-BGhHq5-d.cjs');
9
+ var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
10
10
  var ts = require('typescript');
11
11
  require('os');
12
12
  var assert = require('assert');
13
- var index = require('./index-B10puRUY.cjs');
14
- var project_paths = require('./project_paths-CrqHneU0.cjs');
13
+ var index = require('./index-HnBPwNoT.cjs');
14
+ var project_paths = require('./project_paths-WYk3KB4n.cjs');
15
15
  var leading_space = require('./leading_space-D9nQ8UQC.cjs');
16
- require('./index-DHoQSprx.cjs');
16
+ require('./index-bNLbdiQu.cjs');
17
17
  require('path');
18
18
  require('node:path');
19
19
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,13 +8,13 @@
8
8
 
9
9
  var ts = require('typescript');
10
10
  require('os');
11
- var project_tsconfig_paths = require('./project_tsconfig_paths-BGhHq5-d.cjs');
12
- var index$1 = require('./index-DHoQSprx.cjs');
11
+ var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
12
+ var index$1 = require('./index-bNLbdiQu.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-CrqHneU0.cjs');
16
- var apply_import_manager = require('./apply_import_manager-Doo9rveC.cjs');
17
- var index = require('./index-B10puRUY.cjs');
15
+ var project_paths = require('./project_paths-WYk3KB4n.cjs');
16
+ var apply_import_manager = require('./apply_import_manager-DDzBE76c.cjs');
17
+ var index = require('./index-HnBPwNoT.cjs');
18
18
  require('@angular-devkit/core');
19
19
  require('node:path/posix');
20
20
  require('fs');
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.4
3
+ * @license Angular v20.2.0-next.6
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
- var index = require('./index-DHoQSprx.cjs');
9
+ var index = require('./index-bNLbdiQu.cjs');
10
10
  var schematics = require('@angular-devkit/schematics');
11
11
  var core = require('@angular-devkit/core');
12
12
  var posixPath = require('node:path/posix');
13
13
  var os = require('os');
14
14
  var ts = require('typescript');
15
- var project_tsconfig_paths = require('./project_tsconfig_paths-BGhHq5-d.cjs');
15
+ var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
16
16
  require('path');
17
17
  var path = require('node:path');
18
18