ps-toolkit-ui 1.20.27 → 1.20.29

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,7 +191,9 @@ export declare const strings: {
191
191
  Minimum: string;
192
192
  Export: string;
193
193
  Send: string;
194
+ ExportPrint: string;
194
195
  ExportExcel: string;
196
+ ExportPdf: string;
195
197
  ExportExcelData: string;
196
198
  And: string;
197
199
  UsernamePasswordInvalid: string;
@@ -19,6 +19,8 @@ export declare class TableComponent implements OnInit {
19
19
  confirm: ConfirmComponent;
20
20
  reload: InputClass;
21
21
  excel: InputClass;
22
+ pdf: InputClass;
23
+ print: InputClass;
22
24
  maximum: InputClass;
23
25
  expertSearch: InputClass;
24
26
  export: InputClass;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "1.20.27",
3
+ "version": "1.20.29",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"