ember-source 7.3.0-alpha.3 → 7.3.0-alpha.5
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/build-metadata.json +3 -3
- package/dist/dev/packages/@ember/-internals/glimmer/index.js +2 -2
- package/dist/dev/packages/@ember/-internals/metal/index.js +8 -8
- package/dist/dev/packages/@ember/-internals/routing/index.js +1 -1
- package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +2 -2
- 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 +1 -1
- 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/application/index.js +3 -3
- package/dist/dev/packages/@ember/application/instance.js +5 -5
- package/dist/dev/packages/@ember/application/namespace.js +1 -1
- package/dist/dev/packages/@ember/array/index.js +2 -2
- package/dist/dev/packages/@ember/array/lib/is-array.js +1 -1
- package/dist/dev/packages/@ember/array/proxy.js +2 -2
- package/dist/dev/packages/@ember/component/index.js +2 -2
- package/dist/dev/packages/@ember/controller/index.js +1 -1
- package/dist/dev/packages/@ember/debug/data-adapter.js +1 -1
- package/dist/dev/packages/@ember/engine/index.js +3 -3
- package/dist/dev/packages/@ember/object/computed.js +1 -1
- package/dist/dev/packages/@ember/object/core.js +1 -1
- package/dist/dev/packages/@ember/object/index.js +4 -4
- package/dist/dev/packages/@ember/object/lib/computed/computed_macros.js +3 -3
- package/dist/dev/packages/@ember/object/lib/computed/reduce_computed_macros.js +1 -1
- package/dist/dev/packages/@ember/object/observable.js +4 -4
- package/dist/dev/packages/@ember/object/promise-proxy-mixin.js +2 -2
- package/dist/dev/packages/@ember/renderer/index.js +1 -1
- package/dist/dev/packages/@ember/routing/-internals.js +1 -1
- package/dist/dev/packages/@ember/routing/history-location.js +2 -2
- package/dist/dev/packages/@ember/routing/lib/generate_controller.js +1 -1
- package/dist/dev/packages/@ember/routing/lib/location-utils.js +14 -11
- package/dist/dev/packages/@ember/routing/lib/routing-service.js +1 -1
- package/dist/dev/packages/@ember/routing/lib/utils.js +1 -1
- package/dist/dev/packages/@ember/routing/none-location.js +2 -1
- package/dist/dev/packages/@ember/routing/route.js +15 -4
- package/dist/dev/packages/@ember/routing/router-service.js +1 -1
- package/dist/dev/packages/@ember/routing/router.js +2 -2
- package/dist/dev/packages/@ember/utils/lib/is_empty.js +1 -1
- package/dist/dev/packages/ember/version.js +1 -1
- package/dist/dev/packages/router_js/index.js +15 -7
- package/dist/dev/packages/shared-chunks/{alias-CT_thCad.js → alias-3DBxvoim.js} +2 -2
- package/dist/dev/packages/shared-chunks/{curly-DGUCLOud.js → curly-BbL6STF2.js} +1 -1
- package/dist/dev/packages/shared-chunks/{get_properties-Cm2sWt5f.js → get_properties-BlyZny5J.js} +1 -1
- package/dist/dev/packages/shared-chunks/{index-D1AjYv31.js → index-Czn34wUZ.js} +2 -2
- package/dist/dev/packages/shared-chunks/{libraries-DwffpMGE.js → libraries-BrYKoqoK.js} +1 -1
- package/dist/dev/packages/shared-chunks/{outlet-CHFL7tun.js → outlet-B4qORyui.js} +1 -1
- package/dist/dev/packages/shared-chunks/{property_get-CRP7MFz_.js → property_get-DXwpgTe7.js} +1 -1
- package/dist/dev/packages/shared-chunks/{property_set-CVlVgdor.js → property_set-DezUwDX4.js} +1 -1
- package/dist/dev/packages/shared-chunks/{set_properties-CEUT_EJn.js → set_properties-BzM_irwA.js} +1 -1
- package/dist/dev/packages/shared-chunks/{setup-registry-DQ3c4Juo.js → setup-registry-h519ZsHS.js} +3 -3
- package/dist/prod/packages/@ember/-internals/glimmer/index.js +2 -2
- package/dist/prod/packages/@ember/-internals/metal/index.js +8 -8
- package/dist/prod/packages/@ember/-internals/routing/index.js +1 -1
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +2 -2
- 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 +1 -1
- 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/application/index.js +3 -3
- package/dist/prod/packages/@ember/application/instance.js +5 -5
- package/dist/prod/packages/@ember/application/namespace.js +1 -1
- package/dist/prod/packages/@ember/array/index.js +2 -2
- package/dist/prod/packages/@ember/array/lib/is-array.js +1 -1
- package/dist/prod/packages/@ember/array/proxy.js +2 -2
- package/dist/prod/packages/@ember/component/index.js +2 -2
- package/dist/prod/packages/@ember/controller/index.js +1 -1
- package/dist/prod/packages/@ember/debug/data-adapter.js +1 -1
- package/dist/prod/packages/@ember/engine/index.js +3 -3
- package/dist/prod/packages/@ember/object/computed.js +1 -1
- package/dist/prod/packages/@ember/object/core.js +1 -1
- package/dist/prod/packages/@ember/object/index.js +4 -4
- package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +3 -3
- package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +1 -1
- package/dist/prod/packages/@ember/object/observable.js +4 -4
- package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +2 -2
- package/dist/prod/packages/@ember/renderer/index.js +1 -1
- package/dist/prod/packages/@ember/routing/history-location.js +2 -2
- package/dist/prod/packages/@ember/routing/lib/generate_controller.js +1 -1
- package/dist/prod/packages/@ember/routing/lib/location-utils.js +14 -11
- package/dist/prod/packages/@ember/routing/lib/routing-service.js +1 -1
- package/dist/prod/packages/@ember/routing/lib/utils.js +1 -1
- package/dist/prod/packages/@ember/routing/none-location.js +2 -1
- package/dist/prod/packages/@ember/routing/route.js +15 -4
- package/dist/prod/packages/@ember/routing/router-service.js +1 -1
- package/dist/prod/packages/@ember/routing/router.js +2 -2
- package/dist/prod/packages/@ember/utils/lib/is_empty.js +1 -1
- package/dist/prod/packages/ember/version.js +1 -1
- package/dist/prod/packages/router_js/index.js +15 -7
- package/dist/prod/packages/shared-chunks/{alias-CHHuE0LE.js → alias-IFzw6sv_.js} +2 -2
- package/dist/prod/packages/shared-chunks/{curly-a6DP7r87.js → curly-CU2jYOtm.js} +1 -1
- package/dist/prod/packages/shared-chunks/{get_properties-Dg3xFpiS.js → get_properties-CkJ_mhLz.js} +1 -1
- package/dist/prod/packages/shared-chunks/{index-CvQQ6l11.js → index-XmtQRWbX.js} +2 -2
- package/dist/prod/packages/shared-chunks/{libraries-DBql0hdn.js → libraries-Dx5DiBJv.js} +1 -1
- package/dist/prod/packages/shared-chunks/{outlet--lIm3q7t.js → outlet-CsNMfeOj.js} +1 -1
- package/dist/prod/packages/shared-chunks/{property_get-DAKgbeJX.js → property_get-DuDs6rLg.js} +1 -1
- package/dist/prod/packages/shared-chunks/{property_set-CkLe4ht8.js → property_set-BmAQ0MGK.js} +1 -1
- package/dist/prod/packages/shared-chunks/{set_properties-Cs3rVemD.js → set_properties-DYiBfzdk.js} +1 -1
- package/dist/prod/packages/shared-chunks/{setup-registry-kOGgOucf.js → setup-registry-DFSQHIUs.js} +3 -3
- package/docs/data.json +20 -21
- package/package.json +4 -1
- package/types/stable/@ember/routing/lib/location-utils.d.ts +10 -7
package/build-metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.3.0-alpha.
|
|
2
|
+
"version": "7.3.0-alpha.5",
|
|
3
3
|
"buildType": "tag",
|
|
4
|
-
"SHA": "
|
|
5
|
-
"assetPath": "/tag/shas/
|
|
4
|
+
"SHA": "afab7694270994e62101da623a5c71b71d33bd33",
|
|
5
|
+
"assetPath": "/tag/shas/afab7694270994e62101da623a5c71b71d33bd33.tgz"
|
|
6
6
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-DaFzpTIE.js';
|
|
2
|
-
export { O as OutletView, R as Renderer, a as RootTemplate, s as setupApplicationRegistry, b as setupEngineRegistry } from '../../../shared-chunks/setup-registry-
|
|
2
|
+
export { O as OutletView, R as Renderer, a as RootTemplate, s as setupApplicationRegistry, b as setupEngineRegistry } from '../../../shared-chunks/setup-registry-h519ZsHS.js';
|
|
3
3
|
export { I as Input, T as Textarea } from '../../../shared-chunks/textarea-DEvw4ezm.js';
|
|
4
4
|
export { LinkTo } from '../../routing/index.js';
|
|
5
5
|
export { default as Component, setComponentManager } from '../../component/index.js';
|
|
@@ -12,7 +12,7 @@ export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-
|
|
|
12
12
|
export { NodeDOMTreeConstruction } from '../../../@glimmer/node/index.js';
|
|
13
13
|
export { e as element } from '../../../shared-chunks/element-BYLB-q7a.js';
|
|
14
14
|
export { u as uniqueId } from '../../../shared-chunks/unique-id-DQOhouG1.js';
|
|
15
|
-
export { _ as _resetRenderers, r as renderComponent, a as renderSettled } from '../../../shared-chunks/index-
|
|
15
|
+
export { _ as _resetRenderers, r as renderComponent, a as renderSettled } from '../../../shared-chunks/index-Czn34wUZ.js';
|
|
16
16
|
export { c as componentCapabilities, m as modifierCapabilities } from '../../../shared-chunks/api-BlZDPg1n.js';
|
|
17
17
|
|
|
18
18
|
// STATE within a module is frowned upon, this exists
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
export { C as ComputedProperty, P as PROPERTY_DID_CHANGE, i as autoComputed, b as beginPropertyChanges, f as changeProperties, c as computed, h as defineDecorator, d as defineProperty, g as defineValue, a as endPropertyChanges, e as expandProperties, j as isComputed, n as notifyPropertyChange } from '../../../shared-chunks/computed-DGxbeUbf.js';
|
|
2
2
|
export { g as getCachedValueFor } from '../../../shared-chunks/computed_cache-DmYKevAP.js';
|
|
3
|
-
export { a as alias } from '../../../shared-chunks/alias-
|
|
3
|
+
export { a as alias } from '../../../shared-chunks/alias-3DBxvoim.js';
|
|
4
4
|
import { deprecate } from '../../debug/index.js';
|
|
5
|
-
import { g as get } from '../../../shared-chunks/property_get-
|
|
6
|
-
export { P as PROXY_CONTENT, _ as _getPath, b as _getProp, h as hasUnknownProperty } from '../../../shared-chunks/property_get-
|
|
7
|
-
import { s as set } from '../../../shared-chunks/property_set-
|
|
8
|
-
export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-
|
|
5
|
+
import { g as get } from '../../../shared-chunks/property_get-DXwpgTe7.js';
|
|
6
|
+
export { P as PROXY_CONTENT, _ as _getPath, b as _getProp, h as hasUnknownProperty } from '../../../shared-chunks/property_get-DXwpgTe7.js';
|
|
7
|
+
import { s as set } from '../../../shared-chunks/property_set-DezUwDX4.js';
|
|
8
|
+
export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-DezUwDX4.js';
|
|
9
9
|
export { c as addArrayObserver, b as arrayContentDidChange, a as arrayContentWillChange, d as removeArrayObserver, r as replace, e as replaceInNativeArray } from '../../../shared-chunks/array-DvaweI_T.js';
|
|
10
10
|
export { a as addListener, h as hasListeners, o as on, r as removeListener, s as sendEvent } from '../../../shared-chunks/events-6aFVjD4k.js';
|
|
11
11
|
export { c as ComputedDescriptor, b as descriptorForDecorator, d as descriptorForProperty, a as isClassicDecorator, i as isElementDescriptor, m as makeComputedDecorator, n as nativeDescDecorator, s as setClassicDecorator } from '../../../shared-chunks/decorator-B5Uh5NFI.js';
|
|
12
|
-
export { a as Libraries, L as libraries } from '../../../shared-chunks/libraries-
|
|
13
|
-
export { g as getProperties } from '../../../shared-chunks/get_properties-
|
|
14
|
-
export { s as setProperties } from '../../../shared-chunks/set_properties-
|
|
12
|
+
export { a as Libraries, L as libraries } from '../../../shared-chunks/libraries-BrYKoqoK.js';
|
|
13
|
+
export { g as getProperties } from '../../../shared-chunks/get_properties-BlyZny5J.js';
|
|
14
|
+
export { s as setProperties } from '../../../shared-chunks/set_properties-BzM_irwA.js';
|
|
15
15
|
export { A as ASYNC_OBSERVERS, S as SYNC_OBSERVERS, a as activateObserver, b as addObserver, f as flushAsyncObservers, r as removeObserver, c as revalidateObservers } from '../../../shared-chunks/observers-DMlX2nCi.js';
|
|
16
16
|
export { D as DEBUG_INJECTION_FUNCTIONS, i as inject } from '../../../shared-chunks/injected_property-DbXd6Gax.js';
|
|
17
17
|
export { m as markObjectAsDirty, o as objectAt, t as tagForObject, a as tagForProperty } from '../../../shared-chunks/chain-tags-uWSImHzB.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { meta } from '../../../meta/lib/meta.js';
|
|
2
2
|
import Mixin from '../../../../object/mixin.js';
|
|
3
|
-
import { g as get } from '../../../../../shared-chunks/property_get-
|
|
4
|
-
import { s as set } from '../../../../../shared-chunks/property_set-
|
|
3
|
+
import { g as get } from '../../../../../shared-chunks/property_get-DXwpgTe7.js';
|
|
4
|
+
import { s as set } from '../../../../../shared-chunks/property_set-DezUwDX4.js';
|
|
5
5
|
import { d as defineProperty, c as computed } from '../../../../../shared-chunks/computed-DGxbeUbf.js';
|
|
6
6
|
import { t as tagForObject, a as tagForProperty } from '../../../../../shared-chunks/chain-tags-uWSImHzB.js';
|
|
7
7
|
import { s as setProxy, i as isProxy } from '../../../../../shared-chunks/is_proxy-Bzg0d4m4.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Mixin from '../../../../object/mixin.js';
|
|
2
|
-
import { g as get } from '../../../../../shared-chunks/property_get-
|
|
2
|
+
import { g as get } from '../../../../../shared-chunks/property_get-DXwpgTe7.js';
|
|
3
3
|
import '../../../../debug/index.js';
|
|
4
4
|
import { assert } from '../../../../debug/lib/assert.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { context } from '../../../environment/index.js';
|
|
2
|
-
import { g as get } from '../../../../../shared-chunks/property_get-
|
|
2
|
+
import { g as get } from '../../../../../shared-chunks/property_get-DXwpgTe7.js';
|
|
3
3
|
import { c as computed } from '../../../../../shared-chunks/computed-DGxbeUbf.js';
|
|
4
4
|
import Mixin from '../../../../object/mixin.js';
|
|
5
5
|
import '../../../../debug/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as get } from '../../../../../shared-chunks/property_get-
|
|
1
|
+
import { g as get } from '../../../../../shared-chunks/property_get-DXwpgTe7.js';
|
|
2
2
|
import Mixin from '../../../../object/mixin.js';
|
|
3
3
|
import inspect from '../../../../debug/lib/inspect.js';
|
|
4
4
|
import '../../../../debug/index.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getOwner } from '../../../owner/index.js';
|
|
2
2
|
import '../../../../debug/index.js';
|
|
3
|
-
import { g as get } from '../../../../../shared-chunks/property_get-
|
|
4
|
-
import { s as set } from '../../../../../shared-chunks/property_set-
|
|
3
|
+
import { g as get } from '../../../../../shared-chunks/property_get-DXwpgTe7.js';
|
|
4
|
+
import { s as set } from '../../../../../shared-chunks/property_set-DezUwDX4.js';
|
|
5
5
|
import EmberObject from '../../../../object/index.js';
|
|
6
6
|
import { getElementView } from './utils.js';
|
|
7
7
|
import { assert } from '../../../../debug/lib/assert.js';
|
|
@@ -5,7 +5,7 @@ import { E as ENV } from '../../shared-chunks/env-g-kaAFLN.js';
|
|
|
5
5
|
import { h as hasDOM } from '../../shared-chunks/index-BGP1rw3B.js';
|
|
6
6
|
import '../debug/index.js';
|
|
7
7
|
import { schedule, once, join, run } from '../runloop/index.js';
|
|
8
|
-
import { L as LIBRARIES } from '../../shared-chunks/libraries-
|
|
8
|
+
import { L as LIBRARIES } from '../../shared-chunks/libraries-BrYKoqoK.js';
|
|
9
9
|
import '../-internals/runtime/lib/ext/rsvp.js';
|
|
10
10
|
import EventDispatcher from '../-internals/views/lib/system/event_dispatcher.js';
|
|
11
11
|
import Route from '../routing/route.js';
|
|
@@ -13,7 +13,7 @@ import EmberRouter from '../routing/router.js';
|
|
|
13
13
|
import HashLocation from '../routing/hash-location.js';
|
|
14
14
|
import HistoryLocation from '../routing/history-location.js';
|
|
15
15
|
import NoneLocation from '../routing/none-location.js';
|
|
16
|
-
import '../../shared-chunks/property_get-
|
|
16
|
+
import '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
17
17
|
import '../engine/instance.js';
|
|
18
18
|
import '../../route-recognizer/index.js';
|
|
19
19
|
import { R as RSVP } from '../../shared-chunks/rsvp.es-DR7yS7qg.js';
|
|
@@ -23,7 +23,7 @@ import BucketCache from '../routing/lib/cache.js';
|
|
|
23
23
|
import ApplicationInstance from './instance.js';
|
|
24
24
|
import Engine, { buildInitializerMethod } from '../engine/index.js';
|
|
25
25
|
import { privatize } from '../-internals/container/index.js';
|
|
26
|
-
import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-
|
|
26
|
+
import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-h519ZsHS.js';
|
|
27
27
|
import RouterService from '../routing/router-service.js';
|
|
28
28
|
import { assert } from '../debug/lib/assert.js';
|
|
29
29
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
2
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
1
|
+
import { g as get } from '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
2
|
+
import { s as set } from '../../shared-chunks/property_set-DezUwDX4.js';
|
|
3
3
|
import { h as hasDOM, e as environment } from '../../shared-chunks/index-BGP1rw3B.js';
|
|
4
4
|
import EngineInstance from '../engine/instance.js';
|
|
5
5
|
import '../-internals/container/index.js';
|
|
@@ -12,8 +12,8 @@ import '../../shared-chunks/arguments-CDkbOqTS.js';
|
|
|
12
12
|
import '../../shared-chunks/cache-DGDPVCpC.js';
|
|
13
13
|
import '../../shared-chunks/render-CtH73XOv.js';
|
|
14
14
|
import '../../@glimmer/global-context/index.js';
|
|
15
|
-
import '../../shared-chunks/curly-
|
|
16
|
-
import '../../shared-chunks/outlet-
|
|
15
|
+
import '../../shared-chunks/curly-BbL6STF2.js';
|
|
16
|
+
import '../../shared-chunks/outlet-B4qORyui.js';
|
|
17
17
|
import '../../shared-chunks/container-BzzHmCNj.js';
|
|
18
18
|
import '../../shared-chunks/env-g-kaAFLN.js';
|
|
19
19
|
import '../../shared-chunks/capabilities-CajW4QjE.js';
|
|
@@ -21,7 +21,7 @@ import '../../shared-chunks/hash-6NDs_5_f.js';
|
|
|
21
21
|
import '../../shared-chunks/get-6I3sjd-I.js';
|
|
22
22
|
import '../../shared-chunks/on-DlF0Wy7P.js';
|
|
23
23
|
import '../../shared-chunks/template-only-Cu639ICT.js';
|
|
24
|
-
import { a as renderSettled } from '../../shared-chunks/index-
|
|
24
|
+
import { a as renderSettled } from '../../shared-chunks/index-Czn34wUZ.js';
|
|
25
25
|
import '../../shared-chunks/unique-id-DQOhouG1.js';
|
|
26
26
|
import '../runloop/index.js';
|
|
27
27
|
import EmberRouter from '../routing/router.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { N as NAMESPACES, a as NAMESPACES_BY_ID, p as processAllNamespaces, f as findNamespace, b as addNamespace, c as findNamespaces, d as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-BfvzEQzN.js';
|
|
2
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
2
|
+
import { g as get } from '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
3
3
|
import { g as getName, s as setName } from '../../shared-chunks/name-Clp4Vsod.js';
|
|
4
4
|
import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
|
|
5
5
|
import '../debug/index.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { o as objectAt } from '../../shared-chunks/chain-tags-uWSImHzB.js';
|
|
2
2
|
import { e as replaceInNativeArray, r as replace } from '../../shared-chunks/array-DvaweI_T.js';
|
|
3
3
|
import { b as beginPropertyChanges, a as endPropertyChanges, c as computed } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
4
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
5
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
4
|
+
import { g as get } from '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
5
|
+
import { s as set } from '../../shared-chunks/property_set-DezUwDX4.js';
|
|
6
6
|
import Mixin from '../object/mixin.js';
|
|
7
7
|
import '../debug/index.js';
|
|
8
8
|
import Enumerable from '../enumerable/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as PROXY_CONTENT } from '../../../shared-chunks/property_get-
|
|
1
|
+
import { P as PROXY_CONTENT } from '../../../shared-chunks/property_get-DXwpgTe7.js';
|
|
2
2
|
import typeOf from '../../utils/lib/type-of.js';
|
|
3
3
|
import { isEmberArray } from '../-internals.js';
|
|
4
4
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { o as objectAt, a as tagForProperty } from '../../shared-chunks/chain-tags-uWSImHzB.js';
|
|
2
|
-
import { a as alias } from '../../shared-chunks/alias-
|
|
2
|
+
import { a as alias } from '../../shared-chunks/alias-3DBxvoim.js';
|
|
3
3
|
import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
4
4
|
import { r as replace, a as arrayContentWillChange, b as arrayContentDidChange, c as addArrayObserver, d as removeArrayObserver } from '../../shared-chunks/array-DvaweI_T.js';
|
|
5
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
5
|
+
import { g as get } from '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
6
6
|
import { i as isObject } from '../../shared-chunks/spec-BXl1reqK.js';
|
|
7
7
|
import EmberObject from '../object/index.js';
|
|
8
8
|
import EmberArray, { MutableArray } from './index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-R_5UMHhb.js';
|
|
2
2
|
import { d as descriptorForProperty, n as nativeDescDecorator } from '../../shared-chunks/decorator-B5Uh5NFI.js';
|
|
3
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
3
|
+
import { g as get } from '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
4
4
|
import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
5
5
|
import { getOwner } from '../-internals/owner/index.js';
|
|
6
6
|
import TargetActionSupport from '../-internals/runtime/lib/mixins/target_action_support.js';
|
|
@@ -14,7 +14,7 @@ import { s as setInternalComponentManager } from '../../shared-chunks/api-DuLOZM
|
|
|
14
14
|
import { d as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-BqOLhKFy.js';
|
|
15
15
|
import { n as normalizeProperty } from '../../shared-chunks/props-fiqxqhAH.js';
|
|
16
16
|
import { r as createTag, D as DIRTY_TAG$1 } from '../../shared-chunks/cache-DGDPVCpC.js';
|
|
17
|
-
import { I as IS_DISPATCHING_ATTRS, D as DIRTY_TAG, B as BOUNDS, g as getComponentCapturedArgs, b as CURLY_COMPONENT_MANAGER } from '../../shared-chunks/curly-
|
|
17
|
+
import { I as IS_DISPATCHING_ATTRS, D as DIRTY_TAG, B as BOUNDS, g as getComponentCapturedArgs, b as CURLY_COMPONENT_MANAGER } from '../../shared-chunks/curly-BbL6STF2.js';
|
|
18
18
|
import { h as hasDOM } from '../../shared-chunks/index-BGP1rw3B.js';
|
|
19
19
|
import { a as decorateMethodV2 } from '../../shared-chunks/runtime-CYyqkz5q-BOdRhmsS.js';
|
|
20
20
|
import { assert } from '../debug/lib/assert.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getOwner } from '../-internals/owner/index.js';
|
|
2
2
|
import { c as computed } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
3
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
3
|
+
import { g as get } from '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
4
4
|
import { FrameworkObject } from '../object/-internals.js';
|
|
5
5
|
import { i as inject$1 } from '../../shared-chunks/injected_property-DbXd6Gax.js';
|
|
6
6
|
import Mixin from '../object/mixin.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
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-DXwpgTe7.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';
|
|
@@ -6,14 +6,14 @@ import { Registry } from '../-internals/container/index.js';
|
|
|
6
6
|
import DAG from '../../dag-map/index.js';
|
|
7
7
|
import '../debug/index.js';
|
|
8
8
|
import ContainerDebugAdapter from '../debug/container-debug-adapter.js';
|
|
9
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
10
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
9
|
+
import { g as get } from '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
10
|
+
import { s as set } from '../../shared-chunks/property_set-DezUwDX4.js';
|
|
11
11
|
import EngineInstance from './instance.js';
|
|
12
12
|
import '../../route-recognizer/index.js';
|
|
13
13
|
import '../../shared-chunks/rsvp.es-DR7yS7qg.js';
|
|
14
14
|
import '../../shared-chunks/unrecognized-url-error-B8loxkay.js';
|
|
15
15
|
import RoutingService from '../routing/lib/routing-service.js';
|
|
16
|
-
import { b as setupEngineRegistry } from '../../shared-chunks/setup-registry-
|
|
16
|
+
import { b as setupEngineRegistry } from '../../shared-chunks/setup-registry-h519ZsHS.js';
|
|
17
17
|
import RegistryProxyMixin from '../-internals/runtime/lib/mixins/registry_proxy.js';
|
|
18
18
|
import { StrictResolver } from './lib/strict-resolver.js';
|
|
19
19
|
import { assert } from '../debug/lib/assert.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { C as default, e as expandProperties } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
2
|
-
export { a as alias } from '../../shared-chunks/alias-
|
|
2
|
+
export { a as alias } from '../../shared-chunks/alias-3DBxvoim.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';
|
|
@@ -2,7 +2,7 @@ import { g as getFactoryFor, s as setFactoryFor } from '../../shared-chunks/cont
|
|
|
2
2
|
import { getOwner } from '../-internals/owner/index.js';
|
|
3
3
|
import { g as guidFor } from '../../shared-chunks/guid-Cbq2sNV_.js';
|
|
4
4
|
import { meta } from '../-internals/meta/lib/meta.js';
|
|
5
|
-
import { h as hasUnknownProperty, P as PROXY_CONTENT } from '../../shared-chunks/property_get-
|
|
5
|
+
import { h as hasUnknownProperty, P as PROXY_CONTENT } from '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
6
6
|
import { s as sendEvent } from '../../shared-chunks/events-6aFVjD4k.js';
|
|
7
7
|
import { a as activateObserver } from '../../shared-chunks/observers-DMlX2nCi.js';
|
|
8
8
|
import { d as defineProperty } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
@@ -7,10 +7,10 @@ import { g as getFactoryFor } from '../../shared-chunks/container-BzzHmCNj.js';
|
|
|
7
7
|
import { s as setObservers } from '../../shared-chunks/super-BBBjgF69.js';
|
|
8
8
|
import CoreObject from './core.js';
|
|
9
9
|
import Observable from './observable.js';
|
|
10
|
-
export { g as get } from '../../shared-chunks/property_get-
|
|
11
|
-
export { s as set, t as trySet } from '../../shared-chunks/property_set-
|
|
12
|
-
export { g as getProperties } from '../../shared-chunks/get_properties-
|
|
13
|
-
export { s as setProperties } from '../../shared-chunks/set_properties-
|
|
10
|
+
export { g as get } from '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
11
|
+
export { s as set, t as trySet } from '../../shared-chunks/property_set-DezUwDX4.js';
|
|
12
|
+
export { g as getProperties } from '../../shared-chunks/get_properties-BlyZny5J.js';
|
|
13
|
+
export { s as setProperties } from '../../shared-chunks/set_properties-BzM_irwA.js';
|
|
14
14
|
import { assert } from '../debug/lib/assert.js';
|
|
15
15
|
|
|
16
16
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { c as computed, e as expandProperties } from '../../../../shared-chunks/computed-DGxbeUbf.js';
|
|
2
2
|
import { i as isElementDescriptor } from '../../../../shared-chunks/decorator-B5Uh5NFI.js';
|
|
3
|
-
import { a as alias } from '../../../../shared-chunks/alias-
|
|
4
|
-
import { g as get } from '../../../../shared-chunks/property_get-
|
|
5
|
-
import { s as set } from '../../../../shared-chunks/property_set-
|
|
3
|
+
import { a as alias } from '../../../../shared-chunks/alias-3DBxvoim.js';
|
|
4
|
+
import { g as get } from '../../../../shared-chunks/property_get-DXwpgTe7.js';
|
|
5
|
+
import { s as set } from '../../../../shared-chunks/property_set-DezUwDX4.js';
|
|
6
6
|
import { deprecate } from '../../../debug/index.js';
|
|
7
7
|
import isEmpty from '../../../utils/lib/is_empty.js';
|
|
8
8
|
import isNone from '../../../utils/lib/is_none.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../../../debug/index.js';
|
|
2
2
|
import { c as computed, i as autoComputed } from '../../../../shared-chunks/computed-DGxbeUbf.js';
|
|
3
3
|
import { i as isElementDescriptor } from '../../../../shared-chunks/decorator-B5Uh5NFI.js';
|
|
4
|
-
import { g as get } from '../../../../shared-chunks/property_get-
|
|
4
|
+
import { g as get } from '../../../../shared-chunks/property_get-DXwpgTe7.js';
|
|
5
5
|
import compare from '../../../utils/lib/compare.js';
|
|
6
6
|
import EmberArray, { A, uniqBy as uniqBy$1 } from '../../../array/index.js';
|
|
7
7
|
import { assert } from '../../../debug/lib/assert.js';
|
|
@@ -2,10 +2,10 @@ import { peekMeta } from '../-internals/meta/lib/meta.js';
|
|
|
2
2
|
import { h as hasListeners } from '../../shared-chunks/events-6aFVjD4k.js';
|
|
3
3
|
import { n as notifyPropertyChange, a as endPropertyChanges, b as beginPropertyChanges } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
4
4
|
import { r as removeObserver, b as addObserver } from '../../shared-chunks/observers-DMlX2nCi.js';
|
|
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-
|
|
5
|
+
import { g as get } from '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
6
|
+
import { s as set } from '../../shared-chunks/property_set-DezUwDX4.js';
|
|
7
|
+
import { g as getProperties } from '../../shared-chunks/get_properties-BlyZny5J.js';
|
|
8
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-BzM_irwA.js';
|
|
9
9
|
import Mixin from './mixin.js';
|
|
10
10
|
import '../debug/index.js';
|
|
11
11
|
import { assert } from '../debug/lib/assert.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
2
|
-
import { s as setProperties } from '../../shared-chunks/set_properties-
|
|
1
|
+
import { g as get } from '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
2
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-BzM_irwA.js';
|
|
3
3
|
import { c as computed } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
4
4
|
import Mixin from './mixin.js';
|
|
5
5
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { r as renderComponent, a as renderSettled } from '../../shared-chunks/index-
|
|
1
|
+
export { r as renderComponent, a as renderSettled } from '../../shared-chunks/index-Czn34wUZ.js';
|
|
@@ -5,7 +5,7 @@ export { default as generateController, generateControllerFactory } from './lib/
|
|
|
5
5
|
export { default as BucketCache } from './lib/cache.js';
|
|
6
6
|
export { default as DSL } from './lib/dsl.js';
|
|
7
7
|
export { default as controllerFor } from './lib/controller_for.js';
|
|
8
|
-
import '../../shared-chunks/property_get-
|
|
8
|
+
import '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
9
9
|
import '../debug/index.js';
|
|
10
10
|
import '../engine/instance.js';
|
|
11
11
|
import '../../route-recognizer/index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import EmberObject from '../object/index.js';
|
|
2
2
|
import '../debug/index.js';
|
|
3
|
-
import { getHash } from './lib/location-utils.js';
|
|
3
|
+
import { getHash, escapeRegExp } from './lib/location-utils.js';
|
|
4
4
|
import { assert } from '../debug/lib/assert.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -126,7 +126,7 @@ class HistoryLocation extends EmberObject {
|
|
|
126
126
|
baseURL = baseURL.replace(/\/$/, '');
|
|
127
127
|
|
|
128
128
|
// remove baseURL and rootURL from start of path
|
|
129
|
-
let url = path.replace(new RegExp(`^${baseURL}(?=/|$)`), '').replace(new RegExp(`^${rootURL}(?=/|$)`), '').replace(/\/\//g, '/'); // remove extra slashes
|
|
129
|
+
let url = path.replace(new RegExp(`^${escapeRegExp(baseURL)}(?=/|$)`), '').replace(new RegExp(`^${escapeRegExp(rootURL)}(?=/|$)`), '').replace(/\/\//g, '/'); // remove extra slashes
|
|
130
130
|
|
|
131
131
|
let search = location.search || '';
|
|
132
132
|
url += search + this.getHash();
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
@private
|
|
3
|
+
|
|
4
|
+
Escapes any regular-expression metacharacters in `str` so it can be safely
|
|
5
|
+
interpolated into a `RegExp` and matched as a literal.
|
|
6
|
+
|
|
7
|
+
TODO: delete this in favor of `RegExp.escape` once our minimum supported
|
|
8
|
+
browsers all include it (https://caniuse.com/mdn-javascript_builtins_regexp_escape).
|
|
9
|
+
*/
|
|
10
|
+
function escapeRegExp(str) {
|
|
11
|
+
return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
|
|
12
|
+
}
|
|
13
|
+
|
|
1
14
|
/**
|
|
2
15
|
@private
|
|
3
16
|
|
|
@@ -35,14 +48,4 @@ function getFullPath(location) {
|
|
|
35
48
|
return getPath(location) + getQuery(location) + getHash(location);
|
|
36
49
|
}
|
|
37
50
|
|
|
38
|
-
|
|
39
|
-
Replaces the current location, making sure we explicitly include the origin
|
|
40
|
-
to prevent redirecting to a different origin.
|
|
41
|
-
|
|
42
|
-
@private
|
|
43
|
-
*/
|
|
44
|
-
function replacePath(location, path) {
|
|
45
|
-
location.replace(location.origin + path);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
export { getFullPath, getHash, getPath, getQuery, replacePath };
|
|
51
|
+
export { escapeRegExp, getFullPath, getHash, getPath, getQuery };
|
|
@@ -8,7 +8,7 @@ import '../../../shared-chunks/mandatory-setter-BpbAMTzV.js';
|
|
|
8
8
|
import '../../../shared-chunks/reference-BqOLhKFy.js';
|
|
9
9
|
import '../../../shared-chunks/decorator-B5Uh5NFI.js';
|
|
10
10
|
import '../../../shared-chunks/observers-DMlX2nCi.js';
|
|
11
|
-
import '../../../shared-chunks/property_get-
|
|
11
|
+
import '../../../shared-chunks/property_get-DXwpgTe7.js';
|
|
12
12
|
import { readOnly } from '../../object/lib/computed/computed_macros.js';
|
|
13
13
|
import '../../object/core.js';
|
|
14
14
|
import '../../array/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as get } from '../../../shared-chunks/property_get-
|
|
1
|
+
import { g as get } from '../../../shared-chunks/property_get-DXwpgTe7.js';
|
|
2
2
|
import { getOwner } from '../../-internals/owner/index.js';
|
|
3
3
|
import '../../debug/index.js';
|
|
4
4
|
import EngineInstance from '../../engine/instance.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import EmberObject from '../object/index.js';
|
|
2
2
|
import '../debug/index.js';
|
|
3
|
+
import { escapeRegExp } from './lib/location-utils.js';
|
|
3
4
|
import { assert } from '../debug/lib/assert.js';
|
|
4
5
|
|
|
5
6
|
/**
|
|
@@ -60,7 +61,7 @@ class NoneLocation extends EmberObject {
|
|
|
60
61
|
rootURL = rootURL.replace(/\/$/, '');
|
|
61
62
|
|
|
62
63
|
// remove rootURL from url
|
|
63
|
-
return path.replace(new RegExp(`^${rootURL}(?=/|$)`), '');
|
|
64
|
+
return path.replace(new RegExp(`^${escapeRegExp(rootURL)}(?=/|$)`), '');
|
|
64
65
|
}
|
|
65
66
|
|
|
66
67
|
/**
|
|
@@ -3,10 +3,10 @@ import { f as flushAsyncObservers, b as addObserver } from '../../shared-chunks/
|
|
|
3
3
|
import { c as computed, d as defineProperty } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
4
4
|
import { d as descriptorForProperty } from '../../shared-chunks/decorator-B5Uh5NFI.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-DXwpgTe7.js';
|
|
7
|
+
import { s as set } from '../../shared-chunks/property_set-DezUwDX4.js';
|
|
8
|
+
import { g as getProperties } from '../../shared-chunks/get_properties-BlyZny5J.js';
|
|
9
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-BzM_irwA.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';
|
|
@@ -1541,6 +1541,17 @@ Route.reopen({
|
|
|
1541
1541
|
let options = this._optionsForQueryParam(qp);
|
|
1542
1542
|
(!(options && typeof options === 'object') && assert('options exists', options && typeof options === 'object'));
|
|
1543
1543
|
if (get(options, 'refreshModel') && this._router.currentState) {
|
|
1544
|
+
// `changed` is computed from router state query params, where default values
|
|
1545
|
+
// may have been pruned during finalization. A later transition can reintroduce
|
|
1546
|
+
// the same serialized value via sticky QP hydration or URL parsing, making the
|
|
1547
|
+
// QP appear changed even though its finalized value is unchanged. Only refresh
|
|
1548
|
+
// the model when the serialized value differs from the last finalized value.
|
|
1549
|
+
if (change in changed) {
|
|
1550
|
+
let newSerializedValue = changed[change];
|
|
1551
|
+
if (newSerializedValue === qp.serializedValue) {
|
|
1552
|
+
continue;
|
|
1553
|
+
}
|
|
1554
|
+
}
|
|
1544
1555
|
this.refresh();
|
|
1545
1556
|
break;
|
|
1546
1557
|
}
|
|
@@ -10,7 +10,7 @@ import '../../shared-chunks/mandatory-setter-BpbAMTzV.js';
|
|
|
10
10
|
import '../../shared-chunks/reference-BqOLhKFy.js';
|
|
11
11
|
import '../../shared-chunks/decorator-B5Uh5NFI.js';
|
|
12
12
|
import '../../shared-chunks/observers-DMlX2nCi.js';
|
|
13
|
-
import '../../shared-chunks/property_get-
|
|
13
|
+
import '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
14
14
|
import { readOnly } from '../object/lib/computed/computed_macros.js';
|
|
15
15
|
import '../object/core.js';
|
|
16
16
|
import '../array/index.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { privatize } from '../-internals/container/index.js';
|
|
2
2
|
import { c as computed } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
3
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
4
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
3
|
+
import { g as get } from '../../shared-chunks/property_get-DXwpgTe7.js';
|
|
4
|
+
import { s as set } from '../../shared-chunks/property_set-DezUwDX4.js';
|
|
5
5
|
import { getOwner } from '../owner/index.js';
|
|
6
6
|
import BucketCache from './lib/cache.js';
|
|
7
7
|
import DSLImpl from './lib/dsl.js';
|
|
@@ -851,14 +851,22 @@ class Router {
|
|
|
851
851
|
if (routeInfosEqual(newState.routeInfos, oldState.routeInfos)) {
|
|
852
852
|
// This is a no-op transition. See if query params changed.
|
|
853
853
|
if (queryParamChangelist) {
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
854
|
+
if (!wasTransitioning) {
|
|
855
|
+
// Not in an active transition — use the QP-only fast path
|
|
856
|
+
// which updates the URL without re-resolving route hooks.
|
|
857
|
+
let newTransition = this.queryParamsTransition(queryParamChangelist, wasTransitioning, oldState, newState);
|
|
858
|
+
newTransition.queryParamsOnly = true;
|
|
859
|
+
// SAFETY: The returned OpaqueTransition should actually be this.
|
|
860
|
+
return newTransition;
|
|
861
|
+
}
|
|
862
|
+
// When a query-param-only transition is started during an active
|
|
863
|
+
// transition (for example, from beforeModel/afterModel), avoid the
|
|
864
|
+
// QP-only fast path and intentionally fall through to the normal
|
|
865
|
+
// transition path so it can abort and replace the active transition.
|
|
866
|
+
} else {
|
|
867
|
+
// No-op. No need to create a new transition.
|
|
868
|
+
return this.activeTransition || new Transition(this, undefined, undefined);
|
|
858
869
|
}
|
|
859
|
-
|
|
860
|
-
// No-op. No need to create a new transition.
|
|
861
|
-
return this.activeTransition || new Transition(this, undefined, undefined);
|
|
862
870
|
}
|
|
863
871
|
if (isIntermediate) {
|
|
864
872
|
let transition = new Transition(this, undefined, newState);
|
|
@@ -6,8 +6,8 @@ import { a as tagMetaFor, t as tagFor } from './meta-BqC7f9Ia.js';
|
|
|
6
6
|
import { C as CHAIN_PASS_THROUGH, g as getChainTagsForKey, f as finishLazyChains } from './chain-tags-uWSImHzB.js';
|
|
7
7
|
import { i as isElementDescriptor, m as makeComputedDecorator, b as descriptorForDecorator, c as ComputedDescriptor } from './decorator-B5Uh5NFI.js';
|
|
8
8
|
import { d as defineProperty } from './computed-DGxbeUbf.js';
|
|
9
|
-
import { g as get } from './property_get-
|
|
10
|
-
import { s as set } from './property_set-
|
|
9
|
+
import { g as get } from './property_get-DXwpgTe7.js';
|
|
10
|
+
import { s as set } from './property_set-DezUwDX4.js';
|
|
11
11
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
12
12
|
|
|
13
13
|
function alias(altKey) {
|
|
@@ -7,7 +7,7 @@ import { c as createComputeRef, v as valueForRef, e as createPrimitiveRef, f as
|
|
|
7
7
|
import { f as reifyPositional } from './arguments-CDkbOqTS.js';
|
|
8
8
|
import { E as EMPTY_ARRAY } from './array-utils-CZQxrdD3.js';
|
|
9
9
|
import { a as valueForTag, p as beginUntrackFrame, w as endUntrackFrame, o as beginTrackFrame, s as endTrackFrame, c as consumeTag, v as validateTag } from './cache-DGDPVCpC.js';
|
|
10
|
-
import { g as get } from './property_get-
|
|
10
|
+
import { g as get } from './property_get-DXwpgTe7.js';
|
|
11
11
|
import { dasherize } from '../@ember/-internals/string/index.js';
|
|
12
12
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
13
13
|
import { registerDestructor } from '../@glimmer/destroyable/index.js';
|