ember-source 6.12.0-beta.1 → 6.12.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build-metadata.json +3 -3
- package/dist/ember-template-compiler.js +2 -2
- package/dist/ember-template-compiler.js.map +1 -1
- package/dist/ember-testing.js +1 -1
- package/dist/ember.debug.js +3 -3
- package/dist/ember.debug.js.map +1 -1
- package/dist/ember.prod.js +3 -3
- package/dist/ember.prod.js.map +1 -1
- package/dist/packages/@ember/-internals/glimmer/index.js +2 -2
- package/dist/packages/@ember/application/index.js +2 -2
- package/dist/packages/@ember/application/instance.js +1 -1
- package/dist/packages/@ember/component/helper.js +1 -1
- package/dist/packages/@ember/component/index.js +1 -1
- package/dist/packages/@ember/engine/index.js +2 -2
- package/dist/packages/@ember/helper/index.js +1 -1
- package/dist/packages/@ember/modifier/index.js +1 -1
- package/dist/packages/@ember/renderer/index.js +1 -1
- package/dist/packages/@ember/routing/index.js +1 -1
- package/dist/packages/@ember/template/index.js +1 -1
- package/dist/packages/ember/barrel.js +1 -1
- package/dist/packages/ember/version.js +1 -1
- package/dist/packages/ember-testing/lib/initializers.js +1 -1
- package/dist/packages/shared-chunks/{index-jsnQc1NN.js → index-ByyoGpfz.js} +1 -1
- package/dist/packages/shared-chunks/{setup-registry-CKETjIT_.js → setup-registry-Bbj8WQen.js} +1 -1
- package/docs/data.json +1 -1
- package/package.json +2 -2
|
@@ -7,9 +7,9 @@ import '../../../shared-chunks/reference-B6HMX4y0.js';
|
|
|
7
7
|
export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-CQkjwqTv.js';
|
|
8
8
|
import '../../../@glimmer/destroyable/index.js';
|
|
9
9
|
export { c as componentCapabilities, m as modifierCapabilities } from '../../../shared-chunks/api-1B_9SjFR.js';
|
|
10
|
-
export { C as Component, H as Helper, I as Input, L as LinkTo, O as OutletView, R as Renderer, a as RootTemplate, S as SafeString, T as Textarea, b as TrustedHTML, _ as _resetRenderers, h as helper, c as htmlSafe, i as isHTMLSafe, d as isTrustedHTML, r as renderComponent, e as renderSettled, t as trustHTML, u as uniqueId } from '../../../shared-chunks/index-
|
|
10
|
+
export { C as Component, H as Helper, I as Input, L as LinkTo, O as OutletView, R as Renderer, a as RootTemplate, S as SafeString, T as Textarea, b as TrustedHTML, _ as _resetRenderers, h as helper, c as htmlSafe, i as isHTMLSafe, d as isTrustedHTML, r as renderComponent, e as renderSettled, t as trustHTML, u as uniqueId } from '../../../shared-chunks/index-ByyoGpfz.js';
|
|
11
11
|
export { g as getTemplate, a as getTemplates, h as hasTemplate, s as setTemplate, b as setTemplates } from '../../../shared-chunks/template_registry-DigcUg9m.js';
|
|
12
|
-
export { s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-
|
|
12
|
+
export { s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-Bbj8WQen.js';
|
|
13
13
|
export { D as DOMChanges } from '../../../shared-chunks/dynamic-CuBsUXX8.js';
|
|
14
14
|
import '../../../shared-chunks/constants-oDhF27qL.js';
|
|
15
15
|
export { isSerializationFirstNode } from '../../../@glimmer/runtime/index.js';
|
|
@@ -46,8 +46,8 @@ import ApplicationInstance from './instance.js';
|
|
|
46
46
|
import Engine, { buildInitializerMethod } from '../engine/index.js';
|
|
47
47
|
import { p as privatize } from '../../shared-chunks/registry-XY5cfmbH.js';
|
|
48
48
|
import '../../shared-chunks/index-CQkjwqTv.js';
|
|
49
|
-
import '../../shared-chunks/index-
|
|
50
|
-
import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-
|
|
49
|
+
import '../../shared-chunks/index-ByyoGpfz.js';
|
|
50
|
+
import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-Bbj8WQen.js';
|
|
51
51
|
import '../../shared-chunks/dynamic-CuBsUXX8.js';
|
|
52
52
|
import '../../shared-chunks/constants-oDhF27qL.js';
|
|
53
53
|
import RouterService from '../routing/router-service.js';
|
|
@@ -9,7 +9,7 @@ import '../../@glimmer/validator/index.js';
|
|
|
9
9
|
import '../../shared-chunks/reference-B6HMX4y0.js';
|
|
10
10
|
import '../../shared-chunks/index-CQkjwqTv.js';
|
|
11
11
|
import '../../@glimmer/destroyable/index.js';
|
|
12
|
-
import { e as renderSettled } from '../../shared-chunks/index-
|
|
12
|
+
import { e as renderSettled } from '../../shared-chunks/index-ByyoGpfz.js';
|
|
13
13
|
import '../../shared-chunks/registry-XY5cfmbH.js';
|
|
14
14
|
import '../debug/index.js';
|
|
15
15
|
import '../../shared-chunks/dynamic-CuBsUXX8.js';
|
|
@@ -6,7 +6,7 @@ import '../../@glimmer/validator/index.js';
|
|
|
6
6
|
import '../../shared-chunks/reference-B6HMX4y0.js';
|
|
7
7
|
import '../../shared-chunks/index-CQkjwqTv.js';
|
|
8
8
|
import '../../@glimmer/destroyable/index.js';
|
|
9
|
-
export { H as default, h as helper } from '../../shared-chunks/index-
|
|
9
|
+
export { H as default, h as helper } from '../../shared-chunks/index-ByyoGpfz.js';
|
|
10
10
|
import '../../shared-chunks/registry-XY5cfmbH.js';
|
|
11
11
|
import '../debug/index.js';
|
|
12
12
|
import '../../shared-chunks/dynamic-CuBsUXX8.js';
|
|
@@ -9,7 +9,7 @@ import { s as setComponentManager$1 } from '../../shared-chunks/api-1B_9SjFR.js'
|
|
|
9
9
|
export { c as capabilities } from '../../shared-chunks/api-1B_9SjFR.js';
|
|
10
10
|
export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-CMHIG4cn.js';
|
|
11
11
|
import '../../shared-chunks/index-CQkjwqTv.js';
|
|
12
|
-
export { I as Input, T as Textarea, C as default } from '../../shared-chunks/index-
|
|
12
|
+
export { I as Input, T as Textarea, C as default } from '../../shared-chunks/index-ByyoGpfz.js';
|
|
13
13
|
import '../../shared-chunks/registry-XY5cfmbH.js';
|
|
14
14
|
import '../debug/index.js';
|
|
15
15
|
import '../../shared-chunks/dynamic-CuBsUXX8.js';
|
|
@@ -29,8 +29,8 @@ import '../-internals/views/lib/views/core_view.js';
|
|
|
29
29
|
import '../-internals/views/lib/mixins/action_support.js';
|
|
30
30
|
import '../-internals/views/lib/views/states.js';
|
|
31
31
|
import '../../shared-chunks/index-CQkjwqTv.js';
|
|
32
|
-
import '../../shared-chunks/index-
|
|
33
|
-
import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-
|
|
32
|
+
import '../../shared-chunks/index-ByyoGpfz.js';
|
|
33
|
+
import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-Bbj8WQen.js';
|
|
34
34
|
import '../../shared-chunks/dynamic-CuBsUXX8.js';
|
|
35
35
|
import '../../shared-chunks/constants-oDhF27qL.js';
|
|
36
36
|
import '../runloop/index.js';
|
|
@@ -10,7 +10,7 @@ import { b as setHelperManager$1 } from '../../shared-chunks/api-1B_9SjFR.js';
|
|
|
10
10
|
import { a as array$1, c as concat$1, f as fn$1, g as get$1, h as hash$1, i as invokeHelper$1 } from '../../shared-chunks/dynamic-CuBsUXX8.js';
|
|
11
11
|
import '../../shared-chunks/constants-oDhF27qL.js';
|
|
12
12
|
import '../../shared-chunks/index-CQkjwqTv.js';
|
|
13
|
-
import { u as uniqueId$1 } from '../../shared-chunks/index-
|
|
13
|
+
import { u as uniqueId$1 } from '../../shared-chunks/index-ByyoGpfz.js';
|
|
14
14
|
import '../../shared-chunks/registry-XY5cfmbH.js';
|
|
15
15
|
import '../debug/index.js';
|
|
16
16
|
import '../runloop/index.js';
|
|
@@ -9,7 +9,7 @@ import { d as setModifierManager$1 } from '../../shared-chunks/api-1B_9SjFR.js';
|
|
|
9
9
|
export { m as capabilities } from '../../shared-chunks/api-1B_9SjFR.js';
|
|
10
10
|
export { on } from './on.js';
|
|
11
11
|
import '../../shared-chunks/index-CQkjwqTv.js';
|
|
12
|
-
import '../../shared-chunks/index-
|
|
12
|
+
import '../../shared-chunks/index-ByyoGpfz.js';
|
|
13
13
|
import '../../shared-chunks/registry-XY5cfmbH.js';
|
|
14
14
|
import '../debug/index.js';
|
|
15
15
|
import '../../shared-chunks/dynamic-CuBsUXX8.js';
|
|
@@ -6,7 +6,7 @@ import '../../@glimmer/validator/index.js';
|
|
|
6
6
|
import '../../shared-chunks/reference-B6HMX4y0.js';
|
|
7
7
|
import '../../shared-chunks/index-CQkjwqTv.js';
|
|
8
8
|
import '../../@glimmer/destroyable/index.js';
|
|
9
|
-
export { r as renderComponent, e as renderSettled } from '../../shared-chunks/index-
|
|
9
|
+
export { r as renderComponent, e as renderSettled } from '../../shared-chunks/index-ByyoGpfz.js';
|
|
10
10
|
import '../../shared-chunks/registry-XY5cfmbH.js';
|
|
11
11
|
import '../debug/index.js';
|
|
12
12
|
import '../../shared-chunks/dynamic-CuBsUXX8.js';
|
|
@@ -6,7 +6,7 @@ import '../../@glimmer/validator/index.js';
|
|
|
6
6
|
import '../../shared-chunks/reference-B6HMX4y0.js';
|
|
7
7
|
import '../../shared-chunks/index-CQkjwqTv.js';
|
|
8
8
|
import '../../@glimmer/destroyable/index.js';
|
|
9
|
-
export { L as LinkTo } from '../../shared-chunks/index-
|
|
9
|
+
export { L as LinkTo } from '../../shared-chunks/index-ByyoGpfz.js';
|
|
10
10
|
import '../../shared-chunks/registry-XY5cfmbH.js';
|
|
11
11
|
import '../debug/index.js';
|
|
12
12
|
import '../../shared-chunks/dynamic-CuBsUXX8.js';
|
|
@@ -6,7 +6,7 @@ import '../../@glimmer/validator/index.js';
|
|
|
6
6
|
import '../../shared-chunks/reference-B6HMX4y0.js';
|
|
7
7
|
import '../../shared-chunks/index-CQkjwqTv.js';
|
|
8
8
|
import '../../@glimmer/destroyable/index.js';
|
|
9
|
-
export { c as htmlSafe, i as isHTMLSafe, d as isTrustedHTML, t as trustHTML } from '../../shared-chunks/index-
|
|
9
|
+
export { c as htmlSafe, i as isHTMLSafe, d as isTrustedHTML, t as trustHTML } from '../../shared-chunks/index-ByyoGpfz.js';
|
|
10
10
|
import '../../shared-chunks/registry-XY5cfmbH.js';
|
|
11
11
|
import '../debug/index.js';
|
|
12
12
|
import '../../shared-chunks/dynamic-CuBsUXX8.js';
|
|
@@ -45,7 +45,7 @@ import MutableEnumerable from '../@ember/enumerable/mutable.js';
|
|
|
45
45
|
import '../@ember/-internals/runtime/lib/mixins/target_action_support.js';
|
|
46
46
|
import '../@ember/-internals/runtime/lib/ext/rsvp.js';
|
|
47
47
|
import { t as templateFactory } from '../shared-chunks/index-CQkjwqTv.js';
|
|
48
|
-
import { I as Input, C as Component, H as Helper } from '../shared-chunks/index-
|
|
48
|
+
import { I as Input, C as Component, H as Helper } from '../shared-chunks/index-ByyoGpfz.js';
|
|
49
49
|
import { b as setTemplates, a as getTemplates } from '../shared-chunks/template_registry-DigcUg9m.js';
|
|
50
50
|
import { t as templateOnlyComponent, i as invokeHelper, h as hash, a as array, c as concat, g as get$1, o as on$1, f as fn } from '../shared-chunks/dynamic-CuBsUXX8.js';
|
|
51
51
|
import '../shared-chunks/constants-oDhF27qL.js';
|
|
@@ -34,7 +34,7 @@ import '../../shared-chunks/unrecognized-url-error-BBMMZhBN.js';
|
|
|
34
34
|
import '../../@ember/routing/lib/routing-service.js';
|
|
35
35
|
import '../../@ember/controller/index.js';
|
|
36
36
|
import '../../shared-chunks/index-CQkjwqTv.js';
|
|
37
|
-
import '../../shared-chunks/index-
|
|
37
|
+
import '../../shared-chunks/index-ByyoGpfz.js';
|
|
38
38
|
import '../../shared-chunks/registry-XY5cfmbH.js';
|
|
39
39
|
import '../../shared-chunks/dynamic-CuBsUXX8.js';
|
|
40
40
|
import '../../shared-chunks/constants-oDhF27qL.js';
|
|
@@ -5215,7 +5215,7 @@ class ClassicRootState {
|
|
|
5215
5215
|
nextSibling: null
|
|
5216
5216
|
}), layout, dynamicScope);
|
|
5217
5217
|
let result = this.result = iterator.sync();
|
|
5218
|
-
associateDestroyableChild(
|
|
5218
|
+
associateDestroyableChild(this, result);
|
|
5219
5219
|
this.render = errorLoopTransaction(() => {
|
|
5220
5220
|
if (isDestroying(result) || isDestroyed(result)) return;
|
|
5221
5221
|
return result.rerender({
|
package/dist/packages/shared-chunks/{setup-registry-CKETjIT_.js → setup-registry-Bbj8WQen.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { p as privatize } from './registry-XY5cfmbH.js';
|
|
2
2
|
import { getOwner } from '../@ember/-internals/owner/index.js';
|
|
3
3
|
import '../@ember/debug/index.js';
|
|
4
|
-
import { O as OutletView, f as OutletTemplate, I as Input, L as LinkTo, T as Textarea, a as RootTemplate, R as Renderer } from './index-
|
|
4
|
+
import { O as OutletView, f as OutletTemplate, I as Input, L as LinkTo, T as Textarea, a as RootTemplate, R as Renderer } from './index-ByyoGpfz.js';
|
|
5
5
|
import './capabilities-DHiXCCuB.js';
|
|
6
6
|
import './debug-to-string-BsFOvUtQ.js';
|
|
7
7
|
import { isDevelopingApp } from '@embroider/macros';
|
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": "6.12.0-beta.
|
|
6
|
+
"version": "6.12.0-beta.2"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"node_modules/rsvp/lib/rsvp/promise/all.js": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-source",
|
|
3
|
-
"version": "6.12.0-beta.
|
|
3
|
+
"version": "6.12.0-beta.2",
|
|
4
4
|
"description": "A JavaScript framework for creating ambitious web applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
}
|
|
390
390
|
},
|
|
391
391
|
"packageManager": "pnpm@10.5.0",
|
|
392
|
-
"_originalVersion": "6.12.0-beta.
|
|
392
|
+
"_originalVersion": "6.12.0-beta.2",
|
|
393
393
|
"_versionPreviouslyCalculated": true,
|
|
394
394
|
"publishConfig": {
|
|
395
395
|
"tag": "beta"
|