@genesislcap/g2plot-chart 14.401.3-hide-status-pill.4 → 14.401.4
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 +1333 -1333
- package/package.json +14 -14
|
@@ -580,605 +580,376 @@
|
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
582
|
"kind": "javascript-module",
|
|
583
|
-
"path": "src/
|
|
583
|
+
"path": "src/chart-datasource/chart-datasource.ts",
|
|
584
584
|
"declarations": [
|
|
585
585
|
{
|
|
586
|
-
"kind": "
|
|
587
|
-
"name": "
|
|
588
|
-
"
|
|
586
|
+
"kind": "variable",
|
|
587
|
+
"name": "defaultChartFields",
|
|
588
|
+
"type": {
|
|
589
|
+
"text": "string"
|
|
590
|
+
},
|
|
591
|
+
"default": "'groupBy value'",
|
|
592
|
+
"description": "The first and second default chart fields when it's a dual axes chart.",
|
|
593
|
+
"privacy": "public"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"kind": "variable",
|
|
597
|
+
"name": "defaultSeriesChartField",
|
|
598
|
+
"type": {
|
|
599
|
+
"text": "string"
|
|
600
|
+
},
|
|
601
|
+
"default": "'series'",
|
|
602
|
+
"description": "The third default chart field when it's a triple axes chart.",
|
|
603
|
+
"privacy": "public"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"kind": "class",
|
|
607
|
+
"description": "The Genesis Datasource for the `g2plot-chart` component.",
|
|
608
|
+
"name": "ChartDatasource",
|
|
609
|
+
"members": [
|
|
589
610
|
{
|
|
590
|
-
"
|
|
611
|
+
"kind": "field",
|
|
612
|
+
"name": "chartFields",
|
|
591
613
|
"type": {
|
|
592
|
-
"text": "
|
|
593
|
-
}
|
|
614
|
+
"text": "string"
|
|
615
|
+
},
|
|
616
|
+
"default": "'groupBy value'",
|
|
617
|
+
"description": "Default value is 'groupBy value'. Can be customized but order matters.\n\n[Mandatory] First is always the xField/colorField\n[Mandatory] Second is always the yField/angleField\n[Optional] Third is always the seriesField",
|
|
618
|
+
"privacy": "public"
|
|
594
619
|
},
|
|
595
620
|
{
|
|
596
|
-
"
|
|
621
|
+
"kind": "field",
|
|
622
|
+
"name": "serverFields",
|
|
597
623
|
"type": {
|
|
598
|
-
"text": "
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
],
|
|
604
|
-
"exports": [
|
|
605
|
-
{
|
|
606
|
-
"kind": "js",
|
|
607
|
-
"name": "AreaChart",
|
|
608
|
-
"declaration": {
|
|
609
|
-
"name": "AreaChart",
|
|
610
|
-
"module": "src/models/area-chart.ts"
|
|
611
|
-
}
|
|
612
|
-
}
|
|
613
|
-
]
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"kind": "javascript-module",
|
|
617
|
-
"path": "src/models/bar-chart.ts",
|
|
618
|
-
"declarations": [
|
|
619
|
-
{
|
|
620
|
-
"kind": "function",
|
|
621
|
-
"name": "BarChart",
|
|
622
|
-
"parameters": [
|
|
624
|
+
"text": "string"
|
|
625
|
+
},
|
|
626
|
+
"description": "Can be customized but order matters.\n\n[Mandatory] First will be associated to the first value in 'chartFields' (xField/colorField)\n[Mandatory] Second will be associated to the second value in 'chartFields' (yField/angleField)\n[Optional] Third will be associated to the third value in 'chartFields' (seriesField)",
|
|
627
|
+
"privacy": "public"
|
|
628
|
+
},
|
|
623
629
|
{
|
|
624
|
-
"
|
|
630
|
+
"kind": "field",
|
|
631
|
+
"name": "isStack",
|
|
625
632
|
"type": {
|
|
626
|
-
"text": "
|
|
627
|
-
}
|
|
633
|
+
"text": "boolean"
|
|
634
|
+
},
|
|
635
|
+
"default": "false",
|
|
636
|
+
"description": "If true, will enable stacked chart to effectively portray comparisons of total values across several categories.",
|
|
637
|
+
"privacy": "public"
|
|
628
638
|
},
|
|
629
639
|
{
|
|
630
|
-
"
|
|
640
|
+
"kind": "field",
|
|
641
|
+
"name": "isGroup",
|
|
631
642
|
"type": {
|
|
632
|
-
"text": "
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
"exports": [
|
|
639
|
-
{
|
|
640
|
-
"kind": "js",
|
|
641
|
-
"name": "BarChart",
|
|
642
|
-
"declaration": {
|
|
643
|
-
"name": "BarChart",
|
|
644
|
-
"module": "src/models/bar-chart.ts"
|
|
645
|
-
}
|
|
646
|
-
}
|
|
647
|
-
]
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"kind": "javascript-module",
|
|
651
|
-
"path": "src/models/column-chart.ts",
|
|
652
|
-
"declarations": [
|
|
653
|
-
{
|
|
654
|
-
"kind": "function",
|
|
655
|
-
"name": "ColumnChart",
|
|
656
|
-
"parameters": [
|
|
643
|
+
"text": "boolean"
|
|
644
|
+
},
|
|
645
|
+
"default": "false",
|
|
646
|
+
"description": "If true, will enable grouped chart plotting numeric values for levels of two categorical variables instead of one.",
|
|
647
|
+
"privacy": "public"
|
|
648
|
+
},
|
|
657
649
|
{
|
|
658
|
-
"
|
|
650
|
+
"kind": "field",
|
|
651
|
+
"name": "reduced",
|
|
659
652
|
"type": {
|
|
660
|
-
"text": "
|
|
653
|
+
"text": "boolean"
|
|
654
|
+
},
|
|
655
|
+
"privacy": "protected",
|
|
656
|
+
"default": "true",
|
|
657
|
+
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value]).",
|
|
658
|
+
"inheritedFrom": {
|
|
659
|
+
"name": "ConcreteDatasource",
|
|
660
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
661
661
|
}
|
|
662
662
|
},
|
|
663
663
|
{
|
|
664
|
-
"
|
|
664
|
+
"kind": "field",
|
|
665
|
+
"name": "showFormattedTime",
|
|
665
666
|
"type": {
|
|
666
|
-
"text": "
|
|
667
|
+
"text": "boolean"
|
|
668
|
+
},
|
|
669
|
+
"privacy": "protected",
|
|
670
|
+
"default": "false",
|
|
671
|
+
"description": "Only works if [withTimestampFormatting] is true.\n\nDisabled by default, will ignore the TIME portion in the Chart labels.\nOnly affects [DATETIME] fields.",
|
|
672
|
+
"inheritedFrom": {
|
|
673
|
+
"name": "ConcreteDatasource",
|
|
674
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
667
675
|
}
|
|
668
|
-
}
|
|
669
|
-
]
|
|
670
|
-
}
|
|
671
|
-
],
|
|
672
|
-
"exports": [
|
|
673
|
-
{
|
|
674
|
-
"kind": "js",
|
|
675
|
-
"name": "ColumnChart",
|
|
676
|
-
"declaration": {
|
|
677
|
-
"name": "ColumnChart",
|
|
678
|
-
"module": "src/models/column-chart.ts"
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
]
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"kind": "javascript-module",
|
|
685
|
-
"path": "src/models/donut-chart.ts",
|
|
686
|
-
"declarations": [
|
|
687
|
-
{
|
|
688
|
-
"kind": "function",
|
|
689
|
-
"name": "DonutChart",
|
|
690
|
-
"parameters": [
|
|
676
|
+
},
|
|
691
677
|
{
|
|
692
|
-
"
|
|
678
|
+
"kind": "field",
|
|
679
|
+
"name": "withTimestampFormatting",
|
|
693
680
|
"type": {
|
|
694
|
-
"text": "
|
|
681
|
+
"text": "boolean"
|
|
682
|
+
},
|
|
683
|
+
"default": "true",
|
|
684
|
+
"description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
|
|
685
|
+
"privacy": "public",
|
|
686
|
+
"inheritedFrom": {
|
|
687
|
+
"name": "BaseDatasource",
|
|
688
|
+
"module": "src/utils/base-datasource.ts"
|
|
695
689
|
}
|
|
696
690
|
},
|
|
697
691
|
{
|
|
698
|
-
"
|
|
692
|
+
"kind": "field",
|
|
693
|
+
"name": "resourceName",
|
|
699
694
|
"type": {
|
|
700
|
-
"text": "
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
"declaration": {
|
|
711
|
-
"name": "DonutChart",
|
|
712
|
-
"module": "src/models/donut-chart.ts"
|
|
713
|
-
}
|
|
714
|
-
}
|
|
715
|
-
]
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"kind": "javascript-module",
|
|
719
|
-
"path": "src/models/dual-axes-chart.ts",
|
|
720
|
-
"declarations": [
|
|
721
|
-
{
|
|
722
|
-
"kind": "function",
|
|
723
|
-
"name": "DualAxesChart",
|
|
724
|
-
"parameters": [
|
|
695
|
+
"text": "string"
|
|
696
|
+
},
|
|
697
|
+
"default": "''",
|
|
698
|
+
"inheritedFrom": {
|
|
699
|
+
"name": "BaseDatasource",
|
|
700
|
+
"module": "src/utils/base-datasource.ts"
|
|
701
|
+
},
|
|
702
|
+
"description": "Name of the backend resource which contain the data.",
|
|
703
|
+
"privacy": "public"
|
|
704
|
+
},
|
|
725
705
|
{
|
|
726
|
-
"
|
|
706
|
+
"kind": "field",
|
|
707
|
+
"name": "criteria",
|
|
727
708
|
"type": {
|
|
728
|
-
"text": "
|
|
729
|
-
}
|
|
709
|
+
"text": "string"
|
|
710
|
+
},
|
|
711
|
+
"inheritedFrom": {
|
|
712
|
+
"name": "BaseDatasource",
|
|
713
|
+
"module": "src/utils/base-datasource.ts"
|
|
714
|
+
},
|
|
715
|
+
"description": "Clients can send a Groovy expression to perform filters on the query server,\nthese remain active for the life of the subscription.",
|
|
716
|
+
"privacy": "public"
|
|
730
717
|
},
|
|
731
718
|
{
|
|
732
|
-
"
|
|
719
|
+
"kind": "field",
|
|
720
|
+
"name": "data",
|
|
733
721
|
"type": {
|
|
734
|
-
"text": "
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
"name": "DualAxesChart",
|
|
744
|
-
"declaration": {
|
|
745
|
-
"name": "DualAxesChart",
|
|
746
|
-
"module": "src/models/dual-axes-chart.ts"
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
]
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"kind": "javascript-module",
|
|
753
|
-
"path": "src/models/index.ts",
|
|
754
|
-
"declarations": [],
|
|
755
|
-
"exports": [
|
|
756
|
-
{
|
|
757
|
-
"kind": "js",
|
|
758
|
-
"name": "*",
|
|
759
|
-
"declaration": {
|
|
760
|
-
"name": "*",
|
|
761
|
-
"package": "./area-chart"
|
|
762
|
-
}
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"kind": "js",
|
|
766
|
-
"name": "*",
|
|
767
|
-
"declaration": {
|
|
768
|
-
"name": "*",
|
|
769
|
-
"package": "./bar-chart"
|
|
770
|
-
}
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"kind": "js",
|
|
774
|
-
"name": "*",
|
|
775
|
-
"declaration": {
|
|
776
|
-
"name": "*",
|
|
777
|
-
"package": "./column-chart"
|
|
778
|
-
}
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"kind": "js",
|
|
782
|
-
"name": "*",
|
|
783
|
-
"declaration": {
|
|
784
|
-
"name": "*",
|
|
785
|
-
"package": "./donut-chart"
|
|
786
|
-
}
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"kind": "js",
|
|
790
|
-
"name": "*",
|
|
791
|
-
"declaration": {
|
|
792
|
-
"name": "*",
|
|
793
|
-
"package": "./dual-axes-chart"
|
|
794
|
-
}
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"kind": "js",
|
|
798
|
-
"name": "*",
|
|
799
|
-
"declaration": {
|
|
800
|
-
"name": "*",
|
|
801
|
-
"package": "./line-chart"
|
|
802
|
-
}
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"kind": "js",
|
|
806
|
-
"name": "*",
|
|
807
|
-
"declaration": {
|
|
808
|
-
"name": "*",
|
|
809
|
-
"package": "./mix-chart"
|
|
810
|
-
}
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"kind": "js",
|
|
814
|
-
"name": "*",
|
|
815
|
-
"declaration": {
|
|
816
|
-
"name": "*",
|
|
817
|
-
"package": "./pie-chart"
|
|
818
|
-
}
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"kind": "js",
|
|
822
|
-
"name": "*",
|
|
823
|
-
"declaration": {
|
|
824
|
-
"name": "*",
|
|
825
|
-
"package": "./rose-chart"
|
|
826
|
-
}
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
"kind": "js",
|
|
830
|
-
"name": "*",
|
|
831
|
-
"declaration": {
|
|
832
|
-
"name": "*",
|
|
833
|
-
"package": "./scatter-chart"
|
|
834
|
-
}
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"kind": "js",
|
|
838
|
-
"name": "*",
|
|
839
|
-
"declaration": {
|
|
840
|
-
"name": "*",
|
|
841
|
-
"package": "./stock-chart"
|
|
842
|
-
}
|
|
843
|
-
}
|
|
844
|
-
]
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"kind": "javascript-module",
|
|
848
|
-
"path": "src/models/line-chart.ts",
|
|
849
|
-
"declarations": [
|
|
850
|
-
{
|
|
851
|
-
"kind": "function",
|
|
852
|
-
"name": "LineChart",
|
|
853
|
-
"parameters": [
|
|
854
|
-
{
|
|
855
|
-
"name": "container",
|
|
856
|
-
"type": {
|
|
857
|
-
"text": "HTMLElement"
|
|
858
|
-
}
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"name": "config",
|
|
862
|
-
"type": {
|
|
863
|
-
"text": "LineOptions"
|
|
864
|
-
}
|
|
865
|
-
}
|
|
866
|
-
]
|
|
867
|
-
}
|
|
868
|
-
],
|
|
869
|
-
"exports": [
|
|
870
|
-
{
|
|
871
|
-
"kind": "js",
|
|
872
|
-
"name": "LineChart",
|
|
873
|
-
"declaration": {
|
|
874
|
-
"name": "LineChart",
|
|
875
|
-
"module": "src/models/line-chart.ts"
|
|
876
|
-
}
|
|
877
|
-
}
|
|
878
|
-
]
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"kind": "javascript-module",
|
|
882
|
-
"path": "src/models/mix-chart.ts",
|
|
883
|
-
"declarations": [
|
|
884
|
-
{
|
|
885
|
-
"kind": "function",
|
|
886
|
-
"name": "MixChart",
|
|
887
|
-
"parameters": [
|
|
888
|
-
{
|
|
889
|
-
"name": "container",
|
|
890
|
-
"type": {
|
|
891
|
-
"text": "HTMLElement"
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"name": "config",
|
|
896
|
-
"type": {
|
|
897
|
-
"text": "MixOptions"
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
|
-
]
|
|
901
|
-
}
|
|
902
|
-
],
|
|
903
|
-
"exports": [
|
|
904
|
-
{
|
|
905
|
-
"kind": "js",
|
|
906
|
-
"name": "MixChart",
|
|
907
|
-
"declaration": {
|
|
908
|
-
"name": "MixChart",
|
|
909
|
-
"module": "src/models/mix-chart.ts"
|
|
910
|
-
}
|
|
911
|
-
}
|
|
912
|
-
]
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"kind": "javascript-module",
|
|
916
|
-
"path": "src/models/pie-chart.ts",
|
|
917
|
-
"declarations": [
|
|
918
|
-
{
|
|
919
|
-
"kind": "function",
|
|
920
|
-
"name": "PieChart",
|
|
921
|
-
"parameters": [
|
|
922
|
-
{
|
|
923
|
-
"name": "container",
|
|
924
|
-
"type": {
|
|
925
|
-
"text": "HTMLElement"
|
|
926
|
-
}
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
"name": "config",
|
|
930
|
-
"type": {
|
|
931
|
-
"text": "PieOptions"
|
|
932
|
-
}
|
|
933
|
-
}
|
|
934
|
-
]
|
|
935
|
-
}
|
|
936
|
-
],
|
|
937
|
-
"exports": [
|
|
938
|
-
{
|
|
939
|
-
"kind": "js",
|
|
940
|
-
"name": "PieChart",
|
|
941
|
-
"declaration": {
|
|
942
|
-
"name": "PieChart",
|
|
943
|
-
"module": "src/models/pie-chart.ts"
|
|
944
|
-
}
|
|
945
|
-
}
|
|
946
|
-
]
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"kind": "javascript-module",
|
|
950
|
-
"path": "src/models/rose-chart.ts",
|
|
951
|
-
"declarations": [
|
|
952
|
-
{
|
|
953
|
-
"kind": "function",
|
|
954
|
-
"name": "RoseChart",
|
|
955
|
-
"parameters": [
|
|
956
|
-
{
|
|
957
|
-
"name": "container",
|
|
958
|
-
"type": {
|
|
959
|
-
"text": "HTMLElement"
|
|
960
|
-
}
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"name": "config",
|
|
964
|
-
"type": {
|
|
965
|
-
"text": "RoseOptions"
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
]
|
|
969
|
-
}
|
|
970
|
-
],
|
|
971
|
-
"exports": [
|
|
972
|
-
{
|
|
973
|
-
"kind": "js",
|
|
974
|
-
"name": "RoseChart",
|
|
975
|
-
"declaration": {
|
|
976
|
-
"name": "RoseChart",
|
|
977
|
-
"module": "src/models/rose-chart.ts"
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
]
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"kind": "javascript-module",
|
|
984
|
-
"path": "src/models/scatter-chart.ts",
|
|
985
|
-
"declarations": [
|
|
986
|
-
{
|
|
987
|
-
"kind": "function",
|
|
988
|
-
"name": "ScatterChart",
|
|
989
|
-
"parameters": [
|
|
990
|
-
{
|
|
991
|
-
"name": "container",
|
|
992
|
-
"type": {
|
|
993
|
-
"text": "HTMLElement"
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"name": "config",
|
|
998
|
-
"type": {
|
|
999
|
-
"text": "ScatterOptions"
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1002
|
-
]
|
|
1003
|
-
}
|
|
1004
|
-
],
|
|
1005
|
-
"exports": [
|
|
1006
|
-
{
|
|
1007
|
-
"kind": "js",
|
|
1008
|
-
"name": "ScatterChart",
|
|
1009
|
-
"declaration": {
|
|
1010
|
-
"name": "ScatterChart",
|
|
1011
|
-
"module": "src/models/scatter-chart.ts"
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1014
|
-
]
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"kind": "javascript-module",
|
|
1018
|
-
"path": "src/models/stock-chart.ts",
|
|
1019
|
-
"declarations": [
|
|
1020
|
-
{
|
|
1021
|
-
"kind": "function",
|
|
1022
|
-
"name": "StockChart",
|
|
1023
|
-
"parameters": [
|
|
1024
|
-
{
|
|
1025
|
-
"name": "container",
|
|
1026
|
-
"type": {
|
|
1027
|
-
"text": "HTMLElement"
|
|
1028
|
-
}
|
|
1029
|
-
},
|
|
1030
|
-
{
|
|
1031
|
-
"name": "config",
|
|
1032
|
-
"type": {
|
|
1033
|
-
"text": "StockOptions"
|
|
1034
|
-
}
|
|
1035
|
-
}
|
|
1036
|
-
]
|
|
1037
|
-
}
|
|
1038
|
-
],
|
|
1039
|
-
"exports": [
|
|
1040
|
-
{
|
|
1041
|
-
"kind": "js",
|
|
1042
|
-
"name": "StockChart",
|
|
1043
|
-
"declaration": {
|
|
1044
|
-
"name": "StockChart",
|
|
1045
|
-
"module": "src/models/stock-chart.ts"
|
|
1046
|
-
}
|
|
1047
|
-
}
|
|
1048
|
-
]
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"kind": "javascript-module",
|
|
1052
|
-
"path": "src/settings/colors.ts",
|
|
1053
|
-
"declarations": [
|
|
1054
|
-
{
|
|
1055
|
-
"kind": "variable",
|
|
1056
|
-
"name": "chartsGradients",
|
|
1057
|
-
"type": {
|
|
1058
|
-
"text": "object"
|
|
1059
|
-
},
|
|
1060
|
-
"default": "{\n rapidBlue: `l(270) 0:${PrimaryRapidColorHEX.purple} 1:${PrimaryRapidColorHEX.blue}`,\n rapidGreen: `l(270) 0:${RapidColorHEX.green} 1:${RapidColorHEX.lightGreen}`,\n rapidRed: `l(300) 0:${RapidColorHEX.red} 1:${RapidColorHEX.lightRed}`,\n rapidPortage: `l(270) 0:${RapidColorHEX.portage} 1:${RapidColorHEX.lightPortage}`,\n rapidAlabaster: `l(270) 0:${RapidColorHEX.white} 1:${RapidColorHEX.silver}`,\n rapidSalomie: `l(270) 0:${RapidColorHEX.salomie} 1:${RapidColorHEX.lightSalomie}`,\n rapidMelon: `l(270) 0:${RapidColorHEX.melon} 1:${RapidColorHEX.lightMelon}`,\n rapidDodgerBlue: `l(270) 0:${RapidColorHEX.dodgerBlue} 1:${RapidColorHEX.lightDodgerBlue}`,\n rapidIce: `l(170) 0:${RapidColorHEX.ice} 1:${RapidColorHEX.lightIce}`,\n rapidViolet: `l(270) 0:${RapidColorHEX.violet} 1:${RapidColorHEX.lightViolet}`,\n}",
|
|
1061
|
-
"description": "G2Plot Chart gradient colors",
|
|
1062
|
-
"privacy": "public"
|
|
1063
|
-
}
|
|
1064
|
-
],
|
|
1065
|
-
"exports": [
|
|
1066
|
-
{
|
|
1067
|
-
"kind": "js",
|
|
1068
|
-
"name": "chartsGradients",
|
|
1069
|
-
"declaration": {
|
|
1070
|
-
"name": "chartsGradients",
|
|
1071
|
-
"module": "src/settings/colors.ts"
|
|
1072
|
-
}
|
|
1073
|
-
}
|
|
1074
|
-
]
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"kind": "javascript-module",
|
|
1078
|
-
"path": "src/settings/index.ts",
|
|
1079
|
-
"declarations": [],
|
|
1080
|
-
"exports": [
|
|
1081
|
-
{
|
|
1082
|
-
"kind": "js",
|
|
1083
|
-
"name": "*",
|
|
1084
|
-
"declaration": {
|
|
1085
|
-
"name": "*",
|
|
1086
|
-
"package": "./colors"
|
|
1087
|
-
}
|
|
1088
|
-
},
|
|
1089
|
-
{
|
|
1090
|
-
"kind": "js",
|
|
1091
|
-
"name": "*",
|
|
1092
|
-
"declaration": {
|
|
1093
|
-
"name": "*",
|
|
1094
|
-
"package": "./shapes"
|
|
1095
|
-
}
|
|
1096
|
-
}
|
|
1097
|
-
]
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"kind": "javascript-module",
|
|
1101
|
-
"path": "src/settings/shapes.ts",
|
|
1102
|
-
"declarations": [],
|
|
1103
|
-
"exports": []
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
"kind": "javascript-module",
|
|
1107
|
-
"path": "src/chart-datasource/chart-datasource.ts",
|
|
1108
|
-
"declarations": [
|
|
1109
|
-
{
|
|
1110
|
-
"kind": "variable",
|
|
1111
|
-
"name": "defaultChartFields",
|
|
1112
|
-
"type": {
|
|
1113
|
-
"text": "string"
|
|
1114
|
-
},
|
|
1115
|
-
"default": "'groupBy value'",
|
|
1116
|
-
"description": "The first and second default chart fields when it's a dual axes chart.",
|
|
1117
|
-
"privacy": "public"
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
"kind": "variable",
|
|
1121
|
-
"name": "defaultSeriesChartField",
|
|
1122
|
-
"type": {
|
|
1123
|
-
"text": "string"
|
|
1124
|
-
},
|
|
1125
|
-
"default": "'series'",
|
|
1126
|
-
"description": "The third default chart field when it's a triple axes chart.",
|
|
1127
|
-
"privacy": "public"
|
|
1128
|
-
},
|
|
1129
|
-
{
|
|
1130
|
-
"kind": "class",
|
|
1131
|
-
"description": "The Genesis Datasource for the `g2plot-chart` component.",
|
|
1132
|
-
"name": "ChartDatasource",
|
|
1133
|
-
"members": [
|
|
722
|
+
"text": "any[]"
|
|
723
|
+
},
|
|
724
|
+
"inheritedFrom": {
|
|
725
|
+
"name": "BaseDatasource",
|
|
726
|
+
"module": "src/utils/base-datasource.ts"
|
|
727
|
+
},
|
|
728
|
+
"description": "Optional attribute that can be used to pass the data that will be used in the component.",
|
|
729
|
+
"privacy": "public"
|
|
730
|
+
},
|
|
1134
731
|
{
|
|
1135
732
|
"kind": "field",
|
|
1136
|
-
"name": "
|
|
733
|
+
"name": "isSnapshot",
|
|
1137
734
|
"type": {
|
|
1138
|
-
"text": "
|
|
735
|
+
"text": "boolean"
|
|
1139
736
|
},
|
|
1140
|
-
"default": "
|
|
1141
|
-
"
|
|
737
|
+
"default": "false",
|
|
738
|
+
"inheritedFrom": {
|
|
739
|
+
"name": "BaseDatasource",
|
|
740
|
+
"module": "src/utils/base-datasource.ts"
|
|
741
|
+
},
|
|
742
|
+
"description": "Request a snapshot from the server.",
|
|
1142
743
|
"privacy": "public"
|
|
1143
744
|
},
|
|
1144
745
|
{
|
|
1145
746
|
"kind": "field",
|
|
1146
|
-
"name": "
|
|
747
|
+
"name": "maxRows",
|
|
748
|
+
"type": {
|
|
749
|
+
"text": "number"
|
|
750
|
+
},
|
|
751
|
+
"inheritedFrom": {
|
|
752
|
+
"name": "BaseDatasource",
|
|
753
|
+
"module": "src/utils/base-datasource.ts"
|
|
754
|
+
},
|
|
755
|
+
"description": "Maximum number of rows to be returned as part of the initial message,\nand as part of any additional MORE_ROWS messages.\nThis will not affect the number of rows displayed.",
|
|
756
|
+
"privacy": "public"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"kind": "field",
|
|
760
|
+
"name": "maxView",
|
|
761
|
+
"type": {
|
|
762
|
+
"text": "number"
|
|
763
|
+
},
|
|
764
|
+
"inheritedFrom": {
|
|
765
|
+
"name": "BaseDatasource",
|
|
766
|
+
"module": "src/utils/base-datasource.ts"
|
|
767
|
+
},
|
|
768
|
+
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"kind": "field",
|
|
772
|
+
"name": "orderBy",
|
|
1147
773
|
"type": {
|
|
1148
774
|
"text": "string"
|
|
1149
775
|
},
|
|
1150
|
-
"
|
|
776
|
+
"inheritedFrom": {
|
|
777
|
+
"name": "BaseDatasource",
|
|
778
|
+
"module": "src/utils/base-datasource.ts"
|
|
779
|
+
},
|
|
780
|
+
"description": "This option can be used to select a Data Server index (defined in the Data Server query),\nwhich is especially useful if you want the data to be sorted in a specific way. By default,\nData Server rows are returned in order of creation (from oldest database record to newest).",
|
|
1151
781
|
"privacy": "public"
|
|
1152
782
|
},
|
|
1153
783
|
{
|
|
1154
784
|
"kind": "field",
|
|
1155
|
-
"name": "
|
|
785
|
+
"name": "request",
|
|
1156
786
|
"type": {
|
|
1157
|
-
"text": "
|
|
787
|
+
"text": "any"
|
|
1158
788
|
},
|
|
1159
|
-
"
|
|
1160
|
-
|
|
789
|
+
"inheritedFrom": {
|
|
790
|
+
"name": "BaseDatasource",
|
|
791
|
+
"module": "src/utils/base-datasource.ts"
|
|
792
|
+
},
|
|
793
|
+
"description": "This optional parameter enables you to specify request fields, which can include wildcards.",
|
|
1161
794
|
"privacy": "public"
|
|
1162
795
|
},
|
|
1163
796
|
{
|
|
1164
797
|
"kind": "field",
|
|
1165
|
-
"name": "
|
|
798
|
+
"name": "reverse",
|
|
1166
799
|
"type": {
|
|
1167
800
|
"text": "boolean"
|
|
1168
801
|
},
|
|
1169
802
|
"default": "false",
|
|
1170
|
-
"
|
|
803
|
+
"inheritedFrom": {
|
|
804
|
+
"name": "BaseDatasource",
|
|
805
|
+
"module": "src/utils/base-datasource.ts"
|
|
806
|
+
},
|
|
807
|
+
"description": "This option changes the Data Server index iteration.\nFor example, if you are using the default index,\nthe query will return rows in order from the newest database records to the oldest.",
|
|
1171
808
|
"privacy": "public"
|
|
1172
809
|
},
|
|
1173
810
|
{
|
|
1174
811
|
"kind": "field",
|
|
1175
|
-
"name": "
|
|
812
|
+
"name": "rowId",
|
|
1176
813
|
"type": {
|
|
1177
|
-
"text": "
|
|
814
|
+
"text": "string"
|
|
815
|
+
},
|
|
816
|
+
"default": "'ROW_REF'",
|
|
817
|
+
"inheritedFrom": {
|
|
818
|
+
"name": "BaseDatasource",
|
|
819
|
+
"module": "src/utils/base-datasource.ts"
|
|
820
|
+
},
|
|
821
|
+
"description": "Attribute to set an unique identifier for the row.",
|
|
822
|
+
"privacy": "public"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"kind": "method",
|
|
826
|
+
"name": "prepareSeriesField",
|
|
827
|
+
"privacy": "private",
|
|
828
|
+
"return": {
|
|
829
|
+
"type": {
|
|
830
|
+
"text": "void"
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"kind": "method",
|
|
836
|
+
"name": "prepareValidServerFieldsMetadata",
|
|
837
|
+
"privacy": "private",
|
|
838
|
+
"return": {
|
|
839
|
+
"type": {
|
|
840
|
+
"text": "string[]"
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"kind": "method",
|
|
846
|
+
"name": "hasValidFieldsStructure",
|
|
847
|
+
"privacy": "private",
|
|
848
|
+
"return": {
|
|
849
|
+
"type": {
|
|
850
|
+
"text": "boolean"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"parameters": [
|
|
854
|
+
{
|
|
855
|
+
"name": "fieldsArray",
|
|
856
|
+
"type": {
|
|
857
|
+
"text": "string[]"
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
]
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"kind": "method",
|
|
864
|
+
"name": "cloneNode",
|
|
865
|
+
"return": {
|
|
866
|
+
"type": {
|
|
867
|
+
"text": "Node"
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
"parameters": [
|
|
871
|
+
{
|
|
872
|
+
"name": "deep",
|
|
873
|
+
"optional": true,
|
|
874
|
+
"type": {
|
|
875
|
+
"text": "boolean"
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
],
|
|
879
|
+
"inheritedFrom": {
|
|
880
|
+
"name": "LifecycleMixin",
|
|
881
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"kind": "method",
|
|
886
|
+
"name": "deepClone",
|
|
887
|
+
"return": {
|
|
888
|
+
"type": {
|
|
889
|
+
"text": "Node"
|
|
890
|
+
}
|
|
891
|
+
},
|
|
892
|
+
"inheritedFrom": {
|
|
893
|
+
"name": "LifecycleMixin",
|
|
894
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"kind": "field",
|
|
899
|
+
"name": "shouldRunDisconnect",
|
|
900
|
+
"return": {
|
|
901
|
+
"type": {
|
|
902
|
+
"text": ""
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
"readonly": true,
|
|
906
|
+
"inheritedFrom": {
|
|
907
|
+
"name": "LifecycleMixin",
|
|
908
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"kind": "field",
|
|
913
|
+
"name": "shouldRunConnect",
|
|
914
|
+
"return": {
|
|
915
|
+
"type": {
|
|
916
|
+
"text": ""
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
"readonly": true,
|
|
920
|
+
"inheritedFrom": {
|
|
921
|
+
"name": "LifecycleMixin",
|
|
922
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"kind": "method",
|
|
927
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
928
|
+
"return": {
|
|
929
|
+
"type": {
|
|
930
|
+
"text": "boolean"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"parameters": [
|
|
934
|
+
{
|
|
935
|
+
"name": "lifecycleType",
|
|
936
|
+
"type": {
|
|
937
|
+
"text": "Lifecycletype"
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
],
|
|
941
|
+
"inheritedFrom": {
|
|
942
|
+
"name": "LifecycleMixin",
|
|
943
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"kind": "field",
|
|
948
|
+
"name": "chart",
|
|
949
|
+
"type": {
|
|
950
|
+
"text": "G2PlotChart"
|
|
1178
951
|
},
|
|
1179
952
|
"privacy": "protected",
|
|
1180
|
-
"default": "true",
|
|
1181
|
-
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value]).",
|
|
1182
953
|
"inheritedFrom": {
|
|
1183
954
|
"name": "ConcreteDatasource",
|
|
1184
955
|
"module": "src/chart-datasource/chart-datasource.ts"
|
|
@@ -1186,13 +957,35 @@
|
|
|
1186
957
|
},
|
|
1187
958
|
{
|
|
1188
959
|
"kind": "field",
|
|
1189
|
-
"name": "
|
|
960
|
+
"name": "extractedServerFields",
|
|
1190
961
|
"type": {
|
|
1191
|
-
"text": "
|
|
962
|
+
"text": "string[]"
|
|
963
|
+
},
|
|
964
|
+
"privacy": "protected",
|
|
965
|
+
"inheritedFrom": {
|
|
966
|
+
"name": "ConcreteDatasource",
|
|
967
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"kind": "field",
|
|
972
|
+
"name": "validServerFieldsMetadata",
|
|
973
|
+
"type": {
|
|
974
|
+
"text": "Map<string, FieldMetadata>"
|
|
975
|
+
},
|
|
976
|
+
"privacy": "protected",
|
|
977
|
+
"inheritedFrom": {
|
|
978
|
+
"name": "ConcreteDatasource",
|
|
979
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"kind": "field",
|
|
984
|
+
"name": "seriesChartField",
|
|
985
|
+
"type": {
|
|
986
|
+
"text": "string"
|
|
1192
987
|
},
|
|
1193
988
|
"privacy": "protected",
|
|
1194
|
-
"default": "false",
|
|
1195
|
-
"description": "Only works if [withTimestampFormatting] is true.\n\nDisabled by default, will ignore the TIME portion in the Chart labels.\nOnly affects [DATETIME] fields.",
|
|
1196
989
|
"inheritedFrom": {
|
|
1197
990
|
"name": "ConcreteDatasource",
|
|
1198
991
|
"module": "src/chart-datasource/chart-datasource.ts"
|
|
@@ -1200,353 +993,336 @@
|
|
|
1200
993
|
},
|
|
1201
994
|
{
|
|
1202
995
|
"kind": "field",
|
|
1203
|
-
"name": "
|
|
996
|
+
"name": "extractedChartsFields",
|
|
1204
997
|
"type": {
|
|
1205
|
-
"text": "
|
|
998
|
+
"text": "string[]"
|
|
1206
999
|
},
|
|
1207
|
-
"
|
|
1208
|
-
"description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
|
|
1209
|
-
"privacy": "public",
|
|
1000
|
+
"privacy": "protected",
|
|
1210
1001
|
"inheritedFrom": {
|
|
1211
|
-
"name": "
|
|
1212
|
-
"module": "src/
|
|
1002
|
+
"name": "ConcreteDatasource",
|
|
1003
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1213
1004
|
}
|
|
1214
1005
|
},
|
|
1215
1006
|
{
|
|
1216
1007
|
"kind": "field",
|
|
1217
|
-
"name": "
|
|
1008
|
+
"name": "groupByServerFieldName",
|
|
1218
1009
|
"type": {
|
|
1219
1010
|
"text": "string"
|
|
1220
1011
|
},
|
|
1221
|
-
"
|
|
1012
|
+
"readonly": true,
|
|
1222
1013
|
"inheritedFrom": {
|
|
1223
|
-
"name": "
|
|
1224
|
-
"module": "src/
|
|
1225
|
-
}
|
|
1226
|
-
"description": "Name of the backend resource which contain the data.",
|
|
1227
|
-
"privacy": "public"
|
|
1014
|
+
"name": "ConcreteDatasource",
|
|
1015
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1016
|
+
}
|
|
1228
1017
|
},
|
|
1229
1018
|
{
|
|
1230
|
-
"kind": "
|
|
1231
|
-
"name": "
|
|
1232
|
-
"
|
|
1233
|
-
"
|
|
1019
|
+
"kind": "method",
|
|
1020
|
+
"name": "clearData",
|
|
1021
|
+
"return": {
|
|
1022
|
+
"type": {
|
|
1023
|
+
"text": "void"
|
|
1024
|
+
}
|
|
1234
1025
|
},
|
|
1235
1026
|
"inheritedFrom": {
|
|
1236
1027
|
"name": "BaseDatasource",
|
|
1237
1028
|
"module": "src/utils/base-datasource.ts"
|
|
1238
|
-
}
|
|
1239
|
-
"description": "Clients can send a Groovy expression to perform filters on the query server,\nthese remain active for the life of the subscription.",
|
|
1240
|
-
"privacy": "public"
|
|
1029
|
+
}
|
|
1241
1030
|
},
|
|
1242
1031
|
{
|
|
1243
|
-
"kind": "
|
|
1244
|
-
"name": "
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1032
|
+
"kind": "method",
|
|
1033
|
+
"name": "syncComponentData",
|
|
1034
|
+
"return": {
|
|
1035
|
+
"type": {
|
|
1036
|
+
"text": "void"
|
|
1037
|
+
}
|
|
1247
1038
|
},
|
|
1039
|
+
"parameters": [
|
|
1040
|
+
{
|
|
1041
|
+
"name": "snapshotData",
|
|
1042
|
+
"optional": true,
|
|
1043
|
+
"type": {
|
|
1044
|
+
"text": "any[]"
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
],
|
|
1248
1048
|
"inheritedFrom": {
|
|
1249
1049
|
"name": "BaseDatasource",
|
|
1250
1050
|
"module": "src/utils/base-datasource.ts"
|
|
1251
|
-
}
|
|
1252
|
-
"description": "Optional attribute that can be used to pass the data that will be used in the component.",
|
|
1253
|
-
"privacy": "public"
|
|
1051
|
+
}
|
|
1254
1052
|
},
|
|
1255
1053
|
{
|
|
1256
|
-
"kind": "
|
|
1257
|
-
"name": "
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1054
|
+
"kind": "method",
|
|
1055
|
+
"name": "handleStreamInserts",
|
|
1056
|
+
"return": {
|
|
1057
|
+
"type": {
|
|
1058
|
+
"text": "void"
|
|
1059
|
+
}
|
|
1260
1060
|
},
|
|
1261
|
-
"
|
|
1061
|
+
"parameters": [
|
|
1062
|
+
{
|
|
1063
|
+
"name": "insertedRows",
|
|
1064
|
+
"type": {
|
|
1065
|
+
"text": "any[]"
|
|
1066
|
+
}
|
|
1067
|
+
}
|
|
1068
|
+
],
|
|
1262
1069
|
"inheritedFrom": {
|
|
1263
1070
|
"name": "BaseDatasource",
|
|
1264
1071
|
"module": "src/utils/base-datasource.ts"
|
|
1265
|
-
}
|
|
1266
|
-
"description": "Request a snapshot from the server.",
|
|
1267
|
-
"privacy": "public"
|
|
1072
|
+
}
|
|
1268
1073
|
},
|
|
1269
1074
|
{
|
|
1270
|
-
"kind": "
|
|
1271
|
-
"name": "
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1075
|
+
"kind": "method",
|
|
1076
|
+
"name": "handleStreamDeletes",
|
|
1077
|
+
"return": {
|
|
1078
|
+
"type": {
|
|
1079
|
+
"text": "void"
|
|
1080
|
+
}
|
|
1274
1081
|
},
|
|
1082
|
+
"parameters": [
|
|
1083
|
+
{
|
|
1084
|
+
"name": "deletedRows",
|
|
1085
|
+
"type": {
|
|
1086
|
+
"text": "any[]"
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
],
|
|
1275
1090
|
"inheritedFrom": {
|
|
1276
1091
|
"name": "BaseDatasource",
|
|
1277
1092
|
"module": "src/utils/base-datasource.ts"
|
|
1278
|
-
}
|
|
1279
|
-
"description": "Maximum number of rows to be returned as part of the initial message,\nand as part of any additional MORE_ROWS messages.\nThis will not affect the number of rows displayed.",
|
|
1280
|
-
"privacy": "public"
|
|
1093
|
+
}
|
|
1281
1094
|
},
|
|
1282
1095
|
{
|
|
1283
|
-
"kind": "
|
|
1284
|
-
"name": "
|
|
1285
|
-
"
|
|
1286
|
-
"
|
|
1096
|
+
"kind": "method",
|
|
1097
|
+
"name": "handleStreamUpdates",
|
|
1098
|
+
"return": {
|
|
1099
|
+
"type": {
|
|
1100
|
+
"text": "void"
|
|
1101
|
+
}
|
|
1287
1102
|
},
|
|
1103
|
+
"parameters": [
|
|
1104
|
+
{
|
|
1105
|
+
"name": "updatedRows",
|
|
1106
|
+
"type": {
|
|
1107
|
+
"text": "any[]"
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
],
|
|
1288
1111
|
"inheritedFrom": {
|
|
1289
1112
|
"name": "BaseDatasource",
|
|
1290
1113
|
"module": "src/utils/base-datasource.ts"
|
|
1291
|
-
}
|
|
1292
|
-
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
1114
|
+
}
|
|
1293
1115
|
},
|
|
1294
1116
|
{
|
|
1295
1117
|
"kind": "field",
|
|
1296
|
-
"name": "
|
|
1118
|
+
"name": "connect",
|
|
1297
1119
|
"type": {
|
|
1298
|
-
"text": "
|
|
1120
|
+
"text": "Connect"
|
|
1299
1121
|
},
|
|
1300
1122
|
"inheritedFrom": {
|
|
1301
1123
|
"name": "BaseDatasource",
|
|
1302
1124
|
"module": "src/utils/base-datasource.ts"
|
|
1303
|
-
}
|
|
1304
|
-
"description": "This option can be used to select a Data Server index (defined in the Data Server query),\nwhich is especially useful if you want the data to be sorted in a specific way. By default,\nData Server rows are returned in order of creation (from oldest database record to newest).",
|
|
1305
|
-
"privacy": "public"
|
|
1125
|
+
}
|
|
1306
1126
|
},
|
|
1307
1127
|
{
|
|
1308
1128
|
"kind": "field",
|
|
1309
|
-
"name": "
|
|
1129
|
+
"name": "datasource",
|
|
1310
1130
|
"type": {
|
|
1311
|
-
"text": "
|
|
1131
|
+
"text": "Datasource"
|
|
1312
1132
|
},
|
|
1313
1133
|
"inheritedFrom": {
|
|
1314
1134
|
"name": "BaseDatasource",
|
|
1315
1135
|
"module": "src/utils/base-datasource.ts"
|
|
1316
|
-
}
|
|
1317
|
-
"description": "This optional parameter enables you to specify request fields, which can include wildcards.",
|
|
1318
|
-
"privacy": "public"
|
|
1136
|
+
}
|
|
1319
1137
|
},
|
|
1320
1138
|
{
|
|
1321
1139
|
"kind": "field",
|
|
1322
|
-
"name": "
|
|
1140
|
+
"name": "withGridInit",
|
|
1323
1141
|
"type": {
|
|
1324
1142
|
"text": "boolean"
|
|
1325
1143
|
},
|
|
1326
|
-
"default": "
|
|
1327
|
-
"inheritedFrom": {
|
|
1328
|
-
"name": "BaseDatasource",
|
|
1329
|
-
"module": "src/utils/base-datasource.ts"
|
|
1330
|
-
},
|
|
1331
|
-
"description": "This option changes the Data Server index iteration.\nFor example, if you are using the default index,\nthe query will return rows in order from the newest database records to the oldest.",
|
|
1332
|
-
"privacy": "public"
|
|
1333
|
-
},
|
|
1334
|
-
{
|
|
1335
|
-
"kind": "field",
|
|
1336
|
-
"name": "rowId",
|
|
1337
|
-
"type": {
|
|
1338
|
-
"text": "string"
|
|
1339
|
-
},
|
|
1340
|
-
"default": "'ROW_REF'",
|
|
1144
|
+
"default": "true",
|
|
1341
1145
|
"inheritedFrom": {
|
|
1342
1146
|
"name": "BaseDatasource",
|
|
1343
1147
|
"module": "src/utils/base-datasource.ts"
|
|
1344
|
-
},
|
|
1345
|
-
"description": "Attribute to set an unique identifier for the row.",
|
|
1346
|
-
"privacy": "public"
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
"kind": "method",
|
|
1350
|
-
"name": "prepareSeriesField",
|
|
1351
|
-
"privacy": "private",
|
|
1352
|
-
"return": {
|
|
1353
|
-
"type": {
|
|
1354
|
-
"text": "void"
|
|
1355
|
-
}
|
|
1356
|
-
}
|
|
1357
|
-
},
|
|
1358
|
-
{
|
|
1359
|
-
"kind": "method",
|
|
1360
|
-
"name": "prepareValidServerFieldsMetadata",
|
|
1361
|
-
"privacy": "private",
|
|
1362
|
-
"return": {
|
|
1363
|
-
"type": {
|
|
1364
|
-
"text": "string[]"
|
|
1365
|
-
}
|
|
1366
1148
|
}
|
|
1367
1149
|
},
|
|
1368
1150
|
{
|
|
1369
1151
|
"kind": "method",
|
|
1370
|
-
"name": "
|
|
1371
|
-
"privacy": "private",
|
|
1372
|
-
"return": {
|
|
1373
|
-
"type": {
|
|
1374
|
-
"text": "boolean"
|
|
1375
|
-
}
|
|
1376
|
-
},
|
|
1152
|
+
"name": "criteriaChanged",
|
|
1377
1153
|
"parameters": [
|
|
1378
1154
|
{
|
|
1379
|
-
"name": "
|
|
1155
|
+
"name": "oldCriteria",
|
|
1380
1156
|
"type": {
|
|
1381
|
-
"text": "string
|
|
1157
|
+
"text": "string"
|
|
1382
1158
|
}
|
|
1383
|
-
}
|
|
1384
|
-
]
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"kind": "method",
|
|
1388
|
-
"name": "cloneNode",
|
|
1389
|
-
"return": {
|
|
1390
|
-
"type": {
|
|
1391
|
-
"text": "Node"
|
|
1392
|
-
}
|
|
1393
|
-
},
|
|
1394
|
-
"parameters": [
|
|
1159
|
+
},
|
|
1395
1160
|
{
|
|
1396
|
-
"name": "
|
|
1397
|
-
"optional": true,
|
|
1161
|
+
"name": "newCriteria",
|
|
1398
1162
|
"type": {
|
|
1399
|
-
"text": "
|
|
1163
|
+
"text": "string"
|
|
1400
1164
|
}
|
|
1401
1165
|
}
|
|
1402
1166
|
],
|
|
1403
1167
|
"inheritedFrom": {
|
|
1404
|
-
"name": "
|
|
1405
|
-
"module": "src/
|
|
1168
|
+
"name": "BaseDatasource",
|
|
1169
|
+
"module": "src/utils/base-datasource.ts"
|
|
1406
1170
|
}
|
|
1407
1171
|
},
|
|
1408
1172
|
{
|
|
1409
1173
|
"kind": "method",
|
|
1410
|
-
"name": "
|
|
1411
|
-
"
|
|
1412
|
-
|
|
1413
|
-
"
|
|
1174
|
+
"name": "dataChanged",
|
|
1175
|
+
"parameters": [
|
|
1176
|
+
{
|
|
1177
|
+
"name": "oldValue"
|
|
1414
1178
|
}
|
|
1415
|
-
|
|
1179
|
+
],
|
|
1416
1180
|
"inheritedFrom": {
|
|
1417
|
-
"name": "
|
|
1418
|
-
"module": "src/
|
|
1181
|
+
"name": "BaseDatasource",
|
|
1182
|
+
"module": "src/utils/base-datasource.ts"
|
|
1419
1183
|
}
|
|
1420
1184
|
},
|
|
1421
1185
|
{
|
|
1422
1186
|
"kind": "field",
|
|
1423
|
-
"name": "
|
|
1424
|
-
"
|
|
1425
|
-
"
|
|
1426
|
-
"text": ""
|
|
1427
|
-
}
|
|
1187
|
+
"name": "fields",
|
|
1188
|
+
"type": {
|
|
1189
|
+
"text": "string"
|
|
1428
1190
|
},
|
|
1429
|
-
"readonly": true,
|
|
1430
1191
|
"inheritedFrom": {
|
|
1431
|
-
"name": "
|
|
1432
|
-
"module": "src/
|
|
1192
|
+
"name": "BaseDatasource",
|
|
1193
|
+
"module": "src/utils/base-datasource.ts"
|
|
1433
1194
|
}
|
|
1434
1195
|
},
|
|
1435
1196
|
{
|
|
1436
|
-
"kind": "
|
|
1437
|
-
"name": "
|
|
1438
|
-
"
|
|
1439
|
-
|
|
1440
|
-
"
|
|
1197
|
+
"kind": "method",
|
|
1198
|
+
"name": "requestChanged",
|
|
1199
|
+
"parameters": [
|
|
1200
|
+
{
|
|
1201
|
+
"name": "oldValue"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"name": "newValue"
|
|
1441
1205
|
}
|
|
1442
|
-
|
|
1443
|
-
"readonly": true,
|
|
1206
|
+
],
|
|
1444
1207
|
"inheritedFrom": {
|
|
1445
|
-
"name": "
|
|
1446
|
-
"module": "src/
|
|
1208
|
+
"name": "BaseDatasource",
|
|
1209
|
+
"module": "src/utils/base-datasource.ts"
|
|
1447
1210
|
}
|
|
1448
1211
|
},
|
|
1449
1212
|
{
|
|
1450
1213
|
"kind": "method",
|
|
1451
|
-
"name": "
|
|
1214
|
+
"name": "refetchIfInitializedAndChanged",
|
|
1215
|
+
"privacy": "private",
|
|
1452
1216
|
"return": {
|
|
1453
1217
|
"type": {
|
|
1454
|
-
"text": "
|
|
1218
|
+
"text": "void"
|
|
1455
1219
|
}
|
|
1456
1220
|
},
|
|
1457
1221
|
"parameters": [
|
|
1458
1222
|
{
|
|
1459
|
-
"name": "
|
|
1223
|
+
"name": "hasChanged",
|
|
1460
1224
|
"type": {
|
|
1461
|
-
"text": "
|
|
1225
|
+
"text": "boolean"
|
|
1462
1226
|
}
|
|
1463
1227
|
}
|
|
1464
1228
|
],
|
|
1465
1229
|
"inheritedFrom": {
|
|
1466
|
-
"name": "
|
|
1467
|
-
"module": "src/
|
|
1230
|
+
"name": "BaseDatasource",
|
|
1231
|
+
"module": "src/utils/base-datasource.ts"
|
|
1468
1232
|
}
|
|
1469
1233
|
},
|
|
1470
1234
|
{
|
|
1471
1235
|
"kind": "field",
|
|
1472
|
-
"name": "
|
|
1236
|
+
"name": "datasourceConfig",
|
|
1237
|
+
"inheritedFrom": {
|
|
1238
|
+
"name": "BaseDatasource",
|
|
1239
|
+
"module": "src/utils/base-datasource.ts"
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"kind": "field",
|
|
1244
|
+
"name": "requiresFullDataRefresh",
|
|
1473
1245
|
"type": {
|
|
1474
|
-
"text": "
|
|
1246
|
+
"text": "boolean"
|
|
1475
1247
|
},
|
|
1476
|
-
"privacy": "
|
|
1248
|
+
"privacy": "public",
|
|
1249
|
+
"default": "true",
|
|
1477
1250
|
"inheritedFrom": {
|
|
1478
|
-
"name": "
|
|
1479
|
-
"module": "src/
|
|
1251
|
+
"name": "BaseDatasource",
|
|
1252
|
+
"module": "src/utils/base-datasource.ts"
|
|
1480
1253
|
}
|
|
1481
1254
|
},
|
|
1482
1255
|
{
|
|
1483
1256
|
"kind": "field",
|
|
1484
|
-
"name": "
|
|
1257
|
+
"name": "dataSub",
|
|
1485
1258
|
"type": {
|
|
1486
|
-
"text": "
|
|
1259
|
+
"text": "Subscription"
|
|
1487
1260
|
},
|
|
1488
|
-
"privacy": "
|
|
1261
|
+
"privacy": "public",
|
|
1489
1262
|
"inheritedFrom": {
|
|
1490
|
-
"name": "
|
|
1491
|
-
"module": "src/
|
|
1263
|
+
"name": "BaseDatasource",
|
|
1264
|
+
"module": "src/utils/base-datasource.ts"
|
|
1492
1265
|
}
|
|
1493
1266
|
},
|
|
1494
1267
|
{
|
|
1495
1268
|
"kind": "field",
|
|
1496
|
-
"name": "
|
|
1269
|
+
"name": "sourceRef",
|
|
1497
1270
|
"type": {
|
|
1498
|
-
"text": "
|
|
1271
|
+
"text": "string"
|
|
1499
1272
|
},
|
|
1500
|
-
"privacy": "
|
|
1273
|
+
"privacy": "private",
|
|
1501
1274
|
"inheritedFrom": {
|
|
1502
|
-
"name": "
|
|
1503
|
-
"module": "src/
|
|
1275
|
+
"name": "BaseDatasource",
|
|
1276
|
+
"module": "src/utils/base-datasource.ts"
|
|
1504
1277
|
}
|
|
1505
1278
|
},
|
|
1506
1279
|
{
|
|
1507
1280
|
"kind": "field",
|
|
1508
|
-
"name": "
|
|
1281
|
+
"name": "rowsSyncedWithStream",
|
|
1509
1282
|
"type": {
|
|
1510
|
-
"text": "string"
|
|
1283
|
+
"text": "Map<string, any>"
|
|
1511
1284
|
},
|
|
1512
|
-
"privacy": "
|
|
1285
|
+
"privacy": "public",
|
|
1286
|
+
"default": "new Map()",
|
|
1513
1287
|
"inheritedFrom": {
|
|
1514
|
-
"name": "
|
|
1515
|
-
"module": "src/
|
|
1288
|
+
"name": "BaseDatasource",
|
|
1289
|
+
"module": "src/utils/base-datasource.ts"
|
|
1516
1290
|
}
|
|
1517
1291
|
},
|
|
1518
1292
|
{
|
|
1519
1293
|
"kind": "field",
|
|
1520
|
-
"name": "
|
|
1294
|
+
"name": "dataSubWasLoggedOff",
|
|
1521
1295
|
"type": {
|
|
1522
|
-
"text": "
|
|
1296
|
+
"text": "boolean"
|
|
1523
1297
|
},
|
|
1524
|
-
"privacy": "
|
|
1298
|
+
"privacy": "public",
|
|
1299
|
+
"default": "false",
|
|
1525
1300
|
"inheritedFrom": {
|
|
1526
|
-
"name": "
|
|
1527
|
-
"module": "src/
|
|
1301
|
+
"name": "BaseDatasource",
|
|
1302
|
+
"module": "src/utils/base-datasource.ts"
|
|
1528
1303
|
}
|
|
1529
1304
|
},
|
|
1530
1305
|
{
|
|
1531
1306
|
"kind": "field",
|
|
1532
|
-
"name": "
|
|
1307
|
+
"name": "criteriaFromFilters",
|
|
1533
1308
|
"type": {
|
|
1534
|
-
"text": "string"
|
|
1309
|
+
"text": "Map<string, string>"
|
|
1535
1310
|
},
|
|
1536
|
-
"
|
|
1311
|
+
"privacy": "private",
|
|
1312
|
+
"default": "new Map()",
|
|
1537
1313
|
"inheritedFrom": {
|
|
1538
|
-
"name": "
|
|
1539
|
-
"module": "src/
|
|
1314
|
+
"name": "BaseDatasource",
|
|
1315
|
+
"module": "src/utils/base-datasource.ts"
|
|
1540
1316
|
}
|
|
1541
1317
|
},
|
|
1542
1318
|
{
|
|
1543
|
-
"kind": "
|
|
1544
|
-
"name": "
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1547
|
-
"text": "void"
|
|
1548
|
-
}
|
|
1319
|
+
"kind": "field",
|
|
1320
|
+
"name": "update",
|
|
1321
|
+
"type": {
|
|
1322
|
+
"text": "BehaviorSubject<Map<string, string>>"
|
|
1549
1323
|
},
|
|
1324
|
+
"privacy": "public",
|
|
1325
|
+
"default": "new BehaviorSubject(new Map())",
|
|
1550
1326
|
"inheritedFrom": {
|
|
1551
1327
|
"name": "BaseDatasource",
|
|
1552
1328
|
"module": "src/utils/base-datasource.ts"
|
|
@@ -1554,21 +1330,7 @@
|
|
|
1554
1330
|
},
|
|
1555
1331
|
{
|
|
1556
1332
|
"kind": "method",
|
|
1557
|
-
"name": "
|
|
1558
|
-
"return": {
|
|
1559
|
-
"type": {
|
|
1560
|
-
"text": "void"
|
|
1561
|
-
}
|
|
1562
|
-
},
|
|
1563
|
-
"parameters": [
|
|
1564
|
-
{
|
|
1565
|
-
"name": "snapshotData",
|
|
1566
|
-
"optional": true,
|
|
1567
|
-
"type": {
|
|
1568
|
-
"text": "any[]"
|
|
1569
|
-
}
|
|
1570
|
-
}
|
|
1571
|
-
],
|
|
1333
|
+
"name": "reset",
|
|
1572
1334
|
"inheritedFrom": {
|
|
1573
1335
|
"name": "BaseDatasource",
|
|
1574
1336
|
"module": "src/utils/base-datasource.ts"
|
|
@@ -1576,18 +1338,12 @@
|
|
|
1576
1338
|
},
|
|
1577
1339
|
{
|
|
1578
1340
|
"kind": "method",
|
|
1579
|
-
"name": "
|
|
1580
|
-
"
|
|
1581
|
-
"type": {
|
|
1582
|
-
"text": "void"
|
|
1583
|
-
}
|
|
1584
|
-
},
|
|
1341
|
+
"name": "fetchGenesisData",
|
|
1342
|
+
"privacy": "public",
|
|
1585
1343
|
"parameters": [
|
|
1586
1344
|
{
|
|
1587
|
-
"name": "
|
|
1588
|
-
"
|
|
1589
|
-
"text": "any[]"
|
|
1590
|
-
}
|
|
1345
|
+
"name": "withFullInit",
|
|
1346
|
+
"default": "true"
|
|
1591
1347
|
}
|
|
1592
1348
|
],
|
|
1593
1349
|
"inheritedFrom": {
|
|
@@ -1597,20 +1353,8 @@
|
|
|
1597
1353
|
},
|
|
1598
1354
|
{
|
|
1599
1355
|
"kind": "method",
|
|
1600
|
-
"name": "
|
|
1601
|
-
"
|
|
1602
|
-
"type": {
|
|
1603
|
-
"text": "void"
|
|
1604
|
-
}
|
|
1605
|
-
},
|
|
1606
|
-
"parameters": [
|
|
1607
|
-
{
|
|
1608
|
-
"name": "deletedRows",
|
|
1609
|
-
"type": {
|
|
1610
|
-
"text": "any[]"
|
|
1611
|
-
}
|
|
1612
|
-
}
|
|
1613
|
-
],
|
|
1356
|
+
"name": "initDatasource",
|
|
1357
|
+
"privacy": "public",
|
|
1614
1358
|
"inheritedFrom": {
|
|
1615
1359
|
"name": "BaseDatasource",
|
|
1616
1360
|
"module": "src/utils/base-datasource.ts"
|
|
@@ -1618,17 +1362,27 @@
|
|
|
1618
1362
|
},
|
|
1619
1363
|
{
|
|
1620
1364
|
"kind": "method",
|
|
1621
|
-
"name": "
|
|
1365
|
+
"name": "datasourceOptions",
|
|
1366
|
+
"privacy": "private",
|
|
1622
1367
|
"return": {
|
|
1623
1368
|
"type": {
|
|
1624
|
-
"text": "
|
|
1369
|
+
"text": "DatasourceOptions"
|
|
1625
1370
|
}
|
|
1626
1371
|
},
|
|
1372
|
+
"inheritedFrom": {
|
|
1373
|
+
"name": "BaseDatasource",
|
|
1374
|
+
"module": "src/utils/base-datasource.ts"
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"kind": "method",
|
|
1379
|
+
"name": "handleStreamUpdate",
|
|
1380
|
+
"privacy": "private",
|
|
1627
1381
|
"parameters": [
|
|
1628
1382
|
{
|
|
1629
|
-
"name": "
|
|
1383
|
+
"name": "result",
|
|
1630
1384
|
"type": {
|
|
1631
|
-
"text": "
|
|
1385
|
+
"text": "FilteredDataServerResult | RequestServerResult"
|
|
1632
1386
|
}
|
|
1633
1387
|
}
|
|
1634
1388
|
],
|
|
@@ -1638,34 +1392,48 @@
|
|
|
1638
1392
|
}
|
|
1639
1393
|
},
|
|
1640
1394
|
{
|
|
1641
|
-
"kind": "
|
|
1642
|
-
"name": "
|
|
1643
|
-
"
|
|
1644
|
-
|
|
1645
|
-
|
|
1395
|
+
"kind": "method",
|
|
1396
|
+
"name": "applyRequestServerData",
|
|
1397
|
+
"privacy": "public",
|
|
1398
|
+
"parameters": [
|
|
1399
|
+
{
|
|
1400
|
+
"name": "requestServerResult",
|
|
1401
|
+
"type": {
|
|
1402
|
+
"text": "RequestServerResult"
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1646
1406
|
"inheritedFrom": {
|
|
1647
1407
|
"name": "BaseDatasource",
|
|
1648
1408
|
"module": "src/utils/base-datasource.ts"
|
|
1649
1409
|
}
|
|
1650
1410
|
},
|
|
1651
1411
|
{
|
|
1652
|
-
"kind": "
|
|
1653
|
-
"name": "
|
|
1654
|
-
"
|
|
1655
|
-
|
|
1656
|
-
|
|
1412
|
+
"kind": "method",
|
|
1413
|
+
"name": "applyDataserverData",
|
|
1414
|
+
"privacy": "public",
|
|
1415
|
+
"parameters": [
|
|
1416
|
+
{
|
|
1417
|
+
"name": "dataServerResult",
|
|
1418
|
+
"type": {
|
|
1419
|
+
"text": "FilteredDataServerResult"
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
],
|
|
1657
1423
|
"inheritedFrom": {
|
|
1658
1424
|
"name": "BaseDatasource",
|
|
1659
1425
|
"module": "src/utils/base-datasource.ts"
|
|
1660
1426
|
}
|
|
1661
1427
|
},
|
|
1662
1428
|
{
|
|
1663
|
-
"kind": "
|
|
1664
|
-
"name": "
|
|
1665
|
-
"
|
|
1666
|
-
|
|
1429
|
+
"kind": "method",
|
|
1430
|
+
"name": "buildCriteria",
|
|
1431
|
+
"privacy": "private",
|
|
1432
|
+
"return": {
|
|
1433
|
+
"type": {
|
|
1434
|
+
"text": "string"
|
|
1435
|
+
}
|
|
1667
1436
|
},
|
|
1668
|
-
"default": "true",
|
|
1669
1437
|
"inheritedFrom": {
|
|
1670
1438
|
"name": "BaseDatasource",
|
|
1671
1439
|
"module": "src/utils/base-datasource.ts"
|
|
@@ -1673,16 +1441,17 @@
|
|
|
1673
1441
|
},
|
|
1674
1442
|
{
|
|
1675
1443
|
"kind": "method",
|
|
1676
|
-
"name": "
|
|
1444
|
+
"name": "setFilter",
|
|
1445
|
+
"privacy": "public",
|
|
1677
1446
|
"parameters": [
|
|
1678
1447
|
{
|
|
1679
|
-
"name": "
|
|
1448
|
+
"name": "fieldName",
|
|
1680
1449
|
"type": {
|
|
1681
1450
|
"text": "string"
|
|
1682
1451
|
}
|
|
1683
1452
|
},
|
|
1684
1453
|
{
|
|
1685
|
-
"name": "
|
|
1454
|
+
"name": "newFilter",
|
|
1686
1455
|
"type": {
|
|
1687
1456
|
"text": "string"
|
|
1688
1457
|
}
|
|
@@ -1695,10 +1464,14 @@
|
|
|
1695
1464
|
},
|
|
1696
1465
|
{
|
|
1697
1466
|
"kind": "method",
|
|
1698
|
-
"name": "
|
|
1467
|
+
"name": "removeFilter",
|
|
1468
|
+
"privacy": "public",
|
|
1699
1469
|
"parameters": [
|
|
1700
1470
|
{
|
|
1701
|
-
"name": "
|
|
1471
|
+
"name": "fieldName",
|
|
1472
|
+
"type": {
|
|
1473
|
+
"text": "string"
|
|
1474
|
+
}
|
|
1702
1475
|
}
|
|
1703
1476
|
],
|
|
1704
1477
|
"inheritedFrom": {
|
|
@@ -1706,26 +1479,21 @@
|
|
|
1706
1479
|
"module": "src/utils/base-datasource.ts"
|
|
1707
1480
|
}
|
|
1708
1481
|
},
|
|
1709
|
-
{
|
|
1710
|
-
"kind": "field",
|
|
1711
|
-
"name": "fields",
|
|
1712
|
-
"type": {
|
|
1713
|
-
"text": "string"
|
|
1714
|
-
},
|
|
1715
|
-
"inheritedFrom": {
|
|
1716
|
-
"name": "BaseDatasource",
|
|
1717
|
-
"module": "src/utils/base-datasource.ts"
|
|
1718
|
-
}
|
|
1719
|
-
},
|
|
1720
1482
|
{
|
|
1721
1483
|
"kind": "method",
|
|
1722
|
-
"name": "
|
|
1484
|
+
"name": "handleError",
|
|
1485
|
+
"return": {
|
|
1486
|
+
"type": {
|
|
1487
|
+
"text": "void"
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1723
1490
|
"parameters": [
|
|
1724
1491
|
{
|
|
1725
|
-
"name": "
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1492
|
+
"name": "params",
|
|
1493
|
+
"default": "{}",
|
|
1494
|
+
"type": {
|
|
1495
|
+
"text": "BaseDatasourceErrorHandlingOptions"
|
|
1496
|
+
}
|
|
1729
1497
|
}
|
|
1730
1498
|
],
|
|
1731
1499
|
"inheritedFrom": {
|
|
@@ -1735,18 +1503,17 @@
|
|
|
1735
1503
|
},
|
|
1736
1504
|
{
|
|
1737
1505
|
"kind": "method",
|
|
1738
|
-
"name": "
|
|
1739
|
-
"privacy": "private",
|
|
1506
|
+
"name": "getFieldMetadata",
|
|
1740
1507
|
"return": {
|
|
1741
1508
|
"type": {
|
|
1742
|
-
"text": "
|
|
1509
|
+
"text": "FieldMetadata"
|
|
1743
1510
|
}
|
|
1744
1511
|
},
|
|
1745
1512
|
"parameters": [
|
|
1746
1513
|
{
|
|
1747
|
-
"name": "
|
|
1514
|
+
"name": "fieldName",
|
|
1748
1515
|
"type": {
|
|
1749
|
-
"text": "
|
|
1516
|
+
"text": "string"
|
|
1750
1517
|
}
|
|
1751
1518
|
}
|
|
1752
1519
|
],
|
|
@@ -1756,33 +1523,22 @@
|
|
|
1756
1523
|
}
|
|
1757
1524
|
},
|
|
1758
1525
|
{
|
|
1759
|
-
"kind": "
|
|
1760
|
-
"name": "
|
|
1761
|
-
"
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
"name": "BaseDatasource",
|
|
1776
|
-
"module": "src/utils/base-datasource.ts"
|
|
1777
|
-
}
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"kind": "field",
|
|
1781
|
-
"name": "dataSub",
|
|
1782
|
-
"type": {
|
|
1783
|
-
"text": "Subscription"
|
|
1784
|
-
},
|
|
1785
|
-
"privacy": "public",
|
|
1526
|
+
"kind": "method",
|
|
1527
|
+
"name": "getDefaultLabelFormat",
|
|
1528
|
+
"parameters": [
|
|
1529
|
+
{
|
|
1530
|
+
"name": "field",
|
|
1531
|
+
"type": {
|
|
1532
|
+
"text": "any"
|
|
1533
|
+
}
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"name": "type",
|
|
1537
|
+
"type": {
|
|
1538
|
+
"text": "FieldTypeEnum"
|
|
1539
|
+
}
|
|
1540
|
+
}
|
|
1541
|
+
],
|
|
1786
1542
|
"inheritedFrom": {
|
|
1787
1543
|
"name": "BaseDatasource",
|
|
1788
1544
|
"module": "src/utils/base-datasource.ts"
|
|
@@ -1790,715 +1546,917 @@
|
|
|
1790
1546
|
},
|
|
1791
1547
|
{
|
|
1792
1548
|
"kind": "field",
|
|
1793
|
-
"name": "
|
|
1549
|
+
"name": "_presentation",
|
|
1794
1550
|
"type": {
|
|
1795
|
-
"text": "
|
|
1551
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1796
1552
|
},
|
|
1797
1553
|
"privacy": "private",
|
|
1554
|
+
"default": "void 0",
|
|
1798
1555
|
"inheritedFrom": {
|
|
1799
|
-
"name": "
|
|
1800
|
-
"module": "src/
|
|
1556
|
+
"name": "FoundationElement",
|
|
1557
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1801
1558
|
}
|
|
1802
1559
|
},
|
|
1803
1560
|
{
|
|
1804
1561
|
"kind": "field",
|
|
1805
|
-
"name": "
|
|
1562
|
+
"name": "$presentation",
|
|
1806
1563
|
"type": {
|
|
1807
|
-
"text": "
|
|
1564
|
+
"text": "ComponentPresentation | null"
|
|
1808
1565
|
},
|
|
1809
1566
|
"privacy": "public",
|
|
1810
|
-
"
|
|
1567
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1811
1568
|
"inheritedFrom": {
|
|
1812
|
-
"name": "
|
|
1813
|
-
"module": "src/
|
|
1569
|
+
"name": "FoundationElement",
|
|
1570
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1814
1571
|
}
|
|
1815
1572
|
},
|
|
1816
1573
|
{
|
|
1817
1574
|
"kind": "field",
|
|
1818
|
-
"name": "
|
|
1575
|
+
"name": "template",
|
|
1819
1576
|
"type": {
|
|
1820
|
-
"text": "
|
|
1577
|
+
"text": "ElementViewTemplate | void | null"
|
|
1821
1578
|
},
|
|
1822
1579
|
"privacy": "public",
|
|
1823
|
-
"
|
|
1580
|
+
"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.",
|
|
1824
1581
|
"inheritedFrom": {
|
|
1825
|
-
"name": "
|
|
1826
|
-
"module": "src/
|
|
1582
|
+
"name": "FoundationElement",
|
|
1583
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1827
1584
|
}
|
|
1828
1585
|
},
|
|
1829
1586
|
{
|
|
1830
|
-
"kind": "
|
|
1831
|
-
"name": "
|
|
1832
|
-
"
|
|
1833
|
-
|
|
1587
|
+
"kind": "method",
|
|
1588
|
+
"name": "templateChanged",
|
|
1589
|
+
"privacy": "protected",
|
|
1590
|
+
"return": {
|
|
1591
|
+
"type": {
|
|
1592
|
+
"text": "void"
|
|
1593
|
+
}
|
|
1834
1594
|
},
|
|
1835
|
-
"privacy": "private",
|
|
1836
|
-
"default": "new Map()",
|
|
1837
1595
|
"inheritedFrom": {
|
|
1838
|
-
"name": "
|
|
1839
|
-
"module": "src/
|
|
1596
|
+
"name": "FoundationElement",
|
|
1597
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1840
1598
|
}
|
|
1841
1599
|
},
|
|
1842
1600
|
{
|
|
1843
1601
|
"kind": "field",
|
|
1844
|
-
"name": "
|
|
1602
|
+
"name": "styles",
|
|
1845
1603
|
"type": {
|
|
1846
|
-
"text": "
|
|
1604
|
+
"text": "ElementStyles | void | null"
|
|
1847
1605
|
},
|
|
1848
1606
|
"privacy": "public",
|
|
1849
|
-
"
|
|
1850
|
-
"inheritedFrom": {
|
|
1851
|
-
"name": "BaseDatasource",
|
|
1852
|
-
"module": "src/utils/base-datasource.ts"
|
|
1853
|
-
}
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"kind": "method",
|
|
1857
|
-
"name": "reset",
|
|
1607
|
+
"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.",
|
|
1858
1608
|
"inheritedFrom": {
|
|
1859
|
-
"name": "
|
|
1860
|
-
"module": "src/
|
|
1609
|
+
"name": "FoundationElement",
|
|
1610
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1861
1611
|
}
|
|
1862
1612
|
},
|
|
1863
1613
|
{
|
|
1864
1614
|
"kind": "method",
|
|
1865
|
-
"name": "
|
|
1866
|
-
"privacy": "
|
|
1867
|
-
"
|
|
1868
|
-
{
|
|
1869
|
-
"
|
|
1870
|
-
"default": "true"
|
|
1615
|
+
"name": "stylesChanged",
|
|
1616
|
+
"privacy": "protected",
|
|
1617
|
+
"return": {
|
|
1618
|
+
"type": {
|
|
1619
|
+
"text": "void"
|
|
1871
1620
|
}
|
|
1872
|
-
|
|
1621
|
+
},
|
|
1873
1622
|
"inheritedFrom": {
|
|
1874
|
-
"name": "
|
|
1875
|
-
"module": "src/
|
|
1623
|
+
"name": "FoundationElement",
|
|
1624
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1876
1625
|
}
|
|
1877
1626
|
},
|
|
1878
1627
|
{
|
|
1879
1628
|
"kind": "method",
|
|
1880
|
-
"name": "
|
|
1629
|
+
"name": "compose",
|
|
1881
1630
|
"privacy": "public",
|
|
1882
|
-
"
|
|
1883
|
-
"name": "BaseDatasource",
|
|
1884
|
-
"module": "src/utils/base-datasource.ts"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"kind": "method",
|
|
1889
|
-
"name": "datasourceOptions",
|
|
1890
|
-
"privacy": "private",
|
|
1631
|
+
"static": true,
|
|
1891
1632
|
"return": {
|
|
1892
1633
|
"type": {
|
|
1893
|
-
"text": "
|
|
1634
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1894
1635
|
}
|
|
1895
1636
|
},
|
|
1896
|
-
"inheritedFrom": {
|
|
1897
|
-
"name": "BaseDatasource",
|
|
1898
|
-
"module": "src/utils/base-datasource.ts"
|
|
1899
|
-
}
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"kind": "method",
|
|
1903
|
-
"name": "handleStreamUpdate",
|
|
1904
|
-
"privacy": "private",
|
|
1905
1637
|
"parameters": [
|
|
1906
1638
|
{
|
|
1907
|
-
"name": "
|
|
1639
|
+
"name": "this",
|
|
1908
1640
|
"type": {
|
|
1909
|
-
"text": "
|
|
1641
|
+
"text": "K"
|
|
1910
1642
|
}
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"name": "elementDefinition",
|
|
1646
|
+
"type": {
|
|
1647
|
+
"text": "T"
|
|
1648
|
+
},
|
|
1649
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1911
1650
|
}
|
|
1912
1651
|
],
|
|
1652
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1913
1653
|
"inheritedFrom": {
|
|
1914
|
-
"name": "
|
|
1915
|
-
"module": "src/
|
|
1654
|
+
"name": "FoundationElement",
|
|
1655
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1916
1656
|
}
|
|
1657
|
+
}
|
|
1658
|
+
],
|
|
1659
|
+
"attributes": [
|
|
1660
|
+
{
|
|
1661
|
+
"name": "chart-fields",
|
|
1662
|
+
"type": {
|
|
1663
|
+
"text": "string"
|
|
1664
|
+
},
|
|
1665
|
+
"default": "defaultChartFields",
|
|
1666
|
+
"description": "Default value is 'groupBy value'. Can be customized but order matters.\n\n[Mandatory] First is always the xField/colorField\n[Mandatory] Second is always the yField/angleField\n[Optional] Third is always the seriesField",
|
|
1667
|
+
"resolveInitializer": {
|
|
1668
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1669
|
+
},
|
|
1670
|
+
"fieldName": "chartFields"
|
|
1917
1671
|
},
|
|
1918
1672
|
{
|
|
1919
|
-
"
|
|
1920
|
-
"
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1673
|
+
"name": "server-fields",
|
|
1674
|
+
"type": {
|
|
1675
|
+
"text": "string"
|
|
1676
|
+
},
|
|
1677
|
+
"description": "Can be customized but order matters.\n\n[Mandatory] First will be associated to the first value in 'chartFields' (xField/colorField)\n[Mandatory] Second will be associated to the second value in 'chartFields' (yField/angleField)\n[Optional] Third will be associated to the third value in 'chartFields' (seriesField)",
|
|
1678
|
+
"fieldName": "serverFields"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"name": "is-stack",
|
|
1682
|
+
"type": {
|
|
1683
|
+
"text": "boolean"
|
|
1684
|
+
},
|
|
1685
|
+
"default": "false",
|
|
1686
|
+
"description": "If true, will enable stacked chart to effectively portray comparisons of total values across several categories.",
|
|
1687
|
+
"fieldName": "isStack"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "is-group",
|
|
1691
|
+
"type": {
|
|
1692
|
+
"text": "boolean"
|
|
1693
|
+
},
|
|
1694
|
+
"default": "false",
|
|
1695
|
+
"description": "If true, will enable grouped chart plotting numeric values for levels of two categorical variables instead of one.",
|
|
1696
|
+
"fieldName": "isGroup"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"type": {
|
|
1700
|
+
"text": "boolean"
|
|
1701
|
+
},
|
|
1702
|
+
"default": "true",
|
|
1703
|
+
"fieldName": "reduced",
|
|
1930
1704
|
"inheritedFrom": {
|
|
1931
1705
|
"name": "BaseDatasource",
|
|
1932
1706
|
"module": "src/utils/base-datasource.ts"
|
|
1933
|
-
}
|
|
1707
|
+
},
|
|
1708
|
+
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
1934
1709
|
},
|
|
1935
1710
|
{
|
|
1936
|
-
"
|
|
1937
|
-
"
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1711
|
+
"name": "show-formatted-time",
|
|
1712
|
+
"type": {
|
|
1713
|
+
"text": "boolean"
|
|
1714
|
+
},
|
|
1715
|
+
"default": "false",
|
|
1716
|
+
"description": "Only works if [withTimestampFormatting] is true.\n\nDisabled by default, will ignore the TIME portion in the Chart labels.\nOnly affects [DATETIME] fields.",
|
|
1717
|
+
"fieldName": "showFormattedTime"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"name": "with-timestamp-formatting",
|
|
1721
|
+
"type": {
|
|
1722
|
+
"text": "boolean"
|
|
1723
|
+
},
|
|
1724
|
+
"default": "true",
|
|
1725
|
+
"description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
|
|
1726
|
+
"fieldName": "withTimestampFormatting",
|
|
1947
1727
|
"inheritedFrom": {
|
|
1948
1728
|
"name": "BaseDatasource",
|
|
1949
1729
|
"module": "src/utils/base-datasource.ts"
|
|
1950
1730
|
}
|
|
1951
1731
|
},
|
|
1952
1732
|
{
|
|
1953
|
-
"
|
|
1954
|
-
"
|
|
1955
|
-
|
|
1956
|
-
"return": {
|
|
1957
|
-
"type": {
|
|
1958
|
-
"text": "string"
|
|
1959
|
-
}
|
|
1733
|
+
"name": "resourceName",
|
|
1734
|
+
"type": {
|
|
1735
|
+
"text": "string"
|
|
1960
1736
|
},
|
|
1737
|
+
"default": "''",
|
|
1738
|
+
"fieldName": "resourceName",
|
|
1961
1739
|
"inheritedFrom": {
|
|
1962
1740
|
"name": "BaseDatasource",
|
|
1963
1741
|
"module": "src/utils/base-datasource.ts"
|
|
1964
|
-
}
|
|
1742
|
+
},
|
|
1743
|
+
"description": "Name of the backend resource which contain the data."
|
|
1965
1744
|
},
|
|
1966
1745
|
{
|
|
1967
|
-
"
|
|
1968
|
-
"
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
"name": "fieldName",
|
|
1973
|
-
"type": {
|
|
1974
|
-
"text": "string"
|
|
1975
|
-
}
|
|
1976
|
-
},
|
|
1977
|
-
{
|
|
1978
|
-
"name": "newFilter",
|
|
1979
|
-
"type": {
|
|
1980
|
-
"text": "string"
|
|
1981
|
-
}
|
|
1982
|
-
}
|
|
1983
|
-
],
|
|
1746
|
+
"name": "criteria",
|
|
1747
|
+
"type": {
|
|
1748
|
+
"text": "string"
|
|
1749
|
+
},
|
|
1750
|
+
"fieldName": "criteria",
|
|
1984
1751
|
"inheritedFrom": {
|
|
1985
1752
|
"name": "BaseDatasource",
|
|
1986
1753
|
"module": "src/utils/base-datasource.ts"
|
|
1987
|
-
}
|
|
1754
|
+
},
|
|
1755
|
+
"description": "Clients can send a Groovy expression to perform filters on the query server,\nthese remain active for the life of the subscription."
|
|
1988
1756
|
},
|
|
1989
1757
|
{
|
|
1990
|
-
"
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
"
|
|
1994
|
-
|
|
1995
|
-
"name": "fieldName",
|
|
1996
|
-
"type": {
|
|
1997
|
-
"text": "string"
|
|
1998
|
-
}
|
|
1999
|
-
}
|
|
2000
|
-
],
|
|
1758
|
+
"type": {
|
|
1759
|
+
"text": "boolean"
|
|
1760
|
+
},
|
|
1761
|
+
"default": "true",
|
|
1762
|
+
"fieldName": "reduced",
|
|
2001
1763
|
"inheritedFrom": {
|
|
2002
1764
|
"name": "BaseDatasource",
|
|
2003
1765
|
"module": "src/utils/base-datasource.ts"
|
|
2004
|
-
}
|
|
1766
|
+
},
|
|
1767
|
+
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
2005
1768
|
},
|
|
2006
1769
|
{
|
|
2007
|
-
"
|
|
2008
|
-
"
|
|
2009
|
-
|
|
2010
|
-
"type": {
|
|
2011
|
-
"text": "void"
|
|
2012
|
-
}
|
|
1770
|
+
"name": "maxRows",
|
|
1771
|
+
"type": {
|
|
1772
|
+
"text": "number"
|
|
2013
1773
|
},
|
|
2014
|
-
"
|
|
2015
|
-
{
|
|
2016
|
-
"name": "params",
|
|
2017
|
-
"default": "{}",
|
|
2018
|
-
"type": {
|
|
2019
|
-
"text": "BaseDatasourceErrorHandlingOptions"
|
|
2020
|
-
}
|
|
2021
|
-
}
|
|
2022
|
-
],
|
|
1774
|
+
"fieldName": "maxRows",
|
|
2023
1775
|
"inheritedFrom": {
|
|
2024
1776
|
"name": "BaseDatasource",
|
|
2025
1777
|
"module": "src/utils/base-datasource.ts"
|
|
2026
|
-
}
|
|
1778
|
+
},
|
|
1779
|
+
"description": "Maximum number of rows to be returned as part of the initial message,\nand as part of any additional MORE_ROWS messages.\nThis will not affect the number of rows displayed."
|
|
2027
1780
|
},
|
|
2028
1781
|
{
|
|
2029
|
-
"
|
|
2030
|
-
"
|
|
2031
|
-
|
|
2032
|
-
"type": {
|
|
2033
|
-
"text": "FieldMetadata"
|
|
2034
|
-
}
|
|
1782
|
+
"name": "maxView",
|
|
1783
|
+
"type": {
|
|
1784
|
+
"text": "number"
|
|
2035
1785
|
},
|
|
2036
|
-
"
|
|
2037
|
-
{
|
|
2038
|
-
"name": "fieldName",
|
|
2039
|
-
"type": {
|
|
2040
|
-
"text": "string"
|
|
2041
|
-
}
|
|
2042
|
-
}
|
|
2043
|
-
],
|
|
1786
|
+
"fieldName": "maxView",
|
|
2044
1787
|
"inheritedFrom": {
|
|
2045
1788
|
"name": "BaseDatasource",
|
|
2046
1789
|
"module": "src/utils/base-datasource.ts"
|
|
2047
|
-
}
|
|
1790
|
+
},
|
|
1791
|
+
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
2048
1792
|
},
|
|
2049
1793
|
{
|
|
2050
|
-
"
|
|
2051
|
-
"
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
"type": {
|
|
2056
|
-
"text": "any"
|
|
2057
|
-
}
|
|
2058
|
-
},
|
|
2059
|
-
{
|
|
2060
|
-
"name": "type",
|
|
2061
|
-
"type": {
|
|
2062
|
-
"text": "FieldTypeEnum"
|
|
2063
|
-
}
|
|
2064
|
-
}
|
|
2065
|
-
],
|
|
1794
|
+
"name": "orderBy",
|
|
1795
|
+
"type": {
|
|
1796
|
+
"text": "string"
|
|
1797
|
+
},
|
|
1798
|
+
"fieldName": "orderBy",
|
|
2066
1799
|
"inheritedFrom": {
|
|
2067
1800
|
"name": "BaseDatasource",
|
|
2068
1801
|
"module": "src/utils/base-datasource.ts"
|
|
2069
|
-
}
|
|
2070
|
-
},
|
|
2071
|
-
{
|
|
2072
|
-
"kind": "field",
|
|
2073
|
-
"name": "_presentation",
|
|
2074
|
-
"type": {
|
|
2075
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2076
1802
|
},
|
|
2077
|
-
"
|
|
2078
|
-
"default": "void 0",
|
|
2079
|
-
"inheritedFrom": {
|
|
2080
|
-
"name": "FoundationElement",
|
|
2081
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2082
|
-
}
|
|
1803
|
+
"description": "This option can be used to select a Data Server index (defined in the Data Server query),\nwhich is especially useful if you want the data to be sorted in a specific way. By default,\nData Server rows are returned in order of creation (from oldest database record to newest)."
|
|
2083
1804
|
},
|
|
2084
1805
|
{
|
|
2085
|
-
"kind": "field",
|
|
2086
|
-
"name": "$presentation",
|
|
2087
1806
|
"type": {
|
|
2088
|
-
"text": "
|
|
1807
|
+
"text": "boolean"
|
|
2089
1808
|
},
|
|
2090
|
-
"
|
|
2091
|
-
"
|
|
1809
|
+
"default": "true",
|
|
1810
|
+
"fieldName": "reduced",
|
|
2092
1811
|
"inheritedFrom": {
|
|
2093
|
-
"name": "
|
|
2094
|
-
"module": "src/
|
|
2095
|
-
}
|
|
1812
|
+
"name": "BaseDatasource",
|
|
1813
|
+
"module": "src/utils/base-datasource.ts"
|
|
1814
|
+
},
|
|
1815
|
+
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
2096
1816
|
},
|
|
2097
1817
|
{
|
|
2098
|
-
"
|
|
2099
|
-
"name": "template",
|
|
1818
|
+
"name": "rowId",
|
|
2100
1819
|
"type": {
|
|
2101
|
-
"text": "
|
|
1820
|
+
"text": "string"
|
|
2102
1821
|
},
|
|
2103
|
-
"
|
|
2104
|
-
"
|
|
1822
|
+
"default": "'ROW_REF'",
|
|
1823
|
+
"fieldName": "rowId",
|
|
2105
1824
|
"inheritedFrom": {
|
|
2106
|
-
"name": "
|
|
2107
|
-
"module": "src/
|
|
2108
|
-
}
|
|
2109
|
-
},
|
|
2110
|
-
{
|
|
2111
|
-
"kind": "method",
|
|
2112
|
-
"name": "templateChanged",
|
|
2113
|
-
"privacy": "protected",
|
|
2114
|
-
"return": {
|
|
2115
|
-
"type": {
|
|
2116
|
-
"text": "void"
|
|
2117
|
-
}
|
|
1825
|
+
"name": "BaseDatasource",
|
|
1826
|
+
"module": "src/utils/base-datasource.ts"
|
|
2118
1827
|
},
|
|
2119
|
-
"
|
|
2120
|
-
"name": "FoundationElement",
|
|
2121
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2122
|
-
}
|
|
1828
|
+
"description": "Attribute to set an unique identifier for the row."
|
|
2123
1829
|
},
|
|
2124
1830
|
{
|
|
2125
|
-
"
|
|
2126
|
-
"name": "styles",
|
|
1831
|
+
"name": "fields",
|
|
2127
1832
|
"type": {
|
|
2128
|
-
"text": "
|
|
1833
|
+
"text": "string"
|
|
2129
1834
|
},
|
|
2130
|
-
"
|
|
2131
|
-
"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.",
|
|
1835
|
+
"fieldName": "fields",
|
|
2132
1836
|
"inheritedFrom": {
|
|
2133
|
-
"name": "
|
|
2134
|
-
"module": "src/
|
|
1837
|
+
"name": "BaseDatasource",
|
|
1838
|
+
"module": "src/utils/base-datasource.ts"
|
|
2135
1839
|
}
|
|
2136
1840
|
},
|
|
2137
1841
|
{
|
|
2138
|
-
"
|
|
2139
|
-
"
|
|
2140
|
-
|
|
2141
|
-
"return": {
|
|
2142
|
-
"type": {
|
|
2143
|
-
"text": "void"
|
|
2144
|
-
}
|
|
1842
|
+
"name": "request",
|
|
1843
|
+
"type": {
|
|
1844
|
+
"text": "any"
|
|
2145
1845
|
},
|
|
1846
|
+
"fieldName": "request",
|
|
2146
1847
|
"inheritedFrom": {
|
|
2147
|
-
"name": "
|
|
2148
|
-
"module": "src/
|
|
1848
|
+
"name": "BaseDatasource",
|
|
1849
|
+
"module": "src/utils/base-datasource.ts"
|
|
2149
1850
|
}
|
|
2150
|
-
}
|
|
1851
|
+
}
|
|
1852
|
+
],
|
|
1853
|
+
"mixins": [
|
|
1854
|
+
{
|
|
1855
|
+
"name": "LifecycleMixin",
|
|
1856
|
+
"package": "@genesislcap/foundation-utils"
|
|
1857
|
+
}
|
|
1858
|
+
],
|
|
1859
|
+
"superclass": {
|
|
1860
|
+
"name": "ConcreteDatasource",
|
|
1861
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1862
|
+
},
|
|
1863
|
+
"tagName": "chart-datasource",
|
|
1864
|
+
"customElement": true
|
|
1865
|
+
}
|
|
1866
|
+
],
|
|
1867
|
+
"exports": [
|
|
1868
|
+
{
|
|
1869
|
+
"kind": "js",
|
|
1870
|
+
"name": "defaultChartFields",
|
|
1871
|
+
"declaration": {
|
|
1872
|
+
"name": "defaultChartFields",
|
|
1873
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"kind": "js",
|
|
1878
|
+
"name": "defaultSeriesChartField",
|
|
1879
|
+
"declaration": {
|
|
1880
|
+
"name": "defaultSeriesChartField",
|
|
1881
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"kind": "js",
|
|
1886
|
+
"name": "ChartDatasource",
|
|
1887
|
+
"declaration": {
|
|
1888
|
+
"name": "ChartDatasource",
|
|
1889
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1890
|
+
}
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"kind": "custom-element-definition",
|
|
1894
|
+
"name": "chart-datasource",
|
|
1895
|
+
"declaration": {
|
|
1896
|
+
"name": "ChartDatasource",
|
|
1897
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1898
|
+
}
|
|
1899
|
+
}
|
|
1900
|
+
]
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"kind": "javascript-module",
|
|
1904
|
+
"path": "src/chart-datasource/chart-datasource.types.ts",
|
|
1905
|
+
"declarations": [],
|
|
1906
|
+
"exports": []
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"kind": "javascript-module",
|
|
1910
|
+
"path": "src/chart-datasource/chart-datasource.utils.ts",
|
|
1911
|
+
"declarations": [
|
|
1912
|
+
{
|
|
1913
|
+
"kind": "function",
|
|
1914
|
+
"name": "extractFields",
|
|
1915
|
+
"parameters": [
|
|
2151
1916
|
{
|
|
2152
|
-
"
|
|
2153
|
-
"name": "compose",
|
|
2154
|
-
"privacy": "public",
|
|
2155
|
-
"static": true,
|
|
2156
|
-
"return": {
|
|
2157
|
-
"type": {
|
|
2158
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2159
|
-
}
|
|
2160
|
-
},
|
|
2161
|
-
"parameters": [
|
|
2162
|
-
{
|
|
2163
|
-
"name": "this",
|
|
2164
|
-
"type": {
|
|
2165
|
-
"text": "K"
|
|
2166
|
-
}
|
|
2167
|
-
},
|
|
2168
|
-
{
|
|
2169
|
-
"name": "elementDefinition",
|
|
2170
|
-
"type": {
|
|
2171
|
-
"text": "T"
|
|
2172
|
-
},
|
|
2173
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2174
|
-
}
|
|
2175
|
-
],
|
|
2176
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2177
|
-
"inheritedFrom": {
|
|
2178
|
-
"name": "FoundationElement",
|
|
2179
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2180
|
-
}
|
|
1917
|
+
"name": "fields"
|
|
2181
1918
|
}
|
|
2182
|
-
]
|
|
2183
|
-
|
|
1919
|
+
]
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"kind": "function",
|
|
1923
|
+
"name": "getFormattedDateGroupBy",
|
|
1924
|
+
"parameters": [
|
|
2184
1925
|
{
|
|
2185
|
-
"name": "
|
|
1926
|
+
"name": "groupByFieldValue",
|
|
2186
1927
|
"type": {
|
|
2187
|
-
"text": "
|
|
2188
|
-
}
|
|
2189
|
-
"default": "defaultChartFields",
|
|
2190
|
-
"description": "Default value is 'groupBy value'. Can be customized but order matters.\n\n[Mandatory] First is always the xField/colorField\n[Mandatory] Second is always the yField/angleField\n[Optional] Third is always the seriesField",
|
|
2191
|
-
"resolveInitializer": {
|
|
2192
|
-
"module": "src/chart-datasource/chart-datasource.ts"
|
|
2193
|
-
},
|
|
2194
|
-
"fieldName": "chartFields"
|
|
1928
|
+
"text": "any"
|
|
1929
|
+
}
|
|
2195
1930
|
},
|
|
2196
1931
|
{
|
|
2197
|
-
"name": "
|
|
1932
|
+
"name": "fieldType",
|
|
2198
1933
|
"type": {
|
|
2199
|
-
"text": "
|
|
2200
|
-
}
|
|
2201
|
-
"description": "Can be customized but order matters.\n\n[Mandatory] First will be associated to the first value in 'chartFields' (xField/colorField)\n[Mandatory] Second will be associated to the second value in 'chartFields' (yField/angleField)\n[Optional] Third will be associated to the third value in 'chartFields' (seriesField)",
|
|
2202
|
-
"fieldName": "serverFields"
|
|
1934
|
+
"text": "FieldTypeEnum"
|
|
1935
|
+
}
|
|
2203
1936
|
},
|
|
2204
1937
|
{
|
|
2205
|
-
"name": "
|
|
1938
|
+
"name": "showTime",
|
|
1939
|
+
"optional": true,
|
|
2206
1940
|
"type": {
|
|
2207
1941
|
"text": "boolean"
|
|
2208
|
-
}
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
1942
|
+
}
|
|
1943
|
+
}
|
|
1944
|
+
]
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"kind": "function",
|
|
1948
|
+
"name": "getReduced",
|
|
1949
|
+
"return": {
|
|
1950
|
+
"type": {
|
|
1951
|
+
"text": "any[]"
|
|
1952
|
+
}
|
|
1953
|
+
},
|
|
1954
|
+
"parameters": [
|
|
2213
1955
|
{
|
|
2214
|
-
"name": "
|
|
1956
|
+
"name": "allRows",
|
|
2215
1957
|
"type": {
|
|
2216
|
-
"text": "
|
|
2217
|
-
}
|
|
2218
|
-
"default": "false",
|
|
2219
|
-
"description": "If true, will enable grouped chart plotting numeric values for levels of two categorical variables instead of one.",
|
|
2220
|
-
"fieldName": "isGroup"
|
|
1958
|
+
"text": "any[]"
|
|
1959
|
+
}
|
|
2221
1960
|
},
|
|
2222
1961
|
{
|
|
1962
|
+
"name": "groupByField",
|
|
2223
1963
|
"type": {
|
|
2224
|
-
"text": "
|
|
2225
|
-
}
|
|
2226
|
-
"default": "true",
|
|
2227
|
-
"fieldName": "reduced",
|
|
2228
|
-
"inheritedFrom": {
|
|
2229
|
-
"name": "BaseDatasource",
|
|
2230
|
-
"module": "src/utils/base-datasource.ts"
|
|
2231
|
-
},
|
|
2232
|
-
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
1964
|
+
"text": "string"
|
|
1965
|
+
}
|
|
2233
1966
|
},
|
|
2234
1967
|
{
|
|
2235
|
-
"name": "
|
|
1968
|
+
"name": "valueField",
|
|
2236
1969
|
"type": {
|
|
2237
|
-
"text": "
|
|
2238
|
-
}
|
|
2239
|
-
"default": "false",
|
|
2240
|
-
"description": "Only works if [withTimestampFormatting] is true.\n\nDisabled by default, will ignore the TIME portion in the Chart labels.\nOnly affects [DATETIME] fields.",
|
|
2241
|
-
"fieldName": "showFormattedTime"
|
|
1970
|
+
"text": "string"
|
|
1971
|
+
}
|
|
2242
1972
|
},
|
|
2243
1973
|
{
|
|
2244
|
-
"name": "
|
|
1974
|
+
"name": "seriesField",
|
|
1975
|
+
"optional": true,
|
|
2245
1976
|
"type": {
|
|
2246
|
-
"text": "
|
|
2247
|
-
},
|
|
2248
|
-
"default": "true",
|
|
2249
|
-
"description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
|
|
2250
|
-
"fieldName": "withTimestampFormatting",
|
|
2251
|
-
"inheritedFrom": {
|
|
2252
|
-
"name": "BaseDatasource",
|
|
2253
|
-
"module": "src/utils/base-datasource.ts"
|
|
1977
|
+
"text": "string"
|
|
2254
1978
|
}
|
|
2255
|
-
}
|
|
1979
|
+
}
|
|
1980
|
+
]
|
|
1981
|
+
}
|
|
1982
|
+
],
|
|
1983
|
+
"exports": [
|
|
1984
|
+
{
|
|
1985
|
+
"kind": "js",
|
|
1986
|
+
"name": "extractFields",
|
|
1987
|
+
"declaration": {
|
|
1988
|
+
"name": "extractFields",
|
|
1989
|
+
"module": "src/chart-datasource/chart-datasource.utils.ts"
|
|
1990
|
+
}
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"kind": "js",
|
|
1994
|
+
"name": "getFormattedDateGroupBy",
|
|
1995
|
+
"declaration": {
|
|
1996
|
+
"name": "getFormattedDateGroupBy",
|
|
1997
|
+
"module": "src/chart-datasource/chart-datasource.utils.ts"
|
|
1998
|
+
}
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"kind": "js",
|
|
2002
|
+
"name": "getReduced",
|
|
2003
|
+
"declaration": {
|
|
2004
|
+
"name": "getReduced",
|
|
2005
|
+
"module": "src/chart-datasource/chart-datasource.utils.ts"
|
|
2006
|
+
}
|
|
2007
|
+
}
|
|
2008
|
+
]
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"kind": "javascript-module",
|
|
2012
|
+
"path": "src/chart-datasource/index.ts",
|
|
2013
|
+
"declarations": [],
|
|
2014
|
+
"exports": [
|
|
2015
|
+
{
|
|
2016
|
+
"kind": "js",
|
|
2017
|
+
"name": "*",
|
|
2018
|
+
"declaration": {
|
|
2019
|
+
"name": "*",
|
|
2020
|
+
"package": "./chart-datasource.config"
|
|
2021
|
+
}
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"kind": "js",
|
|
2025
|
+
"name": "*",
|
|
2026
|
+
"declaration": {
|
|
2027
|
+
"name": "*",
|
|
2028
|
+
"package": "./chart-datasource.types"
|
|
2029
|
+
}
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"kind": "js",
|
|
2033
|
+
"name": "*",
|
|
2034
|
+
"declaration": {
|
|
2035
|
+
"name": "*",
|
|
2036
|
+
"package": "./chart-datasource"
|
|
2037
|
+
}
|
|
2038
|
+
}
|
|
2039
|
+
]
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
"kind": "javascript-module",
|
|
2043
|
+
"path": "src/models/area-chart.ts",
|
|
2044
|
+
"declarations": [
|
|
2045
|
+
{
|
|
2046
|
+
"kind": "function",
|
|
2047
|
+
"name": "AreaChart",
|
|
2048
|
+
"parameters": [
|
|
2256
2049
|
{
|
|
2257
|
-
"name": "
|
|
2050
|
+
"name": "container",
|
|
2258
2051
|
"type": {
|
|
2259
|
-
"text": "
|
|
2260
|
-
}
|
|
2261
|
-
"default": "''",
|
|
2262
|
-
"fieldName": "resourceName",
|
|
2263
|
-
"inheritedFrom": {
|
|
2264
|
-
"name": "BaseDatasource",
|
|
2265
|
-
"module": "src/utils/base-datasource.ts"
|
|
2266
|
-
},
|
|
2267
|
-
"description": "Name of the backend resource which contain the data."
|
|
2052
|
+
"text": "HTMLElement"
|
|
2053
|
+
}
|
|
2268
2054
|
},
|
|
2269
2055
|
{
|
|
2270
|
-
"name": "
|
|
2056
|
+
"name": "config",
|
|
2271
2057
|
"type": {
|
|
2272
|
-
"text": "
|
|
2273
|
-
}
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2058
|
+
"text": "AreaOptions"
|
|
2059
|
+
}
|
|
2060
|
+
}
|
|
2061
|
+
]
|
|
2062
|
+
}
|
|
2063
|
+
],
|
|
2064
|
+
"exports": [
|
|
2065
|
+
{
|
|
2066
|
+
"kind": "js",
|
|
2067
|
+
"name": "AreaChart",
|
|
2068
|
+
"declaration": {
|
|
2069
|
+
"name": "AreaChart",
|
|
2070
|
+
"module": "src/models/area-chart.ts"
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
]
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"kind": "javascript-module",
|
|
2077
|
+
"path": "src/models/bar-chart.ts",
|
|
2078
|
+
"declarations": [
|
|
2079
|
+
{
|
|
2080
|
+
"kind": "function",
|
|
2081
|
+
"name": "BarChart",
|
|
2082
|
+
"parameters": [
|
|
2281
2083
|
{
|
|
2084
|
+
"name": "container",
|
|
2282
2085
|
"type": {
|
|
2283
|
-
"text": "
|
|
2284
|
-
}
|
|
2285
|
-
"default": "true",
|
|
2286
|
-
"fieldName": "reduced",
|
|
2287
|
-
"inheritedFrom": {
|
|
2288
|
-
"name": "BaseDatasource",
|
|
2289
|
-
"module": "src/utils/base-datasource.ts"
|
|
2290
|
-
},
|
|
2291
|
-
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
2086
|
+
"text": "HTMLElement"
|
|
2087
|
+
}
|
|
2292
2088
|
},
|
|
2293
2089
|
{
|
|
2294
|
-
"name": "
|
|
2090
|
+
"name": "config",
|
|
2295
2091
|
"type": {
|
|
2296
|
-
"text": "
|
|
2297
|
-
}
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2092
|
+
"text": "BarOptions"
|
|
2093
|
+
}
|
|
2094
|
+
}
|
|
2095
|
+
]
|
|
2096
|
+
}
|
|
2097
|
+
],
|
|
2098
|
+
"exports": [
|
|
2099
|
+
{
|
|
2100
|
+
"kind": "js",
|
|
2101
|
+
"name": "BarChart",
|
|
2102
|
+
"declaration": {
|
|
2103
|
+
"name": "BarChart",
|
|
2104
|
+
"module": "src/models/bar-chart.ts"
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
]
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"kind": "javascript-module",
|
|
2111
|
+
"path": "src/models/column-chart.ts",
|
|
2112
|
+
"declarations": [
|
|
2113
|
+
{
|
|
2114
|
+
"kind": "function",
|
|
2115
|
+
"name": "ColumnChart",
|
|
2116
|
+
"parameters": [
|
|
2305
2117
|
{
|
|
2306
|
-
"name": "
|
|
2118
|
+
"name": "container",
|
|
2307
2119
|
"type": {
|
|
2308
|
-
"text": "
|
|
2309
|
-
}
|
|
2310
|
-
"fieldName": "maxView",
|
|
2311
|
-
"inheritedFrom": {
|
|
2312
|
-
"name": "BaseDatasource",
|
|
2313
|
-
"module": "src/utils/base-datasource.ts"
|
|
2314
|
-
},
|
|
2315
|
-
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
2120
|
+
"text": "HTMLElement"
|
|
2121
|
+
}
|
|
2316
2122
|
},
|
|
2317
2123
|
{
|
|
2318
|
-
"name": "
|
|
2124
|
+
"name": "config",
|
|
2319
2125
|
"type": {
|
|
2320
|
-
"text": "
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2126
|
+
"text": "ColumnOptions"
|
|
2127
|
+
}
|
|
2128
|
+
}
|
|
2129
|
+
]
|
|
2130
|
+
}
|
|
2131
|
+
],
|
|
2132
|
+
"exports": [
|
|
2133
|
+
{
|
|
2134
|
+
"kind": "js",
|
|
2135
|
+
"name": "ColumnChart",
|
|
2136
|
+
"declaration": {
|
|
2137
|
+
"name": "ColumnChart",
|
|
2138
|
+
"module": "src/models/column-chart.ts"
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
]
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"kind": "javascript-module",
|
|
2145
|
+
"path": "src/models/donut-chart.ts",
|
|
2146
|
+
"declarations": [
|
|
2147
|
+
{
|
|
2148
|
+
"kind": "function",
|
|
2149
|
+
"name": "DonutChart",
|
|
2150
|
+
"parameters": [
|
|
2329
2151
|
{
|
|
2152
|
+
"name": "container",
|
|
2330
2153
|
"type": {
|
|
2331
|
-
"text": "
|
|
2332
|
-
}
|
|
2333
|
-
"default": "true",
|
|
2334
|
-
"fieldName": "reduced",
|
|
2335
|
-
"inheritedFrom": {
|
|
2336
|
-
"name": "BaseDatasource",
|
|
2337
|
-
"module": "src/utils/base-datasource.ts"
|
|
2338
|
-
},
|
|
2339
|
-
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
2154
|
+
"text": "HTMLElement"
|
|
2155
|
+
}
|
|
2340
2156
|
},
|
|
2341
2157
|
{
|
|
2342
|
-
"name": "
|
|
2158
|
+
"name": "config",
|
|
2343
2159
|
"type": {
|
|
2344
|
-
"text": "
|
|
2345
|
-
}
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2160
|
+
"text": "PieOptions"
|
|
2161
|
+
}
|
|
2162
|
+
}
|
|
2163
|
+
]
|
|
2164
|
+
}
|
|
2165
|
+
],
|
|
2166
|
+
"exports": [
|
|
2167
|
+
{
|
|
2168
|
+
"kind": "js",
|
|
2169
|
+
"name": "DonutChart",
|
|
2170
|
+
"declaration": {
|
|
2171
|
+
"name": "DonutChart",
|
|
2172
|
+
"module": "src/models/donut-chart.ts"
|
|
2173
|
+
}
|
|
2174
|
+
}
|
|
2175
|
+
]
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"kind": "javascript-module",
|
|
2179
|
+
"path": "src/models/dual-axes-chart.ts",
|
|
2180
|
+
"declarations": [
|
|
2181
|
+
{
|
|
2182
|
+
"kind": "function",
|
|
2183
|
+
"name": "DualAxesChart",
|
|
2184
|
+
"parameters": [
|
|
2354
2185
|
{
|
|
2355
|
-
"name": "
|
|
2186
|
+
"name": "container",
|
|
2356
2187
|
"type": {
|
|
2357
|
-
"text": "
|
|
2358
|
-
},
|
|
2359
|
-
"fieldName": "fields",
|
|
2360
|
-
"inheritedFrom": {
|
|
2361
|
-
"name": "BaseDatasource",
|
|
2362
|
-
"module": "src/utils/base-datasource.ts"
|
|
2188
|
+
"text": "HTMLElement"
|
|
2363
2189
|
}
|
|
2364
2190
|
},
|
|
2365
2191
|
{
|
|
2366
|
-
"name": "
|
|
2192
|
+
"name": "config",
|
|
2367
2193
|
"type": {
|
|
2368
|
-
"text": "
|
|
2369
|
-
},
|
|
2370
|
-
"fieldName": "request",
|
|
2371
|
-
"inheritedFrom": {
|
|
2372
|
-
"name": "BaseDatasource",
|
|
2373
|
-
"module": "src/utils/base-datasource.ts"
|
|
2194
|
+
"text": "DualAxesOptions"
|
|
2374
2195
|
}
|
|
2375
2196
|
}
|
|
2376
|
-
]
|
|
2377
|
-
"mixins": [
|
|
2378
|
-
{
|
|
2379
|
-
"name": "LifecycleMixin",
|
|
2380
|
-
"package": "@genesislcap/foundation-utils"
|
|
2381
|
-
}
|
|
2382
|
-
],
|
|
2383
|
-
"superclass": {
|
|
2384
|
-
"name": "ConcreteDatasource",
|
|
2385
|
-
"module": "src/chart-datasource/chart-datasource.ts"
|
|
2386
|
-
},
|
|
2387
|
-
"tagName": "chart-datasource",
|
|
2388
|
-
"customElement": true
|
|
2197
|
+
]
|
|
2389
2198
|
}
|
|
2390
2199
|
],
|
|
2391
2200
|
"exports": [
|
|
2392
2201
|
{
|
|
2393
2202
|
"kind": "js",
|
|
2394
|
-
"name": "
|
|
2203
|
+
"name": "DualAxesChart",
|
|
2395
2204
|
"declaration": {
|
|
2396
|
-
"name": "
|
|
2397
|
-
"module": "src/
|
|
2205
|
+
"name": "DualAxesChart",
|
|
2206
|
+
"module": "src/models/dual-axes-chart.ts"
|
|
2207
|
+
}
|
|
2208
|
+
}
|
|
2209
|
+
]
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"kind": "javascript-module",
|
|
2213
|
+
"path": "src/models/index.ts",
|
|
2214
|
+
"declarations": [],
|
|
2215
|
+
"exports": [
|
|
2216
|
+
{
|
|
2217
|
+
"kind": "js",
|
|
2218
|
+
"name": "*",
|
|
2219
|
+
"declaration": {
|
|
2220
|
+
"name": "*",
|
|
2221
|
+
"package": "./area-chart"
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"kind": "js",
|
|
2226
|
+
"name": "*",
|
|
2227
|
+
"declaration": {
|
|
2228
|
+
"name": "*",
|
|
2229
|
+
"package": "./bar-chart"
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"kind": "js",
|
|
2234
|
+
"name": "*",
|
|
2235
|
+
"declaration": {
|
|
2236
|
+
"name": "*",
|
|
2237
|
+
"package": "./column-chart"
|
|
2238
|
+
}
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"kind": "js",
|
|
2242
|
+
"name": "*",
|
|
2243
|
+
"declaration": {
|
|
2244
|
+
"name": "*",
|
|
2245
|
+
"package": "./donut-chart"
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"kind": "js",
|
|
2250
|
+
"name": "*",
|
|
2251
|
+
"declaration": {
|
|
2252
|
+
"name": "*",
|
|
2253
|
+
"package": "./dual-axes-chart"
|
|
2254
|
+
}
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"kind": "js",
|
|
2258
|
+
"name": "*",
|
|
2259
|
+
"declaration": {
|
|
2260
|
+
"name": "*",
|
|
2261
|
+
"package": "./line-chart"
|
|
2262
|
+
}
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"kind": "js",
|
|
2266
|
+
"name": "*",
|
|
2267
|
+
"declaration": {
|
|
2268
|
+
"name": "*",
|
|
2269
|
+
"package": "./mix-chart"
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"kind": "js",
|
|
2274
|
+
"name": "*",
|
|
2275
|
+
"declaration": {
|
|
2276
|
+
"name": "*",
|
|
2277
|
+
"package": "./pie-chart"
|
|
2398
2278
|
}
|
|
2399
2279
|
},
|
|
2400
2280
|
{
|
|
2401
2281
|
"kind": "js",
|
|
2402
|
-
"name": "
|
|
2282
|
+
"name": "*",
|
|
2403
2283
|
"declaration": {
|
|
2404
|
-
"name": "
|
|
2405
|
-
"
|
|
2284
|
+
"name": "*",
|
|
2285
|
+
"package": "./rose-chart"
|
|
2406
2286
|
}
|
|
2407
2287
|
},
|
|
2408
2288
|
{
|
|
2409
2289
|
"kind": "js",
|
|
2410
|
-
"name": "
|
|
2290
|
+
"name": "*",
|
|
2411
2291
|
"declaration": {
|
|
2412
|
-
"name": "
|
|
2413
|
-
"
|
|
2292
|
+
"name": "*",
|
|
2293
|
+
"package": "./scatter-chart"
|
|
2414
2294
|
}
|
|
2415
2295
|
},
|
|
2416
2296
|
{
|
|
2417
|
-
"kind": "
|
|
2418
|
-
"name": "
|
|
2297
|
+
"kind": "js",
|
|
2298
|
+
"name": "*",
|
|
2419
2299
|
"declaration": {
|
|
2420
|
-
"name": "
|
|
2421
|
-
"
|
|
2300
|
+
"name": "*",
|
|
2301
|
+
"package": "./stock-chart"
|
|
2422
2302
|
}
|
|
2423
2303
|
}
|
|
2424
2304
|
]
|
|
2425
2305
|
},
|
|
2426
2306
|
{
|
|
2427
2307
|
"kind": "javascript-module",
|
|
2428
|
-
"path": "src/
|
|
2429
|
-
"declarations": [],
|
|
2430
|
-
"exports": []
|
|
2431
|
-
},
|
|
2432
|
-
{
|
|
2433
|
-
"kind": "javascript-module",
|
|
2434
|
-
"path": "src/chart-datasource/chart-datasource.utils.ts",
|
|
2308
|
+
"path": "src/models/line-chart.ts",
|
|
2435
2309
|
"declarations": [
|
|
2436
2310
|
{
|
|
2437
2311
|
"kind": "function",
|
|
2438
|
-
"name": "
|
|
2312
|
+
"name": "LineChart",
|
|
2439
2313
|
"parameters": [
|
|
2440
2314
|
{
|
|
2441
|
-
"name": "
|
|
2315
|
+
"name": "container",
|
|
2316
|
+
"type": {
|
|
2317
|
+
"text": "HTMLElement"
|
|
2318
|
+
}
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "config",
|
|
2322
|
+
"type": {
|
|
2323
|
+
"text": "LineOptions"
|
|
2324
|
+
}
|
|
2442
2325
|
}
|
|
2443
2326
|
]
|
|
2444
|
-
}
|
|
2327
|
+
}
|
|
2328
|
+
],
|
|
2329
|
+
"exports": [
|
|
2330
|
+
{
|
|
2331
|
+
"kind": "js",
|
|
2332
|
+
"name": "LineChart",
|
|
2333
|
+
"declaration": {
|
|
2334
|
+
"name": "LineChart",
|
|
2335
|
+
"module": "src/models/line-chart.ts"
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2338
|
+
]
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
"kind": "javascript-module",
|
|
2342
|
+
"path": "src/models/mix-chart.ts",
|
|
2343
|
+
"declarations": [
|
|
2445
2344
|
{
|
|
2446
2345
|
"kind": "function",
|
|
2447
|
-
"name": "
|
|
2346
|
+
"name": "MixChart",
|
|
2448
2347
|
"parameters": [
|
|
2449
2348
|
{
|
|
2450
|
-
"name": "
|
|
2349
|
+
"name": "container",
|
|
2451
2350
|
"type": {
|
|
2452
|
-
"text": "
|
|
2351
|
+
"text": "HTMLElement"
|
|
2453
2352
|
}
|
|
2454
2353
|
},
|
|
2455
2354
|
{
|
|
2456
|
-
"name": "
|
|
2355
|
+
"name": "config",
|
|
2457
2356
|
"type": {
|
|
2458
|
-
"text": "
|
|
2357
|
+
"text": "MixOptions"
|
|
2358
|
+
}
|
|
2359
|
+
}
|
|
2360
|
+
]
|
|
2361
|
+
}
|
|
2362
|
+
],
|
|
2363
|
+
"exports": [
|
|
2364
|
+
{
|
|
2365
|
+
"kind": "js",
|
|
2366
|
+
"name": "MixChart",
|
|
2367
|
+
"declaration": {
|
|
2368
|
+
"name": "MixChart",
|
|
2369
|
+
"module": "src/models/mix-chart.ts"
|
|
2370
|
+
}
|
|
2371
|
+
}
|
|
2372
|
+
]
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"kind": "javascript-module",
|
|
2376
|
+
"path": "src/models/pie-chart.ts",
|
|
2377
|
+
"declarations": [
|
|
2378
|
+
{
|
|
2379
|
+
"kind": "function",
|
|
2380
|
+
"name": "PieChart",
|
|
2381
|
+
"parameters": [
|
|
2382
|
+
{
|
|
2383
|
+
"name": "container",
|
|
2384
|
+
"type": {
|
|
2385
|
+
"text": "HTMLElement"
|
|
2459
2386
|
}
|
|
2460
2387
|
},
|
|
2461
2388
|
{
|
|
2462
|
-
"name": "
|
|
2463
|
-
"optional": true,
|
|
2389
|
+
"name": "config",
|
|
2464
2390
|
"type": {
|
|
2465
|
-
"text": "
|
|
2391
|
+
"text": "PieOptions"
|
|
2466
2392
|
}
|
|
2467
2393
|
}
|
|
2468
2394
|
]
|
|
2469
|
-
}
|
|
2395
|
+
}
|
|
2396
|
+
],
|
|
2397
|
+
"exports": [
|
|
2398
|
+
{
|
|
2399
|
+
"kind": "js",
|
|
2400
|
+
"name": "PieChart",
|
|
2401
|
+
"declaration": {
|
|
2402
|
+
"name": "PieChart",
|
|
2403
|
+
"module": "src/models/pie-chart.ts"
|
|
2404
|
+
}
|
|
2405
|
+
}
|
|
2406
|
+
]
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"kind": "javascript-module",
|
|
2410
|
+
"path": "src/models/rose-chart.ts",
|
|
2411
|
+
"declarations": [
|
|
2470
2412
|
{
|
|
2471
2413
|
"kind": "function",
|
|
2472
|
-
"name": "
|
|
2473
|
-
"return": {
|
|
2474
|
-
"type": {
|
|
2475
|
-
"text": "any[]"
|
|
2476
|
-
}
|
|
2477
|
-
},
|
|
2414
|
+
"name": "RoseChart",
|
|
2478
2415
|
"parameters": [
|
|
2479
2416
|
{
|
|
2480
|
-
"name": "
|
|
2417
|
+
"name": "container",
|
|
2481
2418
|
"type": {
|
|
2482
|
-
"text": "
|
|
2419
|
+
"text": "HTMLElement"
|
|
2483
2420
|
}
|
|
2484
2421
|
},
|
|
2485
2422
|
{
|
|
2486
|
-
"name": "
|
|
2423
|
+
"name": "config",
|
|
2487
2424
|
"type": {
|
|
2488
|
-
"text": "
|
|
2425
|
+
"text": "RoseOptions"
|
|
2489
2426
|
}
|
|
2490
|
-
}
|
|
2427
|
+
}
|
|
2428
|
+
]
|
|
2429
|
+
}
|
|
2430
|
+
],
|
|
2431
|
+
"exports": [
|
|
2432
|
+
{
|
|
2433
|
+
"kind": "js",
|
|
2434
|
+
"name": "RoseChart",
|
|
2435
|
+
"declaration": {
|
|
2436
|
+
"name": "RoseChart",
|
|
2437
|
+
"module": "src/models/rose-chart.ts"
|
|
2438
|
+
}
|
|
2439
|
+
}
|
|
2440
|
+
]
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"kind": "javascript-module",
|
|
2444
|
+
"path": "src/models/scatter-chart.ts",
|
|
2445
|
+
"declarations": [
|
|
2446
|
+
{
|
|
2447
|
+
"kind": "function",
|
|
2448
|
+
"name": "ScatterChart",
|
|
2449
|
+
"parameters": [
|
|
2491
2450
|
{
|
|
2492
|
-
"name": "
|
|
2451
|
+
"name": "container",
|
|
2493
2452
|
"type": {
|
|
2494
|
-
"text": "
|
|
2453
|
+
"text": "HTMLElement"
|
|
2495
2454
|
}
|
|
2496
2455
|
},
|
|
2497
2456
|
{
|
|
2498
|
-
"name": "
|
|
2499
|
-
"optional": true,
|
|
2457
|
+
"name": "config",
|
|
2500
2458
|
"type": {
|
|
2501
|
-
"text": "
|
|
2459
|
+
"text": "ScatterOptions"
|
|
2502
2460
|
}
|
|
2503
2461
|
}
|
|
2504
2462
|
]
|
|
@@ -2507,49 +2465,85 @@
|
|
|
2507
2465
|
"exports": [
|
|
2508
2466
|
{
|
|
2509
2467
|
"kind": "js",
|
|
2510
|
-
"name": "
|
|
2468
|
+
"name": "ScatterChart",
|
|
2511
2469
|
"declaration": {
|
|
2512
|
-
"name": "
|
|
2513
|
-
"module": "src/
|
|
2470
|
+
"name": "ScatterChart",
|
|
2471
|
+
"module": "src/models/scatter-chart.ts"
|
|
2514
2472
|
}
|
|
2515
|
-
}
|
|
2473
|
+
}
|
|
2474
|
+
]
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"kind": "javascript-module",
|
|
2478
|
+
"path": "src/models/stock-chart.ts",
|
|
2479
|
+
"declarations": [
|
|
2516
2480
|
{
|
|
2517
|
-
"kind": "
|
|
2518
|
-
"name": "
|
|
2519
|
-
"
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2481
|
+
"kind": "function",
|
|
2482
|
+
"name": "StockChart",
|
|
2483
|
+
"parameters": [
|
|
2484
|
+
{
|
|
2485
|
+
"name": "container",
|
|
2486
|
+
"type": {
|
|
2487
|
+
"text": "HTMLElement"
|
|
2488
|
+
}
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"name": "config",
|
|
2492
|
+
"type": {
|
|
2493
|
+
"text": "StockOptions"
|
|
2494
|
+
}
|
|
2495
|
+
}
|
|
2496
|
+
]
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"exports": [
|
|
2524
2500
|
{
|
|
2525
2501
|
"kind": "js",
|
|
2526
|
-
"name": "
|
|
2502
|
+
"name": "StockChart",
|
|
2527
2503
|
"declaration": {
|
|
2528
|
-
"name": "
|
|
2529
|
-
"module": "src/
|
|
2504
|
+
"name": "StockChart",
|
|
2505
|
+
"module": "src/models/stock-chart.ts"
|
|
2530
2506
|
}
|
|
2531
2507
|
}
|
|
2532
2508
|
]
|
|
2533
2509
|
},
|
|
2534
2510
|
{
|
|
2535
2511
|
"kind": "javascript-module",
|
|
2536
|
-
"path": "src/
|
|
2537
|
-
"declarations": [
|
|
2512
|
+
"path": "src/settings/colors.ts",
|
|
2513
|
+
"declarations": [
|
|
2514
|
+
{
|
|
2515
|
+
"kind": "variable",
|
|
2516
|
+
"name": "chartsGradients",
|
|
2517
|
+
"type": {
|
|
2518
|
+
"text": "object"
|
|
2519
|
+
},
|
|
2520
|
+
"default": "{\n rapidBlue: `l(270) 0:${PrimaryRapidColorHEX.purple} 1:${PrimaryRapidColorHEX.blue}`,\n rapidGreen: `l(270) 0:${RapidColorHEX.green} 1:${RapidColorHEX.lightGreen}`,\n rapidRed: `l(300) 0:${RapidColorHEX.red} 1:${RapidColorHEX.lightRed}`,\n rapidPortage: `l(270) 0:${RapidColorHEX.portage} 1:${RapidColorHEX.lightPortage}`,\n rapidAlabaster: `l(270) 0:${RapidColorHEX.white} 1:${RapidColorHEX.silver}`,\n rapidSalomie: `l(270) 0:${RapidColorHEX.salomie} 1:${RapidColorHEX.lightSalomie}`,\n rapidMelon: `l(270) 0:${RapidColorHEX.melon} 1:${RapidColorHEX.lightMelon}`,\n rapidDodgerBlue: `l(270) 0:${RapidColorHEX.dodgerBlue} 1:${RapidColorHEX.lightDodgerBlue}`,\n rapidIce: `l(170) 0:${RapidColorHEX.ice} 1:${RapidColorHEX.lightIce}`,\n rapidViolet: `l(270) 0:${RapidColorHEX.violet} 1:${RapidColorHEX.lightViolet}`,\n}",
|
|
2521
|
+
"description": "G2Plot Chart gradient colors",
|
|
2522
|
+
"privacy": "public"
|
|
2523
|
+
}
|
|
2524
|
+
],
|
|
2538
2525
|
"exports": [
|
|
2539
2526
|
{
|
|
2540
2527
|
"kind": "js",
|
|
2541
|
-
"name": "
|
|
2528
|
+
"name": "chartsGradients",
|
|
2542
2529
|
"declaration": {
|
|
2543
|
-
"name": "
|
|
2544
|
-
"
|
|
2530
|
+
"name": "chartsGradients",
|
|
2531
|
+
"module": "src/settings/colors.ts"
|
|
2545
2532
|
}
|
|
2546
|
-
}
|
|
2533
|
+
}
|
|
2534
|
+
]
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"kind": "javascript-module",
|
|
2538
|
+
"path": "src/settings/index.ts",
|
|
2539
|
+
"declarations": [],
|
|
2540
|
+
"exports": [
|
|
2547
2541
|
{
|
|
2548
2542
|
"kind": "js",
|
|
2549
2543
|
"name": "*",
|
|
2550
2544
|
"declaration": {
|
|
2551
2545
|
"name": "*",
|
|
2552
|
-
"package": "./
|
|
2546
|
+
"package": "./colors"
|
|
2553
2547
|
}
|
|
2554
2548
|
},
|
|
2555
2549
|
{
|
|
@@ -2557,10 +2551,16 @@
|
|
|
2557
2551
|
"name": "*",
|
|
2558
2552
|
"declaration": {
|
|
2559
2553
|
"name": "*",
|
|
2560
|
-
"package": "./
|
|
2554
|
+
"package": "./shapes"
|
|
2561
2555
|
}
|
|
2562
2556
|
}
|
|
2563
2557
|
]
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"kind": "javascript-module",
|
|
2561
|
+
"path": "src/settings/shapes.ts",
|
|
2562
|
+
"declarations": [],
|
|
2563
|
+
"exports": []
|
|
2564
2564
|
}
|
|
2565
2565
|
]
|
|
2566
2566
|
}
|