@gooddata/sdk-backend-base 8.12.0-alpha.21 → 8.12.0-alpha.23
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.
|
@@ -21,7 +21,7 @@ export declare class KpiWidgetBuilder extends WidgetBaseBuilder<IKpiWidget> impl
|
|
|
21
21
|
constructor(item: IKpiWidget, validator?: ((item: Partial<IKpiWidget>) => void) | undefined);
|
|
22
22
|
static for(kpiWidget: IKpiWidgetDefinition): KpiWidgetBuilder;
|
|
23
23
|
static forNew(measure: ObjRef): KpiWidgetBuilder;
|
|
24
|
-
protected setKpiWidgetProp: <K extends "comparisonType" | "
|
|
24
|
+
protected setKpiWidgetProp: <K extends "comparisonType" | "metric" | "comparisonDirection">(prop: K, valueOrUpdateCallback: ValueOrUpdateCallback<IKpi[K]>) => this;
|
|
25
25
|
drills: (valueOrUpdateCallback: ValueOrUpdateCallback<KpiDrillDefinition[]>) => this;
|
|
26
26
|
measure: (valueOrUpdateCallback: ValueOrUpdateCallback<ObjRef>) => this;
|
|
27
27
|
comparisonType: (valueOrUpdateCallback: ValueOrUpdateCallback<IKpiComparisonTypeComparison>) => this;
|
|
@@ -1358,7 +1358,7 @@ export declare class KpiWidgetBuilder extends WidgetBaseBuilder<IKpiWidget> impl
|
|
|
1358
1358
|
constructor(item: IKpiWidget, validator?: ((item: Partial<IKpiWidget>) => void) | undefined);
|
|
1359
1359
|
static for(kpiWidget: IKpiWidgetDefinition): KpiWidgetBuilder;
|
|
1360
1360
|
static forNew(measure: ObjRef): KpiWidgetBuilder;
|
|
1361
|
-
protected setKpiWidgetProp: <K extends "comparisonType" | "
|
|
1361
|
+
protected setKpiWidgetProp: <K extends "comparisonType" | "metric" | "comparisonDirection">(prop: K, valueOrUpdateCallback: ValueOrUpdateCallback<IKpi[K]>) => this;
|
|
1362
1362
|
drills: (valueOrUpdateCallback: ValueOrUpdateCallback<KpiDrillDefinition[]>) => this;
|
|
1363
1363
|
measure: (valueOrUpdateCallback: ValueOrUpdateCallback<ObjRef>) => this;
|
|
1364
1364
|
comparisonType: (valueOrUpdateCallback: ValueOrUpdateCallback<IKpiComparisonTypeComparison>) => this;
|
|
@@ -21,7 +21,7 @@ export declare class KpiWidgetBuilder extends WidgetBaseBuilder<IKpiWidget> impl
|
|
|
21
21
|
constructor(item: IKpiWidget, validator?: ((item: Partial<IKpiWidget>) => void) | undefined);
|
|
22
22
|
static for(kpiWidget: IKpiWidgetDefinition): KpiWidgetBuilder;
|
|
23
23
|
static forNew(measure: ObjRef): KpiWidgetBuilder;
|
|
24
|
-
protected setKpiWidgetProp: <K extends "comparisonType" | "
|
|
24
|
+
protected setKpiWidgetProp: <K extends "comparisonType" | "metric" | "comparisonDirection">(prop: K, valueOrUpdateCallback: ValueOrUpdateCallback<IKpi[K]>) => this;
|
|
25
25
|
drills: (valueOrUpdateCallback: ValueOrUpdateCallback<KpiDrillDefinition[]>) => this;
|
|
26
26
|
measure: (valueOrUpdateCallback: ValueOrUpdateCallback<ObjRef>) => this;
|
|
27
27
|
comparisonType: (valueOrUpdateCallback: ValueOrUpdateCallback<IKpiComparisonTypeComparison>) => this;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-backend-base",
|
|
3
|
-
"version": "8.12.0-alpha.
|
|
3
|
+
"version": "8.12.0-alpha.23",
|
|
4
4
|
"author": "GoodData",
|
|
5
5
|
"description": "GoodData.UI SDK - Base for backend implementations",
|
|
6
6
|
"repository": {
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@braintree/sanitize-url": "^6.0.0",
|
|
33
|
-
"@gooddata/sdk-backend-spi": "^8.12.0-alpha.
|
|
34
|
-
"@gooddata/sdk-model": "^8.12.0-alpha.
|
|
35
|
-
"@gooddata/util": "^8.12.0-alpha.
|
|
33
|
+
"@gooddata/sdk-backend-spi": "^8.12.0-alpha.23",
|
|
34
|
+
"@gooddata/sdk-model": "^8.12.0-alpha.23",
|
|
35
|
+
"@gooddata/util": "^8.12.0-alpha.23",
|
|
36
36
|
"json-stable-stringify": "^1.0.1",
|
|
37
37
|
"lodash": "^4.17.19",
|
|
38
38
|
"spark-md5": "^3.0.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@gooddata/eslint-config": "^2.1.0",
|
|
45
|
-
"@gooddata/reference-workspace": "^8.12.0-alpha.
|
|
45
|
+
"@gooddata/reference-workspace": "^8.12.0-alpha.23",
|
|
46
46
|
"@microsoft/api-documenter": "^7.17.0",
|
|
47
47
|
"@microsoft/api-extractor": "^7.20.0",
|
|
48
48
|
"@types/jest": "^27.0.1",
|