@vertexvis/doc-viewer 1.0.1 → 1.0.2-canary.1

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.
@@ -285,21 +285,21 @@ function fromJson$5(json) {
285
285
 
286
286
  var point = /*#__PURE__*/Object.freeze({
287
287
  __proto__: null,
288
+ add: add$1,
288
289
  create: create$d,
289
- polar: polar,
290
290
  distance: distance$2,
291
- subtract: subtract$1,
292
- add: add$1,
291
+ fromJson: fromJson$5,
293
292
  isEqual: isEqual$3,
294
293
  lerp: lerp$1,
295
- negate: negate$1,
296
- scale: scale$5,
297
- scaleProportional: scaleProportional,
298
294
  magnitude: magnitude$2,
299
- normalizeVector: normalizeVector,
295
+ negate: negate$1,
300
296
  normalDirectionVector: normalDirectionVector,
297
+ normalizeVector: normalizeVector,
301
298
  orthogonalVector: orthogonalVector,
302
- fromJson: fromJson$5
299
+ polar: polar,
300
+ scale: scale$5,
301
+ scaleProportional: scaleProportional,
302
+ subtract: subtract$1
303
303
  });
304
304
 
305
305
  /**
@@ -510,22 +510,22 @@ function toRectangle(dimensions, position) {
510
510
 
511
511
  var dimensions = /*#__PURE__*/Object.freeze({
512
512
  __proto__: null,
513
+ area: area,
514
+ aspectRatio: aspectRatio,
515
+ center: center$1,
516
+ containFit: containFit,
513
517
  create: create$6,
514
- square: square,
518
+ cropFit: cropFit,
519
+ fitToRatio: fitToRatio,
520
+ floor: floor$1,
515
521
  isEqual: isEqual,
516
- scale: scale,
517
522
  proportionalScale: proportionalScale,
518
- trim: trim,
519
- containFit: containFit,
520
- cropFit: cropFit,
521
- scaleFit: scaleFit,
522
523
  round: round,
523
- floor: floor$1,
524
- center: center$1,
525
- aspectRatio: aspectRatio,
526
- area: area,
527
- fitToRatio: fitToRatio,
528
- toRectangle: toRectangle
524
+ scale: scale,
525
+ scaleFit: scaleFit,
526
+ square: square,
527
+ toRectangle: toRectangle,
528
+ trim: trim
529
529
  });
530
530
 
531
531
  var classnames = {exports: {}};
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Copyright (c) 2026 Vertex Software LLC. All rights reserved.
3
3
  */
4
- import{t,p as i,H as e,d as s,h as n,e as r}from"./p-jUMoJLks.js";function o(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var h=function(t,i){return h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,i){t.__proto__=i}||function(t,i){for(var e in i)Object.prototype.hasOwnProperty.call(i,e)&&(t[e]=i[e])},h(t,i)},a=function(){return a=Object.assign||function(t){for(var i,e=1,s=arguments.length;e<s;e++)for(var n in i=arguments[e])Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n]);return t},a.apply(this,arguments)};function c(t,i,e){return(e=function(t){return Math.max(0,Math.min(1,t))}(e))*(i-t)+t}function l(t,i){return void 0===t&&(t=0),void 0===i&&(i=0),{x:t,y:i}}function u(t,i){return{x:t.x-i.x,y:t.y-i.y}}function d(t,i){return{x:t.x*i,y:t.y*i}}function f(t){return Math.sqrt(t.x*t.x+t.y*t.y)}function p(t){var i=f(t);return 0===i?l(0,0):d(t,1/i)}function g(t,i){return p(u(i,t))}"function"==typeof SuppressedError&&SuppressedError;var m=Object.freeze({__proto__:null,create:l,polar:function(t,i){return l(Math.cos(i)*t,Math.sin(i)*t)},distance:function(t,i){var e=u(t,i);return Math.sqrt(e.x*e.x+e.y*e.y)},subtract:u,add:function(t,i){return{x:t.x+i.x,y:t.y+i.y}},isEqual:function(t,i){return t.x===i.x&&t.y===i.y},lerp:function(t,i,e){return{x:c(t.x,i.x,e),y:c(t.y,i.y,e)}},negate:function(t){return l(-t.x,-t.y)},scale:function(t,i,e){return{x:t.x*i,y:t.y*e}},scaleProportional:d,magnitude:f,normalizeVector:p,normalDirectionVector:g,orthogonalVector:function(t,i){var e=g(t,i);return 0===e.x||0===e.y?l(-1*e.y,e.x):p(Math.abs(e.x)>Math.abs(e.y)?l(1-Math.pow(e.x,2),-1*e.x*e.y):l(-1*e.x*e.y,1-Math.pow(e.y,2)))},fromJson:function(t){var i=JSON.parse(t);return Array.isArray(i)?l(i[0],i[1]):l(i.x,i.y)}});function w(t,i){return function(t,i,e,s){return{x:t,y:i,width:e,height:s}}(t.x,t.y,i.width,i.height)}function A(t){return{x:t.x+t.width/2,y:t.y+t.height/2}}var v=function(t,i){return{width:t,height:i}},b=function(t,i,e){return{width:e.width*t,height:e.height*i}},y=function(t,i){return b(t,t,i)},x=function(t){return{width:Math.floor(t.width),height:Math.floor(t.height)}},M=function(t){return{x:t.width/2,y:t.height/2}};function S(t,i){return void 0===i&&(i=l()),w(i,t)}var C,E=Object.freeze({__proto__:null,create:v,square:function(t){return v(t,t)},isEqual:function(t,i){return t.width===i.width&&t.height===i.height},scale:b,proportionalScale:y,trim:function(t,i){return{width:Math.min(t.width,i.width),height:Math.min(t.height,i.height)}},containFit:function(t,i){var e=function(t,i){var e=y(Math.min(t.width/i.width,t.height/i.height),i);return w(u(A(t),M(e)),e)}(S(t),S(i));return{width:e.width,height:e.height}},cropFit:function(t,i){var e=function(t,i){var e=y(Math.max(t.width/i.width,t.height/i.height),i);return w(u(A(t),M(e)),e)}(S(t),S(i));return{width:e.width,height:e.height}},scaleFit:function(t,i){var e=function(t,i){var e=Math.min(Math.sqrt(t/function(t){return t.width*t.height}(i)),1),s=x(y(e,i));return w(u(A(i),M(s)),s)}(t,S(i));return{width:e.width,height:e.height}},round:function(t){return{width:Math.round(t.width),height:Math.round(t.height)}},floor:x,center:M,aspectRatio:function(t){return t.width/t.height},area:function(t){return t.width*t.height},fitToRatio:function(t,i){return i.width>=i.height*t?v(i.height*t,i.height):v(i.width,i.width/t)},toRectangle:S}),k={exports:{}},T=(C||(C=1,function(t){!function(){var i={}.hasOwnProperty;function e(){for(var t="",i=0;i<arguments.length;i++){var e=arguments[i];e&&(t=n(t,s(e)))}return t}function s(t){if("string"==typeof t||"number"==typeof t)return t;if("object"!=typeof t)return"";if(Array.isArray(t))return e.apply(null,t);if(t.toString!==Object.prototype.toString&&!(""+t.toString).includes("[native code]"))return""+t;var s="";for(var r in t)i.call(t,r)&&t[r]&&(s=n(s,r));return s}function n(t,i){return i?t?t+" "+i:t+i:t}t.exports?(e.default=e,t.exports=e):window.classNames=e}()}(k)),k.exports),P=o(T);class D{constructor(t){this.apiSupportsLayers=!1,function(t){return null!=t&&"function"==typeof t.getLayers&&"function"==typeof t.setLayerVisibility}(t)&&(this.apiSupportsLayers=!0,this.api=t)}get enabled(){return this.apiSupportsLayers}async getLayers(){return this.getApi().getLayers()}async setLayerVisibility(t,i){return this.getApi().setLayerVisibility(t,i)}getApi(){if(null==this.api)throw Error("The current document does not support layers.");return this.api}}function I(t){return Array.from(t.querySelectorAll("*"))}class R{constructor(t,i,e){this.element=t,this.hostElement=i,this.api=e,this.isDragging=!1,this.handlePointerDown=this.handlePointerDown.bind(this),this.handlePointerMove=this.handlePointerMove.bind(this),this.handlePointerUp=this.handlePointerUp.bind(this),this.handleWheel=this.handleWheel.bind(this),this.element.addEventListener("pointerdown",this.handlePointerDown),this.element.addEventListener("wheel",this.handleWheel),this.hostElement.addEventListener("wheel",this.handleWheel)}dispose(){this.element.removeEventListener("pointerdown",this.handlePointerDown),this.element.removeEventListener("wheel",this.handleWheel),this.hostElement.removeEventListener("wheel",this.handleWheel),this.removeWindowListeners()}handleWheel(t){t.preventDefault();const i=-t.deltaX/2,e=-t.deltaY/2;0===i&&0===e||this.api.panByDelta(m.create(i,e))}handlePointerDown(t){0===t.button&&(t.preventDefault(),this.downPosition=m.create(t.clientX,t.clientY),this.lastPosition=this.downPosition,this.isDragging=!1,window.addEventListener("pointermove",this.handlePointerMove),window.addEventListener("pointerup",this.handlePointerUp))}handlePointerMove(t){if(null==this.lastPosition||null==this.downPosition)return;const i=m.create(t.clientX,t.clientY);if(!this.isDragging&&m.distance(i,this.downPosition)<2)return;this.isDragging=!0;const e=m.subtract(i,this.lastPosition);this.lastPosition=i,this.api.panByDelta(e)}handlePointerUp(){this.lastPosition=void 0,this.downPosition=void 0,this.isDragging=!1,this.removeWindowListeners()}removeWindowListeners(){window.removeEventListener("pointermove",this.handlePointerMove),window.removeEventListener("pointerup",this.handlePointerUp)}}
4
+ import{t,p as i,H as e,d as s,h as n,e as r}from"./p-jUMoJLks.js";function o(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var h=function(t,i){return h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,i){t.__proto__=i}||function(t,i){for(var e in i)Object.prototype.hasOwnProperty.call(i,e)&&(t[e]=i[e])},h(t,i)},a=function(){return a=Object.assign||function(t){for(var i,e=1,s=arguments.length;e<s;e++)for(var n in i=arguments[e])Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n]);return t},a.apply(this,arguments)};function c(t,i,e){return(e=function(t){return Math.max(0,Math.min(1,t))}(e))*(i-t)+t}function l(t,i){return void 0===t&&(t=0),void 0===i&&(i=0),{x:t,y:i}}function u(t,i){return{x:t.x-i.x,y:t.y-i.y}}function d(t,i){return{x:t.x*i,y:t.y*i}}function f(t){return Math.sqrt(t.x*t.x+t.y*t.y)}function p(t){var i=f(t);return 0===i?l(0,0):d(t,1/i)}function g(t,i){return p(u(i,t))}"function"==typeof SuppressedError&&SuppressedError;var m=Object.freeze({__proto__:null,add:function(t,i){return{x:t.x+i.x,y:t.y+i.y}},create:l,distance:function(t,i){var e=u(t,i);return Math.sqrt(e.x*e.x+e.y*e.y)},fromJson:function(t){var i=JSON.parse(t);return Array.isArray(i)?l(i[0],i[1]):l(i.x,i.y)},isEqual:function(t,i){return t.x===i.x&&t.y===i.y},lerp:function(t,i,e){return{x:c(t.x,i.x,e),y:c(t.y,i.y,e)}},magnitude:f,negate:function(t){return l(-t.x,-t.y)},normalDirectionVector:g,normalizeVector:p,orthogonalVector:function(t,i){var e=g(t,i);return 0===e.x||0===e.y?l(-1*e.y,e.x):p(Math.abs(e.x)>Math.abs(e.y)?l(1-Math.pow(e.x,2),-1*e.x*e.y):l(-1*e.x*e.y,1-Math.pow(e.y,2)))},polar:function(t,i){return l(Math.cos(i)*t,Math.sin(i)*t)},scale:function(t,i,e){return{x:t.x*i,y:t.y*e}},scaleProportional:d,subtract:u});function w(t,i){return function(t,i,e,s){return{x:t,y:i,width:e,height:s}}(t.x,t.y,i.width,i.height)}function A(t){return{x:t.x+t.width/2,y:t.y+t.height/2}}var v=function(t,i){return{width:t,height:i}},b=function(t,i,e){return{width:e.width*t,height:e.height*i}},y=function(t,i){return b(t,t,i)},x=function(t){return{width:Math.floor(t.width),height:Math.floor(t.height)}},M=function(t){return{x:t.width/2,y:t.height/2}};function S(t,i){return void 0===i&&(i=l()),w(i,t)}var C,E=Object.freeze({__proto__:null,area:function(t){return t.width*t.height},aspectRatio:function(t){return t.width/t.height},center:M,containFit:function(t,i){var e=function(t,i){var e=y(Math.min(t.width/i.width,t.height/i.height),i);return w(u(A(t),M(e)),e)}(S(t),S(i));return{width:e.width,height:e.height}},create:v,cropFit:function(t,i){var e=function(t,i){var e=y(Math.max(t.width/i.width,t.height/i.height),i);return w(u(A(t),M(e)),e)}(S(t),S(i));return{width:e.width,height:e.height}},fitToRatio:function(t,i){return i.width>=i.height*t?v(i.height*t,i.height):v(i.width,i.width/t)},floor:x,isEqual:function(t,i){return t.width===i.width&&t.height===i.height},proportionalScale:y,round:function(t){return{width:Math.round(t.width),height:Math.round(t.height)}},scale:b,scaleFit:function(t,i){var e=function(t,i){var e=Math.min(Math.sqrt(t/function(t){return t.width*t.height}(i)),1),s=x(y(e,i));return w(u(A(i),M(s)),s)}(t,S(i));return{width:e.width,height:e.height}},square:function(t){return v(t,t)},toRectangle:S,trim:function(t,i){return{width:Math.min(t.width,i.width),height:Math.min(t.height,i.height)}}}),k={exports:{}},T=(C||(C=1,function(t){!function(){var i={}.hasOwnProperty;function e(){for(var t="",i=0;i<arguments.length;i++){var e=arguments[i];e&&(t=n(t,s(e)))}return t}function s(t){if("string"==typeof t||"number"==typeof t)return t;if("object"!=typeof t)return"";if(Array.isArray(t))return e.apply(null,t);if(t.toString!==Object.prototype.toString&&!(""+t.toString).includes("[native code]"))return""+t;var s="";for(var r in t)i.call(t,r)&&t[r]&&(s=n(s,r));return s}function n(t,i){return i?t?t+" "+i:t+i:t}t.exports?(e.default=e,t.exports=e):window.classNames=e}()}(k)),k.exports),P=o(T);class D{constructor(t){this.apiSupportsLayers=!1,function(t){return null!=t&&"function"==typeof t.getLayers&&"function"==typeof t.setLayerVisibility}(t)&&(this.apiSupportsLayers=!0,this.api=t)}get enabled(){return this.apiSupportsLayers}async getLayers(){return this.getApi().getLayers()}async setLayerVisibility(t,i){return this.getApi().setLayerVisibility(t,i)}getApi(){if(null==this.api)throw Error("The current document does not support layers.");return this.api}}function I(t){return Array.from(t.querySelectorAll("*"))}class R{constructor(t,i,e){this.element=t,this.hostElement=i,this.api=e,this.isDragging=!1,this.handlePointerDown=this.handlePointerDown.bind(this),this.handlePointerMove=this.handlePointerMove.bind(this),this.handlePointerUp=this.handlePointerUp.bind(this),this.handleWheel=this.handleWheel.bind(this),this.element.addEventListener("pointerdown",this.handlePointerDown),this.element.addEventListener("wheel",this.handleWheel),this.hostElement.addEventListener("wheel",this.handleWheel)}dispose(){this.element.removeEventListener("pointerdown",this.handlePointerDown),this.element.removeEventListener("wheel",this.handleWheel),this.hostElement.removeEventListener("wheel",this.handleWheel),this.removeWindowListeners()}handleWheel(t){t.preventDefault();const i=-t.deltaX/2,e=-t.deltaY/2;0===i&&0===e||this.api.panByDelta(m.create(i,e))}handlePointerDown(t){0===t.button&&(t.preventDefault(),this.downPosition=m.create(t.clientX,t.clientY),this.lastPosition=this.downPosition,this.isDragging=!1,window.addEventListener("pointermove",this.handlePointerMove),window.addEventListener("pointerup",this.handlePointerUp))}handlePointerMove(t){if(null==this.lastPosition||null==this.downPosition)return;const i=m.create(t.clientX,t.clientY);if(!this.isDragging&&m.distance(i,this.downPosition)<2)return;this.isDragging=!0;const e=m.subtract(i,this.lastPosition);this.lastPosition=i,this.api.panByDelta(e)}handlePointerUp(){this.lastPosition=void 0,this.downPosition=void 0,this.isDragging=!1,this.removeWindowListeners()}removeWindowListeners(){window.removeEventListener("pointermove",this.handlePointerMove),window.removeEventListener("pointerup",this.handlePointerUp)}}
5
5
  /**
6
6
  * @licstart The following is the entire license notice for the
7
7
  * JavaScript code in this page
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Copyright (c) 2026 Vertex Software LLC. All rights reserved.
3
3
  */
4
- import{p as e,g as n,b as o}from"./p-Y59A72pl.js";export{s as setNonce}from"./p-Y59A72pl.js";(()=>{const n=import.meta.url,o={};return""!==n&&(o.resourcesUrl=new URL(".",n).href),e(o)})().then((async e=>(await n(),o([["p-00ba8fe3",[[257,"vertex-document-viewer",{src:[1],documentId:[513,"document-id"],provider:[1040],interactionMode:[1,"interaction-mode"],documentState:[1040],layers:[1040],config:[16],resizeDebounce:[2,"resize-debounce"],registerBasicInteractionHandler:[64],panByDelta:[64],zoomTo:[64],loadPage:[64]},null,{src:[{handleSrcChange:0}],config:[{handleConfigChange:0}],interactionMode:[{handleInteractionModeChange:0}]}]]]],e))));
4
+ import{p as e,g as n,b as o}from"./p-Y59A72pl.js";export{s as setNonce}from"./p-Y59A72pl.js";(()=>{const n=import.meta.url,o={};return""!==n&&(o.resourcesUrl=new URL(".",n).href),e(o)})().then((async e=>(await n(),o([["p-f5810a8d",[[257,"vertex-document-viewer",{src:[1],documentId:[513,"document-id"],provider:[1040],interactionMode:[1,"interaction-mode"],documentState:[1040],layers:[1040],config:[16],resizeDebounce:[2,"resize-debounce"],registerBasicInteractionHandler:[64],panByDelta:[64],zoomTo:[64],loadPage:[64]},null,{src:[{handleSrcChange:0}],config:[{handleConfigChange:0}],interactionMode:[{handleInteractionModeChange:0}]}]]]],e))));
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Copyright (c) 2026 Vertex Software LLC. All rights reserved.
3
3
  */
4
- import{r as t,c as e,h as i,H as s,a as n}from"./p-Y59A72pl.js";function r(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])},o(t,e)},h=function(){return h=Object.assign||function(t){for(var e,i=1,s=arguments.length;i<s;i++)for(var n in e=arguments[i])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t},h.apply(this,arguments)};function a(t,e,i){return(i=Math.max(0,Math.min(1,i)))*(e-t)+t}function c(t,e){return void 0===t&&(t=0),void 0===e&&(e=0),{x:t,y:e}}function l(t,e){return{x:t.x-e.x,y:t.y-e.y}}function u(t,e){return{x:t.x*e,y:t.y*e}}function d(t){return Math.sqrt(t.x*t.x+t.y*t.y)}function f(t){var e=d(t);return 0===e?c(0,0):u(t,1/e)}function p(t,e){return f(l(e,t))}"function"==typeof SuppressedError&&SuppressedError;var g=Object.freeze({__proto__:null,create:c,polar:function(t,e){return c(Math.cos(e)*t,Math.sin(e)*t)},distance:function(t,e){var i=l(t,e);return Math.sqrt(i.x*i.x+i.y*i.y)},subtract:l,add:function(t,e){return{x:t.x+e.x,y:t.y+e.y}},isEqual:function(t,e){return t.x===e.x&&t.y===e.y},lerp:function(t,e,i){return{x:a(t.x,e.x,i),y:a(t.y,e.y,i)}},negate:function(t){return c(-t.x,-t.y)},scale:function(t,e,i){return{x:t.x*e,y:t.y*i}},scaleProportional:u,magnitude:d,normalizeVector:f,normalDirectionVector:p,orthogonalVector:function(t,e){var i=p(t,e);return 0===i.x||0===i.y?c(-1*i.y,i.x):Math.abs(i.x)>Math.abs(i.y)?f(c(1-Math.pow(i.x,2),-1*i.x*i.y)):f(c(-1*i.x*i.y,1-Math.pow(i.y,2)))},fromJson:function(t){var e=JSON.parse(t);return Array.isArray(e)?c(e[0],e[1]):c(e.x,e.y)}});function m(t,e){return{x:t.x,y:t.y,width:e.width,height:e.height}}function w(t){return{x:t.x+t.width/2,y:t.y+t.height/2}}var A=function(t,e){return{width:t,height:e}},v=function(t,e,i){return{width:i.width*t,height:i.height*e}},b=function(t,e){return v(t,t,e)},y=function(t){return{width:Math.floor(t.width),height:Math.floor(t.height)}},x=function(t){return{x:t.width/2,y:t.height/2}};function M(t,e){return void 0===e&&(e=c()),m(e,t)}var S,C,E=Object.freeze({__proto__:null,create:A,square:function(t){return A(t,t)},isEqual:function(t,e){return t.width===e.width&&t.height===e.height},scale:v,proportionalScale:b,trim:function(t,e){return{width:Math.min(t.width,e.width),height:Math.min(t.height,e.height)}},containFit:function(t,e){var i=function(t,e){var i=Math.min(t.width/e.width,t.height/e.height),s=b(i,e);return m(l(w(t),x(s)),s)}(M(t),M(e));return{width:i.width,height:i.height}},cropFit:function(t,e){var i=function(t,e){var i=Math.max(t.width/e.width,t.height/e.height),s=b(i,e);return m(l(w(t),x(s)),s)}(M(t),M(e));return{width:i.width,height:i.height}},scaleFit:function(t,e){var i=function(t,e){var i=Math.min(Math.sqrt(t/function(t){return t.width*t.height}(e)),1),s=y(b(i,e));return m(l(w(e),x(s)),s)}(t,M(e));return{width:i.width,height:i.height}},round:function(t){return{width:Math.round(t.width),height:Math.round(t.height)}},floor:y,center:x,aspectRatio:function(t){return t.width/t.height},area:function(t){return t.width*t.height},fitToRatio:function(t,e){return e.width>=e.height*t?A(e.height*t,e.height):A(e.width,e.width/t)},toRectangle:M}),k={exports:{}},T=(S||(S=1,C=k,function(){var t={}.hasOwnProperty;function e(){for(var t="",e=0;e<arguments.length;e++){var n=arguments[e];n&&(t=s(t,i(n)))}return t}function i(i){if("string"==typeof i||"number"==typeof i)return i;if("object"!=typeof i)return"";if(Array.isArray(i))return e.apply(null,i);if(i.toString!==Object.prototype.toString&&!i.toString.toString().includes("[native code]"))return i.toString();var n="";for(var r in i)t.call(i,r)&&i[r]&&(n=s(n,r));return n}function s(t,e){return e?t?t+" "+e:t+e:t}C.exports?(e.default=e,C.exports=e):window.classNames=e}()),k.exports),P=r(T);class D{constructor(t){this.apiSupportsLayers=!1,function(t){return null!=t&&"function"==typeof t.getLayers&&"function"==typeof t.setLayerVisibility}(t)&&(this.apiSupportsLayers=!0,this.api=t)}get enabled(){return this.apiSupportsLayers}async getLayers(){return this.getApi().getLayers()}async setLayerVisibility(t,e){return this.getApi().setLayerVisibility(t,e)}getApi(){if(null==this.api)throw new Error("The current document does not support layers.");return this.api}}function I(t){return Array.from(t.querySelectorAll("*"))}class R{constructor(t,e,i){this.element=t,this.hostElement=e,this.api=i,this.isDragging=!1,this.handlePointerDown=this.handlePointerDown.bind(this),this.handlePointerMove=this.handlePointerMove.bind(this),this.handlePointerUp=this.handlePointerUp.bind(this),this.handleWheel=this.handleWheel.bind(this),this.element.addEventListener("pointerdown",this.handlePointerDown),this.element.addEventListener("wheel",this.handleWheel),this.hostElement.addEventListener("wheel",this.handleWheel)}dispose(){this.element.removeEventListener("pointerdown",this.handlePointerDown),this.element.removeEventListener("wheel",this.handleWheel),this.hostElement.removeEventListener("wheel",this.handleWheel),this.removeWindowListeners()}handleWheel(t){t.preventDefault();const e=-t.deltaX/2,i=-t.deltaY/2;0===e&&0===i||this.api.panByDelta(g.create(e,i))}handlePointerDown(t){0===t.button&&(t.preventDefault(),this.downPosition=g.create(t.clientX,t.clientY),this.lastPosition=this.downPosition,this.isDragging=!1,window.addEventListener("pointermove",this.handlePointerMove),window.addEventListener("pointerup",this.handlePointerUp))}handlePointerMove(t){if(null==this.lastPosition||null==this.downPosition)return;const e=g.create(t.clientX,t.clientY);if(!this.isDragging&&g.distance(e,this.downPosition)<2)return;this.isDragging=!0;const i=g.subtract(e,this.lastPosition);this.lastPosition=e,this.api.panByDelta(i)}handlePointerUp(){this.lastPosition=void 0,this.downPosition=void 0,this.isDragging=!1,this.removeWindowListeners()}removeWindowListeners(){window.removeEventListener("pointermove",this.handlePointerMove),window.removeEventListener("pointerup",this.handlePointerUp)}}
4
+ import{r as t,c as e,h as i,H as s,a as n}from"./p-Y59A72pl.js";function r(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])},o(t,e)},h=function(){return h=Object.assign||function(t){for(var e,i=1,s=arguments.length;i<s;i++)for(var n in e=arguments[i])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t},h.apply(this,arguments)};function a(t,e,i){return(i=Math.max(0,Math.min(1,i)))*(e-t)+t}function c(t,e){return void 0===t&&(t=0),void 0===e&&(e=0),{x:t,y:e}}function l(t,e){return{x:t.x-e.x,y:t.y-e.y}}function u(t,e){return{x:t.x*e,y:t.y*e}}function d(t){return Math.sqrt(t.x*t.x+t.y*t.y)}function f(t){var e=d(t);return 0===e?c(0,0):u(t,1/e)}function p(t,e){return f(l(e,t))}"function"==typeof SuppressedError&&SuppressedError;var g=Object.freeze({__proto__:null,add:function(t,e){return{x:t.x+e.x,y:t.y+e.y}},create:c,distance:function(t,e){var i=l(t,e);return Math.sqrt(i.x*i.x+i.y*i.y)},fromJson:function(t){var e=JSON.parse(t);return Array.isArray(e)?c(e[0],e[1]):c(e.x,e.y)},isEqual:function(t,e){return t.x===e.x&&t.y===e.y},lerp:function(t,e,i){return{x:a(t.x,e.x,i),y:a(t.y,e.y,i)}},magnitude:d,negate:function(t){return c(-t.x,-t.y)},normalDirectionVector:p,normalizeVector:f,orthogonalVector:function(t,e){var i=p(t,e);return 0===i.x||0===i.y?c(-1*i.y,i.x):Math.abs(i.x)>Math.abs(i.y)?f(c(1-Math.pow(i.x,2),-1*i.x*i.y)):f(c(-1*i.x*i.y,1-Math.pow(i.y,2)))},polar:function(t,e){return c(Math.cos(e)*t,Math.sin(e)*t)},scale:function(t,e,i){return{x:t.x*e,y:t.y*i}},scaleProportional:u,subtract:l});function m(t,e){return{x:t.x,y:t.y,width:e.width,height:e.height}}function w(t){return{x:t.x+t.width/2,y:t.y+t.height/2}}var A=function(t,e){return{width:t,height:e}},v=function(t,e,i){return{width:i.width*t,height:i.height*e}},b=function(t,e){return v(t,t,e)},y=function(t){return{width:Math.floor(t.width),height:Math.floor(t.height)}},x=function(t){return{x:t.width/2,y:t.height/2}};function M(t,e){return void 0===e&&(e=c()),m(e,t)}var S,C,E=Object.freeze({__proto__:null,area:function(t){return t.width*t.height},aspectRatio:function(t){return t.width/t.height},center:x,containFit:function(t,e){var i=function(t,e){var i=Math.min(t.width/e.width,t.height/e.height),s=b(i,e);return m(l(w(t),x(s)),s)}(M(t),M(e));return{width:i.width,height:i.height}},create:A,cropFit:function(t,e){var i=function(t,e){var i=Math.max(t.width/e.width,t.height/e.height),s=b(i,e);return m(l(w(t),x(s)),s)}(M(t),M(e));return{width:i.width,height:i.height}},fitToRatio:function(t,e){return e.width>=e.height*t?A(e.height*t,e.height):A(e.width,e.width/t)},floor:y,isEqual:function(t,e){return t.width===e.width&&t.height===e.height},proportionalScale:b,round:function(t){return{width:Math.round(t.width),height:Math.round(t.height)}},scale:v,scaleFit:function(t,e){var i=function(t,e){var i=Math.min(Math.sqrt(t/function(t){return t.width*t.height}(e)),1),s=y(b(i,e));return m(l(w(e),x(s)),s)}(t,M(e));return{width:i.width,height:i.height}},square:function(t){return A(t,t)},toRectangle:M,trim:function(t,e){return{width:Math.min(t.width,e.width),height:Math.min(t.height,e.height)}}}),k={exports:{}},T=(S||(S=1,C=k,function(){var t={}.hasOwnProperty;function e(){for(var t="",e=0;e<arguments.length;e++){var n=arguments[e];n&&(t=s(t,i(n)))}return t}function i(i){if("string"==typeof i||"number"==typeof i)return i;if("object"!=typeof i)return"";if(Array.isArray(i))return e.apply(null,i);if(i.toString!==Object.prototype.toString&&!i.toString.toString().includes("[native code]"))return i.toString();var n="";for(var r in i)t.call(i,r)&&i[r]&&(n=s(n,r));return n}function s(t,e){return e?t?t+" "+e:t+e:t}C.exports?(e.default=e,C.exports=e):window.classNames=e}()),k.exports),P=r(T);class D{constructor(t){this.apiSupportsLayers=!1,function(t){return null!=t&&"function"==typeof t.getLayers&&"function"==typeof t.setLayerVisibility}(t)&&(this.apiSupportsLayers=!0,this.api=t)}get enabled(){return this.apiSupportsLayers}async getLayers(){return this.getApi().getLayers()}async setLayerVisibility(t,e){return this.getApi().setLayerVisibility(t,e)}getApi(){if(null==this.api)throw new Error("The current document does not support layers.");return this.api}}function I(t){return Array.from(t.querySelectorAll("*"))}class R{constructor(t,e,i){this.element=t,this.hostElement=e,this.api=i,this.isDragging=!1,this.handlePointerDown=this.handlePointerDown.bind(this),this.handlePointerMove=this.handlePointerMove.bind(this),this.handlePointerUp=this.handlePointerUp.bind(this),this.handleWheel=this.handleWheel.bind(this),this.element.addEventListener("pointerdown",this.handlePointerDown),this.element.addEventListener("wheel",this.handleWheel),this.hostElement.addEventListener("wheel",this.handleWheel)}dispose(){this.element.removeEventListener("pointerdown",this.handlePointerDown),this.element.removeEventListener("wheel",this.handleWheel),this.hostElement.removeEventListener("wheel",this.handleWheel),this.removeWindowListeners()}handleWheel(t){t.preventDefault();const e=-t.deltaX/2,i=-t.deltaY/2;0===e&&0===i||this.api.panByDelta(g.create(e,i))}handlePointerDown(t){0===t.button&&(t.preventDefault(),this.downPosition=g.create(t.clientX,t.clientY),this.lastPosition=this.downPosition,this.isDragging=!1,window.addEventListener("pointermove",this.handlePointerMove),window.addEventListener("pointerup",this.handlePointerUp))}handlePointerMove(t){if(null==this.lastPosition||null==this.downPosition)return;const e=g.create(t.clientX,t.clientY);if(!this.isDragging&&g.distance(e,this.downPosition)<2)return;this.isDragging=!0;const i=g.subtract(e,this.lastPosition);this.lastPosition=e,this.api.panByDelta(i)}handlePointerUp(){this.lastPosition=void 0,this.downPosition=void 0,this.isDragging=!1,this.removeWindowListeners()}removeWindowListeners(){window.removeEventListener("pointermove",this.handlePointerMove),window.removeEventListener("pointerup",this.handlePointerUp)}}
5
5
  /**
6
6
  * @licstart The following is the entire license notice for the
7
7
  * JavaScript code in this page
@@ -264,21 +264,21 @@ function fromJson$5(json) {
264
264
 
265
265
  var point = /*#__PURE__*/Object.freeze({
266
266
  __proto__: null,
267
+ add: add$1,
267
268
  create: create$d,
268
- polar: polar,
269
269
  distance: distance$2,
270
- subtract: subtract$1,
271
- add: add$1,
270
+ fromJson: fromJson$5,
272
271
  isEqual: isEqual$3,
273
272
  lerp: lerp$1,
274
- negate: negate$1,
275
- scale: scale$5,
276
- scaleProportional: scaleProportional,
277
273
  magnitude: magnitude$2,
278
- normalizeVector: normalizeVector,
274
+ negate: negate$1,
279
275
  normalDirectionVector: normalDirectionVector,
276
+ normalizeVector: normalizeVector,
280
277
  orthogonalVector: orthogonalVector,
281
- fromJson: fromJson$5
278
+ polar: polar,
279
+ scale: scale$5,
280
+ scaleProportional: scaleProportional,
281
+ subtract: subtract$1
282
282
  });
283
283
 
284
284
  /**
@@ -489,22 +489,22 @@ function toRectangle(dimensions, position) {
489
489
 
490
490
  var dimensions = /*#__PURE__*/Object.freeze({
491
491
  __proto__: null,
492
+ area: area,
493
+ aspectRatio: aspectRatio,
494
+ center: center$1,
495
+ containFit: containFit,
492
496
  create: create$6,
493
- square: square,
497
+ cropFit: cropFit,
498
+ fitToRatio: fitToRatio,
499
+ floor: floor$1,
494
500
  isEqual: isEqual,
495
- scale: scale,
496
501
  proportionalScale: proportionalScale,
497
- trim: trim,
498
- containFit: containFit,
499
- cropFit: cropFit,
500
- scaleFit: scaleFit,
501
502
  round: round,
502
- floor: floor$1,
503
- center: center$1,
504
- aspectRatio: aspectRatio,
505
- area: area,
506
- fitToRatio: fitToRatio,
507
- toRectangle: toRectangle
503
+ scale: scale,
504
+ scaleFit: scaleFit,
505
+ square: square,
506
+ toRectangle: toRectangle,
507
+ trim: trim
508
508
  });
509
509
 
510
510
  var classnames = {exports: {}};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertexvis/doc-viewer",
3
- "version": "1.0.1",
3
+ "version": "1.0.2-canary.1",
4
4
  "description": "The Vertex SDK for viewing documents.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -95,11 +95,11 @@
95
95
  "typescript": "~5.9.3"
96
96
  },
97
97
  "dependencies": {
98
- "@vertexvis/geometry": "1.0.1",
99
- "@vertexvis/utils": "1.0.1",
98
+ "@vertexvis/geometry": "1.0.2-canary.1",
99
+ "@vertexvis/utils": "1.0.2-canary.1",
100
100
  "classnames": "^2.5.1",
101
101
  "pdfjs-dist": "^5.5.207",
102
102
  "resize-observer": "^1.0.4"
103
103
  },
104
- "gitHead": "6f4249b3f1486bf9bb534fc138b990a9927b9449"
104
+ "gitHead": "a0204c75eba947bd16592999dc0da87714085ecf"
105
105
  }