ps-toolkit-ui 0.2.55 → 0.2.58

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.
@@ -39,6 +39,9 @@ export declare const strings: {
39
39
  Plaque: string;
40
40
  DriverName: string;
41
41
  Name: string;
42
+ ProvinceId: string;
43
+ CityId: string;
44
+ PostalCode: string;
42
45
  Title: string;
43
46
  Text: string;
44
47
  Date: string;
@@ -184,7 +187,6 @@ export declare const strings: {
184
187
  LoadingDot: string;
185
188
  LoadingDotWhite: string;
186
189
  Loading: string;
187
- LoadingComp: string;
188
190
  LoadingEmpty: string;
189
191
  LoadingTable: string;
190
192
  EmptyData: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "0.2.55",
3
+ "version": "0.2.58",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"