@net7/boilerplate-arianna 5.2.6 → 5.2.8

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.
@@ -167,17 +167,7 @@ export interface ConfigAriannaSchedaLayout extends ConfigAriannaLayout {
167
167
  };
168
168
  /** image viewer options */
169
169
  'iiif-viewer'?: {
170
- libOptions?: {
171
- window?: {
172
- sideBarOpenByDefault?: boolean;
173
- allowClose?: boolean;
174
- allowMaximize?: boolean;
175
- defaultSideBarPanel?: string;
176
- views?: any;
177
- workspaceControlPanel?: any;
178
- };
179
- id: string;
180
- };
170
+ libOptions?: any;
181
171
  };
182
172
  /** pdf viewer options */
183
173
  'pdf-viewer'?: {
@@ -1,10 +1,6 @@
1
1
  import { DataSource } from '@net7/core';
2
2
  export declare class AwSchedaImageIiifDS extends DataSource {
3
3
  protected transform(data: any): {
4
- libOptions: {
5
- window: any;
6
- id: any;
7
- windows: any;
8
- };
4
+ libOptions: any;
9
5
  };
10
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net7/boilerplate-arianna",
3
- "version": "5.2.6",
3
+ "version": "5.2.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.11",
6
6
  "@angular/core": "^17.3.11"