@dxs-ts/eveli-ide 0.0.196 → 0.0.197
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/build/{cssMode-DwNv8JmE.js → cssMode-DYPuOOtp.js} +1 -1
- package/build/dialob-review/DialobReview.d.ts +1 -0
- package/build/eveli-fetch/createFileFetch.d.ts +2 -2
- package/build/eveli-task-composer/TaskComponentResolver.d.ts +2 -4
- package/build/fetch/worker.rest.api.pdf.get.d.ts +2 -3
- package/build/fetchTree.gen.d.ts +2 -2
- package/build/{freemarker2-DB34dwRT.js → freemarker2-CMgkEqit.js} +1 -1
- package/build/{handlebars-B1onWayl.js → handlebars-BmclOaXW.js} +1 -1
- package/build/{html-DM5PFDK2.js → html-CXreHXoh.js} +1 -1
- package/build/{htmlMode-BYSEW3dD.js → htmlMode-Bog8dK7C.js} +1 -1
- package/build/{index-DUMUiI3B.js → index-C_2NnYoa.js} +11814 -11839
- package/build/index.js +1 -1
- package/build/{javascript-CPW2Oof_.js → javascript-QR9WUIB5.js} +1 -1
- package/build/{jsonMode-diNbZgpC.js → jsonMode-s3rRfgTQ.js} +1 -1
- package/build/{liquid-DHUdRUwr.js → liquid-CFoU2iN8.js} +1 -1
- package/build/{mdx-CDVoK-7z.js → mdx-AFVUZzJ4.js} +1 -1
- package/build/{python-Dr-dK0It.js → python-BcD-nVxC.js} +1 -1
- package/build/{razor-TS7cevAA.js → razor-DGTuJtd2.js} +1 -1
- package/build/{tsMode-DQGkO3w5.js → tsMode-Bm7MfLBC.js} +1 -1
- package/build/{typescript-B8xfHdoi.js → typescript-BpJcZZsk.js} +1 -1
- package/build/{xml-vQJ2ajqG.js → xml-B-Mgtynt.js} +1 -1
- package/build/{yaml-wJrmizEO.js → yaml-ChSIpQws.js} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as et } from "./index-
|
|
1
|
+
import { m as et } from "./index-C_2NnYoa.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -666,9 +666,9 @@ export declare class RootFileFetch {
|
|
|
666
666
|
method: "GET";
|
|
667
667
|
params: {};
|
|
668
668
|
hook: HookImpl<"worker/rest/api/pdf.GET", Hook<{}, {
|
|
669
|
-
pdfTaskLinkCallback: (
|
|
669
|
+
pdfTaskLinkCallback: (questionnaireId: string, taskId: string) => void;
|
|
670
670
|
}>, "worker/rest/api/pdf", "GET", {}, {}, {
|
|
671
|
-
pdfTaskLinkCallback: (
|
|
671
|
+
pdfTaskLinkCallback: (questionnaireId: string, taskId: string) => void;
|
|
672
672
|
}>;
|
|
673
673
|
} | {
|
|
674
674
|
id: "worker/rest/api/processes.GET";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { TaskApi } from '../api-task';
|
|
2
2
|
import { IamApi } from '../api-iam';
|
|
3
|
-
export declare const QUESTIONNAIRE_REVIEW = "questionnaireId";
|
|
4
3
|
export interface ComponentResolver {
|
|
5
4
|
taskLinkResolver?: (props: TaskLinkProps) => JSX.Element | null;
|
|
6
5
|
groupListItemResolver?: (groups: IamApi.UserGroup[]) => JSX.Element[];
|
|
@@ -18,8 +17,7 @@ export interface TaskLinkPdfCallback {
|
|
|
18
17
|
}
|
|
19
18
|
export declare class TasksComponentResolver implements ComponentResolver {
|
|
20
19
|
callback: TaskLinkOpenCallback;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
taskLinkResolver: (props: TaskLinkProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
20
|
+
constructor(openCallback: TaskLinkOpenCallback);
|
|
21
|
+
taskLinkResolver: (props: TaskLinkProps) => null;
|
|
24
22
|
groupListItemResolver: (groups: IamApi.UserGroup[]) => JSX.Element[];
|
|
25
23
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { TaskApi } from '../api-task';
|
|
2
1
|
export declare const Hook: import('../eveli-fetch').HookImpl<"worker/rest/api/pdf.GET", import('../eveli-fetch').Hook<{}, {
|
|
3
|
-
pdfTaskLinkCallback: (
|
|
2
|
+
pdfTaskLinkCallback: (questionnaireId: string, taskId: string) => void;
|
|
4
3
|
}>, "worker/rest/api/pdf", "GET", {}, {}, {
|
|
5
|
-
pdfTaskLinkCallback: (
|
|
4
|
+
pdfTaskLinkCallback: (questionnaireId: string, taskId: string) => void;
|
|
6
5
|
}>;
|
package/build/fetchTree.gen.d.ts
CHANGED
|
@@ -361,9 +361,9 @@ declare const workerRestApiIamLivenessGETRoute: import('./eveli-fetch').HookImpl
|
|
|
361
361
|
} | undefined>;
|
|
362
362
|
}>;
|
|
363
363
|
declare const workerRestApiPdfGETRoute: import('./eveli-fetch').HookImpl<"worker/rest/api/pdf.GET", import('./eveli-fetch').Hook<{}, {
|
|
364
|
-
pdfTaskLinkCallback: (
|
|
364
|
+
pdfTaskLinkCallback: (questionnaireId: string, taskId: string) => void;
|
|
365
365
|
}>, "worker/rest/api/pdf", "GET", {}, {}, {
|
|
366
|
-
pdfTaskLinkCallback: (
|
|
366
|
+
pdfTaskLinkCallback: (questionnaireId: string, taskId: string) => void;
|
|
367
367
|
}>;
|
|
368
368
|
declare const workerRestApiProcessesGETRoute: import('./eveli-fetch').HookImpl<"worker/rest/api/processes.GET", import('./eveli-fetch').Hook<{}, {
|
|
369
369
|
loadProcesses: (query: import('@material-table/core').Query<import("./index.ts").ProcExecutionApi.ProcessExecution>, columns: Array<import('@material-table/core').Column<import("./index.ts").ProcExecutionApi.ProcessExecution>>) => Promise<import('@material-table/core').QueryResult<import("./index.ts").ProcExecutionApi.ProcessExecution>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-C_2NnYoa.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-C_2NnYoa.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-C_2NnYoa.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as lt } from "./index-
|
|
1
|
+
import { m as lt } from "./index-C_2NnYoa.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|