@incodetech/web 0.0.0-dev-20260522-31c2a308 → 0.0.0-dev-20260525-ce9a6d54

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.
@@ -12,8 +12,8 @@ import { t as f } from "../successIcon-SlKgTSty.js";
12
12
  import { t as p } from "../inputComposed-CiZa_7pk.js";
13
13
  import { t as m } from "../dropdownComposed-BFOi8meW.js";
14
14
  import "../dropdownComposed-CibqBAM9.js";
15
- import { t as h } from "../dateInputComposed-CdMMGMM9.js";
16
- import "../dateInputComposed-DLAkxgaD.js";
15
+ import { t as h } from "../dateInputComposed-CzmlJbIz.js";
16
+ import "../dateInputComposed-tOTCPIcb.js";
17
17
  import { t as g } from "../incodeModule-CHzKl22Y.js";
18
18
  import { n as _, t as v } from "../requiredLabelHint-CuA6awez.js";
19
19
  import { t as y } from "../autoFocusTitle-G-kfvIN4.js";
@@ -8,7 +8,7 @@ import { t as d } from "./button-DcCUEn2n.js";
8
8
  import { t as f } from "./successIcon-SlKgTSty.js";
9
9
  import { t as p } from "./inputComposed-CiZa_7pk.js";
10
10
  import { t as m } from "./checkbox-ODa2sCKf.js";
11
- import { t as h } from "./dateInputComposed-CdMMGMM9.js";
11
+ import { t as h } from "./dateInputComposed-CzmlJbIz.js";
12
12
  import { t as g } from "./incodeModule-CHzKl22Y.js";
13
13
  import { t as _ } from "./statusPage-DwY5vcgk.js";
14
14
  import { createCustomFieldsManager as v } from "@incodetech/core/custom-fields";
@@ -0,0 +1,58 @@
1
+ import { a as e, l as t, v as n } from "./vendor-preact-D6SntenC.js";
2
+ import { n as r } from "./loadingIcon-BN5YRQUb.js";
3
+ import { m as i } from "./icons-9I5g9-_1.js";
4
+ import { t as a } from "./inputComposed-CiZa_7pk.js";
5
+ import "./inputComposed-CY_blUh2.js";
6
+ //#region src/shared/dateInputComposed/dateInputComposed.tsx
7
+ var o = e(({ id: e, label: o, disabled: s, class: c, onInput: l, onBlur: u, ...d }, f) => {
8
+ let p = (e) => {
9
+ if (!e || !("showPicker" in HTMLInputElement.prototype)) return !1;
10
+ try {
11
+ return e.showPicker(), !0;
12
+ } catch {
13
+ return !1;
14
+ }
15
+ }, m = (e) => {
16
+ if (s) {
17
+ e.preventDefault();
18
+ return;
19
+ }
20
+ let t = e.currentTarget.control;
21
+ p(t);
22
+ }, h = t(!1);
23
+ return /* @__PURE__ */ n(a, {
24
+ ref: f,
25
+ id: e,
26
+ type: "date",
27
+ label: o,
28
+ disabled: s,
29
+ class: r("IncodeDateInputComposed", c),
30
+ onInput: (e) => {
31
+ l(e), h.current = !0;
32
+ },
33
+ onBlur: (e) => {
34
+ if (u?.(e), !h.current || (h.current = !1, e.relatedTarget !== null)) return;
35
+ let t = e.currentTarget;
36
+ t && requestAnimationFrame(() => {
37
+ let e = document.activeElement;
38
+ (e === null || e === document.body) && t.focus();
39
+ });
40
+ },
41
+ rightIcon: /* @__PURE__ */ n("label", {
42
+ htmlFor: e,
43
+ class: "IncodeDateInputComposedIconButton",
44
+ "aria-hidden": "true",
45
+ tabIndex: -1,
46
+ "data-disabled": s ? "true" : void 0,
47
+ onClick: m,
48
+ children: /* @__PURE__ */ n("span", {
49
+ class: "IncodeDateInputComposedIcon",
50
+ children: /* @__PURE__ */ n(i, {})
51
+ })
52
+ }),
53
+ ...d
54
+ });
55
+ });
56
+ o.displayName = "DateInputComposed";
57
+ //#endregion
58
+ export { o as t };
@@ -0,0 +1 @@
1
+ import "./dateInputComposed-CzmlJbIz.js";
@@ -4,7 +4,7 @@ import { c as l, o as u, r as d } from "./hooks-CLjlsC2g.js";
4
4
  import { t as f } from "./incodeComponent-MZEyrb1V.js";
5
5
  import { n as p, r as m } from "./loadingIcon-BN5YRQUb.js";
6
6
  import { t as h } from "./page-C1yT4DLb.js";
7
- import { b as g, d as _, f as v, l as y, p as b, u as x, y as S } from "./extensibility-CGfTiOMJ.js";
7
+ import { b as g, d as _, f as v, l as y, p as b, u as x, y as S } from "./extensibility-CVZcy252.js";
8
8
  import { t as C } from "./spinner-CKnjVHxw.js";
9
9
  import { t as w } from "./button-DcCUEn2n.js";
10
10
  import { a as T, p as E, r as D } from "./icons-9I5g9-_1.js";
@@ -9,10 +9,10 @@ import { t as l } from "./verificationResult-C6M3uAMP.js";
9
9
  import { t as u } from "./inputComposed-CiZa_7pk.js";
10
10
  import { n as d, t as f } from "./phoneInputComposed-D1EzmEhy.js";
11
11
  import { t as p } from "./dropdownComposed-BFOi8meW.js";
12
- import { t as m } from "./dateInputComposed-CdMMGMM9.js";
12
+ import { t as m } from "./dateInputComposed-CzmlJbIz.js";
13
13
  import { t as h } from "./incodeModule-CHzKl22Y.js";
14
14
  import { n as g, t as _ } from "./requiredLabelHint-CuA6awez.js";
15
- import { t as v } from "./emailInput-D_2YTMpA.js";
15
+ import { t as v } from "./emailInput-CF6qhaP9.js";
16
16
  import { formatCPF as y, isValidCPF as b } from "@incodetech/core/cpf-ocr";
17
17
  import { createDynamicFormsManager as x } from "@incodetech/core/dynamic-forms";
18
18
  //#region src/modules/dynamic-forms/dynamicForms.tsx
@@ -1,2 +1,2 @@
1
- import { t as e } from "../ekybModule-BnensJtJ.js";
1
+ import { t as e } from "../ekybModule-hX47c2xc.js";
2
2
  export { e as EkybModule };
@@ -0,0 +1,2 @@
1
+ import { t as e } from "./ekybModule-hX47c2xc.js";
2
+ export { e as EkybModule };
@@ -4,7 +4,7 @@ import { c as o, i as s, o as c } from "./hooks-CLjlsC2g.js";
4
4
  import { t as l } from "./incodeComponent-MZEyrb1V.js";
5
5
  import { r as u } from "./loadingIcon-BN5YRQUb.js";
6
6
  import { t as d } from "./page-C1yT4DLb.js";
7
- import "./extensibility-CGfTiOMJ.js";
7
+ import "./extensibility-CVZcy252.js";
8
8
  import { t as f } from "./spinner-CKnjVHxw.js";
9
9
  import { t as p } from "./button-DcCUEn2n.js";
10
10
  import { t as m } from "./verificationResult-C6M3uAMP.js";
@@ -1,2 +1,2 @@
1
- import { t as e } from "../ekycModule-sNLKK3Ry.js";
1
+ import { t as e } from "../ekycModule-O9J3uhRN.js";
2
2
  export { e as EkycModule };
@@ -0,0 +1,2 @@
1
+ import { t as e } from "./ekycModule-O9J3uhRN.js";
2
+ export { e as EkycModule };
@@ -9,7 +9,7 @@ import { t as f } from "./verificationResult-C6M3uAMP.js";
9
9
  import { i as p, r as m, t as h } from "./radioGroupComposed-B24NsTKt.js";
10
10
  import { t as g } from "./phoneInputComposed-D1EzmEhy.js";
11
11
  import { t as _ } from "./dropdownComposed-BFOi8meW.js";
12
- import { t as v } from "./dateInputComposed-CdMMGMM9.js";
12
+ import { t as v } from "./dateInputComposed-CzmlJbIz.js";
13
13
  import { t as y } from "./incodeModule-CHzKl22Y.js";
14
14
  import { n as b, t as x } from "./requiredLabelHint-CuA6awez.js";
15
15
  import { n as S, t as C } from "./optionAccessibleLabel-D9VqmS3S.js";
@@ -7,7 +7,7 @@ import { t as l } from "../page-C1yT4DLb.js";
7
7
  import { t as u } from "../button-DcCUEn2n.js";
8
8
  import { t as d } from "../otpInput-CN1CQ9mo.js";
9
9
  import { t as f } from "../incodeModule-CHzKl22Y.js";
10
- import { t as p } from "../emailInput-D_2YTMpA.js";
10
+ import { t as p } from "../emailInput-CF6qhaP9.js";
11
11
  import { createEmailManager as m } from "@incodetech/core/email";
12
12
  //#region src/modules/email/email.tsx
13
13
  function h(e) {
@@ -1,6 +1,6 @@
1
1
  import { n as e } from "./i18n-Cw8Y_JeB.js";
2
2
  import { v as t } from "./vendor-preact-D6SntenC.js";
3
- import "./extensibility-CGfTiOMJ.js";
3
+ import "./extensibility-CVZcy252.js";
4
4
  import { t as n } from "./inputComposed-CiZa_7pk.js";
5
5
  //#region src/modules/email/emailInput.tsx
6
6
  var r = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/, i = ({ value: i, emailError: a, label: o, labelHint: s, disabled: c = !1, required: l = !1, onEmailChange: u, onBlur: d }) => {
@@ -23,7 +23,7 @@ import "./checkbox-ODa2sCKf.js";
23
23
  import "./radioGroupComposed-B24NsTKt.js";
24
24
  import "./phoneInputComposed-D1EzmEhy.js";
25
25
  import "./dropdownComposed-CibqBAM9.js";
26
- import "./dateInputComposed-DLAkxgaD.js";
26
+ import "./dateInputComposed-tOTCPIcb.js";
27
27
  import "./bottomSheet-CM9ii5QA.js";
28
28
  import { n as k, t as A } from "./expiredId-CGP6PL6r.js";
29
29
  import "@incodetech/core/id";
@@ -4,7 +4,7 @@ import { c as n, s as r } from "./hooks-CLjlsC2g.js";
4
4
  import { n as i, t as a } from "./incodeComponent-MZEyrb1V.js";
5
5
  import { r as o } from "./loadingIcon-BN5YRQUb.js";
6
6
  import { t as s } from "./page-C1yT4DLb.js";
7
- import { _ as c, b as l, c as u, d, f, g as p, h as m, i as h, l as g, m as _, n as v, o as y, p as b, r as x, s as S, t as C, u as w, v as T, y as E } from "./extensibility-CGfTiOMJ.js";
7
+ import { _ as c, b as l, c as u, d, f, g as p, h as m, i as h, l as g, m as _, n as v, o as y, p as b, r as x, s as S, t as C, u as w, v as T, y as E } from "./extensibility-CVZcy252.js";
8
8
  import { a as D, i as O, n as k, o as A, r as j, t as M } from "./typography-CxjaknHN.js";
9
9
  import { t as N } from "./spinner-CKnjVHxw.js";
10
10
  import { t as P } from "./processing-ga3w-Z-3.js";
@@ -21,6 +21,6 @@ import { t as ue } from "./checkbox-ODa2sCKf.js";
21
21
  import { n as de, r as fe, t as pe } from "./radioGroupComposed-B24NsTKt.js";
22
22
  import { i as me, n as he, r as ge, t as _e } from "./phoneInputComposed-D1EzmEhy.js";
23
23
  import { t as ve } from "./dropdownComposed-BFOi8meW.js";
24
- import { t as ye } from "./dateInputComposed-CdMMGMM9.js";
24
+ import { t as ye } from "./dateInputComposed-CzmlJbIz.js";
25
25
  import { t as be } from "./bottomSheet-CM9ii5QA.js";
26
26
  export { te as BaseTutorial, be as BottomSheet, F as Button, W as CalendarIcon, b as CameraFrame, q as CameraIcon, f as CameraOverlay, d as CameraOverlayHeader, w as CameraView, B as CaptureButtonIcon, g as CaptureFooter, ue as Checkbox, Z as CheckmarkCompactIcon, z as CheckmarkIcon, U as ChevronDown, R as ChevronLeftIcon, Y as ChevronRightIcon, K as CloseIcon, ye as DateInputComposed, ve as DropdownComposed, re as ErrorContent, I as ErrorIcon, L as FileIcon, fe as FormField, H as HelpIcon, h as IdCapture, v as IdChooser, S as IdError, y as IdExpired, C as IdFlipAnimation, x as IdTutorial, a as IncodeComponent, se as Input, ce as InputComposed, i as LandscapeBlocker, X as LightningIcon, J as LockIcon, ee as Lottie, u as ManualCapture, $ as Modal, le as OtpInput, l as Overlay, s as Page, ie as Permissions, _e as PhoneInputComposed, P as Processing, E as ProgressBar, de as RadioButtonComposed, pe as RadioGroupComposed, G as SearchIcon, T as SegmentedDateInput, ne as SelfieCapture, ae as SelfieTutorial, o as Spacer, N as Spinner, Q as SuccessIcon, c as TextArea, p as TextAreaComposed, M as Title, k as TypographyH1, j as TypographyH3, O as TypographyH4, D as TypographyH5, A as TypographyP, _ as VerificationOptionCard, m as VerificationOptionCardList, oe as VerificationResult, V as WarningIcon, he as countries, ge as getCountryByCallingCode, me as getCountryByCode, t as setUiConfig, n as useManager, r as useScreenOrientation, e as useTranslation };
@@ -5,7 +5,7 @@ import { c as u } from "../hooks-CLjlsC2g.js";
5
5
  import { t as d } from "../incodeComponent-MZEyrb1V.js";
6
6
  import { t as f } from "../transitionSpinner-BWCiDYAb.js";
7
7
  import { t as p } from "../incodeModule-CHzKl22Y.js";
8
- import { a as m, c as h, d as g, f as _, g as v, l as y, m as b, n as x, o as S, p as C, r as w, s as T, t as E, u as D, v as O } from "../useModuleLoader-CRT8DxXP.js";
8
+ import { a as m, c as h, d as g, f as _, g as v, l as y, m as b, n as x, o as S, p as C, r as w, s as T, t as E, u as D, v as O } from "../useModuleLoader-4Tg7qGMd.js";
9
9
  import { getDeviceClass as k } from "@incodetech/core/device";
10
10
  import { getRequiredWasmPipelines as A } from "@incodetech/core/flow";
11
11
  import { bootstrapSession as j, refreshQrUrlUuid as M } from "@incodetech/core/session";
package/dist/id/id.es.js CHANGED
@@ -4,7 +4,7 @@ import { c as l, o as u } from "../hooks-CLjlsC2g.js";
4
4
  import { t as d } from "../incodeComponent-MZEyrb1V.js";
5
5
  import { n as f } from "../loadingIcon-BN5YRQUb.js";
6
6
  import { t as p } from "../page-C1yT4DLb.js";
7
- import { a as m, i as h, n as g, o as _, r as v, s as ee, t as y } from "../extensibility-CGfTiOMJ.js";
7
+ import { a as m, i as h, n as g, o as _, r as v, s as ee, t as y } from "../extensibility-CVZcy252.js";
8
8
  import { t as b } from "../spinner-CKnjVHxw.js";
9
9
  import "../spinner-B4dcie2T.js";
10
10
  import { t as x } from "../transitionSpinner-BWCiDYAb.js";
@@ -3,12 +3,12 @@ import { d as t, v as n } from "./vendor-preact-D6SntenC.js";
3
3
  import { c as r, o as i } from "./hooks-CLjlsC2g.js";
4
4
  import { t as a } from "./incodeComponent-MZEyrb1V.js";
5
5
  import { t as o } from "./page-C1yT4DLb.js";
6
- import "./extensibility-CGfTiOMJ.js";
6
+ import "./extensibility-CVZcy252.js";
7
7
  import { t as s } from "./button-DcCUEn2n.js";
8
8
  import { t as c } from "./verificationResult-C6M3uAMP.js";
9
9
  import { t as l } from "./inputComposed-CiZa_7pk.js";
10
10
  import { t as u } from "./radioGroupComposed-B24NsTKt.js";
11
- import { t as d } from "./dateInputComposed-CdMMGMM9.js";
11
+ import { t as d } from "./dateInputComposed-CzmlJbIz.js";
12
12
  import { t as f } from "./incodeModule-CHzKl22Y.js";
13
13
  import { n as p, t as m } from "./requiredLabelHint-CuA6awez.js";
14
14
  import { createIdOcrManager as h, getOcrFields as g } from "@incodetech/core/id-ocr";
@@ -4,7 +4,7 @@ import { c, o as l } from "../hooks-CLjlsC2g.js";
4
4
  import { t as u } from "../incodeComponent-MZEyrb1V.js";
5
5
  import { r as d } from "../loadingIcon-BN5YRQUb.js";
6
6
  import { t as f } from "../page-C1yT4DLb.js";
7
- import "../extensibility-CGfTiOMJ.js";
7
+ import "../extensibility-CVZcy252.js";
8
8
  import { t as p } from "../button-DcCUEn2n.js";
9
9
  import { t as m } from "../verificationResult-C6M3uAMP.js";
10
10
  import { t as h } from "../incodeModule-CHzKl22Y.js";
@@ -273,6 +273,7 @@ ref?: Ref<HTMLInputElement> | undefined;
273
273
  declare type DateInputComposedProps = Omit<InputComposedProps, 'type' | 'closeButton' | 'rightIcon'> & {
274
274
  value: string;
275
275
  onInput: (e: Event) => void;
276
+ onBlur?: (e: FocusEvent) => void;
276
277
  };
277
278
 
278
279
  export declare const DropdownComposed: FC<DropdownComposedProps>;
@@ -220,24 +220,24 @@ var N = {
220
220
  CURP_VALIDATION: () => import("./curp-validation/curp-validation.es.js").then((e) => e.CurpValidation),
221
221
  GOVT_VALIDATION_PROVISIONING: () => import("./governmentValidation/governmentValidation.es.js").then((e) => e.GovernmentValidation),
222
222
  GEOLOCATION: () => import("./geolocation/geolocation.es.js").then((e) => e.Geolocation),
223
- EXTERNAL_VERIFICATION: () => import("./ekycModule-BZzjGBZo.js").then((e) => e.EkycModule),
224
- EKYB: () => import("./ekybModule-DjpevBNl.js").then((e) => e.EkybModule),
225
- DOCUMENT_CAPTURE: () => import("./documentCapture-DgvsXFcA.js").then((e) => e.DocumentCapture),
226
- ADDRESS: () => import("./documentCapture-DgvsXFcA.js").then((e) => e.DocumentCapture),
223
+ EXTERNAL_VERIFICATION: () => import("./ekycModule-DCAKmJYN.js").then((e) => e.EkycModule),
224
+ EKYB: () => import("./ekybModule-Dx9PTATH.js").then((e) => e.EkybModule),
225
+ DOCUMENT_CAPTURE: () => import("./documentCapture-DfWmiEOk.js").then((e) => e.DocumentCapture),
226
+ ADDRESS: () => import("./documentCapture-DfWmiEOk.js").then((e) => e.DocumentCapture),
227
227
  COMBINED_CONSENT: () => import("./consent/consent.es.js").then((e) => e.Consent),
228
228
  MANDATORY_CONSENT: () => import("./mandatoryConsent-CXHpydb_.js").then((e) => e.MandatoryConsent),
229
229
  SIGNATURE: () => import("./signature/signature.es.js").then((e) => e.Signature),
230
- ID_OCR: () => import("./idOcr-1cCRH-JT.js").then((e) => e.IdOcr),
230
+ ID_OCR: () => import("./idOcr-2XUPoVZh.js").then((e) => e.IdOcr),
231
231
  CPF_OCR: () => import("./cpfOcr-D3RHfhOx.js").then((e) => e.CpfOcr),
232
232
  ANTIFRAUD: () => import("./antifraud/antifraud.es.js").then((e) => e.Antifraud),
233
- CUSTOM_FIELDS: () => import("./customFields-BDSPrFG6.js").then((e) => e.CustomFields),
233
+ CUSTOM_FIELDS: () => import("./customFields-CsydQs0s.js").then((e) => e.CustomFields),
234
234
  WATCHLIST: () => import("./watchlist/watchlist.es.js").then((e) => e.Watchlist),
235
235
  WATCHLIST_BUSINESS: () => import("./watchlistForBusiness-CKXh9404.js").then((e) => e.WatchlistForBusiness),
236
236
  INCODE_WATCHLIST: () => import("./customWatchlist-BUiXNACw.js").then((e) => e.CustomWatchlist),
237
237
  AE_SIGNATURE: () => import("./ae-signature/ae-signature.es.js").then((e) => e.AeSignature),
238
238
  QE_SIGNATURE: () => import("./qe-signature/qe-signature.es.js").then((e) => e.QeSignature),
239
239
  CROSS_DOCUMENT_DATA_MATCH: () => import("./cross-document-data-match/cross-document-data-match.es.js").then((e) => e.CrossDocumentDataMatch),
240
- DYNAMIC_FORMS: () => import("./dynamicForms-B4UqRizf.js").then((e) => e.DynamicForms)
240
+ DYNAMIC_FORMS: () => import("./dynamicForms-PKp82ETs.js").then((e) => e.DynamicForms)
241
241
  };
242
242
  function P() {
243
243
  return O();
@@ -6,7 +6,7 @@ import { t as u } from "../incodeComponent-MZEyrb1V.js";
6
6
  import "../spinner-B4dcie2T.js";
7
7
  import { t as d } from "../transitionSpinner-BWCiDYAb.js";
8
8
  import { t as f } from "../incodeModule-CHzKl22Y.js";
9
- import { _ as p, a as m, c as h, h as g, i as _, o as v, t as y, v as b } from "../useModuleLoader-CRT8DxXP.js";
9
+ import { _ as p, a as m, c as h, h as g, i as _, o as v, t as y, v as b } from "../useModuleLoader-4Tg7qGMd.js";
10
10
  import { resolveWasmConfig as x, upgradeToWasmHttpClient as S, warmupWasm as C } from "@incodetech/core/wasm";
11
11
  import { getDeviceClass as w } from "@incodetech/core/device";
12
12
  import { refreshQrUrlUuid as T } 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-20260522-31c2a308",
3
+ "version": "0.0.0-dev-20260525-ce9a6d54",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
@@ -246,7 +246,7 @@
246
246
  "qrcode": "^1.5.4",
247
247
  "signature_pad": "^5.1.3",
248
248
  "tailwindcss": "^4.1.17",
249
- "@incodetech/core": "0.0.0-dev-20260522-31c2a308"
249
+ "@incodetech/core": "0.0.0-dev-20260525-ce9a6d54"
250
250
  },
251
251
  "devDependencies": {
252
252
  "@microsoft/api-extractor": "^7.53.3",
@@ -1,55 +0,0 @@
1
- import { a as e, v as t } from "./vendor-preact-D6SntenC.js";
2
- import { n } from "./loadingIcon-BN5YRQUb.js";
3
- import { m as r } from "./icons-9I5g9-_1.js";
4
- import { t as i } from "./inputComposed-CiZa_7pk.js";
5
- import "./inputComposed-CY_blUh2.js";
6
- //#region src/shared/dateInputComposed/dateInputComposed.tsx
7
- var a = e(({ id: e, label: a, disabled: o, class: s, ...c }, l) => {
8
- let u = (e) => {
9
- if (!e || !("showPicker" in HTMLInputElement.prototype)) return !1;
10
- try {
11
- return e.showPicker(), !0;
12
- } catch {
13
- return !1;
14
- }
15
- }, d = (e) => {
16
- if (o) {
17
- e.preventDefault();
18
- return;
19
- }
20
- let t = e.currentTarget.control;
21
- u(t);
22
- }, f = (e) => {
23
- if (o || e.key !== "Enter" && e.key !== " ") return;
24
- e.preventDefault();
25
- let t = e.currentTarget.control;
26
- !u(t) && t && t.click();
27
- };
28
- return /* @__PURE__ */ t(i, {
29
- ref: l,
30
- id: e,
31
- type: "date",
32
- label: a,
33
- disabled: o,
34
- class: n("IncodeDateInputComposed", s),
35
- rightIcon: /* @__PURE__ */ t("label", {
36
- htmlFor: e,
37
- class: "IncodeDateInputComposedIconButton",
38
- role: "button",
39
- "aria-label": "Open date picker",
40
- "aria-disabled": o ? "true" : void 0,
41
- tabIndex: o ? -1 : 0,
42
- "data-disabled": o ? "true" : void 0,
43
- onClick: d,
44
- onKeyDown: f,
45
- children: /* @__PURE__ */ t("span", {
46
- class: "IncodeDateInputComposedIcon",
47
- children: /* @__PURE__ */ t(r, {})
48
- })
49
- }),
50
- ...c
51
- });
52
- });
53
- a.displayName = "DateInputComposed";
54
- //#endregion
55
- export { a as t };
@@ -1 +0,0 @@
1
- import "./dateInputComposed-CdMMGMM9.js";
@@ -1,2 +0,0 @@
1
- import { t as e } from "./ekybModule-BnensJtJ.js";
2
- export { e as EkybModule };
@@ -1,2 +0,0 @@
1
- import { t as e } from "./ekycModule-sNLKK3Ry.js";
2
- export { e as EkycModule };