ember-source 7.3.0-beta.1 → 7.3.0
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 +8 -8
- 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-DniR8eF2.js → arguments-BVmnQtAM.js} +5 -1
- package/dist/dev/packages/shared-chunks/{curly-BCD_vyHq.js → curly-qZIwixUW.js} +1 -1
- package/dist/dev/packages/shared-chunks/{get-zsePWrJL.js → get-BVBR6Afa.js} +2 -2
- package/dist/dev/packages/shared-chunks/{hash-BFu91gtE.js → hash-BcOgEgJg.js} +1 -1
- package/dist/dev/packages/shared-chunks/{index-B5gBbO_p.js → index-COgCjiy-.js} +4 -4
- package/dist/dev/packages/shared-chunks/{invoke-CgF42joE.js → invoke-BzXY_4h3.js} +1 -1
- package/dist/dev/packages/shared-chunks/{not-0cVb-rLf.js → not-CmLRAsFE.js} +1 -1
- package/dist/dev/packages/shared-chunks/{on-CVIjn2C-.js → on-DXmOUOBH.js} +1 -1
- package/dist/dev/packages/shared-chunks/{outlet-BO5-QFmm.js → outlet-D6v6ZBvX.js} +2 -2
- package/dist/dev/packages/shared-chunks/{render-D_Rawf-r.js → render-B5RULomD.js} +1 -1
- package/dist/dev/packages/shared-chunks/{setup-registry-Dp5dtaLa.js → setup-registry-CVtsD0q2.js} +5 -5
- 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 +8 -8
- 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-CCYATlEH.js → arguments-Carzx7C4.js} +5 -1
- package/dist/prod/packages/shared-chunks/{curly-CdvJuTyW.js → curly-xbTtts9R.js} +1 -1
- package/dist/prod/packages/shared-chunks/{get-CEjFJzGs.js → get-ZhOO_1qS.js} +2 -2
- package/dist/prod/packages/shared-chunks/{hash-BitfXhCx.js → hash-b373B4IL.js} +1 -1
- package/dist/prod/packages/shared-chunks/{index-C4VEqlp7.js → index-B-2NDHmt.js} +4 -4
- package/dist/prod/packages/shared-chunks/{invoke-4JGJYH7Z.js → invoke-B-r9UQVH.js} +1 -1
- package/dist/prod/packages/shared-chunks/{not-Dn5s9qVZ.js → not-DOTpWiG3.js} +1 -1
- package/dist/prod/packages/shared-chunks/{on-ov4KAucw.js → on-B-5KCq9L.js} +1 -1
- package/dist/prod/packages/shared-chunks/{outlet-BWnaVOrA.js → outlet-DDxtxFLV.js} +2 -2
- package/dist/prod/packages/shared-chunks/{render-BAVl5E6X.js → render-OqKpH1Pf.js} +1 -1
- package/dist/prod/packages/shared-chunks/{setup-registry-DI1Agp-0.js → setup-registry-CRFWTdVC.js} +5 -5
- package/docs/data.json +2 -2
- package/package.json +3 -6
- package/types/stable/@ember/-internals/glimmer/index.d.ts +1 -1
package/build-metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.3.0
|
|
2
|
+
"version": "7.3.0",
|
|
3
3
|
"buildType": "tag",
|
|
4
|
-
"SHA": "
|
|
5
|
-
"assetPath": "/tag/shas/
|
|
4
|
+
"SHA": "4bffdcad2967657793ebcbdb0b991ecb59d19cf7",
|
|
5
|
+
"assetPath": "/tag/shas/4bffdcad2967657793ebcbdb0b991ecb59d19cf7.tgz"
|
|
6
6
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-BYUSIu_W.js';
|
|
2
|
-
export { O as OutletView, R as Renderer, a as RootTemplate, s as setupApplicationRegistry, b as setupEngineRegistry } from '../../../shared-chunks/setup-registry-
|
|
2
|
+
export { O as OutletView, R as Renderer, a as RootTemplate, s as setupApplicationRegistry, b as setupEngineRegistry } from '../../../shared-chunks/setup-registry-CVtsD0q2.js';
|
|
3
3
|
export { I as Input, T as Textarea } from '../../../shared-chunks/textarea-DvS6Xmdh.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-
|
|
8
|
+
export { D as DOMChanges } from '../../../shared-chunks/render-B5RULomD.js';
|
|
9
9
|
export { D as DOMTreeConstruction } from '../../../shared-chunks/api-Dz70AUL_.js';
|
|
10
10
|
import '../../../@glimmer/destroyable/index.js';
|
|
11
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-Cgoi4ldD.js';
|
|
14
14
|
export { u as uniqueId } from '../../../shared-chunks/unique-id-Csxuh1I7.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-COgCjiy-.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
|
|
@@ -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-CVtsD0q2.js';
|
|
27
27
|
import RouterService from '../routing/router-service.js';
|
|
28
28
|
import { assert } from '../debug/lib/assert.js';
|
|
29
29
|
|
|
@@ -8,20 +8,20 @@ import '../debug/index.js';
|
|
|
8
8
|
import '../../@glimmer/destroyable/index.js';
|
|
9
9
|
import '../../shared-chunks/reference-BqOLhKFy.js';
|
|
10
10
|
import '../../shared-chunks/api-Dz70AUL_.js';
|
|
11
|
-
import '../../shared-chunks/arguments-
|
|
11
|
+
import '../../shared-chunks/arguments-BVmnQtAM.js';
|
|
12
12
|
import '../../shared-chunks/cache-DGDPVCpC.js';
|
|
13
|
-
import '../../shared-chunks/render-
|
|
13
|
+
import '../../shared-chunks/render-B5RULomD.js';
|
|
14
14
|
import '../../@glimmer/global-context/index.js';
|
|
15
|
-
import '../../shared-chunks/curly-
|
|
16
|
-
import '../../shared-chunks/outlet-
|
|
15
|
+
import '../../shared-chunks/curly-qZIwixUW.js';
|
|
16
|
+
import '../../shared-chunks/outlet-D6v6ZBvX.js';
|
|
17
17
|
import '../../shared-chunks/container-BzzHmCNj.js';
|
|
18
18
|
import '../../shared-chunks/env-g-kaAFLN.js';
|
|
19
19
|
import '../../shared-chunks/capabilities-CajW4QjE.js';
|
|
20
|
-
import '../../shared-chunks/hash-
|
|
21
|
-
import '../../shared-chunks/get-
|
|
22
|
-
import '../../shared-chunks/on-
|
|
20
|
+
import '../../shared-chunks/hash-BcOgEgJg.js';
|
|
21
|
+
import '../../shared-chunks/get-BVBR6Afa.js';
|
|
22
|
+
import '../../shared-chunks/on-DXmOUOBH.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-COgCjiy-.js';
|
|
25
25
|
import '../../shared-chunks/unique-id-Csxuh1I7.js';
|
|
26
26
|
import '../runloop/index.js';
|
|
27
27
|
import EmberRouter from '../routing/router.js';
|
|
@@ -14,7 +14,7 @@ import { s as setInternalComponentManager } from '../../shared-chunks/api-DuLOZM
|
|
|
14
14
|
import { d as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-BqOLhKFy.js';
|
|
15
15
|
import { n as normalizeProperty } from '../../shared-chunks/props-fiqxqhAH.js';
|
|
16
16
|
import { r as createTag, D as DIRTY_TAG$1 } from '../../shared-chunks/cache-DGDPVCpC.js';
|
|
17
|
-
import { I as IS_DISPATCHING_ATTRS, D as DIRTY_TAG, B as BOUNDS, g as getComponentCapturedArgs, b as CURLY_COMPONENT_MANAGER } from '../../shared-chunks/curly-
|
|
17
|
+
import { I as IS_DISPATCHING_ATTRS, D as DIRTY_TAG, B as BOUNDS, g as getComponentCapturedArgs, b as CURLY_COMPONENT_MANAGER } from '../../shared-chunks/curly-qZIwixUW.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-cXUp-SK3.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-CVtsD0q2.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-BzXY_4h3.js';
|
|
4
|
+
import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-BcOgEgJg.js';
|
|
5
|
+
import { c as concat$1, g as get$1 } from '../../shared-chunks/get-BVBR6Afa.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-CmLRAsFE.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-DXmOUOBH.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-COgCjiy-.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-CmLRAsFE.js';
|
|
2
|
+
import { h as hash, f as fn, a as array } from '../../../shared-chunks/hash-BcOgEgJg.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-B5RULomD.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-BVmnQtAM.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-CmLRAsFE.js';
|
|
7
|
+
export { a as array, f as fn, h as hash } from '../../shared-chunks/hash-BcOgEgJg.js';
|
|
8
|
+
export { c as concat, g as get } from '../../shared-chunks/get-BVBR6Afa.js';
|
|
9
|
+
export { i as invokeHelper } from '../../shared-chunks/invoke-BzXY_4h3.js';
|
|
10
|
+
export { o as on } from '../../shared-chunks/on-DXmOUOBH.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';
|
|
@@ -799,7 +799,11 @@ APPEND_OPCODES.add(VM_DYNAMIC_MODIFIER_OP, vm => {
|
|
|
799
799
|
}
|
|
800
800
|
}
|
|
801
801
|
if (!isConstRef(ref) || tag) {
|
|
802
|
-
|
|
802
|
+
let updateOpcode = new UpdateDynamicModifierOpcode(tag, instance, instanceRef);
|
|
803
|
+
|
|
804
|
+
// The block must own this opcode, or instances created on update are never destroyed.
|
|
805
|
+
vm.associateDestroyable(updateOpcode);
|
|
806
|
+
return vm.updateWith(updateOpcode);
|
|
803
807
|
}
|
|
804
808
|
});
|
|
805
809
|
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-BVmnQtAM.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-DXwpgTe7.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-BVmnQtAM.js';
|
|
3
|
+
import { i as internalHelper } from './hash-BcOgEgJg.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-BVmnQtAM.js';
|
|
3
3
|
import { j as setInternalHelperManager } from './api-DuLOZMO_.js';
|
|
4
4
|
|
|
5
5
|
function internalHelper(helper) {
|
|
@@ -5,7 +5,7 @@ import { associateDestroyableChild, destroy, registerDestructor, isDestroyed, is
|
|
|
5
5
|
import { artifacts } from '../@glimmer/program/index.js';
|
|
6
6
|
import { R as RuntimeOpImpl } from './program-DlgjqLa6.js';
|
|
7
7
|
import { c as clientBuilder } from './api-Dz70AUL_.js';
|
|
8
|
-
import { g as runtimeOptions, i as inTransaction, r as renderComponent$1 } from './render-
|
|
8
|
+
import { g as runtimeOptions, i as inTransaction, r as renderComponent$1 } from './render-B5RULomD.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-DXwpgTe7.js';
|
|
@@ -28,9 +28,9 @@ import { isFactory } from '../@ember/-internals/owner/index.js';
|
|
|
28
28
|
import { _instrumentStart } from '../@ember/instrumentation/index.js';
|
|
29
29
|
import { g as getComponentTemplate } from './template-R_5UMHhb.js';
|
|
30
30
|
import { a as getInternalHelperManager, j as setInternalHelperManager, g as getInternalComponentManager } from './api-DuLOZMO_.js';
|
|
31
|
-
import { h as hash, f as fn, a as array } from './hash-
|
|
32
|
-
import { g as get, c as concat } from './get-
|
|
33
|
-
import { o as on } from './on-
|
|
31
|
+
import { h as hash, f as fn, a as array } from './hash-BcOgEgJg.js';
|
|
32
|
+
import { g as get, c as concat } from './get-BVBR6Afa.js';
|
|
33
|
+
import { o as on } from './on-DXmOUOBH.js';
|
|
34
34
|
import { T as TEMPLATE_ONLY_COMPONENT_MANAGER, t as templateOnlyComponent } from './template-only-Cu639ICT.js';
|
|
35
35
|
import { i as isCurlyManager } from './curly-brand-B_F79Dep.js';
|
|
36
36
|
import { i as isClassicHelper } from './helper-brand-C9_8vvOf.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-BVmnQtAM.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-BcOgEgJg.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-BVmnQtAM.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';
|
|
@@ -2,8 +2,8 @@ import '../@ember/debug/index.js';
|
|
|
2
2
|
import { _instrumentStart } from '../@ember/instrumentation/index.js';
|
|
3
3
|
import { c as capabilityFlagsFrom } from './capabilities-CajW4QjE.js';
|
|
4
4
|
import { v as valueForRef, U as UNDEFINED_REFERENCE } from './reference-BqOLhKFy.js';
|
|
5
|
-
import { E as EMPTY_ARGS } from './arguments-
|
|
6
|
-
import { u as unwrapTemplate } from './curly-
|
|
5
|
+
import { E as EMPTY_ARGS } from './arguments-BVmnQtAM.js';
|
|
6
|
+
import { u as unwrapTemplate } from './curly-qZIwixUW.js';
|
|
7
7
|
import { t as templateFactory } from './index-BYUSIu_W.js';
|
|
8
8
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
9
9
|
|
|
@@ -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-BVmnQtAM.js';
|
|
8
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';
|
package/dist/dev/packages/shared-chunks/{setup-registry-Dp5dtaLa.js → setup-registry-CVtsD0q2.js}
RENAMED
|
@@ -3,7 +3,7 @@ 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-DvS6Xmdh.js';
|
|
5
5
|
import { LinkTo } from '../@ember/routing/index.js';
|
|
6
|
-
import { i as inTransaction, d as renderMain } from './render-
|
|
6
|
+
import { i as inTransaction, d as renderMain } from './render-B5RULomD.js';
|
|
7
7
|
import { c as clientBuilder } from './api-Dz70AUL_.js';
|
|
8
8
|
import { r as rehydrationBuilder } from './rehydrate-builder-CsnkZkur.js';
|
|
9
9
|
import { s as serializeBuilder } from './serialize-builder-D1oAeiyl.js';
|
|
@@ -11,16 +11,16 @@ import { g as guidFor } from './guid-Cbq2sNV_.js';
|
|
|
11
11
|
import { getViewId, getViewElement } from '../@ember/-internals/views/lib/system/utils.js';
|
|
12
12
|
import { associateDestroyableChild, isDestroyed, destroy, isDestroying } from '../@glimmer/destroyable/index.js';
|
|
13
13
|
import { a as createConstRef, v as valueForRef, c as createComputeRef, h as createDebugAliasRef, g as childRefFromParts, u as updateRef, U as UNDEFINED_REFERENCE } from './reference-BqOLhKFy.js';
|
|
14
|
-
import { c as createCapturedArgs, b as EMPTY_POSITIONAL, d as curry } from './arguments-
|
|
14
|
+
import { c as createCapturedArgs, b as EMPTY_POSITIONAL, d as curry } from './arguments-BVmnQtAM.js';
|
|
15
15
|
import { d as dict } from './collections-DPkjqeA3.js';
|
|
16
|
-
import { C as CurlyComponentManager, i as initialRenderInstrumentDetails, p as processComponentInitializationAssertions, a as ComponentStateBucket, D as DIRTY_TAG, u as unwrapTemplate, B as BOUNDS } from './curly-
|
|
17
|
-
import { O as OutletComponent, c as createRootOutlet } from './outlet-
|
|
16
|
+
import { C as CurlyComponentManager, i as initialRenderInstrumentDetails, p as processComponentInitializationAssertions, a as ComponentStateBucket, D as DIRTY_TAG, u as unwrapTemplate, B as BOUNDS } from './curly-qZIwixUW.js';
|
|
17
|
+
import { O as OutletComponent, c as createRootOutlet } from './outlet-D6v6ZBvX.js';
|
|
18
18
|
import { g as getFactoryFor } from './container-BzzHmCNj.js';
|
|
19
19
|
import { _instrumentStart } from '../@ember/instrumentation/index.js';
|
|
20
20
|
import { c as capabilityFlagsFrom } from './capabilities-CajW4QjE.js';
|
|
21
21
|
import { C as CONSTANT_TAG, c as consumeTag, D as DIRTY_TAG$1, r as createTag } from './cache-DGDPVCpC.js';
|
|
22
22
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
23
|
-
import { R as ResolverImpl, B as BaseRenderer, e as errorLoopTransaction } from './index-
|
|
23
|
+
import { R as ResolverImpl, B as BaseRenderer, e as errorLoopTransaction } from './index-COgCjiy-.js';
|
|
24
24
|
import { generateControllerFactory } from '../@ember/routing/lib/generate_controller.js';
|
|
25
25
|
import { i as internalHelper } from './internal-helper-CKrni0b_.js';
|
|
26
26
|
import { c as hasInternalComponentManager } from './api-DuLOZMO_.js';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-kwuZeaNz.js';
|
|
2
|
-
export { O as OutletView, R as Renderer, a as RootTemplate, s as setupApplicationRegistry, b as setupEngineRegistry } from '../../../shared-chunks/setup-registry-
|
|
2
|
+
export { O as OutletView, R as Renderer, a as RootTemplate, s as setupApplicationRegistry, b as setupEngineRegistry } from '../../../shared-chunks/setup-registry-CRFWTdVC.js';
|
|
3
3
|
export { I as Input, T as Textarea } from '../../../shared-chunks/textarea-B-sssXGa.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-
|
|
8
|
+
export { D as DOMChanges } from '../../../shared-chunks/render-OqKpH1Pf.js';
|
|
9
9
|
export { D as DOMTreeConstruction } from '../../../shared-chunks/api-DzOa0Acr.js';
|
|
10
10
|
export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-n_8RCUj9.js';
|
|
11
11
|
export { NodeDOMTreeConstruction } from '../../../@glimmer/node/index.js';
|
|
12
12
|
export { e as element } from '../../../shared-chunks/element-BmBjPjkQ.js';
|
|
13
13
|
export { u as uniqueId } from '../../../shared-chunks/unique-id-BJb1p8EG.js';
|
|
14
|
-
export { _ as _resetRenderers, r as renderComponent, a as renderSettled } from '../../../shared-chunks/index-
|
|
14
|
+
export { _ as _resetRenderers, r as renderComponent, a as renderSettled } from '../../../shared-chunks/index-B-2NDHmt.js';
|
|
15
15
|
export { c as componentCapabilities, m as modifierCapabilities } from '../../../shared-chunks/api-B_poQGXS.js';
|
|
16
16
|
|
|
17
17
|
// STATE within a module is frowned upon, this exists
|
|
@@ -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-CRFWTdVC.js';
|
|
27
27
|
import RouterService from '../routing/router-service.js';
|
|
28
28
|
|
|
29
29
|
/**
|
|
@@ -5,18 +5,18 @@ import EngineInstance from '../engine/instance.js';
|
|
|
5
5
|
import '../-internals/container/index.js';
|
|
6
6
|
import '../../shared-chunks/guid-Cbq2sNV_.js';
|
|
7
7
|
import '../../shared-chunks/reference-CG0yPgLy.js';
|
|
8
|
-
import '../../shared-chunks/arguments-
|
|
8
|
+
import '../../shared-chunks/arguments-Carzx7C4.js';
|
|
9
9
|
import '../../shared-chunks/cache-CofLhaS4.js';
|
|
10
|
-
import '../../shared-chunks/render-
|
|
11
|
-
import '../../shared-chunks/curly-
|
|
12
|
-
import '../../shared-chunks/outlet-
|
|
10
|
+
import '../../shared-chunks/render-OqKpH1Pf.js';
|
|
11
|
+
import '../../shared-chunks/curly-xbTtts9R.js';
|
|
12
|
+
import '../../shared-chunks/outlet-DDxtxFLV.js';
|
|
13
13
|
import '../../shared-chunks/env-DXxsTFkM.js';
|
|
14
14
|
import '../../shared-chunks/capabilities-BuVYh-vx.js';
|
|
15
|
-
import '../../shared-chunks/hash-
|
|
16
|
-
import '../../shared-chunks/get-
|
|
17
|
-
import '../../shared-chunks/on-
|
|
15
|
+
import '../../shared-chunks/hash-b373B4IL.js';
|
|
16
|
+
import '../../shared-chunks/get-ZhOO_1qS.js';
|
|
17
|
+
import '../../shared-chunks/on-B-5KCq9L.js';
|
|
18
18
|
import '../../shared-chunks/template-only-DKNcKM5b.js';
|
|
19
|
-
import { a as renderSettled } from '../../shared-chunks/index-
|
|
19
|
+
import { a as renderSettled } from '../../shared-chunks/index-B-2NDHmt.js';
|
|
20
20
|
import '../../shared-chunks/unique-id-BJb1p8EG.js';
|
|
21
21
|
import '../runloop/index.js';
|
|
22
22
|
import '../routing/router.js';
|
|
@@ -13,7 +13,7 @@ import { s as setInternalComponentManager } from '../../shared-chunks/api-DlJKfm
|
|
|
13
13
|
import { b as isUpdatableRef, u as updateRef } from '../../shared-chunks/reference-CG0yPgLy.js';
|
|
14
14
|
import { n as normalizeProperty } from '../../shared-chunks/props-fiqxqhAH.js';
|
|
15
15
|
import { r as createTag, D as DIRTY_TAG$1 } from '../../shared-chunks/cache-CofLhaS4.js';
|
|
16
|
-
import { I as IS_DISPATCHING_ATTRS, D as DIRTY_TAG, B as BOUNDS, g as getComponentCapturedArgs, b as CURLY_COMPONENT_MANAGER } from '../../shared-chunks/curly-
|
|
16
|
+
import { I as IS_DISPATCHING_ATTRS, D as DIRTY_TAG, B as BOUNDS, g as getComponentCapturedArgs, b as CURLY_COMPONENT_MANAGER } from '../../shared-chunks/curly-xbTtts9R.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-B-sssXGa.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-xC654tCo.js';
|
|
13
13
|
import RoutingService from '../routing/lib/routing-service.js';
|
|
14
|
-
import { b as setupEngineRegistry } from '../../shared-chunks/setup-registry-
|
|
14
|
+
import { b as setupEngineRegistry } from '../../shared-chunks/setup-registry-CRFWTdVC.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-B-r9UQVH.js';
|
|
4
|
+
import { a as array$1, f as fn$1, h as hash$1 } from '../../shared-chunks/hash-b373B4IL.js';
|
|
5
|
+
import { c as concat$1, g as get$1 } from '../../shared-chunks/get-ZhOO_1qS.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-DOTpWiG3.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-B-5KCq9L.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-B-2NDHmt.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-DOTpWiG3.js';
|
|
2
|
+
import { h as hash, f as fn, a as array } from '../../../shared-chunks/hash-b373B4IL.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-OqKpH1Pf.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-Carzx7C4.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-DOTpWiG3.js';
|
|
7
|
+
export { a as array, f as fn, h as hash } from '../../shared-chunks/hash-b373B4IL.js';
|
|
8
|
+
export { c as concat, g as get } from '../../shared-chunks/get-ZhOO_1qS.js';
|
|
9
|
+
export { i as invokeHelper } from '../../shared-chunks/invoke-B-r9UQVH.js';
|
|
10
|
+
export { o as on } from '../../shared-chunks/on-B-5KCq9L.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';
|
|
@@ -757,7 +757,11 @@ APPEND_OPCODES.add(VM_DYNAMIC_MODIFIER_OP, vm => {
|
|
|
757
757
|
}
|
|
758
758
|
}
|
|
759
759
|
if (!isConstRef(ref) || tag) {
|
|
760
|
-
|
|
760
|
+
let updateOpcode = new UpdateDynamicModifierOpcode(tag, instance, instanceRef);
|
|
761
|
+
|
|
762
|
+
// The block must own this opcode, or instances created on update are never destroyed.
|
|
763
|
+
vm.associateDestroyable(updateOpcode);
|
|
764
|
+
return vm.updateWith(updateOpcode);
|
|
761
765
|
}
|
|
762
766
|
});
|
|
763
767
|
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-Carzx7C4.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-DuDs6rLg.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-Carzx7C4.js';
|
|
3
|
+
import { i as internalHelper } from './hash-b373B4IL.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-Carzx7C4.js';
|
|
3
3
|
import { j as setInternalHelperManager } from './api-DlJKfm_f.js';
|
|
4
4
|
|
|
5
5
|
/* eslint-disable @typescript-eslint/no-empty-object-type */
|
|
@@ -6,7 +6,7 @@ import { associateDestroyableChild, destroy, registerDestructor, isDestroyed, is
|
|
|
6
6
|
import { artifacts } from '../@glimmer/program/index.js';
|
|
7
7
|
import { R as RuntimeOpImpl } from './program-BAh__OXZ.js';
|
|
8
8
|
import { c as clientBuilder } from './api-DzOa0Acr.js';
|
|
9
|
-
import { g as runtimeOptions, i as inTransaction, r as renderComponent$1 } from './render-
|
|
9
|
+
import { g as runtimeOptions, i as inTransaction, r as renderComponent$1 } from './render-OqKpH1Pf.js';
|
|
10
10
|
import { c as consumeTag, f as isTracking, a as valueForTag, k as CURRENT_TAG, v as validateTag } from './cache-CofLhaS4.js';
|
|
11
11
|
import { g as get$1, a as _getProp } from './property_get-DuDs6rLg.js';
|
|
12
12
|
import { _ as _setProp, s as set } from './property_set-BmAQ0MGK.js';
|
|
@@ -26,9 +26,9 @@ import { isFactory } from '../@ember/-internals/owner/index.js';
|
|
|
26
26
|
import { _instrumentStart } from '../@ember/instrumentation/index.js';
|
|
27
27
|
import { g as getComponentTemplate } from './template-Dc_cBOoX.js';
|
|
28
28
|
import { a as getInternalHelperManager, j as setInternalHelperManager, g as getInternalComponentManager } from './api-DlJKfm_f.js';
|
|
29
|
-
import { h as hash, f as fn, a as array } from './hash-
|
|
30
|
-
import { g as get, c as concat } from './get-
|
|
31
|
-
import { o as on } from './on-
|
|
29
|
+
import { h as hash, f as fn, a as array } from './hash-b373B4IL.js';
|
|
30
|
+
import { g as get, c as concat } from './get-ZhOO_1qS.js';
|
|
31
|
+
import { o as on } from './on-B-5KCq9L.js';
|
|
32
32
|
import { T as TEMPLATE_ONLY_COMPONENT_MANAGER, t as templateOnlyComponent } from './template-only-DKNcKM5b.js';
|
|
33
33
|
import { i as isCurlyManager } from './curly-brand-B_F79Dep.js';
|
|
34
34
|
import { i as isClassicHelper } from './helper-brand-C9_8vvOf.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-Carzx7C4.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-b373B4IL.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-Carzx7C4.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';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _instrumentStart } from '../@ember/instrumentation/index.js';
|
|
2
2
|
import { c as capabilityFlagsFrom } from './capabilities-BuVYh-vx.js';
|
|
3
3
|
import { v as valueForRef, U as UNDEFINED_REFERENCE } from './reference-CG0yPgLy.js';
|
|
4
|
-
import { E as EMPTY_ARGS } from './arguments-
|
|
5
|
-
import { u as unwrapTemplate } from './curly-
|
|
4
|
+
import { E as EMPTY_ARGS } from './arguments-Carzx7C4.js';
|
|
5
|
+
import { u as unwrapTemplate } from './curly-xbTtts9R.js';
|
|
6
6
|
import { t as templateFactory } from './index-kwuZeaNz.js';
|
|
7
7
|
|
|
8
8
|
function instrumentationPayload(def) {
|
|
@@ -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-Carzx7C4.js';
|
|
8
8
|
import { B as BLACKLIST_TABLE, f as DOMOperations, D as DOMTreeConstruction, N as NewTreeBuilder } from './api-DzOa0Acr.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-DI1Agp-0.js → setup-registry-CRFWTdVC.js}
RENAMED
|
@@ -2,7 +2,7 @@ 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-B-sssXGa.js';
|
|
4
4
|
import { LinkTo } from '../@ember/routing/index.js';
|
|
5
|
-
import { i as inTransaction, d as renderMain } from './render-
|
|
5
|
+
import { i as inTransaction, d as renderMain } from './render-OqKpH1Pf.js';
|
|
6
6
|
import { c as clientBuilder } from './api-DzOa0Acr.js';
|
|
7
7
|
import { r as rehydrationBuilder } from './rehydrate-builder-n_8RCUj9.js';
|
|
8
8
|
import { s as serializeBuilder } from './serialize-builder-CsG9WHVw.js';
|
|
@@ -10,15 +10,15 @@ import { g as guidFor } from './guid-Cbq2sNV_.js';
|
|
|
10
10
|
import { getViewId, getViewElement } from '../@ember/-internals/views/lib/system/utils.js';
|
|
11
11
|
import { associateDestroyableChild, isDestroyed, destroy, isDestroying } from '../@glimmer/destroyable/index.js';
|
|
12
12
|
import { a as createConstRef, v as valueForRef, c as createComputeRef, g as childRefFromParts, u as updateRef, U as UNDEFINED_REFERENCE } from './reference-CG0yPgLy.js';
|
|
13
|
-
import { c as createCapturedArgs, b as EMPTY_POSITIONAL, d as curry } from './arguments-
|
|
13
|
+
import { c as createCapturedArgs, b as EMPTY_POSITIONAL, d as curry } from './arguments-Carzx7C4.js';
|
|
14
14
|
import { d as dict } from './collections-GpG8lT2g.js';
|
|
15
|
-
import { C as CurlyComponentManager, i as initialRenderInstrumentDetails, a as ComponentStateBucket, D as DIRTY_TAG, u as unwrapTemplate, B as BOUNDS } from './curly-
|
|
16
|
-
import { O as OutletComponent, c as createRootOutlet } from './outlet-
|
|
15
|
+
import { C as CurlyComponentManager, i as initialRenderInstrumentDetails, a as ComponentStateBucket, D as DIRTY_TAG, u as unwrapTemplate, B as BOUNDS } from './curly-xbTtts9R.js';
|
|
16
|
+
import { O as OutletComponent, c as createRootOutlet } from './outlet-DDxtxFLV.js';
|
|
17
17
|
import { g as getFactoryFor } from './container-BYOnjnwz.js';
|
|
18
18
|
import { _instrumentStart } from '../@ember/instrumentation/index.js';
|
|
19
19
|
import { c as capabilityFlagsFrom } from './capabilities-BuVYh-vx.js';
|
|
20
20
|
import { C as CONSTANT_TAG, c as consumeTag, D as DIRTY_TAG$1, r as createTag } from './cache-CofLhaS4.js';
|
|
21
|
-
import { R as ResolverImpl, B as BaseRenderer, e as errorLoopTransaction } from './index-
|
|
21
|
+
import { R as ResolverImpl, B as BaseRenderer, e as errorLoopTransaction } from './index-B-2NDHmt.js';
|
|
22
22
|
import { generateControllerFactory } from '../@ember/routing/lib/generate_controller.js';
|
|
23
23
|
import { i as internalHelper } from './internal-helper-Bz1lpDXr.js';
|
|
24
24
|
import { c as hasInternalComponentManager } from './api-DlJKfm_f.js';
|
package/docs/data.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "The Ember API",
|
|
4
4
|
"description": "The Ember API: a framework for building ambitious web applications",
|
|
5
5
|
"url": "https://emberjs.com/",
|
|
6
|
-
"version": "7.3.0
|
|
6
|
+
"version": "7.3.0"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"node_modules/rsvp/lib/rsvp/promise/all.js": {
|
|
@@ -3519,7 +3519,7 @@
|
|
|
3519
3519
|
"namespace": "",
|
|
3520
3520
|
"file": "packages/@ember/-internals/glimmer/index.ts",
|
|
3521
3521
|
"line": 104,
|
|
3522
|
-
"description": "## Looking for template keywords and helpers? \n \n See [@ember/helper](
|
|
3522
|
+
"description": "## Looking for template keywords and helpers? \n \n See [@ember/helper](../../modules/@ember%2Fhelper).",
|
|
3523
3523
|
"access": "public",
|
|
3524
3524
|
"tagname": ""
|
|
3525
3525
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-source",
|
|
3
|
-
"version": "7.3.0
|
|
3
|
+
"version": "7.3.0",
|
|
4
4
|
"description": "A JavaScript framework for creating ambitious web applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -370,9 +370,6 @@
|
|
|
370
370
|
}
|
|
371
371
|
},
|
|
372
372
|
"packageManager": "pnpm@10.33.2",
|
|
373
|
-
"_originalVersion": "7.3.0
|
|
374
|
-
"_versionPreviouslyCalculated": true
|
|
375
|
-
"publishConfig": {
|
|
376
|
-
"tag": "beta"
|
|
377
|
-
}
|
|
373
|
+
"_originalVersion": "7.3.0",
|
|
374
|
+
"_versionPreviouslyCalculated": true
|
|
378
375
|
}
|
|
@@ -104,7 +104,7 @@ declare module '@ember/-internals/glimmer' {
|
|
|
104
104
|
|
|
105
105
|
## Looking for template keywords and helpers?
|
|
106
106
|
|
|
107
|
-
See [@ember/helper](
|
|
107
|
+
See [@ember/helper](../../modules/@ember%2Fhelper).
|
|
108
108
|
|
|
109
109
|
@class Ember.Templates.helpers
|
|
110
110
|
@public
|