@sumaris-net/ngx-components 18.7.4-rc2 → 18.7.4-rc4

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": "18.7.4-rc2",
4
+ "version": "18.7.4-rc4",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -20,7 +20,10 @@ export declare class ActionsColumnComponent<T extends TableElement<any> | AsyncT
20
20
  dirtyIcon: boolean | string;
21
21
  optionsTitle: string;
22
22
  classList: string;
23
- cellTemplate: TemplateRef<{
23
+ cellTemplateAfter: TemplateRef<{
24
+ $implicit: T;
25
+ }>;
26
+ cellTemplateBefore: TemplateRef<{
24
27
  $implicit: T;
25
28
  }>;
26
29
  optionsClick: EventEmitter<Event>;
@@ -48,7 +51,7 @@ export declare class ActionsColumnComponent<T extends TableElement<any> | AsyncT
48
51
  ngOnInit(): void;
49
52
  ngOnDestroy(): void;
50
53
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionsColumnComponent<any>, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionsColumnComponent<any>, "app-actions-column", never, { "matColumnDef": { "alias": "matColumnDef"; "required": false; }; "style": { "alias": "style"; "required": false; }; "stickyEnd": { "alias": "stickyEnd"; "required": false; }; "canCancel": { "alias": "canCancel"; "required": false; }; "canConfirm": { "alias": "canConfirm"; "required": false; }; "canDelete": { "alias": "canDelete"; "required": false; }; "canBackward": { "alias": "canBackward"; "required": false; }; "canForward": { "alias": "canForward"; "required": false; }; "canConfirmAndAdd": { "alias": "canConfirmAndAdd"; "required": false; }; "dirtyIcon": { "alias": "dirtyIcon"; "required": false; }; "optionsTitle": { "alias": "optionsTitle"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; }, { "optionsClick": "optionsClick"; "cancelOrDeleteClick": "cancelOrDeleteClick"; "confirmEditCreateClick": "confirmEditCreateClick"; "confirmAndAddClick": "confirmAndAddClick"; "backward": "backward"; "forward": "forward"; }, never, ["[matHeader]", "[matFooter]", "[matHeader]", "[matFooter]"], false, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionsColumnComponent<any>, "app-actions-column", never, { "matColumnDef": { "alias": "matColumnDef"; "required": false; }; "style": { "alias": "style"; "required": false; }; "stickyEnd": { "alias": "stickyEnd"; "required": false; }; "canCancel": { "alias": "canCancel"; "required": false; }; "canConfirm": { "alias": "canConfirm"; "required": false; }; "canDelete": { "alias": "canDelete"; "required": false; }; "canBackward": { "alias": "canBackward"; "required": false; }; "canForward": { "alias": "canForward"; "required": false; }; "canConfirmAndAdd": { "alias": "canConfirmAndAdd"; "required": false; }; "dirtyIcon": { "alias": "dirtyIcon"; "required": false; }; "optionsTitle": { "alias": "optionsTitle"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "cellTemplateAfter": { "alias": "cellTemplateAfter"; "required": false; }; "cellTemplateBefore": { "alias": "cellTemplateBefore"; "required": false; }; }, { "optionsClick": "optionsClick"; "cancelOrDeleteClick": "cancelOrDeleteClick"; "confirmEditCreateClick": "confirmEditCreateClick"; "confirmAndAddClick": "confirmAndAddClick"; "backward": "backward"; "forward": "forward"; }, never, ["[matHeader]", "[matFooter]", "[matHeader]", "[matFooter]"], false, never>;
52
55
  static ngAcceptInputType_stickyEnd: unknown;
53
56
  static ngAcceptInputType_canCancel: unknown;
54
57
  static ngAcceptInputType_canConfirm: unknown;
@@ -22,6 +22,7 @@ export declare class MatDuration implements OnInit, OnDestroy, ControlValueAcces
22
22
  private _tabindex;
23
23
  private _value;
24
24
  textControl: UntypedFormControl;
25
+ maskitoPlaceholder: string;
25
26
  readonly durationMask: (string | RegExp)[];
26
27
  disabled: boolean;
27
28
  formControl: UntypedFormControl;
@@ -459,11 +459,9 @@
459
459
  "PASSWORD": "Password",
460
460
  "FIRST_NAME": "First name",
461
461
  "LAST_NAME": "Last name",
462
- "DEPARTMENT": {
463
- "TITLE": "Organization",
464
- "LABEL": "Organization code",
465
- "NAME": "Organization name"
466
- },
462
+ "DEPARTMENT": "Organization",
463
+ "DEPARTMENT_LABEL": "Organization code",
464
+ "DEPARTMENT_NAME": "Organization name",
467
465
  "STATUS": "State",
468
466
  "PUBKEY": "Public key",
469
467
  "CREATION_DATE": "Creation date",
@@ -459,11 +459,9 @@
459
459
  "PASSWORD": "Password",
460
460
  "FIRST_NAME": "First name",
461
461
  "LAST_NAME": "Last name",
462
- "DEPARTMENT": {
463
- "TITLE": "Organization",
464
- "LABEL": "Organization code",
465
- "NAME": "Organization name"
466
- },
462
+ "DEPARTMENT": "Organization",
463
+ "DEPARTMENT_LABEL": "Organization code",
464
+ "DEPARTMENT_NAME": "Organization name",
467
465
  "STATUS": "State",
468
466
  "PUBKEY": "Public key",
469
467
  "CREATION_DATE": "Creation date",
@@ -459,11 +459,9 @@
459
459
  "PASSWORD": "Mot de passe",
460
460
  "FIRST_NAME": "Prénom",
461
461
  "LAST_NAME": "Nom",
462
- "DEPARTMENT": {
463
- "TITLE": "Organisme",
464
- "LABEL": "Code organisme",
465
- "NAME": "Libellé organisme"
466
- },
462
+ "DEPARTMENT": "Organisme",
463
+ "DEPARTMENT_LABEL": "Code organisme",
464
+ "DEPARTMENT_NAME": "Libellé organisme",
467
465
  "STATUS": "Etat",
468
466
  "PUBKEY": "Clé publique",
469
467
  "CREATION_DATE": "Date création",