@regulaforensics/ui-components 0.0.17 → 0.0.18
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/index.d.ts +33 -7
- package/dist/index.js +22944 -17467
- package/dist/style.css +1 -1
- package/package.json +25 -22
package/dist/index.d.ts
CHANGED
|
@@ -40,8 +40,6 @@ declare const Download: FC<IDownloadProps>;
|
|
|
40
40
|
|
|
41
41
|
declare const Eye: FC<IEyeProps>;
|
|
42
42
|
|
|
43
|
-
declare const FieldName: FC<iFieldNameProps>;
|
|
44
|
-
|
|
45
43
|
declare const getAuthenticity: (input: any) => string;
|
|
46
44
|
|
|
47
45
|
declare const getAuthenticityLabel: (input: any) => string;
|
|
@@ -50,10 +48,12 @@ declare const getCheckDiagnose: (input: any) => string;
|
|
|
50
48
|
|
|
51
49
|
declare const getCheckResultVerification: (input: any) => string;
|
|
52
50
|
|
|
53
|
-
declare const
|
|
51
|
+
declare const getGraphicFieldType: (input: any) => string;
|
|
54
52
|
|
|
55
53
|
declare const getImageQualityCheckTypeLabel: (input: any) => string;
|
|
56
54
|
|
|
55
|
+
declare const getLCID: (input: any) => string;
|
|
56
|
+
|
|
57
57
|
declare const getLightsLabel: (input: any) => string;
|
|
58
58
|
|
|
59
59
|
declare const getOpticalStatusField: (input: any) => string;
|
|
@@ -70,7 +70,11 @@ declare const getSource: (input: any) => string;
|
|
|
70
70
|
|
|
71
71
|
declare const getSourceDescription: (input: any) => string;
|
|
72
72
|
|
|
73
|
-
|
|
73
|
+
declare const getVisualFieldType: (input: any) => string;
|
|
74
|
+
|
|
75
|
+
declare const GraphicFieldType: FC<iGraphicFieldTypeProps>;
|
|
76
|
+
|
|
77
|
+
export declare const Graphics: () => JSX_2.Element | null;
|
|
74
78
|
|
|
75
79
|
declare interface IAboutProps {
|
|
76
80
|
additionalFields?: Array<{
|
|
@@ -162,7 +166,7 @@ declare interface IEyeProps extends HTMLAttributes<HTMLSpanElement> {
|
|
|
162
166
|
fillColor?: string;
|
|
163
167
|
}
|
|
164
168
|
|
|
165
|
-
declare interface
|
|
169
|
+
declare interface iGraphicFieldTypeProps {
|
|
166
170
|
children: ReactNode;
|
|
167
171
|
}
|
|
168
172
|
|
|
@@ -211,6 +215,10 @@ declare interface IJsonViewerProps {
|
|
|
211
215
|
data: any;
|
|
212
216
|
}
|
|
213
217
|
|
|
218
|
+
declare interface iLcidProps {
|
|
219
|
+
children: ReactNode;
|
|
220
|
+
}
|
|
221
|
+
|
|
214
222
|
declare interface iLightsLabelProps {
|
|
215
223
|
children: ReactNode;
|
|
216
224
|
}
|
|
@@ -234,8 +242,8 @@ declare interface IMatch extends FC {
|
|
|
234
242
|
getCheckDiagnose: typeof getCheckDiagnose;
|
|
235
243
|
CheckResultVerification: typeof CheckResultVerification;
|
|
236
244
|
getCheckResultVerification: typeof getCheckResultVerification;
|
|
237
|
-
|
|
238
|
-
|
|
245
|
+
GraphicFieldType: typeof GraphicFieldType;
|
|
246
|
+
getGraphicFieldType: typeof getGraphicFieldType;
|
|
239
247
|
ImageQualityCheckTypeLabel: typeof ImageQualityCheckTypeLabel;
|
|
240
248
|
getImageQualityCheckTypeLabel: typeof getImageQualityCheckTypeLabel;
|
|
241
249
|
LightsLabel: typeof LightsLabel;
|
|
@@ -254,6 +262,10 @@ declare interface IMatch extends FC {
|
|
|
254
262
|
getPortraitComparisonSource: typeof getPortraitComparisonSource;
|
|
255
263
|
SourceDescription: typeof SourceDescription;
|
|
256
264
|
getSourceDescription: typeof getSourceDescription;
|
|
265
|
+
VisualFieldType: typeof VisualFieldType;
|
|
266
|
+
getVisualFieldType: typeof getVisualFieldType;
|
|
267
|
+
LCID: typeof LCID;
|
|
268
|
+
getLCID: typeof getLCID;
|
|
257
269
|
}
|
|
258
270
|
|
|
259
271
|
declare interface IMenuProps extends HTMLAttributes<HTMLSpanElement> {
|
|
@@ -294,6 +306,10 @@ declare interface iRfidDataFileTypeProps {
|
|
|
294
306
|
children: ReactNode;
|
|
295
307
|
}
|
|
296
308
|
|
|
309
|
+
declare interface IScrollProps extends HTMLAttributes<HTMLDivElement> {
|
|
310
|
+
maxHeight?: number;
|
|
311
|
+
}
|
|
312
|
+
|
|
297
313
|
declare interface iSecurityFeatureTypeLabelProps {
|
|
298
314
|
children: ReactNode;
|
|
299
315
|
}
|
|
@@ -354,6 +370,10 @@ declare interface IVerifiedProps extends HTMLAttributes<HTMLSpanElement> {
|
|
|
354
370
|
fillColor?: string;
|
|
355
371
|
}
|
|
356
372
|
|
|
373
|
+
declare interface iVisualFieldTypeProps {
|
|
374
|
+
children: ReactNode;
|
|
375
|
+
}
|
|
376
|
+
|
|
357
377
|
declare interface IWarningProps extends HTMLAttributes<HTMLSpanElement> {
|
|
358
378
|
size?: number;
|
|
359
379
|
fillColor?: string;
|
|
@@ -366,6 +386,8 @@ declare interface IZipProps extends HTMLAttributes<HTMLSpanElement> {
|
|
|
366
386
|
|
|
367
387
|
export declare const JsonViewer: FC<IJsonViewerProps>;
|
|
368
388
|
|
|
389
|
+
declare const LCID: FC<iLcidProps>;
|
|
390
|
+
|
|
369
391
|
declare const LightsLabel: FC<iLightsLabelProps>;
|
|
370
392
|
|
|
371
393
|
export declare const Logs: () => JSX_2.Element | null;
|
|
@@ -402,6 +424,8 @@ export declare const Rfid: () => JSX_2.Element | null;
|
|
|
402
424
|
|
|
403
425
|
declare const RfidDataFileType: FC<iRfidDataFileTypeProps>;
|
|
404
426
|
|
|
427
|
+
export declare const Scroll: FC<IScrollProps>;
|
|
428
|
+
|
|
405
429
|
declare const SecurityFeatureTypeLabel: FC<iSecurityFeatureTypeLabelProps>;
|
|
406
430
|
|
|
407
431
|
declare const Sex: FC<iSexProps>;
|
|
@@ -433,6 +457,8 @@ export declare const Verifications: () => JSX_2.Element | null;
|
|
|
433
457
|
|
|
434
458
|
declare const Verified: FC<IVerifiedProps>;
|
|
435
459
|
|
|
460
|
+
declare const VisualFieldType: FC<iVisualFieldTypeProps>;
|
|
461
|
+
|
|
436
462
|
declare const Warning: FC<IWarningProps>;
|
|
437
463
|
|
|
438
464
|
declare const Zip: FC<IZipProps>;
|