ucd-library / ucdlib-theme

University branding, additional theme support, theme elements
MIT License
0 stars 0 forks source link

small fix for pagination to allow requestUpdate for maxPages #81

Closed UcDust closed 1 year ago

UcDust commented 1 year ago

Essentially this is so we can trigger another render from a parent component in this fashion-

let pagination = this.shadowRoot.querySelector('ucd-theme-pagination');
if( pagination ) pagination.requestUpdate('maxPages', this.totalPages);