ps-toolkit-ui 0.2.68 → 0.2.71

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.
@@ -125,7 +125,8 @@ export declare enum PermissionTypeEnum {
125
125
  Form = -1,
126
126
  Item = 0,
127
127
  Access = 1,
128
- Option = 2
128
+ Option = 2,
129
+ Input = 3
129
130
  }
130
131
  export declare enum PermissionAccessTypeEnum {
131
132
  List = 1,
@@ -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.68",
3
+ "version": "0.2.71",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"