@gooddata/sdk-ui-dashboard 11.44.0-alpha.2 → 11.44.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 +9 -9
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -1
- package/esm/model/commandHandlers/drill/crossFilteringHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/crossFilteringHandler.js +2 -3
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.js +1 -3
- package/esm/model/store/config/configSelectors.d.ts +0 -42
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +0 -56
- package/esm/model/store/tabs/layout/layoutSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/layout/layoutSelectors.js +2 -3
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +2 -1
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersSelectors.js +3 -2
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +2 -2
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.js +49 -6
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.test.d.ts +2 -0
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.test.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.test.js +165 -0
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.js +10 -5
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.test.js +1 -1
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.js +2 -8
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.js +0 -1
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.d.ts +3 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.js +38 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.test.d.ts +2 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.test.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.test.js +42 -0
- package/esm/presentation/automations/contexts/AutomationsContext.d.ts +12 -1
- package/esm/presentation/automations/contexts/AutomationsContext.d.ts.map +1 -1
- package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts +1 -6
- package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts.map +1 -1
- package/esm/presentation/automations/contexts/ScheduledEmailManagementDialogContext.d.ts +54 -0
- package/esm/presentation/automations/contexts/ScheduledEmailManagementDialogContext.d.ts.map +1 -0
- package/esm/presentation/automations/contexts/ScheduledEmailManagementDialogContext.js +11 -0
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +2 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduleValidation.js +2 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.js +5 -35
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentBasic.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentBasic.js +5 -15
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentEnhanced.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentEnhanced.js +7 -25
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.js +3 -5
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmail.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmail.js +3 -6
- package/esm/presentation/automations/scheduledEmail/hooks/useScheduleEmailDialogAccessibility.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/hooks/useScheduleEmailDialogAccessibility.js +3 -4
- package/esm/presentation/automations/shared/automationFilters/components/AutomationDateFilter.test.js +2 -1
- package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.js +2 -4
- package/esm/presentation/dashboard/DashboardSidebar/FloatingToolbar.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/FloatingToolbar.js +2 -3
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js +1 -3
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AddAttributeFilterPlaceholder.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AddAttributeFilterPlaceholder.js +1 -4
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +11 -6
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAvailableDatasetsForItems.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAvailableDatasetsForItems.js +1 -4
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.js +1 -3
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ParentFiltersPage.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ParentFiltersPage.js +1 -4
- package/esm/presentation/filterBar/filterBar/filterViews/AddFilterView.js +1 -1
- package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js +18 -6
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js +10 -3
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +8 -4
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +8 -4
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.js +2 -3
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js +2 -3
- package/esm/presentation/widget/insight/configuration/InsightCrossFiltering.d.ts +1 -1
- package/esm/presentation/widget/insight/configuration/InsightCrossFiltering.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightCrossFiltering.js +1 -6
- package/esm/sdk-ui-dashboard.d.ts +0 -49
- package/package.json +20 -20
- package/styles/css/main.css +12 -0
- package/styles/css/main.css.map +1 -1
|
@@ -23818,13 +23818,6 @@ export declare const selectEnableAutomations: DashboardSelector<boolean>;
|
|
|
23818
23818
|
*/
|
|
23819
23819
|
export declare const selectEnableComparisonInAlerting: DashboardSelector<boolean>;
|
|
23820
23820
|
|
|
23821
|
-
/**
|
|
23822
|
-
* Returns whether cross filtering should use alias titles.
|
|
23823
|
-
*
|
|
23824
|
-
* @internal
|
|
23825
|
-
*/
|
|
23826
|
-
export declare const selectEnableCrossFilteringAliasTitles: DashboardSelector<boolean>;
|
|
23827
|
-
|
|
23828
23821
|
/**
|
|
23829
23822
|
* Returns whether customized dashboards without plugin overlay are enabled.
|
|
23830
23823
|
* When enabled, the plugin overlay will not be displayed on dashboard items.
|
|
@@ -23889,13 +23882,6 @@ export declare const selectEnableDashboardTabularExport: DashboardSelector<boole
|
|
|
23889
23882
|
*/
|
|
23890
23883
|
export declare const selectEnableDateFilterIdentifiers: DashboardSelector<boolean>;
|
|
23891
23884
|
|
|
23892
|
-
/**
|
|
23893
|
-
* Returns whether drill dialog tooltip is enabled.
|
|
23894
|
-
*
|
|
23895
|
-
* @internal
|
|
23896
|
-
*/
|
|
23897
|
-
export declare const selectEnableDrilledTooltip: DashboardSelector<boolean>;
|
|
23898
|
-
|
|
23899
23885
|
/**
|
|
23900
23886
|
* @internal
|
|
23901
23887
|
*/
|
|
@@ -23922,13 +23908,6 @@ export declare const selectEnableExportToDocumentStorage: DashboardSelector<bool
|
|
|
23922
23908
|
*/
|
|
23923
23909
|
export declare const selectEnableExportToPdfTabular: DashboardSelector<boolean>;
|
|
23924
23910
|
|
|
23925
|
-
/**
|
|
23926
|
-
* Returns whether external recipients are enabled.
|
|
23927
|
-
*
|
|
23928
|
-
* @internal
|
|
23929
|
-
*/
|
|
23930
|
-
export declare const selectEnableExternalRecipients: DashboardSelector<boolean>;
|
|
23931
|
-
|
|
23932
23911
|
/**
|
|
23933
23912
|
* Returns whether filter control in drilling configuration is enabled.
|
|
23934
23913
|
*
|
|
@@ -23950,13 +23929,6 @@ export declare const selectEnableFilterValuesResolutionInDrillEvents: DashboardS
|
|
|
23950
23929
|
*/
|
|
23951
23930
|
export declare const selectEnableFiscalCalendars: DashboardSelector<boolean>;
|
|
23952
23931
|
|
|
23953
|
-
/**
|
|
23954
|
-
* Returns whether ignore cross-filtering enabled.
|
|
23955
|
-
*
|
|
23956
|
-
* @internal
|
|
23957
|
-
*/
|
|
23958
|
-
export declare const selectEnableIgnoreCrossFiltering: DashboardSelector<boolean>;
|
|
23959
|
-
|
|
23960
23932
|
/**
|
|
23961
23933
|
* Returns whether attribute filter displays duplicated values when filter uses secondary label value.
|
|
23962
23934
|
*
|
|
@@ -23971,13 +23943,6 @@ export declare const selectEnableImmediateAttributeFilterDisplayAsLabelMigration
|
|
|
23971
23943
|
*/
|
|
23972
23944
|
export declare const selectEnableInPlatformNotifications: DashboardSelector<boolean>;
|
|
23973
23945
|
|
|
23974
|
-
/**
|
|
23975
|
-
* Returns whether KD attribute filter by dates validation/filtering is enabled.
|
|
23976
|
-
*
|
|
23977
|
-
* @internal
|
|
23978
|
-
*/
|
|
23979
|
-
export declare const selectEnableKDAttributeFilterDatesValidation: DashboardSelector<boolean>;
|
|
23980
|
-
|
|
23981
23946
|
/**
|
|
23982
23947
|
* Returns whether KD cross filtering is enabled.
|
|
23983
23948
|
*
|
|
@@ -24020,13 +23985,6 @@ export declare const selectEnableKPIDashboardExportPDF: DashboardSelector<string
|
|
|
24020
23985
|
*/
|
|
24021
23986
|
export declare const selectEnableMeasureValueFilterKD: DashboardSelector<boolean>;
|
|
24022
23987
|
|
|
24023
|
-
/**
|
|
24024
|
-
* Returns whether multiple date filters are enabled.
|
|
24025
|
-
*
|
|
24026
|
-
* @internal
|
|
24027
|
-
*/
|
|
24028
|
-
export declare const selectEnableMultipleDateFilters: DashboardSelector<boolean>;
|
|
24029
|
-
|
|
24030
23988
|
/**
|
|
24031
23989
|
* Selector for the new scheduled export feature flag
|
|
24032
23990
|
*
|
|
@@ -24098,13 +24056,6 @@ export declare const selectEnableSnapshotExportAccessibility: DashboardSelector<
|
|
|
24098
24056
|
*/
|
|
24099
24057
|
export declare const selectEnableUnavailableItemsVisibility: DashboardSelector<boolean>;
|
|
24100
24058
|
|
|
24101
|
-
/**
|
|
24102
|
-
* Returns whether rich text widgets are enabled.
|
|
24103
|
-
*
|
|
24104
|
-
* @internal
|
|
24105
|
-
*/
|
|
24106
|
-
export declare const selectEnableVisualizationSwitcher: DashboardSelector<boolean>;
|
|
24107
|
-
|
|
24108
24059
|
/**
|
|
24109
24060
|
* @alpha
|
|
24110
24061
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.44.0
|
|
3
|
+
"version": "11.44.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.1",
|
|
63
|
-
"@gooddata/sdk-backend-
|
|
64
|
-
"@gooddata/sdk-
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-ui": "11.44.0
|
|
67
|
-
"@gooddata/sdk-
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.44.0
|
|
69
|
-
"@gooddata/sdk-ui-filters": "11.44.0
|
|
70
|
-
"@gooddata/sdk-ui-geo": "11.44.0
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/sdk-ui-
|
|
74
|
-
"@gooddata/sdk-ui-
|
|
75
|
-
"@gooddata/util": "11.44.0
|
|
63
|
+
"@gooddata/sdk-backend-spi": "11.44.0",
|
|
64
|
+
"@gooddata/sdk-model": "11.44.0",
|
|
65
|
+
"@gooddata/sdk-ui-charts": "11.44.0",
|
|
66
|
+
"@gooddata/sdk-ui": "11.44.0",
|
|
67
|
+
"@gooddata/sdk-backend-base": "11.44.0",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.44.0",
|
|
69
|
+
"@gooddata/sdk-ui-filters": "11.44.0",
|
|
70
|
+
"@gooddata/sdk-ui-geo": "11.44.0",
|
|
71
|
+
"@gooddata/sdk-ui-pivot": "11.44.0",
|
|
72
|
+
"@gooddata/sdk-ui-kit": "11.44.0",
|
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "11.44.0",
|
|
74
|
+
"@gooddata/sdk-ui-vis-commons": "11.44.0",
|
|
75
|
+
"@gooddata/util": "11.44.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.8",
|
|
120
120
|
"vitest-dom": "0.1.1",
|
|
121
|
-
"@gooddata/
|
|
122
|
-
"@gooddata/oxlint-config": "11.44.0
|
|
123
|
-
"@gooddata/
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/sdk-backend-mockingbird": "11.44.0
|
|
126
|
-
"@gooddata/stylelint-config": "11.44.0
|
|
121
|
+
"@gooddata/i18n-toolkit": "11.44.0",
|
|
122
|
+
"@gooddata/oxlint-config": "11.44.0",
|
|
123
|
+
"@gooddata/reference-workspace": "11.44.0",
|
|
124
|
+
"@gooddata/eslint-config": "11.44.0",
|
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "11.44.0",
|
|
126
|
+
"@gooddata/stylelint-config": "11.44.0"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"react": "^18.0.0 || ^19.0.0",
|
package/styles/css/main.css
CHANGED
|
@@ -5280,6 +5280,12 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
5280
5280
|
background: var(--gd-palette-error-base-t85, rgba(229, 77, 66, 0.15));
|
|
5281
5281
|
}
|
|
5282
5282
|
|
|
5283
|
+
.gd-ui-kit-control-button--isWarning {
|
|
5284
|
+
font-size: 12px;
|
|
5285
|
+
color: var(--gd-palette-warning-base, #f18600);
|
|
5286
|
+
background: var(--gd-palette-warning-base-t85, rgba(241, 134, 0, 0.15));
|
|
5287
|
+
}
|
|
5288
|
+
|
|
5283
5289
|
.gd-ui-kit-control-button--disabled {
|
|
5284
5290
|
cursor: default;
|
|
5285
5291
|
}
|
|
@@ -16286,6 +16292,12 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
16286
16292
|
background: var(--gd-palette-error-base-t85, rgba(229, 77, 66, 0.15));
|
|
16287
16293
|
}
|
|
16288
16294
|
|
|
16295
|
+
.gd-ui-kit-control-button--isWarning {
|
|
16296
|
+
font-size: 12px;
|
|
16297
|
+
color: var(--gd-palette-warning-base, #f18600);
|
|
16298
|
+
background: var(--gd-palette-warning-base-t85, rgba(241, 134, 0, 0.15));
|
|
16299
|
+
}
|
|
16300
|
+
|
|
16289
16301
|
.gd-ui-kit-control-button--disabled {
|
|
16290
16302
|
cursor: default;
|
|
16291
16303
|
}
|