@ic3/reporting-api 8.0.0-rc.4 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +26 -6
- package/dist/IOnNewEventJsContext.d.ts +66 -0
- package/dist/{theme/ThemeGoogleMapMarker.js → IOnNewEventJsContext.js} +1 -1
- package/dist/IOnNewEventJsContext.js.map +1 -0
- package/dist/IPluginDefinition.d.ts +9 -0
- package/dist/IReporting.d.ts +15 -5
- package/dist/IThemeManager.d.ts +12 -13
- package/dist/IThemeManager.js.map +1 -1
- package/dist/ITypes.d.ts +22 -0
- package/dist/ITypes.js +28 -0
- package/dist/ITypes.js.map +1 -1
- package/dist/IWidgetManager.d.ts +5 -2
- package/dist/LazyTreeView.d.ts +6 -24
- package/dist/LazyTreeView.js +0 -13
- package/dist/LazyTreeView.js.map +1 -1
- package/dist/Loader.d.ts +78 -0
- package/dist/Loader.js +160 -3
- package/dist/Loader.js.map +1 -1
- package/dist/PublicAmchartsData.d.ts +62 -0
- package/dist/PublicAmchartsData.js +126 -0
- package/dist/PublicAmchartsData.js.map +1 -0
- package/dist/PublicContext.d.ts +40 -3
- package/dist/PublicLayout.d.ts +5 -1
- package/dist/PublicTemplate.d.ts +90 -36
- package/dist/PublicTemplate.js +1 -10
- package/dist/PublicTemplate.js.map +1 -1
- package/dist/PublicTemplateForm.d.ts +66 -8
- package/dist/PublicTemplateForm.js +1 -9
- package/dist/PublicTemplateForm.js.map +1 -1
- package/dist/PublicTemplates.d.ts +61 -0
- package/dist/{theme/ThemeReportAppMenu.js → PublicTemplates.js} +1 -1
- package/dist/PublicTemplates.js.map +1 -0
- package/dist/PublicTheme.d.ts +157 -16
- package/dist/PublicTheme.js.map +1 -1
- package/dist/PublicTidyColumn.d.ts +76 -21
- package/dist/PublicTidyColumn.js +8 -0
- package/dist/PublicTidyColumn.js.map +1 -1
- package/dist/PublicTidyHistogram.d.ts +39 -1
- package/dist/PublicTidyHistogram.js +6 -1
- package/dist/PublicTidyHistogram.js.map +1 -1
- package/dist/PublicTidyMath.d.ts +26 -20
- package/dist/PublicTidyTable.d.ts +44 -19
- package/dist/PublicTidyTableInteractions.d.ts +80 -17
- package/dist/PublicTidyTableTypes.d.ts +109 -19
- package/dist/PublicTidyTableTypes.js +18 -1
- package/dist/PublicTidyTableTypes.js.map +1 -1
- package/dist/PublicTidyTree.d.ts +19 -12
- package/dist/PublicTidyTree.js +25 -16
- package/dist/PublicTidyTree.js.map +1 -1
- package/dist/index.d.ts +20 -3
- package/dist/index.js +25 -4
- package/dist/index.js.map +1 -1
- package/dist/theme/ThemeAmCharts4.d.ts +1358 -0
- package/dist/theme/ThemeAmCharts4.js +61 -0
- package/dist/theme/ThemeAmCharts4.js.map +1 -0
- package/dist/theme/ThemeApp.d.ts +26 -11
- package/dist/theme/ThemeApp.js +51 -0
- package/dist/theme/ThemeApp.js.map +1 -1
- package/dist/theme/ThemeAppMenuIcon.d.ts +7 -0
- package/dist/theme/ThemeAppMenuIcon.js +8 -0
- package/dist/theme/ThemeAppMenuIcon.js.map +1 -0
- 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 +118 -0
- package/dist/theme/ThemeDatePicker.js +11 -0
- package/dist/theme/ThemeDatePicker.js.map +1 -0
- package/dist/theme/ThemeEditorTopBar.d.ts +31 -0
- package/dist/theme/ThemeEditorTopBar.js +35 -0
- package/dist/theme/ThemeEditorTopBar.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 -23
- package/dist/theme/ThemeFilterButtons.js +1 -1
- 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 +94 -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 +61 -30
- package/dist/theme/ThemeFilterTree.js +2 -1
- package/dist/theme/ThemeFilterTree.js.map +1 -1
- package/dist/theme/ThemeGlobal.d.ts +4 -0
- package/dist/theme/ThemeGlobal.js +9 -0
- package/dist/theme/ThemeGlobal.js.map +1 -0
- 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/ThemeLazyTreeClasses.d.ts +14 -0
- package/dist/theme/ThemeLazyTreeClasses.js +19 -0
- package/dist/theme/ThemeLazyTreeClasses.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 +63 -0
- package/dist/theme/ThemePivotTable.js +10 -1
- package/dist/theme/ThemePivotTable.js.map +1 -1
- package/dist/theme/ThemeQueryBuilderNode.d.ts +8 -0
- package/dist/theme/ThemeQueryBuilderNode.js +8 -0
- package/dist/theme/ThemeQueryBuilderNode.js.map +1 -0
- 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 +56 -1
- package/dist/theme/ThemeTable.js.map +1 -1
- package/dist/theme/ThemeWidgetBox.d.ts +77 -0
- package/dist/theme/ThemeWidgetBox.js +50 -14
- 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
- package/dist/theme/ThemeReportAppMenu.d.ts +0 -18
- package/dist/theme/ThemeReportAppMenu.js.map +0 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class LazyTreeClasses {
|
|
2
|
+
/** Styles applied to the search toolbar element */
|
|
3
|
+
static readonly toolbar = "Ic3-LazyTreeView-toolbar";
|
|
4
|
+
/** Styles applied to the search search input element */
|
|
5
|
+
static readonly input = "Ic3-LazyTreeView-toolbar-input";
|
|
6
|
+
/** Styles applied to the select filter button (on) */
|
|
7
|
+
static readonly button = "Ic3-LazyTreeView-toolbar-button";
|
|
8
|
+
/** Styles applied to the select filter button (on) */
|
|
9
|
+
static readonly buttonFilterSelectedOn = "Ic3-LazyTreeView-toolbar-buttonOn";
|
|
10
|
+
/** Styles applied to the select filter button (off) */
|
|
11
|
+
static readonly buttonFilterSelectedOff = "Ic3-LazyTreeView-toolbar-buttonOff";
|
|
12
|
+
/** Styles applied to the TreeRoot element */
|
|
13
|
+
static readonly treeRoot = "Ic3-LazyTreeView-treeRoot";
|
|
14
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LazyTreeClasses = void 0;
|
|
4
|
+
class LazyTreeClasses {
|
|
5
|
+
}
|
|
6
|
+
exports.LazyTreeClasses = LazyTreeClasses;
|
|
7
|
+
/** Styles applied to the search toolbar element */
|
|
8
|
+
LazyTreeClasses.toolbar = 'Ic3-LazyTreeView-toolbar';
|
|
9
|
+
/** Styles applied to the search search input element */
|
|
10
|
+
LazyTreeClasses.input = 'Ic3-LazyTreeView-toolbar-input';
|
|
11
|
+
/** Styles applied to the select filter button (on) */
|
|
12
|
+
LazyTreeClasses.button = 'Ic3-LazyTreeView-toolbar-button';
|
|
13
|
+
/** Styles applied to the select filter button (on) */
|
|
14
|
+
LazyTreeClasses.buttonFilterSelectedOn = 'Ic3-LazyTreeView-toolbar-buttonOn';
|
|
15
|
+
/** Styles applied to the select filter button (off) */
|
|
16
|
+
LazyTreeClasses.buttonFilterSelectedOff = 'Ic3-LazyTreeView-toolbar-buttonOff';
|
|
17
|
+
/** Styles applied to the TreeRoot element */
|
|
18
|
+
LazyTreeClasses.treeRoot = 'Ic3-LazyTreeView-treeRoot';
|
|
19
|
+
//# sourceMappingURL=ThemeLazyTreeClasses.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemeLazyTreeClasses.js","sourceRoot":"","sources":["../../src/theme/ThemeLazyTreeClasses.ts"],"names":[],"mappings":";;;AAAA,MAAa,eAAe;;AAA5B,0CAmBC;AAjBG,mDAAmD;AACnC,uBAAO,GAAG,0BAA0B,CAAC;AAErD,wDAAwD;AACxC,qBAAK,GAAG,gCAAgC,CAAC;AAEzD,sDAAsD;AACtC,sBAAM,GAAG,iCAAiC,CAAC;AAE3D,sDAAsD;AACtC,sCAAsB,GAAG,mCAAmC,CAAC;AAE7E,uDAAuD;AACvC,uCAAuB,GAAG,oCAAoC,CAAC;AAE/E,6CAA6C;AAC7B,wBAAQ,GAAG,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { FormFieldObject } from "../PublicTemplateForm";
|
|
2
|
+
import { HtmlBoxVariant } from "./ThemeHtmlBox";
|
|
3
|
+
/**
|
|
4
|
+
* Markdown Text Options (fields of the "Chart" tab in the widget editor).
|
|
5
|
+
*
|
|
6
|
+
* <pre>
|
|
7
|
+
* Plugin ID : ic3
|
|
8
|
+
* Widget/Template ID: MarkdownText
|
|
9
|
+
* </pre>
|
|
10
|
+
*
|
|
11
|
+
* @see WidgetTemplateChartOptions
|
|
12
|
+
*/
|
|
13
|
+
export interface MarkdownTextChartOptions extends FormFieldObject {
|
|
14
|
+
/**
|
|
15
|
+
* Variant.
|
|
16
|
+
*
|
|
17
|
+
* Allows for selecting a set of preset options. Note that a variant is possibly overriding defined options.
|
|
18
|
+
*/
|
|
19
|
+
variant?: HtmlBoxVariant;
|
|
20
|
+
/**
|
|
21
|
+
* Markdown.
|
|
22
|
+
*
|
|
23
|
+
* A text following the basic syntax of the markdown (GitHub Flavored Markdown (GFM)) markup language
|
|
24
|
+
* ([www](https://www.markdownguide.org/basic-syntax/)).
|
|
25
|
+
*/
|
|
26
|
+
"$-markdown"?: string;
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemeMarkdownText.js","sourceRoot":"","sources":["../../src/theme/ThemeMarkdownText.ts"],"names":[],"mappings":""}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BaseTableChartOptions } from "./ThemeBaseTable";
|
|
1
2
|
export declare class PivotTableClasses {
|
|
2
3
|
static readonly main = "ic3-pt";
|
|
3
4
|
static readonly cell = "ic3-pt-cell";
|
|
@@ -21,3 +22,65 @@ export declare type PivotTableClassKey = keyof PivotTableClasses;
|
|
|
21
22
|
export interface PivotTableProps {
|
|
22
23
|
variant?: string;
|
|
23
24
|
}
|
|
25
|
+
export declare enum PivotTableHoverEffectOptions {
|
|
26
|
+
NONE = "NONE",
|
|
27
|
+
SELECTION_OR_ROW = "SELECTION_OR_ROW",
|
|
28
|
+
ROW_OR_COLUMN = "ROW_OR_COLUMN",
|
|
29
|
+
ROW_AND_COLUMN = "ROW_AND_COLUMN",
|
|
30
|
+
ROW_ONLY = "ROW_ONLY",
|
|
31
|
+
COLUMN_ONLY = "COLUMN_ONLY"
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Pivot Table Options (fields of the "Chart" tab in the widget editor).
|
|
35
|
+
*
|
|
36
|
+
* <pre>
|
|
37
|
+
* Plugin ID : ic3
|
|
38
|
+
* Widget/Template ID: PivotTable
|
|
39
|
+
* </pre>
|
|
40
|
+
*
|
|
41
|
+
* @see WidgetTemplateChartOptions
|
|
42
|
+
*/
|
|
43
|
+
export interface PivotTableChartOptions extends BaseTableChartOptions {
|
|
44
|
+
/**
|
|
45
|
+
* Name of a variant. Note that a variant is possibly overriding defined options.
|
|
46
|
+
*/
|
|
47
|
+
variant?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Left Header Names (CSV).
|
|
50
|
+
*
|
|
51
|
+
* Names of the columns in the left header. A comma separated list of values
|
|
52
|
+
* ($h for the hierarchy name, $l for the level name). The last value repeat itsef.
|
|
53
|
+
*/
|
|
54
|
+
cornerText?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Merge Left Header.
|
|
57
|
+
*
|
|
58
|
+
* Use a single cell int the top left corner of the table.
|
|
59
|
+
*/
|
|
60
|
+
mergeLeftHeader: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Wrap Top Header.
|
|
63
|
+
*
|
|
64
|
+
* Display the top header content on multiple lines.
|
|
65
|
+
*/
|
|
66
|
+
topHeaderWrap: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* Flatten Top Header.
|
|
69
|
+
*
|
|
70
|
+
* Removes drilldown and parent/child relations from top header.
|
|
71
|
+
*/
|
|
72
|
+
flattenTopHeader: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* Left Header Alignment (CSV).
|
|
75
|
+
*
|
|
76
|
+
* The first column (possibly a multi-hierarchy axis). A comma separated list of values:
|
|
77
|
+
* 'left', 'center', 'right'. The last value repeats itself.
|
|
78
|
+
*/
|
|
79
|
+
columnLeftHeaderAlign: string;
|
|
80
|
+
/**
|
|
81
|
+
* Hover Behavior.
|
|
82
|
+
*
|
|
83
|
+
* Highlight rows and/or columns on hover.
|
|
84
|
+
*/
|
|
85
|
+
hoverOptions: PivotTableHoverEffectOptions;
|
|
86
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PivotTableClasses = void 0;
|
|
3
|
+
exports.PivotTableHoverEffectOptions = exports.PivotTableClasses = void 0;
|
|
4
4
|
class PivotTableClasses {
|
|
5
5
|
}
|
|
6
6
|
exports.PivotTableClasses = PivotTableClasses;
|
|
@@ -18,4 +18,13 @@ PivotTableClasses.iconSort = "ic3-pt-icon-sort";
|
|
|
18
18
|
PivotTableClasses.emptyHeader = "ic3-pt-empty-header";
|
|
19
19
|
PivotTableClasses.selected = "ic3-pt-selected";
|
|
20
20
|
PivotTableClasses.hover = "ic3-pt-hover";
|
|
21
|
+
var PivotTableHoverEffectOptions;
|
|
22
|
+
(function (PivotTableHoverEffectOptions) {
|
|
23
|
+
PivotTableHoverEffectOptions["NONE"] = "NONE";
|
|
24
|
+
PivotTableHoverEffectOptions["SELECTION_OR_ROW"] = "SELECTION_OR_ROW";
|
|
25
|
+
PivotTableHoverEffectOptions["ROW_OR_COLUMN"] = "ROW_OR_COLUMN";
|
|
26
|
+
PivotTableHoverEffectOptions["ROW_AND_COLUMN"] = "ROW_AND_COLUMN";
|
|
27
|
+
PivotTableHoverEffectOptions["ROW_ONLY"] = "ROW_ONLY";
|
|
28
|
+
PivotTableHoverEffectOptions["COLUMN_ONLY"] = "COLUMN_ONLY";
|
|
29
|
+
})(PivotTableHoverEffectOptions = exports.PivotTableHoverEffectOptions || (exports.PivotTableHoverEffectOptions = {}));
|
|
21
30
|
//# sourceMappingURL=ThemePivotTable.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemePivotTable.js","sourceRoot":"","sources":["../../src/theme/ThemePivotTable.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ThemePivotTable.js","sourceRoot":"","sources":["../../src/theme/ThemePivotTable.ts"],"names":[],"mappings":";;;AAEA,MAAa,iBAAiB;;AAA9B,8CA8BC;AA5BmB,sBAAI,GAAG,QAAQ,CAAC;AAEhB,sBAAI,GAAG,aAAa,CAAC;AAErB,gCAAc,GAAG,eAAe,CAAC;AAEjC,iCAAe,GAAG,oCAAoC,CAAC;AAEvD,+BAAa,GAAG,eAAe,CAAC;AAEhC,gCAAc,GAAG,oCAAoC,CAAC;AAEtD,wBAAM,GAAG,YAAY,CAAC;AAEtB,iCAAe,GAAG,8BAA8B,CAAC;AAEjD,wCAAsB,GAAG,sCAAsC,CAAC;AAEhE,sBAAI,GAAG,aAAa,CAAC;AAErB,0BAAQ,GAAG,kBAAkB,CAAC;AAE9B,6BAAW,GAAG,qBAAqB,CAAC;AAEpC,0BAAQ,GAAG,iBAAiB,CAAC;AAE7B,uBAAK,GAAG,cAAc,CAAC;AAc3C,IAAY,4BAOX;AAPD,WAAY,4BAA4B;IACpC,6CAAa,CAAA;IACb,qEAAqC,CAAA;IACrC,+DAA+B,CAAA;IAC/B,iEAAiC,CAAA;IACjC,qDAAqB,CAAA;IACrB,2DAA2B,CAAA;AAC/B,CAAC,EAPW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAOvC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ThemeQueryBuilderNodeClasses = void 0;
|
|
4
|
+
class ThemeQueryBuilderNodeClasses {
|
|
5
|
+
}
|
|
6
|
+
exports.ThemeQueryBuilderNodeClasses = ThemeQueryBuilderNodeClasses;
|
|
7
|
+
ThemeQueryBuilderNodeClasses.root = "root";
|
|
8
|
+
//# sourceMappingURL=ThemeQueryBuilderNode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemeQueryBuilderNode.js","sourceRoot":"","sources":["../../src/theme/ThemeQueryBuilderNode.ts"],"names":[],"mappings":";;;AAAA,MAAa,4BAA4B;;AAAzC,oEAIC;AAFmB,iCAAI,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { FormFieldObject } from "../PublicTemplateForm";
|
|
2
|
+
import { TidyTableColumnSelector } from "../PublicTidyTableTypes";
|
|
3
|
+
/**
|
|
4
|
+
* Repetition Widget Options (fields of the "Chart" tab in the widget editor).
|
|
5
|
+
*
|
|
6
|
+
* <pre>
|
|
7
|
+
* Plugin ID : ic3
|
|
8
|
+
* Widget/Template ID: RepetitionWidget
|
|
9
|
+
* </pre>
|
|
10
|
+
*
|
|
11
|
+
* @see WidgetTemplateChartOptions
|
|
12
|
+
*/
|
|
13
|
+
export interface RepetitionWidgetChartOptions extends FormFieldObject {
|
|
14
|
+
/**
|
|
15
|
+
* (Repetition) Rows.
|
|
16
|
+
*
|
|
17
|
+
* The items on the vertical axis. Refer to the editor documentation for default behavior.
|
|
18
|
+
*/
|
|
19
|
+
row?: TidyTableColumnSelector;
|
|
20
|
+
/**
|
|
21
|
+
* (Repetition) Columns.
|
|
22
|
+
*
|
|
23
|
+
* The items on the horizontal axis. Refer to the editor documentation for default behavior.
|
|
24
|
+
*/
|
|
25
|
+
column?: TidyTableColumnSelector;
|
|
26
|
+
/**
|
|
27
|
+
* Visual Row Count.
|
|
28
|
+
*
|
|
29
|
+
* Defaulted to the number of items in the vertical axis.
|
|
30
|
+
*/
|
|
31
|
+
visualRowNumber?: number;
|
|
32
|
+
/**
|
|
33
|
+
* Visual Column Count.
|
|
34
|
+
*
|
|
35
|
+
* Defaulted to the number of items in the horizontal axis. When defined,
|
|
36
|
+
* takes precedence over the visual column count.
|
|
37
|
+
*/
|
|
38
|
+
visualColumnNumber?: number;
|
|
39
|
+
/**
|
|
40
|
+
* Right Padding.
|
|
41
|
+
*
|
|
42
|
+
* Defines the horizontal space between the repeated widgets.
|
|
43
|
+
*/
|
|
44
|
+
rightPadding?: number;
|
|
45
|
+
/**
|
|
46
|
+
* Bottom Padding.
|
|
47
|
+
*
|
|
48
|
+
* Defines the vertical space between the repeated widgets.
|
|
49
|
+
*/
|
|
50
|
+
bottomPadding?: number;
|
|
51
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemeRepetitionWidget.js","sourceRoot":"","sources":["../../src/theme/ThemeRepetitionWidget.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare class ReportAppLeftPanelClasses {
|
|
2
|
+
static readonly reportAppLeftPanelMenu = "ReportAppLeftPanel-menu";
|
|
3
|
+
static readonly reportAppLeftPanelIcon = "ReportAppLeftPanel-icon";
|
|
4
|
+
static readonly reportAppLeftPanelTitle = "ReportAppLeftPanel-title";
|
|
5
|
+
static readonly reportAppLeftPanelFilter = "ReportAppLeftPanel-filter";
|
|
6
|
+
}
|
|
7
|
+
export declare type ReportAppLeftPanelClassKey = keyof ReportAppLeftPanelClasses;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ReportAppLeftPanelClasses = void 0;
|
|
4
|
+
class ReportAppLeftPanelClasses {
|
|
5
|
+
}
|
|
6
|
+
exports.ReportAppLeftPanelClasses = ReportAppLeftPanelClasses;
|
|
7
|
+
ReportAppLeftPanelClasses.reportAppLeftPanelMenu = "ReportAppLeftPanel-menu";
|
|
8
|
+
ReportAppLeftPanelClasses.reportAppLeftPanelIcon = "ReportAppLeftPanel-icon";
|
|
9
|
+
ReportAppLeftPanelClasses.reportAppLeftPanelTitle = "ReportAppLeftPanel-title";
|
|
10
|
+
ReportAppLeftPanelClasses.reportAppLeftPanelFilter = "ReportAppLeftPanel-filter";
|
|
11
|
+
//# sourceMappingURL=ThemeReportAppLeftPanel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemeReportAppLeftPanel.js","sourceRoot":"","sources":["../../src/theme/ThemeReportAppLeftPanel.ts"],"names":[],"mappings":";;;AAAA,MAAa,yBAAyB;;AAAtC,8DAUC;AARmB,gDAAsB,GAAG,yBAAyB,CAAC;AAEnD,gDAAsB,GAAG,yBAAyB,CAAC;AAEnD,iDAAuB,GAAG,0BAA0B,CAAC;AAErD,kDAAwB,GAAG,2BAA2B,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { BaseTableChartOptions } from "./ThemeBaseTable";
|
|
1
2
|
/**
|
|
2
3
|
* List of classNames available
|
|
3
4
|
*/
|
|
4
|
-
export declare type TableClassKey = keyof
|
|
5
|
+
export declare type TableClassKey = keyof TableClasses;
|
|
5
6
|
/**
|
|
6
7
|
* All props of Mui-DataGridPro ( + variant )
|
|
7
8
|
*
|
|
@@ -97,3 +98,57 @@ export declare class TableClasses {
|
|
|
97
98
|
static readonly 'treeDataGroupingCell' = "MuiDataGrid-treeDataGroupingCell";
|
|
98
99
|
static readonly 'treeDataGroupingCellToggle' = "MuiDataGrid-treeDataGroupingCellToggle";
|
|
99
100
|
}
|
|
101
|
+
/**
|
|
102
|
+
* Table Options (fields of the "Chart" tab in the widget editor).
|
|
103
|
+
*
|
|
104
|
+
* <pre>
|
|
105
|
+
* Plugin ID : ic3
|
|
106
|
+
* Widget/Template ID: Table
|
|
107
|
+
* </pre>
|
|
108
|
+
*
|
|
109
|
+
* @see WidgetTemplateChartOptions
|
|
110
|
+
*/
|
|
111
|
+
export interface TableChartOptions extends BaseTableChartOptions {
|
|
112
|
+
/**
|
|
113
|
+
* Name of a variant. Note that a variant is possibly overriding defined options.
|
|
114
|
+
*/
|
|
115
|
+
variant?: string;
|
|
116
|
+
/**
|
|
117
|
+
* Footer.
|
|
118
|
+
*
|
|
119
|
+
* Display a footer. Does not apply when the table is auto-expanding vertically.
|
|
120
|
+
*/
|
|
121
|
+
footer: boolean;
|
|
122
|
+
/**
|
|
123
|
+
* Add Pagination.
|
|
124
|
+
*
|
|
125
|
+
* Incompatible with 'Row Count' and/or 'Selected Row Count' settings.
|
|
126
|
+
*/
|
|
127
|
+
footerPagination: boolean;
|
|
128
|
+
/**
|
|
129
|
+
* Add Row Count.
|
|
130
|
+
*
|
|
131
|
+
* Incompatible with 'Pagination'.
|
|
132
|
+
*/
|
|
133
|
+
footerRowCount: boolean;
|
|
134
|
+
/**
|
|
135
|
+
* Add Selected Row Count.
|
|
136
|
+
*
|
|
137
|
+
* Incompatible with 'Pagination'.
|
|
138
|
+
*/
|
|
139
|
+
footerSelectedRowCount: boolean;
|
|
140
|
+
/**
|
|
141
|
+
* Page Size.
|
|
142
|
+
*
|
|
143
|
+
* Set the initial number of rows in one page.
|
|
144
|
+
*/
|
|
145
|
+
pageSize: number;
|
|
146
|
+
/**
|
|
147
|
+
* Page Size Options (CSV).
|
|
148
|
+
*
|
|
149
|
+
* Select the 'Page Size' dynamically using the component UI. A comma separated list of integer values.
|
|
150
|
+
*
|
|
151
|
+
* E.g., 10,20,50
|
|
152
|
+
*/
|
|
153
|
+
rowsPerPageOptions: string;
|
|
154
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeTable.js","sourceRoot":"","sources":["../../src/theme/ThemeTable.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ThemeTable.js","sourceRoot":"","sources":["../../src/theme/ThemeTable.ts"],"names":[],"mappings":";;;AAqBA;;;GAGG;AACH,MAAa,YAAY;;AAAzB,oCAgKC;AA/JG,+DAA+D;AAC/C,0BAAY,GAAG,wBAAwB,CAAC;AACxD,sDAAsD;AACtC,2BAAa,GAAG,yBAAyB,CAAC;AAC1D,kEAAkE;AAClD,8BAAgB,GAAG,4BAA4B,CAAC;AAChE,sEAAsE;AACtD,6BAAe,GAAG,2BAA2B,CAAC;AAC9D,4DAA4D;AAC5C,gCAAkB,GAAG,8BAA8B,CAAC;AACpE,0DAA0D;AAC1C,8BAAgB,GAAG,4BAA4B,CAAC;AAChE,2DAA2D;AAC3C,+BAAiB,GAAG,6BAA6B,CAAC;AAClE,4EAA4E;AAC5D,kCAAoB,GAAG,gCAAgC,CAAC;AACxE,0CAA0C;AAC1B,oBAAM,GAAG,kBAAkB,CAAC;AAC5C,mDAAmD;AACnC,4BAAc,GAAG,0BAA0B,CAAC;AAC5D,wDAAwD;AACxC,6BAAe,GAAG,2BAA2B,CAAC;AAC9D,mEAAmE;AACnD,yCAA2B,GAAG,uCAAuC,CAAC;AACtF,iEAAiE;AACjD,uCAAyB,GAAG,qCAAqC,CAAC;AAClF,kEAAkE;AAClD,wCAA0B,GAAG,sCAAsC,CAAC;AACpF,+EAA+E;AAC/D,sCAAwB,GAAG,oCAAoC,CAAC;AAChF,kEAAkE;AAClD,oCAAsB,GAAG,kCAAkC,CAAC;AAC5E,+EAA+E;AAC/D,qCAAuB,GAAG,mCAAmC,CAAC;AAC9E,qEAAqE;AACrD,sCAAwB,GAAG,oCAAoC,CAAC;AAChF,mEAAmE;AACnD,oCAAsB,GAAG,kCAAkC,CAAC;AAC5E,mDAAmD;AACnC,4BAAc,GAAG,0BAA0B,CAAC;AAC5D,0DAA0D;AAC1C,oCAAsB,GAAG,kCAAkC,CAAC;AAC5E,yEAAyE;AACzD,8CAAgC,GAAG,4CAA4C,CAAC;AAChG,iFAAiF;AACjE,oCAAsB,GAAG,kCAAkC,CAAC;AAC5E,2DAA2D;AAC3C,iCAAmB,GAAG,+BAA+B,CAAC;AACtE,qEAAqE;AACrD,0CAA4B,GAAG,wCAAwC,CAAC;AACxF,4CAA4C;AAC5B,6BAAe,GAAG,2BAA2B,CAAC;AAC9D,4DAA4D;AAC5C,kCAAoB,GAAG,gCAAgC,CAAC;AACxE,+FAA+F;AAC/E,8CAAgC,GAAG,4CAA4C,CAAC;AAChG,gFAAgF;AAChE,0CAA4B,GAAG,wCAAwC,CAAC;AACxF,oFAAoF;AACpE,yCAA2B,GAAG,uCAAuC,CAAC;AACtF,2EAA2E;AAC3D,yCAA2B,GAAG,uCAAuC,CAAC;AACtF,4EAA4E;AAC5D,0CAA4B,GAAG,wCAAwC,CAAC;AACxF,6DAA6D;AAC7C,+BAAiB,GAAG,6BAA6B,CAAC;AAClE,mDAAmD;AACnC,4BAAc,GAAG,0BAA0B,CAAC;AAC5D,uDAAuD;AACvC,+BAAiB,GAAG,6BAA6B,CAAC;AAClE,2CAA2C;AAC3B,qBAAO,GAAG,mBAAmB,CAAC;AAC9C,kDAAkD;AAClC,2BAAa,GAAG,yBAAyB,CAAC;AAC1D,mDAAmD;AACnC,4BAAc,GAAG,0BAA0B,CAAC;AAC5D,mDAAmD;AACnC,4BAAc,GAAG,0BAA0B,CAAC;AAC5D,kDAAkD;AAClC,2BAAa,GAAG,yBAAyB,CAAC;AAC1D,2CAA2C;AAC3B,qBAAO,GAAG,mBAAmB,CAAC;AAC9C,4DAA4D;AAC5C,+BAAiB,GAAG,6BAA6B,CAAC;AAClE,+DAA+D;AAC/C,0BAAY,GAAG,wBAAwB,CAAC;AACxD,yDAAyD;AACzC,6BAAe,GAAG,2BAA2B,CAAC;AAC9D,iDAAiD;AACjC,0BAAY,GAAG,wBAAwB,CAAC;AACxD,sDAAsD;AACtC,+BAAiB,GAAG,6BAA6B,CAAC;AAClE,4DAA4D;AAC5C,mCAAqB,GAAG,iCAAiC,CAAC;AAC1E,kEAAkE;AAClD,6BAAe,GAAG,2BAA2B,CAAC;AAC9D,oDAAoD;AACpC,oBAAM,GAAG,kBAAkB,CAAC;AAC5C,0CAA0C;AAC1B,oBAAM,GAAG,kBAAkB,CAAC;AAC5C,+CAA+C;AAC/B,wBAAU,GAAG,sBAAsB,CAAC;AACpD,sDAAsD;AACtC,8BAAgB,GAAG,4BAA4B,CAAC;AAChE,mEAAmE;AACnD,wBAAU,GAAG,sBAAsB,CAAC;AACpD,+CAA+C;AAC/B,wBAAU,GAAG,sBAAsB,CAAC;AACpD,6CAA6C;AAC7B,uBAAS,GAAG,qBAAqB,CAAC;AAClD,sDAAsD;AACtC,+BAAiB,GAAG,6BAA6B,CAAC;AAClE,oDAAoD;AACpC,sCAAwB,GAAG,oCAAoC,CAAC;AAChF,wDAAwD;AACxC,yCAA2B,GAAG,uCAAuC,CAAC;AACtF,4CAA4C;AAC5B,6BAAe,GAAG,2BAA2B,CAAC;AAC9D,iDAAiD;AACjC,mCAAqB,GAAG,iCAAiC,CAAC;AAC1E,kDAAkD;AAClC,oCAAsB,GAAG,kCAAkC,CAAC;AAC5E,mDAAmD;AACnC,mCAAqB,GAAG,iCAAiC,CAAC;AAC1E,wDAAwD;AACxC,yCAA2B,GAAG,uCAAuC,CAAC;AACtF,yDAAyD;AACzC,0CAA4B,GAAG,wCAAwC,CAAC;AACxF,0CAA0C;AAC1B,oBAAM,GAAG,kBAAkB,CAAC;AAC5C,gEAAgE;AAChD,6BAAe,GAAG,2BAA2B,CAAC;AAC9D,oEAAoE;AACpD,4BAAc,GAAG,0BAA0B,CAAC;AAC5D,yCAAyC;AACzB,mBAAK,GAAG,iBAAiB,CAAC;AAC1C,+HAA+H;AAC/G,wBAAU,GAAG,sBAAsB,CAAC;AACpD,mDAAmD;AACnC,0BAAY,GAAG,wBAAwB,CAAC;AACxD,sDAAsD;AACtC,gCAAkB,GAAG,8BAA8B,CAAC;AACpE,uDAAuD;AACvC,iCAAmB,GAAG,+BAA+B,CAAC;AACtE,+DAA+D;AAC/C,gCAAkB,GAAG,8BAA8B,CAAC;AACpE,+CAA+C;AAC/B,wBAAU,GAAG,sBAAsB,CAAC;AACpD,uDAAuD;AACvC,gCAAkB,GAAG,8BAA8B,CAAC;AACpE,yDAAyD;AACzC,iCAAmB,GAAG,+BAA+B,CAAC;AACtE,6FAA6F;AAC7E,0BAAY,GAAG,wBAAwB,CAAC;AACxD,0EAA0E;AAC1D,oCAAsB,GAAG,kCAAkC,CAAC;AAC5E,4EAA4E;AAC5D,0CAA4B,GAAG,wCAAwC,CAAC"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare class WidgetBoxClasses {
|
|
2
|
+
/**
|
|
3
|
+
* Root Styles applied to the widgetBox
|
|
4
|
+
*/
|
|
5
|
+
static readonly root: string;
|
|
2
6
|
/**
|
|
3
7
|
* Root Styles applied to the widgetBox root element for a 'standard' widget -> &.className !
|
|
4
8
|
*/
|
|
@@ -19,10 +23,22 @@ export declare class WidgetBoxClasses {
|
|
|
19
23
|
* Styles applied to the widgetBox container element
|
|
20
24
|
*/
|
|
21
25
|
static readonly container: string;
|
|
26
|
+
/**
|
|
27
|
+
* Styles applied to the template JS content
|
|
28
|
+
*/
|
|
29
|
+
static readonly templateJSContent: string;
|
|
30
|
+
/**
|
|
31
|
+
* Styles applied to the template React content
|
|
32
|
+
*/
|
|
33
|
+
static readonly templateReactContent: string;
|
|
22
34
|
/**
|
|
23
35
|
* Styles applied to the widgetBox content element (the widget without header and user menu)
|
|
24
36
|
*/
|
|
25
37
|
static readonly content: string;
|
|
38
|
+
/**
|
|
39
|
+
* Styles applied to child of content (above)
|
|
40
|
+
*/
|
|
41
|
+
static readonly contentRoot: string;
|
|
26
42
|
/**
|
|
27
43
|
* Styles applied to the widgetBox user menu element (the icons for the user menu)
|
|
28
44
|
*/
|
|
@@ -51,5 +67,66 @@ export declare class WidgetBoxClasses {
|
|
|
51
67
|
* Styles applied to the widgetBox user menu element when the userMenu id closed
|
|
52
68
|
*/
|
|
53
69
|
static readonly userMenuClosed: string;
|
|
70
|
+
/**
|
|
71
|
+
* attribute for the root div containing the widgetId
|
|
72
|
+
*/
|
|
73
|
+
static readonly widgetIdAttribute: string;
|
|
54
74
|
}
|
|
55
75
|
export declare type WidgetBoxClassKey = keyof WidgetBoxClasses;
|
|
76
|
+
export declare enum WidgetBoxTooltipType {
|
|
77
|
+
dialog = "dialog",
|
|
78
|
+
tooltip = "tooltip"
|
|
79
|
+
}
|
|
80
|
+
export declare enum WidgetBoxVisibilityType {
|
|
81
|
+
default = "default",
|
|
82
|
+
invisible = "invisible",
|
|
83
|
+
invisibleInPrinting = "invisibleInPrinting"
|
|
84
|
+
}
|
|
85
|
+
export declare enum ResizingConstraintOptions {
|
|
86
|
+
FixedWidthLeftAligned = "FixedWidthLeftAligned",
|
|
87
|
+
FixedWidthRightAligned = "FixedWidthRightAligned"
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Support for repetition widget | pivot table expanding to make the whole content visible.
|
|
91
|
+
*/
|
|
92
|
+
export interface IWidgetBoxExpandOptions {
|
|
93
|
+
active: boolean;
|
|
94
|
+
keepBoxHeader: boolean;
|
|
95
|
+
keepTableHeader: boolean;
|
|
96
|
+
}
|
|
97
|
+
export interface IWidgetRectangle {
|
|
98
|
+
top: number;
|
|
99
|
+
left: number;
|
|
100
|
+
height: number;
|
|
101
|
+
width: number;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Widget Box Options (fields of the "Box" tab in the widget editor).
|
|
105
|
+
*
|
|
106
|
+
* @see https://github.com/ic3-software/ic3-demo-plugin-theme
|
|
107
|
+
*/
|
|
108
|
+
export interface WidgetBoxOptions {
|
|
109
|
+
/**
|
|
110
|
+
* Name of a variant. Note that a variant is possibly overriding defined options.
|
|
111
|
+
*/
|
|
112
|
+
variant?: string;
|
|
113
|
+
/**
|
|
114
|
+
* Message that is displayed when the widget cannot render yet
|
|
115
|
+
* (waiting for its initial result or mandatory event value).
|
|
116
|
+
*/
|
|
117
|
+
waitingEventOrResult?: string;
|
|
118
|
+
/**
|
|
119
|
+
* Use the chart title to define the information displayed in the widget box header.
|
|
120
|
+
*/
|
|
121
|
+
withHeader: boolean;
|
|
122
|
+
visibility: WidgetBoxVisibilityType;
|
|
123
|
+
/**
|
|
124
|
+
* Behavior of the widget when the dashboard is being resized.
|
|
125
|
+
*/
|
|
126
|
+
resizingConstraint?: ResizingConstraintOptions;
|
|
127
|
+
/**
|
|
128
|
+
* The widget will (vertically) expand to fit its content.
|
|
129
|
+
*/
|
|
130
|
+
autoExpandContent: IWidgetBoxExpandOptions;
|
|
131
|
+
rectangle: IWidgetRectangle;
|
|
132
|
+
}
|
|
@@ -1,59 +1,95 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WidgetBoxClasses = void 0;
|
|
3
|
+
exports.ResizingConstraintOptions = exports.WidgetBoxVisibilityType = exports.WidgetBoxTooltipType = exports.WidgetBoxClasses = void 0;
|
|
4
4
|
class WidgetBoxClasses {
|
|
5
5
|
}
|
|
6
6
|
exports.WidgetBoxClasses = WidgetBoxClasses;
|
|
7
|
+
/**
|
|
8
|
+
* Root Styles applied to the widgetBox
|
|
9
|
+
*/
|
|
10
|
+
WidgetBoxClasses.root = "ic3WidgetBox";
|
|
7
11
|
/**
|
|
8
12
|
* Root Styles applied to the widgetBox root element for a 'standard' widget -> &.className !
|
|
9
13
|
*/
|
|
10
|
-
WidgetBoxClasses.standard = "
|
|
14
|
+
WidgetBoxClasses.standard = "ic3WidgetBox-standard";
|
|
11
15
|
/**
|
|
12
16
|
* Root Styles applied to the widgetBox root element for a 'embedded' widget (the widget is inside another widget)
|
|
13
17
|
*/
|
|
14
|
-
WidgetBoxClasses.embedded = "
|
|
18
|
+
WidgetBoxClasses.embedded = "ic3WidgetBox-embedded";
|
|
15
19
|
/**
|
|
16
20
|
* Root Styles applied to the widgetBox root element for a 'zoomed' widget
|
|
17
21
|
*/
|
|
18
|
-
WidgetBoxClasses.zoom = "
|
|
22
|
+
WidgetBoxClasses.zoom = "ic3WidgetBox-zoom";
|
|
19
23
|
/**
|
|
20
24
|
* Root Styles applied to the widgetBox root element for a 'no decoration' widget (template definition setting, no borders ...)
|
|
21
25
|
*/
|
|
22
|
-
WidgetBoxClasses.noDecoration = "
|
|
26
|
+
WidgetBoxClasses.noDecoration = "ic3WidgetBox-noDecoration";
|
|
23
27
|
/**
|
|
24
28
|
* Styles applied to the widgetBox container element
|
|
25
29
|
*/
|
|
26
|
-
WidgetBoxClasses.container = "
|
|
30
|
+
WidgetBoxClasses.container = "ic3WidgetBox-container";
|
|
31
|
+
/**
|
|
32
|
+
* Styles applied to the template JS content
|
|
33
|
+
*/
|
|
34
|
+
WidgetBoxClasses.templateJSContent = "ic3WidgetBox-TemplateJS-content";
|
|
35
|
+
/**
|
|
36
|
+
* Styles applied to the template React content
|
|
37
|
+
*/
|
|
38
|
+
WidgetBoxClasses.templateReactContent = "ic3WidgetBox-TemplateReact-content";
|
|
27
39
|
/**
|
|
28
40
|
* Styles applied to the widgetBox content element (the widget without header and user menu)
|
|
29
41
|
*/
|
|
30
|
-
WidgetBoxClasses.content = "
|
|
42
|
+
WidgetBoxClasses.content = "ic3WidgetBox-content";
|
|
43
|
+
/**
|
|
44
|
+
* Styles applied to child of content (above)
|
|
45
|
+
*/
|
|
46
|
+
WidgetBoxClasses.contentRoot = "ic3WidgetBox-content-root";
|
|
31
47
|
/**
|
|
32
48
|
* Styles applied to the widgetBox user menu element (the icons for the user menu)
|
|
33
49
|
*/
|
|
34
|
-
WidgetBoxClasses.userMenu = "
|
|
50
|
+
WidgetBoxClasses.userMenu = "ic3WidgetBox-userMenu";
|
|
35
51
|
/**
|
|
36
52
|
* Styles applied to the widgetBox header element
|
|
37
53
|
*/
|
|
38
|
-
WidgetBoxClasses.header = "
|
|
54
|
+
WidgetBoxClasses.header = "ic3WidgetBox-header";
|
|
39
55
|
/**
|
|
40
56
|
* Styles applied to the widgetBox header Title element
|
|
41
57
|
*/
|
|
42
|
-
WidgetBoxClasses.headerTitle = "
|
|
58
|
+
WidgetBoxClasses.headerTitle = "ic3WidgetBox-headerTitle";
|
|
43
59
|
/**
|
|
44
60
|
* Root Styles applied to the widgetBox root element when the box is with header
|
|
45
61
|
*/
|
|
46
|
-
WidgetBoxClasses.withHeader = "
|
|
62
|
+
WidgetBoxClasses.withHeader = "ic3WidgetBox-withHeader";
|
|
47
63
|
/**
|
|
48
64
|
* Root Styles applied to the widgetBox root element when the box is without header
|
|
49
65
|
*/
|
|
50
|
-
WidgetBoxClasses.withoutHeader = "
|
|
66
|
+
WidgetBoxClasses.withoutHeader = "ic3WidgetBox-withoutHeader";
|
|
51
67
|
/**
|
|
52
68
|
* Styles applied to the widgetBox user menu element when the userMenu is open
|
|
53
69
|
*/
|
|
54
|
-
WidgetBoxClasses.userMenuOpen = "
|
|
70
|
+
WidgetBoxClasses.userMenuOpen = "ic3WidgetBox-userMenuOpen";
|
|
55
71
|
/**
|
|
56
72
|
* Styles applied to the widgetBox user menu element when the userMenu id closed
|
|
57
73
|
*/
|
|
58
|
-
WidgetBoxClasses.userMenuClosed = "
|
|
74
|
+
WidgetBoxClasses.userMenuClosed = "ic3WidgetBox-userMenuClosed";
|
|
75
|
+
/**
|
|
76
|
+
* attribute for the root div containing the widgetId
|
|
77
|
+
*/
|
|
78
|
+
WidgetBoxClasses.widgetIdAttribute = "data-widget-id";
|
|
79
|
+
var WidgetBoxTooltipType;
|
|
80
|
+
(function (WidgetBoxTooltipType) {
|
|
81
|
+
WidgetBoxTooltipType["dialog"] = "dialog";
|
|
82
|
+
WidgetBoxTooltipType["tooltip"] = "tooltip";
|
|
83
|
+
})(WidgetBoxTooltipType = exports.WidgetBoxTooltipType || (exports.WidgetBoxTooltipType = {}));
|
|
84
|
+
var WidgetBoxVisibilityType;
|
|
85
|
+
(function (WidgetBoxVisibilityType) {
|
|
86
|
+
WidgetBoxVisibilityType["default"] = "default";
|
|
87
|
+
WidgetBoxVisibilityType["invisible"] = "invisible";
|
|
88
|
+
WidgetBoxVisibilityType["invisibleInPrinting"] = "invisibleInPrinting";
|
|
89
|
+
})(WidgetBoxVisibilityType = exports.WidgetBoxVisibilityType || (exports.WidgetBoxVisibilityType = {}));
|
|
90
|
+
var ResizingConstraintOptions;
|
|
91
|
+
(function (ResizingConstraintOptions) {
|
|
92
|
+
ResizingConstraintOptions["FixedWidthLeftAligned"] = "FixedWidthLeftAligned";
|
|
93
|
+
ResizingConstraintOptions["FixedWidthRightAligned"] = "FixedWidthRightAligned";
|
|
94
|
+
})(ResizingConstraintOptions = exports.ResizingConstraintOptions || (exports.ResizingConstraintOptions = {}));
|
|
59
95
|
//# sourceMappingURL=ThemeWidgetBox.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeWidgetBox.js","sourceRoot":"","sources":["../../src/theme/ThemeWidgetBox.ts"],"names":[],"mappings":";;;AAAA,MAAa,gBAAgB;;AAA7B,
|
|
1
|
+
{"version":3,"file":"ThemeWidgetBox.js","sourceRoot":"","sources":["../../src/theme/ThemeWidgetBox.ts"],"names":[],"mappings":";;;AAAA,MAAa,gBAAgB;;AAA7B,4CA4FC;AA1FG;;GAEG;AACa,qBAAI,GAAW,cAAc,CAAC;AAG9C;;GAEG;AACa,yBAAQ,GAAW,uBAAuB,CAAC;AAE3D;;GAEG;AACa,yBAAQ,GAAW,uBAAuB,CAAC;AAE3D;;GAEG;AACa,qBAAI,GAAW,mBAAmB,CAAC;AAEnD;;GAEG;AACa,6BAAY,GAAW,2BAA2B,CAAC;AAEnE;;GAEG;AACa,0BAAS,GAAW,wBAAwB,CAAC;AAE7D;;GAEG;AACa,kCAAiB,GAAW,iCAAiC,CAAC;AAE9E;;GAEG;AACa,qCAAoB,GAAW,oCAAoC,CAAC;AAEpF;;GAEG;AACa,wBAAO,GAAW,sBAAsB,CAAC;AAEzD;;GAEG;AACa,4BAAW,GAAW,2BAA2B,CAAC;AAElE;;GAEG;AACa,yBAAQ,GAAW,uBAAuB,CAAC;AAE3D;;GAEG;AACa,uBAAM,GAAW,qBAAqB,CAAC;AAEvD;;GAEG;AACa,4BAAW,GAAW,0BAA0B,CAAC;AAEjE;;GAEG;AACa,2BAAU,GAAW,yBAAyB,CAAC;AAE/D;;GAEG;AACa,8BAAa,GAAW,4BAA4B,CAAC;AAErE;;GAEG;AACa,6BAAY,GAAW,2BAA2B,CAAC;AAEnE;;GAEG;AACa,+BAAc,GAAW,6BAA6B,CAAC;AAEvE;;GAEG;AACa,kCAAiB,GAAW,gBAAgB,CAAC;AAKjE,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC5B,yCAAiB,CAAA;IACjB,2CAAmB,CAAA;AACvB,CAAC,EAHW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAG/B;AAED,IAAY,uBAIX;AAJD,WAAY,uBAAuB;IAC/B,8CAAmB,CAAA;IACnB,kDAAuB,CAAA;IACvB,sEAA2C,CAAA;AAC/C,CAAC,EAJW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIlC;AAED,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACjC,4EAA+C,CAAA;IAC/C,8EAAiD,CAAA;AACrD,CAAC,EAHW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAGpC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ic3/reporting-api",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"description": "icCube dashboards API",
|
|
5
5
|
"homepage": "https://github.com/ic3-software/ic3-reporting-api",
|
|
6
6
|
"repository": "https://github.com/ic3-software/ic3-reporting-api",
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"access": "public"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@mui/material": "5.
|
|
18
|
-
"@mui/system": "5.
|
|
17
|
+
"@mui/material": "5.8.1",
|
|
18
|
+
"@mui/system": "5.8.1",
|
|
19
19
|
"@types/googlemaps": "3.43.3",
|
|
20
20
|
"@types/markerclustererplus": "2.1.33",
|
|
21
|
-
"@types/node": "17.0.
|
|
22
|
-
"@types/react": "17.0.
|
|
21
|
+
"@types/node": "17.0.36",
|
|
22
|
+
"@types/react": "17.0.43",
|
|
23
23
|
"del-cli": "4.0.1",
|
|
24
|
-
"typescript": "4.
|
|
24
|
+
"typescript": "4.7.2"
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "del-cli dist && npx tsc",
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { FormFieldObject } from "../PublicTemplateForm";
|
|
2
|
-
export interface FilterCheckboxProps extends FormFieldObject {
|
|
3
|
-
/**
|
|
4
|
-
* Size of buttons
|
|
5
|
-
*/
|
|
6
|
-
size: 'small' | 'medium';
|
|
7
|
-
/**
|
|
8
|
-
* If defined, buttons will be positioned in columns
|
|
9
|
-
*/
|
|
10
|
-
columns?: number;
|
|
11
|
-
}
|
|
12
|
-
export declare class FilterCheckBoxesClasses {
|
|
13
|
-
/**
|
|
14
|
-
* Style applied to the root element.
|
|
15
|
-
*/
|
|
16
|
-
static readonly root = "root";
|
|
17
|
-
}
|
|
18
|
-
export declare type FilterCheckboxesClassKey = keyof FilterCheckBoxesClasses;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FilterCheckBoxesClasses = void 0;
|
|
4
|
-
class FilterCheckBoxesClasses {
|
|
5
|
-
}
|
|
6
|
-
exports.FilterCheckBoxesClasses = FilterCheckBoxesClasses;
|
|
7
|
-
/**
|
|
8
|
-
* Style applied to the root element.
|
|
9
|
-
*/
|
|
10
|
-
FilterCheckBoxesClasses.root = "root";
|
|
11
|
-
//# sourceMappingURL=ThemeFilterCheckboxes.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeFilterCheckboxes.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterCheckboxes.ts"],"names":[],"mappings":";;;AAeA,MAAa,uBAAuB;;AAApC,0DAMC;AAJG;;GAEG;AACa,4BAAI,GAAG,MAAM,CAAC"}
|