@sumaris-net/ngx-components 2.7.3-rc14 → 2.7.3-rc16
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/package.json
CHANGED
package/src/assets/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "ngx-sumaris-components",
|
|
3
3
|
"short_name": "ngx-sumaris-components",
|
|
4
4
|
"manifest_version": 1,
|
|
5
|
-
"version": "2.7.3-
|
|
5
|
+
"version": "2.7.3-rc16",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|
package/src/theme/_material.scss
CHANGED
|
@@ -57,7 +57,13 @@
|
|
|
57
57
|
}
|
|
58
58
|
.mat-mdc-option {
|
|
59
59
|
--mat-option-label-text-tracking: normal;
|
|
60
|
-
--mat-option-label-text-size:
|
|
60
|
+
--mat-option-label-text-size: 14px;
|
|
61
|
+
}
|
|
62
|
+
.mat-mdc-select {
|
|
63
|
+
--mat-select-trigger-text-font: inherit;
|
|
64
|
+
--mat-select-trigger-text-tracking: normal;
|
|
65
|
+
--mat-select-trigger-text-size: inherit;
|
|
66
|
+
--mat-select-disabled-trigger-text-color: inherit;
|
|
61
67
|
}
|
|
62
68
|
|
|
63
69
|
// Badge
|
|
@@ -135,13 +135,23 @@ form.form-container {
|
|
|
135
135
|
--mdc-filled-text-field-container-color: #{$app-form-field-background-color};
|
|
136
136
|
--mdc-filled-text-field-disabled-container-color: #{$app-form-field-background-color};
|
|
137
137
|
--mat-form-field-state-layer-color: #{$app-form-field-focus-background-color};
|
|
138
|
-
|
|
138
|
+
--mat-form-field-container-height: 45px;
|
|
139
|
+
--mat-form-field-container-text-size: 14px;
|
|
140
|
+
--mat-form-field-filled-label-display: block;
|
|
141
|
+
--mat-form-field-container-vertical-padding: 16px;
|
|
142
|
+
--mat-form-field-filled-with-label-container-padding-top: 16px;
|
|
143
|
+
--mat-form-field-filled-with-label-container-padding-bottom: 0px;
|
|
144
|
+
--mdc-filled-text-field-label-text-tracking: normal;
|
|
145
|
+
--mat-select-trigger-text-size: var(--mat-form-field-container-text-size);
|
|
146
|
+
|
|
147
|
+
@include font-size(14px);
|
|
139
148
|
|
|
140
149
|
.mat-form-field-disabled,
|
|
141
150
|
.mat-mdc-input-element:disabled {
|
|
142
151
|
color: #{$app-form-color-disabled} !important;
|
|
143
152
|
}
|
|
144
153
|
|
|
154
|
+
// TODO BLA: voir si utile ?
|
|
145
155
|
.mat-form-field-disabled {
|
|
146
156
|
.mat-mdc-form-field-infix{
|
|
147
157
|
min-height: 41px;
|
|
@@ -300,9 +310,6 @@ ion-grid.form-container {
|
|
|
300
310
|
}
|
|
301
311
|
|
|
302
312
|
mat-form-field {
|
|
303
|
-
//mat-error {
|
|
304
|
-
// text-align: right;
|
|
305
|
-
//}
|
|
306
313
|
|
|
307
314
|
.mat-paginator-page-size-select {
|
|
308
315
|
@include font-size-important(14px);
|
|
@@ -280,16 +280,15 @@
|
|
|
280
280
|
// display: none;
|
|
281
281
|
//}
|
|
282
282
|
|
|
283
|
-
mat-
|
|
283
|
+
mat-form-field,
|
|
284
284
|
mat-autocomplete-field,
|
|
285
285
|
app-form-field,
|
|
286
286
|
.mat-mdc-form-field {
|
|
287
287
|
width: 100%;
|
|
288
|
-
--mat-form-field-container-text-size:
|
|
288
|
+
--mat-form-field-container-text-size: 16px;
|
|
289
289
|
--mdc-filled-text-field-label-text-size: var(--mat-form-field-container-text-size);
|
|
290
|
+
--mat-select-trigger-text-size: var(--mat-form-field-container-text-size);
|
|
290
291
|
--mat-mdc-form-field-height: calc(var(--mat-row-height) - 2px);
|
|
291
|
-
// TODO
|
|
292
|
-
// use -- active- boder : 0;
|
|
293
292
|
height: var(--mat-mdc-form-field-height);
|
|
294
293
|
}
|
|
295
294
|
|