ps-toolkit-ui 0.2.69 → 0.2.72

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.
@@ -141,7 +141,8 @@ export declare enum PermissionInputActionEnum {
141
141
  LinkNewTab = 3,
142
142
  File = 4,
143
143
  Modal = 5,
144
- Confirm = 6
144
+ Confirm = 6,
145
+ Input = 7
145
146
  }
146
147
  export declare enum PermissionInputTypeEnum {
147
148
  Icon = 0,
@@ -25,6 +25,7 @@ export declare class TableRowComponent implements OnInit {
25
25
  onChangeRows(e: any): void;
26
26
  onConfirmShow(e: any): void;
27
27
  setSortRow(): void;
28
+ getInputs(): InputClass[];
28
29
  getOptions(): InputClass[];
29
30
  getCell(col: TableCollClass): any;
30
31
  getCol(n: any): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "0.2.69",
3
+ "version": "0.2.72",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"