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