ember-inspector 4.8.0 → 4.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/build.yml +16 -13
- package/CHANGELOG.md +22 -0
- package/app/components/object-inspector/dependent-keys.hbs +9 -1
- package/app/components/object-inspector/sort-properties.js +10 -4
- package/app/controllers/component-tree.js +1 -0
- package/app/services/adapters/basic.js +2 -2
- package/app/services/adapters/web-extension.js +26 -22
- package/app/services/port.js +8 -0
- package/app/styles/object_inspector.scss +5 -0
- package/dist/bookmarklet/panes-3-16-0/assets/{chunk.143.8e39f623b854874c76cc.js → chunk.143.3e5a98d07bb218f42c73.js} +4 -4
- package/dist/{firefox/panes-3-16-0/assets/chunk.178.aceef4d5ceb9d49b48f7.js → bookmarklet/panes-3-16-0/assets/chunk.178.8599f53165a2cb11480c.js} +3 -3
- package/dist/{firefox/panes-3-16-0/assets/chunk.527.7db717391df5e1aa2388.js → bookmarklet/panes-3-16-0/assets/chunk.527.bedf7967198bca66753a.js} +1 -1
- package/dist/bookmarklet/panes-3-16-0/assets/{chunk.527.7db717391df5e1aa2388.js.LICENSE.txt → chunk.527.bedf7967198bca66753a.js.LICENSE.txt} +0 -0
- package/dist/bookmarklet/panes-3-16-0/assets/{chunk.916.2455f308cd244ed6a8d1.js → chunk.916.7f8d390eee8880f12b29.js} +288 -279
- package/dist/bookmarklet/panes-3-16-0/assets/{chunk.916.2455f308cd244ed6a8d1.js.LICENSE.txt → chunk.916.7f8d390eee8880f12b29.js.LICENSE.txt} +1 -1
- package/dist/bookmarklet/panes-3-16-0/assets/ember-inspector.css +5 -0
- package/dist/bookmarklet/panes-3-16-0/assets/ember-inspector.js +23 -21
- package/dist/bookmarklet/panes-3-16-0/assets/vendor.js +3 -3
- package/dist/bookmarklet/panes-3-16-0/ember_debug.js +78 -13
- package/dist/bookmarklet/panes-3-16-0/index.html +3 -3
- package/dist/chrome/background-script.js +1 -1
- package/dist/chrome/content-script.js +10 -10
- package/dist/chrome/manifest.json +1 -1
- package/dist/{firefox/panes-3-16-0/assets/chunk.143.8e39f623b854874c76cc.js → chrome/panes-3-16-0/assets/chunk.143.3e5a98d07bb218f42c73.js} +4 -4
- package/dist/{bookmarklet/panes-3-16-0/assets/chunk.178.aceef4d5ceb9d49b48f7.js → chrome/panes-3-16-0/assets/chunk.178.8599f53165a2cb11480c.js} +3 -3
- package/dist/chrome/panes-3-16-0/assets/{chunk.527.7db717391df5e1aa2388.js → chunk.527.bedf7967198bca66753a.js} +1 -1
- package/dist/chrome/panes-3-16-0/assets/{chunk.527.7db717391df5e1aa2388.js.LICENSE.txt → chunk.527.bedf7967198bca66753a.js.LICENSE.txt} +0 -0
- package/dist/{firefox/panes-3-16-0/assets/chunk.916.2455f308cd244ed6a8d1.js → chrome/panes-3-16-0/assets/chunk.916.7f8d390eee8880f12b29.js} +288 -279
- package/dist/chrome/panes-3-16-0/assets/{chunk.916.2455f308cd244ed6a8d1.js.LICENSE.txt → chunk.916.7f8d390eee8880f12b29.js.LICENSE.txt} +1 -1
- package/dist/chrome/panes-3-16-0/assets/ember-inspector.css +5 -0
- package/dist/chrome/panes-3-16-0/assets/ember-inspector.js +23 -21
- package/dist/chrome/panes-3-16-0/assets/vendor.js +3 -3
- package/dist/chrome/panes-3-16-0/ember_debug.js +78 -13
- package/dist/chrome/panes-3-16-0/index.html +3 -3
- package/dist/firefox/background-script.js +1 -1
- package/dist/firefox/content-script.js +10 -10
- package/dist/firefox/manifest.json +1 -1
- package/dist/{chrome/panes-3-16-0/assets/chunk.143.8e39f623b854874c76cc.js → firefox/panes-3-16-0/assets/chunk.143.3e5a98d07bb218f42c73.js} +4 -4
- package/dist/{websocket/assets/chunk.178.aceef4d5ceb9d49b48f7.js → firefox/panes-3-16-0/assets/chunk.178.8599f53165a2cb11480c.js} +3 -3
- package/dist/{bookmarklet/panes-3-16-0/assets/chunk.527.7db717391df5e1aa2388.js → firefox/panes-3-16-0/assets/chunk.527.bedf7967198bca66753a.js} +1 -1
- package/dist/firefox/panes-3-16-0/assets/{chunk.527.7db717391df5e1aa2388.js.LICENSE.txt → chunk.527.bedf7967198bca66753a.js.LICENSE.txt} +0 -0
- package/dist/{websocket/assets/chunk.916.2455f308cd244ed6a8d1.js → firefox/panes-3-16-0/assets/chunk.916.7f8d390eee8880f12b29.js} +288 -279
- package/dist/firefox/panes-3-16-0/assets/{chunk.916.2455f308cd244ed6a8d1.js.LICENSE.txt → chunk.916.7f8d390eee8880f12b29.js.LICENSE.txt} +1 -1
- package/dist/firefox/panes-3-16-0/assets/ember-inspector.css +5 -0
- package/dist/firefox/panes-3-16-0/assets/ember-inspector.js +23 -21
- package/dist/firefox/panes-3-16-0/assets/vendor.js +3 -3
- package/dist/firefox/panes-3-16-0/ember_debug.js +78 -13
- package/dist/firefox/panes-3-16-0/index.html +3 -3
- package/dist/websocket/assets/{chunk.143.8e39f623b854874c76cc.js → chunk.143.3e5a98d07bb218f42c73.js} +4 -4
- package/dist/{chrome/panes-3-16-0/assets/chunk.178.aceef4d5ceb9d49b48f7.js → websocket/assets/chunk.178.8599f53165a2cb11480c.js} +3 -3
- package/dist/websocket/assets/{chunk.527.7db717391df5e1aa2388.js → chunk.527.bedf7967198bca66753a.js} +1 -1
- package/dist/websocket/assets/{chunk.527.7db717391df5e1aa2388.js.LICENSE.txt → chunk.527.bedf7967198bca66753a.js.LICENSE.txt} +0 -0
- package/dist/{chrome/panes-3-16-0/assets/chunk.916.2455f308cd244ed6a8d1.js → websocket/assets/chunk.916.7f8d390eee8880f12b29.js} +288 -279
- package/dist/websocket/assets/{chunk.916.2455f308cd244ed6a8d1.js.LICENSE.txt → chunk.916.7f8d390eee8880f12b29.js.LICENSE.txt} +1 -1
- package/dist/websocket/assets/ember-inspector.css +5 -0
- package/dist/websocket/assets/ember-inspector.js +23 -21
- package/dist/websocket/assets/vendor.js +3 -3
- package/dist/websocket/ember_debug.js +78 -13
- package/dist/websocket/index.html +3 -3
- package/ember_debug/object-inspector.js +77 -7
- package/ember_debug/render-debug.js +6 -3
- package/package.json +1 -1
- package/skeletons/web-extension/background-script.js +1 -1
- package/skeletons/web-extension/content-script.js +10 -10
- package/tests/ember_debug/object-inspector-test.js +36 -7
|
@@ -20,7 +20,7 @@ jobs:
|
|
|
20
20
|
CI: 'true'
|
|
21
21
|
steps:
|
|
22
22
|
- name: Checkout
|
|
23
|
-
uses: actions/checkout@
|
|
23
|
+
uses: actions/checkout@v3
|
|
24
24
|
# Code Climate expects these variables to be set
|
|
25
25
|
- name: Set up commit metadata
|
|
26
26
|
if: github.event_name == 'push'
|
|
@@ -39,7 +39,7 @@ jobs:
|
|
|
39
39
|
echo "GIT_COMMIT_SHA=${GIT_COMMIT_SHA}" >> $GITHUB_ENV
|
|
40
40
|
echo "GIT_BRANCH=${GIT_BRANCH}" >> $GITHUB_ENV
|
|
41
41
|
- name: Set up Volta
|
|
42
|
-
uses: volta-cli/action@
|
|
42
|
+
uses: volta-cli/action@v4
|
|
43
43
|
- name: Install dependencies (yarn)
|
|
44
44
|
run: yarn install
|
|
45
45
|
- name: Lint (hbs)
|
|
@@ -94,9 +94,9 @@ jobs:
|
|
|
94
94
|
|
|
95
95
|
steps:
|
|
96
96
|
- name: Checkout
|
|
97
|
-
uses: actions/checkout@
|
|
97
|
+
uses: actions/checkout@v3
|
|
98
98
|
- name: Set up Volta
|
|
99
|
-
uses: volta-cli/action@
|
|
99
|
+
uses: volta-cli/action@v4
|
|
100
100
|
- name: Install dependencies (yarn)
|
|
101
101
|
run: yarn install
|
|
102
102
|
- name: Set NO_EXTEND_PROTOTYPES
|
|
@@ -118,9 +118,9 @@ jobs:
|
|
|
118
118
|
CI: 'true'
|
|
119
119
|
steps:
|
|
120
120
|
- name: Checkout
|
|
121
|
-
uses: actions/checkout@
|
|
121
|
+
uses: actions/checkout@v3
|
|
122
122
|
- name: Set up Volta
|
|
123
|
-
uses: volta-cli/action@
|
|
123
|
+
uses: volta-cli/action@v4
|
|
124
124
|
- name: Install dependencies (yarn)
|
|
125
125
|
run: yarn install
|
|
126
126
|
- name: Download panes
|
|
@@ -232,9 +232,10 @@ jobs:
|
|
|
232
232
|
runs-on: ubuntu-latest
|
|
233
233
|
steps:
|
|
234
234
|
- name: Download artifacts (bookmarklet)
|
|
235
|
-
uses: actions/download-artifact@
|
|
235
|
+
uses: actions/download-artifact@v3
|
|
236
236
|
with:
|
|
237
237
|
name: bookmarklet
|
|
238
|
+
path: bookmarklet
|
|
238
239
|
- name: Upload to S3
|
|
239
240
|
uses: jakejarvis/s3-sync-action@master
|
|
240
241
|
with:
|
|
@@ -258,15 +259,16 @@ jobs:
|
|
|
258
259
|
runs-on: ubuntu-latest
|
|
259
260
|
steps:
|
|
260
261
|
- name: Set up Volta
|
|
261
|
-
uses: volta-cli/action@
|
|
262
|
+
uses: volta-cli/action@v4
|
|
262
263
|
with:
|
|
263
264
|
node-version: 14.x
|
|
264
265
|
- name: Install dependencies (chrome-webstore-upload-cli)
|
|
265
266
|
run: volta install chrome-webstore-upload-cli
|
|
266
267
|
- name: Download artifacts (Chrome)
|
|
267
|
-
uses: actions/download-artifact@
|
|
268
|
+
uses: actions/download-artifact@v3
|
|
268
269
|
with:
|
|
269
270
|
name: chrome
|
|
271
|
+
path: chrome
|
|
270
272
|
- name: Set Environment Variables
|
|
271
273
|
run: |
|
|
272
274
|
if [[ "$GITHUB_EVENT_NAME" == "schedule" ]]; then
|
|
@@ -291,7 +293,7 @@ jobs:
|
|
|
291
293
|
runs-on: ubuntu-latest
|
|
292
294
|
steps:
|
|
293
295
|
- name: Set up Volta
|
|
294
|
-
uses: volta-cli/action@
|
|
296
|
+
uses: volta-cli/action@v4
|
|
295
297
|
with:
|
|
296
298
|
node-version: 14.x
|
|
297
299
|
- name: Install dependencies (web-ext)
|
|
@@ -300,7 +302,7 @@ jobs:
|
|
|
300
302
|
# https://github.com/mozilla/web-ext/issues/804
|
|
301
303
|
volta install web-ext-submit
|
|
302
304
|
- name: Download artifacts (Firefox)
|
|
303
|
-
uses: actions/download-artifact@
|
|
305
|
+
uses: actions/download-artifact@v3
|
|
304
306
|
with:
|
|
305
307
|
name: firefox
|
|
306
308
|
- name: Upload to AMO
|
|
@@ -323,7 +325,7 @@ jobs:
|
|
|
323
325
|
runs-on: ubuntu-latest
|
|
324
326
|
steps:
|
|
325
327
|
- name: Set up Volta
|
|
326
|
-
uses: volta-cli/action@
|
|
328
|
+
uses: volta-cli/action@v4
|
|
327
329
|
- name: Set up NPM
|
|
328
330
|
run: |
|
|
329
331
|
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}"> ~/.npmrc
|
|
@@ -331,9 +333,10 @@ jobs:
|
|
|
331
333
|
env:
|
|
332
334
|
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
|
333
335
|
- name: Download artifacts (npm)
|
|
334
|
-
uses: actions/download-artifact@
|
|
336
|
+
uses: actions/download-artifact@v3
|
|
335
337
|
with:
|
|
336
338
|
name: npm
|
|
339
|
+
path: npm
|
|
337
340
|
- name: Publish to npm
|
|
338
341
|
working-directory: npm
|
|
339
342
|
run: |
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
|
|
5
|
+
## v4.9.0 (2022-10-23)
|
|
6
|
+
|
|
7
|
+
#### :rocket: Enhancement
|
|
8
|
+
* [#2201](https://github.com/emberjs/ember-inspector/pull/2201) bring back tracked dependencies ([@patricklx](https://github.com/patricklx))
|
|
9
|
+
|
|
10
|
+
#### :bug: Bug Fix
|
|
11
|
+
* [#1086](https://github.com/emberjs/ember-inspector/pull/1086) Fix more items indicator sometimes not appearing ([@patricklx](https://github.com/patricklx))
|
|
12
|
+
* [#2202](https://github.com/emberjs/ember-inspector/pull/2202) [bug] component tree sometimes does not update ([@patricklx](https://github.com/patricklx))
|
|
13
|
+
* [#2199](https://github.com/emberjs/ember-inspector/pull/2199) [bug] tree view sometimes not updating children ([@patricklx](https://github.com/patricklx))
|
|
14
|
+
* [#2192](https://github.com/emberjs/ember-inspector/pull/2192) fix evented off ([@patricklx](https://github.com/patricklx))
|
|
15
|
+
* [#2189](https://github.com/emberjs/ember-inspector/pull/2189) fix post message for testem ([@patricklx](https://github.com/patricklx))
|
|
16
|
+
|
|
17
|
+
#### :house: Internal
|
|
18
|
+
* [#2191](https://github.com/emberjs/ember-inspector/pull/2191) use internal messaging to setup iframes ([@patricklx](https://github.com/patricklx))
|
|
19
|
+
* [#2190](https://github.com/emberjs/ember-inspector/pull/2190) fix publishing ([@patricklx](https://github.com/patricklx))
|
|
20
|
+
* [#2187](https://github.com/emberjs/ember-inspector/pull/2187) Bump Github actions ([@ctjhoa](https://github.com/ctjhoa))
|
|
21
|
+
|
|
22
|
+
#### Committers: 2
|
|
23
|
+
- Camille TJHOA ([@ctjhoa](https://github.com/ctjhoa))
|
|
24
|
+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
|
|
25
|
+
|
|
4
26
|
## v4.8.0 (2022-10-12)
|
|
5
27
|
|
|
6
28
|
#### :rocket: Enhancement
|
|
@@ -3,18 +3,26 @@
|
|
|
3
3
|
<ul class="m-0 p-0 list-none">
|
|
4
4
|
{{#each @keys as |depKey|}}
|
|
5
5
|
<li class="mixin__property-dependency-item relative text-base12 text-sm">
|
|
6
|
+
{{#if (match depKey "•")}}
|
|
7
|
+
<span
|
|
8
|
+
class="mixin__property-dependency-name subkey"
|
|
9
|
+
data-label="object-property-name"
|
|
10
|
+
>
|
|
11
|
+
{{depKey}}
|
|
12
|
+
</span>
|
|
13
|
+
{{else}}
|
|
6
14
|
{{svg-jar
|
|
7
15
|
"dependent-key-bullet"
|
|
8
16
|
width="9px"
|
|
9
17
|
height="9px"
|
|
10
18
|
}}
|
|
11
|
-
|
|
12
19
|
<span
|
|
13
20
|
class="mixin__property-dependency-name"
|
|
14
21
|
data-label="object-property-name"
|
|
15
22
|
>
|
|
16
23
|
{{depKey}}
|
|
17
24
|
</span>
|
|
25
|
+
{{/if}}
|
|
18
26
|
</li>
|
|
19
27
|
{{/each}}
|
|
20
28
|
</ul>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { map, sort } from '@ember/object/computed';
|
|
2
2
|
import Component from '@glimmer/component';
|
|
3
|
-
import {
|
|
3
|
+
import { set, computed } from '@ember/object';
|
|
4
4
|
import { A } from '@ember/array';
|
|
5
5
|
|
|
6
6
|
export default class SortProperties extends Component {
|
|
7
7
|
@computed('args.properties')
|
|
8
8
|
get isArray() {
|
|
9
9
|
const props = A(this.args.properties || []);
|
|
10
|
-
return props.findBy('name', 'length') && props.findBy('name', 0);
|
|
10
|
+
return props.findBy('name', 'length') && props.findBy('name', '0');
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/**
|
|
@@ -19,14 +19,20 @@ export default class SortProperties extends Component {
|
|
|
19
19
|
@computed('isArray', 'sorted.length')
|
|
20
20
|
get sortedProperties() {
|
|
21
21
|
// limit arrays
|
|
22
|
-
|
|
22
|
+
let props = A(this.sorted);
|
|
23
|
+
if (this.isArray) {
|
|
24
|
+
const item = props.findBy('name', 'length');
|
|
25
|
+
props.removeObject(item);
|
|
26
|
+
props.splice(0, 0, item);
|
|
27
|
+
}
|
|
28
|
+
if (this.isArray && this.sorted.length > 100) {
|
|
23
29
|
const indicator = {
|
|
24
30
|
name: '...',
|
|
25
31
|
value: {
|
|
26
32
|
inspect: 'there are more items, send to console to see all',
|
|
27
33
|
},
|
|
28
34
|
};
|
|
29
|
-
|
|
35
|
+
props = props.slice(0, 100);
|
|
30
36
|
props.push(indicator);
|
|
31
37
|
return props;
|
|
32
38
|
}
|
|
@@ -93,9 +93,9 @@ export default class Basic extends Service {
|
|
|
93
93
|
this._messageCallbacks.push(callback);
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
_messageReceived(
|
|
96
|
+
_messageReceived(...args) {
|
|
97
97
|
this._messageCallbacks.forEach((callback) => {
|
|
98
|
-
callback(
|
|
98
|
+
callback(...args);
|
|
99
99
|
});
|
|
100
100
|
}
|
|
101
101
|
|
|
@@ -19,8 +19,8 @@ export default class WebExtension extends BasicAdapter {
|
|
|
19
19
|
init() {
|
|
20
20
|
this._connect();
|
|
21
21
|
this._handleReload();
|
|
22
|
-
this._injectDebugger();
|
|
23
22
|
this._setThemeColors();
|
|
23
|
+
this._sendEmberDebug();
|
|
24
24
|
|
|
25
25
|
return super.init(...arguments);
|
|
26
26
|
}
|
|
@@ -30,6 +30,29 @@ export default class WebExtension extends BasicAdapter {
|
|
|
30
30
|
this._chromePort.postMessage(options);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
+
_sendEmberDebug() {
|
|
34
|
+
loadEmberDebug().then((emberDebug) => {
|
|
35
|
+
// first send to all frames in current tab
|
|
36
|
+
this.sendMessage({
|
|
37
|
+
from: 'devtools',
|
|
38
|
+
tabId: chrome.devtools.inspectedWindow.tabId,
|
|
39
|
+
type: 'inject-ember-debug',
|
|
40
|
+
value: emberDebug,
|
|
41
|
+
});
|
|
42
|
+
this.onMessageReceived((message, sender) => {
|
|
43
|
+
if (message === 'ember-content-script-ready') {
|
|
44
|
+
this.sendMessage({
|
|
45
|
+
from: 'devtools',
|
|
46
|
+
type: 'inject-ember-debug',
|
|
47
|
+
value: emberDebug,
|
|
48
|
+
tabId: chrome.devtools.inspectedWindow.tabId,
|
|
49
|
+
frameId: sender.frameId,
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
|
|
33
56
|
@computed
|
|
34
57
|
get _chromePort() {
|
|
35
58
|
return chrome.runtime.connect();
|
|
@@ -39,8 +62,8 @@ export default class WebExtension extends BasicAdapter {
|
|
|
39
62
|
let chromePort = this._chromePort;
|
|
40
63
|
chromePort.postMessage({ appId: chrome.devtools.inspectedWindow.tabId });
|
|
41
64
|
|
|
42
|
-
chromePort.onMessage.addListener((
|
|
43
|
-
this._messageReceived(
|
|
65
|
+
chromePort.onMessage.addListener((...args) => {
|
|
66
|
+
this._messageReceived(...args);
|
|
44
67
|
});
|
|
45
68
|
}
|
|
46
69
|
|
|
@@ -137,25 +160,6 @@ function loadEmberDebug() {
|
|
|
137
160
|
window.addEventListener('Ember', resolve, { once: true });
|
|
138
161
|
});
|
|
139
162
|
waitForEmberLoad.then(() => 'replace-with-ember-debug');
|
|
140
|
-
const emberInspectorDebug =
|
|
141
|
-
'(' + loadEmberDebugInWebpage.toString() + ')()';
|
|
142
|
-
const injectIntoIframe = () => {
|
|
143
|
-
for (let i = 0; i < window.frames.length; i++) {
|
|
144
|
-
window.frames[i].postMessage(
|
|
145
|
-
{
|
|
146
|
-
type: 'inject-ember-debug',
|
|
147
|
-
value: emberInspectorDebug,
|
|
148
|
-
},
|
|
149
|
-
'*'
|
|
150
|
-
);
|
|
151
|
-
}
|
|
152
|
-
};
|
|
153
|
-
injectIntoIframe();
|
|
154
|
-
window.addEventListener('message', (event) => {
|
|
155
|
-
if (event.data?.type === 'ember-inspector-iframe-ready') {
|
|
156
|
-
injectIntoIframe();
|
|
157
|
-
}
|
|
158
|
-
});
|
|
159
163
|
}
|
|
160
164
|
return new Promise((resolve) => {
|
|
161
165
|
if (!emberDebug) {
|
package/app/services/port.js
CHANGED
|
@@ -72,4 +72,12 @@ export default class PortService extends Service.extend(Evented) {
|
|
|
72
72
|
message.applicationName = this.applicationName;
|
|
73
73
|
this.adapter.sendMessage(message);
|
|
74
74
|
}
|
|
75
|
+
|
|
76
|
+
off(...args) {
|
|
77
|
+
try {
|
|
78
|
+
super.off(...args);
|
|
79
|
+
} catch (e) {
|
|
80
|
+
console.error(e);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
75
83
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
var __ember_auto_import__;(()=>{var e,r={
|
|
2
|
-
e.exports=(o=_eai_d,i=_eai_r,window.emberAutoImportDynamic=function(e){return 1===arguments.length?i("_eai_dyn_"+e):i("_eai_dynt_"+e)(Array.prototype.slice.call(arguments,1))},window.emberAutoImportSync=function(e){return i("_eai_sync_"+e)(Array.prototype.slice.call(arguments,1))},o("ember-cli-page-object",[],(function(){return t(359)})),o("ember-cli-page-object/extend",[],(function(){return t(490)})),o("ember-cli-page-object/macros",[],(function(){return t(413)})),void o("tracked-toolbox",[],(function(){return t(173)})))},
|
|
1
|
+
var __ember_auto_import__;(()=>{var e,r={966:(e,r,t)=>{var o,i
|
|
2
|
+
e.exports=(o=_eai_d,i=_eai_r,window.emberAutoImportDynamic=function(e){return 1===arguments.length?i("_eai_dyn_"+e):i("_eai_dynt_"+e)(Array.prototype.slice.call(arguments,1))},window.emberAutoImportSync=function(e){return i("_eai_sync_"+e)(Array.prototype.slice.call(arguments,1))},o("ember-cli-page-object",[],(function(){return t(359)})),o("ember-cli-page-object/extend",[],(function(){return t(490)})),o("ember-cli-page-object/macros",[],(function(){return t(413)})),void o("tracked-toolbox",[],(function(){return t(173)})))},831:function(e,r){window._eai_r=require,window._eai_d=define},353:e=>{"use strict"
|
|
3
3
|
e.exports=require("@ember/debug")},219:e=>{"use strict"
|
|
4
4
|
e.exports=require("@ember/object")},550:e=>{"use strict"
|
|
5
5
|
e.exports=require("@ember/test-helpers")},521:e=>{"use strict"
|
|
@@ -21,6 +21,6 @@ var r=(r,t)=>{var i,n,[a,u,c]=t,l=0
|
|
|
21
21
|
if(a.some((r=>0!==e[r]))){for(i in u)o.o(u,i)&&(o.m[i]=u[i])
|
|
22
22
|
if(c)var _=c(o)}for(r&&r(t);l<a.length;l++)n=a[l],o.o(e,n)&&e[n]&&e[n][0](),e[n]=0
|
|
23
23
|
return o.O(_)},t=globalThis.webpackChunk_ember_auto_import_=globalThis.webpackChunk_ember_auto_import_||[]
|
|
24
|
-
t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),o.O(void 0,[527],(()=>o(
|
|
25
|
-
var i=o.O(void 0,[527],(()=>o(
|
|
24
|
+
t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),o.O(void 0,[527],(()=>o(831)))
|
|
25
|
+
var i=o.O(void 0,[527],(()=>o(966)))
|
|
26
26
|
i=o.O(i),__ember_auto_import__=i})()
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var __ember_auto_import__;(()=>{var r,e={
|
|
1
|
+
var __ember_auto_import__;(()=>{var r,e={831:function(r,e){window._eai_r=require,window._eai_d=define},411:(r,e,o)=>{var i,t
|
|
2
2
|
r.exports=(i=_eai_d,t=_eai_r,window.emberAutoImportDynamic=function(r){return 1===arguments.length?t("_eai_dyn_"+r):t("_eai_dynt_"+r)(Array.prototype.slice.call(arguments,1))},window.emberAutoImportSync=function(r){return t("_eai_sync_"+r)(Array.prototype.slice.call(arguments,1))},void i("qunit",[],(function(){return o(916)})))}},o={}
|
|
3
3
|
function i(r){var t=o[r]
|
|
4
4
|
if(void 0!==t)return t.exports
|
|
@@ -15,6 +15,6 @@ var e=(e,o)=>{var t,n,[a,_,l]=o,p=0
|
|
|
15
15
|
if(a.some((e=>0!==r[e]))){for(t in _)i.o(_,t)&&(i.m[t]=_[t])
|
|
16
16
|
if(l)var u=l(i)}for(e&&e(o);p<a.length;p++)n=a[p],i.o(r,n)&&r[n]&&r[n][0](),r[n]=0
|
|
17
17
|
return i.O(u)},o=globalThis.webpackChunk_ember_auto_import_=globalThis.webpackChunk_ember_auto_import_||[]
|
|
18
|
-
o.forEach(e.bind(null,0)),o.push=e.bind(null,o.push.bind(o))})(),i.O(void 0,[916],(()=>i(
|
|
19
|
-
var t=i.O(void 0,[916],(()=>i(
|
|
18
|
+
o.forEach(e.bind(null,0)),o.push=e.bind(null,o.push.bind(o))})(),i.O(void 0,[916],(()=>i(831)))
|
|
19
|
+
var t=i.O(void 0,[916],(()=>i(411)))
|
|
20
20
|
t=i.O(t),__ember_auto_import__=t})()
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! For license information please see chunk.527.
|
|
1
|
+
/*! For license information please see chunk.527.bedf7967198bca66753a.js.LICENSE.txt */
|
|
2
2
|
(globalThis.webpackChunk_ember_auto_import_=globalThis.webpackChunk_ember_auto_import_||[]).push([[527],{348:(e,t,n)=>{"use strict"
|
|
3
3
|
function r(e){return e&&e.isDescriptor?"descriptor":null===e?"null":typeof e}function i(e,t,n,i){var o={configurable:!0,enumerable:!0}
|
|
4
4
|
"undefined"!==r(i)?o.get=i:(o.writable=!1,o.value=n),Object.defineProperty(e,t,o)}function o(e,t){delete e.__parentTreeNode,t&&Object.defineProperty(e,"__parentTreeNode",{value:t,configurable:!0,enumerable:!1})}function s(e,t){this.blueprint=e,this.builders=t}n.d(t,{Z:()=>u}),s.prototype={builderFor:function(e){return this.builders[r(e)]||this.builders.default},build:function(e){var t,n={}
|