@genesislcap/g2plot-chart 14.342.0 → 14.343.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1114 -1114
- package/package.json +14 -14
|
@@ -580,668 +580,144 @@
|
|
|
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
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"text": "DualAxesOptions"
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
]
|
|
738
|
-
}
|
|
739
|
-
],
|
|
740
|
-
"exports": [
|
|
741
|
-
{
|
|
742
|
-
"kind": "js",
|
|
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": [
|
|
1134
|
-
{
|
|
1135
|
-
"kind": "field",
|
|
1136
|
-
"name": "chartFields",
|
|
1137
|
-
"type": {
|
|
1138
|
-
"text": "string"
|
|
1139
|
-
},
|
|
1140
|
-
"default": "'groupBy value'",
|
|
1141
|
-
"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",
|
|
1142
|
-
"privacy": "public"
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"kind": "field",
|
|
1146
|
-
"name": "serverFields",
|
|
1147
|
-
"type": {
|
|
1148
|
-
"text": "string"
|
|
1149
|
-
},
|
|
1150
|
-
"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)",
|
|
1151
|
-
"privacy": "public"
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
"kind": "field",
|
|
1155
|
-
"name": "isStack",
|
|
1156
|
-
"type": {
|
|
1157
|
-
"text": "boolean"
|
|
1158
|
-
},
|
|
1159
|
-
"default": "false",
|
|
1160
|
-
"description": "If true, will enable stacked chart to effectively portray comparisons of total values across several categories.",
|
|
1161
|
-
"privacy": "public"
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"kind": "field",
|
|
1165
|
-
"name": "isGroup",
|
|
1166
|
-
"type": {
|
|
1167
|
-
"text": "boolean"
|
|
1168
|
-
},
|
|
1169
|
-
"default": "false",
|
|
1170
|
-
"description": "If true, will enable grouped chart plotting numeric values for levels of two categorical variables instead of one.",
|
|
1171
|
-
"privacy": "public"
|
|
1172
|
-
},
|
|
1173
|
-
{
|
|
1174
|
-
"kind": "field",
|
|
1175
|
-
"name": "reduced",
|
|
1176
|
-
"type": {
|
|
1177
|
-
"text": "boolean"
|
|
1178
|
-
},
|
|
1179
|
-
"privacy": "protected",
|
|
1180
|
-
"default": "true",
|
|
1181
|
-
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value]).",
|
|
1182
|
-
"inheritedFrom": {
|
|
1183
|
-
"name": "ConcreteDatasource",
|
|
1184
|
-
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1185
|
-
}
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"kind": "field",
|
|
1189
|
-
"name": "showFormattedTime",
|
|
1190
|
-
"type": {
|
|
1191
|
-
"text": "boolean"
|
|
1192
|
-
},
|
|
1193
|
-
"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
|
-
"inheritedFrom": {
|
|
1197
|
-
"name": "ConcreteDatasource",
|
|
1198
|
-
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1199
|
-
}
|
|
1200
|
-
},
|
|
1201
|
-
{
|
|
1202
|
-
"kind": "field",
|
|
1203
|
-
"name": "withTimestampFormatting",
|
|
1204
|
-
"type": {
|
|
1205
|
-
"text": "boolean"
|
|
1206
|
-
},
|
|
1207
|
-
"default": "true",
|
|
1208
|
-
"description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
|
|
1209
|
-
"privacy": "public",
|
|
1210
|
-
"inheritedFrom": {
|
|
1211
|
-
"name": "BaseDatasource",
|
|
1212
|
-
"module": "src/utils/base-datasource.ts"
|
|
1213
|
-
}
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"kind": "field",
|
|
1217
|
-
"name": "resourceName",
|
|
1218
|
-
"type": {
|
|
1219
|
-
"text": "string"
|
|
1220
|
-
},
|
|
1221
|
-
"default": "''",
|
|
1222
|
-
"inheritedFrom": {
|
|
1223
|
-
"name": "BaseDatasource",
|
|
1224
|
-
"module": "src/utils/base-datasource.ts"
|
|
1225
|
-
},
|
|
1226
|
-
"description": "Name of the backend resource which contain the data.",
|
|
1227
|
-
"privacy": "public"
|
|
1228
|
-
},
|
|
1229
|
-
{
|
|
1230
|
-
"kind": "field",
|
|
1231
|
-
"name": "criteria",
|
|
1232
|
-
"type": {
|
|
1233
|
-
"text": "string"
|
|
1234
|
-
},
|
|
1235
|
-
"inheritedFrom": {
|
|
1236
|
-
"name": "BaseDatasource",
|
|
1237
|
-
"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"
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"kind": "field",
|
|
1244
|
-
"name": "data",
|
|
719
|
+
"kind": "field",
|
|
720
|
+
"name": "data",
|
|
1245
721
|
"type": {
|
|
1246
722
|
"text": "any[]"
|
|
1247
723
|
},
|
|
@@ -1739,50 +1215,292 @@
|
|
|
1739
1215
|
}
|
|
1740
1216
|
},
|
|
1741
1217
|
{
|
|
1742
|
-
"kind": "field",
|
|
1743
|
-
"name": "dataSub",
|
|
1744
|
-
"type": {
|
|
1745
|
-
"text": "Subscription"
|
|
1746
|
-
},
|
|
1218
|
+
"kind": "field",
|
|
1219
|
+
"name": "dataSub",
|
|
1220
|
+
"type": {
|
|
1221
|
+
"text": "Subscription"
|
|
1222
|
+
},
|
|
1223
|
+
"privacy": "public",
|
|
1224
|
+
"inheritedFrom": {
|
|
1225
|
+
"name": "BaseDatasource",
|
|
1226
|
+
"module": "src/utils/base-datasource.ts"
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"kind": "field",
|
|
1231
|
+
"name": "sourceRef",
|
|
1232
|
+
"type": {
|
|
1233
|
+
"text": "string"
|
|
1234
|
+
},
|
|
1235
|
+
"privacy": "private",
|
|
1236
|
+
"inheritedFrom": {
|
|
1237
|
+
"name": "BaseDatasource",
|
|
1238
|
+
"module": "src/utils/base-datasource.ts"
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"kind": "field",
|
|
1243
|
+
"name": "rowsSyncedWithStream",
|
|
1244
|
+
"type": {
|
|
1245
|
+
"text": "Map<string, any>"
|
|
1246
|
+
},
|
|
1247
|
+
"privacy": "public",
|
|
1248
|
+
"default": "new Map()",
|
|
1249
|
+
"inheritedFrom": {
|
|
1250
|
+
"name": "BaseDatasource",
|
|
1251
|
+
"module": "src/utils/base-datasource.ts"
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"kind": "field",
|
|
1256
|
+
"name": "dataSubWasLoggedOff",
|
|
1257
|
+
"type": {
|
|
1258
|
+
"text": "boolean"
|
|
1259
|
+
},
|
|
1260
|
+
"privacy": "public",
|
|
1261
|
+
"default": "false",
|
|
1262
|
+
"inheritedFrom": {
|
|
1263
|
+
"name": "BaseDatasource",
|
|
1264
|
+
"module": "src/utils/base-datasource.ts"
|
|
1265
|
+
}
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"kind": "field",
|
|
1269
|
+
"name": "criteriaFromFilters",
|
|
1270
|
+
"type": {
|
|
1271
|
+
"text": "Map<string, string>"
|
|
1272
|
+
},
|
|
1273
|
+
"privacy": "private",
|
|
1274
|
+
"default": "new Map()",
|
|
1275
|
+
"inheritedFrom": {
|
|
1276
|
+
"name": "BaseDatasource",
|
|
1277
|
+
"module": "src/utils/base-datasource.ts"
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"kind": "field",
|
|
1282
|
+
"name": "update",
|
|
1283
|
+
"type": {
|
|
1284
|
+
"text": "BehaviorSubject<Map<string, string>>"
|
|
1285
|
+
},
|
|
1286
|
+
"privacy": "public",
|
|
1287
|
+
"default": "new BehaviorSubject(new Map())",
|
|
1288
|
+
"inheritedFrom": {
|
|
1289
|
+
"name": "BaseDatasource",
|
|
1290
|
+
"module": "src/utils/base-datasource.ts"
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"kind": "method",
|
|
1295
|
+
"name": "reset",
|
|
1296
|
+
"inheritedFrom": {
|
|
1297
|
+
"name": "BaseDatasource",
|
|
1298
|
+
"module": "src/utils/base-datasource.ts"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"kind": "method",
|
|
1303
|
+
"name": "fetchGenesisData",
|
|
1304
|
+
"privacy": "public",
|
|
1305
|
+
"parameters": [
|
|
1306
|
+
{
|
|
1307
|
+
"name": "withFullInit",
|
|
1308
|
+
"default": "true"
|
|
1309
|
+
}
|
|
1310
|
+
],
|
|
1311
|
+
"inheritedFrom": {
|
|
1312
|
+
"name": "BaseDatasource",
|
|
1313
|
+
"module": "src/utils/base-datasource.ts"
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"kind": "method",
|
|
1318
|
+
"name": "initDatasource",
|
|
1319
|
+
"privacy": "public",
|
|
1320
|
+
"inheritedFrom": {
|
|
1321
|
+
"name": "BaseDatasource",
|
|
1322
|
+
"module": "src/utils/base-datasource.ts"
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"kind": "method",
|
|
1327
|
+
"name": "datasourceOptions",
|
|
1328
|
+
"privacy": "private",
|
|
1329
|
+
"return": {
|
|
1330
|
+
"type": {
|
|
1331
|
+
"text": "DatasourceOptions"
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
"inheritedFrom": {
|
|
1335
|
+
"name": "BaseDatasource",
|
|
1336
|
+
"module": "src/utils/base-datasource.ts"
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"kind": "method",
|
|
1341
|
+
"name": "handleStreamUpdate",
|
|
1342
|
+
"privacy": "private",
|
|
1343
|
+
"parameters": [
|
|
1344
|
+
{
|
|
1345
|
+
"name": "result",
|
|
1346
|
+
"type": {
|
|
1347
|
+
"text": "FilteredDataServerResult | RequestServerResult"
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1350
|
+
],
|
|
1351
|
+
"inheritedFrom": {
|
|
1352
|
+
"name": "BaseDatasource",
|
|
1353
|
+
"module": "src/utils/base-datasource.ts"
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"kind": "method",
|
|
1358
|
+
"name": "applyRequestServerData",
|
|
1359
|
+
"privacy": "public",
|
|
1360
|
+
"parameters": [
|
|
1361
|
+
{
|
|
1362
|
+
"name": "requestServerResult",
|
|
1363
|
+
"type": {
|
|
1364
|
+
"text": "RequestServerResult"
|
|
1365
|
+
}
|
|
1366
|
+
}
|
|
1367
|
+
],
|
|
1368
|
+
"inheritedFrom": {
|
|
1369
|
+
"name": "BaseDatasource",
|
|
1370
|
+
"module": "src/utils/base-datasource.ts"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"kind": "method",
|
|
1375
|
+
"name": "applyDataserverData",
|
|
1376
|
+
"privacy": "public",
|
|
1377
|
+
"parameters": [
|
|
1378
|
+
{
|
|
1379
|
+
"name": "dataServerResult",
|
|
1380
|
+
"type": {
|
|
1381
|
+
"text": "FilteredDataServerResult"
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1384
|
+
],
|
|
1385
|
+
"inheritedFrom": {
|
|
1386
|
+
"name": "BaseDatasource",
|
|
1387
|
+
"module": "src/utils/base-datasource.ts"
|
|
1388
|
+
}
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"kind": "method",
|
|
1392
|
+
"name": "buildCriteria",
|
|
1393
|
+
"privacy": "private",
|
|
1394
|
+
"return": {
|
|
1395
|
+
"type": {
|
|
1396
|
+
"text": "string"
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
"inheritedFrom": {
|
|
1400
|
+
"name": "BaseDatasource",
|
|
1401
|
+
"module": "src/utils/base-datasource.ts"
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"kind": "method",
|
|
1406
|
+
"name": "setFilter",
|
|
1407
|
+
"privacy": "public",
|
|
1408
|
+
"parameters": [
|
|
1409
|
+
{
|
|
1410
|
+
"name": "fieldName",
|
|
1411
|
+
"type": {
|
|
1412
|
+
"text": "string"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"name": "newFilter",
|
|
1417
|
+
"type": {
|
|
1418
|
+
"text": "string"
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1421
|
+
],
|
|
1422
|
+
"inheritedFrom": {
|
|
1423
|
+
"name": "BaseDatasource",
|
|
1424
|
+
"module": "src/utils/base-datasource.ts"
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"kind": "method",
|
|
1429
|
+
"name": "removeFilter",
|
|
1747
1430
|
"privacy": "public",
|
|
1431
|
+
"parameters": [
|
|
1432
|
+
{
|
|
1433
|
+
"name": "fieldName",
|
|
1434
|
+
"type": {
|
|
1435
|
+
"text": "string"
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
],
|
|
1748
1439
|
"inheritedFrom": {
|
|
1749
1440
|
"name": "BaseDatasource",
|
|
1750
1441
|
"module": "src/utils/base-datasource.ts"
|
|
1751
1442
|
}
|
|
1752
1443
|
},
|
|
1753
1444
|
{
|
|
1754
|
-
"kind": "
|
|
1755
|
-
"name": "
|
|
1756
|
-
"
|
|
1757
|
-
"
|
|
1445
|
+
"kind": "method",
|
|
1446
|
+
"name": "handleError",
|
|
1447
|
+
"return": {
|
|
1448
|
+
"type": {
|
|
1449
|
+
"text": "void"
|
|
1450
|
+
}
|
|
1758
1451
|
},
|
|
1759
|
-
"
|
|
1452
|
+
"parameters": [
|
|
1453
|
+
{
|
|
1454
|
+
"name": "params",
|
|
1455
|
+
"default": "{}",
|
|
1456
|
+
"type": {
|
|
1457
|
+
"text": "BaseDatasourceErrorHandlingOptions"
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
],
|
|
1760
1461
|
"inheritedFrom": {
|
|
1761
1462
|
"name": "BaseDatasource",
|
|
1762
1463
|
"module": "src/utils/base-datasource.ts"
|
|
1763
1464
|
}
|
|
1764
1465
|
},
|
|
1765
1466
|
{
|
|
1766
|
-
"kind": "
|
|
1767
|
-
"name": "
|
|
1768
|
-
"
|
|
1769
|
-
"
|
|
1467
|
+
"kind": "method",
|
|
1468
|
+
"name": "getFieldMetadata",
|
|
1469
|
+
"return": {
|
|
1470
|
+
"type": {
|
|
1471
|
+
"text": "FieldMetadata"
|
|
1472
|
+
}
|
|
1770
1473
|
},
|
|
1771
|
-
"
|
|
1772
|
-
|
|
1474
|
+
"parameters": [
|
|
1475
|
+
{
|
|
1476
|
+
"name": "fieldName",
|
|
1477
|
+
"type": {
|
|
1478
|
+
"text": "string"
|
|
1479
|
+
}
|
|
1480
|
+
}
|
|
1481
|
+
],
|
|
1773
1482
|
"inheritedFrom": {
|
|
1774
1483
|
"name": "BaseDatasource",
|
|
1775
1484
|
"module": "src/utils/base-datasource.ts"
|
|
1776
1485
|
}
|
|
1777
1486
|
},
|
|
1778
1487
|
{
|
|
1779
|
-
"kind": "
|
|
1780
|
-
"name": "
|
|
1781
|
-
"
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1488
|
+
"kind": "method",
|
|
1489
|
+
"name": "getDefaultLabelFormat",
|
|
1490
|
+
"parameters": [
|
|
1491
|
+
{
|
|
1492
|
+
"name": "field",
|
|
1493
|
+
"type": {
|
|
1494
|
+
"text": "any"
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"name": "type",
|
|
1499
|
+
"type": {
|
|
1500
|
+
"text": "FieldTypeEnum"
|
|
1501
|
+
}
|
|
1502
|
+
}
|
|
1503
|
+
],
|
|
1786
1504
|
"inheritedFrom": {
|
|
1787
1505
|
"name": "BaseDatasource",
|
|
1788
1506
|
"module": "src/utils/base-datasource.ts"
|
|
@@ -1790,666 +1508,906 @@
|
|
|
1790
1508
|
},
|
|
1791
1509
|
{
|
|
1792
1510
|
"kind": "field",
|
|
1793
|
-
"name": "
|
|
1511
|
+
"name": "_presentation",
|
|
1794
1512
|
"type": {
|
|
1795
|
-
"text": "
|
|
1513
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1796
1514
|
},
|
|
1797
1515
|
"privacy": "private",
|
|
1798
|
-
"default": "
|
|
1516
|
+
"default": "void 0",
|
|
1799
1517
|
"inheritedFrom": {
|
|
1800
|
-
"name": "
|
|
1801
|
-
"module": "src/
|
|
1518
|
+
"name": "FoundationElement",
|
|
1519
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1802
1520
|
}
|
|
1803
1521
|
},
|
|
1804
1522
|
{
|
|
1805
1523
|
"kind": "field",
|
|
1806
|
-
"name": "
|
|
1524
|
+
"name": "$presentation",
|
|
1807
1525
|
"type": {
|
|
1808
|
-
"text": "
|
|
1526
|
+
"text": "ComponentPresentation | null"
|
|
1809
1527
|
},
|
|
1810
1528
|
"privacy": "public",
|
|
1811
|
-
"
|
|
1529
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1812
1530
|
"inheritedFrom": {
|
|
1813
|
-
"name": "
|
|
1814
|
-
"module": "src/
|
|
1531
|
+
"name": "FoundationElement",
|
|
1532
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1815
1533
|
}
|
|
1816
1534
|
},
|
|
1817
1535
|
{
|
|
1818
|
-
"kind": "
|
|
1819
|
-
"name": "
|
|
1536
|
+
"kind": "field",
|
|
1537
|
+
"name": "template",
|
|
1538
|
+
"type": {
|
|
1539
|
+
"text": "ElementViewTemplate | void | null"
|
|
1540
|
+
},
|
|
1541
|
+
"privacy": "public",
|
|
1542
|
+
"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.",
|
|
1820
1543
|
"inheritedFrom": {
|
|
1821
|
-
"name": "
|
|
1822
|
-
"module": "src/
|
|
1544
|
+
"name": "FoundationElement",
|
|
1545
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1823
1546
|
}
|
|
1824
1547
|
},
|
|
1825
1548
|
{
|
|
1826
1549
|
"kind": "method",
|
|
1827
|
-
"name": "
|
|
1828
|
-
"privacy": "
|
|
1829
|
-
"
|
|
1830
|
-
{
|
|
1831
|
-
"
|
|
1832
|
-
"default": "true"
|
|
1550
|
+
"name": "templateChanged",
|
|
1551
|
+
"privacy": "protected",
|
|
1552
|
+
"return": {
|
|
1553
|
+
"type": {
|
|
1554
|
+
"text": "void"
|
|
1833
1555
|
}
|
|
1834
|
-
|
|
1556
|
+
},
|
|
1835
1557
|
"inheritedFrom": {
|
|
1836
|
-
"name": "
|
|
1837
|
-
"module": "src/
|
|
1558
|
+
"name": "FoundationElement",
|
|
1559
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1838
1560
|
}
|
|
1839
1561
|
},
|
|
1840
1562
|
{
|
|
1841
|
-
"kind": "
|
|
1842
|
-
"name": "
|
|
1563
|
+
"kind": "field",
|
|
1564
|
+
"name": "styles",
|
|
1565
|
+
"type": {
|
|
1566
|
+
"text": "ElementStyles | void | null"
|
|
1567
|
+
},
|
|
1843
1568
|
"privacy": "public",
|
|
1569
|
+
"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.",
|
|
1844
1570
|
"inheritedFrom": {
|
|
1845
|
-
"name": "
|
|
1846
|
-
"module": "src/
|
|
1571
|
+
"name": "FoundationElement",
|
|
1572
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1847
1573
|
}
|
|
1848
1574
|
},
|
|
1849
1575
|
{
|
|
1850
1576
|
"kind": "method",
|
|
1851
|
-
"name": "
|
|
1852
|
-
"privacy": "
|
|
1577
|
+
"name": "stylesChanged",
|
|
1578
|
+
"privacy": "protected",
|
|
1853
1579
|
"return": {
|
|
1854
1580
|
"type": {
|
|
1855
|
-
"text": "
|
|
1581
|
+
"text": "void"
|
|
1856
1582
|
}
|
|
1857
1583
|
},
|
|
1858
1584
|
"inheritedFrom": {
|
|
1859
|
-
"name": "
|
|
1860
|
-
"module": "src/
|
|
1585
|
+
"name": "FoundationElement",
|
|
1586
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1861
1587
|
}
|
|
1862
1588
|
},
|
|
1863
1589
|
{
|
|
1864
1590
|
"kind": "method",
|
|
1865
|
-
"name": "
|
|
1866
|
-
"privacy": "
|
|
1591
|
+
"name": "compose",
|
|
1592
|
+
"privacy": "public",
|
|
1593
|
+
"static": true,
|
|
1594
|
+
"return": {
|
|
1595
|
+
"type": {
|
|
1596
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1867
1599
|
"parameters": [
|
|
1868
1600
|
{
|
|
1869
|
-
"name": "
|
|
1601
|
+
"name": "this",
|
|
1870
1602
|
"type": {
|
|
1871
|
-
"text": "
|
|
1603
|
+
"text": "K"
|
|
1872
1604
|
}
|
|
1873
|
-
}
|
|
1874
|
-
],
|
|
1875
|
-
"inheritedFrom": {
|
|
1876
|
-
"name": "BaseDatasource",
|
|
1877
|
-
"module": "src/utils/base-datasource.ts"
|
|
1878
|
-
}
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"kind": "method",
|
|
1882
|
-
"name": "applyRequestServerData",
|
|
1883
|
-
"privacy": "public",
|
|
1884
|
-
"parameters": [
|
|
1605
|
+
},
|
|
1885
1606
|
{
|
|
1886
|
-
"name": "
|
|
1607
|
+
"name": "elementDefinition",
|
|
1887
1608
|
"type": {
|
|
1888
|
-
"text": "
|
|
1889
|
-
}
|
|
1609
|
+
"text": "T"
|
|
1610
|
+
},
|
|
1611
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1890
1612
|
}
|
|
1891
1613
|
],
|
|
1614
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1892
1615
|
"inheritedFrom": {
|
|
1893
|
-
"name": "
|
|
1894
|
-
"module": "src/
|
|
1616
|
+
"name": "FoundationElement",
|
|
1617
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1895
1618
|
}
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"attributes": [
|
|
1622
|
+
{
|
|
1623
|
+
"name": "chart-fields",
|
|
1624
|
+
"type": {
|
|
1625
|
+
"text": "string"
|
|
1626
|
+
},
|
|
1627
|
+
"default": "defaultChartFields",
|
|
1628
|
+
"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",
|
|
1629
|
+
"resolveInitializer": {
|
|
1630
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1631
|
+
},
|
|
1632
|
+
"fieldName": "chartFields"
|
|
1896
1633
|
},
|
|
1897
1634
|
{
|
|
1898
|
-
"
|
|
1899
|
-
"
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1635
|
+
"name": "server-fields",
|
|
1636
|
+
"type": {
|
|
1637
|
+
"text": "string"
|
|
1638
|
+
},
|
|
1639
|
+
"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)",
|
|
1640
|
+
"fieldName": "serverFields"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"name": "is-stack",
|
|
1644
|
+
"type": {
|
|
1645
|
+
"text": "boolean"
|
|
1646
|
+
},
|
|
1647
|
+
"default": "false",
|
|
1648
|
+
"description": "If true, will enable stacked chart to effectively portray comparisons of total values across several categories.",
|
|
1649
|
+
"fieldName": "isStack"
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"name": "is-group",
|
|
1653
|
+
"type": {
|
|
1654
|
+
"text": "boolean"
|
|
1655
|
+
},
|
|
1656
|
+
"default": "false",
|
|
1657
|
+
"description": "If true, will enable grouped chart plotting numeric values for levels of two categorical variables instead of one.",
|
|
1658
|
+
"fieldName": "isGroup"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"type": {
|
|
1662
|
+
"text": "boolean"
|
|
1663
|
+
},
|
|
1664
|
+
"default": "true",
|
|
1665
|
+
"fieldName": "reduced",
|
|
1909
1666
|
"inheritedFrom": {
|
|
1910
1667
|
"name": "BaseDatasource",
|
|
1911
1668
|
"module": "src/utils/base-datasource.ts"
|
|
1912
|
-
}
|
|
1669
|
+
},
|
|
1670
|
+
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"name": "show-formatted-time",
|
|
1674
|
+
"type": {
|
|
1675
|
+
"text": "boolean"
|
|
1676
|
+
},
|
|
1677
|
+
"default": "false",
|
|
1678
|
+
"description": "Only works if [withTimestampFormatting] is true.\n\nDisabled by default, will ignore the TIME portion in the Chart labels.\nOnly affects [DATETIME] fields.",
|
|
1679
|
+
"fieldName": "showFormattedTime"
|
|
1913
1680
|
},
|
|
1914
1681
|
{
|
|
1915
|
-
"
|
|
1916
|
-
"
|
|
1917
|
-
|
|
1918
|
-
"return": {
|
|
1919
|
-
"type": {
|
|
1920
|
-
"text": "string"
|
|
1921
|
-
}
|
|
1682
|
+
"name": "with-timestamp-formatting",
|
|
1683
|
+
"type": {
|
|
1684
|
+
"text": "boolean"
|
|
1922
1685
|
},
|
|
1686
|
+
"default": "true",
|
|
1687
|
+
"description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
|
|
1688
|
+
"fieldName": "withTimestampFormatting",
|
|
1923
1689
|
"inheritedFrom": {
|
|
1924
1690
|
"name": "BaseDatasource",
|
|
1925
1691
|
"module": "src/utils/base-datasource.ts"
|
|
1926
1692
|
}
|
|
1927
1693
|
},
|
|
1928
1694
|
{
|
|
1929
|
-
"
|
|
1930
|
-
"
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
"type": {
|
|
1936
|
-
"text": "string"
|
|
1937
|
-
}
|
|
1938
|
-
},
|
|
1939
|
-
{
|
|
1940
|
-
"name": "newFilter",
|
|
1941
|
-
"type": {
|
|
1942
|
-
"text": "string"
|
|
1943
|
-
}
|
|
1944
|
-
}
|
|
1945
|
-
],
|
|
1695
|
+
"name": "resourceName",
|
|
1696
|
+
"type": {
|
|
1697
|
+
"text": "string"
|
|
1698
|
+
},
|
|
1699
|
+
"default": "''",
|
|
1700
|
+
"fieldName": "resourceName",
|
|
1946
1701
|
"inheritedFrom": {
|
|
1947
1702
|
"name": "BaseDatasource",
|
|
1948
1703
|
"module": "src/utils/base-datasource.ts"
|
|
1949
|
-
}
|
|
1704
|
+
},
|
|
1705
|
+
"description": "Name of the backend resource which contain the data."
|
|
1950
1706
|
},
|
|
1951
1707
|
{
|
|
1952
|
-
"
|
|
1953
|
-
"
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
"name": "fieldName",
|
|
1958
|
-
"type": {
|
|
1959
|
-
"text": "string"
|
|
1960
|
-
}
|
|
1961
|
-
}
|
|
1962
|
-
],
|
|
1708
|
+
"name": "criteria",
|
|
1709
|
+
"type": {
|
|
1710
|
+
"text": "string"
|
|
1711
|
+
},
|
|
1712
|
+
"fieldName": "criteria",
|
|
1963
1713
|
"inheritedFrom": {
|
|
1964
1714
|
"name": "BaseDatasource",
|
|
1965
1715
|
"module": "src/utils/base-datasource.ts"
|
|
1966
|
-
}
|
|
1716
|
+
},
|
|
1717
|
+
"description": "Clients can send a Groovy expression to perform filters on the query server,\nthese remain active for the life of the subscription."
|
|
1967
1718
|
},
|
|
1968
1719
|
{
|
|
1969
|
-
"
|
|
1970
|
-
|
|
1971
|
-
"return": {
|
|
1972
|
-
"type": {
|
|
1973
|
-
"text": "void"
|
|
1974
|
-
}
|
|
1720
|
+
"type": {
|
|
1721
|
+
"text": "boolean"
|
|
1975
1722
|
},
|
|
1976
|
-
"
|
|
1977
|
-
|
|
1978
|
-
"name": "params",
|
|
1979
|
-
"default": "{}",
|
|
1980
|
-
"type": {
|
|
1981
|
-
"text": "BaseDatasourceErrorHandlingOptions"
|
|
1982
|
-
}
|
|
1983
|
-
}
|
|
1984
|
-
],
|
|
1723
|
+
"default": "true",
|
|
1724
|
+
"fieldName": "reduced",
|
|
1985
1725
|
"inheritedFrom": {
|
|
1986
1726
|
"name": "BaseDatasource",
|
|
1987
1727
|
"module": "src/utils/base-datasource.ts"
|
|
1988
|
-
}
|
|
1728
|
+
},
|
|
1729
|
+
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
1989
1730
|
},
|
|
1990
1731
|
{
|
|
1991
|
-
"
|
|
1992
|
-
"
|
|
1993
|
-
|
|
1994
|
-
"type": {
|
|
1995
|
-
"text": "FieldMetadata"
|
|
1996
|
-
}
|
|
1732
|
+
"name": "maxRows",
|
|
1733
|
+
"type": {
|
|
1734
|
+
"text": "number"
|
|
1997
1735
|
},
|
|
1998
|
-
"
|
|
1999
|
-
{
|
|
2000
|
-
"name": "fieldName",
|
|
2001
|
-
"type": {
|
|
2002
|
-
"text": "string"
|
|
2003
|
-
}
|
|
2004
|
-
}
|
|
2005
|
-
],
|
|
1736
|
+
"fieldName": "maxRows",
|
|
2006
1737
|
"inheritedFrom": {
|
|
2007
1738
|
"name": "BaseDatasource",
|
|
2008
1739
|
"module": "src/utils/base-datasource.ts"
|
|
2009
|
-
}
|
|
1740
|
+
},
|
|
1741
|
+
"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."
|
|
2010
1742
|
},
|
|
2011
1743
|
{
|
|
2012
|
-
"
|
|
2013
|
-
"
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
"type": {
|
|
2018
|
-
"text": "any"
|
|
2019
|
-
}
|
|
2020
|
-
},
|
|
2021
|
-
{
|
|
2022
|
-
"name": "type",
|
|
2023
|
-
"type": {
|
|
2024
|
-
"text": "FieldTypeEnum"
|
|
2025
|
-
}
|
|
2026
|
-
}
|
|
2027
|
-
],
|
|
1744
|
+
"name": "maxView",
|
|
1745
|
+
"type": {
|
|
1746
|
+
"text": "number"
|
|
1747
|
+
},
|
|
1748
|
+
"fieldName": "maxView",
|
|
2028
1749
|
"inheritedFrom": {
|
|
2029
1750
|
"name": "BaseDatasource",
|
|
2030
1751
|
"module": "src/utils/base-datasource.ts"
|
|
2031
|
-
}
|
|
1752
|
+
},
|
|
1753
|
+
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
2032
1754
|
},
|
|
2033
1755
|
{
|
|
2034
|
-
"
|
|
2035
|
-
"name": "_presentation",
|
|
1756
|
+
"name": "orderBy",
|
|
2036
1757
|
"type": {
|
|
2037
|
-
"text": "
|
|
1758
|
+
"text": "string"
|
|
2038
1759
|
},
|
|
2039
|
-
"
|
|
2040
|
-
"default": "void 0",
|
|
1760
|
+
"fieldName": "orderBy",
|
|
2041
1761
|
"inheritedFrom": {
|
|
2042
|
-
"name": "
|
|
2043
|
-
"module": "src/
|
|
2044
|
-
}
|
|
1762
|
+
"name": "BaseDatasource",
|
|
1763
|
+
"module": "src/utils/base-datasource.ts"
|
|
1764
|
+
},
|
|
1765
|
+
"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)."
|
|
2045
1766
|
},
|
|
2046
1767
|
{
|
|
2047
|
-
"kind": "field",
|
|
2048
|
-
"name": "$presentation",
|
|
2049
1768
|
"type": {
|
|
2050
|
-
"text": "
|
|
1769
|
+
"text": "boolean"
|
|
2051
1770
|
},
|
|
2052
|
-
"
|
|
2053
|
-
"
|
|
1771
|
+
"default": "true",
|
|
1772
|
+
"fieldName": "reduced",
|
|
2054
1773
|
"inheritedFrom": {
|
|
2055
|
-
"name": "
|
|
2056
|
-
"module": "src/
|
|
2057
|
-
}
|
|
1774
|
+
"name": "BaseDatasource",
|
|
1775
|
+
"module": "src/utils/base-datasource.ts"
|
|
1776
|
+
},
|
|
1777
|
+
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
2058
1778
|
},
|
|
2059
1779
|
{
|
|
2060
|
-
"
|
|
2061
|
-
"name": "template",
|
|
1780
|
+
"name": "rowId",
|
|
2062
1781
|
"type": {
|
|
2063
|
-
"text": "
|
|
1782
|
+
"text": "string"
|
|
2064
1783
|
},
|
|
2065
|
-
"
|
|
2066
|
-
"
|
|
1784
|
+
"default": "'ROW_REF'",
|
|
1785
|
+
"fieldName": "rowId",
|
|
2067
1786
|
"inheritedFrom": {
|
|
2068
|
-
"name": "
|
|
2069
|
-
"module": "src/
|
|
2070
|
-
}
|
|
1787
|
+
"name": "BaseDatasource",
|
|
1788
|
+
"module": "src/utils/base-datasource.ts"
|
|
1789
|
+
},
|
|
1790
|
+
"description": "Attribute to set an unique identifier for the row."
|
|
2071
1791
|
},
|
|
2072
1792
|
{
|
|
2073
|
-
"
|
|
2074
|
-
"
|
|
2075
|
-
|
|
2076
|
-
"return": {
|
|
2077
|
-
"type": {
|
|
2078
|
-
"text": "void"
|
|
2079
|
-
}
|
|
1793
|
+
"name": "fields",
|
|
1794
|
+
"type": {
|
|
1795
|
+
"text": "string"
|
|
2080
1796
|
},
|
|
1797
|
+
"fieldName": "fields",
|
|
2081
1798
|
"inheritedFrom": {
|
|
2082
|
-
"name": "
|
|
2083
|
-
"module": "src/
|
|
1799
|
+
"name": "BaseDatasource",
|
|
1800
|
+
"module": "src/utils/base-datasource.ts"
|
|
2084
1801
|
}
|
|
2085
|
-
}
|
|
1802
|
+
}
|
|
1803
|
+
],
|
|
1804
|
+
"mixins": [
|
|
1805
|
+
{
|
|
1806
|
+
"name": "LifecycleMixin",
|
|
1807
|
+
"package": "@genesislcap/foundation-utils"
|
|
1808
|
+
}
|
|
1809
|
+
],
|
|
1810
|
+
"superclass": {
|
|
1811
|
+
"name": "ConcreteDatasource",
|
|
1812
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1813
|
+
},
|
|
1814
|
+
"tagName": "chart-datasource",
|
|
1815
|
+
"customElement": true
|
|
1816
|
+
}
|
|
1817
|
+
],
|
|
1818
|
+
"exports": [
|
|
1819
|
+
{
|
|
1820
|
+
"kind": "js",
|
|
1821
|
+
"name": "defaultChartFields",
|
|
1822
|
+
"declaration": {
|
|
1823
|
+
"name": "defaultChartFields",
|
|
1824
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"kind": "js",
|
|
1829
|
+
"name": "defaultSeriesChartField",
|
|
1830
|
+
"declaration": {
|
|
1831
|
+
"name": "defaultSeriesChartField",
|
|
1832
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"kind": "js",
|
|
1837
|
+
"name": "ChartDatasource",
|
|
1838
|
+
"declaration": {
|
|
1839
|
+
"name": "ChartDatasource",
|
|
1840
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"kind": "custom-element-definition",
|
|
1845
|
+
"name": "chart-datasource",
|
|
1846
|
+
"declaration": {
|
|
1847
|
+
"name": "ChartDatasource",
|
|
1848
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1849
|
+
}
|
|
1850
|
+
}
|
|
1851
|
+
]
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"kind": "javascript-module",
|
|
1855
|
+
"path": "src/chart-datasource/chart-datasource.types.ts",
|
|
1856
|
+
"declarations": [],
|
|
1857
|
+
"exports": []
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"kind": "javascript-module",
|
|
1861
|
+
"path": "src/chart-datasource/chart-datasource.utils.ts",
|
|
1862
|
+
"declarations": [
|
|
1863
|
+
{
|
|
1864
|
+
"kind": "function",
|
|
1865
|
+
"name": "extractFields",
|
|
1866
|
+
"parameters": [
|
|
2086
1867
|
{
|
|
2087
|
-
"
|
|
2088
|
-
|
|
1868
|
+
"name": "fields"
|
|
1869
|
+
}
|
|
1870
|
+
]
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"kind": "function",
|
|
1874
|
+
"name": "getFormattedDateGroupBy",
|
|
1875
|
+
"parameters": [
|
|
1876
|
+
{
|
|
1877
|
+
"name": "groupByFieldValue",
|
|
2089
1878
|
"type": {
|
|
2090
|
-
"text": "
|
|
2091
|
-
},
|
|
2092
|
-
"privacy": "public",
|
|
2093
|
-
"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.",
|
|
2094
|
-
"inheritedFrom": {
|
|
2095
|
-
"name": "FoundationElement",
|
|
2096
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1879
|
+
"text": "any"
|
|
2097
1880
|
}
|
|
2098
1881
|
},
|
|
2099
1882
|
{
|
|
2100
|
-
"
|
|
2101
|
-
"
|
|
2102
|
-
|
|
2103
|
-
"return": {
|
|
2104
|
-
"type": {
|
|
2105
|
-
"text": "void"
|
|
2106
|
-
}
|
|
2107
|
-
},
|
|
2108
|
-
"inheritedFrom": {
|
|
2109
|
-
"name": "FoundationElement",
|
|
2110
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1883
|
+
"name": "fieldType",
|
|
1884
|
+
"type": {
|
|
1885
|
+
"text": "FieldTypeEnum"
|
|
2111
1886
|
}
|
|
2112
1887
|
},
|
|
2113
1888
|
{
|
|
2114
|
-
"
|
|
2115
|
-
"
|
|
2116
|
-
"
|
|
2117
|
-
|
|
2118
|
-
"return": {
|
|
2119
|
-
"type": {
|
|
2120
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2121
|
-
}
|
|
2122
|
-
},
|
|
2123
|
-
"parameters": [
|
|
2124
|
-
{
|
|
2125
|
-
"name": "this",
|
|
2126
|
-
"type": {
|
|
2127
|
-
"text": "K"
|
|
2128
|
-
}
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"name": "elementDefinition",
|
|
2132
|
-
"type": {
|
|
2133
|
-
"text": "T"
|
|
2134
|
-
},
|
|
2135
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2136
|
-
}
|
|
2137
|
-
],
|
|
2138
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2139
|
-
"inheritedFrom": {
|
|
2140
|
-
"name": "FoundationElement",
|
|
2141
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1889
|
+
"name": "showTime",
|
|
1890
|
+
"optional": true,
|
|
1891
|
+
"type": {
|
|
1892
|
+
"text": "boolean"
|
|
2142
1893
|
}
|
|
2143
1894
|
}
|
|
2144
|
-
]
|
|
2145
|
-
|
|
1895
|
+
]
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"kind": "function",
|
|
1899
|
+
"name": "getReduced",
|
|
1900
|
+
"return": {
|
|
1901
|
+
"type": {
|
|
1902
|
+
"text": "any[]"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
"parameters": [
|
|
2146
1906
|
{
|
|
2147
|
-
"name": "
|
|
1907
|
+
"name": "allRows",
|
|
2148
1908
|
"type": {
|
|
2149
|
-
"text": "
|
|
2150
|
-
}
|
|
2151
|
-
"default": "defaultChartFields",
|
|
2152
|
-
"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",
|
|
2153
|
-
"resolveInitializer": {
|
|
2154
|
-
"module": "src/chart-datasource/chart-datasource.ts"
|
|
2155
|
-
},
|
|
2156
|
-
"fieldName": "chartFields"
|
|
1909
|
+
"text": "any[]"
|
|
1910
|
+
}
|
|
2157
1911
|
},
|
|
2158
1912
|
{
|
|
2159
|
-
"name": "
|
|
1913
|
+
"name": "groupByField",
|
|
2160
1914
|
"type": {
|
|
2161
1915
|
"text": "string"
|
|
2162
|
-
}
|
|
2163
|
-
"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)",
|
|
2164
|
-
"fieldName": "serverFields"
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
"name": "is-stack",
|
|
2168
|
-
"type": {
|
|
2169
|
-
"text": "boolean"
|
|
2170
|
-
},
|
|
2171
|
-
"default": "false",
|
|
2172
|
-
"description": "If true, will enable stacked chart to effectively portray comparisons of total values across several categories.",
|
|
2173
|
-
"fieldName": "isStack"
|
|
2174
|
-
},
|
|
2175
|
-
{
|
|
2176
|
-
"name": "is-group",
|
|
2177
|
-
"type": {
|
|
2178
|
-
"text": "boolean"
|
|
2179
|
-
},
|
|
2180
|
-
"default": "false",
|
|
2181
|
-
"description": "If true, will enable grouped chart plotting numeric values for levels of two categorical variables instead of one.",
|
|
2182
|
-
"fieldName": "isGroup"
|
|
1916
|
+
}
|
|
2183
1917
|
},
|
|
2184
1918
|
{
|
|
1919
|
+
"name": "valueField",
|
|
2185
1920
|
"type": {
|
|
2186
|
-
"text": "
|
|
2187
|
-
}
|
|
2188
|
-
"default": "true",
|
|
2189
|
-
"fieldName": "reduced",
|
|
2190
|
-
"inheritedFrom": {
|
|
2191
|
-
"name": "BaseDatasource",
|
|
2192
|
-
"module": "src/utils/base-datasource.ts"
|
|
2193
|
-
},
|
|
2194
|
-
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
1921
|
+
"text": "string"
|
|
1922
|
+
}
|
|
2195
1923
|
},
|
|
2196
1924
|
{
|
|
2197
|
-
"name": "
|
|
1925
|
+
"name": "seriesField",
|
|
1926
|
+
"optional": true,
|
|
2198
1927
|
"type": {
|
|
2199
|
-
"text": "
|
|
2200
|
-
}
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
1928
|
+
"text": "string"
|
|
1929
|
+
}
|
|
1930
|
+
}
|
|
1931
|
+
]
|
|
1932
|
+
}
|
|
1933
|
+
],
|
|
1934
|
+
"exports": [
|
|
1935
|
+
{
|
|
1936
|
+
"kind": "js",
|
|
1937
|
+
"name": "extractFields",
|
|
1938
|
+
"declaration": {
|
|
1939
|
+
"name": "extractFields",
|
|
1940
|
+
"module": "src/chart-datasource/chart-datasource.utils.ts"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"kind": "js",
|
|
1945
|
+
"name": "getFormattedDateGroupBy",
|
|
1946
|
+
"declaration": {
|
|
1947
|
+
"name": "getFormattedDateGroupBy",
|
|
1948
|
+
"module": "src/chart-datasource/chart-datasource.utils.ts"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "js",
|
|
1953
|
+
"name": "getReduced",
|
|
1954
|
+
"declaration": {
|
|
1955
|
+
"name": "getReduced",
|
|
1956
|
+
"module": "src/chart-datasource/chart-datasource.utils.ts"
|
|
1957
|
+
}
|
|
1958
|
+
}
|
|
1959
|
+
]
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"kind": "javascript-module",
|
|
1963
|
+
"path": "src/chart-datasource/index.ts",
|
|
1964
|
+
"declarations": [],
|
|
1965
|
+
"exports": [
|
|
1966
|
+
{
|
|
1967
|
+
"kind": "js",
|
|
1968
|
+
"name": "*",
|
|
1969
|
+
"declaration": {
|
|
1970
|
+
"name": "*",
|
|
1971
|
+
"package": "./chart-datasource.config"
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"kind": "js",
|
|
1976
|
+
"name": "*",
|
|
1977
|
+
"declaration": {
|
|
1978
|
+
"name": "*",
|
|
1979
|
+
"package": "./chart-datasource.types"
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "js",
|
|
1984
|
+
"name": "*",
|
|
1985
|
+
"declaration": {
|
|
1986
|
+
"name": "*",
|
|
1987
|
+
"package": "./chart-datasource"
|
|
1988
|
+
}
|
|
1989
|
+
}
|
|
1990
|
+
]
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"kind": "javascript-module",
|
|
1994
|
+
"path": "src/models/area-chart.ts",
|
|
1995
|
+
"declarations": [
|
|
1996
|
+
{
|
|
1997
|
+
"kind": "function",
|
|
1998
|
+
"name": "AreaChart",
|
|
1999
|
+
"parameters": [
|
|
2205
2000
|
{
|
|
2206
|
-
"name": "
|
|
2001
|
+
"name": "container",
|
|
2207
2002
|
"type": {
|
|
2208
|
-
"text": "
|
|
2209
|
-
},
|
|
2210
|
-
"default": "true",
|
|
2211
|
-
"description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
|
|
2212
|
-
"fieldName": "withTimestampFormatting",
|
|
2213
|
-
"inheritedFrom": {
|
|
2214
|
-
"name": "BaseDatasource",
|
|
2215
|
-
"module": "src/utils/base-datasource.ts"
|
|
2003
|
+
"text": "HTMLElement"
|
|
2216
2004
|
}
|
|
2217
2005
|
},
|
|
2218
2006
|
{
|
|
2219
|
-
"name": "
|
|
2007
|
+
"name": "config",
|
|
2220
2008
|
"type": {
|
|
2221
|
-
"text": "
|
|
2222
|
-
}
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2009
|
+
"text": "AreaOptions"
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
2012
|
+
]
|
|
2013
|
+
}
|
|
2014
|
+
],
|
|
2015
|
+
"exports": [
|
|
2016
|
+
{
|
|
2017
|
+
"kind": "js",
|
|
2018
|
+
"name": "AreaChart",
|
|
2019
|
+
"declaration": {
|
|
2020
|
+
"name": "AreaChart",
|
|
2021
|
+
"module": "src/models/area-chart.ts"
|
|
2022
|
+
}
|
|
2023
|
+
}
|
|
2024
|
+
]
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"kind": "javascript-module",
|
|
2028
|
+
"path": "src/models/bar-chart.ts",
|
|
2029
|
+
"declarations": [
|
|
2030
|
+
{
|
|
2031
|
+
"kind": "function",
|
|
2032
|
+
"name": "BarChart",
|
|
2033
|
+
"parameters": [
|
|
2231
2034
|
{
|
|
2232
|
-
"name": "
|
|
2035
|
+
"name": "container",
|
|
2233
2036
|
"type": {
|
|
2234
|
-
"text": "
|
|
2235
|
-
}
|
|
2236
|
-
"fieldName": "criteria",
|
|
2237
|
-
"inheritedFrom": {
|
|
2238
|
-
"name": "BaseDatasource",
|
|
2239
|
-
"module": "src/utils/base-datasource.ts"
|
|
2240
|
-
},
|
|
2241
|
-
"description": "Clients can send a Groovy expression to perform filters on the query server,\nthese remain active for the life of the subscription."
|
|
2037
|
+
"text": "HTMLElement"
|
|
2038
|
+
}
|
|
2242
2039
|
},
|
|
2243
2040
|
{
|
|
2041
|
+
"name": "config",
|
|
2244
2042
|
"type": {
|
|
2245
|
-
"text": "
|
|
2246
|
-
}
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2043
|
+
"text": "BarOptions"
|
|
2044
|
+
}
|
|
2045
|
+
}
|
|
2046
|
+
]
|
|
2047
|
+
}
|
|
2048
|
+
],
|
|
2049
|
+
"exports": [
|
|
2050
|
+
{
|
|
2051
|
+
"kind": "js",
|
|
2052
|
+
"name": "BarChart",
|
|
2053
|
+
"declaration": {
|
|
2054
|
+
"name": "BarChart",
|
|
2055
|
+
"module": "src/models/bar-chart.ts"
|
|
2056
|
+
}
|
|
2057
|
+
}
|
|
2058
|
+
]
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"kind": "javascript-module",
|
|
2062
|
+
"path": "src/models/column-chart.ts",
|
|
2063
|
+
"declarations": [
|
|
2064
|
+
{
|
|
2065
|
+
"kind": "function",
|
|
2066
|
+
"name": "ColumnChart",
|
|
2067
|
+
"parameters": [
|
|
2255
2068
|
{
|
|
2256
|
-
"name": "
|
|
2069
|
+
"name": "container",
|
|
2257
2070
|
"type": {
|
|
2258
|
-
"text": "
|
|
2259
|
-
}
|
|
2260
|
-
"fieldName": "maxRows",
|
|
2261
|
-
"inheritedFrom": {
|
|
2262
|
-
"name": "BaseDatasource",
|
|
2263
|
-
"module": "src/utils/base-datasource.ts"
|
|
2264
|
-
},
|
|
2265
|
-
"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."
|
|
2071
|
+
"text": "HTMLElement"
|
|
2072
|
+
}
|
|
2266
2073
|
},
|
|
2267
2074
|
{
|
|
2268
|
-
"name": "
|
|
2075
|
+
"name": "config",
|
|
2269
2076
|
"type": {
|
|
2270
|
-
"text": "
|
|
2271
|
-
}
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2077
|
+
"text": "ColumnOptions"
|
|
2078
|
+
}
|
|
2079
|
+
}
|
|
2080
|
+
]
|
|
2081
|
+
}
|
|
2082
|
+
],
|
|
2083
|
+
"exports": [
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "js",
|
|
2086
|
+
"name": "ColumnChart",
|
|
2087
|
+
"declaration": {
|
|
2088
|
+
"name": "ColumnChart",
|
|
2089
|
+
"module": "src/models/column-chart.ts"
|
|
2090
|
+
}
|
|
2091
|
+
}
|
|
2092
|
+
]
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
"kind": "javascript-module",
|
|
2096
|
+
"path": "src/models/donut-chart.ts",
|
|
2097
|
+
"declarations": [
|
|
2098
|
+
{
|
|
2099
|
+
"kind": "function",
|
|
2100
|
+
"name": "DonutChart",
|
|
2101
|
+
"parameters": [
|
|
2279
2102
|
{
|
|
2280
|
-
"name": "
|
|
2103
|
+
"name": "container",
|
|
2281
2104
|
"type": {
|
|
2282
|
-
"text": "
|
|
2283
|
-
}
|
|
2284
|
-
"fieldName": "orderBy",
|
|
2285
|
-
"inheritedFrom": {
|
|
2286
|
-
"name": "BaseDatasource",
|
|
2287
|
-
"module": "src/utils/base-datasource.ts"
|
|
2288
|
-
},
|
|
2289
|
-
"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)."
|
|
2105
|
+
"text": "HTMLElement"
|
|
2106
|
+
}
|
|
2290
2107
|
},
|
|
2291
2108
|
{
|
|
2109
|
+
"name": "config",
|
|
2292
2110
|
"type": {
|
|
2293
|
-
"text": "
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2111
|
+
"text": "PieOptions"
|
|
2112
|
+
}
|
|
2113
|
+
}
|
|
2114
|
+
]
|
|
2115
|
+
}
|
|
2116
|
+
],
|
|
2117
|
+
"exports": [
|
|
2118
|
+
{
|
|
2119
|
+
"kind": "js",
|
|
2120
|
+
"name": "DonutChart",
|
|
2121
|
+
"declaration": {
|
|
2122
|
+
"name": "DonutChart",
|
|
2123
|
+
"module": "src/models/donut-chart.ts"
|
|
2124
|
+
}
|
|
2125
|
+
}
|
|
2126
|
+
]
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"kind": "javascript-module",
|
|
2130
|
+
"path": "src/models/dual-axes-chart.ts",
|
|
2131
|
+
"declarations": [
|
|
2132
|
+
{
|
|
2133
|
+
"kind": "function",
|
|
2134
|
+
"name": "DualAxesChart",
|
|
2135
|
+
"parameters": [
|
|
2303
2136
|
{
|
|
2304
|
-
"name": "
|
|
2137
|
+
"name": "container",
|
|
2305
2138
|
"type": {
|
|
2306
|
-
"text": "
|
|
2307
|
-
}
|
|
2308
|
-
"default": "'ROW_REF'",
|
|
2309
|
-
"fieldName": "rowId",
|
|
2310
|
-
"inheritedFrom": {
|
|
2311
|
-
"name": "BaseDatasource",
|
|
2312
|
-
"module": "src/utils/base-datasource.ts"
|
|
2313
|
-
},
|
|
2314
|
-
"description": "Attribute to set an unique identifier for the row."
|
|
2139
|
+
"text": "HTMLElement"
|
|
2140
|
+
}
|
|
2315
2141
|
},
|
|
2316
2142
|
{
|
|
2317
|
-
"name": "
|
|
2143
|
+
"name": "config",
|
|
2318
2144
|
"type": {
|
|
2319
|
-
"text": "
|
|
2320
|
-
},
|
|
2321
|
-
"fieldName": "fields",
|
|
2322
|
-
"inheritedFrom": {
|
|
2323
|
-
"name": "BaseDatasource",
|
|
2324
|
-
"module": "src/utils/base-datasource.ts"
|
|
2145
|
+
"text": "DualAxesOptions"
|
|
2325
2146
|
}
|
|
2326
2147
|
}
|
|
2327
|
-
]
|
|
2328
|
-
"mixins": [
|
|
2329
|
-
{
|
|
2330
|
-
"name": "LifecycleMixin",
|
|
2331
|
-
"package": "@genesislcap/foundation-utils"
|
|
2332
|
-
}
|
|
2333
|
-
],
|
|
2334
|
-
"superclass": {
|
|
2335
|
-
"name": "ConcreteDatasource",
|
|
2336
|
-
"module": "src/chart-datasource/chart-datasource.ts"
|
|
2337
|
-
},
|
|
2338
|
-
"tagName": "chart-datasource",
|
|
2339
|
-
"customElement": true
|
|
2148
|
+
]
|
|
2340
2149
|
}
|
|
2341
2150
|
],
|
|
2342
2151
|
"exports": [
|
|
2343
2152
|
{
|
|
2344
2153
|
"kind": "js",
|
|
2345
|
-
"name": "
|
|
2154
|
+
"name": "DualAxesChart",
|
|
2346
2155
|
"declaration": {
|
|
2347
|
-
"name": "
|
|
2348
|
-
"module": "src/
|
|
2156
|
+
"name": "DualAxesChart",
|
|
2157
|
+
"module": "src/models/dual-axes-chart.ts"
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
]
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"kind": "javascript-module",
|
|
2164
|
+
"path": "src/models/index.ts",
|
|
2165
|
+
"declarations": [],
|
|
2166
|
+
"exports": [
|
|
2167
|
+
{
|
|
2168
|
+
"kind": "js",
|
|
2169
|
+
"name": "*",
|
|
2170
|
+
"declaration": {
|
|
2171
|
+
"name": "*",
|
|
2172
|
+
"package": "./area-chart"
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"kind": "js",
|
|
2177
|
+
"name": "*",
|
|
2178
|
+
"declaration": {
|
|
2179
|
+
"name": "*",
|
|
2180
|
+
"package": "./bar-chart"
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"kind": "js",
|
|
2185
|
+
"name": "*",
|
|
2186
|
+
"declaration": {
|
|
2187
|
+
"name": "*",
|
|
2188
|
+
"package": "./column-chart"
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"kind": "js",
|
|
2193
|
+
"name": "*",
|
|
2194
|
+
"declaration": {
|
|
2195
|
+
"name": "*",
|
|
2196
|
+
"package": "./donut-chart"
|
|
2197
|
+
}
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"kind": "js",
|
|
2201
|
+
"name": "*",
|
|
2202
|
+
"declaration": {
|
|
2203
|
+
"name": "*",
|
|
2204
|
+
"package": "./dual-axes-chart"
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
"kind": "js",
|
|
2209
|
+
"name": "*",
|
|
2210
|
+
"declaration": {
|
|
2211
|
+
"name": "*",
|
|
2212
|
+
"package": "./line-chart"
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"kind": "js",
|
|
2217
|
+
"name": "*",
|
|
2218
|
+
"declaration": {
|
|
2219
|
+
"name": "*",
|
|
2220
|
+
"package": "./mix-chart"
|
|
2221
|
+
}
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"kind": "js",
|
|
2225
|
+
"name": "*",
|
|
2226
|
+
"declaration": {
|
|
2227
|
+
"name": "*",
|
|
2228
|
+
"package": "./pie-chart"
|
|
2349
2229
|
}
|
|
2350
2230
|
},
|
|
2351
2231
|
{
|
|
2352
2232
|
"kind": "js",
|
|
2353
|
-
"name": "
|
|
2233
|
+
"name": "*",
|
|
2354
2234
|
"declaration": {
|
|
2355
|
-
"name": "
|
|
2356
|
-
"
|
|
2235
|
+
"name": "*",
|
|
2236
|
+
"package": "./rose-chart"
|
|
2357
2237
|
}
|
|
2358
2238
|
},
|
|
2359
2239
|
{
|
|
2360
2240
|
"kind": "js",
|
|
2361
|
-
"name": "
|
|
2241
|
+
"name": "*",
|
|
2362
2242
|
"declaration": {
|
|
2363
|
-
"name": "
|
|
2364
|
-
"
|
|
2243
|
+
"name": "*",
|
|
2244
|
+
"package": "./scatter-chart"
|
|
2365
2245
|
}
|
|
2366
2246
|
},
|
|
2367
2247
|
{
|
|
2368
|
-
"kind": "
|
|
2369
|
-
"name": "
|
|
2248
|
+
"kind": "js",
|
|
2249
|
+
"name": "*",
|
|
2370
2250
|
"declaration": {
|
|
2371
|
-
"name": "
|
|
2372
|
-
"
|
|
2251
|
+
"name": "*",
|
|
2252
|
+
"package": "./stock-chart"
|
|
2373
2253
|
}
|
|
2374
2254
|
}
|
|
2375
2255
|
]
|
|
2376
2256
|
},
|
|
2377
2257
|
{
|
|
2378
2258
|
"kind": "javascript-module",
|
|
2379
|
-
"path": "src/
|
|
2380
|
-
"declarations": [],
|
|
2381
|
-
"exports": []
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"kind": "javascript-module",
|
|
2385
|
-
"path": "src/chart-datasource/chart-datasource.utils.ts",
|
|
2259
|
+
"path": "src/models/line-chart.ts",
|
|
2386
2260
|
"declarations": [
|
|
2387
2261
|
{
|
|
2388
2262
|
"kind": "function",
|
|
2389
|
-
"name": "
|
|
2263
|
+
"name": "LineChart",
|
|
2390
2264
|
"parameters": [
|
|
2391
2265
|
{
|
|
2392
|
-
"name": "
|
|
2266
|
+
"name": "container",
|
|
2267
|
+
"type": {
|
|
2268
|
+
"text": "HTMLElement"
|
|
2269
|
+
}
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"name": "config",
|
|
2273
|
+
"type": {
|
|
2274
|
+
"text": "LineOptions"
|
|
2275
|
+
}
|
|
2393
2276
|
}
|
|
2394
2277
|
]
|
|
2395
|
-
}
|
|
2278
|
+
}
|
|
2279
|
+
],
|
|
2280
|
+
"exports": [
|
|
2281
|
+
{
|
|
2282
|
+
"kind": "js",
|
|
2283
|
+
"name": "LineChart",
|
|
2284
|
+
"declaration": {
|
|
2285
|
+
"name": "LineChart",
|
|
2286
|
+
"module": "src/models/line-chart.ts"
|
|
2287
|
+
}
|
|
2288
|
+
}
|
|
2289
|
+
]
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"kind": "javascript-module",
|
|
2293
|
+
"path": "src/models/mix-chart.ts",
|
|
2294
|
+
"declarations": [
|
|
2396
2295
|
{
|
|
2397
2296
|
"kind": "function",
|
|
2398
|
-
"name": "
|
|
2297
|
+
"name": "MixChart",
|
|
2399
2298
|
"parameters": [
|
|
2400
2299
|
{
|
|
2401
|
-
"name": "
|
|
2300
|
+
"name": "container",
|
|
2402
2301
|
"type": {
|
|
2403
|
-
"text": "
|
|
2302
|
+
"text": "HTMLElement"
|
|
2404
2303
|
}
|
|
2405
2304
|
},
|
|
2406
2305
|
{
|
|
2407
|
-
"name": "
|
|
2306
|
+
"name": "config",
|
|
2408
2307
|
"type": {
|
|
2409
|
-
"text": "
|
|
2308
|
+
"text": "MixOptions"
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
]
|
|
2312
|
+
}
|
|
2313
|
+
],
|
|
2314
|
+
"exports": [
|
|
2315
|
+
{
|
|
2316
|
+
"kind": "js",
|
|
2317
|
+
"name": "MixChart",
|
|
2318
|
+
"declaration": {
|
|
2319
|
+
"name": "MixChart",
|
|
2320
|
+
"module": "src/models/mix-chart.ts"
|
|
2321
|
+
}
|
|
2322
|
+
}
|
|
2323
|
+
]
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"kind": "javascript-module",
|
|
2327
|
+
"path": "src/models/pie-chart.ts",
|
|
2328
|
+
"declarations": [
|
|
2329
|
+
{
|
|
2330
|
+
"kind": "function",
|
|
2331
|
+
"name": "PieChart",
|
|
2332
|
+
"parameters": [
|
|
2333
|
+
{
|
|
2334
|
+
"name": "container",
|
|
2335
|
+
"type": {
|
|
2336
|
+
"text": "HTMLElement"
|
|
2410
2337
|
}
|
|
2411
2338
|
},
|
|
2412
2339
|
{
|
|
2413
|
-
"name": "
|
|
2414
|
-
"optional": true,
|
|
2340
|
+
"name": "config",
|
|
2415
2341
|
"type": {
|
|
2416
|
-
"text": "
|
|
2342
|
+
"text": "PieOptions"
|
|
2417
2343
|
}
|
|
2418
2344
|
}
|
|
2419
2345
|
]
|
|
2420
|
-
}
|
|
2346
|
+
}
|
|
2347
|
+
],
|
|
2348
|
+
"exports": [
|
|
2349
|
+
{
|
|
2350
|
+
"kind": "js",
|
|
2351
|
+
"name": "PieChart",
|
|
2352
|
+
"declaration": {
|
|
2353
|
+
"name": "PieChart",
|
|
2354
|
+
"module": "src/models/pie-chart.ts"
|
|
2355
|
+
}
|
|
2356
|
+
}
|
|
2357
|
+
]
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"kind": "javascript-module",
|
|
2361
|
+
"path": "src/models/rose-chart.ts",
|
|
2362
|
+
"declarations": [
|
|
2421
2363
|
{
|
|
2422
2364
|
"kind": "function",
|
|
2423
|
-
"name": "
|
|
2424
|
-
"return": {
|
|
2425
|
-
"type": {
|
|
2426
|
-
"text": "any[]"
|
|
2427
|
-
}
|
|
2428
|
-
},
|
|
2365
|
+
"name": "RoseChart",
|
|
2429
2366
|
"parameters": [
|
|
2430
2367
|
{
|
|
2431
|
-
"name": "
|
|
2368
|
+
"name": "container",
|
|
2432
2369
|
"type": {
|
|
2433
|
-
"text": "
|
|
2370
|
+
"text": "HTMLElement"
|
|
2434
2371
|
}
|
|
2435
2372
|
},
|
|
2436
2373
|
{
|
|
2437
|
-
"name": "
|
|
2374
|
+
"name": "config",
|
|
2438
2375
|
"type": {
|
|
2439
|
-
"text": "
|
|
2376
|
+
"text": "RoseOptions"
|
|
2440
2377
|
}
|
|
2441
|
-
}
|
|
2378
|
+
}
|
|
2379
|
+
]
|
|
2380
|
+
}
|
|
2381
|
+
],
|
|
2382
|
+
"exports": [
|
|
2383
|
+
{
|
|
2384
|
+
"kind": "js",
|
|
2385
|
+
"name": "RoseChart",
|
|
2386
|
+
"declaration": {
|
|
2387
|
+
"name": "RoseChart",
|
|
2388
|
+
"module": "src/models/rose-chart.ts"
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
]
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"kind": "javascript-module",
|
|
2395
|
+
"path": "src/models/scatter-chart.ts",
|
|
2396
|
+
"declarations": [
|
|
2397
|
+
{
|
|
2398
|
+
"kind": "function",
|
|
2399
|
+
"name": "ScatterChart",
|
|
2400
|
+
"parameters": [
|
|
2442
2401
|
{
|
|
2443
|
-
"name": "
|
|
2402
|
+
"name": "container",
|
|
2444
2403
|
"type": {
|
|
2445
|
-
"text": "
|
|
2404
|
+
"text": "HTMLElement"
|
|
2446
2405
|
}
|
|
2447
2406
|
},
|
|
2448
2407
|
{
|
|
2449
|
-
"name": "
|
|
2450
|
-
"optional": true,
|
|
2408
|
+
"name": "config",
|
|
2451
2409
|
"type": {
|
|
2452
|
-
"text": "
|
|
2410
|
+
"text": "ScatterOptions"
|
|
2453
2411
|
}
|
|
2454
2412
|
}
|
|
2455
2413
|
]
|
|
@@ -2458,49 +2416,85 @@
|
|
|
2458
2416
|
"exports": [
|
|
2459
2417
|
{
|
|
2460
2418
|
"kind": "js",
|
|
2461
|
-
"name": "
|
|
2419
|
+
"name": "ScatterChart",
|
|
2462
2420
|
"declaration": {
|
|
2463
|
-
"name": "
|
|
2464
|
-
"module": "src/
|
|
2421
|
+
"name": "ScatterChart",
|
|
2422
|
+
"module": "src/models/scatter-chart.ts"
|
|
2465
2423
|
}
|
|
2466
|
-
}
|
|
2424
|
+
}
|
|
2425
|
+
]
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"kind": "javascript-module",
|
|
2429
|
+
"path": "src/models/stock-chart.ts",
|
|
2430
|
+
"declarations": [
|
|
2467
2431
|
{
|
|
2468
|
-
"kind": "
|
|
2469
|
-
"name": "
|
|
2470
|
-
"
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2432
|
+
"kind": "function",
|
|
2433
|
+
"name": "StockChart",
|
|
2434
|
+
"parameters": [
|
|
2435
|
+
{
|
|
2436
|
+
"name": "container",
|
|
2437
|
+
"type": {
|
|
2438
|
+
"text": "HTMLElement"
|
|
2439
|
+
}
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"name": "config",
|
|
2443
|
+
"type": {
|
|
2444
|
+
"text": "StockOptions"
|
|
2445
|
+
}
|
|
2446
|
+
}
|
|
2447
|
+
]
|
|
2448
|
+
}
|
|
2449
|
+
],
|
|
2450
|
+
"exports": [
|
|
2475
2451
|
{
|
|
2476
2452
|
"kind": "js",
|
|
2477
|
-
"name": "
|
|
2453
|
+
"name": "StockChart",
|
|
2478
2454
|
"declaration": {
|
|
2479
|
-
"name": "
|
|
2480
|
-
"module": "src/
|
|
2455
|
+
"name": "StockChart",
|
|
2456
|
+
"module": "src/models/stock-chart.ts"
|
|
2481
2457
|
}
|
|
2482
2458
|
}
|
|
2483
2459
|
]
|
|
2484
2460
|
},
|
|
2485
2461
|
{
|
|
2486
2462
|
"kind": "javascript-module",
|
|
2487
|
-
"path": "src/
|
|
2488
|
-
"declarations": [
|
|
2463
|
+
"path": "src/settings/colors.ts",
|
|
2464
|
+
"declarations": [
|
|
2465
|
+
{
|
|
2466
|
+
"kind": "variable",
|
|
2467
|
+
"name": "chartsGradients",
|
|
2468
|
+
"type": {
|
|
2469
|
+
"text": "object"
|
|
2470
|
+
},
|
|
2471
|
+
"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}",
|
|
2472
|
+
"description": "G2Plot Chart gradient colors",
|
|
2473
|
+
"privacy": "public"
|
|
2474
|
+
}
|
|
2475
|
+
],
|
|
2489
2476
|
"exports": [
|
|
2490
2477
|
{
|
|
2491
2478
|
"kind": "js",
|
|
2492
|
-
"name": "
|
|
2479
|
+
"name": "chartsGradients",
|
|
2493
2480
|
"declaration": {
|
|
2494
|
-
"name": "
|
|
2495
|
-
"
|
|
2481
|
+
"name": "chartsGradients",
|
|
2482
|
+
"module": "src/settings/colors.ts"
|
|
2496
2483
|
}
|
|
2497
|
-
}
|
|
2484
|
+
}
|
|
2485
|
+
]
|
|
2486
|
+
},
|
|
2487
|
+
{
|
|
2488
|
+
"kind": "javascript-module",
|
|
2489
|
+
"path": "src/settings/index.ts",
|
|
2490
|
+
"declarations": [],
|
|
2491
|
+
"exports": [
|
|
2498
2492
|
{
|
|
2499
2493
|
"kind": "js",
|
|
2500
2494
|
"name": "*",
|
|
2501
2495
|
"declaration": {
|
|
2502
2496
|
"name": "*",
|
|
2503
|
-
"package": "./
|
|
2497
|
+
"package": "./colors"
|
|
2504
2498
|
}
|
|
2505
2499
|
},
|
|
2506
2500
|
{
|
|
@@ -2508,10 +2502,16 @@
|
|
|
2508
2502
|
"name": "*",
|
|
2509
2503
|
"declaration": {
|
|
2510
2504
|
"name": "*",
|
|
2511
|
-
"package": "./
|
|
2505
|
+
"package": "./shapes"
|
|
2512
2506
|
}
|
|
2513
2507
|
}
|
|
2514
2508
|
]
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "javascript-module",
|
|
2512
|
+
"path": "src/settings/shapes.ts",
|
|
2513
|
+
"declarations": [],
|
|
2514
|
+
"exports": []
|
|
2515
2515
|
}
|
|
2516
2516
|
]
|
|
2517
2517
|
}
|