ember-source 7.2.0-alpha.4 → 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 (326) hide show
  1. package/blueprints/-addon-import.js +4 -6
  2. package/blueprints/-utils.js +6 -9
  3. package/build-metadata.json +3 -3
  4. package/dist/dev/packages/@ember/-internals/browser-environment/index.js +1 -1
  5. package/dist/dev/packages/@ember/-internals/glimmer/index.js +11 -11
  6. package/dist/dev/packages/@ember/-internals/metal/index.js +18 -18
  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/utils/index.js +2 -2
  14. package/dist/dev/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  15. package/dist/dev/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  16. package/dist/dev/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  17. package/dist/dev/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  18. package/dist/dev/packages/@ember/application/index.js +6 -7
  19. package/dist/dev/packages/@ember/application/instance.js +4 -4
  20. package/dist/dev/packages/@ember/application/namespace.js +3 -3
  21. package/dist/dev/packages/@ember/array/index.js +10 -64
  22. package/dist/dev/packages/@ember/array/lib/is-array.js +71 -0
  23. package/dist/dev/packages/@ember/array/proxy.js +8 -8
  24. package/dist/dev/packages/@ember/component/helper.js +1 -1
  25. package/dist/dev/packages/@ember/component/index.js +21 -15
  26. package/dist/dev/packages/@ember/component/template-only.js +1 -1
  27. package/dist/dev/packages/@ember/controller/index.js +3 -3
  28. package/dist/dev/packages/@ember/debug/data-adapter.js +3 -3
  29. package/dist/dev/packages/@ember/debug/index.js +1 -1
  30. package/dist/dev/packages/@ember/engine/index.js +5 -5
  31. package/dist/dev/packages/@ember/engine/instance.js +2 -2
  32. package/dist/dev/packages/@ember/helper/index.js +8 -27
  33. package/dist/dev/packages/@ember/modifier/index.js +2 -2
  34. package/dist/dev/packages/@ember/modifier/on.js +1 -1
  35. package/dist/dev/packages/@ember/object/-internals.js +2 -2
  36. package/dist/dev/packages/@ember/object/compat.js +3 -3
  37. package/dist/dev/packages/@ember/object/computed.js +2 -2
  38. package/dist/dev/packages/@ember/object/core.js +7 -7
  39. package/dist/dev/packages/@ember/object/evented.js +2 -2
  40. package/dist/dev/packages/@ember/object/events.js +1 -1
  41. package/dist/dev/packages/@ember/object/index.js +30 -25
  42. package/dist/dev/packages/@ember/object/internals.js +1 -1
  43. package/dist/dev/packages/@ember/object/lib/computed/computed_macros.js +5 -5
  44. package/dist/dev/packages/@ember/object/lib/computed/reduce_computed_macros.js +3 -3
  45. package/dist/dev/packages/@ember/object/mixin.js +6 -6
  46. package/dist/dev/packages/@ember/object/observable.js +7 -7
  47. package/dist/dev/packages/@ember/object/observers.js +1 -1
  48. package/dist/dev/packages/@ember/object/promise-proxy-mixin.js +3 -3
  49. package/dist/dev/packages/@ember/reactive/collections.js +153 -153
  50. package/dist/dev/packages/@ember/renderer/index.js +1 -1
  51. package/dist/dev/packages/@ember/routing/-internals.js +3 -3
  52. package/dist/dev/packages/@ember/routing/index.js +12 -8
  53. package/dist/dev/packages/@ember/routing/lib/generate_controller.js +2 -3
  54. package/dist/dev/packages/@ember/routing/lib/routing-service.js +5 -5
  55. package/dist/dev/packages/@ember/routing/lib/utils.js +3 -3
  56. package/dist/dev/packages/@ember/routing/route.js +12 -12
  57. package/dist/dev/packages/@ember/routing/router-service.js +25 -18
  58. package/dist/dev/packages/@ember/routing/router.js +5 -5
  59. package/dist/dev/packages/@ember/runloop/index.js +1 -1
  60. package/dist/dev/packages/@ember/service/index.js +1 -1
  61. package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  62. package/dist/dev/packages/@ember/template-compiler/lib/template.js +2 -2
  63. package/dist/dev/packages/@ember/template-factory/index.js +1 -1
  64. package/dist/dev/packages/@ember/utils/lib/is_empty.js +1 -1
  65. package/dist/dev/packages/@glimmer/encoder/index.js +1 -1
  66. package/dist/dev/packages/@glimmer/manager/index.js +4 -4
  67. package/dist/dev/packages/@glimmer/node/index.js +3 -3
  68. package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
  69. package/dist/dev/packages/@glimmer/program/index.js +10 -10
  70. package/dist/dev/packages/@glimmer/reference/index.js +5 -5
  71. package/dist/dev/packages/@glimmer/runtime/index.js +13 -13
  72. package/dist/dev/packages/@glimmer/tracking/index.js +2 -2
  73. package/dist/dev/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  74. package/dist/dev/packages/@glimmer/util/index.js +4 -4
  75. package/dist/dev/packages/@glimmer/validator/index.js +3 -3
  76. package/dist/dev/packages/@glimmer/vm/index.js +2 -2
  77. package/dist/dev/packages/ember/version.js +1 -1
  78. package/dist/dev/packages/ember-template-compiler/index.js +4 -4
  79. package/dist/dev/packages/router_js/index.js +2 -2
  80. package/dist/dev/packages/rsvp/index.js +2281 -1
  81. package/dist/dev/packages/shared-chunks/{alias-RGbDZoAB.js → alias-DpqL1qx6.js} +7 -7
  82. package/dist/dev/packages/shared-chunks/{api-BT9M3UaD.js → api-BlZDPg1n.js} +6 -6
  83. package/dist/dev/packages/shared-chunks/{element-builder-Cl1kHFJE.js → api-C0PAtEgQ.js} +139 -120
  84. package/dist/dev/packages/shared-chunks/{api-DG5kRT-o.js → api-DuLOZMO_.js} +3 -3
  85. package/dist/dev/packages/shared-chunks/{args-proxy-CB0SM6jC.js → args-proxy-CS5Brs3_.js} +2 -2
  86. package/dist/dev/packages/shared-chunks/{untouchable-this-BHdAERUu.js → arguments-CDkbOqTS.js} +236 -236
  87. package/dist/dev/packages/shared-chunks/{array-BMaSKezP.js → array-CVEnNWng.js} +3 -3
  88. package/dist/dev/packages/shared-chunks/{array-utils-BEaSKdEb.js → array-utils-CZQxrdD3.js} +1 -1
  89. package/dist/dev/packages/shared-chunks/{cache-CeWOBNQg.js → cache-DGDPVCpC.js} +2 -3
  90. package/dist/dev/packages/shared-chunks/{capabilities-CZkuOqqC.js → capabilities-CajW4QjE.js} +1 -1
  91. package/dist/dev/packages/shared-chunks/{chain-tags-DfmU63mS.js → chain-tags-uWSImHzB.js} +4 -4
  92. package/dist/dev/packages/shared-chunks/{collections-DEt-i-8B.js → collections-DPkjqeA3.js} +2 -2
  93. package/dist/dev/packages/shared-chunks/{compiler-DhH2WLpA.js → compiler-QUSl_urU.js} +3 -3
  94. package/dist/dev/packages/shared-chunks/{computed-Daavz6vC.js → computed-BPCtuOxQ.js} +6 -6
  95. package/dist/dev/packages/shared-chunks/{curly-YoYS2vXw.js → curly-Ei5G8jhk.js} +7 -7
  96. package/dist/dev/packages/shared-chunks/{curried-Cnjy9_ug.js → curried-BZnYakIg.js} +1 -1
  97. package/dist/dev/packages/shared-chunks/{decorator-DYQwMItS.js → decorator-B5Uh5NFI.js} +1 -1
  98. package/dist/dev/packages/shared-chunks/{element-bBwMD8cw.js → element-BYLB-q7a.js} +5 -3
  99. package/dist/dev/packages/shared-chunks/{events-B1lx9T1I.js → events-6aFVjD4k.js} +1 -1
  100. package/dist/{prod/packages/shared-chunks/flags-B9qxc-pB.js → dev/packages/shared-chunks/flags-BZxHQ0yn.js} +1 -1
  101. package/dist/dev/packages/shared-chunks/{get-CO3EIWsm.js → get-6I3sjd-I.js} +33 -36
  102. package/dist/{prod/packages/shared-chunks/get_properties-wj_Qmotj.js → dev/packages/shared-chunks/get_properties-Cm2sWt5f.js} +1 -1
  103. package/dist/dev/packages/shared-chunks/{guid-PO2v9BaN.js → guid-Cbq2sNV_.js} +1 -1
  104. package/dist/dev/packages/shared-chunks/{hash-2-93qikL.js → hash-6NDs_5_f.js} +18 -12
  105. package/dist/dev/packages/shared-chunks/{helper-Bm6EhgSW.js → helper-DIj85_-f.js} +21 -9
  106. package/dist/dev/packages/shared-chunks/{index-dyv6rcBf.js → index-B3pPx1fL.js} +113 -134
  107. package/dist/dev/packages/shared-chunks/{index-DX90CU4L.js → index-BGP1rw3B.js} +1 -1
  108. package/dist/dev/packages/shared-chunks/{index-DkwVSPP5.js → index-DaFzpTIE.js} +10 -9
  109. package/dist/dev/packages/shared-chunks/{injected_property-B075jH6c.js → injected_property-CbBLr5jt.js} +2 -2
  110. package/dist/dev/packages/shared-chunks/{internal-Bpr6ihB_.js → internal-DTOXyEGM.js} +4 -4
  111. package/dist/dev/packages/shared-chunks/{internal-helper-IC87S6iZ.js → internal-helper-CKrni0b_.js} +1 -1
  112. package/dist/dev/packages/shared-chunks/{invoke-Ds0KEfP_.js → invoke-d9sqa50M.js} +3 -3
  113. package/dist/dev/packages/shared-chunks/{libraries-P8Ins5CB.js → libraries-DwffpMGE.js} +1 -1
  114. package/dist/dev/packages/shared-chunks/{meta-Cjo3zQJq.js → meta-BqC7f9Ia.js} +1 -1
  115. package/dist/{prod/packages/shared-chunks/namespace_search-TFdmjK_a.js → dev/packages/shared-chunks/namespace_search-BfvzEQzN.js} +1 -1
  116. package/dist/dev/packages/shared-chunks/{normalize-CxG_iVLJ.js → normalize-CKySQVU7.js} +2 -2
  117. package/dist/dev/packages/shared-chunks/{or-Bg6rCMF8.js → not-DYh6AY9Z.js} +36 -36
  118. package/dist/dev/packages/shared-chunks/{observers-CejcZw5s.js → observers-DMlX2nCi.js} +5 -5
  119. package/dist/dev/packages/shared-chunks/{on-Ch_lyozr.js → on-DlF0Wy7P.js} +10 -10
  120. package/dist/dev/packages/shared-chunks/{present-D0EfKzC6.js → present-B1rrjAVM.js} +1 -1
  121. package/dist/{prod/packages/shared-chunks/program-CF651Zuj.js → dev/packages/shared-chunks/program-DlgjqLa6.js} +3 -3
  122. package/dist/dev/packages/shared-chunks/{program-context-BaYVr5GA.js → program-context-Dq8xN2HI.js} +5 -4
  123. package/dist/dev/packages/shared-chunks/{property_get-BjbsrgpU.js → property_get-CRP7MFz_.js} +3 -3
  124. package/dist/dev/packages/shared-chunks/{property_set-LJskl202.js → property_set-qCUylPEK.js} +3 -3
  125. package/dist/dev/packages/shared-chunks/{reference-C-OXd_kp.js → reference-BqOLhKFy.js} +3 -3
  126. package/dist/dev/packages/shared-chunks/{registers-Buvdhhxx.js → registers-C_W2qYHJ.js} +1 -1
  127. package/dist/dev/packages/shared-chunks/{rehydrate-builder-IH4d_JQy.js → rehydrate-builder-C6k1XhET.js} +4 -4
  128. package/dist/dev/packages/shared-chunks/{render-Dz3OWqXy.js → render-87_sKZ_k.js} +94 -94
  129. package/dist/dev/packages/shared-chunks/{rsvp-C6j8G1D1.js → rsvp.es-DR7yS7qg.js} +150 -154
  130. package/dist/dev/packages/shared-chunks/{serialize-builder-DKliZPPG.js → serialize-builder-BlxBjwO-.js} +2 -2
  131. package/dist/dev/packages/shared-chunks/{set_properties-CNds2HCH.js → set_properties-C4TSebH6.js} +2 -2
  132. package/dist/dev/packages/shared-chunks/{setup-registry-C_YovxNX.js → setup-registry-9DCmHTFF.js} +18 -18
  133. package/dist/{prod/packages/shared-chunks/simple-cast-BXTrayoV.js → dev/packages/shared-chunks/simple-cast-DCvJLSin.js} +1 -1
  134. package/dist/{prod/packages/shared-chunks/super-D4qkU4uq.js → dev/packages/shared-chunks/super-BBBjgF69.js} +1 -1
  135. package/dist/{prod/packages/shared-chunks/syscall-ops-nrBHMOTp.js → dev/packages/shared-chunks/syscall-ops-CN7STuUn.js} +1 -1
  136. package/dist/dev/packages/shared-chunks/{template-B0Apv9g2.js → template-BRrQR6KS.js} +1 -1
  137. package/dist/dev/packages/shared-chunks/{template-only-BxYzSEnC.js → template-only-Cu639ICT.js} +2 -4
  138. package/dist/dev/packages/shared-chunks/{textarea-DHjEFpZu.js → textarea-C4lYkaHj.js} +12 -8
  139. package/dist/dev/packages/shared-chunks/{tracked-B76E1nGz.js → tracked-DEyf0T_X.js} +5 -5
  140. package/dist/dev/packages/shared-chunks/{tracked-data-CH1USZZy.js → tracked-data-DgqqRdYO.js} +2 -2
  141. package/dist/dev/packages/shared-chunks/{unique-id-Hd96VZlE.js → unique-id-DQOhouG1.js} +2 -2
  142. package/dist/dev/packages/shared-chunks/{unrecognized-url-error-BQdkjTtZ.js → unrecognized-url-error-BJHjL30Q.js} +2 -2
  143. package/dist/{prod/packages/shared-chunks/vm-ops-5QCUIRx4.js → dev/packages/shared-chunks/vm-ops-ImHv0Wtg.js} +1 -1
  144. package/dist/prod/packages/@ember/-internals/glimmer/index.js +11 -11
  145. package/dist/prod/packages/@ember/-internals/metal/index.js +18 -18
  146. package/dist/prod/packages/@ember/-internals/routing/index.js +3 -3
  147. package/dist/prod/packages/@ember/-internals/runtime/index.js +1 -1
  148. package/dist/prod/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  149. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
  150. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  151. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +3 -3
  152. package/dist/prod/packages/@ember/-internals/utils/index.js +2 -2
  153. package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  154. package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  155. package/dist/prod/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  156. package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  157. package/dist/prod/packages/@ember/application/index.js +5 -6
  158. package/dist/prod/packages/@ember/application/instance.js +4 -4
  159. package/dist/prod/packages/@ember/application/namespace.js +3 -3
  160. package/dist/prod/packages/@ember/array/index.js +11 -58
  161. package/dist/prod/packages/@ember/array/lib/is-array.js +64 -0
  162. package/dist/prod/packages/@ember/array/proxy.js +8 -8
  163. package/dist/prod/packages/@ember/component/helper.js +1 -1
  164. package/dist/prod/packages/@ember/component/index.js +20 -14
  165. package/dist/prod/packages/@ember/component/template-only.js +1 -1
  166. package/dist/prod/packages/@ember/controller/index.js +3 -3
  167. package/dist/prod/packages/@ember/debug/data-adapter.js +3 -3
  168. package/dist/prod/packages/@ember/engine/index.js +5 -5
  169. package/dist/prod/packages/@ember/engine/instance.js +2 -2
  170. package/dist/prod/packages/@ember/helper/index.js +8 -27
  171. package/dist/prod/packages/@ember/modifier/index.js +2 -2
  172. package/dist/prod/packages/@ember/modifier/on.js +1 -1
  173. package/dist/prod/packages/@ember/object/-internals.js +2 -2
  174. package/dist/prod/packages/@ember/object/compat.js +3 -3
  175. package/dist/prod/packages/@ember/object/computed.js +2 -2
  176. package/dist/prod/packages/@ember/object/core.js +7 -7
  177. package/dist/prod/packages/@ember/object/evented.js +2 -2
  178. package/dist/prod/packages/@ember/object/events.js +1 -1
  179. package/dist/prod/packages/@ember/object/index.js +30 -25
  180. package/dist/prod/packages/@ember/object/internals.js +2 -2
  181. package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +4 -4
  182. package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +2 -2
  183. package/dist/prod/packages/@ember/object/mixin.js +6 -6
  184. package/dist/prod/packages/@ember/object/observable.js +7 -7
  185. package/dist/prod/packages/@ember/object/observers.js +1 -1
  186. package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +3 -3
  187. package/dist/prod/packages/@ember/reactive/collections.js +153 -153
  188. package/dist/prod/packages/@ember/renderer/index.js +1 -1
  189. package/dist/prod/packages/@ember/routing/index.js +12 -8
  190. package/dist/prod/packages/@ember/routing/lib/generate_controller.js +1 -2
  191. package/dist/prod/packages/@ember/routing/lib/routing-service.js +4 -4
  192. package/dist/prod/packages/@ember/routing/lib/utils.js +3 -3
  193. package/dist/prod/packages/@ember/routing/route.js +12 -12
  194. package/dist/prod/packages/@ember/routing/router-service.js +24 -17
  195. package/dist/prod/packages/@ember/routing/router.js +5 -5
  196. package/dist/prod/packages/@ember/runloop/index.js +1 -1
  197. package/dist/prod/packages/@ember/service/index.js +1 -1
  198. package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  199. package/dist/prod/packages/@ember/template-compiler/lib/template.js +2 -2
  200. package/dist/prod/packages/@ember/template-factory/index.js +1 -1
  201. package/dist/prod/packages/@ember/utils/lib/is_empty.js +1 -1
  202. package/dist/prod/packages/@glimmer/encoder/index.js +1 -1
  203. package/dist/prod/packages/@glimmer/manager/index.js +4 -4
  204. package/dist/prod/packages/@glimmer/node/index.js +3 -3
  205. package/dist/prod/packages/@glimmer/opcode-compiler/index.js +2 -2
  206. package/dist/prod/packages/@glimmer/program/index.js +10 -10
  207. package/dist/prod/packages/@glimmer/reference/index.js +5 -5
  208. package/dist/prod/packages/@glimmer/runtime/index.js +13 -13
  209. package/dist/prod/packages/@glimmer/tracking/index.js +2 -2
  210. package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  211. package/dist/prod/packages/@glimmer/util/index.js +4 -4
  212. package/dist/prod/packages/@glimmer/validator/index.js +3 -3
  213. package/dist/prod/packages/@glimmer/vm/index.js +2 -2
  214. package/dist/prod/packages/ember/version.js +1 -1
  215. package/dist/prod/packages/ember-template-compiler/index.js +4 -4
  216. package/dist/prod/packages/router_js/index.js +2 -2
  217. package/dist/prod/packages/rsvp/index.js +2281 -1
  218. package/dist/prod/packages/shared-chunks/{alias-DsIh-16z.js → alias-Bod6qdNp.js} +7 -7
  219. package/dist/prod/packages/shared-chunks/{api-CGZbGcvX.js → api-B_poQGXS.js} +6 -6
  220. package/dist/prod/packages/shared-chunks/{element-builder-CZePCkbA.js → api-CQexacBn.js} +139 -120
  221. package/dist/prod/packages/shared-chunks/{api-DOLN_cR2.js → api-DlJKfm_f.js} +3 -3
  222. package/dist/prod/packages/shared-chunks/{args-proxy-CaXVcI8G.js → args-proxy-CCoFtYLS.js} +2 -2
  223. package/dist/prod/packages/shared-chunks/{debug-render-tree-CYENUjgX.js → arguments-BzAkZVBa.js} +198 -198
  224. package/dist/prod/packages/shared-chunks/{array-DYFI95FA.js → array-BzReKMeW.js} +3 -3
  225. package/dist/prod/packages/shared-chunks/{array-utils-BEaSKdEb.js → array-utils-CZQxrdD3.js} +1 -1
  226. package/dist/prod/packages/shared-chunks/{cache-CG6_L9db.js → cache-CofLhaS4.js} +1 -2
  227. package/dist/prod/packages/shared-chunks/{capabilities-_5e35539.js → capabilities-BuVYh-vx.js} +1 -1
  228. package/dist/prod/packages/shared-chunks/{chain-tags-BP0V2LnZ.js → chain-tags-B2J7DsxO.js} +4 -4
  229. package/dist/prod/packages/shared-chunks/{collections-By4M3cTy.js → collections-GpG8lT2g.js} +10 -10
  230. package/dist/prod/packages/shared-chunks/{compiler-DQmEjFyx.js → compiler-lBSssiWp.js} +2 -2
  231. package/dist/prod/packages/shared-chunks/{computed-D6MVTTDd.js → computed-DtIStxvq.js} +6 -6
  232. package/dist/prod/packages/shared-chunks/{curly-DCYSwLtz.js → curly-IY06zACp.js} +7 -7
  233. package/dist/prod/packages/shared-chunks/{curried-Cnjy9_ug.js → curried-BZnYakIg.js} +1 -1
  234. package/dist/prod/packages/shared-chunks/{decorator-B8Lpq40g.js → decorator-9ikVwsjY.js} +1 -1
  235. package/dist/prod/packages/shared-chunks/{element-CT5H5uxF.js → element-DgHdPZ8u.js} +5 -3
  236. package/dist/prod/packages/shared-chunks/{events-C7aYCy0N.js → events-DYrYz3V8.js} +1 -1
  237. package/dist/{dev/packages/shared-chunks/flags-B9qxc-pB.js → prod/packages/shared-chunks/flags-BZxHQ0yn.js} +1 -1
  238. package/dist/prod/packages/shared-chunks/{get-tlL23wmp.js → get-Dago5uGl.js} +33 -36
  239. package/dist/{dev/packages/shared-chunks/get_properties-B203vZpz.js → prod/packages/shared-chunks/get_properties-Dg3xFpiS.js} +1 -1
  240. package/dist/prod/packages/shared-chunks/{guid-PO2v9BaN.js → guid-Cbq2sNV_.js} +1 -1
  241. package/dist/prod/packages/shared-chunks/{hash-C6IoC4eR.js → hash-gEXIsSO4.js} +24 -18
  242. package/dist/prod/packages/shared-chunks/{helper-CCK8Ef0x.js → helper-DkXiTBjc.js} +21 -9
  243. package/dist/prod/packages/shared-chunks/{index-D-rcNBLp.js → index-Bf53M8eS.js} +9 -8
  244. package/dist/prod/packages/shared-chunks/{index-DabsnYit.js → index-CslMfEpb.js} +110 -131
  245. package/dist/prod/packages/shared-chunks/{injected_property-COGiYHKc.js → injected_property-Y-FadDej.js} +2 -2
  246. package/dist/prod/packages/shared-chunks/{internal-BEJC2IJ-.js → internal-BQ7zHrqS.js} +4 -4
  247. package/dist/prod/packages/shared-chunks/{internal-helper-CoxiRnnb.js → internal-helper-Bz1lpDXr.js} +1 -1
  248. package/dist/prod/packages/shared-chunks/{invoke-D_jsLbsj.js → invoke-DhQ5QRp2.js} +3 -3
  249. package/dist/prod/packages/shared-chunks/{libraries-Bs3H8iwC.js → libraries-DBql0hdn.js} +2 -2
  250. package/dist/prod/packages/shared-chunks/{meta-Ce6-qROq.js → meta-BJtIZDir.js} +1 -1
  251. package/dist/{dev/packages/shared-chunks/namespace_search-TFdmjK_a.js → prod/packages/shared-chunks/namespace_search-BfvzEQzN.js} +1 -1
  252. package/dist/prod/packages/shared-chunks/{normalize-Bx4H3NjB.js → normalize-C_IStty9.js} +2 -2
  253. package/dist/prod/packages/shared-chunks/{or-sYlRiUn_.js → not-BOIVROuv.js} +28 -28
  254. package/dist/prod/packages/shared-chunks/{observers-Ci31SE36.js → observers-BmobpXAF.js} +5 -5
  255. package/dist/prod/packages/shared-chunks/{on-Dgmychhk.js → on-BZHAxzdq.js} +10 -10
  256. package/dist/{dev/packages/shared-chunks/program-CPXeXWVB.js → prod/packages/shared-chunks/program-BAh__OXZ.js} +3 -3
  257. package/dist/prod/packages/shared-chunks/{program-context-DmI53TzJ.js → program-context-COSioH46.js} +5 -4
  258. package/dist/prod/packages/shared-chunks/{property_get-Sw0SicEZ.js → property_get-DAKgbeJX.js} +2 -2
  259. package/dist/prod/packages/shared-chunks/{property_set-SHEIPMUG.js → property_set-BaQJdVfS.js} +3 -3
  260. package/dist/prod/packages/shared-chunks/{reference-D2agTt1V.js → reference-CG0yPgLy.js} +3 -3
  261. package/dist/prod/packages/shared-chunks/{registers-Buvdhhxx.js → registers-C_W2qYHJ.js} +1 -1
  262. package/dist/prod/packages/shared-chunks/{rehydrate-builder-B7MtrWip.js → rehydrate-builder-Blt1x9MP.js} +4 -4
  263. package/dist/prod/packages/shared-chunks/{render-B790-vbk.js → render-Dx7lr1hR.js} +94 -94
  264. package/dist/prod/packages/shared-chunks/{rsvp-C6j8G1D1.js → rsvp.es-DR7yS7qg.js} +150 -154
  265. package/dist/prod/packages/shared-chunks/{serialize-builder-kEyOKbzp.js → serialize-builder-BvAXYHTr.js} +2 -2
  266. package/dist/prod/packages/shared-chunks/{set_properties-CcLLHg1w.js → set_properties-Qxhw4qzw.js} +2 -2
  267. package/dist/prod/packages/shared-chunks/{setup-registry-D14I0iDX.js → setup-registry-U-6VaNQG.js} +18 -18
  268. package/dist/{dev/packages/shared-chunks/simple-cast-BXTrayoV.js → prod/packages/shared-chunks/simple-cast-DCvJLSin.js} +1 -1
  269. package/dist/{dev/packages/shared-chunks/super-D4qkU4uq.js → prod/packages/shared-chunks/super-BBBjgF69.js} +1 -1
  270. package/dist/{dev/packages/shared-chunks/syscall-ops-nrBHMOTp.js → prod/packages/shared-chunks/syscall-ops-CN7STuUn.js} +1 -1
  271. package/dist/prod/packages/shared-chunks/{template-B0Apv9g2.js → template-BRrQR6KS.js} +1 -1
  272. package/dist/prod/packages/shared-chunks/{template-only-CP0NT7ce.js → template-only-DKNcKM5b.js} +2 -4
  273. package/dist/prod/packages/shared-chunks/{textarea-B_JYBuE8.js → textarea-DOmZ1x0E.js} +11 -7
  274. package/dist/prod/packages/shared-chunks/{tracked-CXcapuAm.js → tracked-B9380JtC.js} +5 -5
  275. package/dist/prod/packages/shared-chunks/{tracked-data-DNDzhYXf.js → tracked-data-CHq42QHb.js} +2 -2
  276. package/dist/prod/packages/shared-chunks/{unique-id-Hn8Qp4dS.js → unique-id-o2pS74go.js} +2 -2
  277. package/dist/prod/packages/shared-chunks/{unrecognized-url-error-ClNyMFJt.js → unrecognized-url-error-EgNrnFu_.js} +2 -2
  278. package/dist/{dev/packages/shared-chunks/vm-ops-5QCUIRx4.js → prod/packages/shared-chunks/vm-ops-ImHv0Wtg.js} +1 -1
  279. package/docs/data.json +316 -334
  280. package/package.json +6 -4
  281. package/types/stable/@ember/-internals/glimmer/index.d.ts +165 -121
  282. package/types/stable/@ember/-internals/glimmer/lib/component-managers/mount.d.ts +1 -1
  283. package/types/stable/@ember/-internals/glimmer/lib/component-managers/outlet.d.ts +1 -1
  284. package/types/stable/@ember/-internals/glimmer/lib/component.d.ts +8 -2
  285. package/types/stable/@ember/-internals/glimmer/lib/glimmer-tracking-docs.d.ts +12 -12
  286. package/types/stable/@ember/-internals/glimmer/lib/helper.d.ts +18 -6
  287. package/types/stable/@ember/-internals/glimmer/lib/helpers/array.d.ts +3 -1
  288. package/types/stable/@ember/-internals/glimmer/lib/helpers/component.d.ts +65 -121
  289. package/types/stable/@ember/-internals/glimmer/lib/helpers/concat.d.ts +8 -4
  290. package/types/stable/@ember/-internals/glimmer/lib/helpers/each-in.d.ts +16 -14
  291. package/types/stable/@ember/-internals/glimmer/lib/helpers/element.d.ts +2 -0
  292. package/types/stable/@ember/-internals/glimmer/lib/helpers/fn.d.ts +11 -7
  293. package/types/stable/@ember/-internals/glimmer/lib/helpers/get.d.ts +23 -29
  294. package/types/stable/@ember/-internals/glimmer/lib/helpers/hash.d.ts +3 -1
  295. package/types/stable/@ember/-internals/glimmer/lib/helpers/if-unless.d.ts +95 -49
  296. package/types/stable/@ember/-internals/glimmer/lib/helpers/mut.d.ts +23 -54
  297. package/types/stable/@ember/-internals/glimmer/lib/helpers/page-title.d.ts +6 -2
  298. package/types/stable/@ember/-internals/glimmer/lib/helpers/readonly.d.ts +4 -8
  299. package/types/stable/@ember/-internals/glimmer/lib/modifiers/on.d.ts +10 -10
  300. package/types/stable/@ember/-internals/glimmer/lib/renderer.d.ts +1 -2
  301. package/types/stable/@ember/-internals/glimmer/lib/syntax/in-element.d.ts +2 -0
  302. package/types/stable/@ember/-internals/glimmer/lib/syntax/let.d.ts +2 -14
  303. package/types/stable/@ember/-internals/glimmer/lib/syntax/mount.d.ts +15 -11
  304. package/types/stable/@ember/-internals/glimmer/lib/syntax/outlet.d.ts +17 -10
  305. package/types/stable/@ember/-internals/runtime/lib/mixins/target_action_support.d.ts +1 -1
  306. package/types/stable/@ember/array/index.d.ts +6 -29
  307. package/types/stable/@ember/array/lib/is-array.d.ts +35 -0
  308. package/types/stable/@ember/component/template-only.d.ts +1 -3
  309. package/types/stable/@ember/controller/index.d.ts +1 -1
  310. package/types/stable/@ember/helper/index.d.ts +0 -19
  311. package/types/stable/@ember/object/index.d.ts +4 -3
  312. package/types/stable/@ember/object/observable.d.ts +4 -0
  313. package/types/stable/@ember/reactive/collections.d.ts +0 -6
  314. package/types/stable/@ember/routing/lib/generate_controller.d.ts +1 -1
  315. package/types/stable/@ember/routing/route.d.ts +2 -2
  316. package/types/stable/@ember/routing/router-service.d.ts +20 -12
  317. package/types/stable/@glimmer/runtime/lib/component/template-only.d.ts +0 -2
  318. package/types/stable/@glimmer/runtime/lib/dom/sanitized-values.d.ts +2 -2
  319. package/types/stable/@glimmer/runtime/lib/helpers/array.d.ts +1 -1
  320. package/types/stable/@glimmer/runtime/lib/helpers/concat.d.ts +8 -3
  321. package/types/stable/@glimmer/runtime/lib/helpers/fn.d.ts +13 -7
  322. package/types/stable/@glimmer/runtime/lib/helpers/get.d.ts +21 -29
  323. package/types/stable/@glimmer/runtime/lib/helpers/hash.d.ts +1 -1
  324. package/types/stable/@glimmer/syntax/lib/get-template-locals.d.ts +1 -1
  325. package/types/stable/@glimmer/tracking/index.d.ts +12 -12
  326. package/types/stable/index.d.ts +1 -0
@@ -1,7 +1,7 @@
1
1
  import { privatize } from '../-internals/container/index.js';
2
- import { d as computed } from '../../shared-chunks/computed-Daavz6vC.js';
3
- import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
4
- import { s as set } from '../../shared-chunks/property_set-LJskl202.js';
2
+ import { c as computed } from '../../shared-chunks/computed-BPCtuOxQ.js';
3
+ import { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
4
+ import { s as set } from '../../shared-chunks/property_set-qCUylPEK.js';
5
5
  import { getOwner } from '../owner/index.js';
6
6
  import BucketCache from './lib/cache.js';
7
7
  import DSLImpl from './lib/dsl.js';
@@ -15,8 +15,8 @@ import { info } from '../debug/index.js';
15
15
  import { run, once, scheduleOnce, cancel } from '../runloop/index.js';
16
16
  import { getRenderState, getFullQueryParams, hasDefaultSerialize, defaultSerialize } from './route.js';
17
17
  import Router from '../../router_js/index.js';
18
- import { S as STATE_SYMBOL, d as logAbort } from '../../shared-chunks/unrecognized-url-error-BQdkjTtZ.js';
19
- import '../../shared-chunks/rsvp-C6j8G1D1.js';
18
+ import { S as STATE_SYMBOL, l as logAbort } from '../../shared-chunks/unrecognized-url-error-BJHjL30Q.js';
19
+ import '../../shared-chunks/rsvp.es-DR7yS7qg.js';
20
20
  import EngineInstance from '../engine/instance.js';
21
21
  import { assert } from '../debug/lib/assert.js';
22
22
 
@@ -1,6 +1,6 @@
1
1
  import '../debug/index.js';
2
2
  import { onErrorTarget } from '../-internals/error-handling/index.js';
3
- import { f as flushAsyncObservers } from '../../shared-chunks/observers-CejcZw5s.js';
3
+ import { f as flushAsyncObservers } from '../../shared-chunks/observers-DMlX2nCi.js';
4
4
  import Backburner from '../../backburner.js/index.js';
5
5
  import { assert } from '../debug/lib/assert.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { FrameworkObject } from '../object/-internals.js';
2
2
  import { deprecateUntil, DEPRECATIONS } from '../-internals/deprecations/index.js';
3
- import { i as inject$1 } from '../../shared-chunks/injected_property-B075jH6c.js';
3
+ import { i as inject$1 } from '../../shared-chunks/injected_property-CbBLr5jt.js';
4
4
 
5
5
  /**
6
6
  @module @ember/service
@@ -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-Bg6rCMF8.js';
2
- import { h as hash, f as fn, a as array } from '../../../shared-chunks/hash-2-93qikL.js';
3
- import { e as element } from '../../../shared-chunks/element-bBwMD8cw.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-DYh6AY9Z.js';
2
+ import { h as hash, f as fn, a as array } from '../../../shared-chunks/hash-6NDs_5_f.js';
3
+ import { e as element } from '../../../shared-chunks/element-BYLB-q7a.js';
4
4
  import { on } from '../../modifier/on.js';
5
5
  import '../../debug/index.js';
6
6
  import { STRICT_MODE_KEYWORDS, STRICT_MODE_TRANSFORMS, RESOLUTION_MODE_TRANSFORMS } from './plugins/index.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-DhH2WLpA.js';
3
+ import { p as precompile } from '../../../shared-chunks/compiler-QUSl_urU.js';
4
4
  import { s as setComponentTemplate } from '../../../shared-chunks/template-R_5UMHhb.js';
5
- import { h as templateFactory } from '../../../shared-chunks/index-DkwVSPP5.js';
5
+ import { t as templateFactory } from '../../../shared-chunks/index-DaFzpTIE.js';
6
6
  import compileOptions, { RUNTIME_KEYWORDS_NAME, keywords } from './compile-options.js';
7
7
 
8
8
  /**
@@ -1 +1 @@
1
- export { h as createTemplateFactory } from '../../shared-chunks/index-DkwVSPP5.js';
1
+ export { t as createTemplateFactory } from '../../shared-chunks/index-DaFzpTIE.js';
@@ -1,4 +1,4 @@
1
- import { h as hasUnknownProperty, g as get } from '../../../shared-chunks/property_get-BjbsrgpU.js';
1
+ import { h as hasUnknownProperty, g as get } from '../../../shared-chunks/property_get-CRP7MFz_.js';
2
2
 
3
3
  /**
4
4
  @module @ember/utils
@@ -1,4 +1,4 @@
1
- import { b as TYPE_SIZE, a as MAX_SIZE, A as ARG_SHIFT } from '../../shared-chunks/flags-B9qxc-pB.js';
1
+ import { a as TYPE_SIZE, b as MAX_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-DG5kRT-o.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-BT9M3UaD.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-DuLOZMO_.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-BlZDPg1n.js';
3
3
  export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-R_5UMHhb.js';
4
- export { g as getCustomTagFor, s as setCustomTagFor } from '../../shared-chunks/args-proxy-CB0SM6jC.js';
5
- export { c as capabilityFlagsFrom, h as hasCapability, m as managerHasCapability } from '../../shared-chunks/capabilities-CZkuOqqC.js';
4
+ export { g as getCustomTagFor, s as setCustomTagFor } from '../../shared-chunks/args-proxy-CS5Brs3_.js';
5
+ export { c as capabilityFlagsFrom, h as hasCapability, m as managerHasCapability } from '../../shared-chunks/capabilities-CajW4QjE.js';
@@ -1,7 +1,7 @@
1
- import { C as ConcreteBounds } from '../../shared-chunks/normalize-CxG_iVLJ.js';
2
- import { a as DOMTreeConstruction } from '../../shared-chunks/element-builder-Cl1kHFJE.js';
1
+ import { C as ConcreteBounds } from '../../shared-chunks/normalize-CKySQVU7.js';
2
+ import { D as DOMTreeConstruction } from '../../shared-chunks/api-C0PAtEgQ.js';
3
3
  import createHTMLDocument from '../../@simple-dom/document/index.js';
4
- export { s as serializeBuilder } from '../../shared-chunks/serialize-builder-DKliZPPG.js';
4
+ export { s as serializeBuilder } from '../../shared-chunks/serialize-builder-BlxBjwO-.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, d as compilable, e as compileStatements, b as invokeStaticBlock, c as invokeStaticBlockWithStack, m as meta, t as templateCacheCounters, g as templateCompilationContext, h as templateFactory } from '../../shared-chunks/index-DkwVSPP5.js';
2
- export { E as EvaluationContextImpl, S as StdLib, c as compileStd } from '../../shared-chunks/program-context-BaYVr5GA.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-DaFzpTIE.js';
2
+ export { E as EvaluationContextImpl, S as StdLib, c as compileStd } from '../../shared-chunks/program-context-Dq8xN2HI.js';
3
3
 
4
4
  let debugCompiler;
5
5
 
@@ -1,15 +1,15 @@
1
- import { aB as constants } from '../../shared-chunks/syscall-ops-nrBHMOTp.js';
2
- import { a as expect } from '../../shared-chunks/collections-DEt-i-8B.js';
3
- import { a as unwrapTemplate } from '../../shared-chunks/template-B0Apv9g2.js';
4
- import { c as capabilityFlagsFrom, m as managerHasCapability } from '../../shared-chunks/capabilities-CZkuOqqC.js';
1
+ import { aH as constants } from '../../shared-chunks/syscall-ops-CN7STuUn.js';
2
+ import { e as expect } from '../../shared-chunks/collections-DPkjqeA3.js';
3
+ import { u as unwrapTemplate } from '../../shared-chunks/template-BRrQR6KS.js';
4
+ import { c as capabilityFlagsFrom, m as managerHasCapability } from '../../shared-chunks/capabilities-CajW4QjE.js';
5
5
  import { g as getComponentTemplate } from '../../shared-chunks/template-R_5UMHhb.js';
6
- import { a as getInternalHelperManager, b as getInternalModifierManager, g as getInternalComponentManager } from '../../shared-chunks/api-DG5kRT-o.js';
7
- import { h as templateFactory } from '../../shared-chunks/index-DkwVSPP5.js';
8
- import { c as enumerate } from '../../shared-chunks/array-utils-BEaSKdEb.js';
9
- import { I as InternalComponentCapabilities } from '../../shared-chunks/flags-B9qxc-pB.js';
6
+ import { a as getInternalHelperManager, b as getInternalModifierManager, g as getInternalComponentManager } from '../../shared-chunks/api-DuLOZMO_.js';
7
+ import { t as templateFactory } from '../../shared-chunks/index-DaFzpTIE.js';
8
+ import { e as enumerate } from '../../shared-chunks/array-utils-CZQxrdD3.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 { P as ProgramHeapImpl } from '../../shared-chunks/program-CPXeXWVB.js';
12
- export { a as ProgramImpl, R as RuntimeOpImpl } from '../../shared-chunks/program-CPXeXWVB.js';
11
+ import { a as ProgramHeapImpl } from '../../shared-chunks/program-DlgjqLa6.js';
12
+ export { P as ProgramImpl, R as RuntimeOpImpl } from '../../shared-chunks/program-DlgjqLa6.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
- import { E as EMPTY_ARRAY } from '../../shared-chunks/array-utils-BEaSKdEb.js';
3
- import { b as isIndexable } from '../../shared-chunks/collections-DEt-i-8B.js';
4
- import { D as DIRTY_TAG, k as consumeTag, m as createTag } from '../../shared-chunks/cache-CeWOBNQg.js';
5
- import { b as createComputeRef, v as valueForRef } from '../../shared-chunks/reference-C-OXd_kp.js';
6
- export { F as FALSE_REFERENCE, N as NULL_REFERENCE, R as REFERENCE, T as TRUE_REFERENCE, U as UNDEFINED_REFERENCE, c as childRefFor, a as childRefFromParts, d as createConstRef, e as createDebugAliasRef, f as createInvokableRef, g as createPrimitiveRef, h as createReadOnlyRef, i as createUnboundRef, j as isConstRef, k as isInvokableRef, l as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-C-OXd_kp.js';
2
+ import { E as EMPTY_ARRAY } from '../../shared-chunks/array-utils-CZQxrdD3.js';
3
+ import { a as isIndexable } from '../../shared-chunks/collections-DPkjqeA3.js';
4
+ import { D as DIRTY_TAG, c as consumeTag, r as createTag } from '../../shared-chunks/cache-DGDPVCpC.js';
5
+ import { c as createComputeRef, v as valueForRef } from '../../shared-chunks/reference-BqOLhKFy.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, h as createDebugAliasRef, j as createInvokableRef, e as createPrimitiveRef, k as createReadOnlyRef, l as createUnboundRef, i as isConstRef, b as isInvokableRef, d as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-BqOLhKFy.js';
7
7
 
8
8
  const NULL_IDENTITY = {};
9
9
  const KEY = (_, index) => index;
@@ -1,16 +1,16 @@
1
- export { C as ConcreteBounds, a as CursorImpl, c as clear } from '../../shared-chunks/normalize-CxG_iVLJ.js';
2
- export { D as DOMChanges, b as DynamicScopeImpl, E as EnvironmentImpl, a 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-Dz3OWqXy.js';
3
- export { T as TEMPLATE_ONLY_COMPONENT_MANAGER, a as TemplateOnlyComponent, b as TemplateOnlyComponentManager, t as templateOnlyComponent } from '../../shared-chunks/template-only-BxYzSEnC.js';
4
- export { C as CurriedValue, E as EMPTY_ARGS, b as EMPTY_NAMED, c as EMPTY_POSITIONAL, g as createCapturedArgs, h as curry, r as reifyArgs, l as reifyNamed, m as reifyPositional } from '../../shared-chunks/untouchable-this-BHdAERUu.js';
1
+ export { C as ConcreteBounds, a as CursorImpl, c as clear } from '../../shared-chunks/normalize-CKySQVU7.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-87_sKZ_k.js';
3
+ export { T as TEMPLATE_ONLY_COMPONENT_MANAGER, a as TemplateOnlyComponent, b as TemplateOnlyComponentManager, t as templateOnlyComponent } from '../../shared-chunks/template-only-Cu639ICT.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-CDkbOqTS.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-Bg6rCMF8.js';
7
- export { a as array, f as fn, h as hash } from '../../shared-chunks/hash-2-93qikL.js';
8
- export { c as concat, g as get } from '../../shared-chunks/get-CO3EIWsm.js';
9
- export { i as invokeHelper } from '../../shared-chunks/invoke-Ds0KEfP_.js';
10
- export { o as on } from '../../shared-chunks/on-Ch_lyozr.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-DYh6AY9Z.js';
7
+ export { a as array, f as fn, h as hash } from '../../shared-chunks/hash-6NDs_5_f.js';
8
+ export { c as concat, g as get } from '../../shared-chunks/get-6I3sjd-I.js';
9
+ export { i as invokeHelper } from '../../shared-chunks/invoke-d9sqa50M.js';
10
+ export { o as on } from '../../shared-chunks/on-DlF0Wy7P.js';
11
11
  export { destroy, isDestroyed, isDestroying, registerDestructor } from '../destroyable/index.js';
12
12
  import '../global-context/index.js';
13
- import '../../shared-chunks/cache-CeWOBNQg.js';
14
- import '../../shared-chunks/reference-C-OXd_kp.js';
15
- export { a as DOMTreeConstruction, b as DynamicAttribute, c as NewTreeBuilder, R as RemoteBlock, d as ResettableBlockImpl, S as SimpleDynamicAttribute, e as clientBuilder, f as dynamicAttribute } from '../../shared-chunks/element-builder-Cl1kHFJE.js';
16
- export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-IH4d_JQy.js';
13
+ import '../../shared-chunks/cache-DGDPVCpC.js';
14
+ import '../../shared-chunks/reference-BqOLhKFy.js';
15
+ 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-C0PAtEgQ.js';
16
+ export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-C6k1XhET.js';
@@ -1,5 +1,5 @@
1
- export { t as tracked } from '../../shared-chunks/tracked-B76E1nGz.js';
2
- import { l as createCache, r as getValue } from '../../shared-chunks/cache-CeWOBNQg.js';
1
+ export { t as tracked } from '../../shared-chunks/tracked-DEyf0T_X.js';
2
+ import { g as createCache, h as getValue } from '../../shared-chunks/cache-DGDPVCpC.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 { l as createCache, r as getValue, s as isConst } from '../../../../shared-chunks/cache-CeWOBNQg.js';
1
+ export { g as createCache, h as getValue, x as isConst } from '../../../../shared-chunks/cache-DGDPVCpC.js';
@@ -1,8 +1,8 @@
1
- import { c as enumerate } from '../../shared-chunks/array-utils-BEaSKdEb.js';
2
- export { E as EMPTY_ARRAY, a as EMPTY_NUMBER_ARRAY, b as EMPTY_STRING_ARRAY, e as emptyArray, i as isEmptyArray, r as reverse, z as zipArrays, d as zipTuples } from '../../shared-chunks/array-utils-BEaSKdEb.js';
3
- export { S as Stack, d as dict, i as isDict, b as isIndexable } from '../../shared-chunks/collections-DEt-i-8B.js';
1
+ import { e as enumerate } from '../../shared-chunks/array-utils-CZQxrdD3.js';
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
+ export { S as Stack, d as dict, i as isDict, a as isIndexable } from '../../shared-chunks/collections-DPkjqeA3.js';
4
4
  export { a as assign, e as entries, k as keys, v as values } from '../../shared-chunks/object-utils-AijlD-JH.js';
5
- import { i as isPresentArray, g as getFirst, b as getLast } from '../../shared-chunks/present-D0EfKzC6.js';
5
+ import { i as isPresentArray, a as getFirst, g as getLast } from '../../shared-chunks/present-B1rrjAVM.js';
6
6
 
7
7
  /**
8
8
  * This constant exists to make it easier to differentiate normal logs from
@@ -1,7 +1,7 @@
1
1
  export { trackedArray, trackedMap, trackedObject, trackedSet, trackedWeakMap, trackedWeakSet } from '../../@ember/reactive/collections.js';
2
- export { A as ALLOW_CYCLES, C as COMPUTE, a as CONSTANT, b as CONSTANT_TAG, c as CURRENT_TAG, d as CurrentTag, I as INITIAL, V as VOLATILE, e as VOLATILE_TAG, f as VolatileTag, g as beginTrackFrame, h as beginUntrackFrame, i as bump, j as combine, k as consumeTag, l as createCache, m as createTag, n as createUpdatableTag, o as debug, D as dirtyTag, p as endTrackFrame, q as endUntrackFrame, r as getValue, s as isConst, t as isConstTag, u as isTracking, v as resetTracking, w as track, x as untrack, U as updateTag, z as validateTag, B as valueForTag } from '../../shared-chunks/cache-CeWOBNQg.js';
3
- export { d as dirtyTagFor, t as tagFor, a as tagMetaFor } from '../../shared-chunks/meta-Cjo3zQJq.js';
4
- export { t as trackedData } from '../../shared-chunks/tracked-data-CH1USZZy.js';
2
+ export { A as ALLOW_CYCLES, i 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, f as combine, c as consumeTag, g as createCache, r as createTag, b as createUpdatableTag, e as debug, D as dirtyTag, s as endTrackFrame, w as endUntrackFrame, h as getValue, x as isConst, y as isConstTag, z as isTracking, B as resetTracking, t as track, u as untrack, U as updateTag, v as validateTag, a as valueForTag } from '../../shared-chunks/cache-DGDPVCpC.js';
3
+ export { d as dirtyTagFor, t as tagFor, a as tagMetaFor } from '../../shared-chunks/meta-BqC7f9Ia.js';
4
+ export { t as trackedData } from '../../shared-chunks/tracked-data-DgqqRdYO.js';
5
5
 
6
6
  const GLIMMER_VALIDATOR_REGISTRATION = Symbol('GLIMMER_VALIDATOR_REGISTRATION');
7
7
  if (Reflect.has(globalThis, GLIMMER_VALIDATOR_REGISTRATION)) {
@@ -1,5 +1,5 @@
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';
2
- export { $ as $fp, a as $pc, b as $ra, c as $s0, d as $s1, e as $sp, f as $t0, g as $t1, h as $v0, i as isLowLevelRegister } from '../../shared-chunks/registers-Buvdhhxx.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
+ 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 = {
5
5
  Component: 0,
@@ -1,4 +1,4 @@
1
1
  // this file gets replaced with the real value during the build
2
- const VERSION = '7.2.0-alpha.4';
2
+ const VERSION = '7.2.0-beta.1';
3
3
 
4
4
  export { VERSION as default };
@@ -1,10 +1,10 @@
1
- import { p as precompile$1 } from '../shared-chunks/compiler-DhH2WLpA.js';
2
- export { a as _preprocess } from '../shared-chunks/compiler-DhH2WLpA.js';
1
+ import { p as precompile$1 } from '../shared-chunks/compiler-QUSl_urU.js';
2
+ export { a as _preprocess } from '../shared-chunks/compiler-QUSl_urU.js';
3
3
  import '../@ember/debug/index.js';
4
4
  import { STRICT_MODE_KEYWORDS, STRICT_MODE_TRANSFORMS, RESOLUTION_MODE_TRANSFORMS } from '../@ember/template-compiler/lib/plugins/index.js';
5
5
  import '../shared-chunks/get-debug-name-CSniHBsn.js';
6
- import '../shared-chunks/guid-PO2v9BaN.js';
7
- import '../shared-chunks/super-D4qkU4uq.js';
6
+ import '../shared-chunks/guid-Cbq2sNV_.js';
7
+ import '../shared-chunks/super-BBBjgF69.js';
8
8
  import { C as Cache } from '../shared-chunks/cache-qDyqAcpg.js';
9
9
  import '../shared-chunks/mandatory-setter-BpbAMTzV.js';
10
10
  import { assert } from '../@ember/debug/lib/assert.js';
@@ -1,6 +1,6 @@
1
1
  import RouteRecognizer from '../route-recognizer/index.js';
2
- import { P as Promise$1 } from '../shared-chunks/rsvp-C6j8G1D1.js';
3
- import { Q as QUERY_PARAMS_SYMBOL, m as merge, b as isTransition, i as isParam, t as throwIfAborted, P as PARAMS_SYMBOL, p as prepareResult, a as isPromise, f as forEach, h as promiseLabel, U as UnrecognizedURLError, T as Transition, S as STATE_SYMBOL, g as getChangelist, l as log, d as logAbort, c as isTransitionAborted, e as extractQueryParams } from '../shared-chunks/unrecognized-url-error-BQdkjTtZ.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-BJHjL30Q.js';
4
4
 
5
5
  /* eslint-disable no-prototype-builtins */
6
6
  let ROUTE_INFOS = new WeakMap();