qms-angular 2.0.1 → 2.0.2
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/esm2022/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.mjs +3 -3
- package/esm2022/lib/components/related/popup/related-popup.component.mjs +3 -3
- package/esm2022/lib/components/related/risk/analysis/analysis.component.mjs +2 -2
- package/esm2022/lib/components/select-access-dialog/select-access-dialog.component.mjs +3 -3
- package/esm2022/lib/components/select-department/select-department.component.mjs +3 -3
- package/esm2022/lib/components/select-department-tree/select-department-tree.component.mjs +5 -5
- package/esm2022/lib/components/select-one/select-one.component.mjs +10 -12
- package/esm2022/lib/components/select-process-data/select-process-data.component.mjs +3 -3
- package/esm2022/lib/components/select-process-data-tree/select-process-data-tree.component.mjs +3 -3
- package/esm2022/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.mjs +2 -2
- package/esm2022/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.mjs +2 -2
- package/esm2022/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.mjs +2 -2
- package/esm2022/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.mjs +2 -2
- package/esm2022/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.mjs +2 -2
- package/esm2022/lib/qms-ckeditor-components/components/qms-ckeditor-link-simple/qms-ckeditor-link-simple.component.mjs +2 -2
- package/esm2022/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.mjs +2 -2
- package/esm2022/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.mjs +2 -2
- package/esm2022/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.mjs +2 -2
- package/esm2022/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.mjs +2 -2
- package/esm2022/lib/qms-ckeditor-components/qms-ckeditor.component.mjs +2 -2
- package/fesm2022/qms-angular.mjs +42 -42
- package/fesm2022/qms-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/qms-ckeditor-plugin/build/ckeditor.js +1 -1
- package/src/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.scss +44 -44
- package/src/lib/components/related/risk/analysis/analysis.component.scss +0 -3
- package/src/lib/components/select-access-dialog/select-access-dialog.component.scss +8 -2
- package/src/lib/components/select-department/select-department.component.scss +3 -3
- package/src/lib/components/select-department-tree/select-department-tree.component.scss +1 -1
- package/src/lib/components/select-dialog/select-dialog.scss +1 -1
- package/src/lib/components/select-process-data/select-process-data.component.scss +1 -1
- package/src/lib/components/select-process-data-tree/select-process-data-tree.component.scss +1 -1
- package/src/lib/components/select-process-document/select-process-document.component.scss +5 -6
- package/src/lib/qms-ckeditor-components/styles/_modules.scss +149 -146
- package/src/themes/core/_checkbox.scss +5 -1
- package/src/themes/core/_dialog.scss +42 -53
- package/src/themes/core/_form.scss +40 -35
- package/src/themes/core/_radio.scss +5 -1
- package/src/themes/core/_range-slider.scss +223 -201
- package/src/themes/core/_slide-toggle.scss +48 -6
- package/src/themes/core/_tab.scss +516 -512
@@ -1,65 +1,65 @@
|
|
1
|
-
@import
|
1
|
+
@import "../qms-banner-base";
|
2
2
|
|
3
3
|
.qms-banner-confirm-container {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
&-content {
|
11
|
-
.title {
|
12
|
-
font-family: "Raleway";
|
13
|
-
font-size: 16px;
|
14
|
-
line-height: 22px;
|
15
|
-
font-weight: 600;
|
16
|
-
margin-bottom: 4px;
|
17
|
-
}
|
18
|
-
}
|
4
|
+
width: 100%;
|
5
|
+
height: 100%;
|
6
|
+
font-family: "Open Sans";
|
7
|
+
padding: 18px 16px 8px 18px;
|
8
|
+
position: relative;
|
19
9
|
|
20
|
-
|
21
|
-
|
10
|
+
&-content {
|
11
|
+
.title {
|
12
|
+
font-family: "Raleway";
|
13
|
+
font-size: 16px;
|
14
|
+
line-height: 22px;
|
15
|
+
font-weight: 600;
|
16
|
+
margin-bottom: 4px;
|
22
17
|
}
|
18
|
+
}
|
23
19
|
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
20
|
+
.padding-right-28 {
|
21
|
+
padding-right: 28px;
|
22
|
+
}
|
23
|
+
|
24
|
+
.confirm-information {
|
25
|
+
display: flex;
|
26
|
+
width: 100%;
|
27
|
+
padding-bottom: 36px;
|
28
|
+
}
|
29
|
+
|
30
|
+
.actions {
|
31
|
+
position: absolute;
|
32
|
+
right: 8px;
|
33
|
+
bottom: 8px;
|
34
|
+
|
35
|
+
button {
|
36
|
+
margin-left: 16px;
|
28
37
|
}
|
29
38
|
|
30
|
-
|
31
|
-
|
32
|
-
right: 8px;
|
33
|
-
bottom: 8px;
|
34
|
-
|
39
|
+
&.banner-confirm-buttons {
|
40
|
+
::ng-deep {
|
35
41
|
button {
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
&.banner-confirm-buttons {
|
40
|
-
::ng-deep {
|
41
|
-
button{
|
42
|
-
&.qms-btn-icon.qms-btn-disabled {
|
43
|
-
background: transparent;
|
44
|
-
}
|
42
|
+
&.qms-btn-icon.qms-btn-disabled {
|
43
|
+
background: transparent;
|
44
|
+
}
|
45
45
|
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
}
|
50
|
-
}
|
46
|
+
&.qms-btn-text.qms-btn-disabled {
|
47
|
+
background: transparent;
|
48
|
+
}
|
51
49
|
}
|
50
|
+
}
|
52
51
|
}
|
52
|
+
}
|
53
53
|
}
|
54
54
|
|
55
55
|
.font-bold {
|
56
|
-
|
56
|
+
font-weight: bold;
|
57
57
|
}
|
58
58
|
|
59
59
|
.font-size-14 {
|
60
|
-
|
60
|
+
font-size: 14px;
|
61
61
|
}
|
62
62
|
|
63
63
|
.line-height-22 {
|
64
|
-
|
64
|
+
line-height: 22px;
|
65
65
|
}
|
@@ -62,7 +62,7 @@
|
|
62
62
|
}
|
63
63
|
|
64
64
|
.chip-item-result {
|
65
|
-
max-width: 250px;
|
65
|
+
// max-width: 250px;
|
66
66
|
|
67
67
|
&.item-department {
|
68
68
|
.qms-chip-body {
|
@@ -74,7 +74,6 @@
|
|
74
74
|
}
|
75
75
|
|
76
76
|
.remove-chip-icon {
|
77
|
-
color: black(0.3);
|
78
77
|
cursor: pointer;
|
79
78
|
|
80
79
|
&:hover {
|
@@ -404,3 +403,10 @@ span.chip-item-children__count {
|
|
404
403
|
color: unset !important;
|
405
404
|
}
|
406
405
|
// }
|
406
|
+
|
407
|
+
::ng-deep .mdc-evolution-chip__text-label.mat-mdc-chip-action-label {
|
408
|
+
white-space: nowrap;
|
409
|
+
width: 225px;
|
410
|
+
overflow: hidden;
|
411
|
+
text-overflow: ellipsis;
|
412
|
+
}
|
@@ -73,7 +73,7 @@
|
|
73
73
|
}
|
74
74
|
|
75
75
|
.panel__item {
|
76
|
-
max-height:
|
76
|
+
max-height: 110px;
|
77
77
|
margin-top: 4px;
|
78
78
|
overflow-x: hidden;
|
79
79
|
overflow-y: auto;
|
@@ -111,7 +111,7 @@
|
|
111
111
|
color: theme-apply($related-mat-icon-color);
|
112
112
|
font-size: 24px;
|
113
113
|
}
|
114
|
-
}
|
114
|
+
}
|
115
115
|
}
|
116
116
|
|
117
117
|
.header-title {
|
@@ -137,7 +137,7 @@
|
|
137
137
|
|
138
138
|
span.related__item__content_name {
|
139
139
|
min-width: calc(100% - 13px);
|
140
|
-
max-width: 250px;
|
140
|
+
// max-width: 250px;
|
141
141
|
display: flex;
|
142
142
|
align-items: center;
|
143
143
|
& > span:nth-child(1) {
|
@@ -526,7 +526,7 @@
|
|
526
526
|
color: rgba(0, 0, 0, 0.6);
|
527
527
|
font-weight: 400;
|
528
528
|
font-size: 14px;
|
529
|
-
max-width: 250px;
|
529
|
+
// max-width: 250px;
|
530
530
|
}
|
531
531
|
/*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
|
532
532
|
::ng-deep .mat-mdc-checkbox.checkbox-all .mat-checkbox-label {
|
@@ -495,7 +495,7 @@
|
|
495
495
|
color: rgba(0, 0, 0, 0.6);
|
496
496
|
font-weight: 400;
|
497
497
|
font-size: 14px;
|
498
|
-
max-width: 250px;
|
498
|
+
// max-width: 250px;
|
499
499
|
}
|
500
500
|
/*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
|
501
501
|
::ng-deep .mat-mdc-checkbox.checkbox-all .mat-checkbox-label{
|
@@ -66,7 +66,7 @@
|
|
66
66
|
height: 30px;
|
67
67
|
font-size: 12px;
|
68
68
|
letter-spacing: 1px;
|
69
|
-
font-family:
|
69
|
+
font-family: "Raleway";
|
70
70
|
font-weight: 600;
|
71
71
|
padding: 0;
|
72
72
|
|
@@ -127,7 +127,7 @@
|
|
127
127
|
}
|
128
128
|
}
|
129
129
|
|
130
|
-
.qmslib-related-popup-splitview{
|
130
|
+
.qmslib-related-popup-splitview {
|
131
131
|
background-color: white;
|
132
132
|
border-left: 1px solid #ccc;
|
133
133
|
height: 450px;
|
@@ -146,7 +146,7 @@
|
|
146
146
|
margin-top: 12px;
|
147
147
|
}
|
148
148
|
|
149
|
-
.splitview-header{
|
149
|
+
.splitview-header {
|
150
150
|
font-size: 12px;
|
151
151
|
letter-spacing: 1px;
|
152
152
|
font-family: "RALEWAY";
|
@@ -285,9 +285,9 @@ cdk-virtual-scroll-viewport {
|
|
285
285
|
.breadcrumb-container {
|
286
286
|
.qms-breadcrumb-item {
|
287
287
|
.mat-icon {
|
288
|
-
font-size: 16px!important;
|
288
|
+
font-size: 16px !important;
|
289
289
|
padding-bottom: 1px;
|
290
|
-
|
290
|
+
}
|
291
291
|
}
|
292
292
|
}
|
293
293
|
}
|
@@ -320,4 +320,3 @@ cdk-virtual-scroll-viewport {
|
|
320
320
|
min-height: 300px;
|
321
321
|
}
|
322
322
|
}
|
323
|
-
|
@@ -1,174 +1,172 @@
|
|
1
|
-
@import
|
1
|
+
@import "color";
|
2
2
|
|
3
3
|
.qmsckeditor {
|
4
|
-
|
5
|
-
|
4
|
+
font-family: Roboto, "Helvetica Neue", sans-serif;
|
5
|
+
font-size: 14px;
|
6
|
+
font-weight: normal;
|
7
|
+
h2 {
|
8
|
+
font-size: 20px;
|
6
9
|
font-weight: normal;
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
.mat-mdc-dialog-content {
|
12
|
-
padding: 0;
|
13
|
-
}
|
14
|
-
.mat-icon {
|
15
|
-
color: $mat-icon-color;
|
16
|
-
}
|
10
|
+
}
|
11
|
+
.mat-icon {
|
12
|
+
color: $mat-icon-color;
|
13
|
+
}
|
17
14
|
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
15
|
+
&__fullscreen {
|
16
|
+
position: fixed;
|
17
|
+
top: 0;
|
18
|
+
left: 0;
|
19
|
+
right: 0;
|
20
|
+
bottom: 0;
|
21
|
+
background: $white-background-color;
|
22
|
+
overflow-y: auto;
|
23
|
+
max-height: 100vh;
|
24
|
+
overflow-x: hidden;
|
25
|
+
}
|
29
26
|
|
30
|
-
|
31
|
-
|
32
|
-
|
27
|
+
&__cursor {
|
28
|
+
cursor: pointer;
|
29
|
+
}
|
33
30
|
|
34
|
-
|
35
|
-
|
36
|
-
|
31
|
+
&__notallowed {
|
32
|
+
cursor: not-allowed;
|
33
|
+
}
|
37
34
|
}
|
38
35
|
.qmsckeditor.button {
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
36
|
+
&__close {
|
37
|
+
float: right;
|
38
|
+
top: -24px;
|
39
|
+
right: -24px;
|
40
|
+
cursor: pointer;
|
41
|
+
}
|
45
42
|
}
|
46
43
|
.qmsckeditor.button {
|
47
44
|
&__done {
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
45
|
+
float: right;
|
46
|
+
top: -24px;
|
47
|
+
right: -24px;
|
48
|
+
cursor: pointer;
|
49
|
+
margin-right: 20px;
|
53
50
|
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
51
|
+
.mat-icon {
|
52
|
+
color: $success-color;
|
53
|
+
font-weight: bold;
|
54
|
+
}
|
58
55
|
}
|
59
56
|
}
|
60
57
|
|
61
58
|
.qmsckeditor.button__groups {
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
59
|
+
button {
|
60
|
+
min-height: 40px;
|
61
|
+
width: 100%;
|
62
|
+
border-radius: 4px;
|
63
|
+
border: 1px solid #c5c5c5;
|
64
|
+
font-family: "Open Sans";
|
65
|
+
font-weight: 600;
|
66
|
+
font-size: 14px;
|
67
|
+
letter-spacing: 1px;
|
68
|
+
line-height: 16px;
|
69
|
+
}
|
70
|
+
.save {
|
71
|
+
background: $button-background;
|
72
|
+
}
|
73
|
+
.save:hover {
|
74
|
+
background: $button-background-hover;
|
75
|
+
}
|
76
|
+
.save:disabled {
|
77
|
+
cursor: not-allowed;
|
78
|
+
}
|
82
79
|
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
80
|
+
.cancel {
|
81
|
+
background: $button-background;
|
82
|
+
}
|
83
|
+
.cancel:hover {
|
84
|
+
background: $button-background-hover;
|
85
|
+
}
|
86
|
+
.cancel:disabled {
|
87
|
+
cursor: not-allowed;
|
88
|
+
}
|
92
89
|
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
90
|
+
.delete {
|
91
|
+
background: $button-background;
|
92
|
+
}
|
93
|
+
.delete:hover {
|
94
|
+
background: $button-background-hover;
|
95
|
+
}
|
96
|
+
.delete:disabled {
|
97
|
+
cursor: not-allowed;
|
98
|
+
}
|
102
99
|
}
|
103
100
|
|
104
101
|
.qmsckeditor.confirm__button__groups {
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
102
|
+
button {
|
103
|
+
min-height: 36px;
|
104
|
+
border-radius: 4px;
|
105
|
+
width: auto;
|
106
|
+
border: 1px solid #c5c5c5;
|
107
|
+
font-family: "Open Sans";
|
108
|
+
font-weight: 600;
|
109
|
+
font-size: 14px;
|
110
|
+
letter-spacing: 1px;
|
111
|
+
line-height: 16px;
|
112
|
+
padding-left: 15px;
|
113
|
+
padding-right: 15px;
|
114
|
+
}
|
115
|
+
.confirm {
|
116
|
+
background: $button-background;
|
117
|
+
}
|
118
|
+
.confirm:hover {
|
119
|
+
background: $button-background-hover;
|
120
|
+
}
|
121
|
+
.cancel {
|
122
|
+
background: $button-background;
|
123
|
+
}
|
124
|
+
.cancel:hover {
|
125
|
+
background: $button-background-hover;
|
126
|
+
}
|
130
127
|
}
|
131
128
|
|
132
|
-
.qmsckeditor.template-content {
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
129
|
+
.qmsckeditor.template-content {
|
130
|
+
}
|
131
|
+
.qmsckeditor.template-content.height {
|
132
|
+
min-height: 420px;
|
133
|
+
max-height: 520px;
|
134
|
+
overflow: auto;
|
137
135
|
}
|
138
136
|
.qmsckeditor.template-content.title {
|
139
|
-
|
137
|
+
margin-left: -9px;
|
140
138
|
}
|
141
|
-
.qmsckeditor.link__content.height{
|
142
|
-
|
143
|
-
|
139
|
+
.qmsckeditor.link__content.height {
|
140
|
+
min-height: 400px;
|
141
|
+
max-height: 520px;
|
144
142
|
}
|
145
143
|
|
146
144
|
.qmsckeditor.card {
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
145
|
+
margin-bottom: 10px;
|
146
|
+
min-height: 60px;
|
147
|
+
box-shadow: none;
|
148
|
+
border: 1px solid $mat-card-color;
|
149
|
+
.title {
|
150
|
+
font-weight: bold;
|
151
|
+
}
|
152
|
+
.content {
|
153
|
+
text-overflow: ellipsis;
|
154
|
+
overflow: hidden;
|
155
|
+
white-space: nowrap;
|
156
|
+
}
|
157
|
+
.material-icons {
|
158
|
+
font-size: 20px;
|
159
|
+
}
|
162
160
|
}
|
163
161
|
|
164
|
-
.qmsckeditor.tooltip-content.height{
|
165
|
-
|
166
|
-
|
167
|
-
|
162
|
+
.qmsckeditor.tooltip-content.height {
|
163
|
+
min-height: 400px;
|
164
|
+
max-height: 472px;
|
165
|
+
overflow: auto;
|
168
166
|
}
|
169
167
|
|
170
|
-
.qmsckeditor.save__as__template.height{
|
171
|
-
|
168
|
+
.qmsckeditor.save__as__template.height {
|
169
|
+
height: 125px;
|
172
170
|
}
|
173
171
|
|
174
172
|
.ck-content .page-break {
|
@@ -176,18 +174,23 @@
|
|
176
174
|
}
|
177
175
|
|
178
176
|
.ck-content .ck-horizontal-line {
|
179
|
-
|
177
|
+
width: 100%;
|
180
178
|
}
|
181
179
|
|
182
180
|
.ck-content hr {
|
183
|
-
|
181
|
+
background: #ccc;
|
184
182
|
}
|
185
183
|
|
186
|
-
.ck-font-size-dropdown .ck-dropdown__panel ul{
|
187
|
-
|
188
|
-
|
184
|
+
.ck-font-size-dropdown .ck-dropdown__panel ul {
|
185
|
+
max-height: 320px;
|
186
|
+
overflow-y: auto;
|
189
187
|
}
|
190
188
|
|
191
|
-
.ck-font-size-dropdown
|
192
|
-
|
193
|
-
|
189
|
+
.ck-font-size-dropdown
|
190
|
+
.ck-dropdown__panel
|
191
|
+
ul
|
192
|
+
li
|
193
|
+
.ck-fontsize-option
|
194
|
+
.ck-button__label {
|
195
|
+
line-height: 50px;
|
196
|
+
}
|
@@ -38,7 +38,6 @@
|
|
38
38
|
font-size: 1rem;
|
39
39
|
line-height: 28px;
|
40
40
|
color: theme-apply($default-color);
|
41
|
-
white-space: break-spaces;
|
42
41
|
}
|
43
42
|
|
44
43
|
.text-help {
|
@@ -164,5 +163,10 @@
|
|
164
163
|
}
|
165
164
|
}
|
166
165
|
//-------------------End No Label-----------------------------//
|
166
|
+
|
167
|
+
.mdc-label {
|
168
|
+
display: flex;
|
169
|
+
flex-direction: column;
|
170
|
+
}
|
167
171
|
}
|
168
172
|
}
|