@arsedizioni/ars-utils 20.4.57 → 20.4.59

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.57",
3
+ "version": "20.4.59",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -96,6 +96,7 @@ interface SelectDialogData {
96
96
  lookupOnInit?: boolean;
97
97
  emptyMessage?: string;
98
98
  canLookupWithOptions?: boolean;
99
+ canLookupWithInlineOptions?: boolean;
99
100
  canLookup?: boolean;
100
101
  canDelete?: boolean;
101
102
  canAppend?: boolean;