triiiceratops 0.9.12 → 0.9.13
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/chunks/{TriiiceratopsViewer-DpZQA17w.js → TriiiceratopsViewer-EViTQO_n.js} +503 -501
- package/dist/chunks/{openseadragon-5MHeYuQz.js → openseadragon-CHvATAD9.js} +1 -1
- package/dist/components/DemoHeader.svelte +12 -0
- package/dist/components/OSDViewer.svelte +4 -1
- package/dist/components/SearchPanel.svelte +4 -1
- package/dist/components/TriiiceratopsViewer.svelte +18 -4
- package/dist/paraglide/messages/_index.d.ts +1 -0
- package/dist/paraglide/messages/_index.js +1 -0
- package/dist/paraglide/messages/settings_transparent_background.d.ts +4 -0
- package/dist/paraglide/messages/settings_transparent_background.js +34 -0
- package/dist/triiiceratops-bundle.js +194 -192
- package/dist/triiiceratops-element-image.js +1 -1
- package/dist/triiiceratops-element.js +1 -1
- package/dist/types/config.d.ts +5 -0
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ var he = (a) => {
|
|
|
5
5
|
var Ce = (a, e, t) => e in a ? Ie(a, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : a[e] = t;
|
|
6
6
|
var K = (a, e, t) => Ce(a, typeof e != "symbol" ? e + "" : e, t), Me = (a, e, t) => e.has(a) || he("Cannot " + t);
|
|
7
7
|
var W = (a, e, t) => (Me(a, e, "read from private field"), t ? t.call(a) : e.get(a)), le = (a, e, t) => e.has(a) ? he("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(a) : e.set(a, t);
|
|
8
|
-
import { v as Se, p as te, w as Ve, x as Z, y as we, i as v, z as y, e as f, g as i, k as O, r as c, m as s, n as ae, A as S, b as C, B as Ae, C as ue, D as ye, E as Ze, F as He, f as xe, X as Te, G as Y, H as Le, I as oe, J as ve, K as fe, s as de, j as ge, L as ke, c as Fe, a as X, u as Oe, h as ze, T as je, l as Ee, d as Be, o as Pe, q as Re, t as Q } from "./chunks/TriiiceratopsViewer-
|
|
8
|
+
import { v as Se, p as te, w as Ve, x as Z, y as we, i as v, z as y, e as f, g as i, k as O, r as c, m as s, n as ae, A as S, b as C, B as Ae, C as ue, D as ye, E as Ze, F as He, f as xe, X as Te, G as Y, H as Le, I as oe, J as ve, K as fe, s as de, j as ge, L as ke, c as Fe, a as X, u as Oe, h as ze, T as je, l as Ee, d as Be, o as Pe, q as Re, t as Q } from "./chunks/TriiiceratopsViewer-EViTQO_n.js";
|
|
9
9
|
const De = (
|
|
10
10
|
/** @type {(inputs: {}) => LocalizedString} */
|
|
11
11
|
() => (
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as b, p as _, a, u as E, g as s, s as J, f as N, b as O, h as V, d as j, e as k, i as q, T as x, j as B, k as c, r as U, l as z, m as A, n as D, o as F, q as G, t as u } from "./chunks/TriiiceratopsViewer-
|
|
1
|
+
import { c as b, p as _, a, u as E, g as s, s as J, f as N, b as O, h as V, d as j, e as k, i as q, T as x, j as B, k as c, r as U, l as z, m as A, n as D, o as F, q as G, t as u } from "./chunks/TriiiceratopsViewer-EViTQO_n.js";
|
|
2
2
|
var H = N('<!> <div class="w-full h-full"><!></div>', 1);
|
|
3
3
|
function K(I, t) {
|
|
4
4
|
_(t, !0);
|
package/dist/types/config.d.ts
CHANGED
|
@@ -135,4 +135,9 @@ export interface ViewerConfig {
|
|
|
135
135
|
* Configuration for network requests (manifests, etc)
|
|
136
136
|
*/
|
|
137
137
|
requests?: RequestConfig;
|
|
138
|
+
/**
|
|
139
|
+
* Whether the viewer background should be transparent.
|
|
140
|
+
* @default false
|
|
141
|
+
*/
|
|
142
|
+
transparentBackground?: boolean;
|
|
138
143
|
}
|