@jaak.ai/stamps 2.1.0-dev.16 → 2.1.0-dev.17
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/jaak-stamps.cjs.entry.js +5 -0
- package/dist/cjs/jaak-stamps.cjs.entry.js.map +1 -1
- package/dist/cjs/jaak-stamps.entry.cjs.js.map +1 -1
- package/dist/collection/components/my-component/my-component.js +5 -0
- package/dist/collection/components/my-component/my-component.js.map +1 -1
- package/dist/components/jaak-stamps.js +5 -0
- package/dist/components/jaak-stamps.js.map +1 -1
- package/dist/esm/jaak-stamps.entry.js +5 -0
- package/dist/esm/jaak-stamps.entry.js.map +1 -1
- 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-f43eee33.entry.js → p-078cef56.entry.js} +2 -2
- package/dist/jaak-stamps-webcomponent/{p-f43eee33.entry.js.map → p-078cef56.entry.js.map} +1 -1
- package/package.json +1 -1
|
@@ -2782,6 +2782,11 @@ const JaakStamps$1 = /*@__PURE__*/ proxyCustomElement(class JaakStamps extends H
|
|
|
2782
2782
|
this.hasDocumentDetected = false;
|
|
2783
2783
|
// Reset sistema simplificado
|
|
2784
2784
|
this.processedFramesCount = 0;
|
|
2785
|
+
// Reset manual capture and performance degraded mode flags
|
|
2786
|
+
this.showManualCaptureButton = false;
|
|
2787
|
+
this.performanceDegradedMode = false;
|
|
2788
|
+
this.showPerformanceMessage = false;
|
|
2789
|
+
this.processingButton = null;
|
|
2785
2790
|
this.slowFrameCount = 0;
|
|
2786
2791
|
// Reset performance degradation state
|
|
2787
2792
|
this.hasAutoSwitchedToManual = false;
|