ps-toolkit-ui 1.20.53 → 1.20.54
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.
- package/bundles/ps-toolkit-ui.umd.js +4 -3
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/enum.class.js +5 -4
- package/fesm2015/ps-toolkit-ui.js +4 -3
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/classes/enum.class.d.ts +4 -3
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -117,9 +117,10 @@ export declare enum TableCollType {
|
|
|
117
117
|
Year = 19
|
|
118
118
|
}
|
|
119
119
|
export declare enum TableExportType {
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
120
|
+
List = 0,
|
|
121
|
+
Print = 1,
|
|
122
|
+
Excel = 2,
|
|
123
|
+
Pdf = 3
|
|
123
124
|
}
|
|
124
125
|
export declare enum UserType {
|
|
125
126
|
All = 0,
|