@gooddata/sdk-ui-dashboard 11.52.0-alpha.3 → 11.52.0-alpha.5
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 +105 -33
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/{useAlertFilters.d.ts → useAlertFiltersModel.d.ts} +4 -4
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertFiltersModel.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/{useAlertFilters.js → useAlertFiltersModel.js} +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertFormState.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertFormState.js +6 -6
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +3 -3
- package/esm/presentation/dashboard/components/DashboardLoading.js +1 -1
- package/esm/presentation/dashboardSettingsDialog/TimezoneOption.d.ts.map +1 -1
- package/esm/presentation/dashboardSettingsDialog/TimezoneOption.js +12 -10
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +8 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +18 -10
- package/esm/presentation/timezoneDialog/TimezoneDialog.d.ts.map +1 -1
- package/esm/presentation/timezoneDialog/TimezoneDialog.js +2 -4
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.d.ts.map +1 -1
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.js +1 -1
- package/package.json +21 -21
- package/styles/css/dashboardSettingsDialog.css +3 -0
- package/styles/css/dashboardSettingsDialog.css.map +1 -1
- package/styles/css/main.css +3 -0
- package/styles/css/main.css.map +1 -1
- package/styles/scss/dashboardSettingsDialog.scss +4 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertFilters.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VisualizationSwitcherNavigationHeader.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,4BAA4B,EAAE,MAAM,qBAAqB,CAAC;AAU7F,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AAG3E,UAAU,2CAA2C;IACjD,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,mBAAmB,EAAE,cAAc,CAAC;IACpC,MAAM,EAAE,4BAA4B,CAAC;IACrC,2BAA2B,EAAE,CAAC,eAAe,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/D,UAAU,CAAC,EAAE,0BAA0B,CAAC;IACxC,OAAO,EAAE,MAAM,CAAC;CACnB;AAaD,wBAAgB,qCAAqC,CAAC,EAClD,MAAM,EACN,WAAW,EACX,YAAY,EACZ,mBAAmB,EACnB,2BAA2B,EAC3B,UAAU,EACV,OAAO,EACV,EAAE,2CAA2C,
|
|
1
|
+
{"version":3,"file":"VisualizationSwitcherNavigationHeader.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,4BAA4B,EAAE,MAAM,qBAAqB,CAAC;AAU7F,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AAG3E,UAAU,2CAA2C;IACjD,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,mBAAmB,EAAE,cAAc,CAAC;IACpC,MAAM,EAAE,4BAA4B,CAAC;IACrC,2BAA2B,EAAE,CAAC,eAAe,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/D,UAAU,CAAC,EAAE,0BAA0B,CAAC;IACxC,OAAO,EAAE,MAAM,CAAC;CACnB;AAaD,wBAAgB,qCAAqC,CAAC,EAClD,MAAM,EACN,WAAW,EACX,YAAY,EACZ,mBAAmB,EACnB,2BAA2B,EAC3B,UAAU,EACV,OAAO,EACV,EAAE,2CAA2C,2CAmD7C"}
|
|
@@ -29,7 +29,7 @@ export function VisualizationSwitcherNavigationHeader({ widget, clientWidth, cli
|
|
|
29
29
|
onActiveVisualizationChange(item.id);
|
|
30
30
|
userInteraction.visualizationSwitcherInteraction("visualizationSwitcherSwitched");
|
|
31
31
|
}, [onActiveVisualizationChange, userInteraction]);
|
|
32
|
-
return (_jsx(Dropdown, { alignPoints: alignPoints, autofocusOnOpen: true, renderBody: ({ closeDropdown, ariaAttributes }) => (_jsx(UiListbox, { items: items, selectedItemId: activeVisualization.identifier, onSelect: handleSelectVisualization, onClose: closeDropdown, ariaAttributes: ariaAttributes, maxWidth: clientWidth ?? 200, dataTestId: "s-visualization-switcher-widget-list", itemDataTestId: "s-visualization-switcher-widget-list-item" })), renderButton: ({ toggleDropdown, isOpen, ariaAttributes, buttonRef }) => (_jsx(VisualizationSwitcherNavigationHeaderButton, { title: activeVisualization.title, isOpen: isOpen, toggleDropdown: toggleDropdown, clientHeight: clientHeight, exportData: exportData, ariaAttributes: ariaAttributes, titleId: titleId, ref: buttonRef })) }));
|
|
32
|
+
return (_jsx(Dropdown, { alignPoints: alignPoints, accessibilityConfig: { popupRole: "listbox" }, autofocusOnOpen: true, renderBody: ({ closeDropdown, ariaAttributes }) => (_jsx(UiListbox, { items: items, selectedItemId: activeVisualization.identifier, onSelect: handleSelectVisualization, onClose: closeDropdown, ariaAttributes: ariaAttributes, maxWidth: clientWidth ?? 200, dataTestId: "s-visualization-switcher-widget-list", itemDataTestId: "s-visualization-switcher-widget-list-item" })), renderButton: ({ toggleDropdown, isOpen, ariaAttributes, buttonRef }) => (_jsx(VisualizationSwitcherNavigationHeaderButton, { title: activeVisualization.title, isOpen: isOpen, toggleDropdown: toggleDropdown, clientHeight: clientHeight, exportData: exportData, ariaAttributes: ariaAttributes, titleId: titleId, ref: buttonRef })) }));
|
|
33
33
|
}
|
|
34
34
|
const VisualizationSwitcherNavigationHeaderButton = forwardRef(function VisualizationSwitcherNavigationHeaderButton({ isOpen, toggleDropdown, title, clientHeight, ariaAttributes, exportData, titleId }, ref) {
|
|
35
35
|
const classNames = cx("gd-visualization-switcher-widget-header s-visualization-switcher-widget-header", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.52.0-alpha.
|
|
3
|
+
"version": "11.52.0-alpha.5",
|
|
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.52.0-alpha.
|
|
64
|
-
"@gooddata/sdk-backend-spi": "11.52.0-alpha.
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-ui
|
|
67
|
-
"@gooddata/sdk-ui-
|
|
68
|
-
"@gooddata/sdk-ui-
|
|
69
|
-
"@gooddata/sdk-
|
|
70
|
-
"@gooddata/sdk-ui-
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/sdk-ui-
|
|
74
|
-
"@gooddata/sdk-ui-theme-provider": "11.52.0-alpha.
|
|
75
|
-
"@gooddata/sdk-ui-vis-commons": "11.52.0-alpha.
|
|
76
|
-
"@gooddata/util": "11.52.0-alpha.
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.52.0-alpha.5",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.52.0-alpha.5",
|
|
65
|
+
"@gooddata/sdk-model": "11.52.0-alpha.5",
|
|
66
|
+
"@gooddata/sdk-ui": "11.52.0-alpha.5",
|
|
67
|
+
"@gooddata/sdk-ui-charts": "11.52.0-alpha.5",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.52.0-alpha.5",
|
|
69
|
+
"@gooddata/sdk-ui-filters": "11.52.0-alpha.5",
|
|
70
|
+
"@gooddata/sdk-ui-geo": "11.52.0-alpha.5",
|
|
71
|
+
"@gooddata/sdk-ui-kit": "11.52.0-alpha.5",
|
|
72
|
+
"@gooddata/sdk-ui-semantic-search": "11.52.0-alpha.5",
|
|
73
|
+
"@gooddata/sdk-ui-pivot": "11.52.0-alpha.5",
|
|
74
|
+
"@gooddata/sdk-ui-theme-provider": "11.52.0-alpha.5",
|
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "11.52.0-alpha.5",
|
|
76
|
+
"@gooddata/util": "11.52.0-alpha.5"
|
|
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/eslint-config": "11.52.0-alpha.
|
|
123
|
-
"@gooddata/i18n-toolkit": "11.52.0-alpha.
|
|
124
|
-
"@gooddata/oxlint-config": "11.52.0-alpha.
|
|
125
|
-
"@gooddata/reference-workspace": "11.52.0-alpha.
|
|
126
|
-
"@gooddata/sdk-backend-mockingbird": "11.52.0-alpha.
|
|
127
|
-
"@gooddata/stylelint-config": "11.52.0-alpha.
|
|
122
|
+
"@gooddata/eslint-config": "11.52.0-alpha.5",
|
|
123
|
+
"@gooddata/i18n-toolkit": "11.52.0-alpha.5",
|
|
124
|
+
"@gooddata/oxlint-config": "11.52.0-alpha.5",
|
|
125
|
+
"@gooddata/reference-workspace": "11.52.0-alpha.5",
|
|
126
|
+
"@gooddata/sdk-backend-mockingbird": "11.52.0-alpha.5",
|
|
127
|
+
"@gooddata/stylelint-config": "11.52.0-alpha.5"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
130
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/dashboardSettingsDialog.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACAA;EACI;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA,aC8EU;ED7EV,OCMQ;;ADHZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;EACA,OCvBO;;AD4BnB;EACI;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;;AAIR;EACI","file":"dashboardSettingsDialog.css"}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/dashboardSettingsDialog.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACAA;EACI;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA,aC8EU;ED7EV,OCMQ;;ADHZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;EACA,OCvBO;;AD4BnB;EACI;;AAEA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI","file":"dashboardSettingsDialog.css"}
|
package/styles/css/main.css
CHANGED
|
@@ -31503,6 +31503,9 @@ figure {
|
|
|
31503
31503
|
display: block;
|
|
31504
31504
|
width: 100%;
|
|
31505
31505
|
}
|
|
31506
|
+
.gd-dashboard-settings-dialog .gd-timezone-select {
|
|
31507
|
+
width: 280px;
|
|
31508
|
+
}
|
|
31506
31509
|
.gd-dashboard-settings-dialog .gd-dashboard-content-wrapper {
|
|
31507
31510
|
margin: 0 -20px;
|
|
31508
31511
|
padding: 0 20px 20px 20px;
|