ember-source 5.10.1 → 5.12.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blueprints/component/index.js +2 -2
- package/blueprints/component-class/index.js +2 -2
- package/build-metadata.json +3 -3
- package/dist/ember-template-compiler.js +14 -12
- package/dist/ember-testing.js +8 -6
- package/dist/ember.debug.js +10 -8
- package/dist/ember.prod.js +5 -3
- package/dist/packages/@ember/-internals/container/index.js +1 -1
- package/dist/packages/@ember/-internals/deprecations/index.js +1 -1
- package/dist/packages/@ember/-internals/glimmer/index.js +1 -1
- package/dist/packages/@ember/-internals/meta/lib/meta.js +3 -3
- package/dist/packages/@ember/-internals/metal/index.js +8 -8
- package/dist/packages/@ember/-internals/routing/index.js +4 -4
- package/dist/packages/@ember/-internals/runtime/lib/ext/rsvp.js +2 -2
- package/dist/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +5 -5
- package/dist/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +3 -3
- package/dist/packages/@ember/-internals/runtime/lib/mixins/container_proxy.js +1 -1
- package/dist/packages/@ember/-internals/runtime/lib/mixins/registry_proxy.js +1 -1
- package/dist/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +3 -3
- package/dist/packages/@ember/-internals/string/index.js +1 -1
- package/dist/packages/@ember/-internals/utils/index.js +4 -4
- package/dist/packages/@ember/-internals/views/index.js +1 -1
- package/dist/packages/@ember/-internals/views/lib/compat/fallback-view-registry.js +1 -1
- package/dist/packages/@ember/-internals/views/lib/component_lookup.js +1 -1
- package/dist/packages/@ember/-internals/views/lib/mixins/action_support.js +3 -3
- package/dist/packages/@ember/-internals/views/lib/mixins/child_views_support.js +3 -3
- package/dist/packages/@ember/-internals/views/lib/mixins/class_names_support.js +3 -3
- package/dist/packages/@ember/-internals/views/lib/mixins/view_support.js +3 -3
- package/dist/packages/@ember/-internals/views/lib/system/event_dispatcher.js +6 -6
- package/dist/packages/@ember/-internals/views/lib/system/utils.js +2 -2
- package/dist/packages/@ember/-internals/views/lib/views/core_view.js +4 -4
- package/dist/packages/@ember/-internals/views/lib/views/states.js +3 -3
- package/dist/packages/@ember/application/index.js +6 -6
- package/dist/packages/@ember/application/instance.js +8 -8
- package/dist/packages/@ember/application/namespace.js +6 -6
- package/dist/packages/@ember/array/index.js +5 -5
- package/dist/packages/@ember/array/mutable.js +1 -1
- package/dist/packages/@ember/array/proxy.js +5 -5
- package/dist/packages/@ember/component/helper.js +4 -4
- package/dist/packages/@ember/component/index.js +4 -4
- package/dist/packages/@ember/controller/index.js +5 -5
- package/dist/packages/@ember/debug/container-debug-adapter.js +4 -4
- package/dist/packages/@ember/debug/data-adapter.js +4 -4
- package/dist/packages/@ember/debug/index.js +1 -1
- package/dist/packages/@ember/debug/lib/deprecate.js +1 -1
- package/dist/packages/@ember/debug/lib/inspect.js +1 -1
- package/dist/packages/@ember/debug/lib/warn.js +1 -1
- package/dist/packages/@ember/engine/index.js +8 -8
- package/dist/packages/@ember/engine/instance.js +5 -5
- package/dist/packages/@ember/helper/index.js +4 -4
- package/dist/packages/@ember/instrumentation/index.js +1 -1
- package/dist/packages/@ember/modifier/index.js +4 -4
- package/dist/packages/@ember/object/-internals.js +5 -5
- package/dist/packages/@ember/object/compat.js +3 -3
- package/dist/packages/@ember/object/computed.js +4 -4
- package/dist/packages/@ember/object/core.js +6 -6
- package/dist/packages/@ember/object/evented.js +4 -4
- package/dist/packages/@ember/object/events.js +3 -3
- package/dist/packages/@ember/object/index.js +7 -7
- package/dist/packages/@ember/object/internals.js +1 -1
- package/dist/packages/@ember/object/lib/computed/computed_macros.js +6 -6
- package/dist/packages/@ember/object/lib/computed/reduce_computed_macros.js +4 -4
- package/dist/packages/@ember/object/mixin.js +5 -5
- package/dist/packages/@ember/object/observable.js +6 -6
- package/dist/packages/@ember/object/observers.js +3 -3
- package/dist/packages/@ember/object/promise-proxy-mixin.js +5 -5
- package/dist/packages/@ember/renderer/index.js +4 -4
- package/dist/packages/@ember/routing/-internals.js +1 -1
- package/dist/packages/@ember/routing/hash-location.js +2 -2
- package/dist/packages/@ember/routing/history-location.js +2 -2
- package/dist/packages/@ember/routing/index.js +4 -4
- package/dist/packages/@ember/routing/lib/dsl.js +1 -1
- package/dist/packages/@ember/routing/lib/generate_controller.js +3 -3
- package/dist/packages/@ember/routing/lib/router_state.js +1 -1
- package/dist/packages/@ember/routing/lib/routing-service.js +5 -5
- package/dist/packages/@ember/routing/lib/utils.js +4 -4
- package/dist/packages/@ember/routing/none-location.js +2 -2
- package/dist/packages/@ember/routing/route.js +10 -10
- package/dist/packages/@ember/routing/router-service.js +6 -6
- package/dist/packages/@ember/routing/router.js +7 -7
- package/dist/packages/@ember/runloop/index.js +3 -3
- package/dist/packages/@ember/service/index.js +3 -3
- package/dist/packages/@ember/template/index.js +4 -4
- package/dist/packages/@ember/utils/index.js +1 -1
- package/dist/packages/@ember/utils/lib/compare.js +2 -2
- package/dist/packages/@ember/utils/lib/is_empty.js +4 -4
- package/dist/packages/@ember/utils/lib/type-of.js +1 -1
- package/dist/packages/@glimmer/tracking/index.js +3 -3
- package/dist/packages/@glimmer/tracking/primitives/cache.js +3 -3
- package/dist/packages/ember/barrel.js +10 -10
- package/dist/packages/ember/version.js +1 -1
- package/dist/packages/ember-testing/lib/adapters/adapter.js +1 -1
- package/dist/packages/ember-testing/lib/adapters/qunit.js +1 -1
- package/dist/packages/ember-testing/lib/ext/application.js +1 -1
- package/dist/packages/ember-testing/lib/ext/rsvp.js +1 -1
- package/dist/packages/ember-testing/lib/helpers/and_then.js +1 -1
- package/dist/packages/ember-testing/lib/helpers/current_path.js +5 -5
- package/dist/packages/ember-testing/lib/helpers/current_route_name.js +5 -5
- package/dist/packages/ember-testing/lib/helpers/current_url.js +5 -5
- package/dist/packages/ember-testing/lib/helpers/pause_test.js +1 -1
- package/dist/packages/ember-testing/lib/helpers/visit.js +3 -3
- package/dist/packages/ember-testing/lib/helpers/wait.js +3 -3
- package/dist/packages/ember-testing/lib/initializers.js +7 -7
- package/dist/packages/ember-testing/lib/setup_for_testing.js +1 -1
- package/dist/packages/ember-testing/lib/test/run.js +1 -1
- package/dist/packages/shared-chunks/{alias-By_2yu5c.js → alias-B9EVm1zl.js} +3 -3
- package/dist/packages/shared-chunks/{cache-gDE3bkXq.js → cache-DfGfGjt9.js} +4 -4
- package/dist/packages/shared-chunks/{core_view-Cxne2_wu.js → core_view-DHH6iT1r.js} +3 -3
- package/dist/packages/shared-chunks/{index-PYiGj1jp.js → index-Bz3vz93m.js} +7 -7
- package/dist/packages/shared-chunks/{index-DTxy4Zgx.js → index-C_0RkUaC.js} +7 -5
- package/dist/packages/shared-chunks/{index-BXPoca1S.js → index-DatiAa_z.js} +10 -10
- package/dist/packages/shared-chunks/{is_proxy-Dmis-70B.js → is_proxy-CUX0IOlR.js} +1 -1
- package/dist/packages/shared-chunks/{mandatory-setter-1UQhiJOb.js → mandatory-setter-CsT0mMvz.js} +1 -1
- package/dist/packages/shared-chunks/{name-z9D9Yibn.js → name-CQZUmrCC.js} +1 -1
- package/dist/packages/shared-chunks/{namespace_search-CBgHTkDh.js → namespace_search-RE2J0tvc.js} +2 -2
- package/dist/packages/shared-chunks/{property_set-CW4q-uo4.js → property_set-_MrrddMM.js} +4 -4
- package/dist/packages/shared-chunks/{registry-DzfcDwii.js → registry-Cf8N12n4.js} +2 -2
- package/dist/packages/shared-chunks/{set_properties-DvalyQdu.js → set_properties-G2fERhV0.js} +2 -2
- package/dist/packages/shared-chunks/{to-string-D8i3mjEU.js → to-string-CyIvmdAn.js} +1 -1
- package/docs/data.json +7 -7
- package/package.json +8 -5
- package/types/stable/@ember/debug/index.d.ts +1 -2
- package/types/stable/ember/barrel.d.ts +1 -1
- package/types/stable/ember/index.d.ts +1 -1
- package/dist/packages/@ember/routing/lib/engines.js +0 -1
- package/dist/packages/@ember/routing/lib/route-info.js +0 -1
- package/dist/packages/@ember/routing/location.js +0 -1
- package/dist/packages/@ember/routing/route-info.js +0 -1
- package/dist/packages/@ember/routing/transition.js +0 -1
- package/dist/packages/@ember/runloop/-private/backburner.js +0 -1
|
@@ -275,9 +275,9 @@ module.exports = {
|
|
|
275
275
|
importComponent = `import Component from '@glimmer/component';`;
|
|
276
276
|
if (this._isUsingTS) {
|
|
277
277
|
componentSignature = generateComponentSignature(classifiedModuleName);
|
|
278
|
-
defaultExport = `class ${classifiedModuleName}
|
|
278
|
+
defaultExport = `class ${classifiedModuleName} extends Component<${classifiedModuleName}Signature> {}`;
|
|
279
279
|
} else {
|
|
280
|
-
defaultExport = `class ${classifiedModuleName}
|
|
280
|
+
defaultExport = `class ${classifiedModuleName} extends Component {}`;
|
|
281
281
|
}
|
|
282
282
|
break;
|
|
283
283
|
case '@ember/component/template-only':
|
|
@@ -173,9 +173,9 @@ module.exports = {
|
|
|
173
173
|
importComponent = `import Component from '@glimmer/component';`;
|
|
174
174
|
if (this._isUsingTS) {
|
|
175
175
|
componentSignature = generateComponentSignature(classifiedModuleName);
|
|
176
|
-
defaultExport = `class ${classifiedModuleName}
|
|
176
|
+
defaultExport = `class ${classifiedModuleName} extends Component<${classifiedModuleName}Signature> {}`;
|
|
177
177
|
} else {
|
|
178
|
-
defaultExport = `class ${classifiedModuleName}
|
|
178
|
+
defaultExport = `class ${classifiedModuleName} extends Component {}`;
|
|
179
179
|
}
|
|
180
180
|
break;
|
|
181
181
|
case '@ember/component/template-only':
|
package/build-metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.
|
|
2
|
+
"version": "5.12.0-alpha.1",
|
|
3
3
|
"buildType": "tag",
|
|
4
|
-
"SHA": "
|
|
5
|
-
"assetPath": "/tag/shas/
|
|
4
|
+
"SHA": "35c354150cad868c87daa94ecfe57fbe13d339c0",
|
|
5
|
+
"assetPath": "/tag/shas/35c354150cad868c87daa94ecfe57fbe13d339c0.tgz"
|
|
6
6
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Portions Copyright 2008-2011 Apple Inc. All rights reserved.
|
|
6
6
|
* @license Licensed under MIT license
|
|
7
7
|
* See https://raw.github.com/emberjs/ember.js/master/LICENSE
|
|
8
|
-
* @version 5.
|
|
8
|
+
* @version 5.12.0-alpha.1
|
|
9
9
|
*/
|
|
10
10
|
/* eslint-disable no-var */
|
|
11
11
|
/* globals global globalThis self */
|
|
@@ -1093,11 +1093,11 @@ var define, require;
|
|
|
1093
1093
|
invoke('deprecate', message, test, options);
|
|
1094
1094
|
};
|
|
1095
1095
|
}
|
|
1096
|
-
const
|
|
1096
|
+
const defaultDeprecate = deprecate$2;
|
|
1097
1097
|
|
|
1098
1098
|
const emberDebugLibDeprecate = /*#__PURE__*/Object.defineProperty({
|
|
1099
1099
|
__proto__: null,
|
|
1100
|
-
default:
|
|
1100
|
+
default: defaultDeprecate,
|
|
1101
1101
|
get missingOptionDeprecation () { return missingOptionDeprecation; },
|
|
1102
1102
|
get missingOptionsDeprecation () { return missingOptionsDeprecation$1; },
|
|
1103
1103
|
get missingOptionsIdDeprecation () { return missingOptionsIdDeprecation$1; },
|
|
@@ -2018,7 +2018,7 @@ var define, require;
|
|
|
2018
2018
|
let info = noop;
|
|
2019
2019
|
let warn = noop;
|
|
2020
2020
|
let debug = noop;
|
|
2021
|
-
let
|
|
2021
|
+
let currentDeprecate;
|
|
2022
2022
|
let debugSeal = noop;
|
|
2023
2023
|
let debugFreeze = noop;
|
|
2024
2024
|
let runInDebug = noop;
|
|
@@ -2027,6 +2027,9 @@ var define, require;
|
|
|
2027
2027
|
let deprecateFunc = function () {
|
|
2028
2028
|
return arguments[arguments.length - 1];
|
|
2029
2029
|
};
|
|
2030
|
+
function deprecate(...args) {
|
|
2031
|
+
return (currentDeprecate ?? defaultDeprecate)(...args);
|
|
2032
|
+
}
|
|
2030
2033
|
{
|
|
2031
2034
|
setDebugFunction = function (type, callback) {
|
|
2032
2035
|
switch (type) {
|
|
@@ -2039,7 +2042,7 @@ var define, require;
|
|
|
2039
2042
|
case 'debug':
|
|
2040
2043
|
return debug = callback;
|
|
2041
2044
|
case 'deprecate':
|
|
2042
|
-
return
|
|
2045
|
+
return currentDeprecate = callback;
|
|
2043
2046
|
case 'debugSeal':
|
|
2044
2047
|
return debugSeal = callback;
|
|
2045
2048
|
case 'debugFreeze':
|
|
@@ -2228,7 +2231,6 @@ var define, require;
|
|
|
2228
2231
|
Object.freeze(obj);
|
|
2229
2232
|
}
|
|
2230
2233
|
});
|
|
2231
|
-
setDebugFunction('deprecate', _deprecate);
|
|
2232
2234
|
setDebugFunction('warn', _warn);
|
|
2233
2235
|
}
|
|
2234
2236
|
let _warnIfUsingStrippedFeatureFlags;
|
|
@@ -2256,7 +2258,7 @@ var define, require;
|
|
|
2256
2258
|
get debug () { return debug; },
|
|
2257
2259
|
get debugFreeze () { return debugFreeze; },
|
|
2258
2260
|
get debugSeal () { return debugSeal; },
|
|
2259
|
-
|
|
2261
|
+
deprecate,
|
|
2260
2262
|
get deprecateFunc () { return deprecateFunc; },
|
|
2261
2263
|
get getDebugFunction () { return getDebugFunction; },
|
|
2262
2264
|
get info () { return info; },
|
|
@@ -17766,7 +17768,7 @@ var define, require;
|
|
|
17766
17768
|
}, Symbol.toStringTag, { value: 'Module' });
|
|
17767
17769
|
|
|
17768
17770
|
// this file gets replaced with the real value during the build
|
|
17769
|
-
const version = '5.
|
|
17771
|
+
const version = '5.12.0-alpha.1';
|
|
17770
17772
|
|
|
17771
17773
|
const emberVersion = /*#__PURE__*/Object.defineProperty({
|
|
17772
17774
|
__proto__: null,
|
|
@@ -18855,7 +18857,7 @@ var define, require;
|
|
|
18855
18857
|
}
|
|
18856
18858
|
|
|
18857
18859
|
})((() => {
|
|
18858
|
-
try {
|
|
18860
|
+
try {
|
|
18859
18861
|
return require('ember');
|
|
18860
18862
|
} catch (err) {
|
|
18861
18863
|
return {
|
|
@@ -18865,19 +18867,19 @@ var define, require;
|
|
|
18865
18867
|
}
|
|
18866
18868
|
}
|
|
18867
18869
|
})(), (() => {
|
|
18868
|
-
try {
|
|
18870
|
+
try {
|
|
18869
18871
|
return require('@ember/-internals/glimmer');
|
|
18870
18872
|
} catch (err) {
|
|
18871
18873
|
return { template: undefined }
|
|
18872
18874
|
}
|
|
18873
18875
|
})(), (() => {
|
|
18874
|
-
try {
|
|
18876
|
+
try {
|
|
18875
18877
|
return require('@ember/template-compilation');
|
|
18876
18878
|
} catch (err) {
|
|
18877
18879
|
return { __registerTemplateCompiler(){} }
|
|
18878
18880
|
}
|
|
18879
18881
|
})(), (() => {
|
|
18880
|
-
try {
|
|
18882
|
+
try {
|
|
18881
18883
|
return require('@ember/application');
|
|
18882
18884
|
} catch (err) {
|
|
18883
18885
|
return undefined
|
package/dist/ember-testing.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Portions Copyright 2008-2011 Apple Inc. All rights reserved.
|
|
6
6
|
* @license Licensed under MIT license
|
|
7
7
|
* See https://raw.github.com/emberjs/ember.js/master/LICENSE
|
|
8
|
-
* @version 5.
|
|
8
|
+
* @version 5.12.0-alpha.1
|
|
9
9
|
*/
|
|
10
10
|
/* eslint-disable no-var */
|
|
11
11
|
/* globals global globalThis self */
|
|
@@ -569,7 +569,7 @@ var define, require;
|
|
|
569
569
|
invoke('deprecate', message, test, options);
|
|
570
570
|
};
|
|
571
571
|
}
|
|
572
|
-
const
|
|
572
|
+
const defaultDeprecate = deprecate$1;
|
|
573
573
|
|
|
574
574
|
let testing = false;
|
|
575
575
|
function isTesting() {
|
|
@@ -1151,9 +1151,12 @@ var define, require;
|
|
|
1151
1151
|
let info = noop$3;
|
|
1152
1152
|
let warn = noop$3;
|
|
1153
1153
|
let debug$1 = noop$3;
|
|
1154
|
-
let
|
|
1154
|
+
let currentDeprecate;
|
|
1155
1155
|
let debugFreeze = noop$3;
|
|
1156
1156
|
let setDebugFunction = noop$3;
|
|
1157
|
+
function deprecate(...args) {
|
|
1158
|
+
return (currentDeprecate ?? defaultDeprecate)(...args);
|
|
1159
|
+
}
|
|
1157
1160
|
{
|
|
1158
1161
|
setDebugFunction = function (type, callback) {
|
|
1159
1162
|
switch (type) {
|
|
@@ -1166,7 +1169,7 @@ var define, require;
|
|
|
1166
1169
|
case 'debug':
|
|
1167
1170
|
return debug$1 = callback;
|
|
1168
1171
|
case 'deprecate':
|
|
1169
|
-
return
|
|
1172
|
+
return currentDeprecate = callback;
|
|
1170
1173
|
case 'debugSeal':
|
|
1171
1174
|
return callback;
|
|
1172
1175
|
case 'debugFreeze':
|
|
@@ -1333,7 +1336,6 @@ var define, require;
|
|
|
1333
1336
|
Object.freeze(obj);
|
|
1334
1337
|
}
|
|
1335
1338
|
});
|
|
1336
|
-
setDebugFunction('deprecate', _deprecate);
|
|
1337
1339
|
setDebugFunction('warn', _warn);
|
|
1338
1340
|
}
|
|
1339
1341
|
if (!isTesting()) {
|
|
@@ -9994,7 +9996,7 @@ var define, require;
|
|
|
9994
9996
|
}
|
|
9995
9997
|
|
|
9996
9998
|
// this file gets replaced with the real value during the build
|
|
9997
|
-
const VERSION = '5.
|
|
9999
|
+
const VERSION = '5.12.0-alpha.1';
|
|
9998
10000
|
|
|
9999
10001
|
/**
|
|
10000
10002
|
@module ember
|
package/dist/ember.debug.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Portions Copyright 2008-2011 Apple Inc. All rights reserved.
|
|
6
6
|
* @license Licensed under MIT license
|
|
7
7
|
* See https://raw.github.com/emberjs/ember.js/master/LICENSE
|
|
8
|
-
* @version 5.
|
|
8
|
+
* @version 5.12.0-alpha.1
|
|
9
9
|
*/
|
|
10
10
|
/* eslint-disable no-var */
|
|
11
11
|
/* globals global globalThis self */
|
|
@@ -1073,11 +1073,11 @@ var define, require;
|
|
|
1073
1073
|
invoke('deprecate', message, test, options);
|
|
1074
1074
|
};
|
|
1075
1075
|
}
|
|
1076
|
-
const
|
|
1076
|
+
const defaultDeprecate = deprecate$3;
|
|
1077
1077
|
|
|
1078
1078
|
const emberDebugLibDeprecate = /*#__PURE__*/Object.defineProperty({
|
|
1079
1079
|
__proto__: null,
|
|
1080
|
-
default:
|
|
1080
|
+
default: defaultDeprecate,
|
|
1081
1081
|
get missingOptionDeprecation () { return missingOptionDeprecation; },
|
|
1082
1082
|
get missingOptionsDeprecation () { return missingOptionsDeprecation$1; },
|
|
1083
1083
|
get missingOptionsIdDeprecation () { return missingOptionsIdDeprecation$1; },
|
|
@@ -1998,7 +1998,7 @@ var define, require;
|
|
|
1998
1998
|
let info = noop$3;
|
|
1999
1999
|
let warn = noop$3;
|
|
2000
2000
|
let debug$2 = noop$3;
|
|
2001
|
-
let
|
|
2001
|
+
let currentDeprecate;
|
|
2002
2002
|
let debugSeal = noop$3;
|
|
2003
2003
|
let debugFreeze = noop$3;
|
|
2004
2004
|
let runInDebug = noop$3;
|
|
@@ -2007,6 +2007,9 @@ var define, require;
|
|
|
2007
2007
|
let deprecateFunc = function () {
|
|
2008
2008
|
return arguments[arguments.length - 1];
|
|
2009
2009
|
};
|
|
2010
|
+
function deprecate$1(...args) {
|
|
2011
|
+
return (currentDeprecate ?? defaultDeprecate)(...args);
|
|
2012
|
+
}
|
|
2010
2013
|
{
|
|
2011
2014
|
setDebugFunction = function (type, callback) {
|
|
2012
2015
|
switch (type) {
|
|
@@ -2019,7 +2022,7 @@ var define, require;
|
|
|
2019
2022
|
case 'debug':
|
|
2020
2023
|
return debug$2 = callback;
|
|
2021
2024
|
case 'deprecate':
|
|
2022
|
-
return
|
|
2025
|
+
return currentDeprecate = callback;
|
|
2023
2026
|
case 'debugSeal':
|
|
2024
2027
|
return debugSeal = callback;
|
|
2025
2028
|
case 'debugFreeze':
|
|
@@ -2208,7 +2211,6 @@ var define, require;
|
|
|
2208
2211
|
Object.freeze(obj);
|
|
2209
2212
|
}
|
|
2210
2213
|
});
|
|
2211
|
-
setDebugFunction('deprecate', _deprecate);
|
|
2212
2214
|
setDebugFunction('warn', _warn);
|
|
2213
2215
|
}
|
|
2214
2216
|
let _warnIfUsingStrippedFeatureFlags;
|
|
@@ -2236,7 +2238,7 @@ var define, require;
|
|
|
2236
2238
|
get debug () { return debug$2; },
|
|
2237
2239
|
get debugFreeze () { return debugFreeze; },
|
|
2238
2240
|
get debugSeal () { return debugSeal; },
|
|
2239
|
-
|
|
2241
|
+
deprecate: deprecate$1,
|
|
2240
2242
|
get deprecateFunc () { return deprecateFunc; },
|
|
2241
2243
|
get getDebugFunction () { return getDebugFunction; },
|
|
2242
2244
|
get info () { return info; },
|
|
@@ -3497,7 +3499,7 @@ var define, require;
|
|
|
3497
3499
|
}, Symbol.toStringTag, { value: 'Module' });
|
|
3498
3500
|
|
|
3499
3501
|
// this file gets replaced with the real value during the build
|
|
3500
|
-
const Version = '5.
|
|
3502
|
+
const Version = '5.12.0-alpha.1';
|
|
3501
3503
|
|
|
3502
3504
|
const emberVersion = /*#__PURE__*/Object.defineProperty({
|
|
3503
3505
|
__proto__: null,
|
package/dist/ember.prod.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Portions Copyright 2008-2011 Apple Inc. All rights reserved.
|
|
6
6
|
* @license Licensed under MIT license
|
|
7
7
|
* See https://raw.github.com/emberjs/ember.js/master/LICENSE
|
|
8
|
-
* @version 5.
|
|
8
|
+
* @version 5.12.0-alpha.1
|
|
9
9
|
*/
|
|
10
10
|
/* eslint-disable no-var */
|
|
11
11
|
/* globals global globalThis self */
|
|
@@ -1648,7 +1648,6 @@ var define, require;
|
|
|
1648
1648
|
let info = noop$3;
|
|
1649
1649
|
let warn = noop$3;
|
|
1650
1650
|
let debug$2 = noop$3;
|
|
1651
|
-
let deprecate$1 = noop$3;
|
|
1652
1651
|
let debugSeal = noop$3;
|
|
1653
1652
|
let debugFreeze = noop$3;
|
|
1654
1653
|
let runInDebug = noop$3;
|
|
@@ -1657,6 +1656,9 @@ var define, require;
|
|
|
1657
1656
|
let deprecateFunc = function () {
|
|
1658
1657
|
return arguments[arguments.length - 1];
|
|
1659
1658
|
};
|
|
1659
|
+
function deprecate$1(...args) {
|
|
1660
|
+
return (deprecate$3)(...args);
|
|
1661
|
+
}
|
|
1660
1662
|
let _warnIfUsingStrippedFeatureFlags;
|
|
1661
1663
|
|
|
1662
1664
|
const emberDebugIndex = /*#__PURE__*/Object.defineProperty({
|
|
@@ -2716,7 +2718,7 @@ var define, require;
|
|
|
2716
2718
|
}, Symbol.toStringTag, { value: 'Module' });
|
|
2717
2719
|
|
|
2718
2720
|
// this file gets replaced with the real value during the build
|
|
2719
|
-
const Version = '5.
|
|
2721
|
+
const Version = '5.12.0-alpha.1';
|
|
2720
2722
|
|
|
2721
2723
|
const emberVersion = /*#__PURE__*/Object.defineProperty({
|
|
2722
2724
|
__proto__: null,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as Container, I as INIT_FACTORY, R as Registry, g as getFactoryFor, p as privatize, s as setFactoryFor } from '../../../shared-chunks/registry-
|
|
1
|
+
export { C as Container, I as INIT_FACTORY, R as Registry, g as getFactoryFor, p as privatize, s as setFactoryFor } from '../../../shared-chunks/registry-Cf8N12n4.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { E as ENV } from '../../../shared-chunks/env-BJLX2Arx.js';
|
|
2
2
|
import Version from '../../../ember/version.js';
|
|
3
|
-
import { a as assert, d as deprecate } from '../../../shared-chunks/index-
|
|
3
|
+
import { a as assert, d as deprecate } from '../../../shared-chunks/index-C_0RkUaC.js';
|
|
4
4
|
import { dasherize } from '../string/index.js';
|
|
5
5
|
import { isDevelopingApp } from '@embroider/macros';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { templateFactory as template, templateCacheCounters } from '../../../@glimmer/opcode-compiler/index.js';
|
|
2
|
-
export { C as Component, H as Helper, I as Input, L as LinkTo, O as OutletView, d as Renderer, b as RootTemplate, S as SafeString, T as Textarea, _ as _resetRenderers, e as escapeExpression, h as helper, c as htmlSafe, i as isHTMLSafe, r as renderSettled, f as setupApplicationRegistry, s as setupEngineRegistry, u as uniqueId } from '../../../shared-chunks/index-
|
|
2
|
+
export { C as Component, H as Helper, I as Input, L as LinkTo, O as OutletView, d as Renderer, b as RootTemplate, S as SafeString, T as Textarea, _ as _resetRenderers, e as escapeExpression, h as helper, c as htmlSafe, i as isHTMLSafe, r as renderSettled, f as setupApplicationRegistry, s as setupEngineRegistry, u as uniqueId } from '../../../shared-chunks/index-DatiAa_z.js';
|
|
3
3
|
export { g as getTemplate, a as getTemplates, h as hasTemplate, s as setTemplate, b as setTemplates } from '../../../shared-chunks/template_registry-DigcUg9m.js';
|
|
4
4
|
export { DOMChanges, DOMTreeConstruction, isSerializationFirstNode } from '../../../@glimmer/runtime/index.js';
|
|
5
5
|
export { NodeDOMTreeConstruction } from '../../../@glimmer/node/index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { s as symbol, t as toString } from '../../../../shared-chunks/to-string-
|
|
2
|
-
import '../../../../shared-chunks/mandatory-setter-
|
|
3
|
-
import { a as assert } from '../../../../shared-chunks/index-
|
|
1
|
+
import { s as symbol, t as toString } from '../../../../shared-chunks/to-string-CyIvmdAn.js';
|
|
2
|
+
import '../../../../shared-chunks/mandatory-setter-CsT0mMvz.js';
|
|
3
|
+
import { a as assert } from '../../../../shared-chunks/index-C_0RkUaC.js';
|
|
4
4
|
import { isDestroyed } from '../../../../@glimmer/destroyable/index.js';
|
|
5
5
|
import { isDevelopingApp } from '@embroider/macros';
|
|
6
6
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { g as get } from '../../../shared-chunks/cache-
|
|
2
|
-
export { a9 as ASYNC_OBSERVERS, D as ComputedDescriptor, C as ComputedProperty, ad as DEBUG_INJECTION_FUNCTIONS, a8 as Libraries, Q as PROPERTY_DID_CHANGE, a5 as PROXY_CONTENT, aa as SYNC_OBSERVERS, af as TrackedDescriptor, m as _getPath, a6 as _getProp, ab as activateObserver, V as addArrayObserver, z as addListener, x as addObserver, U as arrayContentDidChange, T as arrayContentWillChange, Y as autoComputed, a1 as beginPropertyChanges, a2 as changeProperties, c as computed, p as defineDecorator, d as defineProperty, o as defineValue, v as descriptorForDecorator, B as descriptorForProperty, a3 as endPropertyChanges, e as expandProperties, ac as flushAsyncObservers, J as hasListeners, H as hasUnknownProperty, f as inject, u as isClassicDecorator, a4 as isComputed, i as isElementDescriptor, M as libraries, w as makeComputedDecorator, ae as markObjectAsDirty, q as nativeDescDecorator, n as notifyPropertyChange, R as objectAt, K as on, W as removeArrayObserver, A as removeListener, y as removeObserver, S as replace, a7 as replaceInNativeArray, r as revalidateObservers, I as sendEvent, L as setClassicDecorator, t as tagForObject, a as tagForProperty, a0 as tracked } from '../../../shared-chunks/cache-
|
|
1
|
+
import { g as get } from '../../../shared-chunks/cache-DfGfGjt9.js';
|
|
2
|
+
export { a9 as ASYNC_OBSERVERS, D as ComputedDescriptor, C as ComputedProperty, ad as DEBUG_INJECTION_FUNCTIONS, a8 as Libraries, Q as PROPERTY_DID_CHANGE, a5 as PROXY_CONTENT, aa as SYNC_OBSERVERS, af as TrackedDescriptor, m as _getPath, a6 as _getProp, ab as activateObserver, V as addArrayObserver, z as addListener, x as addObserver, U as arrayContentDidChange, T as arrayContentWillChange, Y as autoComputed, a1 as beginPropertyChanges, a2 as changeProperties, c as computed, p as defineDecorator, d as defineProperty, o as defineValue, v as descriptorForDecorator, B as descriptorForProperty, a3 as endPropertyChanges, e as expandProperties, ac as flushAsyncObservers, J as hasListeners, H as hasUnknownProperty, f as inject, u as isClassicDecorator, a4 as isComputed, i as isElementDescriptor, M as libraries, w as makeComputedDecorator, ae as markObjectAsDirty, q as nativeDescDecorator, n as notifyPropertyChange, R as objectAt, K as on, W as removeArrayObserver, A as removeListener, y as removeObserver, S as replace, a7 as replaceInNativeArray, r as revalidateObservers, I as sendEvent, L as setClassicDecorator, t as tagForObject, a as tagForProperty, a0 as tracked } from '../../../shared-chunks/cache-DfGfGjt9.js';
|
|
3
3
|
export { g as getCachedValueFor } from '../../../shared-chunks/computed_cache-DmYKevAP.js';
|
|
4
|
-
export { a as alias } from '../../../shared-chunks/alias-
|
|
5
|
-
import { d as deprecate } from '../../../shared-chunks/index-
|
|
6
|
-
import { s as set } from '../../../shared-chunks/property_set-
|
|
7
|
-
export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-
|
|
4
|
+
export { a as alias } from '../../../shared-chunks/alias-B9EVm1zl.js';
|
|
5
|
+
import { d as deprecate } from '../../../shared-chunks/index-C_0RkUaC.js';
|
|
6
|
+
import { s as set } from '../../../shared-chunks/property_set-_MrrddMM.js';
|
|
7
|
+
export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-_MrrddMM.js';
|
|
8
8
|
import { isDevelopingApp } from '@embroider/macros';
|
|
9
|
-
export { g as getProperties, s as setProperties } from '../../../shared-chunks/set_properties-
|
|
9
|
+
export { g as getProperties, s as setProperties } from '../../../shared-chunks/set_properties-G2fERhV0.js';
|
|
10
10
|
export { cached } from '../../../@glimmer/tracking/index.js';
|
|
11
11
|
export { createCache, getValue, isConst } from '../../../@glimmer/validator/index.js';
|
|
12
|
-
export { N as NAMESPACES, a as NAMESPACES_BY_ID, b as addNamespace, f as findNamespace, c as findNamespaces, i as isNamespaceSearchDisabled, p as processAllNamespaces, d as processNamespace, r as removeNamespace, e as setNamespaceSearchDisabled, s as setUnprocessedMixins } from '../../../shared-chunks/namespace_search-
|
|
12
|
+
export { N as NAMESPACES, a as NAMESPACES_BY_ID, b as addNamespace, f as findNamespace, c as findNamespaces, i as isNamespaceSearchDisabled, p as processAllNamespaces, d as processNamespace, r as removeNamespace, e as setNamespaceSearchDisabled, s as setUnprocessedMixins } from '../../../shared-chunks/namespace_search-RE2J0tvc.js';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
@module ember
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import '../meta/lib/meta.js';
|
|
2
|
-
import '../../../shared-chunks/mandatory-setter-
|
|
2
|
+
import '../../../shared-chunks/mandatory-setter-CsT0mMvz.js';
|
|
3
3
|
import '@embroider/macros';
|
|
4
|
-
import '../../../shared-chunks/index-
|
|
4
|
+
import '../../../shared-chunks/index-C_0RkUaC.js';
|
|
5
5
|
import '../../../@glimmer/destroyable/index.js';
|
|
6
6
|
import '../../../@glimmer/validator/index.js';
|
|
7
|
-
import '../../../shared-chunks/cache-
|
|
7
|
+
import '../../../shared-chunks/cache-DfGfGjt9.js';
|
|
8
8
|
import '../../../@glimmer/manager/index.js';
|
|
9
9
|
import '../../../shared-chunks/env-BJLX2Arx.js';
|
|
10
|
-
import '../../../shared-chunks/index-
|
|
10
|
+
import '../../../shared-chunks/index-DatiAa_z.js';
|
|
11
11
|
import '../../../route-recognizer/index.js';
|
|
12
12
|
import '../../../shared-chunks/rsvp-DaQAFb0W.js';
|
|
13
13
|
import '../../../shared-chunks/router-B-Q1aYBn.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as configure, o as on, R as RSVP } from '../../../../../shared-chunks/rsvp-DaQAFb0W.js';
|
|
2
|
-
import { _ as _backburner, b as _rsvpErrorQueue } from '../../../../../shared-chunks/cache-
|
|
2
|
+
import { _ as _backburner, b as _rsvpErrorQueue } from '../../../../../shared-chunks/cache-DfGfGjt9.js';
|
|
3
3
|
import { getDispatchOverride } from '../../../error-handling/index.js';
|
|
4
|
-
import { a as assert } from '../../../../../shared-chunks/index-
|
|
4
|
+
import { a as assert } from '../../../../../shared-chunks/index-C_0RkUaC.js';
|
|
5
5
|
import { isDevelopingApp } from '@embroider/macros';
|
|
6
6
|
|
|
7
7
|
configure('async', (callback, promise) => {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { meta } from '../../../meta/lib/meta.js';
|
|
2
2
|
import Mixin from '../../../../object/mixin.js';
|
|
3
|
-
import { t as tagForObject, c as computed, g as get, d as defineProperty, a as tagForProperty } from '../../../../../shared-chunks/cache-
|
|
4
|
-
import { a as assert } from '../../../../../shared-chunks/index-
|
|
3
|
+
import { t as tagForObject, c as computed, g as get, d as defineProperty, a as tagForProperty } from '../../../../../shared-chunks/cache-DfGfGjt9.js';
|
|
4
|
+
import { a as assert } from '../../../../../shared-chunks/index-C_0RkUaC.js';
|
|
5
5
|
import { updateTag as UPDATE_TAG, tagMetaFor, tagFor, combine } from '../../../../../@glimmer/validator/index.js';
|
|
6
|
-
import { f as setupMandatorySetter, e as isObject } from '../../../../../shared-chunks/mandatory-setter-
|
|
6
|
+
import { f as setupMandatorySetter, e as isObject } from '../../../../../shared-chunks/mandatory-setter-CsT0mMvz.js';
|
|
7
7
|
import { isDevelopingApp } from '@embroider/macros';
|
|
8
|
-
import { s as setProxy, i as isProxy } from '../../../../../shared-chunks/is_proxy-
|
|
9
|
-
import { s as set } from '../../../../../shared-chunks/property_set-
|
|
8
|
+
import { s as setProxy, i as isProxy } from '../../../../../shared-chunks/is_proxy-CUX0IOlR.js';
|
|
9
|
+
import { s as set } from '../../../../../shared-chunks/property_set-_MrrddMM.js';
|
|
10
10
|
import '../../../../../shared-chunks/env-BJLX2Arx.js';
|
|
11
11
|
import { setCustomTagFor } from '../../../../../@glimmer/manager/index.js';
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import Mixin from '../../../../object/mixin.js';
|
|
2
2
|
import '../../../meta/lib/meta.js';
|
|
3
|
-
import '../../../../../shared-chunks/mandatory-setter-
|
|
3
|
+
import '../../../../../shared-chunks/mandatory-setter-CsT0mMvz.js';
|
|
4
4
|
import { isDevelopingApp } from '@embroider/macros';
|
|
5
|
-
import { a as assert } from '../../../../../shared-chunks/index-
|
|
5
|
+
import { a as assert } from '../../../../../shared-chunks/index-C_0RkUaC.js';
|
|
6
6
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
7
7
|
import '../../../../../@glimmer/validator/index.js';
|
|
8
|
-
import { g as get } from '../../../../../shared-chunks/cache-
|
|
8
|
+
import { g as get } from '../../../../../shared-chunks/cache-DfGfGjt9.js';
|
|
9
9
|
import '../../../../../@glimmer/manager/index.js';
|
|
10
10
|
import '../../../../../shared-chunks/env-BJLX2Arx.js';
|
|
11
11
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as join, s as schedule } from '../../../../../shared-chunks/cache-
|
|
1
|
+
import { j as join, s as schedule } from '../../../../../shared-chunks/cache-DfGfGjt9.js';
|
|
2
2
|
import Mixin from '../../../../object/mixin.js';
|
|
3
3
|
|
|
4
4
|
// This is defined as a separate interface so that it can be used in the definition of
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { c as context } from '../../../../../shared-chunks/env-BJLX2Arx.js';
|
|
2
|
-
import { c as computed, g as get } from '../../../../../shared-chunks/cache-
|
|
2
|
+
import { c as computed, g as get } from '../../../../../shared-chunks/cache-DfGfGjt9.js';
|
|
3
3
|
import '../../../meta/lib/meta.js';
|
|
4
|
-
import { a as assert } from '../../../../../shared-chunks/index-
|
|
4
|
+
import { a as assert } from '../../../../../shared-chunks/index-C_0RkUaC.js';
|
|
5
5
|
import '../../../../../@glimmer/validator/index.js';
|
|
6
|
-
import '../../../../../shared-chunks/mandatory-setter-
|
|
6
|
+
import '../../../../../shared-chunks/mandatory-setter-CsT0mMvz.js';
|
|
7
7
|
import { isDevelopingApp } from '@embroider/macros';
|
|
8
8
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
9
9
|
import '../../../../../@glimmer/manager/index.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { e as enumerableSymbol, i as isInternalSymbol, s as symbol, t as toString } from '../../../shared-chunks/to-string-
|
|
1
|
+
export { e as enumerableSymbol, i as isInternalSymbol, s as symbol, t as toString } from '../../../shared-chunks/to-string-CyIvmdAn.js';
|
|
2
2
|
export { m as dictionary } from '../../../shared-chunks/dictionary-gc5gpyOG.js';
|
|
3
|
-
export { G as GUID_KEY, R as ROOT, c as checkHasSuper, b as generateGuid, a as getDebugName, g as guidFor, i as intern, e as isObject, l as lookupDescriptor, o as observerListenerMetaFor, d as setListeners, s as setObservers, h as setWithMandatorySetter, f as setupMandatorySetter, t as teardownMandatorySetter, u as uuid, w as wrap } from '../../../shared-chunks/mandatory-setter-
|
|
3
|
+
export { G as GUID_KEY, R as ROOT, c as checkHasSuper, b as generateGuid, a as getDebugName, g as guidFor, i as intern, e as isObject, l as lookupDescriptor, o as observerListenerMetaFor, d as setListeners, s as setObservers, h as setWithMandatorySetter, f as setupMandatorySetter, t as teardownMandatorySetter, u as uuid, w as wrap } from '../../../shared-chunks/mandatory-setter-CsT0mMvz.js';
|
|
4
4
|
export { c as canInvoke } from '../../../shared-chunks/invoke-BjRgvK2V.js';
|
|
5
|
-
export { g as getName, s as setName } from '../../../shared-chunks/name-
|
|
6
|
-
export { i as isProxy, s as setProxy } from '../../../shared-chunks/is_proxy-
|
|
5
|
+
export { g as getName, s as setName } from '../../../shared-chunks/name-CQZUmrCC.js';
|
|
6
|
+
export { i as isProxy, s as setProxy } from '../../../shared-chunks/is_proxy-CUX0IOlR.js';
|
|
7
7
|
export { C as Cache } from '../../../shared-chunks/cache-qDyqAcpg.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { addChildView, clearElementView, clearViewElement, constructStyleDeprecationMessage, getChildViews, getElementView, getRootViews, getViewBoundingClientRect, getViewBounds, getViewClientRects, getViewElement, getViewId, isSimpleClick, setElementView, setViewElement } from './lib/system/utils.js';
|
|
2
2
|
export { default as EventDispatcher } from './lib/system/event_dispatcher.js';
|
|
3
3
|
export { default as ComponentLookup } from './lib/component_lookup.js';
|
|
4
|
-
export { C as CoreView } from '../../../shared-chunks/core_view-
|
|
4
|
+
export { C as CoreView } from '../../../shared-chunks/core_view-DHH6iT1r.js';
|
|
5
5
|
export { default as ClassNamesSupport } from './lib/mixins/class_names_support.js';
|
|
6
6
|
export { default as ChildViewsSupport } from './lib/mixins/child_views_support.js';
|
|
7
7
|
export { default as ViewStateSupport } from './lib/mixins/view_state_support.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '../../../meta/lib/meta.js';
|
|
2
|
-
import '../../../../../shared-chunks/mandatory-setter-
|
|
2
|
+
import '../../../../../shared-chunks/mandatory-setter-CsT0mMvz.js';
|
|
3
3
|
import { isDevelopingApp } from '@embroider/macros';
|
|
4
|
-
import { a as assert, b as inspect } from '../../../../../shared-chunks/index-
|
|
4
|
+
import { a as assert, b as inspect } from '../../../../../shared-chunks/index-C_0RkUaC.js';
|
|
5
5
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
6
6
|
import '../../../../../@glimmer/validator/index.js';
|
|
7
|
-
import { g as get } from '../../../../../shared-chunks/cache-
|
|
7
|
+
import { g as get } from '../../../../../shared-chunks/cache-DfGfGjt9.js';
|
|
8
8
|
import '../../../../../@glimmer/manager/index.js';
|
|
9
9
|
import '../../../../../shared-chunks/env-BJLX2Arx.js';
|
|
10
10
|
import Mixin from '../../../../object/mixin.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '../../../meta/lib/meta.js';
|
|
2
|
-
import '../../../../../shared-chunks/mandatory-setter-
|
|
2
|
+
import '../../../../../shared-chunks/mandatory-setter-CsT0mMvz.js';
|
|
3
3
|
import '@embroider/macros';
|
|
4
|
-
import '../../../../../shared-chunks/index-
|
|
4
|
+
import '../../../../../shared-chunks/index-C_0RkUaC.js';
|
|
5
5
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
6
6
|
import '../../../../../@glimmer/validator/index.js';
|
|
7
|
-
import { q as nativeDescDecorator } from '../../../../../shared-chunks/cache-
|
|
7
|
+
import { q as nativeDescDecorator } from '../../../../../shared-chunks/cache-DfGfGjt9.js';
|
|
8
8
|
import '../../../../../@glimmer/manager/index.js';
|
|
9
9
|
import '../../../../../shared-chunks/env-BJLX2Arx.js';
|
|
10
10
|
import Mixin from '../../../../object/mixin.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '../../../meta/lib/meta.js';
|
|
2
|
-
import '../../../../../shared-chunks/mandatory-setter-
|
|
2
|
+
import '../../../../../shared-chunks/mandatory-setter-CsT0mMvz.js';
|
|
3
3
|
import { isDevelopingApp } from '@embroider/macros';
|
|
4
|
-
import { a as assert } from '../../../../../shared-chunks/index-
|
|
4
|
+
import { a as assert } from '../../../../../shared-chunks/index-C_0RkUaC.js';
|
|
5
5
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
6
6
|
import '../../../../../@glimmer/validator/index.js';
|
|
7
|
-
import { B as descriptorForProperty } from '../../../../../shared-chunks/cache-
|
|
7
|
+
import { B as descriptorForProperty } from '../../../../../shared-chunks/cache-DfGfGjt9.js';
|
|
8
8
|
import '../../../../../@glimmer/manager/index.js';
|
|
9
9
|
import '../../../../../shared-chunks/env-BJLX2Arx.js';
|
|
10
10
|
import Mixin from '../../../../object/mixin.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { g as guidFor } from '../../../../../shared-chunks/mandatory-setter-
|
|
1
|
+
import { g as guidFor } from '../../../../../shared-chunks/mandatory-setter-CsT0mMvz.js';
|
|
2
2
|
import { isDevelopingApp } from '@embroider/macros';
|
|
3
3
|
import '../../../meta/lib/meta.js';
|
|
4
|
-
import { a as assert } from '../../../../../shared-chunks/index-
|
|
4
|
+
import { a as assert } from '../../../../../shared-chunks/index-C_0RkUaC.js';
|
|
5
5
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
6
6
|
import '../../../../../@glimmer/validator/index.js';
|
|
7
|
-
import { q as nativeDescDecorator, B as descriptorForProperty } from '../../../../../shared-chunks/cache-
|
|
7
|
+
import { q as nativeDescDecorator, B as descriptorForProperty } from '../../../../../shared-chunks/cache-DfGfGjt9.js';
|
|
8
8
|
import '../../../../../@glimmer/manager/index.js';
|
|
9
9
|
import '../../../../../shared-chunks/env-BJLX2Arx.js';
|
|
10
10
|
import Mixin from '../../../../object/mixin.js';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { getOwner } from '../../../owner/index.js';
|
|
2
|
-
import { a as assert } from '../../../../../shared-chunks/index-
|
|
2
|
+
import { a as assert } from '../../../../../shared-chunks/index-C_0RkUaC.js';
|
|
3
3
|
import '../../../meta/lib/meta.js';
|
|
4
|
-
import '../../../../../shared-chunks/mandatory-setter-
|
|
4
|
+
import '../../../../../shared-chunks/mandatory-setter-CsT0mMvz.js';
|
|
5
5
|
import { isDevelopingApp } from '@embroider/macros';
|
|
6
6
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
7
7
|
import '../../../../../@glimmer/validator/index.js';
|
|
8
|
-
import { g as get } from '../../../../../shared-chunks/cache-
|
|
8
|
+
import { g as get } from '../../../../../shared-chunks/cache-DfGfGjt9.js';
|
|
9
9
|
import '../../../../../@glimmer/manager/index.js';
|
|
10
|
-
import { s as set } from '../../../../../shared-chunks/property_set-
|
|
10
|
+
import { s as set } from '../../../../../shared-chunks/property_set-_MrrddMM.js';
|
|
11
11
|
import '../../../../../shared-chunks/env-BJLX2Arx.js';
|
|
12
|
-
import { E as EmberObject } from '../../../../../shared-chunks/index-
|
|
12
|
+
import { E as EmberObject } from '../../../../../shared-chunks/index-Bz3vz93m.js';
|
|
13
13
|
import { getElementView } from './utils.js';
|
|
14
14
|
import '../component_lookup.js';
|
|
15
|
-
import '../../../../../shared-chunks/core_view-
|
|
15
|
+
import '../../../../../shared-chunks/core_view-DHH6iT1r.js';
|
|
16
16
|
import '../mixins/class_names_support.js';
|
|
17
17
|
import '../mixins/child_views_support.js';
|
|
18
18
|
import '../mixins/view_state_support.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getOwner } from '../../../owner/index.js';
|
|
2
|
-
import { g as guidFor } from '../../../../../shared-chunks/mandatory-setter-
|
|
2
|
+
import { g as guidFor } from '../../../../../shared-chunks/mandatory-setter-CsT0mMvz.js';
|
|
3
3
|
import { isDevelopingApp } from '@embroider/macros';
|
|
4
|
-
import { a as assert } from '../../../../../shared-chunks/index-
|
|
4
|
+
import { a as assert } from '../../../../../shared-chunks/index-C_0RkUaC.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
@module ember
|