@frxjs/ngx-timeline 17.0.9 → 18.0.0

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.
@@ -1,8 +1,9 @@
1
1
  import { PipeTransform } from '@angular/core';
2
+ import { SupportedLanguageCode } from '../models';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class NgxDatePipe implements PipeTransform {
4
5
  constructor();
5
- transform(date: Date | string, dateFormat?: string, langCode?: string): string;
6
+ transform(date: Date | string, dateFormat?: string, langCode?: SupportedLanguageCode): string;
6
7
  private dateFormat;
7
8
  private getDateConfig;
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxDatePipe, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frxjs/ngx-timeline",
3
- "version": "17.0.9",
3
+ "version": "18.0.0",
4
4
  "keywords": [
5
5
  "angular",
6
6
  "timeline"
@@ -14,9 +14,9 @@
14
14
  },
15
15
  "license": "MIT",
16
16
  "peerDependencies": {
17
- "@angular/common": "^17.0.0",
18
- "@angular/compiler": "^17.0.0",
19
- "@angular/core": "^17.0.0"
17
+ "@angular/common": "^18.0.0",
18
+ "@angular/compiler": "^18.0.0",
19
+ "@angular/core": "^18.0.0"
20
20
  },
21
21
  "dependencies": {
22
22
  "tslib": "^2.0.0"