@internetarchive/collection-browser 1.7.0 → 1.8.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/dist/src/collection-browser.js +1 -0
- package/dist/src/collection-browser.js.map +1 -1
- package/dist/src/collection-facets/more-facets-content.d.ts +1 -0
- package/dist/src/collection-facets/more-facets-content.js +9 -2
- package/dist/src/collection-facets/more-facets-content.js.map +1 -1
- package/dist/src/collection-facets.d.ts +1 -0
- package/dist/src/collection-facets.js +4 -0
- package/dist/src/collection-facets.js.map +1 -1
- package/dist/test/collection-facets/more-facets-content.test.js +25 -0
- package/dist/test/collection-facets/more-facets-content.test.js.map +1 -1
- package/package.json +3 -3
- package/src/collection-browser.ts +1 -0
- package/src/collection-facets/more-facets-content.ts +9 -2
- package/src/collection-facets.ts +3 -0
- package/test/collection-facets/more-facets-content.test.ts +35 -0
|
@@ -567,6 +567,7 @@ let CollectionBrowser = class CollectionBrowser extends LitElement {
|
|
|
567
567
|
@facetsChanged=${this.facetsChanged}
|
|
568
568
|
@histogramDateRangeUpdated=${this.histogramDateRangeUpdated}
|
|
569
569
|
.collectionPagePath=${this.collectionPagePath}
|
|
570
|
+
.withinCollection=${this.withinCollection}
|
|
570
571
|
.searchService=${this.searchService}
|
|
571
572
|
.featureFeedbackService=${this.featureFeedbackService}
|
|
572
573
|
.recaptchaManager=${this.recaptchaManager}
|