@vpdev2/metakyc-sdk 1.0.39 → 1.0.40
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/CreateApplicantForm.d.ts +0 -6
- package/dist/components/CreateApplicantForm.d.ts.map +1 -1
- package/dist/index.cjs +22 -22
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1816 -1657
- package/dist/index.js.map +1 -1
- package/dist/services/theme.service.d.ts.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/theme/theme-manager.d.ts.map +1 -1
- package/dist/types/form-config.d.ts +37 -16
- package/dist/types/form-config.d.ts.map +1 -1
- package/dist/types/theme.d.ts +3 -0
- package/dist/types/theme.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
|
|
3
3
|
export interface CreateApplicantFormProps {
|
|
4
|
-
/** Workflow key for this applicant. If not provided, uses config.applicantForm.workflowKey */
|
|
5
4
|
workflowKey?: string;
|
|
6
|
-
/** External reference ID. If not provided, uses config.applicantForm.externalRefId */
|
|
7
5
|
externalRefId?: string;
|
|
8
6
|
onSuccess: (applicantId: number) => void;
|
|
9
7
|
onCancel?: () => void;
|
|
10
8
|
}
|
|
11
|
-
/**
|
|
12
|
-
* Dynamic Create Applicant Form Component
|
|
13
|
-
* Renders only the fields specified in config.applicantForm.visibleFields
|
|
14
|
-
*/
|
|
15
9
|
export declare const CreateApplicantForm: React.FC<CreateApplicantFormProps>;
|
|
16
10
|
//# sourceMappingURL=CreateApplicantForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateApplicantForm.d.ts","sourceRoot":"","sources":["../../src/components/CreateApplicantForm.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"CreateApplicantForm.d.ts","sourceRoot":"","sources":["../../src/components/CreateApplicantForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAYpE,MAAM,WAAW,wBAAwB;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB;AAYD,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAwkBlE,CAAC"}
|