@sumaris-net/ngx-components 18.23.28 → 18.23.29
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/doc/changelog.md +3 -0
- package/esm2022/src/app/shared/form/field.component.mjs +3 -3
- package/fesm2022/sumaris-net.ngx-components.mjs +2 -2
- 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 -1
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
- package/src/theme/_ngx-components.table.scss +6 -4
package/package.json
CHANGED
|
@@ -70,7 +70,7 @@ export declare class AppFormField implements OnInit, ControlValueAccessor {
|
|
|
70
70
|
}): void;
|
|
71
71
|
protected updateTabIndex(timeout?: number): void;
|
|
72
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppFormField, [null, null, null, { optional: true; }]>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppFormField, "app-form-field", never, { "definition": { "alias": "definition"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hideRequiredMarker": { "alias": "hideRequiredMarker"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; }, { "onKeyupEnter": "keyup.enter"; }, never, ["[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "mat-error", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error"], false, never>;
|
|
73
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppFormField, "app-form-field", never, { "definition": { "alias": "definition"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hideRequiredMarker": { "alias": "hideRequiredMarker"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; }, { "onKeyupEnter": "keyup.enter"; }, never, ["[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "mat-error", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error"], false, never>;
|
|
74
74
|
static ngAcceptInputType_readonly: unknown;
|
|
75
75
|
static ngAcceptInputType_disabled: unknown;
|
|
76
76
|
static ngAcceptInputType_compact: unknown;
|
|
@@ -18,7 +18,7 @@ export interface InputElement extends FocusableElement {
|
|
|
18
18
|
}
|
|
19
19
|
export declare function isInputElement(object: any): object is InputElement;
|
|
20
20
|
export declare function asInputElement<T = any>(object: ElementRef<T>): InputElement | undefined;
|
|
21
|
-
export declare function tabindexComparator(a: InputElement, b: InputElement):
|
|
21
|
+
export declare function tabindexComparator(a: InputElement, b: InputElement): 0 | 1 | -1;
|
|
22
22
|
export interface CanGainFocusOptions {
|
|
23
23
|
minTabindex?: number;
|
|
24
24
|
maxTabindex?: number;
|
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.23.
|
|
5
|
+
"version": "18.23.29",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|
|
@@ -72,10 +72,6 @@
|
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
// force invisible
|
|
76
|
-
&.cdk-visually-hidden {
|
|
77
|
-
position: absolute !important;
|
|
78
|
-
}
|
|
79
75
|
|
|
80
76
|
& > ion-label,
|
|
81
77
|
& > mat-label,
|
|
@@ -125,6 +121,11 @@
|
|
|
125
121
|
padding-inline-start: var(--mat-cell-horizontal-padding);
|
|
126
122
|
}
|
|
127
123
|
|
|
124
|
+
// force invisible
|
|
125
|
+
&.cdk-visually-hidden {
|
|
126
|
+
position: absolute !important;
|
|
127
|
+
}
|
|
128
|
+
|
|
128
129
|
&.mat-mdc-table-sticky-border-elem-left {
|
|
129
130
|
border-right: 1px solid #{$app-table-border-color};
|
|
130
131
|
}
|
|
@@ -165,6 +166,7 @@
|
|
|
165
166
|
padding-left: var(--mat-cell-horizontal-padding, 8px);
|
|
166
167
|
}
|
|
167
168
|
}
|
|
169
|
+
|
|
168
170
|
}
|
|
169
171
|
|
|
170
172
|
.mat-column-select {
|