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,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,15 +4,16 @@ 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
+ import { StrictResolver } from './lib/strict-resolver.js';
16
17
 
17
18
  function props(obj) {
18
19
  let properties = [];
@@ -260,6 +261,15 @@ class Engine extends Namespace.extend(RegistryProxyMixin) {
260
261
  @property resolver
261
262
  @public
262
263
  */
264
+ Resolver = StrictResolver;
265
+
266
+ /**
267
+ Set this to opt-in to using a strict resolver that will only return the
268
+ given set of ES modules. The names of the modules should all be relative to
269
+ the root of the app and start with "./"
270
+ @property modules
271
+ @public
272
+ */
263
273
 
264
274
  init(properties) {
265
275
  super.init(properties);
@@ -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
@@ -0,0 +1,118 @@
1
+ class StrictResolver {
2
+ // Ember's router uses this flag to decide whether to auto-generate
3
+ // `${name}_loading` and `${name}_error` substates for routes defined in
4
+ // `Router.map(...)`. Since we always resolve against an ES module registry,
5
+ // we unconditionally opt in.
6
+ moduleBasedResolver = true;
7
+ #modules = new Map();
8
+ original;
9
+ static create({
10
+ namespace
11
+ }) {
12
+ return new StrictResolver(namespace.modules);
13
+ }
14
+ constructor(modules) {
15
+ this.addModules(modules);
16
+ }
17
+ addModules(modules) {
18
+ for (let [moduleName, module] of Object.entries(modules)) {
19
+ this.#modules.set(this.#normalizeModule(moduleName), module);
20
+ }
21
+ }
22
+ #normalizeModule(moduleName) {
23
+ return moduleName.replace(fileExtension, '').replace(leadingDotSlash, '');
24
+ }
25
+ #plural(word) {
26
+ if (word === 'config') {
27
+ return word;
28
+ }
29
+ return word + 's';
30
+ }
31
+ resolve(fullName) {
32
+ let [type, name] = fullName.split(':');
33
+ name = this.#normalizeName(type, name);
34
+ for (let strategy of [this.#resolveSelf, this.#mainLookup, this.#defaultLookup, this.#nestedColocationLookup]) {
35
+ let result = strategy.call(this, type, name);
36
+ if (result) {
37
+ return this.#extractDefaultExport(result.hit);
38
+ }
39
+ }
40
+ return undefined;
41
+ }
42
+ #extractDefaultExport(module) {
43
+ if (module && module['default']) {
44
+ module = module['default'];
45
+ }
46
+ return module;
47
+ }
48
+ normalize(fullName) {
49
+ let [type, name] = fullName.split(':');
50
+ name = this.#normalizeName(type, name);
51
+ return `${type}:${name}`;
52
+ }
53
+ #normalizeName(type, name) {
54
+ if (type === 'component' || type === 'helper' || type === 'modifier' || type === 'template' && name.indexOf('components/') === 0) {
55
+ return name.replace(/_/g, '-');
56
+ } else {
57
+ return dasherize(name.replace(/\./g, '/'));
58
+ }
59
+ }
60
+ #resolveSelf(type, name) {
61
+ if (type === 'resolver' && name === 'current') {
62
+ return {
63
+ hit: {
64
+ create: () => this
65
+ }
66
+ };
67
+ }
68
+ return undefined;
69
+ }
70
+ #mainLookup(type, name) {
71
+ if (name === 'main') {
72
+ let module = this.#modules.get(type);
73
+ if (module) {
74
+ return {
75
+ hit: module
76
+ };
77
+ }
78
+ }
79
+ return undefined;
80
+ }
81
+ #defaultLookup(type, name) {
82
+ let dir = this.#plural(type);
83
+ let target = `${dir}/${name}`;
84
+ let module = this.#modules.get(target);
85
+ if (module) {
86
+ return {
87
+ hit: module
88
+ };
89
+ }
90
+ return undefined;
91
+ }
92
+
93
+ // Supports the nested colocation pattern where `component:my-widget`
94
+ // resolves to `./components/my-widget/index.{js,ts,gjs,gts}`. The index
95
+ // file is typically the component class, and it's commonly paired with a
96
+ // sibling `index.hbs` inside the same folder.
97
+ #nestedColocationLookup(type, name) {
98
+ if (type !== 'component') return undefined;
99
+ let dir = this.#plural(type);
100
+ let target = `${dir}/${name}/index`;
101
+ let module = this.#modules.get(target);
102
+ if (module) {
103
+ return {
104
+ hit: module
105
+ };
106
+ }
107
+ return undefined;
108
+ }
109
+ }
110
+ const fileExtension = /\.\w{1,4}$/;
111
+ const leadingDotSlash = /^\.\//;
112
+ const camelCaseBoundary = /([a-z\d])([A-Z])/g;
113
+ const spacesAndUnderscores = /[ _]/g;
114
+ function dasherize(str) {
115
+ return str.replace(camelCaseBoundary, '$1_$2').toLowerCase().replace(spacesAndUnderscores, '-');
116
+ }
117
+
118
+ export { StrictResolver };
@@ -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) {