ember-source 7.2.0-alpha.2 → 7.2.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/blueprints/acceptance-test/index.js +7 -9
- package/blueprints/component/index.js +8 -10
- package/blueprints/component-addon/index.js +5 -7
- package/blueprints/component-class/index.js +6 -8
- package/blueprints/component-class-addon/index.js +5 -7
- package/blueprints/component-test/index.js +7 -9
- package/blueprints/controller/index.js +2 -4
- package/blueprints/controller-test/index.js +5 -7
- package/blueprints/helper/index.js +3 -5
- package/blueprints/helper-addon/index.js +2 -2
- package/blueprints/helper-test/index.js +4 -6
- package/blueprints/initializer/index.js +2 -4
- package/blueprints/initializer-addon/index.js +2 -2
- package/blueprints/initializer-test/index.js +5 -7
- package/blueprints/instance-initializer/index.js +2 -4
- package/blueprints/instance-initializer-addon/index.js +2 -2
- package/blueprints/instance-initializer-test/index.js +5 -7
- package/blueprints/mixin/index.js +1 -3
- package/blueprints/mixin-test/index.js +2 -4
- package/blueprints/route/index.js +8 -10
- package/blueprints/route-addon/index.js +4 -6
- package/blueprints/route-test/index.js +5 -7
- package/blueprints/service/index.js +2 -4
- package/blueprints/service-test/index.js +3 -5
- package/blueprints/template/index.js +1 -3
- package/blueprints/util/index.js +2 -4
- package/blueprints/util-test/index.js +4 -6
- package/build-metadata.json +3 -3
- package/dist/dev/packages/@ember/-internals/browser-environment/index.js +1 -1
- package/dist/dev/packages/@ember/-internals/glimmer/index.js +11 -11
- package/dist/dev/packages/@ember/-internals/metal/index.js +18 -18
- package/dist/dev/packages/@ember/-internals/routing/index.js +3 -3
- package/dist/dev/packages/@ember/-internals/runtime/index.js +1 -1
- package/dist/dev/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
- package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
- package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
- package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +2 -2
- package/dist/dev/packages/@ember/-internals/utils/index.js +2 -2
- package/dist/dev/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
- package/dist/dev/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
- package/dist/dev/packages/@ember/-internals/views/lib/system/utils.js +1 -1
- package/dist/dev/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
- package/dist/dev/packages/@ember/application/index.js +6 -6
- package/dist/dev/packages/@ember/application/instance.js +4 -4
- package/dist/dev/packages/@ember/application/namespace.js +3 -3
- package/dist/dev/packages/@ember/array/index.js +5 -5
- package/dist/dev/packages/@ember/array/proxy.js +8 -8
- package/dist/dev/packages/@ember/component/helper.js +1 -1
- package/dist/dev/packages/@ember/component/index.js +12 -12
- package/dist/dev/packages/@ember/component/template-only.js +1 -1
- package/dist/dev/packages/@ember/controller/index.js +3 -3
- package/dist/dev/packages/@ember/debug/data-adapter.js +3 -3
- package/dist/dev/packages/@ember/debug/index.js +1 -1
- package/dist/dev/packages/@ember/engine/index.js +15 -5
- package/dist/dev/packages/@ember/engine/instance.js +2 -2
- package/dist/dev/packages/@ember/engine/lib/strict-resolver.js +122 -0
- package/dist/dev/packages/@ember/helper/index.js +8 -8
- package/dist/dev/packages/@ember/modifier/index.js +2 -2
- package/dist/dev/packages/@ember/modifier/on.js +1 -1
- package/dist/dev/packages/@ember/object/-internals.js +2 -2
- package/dist/dev/packages/@ember/object/compat.js +3 -3
- package/dist/dev/packages/@ember/object/computed.js +2 -2
- package/dist/dev/packages/@ember/object/core.js +7 -7
- package/dist/dev/packages/@ember/object/evented.js +2 -2
- package/dist/dev/packages/@ember/object/events.js +1 -1
- package/dist/dev/packages/@ember/object/index.js +8 -8
- package/dist/dev/packages/@ember/object/internals.js +1 -1
- package/dist/dev/packages/@ember/object/lib/computed/computed_macros.js +5 -5
- package/dist/dev/packages/@ember/object/lib/computed/reduce_computed_macros.js +3 -3
- package/dist/dev/packages/@ember/object/mixin.js +6 -6
- package/dist/dev/packages/@ember/object/observable.js +7 -7
- package/dist/dev/packages/@ember/object/observers.js +1 -1
- package/dist/dev/packages/@ember/object/promise-proxy-mixin.js +3 -3
- package/dist/dev/packages/@ember/reactive/collections.js +1 -1
- package/dist/dev/packages/@ember/renderer/index.js +1 -1
- package/dist/dev/packages/@ember/routing/-internals.js +3 -3
- package/dist/dev/packages/@ember/routing/index.js +4 -4
- package/dist/dev/packages/@ember/routing/lib/generate_controller.js +1 -1
- package/dist/dev/packages/@ember/routing/lib/routing-service.js +5 -5
- package/dist/dev/packages/@ember/routing/lib/utils.js +3 -3
- package/dist/dev/packages/@ember/routing/route.js +10 -10
- package/dist/dev/packages/@ember/routing/router-service.js +6 -6
- package/dist/dev/packages/@ember/routing/router.js +5 -5
- package/dist/dev/packages/@ember/runloop/index.js +1 -1
- package/dist/dev/packages/@ember/service/index.js +1 -1
- package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +3 -3
- package/dist/dev/packages/@ember/template-compiler/lib/template.js +2 -2
- package/dist/dev/packages/@ember/template-factory/index.js +1 -1
- package/dist/dev/packages/@ember/utils/lib/is_empty.js +1 -1
- package/dist/dev/packages/@glimmer/manager/index.js +3 -3
- package/dist/dev/packages/@glimmer/node/index.js +3 -3
- package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
- package/dist/dev/packages/@glimmer/program/index.js +8 -8
- package/dist/dev/packages/@glimmer/reference/index.js +5 -5
- package/dist/dev/packages/@glimmer/runtime/index.js +13 -13
- package/dist/dev/packages/@glimmer/tracking/index.js +2 -2
- package/dist/dev/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
- package/dist/dev/packages/@glimmer/util/index.js +4 -4
- package/dist/dev/packages/@glimmer/validator/index.js +3 -3
- package/dist/dev/packages/@glimmer/vm/index.js +1 -1
- package/dist/dev/packages/ember/version.js +1 -1
- package/dist/dev/packages/ember-template-compiler/index.js +4 -4
- package/dist/dev/packages/router_js/index.js +2 -2
- package/dist/dev/packages/rsvp/index.js +1 -1
- package/dist/dev/packages/shared-chunks/{alias-ZcMQckQV.js → alias-RGbDZoAB.js} +7 -7
- package/dist/dev/packages/shared-chunks/{api-BAmlf_CN.js → api-BT9M3UaD.js} +5 -5
- package/dist/dev/packages/shared-chunks/{api-BawZUDYD.js → api-DG5kRT-o.js} +2 -2
- package/dist/dev/packages/shared-chunks/{args-proxy-BNLuRFlO.js → args-proxy-CB0SM6jC.js} +2 -2
- package/dist/dev/packages/shared-chunks/{array-Bh_kUjzy.js → array-BMaSKezP.js} +3 -3
- package/dist/dev/packages/shared-chunks/{array-utils-CZQxrdD3.js → array-utils-BEaSKdEb.js} +1 -1
- package/dist/dev/packages/shared-chunks/{cache-B7dqAS38.js → cache-CeWOBNQg.js} +2 -2
- package/dist/dev/packages/shared-chunks/{chain-tags-D6tuFUj_.js → chain-tags-DfmU63mS.js} +4 -4
- package/dist/dev/packages/shared-chunks/{collections-DPkjqeA3.js → collections-DEt-i-8B.js} +2 -2
- package/dist/dev/packages/shared-chunks/{compiler-QUSl_urU.js → compiler-DhH2WLpA.js} +3 -3
- package/dist/dev/packages/shared-chunks/{computed-CJnghmXC.js → computed-Daavz6vC.js} +6 -6
- package/dist/dev/packages/shared-chunks/{curly-BBzF_bI8.js → curly-YoYS2vXw.js} +7 -7
- package/dist/dev/packages/shared-chunks/{curried-BZnYakIg.js → curried-Cnjy9_ug.js} +1 -1
- package/dist/dev/packages/shared-chunks/{decorator-B5Uh5NFI.js → decorator-DYQwMItS.js} +1 -1
- package/dist/dev/packages/shared-chunks/{element-DQJOvSlQ.js → element-bBwMD8cw.js} +3 -3
- package/dist/dev/packages/shared-chunks/{element-builder--iTIJyCB.js → element-builder-Cl1kHFJE.js} +4 -4
- package/dist/dev/packages/shared-chunks/{events-6aFVjD4k.js → events-B1lx9T1I.js} +1 -1
- package/dist/dev/packages/shared-chunks/{get-D5b5QlqE.js → get-CO3EIWsm.js} +4 -4
- package/dist/{prod/packages/shared-chunks/get_properties-Nn08mLAH.js → dev/packages/shared-chunks/get_properties-B203vZpz.js} +1 -1
- package/dist/dev/packages/shared-chunks/{guid-Cbq2sNV_.js → guid-PO2v9BaN.js} +1 -1
- package/dist/dev/packages/shared-chunks/{hash-BRRFQJ99.js → hash-2-93qikL.js} +3 -3
- package/dist/dev/packages/shared-chunks/{helper-Do7NCZHI.js → helper-Bm6EhgSW.js} +3 -3
- package/dist/dev/packages/shared-chunks/{index-BGP1rw3B.js → index-DX90CU4L.js} +1 -1
- package/dist/dev/packages/shared-chunks/{index-CyZiGiEI.js → index-DkwVSPP5.js} +7 -7
- package/dist/dev/packages/shared-chunks/{index-CwnQYqK5.js → index-dyv6rcBf.js} +27 -27
- package/dist/dev/packages/shared-chunks/{injected_property-B4T-FzZZ.js → injected_property-B075jH6c.js} +2 -2
- package/dist/dev/packages/shared-chunks/{internal-CAL-jHZt.js → internal-Bpr6ihB_.js} +4 -4
- package/dist/dev/packages/shared-chunks/{internal-helper-Ez7zbEIa.js → internal-helper-IC87S6iZ.js} +1 -1
- package/dist/dev/packages/shared-chunks/{invoke-B8M5fQQS.js → invoke-Ds0KEfP_.js} +3 -3
- package/dist/dev/packages/shared-chunks/{libraries-CHBwbR72.js → libraries-P8Ins5CB.js} +1 -1
- package/dist/dev/packages/shared-chunks/{meta-BmRXesrk.js → meta-Cjo3zQJq.js} +1 -1
- package/dist/{prod/packages/shared-chunks/namespace_search-BfvzEQzN.js → dev/packages/shared-chunks/namespace_search-TFdmjK_a.js} +1 -1
- package/dist/dev/packages/shared-chunks/{normalize-CKySQVU7.js → normalize-CxG_iVLJ.js} +2 -2
- package/dist/dev/packages/shared-chunks/{observers-C2DurkLG.js → observers-CejcZw5s.js} +5 -5
- package/dist/dev/packages/shared-chunks/{on-BueSMv9L.js → on-Ch_lyozr.js} +4 -4
- package/dist/dev/packages/shared-chunks/{or-O0eJQ4K-.js → or-Bg6rCMF8.js} +2 -2
- package/dist/dev/packages/shared-chunks/{present-B1rrjAVM.js → present-D0EfKzC6.js} +1 -1
- package/dist/{prod/packages/shared-chunks/program-B7CWdS8W.js → dev/packages/shared-chunks/program-CPXeXWVB.js} +2 -2
- package/dist/dev/packages/shared-chunks/{program-context-CadjldRr.js → program-context-BaYVr5GA.js} +4 -4
- package/dist/dev/packages/shared-chunks/{property_get-CIBS9umw.js → property_get-BjbsrgpU.js} +3 -3
- package/dist/dev/packages/shared-chunks/{property_set-D3PKyisF.js → property_set-LJskl202.js} +3 -3
- package/dist/dev/packages/shared-chunks/{reference-BoPB2LfI.js → reference-C-OXd_kp.js} +3 -3
- package/dist/{prod/packages/shared-chunks/registers-C_W2qYHJ.js → dev/packages/shared-chunks/registers-Buvdhhxx.js} +1 -1
- package/dist/dev/packages/shared-chunks/{rehydrate-builder-DCyIgnCR.js → rehydrate-builder-IH4d_JQy.js} +4 -4
- package/dist/dev/packages/shared-chunks/{render-CpKaO-BO.js → render-Dz3OWqXy.js} +15 -15
- package/dist/dev/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp-C6j8G1D1.js} +1 -1
- package/dist/dev/packages/shared-chunks/{serialize-builder-DxgGRvH_.js → serialize-builder-DKliZPPG.js} +2 -2
- package/dist/dev/packages/shared-chunks/{set_properties-BghuuGJx.js → set_properties-CNds2HCH.js} +2 -2
- package/dist/dev/packages/shared-chunks/{setup-registry-BC5VMvei.js → setup-registry-C_YovxNX.js} +7 -7
- package/dist/{prod/packages/shared-chunks/simple-cast-DCvJLSin.js → dev/packages/shared-chunks/simple-cast-BXTrayoV.js} +1 -1
- package/dist/{prod/packages/shared-chunks/super-BBBjgF69.js → dev/packages/shared-chunks/super-D4qkU4uq.js} +1 -1
- package/dist/{prod/packages/shared-chunks/syscall-ops-BPFtDquC.js → dev/packages/shared-chunks/syscall-ops-nrBHMOTp.js} +1 -1
- package/dist/{prod/packages/shared-chunks/template-BRrQR6KS.js → dev/packages/shared-chunks/template-B0Apv9g2.js} +1 -1
- package/dist/dev/packages/shared-chunks/{template-only-BqOt8bDl.js → template-only-BxYzSEnC.js} +2 -2
- package/dist/dev/packages/shared-chunks/{textarea-WSlUEr0y.js → textarea-DHjEFpZu.js} +6 -6
- package/dist/dev/packages/shared-chunks/{tracked-CKE4wnE6.js → tracked-B76E1nGz.js} +5 -5
- package/dist/dev/packages/shared-chunks/{tracked-data-CGnA4ytZ.js → tracked-data-CH1USZZy.js} +2 -2
- package/dist/dev/packages/shared-chunks/{unique-id-CgmHQiwi.js → unique-id-Hd96VZlE.js} +2 -2
- package/dist/dev/packages/shared-chunks/{unrecognized-url-error-B3wUTorp.js → unrecognized-url-error-BQdkjTtZ.js} +2 -2
- package/dist/dev/packages/shared-chunks/{untouchable-this-B3DVwpHS.js → untouchable-this-BHdAERUu.js} +11 -11
- package/dist/{prod/packages/shared-chunks/vm-ops-ImHv0Wtg.js → dev/packages/shared-chunks/vm-ops-5QCUIRx4.js} +1 -1
- package/dist/prod/packages/@ember/-internals/glimmer/index.js +11 -11
- package/dist/prod/packages/@ember/-internals/metal/index.js +18 -18
- package/dist/prod/packages/@ember/-internals/routing/index.js +3 -3
- package/dist/prod/packages/@ember/-internals/runtime/index.js +1 -1
- package/dist/prod/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +2 -2
- package/dist/prod/packages/@ember/-internals/utils/index.js +2 -2
- package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
- package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
- package/dist/prod/packages/@ember/-internals/views/lib/system/utils.js +1 -1
- package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
- package/dist/prod/packages/@ember/application/index.js +5 -5
- package/dist/prod/packages/@ember/application/instance.js +4 -4
- package/dist/prod/packages/@ember/application/namespace.js +3 -3
- package/dist/prod/packages/@ember/array/index.js +5 -5
- package/dist/prod/packages/@ember/array/proxy.js +8 -8
- package/dist/prod/packages/@ember/component/helper.js +1 -1
- package/dist/prod/packages/@ember/component/index.js +11 -11
- package/dist/prod/packages/@ember/component/template-only.js +1 -1
- package/dist/prod/packages/@ember/controller/index.js +3 -3
- package/dist/prod/packages/@ember/debug/data-adapter.js +3 -3
- package/dist/prod/packages/@ember/engine/index.js +15 -5
- package/dist/prod/packages/@ember/engine/instance.js +2 -2
- package/dist/prod/packages/@ember/engine/lib/strict-resolver.js +118 -0
- package/dist/prod/packages/@ember/helper/index.js +8 -8
- package/dist/prod/packages/@ember/modifier/index.js +2 -2
- package/dist/prod/packages/@ember/modifier/on.js +1 -1
- package/dist/prod/packages/@ember/object/-internals.js +2 -2
- package/dist/prod/packages/@ember/object/compat.js +3 -3
- package/dist/prod/packages/@ember/object/computed.js +2 -2
- package/dist/prod/packages/@ember/object/core.js +7 -7
- package/dist/prod/packages/@ember/object/evented.js +2 -2
- package/dist/prod/packages/@ember/object/events.js +1 -1
- package/dist/prod/packages/@ember/object/index.js +8 -8
- package/dist/prod/packages/@ember/object/internals.js +2 -2
- package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +4 -4
- package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +2 -2
- package/dist/prod/packages/@ember/object/mixin.js +6 -6
- package/dist/prod/packages/@ember/object/observable.js +7 -7
- package/dist/prod/packages/@ember/object/observers.js +1 -1
- package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +3 -3
- package/dist/prod/packages/@ember/reactive/collections.js +1 -1
- package/dist/prod/packages/@ember/renderer/index.js +1 -1
- package/dist/prod/packages/@ember/routing/index.js +4 -4
- package/dist/prod/packages/@ember/routing/lib/generate_controller.js +1 -1
- package/dist/prod/packages/@ember/routing/lib/routing-service.js +4 -4
- package/dist/prod/packages/@ember/routing/lib/utils.js +3 -3
- package/dist/prod/packages/@ember/routing/route.js +10 -10
- package/dist/prod/packages/@ember/routing/router-service.js +5 -5
- package/dist/prod/packages/@ember/routing/router.js +5 -5
- package/dist/prod/packages/@ember/runloop/index.js +1 -1
- package/dist/prod/packages/@ember/service/index.js +1 -1
- package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +3 -3
- package/dist/prod/packages/@ember/template-compiler/lib/template.js +2 -2
- package/dist/prod/packages/@ember/template-factory/index.js +1 -1
- package/dist/prod/packages/@ember/utils/lib/is_empty.js +1 -1
- package/dist/prod/packages/@glimmer/manager/index.js +3 -3
- package/dist/prod/packages/@glimmer/node/index.js +3 -3
- package/dist/prod/packages/@glimmer/opcode-compiler/index.js +2 -2
- package/dist/prod/packages/@glimmer/program/index.js +8 -8
- package/dist/prod/packages/@glimmer/reference/index.js +5 -5
- package/dist/prod/packages/@glimmer/runtime/index.js +13 -13
- package/dist/prod/packages/@glimmer/tracking/index.js +2 -2
- package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
- package/dist/prod/packages/@glimmer/util/index.js +4 -4
- package/dist/prod/packages/@glimmer/validator/index.js +3 -3
- package/dist/prod/packages/@glimmer/vm/index.js +1 -1
- package/dist/prod/packages/ember/version.js +1 -1
- package/dist/prod/packages/ember-template-compiler/index.js +4 -4
- package/dist/prod/packages/router_js/index.js +2 -2
- package/dist/prod/packages/rsvp/index.js +1 -1
- package/dist/prod/packages/shared-chunks/{alias-DBW_V5vD.js → alias-DsIh-16z.js} +7 -7
- package/dist/prod/packages/shared-chunks/{api-CM1trl_4.js → api-CGZbGcvX.js} +5 -5
- package/dist/prod/packages/shared-chunks/{api-zh_k31vb.js → api-DOLN_cR2.js} +2 -2
- package/dist/prod/packages/shared-chunks/{args-proxy-BDXbXCF9.js → args-proxy-CaXVcI8G.js} +2 -2
- package/dist/prod/packages/shared-chunks/{array-D6Couewv.js → array-DYFI95FA.js} +3 -3
- package/dist/prod/packages/shared-chunks/{array-utils-CZQxrdD3.js → array-utils-BEaSKdEb.js} +1 -1
- package/dist/prod/packages/shared-chunks/{cache-BIlOoPA7.js → cache-CG6_L9db.js} +1 -1
- package/dist/prod/packages/shared-chunks/{chain-tags-C9rFtQ_x.js → chain-tags-BP0V2LnZ.js} +4 -4
- package/dist/prod/packages/shared-chunks/{collections-C3Y8z_9v.js → collections-By4M3cTy.js} +1 -1
- package/dist/prod/packages/shared-chunks/{compiler-c4yUVrl_.js → compiler-DQmEjFyx.js} +2 -2
- package/dist/prod/packages/shared-chunks/{computed-DjCIU_ht.js → computed-D6MVTTDd.js} +6 -6
- package/dist/prod/packages/shared-chunks/{curly-ZzX43b50.js → curly-DCYSwLtz.js} +7 -7
- package/dist/prod/packages/shared-chunks/{curried-BZnYakIg.js → curried-Cnjy9_ug.js} +1 -1
- package/dist/prod/packages/shared-chunks/{debug-render-tree-CF5O4-WI.js → debug-render-tree-CYENUjgX.js} +11 -11
- package/dist/prod/packages/shared-chunks/{decorator-9ikVwsjY.js → decorator-B8Lpq40g.js} +1 -1
- package/dist/prod/packages/shared-chunks/{element-DUOVW5Ho.js → element-CT5H5uxF.js} +3 -3
- package/dist/prod/packages/shared-chunks/{element-builder-CnlTPNyw.js → element-builder-CZePCkbA.js} +4 -4
- package/dist/prod/packages/shared-chunks/{events-DYrYz3V8.js → events-C7aYCy0N.js} +1 -1
- package/dist/prod/packages/shared-chunks/{get-t0-itmA-.js → get-tlL23wmp.js} +4 -4
- package/dist/{dev/packages/shared-chunks/get_properties-CIm8IAtP.js → prod/packages/shared-chunks/get_properties-wj_Qmotj.js} +1 -1
- package/dist/prod/packages/shared-chunks/{guid-Cbq2sNV_.js → guid-PO2v9BaN.js} +1 -1
- package/dist/prod/packages/shared-chunks/{hash-mcs3pEFO.js → hash-C6IoC4eR.js} +3 -3
- package/dist/prod/packages/shared-chunks/{helper-DLjV2ZZW.js → helper-CCK8Ef0x.js} +3 -3
- package/dist/prod/packages/shared-chunks/{index-Bj71BDDA.js → index-D-rcNBLp.js} +6 -6
- package/dist/prod/packages/shared-chunks/{index-qDFz6Mfe.js → index-DabsnYit.js} +26 -26
- package/dist/prod/packages/shared-chunks/{injected_property--eJunJph.js → injected_property-COGiYHKc.js} +2 -2
- package/dist/prod/packages/shared-chunks/{internal-DidurjJB.js → internal-BEJC2IJ-.js} +4 -4
- package/dist/prod/packages/shared-chunks/{internal-helper-DIbr1RgC.js → internal-helper-CoxiRnnb.js} +1 -1
- package/dist/prod/packages/shared-chunks/{invoke-Cj5zMqHz.js → invoke-D_jsLbsj.js} +3 -3
- package/dist/prod/packages/shared-chunks/{libraries-_k-4KK5_.js → libraries-Bs3H8iwC.js} +2 -2
- package/dist/prod/packages/shared-chunks/{meta-B9mldqPL.js → meta-Ce6-qROq.js} +1 -1
- package/dist/{dev/packages/shared-chunks/namespace_search-BfvzEQzN.js → prod/packages/shared-chunks/namespace_search-TFdmjK_a.js} +1 -1
- package/dist/prod/packages/shared-chunks/{normalize-D9jDJVGg.js → normalize-Bx4H3NjB.js} +2 -2
- package/dist/prod/packages/shared-chunks/{observers-CDkeR0nI.js → observers-Ci31SE36.js} +5 -5
- package/dist/prod/packages/shared-chunks/{on-B5NVufs_.js → on-Dgmychhk.js} +4 -4
- package/dist/prod/packages/shared-chunks/{or-3AxY5TPj.js → or-sYlRiUn_.js} +2 -2
- package/dist/{dev/packages/shared-chunks/program-DzAfcWFj.js → prod/packages/shared-chunks/program-CF651Zuj.js} +2 -2
- package/dist/prod/packages/shared-chunks/{program-context-B8HKU7wu.js → program-context-DmI53TzJ.js} +4 -4
- package/dist/prod/packages/shared-chunks/{property_get-CAFdpRyu.js → property_get-Sw0SicEZ.js} +2 -2
- package/dist/prod/packages/shared-chunks/{property_set-BunbMFtp.js → property_set-SHEIPMUG.js} +3 -3
- package/dist/prod/packages/shared-chunks/{reference-BshxG6wn.js → reference-D2agTt1V.js} +3 -3
- package/dist/{dev/packages/shared-chunks/registers-C_W2qYHJ.js → prod/packages/shared-chunks/registers-Buvdhhxx.js} +1 -1
- package/dist/prod/packages/shared-chunks/{rehydrate-builder-DJ8k-6fg.js → rehydrate-builder-B7MtrWip.js} +4 -4
- package/dist/prod/packages/shared-chunks/{render-DkJJmoI4.js → render-B790-vbk.js} +15 -15
- package/dist/prod/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp-C6j8G1D1.js} +1 -1
- package/dist/prod/packages/shared-chunks/{serialize-builder-R3Ozg0sC.js → serialize-builder-kEyOKbzp.js} +2 -2
- package/dist/prod/packages/shared-chunks/{set_properties-LT3RzRmJ.js → set_properties-CcLLHg1w.js} +2 -2
- package/dist/prod/packages/shared-chunks/{setup-registry-C2KfZJWI.js → setup-registry-D14I0iDX.js} +7 -7
- package/dist/{dev/packages/shared-chunks/simple-cast-DCvJLSin.js → prod/packages/shared-chunks/simple-cast-BXTrayoV.js} +1 -1
- package/dist/{dev/packages/shared-chunks/super-BBBjgF69.js → prod/packages/shared-chunks/super-D4qkU4uq.js} +1 -1
- package/dist/{dev/packages/shared-chunks/syscall-ops-BPFtDquC.js → prod/packages/shared-chunks/syscall-ops-nrBHMOTp.js} +1 -1
- package/dist/{dev/packages/shared-chunks/template-BRrQR6KS.js → prod/packages/shared-chunks/template-B0Apv9g2.js} +1 -1
- package/dist/prod/packages/shared-chunks/{template-only-BtLl0uH0.js → template-only-CP0NT7ce.js} +2 -2
- package/dist/prod/packages/shared-chunks/{textarea-CHqL0Rdh.js → textarea-B_JYBuE8.js} +5 -5
- package/dist/prod/packages/shared-chunks/{tracked-DAVrVqJl.js → tracked-CXcapuAm.js} +5 -5
- package/dist/prod/packages/shared-chunks/{tracked-data-C83f5V5S.js → tracked-data-DNDzhYXf.js} +2 -2
- package/dist/prod/packages/shared-chunks/{unique-id-CfHImDRV.js → unique-id-Hn8Qp4dS.js} +2 -2
- package/dist/prod/packages/shared-chunks/{unrecognized-url-error-DDBwfzdm.js → unrecognized-url-error-ClNyMFJt.js} +2 -2
- package/dist/{dev/packages/shared-chunks/vm-ops-ImHv0Wtg.js → prod/packages/shared-chunks/vm-ops-5QCUIRx4.js} +1 -1
- package/docs/data.json +28 -17
- package/package.json +6 -4
- package/types/stable/@ember/engine/index.d.ts +9 -0
- package/types/stable/@ember/engine/lib/strict-resolver.d.ts +16 -0
- package/types/stable/index.d.ts +1 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { I as INIT_FACTORY } from '../../shared-chunks/container-BzzHmCNj.js';
|
|
2
2
|
import { peekMeta, meta } from '../-internals/meta/lib/meta.js';
|
|
3
|
-
import { R as ROOT, o as observerListenerMetaFor, w as wrap } from '../../shared-chunks/super-
|
|
3
|
+
import { R as ROOT, o as observerListenerMetaFor, w as wrap } from '../../shared-chunks/super-D4qkU4uq.js';
|
|
4
4
|
import '../debug/index.js';
|
|
5
|
-
import { n as nativeDescDecorator,
|
|
6
|
-
import { g as defineValue,
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { a as addListener, r as removeListener } from '../../shared-chunks/events-
|
|
5
|
+
import { n as nativeDescDecorator, i as isClassicDecorator, d as descriptorForDecorator, m as makeComputedDecorator } from '../../shared-chunks/decorator-DYQwMItS.js';
|
|
6
|
+
import { g as defineValue, e as defineDecorator, C as ComputedProperty } from '../../shared-chunks/computed-Daavz6vC.js';
|
|
7
|
+
import { e as setUnprocessedMixins } from '../../shared-chunks/namespace_search-TFdmjK_a.js';
|
|
8
|
+
import { e as revalidateObservers, b as addObserver, r as removeObserver } from '../../shared-chunks/observers-CejcZw5s.js';
|
|
9
|
+
import { a as addListener, r as removeListener } from '../../shared-chunks/events-B1lx9T1I.js';
|
|
10
10
|
import { assert } from '../debug/lib/assert.js';
|
|
11
11
|
|
|
12
12
|
/**
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { peekMeta } from '../-internals/meta/lib/meta.js';
|
|
2
|
-
import { h as hasListeners } from '../../shared-chunks/events-
|
|
3
|
-
import { n as notifyPropertyChange,
|
|
4
|
-
import { r as removeObserver, b as addObserver } from '../../shared-chunks/observers-
|
|
5
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
6
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
7
|
-
import { g as getProperties } from '../../shared-chunks/get_properties-
|
|
8
|
-
import { s as setProperties } from '../../shared-chunks/set_properties-
|
|
2
|
+
import { h as hasListeners } from '../../shared-chunks/events-B1lx9T1I.js';
|
|
3
|
+
import { n as notifyPropertyChange, h as endPropertyChanges, b as beginPropertyChanges } from '../../shared-chunks/computed-Daavz6vC.js';
|
|
4
|
+
import { r as removeObserver, b as addObserver } from '../../shared-chunks/observers-CejcZw5s.js';
|
|
5
|
+
import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
|
|
6
|
+
import { s as set } from '../../shared-chunks/property_set-LJskl202.js';
|
|
7
|
+
import { g as getProperties } from '../../shared-chunks/get_properties-B203vZpz.js';
|
|
8
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-CNds2HCH.js';
|
|
9
9
|
import Mixin from './mixin.js';
|
|
10
10
|
import '../debug/index.js';
|
|
11
11
|
import { assert } from '../debug/lib/assert.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as addObserver, r as removeObserver } from '../../shared-chunks/observers-
|
|
1
|
+
export { b as addObserver, r as removeObserver } from '../../shared-chunks/observers-CejcZw5s.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
2
|
-
import { s as setProperties } from '../../shared-chunks/set_properties-
|
|
3
|
-
import {
|
|
1
|
+
import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
|
|
2
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-CNds2HCH.js';
|
|
3
|
+
import { d as computed } from '../../shared-chunks/computed-Daavz6vC.js';
|
|
4
4
|
import Mixin from './mixin.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as consumeTag, n as createUpdatableTag, D as DIRTY_TAG } from '../../shared-chunks/cache-
|
|
1
|
+
import { k as consumeTag, n as createUpdatableTag, D as DIRTY_TAG } from '../../shared-chunks/cache-CeWOBNQg.js';
|
|
2
2
|
|
|
3
3
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
4
4
|
// Unfortunately, TypeScript's ability to do inference *or* type-checking in a
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { r as renderComponent, a as renderSettled } from '../../shared-chunks/index-dyv6rcBf.js';
|
|
@@ -5,9 +5,9 @@ export { default as generateController, generateControllerFactory } from './lib/
|
|
|
5
5
|
export { default as BucketCache } from './lib/cache.js';
|
|
6
6
|
export { default as DSL } from './lib/dsl.js';
|
|
7
7
|
export { default as controllerFor } from './lib/controller_for.js';
|
|
8
|
-
import '../../shared-chunks/property_get-
|
|
8
|
+
import '../../shared-chunks/property_get-BjbsrgpU.js';
|
|
9
9
|
import '../debug/index.js';
|
|
10
10
|
import '../engine/instance.js';
|
|
11
11
|
import '../../route-recognizer/index.js';
|
|
12
|
-
import '../../shared-chunks/rsvp-
|
|
13
|
-
import '../../shared-chunks/unrecognized-url-error-
|
|
12
|
+
import '../../shared-chunks/rsvp-C6j8G1D1.js';
|
|
13
|
+
import '../../shared-chunks/unrecognized-url-error-BQdkjTtZ.js';
|
|
@@ -5,11 +5,11 @@ import { getEngineParent } from '../engine/lib/engine-parent.js';
|
|
|
5
5
|
import { flaggedInstrument } from '../instrumentation/index.js';
|
|
6
6
|
import { action } from '../object/index.js';
|
|
7
7
|
import { service } from '../service/index.js';
|
|
8
|
-
import { k as consumeTag, l as createCache, r as getValue, x as untrack } from '../../shared-chunks/cache-
|
|
9
|
-
import { t as tagFor } from '../../shared-chunks/meta-
|
|
8
|
+
import { k as consumeTag, l as createCache, r as getValue, x as untrack } from '../../shared-chunks/cache-CeWOBNQg.js';
|
|
9
|
+
import { t as tagFor } from '../../shared-chunks/meta-Cjo3zQJq.js';
|
|
10
10
|
import { on } from '../modifier/on.js';
|
|
11
|
-
import {
|
|
12
|
-
import { I as InternalComponent, o as opaquify } from '../../shared-chunks/internal-
|
|
11
|
+
import { h as templateFactory } from '../../shared-chunks/index-DkwVSPP5.js';
|
|
12
|
+
import { I as InternalComponent, o as opaquify } from '../../shared-chunks/internal-Bpr6ihB_.js';
|
|
13
13
|
import { d as decorateFieldV2, i as initializeDeferredDecorator, a as decorateMethodV2 } from '../../shared-chunks/runtime-CYyqkz5q-BOdRhmsS.js';
|
|
14
14
|
import { assert } from '../debug/lib/assert.js';
|
|
15
15
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as get } from '../../../shared-chunks/property_get-
|
|
1
|
+
import { g as get } from '../../../shared-chunks/property_get-BjbsrgpU.js';
|
|
2
2
|
import Controller from '../../controller/index.js';
|
|
3
3
|
import { info } from '../../debug/index.js';
|
|
4
4
|
import { assert } from '../../debug/lib/assert.js';
|
|
@@ -3,12 +3,12 @@ import '../../debug/index.js';
|
|
|
3
3
|
import '../../-internals/meta/lib/meta.js';
|
|
4
4
|
import { assert } from '../../debug/lib/assert.js';
|
|
5
5
|
import '../../../@glimmer/destroyable/index.js';
|
|
6
|
-
import '../../../shared-chunks/cache-
|
|
6
|
+
import '../../../shared-chunks/cache-CeWOBNQg.js';
|
|
7
7
|
import '../../../shared-chunks/mandatory-setter-BpbAMTzV.js';
|
|
8
|
-
import '../../../shared-chunks/reference-
|
|
9
|
-
import '../../../shared-chunks/decorator-
|
|
10
|
-
import '../../../shared-chunks/observers-
|
|
11
|
-
import '../../../shared-chunks/property_get-
|
|
8
|
+
import '../../../shared-chunks/reference-C-OXd_kp.js';
|
|
9
|
+
import '../../../shared-chunks/decorator-DYQwMItS.js';
|
|
10
|
+
import '../../../shared-chunks/observers-CejcZw5s.js';
|
|
11
|
+
import '../../../shared-chunks/property_get-BjbsrgpU.js';
|
|
12
12
|
import { readOnly } from '../../object/lib/computed/computed_macros.js';
|
|
13
13
|
import '../../object/core.js';
|
|
14
14
|
import '../../-internals/runtime/lib/mixins/comparable.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { g as get } from '../../../shared-chunks/property_get-
|
|
1
|
+
import { g as get } from '../../../shared-chunks/property_get-BjbsrgpU.js';
|
|
2
2
|
import { getOwner } from '../../-internals/owner/index.js';
|
|
3
3
|
import '../../debug/index.js';
|
|
4
4
|
import EngineInstance from '../../engine/instance.js';
|
|
5
5
|
import '../../../route-recognizer/index.js';
|
|
6
|
-
import '../../../shared-chunks/rsvp-
|
|
7
|
-
import { S as STATE_SYMBOL } from '../../../shared-chunks/unrecognized-url-error-
|
|
6
|
+
import '../../../shared-chunks/rsvp-C6j8G1D1.js';
|
|
7
|
+
import { S as STATE_SYMBOL } from '../../../shared-chunks/unrecognized-url-error-BQdkjTtZ.js';
|
|
8
8
|
import { assert } from '../../debug/lib/assert.js';
|
|
9
9
|
|
|
10
10
|
const ALL_PERIODS_REGEX = /\./g;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { privatize } from '../-internals/container/index.js';
|
|
2
|
-
import { f as flushAsyncObservers, b as addObserver } from '../../shared-chunks/observers-
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { f as flushAsyncObservers, b as addObserver } from '../../shared-chunks/observers-CejcZw5s.js';
|
|
3
|
+
import { f as defineProperty, d as computed } from '../../shared-chunks/computed-Daavz6vC.js';
|
|
4
|
+
import { b as descriptorForProperty } from '../../shared-chunks/decorator-DYQwMItS.js';
|
|
5
5
|
import { getOwner } from '../-internals/owner/index.js';
|
|
6
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
7
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
8
|
-
import { g as getProperties } from '../../shared-chunks/get_properties-
|
|
9
|
-
import { s as setProperties } from '../../shared-chunks/set_properties-
|
|
6
|
+
import { g as get } from '../../shared-chunks/property_get-BjbsrgpU.js';
|
|
7
|
+
import { s as set } from '../../shared-chunks/property_set-LJskl202.js';
|
|
8
|
+
import { g as getProperties } from '../../shared-chunks/get_properties-B203vZpz.js';
|
|
9
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-CNds2HCH.js';
|
|
10
10
|
import EmberObject from '../object/index.js';
|
|
11
11
|
import Evented from '../object/evented.js';
|
|
12
12
|
import { A } from '../array/index.js';
|
|
@@ -20,10 +20,10 @@ import { info } from '../debug/index.js';
|
|
|
20
20
|
import EngineInstance from '../engine/instance.js';
|
|
21
21
|
import { dependentKeyCompat } from '../object/compat.js';
|
|
22
22
|
import { once } from '../runloop/index.js';
|
|
23
|
-
import { c as hasInternalComponentManager } from '../../shared-chunks/api-
|
|
23
|
+
import { c as hasInternalComponentManager } from '../../shared-chunks/api-DG5kRT-o.js';
|
|
24
24
|
import '../../route-recognizer/index.js';
|
|
25
|
-
import '../../shared-chunks/rsvp-
|
|
26
|
-
import { S as STATE_SYMBOL, P as PARAMS_SYMBOL } from '../../shared-chunks/unrecognized-url-error-
|
|
25
|
+
import '../../shared-chunks/rsvp-C6j8G1D1.js';
|
|
26
|
+
import { S as STATE_SYMBOL, P as PARAMS_SYMBOL } from '../../shared-chunks/unrecognized-url-error-BQdkjTtZ.js';
|
|
27
27
|
import generateController from './lib/generate_controller.js';
|
|
28
28
|
import { prefixRouteNameArg, stashParamNames, calculateCacheKey, normalizeControllerQueryParams } from './lib/utils.js';
|
|
29
29
|
import { a as decorateMethodV2 } from '../../shared-chunks/runtime-CYyqkz5q-BOdRhmsS.js';
|
|
@@ -4,13 +4,13 @@ import '../debug/index.js';
|
|
|
4
4
|
import '../-internals/meta/lib/meta.js';
|
|
5
5
|
import { assert } from '../debug/lib/assert.js';
|
|
6
6
|
import '../../@glimmer/destroyable/index.js';
|
|
7
|
-
import { k as consumeTag } from '../../shared-chunks/cache-
|
|
8
|
-
import { t as tagFor } from '../../shared-chunks/meta-
|
|
7
|
+
import { k as consumeTag } from '../../shared-chunks/cache-CeWOBNQg.js';
|
|
8
|
+
import { t as tagFor } from '../../shared-chunks/meta-Cjo3zQJq.js';
|
|
9
9
|
import '../../shared-chunks/mandatory-setter-BpbAMTzV.js';
|
|
10
|
-
import '../../shared-chunks/reference-
|
|
11
|
-
import '../../shared-chunks/decorator-
|
|
12
|
-
import '../../shared-chunks/observers-
|
|
13
|
-
import '../../shared-chunks/property_get-
|
|
10
|
+
import '../../shared-chunks/reference-C-OXd_kp.js';
|
|
11
|
+
import '../../shared-chunks/decorator-DYQwMItS.js';
|
|
12
|
+
import '../../shared-chunks/observers-CejcZw5s.js';
|
|
13
|
+
import '../../shared-chunks/property_get-BjbsrgpU.js';
|
|
14
14
|
import { readOnly } from '../object/lib/computed/computed_macros.js';
|
|
15
15
|
import '../object/core.js';
|
|
16
16
|
import '../-internals/runtime/lib/mixins/comparable.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { privatize } from '../-internals/container/index.js';
|
|
2
|
-
import {
|
|
3
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
4
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
2
|
+
import { d as computed } from '../../shared-chunks/computed-Daavz6vC.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 { getOwner } from '../owner/index.js';
|
|
6
6
|
import BucketCache from './lib/cache.js';
|
|
7
7
|
import DSLImpl from './lib/dsl.js';
|
|
@@ -15,8 +15,8 @@ import { info } from '../debug/index.js';
|
|
|
15
15
|
import { run, once, scheduleOnce, cancel } from '../runloop/index.js';
|
|
16
16
|
import { getRenderState, getFullQueryParams, hasDefaultSerialize, defaultSerialize } from './route.js';
|
|
17
17
|
import Router from '../../router_js/index.js';
|
|
18
|
-
import { S as STATE_SYMBOL,
|
|
19
|
-
import '../../shared-chunks/rsvp-
|
|
18
|
+
import { S as STATE_SYMBOL, d as logAbort } from '../../shared-chunks/unrecognized-url-error-BQdkjTtZ.js';
|
|
19
|
+
import '../../shared-chunks/rsvp-C6j8G1D1.js';
|
|
20
20
|
import EngineInstance from '../engine/instance.js';
|
|
21
21
|
import { assert } from '../debug/lib/assert.js';
|
|
22
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../debug/index.js';
|
|
2
2
|
import { onErrorTarget } from '../-internals/error-handling/index.js';
|
|
3
|
-
import { f as flushAsyncObservers } from '../../shared-chunks/observers-
|
|
3
|
+
import { f as flushAsyncObservers } from '../../shared-chunks/observers-CejcZw5s.js';
|
|
4
4
|
import Backburner from '../../backburner.js/index.js';
|
|
5
5
|
import { assert } from '../debug/lib/assert.js';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FrameworkObject } from '../object/-internals.js';
|
|
2
2
|
import { deprecateUntil, DEPRECATIONS } from '../-internals/deprecations/index.js';
|
|
3
|
-
import { i as inject$1 } from '../../shared-chunks/injected_property-
|
|
3
|
+
import { i as inject$1 } from '../../shared-chunks/injected_property-B075jH6c.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
@module @ember/service
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { o as or, d as not, c as lte, l as lt, b as gte, g as gt, n as neq, a as and, e as eq } from '../../../shared-chunks/or-
|
|
2
|
-
import { h as hash, f as fn, a as array } from '../../../shared-chunks/hash-
|
|
3
|
-
import { e as element } from '../../../shared-chunks/element-
|
|
1
|
+
import { o as or, d as not, c as lte, l as lt, b as gte, g as gt, n as neq, a as and, e as eq } from '../../../shared-chunks/or-Bg6rCMF8.js';
|
|
2
|
+
import { h as hash, f as fn, a as array } from '../../../shared-chunks/hash-2-93qikL.js';
|
|
3
|
+
import { e as element } from '../../../shared-chunks/element-bBwMD8cw.js';
|
|
4
4
|
import { on } from '../../modifier/on.js';
|
|
5
5
|
import '../../debug/index.js';
|
|
6
6
|
import { STRICT_MODE_KEYWORDS, STRICT_MODE_TRANSFORMS, RESOLUTION_MODE_TRANSFORMS } from './plugins/index.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import './plugins/allowed-globals.js';
|
|
2
2
|
import templateOnly from '../../component/template-only.js';
|
|
3
|
-
import { p as precompile } from '../../../shared-chunks/compiler-
|
|
3
|
+
import { p as precompile } from '../../../shared-chunks/compiler-DhH2WLpA.js';
|
|
4
4
|
import { s as setComponentTemplate } from '../../../shared-chunks/template-R_5UMHhb.js';
|
|
5
|
-
import {
|
|
5
|
+
import { h as templateFactory } from '../../../shared-chunks/index-DkwVSPP5.js';
|
|
6
6
|
import compileOptions, { RUNTIME_KEYWORDS_NAME, keywords } from './compile-options.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { h as createTemplateFactory } from '../../shared-chunks/index-DkwVSPP5.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { C as CustomHelperManager, g as getInternalComponentManager, a as getInternalHelperManager, b as getInternalModifierManager, h as hasDestroyable, c as hasInternalComponentManager, d as hasInternalHelperManager, e as hasInternalModifierManager, f as hasValue, i as helperCapabilities, s as setInternalComponentManager, j as setInternalHelperManager, k as setInternalModifierManager } from '../../shared-chunks/api-
|
|
2
|
-
export { C as CustomComponentManager, a as CustomModifierManager, c as componentCapabilities, m as modifierCapabilities, s as setComponentManager, b as setHelperManager, d as setModifierManager } from '../../shared-chunks/api-
|
|
1
|
+
export { C as CustomHelperManager, g as getInternalComponentManager, a as getInternalHelperManager, b as getInternalModifierManager, h as hasDestroyable, c as hasInternalComponentManager, d as hasInternalHelperManager, e as hasInternalModifierManager, f as hasValue, i as helperCapabilities, s as setInternalComponentManager, j as setInternalHelperManager, k as setInternalModifierManager } from '../../shared-chunks/api-DG5kRT-o.js';
|
|
2
|
+
export { C as CustomComponentManager, a as CustomModifierManager, c as componentCapabilities, m as modifierCapabilities, s as setComponentManager, b as setHelperManager, d as setModifierManager } from '../../shared-chunks/api-BT9M3UaD.js';
|
|
3
3
|
export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-R_5UMHhb.js';
|
|
4
|
-
export { g as getCustomTagFor, s as setCustomTagFor } from '../../shared-chunks/args-proxy-
|
|
4
|
+
export { g as getCustomTagFor, s as setCustomTagFor } from '../../shared-chunks/args-proxy-CB0SM6jC.js';
|
|
5
5
|
export { c as capabilityFlagsFrom, h as hasCapability, m as managerHasCapability } from '../../shared-chunks/capabilities-CZkuOqqC.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { C as ConcreteBounds } from '../../shared-chunks/normalize-
|
|
2
|
-
import {
|
|
1
|
+
import { C as ConcreteBounds } from '../../shared-chunks/normalize-CxG_iVLJ.js';
|
|
2
|
+
import { a as DOMTreeConstruction } from '../../shared-chunks/element-builder-Cl1kHFJE.js';
|
|
3
3
|
import createHTMLDocument from '../../@simple-dom/document/index.js';
|
|
4
|
-
export { s as serializeBuilder } from '../../shared-chunks/serialize-builder-
|
|
4
|
+
export { s as serializeBuilder } from '../../shared-chunks/serialize-builder-DKliZPPG.js';
|
|
5
5
|
|
|
6
6
|
class NodeDOMTreeConstruction extends DOMTreeConstruction {
|
|
7
7
|
// Hides property on base class
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { E as EMPTY_BLOCKS, W as WrappedBuilder,
|
|
2
|
-
export { E as EvaluationContextImpl, S as StdLib, c as compileStd } from '../../shared-chunks/program-context-
|
|
1
|
+
export { E as EMPTY_BLOCKS, W as WrappedBuilder, d as compilable, e as compileStatements, b as invokeStaticBlock, c as invokeStaticBlockWithStack, m as meta, t as templateCacheCounters, g as templateCompilationContext, h as templateFactory } from '../../shared-chunks/index-DkwVSPP5.js';
|
|
2
|
+
export { E as EvaluationContextImpl, S as StdLib, c as compileStd } from '../../shared-chunks/program-context-BaYVr5GA.js';
|
|
3
3
|
|
|
4
4
|
let debugCompiler;
|
|
5
5
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { aB as constants } from '../../shared-chunks/syscall-ops-nrBHMOTp.js';
|
|
2
|
+
import { a as expect } from '../../shared-chunks/collections-DEt-i-8B.js';
|
|
3
|
+
import { a as unwrapTemplate } from '../../shared-chunks/template-B0Apv9g2.js';
|
|
4
4
|
import { c as capabilityFlagsFrom, m as managerHasCapability } from '../../shared-chunks/capabilities-CZkuOqqC.js';
|
|
5
5
|
import { g as getComponentTemplate } from '../../shared-chunks/template-R_5UMHhb.js';
|
|
6
|
-
import { a as getInternalHelperManager, b as getInternalModifierManager, g as getInternalComponentManager } from '../../shared-chunks/api-
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
6
|
+
import { a as getInternalHelperManager, b as getInternalModifierManager, g as getInternalComponentManager } from '../../shared-chunks/api-DG5kRT-o.js';
|
|
7
|
+
import { h as templateFactory } from '../../shared-chunks/index-DkwVSPP5.js';
|
|
8
|
+
import { c as enumerate } from '../../shared-chunks/array-utils-BEaSKdEb.js';
|
|
9
9
|
import { I as InternalComponentCapabilities } from '../../shared-chunks/flags-B9qxc-pB.js';
|
|
10
10
|
import { o as opcodes } from '../../shared-chunks/opcodes-CplRyHl_.js';
|
|
11
|
-
import {
|
|
12
|
-
export {
|
|
11
|
+
import { P as ProgramHeapImpl } from '../../shared-chunks/program-CPXeXWVB.js';
|
|
12
|
+
export { a as ProgramImpl, R as RuntimeOpImpl } from '../../shared-chunks/program-CPXeXWVB.js';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Default component template, which is a plain yield
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { toIterator, getPath } from '../global-context/index.js';
|
|
2
|
-
import { E as EMPTY_ARRAY } from '../../shared-chunks/array-utils-
|
|
3
|
-
import {
|
|
4
|
-
import { D as DIRTY_TAG, k as consumeTag, m as createTag } from '../../shared-chunks/cache-
|
|
5
|
-
import {
|
|
6
|
-
export { F as FALSE_REFERENCE, N as NULL_REFERENCE, R as REFERENCE, T as TRUE_REFERENCE, U as UNDEFINED_REFERENCE,
|
|
2
|
+
import { E as EMPTY_ARRAY } from '../../shared-chunks/array-utils-BEaSKdEb.js';
|
|
3
|
+
import { b as isIndexable } from '../../shared-chunks/collections-DEt-i-8B.js';
|
|
4
|
+
import { D as DIRTY_TAG, k as consumeTag, m as createTag } from '../../shared-chunks/cache-CeWOBNQg.js';
|
|
5
|
+
import { b as createComputeRef, v as valueForRef } from '../../shared-chunks/reference-C-OXd_kp.js';
|
|
6
|
+
export { F as FALSE_REFERENCE, N as NULL_REFERENCE, R as REFERENCE, T as TRUE_REFERENCE, U as UNDEFINED_REFERENCE, c as childRefFor, a as childRefFromParts, d as createConstRef, e as createDebugAliasRef, f as createInvokableRef, g as createPrimitiveRef, h as createReadOnlyRef, i as createUnboundRef, j as isConstRef, k as isInvokableRef, l as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-C-OXd_kp.js';
|
|
7
7
|
|
|
8
8
|
const NULL_IDENTITY = {};
|
|
9
9
|
const KEY = (_, index) => index;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { C as ConcreteBounds, a as CursorImpl, c as clear } from '../../shared-chunks/normalize-
|
|
2
|
-
export { D as DOMChanges,
|
|
3
|
-
export { T as TEMPLATE_ONLY_COMPONENT_MANAGER, a as TemplateOnlyComponent, b as TemplateOnlyComponentManager, t as templateOnlyComponent } from '../../shared-chunks/template-only-
|
|
4
|
-
export { C as CurriedValue, E as EMPTY_ARGS,
|
|
1
|
+
export { C as ConcreteBounds, a as CursorImpl, c as clear } from '../../shared-chunks/normalize-CxG_iVLJ.js';
|
|
2
|
+
export { D as DOMChanges, b as DynamicScopeImpl, E as EnvironmentImpl, a as IDOMChanges, L as LowLevelVM, S as ScopeImpl, U as UpdatingVM, i as inTransaction, c as isWhitespace, r as renderComponent, d as renderMain, e as renderSync, f as resetDebuggerCallback, g as runtimeOptions, s as setDebuggerCallback } from '../../shared-chunks/render-Dz3OWqXy.js';
|
|
3
|
+
export { T as TEMPLATE_ONLY_COMPONENT_MANAGER, a as TemplateOnlyComponent, b as TemplateOnlyComponentManager, t as templateOnlyComponent } from '../../shared-chunks/template-only-BxYzSEnC.js';
|
|
4
|
+
export { C as CurriedValue, E as EMPTY_ARGS, b as EMPTY_NAMED, c as EMPTY_POSITIONAL, g as createCapturedArgs, h as curry, r as reifyArgs, l as reifyNamed, m as reifyPositional } from '../../shared-chunks/untouchable-this-BHdAERUu.js';
|
|
5
5
|
export { n as normalizeProperty } from '../../shared-chunks/props-fiqxqhAH.js';
|
|
6
|
-
export { a as and, e as eq, g as gt, b as gte, l as lt, c as lte, n as neq, d as not, o as or } from '../../shared-chunks/or-
|
|
7
|
-
export { a as array, f as fn, h as hash } from '../../shared-chunks/hash-
|
|
8
|
-
export { c as concat, g as get } from '../../shared-chunks/get-
|
|
9
|
-
export { i as invokeHelper } from '../../shared-chunks/invoke-
|
|
10
|
-
export { o as on } from '../../shared-chunks/on-
|
|
6
|
+
export { a as and, e as eq, g as gt, b as gte, l as lt, c as lte, n as neq, d as not, o as or } from '../../shared-chunks/or-Bg6rCMF8.js';
|
|
7
|
+
export { a as array, f as fn, h as hash } from '../../shared-chunks/hash-2-93qikL.js';
|
|
8
|
+
export { c as concat, g as get } from '../../shared-chunks/get-CO3EIWsm.js';
|
|
9
|
+
export { i as invokeHelper } from '../../shared-chunks/invoke-Ds0KEfP_.js';
|
|
10
|
+
export { o as on } from '../../shared-chunks/on-Ch_lyozr.js';
|
|
11
11
|
export { destroy, isDestroyed, isDestroying, registerDestructor } from '../destroyable/index.js';
|
|
12
12
|
import '../global-context/index.js';
|
|
13
|
-
import '../../shared-chunks/cache-
|
|
14
|
-
import '../../shared-chunks/reference-
|
|
15
|
-
export {
|
|
16
|
-
export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-
|
|
13
|
+
import '../../shared-chunks/cache-CeWOBNQg.js';
|
|
14
|
+
import '../../shared-chunks/reference-C-OXd_kp.js';
|
|
15
|
+
export { a as DOMTreeConstruction, b as DynamicAttribute, c as NewTreeBuilder, R as RemoteBlock, d as ResettableBlockImpl, S as SimpleDynamicAttribute, e as clientBuilder, f as dynamicAttribute } from '../../shared-chunks/element-builder-Cl1kHFJE.js';
|
|
16
|
+
export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-IH4d_JQy.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { t as tracked } from '../../shared-chunks/tracked-
|
|
2
|
-
import { l as createCache, r as getValue } from '../../shared-chunks/cache-
|
|
1
|
+
export { t as tracked } from '../../shared-chunks/tracked-B76E1nGz.js';
|
|
2
|
+
import { l as createCache, r as getValue } from '../../shared-chunks/cache-CeWOBNQg.js';
|
|
3
3
|
|
|
4
4
|
// NOTE: copied from: https://github.com/glimmerjs/glimmer.js/pull/358
|
|
5
5
|
// Both glimmerjs/glimmer.js and emberjs/ember.js have the exact same implementation
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { l as createCache, r as getValue, s as isConst } from '../../../../shared-chunks/cache-
|
|
1
|
+
export { l as createCache, r as getValue, s as isConst } from '../../../../shared-chunks/cache-CeWOBNQg.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { E as EMPTY_ARRAY, a as EMPTY_NUMBER_ARRAY, b as EMPTY_STRING_ARRAY,
|
|
3
|
-
export { S as Stack, d as dict, i as isDict,
|
|
1
|
+
import { c as enumerate } from '../../shared-chunks/array-utils-BEaSKdEb.js';
|
|
2
|
+
export { E as EMPTY_ARRAY, a as EMPTY_NUMBER_ARRAY, b as EMPTY_STRING_ARRAY, e as emptyArray, i as isEmptyArray, r as reverse, z as zipArrays, d as zipTuples } from '../../shared-chunks/array-utils-BEaSKdEb.js';
|
|
3
|
+
export { S as Stack, d as dict, i as isDict, b as isIndexable } from '../../shared-chunks/collections-DEt-i-8B.js';
|
|
4
4
|
export { a as assign, e as entries, k as keys, v as values } from '../../shared-chunks/object-utils-AijlD-JH.js';
|
|
5
|
-
import { i as isPresentArray,
|
|
5
|
+
import { i as isPresentArray, g as getFirst, b as getLast } from '../../shared-chunks/present-D0EfKzC6.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* This constant exists to make it easier to differentiate normal logs from
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { trackedArray, trackedMap, trackedObject, trackedSet, trackedWeakMap, trackedWeakSet } from '../../@ember/reactive/collections.js';
|
|
2
|
-
export { A as ALLOW_CYCLES, C as COMPUTE, a as CONSTANT, b as CONSTANT_TAG, c as CURRENT_TAG, d as CurrentTag, I as INITIAL, V as VOLATILE, e as VOLATILE_TAG, f as VolatileTag, g as beginTrackFrame, h as beginUntrackFrame, i as bump, j as combine, k as consumeTag, l as createCache, m as createTag, n as createUpdatableTag, o as debug, D as dirtyTag, p as endTrackFrame, q as endUntrackFrame, r as getValue, s as isConst, t as isConstTag, u as isTracking, v as resetTracking, w as track, x as untrack, U as updateTag,
|
|
3
|
-
export { d as dirtyTagFor, t as tagFor, a as tagMetaFor } from '../../shared-chunks/meta-
|
|
4
|
-
export { t as trackedData } from '../../shared-chunks/tracked-data-
|
|
2
|
+
export { A as ALLOW_CYCLES, C as COMPUTE, a as CONSTANT, b as CONSTANT_TAG, c as CURRENT_TAG, d as CurrentTag, I as INITIAL, V as VOLATILE, e as VOLATILE_TAG, f as VolatileTag, g as beginTrackFrame, h as beginUntrackFrame, i as bump, j as combine, k as consumeTag, l as createCache, m as createTag, n as createUpdatableTag, o as debug, D as dirtyTag, p as endTrackFrame, q as endUntrackFrame, r as getValue, s as isConst, t as isConstTag, u as isTracking, v as resetTracking, w as track, x as untrack, U as updateTag, z as validateTag, B as valueForTag } from '../../shared-chunks/cache-CeWOBNQg.js';
|
|
3
|
+
export { d as dirtyTagFor, t as tagFor, a as tagMetaFor } from '../../shared-chunks/meta-Cjo3zQJq.js';
|
|
4
|
+
export { t as trackedData } from '../../shared-chunks/tracked-data-CH1USZZy.js';
|
|
5
5
|
|
|
6
6
|
const GLIMMER_VALIDATOR_REGISTRATION = Symbol('GLIMMER_VALIDATOR_REGISTRATION');
|
|
7
7
|
if (Reflect.has(globalThis, GLIMMER_VALIDATOR_REGISTRATION)) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { A as ARG_SHIFT, I as InternalComponentCapabilities, I as InternalComponentCapability, M as MACHINE_MASK, a as MAX_SIZE, O as OPERAND_LEN_MASK, T as TYPE_MASK, b as TYPE_SIZE } from '../../shared-chunks/flags-B9qxc-pB.js';
|
|
2
|
-
export {
|
|
2
|
+
export { $ as $fp, a as $pc, b as $ra, c as $s0, d as $s1, e as $sp, f as $t0, g as $t1, h as $v0, i as isLowLevelRegister } from '../../shared-chunks/registers-Buvdhhxx.js';
|
|
3
3
|
|
|
4
4
|
const ContentType = {
|
|
5
5
|
Component: 0,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { p as precompile$1 } from '../shared-chunks/compiler-
|
|
2
|
-
export { a as _preprocess } from '../shared-chunks/compiler-
|
|
1
|
+
import { p as precompile$1 } from '../shared-chunks/compiler-DhH2WLpA.js';
|
|
2
|
+
export { a as _preprocess } from '../shared-chunks/compiler-DhH2WLpA.js';
|
|
3
3
|
import '../@ember/debug/index.js';
|
|
4
4
|
import { STRICT_MODE_KEYWORDS, STRICT_MODE_TRANSFORMS, RESOLUTION_MODE_TRANSFORMS } from '../@ember/template-compiler/lib/plugins/index.js';
|
|
5
5
|
import '../shared-chunks/get-debug-name-CSniHBsn.js';
|
|
6
|
-
import '../shared-chunks/guid-
|
|
7
|
-
import '../shared-chunks/super-
|
|
6
|
+
import '../shared-chunks/guid-PO2v9BaN.js';
|
|
7
|
+
import '../shared-chunks/super-D4qkU4uq.js';
|
|
8
8
|
import { C as Cache } from '../shared-chunks/cache-qDyqAcpg.js';
|
|
9
9
|
import '../shared-chunks/mandatory-setter-BpbAMTzV.js';
|
|
10
10
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import RouteRecognizer from '../route-recognizer/index.js';
|
|
2
|
-
import { P as Promise$1 } from '../shared-chunks/rsvp-
|
|
3
|
-
import { Q as QUERY_PARAMS_SYMBOL, m as merge,
|
|
2
|
+
import { P as Promise$1 } from '../shared-chunks/rsvp-C6j8G1D1.js';
|
|
3
|
+
import { Q as QUERY_PARAMS_SYMBOL, m as merge, b as isTransition, i as isParam, t as throwIfAborted, P as PARAMS_SYMBOL, p as prepareResult, a as isPromise, f as forEach, h as promiseLabel, U as UnrecognizedURLError, T as Transition, S as STATE_SYMBOL, g as getChangelist, l as log, d as logAbort, c as isTransitionAborted, e as extractQueryParams } from '../shared-chunks/unrecognized-url-error-BQdkjTtZ.js';
|
|
4
4
|
|
|
5
5
|
/* eslint-disable no-prototype-builtins */
|
|
6
6
|
let ROUTE_INFOS = new WeakMap();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { E as EventTarget, P as Promise, b as all,
|
|
1
|
+
export { E as EventTarget, P as Promise, b as all, c as allSettled, d as asap, e as async, f as cast, g as configure, a as default, h as defer, i as denodeify, j as filter, k as hash, l as hashSettled, m as map, o as off, n as on, r as race, p as reject, q as resolve, s as rethrow } from '../shared-chunks/rsvp-C6j8G1D1.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { meta } from '../@ember/-internals/meta/lib/meta.js';
|
|
2
2
|
import inspect from '../@ember/debug/lib/inspect.js';
|
|
3
3
|
import '../@ember/debug/index.js';
|
|
4
|
-
import { x as untrack,
|
|
5
|
-
import { a as tagMetaFor, t as tagFor } from './meta-
|
|
6
|
-
import { C as CHAIN_PASS_THROUGH, g as getChainTagsForKey, f as finishLazyChains } from './chain-tags-
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { g as get } from './property_get-
|
|
10
|
-
import { s as set } from './property_set-
|
|
4
|
+
import { x as untrack, z as validateTag, U as UPDATE_TAG, B as valueForTag, k as consumeTag } from './cache-CeWOBNQg.js';
|
|
5
|
+
import { a as tagMetaFor, t as tagFor } from './meta-Cjo3zQJq.js';
|
|
6
|
+
import { C as CHAIN_PASS_THROUGH, g as getChainTagsForKey, f as finishLazyChains } from './chain-tags-DfmU63mS.js';
|
|
7
|
+
import { c as isElementDescriptor, m as makeComputedDecorator, d as descriptorForDecorator, a as ComputedDescriptor } from './decorator-DYQwMItS.js';
|
|
8
|
+
import { f as defineProperty } from './computed-Daavz6vC.js';
|
|
9
|
+
import { g as get } from './property_get-BjbsrgpU.js';
|
|
10
|
+
import { s as set } from './property_set-LJskl202.js';
|
|
11
11
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
12
12
|
|
|
13
13
|
function alias(altKey) {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { j as setInternalHelperManager, C as CustomHelperManager, s as setInternalComponentManager, k as setInternalModifierManager } from './api-
|
|
1
|
+
import { j as setInternalHelperManager, C as CustomHelperManager, s as setInternalComponentManager, k as setInternalModifierManager } from './api-DG5kRT-o.js';
|
|
2
2
|
import { registerDestructor } from '../@glimmer/destroyable/index.js';
|
|
3
|
-
import {
|
|
4
|
-
import { a as argsProxyFor } from './args-proxy-
|
|
3
|
+
import { d as createConstRef } from './reference-C-OXd_kp.js';
|
|
4
|
+
import { a as argsProxyFor } from './args-proxy-CB0SM6jC.js';
|
|
5
5
|
import { F as FROM_CAPABILITIES, b as buildCapabilities } from './capabilities-CZkuOqqC.js';
|
|
6
|
-
import {
|
|
6
|
+
import { c as castToBrowser } from './simple-cast-BXTrayoV.js';
|
|
7
7
|
import { debugAssert } from '../@glimmer/global-context/index.js';
|
|
8
|
-
import { x as untrack, n as createUpdatableTag } from './cache-
|
|
8
|
+
import { x as untrack, n as createUpdatableTag } from './cache-CeWOBNQg.js';
|
|
9
9
|
|
|
10
10
|
const CAPABILITIES = {
|
|
11
11
|
dynamicLayout: false,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { d as debugToString } from './debug-to-string-C6LsA_qz.js';
|
|
2
2
|
import { debugAssert } from '../@glimmer/global-context/index.js';
|
|
3
3
|
import { associateDestroyableChild } from '../@glimmer/destroyable/index.js';
|
|
4
|
-
import {
|
|
5
|
-
import { a as argsProxyFor } from './args-proxy-
|
|
4
|
+
import { b as createComputeRef, d as createConstRef, U as UNDEFINED_REFERENCE } from './reference-C-OXd_kp.js';
|
|
5
|
+
import { a as argsProxyFor } from './args-proxy-CB0SM6jC.js';
|
|
6
6
|
import { F as FROM_CAPABILITIES, b as buildCapabilities } from './capabilities-CZkuOqqC.js';
|
|
7
7
|
|
|
8
8
|
function helperCapabilities(managerAPI, options = {}) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { v as valueForRef } from './reference-
|
|
2
|
-
import { w as track } from './cache-
|
|
1
|
+
import { v as valueForRef } from './reference-C-OXd_kp.js';
|
|
2
|
+
import { w as track } from './cache-CeWOBNQg.js';
|
|
3
3
|
|
|
4
4
|
const CUSTOM_TAG_FOR = new WeakMap();
|
|
5
5
|
function getCustomTagFor(obj) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../@ember/debug/index.js';
|
|
2
2
|
import { peekMeta } from '../@ember/-internals/meta/lib/meta.js';
|
|
3
|
-
import { s as sendEvent, a as addListener, r as removeListener } from './events-
|
|
4
|
-
import { n as notifyPropertyChange } from './computed-
|
|
3
|
+
import { s as sendEvent, a as addListener, r as removeListener } from './events-B1lx9T1I.js';
|
|
4
|
+
import { n as notifyPropertyChange } from './computed-Daavz6vC.js';
|
|
5
5
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
6
6
|
|
|
7
7
|
function arrayContentWillChange(array, startIdx, removeAmt, addAmt) {
|
|
@@ -116,4 +116,4 @@ function removeArrayObserver(array, target, opts) {
|
|
|
116
116
|
return arrayObserversHelper(array, target, opts, removeListener);
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
export {
|
|
119
|
+
export { addArrayObserver as a, arrayContentDidChange as b, arrayContentWillChange as c, replace as d, replaceInNativeArray as e, removeArrayObserver as r };
|
|
@@ -42,4 +42,4 @@ function* zipArrays(left, right) {
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
export { EMPTY_ARRAY as E, EMPTY_NUMBER_ARRAY as a, EMPTY_STRING_ARRAY as b,
|
|
45
|
+
export { EMPTY_ARRAY as E, EMPTY_NUMBER_ARRAY as a, EMPTY_STRING_ARRAY as b, enumerate as c, zipTuples as d, emptyArray as e, isEmptyArray as i, reverse as r, zipArrays as z };
|