qms-angular 1.0.93 → 1.0.96
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/bundles/qms-angular.umd.js +12 -32
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/components/breadcrumb/breadcrumb-item.directive.js +4 -6
- package/esm2015/lib/components/breadcrumb/breadcrumb.js +5 -4
- package/esm2015/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.js +2 -3
- package/esm2015/lib/components/related/list-other-related/list-related.component.js +3 -3
- package/esm2015/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.js +3 -20
- package/fesm2015/qms-angular.js +12 -31
- package/fesm2015/qms-angular.js.map +1 -1
- package/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.d.ts +0 -2
- package/package.json +1 -1
- package/qms-angular.metadata.json +1 -1
- package/src/assets/qms-ckeditor-plugin/package-lock.json +601 -151
- package/src/lib/components/breadcrumb/breadcrumb.scss +7 -5
- package/src/lib/components/related/list-other-related/list-related.component.scss +32 -11
- package/src/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.scss +29 -34
@@ -33,7 +33,7 @@
|
|
33
33
|
height: 1.5rem;
|
34
34
|
line-height: 2rem;
|
35
35
|
}
|
36
|
-
.qms-breadcrumb-item-
|
36
|
+
.qms-breadcrumb-item-overflow {
|
37
37
|
max-width: 240px;
|
38
38
|
text-overflow: ellipsis;
|
39
39
|
overflow: hidden;
|
@@ -74,14 +74,16 @@
|
|
74
74
|
}
|
75
75
|
|
76
76
|
.qms-breadcrumb-item{
|
77
|
-
.qms-breadcrumb-item-text{
|
77
|
+
.qms-breadcrumb-item-text {
|
78
|
+
font-size: 12px;
|
79
|
+
font-weight: 400;
|
80
|
+
color: black(0.6);
|
81
|
+
}
|
82
|
+
.qms-breadcrumb-item-overflow {
|
78
83
|
max-width: 200px;
|
79
84
|
text-overflow: ellipsis;
|
80
85
|
overflow: hidden;
|
81
86
|
white-space: nowrap;
|
82
|
-
font-size: 12px;
|
83
|
-
font-weight: 400;
|
84
|
-
color: black(0.6);
|
85
87
|
}
|
86
88
|
}
|
87
89
|
}
|
@@ -15,8 +15,13 @@
|
|
15
15
|
margin-bottom: 1rem;
|
16
16
|
}
|
17
17
|
|
18
|
-
|
18
|
+
.list-related__body {
|
19
19
|
.list-related__body-parent {
|
20
|
+
|
21
|
+
.qms-list-item {
|
22
|
+
height: unset !important;
|
23
|
+
}
|
24
|
+
|
20
25
|
.qms-list-item.mat-2-line.image-item {
|
21
26
|
height: auto;
|
22
27
|
}
|
@@ -45,15 +50,6 @@
|
|
45
50
|
}
|
46
51
|
}
|
47
52
|
|
48
|
-
.breadcrumb-containe {
|
49
|
-
.qms-breadcrumb-item {
|
50
|
-
.mat-icon {
|
51
|
-
font-size: 16px!important;
|
52
|
-
padding-bottom: 1px;
|
53
|
-
}
|
54
|
-
}
|
55
|
-
}
|
56
|
-
|
57
53
|
min-height: 48px;
|
58
54
|
display: flex;
|
59
55
|
align-items: center;
|
@@ -74,7 +70,7 @@
|
|
74
70
|
|
75
71
|
.caption {
|
76
72
|
color: black(0.6);
|
77
|
-
font-size:0.75rem;
|
73
|
+
font-size: 0.75rem;
|
78
74
|
line-height: 22px;
|
79
75
|
}
|
80
76
|
}
|
@@ -134,6 +130,31 @@
|
|
134
130
|
margin-left: 3rem;
|
135
131
|
}
|
136
132
|
}
|
133
|
+
|
134
|
+
.qms-line {
|
135
|
+
display: flex;
|
136
|
+
align-items: center;
|
137
|
+
}
|
138
|
+
|
139
|
+
.breadcrumb-container .qms-breadcrumb-item {
|
140
|
+
cursor: inherit;
|
141
|
+
line-height: 16px;
|
142
|
+
font-size: 0.75rem;
|
143
|
+
color: black(0.6);
|
144
|
+
font-weight: 400;
|
145
|
+
line-height: 22px;
|
146
|
+
}
|
147
|
+
|
148
|
+
.trailing-box {
|
149
|
+
display: flex;
|
150
|
+
align-items: center;
|
151
|
+
|
152
|
+
button {
|
153
|
+
height: 24px;
|
154
|
+
width: 24px;
|
155
|
+
line-height: 24px;
|
156
|
+
}
|
157
|
+
}
|
137
158
|
}
|
138
159
|
}
|
139
160
|
|
@@ -1,43 +1,35 @@
|
|
1
1
|
.qms-report-cover-portrait-container {
|
2
2
|
background-color: rgba(255, 255, 255, 1);
|
3
|
-
border: 1px solid rgba(0, 0, 0, 0.24);
|
4
|
-
|
5
|
-
.cover-header {
|
6
|
-
height: 75px;
|
7
|
-
display: flex;
|
8
|
-
justify-content: flex-end;
|
9
|
-
padding: 25px 30px;
|
10
|
-
.robin-container {
|
11
|
-
display: flex;
|
12
|
-
}
|
13
|
-
}
|
14
3
|
|
15
4
|
.cover-content {
|
16
|
-
margin-top: 125px;
|
17
5
|
margin-bottom: 50px;
|
18
|
-
padding: 0 50px;
|
19
6
|
|
20
|
-
.
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
7
|
+
.cover-title {
|
8
|
+
display: flex;
|
9
|
+
height: 450px; // reserved space for long title to span upward
|
10
|
+
flex-direction: column;
|
11
|
+
justify-content: flex-end;
|
12
|
+
.report-module-name {
|
13
|
+
.module-name {
|
14
|
+
max-width: 100%;
|
15
|
+
font-family: 'Open Sans';
|
16
|
+
font-weight: 400;
|
17
|
+
font-size: 14pt;
|
18
|
+
line-height: 20pt;
|
19
|
+
word-break: break-word;
|
20
|
+
}
|
28
21
|
}
|
29
|
-
}
|
30
22
|
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
23
|
+
.report-title {
|
24
|
+
margin-bottom: 32px;
|
25
|
+
.title {
|
26
|
+
max-width: 100%;
|
27
|
+
font-weight: 600;
|
28
|
+
font-size: 33pt;
|
29
|
+
line-height: 39pt;
|
30
|
+
font-family: 'Open Sans';
|
31
|
+
word-break: break-word;
|
32
|
+
}
|
41
33
|
}
|
42
34
|
}
|
43
35
|
|
@@ -47,8 +39,8 @@
|
|
47
39
|
border-radius: 4px;
|
48
40
|
.content-item {
|
49
41
|
font-family: 'Open Sans';
|
50
|
-
font-size:
|
51
|
-
line-height:
|
42
|
+
font-size: 10pt;
|
43
|
+
line-height: 16pt;
|
52
44
|
margin-bottom: 16px;
|
53
45
|
.title {
|
54
46
|
font-weight: 600;
|
@@ -57,6 +49,9 @@
|
|
57
49
|
font-weight: 400;
|
58
50
|
}
|
59
51
|
}
|
52
|
+
.content-item:last-child {
|
53
|
+
margin-bottom: 0px;
|
54
|
+
}
|
60
55
|
|
61
56
|
.underline {
|
62
57
|
padding-bottom: 16px;
|