@verifiedinc-public/shared-ui-elements 9.0.1 → 9.1.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.
- package/dist/components/form/DateInput/index.d.ts +1 -0
- package/dist/components/form/DateInput/index.mjs +1 -1
- package/dist/components/form/InputMask.d.ts +1 -0
- package/dist/components/form/NewOneClickForm/core/fields/healthInsurance.d.ts +5 -5
- package/dist/components/form/NewOneClickForm/core/fields/index.d.ts +5 -5
- package/dist/components/form/NewOneClickForm/core/form/form.d.ts +1 -1
- package/dist/components/form/NewOneClickForm/core/validations/healthInsurance/healthInsurance.schema.d.ts +5 -5
- package/dist/components/form/NewOneClickForm/core/validations/healthInsurance/healthInsurance.schema.mjs +1 -1
- package/dist/components/form/NewOneClickForm/react/ui/fields/input/date.field.mjs +1 -1
- package/dist/components/form/NewOneClickForm/react/ui/fields/input/healthInsurance.field.mjs +1 -1
- package/dist/components/form/NewOneClickForm/react/ui/fields/shared.d.ts +35 -3
- package/dist/components/form/NewOneClickForm/react/ui/fields/shared.mjs +1 -1
- package/dist/components/form/NewOneClickForm/react/ui/fields/style.mjs +1 -1
- package/dist/components/form/NewOneClickForm/react/ui/form.context.d.ts +6 -0
- package/package.json +1 -1
|
@@ -16,6 +16,7 @@ interface DateInputProps extends Omit<TextFieldProps, 'onBlur' | 'onChange'> {
|
|
|
16
16
|
InputProps?: TextFieldProps['InputProps'] & {
|
|
17
17
|
'data-mask-me'?: boolean;
|
|
18
18
|
};
|
|
19
|
+
redactYear?: boolean;
|
|
19
20
|
}
|
|
20
21
|
export declare const DateInput: import('react').ForwardRefExoticComponent<Omit<Readonly<DateInputProps>, "ref"> & import('react').RefAttributes<unknown>>;
|
|
21
22
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";import{forwardRef as
|
|
1
|
+
"use strict";import{forwardRef as Y,useState as I,useRef as A,useMemo as N}from"react";import{TextField as P,Box as R,Stack as $,IconButton as z}from"@mui/material";import{CalendarToday as E}from"@mui/icons-material";import _ from"../../../node_modules/react-datepicker/dist/es/index.mjs";import{useOnClickOutside as W}from"../../../hooks/useOnClickOutside.mjs";import j from"../../../styles/lib/react-datepicker.css.mjs";import{masks as B}from"../../../utils/masks/index.mjs";import{InputMask as K}from"../InputMask.mjs";import{TextMaskCustom as q}from"../TextMaskCustom.mjs";import{jsxs as O,Fragment as G,jsx as n}from"react/jsx-runtime";const H=_.default??_,J=Y(function(t,s){return n($,{ref:s,sx:{position:"relative"},children:n(z,{edge:"end",size:"small",onClick:()=>{var i;t.disabled||(i=t.onFocus)==null||i.call(t)},disabled:t.disabled,children:n(E,{fontSize:"small"})})})}),L=function({value:t,onChange:s,defaultSelectedDate:i,overflow:h=!1,clickOutsideBoundaryElement:a,minDate:g,maxDate:m,disabled:D}){const[w,c]=I(!1),v=A(null),C=new Date("08/01/1989"),x=g??new Date(1900,0,1),u=m??new Date,r=e=>{if(!e||!(e instanceof Date)||isNaN(e.getTime()))return"";try{const o=e.getDate().toString().padStart(2,"0"),d=(e.getMonth()+1).toString().padStart(2,"0"),l=e.getFullYear();return d==="00"||d>"12"||o==="00"||o>"31"||l<1900||l>u.getFullYear()?"":`${d}/${o}/${l}`}catch{return""}},b=N(()=>{if(!t)return i??void 0;const e=new Date(t);return isNaN(+e)||!/^\d{2}\/\d{2}\/\d{4}$/.test(t)||e<x||e>u?C:e},[t]);return W(v,()=>{c(!1)},"mousedown",{},a),O(R,{ref:v,sx:{position:"relative","& .react-datepicker-popper":h?{transform:"translate(calc(-100% + 32px), calc(-50% + 10px))!important"}:{}},children:[n("style",{children:j}),n(H,{open:w,onFocus:()=>{c(e=>!e)},popperPlacement:"bottom-end",placeholderText:"MM/DD/YYYY",showPopperArrow:!1,showYearDropdown:!0,showMonthDropdown:!0,scrollableYearDropdown:!1,dateFormat:"MM/dd/yyyy",minDate:x,maxDate:u,selected:b,dropdownMode:"select",onSelect:e=>{const o=r(e);o&&(s?.({target:{value:o}}),c(!1))},disabled:D,customInput:n(J,{disabled:D})})]})};function V({label:t="Date",value:s,error:i,helperText:h,onChange:a,onBlur:g,disabled:m,pickerDefaultSelectedDate:D,pickerClickOutsideBoundaryElement:w,pickerInputOverflow:c=!1,inputMaskProps:v,minDate:C,maxDate:x,redactYear:u=!1,...r},b){var e;const[o,d]=I(""),l=s!==void 0,p=l?s:o,M=f=>{const k=f.target.value;l||d(k),a&&a(k)},y=O(G,{children:[!u&&n(L,{onChange:M,value:p,overflow:c,clickOutsideBoundaryElement:w,defaultSelectedDate:D,minDate:C,maxDate:x,disabled:m}),(e=r.InputProps)==null?void 0:e.endAdornment]}),S={flex:1,"& input":{boxShadow:"none!important",border:"none!important",letterSpacing:"1px"}};if(u)return n(P,{label:t,error:i,helperText:h,fullWidth:!0,...r,autoComplete:"bday",inputRef:b,value:p?.replace(/-/g,"")??"",onChange:((f,k)=>{if(!k)return;const F=p?.replace(/\//g,"")??"";if(f.target.value.replace(/\//g,"").length<F.length){a?.(""),l||d("");return}a?.(f.target.value),l||d(f.target.value)}),onBlur:g,disabled:m,placeholder:"__/__/____",inputProps:{...r.inputProps,useOnComplete:!1,unmask:!1,lazy:!0,mask:"00/00/YYYY",definitions:{Y:{mask:/[0-9•]/,displayChar:"\u2022"}},placeholderChar:"_",inputMode:"numeric",overwrite:!1,tabIndex:0},InputProps:{...r.InputProps,inputComponent:q,endAdornment:y},sx:S});const T={label:t,error:i,helperText:h,fullWidth:!0,...r,autoComplete:"bday",inputProps:{...r.inputProps,inputMode:"numeric",tabIndex:0,mask:B.DOB_MASK},InputProps:{...r.InputProps,endAdornment:y}};return n(K,{mask:B.DOB_MASK,maskPlaceholder:null,disabled:m,value:p,onBlur:g,onChange:M,...v,children:n(P,{...T,inputRef:b,fullWidth:!0,sx:S})})}const Q=Y(V);export{Q as DateInput};
|
|
@@ -20,6 +20,7 @@ export interface InputMaskProps {
|
|
|
20
20
|
onBlur?: ChangeEventHandler<HTMLInputElement>;
|
|
21
21
|
beforeMaskedStateChange?: (options: BeforeMaskedStateChangeOptions) => void;
|
|
22
22
|
maskPlaceholder?: string | null;
|
|
23
|
+
onFocus?: () => void;
|
|
23
24
|
alwaysShowMask?: boolean;
|
|
24
25
|
disabled?: boolean;
|
|
25
26
|
}
|
|
@@ -61,22 +61,22 @@ export declare const healthInsurance: {
|
|
|
61
61
|
payer: z.ZodObject<{
|
|
62
62
|
verifiedId: z.ZodString;
|
|
63
63
|
name: z.ZodString;
|
|
64
|
-
logoUrl: z.ZodOptional<z.ZodString
|
|
64
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
66
|
name: string;
|
|
67
67
|
verifiedId: string;
|
|
68
|
-
logoUrl?: string | undefined;
|
|
68
|
+
logoUrl?: string | null | undefined;
|
|
69
69
|
}, {
|
|
70
70
|
name: string;
|
|
71
71
|
verifiedId: string;
|
|
72
|
-
logoUrl?: string | undefined;
|
|
72
|
+
logoUrl?: string | null | undefined;
|
|
73
73
|
}>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
75
|
memberId: string;
|
|
76
76
|
payer: {
|
|
77
77
|
name: string;
|
|
78
78
|
verifiedId: string;
|
|
79
|
-
logoUrl?: string | undefined;
|
|
79
|
+
logoUrl?: string | null | undefined;
|
|
80
80
|
};
|
|
81
81
|
id?: number | undefined;
|
|
82
82
|
}, {
|
|
@@ -84,7 +84,7 @@ export declare const healthInsurance: {
|
|
|
84
84
|
payer: {
|
|
85
85
|
name: string;
|
|
86
86
|
verifiedId: string;
|
|
87
|
-
logoUrl?: string | undefined;
|
|
87
|
+
logoUrl?: string | null | undefined;
|
|
88
88
|
};
|
|
89
89
|
id?: number | undefined;
|
|
90
90
|
}>;
|
|
@@ -525,22 +525,22 @@ export declare const fields: {
|
|
|
525
525
|
payer: import('zod').ZodObject<{
|
|
526
526
|
verifiedId: import('zod').ZodString;
|
|
527
527
|
name: import('zod').ZodString;
|
|
528
|
-
logoUrl: import('zod').ZodOptional<import('zod').ZodString
|
|
528
|
+
logoUrl: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodString>>;
|
|
529
529
|
}, "strip", import('zod').ZodTypeAny, {
|
|
530
530
|
name: string;
|
|
531
531
|
verifiedId: string;
|
|
532
|
-
logoUrl?: string | undefined;
|
|
532
|
+
logoUrl?: string | null | undefined;
|
|
533
533
|
}, {
|
|
534
534
|
name: string;
|
|
535
535
|
verifiedId: string;
|
|
536
|
-
logoUrl?: string | undefined;
|
|
536
|
+
logoUrl?: string | null | undefined;
|
|
537
537
|
}>;
|
|
538
538
|
}, "strip", import('zod').ZodTypeAny, {
|
|
539
539
|
memberId: string;
|
|
540
540
|
payer: {
|
|
541
541
|
name: string;
|
|
542
542
|
verifiedId: string;
|
|
543
|
-
logoUrl?: string | undefined;
|
|
543
|
+
logoUrl?: string | null | undefined;
|
|
544
544
|
};
|
|
545
545
|
id?: number | undefined;
|
|
546
546
|
}, {
|
|
@@ -548,7 +548,7 @@ export declare const fields: {
|
|
|
548
548
|
payer: {
|
|
549
549
|
name: string;
|
|
550
550
|
verifiedId: string;
|
|
551
|
-
logoUrl?: string | undefined;
|
|
551
|
+
logoUrl?: string | null | undefined;
|
|
552
552
|
};
|
|
553
553
|
id?: number | undefined;
|
|
554
554
|
}>;
|
|
@@ -5,22 +5,22 @@ export declare const healthInsuranceSchema: z.ZodObject<{
|
|
|
5
5
|
payer: z.ZodObject<{
|
|
6
6
|
verifiedId: z.ZodString;
|
|
7
7
|
name: z.ZodString;
|
|
8
|
-
logoUrl: z.ZodOptional<z.ZodString
|
|
8
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
|
10
10
|
name: string;
|
|
11
11
|
verifiedId: string;
|
|
12
|
-
logoUrl?: string | undefined;
|
|
12
|
+
logoUrl?: string | null | undefined;
|
|
13
13
|
}, {
|
|
14
14
|
name: string;
|
|
15
15
|
verifiedId: string;
|
|
16
|
-
logoUrl?: string | undefined;
|
|
16
|
+
logoUrl?: string | null | undefined;
|
|
17
17
|
}>;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
19
|
memberId: string;
|
|
20
20
|
payer: {
|
|
21
21
|
name: string;
|
|
22
22
|
verifiedId: string;
|
|
23
|
-
logoUrl?: string | undefined;
|
|
23
|
+
logoUrl?: string | null | undefined;
|
|
24
24
|
};
|
|
25
25
|
id?: number | undefined;
|
|
26
26
|
}, {
|
|
@@ -28,7 +28,7 @@ export declare const healthInsuranceSchema: z.ZodObject<{
|
|
|
28
28
|
payer: {
|
|
29
29
|
name: string;
|
|
30
30
|
verifiedId: string;
|
|
31
|
-
logoUrl?: string | undefined;
|
|
31
|
+
logoUrl?: string | null | undefined;
|
|
32
32
|
};
|
|
33
33
|
id?: number | undefined;
|
|
34
34
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";import{z as e}from"zod";import{memberIdSchema as r}from"./memberId.schema.mjs";import{payerNameSchema as m}from"./payerName.schema.mjs";const
|
|
1
|
+
"use strict";import{z as e}from"zod";import{memberIdSchema as r}from"./memberId.schema.mjs";import{payerNameSchema as m}from"./payerName.schema.mjs";const a=e.object({id:e.number().optional(),memberId:r,payer:e.object({verifiedId:e.string().regex(/^V\d+$/),name:m,logoUrl:e.string().url().nullish()})});export{a as healthInsuranceSchema};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";import{useRef as
|
|
1
|
+
"use strict";import{useRef as S,useState as A}from"react";import{Box as I}from"@mui/material";import{USDateSchema as B}from"../../../../../../../validations/date.schema.mjs";import{formatDateMMDDYYYY as K}from"../../../../../../../utils/date.mjs";import{credentialKeys as N}from"../../../../core/fields/index.mjs";import{useFormField as O}from"../../../core/field.hook.mjs";import{useOneClickForm as P}from"../../form.context.mjs";import{getAutoCompleteAttributeValue as V}from"../shared.mjs";import{FieldLabel as E}from"./label.mjs";import{ClearFieldAdornment as R}from"./clear-field-adornment.mjs";import{jsx as l}from"react/jsx-runtime";import{fieldInputTypes as j}from"../../../../core/fields/constants.mjs";import{DateInput as z}from"../../../../../DateInput/index.mjs";function L({fieldKey:s}){var o,n,m;const{options:u}=P(),{field:e,setValue:t}=O({key:s}),p=S(null),[c,d]=A(e!=null&&e.value?K(e?.value):"");if(!e||e.schema.characteristics.inputType!==j.date)return null;const a=e.schema.key===N.birthDate,r=new Date,f=1900,D=1,h=1,C=a?r.getUTCFullYear()-18:r.getUTCFullYear()+100,g=a?r.getUTCMonth()+1:12,b=a?r.getUTCDate():31,k=new Date(f,D-1,h),y=new Date(C,g-1,b),v=i=>{if(e.isDisabled)return;const T=B.safeParse(i),Y=i.replace(/[^0-9]/g,"");if(d(i),Y.length<=0)return t("");if(!T.success)return t("NaN");const[U,w,x]=i.split("/").map(Number),M=Date.UTC(x,U-1,w,12,0,0,0);t(String(M))},F=()=>{d(""),t("")};return l(I,{width:"100%",children:l(z,{inputRef:p,variant:"outlined",size:"small",autoComplete:V(e.schema.key),label:l(E,{fieldKey:s}),value:c,onChange:v,error:!(e!=null&&e.isValid),helperText:(o=e.errorMessage)!=null&&o.length?e.errorMessage:e?.description,placeholder:e.schema.characteristics.placeholder,pickerClickOutsideBoundaryElement:u.features.datePickerClickOutsideBoundaryElement,pickerDefaultSelectedDate:new Date("08/01/1989"),minDate:k,maxDate:y,disabled:e.isDisabled,redactYear:a&&((m=(n=u.features.field)==null?void 0:n.dob)==null?void 0:m.redactYear),InputProps:{"data-mask-me":!0,endAdornment:l(R,{fieldKey:s,onClick:F,disabled:e.isDisabled})}})})}export{L as DateInputField};
|
package/dist/components/form/NewOneClickForm/react/ui/fields/input/healthInsurance.field.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";import{useState as v,useRef as x,useCallback as C,createElement as D}from"react";import{Stack as M,Autocomplete as A,TextField as H,Box as O,Avatar as S,Typography as T,InputAdornment as U,IconButton as z}from"@mui/material";import{Close as w}from"@mui/icons-material";import{useQuery as E}from"@tanstack/react-query";import{useDebounceValue as q}from"../../../../../../../hooks/useDebounceValue.mjs";import{MemberIdInput as V}from"../../../../../MemberIdInput.mjs";import{useFormField as j}from"../../../core/field.hook.mjs";import{useOneClickForm as B}from"../../form.context.mjs";import{jsxs as y,jsx as i,Fragment as K}from"react/jsx-runtime";const g=20;function R(m){const{options:a}=B(),s=q(m,300),[p,h]=v([]),[d,f]=v(!0),[t,u]=v(!1),c=x(0),{isLoading:I}=E({queryKey:["insurance-providers",s],queryFn:async({signal:n})=>{var l
|
|
1
|
+
"use strict";import{useState as v,useRef as x,useCallback as C,createElement as D}from"react";import{Stack as M,Autocomplete as A,TextField as H,Box as O,Avatar as S,Typography as T,InputAdornment as U,IconButton as z}from"@mui/material";import{Close as w}from"@mui/icons-material";import{useQuery as E}from"@tanstack/react-query";import{useDebounceValue as q}from"../../../../../../../hooks/useDebounceValue.mjs";import{MemberIdInput as V}from"../../../../../MemberIdInput.mjs";import{useFormField as j}from"../../../core/field.hook.mjs";import{useOneClickForm as B}from"../../form.context.mjs";import{jsxs as y,jsx as i,Fragment as K}from"react/jsx-runtime";const g=20;function R(m){const{options:a}=B(),s=q(m,300),[p,h]=v([]),[d,f]=v(!0),[t,u]=v(!1),c=x(0),{isLoading:I}=E({queryKey:["insurance-providers",s],queryFn:async({signal:n})=>{var o,l;const e=await((l=(o=a.servicePaths).oneClickHealthProviderPayers)==null?void 0:l.call(o,{search:s||void 0,limit:g,skip:0},n))??[];return c.current=e.length,h(e),f(e.length>=g),e},refetchOnMount:!0,enabled:!!a.servicePaths.oneClickHealthProviderPayers}),b=C(async()=>{var n,o;if(!(t||!d)){u(!0);try{const l=await((o=(n=a.servicePaths).oneClickHealthProviderPayers)==null?void 0:o.call(n,{search:s||void 0,limit:g,skip:c.current}))??[];h(e=>[...e,...l]),c.current+=l.length,f(l.length>=g)}finally{u(!1)}}},[t,d,s,a.servicePaths]);return{providers:p,isLoading:I,isLoadingMore:t,hasMore:d,loadMore:b}}function F({children:m}){return y(K,{children:[m," ",i(T,{"data-asterisk":!0,component:"span",color:"error",variant:"subtitle2",sx:{fontSize:"inherit"},children:"\u273D"})]})}function W({fieldKey:m}){const{field:a,setValue:s}=j({key:m}),[p,h]=v(""),{providers:d,isLoading:f,isLoadingMore:t,hasMore:u,loadMore:c}=R(p),I=x(null),b=C(e=>{const r=e.currentTarget;r.scrollTop+r.clientHeight>=r.scrollHeight-50&&u&&!t&&c()},[u,t,c]);if(!a)return null;const n=a.value;if(!n)return null;const o=e=>{s({...n,...e})},l=d.find(e=>e.verifiedId===n.payer.verifiedId)??n.payer;return y(M,{spacing:2,children:[i(A,{fullWidth:!0,disabled:a.isDisabled,options:d,loading:f||t,filterOptions:e=>e,value:l.verifiedId?l:null,inputValue:p,onInputChange:(e,r)=>{h(r)},onChange:(e,r)=>{o(r?{payer:{name:r.name,logoUrl:r.logoUrl,verifiedId:r.verifiedId},memberId:""}:{payer:{name:"",logoUrl:void 0,verifiedId:""},memberId:""})},isOptionEqualToValue:(e,r)=>!!e&&!!r&&e.verifiedId===r.verifiedId,getOptionLabel:e=>e.name,ListboxProps:{ref:I,onScroll:b},renderOption:(e,r)=>{var P,k;return D(O,{component:"li",...e,key:r.verifiedId},y(M,{direction:"row",spacing:1.5,alignItems:"center",children:[i(S,{src:r.logoUrl??void 0,alt:(P=r.name[0])==null?void 0:P.toUpperCase(),sx:{width:32,height:32,bgcolor:"primary.main"},slotProps:{img:{onError:L=>{L.currentTarget.style.display="none"}}},children:(k=r.name[0])==null?void 0:k.toUpperCase()}),i(T,{sx:{textAlign:"left"},children:r.name})]}))},renderInput:e=>i(H,{...e,label:i(F,{children:"Insurer"}),helperText:"The company that provides your health insurance",placeholder:"Search...",size:"small",InputLabelProps:{shrink:!0},InputProps:{...e.InputProps,"data-mask-me":!0,endAdornment:e.InputProps.endAdornment}})}),i(V,{fullWidth:!0,label:i(F,{children:"Member ID"}),placeholder:"Enter member ID",size:"small",disabled:a.isDisabled,value:n.memberId,onChange:e=>o({memberId:e.target.value}),helperText:"From your health insurance ID card",InputProps:{"data-mask-me":!0,endAdornment:n.memberId?i(U,{position:"end",children:i(z,{tabIndex:-1,"aria-label":"clear member id",edge:"end",size:"small",disabled:a.isDisabled,onClick:()=>o({memberId:""}),children:i(w,{fontSize:"small"})})}):null}})]})}export{W as HealthInsuranceInputField};
|
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
import { FormField } from '../../../core/form';
|
|
2
|
+
import { OneClickFormOptions } from '../form.context';
|
|
2
3
|
/**
|
|
3
4
|
* Makes attributes for a field.
|
|
4
5
|
* @param field The field to make attributes for.
|
|
5
6
|
* @returns The attributes for the field.
|
|
6
7
|
*/
|
|
7
|
-
export declare const makeAttributes: ({ userPrivacyEnabled, field, fieldKey, }: {
|
|
8
|
+
export declare const makeAttributes: ({ userPrivacyEnabled, field, fieldKey, options, }: {
|
|
8
9
|
userPrivacyEnabled?: boolean;
|
|
9
10
|
field: FormField | undefined;
|
|
10
11
|
fieldKey: string;
|
|
12
|
+
options: OneClickFormOptions;
|
|
11
13
|
}) => {
|
|
12
14
|
role: string;
|
|
13
15
|
'aria-label': string | undefined;
|
|
14
16
|
'data-testid': string;
|
|
15
|
-
'data-verified-sdk-field-value':
|
|
17
|
+
'data-verified-sdk-field-value': ReturnType<typeof getFieldValue>;
|
|
16
18
|
};
|
|
17
19
|
/**
|
|
18
20
|
* Returns the autocomplete attribute value based on the type of the field.
|
|
@@ -25,4 +27,34 @@ export declare function getAutoCompleteAttributeValue(key: string): "off" | "tel
|
|
|
25
27
|
* @param field The field to get the value from.
|
|
26
28
|
* @returns The value or display value of the field.
|
|
27
29
|
*/
|
|
28
|
-
export declare const getFieldValue: (field: FormField) =>
|
|
30
|
+
export declare const getFieldValue: (field: FormField, options: OneClickFormOptions) => string | {
|
|
31
|
+
memberId: string;
|
|
32
|
+
payer: {
|
|
33
|
+
name: string;
|
|
34
|
+
verifiedId: string;
|
|
35
|
+
logoUrl?: string | null | undefined;
|
|
36
|
+
};
|
|
37
|
+
id?: number | undefined;
|
|
38
|
+
} | {
|
|
39
|
+
firstName?: string | undefined;
|
|
40
|
+
lastName?: string | undefined;
|
|
41
|
+
middleName?: string | undefined;
|
|
42
|
+
} | {
|
|
43
|
+
line1?: string | undefined;
|
|
44
|
+
line2?: string | undefined;
|
|
45
|
+
city?: string | undefined;
|
|
46
|
+
state?: string | undefined;
|
|
47
|
+
country?: string | undefined;
|
|
48
|
+
zipCode?: string | undefined;
|
|
49
|
+
} | {
|
|
50
|
+
documentNumber?: string | undefined;
|
|
51
|
+
issuanceState?: string | undefined;
|
|
52
|
+
issuanceDate?: string | undefined;
|
|
53
|
+
expirationDate?: string | undefined;
|
|
54
|
+
address?: undefined;
|
|
55
|
+
} | null | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* Get the display value for a field, applying feature-flag-driven
|
|
58
|
+
* transformations (e.g. year redaction for DOB).
|
|
59
|
+
*/
|
|
60
|
+
export declare const getFieldDisplayValue: (field: FormField, options: OneClickFormOptions) => string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";import{credentialKeys as a}from"../../../core/fields/index.mjs";import{fieldInputTypes as
|
|
1
|
+
"use strict";import{credentialKeys as a}from"../../../core/fields/index.mjs";import{fieldInputTypes as o}from"../../../core/fields/constants.mjs";const c=({userPrivacyEnabled:e,field:t,fieldKey:i,options:l})=>{const s={role:"region","aria-label":t?.schema.characteristics.label,"data-testid":t?.schema.characteristics.inputType===o.composite?`data-field-composite-${i}`:`data-field-atomic-${i}`,"data-verified-sdk-field-value":void 0};return e||(s["data-verified-sdk-field-value"]=t?d(t,l):void 0),s};function n(e){return e===a.firstName?"given-name":e===a.lastName?"family-name":e===a.phone?"tel":e===a.address?"street-address address-level2 address-level1 postal-code":e===a.line2?"address-line2":"off"}const d=(e,t)=>{if(!(typeof e.value=="object"&&e.schema.key!==a.address&&e.schema.key!==a.healthInsurance))return e.schema.key===a.state||e.schema.key===a.issuanceState||e.schema.key===a.birthDate||e.schema.key===a.expirationDate||e.schema.key===a.issuanceDate?e.value:r(e,t)},r=(e,t)=>{var i,l;const s=e.displayValue;return(l=(i=t.features.field)==null?void 0:i.dob)!=null&&l.redactYear&&e.schema.key===a.birthDate&&typeof s=="string"?s.replace(/\/\d{4}$/,"/\u2022\u2022\u2022\u2022"):s};export{n as getAutoCompleteAttributeValue,r as getFieldDisplayValue,d as getFieldValue,c as makeAttributes};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";import{Stack as l,Typography as
|
|
1
|
+
"use strict";import{Stack as l,Typography as a}from"@mui/material";import{useFormField as o}from"../../core/field.hook.mjs";import{makeAttributes as x,getFieldDisplayValue as b}from"./shared.mjs";import{useOneClickForm as c}from"../form.context.mjs";import{jsx as t,jsxs as f}from"react/jsx-runtime";function p({label:e,sx:i}){return t(l,{sx:{flexShrink:0,alignItems:"flex-start",justifyContent:"flex-start",width:100,mt:.7,...i},children:t(a,{component:"span",variant:"subtitle2",textTransform:"uppercase",color:"text.primary",sx:{position:"relative",fontSize:12,fontWeight:700,textAlign:"left",alignSelf:"flex-start",letterSpacing:1},children:e})})}function d({fieldKey:e,label:i,sx:n}){const{fieldProps:r}=o({key:e}),s=i??r.label;return t(p,{label:s,sx:n})}function g({fieldKey:e}){const{field:i}=o({key:e}),{options:n}=c();if(!i)return null;const r=b(i,n);return t(a,{"data-mask-me":!0,variant:"body1",sx:{fontSize:20,fontWeight:300,wordBreak:"break-word",textAlign:"left"},children:r||(i!=null&&i.isRequired?null:"-")})}function u({description:e}){return t(a,{variant:"body1",color:"text.secondary",sx:{fontSize:12,fontWeight:400,wordBreak:"break-word",mt:.5,mr:1.75,textAlign:"left"},children:e})}function y({fieldKey:e,description:i}){const{fieldProps:n}=o({key:e}),r=i??n.description;return r?t(u,{description:r}):null}function m({fieldKey:e,children:i,spacing:n}){const r=c(),{field:s}=o({key:e}),h=x({userPrivacyEnabled:r.options.features.enableUserPrivacy,field:s,fieldKey:e,options:r.options});return t(l,{component:"section",...h,spacing:n,style:{width:"100%"},children:i})}function k({fieldKey:e,children:i}){return t(m,{fieldKey:e,children:f(l,{direction:"row",width:"100%",children:[t(d,{fieldKey:e}),t(l,{direction:"column",children:i})]})})}function F({fieldKey:e,description:i}){return f(l,{children:[t(d,{fieldKey:e,sx:{width:"100%",mt:0}}),t(y,{fieldKey:e,description:i})]})}function w({children:e,spacing:i,sx:n}){return t(l,{spacing:i,sx:{pl:2,borderLeftWidth:1,borderLeftColor:"neutral.main",borderLeftStyle:"solid",...n},children:e})}export{y as FieldDescription,u as FieldDescriptionBase,d as FieldLabel,p as FieldLabelBase,k as FieldRow,m as FieldRowContainer,w as FieldSectionContent,F as FieldSectionTitle,g as FieldValue};
|
|
@@ -8,6 +8,12 @@ type OneClickOptionFeatures = {
|
|
|
8
8
|
editMode?: {
|
|
9
9
|
hide?: boolean;
|
|
10
10
|
};
|
|
11
|
+
field?: {
|
|
12
|
+
dob?: {
|
|
13
|
+
/** When true, masks the year portion of the DOB field as ••••. */
|
|
14
|
+
redactYear?: boolean;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
11
17
|
};
|
|
12
18
|
type OneClickOptionServicePaths = {
|
|
13
19
|
googlePlacesAutocompletePlaces?: (input: string, signal?: AbortSignal) => Promise<unknown>;
|