@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/bundles/sumaris-net.ngx-components.umd.js +37 -23
- package/bundles/sumaris-net.ngx-components.umd.js.map +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/doc/changelog.md +3 -0
- package/esm2015/src/app/core/menu/menu.component.js +11 -7
- package/esm2015/src/app/shared/material/chips/material.chips.js +4 -5
- package/esm2015/src/app/shared/material/chips/testing/chips.test.js +3 -2
- package/esm2015/src/app/shared/validator/validators.js +16 -6
- package/fesm2015/sumaris-net.ngx-components.js +29 -15
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/material/chips/testing/chips.test.d.ts +1 -0
- package/src/theme/_ngx-components.scss +3 -2
- package/sumaris-net.ngx-components.metadata.json +1 -1
package/package.json
CHANGED
|
@@ -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
|
-
|
|
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 {
|