@sumaris-net/ngx-components 1.23.59 → 1.23.61
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/sumaris-net.ngx-components.umd.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/shared/material/boolean/material.boolean.js +1 -1
- package/fesm2015/sumaris-net.ngx-components.js +1 -1
- package/package.json +1 -1
- package/src/theme/_ngx-components.scss +9 -1
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -7542,7 +7542,7 @@
|
|
|
7542
7542
|
DEFAULT_VALUE_ACCESSOR$4
|
|
7543
7543
|
],
|
|
7544
7544
|
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
7545
|
-
styles: [":host{width:100%}.mat-form-field.mat-boolean-field-radio{margin-top:-2px}.mat-form-field.mat-boolean-field-button{margin-top:-4px}.mat-form-field .mat-form-field-buttons{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center}.mat-form-field .mat-form-field-buttons .mat-form-field-button{--flex-basis:calc(100% / var(--buttons-col-count, 2));flex:0 1 var(--flex-basis);max-width:min(var(--flex-basis),150px);white-space:normal;padding:
|
|
7545
|
+
styles: [":host{width:100%}.mat-form-field.mat-boolean-field-radio{margin-top:-2px}.mat-form-field.mat-boolean-field-button{margin-top:-4px}.mat-form-field .mat-form-field-buttons{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center}.mat-form-field .mat-form-field-buttons .mat-form-field-button{--button-padding-end:2px;--flex-basis:calc(100% / var(--buttons-col-count, 2) - var(--button-padding-end));flex:0 1 var(--flex-basis);max-width:min(var(--flex-basis),150px);text-transform:capitalize;white-space:normal;padding-inline-end:var(--button-padding-end)!important;padding-bottom:var(--button-padding-end)!important;height:40px}"]
|
|
7546
7546
|
},] }
|
|
7547
7547
|
];
|
|
7548
7548
|
MatBooleanField.ctorParameters = function () { return [
|