@ic3/reporting-api 8.0.0-rc.3 → 8.0.1
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.d.ts +46 -8
- package/dist/ApiUtils.js +37 -21
- package/dist/ApiUtils.js.map +1 -1
- package/dist/INotification.d.ts +29 -8
- package/dist/IPluginDefinition.d.ts +9 -0
- package/dist/IReporting.d.ts +16 -4
- package/dist/IThemeManager.d.ts +14 -13
- package/dist/IThemeManager.js.map +1 -1
- package/dist/ITypes.d.ts +25 -0
- package/dist/ITypes.js +31 -0
- package/dist/ITypes.js.map +1 -0
- package/dist/IWidgetManager.d.ts +5 -2
- package/dist/LazyTreeView.d.ts +6 -1
- package/dist/Loader.d.ts +9 -0
- package/dist/Loader.js +10 -2
- package/dist/Loader.js.map +1 -1
- package/dist/PublicContext.d.ts +2 -1
- package/dist/PublicLayout.d.ts +7 -23
- package/dist/PublicTemplate.d.ts +95 -35
- package/dist/PublicTemplate.js +1 -10
- package/dist/PublicTemplate.js.map +1 -1
- package/dist/PublicTemplateForm.d.ts +124 -15
- package/dist/PublicTemplateForm.js +1 -9
- package/dist/PublicTemplateForm.js.map +1 -1
- package/dist/PublicTemplates.d.ts +61 -0
- package/dist/{theme/ThemeGoogleMapMarker.js → PublicTemplates.js} +1 -1
- package/dist/PublicTemplates.js.map +1 -0
- package/dist/PublicTheme.d.ts +112 -75
- package/dist/PublicTheme.js.map +1 -1
- package/dist/PublicTidyColumn.d.ts +29 -9
- package/dist/PublicTidyColumn.js.map +1 -1
- package/dist/PublicTidyHistogram.d.ts +38 -0
- package/dist/PublicTidyHistogram.js +6 -1
- package/dist/PublicTidyHistogram.js.map +1 -1
- package/dist/PublicTidyTable.d.ts +36 -18
- package/dist/PublicTidyTableInteractions.d.ts +19 -2
- package/dist/PublicTidyTableTypes.d.ts +28 -8
- package/dist/PublicTidyTableTypes.js +18 -1
- package/dist/PublicTidyTableTypes.js.map +1 -1
- package/dist/PublicTidyTree.d.ts +13 -3
- package/dist/PublicTidyTree.js +19 -13
- package/dist/PublicTidyTree.js.map +1 -1
- package/dist/index.d.ts +24 -0
- package/dist/index.js +29 -1
- package/dist/index.js.map +1 -1
- package/dist/theme/ThemeAmCharts4.d.ts +1346 -0
- package/dist/theme/ThemeAmCharts4.js +61 -0
- package/dist/theme/ThemeAmCharts4.js.map +1 -0
- package/dist/theme/ThemeApp.d.ts +11 -11
- package/dist/theme/ThemeApp.js +40 -0
- package/dist/theme/ThemeApp.js.map +1 -1
- package/dist/theme/ThemeBaseTable.d.ts +94 -0
- package/dist/theme/ThemeBaseTable.js +10 -0
- package/dist/theme/ThemeBaseTable.js.map +1 -0
- package/dist/theme/ThemeDatePicker.d.ts +111 -0
- package/dist/theme/ThemeDatePicker.js +3 -0
- package/dist/theme/ThemeDatePicker.js.map +1 -0
- package/dist/theme/ThemeEmbeddedReport.d.ts +25 -0
- package/dist/theme/ThemeEmbeddedReport.js +3 -0
- package/dist/theme/ThemeEmbeddedReport.js.map +1 -0
- package/dist/theme/ThemeFilter.d.ts +28 -0
- package/dist/theme/ThemeFilter.js +3 -0
- package/dist/theme/ThemeFilter.js.map +1 -0
- package/dist/theme/ThemeFilterAutocomplete.d.ts +31 -15
- package/dist/theme/ThemeFilterAutocomplete.js.map +1 -1
- package/dist/theme/ThemeFilterButtons.d.ts +40 -19
- package/dist/theme/ThemeFilterButtons.js.map +1 -1
- package/dist/theme/ThemeFilterCheckboxRadio.d.ts +48 -0
- package/dist/theme/ThemeFilterCheckboxRadio.js +23 -0
- package/dist/theme/ThemeFilterCheckboxRadio.js.map +1 -0
- package/dist/theme/ThemeFilterPanel.d.ts +84 -0
- package/dist/theme/ThemeFilterPanel.js +35 -0
- package/dist/theme/ThemeFilterPanel.js.map +1 -0
- package/dist/theme/ThemeFilterSlider.d.ts +42 -28
- package/dist/theme/ThemeFilterSlider.js +7 -7
- package/dist/theme/ThemeFilterSlider.js.map +1 -1
- package/dist/theme/ThemeFilterTree.d.ts +60 -30
- package/dist/theme/ThemeFilterTree.js.map +1 -1
- package/dist/theme/ThemeGoogle.d.ts +132 -0
- package/dist/theme/ThemeGoogle.js +64 -0
- package/dist/theme/ThemeGoogle.js.map +1 -0
- package/dist/theme/ThemeGoogleHeatMap.d.ts +58 -0
- package/dist/theme/ThemeGoogleHeatMap.js +3 -0
- package/dist/theme/ThemeGoogleHeatMap.js.map +1 -0
- package/dist/theme/ThemeGoogleKmlLayer.d.ts +40 -0
- package/dist/theme/ThemeGoogleKmlLayer.js +3 -0
- package/dist/theme/ThemeGoogleKmlLayer.js.map +1 -0
- package/dist/theme/ThemeGoogleMarker.d.ts +147 -0
- package/dist/theme/ThemeGoogleMarker.js +3 -0
- package/dist/theme/ThemeGoogleMarker.js.map +1 -0
- package/dist/theme/ThemeHtmlBox.d.ts +5 -1
- package/dist/theme/ThemeImage.d.ts +19 -0
- package/dist/theme/ThemeImage.js +3 -0
- package/dist/theme/ThemeImage.js.map +1 -0
- package/dist/theme/ThemeKpiBox.d.ts +46 -0
- package/dist/theme/ThemeKpiBox.js +3 -0
- package/dist/theme/ThemeKpiBox.js.map +1 -0
- package/dist/theme/ThemeKpiCard.d.ts +98 -0
- package/dist/theme/ThemeKpiCard.js +3 -0
- package/dist/theme/ThemeKpiCard.js.map +1 -0
- package/dist/theme/ThemeMarkdownText.d.ts +27 -0
- package/dist/theme/ThemeMarkdownText.js +3 -0
- package/dist/theme/ThemeMarkdownText.js.map +1 -0
- package/dist/theme/ThemePivotTable.d.ts +68 -0
- package/dist/theme/ThemePivotTable.js +10 -1
- package/dist/theme/ThemePivotTable.js.map +1 -1
- package/dist/theme/ThemeRepetitionWidget.d.ts +51 -0
- package/dist/theme/ThemeRepetitionWidget.js +3 -0
- package/dist/theme/ThemeRepetitionWidget.js.map +1 -0
- package/dist/theme/ThemeReportAppLeftPanel.d.ts +7 -0
- package/dist/theme/ThemeReportAppLeftPanel.js +11 -0
- package/dist/theme/ThemeReportAppLeftPanel.js.map +1 -0
- package/dist/theme/ThemeTable.d.ts +155 -2
- package/dist/theme/ThemeTable.js +165 -1
- package/dist/theme/ThemeTable.js.map +1 -1
- package/dist/theme/ThemeWidgetBox.d.ts +69 -0
- package/dist/theme/ThemeWidgetBox.js +29 -1
- package/dist/theme/ThemeWidgetBox.js.map +1 -1
- package/package.json +6 -6
- package/dist/theme/ThemeFilterCheckboxes.d.ts +0 -18
- package/dist/theme/ThemeFilterCheckboxes.js +0 -11
- package/dist/theme/ThemeFilterCheckboxes.js.map +0 -1
- package/dist/theme/ThemeGoogleMapMarker.d.ts +0 -51
- package/dist/theme/ThemeGoogleMapMarker.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"}
|
package/dist/theme/ThemeApp.d.ts
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
export
|
|
1
|
+
export declare class AppClasses {
|
|
2
2
|
/**
|
|
3
3
|
* Style applied to
|
|
4
4
|
*/
|
|
5
|
-
|
|
5
|
+
static readonly appTopMenu: string;
|
|
6
6
|
/**
|
|
7
7
|
* Style applied to
|
|
8
8
|
*/
|
|
9
|
-
|
|
9
|
+
static readonly appToolbar: string;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* Dashboard in viewer mode
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
static readonly appAppPayload: string;
|
|
14
14
|
/**
|
|
15
15
|
* Style applied to
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
static readonly appAppError: string;
|
|
18
18
|
/**
|
|
19
19
|
* Style applied to
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
static readonly appAppBar: string;
|
|
22
22
|
/**
|
|
23
23
|
* Style applied to
|
|
24
24
|
*/
|
|
25
|
-
|
|
25
|
+
static readonly appAppLeftFilter: string;
|
|
26
26
|
/**
|
|
27
27
|
* Style applied to
|
|
28
28
|
*/
|
|
29
|
-
|
|
29
|
+
static readonly appAppPayloadRoot: string;
|
|
30
30
|
/**
|
|
31
31
|
* Style applied to the root div containing the edited dashboard pages.
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
static readonly appDashboardRoot: string;
|
|
34
34
|
/**
|
|
35
35
|
* Style applied to
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
static readonly appZoomWidgetRoot: string;
|
|
38
38
|
}
|
|
39
39
|
export declare type AppClassKey = keyof AppClasses;
|
package/dist/theme/ThemeApp.js
CHANGED
|
@@ -1,3 +1,43 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AppClasses = void 0;
|
|
4
|
+
class AppClasses {
|
|
5
|
+
}
|
|
6
|
+
exports.AppClasses = AppClasses;
|
|
7
|
+
/**
|
|
8
|
+
* Style applied to
|
|
9
|
+
*/
|
|
10
|
+
AppClasses.appTopMenu = "App-topMenu";
|
|
11
|
+
/**
|
|
12
|
+
* Style applied to
|
|
13
|
+
*/
|
|
14
|
+
AppClasses.appToolbar = "App-toolbar";
|
|
15
|
+
/**
|
|
16
|
+
* Dashboard in viewer mode
|
|
17
|
+
*/
|
|
18
|
+
AppClasses.appAppPayload = "App-appPayload";
|
|
19
|
+
/**
|
|
20
|
+
* Style applied to
|
|
21
|
+
*/
|
|
22
|
+
AppClasses.appAppError = "App-appError";
|
|
23
|
+
/**
|
|
24
|
+
* Style applied to
|
|
25
|
+
*/
|
|
26
|
+
AppClasses.appAppBar = "App-appBar";
|
|
27
|
+
/**
|
|
28
|
+
* Style applied to
|
|
29
|
+
*/
|
|
30
|
+
AppClasses.appAppLeftFilter = "App-appLeftFilter";
|
|
31
|
+
/**
|
|
32
|
+
* Style applied to
|
|
33
|
+
*/
|
|
34
|
+
AppClasses.appAppPayloadRoot = "App-appPayloadRoot";
|
|
35
|
+
/**
|
|
36
|
+
* Style applied to the root div containing the edited dashboard pages.
|
|
37
|
+
*/
|
|
38
|
+
AppClasses.appDashboardRoot = "App-dashboardRoot";
|
|
39
|
+
/**
|
|
40
|
+
* Style applied to
|
|
41
|
+
*/
|
|
42
|
+
AppClasses.appZoomWidgetRoot = "App-zoomWidgetRoot";
|
|
3
43
|
//# 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":";;;AAAA,MAAa,UAAU;;AAAvB,gCAqCC;AApCG;;GAEG;AACa,qBAAU,GAAW,aAAa,CAAC;AACnD;;GAEG;AACa,qBAAU,GAAW,aAAa,CAAC;AACnD;;GAEG;AACa,wBAAa,GAAW,gBAAgB,CAAC;AACzD;;GAEG;AACa,sBAAW,GAAW,cAAc,CAAC;AACrD;;GAEG;AACa,oBAAS,GAAW,YAAY,CAAC;AACjD;;GAEG;AACa,2BAAgB,GAAW,mBAAmB,CAAC;AAC/D;;GAEG;AACa,4BAAiB,GAAW,oBAAoB,CAAC;AACjE;;GAEG;AACa,2BAAgB,GAAW,mBAAmB,CAAC;AAC/D;;GAEG;AACa,4BAAiB,GAAW,oBAAoB,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,111 @@
|
|
|
1
|
+
import { SelectionBehaviour, TidyTableColumnSelector } from "../PublicTidyTableTypes";
|
|
2
|
+
import { FormFieldObject } from "../PublicTemplateForm";
|
|
3
|
+
/**
|
|
4
|
+
* Date Picker Options (fields of the "Chart" tab in the widget editor).
|
|
5
|
+
*
|
|
6
|
+
* <pre>
|
|
7
|
+
* Plugin ID : ic3
|
|
8
|
+
* Widget/Template ID: DatePicker
|
|
9
|
+
* </pre>
|
|
10
|
+
*
|
|
11
|
+
* @see WidgetTemplateChartOptions
|
|
12
|
+
*/
|
|
13
|
+
export interface DatePickerChartOptions extends FormFieldObject {
|
|
14
|
+
/**
|
|
15
|
+
* Helper Text.
|
|
16
|
+
*
|
|
17
|
+
* Display this text when the datepicker is empty.
|
|
18
|
+
*/
|
|
19
|
+
helperText?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Input Date Format.
|
|
22
|
+
*
|
|
23
|
+
* The input date format using the [date-fns](https://date-fns.org/v2.23.0/docs/format) syntax.
|
|
24
|
+
* For example, dd => 22, MM => 02, MMM => Jan, MMMM => January, yyyy => 2025, EEEE -> Monday).
|
|
25
|
+
*/
|
|
26
|
+
dateFormat: string;
|
|
27
|
+
/**
|
|
28
|
+
* Initial Date.
|
|
29
|
+
*
|
|
30
|
+
* The initial date. If not defined, the value on the third data row. A 'today' expression can be used:
|
|
31
|
+
* today (+|-) n (d|w|m|y). E.g., today -1w means today minus one week.
|
|
32
|
+
*/
|
|
33
|
+
initialDate?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Min. Date.
|
|
36
|
+
*
|
|
37
|
+
* The first valid date. If not defined, the value of the first data row.
|
|
38
|
+
* A 'today' expression can be used: today (+|-) n (d|w|m|y). E.g., today -1w means today minus one week.
|
|
39
|
+
*/
|
|
40
|
+
minDate?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Max. Date.
|
|
43
|
+
*
|
|
44
|
+
* The last valid date. If not defined, the value of the second 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
|
+
maxDate?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Empty Behavior.
|
|
50
|
+
*
|
|
51
|
+
* Controls what to do if the date picker is empty.
|
|
52
|
+
*/
|
|
53
|
+
emptyBehaviour: SelectionBehaviour;
|
|
54
|
+
/**
|
|
55
|
+
* Date Caption.
|
|
56
|
+
*
|
|
57
|
+
* 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.
|
|
58
|
+
* For example, dd => 22, MM => 02, MMM => Jan, MMMM => January, yyyy => 2025, EEEE => Monday.
|
|
59
|
+
*/
|
|
60
|
+
dateToCaption: string;
|
|
61
|
+
/**
|
|
62
|
+
* Date Unique Name.
|
|
63
|
+
*
|
|
64
|
+
* The value/unique-name of the fired event. The following variables are available: `HierarchyUName`,
|
|
65
|
+
* `LevelUName`, `anyValidFormatString` (note the back ticks).
|
|
66
|
+
*/
|
|
67
|
+
dateToUniqueName: string;
|
|
68
|
+
/**
|
|
69
|
+
* Range Picker.
|
|
70
|
+
*/
|
|
71
|
+
rangePicker: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* Range Picker: Initial End Date.
|
|
74
|
+
*
|
|
75
|
+
* The initial end date. If not defined, the value of the fourth data row. A 'today' expression can be used:
|
|
76
|
+
* today (+|-) n (d|w|m|y). E.g., today -1w means today minus one week.
|
|
77
|
+
*/
|
|
78
|
+
initialEndDate?: string;
|
|
79
|
+
/**
|
|
80
|
+
* Range Picker: Helper Text (End).
|
|
81
|
+
*
|
|
82
|
+
* Placeholder value for the end of the range. The widget shows this when the end of the range is empty.
|
|
83
|
+
*/
|
|
84
|
+
helperEndText?: string;
|
|
85
|
+
/**
|
|
86
|
+
* Range Picker: Center Text.
|
|
87
|
+
*
|
|
88
|
+
* The text being displayed between the two dates.
|
|
89
|
+
*/
|
|
90
|
+
centerText?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Range Picker: Range Caption.
|
|
93
|
+
*
|
|
94
|
+
* The caption of the fired event. The following variables are available: `startUName`, `startCaption`,
|
|
95
|
+
* `endUName`, `endCaption` (note the back ticks).
|
|
96
|
+
*/
|
|
97
|
+
rangeToCaption: string;
|
|
98
|
+
/**
|
|
99
|
+
* Range Picker: Range Unique Name.
|
|
100
|
+
*
|
|
101
|
+
* The value/unique-name of the fired event. The following variables are available: `startUName`,
|
|
102
|
+
* `startCaption`, `endUName`, `endCaption` (note the back ticks).
|
|
103
|
+
*/
|
|
104
|
+
rangeToUniqueName: string;
|
|
105
|
+
/**
|
|
106
|
+
* Dates.
|
|
107
|
+
*
|
|
108
|
+
* The column of the tidy table containing the dates to display.
|
|
109
|
+
*/
|
|
110
|
+
dates?: TidyTableColumnSelector;
|
|
111
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemeDatePicker.js","sourceRoot":"","sources":["../../src/theme/ThemeDatePicker.ts"],"names":[],"mappings":""}
|
|
@@ -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 @@
|
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"ThemeFilter.js","sourceRoot":"","sources":["../../src/theme/ThemeFilter.ts"],"names":[],"mappings":""}
|
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
import {
|
|
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":";;;;;;
|
|
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"}
|
|
@@ -1,22 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface FilterButtonsProps extends FormFieldObject {
|
|
3
|
-
/**
|
|
4
|
-
* Predefined variants
|
|
5
|
-
*/
|
|
6
|
-
variant: 'contained' | 'outlined' | 'text';
|
|
7
|
-
/**
|
|
8
|
-
* Size of buttons
|
|
9
|
-
*/
|
|
10
|
-
size: 'small' | 'medium' | 'large';
|
|
11
|
-
/**
|
|
12
|
-
* If true, buttons will be grouped together (visual effect)
|
|
13
|
-
*/
|
|
14
|
-
group?: boolean;
|
|
15
|
-
/**
|
|
16
|
-
* If defined, buttons will be positioned in columns
|
|
17
|
-
*/
|
|
18
|
-
columns?: number;
|
|
19
|
-
}
|
|
1
|
+
import { FilterTidyTableChartOptions } from "./ThemeFilter";
|
|
20
2
|
export declare class FilterButtonsClasses {
|
|
21
3
|
/**
|
|
22
4
|
* Style applied to the root element.
|
|
@@ -36,3 +18,42 @@ export declare class FilterButtonsClasses {
|
|
|
36
18
|
static readonly muiButton = "";
|
|
37
19
|
}
|
|
38
20
|
export declare type FilterButtonsClassKey = keyof FilterButtonsClasses;
|
|
21
|
+
/**
|
|
22
|
+
* Filter Buttons Options (fields of the "Chart" tab in the widget editor).
|
|
23
|
+
*
|
|
24
|
+
* <pre>
|
|
25
|
+
* Plugin ID : ic3
|
|
26
|
+
* Widget/Template ID: FilterButtons
|
|
27
|
+
* </pre>
|
|
28
|
+
*
|
|
29
|
+
* @see WidgetTemplateChartOptions
|
|
30
|
+
*/
|
|
31
|
+
export interface FilterButtonsChartOptions extends FilterTidyTableChartOptions {
|
|
32
|
+
/**
|
|
33
|
+
* Variant.
|
|
34
|
+
*
|
|
35
|
+
* Allows for selecting a set of preset options. Note that a variant is possibly overriding defined options.
|
|
36
|
+
*/
|
|
37
|
+
variant: "text" | "outlined" | "contained" | string;
|
|
38
|
+
/**
|
|
39
|
+
* Size.
|
|
40
|
+
*/
|
|
41
|
+
size: "small" | "medium" | "large";
|
|
42
|
+
/**
|
|
43
|
+
* Grouped.
|
|
44
|
+
*
|
|
45
|
+
* When grouped, the buttons are rendered horizontally or vertically similarly to a toolbar.
|
|
46
|
+
*/
|
|
47
|
+
group?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* Layout (Grouped).
|
|
50
|
+
*/
|
|
51
|
+
layout?: "horizontal" | "vertical";
|
|
52
|
+
/**
|
|
53
|
+
* Grid Column Count
|
|
54
|
+
*
|
|
55
|
+
* The buttons will be displayed on a grid. This field sets the number of columns of the grid.
|
|
56
|
+
* Not relevant if the buttons are 'Grouped'.
|
|
57
|
+
*/
|
|
58
|
+
columns?: number;
|
|
59
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeFilterButtons.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterButtons.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ThemeFilterButtons.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterButtons.ts"],"names":[],"mappings":";;;AAEA,MAAa,oBAAoB;;AAAjC,oDAsBC;AApBG;;GAEG;AACa,yBAAI,GAAG,MAAM,CAAC;AAE9B;;GAEG;AACa,2BAAM,GAAG,qBAAqB,CAAC;AAE/C;;GAEG;AACa,0BAAK,GAAG,oBAAoB,CAAC;AAE7C;;GAEG;AACa,8BAAS,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { FilterTidyTableChartOptions } from "./ThemeFilter";
|
|
2
|
+
export declare class FilterCheckBoxRadioClasses {
|
|
3
|
+
/**
|
|
4
|
+
* Style applied to the root element.
|
|
5
|
+
*/
|
|
6
|
+
static readonly root = "root";
|
|
7
|
+
/**
|
|
8
|
+
* Style container for a single Radio or Checkbox
|
|
9
|
+
*/
|
|
10
|
+
static readonly radioCheckBoxContainer = "FilterCheckboxRadio-container";
|
|
11
|
+
/**
|
|
12
|
+
* root element class decoration when the items are radio components (single selection)
|
|
13
|
+
*/
|
|
14
|
+
static readonly radioFlag = "FilterCheckboxRadio-Radio";
|
|
15
|
+
/**
|
|
16
|
+
* root element class decoration when the items are checkbox components (multiple selection)
|
|
17
|
+
*/
|
|
18
|
+
static readonly checkboxFlag = "FilterCheckboxRadio-Checkbox";
|
|
19
|
+
}
|
|
20
|
+
export declare type FilterCheckboxRadioClassKey = keyof FilterCheckBoxRadioClasses;
|
|
21
|
+
/**
|
|
22
|
+
* Filter Checkboxes Options (fields of the "Chart" tab in the widget editor).
|
|
23
|
+
*
|
|
24
|
+
* <pre>
|
|
25
|
+
* Plugin ID : ic3
|
|
26
|
+
* Widget/Template ID: FilterCheckboxRadio
|
|
27
|
+
* </pre>
|
|
28
|
+
*
|
|
29
|
+
* @see WidgetTemplateChartOptions
|
|
30
|
+
*/
|
|
31
|
+
export interface FilterCheckboxRadioChartOptions extends FilterTidyTableChartOptions {
|
|
32
|
+
/**
|
|
33
|
+
* Variant.
|
|
34
|
+
*
|
|
35
|
+
* Allows for selecting a set of theme defined variants
|
|
36
|
+
*/
|
|
37
|
+
variant?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Size.
|
|
40
|
+
*/
|
|
41
|
+
size: "small" | "medium";
|
|
42
|
+
/**
|
|
43
|
+
* Grid Column Count.
|
|
44
|
+
*
|
|
45
|
+
* The checkboxes will be displayed on a grid. Set the number of columns of the grid in this field.
|
|
46
|
+
*/
|
|
47
|
+
columns?: number;
|
|
48
|
+
}
|