@osovitny/anatoly 3.19.12 → 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
  }
@@ -3,4 +3,4 @@ import { SignInPage } from "./pages/signin.page";
3
3
  import { SignOutPage } from "./pages/signout.page";
4
4
  import { SignUpPage } from "./pages/signup.page";
5
5
  export declare const IAMRouterModule: import("@angular/core").ModuleWithProviders<RouterModule>;
6
- export declare const PAGES: (typeof SignInPage | typeof SignUpPage | typeof SignOutPage)[];
6
+ export declare const PAGES: (typeof SignInPage | typeof SignOutPage | typeof SignUpPage)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.19.12",
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",