ps-toolkit-ui 1.18.84 → 1.18.87

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.
@@ -130,6 +130,7 @@ export declare class InputClass {
130
130
  getRows(r: any, p: any): TreeRowClass[];
131
131
  getLabel(): string;
132
132
  getSelected(opts?: OptionClass[]): any[];
133
+ getSelectedName(opts?: OptionClass[]): any[];
133
134
  getSelectedOptions(opts?: OptionClass[]): any[];
134
135
  getSelectedRows(rows?: any[]): any[];
135
136
  getAllRows(rows?: any[]): any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "1.18.84",
3
+ "version": "1.18.87",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"