ts-viewers-core
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -219,5 +219,5 @@ // Generated by dts-bundle-generator v5.9.0 | ||
} | ||
export declare class Loader { | ||
static readonly loaderHtml = "\n <div class=\"abs-full-size-overlay\">\n <div class=\"loader\">\n <div></div>\n <div></div>\n <div></div>\n </div>\n </div>\n "; | ||
protected readonly _loaderElement: HTMLElement; | ||
export declare class Spinner { | ||
static readonly spinnerHtml = "\n <div class=\"abs-full-size-overlay\">\n <div class=\"spinner\">\n <div></div>\n <div></div>\n <div></div>\n </div>\n </div>\n "; | ||
protected readonly _spinnerElement: HTMLElement; | ||
protected _isShown: boolean; | ||
@@ -350,3 +350,3 @@ constructor(); | ||
private readonly _fileInput; | ||
private readonly _loader; | ||
private readonly _spinner; | ||
private _overlay; | ||
@@ -353,0 +353,0 @@ constructor(container: HTMLElement, eventService: EventService); |
{ | ||
"name": "ts-viewers-core", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "some core types and functions common to my viewer modules", | ||
@@ -5,0 +5,0 @@ "module": "dist/ts-viewers-core.esm.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
186125