Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 4efdf2b

Browse files
committed
remove searchPreviewStart and searchPreviewEnd
1 parent 8cc34df commit 4efdf2b

10 files changed

+28
-110
lines changed

dist/iiif-gallery-component.bundle.d.ts

Lines changed: 1 addition & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -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
83948394
declare module exjs {
83958395
}
83968396
declare 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-
}

dist/iiif-gallery-component.bundle.js

Lines changed: 9 additions & 6 deletions
Large diffs are not rendered by default.

dist/iiif-gallery-component.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// iiif-gallery-component v1.0.3 https://github.com/viewdir/iiif-gallery-component#readme
1+
// iiif-gallery-component v1.0.4 https://github.com/viewdir/iiif-gallery-component#readme
22

33
declare namespace IIIFComponents {
44
class GalleryComponent extends _Components.BaseComponent implements IGalleryComponent {
@@ -54,8 +54,6 @@ declare namespace IIIFComponents.GalleryComponent {
5454

5555
declare namespace IIIFComponents {
5656
interface IGalleryComponent extends _Components.IBaseComponent {
57-
searchPreviewStart(canvasIndex: number): void;
58-
searchPreviewFinish(): void;
5957
selectIndex(index: number): void;
6058
}
6159
}

dist/iiif-gallery-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// iiif-gallery-component v1.0.3 https://github.com/viewdir/iiif-gallery-component#readme
1+
// iiif-gallery-component v1.0.4 https://github.com/viewdir/iiif-gallery-component#readme
22
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.iiifGalleryComponent = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
33
var __extends = (this && this.__extends) || function (d, b) {
44
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];

dist/iiif-gallery-component.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/js/iiif-gallery-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// iiif-gallery-component v1.0.3 https://github.com/viewdir/iiif-gallery-component#readme
1+
// iiif-gallery-component v1.0.4 https://github.com/viewdir/iiif-gallery-component#readme
22
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.iiifGalleryComponent = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
33
var __extends = (this && this.__extends) || function (d, b) {
44
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];

examples/js/manifold.bundle.js

Lines changed: 9 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)