@angular/compiler 16.0.0-next.3 → 16.0.0-next.5

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 (126) hide show
  1. package/esm2022/src/compiler_facade_interface.mjs +29 -0
  2. package/esm2022/src/compiler_util/expression_converter.mjs +759 -0
  3. package/esm2022/src/core.mjs +86 -0
  4. package/{esm2020 → esm2022}/src/expression_parser/parser.mjs +3 -2
  5. package/esm2022/src/i18n/digest.mjs +357 -0
  6. package/esm2022/src/i18n/i18n_ast.mjs +184 -0
  7. package/esm2022/src/jit_compiler_facade.mjs +596 -0
  8. package/{esm2020 → esm2022}/src/render3/partial/class_metadata.mjs +1 -1
  9. package/{esm2020 → esm2022}/src/render3/partial/directive.mjs +1 -1
  10. package/{esm2020 → esm2022}/src/render3/partial/factory.mjs +1 -1
  11. package/{esm2020 → esm2022}/src/render3/partial/injectable.mjs +1 -1
  12. package/{esm2020 → esm2022}/src/render3/partial/injector.mjs +1 -1
  13. package/{esm2020 → esm2022}/src/render3/partial/ng_module.mjs +1 -1
  14. package/{esm2020 → esm2022}/src/render3/partial/pipe.mjs +1 -1
  15. package/esm2022/src/render3/r3_identifiers.mjs +214 -0
  16. package/{esm2020 → esm2022}/src/render3/view/api.mjs +1 -1
  17. package/esm2022/src/render3/view/compiler.mjs +708 -0
  18. package/esm2022/src/render3/view/i18n/meta.mjs +243 -0
  19. package/esm2022/src/render3/view/style_parser.mjs +86 -0
  20. package/{esm2020 → esm2022}/src/version.mjs +1 -1
  21. package/{fesm2020 → fesm2022}/compiler.mjs +241 -251
  22. package/fesm2022/compiler.mjs.map +1 -0
  23. package/{fesm2015 → fesm2022}/testing.mjs +1 -1
  24. package/index.d.ts +5 -3
  25. package/package.json +9 -17
  26. package/testing/index.d.ts +1 -1
  27. package/esm2020/src/compiler_facade_interface.mjs +0 -29
  28. package/esm2020/src/compiler_util/expression_converter.mjs +0 -759
  29. package/esm2020/src/core.mjs +0 -86
  30. package/esm2020/src/i18n/digest.mjs +0 -357
  31. package/esm2020/src/i18n/i18n_ast.mjs +0 -184
  32. package/esm2020/src/jit_compiler_facade.mjs +0 -596
  33. package/esm2020/src/render3/r3_identifiers.mjs +0 -214
  34. package/esm2020/src/render3/view/compiler.mjs +0 -701
  35. package/esm2020/src/render3/view/i18n/meta.mjs +0 -244
  36. package/esm2020/src/render3/view/style_parser.mjs +0 -103
  37. package/fesm2015/compiler.mjs +0 -22345
  38. package/fesm2015/compiler.mjs.map +0 -1
  39. package/fesm2020/compiler.mjs.map +0 -1
  40. package/fesm2020/testing.mjs +0 -39
  41. package/fesm2020/testing.mjs.map +0 -1
  42. /package/{esm2020 → esm2022}/compiler.mjs +0 -0
  43. /package/{esm2020 → esm2022}/index.mjs +0 -0
  44. /package/{esm2020 → esm2022}/public_api.mjs +0 -0
  45. /package/{esm2020 → esm2022}/src/assertions.mjs +0 -0
  46. /package/{esm2020 → esm2022}/src/chars.mjs +0 -0
  47. /package/{esm2020 → esm2022}/src/compiler.mjs +0 -0
  48. /package/{esm2020 → esm2022}/src/config.mjs +0 -0
  49. /package/{esm2020 → esm2022}/src/constant_pool.mjs +0 -0
  50. /package/{esm2020 → esm2022}/src/expression_parser/ast.mjs +0 -0
  51. /package/{esm2020 → esm2022}/src/expression_parser/lexer.mjs +0 -0
  52. /package/{esm2020 → esm2022}/src/i18n/big_integer.mjs +0 -0
  53. /package/{esm2020 → esm2022}/src/i18n/extractor_merger.mjs +0 -0
  54. /package/{esm2020 → esm2022}/src/i18n/i18n_html_parser.mjs +0 -0
  55. /package/{esm2020 → esm2022}/src/i18n/i18n_parser.mjs +0 -0
  56. /package/{esm2020 → esm2022}/src/i18n/index.mjs +0 -0
  57. /package/{esm2020 → esm2022}/src/i18n/message_bundle.mjs +0 -0
  58. /package/{esm2020 → esm2022}/src/i18n/parse_util.mjs +0 -0
  59. /package/{esm2020 → esm2022}/src/i18n/serializers/placeholder.mjs +0 -0
  60. /package/{esm2020 → esm2022}/src/i18n/serializers/serializer.mjs +0 -0
  61. /package/{esm2020 → esm2022}/src/i18n/serializers/xliff.mjs +0 -0
  62. /package/{esm2020 → esm2022}/src/i18n/serializers/xliff2.mjs +0 -0
  63. /package/{esm2020 → esm2022}/src/i18n/serializers/xmb.mjs +0 -0
  64. /package/{esm2020 → esm2022}/src/i18n/serializers/xml_helper.mjs +0 -0
  65. /package/{esm2020 → esm2022}/src/i18n/serializers/xtb.mjs +0 -0
  66. /package/{esm2020 → esm2022}/src/i18n/translation_bundle.mjs +0 -0
  67. /package/{esm2020 → esm2022}/src/injectable_compiler_2.mjs +0 -0
  68. /package/{esm2020 → esm2022}/src/ml_parser/ast.mjs +0 -0
  69. /package/{esm2020 → esm2022}/src/ml_parser/entities.mjs +0 -0
  70. /package/{esm2020 → esm2022}/src/ml_parser/html_parser.mjs +0 -0
  71. /package/{esm2020 → esm2022}/src/ml_parser/html_tags.mjs +0 -0
  72. /package/{esm2020 → esm2022}/src/ml_parser/html_whitespaces.mjs +0 -0
  73. /package/{esm2020 → esm2022}/src/ml_parser/icu_ast_expander.mjs +0 -0
  74. /package/{esm2020 → esm2022}/src/ml_parser/interpolation_config.mjs +0 -0
  75. /package/{esm2020 → esm2022}/src/ml_parser/lexer.mjs +0 -0
  76. /package/{esm2020 → esm2022}/src/ml_parser/parser.mjs +0 -0
  77. /package/{esm2020 → esm2022}/src/ml_parser/tags.mjs +0 -0
  78. /package/{esm2020 → esm2022}/src/ml_parser/tokens.mjs +0 -0
  79. /package/{esm2020 → esm2022}/src/ml_parser/xml_parser.mjs +0 -0
  80. /package/{esm2020 → esm2022}/src/ml_parser/xml_tags.mjs +0 -0
  81. /package/{esm2020 → esm2022}/src/output/abstract_emitter.mjs +0 -0
  82. /package/{esm2020 → esm2022}/src/output/abstract_js_emitter.mjs +0 -0
  83. /package/{esm2020 → esm2022}/src/output/map_util.mjs +0 -0
  84. /package/{esm2020 → esm2022}/src/output/output_ast.mjs +0 -0
  85. /package/{esm2020 → esm2022}/src/output/output_jit.mjs +0 -0
  86. /package/{esm2020 → esm2022}/src/output/output_jit_trusted_types.mjs +0 -0
  87. /package/{esm2020 → esm2022}/src/output/source_map.mjs +0 -0
  88. /package/{esm2020 → esm2022}/src/parse_util.mjs +0 -0
  89. /package/{esm2020 → esm2022}/src/render3/partial/api.mjs +0 -0
  90. /package/{esm2020 → esm2022}/src/render3/partial/component.mjs +0 -0
  91. /package/{esm2020 → esm2022}/src/render3/partial/util.mjs +0 -0
  92. /package/{esm2020 → esm2022}/src/render3/r3_ast.mjs +0 -0
  93. /package/{esm2020 → esm2022}/src/render3/r3_class_metadata_compiler.mjs +0 -0
  94. /package/{esm2020 → esm2022}/src/render3/r3_factory.mjs +0 -0
  95. /package/{esm2020 → esm2022}/src/render3/r3_injector_compiler.mjs +0 -0
  96. /package/{esm2020 → esm2022}/src/render3/r3_jit.mjs +0 -0
  97. /package/{esm2020 → esm2022}/src/render3/r3_module_compiler.mjs +0 -0
  98. /package/{esm2020 → esm2022}/src/render3/r3_pipe_compiler.mjs +0 -0
  99. /package/{esm2020 → esm2022}/src/render3/r3_template_transform.mjs +0 -0
  100. /package/{esm2020 → esm2022}/src/render3/util.mjs +0 -0
  101. /package/{esm2020 → esm2022}/src/render3/view/i18n/context.mjs +0 -0
  102. /package/{esm2020 → esm2022}/src/render3/view/i18n/get_msg_utils.mjs +0 -0
  103. /package/{esm2020 → esm2022}/src/render3/view/i18n/icu_serializer.mjs +0 -0
  104. /package/{esm2020 → esm2022}/src/render3/view/i18n/localize_utils.mjs +0 -0
  105. /package/{esm2020 → esm2022}/src/render3/view/i18n/util.mjs +0 -0
  106. /package/{esm2020 → esm2022}/src/render3/view/styling_builder.mjs +0 -0
  107. /package/{esm2020 → esm2022}/src/render3/view/t2_api.mjs +0 -0
  108. /package/{esm2020 → esm2022}/src/render3/view/t2_binder.mjs +0 -0
  109. /package/{esm2020 → esm2022}/src/render3/view/template.mjs +0 -0
  110. /package/{esm2020 → esm2022}/src/render3/view/util.mjs +0 -0
  111. /package/{esm2020 → esm2022}/src/resource_loader.mjs +0 -0
  112. /package/{esm2020 → esm2022}/src/schema/dom_element_schema_registry.mjs +0 -0
  113. /package/{esm2020 → esm2022}/src/schema/dom_security_schema.mjs +0 -0
  114. /package/{esm2020 → esm2022}/src/schema/element_schema_registry.mjs +0 -0
  115. /package/{esm2020 → esm2022}/src/schema/trusted_types_sinks.mjs +0 -0
  116. /package/{esm2020 → esm2022}/src/selector.mjs +0 -0
  117. /package/{esm2020 → esm2022}/src/shadow_css.mjs +0 -0
  118. /package/{esm2020 → esm2022}/src/style_url_resolver.mjs +0 -0
  119. /package/{esm2020 → esm2022}/src/template_parser/binding_parser.mjs +0 -0
  120. /package/{esm2020 → esm2022}/src/template_parser/template_preparser.mjs +0 -0
  121. /package/{esm2020 → esm2022}/src/util.mjs +0 -0
  122. /package/{esm2020 → esm2022}/testing/index.mjs +0 -0
  123. /package/{esm2020 → esm2022}/testing/public_api.mjs +0 -0
  124. /package/{esm2020 → esm2022}/testing/src/testing.mjs +0 -0
  125. /package/{esm2020 → esm2022}/testing/testing.mjs +0 -0
  126. /package/{fesm2015 → fesm2022}/testing.mjs.map +0 -0
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.0.0-next.3
2
+ * @license Angular v16.0.0-next.5
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -740,7 +740,7 @@ class _SerializerIgnoreIcuExpVisitor extends _SerializerVisitor {
740
740
  * DO NOT USE IT IN A SECURITY SENSITIVE CONTEXT.
741
741
  */
742
742
  function sha1(str) {
743
- textEncoder ?? (textEncoder = new TextEncoder());
743
+ textEncoder ??= new TextEncoder();
744
744
  const utf8 = [...textEncoder.encode(str)];
745
745
  const words32 = bytesToWords32(utf8, Endian.Big);
746
746
  const len = utf8.length * 8;
@@ -806,7 +806,7 @@ function fk(index, b, c, d) {
806
806
  * https://github.com/google/closure-compiler/blob/master/src/com/google/javascript/jscomp/GoogleJsMessageIdGenerator.java
807
807
  */
808
808
  function fingerprint(str) {
809
- textEncoder ?? (textEncoder = new TextEncoder());
809
+ textEncoder ??= new TextEncoder();
810
810
  const utf8 = textEncoder.encode(str);
811
811
  const view = new DataView(utf8.buffer, utf8.byteOffset, utf8.byteLength);
812
812
  let hi = hash32(view, utf8.length, 0);
@@ -2427,209 +2427,209 @@ function isLongStringLiteral(expr) {
2427
2427
 
2428
2428
  const CORE = '@angular/core';
2429
2429
  class Identifiers {
2430
+ /* Methods */
2431
+ static { this.NEW_METHOD = 'factory'; }
2432
+ static { this.TRANSFORM_METHOD = 'transform'; }
2433
+ static { this.PATCH_DEPS = 'patchedDeps'; }
2434
+ static { this.core = { name: null, moduleName: CORE }; }
2435
+ /* Instructions */
2436
+ static { this.namespaceHTML = { name: 'ɵɵnamespaceHTML', moduleName: CORE }; }
2437
+ static { this.namespaceMathML = { name: 'ɵɵnamespaceMathML', moduleName: CORE }; }
2438
+ static { this.namespaceSVG = { name: 'ɵɵnamespaceSVG', moduleName: CORE }; }
2439
+ static { this.element = { name: 'ɵɵelement', moduleName: CORE }; }
2440
+ static { this.elementStart = { name: 'ɵɵelementStart', moduleName: CORE }; }
2441
+ static { this.elementEnd = { name: 'ɵɵelementEnd', moduleName: CORE }; }
2442
+ static { this.advance = { name: 'ɵɵadvance', moduleName: CORE }; }
2443
+ static { this.syntheticHostProperty = { name: 'ɵɵsyntheticHostProperty', moduleName: CORE }; }
2444
+ static { this.syntheticHostListener = { name: 'ɵɵsyntheticHostListener', moduleName: CORE }; }
2445
+ static { this.attribute = { name: 'ɵɵattribute', moduleName: CORE }; }
2446
+ static { this.attributeInterpolate1 = { name: 'ɵɵattributeInterpolate1', moduleName: CORE }; }
2447
+ static { this.attributeInterpolate2 = { name: 'ɵɵattributeInterpolate2', moduleName: CORE }; }
2448
+ static { this.attributeInterpolate3 = { name: 'ɵɵattributeInterpolate3', moduleName: CORE }; }
2449
+ static { this.attributeInterpolate4 = { name: 'ɵɵattributeInterpolate4', moduleName: CORE }; }
2450
+ static { this.attributeInterpolate5 = { name: 'ɵɵattributeInterpolate5', moduleName: CORE }; }
2451
+ static { this.attributeInterpolate6 = { name: 'ɵɵattributeInterpolate6', moduleName: CORE }; }
2452
+ static { this.attributeInterpolate7 = { name: 'ɵɵattributeInterpolate7', moduleName: CORE }; }
2453
+ static { this.attributeInterpolate8 = { name: 'ɵɵattributeInterpolate8', moduleName: CORE }; }
2454
+ static { this.attributeInterpolateV = { name: 'ɵɵattributeInterpolateV', moduleName: CORE }; }
2455
+ static { this.classProp = { name: 'ɵɵclassProp', moduleName: CORE }; }
2456
+ static { this.elementContainerStart = { name: 'ɵɵelementContainerStart', moduleName: CORE }; }
2457
+ static { this.elementContainerEnd = { name: 'ɵɵelementContainerEnd', moduleName: CORE }; }
2458
+ static { this.elementContainer = { name: 'ɵɵelementContainer', moduleName: CORE }; }
2459
+ static { this.styleMap = { name: 'ɵɵstyleMap', moduleName: CORE }; }
2460
+ static { this.styleMapInterpolate1 = { name: 'ɵɵstyleMapInterpolate1', moduleName: CORE }; }
2461
+ static { this.styleMapInterpolate2 = { name: 'ɵɵstyleMapInterpolate2', moduleName: CORE }; }
2462
+ static { this.styleMapInterpolate3 = { name: 'ɵɵstyleMapInterpolate3', moduleName: CORE }; }
2463
+ static { this.styleMapInterpolate4 = { name: 'ɵɵstyleMapInterpolate4', moduleName: CORE }; }
2464
+ static { this.styleMapInterpolate5 = { name: 'ɵɵstyleMapInterpolate5', moduleName: CORE }; }
2465
+ static { this.styleMapInterpolate6 = { name: 'ɵɵstyleMapInterpolate6', moduleName: CORE }; }
2466
+ static { this.styleMapInterpolate7 = { name: 'ɵɵstyleMapInterpolate7', moduleName: CORE }; }
2467
+ static { this.styleMapInterpolate8 = { name: 'ɵɵstyleMapInterpolate8', moduleName: CORE }; }
2468
+ static { this.styleMapInterpolateV = { name: 'ɵɵstyleMapInterpolateV', moduleName: CORE }; }
2469
+ static { this.classMap = { name: 'ɵɵclassMap', moduleName: CORE }; }
2470
+ static { this.classMapInterpolate1 = { name: 'ɵɵclassMapInterpolate1', moduleName: CORE }; }
2471
+ static { this.classMapInterpolate2 = { name: 'ɵɵclassMapInterpolate2', moduleName: CORE }; }
2472
+ static { this.classMapInterpolate3 = { name: 'ɵɵclassMapInterpolate3', moduleName: CORE }; }
2473
+ static { this.classMapInterpolate4 = { name: 'ɵɵclassMapInterpolate4', moduleName: CORE }; }
2474
+ static { this.classMapInterpolate5 = { name: 'ɵɵclassMapInterpolate5', moduleName: CORE }; }
2475
+ static { this.classMapInterpolate6 = { name: 'ɵɵclassMapInterpolate6', moduleName: CORE }; }
2476
+ static { this.classMapInterpolate7 = { name: 'ɵɵclassMapInterpolate7', moduleName: CORE }; }
2477
+ static { this.classMapInterpolate8 = { name: 'ɵɵclassMapInterpolate8', moduleName: CORE }; }
2478
+ static { this.classMapInterpolateV = { name: 'ɵɵclassMapInterpolateV', moduleName: CORE }; }
2479
+ static { this.styleProp = { name: 'ɵɵstyleProp', moduleName: CORE }; }
2480
+ static { this.stylePropInterpolate1 = { name: 'ɵɵstylePropInterpolate1', moduleName: CORE }; }
2481
+ static { this.stylePropInterpolate2 = { name: 'ɵɵstylePropInterpolate2', moduleName: CORE }; }
2482
+ static { this.stylePropInterpolate3 = { name: 'ɵɵstylePropInterpolate3', moduleName: CORE }; }
2483
+ static { this.stylePropInterpolate4 = { name: 'ɵɵstylePropInterpolate4', moduleName: CORE }; }
2484
+ static { this.stylePropInterpolate5 = { name: 'ɵɵstylePropInterpolate5', moduleName: CORE }; }
2485
+ static { this.stylePropInterpolate6 = { name: 'ɵɵstylePropInterpolate6', moduleName: CORE }; }
2486
+ static { this.stylePropInterpolate7 = { name: 'ɵɵstylePropInterpolate7', moduleName: CORE }; }
2487
+ static { this.stylePropInterpolate8 = { name: 'ɵɵstylePropInterpolate8', moduleName: CORE }; }
2488
+ static { this.stylePropInterpolateV = { name: 'ɵɵstylePropInterpolateV', moduleName: CORE }; }
2489
+ static { this.nextContext = { name: 'ɵɵnextContext', moduleName: CORE }; }
2490
+ static { this.resetView = { name: 'ɵɵresetView', moduleName: CORE }; }
2491
+ static { this.templateCreate = { name: 'ɵɵtemplate', moduleName: CORE }; }
2492
+ static { this.text = { name: 'ɵɵtext', moduleName: CORE }; }
2493
+ static { this.enableBindings = { name: 'ɵɵenableBindings', moduleName: CORE }; }
2494
+ static { this.disableBindings = { name: 'ɵɵdisableBindings', moduleName: CORE }; }
2495
+ static { this.getCurrentView = { name: 'ɵɵgetCurrentView', moduleName: CORE }; }
2496
+ static { this.textInterpolate = { name: 'ɵɵtextInterpolate', moduleName: CORE }; }
2497
+ static { this.textInterpolate1 = { name: 'ɵɵtextInterpolate1', moduleName: CORE }; }
2498
+ static { this.textInterpolate2 = { name: 'ɵɵtextInterpolate2', moduleName: CORE }; }
2499
+ static { this.textInterpolate3 = { name: 'ɵɵtextInterpolate3', moduleName: CORE }; }
2500
+ static { this.textInterpolate4 = { name: 'ɵɵtextInterpolate4', moduleName: CORE }; }
2501
+ static { this.textInterpolate5 = { name: 'ɵɵtextInterpolate5', moduleName: CORE }; }
2502
+ static { this.textInterpolate6 = { name: 'ɵɵtextInterpolate6', moduleName: CORE }; }
2503
+ static { this.textInterpolate7 = { name: 'ɵɵtextInterpolate7', moduleName: CORE }; }
2504
+ static { this.textInterpolate8 = { name: 'ɵɵtextInterpolate8', moduleName: CORE }; }
2505
+ static { this.textInterpolateV = { name: 'ɵɵtextInterpolateV', moduleName: CORE }; }
2506
+ static { this.restoreView = { name: 'ɵɵrestoreView', moduleName: CORE }; }
2507
+ static { this.pureFunction0 = { name: 'ɵɵpureFunction0', moduleName: CORE }; }
2508
+ static { this.pureFunction1 = { name: 'ɵɵpureFunction1', moduleName: CORE }; }
2509
+ static { this.pureFunction2 = { name: 'ɵɵpureFunction2', moduleName: CORE }; }
2510
+ static { this.pureFunction3 = { name: 'ɵɵpureFunction3', moduleName: CORE }; }
2511
+ static { this.pureFunction4 = { name: 'ɵɵpureFunction4', moduleName: CORE }; }
2512
+ static { this.pureFunction5 = { name: 'ɵɵpureFunction5', moduleName: CORE }; }
2513
+ static { this.pureFunction6 = { name: 'ɵɵpureFunction6', moduleName: CORE }; }
2514
+ static { this.pureFunction7 = { name: 'ɵɵpureFunction7', moduleName: CORE }; }
2515
+ static { this.pureFunction8 = { name: 'ɵɵpureFunction8', moduleName: CORE }; }
2516
+ static { this.pureFunctionV = { name: 'ɵɵpureFunctionV', moduleName: CORE }; }
2517
+ static { this.pipeBind1 = { name: 'ɵɵpipeBind1', moduleName: CORE }; }
2518
+ static { this.pipeBind2 = { name: 'ɵɵpipeBind2', moduleName: CORE }; }
2519
+ static { this.pipeBind3 = { name: 'ɵɵpipeBind3', moduleName: CORE }; }
2520
+ static { this.pipeBind4 = { name: 'ɵɵpipeBind4', moduleName: CORE }; }
2521
+ static { this.pipeBindV = { name: 'ɵɵpipeBindV', moduleName: CORE }; }
2522
+ static { this.hostProperty = { name: 'ɵɵhostProperty', moduleName: CORE }; }
2523
+ static { this.property = { name: 'ɵɵproperty', moduleName: CORE }; }
2524
+ static { this.propertyInterpolate = { name: 'ɵɵpropertyInterpolate', moduleName: CORE }; }
2525
+ static { this.propertyInterpolate1 = { name: 'ɵɵpropertyInterpolate1', moduleName: CORE }; }
2526
+ static { this.propertyInterpolate2 = { name: 'ɵɵpropertyInterpolate2', moduleName: CORE }; }
2527
+ static { this.propertyInterpolate3 = { name: 'ɵɵpropertyInterpolate3', moduleName: CORE }; }
2528
+ static { this.propertyInterpolate4 = { name: 'ɵɵpropertyInterpolate4', moduleName: CORE }; }
2529
+ static { this.propertyInterpolate5 = { name: 'ɵɵpropertyInterpolate5', moduleName: CORE }; }
2530
+ static { this.propertyInterpolate6 = { name: 'ɵɵpropertyInterpolate6', moduleName: CORE }; }
2531
+ static { this.propertyInterpolate7 = { name: 'ɵɵpropertyInterpolate7', moduleName: CORE }; }
2532
+ static { this.propertyInterpolate8 = { name: 'ɵɵpropertyInterpolate8', moduleName: CORE }; }
2533
+ static { this.propertyInterpolateV = { name: 'ɵɵpropertyInterpolateV', moduleName: CORE }; }
2534
+ static { this.i18n = { name: 'ɵɵi18n', moduleName: CORE }; }
2535
+ static { this.i18nAttributes = { name: 'ɵɵi18nAttributes', moduleName: CORE }; }
2536
+ static { this.i18nExp = { name: 'ɵɵi18nExp', moduleName: CORE }; }
2537
+ static { this.i18nStart = { name: 'ɵɵi18nStart', moduleName: CORE }; }
2538
+ static { this.i18nEnd = { name: 'ɵɵi18nEnd', moduleName: CORE }; }
2539
+ static { this.i18nApply = { name: 'ɵɵi18nApply', moduleName: CORE }; }
2540
+ static { this.i18nPostprocess = { name: 'ɵɵi18nPostprocess', moduleName: CORE }; }
2541
+ static { this.pipe = { name: 'ɵɵpipe', moduleName: CORE }; }
2542
+ static { this.projection = { name: 'ɵɵprojection', moduleName: CORE }; }
2543
+ static { this.projectionDef = { name: 'ɵɵprojectionDef', moduleName: CORE }; }
2544
+ static { this.reference = { name: 'ɵɵreference', moduleName: CORE }; }
2545
+ static { this.inject = { name: 'ɵɵinject', moduleName: CORE }; }
2546
+ static { this.injectAttribute = { name: 'ɵɵinjectAttribute', moduleName: CORE }; }
2547
+ static { this.directiveInject = { name: 'ɵɵdirectiveInject', moduleName: CORE }; }
2548
+ static { this.invalidFactory = { name: 'ɵɵinvalidFactory', moduleName: CORE }; }
2549
+ static { this.invalidFactoryDep = { name: 'ɵɵinvalidFactoryDep', moduleName: CORE }; }
2550
+ static { this.templateRefExtractor = { name: 'ɵɵtemplateRefExtractor', moduleName: CORE }; }
2551
+ static { this.forwardRef = { name: 'forwardRef', moduleName: CORE }; }
2552
+ static { this.resolveForwardRef = { name: 'resolveForwardRef', moduleName: CORE }; }
2553
+ static { this.ɵɵdefineInjectable = { name: 'ɵɵdefineInjectable', moduleName: CORE }; }
2554
+ static { this.declareInjectable = { name: 'ɵɵngDeclareInjectable', moduleName: CORE }; }
2555
+ static { this.InjectableDeclaration = { name: 'ɵɵInjectableDeclaration', moduleName: CORE }; }
2556
+ static { this.resolveWindow = { name: 'ɵɵresolveWindow', moduleName: CORE }; }
2557
+ static { this.resolveDocument = { name: 'ɵɵresolveDocument', moduleName: CORE }; }
2558
+ static { this.resolveBody = { name: 'ɵɵresolveBody', moduleName: CORE }; }
2559
+ static { this.defineComponent = { name: 'ɵɵdefineComponent', moduleName: CORE }; }
2560
+ static { this.declareComponent = { name: 'ɵɵngDeclareComponent', moduleName: CORE }; }
2561
+ static { this.setComponentScope = { name: 'ɵɵsetComponentScope', moduleName: CORE }; }
2562
+ static { this.ChangeDetectionStrategy = {
2563
+ name: 'ChangeDetectionStrategy',
2564
+ moduleName: CORE,
2565
+ }; }
2566
+ static { this.ViewEncapsulation = {
2567
+ name: 'ViewEncapsulation',
2568
+ moduleName: CORE,
2569
+ }; }
2570
+ static { this.ComponentDeclaration = {
2571
+ name: 'ɵɵComponentDeclaration',
2572
+ moduleName: CORE,
2573
+ }; }
2574
+ static { this.FactoryDeclaration = {
2575
+ name: 'ɵɵFactoryDeclaration',
2576
+ moduleName: CORE,
2577
+ }; }
2578
+ static { this.declareFactory = { name: 'ɵɵngDeclareFactory', moduleName: CORE }; }
2579
+ static { this.FactoryTarget = { name: 'ɵɵFactoryTarget', moduleName: CORE }; }
2580
+ static { this.defineDirective = { name: 'ɵɵdefineDirective', moduleName: CORE }; }
2581
+ static { this.declareDirective = { name: 'ɵɵngDeclareDirective', moduleName: CORE }; }
2582
+ static { this.DirectiveDeclaration = {
2583
+ name: 'ɵɵDirectiveDeclaration',
2584
+ moduleName: CORE,
2585
+ }; }
2586
+ static { this.InjectorDef = { name: 'ɵɵInjectorDef', moduleName: CORE }; }
2587
+ static { this.InjectorDeclaration = { name: 'ɵɵInjectorDeclaration', moduleName: CORE }; }
2588
+ static { this.defineInjector = { name: 'ɵɵdefineInjector', moduleName: CORE }; }
2589
+ static { this.declareInjector = { name: 'ɵɵngDeclareInjector', moduleName: CORE }; }
2590
+ static { this.NgModuleDeclaration = {
2591
+ name: 'ɵɵNgModuleDeclaration',
2592
+ moduleName: CORE,
2593
+ }; }
2594
+ static { this.ModuleWithProviders = {
2595
+ name: 'ModuleWithProviders',
2596
+ moduleName: CORE,
2597
+ }; }
2598
+ static { this.defineNgModule = { name: 'ɵɵdefineNgModule', moduleName: CORE }; }
2599
+ static { this.declareNgModule = { name: 'ɵɵngDeclareNgModule', moduleName: CORE }; }
2600
+ static { this.setNgModuleScope = { name: 'ɵɵsetNgModuleScope', moduleName: CORE }; }
2601
+ static { this.registerNgModuleType = { name: 'ɵɵregisterNgModuleType', moduleName: CORE }; }
2602
+ static { this.PipeDeclaration = { name: 'ɵɵPipeDeclaration', moduleName: CORE }; }
2603
+ static { this.definePipe = { name: 'ɵɵdefinePipe', moduleName: CORE }; }
2604
+ static { this.declarePipe = { name: 'ɵɵngDeclarePipe', moduleName: CORE }; }
2605
+ static { this.declareClassMetadata = { name: 'ɵɵngDeclareClassMetadata', moduleName: CORE }; }
2606
+ static { this.setClassMetadata = { name: 'ɵsetClassMetadata', moduleName: CORE }; }
2607
+ static { this.queryRefresh = { name: 'ɵɵqueryRefresh', moduleName: CORE }; }
2608
+ static { this.viewQuery = { name: 'ɵɵviewQuery', moduleName: CORE }; }
2609
+ static { this.loadQuery = { name: 'ɵɵloadQuery', moduleName: CORE }; }
2610
+ static { this.contentQuery = { name: 'ɵɵcontentQuery', moduleName: CORE }; }
2611
+ static { this.NgOnChangesFeature = { name: 'ɵɵNgOnChangesFeature', moduleName: CORE }; }
2612
+ static { this.InheritDefinitionFeature = { name: 'ɵɵInheritDefinitionFeature', moduleName: CORE }; }
2613
+ static { this.CopyDefinitionFeature = { name: 'ɵɵCopyDefinitionFeature', moduleName: CORE }; }
2614
+ static { this.StandaloneFeature = { name: 'ɵɵStandaloneFeature', moduleName: CORE }; }
2615
+ static { this.ProvidersFeature = { name: 'ɵɵProvidersFeature', moduleName: CORE }; }
2616
+ static { this.HostDirectivesFeature = { name: 'ɵɵHostDirectivesFeature', moduleName: CORE }; }
2617
+ static { this.listener = { name: 'ɵɵlistener', moduleName: CORE }; }
2618
+ static { this.getInheritedFactory = {
2619
+ name: 'ɵɵgetInheritedFactory',
2620
+ moduleName: CORE,
2621
+ }; }
2622
+ // sanitization-related functions
2623
+ static { this.sanitizeHtml = { name: 'ɵɵsanitizeHtml', moduleName: CORE }; }
2624
+ static { this.sanitizeStyle = { name: 'ɵɵsanitizeStyle', moduleName: CORE }; }
2625
+ static { this.sanitizeResourceUrl = { name: 'ɵɵsanitizeResourceUrl', moduleName: CORE }; }
2626
+ static { this.sanitizeScript = { name: 'ɵɵsanitizeScript', moduleName: CORE }; }
2627
+ static { this.sanitizeUrl = { name: 'ɵɵsanitizeUrl', moduleName: CORE }; }
2628
+ static { this.sanitizeUrlOrResourceUrl = { name: 'ɵɵsanitizeUrlOrResourceUrl', moduleName: CORE }; }
2629
+ static { this.trustConstantHtml = { name: 'ɵɵtrustConstantHtml', moduleName: CORE }; }
2630
+ static { this.trustConstantResourceUrl = { name: 'ɵɵtrustConstantResourceUrl', moduleName: CORE }; }
2631
+ static { this.validateIframeAttribute = { name: 'ɵɵvalidateIframeAttribute', moduleName: CORE }; }
2430
2632
  }
2431
- /* Methods */
2432
- Identifiers.NEW_METHOD = 'factory';
2433
- Identifiers.TRANSFORM_METHOD = 'transform';
2434
- Identifiers.PATCH_DEPS = 'patchedDeps';
2435
- Identifiers.core = { name: null, moduleName: CORE };
2436
- /* Instructions */
2437
- Identifiers.namespaceHTML = { name: 'ɵɵnamespaceHTML', moduleName: CORE };
2438
- Identifiers.namespaceMathML = { name: 'ɵɵnamespaceMathML', moduleName: CORE };
2439
- Identifiers.namespaceSVG = { name: 'ɵɵnamespaceSVG', moduleName: CORE };
2440
- Identifiers.element = { name: 'ɵɵelement', moduleName: CORE };
2441
- Identifiers.elementStart = { name: 'ɵɵelementStart', moduleName: CORE };
2442
- Identifiers.elementEnd = { name: 'ɵɵelementEnd', moduleName: CORE };
2443
- Identifiers.advance = { name: 'ɵɵadvance', moduleName: CORE };
2444
- Identifiers.syntheticHostProperty = { name: 'ɵɵsyntheticHostProperty', moduleName: CORE };
2445
- Identifiers.syntheticHostListener = { name: 'ɵɵsyntheticHostListener', moduleName: CORE };
2446
- Identifiers.attribute = { name: 'ɵɵattribute', moduleName: CORE };
2447
- Identifiers.attributeInterpolate1 = { name: 'ɵɵattributeInterpolate1', moduleName: CORE };
2448
- Identifiers.attributeInterpolate2 = { name: 'ɵɵattributeInterpolate2', moduleName: CORE };
2449
- Identifiers.attributeInterpolate3 = { name: 'ɵɵattributeInterpolate3', moduleName: CORE };
2450
- Identifiers.attributeInterpolate4 = { name: 'ɵɵattributeInterpolate4', moduleName: CORE };
2451
- Identifiers.attributeInterpolate5 = { name: 'ɵɵattributeInterpolate5', moduleName: CORE };
2452
- Identifiers.attributeInterpolate6 = { name: 'ɵɵattributeInterpolate6', moduleName: CORE };
2453
- Identifiers.attributeInterpolate7 = { name: 'ɵɵattributeInterpolate7', moduleName: CORE };
2454
- Identifiers.attributeInterpolate8 = { name: 'ɵɵattributeInterpolate8', moduleName: CORE };
2455
- Identifiers.attributeInterpolateV = { name: 'ɵɵattributeInterpolateV', moduleName: CORE };
2456
- Identifiers.classProp = { name: 'ɵɵclassProp', moduleName: CORE };
2457
- Identifiers.elementContainerStart = { name: 'ɵɵelementContainerStart', moduleName: CORE };
2458
- Identifiers.elementContainerEnd = { name: 'ɵɵelementContainerEnd', moduleName: CORE };
2459
- Identifiers.elementContainer = { name: 'ɵɵelementContainer', moduleName: CORE };
2460
- Identifiers.styleMap = { name: 'ɵɵstyleMap', moduleName: CORE };
2461
- Identifiers.styleMapInterpolate1 = { name: 'ɵɵstyleMapInterpolate1', moduleName: CORE };
2462
- Identifiers.styleMapInterpolate2 = { name: 'ɵɵstyleMapInterpolate2', moduleName: CORE };
2463
- Identifiers.styleMapInterpolate3 = { name: 'ɵɵstyleMapInterpolate3', moduleName: CORE };
2464
- Identifiers.styleMapInterpolate4 = { name: 'ɵɵstyleMapInterpolate4', moduleName: CORE };
2465
- Identifiers.styleMapInterpolate5 = { name: 'ɵɵstyleMapInterpolate5', moduleName: CORE };
2466
- Identifiers.styleMapInterpolate6 = { name: 'ɵɵstyleMapInterpolate6', moduleName: CORE };
2467
- Identifiers.styleMapInterpolate7 = { name: 'ɵɵstyleMapInterpolate7', moduleName: CORE };
2468
- Identifiers.styleMapInterpolate8 = { name: 'ɵɵstyleMapInterpolate8', moduleName: CORE };
2469
- Identifiers.styleMapInterpolateV = { name: 'ɵɵstyleMapInterpolateV', moduleName: CORE };
2470
- Identifiers.classMap = { name: 'ɵɵclassMap', moduleName: CORE };
2471
- Identifiers.classMapInterpolate1 = { name: 'ɵɵclassMapInterpolate1', moduleName: CORE };
2472
- Identifiers.classMapInterpolate2 = { name: 'ɵɵclassMapInterpolate2', moduleName: CORE };
2473
- Identifiers.classMapInterpolate3 = { name: 'ɵɵclassMapInterpolate3', moduleName: CORE };
2474
- Identifiers.classMapInterpolate4 = { name: 'ɵɵclassMapInterpolate4', moduleName: CORE };
2475
- Identifiers.classMapInterpolate5 = { name: 'ɵɵclassMapInterpolate5', moduleName: CORE };
2476
- Identifiers.classMapInterpolate6 = { name: 'ɵɵclassMapInterpolate6', moduleName: CORE };
2477
- Identifiers.classMapInterpolate7 = { name: 'ɵɵclassMapInterpolate7', moduleName: CORE };
2478
- Identifiers.classMapInterpolate8 = { name: 'ɵɵclassMapInterpolate8', moduleName: CORE };
2479
- Identifiers.classMapInterpolateV = { name: 'ɵɵclassMapInterpolateV', moduleName: CORE };
2480
- Identifiers.styleProp = { name: 'ɵɵstyleProp', moduleName: CORE };
2481
- Identifiers.stylePropInterpolate1 = { name: 'ɵɵstylePropInterpolate1', moduleName: CORE };
2482
- Identifiers.stylePropInterpolate2 = { name: 'ɵɵstylePropInterpolate2', moduleName: CORE };
2483
- Identifiers.stylePropInterpolate3 = { name: 'ɵɵstylePropInterpolate3', moduleName: CORE };
2484
- Identifiers.stylePropInterpolate4 = { name: 'ɵɵstylePropInterpolate4', moduleName: CORE };
2485
- Identifiers.stylePropInterpolate5 = { name: 'ɵɵstylePropInterpolate5', moduleName: CORE };
2486
- Identifiers.stylePropInterpolate6 = { name: 'ɵɵstylePropInterpolate6', moduleName: CORE };
2487
- Identifiers.stylePropInterpolate7 = { name: 'ɵɵstylePropInterpolate7', moduleName: CORE };
2488
- Identifiers.stylePropInterpolate8 = { name: 'ɵɵstylePropInterpolate8', moduleName: CORE };
2489
- Identifiers.stylePropInterpolateV = { name: 'ɵɵstylePropInterpolateV', moduleName: CORE };
2490
- Identifiers.nextContext = { name: 'ɵɵnextContext', moduleName: CORE };
2491
- Identifiers.resetView = { name: 'ɵɵresetView', moduleName: CORE };
2492
- Identifiers.templateCreate = { name: 'ɵɵtemplate', moduleName: CORE };
2493
- Identifiers.text = { name: 'ɵɵtext', moduleName: CORE };
2494
- Identifiers.enableBindings = { name: 'ɵɵenableBindings', moduleName: CORE };
2495
- Identifiers.disableBindings = { name: 'ɵɵdisableBindings', moduleName: CORE };
2496
- Identifiers.getCurrentView = { name: 'ɵɵgetCurrentView', moduleName: CORE };
2497
- Identifiers.textInterpolate = { name: 'ɵɵtextInterpolate', moduleName: CORE };
2498
- Identifiers.textInterpolate1 = { name: 'ɵɵtextInterpolate1', moduleName: CORE };
2499
- Identifiers.textInterpolate2 = { name: 'ɵɵtextInterpolate2', moduleName: CORE };
2500
- Identifiers.textInterpolate3 = { name: 'ɵɵtextInterpolate3', moduleName: CORE };
2501
- Identifiers.textInterpolate4 = { name: 'ɵɵtextInterpolate4', moduleName: CORE };
2502
- Identifiers.textInterpolate5 = { name: 'ɵɵtextInterpolate5', moduleName: CORE };
2503
- Identifiers.textInterpolate6 = { name: 'ɵɵtextInterpolate6', moduleName: CORE };
2504
- Identifiers.textInterpolate7 = { name: 'ɵɵtextInterpolate7', moduleName: CORE };
2505
- Identifiers.textInterpolate8 = { name: 'ɵɵtextInterpolate8', moduleName: CORE };
2506
- Identifiers.textInterpolateV = { name: 'ɵɵtextInterpolateV', moduleName: CORE };
2507
- Identifiers.restoreView = { name: 'ɵɵrestoreView', moduleName: CORE };
2508
- Identifiers.pureFunction0 = { name: 'ɵɵpureFunction0', moduleName: CORE };
2509
- Identifiers.pureFunction1 = { name: 'ɵɵpureFunction1', moduleName: CORE };
2510
- Identifiers.pureFunction2 = { name: 'ɵɵpureFunction2', moduleName: CORE };
2511
- Identifiers.pureFunction3 = { name: 'ɵɵpureFunction3', moduleName: CORE };
2512
- Identifiers.pureFunction4 = { name: 'ɵɵpureFunction4', moduleName: CORE };
2513
- Identifiers.pureFunction5 = { name: 'ɵɵpureFunction5', moduleName: CORE };
2514
- Identifiers.pureFunction6 = { name: 'ɵɵpureFunction6', moduleName: CORE };
2515
- Identifiers.pureFunction7 = { name: 'ɵɵpureFunction7', moduleName: CORE };
2516
- Identifiers.pureFunction8 = { name: 'ɵɵpureFunction8', moduleName: CORE };
2517
- Identifiers.pureFunctionV = { name: 'ɵɵpureFunctionV', moduleName: CORE };
2518
- Identifiers.pipeBind1 = { name: 'ɵɵpipeBind1', moduleName: CORE };
2519
- Identifiers.pipeBind2 = { name: 'ɵɵpipeBind2', moduleName: CORE };
2520
- Identifiers.pipeBind3 = { name: 'ɵɵpipeBind3', moduleName: CORE };
2521
- Identifiers.pipeBind4 = { name: 'ɵɵpipeBind4', moduleName: CORE };
2522
- Identifiers.pipeBindV = { name: 'ɵɵpipeBindV', moduleName: CORE };
2523
- Identifiers.hostProperty = { name: 'ɵɵhostProperty', moduleName: CORE };
2524
- Identifiers.property = { name: 'ɵɵproperty', moduleName: CORE };
2525
- Identifiers.propertyInterpolate = { name: 'ɵɵpropertyInterpolate', moduleName: CORE };
2526
- Identifiers.propertyInterpolate1 = { name: 'ɵɵpropertyInterpolate1', moduleName: CORE };
2527
- Identifiers.propertyInterpolate2 = { name: 'ɵɵpropertyInterpolate2', moduleName: CORE };
2528
- Identifiers.propertyInterpolate3 = { name: 'ɵɵpropertyInterpolate3', moduleName: CORE };
2529
- Identifiers.propertyInterpolate4 = { name: 'ɵɵpropertyInterpolate4', moduleName: CORE };
2530
- Identifiers.propertyInterpolate5 = { name: 'ɵɵpropertyInterpolate5', moduleName: CORE };
2531
- Identifiers.propertyInterpolate6 = { name: 'ɵɵpropertyInterpolate6', moduleName: CORE };
2532
- Identifiers.propertyInterpolate7 = { name: 'ɵɵpropertyInterpolate7', moduleName: CORE };
2533
- Identifiers.propertyInterpolate8 = { name: 'ɵɵpropertyInterpolate8', moduleName: CORE };
2534
- Identifiers.propertyInterpolateV = { name: 'ɵɵpropertyInterpolateV', moduleName: CORE };
2535
- Identifiers.i18n = { name: 'ɵɵi18n', moduleName: CORE };
2536
- Identifiers.i18nAttributes = { name: 'ɵɵi18nAttributes', moduleName: CORE };
2537
- Identifiers.i18nExp = { name: 'ɵɵi18nExp', moduleName: CORE };
2538
- Identifiers.i18nStart = { name: 'ɵɵi18nStart', moduleName: CORE };
2539
- Identifiers.i18nEnd = { name: 'ɵɵi18nEnd', moduleName: CORE };
2540
- Identifiers.i18nApply = { name: 'ɵɵi18nApply', moduleName: CORE };
2541
- Identifiers.i18nPostprocess = { name: 'ɵɵi18nPostprocess', moduleName: CORE };
2542
- Identifiers.pipe = { name: 'ɵɵpipe', moduleName: CORE };
2543
- Identifiers.projection = { name: 'ɵɵprojection', moduleName: CORE };
2544
- Identifiers.projectionDef = { name: 'ɵɵprojectionDef', moduleName: CORE };
2545
- Identifiers.reference = { name: 'ɵɵreference', moduleName: CORE };
2546
- Identifiers.inject = { name: 'ɵɵinject', moduleName: CORE };
2547
- Identifiers.injectAttribute = { name: 'ɵɵinjectAttribute', moduleName: CORE };
2548
- Identifiers.directiveInject = { name: 'ɵɵdirectiveInject', moduleName: CORE };
2549
- Identifiers.invalidFactory = { name: 'ɵɵinvalidFactory', moduleName: CORE };
2550
- Identifiers.invalidFactoryDep = { name: 'ɵɵinvalidFactoryDep', moduleName: CORE };
2551
- Identifiers.templateRefExtractor = { name: 'ɵɵtemplateRefExtractor', moduleName: CORE };
2552
- Identifiers.forwardRef = { name: 'forwardRef', moduleName: CORE };
2553
- Identifiers.resolveForwardRef = { name: 'resolveForwardRef', moduleName: CORE };
2554
- Identifiers.ɵɵdefineInjectable = { name: 'ɵɵdefineInjectable', moduleName: CORE };
2555
- Identifiers.declareInjectable = { name: 'ɵɵngDeclareInjectable', moduleName: CORE };
2556
- Identifiers.InjectableDeclaration = { name: 'ɵɵInjectableDeclaration', moduleName: CORE };
2557
- Identifiers.resolveWindow = { name: 'ɵɵresolveWindow', moduleName: CORE };
2558
- Identifiers.resolveDocument = { name: 'ɵɵresolveDocument', moduleName: CORE };
2559
- Identifiers.resolveBody = { name: 'ɵɵresolveBody', moduleName: CORE };
2560
- Identifiers.defineComponent = { name: 'ɵɵdefineComponent', moduleName: CORE };
2561
- Identifiers.declareComponent = { name: 'ɵɵngDeclareComponent', moduleName: CORE };
2562
- Identifiers.setComponentScope = { name: 'ɵɵsetComponentScope', moduleName: CORE };
2563
- Identifiers.ChangeDetectionStrategy = {
2564
- name: 'ChangeDetectionStrategy',
2565
- moduleName: CORE,
2566
- };
2567
- Identifiers.ViewEncapsulation = {
2568
- name: 'ViewEncapsulation',
2569
- moduleName: CORE,
2570
- };
2571
- Identifiers.ComponentDeclaration = {
2572
- name: 'ɵɵComponentDeclaration',
2573
- moduleName: CORE,
2574
- };
2575
- Identifiers.FactoryDeclaration = {
2576
- name: 'ɵɵFactoryDeclaration',
2577
- moduleName: CORE,
2578
- };
2579
- Identifiers.declareFactory = { name: 'ɵɵngDeclareFactory', moduleName: CORE };
2580
- Identifiers.FactoryTarget = { name: 'ɵɵFactoryTarget', moduleName: CORE };
2581
- Identifiers.defineDirective = { name: 'ɵɵdefineDirective', moduleName: CORE };
2582
- Identifiers.declareDirective = { name: 'ɵɵngDeclareDirective', moduleName: CORE };
2583
- Identifiers.DirectiveDeclaration = {
2584
- name: 'ɵɵDirectiveDeclaration',
2585
- moduleName: CORE,
2586
- };
2587
- Identifiers.InjectorDef = { name: 'ɵɵInjectorDef', moduleName: CORE };
2588
- Identifiers.InjectorDeclaration = { name: 'ɵɵInjectorDeclaration', moduleName: CORE };
2589
- Identifiers.defineInjector = { name: 'ɵɵdefineInjector', moduleName: CORE };
2590
- Identifiers.declareInjector = { name: 'ɵɵngDeclareInjector', moduleName: CORE };
2591
- Identifiers.NgModuleDeclaration = {
2592
- name: 'ɵɵNgModuleDeclaration',
2593
- moduleName: CORE,
2594
- };
2595
- Identifiers.ModuleWithProviders = {
2596
- name: 'ModuleWithProviders',
2597
- moduleName: CORE,
2598
- };
2599
- Identifiers.defineNgModule = { name: 'ɵɵdefineNgModule', moduleName: CORE };
2600
- Identifiers.declareNgModule = { name: 'ɵɵngDeclareNgModule', moduleName: CORE };
2601
- Identifiers.setNgModuleScope = { name: 'ɵɵsetNgModuleScope', moduleName: CORE };
2602
- Identifiers.registerNgModuleType = { name: 'ɵɵregisterNgModuleType', moduleName: CORE };
2603
- Identifiers.PipeDeclaration = { name: 'ɵɵPipeDeclaration', moduleName: CORE };
2604
- Identifiers.definePipe = { name: 'ɵɵdefinePipe', moduleName: CORE };
2605
- Identifiers.declarePipe = { name: 'ɵɵngDeclarePipe', moduleName: CORE };
2606
- Identifiers.declareClassMetadata = { name: 'ɵɵngDeclareClassMetadata', moduleName: CORE };
2607
- Identifiers.setClassMetadata = { name: 'ɵsetClassMetadata', moduleName: CORE };
2608
- Identifiers.queryRefresh = { name: 'ɵɵqueryRefresh', moduleName: CORE };
2609
- Identifiers.viewQuery = { name: 'ɵɵviewQuery', moduleName: CORE };
2610
- Identifiers.loadQuery = { name: 'ɵɵloadQuery', moduleName: CORE };
2611
- Identifiers.contentQuery = { name: 'ɵɵcontentQuery', moduleName: CORE };
2612
- Identifiers.NgOnChangesFeature = { name: 'ɵɵNgOnChangesFeature', moduleName: CORE };
2613
- Identifiers.InheritDefinitionFeature = { name: 'ɵɵInheritDefinitionFeature', moduleName: CORE };
2614
- Identifiers.CopyDefinitionFeature = { name: 'ɵɵCopyDefinitionFeature', moduleName: CORE };
2615
- Identifiers.StandaloneFeature = { name: 'ɵɵStandaloneFeature', moduleName: CORE };
2616
- Identifiers.ProvidersFeature = { name: 'ɵɵProvidersFeature', moduleName: CORE };
2617
- Identifiers.HostDirectivesFeature = { name: 'ɵɵHostDirectivesFeature', moduleName: CORE };
2618
- Identifiers.listener = { name: 'ɵɵlistener', moduleName: CORE };
2619
- Identifiers.getInheritedFactory = {
2620
- name: 'ɵɵgetInheritedFactory',
2621
- moduleName: CORE,
2622
- };
2623
- // sanitization-related functions
2624
- Identifiers.sanitizeHtml = { name: 'ɵɵsanitizeHtml', moduleName: CORE };
2625
- Identifiers.sanitizeStyle = { name: 'ɵɵsanitizeStyle', moduleName: CORE };
2626
- Identifiers.sanitizeResourceUrl = { name: 'ɵɵsanitizeResourceUrl', moduleName: CORE };
2627
- Identifiers.sanitizeScript = { name: 'ɵɵsanitizeScript', moduleName: CORE };
2628
- Identifiers.sanitizeUrl = { name: 'ɵɵsanitizeUrl', moduleName: CORE };
2629
- Identifiers.sanitizeUrlOrResourceUrl = { name: 'ɵɵsanitizeUrlOrResourceUrl', moduleName: CORE };
2630
- Identifiers.trustConstantHtml = { name: 'ɵɵtrustConstantHtml', moduleName: CORE };
2631
- Identifiers.trustConstantResourceUrl = { name: 'ɵɵtrustConstantResourceUrl', moduleName: CORE };
2632
- Identifiers.validateIframeAttribute = { name: 'ɵɵvalidateIframeAttribute', moduleName: CORE };
2633
2633
 
2634
2634
  const DASH_CASE_REGEXP = /-+([a-z0-9])/g;
2635
2635
  function dashCaseToCamelCase(input) {
@@ -3997,9 +3997,9 @@ class Message {
3997
3997
  this.meaning = meaning;
3998
3998
  this.description = description;
3999
3999
  this.customId = customId;
4000
- this.id = this.customId;
4001
4000
  /** The ids to use if there are no custom id and if `i18nLegacyMessageIdFormat` is not empty */
4002
4001
  this.legacyIds = [];
4002
+ this.id = this.customId;
4003
4003
  this.messageString = serializeMessage(this.nodes);
4004
4004
  if (nodes.length) {
4005
4005
  this.sources = [{
@@ -6585,8 +6585,8 @@ class BoundElementProperty {
6585
6585
  }
6586
6586
 
6587
6587
  class EventHandlerVars {
6588
+ static { this.event = variable('$event'); }
6588
6589
  }
6589
- EventHandlerVars.event = variable('$event');
6590
6590
  /**
6591
6591
  * Converts the given expression AST into an executable output AST, assuming the expression is
6592
6592
  * used in an action binding (e.g. an event handler).
@@ -8423,7 +8423,6 @@ function parse(value) {
8423
8423
  let valueStart = 0;
8424
8424
  let propStart = 0;
8425
8425
  let currentProp = null;
8426
- let valueHasQuotes = false;
8427
8426
  while (i < value.length) {
8428
8427
  const token = value.charCodeAt(i++);
8429
8428
  switch (token) {
@@ -8436,7 +8435,6 @@ function parse(value) {
8436
8435
  case 39 /* Char.QuoteSingle */:
8437
8436
  // valueStart needs to be there since prop values don't
8438
8437
  // have quotes in CSS
8439
- valueHasQuotes = valueHasQuotes || valueStart > 0;
8440
8438
  if (quote === 0 /* Char.QuoteNone */) {
8441
8439
  quote = 39 /* Char.QuoteSingle */;
8442
8440
  }
@@ -8446,7 +8444,6 @@ function parse(value) {
8446
8444
  break;
8447
8445
  case 34 /* Char.QuoteDouble */:
8448
8446
  // same logic as above
8449
- valueHasQuotes = valueHasQuotes || valueStart > 0;
8450
8447
  if (quote === 0 /* Char.QuoteNone */) {
8451
8448
  quote = 34 /* Char.QuoteDouble */;
8452
8449
  }
@@ -8463,34 +8460,20 @@ function parse(value) {
8463
8460
  case 59 /* Char.Semicolon */:
8464
8461
  if (currentProp && valueStart > 0 && parenDepth === 0 && quote === 0 /* Char.QuoteNone */) {
8465
8462
  const styleVal = value.substring(valueStart, i - 1).trim();
8466
- styles.push(currentProp, valueHasQuotes ? stripUnnecessaryQuotes(styleVal) : styleVal);
8463
+ styles.push(currentProp, styleVal);
8467
8464
  propStart = i;
8468
8465
  valueStart = 0;
8469
8466
  currentProp = null;
8470
- valueHasQuotes = false;
8471
8467
  }
8472
8468
  break;
8473
8469
  }
8474
8470
  }
8475
8471
  if (currentProp && valueStart) {
8476
8472
  const styleVal = value.slice(valueStart).trim();
8477
- styles.push(currentProp, valueHasQuotes ? stripUnnecessaryQuotes(styleVal) : styleVal);
8473
+ styles.push(currentProp, styleVal);
8478
8474
  }
8479
8475
  return styles;
8480
8476
  }
8481
- function stripUnnecessaryQuotes(value) {
8482
- const qS = value.charCodeAt(0);
8483
- const qE = value.charCodeAt(value.length - 1);
8484
- if (qS == qE && (qS == 39 /* Char.QuoteSingle */ || qS == 34 /* Char.QuoteDouble */)) {
8485
- const tempValue = value.substring(1, value.length - 1);
8486
- // special case to avoid using a multi-quoted string that was just chomped
8487
- // (e.g. `font-family: "Verdana", "sans-serif"`)
8488
- if (tempValue.indexOf('\'') == -1 && tempValue.indexOf('"') == -1) {
8489
- value = tempValue;
8490
- }
8491
- }
8492
- return value;
8493
- }
8494
8477
  function hyphenate(value) {
8495
8478
  return value
8496
8479
  .replace(/[a-z][A-Z]/g, v => {
@@ -10264,7 +10247,8 @@ class _ParseAST {
10264
10247
  const sourceSpan = this.sourceSpan(keyStart);
10265
10248
  values.push(new PropertyRead(span, sourceSpan, sourceSpan, new ImplicitReceiver(span, sourceSpan), key));
10266
10249
  }
10267
- } while (this.consumeOptionalCharacter($COMMA));
10250
+ } while (this.consumeOptionalCharacter($COMMA) &&
10251
+ !this.next.isCharacter($RBRACE));
10268
10252
  this.rbracesExpected--;
10269
10253
  this.expectCharacter($RBRACE);
10270
10254
  }
@@ -16502,12 +16486,11 @@ class I18nMetaVisitor {
16502
16486
  // whether visited nodes contain i18n information
16503
16487
  this.hasI18nMeta = false;
16504
16488
  this._errors = [];
16505
- // i18n message generation factory
16506
- this._createI18nMessage = createI18nMessageFactory(this.interpolationConfig);
16507
16489
  }
16508
16490
  _generateI18nMessage(nodes, meta = '', visitNodeFn) {
16509
16491
  const { meaning, description, customId } = this._parseMetadata(meta);
16510
- const message = this._createI18nMessage(nodes, meaning, description, customId, visitNodeFn);
16492
+ const createI18nMessage = createI18nMessageFactory(this.interpolationConfig);
16493
+ const message = createI18nMessage(nodes, meaning, description, customId, visitNodeFn);
16511
16494
  this._setMessageId(message, meta);
16512
16495
  this._setLegacyIds(message, meta);
16513
16496
  return message;
@@ -18945,9 +18928,16 @@ function createBaseDirectiveTypeParams(meta) {
18945
18928
  ];
18946
18929
  }
18947
18930
  function getInputsTypeExpression(meta) {
18948
- // TODO(required-inputs): expand this to generate the new object literal syntax.
18949
18931
  return literalMap(Object.keys(meta.inputs).map(key => {
18950
- return { key, value: literal(meta.inputs[key].bindingPropertyName), quoted: true };
18932
+ const value = meta.inputs[key];
18933
+ return {
18934
+ key,
18935
+ value: literalMap([
18936
+ { key: 'alias', value: literal(value.bindingPropertyName), quoted: true },
18937
+ { key: 'required', value: literal(value.required), quoted: true }
18938
+ ]),
18939
+ quoted: true
18940
+ };
18951
18941
  }));
18952
18942
  }
18953
18943
  /**
@@ -19584,14 +19574,14 @@ function convertDirectiveFacadeToMetadata(facade) {
19584
19574
  if (propMetadata.hasOwnProperty(field)) {
19585
19575
  propMetadata[field].forEach(ann => {
19586
19576
  if (isInput(ann)) {
19587
- // TODO(required-inputs): pass required flag
19588
19577
  inputsFromType[field] = {
19589
- bindingPropertyName: ann.bindingPropertyName || field,
19590
- classPropertyName: field
19578
+ bindingPropertyName: ann.alias || field,
19579
+ classPropertyName: field,
19580
+ required: ann.required || false
19591
19581
  };
19592
19582
  }
19593
19583
  else if (isOutput(ann)) {
19594
- outputsFromType[field] = ann.bindingPropertyName || field;
19584
+ outputsFromType[field] = ann.alias || field;
19595
19585
  }
19596
19586
  });
19597
19587
  }
@@ -19858,8 +19848,8 @@ function inputsMappingToInputMetadata(inputs) {
19858
19848
  return Object.keys(inputs).reduce((result, key) => {
19859
19849
  const value = inputs[key];
19860
19850
  result[key] = typeof value === 'string' ?
19861
- { bindingPropertyName: value, classPropertyName: value } :
19862
- { bindingPropertyName: value[0], classPropertyName: value[1] };
19851
+ { bindingPropertyName: value, classPropertyName: value, required: false } :
19852
+ { bindingPropertyName: value[0], classPropertyName: value[1], required: false };
19863
19853
  return result;
19864
19854
  }, {});
19865
19855
  }
@@ -19867,13 +19857,13 @@ function parseInputsArray(values) {
19867
19857
  return values.reduce((results, value) => {
19868
19858
  if (typeof value === 'string') {
19869
19859
  const [bindingPropertyName, classPropertyName] = parseMappingString(value);
19870
- results[classPropertyName] = { bindingPropertyName, classPropertyName };
19860
+ results[classPropertyName] = { bindingPropertyName, classPropertyName, required: false };
19871
19861
  }
19872
19862
  else {
19873
- // TODO(required-inputs): pass required flag
19874
19863
  results[value.name] = {
19875
19864
  bindingPropertyName: value.alias || value.name,
19876
- classPropertyName: value.name
19865
+ classPropertyName: value.name,
19866
+ required: value.required || false
19877
19867
  };
19878
19868
  }
19879
19869
  return results;
@@ -19881,8 +19871,8 @@ function parseInputsArray(values) {
19881
19871
  }
19882
19872
  function parseMappingStringArray(values) {
19883
19873
  return values.reduce((results, value) => {
19884
- const [publicName, fieldName] = parseMappingString(value);
19885
- results[fieldName] = publicName;
19874
+ const [alias, fieldName] = parseMappingString(value);
19875
+ results[fieldName] = alias;
19886
19876
  return results;
19887
19877
  }, {});
19888
19878
  }
@@ -19927,7 +19917,7 @@ function publishFacade(global) {
19927
19917
  * @description
19928
19918
  * Entry point for all public APIs of the compiler package.
19929
19919
  */
19930
- const VERSION = new Version('16.0.0-next.3');
19920
+ const VERSION = new Version('16.0.0-next.5');
19931
19921
 
19932
19922
  class CompilerConfig {
19933
19923
  constructor({ defaultEncapsulation = ViewEncapsulation.Emulated, useJit = true, missingTranslation = null, preserveWhitespaces, strictInjectionParameters } = {}) {
@@ -21851,7 +21841,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
21851
21841
  function compileDeclareClassMetadata(metadata) {
21852
21842
  const definitionMap = new DefinitionMap();
21853
21843
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
21854
- definitionMap.set('version', literal('16.0.0-next.3'));
21844
+ definitionMap.set('version', literal('16.0.0-next.5'));
21855
21845
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21856
21846
  definitionMap.set('type', metadata.type);
21857
21847
  definitionMap.set('decorators', metadata.decorators);
@@ -21954,7 +21944,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
21954
21944
  function createDirectiveDefinitionMap(meta) {
21955
21945
  const definitionMap = new DefinitionMap();
21956
21946
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
21957
- definitionMap.set('version', literal('16.0.0-next.3'));
21947
+ definitionMap.set('version', literal('16.0.0-next.5'));
21958
21948
  // e.g. `type: MyDirective`
21959
21949
  definitionMap.set('type', meta.internalType);
21960
21950
  if (meta.isStandalone) {
@@ -22179,7 +22169,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
22179
22169
  function compileDeclareFactoryFunction(meta) {
22180
22170
  const definitionMap = new DefinitionMap();
22181
22171
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
22182
- definitionMap.set('version', literal('16.0.0-next.3'));
22172
+ definitionMap.set('version', literal('16.0.0-next.5'));
22183
22173
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22184
22174
  definitionMap.set('type', meta.internalType);
22185
22175
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -22214,7 +22204,7 @@ function compileDeclareInjectableFromMetadata(meta) {
22214
22204
  function createInjectableDefinitionMap(meta) {
22215
22205
  const definitionMap = new DefinitionMap();
22216
22206
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
22217
- definitionMap.set('version', literal('16.0.0-next.3'));
22207
+ definitionMap.set('version', literal('16.0.0-next.5'));
22218
22208
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22219
22209
  definitionMap.set('type', meta.internalType);
22220
22210
  // Only generate providedIn property if it has a non-null value
@@ -22265,7 +22255,7 @@ function compileDeclareInjectorFromMetadata(meta) {
22265
22255
  function createInjectorDefinitionMap(meta) {
22266
22256
  const definitionMap = new DefinitionMap();
22267
22257
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
22268
- definitionMap.set('version', literal('16.0.0-next.3'));
22258
+ definitionMap.set('version', literal('16.0.0-next.5'));
22269
22259
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22270
22260
  definitionMap.set('type', meta.internalType);
22271
22261
  definitionMap.set('providers', meta.providers);
@@ -22295,7 +22285,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
22295
22285
  function createNgModuleDefinitionMap(meta) {
22296
22286
  const definitionMap = new DefinitionMap();
22297
22287
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
22298
- definitionMap.set('version', literal('16.0.0-next.3'));
22288
+ definitionMap.set('version', literal('16.0.0-next.5'));
22299
22289
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22300
22290
  definitionMap.set('type', meta.internalType);
22301
22291
  // We only generate the keys in the metadata if the arrays contain values.
@@ -22346,7 +22336,7 @@ function compileDeclarePipeFromMetadata(meta) {
22346
22336
  function createPipeDefinitionMap(meta) {
22347
22337
  const definitionMap = new DefinitionMap();
22348
22338
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
22349
- definitionMap.set('version', literal('16.0.0-next.3'));
22339
+ definitionMap.set('version', literal('16.0.0-next.5'));
22350
22340
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22351
22341
  // e.g. `type: MyPipe`
22352
22342
  definitionMap.set('type', meta.internalType);