@gooddata/sdk-ui-dashboard 11.28.0-alpha.8 → 11.28.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/NOTICE +3 -3
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterContextValidation.d.ts +1 -1
- package/esm/_staging/dashboard/dashboardFilterContextValidation.d.ts.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterContextValidation.js +93 -9
- package/esm/_staging/dashboard/dashboardFilterContextValidation.js.map +1 -1
- package/esm/index.d.ts +4 -4
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +3 -3
- package/esm/index.js.map +1 -1
- package/esm/kdaDialog/components/bars/AttributeBar.d.ts +4 -4
- package/esm/kdaDialog/components/bars/AttributeBar.d.ts.map +1 -1
- package/esm/kdaDialog/components/bars/AttributeBar.js +7 -2
- package/esm/kdaDialog/components/bars/AttributeBar.js.map +1 -1
- package/esm/kdaDialog/composition/hooks/useAttributeFiltersChangeHandler.d.ts +4 -4
- package/esm/kdaDialog/composition/hooks/useAttributeFiltersChangeHandler.d.ts.map +1 -1
- package/esm/kdaDialog/composition/hooks/useAttributeFiltersChangeHandler.js +5 -2
- package/esm/kdaDialog/composition/hooks/useAttributeFiltersChangeHandler.js.map +1 -1
- package/esm/kdaDialog/composition/hooks/useDrillAttributeHandler.d.ts.map +1 -1
- package/esm/kdaDialog/composition/hooks/useDrillAttributeHandler.js +6 -5
- package/esm/kdaDialog/composition/hooks/useDrillAttributeHandler.js.map +1 -1
- package/esm/kdaDialog/composition/hooks/useUnusedAttributes.d.ts.map +1 -1
- package/esm/kdaDialog/composition/hooks/useUnusedAttributes.js +7 -4
- package/esm/kdaDialog/composition/hooks/useUnusedAttributes.js.map +1 -1
- package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js.map +1 -1
- package/esm/kdaDialog/hooks/useRelevantFilters.d.ts +1 -1
- package/esm/kdaDialog/hooks/useRelevantFilters.d.ts.map +1 -1
- package/esm/kdaDialog/internalTypes.d.ts +2 -2
- package/esm/kdaDialog/internalTypes.d.ts.map +1 -1
- package/esm/kdaDialog/types.d.ts +2 -2
- package/esm/kdaDialog/types.d.ts.map +1 -1
- package/esm/kdaDialog/utils.d.ts +3 -3
- package/esm/kdaDialog/utils.d.ts.map +1 -1
- package/esm/kdaDialog/utils.js +42 -22
- package/esm/kdaDialog/utils.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/attributeFilterSelectionTypeCompatibility.d.ts +12 -0
- package/esm/model/commandHandlers/dashboard/common/attributeFilterSelectionTypeCompatibility.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/attributeFilterSelectionTypeCompatibility.js +18 -0
- package/esm/model/commandHandlers/dashboard/common/attributeFilterSelectionTypeCompatibility.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/filterViews.d.ts +10 -2
- package/esm/model/commandHandlers/dashboard/common/filterViews.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/filterViews.js +120 -26
- package/esm/model/commandHandlers/dashboard/common/filterViews.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfHandler.js +5 -1
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js +1 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js +1 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js.map +1 -1
- package/esm/model/commandHandlers/drill/common/mergeFilters.d.ts +13 -0
- package/esm/model/commandHandlers/drill/common/mergeFilters.d.ts.map +1 -0
- package/esm/model/commandHandlers/drill/common/mergeFilters.js +83 -0
- package/esm/model/commandHandlers/drill/common/mergeFilters.js.map +1 -0
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.js +6 -7
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/drill/drillToInsightUtils.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/drillToInsightUtils.js +31 -4
- package/esm/model/commandHandlers/drill/drillToInsightUtils.js.map +1 -1
- package/esm/model/commandHandlers/drill/keyDriverAnalysisHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/keyDriverAnalysisHandler.js +3 -3
- package/esm/model/commandHandlers/drill/keyDriverAnalysisHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +132 -39
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js.map +1 -1
- package/esm/model/commands/dashboard.d.ts +16 -0
- package/esm/model/commands/dashboard.d.ts.map +1 -1
- package/esm/model/commands/dashboard.js +7 -12
- package/esm/model/commands/dashboard.js.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +8 -2
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +9 -1
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/entitlements/entitlementsSelectors.d.ts +8 -0
- package/esm/model/store/entitlements/entitlementsSelectors.d.ts.map +1 -1
- package/esm/model/store/entitlements/entitlementsSelectors.js +19 -1
- package/esm/model/store/entitlements/entitlementsSelectors.js.map +1 -1
- package/esm/model/types/commonTypes.d.ts +5 -1
- package/esm/model/types/commonTypes.d.ts.map +1 -1
- package/esm/model/types/commonTypes.js.map +1 -1
- package/esm/model/utils/widgetFilters.d.ts +2 -2
- package/esm/model/utils/widgetFilters.d.ts.map +1 -1
- package/esm/model/utils/widgetFilters.js +5 -5
- package/esm/model/utils/widgetFilters.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js +2 -4
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js +5 -2
- package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +14 -13
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionTypeConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionTypeConfiguration.js +4 -4
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionTypeConfiguration.js.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +10 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +10 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +11 -2
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js +11 -2
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +10 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +11 -2
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +11 -2
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/sl-Sl.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/sl-Sl.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/sl-Sl.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/sl-Sl.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +9 -0
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +10 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +10 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +9 -0
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +11 -2
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +3 -4
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/constants.d.ts +0 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/constants.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/constants.js +1 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/constants.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduleValidation.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduleValidation.js +4 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduleValidation.js.map +1 -1
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.d.ts +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/drillFiltersConfigUtils.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/drillFiltersConfigUtils.js +14 -3
- package/esm/presentation/widget/insight/configuration/DrillFilters/drillFiltersConfigUtils.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapIntersectionAttributeToOption.d.ts +3 -2
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapIntersectionAttributeToOption.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapIntersectionAttributeToOption.js +11 -5
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapIntersectionAttributeToOption.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersConfig.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersConfig.js +2 -0
- package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersConfig.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.js +2 -4
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +60 -3
- package/package.json +20 -20
- package/styles/css/main.css +62 -54
- package/styles/css/main.css.map +1 -1
|
@@ -2256,6 +2256,10 @@ export declare type DashboardConfig = {
|
|
|
2256
2256
|
* This id is used to retrieve export-related metadata, such as currently active attribute filters.
|
|
2257
2257
|
*/
|
|
2258
2258
|
exportType?: "visual" | "slides";
|
|
2259
|
+
/**
|
|
2260
|
+
* Custom export metadata retrieved during export mode.
|
|
2261
|
+
*/
|
|
2262
|
+
exportMetadata?: Record<string, string>;
|
|
2259
2263
|
/**
|
|
2260
2264
|
* Disable cross filtering
|
|
2261
2265
|
*
|
|
@@ -4465,6 +4469,7 @@ export declare function exportDashboardToExcel(mergeHeaders: boolean, exportInfo
|
|
|
4465
4469
|
* the dashboard to a PDF file. If successful, an instance of {@link IDashboardExportToPdfResolved} will be emitted
|
|
4466
4470
|
* with the URL of the resulting file.
|
|
4467
4471
|
*
|
|
4472
|
+
* @param payload - payload to override the dashboard export options. If not provided, the dashboard will be exported with the current filter context and options.
|
|
4468
4473
|
* @param correlationId - specify correlation id to use for this command. this will be included in all
|
|
4469
4474
|
* events that will be emitted during the command processing
|
|
4470
4475
|
*
|
|
@@ -4472,6 +4477,11 @@ export declare function exportDashboardToExcel(mergeHeaders: boolean, exportInfo
|
|
|
4472
4477
|
*/
|
|
4473
4478
|
export declare function exportDashboardToPdf(correlationId?: string): IExportDashboardToPdf;
|
|
4474
4479
|
|
|
4480
|
+
/**
|
|
4481
|
+
* @beta
|
|
4482
|
+
*/
|
|
4483
|
+
export declare function exportDashboardToPdf(payload?: IExportDashboardToPdfPayload, correlationId?: string): IExportDashboardToPdf;
|
|
4484
|
+
|
|
4475
4485
|
/**
|
|
4476
4486
|
* Creates the {@link IExportDashboardToPdfPresentation} command. Dispatching this command will result in a request to export
|
|
4477
4487
|
* the dashboard to a PDF presentation file. If successful, an instance of {@link IDashboardExportToPdfPresentationResolved} will be emitted
|
|
@@ -12304,6 +12314,14 @@ export declare interface IExportDashboardToExcelPayload {
|
|
|
12304
12314
|
*/
|
|
12305
12315
|
export declare interface IExportDashboardToPdf extends IDashboardCommand {
|
|
12306
12316
|
readonly type: "GDC.DASH/CMD.EXPORT.PDF";
|
|
12317
|
+
readonly payload?: IExportDashboardToPdfPayload;
|
|
12318
|
+
}
|
|
12319
|
+
|
|
12320
|
+
/**
|
|
12321
|
+
* @beta
|
|
12322
|
+
*/
|
|
12323
|
+
export declare interface IExportDashboardToPdfPayload {
|
|
12324
|
+
exportMetadata?: Record<string, string>;
|
|
12307
12325
|
}
|
|
12308
12326
|
|
|
12309
12327
|
/**
|
|
@@ -12330,6 +12348,10 @@ export declare interface IExportDashboardToPresentationPayload {
|
|
|
12330
12348
|
* Overrides current filter context filters with provided custom filters
|
|
12331
12349
|
*/
|
|
12332
12350
|
filters?: FilterContextItem[];
|
|
12351
|
+
/**
|
|
12352
|
+
* Adds custom export metadata to the export request.
|
|
12353
|
+
*/
|
|
12354
|
+
exportMetadata?: Record<string, string>;
|
|
12333
12355
|
/**
|
|
12334
12356
|
* Overrides export options with custom options.
|
|
12335
12357
|
*/
|
|
@@ -13408,7 +13430,7 @@ export declare interface IKdaDefinition {
|
|
|
13408
13430
|
/**
|
|
13409
13431
|
* Filters to apply
|
|
13410
13432
|
*/
|
|
13411
|
-
filters?:
|
|
13433
|
+
filters?: DashboardAttributeFilterItem[];
|
|
13412
13434
|
/**
|
|
13413
13435
|
* Date attribute
|
|
13414
13436
|
*/
|
|
@@ -20491,7 +20513,7 @@ export declare function removeDateFilter(dataSet: ObjRef, correlationId?: string
|
|
|
20491
20513
|
/**
|
|
20492
20514
|
* @internal
|
|
20493
20515
|
*/
|
|
20494
|
-
export declare function removeDateFilters(filters: FilterContextItem[]):
|
|
20516
|
+
export declare function removeDateFilters(filters: FilterContextItem[]): DashboardAttributeFilterItem[];
|
|
20495
20517
|
|
|
20496
20518
|
/**
|
|
20497
20519
|
* Creates the RemoveDrillDownForInsightWidget command. Dispatching the created command will remove insight widget's
|
|
@@ -21102,7 +21124,7 @@ export declare type ResolveAsyncRenderPayload = {
|
|
|
21102
21124
|
*
|
|
21103
21125
|
* @public
|
|
21104
21126
|
*/
|
|
21105
|
-
export declare type ResolvedDashboardConfig = Omit<Required<DashboardConfig>, "mapboxToken" | "agGridToken" | "maxZoomLevel" | "exportId" | "exportType" | "focusObject" | "slideConfig" | "references" | "entitlements" | "initialContent" | "executionTimestamp" | "overrideDefaultFilters" | "overrideTitle" | "hideWidgetTitles" | "workspaceDescriptor" | "evaluationFrequency" | "externalRecipient" | "openAutomationOnLoad" | "hideAddTabButton"> & DashboardConfig;
|
|
21127
|
+
export declare type ResolvedDashboardConfig = Omit<Required<DashboardConfig>, "mapboxToken" | "agGridToken" | "maxZoomLevel" | "exportId" | "exportType" | "exportMetadata" | "focusObject" | "slideConfig" | "references" | "entitlements" | "initialContent" | "executionTimestamp" | "overrideDefaultFilters" | "overrideTitle" | "hideWidgetTitles" | "workspaceDescriptor" | "evaluationFrequency" | "externalRecipient" | "openAutomationOnLoad" | "hideAddTabButton"> & DashboardConfig;
|
|
21106
21128
|
|
|
21107
21129
|
/**
|
|
21108
21130
|
* @alpha
|
|
@@ -21652,6 +21674,24 @@ export declare const selectAttributeFilterConfigsOverrides: DashboardSelector<ID
|
|
|
21652
21674
|
*/
|
|
21653
21675
|
export declare const selectAttributeFilterConfigsOverridesByTab: DashboardSelector<Record<string, IDashboardAttributeFilterConfig[]>>;
|
|
21654
21676
|
|
|
21677
|
+
/**
|
|
21678
|
+
* Get a map of attribute filter available modes from dashboard attribute filter configurations.
|
|
21679
|
+
*
|
|
21680
|
+
* @internal
|
|
21681
|
+
*/
|
|
21682
|
+
export declare const selectAttributeFilterConfigsSelectionTypeMap: DashboardSelector<Map<string, DashboardAttributeFilterSelectionType | undefined>>;
|
|
21683
|
+
|
|
21684
|
+
/**
|
|
21685
|
+
* Get a map of attribute filter selection types keyed by tab identifier.
|
|
21686
|
+
*
|
|
21687
|
+
* @remarks
|
|
21688
|
+
* Returns a record where each key is a tab identifier and the value is a Map of attribute filter
|
|
21689
|
+
* `selectionType` values for that tab. Use when rendering filters for a specific tab (not only the active one).
|
|
21690
|
+
*
|
|
21691
|
+
* @internal
|
|
21692
|
+
*/
|
|
21693
|
+
export declare const selectAttributeFilterConfigsSelectionTypeMapByTab: DashboardSelector<Record<string, Map<string, DashboardAttributeFilterSelectionType | undefined>>>;
|
|
21694
|
+
|
|
21655
21695
|
/**
|
|
21656
21696
|
* Creates a selector for selecting all descendants of the attribute filter with given localId.
|
|
21657
21697
|
*
|
|
@@ -23069,6 +23109,11 @@ export declare const selectEntitlementMaxAutomations: DashboardSelector<IEntitle
|
|
|
23069
23109
|
*/
|
|
23070
23110
|
export declare const selectEntitlementMinimumRecurrenceMinutes: DashboardSelector<IEntitlementDescriptor | undefined>;
|
|
23071
23111
|
|
|
23112
|
+
/**
|
|
23113
|
+
* @alpha
|
|
23114
|
+
*/
|
|
23115
|
+
export declare const selectEntitlementUnlimitedAutomationRecipients: DashboardSelector<IEntitlementDescriptor | undefined>;
|
|
23116
|
+
|
|
23072
23117
|
/**
|
|
23073
23118
|
* @alpha
|
|
23074
23119
|
*/
|
|
@@ -23109,6 +23154,13 @@ export declare const selectExecutionResultByRef: (ref: ObjRef | undefined) => Da
|
|
|
23109
23154
|
*/
|
|
23110
23155
|
export declare const selectExecutionTimestamp: DashboardSelector<string | undefined>;
|
|
23111
23156
|
|
|
23157
|
+
/**
|
|
23158
|
+
* Returns custom export metadata.
|
|
23159
|
+
*
|
|
23160
|
+
* @beta
|
|
23161
|
+
*/
|
|
23162
|
+
export declare const selectExportMetadata: DashboardSelector<Record<string, string> | undefined>;
|
|
23163
|
+
|
|
23112
23164
|
/**
|
|
23113
23165
|
* Returns the timeout to use when polling for export results (in milliseconds).
|
|
23114
23166
|
*
|
|
@@ -24259,6 +24311,11 @@ export declare const selectLocale: DashboardSelector<ILocale>;
|
|
|
24259
24311
|
*/
|
|
24260
24312
|
export declare const selectMapboxToken: DashboardSelector<string | undefined>;
|
|
24261
24313
|
|
|
24314
|
+
/**
|
|
24315
|
+
* @alpha
|
|
24316
|
+
*/
|
|
24317
|
+
export declare const selectMaxAutomationRecipients: DashboardSelector<number>;
|
|
24318
|
+
|
|
24262
24319
|
/**
|
|
24263
24320
|
* @alpha
|
|
24264
24321
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.28.0
|
|
3
|
+
"version": "11.28.0",
|
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"ts-invariant": "0.10.3",
|
|
61
61
|
"tslib": "2.8.1",
|
|
62
62
|
"uuid": "11.1.0",
|
|
63
|
-
"@gooddata/sdk-backend-base": "11.28.0
|
|
64
|
-
"@gooddata/sdk-backend-spi": "11.28.0
|
|
65
|
-
"@gooddata/sdk-model": "11.28.0
|
|
66
|
-
"@gooddata/sdk-ui": "11.28.0
|
|
67
|
-
"@gooddata/sdk-ui-charts": "11.28.0
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.28.0
|
|
69
|
-
"@gooddata/sdk-ui-filters": "11.28.0
|
|
70
|
-
"@gooddata/sdk-ui-geo": "11.28.0
|
|
71
|
-
"@gooddata/sdk-ui-kit": "11.28.0
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/sdk-ui-theme-provider": "11.28.0
|
|
74
|
-
"@gooddata/sdk-ui-
|
|
75
|
-
"@gooddata/util": "11.28.0
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.28.0",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.28.0",
|
|
65
|
+
"@gooddata/sdk-model": "11.28.0",
|
|
66
|
+
"@gooddata/sdk-ui": "11.28.0",
|
|
67
|
+
"@gooddata/sdk-ui-charts": "11.28.0",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.28.0",
|
|
69
|
+
"@gooddata/sdk-ui-filters": "11.28.0",
|
|
70
|
+
"@gooddata/sdk-ui-geo": "11.28.0",
|
|
71
|
+
"@gooddata/sdk-ui-kit": "11.28.0",
|
|
72
|
+
"@gooddata/sdk-ui-pivot": "11.28.0",
|
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "11.28.0",
|
|
74
|
+
"@gooddata/sdk-ui-vis-commons": "11.28.0",
|
|
75
|
+
"@gooddata/util": "11.28.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
"typescript": "5.9.3",
|
|
119
119
|
"vitest": "4.1.0",
|
|
120
120
|
"vitest-dom": "0.1.1",
|
|
121
|
-
"@gooddata/eslint-config": "11.28.0
|
|
122
|
-
"@gooddata/i18n-toolkit": "11.28.0
|
|
123
|
-
"@gooddata/oxlint-config": "11.28.0
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/stylelint-config": "11.28.0
|
|
126
|
-
"@gooddata/
|
|
121
|
+
"@gooddata/eslint-config": "11.28.0",
|
|
122
|
+
"@gooddata/i18n-toolkit": "11.28.0",
|
|
123
|
+
"@gooddata/oxlint-config": "11.28.0",
|
|
124
|
+
"@gooddata/sdk-backend-mockingbird": "11.28.0",
|
|
125
|
+
"@gooddata/stylelint-config": "11.28.0",
|
|
126
|
+
"@gooddata/reference-workspace": "11.28.0"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"react": "^18.0.0 || ^19.0.0",
|
package/styles/css/main.css
CHANGED
|
@@ -7100,7 +7100,7 @@ div.gd-empty-item-bubble {
|
|
|
7100
7100
|
opacity: 1;
|
|
7101
7101
|
}
|
|
7102
7102
|
|
|
7103
|
-
.gd-filter-
|
|
7103
|
+
.gd-filter-menu__button {
|
|
7104
7104
|
display: flex;
|
|
7105
7105
|
align-items: center;
|
|
7106
7106
|
justify-content: space-between;
|
|
@@ -7108,7 +7108,7 @@ div.gd-empty-item-bubble {
|
|
|
7108
7108
|
height: 35px;
|
|
7109
7109
|
}
|
|
7110
7110
|
|
|
7111
|
-
.gd-filter-
|
|
7111
|
+
.gd-filter-menu__button--icon {
|
|
7112
7112
|
display: flex;
|
|
7113
7113
|
align-items: center;
|
|
7114
7114
|
justify-content: center;
|
|
@@ -7117,22 +7117,22 @@ div.gd-empty-item-bubble {
|
|
|
7117
7117
|
padding: 0;
|
|
7118
7118
|
}
|
|
7119
7119
|
|
|
7120
|
-
.gd-filter-
|
|
7120
|
+
.gd-filter-menu__button--icon .gd-ui-kit-icon-button {
|
|
7121
7121
|
width: 35px;
|
|
7122
7122
|
height: 35px;
|
|
7123
7123
|
min-width: 35px;
|
|
7124
7124
|
border-radius: 0 3px 0 0;
|
|
7125
7125
|
}
|
|
7126
7126
|
|
|
7127
|
-
.gd-filter-
|
|
7127
|
+
.gd-filter-menu__button--icon:hover .gd-ui-kit-icon-button {
|
|
7128
7128
|
background-color: var(--gd-palette-complementary-3, #dde4eb);
|
|
7129
7129
|
}
|
|
7130
7130
|
|
|
7131
|
-
.gd-filter-
|
|
7131
|
+
.gd-filter-menu__button--icon.is-active .gd-ui-kit-icon-button, .gd-filter-menu__button--icon:active .gd-ui-kit-icon-button {
|
|
7132
7132
|
background-color: var(--gd-palette-complementary-3, #dde4eb);
|
|
7133
7133
|
}
|
|
7134
7134
|
|
|
7135
|
-
.gd-filter-
|
|
7135
|
+
.gd-filter-menu__dropdown {
|
|
7136
7136
|
width: var(--tooltipWidth-x, 160px);
|
|
7137
7137
|
max-height: none;
|
|
7138
7138
|
box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
|
|
@@ -7140,20 +7140,20 @@ div.gd-empty-item-bubble {
|
|
|
7140
7140
|
padding: 0 0 8px;
|
|
7141
7141
|
}
|
|
7142
7142
|
|
|
7143
|
-
.gd-filter-
|
|
7143
|
+
.gd-filter-menu__dropdown .gd-ui-kit-listbox {
|
|
7144
7144
|
min-width: 100%;
|
|
7145
7145
|
max-height: none;
|
|
7146
7146
|
overflow-y: hidden;
|
|
7147
7147
|
padding: 0;
|
|
7148
7148
|
}
|
|
7149
7149
|
|
|
7150
|
-
.gd-filter-
|
|
7150
|
+
.gd-filter-menu__section {
|
|
7151
7151
|
display: flex;
|
|
7152
7152
|
align-items: center;
|
|
7153
7153
|
padding: 10px 10px 2px;
|
|
7154
7154
|
}
|
|
7155
7155
|
|
|
7156
|
-
.gd-filter-
|
|
7156
|
+
.gd-filter-menu__section-label {
|
|
7157
7157
|
display: flex;
|
|
7158
7158
|
align-items: center;
|
|
7159
7159
|
gap: 5px;
|
|
@@ -7164,7 +7164,7 @@ div.gd-empty-item-bubble {
|
|
|
7164
7164
|
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
7165
7165
|
}
|
|
7166
7166
|
|
|
7167
|
-
.gd-filter-
|
|
7167
|
+
.gd-filter-menu__section-icon {
|
|
7168
7168
|
display: flex;
|
|
7169
7169
|
align-items: center;
|
|
7170
7170
|
justify-content: center;
|
|
@@ -7172,13 +7172,13 @@ div.gd-empty-item-bubble {
|
|
|
7172
7172
|
height: 16px;
|
|
7173
7173
|
}
|
|
7174
7174
|
|
|
7175
|
-
.gd-filter-
|
|
7175
|
+
.gd-filter-menu__section-icon .gd-ui-kit-icon-button {
|
|
7176
7176
|
width: 16px;
|
|
7177
7177
|
height: 16px;
|
|
7178
7178
|
min-width: 16px;
|
|
7179
7179
|
}
|
|
7180
7180
|
|
|
7181
|
-
.gd-filter-
|
|
7181
|
+
.gd-filter-menu__item.gd-list-item {
|
|
7182
7182
|
display: flex;
|
|
7183
7183
|
align-items: center;
|
|
7184
7184
|
justify-content: space-between;
|
|
@@ -7194,24 +7194,24 @@ div.gd-empty-item-bubble {
|
|
|
7194
7194
|
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
7195
7195
|
}
|
|
7196
7196
|
|
|
7197
|
-
.gd-filter-
|
|
7197
|
+
.gd-filter-menu__item.gd-list-item > *:not(.gd-filter-menu__item-check) {
|
|
7198
7198
|
flex: 1 1 auto;
|
|
7199
7199
|
min-width: 0;
|
|
7200
7200
|
overflow: hidden;
|
|
7201
7201
|
text-overflow: ellipsis;
|
|
7202
7202
|
}
|
|
7203
7203
|
|
|
7204
|
-
.gd-filter-
|
|
7204
|
+
.gd-filter-menu__item.gd-list-item:hover {
|
|
7205
7205
|
background-color: var(--gd-palette-complementary-1, #f5f8fa);
|
|
7206
7206
|
}
|
|
7207
7207
|
|
|
7208
|
-
.gd-filter-
|
|
7208
|
+
.gd-filter-menu__item.gd-list-item.is-selected {
|
|
7209
7209
|
background-color: transparent;
|
|
7210
7210
|
font-weight: 600;
|
|
7211
7211
|
color: var(--gd-palette-primary-base, #14b2e2);
|
|
7212
7212
|
}
|
|
7213
7213
|
|
|
7214
|
-
.gd-filter-
|
|
7214
|
+
.gd-filter-menu__item.gd-list-item .gd-filter-menu__item-check {
|
|
7215
7215
|
flex: 0 0 auto;
|
|
7216
7216
|
margin-left: auto;
|
|
7217
7217
|
margin-right: 5px;
|
|
@@ -7219,7 +7219,7 @@ div.gd-empty-item-bubble {
|
|
|
7219
7219
|
aspect-ratio: 1/1;
|
|
7220
7220
|
}
|
|
7221
7221
|
|
|
7222
|
-
.gd-filter-
|
|
7222
|
+
.gd-filter-menu__divider.gd-list-item.gd-list-item-separator {
|
|
7223
7223
|
margin: 4px 0 6px;
|
|
7224
7224
|
}
|
|
7225
7225
|
|
|
@@ -7343,25 +7343,29 @@ div.gd-empty-item-bubble {
|
|
|
7343
7343
|
overflow: hidden;
|
|
7344
7344
|
}
|
|
7345
7345
|
|
|
7346
|
-
.gd-text-filter-state-
|
|
7346
|
+
.gd-text-filter-state-summary__text .gd-ui-kit-tooltip__anchor {
|
|
7347
|
+
display: flex;
|
|
7347
7348
|
flex: 1 1 auto;
|
|
7348
7349
|
min-width: 0;
|
|
7349
|
-
white-space: nowrap;
|
|
7350
7350
|
overflow: hidden;
|
|
7351
|
-
|
|
7351
|
+
width: auto;
|
|
7352
7352
|
}
|
|
7353
7353
|
|
|
7354
|
-
.gd-text-filter-state-
|
|
7355
|
-
|
|
7354
|
+
.gd-text-filter-state-summary__text .gd-shortened-text {
|
|
7355
|
+
flex: 0 1 auto;
|
|
7356
|
+
min-width: 0;
|
|
7357
|
+
overflow: hidden;
|
|
7358
|
+
white-space: nowrap;
|
|
7359
|
+
text-overflow: ellipsis;
|
|
7356
7360
|
}
|
|
7357
7361
|
|
|
7358
|
-
.gd-text-filter-state-
|
|
7359
|
-
font-weight:
|
|
7362
|
+
.gd-text-filter-state-summary__text .gd-shortened-text.gd-selection-list {
|
|
7363
|
+
font-weight: bold;
|
|
7360
7364
|
}
|
|
7361
7365
|
|
|
7362
|
-
.gd-text-filter-state-
|
|
7366
|
+
.gd-text-filter-state-summary__operator {
|
|
7363
7367
|
flex: 0 0 auto;
|
|
7364
|
-
|
|
7368
|
+
white-space: nowrap;
|
|
7365
7369
|
}
|
|
7366
7370
|
|
|
7367
7371
|
.gd-text-filter-operator-dropdown__button {
|
|
@@ -7472,7 +7476,7 @@ div.gd-empty-item-bubble {
|
|
|
7472
7476
|
}
|
|
7473
7477
|
|
|
7474
7478
|
.gd-chips-input__container--with-values .gd-chips-input__chips-frame {
|
|
7475
|
-
padding:
|
|
7479
|
+
padding: 7px 5px;
|
|
7476
7480
|
max-height: 120px;
|
|
7477
7481
|
overflow-y: auto;
|
|
7478
7482
|
overscroll-behavior: contain;
|
|
@@ -19048,7 +19052,7 @@ div.gd-empty-item-bubble {
|
|
|
19048
19052
|
opacity: 1;
|
|
19049
19053
|
}
|
|
19050
19054
|
|
|
19051
|
-
.gd-filter-
|
|
19055
|
+
.gd-filter-menu__button {
|
|
19052
19056
|
display: flex;
|
|
19053
19057
|
align-items: center;
|
|
19054
19058
|
justify-content: space-between;
|
|
@@ -19056,7 +19060,7 @@ div.gd-empty-item-bubble {
|
|
|
19056
19060
|
height: 35px;
|
|
19057
19061
|
}
|
|
19058
19062
|
|
|
19059
|
-
.gd-filter-
|
|
19063
|
+
.gd-filter-menu__button--icon {
|
|
19060
19064
|
display: flex;
|
|
19061
19065
|
align-items: center;
|
|
19062
19066
|
justify-content: center;
|
|
@@ -19065,22 +19069,22 @@ div.gd-empty-item-bubble {
|
|
|
19065
19069
|
padding: 0;
|
|
19066
19070
|
}
|
|
19067
19071
|
|
|
19068
|
-
.gd-filter-
|
|
19072
|
+
.gd-filter-menu__button--icon .gd-ui-kit-icon-button {
|
|
19069
19073
|
width: 35px;
|
|
19070
19074
|
height: 35px;
|
|
19071
19075
|
min-width: 35px;
|
|
19072
19076
|
border-radius: 0 3px 0 0;
|
|
19073
19077
|
}
|
|
19074
19078
|
|
|
19075
|
-
.gd-filter-
|
|
19079
|
+
.gd-filter-menu__button--icon:hover .gd-ui-kit-icon-button {
|
|
19076
19080
|
background-color: var(--gd-palette-complementary-3, #dde4eb);
|
|
19077
19081
|
}
|
|
19078
19082
|
|
|
19079
|
-
.gd-filter-
|
|
19083
|
+
.gd-filter-menu__button--icon.is-active .gd-ui-kit-icon-button, .gd-filter-menu__button--icon:active .gd-ui-kit-icon-button {
|
|
19080
19084
|
background-color: var(--gd-palette-complementary-3, #dde4eb);
|
|
19081
19085
|
}
|
|
19082
19086
|
|
|
19083
|
-
.gd-filter-
|
|
19087
|
+
.gd-filter-menu__dropdown {
|
|
19084
19088
|
width: var(--tooltipWidth-x, 160px);
|
|
19085
19089
|
max-height: none;
|
|
19086
19090
|
box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
|
|
@@ -19088,20 +19092,20 @@ div.gd-empty-item-bubble {
|
|
|
19088
19092
|
padding: 0 0 8px;
|
|
19089
19093
|
}
|
|
19090
19094
|
|
|
19091
|
-
.gd-filter-
|
|
19095
|
+
.gd-filter-menu__dropdown .gd-ui-kit-listbox {
|
|
19092
19096
|
min-width: 100%;
|
|
19093
19097
|
max-height: none;
|
|
19094
19098
|
overflow-y: hidden;
|
|
19095
19099
|
padding: 0;
|
|
19096
19100
|
}
|
|
19097
19101
|
|
|
19098
|
-
.gd-filter-
|
|
19102
|
+
.gd-filter-menu__section {
|
|
19099
19103
|
display: flex;
|
|
19100
19104
|
align-items: center;
|
|
19101
19105
|
padding: 10px 10px 2px;
|
|
19102
19106
|
}
|
|
19103
19107
|
|
|
19104
|
-
.gd-filter-
|
|
19108
|
+
.gd-filter-menu__section-label {
|
|
19105
19109
|
display: flex;
|
|
19106
19110
|
align-items: center;
|
|
19107
19111
|
gap: 5px;
|
|
@@ -19112,7 +19116,7 @@ div.gd-empty-item-bubble {
|
|
|
19112
19116
|
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
19113
19117
|
}
|
|
19114
19118
|
|
|
19115
|
-
.gd-filter-
|
|
19119
|
+
.gd-filter-menu__section-icon {
|
|
19116
19120
|
display: flex;
|
|
19117
19121
|
align-items: center;
|
|
19118
19122
|
justify-content: center;
|
|
@@ -19120,13 +19124,13 @@ div.gd-empty-item-bubble {
|
|
|
19120
19124
|
height: 16px;
|
|
19121
19125
|
}
|
|
19122
19126
|
|
|
19123
|
-
.gd-filter-
|
|
19127
|
+
.gd-filter-menu__section-icon .gd-ui-kit-icon-button {
|
|
19124
19128
|
width: 16px;
|
|
19125
19129
|
height: 16px;
|
|
19126
19130
|
min-width: 16px;
|
|
19127
19131
|
}
|
|
19128
19132
|
|
|
19129
|
-
.gd-filter-
|
|
19133
|
+
.gd-filter-menu__item.gd-list-item {
|
|
19130
19134
|
display: flex;
|
|
19131
19135
|
align-items: center;
|
|
19132
19136
|
justify-content: space-between;
|
|
@@ -19142,24 +19146,24 @@ div.gd-empty-item-bubble {
|
|
|
19142
19146
|
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
19143
19147
|
}
|
|
19144
19148
|
|
|
19145
|
-
.gd-filter-
|
|
19149
|
+
.gd-filter-menu__item.gd-list-item > *:not(.gd-filter-menu__item-check) {
|
|
19146
19150
|
flex: 1 1 auto;
|
|
19147
19151
|
min-width: 0;
|
|
19148
19152
|
overflow: hidden;
|
|
19149
19153
|
text-overflow: ellipsis;
|
|
19150
19154
|
}
|
|
19151
19155
|
|
|
19152
|
-
.gd-filter-
|
|
19156
|
+
.gd-filter-menu__item.gd-list-item:hover {
|
|
19153
19157
|
background-color: var(--gd-palette-complementary-1, #f5f8fa);
|
|
19154
19158
|
}
|
|
19155
19159
|
|
|
19156
|
-
.gd-filter-
|
|
19160
|
+
.gd-filter-menu__item.gd-list-item.is-selected {
|
|
19157
19161
|
background-color: transparent;
|
|
19158
19162
|
font-weight: 600;
|
|
19159
19163
|
color: var(--gd-palette-primary-base, #14b2e2);
|
|
19160
19164
|
}
|
|
19161
19165
|
|
|
19162
|
-
.gd-filter-
|
|
19166
|
+
.gd-filter-menu__item.gd-list-item .gd-filter-menu__item-check {
|
|
19163
19167
|
flex: 0 0 auto;
|
|
19164
19168
|
margin-left: auto;
|
|
19165
19169
|
margin-right: 5px;
|
|
@@ -19167,7 +19171,7 @@ div.gd-empty-item-bubble {
|
|
|
19167
19171
|
aspect-ratio: 1/1;
|
|
19168
19172
|
}
|
|
19169
19173
|
|
|
19170
|
-
.gd-filter-
|
|
19174
|
+
.gd-filter-menu__divider.gd-list-item.gd-list-item-separator {
|
|
19171
19175
|
margin: 4px 0 6px;
|
|
19172
19176
|
}
|
|
19173
19177
|
|
|
@@ -19291,25 +19295,29 @@ div.gd-empty-item-bubble {
|
|
|
19291
19295
|
overflow: hidden;
|
|
19292
19296
|
}
|
|
19293
19297
|
|
|
19294
|
-
.gd-text-filter-state-
|
|
19298
|
+
.gd-text-filter-state-summary__text .gd-ui-kit-tooltip__anchor {
|
|
19299
|
+
display: flex;
|
|
19295
19300
|
flex: 1 1 auto;
|
|
19296
19301
|
min-width: 0;
|
|
19297
|
-
white-space: nowrap;
|
|
19298
19302
|
overflow: hidden;
|
|
19299
|
-
|
|
19303
|
+
width: auto;
|
|
19300
19304
|
}
|
|
19301
19305
|
|
|
19302
|
-
.gd-text-filter-state-
|
|
19303
|
-
|
|
19306
|
+
.gd-text-filter-state-summary__text .gd-shortened-text {
|
|
19307
|
+
flex: 0 1 auto;
|
|
19308
|
+
min-width: 0;
|
|
19309
|
+
overflow: hidden;
|
|
19310
|
+
white-space: nowrap;
|
|
19311
|
+
text-overflow: ellipsis;
|
|
19304
19312
|
}
|
|
19305
19313
|
|
|
19306
|
-
.gd-text-filter-state-
|
|
19307
|
-
font-weight:
|
|
19314
|
+
.gd-text-filter-state-summary__text .gd-shortened-text.gd-selection-list {
|
|
19315
|
+
font-weight: bold;
|
|
19308
19316
|
}
|
|
19309
19317
|
|
|
19310
|
-
.gd-text-filter-state-
|
|
19318
|
+
.gd-text-filter-state-summary__operator {
|
|
19311
19319
|
flex: 0 0 auto;
|
|
19312
|
-
|
|
19320
|
+
white-space: nowrap;
|
|
19313
19321
|
}
|
|
19314
19322
|
|
|
19315
19323
|
.gd-text-filter-operator-dropdown__button {
|
|
@@ -19420,7 +19428,7 @@ div.gd-empty-item-bubble {
|
|
|
19420
19428
|
}
|
|
19421
19429
|
|
|
19422
19430
|
.gd-chips-input__container--with-values .gd-chips-input__chips-frame {
|
|
19423
|
-
padding:
|
|
19431
|
+
padding: 7px 5px;
|
|
19424
19432
|
max-height: 120px;
|
|
19425
19433
|
overflow-y: auto;
|
|
19426
19434
|
overscroll-behavior: contain;
|