@arsedizioni/ars-utils 22.5.49 → 22.5.50

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.
Files changed (31) hide show
  1. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +15 -15
  2. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +42 -42
  3. package/fesm2022/arsedizioni-ars-utils-core.date.mjs +178 -8
  4. package/fesm2022/arsedizioni-ars-utils-core.date.mjs.map +1 -1
  5. package/fesm2022/arsedizioni-ars-utils-core.markdown.mjs +3 -3
  6. package/fesm2022/arsedizioni-ars-utils-core.mjs +48 -48
  7. package/fesm2022/arsedizioni-ars-utils-core.validators.mjs +42 -42
  8. package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +15 -15
  9. package/fesm2022/arsedizioni-ars-utils-support.common.mjs +9 -9
  10. package/fesm2022/arsedizioni-ars-utils-ui.controls.date.mjs +6 -6
  11. package/fesm2022/arsedizioni-ars-utils-ui.controls.mjs +9 -9
  12. package/fesm2022/arsedizioni-ars-utils-ui.controls.tree.mjs +3 -3
  13. package/fesm2022/arsedizioni-ars-utils-ui.dialogs.auth.mjs +18 -18
  14. package/fesm2022/arsedizioni-ars-utils-ui.dialogs.mjs +12 -12
  15. package/fesm2022/arsedizioni-ars-utils-ui.dialogs.prompt.mjs +9 -9
  16. package/fesm2022/arsedizioni-ars-utils-ui.dialogs.select.mjs +15 -15
  17. package/fesm2022/arsedizioni-ars-utils-ui.files.mjs +12 -12
  18. package/fesm2022/arsedizioni-ars-utils-ui.filters.mjs +3 -3
  19. package/fesm2022/arsedizioni-ars-utils-ui.help.mjs +9 -9
  20. package/fesm2022/arsedizioni-ars-utils-ui.mjs +61 -61
  21. package/fesm2022/arsedizioni-ars-utils-ui.navigation.mjs +3 -3
  22. package/fesm2022/arsedizioni-ars-utils-ui.notifications.mjs +6 -6
  23. package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +6 -6
  24. package/fesm2022/arsedizioni-ars-utils-ui.paginator.mjs +3 -3
  25. package/fesm2022/arsedizioni-ars-utils-ui.shell.mjs +9 -9
  26. package/fesm2022/arsedizioni-ars-utils-ui.tinymce.mjs +9 -9
  27. package/package.json +1 -1
  28. package/types/arsedizioni-ars-utils-clipper.ui.d.ts +1 -1
  29. package/types/arsedizioni-ars-utils-core.date.d.ts +58 -1
  30. package/types/arsedizioni-ars-utils-ui.controls.d.ts +1 -1
  31. package/types/arsedizioni-ars-utils-ui.navigation.d.ts +1 -1
@@ -2618,10 +2618,10 @@ class ClipperLoginService {
2618
2618
  clear(clearOAuthToken = true) {
2619
2619
  this.core.clear(clearOAuthToken);
2620
2620
  }
2621
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ClipperLoginService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
2622
- static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.4", ngImport: i0, type: ClipperLoginService }); }
2621
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.5", ngImport: i0, type: ClipperLoginService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
2622
+ static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.5", ngImport: i0, type: ClipperLoginService }); }
2623
2623
  }
2624
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ClipperLoginService, decorators: [{
2624
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.5", ngImport: i0, type: ClipperLoginService, decorators: [{
2625
2625
  type: Service
2626
2626
  }] });
2627
2627
 
@@ -2901,10 +2901,10 @@ class ClipperCoreService {
2901
2901
  .pipe(catchError$1(() => { return EMPTY; }))
2902
2902
  .subscribe();
2903
2903
  }
2904
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ClipperCoreService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
2905
- static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.4", ngImport: i0, type: ClipperCoreService }); }
2904
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.5", ngImport: i0, type: ClipperCoreService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
2905
+ static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.5", ngImport: i0, type: ClipperCoreService }); }
2906
2906
  }
2907
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ClipperCoreService, decorators: [{
2907
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.5", ngImport: i0, type: ClipperCoreService, decorators: [{
2908
2908
  type: Service
2909
2909
  }] });
2910
2910
 
@@ -2950,10 +2950,10 @@ class ClipperAccountService {
2950
2950
  }
2951
2951
  this.broadcastService.sendMessage(ClipperMessages.COMMAND_DASHBOARD_UPDATED);
2952
2952
  }
2953
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ClipperAccountService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
2954
- static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.4", ngImport: i0, type: ClipperAccountService }); }
2953
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.5", ngImport: i0, type: ClipperAccountService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
2954
+ static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.5", ngImport: i0, type: ClipperAccountService }); }
2955
2955
  }
2956
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ClipperAccountService, decorators: [{
2956
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.5", ngImport: i0, type: ClipperAccountService, decorators: [{
2957
2957
  type: Service
2958
2958
  }] });
2959
2959
 
@@ -3295,10 +3295,10 @@ class ClipperDocumentsService {
3295
3295
  return this.httpClient
3296
3296
  .post(this.core.serviceUri + '/documents/searches/delete', { id: id });
3297
3297
  }
3298
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ClipperDocumentsService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
3299
- static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.4", ngImport: i0, type: ClipperDocumentsService }); }
3298
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.5", ngImport: i0, type: ClipperDocumentsService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
3299
+ static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.5", ngImport: i0, type: ClipperDocumentsService }); }
3300
3300
  }
3301
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ClipperDocumentsService, decorators: [{
3301
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.5", ngImport: i0, type: ClipperDocumentsService, decorators: [{
3302
3302
  type: Service
3303
3303
  }] });
3304
3304
 
@@ -3384,10 +3384,10 @@ class ClipperService {
3384
3384
  ping() {
3385
3385
  this.core.ping();
3386
3386
  }
3387
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
3388
- static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.4", ngImport: i0, type: ClipperService }); }
3387
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.5", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
3388
+ static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.1.5", ngImport: i0, type: ClipperService }); }
3389
3389
  }
3390
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: ClipperService, decorators: [{
3390
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.5", ngImport: i0, type: ClipperService, decorators: [{
3391
3391
  type: Service
3392
3392
  }] });
3393
3393