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.
- package/esm2022/lib/components/dialog/constant.mjs +2 -2
- package/esm2022/lib/components/dialog/dialog.mjs +9 -18
- package/fesm2022/qms-angular.mjs +8 -17
- package/fesm2022/qms-angular.mjs.map +1 -1
- package/lib/components/dialog/dialog.d.ts +1 -3
- package/package.json +1 -1
- package/src/lib/components/dialog/dialog.scss +0 -1
- package/src/themes/core/_dialog.scss +2 -4
- package/src/themes/core/_table-pure-gap.scss +1 -1
- package/src/themes/core/_table.scss +15 -10
@@ -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
|
-
|
14
|
+
ngOnInit(): void;
|
17
15
|
save(): void;
|
18
16
|
close(): void;
|
19
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<QMSConfirmDialog, never>;
|
package/package.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
}
|
7
7
|
|
8
8
|
.mat-mdc-dialog-title + .mat-mdc-dialog-content {
|
9
|
-
padding:
|
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:
|
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
|
}
|
@@ -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:
|
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:
|
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
|
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
|
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
|
-
|
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:
|
189
|
+
margin-right: 10px;
|
185
190
|
}
|
186
191
|
|
187
192
|
&.qms-row-expanded {
|