@voplus/morpho-workspace 9.1.1 → 10.0.0
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/notification/NotificationStore.d.ts +2 -2
- package/es/data/work-schedule/WorkScheduleStore.d.ts +2 -2
- package/es/data/workerror/WorkErrorStore.d.ts +2 -2
- package/es/data/workspace/WorkSpaceStore.d.ts +2 -2
- package/es/data/worktype/WorkTypeStore.d.ts +2 -2
- package/es/modules/board/pages/BoardViewList/state.d.ts +1 -1
- package/es/modules/board/pages/BoardViewList/state.js.map +1 -1
- package/es/modules/notification/components/NotificationProperties/index.js.map +1 -1
- package/package.json +21 -13
- package/es/modules/meeting/styles/MeetingMinView.less +0 -28
- package/es/modules/notification-workspace/components/NotificationTag/index.less +0 -0
- package/es/obsolete/space/components/Works/index.less +0 -16
|
@@ -12,9 +12,9 @@ export declare class NotificationStore extends Store {
|
|
|
12
12
|
private readonly _deleted;
|
|
13
13
|
constructor(endpoint: ApiEndPoint);
|
|
14
14
|
/** Event fires when a new notification has been created. */
|
|
15
|
-
get NotificationCreatedEvent(): import("
|
|
15
|
+
get NotificationCreatedEvent(): import("ste-events").IEvent<NotificationStore, INewNotification>;
|
|
16
16
|
/** Event fires when a delete contact has been deleted. */
|
|
17
|
-
get NotificationDeletedEvent(): import("
|
|
17
|
+
get NotificationDeletedEvent(): import("ste-events").IEvent<NotificationStore, INewNotification>;
|
|
18
18
|
/** All currently used notificaiton. */
|
|
19
19
|
readonly items: CountedMap<string, INewNotification>;
|
|
20
20
|
/** Create a new contact base on type. */
|
|
@@ -14,9 +14,9 @@ export declare class WorkScheduleStore extends Store {
|
|
|
14
14
|
/** All currently used corporate. */
|
|
15
15
|
readonly items: CountedMap<string, IWorkSchedule>;
|
|
16
16
|
/** Event fires when a delete workSchedule has been deleted. */
|
|
17
|
-
get WorkScheduleDeletedEvent(): import("
|
|
17
|
+
get WorkScheduleDeletedEvent(): import("ste-events").IEvent<WorkScheduleStore, IWorkSchedule>;
|
|
18
18
|
/** Event fires when a new WorkSchedule has been created. */
|
|
19
|
-
get WorkScheduleCreatedEvent(): import("
|
|
19
|
+
get WorkScheduleCreatedEvent(): import("ste-events").IEvent<WorkScheduleStore, IWorkSchedule>;
|
|
20
20
|
/** Create a new Identity. */
|
|
21
21
|
create(options: CreateWorkScheduleOptions): Promise<IWorkSchedule>;
|
|
22
22
|
/** Edit an existing item on server. */
|
|
@@ -10,9 +10,9 @@ export declare class WorkErrorStore extends Store {
|
|
|
10
10
|
private readonly _workerrorCreated;
|
|
11
11
|
private readonly _workerrorDeleted;
|
|
12
12
|
/** Event fires when a new workerror has been created. */
|
|
13
|
-
get WorkErrorCreatedEvent(): import("
|
|
13
|
+
get WorkErrorCreatedEvent(): import("ste-events").IEvent<WorkErrorStore, IWorkError>;
|
|
14
14
|
/** Event fires when a delete workerror has been deleted. */
|
|
15
|
-
get WorkErrorDeletedEvent(): import("
|
|
15
|
+
get WorkErrorDeletedEvent(): import("ste-events").IEvent<WorkErrorStore, IWorkError>;
|
|
16
16
|
constructor(endpoint: ApiEndPoint);
|
|
17
17
|
/** All currently used work error. */
|
|
18
18
|
readonly items: CountedMap<string, IWorkError>;
|
|
@@ -11,9 +11,9 @@ export declare class WorkspaceStore extends Store {
|
|
|
11
11
|
private readonly _workspaceCreated;
|
|
12
12
|
private readonly _workspaceDeleted;
|
|
13
13
|
/** Event fires when a new workspace has been created. */
|
|
14
|
-
get WorkspaceCreatedEvent(): import("
|
|
14
|
+
get WorkspaceCreatedEvent(): import("ste-events").IEvent<WorkspaceStore, IWorkspace>;
|
|
15
15
|
/** Event fires when a delete workspace has been deleted. */
|
|
16
|
-
get WorkspaceDeletedEvent(): import("
|
|
16
|
+
get WorkspaceDeletedEvent(): import("ste-events").IEvent<WorkspaceStore, IWorkspace>;
|
|
17
17
|
constructor(endpoint: ApiEndPoint);
|
|
18
18
|
/** All currently used workspace. */
|
|
19
19
|
readonly items: CountedMap<string, IWorkspace>;
|
|
@@ -13,9 +13,9 @@ export declare class WorkTypeStore extends Store {
|
|
|
13
13
|
/** All currently used workType. */
|
|
14
14
|
readonly items: CountedMap<string, IWorkType>;
|
|
15
15
|
/** Event fires when a delete worktype has been deleted. */
|
|
16
|
-
get WorkTypeDeletedEvent(): import("
|
|
16
|
+
get WorkTypeDeletedEvent(): import("ste-events").IEvent<WorkTypeStore, IWorkType>;
|
|
17
17
|
/** Event fires when a new WorkType has been created. */
|
|
18
|
-
get WorkTypeCreatedEvent(): import("
|
|
18
|
+
get WorkTypeCreatedEvent(): import("ste-events").IEvent<WorkTypeStore, IWorkType>;
|
|
19
19
|
/** Create a new WorkType. */
|
|
20
20
|
create(options: WorkTypeCreateOptions): Promise<IWorkType>;
|
|
21
21
|
/** Edit an existing item on server. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/board/pages/BoardViewList/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAIlD,MAAM,OAAO,KAAK;IAGjB;QAFmB;;;;;
|
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/board/pages/BoardViewList/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAIlD,MAAM,OAAO,KAAK;IAGjB;QAFmB;;;;;WAAe;QAGjC,cAAc,CAAC,IAAI,CAAC,CAAC;IACtB,CAAC;CACD;AALmB;IAAlB,UAAU;oCAAuB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationProperties/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,EAAE,MAAM,MAAM,CAAC;AAC7B,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACpG,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACtF,OAAO,YAAY,MAAM,4CAA4C,CAAC;AACtE,OAAO,OAAO,MAAM,kDAAkD,CAAC;AACvE,OAAO,gBAAgB,MAAM,iCAAiC,CAAC;AAC/D,OAAO,uBAAuB,MAAM,wCAAwC,CAAC;AAC7E,OAAO,iBAAiB,MAAM,iDAAiD,CAAC;AAChF,OAAO,IAAI,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationProperties/index.tsx"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voplus/morpho-workspace",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"description": "morpho workspace module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,12 +15,11 @@
|
|
|
15
15
|
"author": "VOPLUS",
|
|
16
16
|
"license": "SEE LICENSE IN LICENSE",
|
|
17
17
|
"scripts": {
|
|
18
|
-
"
|
|
19
|
-
"clean": "del-cli es && jest --clearCache",
|
|
18
|
+
"clean": "del-cli es",
|
|
20
19
|
"storybook": "storybook dev -p 9001 -c .storybook",
|
|
21
20
|
"lint": "npx eslint -c .eslintrc.js --ext .ts --ext .tsx src",
|
|
22
|
-
"build": "npm run clean && tsc -p tsconfig.prod.json &&
|
|
23
|
-
"test": "
|
|
21
|
+
"build": "npm run clean && tsc -p tsconfig.prod.json && copyfiles -u 1 \"src/**/*.css\" es",
|
|
22
|
+
"test": "vitest run"
|
|
24
23
|
},
|
|
25
24
|
"husky": {
|
|
26
25
|
"hooks": {
|
|
@@ -33,8 +32,8 @@
|
|
|
33
32
|
"@fullcalendar/interaction": "6.x",
|
|
34
33
|
"@fullcalendar/react": "6.x",
|
|
35
34
|
"@fullcalendar/timegrid": "6.x",
|
|
36
|
-
"@voplus/morpho-collaboration-action": "
|
|
37
|
-
"@voplus/morpho-report": "
|
|
35
|
+
"@voplus/morpho-collaboration-action": "10.x",
|
|
36
|
+
"@voplus/morpho-report": "10.x",
|
|
38
37
|
"react-beautiful-dnd": "^13.1.0",
|
|
39
38
|
"swiper": "9.x",
|
|
40
39
|
"tippy.js": "^5.1.4"
|
|
@@ -42,21 +41,30 @@
|
|
|
42
41
|
"devDependencies": {
|
|
43
42
|
"@types/mockjs": "^1.0.3",
|
|
44
43
|
"@types/react-beautiful-dnd": "^13.0.0",
|
|
45
|
-
"@voplus/morpho-
|
|
46
|
-
"@voplus/morpho-
|
|
47
|
-
"@voplus/morpho-storybook": "9.x",
|
|
48
|
-
"@voplus/morpho-test": "2.x",
|
|
44
|
+
"@voplus/morpho-client-test": "10.x",
|
|
45
|
+
"@voplus/morpho-vite": "^1.2.2",
|
|
49
46
|
"mockjs": "^1.1.0",
|
|
50
47
|
"react": "18.x",
|
|
51
48
|
"react-dom": "18.x",
|
|
52
|
-
"typemoq": "^2.1.0"
|
|
49
|
+
"typemoq": "^2.1.0",
|
|
50
|
+
"@storybook/react-vite": "10.x",
|
|
51
|
+
"@storybook/react": "10.x",
|
|
52
|
+
"@storybook/addon-docs": "10.x",
|
|
53
|
+
"storybook": "10.x",
|
|
54
|
+
"vitest": "^3",
|
|
55
|
+
"@vitest/coverage-v8": "^3",
|
|
56
|
+
"jsdom": "^26",
|
|
57
|
+
"@testing-library/react": "^16",
|
|
58
|
+
"@testing-library/jest-dom": "^6",
|
|
59
|
+
"@testing-library/user-event": "^14",
|
|
60
|
+
"vitest-fetch-mock": "^0.4",
|
|
61
|
+
"vitest-localstorage-mock": "^0.1"
|
|
53
62
|
},
|
|
54
63
|
"peerDependencies": {
|
|
55
64
|
"react": "18.x",
|
|
56
65
|
"react-dom": "18.x"
|
|
57
66
|
},
|
|
58
67
|
"sideEffects": [
|
|
59
|
-
"*.less",
|
|
60
68
|
"*.css"
|
|
61
69
|
]
|
|
62
70
|
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
@import "../../../styles/common.css";
|
|
2
|
-
.meeting-min-view {
|
|
3
|
-
position: relative;
|
|
4
|
-
height: 100%;
|
|
5
|
-
.full-screen-view {
|
|
6
|
-
position: absolute;
|
|
7
|
-
width: 100%;
|
|
8
|
-
min-height: 100%;
|
|
9
|
-
background: #f2f2f2;
|
|
10
|
-
box-sizing: border-box;
|
|
11
|
-
overflow: hidden;
|
|
12
|
-
.content-box {
|
|
13
|
-
padding: 20px;
|
|
14
|
-
margin-bottom: 5px;
|
|
15
|
-
border: 1px solid #e4e7ed;
|
|
16
|
-
background: #fff;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
.default-screen-view {
|
|
20
|
-
padding: 20px;
|
|
21
|
-
.padding-vertical-30 {
|
|
22
|
-
padding: 30px 0;
|
|
23
|
-
}
|
|
24
|
-
.add-tag {
|
|
25
|
-
padding: 10px 0;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
File without changes
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
.my-space-works {
|
|
2
|
-
background-color: #fff;
|
|
3
|
-
padding: 0 !important;
|
|
4
|
-
.document-header-default {
|
|
5
|
-
position: relative;
|
|
6
|
-
background-color: transparent;
|
|
7
|
-
&:after {
|
|
8
|
-
position: absolute;
|
|
9
|
-
content: "";
|
|
10
|
-
left: 20px;
|
|
11
|
-
right: 0;
|
|
12
|
-
bottom: 0;
|
|
13
|
-
border-bottom: 1px solid #d9d9d9;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|