@regulaforensics/ionic-native-document-reader 9.3.417-beta → 9.3.419-beta
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/example/package.json +1 -1
- package/index.d.ts +3 -0
- package/index.js +4 -1
- package/ngx/index.d.ts +3 -0
- package/ngx/index.js +4 -1
- package/package.json +1 -1
- package/reactExample/package.json +1 -1
package/ngx/index.d.ts
CHANGED
|
@@ -962,6 +962,9 @@ export declare class Customization {
|
|
|
962
962
|
colors?: CustomizationColors;
|
|
963
963
|
fonts?: CustomizationFonts;
|
|
964
964
|
images?: CustomizationImages;
|
|
965
|
+
timings?: CustomizationTimings;
|
|
966
|
+
contentModes?: CustomizationContentModes;
|
|
967
|
+
matrices?: CustomizationMatrices;
|
|
965
968
|
static fromJson(jsonObject?: any): Customization | undefined;
|
|
966
969
|
}
|
|
967
970
|
export declare class EDLDataGroups {
|