@dxs-ts/eveli-ide 0.0.213 → 0.0.215
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-CjhmOKB0.js → cssMode-BVkx6Xji.js} +1 -1
- package/build/eveli-task-comments/EveliTaskComments.d.ts +1 -0
- package/build/eveli-task-composer/TaskCreateAccordions.d.ts +15 -0
- package/build/{freemarker2-D3JFvGpu.js → freemarker2-BsJ0A48l.js} +1 -1
- package/build/{handlebars-CRT30E5J.js → handlebars-C7v9nvMl.js} +1 -1
- package/build/{html-DcFKR87b.js → html-C2r0hJ7T.js} +1 -1
- package/build/{htmlMode-BuYceT24.js → htmlMode-Bgq9V4J9.js} +1 -1
- package/build/{index-CNVge8kx.js → index-v-zjBk0t.js} +22786 -22704
- package/build/index.js +1 -1
- package/build/intl/en.d.ts +3 -0
- package/build/intl/fi.d.ts +3 -0
- package/build/intl/index.d.ts +9 -0
- package/build/intl/sv.d.ts +3 -0
- package/build/{javascript-Db8o7YOb.js → javascript-CxeVDNWh.js} +1 -1
- package/build/{jsonMode-C4OB7t9c.js → jsonMode-K1UU1x9C.js} +1 -1
- package/build/{liquid-Dw0RQsdM.js → liquid-z6mh52W2.js} +1 -1
- package/build/{mdx-BIs8h4PZ.js → mdx-BkflOpah.js} +1 -1
- package/build/{python-fAHypJ4B.js → python-DyRkpBdk.js} +1 -1
- package/build/{razor-ChZa1voC.js → razor-C_H3CsfP.js} +1 -1
- package/build/{tsMode-DI4Iqx5y.js → tsMode-IdlBc0Fq.js} +1 -1
- package/build/{typescript-YvdRHlKH.js → typescript-91opzA4T.js} +1 -1
- package/build/{xml-BCpa0UAe.js → xml-CXAV47V_.js} +1 -1
- package/build/{yaml-CAbncIdp.js → yaml-B_6Jgugi.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-v-zjBk0t.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { TaskApi } from '../api-task';
|
|
3
|
+
import { classes } from './useMuiClasses';
|
|
4
|
+
type Classes = typeof classes;
|
|
5
|
+
type CommonProps = {
|
|
6
|
+
task: TaskApi.Task;
|
|
7
|
+
comments: TaskApi.Comment[];
|
|
8
|
+
reloadComments: () => void;
|
|
9
|
+
externalThreads?: boolean;
|
|
10
|
+
classes: Classes;
|
|
11
|
+
};
|
|
12
|
+
export declare const ExternalCommentsAccordion: React.FC<CommonProps>;
|
|
13
|
+
export declare const PublishedReplyAccordion: React.FC<CommonProps>;
|
|
14
|
+
export declare const InternalCommentsAccordion: React.FC<CommonProps>;
|
|
15
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-v-zjBk0t.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-v-zjBk0t.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-v-zjBk0t.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-v-zjBk0t.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|