@ic3/reporting-api 8.0.0-rc.2 → 8.0.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 (121) 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 +29 -8
  5. package/dist/IPluginDefinition.d.ts +9 -0
  6. package/dist/IReporting.d.ts +3 -1
  7. package/dist/IThemeManager.d.ts +14 -13
  8. package/dist/IThemeManager.js.map +1 -1
  9. package/dist/ITypes.d.ts +25 -0
  10. package/dist/ITypes.js +31 -0
  11. package/dist/ITypes.js.map +1 -0
  12. package/dist/IWidgetManager.d.ts +5 -2
  13. package/dist/LazyTreeView.d.ts +6 -1
  14. package/dist/PublicContext.d.ts +19 -4
  15. package/dist/PublicLayout.d.ts +7 -23
  16. package/dist/PublicTemplate.d.ts +101 -41
  17. package/dist/PublicTemplate.js +1 -10
  18. package/dist/PublicTemplate.js.map +1 -1
  19. package/dist/PublicTemplateForm.d.ts +126 -15
  20. package/dist/PublicTemplateForm.js +1 -9
  21. package/dist/PublicTemplateForm.js.map +1 -1
  22. package/dist/PublicTemplates.d.ts +61 -0
  23. package/dist/{theme/ThemeGoogleMapMarker.js → PublicTemplates.js} +1 -1
  24. package/dist/PublicTemplates.js.map +1 -0
  25. package/dist/PublicTheme.d.ts +112 -75
  26. package/dist/PublicTheme.js.map +1 -1
  27. package/dist/PublicTidyColumn.d.ts +29 -9
  28. package/dist/PublicTidyColumn.js.map +1 -1
  29. package/dist/PublicTidyHistogram.d.ts +32 -0
  30. package/dist/PublicTidyHistogram.js.map +1 -1
  31. package/dist/PublicTidyMath.d.ts +2 -2
  32. package/dist/PublicTidyTable.d.ts +35 -18
  33. package/dist/PublicTidyTableInteractions.d.ts +24 -2
  34. package/dist/PublicTidyTableTypes.d.ts +28 -8
  35. package/dist/PublicTidyTableTypes.js +18 -1
  36. package/dist/PublicTidyTableTypes.js.map +1 -1
  37. package/dist/PublicTidyTree.d.ts +13 -3
  38. package/dist/PublicTidyTree.js +19 -13
  39. package/dist/PublicTidyTree.js.map +1 -1
  40. package/dist/index.d.ts +24 -0
  41. package/dist/index.js +29 -1
  42. package/dist/index.js.map +1 -1
  43. package/dist/theme/ThemeAmCharts4.d.ts +1346 -0
  44. package/dist/theme/ThemeAmCharts4.js +61 -0
  45. package/dist/theme/ThemeAmCharts4.js.map +1 -0
  46. package/dist/theme/ThemeApp.d.ts +11 -11
  47. package/dist/theme/ThemeApp.js +40 -0
  48. package/dist/theme/ThemeApp.js.map +1 -1
  49. package/dist/theme/ThemeBaseTable.d.ts +94 -0
  50. package/dist/theme/ThemeBaseTable.js +10 -0
  51. package/dist/theme/ThemeBaseTable.js.map +1 -0
  52. package/dist/theme/ThemeDatePicker.d.ts +111 -0
  53. package/dist/theme/ThemeDatePicker.js +3 -0
  54. package/dist/theme/ThemeDatePicker.js.map +1 -0
  55. package/dist/theme/ThemeEmbeddedReport.d.ts +25 -0
  56. package/dist/theme/ThemeEmbeddedReport.js +3 -0
  57. package/dist/theme/ThemeEmbeddedReport.js.map +1 -0
  58. package/dist/theme/ThemeFilter.d.ts +28 -0
  59. package/dist/theme/ThemeFilter.js +3 -0
  60. package/dist/theme/ThemeFilter.js.map +1 -0
  61. package/dist/theme/ThemeFilterAutocomplete.d.ts +31 -15
  62. package/dist/theme/ThemeFilterAutocomplete.js.map +1 -1
  63. package/dist/theme/ThemeFilterButtons.d.ts +40 -19
  64. package/dist/theme/ThemeFilterButtons.js.map +1 -1
  65. package/dist/theme/ThemeFilterCheckboxRadio.d.ts +48 -0
  66. package/dist/theme/ThemeFilterCheckboxRadio.js +23 -0
  67. package/dist/theme/ThemeFilterCheckboxRadio.js.map +1 -0
  68. package/dist/theme/ThemeFilterPanel.d.ts +84 -0
  69. package/dist/theme/ThemeFilterPanel.js +35 -0
  70. package/dist/theme/ThemeFilterPanel.js.map +1 -0
  71. package/dist/theme/ThemeFilterSlider.d.ts +42 -28
  72. package/dist/theme/ThemeFilterSlider.js +7 -7
  73. package/dist/theme/ThemeFilterSlider.js.map +1 -1
  74. package/dist/theme/ThemeFilterTree.d.ts +60 -30
  75. package/dist/theme/ThemeFilterTree.js.map +1 -1
  76. package/dist/theme/ThemeGoogle.d.ts +132 -0
  77. package/dist/theme/ThemeGoogle.js +64 -0
  78. package/dist/theme/ThemeGoogle.js.map +1 -0
  79. package/dist/theme/ThemeGoogleHeatMap.d.ts +58 -0
  80. package/dist/theme/ThemeGoogleHeatMap.js +3 -0
  81. package/dist/theme/ThemeGoogleHeatMap.js.map +1 -0
  82. package/dist/theme/ThemeGoogleKmlLayer.d.ts +40 -0
  83. package/dist/theme/ThemeGoogleKmlLayer.js +3 -0
  84. package/dist/theme/ThemeGoogleKmlLayer.js.map +1 -0
  85. package/dist/theme/ThemeGoogleMarker.d.ts +147 -0
  86. package/dist/theme/ThemeGoogleMarker.js +3 -0
  87. package/dist/theme/ThemeGoogleMarker.js.map +1 -0
  88. package/dist/theme/ThemeHtmlBox.d.ts +5 -1
  89. package/dist/theme/ThemeImage.d.ts +19 -0
  90. package/dist/theme/ThemeImage.js +3 -0
  91. package/dist/theme/ThemeImage.js.map +1 -0
  92. package/dist/theme/ThemeKpiBox.d.ts +46 -0
  93. package/dist/theme/ThemeKpiBox.js +3 -0
  94. package/dist/theme/ThemeKpiBox.js.map +1 -0
  95. package/dist/theme/ThemeKpiCard.d.ts +98 -0
  96. package/dist/theme/ThemeKpiCard.js +3 -0
  97. package/dist/theme/ThemeKpiCard.js.map +1 -0
  98. package/dist/theme/ThemeMarkdownText.d.ts +27 -0
  99. package/dist/theme/ThemeMarkdownText.js +3 -0
  100. package/dist/theme/ThemeMarkdownText.js.map +1 -0
  101. package/dist/theme/ThemePivotTable.d.ts +61 -0
  102. package/dist/theme/ThemePivotTable.js +10 -1
  103. package/dist/theme/ThemePivotTable.js.map +1 -1
  104. package/dist/theme/ThemeRepetitionWidget.d.ts +51 -0
  105. package/dist/theme/ThemeRepetitionWidget.js +3 -0
  106. package/dist/theme/ThemeRepetitionWidget.js.map +1 -0
  107. package/dist/theme/ThemeReportAppLeftPanel.d.ts +7 -0
  108. package/dist/theme/ThemeReportAppLeftPanel.js +11 -0
  109. package/dist/theme/ThemeReportAppLeftPanel.js.map +1 -0
  110. package/dist/theme/ThemeTable.d.ts +155 -2
  111. package/dist/theme/ThemeTable.js +165 -1
  112. package/dist/theme/ThemeTable.js.map +1 -1
  113. package/dist/theme/ThemeWidgetBox.d.ts +69 -0
  114. package/dist/theme/ThemeWidgetBox.js +29 -1
  115. package/dist/theme/ThemeWidgetBox.js.map +1 -1
  116. package/package.json +6 -6
  117. package/dist/theme/ThemeFilterCheckboxes.d.ts +0 -18
  118. package/dist/theme/ThemeFilterCheckboxes.js +0 -11
  119. package/dist/theme/ThemeFilterCheckboxes.js.map +0 -1
  120. package/dist/theme/ThemeGoogleMapMarker.d.ts +0 -51
  121. package/dist/theme/ThemeGoogleMapMarker.js.map +0 -1
@@ -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: GoogleKmlMap
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":""}
@@ -0,0 +1,27 @@
1
+ import { FormFieldObject } from "../PublicTemplateForm";
2
+ import { HtmlBoxVariant } from "./ThemeHtmlBox";
3
+ /**
4
+ * Markdown Text Options (fields of the "Chart" tab in the widget editor).
5
+ *
6
+ * <pre>
7
+ * Plugin ID : ic3
8
+ * Widget/Template ID: MarkdownText
9
+ * </pre>
10
+ *
11
+ * @see WidgetTemplateChartOptions
12
+ */
13
+ export interface MarkdownTextChartOptions extends FormFieldObject {
14
+ /**
15
+ * Variant.
16
+ *
17
+ * Allows for selecting a set of preset options. Note that a variant is possibly overriding defined options.
18
+ */
19
+ variant?: HtmlBoxVariant;
20
+ /**
21
+ * Markdown.
22
+ *
23
+ * A text following the basic syntax of the markdown (GitHub Flavored Markdown (GFM)) markup language
24
+ * ([www](https://www.markdownguide.org/basic-syntax/)).
25
+ */
26
+ "$-markdown"?: string;
27
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ThemeMarkdownText.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeMarkdownText.js","sourceRoot":"","sources":["../../src/theme/ThemeMarkdownText.ts"],"names":[],"mappings":""}
@@ -1,3 +1,5 @@
1
+ import { BaseTableChartOptions } from "./ThemeBaseTable";
2
+ import { TidyTableColumnSelector } from "../PublicTidyTableTypes";
1
3
  export declare class PivotTableClasses {
2
4
  static readonly main = "ic3-pt";
3
5
  static readonly cell = "ic3-pt-cell";
@@ -21,3 +23,62 @@ export declare type PivotTableClassKey = keyof PivotTableClasses;
21
23
  export interface PivotTableProps {
22
24
  variant?: string;
23
25
  }
26
+ export declare enum PivotTableHoverEffectOptions {
27
+ NONE = "NONE",
28
+ SELECTION_OR_ROW = "SELECTION_OR_ROW",
29
+ ROW_OR_COLUMN = "ROW_OR_COLUMN",
30
+ ROW_AND_COLUMN = "ROW_AND_COLUMN",
31
+ ROW_ONLY = "ROW_ONLY",
32
+ COLUMN_ONLY = "COLUMN_ONLY"
33
+ }
34
+ /**
35
+ * Pivot Table Options (fields of the "Chart" tab in the widget editor).
36
+ *
37
+ * <pre>
38
+ * Plugin ID : ic3
39
+ * Widget/Template ID: PivotTable
40
+ * </pre>
41
+ *
42
+ * @see WidgetTemplateChartOptions
43
+ */
44
+ export interface PivotTableChartOptions extends BaseTableChartOptions {
45
+ /**
46
+ * Name of a variant. Note that a variant is possibly overriding defined options.
47
+ */
48
+ variant?: string;
49
+ /**
50
+ * Cell Value. Defines the column containing the measures for the cells.
51
+ */
52
+ cellValue?: TidyTableColumnSelector;
53
+ /**
54
+ * Corner Text.
55
+ *
56
+ * The text to display in the top left corner.
57
+ */
58
+ cornerText?: string;
59
+ /**
60
+ * Wrap Top Header.
61
+ *
62
+ * Display the top header content on multiple lines.
63
+ */
64
+ topHeaderWrap: boolean;
65
+ /**
66
+ * Flatten Top Header.
67
+ *
68
+ * Removes drilldown and parent/child relations from top header.
69
+ */
70
+ flattenTopHeader: boolean;
71
+ /**
72
+ * Left Header Alignment (CSV).
73
+ *
74
+ * The first column (possibly a multi-hierarchy axis). A comma separated list of values:
75
+ * 'left', 'center', 'right'. The last value repeats itself.
76
+ */
77
+ columnLeftHeaderAlign: string;
78
+ /**
79
+ * Hover Behavior.
80
+ *
81
+ * Highlight rows and/or columns on hover.
82
+ */
83
+ hoverOptions: PivotTableHoverEffectOptions;
84
+ }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PivotTableClasses = void 0;
3
+ exports.PivotTableHoverEffectOptions = exports.PivotTableClasses = void 0;
4
4
  class PivotTableClasses {
5
5
  }
6
6
  exports.PivotTableClasses = PivotTableClasses;
@@ -18,4 +18,13 @@ PivotTableClasses.iconSort = "ic3-pt-icon-sort";
18
18
  PivotTableClasses.emptyHeader = "ic3-pt-empty-header";
19
19
  PivotTableClasses.selected = "ic3-pt-selected";
20
20
  PivotTableClasses.hover = "ic3-pt-hover";
21
+ var PivotTableHoverEffectOptions;
22
+ (function (PivotTableHoverEffectOptions) {
23
+ PivotTableHoverEffectOptions["NONE"] = "NONE";
24
+ PivotTableHoverEffectOptions["SELECTION_OR_ROW"] = "SELECTION_OR_ROW";
25
+ PivotTableHoverEffectOptions["ROW_OR_COLUMN"] = "ROW_OR_COLUMN";
26
+ PivotTableHoverEffectOptions["ROW_AND_COLUMN"] = "ROW_AND_COLUMN";
27
+ PivotTableHoverEffectOptions["ROW_ONLY"] = "ROW_ONLY";
28
+ PivotTableHoverEffectOptions["COLUMN_ONLY"] = "COLUMN_ONLY";
29
+ })(PivotTableHoverEffectOptions = exports.PivotTableHoverEffectOptions || (exports.PivotTableHoverEffectOptions = {}));
21
30
  //# sourceMappingURL=ThemePivotTable.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemePivotTable.js","sourceRoot":"","sources":["../../src/theme/ThemePivotTable.ts"],"names":[],"mappings":";;;AAAA,MAAa,iBAAiB;;AAA9B,8CA4BC;AA1BmB,sBAAI,GAAG,QAAQ,CAAC;AAEhB,sBAAI,GAAG,aAAa,CAAC;AAErB,gCAAc,GAAG,eAAe,CAAC;AACjC,iCAAe,GAAG,oCAAoC,CAAC;AAEvD,+BAAa,GAAG,eAAe,CAAC;AAChC,gCAAc,GAAG,oCAAoC,CAAC;AAEtD,wBAAM,GAAG,YAAY,CAAC;AAEtB,iCAAe,GAAG,8BAA8B,CAAC;AAEjD,wCAAsB,GAAG,sCAAsC,CAAC;AAEhE,sBAAI,GAAG,aAAa,CAAC;AAErB,0BAAQ,GAAG,kBAAkB,CAAC;AAE9B,6BAAW,GAAG,qBAAqB,CAAC;AAEpC,0BAAQ,GAAG,iBAAiB,CAAC;AAE7B,uBAAK,GAAG,cAAc,CAAC"}
1
+ {"version":3,"file":"ThemePivotTable.js","sourceRoot":"","sources":["../../src/theme/ThemePivotTable.ts"],"names":[],"mappings":";;;AAGA,MAAa,iBAAiB;;AAA9B,8CA8BC;AA5BmB,sBAAI,GAAG,QAAQ,CAAC;AAEhB,sBAAI,GAAG,aAAa,CAAC;AAErB,gCAAc,GAAG,eAAe,CAAC;AAEjC,iCAAe,GAAG,oCAAoC,CAAC;AAEvD,+BAAa,GAAG,eAAe,CAAC;AAEhC,gCAAc,GAAG,oCAAoC,CAAC;AAEtD,wBAAM,GAAG,YAAY,CAAC;AAEtB,iCAAe,GAAG,8BAA8B,CAAC;AAEjD,wCAAsB,GAAG,sCAAsC,CAAC;AAEhE,sBAAI,GAAG,aAAa,CAAC;AAErB,0BAAQ,GAAG,kBAAkB,CAAC;AAE9B,6BAAW,GAAG,qBAAqB,CAAC;AAEpC,0BAAQ,GAAG,iBAAiB,CAAC;AAE7B,uBAAK,GAAG,cAAc,CAAC;AAc3C,IAAY,4BAOX;AAPD,WAAY,4BAA4B;IACpC,6CAAa,CAAA;IACb,qEAAqC,CAAA;IACrC,+DAA+B,CAAA;IAC/B,iEAAiC,CAAA;IACjC,qDAAqB,CAAA;IACrB,2DAA2B,CAAA;AAC/B,CAAC,EAPW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAOvC"}
@@ -0,0 +1,51 @@
1
+ import { FormFieldObject } from "../PublicTemplateForm";
2
+ import { TidyTableColumnSelector } from "../PublicTidyTableTypes";
3
+ /**
4
+ * Repetition Widget Options (fields of the "Chart" tab in the widget editor).
5
+ *
6
+ * <pre>
7
+ * Plugin ID : ic3
8
+ * Widget/Template ID: RepetitionWidget
9
+ * </pre>
10
+ *
11
+ * @see WidgetTemplateChartOptions
12
+ */
13
+ export interface RepetitionWidgetChartOptions extends FormFieldObject {
14
+ /**
15
+ * (Repetition) Rows.
16
+ *
17
+ * The items on the vertical axis. Refer to the editor documentation for default behavior.
18
+ */
19
+ row?: TidyTableColumnSelector;
20
+ /**
21
+ * (Repetition) Columns.
22
+ *
23
+ * The items on the horizontal axis. Refer to the editor documentation for default behavior.
24
+ */
25
+ column?: TidyTableColumnSelector;
26
+ /**
27
+ * Visual Row Count.
28
+ *
29
+ * Defaulted to the number of items in the vertical axis.
30
+ */
31
+ visualRowNumber?: number;
32
+ /**
33
+ * Visual Column Count.
34
+ *
35
+ * Defaulted to the number of items in the horizontal axis. When defined,
36
+ * takes precedence over the visual column count.
37
+ */
38
+ visualColumnNumber?: number;
39
+ /**
40
+ * Right Padding.
41
+ *
42
+ * Defines the horizontal space between the repeated widgets.
43
+ */
44
+ rightPadding?: number;
45
+ /**
46
+ * Bottom Padding.
47
+ *
48
+ * Defines the vertical space between the repeated widgets.
49
+ */
50
+ bottomPadding?: number;
51
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ThemeRepetitionWidget.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeRepetitionWidget.js","sourceRoot":"","sources":["../../src/theme/ThemeRepetitionWidget.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export declare class ReportAppLeftPanelClasses {
2
+ static readonly reportAppLeftPanelMenu = "ReportAppLeftPanel-menu";
3
+ static readonly reportAppLeftPanelIcon = "ReportAppLeftPanel-icon";
4
+ static readonly reportAppLeftPanelTitle = "ReportAppLeftPanel-title";
5
+ static readonly reportAppLeftPanelFilter = "ReportAppLeftPanel-filter";
6
+ }
7
+ export declare type ReportAppLeftPanelClassKey = keyof ReportAppLeftPanelClasses;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReportAppLeftPanelClasses = void 0;
4
+ class ReportAppLeftPanelClasses {
5
+ }
6
+ exports.ReportAppLeftPanelClasses = ReportAppLeftPanelClasses;
7
+ ReportAppLeftPanelClasses.reportAppLeftPanelMenu = "ReportAppLeftPanel-menu";
8
+ ReportAppLeftPanelClasses.reportAppLeftPanelIcon = "ReportAppLeftPanel-icon";
9
+ ReportAppLeftPanelClasses.reportAppLeftPanelTitle = "ReportAppLeftPanel-title";
10
+ ReportAppLeftPanelClasses.reportAppLeftPanelFilter = "ReportAppLeftPanel-filter";
11
+ //# sourceMappingURL=ThemeReportAppLeftPanel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeReportAppLeftPanel.js","sourceRoot":"","sources":["../../src/theme/ThemeReportAppLeftPanel.ts"],"names":[],"mappings":";;;AAAA,MAAa,yBAAyB;;AAAtC,8DAUC;AARmB,gDAAsB,GAAG,yBAAyB,CAAC;AAEnD,gDAAsB,GAAG,yBAAyB,CAAC;AAEnD,iDAAuB,GAAG,0BAA0B,CAAC;AAErD,kDAAwB,GAAG,2BAA2B,CAAC"}