ember-source 7.2.0-alpha.4 → 7.3.0-alpha.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 (347) 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/deprecations/index.js +10 -0
  6. package/dist/dev/packages/@ember/-internals/glimmer/index.js +11 -11
  7. package/dist/dev/packages/@ember/-internals/metal/index.js +18 -18
  8. package/dist/dev/packages/@ember/-internals/routing/index.js +3 -3
  9. package/dist/dev/packages/@ember/-internals/runtime/index.js +1 -1
  10. package/dist/dev/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  11. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +8 -8
  12. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  13. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/comparable.js +5 -0
  14. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +3 -3
  15. package/dist/dev/packages/@ember/-internals/utils/index.js +2 -2
  16. package/dist/dev/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  17. package/dist/dev/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  18. package/dist/dev/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  19. package/dist/dev/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  20. package/dist/dev/packages/@ember/application/index.js +6 -7
  21. package/dist/dev/packages/@ember/application/instance.js +24 -4
  22. package/dist/dev/packages/@ember/application/namespace.js +3 -3
  23. package/dist/dev/packages/@ember/array/index.js +10 -64
  24. package/dist/dev/packages/@ember/array/lib/is-array.js +71 -0
  25. package/dist/dev/packages/@ember/array/proxy.js +8 -8
  26. package/dist/dev/packages/@ember/component/helper.js +321 -1
  27. package/dist/dev/packages/@ember/component/index.js +21 -15
  28. package/dist/dev/packages/@ember/component/template-only.js +1 -1
  29. package/dist/dev/packages/@ember/controller/index.js +3 -3
  30. package/dist/dev/packages/@ember/debug/data-adapter.js +3 -3
  31. package/dist/dev/packages/@ember/debug/index.js +1 -1
  32. package/dist/dev/packages/@ember/engine/index.js +5 -5
  33. package/dist/dev/packages/@ember/engine/instance.js +2 -2
  34. package/dist/dev/packages/@ember/helper/index.js +8 -27
  35. package/dist/dev/packages/@ember/modifier/index.js +2 -2
  36. package/dist/dev/packages/@ember/modifier/on.js +1 -1
  37. package/dist/dev/packages/@ember/object/-internals.js +2 -2
  38. package/dist/dev/packages/@ember/object/compat.js +3 -3
  39. package/dist/dev/packages/@ember/object/computed.js +2 -2
  40. package/dist/dev/packages/@ember/object/core.js +7 -7
  41. package/dist/dev/packages/@ember/object/evented.js +2 -2
  42. package/dist/dev/packages/@ember/object/events.js +1 -1
  43. package/dist/dev/packages/@ember/object/index.js +30 -25
  44. package/dist/dev/packages/@ember/object/internals.js +1 -1
  45. package/dist/dev/packages/@ember/object/lib/computed/computed_macros.js +5 -5
  46. package/dist/dev/packages/@ember/object/lib/computed/reduce_computed_macros.js +3 -3
  47. package/dist/dev/packages/@ember/object/mixin.js +6 -6
  48. package/dist/dev/packages/@ember/object/observable.js +7 -7
  49. package/dist/dev/packages/@ember/object/observers.js +1 -1
  50. package/dist/dev/packages/@ember/object/promise-proxy-mixin.js +3 -3
  51. package/dist/dev/packages/@ember/reactive/collections.js +153 -153
  52. package/dist/dev/packages/@ember/renderer/index.js +1 -1
  53. package/dist/dev/packages/@ember/routing/-internals.js +3 -3
  54. package/dist/dev/packages/@ember/routing/index.js +12 -8
  55. package/dist/dev/packages/@ember/routing/lib/generate_controller.js +2 -3
  56. package/dist/dev/packages/@ember/routing/lib/routing-service.js +5 -6
  57. package/dist/dev/packages/@ember/routing/lib/utils.js +3 -3
  58. package/dist/dev/packages/@ember/routing/route.js +12 -12
  59. package/dist/dev/packages/@ember/routing/router-service.js +25 -19
  60. package/dist/dev/packages/@ember/routing/router.js +5 -5
  61. package/dist/dev/packages/@ember/runloop/index.js +1 -1
  62. package/dist/dev/packages/@ember/service/index.js +1 -1
  63. package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  64. package/dist/dev/packages/@ember/template-compiler/lib/template.js +2 -2
  65. package/dist/dev/packages/@ember/template-factory/index.js +1 -1
  66. package/dist/dev/packages/@ember/utils/lib/compare.js +5 -2
  67. package/dist/dev/packages/@ember/utils/lib/is_empty.js +1 -1
  68. package/dist/dev/packages/@glimmer/encoder/index.js +1 -1
  69. package/dist/dev/packages/@glimmer/manager/index.js +4 -4
  70. package/dist/dev/packages/@glimmer/node/index.js +3 -3
  71. package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
  72. package/dist/dev/packages/@glimmer/program/index.js +10 -10
  73. package/dist/dev/packages/@glimmer/reference/index.js +5 -5
  74. package/dist/dev/packages/@glimmer/runtime/index.js +13 -13
  75. package/dist/dev/packages/@glimmer/tracking/index.js +2 -2
  76. package/dist/dev/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  77. package/dist/dev/packages/@glimmer/util/index.js +4 -4
  78. package/dist/dev/packages/@glimmer/validator/index.js +3 -3
  79. package/dist/dev/packages/@glimmer/vm/index.js +2 -2
  80. package/dist/dev/packages/ember/version.js +1 -1
  81. package/dist/dev/packages/ember-template-compiler/index.js +4 -4
  82. package/dist/dev/packages/router_js/index.js +3 -3
  83. package/dist/dev/packages/rsvp/index.js +2281 -1
  84. package/dist/dev/packages/shared-chunks/{alias-RGbDZoAB.js → alias-DpqL1qx6.js} +7 -7
  85. package/dist/dev/packages/shared-chunks/{api-BT9M3UaD.js → api-BlZDPg1n.js} +6 -6
  86. package/dist/dev/packages/shared-chunks/{element-builder-Cl1kHFJE.js → api-C0PAtEgQ.js} +139 -120
  87. package/dist/dev/packages/shared-chunks/{api-DG5kRT-o.js → api-DuLOZMO_.js} +3 -3
  88. package/dist/dev/packages/shared-chunks/{args-proxy-CB0SM6jC.js → args-proxy-CS5Brs3_.js} +2 -2
  89. package/dist/dev/packages/shared-chunks/{untouchable-this-BHdAERUu.js → arguments-CDkbOqTS.js} +236 -236
  90. package/dist/dev/packages/shared-chunks/{array-BMaSKezP.js → array-CVEnNWng.js} +3 -3
  91. package/dist/dev/packages/shared-chunks/{array-utils-BEaSKdEb.js → array-utils-CZQxrdD3.js} +1 -1
  92. package/dist/dev/packages/shared-chunks/{cache-CeWOBNQg.js → cache-DGDPVCpC.js} +2 -3
  93. package/dist/dev/packages/shared-chunks/{capabilities-CZkuOqqC.js → capabilities-CajW4QjE.js} +1 -1
  94. package/dist/dev/packages/shared-chunks/{chain-tags-DfmU63mS.js → chain-tags-uWSImHzB.js} +4 -4
  95. package/dist/dev/packages/shared-chunks/{collections-DEt-i-8B.js → collections-DPkjqeA3.js} +2 -2
  96. package/dist/dev/packages/shared-chunks/{compiler-DhH2WLpA.js → compiler-QUSl_urU.js} +3 -3
  97. package/dist/dev/packages/shared-chunks/{computed-Daavz6vC.js → computed-BPCtuOxQ.js} +6 -6
  98. package/dist/dev/packages/shared-chunks/{curly-YoYS2vXw.js → curly-DGUCLOud.js} +10 -11
  99. package/dist/dev/packages/shared-chunks/curly-brand-B_F79Dep.js +12 -0
  100. package/dist/dev/packages/shared-chunks/{curried-Cnjy9_ug.js → curried-BZnYakIg.js} +1 -1
  101. package/dist/dev/packages/shared-chunks/{decorator-DYQwMItS.js → decorator-B5Uh5NFI.js} +1 -1
  102. package/dist/dev/packages/shared-chunks/{element-bBwMD8cw.js → element-BYLB-q7a.js} +5 -3
  103. package/dist/dev/packages/shared-chunks/{events-B1lx9T1I.js → events-6aFVjD4k.js} +1 -1
  104. package/dist/{prod/packages/shared-chunks/flags-B9qxc-pB.js → dev/packages/shared-chunks/flags-BZxHQ0yn.js} +1 -1
  105. package/dist/dev/packages/shared-chunks/{get-CO3EIWsm.js → get-6I3sjd-I.js} +33 -36
  106. package/dist/{prod/packages/shared-chunks/get_properties-wj_Qmotj.js → dev/packages/shared-chunks/get_properties-Cm2sWt5f.js} +1 -1
  107. package/dist/dev/packages/shared-chunks/{guid-PO2v9BaN.js → guid-Cbq2sNV_.js} +1 -1
  108. package/dist/dev/packages/shared-chunks/{hash-2-93qikL.js → hash-6NDs_5_f.js} +18 -12
  109. package/dist/dev/packages/shared-chunks/helper-brand-C9_8vvOf.js +12 -0
  110. package/dist/dev/packages/shared-chunks/{index-DX90CU4L.js → index-BGP1rw3B.js} +1 -1
  111. package/dist/dev/packages/shared-chunks/{index-dyv6rcBf.js → index-CCyXUNBa.js} +655 -1633
  112. package/dist/dev/packages/shared-chunks/{index-DkwVSPP5.js → index-DaFzpTIE.js} +10 -9
  113. package/dist/dev/packages/shared-chunks/{injected_property-B075jH6c.js → injected_property-CbBLr5jt.js} +2 -2
  114. package/dist/dev/packages/shared-chunks/{internal-Bpr6ihB_.js → internal-DTOXyEGM.js} +4 -4
  115. package/dist/dev/packages/shared-chunks/{internal-helper-IC87S6iZ.js → internal-helper-CKrni0b_.js} +1 -1
  116. package/dist/dev/packages/shared-chunks/{invoke-Ds0KEfP_.js → invoke-d9sqa50M.js} +3 -3
  117. package/dist/dev/packages/shared-chunks/{libraries-P8Ins5CB.js → libraries-DwffpMGE.js} +1 -1
  118. package/dist/dev/packages/shared-chunks/{meta-Cjo3zQJq.js → meta-BqC7f9Ia.js} +1 -1
  119. package/dist/{prod/packages/shared-chunks/namespace_search-TFdmjK_a.js → dev/packages/shared-chunks/namespace_search-BfvzEQzN.js} +1 -1
  120. package/dist/dev/packages/shared-chunks/{normalize-CxG_iVLJ.js → normalize-CKySQVU7.js} +2 -2
  121. package/dist/dev/packages/shared-chunks/{or-Bg6rCMF8.js → not-DYh6AY9Z.js} +36 -36
  122. package/dist/dev/packages/shared-chunks/{observers-CejcZw5s.js → observers-DMlX2nCi.js} +5 -5
  123. package/dist/dev/packages/shared-chunks/{on-Ch_lyozr.js → on-DlF0Wy7P.js} +10 -10
  124. package/dist/dev/packages/shared-chunks/outlet-CHFL7tun.js +135 -0
  125. package/dist/dev/packages/shared-chunks/{present-D0EfKzC6.js → present-B1rrjAVM.js} +1 -1
  126. package/dist/{prod/packages/shared-chunks/program-CF651Zuj.js → dev/packages/shared-chunks/program-DlgjqLa6.js} +3 -3
  127. package/dist/dev/packages/shared-chunks/{program-context-BaYVr5GA.js → program-context-Dq8xN2HI.js} +5 -4
  128. package/dist/dev/packages/shared-chunks/{property_get-BjbsrgpU.js → property_get-CRP7MFz_.js} +3 -3
  129. package/dist/dev/packages/shared-chunks/{property_set-LJskl202.js → property_set-qCUylPEK.js} +3 -3
  130. package/dist/dev/packages/shared-chunks/{reference-C-OXd_kp.js → reference-BqOLhKFy.js} +3 -3
  131. package/dist/dev/packages/shared-chunks/{registers-Buvdhhxx.js → registers-C_W2qYHJ.js} +1 -1
  132. package/dist/dev/packages/shared-chunks/{rehydrate-builder-IH4d_JQy.js → rehydrate-builder-C6k1XhET.js} +4 -4
  133. package/dist/dev/packages/shared-chunks/{render-Dz3OWqXy.js → render-87_sKZ_k.js} +94 -94
  134. package/dist/dev/packages/shared-chunks/{rsvp-C6j8G1D1.js → rsvp.es-DR7yS7qg.js} +150 -154
  135. package/dist/dev/packages/shared-chunks/{serialize-builder-DKliZPPG.js → serialize-builder-BlxBjwO-.js} +2 -2
  136. package/dist/dev/packages/shared-chunks/{set_properties-CNds2HCH.js → set_properties-C4TSebH6.js} +2 -2
  137. package/dist/dev/packages/shared-chunks/setup-registry-BHdDJATP.js +951 -0
  138. package/dist/{prod/packages/shared-chunks/simple-cast-BXTrayoV.js → dev/packages/shared-chunks/simple-cast-DCvJLSin.js} +1 -1
  139. package/dist/{prod/packages/shared-chunks/super-D4qkU4uq.js → dev/packages/shared-chunks/super-BBBjgF69.js} +1 -1
  140. package/dist/{prod/packages/shared-chunks/syscall-ops-nrBHMOTp.js → dev/packages/shared-chunks/syscall-ops-CN7STuUn.js} +1 -1
  141. package/dist/dev/packages/shared-chunks/{template-B0Apv9g2.js → template-BRrQR6KS.js} +1 -1
  142. package/dist/dev/packages/shared-chunks/{template-only-BxYzSEnC.js → template-only-Cu639ICT.js} +2 -4
  143. package/dist/dev/packages/shared-chunks/{textarea-DHjEFpZu.js → textarea-C4lYkaHj.js} +12 -8
  144. package/dist/dev/packages/shared-chunks/{tracked-B76E1nGz.js → tracked-DEyf0T_X.js} +5 -5
  145. package/dist/dev/packages/shared-chunks/{tracked-data-CH1USZZy.js → tracked-data-DgqqRdYO.js} +2 -2
  146. package/dist/dev/packages/shared-chunks/{unique-id-Hd96VZlE.js → unique-id-DQOhouG1.js} +2 -2
  147. package/dist/dev/packages/shared-chunks/{unrecognized-url-error-BQdkjTtZ.js → unrecognized-url-error-B8loxkay.js} +3 -3
  148. package/dist/{prod/packages/shared-chunks/vm-ops-5QCUIRx4.js → dev/packages/shared-chunks/vm-ops-ImHv0Wtg.js} +1 -1
  149. package/dist/prod/packages/@ember/-internals/deprecations/index.js +10 -0
  150. package/dist/prod/packages/@ember/-internals/glimmer/index.js +11 -11
  151. package/dist/prod/packages/@ember/-internals/metal/index.js +18 -18
  152. package/dist/prod/packages/@ember/-internals/routing/index.js +3 -3
  153. package/dist/prod/packages/@ember/-internals/runtime/index.js +1 -1
  154. package/dist/prod/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  155. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +8 -8
  156. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  157. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/comparable.js +5 -0
  158. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +3 -3
  159. package/dist/prod/packages/@ember/-internals/utils/index.js +2 -2
  160. package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  161. package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  162. package/dist/prod/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  163. package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  164. package/dist/prod/packages/@ember/application/index.js +5 -6
  165. package/dist/prod/packages/@ember/application/instance.js +19 -4
  166. package/dist/prod/packages/@ember/application/namespace.js +3 -3
  167. package/dist/prod/packages/@ember/array/index.js +11 -58
  168. package/dist/prod/packages/@ember/array/lib/is-array.js +64 -0
  169. package/dist/prod/packages/@ember/array/proxy.js +8 -8
  170. package/dist/prod/packages/@ember/component/helper.js +305 -1
  171. package/dist/prod/packages/@ember/component/index.js +20 -14
  172. package/dist/prod/packages/@ember/component/template-only.js +1 -1
  173. package/dist/prod/packages/@ember/controller/index.js +3 -3
  174. package/dist/prod/packages/@ember/debug/data-adapter.js +3 -3
  175. package/dist/prod/packages/@ember/engine/index.js +5 -5
  176. package/dist/prod/packages/@ember/engine/instance.js +2 -2
  177. package/dist/prod/packages/@ember/helper/index.js +8 -27
  178. package/dist/prod/packages/@ember/modifier/index.js +2 -2
  179. package/dist/prod/packages/@ember/modifier/on.js +1 -1
  180. package/dist/prod/packages/@ember/object/-internals.js +2 -2
  181. package/dist/prod/packages/@ember/object/compat.js +3 -3
  182. package/dist/prod/packages/@ember/object/computed.js +2 -2
  183. package/dist/prod/packages/@ember/object/core.js +7 -7
  184. package/dist/prod/packages/@ember/object/evented.js +2 -2
  185. package/dist/prod/packages/@ember/object/events.js +1 -1
  186. package/dist/prod/packages/@ember/object/index.js +30 -25
  187. package/dist/prod/packages/@ember/object/internals.js +2 -2
  188. package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +4 -4
  189. package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +2 -2
  190. package/dist/prod/packages/@ember/object/mixin.js +6 -6
  191. package/dist/prod/packages/@ember/object/observable.js +7 -7
  192. package/dist/prod/packages/@ember/object/observers.js +1 -1
  193. package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +3 -3
  194. package/dist/prod/packages/@ember/reactive/collections.js +153 -153
  195. package/dist/prod/packages/@ember/renderer/index.js +1 -1
  196. package/dist/prod/packages/@ember/routing/index.js +12 -8
  197. package/dist/prod/packages/@ember/routing/lib/generate_controller.js +1 -2
  198. package/dist/prod/packages/@ember/routing/lib/routing-service.js +4 -5
  199. package/dist/prod/packages/@ember/routing/lib/utils.js +3 -3
  200. package/dist/prod/packages/@ember/routing/route.js +12 -12
  201. package/dist/prod/packages/@ember/routing/router-service.js +24 -18
  202. package/dist/prod/packages/@ember/routing/router.js +5 -5
  203. package/dist/prod/packages/@ember/runloop/index.js +1 -1
  204. package/dist/prod/packages/@ember/service/index.js +1 -1
  205. package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  206. package/dist/prod/packages/@ember/template-compiler/lib/template.js +2 -2
  207. package/dist/prod/packages/@ember/template-factory/index.js +1 -1
  208. package/dist/prod/packages/@ember/utils/lib/compare.js +5 -2
  209. package/dist/prod/packages/@ember/utils/lib/is_empty.js +1 -1
  210. package/dist/prod/packages/@glimmer/encoder/index.js +1 -1
  211. package/dist/prod/packages/@glimmer/manager/index.js +4 -4
  212. package/dist/prod/packages/@glimmer/node/index.js +3 -3
  213. package/dist/prod/packages/@glimmer/opcode-compiler/index.js +2 -2
  214. package/dist/prod/packages/@glimmer/program/index.js +10 -10
  215. package/dist/prod/packages/@glimmer/reference/index.js +5 -5
  216. package/dist/prod/packages/@glimmer/runtime/index.js +13 -13
  217. package/dist/prod/packages/@glimmer/tracking/index.js +2 -2
  218. package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  219. package/dist/prod/packages/@glimmer/util/index.js +4 -4
  220. package/dist/prod/packages/@glimmer/validator/index.js +3 -3
  221. package/dist/prod/packages/@glimmer/vm/index.js +2 -2
  222. package/dist/prod/packages/ember/version.js +1 -1
  223. package/dist/prod/packages/ember-template-compiler/index.js +4 -4
  224. package/dist/prod/packages/router_js/index.js +3 -3
  225. package/dist/prod/packages/rsvp/index.js +2281 -1
  226. package/dist/prod/packages/shared-chunks/{alias-DsIh-16z.js → alias-Bod6qdNp.js} +7 -7
  227. package/dist/prod/packages/shared-chunks/{api-CGZbGcvX.js → api-B_poQGXS.js} +6 -6
  228. package/dist/prod/packages/shared-chunks/{element-builder-CZePCkbA.js → api-CQexacBn.js} +139 -120
  229. package/dist/prod/packages/shared-chunks/{api-DOLN_cR2.js → api-DlJKfm_f.js} +3 -3
  230. package/dist/prod/packages/shared-chunks/{args-proxy-CaXVcI8G.js → args-proxy-CCoFtYLS.js} +2 -2
  231. package/dist/prod/packages/shared-chunks/{debug-render-tree-CYENUjgX.js → arguments-BzAkZVBa.js} +198 -198
  232. package/dist/prod/packages/shared-chunks/{array-DYFI95FA.js → array-BzReKMeW.js} +3 -3
  233. package/dist/prod/packages/shared-chunks/{array-utils-BEaSKdEb.js → array-utils-CZQxrdD3.js} +1 -1
  234. package/dist/prod/packages/shared-chunks/{cache-CG6_L9db.js → cache-CofLhaS4.js} +1 -2
  235. package/dist/prod/packages/shared-chunks/{capabilities-_5e35539.js → capabilities-BuVYh-vx.js} +1 -1
  236. package/dist/prod/packages/shared-chunks/{chain-tags-BP0V2LnZ.js → chain-tags-B2J7DsxO.js} +4 -4
  237. package/dist/prod/packages/shared-chunks/{collections-By4M3cTy.js → collections-GpG8lT2g.js} +10 -10
  238. package/dist/prod/packages/shared-chunks/{compiler-DQmEjFyx.js → compiler-lBSssiWp.js} +2 -2
  239. package/dist/prod/packages/shared-chunks/{computed-D6MVTTDd.js → computed-DtIStxvq.js} +6 -6
  240. package/dist/prod/packages/shared-chunks/{curly-DCYSwLtz.js → curly-a6DP7r87.js} +10 -11
  241. package/dist/prod/packages/shared-chunks/curly-brand-B_F79Dep.js +12 -0
  242. package/dist/prod/packages/shared-chunks/{curried-Cnjy9_ug.js → curried-BZnYakIg.js} +1 -1
  243. package/dist/prod/packages/shared-chunks/{decorator-B8Lpq40g.js → decorator-9ikVwsjY.js} +1 -1
  244. package/dist/prod/packages/shared-chunks/{element-CT5H5uxF.js → element-DgHdPZ8u.js} +5 -3
  245. package/dist/prod/packages/shared-chunks/{events-C7aYCy0N.js → events-DYrYz3V8.js} +1 -1
  246. package/dist/{dev/packages/shared-chunks/flags-B9qxc-pB.js → prod/packages/shared-chunks/flags-BZxHQ0yn.js} +1 -1
  247. package/dist/prod/packages/shared-chunks/{get-tlL23wmp.js → get-Dago5uGl.js} +33 -36
  248. package/dist/{dev/packages/shared-chunks/get_properties-B203vZpz.js → prod/packages/shared-chunks/get_properties-Dg3xFpiS.js} +1 -1
  249. package/dist/prod/packages/shared-chunks/{guid-PO2v9BaN.js → guid-Cbq2sNV_.js} +1 -1
  250. package/dist/prod/packages/shared-chunks/{hash-C6IoC4eR.js → hash-gEXIsSO4.js} +24 -18
  251. package/dist/prod/packages/shared-chunks/helper-brand-C9_8vvOf.js +12 -0
  252. package/dist/prod/packages/shared-chunks/{index-D-rcNBLp.js → index-Bf53M8eS.js} +9 -8
  253. package/dist/prod/packages/shared-chunks/{index-DabsnYit.js → index-npr2B-vu.js} +541 -1465
  254. package/dist/prod/packages/shared-chunks/{injected_property-COGiYHKc.js → injected_property-Y-FadDej.js} +2 -2
  255. package/dist/prod/packages/shared-chunks/{internal-BEJC2IJ-.js → internal-BQ7zHrqS.js} +4 -4
  256. package/dist/prod/packages/shared-chunks/{internal-helper-CoxiRnnb.js → internal-helper-Bz1lpDXr.js} +1 -1
  257. package/dist/prod/packages/shared-chunks/{invoke-D_jsLbsj.js → invoke-DhQ5QRp2.js} +3 -3
  258. package/dist/prod/packages/shared-chunks/{libraries-Bs3H8iwC.js → libraries-DBql0hdn.js} +2 -2
  259. package/dist/prod/packages/shared-chunks/{meta-Ce6-qROq.js → meta-BJtIZDir.js} +1 -1
  260. package/dist/{dev/packages/shared-chunks/namespace_search-TFdmjK_a.js → prod/packages/shared-chunks/namespace_search-BfvzEQzN.js} +1 -1
  261. package/dist/prod/packages/shared-chunks/{normalize-Bx4H3NjB.js → normalize-C_IStty9.js} +2 -2
  262. package/dist/prod/packages/shared-chunks/{or-sYlRiUn_.js → not-BOIVROuv.js} +28 -28
  263. package/dist/prod/packages/shared-chunks/{observers-Ci31SE36.js → observers-BmobpXAF.js} +5 -5
  264. package/dist/prod/packages/shared-chunks/{on-Dgmychhk.js → on-BZHAxzdq.js} +10 -10
  265. package/dist/prod/packages/shared-chunks/outlet--lIm3q7t.js +132 -0
  266. package/dist/{dev/packages/shared-chunks/program-CPXeXWVB.js → prod/packages/shared-chunks/program-BAh__OXZ.js} +3 -3
  267. package/dist/prod/packages/shared-chunks/{program-context-DmI53TzJ.js → program-context-COSioH46.js} +5 -4
  268. package/dist/prod/packages/shared-chunks/{property_get-Sw0SicEZ.js → property_get-DAKgbeJX.js} +2 -2
  269. package/dist/prod/packages/shared-chunks/{property_set-SHEIPMUG.js → property_set-BaQJdVfS.js} +3 -3
  270. package/dist/prod/packages/shared-chunks/{reference-D2agTt1V.js → reference-CG0yPgLy.js} +3 -3
  271. package/dist/prod/packages/shared-chunks/{registers-Buvdhhxx.js → registers-C_W2qYHJ.js} +1 -1
  272. package/dist/prod/packages/shared-chunks/{rehydrate-builder-B7MtrWip.js → rehydrate-builder-Blt1x9MP.js} +4 -4
  273. package/dist/prod/packages/shared-chunks/{render-B790-vbk.js → render-Dx7lr1hR.js} +94 -94
  274. package/dist/prod/packages/shared-chunks/{rsvp-C6j8G1D1.js → rsvp.es-DR7yS7qg.js} +150 -154
  275. package/dist/prod/packages/shared-chunks/{serialize-builder-kEyOKbzp.js → serialize-builder-BvAXYHTr.js} +2 -2
  276. package/dist/prod/packages/shared-chunks/{set_properties-CcLLHg1w.js → set_properties-Qxhw4qzw.js} +2 -2
  277. package/dist/prod/packages/shared-chunks/setup-registry-Dfu8EyLU.js +886 -0
  278. package/dist/{dev/packages/shared-chunks/simple-cast-BXTrayoV.js → prod/packages/shared-chunks/simple-cast-DCvJLSin.js} +1 -1
  279. package/dist/{dev/packages/shared-chunks/super-D4qkU4uq.js → prod/packages/shared-chunks/super-BBBjgF69.js} +1 -1
  280. package/dist/{dev/packages/shared-chunks/syscall-ops-nrBHMOTp.js → prod/packages/shared-chunks/syscall-ops-CN7STuUn.js} +1 -1
  281. package/dist/prod/packages/shared-chunks/{template-B0Apv9g2.js → template-BRrQR6KS.js} +1 -1
  282. package/dist/prod/packages/shared-chunks/{template-only-CP0NT7ce.js → template-only-DKNcKM5b.js} +2 -4
  283. package/dist/prod/packages/shared-chunks/{textarea-B_JYBuE8.js → textarea-DOmZ1x0E.js} +11 -7
  284. package/dist/prod/packages/shared-chunks/{tracked-CXcapuAm.js → tracked-B9380JtC.js} +5 -5
  285. package/dist/prod/packages/shared-chunks/{tracked-data-DNDzhYXf.js → tracked-data-CHq42QHb.js} +2 -2
  286. package/dist/prod/packages/shared-chunks/{unique-id-Hn8Qp4dS.js → unique-id-o2pS74go.js} +2 -2
  287. package/dist/prod/packages/shared-chunks/{unrecognized-url-error-ClNyMFJt.js → unrecognized-url-error-jjQ-FqKB.js} +3 -3
  288. package/dist/{dev/packages/shared-chunks/vm-ops-5QCUIRx4.js → prod/packages/shared-chunks/vm-ops-ImHv0Wtg.js} +1 -1
  289. package/docs/data.json +616 -569
  290. package/package.json +8 -6
  291. package/types/stable/@ember/-internals/deprecations/index.d.ts +6 -0
  292. package/types/stable/@ember/-internals/glimmer/index.d.ts +165 -121
  293. package/types/stable/@ember/-internals/glimmer/lib/base-renderer.d.ts +150 -0
  294. package/types/stable/@ember/-internals/glimmer/lib/component-managers/curly-brand.d.ts +10 -0
  295. package/types/stable/@ember/-internals/glimmer/lib/component-managers/curly.d.ts +3 -2
  296. package/types/stable/@ember/-internals/glimmer/lib/component-managers/mount.d.ts +1 -1
  297. package/types/stable/@ember/-internals/glimmer/lib/component-managers/outlet.d.ts +1 -1
  298. package/types/stable/@ember/-internals/glimmer/lib/component.d.ts +8 -2
  299. package/types/stable/@ember/-internals/glimmer/lib/glimmer-tracking-docs.d.ts +12 -12
  300. package/types/stable/@ember/-internals/glimmer/lib/helper-brand.d.ts +10 -0
  301. package/types/stable/@ember/-internals/glimmer/lib/helper.d.ts +20 -10
  302. package/types/stable/@ember/-internals/glimmer/lib/helpers/array.d.ts +3 -1
  303. package/types/stable/@ember/-internals/glimmer/lib/helpers/component.d.ts +65 -121
  304. package/types/stable/@ember/-internals/glimmer/lib/helpers/concat.d.ts +8 -4
  305. package/types/stable/@ember/-internals/glimmer/lib/helpers/each-in.d.ts +16 -14
  306. package/types/stable/@ember/-internals/glimmer/lib/helpers/element.d.ts +2 -0
  307. package/types/stable/@ember/-internals/glimmer/lib/helpers/fn.d.ts +11 -7
  308. package/types/stable/@ember/-internals/glimmer/lib/helpers/get.d.ts +23 -29
  309. package/types/stable/@ember/-internals/glimmer/lib/helpers/hash.d.ts +3 -1
  310. package/types/stable/@ember/-internals/glimmer/lib/helpers/if-unless.d.ts +95 -49
  311. package/types/stable/@ember/-internals/glimmer/lib/helpers/mut.d.ts +23 -54
  312. package/types/stable/@ember/-internals/glimmer/lib/helpers/page-title.d.ts +6 -2
  313. package/types/stable/@ember/-internals/glimmer/lib/helpers/readonly.d.ts +4 -8
  314. package/types/stable/@ember/-internals/glimmer/lib/modifiers/on.d.ts +10 -10
  315. package/types/stable/@ember/-internals/glimmer/lib/renderer.d.ts +7 -155
  316. package/types/stable/@ember/-internals/glimmer/lib/router-resolver.d.ts +17 -0
  317. package/types/stable/@ember/-internals/glimmer/lib/syntax/in-element.d.ts +2 -0
  318. package/types/stable/@ember/-internals/glimmer/lib/syntax/let.d.ts +2 -14
  319. package/types/stable/@ember/-internals/glimmer/lib/syntax/mount.d.ts +15 -11
  320. package/types/stable/@ember/-internals/glimmer/lib/syntax/outlet.d.ts +17 -10
  321. package/types/stable/@ember/-internals/runtime/lib/mixins/target_action_support.d.ts +1 -1
  322. package/types/stable/@ember/array/index.d.ts +6 -29
  323. package/types/stable/@ember/array/lib/is-array.d.ts +35 -0
  324. package/types/stable/@ember/component/template-only.d.ts +1 -3
  325. package/types/stable/@ember/controller/index.d.ts +1 -1
  326. package/types/stable/@ember/helper/index.d.ts +0 -19
  327. package/types/stable/@ember/object/index.d.ts +4 -3
  328. package/types/stable/@ember/object/observable.d.ts +4 -0
  329. package/types/stable/@ember/reactive/collections.d.ts +0 -6
  330. package/types/stable/@ember/renderer/index.d.ts +2 -2
  331. package/types/stable/@ember/routing/lib/generate_controller.d.ts +1 -1
  332. package/types/stable/@ember/routing/route.d.ts +2 -2
  333. package/types/stable/@ember/routing/router-service.d.ts +20 -12
  334. package/types/stable/@glimmer/runtime/lib/component/template-only.d.ts +0 -2
  335. package/types/stable/@glimmer/runtime/lib/dom/sanitized-values.d.ts +2 -2
  336. package/types/stable/@glimmer/runtime/lib/helpers/array.d.ts +1 -1
  337. package/types/stable/@glimmer/runtime/lib/helpers/concat.d.ts +8 -3
  338. package/types/stable/@glimmer/runtime/lib/helpers/fn.d.ts +13 -7
  339. package/types/stable/@glimmer/runtime/lib/helpers/get.d.ts +21 -29
  340. package/types/stable/@glimmer/runtime/lib/helpers/hash.d.ts +1 -1
  341. package/types/stable/@glimmer/syntax/lib/get-template-locals.d.ts +1 -1
  342. package/types/stable/@glimmer/tracking/index.d.ts +12 -12
  343. package/types/stable/index.d.ts +590 -585
  344. package/dist/dev/packages/shared-chunks/helper-Bm6EhgSW.js +0 -314
  345. package/dist/dev/packages/shared-chunks/setup-registry-C_YovxNX.js +0 -77
  346. package/dist/prod/packages/shared-chunks/helper-CCK8Ef0x.js +0 -298
  347. package/dist/prod/packages/shared-chunks/setup-registry-D14I0iDX.js +0 -74
@@ -3,15 +3,14 @@ import '../../debug/index.js';
3
3
  import '../../-internals/meta/lib/meta.js';
4
4
  import { assert } from '../../debug/lib/assert.js';
5
5
  import '../../../@glimmer/destroyable/index.js';
6
- import '../../../shared-chunks/cache-CeWOBNQg.js';
6
+ import '../../../shared-chunks/cache-DGDPVCpC.js';
7
7
  import '../../../shared-chunks/mandatory-setter-BpbAMTzV.js';
8
- import '../../../shared-chunks/reference-C-OXd_kp.js';
9
- import '../../../shared-chunks/decorator-DYQwMItS.js';
10
- import '../../../shared-chunks/observers-CejcZw5s.js';
11
- import '../../../shared-chunks/property_get-BjbsrgpU.js';
8
+ import '../../../shared-chunks/reference-BqOLhKFy.js';
9
+ import '../../../shared-chunks/decorator-B5Uh5NFI.js';
10
+ import '../../../shared-chunks/observers-DMlX2nCi.js';
11
+ import '../../../shared-chunks/property_get-CRP7MFz_.js';
12
12
  import { readOnly } from '../../object/lib/computed/computed_macros.js';
13
13
  import '../../object/core.js';
14
- import '../../-internals/runtime/lib/mixins/comparable.js';
15
14
  import '../../array/index.js';
16
15
  import Service from '../../service/index.js';
17
16
  import EmberRouter from '../router.js';
@@ -1,10 +1,10 @@
1
- import { g as get } from '../../../shared-chunks/property_get-BjbsrgpU.js';
1
+ import { g as get } from '../../../shared-chunks/property_get-CRP7MFz_.js';
2
2
  import { getOwner } from '../../-internals/owner/index.js';
3
3
  import '../../debug/index.js';
4
4
  import EngineInstance from '../../engine/instance.js';
5
5
  import '../../../route-recognizer/index.js';
6
- import '../../../shared-chunks/rsvp-C6j8G1D1.js';
7
- import { S as STATE_SYMBOL } from '../../../shared-chunks/unrecognized-url-error-BQdkjTtZ.js';
6
+ import '../../../shared-chunks/rsvp.es-DR7yS7qg.js';
7
+ import { S as STATE_SYMBOL } from '../../../shared-chunks/unrecognized-url-error-B8loxkay.js';
8
8
  import { assert } from '../../debug/lib/assert.js';
9
9
 
10
10
  const ALL_PERIODS_REGEX = /\./g;
@@ -1,12 +1,12 @@
1
1
  import { privatize } from '../-internals/container/index.js';
2
- import { f as flushAsyncObservers, b as addObserver } from '../../shared-chunks/observers-CejcZw5s.js';
3
- import { f as defineProperty, d as computed } from '../../shared-chunks/computed-Daavz6vC.js';
4
- import { b as descriptorForProperty } from '../../shared-chunks/decorator-DYQwMItS.js';
2
+ import { f as flushAsyncObservers, b as addObserver } from '../../shared-chunks/observers-DMlX2nCi.js';
3
+ import { c as computed, d as defineProperty } from '../../shared-chunks/computed-BPCtuOxQ.js';
4
+ import { d as descriptorForProperty } from '../../shared-chunks/decorator-B5Uh5NFI.js';
5
5
  import { getOwner } from '../-internals/owner/index.js';
6
- import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
7
- import { s as set } from '../../shared-chunks/property_set-LJskl202.js';
8
- import { g as getProperties } from '../../shared-chunks/get_properties-B203vZpz.js';
9
- import { s as setProperties } from '../../shared-chunks/set_properties-CNds2HCH.js';
6
+ import { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
7
+ import { s as set } from '../../shared-chunks/property_set-qCUylPEK.js';
8
+ import { g as getProperties } from '../../shared-chunks/get_properties-Cm2sWt5f.js';
9
+ import { s as setProperties } from '../../shared-chunks/set_properties-C4TSebH6.js';
10
10
  import EmberObject from '../object/index.js';
11
11
  import Evented from '../object/evented.js';
12
12
  import { A } from '../array/index.js';
@@ -20,10 +20,10 @@ import { info } from '../debug/index.js';
20
20
  import EngineInstance from '../engine/instance.js';
21
21
  import { dependentKeyCompat } from '../object/compat.js';
22
22
  import { once } from '../runloop/index.js';
23
- import { c as hasInternalComponentManager } from '../../shared-chunks/api-DG5kRT-o.js';
23
+ import { c as hasInternalComponentManager } from '../../shared-chunks/api-DuLOZMO_.js';
24
24
  import '../../route-recognizer/index.js';
25
- import '../../shared-chunks/rsvp-C6j8G1D1.js';
26
- import { S as STATE_SYMBOL, P as PARAMS_SYMBOL } from '../../shared-chunks/unrecognized-url-error-BQdkjTtZ.js';
25
+ import '../../shared-chunks/rsvp.es-DR7yS7qg.js';
26
+ import { S as STATE_SYMBOL, P as PARAMS_SYMBOL } from '../../shared-chunks/unrecognized-url-error-B8loxkay.js';
27
27
  import generateController from './lib/generate_controller.js';
28
28
  import { prefixRouteNameArg, stashParamNames, calculateCacheKey, normalizeControllerQueryParams } from './lib/utils.js';
29
29
  import { a as decorateMethodV2 } from '../../shared-chunks/runtime-CYyqkz5q-BOdRhmsS.js';
@@ -769,7 +769,7 @@ class Route extends EmberObject.extend(ActionHandler, Evented) {
769
769
  ```
770
770
  Note that for routes with dynamic segments, this hook is not always
771
771
  executed. If the route is entered through a transition (e.g. when
772
- using the `link-to` Handlebars helper or the `transitionTo` method
772
+ using the `link-to` helper or the `transitionTo` method
773
773
  of routes), and a model context is already provided this hook
774
774
  is not called.
775
775
  A model context does not include a primitive string or number,
@@ -897,7 +897,7 @@ class Route extends EmberObject.extend(ActionHandler, Evented) {
897
897
  If you have defined a file for the post controller,
898
898
  the framework will use it.
899
899
  If it is not defined, a basic `Controller` instance would be used.
900
- @example Behavior of a basic Controller
900
+ Example Behavior of a basic Controller
901
901
  ```app/routes/post.js
902
902
  import Route from '@ember/routing/route';
903
903
  export default class PostRoute extends Route {
@@ -4,16 +4,15 @@ import '../debug/index.js';
4
4
  import '../-internals/meta/lib/meta.js';
5
5
  import { assert } from '../debug/lib/assert.js';
6
6
  import '../../@glimmer/destroyable/index.js';
7
- import { k as consumeTag } from '../../shared-chunks/cache-CeWOBNQg.js';
8
- import { t as tagFor } from '../../shared-chunks/meta-Cjo3zQJq.js';
7
+ import { c as consumeTag } from '../../shared-chunks/cache-DGDPVCpC.js';
8
+ import { t as tagFor } from '../../shared-chunks/meta-BqC7f9Ia.js';
9
9
  import '../../shared-chunks/mandatory-setter-BpbAMTzV.js';
10
- import '../../shared-chunks/reference-C-OXd_kp.js';
11
- import '../../shared-chunks/decorator-DYQwMItS.js';
12
- import '../../shared-chunks/observers-CejcZw5s.js';
13
- import '../../shared-chunks/property_get-BjbsrgpU.js';
10
+ import '../../shared-chunks/reference-BqOLhKFy.js';
11
+ import '../../shared-chunks/decorator-B5Uh5NFI.js';
12
+ import '../../shared-chunks/observers-DMlX2nCi.js';
13
+ import '../../shared-chunks/property_get-CRP7MFz_.js';
14
14
  import { readOnly } from '../object/lib/computed/computed_macros.js';
15
15
  import '../object/core.js';
16
- import '../-internals/runtime/lib/mixins/comparable.js';
17
16
  import '../array/index.js';
18
17
  import Service from '../service/index.js';
19
18
  import EmberRouter from './router.js';
@@ -41,7 +40,7 @@ function cleanURL(url, rootURL) {
41
40
  In this example, the Router service is injected into a component to initiate a transition
42
41
  to a dedicated route:
43
42
 
44
- ```app/components/example.js
43
+ ```app/components/example.gjs
45
44
  import Component from '@glimmer/component';
46
45
  import { action } from '@ember/object';
47
46
  import { service } from '@ember/service';
@@ -90,7 +89,7 @@ class RouterService extends Service.extend(Evented) {
90
89
  In the following example we use the Router service to navigate to a route with a
91
90
  specific model from a Component in the first action, and in the second we trigger
92
91
  a query-params only transition.
93
- ```app/components/example.js
92
+ ```app/components/example.gjs
94
93
  import Component from '@glimmer/component';
95
94
  import { action } from '@ember/object';
96
95
  import { service } from '@ember/service';
@@ -175,10 +174,14 @@ class RouterService extends Service.extend(Evented) {
175
174
  URL is returned as a string that can be used for any purpose.
176
175
  In this example, the URL for the `author.books` route for a given author
177
176
  is copied to the clipboard.
178
- ```app/templates/application.hbs
179
- <CopyLink @author={{hash id="tomster" name="Tomster"}} />
177
+ ```app/templates/application.gjs
178
+ import CopyLink from '../components/copy-link';
179
+
180
+ <template>
181
+ <CopyLink @author={{hash id="tomster" name="Tomster"}} />
182
+ </template>
180
183
  ```
181
- ```app/components/copy-link.js
184
+ ```app/components/copy-link.gjs
182
185
  import Component from '@glimmer/component';
183
186
  import { service } from '@ember/service';
184
187
  import { action } from '@ember/object';
@@ -197,10 +200,13 @@ class RouterService extends Service.extend(Evented) {
197
200
  ```
198
201
  Just like with `transitionTo` and `replaceWith`, `urlFor` can also handle
199
202
  query parameters.
200
- ```app/templates/application.hbs
201
- <CopyLink @author={{hash id="tomster" name="Tomster"}} />
203
+ ```app/templates/application.gjs
204
+ import CopyLink from '../components/copy-link';
205
+ <template>
206
+ <CopyLink @author={{hash id="tomster" name="Tomster"}} />
207
+ </template>
202
208
  ```
203
- ```app/components/copy-link.js
209
+ ```app/components/copy-link.gjs
204
210
  import Component from '@glimmer/component';
205
211
  import { service } from '@ember/service';
206
212
  import { action } from '@ember/object';
@@ -237,7 +243,7 @@ class RouterService extends Service.extend(Evented) {
237
243
  See [model](api/ember/release/classes/Route/methods/model?anchor=model) and
238
244
  [queryParams](/api/ember/3.7/classes/Route/properties/queryParams?anchor=queryParams) for more information about these arguments.
239
245
  In the following example, `isActive` will return `true` if the current route is `/posts`.
240
- ```app/components/posts.js
246
+ ```app/components/posts.gjs
241
247
  import Component from '@glimmer/component';
242
248
  import { service } from '@ember/service';
243
249
  export default class extends Component {
@@ -249,7 +255,7 @@ class RouterService extends Service.extend(Evented) {
249
255
  ```
250
256
  The next example includes a dynamic segment, and will return `true` if the current route is `/posts/1`,
251
257
  assuming the post has an id of 1:
252
- ```app/components/posts.js
258
+ ```app/components/posts.gjs
253
259
  import Component from '@glimmer/component';
254
260
  import { service } from '@ember/service';
255
261
  export default class extends Component {
@@ -323,7 +329,7 @@ class RouterService extends Service.extend(Evented) {
323
329
  See [RouteInfo](/ember/release/classes/RouteInfo) for more info.
324
330
  In the following example `recognize` is used to verify if a path belongs to our
325
331
  application before transitioning to it.
326
- ```
332
+ ```js
327
333
  import Component from '@ember/component';
328
334
  import { service } from '@ember/service';
329
335
  export default class extends Component {
@@ -626,7 +632,7 @@ class RouterService extends Service.extend(Evented) {
626
632
  happens (even when that transition only changes parameters
627
633
  and doesn't change the active route).
628
634
  Usage example:
629
- ```app/components/header.js
635
+ ```app/components/header.gjs
630
636
  import Component from '@glimmer/component';
631
637
  import { service } from '@ember/service';
632
638
  import { notEmpty } from '@ember/object/computed';
@@ -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-B8loxkay.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,5 +1,4 @@
1
1
  import typeOf from './type-of.js';
2
- import Comparable from '../../-internals/runtime/lib/mixins/comparable.js';
3
2
  import '../../debug/index.js';
4
3
  import { assert } from '../../debug/lib/assert.js';
5
4
 
@@ -152,7 +151,11 @@ function compare(v, w) {
152
151
  }
153
152
  }
154
153
  function isComparable(value) {
155
- return Comparable.detect(value);
154
+ if (typeof value !== 'object' || value === null) {
155
+ return false;
156
+ }
157
+ let maybeComparable = value;
158
+ return typeof maybeComparable.constructor?.compare === 'function' || typeof maybeComparable.compare === 'function';
156
159
  }
157
160
 
158
161
  export { compare as default };
@@ -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.3.0-alpha.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-B8loxkay.js';
4
4
 
5
5
  /* eslint-disable no-prototype-builtins */
6
6
  let ROUTE_INFOS = new WeakMap();
@@ -253,7 +253,7 @@ class InternalRouteInfo {
253
253
  // Ignore the fulfilled value returned from afterModel.
254
254
  // Return the value stashed in resolvedModels, which
255
255
  // might have been swapped out in afterModel.
256
- // SAFTEY: We expect this to be of type T, though typing it as such is challenging.
256
+ // SAFETY: We expect this to be of type T, though typing it as such is challenging.
257
257
  return transition.resolvedModels[name];
258
258
  });
259
259
  }