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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/README.md +0 -1
  2. package/build-metadata.json +3 -3
  3. package/dist/dev/packages/@ember/-internals/browser-environment/index.js +1 -1
  4. package/dist/dev/packages/@ember/-internals/glimmer/index.js +11 -11
  5. package/dist/dev/packages/@ember/-internals/metal/index.js +18 -18
  6. package/dist/dev/packages/@ember/-internals/routing/index.js +3 -3
  7. package/dist/dev/packages/@ember/-internals/runtime/index.js +1 -1
  8. package/dist/dev/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  9. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
  10. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  11. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +2 -2
  12. package/dist/dev/packages/@ember/-internals/utils/index.js +2 -2
  13. package/dist/dev/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  14. package/dist/dev/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  15. package/dist/dev/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  16. package/dist/dev/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  17. package/dist/dev/packages/@ember/application/index.js +6 -6
  18. package/dist/dev/packages/@ember/application/instance.js +4 -4
  19. package/dist/dev/packages/@ember/application/namespace.js +3 -3
  20. package/dist/dev/packages/@ember/array/index.js +5 -5
  21. package/dist/dev/packages/@ember/array/proxy.js +8 -8
  22. package/dist/dev/packages/@ember/component/helper.js +1 -1
  23. package/dist/dev/packages/@ember/component/index.js +12 -12
  24. package/dist/dev/packages/@ember/component/template-only.js +1 -1
  25. package/dist/dev/packages/@ember/controller/index.js +3 -3
  26. package/dist/dev/packages/@ember/debug/data-adapter.js +3 -3
  27. package/dist/dev/packages/@ember/debug/index.js +1 -1
  28. package/dist/dev/packages/@ember/engine/index.js +5 -5
  29. package/dist/dev/packages/@ember/engine/instance.js +2 -2
  30. package/dist/dev/packages/@ember/helper/index.js +8 -8
  31. package/dist/dev/packages/@ember/modifier/index.js +2 -2
  32. package/dist/dev/packages/@ember/modifier/on.js +1 -1
  33. package/dist/dev/packages/@ember/object/-internals.js +2 -2
  34. package/dist/dev/packages/@ember/object/compat.js +3 -3
  35. package/dist/dev/packages/@ember/object/computed.js +2 -2
  36. package/dist/dev/packages/@ember/object/core.js +7 -7
  37. package/dist/dev/packages/@ember/object/evented.js +2 -2
  38. package/dist/dev/packages/@ember/object/events.js +1 -1
  39. package/dist/dev/packages/@ember/object/index.js +8 -8
  40. package/dist/dev/packages/@ember/object/internals.js +1 -1
  41. package/dist/dev/packages/@ember/object/lib/computed/computed_macros.js +5 -5
  42. package/dist/dev/packages/@ember/object/lib/computed/reduce_computed_macros.js +3 -3
  43. package/dist/dev/packages/@ember/object/mixin.js +6 -6
  44. package/dist/dev/packages/@ember/object/observable.js +7 -7
  45. package/dist/dev/packages/@ember/object/observers.js +1 -1
  46. package/dist/dev/packages/@ember/object/promise-proxy-mixin.js +3 -3
  47. package/dist/dev/packages/@ember/reactive/collections.js +1 -1
  48. package/dist/dev/packages/@ember/renderer/index.js +1 -1
  49. package/dist/dev/packages/@ember/routing/-internals.js +3 -3
  50. package/dist/dev/packages/@ember/routing/index.js +4 -4
  51. package/dist/dev/packages/@ember/routing/lib/generate_controller.js +1 -1
  52. package/dist/dev/packages/@ember/routing/lib/routing-service.js +5 -5
  53. package/dist/dev/packages/@ember/routing/lib/utils.js +3 -3
  54. package/dist/dev/packages/@ember/routing/route.js +10 -10
  55. package/dist/dev/packages/@ember/routing/router-service.js +6 -6
  56. package/dist/dev/packages/@ember/routing/router.js +5 -5
  57. package/dist/dev/packages/@ember/runloop/index.js +1 -1
  58. package/dist/dev/packages/@ember/service/index.js +1 -1
  59. package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  60. package/dist/dev/packages/@ember/template-compiler/lib/template.js +2 -2
  61. package/dist/dev/packages/@ember/template-factory/index.js +1 -1
  62. package/dist/dev/packages/@ember/utils/lib/is_empty.js +1 -1
  63. package/dist/dev/packages/@glimmer/manager/index.js +3 -3
  64. package/dist/dev/packages/@glimmer/node/index.js +3 -3
  65. package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
  66. package/dist/dev/packages/@glimmer/program/index.js +8 -8
  67. package/dist/dev/packages/@glimmer/reference/index.js +5 -5
  68. package/dist/dev/packages/@glimmer/runtime/index.js +13 -13
  69. package/dist/dev/packages/@glimmer/tracking/index.js +2 -2
  70. package/dist/dev/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  71. package/dist/dev/packages/@glimmer/util/index.js +4 -4
  72. package/dist/dev/packages/@glimmer/validator/index.js +3 -3
  73. package/dist/dev/packages/@glimmer/vm/index.js +1 -1
  74. package/dist/dev/packages/ember/version.js +1 -1
  75. package/dist/dev/packages/ember-template-compiler/index.js +4 -4
  76. package/dist/dev/packages/router_js/index.js +2 -2
  77. package/dist/dev/packages/rsvp/index.js +1 -1
  78. package/dist/dev/packages/shared-chunks/{alias-ZcMQckQV.js → alias-RGbDZoAB.js} +7 -7
  79. package/dist/dev/packages/shared-chunks/{api-BAmlf_CN.js → api-BT9M3UaD.js} +5 -5
  80. package/dist/dev/packages/shared-chunks/{api-BawZUDYD.js → api-DG5kRT-o.js} +2 -2
  81. package/dist/dev/packages/shared-chunks/{args-proxy-BNLuRFlO.js → args-proxy-CB0SM6jC.js} +2 -2
  82. package/dist/dev/packages/shared-chunks/{array-Bh_kUjzy.js → array-BMaSKezP.js} +3 -3
  83. package/dist/dev/packages/shared-chunks/{array-utils-CZQxrdD3.js → array-utils-BEaSKdEb.js} +1 -1
  84. package/dist/dev/packages/shared-chunks/{cache-B7dqAS38.js → cache-CeWOBNQg.js} +2 -2
  85. package/dist/dev/packages/shared-chunks/{chain-tags-D6tuFUj_.js → chain-tags-DfmU63mS.js} +4 -4
  86. package/dist/dev/packages/shared-chunks/{collections-DPkjqeA3.js → collections-DEt-i-8B.js} +2 -2
  87. package/dist/dev/packages/shared-chunks/{compiler-QUSl_urU.js → compiler-DhH2WLpA.js} +3 -3
  88. package/dist/dev/packages/shared-chunks/{computed-CJnghmXC.js → computed-Daavz6vC.js} +6 -6
  89. package/dist/dev/packages/shared-chunks/{curly-BBzF_bI8.js → curly-YoYS2vXw.js} +7 -7
  90. package/dist/dev/packages/shared-chunks/{curried-BZnYakIg.js → curried-Cnjy9_ug.js} +1 -1
  91. package/dist/dev/packages/shared-chunks/{decorator-B5Uh5NFI.js → decorator-DYQwMItS.js} +1 -1
  92. package/dist/dev/packages/shared-chunks/{element-DQJOvSlQ.js → element-bBwMD8cw.js} +3 -3
  93. package/dist/dev/packages/shared-chunks/{element-builder--iTIJyCB.js → element-builder-Cl1kHFJE.js} +4 -4
  94. package/dist/dev/packages/shared-chunks/{events-6aFVjD4k.js → events-B1lx9T1I.js} +1 -1
  95. package/dist/dev/packages/shared-chunks/{get-D5b5QlqE.js → get-CO3EIWsm.js} +4 -4
  96. package/dist/{prod/packages/shared-chunks/get_properties-Nn08mLAH.js → dev/packages/shared-chunks/get_properties-B203vZpz.js} +1 -1
  97. package/dist/dev/packages/shared-chunks/{guid-Cbq2sNV_.js → guid-PO2v9BaN.js} +1 -1
  98. package/dist/dev/packages/shared-chunks/{hash-BRRFQJ99.js → hash-2-93qikL.js} +3 -3
  99. package/dist/dev/packages/shared-chunks/{helper-Do7NCZHI.js → helper-Bm6EhgSW.js} +3 -3
  100. package/dist/dev/packages/shared-chunks/{index-BGP1rw3B.js → index-DX90CU4L.js} +1 -1
  101. package/dist/dev/packages/shared-chunks/{index-CyZiGiEI.js → index-DkwVSPP5.js} +7 -7
  102. package/dist/dev/packages/shared-chunks/{index-CwnQYqK5.js → index-dyv6rcBf.js} +27 -27
  103. package/dist/dev/packages/shared-chunks/{injected_property-B4T-FzZZ.js → injected_property-B075jH6c.js} +2 -2
  104. package/dist/dev/packages/shared-chunks/{internal-CAL-jHZt.js → internal-Bpr6ihB_.js} +4 -4
  105. package/dist/dev/packages/shared-chunks/{internal-helper-Ez7zbEIa.js → internal-helper-IC87S6iZ.js} +1 -1
  106. package/dist/dev/packages/shared-chunks/{invoke-B8M5fQQS.js → invoke-Ds0KEfP_.js} +3 -3
  107. package/dist/dev/packages/shared-chunks/{libraries-CHBwbR72.js → libraries-P8Ins5CB.js} +1 -1
  108. package/dist/dev/packages/shared-chunks/{meta-BmRXesrk.js → meta-Cjo3zQJq.js} +1 -1
  109. package/dist/{prod/packages/shared-chunks/namespace_search-BfvzEQzN.js → dev/packages/shared-chunks/namespace_search-TFdmjK_a.js} +1 -1
  110. package/dist/dev/packages/shared-chunks/{normalize-CKySQVU7.js → normalize-CxG_iVLJ.js} +2 -2
  111. package/dist/dev/packages/shared-chunks/{observers-C2DurkLG.js → observers-CejcZw5s.js} +5 -5
  112. package/dist/dev/packages/shared-chunks/{on-BueSMv9L.js → on-Ch_lyozr.js} +4 -4
  113. package/dist/dev/packages/shared-chunks/{or-O0eJQ4K-.js → or-Bg6rCMF8.js} +2 -2
  114. package/dist/dev/packages/shared-chunks/{present-B1rrjAVM.js → present-D0EfKzC6.js} +1 -1
  115. package/dist/{prod/packages/shared-chunks/program-B7CWdS8W.js → dev/packages/shared-chunks/program-CPXeXWVB.js} +2 -2
  116. package/dist/dev/packages/shared-chunks/{program-context-CadjldRr.js → program-context-BaYVr5GA.js} +4 -4
  117. package/dist/dev/packages/shared-chunks/{property_get-CIBS9umw.js → property_get-BjbsrgpU.js} +3 -3
  118. package/dist/dev/packages/shared-chunks/{property_set-D3PKyisF.js → property_set-LJskl202.js} +3 -3
  119. package/dist/dev/packages/shared-chunks/{reference-BoPB2LfI.js → reference-C-OXd_kp.js} +3 -3
  120. package/dist/{prod/packages/shared-chunks/registers-C_W2qYHJ.js → dev/packages/shared-chunks/registers-Buvdhhxx.js} +1 -1
  121. package/dist/dev/packages/shared-chunks/{rehydrate-builder-DCyIgnCR.js → rehydrate-builder-IH4d_JQy.js} +4 -4
  122. package/dist/dev/packages/shared-chunks/{render-CpKaO-BO.js → render-Dz3OWqXy.js} +15 -15
  123. package/dist/dev/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp-C6j8G1D1.js} +1 -1
  124. package/dist/dev/packages/shared-chunks/{serialize-builder-DxgGRvH_.js → serialize-builder-DKliZPPG.js} +2 -2
  125. package/dist/dev/packages/shared-chunks/{set_properties-BghuuGJx.js → set_properties-CNds2HCH.js} +2 -2
  126. package/dist/dev/packages/shared-chunks/{setup-registry-BC5VMvei.js → setup-registry-C_YovxNX.js} +7 -7
  127. package/dist/{prod/packages/shared-chunks/simple-cast-DCvJLSin.js → dev/packages/shared-chunks/simple-cast-BXTrayoV.js} +1 -1
  128. package/dist/{prod/packages/shared-chunks/super-BBBjgF69.js → dev/packages/shared-chunks/super-D4qkU4uq.js} +1 -1
  129. package/dist/{prod/packages/shared-chunks/syscall-ops-BPFtDquC.js → dev/packages/shared-chunks/syscall-ops-nrBHMOTp.js} +1 -1
  130. package/dist/{prod/packages/shared-chunks/template-BRrQR6KS.js → dev/packages/shared-chunks/template-B0Apv9g2.js} +1 -1
  131. package/dist/dev/packages/shared-chunks/{template-only-BqOt8bDl.js → template-only-BxYzSEnC.js} +2 -2
  132. package/dist/dev/packages/shared-chunks/{textarea-WSlUEr0y.js → textarea-DHjEFpZu.js} +6 -6
  133. package/dist/dev/packages/shared-chunks/{tracked-CKE4wnE6.js → tracked-B76E1nGz.js} +5 -5
  134. package/dist/dev/packages/shared-chunks/{tracked-data-CGnA4ytZ.js → tracked-data-CH1USZZy.js} +2 -2
  135. package/dist/dev/packages/shared-chunks/{unique-id-CgmHQiwi.js → unique-id-Hd96VZlE.js} +2 -2
  136. package/dist/dev/packages/shared-chunks/{unrecognized-url-error-B3wUTorp.js → unrecognized-url-error-BQdkjTtZ.js} +2 -2
  137. package/dist/dev/packages/shared-chunks/{untouchable-this-B3DVwpHS.js → untouchable-this-BHdAERUu.js} +11 -11
  138. package/dist/{prod/packages/shared-chunks/vm-ops-ImHv0Wtg.js → dev/packages/shared-chunks/vm-ops-5QCUIRx4.js} +1 -1
  139. package/dist/prod/packages/@ember/-internals/glimmer/index.js +11 -11
  140. package/dist/prod/packages/@ember/-internals/metal/index.js +18 -18
  141. package/dist/prod/packages/@ember/-internals/routing/index.js +3 -3
  142. package/dist/prod/packages/@ember/-internals/runtime/index.js +1 -1
  143. package/dist/prod/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  144. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
  145. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  146. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +2 -2
  147. package/dist/prod/packages/@ember/-internals/utils/index.js +2 -2
  148. package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  149. package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  150. package/dist/prod/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  151. package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  152. package/dist/prod/packages/@ember/application/index.js +5 -5
  153. package/dist/prod/packages/@ember/application/instance.js +4 -4
  154. package/dist/prod/packages/@ember/application/namespace.js +3 -3
  155. package/dist/prod/packages/@ember/array/index.js +5 -5
  156. package/dist/prod/packages/@ember/array/proxy.js +8 -8
  157. package/dist/prod/packages/@ember/component/helper.js +1 -1
  158. package/dist/prod/packages/@ember/component/index.js +11 -11
  159. package/dist/prod/packages/@ember/component/template-only.js +1 -1
  160. package/dist/prod/packages/@ember/controller/index.js +3 -3
  161. package/dist/prod/packages/@ember/debug/data-adapter.js +3 -3
  162. package/dist/prod/packages/@ember/engine/index.js +5 -5
  163. package/dist/prod/packages/@ember/engine/instance.js +2 -2
  164. package/dist/prod/packages/@ember/helper/index.js +8 -8
  165. package/dist/prod/packages/@ember/modifier/index.js +2 -2
  166. package/dist/prod/packages/@ember/modifier/on.js +1 -1
  167. package/dist/prod/packages/@ember/object/-internals.js +2 -2
  168. package/dist/prod/packages/@ember/object/compat.js +3 -3
  169. package/dist/prod/packages/@ember/object/computed.js +2 -2
  170. package/dist/prod/packages/@ember/object/core.js +7 -7
  171. package/dist/prod/packages/@ember/object/evented.js +2 -2
  172. package/dist/prod/packages/@ember/object/events.js +1 -1
  173. package/dist/prod/packages/@ember/object/index.js +8 -8
  174. package/dist/prod/packages/@ember/object/internals.js +2 -2
  175. package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +4 -4
  176. package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +2 -2
  177. package/dist/prod/packages/@ember/object/mixin.js +6 -6
  178. package/dist/prod/packages/@ember/object/observable.js +7 -7
  179. package/dist/prod/packages/@ember/object/observers.js +1 -1
  180. package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +3 -3
  181. package/dist/prod/packages/@ember/reactive/collections.js +1 -1
  182. package/dist/prod/packages/@ember/renderer/index.js +1 -1
  183. package/dist/prod/packages/@ember/routing/index.js +4 -4
  184. package/dist/prod/packages/@ember/routing/lib/generate_controller.js +1 -1
  185. package/dist/prod/packages/@ember/routing/lib/routing-service.js +4 -4
  186. package/dist/prod/packages/@ember/routing/lib/utils.js +3 -3
  187. package/dist/prod/packages/@ember/routing/route.js +10 -10
  188. package/dist/prod/packages/@ember/routing/router-service.js +5 -5
  189. package/dist/prod/packages/@ember/routing/router.js +5 -5
  190. package/dist/prod/packages/@ember/runloop/index.js +1 -1
  191. package/dist/prod/packages/@ember/service/index.js +1 -1
  192. package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  193. package/dist/prod/packages/@ember/template-compiler/lib/template.js +2 -2
  194. package/dist/prod/packages/@ember/template-factory/index.js +1 -1
  195. package/dist/prod/packages/@ember/utils/lib/is_empty.js +1 -1
  196. package/dist/prod/packages/@glimmer/manager/index.js +3 -3
  197. package/dist/prod/packages/@glimmer/node/index.js +3 -3
  198. package/dist/prod/packages/@glimmer/opcode-compiler/index.js +2 -2
  199. package/dist/prod/packages/@glimmer/program/index.js +8 -8
  200. package/dist/prod/packages/@glimmer/reference/index.js +5 -5
  201. package/dist/prod/packages/@glimmer/runtime/index.js +13 -13
  202. package/dist/prod/packages/@glimmer/tracking/index.js +2 -2
  203. package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  204. package/dist/prod/packages/@glimmer/util/index.js +4 -4
  205. package/dist/prod/packages/@glimmer/validator/index.js +3 -3
  206. package/dist/prod/packages/@glimmer/vm/index.js +1 -1
  207. package/dist/prod/packages/ember/version.js +1 -1
  208. package/dist/prod/packages/ember-template-compiler/index.js +4 -4
  209. package/dist/prod/packages/router_js/index.js +2 -2
  210. package/dist/prod/packages/rsvp/index.js +1 -1
  211. package/dist/prod/packages/shared-chunks/{alias-DBW_V5vD.js → alias-DsIh-16z.js} +7 -7
  212. package/dist/prod/packages/shared-chunks/{api-CM1trl_4.js → api-CGZbGcvX.js} +5 -5
  213. package/dist/prod/packages/shared-chunks/{api-zh_k31vb.js → api-DOLN_cR2.js} +2 -2
  214. package/dist/prod/packages/shared-chunks/{args-proxy-BDXbXCF9.js → args-proxy-CaXVcI8G.js} +2 -2
  215. package/dist/prod/packages/shared-chunks/{array-D6Couewv.js → array-DYFI95FA.js} +3 -3
  216. package/dist/prod/packages/shared-chunks/{array-utils-CZQxrdD3.js → array-utils-BEaSKdEb.js} +1 -1
  217. package/dist/prod/packages/shared-chunks/{cache-BIlOoPA7.js → cache-CG6_L9db.js} +1 -1
  218. package/dist/prod/packages/shared-chunks/{chain-tags-C9rFtQ_x.js → chain-tags-BP0V2LnZ.js} +4 -4
  219. package/dist/prod/packages/shared-chunks/{collections-C3Y8z_9v.js → collections-By4M3cTy.js} +1 -1
  220. package/dist/prod/packages/shared-chunks/{compiler-c4yUVrl_.js → compiler-DQmEjFyx.js} +2 -2
  221. package/dist/prod/packages/shared-chunks/{computed-DjCIU_ht.js → computed-D6MVTTDd.js} +6 -6
  222. package/dist/prod/packages/shared-chunks/{curly-ZzX43b50.js → curly-DCYSwLtz.js} +7 -7
  223. package/dist/prod/packages/shared-chunks/{curried-BZnYakIg.js → curried-Cnjy9_ug.js} +1 -1
  224. package/dist/prod/packages/shared-chunks/{debug-render-tree-CF5O4-WI.js → debug-render-tree-CYENUjgX.js} +11 -11
  225. package/dist/prod/packages/shared-chunks/{decorator-9ikVwsjY.js → decorator-B8Lpq40g.js} +1 -1
  226. package/dist/prod/packages/shared-chunks/{element-DUOVW5Ho.js → element-CT5H5uxF.js} +3 -3
  227. package/dist/prod/packages/shared-chunks/{element-builder-CnlTPNyw.js → element-builder-CZePCkbA.js} +4 -4
  228. package/dist/prod/packages/shared-chunks/{events-DYrYz3V8.js → events-C7aYCy0N.js} +1 -1
  229. package/dist/prod/packages/shared-chunks/{get-t0-itmA-.js → get-tlL23wmp.js} +4 -4
  230. package/dist/{dev/packages/shared-chunks/get_properties-CIm8IAtP.js → prod/packages/shared-chunks/get_properties-wj_Qmotj.js} +1 -1
  231. package/dist/prod/packages/shared-chunks/{guid-Cbq2sNV_.js → guid-PO2v9BaN.js} +1 -1
  232. package/dist/prod/packages/shared-chunks/{hash-mcs3pEFO.js → hash-C6IoC4eR.js} +3 -3
  233. package/dist/prod/packages/shared-chunks/{helper-DLjV2ZZW.js → helper-CCK8Ef0x.js} +3 -3
  234. package/dist/prod/packages/shared-chunks/{index-Bj71BDDA.js → index-D-rcNBLp.js} +6 -6
  235. package/dist/prod/packages/shared-chunks/{index-qDFz6Mfe.js → index-DabsnYit.js} +26 -26
  236. package/dist/prod/packages/shared-chunks/{injected_property--eJunJph.js → injected_property-COGiYHKc.js} +2 -2
  237. package/dist/prod/packages/shared-chunks/{internal-DidurjJB.js → internal-BEJC2IJ-.js} +4 -4
  238. package/dist/prod/packages/shared-chunks/{internal-helper-DIbr1RgC.js → internal-helper-CoxiRnnb.js} +1 -1
  239. package/dist/prod/packages/shared-chunks/{invoke-Cj5zMqHz.js → invoke-D_jsLbsj.js} +3 -3
  240. package/dist/prod/packages/shared-chunks/{libraries-_k-4KK5_.js → libraries-Bs3H8iwC.js} +2 -2
  241. package/dist/prod/packages/shared-chunks/{meta-B9mldqPL.js → meta-Ce6-qROq.js} +1 -1
  242. package/dist/{dev/packages/shared-chunks/namespace_search-BfvzEQzN.js → prod/packages/shared-chunks/namespace_search-TFdmjK_a.js} +1 -1
  243. package/dist/prod/packages/shared-chunks/{normalize-D9jDJVGg.js → normalize-Bx4H3NjB.js} +2 -2
  244. package/dist/prod/packages/shared-chunks/{observers-CDkeR0nI.js → observers-Ci31SE36.js} +5 -5
  245. package/dist/prod/packages/shared-chunks/{on-B5NVufs_.js → on-Dgmychhk.js} +4 -4
  246. package/dist/prod/packages/shared-chunks/{or-3AxY5TPj.js → or-sYlRiUn_.js} +2 -2
  247. package/dist/{dev/packages/shared-chunks/program-DzAfcWFj.js → prod/packages/shared-chunks/program-CF651Zuj.js} +2 -2
  248. package/dist/prod/packages/shared-chunks/{program-context-B8HKU7wu.js → program-context-DmI53TzJ.js} +4 -4
  249. package/dist/prod/packages/shared-chunks/{property_get-CAFdpRyu.js → property_get-Sw0SicEZ.js} +2 -2
  250. package/dist/prod/packages/shared-chunks/{property_set-BunbMFtp.js → property_set-SHEIPMUG.js} +3 -3
  251. package/dist/prod/packages/shared-chunks/{reference-BshxG6wn.js → reference-D2agTt1V.js} +3 -3
  252. package/dist/{dev/packages/shared-chunks/registers-C_W2qYHJ.js → prod/packages/shared-chunks/registers-Buvdhhxx.js} +1 -1
  253. package/dist/prod/packages/shared-chunks/{rehydrate-builder-DJ8k-6fg.js → rehydrate-builder-B7MtrWip.js} +4 -4
  254. package/dist/prod/packages/shared-chunks/{render-DkJJmoI4.js → render-B790-vbk.js} +15 -15
  255. package/dist/prod/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp-C6j8G1D1.js} +1 -1
  256. package/dist/prod/packages/shared-chunks/{serialize-builder-R3Ozg0sC.js → serialize-builder-kEyOKbzp.js} +2 -2
  257. package/dist/prod/packages/shared-chunks/{set_properties-LT3RzRmJ.js → set_properties-CcLLHg1w.js} +2 -2
  258. package/dist/prod/packages/shared-chunks/{setup-registry-C2KfZJWI.js → setup-registry-D14I0iDX.js} +7 -7
  259. package/dist/{dev/packages/shared-chunks/simple-cast-DCvJLSin.js → prod/packages/shared-chunks/simple-cast-BXTrayoV.js} +1 -1
  260. package/dist/{dev/packages/shared-chunks/super-BBBjgF69.js → prod/packages/shared-chunks/super-D4qkU4uq.js} +1 -1
  261. package/dist/{dev/packages/shared-chunks/syscall-ops-BPFtDquC.js → prod/packages/shared-chunks/syscall-ops-nrBHMOTp.js} +1 -1
  262. package/dist/{dev/packages/shared-chunks/template-BRrQR6KS.js → prod/packages/shared-chunks/template-B0Apv9g2.js} +1 -1
  263. package/dist/prod/packages/shared-chunks/{template-only-BtLl0uH0.js → template-only-CP0NT7ce.js} +2 -2
  264. package/dist/prod/packages/shared-chunks/{textarea-CHqL0Rdh.js → textarea-B_JYBuE8.js} +5 -5
  265. package/dist/prod/packages/shared-chunks/{tracked-DAVrVqJl.js → tracked-CXcapuAm.js} +5 -5
  266. package/dist/prod/packages/shared-chunks/{tracked-data-C83f5V5S.js → tracked-data-DNDzhYXf.js} +2 -2
  267. package/dist/prod/packages/shared-chunks/{unique-id-CfHImDRV.js → unique-id-Hn8Qp4dS.js} +2 -2
  268. package/dist/prod/packages/shared-chunks/{unrecognized-url-error-DDBwfzdm.js → unrecognized-url-error-ClNyMFJt.js} +2 -2
  269. package/dist/{dev/packages/shared-chunks/vm-ops-ImHv0Wtg.js → prod/packages/shared-chunks/vm-ops-5QCUIRx4.js} +1 -1
  270. package/docs/data.json +1 -1
  271. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { u as unwrap } from './collections-C3Y8z_9v.js';
1
+ import { u as unwrap } from './collections-DEt-i-8B.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-CyZiGiEI.js';
5
+ import { a as EncoderImpl, f as encodeOp, i as invokePreparedComponent, S as SwitchCases, I as InvokeBareComponent, C as CallDynamic } from './index-DkwVSPP5.js';
6
6
 
7
7
  class StdLib {
8
8
  constructor(main, trustingGuardedAppend, cautiousGuardedAppend, trustingNonDynamicAppend, cautiousNonDynamicAppend) {
@@ -1,8 +1,8 @@
1
1
  import { s as setProxy } from './is_proxy-Bzg0d4m4.js';
2
2
  import { isEmberArray } from '../@ember/array/-internals.js';
3
3
  import '../@ember/debug/index.js';
4
- import { w as track, u as isTracking, k as consumeTag } from './cache-B7dqAS38.js';
5
- import { t as tagFor } from './meta-BmRXesrk.js';
4
+ import { w as track, u as isTracking, k as consumeTag } from './cache-CeWOBNQg.js';
5
+ import { t as tagFor } from './meta-Cjo3zQJq.js';
6
6
  import { C as Cache } from './cache-qDyqAcpg.js';
7
7
  import { assert } from '../@ember/debug/lib/assert.js';
8
8
 
@@ -136,4 +136,4 @@ track(() => _getProp({
136
136
  a: fakeProxy
137
137
  }, 'a'));
138
138
 
139
- export { PROXY_CONTENT as P, _getPath as _, getPossibleMandatoryProxyValue as a, _getProp as b, get as g, hasUnknownProperty as h, isPath as i };
139
+ export { PROXY_CONTENT as P, _getPath as _, _getProp as a, getPossibleMandatoryProxyValue as b, get as g, hasUnknownProperty as h, isPath as i };
@@ -1,9 +1,9 @@
1
1
  import { s as setWithMandatorySetter, l as lookupDescriptor } from './mandatory-setter-BpbAMTzV.js';
2
2
  import { t as toString } from './to-string-C7M8LBLH.js';
3
3
  import '../@ember/debug/index.js';
4
- import { C as COMPUTED_SETTERS } from './decorator-B5Uh5NFI.js';
5
- import { i as isPath, _ as _getPath, a as getPossibleMandatoryProxyValue } from './property_get-CIBS9umw.js';
6
- import { n as notifyPropertyChange } from './computed-CJnghmXC.js';
4
+ import { C as COMPUTED_SETTERS } from './decorator-DYQwMItS.js';
5
+ import { i as isPath, _ as _getPath, b as getPossibleMandatoryProxyValue } from './property_get-BjbsrgpU.js';
6
+ import { n as notifyPropertyChange } from './computed-Daavz6vC.js';
7
7
  import { assert } from '../@ember/debug/lib/assert.js';
8
8
 
9
9
  /**
@@ -1,6 +1,6 @@
1
- import { i as isDict, e as expect } from './collections-DPkjqeA3.js';
1
+ import { i as isDict, a as expect } from './collections-DEt-i-8B.js';
2
2
  import { setProp, getProp } from '../@glimmer/global-context/index.js';
3
- import { b as CONSTANT_TAG, I as INITIAL, y as validateTag, w as track, z as valueForTag, k as consumeTag } from './cache-B7dqAS38.js';
3
+ import { b as CONSTANT_TAG, I as INITIAL, z as validateTag, w as track, B as valueForTag, k as consumeTag } from './cache-CeWOBNQg.js';
4
4
 
5
5
  const REFERENCE = Symbol('REFERENCE');
6
6
  const CONSTANT = 0;
@@ -172,4 +172,4 @@ let createDebugAliasRef;
172
172
  };
173
173
  }
174
174
 
175
- export { FALSE_REFERENCE as F, NULL_REFERENCE as N, REFERENCE as R, TRUE_REFERENCE as T, UNDEFINED_REFERENCE as U, createComputeRef as a, isInvokableRef as b, createConstRef as c, isUpdatableRef as d, createPrimitiveRef as e, childRefFor as f, childRefFromParts as g, createDebugAliasRef as h, isConstRef as i, createInvokableRef as j, createReadOnlyRef as k, createUnboundRef as l, updateRef as u, valueForRef as v };
175
+ 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--iTIJyCB.js';
2
- import { c as castToSimple, a as castToBrowser } from './simple-cast-DCvJLSin.js';
3
- import { e as expect } from './collections-DPkjqeA3.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-Cl1kHFJE.js';
2
+ import { a as castToSimple, c as castToBrowser } from './simple-cast-BXTrayoV.js';
3
+ import { a as expect } from './collections-DEt-i-8B.js';
4
4
  import { a as assert } from './assert-Zqc4wiAV.js';
5
- import { C as ConcreteBounds, a as CursorImpl } from './normalize-CKySQVU7.js';
5
+ import { C as ConcreteBounds, a as CursorImpl } from './normalize-CxG_iVLJ.js';
6
6
 
7
7
  const SERIALIZATION_FIRST_NODE_STRING = '%+b:0%';
8
8
  function isSerializationFirstNode(node) {
@@ -1,24 +1,24 @@
1
- import { u as unwrap, e as expect, a as isIndexable, S as StackImpl } from './collections-DPkjqeA3.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, i as isConstRef, u as updateRef, c as createConstRef } from './reference-BoPB2LfI.js';
4
- import { w as track, U as UPDATE_TAG, o as debug, v as resetTracking, g as beginTrackFrame, p as endTrackFrame } from './cache-B7dqAS38.js';
1
+ import { u as unwrap, a as expect, b as isIndexable, S as StackImpl } from './collections-DEt-i-8B.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-C-OXd_kp.js';
4
+ import { w as track, U as UPDATE_TAG, o as debug, v as resetTracking, g as beginTrackFrame, p as endTrackFrame } from './cache-CeWOBNQg.js';
5
5
  import { a as assert } from './assert-Zqc4wiAV.js';
6
- import { P as ProgramImpl } from './program-DzAfcWFj.js';
7
- import { A as APPEND_OPCODES, D as DebugRenderTreeImpl, i as isArgumentError, j as isCurriedType, d as curry, h as check, k as resolveCurriedValue, f as reifyPositional, l as AssertFilter, V as VMArgumentsImpl, m as externs, J as JumpIfNotModifiedOpcode, B as BeginTrackFrameOpcode, n as EndTrackFrameOpcode } from './untouchable-this-B3DVwpHS.js';
8
- import { B as BLACKLIST_TABLE, f as DOMOperations, D as DOMTreeConstruction, N as NewTreeBuilder } from './element-builder--iTIJyCB.js';
6
+ import { a as ProgramImpl } from './program-CPXeXWVB.js';
7
+ import { A as APPEND_OPCODES, D as DebugRenderTreeImpl, j as isArgumentError, k as isCurriedType, h as curry, f as check, n as resolveCurriedValue, m as reifyPositional, a as AssertFilter, V as VMArgumentsImpl, i as externs, J as JumpIfNotModifiedOpcode, B as BeginTrackFrameOpcode, d as EndTrackFrameOpcode } from './untouchable-this-BHdAERUu.js';
8
+ import { B as BLACKLIST_TABLE, D as DOMOperations, a as DOMTreeConstruction, c as NewTreeBuilder } from './element-builder-Cl1kHFJE.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 { toBool, debugAssert, assertGlobalContextWasSet } from '../@glimmer/global-context/index.js';
12
12
  import { createIteratorRef, createIteratorItemRef } from '../@glimmer/reference/index.js';
13
- import { r as reverse } from './array-utils-CZQxrdD3.js';
14
- import { a as $v0, d as $pc, e as $ra, f as $fp, g as $sp, i as isLowLevelRegister } from './registers-C_W2qYHJ.js';
15
- 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';
16
- import { a as CURRIED_COMPONENT, b as CURRIED_HELPER } from './curried-BZnYakIg.js';
17
- 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';
13
+ import { r as reverse } from './array-utils-BEaSKdEb.js';
14
+ import { h as $v0, a as $pc, b as $ra, $ as $fp, e as $sp, i as isLowLevelRegister } from './registers-Buvdhhxx.js';
15
+ 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';
16
+ import { C as CURRIED_COMPONENT, a as CURRIED_HELPER } from './curried-Cnjy9_ug.js';
17
+ 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';
18
18
  import { d as debugToString } from './debug-to-string-C6LsA_qz.js';
19
- import { a as getInternalHelperManager, c as hasInternalComponentManager, d as hasInternalHelperManager } from './api-BawZUDYD.js';
19
+ import { a as getInternalHelperManager, c as hasInternalComponentManager, d as hasInternalHelperManager } from './api-DG5kRT-o.js';
20
20
  import { ContentType } from '../@glimmer/vm/index.js';
21
- 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-CKySQVU7.js';
21
+ 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-CxG_iVLJ.js';
22
22
 
23
23
  // Allow the contents of `debugCallback` without extra annotations
24
24
  /* eslint-disable @typescript-eslint/no-unused-expressions */
@@ -1999,4 +1999,4 @@ function recordToReference(record) {
1999
1999
  }, {});
2000
2000
  }
2001
2001
 
2002
- 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 };
2002
+ 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-CKySQVU7.js';
2
- import { N as NewTreeBuilder } from './element-builder--iTIJyCB.js';
1
+ import { C as ConcreteBounds } from './normalize-CxG_iVLJ.js';
2
+ import { c as NewTreeBuilder } from './element-builder-Cl1kHFJE.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-CJnghmXC.js';
2
- import { s as set } from './property_set-D3PKyisF.js';
1
+ import { c as changeProperties } from './computed-Daavz6vC.js';
2
+ import { s as set } from './property_set-LJskl202.js';
3
3
 
4
4
  /**
5
5
  @module @ember/object
@@ -1,14 +1,14 @@
1
1
  import { privatize } from '../@ember/-internals/container/index.js';
2
2
  import { getOwner } from '../@ember/-internals/owner/index.js';
3
3
  import '../@ember/debug/index.js';
4
- import { I as Input, T as Textarea } from './textarea-WSlUEr0y.js';
4
+ import { I as Input, T as Textarea } from './textarea-DHjEFpZu.js';
5
5
  import { LinkTo } from '../@ember/routing/index.js';
6
- import './render-CpKaO-BO.js';
7
- import { c as clientBuilder } from './element-builder--iTIJyCB.js';
8
- import { r as rehydrationBuilder } from './rehydrate-builder-DCyIgnCR.js';
9
- import { s as serializeBuilder } from './serialize-builder-DxgGRvH_.js';
10
- import { o as outletHelper, O as OutletView, R as Renderer } from './index-CwnQYqK5.js';
11
- import { t as templateFactory } from './index-CyZiGiEI.js';
6
+ import './render-Dz3OWqXy.js';
7
+ import { e as clientBuilder } from './element-builder-Cl1kHFJE.js';
8
+ import { r as rehydrationBuilder } from './rehydrate-builder-IH4d_JQy.js';
9
+ import { s as serializeBuilder } from './serialize-builder-DKliZPPG.js';
10
+ import { o as outletHelper, O as OutletView, R as Renderer } from './index-dyv6rcBf.js';
11
+ import { h as templateFactory } from './index-DkwVSPP5.js';
12
12
  import { assert } from '../@ember/debug/lib/assert.js';
13
13
 
14
14
  const OutletTemplate = templateFactory(
@@ -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 };
@@ -130,4 +130,4 @@ const VM_GET_DYNAMIC_VAR_OP = 111;
130
130
  const VM_LOG_OP = 112;
131
131
  const VM_SYSCALL_SIZE = 113;
132
132
 
133
- export { VM_CAPTURE_ARGS_OP as $, VM_ENTER_OP as A, VM_EXIT_OP as B, VM_PUSH_SYMBOL_TABLE_OP as C, VM_PUSH_BLOCK_SCOPE_OP as D, VM_COMPILE_BLOCK_OP as E, VM_INVOKE_YIELD_OP as F, VM_JUMP_IF_OP as G, VM_JUMP_UNLESS_OP as H, VM_JUMP_EQ_OP as I, VM_TO_BOOLEAN_OP as J, VM_TEXT_OP as K, VM_COMMENT_OP as L, VM_OPEN_ELEMENT_OP as M, VM_OPEN_DYNAMIC_ELEMENT_OP as N, VM_PUSH_REMOTE_ELEMENT_OP as O, VM_POP_REMOTE_ELEMENT_OP as P, VM_FLUSH_ELEMENT_OP as Q, VM_CLOSE_ELEMENT_OP as R, VM_MODIFIER_OP as S, VM_DYNAMIC_MODIFIER_OP as T, VM_STATIC_ATTR_OP as U, VM_MAIN_OP as V, VM_DYNAMIC_ATTR_OP as W, VM_PUSH_COMPONENT_DEFINITION_OP as X, VM_RESOLVE_DYNAMIC_COMPONENT_OP as Y, VM_PUSH_ARGS_OP as Z, VM_PUSH_EMPTY_ARGS_OP as _, VM_CONTENT_TYPE_OP as a, VM_PREPARE_ARGS_OP as a0, VM_CREATE_COMPONENT_OP as a1, VM_REGISTER_COMPONENT_DESTRUCTOR_OP as a2, VM_BEGIN_COMPONENT_TRANSACTION_OP as a3, VM_PUT_COMPONENT_OPERATIONS_OP as a4, VM_COMPONENT_ATTR_OP as a5, VM_STATIC_COMPONENT_ATTR_OP as a6, VM_DID_CREATE_ELEMENT_OP as a7, VM_GET_COMPONENT_SELF_OP as a8, VM_GET_COMPONENT_TAG_NAME_OP as a9, VM_DYNAMIC_CONTENT_TYPE_OP as aA, VM_ENTER_LIST_OP as aB, VM_EXIT_LIST_OP as aC, VM_ITERATE_OP as aD, constants as aE, encodeHandle as aF, isSmallInt as aG, encodeImmediate as aH, VM_GET_COMPONENT_LAYOUT_OP as aa, VM_POPULATE_LAYOUT_OP as ab, VM_VIRTUAL_ROOT_SCOPE_OP as ac, VM_SET_NAMED_VARIABLES_OP as ad, VM_SET_BLOCKS_OP as ae, VM_INVOKE_COMPONENT_LAYOUT_OP as af, VM_DID_RENDER_LAYOUT_OP as ag, VM_COMMIT_COMPONENT_TRANSACTION_OP as ah, VM_DEBUGGER_OP as ai, VM_CURRY_OP as aj, VM_DYNAMIC_HELPER_OP as ak, VM_HELPER_OP as al, VM_GET_VARIABLE_OP as am, VM_SET_VARIABLE_OP as an, VM_SET_BLOCK_OP as ao, VM_ROOT_SCOPE_OP as ap, VM_GET_PROPERTY_OP as aq, VM_GET_BLOCK_OP as ar, VM_SPREAD_BLOCK_OP as as, VM_HAS_BLOCK_OP as at, VM_HAS_BLOCK_PARAMS_OP as au, VM_CONCAT_OP as av, VM_IF_INLINE_OP as aw, VM_NOT_OP as ax, VM_GET_DYNAMIC_VAR_OP as ay, VM_LOG_OP as az, VM_ASSERT_SAME_OP as b, VM_APPEND_HTML_OP as c, VM_APPEND_TEXT_OP as d, VM_RESOLVE_CURRIED_COMPONENT_OP as e, VM_PUSH_DYNAMIC_COMPONENT_INSTANCE_OP as f, VM_APPEND_SAFE_HTML_OP as g, VM_APPEND_DOCUMENT_FRAGMENT_OP as h, VM_APPEND_NODE_OP as i, VM_SYSCALL_SIZE as j, VM_CHILD_SCOPE_OP as k, VM_POP_SCOPE_OP as l, VM_PUSH_DYNAMIC_SCOPE_OP as m, VM_POP_DYNAMIC_SCOPE_OP as n, VM_CONSTANT_OP as o, decodeHandle as p, VM_CONSTANT_REFERENCE_OP as q, VM_PRIMITIVE_OP as r, isHandle as s, decodeImmediate as t, VM_PRIMITIVE_REFERENCE_OP as u, VM_DUP_OP as v, VM_POP_OP as w, VM_LOAD_OP as x, VM_FETCH_OP as y, VM_BIND_DYNAMIC_SCOPE_OP as z };
133
+ export { VM_LOG_OP as $, VM_DYNAMIC_HELPER_OP as A, VM_DYNAMIC_MODIFIER_OP as B, VM_ENTER_LIST_OP as C, VM_ENTER_OP as D, VM_EXIT_LIST_OP as E, VM_EXIT_OP as F, VM_FETCH_OP as G, VM_FLUSH_ELEMENT_OP as H, VM_GET_BLOCK_OP as I, VM_GET_COMPONENT_LAYOUT_OP as J, VM_GET_COMPONENT_SELF_OP as K, VM_GET_COMPONENT_TAG_NAME_OP as L, VM_GET_DYNAMIC_VAR_OP as M, VM_GET_PROPERTY_OP as N, VM_GET_VARIABLE_OP as O, VM_HAS_BLOCK_OP as P, VM_HAS_BLOCK_PARAMS_OP as Q, VM_HELPER_OP as R, VM_IF_INLINE_OP as S, VM_INVOKE_COMPONENT_LAYOUT_OP as T, VM_INVOKE_YIELD_OP as U, VM_APPEND_DOCUMENT_FRAGMENT_OP as V, VM_ITERATE_OP as W, VM_JUMP_EQ_OP as X, VM_JUMP_IF_OP as Y, VM_JUMP_UNLESS_OP as Z, VM_LOAD_OP as _, VM_APPEND_HTML_OP as a, VM_MAIN_OP as a0, VM_MODIFIER_OP as a1, VM_NOT_OP as a2, VM_OPEN_DYNAMIC_ELEMENT_OP as a3, VM_OPEN_ELEMENT_OP as a4, VM_POPULATE_LAYOUT_OP as a5, VM_POP_DYNAMIC_SCOPE_OP as a6, VM_POP_OP as a7, VM_POP_REMOTE_ELEMENT_OP as a8, VM_POP_SCOPE_OP as a9, VM_VIRTUAL_ROOT_SCOPE_OP as aA, constants as aB, decodeHandle as aC, decodeImmediate as aD, encodeHandle as aE, encodeImmediate as aF, isHandle as aG, isSmallInt as aH, VM_PREPARE_ARGS_OP as aa, VM_PRIMITIVE_OP as ab, VM_PRIMITIVE_REFERENCE_OP as ac, VM_PUSH_ARGS_OP as ad, VM_PUSH_BLOCK_SCOPE_OP as ae, VM_PUSH_COMPONENT_DEFINITION_OP as af, VM_PUSH_DYNAMIC_COMPONENT_INSTANCE_OP as ag, VM_PUSH_DYNAMIC_SCOPE_OP as ah, VM_PUSH_EMPTY_ARGS_OP as ai, VM_PUSH_REMOTE_ELEMENT_OP as aj, VM_PUSH_SYMBOL_TABLE_OP as ak, VM_PUT_COMPONENT_OPERATIONS_OP as al, VM_REGISTER_COMPONENT_DESTRUCTOR_OP as am, VM_RESOLVE_CURRIED_COMPONENT_OP as an, VM_RESOLVE_DYNAMIC_COMPONENT_OP as ao, VM_ROOT_SCOPE_OP as ap, VM_SET_BLOCKS_OP as aq, VM_SET_BLOCK_OP as ar, VM_SET_NAMED_VARIABLES_OP as as, VM_SET_VARIABLE_OP as at, VM_SPREAD_BLOCK_OP as au, VM_STATIC_ATTR_OP as av, VM_STATIC_COMPONENT_ATTR_OP as aw, VM_SYSCALL_SIZE as ax, VM_TEXT_OP as ay, VM_TO_BOOLEAN_OP as az, VM_APPEND_NODE_OP as b, VM_APPEND_SAFE_HTML_OP as c, VM_APPEND_TEXT_OP as d, VM_ASSERT_SAME_OP as e, VM_BEGIN_COMPONENT_TRANSACTION_OP as f, VM_BIND_DYNAMIC_SCOPE_OP as g, VM_CAPTURE_ARGS_OP as h, VM_CHILD_SCOPE_OP as i, VM_CLOSE_ELEMENT_OP as j, VM_COMMENT_OP as k, VM_COMMIT_COMPONENT_TRANSACTION_OP as l, VM_COMPILE_BLOCK_OP as m, VM_COMPONENT_ATTR_OP as n, VM_CONCAT_OP as o, VM_CONSTANT_OP as p, VM_CONSTANT_REFERENCE_OP as q, VM_CONTENT_TYPE_OP as r, VM_CREATE_COMPONENT_OP as s, VM_CURRY_OP as t, VM_DEBUGGER_OP as u, VM_DID_CREATE_ELEMENT_OP as v, VM_DID_RENDER_LAYOUT_OP as w, VM_DUP_OP as x, VM_DYNAMIC_ATTR_OP as y, VM_DYNAMIC_CONTENT_TYPE_OP as z };
@@ -13,4 +13,4 @@ function unwrapTemplate(template) {
13
13
  return template;
14
14
  }
15
15
 
16
- export { unwrapHandle as a, unwrapTemplate as u };
16
+ export { unwrapTemplate as a, unwrapHandle as u };
@@ -1,5 +1,5 @@
1
- import { s as setInternalComponentManager } from './api-BawZUDYD.js';
2
- import { N as NULL_REFERENCE } from './reference-BoPB2LfI.js';
1
+ import { s as setInternalComponentManager } from './api-DG5kRT-o.js';
2
+ import { N as NULL_REFERENCE } from './reference-C-OXd_kp.js';
3
3
 
4
4
  const CAPABILITIES = {
5
5
  dynamicLayout: false,
@@ -1,14 +1,14 @@
1
- import { h as hasDOM } from './index-BGP1rw3B.js';
1
+ import { h as hasDOM } from './index-DX90CU4L.js';
2
2
  import { warn } from '../@ember/debug/index.js';
3
3
  import { action } from '../@ember/object/index.js';
4
- import { i as isConstRef, v as valueForRef, d as isUpdatableRef, u as updateRef } from './reference-BoPB2LfI.js';
5
- import { x as untrack } from './cache-B7dqAS38.js';
4
+ import { j as isConstRef, v as valueForRef, l as isUpdatableRef, u as updateRef } from './reference-C-OXd_kp.js';
5
+ import { x as untrack } from './cache-CeWOBNQg.js';
6
6
  import { on } from '../@ember/modifier/on.js';
7
- import { t as templateFactory } from './index-CyZiGiEI.js';
8
- import { I as InternalComponent, o as opaquify } from './internal-CAL-jHZt.js';
7
+ import { h as templateFactory } from './index-DkwVSPP5.js';
8
+ import { I as InternalComponent, o as opaquify } from './internal-Bpr6ihB_.js';
9
9
  import { d as decorateFieldV2, i as initializeDeferredDecorator, a as decorateMethodV2 } from './runtime-CYyqkz5q-BOdRhmsS.js';
10
10
  import { assert } from '../@ember/debug/lib/assert.js';
11
- import { t as tracked } from './tracked-CKE4wnE6.js';
11
+ import { t as tracked } from './tracked-B76E1nGz.js';
12
12
 
13
13
  const InputTemplate = templateFactory(
14
14
  /*
@@ -1,11 +1,11 @@
1
1
  import { meta } from '../@ember/-internals/meta/lib/meta.js';
2
2
  import { isEmberArray } from '../@ember/array/-internals.js';
3
3
  import '../@ember/debug/index.js';
4
- import { k as consumeTag } from './cache-B7dqAS38.js';
5
- import { d as dirtyTagFor, t as tagFor } from './meta-BmRXesrk.js';
6
- import { t as trackedData } from './tracked-data-CGnA4ytZ.js';
7
- import { S as SELF_TAG, C as CHAIN_PASS_THROUGH } from './chain-tags-D6tuFUj_.js';
8
- import { s as setClassicDecorator, i as isElementDescriptor, C as COMPUTED_SETTERS } from './decorator-B5Uh5NFI.js';
4
+ import { k as consumeTag } from './cache-CeWOBNQg.js';
5
+ import { d as dirtyTagFor, t as tagFor } from './meta-Cjo3zQJq.js';
6
+ import { t as trackedData } from './tracked-data-CH1USZZy.js';
7
+ import { S as SELF_TAG, C as CHAIN_PASS_THROUGH } from './chain-tags-DfmU63mS.js';
8
+ import { s as setClassicDecorator, c as isElementDescriptor, C as COMPUTED_SETTERS } from './decorator-DYQwMItS.js';
9
9
  import { assert } from '../@ember/debug/lib/assert.js';
10
10
 
11
11
  /**
@@ -1,5 +1,5 @@
1
- import { d as dirtyTagFor, t as tagFor } from './meta-BmRXesrk.js';
2
- import { k as consumeTag } from './cache-B7dqAS38.js';
1
+ import { d as dirtyTagFor, t as tagFor } from './meta-Cjo3zQJq.js';
2
+ import { k as consumeTag } from './cache-CeWOBNQg.js';
3
3
 
4
4
  function trackedData(key, initializer) {
5
5
  let values = new WeakMap();
@@ -1,5 +1,5 @@
1
- import { c as createConstRef } from './reference-BoPB2LfI.js';
2
- import { i as internalHelper } from './internal-helper-Ez7zbEIa.js';
1
+ import { d as createConstRef } from './reference-C-OXd_kp.js';
2
+ import { i as internalHelper } from './internal-helper-IC87S6iZ.js';
3
3
 
4
4
  /**
5
5
  @module ember
@@ -1,4 +1,4 @@
1
- import { P as Promise$1 } from './rsvp-CnCSY930.js';
1
+ import { P as Promise$1 } from './rsvp-C6j8G1D1.js';
2
2
 
3
3
  function buildTransitionAborted() {
4
4
  let error = new Error('TransitionAborted');
@@ -546,4 +546,4 @@ const UnrecognizedURLError = function () {
546
546
  return UnrecognizedURLError;
547
547
  }();
548
548
 
549
- export { PARAMS_SYMBOL as P, QUERY_PARAMS_SYMBOL as Q, STATE_SYMBOL as S, Transition as T, UnrecognizedURLError as U, isParam as a, isPromise as b, promiseLabel as c, log as d, isTransitionAborted as e, forEach as f, getChangelist as g, extractQueryParams as h, isTransition as i, logAbort as l, merge as m, prepareResult as p, throwIfAborted as t };
549
+ export { PARAMS_SYMBOL as P, QUERY_PARAMS_SYMBOL as Q, STATE_SYMBOL as S, Transition as T, UnrecognizedURLError as U, isPromise as a, isTransition as b, isTransitionAborted as c, logAbort as d, extractQueryParams as e, forEach as f, getChangelist as g, promiseLabel as h, isParam as i, log as l, merge as m, prepareResult as p, throwIfAborted as t };
@@ -1,20 +1,20 @@
1
- import { u as unwrap, e as expect, a as isIndexable, d as dict, S as StackImpl } from './collections-DPkjqeA3.js';
1
+ import { u as unwrap, a as expect, b as isIndexable, d as dict, S as StackImpl } from './collections-DEt-i-8B.js';
2
2
  import { a as assign } from './object-utils-AijlD-JH.js';
3
- import { a as $v0, b as $t1, c as $t0, d as $pc, e as $ra, f as $fp, g as $sp, h as $s1, $ as $s0 } from './registers-C_W2qYHJ.js';
3
+ import { h as $v0, g as $t1, f as $t0, a as $pc, b as $ra, $ as $fp, e as $sp, d as $s1, c as $s0 } from './registers-Buvdhhxx.js';
4
4
  import { s as setLocalDebugType } from './debug-brand-B1TWjOCH.js';
5
- import { a as createComputeRef, v as valueForRef, c as createConstRef, e as createPrimitiveRef, i as isConstRef, U as UNDEFINED_REFERENCE, N as NULL_REFERENCE, T as TRUE_REFERENCE, F as FALSE_REFERENCE, R as REFERENCE, h as createDebugAliasRef } from './reference-BoPB2LfI.js';
6
- import { b as EMPTY_STRING_ARRAY, e as enumerate, c as emptyArray } from './array-utils-CZQxrdD3.js';
7
- import { b as CONSTANT_TAG, I as INITIAL, y as validateTag, k as consumeTag, z as valueForTag, g as beginTrackFrame, p as endTrackFrame, c as CURRENT_TAG } from './cache-B7dqAS38.js';
8
- import { C as CURRIED_MODIFIER, a as CURRIED_COMPONENT } from './curried-BZnYakIg.js';
9
- import { j as VM_SYSCALL_SIZE, k as VM_CHILD_SCOPE_OP, l as VM_POP_SCOPE_OP, m as VM_PUSH_DYNAMIC_SCOPE_OP, n as VM_POP_DYNAMIC_SCOPE_OP, o as VM_CONSTANT_OP, p as decodeHandle, q as VM_CONSTANT_REFERENCE_OP, r as VM_PRIMITIVE_OP, s as isHandle, t as decodeImmediate, u as VM_PRIMITIVE_REFERENCE_OP, v as VM_DUP_OP, w as VM_POP_OP, x as VM_LOAD_OP, y as VM_FETCH_OP, z as VM_BIND_DYNAMIC_SCOPE_OP, A as VM_ENTER_OP, B as VM_EXIT_OP, C as VM_PUSH_SYMBOL_TABLE_OP, D as VM_PUSH_BLOCK_SCOPE_OP, E as VM_COMPILE_BLOCK_OP, F as VM_INVOKE_YIELD_OP, G as VM_JUMP_IF_OP, H as VM_JUMP_UNLESS_OP, I as VM_JUMP_EQ_OP, b as VM_ASSERT_SAME_OP, J as VM_TO_BOOLEAN_OP, K as VM_TEXT_OP, L as VM_COMMENT_OP, M as VM_OPEN_ELEMENT_OP, N as VM_OPEN_DYNAMIC_ELEMENT_OP, O as VM_PUSH_REMOTE_ELEMENT_OP, P as VM_POP_REMOTE_ELEMENT_OP, Q as VM_FLUSH_ELEMENT_OP, R as VM_CLOSE_ELEMENT_OP, S as VM_MODIFIER_OP, T as VM_DYNAMIC_MODIFIER_OP, U as VM_STATIC_ATTR_OP, W as VM_DYNAMIC_ATTR_OP, X as VM_PUSH_COMPONENT_DEFINITION_OP, Y as VM_RESOLVE_DYNAMIC_COMPONENT_OP, e as VM_RESOLVE_CURRIED_COMPONENT_OP, f as VM_PUSH_DYNAMIC_COMPONENT_INSTANCE_OP, Z as VM_PUSH_ARGS_OP, _ as VM_PUSH_EMPTY_ARGS_OP, $ as VM_CAPTURE_ARGS_OP, a0 as VM_PREPARE_ARGS_OP, a1 as VM_CREATE_COMPONENT_OP, a2 as VM_REGISTER_COMPONENT_DESTRUCTOR_OP, a3 as VM_BEGIN_COMPONENT_TRANSACTION_OP, a4 as VM_PUT_COMPONENT_OPERATIONS_OP, a5 as VM_COMPONENT_ATTR_OP, a6 as VM_STATIC_COMPONENT_ATTR_OP, a7 as VM_DID_CREATE_ELEMENT_OP, a8 as VM_GET_COMPONENT_SELF_OP, a9 as VM_GET_COMPONENT_TAG_NAME_OP, aa as VM_GET_COMPONENT_LAYOUT_OP, V as VM_MAIN_OP, ab as VM_POPULATE_LAYOUT_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, ag as VM_DID_RENDER_LAYOUT_OP, ah as VM_COMMIT_COMPONENT_TRANSACTION_OP } from './syscall-ops-BPFtDquC.js';
5
+ import { b as createComputeRef, v as valueForRef, d as createConstRef, g as createPrimitiveRef, j as isConstRef, U as UNDEFINED_REFERENCE, N as NULL_REFERENCE, T as TRUE_REFERENCE, F as FALSE_REFERENCE, R as REFERENCE, e as createDebugAliasRef } from './reference-C-OXd_kp.js';
6
+ import { b as EMPTY_STRING_ARRAY, c as enumerate, e as emptyArray } from './array-utils-BEaSKdEb.js';
7
+ import { b as CONSTANT_TAG, I as INITIAL, z as validateTag, k as consumeTag, B as valueForTag, g as beginTrackFrame, p as endTrackFrame, c as CURRENT_TAG } from './cache-CeWOBNQg.js';
8
+ import { b as CURRIED_MODIFIER, C as CURRIED_COMPONENT } from './curried-Cnjy9_ug.js';
9
+ import { ax as VM_SYSCALL_SIZE, i as VM_CHILD_SCOPE_OP, a9 as VM_POP_SCOPE_OP, ah as VM_PUSH_DYNAMIC_SCOPE_OP, a6 as VM_POP_DYNAMIC_SCOPE_OP, p as VM_CONSTANT_OP, aC as decodeHandle, q as VM_CONSTANT_REFERENCE_OP, ab as VM_PRIMITIVE_OP, aG as isHandle, aD as decodeImmediate, ac as VM_PRIMITIVE_REFERENCE_OP, x as VM_DUP_OP, a7 as VM_POP_OP, _ as VM_LOAD_OP, G as VM_FETCH_OP, g as VM_BIND_DYNAMIC_SCOPE_OP, D as VM_ENTER_OP, F as VM_EXIT_OP, ak as VM_PUSH_SYMBOL_TABLE_OP, ae as VM_PUSH_BLOCK_SCOPE_OP, m as VM_COMPILE_BLOCK_OP, U as VM_INVOKE_YIELD_OP, Y as VM_JUMP_IF_OP, Z as VM_JUMP_UNLESS_OP, X as VM_JUMP_EQ_OP, e as VM_ASSERT_SAME_OP, az as VM_TO_BOOLEAN_OP, ay as VM_TEXT_OP, k as VM_COMMENT_OP, a4 as VM_OPEN_ELEMENT_OP, a3 as VM_OPEN_DYNAMIC_ELEMENT_OP, aj as VM_PUSH_REMOTE_ELEMENT_OP, a8 as VM_POP_REMOTE_ELEMENT_OP, H as VM_FLUSH_ELEMENT_OP, j as VM_CLOSE_ELEMENT_OP, a1 as VM_MODIFIER_OP, B as VM_DYNAMIC_MODIFIER_OP, av as VM_STATIC_ATTR_OP, y as VM_DYNAMIC_ATTR_OP, af as VM_PUSH_COMPONENT_DEFINITION_OP, ao as VM_RESOLVE_DYNAMIC_COMPONENT_OP, an as VM_RESOLVE_CURRIED_COMPONENT_OP, ag as VM_PUSH_DYNAMIC_COMPONENT_INSTANCE_OP, ad as VM_PUSH_ARGS_OP, ai as VM_PUSH_EMPTY_ARGS_OP, h as VM_CAPTURE_ARGS_OP, aa as VM_PREPARE_ARGS_OP, s as VM_CREATE_COMPONENT_OP, am as VM_REGISTER_COMPONENT_DESTRUCTOR_OP, f as VM_BEGIN_COMPONENT_TRANSACTION_OP, al as VM_PUT_COMPONENT_OPERATIONS_OP, n as VM_COMPONENT_ATTR_OP, aw as VM_STATIC_COMPONENT_ATTR_OP, v as VM_DID_CREATE_ELEMENT_OP, K as VM_GET_COMPONENT_SELF_OP, L as VM_GET_COMPONENT_TAG_NAME_OP, J as VM_GET_COMPONENT_LAYOUT_OP, a0 as VM_MAIN_OP, a5 as VM_POPULATE_LAYOUT_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, w as VM_DID_RENDER_LAYOUT_OP, l as VM_COMMIT_COMPONENT_TRANSACTION_OP } from './syscall-ops-nrBHMOTp.js';
10
10
  import { d as debugToString } from './debug-to-string-C6LsA_qz.js';
11
11
  import { a as assert } from './assert-Zqc4wiAV.js';
12
- import { u as unwrapTemplate } from './template-BRrQR6KS.js';
12
+ import { a as unwrapTemplate } from './template-B0Apv9g2.js';
13
13
  import { registerDestructor, destroy, associateDestroyableChild } from '../@glimmer/destroyable/index.js';
14
14
  import { m as managerHasCapability } from './capabilities-CZkuOqqC.js';
15
15
  import { I as InternalComponentCapabilities } from './flags-B9qxc-pB.js';
16
- import { n as normalizeStringValue, C as ConcreteBounds } from './normalize-CKySQVU7.js';
17
- import { b as getInternalModifierManager } from './api-BawZUDYD.js';
16
+ import { n as normalizeStringValue, C as ConcreteBounds } from './normalize-CxG_iVLJ.js';
17
+ import { b as getInternalModifierManager } from './api-DG5kRT-o.js';
18
18
  import { toBool } from '../@glimmer/global-context/index.js';
19
19
 
20
20
  function CheckInstanceof(Class) {
@@ -2121,4 +2121,4 @@ function buildUntouchableThis(source) {
2121
2121
  return context;
2122
2122
  }
2123
2123
 
2124
- export { APPEND_OPCODES as A, BeginTrackFrameOpcode as B, CurriedValue as C, DebugRenderTreeImpl as D, EMPTY_ARGS as E, JumpIfNotModifiedOpcode as J, VMArgumentsImpl as V, EMPTY_NAMED as a, EMPTY_POSITIONAL as b, createCapturedArgs as c, curry as d, reifyNamed as e, reifyPositional as f, buildUntouchableThis as g, check as h, isArgumentError as i, isCurriedType as j, resolveCurriedValue as k, AssertFilter as l, externs as m, EndTrackFrameOpcode as n, reifyArgs as r };
2124
+ export { APPEND_OPCODES as A, BeginTrackFrameOpcode as B, CurriedValue as C, DebugRenderTreeImpl as D, EMPTY_ARGS as E, JumpIfNotModifiedOpcode as J, VMArgumentsImpl as V, AssertFilter as a, EMPTY_NAMED as b, EMPTY_POSITIONAL as c, EndTrackFrameOpcode as d, buildUntouchableThis as e, check as f, createCapturedArgs as g, curry as h, externs as i, isArgumentError as j, isCurriedType as k, reifyNamed as l, reifyPositional as m, resolveCurriedValue as n, reifyArgs as r };
@@ -9,4 +9,4 @@ function isMachineOp(value) {
9
9
  return value >= 0 && value <= 15;
10
10
  }
11
11
 
12
- export { VM_INVOKE_STATIC_OP as V, VM_RETURN_TO_OP as a, VM_RETURN_OP as b, VM_JUMP_OP as c, VM_INVOKE_VIRTUAL_OP as d, VM_POP_FRAME_OP as e, VM_PUSH_FRAME_OP as f, isMachineOp as i };
12
+ export { VM_INVOKE_STATIC_OP as V, VM_INVOKE_VIRTUAL_OP as a, VM_JUMP_OP as b, VM_POP_FRAME_OP as c, VM_PUSH_FRAME_OP as d, VM_RETURN_OP as e, VM_RETURN_TO_OP as f, isMachineOp as i };
@@ -1,18 +1,18 @@
1
- export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-Bj71BDDA.js';
2
- export { R as RootTemplate, s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-C2KfZJWI.js';
3
- export { I as Input, T as Textarea } from '../../../shared-chunks/textarea-CHqL0Rdh.js';
1
+ export { h as template, t as templateCacheCounters } from '../../../shared-chunks/index-D-rcNBLp.js';
2
+ export { R as RootTemplate, s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-D14I0iDX.js';
3
+ export { I as Input, T as Textarea } from '../../../shared-chunks/textarea-B_JYBuE8.js';
4
4
  export { LinkTo } from '../../routing/index.js';
5
5
  export { default as Component, setComponentManager } from '../../component/index.js';
6
- export { H as Helper, h as helper } from '../../../shared-chunks/helper-DLjV2ZZW.js';
6
+ export { H as Helper, h as helper } from '../../../shared-chunks/helper-CCK8Ef0x.js';
7
7
  export { S as SafeString, T as TrustedHTML, h as htmlSafe, i as isHTMLSafe, a as isTrustedHTML, t as trustHTML } from '../../../shared-chunks/index-D-xTBV4B.js';
8
- export { O as OutletView, R as Renderer, _ as _resetRenderers, a as renderComponent, r as renderSettled } from '../../../shared-chunks/index-qDFz6Mfe.js';
9
- export { D as DOMChanges } from '../../../shared-chunks/render-DkJJmoI4.js';
10
- export { D as DOMTreeConstruction } from '../../../shared-chunks/element-builder-CnlTPNyw.js';
11
- export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-DJ8k-6fg.js';
8
+ export { O as OutletView, R as Renderer, _ as _resetRenderers, r as renderComponent, a as renderSettled } from '../../../shared-chunks/index-DabsnYit.js';
9
+ export { D as DOMChanges } from '../../../shared-chunks/render-B790-vbk.js';
10
+ export { a as DOMTreeConstruction } from '../../../shared-chunks/element-builder-CZePCkbA.js';
11
+ export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-B7MtrWip.js';
12
12
  export { NodeDOMTreeConstruction } from '../../../@glimmer/node/index.js';
13
- export { e as element } from '../../../shared-chunks/element-DUOVW5Ho.js';
14
- export { u as uniqueId } from '../../../shared-chunks/unique-id-CfHImDRV.js';
15
- export { c as componentCapabilities, m as modifierCapabilities } from '../../../shared-chunks/api-CM1trl_4.js';
13
+ export { e as element } from '../../../shared-chunks/element-CT5H5uxF.js';
14
+ export { u as uniqueId } from '../../../shared-chunks/unique-id-Hn8Qp4dS.js';
15
+ export { c as componentCapabilities, m as modifierCapabilities } from '../../../shared-chunks/api-CGZbGcvX.js';
16
16
 
17
17
  // STATE within a module is frowned upon, this exists
18
18
  // to support Ember.TEMPLATES but shield ember internals from this legacy
@@ -1,23 +1,23 @@
1
- export { C as ComputedProperty, P as PROPERTY_DID_CHANGE, i as autoComputed, b as beginPropertyChanges, f as changeProperties, c as computed, h as defineDecorator, d as defineProperty, g as defineValue, a as endPropertyChanges, e as expandProperties, j as isComputed, n as notifyPropertyChange } from '../../../shared-chunks/computed-DjCIU_ht.js';
1
+ export { C as ComputedProperty, P as PROPERTY_DID_CHANGE, a as autoComputed, b as beginPropertyChanges, c as changeProperties, d as computed, e as defineDecorator, f as defineProperty, g as defineValue, h as endPropertyChanges, i as expandProperties, j as isComputed, n as notifyPropertyChange } from '../../../shared-chunks/computed-D6MVTTDd.js';
2
2
  export { g as getCachedValueFor } from '../../../shared-chunks/computed_cache-DmYKevAP.js';
3
- export { a as alias } from '../../../shared-chunks/alias-DBW_V5vD.js';
4
- import { g as get } from '../../../shared-chunks/property_get-CAFdpRyu.js';
5
- export { P as PROXY_CONTENT, _ as _getPath, a as _getProp, h as hasUnknownProperty } from '../../../shared-chunks/property_get-CAFdpRyu.js';
6
- import { s as set } from '../../../shared-chunks/property_set-BunbMFtp.js';
7
- export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-BunbMFtp.js';
8
- export { c as addArrayObserver, b as arrayContentDidChange, a as arrayContentWillChange, d as removeArrayObserver, r as replace, e as replaceInNativeArray } from '../../../shared-chunks/array-D6Couewv.js';
9
- export { a as addListener, h as hasListeners, o as on, r as removeListener, s as sendEvent } from '../../../shared-chunks/events-DYrYz3V8.js';
10
- export { c as ComputedDescriptor, b as descriptorForDecorator, d as descriptorForProperty, a as isClassicDecorator, i as isElementDescriptor, m as makeComputedDecorator, n as nativeDescDecorator, s as setClassicDecorator } from '../../../shared-chunks/decorator-9ikVwsjY.js';
11
- export { L as Libraries, a as libraries } from '../../../shared-chunks/libraries-_k-4KK5_.js';
12
- export { g as getProperties } from '../../../shared-chunks/get_properties-Nn08mLAH.js';
13
- export { s as setProperties } from '../../../shared-chunks/set_properties-LT3RzRmJ.js';
14
- export { A as ASYNC_OBSERVERS, S as SYNC_OBSERVERS, a as activateObserver, b as addObserver, f as flushAsyncObservers, r as removeObserver, c as revalidateObservers } from '../../../shared-chunks/observers-CDkeR0nI.js';
15
- export { D as DEBUG_INJECTION_FUNCTIONS, i as inject } from '../../../shared-chunks/injected_property--eJunJph.js';
16
- export { m as markObjectAsDirty, o as objectAt, t as tagForObject, a as tagForProperty } from '../../../shared-chunks/chain-tags-C9rFtQ_x.js';
17
- export { T as TrackedDescriptor, t as tracked } from '../../../shared-chunks/tracked-DAVrVqJl.js';
3
+ export { a as alias } from '../../../shared-chunks/alias-DsIh-16z.js';
4
+ import { g as get } from '../../../shared-chunks/property_get-Sw0SicEZ.js';
5
+ export { P as PROXY_CONTENT, _ as _getPath, a as _getProp, h as hasUnknownProperty } from '../../../shared-chunks/property_get-Sw0SicEZ.js';
6
+ import { s as set } from '../../../shared-chunks/property_set-SHEIPMUG.js';
7
+ export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-SHEIPMUG.js';
8
+ export { a as addArrayObserver, b as arrayContentDidChange, c as arrayContentWillChange, r as removeArrayObserver, d as replace, e as replaceInNativeArray } from '../../../shared-chunks/array-DYFI95FA.js';
9
+ export { a as addListener, h as hasListeners, o as on, r as removeListener, s as sendEvent } from '../../../shared-chunks/events-C7aYCy0N.js';
10
+ export { a as ComputedDescriptor, d as descriptorForDecorator, b as descriptorForProperty, i as isClassicDecorator, c as isElementDescriptor, m as makeComputedDecorator, n as nativeDescDecorator, s as setClassicDecorator } from '../../../shared-chunks/decorator-B8Lpq40g.js';
11
+ export { a as Libraries, L as libraries } from '../../../shared-chunks/libraries-Bs3H8iwC.js';
12
+ export { g as getProperties } from '../../../shared-chunks/get_properties-wj_Qmotj.js';
13
+ export { s as setProperties } from '../../../shared-chunks/set_properties-CcLLHg1w.js';
14
+ export { A as ASYNC_OBSERVERS, S as SYNC_OBSERVERS, a as activateObserver, b as addObserver, f as flushAsyncObservers, r as removeObserver, e as revalidateObservers } from '../../../shared-chunks/observers-Ci31SE36.js';
15
+ export { D as DEBUG_INJECTION_FUNCTIONS, i as inject } from '../../../shared-chunks/injected_property-COGiYHKc.js';
16
+ export { m as markObjectAsDirty, o as objectAt, t as tagForObject, b as tagForProperty } from '../../../shared-chunks/chain-tags-BP0V2LnZ.js';
17
+ export { T as TrackedDescriptor, t as tracked } from '../../../shared-chunks/tracked-CXcapuAm.js';
18
18
  export { cached } from '../../../@glimmer/tracking/index.js';
19
- export { b as createCache, g as getValue, s as isConst } from '../../../shared-chunks/cache-BIlOoPA7.js';
20
- export { N as NAMESPACES, a as NAMESPACES_BY_ID, b as addNamespace, f as findNamespace, c as findNamespaces, i as isNamespaceSearchDisabled, p as processAllNamespaces, d as processNamespace, r as removeNamespace, e as setNamespaceSearchDisabled, s as setUnprocessedMixins } from '../../../shared-chunks/namespace_search-BfvzEQzN.js';
19
+ export { l as createCache, q as getValue, r as isConst } from '../../../shared-chunks/cache-CG6_L9db.js';
20
+ export { N as NAMESPACES, a as NAMESPACES_BY_ID, b as addNamespace, f as findNamespace, c as findNamespaces, i as isNamespaceSearchDisabled, p as processAllNamespaces, d as processNamespace, r as removeNamespace, s as setNamespaceSearchDisabled, e as setUnprocessedMixins } from '../../../shared-chunks/namespace_search-TFdmjK_a.js';
21
21
 
22
22
  /**
23
23
  @module ember
@@ -1,8 +1,8 @@
1
- import '../../../shared-chunks/property_get-CAFdpRyu.js';
1
+ import '../../../shared-chunks/property_get-Sw0SicEZ.js';
2
2
  import '../../engine/instance.js';
3
3
  import '../../../route-recognizer/index.js';
4
- import '../../../shared-chunks/rsvp-CnCSY930.js';
5
- import '../../../shared-chunks/unrecognized-url-error-DDBwfzdm.js';
4
+ import '../../../shared-chunks/rsvp-C6j8G1D1.js';
5
+ import '../../../shared-chunks/unrecognized-url-error-ClNyMFJt.js';
6
6
  import '../../routing/lib/routing-service.js';
7
7
  export { default as generateController, generateControllerFactory } from '../../routing/lib/generate_controller.js';
8
8
  export { default as RouterDSL } from '../../routing/lib/dsl.js';
@@ -6,4 +6,4 @@ export { default as _ProxyMixin, contentFor as _contentFor } from './lib/mixins/
6
6
  export { default as MutableEnumerable } from '../../enumerable/mutable.js';
7
7
  export { default as TargetActionSupport } from './lib/mixins/target_action_support.js';
8
8
  export { onerrorDefault } from './lib/ext/rsvp.js';
9
- export { R as RSVP } from '../../../shared-chunks/rsvp-CnCSY930.js';
9
+ export { R as RSVP } from '../../../shared-chunks/rsvp-C6j8G1D1.js';
@@ -1,4 +1,4 @@
1
- import { c as configure, o as on, R as RSVP } from '../../../../../shared-chunks/rsvp-CnCSY930.js';
1
+ import { g as configure, n as on, R as RSVP } from '../../../../../shared-chunks/rsvp-C6j8G1D1.js';
2
2
  import { _backburner, _rsvpErrorQueue } from '../../../../runloop/index.js';
3
3
  import { getDispatchOverride } from '../../../error-handling/index.js';
4
4
 
@@ -1,14 +1,14 @@
1
1
  import { meta } from '../../../meta/lib/meta.js';
2
2
  import Mixin from '../../../../object/mixin.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';
5
- import { d as defineProperty, c as computed } from '../../../../../shared-chunks/computed-DjCIU_ht.js';
6
- import { t as tagForObject, a as tagForProperty } from '../../../../../shared-chunks/chain-tags-C9rFtQ_x.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
+ import { f as defineProperty, d as computed } from '../../../../../shared-chunks/computed-D6MVTTDd.js';
6
+ import { t as tagForObject, b as tagForProperty } from '../../../../../shared-chunks/chain-tags-BP0V2LnZ.js';
7
7
  import { s as setProxy } from '../../../../../shared-chunks/is_proxy-Bzg0d4m4.js';
8
8
  import { i as isObject } from '../../../../../shared-chunks/spec-BXl1reqK.js';
9
- import { s as setCustomTagFor } from '../../../../../shared-chunks/args-proxy-BDXbXCF9.js';
10
- import { U as UPDATE_TAG, e as combine } from '../../../../../shared-chunks/cache-BIlOoPA7.js';
11
- import { a as tagMetaFor, t as tagFor } from '../../../../../shared-chunks/meta-B9mldqPL.js';
9
+ import { s as setCustomTagFor } from '../../../../../shared-chunks/args-proxy-CaXVcI8G.js';
10
+ import { U as UPDATE_TAG, j as combine } from '../../../../../shared-chunks/cache-CG6_L9db.js';
11
+ import { a as tagMetaFor, t as tagFor } from '../../../../../shared-chunks/meta-Ce6-qROq.js';
12
12
 
13
13
  /**
14
14
  @module ember
@@ -1,5 +1,5 @@
1
1
  import Mixin from '../../../../object/mixin.js';
2
- import { g as get } from '../../../../../shared-chunks/property_get-CAFdpRyu.js';
2
+ import { g as get } from '../../../../../shared-chunks/property_get-Sw0SicEZ.js';
3
3
 
4
4
  /**
5
5
  @module ember
@@ -1,6 +1,6 @@
1
1
  import { context } from '../../../environment/index.js';
2
- import { g as get } from '../../../../../shared-chunks/property_get-CAFdpRyu.js';
3
- import { c as computed } from '../../../../../shared-chunks/computed-DjCIU_ht.js';
2
+ import { g as get } from '../../../../../shared-chunks/property_get-Sw0SicEZ.js';
3
+ import { d as computed } from '../../../../../shared-chunks/computed-D6MVTTDd.js';
4
4
  import Mixin from '../../../../object/mixin.js';
5
5
 
6
6
  /**
@@ -1,8 +1,8 @@
1
1
  export { m as dictionary } from '../../../shared-chunks/dictionary-gc5gpyOG.js';
2
2
  export { g as getDebugName } from '../../../shared-chunks/get-debug-name-BDxIL2Y1.js';
3
- export { G as GUID_KEY, a as generateGuid, g as guidFor, u as uuid } from '../../../shared-chunks/guid-Cbq2sNV_.js';
3
+ export { G as GUID_KEY, g as generateGuid, a as guidFor, u as uuid } from '../../../shared-chunks/guid-PO2v9BaN.js';
4
4
  export { i as intern } from '../../../shared-chunks/intern-zquhAEIg.js';
5
- export { R as ROOT, c as checkHasSuper, o as observerListenerMetaFor, a as setListeners, s as setObservers, w as wrap } from '../../../shared-chunks/super-BBBjgF69.js';
5
+ export { R as ROOT, c as checkHasSuper, o as observerListenerMetaFor, s as setListeners, a as setObservers, w as wrap } from '../../../shared-chunks/super-D4qkU4uq.js';
6
6
  export { l as lookupDescriptor } from '../../../shared-chunks/lookup-descriptor-CwcVgaLv.js';
7
7
  export { g as getName, s as setName } from '../../../shared-chunks/name-Clp4Vsod.js';
8
8
  export { i as isObject } from '../../../shared-chunks/spec-BXl1reqK.js';
@@ -1,4 +1,4 @@
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 Mixin from '../../../../object/mixin.js';
3
3
 
4
4
  /**
@@ -1,5 +1,5 @@
1
- import { g as get } from '../../../../../shared-chunks/property_get-CAFdpRyu.js';
2
- import { s as set } from '../../../../../shared-chunks/property_set-BunbMFtp.js';
1
+ import { g as get } from '../../../../../shared-chunks/property_get-Sw0SicEZ.js';
2
+ import { s as set } from '../../../../../shared-chunks/property_set-SHEIPMUG.js';
3
3
  import EmberObject from '../../../../object/index.js';
4
4
  import { getElementView } from './utils.js';
5
5