@voplus/morpho-workspace 1.3.2 → 1.3.4
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/data/work/WorkStore.d.ts +12 -0
- package/es/data/work/WorkStore.js +21 -0
- package/es/data/work/WorkStore.js.map +1 -1
- package/es/data/work/interfaces.d.ts +18 -2
- package/es/data/workspace/interfaces.d.ts +8 -0
- package/es/data/workspace/types.d.ts +1 -0
- package/es/data/worktype/WorkTypeStore.d.ts +6 -0
- package/es/data/worktype/WorkTypeStore.js +22 -0
- package/es/data/worktype/WorkTypeStore.js.map +1 -1
- package/es/data/worktype/interfaces.d.ts +4 -0
- package/es/data/worktype/types.d.ts +1 -0
- package/es/data/worktype/worktype-events/index.d.ts +3 -0
- package/es/data/worktype/worktype-events/index.js +4 -0
- package/es/data/worktype/worktype-events/index.js.map +1 -0
- package/es/data/worktype/worktype-events/useAutoUpdateListData.d.ts +4 -0
- package/es/data/worktype/worktype-events/useAutoUpdateListData.js +15 -0
- package/es/data/worktype/worktype-events/useAutoUpdateListData.js.map +1 -0
- package/es/data/worktype/worktype-events/useOnDeleteWorkType.d.ts +4 -0
- package/es/data/worktype/worktype-events/useOnDeleteWorkType.js +16 -0
- package/es/data/worktype/worktype-events/useOnDeleteWorkType.js.map +1 -0
- package/es/data/worktype/worktype-events/useOnNewWorkType.d.ts +4 -0
- package/es/data/worktype/worktype-events/useOnNewWorkType.js +17 -0
- package/es/data/worktype/worktype-events/useOnNewWorkType.js.map +1 -0
- package/es/modules/work/components/NewWorkForm/index.d.ts +10 -0
- package/es/modules/work/components/NewWorkForm/index.js +60 -0
- package/es/modules/work/components/NewWorkForm/index.js.map +1 -0
- package/es/modules/work/components/NewWorkForm/index.less +17 -0
- package/es/modules/work/components/SubWorkList/index.d.ts +4 -0
- package/es/modules/work/components/SubWorkList/index.js +42 -0
- package/es/modules/work/components/SubWorkList/index.js.map +1 -0
- package/es/modules/work/components/SubWorkList/index.less +7 -0
- package/es/modules/work/components/WorkErrorList/index.js +7 -6
- package/es/modules/work/components/WorkErrorList/index.js.map +1 -1
- package/es/modules/work/components/WorkItem/index.d.ts +1 -3
- package/es/modules/work/components/WorkItem/index.js +20 -4
- package/es/modules/work/components/WorkItem/index.js.map +1 -1
- package/es/modules/work/components/WorkItem/index.less +11 -0
- package/es/modules/work/components/WorkList/index.js +7 -5
- package/es/modules/work/components/WorkList/index.js.map +1 -1
- package/es/modules/work/components/WorkPropertiesView/index.js +8 -2
- package/es/modules/work/components/WorkPropertiesView/index.js.map +1 -1
- package/es/modules/work/components/WorkQATab/index.js +9 -7
- package/es/modules/work/components/WorkQATab/index.js.map +1 -1
- package/es/modules/work/components/WorkQATab/index.less +8 -8
- package/es/modules/work/components/WorkTabs/index.js +10 -1
- package/es/modules/work/components/WorkTabs/index.js.map +1 -1
- package/es/modules/work/components/WorkTaskList/index.js +8 -6
- package/es/modules/work/components/WorkTaskList/index.js.map +1 -1
- package/es/modules/work/components/WorkTaskList/index.less +3 -3
- package/es/modules/work/components/WorkTasksTab/index.js +4 -2
- package/es/modules/work/components/WorkTasksTab/index.js.map +1 -1
- package/es/modules/work/components/WorkTasksTab/index.less +2 -2
- package/es/modules/work/components/WorksProperties/index.js +5 -3
- package/es/modules/work/components/WorksProperties/index.js.map +1 -1
- package/es/modules/work/controls/WorkMenu/Accept.d.ts +8 -0
- package/es/modules/work/controls/WorkMenu/Accept.js +31 -0
- package/es/modules/work/controls/WorkMenu/Accept.js.map +1 -0
- package/es/modules/work/controls/WorkMenu/Reject.d.ts +8 -0
- package/es/modules/work/controls/WorkMenu/Reject.js +31 -0
- package/es/modules/work/controls/WorkMenu/Reject.js.map +1 -0
- package/es/modules/work/controls/WorkMenu/Send.d.ts +8 -0
- package/es/modules/work/controls/WorkMenu/Send.js +31 -0
- package/es/modules/work/controls/WorkMenu/Send.js.map +1 -0
- package/es/modules/work/controls/WorkMenu/index.d.ts +7 -0
- package/es/modules/work/controls/WorkMenu/index.js +27 -0
- package/es/modules/work/controls/WorkMenu/index.js.map +1 -0
- package/es/modules/work/pages/WorkDefaultView/index.less +1 -2
- package/es/modules/workspace/components/MyWorkspaces/index.js +9 -7
- package/es/modules/workspace/components/MyWorkspaces/index.js.map +1 -1
- package/es/modules/workspace/components/MyWorkspaces/index.less +2 -2
- package/es/modules/workspace/components/WorkspaceCard/index.js +9 -4
- package/es/modules/workspace/components/WorkspaceCard/index.js.map +1 -1
- package/es/modules/workspace/components/WorkspaceCard/index.less +12 -0
- package/es/modules/workspace/components/WorkspaceCardList/index.js +3 -5
- package/es/modules/workspace/components/WorkspaceCardList/index.js.map +1 -1
- package/es/modules/workspace/components/WorkspacePropertiesView/index.js +11 -5
- package/es/modules/workspace/components/WorkspacePropertiesView/index.js.map +1 -1
- package/es/modules/workspace/components/WorkspaceTabs/index.d.ts +5 -0
- package/es/modules/workspace/components/WorkspaceTabs/index.js +26 -0
- package/es/modules/workspace/components/WorkspaceTabs/index.js.map +1 -0
- package/es/modules/workspace/controls/WorkspaceMenu/index.js +38 -14
- package/es/modules/workspace/controls/WorkspaceMenu/index.js.map +1 -1
- package/es/modules/workspace/pages/WorkspaceDefaultView/index.js +1 -1
- package/es/modules/workspace/pages/WorkspaceDefaultView/index.js.map +1 -1
- package/es/modules/workspace/pages/WorkspacePage/index.js +1 -1
- package/es/modules/workspace/pages/WorkspacePage/index.js.map +1 -1
- package/es/modules/worktype/components/NewTypeForm/index.d.ts +10 -0
- package/es/modules/worktype/components/NewTypeForm/index.js +42 -0
- package/es/modules/worktype/components/NewTypeForm/index.js.map +1 -0
- package/es/modules/worktype/components/NewTypeForm/index.less +8 -0
- package/es/modules/worktype/components/NewTypeForm/state.d.ts +11 -0
- package/es/modules/worktype/components/NewTypeForm/state.js +41 -0
- package/es/modules/worktype/components/NewTypeForm/state.js.map +1 -0
- package/es/modules/worktype/components/WorkTypeCardList/index.d.ts +4 -11
- package/es/modules/worktype/components/WorkTypeCardList/index.js +3 -17
- package/es/modules/worktype/components/WorkTypeCardList/index.js.map +1 -1
- package/es/modules/worktype/components/WorkTypeCardList/index.less +7 -9
- package/es/modules/worktype/components/WorkTypeItem/index.d.ts +1 -1
- package/es/modules/worktype/components/WorkTypeItem/index.js +14 -2
- package/es/modules/worktype/components/WorkTypeItem/index.js.map +1 -1
- package/es/modules/worktype/components/WorkTypeItem/index.less +13 -0
- package/es/modules/worktype/components/WorkTypeList/index.d.ts +10 -0
- package/es/modules/worktype/components/WorkTypeList/index.js +46 -0
- package/es/modules/worktype/components/WorkTypeList/index.js.map +1 -0
- package/es/modules/worktype/components/WorkTypeList/index.less +7 -0
- package/es/modules/worktype/components/WorkTypeProperties/index.js +24 -3
- package/es/modules/worktype/components/WorkTypeProperties/index.js.map +1 -1
- package/es/modules/worktype/components/WorkTypeProperties/index.less +27 -2
- package/es/modules/worktype/components/WorkTypePropertiesView/index.js +13 -8
- package/es/modules/worktype/components/WorkTypePropertiesView/index.js.map +1 -1
- package/es/modules/worktype/components/WorkTypeQA/index.js +37 -36
- package/es/modules/worktype/components/WorkTypeQA/index.js.map +1 -1
- package/es/modules/worktype/components/WorkTypeQA/index.less +7 -0
- package/es/modules/worktype/components/WorkTypeTabs/index.js +4 -2
- package/es/modules/worktype/components/WorkTypeTabs/index.js.map +1 -1
- package/es/modules/worktype/controls/WorkTypeMenu/index.d.ts +14 -0
- package/es/modules/worktype/controls/WorkTypeMenu/index.js +26 -0
- package/es/modules/worktype/controls/WorkTypeMenu/index.js.map +1 -0
- package/es/modules/worktype/controls/WorkTypeMenu/index.less +0 -0
- package/es/pages/Routes.js +3 -3
- package/es/pages/Routes.js.map +1 -1
- package/es/pages/Space/components/Tasks/index.js +22 -24
- package/es/pages/Space/components/Tasks/index.js.map +1 -1
- package/es/pages/Space/pages/MySpace/index.js +5 -5
- package/es/pages/Space/pages/MySpace/index.js.map +1 -1
- package/es/pages/Space/pages/MySpace/state.d.ts +3 -2
- package/es/pages/Space/pages/MySpace/state.js +19 -5
- package/es/pages/Space/pages/MySpace/state.js.map +1 -1
- package/es/pages/WorkType/WorkTypeSelect/index.js +5 -1
- package/es/pages/WorkType/WorkTypeSelect/index.js.map +1 -1
- package/package.json +1 -1
@@ -5,6 +5,18 @@ export declare class WorkStore extends DocumentTypeStore<IWork, LoadDocumentOpti
|
|
5
5
|
/** Name of the store */
|
6
6
|
readonly name: string;
|
7
7
|
constructor(endpoint: ApiEndPoint, documents: DocumentStore);
|
8
|
+
/** send work.
|
9
|
+
* @param {string} id - id of the work.
|
10
|
+
*/
|
11
|
+
send(id: string): Promise<void>;
|
12
|
+
/** accept work.
|
13
|
+
* @param {string} id - id of the work.
|
14
|
+
*/
|
15
|
+
accept(id: string): Promise<void>;
|
16
|
+
/** reject work.
|
17
|
+
* @param {string} id - id of the work.
|
18
|
+
*/
|
19
|
+
reject(id: string): Promise<void>;
|
8
20
|
}
|
9
21
|
/** 响应钩子检索 PageStore */
|
10
22
|
export declare const useWorkStore: () => WorkStore;
|
@@ -12,6 +12,27 @@ export class WorkStore extends DocumentTypeStore {
|
|
12
12
|
value: StoreName
|
13
13
|
});
|
14
14
|
}
|
15
|
+
/** send work.
|
16
|
+
* @param {string} id - id of the work.
|
17
|
+
*/
|
18
|
+
async send(id) {
|
19
|
+
await this.endpoint.post(`/api/works/${id}/send`);
|
20
|
+
this.edit(id, { data: { workStatus: "New" }, error: "message" });
|
21
|
+
}
|
22
|
+
/** accept work.
|
23
|
+
* @param {string} id - id of the work.
|
24
|
+
*/
|
25
|
+
async accept(id) {
|
26
|
+
await this.endpoint.post(`/api/works/${id}/accept`);
|
27
|
+
this.edit(id, { data: { workStatus: "Active" }, error: "message" });
|
28
|
+
}
|
29
|
+
/** reject work.
|
30
|
+
* @param {string} id - id of the work.
|
31
|
+
*/
|
32
|
+
async reject(id) {
|
33
|
+
await this.endpoint.post(`/api/works/${id}/reject`);
|
34
|
+
this.edit(id, { data: { workStatus: "Rejected" }, error: "message" });
|
35
|
+
}
|
15
36
|
}
|
16
37
|
/** 响应钩子检索 PageStore */
|
17
38
|
export const useWorkStore = () => {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WorkStore.js","sourceRoot":"","sources":["../../../src/data/work/WorkStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,iBAAiB,EAIjB,gBAAgB,GAChB,MAAM,8BAA8B,CAAC;AAItC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,MAAM,SAAS,GAAG,WAAW,CAAC;AAE9B,MAAM,OAAO,SAAU,SAAQ,iBAO9B;IAIA,YAAmB,QAAqB,EAAE,SAAwB;QACjE,KAAK,CAAC,QAAQ,EAAE,YAAY,EAAE,SAAS,CAAC,CAAC;QAJ1C,wBAAwB;QACxB;;;;mBAA+B,SAAS;WAAC;IAIzC,CAAC;
|
1
|
+
{"version":3,"file":"WorkStore.js","sourceRoot":"","sources":["../../../src/data/work/WorkStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,iBAAiB,EAIjB,gBAAgB,GAChB,MAAM,8BAA8B,CAAC;AAItC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,MAAM,SAAS,GAAG,WAAW,CAAC;AAE9B,MAAM,OAAO,SAAU,SAAQ,iBAO9B;IAIA,YAAmB,QAAqB,EAAE,SAAwB;QACjE,KAAK,CAAC,QAAQ,EAAE,YAAY,EAAE,SAAS,CAAC,CAAC;QAJ1C,wBAAwB;QACxB;;;;mBAA+B,SAAS;WAAC;IAIzC,CAAC;IAED;;OAEG;IACI,KAAK,CAAC,IAAI,CAAC,EAAU;QAC3B,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;QAClD,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,UAAU,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IAClE,CAAC;IAED;;OAEG;IACI,KAAK,CAAC,MAAM,CAAC,EAAU;QAC7B,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,cAAc,EAAE,SAAS,CAAC,CAAC;QACpD,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;OAEG;IACI,KAAK,CAAC,MAAM,CAAC,EAAU;QAC7B,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,cAAc,EAAE,SAAS,CAAC,CAAC;QACpD,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,UAAU,EAAE,UAAU,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IACvE,CAAC;CAED;AAED,uBAAuB;AACvB,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,EAAE;IAChC,MAAM,SAAS,GAAG,gBAAgB,EAAE,CAAC;IACrC,OAAO,UAAU,CAChB,SAAS,EACT,CAAC,OAAO,EAAE,EAAE,CAAC,IAAI,SAAS,CAAC,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,SAAS,CAAC,CAClE,CAAC;AACH,CAAC,CAAC"}
|
@@ -15,11 +15,26 @@ export interface IWork extends IDocument {
|
|
15
15
|
name: string;
|
16
16
|
};
|
17
17
|
/** owner of the work. */
|
18
|
-
|
18
|
+
owners?: {
|
19
|
+
id: string;
|
20
|
+
name: string;
|
21
|
+
}[];
|
22
|
+
workStatus?: WorkStatus;
|
23
|
+
/** work type of the work. */
|
24
|
+
workType?: {
|
19
25
|
id: string;
|
20
26
|
name: string;
|
21
27
|
};
|
22
|
-
|
28
|
+
/** requester of the work. */
|
29
|
+
requester?: {
|
30
|
+
id: string;
|
31
|
+
name: string;
|
32
|
+
};
|
33
|
+
/** accepters of the work. */
|
34
|
+
accepters?: {
|
35
|
+
id: string;
|
36
|
+
name: string;
|
37
|
+
}[];
|
23
38
|
}
|
24
39
|
/** Custom create work options type. Use TitleCase to fit server need.
|
25
40
|
* 新建work必须属于work type request 人员(需要work type 设定requester)
|
@@ -29,6 +44,7 @@ export declare type CreateWorkOptions = {
|
|
29
44
|
Name: string;
|
30
45
|
};
|
31
46
|
export interface IWorkEditOptions extends EditDocumentDataOptions {
|
47
|
+
workStatus?: string;
|
32
48
|
/** New checklist of the work. */
|
33
49
|
CheckList?: {
|
34
50
|
Checked: boolean;
|
@@ -7,6 +7,14 @@ export interface IWorkspace extends ILoadable {
|
|
7
7
|
name: string;
|
8
8
|
/** status of the workspace. */
|
9
9
|
status?: string;
|
10
|
+
/** stats of the workspace */
|
11
|
+
stats?: {
|
12
|
+
activeWorks: number;
|
13
|
+
};
|
14
|
+
/** actions of the workspace */
|
15
|
+
actions?: {
|
16
|
+
canDelete: boolean;
|
17
|
+
};
|
10
18
|
/** Create date of the workspace. */
|
11
19
|
createDate?: string;
|
12
20
|
/** Owner of the workspace. */
|
@@ -7,9 +7,15 @@ export declare class WorkTypeStore extends Store {
|
|
7
7
|
readonly endpoint: ApiEndPoint;
|
8
8
|
/** Name of the store */
|
9
9
|
readonly name: string;
|
10
|
+
private readonly _worktypeDeleted;
|
11
|
+
private readonly _worktypeCreated;
|
10
12
|
constructor(endpoint: ApiEndPoint);
|
11
13
|
/** All currently used workType. */
|
12
14
|
readonly items: CountedMap<string, IWorkType>;
|
15
|
+
/** Event fires when a delete worktype has been deleted. */
|
16
|
+
get WorkTypeDeletedEvent(): import("strongly-typed-events").IEvent<WorkTypeStore, IWorkType>;
|
17
|
+
/** Event fires when a new WorkType has been created. */
|
18
|
+
get WorkTypeCreatedEvent(): import("strongly-typed-events").IEvent<WorkTypeStore, IWorkType>;
|
13
19
|
/** Create a new WorkType. */
|
14
20
|
create(options: WorkTypeCreateOptions): Promise<IWorkType>;
|
15
21
|
/** Edit an existing item on server. */
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { RequestBuilder } from "@voplus/api";
|
2
2
|
import { CountedMap, Store, useApplicationContext } from "@voplus/morpho-data";
|
3
3
|
import { observable } from "mobx";
|
4
|
+
import { EventDispatcher } from "strongly-typed-events";
|
4
5
|
const StoreName = "WorkTypeStore";
|
5
6
|
/** Corporate store supply backend functions. */
|
6
7
|
export class WorkTypeStore extends Store {
|
@@ -19,6 +20,18 @@ export class WorkTypeStore extends Store {
|
|
19
20
|
writable: true,
|
20
21
|
value: StoreName
|
21
22
|
});
|
23
|
+
Object.defineProperty(this, "_worktypeDeleted", {
|
24
|
+
enumerable: true,
|
25
|
+
configurable: true,
|
26
|
+
writable: true,
|
27
|
+
value: new EventDispatcher()
|
28
|
+
});
|
29
|
+
Object.defineProperty(this, "_worktypeCreated", {
|
30
|
+
enumerable: true,
|
31
|
+
configurable: true,
|
32
|
+
writable: true,
|
33
|
+
value: new EventDispatcher()
|
34
|
+
});
|
22
35
|
/** All currently used workType. */
|
23
36
|
Object.defineProperty(this, "items", {
|
24
37
|
enumerable: true,
|
@@ -27,12 +40,21 @@ export class WorkTypeStore extends Store {
|
|
27
40
|
value: new CountedMap((key) => ({ id: key, loaded: false }), observable.map([], { deep: true }))
|
28
41
|
});
|
29
42
|
}
|
43
|
+
/** Event fires when a delete worktype has been deleted. */
|
44
|
+
get WorkTypeDeletedEvent() {
|
45
|
+
return this._worktypeDeleted.asEvent();
|
46
|
+
}
|
47
|
+
/** Event fires when a new WorkType has been created. */
|
48
|
+
get WorkTypeCreatedEvent() {
|
49
|
+
return this._worktypeCreated.asEvent();
|
50
|
+
}
|
30
51
|
/** Create a new WorkType. */
|
31
52
|
async create(options) {
|
32
53
|
// invariant(options.name, "Name cannot be empty.");
|
33
54
|
return await this.action(async () => {
|
34
55
|
const r = await this.endpoint.post(`/api/worktypes/create`, new RequestBuilder().json(options.data));
|
35
56
|
const t = (await r.json());
|
57
|
+
this._worktypeCreated.dispatch(this, t);
|
36
58
|
return t;
|
37
59
|
}, options);
|
38
60
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WorkTypeStore.js","sourceRoot":"","sources":["../../../src/data/worktype/WorkTypeStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,cAAc,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAI/E,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;
|
1
|
+
{"version":3,"file":"WorkTypeStore.js","sourceRoot":"","sources":["../../../src/data/worktype/WorkTypeStore.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/worktype/worktype-events/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC"}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { IWorkType } from "../interfaces";
|
2
|
+
import { ListDataContextState } from "@voplus/morpho-ui/es/data";
|
3
|
+
/** React hook to call action when a new WorkType has been created. */
|
4
|
+
export declare const useAutoUpdateListData: (list: ListDataContextState<any>, shouldUpdate: (d: IWorkType, event: string) => boolean) => void;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { useOnDeleteWorkType, useOnNewWorkType } from ".";
|
2
|
+
/** React hook to call action when a new WorkType has been created. */
|
3
|
+
export const useAutoUpdateListData = (list, shouldUpdate) => {
|
4
|
+
useOnNewWorkType((s, d) => {
|
5
|
+
console.log(s, d);
|
6
|
+
console.log(shouldUpdate(d, "new"));
|
7
|
+
if (shouldUpdate(d, "new"))
|
8
|
+
list.union([d]);
|
9
|
+
});
|
10
|
+
useOnDeleteWorkType((s, d) => {
|
11
|
+
if (shouldUpdate(d, "new"))
|
12
|
+
list.remove(d.id);
|
13
|
+
});
|
14
|
+
};
|
15
|
+
//# sourceMappingURL=useAutoUpdateListData.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"useAutoUpdateListData.js","sourceRoot":"","sources":["../../../../src/data/worktype/worktype-events/useAutoUpdateListData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,GAAG,CAAC;AAK1D,sEAAsE;AACtE,MAAM,CAAC,MAAM,qBAAqB,GAAG,CACpC,IAA+B,EAC/B,YAAsD,EACrD,EAAE;IACH,gBAAgB,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;QACzB,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QAClB,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAA;QACnC,IAAI,YAAY,CAAC,CAAC,EAAE,KAAK,CAAC;YAAE,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7C,CAAC,CAAC,CAAC;IAEH,mBAAmB,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;QAC5B,IAAI,YAAY,CAAC,CAAC,EAAE,KAAK,CAAC;YAAE,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;AACJ,CAAC,CAAC"}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { WorkTypeStore } from "../WorkTypeStore";
|
2
|
+
import { IWorkType } from "../interfaces";
|
3
|
+
/** React hook to call action when a delete WorkType has been created. */
|
4
|
+
export declare const useOnDeleteWorkType: (action: (store: WorkTypeStore, doc: IWorkType) => void) => void;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { useWorkTypeStore } from "../WorkTypeStore";
|
2
|
+
import { useEffect } from "react";
|
3
|
+
/** React hook to call action when a delete WorkType has been created. */
|
4
|
+
export const useOnDeleteWorkType = (action) => {
|
5
|
+
const store = useWorkTypeStore();
|
6
|
+
const onDeleteWorkType = (store, doc) => {
|
7
|
+
action(store, doc);
|
8
|
+
};
|
9
|
+
useEffect(() => {
|
10
|
+
store.WorkTypeDeletedEvent.subscribe(onDeleteWorkType);
|
11
|
+
return () => {
|
12
|
+
store.WorkTypeDeletedEvent.unsubscribe(onDeleteWorkType);
|
13
|
+
};
|
14
|
+
});
|
15
|
+
};
|
16
|
+
//# sourceMappingURL=useOnDeleteWorkType.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"useOnDeleteWorkType.js","sourceRoot":"","sources":["../../../../src/data/worktype/worktype-events/useOnDeleteWorkType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAGlE,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,yEAAyE;AACzE,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,MAAsD,EAAE,EAAE;IAC7F,MAAM,KAAK,GAAG,gBAAgB,EAAE,CAAC;IACjC,MAAM,gBAAgB,GAAG,CAAC,KAAoB,EAAE,GAAc,EAAE,EAAE;QACjE,MAAM,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IACpB,CAAC,CAAC;IACF,SAAS,CAAC,GAAG,EAAE;QACd,KAAK,CAAC,oBAAoB,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;QACvD,OAAO,GAAG,EAAE;YACX,KAAK,CAAC,oBAAoB,CAAC,WAAW,CAAC,gBAAgB,CAAC,CAAC;QAC1D,CAAC,CAAC;IACH,CAAC,CAAC,CAAC;AACJ,CAAC,CAAC"}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { WorkTypeStore } from "../WorkTypeStore";
|
2
|
+
import { IWorkType } from "../interfaces";
|
3
|
+
/** React hook to call action when a new WorkType has been created. */
|
4
|
+
export declare const useOnNewWorkType: (action: (store: WorkTypeStore, doc: IWorkType) => void) => void;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { useWorkTypeStore } from "../WorkTypeStore";
|
2
|
+
import { useEffect } from "react";
|
3
|
+
/** React hook to call action when a new WorkType has been created. */
|
4
|
+
export const useOnNewWorkType = (action) => {
|
5
|
+
const store = useWorkTypeStore();
|
6
|
+
const onNewWorkType = (store, doc) => {
|
7
|
+
// console.log(`onNewWorkType - ${doc.id} ${doc.name}`);
|
8
|
+
action(store, doc);
|
9
|
+
};
|
10
|
+
useEffect(() => {
|
11
|
+
store.WorkTypeCreatedEvent.subscribe(onNewWorkType);
|
12
|
+
return () => {
|
13
|
+
store.WorkTypeCreatedEvent.unsubscribe(onNewWorkType);
|
14
|
+
};
|
15
|
+
});
|
16
|
+
};
|
17
|
+
//# sourceMappingURL=useOnNewWorkType.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"useOnNewWorkType.js","sourceRoot":"","sources":["../../../../src/data/worktype/worktype-events/useOnNewWorkType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAGlE,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,sEAAsE;AACtE,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,MAAsD,EAAE,EAAE;IAC1F,MAAM,KAAK,GAAG,gBAAgB,EAAE,CAAC;IACjC,MAAM,aAAa,GAAG,CAAC,KAAoB,EAAE,GAAc,EAAE,EAAE;QAC9D,wDAAwD;QACxD,MAAM,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IACpB,CAAC,CAAC;IACF,SAAS,CAAC,GAAG,EAAE;QACd,KAAK,CAAC,oBAAoB,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC;QACpD,OAAO,GAAG,EAAE;YACX,KAAK,CAAC,oBAAoB,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC;QACvD,CAAC,CAAC;IACH,CAAC,CAAC,CAAC;AACJ,CAAC,CAAC"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import "./index.less";
|
3
|
+
declare const NewWorkForm: (props: {
|
4
|
+
className?: string | undefined;
|
5
|
+
simple?: boolean | undefined;
|
6
|
+
showView?: boolean | undefined;
|
7
|
+
onSave?: ((params?: any) => void) | undefined;
|
8
|
+
onCancel?: (() => void) | undefined;
|
9
|
+
}) => JSX.Element;
|
10
|
+
export default NewWorkForm;
|
@@ -0,0 +1,60 @@
|
|
1
|
+
import "./index.less";
|
2
|
+
import { Button, Col, Form, Input, Row, Space, message } from "@voplus/antd";
|
3
|
+
import React, { useState } from "react";
|
4
|
+
import WorkPropertiesView from "../WorkPropertiesView";
|
5
|
+
import WorkTypeSelect from "../../../../pages/WorkType/WorkTypeSelect";
|
6
|
+
import classnames from "classnames";
|
7
|
+
import { observe } from "@voplus/morpho-ui";
|
8
|
+
import { useApplicationContext } from "@voplus/morpho-data";
|
9
|
+
import { useAsideContentContext } from "@voplus/morpho-ui/es/components/layout/AsideContent";
|
10
|
+
import { useWorkStore } from "../../../../data/work";
|
11
|
+
const NewWorkForm = (props) => {
|
12
|
+
const { user } = useApplicationContext();
|
13
|
+
const [form] = Form.useForm();
|
14
|
+
const [loading, setLoading] = useState(false);
|
15
|
+
const [workType, setWorkType] = useState();
|
16
|
+
const asideContext = useAsideContentContext();
|
17
|
+
const works = useWorkStore();
|
18
|
+
return observe(() => (React.createElement("div", { className: classnames("new-work-form", { "sub-work-simply-form": props.simple }, props.className) },
|
19
|
+
React.createElement(Form, { form: form, layout: "vertical", onFinish: onFinish },
|
20
|
+
!props.simple ?
|
21
|
+
React.createElement(React.Fragment, null,
|
22
|
+
React.createElement(Form.Item, { name: "Name", label: "Work Name" },
|
23
|
+
React.createElement(Input, { placeholder: "Enter a title for this work" })),
|
24
|
+
React.createElement(Form.Item, { name: "WorkTypeId", label: "Work Type" },
|
25
|
+
React.createElement(WorkTypeSelect, { onChange: (id, data) => setWorkType(data) })))
|
26
|
+
:
|
27
|
+
React.createElement(Row, { gutter: 20 },
|
28
|
+
React.createElement(Col, { span: 12 },
|
29
|
+
React.createElement(Form.Item, { name: "Name" },
|
30
|
+
React.createElement(Input, { placeholder: "Enter a title for this work" }))),
|
31
|
+
React.createElement(Col, { span: 12 },
|
32
|
+
React.createElement(Form.Item, { name: "WorkTypeId" },
|
33
|
+
React.createElement(WorkTypeSelect, { onChange: (id, data) => setWorkType(data) })))),
|
34
|
+
React.createElement(Form.Item, { className: "from-footer" },
|
35
|
+
React.createElement(Row, { justify: "end" },
|
36
|
+
React.createElement(Space, null,
|
37
|
+
React.createElement(Button, { onClick: onCancel }, "Cancel"),
|
38
|
+
React.createElement(Button, { type: "primary", htmlType: "submit", loading: loading }, "Submit"))))))));
|
39
|
+
/** submit work */
|
40
|
+
async function onFinish(values) {
|
41
|
+
var _a;
|
42
|
+
if (!values.Name)
|
43
|
+
return message.warning("Title is required");
|
44
|
+
setLoading(true);
|
45
|
+
const res = await works.create({ data: { ...values }, error: "message" });
|
46
|
+
setLoading(false);
|
47
|
+
(_a = props.onSave) === null || _a === void 0 ? void 0 : _a.call(props, values);
|
48
|
+
if (props.showView)
|
49
|
+
return asideContext.openAside(React.createElement(WorkPropertiesView, { id: res.id }), { span: 12 });
|
50
|
+
}
|
51
|
+
// cancel add work
|
52
|
+
function onCancel() {
|
53
|
+
var _a;
|
54
|
+
if (props.showView)
|
55
|
+
return asideContext.closeAside();
|
56
|
+
(_a = props.onCancel) === null || _a === void 0 ? void 0 : _a.call(props);
|
57
|
+
}
|
58
|
+
};
|
59
|
+
export default NewWorkForm;
|
60
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/NewWorkForm/index.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
:global {
|
2
|
+
.new-work-form {
|
3
|
+
&.sub-work-simply-form {
|
4
|
+
padding: 10px 20px;
|
5
|
+
.from-footer {
|
6
|
+
margin-bottom: 0;
|
7
|
+
}
|
8
|
+
}
|
9
|
+
.ant-tabs-tabpane {
|
10
|
+
padding: 24px;
|
11
|
+
}
|
12
|
+
.new-work-form_btn {
|
13
|
+
text-align: right;
|
14
|
+
margin-top: 20px;
|
15
|
+
}
|
16
|
+
}
|
17
|
+
}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
import "./index.less";
|
2
|
+
import { useWorkListEffect } from "../../../../data/work";
|
3
|
+
import { ListDataContext, useCreateListDataState } from "@voplus/morpho-ui/es/data";
|
4
|
+
import React, { useState } from "react";
|
5
|
+
import { useAutoUpdateListData, useDocumentStore } from "@voplus/morpho-document-core";
|
6
|
+
import DocumentItemFrame from "@voplus/morpho-document/es/controls/DocumentItemFrame";
|
7
|
+
import ListView from "@voplus/morpho-ui/es/components/layout/ListView/ListView2";
|
8
|
+
import NewWorkForm from "../NewWorkForm";
|
9
|
+
import WorkItem from '../WorkItem';
|
10
|
+
import { observe } from "@voplus/morpho-ui";
|
11
|
+
import { useRenderOnChange } from "@voplus/morpho-ui";
|
12
|
+
const SubWorkList = () => {
|
13
|
+
const [addAble, setAddAble] = useState(false);
|
14
|
+
const documentStore = useDocumentStore();
|
15
|
+
const list = useCreateListDataState({
|
16
|
+
filterDefaults: {}
|
17
|
+
}, []);
|
18
|
+
/** useOnNewDocument, useOnDeleteDocument的sugar syntax 自動更新list. */
|
19
|
+
useAutoUpdateListData(list, (d) => d.type === "Work");
|
20
|
+
useRenderOnChange(() => list.filters.options);
|
21
|
+
/** 把ListDataState传给useWorkListEffect,使之可以自動更新loading, hasmore. */
|
22
|
+
useWorkListEffect(list, (result) => { list.union(result); }, list.filters.options);
|
23
|
+
return observe(() => (React.createElement(ListDataContext.Provider, { value: list },
|
24
|
+
React.createElement("div", { className: "sub-work-list" },
|
25
|
+
React.createElement(ListView, { headerProps: {
|
26
|
+
viewTitle: "My Works",
|
27
|
+
sortable: false,
|
28
|
+
onAdd: () => (setAddAble(!addAble)),
|
29
|
+
}, className: "work-list", moveAfter: moveAfter, renderItem: ({ item, connectDragSource }) => (React.createElement(React.Fragment, null,
|
30
|
+
React.createElement(DocumentItemFrame, { key: item.id, frameProps: {
|
31
|
+
hoverEffect: "background",
|
32
|
+
hoverBackgroundProps: { color: "#f2f2f2" },
|
33
|
+
style: { border: "none", flex: "1" },
|
34
|
+
} },
|
35
|
+
React.createElement(WorkItem, { id: item.id })))) }),
|
36
|
+
addAble && (React.createElement(NewWorkForm, { simple: true, onSave: () => setAddAble(false), onCancel: () => setAddAble(false) }))))));
|
37
|
+
async function moveAfter(id, afterId) {
|
38
|
+
await documentStore.moveAfter(id, afterId);
|
39
|
+
}
|
40
|
+
};
|
41
|
+
export default SubWorkList;
|
42
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/SubWorkList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAS,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACpF,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAEvF,OAAO,iBAAiB,MAAM,uDAAuD,CAAC;AACtF,OAAO,QAAQ,MAAM,2DAA2D,CAAC;AACjF,OAAO,WAAW,MAAM,gBAAgB,CAAC;AACzC,OAAO,QAAQ,MAAM,aAAa,CAAC;AACnC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,WAAW,GAAG,GAAG,EAAE;IACrB,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC9C,MAAM,aAAa,GAAG,gBAAgB,EAAE,CAAC;IAEzC,MAAM,IAAI,GAAG,sBAAsB,CAC/B;QACI,cAAc,EAAE,EAAE;KACrB,EAAE,EAAE,CAAC,CAAC;IAEX,mEAAmE;IACnE,qBAAqB,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC;IAEtD,iBAAiB,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAE9C,kEAAkE;IAClE,iBAAiB,CACb,IAAI,EACJ,CAAC,MAAM,EAAE,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAA,CAAC,CAAC,EAClC,IAAI,CAAC,OAAO,CAAC,OAAO,CACvB,CAAC;IAEF,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACjB,oBAAC,eAAe,CAAC,QAAQ,IAAC,KAAK,EAAE,IAAI;QACjC,6BAAK,SAAS,EAAC,eAAe;YAC1B,oBAAC,QAAQ,IACL,WAAW,EAAE;oBACT,SAAS,EAAE,UAAU;oBACrB,QAAQ,EAAE,KAAK;oBACf,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC,CAAC;iBACtC,EACD,SAAS,EAAC,WAAW,EACrB,SAAS,EAAE,SAAS,EACpB,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,iBAAiB,EAAO,EAAE,EAAE,CAAC,CAC9C,oBAAC,KAAK,CAAC,QAAQ;oBACX,oBAAC,iBAAiB,IACd,GAAG,EAAE,IAAI,CAAC,EAAE,EACZ,UAAU,EAAE;4BACR,WAAW,EAAE,YAAY;4BACzB,oBAAoB,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE;4BAC1C,KAAK,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE;yBACvC;wBAED,oBAAC,QAAQ,IAAC,EAAE,EAAE,IAAI,CAAC,EAAE,GAAI,CACT,CACP,CACpB,GACH;YACD,OAAO,IAAI,CACR,oBAAC,WAAW,IACR,MAAM,EAAE,IAAI,EACZ,MAAM,EAAE,GAAG,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC,EAC/B,QAAQ,EAAE,GAAG,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC,GACnC,CACL,CACC,CACiB,CAC9B,CAAC,CAAC;IAEH,KAAK,UAAU,SAAS,CAAC,EAAU,EAAE,OAAe;QAChD,MAAM,aAAa,CAAC,SAAS,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC;IAC/C,CAAC;AACL,CAAC,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
@@ -4,7 +4,7 @@ import { ListDataContext, useCreateListDataState } from "@voplus/morpho-ui/es/da
|
|
4
4
|
import React, { useState } from "react";
|
5
5
|
import { observe, useRenderOnChange } from "@voplus/morpho-ui";
|
6
6
|
import DocumentItemFrame from "@voplus/morpho-document/es/controls/DocumentItemFrame";
|
7
|
-
import
|
7
|
+
import { Empty } from "@voplus/antd";
|
8
8
|
import WorkErrorItem from "../WorkErrorItem";
|
9
9
|
import { useAutoUpdateListData } from "../../../../data/workerror/workerror-events";
|
10
10
|
/** A work error list view shows work error in card style. */
|
@@ -13,8 +13,8 @@ const WorkErrorList = (props) => {
|
|
13
13
|
/** 建立 ListView 和useWorkErrorListEffect所需的ListDataState. 会根据state.id重建所以不需reset. */
|
14
14
|
const list = useCreateListDataState({
|
15
15
|
filterDefaults: {
|
16
|
-
|
17
|
-
|
16
|
+
filters: [{ c: "ParentNodeId", o: "=", l: "And", v1: props.id }],
|
17
|
+
page: { Page: 1, PageSize: 200 }
|
18
18
|
},
|
19
19
|
}, [props.id]);
|
20
20
|
/** 如果 list.filters.options变更了就重渲染,使下一行的useWorkErrorListEffect 可以接收新参数*/
|
@@ -24,8 +24,8 @@ const WorkErrorList = (props) => {
|
|
24
24
|
/** useOnNewWorkError, useOnDeleteWorkError的sugar syntax 自動更新list. */
|
25
25
|
useAutoUpdateListData(list, (d) => true);
|
26
26
|
return observe(() => (React.createElement(ListDataContext.Provider, { value: list },
|
27
|
-
React.createElement("div", { className: "workerror-list-view" },
|
28
|
-
|
27
|
+
React.createElement("div", { className: "workerror-list-view" }, list.data.length ?
|
28
|
+
list.data.map((item) => (React.createElement(DocumentItemFrame, { key: item.id, frameProps: {
|
29
29
|
active: activeId === item.id,
|
30
30
|
hoverEffect: "none",
|
31
31
|
activeEffect: "border",
|
@@ -35,7 +35,8 @@ const WorkErrorList = (props) => {
|
|
35
35
|
setActiveId(item.id);
|
36
36
|
(_a = props.onClickItem) === null || _a === void 0 ? void 0 : _a.call(props, item.id);
|
37
37
|
} },
|
38
|
-
React.createElement(WorkErrorItem, { id: item.id }))))
|
38
|
+
React.createElement(WorkErrorItem, { id: item.id }))))
|
39
|
+
: React.createElement(Empty, null)))));
|
39
40
|
function loadMore() {
|
40
41
|
list.triggerNextPage();
|
41
42
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/WorkErrorList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAc,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACpF,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE/D,OAAO,iBAAiB,MAAM,uDAAuD,CAAC;AACtF,OAAO,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/WorkErrorList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAc,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACpF,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE/D,OAAO,iBAAiB,MAAM,uDAAuD,CAAC;AACtF,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAErC,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;AAEpF,6DAA6D;AAC7D,MAAM,aAAa,GAAG,CAAC,KAGtB,EAAE,EAAE;IAED,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAC,EAAE,CAAC,CAAC;IAE7C,mFAAmF;IACnF,MAAM,IAAI,GAAG,sBAAsB,CAC/B;QACI,cAAc,EAAE;YACZ,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC;YAChE,IAAI,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE;SACnC;KACJ,EACD,CAAC,KAAK,CAAC,EAAE,CAAC,CACb,CAAC;IAEF,wEAAwE;IACxE,iBAAiB,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAE9C,uEAAuE;IACvE,sBAAsB,CAAC,IAAI,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAEnF,qEAAqE;IACrE,qBAAqB,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC;IAEzC,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACjB,oBAAC,eAAe,CAAC,QAAQ,IAAC,KAAK,EAAE,IAAI;QACjC,6BAAK,SAAS,EAAC,qBAAqB,IAO/B,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;YACf,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CACpB,oBAAC,iBAAiB,IACd,GAAG,EAAE,IAAI,CAAC,EAAE,EACZ,UAAU,EAAE;oBACR,MAAM,EAAE,QAAQ,KAAK,IAAI,CAAC,EAAE;oBAC5B,WAAW,EAAE,MAAM;oBACnB,YAAY,EAAE,QAAQ;oBACtB,WAAW,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,KAAK,EAAE;iBACrE,EACD,OAAO,EAAE,GAAG,EAAE;;oBACV,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;oBACrB,MAAA,KAAK,CAAC,WAAW,+CAAjB,KAAK,EAAe,IAAI,CAAC,EAAE,CAAC,CAAC;gBACjC,CAAC;gBAED,oBAAC,aAAa,IAAC,EAAE,EAAE,IAAI,CAAC,EAAE,GAAI,CACd,CAEvB,CAAC;YACF,CAAC,CAAC,oBAAC,KAAK,OAAG,CAGb,CACiB,CAE9B,CAAC,CAAC;IAEH,SAAS,QAAQ;QACb,IAAI,CAAC,eAAe,EAAE,CAAC;IAC3B,CAAC;AACL,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
@@ -1,11 +1,9 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import "./index.less";
|
3
|
-
import { DocumentHeaderProps } from "@voplus/morpho-document-core/es/props/DocumentHeaderProps";
|
4
3
|
export declare type WorkItemProps = {
|
5
4
|
id: string;
|
6
5
|
reload?: boolean;
|
7
|
-
|
8
|
-
headerProps?: Partial<DocumentHeaderProps>;
|
6
|
+
toolsVisible?: boolean;
|
9
7
|
};
|
10
8
|
declare const WorkItem: (props: WorkItemProps) => JSX.Element;
|
11
9
|
export default WorkItem;
|
@@ -1,24 +1,40 @@
|
|
1
1
|
import "./index.less";
|
2
2
|
import { CommentDataIcon, DateQuickIcon, DocumentDataIcon, UserQuickIcon, } from "@voplus/morpho-document/es/controls/data-icons";
|
3
|
-
import React from "react";
|
3
|
+
import React, { useState } from "react";
|
4
4
|
import DataIconBar from "@voplus/morpho-document/es/controls/DataIconBar";
|
5
5
|
import DocumentHeader from "@voplus/morpho-document/es/components/DocumentHeader";
|
6
|
+
import { Open } from "@voplus/morpho-document/es/controls/ToolBar/buttons";
|
7
|
+
import ToolBar from "@voplus/morpho-document/es/controls/ToolBar/ToolBar2";
|
6
8
|
import { Tooltip } from "@voplus/antd";
|
9
|
+
import WorkMenu from "../../controls/WorkMenu";
|
10
|
+
import classnames from "classnames";
|
7
11
|
import { observe } from "@voplus/morpho-ui";
|
12
|
+
import { useMetaStore } from "@voplus/morpho-document";
|
8
13
|
import { useWork } from "../../../../data/work";
|
9
14
|
const WorkItem = (props) => {
|
10
|
-
const { id, reload } = props;
|
15
|
+
const { id, reload, toolsVisible } = props;
|
16
|
+
const [hover, setHover] = useState(false);
|
17
|
+
const meta = useMetaStore();
|
11
18
|
const work = useWork(id, { reload: !!reload });
|
12
19
|
return observe(() => {
|
13
20
|
var _a;
|
14
|
-
return (React.createElement(DocumentHeader, { id: work.id, quickDataBarAlign: "left", preVisible: false, flagVisible: false, toolsVisible:
|
21
|
+
return (React.createElement(DocumentHeader, { id: work.id, quickDataBarAlign: "left", preVisible: false, flagVisible: false, toolsVisible: toolsVisible, tagsVisible: !!((_a = work.tags) === null || _a === void 0 ? void 0 : _a.length), className: "default-work-item", onMouse: (over) => (setHover(over)), quickDataBar: React.createElement(React.Fragment, null,
|
15
22
|
React.createElement(DataIconBar, null,
|
16
23
|
React.createElement(DateQuickIcon, { id: id }),
|
17
24
|
React.createElement(DocumentDataIcon, { id: id }),
|
18
25
|
React.createElement(CommentDataIcon, { id: id }),
|
19
26
|
React.createElement(UserQuickIcon, { id: id }),
|
20
27
|
React.createElement(Tooltip, { title: "Work Status" },
|
21
|
-
React.createElement("span", { className: "data-icon" }, work.
|
28
|
+
React.createElement("span", { className: "data-icon" }, work.workStatus)))), tools: React.createElement("div", { className: classnames("hover-operate-icon", {
|
29
|
+
show: hover,
|
30
|
+
}) },
|
31
|
+
React.createElement(ToolBar, { id: id, moreProps: {
|
32
|
+
buttonProps: { size: "middle" },
|
33
|
+
menus: {
|
34
|
+
default: React.createElement(WorkMenu, { id: id })
|
35
|
+
}
|
36
|
+
} },
|
37
|
+
React.createElement(Open, { size: "middle", url: `/work/${id}` }))) }));
|
22
38
|
});
|
23
39
|
};
|
24
40
|
export default WorkItem;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/WorkItem/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EACN,eAAe,EACf,aAAa,EACb,gBAAgB,EAChB,aAAa,GACb,MAAM,gDAAgD,CAAC;AACxD,OAAO,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/WorkItem/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EACN,eAAe,EACf,aAAa,EACb,gBAAgB,EAChB,aAAa,GACb,MAAM,gDAAgD,CAAC;AACxD,OAAO,KAAK,EAAE,EAAa,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEnD,OAAO,WAAW,MAAM,iDAAiD,CAAC;AAC1E,OAAO,cAAc,MAAM,sDAAsD,CAAC;AAClF,OAAO,EAAE,IAAI,EAAE,MAAM,qDAAqD,CAAC;AAC3E,OAAO,OAAO,MAAM,sDAAsD,CAAC;AAC3E,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,QAAQ,MAAM,yBAAyB,CAAC;AAC/C,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAQhD,MAAM,QAAQ,GAAG,CAAC,KAAoB,EAAE,EAAE;IACzC,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,YAAY,EAAE,GAAG,KAAK,CAAC;IAE3C,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC1C,MAAM,IAAI,GAAG,YAAY,EAAE,CAAC;IAE5B,MAAM,IAAI,GAAG,OAAO,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IAE/C,OAAO,OAAO,CAAC,GAAG,EAAE;;QAAC,OAAA,CACpB,oBAAC,cAAc,IACd,EAAE,EAAE,IAAI,CAAC,EAAE,EACX,iBAAiB,EAAC,MAAM,EACxB,UAAU,EAAE,KAAK,EACjB,WAAW,EAAE,KAAK,EAClB,YAAY,EAAE,YAAY,EAC1B,WAAW,EAAE,CAAC,CAAC,CAAA,MAAA,IAAI,CAAC,IAAI,0CAAE,MAAM,CAAA,EAChC,SAAS,EAAC,mBAAmB,EAC7B,OAAO,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,EACnC,YAAY,EACX,oBAAC,KAAK,CAAC,QAAQ;gBACd,oBAAC,WAAW;oBACX,oBAAC,aAAa,IAAC,EAAE,EAAE,EAAE,GAAI;oBACzB,oBAAC,gBAAgB,IAAC,EAAE,EAAE,EAAE,GAAI;oBAC5B,oBAAC,eAAe,IAAC,EAAE,EAAE,EAAE,GAAI;oBAC3B,oBAAC,aAAa,IAAC,EAAE,EAAE,EAAE,GAAI;oBACzB,oBAAC,OAAO,IAAC,KAAK,EAAC,aAAa;wBAC3B,8BAAM,SAAS,EAAC,WAAW,IACzB,IAAI,CAAC,UAAU,CACV,CACE,CACG,CACE,EAElB,KAAK,EACJ,6BACC,SAAS,EAAE,UAAU,CAAC,oBAAoB,EAAE;oBAC3C,IAAI,EAAE,KAAK;iBACX,CAAC;gBAEF,oBAAC,OAAO,IACP,EAAE,EAAE,EAAE,EACN,SAAS,EAAE;wBACV,WAAW,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;wBAC/B,KAAK,EAAE;4BACN,OAAO,EAAE,oBAAC,QAAQ,IAAC,EAAE,EAAE,EAAE,GAAI;yBAC7B;qBACD;oBAED,oBAAC,IAAI,IAAC,IAAI,EAAC,QAAQ,EAAC,GAAG,EAAE,SAAS,EAAE,EAAE,GAAI,CACjC,CACL,GAEN,CACF,CAAA;KAAA,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|