qms-angular 2.0.2 → 2.0.3
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/dialog.mjs +3 -3
- package/esm2022/lib/components/qms-paginator/qms-paginator.component.mjs +2 -2
- package/fesm2022/qms-angular.mjs +4 -4
- package/fesm2022/qms-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/components/qms-paginator/qms-paginator.component.scss +14 -13
package/package.json
CHANGED
@@ -51,11 +51,10 @@
|
|
51
51
|
}
|
52
52
|
.qms-form-page-size {
|
53
53
|
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
54
|
+
|
55
|
+
.mat-mdc-text-field-wrapper {
|
56
|
+
width: 70px;
|
57
|
+
}
|
59
58
|
}
|
60
59
|
.qms-form-select-page-size {
|
61
60
|
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
@@ -70,9 +69,8 @@
|
|
70
69
|
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
71
70
|
.mat-form-field-wrapper {
|
72
71
|
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
73
|
-
|
74
|
-
|
75
|
-
|
72
|
+
|
73
|
+
width: 55px;
|
76
74
|
}
|
77
75
|
}
|
78
76
|
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
@@ -180,11 +178,10 @@
|
|
180
178
|
}
|
181
179
|
.qms-form-page-size {
|
182
180
|
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
181
|
+
|
182
|
+
.mat-mdc-text-field-wrapper {
|
183
|
+
width: 70px;
|
184
|
+
}
|
188
185
|
}
|
189
186
|
.qms-form-select-page-size {
|
190
187
|
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
@@ -227,3 +224,7 @@
|
|
227
224
|
margin-bottom: 17px !important;
|
228
225
|
}
|
229
226
|
}
|
227
|
+
|
228
|
+
::ng-deep div.mat-mdc-select-panel {
|
229
|
+
min-width: fit-content !important;
|
230
|
+
}
|