@genesislcap/foundation-forms 14.361.2-alpha-d8ac5e3.0 → 14.361.2
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/custom-elements.json +856 -856
- package/package.json +15 -15
|
@@ -525,253 +525,476 @@
|
|
|
525
525
|
},
|
|
526
526
|
{
|
|
527
527
|
"kind": "javascript-module",
|
|
528
|
-
"path": "src/
|
|
528
|
+
"path": "src/filters/filters.styles.ts",
|
|
529
|
+
"declarations": [
|
|
530
|
+
{
|
|
531
|
+
"kind": "variable",
|
|
532
|
+
"name": "foundationFiltersStyles"
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"exports": [
|
|
536
|
+
{
|
|
537
|
+
"kind": "js",
|
|
538
|
+
"name": "foundationFiltersStyles",
|
|
539
|
+
"declaration": {
|
|
540
|
+
"name": "foundationFiltersStyles",
|
|
541
|
+
"module": "src/filters/filters.styles.ts"
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
]
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"kind": "javascript-module",
|
|
548
|
+
"path": "src/filters/filters.template.ts",
|
|
549
|
+
"declarations": [],
|
|
550
|
+
"exports": []
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"kind": "javascript-module",
|
|
554
|
+
"path": "src/filters/filters.ts",
|
|
529
555
|
"declarations": [
|
|
556
|
+
{
|
|
557
|
+
"kind": "variable",
|
|
558
|
+
"name": "filtersRenderers",
|
|
559
|
+
"type": {
|
|
560
|
+
"text": "array"
|
|
561
|
+
},
|
|
562
|
+
"default": "[\n fallbackEntry,\n stringEntry,\n BooleanControlEntry,\n LayoutVertical2ColumnsEntry,\n LayoutRendererEntry,\n FilterNumberControlRendererEntry,\n ConnectedMultiselectControlRendererEntry,\n EnumControlRendererEntry,\n ConnectedSelectControlRendererEntry,\n FilterDateControlRendererEntry,\n FilterTimeControlRendererEntry,\n InvisibleControlEntry,\n]",
|
|
563
|
+
"description": "Set of default renderers used by the foundation-filters.",
|
|
564
|
+
"privacy": "public"
|
|
565
|
+
},
|
|
530
566
|
{
|
|
531
567
|
"kind": "class",
|
|
532
|
-
"description": "",
|
|
533
|
-
"name": "
|
|
568
|
+
"description": "Foundation filters component for automatically generated filters based on json schema\nobtained from the api, supplied initial data or supplied JSON schema.\nAllowing customisable filters elements using UI schema and set of custom renderers",
|
|
569
|
+
"name": "Filters",
|
|
534
570
|
"members": [
|
|
535
571
|
{
|
|
536
572
|
"kind": "field",
|
|
537
|
-
"name": "
|
|
573
|
+
"name": "kvStorage",
|
|
538
574
|
"type": {
|
|
539
|
-
"text": "
|
|
575
|
+
"text": "KVStorage"
|
|
540
576
|
}
|
|
541
577
|
},
|
|
542
578
|
{
|
|
543
579
|
"kind": "field",
|
|
544
|
-
"name": "
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
"name": "prefixChanged"
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"kind": "field",
|
|
552
|
-
"name": "jsonforms"
|
|
580
|
+
"name": "filterName",
|
|
581
|
+
"type": {
|
|
582
|
+
"text": "string"
|
|
583
|
+
}
|
|
553
584
|
},
|
|
554
585
|
{
|
|
555
586
|
"kind": "field",
|
|
556
|
-
"name": "
|
|
587
|
+
"name": "resourceName",
|
|
588
|
+
"type": {
|
|
589
|
+
"text": "string"
|
|
590
|
+
},
|
|
591
|
+
"description": "Name of the backend resource which will provide metadata\nused to generate filters.",
|
|
592
|
+
"privacy": "public"
|
|
557
593
|
},
|
|
558
594
|
{
|
|
559
595
|
"kind": "field",
|
|
560
|
-
"name": "
|
|
596
|
+
"name": "allSavedFilters",
|
|
597
|
+
"type": {
|
|
598
|
+
"text": "any[]"
|
|
599
|
+
},
|
|
600
|
+
"default": "[]"
|
|
561
601
|
},
|
|
562
602
|
{
|
|
563
603
|
"kind": "field",
|
|
564
|
-
"name": "
|
|
604
|
+
"name": "showFilterPersistenceControls",
|
|
605
|
+
"type": {
|
|
606
|
+
"text": "boolean"
|
|
607
|
+
},
|
|
608
|
+
"description": "Controls the visibility of the filter persistence controls UI.",
|
|
609
|
+
"privacy": "public"
|
|
565
610
|
},
|
|
566
611
|
{
|
|
567
612
|
"kind": "method",
|
|
568
|
-
"name": "
|
|
613
|
+
"name": "resourceNameChanged",
|
|
614
|
+
"privacy": "private"
|
|
569
615
|
},
|
|
570
616
|
{
|
|
571
617
|
"kind": "field",
|
|
572
618
|
"name": "uischema",
|
|
573
619
|
"type": {
|
|
574
|
-
"text": "
|
|
575
|
-
}
|
|
620
|
+
"text": "UiSchema"
|
|
621
|
+
},
|
|
622
|
+
"description": "UI schema used to define configuration of the layout and elements in the filters\nCheck UiSchema for possible options.",
|
|
623
|
+
"privacy": "public"
|
|
576
624
|
},
|
|
577
625
|
{
|
|
578
|
-
"kind": "
|
|
579
|
-
"name": "
|
|
626
|
+
"kind": "field",
|
|
627
|
+
"name": "renderers",
|
|
628
|
+
"type": {
|
|
629
|
+
"text": "RendererEntry[]"
|
|
630
|
+
},
|
|
631
|
+
"default": "[\n fallbackEntry,\n stringEntry,\n BooleanControlEntry,\n LayoutVertical2ColumnsEntry,\n LayoutRendererEntry,\n FilterNumberControlRendererEntry,\n ConnectedMultiselectControlRendererEntry,\n EnumControlRendererEntry,\n ConnectedSelectControlRendererEntry,\n FilterDateControlRendererEntry,\n FilterTimeControlRendererEntry,\n InvisibleControlEntry,\n]",
|
|
632
|
+
"description": "Allows to provide the main set of renderers used by the form. If not provided, the built-in renderers will be used by default.",
|
|
633
|
+
"privacy": "public"
|
|
580
634
|
},
|
|
581
635
|
{
|
|
582
636
|
"kind": "field",
|
|
583
|
-
"name": "
|
|
637
|
+
"name": "jsonSchema",
|
|
638
|
+
"type": {
|
|
639
|
+
"text": "JSONSchema7"
|
|
640
|
+
},
|
|
641
|
+
"description": "Alternatively to providing Form.resourceName you can hardcode the JSON schema on the client.",
|
|
642
|
+
"privacy": "public"
|
|
584
643
|
},
|
|
585
644
|
{
|
|
586
|
-
"kind": "
|
|
587
|
-
"name": "
|
|
645
|
+
"kind": "field",
|
|
646
|
+
"name": "prefix",
|
|
647
|
+
"type": {
|
|
648
|
+
"text": "string"
|
|
649
|
+
},
|
|
650
|
+
"default": "'rapid'",
|
|
651
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
652
|
+
"privacy": "public"
|
|
588
653
|
},
|
|
589
654
|
{
|
|
590
655
|
"kind": "field",
|
|
591
|
-
"name": "
|
|
656
|
+
"name": "connect",
|
|
592
657
|
"type": {
|
|
593
|
-
"text": "
|
|
594
|
-
}
|
|
658
|
+
"text": "Connect"
|
|
659
|
+
},
|
|
660
|
+
"privacy": "private"
|
|
595
661
|
},
|
|
596
662
|
{
|
|
597
|
-
"kind": "
|
|
598
|
-
"name": "
|
|
663
|
+
"kind": "field",
|
|
664
|
+
"name": "data",
|
|
665
|
+
"type": {
|
|
666
|
+
"text": "any"
|
|
667
|
+
},
|
|
668
|
+
"default": "{}",
|
|
669
|
+
"description": "Initial data for the filters.",
|
|
670
|
+
"privacy": "public"
|
|
599
671
|
},
|
|
600
672
|
{
|
|
601
673
|
"kind": "field",
|
|
602
|
-
"name": "
|
|
674
|
+
"name": "value",
|
|
603
675
|
"type": {
|
|
604
|
-
"text": "
|
|
605
|
-
}
|
|
676
|
+
"text": "string"
|
|
677
|
+
},
|
|
678
|
+
"description": "Created criteria based on the given data that can be used to filter the data.",
|
|
679
|
+
"privacy": "public"
|
|
606
680
|
},
|
|
607
681
|
{
|
|
608
682
|
"kind": "method",
|
|
609
|
-
"name": "
|
|
683
|
+
"name": "saveFilter"
|
|
610
684
|
},
|
|
611
685
|
{
|
|
612
|
-
"kind": "
|
|
613
|
-
"name": "
|
|
614
|
-
"type": {
|
|
615
|
-
"text": "Ajv"
|
|
616
|
-
}
|
|
686
|
+
"kind": "method",
|
|
687
|
+
"name": "deleteFilter"
|
|
617
688
|
},
|
|
618
689
|
{
|
|
619
690
|
"kind": "method",
|
|
620
|
-
"name": "
|
|
691
|
+
"name": "loadAllSavedFilters"
|
|
621
692
|
},
|
|
622
693
|
{
|
|
623
|
-
"kind": "
|
|
624
|
-
"name": "
|
|
625
|
-
"
|
|
626
|
-
|
|
627
|
-
|
|
694
|
+
"kind": "method",
|
|
695
|
+
"name": "filterNameChanged",
|
|
696
|
+
"parameters": [
|
|
697
|
+
{
|
|
698
|
+
"name": "oldValue",
|
|
699
|
+
"type": {
|
|
700
|
+
"text": "string"
|
|
701
|
+
}
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"name": "newValue",
|
|
705
|
+
"type": {
|
|
706
|
+
"text": "string"
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
]
|
|
628
710
|
},
|
|
629
711
|
{
|
|
630
712
|
"kind": "method",
|
|
631
|
-
"name": "
|
|
713
|
+
"name": "loadFilterData",
|
|
714
|
+
"parameters": [
|
|
715
|
+
{
|
|
716
|
+
"name": "filterKey",
|
|
717
|
+
"type": {
|
|
718
|
+
"text": "string"
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
]
|
|
632
722
|
},
|
|
633
723
|
{
|
|
634
|
-
"kind": "
|
|
635
|
-
"name": "
|
|
636
|
-
"
|
|
637
|
-
"
|
|
724
|
+
"kind": "method",
|
|
725
|
+
"name": "cloneNode",
|
|
726
|
+
"return": {
|
|
727
|
+
"type": {
|
|
728
|
+
"text": "Node"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"parameters": [
|
|
732
|
+
{
|
|
733
|
+
"name": "deep",
|
|
734
|
+
"optional": true,
|
|
735
|
+
"type": {
|
|
736
|
+
"text": "boolean"
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
],
|
|
740
|
+
"inheritedFrom": {
|
|
741
|
+
"name": "LifecycleMixin",
|
|
742
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
638
743
|
}
|
|
639
744
|
},
|
|
640
745
|
{
|
|
641
746
|
"kind": "method",
|
|
642
|
-
"name": "
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
"type": {
|
|
648
|
-
"text": "RendererProps"
|
|
747
|
+
"name": "deepClone",
|
|
748
|
+
"return": {
|
|
749
|
+
"type": {
|
|
750
|
+
"text": "Node"
|
|
751
|
+
}
|
|
649
752
|
},
|
|
650
|
-
"
|
|
753
|
+
"inheritedFrom": {
|
|
754
|
+
"name": "LifecycleMixin",
|
|
755
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
756
|
+
}
|
|
651
757
|
},
|
|
652
758
|
{
|
|
653
759
|
"kind": "field",
|
|
654
|
-
"name": "
|
|
760
|
+
"name": "shouldRunDisconnect",
|
|
761
|
+
"return": {
|
|
762
|
+
"type": {
|
|
763
|
+
"text": ""
|
|
764
|
+
}
|
|
765
|
+
},
|
|
766
|
+
"readonly": true,
|
|
767
|
+
"inheritedFrom": {
|
|
768
|
+
"name": "LifecycleMixin",
|
|
769
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
770
|
+
}
|
|
655
771
|
},
|
|
656
772
|
{
|
|
657
773
|
"kind": "field",
|
|
658
|
-
"name": "
|
|
659
|
-
"description": "Performs client-side validation by running the validator defined in the UI schema.",
|
|
660
|
-
"parameters": [
|
|
661
|
-
{
|
|
662
|
-
"description": "the UI schema",
|
|
663
|
-
"name": "uischema"
|
|
664
|
-
}
|
|
665
|
-
],
|
|
774
|
+
"name": "shouldRunConnect",
|
|
666
775
|
"return": {
|
|
667
776
|
"type": {
|
|
668
777
|
"text": ""
|
|
669
778
|
}
|
|
779
|
+
},
|
|
780
|
+
"readonly": true,
|
|
781
|
+
"inheritedFrom": {
|
|
782
|
+
"name": "LifecycleMixin",
|
|
783
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
670
784
|
}
|
|
671
785
|
},
|
|
672
786
|
{
|
|
673
787
|
"kind": "method",
|
|
674
|
-
"name": "
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
788
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
789
|
+
"return": {
|
|
790
|
+
"type": {
|
|
791
|
+
"text": "boolean"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"parameters": [
|
|
795
|
+
{
|
|
796
|
+
"name": "lifecycleType",
|
|
797
|
+
"type": {
|
|
798
|
+
"text": "Lifecycletype"
|
|
799
|
+
}
|
|
800
|
+
}
|
|
801
|
+
],
|
|
802
|
+
"inheritedFrom": {
|
|
803
|
+
"name": "LifecycleMixin",
|
|
804
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"kind": "field",
|
|
809
|
+
"name": "_presentation",
|
|
810
|
+
"type": {
|
|
811
|
+
"text": "ComponentPresentation | null | undefined"
|
|
812
|
+
},
|
|
813
|
+
"privacy": "private",
|
|
814
|
+
"default": "void 0",
|
|
815
|
+
"inheritedFrom": {
|
|
816
|
+
"name": "FoundationElement",
|
|
817
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"kind": "field",
|
|
822
|
+
"name": "$presentation",
|
|
823
|
+
"type": {
|
|
824
|
+
"text": "ComponentPresentation | null"
|
|
825
|
+
},
|
|
826
|
+
"privacy": "public",
|
|
827
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
828
|
+
"inheritedFrom": {
|
|
829
|
+
"name": "FoundationElement",
|
|
830
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"kind": "field",
|
|
835
|
+
"name": "template",
|
|
836
|
+
"type": {
|
|
837
|
+
"text": "ElementViewTemplate | void | null"
|
|
838
|
+
},
|
|
839
|
+
"privacy": "public",
|
|
840
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
841
|
+
"inheritedFrom": {
|
|
842
|
+
"name": "FoundationElement",
|
|
843
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"kind": "method",
|
|
848
|
+
"name": "templateChanged",
|
|
849
|
+
"privacy": "protected",
|
|
850
|
+
"return": {
|
|
851
|
+
"type": {
|
|
852
|
+
"text": "void"
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
"inheritedFrom": {
|
|
856
|
+
"name": "FoundationElement",
|
|
857
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"kind": "field",
|
|
862
|
+
"name": "styles",
|
|
863
|
+
"type": {
|
|
864
|
+
"text": "ElementStyles | void | null"
|
|
865
|
+
},
|
|
866
|
+
"privacy": "public",
|
|
867
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
868
|
+
"inheritedFrom": {
|
|
869
|
+
"name": "FoundationElement",
|
|
870
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"kind": "method",
|
|
875
|
+
"name": "stylesChanged",
|
|
876
|
+
"privacy": "protected",
|
|
877
|
+
"return": {
|
|
878
|
+
"type": {
|
|
879
|
+
"text": "void"
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
"inheritedFrom": {
|
|
883
|
+
"name": "FoundationElement",
|
|
884
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"kind": "method",
|
|
889
|
+
"name": "compose",
|
|
890
|
+
"privacy": "public",
|
|
891
|
+
"static": true,
|
|
892
|
+
"return": {
|
|
893
|
+
"type": {
|
|
894
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"parameters": [
|
|
898
|
+
{
|
|
899
|
+
"name": "this",
|
|
900
|
+
"type": {
|
|
901
|
+
"text": "K"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "elementDefinition",
|
|
906
|
+
"type": {
|
|
907
|
+
"text": "T"
|
|
908
|
+
},
|
|
909
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
910
|
+
}
|
|
911
|
+
],
|
|
912
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
913
|
+
"inheritedFrom": {
|
|
914
|
+
"name": "FoundationElement",
|
|
915
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
],
|
|
919
|
+
"events": [
|
|
920
|
+
{
|
|
921
|
+
"name": "change",
|
|
922
|
+
"type": {
|
|
923
|
+
"text": "CustomEvent"
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
],
|
|
927
|
+
"attributes": [
|
|
928
|
+
{
|
|
929
|
+
"name": "resourceName",
|
|
930
|
+
"type": {
|
|
931
|
+
"text": "string"
|
|
932
|
+
},
|
|
933
|
+
"description": "Name of the backend resource which will provide metadata\nused to generate filters.",
|
|
934
|
+
"fieldName": "resourceName"
|
|
683
935
|
},
|
|
684
936
|
{
|
|
937
|
+
"name": "show-filter-persistence-controls",
|
|
685
938
|
"type": {
|
|
686
939
|
"text": "boolean"
|
|
687
940
|
},
|
|
688
|
-
"
|
|
941
|
+
"description": "Controls the visibility of the filter persistence controls UI.",
|
|
942
|
+
"fieldName": "showFilterPersistenceControls"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"name": "design-system-prefix",
|
|
946
|
+
"type": {
|
|
947
|
+
"text": "string"
|
|
948
|
+
},
|
|
949
|
+
"default": "'rapid'",
|
|
950
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
951
|
+
"fieldName": "prefix"
|
|
952
|
+
}
|
|
953
|
+
],
|
|
954
|
+
"mixins": [
|
|
955
|
+
{
|
|
956
|
+
"name": "LifecycleMixin",
|
|
957
|
+
"package": "@genesislcap/foundation-utils"
|
|
689
958
|
}
|
|
690
959
|
],
|
|
691
960
|
"superclass": {
|
|
692
|
-
"name": "
|
|
693
|
-
"package": "@microsoft/fast-
|
|
961
|
+
"name": "FoundationElement",
|
|
962
|
+
"package": "@microsoft/fast-foundation"
|
|
694
963
|
},
|
|
695
|
-
"tagName": "
|
|
964
|
+
"tagName": "foundation-filters",
|
|
696
965
|
"customElement": true
|
|
697
966
|
}
|
|
698
967
|
],
|
|
699
968
|
"exports": [
|
|
700
969
|
{
|
|
701
970
|
"kind": "js",
|
|
702
|
-
"name": "
|
|
971
|
+
"name": "filtersRenderers",
|
|
703
972
|
"declaration": {
|
|
704
|
-
"name": "
|
|
705
|
-
"module": "src/
|
|
973
|
+
"name": "filtersRenderers",
|
|
974
|
+
"module": "src/filters/filters.ts"
|
|
706
975
|
}
|
|
707
976
|
},
|
|
708
977
|
{
|
|
709
|
-
"kind": "
|
|
710
|
-
"name": "
|
|
978
|
+
"kind": "js",
|
|
979
|
+
"name": "Filters",
|
|
711
980
|
"declaration": {
|
|
712
|
-
"name": "
|
|
713
|
-
"module": "src/
|
|
981
|
+
"name": "Filters",
|
|
982
|
+
"module": "src/filters/filters.ts"
|
|
714
983
|
}
|
|
715
|
-
}
|
|
716
|
-
]
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"kind": "javascript-module",
|
|
720
|
-
"path": "src/utils/confirmation-dialog-utils.ts",
|
|
721
|
-
"declarations": [],
|
|
722
|
-
"exports": []
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"kind": "javascript-module",
|
|
726
|
-
"path": "src/utils/filters.ts",
|
|
727
|
-
"declarations": [],
|
|
728
|
-
"exports": []
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"kind": "javascript-module",
|
|
732
|
-
"path": "src/utils/form-utils.ts",
|
|
733
|
-
"declarations": [
|
|
734
|
-
{
|
|
735
|
-
"kind": "function",
|
|
736
|
-
"name": "removeDataPropertiesNotInSchema",
|
|
737
|
-
"return": {
|
|
738
|
-
"type": {
|
|
739
|
-
"text": ""
|
|
740
|
-
}
|
|
741
|
-
},
|
|
742
|
-
"parameters": [
|
|
743
|
-
{
|
|
744
|
-
"name": "data",
|
|
745
|
-
"type": {
|
|
746
|
-
"text": "any"
|
|
747
|
-
},
|
|
748
|
-
"description": "The data object to clean"
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
"name": "jsonSchema",
|
|
752
|
-
"type": {
|
|
753
|
-
"text": "JSONSchema7"
|
|
754
|
-
},
|
|
755
|
-
"description": "The JSON schema to validate against"
|
|
756
|
-
}
|
|
757
|
-
],
|
|
758
|
-
"description": "Removes data properties that aren't part of the schema"
|
|
759
|
-
}
|
|
760
|
-
],
|
|
761
|
-
"exports": [
|
|
984
|
+
},
|
|
762
985
|
{
|
|
763
|
-
"kind": "
|
|
764
|
-
"name": "
|
|
986
|
+
"kind": "custom-element-definition",
|
|
987
|
+
"name": "foundation-filters",
|
|
765
988
|
"declaration": {
|
|
766
|
-
"name": "
|
|
767
|
-
"module": "src/
|
|
989
|
+
"name": "Filters",
|
|
990
|
+
"module": "src/filters/filters.ts"
|
|
768
991
|
}
|
|
769
992
|
}
|
|
770
993
|
]
|
|
771
994
|
},
|
|
772
995
|
{
|
|
773
996
|
"kind": "javascript-module",
|
|
774
|
-
"path": "src/
|
|
997
|
+
"path": "src/filters/index.ts",
|
|
775
998
|
"declarations": [],
|
|
776
999
|
"exports": [
|
|
777
1000
|
{
|
|
@@ -781,620 +1004,623 @@
|
|
|
781
1004
|
"name": "*",
|
|
782
1005
|
"package": "./filters"
|
|
783
1006
|
}
|
|
784
|
-
}
|
|
1007
|
+
}
|
|
1008
|
+
]
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"kind": "javascript-module",
|
|
1012
|
+
"path": "src/jsonforms/json-forms.ts",
|
|
1013
|
+
"declarations": [
|
|
785
1014
|
{
|
|
786
|
-
"kind": "
|
|
787
|
-
"
|
|
788
|
-
"
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
1015
|
+
"kind": "class",
|
|
1016
|
+
"description": "",
|
|
1017
|
+
"name": "JSONForms",
|
|
1018
|
+
"members": [
|
|
1019
|
+
{
|
|
1020
|
+
"kind": "field",
|
|
1021
|
+
"name": "submitted",
|
|
1022
|
+
"type": {
|
|
1023
|
+
"text": "boolean"
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"kind": "field",
|
|
1028
|
+
"name": "prefix"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"kind": "method",
|
|
1032
|
+
"name": "prefixChanged"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"kind": "field",
|
|
1036
|
+
"name": "jsonforms"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"kind": "field",
|
|
1040
|
+
"name": "i18n"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"kind": "field",
|
|
1044
|
+
"name": "uichemaToUse"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"kind": "field",
|
|
1048
|
+
"name": "schema"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"kind": "method",
|
|
1052
|
+
"name": "schemaChanged"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"kind": "field",
|
|
1056
|
+
"name": "uischema",
|
|
1057
|
+
"type": {
|
|
1058
|
+
"text": "UISchemaElement"
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"kind": "method",
|
|
1063
|
+
"name": "uischemaChanged"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"kind": "field",
|
|
1067
|
+
"name": "data"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"kind": "method",
|
|
1071
|
+
"name": "dataChanged"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"kind": "field",
|
|
1075
|
+
"name": "renderers",
|
|
1076
|
+
"type": {
|
|
1077
|
+
"text": "JsonFormsRendererRegistryEntry[]"
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"kind": "method",
|
|
1082
|
+
"name": "renderersChanged"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"kind": "field",
|
|
1086
|
+
"name": "validationMode",
|
|
1087
|
+
"type": {
|
|
1088
|
+
"text": "ValidationMode"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"kind": "method",
|
|
1093
|
+
"name": "validationModeChanged"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"kind": "field",
|
|
1097
|
+
"name": "ajv",
|
|
1098
|
+
"type": {
|
|
1099
|
+
"text": "Ajv"
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"kind": "method",
|
|
1104
|
+
"name": "ajvChanged"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"kind": "field",
|
|
1108
|
+
"name": "readonly",
|
|
1109
|
+
"type": {
|
|
1110
|
+
"text": "boolean"
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"kind": "method",
|
|
1115
|
+
"name": "readonlyChanged"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"kind": "field",
|
|
1119
|
+
"name": "config",
|
|
1120
|
+
"type": {
|
|
1121
|
+
"text": "any"
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"kind": "method",
|
|
1126
|
+
"name": "configChanged"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"kind": "field",
|
|
1130
|
+
"name": "props",
|
|
1131
|
+
"type": {
|
|
1132
|
+
"text": "RendererProps"
|
|
1133
|
+
},
|
|
1134
|
+
"readonly": true
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"kind": "field",
|
|
1138
|
+
"name": "dispatch"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"kind": "field",
|
|
1142
|
+
"name": "validate",
|
|
1143
|
+
"description": "Performs client-side validation by running the validator defined in the UI schema.",
|
|
1144
|
+
"parameters": [
|
|
1145
|
+
{
|
|
1146
|
+
"description": "the UI schema",
|
|
1147
|
+
"name": "uischema"
|
|
1148
|
+
}
|
|
1149
|
+
],
|
|
1150
|
+
"return": {
|
|
1151
|
+
"type": {
|
|
1152
|
+
"text": ""
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"kind": "method",
|
|
1158
|
+
"name": "copyUISchemaToClipboard"
|
|
1159
|
+
}
|
|
1160
|
+
],
|
|
1161
|
+
"attributes": [
|
|
1162
|
+
{
|
|
1163
|
+
"type": {
|
|
1164
|
+
"text": "boolean"
|
|
1165
|
+
},
|
|
1166
|
+
"fieldName": "submitted"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"type": {
|
|
1170
|
+
"text": "boolean"
|
|
1171
|
+
},
|
|
1172
|
+
"fieldName": "readonly"
|
|
1173
|
+
}
|
|
1174
|
+
],
|
|
1175
|
+
"superclass": {
|
|
1176
|
+
"name": "FASTElement",
|
|
1177
|
+
"package": "@microsoft/fast-element"
|
|
1178
|
+
},
|
|
1179
|
+
"tagName": "json-forms",
|
|
1180
|
+
"customElement": true
|
|
1181
|
+
}
|
|
1182
|
+
],
|
|
1183
|
+
"exports": [
|
|
801
1184
|
{
|
|
802
1185
|
"kind": "js",
|
|
803
|
-
"name": "
|
|
1186
|
+
"name": "JSONForms",
|
|
804
1187
|
"declaration": {
|
|
805
|
-
"name": "
|
|
806
|
-
"
|
|
1188
|
+
"name": "JSONForms",
|
|
1189
|
+
"module": "src/jsonforms/json-forms.ts"
|
|
807
1190
|
}
|
|
808
1191
|
},
|
|
809
1192
|
{
|
|
810
|
-
"kind": "
|
|
811
|
-
"name": "
|
|
1193
|
+
"kind": "custom-element-definition",
|
|
1194
|
+
"name": "json-forms",
|
|
812
1195
|
"declaration": {
|
|
813
|
-
"name": "
|
|
814
|
-
"
|
|
1196
|
+
"name": "JSONForms",
|
|
1197
|
+
"module": "src/jsonforms/json-forms.ts"
|
|
815
1198
|
}
|
|
816
1199
|
}
|
|
817
1200
|
]
|
|
818
1201
|
},
|
|
819
1202
|
{
|
|
820
1203
|
"kind": "javascript-module",
|
|
821
|
-
"path": "src/utils/
|
|
822
|
-
"declarations": [],
|
|
823
|
-
"exports": []
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"kind": "javascript-module",
|
|
827
|
-
"path": "src/utils/translation.ts",
|
|
1204
|
+
"path": "src/utils/confirmation-dialog-utils.ts",
|
|
828
1205
|
"declarations": [],
|
|
829
1206
|
"exports": []
|
|
830
1207
|
},
|
|
831
1208
|
{
|
|
832
1209
|
"kind": "javascript-module",
|
|
833
|
-
"path": "src/utils/
|
|
1210
|
+
"path": "src/utils/filters.ts",
|
|
834
1211
|
"declarations": [],
|
|
835
1212
|
"exports": []
|
|
836
1213
|
},
|
|
837
1214
|
{
|
|
838
1215
|
"kind": "javascript-module",
|
|
839
|
-
"path": "src/utils/
|
|
1216
|
+
"path": "src/utils/form-utils.ts",
|
|
840
1217
|
"declarations": [
|
|
841
1218
|
{
|
|
842
1219
|
"kind": "function",
|
|
843
|
-
"name": "
|
|
844
|
-
"parameters": [
|
|
845
|
-
{
|
|
846
|
-
"name": "target",
|
|
847
|
-
"type": {
|
|
848
|
-
"text": "string"
|
|
849
|
-
},
|
|
850
|
-
"description": "any other field"
|
|
851
|
-
}
|
|
852
|
-
],
|
|
853
|
-
"description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
|
|
1220
|
+
"name": "removeDataPropertiesNotInSchema",
|
|
854
1221
|
"return": {
|
|
855
1222
|
"type": {
|
|
856
1223
|
"text": ""
|
|
857
1224
|
}
|
|
858
1225
|
},
|
|
859
|
-
"privacy": "public"
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"kind": "function",
|
|
863
|
-
"name": "getAnyOfErrorMessage",
|
|
864
|
-
"return": {
|
|
865
|
-
"type": {
|
|
866
|
-
"text": "string"
|
|
867
|
-
}
|
|
868
|
-
},
|
|
869
1226
|
"parameters": [
|
|
870
1227
|
{
|
|
871
|
-
"name": "
|
|
872
|
-
"type": {
|
|
873
|
-
"text": "Array<any> | undefined"
|
|
874
|
-
}
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
"name": "schema",
|
|
1228
|
+
"name": "data",
|
|
878
1229
|
"type": {
|
|
879
1230
|
"text": "any"
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
{
|
|
883
|
-
"name": "controlPath",
|
|
884
|
-
"type": {
|
|
885
|
-
"text": "string | undefined"
|
|
886
|
-
}
|
|
1231
|
+
},
|
|
1232
|
+
"description": "The data object to clean"
|
|
887
1233
|
},
|
|
888
1234
|
{
|
|
889
|
-
"name": "
|
|
890
|
-
"optional": true,
|
|
1235
|
+
"name": "jsonSchema",
|
|
891
1236
|
"type": {
|
|
892
|
-
"text": "
|
|
893
|
-
}
|
|
1237
|
+
"text": "JSONSchema7"
|
|
1238
|
+
},
|
|
1239
|
+
"description": "The JSON schema to validate against"
|
|
894
1240
|
}
|
|
895
1241
|
],
|
|
896
|
-
"description": "
|
|
1242
|
+
"description": "Removes data properties that aren't part of the schema"
|
|
897
1243
|
}
|
|
898
1244
|
],
|
|
899
1245
|
"exports": [
|
|
900
1246
|
{
|
|
901
1247
|
"kind": "js",
|
|
902
|
-
"name": "
|
|
903
|
-
"declaration": {
|
|
904
|
-
"name": "mustMatch",
|
|
905
|
-
"module": "src/utils/validation.ts"
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"kind": "js",
|
|
910
|
-
"name": "getAnyOfErrorMessage",
|
|
1248
|
+
"name": "removeDataPropertiesNotInSchema",
|
|
911
1249
|
"declaration": {
|
|
912
|
-
"name": "
|
|
913
|
-
"module": "src/utils/
|
|
1250
|
+
"name": "removeDataPropertiesNotInSchema",
|
|
1251
|
+
"module": "src/utils/form-utils.ts"
|
|
914
1252
|
}
|
|
915
1253
|
}
|
|
916
1254
|
]
|
|
917
1255
|
},
|
|
918
1256
|
{
|
|
919
1257
|
"kind": "javascript-module",
|
|
920
|
-
"path": "src/
|
|
921
|
-
"declarations": [
|
|
922
|
-
{
|
|
923
|
-
"kind": "variable",
|
|
924
|
-
"name": "foundationFiltersStyles"
|
|
925
|
-
}
|
|
926
|
-
],
|
|
1258
|
+
"path": "src/utils/index.ts",
|
|
1259
|
+
"declarations": [],
|
|
927
1260
|
"exports": [
|
|
928
1261
|
{
|
|
929
1262
|
"kind": "js",
|
|
930
|
-
"name": "
|
|
1263
|
+
"name": "*",
|
|
931
1264
|
"declaration": {
|
|
932
|
-
"name": "
|
|
933
|
-
"
|
|
1265
|
+
"name": "*",
|
|
1266
|
+
"package": "./filters"
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"kind": "js",
|
|
1271
|
+
"name": "*",
|
|
1272
|
+
"declaration": {
|
|
1273
|
+
"name": "*",
|
|
1274
|
+
"package": "./logger"
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"kind": "js",
|
|
1279
|
+
"name": "*",
|
|
1280
|
+
"declaration": {
|
|
1281
|
+
"name": "*",
|
|
1282
|
+
"package": "./translation"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"kind": "js",
|
|
1287
|
+
"name": "*",
|
|
1288
|
+
"declaration": {
|
|
1289
|
+
"name": "*",
|
|
1290
|
+
"package": "./validation"
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"kind": "js",
|
|
1295
|
+
"name": "*",
|
|
1296
|
+
"declaration": {
|
|
1297
|
+
"name": "*",
|
|
1298
|
+
"package": "./types"
|
|
934
1299
|
}
|
|
935
1300
|
}
|
|
936
1301
|
]
|
|
937
1302
|
},
|
|
938
1303
|
{
|
|
939
1304
|
"kind": "javascript-module",
|
|
940
|
-
"path": "src/
|
|
1305
|
+
"path": "src/utils/logger.ts",
|
|
941
1306
|
"declarations": [],
|
|
942
1307
|
"exports": []
|
|
943
1308
|
},
|
|
944
1309
|
{
|
|
945
1310
|
"kind": "javascript-module",
|
|
946
|
-
"path": "src/
|
|
1311
|
+
"path": "src/utils/translation.ts",
|
|
1312
|
+
"declarations": [],
|
|
1313
|
+
"exports": []
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"kind": "javascript-module",
|
|
1317
|
+
"path": "src/utils/types.ts",
|
|
1318
|
+
"declarations": [],
|
|
1319
|
+
"exports": []
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"kind": "javascript-module",
|
|
1323
|
+
"path": "src/utils/validation.ts",
|
|
947
1324
|
"declarations": [
|
|
948
1325
|
{
|
|
949
|
-
"kind": "
|
|
950
|
-
"name": "
|
|
951
|
-
"
|
|
952
|
-
|
|
1326
|
+
"kind": "function",
|
|
1327
|
+
"name": "mustMatch",
|
|
1328
|
+
"parameters": [
|
|
1329
|
+
{
|
|
1330
|
+
"name": "target",
|
|
1331
|
+
"type": {
|
|
1332
|
+
"text": "string"
|
|
1333
|
+
},
|
|
1334
|
+
"description": "any other field"
|
|
1335
|
+
}
|
|
1336
|
+
],
|
|
1337
|
+
"description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
|
|
1338
|
+
"return": {
|
|
1339
|
+
"type": {
|
|
1340
|
+
"text": ""
|
|
1341
|
+
}
|
|
953
1342
|
},
|
|
954
|
-
"default": "[\n fallbackEntry,\n stringEntry,\n BooleanControlEntry,\n LayoutVertical2ColumnsEntry,\n LayoutRendererEntry,\n FilterNumberControlRendererEntry,\n ConnectedMultiselectControlRendererEntry,\n EnumControlRendererEntry,\n ConnectedSelectControlRendererEntry,\n FilterDateControlRendererEntry,\n FilterTimeControlRendererEntry,\n InvisibleControlEntry,\n]",
|
|
955
|
-
"description": "Set of default renderers used by the foundation-filters.",
|
|
956
1343
|
"privacy": "public"
|
|
957
1344
|
},
|
|
958
1345
|
{
|
|
959
|
-
"kind": "
|
|
960
|
-
"
|
|
961
|
-
"
|
|
962
|
-
|
|
1346
|
+
"kind": "function",
|
|
1347
|
+
"name": "getAnyOfErrorMessage",
|
|
1348
|
+
"return": {
|
|
1349
|
+
"type": {
|
|
1350
|
+
"text": "string"
|
|
1351
|
+
}
|
|
1352
|
+
},
|
|
1353
|
+
"parameters": [
|
|
963
1354
|
{
|
|
964
|
-
"
|
|
965
|
-
"name": "kvStorage",
|
|
1355
|
+
"name": "errors",
|
|
966
1356
|
"type": {
|
|
967
|
-
"text": "
|
|
1357
|
+
"text": "Array<any> | undefined"
|
|
968
1358
|
}
|
|
969
1359
|
},
|
|
970
1360
|
{
|
|
971
|
-
"
|
|
972
|
-
"name": "filterName",
|
|
1361
|
+
"name": "schema",
|
|
973
1362
|
"type": {
|
|
974
|
-
"text": "
|
|
1363
|
+
"text": "any"
|
|
975
1364
|
}
|
|
976
1365
|
},
|
|
977
1366
|
{
|
|
978
|
-
"
|
|
979
|
-
"name": "resourceName",
|
|
1367
|
+
"name": "controlPath",
|
|
980
1368
|
"type": {
|
|
981
|
-
"text": "string"
|
|
982
|
-
}
|
|
983
|
-
"description": "Name of the backend resource which will provide metadata\nused to generate filters.",
|
|
984
|
-
"privacy": "public"
|
|
1369
|
+
"text": "string | undefined"
|
|
1370
|
+
}
|
|
985
1371
|
},
|
|
986
1372
|
{
|
|
987
|
-
"
|
|
988
|
-
"
|
|
1373
|
+
"name": "uiCustomMsg",
|
|
1374
|
+
"optional": true,
|
|
989
1375
|
"type": {
|
|
990
|
-
"text": "
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
|
|
1376
|
+
"text": "string"
|
|
1377
|
+
}
|
|
1378
|
+
}
|
|
1379
|
+
],
|
|
1380
|
+
"description": "Computes a human-friendly anyOf error message for a given control path.\nPrefers UI schema custom message, then JSON schema errorMessage.anyOf, then a constructed fallback."
|
|
1381
|
+
}
|
|
1382
|
+
],
|
|
1383
|
+
"exports": [
|
|
1384
|
+
{
|
|
1385
|
+
"kind": "js",
|
|
1386
|
+
"name": "mustMatch",
|
|
1387
|
+
"declaration": {
|
|
1388
|
+
"name": "mustMatch",
|
|
1389
|
+
"module": "src/utils/validation.ts"
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"kind": "js",
|
|
1394
|
+
"name": "getAnyOfErrorMessage",
|
|
1395
|
+
"declaration": {
|
|
1396
|
+
"name": "getAnyOfErrorMessage",
|
|
1397
|
+
"module": "src/utils/validation.ts"
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
]
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"kind": "javascript-module",
|
|
1404
|
+
"path": "src/jsonforms/testers/isArray.ts",
|
|
1405
|
+
"declarations": [
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "function",
|
|
1408
|
+
"name": "isArray",
|
|
1409
|
+
"parameters": [
|
|
994
1410
|
{
|
|
995
|
-
"
|
|
996
|
-
"name": "showFilterPersistenceControls",
|
|
1411
|
+
"name": "itemsType",
|
|
997
1412
|
"type": {
|
|
998
|
-
"text": "
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1413
|
+
"text": "ArrayItemsType"
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
]
|
|
1417
|
+
}
|
|
1418
|
+
],
|
|
1419
|
+
"exports": [
|
|
1420
|
+
{
|
|
1421
|
+
"kind": "js",
|
|
1422
|
+
"name": "isArray",
|
|
1423
|
+
"declaration": {
|
|
1424
|
+
"name": "isArray",
|
|
1425
|
+
"module": "src/jsonforms/testers/isArray.ts"
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
]
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "javascript-module",
|
|
1432
|
+
"path": "src/jsonforms/testers/isDate.ts",
|
|
1433
|
+
"declarations": [
|
|
1434
|
+
{
|
|
1435
|
+
"kind": "variable",
|
|
1436
|
+
"name": "isOneOfDate"
|
|
1437
|
+
}
|
|
1438
|
+
],
|
|
1439
|
+
"exports": [
|
|
1440
|
+
{
|
|
1441
|
+
"kind": "js",
|
|
1442
|
+
"name": "isOneOfDate",
|
|
1443
|
+
"declaration": {
|
|
1444
|
+
"name": "isOneOfDate",
|
|
1445
|
+
"module": "src/jsonforms/testers/isDate.ts"
|
|
1446
|
+
}
|
|
1447
|
+
}
|
|
1448
|
+
]
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"kind": "javascript-module",
|
|
1452
|
+
"path": "src/jsonforms/testers/isInvisible.ts",
|
|
1453
|
+
"declarations": [
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "function",
|
|
1456
|
+
"name": "isInvisible",
|
|
1457
|
+
"return": {
|
|
1458
|
+
"type": {
|
|
1459
|
+
"text": "boolean"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
"parameters": [
|
|
1008
1463
|
{
|
|
1009
|
-
"kind": "field",
|
|
1010
1464
|
"name": "uischema",
|
|
1011
1465
|
"type": {
|
|
1012
|
-
"text": "
|
|
1013
|
-
}
|
|
1014
|
-
"description": "UI schema used to define configuration of the layout and elements in the filters\nCheck UiSchema for possible options.",
|
|
1015
|
-
"privacy": "public"
|
|
1466
|
+
"text": "UISchemaElement"
|
|
1467
|
+
}
|
|
1016
1468
|
},
|
|
1017
1469
|
{
|
|
1018
|
-
"
|
|
1019
|
-
"name": "renderers",
|
|
1470
|
+
"name": "schema",
|
|
1020
1471
|
"type": {
|
|
1021
|
-
"text": "
|
|
1022
|
-
}
|
|
1023
|
-
"default": "[\n fallbackEntry,\n stringEntry,\n BooleanControlEntry,\n LayoutVertical2ColumnsEntry,\n LayoutRendererEntry,\n FilterNumberControlRendererEntry,\n ConnectedMultiselectControlRendererEntry,\n EnumControlRendererEntry,\n ConnectedSelectControlRendererEntry,\n FilterDateControlRendererEntry,\n FilterTimeControlRendererEntry,\n InvisibleControlEntry,\n]",
|
|
1024
|
-
"description": "Allows to provide the main set of renderers used by the form. If not provided, the built-in renderers will be used by default.",
|
|
1025
|
-
"privacy": "public"
|
|
1472
|
+
"text": "JsonSchema"
|
|
1473
|
+
}
|
|
1026
1474
|
},
|
|
1027
1475
|
{
|
|
1028
|
-
"
|
|
1029
|
-
"name": "jsonSchema",
|
|
1476
|
+
"name": "context",
|
|
1030
1477
|
"type": {
|
|
1031
|
-
"text": "
|
|
1032
|
-
},
|
|
1033
|
-
"description": "Alternatively to providing Form.resourceName you can hardcode the JSON schema on the client.",
|
|
1034
|
-
"privacy": "public"
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"kind": "field",
|
|
1038
|
-
"name": "prefix",
|
|
1039
|
-
"type": {
|
|
1040
|
-
"text": "string"
|
|
1041
|
-
},
|
|
1042
|
-
"default": "'rapid'",
|
|
1043
|
-
"description": "Name of the design system prefix that will be used in renderers.",
|
|
1044
|
-
"privacy": "public"
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
"kind": "field",
|
|
1048
|
-
"name": "connect",
|
|
1049
|
-
"type": {
|
|
1050
|
-
"text": "Connect"
|
|
1051
|
-
},
|
|
1052
|
-
"privacy": "private"
|
|
1053
|
-
},
|
|
1054
|
-
{
|
|
1055
|
-
"kind": "field",
|
|
1056
|
-
"name": "data",
|
|
1057
|
-
"type": {
|
|
1058
|
-
"text": "any"
|
|
1059
|
-
},
|
|
1060
|
-
"default": "{}",
|
|
1061
|
-
"description": "Initial data for the filters.",
|
|
1062
|
-
"privacy": "public"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"kind": "field",
|
|
1066
|
-
"name": "value",
|
|
1067
|
-
"type": {
|
|
1068
|
-
"text": "string"
|
|
1069
|
-
},
|
|
1070
|
-
"description": "Created criteria based on the given data that can be used to filter the data.",
|
|
1071
|
-
"privacy": "public"
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
"kind": "method",
|
|
1075
|
-
"name": "saveFilter"
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"kind": "method",
|
|
1079
|
-
"name": "deleteFilter"
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
"kind": "method",
|
|
1083
|
-
"name": "loadAllSavedFilters"
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"kind": "method",
|
|
1087
|
-
"name": "filterNameChanged",
|
|
1088
|
-
"parameters": [
|
|
1089
|
-
{
|
|
1090
|
-
"name": "oldValue",
|
|
1091
|
-
"type": {
|
|
1092
|
-
"text": "string"
|
|
1093
|
-
}
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"name": "newValue",
|
|
1097
|
-
"type": {
|
|
1098
|
-
"text": "string"
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1101
|
-
]
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"kind": "method",
|
|
1105
|
-
"name": "loadFilterData",
|
|
1106
|
-
"parameters": [
|
|
1107
|
-
{
|
|
1108
|
-
"name": "filterKey",
|
|
1109
|
-
"type": {
|
|
1110
|
-
"text": "string"
|
|
1111
|
-
}
|
|
1112
|
-
}
|
|
1113
|
-
]
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
"kind": "method",
|
|
1117
|
-
"name": "cloneNode",
|
|
1118
|
-
"return": {
|
|
1119
|
-
"type": {
|
|
1120
|
-
"text": "Node"
|
|
1121
|
-
}
|
|
1122
|
-
},
|
|
1123
|
-
"parameters": [
|
|
1124
|
-
{
|
|
1125
|
-
"name": "deep",
|
|
1126
|
-
"optional": true,
|
|
1127
|
-
"type": {
|
|
1128
|
-
"text": "boolean"
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
],
|
|
1132
|
-
"inheritedFrom": {
|
|
1133
|
-
"name": "LifecycleMixin",
|
|
1134
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1135
|
-
}
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"kind": "method",
|
|
1139
|
-
"name": "deepClone",
|
|
1140
|
-
"return": {
|
|
1141
|
-
"type": {
|
|
1142
|
-
"text": "Node"
|
|
1143
|
-
}
|
|
1144
|
-
},
|
|
1145
|
-
"inheritedFrom": {
|
|
1146
|
-
"name": "LifecycleMixin",
|
|
1147
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1148
|
-
}
|
|
1149
|
-
},
|
|
1150
|
-
{
|
|
1151
|
-
"kind": "field",
|
|
1152
|
-
"name": "shouldRunDisconnect",
|
|
1153
|
-
"return": {
|
|
1154
|
-
"type": {
|
|
1155
|
-
"text": ""
|
|
1156
|
-
}
|
|
1157
|
-
},
|
|
1158
|
-
"readonly": true,
|
|
1159
|
-
"inheritedFrom": {
|
|
1160
|
-
"name": "LifecycleMixin",
|
|
1161
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1162
|
-
}
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
"kind": "field",
|
|
1166
|
-
"name": "shouldRunConnect",
|
|
1167
|
-
"return": {
|
|
1168
|
-
"type": {
|
|
1169
|
-
"text": ""
|
|
1170
|
-
}
|
|
1171
|
-
},
|
|
1172
|
-
"readonly": true,
|
|
1173
|
-
"inheritedFrom": {
|
|
1174
|
-
"name": "LifecycleMixin",
|
|
1175
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1176
|
-
}
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
"kind": "method",
|
|
1180
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
1181
|
-
"return": {
|
|
1182
|
-
"type": {
|
|
1183
|
-
"text": "boolean"
|
|
1184
|
-
}
|
|
1185
|
-
},
|
|
1186
|
-
"parameters": [
|
|
1187
|
-
{
|
|
1188
|
-
"name": "lifecycleType",
|
|
1189
|
-
"type": {
|
|
1190
|
-
"text": "Lifecycletype"
|
|
1191
|
-
}
|
|
1192
|
-
}
|
|
1193
|
-
],
|
|
1194
|
-
"inheritedFrom": {
|
|
1195
|
-
"name": "LifecycleMixin",
|
|
1196
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1197
|
-
}
|
|
1198
|
-
},
|
|
1199
|
-
{
|
|
1200
|
-
"kind": "field",
|
|
1201
|
-
"name": "_presentation",
|
|
1202
|
-
"type": {
|
|
1203
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1204
|
-
},
|
|
1205
|
-
"privacy": "private",
|
|
1206
|
-
"default": "void 0",
|
|
1207
|
-
"inheritedFrom": {
|
|
1208
|
-
"name": "FoundationElement",
|
|
1209
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1210
|
-
}
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"kind": "field",
|
|
1214
|
-
"name": "$presentation",
|
|
1215
|
-
"type": {
|
|
1216
|
-
"text": "ComponentPresentation | null"
|
|
1217
|
-
},
|
|
1218
|
-
"privacy": "public",
|
|
1219
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1220
|
-
"inheritedFrom": {
|
|
1221
|
-
"name": "FoundationElement",
|
|
1222
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1223
|
-
}
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"kind": "field",
|
|
1227
|
-
"name": "template",
|
|
1228
|
-
"type": {
|
|
1229
|
-
"text": "ElementViewTemplate | void | null"
|
|
1230
|
-
},
|
|
1231
|
-
"privacy": "public",
|
|
1232
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1233
|
-
"inheritedFrom": {
|
|
1234
|
-
"name": "FoundationElement",
|
|
1235
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1236
|
-
}
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"kind": "method",
|
|
1240
|
-
"name": "templateChanged",
|
|
1241
|
-
"privacy": "protected",
|
|
1242
|
-
"return": {
|
|
1243
|
-
"type": {
|
|
1244
|
-
"text": "void"
|
|
1245
|
-
}
|
|
1246
|
-
},
|
|
1247
|
-
"inheritedFrom": {
|
|
1248
|
-
"name": "FoundationElement",
|
|
1249
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1250
|
-
}
|
|
1251
|
-
},
|
|
1252
|
-
{
|
|
1253
|
-
"kind": "field",
|
|
1254
|
-
"name": "styles",
|
|
1255
|
-
"type": {
|
|
1256
|
-
"text": "ElementStyles | void | null"
|
|
1257
|
-
},
|
|
1258
|
-
"privacy": "public",
|
|
1259
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1260
|
-
"inheritedFrom": {
|
|
1261
|
-
"name": "FoundationElement",
|
|
1262
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1263
|
-
}
|
|
1264
|
-
},
|
|
1265
|
-
{
|
|
1266
|
-
"kind": "method",
|
|
1267
|
-
"name": "stylesChanged",
|
|
1268
|
-
"privacy": "protected",
|
|
1269
|
-
"return": {
|
|
1270
|
-
"type": {
|
|
1271
|
-
"text": "void"
|
|
1272
|
-
}
|
|
1273
|
-
},
|
|
1274
|
-
"inheritedFrom": {
|
|
1275
|
-
"name": "FoundationElement",
|
|
1276
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1277
|
-
}
|
|
1278
|
-
},
|
|
1279
|
-
{
|
|
1280
|
-
"kind": "method",
|
|
1281
|
-
"name": "compose",
|
|
1282
|
-
"privacy": "public",
|
|
1283
|
-
"static": true,
|
|
1284
|
-
"return": {
|
|
1285
|
-
"type": {
|
|
1286
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1287
|
-
}
|
|
1288
|
-
},
|
|
1289
|
-
"parameters": [
|
|
1290
|
-
{
|
|
1291
|
-
"name": "this",
|
|
1292
|
-
"type": {
|
|
1293
|
-
"text": "K"
|
|
1294
|
-
}
|
|
1295
|
-
},
|
|
1296
|
-
{
|
|
1297
|
-
"name": "elementDefinition",
|
|
1298
|
-
"type": {
|
|
1299
|
-
"text": "T"
|
|
1300
|
-
},
|
|
1301
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1302
|
-
}
|
|
1303
|
-
],
|
|
1304
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1305
|
-
"inheritedFrom": {
|
|
1306
|
-
"name": "FoundationElement",
|
|
1307
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1308
|
-
}
|
|
1309
|
-
}
|
|
1310
|
-
],
|
|
1311
|
-
"events": [
|
|
1312
|
-
{
|
|
1313
|
-
"name": "change",
|
|
1314
|
-
"type": {
|
|
1315
|
-
"text": "CustomEvent"
|
|
1478
|
+
"text": "TesterContext"
|
|
1316
1479
|
}
|
|
1317
1480
|
}
|
|
1318
|
-
]
|
|
1319
|
-
"attributes": [
|
|
1320
|
-
{
|
|
1321
|
-
"name": "resourceName",
|
|
1322
|
-
"type": {
|
|
1323
|
-
"text": "string"
|
|
1324
|
-
},
|
|
1325
|
-
"description": "Name of the backend resource which will provide metadata\nused to generate filters.",
|
|
1326
|
-
"fieldName": "resourceName"
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"name": "show-filter-persistence-controls",
|
|
1330
|
-
"type": {
|
|
1331
|
-
"text": "boolean"
|
|
1332
|
-
},
|
|
1333
|
-
"description": "Controls the visibility of the filter persistence controls UI.",
|
|
1334
|
-
"fieldName": "showFilterPersistenceControls"
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
"name": "design-system-prefix",
|
|
1338
|
-
"type": {
|
|
1339
|
-
"text": "string"
|
|
1340
|
-
},
|
|
1341
|
-
"default": "'rapid'",
|
|
1342
|
-
"description": "Name of the design system prefix that will be used in renderers.",
|
|
1343
|
-
"fieldName": "prefix"
|
|
1344
|
-
}
|
|
1345
|
-
],
|
|
1346
|
-
"mixins": [
|
|
1347
|
-
{
|
|
1348
|
-
"name": "LifecycleMixin",
|
|
1349
|
-
"package": "@genesislcap/foundation-utils"
|
|
1350
|
-
}
|
|
1351
|
-
],
|
|
1352
|
-
"superclass": {
|
|
1353
|
-
"name": "FoundationElement",
|
|
1354
|
-
"package": "@microsoft/fast-foundation"
|
|
1355
|
-
},
|
|
1356
|
-
"tagName": "foundation-filters",
|
|
1357
|
-
"customElement": true
|
|
1481
|
+
]
|
|
1358
1482
|
}
|
|
1359
1483
|
],
|
|
1360
1484
|
"exports": [
|
|
1361
1485
|
{
|
|
1362
1486
|
"kind": "js",
|
|
1363
|
-
"name": "
|
|
1487
|
+
"name": "isInvisible",
|
|
1364
1488
|
"declaration": {
|
|
1365
|
-
"name": "
|
|
1366
|
-
"module": "src/
|
|
1489
|
+
"name": "isInvisible",
|
|
1490
|
+
"module": "src/jsonforms/testers/isInvisible.ts"
|
|
1367
1491
|
}
|
|
1368
|
-
}
|
|
1492
|
+
}
|
|
1493
|
+
]
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"kind": "javascript-module",
|
|
1497
|
+
"path": "src/jsonforms/testers/isOneOfBoolean.ts",
|
|
1498
|
+
"declarations": [
|
|
1499
|
+
{
|
|
1500
|
+
"kind": "variable",
|
|
1501
|
+
"name": "isOneOfBoolean"
|
|
1502
|
+
}
|
|
1503
|
+
],
|
|
1504
|
+
"exports": [
|
|
1369
1505
|
{
|
|
1370
1506
|
"kind": "js",
|
|
1371
|
-
"name": "
|
|
1507
|
+
"name": "isOneOfBoolean",
|
|
1372
1508
|
"declaration": {
|
|
1373
|
-
"name": "
|
|
1374
|
-
"module": "src/
|
|
1509
|
+
"name": "isOneOfBoolean",
|
|
1510
|
+
"module": "src/jsonforms/testers/isOneOfBoolean.ts"
|
|
1375
1511
|
}
|
|
1376
|
-
}
|
|
1512
|
+
}
|
|
1513
|
+
]
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"kind": "javascript-module",
|
|
1517
|
+
"path": "src/jsonforms/testers/isOneOfEnum.ts",
|
|
1518
|
+
"declarations": [
|
|
1377
1519
|
{
|
|
1378
|
-
"kind": "
|
|
1379
|
-
"name": "
|
|
1520
|
+
"kind": "variable",
|
|
1521
|
+
"name": "isOneOfEnum"
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"exports": [
|
|
1525
|
+
{
|
|
1526
|
+
"kind": "js",
|
|
1527
|
+
"name": "isOneOfEnum",
|
|
1380
1528
|
"declaration": {
|
|
1381
|
-
"name": "
|
|
1382
|
-
"module": "src/
|
|
1529
|
+
"name": "isOneOfEnum",
|
|
1530
|
+
"module": "src/jsonforms/testers/isOneOfEnum.ts"
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
]
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"kind": "javascript-module",
|
|
1537
|
+
"path": "src/jsonforms/testers/isOneOfNumber.ts",
|
|
1538
|
+
"declarations": [
|
|
1539
|
+
{
|
|
1540
|
+
"kind": "variable",
|
|
1541
|
+
"name": "isOneOfNumber"
|
|
1542
|
+
}
|
|
1543
|
+
],
|
|
1544
|
+
"exports": [
|
|
1545
|
+
{
|
|
1546
|
+
"kind": "js",
|
|
1547
|
+
"name": "isOneOfNumber",
|
|
1548
|
+
"declaration": {
|
|
1549
|
+
"name": "isOneOfNumber",
|
|
1550
|
+
"module": "src/jsonforms/testers/isOneOfNumber.ts"
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
]
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"kind": "javascript-module",
|
|
1557
|
+
"path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
|
|
1558
|
+
"declarations": [
|
|
1559
|
+
{
|
|
1560
|
+
"kind": "variable",
|
|
1561
|
+
"name": "isOneOfOptionMultiselect"
|
|
1562
|
+
}
|
|
1563
|
+
],
|
|
1564
|
+
"exports": [
|
|
1565
|
+
{
|
|
1566
|
+
"kind": "js",
|
|
1567
|
+
"name": "isOneOfOptionMultiselect",
|
|
1568
|
+
"declaration": {
|
|
1569
|
+
"name": "isOneOfOptionMultiselect",
|
|
1570
|
+
"module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
|
|
1571
|
+
}
|
|
1572
|
+
}
|
|
1573
|
+
]
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"kind": "javascript-module",
|
|
1577
|
+
"path": "src/jsonforms/testers/isTime.ts",
|
|
1578
|
+
"declarations": [
|
|
1579
|
+
{
|
|
1580
|
+
"kind": "variable",
|
|
1581
|
+
"name": "isOneOfTime"
|
|
1582
|
+
}
|
|
1583
|
+
],
|
|
1584
|
+
"exports": [
|
|
1585
|
+
{
|
|
1586
|
+
"kind": "js",
|
|
1587
|
+
"name": "isOneOfTime",
|
|
1588
|
+
"declaration": {
|
|
1589
|
+
"name": "isOneOfTime",
|
|
1590
|
+
"module": "src/jsonforms/testers/isTime.ts"
|
|
1383
1591
|
}
|
|
1384
1592
|
}
|
|
1385
1593
|
]
|
|
1386
1594
|
},
|
|
1387
1595
|
{
|
|
1388
1596
|
"kind": "javascript-module",
|
|
1389
|
-
"path": "src/
|
|
1390
|
-
"declarations": [
|
|
1597
|
+
"path": "src/jsonforms/testers/optionIs.ts",
|
|
1598
|
+
"declarations": [
|
|
1599
|
+
{
|
|
1600
|
+
"kind": "function",
|
|
1601
|
+
"name": "optionIs",
|
|
1602
|
+
"return": {
|
|
1603
|
+
"type": {
|
|
1604
|
+
"text": "Tester"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"parameters": [
|
|
1608
|
+
{
|
|
1609
|
+
"name": "optionName",
|
|
1610
|
+
"type": {
|
|
1611
|
+
"text": "string"
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
]
|
|
1615
|
+
}
|
|
1616
|
+
],
|
|
1391
1617
|
"exports": [
|
|
1392
1618
|
{
|
|
1393
1619
|
"kind": "js",
|
|
1394
|
-
"name": "
|
|
1620
|
+
"name": "optionIs",
|
|
1395
1621
|
"declaration": {
|
|
1396
|
-
"name": "
|
|
1397
|
-
"
|
|
1622
|
+
"name": "optionIs",
|
|
1623
|
+
"module": "src/jsonforms/testers/optionIs.ts"
|
|
1398
1624
|
}
|
|
1399
1625
|
}
|
|
1400
1626
|
]
|
|
@@ -3089,232 +3315,6 @@
|
|
|
3089
3315
|
}
|
|
3090
3316
|
}
|
|
3091
3317
|
]
|
|
3092
|
-
},
|
|
3093
|
-
{
|
|
3094
|
-
"kind": "javascript-module",
|
|
3095
|
-
"path": "src/jsonforms/testers/isArray.ts",
|
|
3096
|
-
"declarations": [
|
|
3097
|
-
{
|
|
3098
|
-
"kind": "function",
|
|
3099
|
-
"name": "isArray",
|
|
3100
|
-
"parameters": [
|
|
3101
|
-
{
|
|
3102
|
-
"name": "itemsType",
|
|
3103
|
-
"type": {
|
|
3104
|
-
"text": "ArrayItemsType"
|
|
3105
|
-
}
|
|
3106
|
-
}
|
|
3107
|
-
]
|
|
3108
|
-
}
|
|
3109
|
-
],
|
|
3110
|
-
"exports": [
|
|
3111
|
-
{
|
|
3112
|
-
"kind": "js",
|
|
3113
|
-
"name": "isArray",
|
|
3114
|
-
"declaration": {
|
|
3115
|
-
"name": "isArray",
|
|
3116
|
-
"module": "src/jsonforms/testers/isArray.ts"
|
|
3117
|
-
}
|
|
3118
|
-
}
|
|
3119
|
-
]
|
|
3120
|
-
},
|
|
3121
|
-
{
|
|
3122
|
-
"kind": "javascript-module",
|
|
3123
|
-
"path": "src/jsonforms/testers/isDate.ts",
|
|
3124
|
-
"declarations": [
|
|
3125
|
-
{
|
|
3126
|
-
"kind": "variable",
|
|
3127
|
-
"name": "isOneOfDate"
|
|
3128
|
-
}
|
|
3129
|
-
],
|
|
3130
|
-
"exports": [
|
|
3131
|
-
{
|
|
3132
|
-
"kind": "js",
|
|
3133
|
-
"name": "isOneOfDate",
|
|
3134
|
-
"declaration": {
|
|
3135
|
-
"name": "isOneOfDate",
|
|
3136
|
-
"module": "src/jsonforms/testers/isDate.ts"
|
|
3137
|
-
}
|
|
3138
|
-
}
|
|
3139
|
-
]
|
|
3140
|
-
},
|
|
3141
|
-
{
|
|
3142
|
-
"kind": "javascript-module",
|
|
3143
|
-
"path": "src/jsonforms/testers/isInvisible.ts",
|
|
3144
|
-
"declarations": [
|
|
3145
|
-
{
|
|
3146
|
-
"kind": "function",
|
|
3147
|
-
"name": "isInvisible",
|
|
3148
|
-
"return": {
|
|
3149
|
-
"type": {
|
|
3150
|
-
"text": "boolean"
|
|
3151
|
-
}
|
|
3152
|
-
},
|
|
3153
|
-
"parameters": [
|
|
3154
|
-
{
|
|
3155
|
-
"name": "uischema",
|
|
3156
|
-
"type": {
|
|
3157
|
-
"text": "UISchemaElement"
|
|
3158
|
-
}
|
|
3159
|
-
},
|
|
3160
|
-
{
|
|
3161
|
-
"name": "schema",
|
|
3162
|
-
"type": {
|
|
3163
|
-
"text": "JsonSchema"
|
|
3164
|
-
}
|
|
3165
|
-
},
|
|
3166
|
-
{
|
|
3167
|
-
"name": "context",
|
|
3168
|
-
"type": {
|
|
3169
|
-
"text": "TesterContext"
|
|
3170
|
-
}
|
|
3171
|
-
}
|
|
3172
|
-
]
|
|
3173
|
-
}
|
|
3174
|
-
],
|
|
3175
|
-
"exports": [
|
|
3176
|
-
{
|
|
3177
|
-
"kind": "js",
|
|
3178
|
-
"name": "isInvisible",
|
|
3179
|
-
"declaration": {
|
|
3180
|
-
"name": "isInvisible",
|
|
3181
|
-
"module": "src/jsonforms/testers/isInvisible.ts"
|
|
3182
|
-
}
|
|
3183
|
-
}
|
|
3184
|
-
]
|
|
3185
|
-
},
|
|
3186
|
-
{
|
|
3187
|
-
"kind": "javascript-module",
|
|
3188
|
-
"path": "src/jsonforms/testers/isOneOfBoolean.ts",
|
|
3189
|
-
"declarations": [
|
|
3190
|
-
{
|
|
3191
|
-
"kind": "variable",
|
|
3192
|
-
"name": "isOneOfBoolean"
|
|
3193
|
-
}
|
|
3194
|
-
],
|
|
3195
|
-
"exports": [
|
|
3196
|
-
{
|
|
3197
|
-
"kind": "js",
|
|
3198
|
-
"name": "isOneOfBoolean",
|
|
3199
|
-
"declaration": {
|
|
3200
|
-
"name": "isOneOfBoolean",
|
|
3201
|
-
"module": "src/jsonforms/testers/isOneOfBoolean.ts"
|
|
3202
|
-
}
|
|
3203
|
-
}
|
|
3204
|
-
]
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"kind": "javascript-module",
|
|
3208
|
-
"path": "src/jsonforms/testers/isOneOfEnum.ts",
|
|
3209
|
-
"declarations": [
|
|
3210
|
-
{
|
|
3211
|
-
"kind": "variable",
|
|
3212
|
-
"name": "isOneOfEnum"
|
|
3213
|
-
}
|
|
3214
|
-
],
|
|
3215
|
-
"exports": [
|
|
3216
|
-
{
|
|
3217
|
-
"kind": "js",
|
|
3218
|
-
"name": "isOneOfEnum",
|
|
3219
|
-
"declaration": {
|
|
3220
|
-
"name": "isOneOfEnum",
|
|
3221
|
-
"module": "src/jsonforms/testers/isOneOfEnum.ts"
|
|
3222
|
-
}
|
|
3223
|
-
}
|
|
3224
|
-
]
|
|
3225
|
-
},
|
|
3226
|
-
{
|
|
3227
|
-
"kind": "javascript-module",
|
|
3228
|
-
"path": "src/jsonforms/testers/isOneOfNumber.ts",
|
|
3229
|
-
"declarations": [
|
|
3230
|
-
{
|
|
3231
|
-
"kind": "variable",
|
|
3232
|
-
"name": "isOneOfNumber"
|
|
3233
|
-
}
|
|
3234
|
-
],
|
|
3235
|
-
"exports": [
|
|
3236
|
-
{
|
|
3237
|
-
"kind": "js",
|
|
3238
|
-
"name": "isOneOfNumber",
|
|
3239
|
-
"declaration": {
|
|
3240
|
-
"name": "isOneOfNumber",
|
|
3241
|
-
"module": "src/jsonforms/testers/isOneOfNumber.ts"
|
|
3242
|
-
}
|
|
3243
|
-
}
|
|
3244
|
-
]
|
|
3245
|
-
},
|
|
3246
|
-
{
|
|
3247
|
-
"kind": "javascript-module",
|
|
3248
|
-
"path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
|
|
3249
|
-
"declarations": [
|
|
3250
|
-
{
|
|
3251
|
-
"kind": "variable",
|
|
3252
|
-
"name": "isOneOfOptionMultiselect"
|
|
3253
|
-
}
|
|
3254
|
-
],
|
|
3255
|
-
"exports": [
|
|
3256
|
-
{
|
|
3257
|
-
"kind": "js",
|
|
3258
|
-
"name": "isOneOfOptionMultiselect",
|
|
3259
|
-
"declaration": {
|
|
3260
|
-
"name": "isOneOfOptionMultiselect",
|
|
3261
|
-
"module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
|
|
3262
|
-
}
|
|
3263
|
-
}
|
|
3264
|
-
]
|
|
3265
|
-
},
|
|
3266
|
-
{
|
|
3267
|
-
"kind": "javascript-module",
|
|
3268
|
-
"path": "src/jsonforms/testers/isTime.ts",
|
|
3269
|
-
"declarations": [
|
|
3270
|
-
{
|
|
3271
|
-
"kind": "variable",
|
|
3272
|
-
"name": "isOneOfTime"
|
|
3273
|
-
}
|
|
3274
|
-
],
|
|
3275
|
-
"exports": [
|
|
3276
|
-
{
|
|
3277
|
-
"kind": "js",
|
|
3278
|
-
"name": "isOneOfTime",
|
|
3279
|
-
"declaration": {
|
|
3280
|
-
"name": "isOneOfTime",
|
|
3281
|
-
"module": "src/jsonforms/testers/isTime.ts"
|
|
3282
|
-
}
|
|
3283
|
-
}
|
|
3284
|
-
]
|
|
3285
|
-
},
|
|
3286
|
-
{
|
|
3287
|
-
"kind": "javascript-module",
|
|
3288
|
-
"path": "src/jsonforms/testers/optionIs.ts",
|
|
3289
|
-
"declarations": [
|
|
3290
|
-
{
|
|
3291
|
-
"kind": "function",
|
|
3292
|
-
"name": "optionIs",
|
|
3293
|
-
"return": {
|
|
3294
|
-
"type": {
|
|
3295
|
-
"text": "Tester"
|
|
3296
|
-
}
|
|
3297
|
-
},
|
|
3298
|
-
"parameters": [
|
|
3299
|
-
{
|
|
3300
|
-
"name": "optionName",
|
|
3301
|
-
"type": {
|
|
3302
|
-
"text": "string"
|
|
3303
|
-
}
|
|
3304
|
-
}
|
|
3305
|
-
]
|
|
3306
|
-
}
|
|
3307
|
-
],
|
|
3308
|
-
"exports": [
|
|
3309
|
-
{
|
|
3310
|
-
"kind": "js",
|
|
3311
|
-
"name": "optionIs",
|
|
3312
|
-
"declaration": {
|
|
3313
|
-
"name": "optionIs",
|
|
3314
|
-
"module": "src/jsonforms/testers/optionIs.ts"
|
|
3315
|
-
}
|
|
3316
|
-
}
|
|
3317
|
-
]
|
|
3318
3318
|
}
|
|
3319
3319
|
]
|
|
3320
3320
|
}
|