@jaak.ai/stamps 2.5.6-dev.1 → 2.5.6-dev.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/cjs/{index-ucw61xdq.js → index-D6NBn_qu.js} +2 -9
- package/dist/cjs/{index-ucw61xdq.js.map → index-D6NBn_qu.js.map} +1 -1
- package/dist/cjs/jaak-stamps-webcomponent.cjs.js +1 -1
- package/dist/cjs/jaak-stamps.cjs.entry.js +11 -5
- package/dist/cjs/jaak-stamps.cjs.entry.js.map +1 -1
- package/dist/cjs/jaak-stamps.entry.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/my-component/my-component.js +10 -5
- package/dist/collection/components/my-component/my-component.js.map +1 -1
- package/dist/collection/components/my-component/watermark-fallback.js +2 -0
- package/dist/collection/components/my-component/watermark-fallback.js.map +1 -0
- package/dist/components/jaak-stamps.js +11 -5
- package/dist/components/jaak-stamps.js.map +1 -1
- package/dist/esm/{index-CqdAwiLj.js → index-BCfAsrzL.js} +3 -9
- package/dist/esm/{index-CqdAwiLj.js.map → index-BCfAsrzL.js.map} +1 -1
- package/dist/esm/jaak-stamps-webcomponent.js +2 -2
- package/dist/esm/jaak-stamps.entry.js +11 -5
- package/dist/esm/jaak-stamps.entry.js.map +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/jaak-stamps-webcomponent/jaak-stamps-webcomponent.esm.js +1 -1
- package/dist/jaak-stamps-webcomponent/jaak-stamps.entry.esm.js.map +1 -1
- package/dist/jaak-stamps-webcomponent/p-5724f34b.entry.js +7 -0
- package/dist/jaak-stamps-webcomponent/p-5724f34b.entry.js.map +1 -0
- package/dist/jaak-stamps-webcomponent/p-BCfAsrzL.js +3 -0
- package/dist/jaak-stamps-webcomponent/{p-CqdAwiLj.js.map → p-BCfAsrzL.js.map} +1 -1
- package/dist/types/components/my-component/watermark-fallback.d.ts +1 -0
- package/package.json +1 -1
- package/dist/jaak-stamps-webcomponent/p-569b2c6e.entry.js +0 -7
- package/dist/jaak-stamps-webcomponent/p-569b2c6e.entry.js.map +0 -1
- package/dist/jaak-stamps-webcomponent/p-CqdAwiLj.js +0 -3
package/dist/esm/loader.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as bootstrapLazy } from './index-
|
|
2
|
-
export { s as setNonce } from './index-
|
|
1
|
+
import { b as bootstrapLazy } from './index-BCfAsrzL.js';
|
|
2
|
+
export { s as setNonce } from './index-BCfAsrzL.js';
|
|
3
3
|
import { g as globalScripts } from './app-globals-DQuL1Twl.js';
|
|
4
4
|
|
|
5
5
|
const defineCustomElements = async (win, options) => {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as e,b as r}from"./p-
|
|
1
|
+
import{p as e,b as r}from"./p-BCfAsrzL.js";export{s as setNonce}from"./p-BCfAsrzL.js";import{g as t}from"./p-DQuL1Twl.js";var a=()=>{const r=import.meta.url;const t={};if(r!==""){t.resourcesUrl=new URL(".",r).href}return e(t)};a().then((async e=>{await t();return r([["p-5724f34b",[[257,"jaak-stamps",{debug:[4],alignmentTolerance:[2,"alignment-tolerance"],maskSize:[2,"mask-size"],cropMargin:[2,"crop-margin"],useDocumentClassification:[4,"use-document-classification"],useDocumentDetector:[4,"use-document-detector"],preferredCamera:[1,"preferred-camera"],captureDelay:[2,"capture-delay"],enableBackDocumentTimer:[4,"enable-back-document-timer"],backDocumentTimerDuration:[2,"back-document-timer-duration"],telemetryCollectorUrl:[1,"telemetry-collector-url"],metricsCollectorUrl:[1,"metrics-collector-url"],enableTelemetry:[4,"enable-telemetry"],enableMetrics:[4,"enable-metrics"],customerId:[1,"customer-id"],tenantId:[1,"tenant-id"],environment:[1],propagateTraceHeaderCorsUrls:[1,"propagate-trace-header-cors-urls"],metricsExportIntervalMillis:[2,"metrics-export-interval-millis"],license:[1],licenseEnvironment:[1,"license-environment"],traceId:[1,"trace-id"],appId:[1,"app-id"],detectionBoxes:[32],sideAlignment:[32],isMaskReady:[32],shouldMirrorVideo:[32],showCameraSelector:[32],isSwitchingCamera:[32],hasDocumentDetected:[32],cameraInfoWithAutofocus:[32],currentStatus:[32],performanceData:[32],backDocumentTimerRemaining:[32],showManualCaptureButton:[32],performanceDegradedMode:[32],showPerformanceMessage:[32],captureStateVersion:[32],processingButton:[32],licenseValid:[32],licenseError:[32],classificationDisabled:[32],getCapturedImages:[64],isProcessCompleted:[64],startCapture:[64],stopCapture:[64],resetCapture:[64],skipBackCapture:[64],getStatus:[64],preloadModel:[64],getCameraInfo:[64],setPreferredCamera:[64],setCaptureDelay:[64],getCaptureDelay:[64]}]]]],e)}));
|
|
2
2
|
//# sourceMappingURL=jaak-stamps-webcomponent.esm.js.map
|