@gooddata/sdk-ui-dashboard 11.28.0-alpha.9 → 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.
Files changed (121) hide show
  1. package/NOTICE +3 -3
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.d.ts.map +1 -1
  4. package/esm/__version.js +1 -1
  5. package/esm/__version.js.map +1 -1
  6. package/esm/_staging/dashboard/dashboardFilterContextValidation.d.ts.map +1 -1
  7. package/esm/_staging/dashboard/dashboardFilterContextValidation.js +4 -7
  8. package/esm/_staging/dashboard/dashboardFilterContextValidation.js.map +1 -1
  9. package/esm/index.d.ts +2 -2
  10. package/esm/index.d.ts.map +1 -1
  11. package/esm/index.js +1 -1
  12. package/esm/index.js.map +1 -1
  13. package/esm/kdaDialog/components/bars/AttributeBar.d.ts +4 -4
  14. package/esm/kdaDialog/components/bars/AttributeBar.d.ts.map +1 -1
  15. package/esm/kdaDialog/components/bars/AttributeBar.js +7 -2
  16. package/esm/kdaDialog/components/bars/AttributeBar.js.map +1 -1
  17. package/esm/kdaDialog/composition/hooks/useAttributeFiltersChangeHandler.d.ts +4 -4
  18. package/esm/kdaDialog/composition/hooks/useAttributeFiltersChangeHandler.d.ts.map +1 -1
  19. package/esm/kdaDialog/composition/hooks/useAttributeFiltersChangeHandler.js +5 -2
  20. package/esm/kdaDialog/composition/hooks/useAttributeFiltersChangeHandler.js.map +1 -1
  21. package/esm/kdaDialog/composition/hooks/useDrillAttributeHandler.d.ts.map +1 -1
  22. package/esm/kdaDialog/composition/hooks/useDrillAttributeHandler.js +6 -5
  23. package/esm/kdaDialog/composition/hooks/useDrillAttributeHandler.js.map +1 -1
  24. package/esm/kdaDialog/composition/hooks/useUnusedAttributes.d.ts.map +1 -1
  25. package/esm/kdaDialog/composition/hooks/useUnusedAttributes.js +7 -4
  26. package/esm/kdaDialog/composition/hooks/useUnusedAttributes.js.map +1 -1
  27. package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js.map +1 -1
  28. package/esm/kdaDialog/hooks/useRelevantFilters.d.ts +1 -1
  29. package/esm/kdaDialog/hooks/useRelevantFilters.d.ts.map +1 -1
  30. package/esm/kdaDialog/internalTypes.d.ts +2 -2
  31. package/esm/kdaDialog/internalTypes.d.ts.map +1 -1
  32. package/esm/kdaDialog/types.d.ts +2 -2
  33. package/esm/kdaDialog/types.d.ts.map +1 -1
  34. package/esm/kdaDialog/utils.d.ts +3 -3
  35. package/esm/kdaDialog/utils.d.ts.map +1 -1
  36. package/esm/kdaDialog/utils.js +42 -22
  37. package/esm/kdaDialog/utils.js.map +1 -1
  38. package/esm/model/commandHandlers/dashboard/common/attributeFilterSelectionTypeCompatibility.d.ts +1 -1
  39. package/esm/model/commandHandlers/dashboard/common/attributeFilterSelectionTypeCompatibility.d.ts.map +1 -1
  40. package/esm/model/commandHandlers/dashboard/common/attributeFilterSelectionTypeCompatibility.js +1 -1
  41. package/esm/model/commandHandlers/dashboard/common/attributeFilterSelectionTypeCompatibility.js.map +1 -1
  42. package/esm/model/commandHandlers/dashboard/common/filterViews.d.ts.map +1 -1
  43. package/esm/model/commandHandlers/dashboard/common/filterViews.js +6 -6
  44. package/esm/model/commandHandlers/dashboard/common/filterViews.js.map +1 -1
  45. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfHandler.d.ts.map +1 -1
  46. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfHandler.js +5 -1
  47. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfHandler.js.map +1 -1
  48. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts.map +1 -1
  49. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js +1 -0
  50. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js.map +1 -1
  51. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.d.ts.map +1 -1
  52. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js +1 -0
  53. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js.map +1 -1
  54. package/esm/model/commandHandlers/drill/common/mergeFilters.d.ts +13 -0
  55. package/esm/model/commandHandlers/drill/common/mergeFilters.d.ts.map +1 -0
  56. package/esm/model/commandHandlers/drill/common/mergeFilters.js +83 -0
  57. package/esm/model/commandHandlers/drill/common/mergeFilters.js.map +1 -0
  58. package/esm/model/commandHandlers/drill/drillToDashboardHandler.d.ts.map +1 -1
  59. package/esm/model/commandHandlers/drill/drillToDashboardHandler.js +6 -7
  60. package/esm/model/commandHandlers/drill/drillToDashboardHandler.js.map +1 -1
  61. package/esm/model/commandHandlers/drill/drillToInsightUtils.d.ts.map +1 -1
  62. package/esm/model/commandHandlers/drill/drillToInsightUtils.js +31 -4
  63. package/esm/model/commandHandlers/drill/drillToInsightUtils.js.map +1 -1
  64. package/esm/model/commandHandlers/drill/keyDriverAnalysisHandler.d.ts.map +1 -1
  65. package/esm/model/commandHandlers/drill/keyDriverAnalysisHandler.js +3 -3
  66. package/esm/model/commandHandlers/drill/keyDriverAnalysisHandler.js.map +1 -1
  67. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +9 -4
  68. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js.map +1 -1
  69. package/esm/model/commands/dashboard.d.ts +16 -0
  70. package/esm/model/commands/dashboard.d.ts.map +1 -1
  71. package/esm/model/commands/dashboard.js +7 -12
  72. package/esm/model/commands/dashboard.js.map +1 -1
  73. package/esm/model/store/config/configSelectors.d.ts +6 -0
  74. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  75. package/esm/model/store/config/configSelectors.js +8 -0
  76. package/esm/model/store/config/configSelectors.js.map +1 -1
  77. package/esm/model/types/commonTypes.d.ts +5 -1
  78. package/esm/model/types/commonTypes.d.ts.map +1 -1
  79. package/esm/model/types/commonTypes.js.map +1 -1
  80. package/esm/model/utils/widgetFilters.d.ts +2 -2
  81. package/esm/model/utils/widgetFilters.d.ts.map +1 -1
  82. package/esm/model/utils/widgetFilters.js +2 -2
  83. package/esm/model/utils/widgetFilters.js.map +1 -1
  84. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +5 -4
  85. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  86. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionTypeConfiguration.d.ts.map +1 -1
  87. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionTypeConfiguration.js +4 -4
  88. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionTypeConfiguration.js.map +1 -1
  89. package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +1 -1
  90. package/esm/presentation/localization/bundles/de-DE.localization-bundle.js.map +1 -1
  91. package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +1 -1
  92. package/esm/presentation/localization/bundles/en-AU.localization-bundle.js.map +1 -1
  93. package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +2 -2
  94. package/esm/presentation/localization/bundles/en-GB.localization-bundle.js.map +1 -1
  95. package/esm/presentation/localization/bundles/es-419.localization-bundle.js +2 -2
  96. package/esm/presentation/localization/bundles/es-419.localization-bundle.js.map +1 -1
  97. package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +1 -1
  98. package/esm/presentation/localization/bundles/es-ES.localization-bundle.js.map +1 -1
  99. package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +2 -2
  100. package/esm/presentation/localization/bundles/it-IT.localization-bundle.js.map +1 -1
  101. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +2 -2
  102. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js.map +1 -1
  103. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +1 -1
  104. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +1 -1
  105. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +1 -1
  106. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js.map +1 -1
  107. package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.d.ts +1 -1
  108. package/esm/presentation/widget/insight/configuration/DrillFilters/drillFiltersConfigUtils.d.ts.map +1 -1
  109. package/esm/presentation/widget/insight/configuration/DrillFilters/drillFiltersConfigUtils.js +14 -3
  110. package/esm/presentation/widget/insight/configuration/DrillFilters/drillFiltersConfigUtils.js.map +1 -1
  111. package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapIntersectionAttributeToOption.d.ts +3 -2
  112. package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapIntersectionAttributeToOption.d.ts.map +1 -1
  113. package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapIntersectionAttributeToOption.js +11 -5
  114. package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapIntersectionAttributeToOption.js.map +1 -1
  115. package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersConfig.d.ts.map +1 -1
  116. package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersConfig.js +2 -0
  117. package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersConfig.js.map +1 -1
  118. package/esm/sdk-ui-dashboard.d.ts +32 -3
  119. package/package.json +20 -20
  120. package/styles/css/main.css +28 -20
  121. package/styles/css/main.css.map +1 -1
@@ -7343,25 +7343,29 @@ div.gd-empty-item-bubble {
7343
7343
  overflow: hidden;
7344
7344
  }
7345
7345
 
7346
- .gd-text-filter-state-summary__content {
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
- text-overflow: ellipsis;
7351
+ width: auto;
7352
7352
  }
7353
7353
 
7354
- .gd-text-filter-state-summary__operator {
7355
- font-weight: 400;
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-summary__value {
7359
- font-weight: 700;
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-summary__count {
7366
+ .gd-text-filter-state-summary__operator {
7363
7367
  flex: 0 0 auto;
7364
- font-weight: 400;
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: 4px 8px;
7479
+ padding: 7px 5px;
7476
7480
  max-height: 120px;
7477
7481
  overflow-y: auto;
7478
7482
  overscroll-behavior: contain;
@@ -19291,25 +19295,29 @@ div.gd-empty-item-bubble {
19291
19295
  overflow: hidden;
19292
19296
  }
19293
19297
 
19294
- .gd-text-filter-state-summary__content {
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
- text-overflow: ellipsis;
19303
+ width: auto;
19300
19304
  }
19301
19305
 
19302
- .gd-text-filter-state-summary__operator {
19303
- font-weight: 400;
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-summary__value {
19307
- font-weight: 700;
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-summary__count {
19318
+ .gd-text-filter-state-summary__operator {
19311
19319
  flex: 0 0 auto;
19312
- font-weight: 400;
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: 4px 8px;
19431
+ padding: 7px 5px;
19424
19432
  max-height: 120px;
19425
19433
  overflow-y: auto;
19426
19434
  overscroll-behavior: contain;