@mx-cartographer/experiences 3.10.1-alpha.mm14 → 3.10.1-alpha.mm15
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +926 -935
- package/dist/index.es.js.map +1 -1
- package/dist/trends/utils/index.d.ts +4 -5
- package/package.json +2 -2
@@ -14,14 +14,13 @@ type CategoryTotalData = {
|
|
14
14
|
top_level_category_guid: string;
|
15
15
|
category_guid: string;
|
16
16
|
category_name: string;
|
17
|
-
|
17
|
+
category_color: string;
|
18
|
+
amount: number;
|
19
|
+
year_month: number;
|
18
20
|
date: Date;
|
19
|
-
color: string;
|
20
21
|
};
|
21
22
|
type GroupedCategoryTotalData = {
|
22
|
-
[
|
23
|
-
[category: string]: CategoryTotalData[];
|
24
|
-
};
|
23
|
+
[categoryGuid: string]: CategoryTotalData[];
|
25
24
|
};
|
26
25
|
export interface StackedLineChartData {
|
27
26
|
top_level_category_guid: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mx-cartographer/experiences",
|
3
|
-
"version": "3.10.1-alpha.
|
3
|
+
"version": "3.10.1-alpha.mm15",
|
4
4
|
"description": "Library containing experience widgets",
|
5
5
|
"main": "dist/index.es.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -122,4 +122,4 @@
|
|
122
122
|
"README.md"
|
123
123
|
],
|
124
124
|
"packageManager": "yarn@4.4.1"
|
125
|
-
}
|
125
|
+
}
|