@ngx-stoui/core 16.0.2 → 17.0.0
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/sto-directives/context-menu.directive.mjs +4 -4
- package/esm2022/lib/sto-directives/date-form-field-click.directive.mjs +4 -4
- package/esm2022/lib/sto-directives/directives.module.mjs +5 -5
- package/esm2022/lib/sto-directives/menu-overlay.directive.mjs +6 -6
- package/esm2022/lib/sto-directives/quick-keys.directive.mjs +4 -4
- package/esm2022/lib/sto-directives/sto-grid.directive.mjs +11 -11
- package/esm2022/lib/sto-directives/sto-select-text-on-focus.directive.mjs +5 -5
- package/esm2022/lib/sto-pipes/currency-format.pipe.mjs +4 -4
- package/esm2022/lib/sto-pipes/date-format.pipe.mjs +4 -4
- package/esm2022/lib/sto-pipes/keys.pipe.mjs +4 -4
- package/esm2022/lib/sto-pipes/number-format.pipe.mjs +4 -4
- package/esm2022/lib/sto-pipes/sto-pipes.module.mjs +5 -5
- package/esm2022/lib/sto-pipes/with-unit.mjs +7 -7
- package/esm2022/lib/sto-pipes/yes-no.mjs +4 -4
- package/fesm2022/ngx-stoui-core.mjs +58 -58
- package/fesm2022/ngx-stoui-core.mjs.map +1 -1
- package/ngx-datatable.css +2 -13
- package/ngx-stoui.css +1028 -1780
- package/package.json +4 -4
- package/style/datatable/_ngx-datatable-form.scss +0 -11
- package/style/datatable/ngx-datatable.scss +2 -4
- package/style/form/sto-form.scss +10 -11
- package/style/sto-grid.scss +0 -2
- package/style/theme/_datatable.scss +0 -6
package/ngx-datatable.css
CHANGED
|
@@ -140,15 +140,6 @@
|
|
|
140
140
|
.sto-datatable .sto-form__field input[type=number] {
|
|
141
141
|
text-align: right;
|
|
142
142
|
}
|
|
143
|
-
.sto-datatable .sto-form__field .mat-mdc-form-field-infix {
|
|
144
|
-
border: 0 !important;
|
|
145
|
-
margin: 0 !important;
|
|
146
|
-
padding: 1px 0 0 0 !important;
|
|
147
|
-
}
|
|
148
|
-
.sto-datatable .sto-form__field .mat-mdc-form-field-flex {
|
|
149
|
-
height: 31px;
|
|
150
|
-
padding: 4px 6px;
|
|
151
|
-
}
|
|
152
143
|
.sto-datatable .sto-form__field .mat-select .mat-select-arrow {
|
|
153
144
|
margin-top: -5px;
|
|
154
145
|
}
|
|
@@ -250,6 +241,8 @@
|
|
|
250
241
|
padding: 0;
|
|
251
242
|
}
|
|
252
243
|
.sto-datatable .datatable-body .datatable-body-row .datatable-body-cell .mat-mdc-form-field {
|
|
244
|
+
--mat-form-field-container-vertical-padding: 0px;
|
|
245
|
+
--mat-form-field-container-height: 20px;
|
|
253
246
|
margin: 0 4px;
|
|
254
247
|
min-height: 0;
|
|
255
248
|
}
|
|
@@ -317,10 +310,6 @@
|
|
|
317
310
|
text-overflow: ellipsis;
|
|
318
311
|
}
|
|
319
312
|
|
|
320
|
-
.datatable-body-cell .sto-form__field .mat-mdc-form-field-infix {
|
|
321
|
-
padding: 0 9px 0 0;
|
|
322
|
-
border-top: 0;
|
|
323
|
-
}
|
|
324
313
|
.datatable-body-cell .sto-form__field .mat-select,
|
|
325
314
|
.datatable-body-cell .sto-form__field .mat-input {
|
|
326
315
|
padding: 0;
|