@things-factory/worklist 6.4.7 → 6.4.10
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/pages/activity-approval/activity-approval-page.d.ts +6 -2
- package/dist-client/pages/activity-instance/activity-instance-start-page.d.ts +6 -2
- package/dist-client/pages/activity-thread/activity-thread-page.d.ts +6 -2
- package/dist-client/pages/activity-thread/activity-thread-view-page.d.ts +6 -2
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -9
|
@@ -43,8 +43,12 @@ export declare class ActivityApprovalPage extends ActivityApprovalPage_base {
|
|
|
43
43
|
templateContent(): import("lit-html/directive.js").DirectiveResult<typeof import("lit-html/directives/unsafe-html.js").UnsafeHTMLDirective>;
|
|
44
44
|
getInputSpec(): any;
|
|
45
45
|
getOutputSpec(): any;
|
|
46
|
-
generatedContent(): import("lit-html/directive.js").DirectiveResult<
|
|
47
|
-
|
|
46
|
+
generatedContent(): import("lit-html/directive.js").DirectiveResult<{
|
|
47
|
+
new (_partInfo: import("lit-html/directive.js").PartInfo): import("lit-html/directives/keyed.js").Keyed<import("lit-html").TemplateResult<1>>;
|
|
48
|
+
}>;
|
|
49
|
+
boardContent(): import("lit-html/directive.js").DirectiveResult<{
|
|
50
|
+
new (_partInfo: import("lit-html/directive.js").PartInfo): import("lit-html/directives/keyed.js").Keyed<import("lit-html").TemplateResult<1>>;
|
|
51
|
+
}>;
|
|
48
52
|
customElementContent(): any;
|
|
49
53
|
oxBoardViewer: any;
|
|
50
54
|
getOutputFromBoard(): any;
|
|
@@ -37,8 +37,12 @@ export declare class ActivityInstanceStartPage extends ActivityInstanceStartPage
|
|
|
37
37
|
templateContent(): import("lit-html/directive.js").DirectiveResult<typeof import("lit-html/directives/unsafe-html.js").UnsafeHTMLDirective>;
|
|
38
38
|
getInputSpec(): any;
|
|
39
39
|
getOutputSpec(): any;
|
|
40
|
-
generatedContent(): import("lit-html/directive.js").DirectiveResult<
|
|
41
|
-
|
|
40
|
+
generatedContent(): import("lit-html/directive.js").DirectiveResult<{
|
|
41
|
+
new (_partInfo: import("lit-html/directive.js").PartInfo): import("lit-html/directives/keyed.js").Keyed<import("lit-html").TemplateResult<1>>;
|
|
42
|
+
}>;
|
|
43
|
+
boardContent(): import("lit-html/directive.js").DirectiveResult<{
|
|
44
|
+
new (_partInfo: import("lit-html/directive.js").PartInfo): import("lit-html/directives/keyed.js").Keyed<import("lit-html").TemplateResult<1>>;
|
|
45
|
+
}>;
|
|
42
46
|
customElementContent(): any;
|
|
43
47
|
getInOutFromBoard(): any[];
|
|
44
48
|
updated(changes: any): void;
|
|
@@ -42,8 +42,12 @@ export declare class ActivityThreadPage extends ActivityThreadPage_base {
|
|
|
42
42
|
templateContent(): import("lit-html/directive.js").DirectiveResult<typeof import("lit-html/directives/unsafe-html.js").UnsafeHTMLDirective>;
|
|
43
43
|
getInputSpec(): any;
|
|
44
44
|
getOutputSpec(): any;
|
|
45
|
-
generatedContent(): import("lit-html/directive.js").DirectiveResult<
|
|
46
|
-
|
|
45
|
+
generatedContent(): import("lit-html/directive.js").DirectiveResult<{
|
|
46
|
+
new (_partInfo: import("lit-html/directive.js").PartInfo): import("lit-html/directives/keyed.js").Keyed<import("lit-html").TemplateResult<1>>;
|
|
47
|
+
}>;
|
|
48
|
+
boardContent(): import("lit-html/directive.js").DirectiveResult<{
|
|
49
|
+
new (_partInfo: import("lit-html/directive.js").PartInfo): import("lit-html/directives/keyed.js").Keyed<import("lit-html").TemplateResult<1>>;
|
|
50
|
+
}>;
|
|
47
51
|
customElementContent(): any;
|
|
48
52
|
oxBoardViewer: any;
|
|
49
53
|
getOutputFromBoard(): any;
|
|
@@ -42,8 +42,12 @@ export declare class ActivityThreadViewPage extends ActivityThreadViewPage_base
|
|
|
42
42
|
templateContent(): import("lit-html/directive.js").DirectiveResult<typeof import("lit-html/directives/unsafe-html.js").UnsafeHTMLDirective>;
|
|
43
43
|
getInputSpec(): any;
|
|
44
44
|
getOutputSpec(): any;
|
|
45
|
-
generatedContent(): import("lit-html/directive.js").DirectiveResult<
|
|
46
|
-
|
|
45
|
+
generatedContent(): import("lit-html/directive.js").DirectiveResult<{
|
|
46
|
+
new (_partInfo: import("lit-html/directive.js").PartInfo): import("lit-html/directives/keyed.js").Keyed<import("lit-html").TemplateResult<1>>;
|
|
47
|
+
}>;
|
|
48
|
+
boardContent(): import("lit-html/directive.js").DirectiveResult<{
|
|
49
|
+
new (_partInfo: import("lit-html/directive.js").PartInfo): import("lit-html/directives/keyed.js").Keyed<import("lit-html").TemplateResult<1>>;
|
|
50
|
+
}>;
|
|
47
51
|
customElementContent(): any;
|
|
48
52
|
oxBoardViewer: any;
|
|
49
53
|
getOutputFromBoard(): any;
|