ember-source 7.2.0 → 7.2.1
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 +3 -3
- package/dist/dev/packages/@ember/application/index.js +1 -1
- package/dist/dev/packages/@ember/application/instance.js +1 -1
- package/dist/dev/packages/@ember/component/index.js +1 -1
- package/dist/dev/packages/@ember/engine/index.js +1 -1
- package/dist/dev/packages/@ember/helper/index.js +4 -4
- package/dist/dev/packages/@ember/modifier/on.js +1 -1
- package/dist/dev/packages/@ember/renderer/index.js +1 -1
- package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +2 -2
- package/dist/dev/packages/@glimmer/runtime/index.js +7 -7
- package/dist/dev/packages/ember/version.js +1 -1
- package/dist/dev/packages/shared-chunks/{arguments-CDkbOqTS.js → arguments-BDcCvRM4.js} +5 -1
- package/dist/dev/packages/shared-chunks/{curly-Ei5G8jhk.js → curly-CxVJYzMX.js} +1 -1
- package/dist/dev/packages/shared-chunks/{get-B4o_4OLA.js → get-BAZ7dSW_.js} +2 -2
- package/dist/dev/packages/shared-chunks/{hash-Bg4r3CU4.js → hash-CKwikdMv.js} +1 -1
- package/dist/dev/packages/shared-chunks/{index-C5Q8WHUG.js → index-CuorsWcn.js} +6 -6
- package/dist/dev/packages/shared-chunks/{invoke-d9sqa50M.js → invoke-DCF-tTDb.js} +1 -1
- package/dist/dev/packages/shared-chunks/{not-JB6ln6bJ.js → not-n3KAqx1U.js} +1 -1
- package/dist/dev/packages/shared-chunks/{on-CQqC2-wL.js → on-CsI9Xgvl.js} +1 -1
- package/dist/dev/packages/shared-chunks/{render-87_sKZ_k.js → render-WPz2Nl45.js} +1 -1
- package/dist/dev/packages/shared-chunks/{setup-registry-Dovj1LIQ.js → setup-registry-5_gLCFs4.js} +2 -2
- package/dist/prod/packages/@ember/-internals/glimmer/index.js +3 -3
- package/dist/prod/packages/@ember/application/index.js +1 -1
- package/dist/prod/packages/@ember/application/instance.js +1 -1
- package/dist/prod/packages/@ember/component/index.js +1 -1
- package/dist/prod/packages/@ember/engine/index.js +1 -1
- package/dist/prod/packages/@ember/helper/index.js +4 -4
- package/dist/prod/packages/@ember/modifier/on.js +1 -1
- package/dist/prod/packages/@ember/renderer/index.js +1 -1
- package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +2 -2
- package/dist/prod/packages/@glimmer/runtime/index.js +7 -7
- package/dist/prod/packages/ember/version.js +1 -1
- package/dist/prod/packages/shared-chunks/{arguments-BzAkZVBa.js → arguments-DxmU3uk4.js} +5 -1
- package/dist/prod/packages/shared-chunks/{curly-IY06zACp.js → curly-D2WsNyFi.js} +1 -1
- package/dist/prod/packages/shared-chunks/{get-DpBAICuC.js → get-CMIqiKkx.js} +2 -2
- package/dist/prod/packages/shared-chunks/{hash-D31JO-BD.js → hash-BPZcn79q.js} +1 -1
- package/dist/prod/packages/shared-chunks/{index-BQaaoknf.js → index-DyYpsxuM.js} +6 -6
- package/dist/prod/packages/shared-chunks/{invoke-DhQ5QRp2.js → invoke-D7d52XJk.js} +1 -1
- package/dist/prod/packages/shared-chunks/{not-Bm2-x-jD.js → not-BGYHtDIW.js} +1 -1
- package/dist/prod/packages/shared-chunks/{on-8aS8t_5D.js → on-Ch0e_hqJ.js} +1 -1
- package/dist/prod/packages/shared-chunks/{render-Dx7lr1hR.js → render-CO2mZxto.js} +1 -1
- package/dist/prod/packages/shared-chunks/{setup-registry-DMAzVcVn.js → setup-registry-jfUHS-vs.js} +2 -2
- package/docs/data.json +1 -1
- package/package.json +2 -2
package/build-metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.2.
|
|
2
|
+
"version": "7.2.1",
|
|
3
3
|
"buildType": "tag",
|
|
4
|
-
"SHA": "
|
|
5
|
-
"assetPath": "/tag/shas/
|
|
4
|
+
"SHA": "e9c88cc926d66296abb0c5cd8e451bef1faf024e",
|
|
5
|
+
"assetPath": "/tag/shas/e9c88cc926d66296abb0c5cd8e451bef1faf024e.tgz"
|
|
6
6
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-DaFzpTIE.js';
|
|
2
|
-
export { R as RootTemplate, s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-
|
|
2
|
+
export { R as RootTemplate, s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-5_gLCFs4.js';
|
|
3
3
|
export { I as Input, T as Textarea } from '../../../shared-chunks/textarea-B5TmhnQU.js';
|
|
4
4
|
export { LinkTo } from '../../routing/index.js';
|
|
5
5
|
export { default as Component, setComponentManager } from '../../component/index.js';
|
|
6
6
|
export { H as Helper, h as helper } from '../../../shared-chunks/helper--ZiOCQkd.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 { O as OutletView, R as Renderer, _ as _resetRenderers, r as renderComponent, a as renderSettled } from '../../../shared-chunks/index-
|
|
9
|
-
export { D as DOMChanges } from '../../../shared-chunks/render-
|
|
8
|
+
export { O as OutletView, R as Renderer, _ as _resetRenderers, r as renderComponent, a as renderSettled } from '../../../shared-chunks/index-CuorsWcn.js';
|
|
9
|
+
export { D as DOMChanges } from '../../../shared-chunks/render-WPz2Nl45.js';
|
|
10
10
|
export { D as DOMTreeConstruction } from '../../../shared-chunks/api-C0PAtEgQ.js';
|
|
11
11
|
import '../../../@glimmer/destroyable/index.js';
|
|
12
12
|
export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-C6k1XhET.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-5_gLCFs4.js';
|
|
27
27
|
import RouterService from '../routing/router-service.js';
|
|
28
28
|
import { assert } from '../debug/lib/assert.js';
|
|
29
29
|
|
|
@@ -2,7 +2,7 @@ import { g as get } from '../../shared-chunks/property_get-CRP7MFz_.js';
|
|
|
2
2
|
import { s as set } from '../../shared-chunks/property_set-qCUylPEK.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
|
-
import { a as renderSettled } from '../../shared-chunks/index-
|
|
5
|
+
import { a as renderSettled } from '../../shared-chunks/index-CuorsWcn.js';
|
|
6
6
|
import '../debug/index.js';
|
|
7
7
|
import EmberRouter from '../routing/router.js';
|
|
8
8
|
import EventDispatcher from '../-internals/views/lib/system/event_dispatcher.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, C 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, C as CURLY_COMPONENT_MANAGER } from '../../shared-chunks/curly-CxVJYzMX.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';
|
|
@@ -13,7 +13,7 @@ import '../../route-recognizer/index.js';
|
|
|
13
13
|
import '../../shared-chunks/rsvp-aLN_pQtn.js';
|
|
14
14
|
import '../../shared-chunks/unrecognized-url-error-DyurFqvv.js';
|
|
15
15
|
import RoutingService from '../routing/lib/routing-service.js';
|
|
16
|
-
import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-
|
|
16
|
+
import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-5_gLCFs4.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,9 +1,9 @@
|
|
|
1
1
|
import { b as setHelperManager$1 } from '../../shared-chunks/api-BlZDPg1n.js';
|
|
2
2
|
import { i as helperCapabilities } from '../../shared-chunks/api-DuLOZMO_.js';
|
|
3
|
-
import { i as invokeHelper$1 } from '../../shared-chunks/invoke-
|
|
4
|
-
import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-
|
|
5
|
-
import { c as concat$1, g as get$1 } from '../../shared-chunks/get-
|
|
6
|
-
import { a as and$1, e as eq$1, g as gt$1, b as gte$1, l as lt$1, c as lte$1, n as neq$1, d as not$1, o as or$1 } from '../../shared-chunks/not-
|
|
3
|
+
import { i as invokeHelper$1 } from '../../shared-chunks/invoke-DCF-tTDb.js';
|
|
4
|
+
import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-CKwikdMv.js';
|
|
5
|
+
import { c as concat$1, g as get$1 } from '../../shared-chunks/get-BAZ7dSW_.js';
|
|
6
|
+
import { a as and$1, e as eq$1, g as gt$1, b as gte$1, l as lt$1, c as lte$1, n as neq$1, d as not$1, o as or$1 } from '../../shared-chunks/not-n3KAqx1U.js';
|
|
7
7
|
import { e as element$1 } from '../../shared-chunks/element-Cgoi4ldD.js';
|
|
8
8
|
import { u as uniqueId$1 } from '../../shared-chunks/unique-id-Csxuh1I7.js';
|
|
9
9
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as on$1 } from '../../shared-chunks/on-
|
|
1
|
+
import { o as on$1 } from '../../shared-chunks/on-CsI9Xgvl.js';
|
|
2
2
|
|
|
3
3
|
// In normal TypeScript, this modifier is essentially an opaque token that just
|
|
4
4
|
// needs to be importable. Declaring it with a unique interface like this,
|
|
@@ -1 +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-CuorsWcn.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { o as or, d as not, c as lte, l as lt, b as gte, g as gt, n as neq, a as and, e as eq } from '../../../shared-chunks/not-
|
|
2
|
-
import { h as hash, f as fn, a as array } from '../../../shared-chunks/hash-
|
|
1
|
+
import { o as or, d as not, c as lte, l as lt, b as gte, g as gt, n as neq, a as and, e as eq } from '../../../shared-chunks/not-n3KAqx1U.js';
|
|
2
|
+
import { h as hash, f as fn, a as array } from '../../../shared-chunks/hash-CKwikdMv.js';
|
|
3
3
|
import { e as element } from '../../../shared-chunks/element-Cgoi4ldD.js';
|
|
4
4
|
import { on } from '../../modifier/on.js';
|
|
5
5
|
import '../../debug/index.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
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-WPz2Nl45.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
|
-
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-
|
|
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-BDcCvRM4.js';
|
|
5
5
|
export { n as normalizeProperty } from '../../shared-chunks/props-fiqxqhAH.js';
|
|
6
|
-
export { a as and, e as eq, g as gt, b as gte, l as lt, c as lte, n as neq, d as not, o as or } from '../../shared-chunks/not-
|
|
7
|
-
export { a as array, f as fn, h as hash } from '../../shared-chunks/hash-
|
|
8
|
-
export { c as concat, g as get } from '../../shared-chunks/get-
|
|
9
|
-
export { i as invokeHelper } from '../../shared-chunks/invoke-
|
|
10
|
-
export { o as on } from '../../shared-chunks/on-
|
|
6
|
+
export { a as and, e as eq, g as gt, b as gte, l as lt, c as lte, n as neq, d as not, o as or } from '../../shared-chunks/not-n3KAqx1U.js';
|
|
7
|
+
export { a as array, f as fn, h as hash } from '../../shared-chunks/hash-CKwikdMv.js';
|
|
8
|
+
export { c as concat, g as get } from '../../shared-chunks/get-BAZ7dSW_.js';
|
|
9
|
+
export { i as invokeHelper } from '../../shared-chunks/invoke-DCF-tTDb.js';
|
|
10
|
+
export { o as on } from '../../shared-chunks/on-CsI9Xgvl.js';
|
|
11
11
|
export { destroy, isDestroyed, isDestroying, registerDestructor } from '../destroyable/index.js';
|
|
12
12
|
import '../global-context/index.js';
|
|
13
13
|
import '../../shared-chunks/cache-DGDPVCpC.js';
|
|
@@ -815,7 +815,11 @@ APPEND_OPCODES.add(VM_DYNAMIC_MODIFIER_OP, vm => {
|
|
|
815
815
|
}
|
|
816
816
|
}
|
|
817
817
|
if (!isConstRef(ref) || tag) {
|
|
818
|
-
|
|
818
|
+
let updateOpcode = new UpdateDynamicModifierOpcode(tag, instance, instanceRef);
|
|
819
|
+
|
|
820
|
+
// The block must own this opcode, or instances created on update are never destroyed.
|
|
821
|
+
vm.associateDestroyable(updateOpcode);
|
|
822
|
+
return vm.updateWith(updateOpcode);
|
|
819
823
|
}
|
|
820
824
|
});
|
|
821
825
|
class UpdateModifierOpcode {
|
|
@@ -4,7 +4,7 @@ import { getViewElement, clearElementView, clearViewElement, addChildView, setVi
|
|
|
4
4
|
import { debugFreeze } from '../@ember/debug/index.js';
|
|
5
5
|
import { _instrumentStart } from '../@ember/instrumentation/index.js';
|
|
6
6
|
import { c as createComputeRef, v as valueForRef, e as createPrimitiveRef, f as childRefFor, g as childRefFromParts, a as createConstRef, d as isUpdatableRef, u as updateRef } from './reference-BqOLhKFy.js';
|
|
7
|
-
import { f as reifyPositional } from './arguments-
|
|
7
|
+
import { f as reifyPositional } from './arguments-BDcCvRM4.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
10
|
import { g as get } from './property_get-CRP7MFz_.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { c as createComputeRef, U as UNDEFINED_REFERENCE, v as valueForRef } from './reference-BqOLhKFy.js';
|
|
2
|
-
import { f as reifyPositional } from './arguments-
|
|
3
|
-
import { i as internalHelper } from './hash-
|
|
2
|
+
import { f as reifyPositional } from './arguments-BDcCvRM4.js';
|
|
3
|
+
import { i as internalHelper } from './hash-CKwikdMv.js';
|
|
4
4
|
import { setPath, getPath } from '../@glimmer/global-context/index.js';
|
|
5
5
|
import { i as isDict } from './collections-DPkjqeA3.js';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as createComputeRef, b as isInvokableRef, u as updateRef, v as valueForRef } from './reference-BqOLhKFy.js';
|
|
2
|
-
import { f as reifyPositional, g as buildUntouchableThis, h as check, e as reifyNamed } from './arguments-
|
|
2
|
+
import { f as reifyPositional, g as buildUntouchableThis, h as check, e as reifyNamed } from './arguments-BDcCvRM4.js';
|
|
3
3
|
import { j as setInternalHelperManager } from './api-DuLOZMO_.js';
|
|
4
4
|
|
|
5
5
|
function internalHelper(helper) {
|
|
@@ -10,10 +10,10 @@ import { artifacts } from '../@glimmer/program/index.js';
|
|
|
10
10
|
import { R as RuntimeOpImpl } from './program-DlgjqLa6.js';
|
|
11
11
|
import { v as valueForRef, U as UNDEFINED_REFERENCE, c as createComputeRef, i as isConstRef, a as createConstRef, d as isUpdatableRef, j as createInvokableRef, k as createReadOnlyRef, l as createUnboundRef, h as createDebugAliasRef, g as childRefFromParts, u as updateRef } from './reference-BqOLhKFy.js';
|
|
12
12
|
import { c as clientBuilder } from './api-C0PAtEgQ.js';
|
|
13
|
-
import { E as EMPTY_ARGS, c as createCapturedArgs, b as EMPTY_POSITIONAL, d as curry } from './arguments-
|
|
14
|
-
import { g as runtimeOptions, i as inTransaction, r as renderComponent$1, d as renderMain } from './render-
|
|
13
|
+
import { E as EMPTY_ARGS, c as createCapturedArgs, b as EMPTY_POSITIONAL, d as curry } from './arguments-BDcCvRM4.js';
|
|
14
|
+
import { g as runtimeOptions, i as inTransaction, r as renderComponent$1, d as renderMain } from './render-WPz2Nl45.js';
|
|
15
15
|
import { d as dict } from './collections-DPkjqeA3.js';
|
|
16
|
-
import { u as unwrapTemplate, a as CurlyComponentManager, i as initialRenderInstrumentDetails, p as processComponentInitializationAssertions, b as ComponentStateBucket, D as DIRTY_TAG, c as isCurlyManager, B as BOUNDS } from './curly-
|
|
16
|
+
import { u as unwrapTemplate, a as CurlyComponentManager, i as initialRenderInstrumentDetails, p as processComponentInitializationAssertions, b as ComponentStateBucket, D as DIRTY_TAG, c as isCurlyManager, B as BOUNDS } from './curly-CxVJYzMX.js';
|
|
17
17
|
import { C as CONSTANT_TAG, c as consumeTag, z as isTracking, e as debug, D as DIRTY_TAG$1, r as createTag, a as valueForTag, k as CURRENT_TAG, v as validateTag } from './cache-DGDPVCpC.js';
|
|
18
18
|
import { h as hasDOM } from './index-BGP1rw3B.js';
|
|
19
19
|
import { _instrumentStart } from '../@ember/instrumentation/index.js';
|
|
@@ -36,9 +36,9 @@ import { i as isHTMLSafe } from './index-D-xTBV4B.js';
|
|
|
36
36
|
import isArray from '../@ember/array/lib/is-array.js';
|
|
37
37
|
import { g as getComponentTemplate } from './template-R_5UMHhb.js';
|
|
38
38
|
import { c as hasInternalComponentManager, j as setInternalHelperManager, g as getInternalComponentManager } from './api-DuLOZMO_.js';
|
|
39
|
-
import { h as hash, f as fn, a as array } from './hash-
|
|
40
|
-
import { g as get$1, c as concat } from './get-
|
|
41
|
-
import { o as on } from './on-
|
|
39
|
+
import { h as hash, f as fn, a as array } from './hash-CKwikdMv.js';
|
|
40
|
+
import { g as get$1, c as concat } from './get-BAZ7dSW_.js';
|
|
41
|
+
import { o as on } from './on-CsI9Xgvl.js';
|
|
42
42
|
import { T as TEMPLATE_ONLY_COMPONENT_MANAGER, t as templateOnlyComponent } from './template-only-Cu639ICT.js';
|
|
43
43
|
import { i as isClassicHelper, C as CLASSIC_HELPER_MANAGER } from './helper--ZiOCQkd.js';
|
|
44
44
|
import { dasherize } from '../@ember/-internals/string/index.js';
|
|
@@ -2,7 +2,7 @@ import { isDestroying, isDestroyed, associateDestroyableChild } from '../@glimme
|
|
|
2
2
|
import { a as getInternalHelperManager, f as hasValue, h as hasDestroyable } from './api-DuLOZMO_.js';
|
|
3
3
|
import { getOwner } from '../@glimmer/owner/index.js';
|
|
4
4
|
import { g as createCache, h as getValue } from './cache-DGDPVCpC.js';
|
|
5
|
-
import { E as EMPTY_ARGS, a as EMPTY_NAMED, b as EMPTY_POSITIONAL } from './arguments-
|
|
5
|
+
import { E as EMPTY_ARGS, a as EMPTY_NAMED, b as EMPTY_POSITIONAL } from './arguments-BDcCvRM4.js';
|
|
6
6
|
|
|
7
7
|
let ARGS_CACHES = new WeakMap() ;
|
|
8
8
|
function getArgs(proxy) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { toBool } from '../@glimmer/global-context/index.js';
|
|
2
2
|
import { c as createComputeRef, v as valueForRef } from './reference-BqOLhKFy.js';
|
|
3
|
-
import { i as internalHelper } from './hash-
|
|
3
|
+
import { i as internalHelper } from './hash-CKwikdMv.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Performs a strict equality comparison.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as buildUntouchableThis, h as check, e as reifyNamed } from './arguments-
|
|
1
|
+
import { g as buildUntouchableThis, h as check, e as reifyNamed } from './arguments-BDcCvRM4.js';
|
|
2
2
|
import { registerDestructor } from '../@glimmer/destroyable/index.js';
|
|
3
3
|
import { k as setInternalModifierManager } from './api-DuLOZMO_.js';
|
|
4
4
|
import { v as valueForRef } from './reference-BqOLhKFy.js';
|
|
@@ -4,7 +4,7 @@ import { U as UNDEFINED_REFERENCE, c as createComputeRef, v as valueForRef, f as
|
|
|
4
4
|
import { t as track, U as UPDATE_TAG, e as debug, B as resetTracking, o as beginTrackFrame, s as endTrackFrame } from './cache-DGDPVCpC.js';
|
|
5
5
|
import { a as assert } from './assert-Zqc4wiAV.js';
|
|
6
6
|
import { P as ProgramImpl } from './program-DlgjqLa6.js';
|
|
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-
|
|
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-BDcCvRM4.js';
|
|
8
8
|
import { B as BLACKLIST_TABLE, f as DOMOperations, D as DOMTreeConstruction, N as NewTreeBuilder } from './api-C0PAtEgQ.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';
|
package/dist/dev/packages/shared-chunks/{setup-registry-Dovj1LIQ.js → setup-registry-5_gLCFs4.js}
RENAMED
|
@@ -3,11 +3,11 @@ import { getOwner } from '../@ember/-internals/owner/index.js';
|
|
|
3
3
|
import '../@ember/debug/index.js';
|
|
4
4
|
import { I as Input, T as Textarea } from './textarea-B5TmhnQU.js';
|
|
5
5
|
import { LinkTo } from '../@ember/routing/index.js';
|
|
6
|
-
import './render-
|
|
6
|
+
import './render-WPz2Nl45.js';
|
|
7
7
|
import { c as clientBuilder } from './api-C0PAtEgQ.js';
|
|
8
8
|
import { r as rehydrationBuilder } from './rehydrate-builder-C6k1XhET.js';
|
|
9
9
|
import { s as serializeBuilder } from './serialize-builder-BlxBjwO-.js';
|
|
10
|
-
import { o as outletHelper, O as OutletView, R as Renderer } from './index-
|
|
10
|
+
import { o as outletHelper, O as OutletView, R as Renderer } from './index-CuorsWcn.js';
|
|
11
11
|
import { t as templateFactory } from './index-DaFzpTIE.js';
|
|
12
12
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
13
13
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-Bf53M8eS.js';
|
|
2
|
-
export { R as RootTemplate, s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-
|
|
2
|
+
export { R as RootTemplate, s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-jfUHS-vs.js';
|
|
3
3
|
export { I as Input, T as Textarea } from '../../../shared-chunks/textarea-CQmTzSKe.js';
|
|
4
4
|
export { LinkTo } from '../../routing/index.js';
|
|
5
5
|
export { default as Component, setComponentManager } from '../../component/index.js';
|
|
6
6
|
export { H as Helper, h as helper } from '../../../shared-chunks/helper-Df5MpdcT.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 { O as OutletView, R as Renderer, _ as _resetRenderers, r as renderComponent, a as renderSettled } from '../../../shared-chunks/index-
|
|
9
|
-
export { D as DOMChanges } from '../../../shared-chunks/render-
|
|
8
|
+
export { O as OutletView, R as Renderer, _ as _resetRenderers, r as renderComponent, a as renderSettled } from '../../../shared-chunks/index-DyYpsxuM.js';
|
|
9
|
+
export { D as DOMChanges } from '../../../shared-chunks/render-CO2mZxto.js';
|
|
10
10
|
export { D as DOMTreeConstruction } from '../../../shared-chunks/api-CQexacBn.js';
|
|
11
11
|
export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-Blt1x9MP.js';
|
|
12
12
|
export { NodeDOMTreeConstruction } from '../../../@glimmer/node/index.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-jfUHS-vs.js';
|
|
27
27
|
import RouterService from '../routing/router-service.js';
|
|
28
28
|
|
|
29
29
|
/**
|
|
@@ -2,7 +2,7 @@ import { g as get } from '../../shared-chunks/property_get-DAKgbeJX.js';
|
|
|
2
2
|
import { s as set } from '../../shared-chunks/property_set-BaQJdVfS.js';
|
|
3
3
|
import { e as environment } from '../../shared-chunks/index-Cc8WmrB-.js';
|
|
4
4
|
import EngineInstance from '../engine/instance.js';
|
|
5
|
-
import { a as renderSettled } from '../../shared-chunks/index-
|
|
5
|
+
import { a as renderSettled } from '../../shared-chunks/index-DyYpsxuM.js';
|
|
6
6
|
import '../routing/router.js';
|
|
7
7
|
import '../object/index.js';
|
|
8
8
|
import '../../shared-chunks/guid-Cbq2sNV_.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, C 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, C as CURLY_COMPONENT_MANAGER } from '../../shared-chunks/curly-D2WsNyFi.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-CQmTzSKe.js';
|
|
@@ -11,7 +11,7 @@ import '../../route-recognizer/index.js';
|
|
|
11
11
|
import '../../shared-chunks/rsvp-aLN_pQtn.js';
|
|
12
12
|
import '../../shared-chunks/unrecognized-url-error-DgXBAzKl.js';
|
|
13
13
|
import RoutingService from '../routing/lib/routing-service.js';
|
|
14
|
-
import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-
|
|
14
|
+
import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-jfUHS-vs.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,9 +1,9 @@
|
|
|
1
1
|
import { b as setHelperManager$1 } from '../../shared-chunks/api-B_poQGXS.js';
|
|
2
2
|
import { i as helperCapabilities } from '../../shared-chunks/api-DlJKfm_f.js';
|
|
3
|
-
import { i as invokeHelper$1 } from '../../shared-chunks/invoke-
|
|
4
|
-
import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-
|
|
5
|
-
import { c as concat$1, g as get$1 } from '../../shared-chunks/get-
|
|
6
|
-
import { a as and$1, e as eq$1, g as gt$1, b as gte$1, l as lt$1, c as lte$1, n as neq$1, d as not$1, o as or$1 } from '../../shared-chunks/not-
|
|
3
|
+
import { i as invokeHelper$1 } from '../../shared-chunks/invoke-D7d52XJk.js';
|
|
4
|
+
import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-BPZcn79q.js';
|
|
5
|
+
import { c as concat$1, g as get$1 } from '../../shared-chunks/get-CMIqiKkx.js';
|
|
6
|
+
import { a as and$1, e as eq$1, g as gt$1, b as gte$1, l as lt$1, c as lte$1, n as neq$1, d as not$1, o as or$1 } from '../../shared-chunks/not-BGYHtDIW.js';
|
|
7
7
|
import { e as element$1 } from '../../shared-chunks/element-BmBjPjkQ.js';
|
|
8
8
|
import { u as uniqueId$1 } from '../../shared-chunks/unique-id-BJb1p8EG.js';
|
|
9
9
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as on$1 } from '../../shared-chunks/on-
|
|
1
|
+
import { o as on$1 } from '../../shared-chunks/on-Ch0e_hqJ.js';
|
|
2
2
|
|
|
3
3
|
// In normal TypeScript, this modifier is essentially an opaque token that just
|
|
4
4
|
// needs to be importable. Declaring it with a unique interface like this,
|
|
@@ -1 +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-DyYpsxuM.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { o as or, d as not, c as lte, l as lt, b as gte, g as gt, n as neq, a as and, e as eq } from '../../../shared-chunks/not-
|
|
2
|
-
import { h as hash, f as fn, a as array } from '../../../shared-chunks/hash-
|
|
1
|
+
import { o as or, d as not, c as lte, l as lt, b as gte, g as gt, n as neq, a as and, e as eq } from '../../../shared-chunks/not-BGYHtDIW.js';
|
|
2
|
+
import { h as hash, f as fn, a as array } from '../../../shared-chunks/hash-BPZcn79q.js';
|
|
3
3
|
import { e as element } from '../../../shared-chunks/element-BmBjPjkQ.js';
|
|
4
4
|
import { on } from '../../modifier/on.js';
|
|
5
5
|
import { STRICT_MODE_KEYWORDS, STRICT_MODE_TRANSFORMS, RESOLUTION_MODE_TRANSFORMS } from './plugins/index.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { C as ConcreteBounds, a as CursorImpl, c as clear } from '../../shared-chunks/normalize-C_IStty9.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-CO2mZxto.js';
|
|
3
3
|
export { T as TEMPLATE_ONLY_COMPONENT_MANAGER, a as TemplateOnlyComponent, b as TemplateOnlyComponentManager, t as templateOnlyComponent } from '../../shared-chunks/template-only-DKNcKM5b.js';
|
|
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-
|
|
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-DxmU3uk4.js';
|
|
5
5
|
export { n as normalizeProperty } from '../../shared-chunks/props-fiqxqhAH.js';
|
|
6
|
-
export { a as and, e as eq, g as gt, b as gte, l as lt, c as lte, n as neq, d as not, o as or } from '../../shared-chunks/not-
|
|
7
|
-
export { a as array, f as fn, h as hash } from '../../shared-chunks/hash-
|
|
8
|
-
export { c as concat, g as get } from '../../shared-chunks/get-
|
|
9
|
-
export { i as invokeHelper } from '../../shared-chunks/invoke-
|
|
10
|
-
export { o as on } from '../../shared-chunks/on-
|
|
6
|
+
export { a as and, e as eq, g as gt, b as gte, l as lt, c as lte, n as neq, d as not, o as or } from '../../shared-chunks/not-BGYHtDIW.js';
|
|
7
|
+
export { a as array, f as fn, h as hash } from '../../shared-chunks/hash-BPZcn79q.js';
|
|
8
|
+
export { c as concat, g as get } from '../../shared-chunks/get-CMIqiKkx.js';
|
|
9
|
+
export { i as invokeHelper } from '../../shared-chunks/invoke-D7d52XJk.js';
|
|
10
|
+
export { o as on } from '../../shared-chunks/on-Ch0e_hqJ.js';
|
|
11
11
|
export { destroy, isDestroyed, isDestroying, registerDestructor } from '../destroyable/index.js';
|
|
12
12
|
import '../../shared-chunks/cache-CofLhaS4.js';
|
|
13
13
|
import '../../shared-chunks/reference-CG0yPgLy.js';
|
|
@@ -773,7 +773,11 @@ APPEND_OPCODES.add(VM_DYNAMIC_MODIFIER_OP, vm => {
|
|
|
773
773
|
}
|
|
774
774
|
}
|
|
775
775
|
if (!isConstRef(ref) || tag) {
|
|
776
|
-
|
|
776
|
+
let updateOpcode = new UpdateDynamicModifierOpcode(tag, instance, instanceRef);
|
|
777
|
+
|
|
778
|
+
// The block must own this opcode, or instances created on update are never destroyed.
|
|
779
|
+
vm.associateDestroyable(updateOpcode);
|
|
780
|
+
return vm.updateWith(updateOpcode);
|
|
777
781
|
}
|
|
778
782
|
});
|
|
779
783
|
class UpdateModifierOpcode {
|
|
@@ -3,7 +3,7 @@ import { g as guidFor } from './guid-Cbq2sNV_.js';
|
|
|
3
3
|
import { getViewElement, clearElementView, clearViewElement, addChildView, setViewElement, setElementView } from '../@ember/-internals/views/lib/system/utils.js';
|
|
4
4
|
import { _instrumentStart } from '../@ember/instrumentation/index.js';
|
|
5
5
|
import { c as createComputeRef, v as valueForRef, e as createPrimitiveRef, f as childRefFor, g as childRefFromParts, a as createConstRef, b as isUpdatableRef, u as updateRef } from './reference-CG0yPgLy.js';
|
|
6
|
-
import { f as reifyPositional } from './arguments-
|
|
6
|
+
import { f as reifyPositional } from './arguments-DxmU3uk4.js';
|
|
7
7
|
import { E as EMPTY_ARRAY } from './array-utils-CZQxrdD3.js';
|
|
8
8
|
import { a as valueForTag, p as beginUntrackFrame, w as endUntrackFrame, o as beginTrackFrame, s as endTrackFrame, c as consumeTag, v as validateTag } from './cache-CofLhaS4.js';
|
|
9
9
|
import { g as get } from './property_get-DAKgbeJX.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { c as createComputeRef, U as UNDEFINED_REFERENCE, v as valueForRef } from './reference-CG0yPgLy.js';
|
|
2
|
-
import { f as reifyPositional } from './arguments-
|
|
3
|
-
import { i as internalHelper } from './hash-
|
|
2
|
+
import { f as reifyPositional } from './arguments-DxmU3uk4.js';
|
|
3
|
+
import { i as internalHelper } from './hash-BPZcn79q.js';
|
|
4
4
|
import { setPath, getPath } from '../@glimmer/global-context/index.js';
|
|
5
5
|
import { i as isDict } from './collections-GpG8lT2g.js';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as createComputeRef, d as isInvokableRef, u as updateRef } from './reference-CG0yPgLy.js';
|
|
2
|
-
import { f as reifyPositional, g as check, e as reifyNamed } from './arguments-
|
|
2
|
+
import { f as reifyPositional, g as check, e as reifyNamed } from './arguments-DxmU3uk4.js';
|
|
3
3
|
import { j as setInternalHelperManager } from './api-DlJKfm_f.js';
|
|
4
4
|
|
|
5
5
|
/* eslint-disable @typescript-eslint/no-empty-object-type */
|
|
@@ -11,10 +11,10 @@ import { artifacts } from '../@glimmer/program/index.js';
|
|
|
11
11
|
import { R as RuntimeOpImpl } from './program-BAh__OXZ.js';
|
|
12
12
|
import { v as valueForRef, U as UNDEFINED_REFERENCE, c as createComputeRef, a as createConstRef, h as createInvokableRef, j as createReadOnlyRef, k as createUnboundRef, g as childRefFromParts, u as updateRef } from './reference-CG0yPgLy.js';
|
|
13
13
|
import { c as clientBuilder } from './api-CQexacBn.js';
|
|
14
|
-
import { E as EMPTY_ARGS, c as createCapturedArgs, b as EMPTY_POSITIONAL, d as curry } from './arguments-
|
|
15
|
-
import { g as runtimeOptions, i as inTransaction, r as renderComponent$1, d as renderMain } from './render-
|
|
14
|
+
import { E as EMPTY_ARGS, c as createCapturedArgs, b as EMPTY_POSITIONAL, d as curry } from './arguments-DxmU3uk4.js';
|
|
15
|
+
import { g as runtimeOptions, i as inTransaction, r as renderComponent$1, d as renderMain } from './render-CO2mZxto.js';
|
|
16
16
|
import { d as dict } from './collections-GpG8lT2g.js';
|
|
17
|
-
import { u as unwrapTemplate, a as CurlyComponentManager, i as initialRenderInstrumentDetails, b as ComponentStateBucket, D as DIRTY_TAG, c as isCurlyManager, B as BOUNDS } from './curly-
|
|
17
|
+
import { u as unwrapTemplate, a as CurlyComponentManager, i as initialRenderInstrumentDetails, b as ComponentStateBucket, D as DIRTY_TAG, c as isCurlyManager, B as BOUNDS } from './curly-D2WsNyFi.js';
|
|
18
18
|
import { C as CONSTANT_TAG, c as consumeTag, f as isTracking, D as DIRTY_TAG$1, r as createTag, a as valueForTag, k as CURRENT_TAG, v as validateTag } from './cache-CofLhaS4.js';
|
|
19
19
|
import { _instrumentStart } from '../@ember/instrumentation/index.js';
|
|
20
20
|
import { c as capabilityFlagsFrom } from './capabilities-BuVYh-vx.js';
|
|
@@ -34,9 +34,9 @@ import { i as isHTMLSafe } from './index-D-xTBV4B.js';
|
|
|
34
34
|
import isArray from '../@ember/array/lib/is-array.js';
|
|
35
35
|
import { g as getComponentTemplate } from './template-Dc_cBOoX.js';
|
|
36
36
|
import { c as hasInternalComponentManager, j as setInternalHelperManager, g as getInternalComponentManager } from './api-DlJKfm_f.js';
|
|
37
|
-
import { h as hash, f as fn, a as array } from './hash-
|
|
38
|
-
import { g as get$1, c as concat } from './get-
|
|
39
|
-
import { o as on } from './on-
|
|
37
|
+
import { h as hash, f as fn, a as array } from './hash-BPZcn79q.js';
|
|
38
|
+
import { g as get$1, c as concat } from './get-CMIqiKkx.js';
|
|
39
|
+
import { o as on } from './on-Ch0e_hqJ.js';
|
|
40
40
|
import { T as TEMPLATE_ONLY_COMPONENT_MANAGER, t as templateOnlyComponent } from './template-only-DKNcKM5b.js';
|
|
41
41
|
import { i as isClassicHelper, C as CLASSIC_HELPER_MANAGER } from './helper-Df5MpdcT.js';
|
|
42
42
|
import { dasherize } from '../@ember/-internals/string/index.js';
|
|
@@ -2,7 +2,7 @@ import { associateDestroyableChild } from '../@glimmer/destroyable/index.js';
|
|
|
2
2
|
import { a as getInternalHelperManager, f as hasValue, h as hasDestroyable } from './api-DlJKfm_f.js';
|
|
3
3
|
import { getOwner } from '../@glimmer/owner/index.js';
|
|
4
4
|
import { e as createCache, g as getValue } from './cache-CofLhaS4.js';
|
|
5
|
-
import { E as EMPTY_ARGS, a as EMPTY_NAMED, b as EMPTY_POSITIONAL } from './arguments-
|
|
5
|
+
import { E as EMPTY_ARGS, a as EMPTY_NAMED, b as EMPTY_POSITIONAL } from './arguments-DxmU3uk4.js';
|
|
6
6
|
|
|
7
7
|
function getArgs(proxy) {
|
|
8
8
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion -- @fixme
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { toBool } from '../@glimmer/global-context/index.js';
|
|
2
2
|
import { c as createComputeRef, v as valueForRef } from './reference-CG0yPgLy.js';
|
|
3
|
-
import { i as internalHelper } from './hash-
|
|
3
|
+
import { i as internalHelper } from './hash-BPZcn79q.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Performs a strict equality comparison.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as check } from './arguments-
|
|
1
|
+
import { g as check } from './arguments-DxmU3uk4.js';
|
|
2
2
|
import { registerDestructor } from '../@glimmer/destroyable/index.js';
|
|
3
3
|
import { k as setInternalModifierManager } from './api-DlJKfm_f.js';
|
|
4
4
|
import { v as valueForRef } from './reference-CG0yPgLy.js';
|
|
@@ -4,7 +4,7 @@ import { U as UNDEFINED_REFERENCE, c as createComputeRef, v as valueForRef, f as
|
|
|
4
4
|
import { a as assert } from './assert-Zqc4wiAV.js';
|
|
5
5
|
import { P as ProgramImpl } from './program-BAh__OXZ.js';
|
|
6
6
|
import { t as track, U as UPDATE_TAG, o as beginTrackFrame, s as endTrackFrame } from './cache-CofLhaS4.js';
|
|
7
|
-
import { D as DebugRenderTreeImpl, i as isArgumentError, h as isCurriedType, d as curry, A as APPEND_OPCODES, g as check, j as resolveCurriedValue, f as reifyPositional, k as AssertFilter, V as VMArgumentsImpl, l as externs, J as JumpIfNotModifiedOpcode, B as BeginTrackFrameOpcode, m as EndTrackFrameOpcode } from './arguments-
|
|
7
|
+
import { D as DebugRenderTreeImpl, i as isArgumentError, h as isCurriedType, d as curry, A as APPEND_OPCODES, g as check, j as resolveCurriedValue, f as reifyPositional, k as AssertFilter, V as VMArgumentsImpl, l as externs, J as JumpIfNotModifiedOpcode, B as BeginTrackFrameOpcode, m as EndTrackFrameOpcode } from './arguments-DxmU3uk4.js';
|
|
8
8
|
import { B as BLACKLIST_TABLE, f as DOMOperations, D as DOMTreeConstruction, N as NewTreeBuilder } from './api-CQexacBn.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';
|
package/dist/prod/packages/shared-chunks/{setup-registry-DMAzVcVn.js → setup-registry-jfUHS-vs.js}
RENAMED
|
@@ -2,11 +2,11 @@ import { privatize } from '../@ember/-internals/container/index.js';
|
|
|
2
2
|
import { getOwner } from '../@ember/-internals/owner/index.js';
|
|
3
3
|
import { I as Input, T as Textarea } from './textarea-CQmTzSKe.js';
|
|
4
4
|
import { LinkTo } from '../@ember/routing/index.js';
|
|
5
|
-
import './render-
|
|
5
|
+
import './render-CO2mZxto.js';
|
|
6
6
|
import { c as clientBuilder } from './api-CQexacBn.js';
|
|
7
7
|
import { r as rehydrationBuilder } from './rehydrate-builder-Blt1x9MP.js';
|
|
8
8
|
import { s as serializeBuilder } from './serialize-builder-BvAXYHTr.js';
|
|
9
|
-
import { o as outletHelper, O as OutletView, R as Renderer } from './index-
|
|
9
|
+
import { o as outletHelper, O as OutletView, R as Renderer } from './index-DyYpsxuM.js';
|
|
10
10
|
import { t as templateFactory } from './index-Bf53M8eS.js';
|
|
11
11
|
|
|
12
12
|
const RootTemplate = templateFactory(
|
package/docs/data.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-source",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.1",
|
|
4
4
|
"description": "A JavaScript framework for creating ambitious web applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -367,6 +367,6 @@
|
|
|
367
367
|
}
|
|
368
368
|
},
|
|
369
369
|
"packageManager": "pnpm@10.33.2",
|
|
370
|
-
"_originalVersion": "7.2.
|
|
370
|
+
"_originalVersion": "7.2.1",
|
|
371
371
|
"_versionPreviouslyCalculated": true
|
|
372
372
|
}
|