ember-inspector 4.5.2 → 4.5.6

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 (58) hide show
  1. package/.eslintrc.js +2 -2
  2. package/.github/workflows/build.yml +0 -10
  3. package/.tool-versions +1 -1
  4. package/CHANGELOG.md +53 -0
  5. package/README.md +3 -3
  6. package/app/controllers/application.js +17 -7
  7. package/app/routes/whats-new.js +10 -3
  8. package/app/templates/application.hbs +1 -1
  9. package/babel.config.js +12 -0
  10. package/dist/bookmarklet/panes-3-4-0/assets/chunk.143.270940edacdd577ffc3a.js +9 -0
  11. package/dist/{chrome/panes-3-4-0/assets/chunk.178.5b0ef53154b4f03c1ddf.js → bookmarklet/panes-3-4-0/assets/chunk.178.c1ce9d69d5e5184cb8b8.js} +3 -3
  12. package/dist/{chrome/panes-3-4-0/assets/chunk.916.cfdae71ef87e943d7ad0.js → bookmarklet/panes-3-4-0/assets/chunk.916.10195c168143dde80f98.js} +1 -1
  13. package/dist/bookmarklet/panes-3-4-0/assets/{chunk.916.cfdae71ef87e943d7ad0.js.LICENSE.txt → chunk.916.10195c168143dde80f98.js.LICENSE.txt} +0 -0
  14. package/dist/bookmarklet/panes-3-4-0/assets/ember-inspector.js +211 -188
  15. package/dist/bookmarklet/panes-3-4-0/assets/vendor.css +35 -4
  16. package/dist/bookmarklet/panes-3-4-0/assets/vendor.js +1691 -1849
  17. package/dist/bookmarklet/panes-3-4-0/ember_debug.js +7 -7
  18. package/dist/bookmarklet/panes-3-4-0/index.html +1 -2
  19. package/dist/chrome/manifest.json +1 -1
  20. package/dist/chrome/panes-3-4-0/assets/chunk.143.270940edacdd577ffc3a.js +9 -0
  21. package/dist/{firefox/panes-3-4-0/assets/chunk.178.5b0ef53154b4f03c1ddf.js → chrome/panes-3-4-0/assets/chunk.178.c1ce9d69d5e5184cb8b8.js} +3 -3
  22. package/dist/{firefox/panes-3-4-0/assets/chunk.916.cfdae71ef87e943d7ad0.js → chrome/panes-3-4-0/assets/chunk.916.10195c168143dde80f98.js} +1 -1
  23. package/dist/chrome/panes-3-4-0/assets/{chunk.916.cfdae71ef87e943d7ad0.js.LICENSE.txt → chunk.916.10195c168143dde80f98.js.LICENSE.txt} +0 -0
  24. package/dist/chrome/panes-3-4-0/assets/ember-inspector.js +211 -188
  25. package/dist/chrome/panes-3-4-0/assets/vendor.css +35 -4
  26. package/dist/chrome/panes-3-4-0/assets/vendor.js +1691 -1849
  27. package/dist/chrome/panes-3-4-0/ember_debug.js +7 -7
  28. package/dist/chrome/panes-3-4-0/index.html +1 -2
  29. package/dist/firefox/manifest.json +1 -1
  30. package/dist/firefox/panes-3-4-0/assets/chunk.143.270940edacdd577ffc3a.js +9 -0
  31. package/dist/{bookmarklet/panes-3-4-0/assets/chunk.178.5b0ef53154b4f03c1ddf.js → firefox/panes-3-4-0/assets/chunk.178.c1ce9d69d5e5184cb8b8.js} +3 -3
  32. package/dist/{websocket/assets/chunk.916.cfdae71ef87e943d7ad0.js → firefox/panes-3-4-0/assets/chunk.916.10195c168143dde80f98.js} +1 -1
  33. package/dist/firefox/panes-3-4-0/assets/{chunk.916.cfdae71ef87e943d7ad0.js.LICENSE.txt → chunk.916.10195c168143dde80f98.js.LICENSE.txt} +0 -0
  34. package/dist/firefox/panes-3-4-0/assets/ember-inspector.js +211 -188
  35. package/dist/firefox/panes-3-4-0/assets/vendor.css +35 -4
  36. package/dist/firefox/panes-3-4-0/assets/vendor.js +1691 -1849
  37. package/dist/firefox/panes-3-4-0/ember_debug.js +7 -7
  38. package/dist/firefox/panes-3-4-0/index.html +1 -2
  39. package/dist/websocket/assets/chunk.143.270940edacdd577ffc3a.js +9 -0
  40. package/dist/websocket/assets/{chunk.178.5b0ef53154b4f03c1ddf.js → chunk.178.c1ce9d69d5e5184cb8b8.js} +3 -3
  41. package/dist/{bookmarklet/panes-3-4-0/assets/chunk.916.cfdae71ef87e943d7ad0.js → websocket/assets/chunk.916.10195c168143dde80f98.js} +1 -1
  42. package/dist/websocket/assets/{chunk.916.cfdae71ef87e943d7ad0.js.LICENSE.txt → chunk.916.10195c168143dde80f98.js.LICENSE.txt} +0 -0
  43. package/dist/websocket/assets/ember-inspector.js +211 -188
  44. package/dist/websocket/assets/vendor.css +35 -4
  45. package/dist/websocket/assets/vendor.js +1691 -1849
  46. package/dist/websocket/ember_debug.js +7 -7
  47. package/dist/websocket/index.html +1 -2
  48. package/ember_debug/object-inspector.js +4 -5
  49. package/ember_debug/vendor/startup-wrapper.js +5 -0
  50. package/package.json +12 -10
  51. package/tests/acceptance/whats-new-test.js +14 -6
  52. package/tests/ember_debug/container-debug-test.js +10 -3
  53. package/tests/helpers/setup-ember-debug-test.js +3 -2
  54. package/app/modifiers/did-resize.js +0 -76
  55. package/dist/bookmarklet/panes-3-4-0/assets/chunk.143.2d97860a6e5f313b08e6.js +0 -146
  56. package/dist/chrome/panes-3-4-0/assets/chunk.143.2d97860a6e5f313b08e6.js +0 -146
  57. package/dist/firefox/panes-3-4-0/assets/chunk.143.2d97860a6e5f313b08e6.js +0 -146
  58. package/dist/websocket/assets/chunk.143.2d97860a6e5f313b08e6.js +0 -146
@@ -1220,7 +1220,7 @@ template {
1220
1220
  table .occluded-content,
1221
1221
  tbody .occluded-content,
1222
1222
  thead .occluded-content,
1223
- tfoot .occluded-content, {
1223
+ tfoot .occluded-content {
1224
1224
  display: table-row;
1225
1225
  position: relative;
1226
1226
  width: 100%;
@@ -1241,59 +1241,74 @@ ol .occluded-content {
1241
1241
  width: 100%;
1242
1242
  box-sizing: border-box;
1243
1243
  }
1244
+
1244
1245
  .ember-table .ember-table-overflow {
1245
1246
  overflow: auto;
1246
1247
  max-height: 100%;
1247
1248
  max-width: 100%;
1248
1249
  }
1250
+
1249
1251
  .ember-table table {
1250
1252
  border-spacing: 0;
1251
1253
  table-layout: fixed;
1252
1254
  box-sizing: border-box;
1253
1255
  }
1256
+
1254
1257
  .ember-table td,
1255
1258
  .ember-table th {
1256
1259
  box-sizing: border-box;
1257
1260
  }
1258
- .ember-table td.is-fixed-left, .ember-table td.is-fixed-right,
1261
+
1262
+ .ember-table td.is-fixed-left,
1263
+ .ember-table td.is-fixed-right,
1259
1264
  .ember-table th.is-fixed-left,
1260
1265
  .ember-table th.is-fixed-right {
1261
1266
  position: -webkit-sticky;
1262
1267
  position: sticky;
1263
1268
  left: 0;
1264
1269
  }
1270
+
1265
1271
  .ember-table td.ember-table__text-align-left,
1266
1272
  .ember-table th.ember-table__text-align-left {
1267
1273
  text-align: left;
1268
1274
  }
1275
+
1269
1276
  .ember-table td.ember-table__text-align-center,
1270
1277
  .ember-table th.ember-table__text-align-center {
1271
1278
  text-align: center;
1272
1279
  }
1280
+
1273
1281
  .ember-table td.ember-table__text-align-right,
1274
1282
  .ember-table th.ember-table__text-align-right {
1275
1283
  text-align: right;
1276
1284
  }
1285
+
1277
1286
  .ember-table th {
1278
1287
  z-index: 2;
1279
1288
  }
1289
+
1280
1290
  .ember-table th:not(.is-fixed-right) .et-header-resize-area {
1281
1291
  right: 0;
1282
1292
  }
1293
+
1283
1294
  .ember-table th.is-fixed-right .et-header-resize-area {
1284
1295
  left: 0;
1285
1296
  }
1297
+
1286
1298
  .ember-table td.is-fixed-left,
1287
1299
  .ember-table td.is-fixed-right {
1288
1300
  z-index: 3;
1289
1301
  }
1302
+
1290
1303
  .ember-table th.is-fixed-left,
1291
1304
  .ember-table th.is-fixed-right {
1292
1305
  z-index: 4;
1293
1306
  }
1307
+
1294
1308
  .ember-table th.is-sortable {
1295
1309
  cursor: pointer;
1296
1310
  }
1311
+
1297
1312
  .ember-table thead {
1298
1313
  position: -webkit-sticky;
1299
1314
  position: sticky;
@@ -1301,9 +1316,11 @@ ol .occluded-content {
1301
1316
  z-index: 2;
1302
1317
  box-sizing: border-box;
1303
1318
  }
1319
+
1304
1320
  .ember-table tbody {
1305
1321
  box-sizing: border-box;
1306
1322
  }
1323
+
1307
1324
  .ember-table tfoot {
1308
1325
  position: -webkit-sticky;
1309
1326
  position: sticky;
@@ -1311,38 +1328,49 @@ ol .occluded-content {
1311
1328
  z-index: 2;
1312
1329
  box-sizing: border-box;
1313
1330
  }
1331
+
1314
1332
  .ember-table .scroll-indicator {
1315
1333
  position: absolute;
1316
1334
  z-index: 5;
1317
1335
  }
1318
- .ember-table .scroll-indicator__left, .ember-table .scroll-indicator__right {
1336
+
1337
+ .ember-table .scroll-indicator__left,
1338
+ .ember-table .scroll-indicator__right {
1319
1339
  top: 0;
1320
1340
  width: 8px;
1321
1341
  height: 100%;
1322
1342
  }
1343
+
1323
1344
  .ember-table .scroll-indicator__left {
1324
1345
  background: linear-gradient(to right, rgba(168, 168, 168, 0.4), rgba(168, 168, 168, 0));
1325
1346
  }
1347
+
1326
1348
  .ember-table .scroll-indicator__right {
1327
1349
  right: 0;
1328
1350
  background: linear-gradient(to left, rgba(168, 168, 168, 0.4), rgba(168, 168, 168, 0));
1329
1351
  }
1330
- .ember-table .scroll-indicator__top, .ember-table .scroll-indicator__bottom {
1352
+
1353
+ .ember-table .scroll-indicator__top,
1354
+ .ember-table .scroll-indicator__bottom {
1331
1355
  left: 0;
1332
1356
  width: 100%;
1333
1357
  height: 8px;
1334
1358
  }
1359
+
1335
1360
  .ember-table .scroll-indicator__top {
1336
1361
  top: 0;
1337
1362
  background: linear-gradient(to bottom, rgba(168, 168, 168, 0.4), rgba(168, 168, 168, 0));
1338
1363
  }
1364
+
1339
1365
  .ember-table .scroll-indicator__bottom {
1340
1366
  bottom: 0;
1341
1367
  background: linear-gradient(to top, rgba(168, 168, 168, 0.4), rgba(168, 168, 168, 0));
1342
1368
  }
1369
+
1343
1370
  .ember-table.et-unselectable {
1344
1371
  user-select: none;
1345
1372
  }
1373
+
1346
1374
  .ember-table .et-header-resize-area {
1347
1375
  cursor: col-resize;
1348
1376
  width: 10px;
@@ -1350,14 +1378,17 @@ ol .occluded-content {
1350
1378
  position: absolute;
1351
1379
  top: 0;
1352
1380
  }
1381
+
1353
1382
  .ember-table .et-speech-only {
1354
1383
  display: none !important;
1355
1384
  }
1385
+
1356
1386
  @media speech {
1357
1387
  .ember-table .et-speech-only {
1358
1388
  display: block !important;
1359
1389
  }
1360
1390
  }
1391
+
1361
1392
  @charset "UTF-8";
1362
1393
  .disclosure-triangle {
1363
1394
  padding: 0 2px;