@arsedizioni/ars-utils 18.3.51 → 18.3.54

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": "18.3.51",
3
+ "version": "18.3.54",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -46,18 +46,18 @@
46
46
  "esm": "./esm2022/clipper.ui/arsedizioni-ars-utils-clipper.ui.mjs",
47
47
  "default": "./fesm2022/arsedizioni-ars-utils-clipper.ui.mjs"
48
48
  },
49
- "./help": {
50
- "types": "./help/index.d.ts",
51
- "esm2022": "./esm2022/help/arsedizioni-ars-utils-help.mjs",
52
- "esm": "./esm2022/help/arsedizioni-ars-utils-help.mjs",
53
- "default": "./fesm2022/arsedizioni-ars-utils-help.mjs"
54
- },
55
49
  "./core": {
56
50
  "types": "./core/index.d.ts",
57
51
  "esm2022": "./esm2022/core/arsedizioni-ars-utils-core.mjs",
58
52
  "esm": "./esm2022/core/arsedizioni-ars-utils-core.mjs",
59
53
  "default": "./fesm2022/arsedizioni-ars-utils-core.mjs"
60
54
  },
55
+ "./help": {
56
+ "types": "./help/index.d.ts",
57
+ "esm2022": "./esm2022/help/arsedizioni-ars-utils-help.mjs",
58
+ "esm": "./esm2022/help/arsedizioni-ars-utils-help.mjs",
59
+ "default": "./fesm2022/arsedizioni-ars-utils-help.mjs"
60
+ },
61
61
  "./evolution.common": {
62
62
  "types": "./evolution.common/index.d.ts",
63
63
  "esm2022": "./esm2022/evolution.common/arsedizioni-ars-utils-evolution.common.mjs",
@@ -51,8 +51,10 @@ export declare class ApplicationDialogService extends DialogService {
51
51
  /**
52
52
  * Display a multipourpose selection and CRUD dialog
53
53
  * @param data : the dialog configuration model
54
+ * @param disableClose : dialog disable close param
55
+ * @param closeOnNavigation : dialog close on navigation param
54
56
  */
55
- select(data: SelectDialogData): MatDialogRef<SelectDialogComponent, any>;
57
+ select(data: SelectDialogData, disableClose?: boolean, closeOnNavigation?: boolean): MatDialogRef<SelectDialogComponent, any>;
56
58
  /**
57
59
  * Prompt user to insert a value
58
60
  * @param title : the dialog title