@voplus/morpho-workspace 1.3.113 → 1.3.115
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/es/components/TeamTaskList/index.js +1 -1
- package/es/components/TeamTaskList/index.js.map +1 -1
- package/es/components/TeamTaskList/state.d.ts +1 -1
- package/es/data/calendar/CalendarStore.d.ts +2 -1
- package/es/data/calendar/CalendarStore.js +7 -17
- package/es/data/calendar/CalendarStore.js.map +1 -1
- package/es/data/calendar/hooks.d.ts +4 -2
- package/es/data/calendar/hooks.js +6 -3
- package/es/data/calendar/hooks.js.map +1 -1
- package/es/data/calendar/interfaces.d.ts +5 -0
- package/es/data/meeting/interfaces.d.ts +1 -2
- package/es/modules/calendar/pages/CalendarMonth/index.js +1 -1
- package/es/modules/calendar/pages/CalendarMonth/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/index.js +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/state.d.ts +1 -1
- package/es/modules/space/components/TaskMenu/index.js +1 -1
- package/es/modules/space/components/TaskMenu/index.js.map +1 -1
- package/es/modules/space/components/TaskMenu/state.d.ts +1 -1
- package/es/modules/space/components/Tasks/index.js +2 -1
- package/es/modules/space/components/Tasks/index.js.map +1 -1
- package/es/modules/space/pages/MySpace/state.d.ts +1 -1
- package/es/modules/tasks/components/NewTaskForm/index.js +1 -1
- package/es/modules/tasks/components/NewTaskForm/index.js.map +1 -1
- package/es/modules/tasks/components/SubTaskList/index.js +2 -2
- package/es/modules/tasks/components/SubTaskList/index.js.map +1 -1
- package/es/modules/tasks/components/SubTaskList/state.d.ts +2 -0
- package/es/modules/tasks/components/SubTaskList/state.js.map +1 -1
- package/es/modules/tasks/components/TaskDescription/index.js +1 -1
- package/es/modules/tasks/components/TaskDescription/index.js.map +1 -1
- package/es/modules/tasks/components/TaskEstimatedTime/index.js +1 -1
- package/es/modules/tasks/components/TaskEstimatedTime/index.js.map +1 -1
- package/es/modules/tasks/components/TaskEstimatedTime/state.d.ts +1 -1
- package/es/modules/tasks/components/TaskEstimatedTime/state.js.map +1 -1
- package/es/modules/tasks/components/TaskItem/ChildTaskItem.js +1 -1
- package/es/modules/tasks/components/TaskItem/ChildTaskItem.js.map +1 -1
- package/es/modules/tasks/components/TaskItem/DefaultTaskItem.js +1 -1
- package/es/modules/tasks/components/TaskItem/DefaultTaskItem.js.map +1 -1
- package/es/modules/tasks/components/TaskItem/SubTaskItem.js +1 -1
- package/es/modules/tasks/components/TaskItem/SubTaskItem.js.map +1 -1
- package/es/modules/tasks/components/TaskItem/state.d.ts +2 -2
- package/es/modules/tasks/components/TaskProperties/index.js +5 -3
- package/es/modules/tasks/components/TaskProperties/index.js.map +1 -1
- package/es/modules/tasks/components/TaskPropertiesView/index.js +1 -1
- package/es/modules/tasks/components/TaskPropertiesView/index.js.map +1 -1
- package/es/modules/tasks/components/TaskQuickViewDialog/index.js +1 -1
- package/es/modules/tasks/components/TaskQuickViewDialog/index.js.map +1 -1
- package/es/modules/tasks/components/TaskTabs/index.js +1 -1
- package/es/modules/tasks/components/TaskTabs/index.js.map +1 -1
- package/es/modules/tasks/controls/ChildTasksDataIcon/index.js +1 -1
- package/es/modules/tasks/controls/ChildTasksDataIcon/index.js.map +1 -1
- package/es/modules/tasks/controls/TaskStatusLabel/index.d.ts +1 -1
- package/es/modules/tasks/controls/TasksProgressDataIcon/index.d.ts +14 -0
- package/es/modules/tasks/controls/TasksProgressDataIcon/index.js +27 -0
- package/es/modules/tasks/controls/TasksProgressDataIcon/index.js.map +1 -0
- package/es/modules/tasks/controls/TasksTotal/index.js +1 -1
- package/es/modules/tasks/controls/TasksTotal/index.js.map +1 -1
- package/es/modules/tasks/pages/TaskList/index.js +1 -1
- package/es/modules/tasks/pages/TaskList/index.js.map +1 -1
- package/es/modules/tasks/pages/TaskTabView/index.js +1 -2
- package/es/modules/tasks/pages/TaskTabView/index.js.map +1 -1
- package/es/modules/work/components/WorkList/index.js +1 -0
- package/es/modules/work/components/WorkList/index.js.map +1 -1
- package/es/modules/work/components/WorkTaskList/index.js +1 -1
- package/es/modules/work/components/WorkTaskList/index.js.map +1 -1
- package/package.json +1 -1
- package/es/data/task/TaskStore.d.ts +0 -11
- package/es/data/task/TaskStore.js +0 -22
- package/es/data/task/TaskStore.js.map +0 -1
- package/es/data/task/hooks.d.ts +0 -13
- package/es/data/task/hooks.js +0 -24
- package/es/data/task/hooks.js.map +0 -1
- package/es/data/task/index.d.ts +0 -4
- package/es/data/task/index.js +0 -5
- package/es/data/task/index.js.map +0 -1
- package/es/data/task/interfaces.d.ts +0 -39
- package/es/data/task/interfaces.js +0 -2
- package/es/data/task/interfaces.js.map +0 -1
- package/es/data/task/types.d.ts +0 -30
- package/es/data/task/types.js +0 -2
- package/es/data/task/types.js.map +0 -1
@@ -1,39 +0,0 @@
|
|
1
|
-
import { IDocument, ILink } from "@voplus/morpho-document-core";
|
2
|
-
export interface IContactAvatar {
|
3
|
-
/** Id of the contact */
|
4
|
-
id: string;
|
5
|
-
/** Name of the contact */
|
6
|
-
name: string;
|
7
|
-
/** avatar image url */
|
8
|
-
avatarUrl: string;
|
9
|
-
}
|
10
|
-
export declare type TaskStatus = "NotStarted" | "Progress" | "Done" | "Pending" | "Closed";
|
11
|
-
export interface ITask extends IDocument {
|
12
|
-
/** Number of estimated hours to complete the task. */
|
13
|
-
estimatedHours?: number;
|
14
|
-
/** Start date of the task */
|
15
|
-
startDate?: Date;
|
16
|
-
/** Due date of the task */
|
17
|
-
dueDate?: Date;
|
18
|
-
/** Id of the parent. */
|
19
|
-
parentId: string;
|
20
|
-
taskStatus: TaskStatus;
|
21
|
-
/** Number of Subtasks of the task */
|
22
|
-
tasks?: number;
|
23
|
-
/** Number of comments */
|
24
|
-
comments?: number;
|
25
|
-
/** Members of the task inherited from parents */
|
26
|
-
childMembers: IContactAvatar[];
|
27
|
-
/** Members of the task */
|
28
|
-
members: IContactAvatar[];
|
29
|
-
/** important of the task */
|
30
|
-
important?: boolean;
|
31
|
-
channelId: string;
|
32
|
-
label?: any[];
|
33
|
-
/** Number of task */
|
34
|
-
taskNumbers?: number;
|
35
|
-
/** Number of incomplete of task */
|
36
|
-
incompleteTaskNumbers?: number;
|
37
|
-
/** Links of task */
|
38
|
-
links?: ILink[];
|
39
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/data/task/interfaces.ts"],"names":[],"mappings":""}
|
package/es/data/task/types.d.ts
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
/** Custom create task options type. Use TitleCase to fit server need. */
|
2
|
-
export declare type CreateTaskOptions = {
|
3
|
-
ParentId?: string;
|
4
|
-
Name: string;
|
5
|
-
Description?: string;
|
6
|
-
StartDate?: Date;
|
7
|
-
DueDate?: Date;
|
8
|
-
/** Indicate whether if inherit members from parent */
|
9
|
-
InheritMembers: boolean;
|
10
|
-
/** List of manager ids */
|
11
|
-
ManagerIds?: string[];
|
12
|
-
/** List of id of members */
|
13
|
-
MemberIds?: string[];
|
14
|
-
};
|
15
|
-
/**
|
16
|
-
* Custom edit task options type. Use TitleCase to fit server need.
|
17
|
-
*/
|
18
|
-
export declare type EditTaskOptions = {
|
19
|
-
Name?: string;
|
20
|
-
Description?: string;
|
21
|
-
StartDate?: Date | string;
|
22
|
-
DueDate?: Date | string;
|
23
|
-
EstimatedHours?: number;
|
24
|
-
TaskStatus?: string;
|
25
|
-
Sequence?: number;
|
26
|
-
Important?: boolean;
|
27
|
-
MemberIds?: string[];
|
28
|
-
Status?: string;
|
29
|
-
FolderId?: string;
|
30
|
-
};
|
package/es/data/task/types.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/data/task/types.ts"],"names":[],"mappings":""}
|