@arsedizioni/ars-utils 20.3.35 → 20.3.37

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.3.35",
3
+ "version": "20.3.37",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -781,8 +781,9 @@ declare class ApplicationDialogService {
781
781
  * @param cancelCaption : cancel button caption
782
782
  * @param options : checkable option list
783
783
  * @param width: the preferred width
784
+ * @param required: ture if the input is required
784
785
  */
785
- prompt(title: string, type: number, description: string, initialValue?: any, okCaption?: string, cancelCaption?: string, options?: any, width?: number): MatDialogRef<PromptDialogComponent>;
786
+ prompt(title: string, type: number, description: string, initialValue?: any, okCaption?: string, cancelCaption?: string, options?: any, width?: number, required?: boolean): MatDialogRef<PromptDialogComponent>;
786
787
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ApplicationDialogService, never>;
787
788
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<ApplicationDialogService>;
788
789
  }