ember-source 7.2.0-alpha.3 → 7.2.0-beta.1

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 (284) hide show
  1. package/README.md +0 -1
  2. package/blueprints/-addon-import.js +4 -6
  3. package/blueprints/-utils.js +6 -9
  4. package/build-metadata.json +3 -3
  5. package/dist/dev/packages/@ember/-internals/glimmer/index.js +11 -11
  6. package/dist/dev/packages/@ember/-internals/metal/index.js +15 -15
  7. package/dist/dev/packages/@ember/-internals/routing/index.js +3 -3
  8. package/dist/dev/packages/@ember/-internals/runtime/index.js +1 -1
  9. package/dist/dev/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  10. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
  11. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  12. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +3 -3
  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/views/core_view.js +1 -1
  16. package/dist/dev/packages/@ember/application/index.js +5 -6
  17. package/dist/dev/packages/@ember/application/instance.js +3 -3
  18. package/dist/dev/packages/@ember/application/namespace.js +1 -1
  19. package/dist/dev/packages/@ember/array/index.js +10 -64
  20. package/dist/dev/packages/@ember/array/lib/is-array.js +71 -0
  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 +18 -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/engine/index.js +5 -5
  28. package/dist/dev/packages/@ember/engine/instance.js +1 -1
  29. package/dist/dev/packages/@ember/helper/index.js +8 -27
  30. package/dist/dev/packages/@ember/modifier/index.js +2 -2
  31. package/dist/dev/packages/@ember/modifier/on.js +1 -1
  32. package/dist/dev/packages/@ember/object/compat.js +2 -2
  33. package/dist/dev/packages/@ember/object/computed.js +2 -2
  34. package/dist/dev/packages/@ember/object/core.js +4 -4
  35. package/dist/dev/packages/@ember/object/index.js +28 -23
  36. package/dist/dev/packages/@ember/object/lib/computed/computed_macros.js +4 -4
  37. package/dist/dev/packages/@ember/object/lib/computed/reduce_computed_macros.js +2 -2
  38. package/dist/dev/packages/@ember/object/mixin.js +2 -2
  39. package/dist/dev/packages/@ember/object/observable.js +6 -6
  40. package/dist/dev/packages/@ember/object/observers.js +1 -1
  41. package/dist/dev/packages/@ember/object/promise-proxy-mixin.js +3 -3
  42. package/dist/dev/packages/@ember/reactive/collections.js +153 -153
  43. package/dist/dev/packages/@ember/renderer/index.js +1 -1
  44. package/dist/dev/packages/@ember/routing/-internals.js +3 -3
  45. package/dist/dev/packages/@ember/routing/index.js +12 -8
  46. package/dist/dev/packages/@ember/routing/lib/generate_controller.js +2 -3
  47. package/dist/dev/packages/@ember/routing/lib/routing-service.js +4 -4
  48. package/dist/dev/packages/@ember/routing/lib/utils.js +3 -3
  49. package/dist/dev/packages/@ember/routing/route.js +11 -11
  50. package/dist/dev/packages/@ember/routing/router-service.js +24 -17
  51. package/dist/dev/packages/@ember/routing/router.js +5 -5
  52. package/dist/dev/packages/@ember/runloop/index.js +1 -1
  53. package/dist/dev/packages/@ember/service/index.js +1 -1
  54. package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  55. package/dist/dev/packages/@ember/template-compiler/lib/template.js +1 -1
  56. package/dist/dev/packages/@ember/template-factory/index.js +1 -1
  57. package/dist/dev/packages/@ember/utils/lib/is_empty.js +1 -1
  58. package/dist/dev/packages/@glimmer/encoder/index.js +1 -1
  59. package/dist/dev/packages/@glimmer/manager/index.js +4 -4
  60. package/dist/dev/packages/@glimmer/node/index.js +2 -2
  61. package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
  62. package/dist/dev/packages/@glimmer/program/index.js +7 -7
  63. package/dist/dev/packages/@glimmer/reference/index.js +3 -3
  64. package/dist/dev/packages/@glimmer/runtime/index.js +12 -12
  65. package/dist/dev/packages/@glimmer/tracking/index.js +2 -2
  66. package/dist/dev/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  67. package/dist/dev/packages/@glimmer/validator/index.js +3 -3
  68. package/dist/dev/packages/@glimmer/vm/index.js +1 -1
  69. package/dist/dev/packages/ember/version.js +1 -1
  70. package/dist/dev/packages/router_js/index.js +2 -2
  71. package/dist/dev/packages/rsvp/index.js +2281 -1
  72. package/dist/dev/packages/shared-chunks/{alias-ZcMQckQV.js → alias-DpqL1qx6.js} +6 -6
  73. package/dist/dev/packages/shared-chunks/{api-BAmlf_CN.js → api-BlZDPg1n.js} +5 -5
  74. package/dist/dev/packages/shared-chunks/{element-builder--iTIJyCB.js → api-C0PAtEgQ.js} +137 -118
  75. package/dist/dev/packages/shared-chunks/{api-BawZUDYD.js → api-DuLOZMO_.js} +3 -3
  76. package/dist/dev/packages/shared-chunks/{args-proxy-BNLuRFlO.js → args-proxy-CS5Brs3_.js} +2 -2
  77. package/dist/dev/packages/shared-chunks/{untouchable-this-B3DVwpHS.js → arguments-CDkbOqTS.js} +230 -230
  78. package/dist/dev/packages/shared-chunks/{array-Bh_kUjzy.js → array-CVEnNWng.js} +1 -1
  79. package/dist/dev/packages/shared-chunks/{cache-B7dqAS38.js → cache-DGDPVCpC.js} +1 -2
  80. package/dist/dev/packages/shared-chunks/{capabilities-CZkuOqqC.js → capabilities-CajW4QjE.js} +1 -1
  81. package/dist/dev/packages/shared-chunks/{chain-tags-D6tuFUj_.js → chain-tags-uWSImHzB.js} +3 -3
  82. package/dist/dev/packages/shared-chunks/{computed-CJnghmXC.js → computed-BPCtuOxQ.js} +4 -4
  83. package/dist/dev/packages/shared-chunks/{curly-BBzF_bI8.js → curly-Ei5G8jhk.js} +4 -4
  84. package/dist/dev/packages/shared-chunks/{element-DQJOvSlQ.js → element-BYLB-q7a.js} +5 -3
  85. package/dist/dev/packages/shared-chunks/{flags-B9qxc-pB.js → flags-BZxHQ0yn.js} +1 -1
  86. package/dist/dev/packages/shared-chunks/{get-D5b5QlqE.js → get-6I3sjd-I.js} +32 -35
  87. package/dist/{prod/packages/shared-chunks/get_properties-Nn08mLAH.js → dev/packages/shared-chunks/get_properties-Cm2sWt5f.js} +1 -1
  88. package/dist/dev/packages/shared-chunks/{hash-BRRFQJ99.js → hash-6NDs_5_f.js} +18 -12
  89. package/dist/dev/packages/shared-chunks/{helper-Do7NCZHI.js → helper-DIj85_-f.js} +21 -9
  90. package/dist/dev/packages/shared-chunks/{index-CwnQYqK5.js → index-B3pPx1fL.js} +111 -132
  91. package/dist/dev/packages/shared-chunks/{index-CyZiGiEI.js → index-DaFzpTIE.js} +4 -3
  92. package/dist/dev/packages/shared-chunks/{injected_property-B4T-FzZZ.js → injected_property-CbBLr5jt.js} +1 -1
  93. package/dist/dev/packages/shared-chunks/{internal-CAL-jHZt.js → internal-DTOXyEGM.js} +3 -3
  94. package/dist/dev/packages/shared-chunks/{internal-helper-Ez7zbEIa.js → internal-helper-CKrni0b_.js} +1 -1
  95. package/dist/dev/packages/shared-chunks/{invoke-B8M5fQQS.js → invoke-d9sqa50M.js} +3 -3
  96. package/dist/dev/packages/shared-chunks/{libraries-CHBwbR72.js → libraries-DwffpMGE.js} +1 -1
  97. package/dist/dev/packages/shared-chunks/{meta-BmRXesrk.js → meta-BqC7f9Ia.js} +1 -1
  98. package/dist/dev/packages/shared-chunks/{or-O0eJQ4K-.js → not-DYh6AY9Z.js} +36 -36
  99. package/dist/dev/packages/shared-chunks/{observers-C2DurkLG.js → observers-DMlX2nCi.js} +3 -3
  100. package/dist/dev/packages/shared-chunks/{on-BueSMv9L.js → on-DlF0Wy7P.js} +10 -10
  101. package/dist/dev/packages/shared-chunks/{program-DzAfcWFj.js → program-DlgjqLa6.js} +1 -1
  102. package/dist/dev/packages/shared-chunks/{program-context-CadjldRr.js → program-context-Dq8xN2HI.js} +3 -2
  103. package/dist/dev/packages/shared-chunks/{property_get-CIBS9umw.js → property_get-CRP7MFz_.js} +2 -2
  104. package/dist/dev/packages/shared-chunks/{property_set-D3PKyisF.js → property_set-qCUylPEK.js} +2 -2
  105. package/dist/dev/packages/shared-chunks/{reference-BoPB2LfI.js → reference-BqOLhKFy.js} +3 -3
  106. package/dist/dev/packages/shared-chunks/{rehydrate-builder-DCyIgnCR.js → rehydrate-builder-C6k1XhET.js} +1 -1
  107. package/dist/dev/packages/shared-chunks/{render-CpKaO-BO.js → render-87_sKZ_k.js} +86 -86
  108. package/dist/dev/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp.es-DR7yS7qg.js} +150 -154
  109. package/dist/dev/packages/shared-chunks/{serialize-builder-DxgGRvH_.js → serialize-builder-BlxBjwO-.js} +1 -1
  110. package/dist/dev/packages/shared-chunks/{set_properties-BghuuGJx.js → set_properties-C4TSebH6.js} +2 -2
  111. package/dist/dev/packages/shared-chunks/{setup-registry-BC5VMvei.js → setup-registry-9DCmHTFF.js} +18 -18
  112. package/dist/dev/packages/shared-chunks/{syscall-ops-BPFtDquC.js → syscall-ops-CN7STuUn.js} +1 -1
  113. package/dist/dev/packages/shared-chunks/{template-only-BqOt8bDl.js → template-only-Cu639ICT.js} +2 -4
  114. package/dist/dev/packages/shared-chunks/{textarea-WSlUEr0y.js → textarea-C4lYkaHj.js} +11 -7
  115. package/dist/dev/packages/shared-chunks/{tracked-CKE4wnE6.js → tracked-DEyf0T_X.js} +4 -4
  116. package/dist/dev/packages/shared-chunks/{tracked-data-CGnA4ytZ.js → tracked-data-DgqqRdYO.js} +2 -2
  117. package/dist/dev/packages/shared-chunks/{unique-id-CgmHQiwi.js → unique-id-DQOhouG1.js} +2 -2
  118. package/dist/dev/packages/shared-chunks/{unrecognized-url-error-B3wUTorp.js → unrecognized-url-error-BJHjL30Q.js} +1 -1
  119. package/dist/prod/packages/@ember/-internals/glimmer/index.js +11 -11
  120. package/dist/prod/packages/@ember/-internals/metal/index.js +15 -15
  121. package/dist/prod/packages/@ember/-internals/routing/index.js +3 -3
  122. package/dist/prod/packages/@ember/-internals/runtime/index.js +1 -1
  123. package/dist/prod/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  124. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
  125. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  126. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +3 -3
  127. package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  128. package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  129. package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  130. package/dist/prod/packages/@ember/application/index.js +5 -6
  131. package/dist/prod/packages/@ember/application/instance.js +3 -3
  132. package/dist/prod/packages/@ember/application/namespace.js +1 -1
  133. package/dist/prod/packages/@ember/array/index.js +11 -58
  134. package/dist/prod/packages/@ember/array/lib/is-array.js +64 -0
  135. package/dist/prod/packages/@ember/array/proxy.js +8 -8
  136. package/dist/prod/packages/@ember/component/helper.js +1 -1
  137. package/dist/prod/packages/@ember/component/index.js +18 -12
  138. package/dist/prod/packages/@ember/component/template-only.js +1 -1
  139. package/dist/prod/packages/@ember/controller/index.js +3 -3
  140. package/dist/prod/packages/@ember/debug/data-adapter.js +3 -3
  141. package/dist/prod/packages/@ember/engine/index.js +5 -5
  142. package/dist/prod/packages/@ember/engine/instance.js +1 -1
  143. package/dist/prod/packages/@ember/helper/index.js +8 -27
  144. package/dist/prod/packages/@ember/modifier/index.js +2 -2
  145. package/dist/prod/packages/@ember/modifier/on.js +1 -1
  146. package/dist/prod/packages/@ember/object/compat.js +2 -2
  147. package/dist/prod/packages/@ember/object/computed.js +2 -2
  148. package/dist/prod/packages/@ember/object/core.js +4 -4
  149. package/dist/prod/packages/@ember/object/index.js +28 -23
  150. package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +4 -4
  151. package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +2 -2
  152. package/dist/prod/packages/@ember/object/mixin.js +2 -2
  153. package/dist/prod/packages/@ember/object/observable.js +6 -6
  154. package/dist/prod/packages/@ember/object/observers.js +1 -1
  155. package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +3 -3
  156. package/dist/prod/packages/@ember/reactive/collections.js +153 -153
  157. package/dist/prod/packages/@ember/renderer/index.js +1 -1
  158. package/dist/prod/packages/@ember/routing/index.js +12 -8
  159. package/dist/prod/packages/@ember/routing/lib/generate_controller.js +1 -2
  160. package/dist/prod/packages/@ember/routing/lib/routing-service.js +4 -4
  161. package/dist/prod/packages/@ember/routing/lib/utils.js +3 -3
  162. package/dist/prod/packages/@ember/routing/route.js +11 -11
  163. package/dist/prod/packages/@ember/routing/router-service.js +24 -17
  164. package/dist/prod/packages/@ember/routing/router.js +5 -5
  165. package/dist/prod/packages/@ember/runloop/index.js +1 -1
  166. package/dist/prod/packages/@ember/service/index.js +1 -1
  167. package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  168. package/dist/prod/packages/@ember/template-compiler/lib/template.js +2 -2
  169. package/dist/prod/packages/@ember/template-factory/index.js +1 -1
  170. package/dist/prod/packages/@ember/utils/lib/is_empty.js +1 -1
  171. package/dist/prod/packages/@glimmer/encoder/index.js +1 -1
  172. package/dist/prod/packages/@glimmer/manager/index.js +4 -4
  173. package/dist/prod/packages/@glimmer/node/index.js +3 -3
  174. package/dist/prod/packages/@glimmer/opcode-compiler/index.js +2 -2
  175. package/dist/prod/packages/@glimmer/program/index.js +8 -8
  176. package/dist/prod/packages/@glimmer/reference/index.js +4 -4
  177. package/dist/prod/packages/@glimmer/runtime/index.js +13 -13
  178. package/dist/prod/packages/@glimmer/tracking/index.js +2 -2
  179. package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  180. package/dist/prod/packages/@glimmer/util/index.js +2 -2
  181. package/dist/prod/packages/@glimmer/validator/index.js +3 -3
  182. package/dist/prod/packages/@glimmer/vm/index.js +1 -1
  183. package/dist/prod/packages/ember/version.js +1 -1
  184. package/dist/prod/packages/ember-template-compiler/index.js +2 -2
  185. package/dist/prod/packages/router_js/index.js +2 -2
  186. package/dist/prod/packages/rsvp/index.js +2281 -1
  187. package/dist/prod/packages/shared-chunks/{alias-DBW_V5vD.js → alias-Bod6qdNp.js} +6 -6
  188. package/dist/prod/packages/shared-chunks/{api-CM1trl_4.js → api-B_poQGXS.js} +5 -5
  189. package/dist/prod/packages/shared-chunks/{element-builder-CnlTPNyw.js → api-CQexacBn.js} +137 -118
  190. package/dist/prod/packages/shared-chunks/{api-zh_k31vb.js → api-DlJKfm_f.js} +3 -3
  191. package/dist/prod/packages/shared-chunks/{args-proxy-BDXbXCF9.js → args-proxy-CCoFtYLS.js} +2 -2
  192. package/dist/prod/packages/shared-chunks/{debug-render-tree-CF5O4-WI.js → arguments-BzAkZVBa.js} +193 -193
  193. package/dist/prod/packages/shared-chunks/{array-D6Couewv.js → array-BzReKMeW.js} +1 -1
  194. package/dist/prod/packages/shared-chunks/{cache-BIlOoPA7.js → cache-CofLhaS4.js} +1 -2
  195. package/dist/prod/packages/shared-chunks/{capabilities-_5e35539.js → capabilities-BuVYh-vx.js} +1 -1
  196. package/dist/prod/packages/shared-chunks/{chain-tags-C9rFtQ_x.js → chain-tags-B2J7DsxO.js} +3 -3
  197. package/dist/prod/packages/shared-chunks/{compiler-c4yUVrl_.js → compiler-lBSssiWp.js} +1 -1
  198. package/dist/prod/packages/shared-chunks/{computed-DjCIU_ht.js → computed-DtIStxvq.js} +4 -4
  199. package/dist/prod/packages/shared-chunks/{curly-ZzX43b50.js → curly-IY06zACp.js} +4 -4
  200. package/dist/prod/packages/shared-chunks/{element-DUOVW5Ho.js → element-DgHdPZ8u.js} +5 -3
  201. package/dist/prod/packages/shared-chunks/{flags-B9qxc-pB.js → flags-BZxHQ0yn.js} +1 -1
  202. package/dist/prod/packages/shared-chunks/{get-t0-itmA-.js → get-Dago5uGl.js} +33 -36
  203. package/dist/{dev/packages/shared-chunks/get_properties-CIm8IAtP.js → prod/packages/shared-chunks/get_properties-Dg3xFpiS.js} +1 -1
  204. package/dist/prod/packages/shared-chunks/{hash-mcs3pEFO.js → hash-gEXIsSO4.js} +24 -18
  205. package/dist/prod/packages/shared-chunks/{helper-DLjV2ZZW.js → helper-DkXiTBjc.js} +21 -9
  206. package/dist/prod/packages/shared-chunks/{index-Bj71BDDA.js → index-Bf53M8eS.js} +5 -4
  207. package/dist/prod/packages/shared-chunks/{index-qDFz6Mfe.js → index-CslMfEpb.js} +110 -131
  208. package/dist/prod/packages/shared-chunks/{injected_property--eJunJph.js → injected_property-Y-FadDej.js} +1 -1
  209. package/dist/prod/packages/shared-chunks/{internal-DidurjJB.js → internal-BQ7zHrqS.js} +3 -3
  210. package/dist/prod/packages/shared-chunks/{internal-helper-DIbr1RgC.js → internal-helper-Bz1lpDXr.js} +1 -1
  211. package/dist/prod/packages/shared-chunks/{invoke-Cj5zMqHz.js → invoke-DhQ5QRp2.js} +3 -3
  212. package/dist/prod/packages/shared-chunks/{libraries-_k-4KK5_.js → libraries-DBql0hdn.js} +1 -1
  213. package/dist/prod/packages/shared-chunks/{meta-B9mldqPL.js → meta-BJtIZDir.js} +1 -1
  214. package/dist/prod/packages/shared-chunks/{normalize-D9jDJVGg.js → normalize-C_IStty9.js} +1 -1
  215. package/dist/prod/packages/shared-chunks/{or-3AxY5TPj.js → not-BOIVROuv.js} +28 -28
  216. package/dist/prod/packages/shared-chunks/{observers-CDkeR0nI.js → observers-BmobpXAF.js} +3 -3
  217. package/dist/prod/packages/shared-chunks/{on-B5NVufs_.js → on-BZHAxzdq.js} +10 -10
  218. package/dist/prod/packages/shared-chunks/{program-B7CWdS8W.js → program-BAh__OXZ.js} +2 -2
  219. package/dist/prod/packages/shared-chunks/{program-context-B8HKU7wu.js → program-context-COSioH46.js} +3 -2
  220. package/dist/prod/packages/shared-chunks/{property_get-CAFdpRyu.js → property_get-DAKgbeJX.js} +2 -2
  221. package/dist/prod/packages/shared-chunks/{property_set-BunbMFtp.js → property_set-BaQJdVfS.js} +2 -2
  222. package/dist/prod/packages/shared-chunks/{reference-BshxG6wn.js → reference-CG0yPgLy.js} +3 -3
  223. package/dist/prod/packages/shared-chunks/{rehydrate-builder-DJ8k-6fg.js → rehydrate-builder-Blt1x9MP.js} +3 -3
  224. package/dist/prod/packages/shared-chunks/{render-DkJJmoI4.js → render-Dx7lr1hR.js} +88 -88
  225. package/dist/prod/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp.es-DR7yS7qg.js} +150 -154
  226. package/dist/prod/packages/shared-chunks/{serialize-builder-R3Ozg0sC.js → serialize-builder-BvAXYHTr.js} +2 -2
  227. package/dist/prod/packages/shared-chunks/{set_properties-LT3RzRmJ.js → set_properties-Qxhw4qzw.js} +2 -2
  228. package/dist/prod/packages/shared-chunks/{setup-registry-C2KfZJWI.js → setup-registry-U-6VaNQG.js} +18 -18
  229. package/dist/prod/packages/shared-chunks/{syscall-ops-BPFtDquC.js → syscall-ops-CN7STuUn.js} +1 -1
  230. package/dist/prod/packages/shared-chunks/{template-only-BtLl0uH0.js → template-only-DKNcKM5b.js} +2 -4
  231. package/dist/prod/packages/shared-chunks/{textarea-CHqL0Rdh.js → textarea-DOmZ1x0E.js} +11 -7
  232. package/dist/prod/packages/shared-chunks/{tracked-DAVrVqJl.js → tracked-B9380JtC.js} +4 -4
  233. package/dist/prod/packages/shared-chunks/{tracked-data-C83f5V5S.js → tracked-data-CHq42QHb.js} +2 -2
  234. package/dist/prod/packages/shared-chunks/{unique-id-CfHImDRV.js → unique-id-o2pS74go.js} +2 -2
  235. package/dist/prod/packages/shared-chunks/{unrecognized-url-error-DDBwfzdm.js → unrecognized-url-error-EgNrnFu_.js} +1 -1
  236. package/docs/data.json +316 -334
  237. package/package.json +6 -4
  238. package/types/stable/@ember/-internals/glimmer/index.d.ts +165 -121
  239. package/types/stable/@ember/-internals/glimmer/lib/component-managers/mount.d.ts +1 -1
  240. package/types/stable/@ember/-internals/glimmer/lib/component-managers/outlet.d.ts +1 -1
  241. package/types/stable/@ember/-internals/glimmer/lib/component.d.ts +8 -2
  242. package/types/stable/@ember/-internals/glimmer/lib/glimmer-tracking-docs.d.ts +12 -12
  243. package/types/stable/@ember/-internals/glimmer/lib/helper.d.ts +18 -6
  244. package/types/stable/@ember/-internals/glimmer/lib/helpers/array.d.ts +3 -1
  245. package/types/stable/@ember/-internals/glimmer/lib/helpers/component.d.ts +65 -121
  246. package/types/stable/@ember/-internals/glimmer/lib/helpers/concat.d.ts +8 -4
  247. package/types/stable/@ember/-internals/glimmer/lib/helpers/each-in.d.ts +16 -14
  248. package/types/stable/@ember/-internals/glimmer/lib/helpers/element.d.ts +2 -0
  249. package/types/stable/@ember/-internals/glimmer/lib/helpers/fn.d.ts +11 -7
  250. package/types/stable/@ember/-internals/glimmer/lib/helpers/get.d.ts +23 -29
  251. package/types/stable/@ember/-internals/glimmer/lib/helpers/hash.d.ts +3 -1
  252. package/types/stable/@ember/-internals/glimmer/lib/helpers/if-unless.d.ts +95 -49
  253. package/types/stable/@ember/-internals/glimmer/lib/helpers/mut.d.ts +23 -54
  254. package/types/stable/@ember/-internals/glimmer/lib/helpers/page-title.d.ts +6 -2
  255. package/types/stable/@ember/-internals/glimmer/lib/helpers/readonly.d.ts +4 -8
  256. package/types/stable/@ember/-internals/glimmer/lib/modifiers/on.d.ts +10 -10
  257. package/types/stable/@ember/-internals/glimmer/lib/renderer.d.ts +1 -2
  258. package/types/stable/@ember/-internals/glimmer/lib/syntax/in-element.d.ts +2 -0
  259. package/types/stable/@ember/-internals/glimmer/lib/syntax/let.d.ts +2 -14
  260. package/types/stable/@ember/-internals/glimmer/lib/syntax/mount.d.ts +15 -11
  261. package/types/stable/@ember/-internals/glimmer/lib/syntax/outlet.d.ts +17 -10
  262. package/types/stable/@ember/-internals/runtime/lib/mixins/target_action_support.d.ts +1 -1
  263. package/types/stable/@ember/array/index.d.ts +6 -29
  264. package/types/stable/@ember/array/lib/is-array.d.ts +35 -0
  265. package/types/stable/@ember/component/template-only.d.ts +1 -3
  266. package/types/stable/@ember/controller/index.d.ts +1 -1
  267. package/types/stable/@ember/helper/index.d.ts +0 -19
  268. package/types/stable/@ember/object/index.d.ts +4 -3
  269. package/types/stable/@ember/object/observable.d.ts +4 -0
  270. package/types/stable/@ember/reactive/collections.d.ts +0 -6
  271. package/types/stable/@ember/routing/lib/generate_controller.d.ts +1 -1
  272. package/types/stable/@ember/routing/route.d.ts +2 -2
  273. package/types/stable/@ember/routing/router-service.d.ts +20 -12
  274. package/types/stable/@glimmer/runtime/lib/component/template-only.d.ts +0 -2
  275. package/types/stable/@glimmer/runtime/lib/dom/sanitized-values.d.ts +2 -2
  276. package/types/stable/@glimmer/runtime/lib/helpers/array.d.ts +1 -1
  277. package/types/stable/@glimmer/runtime/lib/helpers/concat.d.ts +8 -3
  278. package/types/stable/@glimmer/runtime/lib/helpers/fn.d.ts +13 -7
  279. package/types/stable/@glimmer/runtime/lib/helpers/get.d.ts +21 -29
  280. package/types/stable/@glimmer/runtime/lib/helpers/hash.d.ts +1 -1
  281. package/types/stable/@glimmer/syntax/lib/get-template-locals.d.ts +1 -1
  282. package/types/stable/@glimmer/tracking/index.d.ts +12 -12
  283. package/types/stable/index.d.ts +1 -0
  284. package/dist/prod/packages/shared-chunks/{collections-C3Y8z_9v.js → collections-GpG8lT2g.js} +9 -9
@@ -1,38 +1,38 @@
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-C4lYkaHj.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-87_sKZ_k.js';
7
+ import { c as clientBuilder } from './api-C0PAtEgQ.js';
8
+ import { r as rehydrationBuilder } from './rehydrate-builder-C6k1XhET.js';
9
+ import { s as serializeBuilder } from './serialize-builder-BlxBjwO-.js';
10
+ import { o as outletHelper, O as OutletView, R as Renderer } from './index-B3pPx1fL.js';
11
+ import { t as templateFactory } from './index-DaFzpTIE.js';
12
12
  import { assert } from '../@ember/debug/lib/assert.js';
13
13
 
14
- const OutletTemplate = templateFactory(
14
+ const RootTemplate = templateFactory(
15
15
  /*
16
- {{component (outletHelper)}}
16
+ {{component this}}
17
17
  */
18
18
  {
19
19
  "id": null,
20
- "block": "[[[46,[28,[32,0],null,null],null,null,null]],[],[\"component\"]]",
21
- "moduleName": "packages/@ember/-internals/glimmer/lib/templates/outlet.hbs",
22
- "scope": () => ({
23
- outletHelper
24
- }),
20
+ "block": "[[[46,[30,0],null,null,null]],[],[\"component\"]]",
21
+ "moduleName": "packages/@ember/-internals/glimmer/lib/templates/root.hbs",
25
22
  "isStrictMode": true
26
23
  });
27
24
 
28
- const RootTemplate = templateFactory(
25
+ const OutletTemplate = templateFactory(
29
26
  /*
30
- {{component this}}
27
+ {{component (outletHelper)}}
31
28
  */
32
29
  {
33
30
  "id": null,
34
- "block": "[[[46,[30,0],null,null,null]],[],[\"component\"]]",
35
- "moduleName": "packages/@ember/-internals/glimmer/lib/templates/root.hbs",
31
+ "block": "[[[46,[28,[32,0],null,null],null,null,null]],[],[\"component\"]]",
32
+ "moduleName": "packages/@ember/-internals/glimmer/lib/templates/outlet.hbs",
33
+ "scope": () => ({
34
+ outletHelper
35
+ }),
36
36
  "isStrictMode": true
37
37
  });
38
38
 
@@ -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_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_DEBUGGER_OP as aA, VM_ENTER_LIST_OP as aB, VM_EXIT_LIST_OP as aC, VM_ITERATE_OP as aD, encodeHandle as aE, isSmallInt as aF, encodeImmediate as aG, constants 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_CURRY_OP as ai, VM_DYNAMIC_HELPER_OP as aj, VM_HELPER_OP as ak, VM_GET_VARIABLE_OP as al, VM_SET_VARIABLE_OP as am, VM_SET_BLOCK_OP as an, VM_ROOT_SCOPE_OP as ao, VM_GET_PROPERTY_OP as ap, VM_GET_BLOCK_OP as aq, VM_SPREAD_BLOCK_OP as ar, VM_HAS_BLOCK_OP as as, VM_HAS_BLOCK_PARAMS_OP as at, VM_CONCAT_OP as au, VM_IF_INLINE_OP as av, VM_NOT_OP as aw, VM_GET_DYNAMIC_VAR_OP as ax, VM_LOG_OP as ay, VM_DYNAMIC_CONTENT_TYPE_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 };
@@ -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-DuLOZMO_.js';
2
+ import { N as NULL_REFERENCE } from './reference-BqOLhKFy.js';
3
3
 
4
4
  const CAPABILITIES = {
5
5
  dynamicLayout: false,
@@ -57,8 +57,6 @@ setInternalComponentManager(TEMPLATE_ONLY_COMPONENT_MANAGER, TemplateOnlyCompone
57
57
  to use these semantics for its templates but cannot be certain it will only be consumed by applications that have enabled the
58
58
  `template-only-glimmer-components` optional feature.
59
59
 
60
- @example
61
-
62
60
  ```js
63
61
  import { templateOnlyComponent } from '@glimmer/runtime';
64
62
 
@@ -1,14 +1,14 @@
1
1
  import { h as hasDOM } from './index-BGP1rw3B.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 { i as isConstRef, v as valueForRef, d as isUpdatableRef, u as updateRef } from './reference-BqOLhKFy.js';
5
+ import { u as untrack } from './cache-DGDPVCpC.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 { t as templateFactory } from './index-DaFzpTIE.js';
8
+ import { I as InternalComponent, o as opaquify } from './internal-DTOXyEGM.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-DEyf0T_X.js';
12
12
 
13
13
  const InputTemplate = templateFactory(
14
14
  /*
@@ -232,8 +232,12 @@ if (hasDOM) {
232
232
  /**
233
233
  The `Input` component lets you create an HTML `<input>` element.
234
234
 
235
- ```handlebars
236
- <Input @value="987" />
235
+ ```gjs
236
+ import { Input } from '@ember/component';
237
+
238
+ <template>
239
+ <Input @value="987" />
240
+ </template>
237
241
  ```
238
242
 
239
243
  creates an `<input>` element with `type="text"` and value set to 987.
@@ -1,10 +1,10 @@
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';
4
+ import { c as consumeTag } from './cache-DGDPVCpC.js';
5
+ import { d as dirtyTagFor, t as tagFor } from './meta-BqC7f9Ia.js';
6
+ import { t as trackedData } from './tracked-data-DgqqRdYO.js';
7
+ import { S as SELF_TAG, C as CHAIN_PASS_THROUGH } from './chain-tags-uWSImHzB.js';
8
8
  import { s as setClassicDecorator, i as isElementDescriptor, C as COMPUTED_SETTERS } from './decorator-B5Uh5NFI.js';
9
9
  import { assert } from '../@ember/debug/lib/assert.js';
10
10
 
@@ -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-BqC7f9Ia.js';
2
+ import { c as consumeTag } from './cache-DGDPVCpC.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 { a as createConstRef } from './reference-BqOLhKFy.js';
2
+ import { i as internalHelper } from './internal-helper-CKrni0b_.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.es-DR7yS7qg.js';
2
2
 
3
3
  function buildTransitionAborted() {
4
4
  let error = new Error('TransitionAborted');
@@ -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 { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-Bf53M8eS.js';
2
+ export { R as RootTemplate, s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-U-6VaNQG.js';
3
+ export { I as Input, T as Textarea } from '../../../shared-chunks/textarea-DOmZ1x0E.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-DkXiTBjc.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-CslMfEpb.js';
9
+ export { D as DOMChanges } from '../../../shared-chunks/render-Dx7lr1hR.js';
10
+ export { D as DOMTreeConstruction } from '../../../shared-chunks/api-CQexacBn.js';
11
+ export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-Blt1x9MP.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-DgHdPZ8u.js';
14
+ export { u as uniqueId } from '../../../shared-chunks/unique-id-o2pS74go.js';
15
+ export { c as componentCapabilities, m as modifierCapabilities } from '../../../shared-chunks/api-B_poQGXS.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,22 +1,22 @@
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, 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-DtIStxvq.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';
3
+ export { a as alias } from '../../../shared-chunks/alias-Bod6qdNp.js';
4
+ import { g as get } from '../../../shared-chunks/property_get-DAKgbeJX.js';
5
+ export { P as PROXY_CONTENT, _ as _getPath, a as _getProp, h as hasUnknownProperty } from '../../../shared-chunks/property_get-DAKgbeJX.js';
6
+ import { s as set } from '../../../shared-chunks/property_set-BaQJdVfS.js';
7
+ export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-BaQJdVfS.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-BzReKMeW.js';
9
9
  export { a as addListener, h as hasListeners, o as on, r as removeListener, s as sendEvent } from '../../../shared-chunks/events-DYrYz3V8.js';
10
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';
11
+ export { L as Libraries, a as libraries } from '../../../shared-chunks/libraries-DBql0hdn.js';
12
+ export { g as getProperties } from '../../../shared-chunks/get_properties-Dg3xFpiS.js';
13
+ export { s as setProperties } from '../../../shared-chunks/set_properties-Qxhw4qzw.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-BmobpXAF.js';
15
+ export { D as DEBUG_INJECTION_FUNCTIONS, i as inject } from '../../../shared-chunks/injected_property-Y-FadDej.js';
16
+ export { m as markObjectAsDirty, o as objectAt, t as tagForObject, a as tagForProperty } from '../../../shared-chunks/chain-tags-B2J7DsxO.js';
17
+ export { T as TrackedDescriptor, t as tracked } from '../../../shared-chunks/tracked-B9380JtC.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';
19
+ export { e as createCache, g as getValue, i as isConst } from '../../../shared-chunks/cache-CofLhaS4.js';
20
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';
21
21
 
22
22
  /**
@@ -1,8 +1,8 @@
1
- import '../../../shared-chunks/property_get-CAFdpRyu.js';
1
+ import '../../../shared-chunks/property_get-DAKgbeJX.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.es-DR7yS7qg.js';
5
+ import '../../../shared-chunks/unrecognized-url-error-EgNrnFu_.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.es-DR7yS7qg.js';
@@ -1,4 +1,4 @@
1
- import { c as configure, o as on, R as RSVP } from '../../../../../shared-chunks/rsvp-CnCSY930.js';
1
+ import { c as configure, o as on, R as RSVP } from '../../../../../shared-chunks/rsvp.es-DR7yS7qg.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-DAKgbeJX.js';
4
+ import { s as set } from '../../../../../shared-chunks/property_set-BaQJdVfS.js';
5
+ import { d as defineProperty, c as computed } from '../../../../../shared-chunks/computed-DtIStxvq.js';
6
+ import { t as tagForObject, a as tagForProperty } from '../../../../../shared-chunks/chain-tags-B2J7DsxO.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-CCoFtYLS.js';
10
+ import { U as UPDATE_TAG, d as combine } from '../../../../../shared-chunks/cache-CofLhaS4.js';
11
+ import { a as tagMetaFor, t as tagFor } from '../../../../../shared-chunks/meta-BJtIZDir.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-DAKgbeJX.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-DAKgbeJX.js';
3
+ import { c as computed } from '../../../../../shared-chunks/computed-DtIStxvq.js';
4
4
  import Mixin from '../../../../object/mixin.js';
5
5
 
6
6
  /**
@@ -10,7 +10,7 @@ import Mixin from '../../../../object/mixin.js';
10
10
 
11
11
  /**
12
12
  `TargetActionSupport` is a mixin that can be included in a class
13
- to add a `triggerAction` method with semantics similar to the Handlebars
13
+ to add a `triggerAction` method with semantics similar to the
14
14
  `{{action}}` helper. In normal Ember usage, the `{{action}}` helper is
15
15
  usually the best choice. This mixin is most often useful when you are
16
16
  doing more complex event handling in Components.
@@ -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-DAKgbeJX.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-DAKgbeJX.js';
2
+ import { s as set } from '../../../../../shared-chunks/property_set-BaQJdVfS.js';
3
3
  import EmberObject from '../../../../object/index.js';
4
4
  import { getElementView } from './utils.js';
5
5
 
@@ -1,4 +1,4 @@
1
- import { i as inject } from '../../../../../shared-chunks/injected_property--eJunJph.js';
1
+ import { i as inject } from '../../../../../shared-chunks/injected_property-Y-FadDej.js';
2
2
  import ActionHandler from '../../../runtime/lib/mixins/action_handler.js';
3
3
  import Evented from '../../../../object/evented.js';
4
4
  import { FrameworkObject } from '../../../../object/-internals.js';
@@ -5,7 +5,7 @@ import '../../shared-chunks/env-DXxsTFkM.js';
5
5
  import { h as hasDOM } from '../../shared-chunks/has-dom-DdQORPzI.js';
6
6
  import { assert } from '../debug/lib/assert.js';
7
7
  import { schedule, once, join, run } from '../runloop/index.js';
8
- import '../../shared-chunks/libraries-_k-4KK5_.js';
8
+ import '../../shared-chunks/libraries-DBql0hdn.js';
9
9
  import '../-internals/runtime/lib/ext/rsvp.js';
10
10
  import EventDispatcher from '../-internals/views/lib/system/event_dispatcher.js';
11
11
  import Route from '../routing/route.js';
@@ -13,18 +13,17 @@ import EmberRouter from '../routing/router.js';
13
13
  import HashLocation from '../routing/hash-location.js';
14
14
  import HistoryLocation from '../routing/history-location.js';
15
15
  import NoneLocation from '../routing/none-location.js';
16
- import '../../shared-chunks/property_get-CAFdpRyu.js';
16
+ import '../../shared-chunks/property_get-DAKgbeJX.js';
17
17
  import '../engine/instance.js';
18
18
  import '../../route-recognizer/index.js';
19
- import { R as RSVP } from '../../shared-chunks/rsvp-CnCSY930.js';
20
- import '../../shared-chunks/unrecognized-url-error-DDBwfzdm.js';
19
+ import { R as RSVP } from '../../shared-chunks/rsvp.es-DR7yS7qg.js';
20
+ import '../../shared-chunks/unrecognized-url-error-EgNrnFu_.js';
21
21
  import '../routing/lib/routing-service.js';
22
- import '../controller/index.js';
23
22
  import BucketCache from '../routing/lib/cache.js';
24
23
  import ApplicationInstance from './instance.js';
25
24
  import Engine, { buildInitializerMethod } from '../engine/index.js';
26
25
  import { privatize } from '../-internals/container/index.js';
27
- import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-C2KfZJWI.js';
26
+ import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-U-6VaNQG.js';
28
27
  import RouterService from '../routing/router-service.js';
29
28
 
30
29
  /**
@@ -1,8 +1,8 @@
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-DAKgbeJX.js';
2
+ import { s as set } from '../../shared-chunks/property_set-BaQJdVfS.js';
3
3
  import { e as environment } from '../../shared-chunks/index-Cc8WmrB-.js';
4
4
  import EngineInstance from '../engine/instance.js';
5
- import { r as renderSettled } from '../../shared-chunks/index-qDFz6Mfe.js';
5
+ import { a as renderSettled } from '../../shared-chunks/index-CslMfEpb.js';
6
6
  import '../routing/router.js';
7
7
  import '../object/index.js';
8
8
  import '../../shared-chunks/guid-Cbq2sNV_.js';
@@ -1,5 +1,5 @@
1
1
  import { N as NAMESPACES, a as NAMESPACES_BY_ID, p as processAllNamespaces, f as findNamespace, b as addNamespace, c as findNamespaces, d as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-BfvzEQzN.js';
2
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
2
+ import { g as get } from '../../shared-chunks/property_get-DAKgbeJX.js';
3
3
  import { g as getName, s as setName } from '../../shared-chunks/name-Clp4Vsod.js';
4
4
  import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
5
5
  import EmberObject from '../object/index.js';
@@ -1,21 +1,20 @@
1
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
2
- import { o as objectAt } from '../../shared-chunks/chain-tags-C9rFtQ_x.js';
3
- import { e as replaceInNativeArray, r as replace } from '../../shared-chunks/array-D6Couewv.js';
4
- import { b as beginPropertyChanges, a as endPropertyChanges, c as computed } from '../../shared-chunks/computed-DjCIU_ht.js';
5
- import { s as set } from '../../shared-chunks/property_set-BunbMFtp.js';
1
+ import { o as objectAt } from '../../shared-chunks/chain-tags-B2J7DsxO.js';
2
+ import { e as replaceInNativeArray, r as replace } from '../../shared-chunks/array-BzReKMeW.js';
3
+ import { b as beginPropertyChanges, a as endPropertyChanges, c as computed } from '../../shared-chunks/computed-DtIStxvq.js';
4
+ import { g as get } from '../../shared-chunks/property_get-DAKgbeJX.js';
5
+ import { s as set } from '../../shared-chunks/property_set-BaQJdVfS.js';
6
6
  import Mixin from '../object/mixin.js';
7
7
  import Enumerable from '../enumerable/index.js';
8
8
  import MutableEnumerable from '../enumerable/mutable.js';
9
9
  import compare from '../utils/lib/compare.js';
10
- import typeOf from '../utils/lib/type-of.js';
11
10
  import Observable from '../object/observable.js';
12
11
  import { setEmberArray, isEmberArray } from './-internals.js';
12
+ export { default as isArray } from './lib/is-array.js';
13
13
  export { default as makeArray } from './lib/make-array.js';
14
14
 
15
15
  /**
16
16
  @module @ember/array
17
17
  */
18
-
19
18
  const EMPTY_ARRAY = Object.freeze([]);
20
19
  const identityFunction = item => item;
21
20
  function uniqBy(array, keyOrFunc = identityFunction) {
@@ -80,56 +79,6 @@ function insertAt(array, index, item) {
80
79
  return item;
81
80
  }
82
81
 
83
- /**
84
- Returns true if the passed object is an array or Array-like.
85
-
86
- Objects are considered Array-like if any of the following are true:
87
-
88
- - the object is a native Array
89
- - the object has an objectAt property
90
- - the object is an Object, and has a length property
91
-
92
- Unlike `typeOf` this method returns true even if the passed object is
93
- not formally an array but appears to be array-like (i.e. implements `Array`)
94
-
95
- ```javascript
96
- import { isArray } from '@ember/array';
97
- import ArrayProxy from '@ember/array/proxy';
98
-
99
- isArray(); // false
100
- isArray([]); // true
101
- isArray(ArrayProxy.create({ content: [] })); // true
102
- ```
103
-
104
- @method isArray
105
- @static
106
- @for @ember/array
107
- @param {Object} obj The object to test
108
- @return {Boolean} true if the passed object is an array or Array-like
109
- @public
110
- */
111
- function isArray(obj) {
112
-
113
- // SAFETY: Property read checks are safe if it's an object
114
- if (!obj || obj.setInterval) {
115
- return false;
116
- }
117
- if (Array.isArray(obj) || EmberArray.detect(obj)) {
118
- return true;
119
- }
120
- let type = typeOf(obj);
121
- if ('array' === type) {
122
- return true;
123
- }
124
-
125
- // SAFETY: Property read checks are safe if it's an object
126
- let length = obj.length;
127
- if (typeof length === 'number' && length === length && 'object' === type) {
128
- return true;
129
- }
130
- return false;
131
- }
132
-
133
82
  /*
134
83
  This allows us to define computed properties that are not enumerable.
135
84
  */
@@ -494,6 +443,10 @@ const MutableArray = Mixin.create(EmberArray, MutableEnumerable, {
494
443
  /**
495
444
  Creates an `NativeArray` from an Array-like object.
496
445
  Does not modify the original object's contents.
446
+
447
+ This exists primarily for historic reasons and should not be used
448
+ in new code. Prefer native [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)
449
+ or [trackedArray](/ember/release/functions/@ember%2Freactive%2Fcollections/trackedArray).
497
450
 
498
451
  Example
499
452
 
@@ -583,4 +536,4 @@ A = function (arr) {
583
536
  }
584
537
  };
585
538
 
586
- export { A, MutableArray, NativeArray, EmberArray as default, isArray, removeAt, uniqBy };
539
+ export { A, MutableArray, NativeArray, EmberArray as default, removeAt, uniqBy };
@@ -0,0 +1,64 @@
1
+ import '../../../shared-chunks/property_get-DAKgbeJX.js';
2
+ import typeOf from '../../utils/lib/type-of.js';
3
+ import { isEmberArray } from '../-internals.js';
4
+
5
+ /**
6
+ @module @ember/array
7
+ */
8
+
9
+ /**
10
+ Returns true if the passed object is an array or Array-like.
11
+
12
+ Objects are considered Array-like if any of the following are true:
13
+
14
+ - the object is a native Array
15
+ - the object has an objectAt property
16
+ - the object is an Object, and has a length property
17
+
18
+ Unlike `typeOf` this method returns true even if the passed object is
19
+ not formally an array but appears to be array-like (i.e. implements `Array`)
20
+
21
+ ```javascript
22
+ import { isArray } from '@ember/array';
23
+ import ArrayProxy from '@ember/array/proxy';
24
+
25
+ isArray(); // false
26
+ isArray([]); // true
27
+ isArray(ArrayProxy.create({ content: [] })); // true
28
+ ```
29
+
30
+ @method isArray
31
+ @static
32
+ @for @ember/array
33
+ @param {Object} obj The object to test
34
+ @return {Boolean} true if the passed object is an array or Array-like
35
+ @public
36
+ */
37
+ function isArray(obj) {
38
+
39
+ // SAFETY: Property read checks are safe if it's an object
40
+ if (!obj || obj.setInterval) {
41
+ return false;
42
+ }
43
+
44
+ // EmberArray's `init` brands every instance via `setEmberArray`; the only
45
+ // unbranded EmberArray objects are native arrays upgraded by `A()`, which
46
+ // `Array.isArray` catches. So this matches `EmberArray.detect` without
47
+ // pulling in the mixin's module.
48
+ if (Array.isArray(obj) || isEmberArray(obj)) {
49
+ return true;
50
+ }
51
+ let type = typeOf(obj);
52
+ if ('array' === type) {
53
+ return true;
54
+ }
55
+
56
+ // SAFETY: Property read checks are safe if it's an object
57
+ let length = obj.length;
58
+ if (typeof length === 'number' && length === length && 'object' === type) {
59
+ return true;
60
+ }
61
+ return false;
62
+ }
63
+
64
+ export { isArray as default };
@@ -1,14 +1,14 @@
1
- import { o as objectAt, a as tagForProperty } from '../../shared-chunks/chain-tags-C9rFtQ_x.js';
2
- import { a as alias } from '../../shared-chunks/alias-DBW_V5vD.js';
3
- import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-DjCIU_ht.js';
4
- import { r as replace, a as arrayContentWillChange, b as arrayContentDidChange, c as addArrayObserver, d as removeArrayObserver } from '../../shared-chunks/array-D6Couewv.js';
5
- import { g as get } from '../../shared-chunks/property_get-CAFdpRyu.js';
1
+ import { o as objectAt, a as tagForProperty } from '../../shared-chunks/chain-tags-B2J7DsxO.js';
2
+ import { a as alias } from '../../shared-chunks/alias-Bod6qdNp.js';
3
+ import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-DtIStxvq.js';
4
+ import { r as replace, a as arrayContentWillChange, b as arrayContentDidChange, c as addArrayObserver, d as removeArrayObserver } from '../../shared-chunks/array-BzReKMeW.js';
5
+ import { g as get } from '../../shared-chunks/property_get-DAKgbeJX.js';
6
6
  import { i as isObject } from '../../shared-chunks/spec-BXl1reqK.js';
7
7
  import EmberObject from '../object/index.js';
8
8
  import { MutableArray } from './index.js';
9
- import { s as setCustomTagFor } from '../../shared-chunks/args-proxy-BDXbXCF9.js';
10
- import { a as consumeTag, v as validateTag, d as valueForTag, e as combine } from '../../shared-chunks/cache-BIlOoPA7.js';
11
- import { t as tagFor } from '../../shared-chunks/meta-B9mldqPL.js';
9
+ import { s as setCustomTagFor } from '../../shared-chunks/args-proxy-CCoFtYLS.js';
10
+ import { c as consumeTag, v as validateTag, a as valueForTag, d as combine } from '../../shared-chunks/cache-CofLhaS4.js';
11
+ import { t as tagFor } from '../../shared-chunks/meta-BJtIZDir.js';
12
12
 
13
13
  /**
14
14
  @module @ember/array/proxy
@@ -1 +1 @@
1
- export { H as default, h as helper } from '../../shared-chunks/helper-DLjV2ZZW.js';
1
+ export { H as default, h as helper } from '../../shared-chunks/helper-DkXiTBjc.js';