@sumaris-net/ngx-components 1.20.13 → 1.20.16

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "1.20.13",
4
+ "version": "1.20.16",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -13,6 +13,7 @@ export declare class ChipsTestPage implements OnInit {
13
13
  private _$items;
14
14
  form: FormGroup;
15
15
  autocompleteFields: MatAutocompleteConfigHolder;
16
+ appearance: string;
16
17
  constructor(formBuilder: FormBuilder);
17
18
  ngOnInit(): void;
18
19
  loadData(): Promise<void>;
@@ -174,7 +174,7 @@ form.form-container {
174
174
  mat-icon[matSuffix],
175
175
  .mat-form-field-suffix ion-icon,
176
176
  .mat-form-field-suffix .mat-icon {
177
- width: 0.8em !important;
177
+ //width: 0.8em !important;
178
178
 
179
179
  &.large {
180
180
  font-size: 150%;
@@ -204,6 +204,7 @@ form.form-container {
204
204
  color: var(--ion-color-primary-tint) !important;
205
205
  font-style: italic;
206
206
  }
207
+
207
208
  }
208
209
  // Manage first child grid inside a form
209
210
  form.form-container > ion-grid,
@@ -243,7 +244,7 @@ mat-form-field {
243
244
  }
244
245
 
245
246
 
246
- // --- mat-date-time
247
+ // --- mat-date-time
247
248
  mat-date-time-field {
248
249
  // Need for errors injected using the <ng-content> tag
249
250
  mat-error {