@gooddata/sdk-ui-dashboard 11.53.0-alpha.4 → 11.53.0-alpha.6

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 (35) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/index.d.ts +4 -4
  4. package/esm/index.d.ts.map +1 -1
  5. package/esm/index.js +2 -2
  6. package/esm/presentation/automations/alerting/AlertingDialog.d.ts +2 -1
  7. package/esm/presentation/automations/alerting/AlertingDialog.d.ts.map +1 -1
  8. package/esm/presentation/automations/alerting/AlertingDialog.js +4 -3
  9. package/esm/presentation/automations/alerting/types.d.ts +45 -7
  10. package/esm/presentation/automations/alerting/types.d.ts.map +1 -1
  11. package/esm/presentation/automations/contexts/AlertingDialogContext.d.ts +9 -0
  12. package/esm/presentation/automations/contexts/AlertingDialogContext.d.ts.map +1 -1
  13. package/esm/presentation/automations/contexts/AlertingDialogContext.js +9 -0
  14. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts +10 -0
  15. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts.map +1 -1
  16. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.js +10 -0
  17. package/esm/presentation/automations/scheduledEmail/ScheduledEmailDialog.d.ts +3 -1
  18. package/esm/presentation/automations/scheduledEmail/ScheduledEmailDialog.d.ts.map +1 -1
  19. package/esm/presentation/automations/scheduledEmail/ScheduledEmailDialog.js +5 -3
  20. package/esm/presentation/automations/scheduledEmail/types.d.ts +52 -8
  21. package/esm/presentation/automations/scheduledEmail/types.d.ts.map +1 -1
  22. package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
  23. package/esm/presentation/dashboard/components/DashboardRenderer.js +4 -1
  24. package/esm/presentation/dashboard/types.d.ts +20 -2
  25. package/esm/presentation/dashboard/types.d.ts.map +1 -1
  26. package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts +4 -2
  27. package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts.map +1 -1
  28. package/esm/presentation/dashboardContexts/DashboardComponentsContext.js +2 -0
  29. package/esm/presentation/dashboardContexts/DefaultDialogContextDecorator.d.ts +10 -0
  30. package/esm/presentation/dashboardContexts/DefaultDialogContextDecorator.d.ts.map +1 -0
  31. package/esm/presentation/dashboardContexts/DefaultDialogContextDecorator.js +9 -0
  32. package/esm/sdk-ui-dashboard.d.ts +144 -15
  33. package/package.json +21 -21
  34. package/styles/css/main.css +12 -0
  35. package/styles/css/main.css.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "11.53.0-alpha.4",
3
+ "version": "11.53.0-alpha.6",
4
4
  "description": "GoodData SDK - Dashboard Component",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -60,20 +60,20 @@
60
60
  "ts-invariant": "0.10.3",
61
61
  "tslib": "2.8.1",
62
62
  "uuid": "11.1.1",
63
- "@gooddata/sdk-backend-base": "11.53.0-alpha.4",
64
- "@gooddata/sdk-backend-spi": "11.53.0-alpha.4",
65
- "@gooddata/sdk-model": "11.53.0-alpha.4",
66
- "@gooddata/sdk-ui": "11.53.0-alpha.4",
67
- "@gooddata/sdk-ui-charts": "11.53.0-alpha.4",
68
- "@gooddata/sdk-ui-ext": "11.53.0-alpha.4",
69
- "@gooddata/sdk-ui-filters": "11.53.0-alpha.4",
70
- "@gooddata/sdk-ui-geo": "11.53.0-alpha.4",
71
- "@gooddata/sdk-ui-kit": "11.53.0-alpha.4",
72
- "@gooddata/sdk-ui-pivot": "11.53.0-alpha.4",
73
- "@gooddata/sdk-ui-semantic-search": "11.53.0-alpha.4",
74
- "@gooddata/sdk-ui-vis-commons": "11.53.0-alpha.4",
75
- "@gooddata/sdk-ui-theme-provider": "11.53.0-alpha.4",
76
- "@gooddata/util": "11.53.0-alpha.4"
63
+ "@gooddata/sdk-backend-base": "11.53.0-alpha.6",
64
+ "@gooddata/sdk-backend-spi": "11.53.0-alpha.6",
65
+ "@gooddata/sdk-ui-charts": "11.53.0-alpha.6",
66
+ "@gooddata/sdk-model": "11.53.0-alpha.6",
67
+ "@gooddata/sdk-ui": "11.53.0-alpha.6",
68
+ "@gooddata/sdk-ui-ext": "11.53.0-alpha.6",
69
+ "@gooddata/sdk-ui-geo": "11.53.0-alpha.6",
70
+ "@gooddata/sdk-ui-kit": "11.53.0-alpha.6",
71
+ "@gooddata/sdk-ui-filters": "11.53.0-alpha.6",
72
+ "@gooddata/sdk-ui-semantic-search": "11.53.0-alpha.6",
73
+ "@gooddata/sdk-ui-pivot": "11.53.0-alpha.6",
74
+ "@gooddata/sdk-ui-theme-provider": "11.53.0-alpha.6",
75
+ "@gooddata/sdk-ui-vis-commons": "11.53.0-alpha.6",
76
+ "@gooddata/util": "11.53.0-alpha.6"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@microsoft/api-documenter": "^7.17.0",
@@ -119,12 +119,12 @@
119
119
  "typescript": "5.9.3",
120
120
  "vitest": "4.1.8",
121
121
  "vitest-dom": "0.1.1",
122
- "@gooddata/i18n-toolkit": "11.53.0-alpha.4",
123
- "@gooddata/eslint-config": "11.53.0-alpha.4",
124
- "@gooddata/oxlint-config": "11.53.0-alpha.4",
125
- "@gooddata/sdk-backend-mockingbird": "11.53.0-alpha.4",
126
- "@gooddata/reference-workspace": "11.53.0-alpha.4",
127
- "@gooddata/stylelint-config": "11.53.0-alpha.4"
122
+ "@gooddata/i18n-toolkit": "11.53.0-alpha.6",
123
+ "@gooddata/oxlint-config": "11.53.0-alpha.6",
124
+ "@gooddata/eslint-config": "11.53.0-alpha.6",
125
+ "@gooddata/reference-workspace": "11.53.0-alpha.6",
126
+ "@gooddata/sdk-backend-mockingbird": "11.53.0-alpha.6",
127
+ "@gooddata/stylelint-config": "11.53.0-alpha.6"
128
128
  },
129
129
  "peerDependencies": {
130
130
  "react": "^18.0.0 || ^19.0.0",
@@ -11441,6 +11441,18 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
11441
11441
  text-overflow: ellipsis;
11442
11442
  }
11443
11443
 
11444
+ .gd-date-filter-button .button-subtitle > span {
11445
+ overflow: hidden;
11446
+ }
11447
+
11448
+ .gd-date-filter-button .button-subtitle .gd-bubble-trigger,
11449
+ .gd-date-filter-button .button-subtitle .shortened {
11450
+ display: inline-block;
11451
+ width: 100%;
11452
+ max-width: 100%;
11453
+ white-space: nowrap;
11454
+ }
11455
+
11444
11456
  .overlay .gd-date-filter-button .button-subtitle {
11445
11457
  flex: 1 1 auto;
11446
11458
  max-width: none;