@arsedizioni/ars-utils 18.4.108 → 18.5.2

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 (24) hide show
  1. package/clipper.ui/ui/document/document.component.d.ts +0 -4
  2. package/clipper.ui/ui/references/references.component.d.ts +0 -4
  3. package/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +3 -3
  4. package/esm2022/clipper.ui/ui/document/document.component.mjs +5 -30
  5. package/esm2022/clipper.ui/ui/document-manager/document-manager.mjs +2 -2
  6. package/esm2022/clipper.ui/ui/references/references.component.mjs +4 -27
  7. package/esm2022/help/components/help-viewer/help-viewer.component.mjs +5 -27
  8. package/esm2022/help/services/help.service.mjs +2 -2
  9. package/esm2022/support.ui/ui/notifications-browser/notification/notification.component.mjs +1 -19
  10. package/esm2022/support.ui/ui/notifications-browser/notifications-browser.component.mjs +4 -26
  11. package/esm2022/ui.application/ui/components/file-preview/file-preview.component.mjs +2 -26
  12. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +10 -57
  13. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
  14. package/fesm2022/arsedizioni-ars-utils-help.mjs +5 -27
  15. package/fesm2022/arsedizioni-ars-utils-help.mjs.map +1 -1
  16. package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +3 -43
  17. package/fesm2022/arsedizioni-ars-utils-support.ui.mjs.map +1 -1
  18. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +0 -24
  19. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
  20. package/help/components/help-viewer/help-viewer.component.d.ts +0 -4
  21. package/package.json +7 -7
  22. package/support.ui/ui/notifications-browser/notification/notification.component.d.ts +2 -7
  23. package/support.ui/ui/notifications-browser/notifications-browser.component.d.ts +0 -4
  24. package/ui.application/ui/components/file-preview/file-preview.component.d.ts +2 -7
@@ -35,10 +35,6 @@ export declare class ClipperDocumentComponent extends ClipperDocumentManager imp
35
35
  protected selectionMode?: number | null;
36
36
  ngOnInit(): void;
37
37
  ngOnDestroy(): void;
38
- /**
39
- * Resize
40
- */
41
- private resize;
42
38
  /**
43
39
  * Show hide relevants pane manually
44
40
  */
@@ -23,10 +23,6 @@ export declare class ClipperReferencesComponent extends ClipperSearchResultManag
23
23
  ngOnInit(): void;
24
24
  ngOnDestroy(): void;
25
25
  ngAfterViewInit(): void;
26
- /**
27
- * Resize
28
- */
29
- private resize;
30
26
  /**
31
27
  * Show hide filter pane manually
32
28
  */