@voplus/morpho-document 1.4.129 → 1.4.130
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.
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
.quickView-modal {
|
|
4
4
|
height: calc(100% - 200px);
|
|
5
|
+
|
|
5
6
|
:global {
|
|
6
7
|
.ant-modal-content {
|
|
7
8
|
height: 100%;
|
|
8
9
|
}
|
|
10
|
+
|
|
9
11
|
.ant-modal-body {
|
|
10
12
|
display: flex;
|
|
11
13
|
height: 100%;
|
|
@@ -13,26 +15,32 @@
|
|
|
13
15
|
}
|
|
14
16
|
}
|
|
15
17
|
}
|
|
18
|
+
|
|
16
19
|
.quickView-aside {
|
|
17
20
|
width: 100%;
|
|
21
|
+
|
|
18
22
|
:global {
|
|
19
23
|
.document-header {
|
|
20
24
|
.document-header-default {
|
|
21
25
|
display: flex;
|
|
22
26
|
padding: 20px;
|
|
23
27
|
}
|
|
28
|
+
|
|
24
29
|
.tools-bar {
|
|
25
30
|
align-self: flex-end;
|
|
26
31
|
}
|
|
27
32
|
}
|
|
33
|
+
|
|
28
34
|
.quickView-left {
|
|
29
35
|
flex: 1;
|
|
30
36
|
display: flex;
|
|
31
37
|
flex-direction: column;
|
|
38
|
+
|
|
32
39
|
.document-header {
|
|
33
40
|
// padding: 10px 15px;
|
|
34
41
|
position: relative;
|
|
35
42
|
border-bottom: solid 1px #eeeeee;
|
|
43
|
+
|
|
36
44
|
.close-icon {
|
|
37
45
|
position: absolute;
|
|
38
46
|
right: 0;
|
|
@@ -42,23 +50,35 @@
|
|
|
42
50
|
padding: 10px 20px 0;
|
|
43
51
|
}
|
|
44
52
|
}
|
|
53
|
+
|
|
45
54
|
.quickView-contents {
|
|
46
55
|
flex: 1;
|
|
47
56
|
display: flex;
|
|
48
57
|
flex-direction: column;
|
|
49
58
|
overflow: hidden;
|
|
59
|
+
|
|
50
60
|
.quickView-subTab {
|
|
51
61
|
display: inline-block;
|
|
52
62
|
text-align: right;
|
|
53
63
|
padding: 10px 20px;
|
|
64
|
+
|
|
54
65
|
.ant-btn {
|
|
55
66
|
margin-left: 10px;
|
|
56
67
|
}
|
|
57
68
|
}
|
|
69
|
+
|
|
58
70
|
.quickView-description {
|
|
59
71
|
padding: 10px 15px;
|
|
60
72
|
}
|
|
61
73
|
}
|
|
62
74
|
}
|
|
75
|
+
|
|
76
|
+
.frame-view___o5TgK {
|
|
77
|
+
.frame-header {
|
|
78
|
+
position: absolute;
|
|
79
|
+
top: 0;
|
|
80
|
+
background-color: #fff;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
63
83
|
}
|
|
64
84
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voplus/morpho-document",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.130",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://voplus.visualstudio.com/morpho-document/_git/morpho-document"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"author": "ALEX KWOK",
|
|
16
16
|
"license": "SEE LICENSE IN LICENSE",
|
|
17
17
|
"scripts": {
|
|
18
|
-
"copy-less": "cpx src/**/*.less lib && cpx src/**/*.less es",
|
|
18
|
+
"copy-less": "cpx src/**/*.less lib && cpx src/**/*.less es && cpx src/**/*.css es",
|
|
19
19
|
"clean": "del-cli es && jest --clearCache",
|
|
20
20
|
"storybook": "start-storybook -p 9001 -c .storybook -s ./public",
|
|
21
21
|
"lint": "npx eslint -c .eslintrc.js --ext .ts --ext .tsx src",
|
|
@@ -46,7 +46,8 @@
|
|
|
46
46
|
"@types/react-signature-canvas": "^1.0.1",
|
|
47
47
|
"@types/reactour": "^1.18.1",
|
|
48
48
|
"@voplus/morpho-client-test": "1.x",
|
|
49
|
-
"@voplus/morpho-
|
|
49
|
+
"@voplus/morpho-build": "3.x",
|
|
50
|
+
"@voplus/morpho-storybook": "2.x",
|
|
50
51
|
"@voplus/morpho-test": "1.x",
|
|
51
52
|
"react": "17.x",
|
|
52
53
|
"react-dom": "17.x"
|
|
@@ -58,6 +59,7 @@
|
|
|
58
59
|
},
|
|
59
60
|
"sideEffects": [
|
|
60
61
|
"*.less",
|
|
62
|
+
"*.css",
|
|
61
63
|
"./src/**/PDFViewer/index.tsx"
|
|
62
64
|
]
|
|
63
65
|
}
|