@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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.8.0-rc2",
4
+ "version": "2.8.0-rc3",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -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
  }
@@ -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-rc2",
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": [{