ember-inspector 4.13.1-alpha.2025.9.9 → 4.15.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.
Files changed (158) hide show
  1. package/.editorconfig +19 -0
  2. package/.ember-cli +7 -0
  3. package/.github/ISSUE_TEMPLATE/bug_report.md +30 -0
  4. package/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
  5. package/.github/dependabot.yml +14 -0
  6. package/.github/pull_request_template.md +4 -0
  7. package/.github/workflows/build.yml +260 -0
  8. package/.github/workflows/plan-release.yml +61 -0
  9. package/.github/workflows/publish.yml +158 -0
  10. package/.prettierignore +14 -0
  11. package/.prettierrc.js +20 -0
  12. package/.release-plan.json +26 -0
  13. package/.stylelintignore +8 -0
  14. package/.stylelintrc.js +12 -0
  15. package/.template-lintrc.js +13 -0
  16. package/.tool-versions +2 -0
  17. package/.watchmanconfig +3 -0
  18. package/CHANGELOG.md +137 -0
  19. package/DEVELOPMENT.md +50 -0
  20. package/PRIVACY.md +3 -0
  21. package/README.md +6 -50
  22. package/RELEASE.md +15 -50
  23. package/app/components/.gitkeep +0 -0
  24. package/app/controllers/.gitkeep +0 -0
  25. package/app/controllers/model-types.js +7 -14
  26. package/app/helpers/.gitkeep +0 -0
  27. package/app/models/.gitkeep +0 -0
  28. package/app/routes/.gitkeep +0 -0
  29. package/app/routes/whats-new.js +6 -4
  30. package/app/services/storage.ts +17 -4
  31. package/app/templates/application.hbs +1 -0
  32. package/dist/bookmarklet/panes-3-16-0/assets/{chunk.524.497b4588088a7fe03056.js → chunk.524.aca67dc376e8cd35b522.js} +4 -4
  33. package/dist/{firefox/panes-3-16-0/assets/chunk.582.3f979b82d5ad515f2254.js → bookmarklet/panes-3-16-0/assets/chunk.582.d3d80e94c4f59dc3b65d.js} +5 -5
  34. package/dist/bookmarklet/panes-3-16-0/assets/ember-inspector.js +23 -24
  35. package/dist/{firefox/panes-3-16-0/basic-DfbgtngO.js → bookmarklet/panes-3-16-0/basic-B1dkgN3d.js} +6 -1
  36. package/dist/bookmarklet/panes-3-16-0/basic-debug.js +9 -5
  37. package/dist/bookmarklet/panes-3-16-0/bookmarklet-BZWtwuX-.js +32 -0
  38. package/dist/bookmarklet/panes-3-16-0/bookmarklet-debug.js +9 -33
  39. package/dist/bookmarklet/panes-3-16-0/chrome-P6FSEUf1.js +10 -0
  40. package/dist/bookmarklet/panes-3-16-0/chrome-debug.js +9 -11
  41. package/dist/bookmarklet/panes-3-16-0/ember.js +101 -50
  42. package/dist/bookmarklet/panes-3-16-0/ember_debug.js +9 -33
  43. package/dist/bookmarklet/panes-3-16-0/firefox-8F84zphP.js +30 -0
  44. package/dist/bookmarklet/panes-3-16-0/firefox-debug.js +9 -31
  45. package/dist/bookmarklet/panes-3-16-0/index.html +2 -2
  46. package/dist/bookmarklet/panes-3-16-0/load-ember-debug-in-webpage-DCWcJhQm.js +29 -0
  47. package/dist/bookmarklet/panes-3-16-0/main.js +11 -5
  48. package/dist/bookmarklet/panes-3-16-0/port.js +1 -1
  49. package/dist/{chrome/panes-3-16-0/runloop-CF-Qpqgy.js → bookmarklet/panes-3-16-0/runloop-6_0lpzTA.js} +1 -1
  50. package/dist/bookmarklet/panes-3-16-0/{start-inspector-BPAW_WLv.js → start-inspector-BIYQArZn.js} +32 -74
  51. package/dist/bookmarklet/panes-3-16-0/{web-extension-C3pMNVSY.js → web-extension-OWnXJ_XK.js} +2 -2
  52. package/dist/bookmarklet/panes-3-16-0/websocket-BSUvUqER.js +58 -0
  53. package/dist/bookmarklet/panes-3-16-0/websocket-debug.js +9 -59
  54. package/dist/chrome/devtools.js +1 -1
  55. package/dist/chrome/manifest.json +22 -23
  56. package/dist/{firefox/panes-3-16-0/assets/chunk.524.497b4588088a7fe03056.js → chrome/panes-3-16-0/assets/chunk.524.aca67dc376e8cd35b522.js} +4 -4
  57. package/dist/{bookmarklet/panes-3-16-0/assets/chunk.582.3f979b82d5ad515f2254.js → chrome/panes-3-16-0/assets/chunk.582.d3d80e94c4f59dc3b65d.js} +5 -5
  58. package/dist/chrome/panes-3-16-0/assets/ember-inspector.js +23 -24
  59. package/dist/chrome/panes-3-16-0/{basic-DfbgtngO.js → basic-B1dkgN3d.js} +6 -1
  60. package/dist/chrome/panes-3-16-0/basic-debug.js +9 -5
  61. package/dist/chrome/panes-3-16-0/bookmarklet-BZWtwuX-.js +32 -0
  62. package/dist/chrome/panes-3-16-0/bookmarklet-debug.js +9 -33
  63. package/dist/chrome/panes-3-16-0/chrome-P6FSEUf1.js +10 -0
  64. package/dist/chrome/panes-3-16-0/chrome-debug.js +9 -11
  65. package/dist/chrome/panes-3-16-0/ember.js +101 -50
  66. package/dist/chrome/panes-3-16-0/ember_debug.js +9 -11
  67. package/dist/chrome/panes-3-16-0/firefox-8F84zphP.js +30 -0
  68. package/dist/chrome/panes-3-16-0/firefox-debug.js +9 -31
  69. package/dist/chrome/panes-3-16-0/index.html +2 -2
  70. package/dist/chrome/panes-3-16-0/load-ember-debug-in-webpage-DCWcJhQm.js +29 -0
  71. package/dist/chrome/panes-3-16-0/main.js +11 -5
  72. package/dist/chrome/panes-3-16-0/port.js +1 -1
  73. package/dist/{firefox/panes-3-16-0/runloop-CF-Qpqgy.js → chrome/panes-3-16-0/runloop-6_0lpzTA.js} +1 -1
  74. package/dist/{firefox/panes-3-16-0/start-inspector-BPAW_WLv.js → chrome/panes-3-16-0/start-inspector-BIYQArZn.js} +32 -74
  75. package/dist/{firefox/panes-3-16-0/web-extension-C3pMNVSY.js → chrome/panes-3-16-0/web-extension-OWnXJ_XK.js} +2 -2
  76. package/dist/chrome/panes-3-16-0/websocket-BSUvUqER.js +58 -0
  77. package/dist/chrome/panes-3-16-0/websocket-debug.js +9 -59
  78. package/dist/firefox/devtools.js +1 -1
  79. package/dist/firefox/manifest.json +22 -23
  80. package/dist/{websocket/assets/chunk.524.497b4588088a7fe03056.js → firefox/panes-3-16-0/assets/chunk.524.aca67dc376e8cd35b522.js} +4 -4
  81. package/dist/{websocket/assets/chunk.582.3f979b82d5ad515f2254.js → firefox/panes-3-16-0/assets/chunk.582.d3d80e94c4f59dc3b65d.js} +5 -5
  82. package/dist/firefox/panes-3-16-0/assets/ember-inspector.js +23 -24
  83. package/dist/{bookmarklet/panes-3-16-0/basic-DfbgtngO.js → firefox/panes-3-16-0/basic-B1dkgN3d.js} +6 -1
  84. package/dist/firefox/panes-3-16-0/basic-debug.js +9 -5
  85. package/dist/firefox/panes-3-16-0/bookmarklet-BZWtwuX-.js +32 -0
  86. package/dist/firefox/panes-3-16-0/bookmarklet-debug.js +9 -33
  87. package/dist/firefox/panes-3-16-0/chrome-P6FSEUf1.js +10 -0
  88. package/dist/firefox/panes-3-16-0/chrome-debug.js +9 -11
  89. package/dist/firefox/panes-3-16-0/ember.js +101 -50
  90. package/dist/firefox/panes-3-16-0/ember_debug.js +9 -31
  91. package/dist/firefox/panes-3-16-0/firefox-8F84zphP.js +30 -0
  92. package/dist/firefox/panes-3-16-0/firefox-debug.js +9 -31
  93. package/dist/firefox/panes-3-16-0/index.html +2 -2
  94. package/dist/firefox/panes-3-16-0/load-ember-debug-in-webpage-DCWcJhQm.js +29 -0
  95. package/dist/firefox/panes-3-16-0/main.js +11 -5
  96. package/dist/firefox/panes-3-16-0/port.js +1 -1
  97. package/dist/{websocket/runloop-CF-Qpqgy.js → firefox/panes-3-16-0/runloop-6_0lpzTA.js} +1 -1
  98. package/dist/{chrome/panes-3-16-0/start-inspector-BPAW_WLv.js → firefox/panes-3-16-0/start-inspector-BIYQArZn.js} +32 -74
  99. package/dist/{websocket/web-extension-C3pMNVSY.js → firefox/panes-3-16-0/web-extension-OWnXJ_XK.js} +2 -2
  100. package/dist/firefox/panes-3-16-0/websocket-BSUvUqER.js +58 -0
  101. package/dist/firefox/panes-3-16-0/websocket-debug.js +9 -59
  102. package/dist/{chrome/panes-3-16-0/assets/chunk.524.497b4588088a7fe03056.js → websocket/assets/chunk.524.aca67dc376e8cd35b522.js} +4 -4
  103. package/dist/{chrome/panes-3-16-0/assets/chunk.582.3f979b82d5ad515f2254.js → websocket/assets/chunk.582.d3d80e94c4f59dc3b65d.js} +5 -5
  104. package/dist/websocket/assets/ember-inspector.js +23 -24
  105. package/dist/websocket/{basic-DfbgtngO.js → basic-B1dkgN3d.js} +6 -1
  106. package/dist/websocket/basic-debug.js +9 -5
  107. package/dist/websocket/bookmarklet-BZWtwuX-.js +32 -0
  108. package/dist/websocket/bookmarklet-debug.js +9 -33
  109. package/dist/websocket/chrome-P6FSEUf1.js +10 -0
  110. package/dist/websocket/chrome-debug.js +9 -11
  111. package/dist/websocket/ember.js +101 -50
  112. package/dist/websocket/ember_debug.js +9 -59
  113. package/dist/websocket/firefox-8F84zphP.js +30 -0
  114. package/dist/websocket/firefox-debug.js +9 -31
  115. package/dist/websocket/index.html +2 -2
  116. package/dist/websocket/load-ember-debug-in-webpage-DCWcJhQm.js +29 -0
  117. package/dist/websocket/main.js +11 -5
  118. package/dist/websocket/port.js +1 -1
  119. package/dist/{bookmarklet/panes-3-16-0/runloop-CF-Qpqgy.js → websocket/runloop-6_0lpzTA.js} +1 -1
  120. package/dist/websocket/{start-inspector-BPAW_WLv.js → start-inspector-BIYQArZn.js} +32 -74
  121. package/dist/{chrome/panes-3-16-0/web-extension-C3pMNVSY.js → websocket/web-extension-OWnXJ_XK.js} +2 -2
  122. package/dist/websocket/websocket-BSUvUqER.js +58 -0
  123. package/dist/websocket/websocket-debug.js +9 -59
  124. package/ember_debug/entrypoints/basic-debug.js +7 -3
  125. package/ember_debug/entrypoints/bookmarklet-debug.js +7 -3
  126. package/ember_debug/entrypoints/chrome-debug.js +7 -3
  127. package/ember_debug/entrypoints/firefox-debug.js +7 -3
  128. package/ember_debug/entrypoints/websocket-debug.js +7 -3
  129. package/ember_debug/lib/get-applications.js +6 -5
  130. package/ember_debug/lib/load-ember-debug-in-webpage.js +2 -0
  131. package/ember_debug/lib/send-version-miss.js +2 -3
  132. package/ember_debug/lib/setup-instance-initializer.js +4 -3
  133. package/ember_debug/lib/start-inspector.js +23 -39
  134. package/ember_debug/object-inspector.js +4 -1
  135. package/ember_debug/utils/ember/runloop.js +1 -1
  136. package/ember_debug/utils/ember-object-names.js +4 -1
  137. package/ember_debug/utils/ember.js +132 -56
  138. package/package.json +5 -5
  139. package/patches/ember-cli-inject-live-reload.patch +16 -0
  140. package/skeletons/web-extension/manifest.json +22 -23
  141. package/tests/acceptance/data-test.js +6 -1
  142. package/tests/acceptance/whats-new-test.js +9 -9
  143. package/tests/ember_debug/container-debug-test.js +1 -10
  144. package/tests/ember_debug/deprecation-debug-test.js +7 -1
  145. package/tests/ember_debug/ember-data-test.js +7 -1
  146. package/tests/ember_debug/ember-debug-test.js +12 -9
  147. package/tests/ember_debug/object-inspector-test.js +7 -1
  148. package/tests/ember_debug/profile-manager-test.js +13 -3
  149. package/tests/ember_debug/profile-node-test.js +6 -2
  150. package/tests/ember_debug/promise-assembler-test.js +6 -1
  151. package/tests/ember_debug/promise-debug-test.js +14 -9
  152. package/tests/ember_debug/render-debug-test.js +8 -1
  153. package/tests/ember_debug/route-debug-test.js +6 -1
  154. package/tests/ember_debug/view-debug-test.js +11 -2
  155. package/tests/helpers/setup-ember-debug-test.js +8 -2
  156. package/tests/integration/injection-test.js +26 -69
  157. package/tests/unit/.gitkeep +0 -0
  158. package/tests/unit/utils/type-check-test.js +7 -2
@@ -0,0 +1,3 @@
1
+ {
2
+ "ignore_dirs": ["dist"]
3
+ }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,142 @@
1
1
  # Changelog
2
2
 
3
+ ## Release (2025-11-19)
4
+
5
+ * ember-inspector 4.15.0 (minor)
6
+
7
+ #### :rocket: Enhancement
8
+ * `ember-inspector`
9
+ * [#2694](https://github.com/emberjs/ember-inspector/pull/2694) link to legacy inspector support docs ([@patricklx](https://github.com/patricklx))
10
+
11
+ #### :bug: Bug Fix
12
+ * `ember-inspector`
13
+ * [#2691](https://github.com/emberjs/ember-inspector/pull/2691) fix data tab not showing models ([@patricklx](https://github.com/patricklx))
14
+ * [#2703](https://github.com/emberjs/ember-inspector/pull/2703) regression: fix _backburner access ([@patricklx](https://github.com/patricklx))
15
+ * [#2705](https://github.com/emberjs/ember-inspector/pull/2705) fix whats new for nightly ([@patricklx](https://github.com/patricklx))
16
+ * [#2689](https://github.com/emberjs/ember-inspector/pull/2689) fix loading race condition ([@patricklx](https://github.com/patricklx))
17
+ * [#2700](https://github.com/emberjs/ember-inspector/pull/2700) add a optional chaining operator for accessing getOwner on application ([@mansona](https://github.com/mansona))
18
+ * [#2702](https://github.com/emberjs/ember-inspector/pull/2702) add back iframe (without src) support ([@patricklx](https://github.com/patricklx))
19
+ * [#2692](https://github.com/emberjs/ember-inspector/pull/2692) fix whats new ([@patricklx](https://github.com/patricklx))
20
+
21
+ #### :house: Internal
22
+ * `ember-inspector`
23
+ * [#2708](https://github.com/emberjs/ember-inspector/pull/2708) update release-plan workflows to new format ([@mansona](https://github.com/mansona))
24
+
25
+ #### Committers: 2
26
+ - Chris Manson ([@mansona](https://github.com/mansona))
27
+ - Patrick Pircher ([@patricklx](https://github.com/patricklx))
28
+
29
+ ## Release (2025-11-05)
30
+
31
+ * ember-inspector 4.14.2 (patch)
32
+
33
+ #### :bug: Bug Fix
34
+ * `ember-inspector`
35
+ * [#2705](https://github.com/emberjs/ember-inspector/pull/2705) fix whats new for nightly ([@patricklx](https://github.com/patricklx))
36
+ * [#2689](https://github.com/emberjs/ember-inspector/pull/2689) fix loading race condition ([@patricklx](https://github.com/patricklx))
37
+ * [#2700](https://github.com/emberjs/ember-inspector/pull/2700) add a optional chaining operator for accessing getOwner on application ([@mansona](https://github.com/mansona))
38
+ * [#2702](https://github.com/emberjs/ember-inspector/pull/2702) add back iframe (without src) support ([@patricklx](https://github.com/patricklx))
39
+ * [#2692](https://github.com/emberjs/ember-inspector/pull/2692) fix whats new ([@patricklx](https://github.com/patricklx))
40
+
41
+ #### :house: Internal
42
+ * `ember-inspector`
43
+ * [#2704](https://github.com/emberjs/ember-inspector/pull/2704) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
44
+ * [#2698](https://github.com/emberjs/ember-inspector/pull/2698) Prepare Release v4.14.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
45
+
46
+ #### Committers: 3
47
+ - Chris Manson ([@mansona](https://github.com/mansona))
48
+ - Patrick Pircher ([@patricklx](https://github.com/patricklx))
49
+ - [@github-actions[bot]](https://github.com/apps/github-actions)
50
+
51
+ ## Release (2025-10-28)
52
+
53
+ * ember-inspector 4.14.1 (patch)
54
+
55
+ #### :bug: Bug Fix
56
+ * `ember-inspector`
57
+ * [#2700](https://github.com/emberjs/ember-inspector/pull/2700) add a optional chaining operator for accessing getOwner on application ([@mansona](https://github.com/mansona))
58
+ * [#2702](https://github.com/emberjs/ember-inspector/pull/2702) add back iframe (without src) support ([@patricklx](https://github.com/patricklx))
59
+ * [#2692](https://github.com/emberjs/ember-inspector/pull/2692) fix whats new ([@patricklx](https://github.com/patricklx))
60
+
61
+ #### Committers: 2
62
+ - Chris Manson ([@mansona](https://github.com/mansona))
63
+ - Patrick Pircher ([@patricklx](https://github.com/patricklx))
64
+
65
+ ## Release (2025-10-02)
66
+
67
+ * ember-inspector 4.14.0 (minor)
68
+
69
+ #### :rocket: Enhancement
70
+ * `ember-inspector`
71
+ * [#2625](https://github.com/emberjs/ember-inspector/pull/2625) Add support for Vite ([@mansona](https://github.com/mansona))
72
+ * [#2676](https://github.com/emberjs/ember-inspector/pull/2676) Replace Inter font with `system-ui` keyword ([@pichfl](https://github.com/pichfl))
73
+ * [#2680](https://github.com/emberjs/ember-inspector/pull/2680) Add owner to the list of properties of an object ([@pichfl](https://github.com/pichfl))
74
+ * [#2667](https://github.com/emberjs/ember-inspector/pull/2667) show parents in sidebar ([@patricklx](https://github.com/patricklx))
75
+ * [#2672](https://github.com/emberjs/ember-inspector/pull/2672) Convert ember-debug to ESM and simplify wrapper ([@mansona](https://github.com/mansona))
76
+ * [#2655](https://github.com/emberjs/ember-inspector/pull/2655) implement show parents only (focus mode) ([@patricklx](https://github.com/patricklx))
77
+ * [#2658](https://github.com/emberjs/ember-inspector/pull/2658) perf: do not re-render positionals ([@patricklx](https://github.com/patricklx))
78
+ * [#2659](https://github.com/emberjs/ember-inspector/pull/2659) support shadow dom for click to select & inspect component ([@patricklx](https://github.com/patricklx))
79
+
80
+ #### :bug: Bug Fix
81
+ * `ember-inspector`
82
+ * [#2678](https://github.com/emberjs/ember-inspector/pull/2678) Move Object Inspector toggle so it remains visible in edge cases ([@pichfl](https://github.com/pichfl))
83
+ * [#2677](https://github.com/emberjs/ember-inspector/pull/2677) Enable CORS for locally served bookmarklet ([@pichfl](https://github.com/pichfl))
84
+ * [#2664](https://github.com/emberjs/ember-inspector/pull/2664) fix service detection ([@patricklx](https://github.com/patricklx))
85
+ * [#2657](https://github.com/emberjs/ember-inspector/pull/2657) fix html element tree when not a direct child ([@patricklx](https://github.com/patricklx))
86
+ * [#2639](https://github.com/emberjs/ember-inspector/pull/2639) fix `whats new` not showing latest changes ([@patricklx](https://github.com/patricklx))
87
+ * [#2640](https://github.com/emberjs/ember-inspector/pull/2640) fix for chrome bfcache ([@patricklx](https://github.com/patricklx))
88
+ * [#2646](https://github.com/emberjs/ember-inspector/pull/2646) Fix ember 6 ([@mansona](https://github.com/mansona))
89
+ * [#2627](https://github.com/emberjs/ember-inspector/pull/2627) fix: Cannot convert a Symbol value to a string ([@lifeart](https://github.com/lifeart))
90
+
91
+ #### :memo: Documentation
92
+ * `ember-inspector`
93
+ * [#2626](https://github.com/emberjs/ember-inspector/pull/2626) docs: add precisions about running for development with bookmarklet ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
94
+
95
+ #### :house: Internal
96
+ * `ember-inspector`
97
+ * [#2685](https://github.com/emberjs/ember-inspector/pull/2685) Fix release ([@mansona](https://github.com/mansona))
98
+ * [#2684](https://github.com/emberjs/ember-inspector/pull/2684) add client secret to the build and upload script ([@mansona](https://github.com/mansona))
99
+ * [#2683](https://github.com/emberjs/ember-inspector/pull/2683) Create PRIVACY.md ([@mansona](https://github.com/mansona))
100
+ * [#2675](https://github.com/emberjs/ember-inspector/pull/2675) Fix theme colors no rendering in tests and bookmarklet ([@pichfl](https://github.com/pichfl))
101
+ * [#2674](https://github.com/emberjs/ember-inspector/pull/2674) Remove the "ui" in-repo-addon ([@pichfl](https://github.com/pichfl))
102
+ * [#2671](https://github.com/emberjs/ember-inspector/pull/2671) use relative imports inside ember-debug ([@mansona](https://github.com/mansona))
103
+ * [#2670](https://github.com/emberjs/ember-inspector/pull/2670) remove overkill use of env to simplify new build process ([@mansona](https://github.com/mansona))
104
+ * [#2669](https://github.com/emberjs/ember-inspector/pull/2669) Achieve centralizing imports from Ember ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
105
+ * [#2668](https://github.com/emberjs/ember-inspector/pull/2668) Cleanup import ember ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
106
+ * [#2662](https://github.com/emberjs/ember-inspector/pull/2662) fix watch test script ([@patricklx](https://github.com/patricklx))
107
+ * [#2656](https://github.com/emberjs/ember-inspector/pull/2656) fix local dev ([@patricklx](https://github.com/patricklx))
108
+ * [#2660](https://github.com/emberjs/ember-inspector/pull/2660) Centralize interactions with ember-source: wormhole ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
109
+ * [#2653](https://github.com/emberjs/ember-inspector/pull/2653) Refactor: Centralize calls to `emberSafeRequire` ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
110
+ * [#2654](https://github.com/emberjs/ember-inspector/pull/2654) Remove loader ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
111
+ * [#2645](https://github.com/emberjs/ember-inspector/pull/2645) move build of ember-debug to rollup ([@mansona](https://github.com/mansona))
112
+ * [#2628](https://github.com/emberjs/ember-inspector/pull/2628) require all ember modules in one place ([@mansona](https://github.com/mansona))
113
+ * [#2648](https://github.com/emberjs/ember-inspector/pull/2648) fix ember 3.x-lts ([@patricklx](https://github.com/patricklx))
114
+ * [#2652](https://github.com/emberjs/ember-inspector/pull/2652) prepare profile manager tests for ember 6 ([@patricklx](https://github.com/patricklx))
115
+ * [#2650](https://github.com/emberjs/ember-inspector/pull/2650) Prepare ember 6+ support/ view-debug ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
116
+ * [#2649](https://github.com/emberjs/ember-inspector/pull/2649) update release-plan ([@mansona](https://github.com/mansona))
117
+ * [#2647](https://github.com/emberjs/ember-inspector/pull/2647) Remove unused file `trigger-port.js` ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
118
+ * [#2644](https://github.com/emberjs/ember-inspector/pull/2644) add packageManager for people not using volta ([@mansona](https://github.com/mansona))
119
+ * [#2643](https://github.com/emberjs/ember-inspector/pull/2643) test ember 5.8 and 5.12 ([@mansona](https://github.com/mansona))
120
+ * [#2624](https://github.com/emberjs/ember-inspector/pull/2624) ember-cli-update to latest blueprints ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
121
+ * [#2623](https://github.com/emberjs/ember-inspector/pull/2623) Remove gets and access props directly ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
122
+ * [#2620](https://github.com/emberjs/ember-inspector/pull/2620) Remove pushObjects from RenderTree ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
123
+ * [#2621](https://github.com/emberjs/ember-inspector/pull/2621) Remove unused evented from ListContent ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
124
+ * [#2619](https://github.com/emberjs/ember-inspector/pull/2619) Remove Evented from ListContent ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
125
+ * [#2618](https://github.com/emberjs/ember-inspector/pull/2618) Remove Evented from PromiseAssembler ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
126
+ * [#2617](https://github.com/emberjs/ember-inspector/pull/2617) Convert adapters and port to TS, remove Evented from port ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
127
+ * [#2601](https://github.com/emberjs/ember-inspector/pull/2601) More progress removing prototype extensions ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
128
+ * [#2602](https://github.com/emberjs/ember-inspector/pull/2602) cleanup filterBy & mapBy prototype extensions ([@patricklx](https://github.com/patricklx))
129
+ * [#2600](https://github.com/emberjs/ember-inspector/pull/2600) Remove mapBy and filterBy ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
130
+ * [#2598](https://github.com/emberjs/ember-inspector/pull/2598) Update to Ember 5.12 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
131
+
132
+ #### Committers: 6
133
+ - Alex Kanunnikov ([@lifeart](https://github.com/lifeart))
134
+ - Chris Manson ([@mansona](https://github.com/mansona))
135
+ - Florian Pichler ([@pichfl](https://github.com/pichfl))
136
+ - Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
137
+ - Patrick Pircher ([@patricklx](https://github.com/patricklx))
138
+ - Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
139
+
3
140
  ## Release (2024-07-30)
4
141
 
5
142
  ember-inspector 4.13.1 (patch)
package/DEVELOPMENT.md ADDED
@@ -0,0 +1,50 @@
1
+ ## Building and Testing:
2
+
3
+ Run `pnpm install && pnpm add -g ember-cli` to install the required modules.
4
+
5
+ - `pnpm build` to build the files in the `dist` directory
6
+ - `pnpm watch` To watch the files and re-build in `dist` when anything changes (useful during development).
7
+ - `pnpm test` To run the tests in the terminal
8
+ - `pnpm start` To start the test server at `localhost:4200/testing/tests`
9
+
10
+ ## Deploy new version:
11
+
12
+ See [RELEASE.md](./RELEASE.md)
13
+
14
+ ### Locking a version
15
+
16
+ We can take a snapshot of the current inspector version to support a specific Ember version range. This allows us to stop supporting old Ember versions in main without breaking the published inspector for old Ember apps. It works by serving a different inspector version based on the current app's Ember version.
17
+
18
+ The Ember versions supported by the current inspector are indicated in the `emberVersionsSupported` array in `package.json`.
19
+
20
+ Here are the steps to lock an inspector version:
21
+
22
+ - Release a new version (See "Minor and major versions") if there are unreleased commits in `main`. Skip this step if there are not new commits after the last release.
23
+ - Makes sure you have a `config/secrets.json` file with the correct AWS credentials to push to S3. You can use `config/secrets.json.sample` as a starting point.
24
+ - Create a new branch (from `main`) named after the Ember version range that will be supported by this branch. The min version in the range is the first element in the `emberVersionsSupported` array in `package.json`. The max version in the range is the first version that will *not* be supported. For example, a branch named `ember-0.0.0-2.7.0` means it supports Ember 0.0.0 -> 2.6.0, and a branch named `ember-2.7.0-3.4.0` means it supports Ember 2.7.0 -> Ember 3.3.2.
25
+ - Update `package.json`'s `emberVersionsSupported`: add a second element that indicates the minimum Ember version the `main` branch *will not* support.
26
+ - Commit the branch.
27
+ - Run `pnpm lock-version`. This will build, and compress the panes.
28
+ - To upload the panes to GitHub:
29
+ - Create a folder locally with the naming convention `panes-x-x-x`
30
+ - Copy the 3 zip files (chrome.zip, firefox.zip, and bookmarklet.zip) into the folder you just created.
31
+ - Go to https://github.com/emberjs/ember-inspector/upload/panes and drag the folder in to upload it.
32
+ - Checkout the `main` branch.
33
+ - Update `package.json`'s `previousEmberVersionsSupported`: add the first Ember version supported by the recently locked snapshot (the first element in the `emberVersionsSupported` array).
34
+ - Update `package.json`'s `emberVersionsSupported`: Take the last element from `previousEmberVersionsSupported` and set it as the first element in this array. Set an empty string as the second element to indicate there's currently no maximum Ember version supported yet. `emberVersionsSupported` array length should always be `2` indicating a [min, max] range.
35
+ - Commit.
36
+
37
+ ##### Example scenario
38
+
39
+ Below is an example scenario that assumes the current `main` branch supports Ember version 2.7.0+ and we want to lock the version such that `main` will support 3.4.0+. It also assumes the last Ember Inspector version released was 3.9.0.
40
+
41
+ - Release a new inspector version `3.10.0` if there are unreleased commits in `main`.
42
+ - Create a new branch from `main` called `ember-2.7.0-3.4.0`.
43
+ - Update `package.json`'s `emberVersionsSupported` from `["2.7.0", ""]` to `["2.7.0", "3.4.0"]`.
44
+ - Commit with message "Lock Ember version at 2.7.0-3.4.0" and push the branch.
45
+ - Run `pnpm lock-version`.
46
+ - Checkout the `main` branch.
47
+ - Create a new branch *from main* called `lock-3.4.0` (branch name here is not important).
48
+ - Update `package.json`'s `previousEmberVersionsSupported` from `["0.0.0"]` to `["0.0.0", "2.7.0"]`.
49
+ - Update `package.json`'s `emberVersionsSupported` from `["2.7.0", ""]` to `["3.4.0", ""]`.
50
+ - Commit and open a PR against `main`.
package/PRIVACY.md ADDED
@@ -0,0 +1,3 @@
1
+ # Privacy Policy
2
+
3
+ The Ember Inspector collects no data from any of its users and has no analytics. As we don't collect any data it is impossilbe for us to store any data about our users.
package/README.md CHANGED
@@ -75,59 +75,15 @@ Or to do this more easily in the future, create a new bookmark in your browser,
75
75
 
76
76
  The expected behavior is a new window opening with the URL `http://localhost:9191/bookmarklet/<pane-root>/index.html?inspectedWindowURL=<inspected-app-url>`, running your local ember-inspector. The content should be the same as the one you see when using the published extension, but not properly styled.
77
77
 
78
- ## Building and Testing:
78
+ ### Vite Support
79
79
 
80
- Run `pnpm install && pnpm add -g ember-cli` to install the required modules.
80
+ If your Ember app is running on Vite, you may need [@embroider/legacy-inspector-support](https://github.com/embroider-build/embroider/tree/main/packages/legacy-inspector-support) to get things working in your app.
81
81
 
82
- - `pnpm build` to build the files in the `dist` directory
83
- - `pnpm watch` To watch the files and re-build in `dist` when anything changes (useful during development).
84
- - `pnpm test` To run the tests in the terminal
85
- - `pnpm start` To start the test server at `localhost:4200/testing/tests`
86
-
87
-
88
- ## Deploy new version:
89
-
90
- See [RELEASE.md](./RELEASE.md)
91
-
92
-
93
- ### Locking a version
94
-
95
- We can take a snapshot of the current inspector version to support a specific Ember version range. This allows us to stop supporting old Ember versions in main without breaking the published inspector for old Ember apps. It works by serving a different inspector version based on the current app's Ember version.
96
-
97
- The Ember versions supported by the current inspector are indicated in the `emberVersionsSupported` array in `package.json`.
98
-
99
- Here are the steps to lock an inspector version:
100
-
101
- - Release a new version (See "Minor and major versions") if there are unreleased commits in `main`. Skip this step if there are not new commits after the last release.
102
- - Makes sure you have a `config/secrets.json` file with the correct AWS credentials to push to S3. You can use `config/secrets.json.sample` as a starting point.
103
- - Create a new branch (from `main`) named after the Ember version range that will be supported by this branch. The min version in the range is the first element in the `emberVersionsSupported` array in `package.json`. The max version in the range is the first version that will *not* be supported. For example, a branch named `ember-0.0.0-2.7.0` means it supports Ember 0.0.0 -> 2.6.0, and a branch named `ember-2.7.0-3.4.0` means it supports Ember 2.7.0 -> Ember 3.3.2.
104
- - Update `package.json`'s `emberVersionsSupported`: add a second element that indicates the minimum Ember version the `main` branch *will not* support.
105
- - Commit the branch.
106
- - Run `pnpm lock-version`. This will build, and compress the panes.
107
- - To upload the panes to GitHub:
108
- - Create a folder locally with the naming convention `panes-x-x-x`
109
- - Copy the 3 zip files (chrome.zip, firefox.zip, and bookmarklet.zip) into the folder you just created.
110
- - Go to https://github.com/emberjs/ember-inspector/upload/panes and drag the folder in to upload it.
111
- - Checkout the `main` branch.
112
- - Update `package.json`'s `previousEmberVersionsSupported`: add the first Ember version supported by the recently locked snapshot (the first element in the `emberVersionsSupported` array).
113
- - Update `package.json`'s `emberVersionsSupported`: Take the last element from `previousEmberVersionsSupported` and set it as the first element in this array. Set an empty string as the second element to indicate there's currently no maximum Ember version supported yet. `emberVersionsSupported` array length should always be `2` indicating a [min, max] range.
114
- - Commit.
115
-
116
- ##### Example scenario
82
+ ### Window Messages
117
83
 
118
- Below is an example scenario that assumes the current `main` branch supports Ember version 2.7.0+ and we want to lock the version such that `main` will support 3.4.0+. It also assumes the last Ember Inspector version released was 3.9.0.
84
+ The Ember Inspector uses window messages, so if you are using window messages in your application code, make sure you [verify the sender](https://developer.mozilla.org/en-US/docs/Web/API/window.postMessage#Security_concerns) and add checks to your event listener so as not to conflict with the inspector's messages.
119
85
 
120
- - Release a new inspector version `3.10.0` if there are unreleased commits in `main`.
121
- - Create a new branch from `main` called `ember-2.7.0-3.4.0`.
122
- - Update `package.json`'s `emberVersionsSupported` from `["2.7.0", ""]` to `["2.7.0", "3.4.0"]`.
123
- - Commit with message "Lock Ember version at 2.7.0-3.4.0" and push the branch.
124
- - Run `pnpm lock-version`.
125
- - Checkout the `main` branch.
126
- - Create a new branch *from main* called `lock-3.4.0` (branch name here is not important).
127
- - Update `package.json`'s `previousEmberVersionsSupported` from `["0.0.0"]` to `["0.0.0", "2.7.0"]`.
128
- - Update `package.json`'s `emberVersionsSupported` from `["2.7.0", ""]` to `["3.4.0", ""]`.
129
- - Commit and open a PR against `main`.
130
86
 
131
- ### Window Messages
87
+ ## Development
132
88
 
133
- The Ember Inspector uses window messages, so if you are using window messages in your application code, make sure you [verify the sender](https://developer.mozilla.org/en-US/docs/Web/API/window.postMessage#Security_concerns) and add checks to your event listener so as not to conflict with the inspector's messages.
89
+ Want to work on inspector? See [DEVELOPMENT.md](./DEVELOPMENT.md)
package/RELEASE.md CHANGED
@@ -1,62 +1,27 @@
1
- # Release
2
-
3
- Releases are mostly automated using
4
- [release-it](https://github.com/release-it/release-it/) and
5
- [lerna-changelog](https://github.com/lerna/lerna-changelog/).
1
+ # Release Process
6
2
 
3
+ Releases in this repo are mostly automated using [release-plan](https://github.com/embroider-build/release-plan/). Once you label all your PRs correctly (see below) you will have an automatically generated PR that updates your CHANGELOG.md file and a `.release-plan.json` that is used to prepare the release once the PR is merged.
7
4
 
8
5
  ## Preparation
9
6
 
10
- Since the majority of the actual release process is automated, the primary
11
- remaining task prior to releasing is confirming that all pull requests that
12
- have been merged since the last release have been labeled with the appropriate
13
- `lerna-changelog` labels and the titles have been updated to ensure they
14
- represent something that would make sense to our users. Some great information
15
- on why this is important can be found at
16
- [keepachangelog.com](https://keepachangelog.com/en/1.0.0/), but the overall
7
+ Since the majority of the actual release process is automated, the remaining tasks before releasing are:
8
+
9
+ - correctly labeling **all** pull requests that have been merged since the last release
10
+ - updating pull request titles so they make sense to our users
11
+
12
+ Some great information on why this is important can be found at [keepachangelog.com](https://keepachangelog.com/en/1.1.0/), but the overall
17
13
  guiding principle here is that changelogs are for humans, not machines.
18
14
 
19
15
  When reviewing merged PR's the labels to be used are:
20
16
 
21
- * breaking - Used when the PR is considered a breaking change.
22
- * enhancement - Used when the PR adds a new feature or enhancement.
23
- * bug - Used when the PR fixes a bug included in a previous release.
24
- * documentation - Used when the PR adds or updates documentation.
25
- * internal - Used for internal changes that still require a mention in the
26
- changelog/release notes.
17
+ - breaking - Used when the PR is considered a breaking change.
18
+ - enhancement - Used when the PR adds a new feature or enhancement.
19
+ - bug - Used when the PR fixes a bug included in a previous release.
20
+ - documentation - Used when the PR adds or updates documentation.
21
+ - internal - Internal changes or things that don't fit in any other category.
27
22
 
23
+ **Note:** `release-plan` requires that **all** PRs are labeled. If a PR doesn't fit in a category it's fine to label it as `internal`
28
24
 
29
25
  ## Release
30
26
 
31
- Once the prep work is completed, the actual release is straight forward:
32
-
33
- * First, ensure that you have installed your projects dependencies:
34
-
35
- ```
36
- pnpm install
37
- ```
38
-
39
- * Second, ensure that you have obtained a
40
- [GitHub personal access token][generate-token] with the `repo` scope (no
41
- other permissions are needed). Make sure the token is available as the
42
- `GITHUB_AUTH` environment variable.
43
-
44
- For instance:
45
-
46
- ```bash
47
- export GITHUB_AUTH=abc123def456
48
- ```
49
-
50
- [generate-token]: https://github.com/settings/tokens/new?scopes=repo&description=GITHUB_AUTH+env+variable
51
-
52
- * And last (but not least 😁) do your release.
53
-
54
- ```
55
- npx release-it
56
- ```
57
-
58
- [release-it](https://github.com/release-it/release-it/) manages the actual
59
- release process. It will prompt you to to choose the version number after which
60
- you will have the chance to hand tweak the changelog to be used (for the
61
- `CHANGELOG.md` and GitHub release), then `release-it` continues on to tagging,
62
- pushing the tag and commits, etc.
27
+ Once the prep work is completed, the actual release is straight forward: you just need to merge the open [Plan Release](https://github.com/emberjs/ember-inspector/pulls?q=is%3Apr+is%3Aopen+%22Prepare+Release%22+in%3Atitle) PR
File without changes
File without changes
@@ -1,7 +1,5 @@
1
- /* eslint-disable ember/no-computed-properties-in-native-classes */
2
1
  import Controller from '@ember/controller';
3
- import { action, computed } from '@ember/object';
4
- import { sort } from '@ember/object/computed';
2
+ import { action } from '@ember/object';
5
3
  import { inject as service } from '@ember/service';
6
4
 
7
5
  const HIDE_EMPTY_MODELS_KEY = 'are-model-types-hidden';
@@ -14,12 +12,6 @@ export default class ModelTypesController extends Controller {
14
12
 
15
13
  navWidth = 180;
16
14
 
17
- constructor() {
18
- super(...arguments);
19
- this.sortByNameProp = ['name'];
20
- this.sortByDescCountProp = ['count:desc'];
21
- }
22
-
23
15
  get hideEmptyModelTypes() {
24
16
  return getStoredPropertyValue(this.storage, HIDE_EMPTY_MODELS_KEY);
25
17
  }
@@ -36,13 +28,14 @@ export default class ModelTypesController extends Controller {
36
28
  handleSettingProperty(this.storage, ORDER_MODELS_BY_COUNT_KEY, value);
37
29
  }
38
30
 
39
- @sort('filtered', 'sortByNameProp')
40
- sortByName;
31
+ get sortByName() {
32
+ return this.filtered.toSorted((a, b) => a.name.localeCompare(b.name));
33
+ }
41
34
 
42
- @sort('filtered', 'sortByDescCountProp')
43
- sortByDescCount;
35
+ get sortByDescCount() {
36
+ return this.filtered.toSorted((a, b) => b.count - a.count);
37
+ }
44
38
 
45
- @computed('model.@each.count', 'hideEmptyModelTypes')
46
39
  get filtered() {
47
40
  return this.model.filter((item) => {
48
41
  let hideEmptyModels = this.hideEmptyModelTypes;
File without changes
File without changes
File without changes
@@ -14,8 +14,7 @@ function checkStatus(response) {
14
14
  }
15
15
 
16
16
  function getLatestEntry(doc) {
17
- const regex =
18
- /^#{2} (?:v(\d{1,2}(?:\.\d{1,2})?(?:\.\d{1,2})?)|(?:\[v?(.+)]))/gm;
17
+ const regex = /^## Release /gm;
19
18
  const latest = regex.exec(doc);
20
19
  const previous = regex.exec(doc);
21
20
 
@@ -42,10 +41,13 @@ export default class WhatsNewRoute extends TabRoute {
42
41
  model() {
43
42
  let { version } = this.config;
44
43
 
45
- let ref = version.indexOf('alpha') === -1 ? `v${version}` : 'main';
44
+ let ref =
45
+ version.indexOf('alpha') === -1
46
+ ? `v${version}-ember-inspector`
47
+ : 'release-preview';
46
48
  let url = `https://raw.githubusercontent.com/emberjs/ember-inspector/${encodeURIComponent(
47
49
  ref,
48
- )}-ember-inspector/CHANGELOG.md`;
50
+ )}/CHANGELOG.md`;
49
51
 
50
52
  return fetch(url)
51
53
  .then(checkStatus)
@@ -2,6 +2,7 @@ import Service, { inject as service } from '@ember/service';
2
2
  import { LOCAL_STORAGE_SUPPORTED } from './storage/local';
3
3
  import type LocalStorageService from './storage/local';
4
4
  import type MemoryStorageService from './storage/memory';
5
+ import { tracked } from '@glimmer/tracking';
5
6
 
6
7
  /**
7
8
  * Service that wraps either the LocalStorageService or
@@ -12,6 +13,18 @@ import type MemoryStorageService from './storage/memory';
12
13
  export default class StorageService extends Service {
13
14
  @service(LOCAL_STORAGE_SUPPORTED ? 'storage/local' : 'storage/memory')
14
15
  declare backend: LocalStorageService | MemoryStorageService;
16
+ @tracked trackedBackend = {
17
+ setItem: (k: keyof object, v: string) => {
18
+ this.backend.setItem(k, v);
19
+ this.trackedBackend = { ...this.trackedBackend };
20
+ },
21
+ removeItem: (k: keyof object) => {
22
+ this.backend.removeItem(k);
23
+ this.trackedBackend = { ...this.trackedBackend };
24
+ },
25
+ getItem: (k: keyof object) => this.backend.getItem(k),
26
+ keys: () => this.backend.keys(),
27
+ };
15
28
 
16
29
  /**
17
30
  * Reads a stored object for a give key, if any.
@@ -19,7 +32,7 @@ export default class StorageService extends Service {
19
32
  * @return {Option<String>} The value, if found
20
33
  */
21
34
  getItem(key: keyof object) {
22
- const serialized = this.backend.getItem(key);
35
+ const serialized = this.trackedBackend.getItem(key);
23
36
 
24
37
  if (serialized === null) {
25
38
  // Actual `null` values would have been serialized as `"null"`
@@ -37,7 +50,7 @@ export default class StorageService extends Service {
37
50
  this.removeItem(key);
38
51
  } else {
39
52
  const serialized = JSON.stringify(value);
40
- this.backend.setItem(key, serialized);
53
+ this.trackedBackend.setItem(key, serialized);
41
54
  }
42
55
  }
43
56
 
@@ -45,7 +58,7 @@ export default class StorageService extends Service {
45
58
  * Deletes the stored string for a given key.
46
59
  */
47
60
  removeItem(key: keyof object) {
48
- this.backend.removeItem(key);
61
+ this.trackedBackend.removeItem(key);
49
62
  }
50
63
 
51
64
  /**
@@ -54,6 +67,6 @@ export default class StorageService extends Service {
54
67
  * @return {Array<String>} The array of keys
55
68
  */
56
69
  keys() {
57
- return this.backend.keys();
70
+ return this.trackedBackend.keys();
58
71
  }
59
72
  }
@@ -84,6 +84,7 @@
84
84
  <Ui::ErrorPage @description="Ember application not detected!">
85
85
  <ul>
86
86
  <li>This is not an Ember application.</li>
87
+ <li>You might need to setup <a href="https://github.com/embroider-build/embroider/tree/main/packages/legacy-inspector-support">legacy inspector support</a></li>
87
88
  <li>You are using an old version of Ember (&lt; rc5).</li>
88
89
  {{#if this.isChrome}}
89
90
  <li>
@@ -17,8 +17,8 @@ e.exports=require("@glimmer/tracking/primitives/cache")},3211:e=>{"use strict"
17
17
  e.exports=require("ember")},8234:e=>{"use strict"
18
18
  e.exports=require("ember-testing")},2394:e=>{"use strict"
19
19
  e.exports=require("ember-testing/lib/test/pending_requests")},32:e=>{"use strict"
20
- e.exports=require("ember-tracked-storage-polyfill")},7326:()=>{},3035:(e,r,t)=>{e.exports=function(){var e=_eai_d,r=_eai_r
21
- function n(e){return e&&e.__esModule?e:Object.assign({default:e},e)}window.emberAutoImportDynamic=function(e){return 1===arguments.length?r("_eai_dyn_"+e):r("_eai_dynt_"+e)(Array.prototype.slice.call(arguments,1))},window.emberAutoImportSync=function(e){return r("_eai_sync_"+e)(Array.prototype.slice.call(arguments,1))},e("@ember/string",[],(function(){return n(t(2654))})),e("ember-cli-page-object",["@ember/application","@ember/runloop","@ember/object","ember-testing","ember-testing/lib/test/pending_requests","ember","@ember/debug","@ember/destroyable","@ember/test-waiters","@ember/template-factory","@ember/version","@glimmer/manager","@ember/renderer","@ember/application/instance"],(function(){return n(t(3201))})),e("ember-cli-page-object/extend",["@ember/application","@ember/runloop","@ember/object","ember-testing","ember-testing/lib/test/pending_requests","ember","@ember/debug","@ember/destroyable","@ember/test-waiters","@ember/template-factory","@ember/version","@glimmer/manager","@ember/renderer","@ember/application/instance"],(function(){return n(t(7057))})),e("ember-cli-page-object/macros",[],(function(){return n(t(821))})),e("ember-load-initializers",[],(function(){return n(t(4338))})),e("ember-math-helpers/helpers/abs",["@ember/component/helper"],(function(){return n(t(7423))})),e("ember-math-helpers/helpers/acos",["@ember/component/helper"],(function(){return n(t(9485))})),e("ember-math-helpers/helpers/acosh",["@ember/component/helper"],(function(){return n(t(4393))})),e("ember-math-helpers/helpers/add",["@ember/component/helper"],(function(){return n(t(1336))})),e("ember-math-helpers/helpers/asin",["@ember/component/helper"],(function(){return n(t(3388))})),e("ember-math-helpers/helpers/asinh",["@ember/component/helper"],(function(){return n(t(7598))})),e("ember-math-helpers/helpers/atan",["@ember/component/helper"],(function(){return n(t(2521))})),e("ember-math-helpers/helpers/atan2",["@ember/component/helper"],(function(){return n(t(9363))})),e("ember-math-helpers/helpers/atanh",["@ember/component/helper"],(function(){return n(t(3837))})),e("ember-math-helpers/helpers/cbrt",["@ember/component/helper"],(function(){return n(t(5348))})),e("ember-math-helpers/helpers/ceil",["@ember/component/helper"],(function(){return n(t(610))})),e("ember-math-helpers/helpers/clz32",["@ember/component/helper"],(function(){return n(t(109))})),e("ember-math-helpers/helpers/cos",["@ember/component/helper"],(function(){return n(t(5040))})),e("ember-math-helpers/helpers/cosh",["@ember/component/helper"],(function(){return n(t(3594))})),e("ember-math-helpers/helpers/div",["@ember/component/helper"],(function(){return n(t(5664))})),e("ember-math-helpers/helpers/exp",["@ember/component/helper"],(function(){return n(t(292))})),e("ember-math-helpers/helpers/expm1",["@ember/component/helper"],(function(){return n(t(486))})),e("ember-math-helpers/helpers/floor",["@ember/component/helper"],(function(){return n(t(6209))})),e("ember-math-helpers/helpers/fround",["@ember/component/helper"],(function(){return n(t(5605))})),e("ember-math-helpers/helpers/gcd",["@ember/component/helper"],(function(){return n(t(6053))})),e("ember-math-helpers/helpers/hypot",["@ember/component/helper"],(function(){return n(t(37))})),e("ember-math-helpers/helpers/imul",["@ember/component/helper"],(function(){return n(t(4912))})),e("ember-math-helpers/helpers/lcm",["@ember/component/helper"],(function(){return n(t(9447))})),e("ember-math-helpers/helpers/log-e",["@ember/component/helper"],(function(){return n(t(1567))})),e("ember-math-helpers/helpers/log10",["@ember/component/helper"],(function(){return n(t(6088))})),e("ember-math-helpers/helpers/log1p",["@ember/component/helper"],(function(){return n(t(9864))})),e("ember-math-helpers/helpers/log2",["@ember/component/helper"],(function(){return n(t(8303))})),e("ember-math-helpers/helpers/max",["@ember/component/helper"],(function(){return n(t(7425))})),e("ember-math-helpers/helpers/min",["@ember/component/helper"],(function(){return n(t(867))})),e("ember-math-helpers/helpers/mod",["@ember/component/helper"],(function(){return n(t(8275))})),e("ember-math-helpers/helpers/mult",["@ember/component/helper"],(function(){return n(t(4801))})),e("ember-math-helpers/helpers/pow",["@ember/component/helper"],(function(){return n(t(6665))})),e("ember-math-helpers/helpers/random",["@ember/array","@ember/component/helper"],(function(){return n(t(7772))})),e("ember-math-helpers/helpers/round",["@ember/component/helper"],(function(){return n(t(2231))})),e("ember-math-helpers/helpers/sign",["@ember/component/helper"],(function(){return n(t(6626))})),e("ember-math-helpers/helpers/sin",["@ember/component/helper"],(function(){return n(t(4821))})),e("ember-math-helpers/helpers/sqrt",["@ember/component/helper"],(function(){return n(t(2841))})),e("ember-math-helpers/helpers/sub",["@ember/component/helper"],(function(){return n(t(4173))})),e("ember-math-helpers/helpers/sum",["@ember/component/helper"],(function(){return n(t(7472))})),e("ember-math-helpers/helpers/tan",["@ember/component/helper"],(function(){return n(t(5184))})),e("ember-math-helpers/helpers/tanh",["@ember/component/helper"],(function(){return n(t(1338))})),e("ember-math-helpers/helpers/trunc",["@ember/component/helper"],(function(){return n(t(7553))})),e("ember-resolver",[],(function(){return n(t(710))})),e("tracked-built-ins",["@glimmer/tracking","@ember/debug","ember-tracked-storage-polyfill"],(function(){return n(t(9929))})),e("tracked-toolbox",["@ember/debug","@ember/object","@glimmer/tracking","@glimmer/tracking/primitives/cache"],(function(){return n(t(2419))}))}()},9702:function(e,r){window._eai_r=require,window._eai_d=define}},t={}
20
+ e.exports=require("ember-tracked-storage-polyfill")},7326:()=>{},6914:(e,r,t)=>{e.exports=function(){var e=_eai_d,r=_eai_r
21
+ function n(e){return e&&e.__esModule?e:Object.assign({default:e},e)}window.emberAutoImportDynamic=function(e){return 1===arguments.length?r("_eai_dyn_"+e):r("_eai_dynt_"+e)(Array.prototype.slice.call(arguments,1))},window.emberAutoImportSync=function(e){return r("_eai_sync_"+e)(Array.prototype.slice.call(arguments,1))},e("@ember/string",[],(function(){return n(t(2654))})),e("ember-cli-page-object",["@ember/application","@ember/runloop","@ember/object","ember-testing","ember-testing/lib/test/pending_requests","ember","@ember/debug","@ember/destroyable","@ember/test-waiters","@ember/template-factory","@ember/version","@glimmer/manager","@ember/renderer","@ember/application/instance"],(function(){return n(t(3201))})),e("ember-cli-page-object/extend",["@ember/application","@ember/runloop","@ember/object","ember-testing","ember-testing/lib/test/pending_requests","ember","@ember/debug","@ember/destroyable","@ember/test-waiters","@ember/template-factory","@ember/version","@glimmer/manager","@ember/renderer","@ember/application/instance"],(function(){return n(t(7057))})),e("ember-cli-page-object/macros",[],(function(){return n(t(821))})),e("ember-load-initializers",[],(function(){return n(t(4338))})),e("ember-math-helpers/helpers/abs",["@ember/component/helper"],(function(){return n(t(7423))})),e("ember-math-helpers/helpers/acos",["@ember/component/helper"],(function(){return n(t(9485))})),e("ember-math-helpers/helpers/acosh",["@ember/component/helper"],(function(){return n(t(4393))})),e("ember-math-helpers/helpers/add",["@ember/component/helper"],(function(){return n(t(1336))})),e("ember-math-helpers/helpers/asin",["@ember/component/helper"],(function(){return n(t(3388))})),e("ember-math-helpers/helpers/asinh",["@ember/component/helper"],(function(){return n(t(7598))})),e("ember-math-helpers/helpers/atan",["@ember/component/helper"],(function(){return n(t(2521))})),e("ember-math-helpers/helpers/atan2",["@ember/component/helper"],(function(){return n(t(9363))})),e("ember-math-helpers/helpers/atanh",["@ember/component/helper"],(function(){return n(t(3837))})),e("ember-math-helpers/helpers/cbrt",["@ember/component/helper"],(function(){return n(t(5348))})),e("ember-math-helpers/helpers/ceil",["@ember/component/helper"],(function(){return n(t(610))})),e("ember-math-helpers/helpers/clz32",["@ember/component/helper"],(function(){return n(t(109))})),e("ember-math-helpers/helpers/cos",["@ember/component/helper"],(function(){return n(t(5040))})),e("ember-math-helpers/helpers/cosh",["@ember/component/helper"],(function(){return n(t(3594))})),e("ember-math-helpers/helpers/div",["@ember/component/helper"],(function(){return n(t(5664))})),e("ember-math-helpers/helpers/exp",["@ember/component/helper"],(function(){return n(t(292))})),e("ember-math-helpers/helpers/expm1",["@ember/component/helper"],(function(){return n(t(486))})),e("ember-math-helpers/helpers/floor",["@ember/component/helper"],(function(){return n(t(6209))})),e("ember-math-helpers/helpers/fround",["@ember/component/helper"],(function(){return n(t(5605))})),e("ember-math-helpers/helpers/gcd",["@ember/component/helper"],(function(){return n(t(6053))})),e("ember-math-helpers/helpers/hypot",["@ember/component/helper"],(function(){return n(t(37))})),e("ember-math-helpers/helpers/imul",["@ember/component/helper"],(function(){return n(t(4912))})),e("ember-math-helpers/helpers/lcm",["@ember/component/helper"],(function(){return n(t(9447))})),e("ember-math-helpers/helpers/log-e",["@ember/component/helper"],(function(){return n(t(1567))})),e("ember-math-helpers/helpers/log10",["@ember/component/helper"],(function(){return n(t(6088))})),e("ember-math-helpers/helpers/log1p",["@ember/component/helper"],(function(){return n(t(9864))})),e("ember-math-helpers/helpers/log2",["@ember/component/helper"],(function(){return n(t(8303))})),e("ember-math-helpers/helpers/max",["@ember/component/helper"],(function(){return n(t(7425))})),e("ember-math-helpers/helpers/min",["@ember/component/helper"],(function(){return n(t(867))})),e("ember-math-helpers/helpers/mod",["@ember/component/helper"],(function(){return n(t(8275))})),e("ember-math-helpers/helpers/mult",["@ember/component/helper"],(function(){return n(t(4801))})),e("ember-math-helpers/helpers/pow",["@ember/component/helper"],(function(){return n(t(6665))})),e("ember-math-helpers/helpers/random",["@ember/array","@ember/component/helper"],(function(){return n(t(7772))})),e("ember-math-helpers/helpers/round",["@ember/component/helper"],(function(){return n(t(2231))})),e("ember-math-helpers/helpers/sign",["@ember/component/helper"],(function(){return n(t(6626))})),e("ember-math-helpers/helpers/sin",["@ember/component/helper"],(function(){return n(t(4821))})),e("ember-math-helpers/helpers/sqrt",["@ember/component/helper"],(function(){return n(t(2841))})),e("ember-math-helpers/helpers/sub",["@ember/component/helper"],(function(){return n(t(4173))})),e("ember-math-helpers/helpers/sum",["@ember/component/helper"],(function(){return n(t(7472))})),e("ember-math-helpers/helpers/tan",["@ember/component/helper"],(function(){return n(t(5184))})),e("ember-math-helpers/helpers/tanh",["@ember/component/helper"],(function(){return n(t(1338))})),e("ember-math-helpers/helpers/trunc",["@ember/component/helper"],(function(){return n(t(7553))})),e("ember-resolver",[],(function(){return n(t(710))})),e("tracked-built-ins",["@glimmer/tracking","@ember/debug","ember-tracked-storage-polyfill"],(function(){return n(t(9929))})),e("tracked-toolbox",["@ember/debug","@ember/object","@glimmer/tracking","@glimmer/tracking/primitives/cache"],(function(){return n(t(2419))}))}()},119:function(e,r){window._eai_r=require,window._eai_d=define}},t={}
22
22
  function n(e){var m=t[e]
23
23
  if(void 0!==m)return m.exports
24
24
  var o=t[e]={exports:{}}
@@ -35,6 +35,6 @@ var r=(r,t)=>{var m,o,[p,s,l]=t,i=0
35
35
  if(p.some((r=>0!==e[r]))){for(m in s)n.o(s,m)&&(n.m[m]=s[m])
36
36
  if(l)var u=l(n)}for(r&&r(t);i<p.length;i++)o=p[i],n.o(e,o)&&e[o]&&e[o][0](),e[o]=0
37
37
  return n.O(u)},t=globalThis.webpackChunk_ember_auto_import_=globalThis.webpackChunk_ember_auto_import_||[]
38
- t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),n.O(void 0,[443],(()=>n(9702)))
39
- var m=n.O(void 0,[443],(()=>n(3035)))
38
+ t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),n.O(void 0,[443],(()=>n(119)))
39
+ var m=n.O(void 0,[443],(()=>n(6914)))
40
40
  m=n.O(m),__ember_auto_import__=m})()