@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.
- package/dist/ApiUtils.js +1 -1
- package/dist/INotification.d.ts +12 -3
- package/dist/IOnNewEventJsContext.d.ts +1 -1
- package/dist/IReporting.d.ts +52 -5
- package/dist/IThemeManager.d.ts +1 -1
- package/dist/ITypes.d.ts +3 -3
- package/dist/IWidgetVariantManager.d.ts +2 -2
- package/dist/LazyTreeView.d.ts +21 -6
- package/dist/Loader.d.ts +94 -20
- package/dist/Loader.js +45 -44
- package/dist/Loader.js.map +1 -1
- package/dist/Logger.d.ts +1 -1
- package/dist/PublicAmchartsData.d.ts +9 -3
- package/dist/PublicAmchartsData.js +22 -3
- package/dist/PublicAmchartsData.js.map +1 -1
- package/dist/PublicContext.d.ts +26 -1
- package/dist/PublicContext.js +6 -1
- package/dist/PublicContext.js.map +1 -1
- package/dist/PublicLayout.d.ts +2 -2
- package/dist/PublicTemplate.d.ts +10 -5
- package/dist/PublicTemplate.js.map +1 -1
- package/dist/PublicTemplateForm.d.ts +59 -23
- package/dist/PublicTemplateForm.js +2 -16
- package/dist/PublicTemplateForm.js.map +1 -1
- package/dist/PublicTemplates.d.ts +4 -2
- package/dist/PublicTheme.d.ts +103 -73
- package/dist/PublicTheme.js.map +1 -1
- package/dist/PublicTidyColumn.d.ts +37 -18
- package/dist/PublicTidyColumn.js.map +1 -1
- package/dist/PublicTidyTable.d.ts +25 -0
- package/dist/PublicTidyTableInteractions.d.ts +7 -2
- package/dist/PublicTidyTableInteractions.js.map +1 -1
- package/dist/PublicTidyTableTypeGuards.d.ts +1 -0
- package/dist/PublicTidyTableTypeGuards.js +16 -1
- package/dist/PublicTidyTableTypeGuards.js.map +1 -1
- package/dist/PublicTidyTableTypes.d.ts +53 -19
- package/dist/PublicTidyTableTypes.js +3 -4
- package/dist/PublicTidyTableTypes.js.map +1 -1
- package/dist/PublicTidyTree.d.ts +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/theme/ThemeAlertDialog.d.ts +5 -3
- package/dist/theme/ThemeAlertDialog.js +14 -0
- package/dist/theme/ThemeAlertDialog.js.map +1 -1
- package/dist/theme/ThemeAmCharts4.d.ts +139 -26
- package/dist/theme/ThemeAmCharts4.js +8 -1
- package/dist/theme/ThemeAmCharts4.js.map +1 -1
- package/dist/theme/ThemeApp.d.ts +2 -1
- package/dist/theme/ThemeApp.js +1 -1
- package/dist/theme/ThemeApp.js.map +1 -1
- package/dist/theme/ThemeAppMenuIcon.d.ts +3 -3
- package/dist/theme/ThemeAppMenuIcon.js +4 -4
- package/dist/theme/ThemeAppMenuIcon.js.map +1 -1
- package/dist/theme/ThemeBaseTable.d.ts +4 -0
- package/dist/theme/ThemeDatePicker.d.ts +9 -1
- package/dist/theme/ThemeDatePicker.js +2 -1
- package/dist/theme/ThemeDatePicker.js.map +1 -1
- package/dist/theme/ThemeEditorTopBar.d.ts +9 -1
- package/dist/theme/ThemeEditorTopBar.js +15 -7
- package/dist/theme/ThemeEditorTopBar.js.map +1 -1
- package/dist/theme/ThemeErrorRenderer.d.ts +13 -13
- package/dist/theme/ThemeErrorRenderer.js +52 -0
- package/dist/theme/ThemeErrorRenderer.js.map +1 -1
- package/dist/theme/ThemeFilterAutocomplete.d.ts +8 -15
- package/dist/theme/ThemeFilterAutocomplete.js +3 -12
- package/dist/theme/ThemeFilterAutocomplete.js.map +1 -1
- package/dist/theme/ThemeFilterButtons.d.ts +3 -3
- package/dist/theme/ThemeFilterButtons.js +3 -3
- package/dist/theme/ThemeFilterButtons.js.map +1 -1
- package/dist/theme/ThemeFilterCheckboxRadio.d.ts +4 -4
- package/dist/theme/ThemeFilterCheckboxRadio.js +4 -4
- package/dist/theme/ThemeFilterCheckboxRadio.js.map +1 -1
- package/dist/theme/ThemeFilterPanel.d.ts +4 -0
- package/dist/theme/ThemeFilterSlider.d.ts +1 -1
- package/dist/theme/ThemeFilterSlider.js +2 -1
- package/dist/theme/ThemeFilterSlider.js.map +1 -1
- package/dist/theme/ThemeFilterTree.d.ts +7 -7
- package/dist/theme/ThemeFilterTree.js +1 -1
- package/dist/theme/ThemeFilterTree.js.map +1 -1
- package/dist/theme/ThemeGlobal.d.ts +2 -2
- package/dist/theme/ThemeGlobal.js +2 -2
- package/dist/theme/ThemeHtmlBox.d.ts +3 -3
- package/dist/theme/ThemeHtmlBox.js +9 -0
- package/dist/theme/ThemeHtmlBox.js.map +1 -1
- package/dist/theme/ThemeImage.d.ts +11 -0
- package/dist/theme/ThemeImage.js +9 -0
- package/dist/theme/ThemeImage.js.map +1 -1
- package/dist/theme/ThemeKpiCard.d.ts +5 -4
- package/dist/theme/ThemeKpiCard.js +12 -11
- package/dist/theme/ThemeKpiCard.js.map +1 -1
- package/dist/theme/ThemeLayout.d.ts +6 -3
- package/dist/theme/ThemeLayout.js +11 -0
- package/dist/theme/ThemeLayout.js.map +1 -1
- package/dist/theme/ThemeLayoutPage.d.ts +7 -6
- package/dist/theme/ThemeLayoutPage.js +25 -0
- package/dist/theme/ThemeLayoutPage.js.map +1 -1
- package/dist/theme/ThemeLazyTreeClasses.d.ts +1 -0
- package/dist/theme/ThemeListCounter.d.ts +5 -0
- package/dist/theme/ThemeListCounter.js +9 -0
- package/dist/theme/ThemeListCounter.js.map +1 -0
- package/dist/theme/ThemePivotTable.d.ts +1 -0
- package/dist/theme/ThemePivotTable.js +1 -0
- package/dist/theme/ThemePivotTable.js.map +1 -1
- package/dist/theme/ThemePrintButton.d.ts +22 -0
- package/dist/theme/ThemePrintButton.js +10 -0
- package/dist/theme/ThemePrintButton.js.map +1 -0
- package/dist/theme/ThemeQueryBuilderNode.d.ts +8 -3
- package/dist/theme/ThemeQueryBuilderNode.js +9 -4
- package/dist/theme/ThemeQueryBuilderNode.js.map +1 -1
- package/dist/theme/ThemeReportAppBar.d.ts +6 -3
- package/dist/theme/ThemeReportAppBar.js +18 -0
- package/dist/theme/ThemeReportAppBar.js.map +1 -1
- package/dist/theme/ThemeReportAppLeftPanel.d.ts +5 -4
- package/dist/theme/ThemeReportAppLeftPanel.js +5 -4
- package/dist/theme/ThemeReportAppLeftPanel.js.map +1 -1
- package/dist/theme/ThemeSinglePanelFilter.d.ts +18 -0
- package/dist/theme/{ThemeDrilldownUserSelectMenu.js → ThemeSinglePanelFilter.js} +1 -1
- package/dist/theme/ThemeSinglePanelFilter.js.map +1 -0
- package/dist/theme/ThemeTable.d.ts +4 -0
- package/dist/theme/ThemeWidgetBoxContentMessage.d.ts +3 -3
- package/dist/theme/ThemeWidgetBoxContentMessage.js +12 -0
- package/dist/theme/ThemeWidgetBoxContentMessage.js.map +1 -1
- package/package.json +5 -5
- package/dist/theme/ThemeDrilldownUserSelectMenu.d.ts +0 -11
- 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
|
|
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
|
|
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
|
|
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
|
|
97
|
-
export
|
|
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
|
-
|
|
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
|
|
174
|
+
export type TidyColumnCoordinateUniqueName = MdxNodeIdentifier['uid'];
|
|
175
175
|
export declare enum IAmcharts4DataKey {
|
|
176
176
|
/**
|
|
177
|
-
*
|
|
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
|
-
*
|
|
181
|
+
* Data key for the tidy-row number.
|
|
183
182
|
*/
|
|
184
183
|
ROW = "row",
|
|
185
184
|
/**
|
|
186
|
-
*
|
|
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
|
|
194
|
-
|
|
195
|
-
|
|
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
|
|
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
|
|
217
|
-
export
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
77
|
+
* Data key for the tidy-row number.
|
|
79
78
|
*/
|
|
80
79
|
IAmcharts4DataKey["ROW"] = "row";
|
|
81
80
|
/**
|
|
82
|
-
*
|
|
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;
|
|
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"}
|
package/dist/PublicTidyTree.d.ts
CHANGED
|
@@ -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
|
|
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,
|
|
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
|
|
1
|
+
export declare class AlertDialogClasses {
|
|
2
2
|
/**
|
|
3
3
|
* Style applied to
|
|
4
4
|
*/
|
|
5
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
1429
|
+
export type AmCharts4SankeyDiagramOptions = Am4SankeyFlowOptions & Am4SankeyNodeOptions & Am4SankeyDiagramOptions & Am4ChartOptions;
|
|
1321
1430
|
/**
|
|
1322
1431
|
* The corresponding AmCharts 4 chart class is TreeMap.
|
|
1323
1432
|
*/
|
|
1324
|
-
export
|
|
1433
|
+
export type AmCharts4TreemapOptions = Am4ChartOptions & Am4LegendOptions & Am4TreeMapSeriesOptions;
|
|
1325
1434
|
/**
|
|
1326
1435
|
* The corresponding AmCharts 4 chart class is MapChart.
|
|
1327
1436
|
*/
|
|
1328
|
-
export
|
|
1437
|
+
export type GeoMapChartOptions = Am4GeoSeriesOptions;
|
|
1329
1438
|
/**
|
|
1330
1439
|
* The corresponding AmCharts 4 chart class is XYChart.
|
|
1331
1440
|
*/
|
|
1332
|
-
export
|
|
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
|
|
1337
|
-
export
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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;
|
|
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"}
|
package/dist/theme/ThemeApp.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export declare class AppClasses {
|
|
|
2
2
|
/**
|
|
3
3
|
* Style applied to
|
|
4
4
|
*/
|
|
5
|
-
static readonly
|
|
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,
|