@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
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import { BaseTableChartOptions } from "./ThemeBaseTable";
|
|
2
|
+
import { TidyTableColumnSelector } from "../PublicTidyTableTypes";
|
|
2
3
|
/**
|
|
3
4
|
* List of classNames available
|
|
4
5
|
*/
|
|
5
|
-
export declare type TableClassKey = keyof
|
|
6
|
+
export declare type TableClassKey = keyof TableClasses;
|
|
6
7
|
/**
|
|
7
8
|
* All props of Mui-DataGridPro ( + variant )
|
|
8
9
|
*
|
|
@@ -13,3 +14,155 @@ export declare type TableClassKey = keyof Record<string, any>;
|
|
|
13
14
|
export interface TableProps {
|
|
14
15
|
variant?: string;
|
|
15
16
|
}
|
|
17
|
+
/**
|
|
18
|
+
* Copy of
|
|
19
|
+
* MUI CSS : https://mui.com/api/data-grid/data-grid-pro/#css
|
|
20
|
+
*/
|
|
21
|
+
export declare class TableClasses {
|
|
22
|
+
static readonly 'autoHeight' = "MuiDataGrid-autoHeight";
|
|
23
|
+
static readonly 'booleanCell' = "MuiDataGrid-booleanCell";
|
|
24
|
+
static readonly 'cell--editable' = "MuiDataGrid-cell--editable";
|
|
25
|
+
static readonly 'cell--editing' = "MuiDataGrid-cell--editing";
|
|
26
|
+
static readonly 'cell--textCenter' = "MuiDataGrid-cell--textCenter";
|
|
27
|
+
static readonly 'cell--textLeft' = "MuiDataGrid-cell--textLeft";
|
|
28
|
+
static readonly 'cell--textRight' = "MuiDataGrid-cell--textRight";
|
|
29
|
+
static readonly 'cell--withRenderer' = "MuiDataGrid-cell--withRenderer";
|
|
30
|
+
static readonly 'cell' = "MuiDataGrid-cell";
|
|
31
|
+
static readonly 'cellCheckbox' = "MuiDataGrid-cellCheckbox";
|
|
32
|
+
static readonly 'checkboxInput' = "MuiDataGrid-checkboxInput";
|
|
33
|
+
static readonly 'columnHeader--alignCenter' = "MuiDataGrid-columnHeader--alignCenter";
|
|
34
|
+
static readonly 'columnHeader--alignLeft' = "MuiDataGrid-columnHeader--alignLeft";
|
|
35
|
+
static readonly 'columnHeader--alignRight' = "MuiDataGrid-columnHeader--alignRight";
|
|
36
|
+
static readonly 'columnHeader--dragging' = "MuiDataGrid-columnHeader--dragging";
|
|
37
|
+
static readonly 'columnHeader--moving' = "MuiDataGrid-columnHeader--moving";
|
|
38
|
+
static readonly 'columnHeader--numeric' = "MuiDataGrid-columnHeader--numeric";
|
|
39
|
+
static readonly 'columnHeader--sortable' = "MuiDataGrid-columnHeader--sortable";
|
|
40
|
+
static readonly 'columnHeader--sorted' = "MuiDataGrid-columnHeader--sorted";
|
|
41
|
+
static readonly 'columnHeader' = "MuiDataGrid-columnHeader";
|
|
42
|
+
static readonly 'columnHeaderCheckbox' = "MuiDataGrid-columnHeaderCheckbox";
|
|
43
|
+
static readonly 'columnHeaderDraggableContainer' = "MuiDataGrid-columnHeaderDraggableContainer";
|
|
44
|
+
static readonly 'columnHeaderDropZone' = "MuiDataGrid-columnHeaderDropZone";
|
|
45
|
+
static readonly 'columnHeaderTitle' = "MuiDataGrid-columnHeaderTitle";
|
|
46
|
+
static readonly 'columnHeaderTitleContainer' = "MuiDataGrid-columnHeaderTitleContainer";
|
|
47
|
+
static readonly 'columnHeaders' = "MuiDataGrid-columnHeaders";
|
|
48
|
+
static readonly 'columnHeadersInner' = "MuiDataGrid-columnHeadersInner";
|
|
49
|
+
static readonly 'columnHeadersInner--scrollable' = "MuiDataGrid-columnHeadersInner--scrollable";
|
|
50
|
+
static readonly 'columnSeparator--resizable' = "MuiDataGrid-columnSeparator--resizable";
|
|
51
|
+
static readonly 'columnSeparator--resizing' = "MuiDataGrid-columnSeparator--resizing";
|
|
52
|
+
static readonly 'columnSeparator--sideLeft' = "MuiDataGrid-columnSeparator--sideLeft";
|
|
53
|
+
static readonly 'columnSeparator--sideRight' = "MuiDataGrid-columnSeparator--sideRight";
|
|
54
|
+
static readonly 'columnSeparator' = "MuiDataGrid-columnSeparator";
|
|
55
|
+
static readonly 'columnsPanel' = "MuiDataGrid-columnsPanel";
|
|
56
|
+
static readonly 'columnsPanelRow' = "MuiDataGrid-columnsPanelRow";
|
|
57
|
+
static readonly 'panel' = "MuiDataGrid-panel";
|
|
58
|
+
static readonly 'panelHeader' = "MuiDataGrid-panelHeader";
|
|
59
|
+
static readonly 'panelWrapper' = "MuiDataGrid-panelWrapper";
|
|
60
|
+
static readonly 'panelContent' = "MuiDataGrid-panelContent";
|
|
61
|
+
static readonly 'panelFooter' = "MuiDataGrid-panelFooter";
|
|
62
|
+
static readonly 'paper' = "MuiDataGrid-paper";
|
|
63
|
+
static readonly 'editBooleanCell' = "MuiDataGrid-editBooleanCell";
|
|
64
|
+
static readonly 'filterForm' = "MuiDataGrid-filterForm";
|
|
65
|
+
static readonly 'editInputCell' = "MuiDataGrid-editInputCell";
|
|
66
|
+
static readonly 'filterIcon' = "MuiDataGrid-filterIcon";
|
|
67
|
+
static readonly 'footerContainer' = "MuiDataGrid-footerContainer";
|
|
68
|
+
static readonly 'iconButtonContainer' = "MuiDataGrid-iconButtonContainer";
|
|
69
|
+
static readonly 'iconSeparator' = "MuiDataGrid-iconSeparator";
|
|
70
|
+
static readonly 'main' = "MuiDataGrid-main";
|
|
71
|
+
static readonly 'menu' = "MuiDataGrid-menu";
|
|
72
|
+
static readonly 'menuIcon' = "MuiDataGrid-menuIcon";
|
|
73
|
+
static readonly 'menuIconButton' = "MuiDataGrid-menuIconButton";
|
|
74
|
+
static readonly 'menuOpen' = "MuiDataGrid-menuOpen";
|
|
75
|
+
static readonly 'menuList' = "MuiDataGrid-menuList";
|
|
76
|
+
static readonly 'overlay' = "MuiDataGrid-overlay";
|
|
77
|
+
static readonly 'virtualScroller' = "MuiDataGrid-virtualScroller";
|
|
78
|
+
static readonly 'virtualScrollerContent' = "MuiDataGrid-virtualScrollerContent";
|
|
79
|
+
static readonly 'virtualScrollerRenderZone' = "MuiDataGrid-virtualScrollerRenderZone";
|
|
80
|
+
static readonly 'pinnedColumns' = "MuiDataGrid-pinnedColumns";
|
|
81
|
+
static readonly 'pinnedColumns--left' = "MuiDataGrid-pinnedColumns--left";
|
|
82
|
+
static readonly 'pinnedColumns--right' = "MuiDataGrid-pinnedColumns--right";
|
|
83
|
+
static readonly 'pinnedColumnHeaders' = "MuiDataGrid-pinnedColumnHeaders";
|
|
84
|
+
static readonly 'pinnedColumnHeaders--left' = "MuiDataGrid-pinnedColumnHeaders--left";
|
|
85
|
+
static readonly 'pinnedColumnHeaders--right' = "MuiDataGrid-pinnedColumnHeaders--right";
|
|
86
|
+
static readonly 'root' = "MuiDataGrid-root";
|
|
87
|
+
static readonly 'row--editable' = "MuiDataGrid-row--editable";
|
|
88
|
+
static readonly 'row--editing' = "MuiDataGrid-row--editing";
|
|
89
|
+
static readonly 'row' = "MuiDataGrid-row";
|
|
90
|
+
static readonly 'rowCount' = "MuiDataGrid-rowCount";
|
|
91
|
+
static readonly 'scrollArea' = "MuiDataGrid-scrollArea";
|
|
92
|
+
static readonly 'scrollArea--left' = "MuiDataGrid-scrollArea--left";
|
|
93
|
+
static readonly 'scrollArea--right' = "MuiDataGrid-scrollArea--right";
|
|
94
|
+
static readonly 'selectedRowCount' = "MuiDataGrid-selectedRowCount";
|
|
95
|
+
static readonly 'sortIcon' = "MuiDataGrid-sortIcon";
|
|
96
|
+
static readonly 'toolbarContainer' = "MuiDataGrid-toolbarContainer";
|
|
97
|
+
static readonly 'toolbarFilterList' = "MuiDataGrid-toolbarFilterList";
|
|
98
|
+
static readonly 'withBorder' = "MuiDataGrid-withBorder";
|
|
99
|
+
static readonly 'treeDataGroupingCell' = "MuiDataGrid-treeDataGroupingCell";
|
|
100
|
+
static readonly 'treeDataGroupingCellToggle' = "MuiDataGrid-treeDataGroupingCellToggle";
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* Table Options (fields of the "Chart" tab in the widget editor).
|
|
104
|
+
*
|
|
105
|
+
* <pre>
|
|
106
|
+
* Plugin ID : ic3
|
|
107
|
+
* Widget/Template ID: Table
|
|
108
|
+
* </pre>
|
|
109
|
+
*
|
|
110
|
+
* @see WidgetTemplateChartOptions
|
|
111
|
+
*/
|
|
112
|
+
export interface TableChartOptions extends BaseTableChartOptions {
|
|
113
|
+
/**
|
|
114
|
+
* Name of a variant. Note that a variant is possibly overriding defined options.
|
|
115
|
+
*/
|
|
116
|
+
variant?: string;
|
|
117
|
+
/**
|
|
118
|
+
* Cell Value.
|
|
119
|
+
*
|
|
120
|
+
* If 'Axe(1) as Column' is active, defines the column containing the measures for the cells.
|
|
121
|
+
*/
|
|
122
|
+
cellValue?: TidyTableColumnSelector;
|
|
123
|
+
/**
|
|
124
|
+
* Axis(1) as Column.
|
|
125
|
+
*
|
|
126
|
+
* If active and the MDX query has 3 axis or more, the second MDX axis (ON ROWS or ON 1)
|
|
127
|
+
* is used as the table column(s).
|
|
128
|
+
*/
|
|
129
|
+
useMdxSecondAxisAsTableColumn: boolean;
|
|
130
|
+
/**
|
|
131
|
+
* Footer.
|
|
132
|
+
*
|
|
133
|
+
* Display a footer. Does not apply when the table is auto-expanding vertically.
|
|
134
|
+
*/
|
|
135
|
+
footer: boolean;
|
|
136
|
+
/**
|
|
137
|
+
* Add Pagination.
|
|
138
|
+
*
|
|
139
|
+
* Incompatible with 'Row Count' and/or 'Selected Row Count' settings.
|
|
140
|
+
*/
|
|
141
|
+
footerPagination: boolean;
|
|
142
|
+
/**
|
|
143
|
+
* Add Row Count.
|
|
144
|
+
*
|
|
145
|
+
* Incompatible with 'Pagination'.
|
|
146
|
+
*/
|
|
147
|
+
footerRowCount: boolean;
|
|
148
|
+
/**
|
|
149
|
+
* Add Selected Row Count.
|
|
150
|
+
*
|
|
151
|
+
* Incompatible with 'Pagination'.
|
|
152
|
+
*/
|
|
153
|
+
footerSelectedRowCount: boolean;
|
|
154
|
+
/**
|
|
155
|
+
* Page Size.
|
|
156
|
+
*
|
|
157
|
+
* Set the initial number of rows in one page.
|
|
158
|
+
*/
|
|
159
|
+
pageSize: number;
|
|
160
|
+
/**
|
|
161
|
+
* Page Size Options (CSV).
|
|
162
|
+
*
|
|
163
|
+
* Select the 'Page Size' dynamically using the component UI. A comma separated list of integer values.
|
|
164
|
+
*
|
|
165
|
+
* E.g., 10,20,50
|
|
166
|
+
*/
|
|
167
|
+
rowsPerPageOptions: string;
|
|
168
|
+
}
|
package/dist/theme/ThemeTable.js
CHANGED
|
@@ -1,5 +1,169 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TableClasses = void 0;
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* Copy of
|
|
6
|
+
* MUI CSS : https://mui.com/api/data-grid/data-grid-pro/#css
|
|
7
|
+
*/
|
|
8
|
+
class TableClasses {
|
|
9
|
+
}
|
|
10
|
+
exports.TableClasses = TableClasses;
|
|
11
|
+
/* Styles applied to the root element if autoHeight={true}. */
|
|
12
|
+
TableClasses['autoHeight'] = "MuiDataGrid-autoHeight";
|
|
13
|
+
/* Styles applied to the icon of the boolean cell. */
|
|
14
|
+
TableClasses['booleanCell'] = "MuiDataGrid-booleanCell";
|
|
15
|
+
/* Styles applied to the cell element if the cell is editable. */
|
|
16
|
+
TableClasses['cell--editable'] = "MuiDataGrid-cell--editable";
|
|
17
|
+
/* Styles applied to the cell element if the cell is in edit mode. */
|
|
18
|
+
TableClasses['cell--editing'] = "MuiDataGrid-cell--editing";
|
|
19
|
+
/* Styles applied to the cell element if align="center". */
|
|
20
|
+
TableClasses['cell--textCenter'] = "MuiDataGrid-cell--textCenter";
|
|
21
|
+
/* Styles applied to the cell element if align="left". */
|
|
22
|
+
TableClasses['cell--textLeft'] = "MuiDataGrid-cell--textLeft";
|
|
23
|
+
/* Styles applied to the cell element if align="right". */
|
|
24
|
+
TableClasses['cell--textRight'] = "MuiDataGrid-cell--textRight";
|
|
25
|
+
/* Styles applied to the cell element if the cell has a custom renderer. */
|
|
26
|
+
TableClasses['cell--withRenderer'] = "MuiDataGrid-cell--withRenderer";
|
|
27
|
+
/* Styles applied to the cell element. */
|
|
28
|
+
TableClasses['cell'] = "MuiDataGrid-cell";
|
|
29
|
+
/* Styles applied to the cell checkbox element. */
|
|
30
|
+
TableClasses['cellCheckbox'] = "MuiDataGrid-cellCheckbox";
|
|
31
|
+
/* Styles applied to the selection checkbox element. */
|
|
32
|
+
TableClasses['checkboxInput'] = "MuiDataGrid-checkboxInput";
|
|
33
|
+
/* Styles applied to the column header if headerAlign="center". */
|
|
34
|
+
TableClasses['columnHeader--alignCenter'] = "MuiDataGrid-columnHeader--alignCenter";
|
|
35
|
+
/* Styles applied to the column header if headerAlign="left". */
|
|
36
|
+
TableClasses['columnHeader--alignLeft'] = "MuiDataGrid-columnHeader--alignLeft";
|
|
37
|
+
/* Styles applied to the column header if headerAlign="right". */
|
|
38
|
+
TableClasses['columnHeader--alignRight'] = "MuiDataGrid-columnHeader--alignRight";
|
|
39
|
+
/* Styles applied to the floating column header element when it is dragged. */
|
|
40
|
+
TableClasses['columnHeader--dragging'] = "MuiDataGrid-columnHeader--dragging";
|
|
41
|
+
/* Styles applied to the column header if it is being dragged. */
|
|
42
|
+
TableClasses['columnHeader--moving'] = "MuiDataGrid-columnHeader--moving";
|
|
43
|
+
/* Styles applied to the column header if the type of the column is number. */
|
|
44
|
+
TableClasses['columnHeader--numeric'] = "MuiDataGrid-columnHeader--numeric";
|
|
45
|
+
/* Styles applied to the column header if the column is sortable. */
|
|
46
|
+
TableClasses['columnHeader--sortable'] = "MuiDataGrid-columnHeader--sortable";
|
|
47
|
+
/* Styles applied to the column header if the column is sorted. */
|
|
48
|
+
TableClasses['columnHeader--sorted'] = "MuiDataGrid-columnHeader--sorted";
|
|
49
|
+
/* Styles applied to the column header element. */
|
|
50
|
+
TableClasses['columnHeader'] = "MuiDataGrid-columnHeader";
|
|
51
|
+
/* Styles applied to the header checkbox cell element. */
|
|
52
|
+
TableClasses['columnHeaderCheckbox'] = "MuiDataGrid-columnHeaderCheckbox";
|
|
53
|
+
/* Styles applied to the column header's draggable container element. */
|
|
54
|
+
TableClasses['columnHeaderDraggableContainer'] = "MuiDataGrid-columnHeaderDraggableContainer";
|
|
55
|
+
/* Styles applied to the column headers wrapper if a column is being dragged. */
|
|
56
|
+
TableClasses['columnHeaderDropZone'] = "MuiDataGrid-columnHeaderDropZone";
|
|
57
|
+
/* Styles applied to the column header's title element; */
|
|
58
|
+
TableClasses['columnHeaderTitle'] = "MuiDataGrid-columnHeaderTitle";
|
|
59
|
+
/* Styles applied to the column header's title container element. */
|
|
60
|
+
TableClasses['columnHeaderTitleContainer'] = "MuiDataGrid-columnHeaderTitleContainer";
|
|
61
|
+
/* Styles applied to the column headers. */
|
|
62
|
+
TableClasses['columnHeaders'] = "MuiDataGrid-columnHeaders";
|
|
63
|
+
/* Styles applied to the column headers's inner element. */
|
|
64
|
+
TableClasses['columnHeadersInner'] = "MuiDataGrid-columnHeadersInner";
|
|
65
|
+
/* Styles applied to the column headers's inner element if there is a horizontal scrollbar. */
|
|
66
|
+
TableClasses['columnHeadersInner--scrollable'] = "MuiDataGrid-columnHeadersInner--scrollable";
|
|
67
|
+
/* Styles applied to the column header separator if the column is resizable. */
|
|
68
|
+
TableClasses['columnSeparator--resizable'] = "MuiDataGrid-columnSeparator--resizable";
|
|
69
|
+
/* Styles applied to the column header separator if the column is being resized. */
|
|
70
|
+
TableClasses['columnSeparator--resizing'] = "MuiDataGrid-columnSeparator--resizing";
|
|
71
|
+
/* Styles applied to the column header separator if the side is "left". */
|
|
72
|
+
TableClasses['columnSeparator--sideLeft'] = "MuiDataGrid-columnSeparator--sideLeft";
|
|
73
|
+
/* Styles applied to the column header separator if the side is "right". */
|
|
74
|
+
TableClasses['columnSeparator--sideRight'] = "MuiDataGrid-columnSeparator--sideRight";
|
|
75
|
+
/* Styles applied to the column header separator element. */
|
|
76
|
+
TableClasses['columnSeparator'] = "MuiDataGrid-columnSeparator";
|
|
77
|
+
/* Styles applied to the columns panel element. */
|
|
78
|
+
TableClasses['columnsPanel'] = "MuiDataGrid-columnsPanel";
|
|
79
|
+
/* Styles applied to the columns panel row element. */
|
|
80
|
+
TableClasses['columnsPanelRow'] = "MuiDataGrid-columnsPanelRow";
|
|
81
|
+
/* Styles applied to the panel element. */
|
|
82
|
+
TableClasses['panel'] = "MuiDataGrid-panel";
|
|
83
|
+
/* Styles applied to the panel header element. */
|
|
84
|
+
TableClasses['panelHeader'] = "MuiDataGrid-panelHeader";
|
|
85
|
+
/* Styles applied to the panel wrapper element. */
|
|
86
|
+
TableClasses['panelWrapper'] = "MuiDataGrid-panelWrapper";
|
|
87
|
+
/* Styles applied to the panel content element. */
|
|
88
|
+
TableClasses['panelContent'] = "MuiDataGrid-panelContent";
|
|
89
|
+
/* Styles applied to the panel footer element. */
|
|
90
|
+
TableClasses['panelFooter'] = "MuiDataGrid-panelFooter";
|
|
91
|
+
/* Styles applied to the paper element. */
|
|
92
|
+
TableClasses['paper'] = "MuiDataGrid-paper";
|
|
93
|
+
/* Styles applied to root of the boolean edit component. */
|
|
94
|
+
TableClasses['editBooleanCell'] = "MuiDataGrid-editBooleanCell";
|
|
95
|
+
/* Styles applied to the root of the filter form component. */
|
|
96
|
+
TableClasses['filterForm'] = "MuiDataGrid-filterForm";
|
|
97
|
+
/* Styles applied to the root of the input component. */
|
|
98
|
+
TableClasses['editInputCell'] = "MuiDataGrid-editInputCell";
|
|
99
|
+
/* Styles applied to the filter icon element. */
|
|
100
|
+
TableClasses['filterIcon'] = "MuiDataGrid-filterIcon";
|
|
101
|
+
/* Styles applied to the footer container element. */
|
|
102
|
+
TableClasses['footerContainer'] = "MuiDataGrid-footerContainer";
|
|
103
|
+
/* Styles applied to the column header icon's container. */
|
|
104
|
+
TableClasses['iconButtonContainer'] = "MuiDataGrid-iconButtonContainer";
|
|
105
|
+
/* Styles applied to the column header separator icon element. */
|
|
106
|
+
TableClasses['iconSeparator'] = "MuiDataGrid-iconSeparator";
|
|
107
|
+
/* Styles applied to the main container element. */
|
|
108
|
+
TableClasses['main'] = "MuiDataGrid-main";
|
|
109
|
+
/* Styles applied to the menu element. */
|
|
110
|
+
TableClasses['menu'] = "MuiDataGrid-menu";
|
|
111
|
+
/* Styles applied to the menu icon element. */
|
|
112
|
+
TableClasses['menuIcon'] = "MuiDataGrid-menuIcon";
|
|
113
|
+
/* Styles applied to the menu icon button element. */
|
|
114
|
+
TableClasses['menuIconButton'] = "MuiDataGrid-menuIconButton";
|
|
115
|
+
/* Styles applied to the menu icon element if the menu is open. */
|
|
116
|
+
TableClasses['menuOpen'] = "MuiDataGrid-menuOpen";
|
|
117
|
+
/* Styles applied to the menu list element. */
|
|
118
|
+
TableClasses['menuList'] = "MuiDataGrid-menuList";
|
|
119
|
+
/* Styles applied to the overlay element. */
|
|
120
|
+
TableClasses['overlay'] = "MuiDataGrid-overlay";
|
|
121
|
+
/* Styles applied to the virtualization container. */
|
|
122
|
+
TableClasses['virtualScroller'] = "MuiDataGrid-virtualScroller";
|
|
123
|
+
/* Styles applied to the virtualization content. */
|
|
124
|
+
TableClasses['virtualScrollerContent'] = "MuiDataGrid-virtualScrollerContent";
|
|
125
|
+
/* Styles applied to the virtualization render zone. */
|
|
126
|
+
TableClasses['virtualScrollerRenderZone'] = "MuiDataGrid-virtualScrollerRenderZone";
|
|
127
|
+
/* Styles applied to the pinned columns. */
|
|
128
|
+
TableClasses['pinnedColumns'] = "MuiDataGrid-pinnedColumns";
|
|
129
|
+
/* Styles applied to the left pinned columns. */
|
|
130
|
+
TableClasses['pinnedColumns--left'] = "MuiDataGrid-pinnedColumns--left";
|
|
131
|
+
/* Styles applied to the right pinned columns. */
|
|
132
|
+
TableClasses['pinnedColumns--right'] = "MuiDataGrid-pinnedColumns--right";
|
|
133
|
+
/* Styles applied to the pinned column headers. */
|
|
134
|
+
TableClasses['pinnedColumnHeaders'] = "MuiDataGrid-pinnedColumnHeaders";
|
|
135
|
+
/* Styles applied to the left pinned column headers. */
|
|
136
|
+
TableClasses['pinnedColumnHeaders--left'] = "MuiDataGrid-pinnedColumnHeaders--left";
|
|
137
|
+
/* Styles applied to the right pinned column headers. */
|
|
138
|
+
TableClasses['pinnedColumnHeaders--right'] = "MuiDataGrid-pinnedColumnHeaders--right";
|
|
139
|
+
/* Styles applied to the root element. */
|
|
140
|
+
TableClasses['root'] = "MuiDataGrid-root";
|
|
141
|
+
/* Styles applied to the row element if the row is editable. */
|
|
142
|
+
TableClasses['row--editable'] = "MuiDataGrid-row--editable";
|
|
143
|
+
/* Styles applied to the row element if the row is in edit mode. */
|
|
144
|
+
TableClasses['row--editing'] = "MuiDataGrid-row--editing";
|
|
145
|
+
/* Styles applied to the row element. */
|
|
146
|
+
TableClasses['row'] = "MuiDataGrid-row";
|
|
147
|
+
/* Styles applied to the footer row count element to show the total number of rows. Only works when pagination is disabled. */
|
|
148
|
+
TableClasses['rowCount'] = "MuiDataGrid-rowCount";
|
|
149
|
+
/* Styles applied to both scroll area elements. */
|
|
150
|
+
TableClasses['scrollArea'] = "MuiDataGrid-scrollArea";
|
|
151
|
+
/* Styles applied to the left scroll area element. */
|
|
152
|
+
TableClasses['scrollArea--left'] = "MuiDataGrid-scrollArea--left";
|
|
153
|
+
/* Styles applied to the right scroll area element. */
|
|
154
|
+
TableClasses['scrollArea--right'] = "MuiDataGrid-scrollArea--right";
|
|
155
|
+
/* Styles applied to the footer selected row count element. */
|
|
156
|
+
TableClasses['selectedRowCount'] = "MuiDataGrid-selectedRowCount";
|
|
157
|
+
/* Styles applied to the sort icon element. */
|
|
158
|
+
TableClasses['sortIcon'] = "MuiDataGrid-sortIcon";
|
|
159
|
+
/* Styles applied to the toolbar container element. */
|
|
160
|
+
TableClasses['toolbarContainer'] = "MuiDataGrid-toolbarContainer";
|
|
161
|
+
/* Styles applied to the toolbar filter list element. */
|
|
162
|
+
TableClasses['toolbarFilterList'] = "MuiDataGrid-toolbarFilterList";
|
|
163
|
+
/* Styles applied to both the cell and the column header if showColumnRightBorder={true}. */
|
|
164
|
+
TableClasses['withBorder'] = "MuiDataGrid-withBorder";
|
|
165
|
+
/* Styles applied to the root of the grouping column of the tree data. */
|
|
166
|
+
TableClasses['treeDataGroupingCell'] = "MuiDataGrid-treeDataGroupingCell";
|
|
167
|
+
/* Styles applied to the toggle of the grouping column of the tree data. */
|
|
168
|
+
TableClasses['treeDataGroupingCellToggle'] = "MuiDataGrid-treeDataGroupingCellToggle";
|
|
5
169
|
//# sourceMappingURL=ThemeTable.js.map
|
|
@@ -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":"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"}
|
|
@@ -19,10 +19,22 @@ export declare class WidgetBoxClasses {
|
|
|
19
19
|
* Styles applied to the widgetBox container element
|
|
20
20
|
*/
|
|
21
21
|
static readonly container: string;
|
|
22
|
+
/**
|
|
23
|
+
* Styles applied to the template JS content
|
|
24
|
+
*/
|
|
25
|
+
static readonly templateJSContent: string;
|
|
26
|
+
/**
|
|
27
|
+
* Styles applied to the template React content
|
|
28
|
+
*/
|
|
29
|
+
static readonly templateReactContent: string;
|
|
22
30
|
/**
|
|
23
31
|
* Styles applied to the widgetBox content element (the widget without header and user menu)
|
|
24
32
|
*/
|
|
25
33
|
static readonly content: string;
|
|
34
|
+
/**
|
|
35
|
+
* Styles applied to child of content (above)
|
|
36
|
+
*/
|
|
37
|
+
static readonly contentRoot: string;
|
|
26
38
|
/**
|
|
27
39
|
* Styles applied to the widgetBox user menu element (the icons for the user menu)
|
|
28
40
|
*/
|
|
@@ -53,3 +65,60 @@ export declare class WidgetBoxClasses {
|
|
|
53
65
|
static readonly userMenuClosed: string;
|
|
54
66
|
}
|
|
55
67
|
export declare type WidgetBoxClassKey = keyof WidgetBoxClasses;
|
|
68
|
+
export declare enum WidgetBoxTooltipType {
|
|
69
|
+
dialog = "dialog",
|
|
70
|
+
tooltip = "tooltip"
|
|
71
|
+
}
|
|
72
|
+
export declare enum WidgetBoxVisibilityType {
|
|
73
|
+
default = "default",
|
|
74
|
+
invisible = "invisible",
|
|
75
|
+
invisibleInPrinting = "invisibleInPrinting"
|
|
76
|
+
}
|
|
77
|
+
export declare enum ResizingConstraintOptions {
|
|
78
|
+
FixedWidthLeftAligned = "FixedWidthLeftAligned",
|
|
79
|
+
FixedWidthRightAligned = "FixedWidthRightAligned"
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Support for repetition widget | pivot table expanding to make the whole content visible.
|
|
83
|
+
*/
|
|
84
|
+
export interface IWidgetBoxExpandOptions {
|
|
85
|
+
active: boolean;
|
|
86
|
+
keepBoxHeader: boolean;
|
|
87
|
+
keepTableHeader: boolean;
|
|
88
|
+
}
|
|
89
|
+
export interface IWidgetRectangle {
|
|
90
|
+
top: number;
|
|
91
|
+
left: number;
|
|
92
|
+
height: number;
|
|
93
|
+
width: number;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Widget Box Options (fields of the "Box" tab in the widget editor).
|
|
97
|
+
*
|
|
98
|
+
* @see https://github.com/ic3-software/ic3-demo-plugin-theme
|
|
99
|
+
*/
|
|
100
|
+
export interface WidgetBoxOptions {
|
|
101
|
+
/**
|
|
102
|
+
* Name of a variant. Note that a variant is possibly overriding defined options.
|
|
103
|
+
*/
|
|
104
|
+
variant?: string;
|
|
105
|
+
/**
|
|
106
|
+
* Message that is displayed when the widget cannot render yet
|
|
107
|
+
* (waiting for its initial result or mandatory event value).
|
|
108
|
+
*/
|
|
109
|
+
waitingEventOrResult?: string;
|
|
110
|
+
/**
|
|
111
|
+
* Use the chart title to define the information displayed in the widget box header.
|
|
112
|
+
*/
|
|
113
|
+
withHeader: boolean;
|
|
114
|
+
visibility: WidgetBoxVisibilityType;
|
|
115
|
+
/**
|
|
116
|
+
* Behavior of the widget when the dashboard is being resized.
|
|
117
|
+
*/
|
|
118
|
+
resizingConstraint?: ResizingConstraintOptions;
|
|
119
|
+
/**
|
|
120
|
+
* The widget will (vertically) expand to fit its content.
|
|
121
|
+
*/
|
|
122
|
+
autoExpandContent: IWidgetBoxExpandOptions;
|
|
123
|
+
rectangle: IWidgetRectangle;
|
|
124
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
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;
|
|
@@ -24,10 +24,22 @@ WidgetBoxClasses.noDecoration = "WidgetBox-noDecoration";
|
|
|
24
24
|
* Styles applied to the widgetBox container element
|
|
25
25
|
*/
|
|
26
26
|
WidgetBoxClasses.container = "WidgetBox-container";
|
|
27
|
+
/**
|
|
28
|
+
* Styles applied to the template JS content
|
|
29
|
+
*/
|
|
30
|
+
WidgetBoxClasses.templateJSContent = "WidgetBox-TemplateJS-content";
|
|
31
|
+
/**
|
|
32
|
+
* Styles applied to the template React content
|
|
33
|
+
*/
|
|
34
|
+
WidgetBoxClasses.templateReactContent = "WidgetBox-TemplateReact-content";
|
|
27
35
|
/**
|
|
28
36
|
* Styles applied to the widgetBox content element (the widget without header and user menu)
|
|
29
37
|
*/
|
|
30
38
|
WidgetBoxClasses.content = "WidgetBox-content";
|
|
39
|
+
/**
|
|
40
|
+
* Styles applied to child of content (above)
|
|
41
|
+
*/
|
|
42
|
+
WidgetBoxClasses.contentRoot = "WidgetBox-content-root";
|
|
31
43
|
/**
|
|
32
44
|
* Styles applied to the widgetBox user menu element (the icons for the user menu)
|
|
33
45
|
*/
|
|
@@ -56,4 +68,20 @@ WidgetBoxClasses.userMenuOpen = "WidgetBox-userMenuOpen";
|
|
|
56
68
|
* Styles applied to the widgetBox user menu element when the userMenu id closed
|
|
57
69
|
*/
|
|
58
70
|
WidgetBoxClasses.userMenuClosed = "WidgetBox-userMenuClosed";
|
|
71
|
+
var WidgetBoxTooltipType;
|
|
72
|
+
(function (WidgetBoxTooltipType) {
|
|
73
|
+
WidgetBoxTooltipType["dialog"] = "dialog";
|
|
74
|
+
WidgetBoxTooltipType["tooltip"] = "tooltip";
|
|
75
|
+
})(WidgetBoxTooltipType = exports.WidgetBoxTooltipType || (exports.WidgetBoxTooltipType = {}));
|
|
76
|
+
var WidgetBoxVisibilityType;
|
|
77
|
+
(function (WidgetBoxVisibilityType) {
|
|
78
|
+
WidgetBoxVisibilityType["default"] = "default";
|
|
79
|
+
WidgetBoxVisibilityType["invisible"] = "invisible";
|
|
80
|
+
WidgetBoxVisibilityType["invisibleInPrinting"] = "invisibleInPrinting";
|
|
81
|
+
})(WidgetBoxVisibilityType = exports.WidgetBoxVisibilityType || (exports.WidgetBoxVisibilityType = {}));
|
|
82
|
+
var ResizingConstraintOptions;
|
|
83
|
+
(function (ResizingConstraintOptions) {
|
|
84
|
+
ResizingConstraintOptions["FixedWidthLeftAligned"] = "FixedWidthLeftAligned";
|
|
85
|
+
ResizingConstraintOptions["FixedWidthRightAligned"] = "FixedWidthRightAligned";
|
|
86
|
+
})(ResizingConstraintOptions = exports.ResizingConstraintOptions || (exports.ResizingConstraintOptions = {}));
|
|
59
87
|
//# 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,4CAiFC;AA/EG;;GAEG;AACa,yBAAQ,GAAW,oBAAoB,CAAC;AAExD;;GAEG;AACa,yBAAQ,GAAW,oBAAoB,CAAC;AAExD;;GAEG;AACa,qBAAI,GAAW,gBAAgB,CAAC;AAEhD;;GAEG;AACa,6BAAY,GAAW,wBAAwB,CAAC;AAEhE;;GAEG;AACa,0BAAS,GAAW,qBAAqB,CAAC;AAE1D;;GAEG;AACa,kCAAiB,GAAW,8BAA8B,CAAC;AAE3E;;GAEG;AACa,qCAAoB,GAAW,iCAAiC,CAAC;AAEjF;;GAEG;AACa,wBAAO,GAAW,mBAAmB,CAAC;AAEtD;;GAEG;AACa,4BAAW,GAAW,wBAAwB,CAAC;AAE/D;;GAEG;AACa,yBAAQ,GAAW,oBAAoB,CAAC;AAExD;;GAEG;AACa,uBAAM,GAAW,kBAAkB,CAAC;AAEpD;;GAEG;AACa,4BAAW,GAAW,uBAAuB,CAAC;AAE9D;;GAEG;AACa,2BAAU,GAAW,sBAAsB,CAAC;AAE5D;;GAEG;AACa,8BAAa,GAAW,yBAAyB,CAAC;AAElE;;GAEG;AACa,6BAAY,GAAW,wBAAwB,CAAC;AAEhE;;GAEG;AACa,+BAAc,GAAW,0BAA0B,CAAC;AAKxE,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.0.
|
|
3
|
+
"version": "8.0.1",
|
|
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.5.2",
|
|
18
|
+
"@mui/system": "5.5.2",
|
|
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.23",
|
|
22
|
+
"@types/react": "17.0.43",
|
|
23
23
|
"del-cli": "4.0.1",
|
|
24
|
-
"typescript": "4.
|
|
24
|
+
"typescript": "4.6.3"
|
|
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"}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { FormFieldObject } from "../PublicTemplateForm";
|
|
2
|
-
export interface GoogleMapMarkerProps extends FormFieldObject {
|
|
3
|
-
/**
|
|
4
|
-
* Predefined variants
|
|
5
|
-
*/
|
|
6
|
-
variant?: string;
|
|
7
|
-
/**
|
|
8
|
-
* The symbol's path, which is a built-in symbol path, or a custom path
|
|
9
|
-
* expressed using <a
|
|
10
|
-
* href="http://www.w3.org/TR/SVG/paths.html#PathData">SVG path
|
|
11
|
-
* notation</a>. Required.
|
|
12
|
-
*
|
|
13
|
-
* 22px,22px expected
|
|
14
|
-
*/
|
|
15
|
-
path: string;
|
|
16
|
-
/**
|
|
17
|
-
* The symbol's fill opacity. Defaults to 0.
|
|
18
|
-
*/
|
|
19
|
-
fillOpacity?: number;
|
|
20
|
-
/**
|
|
21
|
-
* The amount by which the symbol is scaled in size. For symbol markers,
|
|
22
|
-
* this defaults to 1; after scaling, the symbol may be of any size. For
|
|
23
|
-
* symbols on a polyline, this defaults to the stroke weight of the
|
|
24
|
-
* polyline; after scaling, the symbol must lie inside a square 22 pixels in
|
|
25
|
-
* size centered at the symbol's anchor.
|
|
26
|
-
*/
|
|
27
|
-
scale?: number;
|
|
28
|
-
/**
|
|
29
|
-
* Anchor for the marker (0,0 is top left)
|
|
30
|
-
*/
|
|
31
|
-
anchorX?: number;
|
|
32
|
-
anchorY?: number;
|
|
33
|
-
/**
|
|
34
|
-
* The symbol's stroke color. All CSS3 colors are supported except for
|
|
35
|
-
* extended named colors. For symbol markers, this defaults to
|
|
36
|
-
* 'black'. For symbols on a polyline, this defaults to the stroke
|
|
37
|
-
* color of the polyline.
|
|
38
|
-
*/
|
|
39
|
-
strokeColor?: string | null | undefined;
|
|
40
|
-
/**
|
|
41
|
-
* The symbol's stroke opacity. For symbol markers, this defaults to 1.
|
|
42
|
-
* For symbols on a polyline, this defaults to the stroke opacity of the
|
|
43
|
-
* polyline.
|
|
44
|
-
*/
|
|
45
|
-
strokeOpacity?: number | null | undefined;
|
|
46
|
-
/**
|
|
47
|
-
* The symbol's stroke weight. Defaults to the <code>scale</code> of the
|
|
48
|
-
* symbol.
|
|
49
|
-
*/
|
|
50
|
-
strokeWeight?: number | null | undefined;
|
|
51
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeGoogleMapMarker.js","sourceRoot":"","sources":["../../src/theme/ThemeGoogleMapMarker.ts"],"names":[],"mappings":""}
|