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 { 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-Ci31SE36.js';
|
|
3
|
+
import { f as defineProperty, d as computed } from '../../shared-chunks/computed-D6MVTTDd.js';
|
|
4
|
+
import { b as descriptorForProperty } from '../../shared-chunks/decorator-B8Lpq40g.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-Sw0SicEZ.js';
|
|
7
|
+
import { s as set } from '../../shared-chunks/property_set-SHEIPMUG.js';
|
|
8
|
+
import { g as getProperties } from '../../shared-chunks/get_properties-wj_Qmotj.js';
|
|
9
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-CcLLHg1w.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';
|
|
@@ -19,10 +19,10 @@ import { isTesting } from '../debug/lib/testing.js';
|
|
|
19
19
|
import '../engine/instance.js';
|
|
20
20
|
import { dependentKeyCompat } from '../object/compat.js';
|
|
21
21
|
import { once } from '../runloop/index.js';
|
|
22
|
-
import { c as hasInternalComponentManager } from '../../shared-chunks/api-
|
|
22
|
+
import { c as hasInternalComponentManager } from '../../shared-chunks/api-DOLN_cR2.js';
|
|
23
23
|
import '../../route-recognizer/index.js';
|
|
24
|
-
import '../../shared-chunks/rsvp-
|
|
25
|
-
import { S as STATE_SYMBOL, P as PARAMS_SYMBOL } from '../../shared-chunks/unrecognized-url-error-
|
|
24
|
+
import '../../shared-chunks/rsvp-C6j8G1D1.js';
|
|
25
|
+
import { S as STATE_SYMBOL, P as PARAMS_SYMBOL } from '../../shared-chunks/unrecognized-url-error-ClNyMFJt.js';
|
|
26
26
|
import generateController from './lib/generate_controller.js';
|
|
27
27
|
import { prefixRouteNameArg, stashParamNames, calculateCacheKey, normalizeControllerQueryParams } from './lib/utils.js';
|
|
28
28
|
import { a as decorateMethodV2 } from '../../shared-chunks/runtime-CYyqkz5q-BOdRhmsS.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { getOwner } from '../-internals/owner/index.js';
|
|
2
2
|
import Evented from '../object/evented.js';
|
|
3
|
-
import {
|
|
4
|
-
import { t as tagFor } from '../../shared-chunks/meta-
|
|
5
|
-
import '../../shared-chunks/reference-
|
|
6
|
-
import '../../shared-chunks/observers-
|
|
7
|
-
import '../../shared-chunks/property_get-
|
|
3
|
+
import { k as consumeTag } from '../../shared-chunks/cache-CG6_L9db.js';
|
|
4
|
+
import { t as tagFor } from '../../shared-chunks/meta-Ce6-qROq.js';
|
|
5
|
+
import '../../shared-chunks/reference-D2agTt1V.js';
|
|
6
|
+
import '../../shared-chunks/observers-Ci31SE36.js';
|
|
7
|
+
import '../../shared-chunks/property_get-Sw0SicEZ.js';
|
|
8
8
|
import { readOnly } from '../object/lib/computed/computed_macros.js';
|
|
9
9
|
import '../object/core.js';
|
|
10
10
|
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-D6MVTTDd.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 { getOwner } from '../owner/index.js';
|
|
6
6
|
import DSLImpl from './lib/dsl.js';
|
|
7
7
|
import RouterState from './lib/router_state.js';
|
|
@@ -13,8 +13,8 @@ import Evented from '../object/evented.js';
|
|
|
13
13
|
import { run, once, scheduleOnce, cancel } from '../runloop/index.js';
|
|
14
14
|
import { getRenderState, getFullQueryParams, hasDefaultSerialize, defaultSerialize } from './route.js';
|
|
15
15
|
import Router from '../../router_js/index.js';
|
|
16
|
-
import { S as STATE_SYMBOL,
|
|
17
|
-
import '../../shared-chunks/rsvp-
|
|
16
|
+
import { S as STATE_SYMBOL, d as logAbort } from '../../shared-chunks/unrecognized-url-error-ClNyMFJt.js';
|
|
17
|
+
import '../../shared-chunks/rsvp-C6j8G1D1.js';
|
|
18
18
|
import '../engine/instance.js';
|
|
19
19
|
|
|
20
20
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { onErrorTarget } from '../-internals/error-handling/index.js';
|
|
2
|
-
import { f as flushAsyncObservers } from '../../shared-chunks/observers-
|
|
2
|
+
import { f as flushAsyncObservers } from '../../shared-chunks/observers-Ci31SE36.js';
|
|
3
3
|
import Backburner from '../../backburner.js/index.js';
|
|
4
4
|
|
|
5
5
|
// Partial types from https://medium.com/codex/currying-in-typescript-ca5226c85b85
|
|
@@ -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-COGiYHKc.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-sYlRiUn_.js';
|
|
2
|
+
import { h as hash, f as fn, a as array } from '../../../shared-chunks/hash-C6IoC4eR.js';
|
|
3
|
+
import { e as element } from '../../../shared-chunks/element-CT5H5uxF.js';
|
|
4
4
|
import { on } from '../../modifier/on.js';
|
|
5
5
|
import { STRICT_MODE_KEYWORDS, STRICT_MODE_TRANSFORMS, RESOLUTION_MODE_TRANSFORMS } from './plugins/index.js';
|
|
6
6
|
import { ALLOWED_GLOBALS } from './plugins/allowed-globals.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-DQmEjFyx.js';
|
|
4
4
|
import { s as setComponentTemplate } from '../../../shared-chunks/template-Dc_cBOoX.js';
|
|
5
|
-
import {
|
|
5
|
+
import { h as templateFactory } from '../../../shared-chunks/index-D-rcNBLp.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-D-rcNBLp.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-DOLN_cR2.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-CGZbGcvX.js';
|
|
3
3
|
export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-Dc_cBOoX.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-CaXVcI8G.js';
|
|
5
5
|
export { c as capabilityFlagsFrom, h as hasCapability, m as managerHasCapability } from '../../shared-chunks/capabilities-_5e35539.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-Bx4H3NjB.js';
|
|
2
|
+
import { a as DOMTreeConstruction } from '../../shared-chunks/element-builder-CZePCkbA.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-kEyOKbzp.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-D-rcNBLp.js';
|
|
2
|
+
export { E as EvaluationContextImpl, S as StdLib, c as compileStd } from '../../shared-chunks/program-context-DmI53TzJ.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 { b as expect } from '../../shared-chunks/collections-By4M3cTy.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-_5e35539.js';
|
|
5
5
|
import { g as getComponentTemplate } from '../../shared-chunks/template-Dc_cBOoX.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-DOLN_cR2.js';
|
|
7
|
+
import { h as templateFactory } from '../../shared-chunks/index-D-rcNBLp.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-CF651Zuj.js';
|
|
12
|
+
export { a as ProgramImpl, R as RuntimeOpImpl } from '../../shared-chunks/program-CF651Zuj.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,
|
|
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 { f as isIndexable } from '../../shared-chunks/collections-By4M3cTy.js';
|
|
4
|
+
import { D as DIRTY_TAG, k as consumeTag, m as createTag } from '../../shared-chunks/cache-CG6_L9db.js';
|
|
5
|
+
import { b as createComputeRef, v as valueForRef } from '../../shared-chunks/reference-D2agTt1V.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-D2agTt1V.js';
|
|
7
7
|
|
|
8
8
|
const NULL_IDENTITY = {};
|
|
9
9
|
const KEY = (_, index) => index;
|
|
@@ -1,15 +1,15 @@
|
|
|
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-Bx4H3NjB.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-B790-vbk.js';
|
|
3
|
+
export { T as TEMPLATE_ONLY_COMPONENT_MANAGER, a as TemplateOnlyComponent, b as TemplateOnlyComponentManager, t as templateOnlyComponent } from '../../shared-chunks/template-only-CP0NT7ce.js';
|
|
4
|
+
export { C as CurriedValue, E as EMPTY_ARGS, b as EMPTY_NAMED, c as EMPTY_POSITIONAL, f as createCapturedArgs, g as curry, r as reifyArgs, k as reifyNamed, l as reifyPositional } from '../../shared-chunks/debug-render-tree-CYENUjgX.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-sYlRiUn_.js';
|
|
7
|
+
export { a as array, f as fn, h as hash } from '../../shared-chunks/hash-C6IoC4eR.js';
|
|
8
|
+
export { c as concat, g as get } from '../../shared-chunks/get-tlL23wmp.js';
|
|
9
|
+
export { i as invokeHelper } from '../../shared-chunks/invoke-D_jsLbsj.js';
|
|
10
|
+
export { o as on } from '../../shared-chunks/on-Dgmychhk.js';
|
|
11
11
|
export { destroy, isDestroyed, isDestroying, registerDestructor } from '../destroyable/index.js';
|
|
12
|
-
import '../../shared-chunks/cache-
|
|
13
|
-
import '../../shared-chunks/reference-
|
|
14
|
-
export {
|
|
15
|
-
export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-
|
|
12
|
+
import '../../shared-chunks/cache-CG6_L9db.js';
|
|
13
|
+
import '../../shared-chunks/reference-D2agTt1V.js';
|
|
14
|
+
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-CZePCkbA.js';
|
|
15
|
+
export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-B7MtrWip.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { t as tracked } from '../../shared-chunks/tracked-
|
|
2
|
-
import {
|
|
1
|
+
export { t as tracked } from '../../shared-chunks/tracked-CXcapuAm.js';
|
|
2
|
+
import { l as createCache, q as getValue } from '../../shared-chunks/cache-CG6_L9db.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 {
|
|
1
|
+
export { l as createCache, q as getValue, r as isConst } from '../../../../shared-chunks/cache-CG6_L9db.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { E as EMPTY_ARRAY, a as EMPTY_NUMBER_ARRAY, b as EMPTY_STRING_ARRAY,
|
|
3
|
-
import {
|
|
4
|
-
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
|
+
import { h as isPresentArray, g as getFirst, c as getLast } from '../../shared-chunks/collections-By4M3cTy.js';
|
|
4
|
+
export { S as Stack, d as dict, i as isDict, f as isIndexable } from '../../shared-chunks/collections-By4M3cTy.js';
|
|
5
5
|
export { a as assign, e as entries, k as keys, v as values } from '../../shared-chunks/object-utils-AijlD-JH.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { trackedArray, trackedMap, trackedObject, trackedSet, trackedWeakMap, trackedWeakSet } from '../../@ember/reactive/collections.js';
|
|
2
|
-
export { d as dirtyTagFor, t as tagFor, a as tagMetaFor } from '../../shared-chunks/meta-
|
|
3
|
-
export { t as trackedData } from '../../shared-chunks/tracked-data-
|
|
4
|
-
export { A as ALLOW_CYCLES,
|
|
2
|
+
export { d as dirtyTagFor, t as tagFor, a as tagMetaFor } from '../../shared-chunks/meta-Ce6-qROq.js';
|
|
3
|
+
export { t as trackedData } from '../../shared-chunks/tracked-data-DNDzhYXf.js';
|
|
4
|
+
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, D as dirtyTag, o as endTrackFrame, p as endUntrackFrame, q as getValue, r as isConst, s as isConstTag, t as isTracking, u as resetTracking, v as track, w as untrack, U as updateTag, x as validateTag, y as valueForTag } from '../../shared-chunks/cache-CG6_L9db.js';
|
|
5
5
|
|
|
6
6
|
/* eslint-disable @typescript-eslint/no-non-null-assertion -- @fixme */
|
|
7
7
|
|
|
@@ -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,8 +1,8 @@
|
|
|
1
|
-
import { p as precompile$1 } from '../shared-chunks/compiler-
|
|
2
|
-
export { a as _preprocess, b as _print } from '../shared-chunks/compiler-
|
|
1
|
+
import { p as precompile$1 } from '../shared-chunks/compiler-DQmEjFyx.js';
|
|
2
|
+
export { a as _preprocess, b as _print } from '../shared-chunks/compiler-DQmEjFyx.js';
|
|
3
3
|
import { STRICT_MODE_KEYWORDS, STRICT_MODE_TRANSFORMS, RESOLUTION_MODE_TRANSFORMS } from '../@ember/template-compiler/lib/plugins/index.js';
|
|
4
|
-
import '../shared-chunks/guid-
|
|
5
|
-
import '../shared-chunks/super-
|
|
4
|
+
import '../shared-chunks/guid-PO2v9BaN.js';
|
|
5
|
+
import '../shared-chunks/super-D4qkU4uq.js';
|
|
6
6
|
import { C as Cache } from '../shared-chunks/cache-qDyqAcpg.js';
|
|
7
7
|
|
|
8
8
|
/*
|
|
@@ -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-ClNyMFJt.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,12 +1,12 @@
|
|
|
1
1
|
import { meta } from '../@ember/-internals/meta/lib/meta.js';
|
|
2
2
|
import inspect from '../@ember/debug/lib/inspect.js';
|
|
3
|
-
import {
|
|
4
|
-
import { a as tagMetaFor, t as tagFor } from './meta-
|
|
5
|
-
import { C as CHAIN_PASS_THROUGH, g as getChainTagsForKey, f as finishLazyChains } from './chain-tags-
|
|
6
|
-
import { m as makeComputedDecorator,
|
|
7
|
-
import {
|
|
8
|
-
import { g as get } from './property_get-
|
|
9
|
-
import { s as set } from './property_set-
|
|
3
|
+
import { w as untrack, x as validateTag, U as UPDATE_TAG, y as valueForTag, k as consumeTag } from './cache-CG6_L9db.js';
|
|
4
|
+
import { a as tagMetaFor, t as tagFor } from './meta-Ce6-qROq.js';
|
|
5
|
+
import { C as CHAIN_PASS_THROUGH, g as getChainTagsForKey, f as finishLazyChains } from './chain-tags-BP0V2LnZ.js';
|
|
6
|
+
import { m as makeComputedDecorator, d as descriptorForDecorator, a as ComputedDescriptor } from './decorator-B8Lpq40g.js';
|
|
7
|
+
import { f as defineProperty } from './computed-D6MVTTDd.js';
|
|
8
|
+
import { g as get } from './property_get-Sw0SicEZ.js';
|
|
9
|
+
import { s as set } from './property_set-SHEIPMUG.js';
|
|
10
10
|
|
|
11
11
|
function alias(altKey) {
|
|
12
12
|
return makeComputedDecorator(new AliasedProperty(altKey), AliasDecoratorImpl);
|
|
@@ -1,10 +1,10 @@
|
|
|
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-DOLN_cR2.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-D2agTt1V.js';
|
|
4
|
+
import { a as argsProxyFor } from './args-proxy-CaXVcI8G.js';
|
|
5
5
|
import { b as buildCapabilities } from './capabilities-_5e35539.js';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { c as castToBrowser } from './simple-cast-BXTrayoV.js';
|
|
7
|
+
import { w as untrack, n as createUpdatableTag } from './cache-CG6_L9db.js';
|
|
8
8
|
|
|
9
9
|
const CAPABILITIES = {
|
|
10
10
|
dynamicLayout: false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { associateDestroyableChild } from '../@glimmer/destroyable/index.js';
|
|
2
|
-
import {
|
|
3
|
-
import { a as argsProxyFor } from './args-proxy-
|
|
2
|
+
import { b as createComputeRef, d as createConstRef, U as UNDEFINED_REFERENCE } from './reference-D2agTt1V.js';
|
|
3
|
+
import { a as argsProxyFor } from './args-proxy-CaXVcI8G.js';
|
|
4
4
|
import { b as buildCapabilities } from './capabilities-_5e35539.js';
|
|
5
5
|
|
|
6
6
|
function helperCapabilities(managerAPI, options = {}) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { v as valueForRef } from './reference-
|
|
2
|
-
import {
|
|
1
|
+
import { v as valueForRef } from './reference-D2agTt1V.js';
|
|
2
|
+
import { v as track } from './cache-CG6_L9db.js';
|
|
3
3
|
|
|
4
4
|
const CUSTOM_TAG_FOR = new WeakMap();
|
|
5
5
|
function getCustomTagFor(obj) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { peekMeta } from '../@ember/-internals/meta/lib/meta.js';
|
|
2
|
-
import { s as sendEvent, a as addListener, r as removeListener } from './events-
|
|
3
|
-
import { n as notifyPropertyChange } from './computed-
|
|
2
|
+
import { s as sendEvent, a as addListener, r as removeListener } from './events-C7aYCy0N.js';
|
|
3
|
+
import { n as notifyPropertyChange } from './computed-D6MVTTDd.js';
|
|
4
4
|
|
|
5
5
|
function arrayContentWillChange(array, startIdx, removeAmt, addAmt) {
|
|
6
6
|
// if no args are passed assume everything changes
|
|
@@ -113,4 +113,4 @@ function removeArrayObserver(array, target, opts) {
|
|
|
113
113
|
return arrayObserversHelper(array, target, opts, removeListener);
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
export {
|
|
116
|
+
export { addArrayObserver as a, arrayContentDidChange as b, arrayContentWillChange as c, replace as d, replaceInNativeArray as e, removeArrayObserver as r };
|
package/dist/prod/packages/shared-chunks/{array-utils-CZQxrdD3.js → array-utils-BEaSKdEb.js}
RENAMED
|
@@ -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 };
|
|
@@ -368,4 +368,4 @@ function untrack(callback) {
|
|
|
368
368
|
}
|
|
369
369
|
}
|
|
370
370
|
|
|
371
|
-
export { ALLOW_CYCLES as A,
|
|
371
|
+
export { ALLOW_CYCLES as A, COMPUTE as C, DIRTY_TAG as D, INITIAL as I, UPDATE_TAG as U, VOLATILE as V, CONSTANT as a, CONSTANT_TAG as b, CURRENT_TAG as c, CurrentTag as d, VOLATILE_TAG as e, VolatileTag as f, beginTrackFrame as g, beginUntrackFrame as h, bump as i, combine as j, consumeTag as k, createCache as l, createTag as m, createUpdatableTag as n, endTrackFrame as o, endUntrackFrame as p, getValue as q, isConst as r, isConstTag as s, isTracking as t, resetTracking as u, track as v, untrack as w, validateTag as x, valueForTag as y };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { peekMeta, meta } from '../@ember/-internals/meta/lib/meta.js';
|
|
2
2
|
import { i as isObject } from './spec-BXl1reqK.js';
|
|
3
|
-
import {
|
|
4
|
-
import { t as tagFor, d as dirtyTagFor, a as tagMetaFor } from './meta-
|
|
5
|
-
import { g as getCustomTagFor } from './args-proxy-
|
|
3
|
+
import { b as CONSTANT_TAG, j as combine, x as validateTag, n as createUpdatableTag, U as UPDATE_TAG } from './cache-CG6_L9db.js';
|
|
4
|
+
import { t as tagFor, d as dirtyTagFor, a as tagMetaFor } from './meta-Ce6-qROq.js';
|
|
5
|
+
import { g as getCustomTagFor } from './args-proxy-CaXVcI8G.js';
|
|
6
6
|
|
|
7
7
|
function objectAt(array, index) {
|
|
8
8
|
if (Array.isArray(array)) {
|
|
@@ -175,4 +175,4 @@ function getChainTags(chainTags, obj, path, tagMeta, meta$1) {
|
|
|
175
175
|
return chainTags;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
export { CHAIN_PASS_THROUGH as C, SELF_TAG as S,
|
|
178
|
+
export { CHAIN_PASS_THROUGH as C, SELF_TAG as S, getChainTagsForKeys as a, tagForProperty as b, finishLazyChains as f, getChainTagsForKey as g, markObjectAsDirty as m, objectAt as o, tagForObject as t };
|
package/dist/prod/packages/shared-chunks/{collections-C3Y8z_9v.js → collections-By4M3cTy.js}
RENAMED
|
@@ -72,4 +72,4 @@ class StackImpl {
|
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
export { StackImpl as S,
|
|
75
|
+
export { StackImpl as S, asPresentArray as a, expect as b, getLast as c, dict as d, exhausted as e, isIndexable as f, getFirst as g, isPresentArray as h, isDict as i, mapPresentArray as m, unwrap as u };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { h as isPresentArray, g as getFirst, c as getLast, u as unwrap, a as asPresentArray, b as expect, d as dict, m as mapPresentArray, e as exhausted } from './collections-By4M3cTy.js';
|
|
2
2
|
import { a as assert } from './assert-Zqc4wiAV.js';
|
|
3
3
|
import { assertNever } from '../@glimmer/util/index.js';
|
|
4
4
|
import { s as setLocalDebugType } from './debug-brand-B1TWjOCH.js';
|
|
5
5
|
import { a as assign } from './object-utils-AijlD-JH.js';
|
|
6
6
|
import { o as opcodes } from './opcodes-CplRyHl_.js';
|
|
7
|
-
import {
|
|
7
|
+
import { b as CURRIED_MODIFIER, a as CURRIED_HELPER, C as CURRIED_COMPONENT } from './curried-Cnjy9_ug.js';
|
|
8
8
|
import { a as WellKnownTagNames, W as WellKnownAttrNames } from './well-known-_EVO9RaV.js';
|
|
9
9
|
|
|
10
10
|
const Char = {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { meta, peekMeta } from '../@ember/-internals/meta/lib/meta.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { b as descriptorForProperty, i as isClassicDecorator, a as ComputedDescriptor, c as isElementDescriptor, m as makeComputedDecorator, d as descriptorForDecorator } from './decorator-B8Lpq40g.js';
|
|
3
|
+
import { e as revalidateObservers, c as flushSyncObservers, d as resumeObserverDeactivation, g as suspendedObserverDeactivation, b as addObserver, s as setObserverSuspended } from './observers-Ci31SE36.js';
|
|
4
4
|
import inspect from '../@ember/debug/lib/inspect.js';
|
|
5
|
-
import {
|
|
6
|
-
import { a as tagMetaFor, t as tagFor } from './meta-
|
|
7
|
-
import { m as markObjectAsDirty,
|
|
5
|
+
import { x as validateTag, w as untrack, U as UPDATE_TAG, y as valueForTag, k as consumeTag, A as ALLOW_CYCLES, v as track } from './cache-CG6_L9db.js';
|
|
6
|
+
import { a as tagMetaFor, t as tagFor } from './meta-Ce6-qROq.js';
|
|
7
|
+
import { m as markObjectAsDirty, a as getChainTagsForKeys, f as finishLazyChains } from './chain-tags-BP0V2LnZ.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
@module @ember/object
|
|
@@ -936,4 +936,4 @@ function isComputed(obj, key) {
|
|
|
936
936
|
return Boolean(descriptorForProperty(obj, key));
|
|
937
937
|
}
|
|
938
938
|
|
|
939
|
-
export { ComputedProperty as C, PROPERTY_DID_CHANGE as P,
|
|
939
|
+
export { ComputedProperty as C, PROPERTY_DID_CHANGE as P, autoComputed as a, beginPropertyChanges as b, changeProperties as c, computed as d, defineDecorator as e, defineProperty as f, defineValue as g, endPropertyChanges as h, expandProperties as i, isComputed as j, notifyPropertyChange as n };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { getOwner, setOwner } from '../@ember/-internals/owner/index.js';
|
|
2
|
-
import {
|
|
2
|
+
import { a as guidFor } from './guid-PO2v9BaN.js';
|
|
3
3
|
import { getViewElement, clearElementView, clearViewElement, addChildView, setViewElement, setElementView } from '../@ember/-internals/views/lib/system/utils.js';
|
|
4
4
|
import { _instrumentStart } from '../@ember/instrumentation/index.js';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { E as EMPTY_ARRAY } from './array-utils-
|
|
8
|
-
import {
|
|
9
|
-
import { g as get } from './property_get-
|
|
5
|
+
import { b as createComputeRef, v as valueForRef, g as createPrimitiveRef, c as childRefFor, a as childRefFromParts, d as createConstRef, l as isUpdatableRef, u as updateRef } from './reference-D2agTt1V.js';
|
|
6
|
+
import { l as reifyPositional } from './debug-render-tree-CYENUjgX.js';
|
|
7
|
+
import { E as EMPTY_ARRAY } from './array-utils-BEaSKdEb.js';
|
|
8
|
+
import { y as valueForTag, h as beginUntrackFrame, p as endUntrackFrame, g as beginTrackFrame, o as endTrackFrame, k as consumeTag, x as validateTag } from './cache-CG6_L9db.js';
|
|
9
|
+
import { g as get } from './property_get-Sw0SicEZ.js';
|
|
10
10
|
import { dasherize } from '../@ember/-internals/string/index.js';
|
|
11
11
|
import { registerDestructor } from '../@glimmer/destroyable/index.js';
|
|
12
12
|
import { MUTABLE_CELL } from '../@ember/-internals/views/lib/compat/attrs.js';
|
|
@@ -542,4 +542,4 @@ function isCurlyManager(manager) {
|
|
|
542
542
|
return manager === CURLY_COMPONENT_MANAGER;
|
|
543
543
|
}
|
|
544
544
|
|
|
545
|
-
export { BOUNDS as B, CURLY_COMPONENT_MANAGER as C, DIRTY_TAG as D, IS_DISPATCHING_ATTRS as I,
|
|
545
|
+
export { BOUNDS as B, CURLY_COMPONENT_MANAGER as C, DIRTY_TAG as D, IS_DISPATCHING_ATTRS as I, ComponentStateBucket as a, CurlyComponentManager as b, isCurlyManager as c, getComponentCapturedArgs as g, initialRenderInstrumentDetails as i, unwrapTemplate as u };
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { u as unwrap,
|
|
1
|
+
import { u as unwrap, b as expect, f as isIndexable, d as dict, S as StackImpl } from './collections-By4M3cTy.js';
|
|
2
2
|
import { a as assign } from './object-utils-AijlD-JH.js';
|
|
3
|
-
import {
|
|
3
|
+
import { h as $v0, g as $t1, f as $t0, a as $pc, b as $ra, $ as $fp, e as $sp, d as $s1, c as $s0 } from './registers-Buvdhhxx.js';
|
|
4
4
|
import { s as setLocalDebugType } from './debug-brand-B1TWjOCH.js';
|
|
5
|
-
import {
|
|
6
|
-
import { b as EMPTY_STRING_ARRAY,
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
5
|
+
import { b as createComputeRef, v as valueForRef, d as createConstRef, g as createPrimitiveRef, j as isConstRef, U as UNDEFINED_REFERENCE, N as NULL_REFERENCE, T as TRUE_REFERENCE, F as FALSE_REFERENCE, R as REFERENCE } from './reference-D2agTt1V.js';
|
|
6
|
+
import { b as EMPTY_STRING_ARRAY, c as enumerate, e as emptyArray } from './array-utils-BEaSKdEb.js';
|
|
7
|
+
import { b as CONSTANT_TAG, I as INITIAL, x as validateTag, k as consumeTag, y as valueForTag, g as beginTrackFrame, o as endTrackFrame, c as CURRENT_TAG } from './cache-CG6_L9db.js';
|
|
8
|
+
import { b as CURRIED_MODIFIER, C as CURRIED_COMPONENT } from './curried-Cnjy9_ug.js';
|
|
9
|
+
import { ax as VM_SYSCALL_SIZE, i as VM_CHILD_SCOPE_OP, a9 as VM_POP_SCOPE_OP, ah as VM_PUSH_DYNAMIC_SCOPE_OP, a6 as VM_POP_DYNAMIC_SCOPE_OP, p as VM_CONSTANT_OP, aC as decodeHandle, q as VM_CONSTANT_REFERENCE_OP, ab as VM_PRIMITIVE_OP, aG as isHandle, aD as decodeImmediate, ac as VM_PRIMITIVE_REFERENCE_OP, x as VM_DUP_OP, a7 as VM_POP_OP, _ as VM_LOAD_OP, G as VM_FETCH_OP, g as VM_BIND_DYNAMIC_SCOPE_OP, D as VM_ENTER_OP, F as VM_EXIT_OP, ak as VM_PUSH_SYMBOL_TABLE_OP, ae as VM_PUSH_BLOCK_SCOPE_OP, m as VM_COMPILE_BLOCK_OP, U as VM_INVOKE_YIELD_OP, Y as VM_JUMP_IF_OP, Z as VM_JUMP_UNLESS_OP, X as VM_JUMP_EQ_OP, e as VM_ASSERT_SAME_OP, az as VM_TO_BOOLEAN_OP, ay as VM_TEXT_OP, k as VM_COMMENT_OP, a4 as VM_OPEN_ELEMENT_OP, a3 as VM_OPEN_DYNAMIC_ELEMENT_OP, aj as VM_PUSH_REMOTE_ELEMENT_OP, a8 as VM_POP_REMOTE_ELEMENT_OP, H as VM_FLUSH_ELEMENT_OP, j as VM_CLOSE_ELEMENT_OP, a1 as VM_MODIFIER_OP, B as VM_DYNAMIC_MODIFIER_OP, av as VM_STATIC_ATTR_OP, y as VM_DYNAMIC_ATTR_OP, af as VM_PUSH_COMPONENT_DEFINITION_OP, ao as VM_RESOLVE_DYNAMIC_COMPONENT_OP, an as VM_RESOLVE_CURRIED_COMPONENT_OP, ag as VM_PUSH_DYNAMIC_COMPONENT_INSTANCE_OP, ad as VM_PUSH_ARGS_OP, ai as VM_PUSH_EMPTY_ARGS_OP, h as VM_CAPTURE_ARGS_OP, aa as VM_PREPARE_ARGS_OP, s as VM_CREATE_COMPONENT_OP, am as VM_REGISTER_COMPONENT_DESTRUCTOR_OP, f as VM_BEGIN_COMPONENT_TRANSACTION_OP, al as VM_PUT_COMPONENT_OPERATIONS_OP, n as VM_COMPONENT_ATTR_OP, aw as VM_STATIC_COMPONENT_ATTR_OP, v as VM_DID_CREATE_ELEMENT_OP, K as VM_GET_COMPONENT_SELF_OP, L as VM_GET_COMPONENT_TAG_NAME_OP, J as VM_GET_COMPONENT_LAYOUT_OP, a0 as VM_MAIN_OP, a5 as VM_POPULATE_LAYOUT_OP, aA as VM_VIRTUAL_ROOT_SCOPE_OP, as as VM_SET_NAMED_VARIABLES_OP, aq as VM_SET_BLOCKS_OP, T as VM_INVOKE_COMPONENT_LAYOUT_OP, w as VM_DID_RENDER_LAYOUT_OP, l as VM_COMMIT_COMPONENT_TRANSACTION_OP } from './syscall-ops-nrBHMOTp.js';
|
|
10
10
|
import { a as assert } from './assert-Zqc4wiAV.js';
|
|
11
|
-
import {
|
|
11
|
+
import { a as unwrapTemplate } from './template-B0Apv9g2.js';
|
|
12
12
|
import { registerDestructor, destroy, associateDestroyableChild } from '../@glimmer/destroyable/index.js';
|
|
13
13
|
import { m as managerHasCapability } from './capabilities-_5e35539.js';
|
|
14
14
|
import { I as InternalComponentCapabilities } from './flags-B9qxc-pB.js';
|
|
15
|
-
import { n as normalizeStringValue, C as ConcreteBounds } from './normalize-
|
|
16
|
-
import { b as getInternalModifierManager } from './api-
|
|
15
|
+
import { n as normalizeStringValue, C as ConcreteBounds } from './normalize-Bx4H3NjB.js';
|
|
16
|
+
import { b as getInternalModifierManager } from './api-DOLN_cR2.js';
|
|
17
17
|
import { toBool } from '../@glimmer/global-context/index.js';
|
|
18
18
|
|
|
19
19
|
function CheckInstanceof(Class) {
|
|
@@ -2046,4 +2046,4 @@ function getDebugName(definition, manager = definition.manager) {
|
|
|
2046
2046
|
return definition.resolvedName ?? definition.debugName ?? manager.getDebugName(definition.state);
|
|
2047
2047
|
}
|
|
2048
2048
|
|
|
2049
|
-
export { APPEND_OPCODES as A, BeginTrackFrameOpcode as B, CurriedValue as C, DebugRenderTreeImpl as D, EMPTY_ARGS as E, JumpIfNotModifiedOpcode as J, VMArgumentsImpl as V,
|
|
2049
|
+
export { APPEND_OPCODES as A, BeginTrackFrameOpcode as B, CurriedValue as C, DebugRenderTreeImpl as D, EMPTY_ARGS as E, JumpIfNotModifiedOpcode as J, VMArgumentsImpl as V, AssertFilter as a, EMPTY_NAMED as b, EMPTY_POSITIONAL as c, EndTrackFrameOpcode as d, check as e, createCapturedArgs as f, curry as g, externs as h, isArgumentError as i, isCurriedType as j, reifyNamed as k, reifyPositional as l, resolveCurriedValue as m, reifyArgs as r };
|