@dssp/dkpi 1.0.0-alpha.27 → 1.0.0-alpha.28

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.
@@ -3,6 +3,6 @@ import { LitElement } from 'lit';
3
3
  export declare class HomePage extends LitElement {
4
4
  static styles: import("lit").CSSResult[];
5
5
  private _applicationMeta;
6
- render(): import("lit-html").TemplateResult<1>;
6
+ render(): import("lit").TemplateResult<1>;
7
7
  get applicationMeta(): any;
8
8
  }
@@ -9,7 +9,7 @@ export declare class SvProjectCompletedListPage extends SvProjectCompletedListPa
9
9
  private projectName;
10
10
  private projectList;
11
11
  private projectCount;
12
- render(): import("lit-html").TemplateResult<1>;
12
+ render(): import("lit").TemplateResult<1>;
13
13
  pageUpdated(changes: any, lifecycle: any): Promise<void>;
14
14
  getProjectList(): Promise<void>;
15
15
  private _onInputChange;
@@ -135,7 +135,7 @@ export declare class SvProjectListPage extends SvProjectListPage_base {
135
135
  private projectName;
136
136
  private projectList;
137
137
  private projectCount;
138
- render(): import("lit-html").TemplateResult<1>;
138
+ render(): import("lit").TemplateResult<1>;
139
139
  pageUpdated(changes: any, lifecycle: any): Promise<void>;
140
140
  getProjectList(): Promise<void>;
141
141
  private _onInputChange;