@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.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/index.d.ts +4 -4
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -2
- package/esm/presentation/automations/alerting/AlertingDialog.d.ts +2 -1
- package/esm/presentation/automations/alerting/AlertingDialog.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/AlertingDialog.js +4 -3
- package/esm/presentation/automations/alerting/types.d.ts +45 -7
- package/esm/presentation/automations/alerting/types.d.ts.map +1 -1
- package/esm/presentation/automations/contexts/AlertingDialogContext.d.ts +9 -0
- package/esm/presentation/automations/contexts/AlertingDialogContext.d.ts.map +1 -1
- package/esm/presentation/automations/contexts/AlertingDialogContext.js +9 -0
- package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts +10 -0
- package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts.map +1 -1
- package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.js +10 -0
- package/esm/presentation/automations/scheduledEmail/ScheduledEmailDialog.d.ts +3 -1
- package/esm/presentation/automations/scheduledEmail/ScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/ScheduledEmailDialog.js +5 -3
- package/esm/presentation/automations/scheduledEmail/types.d.ts +52 -8
- package/esm/presentation/automations/scheduledEmail/types.d.ts.map +1 -1
- 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 +20 -2
- package/esm/presentation/dashboard/types.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts +4 -2
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.js +2 -0
- package/esm/presentation/dashboardContexts/DefaultDialogContextDecorator.d.ts +10 -0
- package/esm/presentation/dashboardContexts/DefaultDialogContextDecorator.d.ts.map +1 -0
- package/esm/presentation/dashboardContexts/DefaultDialogContextDecorator.js +9 -0
- package/esm/sdk-ui-dashboard.d.ts +144 -15
- package/package.json +21 -21
- package/styles/css/main.css +12 -0
- 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.
|
|
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.
|
|
64
|
-
"@gooddata/sdk-backend-spi": "11.53.0-alpha.
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-
|
|
67
|
-
"@gooddata/sdk-ui
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.53.0-alpha.
|
|
69
|
-
"@gooddata/sdk-ui-
|
|
70
|
-
"@gooddata/sdk-ui-
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/sdk-ui-
|
|
74
|
-
"@gooddata/sdk-ui-
|
|
75
|
-
"@gooddata/sdk-ui-
|
|
76
|
-
"@gooddata/util": "11.53.0-alpha.
|
|
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.
|
|
123
|
-
"@gooddata/
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/
|
|
126
|
-
"@gooddata/
|
|
127
|
-
"@gooddata/stylelint-config": "11.53.0-alpha.
|
|
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",
|
package/styles/css/main.css
CHANGED
|
@@ -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;
|