@arsedizioni/ars-utils 18.2.345 → 18.2.347

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 (96) hide show
  1. package/clipper.common/common/definitions.d.ts +1 -0
  2. package/clipper.common/common/services/clipper.service.d.ts +4 -0
  3. package/clipper.ui/ui/document-menu/document-menu.component.d.ts +1 -1
  4. package/core/definitions.d.ts +3 -2
  5. package/core/system.d.ts +1 -1
  6. package/esm2022/clipper.common/common/common.module.mjs +4 -4
  7. package/esm2022/clipper.common/common/definitions.mjs +2 -1
  8. package/esm2022/clipper.common/common/interceptors/auth.interceptor.mjs +3 -3
  9. package/esm2022/clipper.common/common/services/clipper.service.mjs +10 -4
  10. package/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +3 -3
  11. package/esm2022/clipper.ui/ui/document/document.component.mjs +3 -3
  12. package/esm2022/clipper.ui/ui/document-index/document-index.component.mjs +3 -3
  13. package/esm2022/clipper.ui/ui/document-manager/document-manager.mjs +3 -3
  14. package/esm2022/clipper.ui/ui/document-menu/document-menu.component.mjs +3 -3
  15. package/esm2022/clipper.ui/ui/references/references.component.mjs +3 -3
  16. package/esm2022/clipper.ui/ui/search-calendar/search-calendar.component.mjs +3 -3
  17. package/esm2022/clipper.ui/ui/search-dialog/search-dialog.component.mjs +3 -3
  18. package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +3 -3
  19. package/esm2022/clipper.ui/ui/search-free-text-help/search-free-text-help.component.mjs +3 -3
  20. package/esm2022/clipper.ui/ui/search-free-text-query-builder/search-free-text-query-builder.component.mjs +3 -3
  21. package/esm2022/clipper.ui/ui/search-result-item/search-result-item.component.mjs +3 -3
  22. package/esm2022/clipper.ui/ui/search-result-manager/search-result-manager.mjs +3 -3
  23. package/esm2022/core/core.module.mjs +8 -8
  24. package/esm2022/core/dateFnsAdapter.mjs +3 -3
  25. package/esm2022/core/definitions.mjs +1 -1
  26. package/esm2022/core/directives/autoFocusDirective.mjs +3 -3
  27. package/esm2022/core/directives/changeDateIntervalDirective.mjs +3 -3
  28. package/esm2022/core/directives/copyClipboardDirective.mjs +4 -4
  29. package/esm2022/core/directives/validators.mjs +33 -33
  30. package/esm2022/core/pipes/format.pipe.mjs +4 -4
  31. package/esm2022/core/pipes/replace.pipe.mjs +4 -4
  32. package/esm2022/core/pipes/safe-html.pipe.mjs +4 -4
  33. package/esm2022/core/pipes/safe-url.pipe.mjs +4 -4
  34. package/esm2022/core/pipes/search-callback.pipe.mjs +3 -3
  35. package/esm2022/core/pipes/search-filter.pipe.mjs +4 -4
  36. package/esm2022/core/services/broadcast.service.mjs +3 -3
  37. package/esm2022/core/services/environment.service.mjs +3 -3
  38. package/esm2022/core/services/screen.service.mjs +3 -3
  39. package/esm2022/core/services/theme.service.mjs +3 -3
  40. package/esm2022/core/system.mjs +1 -1
  41. package/esm2022/help/components/help-viewer/help-viewer.component.mjs +6 -6
  42. package/esm2022/help/help.module.mjs +4 -4
  43. package/esm2022/help/services/help.service.mjs +3 -3
  44. package/esm2022/support.common/common/common.module.mjs +4 -4
  45. package/esm2022/support.common/common/interceptors/auth.interceptor.mjs +3 -3
  46. package/esm2022/support.common/common/services/support.service.mjs +3 -3
  47. package/esm2022/support.ui/ui/notifications-browser/notification/notification.component.mjs +3 -3
  48. package/esm2022/support.ui/ui/notifications-browser/notifications-browser.component.mjs +3 -3
  49. package/esm2022/tinymce/full-screen-editor/full-screen-editor.component.mjs +3 -3
  50. package/esm2022/tinymce/tinymce.module.mjs +4 -4
  51. package/esm2022/ui/ui/dialogs/busy/busy-dialog.component.mjs +3 -3
  52. package/esm2022/ui/ui/dialogs/confirm/confirm-dialog.component.mjs +3 -3
  53. package/esm2022/ui/ui/dialogs/credentials/credentials-dialog.component.mjs +3 -3
  54. package/esm2022/ui/ui/dialogs/info/info-dialog.component.mjs +3 -3
  55. package/esm2022/ui/ui/dialogs/recover-password/recover-password-dialog.component.mjs +3 -3
  56. package/esm2022/ui/ui/dialogs/reset-password/reset-password-dialog.component.mjs +3 -3
  57. package/esm2022/ui/ui/dialogs/toast/toast.component.mjs +3 -3
  58. package/esm2022/ui/ui/paginatorIntl.mjs +3 -3
  59. package/esm2022/ui/ui/services/dialog.service.mjs +3 -3
  60. package/esm2022/ui/ui/services/ui.service.mjs +3 -3
  61. package/esm2022/ui/ui/ui.module.mjs +4 -4
  62. package/esm2022/ui.application/ui/components/button-selector/button-selector.component.mjs +3 -3
  63. package/esm2022/ui.application/ui/components/button-toggle/button-toggle.component.mjs +3 -3
  64. package/esm2022/ui.application/ui/components/calendar-empty-header/calendar-empy-header.component.mjs +3 -3
  65. package/esm2022/ui.application/ui/components/chips-selector/chips-selector.component.mjs +3 -3
  66. package/esm2022/ui.application/ui/components/file-input/file-input.component.mjs +3 -3
  67. package/esm2022/ui.application/ui/components/file-preview/file-preview.component.mjs +3 -3
  68. package/esm2022/ui.application/ui/components/filter-bar/filter-bar.component.mjs +3 -3
  69. package/esm2022/ui.application/ui/dialogs/prompt/prompt-dialog.component.mjs +3 -3
  70. package/esm2022/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.mjs +3 -3
  71. package/esm2022/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.mjs +3 -3
  72. package/esm2022/ui.application/ui/dialogs/select/select-dialog.component.mjs +3 -3
  73. package/esm2022/ui.application/ui/dialogs/select-file/select-file-dialog.component.mjs +3 -3
  74. package/esm2022/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.mjs +3 -3
  75. package/esm2022/ui.application/ui/dialogs/select-tree/select-tree-dialog.component.mjs +6 -6
  76. package/esm2022/ui.application/ui/dialogs/send-to/send-to-dialog.component.mjs +3 -3
  77. package/esm2022/ui.application/ui/directives/resize-table-column.directive.mjs +3 -3
  78. package/esm2022/ui.application/ui/services/applicationDialog.service.mjs +3 -3
  79. package/esm2022/ui.application/ui/ui.module.mjs +4 -4
  80. package/esm2022/ui.oauth/ui/components/login/login-oauth.component.mjs +3 -3
  81. package/esm2022/ui.oauth/ui/ui.module.mjs +4 -4
  82. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +17 -10
  83. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
  84. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +39 -39
  85. package/fesm2022/arsedizioni-ars-utils-core.mjs +89 -89
  86. package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
  87. package/fesm2022/arsedizioni-ars-utils-help.mjs +13 -13
  88. package/fesm2022/arsedizioni-ars-utils-support.common.mjs +10 -10
  89. package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +6 -6
  90. package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +7 -7
  91. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +58 -58
  92. package/fesm2022/arsedizioni-ars-utils-ui.mjs +34 -34
  93. package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +7 -7
  94. package/package.json +1 -1
  95. package/core/services/broadcastChannelHandler.d.ts +0 -83
  96. package/esm2022/core/services/broadcastChannelHandler.mjs +0 -80
@@ -153,6 +153,7 @@ export declare class ClipperSearchParams {
153
153
  sector?: string | null;
154
154
  sectors?: SectorInfo[] | null;
155
155
  topic?: string | null;
156
+ topics?: NameValueItem<string>[] | null;
156
157
  taxonomy?: string | null;
157
158
  taxonomies?: NameValueItem<string>[] | null;
158
159
  taxonomyPath?: string | null;
@@ -141,6 +141,10 @@ export declare class ClipperService implements OnDestroy {
141
141
  * Retrieve topics
142
142
  */
143
143
  getTopics(): import("rxjs").Observable<ApiResult<NameValueItem<string>[]>>;
144
+ /**
145
+ * Retrieve topics as tree
146
+ */
147
+ getTopicsAsTree(): import("rxjs").Observable<ApiResult<FolderTree>>;
144
148
  /**
145
149
  * Retrieve tags
146
150
  */
@@ -4,7 +4,7 @@ import { ClipperSearchResultManager } from '../search-result-manager/search-resu
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ClipperDocumentMenuComponent {
6
6
  useSelections: import("@angular/core").InputSignal<boolean>;
7
- selectionSource: import("@angular/core").InputSignal<"bag" | "selection" | "none">;
7
+ selectionSource: import("@angular/core").InputSignal<"none" | "bag" | "selection">;
8
8
  protected selection: Signal<ClipperDocumentInfo[]>;
9
9
  parent: import("@angular/core").InputSignal<ClipperSearchResultManager>;
10
10
  item: import("@angular/core").InputSignal<ClipperDocumentInfo>;
@@ -1,3 +1,4 @@
1
+ import { INode } from './system';
1
2
  export interface DoneResult<T> {
2
3
  isNew?: boolean | null;
3
4
  data?: T;
@@ -19,8 +20,8 @@ export interface Folder {
19
20
  itemsCount?: number | null;
20
21
  subItemsCount?: number | null;
21
22
  }
22
- export interface FolderTree extends Folder {
23
- subFolders?: FolderTree[] | null;
23
+ export interface FolderTree extends Folder, INode {
24
+ children?: FolderTree[] | null;
24
25
  path: string;
25
26
  }
26
27
  export interface File<T> {
package/core/system.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { DateInterval } from './definitions';
2
2
  export interface INode {
3
3
  id: string;
4
- name: string;
4
+ name?: string | null;
5
5
  count?: number | null;
6
6
  children?: INode[] | null;
7
7
  parent?: INode | null;
@@ -1,11 +1,11 @@
1
1
  import { NgModule } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class ArsClipperCommonModule {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.3", ngImport: i0, type: ArsClipperCommonModule }); }
6
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ArsClipperCommonModule }); }
4
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.4", ngImport: i0, type: ArsClipperCommonModule }); }
6
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ArsClipperCommonModule }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
9
9
  type: NgModule
10
10
  }] });
11
11
  // Other exports