@angular/common 17.0.4 → 17.1.0-next.1

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 (85) hide show
  1. package/esm2022/http/public_api.mjs +2 -2
  2. package/esm2022/http/src/client.mjs +4 -4
  3. package/esm2022/http/src/context.mjs +1 -1
  4. package/esm2022/http/src/fetch.mjs +6 -6
  5. package/esm2022/http/src/headers.mjs +1 -1
  6. package/esm2022/http/src/interceptor.mjs +4 -4
  7. package/esm2022/http/src/jsonp.mjs +9 -9
  8. package/esm2022/http/src/module.mjs +12 -12
  9. package/esm2022/http/src/params.mjs +1 -1
  10. package/esm2022/http/src/provider.mjs +1 -1
  11. package/esm2022/http/src/request.mjs +1 -1
  12. package/esm2022/http/src/response.mjs +73 -2
  13. package/esm2022/http/src/transfer_cache.mjs +1 -1
  14. package/esm2022/http/src/xhr.mjs +7 -7
  15. package/esm2022/http/src/xsrf.mjs +7 -7
  16. package/esm2022/http/testing/src/backend.mjs +4 -4
  17. package/esm2022/http/testing/src/module.mjs +4 -4
  18. package/esm2022/http/testing/src/request.mjs +4 -4
  19. package/esm2022/src/common_module.mjs +4 -4
  20. package/esm2022/src/cookie.mjs +1 -1
  21. package/esm2022/src/directives/ng_class.mjs +4 -4
  22. package/esm2022/src/directives/ng_component_outlet.mjs +4 -4
  23. package/esm2022/src/directives/ng_for_of.mjs +4 -4
  24. package/esm2022/src/directives/ng_if.mjs +4 -4
  25. package/esm2022/src/directives/ng_optimized_image/asserts.mjs +1 -1
  26. package/esm2022/src/directives/ng_optimized_image/image_loaders/cloudflare_loader.mjs +1 -1
  27. package/esm2022/src/directives/ng_optimized_image/image_loaders/cloudinary_loader.mjs +1 -1
  28. package/esm2022/src/directives/ng_optimized_image/image_loaders/image_loader.mjs +1 -1
  29. package/esm2022/src/directives/ng_optimized_image/image_loaders/imagekit_loader.mjs +1 -1
  30. package/esm2022/src/directives/ng_optimized_image/image_loaders/imgix_loader.mjs +1 -1
  31. package/esm2022/src/directives/ng_optimized_image/lcp_image_observer.mjs +4 -4
  32. package/esm2022/src/directives/ng_optimized_image/ng_optimized_image.mjs +4 -4
  33. package/esm2022/src/directives/ng_optimized_image/preconnect_link_checker.mjs +4 -4
  34. package/esm2022/src/directives/ng_optimized_image/preload-link-creator.mjs +4 -4
  35. package/esm2022/src/directives/ng_optimized_image/url.mjs +1 -1
  36. package/esm2022/src/directives/ng_plural.mjs +7 -7
  37. package/esm2022/src/directives/ng_style.mjs +4 -4
  38. package/esm2022/src/directives/ng_switch.mjs +10 -10
  39. package/esm2022/src/directives/ng_template_outlet.mjs +4 -4
  40. package/esm2022/src/dom_adapter.mjs +1 -1
  41. package/esm2022/src/i18n/format_date.mjs +1 -1
  42. package/esm2022/src/i18n/format_number.mjs +1 -1
  43. package/esm2022/src/i18n/locale_data_api.mjs +1 -1
  44. package/esm2022/src/i18n/localization.mjs +7 -7
  45. package/esm2022/src/location/hash_location_strategy.mjs +4 -4
  46. package/esm2022/src/location/location.mjs +4 -4
  47. package/esm2022/src/location/location_strategy.mjs +7 -7
  48. package/esm2022/src/location/platform_location.mjs +6 -6
  49. package/esm2022/src/location/util.mjs +1 -1
  50. package/esm2022/src/navigation/platform_navigation.mjs +3 -3
  51. package/esm2022/src/pipes/async_pipe.mjs +4 -4
  52. package/esm2022/src/pipes/case_conversion_pipes.mjs +10 -10
  53. package/esm2022/src/pipes/date_pipe.mjs +4 -4
  54. package/esm2022/src/pipes/i18n_plural_pipe.mjs +4 -4
  55. package/esm2022/src/pipes/i18n_select_pipe.mjs +4 -4
  56. package/esm2022/src/pipes/json_pipe.mjs +3 -3
  57. package/esm2022/src/pipes/keyvalue_pipe.mjs +4 -4
  58. package/esm2022/src/pipes/number_pipe.mjs +10 -10
  59. package/esm2022/src/pipes/slice_pipe.mjs +4 -4
  60. package/esm2022/src/version.mjs +1 -1
  61. package/esm2022/src/viewport_scroller.mjs +1 -1
  62. package/esm2022/testing/src/location_mock.mjs +4 -4
  63. package/esm2022/testing/src/mock_location_strategy.mjs +4 -4
  64. package/esm2022/testing/src/mock_platform_location.mjs +4 -4
  65. package/esm2022/testing/src/navigation/fake_navigation.mjs +1 -1
  66. package/esm2022/upgrade/src/location_shim.mjs +1 -1
  67. package/esm2022/upgrade/src/location_upgrade_module.mjs +5 -5
  68. package/esm2022/upgrade/src/params.mjs +1 -1
  69. package/esm2022/upgrade/src/utils.mjs +1 -1
  70. package/fesm2022/common.mjs +114 -114
  71. package/fesm2022/common.mjs.map +1 -1
  72. package/fesm2022/http/testing.mjs +11 -11
  73. package/fesm2022/http/testing.mjs.map +1 -1
  74. package/fesm2022/http.mjs +114 -43
  75. package/fesm2022/http.mjs.map +1 -1
  76. package/fesm2022/testing.mjs +10 -10
  77. package/fesm2022/testing.mjs.map +1 -1
  78. package/fesm2022/upgrade.mjs +5 -5
  79. package/fesm2022/upgrade.mjs.map +1 -1
  80. package/http/index.d.ts +2 -2
  81. package/http/testing/index.d.ts +1 -1
  82. package/index.d.ts +1 -1
  83. package/package.json +2 -2
  84. package/testing/index.d.ts +1 -1
  85. package/upgrade/index.d.ts +1 -1
package/http/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.0.4
2
+ * @license Angular v17.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -4113,7 +4113,7 @@ export declare interface HttpSentEvent {
4113
4113
  * As per https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
4114
4114
  * @publicApi
4115
4115
  */
4116
- export declare const enum HttpStatusCode {
4116
+ export declare enum HttpStatusCode {
4117
4117
  Continue = 100,
4118
4118
  SwitchingProtocols = 101,
4119
4119
  Processing = 102,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.0.4
2
+ * @license Angular v17.1.0-next.1
3
3
  * (c) 2010-2022 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 v17.0.4
2
+ * @license Angular v17.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/common",
3
- "version": "17.0.4",
3
+ "version": "17.1.0-next.1",
4
4
  "description": "Angular - commonly needed directives and services",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -54,7 +54,7 @@
54
54
  }
55
55
  },
56
56
  "peerDependencies": {
57
- "@angular/core": "17.0.4",
57
+ "@angular/core": "17.1.0-next.1",
58
58
  "rxjs": "^6.5.3 || ^7.4.0"
59
59
  },
60
60
  "repository": {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.0.4
2
+ * @license Angular v17.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.0.4
2
+ * @license Angular v17.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */