ember-source 7.2.0-alpha.3 → 7.2.0-beta.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 (284) hide show
  1. package/README.md +0 -1
  2. package/blueprints/-addon-import.js +4 -6
  3. package/blueprints/-utils.js +6 -9
  4. package/build-metadata.json +3 -3
  5. package/dist/dev/packages/@ember/-internals/glimmer/index.js +11 -11
  6. package/dist/dev/packages/@ember/-internals/metal/index.js +15 -15
  7. package/dist/dev/packages/@ember/-internals/routing/index.js +3 -3
  8. package/dist/dev/packages/@ember/-internals/runtime/index.js +1 -1
  9. package/dist/dev/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  10. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
  11. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  12. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +3 -3
  13. package/dist/dev/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  14. package/dist/dev/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  15. package/dist/dev/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  16. package/dist/dev/packages/@ember/application/index.js +5 -6
  17. package/dist/dev/packages/@ember/application/instance.js +3 -3
  18. package/dist/dev/packages/@ember/application/namespace.js +1 -1
  19. package/dist/dev/packages/@ember/array/index.js +10 -64
  20. package/dist/dev/packages/@ember/array/lib/is-array.js +71 -0
  21. package/dist/dev/packages/@ember/array/proxy.js +8 -8
  22. package/dist/dev/packages/@ember/component/helper.js +1 -1
  23. package/dist/dev/packages/@ember/component/index.js +18 -12
  24. package/dist/dev/packages/@ember/component/template-only.js +1 -1
  25. package/dist/dev/packages/@ember/controller/index.js +3 -3
  26. package/dist/dev/packages/@ember/debug/data-adapter.js +3 -3
  27. package/dist/dev/packages/@ember/engine/index.js +5 -5
  28. package/dist/dev/packages/@ember/engine/instance.js +1 -1
  29. package/dist/dev/packages/@ember/helper/index.js +8 -27
  30. package/dist/dev/packages/@ember/modifier/index.js +2 -2
  31. package/dist/dev/packages/@ember/modifier/on.js +1 -1
  32. package/dist/dev/packages/@ember/object/compat.js +2 -2
  33. package/dist/dev/packages/@ember/object/computed.js +2 -2
  34. package/dist/dev/packages/@ember/object/core.js +4 -4
  35. package/dist/dev/packages/@ember/object/index.js +28 -23
  36. package/dist/dev/packages/@ember/object/lib/computed/computed_macros.js +4 -4
  37. package/dist/dev/packages/@ember/object/lib/computed/reduce_computed_macros.js +2 -2
  38. package/dist/dev/packages/@ember/object/mixin.js +2 -2
  39. package/dist/dev/packages/@ember/object/observable.js +6 -6
  40. package/dist/dev/packages/@ember/object/observers.js +1 -1
  41. package/dist/dev/packages/@ember/object/promise-proxy-mixin.js +3 -3
  42. package/dist/dev/packages/@ember/reactive/collections.js +153 -153
  43. package/dist/dev/packages/@ember/renderer/index.js +1 -1
  44. package/dist/dev/packages/@ember/routing/-internals.js +3 -3
  45. package/dist/dev/packages/@ember/routing/index.js +12 -8
  46. package/dist/dev/packages/@ember/routing/lib/generate_controller.js +2 -3
  47. package/dist/dev/packages/@ember/routing/lib/routing-service.js +4 -4
  48. package/dist/dev/packages/@ember/routing/lib/utils.js +3 -3
  49. package/dist/dev/packages/@ember/routing/route.js +11 -11
  50. package/dist/dev/packages/@ember/routing/router-service.js +24 -17
  51. package/dist/dev/packages/@ember/routing/router.js +5 -5
  52. package/dist/dev/packages/@ember/runloop/index.js +1 -1
  53. package/dist/dev/packages/@ember/service/index.js +1 -1
  54. package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  55. package/dist/dev/packages/@ember/template-compiler/lib/template.js +1 -1
  56. package/dist/dev/packages/@ember/template-factory/index.js +1 -1
  57. package/dist/dev/packages/@ember/utils/lib/is_empty.js +1 -1
  58. package/dist/dev/packages/@glimmer/encoder/index.js +1 -1
  59. package/dist/dev/packages/@glimmer/manager/index.js +4 -4
  60. package/dist/dev/packages/@glimmer/node/index.js +2 -2
  61. package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
  62. package/dist/dev/packages/@glimmer/program/index.js +7 -7
  63. package/dist/dev/packages/@glimmer/reference/index.js +3 -3
  64. package/dist/dev/packages/@glimmer/runtime/index.js +12 -12
  65. package/dist/dev/packages/@glimmer/tracking/index.js +2 -2
  66. package/dist/dev/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  67. package/dist/dev/packages/@glimmer/validator/index.js +3 -3
  68. package/dist/dev/packages/@glimmer/vm/index.js +1 -1
  69. package/dist/dev/packages/ember/version.js +1 -1
  70. package/dist/dev/packages/router_js/index.js +2 -2
  71. package/dist/dev/packages/rsvp/index.js +2281 -1
  72. package/dist/dev/packages/shared-chunks/{alias-ZcMQckQV.js → alias-DpqL1qx6.js} +6 -6
  73. package/dist/dev/packages/shared-chunks/{api-BAmlf_CN.js → api-BlZDPg1n.js} +5 -5
  74. package/dist/dev/packages/shared-chunks/{element-builder--iTIJyCB.js → api-C0PAtEgQ.js} +137 -118
  75. package/dist/dev/packages/shared-chunks/{api-BawZUDYD.js → api-DuLOZMO_.js} +3 -3
  76. package/dist/dev/packages/shared-chunks/{args-proxy-BNLuRFlO.js → args-proxy-CS5Brs3_.js} +2 -2
  77. package/dist/dev/packages/shared-chunks/{untouchable-this-B3DVwpHS.js → arguments-CDkbOqTS.js} +230 -230
  78. package/dist/dev/packages/shared-chunks/{array-Bh_kUjzy.js → array-CVEnNWng.js} +1 -1
  79. package/dist/dev/packages/shared-chunks/{cache-B7dqAS38.js → cache-DGDPVCpC.js} +1 -2
  80. package/dist/dev/packages/shared-chunks/{capabilities-CZkuOqqC.js → capabilities-CajW4QjE.js} +1 -1
  81. package/dist/dev/packages/shared-chunks/{chain-tags-D6tuFUj_.js → chain-tags-uWSImHzB.js} +3 -3
  82. package/dist/dev/packages/shared-chunks/{computed-CJnghmXC.js → computed-BPCtuOxQ.js} +4 -4
  83. package/dist/dev/packages/shared-chunks/{curly-BBzF_bI8.js → curly-Ei5G8jhk.js} +4 -4
  84. package/dist/dev/packages/shared-chunks/{element-DQJOvSlQ.js → element-BYLB-q7a.js} +5 -3
  85. package/dist/dev/packages/shared-chunks/{flags-B9qxc-pB.js → flags-BZxHQ0yn.js} +1 -1
  86. package/dist/dev/packages/shared-chunks/{get-D5b5QlqE.js → get-6I3sjd-I.js} +32 -35
  87. package/dist/{prod/packages/shared-chunks/get_properties-Nn08mLAH.js → dev/packages/shared-chunks/get_properties-Cm2sWt5f.js} +1 -1
  88. package/dist/dev/packages/shared-chunks/{hash-BRRFQJ99.js → hash-6NDs_5_f.js} +18 -12
  89. package/dist/dev/packages/shared-chunks/{helper-Do7NCZHI.js → helper-DIj85_-f.js} +21 -9
  90. package/dist/dev/packages/shared-chunks/{index-CwnQYqK5.js → index-B3pPx1fL.js} +111 -132
  91. package/dist/dev/packages/shared-chunks/{index-CyZiGiEI.js → index-DaFzpTIE.js} +4 -3
  92. package/dist/dev/packages/shared-chunks/{injected_property-B4T-FzZZ.js → injected_property-CbBLr5jt.js} +1 -1
  93. package/dist/dev/packages/shared-chunks/{internal-CAL-jHZt.js → internal-DTOXyEGM.js} +3 -3
  94. package/dist/dev/packages/shared-chunks/{internal-helper-Ez7zbEIa.js → internal-helper-CKrni0b_.js} +1 -1
  95. package/dist/dev/packages/shared-chunks/{invoke-B8M5fQQS.js → invoke-d9sqa50M.js} +3 -3
  96. package/dist/dev/packages/shared-chunks/{libraries-CHBwbR72.js → libraries-DwffpMGE.js} +1 -1
  97. package/dist/dev/packages/shared-chunks/{meta-BmRXesrk.js → meta-BqC7f9Ia.js} +1 -1
  98. package/dist/dev/packages/shared-chunks/{or-O0eJQ4K-.js → not-DYh6AY9Z.js} +36 -36
  99. package/dist/dev/packages/shared-chunks/{observers-C2DurkLG.js → observers-DMlX2nCi.js} +3 -3
  100. package/dist/dev/packages/shared-chunks/{on-BueSMv9L.js → on-DlF0Wy7P.js} +10 -10
  101. package/dist/dev/packages/shared-chunks/{program-DzAfcWFj.js → program-DlgjqLa6.js} +1 -1
  102. package/dist/dev/packages/shared-chunks/{program-context-CadjldRr.js → program-context-Dq8xN2HI.js} +3 -2
  103. package/dist/dev/packages/shared-chunks/{property_get-CIBS9umw.js → property_get-CRP7MFz_.js} +2 -2
  104. package/dist/dev/packages/shared-chunks/{property_set-D3PKyisF.js → property_set-qCUylPEK.js} +2 -2
  105. package/dist/dev/packages/shared-chunks/{reference-BoPB2LfI.js → reference-BqOLhKFy.js} +3 -3
  106. package/dist/dev/packages/shared-chunks/{rehydrate-builder-DCyIgnCR.js → rehydrate-builder-C6k1XhET.js} +1 -1
  107. package/dist/dev/packages/shared-chunks/{render-CpKaO-BO.js → render-87_sKZ_k.js} +86 -86
  108. package/dist/dev/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp.es-DR7yS7qg.js} +150 -154
  109. package/dist/dev/packages/shared-chunks/{serialize-builder-DxgGRvH_.js → serialize-builder-BlxBjwO-.js} +1 -1
  110. package/dist/dev/packages/shared-chunks/{set_properties-BghuuGJx.js → set_properties-C4TSebH6.js} +2 -2
  111. package/dist/dev/packages/shared-chunks/{setup-registry-BC5VMvei.js → setup-registry-9DCmHTFF.js} +18 -18
  112. package/dist/dev/packages/shared-chunks/{syscall-ops-BPFtDquC.js → syscall-ops-CN7STuUn.js} +1 -1
  113. package/dist/dev/packages/shared-chunks/{template-only-BqOt8bDl.js → template-only-Cu639ICT.js} +2 -4
  114. package/dist/dev/packages/shared-chunks/{textarea-WSlUEr0y.js → textarea-C4lYkaHj.js} +11 -7
  115. package/dist/dev/packages/shared-chunks/{tracked-CKE4wnE6.js → tracked-DEyf0T_X.js} +4 -4
  116. package/dist/dev/packages/shared-chunks/{tracked-data-CGnA4ytZ.js → tracked-data-DgqqRdYO.js} +2 -2
  117. package/dist/dev/packages/shared-chunks/{unique-id-CgmHQiwi.js → unique-id-DQOhouG1.js} +2 -2
  118. package/dist/dev/packages/shared-chunks/{unrecognized-url-error-B3wUTorp.js → unrecognized-url-error-BJHjL30Q.js} +1 -1
  119. package/dist/prod/packages/@ember/-internals/glimmer/index.js +11 -11
  120. package/dist/prod/packages/@ember/-internals/metal/index.js +15 -15
  121. package/dist/prod/packages/@ember/-internals/routing/index.js +3 -3
  122. package/dist/prod/packages/@ember/-internals/runtime/index.js +1 -1
  123. package/dist/prod/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  124. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
  125. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  126. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +3 -3
  127. package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  128. package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  129. package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  130. package/dist/prod/packages/@ember/application/index.js +5 -6
  131. package/dist/prod/packages/@ember/application/instance.js +3 -3
  132. package/dist/prod/packages/@ember/application/namespace.js +1 -1
  133. package/dist/prod/packages/@ember/array/index.js +11 -58
  134. package/dist/prod/packages/@ember/array/lib/is-array.js +64 -0
  135. package/dist/prod/packages/@ember/array/proxy.js +8 -8
  136. package/dist/prod/packages/@ember/component/helper.js +1 -1
  137. package/dist/prod/packages/@ember/component/index.js +18 -12
  138. package/dist/prod/packages/@ember/component/template-only.js +1 -1
  139. package/dist/prod/packages/@ember/controller/index.js +3 -3
  140. package/dist/prod/packages/@ember/debug/data-adapter.js +3 -3
  141. package/dist/prod/packages/@ember/engine/index.js +5 -5
  142. package/dist/prod/packages/@ember/engine/instance.js +1 -1
  143. package/dist/prod/packages/@ember/helper/index.js +8 -27
  144. package/dist/prod/packages/@ember/modifier/index.js +2 -2
  145. package/dist/prod/packages/@ember/modifier/on.js +1 -1
  146. package/dist/prod/packages/@ember/object/compat.js +2 -2
  147. package/dist/prod/packages/@ember/object/computed.js +2 -2
  148. package/dist/prod/packages/@ember/object/core.js +4 -4
  149. package/dist/prod/packages/@ember/object/index.js +28 -23
  150. package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +4 -4
  151. package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +2 -2
  152. package/dist/prod/packages/@ember/object/mixin.js +2 -2
  153. package/dist/prod/packages/@ember/object/observable.js +6 -6
  154. package/dist/prod/packages/@ember/object/observers.js +1 -1
  155. package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +3 -3
  156. package/dist/prod/packages/@ember/reactive/collections.js +153 -153
  157. package/dist/prod/packages/@ember/renderer/index.js +1 -1
  158. package/dist/prod/packages/@ember/routing/index.js +12 -8
  159. package/dist/prod/packages/@ember/routing/lib/generate_controller.js +1 -2
  160. package/dist/prod/packages/@ember/routing/lib/routing-service.js +4 -4
  161. package/dist/prod/packages/@ember/routing/lib/utils.js +3 -3
  162. package/dist/prod/packages/@ember/routing/route.js +11 -11
  163. package/dist/prod/packages/@ember/routing/router-service.js +24 -17
  164. package/dist/prod/packages/@ember/routing/router.js +5 -5
  165. package/dist/prod/packages/@ember/runloop/index.js +1 -1
  166. package/dist/prod/packages/@ember/service/index.js +1 -1
  167. package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  168. package/dist/prod/packages/@ember/template-compiler/lib/template.js +2 -2
  169. package/dist/prod/packages/@ember/template-factory/index.js +1 -1
  170. package/dist/prod/packages/@ember/utils/lib/is_empty.js +1 -1
  171. package/dist/prod/packages/@glimmer/encoder/index.js +1 -1
  172. package/dist/prod/packages/@glimmer/manager/index.js +4 -4
  173. package/dist/prod/packages/@glimmer/node/index.js +3 -3
  174. package/dist/prod/packages/@glimmer/opcode-compiler/index.js +2 -2
  175. package/dist/prod/packages/@glimmer/program/index.js +8 -8
  176. package/dist/prod/packages/@glimmer/reference/index.js +4 -4
  177. package/dist/prod/packages/@glimmer/runtime/index.js +13 -13
  178. package/dist/prod/packages/@glimmer/tracking/index.js +2 -2
  179. package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  180. package/dist/prod/packages/@glimmer/util/index.js +2 -2
  181. package/dist/prod/packages/@glimmer/validator/index.js +3 -3
  182. package/dist/prod/packages/@glimmer/vm/index.js +1 -1
  183. package/dist/prod/packages/ember/version.js +1 -1
  184. package/dist/prod/packages/ember-template-compiler/index.js +2 -2
  185. package/dist/prod/packages/router_js/index.js +2 -2
  186. package/dist/prod/packages/rsvp/index.js +2281 -1
  187. package/dist/prod/packages/shared-chunks/{alias-DBW_V5vD.js → alias-Bod6qdNp.js} +6 -6
  188. package/dist/prod/packages/shared-chunks/{api-CM1trl_4.js → api-B_poQGXS.js} +5 -5
  189. package/dist/prod/packages/shared-chunks/{element-builder-CnlTPNyw.js → api-CQexacBn.js} +137 -118
  190. package/dist/prod/packages/shared-chunks/{api-zh_k31vb.js → api-DlJKfm_f.js} +3 -3
  191. package/dist/prod/packages/shared-chunks/{args-proxy-BDXbXCF9.js → args-proxy-CCoFtYLS.js} +2 -2
  192. package/dist/prod/packages/shared-chunks/{debug-render-tree-CF5O4-WI.js → arguments-BzAkZVBa.js} +193 -193
  193. package/dist/prod/packages/shared-chunks/{array-D6Couewv.js → array-BzReKMeW.js} +1 -1
  194. package/dist/prod/packages/shared-chunks/{cache-BIlOoPA7.js → cache-CofLhaS4.js} +1 -2
  195. package/dist/prod/packages/shared-chunks/{capabilities-_5e35539.js → capabilities-BuVYh-vx.js} +1 -1
  196. package/dist/prod/packages/shared-chunks/{chain-tags-C9rFtQ_x.js → chain-tags-B2J7DsxO.js} +3 -3
  197. package/dist/prod/packages/shared-chunks/{compiler-c4yUVrl_.js → compiler-lBSssiWp.js} +1 -1
  198. package/dist/prod/packages/shared-chunks/{computed-DjCIU_ht.js → computed-DtIStxvq.js} +4 -4
  199. package/dist/prod/packages/shared-chunks/{curly-ZzX43b50.js → curly-IY06zACp.js} +4 -4
  200. package/dist/prod/packages/shared-chunks/{element-DUOVW5Ho.js → element-DgHdPZ8u.js} +5 -3
  201. package/dist/prod/packages/shared-chunks/{flags-B9qxc-pB.js → flags-BZxHQ0yn.js} +1 -1
  202. package/dist/prod/packages/shared-chunks/{get-t0-itmA-.js → get-Dago5uGl.js} +33 -36
  203. package/dist/{dev/packages/shared-chunks/get_properties-CIm8IAtP.js → prod/packages/shared-chunks/get_properties-Dg3xFpiS.js} +1 -1
  204. package/dist/prod/packages/shared-chunks/{hash-mcs3pEFO.js → hash-gEXIsSO4.js} +24 -18
  205. package/dist/prod/packages/shared-chunks/{helper-DLjV2ZZW.js → helper-DkXiTBjc.js} +21 -9
  206. package/dist/prod/packages/shared-chunks/{index-Bj71BDDA.js → index-Bf53M8eS.js} +5 -4
  207. package/dist/prod/packages/shared-chunks/{index-qDFz6Mfe.js → index-CslMfEpb.js} +110 -131
  208. package/dist/prod/packages/shared-chunks/{injected_property--eJunJph.js → injected_property-Y-FadDej.js} +1 -1
  209. package/dist/prod/packages/shared-chunks/{internal-DidurjJB.js → internal-BQ7zHrqS.js} +3 -3
  210. package/dist/prod/packages/shared-chunks/{internal-helper-DIbr1RgC.js → internal-helper-Bz1lpDXr.js} +1 -1
  211. package/dist/prod/packages/shared-chunks/{invoke-Cj5zMqHz.js → invoke-DhQ5QRp2.js} +3 -3
  212. package/dist/prod/packages/shared-chunks/{libraries-_k-4KK5_.js → libraries-DBql0hdn.js} +1 -1
  213. package/dist/prod/packages/shared-chunks/{meta-B9mldqPL.js → meta-BJtIZDir.js} +1 -1
  214. package/dist/prod/packages/shared-chunks/{normalize-D9jDJVGg.js → normalize-C_IStty9.js} +1 -1
  215. package/dist/prod/packages/shared-chunks/{or-3AxY5TPj.js → not-BOIVROuv.js} +28 -28
  216. package/dist/prod/packages/shared-chunks/{observers-CDkeR0nI.js → observers-BmobpXAF.js} +3 -3
  217. package/dist/prod/packages/shared-chunks/{on-B5NVufs_.js → on-BZHAxzdq.js} +10 -10
  218. package/dist/prod/packages/shared-chunks/{program-B7CWdS8W.js → program-BAh__OXZ.js} +2 -2
  219. package/dist/prod/packages/shared-chunks/{program-context-B8HKU7wu.js → program-context-COSioH46.js} +3 -2
  220. package/dist/prod/packages/shared-chunks/{property_get-CAFdpRyu.js → property_get-DAKgbeJX.js} +2 -2
  221. package/dist/prod/packages/shared-chunks/{property_set-BunbMFtp.js → property_set-BaQJdVfS.js} +2 -2
  222. package/dist/prod/packages/shared-chunks/{reference-BshxG6wn.js → reference-CG0yPgLy.js} +3 -3
  223. package/dist/prod/packages/shared-chunks/{rehydrate-builder-DJ8k-6fg.js → rehydrate-builder-Blt1x9MP.js} +3 -3
  224. package/dist/prod/packages/shared-chunks/{render-DkJJmoI4.js → render-Dx7lr1hR.js} +88 -88
  225. package/dist/prod/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp.es-DR7yS7qg.js} +150 -154
  226. package/dist/prod/packages/shared-chunks/{serialize-builder-R3Ozg0sC.js → serialize-builder-BvAXYHTr.js} +2 -2
  227. package/dist/prod/packages/shared-chunks/{set_properties-LT3RzRmJ.js → set_properties-Qxhw4qzw.js} +2 -2
  228. package/dist/prod/packages/shared-chunks/{setup-registry-C2KfZJWI.js → setup-registry-U-6VaNQG.js} +18 -18
  229. package/dist/prod/packages/shared-chunks/{syscall-ops-BPFtDquC.js → syscall-ops-CN7STuUn.js} +1 -1
  230. package/dist/prod/packages/shared-chunks/{template-only-BtLl0uH0.js → template-only-DKNcKM5b.js} +2 -4
  231. package/dist/prod/packages/shared-chunks/{textarea-CHqL0Rdh.js → textarea-DOmZ1x0E.js} +11 -7
  232. package/dist/prod/packages/shared-chunks/{tracked-DAVrVqJl.js → tracked-B9380JtC.js} +4 -4
  233. package/dist/prod/packages/shared-chunks/{tracked-data-C83f5V5S.js → tracked-data-CHq42QHb.js} +2 -2
  234. package/dist/prod/packages/shared-chunks/{unique-id-CfHImDRV.js → unique-id-o2pS74go.js} +2 -2
  235. package/dist/prod/packages/shared-chunks/{unrecognized-url-error-DDBwfzdm.js → unrecognized-url-error-EgNrnFu_.js} +1 -1
  236. package/docs/data.json +316 -334
  237. package/package.json +6 -4
  238. package/types/stable/@ember/-internals/glimmer/index.d.ts +165 -121
  239. package/types/stable/@ember/-internals/glimmer/lib/component-managers/mount.d.ts +1 -1
  240. package/types/stable/@ember/-internals/glimmer/lib/component-managers/outlet.d.ts +1 -1
  241. package/types/stable/@ember/-internals/glimmer/lib/component.d.ts +8 -2
  242. package/types/stable/@ember/-internals/glimmer/lib/glimmer-tracking-docs.d.ts +12 -12
  243. package/types/stable/@ember/-internals/glimmer/lib/helper.d.ts +18 -6
  244. package/types/stable/@ember/-internals/glimmer/lib/helpers/array.d.ts +3 -1
  245. package/types/stable/@ember/-internals/glimmer/lib/helpers/component.d.ts +65 -121
  246. package/types/stable/@ember/-internals/glimmer/lib/helpers/concat.d.ts +8 -4
  247. package/types/stable/@ember/-internals/glimmer/lib/helpers/each-in.d.ts +16 -14
  248. package/types/stable/@ember/-internals/glimmer/lib/helpers/element.d.ts +2 -0
  249. package/types/stable/@ember/-internals/glimmer/lib/helpers/fn.d.ts +11 -7
  250. package/types/stable/@ember/-internals/glimmer/lib/helpers/get.d.ts +23 -29
  251. package/types/stable/@ember/-internals/glimmer/lib/helpers/hash.d.ts +3 -1
  252. package/types/stable/@ember/-internals/glimmer/lib/helpers/if-unless.d.ts +95 -49
  253. package/types/stable/@ember/-internals/glimmer/lib/helpers/mut.d.ts +23 -54
  254. package/types/stable/@ember/-internals/glimmer/lib/helpers/page-title.d.ts +6 -2
  255. package/types/stable/@ember/-internals/glimmer/lib/helpers/readonly.d.ts +4 -8
  256. package/types/stable/@ember/-internals/glimmer/lib/modifiers/on.d.ts +10 -10
  257. package/types/stable/@ember/-internals/glimmer/lib/renderer.d.ts +1 -2
  258. package/types/stable/@ember/-internals/glimmer/lib/syntax/in-element.d.ts +2 -0
  259. package/types/stable/@ember/-internals/glimmer/lib/syntax/let.d.ts +2 -14
  260. package/types/stable/@ember/-internals/glimmer/lib/syntax/mount.d.ts +15 -11
  261. package/types/stable/@ember/-internals/glimmer/lib/syntax/outlet.d.ts +17 -10
  262. package/types/stable/@ember/-internals/runtime/lib/mixins/target_action_support.d.ts +1 -1
  263. package/types/stable/@ember/array/index.d.ts +6 -29
  264. package/types/stable/@ember/array/lib/is-array.d.ts +35 -0
  265. package/types/stable/@ember/component/template-only.d.ts +1 -3
  266. package/types/stable/@ember/controller/index.d.ts +1 -1
  267. package/types/stable/@ember/helper/index.d.ts +0 -19
  268. package/types/stable/@ember/object/index.d.ts +4 -3
  269. package/types/stable/@ember/object/observable.d.ts +4 -0
  270. package/types/stable/@ember/reactive/collections.d.ts +0 -6
  271. package/types/stable/@ember/routing/lib/generate_controller.d.ts +1 -1
  272. package/types/stable/@ember/routing/route.d.ts +2 -2
  273. package/types/stable/@ember/routing/router-service.d.ts +20 -12
  274. package/types/stable/@glimmer/runtime/lib/component/template-only.d.ts +0 -2
  275. package/types/stable/@glimmer/runtime/lib/dom/sanitized-values.d.ts +2 -2
  276. package/types/stable/@glimmer/runtime/lib/helpers/array.d.ts +1 -1
  277. package/types/stable/@glimmer/runtime/lib/helpers/concat.d.ts +8 -3
  278. package/types/stable/@glimmer/runtime/lib/helpers/fn.d.ts +13 -7
  279. package/types/stable/@glimmer/runtime/lib/helpers/get.d.ts +21 -29
  280. package/types/stable/@glimmer/runtime/lib/helpers/hash.d.ts +1 -1
  281. package/types/stable/@glimmer/syntax/lib/get-template-locals.d.ts +1 -1
  282. package/types/stable/@glimmer/tracking/index.d.ts +12 -12
  283. package/types/stable/index.d.ts +1 -0
  284. package/dist/prod/packages/shared-chunks/{collections-C3Y8z_9v.js → collections-GpG8lT2g.js} +9 -9
@@ -1,6 +1,6 @@
1
- import { o as or, d as not, c as lte, l as lt, b as gte, g as gt, n as neq, a as and, e as eq } from '../../../shared-chunks/or-3AxY5TPj.js';
2
- import { h as hash, f as fn, a as array } from '../../../shared-chunks/hash-mcs3pEFO.js';
3
- import { e as element } from '../../../shared-chunks/element-DUOVW5Ho.js';
1
+ import { o as or, d as not, c as lte, l as lt, b as gte, g as gt, n as neq, a as and, e as eq } from '../../../shared-chunks/not-BOIVROuv.js';
2
+ import { h as hash, f as fn, a as array } from '../../../shared-chunks/hash-gEXIsSO4.js';
3
+ import { e as element } from '../../../shared-chunks/element-DgHdPZ8u.js';
4
4
  import { on } from '../../modifier/on.js';
5
5
  import { STRICT_MODE_KEYWORDS, STRICT_MODE_TRANSFORMS, RESOLUTION_MODE_TRANSFORMS } from './plugins/index.js';
6
6
  import { ALLOWED_GLOBALS } from './plugins/allowed-globals.js';
@@ -1,8 +1,8 @@
1
1
  import './plugins/allowed-globals.js';
2
2
  import templateOnly from '../../component/template-only.js';
3
- import { p as precompile } from '../../../shared-chunks/compiler-c4yUVrl_.js';
3
+ import { p as precompile } from '../../../shared-chunks/compiler-lBSssiWp.js';
4
4
  import { s as setComponentTemplate } from '../../../shared-chunks/template-Dc_cBOoX.js';
5
- import { t as templateFactory } from '../../../shared-chunks/index-Bj71BDDA.js';
5
+ import { t as templateFactory } from '../../../shared-chunks/index-Bf53M8eS.js';
6
6
  import compileOptions, { RUNTIME_KEYWORDS_NAME, keywords } from './compile-options.js';
7
7
 
8
8
  /**
@@ -1 +1 @@
1
- export { t as createTemplateFactory } from '../../shared-chunks/index-Bj71BDDA.js';
1
+ export { t as createTemplateFactory } from '../../shared-chunks/index-Bf53M8eS.js';
@@ -1,4 +1,4 @@
1
- import { h as hasUnknownProperty, g as get } from '../../../shared-chunks/property_get-CAFdpRyu.js';
1
+ import { h as hasUnknownProperty, g as get } from '../../../shared-chunks/property_get-DAKgbeJX.js';
2
2
 
3
3
  /**
4
4
  @module @ember/utils
@@ -1,4 +1,4 @@
1
- import { b as TYPE_SIZE, A as ARG_SHIFT } from '../../shared-chunks/flags-B9qxc-pB.js';
1
+ import { a as TYPE_SIZE, A as ARG_SHIFT } from '../../shared-chunks/flags-BZxHQ0yn.js';
2
2
 
3
3
  class InstructionEncoderImpl {
4
4
  constructor(buffer) {
@@ -1,5 +1,5 @@
1
- export { C as CustomHelperManager, g as getInternalComponentManager, a as getInternalHelperManager, b as getInternalModifierManager, h as hasDestroyable, c as hasInternalComponentManager, d as hasInternalHelperManager, e as hasInternalModifierManager, f as hasValue, i as helperCapabilities, s as setInternalComponentManager, j as setInternalHelperManager, k as setInternalModifierManager } from '../../shared-chunks/api-zh_k31vb.js';
2
- export { C as CustomComponentManager, a as CustomModifierManager, c as componentCapabilities, m as modifierCapabilities, s as setComponentManager, b as setHelperManager, d as setModifierManager } from '../../shared-chunks/api-CM1trl_4.js';
1
+ export { C as CustomHelperManager, g as getInternalComponentManager, a as getInternalHelperManager, b as getInternalModifierManager, h as hasDestroyable, c as hasInternalComponentManager, d as hasInternalHelperManager, e as hasInternalModifierManager, f as hasValue, i as helperCapabilities, s as setInternalComponentManager, j as setInternalHelperManager, k as setInternalModifierManager } from '../../shared-chunks/api-DlJKfm_f.js';
2
+ export { C as CustomComponentManager, a as CustomModifierManager, c as componentCapabilities, m as modifierCapabilities, s as setComponentManager, b as setHelperManager, d as setModifierManager } from '../../shared-chunks/api-B_poQGXS.js';
3
3
  export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-Dc_cBOoX.js';
4
- export { g as getCustomTagFor, s as setCustomTagFor } from '../../shared-chunks/args-proxy-BDXbXCF9.js';
5
- export { c as capabilityFlagsFrom, h as hasCapability, m as managerHasCapability } from '../../shared-chunks/capabilities-_5e35539.js';
4
+ export { g as getCustomTagFor, s as setCustomTagFor } from '../../shared-chunks/args-proxy-CCoFtYLS.js';
5
+ export { c as capabilityFlagsFrom, h as hasCapability, m as managerHasCapability } from '../../shared-chunks/capabilities-BuVYh-vx.js';
@@ -1,7 +1,7 @@
1
- import { C as ConcreteBounds } from '../../shared-chunks/normalize-D9jDJVGg.js';
2
- import { D as DOMTreeConstruction } from '../../shared-chunks/element-builder-CnlTPNyw.js';
1
+ import { C as ConcreteBounds } from '../../shared-chunks/normalize-C_IStty9.js';
2
+ import { D as DOMTreeConstruction } from '../../shared-chunks/api-CQexacBn.js';
3
3
  import createHTMLDocument from '../../@simple-dom/document/index.js';
4
- export { s as serializeBuilder } from '../../shared-chunks/serialize-builder-R3Ozg0sC.js';
4
+ export { s as serializeBuilder } from '../../shared-chunks/serialize-builder-BvAXYHTr.js';
5
5
 
6
6
  class NodeDOMTreeConstruction extends DOMTreeConstruction {
7
7
  // Hides property on base class
@@ -1,5 +1,5 @@
1
- export { E as EMPTY_BLOCKS, W as WrappedBuilder, c as compilable, b as compileStatements, I as invokeStaticBlock, d as invokeStaticBlockWithStack, m as meta, a as templateCacheCounters, e as templateCompilationContext, t as templateFactory } from '../../shared-chunks/index-Bj71BDDA.js';
2
- export { E as EvaluationContextImpl, S as StdLib, c as compileStd } from '../../shared-chunks/program-context-B8HKU7wu.js';
1
+ export { E as EMPTY_BLOCKS, W as WrappedBuilder, c as compilable, b as compileStatements, I as invokeStaticBlock, d as invokeStaticBlockWithStack, m as meta, a as templateCacheCounters, e as templateCompilationContext, t as templateFactory } from '../../shared-chunks/index-Bf53M8eS.js';
2
+ export { E as EvaluationContextImpl, S as StdLib, c as compileStd } from '../../shared-chunks/program-context-COSioH46.js';
3
3
 
4
4
  let debugCompiler;
5
5
 
@@ -1,15 +1,15 @@
1
- import { aE as constants } from '../../shared-chunks/syscall-ops-BPFtDquC.js';
2
- import { e as expect } from '../../shared-chunks/collections-C3Y8z_9v.js';
1
+ import { aH as constants } from '../../shared-chunks/syscall-ops-CN7STuUn.js';
2
+ import { e as expect } from '../../shared-chunks/collections-GpG8lT2g.js';
3
3
  import { u as unwrapTemplate } from '../../shared-chunks/template-BRrQR6KS.js';
4
- import { c as capabilityFlagsFrom, m as managerHasCapability } from '../../shared-chunks/capabilities-_5e35539.js';
4
+ import { c as capabilityFlagsFrom, m as managerHasCapability } from '../../shared-chunks/capabilities-BuVYh-vx.js';
5
5
  import { g as getComponentTemplate } from '../../shared-chunks/template-Dc_cBOoX.js';
6
- import { a as getInternalHelperManager, b as getInternalModifierManager, g as getInternalComponentManager } from '../../shared-chunks/api-zh_k31vb.js';
7
- import { t as templateFactory } from '../../shared-chunks/index-Bj71BDDA.js';
6
+ import { a as getInternalHelperManager, b as getInternalModifierManager, g as getInternalComponentManager } from '../../shared-chunks/api-DlJKfm_f.js';
7
+ import { t as templateFactory } from '../../shared-chunks/index-Bf53M8eS.js';
8
8
  import { e as enumerate } from '../../shared-chunks/array-utils-CZQxrdD3.js';
9
- import { I as InternalComponentCapabilities } from '../../shared-chunks/flags-B9qxc-pB.js';
9
+ import { I as InternalComponentCapabilities } from '../../shared-chunks/flags-BZxHQ0yn.js';
10
10
  import { o as opcodes } from '../../shared-chunks/opcodes-CplRyHl_.js';
11
- import { a as ProgramHeapImpl } from '../../shared-chunks/program-B7CWdS8W.js';
12
- export { P as ProgramImpl, R as RuntimeOpImpl } from '../../shared-chunks/program-B7CWdS8W.js';
11
+ import { a as ProgramHeapImpl } from '../../shared-chunks/program-BAh__OXZ.js';
12
+ export { P as ProgramImpl, R as RuntimeOpImpl } from '../../shared-chunks/program-BAh__OXZ.js';
13
13
 
14
14
  /**
15
15
  * Default component template, which is a plain yield
@@ -1,9 +1,9 @@
1
1
  import { toIterator, getPath } from '../global-context/index.js';
2
2
  import { E as EMPTY_ARRAY } from '../../shared-chunks/array-utils-CZQxrdD3.js';
3
- import { c as isIndexable } from '../../shared-chunks/collections-C3Y8z_9v.js';
4
- import { D as DIRTY_TAG, a as consumeTag, p as createTag } from '../../shared-chunks/cache-BIlOoPA7.js';
5
- import { a as createComputeRef, v as valueForRef } from '../../shared-chunks/reference-BshxG6wn.js';
6
- export { F as FALSE_REFERENCE, N as NULL_REFERENCE, R as REFERENCE, T as TRUE_REFERENCE, U as UNDEFINED_REFERENCE, f as childRefFor, g as childRefFromParts, c as createConstRef, h as createDebugAliasRef, j as createInvokableRef, e as createPrimitiveRef, k as createReadOnlyRef, l as createUnboundRef, b as isConstRef, i as isInvokableRef, d as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-BshxG6wn.js';
3
+ import { c as isIndexable } from '../../shared-chunks/collections-GpG8lT2g.js';
4
+ import { D as DIRTY_TAG, c as consumeTag, r as createTag } from '../../shared-chunks/cache-CofLhaS4.js';
5
+ import { c as createComputeRef, v as valueForRef } from '../../shared-chunks/reference-CG0yPgLy.js';
6
+ export { F as FALSE_REFERENCE, N as NULL_REFERENCE, R as REFERENCE, T as TRUE_REFERENCE, U as UNDEFINED_REFERENCE, f as childRefFor, g as childRefFromParts, a as createConstRef, l as createDebugAliasRef, h as createInvokableRef, e as createPrimitiveRef, j as createReadOnlyRef, k as createUnboundRef, i as isConstRef, d as isInvokableRef, b as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-CG0yPgLy.js';
7
7
 
8
8
  const NULL_IDENTITY = {};
9
9
  const KEY = (_, index) => index;
@@ -1,15 +1,15 @@
1
- export { C as ConcreteBounds, a as CursorImpl, c as clear } from '../../shared-chunks/normalize-D9jDJVGg.js';
2
- export { D as DOMChanges, a as DynamicScopeImpl, E as EnvironmentImpl, b as IDOMChanges, L as LowLevelVM, S as ScopeImpl, U as UpdatingVM, i as inTransaction, c as isWhitespace, r as renderComponent, d as renderMain, e as renderSync, f as resetDebuggerCallback, g as runtimeOptions, s as setDebuggerCallback } from '../../shared-chunks/render-DkJJmoI4.js';
3
- export { T as TEMPLATE_ONLY_COMPONENT_MANAGER, a as TemplateOnlyComponent, b as TemplateOnlyComponentManager, t as templateOnlyComponent } from '../../shared-chunks/template-only-BtLl0uH0.js';
4
- export { C as CurriedValue, E as EMPTY_ARGS, a as EMPTY_NAMED, b as EMPTY_POSITIONAL, c as createCapturedArgs, d as curry, r as reifyArgs, e as reifyNamed, f as reifyPositional } from '../../shared-chunks/debug-render-tree-CF5O4-WI.js';
1
+ export { C as ConcreteBounds, a as CursorImpl, c as clear } from '../../shared-chunks/normalize-C_IStty9.js';
2
+ export { D as DOMChanges, a as DynamicScopeImpl, E as EnvironmentImpl, b as IDOMChanges, L as LowLevelVM, S as ScopeImpl, U as UpdatingVM, i as inTransaction, c as isWhitespace, r as renderComponent, d as renderMain, e as renderSync, f as resetDebuggerCallback, g as runtimeOptions, s as setDebuggerCallback } from '../../shared-chunks/render-Dx7lr1hR.js';
3
+ export { T as TEMPLATE_ONLY_COMPONENT_MANAGER, a as TemplateOnlyComponent, b as TemplateOnlyComponentManager, t as templateOnlyComponent } from '../../shared-chunks/template-only-DKNcKM5b.js';
4
+ export { C as CurriedValue, E as EMPTY_ARGS, a as EMPTY_NAMED, b as EMPTY_POSITIONAL, c as createCapturedArgs, d as curry, r as reifyArgs, e as reifyNamed, f as reifyPositional } from '../../shared-chunks/arguments-BzAkZVBa.js';
5
5
  export { n as normalizeProperty } from '../../shared-chunks/props-fiqxqhAH.js';
6
- export { a as and, e as eq, g as gt, b as gte, l as lt, c as lte, n as neq, d as not, o as or } from '../../shared-chunks/or-3AxY5TPj.js';
7
- export { a as array, f as fn, h as hash } from '../../shared-chunks/hash-mcs3pEFO.js';
8
- export { c as concat, g as get } from '../../shared-chunks/get-t0-itmA-.js';
9
- export { i as invokeHelper } from '../../shared-chunks/invoke-Cj5zMqHz.js';
10
- export { o as on } from '../../shared-chunks/on-B5NVufs_.js';
6
+ export { a as and, e as eq, g as gt, b as gte, l as lt, c as lte, n as neq, d as not, o as or } from '../../shared-chunks/not-BOIVROuv.js';
7
+ export { a as array, f as fn, h as hash } from '../../shared-chunks/hash-gEXIsSO4.js';
8
+ export { c as concat, g as get } from '../../shared-chunks/get-Dago5uGl.js';
9
+ export { i as invokeHelper } from '../../shared-chunks/invoke-DhQ5QRp2.js';
10
+ export { o as on } from '../../shared-chunks/on-BZHAxzdq.js';
11
11
  export { destroy, isDestroyed, isDestroying, registerDestructor } from '../destroyable/index.js';
12
- import '../../shared-chunks/cache-BIlOoPA7.js';
13
- import '../../shared-chunks/reference-BshxG6wn.js';
14
- export { D as DOMTreeConstruction, a as DynamicAttribute, N as NewTreeBuilder, R as RemoteBlock, b as ResettableBlockImpl, S as SimpleDynamicAttribute, c as clientBuilder, d as dynamicAttribute } from '../../shared-chunks/element-builder-CnlTPNyw.js';
15
- export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-DJ8k-6fg.js';
12
+ import '../../shared-chunks/cache-CofLhaS4.js';
13
+ import '../../shared-chunks/reference-CG0yPgLy.js';
14
+ export { D as DOMTreeConstruction, a as DynamicAttribute, N as NewTreeBuilder, R as RemoteBlock, b as ResettableBlockImpl, S as SimpleDynamicAttribute, c as clientBuilder, d as dynamicAttribute } from '../../shared-chunks/api-CQexacBn.js';
15
+ export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-Blt1x9MP.js';
@@ -1,5 +1,5 @@
1
- export { t as tracked } from '../../shared-chunks/tracked-DAVrVqJl.js';
2
- import { b as createCache, g as getValue } from '../../shared-chunks/cache-BIlOoPA7.js';
1
+ export { t as tracked } from '../../shared-chunks/tracked-B9380JtC.js';
2
+ import { e as createCache, g as getValue } from '../../shared-chunks/cache-CofLhaS4.js';
3
3
 
4
4
  // NOTE: copied from: https://github.com/glimmerjs/glimmer.js/pull/358
5
5
  // Both glimmerjs/glimmer.js and emberjs/ember.js have the exact same implementation
@@ -1 +1 @@
1
- export { b as createCache, g as getValue, s as isConst } from '../../../../shared-chunks/cache-BIlOoPA7.js';
1
+ export { e as createCache, g as getValue, i as isConst } from '../../../../shared-chunks/cache-CofLhaS4.js';
@@ -1,7 +1,7 @@
1
1
  import { e as enumerate } from '../../shared-chunks/array-utils-CZQxrdD3.js';
2
2
  export { E as EMPTY_ARRAY, a as EMPTY_NUMBER_ARRAY, b as EMPTY_STRING_ARRAY, c as emptyArray, i as isEmptyArray, r as reverse, z as zipArrays, d as zipTuples } from '../../shared-chunks/array-utils-CZQxrdD3.js';
3
- import { a as isPresentArray, g as getFirst, b as getLast } from '../../shared-chunks/collections-C3Y8z_9v.js';
4
- export { S as Stack, d as dict, i as isDict, c as isIndexable } from '../../shared-chunks/collections-C3Y8z_9v.js';
3
+ import { a as isPresentArray, g as getFirst, b as getLast } from '../../shared-chunks/collections-GpG8lT2g.js';
4
+ export { S as Stack, d as dict, i as isDict, c as isIndexable } from '../../shared-chunks/collections-GpG8lT2g.js';
5
5
  export { a as assign, e as entries, k as keys, v as values } from '../../shared-chunks/object-utils-AijlD-JH.js';
6
6
 
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  export { trackedArray, trackedMap, trackedObject, trackedSet, trackedWeakMap, trackedWeakSet } from '../../@ember/reactive/collections.js';
2
- export { d as dirtyTagFor, t as tagFor, a as tagMetaFor } from '../../shared-chunks/meta-B9mldqPL.js';
3
- export { t as trackedData } from '../../shared-chunks/tracked-data-C83f5V5S.js';
4
- export { A as ALLOW_CYCLES, f as COMPUTE, h as CONSTANT, C as CONSTANT_TAG, i as CURRENT_TAG, j as CurrentTag, I as INITIAL, V as VOLATILE, k as VOLATILE_TAG, l as VolatileTag, m as beginTrackFrame, n as beginUntrackFrame, o as bump, e as combine, a as consumeTag, b as createCache, p as createTag, c as createUpdatableTag, D as dirtyTag, q as endTrackFrame, r as endUntrackFrame, g as getValue, s as isConst, w as isConstTag, x as isTracking, y as resetTracking, t as track, u as untrack, U as updateTag, v as validateTag, d as valueForTag } from '../../shared-chunks/cache-BIlOoPA7.js';
2
+ export { d as dirtyTagFor, t as tagFor, a as tagMetaFor } from '../../shared-chunks/meta-BJtIZDir.js';
3
+ export { t as trackedData } from '../../shared-chunks/tracked-data-CHq42QHb.js';
4
+ export { A as ALLOW_CYCLES, h as COMPUTE, j as CONSTANT, C as CONSTANT_TAG, k as CURRENT_TAG, l as CurrentTag, I as INITIAL, V as VOLATILE, m as VOLATILE_TAG, n as VolatileTag, o as beginTrackFrame, p as beginUntrackFrame, q as bump, d as combine, c as consumeTag, e as createCache, r as createTag, b as createUpdatableTag, D as dirtyTag, s as endTrackFrame, w as endUntrackFrame, g as getValue, i as isConst, x as isConstTag, f as isTracking, y as resetTracking, t as track, u as untrack, U as updateTag, v as validateTag, a as valueForTag } from '../../shared-chunks/cache-CofLhaS4.js';
5
5
 
6
6
  /* eslint-disable @typescript-eslint/no-non-null-assertion -- @fixme */
7
7
 
@@ -1,4 +1,4 @@
1
- export { A as ARG_SHIFT, I as InternalComponentCapabilities, I as InternalComponentCapability, M as MACHINE_MASK, a as MAX_SIZE, O as OPERAND_LEN_MASK, T as TYPE_MASK, b as TYPE_SIZE } from '../../shared-chunks/flags-B9qxc-pB.js';
1
+ export { A as ARG_SHIFT, I as InternalComponentCapabilities, I as InternalComponentCapability, M as MACHINE_MASK, b as MAX_SIZE, O as OPERAND_LEN_MASK, T as TYPE_MASK, a as TYPE_SIZE } from '../../shared-chunks/flags-BZxHQ0yn.js';
2
2
  export { f as $fp, d as $pc, e as $ra, $ as $s0, h as $s1, g as $sp, c as $t0, b as $t1, a as $v0, i as isLowLevelRegister } from '../../shared-chunks/registers-C_W2qYHJ.js';
3
3
 
4
4
  const ContentType = {
@@ -1,4 +1,4 @@
1
1
  // this file gets replaced with the real value during the build
2
- const VERSION = '7.2.0-alpha.3';
2
+ const VERSION = '7.2.0-beta.1';
3
3
 
4
4
  export { VERSION as default };
@@ -1,5 +1,5 @@
1
- import { p as precompile$1 } from '../shared-chunks/compiler-c4yUVrl_.js';
2
- export { a as _preprocess, b as _print } from '../shared-chunks/compiler-c4yUVrl_.js';
1
+ import { p as precompile$1 } from '../shared-chunks/compiler-lBSssiWp.js';
2
+ export { a as _preprocess, b as _print } from '../shared-chunks/compiler-lBSssiWp.js';
3
3
  import { STRICT_MODE_KEYWORDS, STRICT_MODE_TRANSFORMS, RESOLUTION_MODE_TRANSFORMS } from '../@ember/template-compiler/lib/plugins/index.js';
4
4
  import '../shared-chunks/guid-Cbq2sNV_.js';
5
5
  import '../shared-chunks/super-BBBjgF69.js';
@@ -1,6 +1,6 @@
1
1
  import RouteRecognizer from '../route-recognizer/index.js';
2
- import { P as Promise$1 } from '../shared-chunks/rsvp-CnCSY930.js';
3
- import { Q as QUERY_PARAMS_SYMBOL, m as merge, i as isTransition, a as isParam, t as throwIfAborted, P as PARAMS_SYMBOL, p as prepareResult, b as isPromise, f as forEach, c as promiseLabel, U as UnrecognizedURLError, T as Transition, S as STATE_SYMBOL, g as getChangelist, d as log, l as logAbort, e as isTransitionAborted, h as extractQueryParams } from '../shared-chunks/unrecognized-url-error-DDBwfzdm.js';
2
+ import { P as Promise$1 } from '../shared-chunks/rsvp.es-DR7yS7qg.js';
3
+ import { Q as QUERY_PARAMS_SYMBOL, m as merge, i as isTransition, a as isParam, t as throwIfAborted, P as PARAMS_SYMBOL, p as prepareResult, b as isPromise, f as forEach, c as promiseLabel, U as UnrecognizedURLError, T as Transition, S as STATE_SYMBOL, g as getChangelist, d as log, l as logAbort, e as isTransitionAborted, h as extractQueryParams } from '../shared-chunks/unrecognized-url-error-EgNrnFu_.js';
4
4
 
5
5
  /* eslint-disable no-prototype-builtins */
6
6
  let ROUTE_INFOS = new WeakMap();