ros.grant.common 2.0.1219 → 2.0.1222
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/Shared/Styles/Layout/DashboardLayout/Content.less +1 -0
- package/Shared/Styles/Layout/DashboardLayout/Sidebar.less +3 -2
- package/Shared/Styles/Modules/Input/NewCustomFileInput.less +6 -7
- package/Shared/Styles/Modules/employee-panel.less +31 -0
- package/Shared/Styles/Themes/Default/DefaultThemeCustom.less +1 -1
- package/Shared/Styles/Themes/Minfin/MinfinThemeCustom.less +1 -7
- package/package.json +2 -2
|
@@ -16,18 +16,17 @@
|
|
|
16
16
|
background-color: #fff;
|
|
17
17
|
|
|
18
18
|
&:hover {
|
|
19
|
-
border-color: var(--Main2);
|
|
20
|
-
|
|
19
|
+
border-color: var(--Main2);
|
|
21
20
|
.qq-file-name {
|
|
22
|
-
&:before {
|
|
23
|
-
content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='
|
|
21
|
+
&:before {
|
|
22
|
+
content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9H19.75V8.68934L19.5303 8.46967L19 9ZM13 3L13.5303 2.46967L13.3107 2.25H13V3ZM13 9H12.25V9.75H13V9ZM4.25 4V20H5.75V4H4.25ZM6 21.75H18V20.25H6V21.75ZM19.75 20V9H18.25V20H19.75ZM19.5303 8.46967L13.5303 2.46967L12.4697 3.53033L18.4697 9.53033L19.5303 8.46967ZM13 2.25H6V3.75H13V2.25ZM13.75 9V3H12.25V9H13.75ZM13 9.75H19V8.25H13V9.75ZM18 21.75C18.9665 21.75 19.75 20.9665 19.75 20H18.25C18.25 20.1381 18.1381 20.25 18 20.25V21.75ZM4.25 20C4.25 20.9665 5.0335 21.75 6 21.75V20.25C5.86193 20.25 5.75 20.1381 5.75 20H4.25ZM5.75 4C5.75 3.86193 5.86193 3.75 6 3.75V2.25C5.0335 2.25 4.25 3.0335 4.25 4H5.75Z' fill='%23B79B7E'/%3E%3C/svg%3E%0A")!important;
|
|
24
23
|
}
|
|
25
24
|
}
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
&.file-error {
|
|
29
28
|
border-color: var(--Red);
|
|
30
|
-
}
|
|
29
|
+
}
|
|
31
30
|
|
|
32
31
|
.qq-file-info {
|
|
33
32
|
display: flex;
|
|
@@ -68,8 +67,8 @@
|
|
|
68
67
|
display: flex;
|
|
69
68
|
align-items: center;
|
|
70
69
|
|
|
71
|
-
&:before {
|
|
72
|
-
content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='
|
|
70
|
+
&:before {
|
|
71
|
+
content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9H19.75V8.68934L19.5303 8.46967L19 9ZM13 3L13.5303 2.46967L13.3107 2.25H13V3ZM13 9H12.25V9.75H13V9ZM4.25 4V20H5.75V4H4.25ZM6 21.75H18V20.25H6V21.75ZM19.75 20V9H18.25V20H19.75ZM19.5303 8.46967L13.5303 2.46967L12.4697 3.53033L18.4697 9.53033L19.5303 8.46967ZM13 2.25H6V3.75H13V2.25ZM13.75 9V3H12.25V9H13.75ZM13 9.75H19V8.25H13V9.75ZM18 21.75C18.9665 21.75 19.75 20.9665 19.75 20H18.25C18.25 20.1381 18.1381 20.25 18 20.25V21.75ZM4.25 20C4.25 20.9665 5.0335 21.75 6 21.75V20.25C5.86193 20.25 5.75 20.1381 5.75 20H4.25ZM5.75 4C5.75 3.86193 5.86193 3.75 6 3.75V2.25C5.0335 2.25 4.25 3.0335 4.25 4H5.75Z' fill='%23282828'/%3E%3C/svg%3E%0A");
|
|
73
72
|
line-height: 0;
|
|
74
73
|
margin-right: 8px;
|
|
75
74
|
}
|
|
@@ -119,6 +119,24 @@
|
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
&__footer-fixed{
|
|
126
|
+
position: fixed;
|
|
127
|
+
bottom: 0;
|
|
128
|
+
width: 100%;
|
|
129
|
+
margin-left: -24px;
|
|
130
|
+
padding: 24px;
|
|
131
|
+
border-top: 1px solid var(--Bg1);
|
|
132
|
+
background-color: #fff;
|
|
133
|
+
|
|
134
|
+
span{
|
|
135
|
+
cursor: pointer;
|
|
136
|
+
|
|
137
|
+
&:not(:last-child){
|
|
138
|
+
margin-right: 16px;
|
|
139
|
+
}
|
|
122
140
|
}
|
|
123
141
|
}
|
|
124
142
|
|
|
@@ -166,6 +184,7 @@
|
|
|
166
184
|
}
|
|
167
185
|
}
|
|
168
186
|
|
|
187
|
+
//TO DO (заменить employee-panel__contacts-item на employee-panel__list-item и удалить стить)
|
|
169
188
|
&__contacts-item{
|
|
170
189
|
&.selected, &:hover{
|
|
171
190
|
background: var(--Bg2);
|
|
@@ -176,6 +195,18 @@
|
|
|
176
195
|
}
|
|
177
196
|
}
|
|
178
197
|
|
|
198
|
+
//TO DO end
|
|
199
|
+
|
|
200
|
+
&__list-item{
|
|
201
|
+
&.selected, &:hover{
|
|
202
|
+
background: var(--Bg2);
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
&.unpointed{
|
|
206
|
+
background: #F8F8F8;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
179
210
|
.contacts {
|
|
180
211
|
background: var(--Bg1);
|
|
181
212
|
box-shadow: inset 0px 1px 1px rgba(57, 52, 66, 0.05);
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
&:hover {
|
|
20
20
|
.qq-file-name {
|
|
21
21
|
&:before {
|
|
22
|
-
content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='
|
|
22
|
+
content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9H19.75V8.68934L19.5303 8.46967L19 9ZM13 3L13.5303 2.46967L13.3107 2.25H13V3ZM13 9H12.25V9.75H13V9ZM4.25 4V20H5.75V4H4.25ZM6 21.75H18V20.25H6V21.75ZM19.75 20V9H18.25V20H19.75ZM19.5303 8.46967L13.5303 2.46967L12.4697 3.53033L18.4697 9.53033L19.5303 8.46967ZM13 2.25H6V3.75H13V2.25ZM13.75 9V3H12.25V9H13.75ZM13 9.75H19V8.25H13V9.75ZM18 21.75C18.9665 21.75 19.75 20.9665 19.75 20H18.25C18.25 20.1381 18.1381 20.25 18 20.25V21.75ZM4.25 20C4.25 20.9665 5.0335 21.75 6 21.75V20.25C5.86193 20.25 5.75 20.1381 5.75 20H4.25ZM5.75 4C5.75 3.86193 5.86193 3.75 6 3.75V2.25C5.0335 2.25 4.25 3.0335 4.25 4H5.75Z' fill='%23B79B7E'/%3E%3C/svg%3E%0A")!important;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -33,14 +33,8 @@
|
|
|
33
33
|
|
|
34
34
|
// ------------File-input------------
|
|
35
35
|
|
|
36
|
-
.new-custom-file-input {
|
|
36
|
+
.new-custom-file-input {
|
|
37
37
|
&__item {
|
|
38
|
-
.qq-file-name {
|
|
39
|
-
&:before {
|
|
40
|
-
content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9H19.75V8.68934L19.5303 8.46967L19 9ZM13 3L13.5303 2.46967L13.3107 2.25H13V3ZM13 9H12.25V9.75H13V9ZM4.25 4V20H5.75V4H4.25ZM6 21.75H18V20.25H6V21.75ZM19.75 20V9H18.25V20H19.75ZM19.5303 8.46967L13.5303 2.46967L12.4697 3.53033L18.4697 9.53033L19.5303 8.46967ZM13 2.25H6V3.75H13V2.25ZM13.75 9V3H12.25V9H13.75ZM13 9.75H19V8.25H13V9.75ZM18 21.75C18.9665 21.75 19.75 20.9665 19.75 20H18.25C18.25 20.1381 18.1381 20.25 18 20.25V21.75ZM4.25 20C4.25 20.9665 5.0335 21.75 6 21.75V20.25C5.86193 20.25 5.75 20.1381 5.75 20H4.25ZM5.75 4C5.75 3.86193 5.86193 3.75 6 3.75V2.25C5.0335 2.25 4.25 3.0335 4.25 4H5.75Z' fill='%23282828'/%3E%3C/svg%3E%0A");
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
38
|
&:hover {
|
|
45
39
|
.qq-file-name {
|
|
46
40
|
&:before {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.1222",
|
|
3
3
|
"name": "ros.grant.common",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"pickmeup": "^3.2.1",
|
|
52
52
|
"rimraf": "^3.0.2",
|
|
53
53
|
"ros.grant.telerik": "1.0.22",
|
|
54
|
-
"ros.grant.webshared": "2.0.
|
|
54
|
+
"ros.grant.webshared": "2.0.419",
|
|
55
55
|
"rxjs": "^6.5.4",
|
|
56
56
|
"slick-carousel": "^1.8.1",
|
|
57
57
|
"sticky-sidebar": "^3.3.1",
|