@opencrvs/toolkit 1.8.1-rc.38945e7 → 1.8.1-rc.38ac682

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.
@@ -948,6 +948,37 @@ export declare function getDeclarationPages(configuration: EventConfig): {
948
948
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
949
949
  hideLabel?: boolean | undefined;
950
950
  uncorrectable?: boolean | undefined;
951
+ } | {
952
+ type: "PRINT_BUTTON";
953
+ id: string;
954
+ label: import("./TranslationConfig").TranslationConfig;
955
+ configuration: {
956
+ template: string;
957
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
958
+ };
959
+ parent?: {
960
+ $$field: string;
961
+ } | undefined;
962
+ validation?: {
963
+ message: import("./TranslationConfig").TranslationConfig;
964
+ validator: import(".").JSONSchema;
965
+ }[] | undefined;
966
+ required?: boolean | undefined;
967
+ conditionals?: ({
968
+ type: "SHOW";
969
+ conditional: import(".").JSONSchema;
970
+ } | {
971
+ type: "ENABLE";
972
+ conditional: import(".").JSONSchema;
973
+ } | {
974
+ type: "DISPLAY_ON_REVIEW";
975
+ conditional: import(".").JSONSchema;
976
+ })[] | undefined;
977
+ secured?: boolean | undefined;
978
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
979
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
980
+ hideLabel?: boolean | undefined;
981
+ uncorrectable?: boolean | undefined;
951
982
  })[];
952
983
  conditional?: import(".").JSONSchema | undefined;
953
984
  }[];
@@ -1891,6 +1922,37 @@ export declare function getDeclaration(configuration: EventConfig): {
1891
1922
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1892
1923
  hideLabel?: boolean | undefined;
1893
1924
  uncorrectable?: boolean | undefined;
1925
+ } | {
1926
+ type: "PRINT_BUTTON";
1927
+ id: string;
1928
+ label: import("./TranslationConfig").TranslationConfig;
1929
+ configuration: {
1930
+ template: string;
1931
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
1932
+ };
1933
+ parent?: {
1934
+ $$field: string;
1935
+ } | undefined;
1936
+ validation?: {
1937
+ message: import("./TranslationConfig").TranslationConfig;
1938
+ validator: import(".").JSONSchema;
1939
+ }[] | undefined;
1940
+ required?: boolean | undefined;
1941
+ conditionals?: ({
1942
+ type: "SHOW";
1943
+ conditional: import(".").JSONSchema;
1944
+ } | {
1945
+ type: "ENABLE";
1946
+ conditional: import(".").JSONSchema;
1947
+ } | {
1948
+ type: "DISPLAY_ON_REVIEW";
1949
+ conditional: import(".").JSONSchema;
1950
+ })[] | undefined;
1951
+ secured?: boolean | undefined;
1952
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1953
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1954
+ hideLabel?: boolean | undefined;
1955
+ uncorrectable?: boolean | undefined;
1894
1956
  })[];
1895
1957
  conditional?: import(".").JSONSchema | undefined;
1896
1958
  }[];
@@ -2833,6 +2895,37 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
2833
2895
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2834
2896
  hideLabel?: boolean | undefined;
2835
2897
  uncorrectable?: boolean | undefined;
2898
+ } | {
2899
+ type: "PRINT_BUTTON";
2900
+ id: string;
2901
+ label: import("./TranslationConfig").TranslationConfig;
2902
+ configuration: {
2903
+ template: string;
2904
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
2905
+ };
2906
+ parent?: {
2907
+ $$field: string;
2908
+ } | undefined;
2909
+ validation?: {
2910
+ message: import("./TranslationConfig").TranslationConfig;
2911
+ validator: import(".").JSONSchema;
2912
+ }[] | undefined;
2913
+ required?: boolean | undefined;
2914
+ conditionals?: ({
2915
+ type: "SHOW";
2916
+ conditional: import(".").JSONSchema;
2917
+ } | {
2918
+ type: "ENABLE";
2919
+ conditional: import(".").JSONSchema;
2920
+ } | {
2921
+ type: "DISPLAY_ON_REVIEW";
2922
+ conditional: import(".").JSONSchema;
2923
+ })[] | undefined;
2924
+ secured?: boolean | undefined;
2925
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2926
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2927
+ hideLabel?: boolean | undefined;
2928
+ uncorrectable?: boolean | undefined;
2836
2929
  })[];
2837
2930
  conditional?: import(".").JSONSchema | undefined;
2838
2931
  } | {
@@ -3785,6 +3878,37 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
3785
3878
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3786
3879
  hideLabel?: boolean | undefined;
3787
3880
  uncorrectable?: boolean | undefined;
3881
+ } | {
3882
+ type: "PRINT_BUTTON";
3883
+ id: string;
3884
+ label: import("./TranslationConfig").TranslationConfig;
3885
+ configuration: {
3886
+ template: string;
3887
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
3888
+ };
3889
+ parent?: {
3890
+ $$field: string;
3891
+ } | undefined;
3892
+ validation?: {
3893
+ message: import("./TranslationConfig").TranslationConfig;
3894
+ validator: import(".").JSONSchema;
3895
+ }[] | undefined;
3896
+ required?: boolean | undefined;
3897
+ conditionals?: ({
3898
+ type: "SHOW";
3899
+ conditional: import(".").JSONSchema;
3900
+ } | {
3901
+ type: "ENABLE";
3902
+ conditional: import(".").JSONSchema;
3903
+ } | {
3904
+ type: "DISPLAY_ON_REVIEW";
3905
+ conditional: import(".").JSONSchema;
3906
+ })[] | undefined;
3907
+ secured?: boolean | undefined;
3908
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3909
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3910
+ hideLabel?: boolean | undefined;
3911
+ uncorrectable?: boolean | undefined;
3788
3912
  })[];
3789
3913
  conditional?: import(".").JSONSchema | undefined;
3790
3914
  })[];
@@ -4722,6 +4846,37 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
4722
4846
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4723
4847
  hideLabel?: boolean | undefined;
4724
4848
  uncorrectable?: boolean | undefined;
4849
+ } | {
4850
+ type: "PRINT_BUTTON";
4851
+ id: string;
4852
+ label: import("./TranslationConfig").TranslationConfig;
4853
+ configuration: {
4854
+ template: string;
4855
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
4856
+ };
4857
+ parent?: {
4858
+ $$field: string;
4859
+ } | undefined;
4860
+ validation?: {
4861
+ message: import("./TranslationConfig").TranslationConfig;
4862
+ validator: import(".").JSONSchema;
4863
+ }[] | undefined;
4864
+ required?: boolean | undefined;
4865
+ conditionals?: ({
4866
+ type: "SHOW";
4867
+ conditional: import(".").JSONSchema;
4868
+ } | {
4869
+ type: "ENABLE";
4870
+ conditional: import(".").JSONSchema;
4871
+ } | {
4872
+ type: "DISPLAY_ON_REVIEW";
4873
+ conditional: import(".").JSONSchema;
4874
+ })[] | undefined;
4875
+ secured?: boolean | undefined;
4876
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4877
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4878
+ hideLabel?: boolean | undefined;
4879
+ uncorrectable?: boolean | undefined;
4725
4880
  })[];
4726
4881
  export declare function getAllUniqueFields(eventConfig: EventConfig): import("./FieldConfig").Inferred[];
4727
4882
  export declare function getDeclarationFieldById(config: EventConfig, fieldId: string): FieldConfig;
@@ -5665,6 +5820,37 @@ export declare function getActionReview(configuration: EventConfig, actionType:
5665
5820
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5666
5821
  hideLabel?: boolean | undefined;
5667
5822
  uncorrectable?: boolean | undefined;
5823
+ } | {
5824
+ type: "PRINT_BUTTON";
5825
+ id: string;
5826
+ label: import("./TranslationConfig").TranslationConfig;
5827
+ configuration: {
5828
+ template: string;
5829
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
5830
+ };
5831
+ parent?: {
5832
+ $$field: string;
5833
+ } | undefined;
5834
+ validation?: {
5835
+ message: import("./TranslationConfig").TranslationConfig;
5836
+ validator: import(".").JSONSchema;
5837
+ }[] | undefined;
5838
+ required?: boolean | undefined;
5839
+ conditionals?: ({
5840
+ type: "SHOW";
5841
+ conditional: import(".").JSONSchema;
5842
+ } | {
5843
+ type: "ENABLE";
5844
+ conditional: import(".").JSONSchema;
5845
+ } | {
5846
+ type: "DISPLAY_ON_REVIEW";
5847
+ conditional: import(".").JSONSchema;
5848
+ })[] | undefined;
5849
+ secured?: boolean | undefined;
5850
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5851
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5852
+ hideLabel?: boolean | undefined;
5853
+ uncorrectable?: boolean | undefined;
5668
5854
  })[];
5669
5855
  };
5670
5856
  export declare function getActionReviewFields(configuration: EventConfig, actionType: DeclarationActionType): ({
@@ -6601,6 +6787,37 @@ export declare function getActionReviewFields(configuration: EventConfig, action
6601
6787
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6602
6788
  hideLabel?: boolean | undefined;
6603
6789
  uncorrectable?: boolean | undefined;
6790
+ } | {
6791
+ type: "PRINT_BUTTON";
6792
+ id: string;
6793
+ label: import("./TranslationConfig").TranslationConfig;
6794
+ configuration: {
6795
+ template: string;
6796
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
6797
+ };
6798
+ parent?: {
6799
+ $$field: string;
6800
+ } | undefined;
6801
+ validation?: {
6802
+ message: import("./TranslationConfig").TranslationConfig;
6803
+ validator: import(".").JSONSchema;
6804
+ }[] | undefined;
6805
+ required?: boolean | undefined;
6806
+ conditionals?: ({
6807
+ type: "SHOW";
6808
+ conditional: import(".").JSONSchema;
6809
+ } | {
6810
+ type: "ENABLE";
6811
+ conditional: import(".").JSONSchema;
6812
+ } | {
6813
+ type: "DISPLAY_ON_REVIEW";
6814
+ conditional: import(".").JSONSchema;
6815
+ })[] | undefined;
6816
+ secured?: boolean | undefined;
6817
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6818
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6819
+ hideLabel?: boolean | undefined;
6820
+ uncorrectable?: boolean | undefined;
6604
6821
  })[];
6605
6822
  export declare function isPageVisible(page: PageConfig, formValues: ActionUpdate): boolean;
6606
6823
  export declare function omitHiddenFields<T extends EventState | ActionUpdate>(fields: FieldConfig[], values: T, visibleVerificationPageIds?: string[]): Partial<T>;
@@ -7809,6 +8026,37 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
7809
8026
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7810
8027
  hideLabel?: boolean | undefined;
7811
8028
  uncorrectable?: boolean | undefined;
8029
+ } | {
8030
+ type: "PRINT_BUTTON";
8031
+ id: string;
8032
+ label: import("./TranslationConfig").TranslationConfig;
8033
+ configuration: {
8034
+ template: string;
8035
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
8036
+ };
8037
+ parent?: {
8038
+ $$field: string;
8039
+ } | undefined;
8040
+ validation?: {
8041
+ message: import("./TranslationConfig").TranslationConfig;
8042
+ validator: import(".").JSONSchema;
8043
+ }[] | undefined;
8044
+ required?: boolean | undefined;
8045
+ conditionals?: ({
8046
+ type: "SHOW";
8047
+ conditional: import(".").JSONSchema;
8048
+ } | {
8049
+ type: "ENABLE";
8050
+ conditional: import(".").JSONSchema;
8051
+ } | {
8052
+ type: "DISPLAY_ON_REVIEW";
8053
+ conditional: import(".").JSONSchema;
8054
+ })[] | undefined;
8055
+ secured?: boolean | undefined;
8056
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8057
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8058
+ hideLabel?: boolean | undefined;
8059
+ uncorrectable?: boolean | undefined;
7812
8060
  })[];
7813
8061
  conditional?: import(".").JSONSchema | undefined;
7814
8062
  }[];
@@ -8759,6 +9007,37 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
8759
9007
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8760
9008
  hideLabel?: boolean | undefined;
8761
9009
  uncorrectable?: boolean | undefined;
9010
+ } | {
9011
+ type: "PRINT_BUTTON";
9012
+ id: string;
9013
+ label: import("./TranslationConfig").TranslationConfig;
9014
+ configuration: {
9015
+ template: string;
9016
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
9017
+ };
9018
+ parent?: {
9019
+ $$field: string;
9020
+ } | undefined;
9021
+ validation?: {
9022
+ message: import("./TranslationConfig").TranslationConfig;
9023
+ validator: import(".").JSONSchema;
9024
+ }[] | undefined;
9025
+ required?: boolean | undefined;
9026
+ conditionals?: ({
9027
+ type: "SHOW";
9028
+ conditional: import(".").JSONSchema;
9029
+ } | {
9030
+ type: "ENABLE";
9031
+ conditional: import(".").JSONSchema;
9032
+ } | {
9033
+ type: "DISPLAY_ON_REVIEW";
9034
+ conditional: import(".").JSONSchema;
9035
+ })[] | undefined;
9036
+ secured?: boolean | undefined;
9037
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
9038
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
9039
+ hideLabel?: boolean | undefined;
9040
+ uncorrectable?: boolean | undefined;
8762
9041
  })[];
8763
9042
  };
8764
9043
  draft?: boolean | undefined;
@@ -9708,6 +9987,37 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
9708
9987
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
9709
9988
  hideLabel?: boolean | undefined;
9710
9989
  uncorrectable?: boolean | undefined;
9990
+ } | {
9991
+ type: "PRINT_BUTTON";
9992
+ id: string;
9993
+ label: import("./TranslationConfig").TranslationConfig;
9994
+ configuration: {
9995
+ template: string;
9996
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
9997
+ };
9998
+ parent?: {
9999
+ $$field: string;
10000
+ } | undefined;
10001
+ validation?: {
10002
+ message: import("./TranslationConfig").TranslationConfig;
10003
+ validator: import(".").JSONSchema;
10004
+ }[] | undefined;
10005
+ required?: boolean | undefined;
10006
+ conditionals?: ({
10007
+ type: "SHOW";
10008
+ conditional: import(".").JSONSchema;
10009
+ } | {
10010
+ type: "ENABLE";
10011
+ conditional: import(".").JSONSchema;
10012
+ } | {
10013
+ type: "DISPLAY_ON_REVIEW";
10014
+ conditional: import(".").JSONSchema;
10015
+ })[] | undefined;
10016
+ secured?: boolean | undefined;
10017
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
10018
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
10019
+ hideLabel?: boolean | undefined;
10020
+ uncorrectable?: boolean | undefined;
9711
10021
  })[];
9712
10022
  };
9713
10023
  draft?: boolean | undefined;
@@ -10657,6 +10967,37 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
10657
10967
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
10658
10968
  hideLabel?: boolean | undefined;
10659
10969
  uncorrectable?: boolean | undefined;
10970
+ } | {
10971
+ type: "PRINT_BUTTON";
10972
+ id: string;
10973
+ label: import("./TranslationConfig").TranslationConfig;
10974
+ configuration: {
10975
+ template: string;
10976
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
10977
+ };
10978
+ parent?: {
10979
+ $$field: string;
10980
+ } | undefined;
10981
+ validation?: {
10982
+ message: import("./TranslationConfig").TranslationConfig;
10983
+ validator: import(".").JSONSchema;
10984
+ }[] | undefined;
10985
+ required?: boolean | undefined;
10986
+ conditionals?: ({
10987
+ type: "SHOW";
10988
+ conditional: import(".").JSONSchema;
10989
+ } | {
10990
+ type: "ENABLE";
10991
+ conditional: import(".").JSONSchema;
10992
+ } | {
10993
+ type: "DISPLAY_ON_REVIEW";
10994
+ conditional: import(".").JSONSchema;
10995
+ })[] | undefined;
10996
+ secured?: boolean | undefined;
10997
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
10998
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
10999
+ hideLabel?: boolean | undefined;
11000
+ uncorrectable?: boolean | undefined;
10660
11001
  })[];
10661
11002
  };
10662
11003
  draft?: boolean | undefined;
@@ -11606,6 +11947,37 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
11606
11947
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
11607
11948
  hideLabel?: boolean | undefined;
11608
11949
  uncorrectable?: boolean | undefined;
11950
+ } | {
11951
+ type: "PRINT_BUTTON";
11952
+ id: string;
11953
+ label: import("./TranslationConfig").TranslationConfig;
11954
+ configuration: {
11955
+ template: string;
11956
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
11957
+ };
11958
+ parent?: {
11959
+ $$field: string;
11960
+ } | undefined;
11961
+ validation?: {
11962
+ message: import("./TranslationConfig").TranslationConfig;
11963
+ validator: import(".").JSONSchema;
11964
+ }[] | undefined;
11965
+ required?: boolean | undefined;
11966
+ conditionals?: ({
11967
+ type: "SHOW";
11968
+ conditional: import(".").JSONSchema;
11969
+ } | {
11970
+ type: "ENABLE";
11971
+ conditional: import(".").JSONSchema;
11972
+ } | {
11973
+ type: "DISPLAY_ON_REVIEW";
11974
+ conditional: import(".").JSONSchema;
11975
+ })[] | undefined;
11976
+ secured?: boolean | undefined;
11977
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
11978
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
11979
+ hideLabel?: boolean | undefined;
11980
+ uncorrectable?: boolean | undefined;
11609
11981
  })[];
11610
11982
  };
11611
11983
  draft?: boolean | undefined;
@@ -12603,6 +12975,37 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
12603
12975
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
12604
12976
  hideLabel?: boolean | undefined;
12605
12977
  uncorrectable?: boolean | undefined;
12978
+ } | {
12979
+ type: "PRINT_BUTTON";
12980
+ id: string;
12981
+ label: import("./TranslationConfig").TranslationConfig;
12982
+ configuration: {
12983
+ template: string;
12984
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
12985
+ };
12986
+ parent?: {
12987
+ $$field: string;
12988
+ } | undefined;
12989
+ validation?: {
12990
+ message: import("./TranslationConfig").TranslationConfig;
12991
+ validator: import(".").JSONSchema;
12992
+ }[] | undefined;
12993
+ required?: boolean | undefined;
12994
+ conditionals?: ({
12995
+ type: "SHOW";
12996
+ conditional: import(".").JSONSchema;
12997
+ } | {
12998
+ type: "ENABLE";
12999
+ conditional: import(".").JSONSchema;
13000
+ } | {
13001
+ type: "DISPLAY_ON_REVIEW";
13002
+ conditional: import(".").JSONSchema;
13003
+ })[] | undefined;
13004
+ secured?: boolean | undefined;
13005
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
13006
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
13007
+ hideLabel?: boolean | undefined;
13008
+ uncorrectable?: boolean | undefined;
12606
13009
  })[];
12607
13010
  conditional?: import(".").JSONSchema | undefined;
12608
13011
  } | {
@@ -13555,6 +13958,37 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
13555
13958
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
13556
13959
  hideLabel?: boolean | undefined;
13557
13960
  uncorrectable?: boolean | undefined;
13961
+ } | {
13962
+ type: "PRINT_BUTTON";
13963
+ id: string;
13964
+ label: import("./TranslationConfig").TranslationConfig;
13965
+ configuration: {
13966
+ template: string;
13967
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
13968
+ };
13969
+ parent?: {
13970
+ $$field: string;
13971
+ } | undefined;
13972
+ validation?: {
13973
+ message: import("./TranslationConfig").TranslationConfig;
13974
+ validator: import(".").JSONSchema;
13975
+ }[] | undefined;
13976
+ required?: boolean | undefined;
13977
+ conditionals?: ({
13978
+ type: "SHOW";
13979
+ conditional: import(".").JSONSchema;
13980
+ } | {
13981
+ type: "ENABLE";
13982
+ conditional: import(".").JSONSchema;
13983
+ } | {
13984
+ type: "DISPLAY_ON_REVIEW";
13985
+ conditional: import(".").JSONSchema;
13986
+ })[] | undefined;
13987
+ secured?: boolean | undefined;
13988
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
13989
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
13990
+ hideLabel?: boolean | undefined;
13991
+ uncorrectable?: boolean | undefined;
13558
13992
  })[];
13559
13993
  conditional?: import(".").JSONSchema | undefined;
13560
13994
  })[];
@@ -14510,6 +14944,37 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
14510
14944
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
14511
14945
  hideLabel?: boolean | undefined;
14512
14946
  uncorrectable?: boolean | undefined;
14947
+ } | {
14948
+ type: "PRINT_BUTTON";
14949
+ id: string;
14950
+ label: import("./TranslationConfig").TranslationConfig;
14951
+ configuration: {
14952
+ template: string;
14953
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
14954
+ };
14955
+ parent?: {
14956
+ $$field: string;
14957
+ } | undefined;
14958
+ validation?: {
14959
+ message: import("./TranslationConfig").TranslationConfig;
14960
+ validator: import(".").JSONSchema;
14961
+ }[] | undefined;
14962
+ required?: boolean | undefined;
14963
+ conditionals?: ({
14964
+ type: "SHOW";
14965
+ conditional: import(".").JSONSchema;
14966
+ } | {
14967
+ type: "ENABLE";
14968
+ conditional: import(".").JSONSchema;
14969
+ } | {
14970
+ type: "DISPLAY_ON_REVIEW";
14971
+ conditional: import(".").JSONSchema;
14972
+ })[] | undefined;
14973
+ secured?: boolean | undefined;
14974
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
14975
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
14976
+ hideLabel?: boolean | undefined;
14977
+ uncorrectable?: boolean | undefined;
14513
14978
  })[];
14514
14979
  conditional?: import(".").JSONSchema | undefined;
14515
14980
  } | {
@@ -15462,6 +15927,37 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
15462
15927
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
15463
15928
  hideLabel?: boolean | undefined;
15464
15929
  uncorrectable?: boolean | undefined;
15930
+ } | {
15931
+ type: "PRINT_BUTTON";
15932
+ id: string;
15933
+ label: import("./TranslationConfig").TranslationConfig;
15934
+ configuration: {
15935
+ template: string;
15936
+ buttonLabel?: import("./TranslationConfig").TranslationConfig | undefined;
15937
+ };
15938
+ parent?: {
15939
+ $$field: string;
15940
+ } | undefined;
15941
+ validation?: {
15942
+ message: import("./TranslationConfig").TranslationConfig;
15943
+ validator: import(".").JSONSchema;
15944
+ }[] | undefined;
15945
+ required?: boolean | undefined;
15946
+ conditionals?: ({
15947
+ type: "SHOW";
15948
+ conditional: import(".").JSONSchema;
15949
+ } | {
15950
+ type: "ENABLE";
15951
+ conditional: import(".").JSONSchema;
15952
+ } | {
15953
+ type: "DISPLAY_ON_REVIEW";
15954
+ conditional: import(".").JSONSchema;
15955
+ })[] | undefined;
15956
+ secured?: boolean | undefined;
15957
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
15958
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
15959
+ hideLabel?: boolean | undefined;
15960
+ uncorrectable?: boolean | undefined;
15465
15961
  })[];
15466
15962
  conditional?: import(".").JSONSchema | undefined;
15467
15963
  })[];