@osovitny/anatoly 3.19.11 → 3.19.13

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,4 +1,5 @@
1
1
  export declare class DateConvert {
2
- static toDate(argument: Date | number | string): Date;
2
+ static toDate(date: Date | number | string): Date;
3
+ static toFormattedDate(date: Date | number | string, formatStr?: string): string;
3
4
  static utcToLocal(dirtyDate: any): Date;
4
5
  }
@@ -4,9 +4,8 @@ import * as i2 from "./pages/signup.page";
4
4
  import * as i3 from "./pages/signout.page";
5
5
  import * as i4 from "@angular/common";
6
6
  import * as i5 from "@angular/router";
7
- import * as i6 from "@angular/common/http";
8
7
  export declare class AnatolyIAMPagesModule {
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<AnatolyIAMPagesModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyIAMPagesModule, [typeof i1.SignInPage, typeof i2.SignUpPage, typeof i3.SignOutPage], [typeof i4.CommonModule, typeof i5.RouterModule, typeof i6.HttpClientModule, typeof i5.RouterModule], never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyIAMPagesModule, [typeof i1.SignInPage, typeof i2.SignUpPage, typeof i3.SignOutPage], [typeof i4.CommonModule, typeof i5.RouterModule, typeof i5.RouterModule], never>;
11
10
  static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyIAMPagesModule>;
12
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.19.11",
3
+ "version": "3.19.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.11",
6
6
  "@angular/core": "19.2.11",
@@ -34,7 +34,7 @@
34
34
  "@progress/kendo-angular-scrollview": "18.5.2",
35
35
  "@progress/kendo-svg-icons": "^4.3.0",
36
36
  "@progress/kendo-angular-scheduler": "18.5.2",
37
- "@progress/kendo-theme-default": "11.0.2",
37
+ "@progress/kendo-theme-bootstrap": "11.0.2",
38
38
  "@progress/kendo-font-icons": "4.3.0",
39
39
  "@progress/kendo-licensing": "1.6.0",
40
40
  "@azure/msal-angular": "4.0.12",