@gooddata/sdk-ui-dashboard 11.55.0-alpha.3 → 11.55.0-alpha.4
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/NOTICE +8 -8
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/_staging/automation/index.d.ts +19 -1
- package/esm/_staging/automation/index.d.ts.map +1 -1
- package/esm/_staging/automation/index.js +44 -8
- package/esm/_staging/dashboard/dashboardFilterConverter.d.ts +1 -18
- package/esm/_staging/dashboard/dashboardFilterConverter.d.ts.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterConverter.js +1 -62
- package/esm/_staging/insight/insightWidgetProperties.d.ts +6 -0
- package/esm/_staging/insight/insightWidgetProperties.d.ts.map +1 -0
- package/esm/_staging/insight/insightWidgetProperties.js +32 -0
- package/esm/_staging/sharedHooks/useRichTextFilters.d.ts.map +1 -1
- package/esm/_staging/sharedHooks/useRichTextFilters.js +1 -2
- package/esm/index.d.ts +7 -7
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +4 -4
- package/esm/internal.d.ts +2 -2
- package/esm/internal.d.ts.map +1 -1
- package/esm/internal.js +2 -2
- package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js +1 -2
- package/esm/model/commandHandlers/common/validateDrillToCustomUrlParams.d.ts.map +1 -1
- package/esm/model/commandHandlers/common/validateDrillToCustomUrlParams.js +1 -2
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.js +1 -2
- package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.d.ts +11 -5
- package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.js +24 -7
- package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.js +1 -2
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +5 -0
- package/esm/model/commandHandlers/widgets/exportInsightWidgetHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/exportInsightWidgetHandler.js +21 -3
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js +1 -2
- package/esm/model/commands/filters.d.ts +1 -1
- package/esm/model/commands/filters.js +1 -1
- package/esm/model/events/filters.d.ts +6 -6
- package/esm/model/store/tabs/layout/layoutSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/layout/layoutSelectors.js +1 -2
- package/esm/presentation/automations/alerting/AlertingManagementDialog.d.ts +4 -0
- package/esm/presentation/automations/alerting/AlertingManagementDialog.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/AlertingManagementDialog.js +6 -2
- package/esm/presentation/automations/alerting/types.d.ts +50 -0
- package/esm/presentation/automations/alerting/types.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/AlertingConnector.d.ts +3 -3
- package/esm/presentation/automations/connectors/AlertingConnector.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/AlertingConnector.js +6 -4
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.d.ts +3 -3
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.js +6 -4
- package/esm/presentation/automations/contexts/AlertingManagementDialogContext.d.ts +10 -0
- package/esm/presentation/automations/contexts/AlertingManagementDialogContext.d.ts.map +1 -1
- package/esm/presentation/automations/contexts/AlertingManagementDialogContext.js +10 -0
- package/esm/presentation/automations/contexts/AutomationsContext.d.ts +10 -0
- package/esm/presentation/automations/contexts/AutomationsContext.d.ts.map +1 -1
- package/esm/presentation/automations/contexts/AutomationsContext.js +10 -0
- package/esm/presentation/automations/contexts/ScheduledEmailManagementDialogContext.d.ts +10 -0
- package/esm/presentation/automations/contexts/ScheduledEmailManagementDialogContext.d.ts.map +1 -1
- package/esm/presentation/automations/contexts/ScheduledEmailManagementDialogContext.js +10 -0
- package/esm/presentation/automations/scheduledEmail/ScheduledEmailManagementDialog.d.ts +4 -0
- package/esm/presentation/automations/scheduledEmail/ScheduledEmailManagementDialog.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/ScheduledEmailManagementDialog.js +6 -2
- package/esm/presentation/automations/scheduledEmail/types.d.ts +52 -0
- package/esm/presentation/automations/scheduledEmail/types.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts +8 -4
- package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/automationParameters.js +30 -13
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.js +1 -4
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.js +12 -7
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.js +3 -1
- package/esm/presentation/automations/shared/filters/conversions.d.ts.map +1 -1
- package/esm/presentation/automations/shared/filters/conversions.js +1 -2
- package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.js +4 -1
- package/esm/presentation/dashboard/types.d.ts +32 -2
- package/esm/presentation/dashboard/types.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts +6 -2
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.js +3 -0
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.d.ts.map +1 -1
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +1 -3
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.js +1 -2
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js +12 -8
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/useResolveDashboardInsightProperties.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/useResolveDashboardInsightProperties.js +3 -35
- package/esm/presentation/widget/widget/DefaultDashboardWidget.d.ts +2 -1
- package/esm/presentation/widget/widget/DefaultDashboardWidget.d.ts.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +262 -94
- package/esm/types.d.ts +59 -3
- package/esm/types.d.ts.map +1 -1
- package/esm/types.js +2 -4
- package/package.json +22 -23
- package/styles/scss/dashboard.scss +4 -4
- package/esm/converters/filterConverters.d.ts +0 -93
- package/esm/converters/filterConverters.d.ts.map +0 -1
- package/esm/converters/filterConverters.js +0 -199
package/NOTICE
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
|
|
9
9
|
|
|
10
|
-
Date generated: 2026-
|
|
10
|
+
Date generated: 2026-9-1
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 3404f1a0d36039369213be192418b30d4f1226a6
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -518,7 +518,7 @@ No first party licenses found in gooddata-ui-sdk
|
|
|
518
518
|
- open (7.4.2) [MIT]
|
|
519
519
|
- ora (5.4.1) [MIT]
|
|
520
520
|
- oxc-transform (0.147.0) [MIT]
|
|
521
|
-
- oxfmt (0.
|
|
521
|
+
- oxfmt (0.58.0) [MIT, 0BSD]
|
|
522
522
|
- p-map (3.0.0) [MIT]
|
|
523
523
|
- package-json-from-dist (1.0.1) [blueoak-1.0.0]
|
|
524
524
|
- parent-module (1.0.1) [MIT]
|
|
@@ -10463,9 +10463,9 @@ Dependency Path: oxc-transform
|
|
|
10463
10463
|
File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
|
|
10464
10464
|
|
|
10465
10465
|
--------------------------------------------------------------------------------
|
|
10466
|
-
Package Title: oxfmt (0.
|
|
10466
|
+
Package Title: oxfmt (0.58.0)
|
|
10467
10467
|
|
|
10468
|
-
Package Locator: npm+oxfmt$0.
|
|
10468
|
+
Package Locator: npm+oxfmt$0.58.0
|
|
10469
10469
|
|
|
10470
10470
|
Package Depth: Direct
|
|
10471
10471
|
--------------------------------------------------------------------------------
|
|
@@ -10535,7 +10535,7 @@ SOFTWARE.
|
|
|
10535
10535
|
0BSD
|
|
10536
10536
|
--------------------------------------------------------------------------------
|
|
10537
10537
|
File matches:
|
|
10538
|
-
- dist/plugin-
|
|
10538
|
+
- dist/plugin-B4cguZ1l.js
|
|
10539
10539
|
- Copyright (c) Microsoft Corporation.
|
|
10540
10540
|
--------------------------------------------------------------------------------
|
|
10541
10541
|
|
|
@@ -10560,7 +10560,7 @@ MIT
|
|
|
10560
10560
|
Authors: boshenc@gmail.com
|
|
10561
10561
|
Package Manager: NPM
|
|
10562
10562
|
Project URL: https://oxc.rs/docs/guide/usage/formatter
|
|
10563
|
-
Package Download URL: https://registry.npmjs.org/oxfmt/-/oxfmt-0.
|
|
10563
|
+
Package Download URL: https://registry.npmjs.org/oxfmt/-/oxfmt-0.58.0.tgz
|
|
10564
10564
|
Dependency Path: oxfmt
|
|
10565
10565
|
File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
|
|
10566
10566
|
|
|
@@ -64321,4 +64321,4 @@ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
|
|
|
64321
64321
|
--------------------------------------------------------------------------------
|
|
64322
64322
|
--------------------------------------------------------------------------------
|
|
64323
64323
|
|
|
64324
|
-
Report Generated by FOSSA on 2026-
|
|
64324
|
+
Report Generated by FOSSA on 2026-9-1
|
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.55.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "11.55.0-alpha.4";
|
|
2
2
|
export declare const LIB_DESCRIPTION = "GoodData SDK - Dashboard Component";
|
|
3
3
|
export declare const LIB_NAME = "@gooddata/sdk-ui-dashboard";
|
|
4
4
|
//# sourceMappingURL=__version.d.ts.map
|
package/esm/__version.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// (C) 2021 GoodData Corporation
|
|
2
2
|
// DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
|
|
3
|
-
export const LIB_VERSION = "11.55.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "11.55.0-alpha.4";
|
|
4
4
|
export const LIB_DESCRIPTION = "GoodData SDK - Dashboard Component";
|
|
5
5
|
export const LIB_NAME = "@gooddata/sdk-ui-dashboard";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type FilterContextItem, type IAutomationMetadataObject, type IAutomationMetadataObjectDefinition, type IAutomationRecipient, type IDashboardExportParameter, type IExportDefinitionMetadataObject, type IExportDefinitionMetadataObjectDefinition, type IFilter, type IInsightParameterValue, type IUser, type IWorkspaceUser } from "@gooddata/sdk-model";
|
|
1
|
+
import { type FilterContextItem, type IAutomationMetadataObject, type IAutomationMetadataObjectDefinition, type IAutomationRecipient, type IDashboardExportParameter, type IExportDefinitionMetadataObject, type IExportDefinitionMetadataObjectDefinition, type IFilter, type IInsightParameterValue, type IParameterDefinition, type IUser, type IWorkspaceUser, type ParameterValue } from "@gooddata/sdk-model";
|
|
2
2
|
export declare const isDashboardAutomation: (automation: IAutomationMetadataObject | IAutomationMetadataObjectDefinition | undefined) => boolean | undefined;
|
|
3
3
|
/**
|
|
4
4
|
* The timezone baked into an automation at creation time, when it could not be derived at run
|
|
@@ -39,6 +39,24 @@ export declare function setExportParametersByTab(automation: IAutomationMetadata
|
|
|
39
39
|
* does not know (persisted by a newer one) are dropped.
|
|
40
40
|
*/
|
|
41
41
|
export declare function exportParametersToValues(stored: IDashboardExportParameter[], isStringParametersEnabled: boolean): IInsightParameterValue[];
|
|
42
|
+
/**
|
|
43
|
+
* Strict whole-string numeric parse of a wire value: only a non-empty string that is entirely a
|
|
44
|
+
* finite number parses (guarding the `Number("") === 0` quirk); anything else is `undefined`.
|
|
45
|
+
* Runtime rows can violate the declared type (e.g. a null value in persisted metadata), so the
|
|
46
|
+
* input is stringified first — the parse degrades to `undefined` instead of throwing.
|
|
47
|
+
*/
|
|
48
|
+
export declare function parseNumberWireValue(wireValue: string): number | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* Decodes a stored alert parameter value against a workspace parameter definition. The alert wire
|
|
51
|
+
* format is untyped — values arrive as raw strings — so the definition is the only source of the
|
|
52
|
+
* value's type: under a NUMBER definition a numeric string parses to a number, under a STRING
|
|
53
|
+
* definition the string passes through byte-for-byte. A value already carrying the definition's
|
|
54
|
+
* runtime type (user-edited in the dialog) passes through unchanged. Returns `undefined` when the
|
|
55
|
+
* value cannot be decoded (see {@link decodeParameterValue}).
|
|
56
|
+
*
|
|
57
|
+
* @internal
|
|
58
|
+
*/
|
|
59
|
+
export declare function decodeParameterWireValue(definition: IParameterDefinition, value: ParameterValue): ParameterValue | undefined;
|
|
42
60
|
export declare const getAutomationVisualizationFilters: (automation: IAutomationMetadataObject | IAutomationMetadataObjectDefinition | undefined) => {
|
|
43
61
|
executionFilters: IFilter[] | undefined;
|
|
44
62
|
filterContextItems: FilterContextItem[] | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/_staging/automation/index.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,oBAAoB,EACzB,KAAK,yBAAyB,EAE9B,KAAK,+BAA+B,EACpC,KAAK,yCAAyC,EAE9C,KAAK,OAAO,EACZ,KAAK,sBAAsB,EAC3B,KAAK,KAAK,EACV,KAAK,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/_staging/automation/index.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,oBAAoB,EACzB,KAAK,yBAAyB,EAE9B,KAAK,+BAA+B,EACpC,KAAK,yCAAyC,EAE9C,KAAK,OAAO,EACZ,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,KAAK,EACV,KAAK,cAAc,EAEnB,KAAK,cAAc,EAOtB,MAAM,qBAAqB,CAAC;AAE7B,eAAO,MAAM,qBAAqB,kHAUjC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,iHAI+B,CAAC;AAElE,eAAO,MAAM,yBAAyB,kHAUrC,CAAC;AAEF,eAAO,MAAM,4BAA4B,kHAQxC,CAAC;AAEF,eAAO,MAAM,kCAAkC,wHAW9C,CAAC;AAEF,eAAO,MAAM,6BAA6B,kHAQzC,CAAC;AAEF,eAAO,MAAM,mCAAmC,wHAW/C,CAAC;AAEF,eAAO,MAAM,6BAA6B,8HAYzC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kCAAkC,8IAY9C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kCAAkC,sJAW9C,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,wBAAwB,CACpC,UAAU,EAAE,mCAAmC,EAC/C,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,yBAAyB,EAAE,CAAC,GAAG,SAAS,GACzE,mCAAmC,CA+BrC;AAED;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CACpC,MAAM,EAAE,yBAAyB,EAAE,EACnC,yBAAyB,EAAE,OAAO,GACnC,sBAAsB,EAAE,CAa1B;AA2BD;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAI1E;AAED;;;;;;;;;GASG;AACH,wBAAgB,wBAAwB,CACpC,UAAU,EAAE,oBAAoB,EAChC,KAAK,EAAE,cAAc,GACtB,cAAc,GAAG,SAAS,CAE5B;AAED,eAAO,MAAM,iCAAiC;;;CAuB7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,oHAQrC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,4BAA4B,mIAIxC,CAAC;AAOF,eAAO,MAAM,mBAAmB,8HAqB/B,CAAC;AAEF,eAAO,MAAM,uCAAuC,gEAOnD,CAAC;AAEF,eAAO,MAAM,iCAAiC,0DAe7C,CAAC;AAEF,eAAO,MAAM,gCAAgC,uCAO5C,CAAC;AAEF,eAAO,MAAM,6CAA6C,qDASzD,CAAC"}
|
|
@@ -130,27 +130,63 @@ export function setExportParametersByTab(automation, parametersByTab) {
|
|
|
130
130
|
*/
|
|
131
131
|
export function exportParametersToValues(stored, isStringParametersEnabled) {
|
|
132
132
|
return stored.reduce((acc, row) => {
|
|
133
|
-
|
|
133
|
+
// Untagged rows predate the tag — a wire-format rule, so the default lives at this call site
|
|
134
|
+
const tag = row.parameterType ?? "NUMBER";
|
|
135
|
+
if (tag === "STRING" && !isStringParametersEnabled) {
|
|
136
|
+
return acc;
|
|
137
|
+
}
|
|
138
|
+
const value = decodeParameterValue(tag, row.value);
|
|
134
139
|
if (value !== undefined) {
|
|
135
140
|
acc.push({ ref: idRef(row.id, "parameter"), value });
|
|
136
141
|
}
|
|
137
142
|
return acc;
|
|
138
143
|
}, []);
|
|
139
144
|
}
|
|
140
|
-
|
|
141
|
-
|
|
145
|
+
/**
|
|
146
|
+
* The single core of parameter value decoding: coerces `value` to the type named by `tag`, or
|
|
147
|
+
* fails with `undefined` — for a non-numeric value under NUMBER, a tag this version does not know
|
|
148
|
+
* (persisted by a newer one), or a malformed persisted row whose value is nullish. Both wire
|
|
149
|
+
* shapes route here: export rows pass their own type tag, alert values pass the workspace
|
|
150
|
+
* definition's type (see {@link decodeParameterWireValue}).
|
|
151
|
+
*/
|
|
152
|
+
function decodeParameterValue(tag, value) {
|
|
153
|
+
if (value == null) {
|
|
154
|
+
return undefined;
|
|
155
|
+
}
|
|
142
156
|
switch (tag) {
|
|
143
|
-
case "NUMBER":
|
|
144
|
-
|
|
145
|
-
return Number.isFinite(parsed) ? parsed : undefined;
|
|
146
|
-
}
|
|
157
|
+
case "NUMBER":
|
|
158
|
+
return typeof value === "number" ? value : parseNumberWireValue(value);
|
|
147
159
|
case "STRING":
|
|
148
|
-
return
|
|
160
|
+
return String(value);
|
|
149
161
|
default:
|
|
150
162
|
assertNever(tag);
|
|
151
163
|
return undefined;
|
|
152
164
|
}
|
|
153
165
|
}
|
|
166
|
+
/**
|
|
167
|
+
* Strict whole-string numeric parse of a wire value: only a non-empty string that is entirely a
|
|
168
|
+
* finite number parses (guarding the `Number("") === 0` quirk); anything else is `undefined`.
|
|
169
|
+
* Runtime rows can violate the declared type (e.g. a null value in persisted metadata), so the
|
|
170
|
+
* input is stringified first — the parse degrades to `undefined` instead of throwing.
|
|
171
|
+
*/
|
|
172
|
+
export function parseNumberWireValue(wireValue) {
|
|
173
|
+
const normalized = String(wireValue).trim();
|
|
174
|
+
const parsed = normalized === "" ? Number.NaN : Number(normalized);
|
|
175
|
+
return Number.isFinite(parsed) ? parsed : undefined;
|
|
176
|
+
}
|
|
177
|
+
/**
|
|
178
|
+
* Decodes a stored alert parameter value against a workspace parameter definition. The alert wire
|
|
179
|
+
* format is untyped — values arrive as raw strings — so the definition is the only source of the
|
|
180
|
+
* value's type: under a NUMBER definition a numeric string parses to a number, under a STRING
|
|
181
|
+
* definition the string passes through byte-for-byte. A value already carrying the definition's
|
|
182
|
+
* runtime type (user-edited in the dialog) passes through unchanged. Returns `undefined` when the
|
|
183
|
+
* value cannot be decoded (see {@link decodeParameterValue}).
|
|
184
|
+
*
|
|
185
|
+
* @internal
|
|
186
|
+
*/
|
|
187
|
+
export function decodeParameterWireValue(definition, value) {
|
|
188
|
+
return decodeParameterValue(definition.type, value);
|
|
189
|
+
}
|
|
154
190
|
export const getAutomationVisualizationFilters = (automation) => {
|
|
155
191
|
if (!automation) {
|
|
156
192
|
return { executionFilters: undefined, filterContextItems: undefined };
|
|
@@ -1,22 +1,5 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type IDashboardDateFilter, type ObjRef } from "@gooddata/sdk-model";
|
|
2
2
|
import { type DateFilterOption } from "@gooddata/sdk-ui-filters";
|
|
3
|
-
/**
|
|
4
|
-
* Converts {@link IAttributeFilter} to {@link DashboardAttributeFilterItem}.
|
|
5
|
-
*
|
|
6
|
-
* @remarks
|
|
7
|
-
* For arbitrary and match filters, returns the corresponding dedicated dashboard filter type
|
|
8
|
-
* with full lossless conversion. For element-based filters, returns {@link IDashboardAttributeFilter}.
|
|
9
|
-
*
|
|
10
|
-
* @internal
|
|
11
|
-
* @param filter - filter to convert
|
|
12
|
-
* @param localIdentifier - localIdentifier of the filter
|
|
13
|
-
* @param title - custom title of the filter
|
|
14
|
-
* @param attributeElements - currently selected elements. Only used for element-based filters.
|
|
15
|
-
* @param isInverted - whether filter has negative selection (NOT_IN operator). Default is taken from the filter param.
|
|
16
|
-
* @param selectionMode - selection mode of the filter (single / multi). Default is undefined.
|
|
17
|
-
* @returns converted filter
|
|
18
|
-
*/
|
|
19
|
-
export declare function attributeFilterToDashboardAttributeFilter(filter: IAttributeFilter, localIdentifier: string | undefined, title: string | undefined, attributeElements?: IAttributeElement[], isInverted?: boolean, selectionMode?: DashboardAttributeFilterSelectionMode): DashboardAttributeFilterItem;
|
|
20
3
|
/**
|
|
21
4
|
* Converts {@link DateFilterOption} to {@link IDashboardDateFilter}.
|
|
22
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboardFilterConverter.d.ts","sourceRoot":"","sources":["../../../src/_staging/dashboard/dashboardFilterConverter.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"dashboardFilterConverter.d.ts","sourceRoot":"","sources":["../../../src/_staging/dashboard/dashboardFilterConverter.ts"],"names":[],"mappings":"AAEA,OAAO,EAEH,KAAK,oBAAoB,EACzB,KAAK,MAAM,EAMd,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAqB,KAAK,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAEpF;;;;;;GAMG;AACH,wBAAgB,qCAAqC,CACjD,gBAAgB,EAAE,gBAAgB,EAClC,oBAAoB,EAAE,OAAO,EAC7B,OAAO,CAAC,EAAE,MAAM,EAChB,eAAe,CAAC,EAAE,MAAM,GACzB,oBAAoB,GAAG,SAAS,CAoDlC"}
|
|
@@ -1,67 +1,6 @@
|
|
|
1
1
|
// (C) 2021-2026 GoodData Corporation
|
|
2
|
-
import { absoluteDateFilterValues,
|
|
2
|
+
import { absoluteDateFilterValues, idRef, isEmptyValuesDateFilterOption, isRelativeDateFilter, relativeDateFilterValues, } from "@gooddata/sdk-model";
|
|
3
3
|
import { DateFilterHelpers } from "@gooddata/sdk-ui-filters";
|
|
4
|
-
/**
|
|
5
|
-
* Converts {@link IAttributeFilter} to {@link DashboardAttributeFilterItem}.
|
|
6
|
-
*
|
|
7
|
-
* @remarks
|
|
8
|
-
* For arbitrary and match filters, returns the corresponding dedicated dashboard filter type
|
|
9
|
-
* with full lossless conversion. For element-based filters, returns {@link IDashboardAttributeFilter}.
|
|
10
|
-
*
|
|
11
|
-
* @internal
|
|
12
|
-
* @param filter - filter to convert
|
|
13
|
-
* @param localIdentifier - localIdentifier of the filter
|
|
14
|
-
* @param title - custom title of the filter
|
|
15
|
-
* @param attributeElements - currently selected elements. Only used for element-based filters.
|
|
16
|
-
* @param isInverted - whether filter has negative selection (NOT_IN operator). Default is taken from the filter param.
|
|
17
|
-
* @param selectionMode - selection mode of the filter (single / multi). Default is undefined.
|
|
18
|
-
* @returns converted filter
|
|
19
|
-
*/
|
|
20
|
-
export function attributeFilterToDashboardAttributeFilter(filter, localIdentifier, title, attributeElements, isInverted, selectionMode) {
|
|
21
|
-
if (isArbitraryAttributeFilter(filter)) {
|
|
22
|
-
const result = {
|
|
23
|
-
arbitraryAttributeFilter: {
|
|
24
|
-
displayForm: filterObjRef(filter),
|
|
25
|
-
values: filter.arbitraryAttributeFilter.values,
|
|
26
|
-
negativeSelection: filter.arbitraryAttributeFilter.negativeSelection ?? false,
|
|
27
|
-
localIdentifier,
|
|
28
|
-
title,
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
return result;
|
|
32
|
-
}
|
|
33
|
-
if (isMatchAttributeFilter(filter)) {
|
|
34
|
-
const result = {
|
|
35
|
-
matchAttributeFilter: {
|
|
36
|
-
displayForm: filterObjRef(filter),
|
|
37
|
-
operator: filter.matchAttributeFilter.operator,
|
|
38
|
-
literal: filter.matchAttributeFilter.literal,
|
|
39
|
-
caseSensitive: filter.matchAttributeFilter.caseSensitive,
|
|
40
|
-
negativeSelection: filter.matchAttributeFilter.negativeSelection ?? false,
|
|
41
|
-
localIdentifier,
|
|
42
|
-
title,
|
|
43
|
-
},
|
|
44
|
-
};
|
|
45
|
-
return result;
|
|
46
|
-
}
|
|
47
|
-
const attributeElementsObj = attributeElements && {
|
|
48
|
-
uris: attributeElements.map((element) => element.uri),
|
|
49
|
-
};
|
|
50
|
-
let resolvedElements = attributeElementsObj;
|
|
51
|
-
if (!resolvedElements && isAttributeFilterWithSelection(filter)) {
|
|
52
|
-
resolvedElements = filterAttributeElements(filter);
|
|
53
|
-
}
|
|
54
|
-
return {
|
|
55
|
-
attributeFilter: {
|
|
56
|
-
attributeElements: resolvedElements ?? { values: [] },
|
|
57
|
-
displayForm: filterObjRef(filter),
|
|
58
|
-
negativeSelection: isInverted ?? isNegativeAttributeFilter(filter),
|
|
59
|
-
localIdentifier,
|
|
60
|
-
title,
|
|
61
|
-
selectionMode,
|
|
62
|
-
},
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
4
|
/**
|
|
66
5
|
* Converts {@link DateFilterOption} to {@link IDashboardDateFilter}.
|
|
67
6
|
*
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"insightWidgetProperties.d.ts","sourceRoot":"","sources":["../../../src/_staging/insight/insightWidgetProperties.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,cAAc,EAGtB,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,GAAG,QAAQ,CA4BpG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// (C) 2020-2026 GoodData Corporation
|
|
2
|
+
import { mergeWith } from "lodash-es";
|
|
3
|
+
import { insightProperties, insightSetProperties, } from "@gooddata/sdk-model";
|
|
4
|
+
/**
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export function mergeInsightWithWidgetProperties(insight, widget) {
|
|
8
|
+
const fromWidget = widget.properties;
|
|
9
|
+
if (!fromWidget) {
|
|
10
|
+
return insight;
|
|
11
|
+
}
|
|
12
|
+
const fromWidgetWithZoomingHandled = {
|
|
13
|
+
...fromWidget,
|
|
14
|
+
controls: {
|
|
15
|
+
...fromWidget?.["controls"],
|
|
16
|
+
// we need to take the relevant feature flag into account as well
|
|
17
|
+
zoomInsight: !!fromWidget?.["controls"]?.zoomInsight,
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
const fromInsight = insightProperties(insight);
|
|
21
|
+
const merged = mergeWith({}, fromInsight, fromWidgetWithZoomingHandled, (currentValue, incomingValue) => {
|
|
22
|
+
/**
|
|
23
|
+
* Replace arrays instead of merging them. This is important for column sizing for example,
|
|
24
|
+
* where widget might provide an empty array to override the custom column sizes defined on the insight level.
|
|
25
|
+
*/
|
|
26
|
+
if (Array.isArray(currentValue)) {
|
|
27
|
+
return incomingValue;
|
|
28
|
+
}
|
|
29
|
+
// for other types fall back to the default merging strategy by returning nothing
|
|
30
|
+
});
|
|
31
|
+
return insightSetProperties(insight, merged);
|
|
32
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useRichTextFilters.d.ts","sourceRoot":"","sources":["../../../src/_staging/sharedHooks/useRichTextFilters.ts"],"names":[],"mappings":"AAIA,OAAO,EAEH,KAAK,OAAO,EACZ,KAAK,cAAc,EACnB,KAAK,eAAe,
|
|
1
|
+
{"version":3,"file":"useRichTextFilters.d.ts","sourceRoot":"","sources":["../../../src/_staging/sharedHooks/useRichTextFilters.ts"],"names":[],"mappings":"AAIA,OAAO,EAEH,KAAK,OAAO,EACZ,KAAK,cAAc,EACnB,KAAK,eAAe,EAOvB,MAAM,qBAAqB,CAAC;AAa7B;;GAEG;AACH,UAAU,sBAAsB;IAC5B;;OAEG;IACH,OAAO,EAAE,OAAO,EAAE,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;CACjB;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,eAAe,GAAG,cAAc,GAAG,sBAAsB,CAWzG;AAED;;;;;;;;;GASG;AACH,wBAAgB,4BAA4B,IAAI,sBAAsB,CAgErE"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// (C) 2025-2026 GoodData Corporation
|
|
2
2
|
import { useEffect, useMemo } from "react";
|
|
3
|
-
import { areObjRefsEqual, idRef, isAbsoluteDateFilter, isObjRef, isRelativeDateFilter, } from "@gooddata/sdk-model";
|
|
4
|
-
import { filterContextItemsToDashboardFiltersByRichTextWidget } from "../../converters/filterConverters.js";
|
|
3
|
+
import { areObjRefsEqual, filterContextItemsToDashboardFiltersByRichTextWidget, idRef, isAbsoluteDateFilter, isObjRef, isRelativeDateFilter, } from "@gooddata/sdk-model";
|
|
5
4
|
import { queryDateDatasetsForInsight, } from "../../model/queries/insights.js";
|
|
6
5
|
import { useDashboardSelector } from "../../model/react/DashboardStoreProvider.js";
|
|
7
6
|
import { useDashboardQueryProcessing } from "../../model/react/useDashboardQueryProcessing.js";
|
package/esm/index.d.ts
CHANGED
|
@@ -250,12 +250,12 @@ export { DefaultScheduledEmailDialog } from "./presentation/automations/schedule
|
|
|
250
250
|
export { ScheduledEmailManagementDialog as DefaultScheduledEmailManagementDialog } from "./presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.js";
|
|
251
251
|
export { ScheduledEmailDialog } from "./presentation/automations/scheduledEmail/ScheduledEmailDialog.js";
|
|
252
252
|
export { ScheduledEmailManagementDialog } from "./presentation/automations/scheduledEmail/ScheduledEmailManagementDialog.js";
|
|
253
|
-
export type { IScheduledEmailDialogProps, IScheduledEmailManagementDialogProps, CustomScheduledEmailDialogComponent, CustomScheduledEmailDialogContextDecoratorComponent, CustomScheduledEmailManagementDialogComponent, IScheduledEmailDialogHeaderProps, ScheduledEmailDialogHeaderDefaultProps, IScheduledEmailDialogFiltersProps, IScheduleTimezoneSelection, IScheduledEmailDialogTimezoneProps, ScheduledEmailDialogTimezoneDefaultProps, IScheduledEmailDialogRecipientsProps, IScheduledEmailDialogSlots, IDefaultScheduledEmailDialogProps, IScheduledEmailDialogShellProps, IScheduledEmailDialogRecurrenceProps, IScheduledEmailDialogSubjectProps, IScheduledEmailDialogMessageProps, IScheduledEmailDialogWidgetAttachmentsProps, IScheduledEmailDialogDashboardAttachmentsProps, IScheduledEmailDialogEvaluationModeProps, } from "./presentation/automations/scheduledEmail/types.js";
|
|
253
|
+
export type { IScheduledEmailDialogProps, IScheduledEmailManagementDialogProps, CustomScheduledEmailDialogComponent, CustomScheduledEmailDialogContextDecoratorComponent, CustomScheduledEmailManagementDialogComponent, CustomScheduledEmailManagementDialogContextDecoratorComponent, IScheduledEmailDialogHeaderProps, ScheduledEmailDialogHeaderDefaultProps, IScheduledEmailDialogFiltersProps, IScheduleTimezoneSelection, IScheduledEmailDialogTimezoneProps, ScheduledEmailDialogTimezoneDefaultProps, IScheduledEmailDialogRecipientsProps, IScheduledEmailDialogSlots, IDefaultScheduledEmailDialogProps, IScheduledEmailDialogShellProps, IScheduledEmailDialogRecurrenceProps, IScheduledEmailDialogSubjectProps, IScheduledEmailDialogMessageProps, IScheduledEmailDialogWidgetAttachmentsProps, IScheduledEmailDialogDashboardAttachmentsProps, IScheduledEmailDialogEvaluationModeProps, } from "./presentation/automations/scheduledEmail/types.js";
|
|
254
254
|
export { DefaultAlertingDialog } from "./presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js";
|
|
255
255
|
export { DefaultAlertingManagementDialogNew } from "./presentation/automations/connectors/DefaultAlertingManagementDialogConnected.js";
|
|
256
256
|
export { AlertingDialog } from "./presentation/automations/alerting/AlertingDialog.js";
|
|
257
257
|
export { AlertingManagementDialog } from "./presentation/automations/alerting/AlertingManagementDialog.js";
|
|
258
|
-
export { AlertMetricComparatorType, type CustomAlertingManagementDialogComponent, type CustomAlertingDialogComponent, type CustomAlertingDialogContextDecoratorComponent, type IAlertingManagementDialogProps, type IAlertingDialogProps, type IAlertingDialogHeaderProps, type AlertingDialogHeaderDefaultProps, type IAlertingDialogFiltersProps, type IAlertingDialogSlots, type IDefaultAlertingDialogProps, type IAlertingDialogShellProps, type IAlertingDialogFormFieldGroupProps, type AlertAttribute, type AlertMetric, type AlertMetricComparator, type AlertAiOperator, type IAlertingDialogAttributeProps, type IAlertingDialogComparisonOperatorProps, type IAlertingDialogComparisonPeriodProps, type IAlertingDialogGranularityProps, type IAlertingDialogMeasureProps, type IAlertingDialogSensitivityProps, type IAlertingDialogThresholdProps, type IAlertingDialogTriggerIntervalProps, type IAlertingDialogTriggerModeProps, } from "./presentation/automations/alerting/types.js";
|
|
258
|
+
export { AlertMetricComparatorType, type CustomAlertingManagementDialogComponent, type CustomAlertingManagementDialogContextDecoratorComponent, type CustomAlertingDialogComponent, type CustomAlertingDialogContextDecoratorComponent, type IAlertingManagementDialogProps, type IAlertingDialogProps, type IAlertingDialogHeaderProps, type AlertingDialogHeaderDefaultProps, type IAlertingDialogFiltersProps, type IAlertingDialogSlots, type IDefaultAlertingDialogProps, type IAlertingDialogShellProps, type IAlertingDialogFormFieldGroupProps, type AlertAttribute, type AlertMetric, type AlertMetricComparator, type AlertAiOperator, type IAlertingDialogAttributeProps, type IAlertingDialogComparisonOperatorProps, type IAlertingDialogComparisonPeriodProps, type IAlertingDialogGranularityProps, type IAlertingDialogMeasureProps, type IAlertingDialogSensitivityProps, type IAlertingDialogThresholdProps, type IAlertingDialogTriggerIntervalProps, type IAlertingDialogTriggerModeProps, } from "./presentation/automations/alerting/types.js";
|
|
259
259
|
export type { AttributeValue } from "./presentation/automations/alerting/hooks/useAttributeValuesFromExecResults.js";
|
|
260
260
|
export type { IMeasureFormatMap } from "./presentation/automations/alerting/utils/getters.js";
|
|
261
261
|
export type { IAlertActionsContextValue, IAlertDataContextValue, IAlertDialogValidity, IAlertDraftContextValue, IAlertFiltersContextValue, IAlertSelectedValues, IAlertSubmitState, IUseAlertSubmitCallbacks, } from "./presentation/automations/alerting/state/types.js";
|
|
@@ -338,11 +338,11 @@ export type { IAutomationDialogActionBarProps, IAutomationDialogDestinationProps
|
|
|
338
338
|
export type { ISlotProps } from "@gooddata/sdk-ui-kit";
|
|
339
339
|
export type { IAutomationParameter } from "./presentation/automations/shared/automationFilters/automationParameters.js";
|
|
340
340
|
export { useWorkspaceUsersSearch, type IUseWorkspaceUsersSearchResult, } from "./presentation/automations/shared/hooks/useWorkspaceUsersSearch.js";
|
|
341
|
-
export { useAutomationsContext, type IAutomationsContextValue, type IAutomationsDateFilterConfig, type IAutomationsParameters, } from "./presentation/automations/contexts/AutomationsContext.js";
|
|
341
|
+
export { AutomationsContextProvider, useAutomationsContext, type IAutomationsContextValue, type IAutomationsDateFilterConfig, type IAutomationsParameters, } from "./presentation/automations/contexts/AutomationsContext.js";
|
|
342
342
|
export { AlertingDialogContextProvider, useAlertingDialogContext, type IAlertingDialogContextValue, } from "./presentation/automations/contexts/AlertingDialogContext.js";
|
|
343
|
-
export { useAlertingManagementDialogContext, type IAlertingManagementDialogContextValue, } from "./presentation/automations/contexts/AlertingManagementDialogContext.js";
|
|
343
|
+
export { AlertingManagementDialogContextProvider, useAlertingManagementDialogContext, type IAlertingManagementDialogContextValue, } from "./presentation/automations/contexts/AlertingManagementDialogContext.js";
|
|
344
344
|
export { ScheduledEmailDialogContextProvider, useScheduledEmailDialogContext, type IScheduledEmailDialogContextValue, } from "./presentation/automations/contexts/ScheduledEmailDialogContext.js";
|
|
345
|
-
export { useScheduledEmailManagementDialogContext, type IScheduledEmailManagementDialogContextValue, } from "./presentation/automations/contexts/ScheduledEmailManagementDialogContext.js";
|
|
345
|
+
export { ScheduledEmailManagementDialogContextProvider, useScheduledEmailManagementDialogContext, type IScheduledEmailManagementDialogContextValue, } from "./presentation/automations/contexts/ScheduledEmailManagementDialogContext.js";
|
|
346
346
|
export { DefaultSaveAsDialog, useSaveAsDialogProps, } from "./presentation/saveAs/DefaultSaveAsDialog/index.js";
|
|
347
347
|
export { SaveAsDialog } from "./presentation/saveAs/SaveAsDialog.js";
|
|
348
348
|
export type { CustomSaveAsDialogComponent, ISaveAsDialogProps } from "./presentation/saveAs/types.js";
|
|
@@ -462,8 +462,8 @@ export { type IExportThemeProviderProps, ExportThemeProvider, } from "./presenta
|
|
|
462
462
|
export { useMinimalSizeValidation } from "./presentation/export/hooks/useMinimalSizeValidation.js";
|
|
463
463
|
export type { DashboardRelatedFilter } from "./presentation/export/hooks/useDashboardRelatedFilters.js";
|
|
464
464
|
export { resolveMessages, DEFAULT_MESSAGES } from "./presentation/localization/translations.js";
|
|
465
|
-
export { type IDashboardFilter, isDashboardFilter, type DashboardDrillDefinition, type IDashboardDrillEvent, type OnFiredDashboardDrillEvent, type IDrillDownContext, type IDrillDownDefinition, isDrillDownDefinition, type IDashboardDrillContext, type IDrillToUrlPlaceholder, type ISharingProperties, type IMenuButtonItemsVisibility, type RenderMode, type DashboardDensity, type DateFilterValidationResult, type ILegacyDashboardTab, type ILegacyDashboard, type ILayoutCoordinates, isLayoutCoordinates, type DropZoneType, type ILayoutItemPath, isLayoutItemPath, type ILayoutSectionPath, isLayoutSectionPath, type IGlobalDrillDownAttributeHierarchyDefinition, type IDrillToUrlAttributeDefinition, type IScheduleEmailContext, type IAlertDialogContext, } from "./types.js";
|
|
466
|
-
export { filterContextItemsToDashboardFiltersByWidget, filterContextItemsToDashboardFiltersByDateDataSet, filterContextToDashboardFiltersByWidget, filterContextToDashboardFiltersByDateDataSet, filterContextItemsToDashboardFiltersByRichTextWidget, dashboardDateFilterToDateFilterByWidget, dashboardDateFilterToDateFilterByDateDataSet, dashboardAttributeFilterToAttributeFilter, dashboardAttributeFilterItemToAttributeFilter, } from "
|
|
465
|
+
export { type CustomAutomationsContextDecoratorComponent, type IDashboardFilter, isDashboardFilter, type DashboardDrillDefinition, type IDashboardDrillEvent, type OnFiredDashboardDrillEvent, type IDrillDownContext, type IDrillDownDefinition, isDrillDownDefinition, type IDashboardDrillContext, type IDrillToUrlPlaceholder, type ISharingProperties, type IMenuButtonItemsVisibility, type RenderMode, type DashboardDensity, type DateFilterValidationResult, type ILegacyDashboardTab, type ILegacyDashboard, type ILayoutCoordinates, isLayoutCoordinates, type DropZoneType, type ILayoutItemPath, isLayoutItemPath, type ILayoutSectionPath, isLayoutSectionPath, type IGlobalDrillDownAttributeHierarchyDefinition, type IDrillToUrlAttributeDefinition, type IScheduleEmailContext, type IAlertDialogContext, } from "./types.js";
|
|
466
|
+
export { filterContextItemsToDashboardFiltersByWidget, filterContextItemsToDashboardFiltersByDateDataSet, filterContextToDashboardFiltersByWidget, filterContextToDashboardFiltersByDateDataSet, filterContextItemsToDashboardFiltersByRichTextWidget, dashboardDateFilterToDateFilterByWidget, dashboardDateFilterToDateFilterByDateDataSet, dashboardAttributeFilterToAttributeFilter, dashboardAttributeFilterItemToAttributeFilter, } from "@gooddata/sdk-model";
|
|
467
467
|
export { DashboardPluginV1, type IDashboardPluginContract_V1, type DashboardPluginDescriptor, } from "./plugins/plugin.js";
|
|
468
468
|
export { newDashboardEngine, type IDashboardEngine } from "./plugins/engine.js";
|
|
469
469
|
export type { IDashboardEventHandling, IDashboardCustomizer, IDashboardInsightCustomizer, IDashboardLayoutCustomizer, IDashboardContentCustomizer, IDashboardWidgetCustomizer, FluidLayoutCustomizationFn, IFluidLayoutCustomizer, IFilterBarCustomizer, DashboardStateChangeCallback, FilterBarRenderingMode, IAttributeFiltersCustomizer, IFilterGroupsCustomizer, IMeasureValueFiltersCustomizer, IDateFiltersCustomizer, IFiltersCustomizer, ITitleCustomizer, ITopBarCustomizer, ILoadingCustomizer, IVisualizationSwitcherCustomizer, IRichTextCustomizer, ExportLayoutCustomizationFn, IExportLayoutCustomizer, SectionSlidesTransformer, ISectionSlidesTransformerFunction, } from "./plugins/customizer.js";
|