@talrace/ngx-noder 19.0.42 → 19.0.44

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.
@@ -2,4 +2,4 @@ export declare const PARENT_TAG = "APP-NOD-EDITOR";
2
2
  export declare const TABLE_CELL_TAG = "APP-NOD-TABLE-CELL";
3
3
  export declare const EDGE_TAG = "APP-NOD-EDGE";
4
4
  export declare const IMAGE_TAG = "APP-NOD-IMAGE";
5
- export declare const CUSTOM_TAG = "APP-NOD-CUSTOM-ELEMENT";
5
+ export declare const CUSTOM_TAG = "app-nod-custom-element";
@@ -24,7 +24,7 @@ export declare class ParagraphHelper {
24
24
  screenIndex: number;
25
25
  visibleScreenIndex: number;
26
26
  } | null;
27
- static getParagraphPages(paragraphTextLinesInfo: TextLineInfo[]): number[];
27
+ static getParagraphPages(lines: TextLineInfo[]): number[];
28
28
  static getParagraphHeight(paragraphTextLinesInfo: TextLineInfo[]): number;
29
29
  static getPageLinesHeight(paragraphTextLinesInfo: TextLineInfo[], page: number): number;
30
30
  static processOffsetLineWithNumberingMarker(textLineInfo: TextLineInfo, markerHeight: number, offsetBefore: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talrace/ngx-noder",
3
- "version": "19.0.42",
3
+ "version": "19.0.44",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^19.0.5",