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

Commit de66f17

Browse files
committed
updated manifold
1 parent a193502 commit de66f17

10 files changed

+211
-149
lines changed

dist/iiif-gallery-component.bundle.js

Lines changed: 98 additions & 67 deletions
Large diffs are not rendered by default.

dist/iiif-gallery-component.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// iiif-gallery-component v1.1.2 https://github.com/iiif-commons/iiif-gallery-component#readme
1+
// iiif-gallery-component v1.1.3 https://github.com/iiif-commons/iiif-gallery-component#readme
22
/// <reference types="jquery" />
33
interface JQuery {
44
link: any;
@@ -73,7 +73,7 @@ declare namespace IIIFComponents {
7373
}
7474
}
7575

76-
/// <reference types="manifold" />
76+
/// <reference types="@iiif/manifold" />
7777
/// <reference types="manifesto.js" />
7878
declare namespace IIIFComponents {
7979
interface IGalleryComponentContent {

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.1.2 https://github.com/iiif-commons/iiif-gallery-component#readme
1+
// iiif-gallery-component v1.1.3 https://github.com/iiif-commons/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
(function (global){
44

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/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js"></script>
1717
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsviews/0.9.75/jsviews.min.js"></script>
1818
<script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/core.min.js"></script>
19+
<script src="https://unpkg.com/manifesto.js/dist/client/manifesto.bundle.js"></script>
20+
<script src="https://unpkg.com/@iiif/manifold/dist/manifold.js"></script>
1921
<script src="js/base-component.js"></script>
2022
<script src="js/extensions.js"></script>
2123
<script src="js/iiif-gallery-component.js"></script>
2224
<script src="js/jquery-plugins.js"></script>
23-
<script src="js/manifold.bundle.js"></script>
2425
</head>
2526
<body>
2627

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.1.2 https://github.com/iiif-commons/iiif-gallery-component#readme
1+
// iiif-gallery-component v1.1.3 https://github.com/iiif-commons/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
(function (global){
44

0 commit comments

Comments
 (0)