@ic3/reporting-api 8.4.1 → 8.4.2-alpha.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.js +1 -1
- package/dist/ApiUtils.js.map +1 -1
- package/dist/PublicTidyTableInteractions.d.ts +4 -0
- package/dist/theme/ThemeDatePicker.d.ts +2 -3
- package/dist/theme/ThemeFilterPanel.d.ts +2 -2
- package/dist/theme/ThemeFilterPanel.js +2 -2
- package/dist/theme/ThemeFilterPanel.js.map +1 -1
- package/package.json +8 -8
package/dist/ApiUtils.js
CHANGED
|
@@ -8,7 +8,7 @@ const ReportingVersion_1 = __importDefault(require("./ReportingVersion"));
|
|
|
8
8
|
class ApiUtils {
|
|
9
9
|
static makePlugin(definition) {
|
|
10
10
|
return () => {
|
|
11
|
-
return Object.assign({ apiVersion: new ReportingVersion_1.default("8.4.1" || "-", "
|
|
11
|
+
return Object.assign({ apiVersion: new ReportingVersion_1.default("8.4.2-alpha.1" || "-", "Thu, 25 May 2023 07:46:10 GMT" || "-") }, definition);
|
|
12
12
|
};
|
|
13
13
|
}
|
|
14
14
|
/**
|
package/dist/ApiUtils.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiUtils.js","sourceRoot":"","sources":["../src/ApiUtils.ts"],"names":[],"mappings":";;;;;;AAEA,0EAAkD;AAiDlD,MAAa,QAAQ;IAOV,MAAM,CAAC,UAAU,CAAC,UAA6B;QAElD,OAAO,GAA+B,EAAE;YAEpC,uBAEI,UAAU,EAAE,IAAI,0BAAgB,CAC5B,
|
|
1
|
+
{"version":3,"file":"ApiUtils.js","sourceRoot":"","sources":["../src/ApiUtils.ts"],"names":[],"mappings":";;;;;;AAEA,0EAAkD;AAiDlD,MAAa,QAAQ;IAOV,MAAM,CAAC,UAAU,CAAC,UAA6B;QAElD,OAAO,GAA+B,EAAE;YAEpC,uBAEI,UAAU,EAAE,IAAI,0BAAgB,CAC5B,eAAe,IAAI,GAAG,EACtB,+BAA+B,IAAI,GAAG,CACzC,IAEE,UAAU,EAEhB;QAEL,CAAC,CAAA;IACL,CAAC;IAED;;;;;OAKG;IACI,MAAM,CAAC,oCAAoC,CAAkC,UAAsE;QAEtJ,uCAEO,UAAU,KAEb,MAAM,EAAE,CAAC,OAA6B,EAAE,SAAyB,EAAE,EAAE;gBACjE,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;YAC1D,CAAC,EAED,cAAc,EAAE,KAAK,EAErB,6BAA6B,EAAE,KAAK,IAEvC;IAEL,CAAC;IAEM,MAAM,CAAC,wCAAwC,CAAkC,UAAoD,EAAE,OAA6C;QAEvL,OAAO,8CAEA,OAAO,GACP,UAAiB,CAAC,4BAA4B,KAEjD,iBAAiB,EAAE,SAAS,EAC5B,MAAM,EAAE,OAAO,CAAC,MAAM,GAEmB,CAAA;IAEjD,CAAC;IAED;;OAEG;IACI,MAAM,CAAC,4CAA4C,CAAmC,KAAyC;QAElI,OAAO;YAEH,gBAAgB,EAAE,KAAK,CAAC,gBAAgB;YACxC,uBAAuB,EAAE,KAAK,CAAC,uBAAuB;YAEtD,OAAO,EAAE,CAAC,OAAO,EAAE,EAAE;gBAEjB,qDAEO,OAAO,CAAC,gBAAgB,GAExB,KAAK,CAAC,KAAK,CAAC,+BAA+B;oBAE9C;;;;;uBAKG;oBACH,iBAAiB,EAAE,UAAU,QAAQ;wBAEjC,MAAM,eAAe,GAAG,QAAQ,CAAC,wCAAwC,CAAC,IAAI,EAAE,QAAS,CAAC,CAAC;wBAE3F,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;4BAEnC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC,OAAO,iCAE/B,eAAe;gCAElB,8DAA8D;gCAE9D,gBAAgB,EAAE,UAAU,CAAC,OAAO,CAAC,oBAAoB,CAAC,eAAe,CAAC,gBAAgB,CAAC,EAC3F,gBAAgB,EAAE,UAAU,CAAC,OAAO,CAAC,gBAAgB,IAEvD,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAA;wBACjC,CAAC,CAAC,CAAC;oBAEP,CAAC,IACJ;YACL,CAAC;SAEwC,CAAC;IAElD,CAAC;;AA/GL,4BAiHC;AA/GG;;GAEG;AACoB,uBAAc,GAAG,OAAO,CAAC"}
|
|
@@ -282,6 +282,10 @@ export interface ITidyTableInteraction extends ITidyTableInteractionSelection, I
|
|
|
282
282
|
*/
|
|
283
283
|
getSelectedRows(): number[];
|
|
284
284
|
setSortSelectionToColumnOrder(value: boolean): void;
|
|
285
|
+
/**
|
|
286
|
+
* Returns compacted selection if TreeFireEventMode === COMPACT_ON_PARENT. Else returns undefined.
|
|
287
|
+
*/
|
|
288
|
+
getCompactedSelectionItems(): ITidyTableSelection[] | undefined;
|
|
285
289
|
/**
|
|
286
290
|
* Returns the widgets selection options.
|
|
287
291
|
*/
|
|
@@ -42,8 +42,7 @@ export interface DatePickerChartOptions extends FormFieldObject {
|
|
|
42
42
|
/**
|
|
43
43
|
* Input Date Format.
|
|
44
44
|
*
|
|
45
|
-
* The input date format
|
|
46
|
-
* For example, dd => 22, MM => 02, MMM => Jan, MMMM => January, yyyy => 2025, EEEE -> Monday).
|
|
45
|
+
* The input date format
|
|
47
46
|
*/
|
|
48
47
|
dateFormat: string;
|
|
49
48
|
/**
|
|
@@ -76,7 +75,7 @@ export interface DatePickerChartOptions extends FormFieldObject {
|
|
|
76
75
|
/**
|
|
77
76
|
* Date Caption.
|
|
78
77
|
*
|
|
79
|
-
* The caption of the fired event.
|
|
78
|
+
* The caption of the fired event.
|
|
80
79
|
* For example, dd => 22, MM => 02, MMM => Jan, MMMM => January, yyyy => 2025, EEEE => Monday.
|
|
81
80
|
*/
|
|
82
81
|
dateToCaption: string;
|
|
@@ -29,9 +29,9 @@ export declare class FilterPanelClasses {
|
|
|
29
29
|
*/
|
|
30
30
|
static readonly headerDivAddButton = "ic3FilterPanel-HeaderDivAddButton";
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Reset filter button
|
|
33
33
|
*/
|
|
34
|
-
static readonly
|
|
34
|
+
static readonly headerDivResetButton = "ic3FilterPanel-HeaderDivResetButton";
|
|
35
35
|
/**
|
|
36
36
|
* Div of the content root. Used for animation purposes.
|
|
37
37
|
*/
|
|
@@ -33,9 +33,9 @@ FilterPanelClasses.headerDivButtons = "ic3FilterPanel-header-buttons";
|
|
|
33
33
|
*/
|
|
34
34
|
FilterPanelClasses.headerDivAddButton = "ic3FilterPanel-HeaderDivAddButton";
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Reset filter button
|
|
37
37
|
*/
|
|
38
|
-
FilterPanelClasses.
|
|
38
|
+
FilterPanelClasses.headerDivResetButton = "ic3FilterPanel-HeaderDivResetButton";
|
|
39
39
|
/**
|
|
40
40
|
* Div of the content root. Used for animation purposes.
|
|
41
41
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeFilterPanel.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterPanel.ts"],"names":[],"mappings":";;;AAEA,MAAa,kBAAkB;;AAA/B,gDA4FC;AA3FG;;GAEG;AACa,0BAAO,GAAG,qBAAqB,CAAC;AAEhD;;GAEG;AACa,6BAAU,GAAG,wBAAwB,CAAC;AAEtD;;GAEG;AACa,4BAAS,GAAG,uBAAuB,CAAC;AAEpD;;GAEG;AACa,2BAAQ,GAAG,sBAAsB,CAAC;AAElD;;GAEG;AACa,+BAAY,GAAG,2BAA2B,CAAC;AAE3D;;GAEG;AACa,mCAAgB,GAAG,+BAA+B,CAAC;AAEnE;;GAEG;AACa,qCAAkB,GAAG,mCAAmC,CAAC;AAEzE;;GAEG;AACa,
|
|
1
|
+
{"version":3,"file":"ThemeFilterPanel.js","sourceRoot":"","sources":["../../src/theme/ThemeFilterPanel.ts"],"names":[],"mappings":";;;AAEA,MAAa,kBAAkB;;AAA/B,gDA4FC;AA3FG;;GAEG;AACa,0BAAO,GAAG,qBAAqB,CAAC;AAEhD;;GAEG;AACa,6BAAU,GAAG,wBAAwB,CAAC;AAEtD;;GAEG;AACa,4BAAS,GAAG,uBAAuB,CAAC;AAEpD;;GAEG;AACa,2BAAQ,GAAG,sBAAsB,CAAC;AAElD;;GAEG;AACa,+BAAY,GAAG,2BAA2B,CAAC;AAE3D;;GAEG;AACa,mCAAgB,GAAG,+BAA+B,CAAC;AAEnE;;GAEG;AACa,qCAAkB,GAAG,mCAAmC,CAAC;AAEzE;;GAEG;AACa,uCAAoB,GAAG,qCAAqC,CAAC;AAE7E;;GAEG;AACa,iCAAc,GAAG,6BAA6B,CAAC;AAE/D;;GAEG;AACa,6BAAU,GAAG,wBAAwB,CAAC;AAEtD;;GAEG;AACa,mCAAgB,GAAG,0BAA0B,CAAC;AAE9D;;GAEG;AACa,gCAAa,GAAG,2BAA2B,CAAC;AAE5D;;GAEG;AACa,sCAAmB,GAAG,iCAAiC,CAAC;AAExD,wCAAqB,GAAG,gCAAgC,CAAC;AAEzD,yCAAsB,GAAG,iCAAiC,CAAC;AAE3E;;GAEG;AACa,6BAAU,GAAG,iCAAiC,CAAC;AAE/C,iCAAc,GAAG,+BAA+B,CAAC;AAEjE;;GAEG;AACa,0CAAuB,GAAG,6BAA6B,CAAC;AAExE;;GAEG;AACa,4BAAS,GAAG,0BAA0B,CAAC;AAEvD;;GAEG;AACa,oCAAiB,GAAG,kCAAkC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ic3/reporting-api",
|
|
3
|
-
"version": "8.4.1",
|
|
3
|
+
"version": "8.4.2-alpha.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",
|
|
@@ -11,20 +11,20 @@
|
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@mui/material": "5.
|
|
15
|
-
"@mui/system": "5.
|
|
16
|
-
"@emotion/react": "11.
|
|
17
|
-
"@emotion/styled": "11.
|
|
14
|
+
"@mui/material": "5.13.2",
|
|
15
|
+
"@mui/system": "5.13.2",
|
|
16
|
+
"@emotion/react": "11.11.0",
|
|
17
|
+
"@emotion/styled": "11.11.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/markerclustererplus": "2.1.33",
|
|
21
|
-
"@types/node": "
|
|
22
|
-
"@types/react": "18.2.
|
|
21
|
+
"@types/node": "20.2.3",
|
|
22
|
+
"@types/react": "18.2.7",
|
|
23
23
|
"del-cli": "5.0.0",
|
|
24
24
|
"typescript": "4.9.5"
|
|
25
25
|
},
|
|
26
26
|
"overrides": {
|
|
27
|
-
"@types/react": "18.2.
|
|
27
|
+
"@types/react": "18.2.7"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "del-cli dist && npx tsc",
|