@net7/boilerplate-muruca 5.5.2 → 5.5.4

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.
@@ -13,6 +13,10 @@ export interface MetadataViewerItems {
13
13
  * the value for @property label
14
14
  */
15
15
  value?: string;
16
+ /**
17
+ * the anchorId of the metadata
18
+ */
19
+ anchorId?: string;
16
20
  }
17
21
  /**
18
22
  * Interface for MetadataViewerComponent's "data"
@@ -58,6 +58,8 @@ export interface ConfigMurucaParallelTextViewerSection extends ConfigMurucaSecti
58
58
  grid?: any;
59
59
  /** panels */
60
60
  panels?: any;
61
+ /** search */
62
+ searchId?: any;
61
63
  };
62
64
  }
63
65
  export interface ConfigMurucaTitleSection extends ConfigMurucaSection {
@@ -1,6 +1,7 @@
1
1
  interface Metadata {
2
2
  label?: string;
3
3
  value?: string | Metadata[][];
4
+ anchorId?: string;
4
5
  }
5
6
  interface GroupMetadata {
6
7
  title?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net7/boilerplate-muruca",
3
- "version": "5.5.2",
3
+ "version": "5.5.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.11",
6
6
  "@angular/core": "^17.3.11"