qms-angular 1.0.73 → 1.0.77
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 +317 -351
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/components/button/button.js +1 -1
- package/esm2015/lib/components/comment/comment.js +2 -2
- package/esm2015/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.js +12 -8
- package/esm2015/lib/components/qms-navigation-drawer/qms-navigation-drawer.module.js +4 -2
- package/esm2015/lib/components/qms-paginator/qms-paginator.component.js +5 -3
- package/esm2015/lib/components/qms-stepper/qms-stepper.component.js +1 -1
- package/esm2015/lib/components/related/popup/related-popup.component.js +11 -11
- package/esm2015/lib/components/select-include-children/select-include-children.component.js +2 -2
- package/esm2015/lib/components/select-one/select-one.component.js +2 -2
- package/esm2015/lib/components/select-process-document/select-process-document.component.js +64 -143
- package/esm2015/lib/components/side-sheet/directives/drawer-content.directive.js +20 -0
- package/esm2015/lib/components/side-sheet/directives/drawer-header-action.directive.js +20 -0
- package/esm2015/lib/components/side-sheet/directives/drawer-header.directive.js +20 -0
- package/esm2015/lib/components/side-sheet/directives/drawer.directive.js +20 -0
- package/esm2015/lib/components/side-sheet/index.js +2 -0
- package/esm2015/lib/components/side-sheet/public-api.js +6 -0
- package/esm2015/lib/components/side-sheet/side-sheet.module.js +28 -0
- package/esm2015/lib/directives/table/table-row.directive.js +50 -0
- package/esm2015/lib/directives/table/table.directive.js +18 -61
- package/esm2015/lib/qms-angular.module.js +5 -18
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.js +1 -1
- package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +1 -1
- package/esm2015/public-api.js +4 -5
- package/fesm2015/qms-angular.js +263 -317
- package/fesm2015/qms-angular.js.map +1 -1
- package/lib/components/button/button.d.ts +1 -1
- package/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.d.ts +2 -2
- package/lib/components/select-process-document/select-process-document.component.d.ts +3 -0
- package/lib/{directives/side-sheet → components/side-sheet/directives}/drawer-content.directive.d.ts +0 -0
- package/lib/{directives/side-sheet → components/side-sheet/directives}/drawer-header-action.directive.d.ts +0 -0
- package/lib/{directives/side-sheet → components/side-sheet/directives}/drawer-header.directive.d.ts +0 -0
- package/lib/{directives/side-sheet → components/side-sheet/directives}/drawer.directive.d.ts +0 -0
- package/lib/components/side-sheet/index.d.ts +1 -0
- package/lib/components/side-sheet/public-api.d.ts +5 -0
- package/lib/components/side-sheet/side-sheet.module.d.ts +2 -0
- package/lib/directives/table/table-row.directive.d.ts +13 -0
- package/lib/directives/table/table.directive.d.ts +2 -11
- package/package.json +1 -1
- package/public-api.d.ts +2 -4
- package/qms-angular.metadata.json +1 -1
- package/src/assets/jointjs/scss/rappid.scss +1 -1
- package/src/assets/qms-ckeditor-plugin/build/ckeditor.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/ckeditor.js.map +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/de.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/gl.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/hu.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/it.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/ru.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/zh.js +1 -1
- package/src/assets/qms-ckeditor-plugin/src/ckeditor.js +3 -1
- package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/lang/contexts.json +3 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/lang/translations/de.po +21 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/lang/translations/en.po +21 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/lang/translations/gl.po +21 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/lang/translations/hu.po +21 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/lang/translations/it.po +21 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/lang/translations/ru.po +21 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/lang/translations/zh.po +21 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/src/index.js +10 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/src/sourceediting.js +386 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/src/utils/formathtml.js +142 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/theme/icons/source-editing.svg +1 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/theme/sourceediting.css +48 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/fullscreen/qmsCKEditorFullscreenPlugin.js +1 -5
- package/src/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.scss +53 -26
- package/src/lib/components/qms-paginator/qms-paginator.component.scss +40 -3
- package/src/lib/components/qms-stepper/qms-stepper.component.scss +2 -1
- package/src/lib/components/select-process-document/select-process-document.component.scss +2 -2
- package/src/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.scss +0 -1
- package/src/lib/qms-ckeditor-components/qms-ckeditor.component.scss +11 -11
- package/src/themes/core/_side-sheet.scss +2 -2
- package/src/themes/core/_table.scss +176 -37
- package/esm2015/lib/directives/side-sheet/drawer-content.directive.js +0 -20
- package/esm2015/lib/directives/side-sheet/drawer-header-action.directive.js +0 -20
- package/esm2015/lib/directives/side-sheet/drawer-header.directive.js +0 -20
- package/esm2015/lib/directives/side-sheet/drawer.directive.js +0 -20
@@ -1,23 +1,32 @@
|
|
1
1
|
::ng-deep mat-tree.qms-navigation-drawer-container {
|
2
2
|
|
3
3
|
.mat-tree-node {
|
4
|
-
width
|
5
|
-
height: 48px !important;
|
4
|
+
min-width: 272px !important;
|
5
|
+
height : 48px !important;
|
6
6
|
}
|
7
7
|
|
8
8
|
.mat-tree-node {
|
9
|
-
min-height
|
10
|
-
margin
|
11
|
-
padding-right: 34px;
|
9
|
+
min-height: 34px;
|
10
|
+
margin : 16px 0px;
|
12
11
|
|
13
12
|
&.active {
|
14
13
|
background-color: #F2F7FD;
|
14
|
+
color : #1954A9 !important;
|
15
|
+
|
16
|
+
img {
|
17
|
+
filter: opacity(0.5) drop-shadow(0 0 0 #1954A9);
|
18
|
+
}
|
19
|
+
|
20
|
+
&:hover {
|
21
|
+
background-color: #E5EEFB !important;
|
22
|
+
}
|
15
23
|
}
|
16
24
|
|
17
25
|
.tree-content {
|
18
|
-
width
|
19
|
-
position: relative;
|
20
|
-
cursor: pointer;
|
26
|
+
width : 100%;
|
27
|
+
position : relative;
|
28
|
+
cursor : pointer;
|
29
|
+
align-items: center;
|
21
30
|
}
|
22
31
|
|
23
32
|
.arrow-icon {
|
@@ -26,14 +35,13 @@
|
|
26
35
|
|
27
36
|
.collapse-expand-icon {
|
28
37
|
color: #3e57b7;
|
38
|
+
|
29
39
|
&:hover {
|
30
40
|
background: rgba(0, 0, 0, 0.08);
|
31
41
|
}
|
32
42
|
}
|
33
43
|
|
34
44
|
.add-icon {
|
35
|
-
color: #3e57b7;
|
36
|
-
|
37
45
|
&:hover {
|
38
46
|
background: rgba(0, 0, 0, 0.08);
|
39
47
|
}
|
@@ -65,6 +73,10 @@
|
|
65
73
|
::ng-deep mat-icon {
|
66
74
|
color: #1954A9;
|
67
75
|
}
|
76
|
+
|
77
|
+
&:hover {
|
78
|
+
background-color: #E5EEFB !important;
|
79
|
+
}
|
68
80
|
}
|
69
81
|
|
70
82
|
&.collapse-node {
|
@@ -87,10 +99,11 @@
|
|
87
99
|
}
|
88
100
|
|
89
101
|
.tree-content {
|
102
|
+
display: flex;
|
90
103
|
|
91
104
|
.button-icon {
|
92
|
-
width :
|
93
|
-
height :
|
105
|
+
width : 40px;
|
106
|
+
height : 40px;
|
94
107
|
line-height : 30px !important;
|
95
108
|
border-radius: 50%;
|
96
109
|
|
@@ -106,18 +119,20 @@
|
|
106
119
|
|
107
120
|
.add-icon {
|
108
121
|
position: absolute;
|
109
|
-
top : -2px;
|
110
122
|
right : -34px;
|
111
123
|
|
124
|
+
|
112
125
|
mat-icon {
|
113
126
|
top : 3px;
|
114
127
|
right : 3px;
|
115
128
|
border-radius: 50%;
|
129
|
+
color : rgba(0, 0, 0, 0.6);
|
116
130
|
}
|
131
|
+
|
117
132
|
}
|
118
133
|
|
119
134
|
.favorite {
|
120
|
-
color: #b13514;
|
135
|
+
color: #b13514 !important;
|
121
136
|
}
|
122
137
|
|
123
138
|
.not-favorite {
|
@@ -125,7 +140,7 @@
|
|
125
140
|
}
|
126
141
|
|
127
142
|
.btn-favorite {
|
128
|
-
right:
|
143
|
+
right: 6px;
|
129
144
|
color: unset;
|
130
145
|
}
|
131
146
|
|
@@ -139,19 +154,11 @@
|
|
139
154
|
position : relative;
|
140
155
|
overflow : hidden;
|
141
156
|
text-overflow : ellipsis;
|
142
|
-
padding-left :
|
143
|
-
max-width: calc(100% - 56px);
|
157
|
+
padding-left : 7px;
|
158
|
+
max-width : calc(100% - 56px);
|
144
159
|
display : -webkit-box;
|
145
160
|
-webkit-line-clamp: 2;
|
146
161
|
-webkit-box-orient: vertical;
|
147
|
-
// position: relative;
|
148
|
-
// max-width: 100%;
|
149
|
-
// white-space: nowrap;
|
150
|
-
// overflow: hidden;
|
151
|
-
// text-overflow: ellipsis;
|
152
|
-
// margin-top: 5px;
|
153
|
-
// padding-left: 34px;
|
154
|
-
// width: 95%;
|
155
162
|
}
|
156
163
|
|
157
164
|
.span-text:after {
|
@@ -159,8 +166,8 @@
|
|
159
166
|
display: block;
|
160
167
|
clear : both;
|
161
168
|
}
|
162
|
-
|
163
169
|
}
|
170
|
+
|
164
171
|
}
|
165
172
|
|
166
173
|
.mat-tree-node:first-child {
|
@@ -179,4 +186,24 @@
|
|
179
186
|
background: #F2F7FD;
|
180
187
|
}
|
181
188
|
|
189
|
+
.mat-tree-node:hover {
|
190
|
+
.span-text {
|
191
|
+
max-width: calc(100% - 96px);
|
192
|
+
}
|
193
|
+
}
|
194
|
+
|
195
|
+
.pr-34 {
|
196
|
+
padding-right: 34px;
|
197
|
+
}
|
198
|
+
|
199
|
+
}
|
200
|
+
|
201
|
+
.node-preview-item {
|
202
|
+
display : flex;
|
203
|
+
background-color: #0000001F;
|
204
|
+
min-width : 272px !important;
|
205
|
+
height : 48px !important;
|
206
|
+
margin : 0 auto;
|
207
|
+
align-items : center;
|
208
|
+
padding : 0px 16px;
|
182
209
|
}
|
@@ -10,10 +10,21 @@
|
|
10
10
|
padding: 0 8px;
|
11
11
|
flex-wrap: wrap-reverse;
|
12
12
|
width: 100%;
|
13
|
+
.qms-btn-icon {
|
14
|
+
width: 40px;
|
15
|
+
height: 40px;
|
16
|
+
line-height: 40px;
|
17
|
+
}
|
18
|
+
.mat-select {
|
19
|
+
.mat-select-arrow {
|
20
|
+
margin-top: 20px;
|
21
|
+
}
|
22
|
+
}
|
13
23
|
.qms-total-result {
|
14
24
|
margin-right: 24px;
|
15
|
-
margin-bottom:
|
25
|
+
margin-bottom: 20px;
|
16
26
|
span {
|
27
|
+
font-family: Open Sans;
|
17
28
|
font-weight: normal;
|
18
29
|
font-size: 14px;
|
19
30
|
line-height: 22px;
|
@@ -38,6 +49,13 @@
|
|
38
49
|
width: 80px;
|
39
50
|
}
|
40
51
|
}
|
52
|
+
.qms-form-select-page-size {
|
53
|
+
.mat-form-field-flex {
|
54
|
+
width: 51px;
|
55
|
+
padding-left: 9px;
|
56
|
+
padding-right: 5px;
|
57
|
+
}
|
58
|
+
}
|
41
59
|
.jump-page {
|
42
60
|
.mat-form-field-wrapper {
|
43
61
|
.mat-form-field-flex {
|
@@ -48,9 +66,10 @@
|
|
48
66
|
.mat-form-field-flex {
|
49
67
|
height: 40px;
|
50
68
|
.mat-form-field-infix {
|
51
|
-
padding-top:
|
69
|
+
padding-top: 4px;
|
52
70
|
border-top: 0px;
|
53
71
|
padding-bottom: 0px;
|
72
|
+
height: 25px;
|
54
73
|
}
|
55
74
|
}
|
56
75
|
}
|
@@ -68,9 +87,19 @@
|
|
68
87
|
line-height: 22px;
|
69
88
|
color: #323232;
|
70
89
|
}
|
90
|
+
button:not(.qms-btn-disabled) {
|
91
|
+
.qms-btn-icon-wrapper {
|
92
|
+
color: #323232;
|
93
|
+
}
|
94
|
+
}
|
71
95
|
}
|
72
96
|
}
|
73
97
|
.mat-paginator-container-mobile {
|
98
|
+
.mat-select {
|
99
|
+
.mat-select-arrow {
|
100
|
+
margin-top: 20px;
|
101
|
+
}
|
102
|
+
}
|
74
103
|
.qms-total-result {
|
75
104
|
margin-bottom: 16px;
|
76
105
|
span {
|
@@ -103,6 +132,13 @@
|
|
103
132
|
width: 80px;
|
104
133
|
}
|
105
134
|
}
|
135
|
+
.qms-form-select-page-size {
|
136
|
+
.mat-form-field-flex {
|
137
|
+
width: 51px;
|
138
|
+
padding-left: 9px;
|
139
|
+
padding-right: 5px;
|
140
|
+
}
|
141
|
+
}
|
106
142
|
.jump-page {
|
107
143
|
.mat-form-field-wrapper {
|
108
144
|
.mat-form-field-flex {
|
@@ -113,9 +149,10 @@
|
|
113
149
|
.mat-form-field-flex {
|
114
150
|
height: 40px;
|
115
151
|
.mat-form-field-infix {
|
116
|
-
padding-top:
|
152
|
+
padding-top: 4px;
|
117
153
|
border-top: 0px;
|
118
154
|
padding-bottom: 0px;
|
155
|
+
height: 25px;
|
119
156
|
}
|
120
157
|
}
|
121
158
|
}
|
@@ -8,7 +8,7 @@
|
|
8
8
|
color: #FFFFFF;
|
9
9
|
|
10
10
|
&.mat-horizontal-stepper-header {
|
11
|
-
width:
|
11
|
+
min-width: fit-content;
|
12
12
|
}
|
13
13
|
|
14
14
|
&.mat-vertical-stepper-header {
|
@@ -32,6 +32,7 @@
|
|
32
32
|
.title-step {
|
33
33
|
font-weight: 600 !important;
|
34
34
|
outline: none !important;
|
35
|
+
-webkit-font-smoothing: antialiased !important;
|
35
36
|
}
|
36
37
|
}
|
37
38
|
|
@@ -106,20 +106,20 @@
|
|
106
106
|
right: 0;
|
107
107
|
overflow: auto;
|
108
108
|
background: white;
|
109
|
-
}
|
110
109
|
|
111
|
-
|
112
|
-
|
113
|
-
display:
|
114
|
-
|
115
|
-
}
|
110
|
+
.qms-ckeditor {
|
111
|
+
height: 98%;
|
112
|
+
display: block;
|
113
|
+
width: 100%;
|
114
|
+
}
|
116
115
|
|
117
|
-
.
|
118
|
-
|
119
|
-
}
|
116
|
+
.ck.ck-editor__main {
|
117
|
+
height: 98%;
|
118
|
+
}
|
120
119
|
|
121
|
-
.
|
122
|
-
|
120
|
+
.ck.ck-editor__editable {
|
121
|
+
height: inherit;
|
122
|
+
}
|
123
123
|
}
|
124
124
|
|
125
125
|
.sub-container {
|
@@ -3,7 +3,7 @@
|
|
3
3
|
width: 354px;
|
4
4
|
overflow: hidden;
|
5
5
|
.qms-drawer-header{
|
6
|
-
padding: 16px
|
6
|
+
padding: 16px 0px;
|
7
7
|
height: 68px;
|
8
8
|
display: flex;
|
9
9
|
align-items: center;
|
@@ -26,7 +26,7 @@
|
|
26
26
|
}
|
27
27
|
|
28
28
|
.qms-drawer-content{
|
29
|
-
padding: 0px
|
29
|
+
padding: 0px;
|
30
30
|
max-height: calc(100% - 68px);
|
31
31
|
overflow: auto;
|
32
32
|
}
|
@@ -2,54 +2,193 @@
|
|
2
2
|
@import "colors";
|
3
3
|
|
4
4
|
.qms-table {
|
5
|
-
.qms-
|
6
|
-
|
5
|
+
.mat-checkbox.qms-group-options {
|
6
|
+
.mat-checkbox-inner-container {
|
7
|
+
width: 18px;
|
8
|
+
height: 18px;
|
9
|
+
margin: 0 !important;
|
10
|
+
}
|
11
|
+
|
12
|
+
&.mat-checkbox-indeterminate .mat-checkbox-background, &.mat-checkbox-checked .mat-checkbox-background {
|
13
|
+
background-color: $primary !important;
|
14
|
+
}
|
15
|
+
|
16
|
+
&.mat-checkbox-checked {
|
17
|
+
background: unset;
|
18
|
+
}
|
19
|
+
}
|
20
|
+
|
21
|
+
.mat-header-cell:first-child {
|
22
|
+
padding-left: 20px;
|
23
|
+
}
|
24
|
+
|
25
|
+
.qms-table-row {
|
26
|
+
padding: 8px 0 8px 20px;
|
7
27
|
background: #FFFFFF;
|
8
28
|
border: 1px solid #E0E0E0;
|
9
29
|
border-radius: 4px;
|
10
30
|
margin-top: 8px;
|
31
|
+
min-height: 40px;
|
32
|
+
font-size: 14px;
|
33
|
+
font-family: 'Open Sans';
|
34
|
+
font-weight: normal;
|
35
|
+
color: #323232;
|
36
|
+
|
37
|
+
mat-cell:first-of-type {
|
38
|
+
padding: 0;
|
39
|
+
}
|
40
|
+
|
41
|
+
&[tabindex]:focus-visible {
|
42
|
+
outline: 2px auto $primary;
|
43
|
+
}
|
44
|
+
|
45
|
+
&:active, &:hover {
|
46
|
+
background: rgba(0, 0, 0, 0.08);
|
47
|
+
}
|
48
|
+
|
49
|
+
&-selected {
|
50
|
+
background: $tab-focus-background;
|
51
|
+
|
52
|
+
&:hover {
|
53
|
+
background: rgba(40, 115, 223, 0.06);
|
54
|
+
}
|
55
|
+
}
|
56
|
+
|
57
|
+
&-disabled {
|
58
|
+
background: #E4E4E4;
|
59
|
+
color: rgba(0, 0, 0, 0.38);
|
60
|
+
pointer-events: none;
|
61
|
+
|
62
|
+
mat-cell {
|
63
|
+
opacity: 0.38;
|
64
|
+
}
|
65
|
+
}
|
66
|
+
|
67
|
+
&-draft {
|
68
|
+
border: 2px dashed rgba(0, 0, 0, 0.12);
|
69
|
+
}
|
11
70
|
cursor: pointer;
|
12
71
|
}
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
72
|
+
|
73
|
+
//padding for table types
|
74
|
+
&.qms-checkbox-table {
|
75
|
+
.mat-header-cell:first-child {
|
76
|
+
align-items: stretch!important;
|
77
|
+
flex: unset;
|
78
|
+
padding-left: 4px;
|
79
|
+
|
80
|
+
.qms-row-checkbox {
|
81
|
+
padding: 0 19px;
|
82
|
+
display: flex;
|
83
|
+
align-items: center;
|
84
|
+
}
|
85
|
+
}
|
86
|
+
|
87
|
+
.qms-table-row {
|
88
|
+
padding-left: 4px;
|
89
|
+
|
90
|
+
.qms-row-checkbox-container:first-child {
|
91
|
+
align-items: stretch!important;
|
92
|
+
flex: unset;
|
93
|
+
|
94
|
+
.qms-row-checkbox {
|
95
|
+
padding: 0 19px;
|
96
|
+
display: flex;
|
97
|
+
align-items: center;
|
98
|
+
}
|
99
|
+
}
|
100
|
+
}
|
23
101
|
}
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
.
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
102
|
+
|
103
|
+
&.qms-expand-table {
|
104
|
+
.mat-header-cell {
|
105
|
+
padding-left: 0;
|
106
|
+
|
107
|
+
.expand-icon-header {
|
108
|
+
margin-left: 15px;
|
109
|
+
}
|
110
|
+
}
|
111
|
+
|
112
|
+
.qms-table-row {
|
113
|
+
padding-left: 4px;
|
114
|
+
|
115
|
+
.expand-icon {
|
116
|
+
transition: transform 0.2s;
|
117
|
+
margin: 0 10px;
|
118
|
+
}
|
119
|
+
|
120
|
+
&.qms-row-expanded {
|
121
|
+
background: #F2F7FD;
|
122
|
+
border-bottom-left-radius: 0;
|
123
|
+
border-bottom-right-radius: 0;
|
124
|
+
|
125
|
+
&:hover {
|
126
|
+
background: rgba(40, 115, 223, 0.06);
|
127
|
+
}
|
128
|
+
|
129
|
+
.expand-icon {
|
130
|
+
transition: transform 0.2s;
|
131
|
+
transform: rotate(180deg);
|
132
|
+
}
|
133
|
+
|
134
|
+
mat-icon {
|
135
|
+
color: $primary;
|
136
|
+
}
|
137
|
+
}
|
138
|
+
}
|
139
|
+
|
140
|
+
.qms-row-detail {
|
141
|
+
border: 1px solid #E0E0E0;
|
142
|
+
border-top: none;
|
44
143
|
}
|
45
144
|
}
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
145
|
+
|
146
|
+
&.qms-group-table {
|
147
|
+
.qms-table-row {
|
148
|
+
&.expandable-group {
|
149
|
+
padding-left: 0!important;
|
150
|
+
border-left: 4px solid $primary-light-32-opacity;
|
151
|
+
border-radius: 4px 4px 0 0;
|
152
|
+
}
|
153
|
+
}
|
154
|
+
|
155
|
+
.qms-collapse-group {
|
156
|
+
border: 1px solid #E0E0E0;
|
157
|
+
border-left: 4px solid $primary-light-32-opacity;
|
50
158
|
border-bottom-left-radius: 4px;
|
51
159
|
border-bottom-right-radius: 4px;
|
160
|
+
border-top: none;
|
161
|
+
padding-left: 12px;
|
162
|
+
padding-top: 6px;
|
163
|
+
background: $background-area;
|
164
|
+
|
165
|
+
cursor: pointer;
|
166
|
+
|
167
|
+
.mat-icon {
|
168
|
+
color: $primary;
|
169
|
+
}
|
170
|
+
.qms-text-collapse {
|
171
|
+
vertical-align: super;
|
172
|
+
color: $primary;
|
173
|
+
font-weight: 600;
|
174
|
+
font-size: 12px;
|
175
|
+
line-height: 16px;
|
176
|
+
font-family: Open Sans;
|
177
|
+
}
|
178
|
+
}
|
179
|
+
|
180
|
+
.qms-row-children {
|
181
|
+
margin-top: unset;
|
182
|
+
border-radius: unset;
|
183
|
+
padding-left: 0!important;
|
184
|
+
border-left: 4px solid $primary-light-32-opacity;
|
185
|
+
}
|
186
|
+
}
|
187
|
+
|
188
|
+
&.qms-checkbox-table.qms-expand-table {
|
189
|
+
.qms-table-row .qms-row-checkbox {
|
190
|
+
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
191
|
+
border-radius: 0;
|
52
192
|
}
|
53
193
|
}
|
54
|
-
|
55
194
|
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { Directive, ElementRef } from '@angular/core';
|
2
|
-
export class QMSDrawerContentDirective {
|
3
|
-
constructor(ele) {
|
4
|
-
this.ele = ele;
|
5
|
-
}
|
6
|
-
ngOnInit() {
|
7
|
-
if (this.ele) {
|
8
|
-
this.ele.nativeElement.classList.add('qms-drawer-content');
|
9
|
-
}
|
10
|
-
}
|
11
|
-
}
|
12
|
-
QMSDrawerContentDirective.decorators = [
|
13
|
-
{ type: Directive, args: [{
|
14
|
-
selector: '[qms-drawer-content]',
|
15
|
-
},] }
|
16
|
-
];
|
17
|
-
QMSDrawerContentDirective.ctorParameters = () => [
|
18
|
-
{ type: ElementRef }
|
19
|
-
];
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLWNvbnRlbnQuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcW1zLWFuZ3VsYXIvc3JjL2xpYi9kaXJlY3RpdmVzL3NpZGUtc2hlZXQvZHJhd2VyLWNvbnRlbnQuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFTLE1BQU0sZUFBZSxDQUFDO0FBSzdELE1BQU0sT0FBTyx5QkFBeUI7SUFDbEMsWUFBb0IsR0FBZTtRQUFmLFFBQUcsR0FBSCxHQUFHLENBQVk7SUFDbkMsQ0FBQztJQUNELFFBQVE7UUFDSixJQUFJLElBQUksQ0FBQyxHQUFHLEVBQUU7WUFDVixJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLG9CQUFvQixDQUFDLENBQUM7U0FDOUQ7SUFDTCxDQUFDOzs7WUFWSixTQUFTLFNBQUM7Z0JBQ1AsUUFBUSxFQUFFLHNCQUFzQjthQUNuQzs7O1lBSm1CLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIE9uSW5pdH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5ARGlyZWN0aXZlKHtcclxuICAgIHNlbGVjdG9yOiAnW3Ftcy1kcmF3ZXItY29udGVudF0nLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgUU1TRHJhd2VyQ29udGVudERpcmVjdGl2ZSBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsZTogRWxlbWVudFJlZikge1xyXG4gICAgfVxyXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICAgICAgaWYgKHRoaXMuZWxlKSB7XHJcbiAgICAgICAgICAgIHRoaXMuZWxlLm5hdGl2ZUVsZW1lbnQuY2xhc3NMaXN0LmFkZCgncW1zLWRyYXdlci1jb250ZW50Jyk7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59XHJcbiJdfQ==
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { Directive, ElementRef } from '@angular/core';
|
2
|
-
export class QMSDrawerHeaderActionDirective {
|
3
|
-
constructor(ele) {
|
4
|
-
this.ele = ele;
|
5
|
-
}
|
6
|
-
ngOnInit() {
|
7
|
-
if (this.ele) {
|
8
|
-
this.ele.nativeElement.classList.add('qms-drawer-header__action');
|
9
|
-
}
|
10
|
-
}
|
11
|
-
}
|
12
|
-
QMSDrawerHeaderActionDirective.decorators = [
|
13
|
-
{ type: Directive, args: [{
|
14
|
-
selector: '[qms-drawer-header-action]',
|
15
|
-
},] }
|
16
|
-
];
|
17
|
-
QMSDrawerHeaderActionDirective.ctorParameters = () => [
|
18
|
-
{ type: ElementRef }
|
19
|
-
];
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLWhlYWRlci1hY3Rpb24uZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcW1zLWFuZ3VsYXIvc3JjL2xpYi9kaXJlY3RpdmVzL3NpZGUtc2hlZXQvZHJhd2VyLWhlYWRlci1hY3Rpb24uZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFTLE1BQU0sZUFBZSxDQUFDO0FBSzdELE1BQU0sT0FBTyw4QkFBOEI7SUFDdkMsWUFBb0IsR0FBZTtRQUFmLFFBQUcsR0FBSCxHQUFHLENBQVk7SUFDbkMsQ0FBQztJQUVELFFBQVE7UUFDSixJQUFJLElBQUksQ0FBQyxHQUFHLEVBQUU7WUFDVixJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLDJCQUEyQixDQUFDLENBQUM7U0FDckU7SUFDTCxDQUFDOzs7WUFYSixTQUFTLFNBQUM7Z0JBQ1AsUUFBUSxFQUFFLDRCQUE0QjthQUN6Qzs7O1lBSm1CLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIE9uSW5pdH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5ARGlyZWN0aXZlKHtcclxuICAgIHNlbGVjdG9yOiAnW3Ftcy1kcmF3ZXItaGVhZGVyLWFjdGlvbl0nLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgUU1TRHJhd2VySGVhZGVyQWN0aW9uRGlyZWN0aXZlIGltcGxlbWVudHMgT25Jbml0IHtcclxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgZWxlOiBFbGVtZW50UmVmKSB7XHJcbiAgICB9XHJcblxyXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICAgICAgaWYgKHRoaXMuZWxlKSB7XHJcbiAgICAgICAgICAgIHRoaXMuZWxlLm5hdGl2ZUVsZW1lbnQuY2xhc3NMaXN0LmFkZCgncW1zLWRyYXdlci1oZWFkZXJfX2FjdGlvbicpO1xyXG4gICAgICAgIH1cclxuICAgIH1cclxufVxyXG4iXX0=
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { Directive, ElementRef } from '@angular/core';
|
2
|
-
export class QMSDrawerHeaderDirective {
|
3
|
-
constructor(ele) {
|
4
|
-
this.ele = ele;
|
5
|
-
}
|
6
|
-
ngOnInit() {
|
7
|
-
if (this.ele) {
|
8
|
-
this.ele.nativeElement.classList.add('qms-drawer-header');
|
9
|
-
}
|
10
|
-
}
|
11
|
-
}
|
12
|
-
QMSDrawerHeaderDirective.decorators = [
|
13
|
-
{ type: Directive, args: [{
|
14
|
-
selector: '[qms-drawer-header]',
|
15
|
-
},] }
|
16
|
-
];
|
17
|
-
QMSDrawerHeaderDirective.ctorParameters = () => [
|
18
|
-
{ type: ElementRef }
|
19
|
-
];
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLWhlYWRlci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9xbXMtYW5ndWxhci9zcmMvbGliL2RpcmVjdGl2ZXMvc2lkZS1zaGVldC9kcmF3ZXItaGVhZGVyLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBUyxNQUFNLGVBQWUsQ0FBQztBQUs3RCxNQUFNLE9BQU8sd0JBQXdCO0lBQ2pDLFlBQW9CLEdBQWU7UUFBZixRQUFHLEdBQUgsR0FBRyxDQUFZO0lBQ25DLENBQUM7SUFFRCxRQUFRO1FBQ0osSUFBSSxJQUFJLENBQUMsR0FBRyxFQUFFO1lBQ1YsSUFBSSxDQUFDLEdBQUcsQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDO1NBQzdEO0lBQ0wsQ0FBQzs7O1lBWEosU0FBUyxTQUFDO2dCQUNQLFFBQVEsRUFBRSxxQkFBcUI7YUFDbEM7OztZQUptQixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBPbkluaXR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQERpcmVjdGl2ZSh7XHJcbiAgICBzZWxlY3RvcjogJ1txbXMtZHJhd2VyLWhlYWRlcl0nLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgUU1TRHJhd2VySGVhZGVyRGlyZWN0aXZlIGltcGxlbWVudHMgT25Jbml0IHtcclxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgZWxlOiBFbGVtZW50UmVmKSB7XHJcbiAgICB9XHJcblxyXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICAgICAgaWYgKHRoaXMuZWxlKSB7XHJcbiAgICAgICAgICAgIHRoaXMuZWxlLm5hdGl2ZUVsZW1lbnQuY2xhc3NMaXN0LmFkZCgncW1zLWRyYXdlci1oZWFkZXInKTtcclxuICAgICAgICB9XHJcbiAgICB9XHJcbn1cclxuIl19
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { Directive, ElementRef } from '@angular/core';
|
2
|
-
export class QMSDrawerDirective {
|
3
|
-
constructor(ele) {
|
4
|
-
this.ele = ele;
|
5
|
-
}
|
6
|
-
ngOnInit() {
|
7
|
-
if (this.ele) {
|
8
|
-
this.ele.nativeElement.classList.add('qms-drawer');
|
9
|
-
}
|
10
|
-
}
|
11
|
-
}
|
12
|
-
QMSDrawerDirective.decorators = [
|
13
|
-
{ type: Directive, args: [{
|
14
|
-
selector: '[qms-drawer]',
|
15
|
-
},] }
|
16
|
-
];
|
17
|
-
QMSDrawerDirective.ctorParameters = () => [
|
18
|
-
{ type: ElementRef }
|
19
|
-
];
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Ftcy1hbmd1bGFyL3NyYy9saWIvZGlyZWN0aXZlcy9zaWRlLXNoZWV0L2RyYXdlci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQVMsTUFBTSxlQUFlLENBQUM7QUFLN0QsTUFBTSxPQUFPLGtCQUFrQjtJQUMzQixZQUFvQixHQUFlO1FBQWYsUUFBRyxHQUFILEdBQUcsQ0FBWTtJQUNuQyxDQUFDO0lBQ0QsUUFBUTtRQUNKLElBQUksSUFBSSxDQUFDLEdBQUcsRUFBRTtZQUNWLElBQUksQ0FBQyxHQUFHLENBQUMsYUFBYSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsWUFBWSxDQUFDLENBQUM7U0FDdEQ7SUFDTCxDQUFDOzs7WUFWSixTQUFTLFNBQUM7Z0JBQ1AsUUFBUSxFQUFFLGNBQWM7YUFDM0I7OztZQUptQixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBPbkluaXR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQERpcmVjdGl2ZSh7XHJcbiAgICBzZWxlY3RvcjogJ1txbXMtZHJhd2VyXScsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBRTVNEcmF3ZXJEaXJlY3RpdmUgaW1wbGVtZW50cyBPbkluaXQge1xyXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBlbGU6IEVsZW1lbnRSZWYpIHtcclxuICAgIH1cclxuICAgIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgICAgIGlmICh0aGlzLmVsZSkge1xyXG4gICAgICAgICAgICB0aGlzLmVsZS5uYXRpdmVFbGVtZW50LmNsYXNzTGlzdC5hZGQoJ3Ftcy1kcmF3ZXInKTtcclxuICAgICAgICB9XHJcbiAgICB9XHJcbn1cclxuIl19
|