Skip to content

Commit

Permalink
Merge pull request #338 from legumeinfo/release-v1.4.0
Browse files Browse the repository at this point in the history
bumping dependencies for v1.4.0 release. Presumably all the changes t…
  • Loading branch information
adf-ncgr authored Jan 24, 2024
2 parents bc40438 + 208377f commit 1006ea1
Show file tree
Hide file tree
Showing 59 changed files with 511 additions and 507 deletions.
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/classes/controllers.LisCancelPromiseController.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/controllers.LisDomContentLoadedController.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/classes/controllers.LisQueryStringParametersController.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/controllers.LisSlotController.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/classes/core_components.LisAlertElement.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/classes/core_components.LisFormInputExampleElement.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/classes/core_components.LisFormWrapperElement.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/classes/core_components.LisLoadingElement.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/core_components.LisModalElement.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/classes/core_components.LisPaginationElement.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/classes/core_components.LisSimpleTableElement.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/classes/mixins.LisPaginatedSearchElementInterface.html

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions docs/classes/user_components.LisGeneSearchElement.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/classes/user_components.LisLinkoutElement.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/classes/user_components.LisPublicationSearchElement.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/classes/user_components.LisQTLSearchElement.html

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions docs/classes/user_components.LisTraitAssociationSearchElement.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/classes/user_components.LisTraitSearchElement.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/mixins.LisPaginatedSearchMixin.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/modules/controllers.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
by multilpe components. Specifically, components have a "has-a" releationship
with controllres, which gives them access to a controller's functionality.
The controllers in this module are not intended for users of this library.</p>
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/legumeinfo/web-components/blob/68becb6/src/controllers/index.ts#L1">src/controllers/index.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">Classes</h3><div class="tsd-index-list"><a href="../classes/controllers.LisCancelPromiseController.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lis<wbr/>Cancel<wbr/>Promise<wbr/>Controller</span></a>
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/legumeinfo/web-components/blob/bc40438/src/controllers/index.ts#L1">src/controllers/index.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">Classes</h3><div class="tsd-index-list"><a href="../classes/controllers.LisCancelPromiseController.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lis<wbr/>Cancel<wbr/>Promise<wbr/>Controller</span></a>
<a href="../classes/controllers.LisDomContentLoadedController.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lis<wbr/>Dom<wbr/>Content<wbr/>Loaded<wbr/>Controller</span></a>
<a href="../classes/controllers.LisQueryStringParametersController.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lis<wbr/>Query<wbr/>String<wbr/>Parameters<wbr/>Controller</span></a>
<a href="../classes/controllers.LisSlotController.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lis<wbr/>Slot<wbr/>Controller</span></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/core_components.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
blocks that can be composed to build higher-order components. The components
in this module are quite generic and are not intended for users of this
library.</p>
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/legumeinfo/web-components/blob/68becb6/src/core/index.ts#L1">src/core/index.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">Classes</h3><div class="tsd-index-list"><a href="../classes/core_components.LisAlertElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lis<wbr/>Alert<wbr/>Element</span></a>
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/legumeinfo/web-components/blob/bc40438/src/core/index.ts#L1">src/core/index.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">Classes</h3><div class="tsd-index-list"><a href="../classes/core_components.LisAlertElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lis<wbr/>Alert<wbr/>Element</span></a>
<a href="../classes/core_components.LisFormInputExampleElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lis<wbr/>Form<wbr/>Input<wbr/>Example<wbr/>Element</span></a>
<a href="../classes/core_components.LisFormWrapperElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lis<wbr/>Form<wbr/>Wrapper<wbr/>Element</span></a>
<a href="../classes/core_components.LisLoadingElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lis<wbr/>Loading<wbr/>Element</span></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/mixins.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mixins, which gives them access to a mixin&#39;s functionality through
inheritance. The mixins in this module are not intended for users of this
library.</p>
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/legumeinfo/web-components/blob/68becb6/src/mixins/index.ts#L1">src/mixins/index.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">Classes</h3><div class="tsd-index-list"><a href="../classes/mixins.LisPaginatedSearchElementInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lis<wbr/>Paginated<wbr/>Search<wbr/>Element<wbr/>Interface</span></a>
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/legumeinfo/web-components/blob/bc40438/src/mixins/index.ts#L1">src/mixins/index.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">Classes</h3><div class="tsd-index-list"><a href="../classes/mixins.LisPaginatedSearchElementInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lis<wbr/>Paginated<wbr/>Search<wbr/>Element<wbr/>Interface</span></a>
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Type Aliases</h3><div class="tsd-index-list"><a href="../types/mixins.Constructor.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg><span>Constructor</span></a>
<a href="../types/mixins.PaginatedSearchOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg><span>Paginated<wbr/>Search<wbr/>Options</span></a>
<a href="../types/mixins.PaginatedSearchResults.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg><span>Paginated<wbr/>Search<wbr/>Results</span></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/models.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/modules/user_components.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functionality for end users of this library. This module re-exports
components from the core module for functionality reasons; the components
from the core module are not intended for users of this library.</p>
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/legumeinfo/web-components/blob/68becb6/src/index.ts#L1">src/index.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">References</h3><div class="tsd-index-list"><a href="user_components.html#LisAlertElement" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lis<wbr/>Alert<wbr/>Element</span></a>
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/legumeinfo/web-components/blob/bc40438/src/index.ts#L1">src/index.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">References</h3><div class="tsd-index-list"><a href="user_components.html#LisAlertElement" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lis<wbr/>Alert<wbr/>Element</span></a>
<a href="user_components.html#LisFormInputExampleElement" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lis<wbr/>Form<wbr/>Input<wbr/>Example<wbr/>Element</span></a>
<a href="user_components.html#LisFormWrapperElement" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lis<wbr/>Form<wbr/>Wrapper<wbr/>Element</span></a>
<a href="user_components.html#LisLoadingElement" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lis<wbr/>Loading<wbr/>Element</span></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/types/mixins.Constructor.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/mixins.PaginatedSearchOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/mixins.PaginatedSearchResults.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/mixins.SearchFunction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/models.AlertModifierModel.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/models.StringObjectModel.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.GeneFormDataFunction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.GeneFormDataOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.GeneSearchData.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.GeneSearchFormData.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.GeneSearchFunction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.GeneSearchResult.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.LinkoutFunction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.LinkoutOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.LinkoutResult.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.LinkoutResults.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.PublicationSearchData.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.PublicationSearchFunction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.PublicationSearchResult.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.QTLSearchData.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.QTLSearchFunction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.QTLSearchResult.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.TraitAssociationSearchData.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.TraitSearchData.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.TraitSearchFunction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/user_components.TraitSearchResult.html

Large diffs are not rendered by default.

Loading

0 comments on commit 1006ea1

Please sign in to comment.