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