@voplus/morpho-workspace 6.0.175 → 6.0.177
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/modules/board/components/Board/index.less +6 -4
- package/es/modules/notification/components/AllNewNotificationItem/index.less +3 -1
- package/es/modules/notification/components/DocumentNotificationCard/index.less +2 -2
- package/es/modules/notification/components/NotificationList/index.less +2 -2
- package/es/modules/tasks/components/task-check/TaskCheckTableList/index.less +4 -2
- package/es/modules/work/components/WorkList2/index.less +2 -2
- package/es/modules/work/components/WorkTableListCard/index.less +3 -1
- package/es/modules/work/components/WorkTableListCardPage/index.less +2 -2
- package/es/modules/work/components/WorkTableListCards/index.less +4 -2
- package/es/modules/work/work-type/components/ReportsCompletedWorks/index.less +5 -5
- package/es/modules/work/work-type/components/WorkTypeHeader/index.js +1 -0
- package/es/modules/work/work-type/components/WorkTypeHeader/index.js.map +1 -1
- package/package.json +1 -1
@@ -1,3 +1,5 @@
|
|
1
|
+
@import "~@voplus/morpho-theme/styles/index.less";
|
2
|
+
|
1
3
|
.board-context {
|
2
4
|
height: 100%;
|
3
5
|
display: flex;
|
@@ -15,12 +17,12 @@
|
|
15
17
|
padding: 0 10px;
|
16
18
|
margin-left: 10px;
|
17
19
|
&.current {
|
18
|
-
color:
|
19
|
-
border-color:
|
20
|
+
color: @primary-color;
|
21
|
+
border-color: @primary-color;
|
20
22
|
}
|
21
23
|
&:hover {
|
22
|
-
color:
|
23
|
-
border-color:
|
24
|
+
color: @primary-color;
|
25
|
+
border-color: @primary-color;
|
24
26
|
}
|
25
27
|
}
|
26
28
|
}
|
@@ -1,3 +1,5 @@
|
|
1
|
+
@import "~@voplus/morpho-theme/styles/index.less";
|
2
|
+
|
1
3
|
:global {
|
2
4
|
.all-new-notification-item {
|
3
5
|
cursor: pointer;
|
@@ -21,7 +23,7 @@
|
|
21
23
|
line-height: 29px;
|
22
24
|
font-weight: bold;
|
23
25
|
border-radius: 2px;
|
24
|
-
background: transparent linear-gradient(180deg,
|
26
|
+
background: transparent linear-gradient(180deg, @primary-color 0%, #38d6fc 100%) 0% 0% no-repeat
|
25
27
|
padding-box;
|
26
28
|
}
|
27
29
|
}
|
@@ -40,7 +40,7 @@
|
|
40
40
|
line-height: 22px;
|
41
41
|
font-size: 12px;
|
42
42
|
font-weight: 500;
|
43
|
-
color:
|
43
|
+
color: @primary-color;
|
44
44
|
background: #e0efff;
|
45
45
|
border-radius: 5px;
|
46
46
|
padding: 0 12px;
|
@@ -62,7 +62,7 @@
|
|
62
62
|
max-height: 85px;
|
63
63
|
}
|
64
64
|
.read-more {
|
65
|
-
color:
|
65
|
+
color: @primary-color;
|
66
66
|
text-decoration: underline;
|
67
67
|
margin-top: 6px;
|
68
68
|
}
|
@@ -1,3 +1,5 @@
|
|
1
|
+
@import "~@voplus/morpho-theme/styles/index.less";
|
2
|
+
|
1
3
|
:global {
|
2
4
|
.task-table-list-card-page {
|
3
5
|
display: flex;
|
@@ -11,9 +13,9 @@
|
|
11
13
|
border: 1px solid #868686;
|
12
14
|
margin-right: 15px;
|
13
15
|
&.active {
|
14
|
-
color:
|
16
|
+
color: @primary-color;
|
15
17
|
background: #f4f9ff;
|
16
|
-
border: 1px solid
|
18
|
+
border: 1px solid @primary-color;
|
17
19
|
}
|
18
20
|
}
|
19
21
|
}
|
@@ -1,3 +1,5 @@
|
|
1
|
+
@import "~@voplus/morpho-theme/styles/index.less";
|
2
|
+
|
1
3
|
:global {
|
2
4
|
.work-table-card-header {
|
3
5
|
.work-status {
|
@@ -35,7 +37,7 @@
|
|
35
37
|
}
|
36
38
|
}
|
37
39
|
.work-table-item-name_2 {
|
38
|
-
color:
|
40
|
+
color: @primary-color;
|
39
41
|
font-weight: bold;
|
40
42
|
text-decoration: underline;
|
41
43
|
cursor: pointer;
|
@@ -1,3 +1,5 @@
|
|
1
|
+
@import "~@voplus/morpho-theme/styles/index.less";
|
2
|
+
|
1
3
|
:global {
|
2
4
|
.work-list-cards {
|
3
5
|
padding: 0 15px;
|
@@ -6,14 +8,14 @@
|
|
6
8
|
justify-content: space-between;
|
7
9
|
font-size: 14px;
|
8
10
|
line-height: 30px;
|
9
|
-
color:
|
11
|
+
color: @primary-color;
|
10
12
|
font-weight: bold;
|
11
13
|
padding: 16px 0 12px 0;
|
12
14
|
.title {
|
13
15
|
font-size: 16px;
|
14
16
|
}
|
15
17
|
.create-new {
|
16
|
-
color:
|
18
|
+
color: @primary-color;
|
17
19
|
font-weight: bold;
|
18
20
|
border: none;
|
19
21
|
}
|
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
.workstats-head {
|
14
14
|
padding: 0 8px;
|
15
|
-
color:
|
15
|
+
color: @primary-color;
|
16
16
|
background: #fff;
|
17
17
|
font-size: 16px;
|
18
18
|
line-height: 32px;
|
@@ -22,17 +22,17 @@
|
|
22
22
|
.ant-select {
|
23
23
|
width: 135px;
|
24
24
|
.ant-select-selector {
|
25
|
-
border: 1px solid
|
26
|
-
color:
|
25
|
+
border: 1px solid @primary-color;
|
26
|
+
color: @primary-color;
|
27
27
|
background: #f4f9ff;
|
28
28
|
border-radius: 5px;
|
29
29
|
}
|
30
30
|
.ant-select-prefix {
|
31
|
-
color:
|
31
|
+
color: @primary-color !important;
|
32
32
|
margin-inline-end: 6px;
|
33
33
|
}
|
34
34
|
.ant-select-arrow {
|
35
|
-
color:
|
35
|
+
color: @primary-color;
|
36
36
|
}
|
37
37
|
}
|
38
38
|
}
|
@@ -11,6 +11,7 @@ const WorkTypeHeader = (props) => {
|
|
11
11
|
const worktype = useWorkType(id);
|
12
12
|
const store = useWorkTypeStore();
|
13
13
|
const [state] = useState(new State(store));
|
14
|
+
state.update(worktype);
|
14
15
|
return observe(() => (React.createElement("div", { className: "work-type-header" },
|
15
16
|
React.createElement(InlineEdit, { defaultValue: worktype === null || worktype === void 0 ? void 0 : worktype.name, content: (v) => React.createElement("span", null, worktype === null || worktype === void 0 ? void 0 : worktype.name), onSave: (value) => state.save(value, worktype.name, { Name: value }) }),
|
16
17
|
React.createElement(ToolBar, { id: id, showMenu: false },
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/modules/work/work-type/components/WorkTypeHeader/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,MAAM,qDAAqD,CAAC;AAC3E,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAC7E,OAAO,YAAY,MAAM,6BAA6B,CAAC;AACvD,OAAO,OAAO,MAAM,sDAAsD,CAAC;AAC3E,OAAO,cAAc,CAAC;AAEtB,MAAM,cAAc,GAAG,CAAC,KAAqB,EAAE,EAAE;IAChD,MAAM,EAAE,GAAG,KAAK,CAAC,EAAE,CAAC;IACpB,MAAM,QAAQ,GAAG,WAAW,CAAC,EAAE,CAAC,CAAC;IACjC,MAAM,KAAK,GAAG,gBAAgB,EAAE,CAAC;IAEjC,MAAM,CAAC,KAAK,CAAC,GAAG,QAAQ,CAAC,IAAI,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;IAE3C,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,6BAAK,SAAS,EAAC,kBAAkB;QAChC,oBAAC,UAAU,IACV,YAAY,EAAE,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAAI,EAC5B,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,kCAAO,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAAI,CAAQ,EAC7C,MAAM,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,EAAE,QAAQ,CAAC,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,GACnE;QAEF,oBAAC,OAAO,IAAC,EAAE,EAAE,EAAE,EAAE,QAAQ,EAAE,KAAK;YAC/B,oBAAC,IAAI,IAAC,GAAG,EAAE,oBAAoB,EAAE,EAAE,GAAI;YACvC,oBAAC,YAAY,IAAC,EAAE,EAAE,EAAE,EAAE,UAAU,EAAE,IAAI,GAAI,CACjC,CACL,CACN,CAAC,CAAC;AACJ,CAAC,CAAC;AACF,eAAe,cAAc,CAAC"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/modules/work/work-type/components/WorkTypeHeader/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,MAAM,qDAAqD,CAAC;AAC3E,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAC7E,OAAO,YAAY,MAAM,6BAA6B,CAAC;AACvD,OAAO,OAAO,MAAM,sDAAsD,CAAC;AAC3E,OAAO,cAAc,CAAC;AAEtB,MAAM,cAAc,GAAG,CAAC,KAAqB,EAAE,EAAE;IAChD,MAAM,EAAE,GAAG,KAAK,CAAC,EAAE,CAAC;IACpB,MAAM,QAAQ,GAAG,WAAW,CAAC,EAAE,CAAC,CAAC;IACjC,MAAM,KAAK,GAAG,gBAAgB,EAAE,CAAC;IAEjC,MAAM,CAAC,KAAK,CAAC,GAAG,QAAQ,CAAC,IAAI,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;IAE3C,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;IAEvB,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,6BAAK,SAAS,EAAC,kBAAkB;QAChC,oBAAC,UAAU,IACV,YAAY,EAAE,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAAI,EAC5B,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,kCAAO,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAAI,CAAQ,EAC7C,MAAM,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,EAAE,QAAQ,CAAC,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,GACnE;QAEF,oBAAC,OAAO,IAAC,EAAE,EAAE,EAAE,EAAE,QAAQ,EAAE,KAAK;YAC/B,oBAAC,IAAI,IAAC,GAAG,EAAE,oBAAoB,EAAE,EAAE,GAAI;YACvC,oBAAC,YAAY,IAAC,EAAE,EAAE,EAAE,EAAE,UAAU,EAAE,IAAI,GAAI,CACjC,CACL,CACN,CAAC,CAAC;AACJ,CAAC,CAAC;AACF,eAAe,cAAc,CAAC"}
|