ember-source 7.2.0-alpha.4 → 7.3.0-alpha.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 (347) hide show
  1. package/blueprints/-addon-import.js +4 -6
  2. package/blueprints/-utils.js +6 -9
  3. package/build-metadata.json +3 -3
  4. package/dist/dev/packages/@ember/-internals/browser-environment/index.js +1 -1
  5. package/dist/dev/packages/@ember/-internals/deprecations/index.js +10 -0
  6. package/dist/dev/packages/@ember/-internals/glimmer/index.js +11 -11
  7. package/dist/dev/packages/@ember/-internals/metal/index.js +18 -18
  8. package/dist/dev/packages/@ember/-internals/routing/index.js +3 -3
  9. package/dist/dev/packages/@ember/-internals/runtime/index.js +1 -1
  10. package/dist/dev/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  11. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +8 -8
  12. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  13. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/comparable.js +5 -0
  14. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +3 -3
  15. package/dist/dev/packages/@ember/-internals/utils/index.js +2 -2
  16. package/dist/dev/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  17. package/dist/dev/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  18. package/dist/dev/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  19. package/dist/dev/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  20. package/dist/dev/packages/@ember/application/index.js +6 -7
  21. package/dist/dev/packages/@ember/application/instance.js +24 -4
  22. package/dist/dev/packages/@ember/application/namespace.js +3 -3
  23. package/dist/dev/packages/@ember/array/index.js +10 -64
  24. package/dist/dev/packages/@ember/array/lib/is-array.js +71 -0
  25. package/dist/dev/packages/@ember/array/proxy.js +8 -8
  26. package/dist/dev/packages/@ember/component/helper.js +321 -1
  27. package/dist/dev/packages/@ember/component/index.js +21 -15
  28. package/dist/dev/packages/@ember/component/template-only.js +1 -1
  29. package/dist/dev/packages/@ember/controller/index.js +3 -3
  30. package/dist/dev/packages/@ember/debug/data-adapter.js +3 -3
  31. package/dist/dev/packages/@ember/debug/index.js +1 -1
  32. package/dist/dev/packages/@ember/engine/index.js +5 -5
  33. package/dist/dev/packages/@ember/engine/instance.js +2 -2
  34. package/dist/dev/packages/@ember/helper/index.js +8 -27
  35. package/dist/dev/packages/@ember/modifier/index.js +2 -2
  36. package/dist/dev/packages/@ember/modifier/on.js +1 -1
  37. package/dist/dev/packages/@ember/object/-internals.js +2 -2
  38. package/dist/dev/packages/@ember/object/compat.js +3 -3
  39. package/dist/dev/packages/@ember/object/computed.js +2 -2
  40. package/dist/dev/packages/@ember/object/core.js +7 -7
  41. package/dist/dev/packages/@ember/object/evented.js +2 -2
  42. package/dist/dev/packages/@ember/object/events.js +1 -1
  43. package/dist/dev/packages/@ember/object/index.js +30 -25
  44. package/dist/dev/packages/@ember/object/internals.js +1 -1
  45. package/dist/dev/packages/@ember/object/lib/computed/computed_macros.js +5 -5
  46. package/dist/dev/packages/@ember/object/lib/computed/reduce_computed_macros.js +3 -3
  47. package/dist/dev/packages/@ember/object/mixin.js +6 -6
  48. package/dist/dev/packages/@ember/object/observable.js +7 -7
  49. package/dist/dev/packages/@ember/object/observers.js +1 -1
  50. package/dist/dev/packages/@ember/object/promise-proxy-mixin.js +3 -3
  51. package/dist/dev/packages/@ember/reactive/collections.js +153 -153
  52. package/dist/dev/packages/@ember/renderer/index.js +1 -1
  53. package/dist/dev/packages/@ember/routing/-internals.js +3 -3
  54. package/dist/dev/packages/@ember/routing/index.js +12 -8
  55. package/dist/dev/packages/@ember/routing/lib/generate_controller.js +2 -3
  56. package/dist/dev/packages/@ember/routing/lib/routing-service.js +5 -6
  57. package/dist/dev/packages/@ember/routing/lib/utils.js +3 -3
  58. package/dist/dev/packages/@ember/routing/route.js +12 -12
  59. package/dist/dev/packages/@ember/routing/router-service.js +25 -19
  60. package/dist/dev/packages/@ember/routing/router.js +5 -5
  61. package/dist/dev/packages/@ember/runloop/index.js +1 -1
  62. package/dist/dev/packages/@ember/service/index.js +1 -1
  63. package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  64. package/dist/dev/packages/@ember/template-compiler/lib/template.js +2 -2
  65. package/dist/dev/packages/@ember/template-factory/index.js +1 -1
  66. package/dist/dev/packages/@ember/utils/lib/compare.js +5 -2
  67. package/dist/dev/packages/@ember/utils/lib/is_empty.js +1 -1
  68. package/dist/dev/packages/@glimmer/encoder/index.js +1 -1
  69. package/dist/dev/packages/@glimmer/manager/index.js +4 -4
  70. package/dist/dev/packages/@glimmer/node/index.js +3 -3
  71. package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
  72. package/dist/dev/packages/@glimmer/program/index.js +10 -10
  73. package/dist/dev/packages/@glimmer/reference/index.js +5 -5
  74. package/dist/dev/packages/@glimmer/runtime/index.js +13 -13
  75. package/dist/dev/packages/@glimmer/tracking/index.js +2 -2
  76. package/dist/dev/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  77. package/dist/dev/packages/@glimmer/util/index.js +4 -4
  78. package/dist/dev/packages/@glimmer/validator/index.js +3 -3
  79. package/dist/dev/packages/@glimmer/vm/index.js +2 -2
  80. package/dist/dev/packages/ember/version.js +1 -1
  81. package/dist/dev/packages/ember-template-compiler/index.js +4 -4
  82. package/dist/dev/packages/router_js/index.js +3 -3
  83. package/dist/dev/packages/rsvp/index.js +2281 -1
  84. package/dist/dev/packages/shared-chunks/{alias-RGbDZoAB.js → alias-DpqL1qx6.js} +7 -7
  85. package/dist/dev/packages/shared-chunks/{api-BT9M3UaD.js → api-BlZDPg1n.js} +6 -6
  86. package/dist/dev/packages/shared-chunks/{element-builder-Cl1kHFJE.js → api-C0PAtEgQ.js} +139 -120
  87. package/dist/dev/packages/shared-chunks/{api-DG5kRT-o.js → api-DuLOZMO_.js} +3 -3
  88. package/dist/dev/packages/shared-chunks/{args-proxy-CB0SM6jC.js → args-proxy-CS5Brs3_.js} +2 -2
  89. package/dist/dev/packages/shared-chunks/{untouchable-this-BHdAERUu.js → arguments-CDkbOqTS.js} +236 -236
  90. package/dist/dev/packages/shared-chunks/{array-BMaSKezP.js → array-CVEnNWng.js} +3 -3
  91. package/dist/dev/packages/shared-chunks/{array-utils-BEaSKdEb.js → array-utils-CZQxrdD3.js} +1 -1
  92. package/dist/dev/packages/shared-chunks/{cache-CeWOBNQg.js → cache-DGDPVCpC.js} +2 -3
  93. package/dist/dev/packages/shared-chunks/{capabilities-CZkuOqqC.js → capabilities-CajW4QjE.js} +1 -1
  94. package/dist/dev/packages/shared-chunks/{chain-tags-DfmU63mS.js → chain-tags-uWSImHzB.js} +4 -4
  95. package/dist/dev/packages/shared-chunks/{collections-DEt-i-8B.js → collections-DPkjqeA3.js} +2 -2
  96. package/dist/dev/packages/shared-chunks/{compiler-DhH2WLpA.js → compiler-QUSl_urU.js} +3 -3
  97. package/dist/dev/packages/shared-chunks/{computed-Daavz6vC.js → computed-BPCtuOxQ.js} +6 -6
  98. package/dist/dev/packages/shared-chunks/{curly-YoYS2vXw.js → curly-DGUCLOud.js} +10 -11
  99. package/dist/dev/packages/shared-chunks/curly-brand-B_F79Dep.js +12 -0
  100. package/dist/dev/packages/shared-chunks/{curried-Cnjy9_ug.js → curried-BZnYakIg.js} +1 -1
  101. package/dist/dev/packages/shared-chunks/{decorator-DYQwMItS.js → decorator-B5Uh5NFI.js} +1 -1
  102. package/dist/dev/packages/shared-chunks/{element-bBwMD8cw.js → element-BYLB-q7a.js} +5 -3
  103. package/dist/dev/packages/shared-chunks/{events-B1lx9T1I.js → events-6aFVjD4k.js} +1 -1
  104. package/dist/{prod/packages/shared-chunks/flags-B9qxc-pB.js → dev/packages/shared-chunks/flags-BZxHQ0yn.js} +1 -1
  105. package/dist/dev/packages/shared-chunks/{get-CO3EIWsm.js → get-6I3sjd-I.js} +33 -36
  106. package/dist/{prod/packages/shared-chunks/get_properties-wj_Qmotj.js → dev/packages/shared-chunks/get_properties-Cm2sWt5f.js} +1 -1
  107. package/dist/dev/packages/shared-chunks/{guid-PO2v9BaN.js → guid-Cbq2sNV_.js} +1 -1
  108. package/dist/dev/packages/shared-chunks/{hash-2-93qikL.js → hash-6NDs_5_f.js} +18 -12
  109. package/dist/dev/packages/shared-chunks/helper-brand-C9_8vvOf.js +12 -0
  110. package/dist/dev/packages/shared-chunks/{index-DX90CU4L.js → index-BGP1rw3B.js} +1 -1
  111. package/dist/dev/packages/shared-chunks/{index-dyv6rcBf.js → index-CCyXUNBa.js} +655 -1633
  112. package/dist/dev/packages/shared-chunks/{index-DkwVSPP5.js → index-DaFzpTIE.js} +10 -9
  113. package/dist/dev/packages/shared-chunks/{injected_property-B075jH6c.js → injected_property-CbBLr5jt.js} +2 -2
  114. package/dist/dev/packages/shared-chunks/{internal-Bpr6ihB_.js → internal-DTOXyEGM.js} +4 -4
  115. package/dist/dev/packages/shared-chunks/{internal-helper-IC87S6iZ.js → internal-helper-CKrni0b_.js} +1 -1
  116. package/dist/dev/packages/shared-chunks/{invoke-Ds0KEfP_.js → invoke-d9sqa50M.js} +3 -3
  117. package/dist/dev/packages/shared-chunks/{libraries-P8Ins5CB.js → libraries-DwffpMGE.js} +1 -1
  118. package/dist/dev/packages/shared-chunks/{meta-Cjo3zQJq.js → meta-BqC7f9Ia.js} +1 -1
  119. package/dist/{prod/packages/shared-chunks/namespace_search-TFdmjK_a.js → dev/packages/shared-chunks/namespace_search-BfvzEQzN.js} +1 -1
  120. package/dist/dev/packages/shared-chunks/{normalize-CxG_iVLJ.js → normalize-CKySQVU7.js} +2 -2
  121. package/dist/dev/packages/shared-chunks/{or-Bg6rCMF8.js → not-DYh6AY9Z.js} +36 -36
  122. package/dist/dev/packages/shared-chunks/{observers-CejcZw5s.js → observers-DMlX2nCi.js} +5 -5
  123. package/dist/dev/packages/shared-chunks/{on-Ch_lyozr.js → on-DlF0Wy7P.js} +10 -10
  124. package/dist/dev/packages/shared-chunks/outlet-CHFL7tun.js +135 -0
  125. package/dist/dev/packages/shared-chunks/{present-D0EfKzC6.js → present-B1rrjAVM.js} +1 -1
  126. package/dist/{prod/packages/shared-chunks/program-CF651Zuj.js → dev/packages/shared-chunks/program-DlgjqLa6.js} +3 -3
  127. package/dist/dev/packages/shared-chunks/{program-context-BaYVr5GA.js → program-context-Dq8xN2HI.js} +5 -4
  128. package/dist/dev/packages/shared-chunks/{property_get-BjbsrgpU.js → property_get-CRP7MFz_.js} +3 -3
  129. package/dist/dev/packages/shared-chunks/{property_set-LJskl202.js → property_set-qCUylPEK.js} +3 -3
  130. package/dist/dev/packages/shared-chunks/{reference-C-OXd_kp.js → reference-BqOLhKFy.js} +3 -3
  131. package/dist/dev/packages/shared-chunks/{registers-Buvdhhxx.js → registers-C_W2qYHJ.js} +1 -1
  132. package/dist/dev/packages/shared-chunks/{rehydrate-builder-IH4d_JQy.js → rehydrate-builder-C6k1XhET.js} +4 -4
  133. package/dist/dev/packages/shared-chunks/{render-Dz3OWqXy.js → render-87_sKZ_k.js} +94 -94
  134. package/dist/dev/packages/shared-chunks/{rsvp-C6j8G1D1.js → rsvp.es-DR7yS7qg.js} +150 -154
  135. package/dist/dev/packages/shared-chunks/{serialize-builder-DKliZPPG.js → serialize-builder-BlxBjwO-.js} +2 -2
  136. package/dist/dev/packages/shared-chunks/{set_properties-CNds2HCH.js → set_properties-C4TSebH6.js} +2 -2
  137. package/dist/dev/packages/shared-chunks/setup-registry-BHdDJATP.js +951 -0
  138. package/dist/{prod/packages/shared-chunks/simple-cast-BXTrayoV.js → dev/packages/shared-chunks/simple-cast-DCvJLSin.js} +1 -1
  139. package/dist/{prod/packages/shared-chunks/super-D4qkU4uq.js → dev/packages/shared-chunks/super-BBBjgF69.js} +1 -1
  140. package/dist/{prod/packages/shared-chunks/syscall-ops-nrBHMOTp.js → dev/packages/shared-chunks/syscall-ops-CN7STuUn.js} +1 -1
  141. package/dist/dev/packages/shared-chunks/{template-B0Apv9g2.js → template-BRrQR6KS.js} +1 -1
  142. package/dist/dev/packages/shared-chunks/{template-only-BxYzSEnC.js → template-only-Cu639ICT.js} +2 -4
  143. package/dist/dev/packages/shared-chunks/{textarea-DHjEFpZu.js → textarea-C4lYkaHj.js} +12 -8
  144. package/dist/dev/packages/shared-chunks/{tracked-B76E1nGz.js → tracked-DEyf0T_X.js} +5 -5
  145. package/dist/dev/packages/shared-chunks/{tracked-data-CH1USZZy.js → tracked-data-DgqqRdYO.js} +2 -2
  146. package/dist/dev/packages/shared-chunks/{unique-id-Hd96VZlE.js → unique-id-DQOhouG1.js} +2 -2
  147. package/dist/dev/packages/shared-chunks/{unrecognized-url-error-BQdkjTtZ.js → unrecognized-url-error-B8loxkay.js} +3 -3
  148. package/dist/{prod/packages/shared-chunks/vm-ops-5QCUIRx4.js → dev/packages/shared-chunks/vm-ops-ImHv0Wtg.js} +1 -1
  149. package/dist/prod/packages/@ember/-internals/deprecations/index.js +10 -0
  150. package/dist/prod/packages/@ember/-internals/glimmer/index.js +11 -11
  151. package/dist/prod/packages/@ember/-internals/metal/index.js +18 -18
  152. package/dist/prod/packages/@ember/-internals/routing/index.js +3 -3
  153. package/dist/prod/packages/@ember/-internals/runtime/index.js +1 -1
  154. package/dist/prod/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  155. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +8 -8
  156. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  157. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/comparable.js +5 -0
  158. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +3 -3
  159. package/dist/prod/packages/@ember/-internals/utils/index.js +2 -2
  160. package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  161. package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  162. package/dist/prod/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  163. package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  164. package/dist/prod/packages/@ember/application/index.js +5 -6
  165. package/dist/prod/packages/@ember/application/instance.js +19 -4
  166. package/dist/prod/packages/@ember/application/namespace.js +3 -3
  167. package/dist/prod/packages/@ember/array/index.js +11 -58
  168. package/dist/prod/packages/@ember/array/lib/is-array.js +64 -0
  169. package/dist/prod/packages/@ember/array/proxy.js +8 -8
  170. package/dist/prod/packages/@ember/component/helper.js +305 -1
  171. package/dist/prod/packages/@ember/component/index.js +20 -14
  172. package/dist/prod/packages/@ember/component/template-only.js +1 -1
  173. package/dist/prod/packages/@ember/controller/index.js +3 -3
  174. package/dist/prod/packages/@ember/debug/data-adapter.js +3 -3
  175. package/dist/prod/packages/@ember/engine/index.js +5 -5
  176. package/dist/prod/packages/@ember/engine/instance.js +2 -2
  177. package/dist/prod/packages/@ember/helper/index.js +8 -27
  178. package/dist/prod/packages/@ember/modifier/index.js +2 -2
  179. package/dist/prod/packages/@ember/modifier/on.js +1 -1
  180. package/dist/prod/packages/@ember/object/-internals.js +2 -2
  181. package/dist/prod/packages/@ember/object/compat.js +3 -3
  182. package/dist/prod/packages/@ember/object/computed.js +2 -2
  183. package/dist/prod/packages/@ember/object/core.js +7 -7
  184. package/dist/prod/packages/@ember/object/evented.js +2 -2
  185. package/dist/prod/packages/@ember/object/events.js +1 -1
  186. package/dist/prod/packages/@ember/object/index.js +30 -25
  187. package/dist/prod/packages/@ember/object/internals.js +2 -2
  188. package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +4 -4
  189. package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +2 -2
  190. package/dist/prod/packages/@ember/object/mixin.js +6 -6
  191. package/dist/prod/packages/@ember/object/observable.js +7 -7
  192. package/dist/prod/packages/@ember/object/observers.js +1 -1
  193. package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +3 -3
  194. package/dist/prod/packages/@ember/reactive/collections.js +153 -153
  195. package/dist/prod/packages/@ember/renderer/index.js +1 -1
  196. package/dist/prod/packages/@ember/routing/index.js +12 -8
  197. package/dist/prod/packages/@ember/routing/lib/generate_controller.js +1 -2
  198. package/dist/prod/packages/@ember/routing/lib/routing-service.js +4 -5
  199. package/dist/prod/packages/@ember/routing/lib/utils.js +3 -3
  200. package/dist/prod/packages/@ember/routing/route.js +12 -12
  201. package/dist/prod/packages/@ember/routing/router-service.js +24 -18
  202. package/dist/prod/packages/@ember/routing/router.js +5 -5
  203. package/dist/prod/packages/@ember/runloop/index.js +1 -1
  204. package/dist/prod/packages/@ember/service/index.js +1 -1
  205. package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  206. package/dist/prod/packages/@ember/template-compiler/lib/template.js +2 -2
  207. package/dist/prod/packages/@ember/template-factory/index.js +1 -1
  208. package/dist/prod/packages/@ember/utils/lib/compare.js +5 -2
  209. package/dist/prod/packages/@ember/utils/lib/is_empty.js +1 -1
  210. package/dist/prod/packages/@glimmer/encoder/index.js +1 -1
  211. package/dist/prod/packages/@glimmer/manager/index.js +4 -4
  212. package/dist/prod/packages/@glimmer/node/index.js +3 -3
  213. package/dist/prod/packages/@glimmer/opcode-compiler/index.js +2 -2
  214. package/dist/prod/packages/@glimmer/program/index.js +10 -10
  215. package/dist/prod/packages/@glimmer/reference/index.js +5 -5
  216. package/dist/prod/packages/@glimmer/runtime/index.js +13 -13
  217. package/dist/prod/packages/@glimmer/tracking/index.js +2 -2
  218. package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  219. package/dist/prod/packages/@glimmer/util/index.js +4 -4
  220. package/dist/prod/packages/@glimmer/validator/index.js +3 -3
  221. package/dist/prod/packages/@glimmer/vm/index.js +2 -2
  222. package/dist/prod/packages/ember/version.js +1 -1
  223. package/dist/prod/packages/ember-template-compiler/index.js +4 -4
  224. package/dist/prod/packages/router_js/index.js +3 -3
  225. package/dist/prod/packages/rsvp/index.js +2281 -1
  226. package/dist/prod/packages/shared-chunks/{alias-DsIh-16z.js → alias-Bod6qdNp.js} +7 -7
  227. package/dist/prod/packages/shared-chunks/{api-CGZbGcvX.js → api-B_poQGXS.js} +6 -6
  228. package/dist/prod/packages/shared-chunks/{element-builder-CZePCkbA.js → api-CQexacBn.js} +139 -120
  229. package/dist/prod/packages/shared-chunks/{api-DOLN_cR2.js → api-DlJKfm_f.js} +3 -3
  230. package/dist/prod/packages/shared-chunks/{args-proxy-CaXVcI8G.js → args-proxy-CCoFtYLS.js} +2 -2
  231. package/dist/prod/packages/shared-chunks/{debug-render-tree-CYENUjgX.js → arguments-BzAkZVBa.js} +198 -198
  232. package/dist/prod/packages/shared-chunks/{array-DYFI95FA.js → array-BzReKMeW.js} +3 -3
  233. package/dist/prod/packages/shared-chunks/{array-utils-BEaSKdEb.js → array-utils-CZQxrdD3.js} +1 -1
  234. package/dist/prod/packages/shared-chunks/{cache-CG6_L9db.js → cache-CofLhaS4.js} +1 -2
  235. package/dist/prod/packages/shared-chunks/{capabilities-_5e35539.js → capabilities-BuVYh-vx.js} +1 -1
  236. package/dist/prod/packages/shared-chunks/{chain-tags-BP0V2LnZ.js → chain-tags-B2J7DsxO.js} +4 -4
  237. package/dist/prod/packages/shared-chunks/{collections-By4M3cTy.js → collections-GpG8lT2g.js} +10 -10
  238. package/dist/prod/packages/shared-chunks/{compiler-DQmEjFyx.js → compiler-lBSssiWp.js} +2 -2
  239. package/dist/prod/packages/shared-chunks/{computed-D6MVTTDd.js → computed-DtIStxvq.js} +6 -6
  240. package/dist/prod/packages/shared-chunks/{curly-DCYSwLtz.js → curly-a6DP7r87.js} +10 -11
  241. package/dist/prod/packages/shared-chunks/curly-brand-B_F79Dep.js +12 -0
  242. package/dist/prod/packages/shared-chunks/{curried-Cnjy9_ug.js → curried-BZnYakIg.js} +1 -1
  243. package/dist/prod/packages/shared-chunks/{decorator-B8Lpq40g.js → decorator-9ikVwsjY.js} +1 -1
  244. package/dist/prod/packages/shared-chunks/{element-CT5H5uxF.js → element-DgHdPZ8u.js} +5 -3
  245. package/dist/prod/packages/shared-chunks/{events-C7aYCy0N.js → events-DYrYz3V8.js} +1 -1
  246. package/dist/{dev/packages/shared-chunks/flags-B9qxc-pB.js → prod/packages/shared-chunks/flags-BZxHQ0yn.js} +1 -1
  247. package/dist/prod/packages/shared-chunks/{get-tlL23wmp.js → get-Dago5uGl.js} +33 -36
  248. package/dist/{dev/packages/shared-chunks/get_properties-B203vZpz.js → prod/packages/shared-chunks/get_properties-Dg3xFpiS.js} +1 -1
  249. package/dist/prod/packages/shared-chunks/{guid-PO2v9BaN.js → guid-Cbq2sNV_.js} +1 -1
  250. package/dist/prod/packages/shared-chunks/{hash-C6IoC4eR.js → hash-gEXIsSO4.js} +24 -18
  251. package/dist/prod/packages/shared-chunks/helper-brand-C9_8vvOf.js +12 -0
  252. package/dist/prod/packages/shared-chunks/{index-D-rcNBLp.js → index-Bf53M8eS.js} +9 -8
  253. package/dist/prod/packages/shared-chunks/{index-DabsnYit.js → index-npr2B-vu.js} +541 -1465
  254. package/dist/prod/packages/shared-chunks/{injected_property-COGiYHKc.js → injected_property-Y-FadDej.js} +2 -2
  255. package/dist/prod/packages/shared-chunks/{internal-BEJC2IJ-.js → internal-BQ7zHrqS.js} +4 -4
  256. package/dist/prod/packages/shared-chunks/{internal-helper-CoxiRnnb.js → internal-helper-Bz1lpDXr.js} +1 -1
  257. package/dist/prod/packages/shared-chunks/{invoke-D_jsLbsj.js → invoke-DhQ5QRp2.js} +3 -3
  258. package/dist/prod/packages/shared-chunks/{libraries-Bs3H8iwC.js → libraries-DBql0hdn.js} +2 -2
  259. package/dist/prod/packages/shared-chunks/{meta-Ce6-qROq.js → meta-BJtIZDir.js} +1 -1
  260. package/dist/{dev/packages/shared-chunks/namespace_search-TFdmjK_a.js → prod/packages/shared-chunks/namespace_search-BfvzEQzN.js} +1 -1
  261. package/dist/prod/packages/shared-chunks/{normalize-Bx4H3NjB.js → normalize-C_IStty9.js} +2 -2
  262. package/dist/prod/packages/shared-chunks/{or-sYlRiUn_.js → not-BOIVROuv.js} +28 -28
  263. package/dist/prod/packages/shared-chunks/{observers-Ci31SE36.js → observers-BmobpXAF.js} +5 -5
  264. package/dist/prod/packages/shared-chunks/{on-Dgmychhk.js → on-BZHAxzdq.js} +10 -10
  265. package/dist/prod/packages/shared-chunks/outlet--lIm3q7t.js +132 -0
  266. package/dist/{dev/packages/shared-chunks/program-CPXeXWVB.js → prod/packages/shared-chunks/program-BAh__OXZ.js} +3 -3
  267. package/dist/prod/packages/shared-chunks/{program-context-DmI53TzJ.js → program-context-COSioH46.js} +5 -4
  268. package/dist/prod/packages/shared-chunks/{property_get-Sw0SicEZ.js → property_get-DAKgbeJX.js} +2 -2
  269. package/dist/prod/packages/shared-chunks/{property_set-SHEIPMUG.js → property_set-BaQJdVfS.js} +3 -3
  270. package/dist/prod/packages/shared-chunks/{reference-D2agTt1V.js → reference-CG0yPgLy.js} +3 -3
  271. package/dist/prod/packages/shared-chunks/{registers-Buvdhhxx.js → registers-C_W2qYHJ.js} +1 -1
  272. package/dist/prod/packages/shared-chunks/{rehydrate-builder-B7MtrWip.js → rehydrate-builder-Blt1x9MP.js} +4 -4
  273. package/dist/prod/packages/shared-chunks/{render-B790-vbk.js → render-Dx7lr1hR.js} +94 -94
  274. package/dist/prod/packages/shared-chunks/{rsvp-C6j8G1D1.js → rsvp.es-DR7yS7qg.js} +150 -154
  275. package/dist/prod/packages/shared-chunks/{serialize-builder-kEyOKbzp.js → serialize-builder-BvAXYHTr.js} +2 -2
  276. package/dist/prod/packages/shared-chunks/{set_properties-CcLLHg1w.js → set_properties-Qxhw4qzw.js} +2 -2
  277. package/dist/prod/packages/shared-chunks/setup-registry-Dfu8EyLU.js +886 -0
  278. package/dist/{dev/packages/shared-chunks/simple-cast-BXTrayoV.js → prod/packages/shared-chunks/simple-cast-DCvJLSin.js} +1 -1
  279. package/dist/{dev/packages/shared-chunks/super-D4qkU4uq.js → prod/packages/shared-chunks/super-BBBjgF69.js} +1 -1
  280. package/dist/{dev/packages/shared-chunks/syscall-ops-nrBHMOTp.js → prod/packages/shared-chunks/syscall-ops-CN7STuUn.js} +1 -1
  281. package/dist/prod/packages/shared-chunks/{template-B0Apv9g2.js → template-BRrQR6KS.js} +1 -1
  282. package/dist/prod/packages/shared-chunks/{template-only-CP0NT7ce.js → template-only-DKNcKM5b.js} +2 -4
  283. package/dist/prod/packages/shared-chunks/{textarea-B_JYBuE8.js → textarea-DOmZ1x0E.js} +11 -7
  284. package/dist/prod/packages/shared-chunks/{tracked-CXcapuAm.js → tracked-B9380JtC.js} +5 -5
  285. package/dist/prod/packages/shared-chunks/{tracked-data-DNDzhYXf.js → tracked-data-CHq42QHb.js} +2 -2
  286. package/dist/prod/packages/shared-chunks/{unique-id-Hn8Qp4dS.js → unique-id-o2pS74go.js} +2 -2
  287. package/dist/prod/packages/shared-chunks/{unrecognized-url-error-ClNyMFJt.js → unrecognized-url-error-jjQ-FqKB.js} +3 -3
  288. package/dist/{dev/packages/shared-chunks/vm-ops-5QCUIRx4.js → prod/packages/shared-chunks/vm-ops-ImHv0Wtg.js} +1 -1
  289. package/docs/data.json +616 -569
  290. package/package.json +8 -6
  291. package/types/stable/@ember/-internals/deprecations/index.d.ts +6 -0
  292. package/types/stable/@ember/-internals/glimmer/index.d.ts +165 -121
  293. package/types/stable/@ember/-internals/glimmer/lib/base-renderer.d.ts +150 -0
  294. package/types/stable/@ember/-internals/glimmer/lib/component-managers/curly-brand.d.ts +10 -0
  295. package/types/stable/@ember/-internals/glimmer/lib/component-managers/curly.d.ts +3 -2
  296. package/types/stable/@ember/-internals/glimmer/lib/component-managers/mount.d.ts +1 -1
  297. package/types/stable/@ember/-internals/glimmer/lib/component-managers/outlet.d.ts +1 -1
  298. package/types/stable/@ember/-internals/glimmer/lib/component.d.ts +8 -2
  299. package/types/stable/@ember/-internals/glimmer/lib/glimmer-tracking-docs.d.ts +12 -12
  300. package/types/stable/@ember/-internals/glimmer/lib/helper-brand.d.ts +10 -0
  301. package/types/stable/@ember/-internals/glimmer/lib/helper.d.ts +20 -10
  302. package/types/stable/@ember/-internals/glimmer/lib/helpers/array.d.ts +3 -1
  303. package/types/stable/@ember/-internals/glimmer/lib/helpers/component.d.ts +65 -121
  304. package/types/stable/@ember/-internals/glimmer/lib/helpers/concat.d.ts +8 -4
  305. package/types/stable/@ember/-internals/glimmer/lib/helpers/each-in.d.ts +16 -14
  306. package/types/stable/@ember/-internals/glimmer/lib/helpers/element.d.ts +2 -0
  307. package/types/stable/@ember/-internals/glimmer/lib/helpers/fn.d.ts +11 -7
  308. package/types/stable/@ember/-internals/glimmer/lib/helpers/get.d.ts +23 -29
  309. package/types/stable/@ember/-internals/glimmer/lib/helpers/hash.d.ts +3 -1
  310. package/types/stable/@ember/-internals/glimmer/lib/helpers/if-unless.d.ts +95 -49
  311. package/types/stable/@ember/-internals/glimmer/lib/helpers/mut.d.ts +23 -54
  312. package/types/stable/@ember/-internals/glimmer/lib/helpers/page-title.d.ts +6 -2
  313. package/types/stable/@ember/-internals/glimmer/lib/helpers/readonly.d.ts +4 -8
  314. package/types/stable/@ember/-internals/glimmer/lib/modifiers/on.d.ts +10 -10
  315. package/types/stable/@ember/-internals/glimmer/lib/renderer.d.ts +7 -155
  316. package/types/stable/@ember/-internals/glimmer/lib/router-resolver.d.ts +17 -0
  317. package/types/stable/@ember/-internals/glimmer/lib/syntax/in-element.d.ts +2 -0
  318. package/types/stable/@ember/-internals/glimmer/lib/syntax/let.d.ts +2 -14
  319. package/types/stable/@ember/-internals/glimmer/lib/syntax/mount.d.ts +15 -11
  320. package/types/stable/@ember/-internals/glimmer/lib/syntax/outlet.d.ts +17 -10
  321. package/types/stable/@ember/-internals/runtime/lib/mixins/target_action_support.d.ts +1 -1
  322. package/types/stable/@ember/array/index.d.ts +6 -29
  323. package/types/stable/@ember/array/lib/is-array.d.ts +35 -0
  324. package/types/stable/@ember/component/template-only.d.ts +1 -3
  325. package/types/stable/@ember/controller/index.d.ts +1 -1
  326. package/types/stable/@ember/helper/index.d.ts +0 -19
  327. package/types/stable/@ember/object/index.d.ts +4 -3
  328. package/types/stable/@ember/object/observable.d.ts +4 -0
  329. package/types/stable/@ember/reactive/collections.d.ts +0 -6
  330. package/types/stable/@ember/renderer/index.d.ts +2 -2
  331. package/types/stable/@ember/routing/lib/generate_controller.d.ts +1 -1
  332. package/types/stable/@ember/routing/route.d.ts +2 -2
  333. package/types/stable/@ember/routing/router-service.d.ts +20 -12
  334. package/types/stable/@glimmer/runtime/lib/component/template-only.d.ts +0 -2
  335. package/types/stable/@glimmer/runtime/lib/dom/sanitized-values.d.ts +2 -2
  336. package/types/stable/@glimmer/runtime/lib/helpers/array.d.ts +1 -1
  337. package/types/stable/@glimmer/runtime/lib/helpers/concat.d.ts +8 -3
  338. package/types/stable/@glimmer/runtime/lib/helpers/fn.d.ts +13 -7
  339. package/types/stable/@glimmer/runtime/lib/helpers/get.d.ts +21 -29
  340. package/types/stable/@glimmer/runtime/lib/helpers/hash.d.ts +1 -1
  341. package/types/stable/@glimmer/syntax/lib/get-template-locals.d.ts +1 -1
  342. package/types/stable/@glimmer/tracking/index.d.ts +12 -12
  343. package/types/stable/index.d.ts +590 -585
  344. package/dist/dev/packages/shared-chunks/helper-Bm6EhgSW.js +0 -314
  345. package/dist/dev/packages/shared-chunks/setup-registry-C_YovxNX.js +0 -77
  346. package/dist/prod/packages/shared-chunks/helper-CCK8Ef0x.js +0 -298
  347. package/dist/prod/packages/shared-chunks/setup-registry-D14I0iDX.js +0 -74
@@ -30,4 +30,4 @@ function isSimpleElement(node) {
30
30
  return node?.nodeType === ELEMENT_NODE;
31
31
  }
32
32
 
33
- export { castToSimple as a, castToBrowser as c };
33
+ export { castToBrowser as a, castToSimple as c };
@@ -88,4 +88,4 @@ function _wrap(func, superFunc) {
88
88
  return superWrapper;
89
89
  }
90
90
 
91
- export { ROOT as R, setObservers as a, checkHasSuper as c, observerListenerMetaFor as o, setListeners as s, wrap as w };
91
+ export { ROOT as R, setListeners as a, checkHasSuper as c, observerListenerMetaFor as o, setObservers 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_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 };
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 };
@@ -13,4 +13,4 @@ function unwrapTemplate(template) {
13
13
  return template;
14
14
  }
15
15
 
16
- export { unwrapTemplate as a, unwrapHandle as u };
16
+ export { unwrapHandle as a, unwrapTemplate as u };
@@ -1,5 +1,5 @@
1
- import { s as setInternalComponentManager } from './api-DG5kRT-o.js';
2
- import { N as NULL_REFERENCE } from './reference-C-OXd_kp.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
- import { h as hasDOM } from './index-DX90CU4L.js';
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 { 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';
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 { h as templateFactory } from './index-DkwVSPP5.js';
8
- import { I as InternalComponent, o as opaquify } from './internal-Bpr6ihB_.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-B76E1nGz.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,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-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';
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
+ 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
 
11
11
  /**
@@ -1,5 +1,5 @@
1
- import { d as dirtyTagFor, t as tagFor } from './meta-Cjo3zQJq.js';
2
- import { k as consumeTag } from './cache-CeWOBNQg.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 { d as createConstRef } from './reference-C-OXd_kp.js';
2
- import { i as internalHelper } from './internal-helper-IC87S6iZ.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-C6j8G1D1.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');
@@ -362,7 +362,7 @@ class Transition {
362
362
  @public
363
363
  */
364
364
  finally(callback, label) {
365
- // @ts-expect-error @types/rsvp doesn't have the correct signiture for RSVP.Promise.finally
365
+ // @ts-expect-error @types/rsvp doesn't have the correct signature for RSVP.Promise.finally
366
366
  return this.promise.finally(callback, label);
367
367
  }
368
368
 
@@ -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, 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 };
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 };
@@ -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_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 };
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 };
@@ -100,6 +100,16 @@ const DEPRECATIONS = {
100
100
  },
101
101
  until: '7.0.0',
102
102
  url: 'https://deprecations.emberjs.com/id/importing-inject-from-ember-service'
103
+ }),
104
+ DEPRECATE_COMPARABLE_MIXIN: deprecation({
105
+ for: 'ember-source',
106
+ id: 'deprecate-comparable-mixin',
107
+ since: {
108
+ available: '7.2.0',
109
+ enabled: '7.2.0'
110
+ },
111
+ until: '7.5.0',
112
+ url: 'https://deprecations.emberjs.com/id/deprecate-comparable-mixin'
103
113
  })
104
114
  };
105
115
  function deprecateUntil(message, deprecation) {
@@ -1,18 +1,18 @@
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';
1
+ export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-Bf53M8eS.js';
2
+ export { O as OutletView, R as Renderer, a as RootTemplate, s as setupApplicationRegistry, b as setupEngineRegistry } from '../../../shared-chunks/setup-registry-Dfu8EyLU.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-CCK8Ef0x.js';
6
+ export { default as Helper, helper } from '../../component/helper.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, 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';
8
+ export { D as DOMChanges } from '../../../shared-chunks/render-Dx7lr1hR.js';
9
+ export { D as DOMTreeConstruction } from '../../../shared-chunks/api-CQexacBn.js';
10
+ export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-Blt1x9MP.js';
12
11
  export { NodeDOMTreeConstruction } from '../../../@glimmer/node/index.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';
12
+ export { e as element } from '../../../shared-chunks/element-DgHdPZ8u.js';
13
+ export { u as uniqueId } from '../../../shared-chunks/unique-id-o2pS74go.js';
14
+ export { _ as _resetRenderers, r as renderComponent, a as renderSettled } from '../../../shared-chunks/index-npr2B-vu.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,23 +1,23 @@
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';
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-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';
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
+ 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-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 { 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';
19
+ export { e as createCache, g as getValue, i as isConst } from '../../../shared-chunks/cache-CofLhaS4.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';
21
21
 
22
22
  /**
23
23
  @module ember
@@ -1,8 +1,8 @@
1
- import '../../../shared-chunks/property_get-Sw0SicEZ.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-C6j8G1D1.js';
5
- import '../../../shared-chunks/unrecognized-url-error-ClNyMFJt.js';
4
+ import '../../../shared-chunks/rsvp.es-DR7yS7qg.js';
5
+ import '../../../shared-chunks/unrecognized-url-error-jjQ-FqKB.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-C6j8G1D1.js';
9
+ export { R as RSVP } from '../../../shared-chunks/rsvp.es-DR7yS7qg.js';
@@ -1,4 +1,4 @@
1
- import { g as configure, n as on, R as RSVP } from '../../../../../shared-chunks/rsvp-C6j8G1D1.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-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';
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-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';
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
@@ -46,7 +46,7 @@ function customTagForProxy(proxy, key, addMandatorySetter) {
46
46
  @private
47
47
  */
48
48
 
49
- const ProxyMixin = Mixin.create({
49
+ const ProxyMixin = /*@__PURE__*/Mixin.create({
50
50
  /**
51
51
  The object whose properties will be forwarded.
52
52
  @property content
@@ -1,5 +1,5 @@
1
1
  import Mixin from '../../../../object/mixin.js';
2
- import { g as get } from '../../../../../shared-chunks/property_get-Sw0SicEZ.js';
2
+ import { g as get } from '../../../../../shared-chunks/property_get-DAKgbeJX.js';
3
3
 
4
4
  /**
5
5
  @module ember
@@ -1,4 +1,5 @@
1
1
  import Mixin from '../../../../object/mixin.js';
2
+ import { deprecateUntil, DEPRECATIONS } from '../../../deprecations/index.js';
2
3
 
3
4
  /**
4
5
  @module ember
@@ -31,6 +32,10 @@ const Comparable = Mixin.create({
31
32
  @return {Number} the result of the comparison
32
33
  @private
33
34
  */
35
+ init() {
36
+ this._super(...arguments);
37
+ deprecateUntil('The `Comparable` mixin is deprecated. Implement a `compare` method directly on your class instead.', DEPRECATIONS.DEPRECATE_COMPARABLE_MIXIN);
38
+ },
34
39
  compare: null
35
40
  });
36
41
 
@@ -1,6 +1,6 @@
1
1
  import { context } from '../../../environment/index.js';
2
- import { g as get } from '../../../../../shared-chunks/property_get-Sw0SicEZ.js';
3
- import { d as computed } from '../../../../../shared-chunks/computed-D6MVTTDd.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,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, g as generateGuid, a as guidFor, u as uuid } from '../../../shared-chunks/guid-PO2v9BaN.js';
3
+ export { G as GUID_KEY, a as generateGuid, g as guidFor, u as uuid } from '../../../shared-chunks/guid-Cbq2sNV_.js';
4
4
  export { i as intern } from '../../../shared-chunks/intern-zquhAEIg.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';
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';
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-Sw0SicEZ.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-Sw0SicEZ.js';
2
- import { s as set } from '../../../../../shared-chunks/property_set-SHEIPMUG.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,5 +1,5 @@
1
1
  import { getOwner } from '../../../owner/index.js';
2
- import { a as guidFor } from '../../../../../shared-chunks/guid-PO2v9BaN.js';
2
+ import { g as guidFor } from '../../../../../shared-chunks/guid-Cbq2sNV_.js';
3
3
 
4
4
  /**
5
5
  @module ember
@@ -1,4 +1,4 @@
1
- import { i as inject } from '../../../../../shared-chunks/injected_property-COGiYHKc.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-Bs3H8iwC.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-Sw0SicEZ.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-C6j8G1D1.js';
20
- import '../../shared-chunks/unrecognized-url-error-ClNyMFJt.js';
19
+ import { R as RSVP } from '../../shared-chunks/rsvp.es-DR7yS7qg.js';
20
+ import '../../shared-chunks/unrecognized-url-error-jjQ-FqKB.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-D14I0iDX.js';
26
+ import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-Dfu8EyLU.js';
28
27
  import RouterService from '../routing/router-service.js';
29
28
 
30
29
  /**
@@ -1,11 +1,26 @@
1
- import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
2
- import { s as set } from '../../shared-chunks/property_set-SHEIPMUG.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 { a as renderSettled } from '../../shared-chunks/index-DabsnYit.js';
5
+ import '../-internals/container/index.js';
6
+ import '../../shared-chunks/guid-Cbq2sNV_.js';
7
+ import '../../shared-chunks/reference-CG0yPgLy.js';
8
+ import '../../shared-chunks/arguments-BzAkZVBa.js';
9
+ import '../../shared-chunks/cache-CofLhaS4.js';
10
+ import '../../shared-chunks/render-Dx7lr1hR.js';
11
+ import '../../shared-chunks/curly-a6DP7r87.js';
12
+ import '../../shared-chunks/outlet--lIm3q7t.js';
13
+ import '../../shared-chunks/env-DXxsTFkM.js';
14
+ import '../../shared-chunks/capabilities-BuVYh-vx.js';
15
+ import '../../shared-chunks/hash-gEXIsSO4.js';
16
+ import '../../shared-chunks/get-Dago5uGl.js';
17
+ import '../../shared-chunks/on-BZHAxzdq.js';
18
+ import '../../shared-chunks/template-only-DKNcKM5b.js';
19
+ import { a as renderSettled } from '../../shared-chunks/index-npr2B-vu.js';
20
+ import '../../shared-chunks/unique-id-o2pS74go.js';
21
+ import '../runloop/index.js';
6
22
  import '../routing/router.js';
7
23
  import '../object/index.js';
8
- import '../../shared-chunks/guid-PO2v9BaN.js';
9
24
  import { h as hasDOM } from '../../shared-chunks/has-dom-DdQORPzI.js';
10
25
 
11
26
  /**
@@ -1,7 +1,7 @@
1
- import { N as NAMESPACES, a as NAMESPACES_BY_ID, p as processAllNamespaces, f as findNamespace, b as addNamespace, c as findNamespaces, d as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-TFdmjK_a.js';
2
- import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
1
+ import { N as NAMESPACES, a as NAMESPACES_BY_ID, p as processAllNamespaces, f as findNamespace, b as addNamespace, c as findNamespaces, d as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-BfvzEQzN.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
- import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
4
+ import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
5
5
  import EmberObject from '../object/index.js';
6
6
 
7
7
  /**
@@ -1,21 +1,20 @@
1
- import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
2
- import { o as objectAt } from '../../shared-chunks/chain-tags-BP0V2LnZ.js';
3
- import { e as replaceInNativeArray, d as replace } from '../../shared-chunks/array-DYFI95FA.js';
4
- import { b as beginPropertyChanges, h as endPropertyChanges, d as computed } from '../../shared-chunks/computed-D6MVTTDd.js';
5
- import { s as set } from '../../shared-chunks/property_set-SHEIPMUG.js';
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 };