@voplus/morpho-workspace 9.0.23 → 9.0.24
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/controls/StickyAddButton/index.css +0 -2
- package/es/modules/board/components/Board/index.css +0 -2
- package/es/modules/board/components/BoardColumn/index.css +3 -3
- package/es/modules/calendar/pages/CalendarMonth/index.css +0 -2
- package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.css +0 -2
- package/es/modules/meeting/components/AgendaList/index.css +0 -2
- package/es/modules/notification/components/NewNotificationForm/index.css +0 -2
- package/es/modules/notification/components/NotificationItem/index.css +0 -2
- package/es/modules/notification/components/NotificationTableItem/index.css +0 -2
- package/es/modules/notification/components/NotificationTableList/index.css +0 -2
- package/es/modules/notification/controls/NotificationStatusLabel/index.css +0 -2
- package/es/modules/notification-workspace/components/DocumentNotificationCard/index.css +0 -2
- package/es/modules/notification-workspace/components/NotificationList/index.css +0 -2
- package/es/modules/project/ProjectDefaultView/index.css +0 -2
- package/es/modules/tasks/components/TaskCheckNewForm/index.css +0 -2
- package/es/modules/tasks/components/task-check/TaskCheckNewForm/index.css +0 -2
- package/es/modules/tasks/components/task-check/TaskCheckTableList/index.css +0 -2
- package/es/modules/tasks/controls/TaskStatusLabel/index.css +0 -2
- package/es/modules/tasks/pages/TaskTabView/index.css +0 -1
- package/es/modules/work/components/WorkList2/index.css +1 -3
- package/es/modules/work/components/WorkTableListCard/index.css +0 -2
- package/es/modules/work/components/WorkTableListCardPage/index.css +0 -2
- package/es/modules/work/components/WorkTableListCards/index.css +0 -2
- package/es/modules/work/components/WorksProperties/index.css +0 -2
- package/es/modules/work/controls/WorkStatusLabel/index.css +0 -2
- package/es/modules/work/work-schedule/components/WorkScheduleItem/index.css +0 -2
- package/es/modules/work/work-type/components/ErrorTypeList/index.css +3 -3
- package/es/modules/work/work-type/components/ReportsCompletedWorks/index.css +0 -2
- package/es/modules/work/work-type/components/WorkTypeStatsLabel/index.css +0 -2
- package/es/modules/work/work-type/controls/WorkTypeStatusLabel/index.css +0 -2
- package/es/modules/work/work-type/pages/WorkTypePage/index.css +0 -2
- package/es/modules/workspace/pages/WorkspacePage/index.css +0 -2
- package/es/obsolete/WorkTypePage/index.css +0 -2
- package/es/obsolete/space/pages/MySpace/index.css +0 -2
- package/es/style/common.css +0 -2
- package/es/style/index.css +0 -2
- package/package.json +3 -3
- package/es/modules/notification-workspace/pages/NotificationListPage/index.less +0 -9
- package/es/modules/pin/pages/PinnedPage/index.less +0 -29
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@import "@voplus/morpho-theme/styles/index.css";
|
|
2
|
-
|
|
3
1
|
.board-column {
|
|
4
2
|
min-width: 290px;
|
|
5
3
|
margin: 8px;
|
|
@@ -130,7 +128,9 @@
|
|
|
130
128
|
display: flex;
|
|
131
129
|
flex-direction: column;
|
|
132
130
|
padding: 0 12px;
|
|
133
|
-
transition:
|
|
131
|
+
transition:
|
|
132
|
+
background-color 0.2s ease,
|
|
133
|
+
opacity 0.1s ease;
|
|
134
134
|
user-select: none;
|
|
135
135
|
width: 290px;
|
|
136
136
|
height: 100%;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@import "@voplus/morpho-theme/styles/index.css";
|
|
2
|
-
|
|
3
1
|
.check-list-view {
|
|
4
2
|
.check-list-header {
|
|
5
3
|
display: flex;
|
|
@@ -45,7 +43,9 @@
|
|
|
45
43
|
.add-error-type-item {
|
|
46
44
|
height: auto;
|
|
47
45
|
padding: 10px 0;
|
|
48
|
-
transition:
|
|
46
|
+
transition:
|
|
47
|
+
height 0.3s,
|
|
48
|
+
opacity 0.2s ease-out;
|
|
49
49
|
|
|
50
50
|
.ant-input {
|
|
51
51
|
padding: 0;
|
package/es/style/common.css
CHANGED
package/es/style/index.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voplus/morpho-workspace",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.24",
|
|
4
4
|
"description": "morpho workspace module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"copy-less-mac": "cpx 'src/**/*.less' lib && cpx 'src/**/*.less' es && cpx 'src/**/*.css' es",
|
|
21
21
|
"copy-css-mac": "cpx 'src/**/*.css' lib && cpx 'src/**/*.css' es",
|
|
22
22
|
"clean": "del-cli es && jest --clearCache",
|
|
23
|
-
"storybook": "
|
|
23
|
+
"storybook": "storybook dev -p 9001 -c .storybook",
|
|
24
24
|
"lint": "npx eslint -c .eslintrc.js --ext .ts --ext .tsx src",
|
|
25
25
|
"build": "npm run clean && tsc -p tsconfig.prod.json && npm run copy-less && npm run copy-css",
|
|
26
26
|
"build:mac": "npm run clean && tsc -p tsconfig.prod.json && npm run copy-less-mac && npm run copy-css-mac",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@types/react-beautiful-dnd": "^13.0.0",
|
|
49
49
|
"@voplus/morpho-build": "6.x",
|
|
50
50
|
"@voplus/morpho-client-test": "9.x",
|
|
51
|
-
"@voplus/morpho-storybook": "
|
|
51
|
+
"@voplus/morpho-storybook": "8.x",
|
|
52
52
|
"@voplus/morpho-test": "2.x",
|
|
53
53
|
"mockjs": "^1.1.0",
|
|
54
54
|
"react": "18.x",
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
.my-pinned {
|
|
2
|
-
height: 100%;
|
|
3
|
-
background-color: #f5f9fc;
|
|
4
|
-
|
|
5
|
-
.pinned-title {
|
|
6
|
-
padding: 30px 0 0 40px;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.pinned-content {
|
|
10
|
-
height: calc(100% - 76px);
|
|
11
|
-
|
|
12
|
-
.pinned-list {
|
|
13
|
-
flex: 1;
|
|
14
|
-
display: flex;
|
|
15
|
-
flex-direction: column;
|
|
16
|
-
|
|
17
|
-
.pinned-list-title {
|
|
18
|
-
margin: 40px 0 16px 40px;
|
|
19
|
-
height: 26px;
|
|
20
|
-
font-size: 20px;
|
|
21
|
-
font-family: Microsoft YaHei;
|
|
22
|
-
font-weight: bold;
|
|
23
|
-
line-height: 26px;
|
|
24
|
-
color: #252525;
|
|
25
|
-
opacity: 1;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|