triiiceratops 0.19.0 → 0.19.2
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.
- package/dist/{ArrowCounterClockwise-CucXqCtG.js → ArrowCounterClockwise-LhBxpAc9.js} +1 -1
- package/dist/{Check-BfyBsUTt.js → Check-CHecEx_b.js} +1 -1
- package/dist/X-e7GCAN1o.js +1123 -0
- package/dist/components/ThumbnailGallery.svelte +17 -12
- package/dist/{index-1vqfi_4_.js → index-CAn5LT27.js} +1 -1
- package/dist/{index-BscL-g7z.js → index-DlyEjuSF.js} +2523 -2494
- package/dist/plugins/annotation-editor.js +3 -3
- package/dist/plugins/image-manipulation.js +2 -2
- package/dist/plugins/pdf-export/PdfExportController.svelte +29 -1
- package/dist/plugins/pdf-export/exportPdf.d.ts +3 -1
- package/dist/plugins/pdf-export/exportPdf.js +49 -5
- package/dist/plugins/pdf-export/exportPdf.test.js +86 -0
- package/dist/plugins/pdf-export.js +1 -1
- package/dist/state/viewer.search.test.js +289 -7
- package/dist/state/viewer.svelte.d.ts +24 -0
- package/dist/state/viewer.svelte.js +294 -164
- package/dist/test/fixtures/manifests.d.ts +81 -40
- package/dist/test/fixtures/manifests.js +332 -252
- package/dist/test/fixtures/searchResponses.d.ts +128 -26
- package/dist/test/fixtures/searchResponses.js +380 -134
- package/dist/test/utils/mockManifesto.js +4 -0
- package/dist/triiiceratops-bundle.js +339 -338
- package/dist/triiiceratops-element.iife.js +14 -14
- package/package.json +1 -1
- package/dist/X-DRXz4pSZ.js +0 -1028
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "svelte/internal/disclose-version";
|
|
2
2
|
import * as a from "svelte/internal/client";
|
|
3
|
-
import { g as N } from "./X-
|
|
3
|
+
import { g as N } from "./X-e7GCAN1o.js";
|
|
4
4
|
var O = a.from_svg('<path d="M228,128a100,100,0,0,1-98.66,100H128a99.39,99.39,0,0,1-68.62-27.29,12,12,0,0,1,16.48-17.45,76,76,0,1,0-1.57-109c-.13.13-.25.25-.39.37L54.89,92H72a12,12,0,0,1,0,24H24a12,12,0,0,1-12-12V56a12,12,0,0,1,24,0V76.72L57.48,57.06A100,100,0,0,1,228,128Z"></path>'), P = a.from_svg('<path d="M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z" opacity="0.2"></path><path d="M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"></path>', 1), Q = a.from_svg('<path d="M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L60.63,81.29l17,17A8,8,0,0,1,72,112H24a8,8,0,0,1-8-8V56A8,8,0,0,1,29.66,50.3L49.31,70,60.25,60A96,96,0,0,1,224,128Z"></path>'), R = a.from_svg('<path d="M222,128a94,94,0,0,1-92.74,94H128a93.43,93.43,0,0,1-64.5-25.65,6,6,0,1,1,8.24-8.72A82,82,0,1,0,70,70l-.19.19L39.44,98H72a6,6,0,0,1,0,12H24a6,6,0,0,1-6-6V56a6,6,0,0,1,12,0V90.34L61.63,61.4A94,94,0,0,1,222,128Z"></path>'), S = a.from_svg('<path d="M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"></path>'), T = a.from_svg('<path d="M220,128a92,92,0,0,1-90.77,92H128a91.47,91.47,0,0,1-63.13-25.1,4,4,0,1,1,5.5-5.82A84,84,0,1,0,68.6,68.57l-.13.12L34.3,100H72a4,4,0,0,1,0,8H24a4,4,0,0,1-4-4V56a4,4,0,0,1,8,0V94.89l35-32A92,92,0,0,1,220,128Z"></path>'), W = a.from_svg('<svg><!><rect width="256" height="256" fill="none"></rect><!></svg>');
|
|
5
5
|
function $(L, r) {
|
|
6
6
|
a.push(r, !0);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { g as a } from "./close-ChM0HJbL.js";
|
|
2
2
|
import "svelte/internal/disclose-version";
|
|
3
3
|
import * as t from "svelte/internal/client";
|
|
4
|
-
import { g as W } from "./X-
|
|
4
|
+
import { g as W } from "./X-e7GCAN1o.js";
|
|
5
5
|
const F = (
|
|
6
6
|
/** @type {(inputs: {}) => LocalizedString} */
|
|
7
7
|
() => (
|