@dssp/dkpi 1.0.0-alpha.26 → 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.
- package/dist-client/entries/public/home.d.ts +1 -1
- package/dist-client/pages/sv-project-completed-list.d.ts +1 -1
- package/dist-client/pages/sv-project-list.d.ts +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-client/viewparts/menu-tools.d.ts +1 -1
- package/dist-client/viewparts/user-circle.d.ts +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -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
|
|
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
|
|
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
|
|
138
|
+
render(): import("lit").TemplateResult<1>;
|
|
139
139
|
pageUpdated(changes: any, lifecycle: any): Promise<void>;
|
|
140
140
|
getProjectList(): Promise<void>;
|
|
141
141
|
private _onInputChange;
|