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
|
@@ -8,8 +8,8 @@ import { c as clientBuilder } from './api-Dz70AUL_.js';
|
|
|
8
8
|
import { g as runtimeOptions, i as inTransaction, r as renderComponent$1 } from './render-CtH73XOv.js';
|
|
9
9
|
import { c as consumeTag, z as isTracking, e as debug, a as valueForTag, k as CURRENT_TAG, v as validateTag } from './cache-DGDPVCpC.js';
|
|
10
10
|
import { h as hasDOM } from './index-BGP1rw3B.js';
|
|
11
|
-
import { g as get$1, b as _getProp } from './property_get-
|
|
12
|
-
import { _ as _setProp, s as set } from './property_set-
|
|
11
|
+
import { g as get$1, b as _getProp } from './property_get-DXwpgTe7.js';
|
|
12
|
+
import { _ as _setProp, s as set } from './property_set-DezUwDX4.js';
|
|
13
13
|
import { g as getDebugName } from './get-debug-name-CSniHBsn.js';
|
|
14
14
|
import { constructStyleDeprecationMessage } from '../@ember/-internals/views/lib/system/utils.js';
|
|
15
15
|
import setGlobalContext from '../@glimmer/global-context/index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { warn, debug } from '../@ember/debug/index.js';
|
|
2
2
|
import VERSION from '../ember/version.js';
|
|
3
|
-
import { g as get } from './property_get-
|
|
3
|
+
import { g as get } from './property_get-DXwpgTe7.js';
|
|
4
4
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -3,7 +3,7 @@ import { _instrumentStart } from '../@ember/instrumentation/index.js';
|
|
|
3
3
|
import { c as capabilityFlagsFrom } from './capabilities-CajW4QjE.js';
|
|
4
4
|
import { v as valueForRef, U as UNDEFINED_REFERENCE } from './reference-BqOLhKFy.js';
|
|
5
5
|
import { E as EMPTY_ARGS } from './arguments-CDkbOqTS.js';
|
|
6
|
-
import { u as unwrapTemplate } from './curly-
|
|
6
|
+
import { u as unwrapTemplate } from './curly-BbL6STF2.js';
|
|
7
7
|
import { t as templateFactory } from './index-DaFzpTIE.js';
|
|
8
8
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
9
9
|
|
package/dist/dev/packages/shared-chunks/{property_get-CRP7MFz_.js → property_get-DXwpgTe7.js}
RENAMED
|
@@ -104,7 +104,7 @@ function _getPath(obj, path, forSet) {
|
|
|
104
104
|
if (obj === undefined || obj === null || obj.isDestroyed) {
|
|
105
105
|
return undefined;
|
|
106
106
|
}
|
|
107
|
-
if (forSet && (part === '__proto__' || part === 'constructor')) {
|
|
107
|
+
if (forSet && (part === '__proto__' || part === 'constructor' || part === 'prototype')) {
|
|
108
108
|
return;
|
|
109
109
|
}
|
|
110
110
|
obj = _getProp(obj, part);
|
package/dist/dev/packages/shared-chunks/{property_set-CVlVgdor.js → property_set-DezUwDX4.js}
RENAMED
|
@@ -2,7 +2,7 @@ import { s as setWithMandatorySetter, l as lookupDescriptor } from './mandatory-
|
|
|
2
2
|
import { t as toString } from './to-string-C7M8LBLH.js';
|
|
3
3
|
import '../@ember/debug/index.js';
|
|
4
4
|
import { C as COMPUTED_SETTERS } from './decorator-B5Uh5NFI.js';
|
|
5
|
-
import { i as isPath, _ as _getPath, a as getPossibleMandatoryProxyValue } from './property_get-
|
|
5
|
+
import { i as isPath, _ as _getPath, a as getPossibleMandatoryProxyValue } from './property_get-DXwpgTe7.js';
|
|
6
6
|
import { n as notifyPropertyChange } from './computed-DGxbeUbf.js';
|
|
7
7
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
8
8
|
|
package/dist/dev/packages/shared-chunks/{setup-registry-DQ3c4Juo.js → setup-registry-h519ZsHS.js}
RENAMED
|
@@ -13,14 +13,14 @@ import { associateDestroyableChild, isDestroyed, destroy, isDestroying } from '.
|
|
|
13
13
|
import { a as createConstRef, v as valueForRef, c as createComputeRef, h as createDebugAliasRef, g as childRefFromParts, u as updateRef, U as UNDEFINED_REFERENCE } from './reference-BqOLhKFy.js';
|
|
14
14
|
import { c as createCapturedArgs, b as EMPTY_POSITIONAL, d as curry } from './arguments-CDkbOqTS.js';
|
|
15
15
|
import { d as dict } from './collections-DPkjqeA3.js';
|
|
16
|
-
import { C as CurlyComponentManager, i as initialRenderInstrumentDetails, p as processComponentInitializationAssertions, a as ComponentStateBucket, D as DIRTY_TAG, u as unwrapTemplate, B as BOUNDS } from './curly-
|
|
17
|
-
import { O as OutletComponent, c as createRootOutlet } from './outlet-
|
|
16
|
+
import { C as CurlyComponentManager, i as initialRenderInstrumentDetails, p as processComponentInitializationAssertions, a as ComponentStateBucket, D as DIRTY_TAG, u as unwrapTemplate, B as BOUNDS } from './curly-BbL6STF2.js';
|
|
17
|
+
import { O as OutletComponent, c as createRootOutlet } from './outlet-B4qORyui.js';
|
|
18
18
|
import { g as getFactoryFor } from './container-BzzHmCNj.js';
|
|
19
19
|
import { _instrumentStart } from '../@ember/instrumentation/index.js';
|
|
20
20
|
import { c as capabilityFlagsFrom } from './capabilities-CajW4QjE.js';
|
|
21
21
|
import { C as CONSTANT_TAG, c as consumeTag, D as DIRTY_TAG$1, r as createTag } from './cache-DGDPVCpC.js';
|
|
22
22
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
23
|
-
import { R as ResolverImpl, B as BaseRenderer, e as errorLoopTransaction } from './index-
|
|
23
|
+
import { R as ResolverImpl, B as BaseRenderer, e as errorLoopTransaction } from './index-Czn34wUZ.js';
|
|
24
24
|
import { generateControllerFactory } from '../@ember/routing/lib/generate_controller.js';
|
|
25
25
|
import { i as internalHelper } from './internal-helper-CKrni0b_.js';
|
|
26
26
|
import { c as hasInternalComponentManager } from './api-DuLOZMO_.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-Bf53M8eS.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-DFSQHIUs.js';
|
|
3
3
|
export { I as Input, T as Textarea } from '../../../shared-chunks/textarea-DMmdvgk2.js';
|
|
4
4
|
export { LinkTo } from '../../routing/index.js';
|
|
5
5
|
export { default as Component, setComponentManager } from '../../component/index.js';
|
|
@@ -11,7 +11,7 @@ export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-
|
|
|
11
11
|
export { NodeDOMTreeConstruction } from '../../../@glimmer/node/index.js';
|
|
12
12
|
export { e as element } from '../../../shared-chunks/element-DgHdPZ8u.js';
|
|
13
13
|
export { u as uniqueId } from '../../../shared-chunks/unique-id-o2pS74go.js';
|
|
14
|
-
export { _ as _resetRenderers, r as renderComponent, a as renderSettled } from '../../../shared-chunks/index-
|
|
14
|
+
export { _ as _resetRenderers, r as renderComponent, a as renderSettled } from '../../../shared-chunks/index-XmtQRWbX.js';
|
|
15
15
|
export { c as componentCapabilities, m as modifierCapabilities } from '../../../shared-chunks/api-B_poQGXS.js';
|
|
16
16
|
|
|
17
17
|
// STATE within a module is frowned upon, this exists
|
|
@@ -1,16 +1,16 @@
|
|
|
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-BNdMwGhH.js';
|
|
2
2
|
export { g as getCachedValueFor } from '../../../shared-chunks/computed_cache-DmYKevAP.js';
|
|
3
|
-
export { a as alias } from '../../../shared-chunks/alias-
|
|
4
|
-
import { g as get } from '../../../shared-chunks/property_get-
|
|
5
|
-
export { P as PROXY_CONTENT, _ as _getPath, a as _getProp, h as hasUnknownProperty } from '../../../shared-chunks/property_get-
|
|
6
|
-
import { s as set } from '../../../shared-chunks/property_set-
|
|
7
|
-
export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-
|
|
3
|
+
export { a as alias } from '../../../shared-chunks/alias-IFzw6sv_.js';
|
|
4
|
+
import { g as get } from '../../../shared-chunks/property_get-DuDs6rLg.js';
|
|
5
|
+
export { P as PROXY_CONTENT, _ as _getPath, a as _getProp, h as hasUnknownProperty } from '../../../shared-chunks/property_get-DuDs6rLg.js';
|
|
6
|
+
import { s as set } from '../../../shared-chunks/property_set-BmAQ0MGK.js';
|
|
7
|
+
export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-BmAQ0MGK.js';
|
|
8
8
|
export { c as addArrayObserver, b as arrayContentDidChange, a as arrayContentWillChange, d as removeArrayObserver, r as replace, e as replaceInNativeArray } from '../../../shared-chunks/array-CnXdmzOG.js';
|
|
9
9
|
export { a as addListener, h as hasListeners, o as on, r as removeListener, s as sendEvent } from '../../../shared-chunks/events-DYrYz3V8.js';
|
|
10
10
|
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-9ikVwsjY.js';
|
|
11
|
-
export { L as Libraries, a as libraries } from '../../../shared-chunks/libraries-
|
|
12
|
-
export { g as getProperties } from '../../../shared-chunks/get_properties-
|
|
13
|
-
export { s as setProperties } from '../../../shared-chunks/set_properties-
|
|
11
|
+
export { L as Libraries, a as libraries } from '../../../shared-chunks/libraries-Dx5DiBJv.js';
|
|
12
|
+
export { g as getProperties } from '../../../shared-chunks/get_properties-CkJ_mhLz.js';
|
|
13
|
+
export { s as setProperties } from '../../../shared-chunks/set_properties-DYiBfzdk.js';
|
|
14
14
|
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-BmobpXAF.js';
|
|
15
15
|
export { D as DEBUG_INJECTION_FUNCTIONS, i as inject } from '../../../shared-chunks/injected_property-DqQ0XV7k.js';
|
|
16
16
|
export { m as markObjectAsDirty, o as objectAt, t as tagForObject, a as tagForProperty } from '../../../shared-chunks/chain-tags-B2J7DsxO.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-DuDs6rLg.js';
|
|
4
|
+
import { s as set } from '../../../../../shared-chunks/property_set-BmAQ0MGK.js';
|
|
5
5
|
import { d as defineProperty, c as computed } from '../../../../../shared-chunks/computed-BNdMwGhH.js';
|
|
6
6
|
import { t as tagForObject, a as tagForProperty } from '../../../../../shared-chunks/chain-tags-B2J7DsxO.js';
|
|
7
7
|
import { s as setProxy } from '../../../../../shared-chunks/is_proxy-Bzg0d4m4.js';
|
|
@@ -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-DuDs6rLg.js';
|
|
3
3
|
import { c as computed } from '../../../../../shared-chunks/computed-BNdMwGhH.js';
|
|
4
4
|
import Mixin from '../../../../object/mixin.js';
|
|
5
5
|
|
|
@@ -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-DuDs6rLg.js';
|
|
2
|
+
import { s as set } from '../../../../../shared-chunks/property_set-BmAQ0MGK.js';
|
|
3
3
|
import EmberObject from '../../../../object/index.js';
|
|
4
4
|
import { getElementView } from './utils.js';
|
|
5
5
|
|
|
@@ -5,7 +5,7 @@ import '../../shared-chunks/env-DXxsTFkM.js';
|
|
|
5
5
|
import { h as hasDOM } from '../../shared-chunks/has-dom-DdQORPzI.js';
|
|
6
6
|
import { assert } from '../debug/lib/assert.js';
|
|
7
7
|
import { schedule, once, join, run } from '../runloop/index.js';
|
|
8
|
-
import '../../shared-chunks/libraries-
|
|
8
|
+
import '../../shared-chunks/libraries-Dx5DiBJv.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-DuDs6rLg.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-DFSQHIUs.js';
|
|
27
27
|
import RouterService from '../routing/router-service.js';
|
|
28
28
|
|
|
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-DuDs6rLg.js';
|
|
2
|
+
import { s as set } from '../../shared-chunks/property_set-BmAQ0MGK.js';
|
|
3
3
|
import { e as environment } from '../../shared-chunks/index-Cc8WmrB-.js';
|
|
4
4
|
import EngineInstance from '../engine/instance.js';
|
|
5
5
|
import '../-internals/container/index.js';
|
|
@@ -8,15 +8,15 @@ import '../../shared-chunks/reference-CG0yPgLy.js';
|
|
|
8
8
|
import '../../shared-chunks/arguments-BzAkZVBa.js';
|
|
9
9
|
import '../../shared-chunks/cache-CofLhaS4.js';
|
|
10
10
|
import '../../shared-chunks/render-Bf7GviCY.js';
|
|
11
|
-
import '../../shared-chunks/curly-
|
|
12
|
-
import '../../shared-chunks/outlet
|
|
11
|
+
import '../../shared-chunks/curly-CU2jYOtm.js';
|
|
12
|
+
import '../../shared-chunks/outlet-CsNMfeOj.js';
|
|
13
13
|
import '../../shared-chunks/env-DXxsTFkM.js';
|
|
14
14
|
import '../../shared-chunks/capabilities-BuVYh-vx.js';
|
|
15
15
|
import '../../shared-chunks/hash-gEXIsSO4.js';
|
|
16
16
|
import '../../shared-chunks/get-Dago5uGl.js';
|
|
17
17
|
import '../../shared-chunks/on-BZHAxzdq.js';
|
|
18
18
|
import '../../shared-chunks/template-only-DKNcKM5b.js';
|
|
19
|
-
import { a as renderSettled } from '../../shared-chunks/index-
|
|
19
|
+
import { a as renderSettled } from '../../shared-chunks/index-XmtQRWbX.js';
|
|
20
20
|
import '../../shared-chunks/unique-id-o2pS74go.js';
|
|
21
21
|
import '../runloop/index.js';
|
|
22
22
|
import '../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-DuDs6rLg.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 EmberObject from '../object/index.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { o as objectAt } from '../../shared-chunks/chain-tags-B2J7DsxO.js';
|
|
2
2
|
import { e as replaceInNativeArray, r as replace } from '../../shared-chunks/array-CnXdmzOG.js';
|
|
3
3
|
import { b as beginPropertyChanges, a as endPropertyChanges, c as computed } from '../../shared-chunks/computed-BNdMwGhH.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-DuDs6rLg.js';
|
|
5
|
+
import { s as set } from '../../shared-chunks/property_set-BmAQ0MGK.js';
|
|
6
6
|
import Mixin from '../object/mixin.js';
|
|
7
7
|
import Enumerable from '../enumerable/index.js';
|
|
8
8
|
import MutableEnumerable from '../enumerable/mutable.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { o as objectAt, a as tagForProperty } from '../../shared-chunks/chain-tags-B2J7DsxO.js';
|
|
2
|
-
import { a as alias } from '../../shared-chunks/alias-
|
|
2
|
+
import { a as alias } from '../../shared-chunks/alias-IFzw6sv_.js';
|
|
3
3
|
import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-BNdMwGhH.js';
|
|
4
4
|
import { r as replace, a as arrayContentWillChange, b as arrayContentDidChange, c as addArrayObserver, d as removeArrayObserver } from '../../shared-chunks/array-CnXdmzOG.js';
|
|
5
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
5
|
+
import { g as get } from '../../shared-chunks/property_get-DuDs6rLg.js';
|
|
6
6
|
import { i as isObject } from '../../shared-chunks/spec-BXl1reqK.js';
|
|
7
7
|
import EmberObject from '../object/index.js';
|
|
8
8
|
import { MutableArray } from './index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-Dc_cBOoX.js';
|
|
2
2
|
import { n as nativeDescDecorator } from '../../shared-chunks/decorator-9ikVwsjY.js';
|
|
3
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
3
|
+
import { g as get } from '../../shared-chunks/property_get-DuDs6rLg.js';
|
|
4
4
|
import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-BNdMwGhH.js';
|
|
5
5
|
import { getOwner } from '../-internals/owner/index.js';
|
|
6
6
|
import TargetActionSupport from '../-internals/runtime/lib/mixins/target_action_support.js';
|
|
@@ -13,7 +13,7 @@ import { s as setInternalComponentManager } from '../../shared-chunks/api-DlJKfm
|
|
|
13
13
|
import { b as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-CG0yPgLy.js';
|
|
14
14
|
import { n as normalizeProperty } from '../../shared-chunks/props-fiqxqhAH.js';
|
|
15
15
|
import { r as createTag, D as DIRTY_TAG$1 } from '../../shared-chunks/cache-CofLhaS4.js';
|
|
16
|
-
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-
|
|
16
|
+
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-CU2jYOtm.js';
|
|
17
17
|
import { h as hasDOM } from '../../shared-chunks/has-dom-DdQORPzI.js';
|
|
18
18
|
import { a as decorateMethodV2 } from '../../shared-chunks/runtime-CYyqkz5q-BOdRhmsS.js';
|
|
19
19
|
export { I as Input, T as Textarea } from '../../shared-chunks/textarea-DMmdvgk2.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getOwner } from '../-internals/owner/index.js';
|
|
2
2
|
import { c as computed } from '../../shared-chunks/computed-BNdMwGhH.js';
|
|
3
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
3
|
+
import { g as get } from '../../shared-chunks/property_get-DuDs6rLg.js';
|
|
4
4
|
import { FrameworkObject } from '../object/-internals.js';
|
|
5
5
|
import { i as inject$1 } from '../../shared-chunks/injected_property-DqQ0XV7k.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-DuDs6rLg.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';
|
|
@@ -4,14 +4,14 @@ import Namespace from '../application/namespace.js';
|
|
|
4
4
|
import { Registry } from '../-internals/container/index.js';
|
|
5
5
|
import DAG from '../../dag-map/index.js';
|
|
6
6
|
import ContainerDebugAdapter from '../debug/container-debug-adapter.js';
|
|
7
|
-
import { g as get } from '../../shared-chunks/property_get-
|
|
8
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
7
|
+
import { g as get } from '../../shared-chunks/property_get-DuDs6rLg.js';
|
|
8
|
+
import { s as set } from '../../shared-chunks/property_set-BmAQ0MGK.js';
|
|
9
9
|
import EngineInstance from './instance.js';
|
|
10
10
|
import '../../route-recognizer/index.js';
|
|
11
11
|
import '../../shared-chunks/rsvp.es-DR7yS7qg.js';
|
|
12
12
|
import '../../shared-chunks/unrecognized-url-error-jjQ-FqKB.js';
|
|
13
13
|
import RoutingService from '../routing/lib/routing-service.js';
|
|
14
|
-
import { b as setupEngineRegistry } from '../../shared-chunks/setup-registry-
|
|
14
|
+
import { b as setupEngineRegistry } from '../../shared-chunks/setup-registry-DFSQHIUs.js';
|
|
15
15
|
import RegistryProxyMixin from '../-internals/runtime/lib/mixins/registry_proxy.js';
|
|
16
16
|
import { StrictResolver } from './lib/strict-resolver.js';
|
|
17
17
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { C as default, e as expandProperties } from '../../shared-chunks/computed-BNdMwGhH.js';
|
|
2
|
-
export { a as alias } from '../../shared-chunks/alias-
|
|
2
|
+
export { a as alias } from '../../shared-chunks/alias-IFzw6sv_.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 '../../shared-chunks/property_get-
|
|
5
|
+
import '../../shared-chunks/property_get-DuDs6rLg.js';
|
|
6
6
|
import { s as sendEvent } from '../../shared-chunks/events-DYrYz3V8.js';
|
|
7
7
|
import { a as activateObserver } from '../../shared-chunks/observers-BmobpXAF.js';
|
|
8
8
|
import { d as descriptorForProperty } from '../../shared-chunks/decorator-9ikVwsjY.js';
|
|
@@ -6,10 +6,10 @@ import { g as getFactoryFor } from '../../shared-chunks/container-BYOnjnwz.js';
|
|
|
6
6
|
import { s as setObservers } from '../../shared-chunks/super-BBBjgF69.js';
|
|
7
7
|
import CoreObject from './core.js';
|
|
8
8
|
import Observable from './observable.js';
|
|
9
|
-
export { g as get } from '../../shared-chunks/property_get-
|
|
10
|
-
export { s as set, t as trySet } from '../../shared-chunks/property_set-
|
|
11
|
-
export { g as getProperties } from '../../shared-chunks/get_properties-
|
|
12
|
-
export { s as setProperties } from '../../shared-chunks/set_properties-
|
|
9
|
+
export { g as get } from '../../shared-chunks/property_get-DuDs6rLg.js';
|
|
10
|
+
export { s as set, t as trySet } from '../../shared-chunks/property_set-BmAQ0MGK.js';
|
|
11
|
+
export { g as getProperties } from '../../shared-chunks/get_properties-CkJ_mhLz.js';
|
|
12
|
+
export { s as setProperties } from '../../shared-chunks/set_properties-DYiBfzdk.js';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
@module @ember/object
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as computed, e as expandProperties } from '../../../../shared-chunks/computed-BNdMwGhH.js';
|
|
2
|
-
import { a as alias } from '../../../../shared-chunks/alias-
|
|
3
|
-
import { g as get } from '../../../../shared-chunks/property_get-
|
|
4
|
-
import { s as set } from '../../../../shared-chunks/property_set-
|
|
2
|
+
import { a as alias } from '../../../../shared-chunks/alias-IFzw6sv_.js';
|
|
3
|
+
import { g as get } from '../../../../shared-chunks/property_get-DuDs6rLg.js';
|
|
4
|
+
import { s as set } from '../../../../shared-chunks/property_set-BmAQ0MGK.js';
|
|
5
5
|
import isEmpty from '../../../utils/lib/is_empty.js';
|
|
6
6
|
import isNone from '../../../utils/lib/is_none.js';
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as computed, i as autoComputed } from '../../../../shared-chunks/computed-BNdMwGhH.js';
|
|
2
|
-
import { g as get } from '../../../../shared-chunks/property_get-
|
|
2
|
+
import { g as get } from '../../../../shared-chunks/property_get-DuDs6rLg.js';
|
|
3
3
|
import compare from '../../../utils/lib/compare.js';
|
|
4
4
|
import EmberArray, { A, uniqBy as uniqBy$1 } from '../../../array/index.js';
|
|
5
5
|
|
|
@@ -2,10 +2,10 @@ import { peekMeta } from '../-internals/meta/lib/meta.js';
|
|
|
2
2
|
import { h as hasListeners } from '../../shared-chunks/events-DYrYz3V8.js';
|
|
3
3
|
import { n as notifyPropertyChange, a as endPropertyChanges, b as beginPropertyChanges } from '../../shared-chunks/computed-BNdMwGhH.js';
|
|
4
4
|
import { r as removeObserver, b as addObserver } from '../../shared-chunks/observers-BmobpXAF.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-DuDs6rLg.js';
|
|
6
|
+
import { s as set } from '../../shared-chunks/property_set-BmAQ0MGK.js';
|
|
7
|
+
import { g as getProperties } from '../../shared-chunks/get_properties-CkJ_mhLz.js';
|
|
8
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-DYiBfzdk.js';
|
|
9
9
|
import Mixin from './mixin.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -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-DuDs6rLg.js';
|
|
2
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-DYiBfzdk.js';
|
|
3
3
|
import { c as computed } from '../../shared-chunks/computed-BNdMwGhH.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-XmtQRWbX.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import EmberObject from '../object/index.js';
|
|
2
|
-
import { getHash } from './lib/location-utils.js';
|
|
2
|
+
import { getHash, escapeRegExp } from './lib/location-utils.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
@module @ember/routing/history-location
|
|
@@ -124,7 +124,7 @@ class HistoryLocation extends EmberObject {
|
|
|
124
124
|
baseURL = baseURL.replace(/\/$/, '');
|
|
125
125
|
|
|
126
126
|
// remove baseURL and rootURL from start of path
|
|
127
|
-
let url = path.replace(new RegExp(`^${baseURL}(?=/|$)`), '').replace(new RegExp(`^${rootURL}(?=/|$)`), '').replace(/\/\//g, '/'); // remove extra slashes
|
|
127
|
+
let url = path.replace(new RegExp(`^${escapeRegExp(baseURL)}(?=/|$)`), '').replace(new RegExp(`^${escapeRegExp(rootURL)}(?=/|$)`), '').replace(/\/\//g, '/'); // remove extra slashes
|
|
128
128
|
|
|
129
129
|
let search = location.search || '';
|
|
130
130
|
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 };
|
|
@@ -2,7 +2,7 @@ import { getOwner } from '../../-internals/owner/index.js';
|
|
|
2
2
|
import '../../../shared-chunks/cache-CofLhaS4.js';
|
|
3
3
|
import '../../../shared-chunks/reference-CG0yPgLy.js';
|
|
4
4
|
import '../../../shared-chunks/observers-BmobpXAF.js';
|
|
5
|
-
import '../../../shared-chunks/property_get-
|
|
5
|
+
import '../../../shared-chunks/property_get-DuDs6rLg.js';
|
|
6
6
|
import { readOnly } from '../../object/lib/computed/computed_macros.js';
|
|
7
7
|
import '../../object/core.js';
|
|
8
8
|
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-DuDs6rLg.js';
|
|
2
2
|
import { getOwner } from '../../-internals/owner/index.js';
|
|
3
3
|
import '../../engine/instance.js';
|
|
4
4
|
import '../../../route-recognizer/index.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import EmberObject from '../object/index.js';
|
|
2
|
+
import { escapeRegExp } from './lib/location-utils.js';
|
|
2
3
|
|
|
3
4
|
/**
|
|
4
5
|
@module @ember/routing/none-location
|
|
@@ -53,7 +54,7 @@ class NoneLocation extends EmberObject {
|
|
|
53
54
|
rootURL = rootURL.replace(/\/$/, '');
|
|
54
55
|
|
|
55
56
|
// remove rootURL from url
|
|
56
|
-
return path.replace(new RegExp(`^${rootURL}(?=/|$)`), '');
|
|
57
|
+
return path.replace(new RegExp(`^${escapeRegExp(rootURL)}(?=/|$)`), '');
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
/**
|
|
@@ -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-BNdMwGhH.js';
|
|
4
4
|
import { d as descriptorForProperty } from '../../shared-chunks/decorator-9ikVwsjY.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-DuDs6rLg.js';
|
|
7
|
+
import { s as set } from '../../shared-chunks/property_set-BmAQ0MGK.js';
|
|
8
|
+
import { g as getProperties } from '../../shared-chunks/get_properties-CkJ_mhLz.js';
|
|
9
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-DYiBfzdk.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';
|
|
@@ -1489,6 +1489,17 @@ Route.reopen({
|
|
|
1489
1489
|
if (qp) {
|
|
1490
1490
|
let options = this._optionsForQueryParam(qp);
|
|
1491
1491
|
if (get(options, 'refreshModel') && this._router.currentState) {
|
|
1492
|
+
// `changed` is computed from router state query params, where default values
|
|
1493
|
+
// may have been pruned during finalization. A later transition can reintroduce
|
|
1494
|
+
// the same serialized value via sticky QP hydration or URL parsing, making the
|
|
1495
|
+
// QP appear changed even though its finalized value is unchanged. Only refresh
|
|
1496
|
+
// the model when the serialized value differs from the last finalized value.
|
|
1497
|
+
if (change in changed) {
|
|
1498
|
+
let newSerializedValue = changed[change];
|
|
1499
|
+
if (newSerializedValue === qp.serializedValue) {
|
|
1500
|
+
continue;
|
|
1501
|
+
}
|
|
1502
|
+
}
|
|
1492
1503
|
this.refresh();
|
|
1493
1504
|
break;
|
|
1494
1505
|
}
|
|
@@ -4,7 +4,7 @@ import { c as consumeTag } from '../../shared-chunks/cache-CofLhaS4.js';
|
|
|
4
4
|
import { t as tagFor } from '../../shared-chunks/meta-BJtIZDir.js';
|
|
5
5
|
import '../../shared-chunks/reference-CG0yPgLy.js';
|
|
6
6
|
import '../../shared-chunks/observers-BmobpXAF.js';
|
|
7
|
-
import '../../shared-chunks/property_get-
|
|
7
|
+
import '../../shared-chunks/property_get-DuDs6rLg.js';
|
|
8
8
|
import { readOnly } from '../object/lib/computed/computed_macros.js';
|
|
9
9
|
import '../object/core.js';
|
|
10
10
|
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-BNdMwGhH.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-DuDs6rLg.js';
|
|
4
|
+
import { s as set } from '../../shared-chunks/property_set-BmAQ0MGK.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';
|