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
@@ -119,4 +119,4 @@ function setClassicDecorator(dec, value = true) {
119
119
  DECORATOR_DESCRIPTOR_MAP.set(dec, value);
120
120
  }
121
121
 
122
- export { COMPUTED_SETTERS as C, isClassicDecorator as a, descriptorForDecorator as b, ComputedDescriptor as c, descriptorForProperty as d, isElementDescriptor as i, makeComputedDecorator as m, nativeDescDecorator as n, setClassicDecorator as s };
122
+ export { COMPUTED_SETTERS as C, ComputedDescriptor as a, descriptorForProperty as b, isElementDescriptor as c, descriptorForDecorator as d, isClassicDecorator as i, makeComputedDecorator as m, nativeDescDecorator as n, setClassicDecorator as s };
@@ -1,6 +1,6 @@
1
- import { a as createComputeRef, v as valueForRef, N as NULL_REFERENCE } from './reference-BshxG6wn.js';
2
- import { s as setInternalComponentManager } from './api-zh_k31vb.js';
3
- import { i as internalHelper } from './internal-helper-DIbr1RgC.js';
1
+ import { b as createComputeRef, v as valueForRef, N as NULL_REFERENCE } from './reference-D2agTt1V.js';
2
+ import { s as setInternalComponentManager } from './api-DOLN_cR2.js';
3
+ import { i as internalHelper } from './internal-helper-CoxiRnnb.js';
4
4
 
5
5
  /**
6
6
  @module @ember/helper
@@ -1,9 +1,9 @@
1
- import { e as expect, S as StackImpl } from './collections-C3Y8z_9v.js';
2
- import { C as ConcreteBounds, i as isSafeString, n as normalizeStringValue, a as CursorImpl, c as clear } from './normalize-D9jDJVGg.js';
1
+ import { b as expect, S as StackImpl } from './collections-By4M3cTy.js';
2
+ import { C as ConcreteBounds, e as isSafeString, n as normalizeStringValue, a as CursorImpl, c as clear } from './normalize-Bx4H3NjB.js';
3
3
  import { a as assert } from './assert-Zqc4wiAV.js';
4
4
  import { s as setLocalDebugType } from './debug-brand-B1TWjOCH.js';
5
5
  import { registerDestructor, destroy } from '../@glimmer/destroyable/index.js';
6
- import { a as castToBrowser } from './simple-cast-DCvJLSin.js';
6
+ import { c as castToBrowser } from './simple-cast-BXTrayoV.js';
7
7
  import { n as normalizeProperty } from './props-fiqxqhAH.js';
8
8
 
9
9
  const ELEMENT_NODE = 1;
@@ -792,4 +792,4 @@ function clientBuilder(env, cursor) {
792
792
  return NewTreeBuilder.forInitialRender(env, cursor);
793
793
  }
794
794
 
795
- export { BLACKLIST_TABLE as B, COMMENT_NODE as C, DOMTreeConstruction as D, ELEMENT_NODE as E, NewTreeBuilder as N, RemoteBlock as R, SimpleDynamicAttribute as S, TEXT_NODE as T, DynamicAttribute as a, ResettableBlockImpl as b, clientBuilder as c, dynamicAttribute as d, NS_SVG as e, DOMOperations as f };
795
+ export { BLACKLIST_TABLE as B, COMMENT_NODE as C, DOMOperations as D, ELEMENT_NODE as E, NS_SVG as N, RemoteBlock as R, SimpleDynamicAttribute as S, TEXT_NODE as T, DOMTreeConstruction as a, DynamicAttribute as b, NewTreeBuilder as c, ResettableBlockImpl as d, clientBuilder as e, dynamicAttribute as f };
@@ -1,5 +1,5 @@
1
1
  import { meta, peekMeta } from '../@ember/-internals/meta/lib/meta.js';
2
- import { a as setListeners } from './super-BBBjgF69.js';
2
+ import { s as setListeners } from './super-D4qkU4uq.js';
3
3
 
4
4
  /**
5
5
  @module @ember/object
@@ -1,8 +1,8 @@
1
- import { a as createComputeRef, U as UNDEFINED_REFERENCE, v as valueForRef } from './reference-BshxG6wn.js';
2
- import { f as reifyPositional } from './debug-render-tree-CF5O4-WI.js';
3
- import { i as internalHelper } from './hash-mcs3pEFO.js';
1
+ import { b as createComputeRef, U as UNDEFINED_REFERENCE, v as valueForRef } from './reference-D2agTt1V.js';
2
+ import { l as reifyPositional } from './debug-render-tree-CYENUjgX.js';
3
+ import { i as internalHelper } from './hash-C6IoC4eR.js';
4
4
  import { setPath, getPath } from '../@glimmer/global-context/index.js';
5
- import { i as isDict } from './collections-C3Y8z_9v.js';
5
+ import { i as isDict } from './collections-By4M3cTy.js';
6
6
 
7
7
  const isEmpty = value => {
8
8
  return value === null || value === undefined || typeof value.toString !== 'function';
@@ -1,4 +1,4 @@
1
- import { g as get } from './property_get-CIBS9umw.js';
1
+ import { g as get } from './property_get-Sw0SicEZ.js';
2
2
 
3
3
  /**
4
4
  @module @ember/object
@@ -120,4 +120,4 @@ function guidFor(value) {
120
120
  return guid;
121
121
  }
122
122
 
123
- export { GUID_KEY as G, generateGuid as a, guidFor as g, uuid as u };
123
+ export { GUID_KEY as G, guidFor as a, generateGuid as g, uuid as u };
@@ -1,6 +1,6 @@
1
- import { a as createComputeRef, i as isInvokableRef, u as updateRef } from './reference-BshxG6wn.js';
2
- import { f as reifyPositional, g as check, e as reifyNamed } from './debug-render-tree-CF5O4-WI.js';
3
- import { j as setInternalHelperManager } from './api-zh_k31vb.js';
1
+ import { b as createComputeRef, k as isInvokableRef, u as updateRef } from './reference-D2agTt1V.js';
2
+ import { l as reifyPositional, e as check, k as reifyNamed } from './debug-render-tree-CYENUjgX.js';
3
+ import { j as setInternalHelperManager } from './api-DOLN_cR2.js';
4
4
 
5
5
  function internalHelper(helper) {
6
6
  return setInternalHelperManager(helper, {});
@@ -2,9 +2,9 @@ import { setOwner } from '../@ember/-internals/owner/index.js';
2
2
  import { FrameworkObject } from '../@ember/object/-internals.js';
3
3
  import { g as getDebugName } from './get-debug-name-BDxIL2Y1.js';
4
4
  import { join } from '../@ember/runloop/index.js';
5
- import { a as getInternalHelperManager, i as helperCapabilities } from './api-zh_k31vb.js';
6
- import { b as setHelperManager } from './api-CM1trl_4.js';
7
- import { p as createTag, D as DIRTY_TAG, a as consumeTag } from './cache-BIlOoPA7.js';
5
+ import { a as getInternalHelperManager, i as helperCapabilities } from './api-DOLN_cR2.js';
6
+ import { b as setHelperManager } from './api-CGZbGcvX.js';
7
+ import { m as createTag, D as DIRTY_TAG, k as consumeTag } from './cache-CG6_L9db.js';
8
8
 
9
9
  /**
10
10
  @module @ember/component
@@ -1,13 +1,13 @@
1
1
  import { a as assign } from './object-utils-AijlD-JH.js';
2
- import { b as EMPTY_STRING_ARRAY, E as EMPTY_ARRAY, e as enumerate, r as reverse } from './array-utils-CZQxrdD3.js';
3
- import { r as VM_PRIMITIVE_OP, aF as encodeHandle, av as VM_CONCAT_OP, am as VM_GET_VARIABLE_OP, q as VM_CONSTANT_REFERENCE_OP, aq as VM_GET_PROPERTY_OP, at as VM_HAS_BLOCK_OP, as as VM_SPREAD_BLOCK_OP, E as VM_COMPILE_BLOCK_OP, au as VM_HAS_BLOCK_PARAMS_OP, aw as VM_IF_INLINE_OP, ax as VM_NOT_OP, ay as VM_GET_DYNAMIC_VAR_OP, az as VM_LOG_OP, y as VM_FETCH_OP, u as VM_PRIMITIVE_REFERENCE_OP, al as VM_HELPER_OP, v as VM_DUP_OP, ak as VM_DYNAMIC_HELPER_OP, w as VM_POP_OP, $ as VM_CAPTURE_ARGS_OP, aj as VM_CURRY_OP, aG as isSmallInt, aH as encodeImmediate, m as VM_PUSH_DYNAMIC_SCOPE_OP, z as VM_BIND_DYNAMIC_SCOPE_OP, n as VM_POP_DYNAMIC_SCOPE_OP, ar as VM_GET_BLOCK_OP, F as VM_INVOKE_YIELD_OP, l as VM_POP_SCOPE_OP, k as VM_CHILD_SCOPE_OP, an as VM_SET_VARIABLE_OP, o as VM_CONSTANT_OP, D as VM_PUSH_BLOCK_SCOPE_OP, C as VM_PUSH_SYMBOL_TABLE_OP, _ as VM_PUSH_EMPTY_ARGS_OP, Z as VM_PUSH_ARGS_OP, A as VM_ENTER_OP, I as VM_JUMP_EQ_OP, B as VM_EXIT_OP, H as VM_JUMP_UNLESS_OP, X as VM_PUSH_COMPONENT_DEFINITION_OP, x as VM_LOAD_OP, a3 as VM_BEGIN_COMPONENT_TRANSACTION_OP, a1 as VM_CREATE_COMPONENT_OP, a2 as VM_REGISTER_COMPONENT_DESTRUCTOR_OP, a8 as VM_GET_COMPONENT_SELF_OP, ap as VM_ROOT_SCOPE_OP, ao as VM_SET_BLOCK_OP, ag as VM_DID_RENDER_LAYOUT_OP, ah as VM_COMMIT_COMPONENT_TRANSACTION_OP, a0 as VM_PREPARE_ARGS_OP, ac as VM_VIRTUAL_ROOT_SCOPE_OP, ad as VM_SET_NAMED_VARIABLES_OP, ae as VM_SET_BLOCKS_OP, af as VM_INVOKE_COMPONENT_LAYOUT_OP, a4 as VM_PUT_COMPONENT_OPERATIONS_OP, N as VM_OPEN_DYNAMIC_ELEMENT_OP, a7 as VM_DID_CREATE_ELEMENT_OP, Q as VM_FLUSH_ELEMENT_OP, R as VM_CLOSE_ELEMENT_OP, e as VM_RESOLVE_CURRIED_COMPONENT_OP, Y as VM_RESOLVE_DYNAMIC_COMPONENT_OP, f as VM_PUSH_DYNAMIC_COMPONENT_INSTANCE_OP, aa as VM_GET_COMPONENT_LAYOUT_OP, ab as VM_POPULATE_LAYOUT_OP, a9 as VM_GET_COMPONENT_TAG_NAME_OP, L as VM_COMMENT_OP, S as VM_MODIFIER_OP, T as VM_DYNAMIC_MODIFIER_OP, U as VM_STATIC_ATTR_OP, a6 as VM_STATIC_COMPONENT_ATTR_OP, W as VM_DYNAMIC_ATTR_OP, a5 as VM_COMPONENT_ATTR_OP, M as VM_OPEN_ELEMENT_OP, ai as VM_DEBUGGER_OP, K as VM_TEXT_OP, aA as VM_DYNAMIC_CONTENT_TYPE_OP, O as VM_PUSH_REMOTE_ELEMENT_OP, P as VM_POP_REMOTE_ELEMENT_OP, J as VM_TO_BOOLEAN_OP, aB as VM_ENTER_LIST_OP, aD as VM_ITERATE_OP, aC as VM_EXIT_LIST_OP } from './syscall-ops-BPFtDquC.js';
4
- import { b as VM_RETURN_OP, i as isMachineOp, f as VM_PUSH_FRAME_OP, e as VM_POP_FRAME_OP, d as VM_INVOKE_VIRTUAL_OP, c as VM_JUMP_OP, a as VM_RETURN_TO_OP, V as VM_INVOKE_STATIC_OP } from './vm-ops-ImHv0Wtg.js';
5
- import { e as expect, u as unwrap, S as StackImpl, a as isPresentArray, d as dict } from './collections-C3Y8z_9v.js';
2
+ import { b as EMPTY_STRING_ARRAY, E as EMPTY_ARRAY, c as enumerate, r as reverse } from './array-utils-BEaSKdEb.js';
3
+ import { ab as VM_PRIMITIVE_OP, aE as encodeHandle, o as VM_CONCAT_OP, O as VM_GET_VARIABLE_OP, q as VM_CONSTANT_REFERENCE_OP, N as VM_GET_PROPERTY_OP, P as VM_HAS_BLOCK_OP, au as VM_SPREAD_BLOCK_OP, m as VM_COMPILE_BLOCK_OP, Q as VM_HAS_BLOCK_PARAMS_OP, S as VM_IF_INLINE_OP, a2 as VM_NOT_OP, M as VM_GET_DYNAMIC_VAR_OP, $ as VM_LOG_OP, G as VM_FETCH_OP, ac as VM_PRIMITIVE_REFERENCE_OP, R as VM_HELPER_OP, x as VM_DUP_OP, A as VM_DYNAMIC_HELPER_OP, a7 as VM_POP_OP, h as VM_CAPTURE_ARGS_OP, t as VM_CURRY_OP, aH as isSmallInt, aF as encodeImmediate, ah as VM_PUSH_DYNAMIC_SCOPE_OP, g as VM_BIND_DYNAMIC_SCOPE_OP, a6 as VM_POP_DYNAMIC_SCOPE_OP, I as VM_GET_BLOCK_OP, U as VM_INVOKE_YIELD_OP, a9 as VM_POP_SCOPE_OP, i as VM_CHILD_SCOPE_OP, at as VM_SET_VARIABLE_OP, p as VM_CONSTANT_OP, ae as VM_PUSH_BLOCK_SCOPE_OP, ak as VM_PUSH_SYMBOL_TABLE_OP, ai as VM_PUSH_EMPTY_ARGS_OP, ad as VM_PUSH_ARGS_OP, D as VM_ENTER_OP, X as VM_JUMP_EQ_OP, F as VM_EXIT_OP, Z as VM_JUMP_UNLESS_OP, af as VM_PUSH_COMPONENT_DEFINITION_OP, _ as VM_LOAD_OP, f as VM_BEGIN_COMPONENT_TRANSACTION_OP, s as VM_CREATE_COMPONENT_OP, am as VM_REGISTER_COMPONENT_DESTRUCTOR_OP, K as VM_GET_COMPONENT_SELF_OP, ap as VM_ROOT_SCOPE_OP, ar as VM_SET_BLOCK_OP, w as VM_DID_RENDER_LAYOUT_OP, l as VM_COMMIT_COMPONENT_TRANSACTION_OP, aa as VM_PREPARE_ARGS_OP, aA as VM_VIRTUAL_ROOT_SCOPE_OP, as as VM_SET_NAMED_VARIABLES_OP, aq as VM_SET_BLOCKS_OP, T as VM_INVOKE_COMPONENT_LAYOUT_OP, al as VM_PUT_COMPONENT_OPERATIONS_OP, a3 as VM_OPEN_DYNAMIC_ELEMENT_OP, v as VM_DID_CREATE_ELEMENT_OP, H as VM_FLUSH_ELEMENT_OP, j as VM_CLOSE_ELEMENT_OP, an as VM_RESOLVE_CURRIED_COMPONENT_OP, ao as VM_RESOLVE_DYNAMIC_COMPONENT_OP, ag as VM_PUSH_DYNAMIC_COMPONENT_INSTANCE_OP, J as VM_GET_COMPONENT_LAYOUT_OP, a5 as VM_POPULATE_LAYOUT_OP, L as VM_GET_COMPONENT_TAG_NAME_OP, k as VM_COMMENT_OP, a1 as VM_MODIFIER_OP, B as VM_DYNAMIC_MODIFIER_OP, av as VM_STATIC_ATTR_OP, aw as VM_STATIC_COMPONENT_ATTR_OP, y as VM_DYNAMIC_ATTR_OP, n as VM_COMPONENT_ATTR_OP, a4 as VM_OPEN_ELEMENT_OP, u as VM_DEBUGGER_OP, ay as VM_TEXT_OP, z as VM_DYNAMIC_CONTENT_TYPE_OP, aj as VM_PUSH_REMOTE_ELEMENT_OP, a8 as VM_POP_REMOTE_ELEMENT_OP, az as VM_TO_BOOLEAN_OP, C as VM_ENTER_LIST_OP, W as VM_ITERATE_OP, E as VM_EXIT_LIST_OP } from './syscall-ops-nrBHMOTp.js';
4
+ import { e as VM_RETURN_OP, i as isMachineOp, d as VM_PUSH_FRAME_OP, c as VM_POP_FRAME_OP, a as VM_INVOKE_VIRTUAL_OP, b as VM_JUMP_OP, f as VM_RETURN_TO_OP, V as VM_INVOKE_STATIC_OP } from './vm-ops-5QCUIRx4.js';
5
+ import { b as expect, u as unwrap, S as StackImpl, h as isPresentArray, d as dict } from './collections-By4M3cTy.js';
6
6
  import { a as assert } from './assert-Zqc4wiAV.js';
7
7
  import { InstructionEncoderImpl } from '../@glimmer/encoder/index.js';
8
8
  import { A as ARG_SHIFT, M as MACHINE_MASK, I as InternalComponentCapabilities } from './flags-B9qxc-pB.js';
9
9
  import { o as opcodes } from './opcodes-CplRyHl_.js';
10
- import { a as $v0, f as $fp, $ as $s0, g as $sp, h as $s1 } from './registers-C_W2qYHJ.js';
10
+ import { h as $v0, $ as $fp, c as $s0, e as $sp, d as $s1 } from './registers-Buvdhhxx.js';
11
11
  import { ContentType } from '../@glimmer/vm/index.js';
12
12
  import { h as hasCapability } from './capabilities-_5e35539.js';
13
13
 
@@ -1900,4 +1900,4 @@ class TemplateImpl {
1900
1900
  }
1901
1901
  }
1902
1902
 
1903
- export { CallDynamic as C, EMPTY_BLOCKS as E, InvokeStaticBlock as I, SwitchCases as S, WrappedBuilder as W, templateCacheCounters as a, compileStatements as b, compilable as c, InvokeStaticBlockWithStack as d, templateCompilationContext as e, EncoderImpl as f, encodeOp as g, InvokeBareComponent as h, invokePreparedComponent as i, meta as m, templateFactory as t };
1903
+ export { CallDynamic as C, EMPTY_BLOCKS as E, InvokeBareComponent as I, SwitchCases as S, WrappedBuilder as W, EncoderImpl as a, InvokeStaticBlock as b, InvokeStaticBlockWithStack as c, compilable as d, compileStatements as e, encodeOp as f, templateCompilationContext as g, templateFactory as h, invokePreparedComponent as i, meta as m, templateCacheCounters as t };
@@ -1,53 +1,53 @@
1
1
  import { privatize } from '../@ember/-internals/container/index.js';
2
2
  import { E as ENV } from './env-DXxsTFkM.js';
3
3
  import { isFactory, getOwner } from '../@ember/-internals/owner/index.js';
4
- import { g as guidFor } from './guid-Cbq2sNV_.js';
4
+ import { a as guidFor } from './guid-PO2v9BaN.js';
5
5
  import { getViewId, getViewElement } from '../@ember/-internals/views/lib/system/utils.js';
6
6
  import { h as hasDOM } from './has-dom-DdQORPzI.js';
7
7
  import { assert } from '../@ember/debug/lib/assert.js';
8
8
  import { schedule, _backburner, _getCurrentRunLoop } from '../@ember/runloop/index.js';
9
9
  import { associateDestroyableChild, isDestroyed, destroy, registerDestructor, isDestroying } from '../@glimmer/destroyable/index.js';
10
10
  import { artifacts } from '../@glimmer/program/index.js';
11
- import { R as RuntimeOpImpl } from './program-B7CWdS8W.js';
12
- import { v as valueForRef, U as UNDEFINED_REFERENCE, a as createComputeRef, c as createConstRef, j as createInvokableRef, k as createReadOnlyRef, l as createUnboundRef, g as childRefFromParts, u as updateRef } from './reference-BshxG6wn.js';
13
- import { c as clientBuilder } from './element-builder-CnlTPNyw.js';
14
- import { E as EMPTY_ARGS, c as createCapturedArgs, b as EMPTY_POSITIONAL, d as curry } from './debug-render-tree-CF5O4-WI.js';
15
- import { g as runtimeOptions, i as inTransaction, r as renderComponent$1, d as renderMain } from './render-DkJJmoI4.js';
16
- import { d as dict } from './collections-C3Y8z_9v.js';
17
- import { u as unwrapTemplate, a as CurlyComponentManager, i as initialRenderInstrumentDetails, b as ComponentStateBucket, D as DIRTY_TAG, c as isCurlyManager, B as BOUNDS } from './curly-ZzX43b50.js';
18
- import { C as CONSTANT_TAG, a as consumeTag, x as isTracking, D as DIRTY_TAG$1, p as createTag, d as valueForTag, i as CURRENT_TAG, v as validateTag } from './cache-BIlOoPA7.js';
19
- import { a as RSVP } from './rsvp-CnCSY930.js';
11
+ import { R as RuntimeOpImpl } from './program-CF651Zuj.js';
12
+ import { v as valueForRef, U as UNDEFINED_REFERENCE, b as createComputeRef, d as createConstRef, f as createInvokableRef, h as createReadOnlyRef, i as createUnboundRef, a as childRefFromParts, u as updateRef } from './reference-D2agTt1V.js';
13
+ import { e as clientBuilder } from './element-builder-CZePCkbA.js';
14
+ import { E as EMPTY_ARGS, f as createCapturedArgs, c as EMPTY_POSITIONAL, g as curry } from './debug-render-tree-CYENUjgX.js';
15
+ import { g as runtimeOptions, i as inTransaction, r as renderComponent$1, d as renderMain } from './render-B790-vbk.js';
16
+ import { d as dict } from './collections-By4M3cTy.js';
17
+ import { u as unwrapTemplate, b as CurlyComponentManager, i as initialRenderInstrumentDetails, a as ComponentStateBucket, D as DIRTY_TAG, c as isCurlyManager, B as BOUNDS } from './curly-DCYSwLtz.js';
18
+ import { b as CONSTANT_TAG, k as consumeTag, t as isTracking, D as DIRTY_TAG$1, m as createTag, y as valueForTag, c as CURRENT_TAG, x as validateTag } from './cache-CG6_L9db.js';
19
+ import { a as RSVP } from './rsvp-C6j8G1D1.js';
20
20
  import '../@ember/engine/instance.js';
21
21
  import { _instrumentStart } from '../@ember/instrumentation/index.js';
22
22
  import { c as capabilityFlagsFrom } from './capabilities-_5e35539.js';
23
- import { t as templateFactory } from './index-Bj71BDDA.js';
23
+ import { h as templateFactory } from './index-D-rcNBLp.js';
24
24
  import { g as getFactoryFor } from './container-BYOnjnwz.js';
25
- import { g as get, a as _getProp } from './property_get-CAFdpRyu.js';
26
- import { _ as _setProp, s as set } from './property_set-BunbMFtp.js';
25
+ import { g as get, a as _getProp } from './property_get-Sw0SicEZ.js';
26
+ import { _ as _setProp, s as set } from './property_set-SHEIPMUG.js';
27
27
  import setGlobalContext from '../@glimmer/global-context/index.js';
28
- import { t as tagForObject, o as objectAt, a as tagForProperty } from './chain-tags-C9rFtQ_x.js';
28
+ import { t as tagForObject, o as objectAt, b as tagForProperty } from './chain-tags-BP0V2LnZ.js';
29
29
  import { isEmberArray } from '../@ember/array/-internals.js';
30
30
  import { i as isObject } from './spec-BXl1reqK.js';
31
- import { t as tagFor } from './meta-B9mldqPL.js';
31
+ import { t as tagFor } from './meta-Ce6-qROq.js';
32
32
  import { contentFor } from '../@ember/-internals/runtime/lib/mixins/-proxy.js';
33
33
  import { i as isProxy } from './is_proxy-Bzg0d4m4.js';
34
- import { i as internalHelper } from './internal-helper-DIbr1RgC.js';
34
+ import { i as internalHelper } from './internal-helper-CoxiRnnb.js';
35
35
  import { i as isHTMLSafe } from './index-D-xTBV4B.js';
36
36
  import { isArray } from '../@ember/array/index.js';
37
37
  import { g as getComponentTemplate } from './template-Dc_cBOoX.js';
38
- import { c as hasInternalComponentManager, j as setInternalHelperManager, g as getInternalComponentManager } from './api-zh_k31vb.js';
39
- import { h as hash, f as fn, a as array } from './hash-mcs3pEFO.js';
40
- import { g as get$1, c as concat } from './get-t0-itmA-.js';
41
- import { o as on } from './on-B5NVufs_.js';
42
- import { T as TEMPLATE_ONLY_COMPONENT_MANAGER, t as templateOnlyComponent } from './template-only-BtLl0uH0.js';
43
- import { i as isClassicHelper, C as CLASSIC_HELPER_MANAGER } from './helper-DLjV2ZZW.js';
38
+ import { c as hasInternalComponentManager, j as setInternalHelperManager, g as getInternalComponentManager } from './api-DOLN_cR2.js';
39
+ import { h as hash, f as fn, a as array } from './hash-C6IoC4eR.js';
40
+ import { g as get$1, c as concat } from './get-tlL23wmp.js';
41
+ import { o as on } from './on-Dgmychhk.js';
42
+ import { T as TEMPLATE_ONLY_COMPONENT_MANAGER, t as templateOnlyComponent } from './template-only-CP0NT7ce.js';
43
+ import { i as isClassicHelper, C as CLASSIC_HELPER_MANAGER } from './helper-CCK8Ef0x.js';
44
44
  import { dasherize } from '../@ember/-internals/string/index.js';
45
- import { a as uniqueId } from './unique-id-CfHImDRV.js';
45
+ import { a as uniqueId } from './unique-id-Hn8Qp4dS.js';
46
46
  import '../route-recognizer/index.js';
47
- import './unrecognized-url-error-DDBwfzdm.js';
47
+ import './unrecognized-url-error-ClNyMFJt.js';
48
48
  import '../@ember/routing/lib/routing-service.js';
49
49
  import { generateControllerFactory } from '../@ember/routing/lib/generate_controller.js';
50
- import { E as EvaluationContextImpl } from './program-context-B8HKU7wu.js';
50
+ import { E as EvaluationContextImpl } from './program-context-DmI53TzJ.js';
51
51
 
52
52
  function instrumentationPayload$1(def) {
53
53
  // "main" used to be the outlet name, keeping it around for compatibility
@@ -2319,4 +2319,4 @@ class Renderer extends BaseRenderer {
2319
2319
  }
2320
2320
  }
2321
2321
 
2322
- export { OutletView as O, Renderer as R, _resetRenderers as _, renderComponent as a, outletHelper as o, renderSettled as r };
2322
+ export { OutletView as O, Renderer as R, _resetRenderers as _, renderSettled as a, outletHelper as o, renderComponent as r };
@@ -1,6 +1,6 @@
1
1
  import { getOwner } from '../@ember/-internals/owner/index.js';
2
- import { c as computed, d as defineProperty } from './computed-DjCIU_ht.js';
3
- import { i as isElementDescriptor } from './decorator-9ikVwsjY.js';
2
+ import { d as computed, f as defineProperty } from './computed-D6MVTTDd.js';
3
+ import { c as isElementDescriptor } from './decorator-B8Lpq40g.js';
4
4
 
5
5
  let DEBUG_INJECTION_FUNCTIONS;
6
6
 
@@ -1,11 +1,11 @@
1
1
  import { setOwner } from '../@ember/-internals/owner/index.js';
2
- import { g as guidFor } from './guid-Cbq2sNV_.js';
2
+ import { a as guidFor } from './guid-PO2v9BaN.js';
3
3
  import './env-DXxsTFkM.js';
4
4
  import { assert } from '../@ember/debug/lib/assert.js';
5
5
  import { s as setComponentTemplate } from './template-Dc_cBOoX.js';
6
- import { s as setInternalComponentManager } from './api-zh_k31vb.js';
7
- import { v as valueForRef, c as createConstRef } from './reference-BshxG6wn.js';
8
- import { u as untrack } from './cache-BIlOoPA7.js';
6
+ import { s as setInternalComponentManager } from './api-DOLN_cR2.js';
7
+ import { v as valueForRef, d as createConstRef } from './reference-D2agTt1V.js';
8
+ import { w as untrack } from './cache-CG6_L9db.js';
9
9
 
10
10
  function NOOP() {}
11
11
  class InternalComponent {
@@ -1,4 +1,4 @@
1
- import { j as setInternalHelperManager } from './api-zh_k31vb.js';
1
+ import { j as setInternalHelperManager } from './api-DOLN_cR2.js';
2
2
 
3
3
  function internalHelper(helper) {
4
4
  return setInternalHelperManager(helper, {});
@@ -1,8 +1,8 @@
1
1
  import { associateDestroyableChild } from '../@glimmer/destroyable/index.js';
2
- import { a as getInternalHelperManager, f as hasValue, h as hasDestroyable } from './api-zh_k31vb.js';
2
+ import { a as getInternalHelperManager, f as hasValue, h as hasDestroyable } from './api-DOLN_cR2.js';
3
3
  import { getOwner } from '../@glimmer/owner/index.js';
4
- import { b as createCache, g as getValue } from './cache-BIlOoPA7.js';
5
- import { E as EMPTY_ARGS, a as EMPTY_NAMED, b as EMPTY_POSITIONAL } from './debug-render-tree-CF5O4-WI.js';
4
+ import { l as createCache, q as getValue } from './cache-CG6_L9db.js';
5
+ import { E as EMPTY_ARGS, b as EMPTY_NAMED, c as EMPTY_POSITIONAL } from './debug-render-tree-CYENUjgX.js';
6
6
 
7
7
  function getArgs(proxy) {
8
8
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion -- @fixme
@@ -1,5 +1,5 @@
1
1
  import VERSION from '../ember/version.js';
2
- import './property_get-CAFdpRyu.js';
2
+ import './property_get-Sw0SicEZ.js';
3
3
 
4
4
  /**
5
5
  @module ember
@@ -56,4 +56,4 @@ class Libraries {
56
56
  const LIBRARIES = new Libraries();
57
57
  LIBRARIES.registerCoreLibrary('Ember', VERSION);
58
58
 
59
- export { Libraries as L, LIBRARIES as a };
59
+ export { LIBRARIES as L, Libraries as a };
@@ -1,4 +1,4 @@
1
- import { c as createUpdatableTag, D as DIRTY_TAG } from './cache-BIlOoPA7.js';
1
+ import { n as createUpdatableTag, D as DIRTY_TAG } from './cache-CG6_L9db.js';
2
2
 
3
3
  ///////////
4
4
 
@@ -131,4 +131,4 @@ function tryIsNamespace(lookup, prop) {
131
131
  }
132
132
  }
133
133
 
134
- export { NAMESPACES as N, NAMESPACES_BY_ID as a, addNamespace as b, findNamespaces as c, processNamespace as d, setSearchDisabled as e, findNamespace as f, isSearchDisabled as i, processAllNamespaces as p, removeNamespace as r, setUnprocessedMixins as s };
134
+ export { NAMESPACES as N, NAMESPACES_BY_ID as a, addNamespace as b, findNamespaces as c, processNamespace as d, setUnprocessedMixins as e, findNamespace as f, isSearchDisabled as i, processAllNamespaces as p, removeNamespace as r, setSearchDisabled as s };
@@ -1,4 +1,4 @@
1
- import { e as expect } from './collections-C3Y8z_9v.js';
1
+ import { b as expect } from './collections-By4M3cTy.js';
2
2
  import { s as setLocalDebugType } from './debug-brand-B1TWjOCH.js';
3
3
 
4
4
  class CursorImpl {
@@ -81,4 +81,4 @@ function isString(value) {
81
81
  return typeof value === 'string';
82
82
  }
83
83
 
84
- export { ConcreteBounds as C, CursorImpl as a, isEmpty as b, clear as c, isString as d, isFragment as e, isNode as f, isSafeString as i, move as m, normalizeStringValue as n, shouldCoerce as s };
84
+ export { ConcreteBounds as C, CursorImpl as a, isFragment as b, clear as c, isNode as d, isSafeString as e, isString as f, isEmpty as i, move as m, normalizeStringValue as n, shouldCoerce as s };
@@ -1,10 +1,10 @@
1
1
  import { E as ENV } from './env-DXxsTFkM.js';
2
2
  import { peekMeta } from '../@ember/-internals/meta/lib/meta.js';
3
3
  import { registerDestructor } from '../@glimmer/destroyable/index.js';
4
- import { d as valueForTag, v as validateTag, i as CURRENT_TAG } from './cache-BIlOoPA7.js';
5
- import { a as tagMetaFor } from './meta-B9mldqPL.js';
6
- import { g as getChainTagsForKey } from './chain-tags-C9rFtQ_x.js';
7
- import { a as addListener, r as removeListener, s as sendEvent } from './events-DYrYz3V8.js';
4
+ import { y as valueForTag, x as validateTag, c as CURRENT_TAG } from './cache-CG6_L9db.js';
5
+ import { a as tagMetaFor } from './meta-Ce6-qROq.js';
6
+ import { g as getChainTagsForKey } from './chain-tags-BP0V2LnZ.js';
7
+ import { a as addListener, r as removeListener, s as sendEvent } from './events-C7aYCy0N.js';
8
8
 
9
9
  const AFTER_OBSERVERS = ':change';
10
10
  function changeEvent(keyName) {
@@ -196,4 +196,4 @@ function destroyObservers(target) {
196
196
  if (ASYNC_OBSERVERS.size > 0) ASYNC_OBSERVERS.delete(target);
197
197
  }
198
198
 
199
- export { ASYNC_OBSERVERS as A, SYNC_OBSERVERS as S, activateObserver as a, addObserver as b, revalidateObservers as c, flushSyncObservers as d, resumeObserverDeactivation as e, flushAsyncObservers as f, setObserverSuspended as g, removeObserver as r, suspendedObserverDeactivation as s };
199
+ export { ASYNC_OBSERVERS as A, SYNC_OBSERVERS as S, activateObserver as a, addObserver as b, flushSyncObservers as c, resumeObserverDeactivation as d, revalidateObservers as e, flushAsyncObservers as f, suspendedObserverDeactivation as g, removeObserver as r, setObserverSuspended as s };
@@ -1,8 +1,8 @@
1
- import { g as check } from './debug-render-tree-CF5O4-WI.js';
1
+ import { e as check } from './debug-render-tree-CYENUjgX.js';
2
2
  import { registerDestructor } from '../@glimmer/destroyable/index.js';
3
- import { k as setInternalModifierManager } from './api-zh_k31vb.js';
4
- import { v as valueForRef } from './reference-BshxG6wn.js';
5
- import { c as createUpdatableTag } from './cache-BIlOoPA7.js';
3
+ import { k as setInternalModifierManager } from './api-DOLN_cR2.js';
4
+ import { v as valueForRef } from './reference-D2agTt1V.js';
5
+ import { n as createUpdatableTag } from './cache-CG6_L9db.js';
6
6
 
7
7
  class OnModifierState {
8
8
  tag = createUpdatableTag();
@@ -1,6 +1,6 @@
1
1
  import { toBool } from '../@glimmer/global-context/index.js';
2
- import { a as createComputeRef, v as valueForRef } from './reference-BshxG6wn.js';
3
- import { i as internalHelper } from './hash-mcs3pEFO.js';
2
+ import { b as createComputeRef, v as valueForRef } from './reference-D2agTt1V.js';
3
+ import { i as internalHelper } from './hash-C6IoC4eR.js';
4
4
 
5
5
  const and = internalHelper(({
6
6
  positional
@@ -1,4 +1,4 @@
1
- import { u as unwrap } from './collections-DPkjqeA3.js';
1
+ import { u as unwrap } from './collections-By4M3cTy.js';
2
2
  import { O as OPERAND_LEN_MASK, A as ARG_SHIFT, M as MACHINE_MASK, T as TYPE_MASK } from './flags-B9qxc-pB.js';
3
3
 
4
4
  class RuntimeOpImpl {
@@ -173,4 +173,4 @@ function sizeof(table, handle) {
173
173
  }
174
174
  }
175
175
 
176
- export { ProgramImpl as P, RuntimeOpImpl as R, ProgramHeapImpl as a };
176
+ export { ProgramHeapImpl as P, RuntimeOpImpl as R, ProgramImpl as a };
@@ -1,8 +1,8 @@
1
- import { V as VM_MAIN_OP, a as VM_CONTENT_TYPE_OP, b as VM_ASSERT_SAME_OP, c as VM_APPEND_HTML_OP, d as VM_APPEND_TEXT_OP, e as VM_RESOLVE_CURRIED_COMPONENT_OP, f as VM_PUSH_DYNAMIC_COMPONENT_INSTANCE_OP, g as VM_APPEND_SAFE_HTML_OP, h as VM_APPEND_DOCUMENT_FRAGMENT_OP, i as VM_APPEND_NODE_OP } from './syscall-ops-BPFtDquC.js';
2
- import { V as VM_INVOKE_STATIC_OP } from './vm-ops-ImHv0Wtg.js';
3
- import { $ as $s0 } from './registers-C_W2qYHJ.js';
1
+ import { a0 as VM_MAIN_OP, r as VM_CONTENT_TYPE_OP, e as VM_ASSERT_SAME_OP, a as VM_APPEND_HTML_OP, d as VM_APPEND_TEXT_OP, an as VM_RESOLVE_CURRIED_COMPONENT_OP, ag as VM_PUSH_DYNAMIC_COMPONENT_INSTANCE_OP, c as VM_APPEND_SAFE_HTML_OP, V as VM_APPEND_DOCUMENT_FRAGMENT_OP, b as VM_APPEND_NODE_OP } from './syscall-ops-nrBHMOTp.js';
2
+ import { V as VM_INVOKE_STATIC_OP } from './vm-ops-5QCUIRx4.js';
3
+ import { c as $s0 } from './registers-Buvdhhxx.js';
4
4
  import { ContentType } from '../@glimmer/vm/index.js';
5
- import { f as EncoderImpl, g as encodeOp, i as invokePreparedComponent, S as SwitchCases, h as InvokeBareComponent, C as CallDynamic } from './index-Bj71BDDA.js';
5
+ import { a as EncoderImpl, f as encodeOp, i as invokePreparedComponent, S as SwitchCases, I as InvokeBareComponent, C as CallDynamic } from './index-D-rcNBLp.js';
6
6
 
7
7
  class StdLib {
8
8
  constructor(main, trustingGuardedAppend, cautiousGuardedAppend, trustingNonDynamicAppend, cautiousNonDynamicAppend) {
@@ -1,7 +1,7 @@
1
1
  import { s as setProxy } from './is_proxy-Bzg0d4m4.js';
2
2
  import { isEmberArray } from '../@ember/array/-internals.js';
3
- import { t as track, x as isTracking, a as consumeTag } from './cache-BIlOoPA7.js';
4
- import { t as tagFor } from './meta-B9mldqPL.js';
3
+ import { v as track, t as isTracking, k as consumeTag } from './cache-CG6_L9db.js';
4
+ import { t as tagFor } from './meta-Ce6-qROq.js';
5
5
  import { C as Cache } from './cache-qDyqAcpg.js';
6
6
 
7
7
  const firstDotIndexCache = new Cache(1000, key => key.indexOf('.'));
@@ -1,7 +1,7 @@
1
1
  import { l as lookupDescriptor } from './lookup-descriptor-CwcVgaLv.js';
2
- import { C as COMPUTED_SETTERS } from './decorator-9ikVwsjY.js';
3
- import { i as isPath, _ as _getPath } from './property_get-CAFdpRyu.js';
4
- import { n as notifyPropertyChange } from './computed-DjCIU_ht.js';
2
+ import { C as COMPUTED_SETTERS } from './decorator-B8Lpq40g.js';
3
+ import { i as isPath, _ as _getPath } from './property_get-Sw0SicEZ.js';
4
+ import { n as notifyPropertyChange } from './computed-D6MVTTDd.js';
5
5
 
6
6
  /**
7
7
  @module @ember/object
@@ -1,6 +1,6 @@
1
- import { i as isDict, e as expect } from './collections-C3Y8z_9v.js';
1
+ import { i as isDict, b as expect } from './collections-By4M3cTy.js';
2
2
  import { setProp, getProp } from '../@glimmer/global-context/index.js';
3
- import { C as CONSTANT_TAG, I as INITIAL, v as validateTag, t as track, d as valueForTag, a as consumeTag } from './cache-BIlOoPA7.js';
3
+ import { b as CONSTANT_TAG, I as INITIAL, x as validateTag, v as track, y as valueForTag, k as consumeTag } from './cache-CG6_L9db.js';
4
4
 
5
5
  const REFERENCE = Symbol('REFERENCE');
6
6
  const CONSTANT = 0;
@@ -148,4 +148,4 @@ function childRefFromParts(root, parts) {
148
148
  }
149
149
  let createDebugAliasRef;
150
150
 
151
- export { FALSE_REFERENCE as F, NULL_REFERENCE as N, REFERENCE as R, TRUE_REFERENCE as T, UNDEFINED_REFERENCE as U, createComputeRef as a, isConstRef as b, createConstRef as c, isUpdatableRef as d, createPrimitiveRef as e, childRefFor as f, childRefFromParts as g, createDebugAliasRef as h, isInvokableRef as i, createInvokableRef as j, createReadOnlyRef as k, createUnboundRef as l, updateRef as u, valueForRef as v };
151
+ export { FALSE_REFERENCE as F, NULL_REFERENCE as N, REFERENCE as R, TRUE_REFERENCE as T, UNDEFINED_REFERENCE as U, childRefFromParts as a, createComputeRef as b, childRefFor as c, createConstRef as d, createDebugAliasRef as e, createInvokableRef as f, createPrimitiveRef as g, createReadOnlyRef as h, createUnboundRef as i, isConstRef as j, isInvokableRef as k, isUpdatableRef as l, updateRef as u, valueForRef as v };
@@ -32,4 +32,4 @@ function isLowLevelRegister(register) {
32
32
  return register <= $sp;
33
33
  }
34
34
 
35
- export { $s0 as $, $v0 as a, $t1 as b, $t0 as c, $pc as d, $ra as e, $fp as f, $sp as g, $s1 as h, isLowLevelRegister as i };
35
+ export { $fp as $, $pc as a, $ra as b, $s0 as c, $s1 as d, $sp as e, $t0 as f, $t1 as g, $v0 as h, isLowLevelRegister as i };
@@ -1,8 +1,8 @@
1
- import { N as NewTreeBuilder, R as RemoteBlock, C as COMMENT_NODE, T as TEXT_NODE, E as ELEMENT_NODE, e as NS_SVG } from './element-builder-CnlTPNyw.js';
2
- import { c as castToSimple, a as castToBrowser } from './simple-cast-DCvJLSin.js';
3
- import { e as expect } from './collections-C3Y8z_9v.js';
1
+ import { c as NewTreeBuilder, R as RemoteBlock, C as COMMENT_NODE, T as TEXT_NODE, E as ELEMENT_NODE, N as NS_SVG } from './element-builder-CZePCkbA.js';
2
+ import { a as castToSimple, c as castToBrowser } from './simple-cast-BXTrayoV.js';
3
+ import { b as expect } from './collections-By4M3cTy.js';
4
4
  import { a as assert } from './assert-Zqc4wiAV.js';
5
- import { C as ConcreteBounds, a as CursorImpl } from './normalize-D9jDJVGg.js';
5
+ import { C as ConcreteBounds, a as CursorImpl } from './normalize-Bx4H3NjB.js';
6
6
 
7
7
  const SERIALIZATION_FIRST_NODE_STRING = '%+b:0%';
8
8
  function isSerializationFirstNode(node) {
@@ -1,23 +1,23 @@
1
- import { u as unwrap, e as expect, c as isIndexable, S as StackImpl } from './collections-C3Y8z_9v.js';
2
- import { a as unwrapHandle } from './template-BRrQR6KS.js';
3
- import { v as valueForRef, f as childRefFor, U as UNDEFINED_REFERENCE, a as createComputeRef, T as TRUE_REFERENCE, F as FALSE_REFERENCE, b as isConstRef, u as updateRef, c as createConstRef } from './reference-BshxG6wn.js';
1
+ import { u as unwrap, b as expect, f as isIndexable, S as StackImpl } from './collections-By4M3cTy.js';
2
+ import { u as unwrapHandle } from './template-B0Apv9g2.js';
3
+ import { v as valueForRef, c as childRefFor, U as UNDEFINED_REFERENCE, b as createComputeRef, T as TRUE_REFERENCE, F as FALSE_REFERENCE, j as isConstRef, u as updateRef, d as createConstRef } from './reference-D2agTt1V.js';
4
4
  import { a as assert } from './assert-Zqc4wiAV.js';
5
- import { P as ProgramImpl } from './program-B7CWdS8W.js';
6
- import { t as track, U as UPDATE_TAG, m as beginTrackFrame, q as endTrackFrame } from './cache-BIlOoPA7.js';
7
- import { A as APPEND_OPCODES, D as DebugRenderTreeImpl, i as isArgumentError, h as isCurriedType, d as curry, g as check, j as resolveCurriedValue, f as reifyPositional, k as AssertFilter, V as VMArgumentsImpl, l as externs, J as JumpIfNotModifiedOpcode, B as BeginTrackFrameOpcode, m as EndTrackFrameOpcode } from './debug-render-tree-CF5O4-WI.js';
8
- import { B as BLACKLIST_TABLE, f as DOMOperations, D as DOMTreeConstruction, N as NewTreeBuilder } from './element-builder-CnlTPNyw.js';
5
+ import { a as ProgramImpl } from './program-CF651Zuj.js';
6
+ import { v as track, U as UPDATE_TAG, g as beginTrackFrame, o as endTrackFrame } from './cache-CG6_L9db.js';
7
+ import { A as APPEND_OPCODES, D as DebugRenderTreeImpl, i as isArgumentError, j as isCurriedType, g as curry, e as check, m as resolveCurriedValue, l as reifyPositional, a as AssertFilter, V as VMArgumentsImpl, h as externs, J as JumpIfNotModifiedOpcode, B as BeginTrackFrameOpcode, d as EndTrackFrameOpcode } from './debug-render-tree-CYENUjgX.js';
8
+ import { B as BLACKLIST_TABLE, D as DOMOperations, a as DOMTreeConstruction, c as NewTreeBuilder } from './element-builder-CZePCkbA.js';
9
9
  import { a as assign } from './object-utils-AijlD-JH.js';
10
10
  import { associateDestroyableChild, _hasDestroyableChildren, destroy, destroyChildren, registerDestructor } from '../@glimmer/destroyable/index.js';
11
11
  import { createIteratorRef, createIteratorItemRef } from '../@glimmer/reference/index.js';
12
- import { r as reverse } from './array-utils-CZQxrdD3.js';
13
- import { a as $v0, d as $pc, e as $ra, f as $fp, g as $sp, i as isLowLevelRegister } from './registers-C_W2qYHJ.js';
14
- import { a as VM_RETURN_TO_OP, b as VM_RETURN_OP, c as VM_JUMP_OP, d as VM_INVOKE_VIRTUAL_OP, V as VM_INVOKE_STATIC_OP, e as VM_POP_FRAME_OP, f as VM_PUSH_FRAME_OP } from './vm-ops-ImHv0Wtg.js';
15
- import { a as CURRIED_COMPONENT, b as CURRIED_HELPER } from './curried-BZnYakIg.js';
16
- import { ai as VM_DEBUGGER_OP, p as decodeHandle, aj as VM_CURRY_OP, ak as VM_DYNAMIC_HELPER_OP, al as VM_HELPER_OP, am as VM_GET_VARIABLE_OP, an as VM_SET_VARIABLE_OP, ao as VM_SET_BLOCK_OP, ap as VM_ROOT_SCOPE_OP, aq as VM_GET_PROPERTY_OP, ar as VM_GET_BLOCK_OP, as as VM_SPREAD_BLOCK_OP, at as VM_HAS_BLOCK_OP, au as VM_HAS_BLOCK_PARAMS_OP, av as VM_CONCAT_OP, aw as VM_IF_INLINE_OP, ax as VM_NOT_OP, ay as VM_GET_DYNAMIC_VAR_OP, az as VM_LOG_OP, a as VM_CONTENT_TYPE_OP, aA as VM_DYNAMIC_CONTENT_TYPE_OP, c as VM_APPEND_HTML_OP, g as VM_APPEND_SAFE_HTML_OP, d as VM_APPEND_TEXT_OP, h as VM_APPEND_DOCUMENT_FRAGMENT_OP, i as VM_APPEND_NODE_OP, aB as VM_ENTER_LIST_OP, aC as VM_EXIT_LIST_OP, aD as VM_ITERATE_OP } from './syscall-ops-BPFtDquC.js';
12
+ import { r as reverse } from './array-utils-BEaSKdEb.js';
13
+ import { h as $v0, a as $pc, b as $ra, $ as $fp, e as $sp, i as isLowLevelRegister } from './registers-Buvdhhxx.js';
14
+ import { f as VM_RETURN_TO_OP, e as VM_RETURN_OP, b as VM_JUMP_OP, a as VM_INVOKE_VIRTUAL_OP, V as VM_INVOKE_STATIC_OP, c as VM_POP_FRAME_OP, d as VM_PUSH_FRAME_OP } from './vm-ops-5QCUIRx4.js';
15
+ import { C as CURRIED_COMPONENT, a as CURRIED_HELPER } from './curried-Cnjy9_ug.js';
16
+ import { u as VM_DEBUGGER_OP, aC as decodeHandle, t as VM_CURRY_OP, A as VM_DYNAMIC_HELPER_OP, R as VM_HELPER_OP, O as VM_GET_VARIABLE_OP, at as VM_SET_VARIABLE_OP, ar as VM_SET_BLOCK_OP, ap as VM_ROOT_SCOPE_OP, N as VM_GET_PROPERTY_OP, I as VM_GET_BLOCK_OP, au as VM_SPREAD_BLOCK_OP, P as VM_HAS_BLOCK_OP, Q as VM_HAS_BLOCK_PARAMS_OP, o as VM_CONCAT_OP, S as VM_IF_INLINE_OP, a2 as VM_NOT_OP, M as VM_GET_DYNAMIC_VAR_OP, $ as VM_LOG_OP, r as VM_CONTENT_TYPE_OP, z as VM_DYNAMIC_CONTENT_TYPE_OP, a as VM_APPEND_HTML_OP, c as VM_APPEND_SAFE_HTML_OP, d as VM_APPEND_TEXT_OP, V as VM_APPEND_DOCUMENT_FRAGMENT_OP, b as VM_APPEND_NODE_OP, C as VM_ENTER_LIST_OP, E as VM_EXIT_LIST_OP, W as VM_ITERATE_OP } from './syscall-ops-nrBHMOTp.js';
17
17
  import { toBool } from '../@glimmer/global-context/index.js';
18
- import { a as getInternalHelperManager, c as hasInternalComponentManager, d as hasInternalHelperManager } from './api-zh_k31vb.js';
18
+ import { a as getInternalHelperManager, c as hasInternalComponentManager, d as hasInternalHelperManager } from './api-DOLN_cR2.js';
19
19
  import { ContentType } from '../@glimmer/vm/index.js';
20
- import { b as isEmpty, d as isString, s as shouldCoerce, i as isSafeString, e as isFragment, f as isNode, m as move, c as clear } from './normalize-D9jDJVGg.js';
20
+ import { i as isEmpty, f as isString, s as shouldCoerce, e as isSafeString, b as isFragment, d as isNode, m as move, c as clear } from './normalize-Bx4H3NjB.js';
21
21
 
22
22
  // Allow the contents of `debugCallback` without extra annotations
23
23
  /* eslint-disable @typescript-eslint/no-unused-expressions */
@@ -1935,4 +1935,4 @@ function recordToReference(record) {
1935
1935
  }, {});
1936
1936
  }
1937
1937
 
1938
- export { DOMChanges as D, EnvironmentImpl as E, LowLevelVM as L, ScopeImpl as S, UpdatingVM as U, DynamicScopeImpl as a, DOMChangesImpl as b, isWhitespace as c, renderMain as d, renderSync as e, resetDebuggerCallback as f, runtimeOptions as g, inTransaction as i, renderComponent as r, setDebuggerCallback as s };
1938
+ export { DOMChanges as D, EnvironmentImpl as E, LowLevelVM as L, ScopeImpl as S, UpdatingVM as U, DOMChangesImpl as a, DynamicScopeImpl as b, isWhitespace as c, renderMain as d, renderSync as e, resetDebuggerCallback as f, runtimeOptions as g, inTransaction as i, renderComponent as r, setDebuggerCallback as s };
@@ -2303,4 +2303,4 @@ const RSVP$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
2303
2303
  rethrow
2304
2304
  }, Symbol.toStringTag, { value: 'Module' }));
2305
2305
 
2306
- export { EventTarget as E, Promise$1 as P, RSVP$1 as R, RSVP as a, all as b, configure as c, allSettled as d, asap as e, async as f, cast as g, defer as h, denodeify as i, filter as j, hash as k, hashSettled as l, map as m, off as n, on as o, reject as p, resolve as q, race as r, rethrow as s };
2306
+ export { EventTarget as E, Promise$1 as P, RSVP$1 as R, RSVP as a, all as b, allSettled as c, asap as d, async as e, cast as f, configure as g, defer as h, denodeify as i, filter as j, hash as k, hashSettled as l, map as m, on as n, off as o, reject as p, resolve as q, race as r, rethrow as s };
@@ -1,5 +1,5 @@
1
- import { C as ConcreteBounds } from './normalize-D9jDJVGg.js';
2
- import { N as NewTreeBuilder } from './element-builder-CnlTPNyw.js';
1
+ import { C as ConcreteBounds } from './normalize-Bx4H3NjB.js';
2
+ import { c as NewTreeBuilder } from './element-builder-CZePCkbA.js';
3
3
 
4
4
  /* eslint-disable @typescript-eslint/no-unsafe-enum-comparison */
5
5
 
@@ -1,5 +1,5 @@
1
- import { f as changeProperties } from './computed-DjCIU_ht.js';
2
- import { s as set } from './property_set-BunbMFtp.js';
1
+ import { c as changeProperties } from './computed-D6MVTTDd.js';
2
+ import { s as set } from './property_set-SHEIPMUG.js';
3
3
 
4
4
  /**
5
5
  @module @ember/object
@@ -1,13 +1,13 @@
1
1
  import { privatize } from '../@ember/-internals/container/index.js';
2
2
  import { getOwner } from '../@ember/-internals/owner/index.js';
3
- import { I as Input, T as Textarea } from './textarea-CHqL0Rdh.js';
3
+ import { I as Input, T as Textarea } from './textarea-B_JYBuE8.js';
4
4
  import { LinkTo } from '../@ember/routing/index.js';
5
- import './render-DkJJmoI4.js';
6
- import { c as clientBuilder } from './element-builder-CnlTPNyw.js';
7
- import { r as rehydrationBuilder } from './rehydrate-builder-DJ8k-6fg.js';
8
- import { s as serializeBuilder } from './serialize-builder-R3Ozg0sC.js';
9
- import { o as outletHelper, O as OutletView, R as Renderer } from './index-qDFz6Mfe.js';
10
- import { t as templateFactory } from './index-Bj71BDDA.js';
5
+ import './render-B790-vbk.js';
6
+ import { e as clientBuilder } from './element-builder-CZePCkbA.js';
7
+ import { r as rehydrationBuilder } from './rehydrate-builder-B7MtrWip.js';
8
+ import { s as serializeBuilder } from './serialize-builder-kEyOKbzp.js';
9
+ import { o as outletHelper, O as OutletView, R as Renderer } from './index-DabsnYit.js';
10
+ import { h as templateFactory } from './index-D-rcNBLp.js';
11
11
 
12
12
  const OutletTemplate = templateFactory(
13
13
  /*
@@ -30,4 +30,4 @@ function isSimpleElement(node) {
30
30
  return node?.nodeType === ELEMENT_NODE;
31
31
  }
32
32
 
33
- export { castToBrowser as a, castToSimple as c };
33
+ export { castToSimple as a, castToBrowser as c };
@@ -88,4 +88,4 @@ function _wrap(func, superFunc) {
88
88
  return superWrapper;
89
89
  }
90
90
 
91
- export { ROOT as R, setListeners as a, checkHasSuper as c, observerListenerMetaFor as o, setObservers as s, wrap as w };
91
+ export { ROOT as R, setObservers as a, checkHasSuper as c, observerListenerMetaFor as o, setListeners as s, wrap as w };