adb-shared 6.2.25 → 6.2.26

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": "adb-shared",
3
- "version": "6.2.25",
3
+ "version": "6.2.26",
4
4
  "author": "ADB",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">= 19.x",
@@ -586,6 +586,8 @@ declare class AdbRichEditorComponent implements ControlValueAccessor, OnDestroy
586
586
  hasTaxon: boolean;
587
587
  hasReference: boolean;
588
588
  rows: number;
589
+ label: string;
590
+ id: string;
589
591
  constructor(el: ElementRef);
590
592
  private getTextarea;
591
593
  onDoubleClick(): void;
@@ -604,9 +606,10 @@ declare class AdbRichEditorComponent implements ControlValueAccessor, OnDestroy
604
606
  setDisabledState?(isDisabled: boolean): void;
605
607
  onTextChange(): void;
606
608
  private updateValue;
609
+ private getId;
607
610
  ngOnDestroy(): void;
608
611
  static ɵfac: i0.ɵɵFactoryDeclaration<AdbRichEditorComponent, never>;
609
- static ɵcmp: i0.ɵɵComponentDeclaration<AdbRichEditorComponent, "adb-rich-editor", never, { "hasTaxon": { "alias": "hasTaxon"; "required": false; }; "hasReference": { "alias": "hasReference"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; }, {}, never, never, false, never>;
612
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdbRichEditorComponent, "adb-rich-editor", never, { "hasTaxon": { "alias": "hasTaxon"; "required": false; }; "hasReference": { "alias": "hasReference"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, false, never>;
610
613
  }
611
614
 
612
615
  interface RichTextPart {
@@ -628,7 +631,7 @@ declare class RichTextComponent {
628
631
  declare class AdbRichEditorModule {
629
632
  static forRoot(config: RichModuleConfig): ModuleWithProviders<AdbRichEditorModule>;
630
633
  static ɵfac: i0.ɵɵFactoryDeclaration<AdbRichEditorModule, never>;
631
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdbRichEditorModule, [typeof AdbRichEditorComponent, typeof RichTextComponent], [typeof i2.CommonModule, typeof i4$1.FormsModule], [typeof AdbRichEditorComponent, typeof RichTextComponent]>;
634
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AdbRichEditorModule, [typeof AdbRichEditorComponent, typeof RichTextComponent], [typeof i2.CommonModule, typeof i4$1.FormsModule, typeof i4.TranslateModule], [typeof AdbRichEditorComponent, typeof RichTextComponent]>;
632
635
  static ɵinj: i0.ɵɵInjectorDeclaration<AdbRichEditorModule>;
633
636
  }
634
637