@ic3/reporting-api 8.2.2 → 8.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ApiUtils.js +1 -1
- package/dist/INotification.d.ts +12 -3
- package/dist/IOnNewEventJsContext.d.ts +1 -1
- package/dist/IReporting.d.ts +52 -5
- package/dist/IThemeManager.d.ts +1 -1
- package/dist/ITypes.d.ts +3 -3
- package/dist/IWidgetVariantManager.d.ts +2 -2
- package/dist/LazyTreeView.d.ts +21 -6
- package/dist/Loader.d.ts +94 -20
- package/dist/Loader.js +45 -44
- package/dist/Loader.js.map +1 -1
- package/dist/Logger.d.ts +1 -1
- package/dist/PublicAmchartsData.d.ts +9 -3
- package/dist/PublicAmchartsData.js +22 -3
- package/dist/PublicAmchartsData.js.map +1 -1
- package/dist/PublicContext.d.ts +26 -1
- package/dist/PublicContext.js +6 -1
- package/dist/PublicContext.js.map +1 -1
- package/dist/PublicLayout.d.ts +2 -2
- package/dist/PublicTemplate.d.ts +10 -5
- package/dist/PublicTemplate.js.map +1 -1
- package/dist/PublicTemplateForm.d.ts +59 -23
- package/dist/PublicTemplateForm.js +2 -16
- package/dist/PublicTemplateForm.js.map +1 -1
- package/dist/PublicTemplates.d.ts +4 -2
- package/dist/PublicTheme.d.ts +103 -73
- package/dist/PublicTheme.js.map +1 -1
- package/dist/PublicTidyColumn.d.ts +37 -18
- package/dist/PublicTidyColumn.js.map +1 -1
- package/dist/PublicTidyTable.d.ts +25 -0
- package/dist/PublicTidyTableInteractions.d.ts +7 -2
- package/dist/PublicTidyTableInteractions.js.map +1 -1
- package/dist/PublicTidyTableTypeGuards.d.ts +1 -0
- package/dist/PublicTidyTableTypeGuards.js +16 -1
- package/dist/PublicTidyTableTypeGuards.js.map +1 -1
- package/dist/PublicTidyTableTypes.d.ts +53 -19
- package/dist/PublicTidyTableTypes.js +3 -4
- package/dist/PublicTidyTableTypes.js.map +1 -1
- package/dist/PublicTidyTree.d.ts +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/theme/ThemeAlertDialog.d.ts +5 -3
- package/dist/theme/ThemeAlertDialog.js +14 -0
- package/dist/theme/ThemeAlertDialog.js.map +1 -1
- package/dist/theme/ThemeAmCharts4.d.ts +139 -26
- package/dist/theme/ThemeAmCharts4.js +8 -1
- package/dist/theme/ThemeAmCharts4.js.map +1 -1
- package/dist/theme/ThemeApp.d.ts +2 -1
- package/dist/theme/ThemeApp.js +1 -1
- package/dist/theme/ThemeApp.js.map +1 -1
- package/dist/theme/ThemeAppMenuIcon.d.ts +3 -3
- package/dist/theme/ThemeAppMenuIcon.js +4 -4
- package/dist/theme/ThemeAppMenuIcon.js.map +1 -1
- package/dist/theme/ThemeBaseTable.d.ts +4 -0
- package/dist/theme/ThemeDatePicker.d.ts +9 -1
- package/dist/theme/ThemeDatePicker.js +2 -1
- package/dist/theme/ThemeDatePicker.js.map +1 -1
- package/dist/theme/ThemeEditorTopBar.d.ts +9 -1
- package/dist/theme/ThemeEditorTopBar.js +15 -7
- package/dist/theme/ThemeEditorTopBar.js.map +1 -1
- package/dist/theme/ThemeErrorRenderer.d.ts +13 -13
- package/dist/theme/ThemeErrorRenderer.js +52 -0
- package/dist/theme/ThemeErrorRenderer.js.map +1 -1
- package/dist/theme/ThemeFilterAutocomplete.d.ts +8 -15
- package/dist/theme/ThemeFilterAutocomplete.js +3 -12
- package/dist/theme/ThemeFilterAutocomplete.js.map +1 -1
- package/dist/theme/ThemeFilterButtons.d.ts +3 -3
- package/dist/theme/ThemeFilterButtons.js +3 -3
- package/dist/theme/ThemeFilterButtons.js.map +1 -1
- package/dist/theme/ThemeFilterCheckboxRadio.d.ts +4 -4
- package/dist/theme/ThemeFilterCheckboxRadio.js +4 -4
- package/dist/theme/ThemeFilterCheckboxRadio.js.map +1 -1
- package/dist/theme/ThemeFilterPanel.d.ts +4 -0
- package/dist/theme/ThemeFilterSlider.d.ts +1 -1
- package/dist/theme/ThemeFilterSlider.js +2 -1
- package/dist/theme/ThemeFilterSlider.js.map +1 -1
- package/dist/theme/ThemeFilterTree.d.ts +7 -7
- package/dist/theme/ThemeFilterTree.js +1 -1
- package/dist/theme/ThemeFilterTree.js.map +1 -1
- package/dist/theme/ThemeGlobal.d.ts +2 -2
- package/dist/theme/ThemeGlobal.js +2 -2
- package/dist/theme/ThemeHtmlBox.d.ts +3 -3
- package/dist/theme/ThemeHtmlBox.js +9 -0
- package/dist/theme/ThemeHtmlBox.js.map +1 -1
- package/dist/theme/ThemeImage.d.ts +11 -0
- package/dist/theme/ThemeImage.js +9 -0
- package/dist/theme/ThemeImage.js.map +1 -1
- package/dist/theme/ThemeKpiCard.d.ts +5 -4
- package/dist/theme/ThemeKpiCard.js +12 -11
- package/dist/theme/ThemeKpiCard.js.map +1 -1
- package/dist/theme/ThemeLayout.d.ts +6 -3
- package/dist/theme/ThemeLayout.js +11 -0
- package/dist/theme/ThemeLayout.js.map +1 -1
- package/dist/theme/ThemeLayoutPage.d.ts +7 -6
- package/dist/theme/ThemeLayoutPage.js +25 -0
- package/dist/theme/ThemeLayoutPage.js.map +1 -1
- package/dist/theme/ThemeLazyTreeClasses.d.ts +1 -0
- package/dist/theme/ThemeListCounter.d.ts +5 -0
- package/dist/theme/ThemeListCounter.js +9 -0
- package/dist/theme/ThemeListCounter.js.map +1 -0
- package/dist/theme/ThemePivotTable.d.ts +1 -0
- package/dist/theme/ThemePivotTable.js +1 -0
- package/dist/theme/ThemePivotTable.js.map +1 -1
- package/dist/theme/ThemePrintButton.d.ts +22 -0
- package/dist/theme/ThemePrintButton.js +10 -0
- package/dist/theme/ThemePrintButton.js.map +1 -0
- package/dist/theme/ThemeQueryBuilderNode.d.ts +8 -3
- package/dist/theme/ThemeQueryBuilderNode.js +9 -4
- package/dist/theme/ThemeQueryBuilderNode.js.map +1 -1
- package/dist/theme/ThemeReportAppBar.d.ts +6 -3
- package/dist/theme/ThemeReportAppBar.js +18 -0
- package/dist/theme/ThemeReportAppBar.js.map +1 -1
- package/dist/theme/ThemeReportAppLeftPanel.d.ts +5 -4
- package/dist/theme/ThemeReportAppLeftPanel.js +5 -4
- package/dist/theme/ThemeReportAppLeftPanel.js.map +1 -1
- package/dist/theme/ThemeSinglePanelFilter.d.ts +18 -0
- package/dist/theme/{ThemeDrilldownUserSelectMenu.js → ThemeSinglePanelFilter.js} +1 -1
- package/dist/theme/ThemeSinglePanelFilter.js.map +1 -0
- package/dist/theme/ThemeTable.d.ts +4 -0
- package/dist/theme/ThemeWidgetBoxContentMessage.d.ts +3 -3
- package/dist/theme/ThemeWidgetBoxContentMessage.js +12 -0
- package/dist/theme/ThemeWidgetBoxContentMessage.js.map +1 -1
- package/package.json +5 -5
- package/dist/theme/ThemeDrilldownUserSelectMenu.d.ts +0 -11
- package/dist/theme/ThemeDrilldownUserSelectMenu.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeApp.js","sourceRoot":"","sources":["../../src/theme/ThemeApp.ts"],"names":[],"mappings":";;;AACA,MAAa,UAAU;;AAAvB,gCAqCC;AApCG;;GAEG;AACa,
|
|
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
|
|
2
|
-
static readonly root = "root";
|
|
1
|
+
export declare class AppMenuIconClasses {
|
|
2
|
+
static readonly root = "ic3AppMenuIcon-root";
|
|
3
3
|
}
|
|
4
|
-
export declare type
|
|
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.
|
|
4
|
-
class
|
|
3
|
+
exports.AppMenuIconClasses = void 0;
|
|
4
|
+
class AppMenuIconClasses {
|
|
5
5
|
}
|
|
6
|
-
exports.
|
|
7
|
-
|
|
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":";;;
|
|
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,
|
|
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
|
|
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.
|
|
10
|
+
EditorAppTopBarClasses.root = "ic3EditorTopBar-root";
|
|
11
11
|
/**
|
|
12
12
|
* Style applied to
|
|
13
13
|
*/
|
|
14
|
-
EditorAppTopBarClasses.logo = "
|
|
14
|
+
EditorAppTopBarClasses.logo = "ic3EditorTopBar-logo";
|
|
15
15
|
/**
|
|
16
16
|
* Style applied to
|
|
17
17
|
*/
|
|
18
|
-
EditorAppTopBarClasses.
|
|
18
|
+
EditorAppTopBarClasses.divider = "ic3EditorTopBar-divider";
|
|
19
19
|
/**
|
|
20
20
|
* Style applied to
|
|
21
21
|
*/
|
|
22
|
-
EditorAppTopBarClasses.
|
|
22
|
+
EditorAppTopBarClasses.title = "ic3EditorTopBar-title";
|
|
23
23
|
/**
|
|
24
24
|
* Style applied to
|
|
25
25
|
*/
|
|
26
|
-
EditorAppTopBarClasses.
|
|
26
|
+
EditorAppTopBarClasses.topLeftBar = "ic3EditorTopBar-topLeftBar";
|
|
27
27
|
/**
|
|
28
28
|
* Style applied to
|
|
29
29
|
*/
|
|
30
|
-
EditorAppTopBarClasses.
|
|
30
|
+
EditorAppTopBarClasses.topRightBar = "ic3EditorTopBar-topRightBar";
|
|
31
31
|
/**
|
|
32
32
|
* Style applied to
|
|
33
33
|
*/
|
|
34
|
-
EditorAppTopBarClasses.
|
|
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,
|
|
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
|
|
1
|
+
export declare class ErrorRendererClasses {
|
|
2
2
|
/**
|
|
3
3
|
* Style applied to
|
|
4
4
|
*/
|
|
5
|
-
|
|
5
|
+
static root: string;
|
|
6
6
|
/**
|
|
7
7
|
* Style applied to
|
|
8
8
|
*/
|
|
9
|
-
|
|
9
|
+
static logo: string;
|
|
10
10
|
/**
|
|
11
11
|
* Style applied to
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
static logoW: string;
|
|
14
14
|
/**
|
|
15
15
|
* Style applied to
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
static info: string;
|
|
18
18
|
/**
|
|
19
19
|
* Style applied to
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
static schemaNotAuth: string;
|
|
22
22
|
/**
|
|
23
23
|
* Style applied to
|
|
24
24
|
*/
|
|
25
|
-
|
|
25
|
+
static message: string;
|
|
26
26
|
/**
|
|
27
27
|
* Style applied to
|
|
28
28
|
*/
|
|
29
|
-
|
|
29
|
+
static detailToggle: string;
|
|
30
30
|
/**
|
|
31
31
|
* Style applied to
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
static widget: string;
|
|
34
34
|
/**
|
|
35
35
|
* Style applied to
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
static causeMessage: string;
|
|
38
38
|
/**
|
|
39
39
|
* Style applied to
|
|
40
40
|
*/
|
|
41
|
-
|
|
41
|
+
static causeDetailedMessage: string;
|
|
42
42
|
/**
|
|
43
43
|
* Style applied to
|
|
44
44
|
*/
|
|
45
|
-
|
|
45
|
+
static causeDetailedInfo: string;
|
|
46
46
|
/**
|
|
47
47
|
* Style applied to
|
|
48
48
|
*/
|
|
49
|
-
|
|
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
|
-
*
|
|
11
|
-
*
|
|
12
|
-
* @see AutocompleteClasses
|
|
6
|
+
* You've all mui classes https://mui.com/material-ui/api/autocomplete/
|
|
13
7
|
*/
|
|
14
|
-
static readonly muiAutocomplete
|
|
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
|
|
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
|
-
|
|
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
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* @see AutocompleteClasses
|
|
11
|
+
* You've all mui classes https://mui.com/material-ui/api/autocomplete/
|
|
21
12
|
*/
|
|
22
|
-
FilterAutocompleteClasses.muiAutocomplete =
|
|
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":"
|
|
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 = "
|
|
6
|
+
static readonly container = "ic3FilterButtons-container";
|
|
7
7
|
/**
|
|
8
8
|
* Style applied to the mui button elements.
|
|
9
9
|
*/
|
|
10
|
-
static readonly 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 = "
|
|
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 = "
|
|
10
|
+
FilterButtonsClasses.container = "ic3FilterButtons-container";
|
|
11
11
|
/**
|
|
12
12
|
* Style applied to the mui button elements.
|
|
13
13
|
*/
|
|
14
|
-
FilterButtonsClasses.button = "
|
|
14
|
+
FilterButtonsClasses.button = "ic3FilterSlider-button";
|
|
15
15
|
/**
|
|
16
16
|
* Style applied to the mui group element (if present).
|
|
17
17
|
*/
|
|
18
|
-
FilterButtonsClasses.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,
|
|
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 = "
|
|
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 = "
|
|
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 = "
|
|
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 = "
|
|
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 = "
|
|
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 = "
|
|
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,
|
|
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
|
}
|
|
@@ -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,
|
|
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: "
|
|
12
|
+
static simpleItemLabel: "ic3TreeFilter-simpleItemLabel";
|
|
13
13
|
/**
|
|
14
14
|
* Style applied to the tree item witht control icons
|
|
15
15
|
*/
|
|
16
|
-
static itemLabelWithIcons: "
|
|
16
|
+
static itemLabelWithIcons: "ic3TreeFilter-itemLabelWithIcons";
|
|
17
17
|
}
|
|
18
18
|
export declare type FilterTreeClassKey = keyof FilterTreeClasses;
|
|
19
|
-
export
|
|
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
|
|
96
|
+
* Limit Chips.
|
|
97
97
|
*
|
|
98
|
-
*
|
|
98
|
+
* Maximum number of chips that will be visible
|
|
99
99
|
*/
|
|
100
|
-
|
|
100
|
+
autoCompleteLimitChips: number;
|
|
101
101
|
}
|
|
@@ -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,
|
|
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 = "
|
|
3
|
-
static readonly 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 = '
|
|
8
|
-
Ic3GlobalClasses.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
|
|
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
|
|
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"}
|