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
|
@@ -1022,9 +1022,10 @@
|
|
|
1022
1022
|
TableCollType[TableCollType["Year"] = 19] = "Year";
|
|
1023
1023
|
})(exports.TableCollType || (exports.TableCollType = {}));
|
|
1024
1024
|
(function (TableExportType) {
|
|
1025
|
-
TableExportType[TableExportType["
|
|
1026
|
-
TableExportType[TableExportType["
|
|
1027
|
-
TableExportType[TableExportType["
|
|
1025
|
+
TableExportType[TableExportType["List"] = 0] = "List";
|
|
1026
|
+
TableExportType[TableExportType["Print"] = 1] = "Print";
|
|
1027
|
+
TableExportType[TableExportType["Excel"] = 2] = "Excel";
|
|
1028
|
+
TableExportType[TableExportType["Pdf"] = 3] = "Pdf";
|
|
1028
1029
|
})(exports.TableExportType || (exports.TableExportType = {}));
|
|
1029
1030
|
(function (UserType) {
|
|
1030
1031
|
UserType[UserType["All"] = 0] = "All";
|