@sumaris-net/ngx-components 2.8.0-rc2 → 2.8.0-rc3
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/admin/users/users.mjs +3 -3
- package/esm2022/src/app/core/account/token.table.mjs +7 -5
- package/esm2022/src/app/core/form/properties/properties.table.mjs +1 -1
- package/esm2022/src/app/core/table/testing/table.testing.mjs +3 -5
- package/esm2022/src/app/core/table/testing/table2.testing.mjs +12 -4
- package/esm2022/src/app/shared/form/field.component.mjs +1 -1
- package/esm2022/src/app/shared/material/boolean/material.boolean.mjs +7 -5
- package/esm2022/src/app/shared/material/boolean/testing/boolean.test.page.mjs +1 -1
- package/esm2022/src/app/shared/material/testing/common.test.mjs +1 -1
- package/fesm2022/sumaris-net.ngx-components.mjs +26 -18
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/table/testing/table.testing.d.ts +0 -3
- package/src/app/shared/material/boolean/material.boolean.d.ts +2 -2
- package/src/assets/manifest.json +1 -1
package/package.json
CHANGED
|
@@ -8,7 +8,6 @@ import { AbstractControl, UntypedFormBuilder, UntypedFormGroup } from '@angular/
|
|
|
8
8
|
import { ReferentialFilter } from '../../services/testing/referential-filter.model';
|
|
9
9
|
import { MatExpansionPanel } from '@angular/material/expansion';
|
|
10
10
|
import { Subscription } from 'rxjs';
|
|
11
|
-
import { FormFieldDefinitionMap } from '../../../shared/form/field.model';
|
|
12
11
|
import * as i0 from "@angular/core";
|
|
13
12
|
export declare class TableTestPage extends AppTable<Referential, ReferentialFilter> implements OnInit, OnDestroy, AfterViewInit {
|
|
14
13
|
protected validatorService: AppValidatorService;
|
|
@@ -24,8 +23,6 @@ export declare class TableTestPage extends AppTable<Referential, ReferentialFilt
|
|
|
24
23
|
rowHeight: number;
|
|
25
24
|
permanentSelectionAllowed: boolean;
|
|
26
25
|
readonly statusList: readonly import("../../services/model/referential.model").IStatus[];
|
|
27
|
-
readonly statusById: Readonly<import("@sumaris-net/ngx-components").KeyValueType<import("../../services/model/referential.model").IStatus>>;
|
|
28
|
-
readonly columnDefinitions: FormFieldDefinitionMap;
|
|
29
26
|
filterPanelFloating: boolean;
|
|
30
27
|
enableInfiniteScroll: boolean;
|
|
31
28
|
sticky: boolean;
|
|
@@ -31,9 +31,9 @@ export declare class MatBooleanField implements OnInit, ControlValueAccessor, In
|
|
|
31
31
|
showButtonIcons: boolean;
|
|
32
32
|
yesIcon: string;
|
|
33
33
|
noIcon: string;
|
|
34
|
+
showRadio: boolean;
|
|
34
35
|
onPressEnter: EventEmitter<any>;
|
|
35
36
|
onBlur: EventEmitter<FocusEvent>;
|
|
36
|
-
showRadio: boolean;
|
|
37
37
|
protected _value: boolean;
|
|
38
38
|
protected _tabindex: number;
|
|
39
39
|
private _onChangeCallback;
|
|
@@ -60,5 +60,5 @@ export declare class MatBooleanField implements OnInit, ControlValueAccessor, In
|
|
|
60
60
|
private updateTabIndex;
|
|
61
61
|
private markForCheck;
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatBooleanField, [null, { optional: true; }]>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatBooleanField, "mat-boolean-field", never, { "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "style": { "alias": "style"; "required": false; }; "buttonsColCount": { "alias": "buttonsColCount"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "yesLabel": { "alias": "yesLabel"; "required": false; }; "noLabel": { "alias": "noLabel"; "required": false; }; "showButtonIcons": { "alias": "showButtonIcons"; "required": false; }; "yesIcon": { "alias": "yesIcon"; "required": false; }; "noIcon": { "alias": "noIcon"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onPressEnter": "keyup.enter"; "onBlur": "onBlur"; }, never, ["[matPrefix]", "[matSuffix]"], false, never>;
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatBooleanField, "mat-boolean-field", never, { "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "style": { "alias": "style"; "required": false; }; "buttonsColCount": { "alias": "buttonsColCount"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "yesLabel": { "alias": "yesLabel"; "required": false; }; "noLabel": { "alias": "noLabel"; "required": false; }; "showButtonIcons": { "alias": "showButtonIcons"; "required": false; }; "yesIcon": { "alias": "yesIcon"; "required": false; }; "noIcon": { "alias": "noIcon"; "required": false; }; "showRadio": { "alias": "showRadio"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onPressEnter": "keyup.enter"; "onBlur": "onBlur"; }, never, ["[matPrefix]", "[matSuffix]"], false, never>;
|
|
64
64
|
}
|
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.8.0-
|
|
5
|
+
"version": "2.8.0-rc3",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|