@gooddata/sdk-ui-dashboard 11.19.0-alpha.3 → 11.19.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/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js.map +1 -1
- package/esm/kdaDialog/composition/AddFilterButton.d.ts.map +1 -1
- package/esm/kdaDialog/composition/AddFilterButton.js +1 -1
- package/esm/kdaDialog/composition/AddFilterButton.js.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversFooter.d.ts.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversFooter.js +9 -2
- package/esm/kdaDialog/composition/KeyDriversFooter.js.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialog.d.ts +1 -1
- package/esm/kdaDialog/dialog/KdaDialog.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialog.js +9 -3
- package/esm/kdaDialog/dialog/KdaDialog.js.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogActionButtons.d.ts +2 -1
- package/esm/kdaDialog/dialog/KdaDialogActionButtons.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogActionButtons.js +6 -4
- package/esm/kdaDialog/dialog/KdaDialogActionButtons.js.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogController.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogController.js +13 -4
- package/esm/kdaDialog/dialog/KdaDialogController.js.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogControls.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogControls.js +2 -2
- package/esm/kdaDialog/dialog/KdaDialogControls.js.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.js +1 -1
- package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.js.map +1 -1
- package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.d.ts +2 -2
- package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.js +5 -4
- package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.js.map +1 -1
- package/esm/kdaDialog/types.d.ts +4 -0
- package/esm/kdaDialog/types.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowUtils.d.ts +11 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowUtils.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowUtils.js +29 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowUtils.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.d.ts +4 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.js +122 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.js.map +1 -0
- package/esm/model/events/general.d.ts.map +1 -1
- package/esm/model/events/general.js.map +1 -1
- package/esm/model/react/useInitializeDashboardStore.d.ts.map +1 -1
- package/esm/model/react/useInitializeDashboardStore.js +2 -0
- package/esm/model/react/useInitializeDashboardStore.js.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +0 -6
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +0 -8
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/dashboardStore.d.ts.map +1 -1
- package/esm/model/store/dashboardStore.js +2 -0
- package/esm/model/store/dashboardStore.js.map +1 -1
- package/esm/model/store/dashboardSummaryWorkflow/constants.d.ts +7 -0
- package/esm/model/store/dashboardSummaryWorkflow/constants.d.ts.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/constants.js +8 -0
- package/esm/model/store/dashboardSummaryWorkflow/constants.js.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.d.ts +25 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.d.ts.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.js +46 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.js.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowSelectors.d.ts +6 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowSelectors.d.ts.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowSelectors.js +13 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowSelectors.js.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowState.d.ts +30 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowState.d.ts.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowState.js +5 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowState.js.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/index.d.ts +21 -0
- package/esm/model/store/dashboardSummaryWorkflow/index.d.ts.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/index.js +12 -0
- package/esm/model/store/dashboardSummaryWorkflow/index.js.map +1 -0
- package/esm/model/store/listedDashboards/listedDashboardsSummarySelectors.d.ts +8 -0
- package/esm/model/store/listedDashboards/listedDashboardsSummarySelectors.d.ts.map +1 -0
- package/esm/model/store/listedDashboards/listedDashboardsSummarySelectors.js +16 -0
- package/esm/model/store/listedDashboards/listedDashboardsSummarySelectors.js.map +1 -0
- package/esm/model/store/storeAccessors/SingleDashboardStoreAccessor.d.ts +19 -0
- package/esm/model/store/storeAccessors/SingleDashboardStoreAccessor.d.ts.map +1 -1
- package/esm/model/store/storeAccessors/SingleDashboardStoreAccessor.js +19 -0
- package/esm/model/store/storeAccessors/SingleDashboardStoreAccessor.js.map +1 -1
- package/esm/model/store/types.d.ts +7 -0
- package/esm/model/store/types.d.ts.map +1 -1
- package/esm/model/types/layoutTypes.d.ts.map +1 -1
- package/esm/model/types/layoutTypes.js.map +1 -1
- package/esm/plugins/customizationApis/visualizationSwitcherCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/visualizationSwitcherCustomizer.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelectOld.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +2 -2
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
- package/esm/presentation/dashboard/types.d.ts.map +1 -1
- package/esm/presentation/dashboardList/DashboardList.d.ts.map +1 -1
- package/esm/presentation/dashboardList/DashboardList.js +1 -1
- package/esm/presentation/dashboardList/DashboardList.js.map +1 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts.map +1 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js +0 -3
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +2 -2
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts +0 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
- package/esm/presentation/insightList/InsightList.d.ts.map +1 -1
- package/esm/presentation/insightList/InsightList.js +22 -49
- package/esm/presentation/insightList/InsightList.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +20 -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 +22 -2
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogSyncInsightProperties.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogSyncInsightProperties.js +5 -2
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogSyncInsightProperties.js.map +1 -1
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.d.ts.map +1 -1
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.js +31 -1
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.js.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +60 -2
- package/package.json +40 -42
- package/styles/css/configurationPanel.css +1 -1
- package/styles/css/main.css +1 -1
- package/styles/scss/configurationPanel.scss +1 -1
package/package.json
CHANGED
|
@@ -1,19 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.19.0-alpha.
|
|
3
|
+
"version": "11.19.0-alpha.5",
|
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
|
5
|
+
"license": "LicenseRef-LICENSE",
|
|
6
|
+
"author": "GoodData Corporation",
|
|
5
7
|
"repository": {
|
|
6
8
|
"type": "git",
|
|
7
9
|
"url": "https://github.com/gooddata/gooddata-ui-sdk.git",
|
|
8
10
|
"directory": "libs/sdk-ui-dashboard"
|
|
9
11
|
},
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
+
"files": [
|
|
13
|
+
"esm/**/*.js",
|
|
14
|
+
"esm/**/*.json",
|
|
15
|
+
"esm/**/*.d.ts",
|
|
16
|
+
"esm/**/*.map",
|
|
17
|
+
"esm/**/*.svg",
|
|
18
|
+
"esm/**/*.gif",
|
|
19
|
+
"styles",
|
|
20
|
+
"NOTICE"
|
|
21
|
+
],
|
|
22
|
+
"type": "module",
|
|
12
23
|
"sideEffects": [
|
|
13
24
|
"*.css",
|
|
14
25
|
"*.svg"
|
|
15
26
|
],
|
|
16
|
-
"
|
|
27
|
+
"browser": "./esm/index.js",
|
|
28
|
+
"types": "./esm/index.d.ts",
|
|
17
29
|
"exports": {
|
|
18
30
|
".": "./esm/index.js",
|
|
19
31
|
"./internal": "./esm/internal.js",
|
|
@@ -21,18 +33,6 @@
|
|
|
21
33
|
"./styles/scss/*": "./styles/scss/*",
|
|
22
34
|
"./esm/assets/*": "./esm/assets/*"
|
|
23
35
|
},
|
|
24
|
-
"browser": "./esm/index.js",
|
|
25
|
-
"types": "./esm/index.d.ts",
|
|
26
|
-
"files": [
|
|
27
|
-
"esm/**/*.js",
|
|
28
|
-
"esm/**/*.json",
|
|
29
|
-
"esm/**/*.d.ts",
|
|
30
|
-
"esm/**/*.map",
|
|
31
|
-
"esm/**/*.svg",
|
|
32
|
-
"esm/**/*.gif",
|
|
33
|
-
"styles",
|
|
34
|
-
"NOTICE"
|
|
35
|
-
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@codemirror/language": "~6.12.1",
|
|
38
38
|
"@evil-internetmann/react-dnd": "16.2.1",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"default-import": "1.1.5",
|
|
46
46
|
"immer": "10.1.1",
|
|
47
47
|
"json-stable-stringify": "1.3.0",
|
|
48
|
-
"lodash-es": "^4.17.
|
|
48
|
+
"lodash-es": "^4.17.23",
|
|
49
49
|
"lru-cache": "11.1.0",
|
|
50
50
|
"react-dnd-html5-backend": "^14.1.0",
|
|
51
51
|
"react-intl": "7.1.11",
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"ts-invariant": "^0.7.5",
|
|
61
61
|
"tslib": "2.8.1",
|
|
62
62
|
"uuid": "^11.1.0",
|
|
63
|
-
"@gooddata/sdk-backend-base": "11.19.0-alpha.
|
|
64
|
-
"@gooddata/sdk-
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-
|
|
67
|
-
"@gooddata/sdk-ui": "11.19.0-alpha.
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.19.0-alpha.
|
|
69
|
-
"@gooddata/sdk-ui-filters": "11.19.0-alpha.
|
|
70
|
-
"@gooddata/sdk-ui-geo": "11.19.0-alpha.
|
|
71
|
-
"@gooddata/sdk-ui-kit": "11.19.0-alpha.
|
|
72
|
-
"@gooddata/sdk-ui-pivot": "11.19.0-alpha.
|
|
73
|
-
"@gooddata/sdk-ui-theme-provider": "11.19.0-alpha.
|
|
74
|
-
"@gooddata/sdk-ui-vis-commons": "11.19.0-alpha.
|
|
75
|
-
"@gooddata/util": "11.19.0-alpha.
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.19.0-alpha.5",
|
|
64
|
+
"@gooddata/sdk-model": "11.19.0-alpha.5",
|
|
65
|
+
"@gooddata/sdk-ui": "11.19.0-alpha.5",
|
|
66
|
+
"@gooddata/sdk-backend-spi": "11.19.0-alpha.5",
|
|
67
|
+
"@gooddata/sdk-ui-charts": "11.19.0-alpha.5",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.19.0-alpha.5",
|
|
69
|
+
"@gooddata/sdk-ui-filters": "11.19.0-alpha.5",
|
|
70
|
+
"@gooddata/sdk-ui-geo": "11.19.0-alpha.5",
|
|
71
|
+
"@gooddata/sdk-ui-kit": "11.19.0-alpha.5",
|
|
72
|
+
"@gooddata/sdk-ui-pivot": "11.19.0-alpha.5",
|
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "11.19.0-alpha.5",
|
|
74
|
+
"@gooddata/sdk-ui-vis-commons": "11.19.0-alpha.5",
|
|
75
|
+
"@gooddata/util": "11.19.0-alpha.5"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -93,34 +93,32 @@
|
|
|
93
93
|
"@vitest/eslint-plugin": "1.6.6",
|
|
94
94
|
"dependency-cruiser": "^14.1.2",
|
|
95
95
|
"eslint": "^9.39.2",
|
|
96
|
-
"eslint-config-prettier": "10.1.8",
|
|
97
96
|
"eslint-plugin-header": "3.1.1",
|
|
98
97
|
"eslint-plugin-import-esm": "1.2.1",
|
|
99
98
|
"eslint-plugin-import-x": "4.16.1",
|
|
100
99
|
"eslint-plugin-jsdoc": "62.1.0",
|
|
101
100
|
"eslint-plugin-no-barrel-files": "1.2.2",
|
|
102
101
|
"eslint-plugin-no-only-tests": "3.3.0",
|
|
103
|
-
"eslint-plugin-prettier": "5.5.4",
|
|
104
102
|
"eslint-plugin-react": "7.37.5",
|
|
105
103
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
106
104
|
"eslint-plugin-sonarjs": "3.0.6",
|
|
107
105
|
"happy-dom": "18.0.1",
|
|
108
106
|
"npm-run-all": "^4.1.5",
|
|
109
|
-
"
|
|
107
|
+
"oxfmt": "0.27.0",
|
|
110
108
|
"raf": "^3.4.1",
|
|
111
109
|
"react": "19.1.1",
|
|
112
110
|
"react-dom": "19.1.1",
|
|
113
111
|
"sass": "1.70.0",
|
|
114
|
-
"stylelint": "^
|
|
112
|
+
"stylelint": "^16.26.1",
|
|
115
113
|
"svgo": "^2.8.0",
|
|
116
114
|
"typescript": "5.9.3",
|
|
117
115
|
"vitest": "4.0.8",
|
|
118
116
|
"vitest-dom": "0.1.1",
|
|
119
|
-
"@gooddata/eslint-config": "11.19.0-alpha.
|
|
120
|
-
"@gooddata/i18n-toolkit": "11.19.0-alpha.
|
|
121
|
-
"@gooddata/reference-workspace": "11.19.0-alpha.
|
|
122
|
-
"@gooddata/
|
|
123
|
-
"@gooddata/
|
|
117
|
+
"@gooddata/eslint-config": "11.19.0-alpha.5",
|
|
118
|
+
"@gooddata/i18n-toolkit": "11.19.0-alpha.5",
|
|
119
|
+
"@gooddata/reference-workspace": "11.19.0-alpha.5",
|
|
120
|
+
"@gooddata/stylelint-config": "11.19.0-alpha.5",
|
|
121
|
+
"@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.5"
|
|
124
122
|
},
|
|
125
123
|
"peerDependencies": {
|
|
126
124
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -140,15 +138,15 @@
|
|
|
140
138
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
141
139
|
"eslint": "eslint .",
|
|
142
140
|
"eslint-fix": "eslint . --fix",
|
|
143
|
-
"
|
|
144
|
-
"
|
|
141
|
+
"oxfmt-check": "oxfmt --check .",
|
|
142
|
+
"oxfmt-write": "oxfmt .",
|
|
145
143
|
"scss": "sass --load-path=node_modules styles/scss:styles/css",
|
|
146
144
|
"stylelint": "stylelint '**/*.scss'",
|
|
147
145
|
"stylelint-fix": "stylelint '**/*.scss' --fix",
|
|
148
146
|
"test": "vitest --watch",
|
|
149
147
|
"test-once": "vitest run",
|
|
150
148
|
"test-once-with-coverage": "vitest --coverage=true",
|
|
151
|
-
"validate": "
|
|
149
|
+
"validate": "npm run eslint && npm run dep-cruiser && npm run stylelint && npm run validate-locales && npm run oxfmt-check && npm run validate-theming",
|
|
152
150
|
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-dashboard\"'",
|
|
153
151
|
"validate-locales": "i18n-toolkit",
|
|
154
152
|
"validate-theming": "npm run scss && node scripts/validateCss.js"
|
package/styles/css/main.css
CHANGED
|
@@ -24586,8 +24586,8 @@ figure {
|
|
|
24586
24586
|
background: none;
|
|
24587
24587
|
}
|
|
24588
24588
|
.sdk-edit-mode-on .gd-visualizations-list .gd-visualizations-list-item {
|
|
24589
|
-
margin-right: 0;
|
|
24590
24589
|
margin-left: 15px;
|
|
24590
|
+
margin-right: 15px;
|
|
24591
24591
|
padding-right: 5px;
|
|
24592
24592
|
padding-left: 5px;
|
|
24593
24593
|
}
|