@ic3/reporting-api 8.0.0-rc.4 → 8.1.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.
Files changed (152) hide show
  1. package/dist/ApiUtils.d.ts +46 -8
  2. package/dist/ApiUtils.js +37 -21
  3. package/dist/ApiUtils.js.map +1 -1
  4. package/dist/INotification.d.ts +26 -6
  5. package/dist/IOnNewEventJsContext.d.ts +66 -0
  6. package/dist/{theme/ThemeGoogleMapMarker.js → IOnNewEventJsContext.js} +1 -1
  7. package/dist/IOnNewEventJsContext.js.map +1 -0
  8. package/dist/IPluginDefinition.d.ts +9 -0
  9. package/dist/IReporting.d.ts +15 -5
  10. package/dist/IThemeManager.d.ts +12 -13
  11. package/dist/IThemeManager.js.map +1 -1
  12. package/dist/ITypes.d.ts +22 -0
  13. package/dist/ITypes.js +28 -0
  14. package/dist/ITypes.js.map +1 -1
  15. package/dist/IWidgetManager.d.ts +5 -2
  16. package/dist/LazyTreeView.d.ts +6 -24
  17. package/dist/LazyTreeView.js +0 -13
  18. package/dist/LazyTreeView.js.map +1 -1
  19. package/dist/Loader.d.ts +78 -0
  20. package/dist/Loader.js +160 -3
  21. package/dist/Loader.js.map +1 -1
  22. package/dist/PublicAmchartsData.d.ts +62 -0
  23. package/dist/PublicAmchartsData.js +126 -0
  24. package/dist/PublicAmchartsData.js.map +1 -0
  25. package/dist/PublicContext.d.ts +40 -3
  26. package/dist/PublicLayout.d.ts +5 -1
  27. package/dist/PublicTemplate.d.ts +90 -36
  28. package/dist/PublicTemplate.js +1 -10
  29. package/dist/PublicTemplate.js.map +1 -1
  30. package/dist/PublicTemplateForm.d.ts +66 -8
  31. package/dist/PublicTemplateForm.js +1 -9
  32. package/dist/PublicTemplateForm.js.map +1 -1
  33. package/dist/PublicTemplates.d.ts +61 -0
  34. package/dist/{theme/ThemeReportAppMenu.js → PublicTemplates.js} +1 -1
  35. package/dist/PublicTemplates.js.map +1 -0
  36. package/dist/PublicTheme.d.ts +157 -16
  37. package/dist/PublicTheme.js.map +1 -1
  38. package/dist/PublicTidyColumn.d.ts +76 -21
  39. package/dist/PublicTidyColumn.js +8 -0
  40. package/dist/PublicTidyColumn.js.map +1 -1
  41. package/dist/PublicTidyHistogram.d.ts +39 -1
  42. package/dist/PublicTidyHistogram.js +6 -1
  43. package/dist/PublicTidyHistogram.js.map +1 -1
  44. package/dist/PublicTidyMath.d.ts +26 -20
  45. package/dist/PublicTidyTable.d.ts +44 -19
  46. package/dist/PublicTidyTableInteractions.d.ts +80 -17
  47. package/dist/PublicTidyTableTypes.d.ts +109 -19
  48. package/dist/PublicTidyTableTypes.js +18 -1
  49. package/dist/PublicTidyTableTypes.js.map +1 -1
  50. package/dist/PublicTidyTree.d.ts +19 -12
  51. package/dist/PublicTidyTree.js +25 -16
  52. package/dist/PublicTidyTree.js.map +1 -1
  53. package/dist/index.d.ts +20 -3
  54. package/dist/index.js +25 -4
  55. package/dist/index.js.map +1 -1
  56. package/dist/theme/ThemeAmCharts4.d.ts +1358 -0
  57. package/dist/theme/ThemeAmCharts4.js +61 -0
  58. package/dist/theme/ThemeAmCharts4.js.map +1 -0
  59. package/dist/theme/ThemeApp.d.ts +26 -11
  60. package/dist/theme/ThemeApp.js +51 -0
  61. package/dist/theme/ThemeApp.js.map +1 -1
  62. package/dist/theme/ThemeAppMenuIcon.d.ts +7 -0
  63. package/dist/theme/ThemeAppMenuIcon.js +8 -0
  64. package/dist/theme/ThemeAppMenuIcon.js.map +1 -0
  65. package/dist/theme/ThemeBaseTable.d.ts +94 -0
  66. package/dist/theme/ThemeBaseTable.js +10 -0
  67. package/dist/theme/ThemeBaseTable.js.map +1 -0
  68. package/dist/theme/ThemeDatePicker.d.ts +118 -0
  69. package/dist/theme/ThemeDatePicker.js +11 -0
  70. package/dist/theme/ThemeDatePicker.js.map +1 -0
  71. package/dist/theme/ThemeEditorTopBar.d.ts +31 -0
  72. package/dist/theme/ThemeEditorTopBar.js +35 -0
  73. package/dist/theme/ThemeEditorTopBar.js.map +1 -0
  74. package/dist/theme/ThemeEmbeddedReport.d.ts +25 -0
  75. package/dist/theme/ThemeEmbeddedReport.js +3 -0
  76. package/dist/theme/ThemeEmbeddedReport.js.map +1 -0
  77. package/dist/theme/ThemeFilter.d.ts +28 -0
  78. package/dist/theme/ThemeFilter.js +3 -0
  79. package/dist/theme/ThemeFilter.js.map +1 -0
  80. package/dist/theme/ThemeFilterAutocomplete.d.ts +31 -15
  81. package/dist/theme/ThemeFilterAutocomplete.js.map +1 -1
  82. package/dist/theme/ThemeFilterButtons.d.ts +40 -23
  83. package/dist/theme/ThemeFilterButtons.js +1 -1
  84. package/dist/theme/ThemeFilterButtons.js.map +1 -1
  85. package/dist/theme/ThemeFilterCheckboxRadio.d.ts +48 -0
  86. package/dist/theme/ThemeFilterCheckboxRadio.js +23 -0
  87. package/dist/theme/ThemeFilterCheckboxRadio.js.map +1 -0
  88. package/dist/theme/ThemeFilterPanel.d.ts +94 -0
  89. package/dist/theme/ThemeFilterPanel.js +35 -0
  90. package/dist/theme/ThemeFilterPanel.js.map +1 -0
  91. package/dist/theme/ThemeFilterSlider.d.ts +42 -28
  92. package/dist/theme/ThemeFilterSlider.js +7 -7
  93. package/dist/theme/ThemeFilterSlider.js.map +1 -1
  94. package/dist/theme/ThemeFilterTree.d.ts +61 -30
  95. package/dist/theme/ThemeFilterTree.js +2 -1
  96. package/dist/theme/ThemeFilterTree.js.map +1 -1
  97. package/dist/theme/ThemeGlobal.d.ts +4 -0
  98. package/dist/theme/ThemeGlobal.js +9 -0
  99. package/dist/theme/ThemeGlobal.js.map +1 -0
  100. package/dist/theme/ThemeGoogle.d.ts +132 -0
  101. package/dist/theme/ThemeGoogle.js +64 -0
  102. package/dist/theme/ThemeGoogle.js.map +1 -0
  103. package/dist/theme/ThemeGoogleHeatMap.d.ts +58 -0
  104. package/dist/theme/ThemeGoogleHeatMap.js +3 -0
  105. package/dist/theme/ThemeGoogleHeatMap.js.map +1 -0
  106. package/dist/theme/ThemeGoogleKmlLayer.d.ts +40 -0
  107. package/dist/theme/ThemeGoogleKmlLayer.js +3 -0
  108. package/dist/theme/ThemeGoogleKmlLayer.js.map +1 -0
  109. package/dist/theme/ThemeGoogleMarker.d.ts +147 -0
  110. package/dist/theme/ThemeGoogleMarker.js +3 -0
  111. package/dist/theme/ThemeGoogleMarker.js.map +1 -0
  112. package/dist/theme/ThemeHtmlBox.d.ts +5 -1
  113. package/dist/theme/ThemeImage.d.ts +19 -0
  114. package/dist/theme/ThemeImage.js +3 -0
  115. package/dist/theme/ThemeImage.js.map +1 -0
  116. package/dist/theme/ThemeKpiBox.d.ts +46 -0
  117. package/dist/theme/ThemeKpiBox.js +3 -0
  118. package/dist/theme/ThemeKpiBox.js.map +1 -0
  119. package/dist/theme/ThemeKpiCard.d.ts +98 -0
  120. package/dist/theme/ThemeKpiCard.js +3 -0
  121. package/dist/theme/ThemeKpiCard.js.map +1 -0
  122. package/dist/theme/ThemeLazyTreeClasses.d.ts +14 -0
  123. package/dist/theme/ThemeLazyTreeClasses.js +19 -0
  124. package/dist/theme/ThemeLazyTreeClasses.js.map +1 -0
  125. package/dist/theme/ThemeMarkdownText.d.ts +27 -0
  126. package/dist/theme/ThemeMarkdownText.js +3 -0
  127. package/dist/theme/ThemeMarkdownText.js.map +1 -0
  128. package/dist/theme/ThemePivotTable.d.ts +63 -0
  129. package/dist/theme/ThemePivotTable.js +10 -1
  130. package/dist/theme/ThemePivotTable.js.map +1 -1
  131. package/dist/theme/ThemeQueryBuilderNode.d.ts +8 -0
  132. package/dist/theme/ThemeQueryBuilderNode.js +8 -0
  133. package/dist/theme/ThemeQueryBuilderNode.js.map +1 -0
  134. package/dist/theme/ThemeRepetitionWidget.d.ts +51 -0
  135. package/dist/theme/ThemeRepetitionWidget.js +3 -0
  136. package/dist/theme/ThemeRepetitionWidget.js.map +1 -0
  137. package/dist/theme/ThemeReportAppLeftPanel.d.ts +7 -0
  138. package/dist/theme/ThemeReportAppLeftPanel.js +11 -0
  139. package/dist/theme/ThemeReportAppLeftPanel.js.map +1 -0
  140. package/dist/theme/ThemeTable.d.ts +56 -1
  141. package/dist/theme/ThemeTable.js.map +1 -1
  142. package/dist/theme/ThemeWidgetBox.d.ts +77 -0
  143. package/dist/theme/ThemeWidgetBox.js +50 -14
  144. package/dist/theme/ThemeWidgetBox.js.map +1 -1
  145. package/package.json +6 -6
  146. package/dist/theme/ThemeFilterCheckboxes.d.ts +0 -18
  147. package/dist/theme/ThemeFilterCheckboxes.js +0 -11
  148. package/dist/theme/ThemeFilterCheckboxes.js.map +0 -1
  149. package/dist/theme/ThemeGoogleMapMarker.d.ts +0 -51
  150. package/dist/theme/ThemeGoogleMapMarker.js.map +0 -1
  151. package/dist/theme/ThemeReportAppMenu.d.ts +0 -18
  152. package/dist/theme/ThemeReportAppMenu.js.map +0 -1
@@ -0,0 +1,132 @@
1
+ import { FormFieldObject } from "../PublicTemplateForm";
2
+ import { TidyTableColumnSelector } from "../PublicTidyTableTypes";
3
+ export interface GoogleMapCoordinateChartOptions extends FormFieldObject {
4
+ /**
5
+ * Location.
6
+ *
7
+ * A column/member with latitude/longitude properties.
8
+ */
9
+ location?: TidyTableColumnSelector;
10
+ /**
11
+ * Latitude.
12
+ *
13
+ * A column/member with latitude properties.
14
+ */
15
+ latitude?: TidyTableColumnSelector;
16
+ /**
17
+ * Longitude.
18
+ *
19
+ * A column/member with longitude properties.
20
+ */
21
+ longitude?: TidyTableColumnSelector;
22
+ }
23
+ /**
24
+ * https://developers.google.com/maps/documentation/javascript/style-reference
25
+ */
26
+ export declare enum GoogleMapFeaturesStyles {
27
+ ALL = "all",
28
+ ADMINISTRATIVE = "administrative",
29
+ ADMINISTRATIVE_COUNTRY = "administrative.country",
30
+ ADMINISTRATIVE_LAND_PARCEL = "administrative.land_parcel",
31
+ ADMINISTRATIVE_LOCALITY = "administrative.locality",
32
+ ADMINISTRATIVE_NEIGHBORHOOD = "administrative.neighborhood",
33
+ ADMINISTRATIVE_PROVINCE = "administrative.province",
34
+ LANDSCAPE = "landscape",
35
+ LANDSCAPE_MAN_MADE = "landscape.man_made",
36
+ LANDSCAPE_NATURAL = "landscape.natural",
37
+ LANDSCAPE_NATURAL_LANDCOVER = "landscape.natural.landcover",
38
+ LANDSCAPE_NATURAL_TERRAIN = "landscape_natural.terrain",
39
+ POI = "poi",
40
+ POI_ATTRACTION = "poi.attraction",
41
+ POI_BUSINESS = "poi.business",
42
+ POI_GOVERNMENT = "poi.government",
43
+ POI_MEDICAL = "poi.medical",
44
+ POI_PARK = "poi.park",
45
+ POI_PLACE_OF_WORSHIP = "poi.place_of_worship",
46
+ POI_SCHOOL = "poi.school",
47
+ POI_SPORTS_COMPLEX = "poi.sports_complex",
48
+ ROAD = "road",
49
+ ROAD_ARTERIAL = "road.arterial",
50
+ ROAD_HIGHWAY = "road.highway",
51
+ ROAD_HIGHWAY_CONTROLLED_ACCESS = "road.highway.controlled_access",
52
+ ROAD_LOCAL = "road.local",
53
+ TRANSIT = "transit",
54
+ TRANSIT_LINE = "transit.line",
55
+ TRANSIT_STATION = "transit.station",
56
+ TRANSIT_STATION_AIRPORT = "transit.station.airport",
57
+ TRANSIT_STATION_BUS = "transit.station.bus",
58
+ TRANSIT_STATION_RAIL = "transit.station.rail",
59
+ WATER = "water"
60
+ }
61
+ export declare enum GoogleMapTypeId {
62
+ /**
63
+ * This map type displays a transparent layer of major streets on satellite
64
+ * images.
65
+ */
66
+ HYBRID = "hybrid",
67
+ /**
68
+ * This map type displays a normal street map.
69
+ */
70
+ ROADMAP = "roadmap",
71
+ /**
72
+ * This map type displays satellite images.
73
+ */
74
+ SATELLITE = "satellite",
75
+ /**
76
+ * This map type displays maps with physical features such as terrain and
77
+ * vegetation.
78
+ */
79
+ TERRAIN = "terrain"
80
+ }
81
+ /**
82
+ * google.maps.MapOptions
83
+ */
84
+ export interface GoogleMapCommonFieldProps extends FormFieldObject {
85
+ /**
86
+ * Map Type.
87
+ */
88
+ mapType: GoogleMapTypeId[];
89
+ /**
90
+ * Features.
91
+ */
92
+ showFeatures: GoogleMapFeaturesStyles[];
93
+ /**
94
+ * Zoom.
95
+ *
96
+ * To set the currently displayed zoom open the widget's menu (top right) and click on 'Set Zoom & Center'.
97
+ *
98
+ * Integers between zero, and up to the supported <a href="https://developers.google.com/maps/documentation/javascript/maxzoom">maximum zoom level</a>.
99
+ */
100
+ zoom: number;
101
+ /**
102
+ * Latitude.
103
+ *
104
+ * To set the currently displayed latitude open the widget's menu (top right) and click on 'Set Zoom & Center'.
105
+ */
106
+ latitude: number;
107
+ /**
108
+ * Longitude.
109
+ *
110
+ * To set the currently displayed longitude open the widget's menu (top right) and click on 'Set Zoom & Center'.
111
+ */
112
+ longitude: number;
113
+ /**
114
+ * Zoom Control.
115
+ */
116
+ zoomControl?: boolean;
117
+ /**
118
+ * Full Screen Control.
119
+ */
120
+ fullscreenControl?: boolean;
121
+ /**
122
+ * Street View Control.
123
+ */
124
+ streetViewControl?: boolean;
125
+ }
126
+ export interface GoogleMapChartOptions extends FormFieldObject {
127
+ /**
128
+ * Internal usage.
129
+ */
130
+ groupsOrder?: string[];
131
+ mapOptions: GoogleMapCommonFieldProps;
132
+ }
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GoogleMapTypeId = exports.GoogleMapFeaturesStyles = void 0;
4
+ /**
5
+ * https://developers.google.com/maps/documentation/javascript/style-reference
6
+ */
7
+ var GoogleMapFeaturesStyles;
8
+ (function (GoogleMapFeaturesStyles) {
9
+ GoogleMapFeaturesStyles["ALL"] = "all";
10
+ GoogleMapFeaturesStyles["ADMINISTRATIVE"] = "administrative";
11
+ GoogleMapFeaturesStyles["ADMINISTRATIVE_COUNTRY"] = "administrative.country";
12
+ GoogleMapFeaturesStyles["ADMINISTRATIVE_LAND_PARCEL"] = "administrative.land_parcel";
13
+ GoogleMapFeaturesStyles["ADMINISTRATIVE_LOCALITY"] = "administrative.locality";
14
+ GoogleMapFeaturesStyles["ADMINISTRATIVE_NEIGHBORHOOD"] = "administrative.neighborhood";
15
+ GoogleMapFeaturesStyles["ADMINISTRATIVE_PROVINCE"] = "administrative.province";
16
+ GoogleMapFeaturesStyles["LANDSCAPE"] = "landscape";
17
+ GoogleMapFeaturesStyles["LANDSCAPE_MAN_MADE"] = "landscape.man_made";
18
+ GoogleMapFeaturesStyles["LANDSCAPE_NATURAL"] = "landscape.natural";
19
+ GoogleMapFeaturesStyles["LANDSCAPE_NATURAL_LANDCOVER"] = "landscape.natural.landcover";
20
+ GoogleMapFeaturesStyles["LANDSCAPE_NATURAL_TERRAIN"] = "landscape_natural.terrain";
21
+ GoogleMapFeaturesStyles["POI"] = "poi";
22
+ GoogleMapFeaturesStyles["POI_ATTRACTION"] = "poi.attraction";
23
+ GoogleMapFeaturesStyles["POI_BUSINESS"] = "poi.business";
24
+ GoogleMapFeaturesStyles["POI_GOVERNMENT"] = "poi.government";
25
+ GoogleMapFeaturesStyles["POI_MEDICAL"] = "poi.medical";
26
+ GoogleMapFeaturesStyles["POI_PARK"] = "poi.park";
27
+ GoogleMapFeaturesStyles["POI_PLACE_OF_WORSHIP"] = "poi.place_of_worship";
28
+ GoogleMapFeaturesStyles["POI_SCHOOL"] = "poi.school";
29
+ GoogleMapFeaturesStyles["POI_SPORTS_COMPLEX"] = "poi.sports_complex";
30
+ GoogleMapFeaturesStyles["ROAD"] = "road";
31
+ GoogleMapFeaturesStyles["ROAD_ARTERIAL"] = "road.arterial";
32
+ GoogleMapFeaturesStyles["ROAD_HIGHWAY"] = "road.highway";
33
+ GoogleMapFeaturesStyles["ROAD_HIGHWAY_CONTROLLED_ACCESS"] = "road.highway.controlled_access";
34
+ GoogleMapFeaturesStyles["ROAD_LOCAL"] = "road.local";
35
+ GoogleMapFeaturesStyles["TRANSIT"] = "transit";
36
+ GoogleMapFeaturesStyles["TRANSIT_LINE"] = "transit.line";
37
+ GoogleMapFeaturesStyles["TRANSIT_STATION"] = "transit.station";
38
+ GoogleMapFeaturesStyles["TRANSIT_STATION_AIRPORT"] = "transit.station.airport";
39
+ GoogleMapFeaturesStyles["TRANSIT_STATION_BUS"] = "transit.station.bus";
40
+ GoogleMapFeaturesStyles["TRANSIT_STATION_RAIL"] = "transit.station.rail";
41
+ GoogleMapFeaturesStyles["WATER"] = "water";
42
+ })(GoogleMapFeaturesStyles = exports.GoogleMapFeaturesStyles || (exports.GoogleMapFeaturesStyles = {}));
43
+ var GoogleMapTypeId;
44
+ (function (GoogleMapTypeId) {
45
+ /**
46
+ * This map type displays a transparent layer of major streets on satellite
47
+ * images.
48
+ */
49
+ GoogleMapTypeId["HYBRID"] = "hybrid";
50
+ /**
51
+ * This map type displays a normal street map.
52
+ */
53
+ GoogleMapTypeId["ROADMAP"] = "roadmap";
54
+ /**
55
+ * This map type displays satellite images.
56
+ */
57
+ GoogleMapTypeId["SATELLITE"] = "satellite";
58
+ /**
59
+ * This map type displays maps with physical features such as terrain and
60
+ * vegetation.
61
+ */
62
+ GoogleMapTypeId["TERRAIN"] = "terrain";
63
+ })(GoogleMapTypeId = exports.GoogleMapTypeId || (exports.GoogleMapTypeId = {}));
64
+ //# sourceMappingURL=ThemeGoogle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeGoogle.js","sourceRoot":"","sources":["../../src/theme/ThemeGoogle.ts"],"names":[],"mappings":";;;AA4BA;;GAEG;AACH,IAAY,uBAkCX;AAlCD,WAAY,uBAAuB;IAC/B,sCAAW,CAAA;IACX,4DAAiC,CAAA;IACjC,4EAAiD,CAAA;IACjD,oFAAyD,CAAA;IACzD,8EAAmD,CAAA;IACnD,sFAA2D,CAAA;IAC3D,8EAAmD,CAAA;IACnD,kDAAuB,CAAA;IACvB,oEAAyC,CAAA;IACzC,kEAAuC,CAAA;IACvC,sFAA2D,CAAA;IAC3D,kFAAuD,CAAA;IACvD,sCAAW,CAAA;IACX,4DAAiC,CAAA;IACjC,wDAA6B,CAAA;IAC7B,4DAAiC,CAAA;IACjC,sDAA2B,CAAA;IAC3B,gDAAqB,CAAA;IACrB,wEAA6C,CAAA;IAC7C,oDAAyB,CAAA;IACzB,oEAAyC,CAAA;IACzC,wCAAa,CAAA;IACb,0DAA+B,CAAA;IAC/B,wDAA6B,CAAA;IAC7B,4FAAiE,CAAA;IACjE,oDAAyB,CAAA;IACzB,8CAAmB,CAAA;IACnB,wDAA6B,CAAA;IAC7B,8DAAmC,CAAA;IACnC,8EAAmD,CAAA;IACnD,sEAA2C,CAAA;IAC3C,wEAA6C,CAAA;IAC7C,0CAAe,CAAA;AACnB,CAAC,EAlCW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAkClC;AAED,IAAY,eAmBX;AAnBD,WAAY,eAAe;IACvB;;;OAGG;IACH,oCAAiB,CAAA;IACjB;;OAEG;IACH,sCAAmB,CAAA;IACnB;;OAEG;IACH,0CAAuB,CAAA;IACvB;;;OAGG;IACH,sCAAmB,CAAA;AACvB,CAAC,EAnBW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAmB1B"}
@@ -0,0 +1,58 @@
1
+ import { GoogleMapChartOptions, GoogleMapCoordinateChartOptions } from "./ThemeGoogle";
2
+ import { TidyTableColumnSelector } from "../PublicTidyTableTypes";
3
+ import { IPaletteDef } from "../PublicTemplateForm";
4
+ /**
5
+ * Image Options (fields of the "Chart" tab in the widget editor).
6
+ *
7
+ * google.maps.visualization.HeatmapLayerOptions
8
+ *
9
+ * <pre>
10
+ * Plugin ID : ic3
11
+ * Widget/Template ID: GoogleHeatMap
12
+ * </pre>
13
+ *
14
+ * @see WidgetTemplateChartOptions
15
+ */
16
+ export interface GoogleHeatMapChartOptions extends GoogleMapCoordinateChartOptions, GoogleMapChartOptions {
17
+ /**
18
+ * Weight.
19
+ *
20
+ * Weight of the data points.
21
+ */
22
+ weight?: TidyTableColumnSelector;
23
+ /**
24
+ * Color Gradient.
25
+ */
26
+ colorGradient?: IPaletteDef;
27
+ /**
28
+ * Add Transparent Color.
29
+ */
30
+ addTransparentColor: boolean;
31
+ /**
32
+ * Dissipating.
33
+ *
34
+ * Specifies whether heatmaps dissipate on zoom. When dissipating is disabled the radius of influence increases
35
+ * with zoom level to ensure that the color intensity is preserved at any given geographic location.
36
+ */
37
+ dissipating?: boolean;
38
+ /**
39
+ * Max Intensity.
40
+ *
41
+ * The maximum intensity of the heatmap. By default, heatmap colors are dynamically scaled according to
42
+ * the greatest concentration of points at any particular pixel on the map. This property allows you to
43
+ * specify a fixed maximum.
44
+ */
45
+ maxIntensity?: number;
46
+ /**
47
+ * Opacity.
48
+ *
49
+ * The opacity of the heatmap, expressed as a number between 0 and 1.
50
+ */
51
+ opacity: number;
52
+ /**
53
+ * Radius.
54
+ *
55
+ * The radius of influence for each data point, in pixels.
56
+ */
57
+ radius?: number;
58
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ThemeGoogleHeatMap.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeGoogleHeatMap.js","sourceRoot":"","sources":["../../src/theme/ThemeGoogleHeatMap.ts"],"names":[],"mappings":""}
@@ -0,0 +1,40 @@
1
+ import { GoogleMapChartOptions } from "./ThemeGoogle";
2
+ import { TidyTableColumnSelector } from "../PublicTidyTableTypes";
3
+ /**
4
+ * Google KML Map Options (fields of the "Chart" tab in the widget editor).
5
+ *
6
+ * google.maps.KmlLayerOptions
7
+ *
8
+ * <pre>
9
+ * Plugin ID : ic3
10
+ * Widget/Template ID: GoogleKmlLayer
11
+ * </pre>
12
+ *
13
+ * @see WidgetTemplateChartOptions
14
+ */
15
+ export interface GoogleKmlLayerChartOptions extends GoogleMapChartOptions {
16
+ /**
17
+ * Preserve Viewport.
18
+ *
19
+ * By default, the input map is centered and zoomed to the bounding box of the contents of the layer.
20
+ * If this option is set to true, the viewport is left unchanged, unless the map's center and zoom
21
+ * were never set.
22
+ */
23
+ preserveViewport: boolean;
24
+ /**
25
+ * Screen Overlays.
26
+ *
27
+ * Whether to render the screen overlays.
28
+ */
29
+ screenOverlays: boolean;
30
+ /**
31
+ * Suppress Info Windows.
32
+ *
33
+ * Suppress the rendering of info windows when layer features are clicked.
34
+ */
35
+ suppressInfoWindows: boolean;
36
+ /**
37
+ * KML URL.
38
+ */
39
+ kmlUrl: TidyTableColumnSelector;
40
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ThemeGoogleKmlLayer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeGoogleKmlLayer.js","sourceRoot":"","sources":["../../src/theme/ThemeGoogleKmlLayer.ts"],"names":[],"mappings":""}
@@ -0,0 +1,147 @@
1
+ import { TidyTableColumnSelector } from "../PublicTidyTableTypes";
2
+ import { GoogleMapChartOptions, GoogleMapCoordinateChartOptions } from "./ThemeGoogle";
3
+ export interface GoogleMarkerVariantChartOptions {
4
+ /**
5
+ * The symbol's path, which is a built-in symbol path, or a custom path expressed using
6
+ * <a href="http://www.w3.org/TR/SVG/paths.html#PathData">SVG path notation</a>.
7
+ *
8
+ * 22px,22px expected.
9
+ */
10
+ path: string;
11
+ /**
12
+ * The symbol's fill opacity. Defaults to 0.
13
+ */
14
+ fillOpacity?: number;
15
+ /**
16
+ * The amount by which the symbol is scaled in size. For symbol markers, this defaults to 1; after scaling,
17
+ * the symbol may be of any size. For symbols on a polyline, this defaults to the stroke weight of the polyline;
18
+ * after scaling, the symbol must lie inside a square 22 pixels in size centered at the symbol's anchor.
19
+ */
20
+ scale?: number;
21
+ /**
22
+ * Anchor for the marker (0,0 is top left).
23
+ */
24
+ anchorX?: number;
25
+ anchorY?: number;
26
+ /**
27
+ * The symbol's stroke color. All CSS3 colors are supported except for extended named colors. For symbol markers,
28
+ * this defaults to 'black'. For symbols on a polyline, this defaults to the stroke color of the polyline.
29
+ */
30
+ strokeColor?: string | null | undefined;
31
+ /**
32
+ * The symbol's stroke opacity. For symbol markers, this defaults to 1. For symbols on a polyline,
33
+ * this defaults to the stroke opacity of the polyline.
34
+ */
35
+ strokeOpacity?: number | null | undefined;
36
+ /**
37
+ * The symbol's stroke weight. Defaults to the <code>scale</code> of the symbol.
38
+ */
39
+ strokeWeight?: number | null | undefined;
40
+ }
41
+ /**
42
+ * Google Marker Options (fields of the "Chart" tab in the widget editor).
43
+ *
44
+ * google.maps.Symbol
45
+ *
46
+ * <pre>
47
+ * Plugin ID : ic3
48
+ * Widget/Template ID: GoogleHeatMap
49
+ * </pre>
50
+ *
51
+ * @see WidgetTemplateChartOptions
52
+ */
53
+ export interface GoogleMarkerChartOptions extends GoogleMapCoordinateChartOptions, GoogleMapChartOptions {
54
+ /**
55
+ * Marker's Variant.
56
+ */
57
+ markersVariant?: string;
58
+ /**
59
+ * Icon Path.
60
+ *
61
+ * An SVG path for the icon of size 22x22 ([doc](https://developers.google.com/maps/documentation/javascript/markers#symbols).
62
+ * You can use [Material-UI] ones (https://material-ui.com/components/material-icons/) (you have to use DevTools inspect).
63
+ */
64
+ path: string;
65
+ /**
66
+ * Fill Opacity.
67
+ */
68
+ fillOpacity: number;
69
+ /**
70
+ * Stroke Weight
71
+ */
72
+ strokeWeight?: number;
73
+ /**
74
+ * Marker Scale.
75
+ *
76
+ * The amount by which the symbol is scaled in size. For symbol markers, this defaults to 1; after scaling,
77
+ * the symbol may be of any size. For symbols on a polyline, this defaults to the stroke weight of the polyline;
78
+ * after scaling, the symbol must lie inside a square 22 pixels in size centered at the symbol's anchor.
79
+ *
80
+ * A row expression: c.scaleNormalize() or 1.
81
+ */
82
+ scale: string;
83
+ /**
84
+ * Scale Column.
85
+ *
86
+ * The column used in the scale expression.
87
+ */
88
+ scaleColumn?: TidyTableColumnSelector;
89
+ /**
90
+ * Tooltip.
91
+ */
92
+ tooltip?: string;
93
+ /**
94
+ * Anchor X
95
+ *
96
+ * (0,0) is top left.
97
+ */
98
+ markerAnchorX?: number;
99
+ /**
100
+ * Anchor Y
101
+ *
102
+ * (0,0) is top left.
103
+ */
104
+ markerAnchorY?: number;
105
+ /**
106
+ * Use Marker Clusters.
107
+ *
108
+ * Creates per-zoom-level clusters for large amounts of markers.
109
+ */
110
+ useMarkerClusterer: boolean;
111
+ /**
112
+ * Max Zoom.
113
+ *
114
+ * The maximum zoom level at which clustering is enabled.
115
+ */
116
+ maxZoom: number;
117
+ /**
118
+ * Min Cluster Size.
119
+ *
120
+ * The minimum number of markers needed in a cluster before the markers are hidden and a cluster marker appears.
121
+ */
122
+ minimumClusterSize?: number;
123
+ /**
124
+ * Cluster Title.
125
+ *
126
+ * The tooltip to display when the mouse moves over a cluster marker.
127
+ */
128
+ clusterTitle?: string;
129
+ /**
130
+ * Zoom On Click.
131
+ *
132
+ * Zoom the area when clicking a clustered marker.
133
+ */
134
+ zoomOnClick: boolean;
135
+ /**
136
+ * Marker Click Event Column.
137
+ *
138
+ * Column used when firing a marker-click event.
139
+ */
140
+ clickEventColumn?: TidyTableColumnSelector;
141
+ /**
142
+ * Markers Fill Color.
143
+ *
144
+ * Column used containing the color of the markers.
145
+ */
146
+ color?: TidyTableColumnSelector;
147
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ThemeGoogleMarker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeGoogleMarker.js","sourceRoot":"","sources":["../../src/theme/ThemeGoogleMarker.ts"],"names":[],"mappings":""}
@@ -8,9 +8,13 @@ export interface HtmlBoxClasses {
8
8
  export declare type HtmlBoxClassKey = keyof HtmlBoxClasses;
9
9
  export declare type HtmlBoxVariant = "plain" |
10
10
  /**
11
- * Used by the documentation dialog and possibly text box used for documentation.
11
+ * Used by the editor documentation dialog and text box used for Live Demo documentation.
12
12
  */
13
13
  "doc" |
14
+ /**
15
+ * Used by the dashboard documentation dialog (e.g., filter panel usage, box help icon).
16
+ */
17
+ "dashboardDoc" |
14
18
  /**
15
19
  * Used by the widget box tooltip/help icon.
16
20
  */
@@ -0,0 +1,19 @@
1
+ import { FormFieldObject } from "../PublicTemplateForm";
2
+ /**
3
+ * Image Options (fields of the "Chart" tab in the widget editor).
4
+ *
5
+ * <pre>
6
+ * Plugin ID : ic3
7
+ * Widget/Template ID: Image
8
+ * </pre>
9
+ *
10
+ * @see WidgetTemplateChartOptions
11
+ */
12
+ export interface ImageChartOptions extends FormFieldObject {
13
+ /**
14
+ * URL.
15
+ *
16
+ * An absolute or relative URL.
17
+ */
18
+ urlToImage: string;
19
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ThemeImage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeImage.js","sourceRoot":"","sources":["../../src/theme/ThemeImage.ts"],"names":[],"mappings":""}
@@ -0,0 +1,46 @@
1
+ import { FormFieldObject } from "../PublicTemplateForm";
2
+ import { HtmlBoxVariant } from "./ThemeHtmlBox";
3
+ import { TidyTableColumnSelector } from "../PublicTidyTableTypes";
4
+ /**
5
+ * KPI Box Options (fields of the "Chart" tab in the widget editor).
6
+ *
7
+ * <pre>
8
+ * Plugin ID : ic3
9
+ * Widget/Template ID: KpiBox
10
+ * </pre>
11
+ *
12
+ * @see WidgetTemplateChartOptions
13
+ */
14
+ export interface KpiBoxChartOptions extends FormFieldObject {
15
+ variant?: HtmlBoxVariant;
16
+ /**
17
+ * Pre Markdown.
18
+ *
19
+ * Expression that returns a markdown text. Evaluated once before row's markdown.
20
+ */
21
+ preMarkdown?: string;
22
+ /**
23
+ * Markdown.
24
+ *
25
+ * Expression that returns a markdown text. Evaluated for each row of the tidy table.
26
+ */
27
+ markdown: string;
28
+ /**
29
+ * Post Markdown.
30
+ *
31
+ * Expression that returns a markdown text. Evaluated once after row's markdown.
32
+ */
33
+ postMarkdown?: string;
34
+ /**
35
+ * Column.
36
+ *
37
+ * Default column for the expression and the background color.
38
+ */
39
+ column?: TidyTableColumnSelector;
40
+ /**
41
+ * Background Color.
42
+ *
43
+ * Use the column color to set the background color.
44
+ */
45
+ backgroundColorFromQuery: boolean;
46
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ThemeKpiBox.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeKpiBox.js","sourceRoot":"","sources":["../../src/theme/ThemeKpiBox.ts"],"names":[],"mappings":""}
@@ -0,0 +1,98 @@
1
+ import { FormFieldObject } from "../PublicTemplateForm";
2
+ import { TidyTableColumnSelector } from "../PublicTidyTableTypes";
3
+ import { CompareTextInterpretationType, SparkChartType, SparklinePosition, TargetTextIconSet, TargetTextPosition } from "../ITypes";
4
+ /**
5
+ * KPI Card Options (fields of the "Chart" tab in the widget editor).
6
+ *
7
+ * <pre>
8
+ * Plugin ID : ic3
9
+ * Widget/Template ID: KpiCard
10
+ * </pre>
11
+ *
12
+ * @see WidgetTemplateChartOptions
13
+ */
14
+ export interface KpiCartChartOptions extends FormFieldObject {
15
+ /**
16
+ * Value.
17
+ *
18
+ * The KPI value to show in the widget.
19
+ */
20
+ value: TidyTableColumnSelector;
21
+ /**
22
+ * Target.
23
+ *
24
+ * Compare the value with this target value.
25
+ */
26
+ target?: TidyTableColumnSelector;
27
+ /**
28
+ * Historical Data.
29
+ *
30
+ * The data for the sparkline. This must be a list of numbers, e.g., [43, 5, 2, 4].
31
+ * The color of the sparkline depends on the trend of the sparkline.
32
+ */
33
+ data?: TidyTableColumnSelector;
34
+ /**
35
+ * Title Text.
36
+ *
37
+ * The text above the value.
38
+ */
39
+ titleText: string;
40
+ /**
41
+ * Value Text.
42
+ *
43
+ * The text for the value.
44
+ */
45
+ valueText: string;
46
+ /**
47
+ * Target Text.
48
+ *
49
+ * The text to display after the percentage difference.
50
+ */
51
+ targetText: string;
52
+ /**
53
+ * Interpretation.
54
+ *
55
+ * How to compare the value and the target.
56
+ */
57
+ targetInterpretation: CompareTextInterpretationType;
58
+ /**
59
+ * Target Position.
60
+ *
61
+ * Where to display the target.
62
+ */
63
+ targetPosition: TargetTextPosition;
64
+ /**
65
+ * Trend Icon.
66
+ *
67
+ * Display the trend icon?
68
+ */
69
+ includeTrendIcon: boolean;
70
+ /**
71
+ * Icon.
72
+ *
73
+ * The icon that indicate the trend.
74
+ */
75
+ iconSet: TargetTextIconSet;
76
+ /**
77
+ * Sparkline Type.
78
+ */
79
+ sparkChartType: SparkChartType;
80
+ /**
81
+ * Tooltips.
82
+ *
83
+ * Enable tooltips when the user hovers over the sparkline.
84
+ */
85
+ sparklineTooltips: boolean;
86
+ /**
87
+ * Fill Mode.
88
+ *
89
+ * Fill the area under the sparkline.
90
+ */
91
+ sparklineHasArea: boolean;
92
+ /**
93
+ * Position.
94
+ *
95
+ * Where to display the sparkline.
96
+ */
97
+ sparklinePosition: SparklinePosition;
98
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ThemeKpiCard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeKpiCard.js","sourceRoot":"","sources":["../../src/theme/ThemeKpiCard.ts"],"names":[],"mappings":""}