qms-angular 1.1.41 → 1.1.43

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. package/bundles/qms-angular.umd.js +1569 -441
  2. package/bundles/qms-angular.umd.js.map +1 -1
  3. package/esm2015/lib/common/enum/data-type.enum.js +2 -1
  4. package/esm2015/lib/common/enum/process-classification.enum.js +6 -0
  5. package/esm2015/lib/common/qms-icon.const.js +116 -111
  6. package/esm2015/lib/common/themes.const.js +2 -2
  7. package/esm2015/lib/components/app-icon/icon-registry.service.js +5 -2
  8. package/esm2015/lib/components/related/common/video.const.js +3 -1
  9. package/esm2015/lib/components/related/content/related-content.component.js +2 -2
  10. package/esm2015/lib/components/related/list-other-related/list-related.component.js +5 -2
  11. package/esm2015/lib/components/related/model/popup-data.model.js +3 -1
  12. package/esm2015/lib/components/related/model/related-data.model.js +1 -1
  13. package/esm2015/lib/components/related/popup/related-popup.component.js +48 -32
  14. package/esm2015/lib/components/related/related.module.js +3 -2
  15. package/esm2015/lib/components/related/risk/analysis/analysis.component.js +2 -2
  16. package/esm2015/lib/components/select-access-dialog/select-access-dialog.component.js +24 -4
  17. package/esm2015/lib/components/select-department-tree/select-department-tree.component.js +5 -4
  18. package/esm2015/lib/components/select-one/select-one.component.js +2 -2
  19. package/esm2015/lib/components/select-process-document/select-process-document.component.js +15 -11
  20. package/esm2015/lib/components/tree/model/tree-config.model.js +1 -1
  21. package/esm2015/lib/components/tree/tree.component.js +12 -4
  22. package/esm2015/lib/components/treeNew/model/tree-node.model.js +1 -1
  23. package/esm2015/lib/components/treeNew/model/tree.model.js +1 -1
  24. package/esm2015/lib/components/treeNew/tree.component.js +8 -4
  25. package/esm2015/lib/components/treeNew/tree.function.js +8 -4
  26. package/esm2015/lib/model/en.js +86 -2
  27. package/esm2015/lib/model/no.js +87 -3
  28. package/esm2015/lib/model/sv.js +437 -0
  29. package/esm2015/lib/qms-ckeditor-components/common/functions/common.function.js +15 -14
  30. package/esm2015/lib/qms-ckeditor-components/common/functions/resource.function.js +207 -0
  31. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-data.model.js +1 -1
  32. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-url.model.js +1 -1
  33. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.js +262 -29
  34. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.js +102 -36
  35. package/esm2015/lib/qms-ckeditor-components/models/qms-ckeditor-imagemap.model.js +1 -1
  36. package/esm2015/lib/qms-ckeditor-components/models/qms-ckeditor-video.model.js +16 -0
  37. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +39 -118
  38. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn.service.js +10 -3
  39. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-tree.service.js +7 -3
  40. package/esm2015/lib/services/translation-registry.service.js +7 -5
  41. package/fesm2015/qms-angular.js +1603 -503
  42. package/fesm2015/qms-angular.js.map +1 -1
  43. package/lib/common/enum/data-type.enum.d.ts +2 -1
  44. package/lib/common/enum/process-classification.enum.d.ts +4 -0
  45. package/lib/common/qms-icon.const.d.ts +1 -0
  46. package/lib/components/app-icon/icon-registry.service.d.ts +1 -0
  47. package/lib/components/related/common/video.const.d.ts +2 -0
  48. package/lib/components/related/content/related-content.component.d.ts +1 -1
  49. package/lib/components/related/list-other-related/list-related.component.d.ts +2 -2
  50. package/lib/components/related/model/popup-data.model.d.ts +3 -0
  51. package/lib/components/related/model/related-data.model.d.ts +1 -0
  52. package/lib/components/related/popup/related-popup.component.d.ts +7 -3
  53. package/lib/components/select-access-dialog/select-access-dialog.component.d.ts +3 -2
  54. package/lib/components/select-one/select-one.component.d.ts +1 -1
  55. package/lib/components/select-process-document/select-process-document.component.d.ts +5 -6
  56. package/lib/components/tree/model/tree-config.model.d.ts +1 -1
  57. package/lib/components/tree/tree.component.d.ts +1 -1
  58. package/lib/components/treeNew/model/tree-node.model.d.ts +1 -0
  59. package/lib/components/treeNew/model/tree.model.d.ts +1 -0
  60. package/lib/components/treeNew/tree.component.d.ts +5 -2
  61. package/lib/model/en.d.ts +84 -0
  62. package/lib/model/no.d.ts +84 -0
  63. package/lib/model/sv.d.ts +436 -0
  64. package/lib/qms-ckeditor-components/common/functions/common.function.d.ts +29 -10
  65. package/lib/qms-ckeditor-components/common/functions/resource.function.d.ts +194 -0
  66. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-data.model.d.ts +3 -0
  67. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-url.model.d.ts +2 -0
  68. package/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.d.ts +13 -2
  69. package/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.d.ts +1 -0
  70. package/lib/qms-ckeditor-components/models/qms-ckeditor-imagemap.model.d.ts +1 -0
  71. package/lib/qms-ckeditor-components/models/qms-ckeditor-video.model.d.ts +10 -0
  72. package/lib/qms-ckeditor-components/qms-ckeditor.component.d.ts +1 -2
  73. package/lib/qms-ckeditor-components/services/qms-ckeditor-tree.service.d.ts +2 -1
  74. package/lib/services/translation-registry.service.d.ts +1 -0
  75. package/package.json +1 -1
  76. package/qms-angular.metadata.json +1 -1
  77. package/src/assets/jointjs/scss/bpmn.scss +914 -906
  78. package/src/assets/qms-ckeditor-plugin/build/ckeditor.js +1 -1
  79. package/src/assets/qms-ckeditor-plugin/build/ckeditor.js.map +1 -1
  80. package/src/assets/qms-ckeditor-plugin/build/translations/no.js +1 -1
  81. package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-find-and-replace/src/findandreplaceui.js +223 -223
  82. package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/lang/translations/no.po +21 -0
  83. package/src/assets/qms-ckeditor-plugin/src/plugins/fullscreen/qmsCKEditorFullscreenPlugin.js +52 -50
  84. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/headingui.js +115 -115
  85. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/utils.js +42 -42
  86. package/src/assets/qms-ckeditor-plugin/src/plugins/link/linkcommand.js +1 -1
  87. package/src/assets/qms-ckeditor-plugin/src/plugins/media/mediaembedediting.js +281 -283
  88. package/src/assets/qms-ckeditor-plugin/src/plugins/media/theme/mediaembed.css +30 -30
  89. package/src/assets/qms-ckeditor-plugin/src/plugins/media/theme/mediaembedediting.css +57 -57
  90. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/snippet.css +3877 -3876
  91. package/src/assets/qms-ckeditor-plugin/src/plugins/video/theme/video.css +17 -17
  92. package/src/assets/qms-ckeditor-plugin/src/plugins/video/theme/videoresize.css +33 -32
  93. package/src/assets/qms-ckeditor-plugin/src/plugins/video/video/videoediting.js +81 -75
  94. package/src/assets/qms-ckeditor-plugin/src/plugins/video/videoresize/resizevideocommand.js +35 -35
  95. package/src/assets/qms-ckeditor-plugin/src/plugins/video/videoresize/videoresizeediting.js +104 -92
  96. package/src/assets/qms-ckeditor-plugin/src/plugins/video/videoupload/browsevideodialogcommand.js +69 -25
  97. package/src/assets/qms-ckeditor-plugin/src/plugins/video/videoupload/uploadvideocommand.js +21 -21
  98. package/src/lib/components/related/popup/related-popup.component.scss +374 -350
  99. package/esm2015/lib/components/related/common/data-type.enum.js +0 -14
  100. package/esm2015/lib/components/select-one/common/data-type.enum.js +0 -14
  101. package/lib/components/related/common/data-type.enum.d.ts +0 -12
  102. package/lib/components/select-one/common/data-type.enum.d.ts +0 -12
@@ -1,350 +1,374 @@
1
- @import "../../../../themes/theme/variable";
2
- @import "../../../../themes/theme/mixins";
3
- @import "../../../../themes/core/scrollbar.scss";
4
- @import "../../../../themes/core/button.scss";
5
-
6
- .qmslib__related__popup__container {
7
- .input__field {
8
- display: flex;
9
- align-items: center;
10
-
11
- input {
12
- width: 100%;
13
- padding: 10px;
14
- outline: none;
15
- border: none;
16
- background: theme-apply($background-input-text);
17
- }
18
-
19
- .mat-icon {
20
- margin-left: -30px;
21
- cursor: pointer;
22
- vertical-align: middle;
23
- }
24
- }
25
-
26
- .line__divider {
27
- border-bottom: 1px solid #ccc;
28
- height: 1px;
29
- margin-top: 10px;
30
- min-width: 300px;
31
- max-width: 100%;
32
- }
33
-
34
- .button__close {
35
- float: right;
36
- top: -24px;
37
- right: -24px;
38
- cursor: pointer;
39
- }
40
-
41
- .panel__content {
42
- height: 450px;
43
- overflow: auto;
44
- margin-top: 12px;
45
- }
46
-
47
- .panel__content_height_with_upload {
48
- height: 380px;
49
- }
50
-
51
- .panel__content_item {
52
- height: 350px;
53
- overflow: auto;
54
- margin-top: 12px;
55
- }
56
-
57
- .panel__content_item_height_with_upload {
58
- height: 257px;
59
- }
60
-
61
- .panel-tree {
62
- .mat-expansion-panel-body {
63
- padding: 0 12px 12px;
64
- }
65
- }
66
-
67
- .mat-expansion-panel-header {
68
- height: 30px;
69
- font-size: 12px;
70
- letter-spacing: 1px;
71
- font-family: 'Raleway';
72
- font-weight: 600;
73
- padding: 0;
74
-
75
- .mat-expansion-panel-header-title {
76
- align-items: center;
77
- margin-left: 12px;
78
- }
79
-
80
- .related_popup_toggle-btn {
81
- width: 1.5rem;
82
- height: 1.5rem;
83
- line-height: 1.5rem;
84
- }
85
- }
86
-
87
- .mat-expansion-panel:not([class*="mat-elevation-z"]) {
88
- box-shadow: none;
89
- }
90
-
91
- .panel__item {
92
- height: 100px;
93
- margin-top: 12px;
94
- overflow-x: hidden;
95
- overflow-y: auto;
96
- padding-right: 5px;
97
- width: 100%;
98
- max-width: 100%;
99
- display: flex;
100
- flex-wrap: wrap;
101
- align-content: flex-start;
102
-
103
- .related__item__inline {
104
- max-width: 100%;
105
- }
106
-
107
- .related__item__content {
108
- height: 32px;
109
- line-height: 32px;
110
- background-color: theme-apply($related-item-background);
111
- max-width: 100%;
112
- margin-bottom: 5px;
113
- margin-left: 2.5px;
114
- margin-right: 2.5px;
115
-
116
- .mat-icon {
117
- color: theme-apply($related-mat-icon-color);
118
- font-size: 24px;
119
- }
120
-
121
- span.related__item__content_name {
122
- display: inline-block;
123
- min-width: calc(100% - 13px);
124
- white-space: nowrap;
125
- overflow: hidden;
126
- text-overflow: ellipsis;
127
- max-width: 278px;
128
- }
129
- }
130
- }
131
-
132
- .qmslib-related-popup-splitview{
133
- background-color: white;
134
- border-left: 1px solid #ccc;
135
- height: 450px;
136
- overflow-y: auto;
137
- margin-top: 12px;
138
-
139
- &.panel__content {
140
- height: 450px;
141
- overflow: auto;
142
- margin-top: 12px;
143
- }
144
-
145
- &.panel__content_item {
146
- height: 350px;
147
- overflow: auto;
148
- margin-top: 12px;
149
- }
150
-
151
- .splitview-header{
152
- font-size: 12px;
153
- letter-spacing: 1px;
154
- font-family: "RALEWAY";
155
- font-weight: 600;
156
- display: flex;
157
- align-items: center;
158
- }
159
-
160
- .mat-checkbox.qms-group-options {
161
- padding: 0px;
162
- }
163
-
164
- .mat-checkbox.qms-group-options .mat-checkbox-inner-container {
165
- margin-right: 11px;
166
- }
167
-
168
- .mat-checkbox.qms-group-options.mat-checkbox-checked {
169
- background: transparent !important;
170
- }
171
-
172
- .expand-node {
173
- margin-left: 8px;
174
- display: flex;
175
- align-items: center;
176
- min-height: 40px;
177
-
178
- .mat-icon {
179
- color: black(0.6);
180
- margin-right: 17px;
181
- min-width: fit-content;
182
-
183
- svg {
184
- display: block;
185
- min-width: fit-content;
186
- }
187
- }
188
- }
189
- }
190
-
191
- .module-name {
192
- margin-top: 10px;
193
- display: block;
194
- }
195
- }
196
-
197
- cdk-virtual-scroll-viewport {
198
- overflow-x: hidden;
199
- .search__module-result {
200
- margin: 1.5rem;
201
- padding: 0 0 0.5rem 0px;
202
- .search__module-title {
203
- font-size: 14px;
204
- font-weight: 600;
205
- }
206
-
207
- .search__option {
208
- height: auto;
209
- line-height: normal;
210
- padding: 8px 0;
211
- border-bottom: 1px solid #e0e0e0;
212
-
213
- .qms-list-item.mat-2-line.image-item {
214
- height: auto;
215
- }
216
- .qms-list-item-content {
217
- margin: 0;
218
- border-bottom: none;
219
- .wrap-image.image-square {
220
- width: 2.5rem;
221
- height: 100%;
222
- background: transparent;
223
- align-self: center;
224
- margin-right: 0;
225
- img {
226
- width: 24px;
227
- height: 24px;
228
- }
229
- }
230
-
231
- .material-icons-outlined.leading-icon,
232
- mat-icon.leading-icon {
233
- padding: 4px 0 4px 4px;
234
- }
235
-
236
- .subtitle {
237
- font-weight: 400;
238
- }
239
-
240
- .caption {
241
- overflow: hidden;
242
- line-height: normal;
243
- white-space: normal;
244
- text-overflow: ellipsis;
245
- display: -webkit-box;
246
- -webkit-line-clamp: 2;
247
- -webkit-box-orient: vertical;
248
- padding: 0;
249
- margin: 0;
250
-
251
- span.search__result__parent-name {
252
- display: inline-block;
253
- width: auto;
254
- width: calc(100% - 13px);
255
- white-space: nowrap;
256
- overflow: hidden;
257
- text-overflow: ellipsis;
258
- }
259
- }
260
-
261
- .default-subtitle {
262
- color: rgba($color: #000000, $alpha: 0.38);
263
- }
264
-
265
- .search__description-icon {
266
- margin-right: 0px;
267
- width: 12px;
268
- height: 12px;
269
- font-size: 12px;
270
- }
271
-
272
- .qms-list-text {
273
- border-bottom: none;
274
- }
275
-
276
- .breadcrumb-container {
277
- .qms-breadcrumb-item {
278
- .mat-icon {
279
- font-size: 16px!important;
280
- padding-bottom: 1px;
281
- }
282
- }
283
- }
284
- }
285
- }
286
-
287
-
288
- .mat-option[aria-disabled=true] {
289
- $disabled-color: rgba($color: #000000, $alpha: 0.38);
290
-
291
- .subtitle {
292
- color: $disabled-color;
293
- }
294
-
295
- .breadcrumb-container {
296
- .qms-breadcrumb-item {
297
- .mat-icon {
298
- color: $disabled-color;
299
- }
300
- }
301
-
302
- .qms-breadcrumb-item-text {
303
- color: $disabled-color;
304
- }
305
- }
306
- }
307
-
308
- svg {
309
- display: block;
310
- }
311
- }
312
- }
313
-
314
- #qmslib_related_popup_header_001 {
315
- margin-bottom: 20px;
316
- padding: 0;
317
- font-weight: 600;
318
- font-family: "Raleway";
319
-
320
- .module-title {
321
- width: 200px;
322
- }
323
-
324
- .selected-image {
325
- display: flex;
326
- align-items: center;
327
- padding-bottom: 10px;
328
-
329
- .input-upload {
330
- height: 60px;
331
- padding-left: 30px;
332
- max-width: 260px;
333
- }
334
- }
335
- }
336
-
337
- .padding-5 {
338
- padding: 5px;
339
- }
340
-
341
- .mat-autocomplete_related-viewport {
342
- height: 100%;
343
- max-height: 100% !important;
344
- .cdk-virtual-scroll-content-wrapper {
345
- width: 100%;
346
- }
347
- .related-viewport {
348
- min-height: 300px;
349
- }
350
- }
1
+ @import "../../../../themes/theme/variable";
2
+ @import "../../../../themes/theme/mixins";
3
+ @import "../../../../themes/core/scrollbar.scss";
4
+ @import "../../../../themes/core/button.scss";
5
+
6
+ .qmslib__related__popup__container {
7
+ .input__field {
8
+ display: flex;
9
+ align-items: center;
10
+
11
+ input {
12
+ width: 100%;
13
+ padding: 10px;
14
+ outline: none;
15
+ border: none;
16
+ background: theme-apply($background-input-text);
17
+ }
18
+
19
+ .mat-icon {
20
+ margin-left: -30px;
21
+ cursor: pointer;
22
+ vertical-align: middle;
23
+ }
24
+ }
25
+
26
+ .line__divider {
27
+ border-bottom: 1px solid #ccc;
28
+ height: 1px;
29
+ margin-top: 10px;
30
+ min-width: 300px;
31
+ max-width: 100%;
32
+ }
33
+
34
+ .button__close {
35
+ float: right;
36
+ top: -24px;
37
+ right: -24px;
38
+ cursor: pointer;
39
+ }
40
+
41
+ .panel__content {
42
+ height: 450px;
43
+ overflow: auto;
44
+ margin-top: 12px;
45
+ }
46
+
47
+ .panel__content_height_with_upload {
48
+ height: 380px;
49
+ }
50
+
51
+ .panel__content_item {
52
+ height: 350px;
53
+ overflow: auto;
54
+ margin-top: 12px;
55
+ }
56
+
57
+ .panel__content_item_height_with_upload {
58
+ height: 257px;
59
+ }
60
+
61
+ .panel-tree {
62
+ .mat-expansion-panel-body {
63
+ padding: 0 12px 12px;
64
+ }
65
+ }
66
+
67
+ .mat-expansion-panel-header {
68
+ height: 30px;
69
+ font-size: 12px;
70
+ letter-spacing: 1px;
71
+ font-family: 'Raleway';
72
+ font-weight: 600;
73
+ padding: 0;
74
+
75
+ .mat-expansion-panel-header-title {
76
+ align-items: center;
77
+ margin-left: 12px;
78
+ }
79
+
80
+ .related_popup_toggle-btn {
81
+ width: 1.5rem;
82
+ height: 1.5rem;
83
+ line-height: 1.5rem;
84
+ }
85
+ }
86
+
87
+ .mat-expansion-panel:not([class*="mat-elevation-z"]) {
88
+ box-shadow: none;
89
+ }
90
+
91
+ .panel__item {
92
+ height: 100px;
93
+ margin-top: 12px;
94
+ overflow-x: hidden;
95
+ overflow-y: auto;
96
+ padding-right: 5px;
97
+ width: 100%;
98
+ max-width: 100%;
99
+ display: flex;
100
+ flex-wrap: wrap;
101
+ align-content: flex-start;
102
+
103
+ .related__item__inline {
104
+ max-width: 100%;
105
+ }
106
+
107
+ .related__item__content {
108
+ height: 32px;
109
+ line-height: 32px;
110
+ background-color: theme-apply($related-item-background);
111
+ max-width: 100%;
112
+ margin-bottom: 5px;
113
+ margin-left: 2.5px;
114
+ margin-right: 2.5px;
115
+
116
+ .mat-icon {
117
+ color: theme-apply($related-mat-icon-color);
118
+ font-size: 24px;
119
+ }
120
+
121
+ span.related__item__content_name {
122
+ display: inline-block;
123
+ min-width: calc(100% - 13px);
124
+ white-space: nowrap;
125
+ overflow: hidden;
126
+ text-overflow: ellipsis;
127
+ max-width: 278px;
128
+ }
129
+ }
130
+ }
131
+
132
+ .qmslib-related-popup-splitview{
133
+ background-color: white;
134
+ border-left: 1px solid #ccc;
135
+ height: 450px;
136
+ overflow-y: auto;
137
+ margin-top: 12px;
138
+
139
+ &.panel__content {
140
+ height: 450px;
141
+ overflow: auto;
142
+ margin-top: 12px;
143
+ }
144
+
145
+ &.panel__content_item {
146
+ height: 350px;
147
+ overflow: auto;
148
+ margin-top: 12px;
149
+ }
150
+
151
+ .splitview-header{
152
+ font-size: 12px;
153
+ letter-spacing: 1px;
154
+ font-family: "RALEWAY";
155
+ font-weight: 600;
156
+ display: flex;
157
+ align-items: center;
158
+ }
159
+
160
+ .mat-checkbox.qms-group-options {
161
+ padding: 0px;
162
+ }
163
+
164
+ .mat-checkbox.qms-group-options .mat-checkbox-inner-container {
165
+ margin-right: 11px;
166
+ }
167
+
168
+ .mat-checkbox.qms-group-options.mat-checkbox-checked {
169
+ background: transparent !important;
170
+ }
171
+
172
+ .expand-node {
173
+ margin-left: 8px;
174
+ display: flex;
175
+ align-items: center;
176
+ min-height: 40px;
177
+
178
+ .mat-icon {
179
+ color: black(0.6);
180
+ margin-right: 17px;
181
+ min-width: fit-content;
182
+
183
+ svg {
184
+ display: block;
185
+ min-width: fit-content;
186
+ }
187
+ }
188
+ }
189
+ }
190
+
191
+ .module-name {
192
+ margin-top: 10px;
193
+ display: block;
194
+ font-weight: 600;
195
+ font-family: "Raleway";
196
+ }
197
+
198
+ // Hide arrow on input type number
199
+ /* Chrome, Safari, Edge, Opera */
200
+ input::-webkit-outer-spin-button,
201
+ input::-webkit-inner-spin-button {
202
+ -webkit-appearance: none;
203
+ margin: 0;
204
+ }
205
+
206
+ /* Firefox */
207
+ input[type=number] {
208
+ -moz-appearance: textfield;
209
+ }
210
+
211
+ .panel_header_height_with_video_upload {
212
+ height: 350px;
213
+ }
214
+
215
+ .panel_header_height_without_video_upload {
216
+ height: 300px;
217
+ }
218
+ }
219
+
220
+ cdk-virtual-scroll-viewport {
221
+ overflow-x: hidden;
222
+ .search__module-result {
223
+ margin: 1.5rem;
224
+ padding: 0 0 0.5rem 0px;
225
+ .search__module-title {
226
+ font-size: 14px;
227
+ font-weight: 600;
228
+ }
229
+
230
+ .search__option {
231
+ height: auto;
232
+ line-height: normal;
233
+ padding: 8px 0;
234
+ border-bottom: 1px solid #e0e0e0;
235
+
236
+ .qms-list-item.mat-2-line.image-item {
237
+ height: auto;
238
+ }
239
+ .qms-list-item-content {
240
+ margin: 0;
241
+ border-bottom: none;
242
+ .wrap-image.image-square {
243
+ width: 2.5rem;
244
+ height: 100%;
245
+ background: transparent;
246
+ align-self: center;
247
+ margin-right: 0;
248
+ img {
249
+ width: 24px;
250
+ height: 24px;
251
+ }
252
+ }
253
+
254
+ .material-icons-outlined.leading-icon,
255
+ mat-icon.leading-icon {
256
+ padding: 4px 0 4px 4px;
257
+ }
258
+
259
+ .subtitle {
260
+ font-weight: 400;
261
+ }
262
+
263
+ .caption {
264
+ overflow: hidden;
265
+ line-height: normal;
266
+ white-space: normal;
267
+ text-overflow: ellipsis;
268
+ display: -webkit-box;
269
+ -webkit-line-clamp: 2;
270
+ -webkit-box-orient: vertical;
271
+ padding: 0;
272
+ margin: 0;
273
+
274
+ span.search__result__parent-name {
275
+ display: inline-block;
276
+ width: auto;
277
+ width: calc(100% - 13px);
278
+ white-space: nowrap;
279
+ overflow: hidden;
280
+ text-overflow: ellipsis;
281
+ }
282
+ }
283
+
284
+ .default-subtitle {
285
+ color: rgba($color: #000000, $alpha: 0.38);
286
+ }
287
+
288
+ .search__description-icon {
289
+ margin-right: 0px;
290
+ width: 12px;
291
+ height: 12px;
292
+ font-size: 12px;
293
+ }
294
+
295
+ .qms-list-text {
296
+ border-bottom: none;
297
+ }
298
+
299
+ .breadcrumb-container {
300
+ .qms-breadcrumb-item {
301
+ .mat-icon {
302
+ font-size: 16px!important;
303
+ padding-bottom: 1px;
304
+ }
305
+ }
306
+ }
307
+ }
308
+ }
309
+
310
+
311
+ .mat-option[aria-disabled=true] {
312
+ $disabled-color: rgba($color: #000000, $alpha: 0.38);
313
+
314
+ .subtitle {
315
+ color: $disabled-color;
316
+ }
317
+
318
+ .breadcrumb-container {
319
+ .qms-breadcrumb-item {
320
+ .mat-icon {
321
+ color: $disabled-color;
322
+ }
323
+ }
324
+
325
+ .qms-breadcrumb-item-text {
326
+ color: $disabled-color;
327
+ }
328
+ }
329
+ }
330
+
331
+ svg {
332
+ display: block;
333
+ }
334
+ }
335
+ }
336
+
337
+ #qmslib_related_popup_header_001 {
338
+ width: 100%;
339
+ margin-bottom: 20px;
340
+ padding: 0;
341
+ font-weight: 600;
342
+ font-family: "Raleway";
343
+ margin: 0;
344
+
345
+ .selected-image {
346
+ padding-bottom: 10px;
347
+ width: 100%;
348
+
349
+ .input-upload {
350
+ width: 100%;
351
+ height: 60px;
352
+ }
353
+
354
+ .module-name {
355
+ width: 100%;
356
+ height: 60px;
357
+ }
358
+ }
359
+ }
360
+
361
+ .padding-5 {
362
+ padding: 5px;
363
+ }
364
+
365
+ .mat-autocomplete_related-viewport {
366
+ height: 100%;
367
+ max-height: 100% !important;
368
+ .cdk-virtual-scroll-content-wrapper {
369
+ width: 100%;
370
+ }
371
+ .related-viewport {
372
+ min-height: 300px;
373
+ }
374
+ }