react-formule 1.3.0 → 1.4.0

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.
@@ -597,13 +597,11 @@ declare namespace collections_1 {
597
597
  }
598
598
  export { _default_4 as default };
599
599
  }
600
- namespace layerObjectField {
600
+ namespace stepsView {
601
601
  let title_22: string;
602
602
  export { title_22 as title };
603
603
  let icon_5: import("react/jsx-runtime").JSX.Element;
604
604
  export { icon_5 as icon };
605
- let description_11: string;
606
- export { description_11 as description };
607
605
  let child_5: {};
608
606
  export { child_5 as child };
609
607
  export namespace optionsSchema_7 {
@@ -617,10 +615,128 @@ declare namespace collections_1 {
617
615
  export { optionsSchema_7 as optionsSchema };
618
616
  let optionsSchemaUiSchema_6: {};
619
617
  export { optionsSchemaUiSchema_6 as optionsSchemaUiSchema };
620
- export namespace optionsUiSchema_6 { }
618
+ export namespace optionsUiSchema_6 {
619
+ let type_20: string;
620
+ export { type_20 as type };
621
+ let title_24: string;
622
+ export { title_24 as title };
623
+ let properties_12: {
624
+ "ui:options": {
625
+ type: string;
626
+ title: string;
627
+ dependencies: {
628
+ showAsModal: {
629
+ oneOf: ({
630
+ properties: {
631
+ showAsModal: {
632
+ enum: boolean[];
633
+ };
634
+ modal?: undefined;
635
+ };
636
+ } | {
637
+ properties: {
638
+ showAsModal: {
639
+ enum: boolean[];
640
+ };
641
+ modal: {
642
+ title: string;
643
+ type: string;
644
+ properties: {
645
+ buttonText: {
646
+ title: string;
647
+ type: string;
648
+ };
649
+ modalWidth: {
650
+ title: string;
651
+ type: string;
652
+ };
653
+ buttonInNewLine: {
654
+ title: string;
655
+ type: string;
656
+ };
657
+ };
658
+ };
659
+ };
660
+ })[];
661
+ required: string[];
662
+ };
663
+ };
664
+ properties: {
665
+ hideSteps: {
666
+ type: string;
667
+ title: string;
668
+ tooltip: string;
669
+ };
670
+ span: {
671
+ title: string;
672
+ type: string;
673
+ defaultValue: number;
674
+ values: number[];
675
+ labels: string[];
676
+ };
677
+ showAsModal: {
678
+ title: string;
679
+ type: string;
680
+ };
681
+ };
682
+ if: {
683
+ properties: {
684
+ hideSteps: {
685
+ const: boolean;
686
+ };
687
+ };
688
+ };
689
+ then: {
690
+ properties: {
691
+ stepsPlacement: {
692
+ type: string;
693
+ title: string;
694
+ oneOf: {
695
+ const: string;
696
+ title: string;
697
+ }[];
698
+ };
699
+ hideButtons: {
700
+ type: string;
701
+ title: string;
702
+ tooltip: string;
703
+ };
704
+ hideNumbers: {
705
+ type: string;
706
+ title: string;
707
+ tooltip: string;
708
+ };
709
+ markAsCompleted: {
710
+ type: string;
711
+ title: string;
712
+ tooltip: string;
713
+ };
714
+ };
715
+ };
716
+ };
717
+ "ui:label": {
718
+ title: string;
719
+ type: string;
720
+ default: boolean;
721
+ };
722
+ };
723
+ export { properties_12 as properties };
724
+ }
621
725
  export { optionsUiSchema_6 as optionsUiSchema };
622
726
  let optionsUiSchemaUiSchema_6: {
623
727
  "ui:options": {
728
+ hideSteps: {
729
+ "ui:widget": string;
730
+ };
731
+ hideButtons: {
732
+ "ui:widget": string;
733
+ };
734
+ hideNumbers: {
735
+ "ui:widget": string;
736
+ };
737
+ markAsCompleted: {
738
+ "ui:widget": string;
739
+ };
624
740
  span: {
625
741
  "ui:widget": string;
626
742
  };
@@ -644,45 +760,109 @@ declare namespace collections_1 {
644
760
  export { optionsUiSchemaUiSchema_6 as optionsUiSchemaUiSchema };
645
761
  namespace _default_5 {
646
762
  export namespace schema_5 {
647
- let type_20: string;
648
- export { type_20 as type };
649
- let properties_12: {};
650
- export { properties_12 as properties };
763
+ let type_21: string;
764
+ export { type_21 as type };
765
+ let properties_13: {};
766
+ export { properties_13 as properties };
651
767
  }
652
768
  export { schema_5 as schema };
653
769
  let uiSchema_5: {
654
770
  "ui:object": string;
771
+ "ui:options": {
772
+ stepsPlacement: string;
773
+ markAsCompleted: boolean;
774
+ };
655
775
  };
656
776
  export { uiSchema_5 as uiSchema };
657
777
  }
658
778
  export { _default_5 as default };
659
779
  }
780
+ namespace layerObjectField {
781
+ let title_25: string;
782
+ export { title_25 as title };
783
+ let icon_6: import("react/jsx-runtime").JSX.Element;
784
+ export { icon_6 as icon };
785
+ let description_11: string;
786
+ export { description_11 as description };
787
+ let child_6: {};
788
+ export { child_6 as child };
789
+ export namespace optionsSchema_8 {
790
+ let type_22: string;
791
+ export { type_22 as type };
792
+ let title_26: string;
793
+ export { title_26 as title };
794
+ export namespace properties_14 { }
795
+ export { properties_14 as properties };
796
+ }
797
+ export { optionsSchema_8 as optionsSchema };
798
+ let optionsSchemaUiSchema_7: {};
799
+ export { optionsSchemaUiSchema_7 as optionsSchemaUiSchema };
800
+ export namespace optionsUiSchema_7 { }
801
+ export { optionsUiSchema_7 as optionsUiSchema };
802
+ let optionsUiSchemaUiSchema_7: {
803
+ "ui:options": {
804
+ span: {
805
+ "ui:widget": string;
806
+ };
807
+ modal: {
808
+ "ui:options": {
809
+ showAsModal: boolean;
810
+ modal: {
811
+ buttonInNewLine: boolean;
812
+ };
813
+ };
814
+ };
815
+ showAsModal: {
816
+ "ui:widget": string;
817
+ };
818
+ "ui:order": string[];
819
+ };
820
+ "ui:label": {
821
+ "ui:widget": string;
822
+ };
823
+ };
824
+ export { optionsUiSchemaUiSchema_7 as optionsUiSchemaUiSchema };
825
+ namespace _default_6 {
826
+ export namespace schema_6 {
827
+ let type_23: string;
828
+ export { type_23 as type };
829
+ let properties_15: {};
830
+ export { properties_15 as properties };
831
+ }
832
+ export { schema_6 as schema };
833
+ let uiSchema_6: {
834
+ "ui:object": string;
835
+ };
836
+ export { uiSchema_6 as uiSchema };
837
+ }
838
+ export { _default_6 as default };
839
+ }
660
840
  }
661
841
  declare namespace simple_1 {
662
842
  export namespace text {
663
- let title_24: string;
664
- export { title_24 as title };
665
- let icon_6: import("react/jsx-runtime").JSX.Element;
666
- export { icon_6 as icon };
843
+ let title_27: string;
844
+ export { title_27 as title };
845
+ let icon_7: import("react/jsx-runtime").JSX.Element;
846
+ export { icon_7 as icon };
667
847
  let description_12: string;
668
848
  export { description_12 as description };
669
849
  let className_3: string;
670
850
  export { className_3 as className };
671
- let child_6: {};
672
- export { child_6 as child };
673
- export namespace optionsSchema_8 {
674
- let type_21: string;
675
- export { type_21 as type };
676
- let title_25: string;
677
- export { title_25 as title };
678
- export namespace properties_13 {
851
+ let child_7: {};
852
+ export { child_7 as child };
853
+ export namespace optionsSchema_9 {
854
+ let type_24: string;
855
+ export { type_24 as type };
856
+ let title_28: string;
857
+ export { title_28 as title };
858
+ export namespace properties_16 {
679
859
  export namespace pattern {
680
- let title_26: string;
681
- export { title_26 as title };
860
+ let title_29: string;
861
+ export { title_29 as title };
682
862
  let description_13: string;
683
863
  export { description_13 as description };
684
- let type_22: string;
685
- export { type_22 as type };
864
+ let type_25: string;
865
+ export { type_25 as type };
686
866
  export let format: string;
687
867
  }
688
868
  import readOnly_4 = readOnly;
@@ -690,10 +870,10 @@ declare namespace simple_1 {
690
870
  import isRequired_4 = isRequired;
691
871
  export { isRequired_4 as isRequired };
692
872
  }
693
- export { properties_13 as properties };
873
+ export { properties_16 as properties };
694
874
  }
695
- export { optionsSchema_8 as optionsSchema };
696
- export namespace optionsSchemaUiSchema_7 {
875
+ export { optionsSchema_9 as optionsSchema };
876
+ export namespace optionsSchemaUiSchema_8 {
697
877
  import readOnly_5 = readOnly;
698
878
  export { readOnly_5 as readOnly };
699
879
  import isRequired_5 = isRequired;
@@ -703,13 +883,13 @@ declare namespace simple_1 {
703
883
  };
704
884
  export { pattern_1 as pattern };
705
885
  }
706
- export { optionsSchemaUiSchema_7 as optionsSchemaUiSchema };
707
- export namespace optionsUiSchema_7 {
708
- let type_23: string;
709
- export { type_23 as type };
710
- let title_27: string;
711
- export { title_27 as title };
712
- let properties_14: {
886
+ export { optionsSchemaUiSchema_8 as optionsSchemaUiSchema };
887
+ export namespace optionsUiSchema_8 {
888
+ let type_26: string;
889
+ export { type_26 as type };
890
+ let title_30: string;
891
+ export { title_30 as title };
892
+ let properties_17: {
713
893
  "ui:options": {
714
894
  type: string;
715
895
  title: string;
@@ -784,10 +964,10 @@ declare namespace simple_1 {
784
964
  default: boolean;
785
965
  };
786
966
  };
787
- export { properties_14 as properties };
967
+ export { properties_17 as properties };
788
968
  }
789
- export { optionsUiSchema_7 as optionsUiSchema };
790
- let optionsUiSchemaUiSchema_7: {
969
+ export { optionsUiSchema_8 as optionsUiSchema };
970
+ let optionsUiSchemaUiSchema_8: {
791
971
  "ui:options": {
792
972
  mask: {
793
973
  "ui:placeholder": string;
@@ -816,56 +996,56 @@ declare namespace simple_1 {
816
996
  "ui:widget": string;
817
997
  };
818
998
  };
819
- export { optionsUiSchemaUiSchema_7 as optionsUiSchemaUiSchema };
820
- namespace _default_6 {
821
- export namespace schema_6 {
822
- let type_24: string;
823
- export { type_24 as type };
999
+ export { optionsUiSchemaUiSchema_8 as optionsUiSchemaUiSchema };
1000
+ namespace _default_7 {
1001
+ export namespace schema_7 {
1002
+ let type_27: string;
1003
+ export { type_27 as type };
824
1004
  }
825
- export { schema_6 as schema };
826
- let uiSchema_6: {
1005
+ export { schema_7 as schema };
1006
+ let uiSchema_7: {
827
1007
  "ui:widget": string;
828
1008
  };
829
- export { uiSchema_6 as uiSchema };
1009
+ export { uiSchema_7 as uiSchema };
830
1010
  }
831
- export { _default_6 as default };
1011
+ export { _default_7 as default };
832
1012
  }
833
1013
  export namespace textarea {
834
- let title_28: string;
835
- export { title_28 as title };
836
- let icon_7: import("react/jsx-runtime").JSX.Element;
837
- export { icon_7 as icon };
1014
+ let title_31: string;
1015
+ export { title_31 as title };
1016
+ let icon_8: import("react/jsx-runtime").JSX.Element;
1017
+ export { icon_8 as icon };
838
1018
  let description_14: string;
839
1019
  export { description_14 as description };
840
- let child_7: {};
841
- export { child_7 as child };
842
- export namespace optionsSchema_9 {
843
- let type_25: string;
844
- export { type_25 as type };
845
- let title_29: string;
846
- export { title_29 as title };
847
- export namespace properties_15 {
1020
+ let child_8: {};
1021
+ export { child_8 as child };
1022
+ export namespace optionsSchema_10 {
1023
+ let type_28: string;
1024
+ export { type_28 as type };
1025
+ let title_32: string;
1026
+ export { title_32 as title };
1027
+ export namespace properties_18 {
848
1028
  import readOnly_6 = readOnly;
849
1029
  export { readOnly_6 as readOnly };
850
1030
  import isRequired_6 = isRequired;
851
1031
  export { isRequired_6 as isRequired };
852
1032
  }
853
- export { properties_15 as properties };
1033
+ export { properties_18 as properties };
854
1034
  }
855
- export { optionsSchema_9 as optionsSchema };
856
- export namespace optionsSchemaUiSchema_8 {
1035
+ export { optionsSchema_10 as optionsSchema };
1036
+ export namespace optionsSchemaUiSchema_9 {
857
1037
  import readOnly_7 = readOnly;
858
1038
  export { readOnly_7 as readOnly };
859
1039
  import isRequired_7 = isRequired;
860
1040
  export { isRequired_7 as isRequired };
861
1041
  }
862
- export { optionsSchemaUiSchema_8 as optionsSchemaUiSchema };
863
- export namespace optionsUiSchema_8 {
864
- let type_26: string;
865
- export { type_26 as type };
866
- let title_30: string;
867
- export { title_30 as title };
868
- let properties_16: {
1042
+ export { optionsSchemaUiSchema_9 as optionsSchemaUiSchema };
1043
+ export namespace optionsUiSchema_9 {
1044
+ let type_29: string;
1045
+ export { type_29 as type };
1046
+ let title_33: string;
1047
+ export { title_33 as title };
1048
+ let properties_19: {
869
1049
  "ui:options": {
870
1050
  type: string;
871
1051
  title: string;
@@ -946,10 +1126,10 @@ declare namespace simple_1 {
946
1126
  default: boolean;
947
1127
  };
948
1128
  };
949
- export { properties_16 as properties };
1129
+ export { properties_19 as properties };
950
1130
  }
951
- export { optionsUiSchema_8 as optionsUiSchema };
952
- let optionsUiSchemaUiSchema_8: {
1131
+ export { optionsUiSchema_9 as optionsUiSchema };
1132
+ let optionsUiSchemaUiSchema_9: {
953
1133
  "ui:options": {
954
1134
  span: {
955
1135
  "ui:widget": string;
@@ -971,65 +1151,65 @@ declare namespace simple_1 {
971
1151
  "ui:widget": string;
972
1152
  };
973
1153
  };
974
- export { optionsUiSchemaUiSchema_8 as optionsUiSchemaUiSchema };
975
- namespace _default_7 {
976
- export namespace schema_7 {
977
- let type_27: string;
978
- export { type_27 as type };
1154
+ export { optionsUiSchemaUiSchema_9 as optionsUiSchemaUiSchema };
1155
+ namespace _default_8 {
1156
+ export namespace schema_8 {
1157
+ let type_30: string;
1158
+ export { type_30 as type };
979
1159
  }
980
- export { schema_7 as schema };
981
- let uiSchema_7: {
1160
+ export { schema_8 as schema };
1161
+ let uiSchema_8: {
982
1162
  "ui:widget": string;
983
1163
  };
984
- export { uiSchema_7 as uiSchema };
1164
+ export { uiSchema_8 as uiSchema };
985
1165
  }
986
- export { _default_7 as default };
1166
+ export { _default_8 as default };
987
1167
  }
988
1168
  export namespace number {
989
- let title_31: string;
990
- export { title_31 as title };
991
- let icon_8: import("react/jsx-runtime").JSX.Element;
992
- export { icon_8 as icon };
1169
+ let title_34: string;
1170
+ export { title_34 as title };
1171
+ let icon_9: import("react/jsx-runtime").JSX.Element;
1172
+ export { icon_9 as icon };
993
1173
  let description_15: string;
994
1174
  export { description_15 as description };
995
- let child_8: {};
996
- export { child_8 as child };
997
- export namespace optionsSchema_10 {
998
- let type_28: string;
999
- export { type_28 as type };
1000
- let title_32: string;
1001
- export { title_32 as title };
1002
- export namespace properties_17 {
1003
- export namespace type_29 {
1004
- let title_33: string;
1005
- export { title_33 as title };
1006
- let type_30: string;
1007
- export { type_30 as type };
1175
+ let child_9: {};
1176
+ export { child_9 as child };
1177
+ export namespace optionsSchema_11 {
1178
+ let type_31: string;
1179
+ export { type_31 as type };
1180
+ let title_35: string;
1181
+ export { title_35 as title };
1182
+ export namespace properties_20 {
1183
+ export namespace type_32 {
1184
+ let title_36: string;
1185
+ export { title_36 as title };
1186
+ let type_33: string;
1187
+ export { type_33 as type };
1008
1188
  let oneOf_1: {
1009
1189
  const: string;
1010
1190
  title: string;
1011
1191
  }[];
1012
1192
  export { oneOf_1 as oneOf };
1013
1193
  }
1014
- export { type_29 as type };
1194
+ export { type_32 as type };
1015
1195
  import readOnly_8 = readOnly;
1016
1196
  export { readOnly_8 as readOnly };
1017
1197
  import isRequired_8 = isRequired;
1018
1198
  export { isRequired_8 as isRequired };
1019
1199
  }
1020
- export { properties_17 as properties };
1200
+ export { properties_20 as properties };
1021
1201
  }
1022
- export { optionsSchema_10 as optionsSchema };
1023
- export namespace optionsSchemaUiSchema_9 {
1202
+ export { optionsSchema_11 as optionsSchema };
1203
+ export namespace optionsSchemaUiSchema_10 {
1024
1204
  import readOnly_9 = readOnly;
1025
1205
  export { readOnly_9 as readOnly };
1026
1206
  import isRequired_9 = isRequired;
1027
1207
  export { isRequired_9 as isRequired };
1028
1208
  }
1029
- export { optionsSchemaUiSchema_9 as optionsSchemaUiSchema };
1030
- export namespace optionsUiSchema_9 { }
1031
- export { optionsUiSchema_9 as optionsUiSchema };
1032
- let optionsUiSchemaUiSchema_9: {
1209
+ export { optionsSchemaUiSchema_10 as optionsSchemaUiSchema };
1210
+ export namespace optionsUiSchema_10 { }
1211
+ export { optionsUiSchema_10 as optionsUiSchema };
1212
+ let optionsUiSchemaUiSchema_10: {
1033
1213
  "ui:options": {
1034
1214
  span: {
1035
1215
  "ui:widget": string;
@@ -1051,53 +1231,53 @@ declare namespace simple_1 {
1051
1231
  "ui:widget": string;
1052
1232
  };
1053
1233
  };
1054
- export { optionsUiSchemaUiSchema_9 as optionsUiSchemaUiSchema };
1055
- namespace _default_8 {
1056
- export namespace schema_8 {
1057
- let type_31: string;
1058
- export { type_31 as type };
1234
+ export { optionsUiSchemaUiSchema_10 as optionsUiSchemaUiSchema };
1235
+ namespace _default_9 {
1236
+ export namespace schema_9 {
1237
+ let type_34: string;
1238
+ export { type_34 as type };
1059
1239
  }
1060
- export { schema_8 as schema };
1061
- let uiSchema_8: {};
1062
- export { uiSchema_8 as uiSchema };
1240
+ export { schema_9 as schema };
1241
+ let uiSchema_9: {};
1242
+ export { uiSchema_9 as uiSchema };
1063
1243
  }
1064
- export { _default_8 as default };
1244
+ export { _default_9 as default };
1065
1245
  }
1066
1246
  export namespace checkbox {
1067
- let title_34: string;
1068
- export { title_34 as title };
1069
- let icon_9: import("react/jsx-runtime").JSX.Element;
1070
- export { icon_9 as icon };
1247
+ let title_37: string;
1248
+ export { title_37 as title };
1249
+ let icon_10: import("react/jsx-runtime").JSX.Element;
1250
+ export { icon_10 as icon };
1071
1251
  let description_16: string;
1072
1252
  export { description_16 as description };
1073
- let child_9: {};
1074
- export { child_9 as child };
1075
- export namespace optionsSchema_11 {
1076
- let type_32: string;
1077
- export { type_32 as type };
1078
- let title_35: string;
1079
- export { title_35 as title };
1080
- export namespace properties_18 {
1081
- export namespace type_33 {
1082
- let title_36: string;
1083
- export { title_36 as title };
1084
- let type_34: string;
1085
- export { type_34 as type };
1253
+ let child_10: {};
1254
+ export { child_10 as child };
1255
+ export namespace optionsSchema_12 {
1256
+ let type_35: string;
1257
+ export { type_35 as type };
1258
+ let title_38: string;
1259
+ export { title_38 as title };
1260
+ export namespace properties_21 {
1261
+ export namespace type_36 {
1262
+ let title_39: string;
1263
+ export { title_39 as title };
1264
+ let type_37: string;
1265
+ export { type_37 as type };
1086
1266
  let oneOf_2: {
1087
1267
  const: string;
1088
1268
  title: string;
1089
1269
  }[];
1090
1270
  export { oneOf_2 as oneOf };
1091
1271
  }
1092
- export { type_33 as type };
1272
+ export { type_36 as type };
1093
1273
  import readOnly_10 = readOnly;
1094
1274
  export { readOnly_10 as readOnly };
1095
1275
  import isRequired_10 = isRequired;
1096
1276
  export { isRequired_10 as isRequired };
1097
1277
  }
1098
- export { properties_18 as properties };
1278
+ export { properties_21 as properties };
1099
1279
  export namespace dependencies {
1100
- export namespace type_35 {
1280
+ export namespace type_38 {
1101
1281
  let oneOf_3: ({
1102
1282
  properties: {
1103
1283
  type: {
@@ -1141,20 +1321,20 @@ declare namespace simple_1 {
1141
1321
  })[];
1142
1322
  export { oneOf_3 as oneOf };
1143
1323
  }
1144
- export { type_35 as type };
1324
+ export { type_38 as type };
1145
1325
  }
1146
1326
  }
1147
- export { optionsSchema_11 as optionsSchema };
1148
- export namespace optionsSchemaUiSchema_10 {
1327
+ export { optionsSchema_12 as optionsSchema };
1328
+ export namespace optionsSchemaUiSchema_11 {
1149
1329
  import readOnly_11 = readOnly;
1150
1330
  export { readOnly_11 as readOnly };
1151
1331
  import isRequired_11 = isRequired;
1152
1332
  export { isRequired_11 as isRequired };
1153
1333
  }
1154
- export { optionsSchemaUiSchema_10 as optionsSchemaUiSchema };
1155
- export namespace optionsUiSchema_10 { }
1156
- export { optionsUiSchema_10 as optionsUiSchema };
1157
- let optionsUiSchemaUiSchema_10: {
1334
+ export { optionsSchemaUiSchema_11 as optionsSchemaUiSchema };
1335
+ export namespace optionsUiSchema_11 { }
1336
+ export { optionsUiSchema_11 as optionsUiSchema };
1337
+ let optionsUiSchemaUiSchema_11: {
1158
1338
  "ui:options": {
1159
1339
  span: {
1160
1340
  "ui:widget": string;
@@ -1176,48 +1356,48 @@ declare namespace simple_1 {
1176
1356
  "ui:widget": string;
1177
1357
  };
1178
1358
  };
1179
- export { optionsUiSchemaUiSchema_10 as optionsUiSchemaUiSchema };
1180
- namespace _default_9 {
1181
- export namespace schema_9 {
1182
- let type_36: string;
1183
- export { type_36 as type };
1359
+ export { optionsUiSchemaUiSchema_11 as optionsUiSchemaUiSchema };
1360
+ namespace _default_10 {
1361
+ export namespace schema_10 {
1362
+ let type_39: string;
1363
+ export { type_39 as type };
1184
1364
  export namespace items_1 {
1185
- let type_37: string;
1186
- export { type_37 as type };
1365
+ let type_40: string;
1366
+ export { type_40 as type };
1187
1367
  let _enum: string[];
1188
1368
  export { _enum as enum };
1189
1369
  }
1190
1370
  export { items_1 as items };
1191
1371
  export let uniqueItems: boolean;
1192
1372
  }
1193
- export { schema_9 as schema };
1194
- let uiSchema_9: {
1373
+ export { schema_10 as schema };
1374
+ let uiSchema_10: {
1195
1375
  "ui:widget": string;
1196
1376
  };
1197
- export { uiSchema_9 as uiSchema };
1377
+ export { uiSchema_10 as uiSchema };
1198
1378
  }
1199
- export { _default_9 as default };
1379
+ export { _default_10 as default };
1200
1380
  }
1201
1381
  export namespace _switch {
1202
- let title_37: string;
1203
- export { title_37 as title };
1204
- let icon_10: import("react/jsx-runtime").JSX.Element;
1205
- export { icon_10 as icon };
1382
+ let title_40: string;
1383
+ export { title_40 as title };
1384
+ let icon_11: import("react/jsx-runtime").JSX.Element;
1385
+ export { icon_11 as icon };
1206
1386
  let description_17: string;
1207
1387
  export { description_17 as description };
1208
- let child_10: {};
1209
- export { child_10 as child };
1210
- export namespace optionsSchema_12 {
1211
- let type_38: string;
1212
- export { type_38 as type };
1213
- let title_38: string;
1214
- export { title_38 as title };
1215
- export namespace properties_19 {
1216
- export namespace type_39 {
1217
- let type_40: string;
1218
- export { type_40 as type };
1219
- let title_39: string;
1220
- export { title_39 as title };
1388
+ let child_11: {};
1389
+ export { child_11 as child };
1390
+ export namespace optionsSchema_13 {
1391
+ let type_41: string;
1392
+ export { type_41 as type };
1393
+ let title_41: string;
1394
+ export { title_41 as title };
1395
+ export namespace properties_22 {
1396
+ export namespace type_42 {
1397
+ let type_43: string;
1398
+ export { type_43 as type };
1399
+ let title_42: string;
1400
+ export { title_42 as title };
1221
1401
  let description_18: string;
1222
1402
  export { description_18 as description };
1223
1403
  let oneOf_4: {
@@ -1226,28 +1406,28 @@ declare namespace simple_1 {
1226
1406
  }[];
1227
1407
  export { oneOf_4 as oneOf };
1228
1408
  }
1229
- export { type_39 as type };
1409
+ export { type_42 as type };
1230
1410
  import readOnly_12 = readOnly;
1231
1411
  export { readOnly_12 as readOnly };
1232
1412
  import isRequired_12 = isRequired;
1233
1413
  export { isRequired_12 as isRequired };
1234
1414
  }
1235
- export { properties_19 as properties };
1415
+ export { properties_22 as properties };
1236
1416
  }
1237
- export { optionsSchema_12 as optionsSchema };
1238
- export namespace optionsSchemaUiSchema_11 {
1417
+ export { optionsSchema_13 as optionsSchema };
1418
+ export namespace optionsSchemaUiSchema_12 {
1239
1419
  import readOnly_13 = readOnly;
1240
1420
  export { readOnly_13 as readOnly };
1241
1421
  import isRequired_13 = isRequired;
1242
1422
  export { isRequired_13 as isRequired };
1243
1423
  }
1244
- export { optionsSchemaUiSchema_11 as optionsSchemaUiSchema };
1245
- export namespace optionsUiSchema_11 {
1246
- let type_41: string;
1247
- export { type_41 as type };
1248
- let title_40: string;
1249
- export { title_40 as title };
1250
- let properties_20: {
1424
+ export { optionsSchemaUiSchema_12 as optionsSchemaUiSchema };
1425
+ export namespace optionsUiSchema_12 {
1426
+ let type_44: string;
1427
+ export { type_44 as type };
1428
+ let title_43: string;
1429
+ export { title_43 as title };
1430
+ let properties_23: {
1251
1431
  "ui:options": {
1252
1432
  type: string;
1253
1433
  title: string;
@@ -1313,10 +1493,10 @@ declare namespace simple_1 {
1313
1493
  default: boolean;
1314
1494
  };
1315
1495
  };
1316
- export { properties_20 as properties };
1496
+ export { properties_23 as properties };
1317
1497
  }
1318
- export { optionsUiSchema_11 as optionsUiSchema };
1319
- let optionsUiSchemaUiSchema_11: {
1498
+ export { optionsUiSchema_12 as optionsUiSchema };
1499
+ let optionsUiSchemaUiSchema_12: {
1320
1500
  "ui:options": {
1321
1501
  span: {
1322
1502
  "ui:widget": string;
@@ -1338,48 +1518,48 @@ declare namespace simple_1 {
1338
1518
  "ui:widget": string;
1339
1519
  };
1340
1520
  };
1341
- export { optionsUiSchemaUiSchema_11 as optionsUiSchemaUiSchema };
1342
- namespace _default_10 {
1343
- export namespace schema_10 {
1344
- let type_42: string;
1345
- export { type_42 as type };
1521
+ export { optionsUiSchemaUiSchema_12 as optionsUiSchemaUiSchema };
1522
+ namespace _default_11 {
1523
+ export namespace schema_11 {
1524
+ let type_45: string;
1525
+ export { type_45 as type };
1346
1526
  }
1347
- export { schema_10 as schema };
1348
- let uiSchema_10: {
1527
+ export { schema_11 as schema };
1528
+ let uiSchema_11: {
1349
1529
  "ui:widget": string;
1350
1530
  };
1351
- export { uiSchema_10 as uiSchema };
1531
+ export { uiSchema_11 as uiSchema };
1352
1532
  }
1353
- export { _default_10 as default };
1533
+ export { _default_11 as default };
1354
1534
  }
1355
1535
  export { _switch as switch };
1356
1536
  export namespace radio {
1357
- let title_41: string;
1358
- export { title_41 as title };
1359
- let icon_11: import("react/jsx-runtime").JSX.Element;
1360
- export { icon_11 as icon };
1537
+ let title_44: string;
1538
+ export { title_44 as title };
1539
+ let icon_12: import("react/jsx-runtime").JSX.Element;
1540
+ export { icon_12 as icon };
1361
1541
  let description_19: string;
1362
1542
  export { description_19 as description };
1363
- let child_11: {};
1364
- export { child_11 as child };
1365
- export namespace optionsSchema_13 {
1366
- let type_43: string;
1367
- export { type_43 as type };
1368
- let title_42: string;
1369
- export { title_42 as title };
1370
- export namespace properties_21 {
1543
+ let child_12: {};
1544
+ export { child_12 as child };
1545
+ export namespace optionsSchema_14 {
1546
+ let type_46: string;
1547
+ export { type_46 as type };
1548
+ let title_45: string;
1549
+ export { title_45 as title };
1550
+ export namespace properties_24 {
1371
1551
  export namespace _enum_1 {
1372
- let title_43: string;
1373
- export { title_43 as title };
1374
- let type_44: string;
1375
- export { type_44 as type };
1552
+ let title_46: string;
1553
+ export { title_46 as title };
1554
+ let type_47: string;
1555
+ export { type_47 as type };
1376
1556
  let description_20: string;
1377
1557
  export { description_20 as description };
1378
1558
  export namespace items_2 {
1379
- let title_44: string;
1380
- export { title_44 as title };
1381
- let type_45: string;
1382
- export { type_45 as type };
1559
+ let title_47: string;
1560
+ export { title_47 as title };
1561
+ let type_48: string;
1562
+ export { type_48 as type };
1383
1563
  }
1384
1564
  export { items_2 as items };
1385
1565
  }
@@ -1389,19 +1569,19 @@ declare namespace simple_1 {
1389
1569
  import isRequired_14 = isRequired;
1390
1570
  export { isRequired_14 as isRequired };
1391
1571
  }
1392
- export { properties_21 as properties };
1572
+ export { properties_24 as properties };
1393
1573
  }
1394
- export { optionsSchema_13 as optionsSchema };
1395
- export namespace optionsSchemaUiSchema_12 {
1574
+ export { optionsSchema_14 as optionsSchema };
1575
+ export namespace optionsSchemaUiSchema_13 {
1396
1576
  import readOnly_15 = readOnly;
1397
1577
  export { readOnly_15 as readOnly };
1398
1578
  import isRequired_15 = isRequired;
1399
1579
  export { isRequired_15 as isRequired };
1400
1580
  }
1401
- export { optionsSchemaUiSchema_12 as optionsSchemaUiSchema };
1402
- export namespace optionsUiSchema_12 { }
1403
- export { optionsUiSchema_12 as optionsUiSchema };
1404
- let optionsUiSchemaUiSchema_12: {
1581
+ export { optionsSchemaUiSchema_13 as optionsSchemaUiSchema };
1582
+ export namespace optionsUiSchema_13 { }
1583
+ export { optionsUiSchema_13 as optionsUiSchema };
1584
+ let optionsUiSchemaUiSchema_13: {
1405
1585
  "ui:options": {
1406
1586
  span: {
1407
1587
  "ui:widget": string;
@@ -1423,55 +1603,55 @@ declare namespace simple_1 {
1423
1603
  "ui:widget": string;
1424
1604
  };
1425
1605
  };
1426
- export { optionsUiSchemaUiSchema_12 as optionsUiSchemaUiSchema };
1427
- namespace _default_11 {
1428
- export namespace schema_11 {
1429
- let type_46: string;
1430
- export { type_46 as type };
1606
+ export { optionsUiSchemaUiSchema_13 as optionsUiSchemaUiSchema };
1607
+ namespace _default_12 {
1608
+ export namespace schema_12 {
1609
+ let type_49: string;
1610
+ export { type_49 as type };
1431
1611
  let _enum_2: string[];
1432
1612
  export { _enum_2 as enum };
1433
1613
  }
1434
- export { schema_11 as schema };
1435
- let uiSchema_11: {
1614
+ export { schema_12 as schema };
1615
+ let uiSchema_12: {
1436
1616
  "ui:widget": string;
1437
1617
  };
1438
- export { uiSchema_11 as uiSchema };
1618
+ export { uiSchema_12 as uiSchema };
1439
1619
  }
1440
- export { _default_11 as default };
1620
+ export { _default_12 as default };
1441
1621
  }
1442
1622
  export namespace select {
1443
- let title_45: string;
1444
- export { title_45 as title };
1445
- let icon_12: import("react/jsx-runtime").JSX.Element;
1446
- export { icon_12 as icon };
1623
+ let title_48: string;
1624
+ export { title_48 as title };
1625
+ let icon_13: import("react/jsx-runtime").JSX.Element;
1626
+ export { icon_13 as icon };
1447
1627
  let description_21: string;
1448
1628
  export { description_21 as description };
1449
- let child_12: {};
1450
- export { child_12 as child };
1451
- export namespace optionsSchema_14 {
1452
- let type_47: string;
1453
- export { type_47 as type };
1454
- let title_46: string;
1455
- export { title_46 as title };
1456
- export namespace properties_22 {
1457
- export namespace type_48 {
1458
- let title_47: string;
1459
- export { title_47 as title };
1460
- let type_49: string;
1461
- export { type_49 as type };
1629
+ let child_13: {};
1630
+ export { child_13 as child };
1631
+ export namespace optionsSchema_15 {
1632
+ let type_50: string;
1633
+ export { type_50 as type };
1634
+ let title_49: string;
1635
+ export { title_49 as title };
1636
+ export namespace properties_25 {
1637
+ export namespace type_51 {
1638
+ let title_50: string;
1639
+ export { title_50 as title };
1640
+ let type_52: string;
1641
+ export { type_52 as type };
1462
1642
  let oneOf_5: {
1463
1643
  const: string;
1464
1644
  title: string;
1465
1645
  }[];
1466
1646
  export { oneOf_5 as oneOf };
1467
1647
  }
1468
- export { type_48 as type };
1648
+ export { type_51 as type };
1469
1649
  import readOnly_16 = readOnly;
1470
1650
  export { readOnly_16 as readOnly };
1471
1651
  import isRequired_16 = isRequired;
1472
1652
  export { isRequired_16 as isRequired };
1473
1653
  }
1474
- export { properties_22 as properties };
1654
+ export { properties_25 as properties };
1475
1655
  export let allOf: ({
1476
1656
  if: {
1477
1657
  properties: {
@@ -1523,17 +1703,17 @@ declare namespace simple_1 {
1523
1703
  };
1524
1704
  })[];
1525
1705
  }
1526
- export { optionsSchema_14 as optionsSchema };
1527
- export namespace optionsSchemaUiSchema_13 {
1706
+ export { optionsSchema_15 as optionsSchema };
1707
+ export namespace optionsSchemaUiSchema_14 {
1528
1708
  import readOnly_17 = readOnly;
1529
1709
  export { readOnly_17 as readOnly };
1530
1710
  import isRequired_17 = isRequired;
1531
1711
  export { isRequired_17 as isRequired };
1532
1712
  }
1533
- export { optionsSchemaUiSchema_13 as optionsSchemaUiSchema };
1534
- export namespace optionsUiSchema_13 { }
1535
- export { optionsUiSchema_13 as optionsUiSchema };
1536
- let optionsUiSchemaUiSchema_13: {
1713
+ export { optionsSchemaUiSchema_14 as optionsSchemaUiSchema };
1714
+ export namespace optionsUiSchema_14 { }
1715
+ export { optionsUiSchema_14 as optionsUiSchema };
1716
+ let optionsUiSchemaUiSchema_14: {
1537
1717
  "ui:options": {
1538
1718
  span: {
1539
1719
  "ui:widget": string;
@@ -1555,78 +1735,78 @@ declare namespace simple_1 {
1555
1735
  "ui:widget": string;
1556
1736
  };
1557
1737
  };
1558
- export { optionsUiSchemaUiSchema_13 as optionsUiSchemaUiSchema };
1559
- namespace _default_12 {
1560
- export namespace schema_12 {
1561
- let type_50: string;
1562
- export { type_50 as type };
1738
+ export { optionsUiSchemaUiSchema_14 as optionsUiSchemaUiSchema };
1739
+ namespace _default_13 {
1740
+ export namespace schema_13 {
1741
+ let type_53: string;
1742
+ export { type_53 as type };
1563
1743
  let uniqueItems_1: boolean;
1564
1744
  export { uniqueItems_1 as uniqueItems };
1565
1745
  }
1566
- export { schema_12 as schema };
1567
- let uiSchema_12: {
1746
+ export { schema_13 as schema };
1747
+ let uiSchema_13: {
1568
1748
  "ui:widget": string;
1569
1749
  };
1570
- export { uiSchema_12 as uiSchema };
1750
+ export { uiSchema_13 as uiSchema };
1571
1751
  }
1572
- export { _default_12 as default };
1752
+ export { _default_13 as default };
1573
1753
  }
1574
1754
  export namespace date {
1575
- let title_48: string;
1576
- export { title_48 as title };
1577
- let icon_13: import("react/jsx-runtime").JSX.Element;
1578
- export { icon_13 as icon };
1755
+ let title_51: string;
1756
+ export { title_51 as title };
1757
+ let icon_14: import("react/jsx-runtime").JSX.Element;
1758
+ export { icon_14 as icon };
1579
1759
  let description_22: string;
1580
1760
  export { description_22 as description };
1581
- let child_13: {};
1582
- export { child_13 as child };
1583
- export namespace optionsSchema_15 {
1584
- let type_51: string;
1585
- export { type_51 as type };
1586
- let title_49: string;
1587
- export { title_49 as title };
1588
- export namespace properties_23 {
1761
+ let child_14: {};
1762
+ export { child_14 as child };
1763
+ export namespace optionsSchema_16 {
1764
+ let type_54: string;
1765
+ export { type_54 as type };
1766
+ let title_52: string;
1767
+ export { title_52 as title };
1768
+ export namespace properties_26 {
1589
1769
  export namespace format_1 {
1590
- let type_52: string;
1591
- export { type_52 as type };
1592
- let title_50: string;
1593
- export { title_50 as title };
1770
+ let type_55: string;
1771
+ export { type_55 as type };
1772
+ let title_53: string;
1773
+ export { title_53 as title };
1594
1774
  let _enum_3: string[];
1595
1775
  export { _enum_3 as enum };
1596
- let _default_13: string;
1597
- export { _default_13 as default };
1776
+ let _default_14: string;
1777
+ export { _default_14 as default };
1598
1778
  }
1599
1779
  export { format_1 as format };
1600
1780
  export namespace customFormat {
1601
- let type_53: string;
1602
- export { type_53 as type };
1603
- let title_51: string;
1604
- export { title_51 as title };
1781
+ let type_56: string;
1782
+ export { type_56 as type };
1783
+ let title_54: string;
1784
+ export { title_54 as title };
1605
1785
  let description_23: string;
1606
1786
  export { description_23 as description };
1607
1787
  export let tooltip: string;
1608
1788
  }
1609
1789
  export namespace minDate {
1610
- let type_54: string;
1611
- export { type_54 as type };
1612
- let title_52: string;
1613
- export { title_52 as title };
1790
+ let type_57: string;
1791
+ export { type_57 as type };
1792
+ let title_55: string;
1793
+ export { title_55 as title };
1614
1794
  }
1615
1795
  export namespace maxDate {
1616
- let type_55: string;
1617
- export { type_55 as type };
1618
- let title_53: string;
1619
- export { title_53 as title };
1796
+ let type_58: string;
1797
+ export { type_58 as type };
1798
+ let title_56: string;
1799
+ export { title_56 as title };
1620
1800
  }
1621
1801
  import readOnly_18 = readOnly;
1622
1802
  export { readOnly_18 as readOnly };
1623
1803
  import isRequired_18 = isRequired;
1624
1804
  export { isRequired_18 as isRequired };
1625
1805
  }
1626
- export { properties_23 as properties };
1806
+ export { properties_26 as properties };
1627
1807
  }
1628
- export { optionsSchema_15 as optionsSchema };
1629
- export namespace optionsSchemaUiSchema_14 {
1808
+ export { optionsSchema_16 as optionsSchema };
1809
+ export namespace optionsSchemaUiSchema_15 {
1630
1810
  let customFormat_1: {
1631
1811
  "ui:placeholder": string;
1632
1812
  "ui:options": {
@@ -1648,10 +1828,10 @@ declare namespace simple_1 {
1648
1828
  import isRequired_19 = isRequired;
1649
1829
  export { isRequired_19 as isRequired };
1650
1830
  }
1651
- export { optionsSchemaUiSchema_14 as optionsSchemaUiSchema };
1652
- export namespace optionsUiSchema_14 { }
1653
- export { optionsUiSchema_14 as optionsUiSchema };
1654
- let optionsUiSchemaUiSchema_14: {
1831
+ export { optionsSchemaUiSchema_15 as optionsSchemaUiSchema };
1832
+ export namespace optionsUiSchema_15 { }
1833
+ export { optionsUiSchema_15 as optionsUiSchema };
1834
+ let optionsUiSchemaUiSchema_15: {
1655
1835
  "ui:options": {
1656
1836
  span: {
1657
1837
  "ui:widget": string;
@@ -1673,58 +1853,58 @@ declare namespace simple_1 {
1673
1853
  "ui:widget": string;
1674
1854
  };
1675
1855
  };
1676
- export { optionsUiSchemaUiSchema_14 as optionsUiSchemaUiSchema };
1677
- namespace _default_14 {
1678
- export namespace schema_13 {
1679
- let type_56: string;
1680
- export { type_56 as type };
1856
+ export { optionsUiSchemaUiSchema_15 as optionsUiSchemaUiSchema };
1857
+ namespace _default_15 {
1858
+ export namespace schema_14 {
1859
+ let type_59: string;
1860
+ export { type_59 as type };
1681
1861
  }
1682
- export { schema_13 as schema };
1683
- let uiSchema_13: {
1862
+ export { schema_14 as schema };
1863
+ let uiSchema_14: {
1684
1864
  "ui:widget": string;
1685
1865
  };
1686
- export { uiSchema_13 as uiSchema };
1866
+ export { uiSchema_14 as uiSchema };
1687
1867
  }
1688
- export { _default_14 as default };
1868
+ export { _default_15 as default };
1689
1869
  }
1690
1870
  }
1691
1871
  declare namespace advanced_1 {
1692
1872
  namespace uri {
1693
- let title_54: string;
1694
- export { title_54 as title };
1695
- let icon_14: import("react/jsx-runtime").JSX.Element;
1696
- export { icon_14 as icon };
1873
+ let title_57: string;
1874
+ export { title_57 as title };
1875
+ let icon_15: import("react/jsx-runtime").JSX.Element;
1876
+ export { icon_15 as icon };
1697
1877
  let description_24: string;
1698
1878
  export { description_24 as description };
1699
- let child_14: {};
1700
- export { child_14 as child };
1701
- export namespace optionsSchema_16 {
1702
- let type_57: string;
1703
- export { type_57 as type };
1704
- let title_55: string;
1705
- export { title_55 as title };
1706
- export namespace properties_24 {
1879
+ let child_15: {};
1880
+ export { child_15 as child };
1881
+ export namespace optionsSchema_17 {
1882
+ let type_60: string;
1883
+ export { type_60 as type };
1884
+ let title_58: string;
1885
+ export { title_58 as title };
1886
+ export namespace properties_27 {
1707
1887
  import readOnly_20 = readOnly;
1708
1888
  export { readOnly_20 as readOnly };
1709
1889
  import isRequired_20 = isRequired;
1710
1890
  export { isRequired_20 as isRequired };
1711
1891
  }
1712
- export { properties_24 as properties };
1892
+ export { properties_27 as properties };
1713
1893
  }
1714
- export { optionsSchema_16 as optionsSchema };
1715
- export namespace optionsSchemaUiSchema_15 {
1894
+ export { optionsSchema_17 as optionsSchema };
1895
+ export namespace optionsSchemaUiSchema_16 {
1716
1896
  import readOnly_21 = readOnly;
1717
1897
  export { readOnly_21 as readOnly };
1718
1898
  import isRequired_21 = isRequired;
1719
1899
  export { isRequired_21 as isRequired };
1720
1900
  }
1721
- export { optionsSchemaUiSchema_15 as optionsSchemaUiSchema };
1722
- export namespace optionsUiSchema_15 {
1723
- let type_58: string;
1724
- export { type_58 as type };
1725
- let title_56: string;
1726
- export { title_56 as title };
1727
- let properties_25: {
1901
+ export { optionsSchemaUiSchema_16 as optionsSchemaUiSchema };
1902
+ export namespace optionsUiSchema_16 {
1903
+ let type_61: string;
1904
+ export { type_61 as type };
1905
+ let title_59: string;
1906
+ export { title_59 as title };
1907
+ let properties_28: {
1728
1908
  "ui:options": {
1729
1909
  type: string;
1730
1910
  title: string;
@@ -1790,10 +1970,10 @@ declare namespace advanced_1 {
1790
1970
  default: boolean;
1791
1971
  };
1792
1972
  };
1793
- export { properties_25 as properties };
1973
+ export { properties_28 as properties };
1794
1974
  }
1795
- export { optionsUiSchema_15 as optionsUiSchema };
1796
- let optionsUiSchemaUiSchema_15: {
1975
+ export { optionsUiSchema_16 as optionsUiSchema };
1976
+ let optionsUiSchemaUiSchema_16: {
1797
1977
  "ui:options": {
1798
1978
  span: {
1799
1979
  "ui:widget": string;
@@ -1815,55 +1995,55 @@ declare namespace advanced_1 {
1815
1995
  "ui:widget": string;
1816
1996
  };
1817
1997
  };
1818
- export { optionsUiSchemaUiSchema_15 as optionsUiSchemaUiSchema };
1819
- namespace _default_15 {
1820
- export namespace schema_14 {
1821
- let type_59: string;
1822
- export { type_59 as type };
1998
+ export { optionsUiSchemaUiSchema_16 as optionsUiSchemaUiSchema };
1999
+ namespace _default_16 {
2000
+ export namespace schema_15 {
2001
+ let type_62: string;
2002
+ export { type_62 as type };
1823
2003
  let format_2: string;
1824
2004
  export { format_2 as format };
1825
2005
  }
1826
- export { schema_14 as schema };
1827
- let uiSchema_14: {
2006
+ export { schema_15 as schema };
2007
+ let uiSchema_15: {
1828
2008
  "ui:widget": string;
1829
2009
  };
1830
- export { uiSchema_14 as uiSchema };
2010
+ export { uiSchema_15 as uiSchema };
1831
2011
  }
1832
- export { _default_15 as default };
2012
+ export { _default_16 as default };
1833
2013
  }
1834
2014
  namespace richeditor {
1835
- let title_57: string;
1836
- export { title_57 as title };
1837
- let icon_15: import("react/jsx-runtime").JSX.Element;
1838
- export { icon_15 as icon };
2015
+ let title_60: string;
2016
+ export { title_60 as title };
2017
+ let icon_16: import("react/jsx-runtime").JSX.Element;
2018
+ export { icon_16 as icon };
1839
2019
  let description_25: string;
1840
2020
  export { description_25 as description };
1841
- let child_15: {};
1842
- export { child_15 as child };
1843
- export namespace optionsSchema_17 {
1844
- let type_60: string;
1845
- export { type_60 as type };
1846
- let title_58: string;
1847
- export { title_58 as title };
1848
- export namespace properties_26 {
2021
+ let child_16: {};
2022
+ export { child_16 as child };
2023
+ export namespace optionsSchema_18 {
2024
+ let type_63: string;
2025
+ export { type_63 as type };
2026
+ let title_61: string;
2027
+ export { title_61 as title };
2028
+ export namespace properties_29 {
1849
2029
  import readOnly_22 = readOnly;
1850
2030
  export { readOnly_22 as readOnly };
1851
2031
  import isRequired_22 = isRequired;
1852
2032
  export { isRequired_22 as isRequired };
1853
2033
  }
1854
- export { properties_26 as properties };
2034
+ export { properties_29 as properties };
1855
2035
  }
1856
- export { optionsSchema_17 as optionsSchema };
1857
- export namespace optionsSchemaUiSchema_16 {
2036
+ export { optionsSchema_18 as optionsSchema };
2037
+ export namespace optionsSchemaUiSchema_17 {
1858
2038
  import readOnly_23 = readOnly;
1859
2039
  export { readOnly_23 as readOnly };
1860
2040
  import isRequired_23 = isRequired;
1861
2041
  export { isRequired_23 as isRequired };
1862
2042
  }
1863
- export { optionsSchemaUiSchema_16 as optionsSchemaUiSchema };
1864
- export namespace optionsUiSchema_16 { }
1865
- export { optionsUiSchema_16 as optionsUiSchema };
1866
- let optionsUiSchemaUiSchema_16: {
2043
+ export { optionsSchemaUiSchema_17 as optionsSchemaUiSchema };
2044
+ export namespace optionsUiSchema_17 { }
2045
+ export { optionsUiSchema_17 as optionsUiSchema };
2046
+ let optionsUiSchemaUiSchema_17: {
1867
2047
  "ui:options": {
1868
2048
  span: {
1869
2049
  "ui:widget": string;
@@ -1885,48 +2065,48 @@ declare namespace advanced_1 {
1885
2065
  "ui:widget": string;
1886
2066
  };
1887
2067
  };
1888
- export { optionsUiSchemaUiSchema_16 as optionsUiSchemaUiSchema };
1889
- namespace _default_16 {
1890
- export namespace schema_15 {
1891
- let type_61: string;
1892
- export { type_61 as type };
2068
+ export { optionsUiSchemaUiSchema_17 as optionsUiSchemaUiSchema };
2069
+ namespace _default_17 {
2070
+ export namespace schema_16 {
2071
+ let type_64: string;
2072
+ export { type_64 as type };
1893
2073
  }
1894
- export { schema_15 as schema };
1895
- let uiSchema_15: {
2074
+ export { schema_16 as schema };
2075
+ let uiSchema_16: {
1896
2076
  "ui:widget": string;
1897
2077
  };
1898
- export { uiSchema_15 as uiSchema };
2078
+ export { uiSchema_16 as uiSchema };
1899
2079
  }
1900
- export { _default_16 as default };
2080
+ export { _default_17 as default };
1901
2081
  }
1902
2082
  namespace tags {
1903
- let title_59: string;
1904
- export { title_59 as title };
1905
- let icon_16: import("react/jsx-runtime").JSX.Element;
1906
- export { icon_16 as icon };
2083
+ let title_62: string;
2084
+ export { title_62 as title };
2085
+ let icon_17: import("react/jsx-runtime").JSX.Element;
2086
+ export { icon_17 as icon };
1907
2087
  let description_26: string;
1908
2088
  export { description_26 as description };
1909
- let child_16: {};
1910
- export { child_16 as child };
1911
- export namespace optionsSchema_18 {
1912
- let title_60: string;
1913
- export { title_60 as title };
1914
- let type_62: string;
1915
- export { type_62 as type };
1916
- export namespace properties_27 {
2089
+ let child_17: {};
2090
+ export { child_17 as child };
2091
+ export namespace optionsSchema_19 {
2092
+ let title_63: string;
2093
+ export { title_63 as title };
2094
+ let type_65: string;
2095
+ export { type_65 as type };
2096
+ export namespace properties_30 {
1917
2097
  export namespace tagPattern {
1918
- let type_63: string;
1919
- export { type_63 as type };
1920
- let title_61: string;
1921
- export { title_61 as title };
2098
+ let type_66: string;
2099
+ export { type_66 as type };
2100
+ let title_64: string;
2101
+ export { title_64 as title };
1922
2102
  let description_27: string;
1923
2103
  export { description_27 as description };
1924
2104
  }
1925
2105
  export namespace tagPatternErrorMessage {
1926
- let type_64: string;
1927
- export { type_64 as type };
1928
- let title_62: string;
1929
- export { title_62 as title };
2106
+ let type_67: string;
2107
+ export { type_67 as type };
2108
+ let title_65: string;
2109
+ export { title_65 as title };
1930
2110
  let description_28: string;
1931
2111
  export { description_28 as description };
1932
2112
  }
@@ -1935,19 +2115,19 @@ declare namespace advanced_1 {
1935
2115
  import isRequired_24 = isRequired;
1936
2116
  export { isRequired_24 as isRequired };
1937
2117
  }
1938
- export { properties_27 as properties };
2118
+ export { properties_30 as properties };
1939
2119
  }
1940
- export { optionsSchema_18 as optionsSchema };
1941
- export namespace optionsSchemaUiSchema_17 {
2120
+ export { optionsSchema_19 as optionsSchema };
2121
+ export namespace optionsSchemaUiSchema_18 {
1942
2122
  import readOnly_25 = readOnly;
1943
2123
  export { readOnly_25 as readOnly };
1944
2124
  import isRequired_25 = isRequired;
1945
2125
  export { isRequired_25 as isRequired };
1946
2126
  }
1947
- export { optionsSchemaUiSchema_17 as optionsSchemaUiSchema };
1948
- export namespace optionsUiSchema_17 { }
1949
- export { optionsUiSchema_17 as optionsUiSchema };
1950
- let optionsUiSchemaUiSchema_17: {
2127
+ export { optionsSchemaUiSchema_18 as optionsSchemaUiSchema };
2128
+ export namespace optionsUiSchema_18 { }
2129
+ export { optionsUiSchema_18 as optionsUiSchema };
2130
+ let optionsUiSchemaUiSchema_18: {
1951
2131
  "ui:options": {
1952
2132
  span: {
1953
2133
  "ui:widget": string;
@@ -1969,61 +2149,61 @@ declare namespace advanced_1 {
1969
2149
  "ui:widget": string;
1970
2150
  };
1971
2151
  };
1972
- export { optionsUiSchemaUiSchema_17 as optionsUiSchemaUiSchema };
1973
- namespace _default_17 {
1974
- export namespace schema_16 {
1975
- let type_65: string;
1976
- export { type_65 as type };
2152
+ export { optionsUiSchemaUiSchema_18 as optionsUiSchemaUiSchema };
2153
+ namespace _default_18 {
2154
+ export namespace schema_17 {
2155
+ let type_68: string;
2156
+ export { type_68 as type };
1977
2157
  export namespace items_3 {
1978
- let type_66: string;
1979
- export { type_66 as type };
2158
+ let type_69: string;
2159
+ export { type_69 as type };
1980
2160
  }
1981
2161
  export { items_3 as items };
1982
2162
  }
1983
- export { schema_16 as schema };
1984
- let uiSchema_16: {
2163
+ export { schema_17 as schema };
2164
+ let uiSchema_17: {
1985
2165
  "ui:field": string;
1986
2166
  };
1987
- export { uiSchema_16 as uiSchema };
2167
+ export { uiSchema_17 as uiSchema };
1988
2168
  }
1989
- export { _default_17 as default };
2169
+ export { _default_18 as default };
1990
2170
  }
1991
2171
  namespace idFetcher {
1992
- let title_63: string;
1993
- export { title_63 as title };
1994
- let icon_17: import("react/jsx-runtime").JSX.Element;
1995
- export { icon_17 as icon };
2172
+ let title_66: string;
2173
+ export { title_66 as title };
2174
+ let icon_18: import("react/jsx-runtime").JSX.Element;
2175
+ export { icon_18 as icon };
1996
2176
  let description_29: string;
1997
2177
  export { description_29 as description };
1998
- let child_17: {};
1999
- export { child_17 as child };
2000
- export namespace optionsSchema_19 {
2001
- let type_67: string;
2002
- export { type_67 as type };
2003
- let title_64: string;
2004
- export { title_64 as title };
2005
- export namespace properties_28 {
2178
+ let child_18: {};
2179
+ export { child_18 as child };
2180
+ export namespace optionsSchema_20 {
2181
+ let type_70: string;
2182
+ export { type_70 as type };
2183
+ let title_67: string;
2184
+ export { title_67 as title };
2185
+ export namespace properties_31 {
2006
2186
  import readOnly_26 = readOnly;
2007
2187
  export { readOnly_26 as readOnly };
2008
2188
  import isRequired_26 = isRequired;
2009
2189
  export { isRequired_26 as isRequired };
2010
2190
  }
2011
- export { properties_28 as properties };
2191
+ export { properties_31 as properties };
2012
2192
  }
2013
- export { optionsSchema_19 as optionsSchema };
2014
- export namespace optionsSchemaUiSchema_18 {
2193
+ export { optionsSchema_20 as optionsSchema };
2194
+ export namespace optionsSchemaUiSchema_19 {
2015
2195
  import readOnly_27 = readOnly;
2016
2196
  export { readOnly_27 as readOnly };
2017
2197
  import isRequired_27 = isRequired;
2018
2198
  export { isRequired_27 as isRequired };
2019
2199
  }
2020
- export { optionsSchemaUiSchema_18 as optionsSchemaUiSchema };
2021
- export namespace optionsUiSchema_18 {
2022
- let type_68: string;
2023
- export { type_68 as type };
2024
- let title_65: string;
2025
- export { title_65 as title };
2026
- let properties_29: {
2200
+ export { optionsSchemaUiSchema_19 as optionsSchemaUiSchema };
2201
+ export namespace optionsUiSchema_19 {
2202
+ let type_71: string;
2203
+ export { type_71 as type };
2204
+ let title_68: string;
2205
+ export { title_68 as title };
2206
+ let properties_32: {
2027
2207
  "ui:servicesList": {
2028
2208
  title: string;
2029
2209
  type: string;
@@ -2096,10 +2276,10 @@ declare namespace advanced_1 {
2096
2276
  default: boolean;
2097
2277
  };
2098
2278
  };
2099
- export { properties_29 as properties };
2279
+ export { properties_32 as properties };
2100
2280
  }
2101
- export { optionsUiSchema_18 as optionsUiSchema };
2102
- let optionsUiSchemaUiSchema_18: {
2281
+ export { optionsUiSchema_19 as optionsUiSchema };
2282
+ let optionsUiSchemaUiSchema_19: {
2103
2283
  "ui:servicesList": {
2104
2284
  "ui:widget": string;
2105
2285
  };
@@ -2124,43 +2304,43 @@ declare namespace advanced_1 {
2124
2304
  "ui:widget": string;
2125
2305
  };
2126
2306
  };
2127
- export { optionsUiSchemaUiSchema_18 as optionsUiSchemaUiSchema };
2128
- namespace _default_18 {
2129
- export namespace schema_17 {
2130
- let type_69: string;
2131
- export { type_69 as type };
2132
- let properties_30: {};
2133
- export { properties_30 as properties };
2307
+ export { optionsUiSchemaUiSchema_19 as optionsUiSchemaUiSchema };
2308
+ namespace _default_19 {
2309
+ export namespace schema_18 {
2310
+ let type_72: string;
2311
+ export { type_72 as type };
2312
+ let properties_33: {};
2313
+ export { properties_33 as properties };
2134
2314
  }
2135
- export { schema_17 as schema };
2136
- let uiSchema_17: {
2315
+ export { schema_18 as schema };
2316
+ let uiSchema_18: {
2137
2317
  "ui:servicesList": string[];
2138
2318
  "ui:field": string;
2139
2319
  };
2140
- export { uiSchema_17 as uiSchema };
2320
+ export { uiSchema_18 as uiSchema };
2141
2321
  }
2142
- export { _default_18 as default };
2322
+ export { _default_19 as default };
2143
2323
  }
2144
2324
  namespace codeEditor {
2145
- let title_66: string;
2146
- export { title_66 as title };
2147
- let icon_18: import("react/jsx-runtime").JSX.Element;
2148
- export { icon_18 as icon };
2325
+ let title_69: string;
2326
+ export { title_69 as title };
2327
+ let icon_19: import("react/jsx-runtime").JSX.Element;
2328
+ export { icon_19 as icon };
2149
2329
  let description_30: string;
2150
2330
  export { description_30 as description };
2151
- let child_18: {};
2152
- export { child_18 as child };
2153
- export namespace optionsSchema_20 {
2154
- let title_67: string;
2155
- export { title_67 as title };
2156
- let type_70: string;
2157
- export { type_70 as type };
2158
- export namespace properties_31 {
2331
+ let child_19: {};
2332
+ export { child_19 as child };
2333
+ export namespace optionsSchema_21 {
2334
+ let title_70: string;
2335
+ export { title_70 as title };
2336
+ let type_73: string;
2337
+ export { type_73 as type };
2338
+ export namespace properties_34 {
2159
2339
  export namespace validateWith {
2160
- let type_71: string;
2161
- export { type_71 as type };
2162
- let title_68: string;
2163
- export { title_68 as title };
2340
+ let type_74: string;
2341
+ export { type_74 as type };
2342
+ let title_71: string;
2343
+ export { title_71 as title };
2164
2344
  let description_31: string;
2165
2345
  export { description_31 as description };
2166
2346
  let oneOf_6: {
@@ -2174,7 +2354,7 @@ declare namespace advanced_1 {
2174
2354
  import isRequired_28 = isRequired;
2175
2355
  export { isRequired_28 as isRequired };
2176
2356
  }
2177
- export { properties_31 as properties };
2357
+ export { properties_34 as properties };
2178
2358
  export namespace dependencies_1 {
2179
2359
  export namespace validateWith_1 {
2180
2360
  let oneOf_7: ({
@@ -2214,8 +2394,8 @@ declare namespace advanced_1 {
2214
2394
  }
2215
2395
  export { dependencies_1 as dependencies };
2216
2396
  }
2217
- export { optionsSchema_20 as optionsSchema };
2218
- let optionsSchemaUiSchema_19: {
2397
+ export { optionsSchema_21 as optionsSchema };
2398
+ let optionsSchemaUiSchema_20: {
2219
2399
  readOnly: {
2220
2400
  "ui:widget": string;
2221
2401
  };
@@ -2243,13 +2423,13 @@ declare namespace advanced_1 {
2243
2423
  };
2244
2424
  "ui:order": string[];
2245
2425
  };
2246
- export { optionsSchemaUiSchema_19 as optionsSchemaUiSchema };
2247
- export namespace optionsUiSchema_19 {
2248
- let type_72: string;
2249
- export { type_72 as type };
2250
- let title_69: string;
2251
- export { title_69 as title };
2252
- let properties_32: {
2426
+ export { optionsSchemaUiSchema_20 as optionsSchemaUiSchema };
2427
+ export namespace optionsUiSchema_20 {
2428
+ let type_75: string;
2429
+ export { type_75 as type };
2430
+ let title_72: string;
2431
+ export { title_72 as title };
2432
+ let properties_35: {
2253
2433
  "ui:options": {
2254
2434
  type: string;
2255
2435
  title: string;
@@ -2324,10 +2504,10 @@ declare namespace advanced_1 {
2324
2504
  default: boolean;
2325
2505
  };
2326
2506
  };
2327
- export { properties_32 as properties };
2507
+ export { properties_35 as properties };
2328
2508
  }
2329
- export { optionsUiSchema_19 as optionsUiSchema };
2330
- let optionsUiSchemaUiSchema_19: {
2509
+ export { optionsUiSchema_20 as optionsUiSchema };
2510
+ let optionsUiSchemaUiSchema_20: {
2331
2511
  "ui:options": {
2332
2512
  span: {
2333
2513
  "ui:widget": string;
@@ -2349,23 +2529,23 @@ declare namespace advanced_1 {
2349
2529
  "ui:widget": string;
2350
2530
  };
2351
2531
  };
2352
- export { optionsUiSchemaUiSchema_19 as optionsUiSchemaUiSchema };
2353
- namespace _default_19 {
2354
- export namespace schema_18 {
2355
- let type_73: string;
2356
- export { type_73 as type };
2532
+ export { optionsUiSchemaUiSchema_20 as optionsUiSchemaUiSchema };
2533
+ namespace _default_20 {
2534
+ export namespace schema_19 {
2535
+ let type_76: string;
2536
+ export { type_76 as type };
2357
2537
  let validateWith_2: string;
2358
2538
  export { validateWith_2 as validateWith };
2359
2539
  }
2360
- export { schema_18 as schema };
2361
- let uiSchema_18: {
2540
+ export { schema_19 as schema };
2541
+ let uiSchema_19: {
2362
2542
  "ui:field": string;
2363
2543
  "ui:options": {
2364
2544
  language: string;
2365
2545
  };
2366
2546
  };
2367
- export { uiSchema_18 as uiSchema };
2547
+ export { uiSchema_19 as uiSchema };
2368
2548
  }
2369
- export { _default_19 as default };
2549
+ export { _default_20 as default };
2370
2550
  }
2371
2551
  }