@regulaforensics/ui-components 8.2.510-rc → 8.2.511-nightly
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/core/index.cjs +15 -41
- package/dist/core/index.css +2 -2
- package/dist/core/index.js +24340 -27386
- package/dist/index.d.ts +6 -0
- package/dist/main/index.cjs +15 -41
- package/dist/main/index.css +2 -2
- package/dist/main/index.js +24340 -27386
- package/package.json +27 -30
package/dist/index.d.ts
CHANGED
|
@@ -3,8 +3,10 @@ import { eRfidApplicationType } from '@regulaforensics/document-reader-typings';
|
|
|
3
3
|
import { FC } from 'react';
|
|
4
4
|
import { ForwardRefExoticComponent } from 'react';
|
|
5
5
|
import { HTMLAttributes } from 'react';
|
|
6
|
+
import { iRImageQuality } from '@regulaforensics/document-reader-typings';
|
|
6
7
|
import { iRLocation } from '@regulaforensics/document-reader-typings';
|
|
7
8
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
9
|
+
import { RAuthenticityCheckGroupsItem } from '@regulaforensics/document-reader-typings';
|
|
8
10
|
import { ReactNode } from 'react';
|
|
9
11
|
import { RefAttributes } from 'react';
|
|
10
12
|
import { TDetectResponse } from '@regulaforensics/facesdk-webclient';
|
|
@@ -90,6 +92,8 @@ declare const FaceImageQualityLabel: FC<iFaceImageQualityLabelProps>;
|
|
|
90
92
|
|
|
91
93
|
declare const getAuthenticityLabel: (input: any) => string | number;
|
|
92
94
|
|
|
95
|
+
export declare const getAuthenticityOpenFields: (authenticity: RAuthenticityCheckGroupsItem[]) => Set<string>;
|
|
96
|
+
|
|
93
97
|
declare const getAuthenticityTextCheckReference: (input: any) => string | number;
|
|
94
98
|
|
|
95
99
|
declare const getCheckDiagnose: (input: any) => string | number;
|
|
@@ -106,6 +110,8 @@ declare const getGroupDescription: (input: any) => string;
|
|
|
106
110
|
|
|
107
111
|
declare const getImageQualityCheckTypeLabel: (input: any) => string | number;
|
|
108
112
|
|
|
113
|
+
export declare const getImageQualityOpenFields: (imageQuality: iRImageQuality[]) => Set<string>;
|
|
114
|
+
|
|
109
115
|
declare const getIRVisibilityStatus: (input: any) => string | number;
|
|
110
116
|
|
|
111
117
|
declare const getLCID: (input: any) => string | number;
|