ember-source 7.2.0-alpha.3 → 7.2.0-alpha.4

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 (271) hide show
  1. package/README.md +0 -1
  2. package/build-metadata.json +3 -3
  3. package/dist/dev/packages/@ember/-internals/browser-environment/index.js +1 -1
  4. package/dist/dev/packages/@ember/-internals/glimmer/index.js +11 -11
  5. package/dist/dev/packages/@ember/-internals/metal/index.js +18 -18
  6. package/dist/dev/packages/@ember/-internals/routing/index.js +3 -3
  7. package/dist/dev/packages/@ember/-internals/runtime/index.js +1 -1
  8. package/dist/dev/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  9. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
  10. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  11. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +2 -2
  12. package/dist/dev/packages/@ember/-internals/utils/index.js +2 -2
  13. package/dist/dev/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  14. package/dist/dev/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  15. package/dist/dev/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  16. package/dist/dev/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  17. package/dist/dev/packages/@ember/application/index.js +6 -6
  18. package/dist/dev/packages/@ember/application/instance.js +4 -4
  19. package/dist/dev/packages/@ember/application/namespace.js +3 -3
  20. package/dist/dev/packages/@ember/array/index.js +5 -5
  21. package/dist/dev/packages/@ember/array/proxy.js +8 -8
  22. package/dist/dev/packages/@ember/component/helper.js +1 -1
  23. package/dist/dev/packages/@ember/component/index.js +12 -12
  24. package/dist/dev/packages/@ember/component/template-only.js +1 -1
  25. package/dist/dev/packages/@ember/controller/index.js +3 -3
  26. package/dist/dev/packages/@ember/debug/data-adapter.js +3 -3
  27. package/dist/dev/packages/@ember/debug/index.js +1 -1
  28. package/dist/dev/packages/@ember/engine/index.js +5 -5
  29. package/dist/dev/packages/@ember/engine/instance.js +2 -2
  30. package/dist/dev/packages/@ember/helper/index.js +8 -8
  31. package/dist/dev/packages/@ember/modifier/index.js +2 -2
  32. package/dist/dev/packages/@ember/modifier/on.js +1 -1
  33. package/dist/dev/packages/@ember/object/-internals.js +2 -2
  34. package/dist/dev/packages/@ember/object/compat.js +3 -3
  35. package/dist/dev/packages/@ember/object/computed.js +2 -2
  36. package/dist/dev/packages/@ember/object/core.js +7 -7
  37. package/dist/dev/packages/@ember/object/evented.js +2 -2
  38. package/dist/dev/packages/@ember/object/events.js +1 -1
  39. package/dist/dev/packages/@ember/object/index.js +8 -8
  40. package/dist/dev/packages/@ember/object/internals.js +1 -1
  41. package/dist/dev/packages/@ember/object/lib/computed/computed_macros.js +5 -5
  42. package/dist/dev/packages/@ember/object/lib/computed/reduce_computed_macros.js +3 -3
  43. package/dist/dev/packages/@ember/object/mixin.js +6 -6
  44. package/dist/dev/packages/@ember/object/observable.js +7 -7
  45. package/dist/dev/packages/@ember/object/observers.js +1 -1
  46. package/dist/dev/packages/@ember/object/promise-proxy-mixin.js +3 -3
  47. package/dist/dev/packages/@ember/reactive/collections.js +1 -1
  48. package/dist/dev/packages/@ember/renderer/index.js +1 -1
  49. package/dist/dev/packages/@ember/routing/-internals.js +3 -3
  50. package/dist/dev/packages/@ember/routing/index.js +4 -4
  51. package/dist/dev/packages/@ember/routing/lib/generate_controller.js +1 -1
  52. package/dist/dev/packages/@ember/routing/lib/routing-service.js +5 -5
  53. package/dist/dev/packages/@ember/routing/lib/utils.js +3 -3
  54. package/dist/dev/packages/@ember/routing/route.js +10 -10
  55. package/dist/dev/packages/@ember/routing/router-service.js +6 -6
  56. package/dist/dev/packages/@ember/routing/router.js +5 -5
  57. package/dist/dev/packages/@ember/runloop/index.js +1 -1
  58. package/dist/dev/packages/@ember/service/index.js +1 -1
  59. package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  60. package/dist/dev/packages/@ember/template-compiler/lib/template.js +2 -2
  61. package/dist/dev/packages/@ember/template-factory/index.js +1 -1
  62. package/dist/dev/packages/@ember/utils/lib/is_empty.js +1 -1
  63. package/dist/dev/packages/@glimmer/manager/index.js +3 -3
  64. package/dist/dev/packages/@glimmer/node/index.js +3 -3
  65. package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
  66. package/dist/dev/packages/@glimmer/program/index.js +8 -8
  67. package/dist/dev/packages/@glimmer/reference/index.js +5 -5
  68. package/dist/dev/packages/@glimmer/runtime/index.js +13 -13
  69. package/dist/dev/packages/@glimmer/tracking/index.js +2 -2
  70. package/dist/dev/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  71. package/dist/dev/packages/@glimmer/util/index.js +4 -4
  72. package/dist/dev/packages/@glimmer/validator/index.js +3 -3
  73. package/dist/dev/packages/@glimmer/vm/index.js +1 -1
  74. package/dist/dev/packages/ember/version.js +1 -1
  75. package/dist/dev/packages/ember-template-compiler/index.js +4 -4
  76. package/dist/dev/packages/router_js/index.js +2 -2
  77. package/dist/dev/packages/rsvp/index.js +1 -1
  78. package/dist/dev/packages/shared-chunks/{alias-ZcMQckQV.js → alias-RGbDZoAB.js} +7 -7
  79. package/dist/dev/packages/shared-chunks/{api-BAmlf_CN.js → api-BT9M3UaD.js} +5 -5
  80. package/dist/dev/packages/shared-chunks/{api-BawZUDYD.js → api-DG5kRT-o.js} +2 -2
  81. package/dist/dev/packages/shared-chunks/{args-proxy-BNLuRFlO.js → args-proxy-CB0SM6jC.js} +2 -2
  82. package/dist/dev/packages/shared-chunks/{array-Bh_kUjzy.js → array-BMaSKezP.js} +3 -3
  83. package/dist/dev/packages/shared-chunks/{array-utils-CZQxrdD3.js → array-utils-BEaSKdEb.js} +1 -1
  84. package/dist/dev/packages/shared-chunks/{cache-B7dqAS38.js → cache-CeWOBNQg.js} +2 -2
  85. package/dist/dev/packages/shared-chunks/{chain-tags-D6tuFUj_.js → chain-tags-DfmU63mS.js} +4 -4
  86. package/dist/dev/packages/shared-chunks/{collections-DPkjqeA3.js → collections-DEt-i-8B.js} +2 -2
  87. package/dist/dev/packages/shared-chunks/{compiler-QUSl_urU.js → compiler-DhH2WLpA.js} +3 -3
  88. package/dist/dev/packages/shared-chunks/{computed-CJnghmXC.js → computed-Daavz6vC.js} +6 -6
  89. package/dist/dev/packages/shared-chunks/{curly-BBzF_bI8.js → curly-YoYS2vXw.js} +7 -7
  90. package/dist/dev/packages/shared-chunks/{curried-BZnYakIg.js → curried-Cnjy9_ug.js} +1 -1
  91. package/dist/dev/packages/shared-chunks/{decorator-B5Uh5NFI.js → decorator-DYQwMItS.js} +1 -1
  92. package/dist/dev/packages/shared-chunks/{element-DQJOvSlQ.js → element-bBwMD8cw.js} +3 -3
  93. package/dist/dev/packages/shared-chunks/{element-builder--iTIJyCB.js → element-builder-Cl1kHFJE.js} +4 -4
  94. package/dist/dev/packages/shared-chunks/{events-6aFVjD4k.js → events-B1lx9T1I.js} +1 -1
  95. package/dist/dev/packages/shared-chunks/{get-D5b5QlqE.js → get-CO3EIWsm.js} +4 -4
  96. package/dist/{prod/packages/shared-chunks/get_properties-Nn08mLAH.js → dev/packages/shared-chunks/get_properties-B203vZpz.js} +1 -1
  97. package/dist/dev/packages/shared-chunks/{guid-Cbq2sNV_.js → guid-PO2v9BaN.js} +1 -1
  98. package/dist/dev/packages/shared-chunks/{hash-BRRFQJ99.js → hash-2-93qikL.js} +3 -3
  99. package/dist/dev/packages/shared-chunks/{helper-Do7NCZHI.js → helper-Bm6EhgSW.js} +3 -3
  100. package/dist/dev/packages/shared-chunks/{index-BGP1rw3B.js → index-DX90CU4L.js} +1 -1
  101. package/dist/dev/packages/shared-chunks/{index-CyZiGiEI.js → index-DkwVSPP5.js} +7 -7
  102. package/dist/dev/packages/shared-chunks/{index-CwnQYqK5.js → index-dyv6rcBf.js} +27 -27
  103. package/dist/dev/packages/shared-chunks/{injected_property-B4T-FzZZ.js → injected_property-B075jH6c.js} +2 -2
  104. package/dist/dev/packages/shared-chunks/{internal-CAL-jHZt.js → internal-Bpr6ihB_.js} +4 -4
  105. package/dist/dev/packages/shared-chunks/{internal-helper-Ez7zbEIa.js → internal-helper-IC87S6iZ.js} +1 -1
  106. package/dist/dev/packages/shared-chunks/{invoke-B8M5fQQS.js → invoke-Ds0KEfP_.js} +3 -3
  107. package/dist/dev/packages/shared-chunks/{libraries-CHBwbR72.js → libraries-P8Ins5CB.js} +1 -1
  108. package/dist/dev/packages/shared-chunks/{meta-BmRXesrk.js → meta-Cjo3zQJq.js} +1 -1
  109. package/dist/{prod/packages/shared-chunks/namespace_search-BfvzEQzN.js → dev/packages/shared-chunks/namespace_search-TFdmjK_a.js} +1 -1
  110. package/dist/dev/packages/shared-chunks/{normalize-CKySQVU7.js → normalize-CxG_iVLJ.js} +2 -2
  111. package/dist/dev/packages/shared-chunks/{observers-C2DurkLG.js → observers-CejcZw5s.js} +5 -5
  112. package/dist/dev/packages/shared-chunks/{on-BueSMv9L.js → on-Ch_lyozr.js} +4 -4
  113. package/dist/dev/packages/shared-chunks/{or-O0eJQ4K-.js → or-Bg6rCMF8.js} +2 -2
  114. package/dist/dev/packages/shared-chunks/{present-B1rrjAVM.js → present-D0EfKzC6.js} +1 -1
  115. package/dist/{prod/packages/shared-chunks/program-B7CWdS8W.js → dev/packages/shared-chunks/program-CPXeXWVB.js} +2 -2
  116. package/dist/dev/packages/shared-chunks/{program-context-CadjldRr.js → program-context-BaYVr5GA.js} +4 -4
  117. package/dist/dev/packages/shared-chunks/{property_get-CIBS9umw.js → property_get-BjbsrgpU.js} +3 -3
  118. package/dist/dev/packages/shared-chunks/{property_set-D3PKyisF.js → property_set-LJskl202.js} +3 -3
  119. package/dist/dev/packages/shared-chunks/{reference-BoPB2LfI.js → reference-C-OXd_kp.js} +3 -3
  120. package/dist/{prod/packages/shared-chunks/registers-C_W2qYHJ.js → dev/packages/shared-chunks/registers-Buvdhhxx.js} +1 -1
  121. package/dist/dev/packages/shared-chunks/{rehydrate-builder-DCyIgnCR.js → rehydrate-builder-IH4d_JQy.js} +4 -4
  122. package/dist/dev/packages/shared-chunks/{render-CpKaO-BO.js → render-Dz3OWqXy.js} +15 -15
  123. package/dist/dev/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp-C6j8G1D1.js} +1 -1
  124. package/dist/dev/packages/shared-chunks/{serialize-builder-DxgGRvH_.js → serialize-builder-DKliZPPG.js} +2 -2
  125. package/dist/dev/packages/shared-chunks/{set_properties-BghuuGJx.js → set_properties-CNds2HCH.js} +2 -2
  126. package/dist/dev/packages/shared-chunks/{setup-registry-BC5VMvei.js → setup-registry-C_YovxNX.js} +7 -7
  127. package/dist/{prod/packages/shared-chunks/simple-cast-DCvJLSin.js → dev/packages/shared-chunks/simple-cast-BXTrayoV.js} +1 -1
  128. package/dist/{prod/packages/shared-chunks/super-BBBjgF69.js → dev/packages/shared-chunks/super-D4qkU4uq.js} +1 -1
  129. package/dist/{prod/packages/shared-chunks/syscall-ops-BPFtDquC.js → dev/packages/shared-chunks/syscall-ops-nrBHMOTp.js} +1 -1
  130. package/dist/{prod/packages/shared-chunks/template-BRrQR6KS.js → dev/packages/shared-chunks/template-B0Apv9g2.js} +1 -1
  131. package/dist/dev/packages/shared-chunks/{template-only-BqOt8bDl.js → template-only-BxYzSEnC.js} +2 -2
  132. package/dist/dev/packages/shared-chunks/{textarea-WSlUEr0y.js → textarea-DHjEFpZu.js} +6 -6
  133. package/dist/dev/packages/shared-chunks/{tracked-CKE4wnE6.js → tracked-B76E1nGz.js} +5 -5
  134. package/dist/dev/packages/shared-chunks/{tracked-data-CGnA4ytZ.js → tracked-data-CH1USZZy.js} +2 -2
  135. package/dist/dev/packages/shared-chunks/{unique-id-CgmHQiwi.js → unique-id-Hd96VZlE.js} +2 -2
  136. package/dist/dev/packages/shared-chunks/{unrecognized-url-error-B3wUTorp.js → unrecognized-url-error-BQdkjTtZ.js} +2 -2
  137. package/dist/dev/packages/shared-chunks/{untouchable-this-B3DVwpHS.js → untouchable-this-BHdAERUu.js} +11 -11
  138. package/dist/{prod/packages/shared-chunks/vm-ops-ImHv0Wtg.js → dev/packages/shared-chunks/vm-ops-5QCUIRx4.js} +1 -1
  139. package/dist/prod/packages/@ember/-internals/glimmer/index.js +11 -11
  140. package/dist/prod/packages/@ember/-internals/metal/index.js +18 -18
  141. package/dist/prod/packages/@ember/-internals/routing/index.js +3 -3
  142. package/dist/prod/packages/@ember/-internals/runtime/index.js +1 -1
  143. package/dist/prod/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  144. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
  145. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  146. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +2 -2
  147. package/dist/prod/packages/@ember/-internals/utils/index.js +2 -2
  148. package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  149. package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  150. package/dist/prod/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  151. package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  152. package/dist/prod/packages/@ember/application/index.js +5 -5
  153. package/dist/prod/packages/@ember/application/instance.js +4 -4
  154. package/dist/prod/packages/@ember/application/namespace.js +3 -3
  155. package/dist/prod/packages/@ember/array/index.js +5 -5
  156. package/dist/prod/packages/@ember/array/proxy.js +8 -8
  157. package/dist/prod/packages/@ember/component/helper.js +1 -1
  158. package/dist/prod/packages/@ember/component/index.js +11 -11
  159. package/dist/prod/packages/@ember/component/template-only.js +1 -1
  160. package/dist/prod/packages/@ember/controller/index.js +3 -3
  161. package/dist/prod/packages/@ember/debug/data-adapter.js +3 -3
  162. package/dist/prod/packages/@ember/engine/index.js +5 -5
  163. package/dist/prod/packages/@ember/engine/instance.js +2 -2
  164. package/dist/prod/packages/@ember/helper/index.js +8 -8
  165. package/dist/prod/packages/@ember/modifier/index.js +2 -2
  166. package/dist/prod/packages/@ember/modifier/on.js +1 -1
  167. package/dist/prod/packages/@ember/object/-internals.js +2 -2
  168. package/dist/prod/packages/@ember/object/compat.js +3 -3
  169. package/dist/prod/packages/@ember/object/computed.js +2 -2
  170. package/dist/prod/packages/@ember/object/core.js +7 -7
  171. package/dist/prod/packages/@ember/object/evented.js +2 -2
  172. package/dist/prod/packages/@ember/object/events.js +1 -1
  173. package/dist/prod/packages/@ember/object/index.js +8 -8
  174. package/dist/prod/packages/@ember/object/internals.js +2 -2
  175. package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +4 -4
  176. package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +2 -2
  177. package/dist/prod/packages/@ember/object/mixin.js +6 -6
  178. package/dist/prod/packages/@ember/object/observable.js +7 -7
  179. package/dist/prod/packages/@ember/object/observers.js +1 -1
  180. package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +3 -3
  181. package/dist/prod/packages/@ember/reactive/collections.js +1 -1
  182. package/dist/prod/packages/@ember/renderer/index.js +1 -1
  183. package/dist/prod/packages/@ember/routing/index.js +4 -4
  184. package/dist/prod/packages/@ember/routing/lib/generate_controller.js +1 -1
  185. package/dist/prod/packages/@ember/routing/lib/routing-service.js +4 -4
  186. package/dist/prod/packages/@ember/routing/lib/utils.js +3 -3
  187. package/dist/prod/packages/@ember/routing/route.js +10 -10
  188. package/dist/prod/packages/@ember/routing/router-service.js +5 -5
  189. package/dist/prod/packages/@ember/routing/router.js +5 -5
  190. package/dist/prod/packages/@ember/runloop/index.js +1 -1
  191. package/dist/prod/packages/@ember/service/index.js +1 -1
  192. package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  193. package/dist/prod/packages/@ember/template-compiler/lib/template.js +2 -2
  194. package/dist/prod/packages/@ember/template-factory/index.js +1 -1
  195. package/dist/prod/packages/@ember/utils/lib/is_empty.js +1 -1
  196. package/dist/prod/packages/@glimmer/manager/index.js +3 -3
  197. package/dist/prod/packages/@glimmer/node/index.js +3 -3
  198. package/dist/prod/packages/@glimmer/opcode-compiler/index.js +2 -2
  199. package/dist/prod/packages/@glimmer/program/index.js +8 -8
  200. package/dist/prod/packages/@glimmer/reference/index.js +5 -5
  201. package/dist/prod/packages/@glimmer/runtime/index.js +13 -13
  202. package/dist/prod/packages/@glimmer/tracking/index.js +2 -2
  203. package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  204. package/dist/prod/packages/@glimmer/util/index.js +4 -4
  205. package/dist/prod/packages/@glimmer/validator/index.js +3 -3
  206. package/dist/prod/packages/@glimmer/vm/index.js +1 -1
  207. package/dist/prod/packages/ember/version.js +1 -1
  208. package/dist/prod/packages/ember-template-compiler/index.js +4 -4
  209. package/dist/prod/packages/router_js/index.js +2 -2
  210. package/dist/prod/packages/rsvp/index.js +1 -1
  211. package/dist/prod/packages/shared-chunks/{alias-DBW_V5vD.js → alias-DsIh-16z.js} +7 -7
  212. package/dist/prod/packages/shared-chunks/{api-CM1trl_4.js → api-CGZbGcvX.js} +5 -5
  213. package/dist/prod/packages/shared-chunks/{api-zh_k31vb.js → api-DOLN_cR2.js} +2 -2
  214. package/dist/prod/packages/shared-chunks/{args-proxy-BDXbXCF9.js → args-proxy-CaXVcI8G.js} +2 -2
  215. package/dist/prod/packages/shared-chunks/{array-D6Couewv.js → array-DYFI95FA.js} +3 -3
  216. package/dist/prod/packages/shared-chunks/{array-utils-CZQxrdD3.js → array-utils-BEaSKdEb.js} +1 -1
  217. package/dist/prod/packages/shared-chunks/{cache-BIlOoPA7.js → cache-CG6_L9db.js} +1 -1
  218. package/dist/prod/packages/shared-chunks/{chain-tags-C9rFtQ_x.js → chain-tags-BP0V2LnZ.js} +4 -4
  219. package/dist/prod/packages/shared-chunks/{collections-C3Y8z_9v.js → collections-By4M3cTy.js} +1 -1
  220. package/dist/prod/packages/shared-chunks/{compiler-c4yUVrl_.js → compiler-DQmEjFyx.js} +2 -2
  221. package/dist/prod/packages/shared-chunks/{computed-DjCIU_ht.js → computed-D6MVTTDd.js} +6 -6
  222. package/dist/prod/packages/shared-chunks/{curly-ZzX43b50.js → curly-DCYSwLtz.js} +7 -7
  223. package/dist/prod/packages/shared-chunks/{curried-BZnYakIg.js → curried-Cnjy9_ug.js} +1 -1
  224. package/dist/prod/packages/shared-chunks/{debug-render-tree-CF5O4-WI.js → debug-render-tree-CYENUjgX.js} +11 -11
  225. package/dist/prod/packages/shared-chunks/{decorator-9ikVwsjY.js → decorator-B8Lpq40g.js} +1 -1
  226. package/dist/prod/packages/shared-chunks/{element-DUOVW5Ho.js → element-CT5H5uxF.js} +3 -3
  227. package/dist/prod/packages/shared-chunks/{element-builder-CnlTPNyw.js → element-builder-CZePCkbA.js} +4 -4
  228. package/dist/prod/packages/shared-chunks/{events-DYrYz3V8.js → events-C7aYCy0N.js} +1 -1
  229. package/dist/prod/packages/shared-chunks/{get-t0-itmA-.js → get-tlL23wmp.js} +4 -4
  230. package/dist/{dev/packages/shared-chunks/get_properties-CIm8IAtP.js → prod/packages/shared-chunks/get_properties-wj_Qmotj.js} +1 -1
  231. package/dist/prod/packages/shared-chunks/{guid-Cbq2sNV_.js → guid-PO2v9BaN.js} +1 -1
  232. package/dist/prod/packages/shared-chunks/{hash-mcs3pEFO.js → hash-C6IoC4eR.js} +3 -3
  233. package/dist/prod/packages/shared-chunks/{helper-DLjV2ZZW.js → helper-CCK8Ef0x.js} +3 -3
  234. package/dist/prod/packages/shared-chunks/{index-Bj71BDDA.js → index-D-rcNBLp.js} +6 -6
  235. package/dist/prod/packages/shared-chunks/{index-qDFz6Mfe.js → index-DabsnYit.js} +26 -26
  236. package/dist/prod/packages/shared-chunks/{injected_property--eJunJph.js → injected_property-COGiYHKc.js} +2 -2
  237. package/dist/prod/packages/shared-chunks/{internal-DidurjJB.js → internal-BEJC2IJ-.js} +4 -4
  238. package/dist/prod/packages/shared-chunks/{internal-helper-DIbr1RgC.js → internal-helper-CoxiRnnb.js} +1 -1
  239. package/dist/prod/packages/shared-chunks/{invoke-Cj5zMqHz.js → invoke-D_jsLbsj.js} +3 -3
  240. package/dist/prod/packages/shared-chunks/{libraries-_k-4KK5_.js → libraries-Bs3H8iwC.js} +2 -2
  241. package/dist/prod/packages/shared-chunks/{meta-B9mldqPL.js → meta-Ce6-qROq.js} +1 -1
  242. package/dist/{dev/packages/shared-chunks/namespace_search-BfvzEQzN.js → prod/packages/shared-chunks/namespace_search-TFdmjK_a.js} +1 -1
  243. package/dist/prod/packages/shared-chunks/{normalize-D9jDJVGg.js → normalize-Bx4H3NjB.js} +2 -2
  244. package/dist/prod/packages/shared-chunks/{observers-CDkeR0nI.js → observers-Ci31SE36.js} +5 -5
  245. package/dist/prod/packages/shared-chunks/{on-B5NVufs_.js → on-Dgmychhk.js} +4 -4
  246. package/dist/prod/packages/shared-chunks/{or-3AxY5TPj.js → or-sYlRiUn_.js} +2 -2
  247. package/dist/{dev/packages/shared-chunks/program-DzAfcWFj.js → prod/packages/shared-chunks/program-CF651Zuj.js} +2 -2
  248. package/dist/prod/packages/shared-chunks/{program-context-B8HKU7wu.js → program-context-DmI53TzJ.js} +4 -4
  249. package/dist/prod/packages/shared-chunks/{property_get-CAFdpRyu.js → property_get-Sw0SicEZ.js} +2 -2
  250. package/dist/prod/packages/shared-chunks/{property_set-BunbMFtp.js → property_set-SHEIPMUG.js} +3 -3
  251. package/dist/prod/packages/shared-chunks/{reference-BshxG6wn.js → reference-D2agTt1V.js} +3 -3
  252. package/dist/{dev/packages/shared-chunks/registers-C_W2qYHJ.js → prod/packages/shared-chunks/registers-Buvdhhxx.js} +1 -1
  253. package/dist/prod/packages/shared-chunks/{rehydrate-builder-DJ8k-6fg.js → rehydrate-builder-B7MtrWip.js} +4 -4
  254. package/dist/prod/packages/shared-chunks/{render-DkJJmoI4.js → render-B790-vbk.js} +15 -15
  255. package/dist/prod/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp-C6j8G1D1.js} +1 -1
  256. package/dist/prod/packages/shared-chunks/{serialize-builder-R3Ozg0sC.js → serialize-builder-kEyOKbzp.js} +2 -2
  257. package/dist/prod/packages/shared-chunks/{set_properties-LT3RzRmJ.js → set_properties-CcLLHg1w.js} +2 -2
  258. package/dist/prod/packages/shared-chunks/{setup-registry-C2KfZJWI.js → setup-registry-D14I0iDX.js} +7 -7
  259. package/dist/{dev/packages/shared-chunks/simple-cast-DCvJLSin.js → prod/packages/shared-chunks/simple-cast-BXTrayoV.js} +1 -1
  260. package/dist/{dev/packages/shared-chunks/super-BBBjgF69.js → prod/packages/shared-chunks/super-D4qkU4uq.js} +1 -1
  261. package/dist/{dev/packages/shared-chunks/syscall-ops-BPFtDquC.js → prod/packages/shared-chunks/syscall-ops-nrBHMOTp.js} +1 -1
  262. package/dist/{dev/packages/shared-chunks/template-BRrQR6KS.js → prod/packages/shared-chunks/template-B0Apv9g2.js} +1 -1
  263. package/dist/prod/packages/shared-chunks/{template-only-BtLl0uH0.js → template-only-CP0NT7ce.js} +2 -2
  264. package/dist/prod/packages/shared-chunks/{textarea-CHqL0Rdh.js → textarea-B_JYBuE8.js} +5 -5
  265. package/dist/prod/packages/shared-chunks/{tracked-DAVrVqJl.js → tracked-CXcapuAm.js} +5 -5
  266. package/dist/prod/packages/shared-chunks/{tracked-data-C83f5V5S.js → tracked-data-DNDzhYXf.js} +2 -2
  267. package/dist/prod/packages/shared-chunks/{unique-id-CfHImDRV.js → unique-id-Hn8Qp4dS.js} +2 -2
  268. package/dist/prod/packages/shared-chunks/{unrecognized-url-error-DDBwfzdm.js → unrecognized-url-error-ClNyMFJt.js} +2 -2
  269. package/dist/{dev/packages/shared-chunks/vm-ops-ImHv0Wtg.js → prod/packages/shared-chunks/vm-ops-5QCUIRx4.js} +1 -1
  270. package/docs/data.json +1 -1
  271. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { getOwner } from '../../../owner/index.js';
2
- import { g as guidFor } from '../../../../../shared-chunks/guid-Cbq2sNV_.js';
2
+ import { a as guidFor } from '../../../../../shared-chunks/guid-PO2v9BaN.js';
3
3
 
4
4
  /**
5
5
  @module ember
@@ -1,4 +1,4 @@
1
- import { i as inject } from '../../../../../shared-chunks/injected_property--eJunJph.js';
1
+ import { i as inject } from '../../../../../shared-chunks/injected_property-COGiYHKc.js';
2
2
  import ActionHandler from '../../../runtime/lib/mixins/action_handler.js';
3
3
  import Evented from '../../../../object/evented.js';
4
4
  import { FrameworkObject } from '../../../../object/-internals.js';
@@ -5,7 +5,7 @@ import '../../shared-chunks/env-DXxsTFkM.js';
5
5
  import { h as hasDOM } from '../../shared-chunks/has-dom-DdQORPzI.js';
6
6
  import { assert } from '../debug/lib/assert.js';
7
7
  import { schedule, once, join, run } from '../runloop/index.js';
8
- import '../../shared-chunks/libraries-_k-4KK5_.js';
8
+ import '../../shared-chunks/libraries-Bs3H8iwC.js';
9
9
  import '../-internals/runtime/lib/ext/rsvp.js';
10
10
  import EventDispatcher from '../-internals/views/lib/system/event_dispatcher.js';
11
11
  import Route from '../routing/route.js';
@@ -13,18 +13,18 @@ import EmberRouter from '../routing/router.js';
13
13
  import HashLocation from '../routing/hash-location.js';
14
14
  import HistoryLocation from '../routing/history-location.js';
15
15
  import NoneLocation from '../routing/none-location.js';
16
- import '../../shared-chunks/property_get-CAFdpRyu.js';
16
+ import '../../shared-chunks/property_get-Sw0SicEZ.js';
17
17
  import '../engine/instance.js';
18
18
  import '../../route-recognizer/index.js';
19
- import { R as RSVP } from '../../shared-chunks/rsvp-CnCSY930.js';
20
- import '../../shared-chunks/unrecognized-url-error-DDBwfzdm.js';
19
+ import { R as RSVP } from '../../shared-chunks/rsvp-C6j8G1D1.js';
20
+ import '../../shared-chunks/unrecognized-url-error-ClNyMFJt.js';
21
21
  import '../routing/lib/routing-service.js';
22
22
  import '../controller/index.js';
23
23
  import BucketCache from '../routing/lib/cache.js';
24
24
  import ApplicationInstance from './instance.js';
25
25
  import Engine, { buildInitializerMethod } from '../engine/index.js';
26
26
  import { privatize } from '../-internals/container/index.js';
27
- import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-C2KfZJWI.js';
27
+ import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-D14I0iDX.js';
28
28
  import RouterService from '../routing/router-service.js';
29
29
 
30
30
  /**
@@ -1,11 +1,11 @@
1
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
2
- import { s as set } from '../../shared-chunks/property_set-BunbMFtp.js';
1
+ import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
2
+ import { s as set } from '../../shared-chunks/property_set-SHEIPMUG.js';
3
3
  import { e as environment } from '../../shared-chunks/index-Cc8WmrB-.js';
4
4
  import EngineInstance from '../engine/instance.js';
5
- import { r as renderSettled } from '../../shared-chunks/index-qDFz6Mfe.js';
5
+ import { a as renderSettled } from '../../shared-chunks/index-DabsnYit.js';
6
6
  import '../routing/router.js';
7
7
  import '../object/index.js';
8
- import '../../shared-chunks/guid-Cbq2sNV_.js';
8
+ import '../../shared-chunks/guid-PO2v9BaN.js';
9
9
  import { h as hasDOM } from '../../shared-chunks/has-dom-DdQORPzI.js';
10
10
 
11
11
  /**
@@ -1,7 +1,7 @@
1
- import { N as NAMESPACES, a as NAMESPACES_BY_ID, p as processAllNamespaces, f as findNamespace, b as addNamespace, c as findNamespaces, d as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-BfvzEQzN.js';
2
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
1
+ import { N as NAMESPACES, a as NAMESPACES_BY_ID, p as processAllNamespaces, f as findNamespace, b as addNamespace, c as findNamespaces, d as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-TFdmjK_a.js';
2
+ import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
3
3
  import { g as getName, s as setName } from '../../shared-chunks/name-Clp4Vsod.js';
4
- import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
4
+ import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
5
5
  import EmberObject from '../object/index.js';
6
6
 
7
7
  /**
@@ -1,8 +1,8 @@
1
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
2
- import { o as objectAt } from '../../shared-chunks/chain-tags-C9rFtQ_x.js';
3
- import { e as replaceInNativeArray, r as replace } from '../../shared-chunks/array-D6Couewv.js';
4
- import { b as beginPropertyChanges, a as endPropertyChanges, c as computed } from '../../shared-chunks/computed-DjCIU_ht.js';
5
- import { s as set } from '../../shared-chunks/property_set-BunbMFtp.js';
1
+ import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
2
+ import { o as objectAt } from '../../shared-chunks/chain-tags-BP0V2LnZ.js';
3
+ import { e as replaceInNativeArray, d as replace } from '../../shared-chunks/array-DYFI95FA.js';
4
+ import { b as beginPropertyChanges, h as endPropertyChanges, d as computed } from '../../shared-chunks/computed-D6MVTTDd.js';
5
+ import { s as set } from '../../shared-chunks/property_set-SHEIPMUG.js';
6
6
  import Mixin from '../object/mixin.js';
7
7
  import Enumerable from '../enumerable/index.js';
8
8
  import MutableEnumerable from '../enumerable/mutable.js';
@@ -1,14 +1,14 @@
1
- import { o as objectAt, a as tagForProperty } from '../../shared-chunks/chain-tags-C9rFtQ_x.js';
2
- import { a as alias } from '../../shared-chunks/alias-DBW_V5vD.js';
3
- import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-DjCIU_ht.js';
4
- import { r as replace, a as arrayContentWillChange, b as arrayContentDidChange, c as addArrayObserver, d as removeArrayObserver } from '../../shared-chunks/array-D6Couewv.js';
5
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
1
+ import { o as objectAt, b as tagForProperty } from '../../shared-chunks/chain-tags-BP0V2LnZ.js';
2
+ import { a as alias } from '../../shared-chunks/alias-DsIh-16z.js';
3
+ import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-D6MVTTDd.js';
4
+ import { d as replace, c as arrayContentWillChange, b as arrayContentDidChange, a as addArrayObserver, r as removeArrayObserver } from '../../shared-chunks/array-DYFI95FA.js';
5
+ import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
6
6
  import { i as isObject } from '../../shared-chunks/spec-BXl1reqK.js';
7
7
  import EmberObject from '../object/index.js';
8
8
  import { MutableArray } from './index.js';
9
- import { s as setCustomTagFor } from '../../shared-chunks/args-proxy-BDXbXCF9.js';
10
- import { a as consumeTag, v as validateTag, d as valueForTag, e as combine } from '../../shared-chunks/cache-BIlOoPA7.js';
11
- import { t as tagFor } from '../../shared-chunks/meta-B9mldqPL.js';
9
+ import { s as setCustomTagFor } from '../../shared-chunks/args-proxy-CaXVcI8G.js';
10
+ import { k as consumeTag, x as validateTag, y as valueForTag, j as combine } from '../../shared-chunks/cache-CG6_L9db.js';
11
+ import { t as tagFor } from '../../shared-chunks/meta-Ce6-qROq.js';
12
12
 
13
13
  /**
14
14
  @module @ember/array/proxy
@@ -1 +1 @@
1
- export { H as default, h as helper } from '../../shared-chunks/helper-DLjV2ZZW.js';
1
+ export { H as default, h as helper } from '../../shared-chunks/helper-CCK8Ef0x.js';
@@ -1,24 +1,24 @@
1
1
  export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-Dc_cBOoX.js';
2
- import { n as nativeDescDecorator } from '../../shared-chunks/decorator-9ikVwsjY.js';
3
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
4
- import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-DjCIU_ht.js';
2
+ import { n as nativeDescDecorator } from '../../shared-chunks/decorator-B8Lpq40g.js';
3
+ import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
4
+ import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-D6MVTTDd.js';
5
5
  import { getOwner } from '../-internals/owner/index.js';
6
6
  import TargetActionSupport from '../-internals/runtime/lib/mixins/target_action_support.js';
7
7
  import ActionSupport from '../-internals/views/lib/mixins/action_support.js';
8
8
  import { getViewElement, getChildViews, addChildView } from '../-internals/views/lib/system/utils.js';
9
9
  import CoreView from '../-internals/views/lib/views/core_view.js';
10
10
  import '../object/index.js';
11
- import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
12
- import { s as setInternalComponentManager } from '../../shared-chunks/api-zh_k31vb.js';
13
- import { d as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-BshxG6wn.js';
11
+ import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
12
+ import { s as setInternalComponentManager } from '../../shared-chunks/api-DOLN_cR2.js';
13
+ import { l as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-D2agTt1V.js';
14
14
  import { n as normalizeProperty } from '../../shared-chunks/props-fiqxqhAH.js';
15
- import { p as createTag, D as DIRTY_TAG$1 } from '../../shared-chunks/cache-BIlOoPA7.js';
16
- import { I as IS_DISPATCHING_ATTRS, D as DIRTY_TAG, B as BOUNDS, g as getComponentCapturedArgs, C as CURLY_COMPONENT_MANAGER } from '../../shared-chunks/curly-ZzX43b50.js';
15
+ import { m as createTag, D as DIRTY_TAG$1 } from '../../shared-chunks/cache-CG6_L9db.js';
16
+ import { I as IS_DISPATCHING_ATTRS, D as DIRTY_TAG, B as BOUNDS, g as getComponentCapturedArgs, C as CURLY_COMPONENT_MANAGER } from '../../shared-chunks/curly-DCYSwLtz.js';
17
17
  import { h as hasDOM } from '../../shared-chunks/has-dom-DdQORPzI.js';
18
18
  import { a as decorateMethodV2 } from '../../shared-chunks/runtime-CYyqkz5q-BOdRhmsS.js';
19
- export { I as Input, T as Textarea } from '../../shared-chunks/textarea-CHqL0Rdh.js';
20
- import { s as setComponentManager$1 } from '../../shared-chunks/api-CM1trl_4.js';
21
- export { c as capabilities } from '../../shared-chunks/api-CM1trl_4.js';
19
+ export { I as Input, T as Textarea } from '../../shared-chunks/textarea-B_JYBuE8.js';
20
+ import { s as setComponentManager$1 } from '../../shared-chunks/api-CGZbGcvX.js';
21
+ export { c as capabilities } from '../../shared-chunks/api-CGZbGcvX.js';
22
22
  import '../../shared-chunks/capabilities-_5e35539.js';
23
23
 
24
24
  let lazyEventsProcessed = new WeakMap();
@@ -1,4 +1,4 @@
1
- import { t as templateOnlyComponent } from '../../shared-chunks/template-only-BtLl0uH0.js';
1
+ import { t as templateOnlyComponent } from '../../shared-chunks/template-only-CP0NT7ce.js';
2
2
 
3
3
  /**
4
4
  @module @ember/component/template-only
@@ -1,8 +1,8 @@
1
1
  import { getOwner } from '../-internals/owner/index.js';
2
- import { c as computed } from '../../shared-chunks/computed-DjCIU_ht.js';
3
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
2
+ import { d as computed } from '../../shared-chunks/computed-D6MVTTDd.js';
3
+ import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
4
4
  import { FrameworkObject } from '../object/-internals.js';
5
- import { i as inject$1 } from '../../shared-chunks/injected_property--eJunJph.js';
5
+ import { i as inject$1 } from '../../shared-chunks/injected_property-COGiYHKc.js';
6
6
  import Mixin from '../object/mixin.js';
7
7
  import ActionHandler from '../-internals/runtime/lib/mixins/action_handler.js';
8
8
 
@@ -1,12 +1,12 @@
1
1
  import { getOwner } from '../-internals/owner/index.js';
2
2
  import { _backburner, next } from '../runloop/index.js';
3
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
3
+ import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
4
4
  import { dasherize } from '../-internals/string/index.js';
5
5
  import Namespace from '../application/namespace.js';
6
6
  import EmberObject from '../object/index.js';
7
7
  import { A } from '../array/index.js';
8
- import { b as createCache, a as consumeTag, u as untrack, g as getValue } from '../../shared-chunks/cache-BIlOoPA7.js';
9
- import { t as tagFor } from '../../shared-chunks/meta-B9mldqPL.js';
8
+ import { l as createCache, k as consumeTag, w as untrack, q as getValue } from '../../shared-chunks/cache-CG6_L9db.js';
9
+ import { t as tagFor } from '../../shared-chunks/meta-Ce6-qROq.js';
10
10
  import '../../shared-chunks/env-DXxsTFkM.js';
11
11
  import { assert } from './lib/assert.js';
12
12
 
@@ -4,14 +4,14 @@ import Namespace from '../application/namespace.js';
4
4
  import { Registry } from '../-internals/container/index.js';
5
5
  import DAG from '../../dag-map/index.js';
6
6
  import ContainerDebugAdapter from '../debug/container-debug-adapter.js';
7
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
8
- import { s as set } from '../../shared-chunks/property_set-BunbMFtp.js';
7
+ import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
8
+ import { s as set } from '../../shared-chunks/property_set-SHEIPMUG.js';
9
9
  import EngineInstance from './instance.js';
10
10
  import '../../route-recognizer/index.js';
11
- import '../../shared-chunks/rsvp-CnCSY930.js';
12
- import '../../shared-chunks/unrecognized-url-error-DDBwfzdm.js';
11
+ import '../../shared-chunks/rsvp-C6j8G1D1.js';
12
+ import '../../shared-chunks/unrecognized-url-error-ClNyMFJt.js';
13
13
  import RoutingService from '../routing/lib/routing-service.js';
14
- import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-C2KfZJWI.js';
14
+ import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-D14I0iDX.js';
15
15
  import RegistryProxyMixin from '../-internals/runtime/lib/mixins/registry_proxy.js';
16
16
  import { StrictResolver } from './lib/strict-resolver.js';
17
17
 
@@ -1,11 +1,11 @@
1
1
  import EmberObject from '../object/index.js';
2
2
  import '../-internals/runtime/lib/ext/rsvp.js';
3
3
  import { Registry, privatize } from '../-internals/container/index.js';
4
- import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
4
+ import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
5
5
  import { ENGINE_PARENT, setEngineParent, getEngineParent } from './lib/engine-parent.js';
6
6
  import ContainerProxyMixin from '../-internals/runtime/lib/mixins/container_proxy.js';
7
7
  import RegistryProxyMixin from '../-internals/runtime/lib/mixins/registry_proxy.js';
8
- import { R as RSVP } from '../../shared-chunks/rsvp-CnCSY930.js';
8
+ import { R as RSVP } from '../../shared-chunks/rsvp-C6j8G1D1.js';
9
9
 
10
10
  /**
11
11
  @module @ember/engine
@@ -1,11 +1,11 @@
1
- import { b as setHelperManager$1 } from '../../shared-chunks/api-CM1trl_4.js';
2
- import { i as helperCapabilities } from '../../shared-chunks/api-zh_k31vb.js';
3
- import { i as invokeHelper$1 } from '../../shared-chunks/invoke-Cj5zMqHz.js';
4
- import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-mcs3pEFO.js';
5
- import { c as concat$1, g as get$1 } from '../../shared-chunks/get-t0-itmA-.js';
6
- import { a as and$1, e as eq$1, g as gt$1, b as gte$1, l as lt$1, c as lte$1, n as neq$1, d as not$1, o as or$1 } from '../../shared-chunks/or-3AxY5TPj.js';
7
- import { e as element$1 } from '../../shared-chunks/element-DUOVW5Ho.js';
8
- import { u as uniqueId$1 } from '../../shared-chunks/unique-id-CfHImDRV.js';
1
+ import { b as setHelperManager$1 } from '../../shared-chunks/api-CGZbGcvX.js';
2
+ import { i as helperCapabilities } from '../../shared-chunks/api-DOLN_cR2.js';
3
+ import { i as invokeHelper$1 } from '../../shared-chunks/invoke-D_jsLbsj.js';
4
+ import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-C6IoC4eR.js';
5
+ import { c as concat$1, g as get$1 } from '../../shared-chunks/get-tlL23wmp.js';
6
+ import { a as and$1, e as eq$1, g as gt$1, b as gte$1, l as lt$1, c as lte$1, n as neq$1, d as not$1, o as or$1 } from '../../shared-chunks/or-sYlRiUn_.js';
7
+ import { e as element$1 } from '../../shared-chunks/element-CT5H5uxF.js';
8
+ import { u as uniqueId$1 } from '../../shared-chunks/unique-id-Hn8Qp4dS.js';
9
9
 
10
10
  /**
11
11
  @module @ember/helper
@@ -1,5 +1,5 @@
1
- import { d as setModifierManager$1 } from '../../shared-chunks/api-CM1trl_4.js';
2
- export { m as capabilities } from '../../shared-chunks/api-CM1trl_4.js';
1
+ import { d as setModifierManager$1 } from '../../shared-chunks/api-CGZbGcvX.js';
2
+ export { m as capabilities } from '../../shared-chunks/api-CGZbGcvX.js';
3
3
  export { on } from './on.js';
4
4
 
5
5
  // NOTE: this uses assignment to *require* that the `glimmerSetModifierManager`
@@ -1,4 +1,4 @@
1
- import { o as on$1 } from '../../shared-chunks/on-B5NVufs_.js';
1
+ import { o as on$1 } from '../../shared-chunks/on-Dgmychhk.js';
2
2
 
3
3
  // In normal TypeScript, this modifier is essentially an opaque token that just
4
4
  // needs to be importable. Declaring it with a unique interface like this,
@@ -1,6 +1,6 @@
1
1
  export { g as cacheFor } from '../../shared-chunks/computed_cache-DmYKevAP.js';
2
- export { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
3
- import '../../shared-chunks/super-BBBjgF69.js';
2
+ export { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
3
+ import '../../shared-chunks/super-D4qkU4uq.js';
4
4
  import EmberObject from './index.js';
5
5
 
6
6
  // Here we have runtime shenanigans to add debug-only errors to the class in dev
@@ -1,6 +1,6 @@
1
- import { s as setClassicDecorator, i as isElementDescriptor } from '../../shared-chunks/decorator-9ikVwsjY.js';
2
- import { t as track, U as UPDATE_TAG, a as consumeTag } from '../../shared-chunks/cache-BIlOoPA7.js';
3
- import { t as tagFor } from '../../shared-chunks/meta-B9mldqPL.js';
1
+ import { s as setClassicDecorator, c as isElementDescriptor } from '../../shared-chunks/decorator-B8Lpq40g.js';
2
+ import { v as track, U as UPDATE_TAG, k as consumeTag } from '../../shared-chunks/cache-CG6_L9db.js';
3
+ import { t as tagFor } from '../../shared-chunks/meta-Ce6-qROq.js';
4
4
 
5
5
  let wrapGetterSetter = function (target, key, desc) {
6
6
  let {
@@ -1,4 +1,4 @@
1
- export { C as default, e as expandProperties } from '../../shared-chunks/computed-DjCIU_ht.js';
2
- export { a as alias } from '../../shared-chunks/alias-DBW_V5vD.js';
1
+ export { C as default, i as expandProperties } from '../../shared-chunks/computed-D6MVTTDd.js';
2
+ export { a as alias } from '../../shared-chunks/alias-DsIh-16z.js';
3
3
  export { and, bool, deprecatingAlias, empty, equal, gt, gte, lt, lte, match, none, not, notEmpty, oneWay, or, readOnly, oneWay as reads } from './lib/computed/computed_macros.js';
4
4
  export { collect, filter, filterBy, intersect, map, mapBy, max, min, setDiff, sort, sum, union, uniq, uniqBy } from './lib/computed/reduce_computed_macros.js';
@@ -1,14 +1,14 @@
1
1
  import { g as getFactoryFor, s as setFactoryFor } from '../../shared-chunks/container-BYOnjnwz.js';
2
2
  import { getOwner } from '../-internals/owner/index.js';
3
- import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
3
+ import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
4
4
  import { meta } from '../-internals/meta/lib/meta.js';
5
- import '../../shared-chunks/property_get-CAFdpRyu.js';
6
- import { s as sendEvent } from '../../shared-chunks/events-DYrYz3V8.js';
7
- import { a as activateObserver } from '../../shared-chunks/observers-CDkeR0nI.js';
8
- import { d as descriptorForProperty } from '../../shared-chunks/decorator-9ikVwsjY.js';
5
+ import '../../shared-chunks/property_get-Sw0SicEZ.js';
6
+ import { s as sendEvent } from '../../shared-chunks/events-C7aYCy0N.js';
7
+ import { a as activateObserver } from '../../shared-chunks/observers-Ci31SE36.js';
8
+ import { b as descriptorForProperty } from '../../shared-chunks/decorator-B8Lpq40g.js';
9
9
  import { registerDestructor, isDestroyed, isDestroying, destroy } from '../../@glimmer/destroyable/index.js';
10
- import '../../shared-chunks/cache-BIlOoPA7.js';
11
- import '../../shared-chunks/reference-BshxG6wn.js';
10
+ import '../../shared-chunks/cache-CG6_L9db.js';
11
+ import '../../shared-chunks/reference-D2agTt1V.js';
12
12
  import Mixin, { applyMixin } from './mixin.js';
13
13
  import '../-internals/runtime/lib/mixins/action_handler.js';
14
14
  import makeArray from '../array/lib/make-array.js';
@@ -1,5 +1,5 @@
1
- import { h as hasListeners, r as removeListener, s as sendEvent, a as addListener } from '../../shared-chunks/events-DYrYz3V8.js';
2
- export { o as on } from '../../shared-chunks/events-DYrYz3V8.js';
1
+ import { h as hasListeners, r as removeListener, s as sendEvent, a as addListener } from '../../shared-chunks/events-C7aYCy0N.js';
2
+ export { o as on } from '../../shared-chunks/events-C7aYCy0N.js';
3
3
  import Mixin from './mixin.js';
4
4
 
5
5
  /**
@@ -1 +1 @@
1
- export { a as addListener, r as removeListener, s as sendEvent } from '../../shared-chunks/events-DYrYz3V8.js';
1
+ export { a as addListener, r as removeListener, s as sendEvent } from '../../shared-chunks/events-C7aYCy0N.js';
@@ -1,15 +1,15 @@
1
1
  import { E as ENV } from '../../shared-chunks/env-DXxsTFkM.js';
2
- import { s as setClassicDecorator, i as isElementDescriptor } from '../../shared-chunks/decorator-9ikVwsjY.js';
3
- import { e as expandProperties } from '../../shared-chunks/computed-DjCIU_ht.js';
4
- export { c as computed, d as defineProperty, n as notifyPropertyChange } from '../../shared-chunks/computed-DjCIU_ht.js';
2
+ import { s as setClassicDecorator, c as isElementDescriptor } from '../../shared-chunks/decorator-B8Lpq40g.js';
3
+ import { i as expandProperties } from '../../shared-chunks/computed-D6MVTTDd.js';
4
+ export { d as computed, f as defineProperty, n as notifyPropertyChange } from '../../shared-chunks/computed-D6MVTTDd.js';
5
5
  import { g as getFactoryFor } from '../../shared-chunks/container-BYOnjnwz.js';
6
- import { s as setObservers } from '../../shared-chunks/super-BBBjgF69.js';
6
+ import { a as setObservers } from '../../shared-chunks/super-D4qkU4uq.js';
7
7
  import CoreObject from './core.js';
8
8
  import Observable from './observable.js';
9
- export { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
10
- export { s as set, t as trySet } from '../../shared-chunks/property_set-BunbMFtp.js';
11
- export { g as getProperties } from '../../shared-chunks/get_properties-Nn08mLAH.js';
12
- export { s as setProperties } from '../../shared-chunks/set_properties-LT3RzRmJ.js';
9
+ export { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
10
+ export { s as set, t as trySet } from '../../shared-chunks/property_set-SHEIPMUG.js';
11
+ export { g as getProperties } from '../../shared-chunks/get_properties-wj_Qmotj.js';
12
+ export { s as setProperties } from '../../shared-chunks/set_properties-CcLLHg1w.js';
13
13
 
14
14
  /**
15
15
  @module @ember/object
@@ -1,4 +1,4 @@
1
1
  export { g as cacheFor } from '../../shared-chunks/computed_cache-DmYKevAP.js';
2
- export { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
3
- import '../../shared-chunks/super-BBBjgF69.js';
2
+ export { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
3
+ import '../../shared-chunks/super-D4qkU4uq.js';
4
4
  import './index.js';
@@ -1,7 +1,7 @@
1
- import { c as computed, e as expandProperties } from '../../../../shared-chunks/computed-DjCIU_ht.js';
2
- import { a as alias } from '../../../../shared-chunks/alias-DBW_V5vD.js';
3
- import { g as get } from '../../../../shared-chunks/property_get-CAFdpRyu.js';
4
- import { s as set } from '../../../../shared-chunks/property_set-BunbMFtp.js';
1
+ import { d as computed, i as expandProperties } from '../../../../shared-chunks/computed-D6MVTTDd.js';
2
+ import { a as alias } from '../../../../shared-chunks/alias-DsIh-16z.js';
3
+ import { g as get } from '../../../../shared-chunks/property_get-Sw0SicEZ.js';
4
+ import { s as set } from '../../../../shared-chunks/property_set-SHEIPMUG.js';
5
5
  import isEmpty from '../../../utils/lib/is_empty.js';
6
6
  import isNone from '../../../utils/lib/is_none.js';
7
7
 
@@ -1,5 +1,5 @@
1
- import { c as computed, i as autoComputed } from '../../../../shared-chunks/computed-DjCIU_ht.js';
2
- import { g as get } from '../../../../shared-chunks/property_get-CAFdpRyu.js';
1
+ import { d as computed, a as autoComputed } from '../../../../shared-chunks/computed-D6MVTTDd.js';
2
+ import { g as get } from '../../../../shared-chunks/property_get-Sw0SicEZ.js';
3
3
  import compare from '../../../utils/lib/compare.js';
4
4
  import EmberArray, { A, uniqBy as uniqBy$1 } from '../../../array/index.js';
5
5
 
@@ -1,10 +1,10 @@
1
1
  import { peekMeta, meta } from '../-internals/meta/lib/meta.js';
2
- import { R as ROOT, o as observerListenerMetaFor, w as wrap } from '../../shared-chunks/super-BBBjgF69.js';
3
- import { n as nativeDescDecorator, a as isClassicDecorator, b as descriptorForDecorator, m as makeComputedDecorator } from '../../shared-chunks/decorator-9ikVwsjY.js';
4
- import { g as defineValue, h as defineDecorator, C as ComputedProperty } from '../../shared-chunks/computed-DjCIU_ht.js';
5
- import { s as setUnprocessedMixins } from '../../shared-chunks/namespace_search-BfvzEQzN.js';
6
- import { c as revalidateObservers, b as addObserver, r as removeObserver } from '../../shared-chunks/observers-CDkeR0nI.js';
7
- import { a as addListener, r as removeListener } from '../../shared-chunks/events-DYrYz3V8.js';
2
+ import { R as ROOT, o as observerListenerMetaFor, w as wrap } from '../../shared-chunks/super-D4qkU4uq.js';
3
+ import { n as nativeDescDecorator, i as isClassicDecorator, d as descriptorForDecorator, m as makeComputedDecorator } from '../../shared-chunks/decorator-B8Lpq40g.js';
4
+ import { g as defineValue, e as defineDecorator, C as ComputedProperty } from '../../shared-chunks/computed-D6MVTTDd.js';
5
+ import { e as setUnprocessedMixins } from '../../shared-chunks/namespace_search-TFdmjK_a.js';
6
+ import { e as revalidateObservers, b as addObserver, r as removeObserver } from '../../shared-chunks/observers-Ci31SE36.js';
7
+ import { a as addListener, r as removeListener } from '../../shared-chunks/events-C7aYCy0N.js';
8
8
 
9
9
  /**
10
10
  @module @ember/object/mixin
@@ -1,11 +1,11 @@
1
1
  import { peekMeta } from '../-internals/meta/lib/meta.js';
2
- import { h as hasListeners } from '../../shared-chunks/events-DYrYz3V8.js';
3
- import { n as notifyPropertyChange, a as endPropertyChanges, b as beginPropertyChanges } from '../../shared-chunks/computed-DjCIU_ht.js';
4
- import { r as removeObserver, b as addObserver } from '../../shared-chunks/observers-CDkeR0nI.js';
5
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
6
- import { s as set } from '../../shared-chunks/property_set-BunbMFtp.js';
7
- import { g as getProperties } from '../../shared-chunks/get_properties-Nn08mLAH.js';
8
- import { s as setProperties } from '../../shared-chunks/set_properties-LT3RzRmJ.js';
2
+ import { h as hasListeners } from '../../shared-chunks/events-C7aYCy0N.js';
3
+ import { n as notifyPropertyChange, h as endPropertyChanges, b as beginPropertyChanges } from '../../shared-chunks/computed-D6MVTTDd.js';
4
+ import { r as removeObserver, b as addObserver } from '../../shared-chunks/observers-Ci31SE36.js';
5
+ import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
6
+ import { s as set } from '../../shared-chunks/property_set-SHEIPMUG.js';
7
+ import { g as getProperties } from '../../shared-chunks/get_properties-wj_Qmotj.js';
8
+ import { s as setProperties } from '../../shared-chunks/set_properties-CcLLHg1w.js';
9
9
  import Mixin from './mixin.js';
10
10
 
11
11
  /**
@@ -1 +1 @@
1
- export { b as addObserver, r as removeObserver } from '../../shared-chunks/observers-CDkeR0nI.js';
1
+ export { b as addObserver, r as removeObserver } from '../../shared-chunks/observers-Ci31SE36.js';
@@ -1,6 +1,6 @@
1
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
2
- import { s as setProperties } from '../../shared-chunks/set_properties-LT3RzRmJ.js';
3
- import { c as computed } from '../../shared-chunks/computed-DjCIU_ht.js';
1
+ import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
2
+ import { s as setProperties } from '../../shared-chunks/set_properties-CcLLHg1w.js';
3
+ import { d as computed } from '../../shared-chunks/computed-D6MVTTDd.js';
4
4
  import Mixin from './mixin.js';
5
5
 
6
6
  /**
@@ -1,4 +1,4 @@
1
- import { a as consumeTag, c as createUpdatableTag, D as DIRTY_TAG } from '../../shared-chunks/cache-BIlOoPA7.js';
1
+ import { k as consumeTag, n as createUpdatableTag, D as DIRTY_TAG } from '../../shared-chunks/cache-CG6_L9db.js';
2
2
 
3
3
  /* eslint-disable @typescript-eslint/no-explicit-any */
4
4
  // Unfortunately, TypeScript's ability to do inference *or* type-checking in a
@@ -1 +1 @@
1
- export { a as renderComponent, r as renderSettled } from '../../shared-chunks/index-qDFz6Mfe.js';
1
+ export { r as renderComponent, a as renderSettled } from '../../shared-chunks/index-DabsnYit.js';
@@ -3,11 +3,11 @@ import { getEngineParent } from '../engine/lib/engine-parent.js';
3
3
  import { flaggedInstrument } from '../instrumentation/index.js';
4
4
  import { action } from '../object/index.js';
5
5
  import { service } from '../service/index.js';
6
- import { a as consumeTag, b as createCache, g as getValue, u as untrack } from '../../shared-chunks/cache-BIlOoPA7.js';
7
- import { t as tagFor } from '../../shared-chunks/meta-B9mldqPL.js';
6
+ import { k as consumeTag, l as createCache, q as getValue, w as untrack } from '../../shared-chunks/cache-CG6_L9db.js';
7
+ import { t as tagFor } from '../../shared-chunks/meta-Ce6-qROq.js';
8
8
  import { on } from '../modifier/on.js';
9
- import { t as templateFactory } from '../../shared-chunks/index-Bj71BDDA.js';
10
- import { I as InternalComponent, o as opaquify } from '../../shared-chunks/internal-DidurjJB.js';
9
+ import { h as templateFactory } from '../../shared-chunks/index-D-rcNBLp.js';
10
+ import { I as InternalComponent, o as opaquify } from '../../shared-chunks/internal-BEJC2IJ-.js';
11
11
  import { d as decorateFieldV2, i as initializeDeferredDecorator, a as decorateMethodV2 } from '../../shared-chunks/runtime-CYyqkz5q-BOdRhmsS.js';
12
12
 
13
13
  const LinkToTemplate = templateFactory(
@@ -1,4 +1,4 @@
1
- import '../../../shared-chunks/property_get-CAFdpRyu.js';
1
+ import '../../../shared-chunks/property_get-Sw0SicEZ.js';
2
2
  import '../../controller/index.js';
3
3
 
4
4
  /**
@@ -1,8 +1,8 @@
1
1
  import { getOwner } from '../../-internals/owner/index.js';
2
- import '../../../shared-chunks/cache-BIlOoPA7.js';
3
- import '../../../shared-chunks/reference-BshxG6wn.js';
4
- import '../../../shared-chunks/observers-CDkeR0nI.js';
5
- import '../../../shared-chunks/property_get-CAFdpRyu.js';
2
+ import '../../../shared-chunks/cache-CG6_L9db.js';
3
+ import '../../../shared-chunks/reference-D2agTt1V.js';
4
+ import '../../../shared-chunks/observers-Ci31SE36.js';
5
+ import '../../../shared-chunks/property_get-Sw0SicEZ.js';
6
6
  import { readOnly } from '../../object/lib/computed/computed_macros.js';
7
7
  import '../../object/core.js';
8
8
  import '../../-internals/runtime/lib/mixins/comparable.js';
@@ -1,9 +1,9 @@
1
- import { g as get } from '../../../shared-chunks/property_get-CAFdpRyu.js';
1
+ import { g as get } from '../../../shared-chunks/property_get-Sw0SicEZ.js';
2
2
  import { getOwner } from '../../-internals/owner/index.js';
3
3
  import '../../engine/instance.js';
4
4
  import '../../../route-recognizer/index.js';
5
- import '../../../shared-chunks/rsvp-CnCSY930.js';
6
- import { S as STATE_SYMBOL } from '../../../shared-chunks/unrecognized-url-error-DDBwfzdm.js';
5
+ import '../../../shared-chunks/rsvp-C6j8G1D1.js';
6
+ import { S as STATE_SYMBOL } from '../../../shared-chunks/unrecognized-url-error-ClNyMFJt.js';
7
7
 
8
8
  const ALL_PERIODS_REGEX = /\./g;
9
9
  function extractRouteArgs(args) {
@@ -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-CDkeR0nI.js';
3
- import { d as defineProperty, c as computed } from '../../shared-chunks/computed-DjCIU_ht.js';
4
- import { d as descriptorForProperty } from '../../shared-chunks/decorator-9ikVwsjY.js';
2
+ import { f as flushAsyncObservers, b as addObserver } from '../../shared-chunks/observers-Ci31SE36.js';
3
+ import { f as defineProperty, d as computed } from '../../shared-chunks/computed-D6MVTTDd.js';
4
+ import { b as descriptorForProperty } from '../../shared-chunks/decorator-B8Lpq40g.js';
5
5
  import { getOwner } from '../-internals/owner/index.js';
6
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
7
- import { s as set } from '../../shared-chunks/property_set-BunbMFtp.js';
8
- import { g as getProperties } from '../../shared-chunks/get_properties-Nn08mLAH.js';
9
- import { s as setProperties } from '../../shared-chunks/set_properties-LT3RzRmJ.js';
6
+ import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
7
+ import { s as set } from '../../shared-chunks/property_set-SHEIPMUG.js';
8
+ import { g as getProperties } from '../../shared-chunks/get_properties-wj_Qmotj.js';
9
+ import { s as setProperties } from '../../shared-chunks/set_properties-CcLLHg1w.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';
@@ -19,10 +19,10 @@ import { isTesting } from '../debug/lib/testing.js';
19
19
  import '../engine/instance.js';
20
20
  import { dependentKeyCompat } from '../object/compat.js';
21
21
  import { once } from '../runloop/index.js';
22
- import { c as hasInternalComponentManager } from '../../shared-chunks/api-zh_k31vb.js';
22
+ import { c as hasInternalComponentManager } from '../../shared-chunks/api-DOLN_cR2.js';
23
23
  import '../../route-recognizer/index.js';
24
- import '../../shared-chunks/rsvp-CnCSY930.js';
25
- import { S as STATE_SYMBOL, P as PARAMS_SYMBOL } from '../../shared-chunks/unrecognized-url-error-DDBwfzdm.js';
24
+ import '../../shared-chunks/rsvp-C6j8G1D1.js';
25
+ import { S as STATE_SYMBOL, P as PARAMS_SYMBOL } from '../../shared-chunks/unrecognized-url-error-ClNyMFJt.js';
26
26
  import generateController from './lib/generate_controller.js';
27
27
  import { prefixRouteNameArg, stashParamNames, calculateCacheKey, normalizeControllerQueryParams } from './lib/utils.js';
28
28
  import { a as decorateMethodV2 } from '../../shared-chunks/runtime-CYyqkz5q-BOdRhmsS.js';
@@ -1,10 +1,10 @@
1
1
  import { getOwner } from '../-internals/owner/index.js';
2
2
  import Evented from '../object/evented.js';
3
- import { a as consumeTag } from '../../shared-chunks/cache-BIlOoPA7.js';
4
- import { t as tagFor } from '../../shared-chunks/meta-B9mldqPL.js';
5
- import '../../shared-chunks/reference-BshxG6wn.js';
6
- import '../../shared-chunks/observers-CDkeR0nI.js';
7
- import '../../shared-chunks/property_get-CAFdpRyu.js';
3
+ import { k as consumeTag } from '../../shared-chunks/cache-CG6_L9db.js';
4
+ import { t as tagFor } from '../../shared-chunks/meta-Ce6-qROq.js';
5
+ import '../../shared-chunks/reference-D2agTt1V.js';
6
+ import '../../shared-chunks/observers-Ci31SE36.js';
7
+ import '../../shared-chunks/property_get-Sw0SicEZ.js';
8
8
  import { readOnly } from '../object/lib/computed/computed_macros.js';
9
9
  import '../object/core.js';
10
10
  import '../-internals/runtime/lib/mixins/comparable.js';