@gooddata/sdk-ui-ext 11.48.0-alpha.1 → 11.48.0-alpha.3

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.
Files changed (77) hide show
  1. package/esm/internal/components/configurationControls/colors/ColorsSection.d.ts +3 -1
  2. package/esm/internal/components/configurationControls/colors/ColorsSection.d.ts.map +1 -1
  3. package/esm/internal/components/configurationControls/colors/ColorsSection.js +28 -2
  4. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.d.ts +1 -0
  5. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.d.ts.map +1 -1
  6. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.js +6 -2
  7. package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts.map +1 -1
  8. package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js +3 -2
  9. package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.d.ts.map +1 -1
  10. package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js +3 -2
  11. package/esm/internal/components/configurationPanels/RadarChartConfigurationPanel.d.ts.map +1 -1
  12. package/esm/internal/components/configurationPanels/RadarChartConfigurationPanel.js +3 -2
  13. package/esm/internal/constants/supportedProperties.d.ts +3 -0
  14. package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
  15. package/esm/internal/constants/supportedProperties.js +5 -2
  16. package/esm/internal/translations/de-DE.localization-bundle.d.ts +1 -1
  17. package/esm/internal/translations/de-DE.localization-bundle.js +1 -1
  18. package/esm/internal/translations/en-AU.localization-bundle.d.ts +1 -1
  19. package/esm/internal/translations/en-AU.localization-bundle.js +1 -1
  20. package/esm/internal/translations/en-GB.localization-bundle.d.ts +1 -1
  21. package/esm/internal/translations/en-GB.localization-bundle.js +1 -1
  22. package/esm/internal/translations/en-US.localization-bundle.d.ts +4 -0
  23. package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
  24. package/esm/internal/translations/en-US.localization-bundle.js +4 -0
  25. package/esm/internal/translations/es-419.localization-bundle.d.ts +1 -1
  26. package/esm/internal/translations/es-419.localization-bundle.js +1 -1
  27. package/esm/internal/translations/es-ES.localization-bundle.d.ts +1 -1
  28. package/esm/internal/translations/es-ES.localization-bundle.js +1 -1
  29. package/esm/internal/translations/fi-FI.localization-bundle.d.ts +1 -1
  30. package/esm/internal/translations/fi-FI.localization-bundle.js +1 -1
  31. package/esm/internal/translations/fr-CA.localization-bundle.d.ts +1 -1
  32. package/esm/internal/translations/fr-CA.localization-bundle.js +1 -1
  33. package/esm/internal/translations/fr-FR.localization-bundle.d.ts +1 -1
  34. package/esm/internal/translations/fr-FR.localization-bundle.js +1 -1
  35. package/esm/internal/translations/id-ID.localization-bundle.d.ts +1 -1
  36. package/esm/internal/translations/id-ID.localization-bundle.js +1 -1
  37. package/esm/internal/translations/it-IT.localization-bundle.d.ts +1 -1
  38. package/esm/internal/translations/it-IT.localization-bundle.js +1 -1
  39. package/esm/internal/translations/ja-JP.localization-bundle.d.ts +1 -1
  40. package/esm/internal/translations/ja-JP.localization-bundle.js +1 -1
  41. package/esm/internal/translations/ko-KR.localization-bundle.d.ts +1 -1
  42. package/esm/internal/translations/ko-KR.localization-bundle.js +1 -1
  43. package/esm/internal/translations/nl-NL.localization-bundle.d.ts +1 -1
  44. package/esm/internal/translations/nl-NL.localization-bundle.js +1 -1
  45. package/esm/internal/translations/pl-PL.localization-bundle.d.ts +1 -1
  46. package/esm/internal/translations/pl-PL.localization-bundle.js +1 -1
  47. package/esm/internal/translations/pt-BR.localization-bundle.d.ts +1 -1
  48. package/esm/internal/translations/pt-BR.localization-bundle.js +1 -1
  49. package/esm/internal/translations/pt-PT.localization-bundle.d.ts +1 -1
  50. package/esm/internal/translations/pt-PT.localization-bundle.js +1 -1
  51. package/esm/internal/translations/ru-RU.localization-bundle.d.ts +1 -1
  52. package/esm/internal/translations/ru-RU.localization-bundle.js +1 -1
  53. package/esm/internal/translations/sl-SI.localization-bundle.d.ts +1 -1
  54. package/esm/internal/translations/sl-SI.localization-bundle.js +1 -1
  55. package/esm/internal/translations/th-TH.localization-bundle.d.ts +1 -1
  56. package/esm/internal/translations/th-TH.localization-bundle.js +1 -1
  57. package/esm/internal/translations/tr-TR.localization-bundle.d.ts +1 -1
  58. package/esm/internal/translations/tr-TR.localization-bundle.js +1 -1
  59. package/esm/internal/translations/uk-UA.localization-bundle.d.ts +1 -1
  60. package/esm/internal/translations/uk-UA.localization-bundle.js +1 -1
  61. package/esm/internal/translations/vi-VN.localization-bundle.d.ts +1 -1
  62. package/esm/internal/translations/vi-VN.localization-bundle.js +1 -1
  63. package/esm/internal/translations/zh-HK.localization-bundle.d.ts +1 -1
  64. package/esm/internal/translations/zh-HK.localization-bundle.js +1 -1
  65. package/esm/internal/translations/zh-Hans.localization-bundle.d.ts +1 -1
  66. package/esm/internal/translations/zh-Hans.localization-bundle.js +1 -1
  67. package/esm/internal/translations/zh-Hant.localization-bundle.d.ts +1 -1
  68. package/esm/internal/translations/zh-Hant.localization-bundle.js +1 -1
  69. package/esm/internal/utils/bucketHelper.d.ts +5 -0
  70. package/esm/internal/utils/bucketHelper.d.ts.map +1 -1
  71. package/esm/internal/utils/bucketHelper.js +13 -1
  72. package/esm/locales.d.ts +3 -0
  73. package/esm/locales.d.ts.map +1 -1
  74. package/esm/locales.js +1 -0
  75. package/package.json +21 -21
  76. package/styles/css/main.css +23 -0
  77. package/styles/css/main.css.map +1 -1
@@ -280,10 +280,10 @@ export const ko_KR = {
280
280
  "properties.viewport.navigation.zoom": "확대/축소",
281
281
  "gs.color-dropdown.custom-color": "사용자 정의 색상",
282
282
  "properties.colors.reset-colors": "색상 재설정",
283
+ "properties.colors.reset-color": "재설정",
283
284
  "properties.colors": "색상",
284
285
  "properties.colorsAndFills": "색상 및 채우기",
285
286
  "properties.colorsAndStyles": "색상 및 스타일",
286
- "properties.colors.reset-colors-and-styles": "색상 및 스타일 재설정",
287
287
  "properties.lineStyle.label": "선 스타일",
288
288
  "properties.lineStyle.triggerAriaLabel": "{name}의 색상 및 스타일 편집",
289
289
  "properties.lineStyle.solid": "실선",
@@ -278,10 +278,10 @@ export declare const nl_NL: {
278
278
  "properties.viewport.navigation.zoom": string;
279
279
  "gs.color-dropdown.custom-color": string;
280
280
  "properties.colors.reset-colors": string;
281
+ "properties.colors.reset-color": string;
281
282
  "properties.colors": string;
282
283
  "properties.colorsAndFills": string;
283
284
  "properties.colorsAndStyles": string;
284
- "properties.colors.reset-colors-and-styles": string;
285
285
  "properties.lineStyle.label": string;
286
286
  "properties.lineStyle.triggerAriaLabel": string;
287
287
  "properties.lineStyle.solid": string;
@@ -280,10 +280,10 @@ export const nl_NL = {
280
280
  "properties.viewport.navigation.zoom": "Zoomen",
281
281
  "gs.color-dropdown.custom-color": "Aangepaste kleur",
282
282
  "properties.colors.reset-colors": "Kleuren herstellen",
283
+ "properties.colors.reset-color": "Reset",
283
284
  "properties.colors": "Kleuren",
284
285
  "properties.colorsAndFills": "Kleuren en vullingen",
285
286
  "properties.colorsAndStyles": "Kleuren en stijlen",
286
- "properties.colors.reset-colors-and-styles": "Kleuren en stijlen resetten",
287
287
  "properties.lineStyle.label": "Lijnstijl",
288
288
  "properties.lineStyle.triggerAriaLabel": "Kleur en stijl bewerken voor {name}",
289
289
  "properties.lineStyle.solid": "Ononderbroken",
@@ -278,10 +278,10 @@ export declare const pl_PL: {
278
278
  "properties.viewport.navigation.zoom": string;
279
279
  "gs.color-dropdown.custom-color": string;
280
280
  "properties.colors.reset-colors": string;
281
+ "properties.colors.reset-color": string;
281
282
  "properties.colors": string;
282
283
  "properties.colorsAndFills": string;
283
284
  "properties.colorsAndStyles": string;
284
- "properties.colors.reset-colors-and-styles": string;
285
285
  "properties.lineStyle.label": string;
286
286
  "properties.lineStyle.triggerAriaLabel": string;
287
287
  "properties.lineStyle.solid": string;
@@ -280,10 +280,10 @@ export const pl_PL = {
280
280
  "properties.viewport.navigation.zoom": "Powiększanie",
281
281
  "gs.color-dropdown.custom-color": "Kolor niestandardowy",
282
282
  "properties.colors.reset-colors": "Resetuj kolory",
283
+ "properties.colors.reset-color": "Resetuj",
283
284
  "properties.colors": "Kolory",
284
285
  "properties.colorsAndFills": "Kolory i wypełnienia",
285
286
  "properties.colorsAndStyles": "Kolory i style",
286
- "properties.colors.reset-colors-and-styles": "Resetuj kolory i style",
287
287
  "properties.lineStyle.label": "Styl linii",
288
288
  "properties.lineStyle.triggerAriaLabel": "Edytuj kolor i styl dla {name}",
289
289
  "properties.lineStyle.solid": "Ciągła",
@@ -278,10 +278,10 @@ export declare const pt_BR: {
278
278
  "properties.viewport.navigation.zoom": string;
279
279
  "gs.color-dropdown.custom-color": string;
280
280
  "properties.colors.reset-colors": string;
281
+ "properties.colors.reset-color": string;
281
282
  "properties.colors": string;
282
283
  "properties.colorsAndFills": string;
283
284
  "properties.colorsAndStyles": string;
284
- "properties.colors.reset-colors-and-styles": string;
285
285
  "properties.lineStyle.label": string;
286
286
  "properties.lineStyle.triggerAriaLabel": string;
287
287
  "properties.lineStyle.solid": string;
@@ -280,10 +280,10 @@ export const pt_BR = {
280
280
  "properties.viewport.navigation.zoom": "Zoom",
281
281
  "gs.color-dropdown.custom-color": "Cor personalizada",
282
282
  "properties.colors.reset-colors": "Redefinir cores",
283
+ "properties.colors.reset-color": "Restaurar",
283
284
  "properties.colors": "Cores",
284
285
  "properties.colorsAndFills": "Cores e preenchimentos",
285
286
  "properties.colorsAndStyles": "Cores e estilos",
286
- "properties.colors.reset-colors-and-styles": "Redefinir cores e estilos",
287
287
  "properties.lineStyle.label": "Estilo da linha",
288
288
  "properties.lineStyle.triggerAriaLabel": "Editar cor e estilo de {name}",
289
289
  "properties.lineStyle.solid": "Sólida",
@@ -278,10 +278,10 @@ export declare const pt_PT: {
278
278
  "properties.viewport.navigation.zoom": string;
279
279
  "gs.color-dropdown.custom-color": string;
280
280
  "properties.colors.reset-colors": string;
281
+ "properties.colors.reset-color": string;
281
282
  "properties.colors": string;
282
283
  "properties.colorsAndFills": string;
283
284
  "properties.colorsAndStyles": string;
284
- "properties.colors.reset-colors-and-styles": string;
285
285
  "properties.lineStyle.label": string;
286
286
  "properties.lineStyle.triggerAriaLabel": string;
287
287
  "properties.lineStyle.solid": string;
@@ -280,10 +280,10 @@ export const pt_PT = {
280
280
  "properties.viewport.navigation.zoom": "Zoom",
281
281
  "gs.color-dropdown.custom-color": "Cor personalizada",
282
282
  "properties.colors.reset-colors": "Repor Cores",
283
+ "properties.colors.reset-color": "Repor",
283
284
  "properties.colors": "Cores",
284
285
  "properties.colorsAndFills": "Cores e preenchimentos",
285
286
  "properties.colorsAndStyles": "Cores e estilos",
286
- "properties.colors.reset-colors-and-styles": "Redefinir cores e estilos",
287
287
  "properties.lineStyle.label": "Estilo da linha",
288
288
  "properties.lineStyle.triggerAriaLabel": "Editar cor e estilo de {name}",
289
289
  "properties.lineStyle.solid": "Sólida",
@@ -278,10 +278,10 @@ export declare const ru_RU: {
278
278
  "properties.viewport.navigation.zoom": string;
279
279
  "gs.color-dropdown.custom-color": string;
280
280
  "properties.colors.reset-colors": string;
281
+ "properties.colors.reset-color": string;
281
282
  "properties.colors": string;
282
283
  "properties.colorsAndFills": string;
283
284
  "properties.colorsAndStyles": string;
284
- "properties.colors.reset-colors-and-styles": string;
285
285
  "properties.lineStyle.label": string;
286
286
  "properties.lineStyle.triggerAriaLabel": string;
287
287
  "properties.lineStyle.solid": string;
@@ -280,10 +280,10 @@ export const ru_RU = {
280
280
  "properties.viewport.navigation.zoom": "Масштабирование",
281
281
  "gs.color-dropdown.custom-color": "Нестандартный цвет",
282
282
  "properties.colors.reset-colors": "Сбросить цвета",
283
+ "properties.colors.reset-color": "Сброс",
283
284
  "properties.colors": "Цвета",
284
285
  "properties.colorsAndFills": "Цвета и заливки",
285
286
  "properties.colorsAndStyles": "Цвета и стили",
286
- "properties.colors.reset-colors-and-styles": "Сбросить цвета и стили",
287
287
  "properties.lineStyle.label": "Стиль линии",
288
288
  "properties.lineStyle.triggerAriaLabel": "Изменить цвет и стиль для {name}",
289
289
  "properties.lineStyle.solid": "Сплошная",
@@ -278,10 +278,10 @@ export declare const sl_SI: {
278
278
  "properties.viewport.navigation.zoom": string;
279
279
  "gs.color-dropdown.custom-color": string;
280
280
  "properties.colors.reset-colors": string;
281
+ "properties.colors.reset-color": string;
281
282
  "properties.colors": string;
282
283
  "properties.colorsAndFills": string;
283
284
  "properties.colorsAndStyles": string;
284
- "properties.colors.reset-colors-and-styles": string;
285
285
  "properties.lineStyle.label": string;
286
286
  "properties.lineStyle.triggerAriaLabel": string;
287
287
  "properties.lineStyle.solid": string;
@@ -280,10 +280,10 @@ export const sl_SI = {
280
280
  "properties.viewport.navigation.zoom": "Povečava",
281
281
  "gs.color-dropdown.custom-color": "Prilagojena barva",
282
282
  "properties.colors.reset-colors": "Ponastavi barve",
283
+ "properties.colors.reset-color": "Ponastavi",
283
284
  "properties.colors": "Barve",
284
285
  "properties.colorsAndFills": "Barve in polnila",
285
286
  "properties.colorsAndStyles": "Barve in slogi",
286
- "properties.colors.reset-colors-and-styles": "Ponastavi barve in sloge",
287
287
  "properties.lineStyle.label": "Slog črte",
288
288
  "properties.lineStyle.triggerAriaLabel": "Uredi barvo in slog za {name}",
289
289
  "properties.lineStyle.solid": "Polna",
@@ -278,10 +278,10 @@ export declare const th_TH: {
278
278
  "properties.viewport.navigation.zoom": string;
279
279
  "gs.color-dropdown.custom-color": string;
280
280
  "properties.colors.reset-colors": string;
281
+ "properties.colors.reset-color": string;
281
282
  "properties.colors": string;
282
283
  "properties.colorsAndFills": string;
283
284
  "properties.colorsAndStyles": string;
284
- "properties.colors.reset-colors-and-styles": string;
285
285
  "properties.lineStyle.label": string;
286
286
  "properties.lineStyle.triggerAriaLabel": string;
287
287
  "properties.lineStyle.solid": string;
@@ -280,10 +280,10 @@ export const th_TH = {
280
280
  "properties.viewport.navigation.zoom": "ซูม",
281
281
  "gs.color-dropdown.custom-color": "สีที่กำหนดเอง",
282
282
  "properties.colors.reset-colors": "รีเซ็ตสี",
283
+ "properties.colors.reset-color": "รีเซ็ต",
283
284
  "properties.colors": "สี",
284
285
  "properties.colorsAndFills": "สีและการเติม",
285
286
  "properties.colorsAndStyles": "สีและสไตล์",
286
- "properties.colors.reset-colors-and-styles": "รีเซ็ตสีและสไตล์",
287
287
  "properties.lineStyle.label": "สไตล์เส้น",
288
288
  "properties.lineStyle.triggerAriaLabel": "แก้ไขสีและสไตล์สำหรับ {name}",
289
289
  "properties.lineStyle.solid": "เส้นทึบ",
@@ -278,10 +278,10 @@ export declare const tr_TR: {
278
278
  "properties.viewport.navigation.zoom": string;
279
279
  "gs.color-dropdown.custom-color": string;
280
280
  "properties.colors.reset-colors": string;
281
+ "properties.colors.reset-color": string;
281
282
  "properties.colors": string;
282
283
  "properties.colorsAndFills": string;
283
284
  "properties.colorsAndStyles": string;
284
- "properties.colors.reset-colors-and-styles": string;
285
285
  "properties.lineStyle.label": string;
286
286
  "properties.lineStyle.triggerAriaLabel": string;
287
287
  "properties.lineStyle.solid": string;
@@ -280,10 +280,10 @@ export const tr_TR = {
280
280
  "properties.viewport.navigation.zoom": "Yakınlaştırma",
281
281
  "gs.color-dropdown.custom-color": "Özel renk",
282
282
  "properties.colors.reset-colors": "Renkleri Sıfırla",
283
+ "properties.colors.reset-color": "Sıfırla",
283
284
  "properties.colors": "Renkler",
284
285
  "properties.colorsAndFills": "Renkler ve dolgu",
285
286
  "properties.colorsAndStyles": "Renkler ve stiller",
286
- "properties.colors.reset-colors-and-styles": "Renkleri ve stilleri sıfırla",
287
287
  "properties.lineStyle.label": "Çizgi stili",
288
288
  "properties.lineStyle.triggerAriaLabel": "{name} için rengi ve stili düzenle",
289
289
  "properties.lineStyle.solid": "Kesintisiz",
@@ -278,10 +278,10 @@ export declare const uk_UA: {
278
278
  "properties.viewport.navigation.zoom": string;
279
279
  "gs.color-dropdown.custom-color": string;
280
280
  "properties.colors.reset-colors": string;
281
+ "properties.colors.reset-color": string;
281
282
  "properties.colors": string;
282
283
  "properties.colorsAndFills": string;
283
284
  "properties.colorsAndStyles": string;
284
- "properties.colors.reset-colors-and-styles": string;
285
285
  "properties.lineStyle.label": string;
286
286
  "properties.lineStyle.triggerAriaLabel": string;
287
287
  "properties.lineStyle.solid": string;
@@ -280,10 +280,10 @@ export const uk_UA = {
280
280
  "properties.viewport.navigation.zoom": "Масштабування",
281
281
  "gs.color-dropdown.custom-color": "Власний колір",
282
282
  "properties.colors.reset-colors": "Скинути кольори",
283
+ "properties.colors.reset-color": "Скинути",
283
284
  "properties.colors": "Кольори",
284
285
  "properties.colorsAndFills": "Кольори та заливки",
285
286
  "properties.colorsAndStyles": "Кольори та стилі",
286
- "properties.colors.reset-colors-and-styles": "Скинути кольори та стилі",
287
287
  "properties.lineStyle.label": "Стиль лінії",
288
288
  "properties.lineStyle.triggerAriaLabel": "Редагувати колір і стиль для {name}",
289
289
  "properties.lineStyle.solid": "Суцільна",
@@ -278,10 +278,10 @@ export declare const vi_VN: {
278
278
  "properties.viewport.navigation.zoom": string;
279
279
  "gs.color-dropdown.custom-color": string;
280
280
  "properties.colors.reset-colors": string;
281
+ "properties.colors.reset-color": string;
281
282
  "properties.colors": string;
282
283
  "properties.colorsAndFills": string;
283
284
  "properties.colorsAndStyles": string;
284
- "properties.colors.reset-colors-and-styles": string;
285
285
  "properties.lineStyle.label": string;
286
286
  "properties.lineStyle.triggerAriaLabel": string;
287
287
  "properties.lineStyle.solid": string;
@@ -280,10 +280,10 @@ export const vi_VN = {
280
280
  "properties.viewport.navigation.zoom": "Thu phóng",
281
281
  "gs.color-dropdown.custom-color": "Màu tùy chỉnh",
282
282
  "properties.colors.reset-colors": "Đặt lại màu sắc",
283
+ "properties.colors.reset-color": "Đặt lại",
283
284
  "properties.colors": "Màu sắc",
284
285
  "properties.colorsAndFills": "Màu sắc và tô",
285
286
  "properties.colorsAndStyles": "Màu sắc và kiểu",
286
- "properties.colors.reset-colors-and-styles": "Đặt lại màu sắc và kiểu",
287
287
  "properties.lineStyle.label": "Kiểu đường",
288
288
  "properties.lineStyle.triggerAriaLabel": "Chỉnh sửa màu sắc và kiểu cho {name}",
289
289
  "properties.lineStyle.solid": "Liền nét",
@@ -278,10 +278,10 @@ export declare const zh_HK: {
278
278
  "properties.viewport.navigation.zoom": string;
279
279
  "gs.color-dropdown.custom-color": string;
280
280
  "properties.colors.reset-colors": string;
281
+ "properties.colors.reset-color": string;
281
282
  "properties.colors": string;
282
283
  "properties.colorsAndFills": string;
283
284
  "properties.colorsAndStyles": string;
284
- "properties.colors.reset-colors-and-styles": string;
285
285
  "properties.lineStyle.label": string;
286
286
  "properties.lineStyle.triggerAriaLabel": string;
287
287
  "properties.lineStyle.solid": string;
@@ -280,10 +280,10 @@ export const zh_HK = {
280
280
  "properties.viewport.navigation.zoom": "縮放",
281
281
  "gs.color-dropdown.custom-color": "自定義顏色",
282
282
  "properties.colors.reset-colors": "重置顏色",
283
+ "properties.colors.reset-color": "重置",
283
284
  "properties.colors": "顏色",
284
285
  "properties.colorsAndFills": "顏色和填充",
285
286
  "properties.colorsAndStyles": "顏色和樣式",
286
- "properties.colors.reset-colors-and-styles": "重設顏色和樣式",
287
287
  "properties.lineStyle.label": "線條樣式",
288
288
  "properties.lineStyle.triggerAriaLabel": "編輯 {name} 的顏色和樣式",
289
289
  "properties.lineStyle.solid": "實線",
@@ -278,10 +278,10 @@ export declare const zh_Hans: {
278
278
  "properties.viewport.navigation.zoom": string;
279
279
  "gs.color-dropdown.custom-color": string;
280
280
  "properties.colors.reset-colors": string;
281
+ "properties.colors.reset-color": string;
281
282
  "properties.colors": string;
282
283
  "properties.colorsAndFills": string;
283
284
  "properties.colorsAndStyles": string;
284
- "properties.colors.reset-colors-and-styles": string;
285
285
  "properties.lineStyle.label": string;
286
286
  "properties.lineStyle.triggerAriaLabel": string;
287
287
  "properties.lineStyle.solid": string;
@@ -280,10 +280,10 @@ export const zh_Hans = {
280
280
  "properties.viewport.navigation.zoom": "缩放",
281
281
  "gs.color-dropdown.custom-color": "自定义颜色",
282
282
  "properties.colors.reset-colors": "重置颜色",
283
+ "properties.colors.reset-color": "重启",
283
284
  "properties.colors": "颜色",
284
285
  "properties.colorsAndFills": "颜色和填充",
285
286
  "properties.colorsAndStyles": "颜色和样式",
286
- "properties.colors.reset-colors-and-styles": "重置颜色和样式",
287
287
  "properties.lineStyle.label": "线条样式",
288
288
  "properties.lineStyle.triggerAriaLabel": "编辑 {name} 的颜色和样式",
289
289
  "properties.lineStyle.solid": "实线",
@@ -278,10 +278,10 @@ export declare const zh_Hant: {
278
278
  "properties.viewport.navigation.zoom": string;
279
279
  "gs.color-dropdown.custom-color": string;
280
280
  "properties.colors.reset-colors": string;
281
+ "properties.colors.reset-color": string;
281
282
  "properties.colors": string;
282
283
  "properties.colorsAndFills": string;
283
284
  "properties.colorsAndStyles": string;
284
- "properties.colors.reset-colors-and-styles": string;
285
285
  "properties.lineStyle.label": string;
286
286
  "properties.lineStyle.triggerAriaLabel": string;
287
287
  "properties.lineStyle.solid": string;
@@ -280,10 +280,10 @@ export const zh_Hant = {
280
280
  "properties.viewport.navigation.zoom": "縮放",
281
281
  "gs.color-dropdown.custom-color": "客製化顏色",
282
282
  "properties.colors.reset-colors": "重置顏色",
283
+ "properties.colors.reset-color": "重置",
283
284
  "properties.colors": "顏色",
284
285
  "properties.colorsAndFills": "顏色和填充",
285
286
  "properties.colorsAndStyles": "顏色和樣式",
286
- "properties.colors.reset-colors-and-styles": "重設顏色和樣式",
287
287
  "properties.lineStyle.label": "線條樣式",
288
288
  "properties.lineStyle.triggerAriaLabel": "編輯 {name} 的顏色和樣式",
289
289
  "properties.lineStyle.solid": "實線",
@@ -99,4 +99,9 @@ export declare const cloneBucketItem: (item: IBucketItem) => IBucketItem;
99
99
  * @param properties - the properties of the insight
100
100
  */
101
101
  export declare function getChartFillIgnoredMeasureIdsFromMdObject(insight: IInsightDefinition | undefined, properties: IVisualizationProperties | undefined): string[];
102
+ /**
103
+ * The function returns local identifiers of derived (period-over-period and previous period) measures.
104
+ * @param insight - the insight to get the measures from
105
+ */
106
+ export declare function getDerivedMeasureIdsFromMdObject(insight: IInsightDefinition | undefined): string[];
102
107
  //# sourceMappingURL=bucketHelper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bucketHelper.d.ts","sourceRoot":"","sources":["../../../src/internal/utils/bucketHelper.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"bucketHelper.d.ts","sourceRoot":"","sources":["../../../src/internal/utils/bucketHelper.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  // (C) 2019-2026 GoodData Corporation
2
2
  import { cloneDeep, compact, isEmpty, negate, set, uniqBy, without } from "lodash-es";
3
- import { areObjRefsEqual, bucketItems, bucketsFind, bucketsMeasures, idRef, insightBuckets, insightVisualizationType, isObjRef, isSimpleMeasure, } from "@gooddata/sdk-model";
3
+ import { areObjRefsEqual, bucketItems, bucketsFind, bucketsMeasures, idRef, insightBuckets, insightVisualizationType, isObjRef, isPoPMeasure, isPreviousPeriodMeasure, isSimpleMeasure, } from "@gooddata/sdk-model";
4
4
  import { BucketNames, OverTimeComparisonTypes, VisualizationTypes, } from "@gooddata/sdk-ui";
5
5
  import { isBulletChart, isComboChart, isLineChart } from "@gooddata/sdk-ui-charts";
6
6
  import { subtitles, titles } from "../../locales.js";
@@ -890,3 +890,15 @@ export function getChartFillIgnoredMeasureIdsFromMdObject(insight, properties) {
890
890
  }
891
891
  return [];
892
892
  }
893
+ /**
894
+ * The function returns local identifiers of derived (period-over-period and previous period) measures.
895
+ * @param insight - the insight to get the measures from
896
+ */
897
+ export function getDerivedMeasureIdsFromMdObject(insight) {
898
+ if (!insight) {
899
+ return [];
900
+ }
901
+ return bucketsMeasures(insightBuckets(insight))
902
+ .filter((measure) => isPoPMeasure(measure) || isPreviousPeriodMeasure(measure))
903
+ .map(asLocalIdentifier);
904
+ }
package/esm/locales.d.ts CHANGED
@@ -393,6 +393,9 @@ export declare const messages: {
393
393
  resetColors: {
394
394
  id: string;
395
395
  };
396
+ resetColorsAndStyles: {
397
+ id: string;
398
+ };
396
399
  resetColor: {
397
400
  id: string;
398
401
  };
@@ -1 +1 @@
1
- {"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../src/locales.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,iBAAiB,EAAkB,MAAM,YAAY,CAAC;AAEpE,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,6BAA6B,CAAC;AAGjF,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CA2EnD,CAAC;AAEH,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAsBtD,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8PnB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmH7B,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BxC,CAAC;AAEH,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,6BAA6B,EAAE,iBAAiB,CAmBrG,CAAC"}
1
+ {"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../src/locales.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,iBAAiB,EAAkB,MAAM,YAAY,CAAC;AAEpE,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,6BAA6B,CAAC;AAGjF,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CA2EnD,CAAC;AAEH,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAsBtD,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+PnB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmH7B,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BxC,CAAC;AAEH,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,6BAA6B,EAAE,iBAAiB,CAmBrG,CAAC"}
package/esm/locales.js CHANGED
@@ -231,6 +231,7 @@ export const messages = defineMessages({
231
231
  pointsSizeMaxTitle: { id: "properties.points.size.max.title" },
232
232
  customColor: { id: "gs.color-dropdown.custom-color" },
233
233
  resetColors: { id: "properties.colors.reset-colors" },
234
+ resetColorsAndStyles: { id: "properties.colors.reset-colors-and-styles" },
234
235
  resetColor: { id: "properties.colors.reset-color" },
235
236
  unsupportedColors: { id: "properties.colors.unsupported" },
236
237
  colors: { id: "properties.colors" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-ext",
3
- "version": "11.48.0-alpha.1",
3
+ "version": "11.48.0-alpha.3",
4
4
  "description": "GoodData.UI SDK - Extensions",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -63,20 +63,20 @@
63
63
  "ts-invariant": "0.10.3",
64
64
  "tslib": "2.8.1",
65
65
  "uuid": "11.1.1",
66
- "@gooddata/sdk-embedding": "11.48.0-alpha.1",
67
- "@gooddata/sdk-backend-base": "11.48.0-alpha.1",
68
- "@gooddata/sdk-model": "11.48.0-alpha.1",
69
- "@gooddata/sdk-ui": "11.48.0-alpha.1",
70
- "@gooddata/sdk-backend-spi": "11.48.0-alpha.1",
71
- "@gooddata/sdk-ui-charts": "11.48.0-alpha.1",
72
- "@gooddata/sdk-ui-geo": "11.48.0-alpha.1",
73
- "@gooddata/sdk-ui-filters": "11.48.0-alpha.1",
74
- "@gooddata/sdk-ui-kit": "11.48.0-alpha.1",
75
- "@gooddata/sdk-ui-pivot": "11.48.0-alpha.1",
76
- "@gooddata/sdk-ui-theme-provider": "11.48.0-alpha.1",
77
- "@gooddata/sdk-ui-vis-commons": "11.48.0-alpha.1",
78
- "@gooddata/util": "11.48.0-alpha.1",
79
- "@gooddata/sdk-ui-semantic-search": "11.48.0-alpha.1"
66
+ "@gooddata/sdk-backend-base": "11.48.0-alpha.3",
67
+ "@gooddata/sdk-backend-spi": "11.48.0-alpha.3",
68
+ "@gooddata/sdk-embedding": "11.48.0-alpha.3",
69
+ "@gooddata/sdk-model": "11.48.0-alpha.3",
70
+ "@gooddata/sdk-ui": "11.48.0-alpha.3",
71
+ "@gooddata/sdk-ui-charts": "11.48.0-alpha.3",
72
+ "@gooddata/sdk-ui-filters": "11.48.0-alpha.3",
73
+ "@gooddata/sdk-ui-geo": "11.48.0-alpha.3",
74
+ "@gooddata/sdk-ui-kit": "11.48.0-alpha.3",
75
+ "@gooddata/sdk-ui-pivot": "11.48.0-alpha.3",
76
+ "@gooddata/sdk-ui-semantic-search": "11.48.0-alpha.3",
77
+ "@gooddata/sdk-ui-theme-provider": "11.48.0-alpha.3",
78
+ "@gooddata/sdk-ui-vis-commons": "11.48.0-alpha.3",
79
+ "@gooddata/util": "11.48.0-alpha.3"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@microsoft/api-documenter": "^7.17.0",
@@ -124,12 +124,12 @@
124
124
  "typescript": "5.9.3",
125
125
  "vitest": "4.1.8",
126
126
  "vitest-dom": "0.1.1",
127
- "@gooddata/eslint-config": "11.48.0-alpha.1",
128
- "@gooddata/i18n-toolkit": "11.48.0-alpha.1",
129
- "@gooddata/oxlint-config": "11.48.0-alpha.1",
130
- "@gooddata/reference-workspace": "11.48.0-alpha.1",
131
- "@gooddata/stylelint-config": "11.48.0-alpha.1",
132
- "@gooddata/sdk-backend-mockingbird": "11.48.0-alpha.1"
127
+ "@gooddata/eslint-config": "11.48.0-alpha.3",
128
+ "@gooddata/reference-workspace": "11.48.0-alpha.3",
129
+ "@gooddata/oxlint-config": "11.48.0-alpha.3",
130
+ "@gooddata/i18n-toolkit": "11.48.0-alpha.3",
131
+ "@gooddata/sdk-backend-mockingbird": "11.48.0-alpha.3",
132
+ "@gooddata/stylelint-config": "11.48.0-alpha.3"
133
133
  },
134
134
  "peerDependencies": {
135
135
  "react": "^18.0.0 || ^19.0.0",
@@ -1791,6 +1791,29 @@
1791
1791
  padding: 0;
1792
1792
  height: auto;
1793
1793
  }
1794
+ .gd-ui-kit-button--variant-linkDimmed {
1795
+ --gd-icon-fill-color: var(--gd-palette-complementary-5);
1796
+ color: var(--gd-palette-complementary-7);
1797
+ text-decoration: underline;
1798
+ border: 0;
1799
+ padding: 0;
1800
+ height: auto;
1801
+ background-color: transparent;
1802
+ border-color: transparent;
1803
+ }
1804
+ .gd-ui-kit-button--variant-linkDimmed:not(.gd-ui-kit-button--variant-linkDimmed:disabled):hover, .gd-ui-kit-button--variant-linkDimmed:not(.gd-ui-kit-button--variant-linkDimmed:disabled):focus-visible, .gd-ui-kit-button--variant-linkDimmed:not(.gd-ui-kit-button--variant-linkDimmed:disabled):active, .gd-ui-kit-button--variant-linkDimmed:not(.gd-ui-kit-button--variant-linkDimmed:disabled)[aria-expanded=true], .gd-ui-kit-button--variant-linkDimmed:not(.gd-ui-kit-button--variant-linkDimmed:disabled).gd-ui-kit-button--isSelected {
1805
+ --gd-icon-fill-color: var(--gd-palette-complementary-6);
1806
+ color: var(--gd-palette-complementary-8);
1807
+ }
1808
+ .gd-ui-kit-button--variant-linkDimmed:disabled {
1809
+ color: var(--gd-palette-complementary-5);
1810
+ }
1811
+ .gd-ui-kit-button--variant-linkDimmed.gd-ui-kit-button--hasIconAfter {
1812
+ padding-right: 0;
1813
+ }
1814
+ .gd-ui-kit-button--variant-linkDimmed.gd-ui-kit-button--hasIconBefore {
1815
+ padding-left: 0;
1816
+ }
1794
1817
  .gd-ui-kit-button--variant-danger {
1795
1818
  --gd-icon-fill-color: var(--gd-palette-complementary-0);
1796
1819
  color: var(--gd-palette-complementary-0);