qms-angular 1.0.53 → 1.0.54
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 +330 -1081
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/common/qms-icon.const.js +1 -107
- package/esm2015/lib/components/app-icon/icon-registry.service.js +2 -2
- package/esm2015/lib/components/related/common/qms-icon.const.js +107 -0
- package/esm2015/lib/components/related/common/tree.function.js +96 -0
- package/esm2015/lib/components/related/model/popup-data.model.js +1 -1
- package/esm2015/lib/components/related/model/risk-analysis.model.js +1 -1
- package/esm2015/lib/components/related/model/tree-config.model.js +3 -0
- package/esm2015/lib/components/related/model/tree-node.model.js +3 -0
- package/esm2015/lib/components/related/model/tree.model.js +3 -0
- package/esm2015/lib/components/related/popup/related-popup.component.js +3 -3
- package/esm2015/lib/components/related/related.module.js +10 -9
- package/esm2015/lib/components/related/risk/analysis/analysis.component.js +2 -2
- package/esm2015/lib/components/related/risk/list/list.component.js +1 -1
- package/esm2015/lib/components/related/tree/tree.component.js +684 -0
- package/esm2015/public-api.js +7 -13
- package/fesm2015/qms-angular.js +272 -993
- package/fesm2015/qms-angular.js.map +1 -1
- package/lib/common/qms-icon.const.d.ts +0 -23
- package/lib/components/related/common/qms-icon.const.d.ts +23 -0
- package/lib/components/{tree → related/common}/tree.function.d.ts +2 -2
- package/lib/components/related/model/popup-data.model.d.ts +2 -2
- package/lib/components/related/model/risk-analysis.model.d.ts +2 -2
- package/lib/components/{tree → related}/model/tree-config.model.d.ts +2 -2
- package/lib/components/{tree → related}/model/tree-node.model.d.ts +0 -0
- package/lib/components/{tree → related}/model/tree.model.d.ts +0 -0
- package/lib/components/related/popup/related-popup.component.d.ts +14 -4
- package/lib/components/related/related.module.d.ts +26 -26
- package/lib/components/related/risk/analysis/analysis.component.d.ts +11 -3
- package/lib/components/related/risk/list/list.component.d.ts +1 -1
- package/lib/components/{tree → related/tree}/tree.component.d.ts +16 -6
- package/package.json +1 -1
- package/public-api.d.ts +6 -12
- package/src/assets/jointjs/scss/bpmn.scss +28 -28
- package/src/assets/qms-ckeditor-plugin/build/ckeditor.js +1 -2
- package/src/assets/qms-ckeditor-plugin/build/ckeditor.js.map +1 -1
- package/src/assets/qms-ckeditor-plugin/package-lock.json +12190 -9
- package/src/assets/qms-ckeditor-plugin/src/ckeditor.js +0 -2
- package/src/assets/qms-ckeditor-plugin/src/dist/ckeditor.dev.js +173 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/fullscreen/dist/qmsCKEditorFullscreenPlugin.dev.js +87 -0
- package/src/lib/components/{tree → related/tree}/tree.component.scss +3 -3
- package/src/themes/_scrollbar.scss +10 -3
- package/esm2015/lib/components/select-include-children/model/select-option.model.js +0 -3
- package/esm2015/lib/components/select-include-children/model/select-popup-data.model.js +0 -9
- package/esm2015/lib/components/select-include-children/model/select.const.js +0 -6
- package/esm2015/lib/components/select-include-children/select-include-children.component.js +0 -562
- package/esm2015/lib/components/select-include-children/select-include-children.module.js +0 -102
- package/esm2015/lib/components/select-include-children/services/select-global.service.js +0 -22
- package/esm2015/lib/components/tree/model/tree-config.model.js +0 -3
- package/esm2015/lib/components/tree/model/tree-flat-node.model.js +0 -3
- package/esm2015/lib/components/tree/model/tree-node.model.js +0 -3
- package/esm2015/lib/components/tree/model/tree.model.js +0 -3
- package/esm2015/lib/components/tree/tree.component.js +0 -685
- package/esm2015/lib/components/tree/tree.function.js +0 -96
- package/esm2015/lib/components/tree/tree.module.js +0 -90
- package/lib/components/select-include-children/model/select-option.model.d.ts +0 -9
- package/lib/components/select-include-children/model/select-popup-data.model.d.ts +0 -11
- package/lib/components/select-include-children/model/select.const.d.ts +0 -5
- package/lib/components/select-include-children/select-include-children.component.d.ts +0 -88
- package/lib/components/select-include-children/select-include-children.module.d.ts +0 -27
- package/lib/components/select-include-children/services/select-global.service.d.ts +0 -12
- package/lib/components/tree/model/tree-flat-node.model.d.ts +0 -11
- package/lib/components/tree/tree.module.d.ts +0 -24
- package/src/lib/components/select-include-children/select-include-children.component.scss +0 -304
- package/src/themes/_non-bg-scrollbar.scss +0 -33
@@ -1,304 +0,0 @@
|
|
1
|
-
@import "../../../themes/color.scss";
|
2
|
-
@import "../../../themes/core/scrollbar.scss";
|
3
|
-
@import "../../../themes/core/button.scss";
|
4
|
-
|
5
|
-
.qmslib__related__popup__container {
|
6
|
-
.input__field {
|
7
|
-
display: flex;
|
8
|
-
align-items: center;
|
9
|
-
|
10
|
-
input {
|
11
|
-
width: 100%;
|
12
|
-
padding: 10px;
|
13
|
-
outline: none;
|
14
|
-
border: none;
|
15
|
-
background: $background-input-text;
|
16
|
-
}
|
17
|
-
|
18
|
-
.mat-icon {
|
19
|
-
margin-left: -30px;
|
20
|
-
cursor: pointer;
|
21
|
-
vertical-align: middle;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
|
25
|
-
.line__divider {
|
26
|
-
border-bottom: 1px solid #ccc;
|
27
|
-
height: 1px;
|
28
|
-
margin-top: 10px;
|
29
|
-
min-width: 300px;
|
30
|
-
max-width: 100%;
|
31
|
-
}
|
32
|
-
|
33
|
-
.button__close {
|
34
|
-
float: right;
|
35
|
-
top: -24px;
|
36
|
-
right: -24px;
|
37
|
-
cursor: pointer;
|
38
|
-
}
|
39
|
-
|
40
|
-
.panel__content {
|
41
|
-
height: 450px;
|
42
|
-
overflow: auto;
|
43
|
-
margin-top: 12px;
|
44
|
-
}
|
45
|
-
|
46
|
-
.panel__content_item {
|
47
|
-
height: 350px;
|
48
|
-
overflow: auto;
|
49
|
-
margin-top: 12px;
|
50
|
-
}
|
51
|
-
|
52
|
-
.panel-tree {
|
53
|
-
.mat-expansion-panel-body {
|
54
|
-
padding: 0 12px 12px;
|
55
|
-
}
|
56
|
-
}
|
57
|
-
|
58
|
-
.mat-expansion-panel-header {
|
59
|
-
height: 30px;
|
60
|
-
font-size: 12px;
|
61
|
-
letter-spacing: 1px;
|
62
|
-
font-family: 'Raleway';
|
63
|
-
font-weight: 600;
|
64
|
-
padding: 0;
|
65
|
-
|
66
|
-
.mat-expansion-panel-header-title {
|
67
|
-
align-items: center;
|
68
|
-
margin-left: 12px;
|
69
|
-
}
|
70
|
-
|
71
|
-
.related_popup_toggle-btn {
|
72
|
-
width: 1.5rem;
|
73
|
-
height: 1.5rem;
|
74
|
-
line-height: 1.5rem;
|
75
|
-
}
|
76
|
-
}
|
77
|
-
|
78
|
-
.mat-expansion-panel:not([class*="mat-elevation-z"]) {
|
79
|
-
box-shadow: none;
|
80
|
-
}
|
81
|
-
|
82
|
-
.panel__item {
|
83
|
-
height: 100px;
|
84
|
-
margin-top: 12px;
|
85
|
-
overflow-x: hidden;
|
86
|
-
overflow-y: auto;
|
87
|
-
padding-right: 5px;
|
88
|
-
width: 100%;
|
89
|
-
max-width: 100%;
|
90
|
-
display: flex;
|
91
|
-
flex-wrap: wrap;
|
92
|
-
align-content: flex-start;
|
93
|
-
|
94
|
-
.related__item__inline {
|
95
|
-
max-width: 100%;
|
96
|
-
}
|
97
|
-
|
98
|
-
.select__toggle-include {
|
99
|
-
width: 100%;
|
100
|
-
}
|
101
|
-
|
102
|
-
.related__item__content {
|
103
|
-
height: 32px;
|
104
|
-
line-height: 32px;
|
105
|
-
background-color: $related-item-background;
|
106
|
-
max-width: 100%;
|
107
|
-
margin-bottom: 5px;
|
108
|
-
margin-left: 2.5px;
|
109
|
-
margin-right: 2.5px;
|
110
|
-
|
111
|
-
.mat-icon {
|
112
|
-
color: $related-mat-icon-color;
|
113
|
-
font-size: 24px;
|
114
|
-
}
|
115
|
-
|
116
|
-
span.related__item__content_name {
|
117
|
-
display: inline-block;
|
118
|
-
min-width: calc(100% - 13px);
|
119
|
-
white-space: nowrap;
|
120
|
-
overflow: hidden;
|
121
|
-
text-overflow: ellipsis;
|
122
|
-
max-width: 320px;
|
123
|
-
}
|
124
|
-
}
|
125
|
-
}
|
126
|
-
|
127
|
-
.qmslib-related-popup-splitview{
|
128
|
-
background-color: white;
|
129
|
-
border-left: 1px solid #ccc;
|
130
|
-
height: 450px;
|
131
|
-
overflow-y: auto;
|
132
|
-
margin-top: 12px;
|
133
|
-
|
134
|
-
&.panel__content {
|
135
|
-
height: 450px;
|
136
|
-
overflow: auto;
|
137
|
-
margin-top: 12px;
|
138
|
-
}
|
139
|
-
|
140
|
-
&.panel__content_item {
|
141
|
-
height: 350px;
|
142
|
-
overflow: auto;
|
143
|
-
margin-top: 12px;
|
144
|
-
}
|
145
|
-
|
146
|
-
.splitview-header{
|
147
|
-
height: 30px;
|
148
|
-
font-size: 12px;
|
149
|
-
letter-spacing: 1px;
|
150
|
-
font-family: "RALEWAY";
|
151
|
-
font-weight: 600;
|
152
|
-
display: flex;
|
153
|
-
align-items: center;
|
154
|
-
}
|
155
|
-
|
156
|
-
.mat-checkbox.qms-group-options {
|
157
|
-
padding: 0px;
|
158
|
-
}
|
159
|
-
|
160
|
-
.mat-checkbox.qms-group-options .mat-checkbox-inner-container {
|
161
|
-
margin-right: 11px;
|
162
|
-
}
|
163
|
-
|
164
|
-
.mat-checkbox.qms-group-options.mat-checkbox-checked {
|
165
|
-
background: transparent !important;
|
166
|
-
}
|
167
|
-
|
168
|
-
.expand-node {
|
169
|
-
margin-left: 8px;
|
170
|
-
display: flex;
|
171
|
-
align-items: center;
|
172
|
-
min-height: 40px;
|
173
|
-
|
174
|
-
.mat-icon {
|
175
|
-
color: black(0.6);
|
176
|
-
margin-right: 17px;
|
177
|
-
min-width: fit-content;
|
178
|
-
|
179
|
-
svg {
|
180
|
-
display: block;
|
181
|
-
min-width: fit-content;
|
182
|
-
}
|
183
|
-
}
|
184
|
-
}
|
185
|
-
}
|
186
|
-
}
|
187
|
-
|
188
|
-
cdk-virtual-scroll-viewport {
|
189
|
-
overflow-x: hidden;
|
190
|
-
.search__module-result {
|
191
|
-
margin: 1.5rem;
|
192
|
-
padding: 0 0 0.5rem 0px;
|
193
|
-
.search__module-title {
|
194
|
-
font-size: 14px;
|
195
|
-
font-weight: 600;
|
196
|
-
}
|
197
|
-
|
198
|
-
.search__option {
|
199
|
-
height: auto;
|
200
|
-
line-height: normal;
|
201
|
-
padding: 8px 0;
|
202
|
-
border-bottom: 1px solid #e0e0e0;
|
203
|
-
|
204
|
-
.qms-list-item.mat-2-line.image-item {
|
205
|
-
height: auto;
|
206
|
-
}
|
207
|
-
.qms-list-item-content {
|
208
|
-
margin: 0;
|
209
|
-
border-bottom: none;
|
210
|
-
.wrap-image.image-square {
|
211
|
-
width: 2.5rem;
|
212
|
-
height: 100%;
|
213
|
-
background: transparent;
|
214
|
-
align-self: center;
|
215
|
-
margin-right: 0;
|
216
|
-
img {
|
217
|
-
width: 24px;
|
218
|
-
height: 24px;
|
219
|
-
}
|
220
|
-
}
|
221
|
-
|
222
|
-
.material-icons-outlined.leading-icon,
|
223
|
-
mat-icon.leading-icon {
|
224
|
-
padding: 4px 0 4px 4px;
|
225
|
-
}
|
226
|
-
|
227
|
-
.subtitle {
|
228
|
-
font-weight: 400;
|
229
|
-
}
|
230
|
-
|
231
|
-
.caption {
|
232
|
-
overflow: hidden;
|
233
|
-
line-height: normal;
|
234
|
-
white-space: normal;
|
235
|
-
text-overflow: ellipsis;
|
236
|
-
display: -webkit-box;
|
237
|
-
-webkit-line-clamp: 2;
|
238
|
-
-webkit-box-orient: vertical;
|
239
|
-
padding: 0;
|
240
|
-
margin: 0;
|
241
|
-
|
242
|
-
span.search__result__parent-name {
|
243
|
-
display: inline-block;
|
244
|
-
width: auto;
|
245
|
-
width: calc(100% - 13px);
|
246
|
-
white-space: nowrap;
|
247
|
-
overflow: hidden;
|
248
|
-
text-overflow: ellipsis;
|
249
|
-
}
|
250
|
-
}
|
251
|
-
|
252
|
-
.default-subtitle {
|
253
|
-
color: rgba($color: #000000, $alpha: 0.38);
|
254
|
-
}
|
255
|
-
|
256
|
-
.search__description-icon {
|
257
|
-
margin-right: 0px;
|
258
|
-
width: 12px;
|
259
|
-
height: 12px;
|
260
|
-
font-size: 12px;
|
261
|
-
}
|
262
|
-
|
263
|
-
.qms-list-text {
|
264
|
-
border-bottom: none;
|
265
|
-
}
|
266
|
-
|
267
|
-
.breadcrumb-containe {
|
268
|
-
.qms-breadcrumb-item {
|
269
|
-
.mat-icon {
|
270
|
-
font-size: 16px!important;
|
271
|
-
padding-bottom: 1px;
|
272
|
-
}
|
273
|
-
}
|
274
|
-
}
|
275
|
-
}
|
276
|
-
}
|
277
|
-
|
278
|
-
svg {
|
279
|
-
display: block;
|
280
|
-
}
|
281
|
-
}
|
282
|
-
}
|
283
|
-
|
284
|
-
#qmslib_related_popup_header_001 {
|
285
|
-
margin-bottom: 20px;
|
286
|
-
padding: 0;
|
287
|
-
font-weight: 600;
|
288
|
-
font-family: "Raleway";
|
289
|
-
}
|
290
|
-
|
291
|
-
.padding-5 {
|
292
|
-
padding: 5px;
|
293
|
-
}
|
294
|
-
|
295
|
-
.mat-autocomplete_related-viewport {
|
296
|
-
height: 100%;
|
297
|
-
max-height: 100% !important;
|
298
|
-
.cdk-virtual-scroll-content-wrapper {
|
299
|
-
width: 100%;
|
300
|
-
}
|
301
|
-
.related-viewport {
|
302
|
-
min-height: 10.25rem;
|
303
|
-
}
|
304
|
-
}
|
@@ -1,33 +0,0 @@
|
|
1
|
-
@import './core/colors';
|
2
|
-
::-webkit-scrollbar {
|
3
|
-
width: 12px;
|
4
|
-
}
|
5
|
-
|
6
|
-
::-webkit-scrollbar-track {
|
7
|
-
background: transparent;
|
8
|
-
background-clip: content-box;
|
9
|
-
}
|
10
|
-
|
11
|
-
/* Handle */
|
12
|
-
::-webkit-scrollbar-thumb {
|
13
|
-
background: black(0.38);
|
14
|
-
border-radius: 20px;
|
15
|
-
width: 4px;
|
16
|
-
border: 4px solid transparent;
|
17
|
-
background-clip: content-box;
|
18
|
-
}
|
19
|
-
|
20
|
-
/* Handle on hover */
|
21
|
-
::-webkit-scrollbar-thumb:hover {
|
22
|
-
background: black(0.5);
|
23
|
-
background-clip: content-box;
|
24
|
-
border: 4px solid transparent;
|
25
|
-
}
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
/* Track */
|
30
|
-
::-webkit-scrollbar-track:hover {
|
31
|
-
background: black(0.12);
|
32
|
-
background-clip: content-box;
|
33
|
-
}
|