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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/README.md +0 -1
  2. package/build-metadata.json +3 -3
  3. package/dist/dev/packages/@ember/-internals/browser-environment/index.js +1 -1
  4. package/dist/dev/packages/@ember/-internals/glimmer/index.js +11 -11
  5. package/dist/dev/packages/@ember/-internals/metal/index.js +18 -18
  6. package/dist/dev/packages/@ember/-internals/routing/index.js +3 -3
  7. package/dist/dev/packages/@ember/-internals/runtime/index.js +1 -1
  8. package/dist/dev/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  9. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
  10. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  11. package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +2 -2
  12. package/dist/dev/packages/@ember/-internals/utils/index.js +2 -2
  13. package/dist/dev/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  14. package/dist/dev/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  15. package/dist/dev/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  16. package/dist/dev/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  17. package/dist/dev/packages/@ember/application/index.js +6 -6
  18. package/dist/dev/packages/@ember/application/instance.js +4 -4
  19. package/dist/dev/packages/@ember/application/namespace.js +3 -3
  20. package/dist/dev/packages/@ember/array/index.js +5 -5
  21. package/dist/dev/packages/@ember/array/proxy.js +8 -8
  22. package/dist/dev/packages/@ember/component/helper.js +1 -1
  23. package/dist/dev/packages/@ember/component/index.js +12 -12
  24. package/dist/dev/packages/@ember/component/template-only.js +1 -1
  25. package/dist/dev/packages/@ember/controller/index.js +3 -3
  26. package/dist/dev/packages/@ember/debug/data-adapter.js +3 -3
  27. package/dist/dev/packages/@ember/debug/index.js +1 -1
  28. package/dist/dev/packages/@ember/engine/index.js +5 -5
  29. package/dist/dev/packages/@ember/engine/instance.js +2 -2
  30. package/dist/dev/packages/@ember/helper/index.js +8 -8
  31. package/dist/dev/packages/@ember/modifier/index.js +2 -2
  32. package/dist/dev/packages/@ember/modifier/on.js +1 -1
  33. package/dist/dev/packages/@ember/object/-internals.js +2 -2
  34. package/dist/dev/packages/@ember/object/compat.js +3 -3
  35. package/dist/dev/packages/@ember/object/computed.js +2 -2
  36. package/dist/dev/packages/@ember/object/core.js +7 -7
  37. package/dist/dev/packages/@ember/object/evented.js +2 -2
  38. package/dist/dev/packages/@ember/object/events.js +1 -1
  39. package/dist/dev/packages/@ember/object/index.js +8 -8
  40. package/dist/dev/packages/@ember/object/internals.js +1 -1
  41. package/dist/dev/packages/@ember/object/lib/computed/computed_macros.js +5 -5
  42. package/dist/dev/packages/@ember/object/lib/computed/reduce_computed_macros.js +3 -3
  43. package/dist/dev/packages/@ember/object/mixin.js +6 -6
  44. package/dist/dev/packages/@ember/object/observable.js +7 -7
  45. package/dist/dev/packages/@ember/object/observers.js +1 -1
  46. package/dist/dev/packages/@ember/object/promise-proxy-mixin.js +3 -3
  47. package/dist/dev/packages/@ember/reactive/collections.js +1 -1
  48. package/dist/dev/packages/@ember/renderer/index.js +1 -1
  49. package/dist/dev/packages/@ember/routing/-internals.js +3 -3
  50. package/dist/dev/packages/@ember/routing/index.js +4 -4
  51. package/dist/dev/packages/@ember/routing/lib/generate_controller.js +1 -1
  52. package/dist/dev/packages/@ember/routing/lib/routing-service.js +5 -5
  53. package/dist/dev/packages/@ember/routing/lib/utils.js +3 -3
  54. package/dist/dev/packages/@ember/routing/route.js +10 -10
  55. package/dist/dev/packages/@ember/routing/router-service.js +6 -6
  56. package/dist/dev/packages/@ember/routing/router.js +5 -5
  57. package/dist/dev/packages/@ember/runloop/index.js +1 -1
  58. package/dist/dev/packages/@ember/service/index.js +1 -1
  59. package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  60. package/dist/dev/packages/@ember/template-compiler/lib/template.js +2 -2
  61. package/dist/dev/packages/@ember/template-factory/index.js +1 -1
  62. package/dist/dev/packages/@ember/utils/lib/is_empty.js +1 -1
  63. package/dist/dev/packages/@glimmer/manager/index.js +3 -3
  64. package/dist/dev/packages/@glimmer/node/index.js +3 -3
  65. package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
  66. package/dist/dev/packages/@glimmer/program/index.js +8 -8
  67. package/dist/dev/packages/@glimmer/reference/index.js +5 -5
  68. package/dist/dev/packages/@glimmer/runtime/index.js +13 -13
  69. package/dist/dev/packages/@glimmer/tracking/index.js +2 -2
  70. package/dist/dev/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  71. package/dist/dev/packages/@glimmer/util/index.js +4 -4
  72. package/dist/dev/packages/@glimmer/validator/index.js +3 -3
  73. package/dist/dev/packages/@glimmer/vm/index.js +1 -1
  74. package/dist/dev/packages/ember/version.js +1 -1
  75. package/dist/dev/packages/ember-template-compiler/index.js +4 -4
  76. package/dist/dev/packages/router_js/index.js +2 -2
  77. package/dist/dev/packages/rsvp/index.js +1 -1
  78. package/dist/dev/packages/shared-chunks/{alias-ZcMQckQV.js → alias-RGbDZoAB.js} +7 -7
  79. package/dist/dev/packages/shared-chunks/{api-BAmlf_CN.js → api-BT9M3UaD.js} +5 -5
  80. package/dist/dev/packages/shared-chunks/{api-BawZUDYD.js → api-DG5kRT-o.js} +2 -2
  81. package/dist/dev/packages/shared-chunks/{args-proxy-BNLuRFlO.js → args-proxy-CB0SM6jC.js} +2 -2
  82. package/dist/dev/packages/shared-chunks/{array-Bh_kUjzy.js → array-BMaSKezP.js} +3 -3
  83. package/dist/dev/packages/shared-chunks/{array-utils-CZQxrdD3.js → array-utils-BEaSKdEb.js} +1 -1
  84. package/dist/dev/packages/shared-chunks/{cache-B7dqAS38.js → cache-CeWOBNQg.js} +2 -2
  85. package/dist/dev/packages/shared-chunks/{chain-tags-D6tuFUj_.js → chain-tags-DfmU63mS.js} +4 -4
  86. package/dist/dev/packages/shared-chunks/{collections-DPkjqeA3.js → collections-DEt-i-8B.js} +2 -2
  87. package/dist/dev/packages/shared-chunks/{compiler-QUSl_urU.js → compiler-DhH2WLpA.js} +3 -3
  88. package/dist/dev/packages/shared-chunks/{computed-CJnghmXC.js → computed-Daavz6vC.js} +6 -6
  89. package/dist/dev/packages/shared-chunks/{curly-BBzF_bI8.js → curly-YoYS2vXw.js} +7 -7
  90. package/dist/dev/packages/shared-chunks/{curried-BZnYakIg.js → curried-Cnjy9_ug.js} +1 -1
  91. package/dist/dev/packages/shared-chunks/{decorator-B5Uh5NFI.js → decorator-DYQwMItS.js} +1 -1
  92. package/dist/dev/packages/shared-chunks/{element-DQJOvSlQ.js → element-bBwMD8cw.js} +3 -3
  93. package/dist/dev/packages/shared-chunks/{element-builder--iTIJyCB.js → element-builder-Cl1kHFJE.js} +4 -4
  94. package/dist/dev/packages/shared-chunks/{events-6aFVjD4k.js → events-B1lx9T1I.js} +1 -1
  95. package/dist/dev/packages/shared-chunks/{get-D5b5QlqE.js → get-CO3EIWsm.js} +4 -4
  96. package/dist/{prod/packages/shared-chunks/get_properties-Nn08mLAH.js → dev/packages/shared-chunks/get_properties-B203vZpz.js} +1 -1
  97. package/dist/dev/packages/shared-chunks/{guid-Cbq2sNV_.js → guid-PO2v9BaN.js} +1 -1
  98. package/dist/dev/packages/shared-chunks/{hash-BRRFQJ99.js → hash-2-93qikL.js} +3 -3
  99. package/dist/dev/packages/shared-chunks/{helper-Do7NCZHI.js → helper-Bm6EhgSW.js} +3 -3
  100. package/dist/dev/packages/shared-chunks/{index-BGP1rw3B.js → index-DX90CU4L.js} +1 -1
  101. package/dist/dev/packages/shared-chunks/{index-CyZiGiEI.js → index-DkwVSPP5.js} +7 -7
  102. package/dist/dev/packages/shared-chunks/{index-CwnQYqK5.js → index-dyv6rcBf.js} +27 -27
  103. package/dist/dev/packages/shared-chunks/{injected_property-B4T-FzZZ.js → injected_property-B075jH6c.js} +2 -2
  104. package/dist/dev/packages/shared-chunks/{internal-CAL-jHZt.js → internal-Bpr6ihB_.js} +4 -4
  105. package/dist/dev/packages/shared-chunks/{internal-helper-Ez7zbEIa.js → internal-helper-IC87S6iZ.js} +1 -1
  106. package/dist/dev/packages/shared-chunks/{invoke-B8M5fQQS.js → invoke-Ds0KEfP_.js} +3 -3
  107. package/dist/dev/packages/shared-chunks/{libraries-CHBwbR72.js → libraries-P8Ins5CB.js} +1 -1
  108. package/dist/dev/packages/shared-chunks/{meta-BmRXesrk.js → meta-Cjo3zQJq.js} +1 -1
  109. package/dist/{prod/packages/shared-chunks/namespace_search-BfvzEQzN.js → dev/packages/shared-chunks/namespace_search-TFdmjK_a.js} +1 -1
  110. package/dist/dev/packages/shared-chunks/{normalize-CKySQVU7.js → normalize-CxG_iVLJ.js} +2 -2
  111. package/dist/dev/packages/shared-chunks/{observers-C2DurkLG.js → observers-CejcZw5s.js} +5 -5
  112. package/dist/dev/packages/shared-chunks/{on-BueSMv9L.js → on-Ch_lyozr.js} +4 -4
  113. package/dist/dev/packages/shared-chunks/{or-O0eJQ4K-.js → or-Bg6rCMF8.js} +2 -2
  114. package/dist/dev/packages/shared-chunks/{present-B1rrjAVM.js → present-D0EfKzC6.js} +1 -1
  115. package/dist/{prod/packages/shared-chunks/program-B7CWdS8W.js → dev/packages/shared-chunks/program-CPXeXWVB.js} +2 -2
  116. package/dist/dev/packages/shared-chunks/{program-context-CadjldRr.js → program-context-BaYVr5GA.js} +4 -4
  117. package/dist/dev/packages/shared-chunks/{property_get-CIBS9umw.js → property_get-BjbsrgpU.js} +3 -3
  118. package/dist/dev/packages/shared-chunks/{property_set-D3PKyisF.js → property_set-LJskl202.js} +3 -3
  119. package/dist/dev/packages/shared-chunks/{reference-BoPB2LfI.js → reference-C-OXd_kp.js} +3 -3
  120. package/dist/{prod/packages/shared-chunks/registers-C_W2qYHJ.js → dev/packages/shared-chunks/registers-Buvdhhxx.js} +1 -1
  121. package/dist/dev/packages/shared-chunks/{rehydrate-builder-DCyIgnCR.js → rehydrate-builder-IH4d_JQy.js} +4 -4
  122. package/dist/dev/packages/shared-chunks/{render-CpKaO-BO.js → render-Dz3OWqXy.js} +15 -15
  123. package/dist/dev/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp-C6j8G1D1.js} +1 -1
  124. package/dist/dev/packages/shared-chunks/{serialize-builder-DxgGRvH_.js → serialize-builder-DKliZPPG.js} +2 -2
  125. package/dist/dev/packages/shared-chunks/{set_properties-BghuuGJx.js → set_properties-CNds2HCH.js} +2 -2
  126. package/dist/dev/packages/shared-chunks/{setup-registry-BC5VMvei.js → setup-registry-C_YovxNX.js} +7 -7
  127. package/dist/{prod/packages/shared-chunks/simple-cast-DCvJLSin.js → dev/packages/shared-chunks/simple-cast-BXTrayoV.js} +1 -1
  128. package/dist/{prod/packages/shared-chunks/super-BBBjgF69.js → dev/packages/shared-chunks/super-D4qkU4uq.js} +1 -1
  129. package/dist/{prod/packages/shared-chunks/syscall-ops-BPFtDquC.js → dev/packages/shared-chunks/syscall-ops-nrBHMOTp.js} +1 -1
  130. package/dist/{prod/packages/shared-chunks/template-BRrQR6KS.js → dev/packages/shared-chunks/template-B0Apv9g2.js} +1 -1
  131. package/dist/dev/packages/shared-chunks/{template-only-BqOt8bDl.js → template-only-BxYzSEnC.js} +2 -2
  132. package/dist/dev/packages/shared-chunks/{textarea-WSlUEr0y.js → textarea-DHjEFpZu.js} +6 -6
  133. package/dist/dev/packages/shared-chunks/{tracked-CKE4wnE6.js → tracked-B76E1nGz.js} +5 -5
  134. package/dist/dev/packages/shared-chunks/{tracked-data-CGnA4ytZ.js → tracked-data-CH1USZZy.js} +2 -2
  135. package/dist/dev/packages/shared-chunks/{unique-id-CgmHQiwi.js → unique-id-Hd96VZlE.js} +2 -2
  136. package/dist/dev/packages/shared-chunks/{unrecognized-url-error-B3wUTorp.js → unrecognized-url-error-BQdkjTtZ.js} +2 -2
  137. package/dist/dev/packages/shared-chunks/{untouchable-this-B3DVwpHS.js → untouchable-this-BHdAERUu.js} +11 -11
  138. package/dist/{prod/packages/shared-chunks/vm-ops-ImHv0Wtg.js → dev/packages/shared-chunks/vm-ops-5QCUIRx4.js} +1 -1
  139. package/dist/prod/packages/@ember/-internals/glimmer/index.js +11 -11
  140. package/dist/prod/packages/@ember/-internals/metal/index.js +18 -18
  141. package/dist/prod/packages/@ember/-internals/routing/index.js +3 -3
  142. package/dist/prod/packages/@ember/-internals/runtime/index.js +1 -1
  143. package/dist/prod/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
  144. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
  145. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
  146. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +2 -2
  147. package/dist/prod/packages/@ember/-internals/utils/index.js +2 -2
  148. package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
  149. package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
  150. package/dist/prod/packages/@ember/-internals/views/lib/system/utils.js +1 -1
  151. package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
  152. package/dist/prod/packages/@ember/application/index.js +5 -5
  153. package/dist/prod/packages/@ember/application/instance.js +4 -4
  154. package/dist/prod/packages/@ember/application/namespace.js +3 -3
  155. package/dist/prod/packages/@ember/array/index.js +5 -5
  156. package/dist/prod/packages/@ember/array/proxy.js +8 -8
  157. package/dist/prod/packages/@ember/component/helper.js +1 -1
  158. package/dist/prod/packages/@ember/component/index.js +11 -11
  159. package/dist/prod/packages/@ember/component/template-only.js +1 -1
  160. package/dist/prod/packages/@ember/controller/index.js +3 -3
  161. package/dist/prod/packages/@ember/debug/data-adapter.js +3 -3
  162. package/dist/prod/packages/@ember/engine/index.js +5 -5
  163. package/dist/prod/packages/@ember/engine/instance.js +2 -2
  164. package/dist/prod/packages/@ember/helper/index.js +8 -8
  165. package/dist/prod/packages/@ember/modifier/index.js +2 -2
  166. package/dist/prod/packages/@ember/modifier/on.js +1 -1
  167. package/dist/prod/packages/@ember/object/-internals.js +2 -2
  168. package/dist/prod/packages/@ember/object/compat.js +3 -3
  169. package/dist/prod/packages/@ember/object/computed.js +2 -2
  170. package/dist/prod/packages/@ember/object/core.js +7 -7
  171. package/dist/prod/packages/@ember/object/evented.js +2 -2
  172. package/dist/prod/packages/@ember/object/events.js +1 -1
  173. package/dist/prod/packages/@ember/object/index.js +8 -8
  174. package/dist/prod/packages/@ember/object/internals.js +2 -2
  175. package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +4 -4
  176. package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +2 -2
  177. package/dist/prod/packages/@ember/object/mixin.js +6 -6
  178. package/dist/prod/packages/@ember/object/observable.js +7 -7
  179. package/dist/prod/packages/@ember/object/observers.js +1 -1
  180. package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +3 -3
  181. package/dist/prod/packages/@ember/reactive/collections.js +1 -1
  182. package/dist/prod/packages/@ember/renderer/index.js +1 -1
  183. package/dist/prod/packages/@ember/routing/index.js +4 -4
  184. package/dist/prod/packages/@ember/routing/lib/generate_controller.js +1 -1
  185. package/dist/prod/packages/@ember/routing/lib/routing-service.js +4 -4
  186. package/dist/prod/packages/@ember/routing/lib/utils.js +3 -3
  187. package/dist/prod/packages/@ember/routing/route.js +10 -10
  188. package/dist/prod/packages/@ember/routing/router-service.js +5 -5
  189. package/dist/prod/packages/@ember/routing/router.js +5 -5
  190. package/dist/prod/packages/@ember/runloop/index.js +1 -1
  191. package/dist/prod/packages/@ember/service/index.js +1 -1
  192. package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +3 -3
  193. package/dist/prod/packages/@ember/template-compiler/lib/template.js +2 -2
  194. package/dist/prod/packages/@ember/template-factory/index.js +1 -1
  195. package/dist/prod/packages/@ember/utils/lib/is_empty.js +1 -1
  196. package/dist/prod/packages/@glimmer/manager/index.js +3 -3
  197. package/dist/prod/packages/@glimmer/node/index.js +3 -3
  198. package/dist/prod/packages/@glimmer/opcode-compiler/index.js +2 -2
  199. package/dist/prod/packages/@glimmer/program/index.js +8 -8
  200. package/dist/prod/packages/@glimmer/reference/index.js +5 -5
  201. package/dist/prod/packages/@glimmer/runtime/index.js +13 -13
  202. package/dist/prod/packages/@glimmer/tracking/index.js +2 -2
  203. package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
  204. package/dist/prod/packages/@glimmer/util/index.js +4 -4
  205. package/dist/prod/packages/@glimmer/validator/index.js +3 -3
  206. package/dist/prod/packages/@glimmer/vm/index.js +1 -1
  207. package/dist/prod/packages/ember/version.js +1 -1
  208. package/dist/prod/packages/ember-template-compiler/index.js +4 -4
  209. package/dist/prod/packages/router_js/index.js +2 -2
  210. package/dist/prod/packages/rsvp/index.js +1 -1
  211. package/dist/prod/packages/shared-chunks/{alias-DBW_V5vD.js → alias-DsIh-16z.js} +7 -7
  212. package/dist/prod/packages/shared-chunks/{api-CM1trl_4.js → api-CGZbGcvX.js} +5 -5
  213. package/dist/prod/packages/shared-chunks/{api-zh_k31vb.js → api-DOLN_cR2.js} +2 -2
  214. package/dist/prod/packages/shared-chunks/{args-proxy-BDXbXCF9.js → args-proxy-CaXVcI8G.js} +2 -2
  215. package/dist/prod/packages/shared-chunks/{array-D6Couewv.js → array-DYFI95FA.js} +3 -3
  216. package/dist/prod/packages/shared-chunks/{array-utils-CZQxrdD3.js → array-utils-BEaSKdEb.js} +1 -1
  217. package/dist/prod/packages/shared-chunks/{cache-BIlOoPA7.js → cache-CG6_L9db.js} +1 -1
  218. package/dist/prod/packages/shared-chunks/{chain-tags-C9rFtQ_x.js → chain-tags-BP0V2LnZ.js} +4 -4
  219. package/dist/prod/packages/shared-chunks/{collections-C3Y8z_9v.js → collections-By4M3cTy.js} +1 -1
  220. package/dist/prod/packages/shared-chunks/{compiler-c4yUVrl_.js → compiler-DQmEjFyx.js} +2 -2
  221. package/dist/prod/packages/shared-chunks/{computed-DjCIU_ht.js → computed-D6MVTTDd.js} +6 -6
  222. package/dist/prod/packages/shared-chunks/{curly-ZzX43b50.js → curly-DCYSwLtz.js} +7 -7
  223. package/dist/prod/packages/shared-chunks/{curried-BZnYakIg.js → curried-Cnjy9_ug.js} +1 -1
  224. package/dist/prod/packages/shared-chunks/{debug-render-tree-CF5O4-WI.js → debug-render-tree-CYENUjgX.js} +11 -11
  225. package/dist/prod/packages/shared-chunks/{decorator-9ikVwsjY.js → decorator-B8Lpq40g.js} +1 -1
  226. package/dist/prod/packages/shared-chunks/{element-DUOVW5Ho.js → element-CT5H5uxF.js} +3 -3
  227. package/dist/prod/packages/shared-chunks/{element-builder-CnlTPNyw.js → element-builder-CZePCkbA.js} +4 -4
  228. package/dist/prod/packages/shared-chunks/{events-DYrYz3V8.js → events-C7aYCy0N.js} +1 -1
  229. package/dist/prod/packages/shared-chunks/{get-t0-itmA-.js → get-tlL23wmp.js} +4 -4
  230. package/dist/{dev/packages/shared-chunks/get_properties-CIm8IAtP.js → prod/packages/shared-chunks/get_properties-wj_Qmotj.js} +1 -1
  231. package/dist/prod/packages/shared-chunks/{guid-Cbq2sNV_.js → guid-PO2v9BaN.js} +1 -1
  232. package/dist/prod/packages/shared-chunks/{hash-mcs3pEFO.js → hash-C6IoC4eR.js} +3 -3
  233. package/dist/prod/packages/shared-chunks/{helper-DLjV2ZZW.js → helper-CCK8Ef0x.js} +3 -3
  234. package/dist/prod/packages/shared-chunks/{index-Bj71BDDA.js → index-D-rcNBLp.js} +6 -6
  235. package/dist/prod/packages/shared-chunks/{index-qDFz6Mfe.js → index-DabsnYit.js} +26 -26
  236. package/dist/prod/packages/shared-chunks/{injected_property--eJunJph.js → injected_property-COGiYHKc.js} +2 -2
  237. package/dist/prod/packages/shared-chunks/{internal-DidurjJB.js → internal-BEJC2IJ-.js} +4 -4
  238. package/dist/prod/packages/shared-chunks/{internal-helper-DIbr1RgC.js → internal-helper-CoxiRnnb.js} +1 -1
  239. package/dist/prod/packages/shared-chunks/{invoke-Cj5zMqHz.js → invoke-D_jsLbsj.js} +3 -3
  240. package/dist/prod/packages/shared-chunks/{libraries-_k-4KK5_.js → libraries-Bs3H8iwC.js} +2 -2
  241. package/dist/prod/packages/shared-chunks/{meta-B9mldqPL.js → meta-Ce6-qROq.js} +1 -1
  242. package/dist/{dev/packages/shared-chunks/namespace_search-BfvzEQzN.js → prod/packages/shared-chunks/namespace_search-TFdmjK_a.js} +1 -1
  243. package/dist/prod/packages/shared-chunks/{normalize-D9jDJVGg.js → normalize-Bx4H3NjB.js} +2 -2
  244. package/dist/prod/packages/shared-chunks/{observers-CDkeR0nI.js → observers-Ci31SE36.js} +5 -5
  245. package/dist/prod/packages/shared-chunks/{on-B5NVufs_.js → on-Dgmychhk.js} +4 -4
  246. package/dist/prod/packages/shared-chunks/{or-3AxY5TPj.js → or-sYlRiUn_.js} +2 -2
  247. package/dist/{dev/packages/shared-chunks/program-DzAfcWFj.js → prod/packages/shared-chunks/program-CF651Zuj.js} +2 -2
  248. package/dist/prod/packages/shared-chunks/{program-context-B8HKU7wu.js → program-context-DmI53TzJ.js} +4 -4
  249. package/dist/prod/packages/shared-chunks/{property_get-CAFdpRyu.js → property_get-Sw0SicEZ.js} +2 -2
  250. package/dist/prod/packages/shared-chunks/{property_set-BunbMFtp.js → property_set-SHEIPMUG.js} +3 -3
  251. package/dist/prod/packages/shared-chunks/{reference-BshxG6wn.js → reference-D2agTt1V.js} +3 -3
  252. package/dist/{dev/packages/shared-chunks/registers-C_W2qYHJ.js → prod/packages/shared-chunks/registers-Buvdhhxx.js} +1 -1
  253. package/dist/prod/packages/shared-chunks/{rehydrate-builder-DJ8k-6fg.js → rehydrate-builder-B7MtrWip.js} +4 -4
  254. package/dist/prod/packages/shared-chunks/{render-DkJJmoI4.js → render-B790-vbk.js} +15 -15
  255. package/dist/prod/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp-C6j8G1D1.js} +1 -1
  256. package/dist/prod/packages/shared-chunks/{serialize-builder-R3Ozg0sC.js → serialize-builder-kEyOKbzp.js} +2 -2
  257. package/dist/prod/packages/shared-chunks/{set_properties-LT3RzRmJ.js → set_properties-CcLLHg1w.js} +2 -2
  258. package/dist/prod/packages/shared-chunks/{setup-registry-C2KfZJWI.js → setup-registry-D14I0iDX.js} +7 -7
  259. package/dist/{dev/packages/shared-chunks/simple-cast-DCvJLSin.js → prod/packages/shared-chunks/simple-cast-BXTrayoV.js} +1 -1
  260. package/dist/{dev/packages/shared-chunks/super-BBBjgF69.js → prod/packages/shared-chunks/super-D4qkU4uq.js} +1 -1
  261. package/dist/{dev/packages/shared-chunks/syscall-ops-BPFtDquC.js → prod/packages/shared-chunks/syscall-ops-nrBHMOTp.js} +1 -1
  262. package/dist/{dev/packages/shared-chunks/template-BRrQR6KS.js → prod/packages/shared-chunks/template-B0Apv9g2.js} +1 -1
  263. package/dist/prod/packages/shared-chunks/{template-only-BtLl0uH0.js → template-only-CP0NT7ce.js} +2 -2
  264. package/dist/prod/packages/shared-chunks/{textarea-CHqL0Rdh.js → textarea-B_JYBuE8.js} +5 -5
  265. package/dist/prod/packages/shared-chunks/{tracked-DAVrVqJl.js → tracked-CXcapuAm.js} +5 -5
  266. package/dist/prod/packages/shared-chunks/{tracked-data-C83f5V5S.js → tracked-data-DNDzhYXf.js} +2 -2
  267. package/dist/prod/packages/shared-chunks/{unique-id-CfHImDRV.js → unique-id-Hn8Qp4dS.js} +2 -2
  268. package/dist/prod/packages/shared-chunks/{unrecognized-url-error-DDBwfzdm.js → unrecognized-url-error-ClNyMFJt.js} +2 -2
  269. package/dist/{dev/packages/shared-chunks/vm-ops-ImHv0Wtg.js → prod/packages/shared-chunks/vm-ops-5QCUIRx4.js} +1 -1
  270. package/docs/data.json +1 -1
  271. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,6 @@
5
5
  <p align="center">
6
6
  <a href="https://www.npmjs.com/package/ember-source"><img src="https://img.shields.io/npm/v/ember-source.svg?style=flat" alt="npm version"></a>
7
7
  <a href="https://github.com/emberjs/ember.js/actions?query=workflow%3ACI"><img src="https://github.com/emberjs/ember.js/workflows/CI/badge.svg" alt="CI Status"></a>
8
- <a href="https://codeclimate.com/github/emberjs/ember.js"><img src="https://codeclimate.com/github/emberjs/ember.js.svg" alt="Code Climate"></a>
9
8
  <a href="https://discord.gg/zT3asNS"><img src="https://img.shields.io/discord/480462759797063690.svg?logo=discord" alt="Discord Community Server"></a>
10
9
  <a href="https://help-wanted.emberjs.com/"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
11
10
  <a href="https://github.com/emberjs/ember.js/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license"></a>
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "7.2.0-alpha.3",
2
+ "version": "7.2.0-alpha.4",
3
3
  "buildType": "tag",
4
- "SHA": "a9f0322b34c292dee9a01d53fc13583d33ee0e57",
5
- "assetPath": "/tag/shas/a9f0322b34c292dee9a01d53fc13583d33ee0e57.tgz"
4
+ "SHA": "8b47b784d3a034ab7980b6a2fa92e3fc46f46a11",
5
+ "assetPath": "/tag/shas/8b47b784d3a034ab7980b6a2fa92e3fc46f46a11.tgz"
6
6
  }
@@ -1 +1 @@
1
- export { h as hasDOM, b as history, a as isChrome, i as isFirefox, l as location, u as userAgent, w as window } from '../../../shared-chunks/index-BGP1rw3B.js';
1
+ export { h as hasDOM, a as history, i as isChrome, b as isFirefox, l as location, u as userAgent, w as window } from '../../../shared-chunks/index-DX90CU4L.js';
@@ -1,19 +1,19 @@
1
- export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-CyZiGiEI.js';
2
- export { R as RootTemplate, s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-BC5VMvei.js';
3
- export { I as Input, T as Textarea } from '../../../shared-chunks/textarea-WSlUEr0y.js';
1
+ export { h as template, t as templateCacheCounters } from '../../../shared-chunks/index-DkwVSPP5.js';
2
+ export { R as RootTemplate, s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-C_YovxNX.js';
3
+ export { I as Input, T as Textarea } from '../../../shared-chunks/textarea-DHjEFpZu.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-Do7NCZHI.js';
6
+ export { H as Helper, h as helper } from '../../../shared-chunks/helper-Bm6EhgSW.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-CwnQYqK5.js';
9
- export { D as DOMChanges } from '../../../shared-chunks/render-CpKaO-BO.js';
10
- export { D as DOMTreeConstruction } from '../../../shared-chunks/element-builder--iTIJyCB.js';
8
+ export { O as OutletView, R as Renderer, _ as _resetRenderers, r as renderComponent, a as renderSettled } from '../../../shared-chunks/index-dyv6rcBf.js';
9
+ export { D as DOMChanges } from '../../../shared-chunks/render-Dz3OWqXy.js';
10
+ export { a as DOMTreeConstruction } from '../../../shared-chunks/element-builder-Cl1kHFJE.js';
11
11
  import '../../../@glimmer/destroyable/index.js';
12
- export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-DCyIgnCR.js';
12
+ export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-IH4d_JQy.js';
13
13
  export { NodeDOMTreeConstruction } from '../../../@glimmer/node/index.js';
14
- export { e as element } from '../../../shared-chunks/element-DQJOvSlQ.js';
15
- export { u as uniqueId } from '../../../shared-chunks/unique-id-CgmHQiwi.js';
16
- export { c as componentCapabilities, m as modifierCapabilities } from '../../../shared-chunks/api-BAmlf_CN.js';
14
+ export { e as element } from '../../../shared-chunks/element-bBwMD8cw.js';
15
+ export { u as uniqueId } from '../../../shared-chunks/unique-id-Hd96VZlE.js';
16
+ export { c as componentCapabilities, m as modifierCapabilities } from '../../../shared-chunks/api-BT9M3UaD.js';
17
17
 
18
18
  // STATE within a module is frowned upon, this exists
19
19
  // to support Ember.TEMPLATES but shield ember internals from this legacy
@@ -1,24 +1,24 @@
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-CJnghmXC.js';
1
+ export { C as ComputedProperty, P as PROPERTY_DID_CHANGE, a as autoComputed, b as beginPropertyChanges, c as changeProperties, d as computed, e as defineDecorator, f as defineProperty, g as defineValue, h as endPropertyChanges, i as expandProperties, j as isComputed, n as notifyPropertyChange } from '../../../shared-chunks/computed-Daavz6vC.js';
2
2
  export { g as getCachedValueFor } from '../../../shared-chunks/computed_cache-DmYKevAP.js';
3
- export { a as alias } from '../../../shared-chunks/alias-ZcMQckQV.js';
3
+ export { a as alias } from '../../../shared-chunks/alias-RGbDZoAB.js';
4
4
  import { deprecate } from '../../debug/index.js';
5
- import { g as get } from '../../../shared-chunks/property_get-CIBS9umw.js';
6
- export { P as PROXY_CONTENT, _ as _getPath, b as _getProp, h as hasUnknownProperty } from '../../../shared-chunks/property_get-CIBS9umw.js';
7
- import { s as set } from '../../../shared-chunks/property_set-D3PKyisF.js';
8
- export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-D3PKyisF.js';
9
- export { c as addArrayObserver, b as arrayContentDidChange, a as arrayContentWillChange, d as removeArrayObserver, r as replace, e as replaceInNativeArray } from '../../../shared-chunks/array-Bh_kUjzy.js';
10
- export { a as addListener, h as hasListeners, o as on, r as removeListener, s as sendEvent } from '../../../shared-chunks/events-6aFVjD4k.js';
11
- 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-B5Uh5NFI.js';
12
- export { a as Libraries, L as libraries } from '../../../shared-chunks/libraries-CHBwbR72.js';
13
- export { g as getProperties } from '../../../shared-chunks/get_properties-CIm8IAtP.js';
14
- export { s as setProperties } from '../../../shared-chunks/set_properties-BghuuGJx.js';
15
- 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-C2DurkLG.js';
16
- export { D as DEBUG_INJECTION_FUNCTIONS, i as inject } from '../../../shared-chunks/injected_property-B4T-FzZZ.js';
17
- export { m as markObjectAsDirty, o as objectAt, t as tagForObject, a as tagForProperty } from '../../../shared-chunks/chain-tags-D6tuFUj_.js';
18
- export { T as TrackedDescriptor, t as tracked } from '../../../shared-chunks/tracked-CKE4wnE6.js';
5
+ import { g as get } from '../../../shared-chunks/property_get-BjbsrgpU.js';
6
+ export { P as PROXY_CONTENT, _ as _getPath, a as _getProp, h as hasUnknownProperty } from '../../../shared-chunks/property_get-BjbsrgpU.js';
7
+ import { s as set } from '../../../shared-chunks/property_set-LJskl202.js';
8
+ export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-LJskl202.js';
9
+ export { a as addArrayObserver, b as arrayContentDidChange, c as arrayContentWillChange, r as removeArrayObserver, d as replace, e as replaceInNativeArray } from '../../../shared-chunks/array-BMaSKezP.js';
10
+ export { a as addListener, h as hasListeners, o as on, r as removeListener, s as sendEvent } from '../../../shared-chunks/events-B1lx9T1I.js';
11
+ 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-DYQwMItS.js';
12
+ export { a as Libraries, L as libraries } from '../../../shared-chunks/libraries-P8Ins5CB.js';
13
+ export { g as getProperties } from '../../../shared-chunks/get_properties-B203vZpz.js';
14
+ export { s as setProperties } from '../../../shared-chunks/set_properties-CNds2HCH.js';
15
+ 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-CejcZw5s.js';
16
+ export { D as DEBUG_INJECTION_FUNCTIONS, i as inject } from '../../../shared-chunks/injected_property-B075jH6c.js';
17
+ export { m as markObjectAsDirty, o as objectAt, t as tagForObject, b as tagForProperty } from '../../../shared-chunks/chain-tags-DfmU63mS.js';
18
+ export { T as TrackedDescriptor, t as tracked } from '../../../shared-chunks/tracked-B76E1nGz.js';
19
19
  export { cached } from '../../../@glimmer/tracking/index.js';
20
- export { l as createCache, r as getValue, s as isConst } from '../../../shared-chunks/cache-B7dqAS38.js';
21
- 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';
20
+ export { l as createCache, r as getValue, s as isConst } from '../../../shared-chunks/cache-CeWOBNQg.js';
21
+ 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';
22
22
 
23
23
  /**
24
24
  @module ember
@@ -1,9 +1,9 @@
1
- import '../../../shared-chunks/property_get-CIBS9umw.js';
1
+ import '../../../shared-chunks/property_get-BjbsrgpU.js';
2
2
  import '../../debug/index.js';
3
3
  import '../../engine/instance.js';
4
4
  import '../../../route-recognizer/index.js';
5
- import '../../../shared-chunks/rsvp-CnCSY930.js';
6
- import '../../../shared-chunks/unrecognized-url-error-B3wUTorp.js';
5
+ import '../../../shared-chunks/rsvp-C6j8G1D1.js';
6
+ import '../../../shared-chunks/unrecognized-url-error-BQdkjTtZ.js';
7
7
  import '../../routing/lib/routing-service.js';
8
8
  export { default as generateController, generateControllerFactory } from '../../routing/lib/generate_controller.js';
9
9
  export { default as RouterDSL } from '../../routing/lib/dsl.js';
@@ -6,4 +6,4 @@ export { default as _ProxyMixin, contentFor as _contentFor } from './lib/mixins/
6
6
  export { default as MutableEnumerable } from '../../enumerable/mutable.js';
7
7
  export { default as TargetActionSupport } from './lib/mixins/target_action_support.js';
8
8
  export { onerrorDefault } from './lib/ext/rsvp.js';
9
- export { R as RSVP } from '../../../shared-chunks/rsvp-CnCSY930.js';
9
+ export { R as RSVP } from '../../../shared-chunks/rsvp-C6j8G1D1.js';
@@ -1,4 +1,4 @@
1
- import { c as configure, o as on, R as RSVP } from '../../../../../shared-chunks/rsvp-CnCSY930.js';
1
+ import { g as configure, n as on, R as RSVP } from '../../../../../shared-chunks/rsvp-C6j8G1D1.js';
2
2
  import { _backburner, _rsvpErrorQueue } from '../../../../runloop/index.js';
3
3
  import { getDispatchOverride } from '../../../error-handling/index.js';
4
4
  import '../../../../debug/index.js';
@@ -1,16 +1,16 @@
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-CIBS9umw.js';
4
- import { s as set } from '../../../../../shared-chunks/property_set-D3PKyisF.js';
5
- import { d as defineProperty, c as computed } from '../../../../../shared-chunks/computed-CJnghmXC.js';
6
- import { t as tagForObject, a as tagForProperty } from '../../../../../shared-chunks/chain-tags-D6tuFUj_.js';
3
+ import { g as get } from '../../../../../shared-chunks/property_get-BjbsrgpU.js';
4
+ import { s as set } from '../../../../../shared-chunks/property_set-LJskl202.js';
5
+ import { f as defineProperty, d as computed } from '../../../../../shared-chunks/computed-Daavz6vC.js';
6
+ import { t as tagForObject, b as tagForProperty } from '../../../../../shared-chunks/chain-tags-DfmU63mS.js';
7
7
  import { s as setProxy, i as isProxy } from '../../../../../shared-chunks/is_proxy-Bzg0d4m4.js';
8
8
  import { a as setupMandatorySetter } from '../../../../../shared-chunks/mandatory-setter-BpbAMTzV.js';
9
9
  import { i as isObject } from '../../../../../shared-chunks/spec-BXl1reqK.js';
10
10
  import '../../../../debug/index.js';
11
- import { s as setCustomTagFor } from '../../../../../shared-chunks/args-proxy-BNLuRFlO.js';
12
- import { U as UPDATE_TAG, j as combine } from '../../../../../shared-chunks/cache-B7dqAS38.js';
13
- import { a as tagMetaFor, t as tagFor } from '../../../../../shared-chunks/meta-BmRXesrk.js';
11
+ import { s as setCustomTagFor } from '../../../../../shared-chunks/args-proxy-CB0SM6jC.js';
12
+ import { U as UPDATE_TAG, j as combine } from '../../../../../shared-chunks/cache-CeWOBNQg.js';
13
+ import { a as tagMetaFor, t as tagFor } from '../../../../../shared-chunks/meta-Cjo3zQJq.js';
14
14
  import { assert } from '../../../../debug/lib/assert.js';
15
15
 
16
16
  /**
@@ -1,5 +1,5 @@
1
1
  import Mixin from '../../../../object/mixin.js';
2
- import { g as get } from '../../../../../shared-chunks/property_get-CIBS9umw.js';
2
+ import { g as get } from '../../../../../shared-chunks/property_get-BjbsrgpU.js';
3
3
  import '../../../../debug/index.js';
4
4
  import { assert } from '../../../../debug/lib/assert.js';
5
5
 
@@ -1,6 +1,6 @@
1
1
  import { context } from '../../../environment/index.js';
2
- import { g as get } from '../../../../../shared-chunks/property_get-CIBS9umw.js';
3
- import { c as computed } from '../../../../../shared-chunks/computed-CJnghmXC.js';
2
+ import { g as get } from '../../../../../shared-chunks/property_get-BjbsrgpU.js';
3
+ import { d as computed } from '../../../../../shared-chunks/computed-Daavz6vC.js';
4
4
  import Mixin from '../../../../object/mixin.js';
5
5
  import '../../../../debug/index.js';
6
6
  import { assert } from '../../../../debug/lib/assert.js';
@@ -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-CSniHBsn.js';
3
- export { G as GUID_KEY, a as generateGuid, g as guidFor, u as uuid } from '../../../shared-chunks/guid-Cbq2sNV_.js';
3
+ export { G as GUID_KEY, g as generateGuid, a as guidFor, u as uuid } from '../../../shared-chunks/guid-PO2v9BaN.js';
4
4
  export { i as intern } from '../../../shared-chunks/intern-zquhAEIg.js';
5
- export { R as ROOT, c as checkHasSuper, o as observerListenerMetaFor, a as setListeners, s as setObservers, w as wrap } from '../../../shared-chunks/super-BBBjgF69.js';
5
+ export { R as ROOT, c as checkHasSuper, o as observerListenerMetaFor, s as setListeners, a as setObservers, w as wrap } from '../../../shared-chunks/super-D4qkU4uq.js';
6
6
  export { l as lookupDescriptor, s as setWithMandatorySetter, a as setupMandatorySetter, t as teardownMandatorySetter } from '../../../shared-chunks/mandatory-setter-BpbAMTzV.js';
7
7
  export { g as getName, s as setName } from '../../../shared-chunks/name-Clp4Vsod.js';
8
8
  export { t as toString } from '../../../shared-chunks/to-string-C7M8LBLH.js';
@@ -1,4 +1,4 @@
1
- import { g as get } from '../../../../../shared-chunks/property_get-CIBS9umw.js';
1
+ import { g as get } from '../../../../../shared-chunks/property_get-BjbsrgpU.js';
2
2
  import Mixin from '../../../../object/mixin.js';
3
3
  import inspect from '../../../../debug/lib/inspect.js';
4
4
  import '../../../../debug/index.js';
@@ -1,7 +1,7 @@
1
1
  import { getOwner } from '../../../owner/index.js';
2
2
  import '../../../../debug/index.js';
3
- import { g as get } from '../../../../../shared-chunks/property_get-CIBS9umw.js';
4
- import { s as set } from '../../../../../shared-chunks/property_set-D3PKyisF.js';
3
+ import { g as get } from '../../../../../shared-chunks/property_get-BjbsrgpU.js';
4
+ import { s as set } from '../../../../../shared-chunks/property_set-LJskl202.js';
5
5
  import EmberObject from '../../../../object/index.js';
6
6
  import { getElementView } from './utils.js';
7
7
  import { assert } from '../../../../debug/lib/assert.js';
@@ -1,5 +1,5 @@
1
1
  import { getOwner } from '../../../owner/index.js';
2
- import { g as guidFor } from '../../../../../shared-chunks/guid-Cbq2sNV_.js';
2
+ import { a as guidFor } from '../../../../../shared-chunks/guid-PO2v9BaN.js';
3
3
  import '../../../../debug/index.js';
4
4
  import { assert } from '../../../../debug/lib/assert.js';
5
5
 
@@ -1,4 +1,4 @@
1
- import { i as inject } from '../../../../../shared-chunks/injected_property-B4T-FzZZ.js';
1
+ import { i as inject } from '../../../../../shared-chunks/injected_property-B075jH6c.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';
@@ -2,10 +2,10 @@ import { setOwner as setOwner$1 } from '../-internals/owner/index.js';
2
2
  import { getOwner as getOwner$1 } from '../owner/index.js';
3
3
  import { m as makeDictionary } from '../../shared-chunks/dictionary-gc5gpyOG.js';
4
4
  import { E as ENV } from '../../shared-chunks/env-g-kaAFLN.js';
5
- import { h as hasDOM } from '../../shared-chunks/index-BGP1rw3B.js';
5
+ import { h as hasDOM } from '../../shared-chunks/index-DX90CU4L.js';
6
6
  import '../debug/index.js';
7
7
  import { schedule, once, join, run } from '../runloop/index.js';
8
- import { L as LIBRARIES } from '../../shared-chunks/libraries-CHBwbR72.js';
8
+ import { L as LIBRARIES } from '../../shared-chunks/libraries-P8Ins5CB.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,18 @@ 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-CIBS9umw.js';
16
+ import '../../shared-chunks/property_get-BjbsrgpU.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-B3wUTorp.js';
19
+ import { R as RSVP } from '../../shared-chunks/rsvp-C6j8G1D1.js';
20
+ import '../../shared-chunks/unrecognized-url-error-BQdkjTtZ.js';
21
21
  import '../routing/lib/routing-service.js';
22
22
  import '../controller/index.js';
23
23
  import BucketCache from '../routing/lib/cache.js';
24
24
  import ApplicationInstance from './instance.js';
25
25
  import Engine, { buildInitializerMethod } from '../engine/index.js';
26
26
  import { privatize } from '../-internals/container/index.js';
27
- import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-BC5VMvei.js';
27
+ import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-C_YovxNX.js';
28
28
  import RouterService from '../routing/router-service.js';
29
29
  import { assert } from '../debug/lib/assert.js';
30
30
 
@@ -1,8 +1,8 @@
1
- import { g as get } from '../../shared-chunks/property_get-CIBS9umw.js';
2
- import { s as set } from '../../shared-chunks/property_set-D3PKyisF.js';
3
- import { h as hasDOM, e as environment } from '../../shared-chunks/index-BGP1rw3B.js';
1
+ import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
2
+ import { s as set } from '../../shared-chunks/property_set-LJskl202.js';
3
+ import { h as hasDOM, e as environment } from '../../shared-chunks/index-DX90CU4L.js';
4
4
  import EngineInstance from '../engine/instance.js';
5
- import { r as renderSettled } from '../../shared-chunks/index-CwnQYqK5.js';
5
+ import { a as renderSettled } from '../../shared-chunks/index-dyv6rcBf.js';
6
6
  import '../debug/index.js';
7
7
  import EmberRouter from '../routing/router.js';
8
8
  import EventDispatcher from '../-internals/views/lib/system/event_dispatcher.js';
@@ -1,7 +1,7 @@
1
- import { N as NAMESPACES, a as NAMESPACES_BY_ID, p as processAllNamespaces, f as findNamespace, b as addNamespace, c as findNamespaces, d as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-BfvzEQzN.js';
2
- import { g as get } from '../../shared-chunks/property_get-CIBS9umw.js';
1
+ import { N as NAMESPACES, a as NAMESPACES_BY_ID, p as processAllNamespaces, f as findNamespace, b as addNamespace, c as findNamespaces, d as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-TFdmjK_a.js';
2
+ import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
3
3
  import { g as getName, s as setName } from '../../shared-chunks/name-Clp4Vsod.js';
4
- import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
4
+ import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
5
5
  import '../debug/index.js';
6
6
  import EmberObject from '../object/index.js';
7
7
  import { assert } from '../debug/lib/assert.js';
@@ -1,8 +1,8 @@
1
- import { g as get, P as PROXY_CONTENT } from '../../shared-chunks/property_get-CIBS9umw.js';
2
- import { o as objectAt } from '../../shared-chunks/chain-tags-D6tuFUj_.js';
3
- import { e as replaceInNativeArray, r as replace } from '../../shared-chunks/array-Bh_kUjzy.js';
4
- import { b as beginPropertyChanges, a as endPropertyChanges, c as computed } from '../../shared-chunks/computed-CJnghmXC.js';
5
- import { s as set } from '../../shared-chunks/property_set-D3PKyisF.js';
1
+ import { g as get, P as PROXY_CONTENT } from '../../shared-chunks/property_get-BjbsrgpU.js';
2
+ import { o as objectAt } from '../../shared-chunks/chain-tags-DfmU63mS.js';
3
+ import { e as replaceInNativeArray, d as replace } from '../../shared-chunks/array-BMaSKezP.js';
4
+ import { b as beginPropertyChanges, h as endPropertyChanges, d as computed } from '../../shared-chunks/computed-Daavz6vC.js';
5
+ import { s as set } from '../../shared-chunks/property_set-LJskl202.js';
6
6
  import Mixin from '../object/mixin.js';
7
7
  import '../debug/index.js';
8
8
  import Enumerable from '../enumerable/index.js';
@@ -1,15 +1,15 @@
1
- import { o as objectAt, a as tagForProperty } from '../../shared-chunks/chain-tags-D6tuFUj_.js';
2
- import { a as alias } from '../../shared-chunks/alias-ZcMQckQV.js';
3
- import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-CJnghmXC.js';
4
- import { r as replace, a as arrayContentWillChange, b as arrayContentDidChange, c as addArrayObserver, d as removeArrayObserver } from '../../shared-chunks/array-Bh_kUjzy.js';
5
- import { g as get } from '../../shared-chunks/property_get-CIBS9umw.js';
1
+ import { o as objectAt, b as tagForProperty } from '../../shared-chunks/chain-tags-DfmU63mS.js';
2
+ import { a as alias } from '../../shared-chunks/alias-RGbDZoAB.js';
3
+ import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-Daavz6vC.js';
4
+ import { d as replace, c as arrayContentWillChange, b as arrayContentDidChange, a as addArrayObserver, r as removeArrayObserver } from '../../shared-chunks/array-BMaSKezP.js';
5
+ import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
6
6
  import { i as isObject } from '../../shared-chunks/spec-BXl1reqK.js';
7
7
  import EmberObject from '../object/index.js';
8
8
  import EmberArray, { MutableArray } from './index.js';
9
9
  import '../debug/index.js';
10
- import { s as setCustomTagFor } from '../../shared-chunks/args-proxy-BNLuRFlO.js';
11
- import { k as consumeTag, y as validateTag, z as valueForTag, j as combine } from '../../shared-chunks/cache-B7dqAS38.js';
12
- import { t as tagFor } from '../../shared-chunks/meta-BmRXesrk.js';
10
+ import { s as setCustomTagFor } from '../../shared-chunks/args-proxy-CB0SM6jC.js';
11
+ import { k as consumeTag, z as validateTag, B as valueForTag, j as combine } from '../../shared-chunks/cache-CeWOBNQg.js';
12
+ import { t as tagFor } from '../../shared-chunks/meta-Cjo3zQJq.js';
13
13
  import { assert } from '../debug/lib/assert.js';
14
14
 
15
15
  /**
@@ -1 +1 @@
1
- export { H as default, h as helper } from '../../shared-chunks/helper-Do7NCZHI.js';
1
+ export { H as default, h as helper } from '../../shared-chunks/helper-Bm6EhgSW.js';
@@ -1,26 +1,26 @@
1
1
  export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-R_5UMHhb.js';
2
- import { d as descriptorForProperty, n as nativeDescDecorator } from '../../shared-chunks/decorator-B5Uh5NFI.js';
3
- import { g as get } from '../../shared-chunks/property_get-CIBS9umw.js';
4
- import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-CJnghmXC.js';
2
+ import { b as descriptorForProperty, n as nativeDescDecorator } from '../../shared-chunks/decorator-DYQwMItS.js';
3
+ import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
4
+ import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-Daavz6vC.js';
5
5
  import { getOwner } from '../-internals/owner/index.js';
6
6
  import TargetActionSupport from '../-internals/runtime/lib/mixins/target_action_support.js';
7
7
  import ActionSupport from '../-internals/views/lib/mixins/action_support.js';
8
8
  import { getViewElement, getChildViews, addChildView } from '../-internals/views/lib/system/utils.js';
9
9
  import CoreView from '../-internals/views/lib/views/core_view.js';
10
10
  import EventDispatcher from '../-internals/views/lib/system/event_dispatcher.js';
11
- import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
11
+ import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
12
12
  import '../debug/index.js';
13
- import { s as setInternalComponentManager } from '../../shared-chunks/api-BawZUDYD.js';
14
- import { d as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-BoPB2LfI.js';
13
+ import { s as setInternalComponentManager } from '../../shared-chunks/api-DG5kRT-o.js';
14
+ import { l as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-C-OXd_kp.js';
15
15
  import { n as normalizeProperty } from '../../shared-chunks/props-fiqxqhAH.js';
16
- import { m as createTag, D as DIRTY_TAG$1 } from '../../shared-chunks/cache-B7dqAS38.js';
17
- import { I as IS_DISPATCHING_ATTRS, D as DIRTY_TAG, B as BOUNDS, g as getComponentCapturedArgs, C as CURLY_COMPONENT_MANAGER } from '../../shared-chunks/curly-BBzF_bI8.js';
18
- import { h as hasDOM } from '../../shared-chunks/index-BGP1rw3B.js';
16
+ import { m as createTag, D as DIRTY_TAG$1 } from '../../shared-chunks/cache-CeWOBNQg.js';
17
+ import { I as IS_DISPATCHING_ATTRS, D as DIRTY_TAG, B as BOUNDS, g as getComponentCapturedArgs, C as CURLY_COMPONENT_MANAGER } from '../../shared-chunks/curly-YoYS2vXw.js';
18
+ import { h as hasDOM } from '../../shared-chunks/index-DX90CU4L.js';
19
19
  import { a as decorateMethodV2 } from '../../shared-chunks/runtime-CYyqkz5q-BOdRhmsS.js';
20
20
  import { assert } from '../debug/lib/assert.js';
21
- export { I as Input, T as Textarea } from '../../shared-chunks/textarea-WSlUEr0y.js';
22
- import { s as setComponentManager$1 } from '../../shared-chunks/api-BAmlf_CN.js';
23
- export { c as capabilities } from '../../shared-chunks/api-BAmlf_CN.js';
21
+ export { I as Input, T as Textarea } from '../../shared-chunks/textarea-DHjEFpZu.js';
22
+ import { s as setComponentManager$1 } from '../../shared-chunks/api-BT9M3UaD.js';
23
+ export { c as capabilities } from '../../shared-chunks/api-BT9M3UaD.js';
24
24
  import '../../@glimmer/destroyable/index.js';
25
25
  import '../../@glimmer/global-context/index.js';
26
26
  import '../../shared-chunks/capabilities-CZkuOqqC.js';
@@ -1,4 +1,4 @@
1
- import { t as templateOnlyComponent } from '../../shared-chunks/template-only-BqOt8bDl.js';
1
+ import { t as templateOnlyComponent } from '../../shared-chunks/template-only-BxYzSEnC.js';
2
2
 
3
3
  /**
4
4
  @module @ember/component/template-only
@@ -1,8 +1,8 @@
1
1
  import { getOwner } from '../-internals/owner/index.js';
2
- import { c as computed } from '../../shared-chunks/computed-CJnghmXC.js';
3
- import { g as get } from '../../shared-chunks/property_get-CIBS9umw.js';
2
+ import { d as computed } from '../../shared-chunks/computed-Daavz6vC.js';
3
+ import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
4
4
  import { FrameworkObject } from '../object/-internals.js';
5
- import { i as inject$1 } from '../../shared-chunks/injected_property-B4T-FzZZ.js';
5
+ import { i as inject$1 } from '../../shared-chunks/injected_property-B075jH6c.js';
6
6
  import Mixin from '../object/mixin.js';
7
7
  import ActionHandler from '../-internals/runtime/lib/mixins/action_handler.js';
8
8
 
@@ -1,12 +1,12 @@
1
1
  import { getOwner } from '../-internals/owner/index.js';
2
2
  import { _backburner, next } from '../runloop/index.js';
3
- import { g as get } from '../../shared-chunks/property_get-CIBS9umw.js';
3
+ import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
4
4
  import { dasherize } from '../-internals/string/index.js';
5
5
  import Namespace from '../application/namespace.js';
6
6
  import EmberObject from '../object/index.js';
7
7
  import { A } from '../array/index.js';
8
- import { l as createCache, k as consumeTag, x as untrack, r as getValue } from '../../shared-chunks/cache-B7dqAS38.js';
9
- import { t as tagFor } from '../../shared-chunks/meta-BmRXesrk.js';
8
+ import { l as createCache, k as consumeTag, x as untrack, r as getValue } from '../../shared-chunks/cache-CeWOBNQg.js';
9
+ import { t as tagFor } from '../../shared-chunks/meta-Cjo3zQJq.js';
10
10
  import './index.js';
11
11
  import { assert } from './lib/assert.js';
12
12
 
@@ -1,4 +1,4 @@
1
- import { i as isFirefox, a as isChrome } from '../../shared-chunks/index-BGP1rw3B.js';
1
+ import { b as isFirefox, i as isChrome } from '../../shared-chunks/index-DX90CU4L.js';
2
2
  import { E as ENV } from '../../shared-chunks/env-g-kaAFLN.js';
3
3
  import defaultDeprecate from './lib/deprecate.js';
4
4
  export { registerHandler as registerDeprecationHandler } from './lib/deprecate.js';
@@ -6,14 +6,14 @@ import { Registry } from '../-internals/container/index.js';
6
6
  import DAG from '../../dag-map/index.js';
7
7
  import '../debug/index.js';
8
8
  import ContainerDebugAdapter from '../debug/container-debug-adapter.js';
9
- import { g as get } from '../../shared-chunks/property_get-CIBS9umw.js';
10
- import { s as set } from '../../shared-chunks/property_set-D3PKyisF.js';
9
+ import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
10
+ import { s as set } from '../../shared-chunks/property_set-LJskl202.js';
11
11
  import EngineInstance from './instance.js';
12
12
  import '../../route-recognizer/index.js';
13
- import '../../shared-chunks/rsvp-CnCSY930.js';
14
- import '../../shared-chunks/unrecognized-url-error-B3wUTorp.js';
13
+ import '../../shared-chunks/rsvp-C6j8G1D1.js';
14
+ import '../../shared-chunks/unrecognized-url-error-BQdkjTtZ.js';
15
15
  import RoutingService from '../routing/lib/routing-service.js';
16
- import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-BC5VMvei.js';
16
+ import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-C_YovxNX.js';
17
17
  import RegistryProxyMixin from '../-internals/runtime/lib/mixins/registry_proxy.js';
18
18
  import { StrictResolver } from './lib/strict-resolver.js';
19
19
  import { assert } from '../debug/lib/assert.js';
@@ -2,13 +2,13 @@ import EmberObject from '../object/index.js';
2
2
  import '../-internals/runtime/lib/ext/rsvp.js';
3
3
  import '../debug/index.js';
4
4
  import { Registry, privatize } from '../-internals/container/index.js';
5
- import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
5
+ import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
6
6
  import { ENGINE_PARENT, getEngineParent, setEngineParent } from './lib/engine-parent.js';
7
7
  import ContainerProxyMixin from '../-internals/runtime/lib/mixins/container_proxy.js';
8
8
  import RegistryProxyMixin from '../-internals/runtime/lib/mixins/registry_proxy.js';
9
9
  import { isFactory } from '../-internals/owner/index.js';
10
10
  import { assert } from '../debug/lib/assert.js';
11
- import { R as RSVP } from '../../shared-chunks/rsvp-CnCSY930.js';
11
+ import { R as RSVP } from '../../shared-chunks/rsvp-C6j8G1D1.js';
12
12
 
13
13
  /**
14
14
  @module @ember/engine
@@ -1,11 +1,11 @@
1
- import { b as setHelperManager$1 } from '../../shared-chunks/api-BAmlf_CN.js';
2
- import { i as helperCapabilities } from '../../shared-chunks/api-BawZUDYD.js';
3
- import { i as invokeHelper$1 } from '../../shared-chunks/invoke-B8M5fQQS.js';
4
- import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-BRRFQJ99.js';
5
- import { c as concat$1, g as get$1 } from '../../shared-chunks/get-D5b5QlqE.js';
6
- import { a as and$1, e as eq$1, g as gt$1, b as gte$1, l as lt$1, c as lte$1, n as neq$1, d as not$1, o as or$1 } from '../../shared-chunks/or-O0eJQ4K-.js';
7
- import { e as element$1 } from '../../shared-chunks/element-DQJOvSlQ.js';
8
- import { u as uniqueId$1 } from '../../shared-chunks/unique-id-CgmHQiwi.js';
1
+ import { b as setHelperManager$1 } from '../../shared-chunks/api-BT9M3UaD.js';
2
+ import { i as helperCapabilities } from '../../shared-chunks/api-DG5kRT-o.js';
3
+ import { i as invokeHelper$1 } from '../../shared-chunks/invoke-Ds0KEfP_.js';
4
+ import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-2-93qikL.js';
5
+ import { c as concat$1, g as get$1 } from '../../shared-chunks/get-CO3EIWsm.js';
6
+ import { a as and$1, e as eq$1, g as gt$1, b as gte$1, l as lt$1, c as lte$1, n as neq$1, d as not$1, o as or$1 } from '../../shared-chunks/or-Bg6rCMF8.js';
7
+ import { e as element$1 } from '../../shared-chunks/element-bBwMD8cw.js';
8
+ import { u as uniqueId$1 } from '../../shared-chunks/unique-id-Hd96VZlE.js';
9
9
 
10
10
  /**
11
11
  @module @ember/helper
@@ -1,5 +1,5 @@
1
- import { d as setModifierManager$1 } from '../../shared-chunks/api-BAmlf_CN.js';
2
- export { m as capabilities } from '../../shared-chunks/api-BAmlf_CN.js';
1
+ import { d as setModifierManager$1 } from '../../shared-chunks/api-BT9M3UaD.js';
2
+ export { m as capabilities } from '../../shared-chunks/api-BT9M3UaD.js';
3
3
  export { on } from './on.js';
4
4
 
5
5
  // NOTE: this uses assignment to *require* that the `glimmerSetModifierManager`
@@ -1,4 +1,4 @@
1
- import { o as on$1 } from '../../shared-chunks/on-BueSMv9L.js';
1
+ import { o as on$1 } from '../../shared-chunks/on-Ch_lyozr.js';
2
2
 
3
3
  // In normal TypeScript, this modifier is essentially an opaque token that just
4
4
  // needs to be importable. Declaring it with a unique interface like this,
@@ -1,6 +1,6 @@
1
1
  export { g as cacheFor } from '../../shared-chunks/computed_cache-DmYKevAP.js';
2
- export { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
3
- import { a as addListener } from '../../shared-chunks/events-6aFVjD4k.js';
2
+ export { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
3
+ import { a as addListener } from '../../shared-chunks/events-B1lx9T1I.js';
4
4
  import '../debug/index.js';
5
5
  import EmberObject from './index.js';
6
6
  import { assert } from '../debug/lib/assert.js';
@@ -1,7 +1,7 @@
1
- import { s as setClassicDecorator, i as isElementDescriptor, d as descriptorForProperty } from '../../shared-chunks/decorator-B5Uh5NFI.js';
1
+ import { s as setClassicDecorator, c as isElementDescriptor, b as descriptorForProperty } from '../../shared-chunks/decorator-DYQwMItS.js';
2
2
  import '../debug/index.js';
3
- import { w as track, U as UPDATE_TAG, k as consumeTag } from '../../shared-chunks/cache-B7dqAS38.js';
4
- import { t as tagFor } from '../../shared-chunks/meta-BmRXesrk.js';
3
+ import { w as track, U as UPDATE_TAG, k as consumeTag } from '../../shared-chunks/cache-CeWOBNQg.js';
4
+ import { t as tagFor } from '../../shared-chunks/meta-Cjo3zQJq.js';
5
5
  import { assert } from '../debug/lib/assert.js';
6
6
 
7
7
  let wrapGetterSetter = function (target, key, desc) {
@@ -1,4 +1,4 @@
1
- export { C as default, e as expandProperties } from '../../shared-chunks/computed-CJnghmXC.js';
2
- export { a as alias } from '../../shared-chunks/alias-ZcMQckQV.js';
1
+ export { C as default, i as expandProperties } from '../../shared-chunks/computed-Daavz6vC.js';
2
+ export { a as alias } from '../../shared-chunks/alias-RGbDZoAB.js';
3
3
  export { and, bool, deprecatingAlias, empty, equal, gt, gte, lt, lte, match, none, not, notEmpty, oneWay, or, readOnly, oneWay as reads } from './lib/computed/computed_macros.js';
4
4
  export { collect, filter, filterBy, intersect, map, mapBy, max, min, setDiff, sort, sum, union, uniq, uniqBy } from './lib/computed/reduce_computed_macros.js';
@@ -1,13 +1,13 @@
1
1
  import { g as getFactoryFor, s as setFactoryFor } from '../../shared-chunks/container-BzzHmCNj.js';
2
2
  import { getOwner } from '../-internals/owner/index.js';
3
- import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
3
+ import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
4
4
  import { meta } from '../-internals/meta/lib/meta.js';
5
- import { h as hasUnknownProperty, P as PROXY_CONTENT } from '../../shared-chunks/property_get-CIBS9umw.js';
6
- import { s as sendEvent } from '../../shared-chunks/events-6aFVjD4k.js';
7
- import { a as activateObserver } from '../../shared-chunks/observers-C2DurkLG.js';
8
- import { d as defineProperty } from '../../shared-chunks/computed-CJnghmXC.js';
9
- import { d as descriptorForProperty, a as isClassicDecorator } from '../../shared-chunks/decorator-B5Uh5NFI.js';
10
- import { D as DEBUG_INJECTION_FUNCTIONS } from '../../shared-chunks/injected_property-B4T-FzZZ.js';
5
+ import { h as hasUnknownProperty, P as PROXY_CONTENT } from '../../shared-chunks/property_get-BjbsrgpU.js';
6
+ import { s as sendEvent } from '../../shared-chunks/events-B1lx9T1I.js';
7
+ import { a as activateObserver } from '../../shared-chunks/observers-CejcZw5s.js';
8
+ import { f as defineProperty } from '../../shared-chunks/computed-Daavz6vC.js';
9
+ import { b as descriptorForProperty, i as isClassicDecorator } from '../../shared-chunks/decorator-DYQwMItS.js';
10
+ import { D as DEBUG_INJECTION_FUNCTIONS } from '../../shared-chunks/injected_property-B075jH6c.js';
11
11
  import Mixin, { applyMixin } from './mixin.js';
12
12
  import ActionHandler from '../-internals/runtime/lib/mixins/action_handler.js';
13
13
  import makeArray from '../array/lib/make-array.js';
@@ -1,5 +1,5 @@
1
- import { h as hasListeners, r as removeListener, s as sendEvent, a as addListener } from '../../shared-chunks/events-6aFVjD4k.js';
2
- export { o as on } from '../../shared-chunks/events-6aFVjD4k.js';
1
+ import { h as hasListeners, r as removeListener, s as sendEvent, a as addListener } from '../../shared-chunks/events-B1lx9T1I.js';
2
+ export { o as on } from '../../shared-chunks/events-B1lx9T1I.js';
3
3
  import Mixin from './mixin.js';
4
4
 
5
5
  /**
@@ -1 +1 @@
1
- export { a as addListener, r as removeListener, s as sendEvent } from '../../shared-chunks/events-6aFVjD4k.js';
1
+ export { a as addListener, r as removeListener, s as sendEvent } from '../../shared-chunks/events-B1lx9T1I.js';