ember-source 7.3.0-alpha.1 → 7.3.0-alpha.2
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 +6 -6
- package/dist/dev/packages/@ember/-internals/metal/index.js +8 -8
- package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +2 -2
- package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +1 -1
- package/dist/dev/packages/@ember/-internals/views/lib/system/event_dispatcher.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 +1 -1
- package/dist/dev/packages/@ember/application/instance.js +4 -4
- package/dist/dev/packages/@ember/array/index.js +3 -3
- package/dist/dev/packages/@ember/array/proxy.js +3 -3
- package/dist/dev/packages/@ember/component/index.js +2 -2
- package/dist/dev/packages/@ember/controller/index.js +2 -2
- package/dist/dev/packages/@ember/engine/index.js +2 -2
- package/dist/dev/packages/@ember/object/computed.js +2 -2
- package/dist/dev/packages/@ember/object/core.js +2 -2
- 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/mixin.js +1 -1
- package/dist/dev/packages/@ember/object/observable.js +3 -3
- 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/route.js +3 -3
- package/dist/dev/packages/@ember/routing/router.js +2 -2
- package/dist/dev/packages/@ember/service/index.js +1 -1
- package/dist/dev/packages/@glimmer/node/index.js +2 -2
- package/dist/dev/packages/@glimmer/runtime/index.js +3 -3
- package/dist/dev/packages/@glimmer/tracking/index.js +1 -1
- package/dist/dev/packages/@glimmer/validator/index.js +1 -1
- package/dist/dev/packages/ember/version.js +1 -1
- package/dist/dev/packages/shared-chunks/{alias-DpqL1qx6.js → alias-CT_thCad.js} +2 -2
- package/dist/dev/packages/shared-chunks/{api-C0PAtEgQ.js → api-Dz70AUL_.js} +6 -4
- package/dist/dev/packages/shared-chunks/{array-CVEnNWng.js → array-DvaweI_T.js} +1 -1
- package/dist/dev/packages/shared-chunks/{computed-BPCtuOxQ.js → computed-DGxbeUbf.js} +1 -6
- package/dist/dev/packages/shared-chunks/{index-CCyXUNBa.js → index-D1AjYv31.js} +3 -3
- package/dist/dev/packages/shared-chunks/{injected_property-CbBLr5jt.js → injected_property-DbXd6Gax.js} +1 -1
- package/dist/dev/packages/shared-chunks/{property_set-qCUylPEK.js → property_set-CVlVgdor.js} +1 -1
- package/dist/dev/packages/shared-chunks/{rehydrate-builder-C6k1XhET.js → rehydrate-builder-CsnkZkur.js} +1 -1
- package/dist/dev/packages/shared-chunks/{render-87_sKZ_k.js → render-CtH73XOv.js} +10 -5
- package/dist/dev/packages/shared-chunks/{serialize-builder-BlxBjwO-.js → serialize-builder-D1oAeiyl.js} +1 -1
- package/dist/dev/packages/shared-chunks/{set_properties-C4TSebH6.js → set_properties-CEUT_EJn.js} +2 -2
- package/dist/dev/packages/shared-chunks/{setup-registry-BHdDJATP.js → setup-registry-DQ3c4Juo.js} +6 -6
- package/dist/dev/packages/shared-chunks/{textarea-C4lYkaHj.js → textarea-DEvw4ezm.js} +1 -1
- package/dist/dev/packages/shared-chunks/tracked-57EW14Ny.js +253 -0
- package/dist/dev/packages/shared-chunks/tracked-value-DhyJmrhG.js +115 -0
- package/dist/prod/packages/@ember/-internals/glimmer/index.js +6 -6
- package/dist/prod/packages/@ember/-internals/metal/index.js +8 -8
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +2 -2
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +1 -1
- package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.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 +1 -1
- package/dist/prod/packages/@ember/application/instance.js +3 -3
- package/dist/prod/packages/@ember/array/index.js +3 -3
- package/dist/prod/packages/@ember/array/proxy.js +3 -3
- package/dist/prod/packages/@ember/component/index.js +2 -2
- package/dist/prod/packages/@ember/controller/index.js +2 -2
- package/dist/prod/packages/@ember/engine/index.js +2 -2
- package/dist/prod/packages/@ember/object/computed.js +2 -2
- 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/mixin.js +1 -1
- package/dist/prod/packages/@ember/object/observable.js +3 -3
- 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/route.js +3 -3
- package/dist/prod/packages/@ember/routing/router.js +2 -2
- package/dist/prod/packages/@ember/service/index.js +1 -1
- package/dist/prod/packages/@glimmer/node/index.js +2 -2
- package/dist/prod/packages/@glimmer/runtime/index.js +3 -3
- package/dist/prod/packages/@glimmer/tracking/index.js +1 -1
- package/dist/prod/packages/@glimmer/validator/index.js +1 -1
- package/dist/prod/packages/ember/version.js +1 -1
- package/dist/prod/packages/shared-chunks/{alias-Bod6qdNp.js → alias-CHHuE0LE.js} +2 -2
- package/dist/prod/packages/shared-chunks/{api-CQexacBn.js → api-DzOa0Acr.js} +6 -4
- package/dist/prod/packages/shared-chunks/{array-BzReKMeW.js → array-CnXdmzOG.js} +1 -1
- package/dist/prod/packages/shared-chunks/{computed-DtIStxvq.js → computed-BNdMwGhH.js} +1 -6
- package/dist/prod/packages/shared-chunks/{index-npr2B-vu.js → index-CvQQ6l11.js} +3 -3
- package/dist/prod/packages/shared-chunks/{injected_property-Y-FadDej.js → injected_property-DqQ0XV7k.js} +1 -1
- package/dist/prod/packages/shared-chunks/{property_set-BaQJdVfS.js → property_set-CkLe4ht8.js} +1 -1
- package/dist/prod/packages/shared-chunks/{rehydrate-builder-Blt1x9MP.js → rehydrate-builder-n_8RCUj9.js} +1 -1
- package/dist/prod/packages/shared-chunks/{render-Dx7lr1hR.js → render-Bf7GviCY.js} +10 -5
- package/dist/prod/packages/shared-chunks/{serialize-builder-BvAXYHTr.js → serialize-builder-CsG9WHVw.js} +1 -1
- package/dist/prod/packages/shared-chunks/{set_properties-Qxhw4qzw.js → set_properties-Cs3rVemD.js} +2 -2
- package/dist/prod/packages/shared-chunks/{setup-registry-Dfu8EyLU.js → setup-registry-kOGgOucf.js} +6 -6
- package/dist/prod/packages/shared-chunks/{textarea-DOmZ1x0E.js → textarea-DMmdvgk2.js} +1 -1
- package/dist/prod/packages/shared-chunks/tracked-DvOpYI0o.js +235 -0
- package/dist/prod/packages/shared-chunks/tracked-value-CR6kx-73.js +115 -0
- package/docs/data.json +149 -10
- package/package.json +1 -1
- package/types/stable/@ember/-internals/glimmer/lib/glimmer-tracking-docs.d.ts +68 -0
- package/types/stable/@ember/-internals/metal/lib/tracked.d.ts +53 -6
- package/types/stable/@glimmer/tracking/index.d.ts +70 -1
- package/types/stable/@glimmer/validator/index.d.ts +1 -0
- package/types/stable/@glimmer/validator/lib/tracked-value.d.ts +58 -0
- package/types/stable/index.d.ts +1 -0
- package/dist/dev/packages/shared-chunks/tracked-DEyf0T_X.js +0 -148
- package/dist/dev/packages/shared-chunks/tracked-data-DgqqRdYO.js +0 -31
- package/dist/prod/packages/shared-chunks/tracked-B9380JtC.js +0 -132
- package/dist/prod/packages/shared-chunks/tracked-data-CHq42QHb.js +0 -31
package/build-metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.3.0-alpha.
|
|
2
|
+
"version": "7.3.0-alpha.2",
|
|
3
3
|
"buildType": "tag",
|
|
4
|
-
"SHA": "
|
|
5
|
-
"assetPath": "/tag/shas/
|
|
4
|
+
"SHA": "58c21828f24f6af1f7edcbd6738e22d6fa0ae429",
|
|
5
|
+
"assetPath": "/tag/shas/58c21828f24f6af1f7edcbd6738e22d6fa0ae429.tgz"
|
|
6
6
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
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-
|
|
3
|
-
export { I as Input, T as Textarea } from '../../../shared-chunks/textarea-
|
|
2
|
+
export { O as OutletView, R as Renderer, a as RootTemplate, s as setupApplicationRegistry, b as setupEngineRegistry } from '../../../shared-chunks/setup-registry-DQ3c4Juo.js';
|
|
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';
|
|
6
6
|
export { default as Helper, helper } from '../../component/helper.js';
|
|
7
7
|
export { S as SafeString, T as TrustedHTML, h as htmlSafe, i as isHTMLSafe, a as isTrustedHTML, t as trustHTML } from '../../../shared-chunks/index-D-xTBV4B.js';
|
|
8
|
-
export { D as DOMChanges } from '../../../shared-chunks/render-
|
|
9
|
-
export { D as DOMTreeConstruction } from '../../../shared-chunks/api-
|
|
8
|
+
export { D as DOMChanges } from '../../../shared-chunks/render-CtH73XOv.js';
|
|
9
|
+
export { D as DOMTreeConstruction } from '../../../shared-chunks/api-Dz70AUL_.js';
|
|
10
10
|
import '../../../@glimmer/destroyable/index.js';
|
|
11
|
-
export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-
|
|
11
|
+
export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-CsnkZkur.js';
|
|
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-D1AjYv31.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,21 +1,21 @@
|
|
|
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-
|
|
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-CT_thCad.js';
|
|
4
4
|
import { deprecate } from '../../debug/index.js';
|
|
5
5
|
import { g as get } from '../../../shared-chunks/property_get-CRP7MFz_.js';
|
|
6
6
|
export { P as PROXY_CONTENT, _ as _getPath, b as _getProp, h as hasUnknownProperty } from '../../../shared-chunks/property_get-CRP7MFz_.js';
|
|
7
|
-
import { s as set } from '../../../shared-chunks/property_set-
|
|
8
|
-
export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-
|
|
9
|
-
export { c as addArrayObserver, b as arrayContentDidChange, a as arrayContentWillChange, d as removeArrayObserver, r as replace, e as replaceInNativeArray } from '../../../shared-chunks/array-
|
|
7
|
+
import { s as set } from '../../../shared-chunks/property_set-CVlVgdor.js';
|
|
8
|
+
export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-CVlVgdor.js';
|
|
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
12
|
export { a as Libraries, L as libraries } from '../../../shared-chunks/libraries-DwffpMGE.js';
|
|
13
13
|
export { g as getProperties } from '../../../shared-chunks/get_properties-Cm2sWt5f.js';
|
|
14
|
-
export { s as setProperties } from '../../../shared-chunks/set_properties-
|
|
14
|
+
export { s as setProperties } from '../../../shared-chunks/set_properties-CEUT_EJn.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
|
-
export { D as DEBUG_INJECTION_FUNCTIONS, i as inject } from '../../../shared-chunks/injected_property-
|
|
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';
|
|
18
|
-
export { T as TrackedDescriptor, t as tracked } from '../../../shared-chunks/tracked-
|
|
18
|
+
export { T as TrackedDescriptor, t as tracked } from '../../../shared-chunks/tracked-57EW14Ny.js';
|
|
19
19
|
export { cached } from '../../../@glimmer/tracking/index.js';
|
|
20
20
|
export { g as createCache, h as getValue, x as isConst } from '../../../shared-chunks/cache-DGDPVCpC.js';
|
|
21
21
|
export { N as NAMESPACES, a as NAMESPACES_BY_ID, b as addNamespace, f as findNamespace, c as findNamespaces, i as isNamespaceSearchDisabled, p as processAllNamespaces, d as processNamespace, r as removeNamespace, e as setNamespaceSearchDisabled, s as setUnprocessedMixins } from '../../../shared-chunks/namespace_search-BfvzEQzN.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { meta } from '../../../meta/lib/meta.js';
|
|
2
2
|
import Mixin from '../../../../object/mixin.js';
|
|
3
3
|
import { g as get } from '../../../../../shared-chunks/property_get-CRP7MFz_.js';
|
|
4
|
-
import { s as set } from '../../../../../shared-chunks/property_set-
|
|
5
|
-
import { d as defineProperty, c as computed } from '../../../../../shared-chunks/computed-
|
|
4
|
+
import { s as set } from '../../../../../shared-chunks/property_set-CVlVgdor.js';
|
|
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';
|
|
8
8
|
import { a as setupMandatorySetter } from '../../../../../shared-chunks/mandatory-setter-BpbAMTzV.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { context } from '../../../environment/index.js';
|
|
2
2
|
import { g as get } from '../../../../../shared-chunks/property_get-CRP7MFz_.js';
|
|
3
|
-
import { c as computed } from '../../../../../shared-chunks/computed-
|
|
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';
|
|
6
6
|
import { assert } from '../../../../debug/lib/assert.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getOwner } from '../../../owner/index.js';
|
|
2
2
|
import '../../../../debug/index.js';
|
|
3
3
|
import { g as get } from '../../../../../shared-chunks/property_get-CRP7MFz_.js';
|
|
4
|
-
import { s as set } from '../../../../../shared-chunks/property_set-
|
|
4
|
+
import { s as set } from '../../../../../shared-chunks/property_set-CVlVgdor.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';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as inject } from '../../../../../shared-chunks/injected_property-
|
|
1
|
+
import { i as inject } from '../../../../../shared-chunks/injected_property-DbXd6Gax.js';
|
|
2
2
|
import ActionHandler from '../../../runtime/lib/mixins/action_handler.js';
|
|
3
3
|
import Evented from '../../../../object/evented.js';
|
|
4
4
|
import { FrameworkObject } from '../../../../object/-internals.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-DQ3c4Juo.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
1
|
import { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
|
|
2
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
2
|
+
import { s as set } from '../../shared-chunks/property_set-CVlVgdor.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';
|
|
@@ -7,10 +7,10 @@ import '../../shared-chunks/guid-Cbq2sNV_.js';
|
|
|
7
7
|
import '../debug/index.js';
|
|
8
8
|
import '../../@glimmer/destroyable/index.js';
|
|
9
9
|
import '../../shared-chunks/reference-BqOLhKFy.js';
|
|
10
|
-
import '../../shared-chunks/api-
|
|
10
|
+
import '../../shared-chunks/api-Dz70AUL_.js';
|
|
11
11
|
import '../../shared-chunks/arguments-CDkbOqTS.js';
|
|
12
12
|
import '../../shared-chunks/cache-DGDPVCpC.js';
|
|
13
|
-
import '../../shared-chunks/render-
|
|
13
|
+
import '../../shared-chunks/render-CtH73XOv.js';
|
|
14
14
|
import '../../@glimmer/global-context/index.js';
|
|
15
15
|
import '../../shared-chunks/curly-DGUCLOud.js';
|
|
16
16
|
import '../../shared-chunks/outlet-CHFL7tun.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-D1AjYv31.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,8 +1,8 @@
|
|
|
1
1
|
import { o as objectAt } from '../../shared-chunks/chain-tags-uWSImHzB.js';
|
|
2
|
-
import { e as replaceInNativeArray, r as replace } from '../../shared-chunks/array-
|
|
3
|
-
import { b as beginPropertyChanges, a as endPropertyChanges, c as computed } from '../../shared-chunks/computed-
|
|
2
|
+
import { e as replaceInNativeArray, r as replace } from '../../shared-chunks/array-DvaweI_T.js';
|
|
3
|
+
import { b as beginPropertyChanges, a as endPropertyChanges, c as computed } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
4
4
|
import { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
|
|
5
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
5
|
+
import { s as set } from '../../shared-chunks/property_set-CVlVgdor.js';
|
|
6
6
|
import Mixin from '../object/mixin.js';
|
|
7
7
|
import '../debug/index.js';
|
|
8
8
|
import Enumerable from '../enumerable/index.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
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-
|
|
3
|
-
import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-
|
|
4
|
-
import { r as replace, a as arrayContentWillChange, b as arrayContentDidChange, c as addArrayObserver, d as removeArrayObserver } from '../../shared-chunks/array-
|
|
2
|
+
import { a as alias } from '../../shared-chunks/alias-CT_thCad.js';
|
|
3
|
+
import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
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
5
|
import { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
|
|
6
6
|
import { i as isObject } from '../../shared-chunks/spec-BXl1reqK.js';
|
|
7
7
|
import EmberObject from '../object/index.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
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
3
|
import { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
|
|
4
|
-
import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/computed-
|
|
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';
|
|
7
7
|
import ActionSupport from '../-internals/views/lib/mixins/action_support.js';
|
|
@@ -18,7 +18,7 @@ import { I as IS_DISPATCHING_ATTRS, D as DIRTY_TAG, B as BOUNDS, g as getCompone
|
|
|
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';
|
|
21
|
-
export { I as Input, T as Textarea } from '../../shared-chunks/textarea-
|
|
21
|
+
export { I as Input, T as Textarea } from '../../shared-chunks/textarea-DEvw4ezm.js';
|
|
22
22
|
import { s as setComponentManager$1 } from '../../shared-chunks/api-BlZDPg1n.js';
|
|
23
23
|
export { c as capabilities } from '../../shared-chunks/api-BlZDPg1n.js';
|
|
24
24
|
import '../../@glimmer/destroyable/index.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { getOwner } from '../-internals/owner/index.js';
|
|
2
|
-
import { c as computed } from '../../shared-chunks/computed-
|
|
2
|
+
import { c as computed } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
3
3
|
import { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
|
|
4
4
|
import { FrameworkObject } from '../object/-internals.js';
|
|
5
|
-
import { i as inject$1 } from '../../shared-chunks/injected_property-
|
|
5
|
+
import { i as inject$1 } from '../../shared-chunks/injected_property-DbXd6Gax.js';
|
|
6
6
|
import Mixin from '../object/mixin.js';
|
|
7
7
|
import ActionHandler from '../-internals/runtime/lib/mixins/action_handler.js';
|
|
8
8
|
|
|
@@ -7,13 +7,13 @@ import DAG from '../../dag-map/index.js';
|
|
|
7
7
|
import '../debug/index.js';
|
|
8
8
|
import ContainerDebugAdapter from '../debug/container-debug-adapter.js';
|
|
9
9
|
import { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
|
|
10
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
10
|
+
import { s as set } from '../../shared-chunks/property_set-CVlVgdor.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-DQ3c4Juo.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
|
-
export { C as default, e as expandProperties } from '../../shared-chunks/computed-
|
|
2
|
-
export { a as alias } from '../../shared-chunks/alias-
|
|
1
|
+
export { C as default, e as expandProperties } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
2
|
+
export { a as alias } from '../../shared-chunks/alias-CT_thCad.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';
|
|
@@ -5,9 +5,9 @@ import { meta } from '../-internals/meta/lib/meta.js';
|
|
|
5
5
|
import { h as hasUnknownProperty, P as PROXY_CONTENT } from '../../shared-chunks/property_get-CRP7MFz_.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
|
-
import { d as defineProperty } from '../../shared-chunks/computed-
|
|
8
|
+
import { d as defineProperty } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
9
9
|
import { d as descriptorForProperty, a as isClassicDecorator } from '../../shared-chunks/decorator-B5Uh5NFI.js';
|
|
10
|
-
import { D as DEBUG_INJECTION_FUNCTIONS } from '../../shared-chunks/injected_property-
|
|
10
|
+
import { D as DEBUG_INJECTION_FUNCTIONS } from '../../shared-chunks/injected_property-DbXd6Gax.js';
|
|
11
11
|
import Mixin, { applyMixin } from './mixin.js';
|
|
12
12
|
import ActionHandler from '../-internals/runtime/lib/mixins/action_handler.js';
|
|
13
13
|
import makeArray from '../array/lib/make-array.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import '../debug/index.js';
|
|
2
2
|
import { E as ENV } from '../../shared-chunks/env-g-kaAFLN.js';
|
|
3
3
|
import { s as setClassicDecorator, i as isElementDescriptor } from '../../shared-chunks/decorator-B5Uh5NFI.js';
|
|
4
|
-
import { e as expandProperties } from '../../shared-chunks/computed-
|
|
5
|
-
export { c as computed, d as defineProperty, n as notifyPropertyChange } from '../../shared-chunks/computed-
|
|
4
|
+
import { e as expandProperties } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
5
|
+
export { c as computed, d as defineProperty, n as notifyPropertyChange } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
6
6
|
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
10
|
export { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
|
|
11
|
-
export { s as set, t as trySet } from '../../shared-chunks/property_set-
|
|
11
|
+
export { s as set, t as trySet } from '../../shared-chunks/property_set-CVlVgdor.js';
|
|
12
12
|
export { g as getProperties } from '../../shared-chunks/get_properties-Cm2sWt5f.js';
|
|
13
|
-
export { s as setProperties } from '../../shared-chunks/set_properties-
|
|
13
|
+
export { s as setProperties } from '../../shared-chunks/set_properties-CEUT_EJn.js';
|
|
14
14
|
import { assert } from '../debug/lib/assert.js';
|
|
15
15
|
|
|
16
16
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { c as computed, e as expandProperties } from '../../../../shared-chunks/computed-
|
|
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-
|
|
3
|
+
import { a as alias } from '../../../../shared-chunks/alias-CT_thCad.js';
|
|
4
4
|
import { g as get } from '../../../../shared-chunks/property_get-CRP7MFz_.js';
|
|
5
|
-
import { s as set } from '../../../../shared-chunks/property_set-
|
|
5
|
+
import { s as set } from '../../../../shared-chunks/property_set-CVlVgdor.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,5 +1,5 @@
|
|
|
1
1
|
import '../../../debug/index.js';
|
|
2
|
-
import { c as computed, i as autoComputed } from '../../../../shared-chunks/computed-
|
|
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
4
|
import { g as get } from '../../../../shared-chunks/property_get-CRP7MFz_.js';
|
|
5
5
|
import compare from '../../../utils/lib/compare.js';
|
|
@@ -3,7 +3,7 @@ import { peekMeta, meta } from '../-internals/meta/lib/meta.js';
|
|
|
3
3
|
import { R as ROOT, o as observerListenerMetaFor, w as wrap } from '../../shared-chunks/super-BBBjgF69.js';
|
|
4
4
|
import '../debug/index.js';
|
|
5
5
|
import { n as nativeDescDecorator, a as isClassicDecorator, b as descriptorForDecorator, m as makeComputedDecorator } from '../../shared-chunks/decorator-B5Uh5NFI.js';
|
|
6
|
-
import { g as defineValue, h as defineDecorator, C as ComputedProperty } from '../../shared-chunks/computed-
|
|
6
|
+
import { g as defineValue, h as defineDecorator, C as ComputedProperty } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
7
7
|
import { s as setUnprocessedMixins } from '../../shared-chunks/namespace_search-BfvzEQzN.js';
|
|
8
8
|
import { c as revalidateObservers, b as addObserver, r as removeObserver } from '../../shared-chunks/observers-DMlX2nCi.js';
|
|
9
9
|
import { a as addListener, r as removeListener } from '../../shared-chunks/events-6aFVjD4k.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { peekMeta } from '../-internals/meta/lib/meta.js';
|
|
2
2
|
import { h as hasListeners } from '../../shared-chunks/events-6aFVjD4k.js';
|
|
3
|
-
import { n as notifyPropertyChange, a as endPropertyChanges, b as beginPropertyChanges } from '../../shared-chunks/computed-
|
|
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
5
|
import { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
|
|
6
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
6
|
+
import { s as set } from '../../shared-chunks/property_set-CVlVgdor.js';
|
|
7
7
|
import { g as getProperties } from '../../shared-chunks/get_properties-Cm2sWt5f.js';
|
|
8
|
-
import { s as setProperties } from '../../shared-chunks/set_properties-
|
|
8
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-CEUT_EJn.js';
|
|
9
9
|
import Mixin from './mixin.js';
|
|
10
10
|
import '../debug/index.js';
|
|
11
11
|
import { assert } from '../debug/lib/assert.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
|
|
2
|
-
import { s as setProperties } from '../../shared-chunks/set_properties-
|
|
3
|
-
import { c as computed } from '../../shared-chunks/computed-
|
|
2
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-CEUT_EJn.js';
|
|
3
|
+
import { c as computed } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
4
4
|
import Mixin from './mixin.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -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-D1AjYv31.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { privatize } from '../-internals/container/index.js';
|
|
2
2
|
import { f as flushAsyncObservers, b as addObserver } from '../../shared-chunks/observers-DMlX2nCi.js';
|
|
3
|
-
import { c as computed, d as defineProperty } from '../../shared-chunks/computed-
|
|
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
6
|
import { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
|
|
7
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
7
|
+
import { s as set } from '../../shared-chunks/property_set-CVlVgdor.js';
|
|
8
8
|
import { g as getProperties } from '../../shared-chunks/get_properties-Cm2sWt5f.js';
|
|
9
|
-
import { s as setProperties } from '../../shared-chunks/set_properties-
|
|
9
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-CEUT_EJn.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';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { privatize } from '../-internals/container/index.js';
|
|
2
|
-
import { c as computed } from '../../shared-chunks/computed-
|
|
2
|
+
import { c as computed } from '../../shared-chunks/computed-DGxbeUbf.js';
|
|
3
3
|
import { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
|
|
4
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
4
|
+
import { s as set } from '../../shared-chunks/property_set-CVlVgdor.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';
|
|
@@ -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-DbXd6Gax.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
@module @ember/service
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { C as ConcreteBounds } from '../../shared-chunks/normalize-CKySQVU7.js';
|
|
2
|
-
import { D as DOMTreeConstruction } from '../../shared-chunks/api-
|
|
2
|
+
import { D as DOMTreeConstruction } from '../../shared-chunks/api-Dz70AUL_.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-D1oAeiyl.js';
|
|
5
5
|
|
|
6
6
|
class NodeDOMTreeConstruction extends DOMTreeConstruction {
|
|
7
7
|
// Hides property on base class
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { C as ConcreteBounds, a as CursorImpl, c as clear } from '../../shared-chunks/normalize-CKySQVU7.js';
|
|
2
|
-
export { D as DOMChanges, a as DynamicScopeImpl, E as EnvironmentImpl, b 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-
|
|
2
|
+
export { D as DOMChanges, a as DynamicScopeImpl, E as EnvironmentImpl, b 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-CtH73XOv.js';
|
|
3
3
|
export { T as TEMPLATE_ONLY_COMPONENT_MANAGER, a as TemplateOnlyComponent, b as TemplateOnlyComponentManager, t as templateOnlyComponent } from '../../shared-chunks/template-only-Cu639ICT.js';
|
|
4
4
|
export { C as CurriedValue, E as EMPTY_ARGS, a as EMPTY_NAMED, b as EMPTY_POSITIONAL, c as createCapturedArgs, d as curry, r as reifyArgs, e as reifyNamed, f as reifyPositional } from '../../shared-chunks/arguments-CDkbOqTS.js';
|
|
5
5
|
export { n as normalizeProperty } from '../../shared-chunks/props-fiqxqhAH.js';
|
|
@@ -12,5 +12,5 @@ export { destroy, isDestroyed, isDestroying, registerDestructor } from '../destr
|
|
|
12
12
|
import '../global-context/index.js';
|
|
13
13
|
import '../../shared-chunks/cache-DGDPVCpC.js';
|
|
14
14
|
import '../../shared-chunks/reference-BqOLhKFy.js';
|
|
15
|
-
export { D as DOMTreeConstruction, a as DynamicAttribute, N as NewTreeBuilder, R as RemoteBlock, b as ResettableBlockImpl, S as SimpleDynamicAttribute, c as clientBuilder, d as dynamicAttribute } from '../../shared-chunks/api-
|
|
16
|
-
export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-
|
|
15
|
+
export { D as DOMTreeConstruction, a as DynamicAttribute, N as NewTreeBuilder, R as RemoteBlock, b as ResettableBlockImpl, S as SimpleDynamicAttribute, c as clientBuilder, d as dynamicAttribute } from '../../shared-chunks/api-Dz70AUL_.js';
|
|
16
|
+
export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-CsnkZkur.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { t as tracked } from '../../shared-chunks/tracked-
|
|
1
|
+
export { t as tracked } from '../../shared-chunks/tracked-57EW14Ny.js';
|
|
2
2
|
import { g as createCache, h as getValue } from '../../shared-chunks/cache-DGDPVCpC.js';
|
|
3
3
|
|
|
4
4
|
// NOTE: copied from: https://github.com/glimmerjs/glimmer.js/pull/358
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { trackedArray, trackedMap, trackedObject, trackedSet, trackedWeakMap, trackedWeakSet } from '../../@ember/reactive/collections.js';
|
|
2
2
|
export { A as ALLOW_CYCLES, i as COMPUTE, j as CONSTANT, C as CONSTANT_TAG, k as CURRENT_TAG, l as CurrentTag, I as INITIAL, V as VOLATILE, m as VOLATILE_TAG, n as VolatileTag, o as beginTrackFrame, p as beginUntrackFrame, q as bump, f as combine, c as consumeTag, g as createCache, r as createTag, b as createUpdatableTag, e as debug, D as dirtyTag, s as endTrackFrame, w as endUntrackFrame, h as getValue, x as isConst, y as isConstTag, z as isTracking, B as resetTracking, t as track, u as untrack, U as updateTag, v as validateTag, a as valueForTag } from '../../shared-chunks/cache-DGDPVCpC.js';
|
|
3
3
|
export { d as dirtyTagFor, t as tagFor, a as tagMetaFor } from '../../shared-chunks/meta-BqC7f9Ia.js';
|
|
4
|
-
export {
|
|
4
|
+
export { T as TrackedValue, a as trackedData, t as trackedValue } from '../../shared-chunks/tracked-value-DhyJmrhG.js';
|
|
5
5
|
|
|
6
6
|
const GLIMMER_VALIDATOR_REGISTRATION = Symbol('GLIMMER_VALIDATOR_REGISTRATION');
|
|
7
7
|
if (Reflect.has(globalThis, GLIMMER_VALIDATOR_REGISTRATION)) {
|
|
@@ -5,9 +5,9 @@ import { u as untrack, v as validateTag, U as UPDATE_TAG, a as valueForTag, c as
|
|
|
5
5
|
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
|
-
import { d as defineProperty } from './computed-
|
|
8
|
+
import { d as defineProperty } from './computed-DGxbeUbf.js';
|
|
9
9
|
import { g as get } from './property_get-CRP7MFz_.js';
|
|
10
|
-
import { s as set } from './property_set-
|
|
10
|
+
import { s as set } from './property_set-CVlVgdor.js';
|
|
11
11
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
12
12
|
|
|
13
13
|
function alias(altKey) {
|
|
@@ -28,16 +28,18 @@ function has(array, item) {
|
|
|
28
28
|
function checkURI(tagName, attribute) {
|
|
29
29
|
// SVG tagNames are case-preserved, so the SVG `<a>` element comes through as
|
|
30
30
|
// lowercase `a` and never matches the uppercase `badTags` entries unless we
|
|
31
|
-
// normalize first.
|
|
32
|
-
|
|
31
|
+
// normalize first. The attribute name can likewise arrive camelCased (e.g.
|
|
32
|
+
// `formAction`) when the template author writes it that way and it resolves to
|
|
33
|
+
// a DOM property, so lower-case it before matching the lowercase lists.
|
|
34
|
+
return (tagName === null || has(badTags, tagName.toUpperCase())) && has(badAttributes, attribute.toLowerCase());
|
|
33
35
|
}
|
|
34
36
|
function checkDataURI(tagName, attribute) {
|
|
35
37
|
if (tagName === null) return false;
|
|
36
|
-
return has(badTagsForDataURI, tagName.toUpperCase()) && has(badAttributesForDataURI, attribute);
|
|
38
|
+
return has(badTagsForDataURI, tagName.toUpperCase()) && has(badAttributesForDataURI, attribute.toLowerCase());
|
|
37
39
|
}
|
|
38
40
|
function checkDataProtocol(tagName, attribute) {
|
|
39
41
|
if (tagName === null) return false;
|
|
40
|
-
return has(badTagsForDataProtocol, tagName.toUpperCase()) && has(badAttributesForDataProtocol, attribute);
|
|
42
|
+
return has(badTagsForDataProtocol, tagName.toUpperCase()) && has(badAttributesForDataProtocol, attribute.toLowerCase());
|
|
41
43
|
}
|
|
42
44
|
function requiresSanitization(tagName, attribute) {
|
|
43
45
|
return checkURI(tagName, attribute) || checkDataURI(tagName, attribute) || checkDataProtocol(tagName, attribute);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../@ember/debug/index.js';
|
|
2
2
|
import { peekMeta } from '../@ember/-internals/meta/lib/meta.js';
|
|
3
3
|
import { s as sendEvent, a as addListener, r as removeListener } from './events-6aFVjD4k.js';
|
|
4
|
-
import { n as notifyPropertyChange } from './computed-
|
|
4
|
+
import { n as notifyPropertyChange } from './computed-DGxbeUbf.js';
|
|
5
5
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
6
6
|
|
|
7
7
|
function arrayContentWillChange(array, startIdx, removeAmt, addAmt) {
|
|
@@ -153,13 +153,8 @@ function defineProperty(obj, keyName, desc, data, _meta) {
|
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
function defineDecorator(obj, keyName, desc, meta) {
|
|
156
|
-
let propertyDesc;
|
|
157
|
-
{
|
|
158
|
-
propertyDesc = desc(obj, keyName, undefined, meta, true);
|
|
159
|
-
}
|
|
156
|
+
let propertyDesc = desc(obj, keyName, undefined, meta, true);
|
|
160
157
|
Object.defineProperty(obj, keyName, propertyDesc);
|
|
161
|
-
|
|
162
|
-
// pass the decorator function forward for backwards compat
|
|
163
158
|
return desc;
|
|
164
159
|
}
|
|
165
160
|
function defineValue(obj, keyName, value, wasDescriptor, enumerable = true) {
|
|
@@ -4,12 +4,12 @@ import { schedule, _backburner, _getCurrentRunLoop } from '../@ember/runloop/ind
|
|
|
4
4
|
import { associateDestroyableChild, destroy, registerDestructor, isDestroyed, isDestroying } from '../@glimmer/destroyable/index.js';
|
|
5
5
|
import { artifacts } from '../@glimmer/program/index.js';
|
|
6
6
|
import { R as RuntimeOpImpl } from './program-DlgjqLa6.js';
|
|
7
|
-
import { c as clientBuilder } from './api-
|
|
8
|
-
import { g as runtimeOptions, i as inTransaction, r as renderComponent$1 } from './render-
|
|
7
|
+
import { c as clientBuilder } from './api-Dz70AUL_.js';
|
|
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
11
|
import { g as get$1, b as _getProp } from './property_get-CRP7MFz_.js';
|
|
12
|
-
import { _ as _setProp, s as set } from './property_set-
|
|
12
|
+
import { _ as _setProp, s as set } from './property_set-CVlVgdor.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 { getOwner } from '../@ember/-internals/owner/index.js';
|
|
2
2
|
import '../@ember/debug/index.js';
|
|
3
|
-
import { c as computed, d as defineProperty } from './computed-
|
|
3
|
+
import { c as computed, d as defineProperty } from './computed-DGxbeUbf.js';
|
|
4
4
|
import { i as isElementDescriptor } from './decorator-B5Uh5NFI.js';
|
|
5
5
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
6
6
|
|
package/dist/dev/packages/shared-chunks/{property_set-qCUylPEK.js → property_set-CVlVgdor.js}
RENAMED
|
@@ -3,7 +3,7 @@ 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
5
|
import { i as isPath, _ as _getPath, a as getPossibleMandatoryProxyValue } from './property_get-CRP7MFz_.js';
|
|
6
|
-
import { n as notifyPropertyChange } from './computed-
|
|
6
|
+
import { n as notifyPropertyChange } from './computed-DGxbeUbf.js';
|
|
7
7
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { N as NewTreeBuilder, R as RemoteBlock, C as COMMENT_NODE, T as TEXT_NODE, E as ELEMENT_NODE, e as NS_SVG } from './api-
|
|
1
|
+
import { N as NewTreeBuilder, R as RemoteBlock, C as COMMENT_NODE, T as TEXT_NODE, E as ELEMENT_NODE, e as NS_SVG } from './api-Dz70AUL_.js';
|
|
2
2
|
import { c as castToSimple, a as castToBrowser } from './simple-cast-DCvJLSin.js';
|
|
3
3
|
import { e as expect } from './collections-DPkjqeA3.js';
|
|
4
4
|
import { a as assert } from './assert-Zqc4wiAV.js';
|
|
@@ -5,7 +5,7 @@ import { t as track, U as UPDATE_TAG, e as debug, B as resetTracking, o as begin
|
|
|
5
5
|
import { a as assert } from './assert-Zqc4wiAV.js';
|
|
6
6
|
import { P as ProgramImpl } from './program-DlgjqLa6.js';
|
|
7
7
|
import { D as DebugRenderTreeImpl, i as isArgumentError, j as isCurriedType, d as curry, A as APPEND_OPCODES, h as check, k as resolveCurriedValue, f as reifyPositional, l as AssertFilter, V as VMArgumentsImpl, m as externs, J as JumpIfNotModifiedOpcode, B as BeginTrackFrameOpcode, n as EndTrackFrameOpcode } from './arguments-CDkbOqTS.js';
|
|
8
|
-
import { B as BLACKLIST_TABLE, f as DOMOperations, D as DOMTreeConstruction, N as NewTreeBuilder } from './api-
|
|
8
|
+
import { B as BLACKLIST_TABLE, f as DOMOperations, D as DOMTreeConstruction, N as NewTreeBuilder } from './api-Dz70AUL_.js';
|
|
9
9
|
import { a as assign } from './object-utils-AijlD-JH.js';
|
|
10
10
|
import { associateDestroyableChild, _hasDestroyableChildren, destroy, destroyChildren, registerDestructor } from '../@glimmer/destroyable/index.js';
|
|
11
11
|
import { toBool, debugAssert, assertGlobalContextWasSet } from '../@glimmer/global-context/index.js';
|
|
@@ -676,11 +676,16 @@ APPEND_OPCODES.add(VM_APPEND_NODE_OP, vm => {
|
|
|
676
676
|
/* eslint-disable @typescript-eslint/no-unused-expressions */
|
|
677
677
|
|
|
678
678
|
function debugCallback(context, get) {
|
|
679
|
-
|
|
680
|
-
|
|
679
|
+
if (context !== null && context !== undefined) {
|
|
680
|
+
// eslint-disable-next-line no-console
|
|
681
|
+
console.info("Use `context`, and `get(<path>)` to debug this template. For named arguments, use `get('@argName')`.");
|
|
681
682
|
|
|
682
|
-
|
|
683
|
-
|
|
683
|
+
// for example...
|
|
684
|
+
context === get('this');
|
|
685
|
+
} else {
|
|
686
|
+
// eslint-disable-next-line no-console
|
|
687
|
+
console.info("Use `get(<path>)` to debug this template. For named arguments, use `get('@argName')`.");
|
|
688
|
+
}
|
|
684
689
|
|
|
685
690
|
// eslint-disable-next-line no-debugger
|
|
686
691
|
debugger;
|