@ecodev/natural 45.1.0 → 45.1.1

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.
@@ -5,6 +5,8 @@ import type { ReadonlyDeep } from 'type-fest';
5
5
  *
6
6
  * So something like: "2021-09-23"
7
7
  */
8
+ export declare function formatIsoDate(date: null): null;
9
+ export declare function formatIsoDate(date: Date): string;
8
10
  export declare function formatIsoDate(date: Date | null): string | null;
9
11
  /**
10
12
  * Format a date and time in a way that will preserve the local time zone.
@@ -1,6 +1,7 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { ActivatedRoute } from '@angular/router';
4
+ import { NaturalAbstractController } from '../../classes/abstract-controller';
4
5
  import * as i0 from "@angular/core";
5
6
  declare type Model = {
6
7
  id?: string;
@@ -8,7 +9,7 @@ declare type Model = {
8
9
  delete: boolean;
9
10
  };
10
11
  };
11
- export declare class NaturalFixedButtonDetailComponent {
12
+ export declare class NaturalFixedButtonDetailComponent extends NaturalAbstractController {
12
13
  private canChange;
13
14
  isCreation: boolean;
14
15
  get model(): Model;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecodev/natural",
3
- "version": "45.1.0",
3
+ "version": "45.1.1",
4
4
  "license": "MIT",
5
5
  "repository": "github:Ecodev/natural",
6
6
  "sideEffects": false,