@arsedizioni/ars-utils 21.2.199 → 21.2.200

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arsedizioni/ars-utils",
3
- "version": "21.2.199",
3
+ "version": "21.2.200",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -1055,7 +1055,7 @@ declare class ClipperDocumentMenuComponent implements OnInit {
1055
1055
  private readonly changeDetector;
1056
1056
  private readonly clipperService;
1057
1057
  readonly useSelections: _angular_core.InputSignal<boolean>;
1058
- readonly selectionSource: _angular_core.InputSignal<"bag" | "selection" | "none">;
1058
+ readonly selectionSource: _angular_core.InputSignal<"selection" | "bag" | "none">;
1059
1059
  protected selection: () => ClipperDocumentInfo[];
1060
1060
  readonly parent: _angular_core.InputSignal<any>;
1061
1061
  readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
@@ -1226,7 +1226,7 @@ declare class ClipperPropertyEditComponent implements OnInit {
1226
1226
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClipperPropertyEditComponent, "ng-component", never, {}, { "done": "done"; }, never, never, true, never>;
1227
1227
  }
1228
1228
 
1229
- declare class ContactEditComponent implements OnInit {
1229
+ declare class ClipperContactEditComponent implements OnInit {
1230
1230
  private clipperService;
1231
1231
  private dialogService;
1232
1232
  private dialogRef;
@@ -1248,11 +1248,11 @@ declare class ContactEditComponent implements OnInit {
1248
1248
  * @param save : true if data must really be submitted because changed
1249
1249
  */
1250
1250
  protected save(): void;
1251
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContactEditComponent, never>;
1252
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ContactEditComponent, "ng-component", never, {}, { "done": "done"; }, never, never, true, never>;
1251
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClipperContactEditComponent, never>;
1252
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClipperContactEditComponent, "ng-component", never, {}, { "done": "done"; }, never, never, true, never>;
1253
1253
  }
1254
1254
 
1255
- declare class ContactsSelector {
1255
+ declare class ClipperContactsSelector {
1256
1256
  static Show(injector: Injector, canAppend?: boolean, canEdit?: boolean, onSelect?: Function): void;
1257
1257
  }
1258
1258
 
@@ -1277,5 +1277,5 @@ declare class ClipperDocumentsUtils {
1277
1277
  static parseDocumentTitle(title: string): string;
1278
1278
  }
1279
1279
 
1280
- export { ClipperBrowserComponent, ClipperBrowserDialogComponent, ClipperDocumentComponent, ClipperDocumentIndexComponent, ClipperDocumentManager, ClipperDocumentMenuComponent, ClipperDocumentsUtils, ClipperPropertyBadgeComponent, ClipperPropertyEditComponent, ClipperReferencesComponent, ClipperSearchCalendarComponent, ClipperSearchFacetsComponent, ClipperSearchFreeTextHelpComponent, ClipperSearchFreeTextQueryBuilderComponent, ClipperSearchResultItemComponent, ClipperSearchResultItemDisplayMode, ClipperSearchResultManager, ContactEditComponent, ContactsSelector };
1280
+ export { ClipperBrowserComponent, ClipperBrowserDialogComponent, ClipperContactEditComponent, ClipperContactsSelector, ClipperDocumentComponent, ClipperDocumentIndexComponent, ClipperDocumentManager, ClipperDocumentMenuComponent, ClipperDocumentsUtils, ClipperPropertyBadgeComponent, ClipperPropertyEditComponent, ClipperReferencesComponent, ClipperSearchCalendarComponent, ClipperSearchFacetsComponent, ClipperSearchFreeTextHelpComponent, ClipperSearchFreeTextQueryBuilderComponent, ClipperSearchResultItemComponent, ClipperSearchResultItemDisplayMode, ClipperSearchResultManager };
1281
1281
  export type { ClipperBrowserDialogData, ClipperDocumentDialogData, ClipperDocumentIndexDialogData, ClipperDocumentIndexDialogResult, ClipperReferenceDialogResult, ClipperReferencesDialogData, SearchFreeTextQueryParams };