@limetech/lime-elements 39.12.2 → 39.12.4

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.
@@ -103,8 +103,10 @@ export declare class FileViewer {
103
103
  private fileUrl;
104
104
  private email?;
105
105
  private pdfBlobUrl?;
106
+ private revokeAnimationFrame?;
106
107
  constructor();
107
108
  disconnectedCallback(): void;
109
+ connectedCallback(): void;
108
110
  componentWillLoad(): Promise<void>;
109
111
  render(): any;
110
112
  protected watchUrl(newUrl: string, oldUrl: string): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "39.12.2",
3
+ "version": "39.12.4",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",