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,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-
|
|
2
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
1
|
+
import { N as NAMESPACES, a as NAMESPACES_BY_ID, p as processAllNamespaces, f as findNamespace, b as addNamespace, c as findNamespaces, d as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-TFdmjK_a.js';
|
|
2
|
+
import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
3
3
|
import { g as getName, s as setName } from '../../shared-chunks/name-Clp4Vsod.js';
|
|
4
|
-
import {
|
|
4
|
+
import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
|
|
5
5
|
import EmberObject from '../object/index.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
2
|
-
import { o as objectAt } from '../../shared-chunks/chain-tags-
|
|
3
|
-
import { e as replaceInNativeArray,
|
|
4
|
-
import { b as beginPropertyChanges,
|
|
5
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
1
|
+
import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
2
|
+
import { o as objectAt } from '../../shared-chunks/chain-tags-BP0V2LnZ.js';
|
|
3
|
+
import { e as replaceInNativeArray, d as replace } from '../../shared-chunks/array-DYFI95FA.js';
|
|
4
|
+
import { b as beginPropertyChanges, h as endPropertyChanges, d as computed } from '../../shared-chunks/computed-D6MVTTDd.js';
|
|
5
|
+
import { s as set } from '../../shared-chunks/property_set-SHEIPMUG.js';
|
|
6
6
|
import Mixin from '../object/mixin.js';
|
|
7
7
|
import Enumerable from '../enumerable/index.js';
|
|
8
8
|
import MutableEnumerable from '../enumerable/mutable.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { o as objectAt,
|
|
2
|
-
import { a as alias } from '../../shared-chunks/alias-
|
|
3
|
-
import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-
|
|
4
|
-
import {
|
|
5
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
1
|
+
import { o as objectAt, b as tagForProperty } from '../../shared-chunks/chain-tags-BP0V2LnZ.js';
|
|
2
|
+
import { a as alias } from '../../shared-chunks/alias-DsIh-16z.js';
|
|
3
|
+
import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-D6MVTTDd.js';
|
|
4
|
+
import { d as replace, c as arrayContentWillChange, b as arrayContentDidChange, a as addArrayObserver, r as removeArrayObserver } from '../../shared-chunks/array-DYFI95FA.js';
|
|
5
|
+
import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
6
6
|
import { i as isObject } from '../../shared-chunks/spec-BXl1reqK.js';
|
|
7
7
|
import EmberObject from '../object/index.js';
|
|
8
8
|
import { MutableArray } from './index.js';
|
|
9
|
-
import { s as setCustomTagFor } from '../../shared-chunks/args-proxy-
|
|
10
|
-
import {
|
|
11
|
-
import { t as tagFor } from '../../shared-chunks/meta-
|
|
9
|
+
import { s as setCustomTagFor } from '../../shared-chunks/args-proxy-CaXVcI8G.js';
|
|
10
|
+
import { k as consumeTag, x as validateTag, y as valueForTag, j as combine } from '../../shared-chunks/cache-CG6_L9db.js';
|
|
11
|
+
import { t as tagFor } from '../../shared-chunks/meta-Ce6-qROq.js';
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
@module @ember/array/proxy
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { H as default, h as helper } from '../../shared-chunks/helper-
|
|
1
|
+
export { H as default, h as helper } from '../../shared-chunks/helper-CCK8Ef0x.js';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-Dc_cBOoX.js';
|
|
2
|
-
import { n as nativeDescDecorator } from '../../shared-chunks/decorator-
|
|
3
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
4
|
-
import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-
|
|
2
|
+
import { n as nativeDescDecorator } from '../../shared-chunks/decorator-B8Lpq40g.js';
|
|
3
|
+
import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
4
|
+
import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-D6MVTTDd.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 '../object/index.js';
|
|
11
|
-
import {
|
|
12
|
-
import { s as setInternalComponentManager } from '../../shared-chunks/api-
|
|
13
|
-
import {
|
|
11
|
+
import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
|
|
12
|
+
import { s as setInternalComponentManager } from '../../shared-chunks/api-DOLN_cR2.js';
|
|
13
|
+
import { l as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-D2agTt1V.js';
|
|
14
14
|
import { n as normalizeProperty } from '../../shared-chunks/props-fiqxqhAH.js';
|
|
15
|
-
import {
|
|
16
|
-
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-
|
|
15
|
+
import { m as createTag, D as DIRTY_TAG$1 } from '../../shared-chunks/cache-CG6_L9db.js';
|
|
16
|
+
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-DCYSwLtz.js';
|
|
17
17
|
import { h as hasDOM } from '../../shared-chunks/has-dom-DdQORPzI.js';
|
|
18
18
|
import { a as decorateMethodV2 } from '../../shared-chunks/runtime-CYyqkz5q-BOdRhmsS.js';
|
|
19
|
-
export { I as Input, T as Textarea } from '../../shared-chunks/textarea-
|
|
20
|
-
import { s as setComponentManager$1 } from '../../shared-chunks/api-
|
|
21
|
-
export { c as capabilities } from '../../shared-chunks/api-
|
|
19
|
+
export { I as Input, T as Textarea } from '../../shared-chunks/textarea-B_JYBuE8.js';
|
|
20
|
+
import { s as setComponentManager$1 } from '../../shared-chunks/api-CGZbGcvX.js';
|
|
21
|
+
export { c as capabilities } from '../../shared-chunks/api-CGZbGcvX.js';
|
|
22
22
|
import '../../shared-chunks/capabilities-_5e35539.js';
|
|
23
23
|
|
|
24
24
|
let lazyEventsProcessed = new WeakMap();
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { getOwner } from '../-internals/owner/index.js';
|
|
2
|
-
import {
|
|
3
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
2
|
+
import { d as computed } from '../../shared-chunks/computed-D6MVTTDd.js';
|
|
3
|
+
import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
4
4
|
import { FrameworkObject } from '../object/-internals.js';
|
|
5
|
-
import { i as inject$1 } from '../../shared-chunks/injected_property
|
|
5
|
+
import { i as inject$1 } from '../../shared-chunks/injected_property-COGiYHKc.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-
|
|
3
|
+
import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.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 {
|
|
9
|
-
import { t as tagFor } from '../../shared-chunks/meta-
|
|
8
|
+
import { l as createCache, k as consumeTag, w as untrack, q as getValue } from '../../shared-chunks/cache-CG6_L9db.js';
|
|
9
|
+
import { t as tagFor } from '../../shared-chunks/meta-Ce6-qROq.js';
|
|
10
10
|
import '../../shared-chunks/env-DXxsTFkM.js';
|
|
11
11
|
import { assert } from './lib/assert.js';
|
|
12
12
|
|
|
@@ -4,15 +4,16 @@ import Namespace from '../application/namespace.js';
|
|
|
4
4
|
import { Registry } from '../-internals/container/index.js';
|
|
5
5
|
import DAG from '../../dag-map/index.js';
|
|
6
6
|
import ContainerDebugAdapter from '../debug/container-debug-adapter.js';
|
|
7
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
8
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
7
|
+
import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
8
|
+
import { s as set } from '../../shared-chunks/property_set-SHEIPMUG.js';
|
|
9
9
|
import EngineInstance from './instance.js';
|
|
10
10
|
import '../../route-recognizer/index.js';
|
|
11
|
-
import '../../shared-chunks/rsvp-
|
|
12
|
-
import '../../shared-chunks/unrecognized-url-error-
|
|
11
|
+
import '../../shared-chunks/rsvp-C6j8G1D1.js';
|
|
12
|
+
import '../../shared-chunks/unrecognized-url-error-ClNyMFJt.js';
|
|
13
13
|
import RoutingService from '../routing/lib/routing-service.js';
|
|
14
|
-
import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-
|
|
14
|
+
import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-D14I0iDX.js';
|
|
15
15
|
import RegistryProxyMixin from '../-internals/runtime/lib/mixins/registry_proxy.js';
|
|
16
|
+
import { StrictResolver } from './lib/strict-resolver.js';
|
|
16
17
|
|
|
17
18
|
function props(obj) {
|
|
18
19
|
let properties = [];
|
|
@@ -260,6 +261,15 @@ class Engine extends Namespace.extend(RegistryProxyMixin) {
|
|
|
260
261
|
@property resolver
|
|
261
262
|
@public
|
|
262
263
|
*/
|
|
264
|
+
Resolver = StrictResolver;
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
Set this to opt-in to using a strict resolver that will only return the
|
|
268
|
+
given set of ES modules. The names of the modules should all be relative to
|
|
269
|
+
the root of the app and start with "./"
|
|
270
|
+
@property modules
|
|
271
|
+
@public
|
|
272
|
+
*/
|
|
263
273
|
|
|
264
274
|
init(properties) {
|
|
265
275
|
super.init(properties);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import EmberObject from '../object/index.js';
|
|
2
2
|
import '../-internals/runtime/lib/ext/rsvp.js';
|
|
3
3
|
import { Registry, privatize } from '../-internals/container/index.js';
|
|
4
|
-
import {
|
|
4
|
+
import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
|
|
5
5
|
import { ENGINE_PARENT, setEngineParent, getEngineParent } from './lib/engine-parent.js';
|
|
6
6
|
import ContainerProxyMixin from '../-internals/runtime/lib/mixins/container_proxy.js';
|
|
7
7
|
import RegistryProxyMixin from '../-internals/runtime/lib/mixins/registry_proxy.js';
|
|
8
|
-
import { R as RSVP } from '../../shared-chunks/rsvp-
|
|
8
|
+
import { R as RSVP } from '../../shared-chunks/rsvp-C6j8G1D1.js';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
@module @ember/engine
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
class StrictResolver {
|
|
2
|
+
// Ember's router uses this flag to decide whether to auto-generate
|
|
3
|
+
// `${name}_loading` and `${name}_error` substates for routes defined in
|
|
4
|
+
// `Router.map(...)`. Since we always resolve against an ES module registry,
|
|
5
|
+
// we unconditionally opt in.
|
|
6
|
+
moduleBasedResolver = true;
|
|
7
|
+
#modules = new Map();
|
|
8
|
+
original;
|
|
9
|
+
static create({
|
|
10
|
+
namespace
|
|
11
|
+
}) {
|
|
12
|
+
return new StrictResolver(namespace.modules);
|
|
13
|
+
}
|
|
14
|
+
constructor(modules) {
|
|
15
|
+
this.addModules(modules);
|
|
16
|
+
}
|
|
17
|
+
addModules(modules) {
|
|
18
|
+
for (let [moduleName, module] of Object.entries(modules)) {
|
|
19
|
+
this.#modules.set(this.#normalizeModule(moduleName), module);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
#normalizeModule(moduleName) {
|
|
23
|
+
return moduleName.replace(fileExtension, '').replace(leadingDotSlash, '');
|
|
24
|
+
}
|
|
25
|
+
#plural(word) {
|
|
26
|
+
if (word === 'config') {
|
|
27
|
+
return word;
|
|
28
|
+
}
|
|
29
|
+
return word + 's';
|
|
30
|
+
}
|
|
31
|
+
resolve(fullName) {
|
|
32
|
+
let [type, name] = fullName.split(':');
|
|
33
|
+
name = this.#normalizeName(type, name);
|
|
34
|
+
for (let strategy of [this.#resolveSelf, this.#mainLookup, this.#defaultLookup, this.#nestedColocationLookup]) {
|
|
35
|
+
let result = strategy.call(this, type, name);
|
|
36
|
+
if (result) {
|
|
37
|
+
return this.#extractDefaultExport(result.hit);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
return undefined;
|
|
41
|
+
}
|
|
42
|
+
#extractDefaultExport(module) {
|
|
43
|
+
if (module && module['default']) {
|
|
44
|
+
module = module['default'];
|
|
45
|
+
}
|
|
46
|
+
return module;
|
|
47
|
+
}
|
|
48
|
+
normalize(fullName) {
|
|
49
|
+
let [type, name] = fullName.split(':');
|
|
50
|
+
name = this.#normalizeName(type, name);
|
|
51
|
+
return `${type}:${name}`;
|
|
52
|
+
}
|
|
53
|
+
#normalizeName(type, name) {
|
|
54
|
+
if (type === 'component' || type === 'helper' || type === 'modifier' || type === 'template' && name.indexOf('components/') === 0) {
|
|
55
|
+
return name.replace(/_/g, '-');
|
|
56
|
+
} else {
|
|
57
|
+
return dasherize(name.replace(/\./g, '/'));
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
#resolveSelf(type, name) {
|
|
61
|
+
if (type === 'resolver' && name === 'current') {
|
|
62
|
+
return {
|
|
63
|
+
hit: {
|
|
64
|
+
create: () => this
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
return undefined;
|
|
69
|
+
}
|
|
70
|
+
#mainLookup(type, name) {
|
|
71
|
+
if (name === 'main') {
|
|
72
|
+
let module = this.#modules.get(type);
|
|
73
|
+
if (module) {
|
|
74
|
+
return {
|
|
75
|
+
hit: module
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
return undefined;
|
|
80
|
+
}
|
|
81
|
+
#defaultLookup(type, name) {
|
|
82
|
+
let dir = this.#plural(type);
|
|
83
|
+
let target = `${dir}/${name}`;
|
|
84
|
+
let module = this.#modules.get(target);
|
|
85
|
+
if (module) {
|
|
86
|
+
return {
|
|
87
|
+
hit: module
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
return undefined;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// Supports the nested colocation pattern where `component:my-widget`
|
|
94
|
+
// resolves to `./components/my-widget/index.{js,ts,gjs,gts}`. The index
|
|
95
|
+
// file is typically the component class, and it's commonly paired with a
|
|
96
|
+
// sibling `index.hbs` inside the same folder.
|
|
97
|
+
#nestedColocationLookup(type, name) {
|
|
98
|
+
if (type !== 'component') return undefined;
|
|
99
|
+
let dir = this.#plural(type);
|
|
100
|
+
let target = `${dir}/${name}/index`;
|
|
101
|
+
let module = this.#modules.get(target);
|
|
102
|
+
if (module) {
|
|
103
|
+
return {
|
|
104
|
+
hit: module
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
return undefined;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
const fileExtension = /\.\w{1,4}$/;
|
|
111
|
+
const leadingDotSlash = /^\.\//;
|
|
112
|
+
const camelCaseBoundary = /([a-z\d])([A-Z])/g;
|
|
113
|
+
const spacesAndUnderscores = /[ _]/g;
|
|
114
|
+
function dasherize(str) {
|
|
115
|
+
return str.replace(camelCaseBoundary, '$1_$2').toLowerCase().replace(spacesAndUnderscores, '-');
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
export { StrictResolver };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { b as setHelperManager$1 } from '../../shared-chunks/api-
|
|
2
|
-
import { i as helperCapabilities } from '../../shared-chunks/api-
|
|
3
|
-
import { i as invokeHelper$1 } from '../../shared-chunks/invoke-
|
|
4
|
-
import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-
|
|
5
|
-
import { c as concat$1, g as get$1 } from '../../shared-chunks/get-
|
|
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-
|
|
7
|
-
import { e as element$1 } from '../../shared-chunks/element-
|
|
8
|
-
import { u as uniqueId$1 } from '../../shared-chunks/unique-id-
|
|
1
|
+
import { b as setHelperManager$1 } from '../../shared-chunks/api-CGZbGcvX.js';
|
|
2
|
+
import { i as helperCapabilities } from '../../shared-chunks/api-DOLN_cR2.js';
|
|
3
|
+
import { i as invokeHelper$1 } from '../../shared-chunks/invoke-D_jsLbsj.js';
|
|
4
|
+
import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-C6IoC4eR.js';
|
|
5
|
+
import { c as concat$1, g as get$1 } from '../../shared-chunks/get-tlL23wmp.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-sYlRiUn_.js';
|
|
7
|
+
import { e as element$1 } from '../../shared-chunks/element-CT5H5uxF.js';
|
|
8
|
+
import { u as uniqueId$1 } from '../../shared-chunks/unique-id-Hn8Qp4dS.js';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
@module @ember/helper
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { d as setModifierManager$1 } from '../../shared-chunks/api-
|
|
2
|
-
export { m as capabilities } from '../../shared-chunks/api-
|
|
1
|
+
import { d as setModifierManager$1 } from '../../shared-chunks/api-CGZbGcvX.js';
|
|
2
|
+
export { m as capabilities } from '../../shared-chunks/api-CGZbGcvX.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-
|
|
1
|
+
import { o as on$1 } from '../../shared-chunks/on-Dgmychhk.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 {
|
|
3
|
-
import '../../shared-chunks/super-
|
|
2
|
+
export { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
|
|
3
|
+
import '../../shared-chunks/super-D4qkU4uq.js';
|
|
4
4
|
import EmberObject from './index.js';
|
|
5
5
|
|
|
6
6
|
// Here we have runtime shenanigans to add debug-only errors to the class in dev
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { s as setClassicDecorator,
|
|
2
|
-
import {
|
|
3
|
-
import { t as tagFor } from '../../shared-chunks/meta-
|
|
1
|
+
import { s as setClassicDecorator, c as isElementDescriptor } from '../../shared-chunks/decorator-B8Lpq40g.js';
|
|
2
|
+
import { v as track, U as UPDATE_TAG, k as consumeTag } from '../../shared-chunks/cache-CG6_L9db.js';
|
|
3
|
+
import { t as tagFor } from '../../shared-chunks/meta-Ce6-qROq.js';
|
|
4
4
|
|
|
5
5
|
let wrapGetterSetter = function (target, key, desc) {
|
|
6
6
|
let {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as default,
|
|
2
|
-
export { a as alias } from '../../shared-chunks/alias-
|
|
1
|
+
export { C as default, i as expandProperties } from '../../shared-chunks/computed-D6MVTTDd.js';
|
|
2
|
+
export { a as alias } from '../../shared-chunks/alias-DsIh-16z.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,14 +1,14 @@
|
|
|
1
1
|
import { g as getFactoryFor, s as setFactoryFor } from '../../shared-chunks/container-BYOnjnwz.js';
|
|
2
2
|
import { getOwner } from '../-internals/owner/index.js';
|
|
3
|
-
import {
|
|
3
|
+
import { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
|
|
4
4
|
import { meta } from '../-internals/meta/lib/meta.js';
|
|
5
|
-
import '../../shared-chunks/property_get-
|
|
6
|
-
import { s as sendEvent } from '../../shared-chunks/events-
|
|
7
|
-
import { a as activateObserver } from '../../shared-chunks/observers-
|
|
8
|
-
import {
|
|
5
|
+
import '../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
6
|
+
import { s as sendEvent } from '../../shared-chunks/events-C7aYCy0N.js';
|
|
7
|
+
import { a as activateObserver } from '../../shared-chunks/observers-Ci31SE36.js';
|
|
8
|
+
import { b as descriptorForProperty } from '../../shared-chunks/decorator-B8Lpq40g.js';
|
|
9
9
|
import { registerDestructor, isDestroyed, isDestroying, destroy } from '../../@glimmer/destroyable/index.js';
|
|
10
|
-
import '../../shared-chunks/cache-
|
|
11
|
-
import '../../shared-chunks/reference-
|
|
10
|
+
import '../../shared-chunks/cache-CG6_L9db.js';
|
|
11
|
+
import '../../shared-chunks/reference-D2agTt1V.js';
|
|
12
12
|
import Mixin, { applyMixin } from './mixin.js';
|
|
13
13
|
import '../-internals/runtime/lib/mixins/action_handler.js';
|
|
14
14
|
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-
|
|
2
|
-
export { o as on } from '../../shared-chunks/events-
|
|
1
|
+
import { h as hasListeners, r as removeListener, s as sendEvent, a as addListener } from '../../shared-chunks/events-C7aYCy0N.js';
|
|
2
|
+
export { o as on } from '../../shared-chunks/events-C7aYCy0N.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-
|
|
1
|
+
export { a as addListener, r as removeListener, s as sendEvent } from '../../shared-chunks/events-C7aYCy0N.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { E as ENV } from '../../shared-chunks/env-DXxsTFkM.js';
|
|
2
|
-
import { s as setClassicDecorator,
|
|
3
|
-
import {
|
|
4
|
-
export {
|
|
2
|
+
import { s as setClassicDecorator, c as isElementDescriptor } from '../../shared-chunks/decorator-B8Lpq40g.js';
|
|
3
|
+
import { i as expandProperties } from '../../shared-chunks/computed-D6MVTTDd.js';
|
|
4
|
+
export { d as computed, f as defineProperty, n as notifyPropertyChange } from '../../shared-chunks/computed-D6MVTTDd.js';
|
|
5
5
|
import { g as getFactoryFor } from '../../shared-chunks/container-BYOnjnwz.js';
|
|
6
|
-
import {
|
|
6
|
+
import { a as setObservers } from '../../shared-chunks/super-D4qkU4uq.js';
|
|
7
7
|
import CoreObject from './core.js';
|
|
8
8
|
import Observable from './observable.js';
|
|
9
|
-
export { g as get } from '../../shared-chunks/property_get-
|
|
10
|
-
export { s as set, t as trySet } from '../../shared-chunks/property_set-
|
|
11
|
-
export { g as getProperties } from '../../shared-chunks/get_properties-
|
|
12
|
-
export { s as setProperties } from '../../shared-chunks/set_properties-
|
|
9
|
+
export { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
10
|
+
export { s as set, t as trySet } from '../../shared-chunks/property_set-SHEIPMUG.js';
|
|
11
|
+
export { g as getProperties } from '../../shared-chunks/get_properties-wj_Qmotj.js';
|
|
12
|
+
export { s as setProperties } from '../../shared-chunks/set_properties-CcLLHg1w.js';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
@module @ember/object
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { g as cacheFor } from '../../shared-chunks/computed_cache-DmYKevAP.js';
|
|
2
|
-
export {
|
|
3
|
-
import '../../shared-chunks/super-
|
|
2
|
+
export { a as guidFor } from '../../shared-chunks/guid-PO2v9BaN.js';
|
|
3
|
+
import '../../shared-chunks/super-D4qkU4uq.js';
|
|
4
4
|
import './index.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { a as alias } from '../../../../shared-chunks/alias-
|
|
3
|
-
import { g as get } from '../../../../shared-chunks/property_get-
|
|
4
|
-
import { s as set } from '../../../../shared-chunks/property_set-
|
|
1
|
+
import { d as computed, i as expandProperties } from '../../../../shared-chunks/computed-D6MVTTDd.js';
|
|
2
|
+
import { a as alias } from '../../../../shared-chunks/alias-DsIh-16z.js';
|
|
3
|
+
import { g as get } from '../../../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
4
|
+
import { s as set } from '../../../../shared-chunks/property_set-SHEIPMUG.js';
|
|
5
5
|
import isEmpty from '../../../utils/lib/is_empty.js';
|
|
6
6
|
import isNone from '../../../utils/lib/is_none.js';
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { g as get } from '../../../../shared-chunks/property_get-
|
|
1
|
+
import { d as computed, a as autoComputed } from '../../../../shared-chunks/computed-D6MVTTDd.js';
|
|
2
|
+
import { g as get } from '../../../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
3
3
|
import compare from '../../../utils/lib/compare.js';
|
|
4
4
|
import EmberArray, { A, uniqBy as uniqBy$1 } from '../../../array/index.js';
|
|
5
5
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { peekMeta, meta } from '../-internals/meta/lib/meta.js';
|
|
2
|
-
import { R as ROOT, o as observerListenerMetaFor, w as wrap } from '../../shared-chunks/super-
|
|
3
|
-
import { n as nativeDescDecorator,
|
|
4
|
-
import { g as defineValue,
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { a as addListener, r as removeListener } from '../../shared-chunks/events-
|
|
2
|
+
import { R as ROOT, o as observerListenerMetaFor, w as wrap } from '../../shared-chunks/super-D4qkU4uq.js';
|
|
3
|
+
import { n as nativeDescDecorator, i as isClassicDecorator, d as descriptorForDecorator, m as makeComputedDecorator } from '../../shared-chunks/decorator-B8Lpq40g.js';
|
|
4
|
+
import { g as defineValue, e as defineDecorator, C as ComputedProperty } from '../../shared-chunks/computed-D6MVTTDd.js';
|
|
5
|
+
import { e as setUnprocessedMixins } from '../../shared-chunks/namespace_search-TFdmjK_a.js';
|
|
6
|
+
import { e as revalidateObservers, b as addObserver, r as removeObserver } from '../../shared-chunks/observers-Ci31SE36.js';
|
|
7
|
+
import { a as addListener, r as removeListener } from '../../shared-chunks/events-C7aYCy0N.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
@module @ember/object/mixin
|
|
@@ -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-C7aYCy0N.js';
|
|
3
|
+
import { n as notifyPropertyChange, h as endPropertyChanges, b as beginPropertyChanges } from '../../shared-chunks/computed-D6MVTTDd.js';
|
|
4
|
+
import { r as removeObserver, b as addObserver } from '../../shared-chunks/observers-Ci31SE36.js';
|
|
5
|
+
import { g as get } from '../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
6
|
+
import { s as set } from '../../shared-chunks/property_set-SHEIPMUG.js';
|
|
7
|
+
import { g as getProperties } from '../../shared-chunks/get_properties-wj_Qmotj.js';
|
|
8
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-CcLLHg1w.js';
|
|
9
9
|
import Mixin from './mixin.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -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-Ci31SE36.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-Sw0SicEZ.js';
|
|
2
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-CcLLHg1w.js';
|
|
3
|
+
import { d as computed } from '../../shared-chunks/computed-D6MVTTDd.js';
|
|
4
4
|
import Mixin from './mixin.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { k as consumeTag, n as createUpdatableTag, D as DIRTY_TAG } from '../../shared-chunks/cache-CG6_L9db.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-DabsnYit.js';
|
|
@@ -3,11 +3,11 @@ import { getEngineParent } from '../engine/lib/engine-parent.js';
|
|
|
3
3
|
import { flaggedInstrument } from '../instrumentation/index.js';
|
|
4
4
|
import { action } from '../object/index.js';
|
|
5
5
|
import { service } from '../service/index.js';
|
|
6
|
-
import {
|
|
7
|
-
import { t as tagFor } from '../../shared-chunks/meta-
|
|
6
|
+
import { k as consumeTag, l as createCache, q as getValue, w as untrack } from '../../shared-chunks/cache-CG6_L9db.js';
|
|
7
|
+
import { t as tagFor } from '../../shared-chunks/meta-Ce6-qROq.js';
|
|
8
8
|
import { on } from '../modifier/on.js';
|
|
9
|
-
import {
|
|
10
|
-
import { I as InternalComponent, o as opaquify } from '../../shared-chunks/internal-
|
|
9
|
+
import { h as templateFactory } from '../../shared-chunks/index-D-rcNBLp.js';
|
|
10
|
+
import { I as InternalComponent, o as opaquify } from '../../shared-chunks/internal-BEJC2IJ-.js';
|
|
11
11
|
import { d as decorateFieldV2, i as initializeDeferredDecorator, a as decorateMethodV2 } from '../../shared-chunks/runtime-CYyqkz5q-BOdRhmsS.js';
|
|
12
12
|
|
|
13
13
|
const LinkToTemplate = templateFactory(
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { getOwner } from '../../-internals/owner/index.js';
|
|
2
|
-
import '../../../shared-chunks/cache-
|
|
3
|
-
import '../../../shared-chunks/reference-
|
|
4
|
-
import '../../../shared-chunks/observers-
|
|
5
|
-
import '../../../shared-chunks/property_get-
|
|
2
|
+
import '../../../shared-chunks/cache-CG6_L9db.js';
|
|
3
|
+
import '../../../shared-chunks/reference-D2agTt1V.js';
|
|
4
|
+
import '../../../shared-chunks/observers-Ci31SE36.js';
|
|
5
|
+
import '../../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
6
6
|
import { readOnly } from '../../object/lib/computed/computed_macros.js';
|
|
7
7
|
import '../../object/core.js';
|
|
8
8
|
import '../../-internals/runtime/lib/mixins/comparable.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { g as get } from '../../../shared-chunks/property_get-
|
|
1
|
+
import { g as get } from '../../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
2
2
|
import { getOwner } from '../../-internals/owner/index.js';
|
|
3
3
|
import '../../engine/instance.js';
|
|
4
4
|
import '../../../route-recognizer/index.js';
|
|
5
|
-
import '../../../shared-chunks/rsvp-
|
|
6
|
-
import { S as STATE_SYMBOL } from '../../../shared-chunks/unrecognized-url-error-
|
|
5
|
+
import '../../../shared-chunks/rsvp-C6j8G1D1.js';
|
|
6
|
+
import { S as STATE_SYMBOL } from '../../../shared-chunks/unrecognized-url-error-ClNyMFJt.js';
|
|
7
7
|
|
|
8
8
|
const ALL_PERIODS_REGEX = /\./g;
|
|
9
9
|
function extractRouteArgs(args) {
|