@net7/boilerplate-muruca 5.4.3 → 5.5.2

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.
@@ -1,12 +1,15 @@
1
- import { ParallelTextViewerData } from '@net7/components';
2
1
  import { DataSource } from '@net7/core';
3
2
  export declare class MrParallelTextViewerDS extends DataSource {
4
3
  id: string;
5
- protected transform(data: ParallelTextViewerData): ParallelTextViewerData;
4
+ protected transform(data: any): any;
6
5
  displayIndex(): void;
7
6
  setupViewClickListeners(): void;
8
7
  onClick(payload: any): void;
9
8
  viewListenerUpdate(): void;
10
9
  changeView(view: any, refresh: any): void;
11
10
  scrollElementsIntoView(target: any, type: any, view: any): void;
11
+ /**
12
+ * Scrolla all'elemento corrispondente nell'indice
13
+ */
14
+ scrollToIndexElement(key: string): void;
12
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net7/boilerplate-muruca",
3
- "version": "5.4.3",
3
+ "version": "5.5.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.11",
6
6
  "@angular/core": "^17.3.11"
@@ -104,6 +104,18 @@ pb-load {
104
104
  }
105
105
 
106
106
 
107
+ //config css leopardi antico
108
+ /* .n7-parallel-text-viewer main.content-body {
109
+ max-height: 75vh;
110
+ }
111
+
112
+
113
+
114
+ .n7-parallel-text-viewer pb-grid #transcription-view {
115
+ flex: 2;
116
+ overflow: auto;
117
+ } */
118
+
107
119
 
108
120
  /* ------------------------------------ *\
109
121
  #MEDIA-QUERIES