@arsedizioni/ars-utils 20.4.60 → 20.4.62

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arsedizioni/ars-utils",
3
- "version": "20.4.60",
3
+ "version": "20.4.62",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -577,6 +577,16 @@ declare class SelectDialogComponent implements OnInit {
577
577
  * Clear filter
578
578
  */
579
579
  protected clearFilter(): void;
580
+ /**
581
+ * Set filter text
582
+ * @param text : the new value
583
+ */
584
+ setFilter(text: string): void;
585
+ /**
586
+ * Gt the current filter text
587
+ * @returns the filter text
588
+ */
589
+ getFilter(): string;
580
590
  /**
581
591
  * Show filter options
582
592
  */