ps-toolkit-ui 0.2.54 → 0.2.57

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.
@@ -7,7 +7,6 @@ export declare class LoginClass {
7
7
  active: number;
8
8
  onSuccess: (result: any) => void;
9
9
  sendCodeUrl: string;
10
- reSendCodeUrl: string;
11
10
  loginUrl: string;
12
11
  setCookie(r: any): void;
13
12
  }
@@ -39,6 +39,10 @@ export declare const strings: {
39
39
  Plaque: string;
40
40
  DriverName: string;
41
41
  Name: string;
42
+ Family: string;
43
+ Province: string;
44
+ City: string;
45
+ PostalCode: string;
42
46
  Title: string;
43
47
  Text: string;
44
48
  Date: string;
@@ -184,7 +188,6 @@ export declare const strings: {
184
188
  LoadingDot: string;
185
189
  LoadingDotWhite: string;
186
190
  Loading: string;
187
- LoadingComp: string;
188
191
  LoadingEmpty: string;
189
192
  LoadingTable: string;
190
193
  EmptyData: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "0.2.54",
3
+ "version": "0.2.57",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"