ember-source 7.1.0-alpha.2 → 7.1.0-alpha.3
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 +7 -7
- package/dist/dev/packages/@ember/application/index.js +5 -5
- package/dist/dev/packages/@ember/application/instance.js +4 -4
- package/dist/dev/packages/@ember/component/helper.js +4 -4
- package/dist/dev/packages/@ember/component/index.js +4 -4
- package/dist/dev/packages/@ember/component/template-only.js +2 -2
- package/dist/dev/packages/@ember/engine/index.js +5 -5
- package/dist/dev/packages/@ember/helper/index.js +5 -5
- package/dist/dev/packages/@ember/modifier/index.js +4 -4
- package/dist/dev/packages/@ember/modifier/on.js +2 -2
- package/dist/dev/packages/@ember/renderer/index.js +4 -4
- package/dist/dev/packages/@ember/routing/index.js +4 -4
- package/dist/dev/packages/@ember/template/index.js +4 -4
- package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +7 -5
- package/dist/dev/packages/@ember/template-compiler/lib/plugins/auto-import-builtins.js +18 -0
- package/dist/dev/packages/@ember/template-compiler/lib/plugins/index.js +1 -1
- package/dist/dev/packages/@ember/template-compiler/lib/plugins/transform-resolutions.js +1 -1
- package/dist/dev/packages/@ember/template-compiler/lib/template.js +2 -2
- package/dist/dev/packages/@ember/template-factory/index.js +1 -1
- package/dist/dev/packages/@glimmer/destroyable/index.js +5 -1
- package/dist/dev/packages/@glimmer/node/index.js +4 -4
- package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
- package/dist/dev/packages/@glimmer/program/index.js +1 -1
- package/dist/dev/packages/@glimmer/runtime/index.js +5 -5
- package/dist/dev/packages/ember/version.js +1 -1
- package/dist/dev/packages/ember-template-compiler/index.js +3 -3
- package/dist/dev/packages/shared-chunks/{compiler-BenCxenr.js → compiler-D1leQ3Gl.js} +90 -88
- package/dist/dev/packages/shared-chunks/{constants-DKn6zqFX.js → constants-p7AL-pog.js} +1 -1
- package/dist/dev/packages/shared-chunks/{dynamic-Cu9Xpdzc.js → dynamic-BfDKO5NI.js} +6 -7
- package/dist/dev/packages/shared-chunks/{element-builder-Dw_Ic9cD.js → element-builder-DO43ztVP.js} +2 -2
- package/dist/dev/packages/shared-chunks/{index-CtPSmMCE.js → index-BUPd6pkm.js} +15 -17
- package/dist/dev/packages/shared-chunks/{index-AD_RxZjB.js → index-QZstta6s.js} +6 -6
- package/dist/dev/packages/shared-chunks/{invoke-D0D6CvD5.js → invoke-CgfoEtMT.js} +1 -1
- package/dist/dev/packages/shared-chunks/{program-context-yOi1EExe.js → program-context-sJz0oHOA.js} +1 -1
- package/dist/dev/packages/shared-chunks/{rehydrate-builder-CfBtYUkk.js → rehydrate-builder-CEk2KOIk.js} +3 -5
- package/dist/dev/packages/shared-chunks/{render-t-LAXUYI.js → render-C1HzKUcM.js} +4 -4
- package/dist/dev/packages/shared-chunks/{serialize-builder-BUG9CxHC.js → serialize-builder-CPKxdfiH.js} +3 -3
- package/dist/dev/packages/shared-chunks/{setup-registry-CxXWLs26.js → setup-registry-B7-RknRf.js} +6 -6
- package/dist/dev/packages/shared-chunks/{transform-resolutions-fXGQKGsL.js → transform-resolutions-D-YtZ0_g.js} +2 -2
- package/dist/prod/packages/@ember/-internals/glimmer/index.js +9 -9
- package/dist/prod/packages/@ember/-internals/metal/index.js +10 -10
- package/dist/prod/packages/@ember/-internals/routing/index.js +2 -2
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +4 -4
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +2 -2
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +3 -3
- package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +2 -2
- package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +3 -3
- package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +3 -3
- package/dist/prod/packages/@ember/application/index.js +8 -8
- package/dist/prod/packages/@ember/application/instance.js +8 -8
- package/dist/prod/packages/@ember/application/namespace.js +3 -3
- package/dist/prod/packages/@ember/array/index.js +5 -5
- package/dist/prod/packages/@ember/array/proxy.js +5 -5
- package/dist/prod/packages/@ember/component/helper.js +6 -6
- package/dist/prod/packages/@ember/component/index.js +6 -6
- package/dist/prod/packages/@ember/component/template-only.js +4 -4
- package/dist/prod/packages/@ember/controller/index.js +4 -4
- package/dist/prod/packages/@ember/debug/container-debug-adapter.js +2 -2
- package/dist/prod/packages/@ember/debug/data-adapter.js +2 -2
- package/dist/prod/packages/@ember/engine/index.js +9 -9
- package/dist/prod/packages/@ember/helper/index.js +8 -8
- package/dist/prod/packages/@ember/modifier/index.js +6 -6
- package/dist/prod/packages/@ember/modifier/on.js +4 -4
- package/dist/prod/packages/@ember/object/-internals.js +2 -2
- package/dist/prod/packages/@ember/object/compat.js +2 -2
- package/dist/prod/packages/@ember/object/computed.js +4 -4
- package/dist/prod/packages/@ember/object/core.js +2 -2
- package/dist/prod/packages/@ember/object/evented.js +3 -3
- package/dist/prod/packages/@ember/object/events.js +2 -2
- package/dist/prod/packages/@ember/object/index.js +6 -6
- package/dist/prod/packages/@ember/object/internals.js +2 -2
- package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +5 -5
- package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +3 -3
- package/dist/prod/packages/@ember/object/mixin.js +3 -3
- package/dist/prod/packages/@ember/object/observable.js +5 -5
- package/dist/prod/packages/@ember/object/observers.js +2 -2
- package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +4 -4
- package/dist/prod/packages/@ember/renderer/index.js +6 -6
- package/dist/prod/packages/@ember/routing/index.js +6 -6
- package/dist/prod/packages/@ember/routing/lib/generate_controller.js +2 -2
- package/dist/prod/packages/@ember/routing/lib/routing-service.js +2 -2
- package/dist/prod/packages/@ember/routing/lib/utils.js +2 -2
- package/dist/prod/packages/@ember/routing/route.js +6 -6
- package/dist/prod/packages/@ember/routing/router-service.js +2 -2
- package/dist/prod/packages/@ember/routing/router.js +4 -4
- package/dist/prod/packages/@ember/runloop/index.js +2 -2
- package/dist/prod/packages/@ember/service/index.js +3 -3
- package/dist/prod/packages/@ember/template/index.js +6 -6
- package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +9 -7
- package/dist/prod/packages/@ember/template-compiler/lib/plugins/auto-import-builtins.js +18 -0
- package/dist/prod/packages/@ember/template-compiler/lib/plugins/index.js +1 -1
- package/dist/prod/packages/@ember/template-compiler/lib/plugins/transform-resolutions.js +1 -1
- package/dist/prod/packages/@ember/template-compiler/lib/template.js +4 -4
- package/dist/prod/packages/@ember/template-factory/index.js +3 -3
- package/dist/prod/packages/@ember/utils/lib/is_empty.js +2 -2
- package/dist/prod/packages/@glimmer/destroyable/index.js +5 -1
- package/dist/prod/packages/@glimmer/manager/index.js +4 -4
- package/dist/prod/packages/@glimmer/node/index.js +6 -6
- package/dist/prod/packages/@glimmer/opcode-compiler/index.js +3 -3
- package/dist/prod/packages/@glimmer/program/index.js +1 -1
- package/dist/prod/packages/@glimmer/runtime/index.js +6 -6
- package/dist/prod/packages/@glimmer/tracking/index.js +3 -3
- package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +2 -2
- package/dist/prod/packages/ember/version.js +1 -1
- package/dist/prod/packages/ember-template-compiler/index.js +4 -4
- package/dist/prod/packages/shared-chunks/{alias-BkT-0B1G.js → alias-BLBQkche.js} +3 -3
- package/dist/prod/packages/shared-chunks/{api-Co-k4HVs.js → api-DtWa0ZaF.js} +1 -1
- package/dist/prod/packages/shared-chunks/{array-EwekEvId.js → array-kVQfzrQn.js} +2 -2
- package/dist/prod/packages/shared-chunks/{capabilities-DGmQ_mz4.js → capabilities-DXA-L0iT.js} +1 -1
- package/dist/prod/packages/shared-chunks/{compiler-Rwrmj1ki.js → compiler-Bbki2GT_.js} +53 -92
- package/dist/prod/packages/shared-chunks/{constants-CB3pk7dH.js → constants-2M371WiB.js} +4 -4
- package/dist/prod/packages/shared-chunks/{element-builder-DbktcGKV.js → element-builder-BmLF0C-1.js} +2 -4
- package/dist/prod/packages/shared-chunks/{fragment-EpVz5Xuc.js → fragment-D7nBU9ae.js} +16 -1
- package/dist/prod/packages/shared-chunks/{index-BVy-auLZ.js → index-6pnzcm45.js} +13 -13
- package/dist/prod/packages/shared-chunks/{index-nW__r2nX.js → index-CjaDF9kC.js} +2 -10
- package/dist/prod/packages/shared-chunks/{injected_property-DL3vQoFA.js → injected_property-CTVs5FPh.js} +1 -1
- package/dist/prod/packages/shared-chunks/{invoke-BuwCkcVB.js → invoke-BdJCXD-b.js} +3 -3
- package/dist/prod/packages/shared-chunks/{namespace_search-Aog9nySA.js → namespace_search-Dcdalhj6.js} +1 -1
- package/dist/prod/packages/shared-chunks/{observers-R1ZklwWy.js → observers-tZ2aOzr4.js} +1 -1
- package/dist/prod/packages/shared-chunks/{on-ByzWKBWe.js → on-CLxdmpmk.js} +4 -11
- package/dist/prod/packages/shared-chunks/{program-context-BdUXf-jj.js → program-context-DFiwaPMR.js} +2 -2
- package/dist/prod/packages/shared-chunks/{property_set-O080KTKZ.js → property_set-B2sZxeCw.js} +2 -2
- package/dist/prod/packages/shared-chunks/{rehydrate-builder-M_dh82nR.js → rehydrate-builder-CUefZL4I.js} +3 -7
- package/dist/prod/packages/shared-chunks/{render-DJ-BzvgU.js → render-BlriW61t.js} +4 -6
- package/dist/prod/packages/shared-chunks/{serialize-builder-BpVMgrCr.js → serialize-builder-DgpXSc2Q.js} +5 -5
- package/dist/prod/packages/shared-chunks/{set_properties-CjsDTRey.js → set_properties-C1T46IiN.js} +3 -3
- package/dist/prod/packages/shared-chunks/{setup-registry-KYxkFexK.js → setup-registry-DeObnZ2Z.js} +8 -8
- package/dist/prod/packages/shared-chunks/{tracked-ChVNBE2f.js → tracked-Cl5l4v8b.js} +1 -1
- package/dist/prod/packages/shared-chunks/{transform-resolutions-C7wq_Q_c.js → transform-resolutions-DR4GLmR2.js} +0 -3
- package/docs/data.json +185 -145
- package/package.json +3 -1
- package/types/stable/@glimmer/syntax/lib/source/source.d.ts +2 -1
- package/dist/prod/packages/shared-chunks/assert-CUCJBR2C.js +0 -19
|
@@ -3,13 +3,13 @@ import './debug-to-string-CFb7h0lY.js';
|
|
|
3
3
|
import setGlobalContext from '../@glimmer/global-context/index.js';
|
|
4
4
|
import { untrack, consumeTag, tagFor, createCache, getValue, valueForTag, beginUntrackFrame, endUntrackFrame, beginTrackFrame, endTrackFrame, validateTag, createTag, dirtyTag as DIRTY_TAG$1, CONSTANT_TAG, isTracking, debug, CURRENT_TAG } from '../@glimmer/validator/index.js';
|
|
5
5
|
import { v as valueForRef, i as isConstRef, a as createConstRef, l as isUpdatableRef, u as updateRef, c as createComputeRef, d as createPrimitiveRef, b as childRefFor, g as childRefFromParts, U as UNDEFINED_REFERENCE, h as createInvokableRef, j as createReadOnlyRef, k as createUnboundRef, e as createDebugAliasRef, N as NULL_REFERENCE } from './reference-C3TKDRnP.js';
|
|
6
|
-
import { t as templateFactory } from './index-
|
|
6
|
+
import { t as templateFactory } from './index-BUPd6pkm.js';
|
|
7
7
|
import { registerDestructor, associateDestroyableChild, isDestroyed, destroy, isDestroying } from '../@glimmer/destroyable/index.js';
|
|
8
8
|
import { c as capabilityFlagsFrom } from './capabilities-O_xc7Yqk.js';
|
|
9
9
|
import { getFactoryFor, privatize } from '../@ember/-internals/container/index.js';
|
|
10
10
|
import { warn, debugFreeze, deprecate } from '../@ember/debug/index.js';
|
|
11
|
-
import { w as reifyPositional, s as normalizeProperty, E as EMPTY_ARGS, l as createCapturedArgs, e as EMPTY_POSITIONAL, m as curry, q as hash, p as get$1, o as fn, k as concat, i as array, t as on$1, T as TEMPLATE_ONLY_COMPONENT_MANAGER, z as templateOnlyComponent } from './dynamic-
|
|
12
|
-
import './constants-
|
|
11
|
+
import { w as reifyPositional, s as normalizeProperty, E as EMPTY_ARGS, l as createCapturedArgs, e as EMPTY_POSITIONAL, m as curry, q as hash, p as get$1, o as fn, k as concat, i as array, t as on$1, T as TEMPLATE_ONLY_COMPONENT_MANAGER, z as templateOnlyComponent } from './dynamic-BfDKO5NI.js';
|
|
12
|
+
import './constants-p7AL-pog.js';
|
|
13
13
|
import { join, schedule, _backburner, _getCurrentRunLoop } from '../@ember/runloop/index.js';
|
|
14
14
|
import { h as hasDOM } from './index-BGP1rw3B.js';
|
|
15
15
|
import { action } from '../@ember/object/index.js';
|
|
@@ -48,8 +48,8 @@ import { setHelperManager } from '../@glimmer/manager/index.js';
|
|
|
48
48
|
import { d as dict } from './collections-D_nY_0UJ.js';
|
|
49
49
|
import { artifacts } from '../@glimmer/program/index.js';
|
|
50
50
|
import { R as RuntimeOpImpl } from './program-DfV0v8aa.js';
|
|
51
|
-
import { c as runtimeOptions, i as inTransaction, r as renderComponent$1, a as renderMain } from './render-
|
|
52
|
-
import { c as clientBuilder } from './element-builder-
|
|
51
|
+
import { c as runtimeOptions, i as inTransaction, r as renderComponent$1, a as renderMain } from './render-C1HzKUcM.js';
|
|
52
|
+
import { c as clientBuilder } from './element-builder-DO43ztVP.js';
|
|
53
53
|
import { a as RSVP } from './rsvp-CnCSY930.js';
|
|
54
54
|
import EngineInstance from '../@ember/engine/instance.js';
|
|
55
55
|
import { _ as _setProp, s as set } from './property_set-DaoZXGM5.js';
|
|
@@ -60,7 +60,7 @@ import '../route-recognizer/index.js';
|
|
|
60
60
|
import './unrecognized-url-error-B3wUTorp.js';
|
|
61
61
|
import '../@ember/routing/lib/routing-service.js';
|
|
62
62
|
import { generateControllerFactory } from '../@ember/routing/lib/generate_controller.js';
|
|
63
|
-
import { E as EvaluationContextImpl } from './program-context-
|
|
63
|
+
import { E as EvaluationContextImpl } from './program-context-sJz0oHOA.js';
|
|
64
64
|
|
|
65
65
|
const RootTemplate = templateFactory(
|
|
66
66
|
/*
|
|
@@ -6,7 +6,7 @@ import { createCache, getValue } from '../@glimmer/validator/index.js';
|
|
|
6
6
|
import './reference-C3TKDRnP.js';
|
|
7
7
|
import './capabilities-O_xc7Yqk.js';
|
|
8
8
|
import { getOwner } from '../@glimmer/owner/index.js';
|
|
9
|
-
import { E as EMPTY_ARGS, d as EMPTY_NAMED, e as EMPTY_POSITIONAL } from './dynamic-
|
|
9
|
+
import { E as EMPTY_ARGS, d as EMPTY_NAMED, e as EMPTY_POSITIONAL } from './dynamic-BfDKO5NI.js';
|
|
10
10
|
|
|
11
11
|
let ARGS_CACHES = new WeakMap() ;
|
|
12
12
|
function getArgs(proxy) {
|
package/dist/dev/packages/shared-chunks/{program-context-yOi1EExe.js → program-context-sJz0oHOA.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { V as VM_MAIN_OP, a as VM_CONTENT_TYPE_OP, b as VM_ASSERT_SAME_OP, d as VM_APPEND_HTML_OP, e as VM_APPEND_TEXT_OP, f as VM_RESOLVE_CURRIED_COMPONENT_OP, g as VM_PUSH_DYNAMIC_COMPONENT_INSTANCE_OP, h as VM_APPEND_SAFE_HTML_OP, i as VM_APPEND_DOCUMENT_FRAGMENT_OP, j as VM_APPEND_NODE_OP, k as VM_INVOKE_STATIC_OP } from './fragment-Cc5k9Oy4.js';
|
|
2
2
|
import { ContentType } from '../@glimmer/vm/index.js';
|
|
3
3
|
import { $ as $s0 } from './registers-ylirb0dq.js';
|
|
4
|
-
import { f as EncoderImpl, g as encodeOp, i as invokePreparedComponent, S as SwitchCases, h as InvokeBareComponent, C as CallDynamic } from './index-
|
|
4
|
+
import { f as EncoderImpl, g as encodeOp, i as invokePreparedComponent, S as SwitchCases, h as InvokeBareComponent, C as CallDynamic } from './index-BUPd6pkm.js';
|
|
5
5
|
|
|
6
6
|
class StdLib {
|
|
7
7
|
constructor(main, trustingGuardedAppend, cautiousGuardedAppend, trustingNonDynamicAppend, cautiousNonDynamicAppend) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { C as ConcreteBounds, A as COMMENT_NODE, b as CursorImpl, B as TEXT_NODE, F as ELEMENT_NODE, N as NS_SVG } from './dynamic-
|
|
1
|
+
import { C as ConcreteBounds, A as COMMENT_NODE, b as CursorImpl, B as TEXT_NODE, F as ELEMENT_NODE, N as NS_SVG } from './dynamic-BfDKO5NI.js';
|
|
2
2
|
import './fragment-Cc5k9Oy4.js';
|
|
3
3
|
import { a as assert } from './assert-CUCJBR2C.js';
|
|
4
4
|
import './debug-to-string-CFb7h0lY.js';
|
|
5
5
|
import { e as expect } from './collections-D_nY_0UJ.js';
|
|
6
6
|
import { c as castToSimple, a as castToBrowser } from './simple-cast-DCvJLSin.js';
|
|
7
|
-
import { N as NewTreeBuilder, R as RemoteBlock } from './element-builder-
|
|
7
|
+
import { N as NewTreeBuilder, R as RemoteBlock } from './element-builder-DO43ztVP.js';
|
|
8
8
|
|
|
9
9
|
const SERIALIZATION_FIRST_NODE_STRING = '%+b:0%';
|
|
10
10
|
function isSerializationFirstNode(node) {
|
|
@@ -383,9 +383,7 @@ class RehydrateTree extends NewTreeBuilder {
|
|
|
383
383
|
}
|
|
384
384
|
__pushRemoteElement(element, cursorId, insertBefore) {
|
|
385
385
|
const marker = this.getMarker(castToBrowser(element), cursorId);
|
|
386
|
-
assert(!marker || marker.parentNode === element);
|
|
387
|
-
|
|
388
|
-
// when insertBefore is not present, we clear the element
|
|
386
|
+
(!(!marker || marker.parentNode === element) && assert(!marker || marker.parentNode === element)); // when insertBefore is not present, we clear the element
|
|
389
387
|
if (insertBefore === undefined) {
|
|
390
388
|
while (element.firstChild !== null && element.firstChild !== marker) {
|
|
391
389
|
this.remove(element.firstChild);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import './debug-to-string-CFb7h0lY.js';
|
|
2
2
|
import { u as unwrap, e as expect, S as StackImpl } from './collections-D_nY_0UJ.js';
|
|
3
|
-
import { u as unwrapHandle } from './constants-
|
|
3
|
+
import { u as unwrapHandle } from './constants-p7AL-pog.js';
|
|
4
4
|
import { assertGlobalContextWasSet } from '../@glimmer/global-context/index.js';
|
|
5
5
|
import { track, updateTag as UPDATE_TAG, debug, resetTracking, beginTrackFrame, endTrackFrame } from '../@glimmer/validator/index.js';
|
|
6
6
|
import { U as UNDEFINED_REFERENCE, v as valueForRef, u as updateRef, a as createConstRef, b as childRefFor } from './reference-C3TKDRnP.js';
|
|
7
7
|
import { a as assert } from './assert-CUCJBR2C.js';
|
|
8
8
|
import { P as ProgramImpl } from './program-DfV0v8aa.js';
|
|
9
|
-
import { H as DebugRenderTreeImpl, I as isArgumentError, f as DOMChangesImpl, J as APPEND_OPCODES, K as move, j as clear, V as VMArgumentsImpl, L as externs, M as JumpIfNotModifiedOpcode, O as BeginTrackFrameOpcode, P as EndTrackFrameOpcode } from './dynamic-
|
|
10
|
-
import { D as DOMTreeConstruction, N as NewTreeBuilder } from './element-builder-
|
|
9
|
+
import { H as DebugRenderTreeImpl, I as isArgumentError, f as DOMChangesImpl, J as APPEND_OPCODES, K as move, j as clear, V as VMArgumentsImpl, L as externs, M as JumpIfNotModifiedOpcode, O as BeginTrackFrameOpcode, P as EndTrackFrameOpcode } from './dynamic-BfDKO5NI.js';
|
|
10
|
+
import { D as DOMTreeConstruction, N as NewTreeBuilder } from './element-builder-DO43ztVP.js';
|
|
11
11
|
import { a as assign } from './object-utils-AijlD-JH.js';
|
|
12
12
|
import { destroyChildren, associateDestroyableChild, destroy, registerDestructor } from '../@glimmer/destroyable/index.js';
|
|
13
13
|
import { createIteratorItemRef } from '../@glimmer/reference/index.js';
|
|
@@ -217,7 +217,7 @@ class EnvironmentImpl {
|
|
|
217
217
|
return expect(this.updateOperations);
|
|
218
218
|
}
|
|
219
219
|
begin() {
|
|
220
|
-
assert(!this[TRANSACTION]);
|
|
220
|
+
(!(!this[TRANSACTION]) && assert(!this[TRANSACTION]));
|
|
221
221
|
this.debugRenderTree?.begin();
|
|
222
222
|
this[TRANSACTION] = new TransactionImpl();
|
|
223
223
|
}
|
|
@@ -3,11 +3,11 @@ import './debug-to-string-CFb7h0lY.js';
|
|
|
3
3
|
import '../@glimmer/global-context/index.js';
|
|
4
4
|
import '../@glimmer/validator/index.js';
|
|
5
5
|
import './reference-C3TKDRnP.js';
|
|
6
|
-
import { C as ConcreteBounds } from './dynamic-
|
|
7
|
-
import './constants-
|
|
6
|
+
import { C as ConcreteBounds } from './dynamic-BfDKO5NI.js';
|
|
7
|
+
import './constants-p7AL-pog.js';
|
|
8
8
|
import '../@glimmer/destroyable/index.js';
|
|
9
9
|
import './capabilities-O_xc7Yqk.js';
|
|
10
|
-
import { N as NewTreeBuilder } from './element-builder-
|
|
10
|
+
import { N as NewTreeBuilder } from './element-builder-DO43ztVP.js';
|
|
11
11
|
|
|
12
12
|
/* eslint-disable @typescript-eslint/no-unsafe-enum-comparison */
|
|
13
13
|
|
package/dist/dev/packages/shared-chunks/{setup-registry-CxXWLs26.js → setup-registry-B7-RknRf.js}
RENAMED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { privatize } from '../@ember/-internals/container/index.js';
|
|
2
2
|
import { getOwner } from '../@ember/-internals/owner/index.js';
|
|
3
3
|
import '../@ember/debug/index.js';
|
|
4
|
-
import { O as OutletView, a as OutletTemplate, I as Input, L as LinkTo, T as Textarea, R as RootTemplate, b as Renderer } from './index-
|
|
4
|
+
import { O as OutletView, a as OutletTemplate, I as Input, L as LinkTo, T as Textarea, R as RootTemplate, b as Renderer } from './index-QZstta6s.js';
|
|
5
5
|
import './fragment-Cc5k9Oy4.js';
|
|
6
6
|
import './debug-to-string-CFb7h0lY.js';
|
|
7
7
|
import '../@glimmer/global-context/index.js';
|
|
8
8
|
import '../@glimmer/validator/index.js';
|
|
9
9
|
import './reference-C3TKDRnP.js';
|
|
10
|
-
import './dynamic-
|
|
11
|
-
import './constants-
|
|
10
|
+
import './dynamic-BfDKO5NI.js';
|
|
11
|
+
import './constants-p7AL-pog.js';
|
|
12
12
|
import '../@glimmer/destroyable/index.js';
|
|
13
13
|
import './capabilities-O_xc7Yqk.js';
|
|
14
|
-
import { c as clientBuilder } from './element-builder-
|
|
15
|
-
import { r as rehydrationBuilder } from './rehydrate-builder-
|
|
16
|
-
import { s as serializeBuilder } from './serialize-builder-
|
|
14
|
+
import { c as clientBuilder } from './element-builder-DO43ztVP.js';
|
|
15
|
+
import { r as rehydrationBuilder } from './rehydrate-builder-CEk2KOIk.js';
|
|
16
|
+
import { s as serializeBuilder } from './serialize-builder-CPKxdfiH.js';
|
|
17
17
|
import { assert } from '../@ember/debug/lib/assert.js';
|
|
18
18
|
|
|
19
19
|
function setupApplicationRegistry(registry) {
|
|
@@ -5962,7 +5962,7 @@ class Matcher {
|
|
|
5962
5962
|
}
|
|
5963
5963
|
matchFor(left, right) {
|
|
5964
5964
|
const nesteds = this._whens.match(left);
|
|
5965
|
-
assert(isPresentArray(nesteds));
|
|
5965
|
+
(!(isPresentArray(nesteds)) && assert(isPresentArray(nesteds)));
|
|
5966
5966
|
const callback = new WhenList(nesteds).first(right);
|
|
5967
5967
|
return callback;
|
|
5968
5968
|
}
|
|
@@ -6157,7 +6157,7 @@ class SourceSpan {
|
|
|
6157
6157
|
*/
|
|
6158
6158
|
toSlice(expected) {
|
|
6159
6159
|
const chars = this.data.asString();
|
|
6160
|
-
assert(expected === undefined || expected === chars, `unexpectedly found ${JSON.stringify(chars)} when slicing source, ` + `but expected ${JSON.stringify(expected)}`);
|
|
6160
|
+
(!(expected === undefined || expected === chars) && assert(expected === undefined || expected === chars, `unexpectedly found ${JSON.stringify(chars)} when slicing source, ` + `but expected ${JSON.stringify(expected)}`));
|
|
6161
6161
|
return new SourceSlice({
|
|
6162
6162
|
loc: this,
|
|
6163
6163
|
chars: expected || chars
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import '../../../shared-chunks/fragment-
|
|
1
|
+
import '../../../shared-chunks/fragment-D7nBU9ae.js';
|
|
2
2
|
import '../../../@glimmer/validator/index.js';
|
|
3
3
|
import '../../../shared-chunks/reference-BNqcwZWH.js';
|
|
4
|
-
export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-
|
|
5
|
-
import '../../../shared-chunks/capabilities-
|
|
4
|
+
export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-CjaDF9kC.js';
|
|
5
|
+
import '../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
6
|
export { componentCapabilities, modifierCapabilities } from '../../../@glimmer/manager/index.js';
|
|
7
|
-
export { C as Component, H as Helper, I as Input, L as LinkTo, O as OutletView, b as Renderer, R as RootTemplate, S as SafeString, T as Textarea, c as TrustedHTML, _ as _resetRenderers, g as element, h as helper, d as htmlSafe, i as isHTMLSafe, e as isTrustedHTML, f as renderComponent, r as renderSettled, t as trustHTML, u as uniqueId } from '../../../shared-chunks/index-
|
|
8
|
-
export { s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-
|
|
9
|
-
export { D as DOMChanges } from '../../../shared-chunks/on-
|
|
10
|
-
import '../../../shared-chunks/constants-
|
|
11
|
-
export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-
|
|
7
|
+
export { C as Component, H as Helper, I as Input, L as LinkTo, O as OutletView, b as Renderer, R as RootTemplate, S as SafeString, T as Textarea, c as TrustedHTML, _ as _resetRenderers, g as element, h as helper, d as htmlSafe, i as isHTMLSafe, e as isTrustedHTML, f as renderComponent, r as renderSettled, t as trustHTML, u as uniqueId } from '../../../shared-chunks/index-6pnzcm45.js';
|
|
8
|
+
export { s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-DeObnZ2Z.js';
|
|
9
|
+
export { D as DOMChanges } from '../../../shared-chunks/on-CLxdmpmk.js';
|
|
10
|
+
import '../../../shared-chunks/constants-2M371WiB.js';
|
|
11
|
+
export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-CUefZL4I.js';
|
|
12
12
|
export { NodeDOMTreeConstruction } from '../../../@glimmer/node/index.js';
|
|
13
13
|
export { setComponentManager } from '../../component/index.js';
|
|
14
|
-
export { D as DOMTreeConstruction } from '../../../shared-chunks/element-builder-
|
|
14
|
+
export { D as DOMTreeConstruction } from '../../../shared-chunks/element-builder-BmLF0C-1.js';
|
|
15
15
|
|
|
16
16
|
// STATE within a module is frowned upon, this exists
|
|
17
17
|
// to support Ember.TEMPLATES but shield ember internals from this legacy
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { C as ComputedProperty, N as NAMESPACES, h as NAMESPACES_BY_ID, P as PROPERTY_DID_CHANGE, j as addNamespace, m as autoComputed, b as beginPropertyChanges, o as changeProperties, c as computed, g as defineDecorator, d as defineProperty, f as defineValue, a as endPropertyChanges, e as expandProperties, i as findNamespace, k as findNamespaces, q as isComputed, t as isNamespaceSearchDisabled, n as notifyPropertyChange, p as processAllNamespaces, l as processNamespace, r as removeNamespace, u as setNamespaceSearchDisabled, s as setUnprocessedMixins } from '../../../shared-chunks/namespace_search-
|
|
1
|
+
export { C as ComputedProperty, N as NAMESPACES, h as NAMESPACES_BY_ID, P as PROPERTY_DID_CHANGE, j as addNamespace, m as autoComputed, b as beginPropertyChanges, o as changeProperties, c as computed, g as defineDecorator, d as defineProperty, f as defineValue, a as endPropertyChanges, e as expandProperties, i as findNamespace, k as findNamespaces, q as isComputed, t as isNamespaceSearchDisabled, n as notifyPropertyChange, p as processAllNamespaces, l as processNamespace, r as removeNamespace, u as setNamespaceSearchDisabled, s as setUnprocessedMixins } from '../../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
2
2
|
export { g as getCachedValueFor } from '../../../shared-chunks/computed_cache-DmYKevAP.js';
|
|
3
|
-
export { a as alias } from '../../../shared-chunks/alias-
|
|
3
|
+
export { a as alias } from '../../../shared-chunks/alias-BLBQkche.js';
|
|
4
4
|
import '../environment/index.js';
|
|
5
|
-
import { g as get } from '../../../shared-chunks/observers-
|
|
6
|
-
export { A as ASYNC_OBSERVERS, L as Libraries, P as PROXY_CONTENT, p as SYNC_OBSERVERS, _ as _getPath, q as _getProp, b as activateObserver, e as addListener, c as addObserver, j as flushAsyncObservers, h as hasListeners, m as hasUnknownProperty, u as libraries, v as markObjectAsDirty, n as objectAt, o as on, f as removeListener, r as removeObserver, d as revalidateObservers, s as sendEvent, t as tagForObject, a as tagForProperty } from '../../../shared-chunks/observers-
|
|
7
|
-
import { s as set } from '../../../shared-chunks/property_set-
|
|
8
|
-
export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-
|
|
9
|
-
export { c as addArrayObserver, b as arrayContentDidChange, a as arrayContentWillChange, d as removeArrayObserver, r as replace, e as replaceInNativeArray } from '../../../shared-chunks/array-
|
|
5
|
+
import { g as get } from '../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
6
|
+
export { A as ASYNC_OBSERVERS, L as Libraries, P as PROXY_CONTENT, p as SYNC_OBSERVERS, _ as _getPath, q as _getProp, b as activateObserver, e as addListener, c as addObserver, j as flushAsyncObservers, h as hasListeners, m as hasUnknownProperty, u as libraries, v as markObjectAsDirty, n as objectAt, o as on, f as removeListener, r as removeObserver, d as revalidateObservers, s as sendEvent, t as tagForObject, a as tagForProperty } from '../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
7
|
+
import { s as set } from '../../../shared-chunks/property_set-B2sZxeCw.js';
|
|
8
|
+
export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-B2sZxeCw.js';
|
|
9
|
+
export { c as addArrayObserver, b as arrayContentDidChange, a as arrayContentWillChange, d as removeArrayObserver, r as replace, e as replaceInNativeArray } from '../../../shared-chunks/array-kVQfzrQn.js';
|
|
10
10
|
export { c as ComputedDescriptor, b as descriptorForDecorator, d as descriptorForProperty, a as isClassicDecorator, i as isElementDescriptor, m as makeComputedDecorator, n as nativeDescDecorator, s as setClassicDecorator } from '../../../shared-chunks/decorator-BdDDBUd2.js';
|
|
11
|
-
export { g as getProperties, s as setProperties } from '../../../shared-chunks/set_properties-
|
|
12
|
-
export { D as DEBUG_INJECTION_FUNCTIONS, i as inject } from '../../../shared-chunks/injected_property-
|
|
13
|
-
export { T as TrackedDescriptor, t as tracked } from '../../../shared-chunks/tracked-
|
|
11
|
+
export { g as getProperties, s as setProperties } from '../../../shared-chunks/set_properties-C1T46IiN.js';
|
|
12
|
+
export { D as DEBUG_INJECTION_FUNCTIONS, i as inject } from '../../../shared-chunks/injected_property-CTVs5FPh.js';
|
|
13
|
+
export { T as TrackedDescriptor, t as tracked } from '../../../shared-chunks/tracked-Cl5l4v8b.js';
|
|
14
14
|
export { cached } from '../../../@glimmer/tracking/index.js';
|
|
15
15
|
export { createCache, getValue, isConst } from '../../../@glimmer/validator/index.js';
|
|
16
16
|
|
|
@@ -2,8 +2,8 @@ import '../../../shared-chunks/super-Cm_a_cLQ.js';
|
|
|
2
2
|
import '../environment/index.js';
|
|
3
3
|
import '../../../@glimmer/validator/index.js';
|
|
4
4
|
import '../../../shared-chunks/reference-BNqcwZWH.js';
|
|
5
|
-
import '../../../shared-chunks/capabilities-
|
|
6
|
-
import '../../../shared-chunks/observers-
|
|
5
|
+
import '../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
import '../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
7
7
|
import '../../engine/instance.js';
|
|
8
8
|
import '../../../route-recognizer/index.js';
|
|
9
9
|
import '../../../shared-chunks/rsvp-CnCSY930.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { meta } from '../../../meta/lib/meta.js';
|
|
2
2
|
import Mixin from '../../../../object/mixin.js';
|
|
3
|
-
import { d as defineProperty, c as computed } from '../../../../../shared-chunks/namespace_search-
|
|
3
|
+
import { d as defineProperty, c as computed } from '../../../../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
4
4
|
import '../../../environment/index.js';
|
|
5
5
|
import { updateTag as UPDATE_TAG, tagMetaFor, tagFor, combine } from '../../../../../@glimmer/validator/index.js';
|
|
6
6
|
import { i as isObject } from '../../../../../shared-chunks/super-Cm_a_cLQ.js';
|
|
7
7
|
import { s as setProxy } from '../../../../../shared-chunks/is_proxy-Cr1qlMv_.js';
|
|
8
|
-
import { g as get, t as tagForObject, a as tagForProperty } from '../../../../../shared-chunks/observers-
|
|
9
|
-
import { s as set } from '../../../../../shared-chunks/property_set-
|
|
8
|
+
import { g as get, t as tagForObject, a as tagForProperty } from '../../../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
9
|
+
import { s as set } from '../../../../../shared-chunks/property_set-B2sZxeCw.js';
|
|
10
10
|
import '../../../../../shared-chunks/reference-BNqcwZWH.js';
|
|
11
11
|
import { s as setCustomTagFor } from '../../../../../shared-chunks/args-proxy-Dl0A0YWI.js';
|
|
12
|
-
import '../../../../../shared-chunks/capabilities-
|
|
12
|
+
import '../../../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
@module ember
|
|
@@ -3,8 +3,8 @@ import '../../../../../shared-chunks/super-Cm_a_cLQ.js';
|
|
|
3
3
|
import '../../../environment/index.js';
|
|
4
4
|
import '../../../../../@glimmer/validator/index.js';
|
|
5
5
|
import '../../../../../shared-chunks/reference-BNqcwZWH.js';
|
|
6
|
-
import '../../../../../shared-chunks/capabilities-
|
|
7
|
-
import { g as get } from '../../../../../shared-chunks/observers-
|
|
6
|
+
import '../../../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
7
|
+
import { g as get } from '../../../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
@module ember
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { context } from '../../../environment/index.js';
|
|
2
|
-
import { c as computed } from '../../../../../shared-chunks/namespace_search-
|
|
2
|
+
import { c as computed } from '../../../../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
3
3
|
import '../../../../../shared-chunks/super-Cm_a_cLQ.js';
|
|
4
4
|
import '../../../../../@glimmer/validator/index.js';
|
|
5
5
|
import '../../../../../shared-chunks/reference-BNqcwZWH.js';
|
|
6
|
-
import '../../../../../shared-chunks/capabilities-
|
|
7
|
-
import { g as get } from '../../../../../shared-chunks/observers-
|
|
6
|
+
import '../../../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
7
|
+
import { g as get } from '../../../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
8
8
|
import Mixin from '../../../../object/mixin.js';
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -2,8 +2,8 @@ import '../../../../../shared-chunks/super-Cm_a_cLQ.js';
|
|
|
2
2
|
import '../../../environment/index.js';
|
|
3
3
|
import '../../../../../@glimmer/validator/index.js';
|
|
4
4
|
import '../../../../../shared-chunks/reference-BNqcwZWH.js';
|
|
5
|
-
import '../../../../../shared-chunks/capabilities-
|
|
6
|
-
import { g as get } from '../../../../../shared-chunks/observers-
|
|
5
|
+
import '../../../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
import { g as get } from '../../../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
7
7
|
import Mixin from '../../../../object/mixin.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -2,9 +2,9 @@ import '../../../environment/index.js';
|
|
|
2
2
|
import '../../../../../shared-chunks/super-Cm_a_cLQ.js';
|
|
3
3
|
import '../../../../../@glimmer/validator/index.js';
|
|
4
4
|
import '../../../../../shared-chunks/reference-BNqcwZWH.js';
|
|
5
|
-
import '../../../../../shared-chunks/capabilities-
|
|
6
|
-
import { g as get } from '../../../../../shared-chunks/observers-
|
|
7
|
-
import { s as set } from '../../../../../shared-chunks/property_set-
|
|
5
|
+
import '../../../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
import { g as get } from '../../../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
7
|
+
import { s as set } from '../../../../../shared-chunks/property_set-B2sZxeCw.js';
|
|
8
8
|
import EmberObject from '../../../../object/index.js';
|
|
9
9
|
import { getElementView } from './utils.js';
|
|
10
10
|
|
|
@@ -2,9 +2,9 @@ import '../../../../../shared-chunks/super-Cm_a_cLQ.js';
|
|
|
2
2
|
import '../../../environment/index.js';
|
|
3
3
|
import '../../../../../@glimmer/validator/index.js';
|
|
4
4
|
import '../../../../../shared-chunks/reference-BNqcwZWH.js';
|
|
5
|
-
import '../../../../../shared-chunks/capabilities-
|
|
6
|
-
import '../../../../../shared-chunks/observers-
|
|
7
|
-
import { i as inject } from '../../../../../shared-chunks/injected_property-
|
|
5
|
+
import '../../../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
import '../../../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
7
|
+
import { i as inject } from '../../../../../shared-chunks/injected_property-CTVs5FPh.js';
|
|
8
8
|
import '../../../runtime/lib/mixins/registry_proxy.js';
|
|
9
9
|
import '../../../runtime/lib/mixins/container_proxy.js';
|
|
10
10
|
import '../../../runtime/lib/mixins/comparable.js';
|
|
@@ -7,8 +7,8 @@ import { assert } from '../debug/lib/assert.js';
|
|
|
7
7
|
import { schedule, once, join, run } from '../runloop/index.js';
|
|
8
8
|
import '../../@glimmer/validator/index.js';
|
|
9
9
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
10
|
-
import '../../shared-chunks/capabilities-
|
|
11
|
-
import '../../shared-chunks/observers-
|
|
10
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
11
|
+
import '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
12
12
|
import { setOwner as setOwner$1 } from '../-internals/owner/index.js';
|
|
13
13
|
import '../-internals/runtime/lib/mixins/registry_proxy.js';
|
|
14
14
|
import '../-internals/runtime/lib/mixins/container_proxy.js';
|
|
@@ -38,12 +38,12 @@ import BucketCache from '../routing/lib/cache.js';
|
|
|
38
38
|
import ApplicationInstance from './instance.js';
|
|
39
39
|
import Engine, { buildInitializerMethod } from '../engine/index.js';
|
|
40
40
|
import { privatize } from '../-internals/container/index.js';
|
|
41
|
-
import '../../shared-chunks/fragment-
|
|
42
|
-
import '../../shared-chunks/index-
|
|
43
|
-
import '../../shared-chunks/index-
|
|
44
|
-
import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-
|
|
45
|
-
import '../../shared-chunks/on-
|
|
46
|
-
import '../../shared-chunks/constants-
|
|
41
|
+
import '../../shared-chunks/fragment-D7nBU9ae.js';
|
|
42
|
+
import '../../shared-chunks/index-CjaDF9kC.js';
|
|
43
|
+
import '../../shared-chunks/index-6pnzcm45.js';
|
|
44
|
+
import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-DeObnZ2Z.js';
|
|
45
|
+
import '../../shared-chunks/on-CLxdmpmk.js';
|
|
46
|
+
import '../../shared-chunks/constants-2M371WiB.js';
|
|
47
47
|
import RouterService from '../routing/router-service.js';
|
|
48
48
|
|
|
49
49
|
/**
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import '../object/index.js';
|
|
2
2
|
import { e as environment } from '../../shared-chunks/index-Cc8WmrB-.js';
|
|
3
3
|
import EngineInstance from '../engine/instance.js';
|
|
4
|
-
import '../../shared-chunks/fragment-
|
|
4
|
+
import '../../shared-chunks/fragment-D7nBU9ae.js';
|
|
5
5
|
import '../../@glimmer/validator/index.js';
|
|
6
6
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
7
|
-
import '../../shared-chunks/index-
|
|
8
|
-
import '../../shared-chunks/capabilities-
|
|
9
|
-
import { r as renderSettled } from '../../shared-chunks/index-
|
|
7
|
+
import '../../shared-chunks/index-CjaDF9kC.js';
|
|
8
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
9
|
+
import { r as renderSettled } from '../../shared-chunks/index-6pnzcm45.js';
|
|
10
10
|
import '../-internals/container/index.js';
|
|
11
11
|
import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
12
12
|
import '../-internals/environment/index.js';
|
|
13
|
-
import '../../shared-chunks/on-
|
|
14
|
-
import '../../shared-chunks/constants-
|
|
13
|
+
import '../../shared-chunks/on-CLxdmpmk.js';
|
|
14
|
+
import '../../shared-chunks/constants-2M371WiB.js';
|
|
15
15
|
import '../runloop/index.js';
|
|
16
16
|
import '../routing/router.js';
|
|
17
|
-
import { g as get } from '../../shared-chunks/observers-
|
|
18
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
17
|
+
import { g as get } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
18
|
+
import { s as set } from '../../shared-chunks/property_set-B2sZxeCw.js';
|
|
19
19
|
import '../-internals/views/lib/views/core_view.js';
|
|
20
20
|
import '../-internals/views/lib/mixins/action_support.js';
|
|
21
21
|
import '../-internals/views/lib/views/states.js';
|
|
@@ -3,9 +3,9 @@ import { g as getName, s as setName } from '../../shared-chunks/name-C68GLLO3.js
|
|
|
3
3
|
import '../-internals/environment/index.js';
|
|
4
4
|
import '../../@glimmer/validator/index.js';
|
|
5
5
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
6
|
-
import '../../shared-chunks/capabilities-
|
|
7
|
-
import { g as get } from '../../shared-chunks/observers-
|
|
8
|
-
import { N as NAMESPACES, h as NAMESPACES_BY_ID, p as processAllNamespaces, i as findNamespace, j as addNamespace, k as findNamespaces, l as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-
|
|
6
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
7
|
+
import { g as get } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
8
|
+
import { N as NAMESPACES, h as NAMESPACES_BY_ID, p as processAllNamespaces, i as findNamespace, j as addNamespace, k as findNamespaces, l as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
9
9
|
import EmberObject from '../object/index.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { b as beginPropertyChanges, a as endPropertyChanges, c as computed } from '../../shared-chunks/namespace_search-
|
|
1
|
+
import { b as beginPropertyChanges, a as endPropertyChanges, c as computed } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
2
2
|
import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
3
3
|
import '../-internals/environment/index.js';
|
|
4
4
|
import '../../@glimmer/validator/index.js';
|
|
5
|
-
import { g as get, n as objectAt } from '../../shared-chunks/observers-
|
|
5
|
+
import { g as get, n as objectAt } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
6
6
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
7
|
-
import '../../shared-chunks/capabilities-
|
|
8
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
9
|
-
import { e as replaceInNativeArray, r as replace } from '../../shared-chunks/array-
|
|
7
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
8
|
+
import { s as set } from '../../shared-chunks/property_set-B2sZxeCw.js';
|
|
9
|
+
import { e as replaceInNativeArray, r as replace } from '../../shared-chunks/array-kVQfzrQn.js';
|
|
10
10
|
import { setEmberArray, isEmberArray } from './-internals.js';
|
|
11
11
|
import '../object/index.js';
|
|
12
12
|
import Mixin from '../object/mixin.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { i as isObject } from '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
2
2
|
import '../-internals/environment/index.js';
|
|
3
3
|
import { consumeTag, validateTag, tagFor, valueForTag, combine } from '../../@glimmer/validator/index.js';
|
|
4
|
-
import { g as get, n as objectAt, a as tagForProperty } from '../../shared-chunks/observers-
|
|
5
|
-
import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/namespace_search-
|
|
6
|
-
import { a as alias } from '../../shared-chunks/alias-
|
|
7
|
-
import { r as replace, a as arrayContentWillChange, b as arrayContentDidChange, c as addArrayObserver, d as removeArrayObserver } from '../../shared-chunks/array-
|
|
4
|
+
import { g as get, n as objectAt, a as tagForProperty } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
5
|
+
import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
6
|
+
import { a as alias } from '../../shared-chunks/alias-BLBQkche.js';
|
|
7
|
+
import { r as replace, a as arrayContentWillChange, b as arrayContentDidChange, c as addArrayObserver, d as removeArrayObserver } from '../../shared-chunks/array-kVQfzrQn.js';
|
|
8
8
|
import EmberObject from '../object/index.js';
|
|
9
9
|
import { MutableArray } from './index.js';
|
|
10
10
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
11
11
|
import { s as setCustomTagFor } from '../../shared-chunks/args-proxy-Dl0A0YWI.js';
|
|
12
|
-
import '../../shared-chunks/capabilities-
|
|
12
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
@module @ember/array/proxy
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import '../../shared-chunks/fragment-
|
|
1
|
+
import '../../shared-chunks/fragment-D7nBU9ae.js';
|
|
2
2
|
import '../../@glimmer/validator/index.js';
|
|
3
3
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
4
|
-
import '../../shared-chunks/index-
|
|
5
|
-
import '../../shared-chunks/capabilities-
|
|
6
|
-
export { H as default, h as helper } from '../../shared-chunks/index-
|
|
4
|
+
import '../../shared-chunks/index-CjaDF9kC.js';
|
|
5
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
export { H as default, h as helper } from '../../shared-chunks/index-6pnzcm45.js';
|
|
7
7
|
import '../-internals/container/index.js';
|
|
8
8
|
import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
9
9
|
import '../-internals/environment/index.js';
|
|
10
|
-
import '../../shared-chunks/on-
|
|
11
|
-
import '../../shared-chunks/constants-
|
|
10
|
+
import '../../shared-chunks/on-CLxdmpmk.js';
|
|
11
|
+
import '../../shared-chunks/constants-2M371WiB.js';
|
|
12
12
|
import '../runloop/index.js';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import '../../@glimmer/validator/index.js';
|
|
2
2
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
3
|
-
import '../../shared-chunks/capabilities-
|
|
3
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
4
4
|
import { setComponentManager as setComponentManager$1 } from '../../@glimmer/manager/index.js';
|
|
5
5
|
export { componentCapabilities as capabilities } from '../../@glimmer/manager/index.js';
|
|
6
6
|
export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-Dc_cBOoX.js';
|
|
7
|
-
import '../../shared-chunks/fragment-
|
|
8
|
-
import '../../shared-chunks/index-
|
|
9
|
-
export { I as Input, T as Textarea, C as default } from '../../shared-chunks/index-
|
|
7
|
+
import '../../shared-chunks/fragment-D7nBU9ae.js';
|
|
8
|
+
import '../../shared-chunks/index-CjaDF9kC.js';
|
|
9
|
+
export { I as Input, T as Textarea, C as default } from '../../shared-chunks/index-6pnzcm45.js';
|
|
10
10
|
import '../-internals/container/index.js';
|
|
11
11
|
import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
12
12
|
import '../-internals/environment/index.js';
|
|
13
|
-
import '../../shared-chunks/on-
|
|
14
|
-
import '../../shared-chunks/constants-
|
|
13
|
+
import '../../shared-chunks/on-CLxdmpmk.js';
|
|
14
|
+
import '../../shared-chunks/constants-2M371WiB.js';
|
|
15
15
|
import '../runloop/index.js';
|
|
16
16
|
|
|
17
17
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import '../../shared-chunks/fragment-
|
|
1
|
+
import '../../shared-chunks/fragment-D7nBU9ae.js';
|
|
2
2
|
import '../../@glimmer/validator/index.js';
|
|
3
3
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
4
|
-
import { w as templateOnlyComponent } from '../../shared-chunks/on-
|
|
5
|
-
import '../../shared-chunks/constants-
|
|
6
|
-
import '../../shared-chunks/capabilities-
|
|
4
|
+
import { w as templateOnlyComponent } from '../../shared-chunks/on-CLxdmpmk.js';
|
|
5
|
+
import '../../shared-chunks/constants-2M371WiB.js';
|
|
6
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
@module @ember/component/template-only
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { getOwner } from '../-internals/owner/index.js';
|
|
2
2
|
import '../object/index.js';
|
|
3
3
|
import { FrameworkObject } from '../object/-internals.js';
|
|
4
|
-
import { c as computed } from '../../shared-chunks/namespace_search-
|
|
4
|
+
import { c as computed } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
5
5
|
import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
6
6
|
import '../-internals/environment/index.js';
|
|
7
7
|
import '../../@glimmer/validator/index.js';
|
|
8
8
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
9
|
-
import '../../shared-chunks/capabilities-
|
|
10
|
-
import { g as get } from '../../shared-chunks/observers-
|
|
11
|
-
import { i as inject$1 } from '../../shared-chunks/injected_property-
|
|
9
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
10
|
+
import { g as get } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
11
|
+
import { i as inject$1 } from '../../shared-chunks/injected_property-CTVs5FPh.js';
|
|
12
12
|
import Mixin from '../object/mixin.js';
|
|
13
13
|
import '../-internals/runtime/lib/mixins/registry_proxy.js';
|
|
14
14
|
import '../-internals/runtime/lib/mixins/container_proxy.js';
|
|
@@ -4,8 +4,8 @@ import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
|
4
4
|
import '../-internals/environment/index.js';
|
|
5
5
|
import '../../@glimmer/validator/index.js';
|
|
6
6
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
7
|
-
import '../../shared-chunks/capabilities-
|
|
8
|
-
import '../../shared-chunks/observers-
|
|
7
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
8
|
+
import '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
9
9
|
import { getOwner } from '../-internals/owner/index.js';
|
|
10
10
|
import typeOf from '../utils/lib/type-of.js';
|
|
11
11
|
import '../-internals/runtime/lib/mixins/registry_proxy.js';
|
|
@@ -7,10 +7,10 @@ import { A } from '../array/index.js';
|
|
|
7
7
|
import { createCache, consumeTag, tagFor, untrack, getValue } from '../../@glimmer/validator/index.js';
|
|
8
8
|
import '../-internals/environment/index.js';
|
|
9
9
|
import { assert } from './lib/assert.js';
|
|
10
|
-
import { g as get } from '../../shared-chunks/observers-
|
|
10
|
+
import { g as get } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
11
11
|
import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
12
12
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
13
|
-
import '../../shared-chunks/capabilities-
|
|
13
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
@module @ember/debug/data-adapter
|