react-formule 1.7.0 → 1.8.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.
- package/dist/admin/utils/fieldTypes.d.ts +964 -797
- package/dist/forms/templates/ArrayFieldTemplates/ArrayFieldTemplate.d.ts +1 -0
- package/dist/forms/templates/ArrayFieldTemplates/AutosuggestField.d.ts +46 -0
- package/dist/forms/templates/ArrayFieldTemplates/JSONSchemaGrid.d.ts +85 -0
- package/dist/forms/templates/ArrayFieldTemplates/TableArrayFieldTemplate.d.ts +68 -0
- package/dist/forms/templates/utils/index.d.ts +2 -0
- package/dist/forms/widgets/base/SwitchWidget.d.ts +2 -1
- package/dist/forms/widgets/base/index.d.ts +2 -0
- package/dist/react-formule.js +120526 -80622
- package/dist/react-formule.umd.cjs +763 -703
- package/package.json +3 -1
|
@@ -526,13 +526,15 @@ declare namespace collections_1 {
|
|
|
526
526
|
}
|
|
527
527
|
export { _default_2 as default };
|
|
528
528
|
}
|
|
529
|
-
namespace
|
|
529
|
+
namespace TableArrayFieldTemplate {
|
|
530
530
|
let title_17: string;
|
|
531
531
|
export { title_17 as title };
|
|
532
532
|
let icon_3: import("react/jsx-runtime").JSX.Element;
|
|
533
533
|
export { icon_3 as icon };
|
|
534
534
|
let description_9: string;
|
|
535
535
|
export { description_9 as description };
|
|
536
|
+
let className_3: string;
|
|
537
|
+
export { className_3 as className };
|
|
536
538
|
let child_3: {};
|
|
537
539
|
export { child_3 as child };
|
|
538
540
|
export namespace optionsSchema_5 {
|
|
@@ -550,10 +552,75 @@ declare namespace collections_1 {
|
|
|
550
552
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
551
553
|
};
|
|
552
554
|
export { optionsSchemaUiSchema_5 as optionsSchemaUiSchema };
|
|
553
|
-
export namespace optionsUiSchema_4 {
|
|
555
|
+
export namespace optionsUiSchema_4 {
|
|
556
|
+
let type_15: string;
|
|
557
|
+
export { type_15 as type };
|
|
558
|
+
let title_19: string;
|
|
559
|
+
export { title_19 as title };
|
|
560
|
+
let properties_7: {
|
|
561
|
+
"ui:options": {
|
|
562
|
+
type: string;
|
|
563
|
+
title: string;
|
|
564
|
+
properties: {
|
|
565
|
+
itemsDisplayTitle: {
|
|
566
|
+
type: string;
|
|
567
|
+
title: string;
|
|
568
|
+
description: string;
|
|
569
|
+
tooltip: string;
|
|
570
|
+
};
|
|
571
|
+
span: {
|
|
572
|
+
title: string;
|
|
573
|
+
type: string;
|
|
574
|
+
default: number;
|
|
575
|
+
minimum: number;
|
|
576
|
+
maximum: number;
|
|
577
|
+
oneOf: {
|
|
578
|
+
title: string;
|
|
579
|
+
const: number;
|
|
580
|
+
}[];
|
|
581
|
+
};
|
|
582
|
+
showAsModal: {
|
|
583
|
+
title: string;
|
|
584
|
+
type: string;
|
|
585
|
+
};
|
|
586
|
+
collapsible: {
|
|
587
|
+
title: string;
|
|
588
|
+
type: string;
|
|
589
|
+
};
|
|
590
|
+
hidden: {
|
|
591
|
+
type: string;
|
|
592
|
+
title: string;
|
|
593
|
+
tooltip: string;
|
|
594
|
+
};
|
|
595
|
+
};
|
|
596
|
+
};
|
|
597
|
+
"ui:label": {
|
|
598
|
+
title: string;
|
|
599
|
+
type: string;
|
|
600
|
+
default: boolean;
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
export { properties_7 as properties };
|
|
604
|
+
}
|
|
554
605
|
export { optionsUiSchema_4 as optionsUiSchema };
|
|
555
606
|
let optionsUiSchemaUiSchema_4: {
|
|
556
607
|
"ui:options": {
|
|
608
|
+
itemsDisplayTitle: {
|
|
609
|
+
"ui:options": {
|
|
610
|
+
descriptionIsMarkdown: boolean;
|
|
611
|
+
showAsModal: boolean;
|
|
612
|
+
modal: {
|
|
613
|
+
buttonInNewLine: boolean;
|
|
614
|
+
};
|
|
615
|
+
codeEditor: {
|
|
616
|
+
minimal: boolean;
|
|
617
|
+
language: string;
|
|
618
|
+
extraExtensions: import("@codemirror/state").Extension[];
|
|
619
|
+
height: string;
|
|
620
|
+
};
|
|
621
|
+
};
|
|
622
|
+
"ui:field": string;
|
|
623
|
+
};
|
|
557
624
|
span: {
|
|
558
625
|
"ui:widget": string;
|
|
559
626
|
};
|
|
@@ -595,22 +662,40 @@ declare namespace collections_1 {
|
|
|
595
662
|
export { optionsUiSchemaUiSchema_4 as optionsUiSchemaUiSchema };
|
|
596
663
|
namespace _default_3 {
|
|
597
664
|
export namespace schema_3 {
|
|
598
|
-
let
|
|
599
|
-
export {
|
|
600
|
-
|
|
665
|
+
let type_16: string;
|
|
666
|
+
export { type_16 as type };
|
|
667
|
+
export namespace items_1 {
|
|
668
|
+
let type_17: string;
|
|
669
|
+
export { type_17 as type };
|
|
670
|
+
export namespace properties_8 {
|
|
671
|
+
namespace col1 {
|
|
672
|
+
let type_18: string;
|
|
673
|
+
export { type_18 as type };
|
|
674
|
+
let title_20: string;
|
|
675
|
+
export { title_20 as title };
|
|
676
|
+
}
|
|
677
|
+
namespace col2 {
|
|
678
|
+
let type_19: string;
|
|
679
|
+
export { type_19 as type };
|
|
680
|
+
let title_21: string;
|
|
681
|
+
export { title_21 as title };
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
export { properties_8 as properties };
|
|
685
|
+
}
|
|
601
686
|
export { items_1 as items };
|
|
602
687
|
}
|
|
603
688
|
export { schema_3 as schema };
|
|
604
689
|
let uiSchema_3: {
|
|
605
|
-
"ui:
|
|
690
|
+
"ui:widget": string;
|
|
606
691
|
};
|
|
607
692
|
export { uiSchema_3 as uiSchema };
|
|
608
693
|
}
|
|
609
694
|
export { _default_3 as default };
|
|
610
695
|
}
|
|
611
|
-
namespace
|
|
612
|
-
let
|
|
613
|
-
export {
|
|
696
|
+
namespace accordion {
|
|
697
|
+
let title_22: string;
|
|
698
|
+
export { title_22 as title };
|
|
614
699
|
let icon_4: import("react/jsx-runtime").JSX.Element;
|
|
615
700
|
export { icon_4 as icon };
|
|
616
701
|
let description_10: string;
|
|
@@ -618,12 +703,12 @@ declare namespace collections_1 {
|
|
|
618
703
|
let child_4: {};
|
|
619
704
|
export { child_4 as child };
|
|
620
705
|
export namespace optionsSchema_6 {
|
|
621
|
-
let
|
|
622
|
-
export {
|
|
623
|
-
let
|
|
624
|
-
export {
|
|
625
|
-
export namespace
|
|
626
|
-
export {
|
|
706
|
+
let type_20: string;
|
|
707
|
+
export { type_20 as type };
|
|
708
|
+
let title_23: string;
|
|
709
|
+
export { title_23 as title };
|
|
710
|
+
export namespace properties_9 { }
|
|
711
|
+
export { properties_9 as properties };
|
|
627
712
|
}
|
|
628
713
|
export { optionsSchema_6 as optionsSchema };
|
|
629
714
|
let optionsSchemaUiSchema_6: {
|
|
@@ -677,8 +762,8 @@ declare namespace collections_1 {
|
|
|
677
762
|
export { optionsUiSchemaUiSchema_5 as optionsUiSchemaUiSchema };
|
|
678
763
|
namespace _default_4 {
|
|
679
764
|
export namespace schema_4 {
|
|
680
|
-
let
|
|
681
|
-
export {
|
|
765
|
+
let type_21: string;
|
|
766
|
+
export { type_21 as type };
|
|
682
767
|
let items_2: {};
|
|
683
768
|
export { items_2 as items };
|
|
684
769
|
}
|
|
@@ -690,9 +775,9 @@ declare namespace collections_1 {
|
|
|
690
775
|
}
|
|
691
776
|
export { _default_4 as default };
|
|
692
777
|
}
|
|
693
|
-
namespace
|
|
694
|
-
let
|
|
695
|
-
export {
|
|
778
|
+
namespace layer {
|
|
779
|
+
let title_24: string;
|
|
780
|
+
export { title_24 as title };
|
|
696
781
|
let icon_5: import("react/jsx-runtime").JSX.Element;
|
|
697
782
|
export { icon_5 as icon };
|
|
698
783
|
let description_11: string;
|
|
@@ -700,12 +785,12 @@ declare namespace collections_1 {
|
|
|
700
785
|
let child_5: {};
|
|
701
786
|
export { child_5 as child };
|
|
702
787
|
export namespace optionsSchema_7 {
|
|
703
|
-
let
|
|
704
|
-
export {
|
|
705
|
-
let
|
|
706
|
-
export {
|
|
707
|
-
export namespace
|
|
708
|
-
export {
|
|
788
|
+
let type_22: string;
|
|
789
|
+
export { type_22 as type };
|
|
790
|
+
let title_25: string;
|
|
791
|
+
export { title_25 as title };
|
|
792
|
+
export namespace properties_10 { }
|
|
793
|
+
export { properties_10 as properties };
|
|
709
794
|
}
|
|
710
795
|
export { optionsSchema_7 as optionsSchema };
|
|
711
796
|
let optionsSchemaUiSchema_7: {
|
|
@@ -759,35 +844,35 @@ declare namespace collections_1 {
|
|
|
759
844
|
export { optionsUiSchemaUiSchema_6 as optionsUiSchemaUiSchema };
|
|
760
845
|
namespace _default_5 {
|
|
761
846
|
export namespace schema_5 {
|
|
762
|
-
let
|
|
763
|
-
export {
|
|
764
|
-
let
|
|
765
|
-
export {
|
|
847
|
+
let type_23: string;
|
|
848
|
+
export { type_23 as type };
|
|
849
|
+
let items_3: {};
|
|
850
|
+
export { items_3 as items };
|
|
766
851
|
}
|
|
767
852
|
export { schema_5 as schema };
|
|
768
853
|
let uiSchema_5: {
|
|
769
|
-
"ui:
|
|
854
|
+
"ui:array": string;
|
|
770
855
|
};
|
|
771
856
|
export { uiSchema_5 as uiSchema };
|
|
772
857
|
}
|
|
773
858
|
export { _default_5 as default };
|
|
774
859
|
}
|
|
775
|
-
namespace
|
|
776
|
-
let
|
|
777
|
-
export {
|
|
778
|
-
let description_12: string;
|
|
779
|
-
export { description_12 as description };
|
|
860
|
+
namespace tabView {
|
|
861
|
+
let title_26: string;
|
|
862
|
+
export { title_26 as title };
|
|
780
863
|
let icon_6: import("react/jsx-runtime").JSX.Element;
|
|
781
864
|
export { icon_6 as icon };
|
|
865
|
+
let description_12: string;
|
|
866
|
+
export { description_12 as description };
|
|
782
867
|
let child_6: {};
|
|
783
868
|
export { child_6 as child };
|
|
784
869
|
export namespace optionsSchema_8 {
|
|
785
|
-
let
|
|
786
|
-
export {
|
|
787
|
-
let
|
|
788
|
-
export {
|
|
789
|
-
export namespace
|
|
790
|
-
export {
|
|
870
|
+
let type_24: string;
|
|
871
|
+
export { type_24 as type };
|
|
872
|
+
let title_27: string;
|
|
873
|
+
export { title_27 as title };
|
|
874
|
+
export namespace properties_11 { }
|
|
875
|
+
export { properties_11 as properties };
|
|
791
876
|
}
|
|
792
877
|
export { optionsSchema_8 as optionsSchema };
|
|
793
878
|
let optionsSchemaUiSchema_8: {
|
|
@@ -796,12 +881,94 @@ declare namespace collections_1 {
|
|
|
796
881
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
797
882
|
};
|
|
798
883
|
export { optionsSchemaUiSchema_8 as optionsSchemaUiSchema };
|
|
799
|
-
export namespace optionsUiSchema_7 {
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
884
|
+
export namespace optionsUiSchema_7 { }
|
|
885
|
+
export { optionsUiSchema_7 as optionsUiSchema };
|
|
886
|
+
let optionsUiSchemaUiSchema_7: {
|
|
887
|
+
"ui:options": {
|
|
888
|
+
span: {
|
|
889
|
+
"ui:widget": string;
|
|
890
|
+
};
|
|
891
|
+
modal: {
|
|
892
|
+
"ui:options": {
|
|
893
|
+
showAsModal: boolean;
|
|
894
|
+
modal: {
|
|
895
|
+
buttonInNewLine: boolean;
|
|
896
|
+
modalWidth: number;
|
|
897
|
+
};
|
|
898
|
+
};
|
|
899
|
+
buttonInNewLine: {
|
|
900
|
+
"ui:widget": string;
|
|
901
|
+
};
|
|
902
|
+
modalWidth: {
|
|
903
|
+
"ui:widget": string;
|
|
904
|
+
};
|
|
905
|
+
};
|
|
906
|
+
showAsModal: {
|
|
907
|
+
"ui:widget": string;
|
|
908
|
+
};
|
|
909
|
+
collapsible: {
|
|
910
|
+
"ui:widget": string;
|
|
911
|
+
};
|
|
912
|
+
hidden: {
|
|
913
|
+
"ui:widget": string;
|
|
914
|
+
};
|
|
915
|
+
"ui:order": string[];
|
|
916
|
+
"ui:padding": number;
|
|
917
|
+
"ui:label": boolean;
|
|
918
|
+
};
|
|
919
|
+
"ui:label": {
|
|
920
|
+
"ui:widget": string;
|
|
921
|
+
};
|
|
922
|
+
"ui:ObjectFieldTemplate": ({ properties }: {
|
|
923
|
+
properties: any;
|
|
924
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
925
|
+
};
|
|
926
|
+
export { optionsUiSchemaUiSchema_7 as optionsUiSchemaUiSchema };
|
|
927
|
+
namespace _default_6 {
|
|
928
|
+
export namespace schema_6 {
|
|
929
|
+
let type_25: string;
|
|
930
|
+
export { type_25 as type };
|
|
931
|
+
let properties_12: {};
|
|
932
|
+
export { properties_12 as properties };
|
|
933
|
+
}
|
|
934
|
+
export { schema_6 as schema };
|
|
935
|
+
let uiSchema_6: {
|
|
936
|
+
"ui:object": string;
|
|
937
|
+
};
|
|
938
|
+
export { uiSchema_6 as uiSchema };
|
|
939
|
+
}
|
|
940
|
+
export { _default_6 as default };
|
|
941
|
+
}
|
|
942
|
+
namespace stepsView {
|
|
943
|
+
let title_28: string;
|
|
944
|
+
export { title_28 as title };
|
|
945
|
+
let description_13: string;
|
|
946
|
+
export { description_13 as description };
|
|
947
|
+
let icon_7: import("react/jsx-runtime").JSX.Element;
|
|
948
|
+
export { icon_7 as icon };
|
|
949
|
+
let child_7: {};
|
|
950
|
+
export { child_7 as child };
|
|
951
|
+
export namespace optionsSchema_9 {
|
|
952
|
+
let type_26: string;
|
|
953
|
+
export { type_26 as type };
|
|
954
|
+
let title_29: string;
|
|
955
|
+
export { title_29 as title };
|
|
956
|
+
export namespace properties_13 { }
|
|
957
|
+
export { properties_13 as properties };
|
|
958
|
+
}
|
|
959
|
+
export { optionsSchema_9 as optionsSchema };
|
|
960
|
+
let optionsSchemaUiSchema_9: {
|
|
961
|
+
"ui:ObjectFieldTemplate": ({ properties }: {
|
|
962
|
+
properties: any;
|
|
963
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
964
|
+
};
|
|
965
|
+
export { optionsSchemaUiSchema_9 as optionsSchemaUiSchema };
|
|
966
|
+
export namespace optionsUiSchema_8 {
|
|
967
|
+
let type_27: string;
|
|
968
|
+
export { type_27 as type };
|
|
969
|
+
let title_30: string;
|
|
970
|
+
export { title_30 as title };
|
|
971
|
+
let properties_14: {
|
|
805
972
|
"ui:options": {
|
|
806
973
|
type: string;
|
|
807
974
|
title: string;
|
|
@@ -922,10 +1089,10 @@ declare namespace collections_1 {
|
|
|
922
1089
|
default: boolean;
|
|
923
1090
|
};
|
|
924
1091
|
};
|
|
925
|
-
export {
|
|
1092
|
+
export { properties_14 as properties };
|
|
926
1093
|
}
|
|
927
|
-
export {
|
|
928
|
-
let
|
|
1094
|
+
export { optionsUiSchema_8 as optionsUiSchema };
|
|
1095
|
+
let optionsUiSchemaUiSchema_8: {
|
|
929
1096
|
"ui:options": {
|
|
930
1097
|
hideSteps: {
|
|
931
1098
|
"ui:widget": string;
|
|
@@ -977,59 +1144,59 @@ declare namespace collections_1 {
|
|
|
977
1144
|
properties: any;
|
|
978
1145
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
979
1146
|
};
|
|
980
|
-
export {
|
|
981
|
-
namespace
|
|
982
|
-
export namespace
|
|
983
|
-
let
|
|
984
|
-
export {
|
|
985
|
-
let
|
|
986
|
-
export {
|
|
1147
|
+
export { optionsUiSchemaUiSchema_8 as optionsUiSchemaUiSchema };
|
|
1148
|
+
namespace _default_7 {
|
|
1149
|
+
export namespace schema_7 {
|
|
1150
|
+
let type_28: string;
|
|
1151
|
+
export { type_28 as type };
|
|
1152
|
+
let properties_15: {};
|
|
1153
|
+
export { properties_15 as properties };
|
|
987
1154
|
}
|
|
988
|
-
export {
|
|
989
|
-
let
|
|
1155
|
+
export { schema_7 as schema };
|
|
1156
|
+
let uiSchema_7: {
|
|
990
1157
|
"ui:object": string;
|
|
991
1158
|
"ui:options": {
|
|
992
1159
|
stepsPlacement: string;
|
|
993
1160
|
markAsCompleted: boolean;
|
|
994
1161
|
};
|
|
995
1162
|
};
|
|
996
|
-
export {
|
|
1163
|
+
export { uiSchema_7 as uiSchema };
|
|
997
1164
|
}
|
|
998
|
-
export {
|
|
1165
|
+
export { _default_7 as default };
|
|
999
1166
|
}
|
|
1000
1167
|
}
|
|
1001
1168
|
declare namespace simple_1 {
|
|
1002
1169
|
export namespace text {
|
|
1003
|
-
let
|
|
1004
|
-
export {
|
|
1005
|
-
let
|
|
1006
|
-
export {
|
|
1007
|
-
let
|
|
1008
|
-
export {
|
|
1009
|
-
let
|
|
1010
|
-
export {
|
|
1011
|
-
let
|
|
1012
|
-
export {
|
|
1013
|
-
export namespace
|
|
1014
|
-
let
|
|
1015
|
-
export {
|
|
1016
|
-
let
|
|
1017
|
-
export {
|
|
1018
|
-
export namespace
|
|
1170
|
+
let title_31: string;
|
|
1171
|
+
export { title_31 as title };
|
|
1172
|
+
let icon_8: import("react/jsx-runtime").JSX.Element;
|
|
1173
|
+
export { icon_8 as icon };
|
|
1174
|
+
let description_14: string;
|
|
1175
|
+
export { description_14 as description };
|
|
1176
|
+
let className_4: string;
|
|
1177
|
+
export { className_4 as className };
|
|
1178
|
+
let child_8: {};
|
|
1179
|
+
export { child_8 as child };
|
|
1180
|
+
export namespace optionsSchema_10 {
|
|
1181
|
+
let type_29: string;
|
|
1182
|
+
export { type_29 as type };
|
|
1183
|
+
let title_32: string;
|
|
1184
|
+
export { title_32 as title };
|
|
1185
|
+
export namespace properties_16 {
|
|
1019
1186
|
export namespace pattern {
|
|
1020
|
-
let
|
|
1021
|
-
export {
|
|
1022
|
-
let
|
|
1023
|
-
export {
|
|
1024
|
-
let
|
|
1025
|
-
export {
|
|
1187
|
+
let title_33: string;
|
|
1188
|
+
export { title_33 as title };
|
|
1189
|
+
let description_15: string;
|
|
1190
|
+
export { description_15 as description };
|
|
1191
|
+
let type_30: string;
|
|
1192
|
+
export { type_30 as type };
|
|
1026
1193
|
export let format: string;
|
|
1027
1194
|
}
|
|
1028
1195
|
export namespace format_1 {
|
|
1029
|
-
let
|
|
1030
|
-
export {
|
|
1031
|
-
let
|
|
1032
|
-
export {
|
|
1196
|
+
let title_34: string;
|
|
1197
|
+
export { title_34 as title };
|
|
1198
|
+
let type_31: string;
|
|
1199
|
+
export { type_31 as type };
|
|
1033
1200
|
let _enum: string[];
|
|
1034
1201
|
export { _enum as enum };
|
|
1035
1202
|
}
|
|
@@ -1039,10 +1206,10 @@ declare namespace simple_1 {
|
|
|
1039
1206
|
import isRequired_3 = isRequired;
|
|
1040
1207
|
export { isRequired_3 as isRequired };
|
|
1041
1208
|
}
|
|
1042
|
-
export {
|
|
1209
|
+
export { properties_16 as properties };
|
|
1043
1210
|
}
|
|
1044
|
-
export {
|
|
1045
|
-
let
|
|
1211
|
+
export { optionsSchema_10 as optionsSchema };
|
|
1212
|
+
let optionsSchemaUiSchema_10: {
|
|
1046
1213
|
readOnly: {
|
|
1047
1214
|
"ui:widget": string;
|
|
1048
1215
|
};
|
|
@@ -1056,13 +1223,13 @@ declare namespace simple_1 {
|
|
|
1056
1223
|
properties: any;
|
|
1057
1224
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1058
1225
|
};
|
|
1059
|
-
export {
|
|
1060
|
-
export namespace
|
|
1061
|
-
let
|
|
1062
|
-
export {
|
|
1063
|
-
let
|
|
1064
|
-
export {
|
|
1065
|
-
let
|
|
1226
|
+
export { optionsSchemaUiSchema_10 as optionsSchemaUiSchema };
|
|
1227
|
+
export namespace optionsUiSchema_9 {
|
|
1228
|
+
let type_32: string;
|
|
1229
|
+
export { type_32 as type };
|
|
1230
|
+
let title_35: string;
|
|
1231
|
+
export { title_35 as title };
|
|
1232
|
+
let properties_17: {
|
|
1066
1233
|
"ui:options": {
|
|
1067
1234
|
type: string;
|
|
1068
1235
|
title: string;
|
|
@@ -1158,10 +1325,10 @@ declare namespace simple_1 {
|
|
|
1158
1325
|
default: boolean;
|
|
1159
1326
|
};
|
|
1160
1327
|
};
|
|
1161
|
-
export {
|
|
1328
|
+
export { properties_17 as properties };
|
|
1162
1329
|
}
|
|
1163
|
-
export {
|
|
1164
|
-
let
|
|
1330
|
+
export { optionsUiSchema_9 as optionsUiSchema };
|
|
1331
|
+
let optionsUiSchemaUiSchema_9: {
|
|
1165
1332
|
"ui:options": {
|
|
1166
1333
|
mask: {
|
|
1167
1334
|
"ui:placeholder": string;
|
|
@@ -1211,44 +1378,44 @@ declare namespace simple_1 {
|
|
|
1211
1378
|
properties: any;
|
|
1212
1379
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1213
1380
|
};
|
|
1214
|
-
export {
|
|
1215
|
-
namespace
|
|
1216
|
-
export namespace
|
|
1217
|
-
let
|
|
1218
|
-
export {
|
|
1381
|
+
export { optionsUiSchemaUiSchema_9 as optionsUiSchemaUiSchema };
|
|
1382
|
+
namespace _default_8 {
|
|
1383
|
+
export namespace schema_8 {
|
|
1384
|
+
let type_33: string;
|
|
1385
|
+
export { type_33 as type };
|
|
1219
1386
|
}
|
|
1220
|
-
export {
|
|
1221
|
-
let
|
|
1387
|
+
export { schema_8 as schema };
|
|
1388
|
+
let uiSchema_8: {
|
|
1222
1389
|
"ui:widget": string;
|
|
1223
1390
|
};
|
|
1224
|
-
export {
|
|
1391
|
+
export { uiSchema_8 as uiSchema };
|
|
1225
1392
|
}
|
|
1226
|
-
export {
|
|
1393
|
+
export { _default_8 as default };
|
|
1227
1394
|
}
|
|
1228
1395
|
export namespace textarea {
|
|
1229
|
-
let
|
|
1230
|
-
export {
|
|
1231
|
-
let
|
|
1232
|
-
export {
|
|
1233
|
-
let
|
|
1234
|
-
export {
|
|
1235
|
-
let
|
|
1236
|
-
export {
|
|
1237
|
-
export namespace
|
|
1238
|
-
let
|
|
1239
|
-
export {
|
|
1240
|
-
let
|
|
1241
|
-
export {
|
|
1242
|
-
export namespace
|
|
1396
|
+
let title_36: string;
|
|
1397
|
+
export { title_36 as title };
|
|
1398
|
+
let icon_9: import("react/jsx-runtime").JSX.Element;
|
|
1399
|
+
export { icon_9 as icon };
|
|
1400
|
+
let description_16: string;
|
|
1401
|
+
export { description_16 as description };
|
|
1402
|
+
let child_9: {};
|
|
1403
|
+
export { child_9 as child };
|
|
1404
|
+
export namespace optionsSchema_11 {
|
|
1405
|
+
let type_34: string;
|
|
1406
|
+
export { type_34 as type };
|
|
1407
|
+
let title_37: string;
|
|
1408
|
+
export { title_37 as title };
|
|
1409
|
+
export namespace properties_18 {
|
|
1243
1410
|
import readOnly_4 = readOnly;
|
|
1244
1411
|
export { readOnly_4 as readOnly };
|
|
1245
1412
|
import isRequired_4 = isRequired;
|
|
1246
1413
|
export { isRequired_4 as isRequired };
|
|
1247
1414
|
}
|
|
1248
|
-
export {
|
|
1415
|
+
export { properties_18 as properties };
|
|
1249
1416
|
}
|
|
1250
|
-
export {
|
|
1251
|
-
let
|
|
1417
|
+
export { optionsSchema_11 as optionsSchema };
|
|
1418
|
+
let optionsSchemaUiSchema_11: {
|
|
1252
1419
|
readOnly: {
|
|
1253
1420
|
"ui:widget": string;
|
|
1254
1421
|
};
|
|
@@ -1259,13 +1426,13 @@ declare namespace simple_1 {
|
|
|
1259
1426
|
properties: any;
|
|
1260
1427
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1261
1428
|
};
|
|
1262
|
-
export {
|
|
1263
|
-
export namespace
|
|
1264
|
-
let
|
|
1265
|
-
export {
|
|
1266
|
-
let
|
|
1267
|
-
export {
|
|
1268
|
-
let
|
|
1429
|
+
export { optionsSchemaUiSchema_11 as optionsSchemaUiSchema };
|
|
1430
|
+
export namespace optionsUiSchema_10 {
|
|
1431
|
+
let type_35: string;
|
|
1432
|
+
export { type_35 as type };
|
|
1433
|
+
let title_38: string;
|
|
1434
|
+
export { title_38 as title };
|
|
1435
|
+
let properties_19: {
|
|
1269
1436
|
"ui:options": {
|
|
1270
1437
|
type: string;
|
|
1271
1438
|
title: string;
|
|
@@ -1367,10 +1534,10 @@ declare namespace simple_1 {
|
|
|
1367
1534
|
default: boolean;
|
|
1368
1535
|
};
|
|
1369
1536
|
};
|
|
1370
|
-
export {
|
|
1537
|
+
export { properties_19 as properties };
|
|
1371
1538
|
}
|
|
1372
|
-
export {
|
|
1373
|
-
let
|
|
1539
|
+
export { optionsUiSchema_10 as optionsUiSchema };
|
|
1540
|
+
let optionsUiSchemaUiSchema_10: {
|
|
1374
1541
|
"ui:options": {
|
|
1375
1542
|
span: {
|
|
1376
1543
|
"ui:widget": string;
|
|
@@ -1410,56 +1577,56 @@ declare namespace simple_1 {
|
|
|
1410
1577
|
properties: any;
|
|
1411
1578
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1412
1579
|
};
|
|
1413
|
-
export {
|
|
1414
|
-
namespace
|
|
1415
|
-
export namespace
|
|
1416
|
-
let
|
|
1417
|
-
export {
|
|
1580
|
+
export { optionsUiSchemaUiSchema_10 as optionsUiSchemaUiSchema };
|
|
1581
|
+
namespace _default_9 {
|
|
1582
|
+
export namespace schema_9 {
|
|
1583
|
+
let type_36: string;
|
|
1584
|
+
export { type_36 as type };
|
|
1418
1585
|
}
|
|
1419
|
-
export {
|
|
1420
|
-
let
|
|
1586
|
+
export { schema_9 as schema };
|
|
1587
|
+
let uiSchema_9: {
|
|
1421
1588
|
"ui:widget": string;
|
|
1422
1589
|
};
|
|
1423
|
-
export {
|
|
1590
|
+
export { uiSchema_9 as uiSchema };
|
|
1424
1591
|
}
|
|
1425
|
-
export {
|
|
1592
|
+
export { _default_9 as default };
|
|
1426
1593
|
}
|
|
1427
1594
|
export namespace number {
|
|
1428
|
-
let
|
|
1429
|
-
export {
|
|
1430
|
-
let
|
|
1431
|
-
export {
|
|
1432
|
-
let
|
|
1433
|
-
export {
|
|
1434
|
-
let
|
|
1435
|
-
export {
|
|
1436
|
-
export namespace
|
|
1437
|
-
let
|
|
1438
|
-
export {
|
|
1439
|
-
let
|
|
1440
|
-
export {
|
|
1441
|
-
export namespace
|
|
1442
|
-
export namespace
|
|
1443
|
-
let
|
|
1444
|
-
export {
|
|
1445
|
-
let
|
|
1446
|
-
export {
|
|
1595
|
+
let title_39: string;
|
|
1596
|
+
export { title_39 as title };
|
|
1597
|
+
let icon_10: import("react/jsx-runtime").JSX.Element;
|
|
1598
|
+
export { icon_10 as icon };
|
|
1599
|
+
let description_17: string;
|
|
1600
|
+
export { description_17 as description };
|
|
1601
|
+
let child_10: {};
|
|
1602
|
+
export { child_10 as child };
|
|
1603
|
+
export namespace optionsSchema_12 {
|
|
1604
|
+
let type_37: string;
|
|
1605
|
+
export { type_37 as type };
|
|
1606
|
+
let title_40: string;
|
|
1607
|
+
export { title_40 as title };
|
|
1608
|
+
export namespace properties_20 {
|
|
1609
|
+
export namespace type_38 {
|
|
1610
|
+
let title_41: string;
|
|
1611
|
+
export { title_41 as title };
|
|
1612
|
+
let type_39: string;
|
|
1613
|
+
export { type_39 as type };
|
|
1447
1614
|
let oneOf_1: {
|
|
1448
1615
|
const: string;
|
|
1449
1616
|
title: string;
|
|
1450
1617
|
}[];
|
|
1451
1618
|
export { oneOf_1 as oneOf };
|
|
1452
1619
|
}
|
|
1453
|
-
export {
|
|
1620
|
+
export { type_38 as type };
|
|
1454
1621
|
import readOnly_5 = readOnly;
|
|
1455
1622
|
export { readOnly_5 as readOnly };
|
|
1456
1623
|
import isRequired_5 = isRequired;
|
|
1457
1624
|
export { isRequired_5 as isRequired };
|
|
1458
1625
|
}
|
|
1459
|
-
export {
|
|
1626
|
+
export { properties_20 as properties };
|
|
1460
1627
|
}
|
|
1461
|
-
export {
|
|
1462
|
-
let
|
|
1628
|
+
export { optionsSchema_12 as optionsSchema };
|
|
1629
|
+
let optionsSchemaUiSchema_12: {
|
|
1463
1630
|
readOnly: {
|
|
1464
1631
|
"ui:widget": string;
|
|
1465
1632
|
};
|
|
@@ -1470,10 +1637,10 @@ declare namespace simple_1 {
|
|
|
1470
1637
|
properties: any;
|
|
1471
1638
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1472
1639
|
};
|
|
1473
|
-
export {
|
|
1474
|
-
export namespace
|
|
1475
|
-
export {
|
|
1476
|
-
let
|
|
1640
|
+
export { optionsSchemaUiSchema_12 as optionsSchemaUiSchema };
|
|
1641
|
+
export namespace optionsUiSchema_11 { }
|
|
1642
|
+
export { optionsUiSchema_11 as optionsUiSchema };
|
|
1643
|
+
let optionsUiSchemaUiSchema_11: {
|
|
1477
1644
|
"ui:options": {
|
|
1478
1645
|
span: {
|
|
1479
1646
|
"ui:widget": string;
|
|
@@ -1513,53 +1680,53 @@ declare namespace simple_1 {
|
|
|
1513
1680
|
properties: any;
|
|
1514
1681
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1515
1682
|
};
|
|
1516
|
-
export {
|
|
1517
|
-
namespace
|
|
1518
|
-
export namespace
|
|
1519
|
-
let
|
|
1520
|
-
export {
|
|
1683
|
+
export { optionsUiSchemaUiSchema_11 as optionsUiSchemaUiSchema };
|
|
1684
|
+
namespace _default_10 {
|
|
1685
|
+
export namespace schema_10 {
|
|
1686
|
+
let type_40: string;
|
|
1687
|
+
export { type_40 as type };
|
|
1521
1688
|
}
|
|
1522
|
-
export {
|
|
1523
|
-
let
|
|
1524
|
-
export {
|
|
1689
|
+
export { schema_10 as schema };
|
|
1690
|
+
let uiSchema_10: {};
|
|
1691
|
+
export { uiSchema_10 as uiSchema };
|
|
1525
1692
|
}
|
|
1526
|
-
export {
|
|
1693
|
+
export { _default_10 as default };
|
|
1527
1694
|
}
|
|
1528
1695
|
export namespace checkbox {
|
|
1529
|
-
let
|
|
1530
|
-
export {
|
|
1531
|
-
let
|
|
1532
|
-
export {
|
|
1533
|
-
let
|
|
1534
|
-
export {
|
|
1535
|
-
let
|
|
1536
|
-
export {
|
|
1537
|
-
export namespace
|
|
1538
|
-
let
|
|
1539
|
-
export {
|
|
1540
|
-
let
|
|
1541
|
-
export {
|
|
1542
|
-
export namespace
|
|
1543
|
-
export namespace
|
|
1544
|
-
let
|
|
1545
|
-
export {
|
|
1546
|
-
let
|
|
1547
|
-
export {
|
|
1696
|
+
let title_42: string;
|
|
1697
|
+
export { title_42 as title };
|
|
1698
|
+
let icon_11: import("react/jsx-runtime").JSX.Element;
|
|
1699
|
+
export { icon_11 as icon };
|
|
1700
|
+
let description_18: string;
|
|
1701
|
+
export { description_18 as description };
|
|
1702
|
+
let child_11: {};
|
|
1703
|
+
export { child_11 as child };
|
|
1704
|
+
export namespace optionsSchema_13 {
|
|
1705
|
+
let type_41: string;
|
|
1706
|
+
export { type_41 as type };
|
|
1707
|
+
let title_43: string;
|
|
1708
|
+
export { title_43 as title };
|
|
1709
|
+
export namespace properties_21 {
|
|
1710
|
+
export namespace type_42 {
|
|
1711
|
+
let title_44: string;
|
|
1712
|
+
export { title_44 as title };
|
|
1713
|
+
let type_43: string;
|
|
1714
|
+
export { type_43 as type };
|
|
1548
1715
|
let oneOf_2: {
|
|
1549
1716
|
const: string;
|
|
1550
1717
|
title: string;
|
|
1551
1718
|
}[];
|
|
1552
1719
|
export { oneOf_2 as oneOf };
|
|
1553
1720
|
}
|
|
1554
|
-
export {
|
|
1721
|
+
export { type_42 as type };
|
|
1555
1722
|
import readOnly_6 = readOnly;
|
|
1556
1723
|
export { readOnly_6 as readOnly };
|
|
1557
1724
|
import isRequired_6 = isRequired;
|
|
1558
1725
|
export { isRequired_6 as isRequired };
|
|
1559
1726
|
}
|
|
1560
|
-
export {
|
|
1727
|
+
export { properties_21 as properties };
|
|
1561
1728
|
export namespace dependencies {
|
|
1562
|
-
export namespace
|
|
1729
|
+
export namespace type_44 {
|
|
1563
1730
|
let oneOf_3: ({
|
|
1564
1731
|
properties: {
|
|
1565
1732
|
type: {
|
|
@@ -1602,11 +1769,11 @@ declare namespace simple_1 {
|
|
|
1602
1769
|
})[];
|
|
1603
1770
|
export { oneOf_3 as oneOf };
|
|
1604
1771
|
}
|
|
1605
|
-
export {
|
|
1772
|
+
export { type_44 as type };
|
|
1606
1773
|
}
|
|
1607
1774
|
}
|
|
1608
|
-
export {
|
|
1609
|
-
let
|
|
1775
|
+
export { optionsSchema_13 as optionsSchema };
|
|
1776
|
+
let optionsSchemaUiSchema_13: {
|
|
1610
1777
|
items: {
|
|
1611
1778
|
enum: {
|
|
1612
1779
|
items: {
|
|
@@ -1624,10 +1791,10 @@ declare namespace simple_1 {
|
|
|
1624
1791
|
properties: any;
|
|
1625
1792
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1626
1793
|
};
|
|
1627
|
-
export {
|
|
1628
|
-
export namespace
|
|
1629
|
-
export {
|
|
1630
|
-
let
|
|
1794
|
+
export { optionsSchemaUiSchema_13 as optionsSchemaUiSchema };
|
|
1795
|
+
export namespace optionsUiSchema_12 { }
|
|
1796
|
+
export { optionsUiSchema_12 as optionsUiSchema };
|
|
1797
|
+
let optionsUiSchemaUiSchema_12: {
|
|
1631
1798
|
"ui:options": {
|
|
1632
1799
|
span: {
|
|
1633
1800
|
"ui:widget": string;
|
|
@@ -1667,66 +1834,66 @@ declare namespace simple_1 {
|
|
|
1667
1834
|
properties: any;
|
|
1668
1835
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1669
1836
|
};
|
|
1670
|
-
export {
|
|
1671
|
-
namespace
|
|
1672
|
-
export namespace
|
|
1673
|
-
let
|
|
1674
|
-
export {
|
|
1675
|
-
export namespace
|
|
1676
|
-
let
|
|
1677
|
-
export {
|
|
1837
|
+
export { optionsUiSchemaUiSchema_12 as optionsUiSchemaUiSchema };
|
|
1838
|
+
namespace _default_11 {
|
|
1839
|
+
export namespace schema_11 {
|
|
1840
|
+
let type_45: string;
|
|
1841
|
+
export { type_45 as type };
|
|
1842
|
+
export namespace items_4 {
|
|
1843
|
+
let type_46: string;
|
|
1844
|
+
export { type_46 as type };
|
|
1678
1845
|
let _enum_1: string[];
|
|
1679
1846
|
export { _enum_1 as enum };
|
|
1680
1847
|
}
|
|
1681
|
-
export {
|
|
1848
|
+
export { items_4 as items };
|
|
1682
1849
|
export let uniqueItems: boolean;
|
|
1683
1850
|
}
|
|
1684
|
-
export {
|
|
1685
|
-
let
|
|
1851
|
+
export { schema_11 as schema };
|
|
1852
|
+
let uiSchema_11: {
|
|
1686
1853
|
"ui:widget": string;
|
|
1687
1854
|
};
|
|
1688
|
-
export {
|
|
1855
|
+
export { uiSchema_11 as uiSchema };
|
|
1689
1856
|
}
|
|
1690
|
-
export {
|
|
1857
|
+
export { _default_11 as default };
|
|
1691
1858
|
}
|
|
1692
1859
|
export namespace _switch {
|
|
1693
|
-
let
|
|
1694
|
-
export {
|
|
1695
|
-
let
|
|
1696
|
-
export {
|
|
1697
|
-
let
|
|
1698
|
-
export {
|
|
1699
|
-
let
|
|
1700
|
-
export {
|
|
1701
|
-
export namespace
|
|
1702
|
-
let
|
|
1703
|
-
export {
|
|
1704
|
-
let
|
|
1705
|
-
export {
|
|
1706
|
-
export namespace
|
|
1707
|
-
export namespace
|
|
1708
|
-
let
|
|
1709
|
-
export {
|
|
1710
|
-
let
|
|
1711
|
-
export {
|
|
1712
|
-
let
|
|
1713
|
-
export {
|
|
1860
|
+
let title_45: string;
|
|
1861
|
+
export { title_45 as title };
|
|
1862
|
+
let icon_12: import("react/jsx-runtime").JSX.Element;
|
|
1863
|
+
export { icon_12 as icon };
|
|
1864
|
+
let description_19: string;
|
|
1865
|
+
export { description_19 as description };
|
|
1866
|
+
let child_12: {};
|
|
1867
|
+
export { child_12 as child };
|
|
1868
|
+
export namespace optionsSchema_14 {
|
|
1869
|
+
let type_47: string;
|
|
1870
|
+
export { type_47 as type };
|
|
1871
|
+
let title_46: string;
|
|
1872
|
+
export { title_46 as title };
|
|
1873
|
+
export namespace properties_22 {
|
|
1874
|
+
export namespace type_48 {
|
|
1875
|
+
let type_49: string;
|
|
1876
|
+
export { type_49 as type };
|
|
1877
|
+
let title_47: string;
|
|
1878
|
+
export { title_47 as title };
|
|
1879
|
+
let description_20: string;
|
|
1880
|
+
export { description_20 as description };
|
|
1714
1881
|
let oneOf_4: {
|
|
1715
1882
|
const: string;
|
|
1716
1883
|
title: string;
|
|
1717
1884
|
}[];
|
|
1718
1885
|
export { oneOf_4 as oneOf };
|
|
1719
1886
|
}
|
|
1720
|
-
export {
|
|
1887
|
+
export { type_48 as type };
|
|
1721
1888
|
import readOnly_7 = readOnly;
|
|
1722
1889
|
export { readOnly_7 as readOnly };
|
|
1723
1890
|
import isRequired_7 = isRequired;
|
|
1724
1891
|
export { isRequired_7 as isRequired };
|
|
1725
1892
|
}
|
|
1726
|
-
export {
|
|
1893
|
+
export { properties_22 as properties };
|
|
1727
1894
|
}
|
|
1728
|
-
export {
|
|
1729
|
-
let
|
|
1895
|
+
export { optionsSchema_14 as optionsSchema };
|
|
1896
|
+
let optionsSchemaUiSchema_14: {
|
|
1730
1897
|
readOnly: {
|
|
1731
1898
|
"ui:widget": string;
|
|
1732
1899
|
};
|
|
@@ -1737,13 +1904,13 @@ declare namespace simple_1 {
|
|
|
1737
1904
|
properties: any;
|
|
1738
1905
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1739
1906
|
};
|
|
1740
|
-
export {
|
|
1741
|
-
export namespace
|
|
1742
|
-
let
|
|
1743
|
-
export {
|
|
1744
|
-
let
|
|
1745
|
-
export {
|
|
1746
|
-
let
|
|
1907
|
+
export { optionsSchemaUiSchema_14 as optionsSchemaUiSchema };
|
|
1908
|
+
export namespace optionsUiSchema_13 {
|
|
1909
|
+
let type_50: string;
|
|
1910
|
+
export { type_50 as type };
|
|
1911
|
+
let title_48: string;
|
|
1912
|
+
export { title_48 as title };
|
|
1913
|
+
let properties_23: {
|
|
1747
1914
|
"ui:options": {
|
|
1748
1915
|
type: string;
|
|
1749
1916
|
title: string;
|
|
@@ -1830,10 +1997,10 @@ declare namespace simple_1 {
|
|
|
1830
1997
|
default: boolean;
|
|
1831
1998
|
};
|
|
1832
1999
|
};
|
|
1833
|
-
export {
|
|
2000
|
+
export { properties_23 as properties };
|
|
1834
2001
|
}
|
|
1835
|
-
export {
|
|
1836
|
-
let
|
|
2002
|
+
export { optionsUiSchema_13 as optionsUiSchema };
|
|
2003
|
+
let optionsUiSchemaUiSchema_13: {
|
|
1837
2004
|
"ui:options": {
|
|
1838
2005
|
span: {
|
|
1839
2006
|
"ui:widget": string;
|
|
@@ -1873,50 +2040,50 @@ declare namespace simple_1 {
|
|
|
1873
2040
|
properties: any;
|
|
1874
2041
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1875
2042
|
};
|
|
1876
|
-
export {
|
|
1877
|
-
namespace
|
|
1878
|
-
export namespace
|
|
1879
|
-
let
|
|
1880
|
-
export {
|
|
2043
|
+
export { optionsUiSchemaUiSchema_13 as optionsUiSchemaUiSchema };
|
|
2044
|
+
namespace _default_12 {
|
|
2045
|
+
export namespace schema_12 {
|
|
2046
|
+
let type_51: string;
|
|
2047
|
+
export { type_51 as type };
|
|
1881
2048
|
}
|
|
1882
|
-
export {
|
|
1883
|
-
let
|
|
2049
|
+
export { schema_12 as schema };
|
|
2050
|
+
let uiSchema_12: {
|
|
1884
2051
|
"ui:widget": string;
|
|
1885
2052
|
};
|
|
1886
|
-
export {
|
|
2053
|
+
export { uiSchema_12 as uiSchema };
|
|
1887
2054
|
}
|
|
1888
|
-
export {
|
|
2055
|
+
export { _default_12 as default };
|
|
1889
2056
|
}
|
|
1890
2057
|
export { _switch as switch };
|
|
1891
2058
|
export namespace radio {
|
|
1892
|
-
let
|
|
1893
|
-
export {
|
|
1894
|
-
let
|
|
1895
|
-
export {
|
|
1896
|
-
let
|
|
1897
|
-
export {
|
|
1898
|
-
let
|
|
1899
|
-
export {
|
|
1900
|
-
export namespace
|
|
1901
|
-
let
|
|
1902
|
-
export {
|
|
1903
|
-
let
|
|
1904
|
-
export {
|
|
1905
|
-
export namespace
|
|
2059
|
+
let title_49: string;
|
|
2060
|
+
export { title_49 as title };
|
|
2061
|
+
let icon_13: import("react/jsx-runtime").JSX.Element;
|
|
2062
|
+
export { icon_13 as icon };
|
|
2063
|
+
let description_21: string;
|
|
2064
|
+
export { description_21 as description };
|
|
2065
|
+
let child_13: {};
|
|
2066
|
+
export { child_13 as child };
|
|
2067
|
+
export namespace optionsSchema_15 {
|
|
2068
|
+
let type_52: string;
|
|
2069
|
+
export { type_52 as type };
|
|
2070
|
+
let title_50: string;
|
|
2071
|
+
export { title_50 as title };
|
|
2072
|
+
export namespace properties_24 {
|
|
1906
2073
|
export namespace _enum_2 {
|
|
1907
|
-
let
|
|
1908
|
-
export {
|
|
1909
|
-
let
|
|
1910
|
-
export {
|
|
1911
|
-
let
|
|
1912
|
-
export {
|
|
1913
|
-
export namespace
|
|
1914
|
-
let
|
|
1915
|
-
export {
|
|
1916
|
-
let
|
|
1917
|
-
export {
|
|
2074
|
+
let title_51: string;
|
|
2075
|
+
export { title_51 as title };
|
|
2076
|
+
let type_53: string;
|
|
2077
|
+
export { type_53 as type };
|
|
2078
|
+
let description_22: string;
|
|
2079
|
+
export { description_22 as description };
|
|
2080
|
+
export namespace items_5 {
|
|
2081
|
+
let title_52: string;
|
|
2082
|
+
export { title_52 as title };
|
|
2083
|
+
let type_54: string;
|
|
2084
|
+
export { type_54 as type };
|
|
1918
2085
|
}
|
|
1919
|
-
export {
|
|
2086
|
+
export { items_5 as items };
|
|
1920
2087
|
}
|
|
1921
2088
|
export { _enum_2 as enum };
|
|
1922
2089
|
import readOnly_8 = readOnly;
|
|
@@ -1924,10 +2091,10 @@ declare namespace simple_1 {
|
|
|
1924
2091
|
import isRequired_8 = isRequired;
|
|
1925
2092
|
export { isRequired_8 as isRequired };
|
|
1926
2093
|
}
|
|
1927
|
-
export {
|
|
2094
|
+
export { properties_24 as properties };
|
|
1928
2095
|
}
|
|
1929
|
-
export {
|
|
1930
|
-
let
|
|
2096
|
+
export { optionsSchema_15 as optionsSchema };
|
|
2097
|
+
let optionsSchemaUiSchema_15: {
|
|
1931
2098
|
readOnly: {
|
|
1932
2099
|
"ui:widget": string;
|
|
1933
2100
|
};
|
|
@@ -1938,10 +2105,10 @@ declare namespace simple_1 {
|
|
|
1938
2105
|
properties: any;
|
|
1939
2106
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1940
2107
|
};
|
|
1941
|
-
export {
|
|
1942
|
-
export namespace
|
|
1943
|
-
export {
|
|
1944
|
-
let
|
|
2108
|
+
export { optionsSchemaUiSchema_15 as optionsSchemaUiSchema };
|
|
2109
|
+
export namespace optionsUiSchema_14 { }
|
|
2110
|
+
export { optionsUiSchema_14 as optionsUiSchema };
|
|
2111
|
+
let optionsUiSchemaUiSchema_14: {
|
|
1945
2112
|
"ui:options": {
|
|
1946
2113
|
span: {
|
|
1947
2114
|
"ui:widget": string;
|
|
@@ -1981,55 +2148,55 @@ declare namespace simple_1 {
|
|
|
1981
2148
|
properties: any;
|
|
1982
2149
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1983
2150
|
};
|
|
1984
|
-
export {
|
|
1985
|
-
namespace
|
|
1986
|
-
export namespace
|
|
1987
|
-
let
|
|
1988
|
-
export {
|
|
2151
|
+
export { optionsUiSchemaUiSchema_14 as optionsUiSchemaUiSchema };
|
|
2152
|
+
namespace _default_13 {
|
|
2153
|
+
export namespace schema_13 {
|
|
2154
|
+
let type_55: string;
|
|
2155
|
+
export { type_55 as type };
|
|
1989
2156
|
let _enum_3: string[];
|
|
1990
2157
|
export { _enum_3 as enum };
|
|
1991
2158
|
}
|
|
1992
|
-
export {
|
|
1993
|
-
let
|
|
2159
|
+
export { schema_13 as schema };
|
|
2160
|
+
let uiSchema_13: {
|
|
1994
2161
|
"ui:widget": string;
|
|
1995
2162
|
};
|
|
1996
|
-
export {
|
|
2163
|
+
export { uiSchema_13 as uiSchema };
|
|
1997
2164
|
}
|
|
1998
|
-
export {
|
|
2165
|
+
export { _default_13 as default };
|
|
1999
2166
|
}
|
|
2000
2167
|
export namespace select {
|
|
2001
|
-
let
|
|
2002
|
-
export {
|
|
2003
|
-
let
|
|
2004
|
-
export {
|
|
2005
|
-
let
|
|
2006
|
-
export {
|
|
2007
|
-
let
|
|
2008
|
-
export {
|
|
2009
|
-
export namespace
|
|
2010
|
-
let
|
|
2011
|
-
export {
|
|
2012
|
-
let
|
|
2013
|
-
export {
|
|
2014
|
-
export namespace
|
|
2015
|
-
export namespace
|
|
2016
|
-
let
|
|
2017
|
-
export {
|
|
2018
|
-
let
|
|
2019
|
-
export {
|
|
2168
|
+
let title_53: string;
|
|
2169
|
+
export { title_53 as title };
|
|
2170
|
+
let icon_14: import("react/jsx-runtime").JSX.Element;
|
|
2171
|
+
export { icon_14 as icon };
|
|
2172
|
+
let description_23: string;
|
|
2173
|
+
export { description_23 as description };
|
|
2174
|
+
let child_14: {};
|
|
2175
|
+
export { child_14 as child };
|
|
2176
|
+
export namespace optionsSchema_16 {
|
|
2177
|
+
let type_56: string;
|
|
2178
|
+
export { type_56 as type };
|
|
2179
|
+
let title_54: string;
|
|
2180
|
+
export { title_54 as title };
|
|
2181
|
+
export namespace properties_25 {
|
|
2182
|
+
export namespace type_57 {
|
|
2183
|
+
let title_55: string;
|
|
2184
|
+
export { title_55 as title };
|
|
2185
|
+
let type_58: string;
|
|
2186
|
+
export { type_58 as type };
|
|
2020
2187
|
let oneOf_5: {
|
|
2021
2188
|
const: string;
|
|
2022
2189
|
title: string;
|
|
2023
2190
|
}[];
|
|
2024
2191
|
export { oneOf_5 as oneOf };
|
|
2025
2192
|
}
|
|
2026
|
-
export {
|
|
2193
|
+
export { type_57 as type };
|
|
2027
2194
|
import readOnly_9 = readOnly;
|
|
2028
2195
|
export { readOnly_9 as readOnly };
|
|
2029
2196
|
import isRequired_9 = isRequired;
|
|
2030
2197
|
export { isRequired_9 as isRequired };
|
|
2031
2198
|
}
|
|
2032
|
-
export {
|
|
2199
|
+
export { properties_25 as properties };
|
|
2033
2200
|
export let allOf: ({
|
|
2034
2201
|
if: {
|
|
2035
2202
|
properties: {
|
|
@@ -2081,8 +2248,8 @@ declare namespace simple_1 {
|
|
|
2081
2248
|
};
|
|
2082
2249
|
})[];
|
|
2083
2250
|
}
|
|
2084
|
-
export {
|
|
2085
|
-
let
|
|
2251
|
+
export { optionsSchema_16 as optionsSchema };
|
|
2252
|
+
let optionsSchemaUiSchema_16: {
|
|
2086
2253
|
items: {
|
|
2087
2254
|
enum: {
|
|
2088
2255
|
items: {
|
|
@@ -2100,10 +2267,10 @@ declare namespace simple_1 {
|
|
|
2100
2267
|
properties: any;
|
|
2101
2268
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2102
2269
|
};
|
|
2103
|
-
export {
|
|
2104
|
-
export namespace
|
|
2105
|
-
export {
|
|
2106
|
-
let
|
|
2270
|
+
export { optionsSchemaUiSchema_16 as optionsSchemaUiSchema };
|
|
2271
|
+
export namespace optionsUiSchema_15 { }
|
|
2272
|
+
export { optionsUiSchema_15 as optionsUiSchema };
|
|
2273
|
+
let optionsUiSchemaUiSchema_15: {
|
|
2107
2274
|
"ui:options": {
|
|
2108
2275
|
span: {
|
|
2109
2276
|
"ui:widget": string;
|
|
@@ -2143,78 +2310,78 @@ declare namespace simple_1 {
|
|
|
2143
2310
|
properties: any;
|
|
2144
2311
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2145
2312
|
};
|
|
2146
|
-
export {
|
|
2147
|
-
namespace
|
|
2148
|
-
export namespace
|
|
2149
|
-
let
|
|
2150
|
-
export {
|
|
2313
|
+
export { optionsUiSchemaUiSchema_15 as optionsUiSchemaUiSchema };
|
|
2314
|
+
namespace _default_14 {
|
|
2315
|
+
export namespace schema_14 {
|
|
2316
|
+
let type_59: string;
|
|
2317
|
+
export { type_59 as type };
|
|
2151
2318
|
let uniqueItems_1: boolean;
|
|
2152
2319
|
export { uniqueItems_1 as uniqueItems };
|
|
2153
2320
|
}
|
|
2154
|
-
export {
|
|
2155
|
-
let
|
|
2321
|
+
export { schema_14 as schema };
|
|
2322
|
+
let uiSchema_14: {
|
|
2156
2323
|
"ui:widget": string;
|
|
2157
2324
|
};
|
|
2158
|
-
export {
|
|
2325
|
+
export { uiSchema_14 as uiSchema };
|
|
2159
2326
|
}
|
|
2160
|
-
export {
|
|
2327
|
+
export { _default_14 as default };
|
|
2161
2328
|
}
|
|
2162
|
-
export namespace date {
|
|
2163
|
-
let
|
|
2164
|
-
export {
|
|
2165
|
-
let
|
|
2166
|
-
export {
|
|
2167
|
-
let
|
|
2168
|
-
export {
|
|
2169
|
-
let
|
|
2170
|
-
export {
|
|
2171
|
-
export namespace
|
|
2172
|
-
let
|
|
2173
|
-
export {
|
|
2174
|
-
let
|
|
2175
|
-
export {
|
|
2176
|
-
export namespace
|
|
2329
|
+
export namespace date {
|
|
2330
|
+
let title_56: string;
|
|
2331
|
+
export { title_56 as title };
|
|
2332
|
+
let icon_15: import("react/jsx-runtime").JSX.Element;
|
|
2333
|
+
export { icon_15 as icon };
|
|
2334
|
+
let description_24: string;
|
|
2335
|
+
export { description_24 as description };
|
|
2336
|
+
let child_15: {};
|
|
2337
|
+
export { child_15 as child };
|
|
2338
|
+
export namespace optionsSchema_17 {
|
|
2339
|
+
let type_60: string;
|
|
2340
|
+
export { type_60 as type };
|
|
2341
|
+
let title_57: string;
|
|
2342
|
+
export { title_57 as title };
|
|
2343
|
+
export namespace properties_26 {
|
|
2177
2344
|
export namespace format_2 {
|
|
2178
|
-
let
|
|
2179
|
-
export {
|
|
2180
|
-
let
|
|
2181
|
-
export {
|
|
2345
|
+
let type_61: string;
|
|
2346
|
+
export { type_61 as type };
|
|
2347
|
+
let title_58: string;
|
|
2348
|
+
export { title_58 as title };
|
|
2182
2349
|
let _enum_4: string[];
|
|
2183
2350
|
export { _enum_4 as enum };
|
|
2184
|
-
let
|
|
2185
|
-
export {
|
|
2351
|
+
let _default_15: string;
|
|
2352
|
+
export { _default_15 as default };
|
|
2186
2353
|
}
|
|
2187
2354
|
export { format_2 as format };
|
|
2188
2355
|
export namespace customFormat {
|
|
2189
|
-
let
|
|
2190
|
-
export {
|
|
2191
|
-
let
|
|
2192
|
-
export {
|
|
2193
|
-
let
|
|
2194
|
-
export {
|
|
2356
|
+
let type_62: string;
|
|
2357
|
+
export { type_62 as type };
|
|
2358
|
+
let title_59: string;
|
|
2359
|
+
export { title_59 as title };
|
|
2360
|
+
let description_25: string;
|
|
2361
|
+
export { description_25 as description };
|
|
2195
2362
|
export let tooltip: string;
|
|
2196
2363
|
}
|
|
2197
2364
|
export namespace minDate {
|
|
2198
|
-
let
|
|
2199
|
-
export {
|
|
2200
|
-
let
|
|
2201
|
-
export {
|
|
2365
|
+
let type_63: string;
|
|
2366
|
+
export { type_63 as type };
|
|
2367
|
+
let title_60: string;
|
|
2368
|
+
export { title_60 as title };
|
|
2202
2369
|
}
|
|
2203
2370
|
export namespace maxDate {
|
|
2204
|
-
let
|
|
2205
|
-
export {
|
|
2206
|
-
let
|
|
2207
|
-
export {
|
|
2371
|
+
let type_64: string;
|
|
2372
|
+
export { type_64 as type };
|
|
2373
|
+
let title_61: string;
|
|
2374
|
+
export { title_61 as title };
|
|
2208
2375
|
}
|
|
2209
2376
|
import readOnly_10 = readOnly;
|
|
2210
2377
|
export { readOnly_10 as readOnly };
|
|
2211
2378
|
import isRequired_10 = isRequired;
|
|
2212
2379
|
export { isRequired_10 as isRequired };
|
|
2213
2380
|
}
|
|
2214
|
-
export {
|
|
2381
|
+
export { properties_26 as properties };
|
|
2215
2382
|
}
|
|
2216
|
-
export {
|
|
2217
|
-
let
|
|
2383
|
+
export { optionsSchema_17 as optionsSchema };
|
|
2384
|
+
let optionsSchemaUiSchema_17: {
|
|
2218
2385
|
customFormat: {
|
|
2219
2386
|
"ui:placeholder": string;
|
|
2220
2387
|
"ui:options": {
|
|
@@ -2238,10 +2405,10 @@ declare namespace simple_1 {
|
|
|
2238
2405
|
properties: any;
|
|
2239
2406
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2240
2407
|
};
|
|
2241
|
-
export {
|
|
2242
|
-
export namespace
|
|
2243
|
-
export {
|
|
2244
|
-
let
|
|
2408
|
+
export { optionsSchemaUiSchema_17 as optionsSchemaUiSchema };
|
|
2409
|
+
export namespace optionsUiSchema_16 { }
|
|
2410
|
+
export { optionsUiSchema_16 as optionsUiSchema };
|
|
2411
|
+
let optionsUiSchemaUiSchema_16: {
|
|
2245
2412
|
"ui:options": {
|
|
2246
2413
|
span: {
|
|
2247
2414
|
"ui:widget": string;
|
|
@@ -2281,44 +2448,44 @@ declare namespace simple_1 {
|
|
|
2281
2448
|
properties: any;
|
|
2282
2449
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2283
2450
|
};
|
|
2284
|
-
export {
|
|
2285
|
-
namespace
|
|
2286
|
-
export namespace
|
|
2287
|
-
let
|
|
2288
|
-
export {
|
|
2451
|
+
export { optionsUiSchemaUiSchema_16 as optionsUiSchemaUiSchema };
|
|
2452
|
+
namespace _default_16 {
|
|
2453
|
+
export namespace schema_15 {
|
|
2454
|
+
let type_65: string;
|
|
2455
|
+
export { type_65 as type };
|
|
2289
2456
|
}
|
|
2290
|
-
export {
|
|
2291
|
-
let
|
|
2457
|
+
export { schema_15 as schema };
|
|
2458
|
+
let uiSchema_15: {
|
|
2292
2459
|
"ui:widget": string;
|
|
2293
2460
|
};
|
|
2294
|
-
export {
|
|
2461
|
+
export { uiSchema_15 as uiSchema };
|
|
2295
2462
|
}
|
|
2296
|
-
export {
|
|
2463
|
+
export { _default_16 as default };
|
|
2297
2464
|
}
|
|
2298
2465
|
export namespace email {
|
|
2299
|
-
let
|
|
2300
|
-
export {
|
|
2301
|
-
let
|
|
2302
|
-
export {
|
|
2303
|
-
let
|
|
2304
|
-
export {
|
|
2305
|
-
let
|
|
2306
|
-
export {
|
|
2307
|
-
let
|
|
2308
|
-
export {
|
|
2309
|
-
export namespace
|
|
2310
|
-
let
|
|
2311
|
-
export {
|
|
2312
|
-
let
|
|
2313
|
-
export {
|
|
2314
|
-
export namespace
|
|
2466
|
+
let title_62: string;
|
|
2467
|
+
export { title_62 as title };
|
|
2468
|
+
let icon_16: import("react/jsx-runtime").JSX.Element;
|
|
2469
|
+
export { icon_16 as icon };
|
|
2470
|
+
let description_26: string;
|
|
2471
|
+
export { description_26 as description };
|
|
2472
|
+
let className_5: string;
|
|
2473
|
+
export { className_5 as className };
|
|
2474
|
+
let child_16: {};
|
|
2475
|
+
export { child_16 as child };
|
|
2476
|
+
export namespace optionsSchema_18 {
|
|
2477
|
+
let type_66: string;
|
|
2478
|
+
export { type_66 as type };
|
|
2479
|
+
let title_63: string;
|
|
2480
|
+
export { title_63 as title };
|
|
2481
|
+
export namespace properties_27 {
|
|
2315
2482
|
export namespace pattern_1 {
|
|
2316
|
-
let
|
|
2317
|
-
export {
|
|
2318
|
-
let
|
|
2319
|
-
export {
|
|
2320
|
-
let
|
|
2321
|
-
export {
|
|
2483
|
+
let title_64: string;
|
|
2484
|
+
export { title_64 as title };
|
|
2485
|
+
let description_27: string;
|
|
2486
|
+
export { description_27 as description };
|
|
2487
|
+
let type_67: string;
|
|
2488
|
+
export { type_67 as type };
|
|
2322
2489
|
let format_3: string;
|
|
2323
2490
|
export { format_3 as format };
|
|
2324
2491
|
}
|
|
@@ -2328,10 +2495,10 @@ declare namespace simple_1 {
|
|
|
2328
2495
|
import isRequired_11 = isRequired;
|
|
2329
2496
|
export { isRequired_11 as isRequired };
|
|
2330
2497
|
}
|
|
2331
|
-
export {
|
|
2498
|
+
export { properties_27 as properties };
|
|
2332
2499
|
}
|
|
2333
|
-
export {
|
|
2334
|
-
let
|
|
2500
|
+
export { optionsSchema_18 as optionsSchema };
|
|
2501
|
+
let optionsSchemaUiSchema_18: {
|
|
2335
2502
|
readOnly: {
|
|
2336
2503
|
"ui:widget": string;
|
|
2337
2504
|
};
|
|
@@ -2345,13 +2512,13 @@ declare namespace simple_1 {
|
|
|
2345
2512
|
properties: any;
|
|
2346
2513
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2347
2514
|
};
|
|
2348
|
-
export {
|
|
2349
|
-
export namespace
|
|
2350
|
-
let
|
|
2351
|
-
export {
|
|
2352
|
-
let
|
|
2353
|
-
export {
|
|
2354
|
-
let
|
|
2515
|
+
export { optionsSchemaUiSchema_18 as optionsSchemaUiSchema };
|
|
2516
|
+
export namespace optionsUiSchema_17 {
|
|
2517
|
+
let type_68: string;
|
|
2518
|
+
export { type_68 as type };
|
|
2519
|
+
let title_65: string;
|
|
2520
|
+
export { title_65 as title };
|
|
2521
|
+
let properties_28: {
|
|
2355
2522
|
"ui:options": {
|
|
2356
2523
|
type: string;
|
|
2357
2524
|
title: string;
|
|
@@ -2447,10 +2614,10 @@ declare namespace simple_1 {
|
|
|
2447
2614
|
default: boolean;
|
|
2448
2615
|
};
|
|
2449
2616
|
};
|
|
2450
|
-
export {
|
|
2617
|
+
export { properties_28 as properties };
|
|
2451
2618
|
}
|
|
2452
|
-
export {
|
|
2453
|
-
let
|
|
2619
|
+
export { optionsUiSchema_17 as optionsUiSchema };
|
|
2620
|
+
let optionsUiSchemaUiSchema_17: {
|
|
2454
2621
|
"ui:options": {
|
|
2455
2622
|
mask: {
|
|
2456
2623
|
"ui:placeholder": string;
|
|
@@ -2500,48 +2667,48 @@ declare namespace simple_1 {
|
|
|
2500
2667
|
properties: any;
|
|
2501
2668
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2502
2669
|
};
|
|
2503
|
-
export {
|
|
2504
|
-
namespace
|
|
2505
|
-
export namespace
|
|
2506
|
-
let
|
|
2507
|
-
export {
|
|
2670
|
+
export { optionsUiSchemaUiSchema_17 as optionsUiSchemaUiSchema };
|
|
2671
|
+
namespace _default_17 {
|
|
2672
|
+
export namespace schema_16 {
|
|
2673
|
+
let type_69: string;
|
|
2674
|
+
export { type_69 as type };
|
|
2508
2675
|
let format_4: string;
|
|
2509
2676
|
export { format_4 as format };
|
|
2510
2677
|
}
|
|
2511
|
-
export {
|
|
2512
|
-
let
|
|
2678
|
+
export { schema_16 as schema };
|
|
2679
|
+
let uiSchema_16: {
|
|
2513
2680
|
"ui:widget": string;
|
|
2514
2681
|
};
|
|
2515
|
-
export {
|
|
2682
|
+
export { uiSchema_16 as uiSchema };
|
|
2516
2683
|
}
|
|
2517
|
-
export {
|
|
2684
|
+
export { _default_17 as default };
|
|
2518
2685
|
}
|
|
2519
2686
|
}
|
|
2520
2687
|
declare namespace advanced_1 {
|
|
2521
2688
|
namespace uri {
|
|
2522
|
-
let
|
|
2523
|
-
export {
|
|
2524
|
-
let
|
|
2525
|
-
export {
|
|
2526
|
-
let
|
|
2527
|
-
export {
|
|
2528
|
-
let
|
|
2529
|
-
export {
|
|
2530
|
-
export namespace
|
|
2531
|
-
let
|
|
2532
|
-
export {
|
|
2533
|
-
let
|
|
2534
|
-
export {
|
|
2535
|
-
export namespace
|
|
2689
|
+
let title_66: string;
|
|
2690
|
+
export { title_66 as title };
|
|
2691
|
+
let icon_17: import("react/jsx-runtime").JSX.Element;
|
|
2692
|
+
export { icon_17 as icon };
|
|
2693
|
+
let description_28: string;
|
|
2694
|
+
export { description_28 as description };
|
|
2695
|
+
let child_17: {};
|
|
2696
|
+
export { child_17 as child };
|
|
2697
|
+
export namespace optionsSchema_19 {
|
|
2698
|
+
let type_70: string;
|
|
2699
|
+
export { type_70 as type };
|
|
2700
|
+
let title_67: string;
|
|
2701
|
+
export { title_67 as title };
|
|
2702
|
+
export namespace properties_29 {
|
|
2536
2703
|
import readOnly_12 = readOnly;
|
|
2537
2704
|
export { readOnly_12 as readOnly };
|
|
2538
2705
|
import isRequired_12 = isRequired;
|
|
2539
2706
|
export { isRequired_12 as isRequired };
|
|
2540
2707
|
}
|
|
2541
|
-
export {
|
|
2708
|
+
export { properties_29 as properties };
|
|
2542
2709
|
}
|
|
2543
|
-
export {
|
|
2544
|
-
let
|
|
2710
|
+
export { optionsSchema_19 as optionsSchema };
|
|
2711
|
+
let optionsSchemaUiSchema_19: {
|
|
2545
2712
|
readOnly: {
|
|
2546
2713
|
"ui:widget": string;
|
|
2547
2714
|
};
|
|
@@ -2552,13 +2719,13 @@ declare namespace advanced_1 {
|
|
|
2552
2719
|
properties: any;
|
|
2553
2720
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2554
2721
|
};
|
|
2555
|
-
export {
|
|
2556
|
-
export namespace
|
|
2557
|
-
let
|
|
2558
|
-
export {
|
|
2559
|
-
let
|
|
2560
|
-
export {
|
|
2561
|
-
let
|
|
2722
|
+
export { optionsSchemaUiSchema_19 as optionsSchemaUiSchema };
|
|
2723
|
+
export namespace optionsUiSchema_18 {
|
|
2724
|
+
let type_71: string;
|
|
2725
|
+
export { type_71 as type };
|
|
2726
|
+
let title_68: string;
|
|
2727
|
+
export { title_68 as title };
|
|
2728
|
+
let properties_30: {
|
|
2562
2729
|
"ui:options": {
|
|
2563
2730
|
type: string;
|
|
2564
2731
|
title: string;
|
|
@@ -2645,10 +2812,10 @@ declare namespace advanced_1 {
|
|
|
2645
2812
|
default: boolean;
|
|
2646
2813
|
};
|
|
2647
2814
|
};
|
|
2648
|
-
export {
|
|
2815
|
+
export { properties_30 as properties };
|
|
2649
2816
|
}
|
|
2650
|
-
export {
|
|
2651
|
-
let
|
|
2817
|
+
export { optionsUiSchema_18 as optionsUiSchema };
|
|
2818
|
+
let optionsUiSchemaUiSchema_18: {
|
|
2652
2819
|
"ui:options": {
|
|
2653
2820
|
span: {
|
|
2654
2821
|
"ui:widget": string;
|
|
@@ -2688,46 +2855,46 @@ declare namespace advanced_1 {
|
|
|
2688
2855
|
properties: any;
|
|
2689
2856
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2690
2857
|
};
|
|
2691
|
-
export {
|
|
2692
|
-
namespace
|
|
2693
|
-
export namespace
|
|
2694
|
-
let
|
|
2695
|
-
export {
|
|
2858
|
+
export { optionsUiSchemaUiSchema_18 as optionsUiSchemaUiSchema };
|
|
2859
|
+
namespace _default_18 {
|
|
2860
|
+
export namespace schema_17 {
|
|
2861
|
+
let type_72: string;
|
|
2862
|
+
export { type_72 as type };
|
|
2696
2863
|
let format_5: string;
|
|
2697
2864
|
export { format_5 as format };
|
|
2698
2865
|
}
|
|
2699
|
-
export {
|
|
2700
|
-
let
|
|
2866
|
+
export { schema_17 as schema };
|
|
2867
|
+
let uiSchema_17: {
|
|
2701
2868
|
"ui:widget": string;
|
|
2702
2869
|
};
|
|
2703
|
-
export {
|
|
2870
|
+
export { uiSchema_17 as uiSchema };
|
|
2704
2871
|
}
|
|
2705
|
-
export {
|
|
2872
|
+
export { _default_18 as default };
|
|
2706
2873
|
}
|
|
2707
2874
|
namespace richeditor {
|
|
2708
|
-
let
|
|
2709
|
-
export {
|
|
2710
|
-
let
|
|
2711
|
-
export {
|
|
2712
|
-
let
|
|
2713
|
-
export {
|
|
2714
|
-
let
|
|
2715
|
-
export {
|
|
2716
|
-
export namespace
|
|
2717
|
-
let
|
|
2718
|
-
export {
|
|
2719
|
-
let
|
|
2720
|
-
export {
|
|
2721
|
-
export namespace
|
|
2875
|
+
let title_69: string;
|
|
2876
|
+
export { title_69 as title };
|
|
2877
|
+
let icon_18: import("react/jsx-runtime").JSX.Element;
|
|
2878
|
+
export { icon_18 as icon };
|
|
2879
|
+
let description_29: string;
|
|
2880
|
+
export { description_29 as description };
|
|
2881
|
+
let child_18: {};
|
|
2882
|
+
export { child_18 as child };
|
|
2883
|
+
export namespace optionsSchema_20 {
|
|
2884
|
+
let type_73: string;
|
|
2885
|
+
export { type_73 as type };
|
|
2886
|
+
let title_70: string;
|
|
2887
|
+
export { title_70 as title };
|
|
2888
|
+
export namespace properties_31 {
|
|
2722
2889
|
import readOnly_13 = readOnly;
|
|
2723
2890
|
export { readOnly_13 as readOnly };
|
|
2724
2891
|
import isRequired_13 = isRequired;
|
|
2725
2892
|
export { isRequired_13 as isRequired };
|
|
2726
2893
|
}
|
|
2727
|
-
export {
|
|
2894
|
+
export { properties_31 as properties };
|
|
2728
2895
|
}
|
|
2729
|
-
export {
|
|
2730
|
-
let
|
|
2896
|
+
export { optionsSchema_20 as optionsSchema };
|
|
2897
|
+
let optionsSchemaUiSchema_20: {
|
|
2731
2898
|
readOnly: {
|
|
2732
2899
|
"ui:widget": string;
|
|
2733
2900
|
};
|
|
@@ -2738,13 +2905,13 @@ declare namespace advanced_1 {
|
|
|
2738
2905
|
properties: any;
|
|
2739
2906
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2740
2907
|
};
|
|
2741
|
-
export {
|
|
2742
|
-
export namespace
|
|
2743
|
-
let
|
|
2744
|
-
export {
|
|
2745
|
-
let
|
|
2746
|
-
export {
|
|
2747
|
-
let
|
|
2908
|
+
export { optionsSchemaUiSchema_20 as optionsSchemaUiSchema };
|
|
2909
|
+
export namespace optionsUiSchema_19 {
|
|
2910
|
+
let type_74: string;
|
|
2911
|
+
export { type_74 as type };
|
|
2912
|
+
let title_71: string;
|
|
2913
|
+
export { title_71 as title };
|
|
2914
|
+
let properties_32: {
|
|
2748
2915
|
"ui:options": {
|
|
2749
2916
|
type: string;
|
|
2750
2917
|
title: string;
|
|
@@ -2833,10 +3000,10 @@ declare namespace advanced_1 {
|
|
|
2833
3000
|
default: boolean;
|
|
2834
3001
|
};
|
|
2835
3002
|
};
|
|
2836
|
-
export {
|
|
3003
|
+
export { properties_32 as properties };
|
|
2837
3004
|
}
|
|
2838
|
-
export {
|
|
2839
|
-
let
|
|
3005
|
+
export { optionsUiSchema_19 as optionsUiSchema };
|
|
3006
|
+
let optionsUiSchemaUiSchema_19: {
|
|
2840
3007
|
"ui:options": {
|
|
2841
3008
|
height: {
|
|
2842
3009
|
"ui:widget": string;
|
|
@@ -2879,63 +3046,63 @@ declare namespace advanced_1 {
|
|
|
2879
3046
|
"ui:widget": string;
|
|
2880
3047
|
};
|
|
2881
3048
|
};
|
|
2882
|
-
export {
|
|
2883
|
-
namespace
|
|
2884
|
-
export namespace
|
|
2885
|
-
let
|
|
2886
|
-
export {
|
|
3049
|
+
export { optionsUiSchemaUiSchema_19 as optionsUiSchemaUiSchema };
|
|
3050
|
+
namespace _default_19 {
|
|
3051
|
+
export namespace schema_18 {
|
|
3052
|
+
let type_75: string;
|
|
3053
|
+
export { type_75 as type };
|
|
2887
3054
|
}
|
|
2888
|
-
export {
|
|
2889
|
-
let
|
|
3055
|
+
export { schema_18 as schema };
|
|
3056
|
+
let uiSchema_18: {
|
|
2890
3057
|
"ui:widget": string;
|
|
2891
3058
|
"ui:options": {
|
|
2892
3059
|
height: number;
|
|
2893
3060
|
};
|
|
2894
3061
|
};
|
|
2895
|
-
export {
|
|
3062
|
+
export { uiSchema_18 as uiSchema };
|
|
2896
3063
|
}
|
|
2897
|
-
export {
|
|
3064
|
+
export { _default_19 as default };
|
|
2898
3065
|
}
|
|
2899
3066
|
namespace tags {
|
|
2900
|
-
let
|
|
2901
|
-
export {
|
|
2902
|
-
let
|
|
2903
|
-
export {
|
|
2904
|
-
let
|
|
2905
|
-
export {
|
|
2906
|
-
let
|
|
2907
|
-
export {
|
|
2908
|
-
export namespace
|
|
2909
|
-
let
|
|
2910
|
-
export {
|
|
2911
|
-
let
|
|
2912
|
-
export {
|
|
2913
|
-
export namespace
|
|
3067
|
+
let title_72: string;
|
|
3068
|
+
export { title_72 as title };
|
|
3069
|
+
let icon_19: import("react/jsx-runtime").JSX.Element;
|
|
3070
|
+
export { icon_19 as icon };
|
|
3071
|
+
let description_30: string;
|
|
3072
|
+
export { description_30 as description };
|
|
3073
|
+
let child_19: {};
|
|
3074
|
+
export { child_19 as child };
|
|
3075
|
+
export namespace optionsSchema_21 {
|
|
3076
|
+
let title_73: string;
|
|
3077
|
+
export { title_73 as title };
|
|
3078
|
+
let type_76: string;
|
|
3079
|
+
export { type_76 as type };
|
|
3080
|
+
export namespace properties_33 {
|
|
2914
3081
|
export namespace tagPattern {
|
|
2915
|
-
let
|
|
2916
|
-
export {
|
|
2917
|
-
let
|
|
2918
|
-
export {
|
|
2919
|
-
let description_30: string;
|
|
2920
|
-
export { description_30 as description };
|
|
2921
|
-
}
|
|
2922
|
-
export namespace tagPatternErrorMessage {
|
|
2923
|
-
let type_72: string;
|
|
2924
|
-
export { type_72 as type };
|
|
2925
|
-
let title_70: string;
|
|
2926
|
-
export { title_70 as title };
|
|
3082
|
+
let type_77: string;
|
|
3083
|
+
export { type_77 as type };
|
|
3084
|
+
let title_74: string;
|
|
3085
|
+
export { title_74 as title };
|
|
2927
3086
|
let description_31: string;
|
|
2928
3087
|
export { description_31 as description };
|
|
2929
3088
|
}
|
|
3089
|
+
export namespace tagPatternErrorMessage {
|
|
3090
|
+
let type_78: string;
|
|
3091
|
+
export { type_78 as type };
|
|
3092
|
+
let title_75: string;
|
|
3093
|
+
export { title_75 as title };
|
|
3094
|
+
let description_32: string;
|
|
3095
|
+
export { description_32 as description };
|
|
3096
|
+
}
|
|
2930
3097
|
import readOnly_14 = readOnly;
|
|
2931
3098
|
export { readOnly_14 as readOnly };
|
|
2932
3099
|
import isRequired_14 = isRequired;
|
|
2933
3100
|
export { isRequired_14 as isRequired };
|
|
2934
3101
|
}
|
|
2935
|
-
export {
|
|
3102
|
+
export { properties_33 as properties };
|
|
2936
3103
|
}
|
|
2937
|
-
export {
|
|
2938
|
-
let
|
|
3104
|
+
export { optionsSchema_21 as optionsSchema };
|
|
3105
|
+
let optionsSchemaUiSchema_21: {
|
|
2939
3106
|
readOnly: {
|
|
2940
3107
|
"ui:widget": string;
|
|
2941
3108
|
};
|
|
@@ -2946,10 +3113,10 @@ declare namespace advanced_1 {
|
|
|
2946
3113
|
properties: any;
|
|
2947
3114
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2948
3115
|
};
|
|
2949
|
-
export {
|
|
2950
|
-
export namespace
|
|
2951
|
-
export {
|
|
2952
|
-
let
|
|
3116
|
+
export { optionsSchemaUiSchema_21 as optionsSchemaUiSchema };
|
|
3117
|
+
export namespace optionsUiSchema_20 { }
|
|
3118
|
+
export { optionsUiSchema_20 as optionsUiSchema };
|
|
3119
|
+
let optionsUiSchemaUiSchema_20: {
|
|
2953
3120
|
"ui:options": {
|
|
2954
3121
|
span: {
|
|
2955
3122
|
"ui:widget": string;
|
|
@@ -2989,49 +3156,49 @@ declare namespace advanced_1 {
|
|
|
2989
3156
|
properties: any;
|
|
2990
3157
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2991
3158
|
};
|
|
2992
|
-
export {
|
|
2993
|
-
namespace
|
|
2994
|
-
export namespace
|
|
2995
|
-
let
|
|
2996
|
-
export {
|
|
2997
|
-
export namespace
|
|
2998
|
-
let
|
|
2999
|
-
export {
|
|
3159
|
+
export { optionsUiSchemaUiSchema_20 as optionsUiSchemaUiSchema };
|
|
3160
|
+
namespace _default_20 {
|
|
3161
|
+
export namespace schema_19 {
|
|
3162
|
+
let type_79: string;
|
|
3163
|
+
export { type_79 as type };
|
|
3164
|
+
export namespace items_6 {
|
|
3165
|
+
let type_80: string;
|
|
3166
|
+
export { type_80 as type };
|
|
3000
3167
|
}
|
|
3001
|
-
export {
|
|
3168
|
+
export { items_6 as items };
|
|
3002
3169
|
}
|
|
3003
|
-
export {
|
|
3004
|
-
let
|
|
3170
|
+
export { schema_19 as schema };
|
|
3171
|
+
let uiSchema_19: {
|
|
3005
3172
|
"ui:field": string;
|
|
3006
3173
|
};
|
|
3007
|
-
export {
|
|
3174
|
+
export { uiSchema_19 as uiSchema };
|
|
3008
3175
|
}
|
|
3009
|
-
export {
|
|
3176
|
+
export { _default_20 as default };
|
|
3010
3177
|
}
|
|
3011
3178
|
namespace idFetcher {
|
|
3012
|
-
let
|
|
3013
|
-
export {
|
|
3014
|
-
let
|
|
3015
|
-
export {
|
|
3016
|
-
let
|
|
3017
|
-
export {
|
|
3018
|
-
let
|
|
3019
|
-
export {
|
|
3020
|
-
export namespace
|
|
3021
|
-
let
|
|
3022
|
-
export {
|
|
3023
|
-
let
|
|
3024
|
-
export {
|
|
3025
|
-
export namespace
|
|
3179
|
+
let title_76: string;
|
|
3180
|
+
export { title_76 as title };
|
|
3181
|
+
let icon_20: import("react/jsx-runtime").JSX.Element;
|
|
3182
|
+
export { icon_20 as icon };
|
|
3183
|
+
let description_33: string;
|
|
3184
|
+
export { description_33 as description };
|
|
3185
|
+
let child_20: {};
|
|
3186
|
+
export { child_20 as child };
|
|
3187
|
+
export namespace optionsSchema_22 {
|
|
3188
|
+
let type_81: string;
|
|
3189
|
+
export { type_81 as type };
|
|
3190
|
+
let title_77: string;
|
|
3191
|
+
export { title_77 as title };
|
|
3192
|
+
export namespace properties_34 {
|
|
3026
3193
|
import readOnly_15 = readOnly;
|
|
3027
3194
|
export { readOnly_15 as readOnly };
|
|
3028
3195
|
import isRequired_15 = isRequired;
|
|
3029
3196
|
export { isRequired_15 as isRequired };
|
|
3030
3197
|
}
|
|
3031
|
-
export {
|
|
3198
|
+
export { properties_34 as properties };
|
|
3032
3199
|
}
|
|
3033
|
-
export {
|
|
3034
|
-
let
|
|
3200
|
+
export { optionsSchema_22 as optionsSchema };
|
|
3201
|
+
let optionsSchemaUiSchema_22: {
|
|
3035
3202
|
readOnly: {
|
|
3036
3203
|
"ui:widget": string;
|
|
3037
3204
|
};
|
|
@@ -3042,13 +3209,13 @@ declare namespace advanced_1 {
|
|
|
3042
3209
|
properties: any;
|
|
3043
3210
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
3044
3211
|
};
|
|
3045
|
-
export {
|
|
3046
|
-
export namespace
|
|
3047
|
-
let
|
|
3048
|
-
export {
|
|
3049
|
-
let
|
|
3050
|
-
export {
|
|
3051
|
-
let
|
|
3212
|
+
export { optionsSchemaUiSchema_22 as optionsSchemaUiSchema };
|
|
3213
|
+
export namespace optionsUiSchema_21 {
|
|
3214
|
+
let type_82: string;
|
|
3215
|
+
export { type_82 as type };
|
|
3216
|
+
let title_78: string;
|
|
3217
|
+
export { title_78 as title };
|
|
3218
|
+
let properties_35: {
|
|
3052
3219
|
"ui:servicesList": {
|
|
3053
3220
|
title: string;
|
|
3054
3221
|
type: string;
|
|
@@ -3142,10 +3309,10 @@ declare namespace advanced_1 {
|
|
|
3142
3309
|
default: boolean;
|
|
3143
3310
|
};
|
|
3144
3311
|
};
|
|
3145
|
-
export {
|
|
3312
|
+
export { properties_35 as properties };
|
|
3146
3313
|
}
|
|
3147
|
-
export {
|
|
3148
|
-
let
|
|
3314
|
+
export { optionsUiSchema_21 as optionsUiSchema };
|
|
3315
|
+
let optionsUiSchemaUiSchema_21: {
|
|
3149
3316
|
"ui:servicesList": {
|
|
3150
3317
|
"ui:widget": string;
|
|
3151
3318
|
};
|
|
@@ -3188,47 +3355,47 @@ declare namespace advanced_1 {
|
|
|
3188
3355
|
properties: any;
|
|
3189
3356
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
3190
3357
|
};
|
|
3191
|
-
export {
|
|
3192
|
-
namespace
|
|
3193
|
-
export namespace
|
|
3194
|
-
let
|
|
3195
|
-
export {
|
|
3196
|
-
let
|
|
3197
|
-
export {
|
|
3358
|
+
export { optionsUiSchemaUiSchema_21 as optionsUiSchemaUiSchema };
|
|
3359
|
+
namespace _default_21 {
|
|
3360
|
+
export namespace schema_20 {
|
|
3361
|
+
let type_83: string;
|
|
3362
|
+
export { type_83 as type };
|
|
3363
|
+
let properties_36: {};
|
|
3364
|
+
export { properties_36 as properties };
|
|
3198
3365
|
}
|
|
3199
|
-
export {
|
|
3200
|
-
let
|
|
3366
|
+
export { schema_20 as schema };
|
|
3367
|
+
let uiSchema_20: {
|
|
3201
3368
|
"ui:servicesList": string[];
|
|
3202
3369
|
"ui:field": string;
|
|
3203
3370
|
};
|
|
3204
|
-
export {
|
|
3371
|
+
export { uiSchema_20 as uiSchema };
|
|
3205
3372
|
}
|
|
3206
|
-
export {
|
|
3373
|
+
export { _default_21 as default };
|
|
3207
3374
|
}
|
|
3208
3375
|
namespace codeEditor {
|
|
3209
|
-
let
|
|
3210
|
-
export {
|
|
3211
|
-
let
|
|
3212
|
-
export {
|
|
3213
|
-
let
|
|
3214
|
-
export {
|
|
3215
|
-
let
|
|
3216
|
-
export {
|
|
3217
|
-
export namespace
|
|
3218
|
-
let
|
|
3219
|
-
export {
|
|
3220
|
-
let
|
|
3221
|
-
export {
|
|
3222
|
-
export namespace
|
|
3376
|
+
let title_79: string;
|
|
3377
|
+
export { title_79 as title };
|
|
3378
|
+
let icon_21: import("react/jsx-runtime").JSX.Element;
|
|
3379
|
+
export { icon_21 as icon };
|
|
3380
|
+
let description_34: string;
|
|
3381
|
+
export { description_34 as description };
|
|
3382
|
+
let child_21: {};
|
|
3383
|
+
export { child_21 as child };
|
|
3384
|
+
export namespace optionsSchema_23 {
|
|
3385
|
+
let title_80: string;
|
|
3386
|
+
export { title_80 as title };
|
|
3387
|
+
let type_84: string;
|
|
3388
|
+
export { type_84 as type };
|
|
3389
|
+
export namespace properties_37 {
|
|
3223
3390
|
import readOnly_16 = readOnly;
|
|
3224
3391
|
export { readOnly_16 as readOnly };
|
|
3225
3392
|
import isRequired_16 = isRequired;
|
|
3226
3393
|
export { isRequired_16 as isRequired };
|
|
3227
3394
|
}
|
|
3228
|
-
export {
|
|
3395
|
+
export { properties_37 as properties };
|
|
3229
3396
|
}
|
|
3230
|
-
export {
|
|
3231
|
-
let
|
|
3397
|
+
export { optionsSchema_23 as optionsSchema };
|
|
3398
|
+
let optionsSchemaUiSchema_23: {
|
|
3232
3399
|
readOnly: {
|
|
3233
3400
|
"ui:widget": string;
|
|
3234
3401
|
};
|
|
@@ -3240,13 +3407,13 @@ declare namespace advanced_1 {
|
|
|
3240
3407
|
properties: any;
|
|
3241
3408
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
3242
3409
|
};
|
|
3243
|
-
export {
|
|
3244
|
-
export namespace
|
|
3245
|
-
let
|
|
3246
|
-
export {
|
|
3247
|
-
let
|
|
3248
|
-
export {
|
|
3249
|
-
let
|
|
3410
|
+
export { optionsSchemaUiSchema_23 as optionsSchemaUiSchema };
|
|
3411
|
+
export namespace optionsUiSchema_22 {
|
|
3412
|
+
let type_85: string;
|
|
3413
|
+
export { type_85 as type };
|
|
3414
|
+
let title_81: string;
|
|
3415
|
+
export { title_81 as title };
|
|
3416
|
+
let properties_38: {
|
|
3250
3417
|
"ui:options": {
|
|
3251
3418
|
type: string;
|
|
3252
3419
|
title: string;
|
|
@@ -3388,10 +3555,10 @@ declare namespace advanced_1 {
|
|
|
3388
3555
|
default: boolean;
|
|
3389
3556
|
};
|
|
3390
3557
|
};
|
|
3391
|
-
export {
|
|
3558
|
+
export { properties_38 as properties };
|
|
3392
3559
|
}
|
|
3393
|
-
export {
|
|
3394
|
-
let
|
|
3560
|
+
export { optionsUiSchema_22 as optionsUiSchema };
|
|
3561
|
+
let optionsUiSchemaUiSchema_22: {
|
|
3395
3562
|
"ui:options": {
|
|
3396
3563
|
validateWithUrl: {
|
|
3397
3564
|
"ui:widget": string;
|
|
@@ -3450,82 +3617,82 @@ declare namespace advanced_1 {
|
|
|
3450
3617
|
properties: any;
|
|
3451
3618
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
3452
3619
|
};
|
|
3453
|
-
export {
|
|
3454
|
-
namespace
|
|
3455
|
-
export namespace
|
|
3456
|
-
let
|
|
3457
|
-
export {
|
|
3620
|
+
export { optionsUiSchemaUiSchema_22 as optionsUiSchemaUiSchema };
|
|
3621
|
+
namespace _default_22 {
|
|
3622
|
+
export namespace schema_21 {
|
|
3623
|
+
let type_86: string;
|
|
3624
|
+
export { type_86 as type };
|
|
3458
3625
|
export let validateWith: string;
|
|
3459
3626
|
}
|
|
3460
|
-
export {
|
|
3461
|
-
let
|
|
3627
|
+
export { schema_21 as schema };
|
|
3628
|
+
let uiSchema_21: {
|
|
3462
3629
|
"ui:field": string;
|
|
3463
3630
|
"ui:options": {
|
|
3464
3631
|
language: string;
|
|
3465
3632
|
};
|
|
3466
3633
|
};
|
|
3467
|
-
export {
|
|
3634
|
+
export { uiSchema_21 as uiSchema };
|
|
3468
3635
|
}
|
|
3469
|
-
export {
|
|
3636
|
+
export { _default_22 as default };
|
|
3470
3637
|
}
|
|
3471
3638
|
namespace file {
|
|
3472
|
-
let
|
|
3473
|
-
export {
|
|
3474
|
-
let
|
|
3475
|
-
export {
|
|
3476
|
-
let
|
|
3477
|
-
export {
|
|
3478
|
-
let
|
|
3479
|
-
export {
|
|
3480
|
-
export namespace
|
|
3481
|
-
let
|
|
3482
|
-
export {
|
|
3483
|
-
let
|
|
3484
|
-
export {
|
|
3485
|
-
export namespace
|
|
3639
|
+
let title_82: string;
|
|
3640
|
+
export { title_82 as title };
|
|
3641
|
+
let icon_22: import("react/jsx-runtime").JSX.Element;
|
|
3642
|
+
export { icon_22 as icon };
|
|
3643
|
+
let description_35: string;
|
|
3644
|
+
export { description_35 as description };
|
|
3645
|
+
let child_22: {};
|
|
3646
|
+
export { child_22 as child };
|
|
3647
|
+
export namespace optionsSchema_24 {
|
|
3648
|
+
let type_87: string;
|
|
3649
|
+
export { type_87 as type };
|
|
3650
|
+
let title_83: string;
|
|
3651
|
+
export { title_83 as title };
|
|
3652
|
+
export namespace properties_39 {
|
|
3486
3653
|
export namespace maxFiles {
|
|
3487
|
-
let
|
|
3488
|
-
export {
|
|
3489
|
-
let
|
|
3490
|
-
export {
|
|
3491
|
-
let
|
|
3492
|
-
export {
|
|
3654
|
+
let title_84: string;
|
|
3655
|
+
export { title_84 as title };
|
|
3656
|
+
let description_36: string;
|
|
3657
|
+
export { description_36 as description };
|
|
3658
|
+
let type_88: string;
|
|
3659
|
+
export { type_88 as type };
|
|
3493
3660
|
export let minimum: number;
|
|
3494
3661
|
}
|
|
3495
3662
|
export namespace accept {
|
|
3496
|
-
let
|
|
3497
|
-
export {
|
|
3498
|
-
let
|
|
3499
|
-
export {
|
|
3500
|
-
let
|
|
3501
|
-
export {
|
|
3663
|
+
let title_85: string;
|
|
3664
|
+
export { title_85 as title };
|
|
3665
|
+
let description_37: string;
|
|
3666
|
+
export { description_37 as description };
|
|
3667
|
+
let type_89: string;
|
|
3668
|
+
export { type_89 as type };
|
|
3502
3669
|
let uniqueItems_2: boolean;
|
|
3503
3670
|
export { uniqueItems_2 as uniqueItems };
|
|
3504
|
-
export namespace
|
|
3505
|
-
let
|
|
3506
|
-
export {
|
|
3671
|
+
export namespace items_7 {
|
|
3672
|
+
let type_90: string;
|
|
3673
|
+
export { type_90 as type };
|
|
3507
3674
|
let pattern_2: string;
|
|
3508
3675
|
export { pattern_2 as pattern };
|
|
3509
3676
|
}
|
|
3510
|
-
export {
|
|
3677
|
+
export { items_7 as items };
|
|
3511
3678
|
}
|
|
3512
3679
|
export namespace disablePreview {
|
|
3513
|
-
let
|
|
3514
|
-
export {
|
|
3515
|
-
let
|
|
3516
|
-
export {
|
|
3517
|
-
let
|
|
3518
|
-
export {
|
|
3680
|
+
let title_86: string;
|
|
3681
|
+
export { title_86 as title };
|
|
3682
|
+
let description_38: string;
|
|
3683
|
+
export { description_38 as description };
|
|
3684
|
+
let type_91: string;
|
|
3685
|
+
export { type_91 as type };
|
|
3519
3686
|
}
|
|
3520
3687
|
import readOnly_17 = readOnly;
|
|
3521
3688
|
export { readOnly_17 as readOnly };
|
|
3522
3689
|
import isRequired_17 = isRequired;
|
|
3523
3690
|
export { isRequired_17 as isRequired };
|
|
3524
3691
|
}
|
|
3525
|
-
export {
|
|
3692
|
+
export { properties_39 as properties };
|
|
3526
3693
|
}
|
|
3527
|
-
export {
|
|
3528
|
-
let
|
|
3694
|
+
export { optionsSchema_24 as optionsSchema };
|
|
3695
|
+
let optionsSchemaUiSchema_24: {
|
|
3529
3696
|
readOnly: {
|
|
3530
3697
|
"ui:widget": string;
|
|
3531
3698
|
};
|
|
@@ -3547,10 +3714,10 @@ declare namespace advanced_1 {
|
|
|
3547
3714
|
properties: any;
|
|
3548
3715
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
3549
3716
|
};
|
|
3550
|
-
export {
|
|
3551
|
-
export namespace
|
|
3552
|
-
export {
|
|
3553
|
-
let
|
|
3717
|
+
export { optionsSchemaUiSchema_24 as optionsSchemaUiSchema };
|
|
3718
|
+
export namespace optionsUiSchema_23 { }
|
|
3719
|
+
export { optionsUiSchema_23 as optionsUiSchema };
|
|
3720
|
+
let optionsUiSchemaUiSchema_23: {
|
|
3554
3721
|
"ui:options": {
|
|
3555
3722
|
span: {
|
|
3556
3723
|
"ui:widget": string;
|
|
@@ -3590,68 +3757,68 @@ declare namespace advanced_1 {
|
|
|
3590
3757
|
properties: any;
|
|
3591
3758
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
3592
3759
|
};
|
|
3593
|
-
export {
|
|
3594
|
-
namespace
|
|
3595
|
-
export namespace
|
|
3596
|
-
let
|
|
3597
|
-
export {
|
|
3598
|
-
export namespace
|
|
3599
|
-
let
|
|
3600
|
-
export {
|
|
3760
|
+
export { optionsUiSchemaUiSchema_23 as optionsUiSchemaUiSchema };
|
|
3761
|
+
namespace _default_23 {
|
|
3762
|
+
export namespace schema_22 {
|
|
3763
|
+
let type_92: string;
|
|
3764
|
+
export { type_92 as type };
|
|
3765
|
+
export namespace items_8 {
|
|
3766
|
+
let type_93: string;
|
|
3767
|
+
export { type_93 as type };
|
|
3601
3768
|
}
|
|
3602
|
-
export {
|
|
3769
|
+
export { items_8 as items };
|
|
3603
3770
|
}
|
|
3604
|
-
export {
|
|
3605
|
-
let
|
|
3771
|
+
export { schema_22 as schema };
|
|
3772
|
+
let uiSchema_22: {
|
|
3606
3773
|
"ui:field": string;
|
|
3607
3774
|
};
|
|
3608
|
-
export {
|
|
3775
|
+
export { uiSchema_22 as uiSchema };
|
|
3609
3776
|
}
|
|
3610
|
-
export {
|
|
3777
|
+
export { _default_23 as default };
|
|
3611
3778
|
}
|
|
3612
3779
|
namespace slider {
|
|
3613
|
-
let
|
|
3614
|
-
export {
|
|
3615
|
-
let
|
|
3616
|
-
export {
|
|
3617
|
-
let
|
|
3618
|
-
export {
|
|
3619
|
-
let
|
|
3620
|
-
export {
|
|
3621
|
-
export namespace
|
|
3622
|
-
let
|
|
3623
|
-
export {
|
|
3624
|
-
let
|
|
3625
|
-
export {
|
|
3626
|
-
export namespace
|
|
3780
|
+
let title_87: string;
|
|
3781
|
+
export { title_87 as title };
|
|
3782
|
+
let icon_23: import("react/jsx-runtime").JSX.Element;
|
|
3783
|
+
export { icon_23 as icon };
|
|
3784
|
+
let description_39: string;
|
|
3785
|
+
export { description_39 as description };
|
|
3786
|
+
let child_23: {};
|
|
3787
|
+
export { child_23 as child };
|
|
3788
|
+
export namespace optionsSchema_25 {
|
|
3789
|
+
let type_94: string;
|
|
3790
|
+
export { type_94 as type };
|
|
3791
|
+
let title_88: string;
|
|
3792
|
+
export { title_88 as title };
|
|
3793
|
+
export namespace properties_40 {
|
|
3627
3794
|
import readOnly_18 = readOnly;
|
|
3628
3795
|
export { readOnly_18 as readOnly };
|
|
3629
3796
|
import isRequired_18 = isRequired;
|
|
3630
3797
|
export { isRequired_18 as isRequired };
|
|
3631
3798
|
export namespace minimum_1 {
|
|
3632
|
-
let
|
|
3633
|
-
export {
|
|
3634
|
-
let
|
|
3635
|
-
export {
|
|
3799
|
+
let type_95: string;
|
|
3800
|
+
export { type_95 as type };
|
|
3801
|
+
let title_89: string;
|
|
3802
|
+
export { title_89 as title };
|
|
3636
3803
|
}
|
|
3637
3804
|
export { minimum_1 as minimum };
|
|
3638
3805
|
export namespace maximum {
|
|
3639
|
-
let
|
|
3640
|
-
export {
|
|
3641
|
-
let
|
|
3642
|
-
export {
|
|
3806
|
+
let type_96: string;
|
|
3807
|
+
export { type_96 as type };
|
|
3808
|
+
let title_90: string;
|
|
3809
|
+
export { title_90 as title };
|
|
3643
3810
|
}
|
|
3644
3811
|
export namespace step {
|
|
3645
|
-
let
|
|
3646
|
-
export {
|
|
3647
|
-
let
|
|
3648
|
-
export {
|
|
3812
|
+
let type_97: string;
|
|
3813
|
+
export { type_97 as type };
|
|
3814
|
+
let title_91: string;
|
|
3815
|
+
export { title_91 as title };
|
|
3649
3816
|
}
|
|
3650
3817
|
}
|
|
3651
|
-
export {
|
|
3818
|
+
export { properties_40 as properties };
|
|
3652
3819
|
}
|
|
3653
|
-
export {
|
|
3654
|
-
let
|
|
3820
|
+
export { optionsSchema_25 as optionsSchema };
|
|
3821
|
+
let optionsSchemaUiSchema_25: {
|
|
3655
3822
|
readOnly: {
|
|
3656
3823
|
"ui:widget": string;
|
|
3657
3824
|
};
|
|
@@ -3676,13 +3843,13 @@ declare namespace advanced_1 {
|
|
|
3676
3843
|
properties: any;
|
|
3677
3844
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
3678
3845
|
};
|
|
3679
|
-
export {
|
|
3680
|
-
export namespace
|
|
3681
|
-
let
|
|
3682
|
-
export {
|
|
3683
|
-
let
|
|
3684
|
-
export {
|
|
3685
|
-
let
|
|
3846
|
+
export { optionsSchemaUiSchema_25 as optionsSchemaUiSchema };
|
|
3847
|
+
export namespace optionsUiSchema_24 {
|
|
3848
|
+
let type_98: string;
|
|
3849
|
+
export { type_98 as type };
|
|
3850
|
+
let title_92: string;
|
|
3851
|
+
export { title_92 as title };
|
|
3852
|
+
let properties_41: {
|
|
3686
3853
|
"ui:options": {
|
|
3687
3854
|
type: string;
|
|
3688
3855
|
title: string;
|
|
@@ -3774,10 +3941,10 @@ declare namespace advanced_1 {
|
|
|
3774
3941
|
default: boolean;
|
|
3775
3942
|
};
|
|
3776
3943
|
};
|
|
3777
|
-
export {
|
|
3944
|
+
export { properties_41 as properties };
|
|
3778
3945
|
}
|
|
3779
|
-
export {
|
|
3780
|
-
let
|
|
3946
|
+
export { optionsUiSchema_24 as optionsUiSchema };
|
|
3947
|
+
let optionsUiSchemaUiSchema_24: {
|
|
3781
3948
|
"ui:options": {
|
|
3782
3949
|
hideInput: {
|
|
3783
3950
|
"ui:widget": string;
|
|
@@ -3820,79 +3987,79 @@ declare namespace advanced_1 {
|
|
|
3820
3987
|
properties: any;
|
|
3821
3988
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
3822
3989
|
};
|
|
3823
|
-
export {
|
|
3824
|
-
namespace
|
|
3825
|
-
export namespace
|
|
3826
|
-
let
|
|
3827
|
-
export {
|
|
3990
|
+
export { optionsUiSchemaUiSchema_24 as optionsUiSchemaUiSchema };
|
|
3991
|
+
namespace _default_24 {
|
|
3992
|
+
export namespace schema_23 {
|
|
3993
|
+
let type_99: string;
|
|
3994
|
+
export { type_99 as type };
|
|
3828
3995
|
}
|
|
3829
|
-
export {
|
|
3830
|
-
let
|
|
3996
|
+
export { schema_23 as schema };
|
|
3997
|
+
let uiSchema_23: {
|
|
3831
3998
|
"ui:widget": string;
|
|
3832
3999
|
};
|
|
3833
|
-
export {
|
|
4000
|
+
export { uiSchema_23 as uiSchema };
|
|
3834
4001
|
}
|
|
3835
|
-
export {
|
|
4002
|
+
export { _default_24 as default };
|
|
3836
4003
|
}
|
|
3837
4004
|
namespace slider_markers {
|
|
3838
|
-
let
|
|
3839
|
-
export {
|
|
3840
|
-
let
|
|
3841
|
-
export {
|
|
3842
|
-
let
|
|
3843
|
-
export {
|
|
3844
|
-
let
|
|
3845
|
-
export {
|
|
3846
|
-
export namespace
|
|
3847
|
-
let
|
|
3848
|
-
export {
|
|
3849
|
-
let
|
|
3850
|
-
export {
|
|
3851
|
-
export namespace
|
|
4005
|
+
let title_93: string;
|
|
4006
|
+
export { title_93 as title };
|
|
4007
|
+
let icon_24: import("react/jsx-runtime").JSX.Element;
|
|
4008
|
+
export { icon_24 as icon };
|
|
4009
|
+
let description_40: string;
|
|
4010
|
+
export { description_40 as description };
|
|
4011
|
+
let child_24: {};
|
|
4012
|
+
export { child_24 as child };
|
|
4013
|
+
export namespace optionsSchema_26 {
|
|
4014
|
+
let type_100: string;
|
|
4015
|
+
export { type_100 as type };
|
|
4016
|
+
let title_94: string;
|
|
4017
|
+
export { title_94 as title };
|
|
4018
|
+
export namespace properties_42 {
|
|
3852
4019
|
import readOnly_19 = readOnly;
|
|
3853
4020
|
export { readOnly_19 as readOnly };
|
|
3854
4021
|
import isRequired_19 = isRequired;
|
|
3855
4022
|
export { isRequired_19 as isRequired };
|
|
3856
4023
|
export namespace oneOf_6 {
|
|
3857
|
-
let
|
|
3858
|
-
export {
|
|
3859
|
-
let
|
|
3860
|
-
export {
|
|
3861
|
-
export namespace
|
|
3862
|
-
let
|
|
3863
|
-
export {
|
|
3864
|
-
export namespace
|
|
4024
|
+
let title_95: string;
|
|
4025
|
+
export { title_95 as title };
|
|
4026
|
+
let type_101: string;
|
|
4027
|
+
export { type_101 as type };
|
|
4028
|
+
export namespace items_9 {
|
|
4029
|
+
let type_102: string;
|
|
4030
|
+
export { type_102 as type };
|
|
4031
|
+
export namespace properties_43 {
|
|
3865
4032
|
export namespace _const {
|
|
3866
|
-
let
|
|
3867
|
-
export {
|
|
3868
|
-
let
|
|
3869
|
-
export {
|
|
4033
|
+
let type_103: string;
|
|
4034
|
+
export { type_103 as type };
|
|
4035
|
+
let _default_25: number;
|
|
4036
|
+
export { _default_25 as default };
|
|
3870
4037
|
}
|
|
3871
4038
|
export { _const as const };
|
|
3872
|
-
export namespace
|
|
3873
|
-
let
|
|
3874
|
-
export {
|
|
4039
|
+
export namespace title_96 {
|
|
4040
|
+
let type_104: string;
|
|
4041
|
+
export { type_104 as type };
|
|
3875
4042
|
}
|
|
3876
|
-
export {
|
|
3877
|
-
export namespace
|
|
3878
|
-
let
|
|
3879
|
-
export {
|
|
3880
|
-
let
|
|
3881
|
-
export {
|
|
4043
|
+
export { title_96 as title };
|
|
4044
|
+
export namespace type_105 {
|
|
4045
|
+
let type_106: string;
|
|
4046
|
+
export { type_106 as type };
|
|
4047
|
+
let _default_26: string;
|
|
4048
|
+
export { _default_26 as default };
|
|
3882
4049
|
}
|
|
3883
|
-
export {
|
|
4050
|
+
export { type_105 as type };
|
|
3884
4051
|
}
|
|
3885
|
-
export {
|
|
4052
|
+
export { properties_43 as properties };
|
|
3886
4053
|
export let required: string[];
|
|
3887
4054
|
}
|
|
3888
|
-
export {
|
|
4055
|
+
export { items_9 as items };
|
|
3889
4056
|
}
|
|
3890
4057
|
export { oneOf_6 as oneOf };
|
|
3891
4058
|
}
|
|
3892
|
-
export {
|
|
4059
|
+
export { properties_42 as properties };
|
|
3893
4060
|
}
|
|
3894
|
-
export {
|
|
3895
|
-
let
|
|
4061
|
+
export { optionsSchema_26 as optionsSchema };
|
|
4062
|
+
let optionsSchemaUiSchema_26: {
|
|
3896
4063
|
readOnly: {
|
|
3897
4064
|
"ui:widget": string;
|
|
3898
4065
|
};
|
|
@@ -3939,13 +4106,13 @@ declare namespace advanced_1 {
|
|
|
3939
4106
|
properties: any;
|
|
3940
4107
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
3941
4108
|
};
|
|
3942
|
-
export {
|
|
3943
|
-
export namespace
|
|
3944
|
-
let
|
|
3945
|
-
export {
|
|
3946
|
-
let
|
|
3947
|
-
export {
|
|
3948
|
-
let
|
|
4109
|
+
export { optionsSchemaUiSchema_26 as optionsSchemaUiSchema };
|
|
4110
|
+
export namespace optionsUiSchema_25 {
|
|
4111
|
+
let type_107: string;
|
|
4112
|
+
export { type_107 as type };
|
|
4113
|
+
let title_97: string;
|
|
4114
|
+
export { title_97 as title };
|
|
4115
|
+
let properties_44: {
|
|
3949
4116
|
"ui:options": {
|
|
3950
4117
|
type: string;
|
|
3951
4118
|
title: string;
|
|
@@ -4037,10 +4204,10 @@ declare namespace advanced_1 {
|
|
|
4037
4204
|
default: boolean;
|
|
4038
4205
|
};
|
|
4039
4206
|
};
|
|
4040
|
-
export {
|
|
4207
|
+
export { properties_44 as properties };
|
|
4041
4208
|
}
|
|
4042
|
-
export {
|
|
4043
|
-
let
|
|
4209
|
+
export { optionsUiSchema_25 as optionsUiSchema };
|
|
4210
|
+
let optionsUiSchemaUiSchema_25: {
|
|
4044
4211
|
"ui:options": {
|
|
4045
4212
|
hideInput: {
|
|
4046
4213
|
"ui:widget": string;
|
|
@@ -4083,23 +4250,23 @@ declare namespace advanced_1 {
|
|
|
4083
4250
|
properties: any;
|
|
4084
4251
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
4085
4252
|
};
|
|
4086
|
-
export {
|
|
4087
|
-
namespace
|
|
4088
|
-
export namespace
|
|
4089
|
-
let
|
|
4090
|
-
export {
|
|
4253
|
+
export { optionsUiSchemaUiSchema_25 as optionsUiSchemaUiSchema };
|
|
4254
|
+
namespace _default_27 {
|
|
4255
|
+
export namespace schema_24 {
|
|
4256
|
+
let type_108: string;
|
|
4257
|
+
export { type_108 as type };
|
|
4091
4258
|
let oneOf_7: {
|
|
4092
4259
|
title: string;
|
|
4093
4260
|
const: number;
|
|
4094
4261
|
}[];
|
|
4095
4262
|
export { oneOf_7 as oneOf };
|
|
4096
4263
|
}
|
|
4097
|
-
export {
|
|
4098
|
-
let
|
|
4264
|
+
export { schema_24 as schema };
|
|
4265
|
+
let uiSchema_24: {
|
|
4099
4266
|
"ui:widget": string;
|
|
4100
4267
|
};
|
|
4101
|
-
export {
|
|
4268
|
+
export { uiSchema_24 as uiSchema };
|
|
4102
4269
|
}
|
|
4103
|
-
export {
|
|
4270
|
+
export { _default_27 as default };
|
|
4104
4271
|
}
|
|
4105
4272
|
}
|