@internetarchive/ia-item-navigator
Advanced tools
Comparing version 2.1.0 to 2.1.1-alpha1
import { LitElement } from 'lit'; | ||
export declare class IAItemNavLoader extends LitElement { | ||
loaderMessage: string; | ||
get bookIconSvg(): import("lit").TemplateResult<2>; | ||
get icon(): import("lit").TemplateResult<2>; | ||
get loader(): import("lit").TemplateResult<2>; | ||
render(): import("lit").TemplateResult<1>; | ||
get bookIconSvg(): import("lit-html").TemplateResult<2>; | ||
get icon(): import("lit-html").TemplateResult<2>; | ||
get loader(): import("lit-html").TemplateResult<2>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
static get styles(): import("lit").CSSResult; | ||
} |
@@ -26,7 +26,7 @@ import { LitElement } from 'lit'; | ||
get selectedMenuClass(): "" | "open"; | ||
get menuItems(): import("lit").TemplateResult<1>[]; | ||
get renderMenuHeader(): import("lit").TemplateResult<1>; | ||
get closeButton(): import("lit").TemplateResult<1>; | ||
get menuItems(): import("lit-html").TemplateResult<1>[]; | ||
get renderMenuHeader(): import("lit-html").TemplateResult<1>; | ||
get closeButton(): import("lit-html").TemplateResult<1>; | ||
/** @inheritdoc */ | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
} |
@@ -15,6 +15,6 @@ import { LitElement } from 'lit'; | ||
get iconClass(): "" | "active"; | ||
get menuItem(): import("lit").TemplateResult<1>; | ||
get linkButton(): import("lit").TemplateResult<1>; | ||
get clickButton(): import("lit").TemplateResult<1>; | ||
render(): import("lit").TemplateResult<1>; | ||
get menuItem(): import("lit-html").TemplateResult<1>; | ||
get linkButton(): import("lit-html").TemplateResult<1>; | ||
get clickButton(): import("lit-html").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
} |
{ | ||
"name": "@internetarchive/ia-item-navigator", | ||
"version": "2.1.0", | ||
"version": "2.1.1-alpha1", | ||
"description": "Internet Archive's Item Navigator, visually explore an item's contents.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
423285
2