@gooddata/sdk-ui 11.53.0-alpha.6 → 11.53.0-alpha.7

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.
@@ -3882,7 +3882,7 @@ export const en_US = {
3882
3882
  "crowdinContext": "Name of the workspace permission that allows user to create, edit or delete metrics in workspace."
3883
3883
  },
3884
3884
  "userManagement.workspace.permission.createMetric.tooltip": {
3885
- "text": "Adds CREATE_METRIC permission to create, edit or delete metrics.",
3885
+ "text": "Adds CREATE_METRIC permission to create and manage new metrics. To manage any other metric, the user needs access to it.",
3886
3886
  "crowdinContext": "Create metric permission tooltip"
3887
3887
  },
3888
3888
  "userManagement.workspace.permission.useAiAssistant": {
@@ -1 +1 @@
1
- {"version":3,"file":"export.d.ts","sourceRoot":"","sources":["../../../src/base/vis/export.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,gBAAgB,EAA0C,MAAM,2BAA2B,CAAC;AAE1G,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEtE,OAAO,EAAE,KAAK,eAAe,EAA8B,MAAM,aAAa,CAAC;AAgD/E;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,gBAAgB,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,eAAe,CAKpG;AAED;;;;;;GAMG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,gBAAgB,GAAG,eAAe,CAIlF"}
1
+ {"version":3,"file":"export.d.ts","sourceRoot":"","sources":["../../../src/base/vis/export.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,gBAAgB,EAA0C,MAAM,2BAA2B,CAAC;AAE1G,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEtE,OAAO,EAAE,KAAK,eAAe,EAA8B,MAAM,aAAa,CAAC;AAkD/E;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,gBAAgB,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,eAAe,CAKpG;AAED;;;;;;GAMG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,gBAAgB,GAAG,eAAe,CAIlF"}
@@ -1,7 +1,7 @@
1
1
  // (C) 2007-2026 GoodData Corporation
2
2
  const escapeFileName = (str) => str?.replace(/[/?<>\\:*|"]/g, "");
3
3
  function buildExportRequestConfig(exportConfig, exportTitle) {
4
- const { format, includeFilterContext, showFilters, mergeHeaders, title: customTitle, delimiter, pdfConfiguration, grandTotalsPosition, timeout, } = exportConfig;
4
+ const { format, includeFilterContext, showFilters, mergeHeaders, title: customTitle, delimiter, pdfConfiguration, grandTotalsPosition, timezoneId, timeout, } = exportConfig;
5
5
  const title = escapeFileName(customTitle || exportTitle || "Untitled");
6
6
  const exportRequestConfig = {
7
7
  format,
@@ -9,6 +9,7 @@ function buildExportRequestConfig(exportConfig, exportTitle) {
9
9
  title,
10
10
  delimiter,
11
11
  ...(grandTotalsPosition ? { grandTotalsPosition } : {}),
12
+ ...(timezoneId ? { timezoneId } : {}),
12
13
  // layer titles become sheet/file names, so they need the same sanitization as the main title
13
14
  ...(exportConfig.additionalExecutions
14
15
  ? {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "11.53.0-alpha.6",
3
+ "version": "11.53.0-alpha.7",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -42,9 +42,9 @@
42
42
  "ts-invariant": "0.10.3",
43
43
  "tslib": "2.8.1",
44
44
  "uuid": "11.1.1",
45
- "@gooddata/sdk-backend-spi": "11.53.0-alpha.6",
46
- "@gooddata/util": "11.53.0-alpha.6",
47
- "@gooddata/sdk-model": "11.53.0-alpha.6"
45
+ "@gooddata/sdk-backend-spi": "11.53.0-alpha.7",
46
+ "@gooddata/sdk-model": "11.53.0-alpha.7",
47
+ "@gooddata/util": "11.53.0-alpha.7"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-documenter": "^7.17.0",
@@ -87,13 +87,13 @@
87
87
  "typescript": "5.9.3",
88
88
  "vitest": "4.1.8",
89
89
  "vitest-dom": "0.1.1",
90
- "@gooddata/eslint-config": "11.53.0-alpha.6",
91
- "@gooddata/i18n-toolkit": "11.53.0-alpha.6",
92
- "@gooddata/oxlint-config": "11.53.0-alpha.6",
93
- "@gooddata/reference-workspace": "11.53.0-alpha.6",
94
- "@gooddata/sdk-backend-base": "11.53.0-alpha.6",
95
- "@gooddata/sdk-backend-mockingbird": "11.53.0-alpha.6",
96
- "@gooddata/stylelint-config": "11.53.0-alpha.6"
90
+ "@gooddata/eslint-config": "11.53.0-alpha.7",
91
+ "@gooddata/i18n-toolkit": "11.53.0-alpha.7",
92
+ "@gooddata/oxlint-config": "11.53.0-alpha.7",
93
+ "@gooddata/reference-workspace": "11.53.0-alpha.7",
94
+ "@gooddata/sdk-backend-base": "11.53.0-alpha.7",
95
+ "@gooddata/sdk-backend-mockingbird": "11.53.0-alpha.7",
96
+ "@gooddata/stylelint-config": "11.53.0-alpha.7"
97
97
  },
98
98
  "peerDependencies": {
99
99
  "react": "^18.0.0 || ^19.0.0",