@arsedizioni/ars-utils 22.0.10 → 22.0.11

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 (30) hide show
  1. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +2 -11
  2. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
  3. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +6 -8
  4. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
  5. package/fesm2022/arsedizioni-ars-utils-core.mjs +1700 -1797
  6. package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
  7. package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +3 -12
  8. package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
  9. package/fesm2022/arsedizioni-ars-utils-help.mjs +2 -11
  10. package/fesm2022/arsedizioni-ars-utils-help.mjs.map +1 -1
  11. package/fesm2022/arsedizioni-ars-utils-support.common.mjs +3 -12
  12. package/fesm2022/arsedizioni-ars-utils-support.common.mjs.map +1 -1
  13. package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +2 -12
  14. package/fesm2022/arsedizioni-ars-utils-tinymce.mjs.map +1 -1
  15. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +96 -123
  16. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
  17. package/fesm2022/arsedizioni-ars-utils-ui.mjs +4 -44
  18. package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
  19. package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +2 -11
  20. package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs.map +1 -1
  21. package/package.json +1 -1
  22. package/types/arsedizioni-ars-utils-clipper.common.d.ts +1 -7
  23. package/types/arsedizioni-ars-utils-core.d.ts +506 -490
  24. package/types/arsedizioni-ars-utils-evolution.common.d.ts +3 -9
  25. package/types/arsedizioni-ars-utils-help.d.ts +34 -40
  26. package/types/arsedizioni-ars-utils-support.common.d.ts +3 -9
  27. package/types/arsedizioni-ars-utils-tinymce.d.ts +7 -13
  28. package/types/arsedizioni-ars-utils-ui.application.d.ts +46 -56
  29. package/types/arsedizioni-ars-utils-ui.d.ts +4 -35
  30. package/types/arsedizioni-ars-utils-ui.oauth.d.ts +1 -7
@@ -1,10 +1,10 @@
1
- import * as i0 from '@angular/core';
2
- import { OnDestroy, Signal } from '@angular/core';
3
1
  import { SendToModel, LoginResult, QueryModel, ApiResult, INode, FolderTree } from '@arsedizioni/ars-utils/core';
4
2
  import { LoginOAuthType } from '@arsedizioni/ars-utils/ui.oauth';
5
3
  import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
6
4
  import * as rxjs from 'rxjs';
7
5
  import { Observable } from 'rxjs';
6
+ import * as i0 from '@angular/core';
7
+ import { OnDestroy, Signal } from '@angular/core';
8
8
 
9
9
  declare const EvolutionMessages: {
10
10
  ERROR: string;
@@ -914,11 +914,5 @@ declare class EvolutionService implements OnDestroy {
914
914
  static ɵprov: i0.ɵɵInjectableDeclaration<EvolutionService>;
915
915
  }
916
916
 
917
- declare class EvolutionCommonModule {
918
- static ɵfac: i0.ɵɵFactoryDeclaration<EvolutionCommonModule, never>;
919
- static ɵmod: i0.ɵɵNgModuleDeclaration<EvolutionCommonModule, never, never, never>;
920
- static ɵinj: i0.ɵɵInjectorDeclaration<EvolutionCommonModule>;
921
- }
922
-
923
- export { ERPComplianceActivityState, ERPComplianceLawOrigin, ERPComplianceLawState, ERPComplianceLawsSelectionType, ERPComplianceNotificationLimit, ERPComplianceProfileFlags, ERPComplianceProfileRole, ERPComplianceRegisterNotificationType, ERPComplianceRegisterSiteImportOptions, ERPComplianceScope, ERPExportFormat, ERPExportPart, ERPExportSource, ERPExportType, ERPModule, ERPPlace, ERPPlacePermission, ERPRecurrenceFrequencyType, EvolutionAuthInterceptor, EvolutionCommonModule, EvolutionComplianceActivityStates, EvolutionComplianceContextInfo, EvolutionComplianceLawChangeStates, EvolutionComplianceLawOrigins, EvolutionComplianceLawStates, EvolutionComplianceNotificationLimits, EvolutionComplianceNotifications, EvolutionComplianceObligationAuthorities, EvolutionComplianceObligationTypes, EvolutionComplianceProfileFlags, EvolutionComplianceProfileRoles, EvolutionComplianceScopes, EvolutionMessages, EvolutionRecurrenceFrequencyTypes, EvolutionService, EvolutionServiceFlags };
917
+ export { ERPComplianceActivityState, ERPComplianceLawOrigin, ERPComplianceLawState, ERPComplianceLawsSelectionType, ERPComplianceNotificationLimit, ERPComplianceProfileFlags, ERPComplianceProfileRole, ERPComplianceRegisterNotificationType, ERPComplianceRegisterSiteImportOptions, ERPComplianceScope, ERPExportFormat, ERPExportPart, ERPExportSource, ERPExportType, ERPModule, ERPPlace, ERPPlacePermission, ERPRecurrenceFrequencyType, EvolutionAuthInterceptor, EvolutionComplianceActivityStates, EvolutionComplianceContextInfo, EvolutionComplianceLawChangeStates, EvolutionComplianceLawOrigins, EvolutionComplianceLawStates, EvolutionComplianceNotificationLimits, EvolutionComplianceNotifications, EvolutionComplianceObligationAuthorities, EvolutionComplianceObligationTypes, EvolutionComplianceProfileFlags, EvolutionComplianceProfileRoles, EvolutionComplianceScopes, EvolutionMessages, EvolutionRecurrenceFrequencyTypes, EvolutionService, EvolutionServiceFlags };
924
918
  export type { ComplianceRegisterUsersResultModel, EvolutionChangeContextModel, EvolutionChangeContextResultModel, EvolutionComplianceActivitiesAddParams, EvolutionComplianceActivity, EvolutionComplianceLaswExportParams, EvolutionComplianceLaw, EvolutionComplianceLawDocumentInfo, EvolutionComplianceLawReference, EvolutionComplianceLawsAddParams, EvolutionComplianceRegister, EvolutionComplianceRegisterProfile, EvolutionComplianceRegisterSite, EvolutionContextInfo, EvolutionExportModel, EvolutionLicenceModuleInfo, EvolutionLoginInfo, EvolutionLoginResult, EvolutionPermission, EvolutionPlacePermission, EvolutionPlaceable, EvolutionQueryRegisterProfilesModel, EvolutionRegisterProfileSiteInfo, EvolutionRegisterProfileUserInfo, EvolutionUserInfo, EvolutionUserLink, EvolutionUserModuleInfo };
@@ -1,11 +1,28 @@
1
- import * as i0 from '@angular/core';
2
- import { OnDestroy } from '@angular/core';
3
1
  import { Folder, ApiResult } from '@arsedizioni/ars-utils/core';
2
+ import * as rxjs from 'rxjs';
3
+ import { BehaviorSubject } from 'rxjs';
4
+ import * as _angular_core from '@angular/core';
5
+ import { OnDestroy } from '@angular/core';
4
6
  import { BreakpointObserver } from '@angular/cdk/layout';
5
7
  import { MatSidenav } from '@angular/material/sidenav';
6
8
  import { MatTree } from '@angular/material/tree';
7
- import * as rxjs from 'rxjs';
8
- import { BehaviorSubject } from 'rxjs';
9
+
10
+ interface ChapterParentInfo {
11
+ id: string;
12
+ name: string;
13
+ }
14
+ interface Chapter extends Folder {
15
+ parents?: ChapterParentInfo[];
16
+ }
17
+ interface ChapterBag {
18
+ chapter: Chapter;
19
+ data: string;
20
+ hits: number;
21
+ }
22
+ interface ChapterTree extends Chapter {
23
+ subFolders: ChapterTree[];
24
+ path: string;
25
+ }
9
26
 
10
27
  interface HelpViewerDialogData {
11
28
  id?: string;
@@ -58,30 +75,30 @@ declare class IndexTreeDataSource implements OnDestroy {
58
75
  * Re-emits the current data to all subscribers, triggering a tree refresh.
59
76
  */
60
77
  update(): void;
61
- static ɵfac: i0.ɵɵFactoryDeclaration<IndexTreeDataSource, never>;
62
- static ɵprov: i0.ɵɵInjectableDeclaration<IndexTreeDataSource>;
78
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<IndexTreeDataSource, never>;
79
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<IndexTreeDataSource>;
63
80
  }
64
81
  declare class HelpViewerComponent {
65
- readonly indexPane: i0.Signal<MatSidenav>;
82
+ readonly indexPane: _angular_core.Signal<MatSidenav>;
66
83
  private readonly destroyRef;
67
84
  private readonly dialogRef;
68
85
  protected readonly dialogData: HelpViewerDialogData;
69
86
  private readonly dialogService;
70
87
  private readonly helpService;
71
88
  protected readonly breakpointObserver: BreakpointObserver;
72
- protected readonly busy: i0.WritableSignal<boolean>;
73
- protected readonly page: i0.WritableSignal<string>;
89
+ protected readonly busy: _angular_core.WritableSignal<boolean>;
90
+ protected readonly page: _angular_core.WritableSignal<string>;
74
91
  private indexId;
75
92
  private indexPaneClosed;
76
93
  protected indexNode: IndexInfo | undefined;
77
94
  private readonly history;
78
- protected readonly canGoBack: i0.Signal<boolean>;
95
+ protected readonly canGoBack: _angular_core.Signal<boolean>;
79
96
  private tree;
80
- readonly matTree: i0.Signal<MatTree<IndexNode, IndexNode>>;
97
+ readonly matTree: _angular_core.Signal<MatTree<IndexNode, IndexNode>>;
81
98
  /** Provides the level of a flat node to the tree component. */
82
99
  protected readonly levelAccessor: (node: IndexNode) => number;
83
100
  /** Flat list of all tree nodes used as the tree data source. */
84
- protected readonly flatNodes: i0.WritableSignal<IndexNode[]>;
101
+ protected readonly flatNodes: _angular_core.WritableSignal<IndexNode[]>;
85
102
  private folders?;
86
103
  protected hasChild: (_: number, _node: IndexNode) => boolean;
87
104
  constructor();
@@ -152,25 +169,8 @@ declare class HelpViewerComponent {
152
169
  * Navigates back to the previous chapter in the browsing history.
153
170
  */
154
171
  protected back(): void;
155
- static ɵfac: i0.ɵɵFactoryDeclaration<HelpViewerComponent, never>;
156
- static ɵcmp: i0.ɵɵComponentDeclaration<HelpViewerComponent, "ng-component", never, {}, {}, never, never, true, never>;
157
- }
158
-
159
- interface ChapterParentInfo {
160
- id: string;
161
- name: string;
162
- }
163
- interface Chapter extends Folder {
164
- parents?: ChapterParentInfo[];
165
- }
166
- interface ChapterBag {
167
- chapter: Chapter;
168
- data: string;
169
- hits: number;
170
- }
171
- interface ChapterTree extends Chapter {
172
- subFolders: ChapterTree[];
173
- path: string;
172
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<HelpViewerComponent, never>;
173
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<HelpViewerComponent, "ng-component", never, {}, {}, never, never, true, never>;
174
174
  }
175
175
 
176
176
  declare class HelpService {
@@ -212,15 +212,9 @@ declare class HelpService {
212
212
  * @param id - The chapter id to open (default: `'1'`, the root chapter).
213
213
  */
214
214
  show(id?: string): void;
215
- static ɵfac: i0.ɵɵFactoryDeclaration<HelpService, never>;
216
- static ɵprov: i0.ɵɵInjectableDeclaration<HelpService>;
217
- }
218
-
219
- declare class ArsHelpModule {
220
- static ɵfac: i0.ɵɵFactoryDeclaration<ArsHelpModule, never>;
221
- static ɵmod: i0.ɵɵNgModuleDeclaration<ArsHelpModule, never, never, never>;
222
- static ɵinj: i0.ɵɵInjectorDeclaration<ArsHelpModule>;
215
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<HelpService, never>;
216
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<HelpService>;
223
217
  }
224
218
 
225
- export { ArsHelpModule, HelpService, HelpViewerComponent, IndexInfo, IndexNode, IndexTreeDataSource };
219
+ export { HelpService, HelpViewerComponent, IndexInfo, IndexNode, IndexTreeDataSource };
226
220
  export type { Chapter, ChapterBag, ChapterParentInfo, ChapterTree, HelpViewerDialogData };
@@ -1,8 +1,8 @@
1
- import * as i0 from '@angular/core';
2
- import { OnDestroy } from '@angular/core';
3
1
  import { LoginResult, ApiResult } from '@arsedizioni/ars-utils/core';
4
2
  import { LoginOAuthType } from '@arsedizioni/ars-utils/ui.oauth';
5
3
  import * as rxjs from 'rxjs';
4
+ import * as i0 from '@angular/core';
5
+ import { OnDestroy } from '@angular/core';
6
6
 
7
7
  declare const SupportMessages: {
8
8
  /**
@@ -197,11 +197,5 @@ declare class SupportService implements OnDestroy {
197
197
  static ɵprov: i0.ɵɵInjectableDeclaration<SupportService>;
198
198
  }
199
199
 
200
- declare class ArsSupportCommonModule {
201
- static ɵfac: i0.ɵɵFactoryDeclaration<ArsSupportCommonModule, never>;
202
- static ɵmod: i0.ɵɵNgModuleDeclaration<ArsSupportCommonModule, never, never, never>;
203
- static ɵinj: i0.ɵɵInjectorDeclaration<ArsSupportCommonModule>;
204
- }
205
-
206
- export { ArsSupportCommonModule, SupportMessages, SupportProduct, SupportProductModule, SupportService };
200
+ export { SupportMessages, SupportProduct, SupportProductModule, SupportService };
207
201
  export type { Notification, SupportDocumentInfo, SupportLoginInfo, SupportLoginResult, SupportNotificationInfo, SupportNotificationsMarkParams, SupportNotificationsSearchParams, SupportNotificationsSearchResult, SupportUserInfo };
@@ -1,4 +1,4 @@
1
- import * as i0 from '@angular/core';
1
+ import * as _angular_core from '@angular/core';
2
2
 
3
3
  declare class TinymceUtils {
4
4
  /** URL of the TinyMCE script hosted on the Tiny Cloud CDN. */
@@ -26,12 +26,6 @@ declare class TinymceUtils {
26
26
  static loadTinyMCEScript(useCDN?: boolean): void;
27
27
  }
28
28
 
29
- declare class ArsTinyMceModule {
30
- static ɵfac: i0.ɵɵFactoryDeclaration<ArsTinyMceModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<ArsTinyMceModule, never, never, never>;
32
- static ɵinj: i0.ɵɵInjectorDeclaration<ArsTinyMceModule>;
33
- }
34
-
35
29
  interface FullScreenEditorDialogData {
36
30
  text: string;
37
31
  configuration: Record<string, any>;
@@ -42,12 +36,12 @@ interface FullScreenEditorDialogData {
42
36
  }
43
37
  declare class FullScreenEditorComponent {
44
38
  /** Emitted with the edited text when the user saves. */
45
- readonly saving: i0.OutputEmitterRef<string>;
39
+ readonly saving: _angular_core.OutputEmitterRef<string>;
46
40
  private readonly dialogRef;
47
41
  /** Dialog configuration, injected and exposed as a signal. */
48
- protected readonly dialogData: i0.WritableSignal<FullScreenEditorDialogData>;
42
+ protected readonly dialogData: _angular_core.WritableSignal<FullScreenEditorDialogData>;
49
43
  /** Whether the editor is in read-only mode. */
50
- protected readonly disabled: i0.WritableSignal<boolean>;
44
+ protected readonly disabled: _angular_core.WritableSignal<boolean>;
51
45
  /** Current editor content, kept as a plain field for [(ngModel)] two-way binding. */
52
46
  protected text: string;
53
47
  /** TinyMCE editor configuration. */
@@ -57,9 +51,9 @@ declare class FullScreenEditorComponent {
57
51
  * Save the current editor content and close the dialog.
58
52
  */
59
53
  protected ok(): void;
60
- static ɵfac: i0.ɵɵFactoryDeclaration<FullScreenEditorComponent, never>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<FullScreenEditorComponent, "ng-component", never, {}, { "saving": "saving"; }, never, never, true, never>;
54
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FullScreenEditorComponent, never>;
55
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FullScreenEditorComponent, "ng-component", never, {}, { "saving": "saving"; }, never, never, true, never>;
62
56
  }
63
57
 
64
- export { ArsTinyMceModule, FullScreenEditorComponent, TinymceUtils };
58
+ export { FullScreenEditorComponent, TinymceUtils };
65
59
  export type { FullScreenEditorDialogData };
@@ -1,5 +1,5 @@
1
1
  import * as _angular_core from '@angular/core';
2
- import { OnDestroy, AfterViewInit, EnvironmentProviders, DoCheck, ElementRef } from '@angular/core';
2
+ import { EnvironmentProviders, OnDestroy, AfterViewInit, DoCheck, ElementRef } from '@angular/core';
3
3
  import { INode, Searchable, SearchBag, NameValueItem, DateInterval, SearchFilterMetadata, FileInfo } from '@arsedizioni/ars-utils/core';
4
4
  import { MatFormFieldAppearance, MatFormFieldControl } from '@angular/material/form-field';
5
5
  import { MatDialogRef } from '@angular/material/dialog';
@@ -12,36 +12,18 @@ import { MatCheckboxChange } from '@angular/material/checkbox';
12
12
  import { MatSelectionList, MatSelectionListChange } from '@angular/material/list';
13
13
  import { MatPaginator, PageEvent } from '@angular/material/paginator';
14
14
 
15
- declare class ResizeTableColumnDirective {
16
- /** Whether this column is resizable. Bound via the `resizeColumn` attribute. */
17
- readonly resizable: _angular_core.InputSignal<boolean>;
18
- /** Zero-based index of this column in the table, used to resize body cells. */
19
- readonly index: _angular_core.InputSignal<number>;
20
- private readonly renderer;
21
- private readonly elementRef;
22
- private startX;
23
- private startWidth;
24
- private readonly column;
25
- private table;
26
- private pressed;
27
- constructor();
28
- /**
29
- * Record the drag start position and initial column width.
30
- * @param e - The mousedown event.
31
- */
32
- onMouseDown: (e: MouseEvent) => void;
33
- /**
34
- * Resize the column header and all body cells while dragging.
35
- * @param e - The mousemove event.
36
- */
37
- onMouseMove: (e: MouseEvent) => void;
38
- /**
39
- * End the drag and remove the resizing CSS class from the table.
40
- */
41
- onMouseUp: () => void;
42
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResizeTableColumnDirective, never>;
43
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ResizeTableColumnDirective, "[resizeColumn]", never, { "resizable": { "alias": "resizeColumn"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
44
- }
15
+ /**
16
+ * Standalone providers for the ars-utils "application" UI layer.
17
+ *
18
+ * Single source of truth for the environment-level configuration of this entry point.
19
+ * Use it in a standalone bootstrap instead of importing ArsUIApplicationModule:
20
+ *
21
+ * @example
22
+ * bootstrapApplication(AppComponent, {
23
+ * providers: [provideArsUIApplication()]
24
+ * });
25
+ */
26
+ declare function provideArsUIApplication(): EnvironmentProviders;
45
27
 
46
28
  interface SendToDialogData {
47
29
  count: number;
@@ -868,29 +850,6 @@ declare class ApplicationDialogService extends DialogService {
868
850
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<ApplicationDialogService>;
869
851
  }
870
852
 
871
- /**
872
- * Standalone providers for the ars-utils "application" UI layer.
873
- *
874
- * Single source of truth for the environment-level configuration of this entry point.
875
- * Use it in a standalone bootstrap instead of importing {@link ArsUIApplicationModule}:
876
- *
877
- * @example
878
- * bootstrapApplication(AppComponent, {
879
- * providers: [provideArsUIApplication()]
880
- * });
881
- */
882
- declare function provideArsUIApplication(): EnvironmentProviders;
883
- /**
884
- * @deprecated Prefer the standalone {@link provideArsUIApplication} provider together with
885
- * direct imports of the standalone components/directives. This module is kept as a thin,
886
- * backward-compatible shim so existing NgModule-based applications keep working unchanged.
887
- */
888
- declare class ArsUIApplicationModule {
889
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<ArsUIApplicationModule, never>;
890
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<ArsUIApplicationModule, never, [typeof ResizeTableColumnDirective], [typeof ResizeTableColumnDirective]>;
891
- static ɵinj: _angular_core.ɵɵInjectorDeclaration<ArsUIApplicationModule>;
892
- }
893
-
894
853
  declare class ButtonSelectorComponent implements OnDestroy, ControlValueAccessor {
895
854
  ngControl: NgControl;
896
855
  /** Emitted whenever the selected value changes (including programmatic resets). */
@@ -1040,7 +999,7 @@ declare class ChipsSelectorComponent implements OnDestroy, ControlValueAccessor
1040
999
  /** Minimum width in pixels when collapsed. Use `-1` for automatic. */
1041
1000
  readonly collapsedWidth: _angular_core.InputSignal<number>;
1042
1001
  /** Display mode used when the selector is in collapsed state. */
1043
- readonly collapsedDisplayMode: _angular_core.InputSignal<"button" | "dropdown">;
1002
+ readonly collapsedDisplayMode: _angular_core.InputSignal<"dropdown" | "button">;
1044
1003
  /** Pixel threshold below which the selector collapses. Use `-1` to disable. */
1045
1004
  readonly collapseAt: _angular_core.InputSignal<number>;
1046
1005
  /** When `true`, `collapseAt` is compared against the container width rather than the window width. */
@@ -1510,5 +1469,36 @@ declare class TreePickerComponent {
1510
1469
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<TreePickerComponent, "tree-picker", never, { "tree": { "alias": "tree"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "descriptionEmpty": { "alias": "descriptionEmpty"; "required": false; "isSignal": true; }; "maxDepth": { "alias": "maxDepth"; "required": false; "isSignal": true; }; "maxDepthOverrides": { "alias": "maxDepthOverrides"; "required": false; "isSignal": true; }; "minDepth": { "alias": "minDepth"; "required": false; "isSignal": true; }; }, { "selection": "selectionChange"; "selectionCount": "selectionCount"; "changed": "changed"; }, never, never, true, never>;
1511
1470
  }
1512
1471
 
1513
- export { ApplicationDialogService, ArsUIApplicationModule, ButtonSelectorComponent, ButtonToggleComponent, CalendarEmptyHeader, ChipsSelectorComponent, CurrentFilter, CurrentFilterChanged, CurrentFilterItem, FileInputComponent, FilePreviewComponent, FilterBarComponent, Filters, ItemNode, PromptDateDialogComponent, PromptDialogComponent, PromptDialogType, PromptOtpDialogComponent, PromptTimeDialogComponent, ResizeTableColumnDirective, SelectDialogComponent, SelectFileDialogComponent, SelectPictureDialogComponent, SelectTreeDialogComponent, SelectableItem, SelectableNode, SendToDialogComponent, TreeDataSource, TreePickerComponent, provideArsUIApplication };
1472
+ declare class ResizeTableColumnDirective {
1473
+ /** Whether this column is resizable. Bound via the `resizeColumn` attribute. */
1474
+ readonly resizable: _angular_core.InputSignal<boolean>;
1475
+ /** Zero-based index of this column in the table, used to resize body cells. */
1476
+ readonly index: _angular_core.InputSignal<number>;
1477
+ private readonly renderer;
1478
+ private readonly elementRef;
1479
+ private startX;
1480
+ private startWidth;
1481
+ private readonly column;
1482
+ private table;
1483
+ private pressed;
1484
+ constructor();
1485
+ /**
1486
+ * Record the drag start position and initial column width.
1487
+ * @param e - The mousedown event.
1488
+ */
1489
+ onMouseDown: (e: MouseEvent) => void;
1490
+ /**
1491
+ * Resize the column header and all body cells while dragging.
1492
+ * @param e - The mousemove event.
1493
+ */
1494
+ onMouseMove: (e: MouseEvent) => void;
1495
+ /**
1496
+ * End the drag and remove the resizing CSS class from the table.
1497
+ */
1498
+ onMouseUp: () => void;
1499
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResizeTableColumnDirective, never>;
1500
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ResizeTableColumnDirective, "[resizeColumn]", never, { "resizable": { "alias": "resizeColumn"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1501
+ }
1502
+
1503
+ export { ApplicationDialogService, ButtonSelectorComponent, ButtonToggleComponent, CalendarEmptyHeader, ChipsSelectorComponent, CurrentFilter, CurrentFilterChanged, CurrentFilterItem, FileInputComponent, FilePreviewComponent, FilterBarComponent, Filters, ItemNode, PromptDateDialogComponent, PromptDialogComponent, PromptDialogType, PromptOtpDialogComponent, PromptTimeDialogComponent, ResizeTableColumnDirective, SelectDialogComponent, SelectFileDialogComponent, SelectPictureDialogComponent, SelectTreeDialogComponent, SelectableItem, SelectableNode, SendToDialogComponent, TreeDataSource, TreePickerComponent, provideArsUIApplication };
1514
1504
  export type { ButtonToggleInfo, FilePreviewDialogData, FilterGroup, FilterItem, ISelectableItem, PromptDateDialogResult, PromptDialogData, PromptDialogResult, PromptOtpDialogResult, PromptTimeDialogData, SelectDialogAppend, SelectDialogData, SelectDialogDelete, SelectDialogEdit, SelectDialogFilter, SelectDialogLookup, SelectDialogResult, SelectFile, SelectFileDialogData, SelectFileOption, SelectPictureFileDialogData, SelectTreeDialogAppend, SelectTreeDialogData, SelectTreeDialogResult, SelectableFilter, SendToDialogData, SendToDialogResult, SendToPopulateData };
@@ -1,14 +1,13 @@
1
- import * as _angular_core from '@angular/core';
2
- import { EnvironmentProviders, ElementRef, TemplateRef, InjectionToken, Signal, Renderer2 } from '@angular/core';
3
- import * as i1 from '@arsedizioni/ars-utils/core';
4
- import { PasswordStrength } from '@arsedizioni/ars-utils/core';
5
1
  import { MatPaginatorIntl } from '@angular/material/paginator';
2
+ import * as _angular_core from '@angular/core';
3
+ import { ElementRef, TemplateRef, InjectionToken, Signal, Renderer2 } from '@angular/core';
6
4
  import { ComponentType } from '@angular/cdk/portal';
7
5
  import { MatDialogConfig, MatDialogRef } from '@angular/material/dialog';
8
6
  import { MatSnackBarRef } from '@angular/material/snack-bar';
9
7
  import { Observable } from 'rxjs';
10
8
  import { MatFormFieldAppearance } from '@angular/material/form-field';
11
9
  import { ControlValueAccessor } from '@angular/forms';
10
+ import { PasswordStrength } from '@arsedizioni/ars-utils/core';
12
11
 
13
12
  interface DialogResult {
14
13
  result?: 'ok' | 'cancel' | 'other';
@@ -384,36 +383,6 @@ declare class DialogService extends UIService {
384
383
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<DialogService>;
385
384
  }
386
385
 
387
- /**
388
- * Standalone providers for the ars-utils "ui" layer.
389
- *
390
- * Currently this entry point has NO environment-level providers to register:
391
- * - Services use `@Service()` (root-provided) and are loaded on demand when injected.
392
- * - The core pipes (format, safeHtml, replace, ...) are standalone and template-only,
393
- * so consuming components import them via `imports: []` — they never need to be
394
- * listed here. Listing them would force all of them into the eager bundle and
395
- * defeat tree-shaking.
396
- *
397
- * The function is kept for API symmetry / future configuration and so standalone apps
398
- * have a stable extension point.
399
- *
400
- * @example
401
- * bootstrapApplication(AppComponent, {
402
- * providers: [provideArsUI()]
403
- * });
404
- */
405
- declare function provideArsUI(): EnvironmentProviders;
406
- /**
407
- * @deprecated Prefer the standalone {@link provideArsUI} provider together with
408
- * direct imports of the standalone components/directives. This module is kept as a thin,
409
- * backward-compatible shim so existing NgModule-based applications keep working unchanged.
410
- */
411
- declare class ArsUIModule {
412
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<ArsUIModule, never>;
413
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<ArsUIModule, never, [typeof i1.ArsCoreModule], never>;
414
- static ɵinj: _angular_core.ɵɵInjectorDeclaration<ArsUIModule>;
415
- }
416
-
417
386
  /**
418
387
  * Overlay dialog that blocks interaction while a background operation is in progress.
419
388
  * Supports four visual styles: progress bar, spinner, hourglass, and wait icon.
@@ -1420,5 +1389,5 @@ declare class ArsUIFlexModule {
1420
1389
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<ArsUIFlexModule>;
1421
1390
  }
1422
1391
 
1423
- export { ALIAS_FAMILIES, ALIAS_INDEX, ArsUIFlexModule, ArsUIModule, BS5_BREAKPOINTS, BusyDialogComponent, BusyTimer, CANONICAL_ALIASES, ConfirmDialogComponent, CredentialsDialogComponent, DeleteDialogComponent, DeleteDialogConfirmMode, DialogService, FxClassDirective, FxFlexAlignDirective, FxFlexDirective, FxFlexFillDirective, FxFlexOffsetDirective, FxFlexOrderDirective, FxGridAreaDirective, FxGridColumnDirective, FxGridDirective, FxLayoutAlignDirective, FxLayoutDirective, FxLayoutGapDirective, FxLayoutWrapDirective, FxShowHideDirective, FxStyleDirective, IfBpDirective, InfoDialogComponent, LAYOUT_BREAKPOINTS, MediaObserver, NON_CANONICAL_PRIORITY, OtpInputComponent, PaginatorIntl, PasswordStrengthComponent, RecoverPasswordDialogComponent, ResetPasswordDialogComponent, ResponsiveBaseDirective, ToastComponent, UIService, provideArsUI, resolve, resolveAll, resolveNonCanonical };
1392
+ export { ALIAS_FAMILIES, ALIAS_INDEX, ArsUIFlexModule, BS5_BREAKPOINTS, BusyDialogComponent, BusyTimer, CANONICAL_ALIASES, ConfirmDialogComponent, CredentialsDialogComponent, DeleteDialogComponent, DeleteDialogConfirmMode, DialogService, FxClassDirective, FxFlexAlignDirective, FxFlexDirective, FxFlexFillDirective, FxFlexOffsetDirective, FxFlexOrderDirective, FxGridAreaDirective, FxGridColumnDirective, FxGridDirective, FxLayoutAlignDirective, FxLayoutDirective, FxLayoutGapDirective, FxLayoutWrapDirective, FxShowHideDirective, FxStyleDirective, IfBpDirective, InfoDialogComponent, LAYOUT_BREAKPOINTS, MediaObserver, NON_CANONICAL_PRIORITY, OtpInputComponent, PaginatorIntl, PasswordStrengthComponent, RecoverPasswordDialogComponent, ResetPasswordDialogComponent, ResponsiveBaseDirective, ToastComponent, UIService, resolve, resolveAll, resolveNonCanonical };
1424
1393
  export type { BpValues, BreakpointAlias, CanonicalKey, ConfirmDialogData, ConfirmDialogOption, CredentialsDialogData, CredentialsDialogResult, DeleteDialogData, DialogOption, DialogResult, IDialogService, InfoDialogData, NcValues, NonCanonicalKey, RecoverPasswordDialogData, RecoverPasswordDialogResult, ResetPasswordDialogData, ResetPasswordDialogMode, ResetPasswordDialogResult, ToastData };
@@ -13,12 +13,6 @@ interface LoginOAuthResult {
13
13
  token: string;
14
14
  }
15
15
 
16
- declare class ArsUIOAuthModule {
17
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<ArsUIOAuthModule, never>;
18
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<ArsUIOAuthModule, never, never, never>;
19
- static ɵinj: _angular_core.ɵɵInjectorDeclaration<ArsUIOAuthModule>;
20
- }
21
-
22
16
  declare function MSALInstanceFactory(environment: EnvironmentService): IPublicClientApplication;
23
17
  declare function MSALInterceptorConfigFactory(environment: EnvironmentService): MsalInterceptorConfiguration;
24
18
  declare function MSALGuardConfigFactory(): MsalGuardConfiguration;
@@ -70,5 +64,5 @@ declare class LoginOAuthOkMSComponent {
70
64
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<LoginOAuthOkMSComponent, "app-login-oauth-ok-ms", never, { "message": { "alias": "message"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
71
65
  }
72
66
 
73
- export { ArsUIOAuthModule, LoginOAuthComponent, LoginOAuthOkMSComponent, LoginOAuthType, MSALGuardConfigFactory, MSALInstanceFactory, MSALInterceptorConfigFactory };
67
+ export { LoginOAuthComponent, LoginOAuthOkMSComponent, LoginOAuthType, MSALGuardConfigFactory, MSALInstanceFactory, MSALInterceptorConfigFactory };
74
68
  export type { LoginOAuthResult };