@arsedizioni/ars-utils 21.2.142 → 21.2.144

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.
@@ -1642,8 +1642,8 @@ class ClipperSearchResultManager extends ClipperDocumentManager {
1642
1642
  this.destroyRef = inject(DestroyRef);
1643
1643
  this.changeDetector = inject(ChangeDetectorRef);
1644
1644
  this.breakpointObserver = inject(BreakpointObserver);
1645
- this.themeService = inject(ThemeService);
1646
1645
  this.injector = inject(Injector);
1646
+ this.themeService = inject(ThemeService);
1647
1647
  this.screenService = inject(ScreenService);
1648
1648
  this.dialogService = inject(ApplicationDialogService);
1649
1649
  this.selectionMode = signal(ClipperSelectionMode.None, ...(ngDevMode ? [{ debugName: "selectionMode" }] : /* istanbul ignore next */ []));