@ic3/reporting-api 8.2.2 → 8.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/dist/ApiUtils.js +1 -1
  2. package/dist/INotification.d.ts +12 -3
  3. package/dist/IOnNewEventJsContext.d.ts +1 -1
  4. package/dist/IReporting.d.ts +52 -5
  5. package/dist/IThemeManager.d.ts +1 -1
  6. package/dist/ITypes.d.ts +3 -3
  7. package/dist/IWidgetVariantManager.d.ts +2 -2
  8. package/dist/LazyTreeView.d.ts +21 -6
  9. package/dist/Loader.d.ts +94 -20
  10. package/dist/Loader.js +45 -44
  11. package/dist/Loader.js.map +1 -1
  12. package/dist/Logger.d.ts +1 -1
  13. package/dist/PublicAmchartsData.d.ts +9 -3
  14. package/dist/PublicAmchartsData.js +22 -3
  15. package/dist/PublicAmchartsData.js.map +1 -1
  16. package/dist/PublicContext.d.ts +26 -1
  17. package/dist/PublicContext.js +6 -1
  18. package/dist/PublicContext.js.map +1 -1
  19. package/dist/PublicLayout.d.ts +2 -2
  20. package/dist/PublicTemplate.d.ts +10 -5
  21. package/dist/PublicTemplate.js.map +1 -1
  22. package/dist/PublicTemplateForm.d.ts +59 -23
  23. package/dist/PublicTemplateForm.js +2 -16
  24. package/dist/PublicTemplateForm.js.map +1 -1
  25. package/dist/PublicTemplates.d.ts +4 -2
  26. package/dist/PublicTheme.d.ts +103 -73
  27. package/dist/PublicTheme.js.map +1 -1
  28. package/dist/PublicTidyColumn.d.ts +37 -18
  29. package/dist/PublicTidyColumn.js.map +1 -1
  30. package/dist/PublicTidyTable.d.ts +25 -0
  31. package/dist/PublicTidyTableInteractions.d.ts +7 -2
  32. package/dist/PublicTidyTableInteractions.js.map +1 -1
  33. package/dist/PublicTidyTableTypeGuards.d.ts +1 -0
  34. package/dist/PublicTidyTableTypeGuards.js +16 -1
  35. package/dist/PublicTidyTableTypeGuards.js.map +1 -1
  36. package/dist/PublicTidyTableTypes.d.ts +53 -19
  37. package/dist/PublicTidyTableTypes.js +3 -4
  38. package/dist/PublicTidyTableTypes.js.map +1 -1
  39. package/dist/PublicTidyTree.d.ts +1 -1
  40. package/dist/index.d.ts +2 -1
  41. package/dist/index.js +2 -1
  42. package/dist/index.js.map +1 -1
  43. package/dist/theme/ThemeAlertDialog.d.ts +5 -3
  44. package/dist/theme/ThemeAlertDialog.js +14 -0
  45. package/dist/theme/ThemeAlertDialog.js.map +1 -1
  46. package/dist/theme/ThemeAmCharts4.d.ts +139 -26
  47. package/dist/theme/ThemeAmCharts4.js +8 -1
  48. package/dist/theme/ThemeAmCharts4.js.map +1 -1
  49. package/dist/theme/ThemeApp.d.ts +2 -1
  50. package/dist/theme/ThemeApp.js +1 -1
  51. package/dist/theme/ThemeApp.js.map +1 -1
  52. package/dist/theme/ThemeAppMenuIcon.d.ts +3 -3
  53. package/dist/theme/ThemeAppMenuIcon.js +4 -4
  54. package/dist/theme/ThemeAppMenuIcon.js.map +1 -1
  55. package/dist/theme/ThemeBaseTable.d.ts +4 -0
  56. package/dist/theme/ThemeDatePicker.d.ts +9 -1
  57. package/dist/theme/ThemeDatePicker.js +2 -1
  58. package/dist/theme/ThemeDatePicker.js.map +1 -1
  59. package/dist/theme/ThemeEditorTopBar.d.ts +9 -1
  60. package/dist/theme/ThemeEditorTopBar.js +15 -7
  61. package/dist/theme/ThemeEditorTopBar.js.map +1 -1
  62. package/dist/theme/ThemeErrorRenderer.d.ts +13 -13
  63. package/dist/theme/ThemeErrorRenderer.js +52 -0
  64. package/dist/theme/ThemeErrorRenderer.js.map +1 -1
  65. package/dist/theme/ThemeFilterAutocomplete.d.ts +8 -15
  66. package/dist/theme/ThemeFilterAutocomplete.js +3 -12
  67. package/dist/theme/ThemeFilterAutocomplete.js.map +1 -1
  68. package/dist/theme/ThemeFilterButtons.d.ts +3 -3
  69. package/dist/theme/ThemeFilterButtons.js +3 -3
  70. package/dist/theme/ThemeFilterButtons.js.map +1 -1
  71. package/dist/theme/ThemeFilterCheckboxRadio.d.ts +4 -4
  72. package/dist/theme/ThemeFilterCheckboxRadio.js +4 -4
  73. package/dist/theme/ThemeFilterCheckboxRadio.js.map +1 -1
  74. package/dist/theme/ThemeFilterPanel.d.ts +4 -0
  75. package/dist/theme/ThemeFilterSlider.d.ts +1 -1
  76. package/dist/theme/ThemeFilterSlider.js +2 -1
  77. package/dist/theme/ThemeFilterSlider.js.map +1 -1
  78. package/dist/theme/ThemeFilterTree.d.ts +7 -7
  79. package/dist/theme/ThemeFilterTree.js +1 -1
  80. package/dist/theme/ThemeFilterTree.js.map +1 -1
  81. package/dist/theme/ThemeGlobal.d.ts +2 -2
  82. package/dist/theme/ThemeGlobal.js +2 -2
  83. package/dist/theme/ThemeHtmlBox.d.ts +3 -3
  84. package/dist/theme/ThemeHtmlBox.js +9 -0
  85. package/dist/theme/ThemeHtmlBox.js.map +1 -1
  86. package/dist/theme/ThemeImage.d.ts +11 -0
  87. package/dist/theme/ThemeImage.js +9 -0
  88. package/dist/theme/ThemeImage.js.map +1 -1
  89. package/dist/theme/ThemeKpiCard.d.ts +5 -4
  90. package/dist/theme/ThemeKpiCard.js +12 -11
  91. package/dist/theme/ThemeKpiCard.js.map +1 -1
  92. package/dist/theme/ThemeLayout.d.ts +6 -3
  93. package/dist/theme/ThemeLayout.js +11 -0
  94. package/dist/theme/ThemeLayout.js.map +1 -1
  95. package/dist/theme/ThemeLayoutPage.d.ts +7 -6
  96. package/dist/theme/ThemeLayoutPage.js +25 -0
  97. package/dist/theme/ThemeLayoutPage.js.map +1 -1
  98. package/dist/theme/ThemeLazyTreeClasses.d.ts +1 -0
  99. package/dist/theme/ThemeListCounter.d.ts +5 -0
  100. package/dist/theme/ThemeListCounter.js +9 -0
  101. package/dist/theme/ThemeListCounter.js.map +1 -0
  102. package/dist/theme/ThemePivotTable.d.ts +1 -0
  103. package/dist/theme/ThemePivotTable.js +1 -0
  104. package/dist/theme/ThemePivotTable.js.map +1 -1
  105. package/dist/theme/ThemePrintButton.d.ts +22 -0
  106. package/dist/theme/ThemePrintButton.js +10 -0
  107. package/dist/theme/ThemePrintButton.js.map +1 -0
  108. package/dist/theme/ThemeQueryBuilderNode.d.ts +8 -3
  109. package/dist/theme/ThemeQueryBuilderNode.js +9 -4
  110. package/dist/theme/ThemeQueryBuilderNode.js.map +1 -1
  111. package/dist/theme/ThemeReportAppBar.d.ts +6 -3
  112. package/dist/theme/ThemeReportAppBar.js +18 -0
  113. package/dist/theme/ThemeReportAppBar.js.map +1 -1
  114. package/dist/theme/ThemeReportAppLeftPanel.d.ts +5 -4
  115. package/dist/theme/ThemeReportAppLeftPanel.js +5 -4
  116. package/dist/theme/ThemeReportAppLeftPanel.js.map +1 -1
  117. package/dist/theme/ThemeSinglePanelFilter.d.ts +18 -0
  118. package/dist/theme/{ThemeDrilldownUserSelectMenu.js → ThemeSinglePanelFilter.js} +1 -1
  119. package/dist/theme/ThemeSinglePanelFilter.js.map +1 -0
  120. package/dist/theme/ThemeTable.d.ts +4 -0
  121. package/dist/theme/ThemeWidgetBoxContentMessage.d.ts +3 -3
  122. package/dist/theme/ThemeWidgetBoxContentMessage.js +12 -0
  123. package/dist/theme/ThemeWidgetBoxContentMessage.js.map +1 -1
  124. package/package.json +5 -5
  125. package/dist/theme/ThemeDrilldownUserSelectMenu.d.ts +0 -11
  126. package/dist/theme/ThemeDrilldownUserSelectMenu.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeApp.js","sourceRoot":"","sources":["../../src/theme/ThemeApp.ts"],"names":[],"mappings":";;;AACA,MAAa,UAAU;;AAAvB,gCAqCC;AApCG;;GAEG;AACa,cAAG,GAAW,QAAQ,CAAC;AACvC;;GAEG;AACa,kBAAO,GAAW,gBAAgB,CAAC;AACnD;;GAEG;AACa,kBAAO,GAAW,gBAAgB,CAAC;AACnD;;GAEG;AACa,kBAAO,GAAW,gBAAgB,CAAC;AACnD;;GAEG;AACa,gBAAK,GAAW,cAAc,CAAC;AAC/C;;GAEG;AACa,cAAG,GAAW,YAAY,CAAC;AAC3C;;GAEG;AACa,qBAAU,GAAW,mBAAmB,CAAC;AACzD;;GAEG;AACa,oBAAS,GAAW,kBAAkB,CAAC;AACvD;;GAEG;AACa,qBAAU,GAAW,mBAAmB,CAAC;AAY7D,IAAY,aAGX;AAHD,WAAY,aAAa;IACrB,iDAAI,CAAA;IACJ,yDAAQ,CAAA;AACZ,CAAC,EAHW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAGxB;AAED,IAAY,cAIX;AAJD,WAAY,cAAc;IACtB,mDAAI,CAAA;IACJ,2DAAQ,CAAA;IACR,uDAAM,CAAA;AACV,CAAC,EAJW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAIzB"}
1
+ {"version":3,"file":"ThemeApp.js","sourceRoot":"","sources":["../../src/theme/ThemeApp.ts"],"names":[],"mappings":";;;AACA,MAAa,UAAU;;AAAvB,gCAqCC;AApCG;;GAEG;AACa,eAAI,GAAW,aAAa,CAAC;AAC7C;;GAEG;AACa,kBAAO,GAAW,gBAAgB,CAAC;AACnD;;GAEG;AACa,kBAAO,GAAW,gBAAgB,CAAC;AACnD;;GAEG;AACa,kBAAO,GAAW,gBAAgB,CAAC;AACnD;;GAEG;AACa,gBAAK,GAAW,cAAc,CAAC;AAC/C;;GAEG;AACa,cAAG,GAAW,YAAY,CAAC;AAC3C;;GAEG;AACa,qBAAU,GAAW,mBAAmB,CAAC;AACzD;;GAEG;AACa,oBAAS,GAAW,kBAAkB,CAAC;AACvD;;GAEG;AACa,qBAAU,GAAW,mBAAmB,CAAC;AAa7D,IAAY,aAGX;AAHD,WAAY,aAAa;IACrB,iDAAI,CAAA;IACJ,yDAAQ,CAAA;AACZ,CAAC,EAHW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAGxB;AAED,IAAY,cAIX;AAJD,WAAY,cAAc;IACtB,mDAAI,CAAA;IACJ,2DAAQ,CAAA;IACR,uDAAM,CAAA;AACV,CAAC,EAJW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAIzB"}
@@ -1,7 +1,7 @@
1
- export declare class ThemeAppMenuIconClasses {
2
- static readonly root = "root";
1
+ export declare class AppMenuIconClasses {
2
+ static readonly root = "ic3AppMenuIcon-root";
3
3
  }
4
- export declare type ThemeAppMenuIconClassKey = keyof ThemeAppMenuIconClasses;
4
+ export declare type AppMenuIconClassKey = keyof AppMenuIconClasses;
5
5
  export interface AppMenuIconProps {
6
6
  iconColor: string;
7
7
  }
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ThemeAppMenuIconClasses = void 0;
4
- class ThemeAppMenuIconClasses {
3
+ exports.AppMenuIconClasses = void 0;
4
+ class AppMenuIconClasses {
5
5
  }
6
- exports.ThemeAppMenuIconClasses = ThemeAppMenuIconClasses;
7
- ThemeAppMenuIconClasses.root = "root";
6
+ exports.AppMenuIconClasses = AppMenuIconClasses;
7
+ AppMenuIconClasses.root = "ic3AppMenuIcon-root";
8
8
  //# sourceMappingURL=ThemeAppMenuIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeAppMenuIcon.js","sourceRoot":"","sources":["../../src/theme/ThemeAppMenuIcon.ts"],"names":[],"mappings":";;;AAAA,MAAa,uBAAuB;;AAApC,0DAIC;AAFmB,4BAAI,GAAG,MAAM,CAAC"}
1
+ {"version":3,"file":"ThemeAppMenuIcon.js","sourceRoot":"","sources":["../../src/theme/ThemeAppMenuIcon.ts"],"names":[],"mappings":";;;AACA,MAAa,kBAAkB;;AAA/B,gDAIC;AAFmB,uBAAI,GAAG,qBAAqB,CAAC"}
@@ -97,4 +97,8 @@ export interface BaseTableChartOptions extends FormFieldObject {
97
97
  * Display the filter options. A list of boolean values: 'true', 'false'. The last value repeats itself.
98
98
  */
99
99
  columnFilterable: string;
100
+ /**
101
+ * When exporting to excel, flag use the filtered and sorted version or the orignal table
102
+ */
103
+ exportOriginalTable: boolean;
100
104
  }
@@ -4,7 +4,7 @@ export declare class DatePickerClasses {
4
4
  /**
5
5
  * Style applied to the root element.
6
6
  */
7
- static readonly root = "root";
7
+ static readonly root = "ic3DatePicker-root";
8
8
  }
9
9
  export declare type DatePickerClassKey = keyof DatePickerClasses;
10
10
  /**
@@ -24,6 +24,10 @@ export interface DatePickerChartOptions extends FormFieldObject {
24
24
  * Display this text when the datepicker is empty.
25
25
  */
26
26
  helperText?: string;
27
+ /**
28
+ * Text to show when the filter is empty.
29
+ */
30
+ placeholderText?: string;
27
31
  /**
28
32
  * Input Date Format.
29
33
  *
@@ -89,6 +93,10 @@ export interface DatePickerChartOptions extends FormFieldObject {
89
93
  * Placeholder value for the end of the range. The widget shows this when the end of the range is empty.
90
94
  */
91
95
  helperEndText?: string;
96
+ /**
97
+ * Text to show when the second date picker is empty.
98
+ */
99
+ placeholderTextEnd?: string;
92
100
  /**
93
101
  * Range Picker: Center Text.
94
102
  *
@@ -1,11 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DatePickerClasses = void 0;
4
+ // TOM : needs clarification
4
5
  class DatePickerClasses {
5
6
  }
6
7
  exports.DatePickerClasses = DatePickerClasses;
7
8
  /**
8
9
  * Style applied to the root element.
9
10
  */
10
- DatePickerClasses.root = "root";
11
+ DatePickerClasses.root = "ic3DatePicker-root";
11
12
  //# sourceMappingURL=ThemeDatePicker.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeDatePicker.js","sourceRoot":"","sources":["../../src/theme/ThemeDatePicker.ts"],"names":[],"mappings":";;;AAGA,MAAa,iBAAiB;;AAA9B,8CAUC;AARG;;GAEG;AACa,sBAAI,GAAG,MAAM,CAAC"}
1
+ {"version":3,"file":"ThemeDatePicker.js","sourceRoot":"","sources":["../../src/theme/ThemeDatePicker.ts"],"names":[],"mappings":";;;AAGA,4BAA4B;AAC5B,MAAa,iBAAiB;;AAA9B,8CAUC;AARG;;GAEG;AACa,sBAAI,GAAG,oBAAoB,CAAC"}
@@ -2,11 +2,15 @@ export declare class EditorAppTopBarClasses {
2
2
  /**
3
3
  * Style applied to
4
4
  */
5
- static readonly app: string;
5
+ static readonly root: string;
6
6
  /**
7
7
  * Style applied to
8
8
  */
9
9
  static readonly logo: string;
10
+ /**
11
+ * Style applied to
12
+ */
13
+ static readonly divider: string;
10
14
  /**
11
15
  * Style applied to
12
16
  */
@@ -23,6 +27,10 @@ export declare class EditorAppTopBarClasses {
23
27
  * Style applied to
24
28
  */
25
29
  static readonly leftSpacer: string;
30
+ /**
31
+ * Style applied to
32
+ */
33
+ static readonly fileButtonsSpacer: string;
26
34
  /**
27
35
  * Style applied to
28
36
  */
@@ -7,29 +7,37 @@ exports.EditorAppTopBarClasses = EditorAppTopBarClasses;
7
7
  /**
8
8
  * Style applied to
9
9
  */
10
- EditorAppTopBarClasses.app = "ic3EditorTopBar";
10
+ EditorAppTopBarClasses.root = "ic3EditorTopBar-root";
11
11
  /**
12
12
  * Style applied to
13
13
  */
14
- EditorAppTopBarClasses.logo = "ic3App-logo";
14
+ EditorAppTopBarClasses.logo = "ic3EditorTopBar-logo";
15
15
  /**
16
16
  * Style applied to
17
17
  */
18
- EditorAppTopBarClasses.title = "ic3App-title";
18
+ EditorAppTopBarClasses.divider = "ic3EditorTopBar-divider";
19
19
  /**
20
20
  * Style applied to
21
21
  */
22
- EditorAppTopBarClasses.topLeftBar = "ic3App-topLeftBar";
22
+ EditorAppTopBarClasses.title = "ic3EditorTopBar-title";
23
23
  /**
24
24
  * Style applied to
25
25
  */
26
- EditorAppTopBarClasses.topRightBar = "ic3App-topRightBar";
26
+ EditorAppTopBarClasses.topLeftBar = "ic3EditorTopBar-topLeftBar";
27
27
  /**
28
28
  * Style applied to
29
29
  */
30
- EditorAppTopBarClasses.leftSpacer = "ic3App-leftSpacer";
30
+ EditorAppTopBarClasses.topRightBar = "ic3EditorTopBar-topRightBar";
31
31
  /**
32
32
  * Style applied to
33
33
  */
34
- EditorAppTopBarClasses.menuButton = "ic3App-menuButton";
34
+ EditorAppTopBarClasses.leftSpacer = "ic3EditorTopBar-leftSpacer";
35
+ /**
36
+ * Style applied to
37
+ */
38
+ EditorAppTopBarClasses.fileButtonsSpacer = "ic3EditorTopBar-fileButtonsSpacer";
39
+ /**
40
+ * Style applied to
41
+ */
42
+ EditorAppTopBarClasses.menuButton = "ic3EditorTopBar-menuButton";
35
43
  //# sourceMappingURL=ThemeEditorTopBar.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeEditorTopBar.js","sourceRoot":"","sources":["../../src/theme/ThemeEditorTopBar.ts"],"names":[],"mappings":";;;AAAA,MAAa,sBAAsB;;AAAnC,wDA8BC;AA7BG;;GAEG;AACa,0BAAG,GAAW,iBAAiB,CAAC;AAChD;;GAEG;AACa,2BAAI,GAAW,aAAa,CAAC;AAC7C;;GAEG;AACa,4BAAK,GAAW,cAAc,CAAC;AAC/C;;GAEG;AACa,iCAAU,GAAW,mBAAmB,CAAC;AAEzD;;GAEG;AACa,kCAAW,GAAW,oBAAoB,CAAC;AAC3D;;GAEG;AACa,iCAAU,GAAW,mBAAmB,CAAC;AACzD;;GAEG;AACa,iCAAU,GAAW,mBAAmB,CAAC"}
1
+ {"version":3,"file":"ThemeEditorTopBar.js","sourceRoot":"","sources":["../../src/theme/ThemeEditorTopBar.ts"],"names":[],"mappings":";;;AAAA,MAAa,sBAAsB;;AAAnC,wDAwCC;AAvCG;;GAEG;AACa,2BAAI,GAAW,sBAAsB,CAAC;AACtD;;GAEG;AACa,2BAAI,GAAW,sBAAsB,CAAC;AAEtD;;GAEG;AACa,8BAAO,GAAW,yBAAyB,CAAC;AAE5D;;GAEG;AACa,4BAAK,GAAW,uBAAuB,CAAC;AACxD;;GAEG;AACa,iCAAU,GAAW,4BAA4B,CAAC;AAElE;;GAEG;AACa,kCAAW,GAAW,6BAA6B,CAAC;AACpE;;GAEG;AACa,iCAAU,GAAW,4BAA4B,CAAC;AAClE;;GAEG;AACa,wCAAiB,GAAW,mCAAmC,CAAC;AAChF;;GAEG;AACa,iCAAU,GAAW,4BAA4B,CAAC"}
@@ -1,51 +1,51 @@
1
- export interface ErrorRendererClasses {
1
+ export declare class ErrorRendererClasses {
2
2
  /**
3
3
  * Style applied to
4
4
  */
5
- errorRendererRoot: string;
5
+ static root: string;
6
6
  /**
7
7
  * Style applied to
8
8
  */
9
- errorLogo: string;
9
+ static logo: string;
10
10
  /**
11
11
  * Style applied to
12
12
  */
13
- errorLogoW: string;
13
+ static logoW: string;
14
14
  /**
15
15
  * Style applied to
16
16
  */
17
- errorInfo: string;
17
+ static info: string;
18
18
  /**
19
19
  * Style applied to
20
20
  */
21
- errorSchemaNotAuth: string;
21
+ static schemaNotAuth: string;
22
22
  /**
23
23
  * Style applied to
24
24
  */
25
- errorMessage: string;
25
+ static message: string;
26
26
  /**
27
27
  * Style applied to
28
28
  */
29
- errorDetailToggle: string;
29
+ static detailToggle: string;
30
30
  /**
31
31
  * Style applied to
32
32
  */
33
- errorWidget: string;
33
+ static widget: string;
34
34
  /**
35
35
  * Style applied to
36
36
  */
37
- errorCauseMessage: string;
37
+ static causeMessage: string;
38
38
  /**
39
39
  * Style applied to
40
40
  */
41
- errorCauseDetailedMessage: string;
41
+ static causeDetailedMessage: string;
42
42
  /**
43
43
  * Style applied to
44
44
  */
45
- errorCauseDetailedInfo: string;
45
+ static causeDetailedInfo: string;
46
46
  /**
47
47
  * Style applied to
48
48
  */
49
- errorCauseStacktrace: string;
49
+ static causeStacktrace: string;
50
50
  }
51
51
  export declare type ErrorRendererClassKey = keyof ErrorRendererClasses;
@@ -1,3 +1,55 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ErrorRendererClasses = void 0;
4
+ class ErrorRendererClasses {
5
+ }
6
+ exports.ErrorRendererClasses = ErrorRendererClasses;
7
+ /**
8
+ * Style applied to
9
+ */
10
+ ErrorRendererClasses.root = "ic3ErrorRenderer-root";
11
+ /**
12
+ * Style applied to
13
+ */
14
+ ErrorRendererClasses.logo = "ic3ErrorRenderer-logo";
15
+ /**
16
+ * Style applied to
17
+ */
18
+ ErrorRendererClasses.logoW = "ic3ErrorRenderer-logoW";
19
+ /**
20
+ * Style applied to
21
+ */
22
+ ErrorRendererClasses.info = "ic3ErrorRenderer-info";
23
+ /**
24
+ * Style applied to
25
+ */
26
+ ErrorRendererClasses.schemaNotAuth = "ic3ErrorRenderer-schemaNotAuth";
27
+ /**
28
+ * Style applied to
29
+ */
30
+ ErrorRendererClasses.message = "ic3ErrorRenderer-message";
31
+ /**
32
+ * Style applied to
33
+ */
34
+ ErrorRendererClasses.detailToggle = "ic3ErrorRenderer-detailToggle";
35
+ /**
36
+ * Style applied to
37
+ */
38
+ ErrorRendererClasses.widget = "ic3ErrorRenderer-widget";
39
+ /**
40
+ * Style applied to
41
+ */
42
+ ErrorRendererClasses.causeMessage = "ic3ErrorRenderer-causeMessage";
43
+ /**
44
+ * Style applied to
45
+ */
46
+ ErrorRendererClasses.causeDetailedMessage = "ic3ErrorRenderer-causeDetailedMessage";
47
+ /**
48
+ * Style applied to
49
+ */
50
+ ErrorRendererClasses.causeDetailedInfo = "ic3ErrorRenderer-causeDetailedInfo";
51
+ /**
52
+ * Style applied to
53
+ */
54
+ ErrorRendererClasses.causeStacktrace = "ic3ErrorRenderer-causeStacktrace";
3
55
  //# sourceMappingURL=ThemeErrorRenderer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeErrorRenderer.js","sourceRoot":"","sources":["../../src/theme/ThemeErrorRenderer.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"ThemeErrorRenderer.js","sourceRoot":"","sources":["../../src/theme/ThemeErrorRenderer.ts"],"names":[],"mappings":";;;AAAA,MAAa,oBAAoB;;AAAjC,oDAkDC;AAhDG;;GAEG;AACI,yBAAI,GAAG,uBAAuB,CAAC;AACtC;;GAEG;AACI,yBAAI,GAAG,uBAAuB,CAAC;AACtC;;GAEG;AACI,0BAAK,GAAG,wBAAwB,CAAC;AACxC;;GAEG;AACI,yBAAI,GAAG,uBAAuB,CAAC;AACtC;;GAEG;AACI,kCAAa,GAAG,gCAAgC,CAAC;AACxD;;GAEG;AACI,4BAAO,GAAG,0BAA0B,CAAC;AAC5C;;GAEG;AACI,iCAAY,GAAG,+BAA+B,CAAC;AACtD;;GAEG;AACI,2BAAM,GAAG,yBAAyB,CAAC;AAC1C;;GAEG;AACI,iCAAY,GAAG,+BAA+B,CAAC;AACtD;;GAEG;AACI,yCAAoB,GAAG,uCAAuC,CAAC;AACtE;;GAEG;AACI,sCAAiB,GAAG,oCAAoC,CAAC;AAChE;;GAEG;AACI,oCAAe,GAAG,kCAAkC,CAAC"}
@@ -1,17 +1,11 @@
1
1
  import { FilterTidyTableChartOptions } from "./ThemeFilter";
2
2
  export declare class FilterAutocompleteClasses {
3
- /**
4
- * Style applied to the root element
5
- */
6
- static readonly root = "root";
7
3
  /**
8
4
  * Style applied to the muiAutocomplete root element
9
5
  *
10
- * you've all classes of autocompleteClasses
11
- *
12
- * @see AutocompleteClasses
6
+ * You've all mui classes https://mui.com/material-ui/api/autocomplete/
13
7
  */
14
- static readonly muiAutocomplete: string;
8
+ static readonly muiAutocomplete = "MuiAutocomplete-root";
15
9
  static readonly action = "MuiAutocomplete-action";
16
10
  }
17
11
  export declare type FilterAutocompleteClassesKey = keyof FilterAutocompleteClasses;
@@ -31,23 +25,22 @@ export interface FilterAutocompleteChartOptions extends FilterTidyTableChartOpti
31
25
  *
32
26
  * Allows for selecting a set of preset options. Note that a variant is possibly overriding defined options.
33
27
  */
34
- variant: string;
28
+ variant?: string;
29
+ inputVariant: "standard" | "filled" | "outlined";
35
30
  /**
36
31
  * Size.
37
32
  *
38
33
  * Rendered items size.
39
34
  */
40
35
  size: "small" | "medium";
41
- /**
42
- * Limit Items.
43
- *
44
- * Maximum number of items that will be visible when not focused. Set -1 to disable the limit.
45
- */
46
- limitTags: number;
47
36
  /**
48
37
  * Limit Chips.
49
38
  *
50
39
  * Maximum number of chips that will be visible
51
40
  */
52
41
  limitChips: number;
42
+ /**
43
+ * Text to show when the filter is empty.
44
+ */
45
+ placeholderText?: string;
53
46
  }
@@ -1,24 +1,15 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
3
  exports.FilterAutocompleteClasses = void 0;
7
- const autocompleteClasses_1 = __importDefault(require("@mui/material/Autocomplete/autocompleteClasses"));
4
+ // TOM : needs clarification
8
5
  class FilterAutocompleteClasses {
9
6
  }
10
7
  exports.FilterAutocompleteClasses = FilterAutocompleteClasses;
11
- /**
12
- * Style applied to the root element
13
- */
14
- FilterAutocompleteClasses.root = "root";
15
8
  /**
16
9
  * Style applied to the muiAutocomplete root element
17
10
  *
18
- * you've all classes of autocompleteClasses
19
- *
20
- * @see AutocompleteClasses
11
+ * You've all mui classes https://mui.com/material-ui/api/autocomplete/
21
12
  */
22
- FilterAutocompleteClasses.muiAutocomplete = autocompleteClasses_1.default.root;
13
+ FilterAutocompleteClasses.muiAutocomplete = "MuiAutocomplete-root";
23
14
  FilterAutocompleteClasses.action = "MuiAutocomplete-action";
24
15
  //# sourceMappingURL=ThemeFilterAutocomplete.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeFilterAutocomplete.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterAutocomplete.ts"],"names":[],"mappings":";;;;;;AAAA,yGAAiF;AAGjF,MAAa,yBAAyB;;AAAtC,8DAkBC;AAhBG;;GAEG;AACa,8BAAI,GAAG,MAAM,CAAC;AAE9B;;;;;;GAMG;AACa,yCAAe,GAAG,6BAAmB,CAAC,IAAI,CAAC;AAE3C,gCAAM,GAAG,wBAAwB,CAAA"}
1
+ {"version":3,"file":"ThemeFilterAutocomplete.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterAutocomplete.ts"],"names":[],"mappings":";;;AAEA,4BAA4B;AAC5B,MAAa,yBAAyB;;AAAtC,8DAYC;AATG;;;;GAIG;AACa,yCAAe,GAAG,sBAAsB,CAAC;AAEzC,gCAAM,GAAG,wBAAwB,CAAC"}
@@ -3,15 +3,15 @@ export declare class FilterButtonsClasses {
3
3
  /**
4
4
  * Style applied to the root element.
5
5
  */
6
- static readonly container = "FilterButtons-container";
6
+ static readonly container = "ic3FilterButtons-container";
7
7
  /**
8
8
  * Style applied to the mui button elements.
9
9
  */
10
- static readonly button = "FilterSlider-button";
10
+ static readonly button = "ic3FilterSlider-button";
11
11
  /**
12
12
  * Style applied to the mui group element (if present).
13
13
  */
14
- static readonly group = "FilterSlider-group";
14
+ static readonly group = "ic3FilterSlider-group";
15
15
  /**
16
16
  * Slot for MuiButton component(s)
17
17
  */
@@ -7,15 +7,15 @@ exports.FilterButtonsClasses = FilterButtonsClasses;
7
7
  /**
8
8
  * Style applied to the root element.
9
9
  */
10
- FilterButtonsClasses.container = "FilterButtons-container";
10
+ FilterButtonsClasses.container = "ic3FilterButtons-container";
11
11
  /**
12
12
  * Style applied to the mui button elements.
13
13
  */
14
- FilterButtonsClasses.button = "FilterSlider-button";
14
+ FilterButtonsClasses.button = "ic3FilterSlider-button";
15
15
  /**
16
16
  * Style applied to the mui group element (if present).
17
17
  */
18
- FilterButtonsClasses.group = "FilterSlider-group";
18
+ FilterButtonsClasses.group = "ic3FilterSlider-group";
19
19
  /**
20
20
  * Slot for MuiButton component(s)
21
21
  */
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeFilterButtons.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterButtons.ts"],"names":[],"mappings":";;;AAEA,MAAa,oBAAoB;;AAAjC,oDAsBC;AApBG;;GAEG;AACa,8BAAS,GAAG,yBAAyB,CAAC;AAEtD;;GAEG;AACa,2BAAM,GAAG,qBAAqB,CAAC;AAE/C;;GAEG;AACa,0BAAK,GAAG,oBAAoB,CAAC;AAE7C;;GAEG;AACa,8BAAS,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"ThemeFilterButtons.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterButtons.ts"],"names":[],"mappings":";;;AAEA,MAAa,oBAAoB;;AAAjC,oDAsBC;AApBG;;GAEG;AACa,8BAAS,GAAG,4BAA4B,CAAC;AAEzD;;GAEG;AACa,2BAAM,GAAG,wBAAwB,CAAC;AAElD;;GAEG;AACa,0BAAK,GAAG,uBAAuB,CAAC;AAEhD;;GAEG;AACa,8BAAS,GAAG,EAAE,CAAC"}
@@ -3,19 +3,19 @@ export declare class FilterCheckBoxRadioClasses {
3
3
  /**
4
4
  * Style applied to the root element.
5
5
  */
6
- static readonly root = "root";
6
+ static readonly root = "ic3FilterCheckboxRadio-root";
7
7
  /**
8
8
  * Style container for a single Radio or Checkbox
9
9
  */
10
- static readonly radioCheckBoxContainer = "FilterCheckboxRadio-container";
10
+ static readonly radioCheckBoxContainer = "ic3FilterCheckboxRadio-container";
11
11
  /**
12
12
  * root element class decoration when the items are radio components (single selection)
13
13
  */
14
- static readonly radioFlag = "FilterCheckboxRadio-Radio";
14
+ static readonly radioFlag = "ic3FilterCheckboxRadio-Radio";
15
15
  /**
16
16
  * root element class decoration when the items are checkbox components (multiple selection)
17
17
  */
18
- static readonly checkboxFlag = "FilterCheckboxRadio-Checkbox";
18
+ static readonly checkboxFlag = "ic3FilterCheckboxRadio-Checkbox";
19
19
  }
20
20
  export declare type FilterCheckboxRadioClassKey = keyof FilterCheckBoxRadioClasses;
21
21
  /**
@@ -7,17 +7,17 @@ exports.FilterCheckBoxRadioClasses = FilterCheckBoxRadioClasses;
7
7
  /**
8
8
  * Style applied to the root element.
9
9
  */
10
- FilterCheckBoxRadioClasses.root = "root";
10
+ FilterCheckBoxRadioClasses.root = "ic3FilterCheckboxRadio-root";
11
11
  /**
12
12
  * Style container for a single Radio or Checkbox
13
13
  */
14
- FilterCheckBoxRadioClasses.radioCheckBoxContainer = "FilterCheckboxRadio-container";
14
+ FilterCheckBoxRadioClasses.radioCheckBoxContainer = "ic3FilterCheckboxRadio-container";
15
15
  /**
16
16
  * root element class decoration when the items are radio components (single selection)
17
17
  */
18
- FilterCheckBoxRadioClasses.radioFlag = "FilterCheckboxRadio-Radio";
18
+ FilterCheckBoxRadioClasses.radioFlag = "ic3FilterCheckboxRadio-Radio";
19
19
  /**
20
20
  * root element class decoration when the items are checkbox components (multiple selection)
21
21
  */
22
- FilterCheckBoxRadioClasses.checkboxFlag = "FilterCheckboxRadio-Checkbox";
22
+ FilterCheckBoxRadioClasses.checkboxFlag = "ic3FilterCheckboxRadio-Checkbox";
23
23
  //# sourceMappingURL=ThemeFilterCheckboxRadio.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeFilterCheckboxRadio.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterCheckboxRadio.ts"],"names":[],"mappings":";;;AAEA,MAAa,0BAA0B;;AAAvC,gEAyBC;AAvBG;;GAEG;AACa,+BAAI,GAAG,MAAM,CAAC;AAG9B;;GAEG;AACa,iDAAsB,GAAG,+BAA+B,CAAC;AAGzE;;GAEG;AACa,oCAAS,GAAG,2BAA2B,CAAC;AAExD;;GAEG;AACa,uCAAY,GAAG,8BAA8B,CAAC"}
1
+ {"version":3,"file":"ThemeFilterCheckboxRadio.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterCheckboxRadio.ts"],"names":[],"mappings":";;;AAEA,MAAa,0BAA0B;;AAAvC,gEAwBC;AAtBG;;GAEG;AACa,+BAAI,GAAG,6BAA6B,CAAC;AAGrD;;GAEG;AACa,iDAAsB,GAAG,kCAAkC,CAAC;AAG5E;;GAEG;AACa,oCAAS,GAAG,8BAA8B,CAAC;AAE3D;;GAEG;AACa,uCAAY,GAAG,iCAAiC,CAAC"}
@@ -152,4 +152,8 @@ export interface FilterPanelChartOptions extends FormFieldObject {
152
152
  * has <= `useSimpleFilterCutoff` members.
153
153
  */
154
154
  useSimpleFilterCutoff?: number;
155
+ /**
156
+ * Per default, the filter panel allows users to filter on properties. You can disable that with this option.
157
+ */
158
+ hidePropertyFilters?: boolean;
155
159
  }
@@ -3,7 +3,7 @@ export declare class FilterSliderClasses {
3
3
  /**
4
4
  * Style applied to the root element.
5
5
  */
6
- static readonly root = "root";
6
+ static readonly root = "ic3FilterSlider-root";
7
7
  /**
8
8
  * Style applied to the mui slider element.
9
9
  */
@@ -1,13 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FilterSliderRenderingType = exports.FilterSliderClasses = void 0;
4
+ // TOM : needs clarification
4
5
  class FilterSliderClasses {
5
6
  }
6
7
  exports.FilterSliderClasses = FilterSliderClasses;
7
8
  /**
8
9
  * Style applied to the root element.
9
10
  */
10
- FilterSliderClasses.root = "root";
11
+ FilterSliderClasses.root = "ic3FilterSlider-root";
11
12
  /**
12
13
  * Style applied to the mui slider element.
13
14
  */
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeFilterSlider.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterSlider.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;;AAAhC,kDAkCC;AAhCG;;GAEG;AACa,wBAAI,GAAG,MAAM,CAAC;AAE9B;;GAEG;AACa,0BAAM,GAAG,wBAAwB,CAAC;AAElD;;GAEG;AACa,2BAAO,GAAG,yBAAyB,CAAA;AAEnD;;GAEG;AACa,6BAAS,GAAG,EAAE,CAAC;AAE/B;;GAEG;AACa,kCAAc,GAAG,gCAAgC,CAAC;AAElE;;GAEG;AACa,8BAAU,GAAG,4BAA4B,CAAC;AAC1C,4BAAQ,GAAG,0BAA0B,CAAC;AAO1D,IAAY,yBAMX;AAND,WAAY,yBAAyB;IAEjC,4CAAe,CAAA;IACf,kDAAqB,CAAA;IACrB,wEAA2C,CAAA;IAC3C,0CAAa,CAAA;AACjB,CAAC,EANW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAMpC"}
1
+ {"version":3,"file":"ThemeFilterSlider.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterSlider.ts"],"names":[],"mappings":";;;AAEA,4BAA4B;AAC5B,MAAa,mBAAmB;;AAAhC,kDAkCC;AAhCG;;GAEG;AACa,wBAAI,GAAG,sBAAsB,CAAC;AAE9C;;GAEG;AACa,0BAAM,GAAG,wBAAwB,CAAC;AAElD;;GAEG;AACa,2BAAO,GAAG,yBAAyB,CAAA;AAEnD;;GAEG;AACa,6BAAS,GAAG,EAAE,CAAC;AAE/B;;GAEG;AACa,kCAAc,GAAG,gCAAgC,CAAC;AAElE;;GAEG;AACa,8BAAU,GAAG,4BAA4B,CAAC;AAC1C,4BAAQ,GAAG,0BAA0B,CAAC;AAO1D,IAAY,yBAMX;AAND,WAAY,yBAAyB;IAEjC,4CAAe,CAAA;IACf,kDAAqB,CAAA;IACrB,wEAA2C,CAAA;IAC3C,0CAAa,CAAA;AACjB,CAAC,EANW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAMpC"}
@@ -5,18 +5,18 @@ export declare class FilterTreeClasses extends LazyTreeClasses {
5
5
  /**
6
6
  * Style applied to the root element.
7
7
  */
8
- static readonly root = "root";
8
+ static readonly root = "ic3TreeFilter-root";
9
9
  /**
10
10
  * Style applied to the tree item without control icons
11
11
  */
12
- static simpleItemLabel: "Ic3-TreeFilter-simpleItemLabel";
12
+ static simpleItemLabel: "ic3TreeFilter-simpleItemLabel";
13
13
  /**
14
14
  * Style applied to the tree item witht control icons
15
15
  */
16
- static itemLabelWithIcons: "Ic3-TreeFilter-itemLabelWithIcons";
16
+ static itemLabelWithIcons: "ic3TreeFilter-itemLabelWithIcons";
17
17
  }
18
18
  export declare type FilterTreeClassKey = keyof FilterTreeClasses;
19
- export declare type FilterFireEventMode = TreeFireEventMode.ALL_SELECTED | TreeFireEventMode.COMPACT_ON_PARENT;
19
+ export type FilterFireEventMode = TreeFireEventMode.ALL_SELECTED | TreeFireEventMode.COMPACT_ON_PARENT;
20
20
  /**
21
21
  * Filter Tree Options (fields of the "Chart" tab in the widget editor).
22
22
  *
@@ -93,9 +93,9 @@ export interface FilterTreeChartOptions extends FilterTidyTableChartOptions {
93
93
  */
94
94
  autoCompleteSize?: 'small' | 'medium';
95
95
  /**
96
- * Limit Items (Dropdown/Autocomplete).
96
+ * Limit Chips.
97
97
  *
98
- * Autocomplete, the maximum number of tags that will be visible when not focused. Set -1 to disable the limit.
98
+ * Maximum number of chips that will be visible
99
99
  */
100
- autoCompleteLimitTags: number;
100
+ autoCompleteLimitChips: number;
101
101
  }
@@ -8,5 +8,5 @@ exports.FilterTreeClasses = FilterTreeClasses;
8
8
  /**
9
9
  * Style applied to the root element.
10
10
  */
11
- FilterTreeClasses.root = "root";
11
+ FilterTreeClasses.root = "ic3TreeFilter-root";
12
12
  //# sourceMappingURL=ThemeFilterTree.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeFilterTree.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterTree.ts"],"names":[],"mappings":";;;AAEA,iEAAuD;AAEvD,MAAa,iBAAkB,SAAQ,sCAAe;;AAAtD,8CAsBC;AApBG;;GAEG;AACa,sBAAI,GAAG,MAAM,CAAC"}
1
+ {"version":3,"file":"ThemeFilterTree.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterTree.ts"],"names":[],"mappings":";;;AAEA,iEAAuD;AAEvD,MAAa,iBAAkB,SAAQ,sCAAe;;AAAtD,8CAsBC;AApBG;;GAEG;AACa,sBAAI,GAAG,oBAAoB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  export declare class Ic3GlobalClasses {
2
- static readonly singleSelection = "Ic3-SingleSelection";
3
- static readonly multipleSelection = "Ic3-MultipleSelection";
2
+ static readonly singleSelection = "ic3-SingleSelection";
3
+ static readonly multipleSelection = "ic3-MultipleSelection";
4
4
  }
@@ -4,6 +4,6 @@ exports.Ic3GlobalClasses = void 0;
4
4
  class Ic3GlobalClasses {
5
5
  }
6
6
  exports.Ic3GlobalClasses = Ic3GlobalClasses;
7
- Ic3GlobalClasses.singleSelection = 'Ic3-SingleSelection';
8
- Ic3GlobalClasses.multipleSelection = 'Ic3-MultipleSelection';
7
+ Ic3GlobalClasses.singleSelection = 'ic3-SingleSelection';
8
+ Ic3GlobalClasses.multipleSelection = 'ic3-MultipleSelection';
9
9
  //# sourceMappingURL=ThemeGlobal.js.map
@@ -1,12 +1,12 @@
1
1
  import { IWidgetPublicContext } from "../PublicContext";
2
- export interface HtmlBoxClasses {
2
+ export declare class HtmlBoxClasses {
3
3
  /**
4
4
  * Style applied to the root element.
5
5
  */
6
- root: string;
6
+ static root: string;
7
7
  }
8
8
  export declare type HtmlBoxClassKey = keyof HtmlBoxClasses;
9
- export declare type HtmlBoxVariant = "plain" |
9
+ export type HtmlBoxVariant = "plain" |
10
10
  /**
11
11
  * Used by the editor documentation dialog and text box used for Live Demo documentation.
12
12
  */
@@ -1,3 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.HtmlBoxClasses = void 0;
4
+ // TOM : needs clarification
5
+ class HtmlBoxClasses {
6
+ }
7
+ exports.HtmlBoxClasses = HtmlBoxClasses;
8
+ /**
9
+ * Style applied to the root element.
10
+ */
11
+ HtmlBoxClasses.root = "ic3HtmlBox-root";
3
12
  //# sourceMappingURL=ThemeHtmlBox.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeHtmlBox.js","sourceRoot":"","sources":["../../src/theme/ThemeHtmlBox.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"ThemeHtmlBox.js","sourceRoot":"","sources":["../../src/theme/ThemeHtmlBox.ts"],"names":[],"mappings":";;;AAEA,4BAA4B;AAC5B,MAAa,cAAc;;AAA3B,wCAMC;AAJG;;GAEG;AACW,mBAAI,GAAG,iBAAiB,CAAC"}