@ic3/reporting-api 8.2.2 → 8.3.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 (126) hide show
  1. package/dist/ApiUtils.js +1 -1
  2. package/dist/INotification.d.ts +12 -3
  3. package/dist/IOnNewEventJsContext.d.ts +1 -1
  4. package/dist/IReporting.d.ts +52 -5
  5. package/dist/IThemeManager.d.ts +1 -1
  6. package/dist/ITypes.d.ts +3 -3
  7. package/dist/IWidgetVariantManager.d.ts +2 -2
  8. package/dist/LazyTreeView.d.ts +21 -6
  9. package/dist/Loader.d.ts +94 -20
  10. package/dist/Loader.js +45 -44
  11. package/dist/Loader.js.map +1 -1
  12. package/dist/Logger.d.ts +1 -1
  13. package/dist/PublicAmchartsData.d.ts +9 -3
  14. package/dist/PublicAmchartsData.js +22 -3
  15. package/dist/PublicAmchartsData.js.map +1 -1
  16. package/dist/PublicContext.d.ts +26 -1
  17. package/dist/PublicContext.js +6 -1
  18. package/dist/PublicContext.js.map +1 -1
  19. package/dist/PublicLayout.d.ts +2 -2
  20. package/dist/PublicTemplate.d.ts +10 -5
  21. package/dist/PublicTemplate.js.map +1 -1
  22. package/dist/PublicTemplateForm.d.ts +59 -23
  23. package/dist/PublicTemplateForm.js +2 -16
  24. package/dist/PublicTemplateForm.js.map +1 -1
  25. package/dist/PublicTemplates.d.ts +4 -2
  26. package/dist/PublicTheme.d.ts +103 -73
  27. package/dist/PublicTheme.js.map +1 -1
  28. package/dist/PublicTidyColumn.d.ts +37 -18
  29. package/dist/PublicTidyColumn.js.map +1 -1
  30. package/dist/PublicTidyTable.d.ts +25 -0
  31. package/dist/PublicTidyTableInteractions.d.ts +7 -2
  32. package/dist/PublicTidyTableInteractions.js.map +1 -1
  33. package/dist/PublicTidyTableTypeGuards.d.ts +1 -0
  34. package/dist/PublicTidyTableTypeGuards.js +16 -1
  35. package/dist/PublicTidyTableTypeGuards.js.map +1 -1
  36. package/dist/PublicTidyTableTypes.d.ts +53 -19
  37. package/dist/PublicTidyTableTypes.js +3 -4
  38. package/dist/PublicTidyTableTypes.js.map +1 -1
  39. package/dist/PublicTidyTree.d.ts +1 -1
  40. package/dist/index.d.ts +2 -1
  41. package/dist/index.js +2 -1
  42. package/dist/index.js.map +1 -1
  43. package/dist/theme/ThemeAlertDialog.d.ts +5 -3
  44. package/dist/theme/ThemeAlertDialog.js +14 -0
  45. package/dist/theme/ThemeAlertDialog.js.map +1 -1
  46. package/dist/theme/ThemeAmCharts4.d.ts +139 -26
  47. package/dist/theme/ThemeAmCharts4.js +8 -1
  48. package/dist/theme/ThemeAmCharts4.js.map +1 -1
  49. package/dist/theme/ThemeApp.d.ts +2 -1
  50. package/dist/theme/ThemeApp.js +1 -1
  51. package/dist/theme/ThemeApp.js.map +1 -1
  52. package/dist/theme/ThemeAppMenuIcon.d.ts +3 -3
  53. package/dist/theme/ThemeAppMenuIcon.js +4 -4
  54. package/dist/theme/ThemeAppMenuIcon.js.map +1 -1
  55. package/dist/theme/ThemeBaseTable.d.ts +4 -0
  56. package/dist/theme/ThemeDatePicker.d.ts +9 -1
  57. package/dist/theme/ThemeDatePicker.js +2 -1
  58. package/dist/theme/ThemeDatePicker.js.map +1 -1
  59. package/dist/theme/ThemeEditorTopBar.d.ts +9 -1
  60. package/dist/theme/ThemeEditorTopBar.js +15 -7
  61. package/dist/theme/ThemeEditorTopBar.js.map +1 -1
  62. package/dist/theme/ThemeErrorRenderer.d.ts +13 -13
  63. package/dist/theme/ThemeErrorRenderer.js +52 -0
  64. package/dist/theme/ThemeErrorRenderer.js.map +1 -1
  65. package/dist/theme/ThemeFilterAutocomplete.d.ts +8 -15
  66. package/dist/theme/ThemeFilterAutocomplete.js +3 -12
  67. package/dist/theme/ThemeFilterAutocomplete.js.map +1 -1
  68. package/dist/theme/ThemeFilterButtons.d.ts +3 -3
  69. package/dist/theme/ThemeFilterButtons.js +3 -3
  70. package/dist/theme/ThemeFilterButtons.js.map +1 -1
  71. package/dist/theme/ThemeFilterCheckboxRadio.d.ts +4 -4
  72. package/dist/theme/ThemeFilterCheckboxRadio.js +4 -4
  73. package/dist/theme/ThemeFilterCheckboxRadio.js.map +1 -1
  74. package/dist/theme/ThemeFilterPanel.d.ts +4 -0
  75. package/dist/theme/ThemeFilterSlider.d.ts +1 -1
  76. package/dist/theme/ThemeFilterSlider.js +2 -1
  77. package/dist/theme/ThemeFilterSlider.js.map +1 -1
  78. package/dist/theme/ThemeFilterTree.d.ts +7 -7
  79. package/dist/theme/ThemeFilterTree.js +1 -1
  80. package/dist/theme/ThemeFilterTree.js.map +1 -1
  81. package/dist/theme/ThemeGlobal.d.ts +2 -2
  82. package/dist/theme/ThemeGlobal.js +2 -2
  83. package/dist/theme/ThemeHtmlBox.d.ts +3 -3
  84. package/dist/theme/ThemeHtmlBox.js +9 -0
  85. package/dist/theme/ThemeHtmlBox.js.map +1 -1
  86. package/dist/theme/ThemeImage.d.ts +11 -0
  87. package/dist/theme/ThemeImage.js +9 -0
  88. package/dist/theme/ThemeImage.js.map +1 -1
  89. package/dist/theme/ThemeKpiCard.d.ts +5 -4
  90. package/dist/theme/ThemeKpiCard.js +12 -11
  91. package/dist/theme/ThemeKpiCard.js.map +1 -1
  92. package/dist/theme/ThemeLayout.d.ts +6 -3
  93. package/dist/theme/ThemeLayout.js +11 -0
  94. package/dist/theme/ThemeLayout.js.map +1 -1
  95. package/dist/theme/ThemeLayoutPage.d.ts +7 -6
  96. package/dist/theme/ThemeLayoutPage.js +25 -0
  97. package/dist/theme/ThemeLayoutPage.js.map +1 -1
  98. package/dist/theme/ThemeLazyTreeClasses.d.ts +1 -0
  99. package/dist/theme/ThemeListCounter.d.ts +5 -0
  100. package/dist/theme/ThemeListCounter.js +9 -0
  101. package/dist/theme/ThemeListCounter.js.map +1 -0
  102. package/dist/theme/ThemePivotTable.d.ts +1 -0
  103. package/dist/theme/ThemePivotTable.js +1 -0
  104. package/dist/theme/ThemePivotTable.js.map +1 -1
  105. package/dist/theme/ThemePrintButton.d.ts +22 -0
  106. package/dist/theme/ThemePrintButton.js +10 -0
  107. package/dist/theme/ThemePrintButton.js.map +1 -0
  108. package/dist/theme/ThemeQueryBuilderNode.d.ts +8 -3
  109. package/dist/theme/ThemeQueryBuilderNode.js +9 -4
  110. package/dist/theme/ThemeQueryBuilderNode.js.map +1 -1
  111. package/dist/theme/ThemeReportAppBar.d.ts +6 -3
  112. package/dist/theme/ThemeReportAppBar.js +18 -0
  113. package/dist/theme/ThemeReportAppBar.js.map +1 -1
  114. package/dist/theme/ThemeReportAppLeftPanel.d.ts +5 -4
  115. package/dist/theme/ThemeReportAppLeftPanel.js +5 -4
  116. package/dist/theme/ThemeReportAppLeftPanel.js.map +1 -1
  117. package/dist/theme/ThemeSinglePanelFilter.d.ts +18 -0
  118. package/dist/theme/{ThemeDrilldownUserSelectMenu.js → ThemeSinglePanelFilter.js} +1 -1
  119. package/dist/theme/ThemeSinglePanelFilter.js.map +1 -0
  120. package/dist/theme/ThemeTable.d.ts +4 -0
  121. package/dist/theme/ThemeWidgetBoxContentMessage.d.ts +3 -3
  122. package/dist/theme/ThemeWidgetBoxContentMessage.js +12 -0
  123. package/dist/theme/ThemeWidgetBoxContentMessage.js.map +1 -1
  124. package/package.json +5 -5
  125. package/dist/theme/ThemeDrilldownUserSelectMenu.d.ts +0 -11
  126. package/dist/theme/ThemeDrilldownUserSelectMenu.js.map +0 -1
@@ -53,7 +53,7 @@ export declare enum TidyColumnsType {
53
53
  */
54
54
  ANY = "any"
55
55
  }
56
- export declare type TidyColumnsSubType = "YEAR" | "HALF_YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "DAY_MONTH" | "DAY_YEAR" | "HOUR" | "HALF_HOUR" | "QUARTER_HOUR" | "MINUTE" | "SECOND";
56
+ export type TidyColumnsSubType = "YEAR" | "HALF_YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "DAY_MONTH" | "DAY_YEAR" | "HOUR" | "HALF_HOUR" | "QUARTER_HOUR" | "MINUTE" | "SECOND";
57
57
  export declare enum ITidyColumnsSource {
58
58
  QUERY = "query",
59
59
  TRANSFORMATION = "transformation",
@@ -64,12 +64,12 @@ export declare enum ITidyColumnsSource {
64
64
  * The key represents the internal lowercase-name for the mapping, e.g., axis, group, rows, columns.
65
65
  * Note that a mapping can have multiple columns, for example, on the Rows.
66
66
  */
67
- export declare type ChartTemplateDataMapping = Record<string, ITidyColumn[] | undefined>;
67
+ export type ChartTemplateDataMapping = Record<string, ITidyColumn[] | undefined>;
68
68
  /**
69
69
  * Defines an index from column tag (name, mapping, role, etc..) to the name or index of the column in the table.
70
70
  * The column tag is converted to lower case.
71
71
  */
72
- export declare type TidyColumnIndex = Record<string, string | number>;
72
+ export type TidyColumnIndex = Record<string, string | number>;
73
73
  export declare enum TidyTableMappingColumnSelectorOptions {
74
74
  ALL = "@IC3_ALL",
75
75
  ALL_NUMERIC = "@IC3_ALL_NUMERIC",
@@ -93,8 +93,8 @@ export interface TidyTableRoleSelector {
93
93
  */
94
94
  role: string;
95
95
  }
96
- export declare type TidyTableColumnSelector = TidyTableColumnIdentifier | TidyTableMappingColumnSelectorOptions | TidyTableRoleSelector;
97
- export declare type IFormFieldGranularityItem = IFormFieldGranularityItemColumn | IFormFieldGranularityItemRole | IFormFieldGranularityItemHierarchy | IFormFieldGranularityColumns;
96
+ export type TidyTableColumnSelector = TidyTableColumnIdentifier | TidyTableMappingColumnSelectorOptions | TidyTableRoleSelector;
97
+ export type IFormFieldGranularityItem = IFormFieldGranularityItemColumn | IFormFieldGranularityItemRole | IFormFieldGranularityItemHierarchy | IFormFieldGranularityColumns;
98
98
  export interface IFormFieldGranularityItemColumn {
99
99
  type: "column";
100
100
  /**
@@ -147,7 +147,7 @@ export interface MdxMemberCoordinates {
147
147
  */
148
148
  hierIdx?: number;
149
149
  }
150
- declare type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>;
150
+ type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>;
151
151
  /**
152
152
  * The coordinate of an MDX axis. If and only if the columns source is from ON 0, the hierIdx is defined.
153
153
  */
@@ -171,50 +171,77 @@ export interface MdxRepetitionInfo {
171
171
  /**
172
172
  * identifier of a column value ( uniqueName if it´s an axis or idx if measure )
173
173
  */
174
- export declare type TidyColumnCoordinateUniqueName = MdxNodeIdentifier['uid'];
174
+ export type TidyColumnCoordinateUniqueName = MdxNodeIdentifier['uid'];
175
175
  export declare enum IAmcharts4DataKey {
176
176
  /**
177
- * The value of the axis. The value is a date if the user mapped a date column and the row number string if the
178
- * user mapped a character column. Use an adapter on the category axis to get the actual value of the label.
177
+ * Data key for the date/string value of the axis.
179
178
  */
180
179
  AXIS = "axis",
181
180
  /**
182
- * Tag for the rows in the result
181
+ * Data key for the tidy-row number.
183
182
  */
184
183
  ROW = "row",
185
184
  /**
186
- * When there are no groups or levels in the data, this name is used.
185
+ * Data key for accessing the value of a dataItem. Used when there are no groups or levels in the data.
187
186
  */
188
187
  NULL = "_"
189
188
  }
190
189
  /**
191
190
  * Objects that have this type are used in chart.data in amCharts.
192
191
  */
193
- export declare type IAmCharts4Data = Record<string, any>;
194
- export interface IAmCharts4DataTreeMap extends IAmCharts4Data {
195
- children: IAmCharts4Data[];
192
+ export interface IAmCharts4Data {
193
+ /**
194
+ * The date/string value of the axis.
195
+ */
196
+ axis: Date | string;
197
+ /**
198
+ * The row number of the axis. Uses first row if multiple rows are in the dataItem for the axis.
199
+ */
200
+ row: number;
201
+ /**
202
+ * Other values for the series
203
+ */
204
+ [key: string]: any;
205
+ }
206
+ export interface IAmCharts4DataTreeMap {
207
+ children: {
208
+ [key: string]: any;
209
+ }[];
210
+ [key: string]: any;
196
211
  }
197
- export declare type ITidyRow = any[];
212
+ export type ITidyRow = any[];
198
213
  export interface MdxInfo {
199
214
  uniqueName: string;
200
215
  key: any;
216
+ keyS: string | undefined;
201
217
  name: string;
202
218
  caption: string;
203
219
  isAll?: boolean;
204
220
  pun?: string;
221
+ /**
222
+ * Children count
223
+ */
205
224
  cc?: number;
206
225
  levelCaption?: string;
207
226
  /**
208
227
  * Relative: starts at 0 + visual depths for ragged dimension.
209
228
  */
210
229
  levelDepthR: number;
230
+ /**
231
+ * Actual MDX level depth
232
+ */
233
+ levelDepth: number;
234
+ /**
235
+ * hierUN
236
+ */
237
+ hierUN: string;
211
238
  /**
212
239
  * Index on the MDX axis of the tuple the member belongs to.
213
240
  */
214
241
  tupleIndex: number;
215
242
  }
216
- export declare type MdxLevelType = "date" | "time";
217
- export declare type MdxLevelSubType = "YEAR" | "HALF_YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "DAY_MONTH" | "DAY_YEAR" | "HOUR" | "HALF_HOUR" | "QUARTER_HOUR" | "MINUTE" | "SECOND";
243
+ export type MdxLevelType = "date" | "time";
244
+ export type MdxLevelSubType = "YEAR" | "HALF_YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "DAY_MONTH" | "DAY_YEAR" | "HOUR" | "HALF_HOUR" | "QUARTER_HOUR" | "MINUTE" | "SECOND";
218
245
  export interface IMdxAxisSeriesInfo {
219
246
  hierarchyName?: string;
220
247
  hierarchyUN?: string;
@@ -388,7 +415,7 @@ export declare enum UseDatetimeAxis {
388
415
  }
389
416
  export interface ITidyColumnIndex {
390
417
  /**
391
- * Name of index
418
+ * Name of the node in the index
392
419
  */
393
420
  name: string;
394
421
  /**
@@ -439,5 +466,12 @@ export interface WidgetTidySelectionOptions {
439
466
  */
440
467
  initSelectionOnNewQuery?: boolean;
441
468
  }
442
- export declare type GroupRowIndices = [number, ...number[]];
469
+ export type GroupRowIndices = [number, ...number[]];
470
+ export interface TreeRowPropsTreeData {
471
+ rowIndex: number;
472
+ nodeId: string;
473
+ isCollapsed: boolean;
474
+ hasChildren: boolean;
475
+ isSelected: boolean;
476
+ }
443
477
  export {};
@@ -70,16 +70,15 @@ var TidyTableMappingColumnSelectorOptions;
70
70
  var IAmcharts4DataKey;
71
71
  (function (IAmcharts4DataKey) {
72
72
  /**
73
- * The value of the axis. The value is a date if the user mapped a date column and the row number string if the
74
- * user mapped a character column. Use an adapter on the category axis to get the actual value of the label.
73
+ * Data key for the date/string value of the axis.
75
74
  */
76
75
  IAmcharts4DataKey["AXIS"] = "axis";
77
76
  /**
78
- * Tag for the rows in the result
77
+ * Data key for the tidy-row number.
79
78
  */
80
79
  IAmcharts4DataKey["ROW"] = "row";
81
80
  /**
82
- * When there are no groups or levels in the data, this name is used.
81
+ * Data key for accessing the value of a dataItem. Used when there are no groups or levels in the data.
83
82
  */
84
83
  IAmcharts4DataKey["NULL"] = "_";
85
84
  })(IAmcharts4DataKey = exports.IAmcharts4DataKey || (exports.IAmcharts4DataKey = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"PublicTidyTableTypes.js","sourceRoot":"","sources":["../src/PublicTidyTableTypes.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAOH,IAAY,eA0DX;AA1DD,WAAY,eAAe;IACvB;;OAEG;IACH,kCAAe,CAAA;IAEf,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IAErB;;OAEG;IACH,sDAAmC,CAAA;IAEnC;;OAEG;IACH,wCAAqB,CAAA;IAErB;;OAEG;IACH,sCAAmB,CAAA;IAEnB;;OAEG;IACH,0CAAuB,CAAA;IAEvB;;OAEG;IACH,sCAAmB,CAAA;IAEnB;;OAEG;IACH,gCAAa,CAAA;IAEb;;OAEG;IACH,kCAAe,CAAA;IAEf;;OAEG;IACH,sCAAmB,CAAA;IAEnB;;OAEG;IACH,gCAAa,CAAA;IAEb;;OAEG;IACH,8BAAW,CAAA;AACf,CAAC,EA1DW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA0D1B;AAkBD,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,qCAAe,CAAA;IACf,uDAAiC,CAAA;IACjC,yCAAmB,CAAA;AACvB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B;AAeD,IAAY,qCAQX;AARD,WAAY,qCAAqC;IAE7C,yDAAgB,CAAA;IAChB,yEAAgC,CAAA;IAChC,6EAAoC,CAAA;IACpC,2EAAkC,CAAA;IAClC,mEAA0B,CAAA;AAE9B,CAAC,EARW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAQhD;AAuHD,IAAY,iBAgBX;AAhBD,WAAY,iBAAiB;IACzB;;;OAGG;IACH,kCAAa,CAAA;IAEb;;OAEG;IACH,gCAAW,CAAA;IAEX;;OAEG;IACH,+BAAU,CAAA;AACd,CAAC,EAhBW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAgB5B;AA0HD,IAAY,kBAqCX;AArCD,WAAY,kBAAkB;IAC1B;;OAEG;IACH,iDAA2B,CAAA;IAE3B;;OAEG;IACH,+CAAyB,CAAA;IAEzB;;OAEG;IACH,mDAA6B,CAAA;IAE7B,iDAA2B,CAAA;IAE3B;;OAEG;IACH,iDAA2B,CAAA;IAE3B;;OAEG;IACH,iDAA2B,CAAA;IAE3B;;OAEG;IACH,6CAAuB,CAAA;IAEvB;;OAEG;IACH,yDAAmC,CAAA;AACvC,CAAC,EArCW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAqC7B;AAED,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,sCAAuB,CAAA;IACvB,wCAAyB,CAAA;IACzB,wCAAyB,CAAA;AAC7B,CAAC,EAJW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAItB;AAwDD,IAAY,iBAMX;AAND,WAAY,iBAAiB;IACzB,kCAAa,CAAA;IACb,gCAAW,CAAA;IACX,gCAAW,CAAA;IACX,gCAAW,CAAA;IACX,gCAAW,CAAA;AACf,CAAC,EANW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAM5B;AAED,IAAY,sBAIX;AAJD,WAAY,sBAAsB;IAC9B,6CAAmB,CAAA;IACnB,uCAAa,CAAA;IACb,yCAAe,CAAA;AACnB,CAAC,EAJW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAIjC;AAyBD;;;;;GAKG;AACH,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,8BAAW,CAAA;IACX,4BAAS,CAAA;IACT,gCAAa,CAAA;AACjB,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B"}
1
+ {"version":3,"file":"PublicTidyTableTypes.js","sourceRoot":"","sources":["../src/PublicTidyTableTypes.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAOH,IAAY,eA0DX;AA1DD,WAAY,eAAe;IACvB;;OAEG;IACH,kCAAe,CAAA;IAEf,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IAErB;;OAEG;IACH,sDAAmC,CAAA;IAEnC;;OAEG;IACH,wCAAqB,CAAA;IAErB;;OAEG;IACH,sCAAmB,CAAA;IAEnB;;OAEG;IACH,0CAAuB,CAAA;IAEvB;;OAEG;IACH,sCAAmB,CAAA;IAEnB;;OAEG;IACH,gCAAa,CAAA;IAEb;;OAEG;IACH,kCAAe,CAAA;IAEf;;OAEG;IACH,sCAAmB,CAAA;IAEnB;;OAEG;IACH,gCAAa,CAAA;IAEb;;OAEG;IACH,8BAAW,CAAA;AACf,CAAC,EA1DW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA0D1B;AAkBD,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,qCAAe,CAAA;IACf,uDAAiC,CAAA;IACjC,yCAAmB,CAAA;AACvB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B;AAeD,IAAY,qCAQX;AARD,WAAY,qCAAqC;IAE7C,yDAAgB,CAAA;IAChB,yEAAgC,CAAA;IAChC,6EAAoC,CAAA;IACpC,2EAAkC,CAAA;IAClC,mEAA0B,CAAA;AAE9B,CAAC,EARW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAQhD;AA0HD,IAAY,iBAiBX;AAjBD,WAAY,iBAAiB;IAEzB;;OAEG;IACH,kCAAa,CAAA;IAEb;;OAEG;IACH,gCAAW,CAAA;IAEX;;OAEG;IACH,+BAAU,CAAA;AAEd,CAAC,EAjBW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAiB5B;AA8JD,IAAY,kBAqCX;AArCD,WAAY,kBAAkB;IAC1B;;OAEG;IACH,iDAA2B,CAAA;IAE3B;;OAEG;IACH,+CAAyB,CAAA;IAEzB;;OAEG;IACH,mDAA6B,CAAA;IAE7B,iDAA2B,CAAA;IAE3B;;OAEG;IACH,iDAA2B,CAAA;IAE3B;;OAEG;IACH,iDAA2B,CAAA;IAE3B;;OAEG;IACH,6CAAuB,CAAA;IAEvB;;OAEG;IACH,yDAAmC,CAAA;AACvC,CAAC,EArCW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAqC7B;AAED,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,sCAAuB,CAAA;IACvB,wCAAyB,CAAA;IACzB,wCAAyB,CAAA;AAC7B,CAAC,EAJW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAItB;AAwDD,IAAY,iBAMX;AAND,WAAY,iBAAiB;IACzB,kCAAa,CAAA;IACb,gCAAW,CAAA;IACX,gCAAW,CAAA;IACX,gCAAW,CAAA;IACX,gCAAW,CAAA;AACf,CAAC,EANW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAM5B;AAED,IAAY,sBAIX;AAJD,WAAY,sBAAsB;IAC9B,6CAAmB,CAAA;IACnB,uCAAa,CAAA;IACb,yCAAe,CAAA;AACnB,CAAC,EAJW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAIjC;AAyBD;;;;;GAKG;AACH,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,8BAAW,CAAA;IACX,4BAAS,CAAA;IACT,gCAAa,CAAA;AACjB,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B"}
@@ -68,4 +68,4 @@ export declare class TidyTree {
68
68
  /**
69
69
  * Top parent node = the node that is a direct child of root and of which node is a descendant.
70
70
  */
71
- export declare type ForEachNodeCallbackFn<T> = (node: TidyTreeNode, levelDepth: number, parent: TidyTreeNode, nodeChildrenIdx: number, parentSummary?: T) => boolean | void;
71
+ export type ForEachNodeCallbackFn<T> = (node: TidyTreeNode, levelDepth: number, parent: TidyTreeNode, nodeChildrenIdx: number, parentSummary?: T) => boolean | void;
package/dist/index.d.ts CHANGED
@@ -39,13 +39,13 @@ export * from "./theme/ThemeAmCharts4";
39
39
  export * from "./theme/ThemeApp";
40
40
  export * from "./theme/ThemeBaseTable";
41
41
  export * from "./theme/ThemeDatePicker";
42
- export * from "./theme/ThemeDrilldownUserSelectMenu";
43
42
  export * from "./theme/ThemeEmbeddedReport";
44
43
  export * from "./theme/ThemeErrorRenderer";
45
44
  export * from "./theme/ThemeFilterAutocomplete";
46
45
  export * from "./theme/ThemeFilterButtons";
47
46
  export * from "./theme/ThemeFilterCheckboxRadio";
48
47
  export * from "./theme/ThemeFilterPanel";
48
+ export * from "./theme/ThemeSinglePanelFilter";
49
49
  export * from "./theme/ThemeFilterSlider";
50
50
  export * from "./theme/ThemeFilterTree";
51
51
  export * from "./theme/ThemeGlobal";
@@ -62,6 +62,7 @@ export * from "./theme/ThemeLayoutPage";
62
62
  export * from "./theme/ThemeLazyTreeClasses";
63
63
  export * from "./theme/ThemeMarkdownText";
64
64
  export * from "./theme/ThemePivotTable";
65
+ export * from "./theme/ThemePrintButton";
65
66
  export * from "./theme/ThemeRepetitionWidget";
66
67
  export * from "./theme/ThemeReportAppBar";
67
68
  export * from "./theme/ThemeTable";
package/dist/index.js CHANGED
@@ -55,13 +55,13 @@ __exportStar(require("./theme/ThemeAmCharts4"), exports);
55
55
  __exportStar(require("./theme/ThemeApp"), exports);
56
56
  __exportStar(require("./theme/ThemeBaseTable"), exports);
57
57
  __exportStar(require("./theme/ThemeDatePicker"), exports);
58
- __exportStar(require("./theme/ThemeDrilldownUserSelectMenu"), exports);
59
58
  __exportStar(require("./theme/ThemeEmbeddedReport"), exports);
60
59
  __exportStar(require("./theme/ThemeErrorRenderer"), exports);
61
60
  __exportStar(require("./theme/ThemeFilterAutocomplete"), exports);
62
61
  __exportStar(require("./theme/ThemeFilterButtons"), exports);
63
62
  __exportStar(require("./theme/ThemeFilterCheckboxRadio"), exports);
64
63
  __exportStar(require("./theme/ThemeFilterPanel"), exports);
64
+ __exportStar(require("./theme/ThemeSinglePanelFilter"), exports);
65
65
  __exportStar(require("./theme/ThemeFilterSlider"), exports);
66
66
  __exportStar(require("./theme/ThemeFilterTree"), exports);
67
67
  __exportStar(require("./theme/ThemeGlobal"), exports);
@@ -78,6 +78,7 @@ __exportStar(require("./theme/ThemeLayoutPage"), exports);
78
78
  __exportStar(require("./theme/ThemeLazyTreeClasses"), exports);
79
79
  __exportStar(require("./theme/ThemeMarkdownText"), exports);
80
80
  __exportStar(require("./theme/ThemePivotTable"), exports);
81
+ __exportStar(require("./theme/ThemePrintButton"), exports);
81
82
  __exportStar(require("./theme/ThemeRepetitionWidget"), exports);
82
83
  __exportStar(require("./theme/ThemeReportAppBar"), exports);
83
84
  __exportStar(require("./theme/ThemeTable"), exports);
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,4CAA0B;AAC1B,yDAAuC;AACvC,kDAAgC;AAChC,sDAAoC;AACpC,sDAAoC;AACpC,+CAA6B;AAC7B,kDAAgC;AAChC,uDAAqC;AACrC,6DAA0C;AAC1C,oEAAiD;AACjD,2CAAwB;AACxB,+DAA6C;AAC7C,2DAAyC;AACzC,0DAAwC;AACxC,mDAAiC;AACjC,iDAA+B;AAC/B,2CAAyB;AACzB,2CAAyB;AACzB,iDAA+B;AAC/B,kDAAgC;AAChC,+CAA6B;AAC7B,iDAA+B;AAC/B,mDAAiC;AACjC,uDAAqC;AACrC,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,mDAAiC;AACjC,oDAAkC;AAClC,gEAA8C;AAC9C,yDAAuC;AACvC,mDAAiC;AACjC,wDAAsC;AACtC,yDAAuC;AACvC,qDAAmC;AAEnC,2DAAyC;AACzC,yDAAuC;AACvC,mDAAiC;AACjC,yDAAuC;AACvC,0DAAwC;AACxC,uEAAqD;AACrD,8DAA4C;AAC5C,6DAA2C;AAC3C,kEAAgD;AAChD,6DAA2C;AAC3C,mEAAiD;AACjD,2DAAyC;AACzC,4DAA0C;AAC1C,0DAAwC;AACxC,sDAAoC;AACpC,sDAAoC;AACpC,6DAA2C;AAC3C,8DAA4C;AAC5C,4DAA0C;AAC1C,uDAAqC;AACrC,qDAAmC;AACnC,sDAAoC;AACpC,uDAAqC;AACrC,sDAAoC;AACpC,0DAAwC;AACxC,+DAA6C;AAC7C,4DAA0C;AAC1C,0DAAwC;AACxC,gEAA8C;AAC9C,4DAA0C;AAC1C,qDAAmC;AACnC,kEAAgD;AAChD,yDAAuC;AACvC,uEAAqD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,4CAA0B;AAC1B,yDAAuC;AACvC,kDAAgC;AAChC,sDAAoC;AACpC,sDAAoC;AACpC,+CAA6B;AAC7B,kDAAgC;AAChC,uDAAqC;AACrC,6DAA0C;AAC1C,oEAAiD;AACjD,2CAAwB;AACxB,+DAA6C;AAC7C,2DAAyC;AACzC,0DAAwC;AACxC,mDAAiC;AACjC,iDAA+B;AAC/B,2CAAyB;AACzB,2CAAyB;AACzB,iDAA+B;AAC/B,kDAAgC;AAChC,+CAA6B;AAC7B,iDAA+B;AAC/B,mDAAiC;AACjC,uDAAqC;AACrC,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,mDAAiC;AACjC,oDAAkC;AAClC,gEAA8C;AAC9C,yDAAuC;AACvC,mDAAiC;AACjC,wDAAsC;AACtC,yDAAuC;AACvC,qDAAmC;AAEnC,2DAAyC;AACzC,yDAAuC;AACvC,mDAAiC;AACjC,yDAAuC;AACvC,0DAAwC;AACxC,8DAA4C;AAC5C,6DAA2C;AAC3C,kEAAgD;AAChD,6DAA2C;AAC3C,mEAAiD;AACjD,2DAAyC;AACzC,iEAA+C;AAC/C,4DAA0C;AAC1C,0DAAwC;AACxC,sDAAoC;AACpC,sDAAoC;AACpC,6DAA2C;AAC3C,8DAA4C;AAC5C,4DAA0C;AAC1C,uDAAqC;AACrC,qDAAmC;AACnC,sDAAoC;AACpC,uDAAqC;AACrC,sDAAoC;AACpC,0DAAwC;AACxC,+DAA6C;AAC7C,4DAA0C;AAC1C,0DAAwC;AACxC,2DAAyC;AACzC,gEAA8C;AAC9C,4DAA0C;AAC1C,qDAAmC;AACnC,kEAAgD;AAChD,yDAAuC;AACvC,uEAAqD"}
@@ -1,11 +1,13 @@
1
- export interface AlertDialogClasses {
1
+ export declare class AlertDialogClasses {
2
2
  /**
3
3
  * Style applied to
4
4
  */
5
- alertDialogRoot: string;
5
+ static root: string;
6
6
  /**
7
7
  * Style applied to
8
8
  */
9
- formRoot: string;
9
+ static formRoot: string;
10
+ static message: string;
11
+ static warning: string;
10
12
  }
11
13
  export declare type AlertDialogClassKey = keyof AlertDialogClasses;
@@ -1,3 +1,17 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AlertDialogClasses = void 0;
4
+ class AlertDialogClasses {
5
+ }
6
+ exports.AlertDialogClasses = AlertDialogClasses;
7
+ /**
8
+ * Style applied to
9
+ */
10
+ AlertDialogClasses.root = "ic3AlertDialog-root";
11
+ /**
12
+ * Style applied to
13
+ */
14
+ AlertDialogClasses.formRoot = "ic3AlertDialog-formRoot";
15
+ AlertDialogClasses.message = "ic3AlertDialog-message";
16
+ AlertDialogClasses.warning = "ic3AlertDialog-warning";
3
17
  //# sourceMappingURL=ThemeAlertDialog.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeAlertDialog.js","sourceRoot":"","sources":["../../src/theme/ThemeAlertDialog.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"ThemeAlertDialog.js","sourceRoot":"","sources":["../../src/theme/ThemeAlertDialog.ts"],"names":[],"mappings":";;;AAAA,MAAa,kBAAkB;;AAA/B,gDAgBC;AAdG;;GAEG;AACI,uBAAI,GAAG,qBAAqB,CAAC;AAEpC;;GAEG;AACI,2BAAQ,GAAG,yBAAyB,CAAC;AAErC,0BAAO,GAAG,wBAAwB,CAAC;AAEnC,0BAAO,GAAG,wBAAwB,CAAC"}
@@ -22,9 +22,24 @@ export declare enum GeoMapChartUnMatchedRegionStrategy {
22
22
  USE_DEFAULT_COLOR = "USE_DEFAULT_COLOR",
23
23
  EXCLUDE_FROM_MAP = "EXCLUDE_FROM_MAP"
24
24
  }
25
+ export declare enum Amcharts4LineSmoothMethod {
26
+ NONE = "none",
27
+ TENSION = "tension",
28
+ MONOTONE_X = "monotoneX",
29
+ MONOTONE_Y = "monotoneY"
30
+ }
25
31
  export interface IStrokeStyleProperties extends FormFieldObject {
32
+ /**
33
+ * Stroke color of the border.
34
+ */
26
35
  itemStrokeFill?: string;
36
+ /**
37
+ * Width of the border.
38
+ */
27
39
  itemStrokeWidth: number;
40
+ /**
41
+ * Opacity of the border.
42
+ */
28
43
  itemStrokeOpacity: number;
29
44
  }
30
45
  export declare enum LegendPositionOption {
@@ -334,6 +349,14 @@ export interface Am4SimpleCategoryAxisOptions extends FormFieldObject {
334
349
  * The start index and the end index seperated by a comma.
335
350
  */
336
351
  xAxisInitialZoom?: string;
352
+ /**
353
+ * In-place processing of the amCharts 4 category/date axis instance.
354
+ *
355
+ * <pre>
356
+ * ( value: CategoryAxis | DateAxis ) => void;
357
+ * </pre>
358
+ */
359
+ xAxisPostRenderHook?: Hook<any>;
337
360
  }
338
361
  export interface Am4ValueAxisOptions extends FormFieldObject {
339
362
  /**
@@ -402,6 +425,18 @@ export interface Am4ValueAxisOptions extends FormFieldObject {
402
425
  * The start value and the end value seperated by a comma.
403
426
  */
404
427
  yAxisInitialZoom?: string;
428
+ /**
429
+ * Show the grid lines perpendicular to the value axis.
430
+ */
431
+ yAxisShowGridLines: boolean;
432
+ /**
433
+ * In-place processing of the amCharts 4 category/date axis instance.
434
+ *
435
+ * <pre>
436
+ * ( value: ValueAxis ) => void;
437
+ * </pre>
438
+ */
439
+ yAxisPostRenderHook?: Hook<any>;
405
440
  }
406
441
  export interface Am4SimpleColumnSeriesOptions extends FormFieldObject, IStrokeStyleProperties {
407
442
  /**
@@ -583,11 +618,13 @@ export interface Am4TreeMapSeriesOptions extends FormFieldObject, IStrokeStylePr
583
618
  */
584
619
  treemapColor?: TidyTableColumnSelector;
585
620
  /**
586
- * Labels.
587
- *
588
- * Expression for the labels on the tree items.
621
+ * Labels when labelType is 'html'. Expression for the labels on the tree items.
622
+ */
623
+ labelExpressionHTML: string;
624
+ /**
625
+ * Labels when labelType is 'text'. Expression for the labels on the tree items.
589
626
  */
590
- labelExpression: string;
627
+ labelExpressionText: string;
591
628
  /**
592
629
  * Label Type.
593
630
  *
@@ -621,7 +658,7 @@ export interface Am4GeoSeriesOptions extends FormFieldObject {
621
658
  /**
622
659
  * Region.
623
660
  *
624
- * Column with map codes, [ISO-2 codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)
661
+ * Column with [ISO-2 codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)
625
662
  * (e.g., US, CH, GB, FR). Note that provinces, regions, departments are available as well (e.g., FR-30).
626
663
  */
627
664
  region: TidyTableColumnSelector;
@@ -704,10 +741,6 @@ export interface Am4GeoSeriesOptions extends FormFieldObject {
704
741
  backgroundColor?: IColorDef;
705
742
  }
706
743
  export interface Am4SecondValueAxisOptions extends FormFieldObject {
707
- /**
708
- * The combo chart can enable/disable the second value axis.
709
- */
710
- secondValueAxis: boolean;
711
744
  /**
712
745
  * Title Text.
713
746
  *
@@ -767,6 +800,14 @@ export interface Am4SecondValueAxisOptions extends FormFieldObject {
767
800
  * The start value and the end value seperated by a comma.
768
801
  */
769
802
  yAxisSecondInitialZoom?: string;
803
+ /**
804
+ * In-place processing of the amCharts 4 category/date axis instance.
805
+ *
806
+ * <pre>
807
+ * ( value: ValueAxis ) => void;
808
+ * </pre>
809
+ */
810
+ yAxisSecondPostRenderHook?: Hook<any>;
770
811
  }
771
812
  export interface Am4BubbleSeriesOptions extends FormFieldObject, IStrokeStyleProperties {
772
813
  /**
@@ -1003,6 +1044,18 @@ export interface Am4CategoryDateAxisOptions extends FormFieldObject {
1003
1044
  * The start index and the end index seperated by a comma.
1004
1045
  */
1005
1046
  xAxisInitialZoom?: string;
1047
+ /**
1048
+ * Show the grid lines perpendicular to the category axis.
1049
+ */
1050
+ xAxisShowGridLines: boolean;
1051
+ /**
1052
+ * In-place processing of the amCharts 4 category/date axis instance.
1053
+ *
1054
+ * <pre>
1055
+ * ( value: CategoryAxis | DateAxis ) => void;
1056
+ * </pre>
1057
+ */
1058
+ xAxisPostRenderHook?: Hook<any>;
1006
1059
  }
1007
1060
  export interface Am4ValueAxisRangeOptions extends FormFieldObject {
1008
1061
  /**
@@ -1155,6 +1208,26 @@ export interface Am4LineSeriesOptions extends FormFieldObject, IStrokeStylePrope
1155
1208
  * A column with colors for the line and bullets in the chart.
1156
1209
  */
1157
1210
  lineSeriesColor?: TidyTableColumnSelector;
1211
+ /**
1212
+ * If true, connect the lines over empty data points.
1213
+ */
1214
+ connectLineSeries: boolean;
1215
+ smoothLineMethod: Amcharts4LineSmoothMethod;
1216
+ /**
1217
+ * Smooth the line chart. The tension is a value between 0 (no tension) and 1 (maximum tension).
1218
+ */
1219
+ smoothLineTensionX: number;
1220
+ smoothLineTensionY: number;
1221
+ }
1222
+ export interface Am4ComboSeriesOptions extends Am4LineSeriesOptions, Am4ColumnSeriesOptions {
1223
+ /**
1224
+ * Draw the line-series in this axis. Defaults to "left".
1225
+ */
1226
+ lineSeriesDrawOnAxis: "left" | "right";
1227
+ /**
1228
+ * Draw the column-series in this axis. Defaults to "right".
1229
+ */
1230
+ columnSeriesDrawOnAxis: "left" | "right";
1158
1231
  }
1159
1232
  export interface Am4ColumnSeriesOptions extends FormFieldObject, IStrokeStyleProperties {
1160
1233
  /**
@@ -1214,6 +1287,34 @@ export interface Am4ColumnSeriesOptions extends FormFieldObject, IStrokeStylePro
1214
1287
  */
1215
1288
  columnSeriesColor?: TidyTableColumnSelector;
1216
1289
  }
1290
+ export interface Am4DivergentBarSeriesOptions extends FormFieldObject, IStrokeStyleProperties {
1291
+ /**
1292
+ * Values for the series on the left
1293
+ */
1294
+ leftValue: TidyTableColumnSelector;
1295
+ /**
1296
+ * Values for the series on the right
1297
+ */
1298
+ rightValue: TidyTableColumnSelector;
1299
+ /**
1300
+ * Tooltip.
1301
+ *
1302
+ * Show this text when hovering the column in the chart.
1303
+ */
1304
+ chartCursorTooltipColumn: string;
1305
+ /**
1306
+ * Legend Text.
1307
+ *
1308
+ * The name of the column series in the legend.
1309
+ */
1310
+ legendColumnSeriesLabel?: string;
1311
+ /**
1312
+ * Show Value in Legend.
1313
+ *
1314
+ * Display values in the legend when the user moves the cursor over the chart.
1315
+ */
1316
+ legendColumnSeriesShowValue: boolean;
1317
+ }
1217
1318
  export interface Am4TrendLineOptions extends FormFieldObject {
1218
1319
  /**
1219
1320
  * Trend Line
@@ -1301,69 +1402,81 @@ export interface Am4ChartOptions extends FormFieldObject {
1301
1402
  * </pre>
1302
1403
  */
1303
1404
  postRenderHook?: Hook<any>;
1405
+ /**
1406
+ * Called after the chart is created.
1407
+ *
1408
+ * <pre>
1409
+ * ( chart: amcharts4.Chart ) => void;
1410
+ * </pre>
1411
+ */
1412
+ onChartCreatedHook?: Hook<any>;
1304
1413
  }
1305
1414
  /**
1306
1415
  * The corresponding AmCharts 4 chart class is PieChart.
1307
1416
  */
1308
- export declare type AmCharts4DonutChartOptions = Am4PieSeriesOptions & Am4PieLabelOptions & Am4LabelOptions & Am4DonutLegendOptions & Am4DonutOptions & Am4ChartOptions;
1417
+ export type AmCharts4DonutChartOptions = Am4PieSeriesOptions & Am4PieLabelOptions & Am4LabelOptions & Am4DonutLegendOptions & Am4DonutOptions & Am4ChartOptions;
1309
1418
  /**
1310
1419
  * The corresponding AmCharts 4 chart class is GaugeChart.
1311
1420
  */
1312
- export declare type AmCharts4GaugeChartOptions = Am4GaugeHandOptions & Am4GaugeAxisOptions & Am4LabelOptions & Am4GaugeOptions & Am4ChartOptions;
1421
+ export type AmCharts4GaugeChartOptions = Am4GaugeHandOptions & Am4GaugeAxisOptions & Am4LabelOptions & Am4GaugeOptions & Am4ChartOptions;
1313
1422
  /**
1314
1423
  * The corresponding AmCharts 4 chart class is XYChart.
1315
1424
  */
1316
- export declare type AmCharts4HistogramOptions = Am4SimpleCategoryAxisOptions & Am4ValueAxisOptions & Am4SimpleColumnSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4LegendOptions & TidyHistogramOptions;
1425
+ export type AmCharts4HistogramOptions = Am4SimpleCategoryAxisOptions & Am4ValueAxisOptions & Am4SimpleColumnSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4LegendOptions & TidyHistogramOptions;
1317
1426
  /**
1318
1427
  * The corresponding AmCharts 4 chart class is SankeyDiagram.
1319
1428
  */
1320
- export declare type AmCharts4SankeyDiagramOptions = Am4SankeyFlowOptions & Am4SankeyNodeOptions & Am4SankeyDiagramOptions & Am4ChartOptions;
1429
+ export type AmCharts4SankeyDiagramOptions = Am4SankeyFlowOptions & Am4SankeyNodeOptions & Am4SankeyDiagramOptions & Am4ChartOptions;
1321
1430
  /**
1322
1431
  * The corresponding AmCharts 4 chart class is TreeMap.
1323
1432
  */
1324
- export declare type AmCharts4TreemapOptions = Am4ChartOptions & Am4LegendOptions & Am4TreeMapSeriesOptions;
1433
+ export type AmCharts4TreemapOptions = Am4ChartOptions & Am4LegendOptions & Am4TreeMapSeriesOptions;
1325
1434
  /**
1326
1435
  * The corresponding AmCharts 4 chart class is MapChart.
1327
1436
  */
1328
- export declare type GeoMapChartOptions = Am4GeoSeriesOptions;
1437
+ export type GeoMapChartOptions = Am4GeoSeriesOptions;
1329
1438
  /**
1330
1439
  * The corresponding AmCharts 4 chart class is XYChart.
1331
1440
  */
1332
- export declare type AmCharts4BubbleChartOptions = Am4SecondValueAxisOptions & Am4ValueAxisOptions & Am4BubbleSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4ScatterTrendLineOptions & Am4ScrollbarOptions & Am4LegendOptions & Am4ChartOptions;
1441
+ export type AmCharts4BubbleChartOptions = Am4SecondValueAxisOptions & Am4ValueAxisOptions & Am4BubbleSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4ScatterTrendLineOptions & Am4ScrollbarOptions & Am4LegendOptions & Am4ChartOptions;
1333
1442
  /**
1334
1443
  * The corresponding AmCharts 4 chart class is XYChart.
1335
1444
  */
1336
- export declare type AmCharts4ComboChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4SecondValueAxisOptions & Am4LineSeriesOptions & Am4ColumnSeriesOptions & Am4LegendOptions & Am4ChartCursorOptions & Am4ScrollbarOptions & Am4ChartOptions;
1337
- export declare type AmCharts4CoordinateChartOptions = Am4TrendLineOptions;
1445
+ export type AmCharts4ComboChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4SecondValueAxisOptions & Am4ComboSeriesOptions & Am4LegendOptions & Am4ChartCursorOptions & Am4ScrollbarOptions & Am4ChartOptions;
1446
+ export type AmCharts4CoordinateChartOptions = Am4TrendLineOptions;
1447
+ /**
1448
+ * The corresponding AmCharts 4 chart class is XYChart.
1449
+ */
1450
+ export type AmCharts4RegularAreaChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4LineSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ValueAxisRangeOptions & Am4ChartOptions;
1338
1451
  /**
1339
1452
  * The corresponding AmCharts 4 chart class is XYChart.
1340
1453
  */
1341
- export declare type AmCharts4RegularAreaChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4LineSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ValueAxisRangeOptions & Am4ChartOptions;
1454
+ export type AmCharts4RegularBarChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4ColumnSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ValueAxisRangeOptions & Am4ChartOptions;
1342
1455
  /**
1343
1456
  * The corresponding AmCharts 4 chart class is XYChart.
1344
1457
  */
1345
- export declare type AmCharts4RegularBarChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4ColumnSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ValueAxisRangeOptions & Am4ChartOptions;
1458
+ export type AmCharts4DivergentBarChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4DivergentBarSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4ScrollbarOptions & Am4ValueAxisRangeOptions & Am4ChartOptions;
1346
1459
  /**
1347
1460
  * The corresponding AmCharts 4 chart class is XYChart.
1348
1461
  */
1349
- export declare type AmCharts4RegularColumnChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4ValueAxisRangeOptions & Am4ColumnSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4LegendOptions;
1462
+ export type AmCharts4RegularColumnChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4ValueAxisRangeOptions & Am4ColumnSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4LegendOptions;
1350
1463
  /**
1351
1464
  * The corresponding AmCharts 4 chart class is XYChart.
1352
1465
  */
1353
- export declare type AmCharts4RegularLineChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4LineSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4ValueAxisRangeOptions;
1466
+ export type AmCharts4RegularLineChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4LineSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4ValueAxisRangeOptions;
1354
1467
  /**
1355
1468
  * The corresponding AmCharts 4 chart class is XYChart.
1356
1469
  */
1357
- export declare type AmCharts4ScatterPlotOptions = Am4SecondValueAxisOptions & Am4ValueAxisOptions & Am4ScatterSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4ScatterTrendLineOptions & Am4ScrollbarOptions & Am4LegendOptions & Am4ChartOptions;
1470
+ export type AmCharts4ScatterPlotOptions = Am4SecondValueAxisOptions & Am4ValueAxisOptions & Am4ScatterSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4ScatterTrendLineOptions & Am4ScrollbarOptions & Am4LegendOptions & Am4ChartOptions;
1358
1471
  /**
1359
1472
  * The corresponding AmCharts 4 chart class is XYChart.
1360
1473
  */
1361
- export declare type AmCharts4StackedAreaChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4LineSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4ValueAxisRangeOptions;
1474
+ export type AmCharts4StackedAreaChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4LineSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4ValueAxisRangeOptions;
1362
1475
  /**
1363
1476
  * The corresponding AmCharts 4 chart class is XYChart.
1364
1477
  */
1365
- export declare type AmCharts4StackedBarChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4ColumnSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4ValueAxisRangeOptions;
1478
+ export type AmCharts4StackedBarChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4ColumnSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4ValueAxisRangeOptions;
1366
1479
  /**
1367
1480
  * The corresponding AmCharts 4 chart class is XYChart.
1368
1481
  */
1369
- export declare type AmCharts4StackedColumnChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4ColumnSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4LegendOptions & Am4ValueAxisRangeOptions;
1482
+ export type AmCharts4StackedColumnChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4ColumnSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4LegendOptions & Am4ValueAxisRangeOptions;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SeriesLabelsPosition = exports.CategoryAxisRotateLabels = exports.OverflowType = exports.LegendPositionOption = exports.GeoMapChartUnMatchedRegionStrategy = exports.GeoMapChartProjection = exports.AxisRangeType = void 0;
3
+ exports.SeriesLabelsPosition = exports.CategoryAxisRotateLabels = exports.OverflowType = exports.LegendPositionOption = exports.Amcharts4LineSmoothMethod = exports.GeoMapChartUnMatchedRegionStrategy = exports.GeoMapChartProjection = exports.AxisRangeType = void 0;
4
4
  var AxisRangeType;
5
5
  (function (AxisRangeType) {
6
6
  AxisRangeType["LINE"] = "single_line";
@@ -25,6 +25,13 @@ var GeoMapChartUnMatchedRegionStrategy;
25
25
  GeoMapChartUnMatchedRegionStrategy["USE_DEFAULT_COLOR"] = "USE_DEFAULT_COLOR";
26
26
  GeoMapChartUnMatchedRegionStrategy["EXCLUDE_FROM_MAP"] = "EXCLUDE_FROM_MAP";
27
27
  })(GeoMapChartUnMatchedRegionStrategy = exports.GeoMapChartUnMatchedRegionStrategy || (exports.GeoMapChartUnMatchedRegionStrategy = {}));
28
+ var Amcharts4LineSmoothMethod;
29
+ (function (Amcharts4LineSmoothMethod) {
30
+ Amcharts4LineSmoothMethod["NONE"] = "none";
31
+ Amcharts4LineSmoothMethod["TENSION"] = "tension";
32
+ Amcharts4LineSmoothMethod["MONOTONE_X"] = "monotoneX";
33
+ Amcharts4LineSmoothMethod["MONOTONE_Y"] = "monotoneY"; // See https://www.amcharts.com/docs/v4/chart-types/xy-chart/#Alternate_smoothing_algorithm
34
+ })(Amcharts4LineSmoothMethod = exports.Amcharts4LineSmoothMethod || (exports.Amcharts4LineSmoothMethod = {}));
28
35
  var LegendPositionOption;
29
36
  (function (LegendPositionOption) {
30
37
  LegendPositionOption["bottom_left"] = "bottom_left";
@@ -1 +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
+ {"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;AAED,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACjC,0CAAa,CAAA;IACb,gDAAmB,CAAA;IACnB,qDAAwB,CAAA;IACxB,qDAAwB,CAAA,CAAE,2FAA2F;AACzH,CAAC,EALW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAKpC;AAmBD,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"}
@@ -2,7 +2,7 @@ export declare class AppClasses {
2
2
  /**
3
3
  * Style applied to
4
4
  */
5
- static readonly app: string;
5
+ static readonly root: string;
6
6
  /**
7
7
  * Style applied to
8
8
  */
@@ -42,6 +42,7 @@ export interface AppDivProps {
42
42
  leftBarOptions: LeftBarOptions;
43
43
  viewer: boolean;
44
44
  opacity?: string;
45
+ editorActive: boolean;
45
46
  }
46
47
  export declare enum TopBarOptions {
47
48
  None = 0,
@@ -7,7 +7,7 @@ exports.AppClasses = AppClasses;
7
7
  /**
8
8
  * Style applied to
9
9
  */
10
- AppClasses.app = "ic3App";
10
+ AppClasses.root = "ic3App-root";
11
11
  /**
12
12
  * Style applied to
13
13
  */