qms-angular 2.0.4 → 2.0.5

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.
@@ -9,11 +9,9 @@ export declare class QMSConfirmDialog implements OnInit, AfterViewInit {
9
9
  private dialogRef;
10
10
  info: ConfirmDialog;
11
11
  actionGroup: ElementRef;
12
- onResize(event: any): void;
13
12
  constructor(fb: UntypedFormBuilder, _elRef: ElementRef, dialogRef: MatDialogRef<QMSConfirmDialog>, data: any);
14
- ngOnInit(): void;
15
13
  ngAfterViewInit(): void;
16
- orderActionButton(): void;
14
+ ngOnInit(): void;
17
15
  save(): void;
18
16
  close(): void;
19
17
  static ɵfac: i0.ɵɵFactoryDeclaration<QMSConfirmDialog, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qms-angular",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -53,7 +53,6 @@
53
53
 
54
54
  .close-btn {
55
55
  color: black(0.6);
56
- height: 30px;
57
56
  padding: 0;
58
57
 
59
58
  &:hover,
@@ -6,7 +6,7 @@
6
6
  }
7
7
 
8
8
  .mat-mdc-dialog-title + .mat-mdc-dialog-content {
9
- padding: 20px 24px 0;
9
+ padding: 0px 24px;
10
10
  }
11
11
 
12
12
  .mat-mdc-dialog-actions {
@@ -20,7 +20,6 @@
20
20
  }
21
21
 
22
22
  .mat-mdc-dialog-actions {
23
- gap: 8px;
24
23
  justify-content: flex-end;
25
24
  }
26
25
 
@@ -37,7 +36,7 @@
37
36
  }
38
37
 
39
38
  .mat-mdc-dialog-title + .mat-mdc-dialog-content {
40
- padding: 20px 24px 0;
39
+ padding: 0px 24px;
41
40
  }
42
41
 
43
42
  .mat-mdc-dialog-actions {
@@ -51,7 +50,6 @@
51
50
  }
52
51
 
53
52
  .mat-mdc-dialog-actions {
54
- gap: 8px;
55
53
  justify-content: flex-end;
56
54
  }
57
55
  }
@@ -29,7 +29,7 @@ table.mat-mdc-table {
29
29
 
30
30
  .mat-mdc-row {
31
31
  font-family: inherit;
32
- }
32
+ }
33
33
 
34
34
  .mat-mdc-header-cell {
35
35
  font-size: 14px;
@@ -6,7 +6,7 @@
6
6
  &.mat-mdc-table {
7
7
  .mat-mdc-row {
8
8
  font-family: inherit;
9
- }
9
+ }
10
10
  }
11
11
 
12
12
  .mat-mdc-checkbox.qms-group-options {
@@ -63,12 +63,12 @@
63
63
  }
64
64
 
65
65
  .qms-table-row {
66
- padding: 8px 0 8px 20px;
66
+ padding: 0px;
67
67
  background: #ffffff;
68
68
  border: 1px solid theme-apply($other-divider);
69
69
  border-radius: 4px;
70
70
  margin-top: 8px;
71
- min-height: 40px;
71
+ min-height: 52px;
72
72
  font-size: 14px;
73
73
  line-height: 20px;
74
74
  font-family: "Open Sans";
@@ -79,11 +79,16 @@
79
79
  transition: background 0.2s;
80
80
 
81
81
  mat-cell:first-of-type {
82
- padding: 0;
82
+ padding: 0 16px 0 16px;
83
83
  }
84
84
 
85
85
  mat-cell:last-of-type {
86
- padding-right: 16px;
86
+ padding: 0 16px 0 16px;
87
+ }
88
+
89
+ .mat-mdc-cell {
90
+ min-height: 52px;
91
+ border-bottom-width: 0px;
87
92
  }
88
93
 
89
94
  &[tabindex]:focus-visible {
@@ -151,8 +156,6 @@
151
156
  }
152
157
 
153
158
  .qms-table-row {
154
- padding-left: 4px;
155
-
156
159
  .qms-row-checkbox-container:first-child {
157
160
  align-items: stretch !important;
158
161
  flex: unset;
@@ -168,7 +171,7 @@
168
171
 
169
172
  &.qms-expand-table {
170
173
  .mat-mdc-header-cell {
171
- padding-left: 0;
174
+ padding: 0 16px 0 16px;
172
175
 
173
176
  .expand-icon-header {
174
177
  margin-left: 15px;
@@ -176,12 +179,14 @@
176
179
  }
177
180
 
178
181
  .qms-table-row {
179
- padding-left: 3px;
182
+ mat-cell.mat-mdc-cell {
183
+ border-bottom-width: 0;
184
+ }
180
185
 
181
186
  .expand-icon {
182
187
  user-select: none;
183
188
  transition: transform 0.2s;
184
- margin: 0 10px;
189
+ margin-right: 10px;
185
190
  }
186
191
 
187
192
  &.qms-row-expanded {