@gooddata/sdk-ui-dashboard 11.27.0 → 11.28.0-alpha.1

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 (94) hide show
  1. package/NOTICE +16 -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/index.d.ts +1 -1
  7. package/esm/index.d.ts.map +1 -1
  8. package/esm/index.js +1 -1
  9. package/esm/index.js.map +1 -1
  10. package/esm/model/commandHandlers/dashboard/changeAttributeFilterSelectionTypeHandler.d.ts +5 -0
  11. package/esm/model/commandHandlers/dashboard/changeAttributeFilterSelectionTypeHandler.d.ts.map +1 -0
  12. package/esm/model/commandHandlers/dashboard/changeAttributeFilterSelectionTypeHandler.js +20 -0
  13. package/esm/model/commandHandlers/dashboard/changeAttributeFilterSelectionTypeHandler.js.map +1 -0
  14. package/esm/model/commandHandlers/filterContext/attributeFilter/addAttributeFilterHandler.d.ts.map +1 -1
  15. package/esm/model/commandHandlers/filterContext/attributeFilter/addAttributeFilterHandler.js +6 -1
  16. package/esm/model/commandHandlers/filterContext/attributeFilter/addAttributeFilterHandler.js.map +1 -1
  17. package/esm/model/commandHandlers/index.d.ts.map +1 -1
  18. package/esm/model/commandHandlers/index.js +2 -0
  19. package/esm/model/commandHandlers/index.js.map +1 -1
  20. package/esm/model/commands/base.d.ts +1 -1
  21. package/esm/model/commands/base.d.ts.map +1 -1
  22. package/esm/model/commands/dashboard.d.ts +33 -1
  23. package/esm/model/commands/dashboard.d.ts.map +1 -1
  24. package/esm/model/commands/dashboard.js +17 -0
  25. package/esm/model/commands/dashboard.js.map +1 -1
  26. package/esm/model/commands/index.d.ts +2 -2
  27. package/esm/model/commands/index.d.ts.map +1 -1
  28. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsReducers.d.ts +5 -1
  29. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsReducers.d.ts.map +1 -1
  30. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsReducers.js +27 -0
  31. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsReducers.js.map +1 -1
  32. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsSelectors.d.ts +17 -1
  33. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsSelectors.d.ts.map +1 -1
  34. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsSelectors.js +30 -0
  35. package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsSelectors.js.map +1 -1
  36. package/esm/model/store/tabs/index.d.ts +4 -0
  37. package/esm/model/store/tabs/index.d.ts.map +1 -1
  38. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts +5 -4
  39. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts.map +1 -1
  40. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js +93 -2
  41. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js.map +1 -1
  42. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
  43. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +55 -107
  44. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  45. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.d.ts +11 -1
  46. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.d.ts.map +1 -1
  47. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.js +21 -4
  48. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.js.map +1 -1
  49. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionTypeConfiguration.d.ts +9 -0
  50. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionTypeConfiguration.d.ts.map +1 -0
  51. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionTypeConfiguration.js +42 -0
  52. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionTypeConfiguration.js.map +1 -0
  53. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionMode.d.ts +2 -1
  54. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionMode.d.ts.map +1 -1
  55. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionMode.js +3 -3
  56. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionMode.js.map +1 -1
  57. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeItem.d.ts +2 -1
  58. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeItem.d.ts.map +1 -1
  59. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeItem.js +7 -9
  60. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeItem.js.map +1 -1
  61. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionType.d.ts +17 -0
  62. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionType.d.ts.map +1 -0
  63. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionType.js +40 -0
  64. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionType.js.map +1 -0
  65. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionTypeButton.d.ts +8 -0
  66. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionTypeButton.d.ts.map +1 -0
  67. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionTypeButton.js +13 -0
  68. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionTypeButton.js.map +1 -0
  69. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionTypeItem.d.ts +13 -0
  70. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionTypeItem.d.ts.map +1 -0
  71. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionTypeItem.js +17 -0
  72. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionTypeItem.js.map +1 -0
  73. package/esm/presentation/filterBar/attributeFilter/mergeDashboardAttributeFilterMetadata.d.ts +13 -0
  74. package/esm/presentation/filterBar/attributeFilter/mergeDashboardAttributeFilterMetadata.d.ts.map +1 -0
  75. package/esm/presentation/filterBar/attributeFilter/mergeDashboardAttributeFilterMetadata.js +34 -0
  76. package/esm/presentation/filterBar/attributeFilter/mergeDashboardAttributeFilterMetadata.js.map +1 -0
  77. package/esm/presentation/filterBar/attributeFilter/useAttributeFilterConfigTexts.d.ts +26 -0
  78. package/esm/presentation/filterBar/attributeFilter/useAttributeFilterConfigTexts.d.ts.map +1 -0
  79. package/esm/presentation/filterBar/attributeFilter/useAttributeFilterConfigTexts.js +67 -0
  80. package/esm/presentation/filterBar/attributeFilter/useAttributeFilterConfigTexts.js.map +1 -0
  81. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +36 -0
  82. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  83. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +36 -0
  84. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  85. package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
  86. package/esm/presentation/widget/common/useInsightExport.js +0 -2
  87. package/esm/presentation/widget/common/useInsightExport.js.map +1 -1
  88. package/esm/sdk-ui-dashboard.d.ts +42 -2
  89. package/package.json +20 -20
  90. package/styles/css/attributeFilterConfig.css +37 -0
  91. package/styles/css/attributeFilterConfig.css.map +1 -1
  92. package/styles/css/main.css +95 -36
  93. package/styles/css/main.css.map +1 -1
  94. package/styles/scss/attributeFilterConfig.scss +44 -0
@@ -90,6 +90,50 @@
90
90
  }
91
91
  }
92
92
 
93
+ .configuration-selection-kind {
94
+ display: flex;
95
+ align-items: center;
96
+ gap: 5px;
97
+ margin: 0 10px 10px;
98
+
99
+ .configuration-selection-kind-label {
100
+ color: var(--gd-palette-complementary-7, #6d7680);
101
+ font-size: 12px;
102
+ line-height: 20px;
103
+ flex-shrink: 0;
104
+ }
105
+
106
+ .selection-kind-dropdown {
107
+ flex: 1;
108
+ min-width: 0;
109
+ }
110
+
111
+ .selection-kind-dropdown-button {
112
+ width: 100%;
113
+ }
114
+ }
115
+
116
+ .selection-kind-dropdown-item {
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: space-between;
120
+
121
+ .selection-kind-dropdown-item-title {
122
+ flex: 1;
123
+ overflow: hidden;
124
+ text-overflow: ellipsis;
125
+ white-space: nowrap;
126
+ }
127
+
128
+ .selection-kind-dropdown-item-help {
129
+ flex-shrink: 0;
130
+ cursor: help;
131
+ color: var(--gd-palette-complementary-6, #94a1ad);
132
+ font-size: 12px;
133
+ margin-left: 5px;
134
+ }
135
+ }
136
+
93
137
  .configuration-item-mode {
94
138
  margin: 0 10px 10px;
95
139