@incodetech/web 0.0.0-dev-20260604-662e2c10 → 0.0.0-dev-20260604-edfbb573
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.
|
@@ -275,7 +275,7 @@ var T = ({ question: n, value: i, disabled: a = !1, error: o, labelHint: s, onCh
|
|
|
275
275
|
onAnswerValidityChange: (e, t) => l.setAnswerValidity(e, t),
|
|
276
276
|
onValidateField: (e) => l.validateField(e),
|
|
277
277
|
onSubmit: () => l.submit()
|
|
278
|
-
});
|
|
278
|
+
}, c.screenIndex);
|
|
279
279
|
}
|
|
280
280
|
if (c.status === "success") return /* @__PURE__ */ r(u, {
|
|
281
281
|
status: "success",
|
package/dist/flow/flow.es.js
CHANGED
|
@@ -5,7 +5,7 @@ import { c as u } from "../hooks-MxHtZWTS.js";
|
|
|
5
5
|
import { t as d } from "../incodeComponent-BoFhgK7G.js";
|
|
6
6
|
import { t as f } from "../transitionSpinner-Di3bOyOu.js";
|
|
7
7
|
import { t as p } from "../incodeModule-BiCoAJ5k.js";
|
|
8
|
-
import { _ as m, a as h, c as g, d as _, f as v, h as y, l as b, m as x, n as S, o as C, p as w, r as T, s as E, t as D, u as O, y as k } from "../useModuleLoader-
|
|
8
|
+
import { _ as m, a as h, c as g, d as _, f as v, h as y, l as b, m as x, n as S, o as C, p as w, r as T, s as E, t as D, u as O, y as k } from "../useModuleLoader-Dn_EKB2s.js";
|
|
9
9
|
import { getDeviceClass as A } from "@incodetech/core/device";
|
|
10
10
|
import { getRequiredWasmPipelines as j } from "@incodetech/core/flow";
|
|
11
11
|
import { bootstrapSession as M, refreshQrUrlUuid as N } from "@incodetech/core/session";
|
|
@@ -239,7 +239,7 @@ var N = {
|
|
|
239
239
|
AE_SIGNATURE: () => import("./ae-signature/ae-signature.es.js").then((e) => e.AeSignature),
|
|
240
240
|
QE_SIGNATURE: () => import("./qe-signature/qe-signature.es.js").then((e) => e.QeSignature),
|
|
241
241
|
CROSS_DOCUMENT_DATA_MATCH: () => import("./cross-document-data-match/cross-document-data-match.es.js").then((e) => e.CrossDocumentDataMatch),
|
|
242
|
-
DYNAMIC_FORMS: () => import("./dynamicForms-
|
|
242
|
+
DYNAMIC_FORMS: () => import("./dynamicForms-DavxiSRy.js").then((e) => e.DynamicForms),
|
|
243
243
|
FIELD_COMPARISON: () => import("./fieldComparison-oheKoLrO.js").then((e) => e.FieldComparison)
|
|
244
244
|
};
|
|
245
245
|
function P() {
|
|
@@ -5,7 +5,7 @@ import { c as l } from "../hooks-MxHtZWTS.js";
|
|
|
5
5
|
import { t as u } from "../incodeComponent-BoFhgK7G.js";
|
|
6
6
|
import { t as d } from "../transitionSpinner-Di3bOyOu.js";
|
|
7
7
|
import { t as f } from "../incodeModule-BiCoAJ5k.js";
|
|
8
|
-
import { a as p, g as m, i as h, l as g, o as _, s as v, t as y, v as b, y as x } from "../useModuleLoader-
|
|
8
|
+
import { a as p, g as m, i as h, l as g, o as _, s as v, t as y, v as b, y as x } from "../useModuleLoader-Dn_EKB2s.js";
|
|
9
9
|
import { resolveWasmConfig as S, upgradeToWasmHttpClient as C, warmupWasm as w } from "@incodetech/core/wasm";
|
|
10
10
|
import { getDeviceClass as T } from "@incodetech/core/device";
|
|
11
11
|
import { bootstrapSession as E, refreshQrUrlUuid as D } from "@incodetech/core/session";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260604-
|
|
3
|
+
"version": "0.0.0-dev-20260604-edfbb573",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"qrcode": "^1.5.4",
|
|
256
256
|
"signature_pad": "^5.1.3",
|
|
257
257
|
"tailwindcss": "^4.1.17",
|
|
258
|
-
"@incodetech/core": "0.0.0-dev-20260604-
|
|
258
|
+
"@incodetech/core": "0.0.0-dev-20260604-edfbb573"
|
|
259
259
|
},
|
|
260
260
|
"devDependencies": {
|
|
261
261
|
"@microsoft/api-extractor": "^7.53.3",
|