qms-angular 1.1.26 → 1.1.28
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 +645 -544
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/common/models/qms-flat-node.model.js +1 -1
- package/esm2015/lib/common/models/qms-tree-node.model.js +1 -1
- package/esm2015/lib/common/themes.const.js +2 -1
- package/esm2015/lib/components/breadcrumb/breadcrumb-item.directive.js +3 -3
- package/esm2015/lib/components/breadcrumb/breadcrumb.js +10 -4
- package/esm2015/lib/components/comment/comment.js +17 -11
- package/esm2015/lib/components/edit-file-name-dialog/edit-file-name-dialog.js +9 -2
- package/esm2015/lib/components/qms-nav-drawer/qms-nav-drawer.component.js +3 -3
- package/esm2015/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.js +3 -3
- package/esm2015/lib/components/qms-paginator/qms-paginator.component.js +9 -2
- package/esm2015/lib/components/related/list-other-related/list-related.component.js +9 -2
- package/esm2015/lib/components/related/model/popup-data.model.js +2 -1
- package/esm2015/lib/components/related/popup/related-popup.component.js +58 -24
- package/esm2015/lib/components/related/risk/analysis/analysis.component.js +9 -2
- package/esm2015/lib/components/related/risk/list/list.component.js +9 -2
- package/esm2015/lib/components/related/risk/result/result.component.js +9 -2
- package/esm2015/lib/components/reports/qms-report-content-portrait/qms-report-content-portrait.component.js +9 -2
- package/esm2015/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.js +8 -3
- package/esm2015/lib/components/select-access-dialog/select-access-dialog.component.js +2 -2
- package/esm2015/lib/components/select-department/select-department.component.js +6 -38
- package/esm2015/lib/components/select-department-tree/model/department-paging.model.js +1 -2
- package/esm2015/lib/components/select-department-tree/model/select-department-tree.config.js +2 -5
- package/esm2015/lib/components/select-department-tree/select-department-tree.component.js +114 -164
- package/esm2015/lib/components/select-department-tree/select-department-tree.module.js +2 -4
- package/esm2015/lib/components/select-dialog/select-dialog.js +8 -4
- package/esm2015/lib/components/select-include-children/select-include-children.component.js +3 -3
- package/esm2015/lib/components/select-one/select-one-next.component.js +3 -3
- package/esm2015/lib/components/select-one/select-one.component.js +3 -3
- package/esm2015/lib/components/select-process-document/select-process-document.component.js +3 -3
- package/esm2015/lib/components/tree/basic-tree.component.js +4 -4
- package/esm2015/lib/components/upload-file-error-dialog/upload-file-error-dialog.js +9 -2
- package/esm2015/lib/directives/chip-input/chip-input-select-trigger.directive.js +3 -3
- package/esm2015/lib/directives/chips/chip.directive.js +2 -2
- package/esm2015/lib/directives/dropdown-menu/dropdown-item.directive.js +2 -2
- package/esm2015/lib/directives/file-upload/file-upload-display.directive.js +3 -3
- package/esm2015/lib/directives/file-upload/file-upload-multiple-display.directive.js +3 -3
- package/esm2015/lib/directives/file-upload/file-upload-multiple.directive.js +3 -3
- package/esm2015/lib/directives/file-upload/file-upload.directive.js +2 -2
- package/esm2015/lib/directives/search-field.directive.js +2 -2
- package/esm2015/lib/model/en.js +4 -2
- package/esm2015/lib/model/no.js +4 -2
- package/esm2015/lib/pipe/dateFormat.pipe.js +9 -2
- package/esm2015/lib/qms-angular.component.js +9 -2
- package/esm2015/lib/qms-ckeditor-components/common/bpmn/toolbar.function.js +10 -1
- package/esm2015/lib/qms-ckeditor-components/common/classes/qmsUploadAdapter.js +21 -15
- package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorImageUploadType.const.js +4 -0
- package/esm2015/lib/qms-ckeditor-components/common/enums/ckeditor-bpmn-expand.enum.js +8 -0
- package/esm2015/lib/qms-ckeditor-components/common/functions/common.function.js +6 -9
- package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-data.model.js +1 -1
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.js +39 -11
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.js +53 -56
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.js +9 -4
- package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +28 -11
- package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn.service.js +33 -2
- package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-upload.service.js +6 -2
- package/esm2015/qms-angular.js +11 -11
- package/fesm2015/qms-angular.js +589 -468
- package/fesm2015/qms-angular.js.map +1 -1
- package/lib/common/models/qms-flat-node.model.d.ts +0 -1
- package/lib/common/models/qms-tree-node.model.d.ts +0 -1
- package/lib/common/themes.const.d.ts +1 -0
- package/lib/components/breadcrumb/breadcrumb-item.directive.d.ts +2 -2
- package/lib/components/breadcrumb/breadcrumb.d.ts +3 -0
- package/lib/components/comment/comment.d.ts +3 -0
- package/lib/components/edit-file-name-dialog/edit-file-name-dialog.d.ts +3 -0
- package/lib/components/qms-paginator/qms-paginator.component.d.ts +3 -0
- package/lib/components/related/list-other-related/list-related.component.d.ts +3 -0
- package/lib/components/related/model/popup-data.model.d.ts +2 -0
- package/lib/components/related/popup/related-popup.component.d.ts +13 -2
- package/lib/components/related/risk/analysis/analysis.component.d.ts +3 -0
- package/lib/components/related/risk/list/list.component.d.ts +3 -0
- package/lib/components/related/risk/result/result.component.d.ts +3 -0
- package/lib/components/reports/qms-report-content-portrait/qms-report-content-portrait.component.d.ts +3 -0
- package/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.d.ts +5 -3
- package/lib/components/select-department/select-department.component.d.ts +0 -19
- package/lib/components/select-department-tree/model/select-department-tree.config.d.ts +0 -3
- package/lib/components/select-department-tree/select-department-tree.component.d.ts +23 -51
- package/lib/components/select-dialog/select-dialog.d.ts +2 -1
- package/lib/components/upload-file-error-dialog/upload-file-error-dialog.d.ts +3 -0
- package/lib/directives/chip-input/chip-input-select-trigger.directive.d.ts +1 -1
- package/lib/directives/file-upload/file-upload-display.directive.d.ts +1 -1
- package/lib/directives/file-upload/file-upload-multiple-display.directive.d.ts +1 -1
- package/lib/directives/file-upload/file-upload-multiple.directive.d.ts +2 -2
- package/lib/model/en.d.ts +2 -0
- package/lib/model/no.d.ts +2 -0
- package/lib/pipe/dateFormat.pipe.d.ts +3 -0
- package/lib/qms-angular.component.d.ts +3 -0
- package/lib/qms-ckeditor-components/common/classes/qmsUploadAdapter.d.ts +1 -1
- package/lib/qms-ckeditor-components/common/constants/ckeditorImageUploadType.const.d.ts +3 -0
- package/lib/qms-ckeditor-components/common/enums/ckeditor-bpmn-expand.enum.d.ts +6 -0
- package/lib/qms-ckeditor-components/common/functions/common.function.d.ts +2 -4
- package/lib/qms-ckeditor-components/common/models/qms-ckeditor-data.model.d.ts +1 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.d.ts +4 -2
- package/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.d.ts +3 -1
- package/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.d.ts +1 -0
- package/lib/qms-ckeditor-components/qms-ckeditor.component.d.ts +1 -0
- package/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn.service.d.ts +2 -0
- package/lib/qms-ckeditor-components/services/qms-ckeditor-upload.service.d.ts +1 -1
- package/package.json +1 -1
- package/qms-angular.d.ts +10 -10
- package/qms-angular.metadata.json +1 -1
- package/src/assets/jointjs/scss/bpmn.scss +22 -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/src/plugins/anchor/anchorcommand.js +13 -3
- package/src/assets/qms-ckeditor-plugin/src/plugins/anchor/anchorui.js +7 -1
- package/src/assets/qms-ckeditor-plugin/src/plugins/bpmn/bpmndialogcommand.js +12 -3
- package/src/assets/qms-ckeditor-plugin/src/plugins/link/linkcommand.js +35 -33
- package/src/assets/qms-ckeditor-plugin/src/plugins/link/linkdialogcommand.js +9 -6
- package/src/assets/qms-ckeditor-plugin/src/plugins/link/linkediting.js +28 -14
- package/src/assets/qms-ckeditor-plugin/src/plugins/link/linkimageediting.js +1 -1
- package/src/assets/qms-ckeditor-plugin/src/plugins/link/linkimageui.js +97 -92
- package/src/assets/qms-ckeditor-plugin/src/plugins/link/linkui.js +40 -28
- package/src/assets/qms-ckeditor-plugin/src/plugins/link/ui/linkformview.js +24 -24
- package/src/assets/qms-ckeditor-plugin/src/plugins/link/utils.js +8 -1
- package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/downcast.js +2 -2
- package/src/assets/qms-ckeditor-plugin/src/plugins/template/loadtemplatedialogcommand.js +20 -1
- package/src/assets/qms-ckeditor-plugin/src/plugins/video/theme/video.css +1 -1
- package/src/assets/qms-ckeditor-plugin/src/plugins/video/video/videoediting.js +3 -2
- package/src/assets/qms-ckeditor-plugin/src/plugins/video/videoupload/uploadvideocommand.js +1 -1
- package/src/lib/components/related/popup/related-popup.component.scss +19 -0
- package/src/lib/components/select-department/select-department.component.scss +5 -25
- package/src/lib/components/select-department-tree/select-department-tree.component.scss +182 -381
- package/src/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.scss +4 -0
- package/src/lib/qms-ckeditor-components/qms-ckeditor.component.scss +4 -0
@@ -3,6 +3,7 @@
|
|
3
3
|
@import "../../../themes/theme/mixins";
|
4
4
|
@import "../../../themes/qms-icon-font";
|
5
5
|
|
6
|
+
|
6
7
|
.qms-select-department-tree-container {
|
7
8
|
.mr10 {
|
8
9
|
margin-right: 10px;
|
@@ -84,8 +85,6 @@
|
|
84
85
|
font-weight: 500;
|
85
86
|
color: theme-apply($ws-text-primary);
|
86
87
|
font-size: 16px;
|
87
|
-
display: flex;
|
88
|
-
align-items: center;
|
89
88
|
.header-view{
|
90
89
|
padding: 4px 0;
|
91
90
|
}
|
@@ -104,16 +103,15 @@
|
|
104
103
|
grid-template-columns: 1fr 200px;
|
105
104
|
column-gap: 2px;
|
106
105
|
padding: 4px 12px 4px 0;
|
107
|
-
.header-view:nth-child(1){
|
108
|
-
padding-left: 12px;
|
109
|
-
}
|
110
106
|
}
|
111
107
|
|
112
108
|
.tree-department-wrapper {
|
109
|
+
height: 375px;
|
113
110
|
padding-right: 4px;
|
114
|
-
overflow:
|
111
|
+
overflow-y: auto;
|
112
|
+
overflow-x: hidden;
|
115
113
|
position: relative;
|
116
|
-
transition: height .
|
114
|
+
transition: height .1s ease-in-out;
|
117
115
|
.tree-view{
|
118
116
|
&.active-mode-external-view{
|
119
117
|
width: 100%;
|
@@ -144,7 +142,7 @@
|
|
144
142
|
.external-list-item-container{
|
145
143
|
.node-external{
|
146
144
|
overflow: hidden;
|
147
|
-
transition:
|
145
|
+
transition: .1s ease-in-out;
|
148
146
|
.node-external-content {
|
149
147
|
padding: 5px 15px 5px 15px;
|
150
148
|
height: calc(100% - 2px);
|
@@ -165,131 +163,104 @@
|
|
165
163
|
}
|
166
164
|
}
|
167
165
|
|
168
|
-
|
169
|
-
|
170
|
-
background-color: rgba(0,0,0,0.1);
|
171
|
-
position: absolute;
|
172
|
-
top: 0;
|
173
|
-
left: 0;
|
174
|
-
width: 100%;
|
166
|
+
// Tree
|
167
|
+
.mat-tree.select-department-tree {
|
175
168
|
height: 100%;
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
&:nth-child(2) {
|
197
|
-
background: theme-apply($primary-light-24-opacity);
|
198
|
-
animation-delay: 0.16s;
|
199
|
-
}
|
200
|
-
&:nth-child(3) {
|
201
|
-
background: theme-apply($primary-light-32-opacity);
|
202
|
-
animation-delay: 0.32s;
|
169
|
+
&.has-checkbox-all{
|
170
|
+
max-height: calc(100% - 47px);
|
171
|
+
overflow-y: auto;
|
172
|
+
}
|
173
|
+
.mat-tree-node {
|
174
|
+
border-radius: 4px;
|
175
|
+
&:hover {
|
176
|
+
background: black(0.08);
|
177
|
+
}
|
178
|
+
|
179
|
+
&:active {
|
180
|
+
background: black(0.12);
|
181
|
+
}
|
182
|
+
|
183
|
+
&.active {
|
184
|
+
color: theme-apply($primary);
|
185
|
+
background: theme-apply($primary-light-6-opacity);
|
186
|
+
|
187
|
+
&:active {
|
188
|
+
background: theme-apply($primary-light-12-opacity);
|
203
189
|
}
|
204
|
-
|
205
|
-
|
206
|
-
|
190
|
+
|
191
|
+
button,
|
192
|
+
.mat-icon-rtl-mirror,
|
193
|
+
.type-icon,
|
194
|
+
.text-name {
|
195
|
+
color: theme-apply($primary);
|
207
196
|
}
|
208
197
|
}
|
209
|
-
|
210
|
-
|
211
|
-
|
198
|
+
}
|
199
|
+
|
200
|
+
.mat-tree-node.collapse-node:not(.selected-theme) {
|
201
|
+
&.active {
|
202
|
+
button,
|
203
|
+
.mat-icon-rtl-mirror,
|
204
|
+
.type-icon,
|
205
|
+
.text-name {
|
206
|
+
color: theme-apply($primary);
|
212
207
|
}
|
213
208
|
|
214
|
-
|
215
|
-
|
209
|
+
&:hover {
|
210
|
+
background: theme-apply($primary-light-6-opacity);
|
211
|
+
}
|
212
|
+
|
213
|
+
&:active {
|
214
|
+
background: theme-apply($primary-light-12-opacity);
|
216
215
|
}
|
217
216
|
}
|
218
217
|
}
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
& > .cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper{
|
223
|
-
padding: 0 4px !important;
|
218
|
+
|
219
|
+
.mat-tree-node.selected-theme{
|
220
|
+
background: theme-apply($primary-light-12-opacity);
|
224
221
|
}
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
height: 48px;
|
235
|
-
position: relative;
|
236
|
-
}
|
237
|
-
&.active-external-view{
|
238
|
-
.mat-checkbox.qms-group-options{
|
239
|
-
width: calc(100% - 250px) ;
|
240
|
-
}
|
222
|
+
|
223
|
+
.mat-tree-node.expand-node {
|
224
|
+
color: theme-apply($primary);
|
225
|
+
|
226
|
+
button,
|
227
|
+
.mat-icon-rtl-mirror,
|
228
|
+
.type-icon,
|
229
|
+
.text-name {
|
230
|
+
color: theme-apply($primary);
|
241
231
|
}
|
242
|
-
|
232
|
+
|
233
|
+
&:hover {
|
243
234
|
background: theme-apply($primary-light-6-opacity);
|
244
235
|
}
|
245
|
-
&> .external-view-node{
|
246
|
-
flex-basis: 200px;
|
247
|
-
overflow: hidden;
|
248
|
-
.node-external{
|
249
|
-
overflow: hidden;
|
250
|
-
transition: all .1s ease-in-out;
|
251
|
-
display: block;
|
252
|
-
.node-external-content {
|
253
|
-
padding: 5px 15px 5px 15px;
|
254
|
-
height: calc(100% - 2px);
|
255
|
-
color: theme-apply($default-color);
|
256
|
-
font-size: 14px;
|
257
|
-
display: flex;
|
258
|
-
align-items: center;
|
259
|
-
span{
|
260
|
-
overflow: hidden;
|
261
|
-
text-overflow: ellipsis;
|
262
|
-
white-space: nowrap;
|
263
|
-
}
|
264
|
-
}
|
265
|
-
}
|
266
|
-
}
|
267
|
-
&.expand-node {
|
268
|
-
color: theme-apply($primary);
|
269
|
-
&:hover {
|
270
|
-
background: theme-apply($primary-light-6-opacity);
|
271
|
-
}
|
272
236
|
|
273
|
-
|
274
|
-
background: theme-apply($primary-light-12-opacity);
|
275
|
-
}
|
276
|
-
}
|
277
|
-
.node-without-checkbox{
|
278
|
-
cursor: pointer;
|
279
|
-
width: 100%;
|
280
|
-
display: flex;
|
281
|
-
justify-content: space-between;
|
282
|
-
align-items: center;
|
283
|
-
.mat-icon{
|
284
|
-
color: theme-apply($primary);
|
285
|
-
margin-right: 4px;
|
286
|
-
}
|
287
|
-
}
|
288
|
-
&.selected-theme{
|
237
|
+
&:active {
|
289
238
|
background: theme-apply($primary-light-12-opacity);
|
290
239
|
}
|
240
|
+
}
|
241
|
+
|
242
|
+
.type-icon {
|
243
|
+
margin-right: 5px;
|
244
|
+
color: theme-apply($ws-action-active);
|
245
|
+
}
|
291
246
|
|
292
|
-
|
247
|
+
.text-name {
|
248
|
+
color: theme-apply($default-color);
|
249
|
+
}
|
250
|
+
|
251
|
+
.mat-icon-rtl-mirror {
|
252
|
+
color: black(0.6);
|
253
|
+
}
|
254
|
+
|
255
|
+
.mat-icon-button.btn-toggle {
|
256
|
+
width: 35px;
|
257
|
+
height: 35px;
|
258
|
+
line-height: 35px;
|
259
|
+
}
|
260
|
+
|
261
|
+
|
262
|
+
.mat-tree-node {
|
263
|
+
&.mat-tree-node-disabled-all {
|
293
264
|
cursor: default !important;
|
294
265
|
pointer-events: none;
|
295
266
|
user-select: none;
|
@@ -313,8 +284,66 @@
|
|
313
284
|
background-color: transparent;
|
314
285
|
}
|
315
286
|
}
|
287
|
+
|
288
|
+
&.mat-tree-node-disabled {
|
289
|
+
|
290
|
+
button.mat-button-disabled,
|
291
|
+
.type-icon {
|
292
|
+
color: black(0.38);
|
293
|
+
}
|
294
|
+
|
295
|
+
.text-name {
|
296
|
+
&.disabled {
|
297
|
+
color: black(0.38);
|
298
|
+
cursor: default !important;
|
299
|
+
pointer-events: none;
|
300
|
+
user-select: none;
|
301
|
+
}
|
302
|
+
}
|
303
|
+
|
304
|
+
&.active,
|
305
|
+
&:hover,
|
306
|
+
&:active,
|
307
|
+
&.expand-node:hover,
|
308
|
+
&.expand-node:active {
|
309
|
+
background-color: transparent;
|
310
|
+
}
|
311
|
+
}
|
312
|
+
|
313
|
+
.node-without-checkbox{
|
314
|
+
cursor: pointer;
|
315
|
+
width: 100%;
|
316
|
+
display: flex;
|
317
|
+
justify-content: space-between;
|
318
|
+
align-items: center;
|
319
|
+
.mat-icon{
|
320
|
+
color: theme-apply($primary);
|
321
|
+
margin-right: 4px;
|
322
|
+
}
|
323
|
+
}
|
324
|
+
|
325
|
+
&>.node-content-wraper {
|
326
|
+
width: fit-content;
|
327
|
+
position: relative;
|
328
|
+
display: flex;
|
329
|
+
justify-content: center;
|
330
|
+
align-items: center;
|
331
|
+
|
332
|
+
&>.mat-progress-bar {
|
333
|
+
height: 3px;
|
334
|
+
width: 100%;
|
335
|
+
position: absolute;
|
336
|
+
bottom: 0;
|
337
|
+
left: 10px;
|
338
|
+
|
339
|
+
.mat-progress-bar-fill::after {
|
340
|
+
background: theme-apply($primary);
|
341
|
+
}
|
342
|
+
}
|
343
|
+
}
|
316
344
|
}
|
317
345
|
}
|
346
|
+
|
318
347
|
.text-name {
|
319
348
|
position: relative;
|
320
349
|
overflow: hidden;
|
@@ -331,10 +360,7 @@
|
|
331
360
|
}
|
332
361
|
|
333
362
|
.ml5 {
|
334
|
-
margin-left:
|
335
|
-
}
|
336
|
-
.pl-10{
|
337
|
-
padding-left: 10px;
|
363
|
+
margin-left: 10px !important;
|
338
364
|
}
|
339
365
|
|
340
366
|
::ng-deep .mat-checkbox.qms-group-options.flex-direction-row {
|
@@ -351,90 +377,51 @@
|
|
351
377
|
}
|
352
378
|
|
353
379
|
.qms-view-search-result{
|
380
|
+
height: 100%;
|
354
381
|
width: 100%;
|
355
382
|
overflow: hidden;
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
383
|
+
.result {
|
384
|
+
max-height: calc(100% - 44px);
|
385
|
+
overflow-y: auto;
|
386
|
+
margin-bottom: 4px;
|
387
|
+
padding-right: 4px;
|
388
|
+
&.active-paging{
|
389
|
+
max-height: calc(100% - 95px);
|
390
|
+
}
|
391
|
+
&.no-result{
|
392
|
+
height: 100%;
|
393
|
+
display: flex;
|
394
|
+
justify-content: center;
|
395
|
+
align-items: center;
|
366
396
|
}
|
367
|
-
|
368
|
-
|
369
|
-
display:
|
370
|
-
|
371
|
-
|
372
|
-
}
|
373
|
-
&:nth-child(2){
|
374
|
-
flex-basis: 200px;
|
375
|
-
}
|
397
|
+
&.no-result{
|
398
|
+
height: 100%;
|
399
|
+
display: flex;
|
400
|
+
justify-content: center;
|
401
|
+
align-items: center;
|
376
402
|
}
|
377
403
|
}
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
404
|
+
.result-item{
|
405
|
+
border-radius: 4px;
|
406
|
+
display: grid;
|
407
|
+
grid-template-columns: 45px 1fr;
|
408
|
+
align-items: center;
|
409
|
+
cursor: pointer;
|
410
|
+
transition: background .3s ease;
|
411
|
+
&:not(:nth-child(1)){
|
412
|
+
margin-top: 4px !important;
|
382
413
|
}
|
383
|
-
|
384
|
-
|
385
|
-
max-height: calc(100% - 44px);
|
386
|
-
overflow-y: auto;
|
387
|
-
margin-bottom: 4px;
|
388
|
-
padding-right: 4px;
|
389
|
-
&.active-paging{
|
390
|
-
max-height: calc(100% - 40px);
|
391
|
-
}
|
392
|
-
&.no-result{
|
393
|
-
height: 100%;
|
394
|
-
display: flex;
|
395
|
-
justify-content: center;
|
396
|
-
align-items: center;
|
397
|
-
}
|
398
|
-
&.no-result{
|
399
|
-
height: 100%;
|
400
|
-
display: flex;
|
401
|
-
justify-content: center;
|
402
|
-
align-items: center;
|
403
|
-
}
|
414
|
+
&:hover{
|
415
|
+
background: linear-gradient(0deg, rgba(1, 99, 178, 0.12), rgba(1, 99, 178, 0.12)), #FFFFFF;
|
404
416
|
}
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
cursor: pointer;
|
411
|
-
transition: background .3s ease;
|
412
|
-
&:not(:nth-child(1)){
|
413
|
-
margin-top: 4px !important;
|
414
|
-
}
|
415
|
-
&:hover{
|
416
|
-
background: linear-gradient(0deg, rgba(1, 99, 178, 0.12), rgba(1, 99, 178, 0.12)), #FFFFFF;
|
417
|
-
}
|
418
|
-
&.active{
|
419
|
-
background: linear-gradient(0deg, rgba(1, 99, 178, 0.12), rgba(1, 99, 178, 0.12)), #FFFFFF;
|
420
|
-
}
|
421
|
-
&__content{
|
422
|
-
display: flex;
|
423
|
-
align-items: center;
|
424
|
-
.item-result-content-wraper{
|
425
|
-
padding: 5px 15px 5px 15px;
|
426
|
-
width: 100%;
|
427
|
-
}
|
428
|
-
.external-name{
|
429
|
-
flex-basis: 200px;
|
430
|
-
span{
|
431
|
-
width: 200px;
|
432
|
-
display: inline-block;
|
433
|
-
}
|
434
|
-
}
|
435
|
-
}
|
417
|
+
&.active{
|
418
|
+
background: linear-gradient(0deg, rgba(1, 99, 178, 0.12), rgba(1, 99, 178, 0.12)), #FFFFFF;
|
419
|
+
}
|
420
|
+
.item-result-content-wraper{
|
421
|
+
padding: 5px 15px 5px 15px;
|
436
422
|
}
|
437
423
|
}
|
424
|
+
|
438
425
|
::ng-deep .mat-checkbox.qms-group-options{
|
439
426
|
display: flex;
|
440
427
|
height: 100%;
|
@@ -513,7 +500,6 @@
|
|
513
500
|
color: rgba(0, 0, 0, 0.6);
|
514
501
|
font-weight: 400;
|
515
502
|
font-size: 14px;
|
516
|
-
max-width: 250px;
|
517
503
|
}
|
518
504
|
|
519
505
|
::ng-deep .mat-checkbox.checkbox-all .mat-checkbox-label{
|
@@ -570,189 +556,4 @@
|
|
570
556
|
}
|
571
557
|
}
|
572
558
|
}
|
573
|
-
|
574
|
-
.qms-spinner {
|
575
|
-
font-size: 20px;
|
576
|
-
position: relative;
|
577
|
-
display: inline-block;
|
578
|
-
width: 1em;
|
579
|
-
height: 1em;
|
580
|
-
&.center {
|
581
|
-
position: absolute;
|
582
|
-
left: 0;
|
583
|
-
right: 0;
|
584
|
-
top: 0;
|
585
|
-
bottom: 0;
|
586
|
-
margin: auto;
|
587
|
-
}
|
588
|
-
&> .qms-spinner-blade {
|
589
|
-
position: absolute;
|
590
|
-
left: 0.4629em;
|
591
|
-
bottom: 0;
|
592
|
-
width: 0.074em;
|
593
|
-
height: 0.2777em;
|
594
|
-
border-radius: 0.0555em;
|
595
|
-
background-color: transparent;
|
596
|
-
-webkit-transform-origin: center -0.2222em;
|
597
|
-
-ms-transform-origin: center -0.2222em;
|
598
|
-
transform-origin: center -0.2222em;
|
599
|
-
animation: spinner-animation 1s infinite linear;
|
600
|
-
&:nth-child(1) {
|
601
|
-
-webkit-animation-delay: 0s;
|
602
|
-
animation-delay: 0s;
|
603
|
-
-webkit-transform: rotate(0deg);
|
604
|
-
-ms-transform: rotate(0deg);
|
605
|
-
transform: rotate(0deg);
|
606
|
-
}
|
607
|
-
&:nth-child(2) {
|
608
|
-
-webkit-animation-delay: 0.083s;
|
609
|
-
animation-delay: 0.083s;
|
610
|
-
-webkit-transform: rotate(30deg);
|
611
|
-
-ms-transform: rotate(30deg);
|
612
|
-
transform: rotate(30deg);
|
613
|
-
}
|
614
|
-
&:nth-child(3) {
|
615
|
-
-webkit-animation-delay: 0.166s;
|
616
|
-
animation-delay: 0.166s;
|
617
|
-
-webkit-transform: rotate(60deg);
|
618
|
-
-ms-transform: rotate(60deg);
|
619
|
-
transform: rotate(60deg);
|
620
|
-
}
|
621
|
-
&:nth-child(4) {
|
622
|
-
-webkit-animation-delay: 0.249s;
|
623
|
-
animation-delay: 0.249s;
|
624
|
-
-webkit-transform: rotate(90deg);
|
625
|
-
-ms-transform: rotate(90deg);
|
626
|
-
transform: rotate(90deg);
|
627
|
-
}
|
628
|
-
&:nth-child(5) {
|
629
|
-
-webkit-animation-delay: 0.332s;
|
630
|
-
animation-delay: 0.332s;
|
631
|
-
-webkit-transform: rotate(120deg);
|
632
|
-
-ms-transform: rotate(120deg);
|
633
|
-
transform: rotate(120deg);
|
634
|
-
}
|
635
|
-
&:nth-child(6) {
|
636
|
-
-webkit-animation-delay: 0.415s;
|
637
|
-
animation-delay: 0.415s;
|
638
|
-
-webkit-transform: rotate(150deg);
|
639
|
-
-ms-transform: rotate(150deg);
|
640
|
-
transform: rotate(150deg);
|
641
|
-
}
|
642
|
-
&:nth-child(7) {
|
643
|
-
-webkit-animation-delay: 0.498s;
|
644
|
-
animation-delay: 0.498s;
|
645
|
-
-webkit-transform: rotate(180deg);
|
646
|
-
-ms-transform: rotate(180deg);
|
647
|
-
transform: rotate(180deg);
|
648
|
-
}
|
649
|
-
&:nth-child(8) {
|
650
|
-
-webkit-animation-delay: 0.581s;
|
651
|
-
animation-delay: 0.581s;
|
652
|
-
-webkit-transform: rotate(210deg);
|
653
|
-
-ms-transform: rotate(210deg);
|
654
|
-
transform: rotate(210deg);
|
655
|
-
}
|
656
|
-
&:nth-child(9) {
|
657
|
-
-webkit-animation-delay: 0.664s;
|
658
|
-
animation-delay: 0.664s;
|
659
|
-
-webkit-transform: rotate(240deg);
|
660
|
-
-ms-transform: rotate(240deg);
|
661
|
-
transform: rotate(240deg);
|
662
|
-
}
|
663
|
-
&:nth-child(10) {
|
664
|
-
-webkit-animation-delay: 0.747s;
|
665
|
-
animation-delay: 0.747s;
|
666
|
-
-webkit-transform: rotate(270deg);
|
667
|
-
-ms-transform: rotate(270deg);
|
668
|
-
transform: rotate(270deg);
|
669
|
-
}
|
670
|
-
&:nth-child(11) {
|
671
|
-
-webkit-animation-delay: 0.83s;
|
672
|
-
animation-delay: 0.83s;
|
673
|
-
-webkit-transform: rotate(300deg);
|
674
|
-
-ms-transform: rotate(300deg);
|
675
|
-
transform: rotate(300deg);
|
676
|
-
}
|
677
|
-
&:nth-child(12) {
|
678
|
-
-webkit-animation-delay: 0.913s;
|
679
|
-
animation-delay: 0.913s;
|
680
|
-
-webkit-transform: rotate(330deg);
|
681
|
-
-ms-transform: rotate(330deg);
|
682
|
-
transform: rotate(330deg);
|
683
|
-
}
|
684
|
-
@keyframes spinner-animation {
|
685
|
-
0% {
|
686
|
-
background-color: theme-apply($primary-light-32-opacity);
|
687
|
-
}
|
688
|
-
|
689
|
-
100% {
|
690
|
-
background-color: transparent;
|
691
|
-
}
|
692
|
-
}
|
693
|
-
}
|
694
|
-
}
|
695
|
-
// Responsive
|
696
|
-
@media screen and (max-width: 600px) {
|
697
|
-
.external-view-node {
|
698
|
-
flex-basis: 65px !important;
|
699
|
-
}
|
700
|
-
|
701
|
-
.qms-tree-node.active-external-view .mat-checkbox.qms-group-options {
|
702
|
-
width: calc(100% - 110px)!important ;
|
703
|
-
}
|
704
|
-
|
705
|
-
.header-view-tree {
|
706
|
-
grid-template-columns: 1fr 80px !important;
|
707
|
-
}
|
708
|
-
|
709
|
-
::ng-deep .cdk-virtual-scroll-content-wrapper{
|
710
|
-
right: 0 !important;
|
711
|
-
}
|
712
|
-
.header-title{
|
713
|
-
font-size: 14px !important;
|
714
|
-
}
|
715
|
-
.text-name, .node-external, .text-label, .text-label+span{
|
716
|
-
font-size: 12px;
|
717
|
-
}
|
718
|
-
.node-expand-area{
|
719
|
-
width: 30px !important;
|
720
|
-
height: 30px !important;
|
721
|
-
.qms-btn-icon{
|
722
|
-
width: 30px;
|
723
|
-
height: 30px;
|
724
|
-
line-height: 30px;
|
725
|
-
}
|
726
|
-
}
|
727
|
-
.fs-base{
|
728
|
-
font-size: 12px !important;
|
729
|
-
}
|
730
|
-
.qms-select-department-tree-container .breadcrumb-container{
|
731
|
-
flex-wrap: nowrap !important;
|
732
|
-
}
|
733
|
-
::ng-deep .qms-breadcrumb-item-text{
|
734
|
-
font-size: 12px !important;
|
735
|
-
max-width: 175px !important;
|
736
|
-
}
|
737
|
-
|
738
|
-
::ng-deep .qms-paginator .mat-paginator-container .qms-total-result{
|
739
|
-
display: none !important;
|
740
|
-
}
|
741
|
-
|
742
|
-
::ng-deep .qms-paginator .size-small .mat-paginator-container{
|
743
|
-
justify-content: center !important;
|
744
|
-
}
|
745
|
-
|
746
|
-
.qms-view-search-result__header > .header-title:nth-child(2){
|
747
|
-
flex-basis: 120px !important;
|
748
|
-
}
|
749
|
-
|
750
|
-
.result-item__content .external-name{
|
751
|
-
flex-basis: 75px !important;
|
752
|
-
span{
|
753
|
-
width: 75px !important;
|
754
|
-
}
|
755
|
-
}
|
756
|
-
}
|
757
559
|
}
|
758
|
-
|