ps-toolkit-ui 1.19.90 → 1.19.91

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.
@@ -191,6 +191,8 @@ export declare const strings: {
191
191
  Minimum: string;
192
192
  Export: string;
193
193
  Send: string;
194
+ ExportExcel: string;
195
+ ExportExcelData: string;
194
196
  And: string;
195
197
  UsernamePasswordInvalid: string;
196
198
  DbUpdateException: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "1.19.90",
3
+ "version": "1.19.91",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"