ps-toolkit-ui 1.20.56 → 1.20.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.
@@ -117,10 +117,10 @@ export declare enum TableCollType {
117
117
  Year = 19
118
118
  }
119
119
  export declare enum TableExportType {
120
- List = 0,
121
- Print = 1,
122
- Excel = 2,
123
- Pdf = 3
120
+ List = "list",
121
+ Print = "print",
122
+ Excel = "excel",
123
+ Pdf = "pdf"
124
124
  }
125
125
  export declare enum UserType {
126
126
  All = 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "1.20.56",
3
+ "version": "1.20.57",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"