ember-source 7.2.0-alpha.2 → 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 (303) hide show
  1. package/README.md +0 -1
  2. package/blueprints/acceptance-test/index.js +7 -9
  3. package/blueprints/component/index.js +8 -10
  4. package/blueprints/component-addon/index.js +5 -7
  5. package/blueprints/component-class/index.js +6 -8
  6. package/blueprints/component-class-addon/index.js +5 -7
  7. package/blueprints/component-test/index.js +7 -9
  8. package/blueprints/controller/index.js +2 -4
  9. package/blueprints/controller-test/index.js +5 -7
  10. package/blueprints/helper/index.js +3 -5
  11. package/blueprints/helper-addon/index.js +2 -2
  12. package/blueprints/helper-test/index.js +4 -6
  13. package/blueprints/initializer/index.js +2 -4
  14. package/blueprints/initializer-addon/index.js +2 -2
  15. package/blueprints/initializer-test/index.js +5 -7
  16. package/blueprints/instance-initializer/index.js +2 -4
  17. package/blueprints/instance-initializer-addon/index.js +2 -2
  18. package/blueprints/instance-initializer-test/index.js +5 -7
  19. package/blueprints/mixin/index.js +1 -3
  20. package/blueprints/mixin-test/index.js +2 -4
  21. package/blueprints/route/index.js +8 -10
  22. package/blueprints/route-addon/index.js +4 -6
  23. package/blueprints/route-test/index.js +5 -7
  24. package/blueprints/service/index.js +2 -4
  25. package/blueprints/service-test/index.js +3 -5
  26. package/blueprints/template/index.js +1 -3
  27. package/blueprints/util/index.js +2 -4
  28. package/blueprints/util-test/index.js +4 -6
  29. package/build-metadata.json +3 -3
  30. package/dist/dev/packages/@ember/-internals/browser-environment/index.js +1 -1
  31. package/dist/dev/packages/@ember/-internals/glimmer/index.js +11 -11
  32. package/dist/dev/packages/@ember/-internals/metal/index.js +18 -18
  33. package/dist/dev/packages/@ember/-internals/routing/index.js +3 -3
  34. package/dist/dev/packages/@ember/-internals/runtime/index.js +1 -1
  35. package/dist/dev/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  36. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
  37. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  38. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +2 -2
  39. package/dist/dev/packages/@ember/-internals/utils/index.js +2 -2
  40. package/dist/dev/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  41. package/dist/dev/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  42. package/dist/dev/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  43. package/dist/dev/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  44. package/dist/dev/packages/@ember/application/index.js +6 -6
  45. package/dist/dev/packages/@ember/application/instance.js +4 -4
  46. package/dist/dev/packages/@ember/application/namespace.js +3 -3
  47. package/dist/dev/packages/@ember/array/index.js +5 -5
  48. package/dist/dev/packages/@ember/array/proxy.js +8 -8
  49. package/dist/dev/packages/@ember/component/helper.js +1 -1
  50. package/dist/dev/packages/@ember/component/index.js +12 -12
  51. package/dist/dev/packages/@ember/component/template-only.js +1 -1
  52. package/dist/dev/packages/@ember/controller/index.js +3 -3
  53. package/dist/dev/packages/@ember/debug/data-adapter.js +3 -3
  54. package/dist/dev/packages/@ember/debug/index.js +1 -1
  55. package/dist/dev/packages/@ember/engine/index.js +15 -5
  56. package/dist/dev/packages/@ember/engine/instance.js +2 -2
  57. package/dist/dev/packages/@ember/engine/lib/strict-resolver.js +122 -0
  58. package/dist/dev/packages/@ember/helper/index.js +8 -8
  59. package/dist/dev/packages/@ember/modifier/index.js +2 -2
  60. package/dist/dev/packages/@ember/modifier/on.js +1 -1
  61. package/dist/dev/packages/@ember/object/-internals.js +2 -2
  62. package/dist/dev/packages/@ember/object/compat.js +3 -3
  63. package/dist/dev/packages/@ember/object/computed.js +2 -2
  64. package/dist/dev/packages/@ember/object/core.js +7 -7
  65. package/dist/dev/packages/@ember/object/evented.js +2 -2
  66. package/dist/dev/packages/@ember/object/events.js +1 -1
  67. package/dist/dev/packages/@ember/object/index.js +8 -8
  68. package/dist/dev/packages/@ember/object/internals.js +1 -1
  69. package/dist/dev/packages/@ember/object/lib/computed/computed_macros.js +5 -5
  70. package/dist/dev/packages/@ember/object/lib/computed/reduce_computed_macros.js +3 -3
  71. package/dist/dev/packages/@ember/object/mixin.js +6 -6
  72. package/dist/dev/packages/@ember/object/observable.js +7 -7
  73. package/dist/dev/packages/@ember/object/observers.js +1 -1
  74. package/dist/dev/packages/@ember/object/promise-proxy-mixin.js +3 -3
  75. package/dist/dev/packages/@ember/reactive/collections.js +1 -1
  76. package/dist/dev/packages/@ember/renderer/index.js +1 -1
  77. package/dist/dev/packages/@ember/routing/-internals.js +3 -3
  78. package/dist/dev/packages/@ember/routing/index.js +4 -4
  79. package/dist/dev/packages/@ember/routing/lib/generate_controller.js +1 -1
  80. package/dist/dev/packages/@ember/routing/lib/routing-service.js +5 -5
  81. package/dist/dev/packages/@ember/routing/lib/utils.js +3 -3
  82. package/dist/dev/packages/@ember/routing/route.js +10 -10
  83. package/dist/dev/packages/@ember/routing/router-service.js +6 -6
  84. package/dist/dev/packages/@ember/routing/router.js +5 -5
  85. package/dist/dev/packages/@ember/runloop/index.js +1 -1
  86. package/dist/dev/packages/@ember/service/index.js +1 -1
  87. package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  88. package/dist/dev/packages/@ember/template-compiler/lib/template.js +2 -2
  89. package/dist/dev/packages/@ember/template-factory/index.js +1 -1
  90. package/dist/dev/packages/@ember/utils/lib/is_empty.js +1 -1
  91. package/dist/dev/packages/@glimmer/manager/index.js +3 -3
  92. package/dist/dev/packages/@glimmer/node/index.js +3 -3
  93. package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
  94. package/dist/dev/packages/@glimmer/program/index.js +8 -8
  95. package/dist/dev/packages/@glimmer/reference/index.js +5 -5
  96. package/dist/dev/packages/@glimmer/runtime/index.js +13 -13
  97. package/dist/dev/packages/@glimmer/tracking/index.js +2 -2
  98. package/dist/dev/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  99. package/dist/dev/packages/@glimmer/util/index.js +4 -4
  100. package/dist/dev/packages/@glimmer/validator/index.js +3 -3
  101. package/dist/dev/packages/@glimmer/vm/index.js +1 -1
  102. package/dist/dev/packages/ember/version.js +1 -1
  103. package/dist/dev/packages/ember-template-compiler/index.js +4 -4
  104. package/dist/dev/packages/router_js/index.js +2 -2
  105. package/dist/dev/packages/rsvp/index.js +1 -1
  106. package/dist/dev/packages/shared-chunks/{alias-ZcMQckQV.js → alias-RGbDZoAB.js} +7 -7
  107. package/dist/dev/packages/shared-chunks/{api-BAmlf_CN.js → api-BT9M3UaD.js} +5 -5
  108. package/dist/dev/packages/shared-chunks/{api-BawZUDYD.js → api-DG5kRT-o.js} +2 -2
  109. package/dist/dev/packages/shared-chunks/{args-proxy-BNLuRFlO.js → args-proxy-CB0SM6jC.js} +2 -2
  110. package/dist/dev/packages/shared-chunks/{array-Bh_kUjzy.js → array-BMaSKezP.js} +3 -3
  111. package/dist/dev/packages/shared-chunks/{array-utils-CZQxrdD3.js → array-utils-BEaSKdEb.js} +1 -1
  112. package/dist/dev/packages/shared-chunks/{cache-B7dqAS38.js → cache-CeWOBNQg.js} +2 -2
  113. package/dist/dev/packages/shared-chunks/{chain-tags-D6tuFUj_.js → chain-tags-DfmU63mS.js} +4 -4
  114. package/dist/dev/packages/shared-chunks/{collections-DPkjqeA3.js → collections-DEt-i-8B.js} +2 -2
  115. package/dist/dev/packages/shared-chunks/{compiler-QUSl_urU.js → compiler-DhH2WLpA.js} +3 -3
  116. package/dist/dev/packages/shared-chunks/{computed-CJnghmXC.js → computed-Daavz6vC.js} +6 -6
  117. package/dist/dev/packages/shared-chunks/{curly-BBzF_bI8.js → curly-YoYS2vXw.js} +7 -7
  118. package/dist/dev/packages/shared-chunks/{curried-BZnYakIg.js → curried-Cnjy9_ug.js} +1 -1
  119. package/dist/dev/packages/shared-chunks/{decorator-B5Uh5NFI.js → decorator-DYQwMItS.js} +1 -1
  120. package/dist/dev/packages/shared-chunks/{element-DQJOvSlQ.js → element-bBwMD8cw.js} +3 -3
  121. package/dist/dev/packages/shared-chunks/{element-builder--iTIJyCB.js → element-builder-Cl1kHFJE.js} +4 -4
  122. package/dist/dev/packages/shared-chunks/{events-6aFVjD4k.js → events-B1lx9T1I.js} +1 -1
  123. package/dist/dev/packages/shared-chunks/{get-D5b5QlqE.js → get-CO3EIWsm.js} +4 -4
  124. package/dist/{prod/packages/shared-chunks/get_properties-Nn08mLAH.js → dev/packages/shared-chunks/get_properties-B203vZpz.js} +1 -1
  125. package/dist/dev/packages/shared-chunks/{guid-Cbq2sNV_.js → guid-PO2v9BaN.js} +1 -1
  126. package/dist/dev/packages/shared-chunks/{hash-BRRFQJ99.js → hash-2-93qikL.js} +3 -3
  127. package/dist/dev/packages/shared-chunks/{helper-Do7NCZHI.js → helper-Bm6EhgSW.js} +3 -3
  128. package/dist/dev/packages/shared-chunks/{index-BGP1rw3B.js → index-DX90CU4L.js} +1 -1
  129. package/dist/dev/packages/shared-chunks/{index-CyZiGiEI.js → index-DkwVSPP5.js} +7 -7
  130. package/dist/dev/packages/shared-chunks/{index-CwnQYqK5.js → index-dyv6rcBf.js} +27 -27
  131. package/dist/dev/packages/shared-chunks/{injected_property-B4T-FzZZ.js → injected_property-B075jH6c.js} +2 -2
  132. package/dist/dev/packages/shared-chunks/{internal-CAL-jHZt.js → internal-Bpr6ihB_.js} +4 -4
  133. package/dist/dev/packages/shared-chunks/{internal-helper-Ez7zbEIa.js → internal-helper-IC87S6iZ.js} +1 -1
  134. package/dist/dev/packages/shared-chunks/{invoke-B8M5fQQS.js → invoke-Ds0KEfP_.js} +3 -3
  135. package/dist/dev/packages/shared-chunks/{libraries-CHBwbR72.js → libraries-P8Ins5CB.js} +1 -1
  136. package/dist/dev/packages/shared-chunks/{meta-BmRXesrk.js → meta-Cjo3zQJq.js} +1 -1
  137. package/dist/{prod/packages/shared-chunks/namespace_search-BfvzEQzN.js → dev/packages/shared-chunks/namespace_search-TFdmjK_a.js} +1 -1
  138. package/dist/dev/packages/shared-chunks/{normalize-CKySQVU7.js → normalize-CxG_iVLJ.js} +2 -2
  139. package/dist/dev/packages/shared-chunks/{observers-C2DurkLG.js → observers-CejcZw5s.js} +5 -5
  140. package/dist/dev/packages/shared-chunks/{on-BueSMv9L.js → on-Ch_lyozr.js} +4 -4
  141. package/dist/dev/packages/shared-chunks/{or-O0eJQ4K-.js → or-Bg6rCMF8.js} +2 -2
  142. package/dist/dev/packages/shared-chunks/{present-B1rrjAVM.js → present-D0EfKzC6.js} +1 -1
  143. package/dist/{prod/packages/shared-chunks/program-B7CWdS8W.js → dev/packages/shared-chunks/program-CPXeXWVB.js} +2 -2
  144. package/dist/dev/packages/shared-chunks/{program-context-CadjldRr.js → program-context-BaYVr5GA.js} +4 -4
  145. package/dist/dev/packages/shared-chunks/{property_get-CIBS9umw.js → property_get-BjbsrgpU.js} +3 -3
  146. package/dist/dev/packages/shared-chunks/{property_set-D3PKyisF.js → property_set-LJskl202.js} +3 -3
  147. package/dist/dev/packages/shared-chunks/{reference-BoPB2LfI.js → reference-C-OXd_kp.js} +3 -3
  148. package/dist/{prod/packages/shared-chunks/registers-C_W2qYHJ.js → dev/packages/shared-chunks/registers-Buvdhhxx.js} +1 -1
  149. package/dist/dev/packages/shared-chunks/{rehydrate-builder-DCyIgnCR.js → rehydrate-builder-IH4d_JQy.js} +4 -4
  150. package/dist/dev/packages/shared-chunks/{render-CpKaO-BO.js → render-Dz3OWqXy.js} +15 -15
  151. package/dist/dev/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp-C6j8G1D1.js} +1 -1
  152. package/dist/dev/packages/shared-chunks/{serialize-builder-DxgGRvH_.js → serialize-builder-DKliZPPG.js} +2 -2
  153. package/dist/dev/packages/shared-chunks/{set_properties-BghuuGJx.js → set_properties-CNds2HCH.js} +2 -2
  154. package/dist/dev/packages/shared-chunks/{setup-registry-BC5VMvei.js → setup-registry-C_YovxNX.js} +7 -7
  155. package/dist/{prod/packages/shared-chunks/simple-cast-DCvJLSin.js → dev/packages/shared-chunks/simple-cast-BXTrayoV.js} +1 -1
  156. package/dist/{prod/packages/shared-chunks/super-BBBjgF69.js → dev/packages/shared-chunks/super-D4qkU4uq.js} +1 -1
  157. package/dist/{prod/packages/shared-chunks/syscall-ops-BPFtDquC.js → dev/packages/shared-chunks/syscall-ops-nrBHMOTp.js} +1 -1
  158. package/dist/{prod/packages/shared-chunks/template-BRrQR6KS.js → dev/packages/shared-chunks/template-B0Apv9g2.js} +1 -1
  159. package/dist/dev/packages/shared-chunks/{template-only-BqOt8bDl.js → template-only-BxYzSEnC.js} +2 -2
  160. package/dist/dev/packages/shared-chunks/{textarea-WSlUEr0y.js → textarea-DHjEFpZu.js} +6 -6
  161. package/dist/dev/packages/shared-chunks/{tracked-CKE4wnE6.js → tracked-B76E1nGz.js} +5 -5
  162. package/dist/dev/packages/shared-chunks/{tracked-data-CGnA4ytZ.js → tracked-data-CH1USZZy.js} +2 -2
  163. package/dist/dev/packages/shared-chunks/{unique-id-CgmHQiwi.js → unique-id-Hd96VZlE.js} +2 -2
  164. package/dist/dev/packages/shared-chunks/{unrecognized-url-error-B3wUTorp.js → unrecognized-url-error-BQdkjTtZ.js} +2 -2
  165. package/dist/dev/packages/shared-chunks/{untouchable-this-B3DVwpHS.js → untouchable-this-BHdAERUu.js} +11 -11
  166. package/dist/{prod/packages/shared-chunks/vm-ops-ImHv0Wtg.js → dev/packages/shared-chunks/vm-ops-5QCUIRx4.js} +1 -1
  167. package/dist/prod/packages/@ember/-internals/glimmer/index.js +11 -11
  168. package/dist/prod/packages/@ember/-internals/metal/index.js +18 -18
  169. package/dist/prod/packages/@ember/-internals/routing/index.js +3 -3
  170. package/dist/prod/packages/@ember/-internals/runtime/index.js +1 -1
  171. package/dist/prod/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  172. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
  173. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  174. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +2 -2
  175. package/dist/prod/packages/@ember/-internals/utils/index.js +2 -2
  176. package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  177. package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  178. package/dist/prod/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  179. package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  180. package/dist/prod/packages/@ember/application/index.js +5 -5
  181. package/dist/prod/packages/@ember/application/instance.js +4 -4
  182. package/dist/prod/packages/@ember/application/namespace.js +3 -3
  183. package/dist/prod/packages/@ember/array/index.js +5 -5
  184. package/dist/prod/packages/@ember/array/proxy.js +8 -8
  185. package/dist/prod/packages/@ember/component/helper.js +1 -1
  186. package/dist/prod/packages/@ember/component/index.js +11 -11
  187. package/dist/prod/packages/@ember/component/template-only.js +1 -1
  188. package/dist/prod/packages/@ember/controller/index.js +3 -3
  189. package/dist/prod/packages/@ember/debug/data-adapter.js +3 -3
  190. package/dist/prod/packages/@ember/engine/index.js +15 -5
  191. package/dist/prod/packages/@ember/engine/instance.js +2 -2
  192. package/dist/prod/packages/@ember/engine/lib/strict-resolver.js +118 -0
  193. package/dist/prod/packages/@ember/helper/index.js +8 -8
  194. package/dist/prod/packages/@ember/modifier/index.js +2 -2
  195. package/dist/prod/packages/@ember/modifier/on.js +1 -1
  196. package/dist/prod/packages/@ember/object/-internals.js +2 -2
  197. package/dist/prod/packages/@ember/object/compat.js +3 -3
  198. package/dist/prod/packages/@ember/object/computed.js +2 -2
  199. package/dist/prod/packages/@ember/object/core.js +7 -7
  200. package/dist/prod/packages/@ember/object/evented.js +2 -2
  201. package/dist/prod/packages/@ember/object/events.js +1 -1
  202. package/dist/prod/packages/@ember/object/index.js +8 -8
  203. package/dist/prod/packages/@ember/object/internals.js +2 -2
  204. package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +4 -4
  205. package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +2 -2
  206. package/dist/prod/packages/@ember/object/mixin.js +6 -6
  207. package/dist/prod/packages/@ember/object/observable.js +7 -7
  208. package/dist/prod/packages/@ember/object/observers.js +1 -1
  209. package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +3 -3
  210. package/dist/prod/packages/@ember/reactive/collections.js +1 -1
  211. package/dist/prod/packages/@ember/renderer/index.js +1 -1
  212. package/dist/prod/packages/@ember/routing/index.js +4 -4
  213. package/dist/prod/packages/@ember/routing/lib/generate_controller.js +1 -1
  214. package/dist/prod/packages/@ember/routing/lib/routing-service.js +4 -4
  215. package/dist/prod/packages/@ember/routing/lib/utils.js +3 -3
  216. package/dist/prod/packages/@ember/routing/route.js +10 -10
  217. package/dist/prod/packages/@ember/routing/router-service.js +5 -5
  218. package/dist/prod/packages/@ember/routing/router.js +5 -5
  219. package/dist/prod/packages/@ember/runloop/index.js +1 -1
  220. package/dist/prod/packages/@ember/service/index.js +1 -1
  221. package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  222. package/dist/prod/packages/@ember/template-compiler/lib/template.js +2 -2
  223. package/dist/prod/packages/@ember/template-factory/index.js +1 -1
  224. package/dist/prod/packages/@ember/utils/lib/is_empty.js +1 -1
  225. package/dist/prod/packages/@glimmer/manager/index.js +3 -3
  226. package/dist/prod/packages/@glimmer/node/index.js +3 -3
  227. package/dist/prod/packages/@glimmer/opcode-compiler/index.js +2 -2
  228. package/dist/prod/packages/@glimmer/program/index.js +8 -8
  229. package/dist/prod/packages/@glimmer/reference/index.js +5 -5
  230. package/dist/prod/packages/@glimmer/runtime/index.js +13 -13
  231. package/dist/prod/packages/@glimmer/tracking/index.js +2 -2
  232. package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  233. package/dist/prod/packages/@glimmer/util/index.js +4 -4
  234. package/dist/prod/packages/@glimmer/validator/index.js +3 -3
  235. package/dist/prod/packages/@glimmer/vm/index.js +1 -1
  236. package/dist/prod/packages/ember/version.js +1 -1
  237. package/dist/prod/packages/ember-template-compiler/index.js +4 -4
  238. package/dist/prod/packages/router_js/index.js +2 -2
  239. package/dist/prod/packages/rsvp/index.js +1 -1
  240. package/dist/prod/packages/shared-chunks/{alias-DBW_V5vD.js → alias-DsIh-16z.js} +7 -7
  241. package/dist/prod/packages/shared-chunks/{api-CM1trl_4.js → api-CGZbGcvX.js} +5 -5
  242. package/dist/prod/packages/shared-chunks/{api-zh_k31vb.js → api-DOLN_cR2.js} +2 -2
  243. package/dist/prod/packages/shared-chunks/{args-proxy-BDXbXCF9.js → args-proxy-CaXVcI8G.js} +2 -2
  244. package/dist/prod/packages/shared-chunks/{array-D6Couewv.js → array-DYFI95FA.js} +3 -3
  245. package/dist/prod/packages/shared-chunks/{array-utils-CZQxrdD3.js → array-utils-BEaSKdEb.js} +1 -1
  246. package/dist/prod/packages/shared-chunks/{cache-BIlOoPA7.js → cache-CG6_L9db.js} +1 -1
  247. package/dist/prod/packages/shared-chunks/{chain-tags-C9rFtQ_x.js → chain-tags-BP0V2LnZ.js} +4 -4
  248. package/dist/prod/packages/shared-chunks/{collections-C3Y8z_9v.js → collections-By4M3cTy.js} +1 -1
  249. package/dist/prod/packages/shared-chunks/{compiler-c4yUVrl_.js → compiler-DQmEjFyx.js} +2 -2
  250. package/dist/prod/packages/shared-chunks/{computed-DjCIU_ht.js → computed-D6MVTTDd.js} +6 -6
  251. package/dist/prod/packages/shared-chunks/{curly-ZzX43b50.js → curly-DCYSwLtz.js} +7 -7
  252. package/dist/prod/packages/shared-chunks/{curried-BZnYakIg.js → curried-Cnjy9_ug.js} +1 -1
  253. package/dist/prod/packages/shared-chunks/{debug-render-tree-CF5O4-WI.js → debug-render-tree-CYENUjgX.js} +11 -11
  254. package/dist/prod/packages/shared-chunks/{decorator-9ikVwsjY.js → decorator-B8Lpq40g.js} +1 -1
  255. package/dist/prod/packages/shared-chunks/{element-DUOVW5Ho.js → element-CT5H5uxF.js} +3 -3
  256. package/dist/prod/packages/shared-chunks/{element-builder-CnlTPNyw.js → element-builder-CZePCkbA.js} +4 -4
  257. package/dist/prod/packages/shared-chunks/{events-DYrYz3V8.js → events-C7aYCy0N.js} +1 -1
  258. package/dist/prod/packages/shared-chunks/{get-t0-itmA-.js → get-tlL23wmp.js} +4 -4
  259. package/dist/{dev/packages/shared-chunks/get_properties-CIm8IAtP.js → prod/packages/shared-chunks/get_properties-wj_Qmotj.js} +1 -1
  260. package/dist/prod/packages/shared-chunks/{guid-Cbq2sNV_.js → guid-PO2v9BaN.js} +1 -1
  261. package/dist/prod/packages/shared-chunks/{hash-mcs3pEFO.js → hash-C6IoC4eR.js} +3 -3
  262. package/dist/prod/packages/shared-chunks/{helper-DLjV2ZZW.js → helper-CCK8Ef0x.js} +3 -3
  263. package/dist/prod/packages/shared-chunks/{index-Bj71BDDA.js → index-D-rcNBLp.js} +6 -6
  264. package/dist/prod/packages/shared-chunks/{index-qDFz6Mfe.js → index-DabsnYit.js} +26 -26
  265. package/dist/prod/packages/shared-chunks/{injected_property--eJunJph.js → injected_property-COGiYHKc.js} +2 -2
  266. package/dist/prod/packages/shared-chunks/{internal-DidurjJB.js → internal-BEJC2IJ-.js} +4 -4
  267. package/dist/prod/packages/shared-chunks/{internal-helper-DIbr1RgC.js → internal-helper-CoxiRnnb.js} +1 -1
  268. package/dist/prod/packages/shared-chunks/{invoke-Cj5zMqHz.js → invoke-D_jsLbsj.js} +3 -3
  269. package/dist/prod/packages/shared-chunks/{libraries-_k-4KK5_.js → libraries-Bs3H8iwC.js} +2 -2
  270. package/dist/prod/packages/shared-chunks/{meta-B9mldqPL.js → meta-Ce6-qROq.js} +1 -1
  271. package/dist/{dev/packages/shared-chunks/namespace_search-BfvzEQzN.js → prod/packages/shared-chunks/namespace_search-TFdmjK_a.js} +1 -1
  272. package/dist/prod/packages/shared-chunks/{normalize-D9jDJVGg.js → normalize-Bx4H3NjB.js} +2 -2
  273. package/dist/prod/packages/shared-chunks/{observers-CDkeR0nI.js → observers-Ci31SE36.js} +5 -5
  274. package/dist/prod/packages/shared-chunks/{on-B5NVufs_.js → on-Dgmychhk.js} +4 -4
  275. package/dist/prod/packages/shared-chunks/{or-3AxY5TPj.js → or-sYlRiUn_.js} +2 -2
  276. package/dist/{dev/packages/shared-chunks/program-DzAfcWFj.js → prod/packages/shared-chunks/program-CF651Zuj.js} +2 -2
  277. package/dist/prod/packages/shared-chunks/{program-context-B8HKU7wu.js → program-context-DmI53TzJ.js} +4 -4
  278. package/dist/prod/packages/shared-chunks/{property_get-CAFdpRyu.js → property_get-Sw0SicEZ.js} +2 -2
  279. package/dist/prod/packages/shared-chunks/{property_set-BunbMFtp.js → property_set-SHEIPMUG.js} +3 -3
  280. package/dist/prod/packages/shared-chunks/{reference-BshxG6wn.js → reference-D2agTt1V.js} +3 -3
  281. package/dist/{dev/packages/shared-chunks/registers-C_W2qYHJ.js → prod/packages/shared-chunks/registers-Buvdhhxx.js} +1 -1
  282. package/dist/prod/packages/shared-chunks/{rehydrate-builder-DJ8k-6fg.js → rehydrate-builder-B7MtrWip.js} +4 -4
  283. package/dist/prod/packages/shared-chunks/{render-DkJJmoI4.js → render-B790-vbk.js} +15 -15
  284. package/dist/prod/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp-C6j8G1D1.js} +1 -1
  285. package/dist/prod/packages/shared-chunks/{serialize-builder-R3Ozg0sC.js → serialize-builder-kEyOKbzp.js} +2 -2
  286. package/dist/prod/packages/shared-chunks/{set_properties-LT3RzRmJ.js → set_properties-CcLLHg1w.js} +2 -2
  287. package/dist/prod/packages/shared-chunks/{setup-registry-C2KfZJWI.js → setup-registry-D14I0iDX.js} +7 -7
  288. package/dist/{dev/packages/shared-chunks/simple-cast-DCvJLSin.js → prod/packages/shared-chunks/simple-cast-BXTrayoV.js} +1 -1
  289. package/dist/{dev/packages/shared-chunks/super-BBBjgF69.js → prod/packages/shared-chunks/super-D4qkU4uq.js} +1 -1
  290. package/dist/{dev/packages/shared-chunks/syscall-ops-BPFtDquC.js → prod/packages/shared-chunks/syscall-ops-nrBHMOTp.js} +1 -1
  291. package/dist/{dev/packages/shared-chunks/template-BRrQR6KS.js → prod/packages/shared-chunks/template-B0Apv9g2.js} +1 -1
  292. package/dist/prod/packages/shared-chunks/{template-only-BtLl0uH0.js → template-only-CP0NT7ce.js} +2 -2
  293. package/dist/prod/packages/shared-chunks/{textarea-CHqL0Rdh.js → textarea-B_JYBuE8.js} +5 -5
  294. package/dist/prod/packages/shared-chunks/{tracked-DAVrVqJl.js → tracked-CXcapuAm.js} +5 -5
  295. package/dist/prod/packages/shared-chunks/{tracked-data-C83f5V5S.js → tracked-data-DNDzhYXf.js} +2 -2
  296. package/dist/prod/packages/shared-chunks/{unique-id-CfHImDRV.js → unique-id-Hn8Qp4dS.js} +2 -2
  297. package/dist/prod/packages/shared-chunks/{unrecognized-url-error-DDBwfzdm.js → unrecognized-url-error-ClNyMFJt.js} +2 -2
  298. package/dist/{dev/packages/shared-chunks/vm-ops-ImHv0Wtg.js → prod/packages/shared-chunks/vm-ops-5QCUIRx4.js} +1 -1
  299. package/docs/data.json +28 -17
  300. package/package.json +6 -4
  301. package/types/stable/@ember/engine/index.d.ts +9 -0
  302. package/types/stable/@ember/engine/lib/strict-resolver.d.ts +16 -0
  303. package/types/stable/index.d.ts +1 -0
@@ -1,6 +1,6 @@
1
1
  import { context } from '../../../environment/index.js';
2
- import { g as get } from '../../../../../shared-chunks/property_get-CIBS9umw.js';
3
- import { c as computed } from '../../../../../shared-chunks/computed-CJnghmXC.js';
2
+ import { g as get } from '../../../../../shared-chunks/property_get-BjbsrgpU.js';
3
+ import { d as computed } from '../../../../../shared-chunks/computed-Daavz6vC.js';
4
4
  import Mixin from '../../../../object/mixin.js';
5
5
  import '../../../../debug/index.js';
6
6
  import { assert } from '../../../../debug/lib/assert.js';
@@ -1,8 +1,8 @@
1
1
  export { m as dictionary } from '../../../shared-chunks/dictionary-gc5gpyOG.js';
2
2
  export { g as getDebugName } from '../../../shared-chunks/get-debug-name-CSniHBsn.js';
3
- export { G as GUID_KEY, a as generateGuid, g as guidFor, u as uuid } from '../../../shared-chunks/guid-Cbq2sNV_.js';
3
+ export { G as GUID_KEY, g as generateGuid, a as guidFor, u as uuid } from '../../../shared-chunks/guid-PO2v9BaN.js';
4
4
  export { i as intern } from '../../../shared-chunks/intern-zquhAEIg.js';
5
- export { R as ROOT, c as checkHasSuper, o as observerListenerMetaFor, a as setListeners, s as setObservers, w as wrap } from '../../../shared-chunks/super-BBBjgF69.js';
5
+ export { R as ROOT, c as checkHasSuper, o as observerListenerMetaFor, s as setListeners, a as setObservers, w as wrap } from '../../../shared-chunks/super-D4qkU4uq.js';
6
6
  export { l as lookupDescriptor, s as setWithMandatorySetter, a as setupMandatorySetter, t as teardownMandatorySetter } from '../../../shared-chunks/mandatory-setter-BpbAMTzV.js';
7
7
  export { g as getName, s as setName } from '../../../shared-chunks/name-Clp4Vsod.js';
8
8
  export { t as toString } from '../../../shared-chunks/to-string-C7M8LBLH.js';
@@ -1,4 +1,4 @@
1
- import { g as get } from '../../../../../shared-chunks/property_get-CIBS9umw.js';
1
+ import { g as get } from '../../../../../shared-chunks/property_get-BjbsrgpU.js';
2
2
  import Mixin from '../../../../object/mixin.js';
3
3
  import inspect from '../../../../debug/lib/inspect.js';
4
4
  import '../../../../debug/index.js';
@@ -1,7 +1,7 @@
1
1
  import { getOwner } from '../../../owner/index.js';
2
2
  import '../../../../debug/index.js';
3
- import { g as get } from '../../../../../shared-chunks/property_get-CIBS9umw.js';
4
- import { s as set } from '../../../../../shared-chunks/property_set-D3PKyisF.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';
5
5
  import EmberObject from '../../../../object/index.js';
6
6
  import { getElementView } from './utils.js';
7
7
  import { assert } from '../../../../debug/lib/assert.js';
@@ -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
  import '../../../../debug/index.js';
4
4
  import { assert } from '../../../../debug/lib/assert.js';
5
5
 
@@ -1,4 +1,4 @@
1
- import { i as inject } from '../../../../../shared-chunks/injected_property-B4T-FzZZ.js';
1
+ import { i as inject } from '../../../../../shared-chunks/injected_property-B075jH6c.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';
@@ -2,10 +2,10 @@ import { setOwner as setOwner$1 } from '../-internals/owner/index.js';
2
2
  import { getOwner as getOwner$1 } from '../owner/index.js';
3
3
  import { m as makeDictionary } from '../../shared-chunks/dictionary-gc5gpyOG.js';
4
4
  import { E as ENV } from '../../shared-chunks/env-g-kaAFLN.js';
5
- import { h as hasDOM } from '../../shared-chunks/index-BGP1rw3B.js';
5
+ import { h as hasDOM } from '../../shared-chunks/index-DX90CU4L.js';
6
6
  import '../debug/index.js';
7
7
  import { schedule, once, join, run } from '../runloop/index.js';
8
- import { L as LIBRARIES } from '../../shared-chunks/libraries-CHBwbR72.js';
8
+ import { L as LIBRARIES } from '../../shared-chunks/libraries-P8Ins5CB.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-CIBS9umw.js';
16
+ import '../../shared-chunks/property_get-BjbsrgpU.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-B3wUTorp.js';
19
+ import { R as RSVP } from '../../shared-chunks/rsvp-C6j8G1D1.js';
20
+ import '../../shared-chunks/unrecognized-url-error-BQdkjTtZ.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-BC5VMvei.js';
27
+ import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-C_YovxNX.js';
28
28
  import RouterService from '../routing/router-service.js';
29
29
  import { assert } from '../debug/lib/assert.js';
30
30
 
@@ -1,8 +1,8 @@
1
- import { g as get } from '../../shared-chunks/property_get-CIBS9umw.js';
2
- import { s as set } from '../../shared-chunks/property_set-D3PKyisF.js';
3
- import { h as hasDOM, e as environment } from '../../shared-chunks/index-BGP1rw3B.js';
1
+ import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
2
+ import { s as set } from '../../shared-chunks/property_set-LJskl202.js';
3
+ import { h as hasDOM, e as environment } from '../../shared-chunks/index-DX90CU4L.js';
4
4
  import EngineInstance from '../engine/instance.js';
5
- import { r as renderSettled } from '../../shared-chunks/index-CwnQYqK5.js';
5
+ import { a as renderSettled } from '../../shared-chunks/index-dyv6rcBf.js';
6
6
  import '../debug/index.js';
7
7
  import EmberRouter from '../routing/router.js';
8
8
  import EventDispatcher from '../-internals/views/lib/system/event_dispatcher.js';
@@ -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-CIBS9umw.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-BjbsrgpU.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 '../debug/index.js';
6
6
  import EmberObject from '../object/index.js';
7
7
  import { assert } from '../debug/lib/assert.js';
@@ -1,8 +1,8 @@
1
- import { g as get, P as PROXY_CONTENT } from '../../shared-chunks/property_get-CIBS9umw.js';
2
- import { o as objectAt } from '../../shared-chunks/chain-tags-D6tuFUj_.js';
3
- import { e as replaceInNativeArray, r as replace } from '../../shared-chunks/array-Bh_kUjzy.js';
4
- import { b as beginPropertyChanges, a as endPropertyChanges, c as computed } from '../../shared-chunks/computed-CJnghmXC.js';
5
- import { s as set } from '../../shared-chunks/property_set-D3PKyisF.js';
1
+ import { g as get, P as PROXY_CONTENT } from '../../shared-chunks/property_get-BjbsrgpU.js';
2
+ import { o as objectAt } from '../../shared-chunks/chain-tags-DfmU63mS.js';
3
+ import { e as replaceInNativeArray, d as replace } from '../../shared-chunks/array-BMaSKezP.js';
4
+ import { b as beginPropertyChanges, h as endPropertyChanges, d as computed } from '../../shared-chunks/computed-Daavz6vC.js';
5
+ import { s as set } from '../../shared-chunks/property_set-LJskl202.js';
6
6
  import Mixin from '../object/mixin.js';
7
7
  import '../debug/index.js';
8
8
  import Enumerable from '../enumerable/index.js';
@@ -1,15 +1,15 @@
1
- import { o as objectAt, a as tagForProperty } from '../../shared-chunks/chain-tags-D6tuFUj_.js';
2
- import { a as alias } from '../../shared-chunks/alias-ZcMQckQV.js';
3
- import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-CJnghmXC.js';
4
- import { r as replace, a as arrayContentWillChange, b as arrayContentDidChange, c as addArrayObserver, d as removeArrayObserver } from '../../shared-chunks/array-Bh_kUjzy.js';
5
- import { g as get } from '../../shared-chunks/property_get-CIBS9umw.js';
1
+ import { o as objectAt, b as tagForProperty } from '../../shared-chunks/chain-tags-DfmU63mS.js';
2
+ import { a as alias } from '../../shared-chunks/alias-RGbDZoAB.js';
3
+ import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-Daavz6vC.js';
4
+ import { d as replace, c as arrayContentWillChange, b as arrayContentDidChange, a as addArrayObserver, r as removeArrayObserver } from '../../shared-chunks/array-BMaSKezP.js';
5
+ import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
6
6
  import { i as isObject } from '../../shared-chunks/spec-BXl1reqK.js';
7
7
  import EmberObject from '../object/index.js';
8
8
  import EmberArray, { MutableArray } from './index.js';
9
9
  import '../debug/index.js';
10
- import { s as setCustomTagFor } from '../../shared-chunks/args-proxy-BNLuRFlO.js';
11
- import { k as consumeTag, y as validateTag, z as valueForTag, j as combine } from '../../shared-chunks/cache-B7dqAS38.js';
12
- import { t as tagFor } from '../../shared-chunks/meta-BmRXesrk.js';
10
+ import { s as setCustomTagFor } from '../../shared-chunks/args-proxy-CB0SM6jC.js';
11
+ import { k as consumeTag, z as validateTag, B as valueForTag, j as combine } from '../../shared-chunks/cache-CeWOBNQg.js';
12
+ import { t as tagFor } from '../../shared-chunks/meta-Cjo3zQJq.js';
13
13
  import { assert } from '../debug/lib/assert.js';
14
14
 
15
15
  /**
@@ -1 +1 @@
1
- export { H as default, h as helper } from '../../shared-chunks/helper-Do7NCZHI.js';
1
+ export { H as default, h as helper } from '../../shared-chunks/helper-Bm6EhgSW.js';
@@ -1,26 +1,26 @@
1
1
  export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-R_5UMHhb.js';
2
- import { d as descriptorForProperty, n as nativeDescDecorator } from '../../shared-chunks/decorator-B5Uh5NFI.js';
3
- import { g as get } from '../../shared-chunks/property_get-CIBS9umw.js';
4
- import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-CJnghmXC.js';
2
+ import { b as descriptorForProperty, n as nativeDescDecorator } from '../../shared-chunks/decorator-DYQwMItS.js';
3
+ import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
4
+ import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-Daavz6vC.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 EventDispatcher from '../-internals/views/lib/system/event_dispatcher.js';
11
- import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
11
+ import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
12
12
  import '../debug/index.js';
13
- import { s as setInternalComponentManager } from '../../shared-chunks/api-BawZUDYD.js';
14
- import { d as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-BoPB2LfI.js';
13
+ import { s as setInternalComponentManager } from '../../shared-chunks/api-DG5kRT-o.js';
14
+ import { l as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-C-OXd_kp.js';
15
15
  import { n as normalizeProperty } from '../../shared-chunks/props-fiqxqhAH.js';
16
- import { m as createTag, D as DIRTY_TAG$1 } from '../../shared-chunks/cache-B7dqAS38.js';
17
- 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-BBzF_bI8.js';
18
- import { h as hasDOM } from '../../shared-chunks/index-BGP1rw3B.js';
16
+ import { m as createTag, D as DIRTY_TAG$1 } from '../../shared-chunks/cache-CeWOBNQg.js';
17
+ 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-YoYS2vXw.js';
18
+ import { h as hasDOM } from '../../shared-chunks/index-DX90CU4L.js';
19
19
  import { a as decorateMethodV2 } from '../../shared-chunks/runtime-CYyqkz5q-BOdRhmsS.js';
20
20
  import { assert } from '../debug/lib/assert.js';
21
- export { I as Input, T as Textarea } from '../../shared-chunks/textarea-WSlUEr0y.js';
22
- import { s as setComponentManager$1 } from '../../shared-chunks/api-BAmlf_CN.js';
23
- export { c as capabilities } from '../../shared-chunks/api-BAmlf_CN.js';
21
+ export { I as Input, T as Textarea } from '../../shared-chunks/textarea-DHjEFpZu.js';
22
+ import { s as setComponentManager$1 } from '../../shared-chunks/api-BT9M3UaD.js';
23
+ export { c as capabilities } from '../../shared-chunks/api-BT9M3UaD.js';
24
24
  import '../../@glimmer/destroyable/index.js';
25
25
  import '../../@glimmer/global-context/index.js';
26
26
  import '../../shared-chunks/capabilities-CZkuOqqC.js';
@@ -1,4 +1,4 @@
1
- import { t as templateOnlyComponent } from '../../shared-chunks/template-only-BqOt8bDl.js';
1
+ import { t as templateOnlyComponent } from '../../shared-chunks/template-only-BxYzSEnC.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-CJnghmXC.js';
3
- import { g as get } from '../../shared-chunks/property_get-CIBS9umw.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
4
  import { FrameworkObject } from '../object/-internals.js';
5
- import { i as inject$1 } from '../../shared-chunks/injected_property-B4T-FzZZ.js';
5
+ import { i as inject$1 } from '../../shared-chunks/injected_property-B075jH6c.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-CIBS9umw.js';
3
+ import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.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 { l as createCache, k as consumeTag, x as untrack, r as getValue } from '../../shared-chunks/cache-B7dqAS38.js';
9
- import { t as tagFor } from '../../shared-chunks/meta-BmRXesrk.js';
8
+ import { l as createCache, k as consumeTag, x as untrack, r as getValue } from '../../shared-chunks/cache-CeWOBNQg.js';
9
+ import { t as tagFor } from '../../shared-chunks/meta-Cjo3zQJq.js';
10
10
  import './index.js';
11
11
  import { assert } from './lib/assert.js';
12
12
 
@@ -1,4 +1,4 @@
1
- import { i as isFirefox, a as isChrome } from '../../shared-chunks/index-BGP1rw3B.js';
1
+ import { b as isFirefox, i as isChrome } from '../../shared-chunks/index-DX90CU4L.js';
2
2
  import { E as ENV } from '../../shared-chunks/env-g-kaAFLN.js';
3
3
  import defaultDeprecate from './lib/deprecate.js';
4
4
  export { registerHandler as registerDeprecationHandler } from './lib/deprecate.js';
@@ -6,15 +6,16 @@ import { Registry } from '../-internals/container/index.js';
6
6
  import DAG from '../../dag-map/index.js';
7
7
  import '../debug/index.js';
8
8
  import ContainerDebugAdapter from '../debug/container-debug-adapter.js';
9
- import { g as get } from '../../shared-chunks/property_get-CIBS9umw.js';
10
- import { s as set } from '../../shared-chunks/property_set-D3PKyisF.js';
9
+ import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
10
+ import { s as set } from '../../shared-chunks/property_set-LJskl202.js';
11
11
  import EngineInstance from './instance.js';
12
12
  import '../../route-recognizer/index.js';
13
- import '../../shared-chunks/rsvp-CnCSY930.js';
14
- import '../../shared-chunks/unrecognized-url-error-B3wUTorp.js';
13
+ import '../../shared-chunks/rsvp-C6j8G1D1.js';
14
+ import '../../shared-chunks/unrecognized-url-error-BQdkjTtZ.js';
15
15
  import RoutingService from '../routing/lib/routing-service.js';
16
- import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-BC5VMvei.js';
16
+ import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-C_YovxNX.js';
17
17
  import RegistryProxyMixin from '../-internals/runtime/lib/mixins/registry_proxy.js';
18
+ import { StrictResolver } from './lib/strict-resolver.js';
18
19
  import { assert } from '../debug/lib/assert.js';
19
20
 
20
21
  function props(obj) {
@@ -263,6 +264,15 @@ class Engine extends Namespace.extend(RegistryProxyMixin) {
263
264
  @property resolver
264
265
  @public
265
266
  */
267
+ Resolver = StrictResolver;
268
+
269
+ /**
270
+ Set this to opt-in to using a strict resolver that will only return the
271
+ given set of ES modules. The names of the modules should all be relative to
272
+ the root of the app and start with "./"
273
+ @property modules
274
+ @public
275
+ */
266
276
 
267
277
  init(properties) {
268
278
  super.init(properties);
@@ -2,13 +2,13 @@ import EmberObject from '../object/index.js';
2
2
  import '../-internals/runtime/lib/ext/rsvp.js';
3
3
  import '../debug/index.js';
4
4
  import { Registry, privatize } from '../-internals/container/index.js';
5
- import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
5
+ import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
6
6
  import { ENGINE_PARENT, getEngineParent, setEngineParent } from './lib/engine-parent.js';
7
7
  import ContainerProxyMixin from '../-internals/runtime/lib/mixins/container_proxy.js';
8
8
  import RegistryProxyMixin from '../-internals/runtime/lib/mixins/registry_proxy.js';
9
9
  import { isFactory } from '../-internals/owner/index.js';
10
10
  import { assert } from '../debug/lib/assert.js';
11
- import { R as RSVP } from '../../shared-chunks/rsvp-CnCSY930.js';
11
+ import { R as RSVP } from '../../shared-chunks/rsvp-C6j8G1D1.js';
12
12
 
13
13
  /**
14
14
  @module @ember/engine
@@ -0,0 +1,122 @@
1
+ import '../../debug/index.js';
2
+ import { assert } from '../../debug/lib/assert.js';
3
+
4
+ class StrictResolver {
5
+ // Ember's router uses this flag to decide whether to auto-generate
6
+ // `${name}_loading` and `${name}_error` substates for routes defined in
7
+ // `Router.map(...)`. Since we always resolve against an ES module registry,
8
+ // we unconditionally opt in.
9
+ moduleBasedResolver = true;
10
+ #modules = new Map();
11
+ original;
12
+ static create({
13
+ namespace
14
+ }) {
15
+ (!(namespace.modules) && assert(`<Application#modules> must be set when using the StrictResolver`, namespace.modules));
16
+ return new StrictResolver(namespace.modules);
17
+ }
18
+ constructor(modules) {
19
+ this.addModules(modules);
20
+ }
21
+ addModules(modules) {
22
+ for (let [moduleName, module] of Object.entries(modules)) {
23
+ this.#modules.set(this.#normalizeModule(moduleName), module);
24
+ }
25
+ }
26
+ #normalizeModule(moduleName) {
27
+ return moduleName.replace(fileExtension, '').replace(leadingDotSlash, '');
28
+ }
29
+ #plural(word) {
30
+ if (word === 'config') {
31
+ return word;
32
+ }
33
+ return word + 's';
34
+ }
35
+ resolve(fullName) {
36
+ let [type, name] = fullName.split(':');
37
+ name = this.#normalizeName(type, name);
38
+ for (let strategy of [this.#resolveSelf, this.#mainLookup, this.#defaultLookup, this.#nestedColocationLookup]) {
39
+ let result = strategy.call(this, type, name);
40
+ if (result) {
41
+ return this.#extractDefaultExport(result.hit);
42
+ }
43
+ }
44
+ return undefined;
45
+ }
46
+ #extractDefaultExport(module) {
47
+ if (module && module['default']) {
48
+ module = module['default'];
49
+ }
50
+ return module;
51
+ }
52
+ normalize(fullName) {
53
+ let [type, name] = fullName.split(':');
54
+ name = this.#normalizeName(type, name);
55
+ return `${type}:${name}`;
56
+ }
57
+ #normalizeName(type, name) {
58
+ if (type === 'component' || type === 'helper' || type === 'modifier' || type === 'template' && name.indexOf('components/') === 0) {
59
+ return name.replace(/_/g, '-');
60
+ } else {
61
+ return dasherize(name.replace(/\./g, '/'));
62
+ }
63
+ }
64
+ #resolveSelf(type, name) {
65
+ if (type === 'resolver' && name === 'current') {
66
+ return {
67
+ hit: {
68
+ create: () => this
69
+ }
70
+ };
71
+ }
72
+ return undefined;
73
+ }
74
+ #mainLookup(type, name) {
75
+ if (name === 'main') {
76
+ let module = this.#modules.get(type);
77
+ if (module) {
78
+ return {
79
+ hit: module
80
+ };
81
+ }
82
+ }
83
+ return undefined;
84
+ }
85
+ #defaultLookup(type, name) {
86
+ let dir = this.#plural(type);
87
+ let target = `${dir}/${name}`;
88
+ let module = this.#modules.get(target);
89
+ if (module) {
90
+ return {
91
+ hit: module
92
+ };
93
+ }
94
+ return undefined;
95
+ }
96
+
97
+ // Supports the nested colocation pattern where `component:my-widget`
98
+ // resolves to `./components/my-widget/index.{js,ts,gjs,gts}`. The index
99
+ // file is typically the component class, and it's commonly paired with a
100
+ // sibling `index.hbs` inside the same folder.
101
+ #nestedColocationLookup(type, name) {
102
+ if (type !== 'component') return undefined;
103
+ let dir = this.#plural(type);
104
+ let target = `${dir}/${name}/index`;
105
+ let module = this.#modules.get(target);
106
+ if (module) {
107
+ return {
108
+ hit: module
109
+ };
110
+ }
111
+ return undefined;
112
+ }
113
+ }
114
+ const fileExtension = /\.\w{1,4}$/;
115
+ const leadingDotSlash = /^\.\//;
116
+ const camelCaseBoundary = /([a-z\d])([A-Z])/g;
117
+ const spacesAndUnderscores = /[ _]/g;
118
+ function dasherize(str) {
119
+ return str.replace(camelCaseBoundary, '$1_$2').toLowerCase().replace(spacesAndUnderscores, '-');
120
+ }
121
+
122
+ export { StrictResolver };
@@ -1,11 +1,11 @@
1
- import { b as setHelperManager$1 } from '../../shared-chunks/api-BAmlf_CN.js';
2
- import { i as helperCapabilities } from '../../shared-chunks/api-BawZUDYD.js';
3
- import { i as invokeHelper$1 } from '../../shared-chunks/invoke-B8M5fQQS.js';
4
- import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-BRRFQJ99.js';
5
- import { c as concat$1, g as get$1 } from '../../shared-chunks/get-D5b5QlqE.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-O0eJQ4K-.js';
7
- import { e as element$1 } from '../../shared-chunks/element-DQJOvSlQ.js';
8
- import { u as uniqueId$1 } from '../../shared-chunks/unique-id-CgmHQiwi.js';
1
+ import { b as setHelperManager$1 } from '../../shared-chunks/api-BT9M3UaD.js';
2
+ import { i as helperCapabilities } from '../../shared-chunks/api-DG5kRT-o.js';
3
+ import { i as invokeHelper$1 } from '../../shared-chunks/invoke-Ds0KEfP_.js';
4
+ import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-2-93qikL.js';
5
+ import { c as concat$1, g as get$1 } from '../../shared-chunks/get-CO3EIWsm.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-Bg6rCMF8.js';
7
+ import { e as element$1 } from '../../shared-chunks/element-bBwMD8cw.js';
8
+ import { u as uniqueId$1 } from '../../shared-chunks/unique-id-Hd96VZlE.js';
9
9
 
10
10
  /**
11
11
  @module @ember/helper
@@ -1,5 +1,5 @@
1
- import { d as setModifierManager$1 } from '../../shared-chunks/api-BAmlf_CN.js';
2
- export { m as capabilities } from '../../shared-chunks/api-BAmlf_CN.js';
1
+ import { d as setModifierManager$1 } from '../../shared-chunks/api-BT9M3UaD.js';
2
+ export { m as capabilities } from '../../shared-chunks/api-BT9M3UaD.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-BueSMv9L.js';
1
+ import { o as on$1 } from '../../shared-chunks/on-Ch_lyozr.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 { a as addListener } from '../../shared-chunks/events-6aFVjD4k.js';
2
+ export { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
3
+ import { a as addListener } from '../../shared-chunks/events-B1lx9T1I.js';
4
4
  import '../debug/index.js';
5
5
  import EmberObject from './index.js';
6
6
  import { assert } from '../debug/lib/assert.js';
@@ -1,7 +1,7 @@
1
- import { s as setClassicDecorator, i as isElementDescriptor, d as descriptorForProperty } from '../../shared-chunks/decorator-B5Uh5NFI.js';
1
+ import { s as setClassicDecorator, c as isElementDescriptor, b as descriptorForProperty } from '../../shared-chunks/decorator-DYQwMItS.js';
2
2
  import '../debug/index.js';
3
- import { w as track, U as UPDATE_TAG, k as consumeTag } from '../../shared-chunks/cache-B7dqAS38.js';
4
- import { t as tagFor } from '../../shared-chunks/meta-BmRXesrk.js';
3
+ import { w as track, U as UPDATE_TAG, k as consumeTag } from '../../shared-chunks/cache-CeWOBNQg.js';
4
+ import { t as tagFor } from '../../shared-chunks/meta-Cjo3zQJq.js';
5
5
  import { assert } from '../debug/lib/assert.js';
6
6
 
7
7
  let wrapGetterSetter = function (target, key, desc) {
@@ -1,4 +1,4 @@
1
- export { C as default, e as expandProperties } from '../../shared-chunks/computed-CJnghmXC.js';
2
- export { a as alias } from '../../shared-chunks/alias-ZcMQckQV.js';
1
+ export { C as default, i as expandProperties } from '../../shared-chunks/computed-Daavz6vC.js';
2
+ export { a as alias } from '../../shared-chunks/alias-RGbDZoAB.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,13 +1,13 @@
1
1
  import { g as getFactoryFor, s as setFactoryFor } from '../../shared-chunks/container-BzzHmCNj.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 { h as hasUnknownProperty, P as PROXY_CONTENT } from '../../shared-chunks/property_get-CIBS9umw.js';
6
- import { s as sendEvent } from '../../shared-chunks/events-6aFVjD4k.js';
7
- import { a as activateObserver } from '../../shared-chunks/observers-C2DurkLG.js';
8
- import { d as defineProperty } from '../../shared-chunks/computed-CJnghmXC.js';
9
- import { d as descriptorForProperty, a as isClassicDecorator } from '../../shared-chunks/decorator-B5Uh5NFI.js';
10
- import { D as DEBUG_INJECTION_FUNCTIONS } from '../../shared-chunks/injected_property-B4T-FzZZ.js';
5
+ import { h as hasUnknownProperty, P as PROXY_CONTENT } from '../../shared-chunks/property_get-BjbsrgpU.js';
6
+ import { s as sendEvent } from '../../shared-chunks/events-B1lx9T1I.js';
7
+ import { a as activateObserver } from '../../shared-chunks/observers-CejcZw5s.js';
8
+ import { f as defineProperty } from '../../shared-chunks/computed-Daavz6vC.js';
9
+ import { b as descriptorForProperty, i as isClassicDecorator } from '../../shared-chunks/decorator-DYQwMItS.js';
10
+ import { D as DEBUG_INJECTION_FUNCTIONS } from '../../shared-chunks/injected_property-B075jH6c.js';
11
11
  import Mixin, { applyMixin } from './mixin.js';
12
12
  import ActionHandler from '../-internals/runtime/lib/mixins/action_handler.js';
13
13
  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-6aFVjD4k.js';
2
- export { o as on } from '../../shared-chunks/events-6aFVjD4k.js';
1
+ import { h as hasListeners, r as removeListener, s as sendEvent, a as addListener } from '../../shared-chunks/events-B1lx9T1I.js';
2
+ export { o as on } from '../../shared-chunks/events-B1lx9T1I.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-6aFVjD4k.js';
1
+ export { a as addListener, r as removeListener, s as sendEvent } from '../../shared-chunks/events-B1lx9T1I.js';
@@ -1,16 +1,16 @@
1
1
  import '../debug/index.js';
2
2
  import { E as ENV } from '../../shared-chunks/env-g-kaAFLN.js';
3
- import { s as setClassicDecorator, i as isElementDescriptor } from '../../shared-chunks/decorator-B5Uh5NFI.js';
4
- import { e as expandProperties } from '../../shared-chunks/computed-CJnghmXC.js';
5
- export { c as computed, d as defineProperty, n as notifyPropertyChange } from '../../shared-chunks/computed-CJnghmXC.js';
3
+ import { s as setClassicDecorator, c as isElementDescriptor } from '../../shared-chunks/decorator-DYQwMItS.js';
4
+ import { i as expandProperties } from '../../shared-chunks/computed-Daavz6vC.js';
5
+ export { d as computed, f as defineProperty, n as notifyPropertyChange } from '../../shared-chunks/computed-Daavz6vC.js';
6
6
  import { g as getFactoryFor } from '../../shared-chunks/container-BzzHmCNj.js';
7
- import { s as setObservers } from '../../shared-chunks/super-BBBjgF69.js';
7
+ import { a as setObservers } from '../../shared-chunks/super-D4qkU4uq.js';
8
8
  import CoreObject from './core.js';
9
9
  import Observable from './observable.js';
10
- export { g as get } from '../../shared-chunks/property_get-CIBS9umw.js';
11
- export { s as set, t as trySet } from '../../shared-chunks/property_set-D3PKyisF.js';
12
- export { g as getProperties } from '../../shared-chunks/get_properties-CIm8IAtP.js';
13
- export { s as setProperties } from '../../shared-chunks/set_properties-BghuuGJx.js';
10
+ export { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
11
+ export { s as set, t as trySet } from '../../shared-chunks/property_set-LJskl202.js';
12
+ export { g as getProperties } from '../../shared-chunks/get_properties-B203vZpz.js';
13
+ export { s as setProperties } from '../../shared-chunks/set_properties-CNds2HCH.js';
14
14
  import { assert } from '../debug/lib/assert.js';
15
15
 
16
16
  /**
@@ -1,3 +1,3 @@
1
1
  import './-internals.js';
2
2
  export { g as cacheFor } from '../../shared-chunks/computed_cache-DmYKevAP.js';
3
- export { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
3
+ export { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
@@ -1,8 +1,8 @@
1
- import { c as computed, e as expandProperties } from '../../../../shared-chunks/computed-CJnghmXC.js';
2
- import { i as isElementDescriptor } from '../../../../shared-chunks/decorator-B5Uh5NFI.js';
3
- import { a as alias } from '../../../../shared-chunks/alias-ZcMQckQV.js';
4
- import { g as get } from '../../../../shared-chunks/property_get-CIBS9umw.js';
5
- import { s as set } from '../../../../shared-chunks/property_set-D3PKyisF.js';
1
+ import { d as computed, i as expandProperties } from '../../../../shared-chunks/computed-Daavz6vC.js';
2
+ import { c as isElementDescriptor } from '../../../../shared-chunks/decorator-DYQwMItS.js';
3
+ import { a as alias } from '../../../../shared-chunks/alias-RGbDZoAB.js';
4
+ import { g as get } from '../../../../shared-chunks/property_get-BjbsrgpU.js';
5
+ import { s as set } from '../../../../shared-chunks/property_set-LJskl202.js';
6
6
  import { deprecate } from '../../../debug/index.js';
7
7
  import isEmpty from '../../../utils/lib/is_empty.js';
8
8
  import isNone from '../../../utils/lib/is_none.js';
@@ -1,7 +1,7 @@
1
1
  import '../../../debug/index.js';
2
- import { c as computed, i as autoComputed } from '../../../../shared-chunks/computed-CJnghmXC.js';
3
- import { i as isElementDescriptor } from '../../../../shared-chunks/decorator-B5Uh5NFI.js';
4
- import { g as get } from '../../../../shared-chunks/property_get-CIBS9umw.js';
2
+ import { d as computed, a as autoComputed } from '../../../../shared-chunks/computed-Daavz6vC.js';
3
+ import { c as isElementDescriptor } from '../../../../shared-chunks/decorator-DYQwMItS.js';
4
+ import { g as get } from '../../../../shared-chunks/property_get-BjbsrgpU.js';
5
5
  import compare from '../../../utils/lib/compare.js';
6
6
  import EmberArray, { A, uniqBy as uniqBy$1 } from '../../../array/index.js';
7
7
  import { assert } from '../../../debug/lib/assert.js';