@internetarchive/collection-browser 4.0.2 → 4.1.0-alpha-webdev8186.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 (40) hide show
  1. package/dist/index.js.map +1 -1
  2. package/dist/src/app-root.js +614 -614
  3. package/dist/src/app-root.js.map +1 -1
  4. package/dist/src/collection-browser.js +764 -774
  5. package/dist/src/collection-browser.js.map +1 -1
  6. package/dist/src/collection-facets/more-facets-content.js +121 -121
  7. package/dist/src/collection-facets/more-facets-content.js.map +1 -1
  8. package/dist/src/data-source/collection-browser-query-state.js.map +1 -1
  9. package/dist/src/models.js.map +1 -1
  10. package/dist/src/sort-filter-bar/sort-filter-bar.d.ts +13 -172
  11. package/dist/src/sort-filter-bar/sort-filter-bar.js +37 -546
  12. package/dist/src/sort-filter-bar/sort-filter-bar.js.map +1 -1
  13. package/dist/src/tiles/grid/collection-tile.js +89 -89
  14. package/dist/src/tiles/grid/collection-tile.js.map +1 -1
  15. package/dist/src/tiles/grid/item-tile.js +138 -138
  16. package/dist/src/tiles/grid/item-tile.js.map +1 -1
  17. package/dist/src/tiles/hover/hover-pane-controller.js +28 -28
  18. package/dist/src/tiles/hover/hover-pane-controller.js.map +1 -1
  19. package/dist/src/tiles/models.js.map +1 -1
  20. package/dist/src/tiles/tile-dispatcher.js +216 -216
  21. package/dist/src/tiles/tile-dispatcher.js.map +1 -1
  22. package/dist/test/collection-browser.test.js +197 -202
  23. package/dist/test/collection-browser.test.js.map +1 -1
  24. package/dist/test/sort-filter-bar/sort-filter-bar.test.js +86 -401
  25. package/dist/test/sort-filter-bar/sort-filter-bar.test.js.map +1 -1
  26. package/index.ts +28 -28
  27. package/package.json +1 -1
  28. package/src/app-root.ts +1166 -1166
  29. package/src/collection-browser.ts +3065 -3075
  30. package/src/collection-facets/more-facets-content.ts +644 -644
  31. package/src/data-source/collection-browser-query-state.ts +59 -59
  32. package/src/models.ts +873 -873
  33. package/src/sort-filter-bar/sort-filter-bar.ts +42 -603
  34. package/src/tiles/grid/collection-tile.ts +184 -184
  35. package/src/tiles/grid/item-tile.ts +346 -346
  36. package/src/tiles/hover/hover-pane-controller.ts +627 -627
  37. package/src/tiles/models.ts +8 -8
  38. package/src/tiles/tile-dispatcher.ts +518 -518
  39. package/test/collection-browser.test.ts +2402 -2413
  40. package/test/sort-filter-bar/sort-filter-bar.test.ts +110 -566

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.