@sumaris-net/ngx-components 18.18.20 → 18.18.22
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/src/app/shared/form/field.component.mjs +14 -10
- package/esm2022/src/app/shared/material/latlong/material.latlong-input.mjs +16 -13
- package/fesm2022/sumaris-net.ngx-components.mjs +27 -20
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/form/field.component.d.ts +1 -0
- package/src/app/shared/material/latlong/material.latlong-input.d.ts +4 -3
- package/src/assets/manifest.json +1 -1
package/package.json
CHANGED
|
@@ -18,6 +18,7 @@ export declare class AppFormField implements OnInit, ControlValueAccessor {
|
|
|
18
18
|
private _onTouchedCallback;
|
|
19
19
|
private _definition;
|
|
20
20
|
protected _values: Property[];
|
|
21
|
+
protected _disabled: boolean;
|
|
21
22
|
protected type: FormFieldType;
|
|
22
23
|
protected numberInputStep: string;
|
|
23
24
|
set definition(value: FormFieldDefinition);
|
|
@@ -4,7 +4,6 @@ import { LatLongPattern, LatLongSign, LatLongType } from './latlong.utils';
|
|
|
4
4
|
import { MaskitoOptions } from '@maskito/core';
|
|
5
5
|
import { MatFormField, MatFormFieldControl } from '@angular/material/form-field';
|
|
6
6
|
import { Subject } from 'rxjs';
|
|
7
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
export declare class MatLatLongFieldInput implements MatFormFieldControl<number>, ControlValueAccessor, OnInit, OnDestroy {
|
|
10
9
|
private _elementRef;
|
|
@@ -33,10 +32,10 @@ export declare class MatLatLongFieldInput implements MatFormFieldControl<number>
|
|
|
33
32
|
userAriaDescribedBy: string;
|
|
34
33
|
placeholder: string;
|
|
35
34
|
get required(): boolean;
|
|
36
|
-
set required(value:
|
|
35
|
+
set required(value: boolean);
|
|
37
36
|
private _required;
|
|
38
37
|
get disabled(): boolean;
|
|
39
|
-
set disabled(value:
|
|
38
|
+
set disabled(value: boolean);
|
|
40
39
|
private _disabled;
|
|
41
40
|
get value(): number | null;
|
|
42
41
|
set value(value: number | null);
|
|
@@ -82,4 +81,6 @@ export declare class MatLatLongFieldInput implements MatFormFieldControl<number>
|
|
|
82
81
|
private updateValidators;
|
|
83
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatLatLongFieldInput, [null, { optional: true; }, { optional: true; self: true; }]>;
|
|
84
83
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatLatLongFieldInput, "mat-latlong-input", never, { "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "latLongPattern"; "required": false; }; "defaultSign": { "alias": "defaultSign"; "required": false; }; "maxDecimals": { "alias": "maxDecimals"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, {}, never, never, false, never>;
|
|
84
|
+
static ngAcceptInputType_required: unknown;
|
|
85
|
+
static ngAcceptInputType_disabled: unknown;
|
|
85
86
|
}
|
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": "18.18.
|
|
5
|
+
"version": "18.18.22",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|