@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,61 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SeriesLabelsPosition = exports.CategoryAxisRotateLabels = exports.OverflowType = exports.LegendPositionOption = exports.GeoMapChartUnMatchedRegionStrategy = exports.GeoMapChartProjection = exports.AxisRangeType = void 0;
4
+ var AxisRangeType;
5
+ (function (AxisRangeType) {
6
+ AxisRangeType["LINE"] = "single_line";
7
+ AxisRangeType["RANGE"] = "range";
8
+ })(AxisRangeType = exports.AxisRangeType || (exports.AxisRangeType = {}));
9
+ var GeoMapChartProjection;
10
+ (function (GeoMapChartProjection) {
11
+ GeoMapChartProjection["Albers"] = "Albers";
12
+ GeoMapChartProjection["AlbersUsa"] = "AlbersUsa";
13
+ GeoMapChartProjection["AzimuthalEqualArea"] = "AzimuthalEqualArea";
14
+ GeoMapChartProjection["Eckert6"] = "Eckert6";
15
+ GeoMapChartProjection["EqualEarth"] = "EqualEarth";
16
+ GeoMapChartProjection["Projection"] = "Projection";
17
+ GeoMapChartProjection["Mercator"] = "Mercator";
18
+ GeoMapChartProjection["Miller"] = "Miller";
19
+ GeoMapChartProjection["NaturalEarth1"] = "NaturalEarth1";
20
+ GeoMapChartProjection["Orthographic"] = "Orthographic";
21
+ GeoMapChartProjection["Stereographic"] = "Stereographic";
22
+ })(GeoMapChartProjection = exports.GeoMapChartProjection || (exports.GeoMapChartProjection = {}));
23
+ var GeoMapChartUnMatchedRegionStrategy;
24
+ (function (GeoMapChartUnMatchedRegionStrategy) {
25
+ GeoMapChartUnMatchedRegionStrategy["USE_DEFAULT_COLOR"] = "USE_DEFAULT_COLOR";
26
+ GeoMapChartUnMatchedRegionStrategy["EXCLUDE_FROM_MAP"] = "EXCLUDE_FROM_MAP";
27
+ })(GeoMapChartUnMatchedRegionStrategy = exports.GeoMapChartUnMatchedRegionStrategy || (exports.GeoMapChartUnMatchedRegionStrategy = {}));
28
+ var LegendPositionOption;
29
+ (function (LegendPositionOption) {
30
+ LegendPositionOption["bottom_left"] = "bottom_left";
31
+ LegendPositionOption["bottom_center"] = "bottom_center";
32
+ LegendPositionOption["bottom_right"] = "bottom_right";
33
+ LegendPositionOption["right_bottom"] = "right_bottom";
34
+ LegendPositionOption["right_middle"] = "right_middle";
35
+ LegendPositionOption["right_top"] = "right_top";
36
+ LegendPositionOption["top_right"] = "top_right";
37
+ LegendPositionOption["top_center"] = "top_center";
38
+ LegendPositionOption["top_left"] = "top_left";
39
+ LegendPositionOption["left_top"] = "left_top";
40
+ LegendPositionOption["left_middle"] = "left_middle";
41
+ LegendPositionOption["left_bottom"] = "left_bottom";
42
+ })(LegendPositionOption = exports.LegendPositionOption || (exports.LegendPositionOption = {}));
43
+ var OverflowType;
44
+ (function (OverflowType) {
45
+ OverflowType["WRAP"] = "WRAP";
46
+ OverflowType["TRUNCATE"] = "TRUNCATE";
47
+ OverflowType["NONE"] = "NONE";
48
+ })(OverflowType = exports.OverflowType || (exports.OverflowType = {}));
49
+ var CategoryAxisRotateLabels;
50
+ (function (CategoryAxisRotateLabels) {
51
+ CategoryAxisRotateLabels["YES"] = "YES";
52
+ CategoryAxisRotateLabels["NO"] = "NO";
53
+ })(CategoryAxisRotateLabels = exports.CategoryAxisRotateLabels || (exports.CategoryAxisRotateLabels = {}));
54
+ var SeriesLabelsPosition;
55
+ (function (SeriesLabelsPosition) {
56
+ SeriesLabelsPosition["START"] = "START";
57
+ SeriesLabelsPosition["MIDDLE"] = "MIDDLE";
58
+ SeriesLabelsPosition["END"] = "END";
59
+ SeriesLabelsPosition["OUTSIDE"] = "OUTSIDE";
60
+ })(SeriesLabelsPosition = exports.SeriesLabelsPosition || (exports.SeriesLabelsPosition = {}));
61
+ //# sourceMappingURL=ThemeAmCharts4.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeAmCharts4.js","sourceRoot":"","sources":["../../src/theme/ThemeAmCharts4.ts"],"names":[],"mappings":";;;AAIA,IAAY,aAGX;AAHD,WAAY,aAAa;IACrB,qCAAoB,CAAA;IACpB,gCAAe,CAAA;AACnB,CAAC,EAHW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAGxB;AAED,IAAY,qBAYX;AAZD,WAAY,qBAAqB;IAC7B,0CAAiB,CAAA;IACjB,gDAAuB,CAAA;IACvB,kEAAyC,CAAA;IACzC,4CAAmB,CAAA;IACnB,kDAAyB,CAAA;IACzB,kDAAyB,CAAA;IACzB,8CAAqB,CAAA;IACrB,0CAAiB,CAAA;IACjB,wDAA+B,CAAA;IAC/B,sDAA6B,CAAA;IAC7B,wDAA+B,CAAA;AACnC,CAAC,EAZW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAYhC;AAED,IAAY,kCAGX;AAHD,WAAY,kCAAkC;IAC1C,6EAAuC,CAAA;IACvC,2EAAqC,CAAA;AACzC,CAAC,EAHW,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAG7C;AAQD,IAAY,oBAaX;AAbD,WAAY,oBAAoB;IAC5B,mDAA6B,CAAA;IAC7B,uDAAiC,CAAA;IACjC,qDAA+B,CAAA;IAC/B,qDAA+B,CAAA;IAC/B,qDAA+B,CAAA;IAC/B,+CAAyB,CAAA;IACzB,+CAAyB,CAAA;IACzB,iDAA2B,CAAA;IAC3B,6CAAuB,CAAA;IACvB,6CAAuB,CAAA;IACvB,mDAA6B,CAAA;IAC7B,mDAA6B,CAAA;AACjC,CAAC,EAbW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAa/B;AAED,IAAY,YAIX;AAJD,WAAY,YAAY;IACpB,6BAAa,CAAA;IACb,qCAAqB,CAAA;IACrB,6BAAa,CAAA;AACjB,CAAC,EAJW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAIvB;AAED,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAChC,uCAAW,CAAA;IACX,qCAAS,CAAA;AACb,CAAC,EAHW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAGnC;AAED,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC5B,uCAAe,CAAA;IACf,yCAAiB,CAAA;IACjB,mCAAW,CAAA;IACX,2CAAmB,CAAA;AACvB,CAAC,EALW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAK/B"}
@@ -1,39 +1,54 @@
1
- export interface AppClasses {
1
+ export declare class AppClasses {
2
2
  /**
3
3
  * Style applied to
4
4
  */
5
- appRoot: string;
5
+ static readonly app: string;
6
6
  /**
7
7
  * Style applied to
8
8
  */
9
- topMenu: string;
9
+ static readonly topMenu: string;
10
10
  /**
11
11
  * Style applied to
12
12
  */
13
- toolbar: string;
13
+ static readonly toolbar: string;
14
14
  /**
15
- * Style applied to
15
+ * Dashboard in viewer mode
16
16
  */
17
- appPayload: string;
17
+ static readonly payload: string;
18
18
  /**
19
19
  * Style applied to
20
20
  */
21
- appError: string;
21
+ static readonly error: string;
22
22
  /**
23
23
  * Style applied to
24
24
  */
25
- appBar: string;
25
+ static readonly bar: string;
26
26
  /**
27
27
  * Style applied to
28
28
  */
29
- appPayloadRoot: string;
29
+ static readonly leftFilter: string;
30
30
  /**
31
31
  * Style applied to the root div containing the edited dashboard pages.
32
32
  */
33
- dashboardRoot: string;
33
+ static readonly dashboard: string;
34
34
  /**
35
35
  * Style applied to
36
36
  */
37
- zoomWidgetRoot: string;
37
+ static readonly zoomWidget: string;
38
38
  }
39
39
  export declare type AppClassKey = keyof AppClasses;
40
+ export interface AppDivProps {
41
+ topBarOptions: TopBarOptions;
42
+ leftBarOptions: LeftBarOptions;
43
+ viewer: boolean;
44
+ opacity?: string;
45
+ }
46
+ export declare enum TopBarOptions {
47
+ None = 0,
48
+ Standard = 1
49
+ }
50
+ export declare enum LeftBarOptions {
51
+ None = 0,
52
+ Standard = 1,
53
+ Filter = 2
54
+ }
@@ -1,3 +1,54 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LeftBarOptions = exports.TopBarOptions = exports.AppClasses = void 0;
4
+ class AppClasses {
5
+ }
6
+ exports.AppClasses = AppClasses;
7
+ /**
8
+ * Style applied to
9
+ */
10
+ AppClasses.app = "ic3App";
11
+ /**
12
+ * Style applied to
13
+ */
14
+ AppClasses.topMenu = "ic3App-topMenu";
15
+ /**
16
+ * Style applied to
17
+ */
18
+ AppClasses.toolbar = "ic3App-toolbar";
19
+ /**
20
+ * Dashboard in viewer mode
21
+ */
22
+ AppClasses.payload = "ic3App-payload";
23
+ /**
24
+ * Style applied to
25
+ */
26
+ AppClasses.error = "ic3App-error";
27
+ /**
28
+ * Style applied to
29
+ */
30
+ AppClasses.bar = "ic3App-bar";
31
+ /**
32
+ * Style applied to
33
+ */
34
+ AppClasses.leftFilter = "ic3App-leftFilter";
35
+ /**
36
+ * Style applied to the root div containing the edited dashboard pages.
37
+ */
38
+ AppClasses.dashboard = "ic3App-dashboard";
39
+ /**
40
+ * Style applied to
41
+ */
42
+ AppClasses.zoomWidget = "ic3App-zoomWidget";
43
+ var TopBarOptions;
44
+ (function (TopBarOptions) {
45
+ TopBarOptions[TopBarOptions["None"] = 0] = "None";
46
+ TopBarOptions[TopBarOptions["Standard"] = 1] = "Standard";
47
+ })(TopBarOptions = exports.TopBarOptions || (exports.TopBarOptions = {}));
48
+ var LeftBarOptions;
49
+ (function (LeftBarOptions) {
50
+ LeftBarOptions[LeftBarOptions["None"] = 0] = "None";
51
+ LeftBarOptions[LeftBarOptions["Standard"] = 1] = "Standard";
52
+ LeftBarOptions[LeftBarOptions["Filter"] = 2] = "Filter";
53
+ })(LeftBarOptions = exports.LeftBarOptions || (exports.LeftBarOptions = {}));
3
54
  //# sourceMappingURL=ThemeApp.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeApp.js","sourceRoot":"","sources":["../../src/theme/ThemeApp.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"ThemeApp.js","sourceRoot":"","sources":["../../src/theme/ThemeApp.ts"],"names":[],"mappings":";;;AACA,MAAa,UAAU;;AAAvB,gCAqCC;AApCG;;GAEG;AACa,cAAG,GAAW,QAAQ,CAAC;AACvC;;GAEG;AACa,kBAAO,GAAW,gBAAgB,CAAC;AACnD;;GAEG;AACa,kBAAO,GAAW,gBAAgB,CAAC;AACnD;;GAEG;AACa,kBAAO,GAAW,gBAAgB,CAAC;AACnD;;GAEG;AACa,gBAAK,GAAW,cAAc,CAAC;AAC/C;;GAEG;AACa,cAAG,GAAW,YAAY,CAAC;AAC3C;;GAEG;AACa,qBAAU,GAAW,mBAAmB,CAAC;AACzD;;GAEG;AACa,oBAAS,GAAW,kBAAkB,CAAC;AACvD;;GAEG;AACa,qBAAU,GAAW,mBAAmB,CAAC;AAY7D,IAAY,aAGX;AAHD,WAAY,aAAa;IACrB,iDAAI,CAAA;IACJ,yDAAQ,CAAA;AACZ,CAAC,EAHW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAGxB;AAED,IAAY,cAIX;AAJD,WAAY,cAAc;IACtB,mDAAI,CAAA;IACJ,2DAAQ,CAAA;IACR,uDAAM,CAAA;AACV,CAAC,EAJW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAIzB"}
@@ -0,0 +1,7 @@
1
+ export declare class ThemeAppMenuIconClasses {
2
+ static readonly root = "root";
3
+ }
4
+ export declare type ThemeAppMenuIconClassKey = keyof ThemeAppMenuIconClasses;
5
+ export interface AppMenuIconProps {
6
+ iconColor: string;
7
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ThemeAppMenuIconClasses = void 0;
4
+ class ThemeAppMenuIconClasses {
5
+ }
6
+ exports.ThemeAppMenuIconClasses = ThemeAppMenuIconClasses;
7
+ ThemeAppMenuIconClasses.root = "root";
8
+ //# sourceMappingURL=ThemeAppMenuIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeAppMenuIcon.js","sourceRoot":"","sources":["../../src/theme/ThemeAppMenuIcon.ts"],"names":[],"mappings":";;;AAAA,MAAa,uBAAuB;;AAApC,0DAIC;AAFmB,4BAAI,GAAG,MAAM,CAAC"}
@@ -0,0 +1,94 @@
1
+ import { FormFieldObject } from "../PublicTemplateForm";
2
+ import { TableRowHeightOptions } from "../PublicTheme";
3
+ export declare enum TableColumnSizing {
4
+ FLUID = "FLUID",
5
+ FIXED = "FIXED",
6
+ USER_RESIZABLE = "USER_RESIZABLE"
7
+ }
8
+ export interface BaseTableChartOptions extends FormFieldObject {
9
+ /**
10
+ * Row Height.
11
+ */
12
+ tableSize: TableRowHeightOptions;
13
+ /**
14
+ * Width Mode.
15
+ */
16
+ columnSizing: TableColumnSizing;
17
+ /**
18
+ * The column widths when columnSizing == FLUID
19
+ *
20
+ * A comma separated list of column widths. Defines how the columns will grow compared to other columns
21
+ * (e.g., 2 means twice as wide as 1). The last value repeats itself.
22
+ */
23
+ columnSizes_FLUID?: string;
24
+ /**
25
+ * The column widths when columnSizing == FIXED
26
+ *
27
+ * A comma separated list of column widths. The widths are defined in pixels (without the 'px'). Without any value,
28
+ * similar to the Fluid mode. The 'auto' value means the columns are shrunk to the minimum width required by the
29
+ * cell values and then expanded to fill all the available horizontal space. The last value repeats itself.
30
+ */
31
+ columnSizes_FIXED?: string;
32
+ /**
33
+ * The column widths when columnSizing == USER_RESIZABLE
34
+ *
35
+ * A comma separated list of column widths. The widths are defined in pixels (without the 'px'). Without any value,
36
+ * similar to the Fluid mode. The 'auto' value means the columns are shrunk to the minimum width required by the
37
+ * cell values and then expanded to fill all the available horizontal space. The last value repeats itself.
38
+ */
39
+ columnSizes_USER_RESIZABLE?: string;
40
+ /**
41
+ * Header Alignment (CSV).
42
+ *
43
+ * A comma separated list of values: 'left', 'center', 'right'. The last value repeats itself.
44
+ */
45
+ columnHeaderAlign: string;
46
+ /**
47
+ * Cell Alignment (CSV).
48
+ *
49
+ * A list of values: 'left', 'center', 'right'. The last value repeats itself.
50
+ */
51
+ columnCellAlign: string;
52
+ /**
53
+ * Pinned (CSV).
54
+ *
55
+ * A list of boolean values: 'true', 'false'. The last value repeats itself.
56
+ */
57
+ columnPinned: string;
58
+ /**
59
+ * Columns Header Menu.
60
+ *
61
+ * Activate the options of the menu in the header of the columns.
62
+ */
63
+ columnHeaderMenu: boolean;
64
+ /**
65
+ * Menu (CSV).
66
+ *
67
+ * A list of boolean values: 'true', 'false'. The last value repeats itself.
68
+ */
69
+ columnMenu: string;
70
+ /**
71
+ * Sortable (CSV).
72
+ *
73
+ * Display the sort options. A list of boolean values: 'true', 'false'. The last value repeats itself.
74
+ */
75
+ columnSortable: string;
76
+ /**
77
+ * Pinnable (CSV).
78
+ *
79
+ * Display the pin options. A list of boolean values: 'true', 'false'. The last value repeats itself.
80
+ */
81
+ columnPinnable: string;
82
+ /**
83
+ * Hideable (CSV).
84
+ *
85
+ * Display the show/hide options. A list of boolean values: 'true', 'false'. The last value repeats itself.
86
+ */
87
+ columnHideable: string;
88
+ /**
89
+ * Filterable (CSV).
90
+ *
91
+ * Display the filter options. A list of boolean values: 'true', 'false'. The last value repeats itself.
92
+ */
93
+ columnFilterable: string;
94
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TableColumnSizing = void 0;
4
+ var TableColumnSizing;
5
+ (function (TableColumnSizing) {
6
+ TableColumnSizing["FLUID"] = "FLUID";
7
+ TableColumnSizing["FIXED"] = "FIXED";
8
+ TableColumnSizing["USER_RESIZABLE"] = "USER_RESIZABLE";
9
+ })(TableColumnSizing = exports.TableColumnSizing || (exports.TableColumnSizing = {}));
10
+ //# sourceMappingURL=ThemeBaseTable.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeBaseTable.js","sourceRoot":"","sources":["../../src/theme/ThemeBaseTable.ts"],"names":[],"mappings":";;;AAGA,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IACzB,oCAAe,CAAA;IACf,oCAAe,CAAA;IACf,sDAAiC,CAAA;AACrC,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B"}
@@ -0,0 +1,118 @@
1
+ import { SelectionBehaviour, TidyTableColumnSelector } from "../PublicTidyTableTypes";
2
+ import { FormFieldObject } from "../PublicTemplateForm";
3
+ export declare class DatePickerClasses {
4
+ /**
5
+ * Style applied to the root element.
6
+ */
7
+ static readonly root = "root";
8
+ }
9
+ export declare type DatePickerClassKey = keyof DatePickerClasses;
10
+ /**
11
+ * Date Picker Options (fields of the "Chart" tab in the widget editor).
12
+ *
13
+ * <pre>
14
+ * Plugin ID : ic3
15
+ * Widget/Template ID: DatePicker
16
+ * </pre>
17
+ *
18
+ * @see WidgetTemplateChartOptions
19
+ */
20
+ export interface DatePickerChartOptions extends FormFieldObject {
21
+ /**
22
+ * Helper Text.
23
+ *
24
+ * Display this text when the datepicker is empty.
25
+ */
26
+ helperText?: string;
27
+ /**
28
+ * Input Date Format.
29
+ *
30
+ * The input date format using the [date-fns](https://date-fns.org/v2.23.0/docs/format) syntax.
31
+ * For example, dd => 22, MM => 02, MMM => Jan, MMMM => January, yyyy => 2025, EEEE -> Monday).
32
+ */
33
+ dateFormat: string;
34
+ /**
35
+ * Initial Date.
36
+ *
37
+ * The initial date. If not defined, the value on the third data row. A 'today' expression can be used:
38
+ * today (+|-) n (d|w|m|y). E.g., today -1w means today minus one week.
39
+ */
40
+ initialDate?: string;
41
+ /**
42
+ * Min. Date.
43
+ *
44
+ * The first valid date. If not defined, the value of the first data row.
45
+ * A 'today' expression can be used: today (+|-) n (d|w|m|y). E.g., today -1w means today minus one week.
46
+ */
47
+ minDate?: string;
48
+ /**
49
+ * Max. Date.
50
+ *
51
+ * The last valid date. If not defined, the value of the second data row.
52
+ * A 'today' expression can be used: today (+|-) n (d|w|m|y). E.g., today -1w means today minus one week.
53
+ */
54
+ maxDate?: string;
55
+ /**
56
+ * Empty Behavior.
57
+ *
58
+ * Controls what to do if the date picker is empty.
59
+ */
60
+ emptyBehaviour: SelectionBehaviour;
61
+ /**
62
+ * Date Caption.
63
+ *
64
+ * The caption of the fired event. A back ticked format string using the [date-fns](https://date-fns.org/v2.23.0/docs/format) syntax.
65
+ * For example, dd => 22, MM => 02, MMM => Jan, MMMM => January, yyyy => 2025, EEEE => Monday.
66
+ */
67
+ dateToCaption: string;
68
+ /**
69
+ * Date Unique Name.
70
+ *
71
+ * The value/unique-name of the fired event. The following variables are available: `HierarchyUName`,
72
+ * `LevelUName`, `anyValidFormatString` (note the back ticks).
73
+ */
74
+ dateToUniqueName: string;
75
+ /**
76
+ * Range Picker.
77
+ */
78
+ rangePicker: boolean;
79
+ /**
80
+ * Range Picker: Initial End Date.
81
+ *
82
+ * The initial end date. If not defined, the value of the fourth data row. A 'today' expression can be used:
83
+ * today (+|-) n (d|w|m|y). E.g., today -1w means today minus one week.
84
+ */
85
+ initialEndDate?: string;
86
+ /**
87
+ * Range Picker: Helper Text (End).
88
+ *
89
+ * Placeholder value for the end of the range. The widget shows this when the end of the range is empty.
90
+ */
91
+ helperEndText?: string;
92
+ /**
93
+ * Range Picker: Center Text.
94
+ *
95
+ * The text being displayed between the two dates.
96
+ */
97
+ centerText?: string;
98
+ /**
99
+ * Range Picker: Range Caption.
100
+ *
101
+ * The caption of the fired event. The following variables are available: `startUName`, `startCaption`,
102
+ * `endUName`, `endCaption` (note the back ticks).
103
+ */
104
+ rangeToCaption: string;
105
+ /**
106
+ * Range Picker: Range Unique Name.
107
+ *
108
+ * The value/unique-name of the fired event. The following variables are available: `startUName`,
109
+ * `startCaption`, `endUName`, `endCaption` (note the back ticks).
110
+ */
111
+ rangeToUniqueName: string;
112
+ /**
113
+ * Dates.
114
+ *
115
+ * The column of the tidy table containing the dates to display.
116
+ */
117
+ dates?: TidyTableColumnSelector;
118
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DatePickerClasses = void 0;
4
+ class DatePickerClasses {
5
+ }
6
+ exports.DatePickerClasses = DatePickerClasses;
7
+ /**
8
+ * Style applied to the root element.
9
+ */
10
+ DatePickerClasses.root = "root";
11
+ //# sourceMappingURL=ThemeDatePicker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeDatePicker.js","sourceRoot":"","sources":["../../src/theme/ThemeDatePicker.ts"],"names":[],"mappings":";;;AAGA,MAAa,iBAAiB;;AAA9B,8CAUC;AARG;;GAEG;AACa,sBAAI,GAAG,MAAM,CAAC"}
@@ -0,0 +1,31 @@
1
+ export declare class EditorAppTopBarClasses {
2
+ /**
3
+ * Style applied to
4
+ */
5
+ static readonly app: string;
6
+ /**
7
+ * Style applied to
8
+ */
9
+ static readonly logo: string;
10
+ /**
11
+ * Style applied to
12
+ */
13
+ static readonly title: string;
14
+ /**
15
+ * Style applied to
16
+ */
17
+ static readonly topLeftBar: string;
18
+ /**
19
+ * Style applied to
20
+ */
21
+ static readonly topRightBar: string;
22
+ /**
23
+ * Style applied to
24
+ */
25
+ static readonly leftSpacer: string;
26
+ /**
27
+ * Style applied to
28
+ */
29
+ static readonly menuButton: string;
30
+ }
31
+ export declare type EditorAppTopBarClassKey = keyof EditorAppTopBarClasses;
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EditorAppTopBarClasses = void 0;
4
+ class EditorAppTopBarClasses {
5
+ }
6
+ exports.EditorAppTopBarClasses = EditorAppTopBarClasses;
7
+ /**
8
+ * Style applied to
9
+ */
10
+ EditorAppTopBarClasses.app = "ic3EditorTopBar";
11
+ /**
12
+ * Style applied to
13
+ */
14
+ EditorAppTopBarClasses.logo = "ic3App-logo";
15
+ /**
16
+ * Style applied to
17
+ */
18
+ EditorAppTopBarClasses.title = "ic3App-title";
19
+ /**
20
+ * Style applied to
21
+ */
22
+ EditorAppTopBarClasses.topLeftBar = "ic3App-topLeftBar";
23
+ /**
24
+ * Style applied to
25
+ */
26
+ EditorAppTopBarClasses.topRightBar = "ic3App-topRightBar";
27
+ /**
28
+ * Style applied to
29
+ */
30
+ EditorAppTopBarClasses.leftSpacer = "ic3App-leftSpacer";
31
+ /**
32
+ * Style applied to
33
+ */
34
+ EditorAppTopBarClasses.menuButton = "ic3App-menuButton";
35
+ //# sourceMappingURL=ThemeEditorTopBar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeEditorTopBar.js","sourceRoot":"","sources":["../../src/theme/ThemeEditorTopBar.ts"],"names":[],"mappings":";;;AAAA,MAAa,sBAAsB;;AAAnC,wDA8BC;AA7BG;;GAEG;AACa,0BAAG,GAAW,iBAAiB,CAAC;AAChD;;GAEG;AACa,2BAAI,GAAW,aAAa,CAAC;AAC7C;;GAEG;AACa,4BAAK,GAAW,cAAc,CAAC;AAC/C;;GAEG;AACa,iCAAU,GAAW,mBAAmB,CAAC;AAEzD;;GAEG;AACa,kCAAW,GAAW,oBAAoB,CAAC;AAC3D;;GAEG;AACa,iCAAU,GAAW,mBAAmB,CAAC;AACzD;;GAEG;AACa,iCAAU,GAAW,mBAAmB,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { FormFieldObject, IFormEventMappingArrayFieldDefType } from "../PublicTemplateForm";
2
+ /**
3
+ * Embedded Report Options (fields of the "Chart" tab in the widget editor).
4
+ *
5
+ * <pre>
6
+ * Plugin ID : ic3
7
+ * Widget/Template ID: EmbeddedReport
8
+ * </pre>
9
+ *
10
+ * @see WidgetTemplateChartOptions
11
+ */
12
+ export interface EmbeddedReportChartOptions extends FormFieldObject {
13
+ /**
14
+ * Dashboard Name.
15
+ *
16
+ * You can use an event (e.g., @{dashboard-path}).
17
+ */
18
+ "$-MDX-reportName": string;
19
+ /**
20
+ * Events (from/to).
21
+ *
22
+ * Forwarded events.
23
+ */
24
+ "@params"?: IFormEventMappingArrayFieldDefType;
25
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ThemeEmbeddedReport.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeEmbeddedReport.js","sourceRoot":"","sources":["../../src/theme/ThemeEmbeddedReport.ts"],"names":[],"mappings":""}
@@ -0,0 +1,28 @@
1
+ import { FormFieldObject } from "../PublicTemplateForm";
2
+ import { TidyTableColumnSelector } from "../PublicTidyTableTypes";
3
+ export interface FilterTidyTableChartOptions extends FormFieldObject {
4
+ /**
5
+ * Items.
6
+ *
7
+ * The column defining the members used as items of the filter (default: first axis).
8
+ */
9
+ items: TidyTableColumnSelector;
10
+ /**
11
+ * Active.
12
+ *
13
+ * An item cannot be selected if the corresponding cell in this column evaluates to false.
14
+ */
15
+ itemActive?: TidyTableColumnSelector;
16
+ /**
17
+ * Color.
18
+ *
19
+ * Color of filter items.
20
+ */
21
+ color?: TidyTableColumnSelector;
22
+ /**
23
+ * Selection Color.
24
+ *
25
+ * The color of the item when it is selected. Leave blank to use the theme default.
26
+ */
27
+ colorActive?: TidyTableColumnSelector;
28
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ThemeFilter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeFilter.js","sourceRoot":"","sources":["../../src/theme/ThemeFilter.ts"],"names":[],"mappings":""}
@@ -1,18 +1,4 @@
1
- import { FormFieldObject } from "../PublicTemplateForm";
2
- export interface FilterAutocompleteProps extends FormFieldObject {
3
- /**
4
- * Predefined variants , "filled", "outlined" + custome ones
5
- */
6
- variant: string;
7
- /**
8
- * Size of the chips
9
- */
10
- size: 'small' | 'medium';
11
- /**
12
- * The maximum number of chips that will be visible when not focused. Set -1 to disable the limit.
13
- */
14
- limitTags: number;
15
- }
1
+ import { FilterTidyTableChartOptions } from "./ThemeFilter";
16
2
  export declare class FilterAutocompleteClasses {
17
3
  /**
18
4
  * Style applied to the root element
@@ -28,3 +14,33 @@ export declare class FilterAutocompleteClasses {
28
14
  static readonly muiAutocomplete: string;
29
15
  }
30
16
  export declare type FilterAutocompleteClassesKey = keyof FilterAutocompleteClasses;
17
+ /**
18
+ * Filter Autocomplete (aka. Dropdown) Options (fields of the "Chart" tab in the widget editor).
19
+ *
20
+ * <pre>
21
+ * Plugin ID : ic3
22
+ * Widget/Template ID: FilterAutocomplete
23
+ * </pre>
24
+ *
25
+ * @see WidgetTemplateChartOptions
26
+ */
27
+ export interface FilterAutocompleteChartOptions extends FilterTidyTableChartOptions {
28
+ /**
29
+ * Variant.
30
+ *
31
+ * Allows for selecting a set of preset options. Note that a variant is possibly overriding defined options.
32
+ */
33
+ variant: string;
34
+ /**
35
+ * Size.
36
+ *
37
+ * Rendered items size.
38
+ */
39
+ size: "small" | "medium";
40
+ /**
41
+ * Limit Items.
42
+ *
43
+ * Maximum number of items that will be visible when not focused. Set -1 to disable the limit.
44
+ */
45
+ limitTags: number;
46
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeFilterAutocomplete.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterAutocomplete.ts"],"names":[],"mappings":";;;;;;AACA,yGAAiF;AAsBjF,MAAa,yBAAyB;;AAAtC,8DAiBC;AAfG;;GAEG;AACa,8BAAI,GAAG,MAAM,CAAC;AAE9B;;;;;;GAMG;AACa,yCAAe,GAAG,6BAAmB,CAAC,IAAI,CAAC"}
1
+ {"version":3,"file":"ThemeFilterAutocomplete.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterAutocomplete.ts"],"names":[],"mappings":";;;;;;AAAA,yGAAiF;AAGjF,MAAa,yBAAyB;;AAAtC,8DAiBC;AAfG;;GAEG;AACa,8BAAI,GAAG,MAAM,CAAC;AAE9B;;;;;;GAMG;AACa,yCAAe,GAAG,6BAAmB,CAAC,IAAI,CAAC"}