ps-toolkit-ui 0.2.46 → 0.2.49

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.
@@ -9,6 +9,7 @@ export declare class Progress {
9
9
  interVal: any;
10
10
  onEnd: () => void;
11
11
  onStart: () => void;
12
+ onTick: (m: number, s: number) => void;
12
13
  start: () => void;
13
14
  }
14
15
  export declare class FormClass {
@@ -7,7 +7,7 @@ export declare class HelperClass {
7
7
  static postalCodeValid(c: any): boolean;
8
8
  static random(length: any, upper?: boolean, lower?: boolean, num?: boolean): string;
9
9
  static setCookie(name: any, value: any, days: any): void;
10
- static getCookie(name: any): string;
10
+ static getCookie(name: any, def?: any): string;
11
11
  static eraseCookie(name: any): void;
12
12
  static getDateDif(l: any, dt: string): string;
13
13
  static getRowEnum(l: any, e: any, dt: any): string;
@@ -6,6 +6,7 @@ export declare const strings: {
6
6
  };
7
7
  Login: {
8
8
  ReSendCodeDes: string;
9
+ ReSendCodeRemain: string;
9
10
  Code: string;
10
11
  Base: string;
11
12
  BaseDesc: string;
@@ -57,6 +58,7 @@ export declare const strings: {
57
58
  Alert: string;
58
59
  AccessDenied: string;
59
60
  Image: string;
61
+ ImageFile: string;
60
62
  Grade: string;
61
63
  Close: string;
62
64
  Desc: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "0.2.46",
3
+ "version": "0.2.49",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"