@@ -8390,7 +8390,7 @@ declare namespace _Components {
83908390 }
83918391}
83928392
8393- // manifesto.js v2.0.3 https://github.com/viewdir/manifesto
8393+ // manifesto.js v2.0.5 https://github.com/viewdir/manifesto
83948394declare module exjs {
83958395}
83968396declare module exjs {
@@ -10029,89 +10029,3 @@ declare namespace Manifold {
1002910029 }
1003010030}
1003110031
10032-
10033- declare namespace IIIFComponents {
10034- class GalleryComponent extends _Components . BaseComponent implements IGalleryComponent {
10035- options : IGalleryComponentOptions ;
10036- private _$header ;
10037- private _$leftOptions ;
10038- private _$main ;
10039- private _$multiSelectOptions ;
10040- private _$rightOptions ;
10041- private _$selectAllButton ;
10042- private _$selectAllButtonCheckbox ;
10043- private _$selectButton ;
10044- private _$selectedThumb ;
10045- private _$sizeDownButton ;
10046- private _$sizeRange ;
10047- private _$sizeUpButton ;
10048- private _$thumbs ;
10049- private _lastThumbClickedIndex ;
10050- private _range ;
10051- private _scrollStopDuration ;
10052- private _thumbs ;
10053- private _thumbsCache ;
10054- constructor ( options : IGalleryComponentOptions ) ;
10055- protected _init ( ) : boolean ;
10056- protected _getDefaultOptions ( ) : IGalleryComponentOptions ;
10057- databind ( ) : void ;
10058- private _getMultiSelectState ( ) ;
10059- private _createThumbs ( ) ;
10060- private _getThumbByCanvas ( canvas ) ;
10061- private _sizeThumb ( $thumb ) ;
10062- private _loadThumb ( $thumb , cb ?) ;
10063- private _getThumbsByRange ( range ) ;
10064- private _updateThumbs ( ) ;
10065- private _getSelectedThumbIndex ( ) ;
10066- private _getAllThumbs ( ) ;
10067- private _getThumbByIndex ( canvasIndex ) ;
10068- private _scrollToThumb ( canvasIndex ) ;
10069- selectIndex ( index : number ) : void ;
10070- private _setRange ( ) ;
10071- private _setThumbMultiSelected ( thumb , selected ) ;
10072- protected _resize ( ) : void ;
10073- }
10074- }
10075- declare namespace IIIFComponents . GalleryComponent {
10076- class Events {
10077- static DECREASE_SIZE : string ;
10078- static INCREASE_SIZE : string ;
10079- static MULTISELECTION_MADE : string ;
10080- static THUMB_SELECTED : string ;
10081- static THUMB_MULTISELECTED : string ;
10082- }
10083- }
10084-
10085- declare namespace IIIFComponents {
10086- interface IGalleryComponent extends _Components . IBaseComponent {
10087- searchPreviewStart ( canvasIndex : number ) : void ;
10088- searchPreviewFinish ( ) : void ;
10089- selectIndex ( index : number ) : void ;
10090- }
10091- }
10092-
10093- declare namespace IIIFComponents {
10094- interface IContent {
10095- searchResult : string ;
10096- searchResults : string ;
10097- select : string ;
10098- selectAll : string ;
10099- }
10100- interface IGalleryComponentOptions extends _Components . IBaseComponentOptions {
10101- chunkedResizingThreshold : number ;
10102- content : IContent ;
10103- debug : boolean ;
10104- helper : Manifold . IHelper ;
10105- imageFadeInDuration : number ;
10106- initialZoom : number ;
10107- minLabelWidth : number ;
10108- pageModeEnabled : boolean ;
10109- searchResults : Manifold . SearchResult [ ] ;
10110- scrollStopDuration : number ;
10111- sizingEnabled : boolean ;
10112- thumbHeight : number ;
10113- thumbLoadPadding : number ;
10114- thumbWidth : number ;
10115- viewingDirection : Manifesto . ViewingDirection ;
10116- }
10117- }
0 commit comments