ps-toolkit-ui 0.2.59 → 0.2.62

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.
@@ -14,7 +14,7 @@ export declare class HelperClass {
14
14
  static getNow(): any;
15
15
  static getMoment(i?: any, f?: any): any;
16
16
  static getDateRemain(l: any, dt: string): string;
17
- static getDate(dt: string): string;
17
+ static getDate(dt: string, format?: string): string;
18
18
  static getTime(dt: any): string;
19
19
  static getDateTime(dt: string): string;
20
20
  static getFileSize(bytes: number): string;
@@ -8,6 +8,7 @@ export declare class LoginClass {
8
8
  onSuccess: (result: any) => void;
9
9
  sendCodeUrl: string;
10
10
  loginUrl: string;
11
+ rules: string;
11
12
  setCookie(r: any): void;
12
13
  }
13
14
  export declare class LoginStepClass {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "0.2.59",
3
+ "version": "0.2.62",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"