@things-factory/process 9.0.2 → 9.0.20
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/event/event-importer.d.ts +1 -1
- package/dist-client/pages/event/event-list-page.d.ts +1 -1
- package/dist-client/pages/gateway/gateway-importer.d.ts +1 -1
- package/dist-client/pages/gateway/gateway-list-page.d.ts +1 -1
- package/dist-client/pages/process/process-importer.d.ts +1 -1
- package/dist-client/pages/process/process-list-page.d.ts +1 -1
- package/dist-client/pages/process-instance/process-instance-importer.d.ts +1 -1
- package/dist-client/pages/process-instance/process-instance-list-page.d.ts +1 -1
- package/dist-client/pages/process-thread/process-thread-importer.d.ts +1 -1
- package/dist-client/pages/process-thread/process-thread-list-page.d.ts +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
|
@@ -46,7 +46,7 @@ export declare class EventListPage extends EventListPage_base {
|
|
|
46
46
|
handler: (records: any) => Promise<void>;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
|
-
render(): import("lit").TemplateResult<1>;
|
|
49
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
50
50
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
51
51
|
pageUpdated(changes: any, lifecycle: any): Promise<void>;
|
|
52
52
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -46,7 +46,7 @@ export declare class GatewayListPage extends GatewayListPage_base {
|
|
|
46
46
|
handler: (records: any) => Promise<void>;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
|
-
render(): import("lit").TemplateResult<1>;
|
|
49
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
50
50
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
51
51
|
pageUpdated(changes: any, lifecycle: any): Promise<void>;
|
|
52
52
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -46,7 +46,7 @@ export declare class ProcessListPage extends ProcessListPage_base {
|
|
|
46
46
|
handler: (records: any) => Promise<void>;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
|
-
render(): import("lit").TemplateResult<1>;
|
|
49
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
50
50
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
51
51
|
pageUpdated(changes: any, lifecycle: any): Promise<void>;
|
|
52
52
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -46,7 +46,7 @@ export declare class ProcessInstanceListPage extends ProcessInstanceListPage_bas
|
|
|
46
46
|
handler: (records: any) => Promise<void>;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
|
-
render(): import("lit").TemplateResult<1>;
|
|
49
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
50
50
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
51
51
|
pageUpdated(changes: any, lifecycle: any): Promise<void>;
|
|
52
52
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -46,7 +46,7 @@ export declare class ProcessThreadListPage extends ProcessThreadListPage_base {
|
|
|
46
46
|
handler: (records: any) => Promise<void>;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
|
-
render(): import("lit").TemplateResult<1>;
|
|
49
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
50
50
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
51
51
|
pageUpdated(changes: any, lifecycle: any): Promise<void>;
|
|
52
52
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|