@gooddata/sdk-ui 9.4.0-alpha.2 → 9.4.0-alpha.21
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/base/localization/bundles/de-DE.json +1 -0
- package/esm/base/localization/bundles/en-US.json +190 -0
- package/esm/base/localization/bundles/es-ES.json +1 -0
- package/esm/base/localization/bundles/fr-FR.json +1 -0
- package/esm/base/localization/bundles/ja-JP.json +1 -0
- package/esm/base/localization/bundles/nl-NL.json +1 -0
- package/esm/base/localization/bundles/pt-BR.json +1 -0
- package/esm/base/localization/bundles/pt-PT.json +1 -0
- package/esm/base/localization/bundles/ru-RU.json +1 -0
- package/esm/base/localization/bundles/zh-Hans.json +1 -0
- package/esm/base/react/usePromiseCache.d.ts.map +1 -1
- package/esm/base/react/usePromiseCache.js +4 -2
- package/esm/base/react/usePromiseCache.js.map +1 -1
- package/esm/locales.d.ts.map +1 -1
- package/esm/locales.js +41 -0
- package/esm/locales.js.map +1 -1
- package/package.json +8 -8
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"filtering": "Wird gefiltert…",
|
|
114
114
|
"dateFilterDropdown.title": "Datumsbereich",
|
|
115
115
|
"dateFilterDropdown.setDefault": "Standarddatumsfilter für{nbsp}Betrachter festlegen:",
|
|
116
|
+
"dateFilterDropdown.configuration": "Konfiguration",
|
|
116
117
|
"filters.thisMinute.title": "Diese Minute",
|
|
117
118
|
"filters.lastMinute.title": "Letzte Minute",
|
|
118
119
|
"filters.nextMinute.title": "Nächste Minute",
|
|
@@ -611,6 +611,11 @@
|
|
|
611
611
|
"comment": "Do not translate non-breakable space '{nbsp}'",
|
|
612
612
|
"limit": 0
|
|
613
613
|
},
|
|
614
|
+
"dateFilterDropdown.configuration": {
|
|
615
|
+
"value": "Configuration",
|
|
616
|
+
"comment": "Configuration button label in date filter dropdown",
|
|
617
|
+
"limit": 0
|
|
618
|
+
},
|
|
614
619
|
"filters.thisMinute.title": {
|
|
615
620
|
"value": "This minute",
|
|
616
621
|
"comment": "",
|
|
@@ -2010,5 +2015,190 @@
|
|
|
2010
2015
|
"value": "Show less",
|
|
2011
2016
|
"comment": "The button title which will display less description text.",
|
|
2012
2017
|
"limit": 0
|
|
2018
|
+
},
|
|
2019
|
+
"configurationPanel.drillConfig.learn.more.link": {
|
|
2020
|
+
"value": "Learn more",
|
|
2021
|
+
"comment": "Link with additional info",
|
|
2022
|
+
"limit": 0
|
|
2023
|
+
},
|
|
2024
|
+
"configurationPanel.drillConfig.drillToDashboard.tooltip": {
|
|
2025
|
+
"value": "Open a related dashboard for an expanded view on the selected data point, carrying over relevant filters and context.",
|
|
2026
|
+
"comment": "Tooltip that explain what happens when drilling to dashboard",
|
|
2027
|
+
"limit": 0
|
|
2028
|
+
},
|
|
2029
|
+
"configurationPanel.drillConfig.drillToInsight.tooltip": {
|
|
2030
|
+
"value": "Open a related insight, maintaining the applied filters from the original view.",
|
|
2031
|
+
"comment": "Tooltip that explain what happens when drilling to insight",
|
|
2032
|
+
"limit": 0
|
|
2033
|
+
},
|
|
2034
|
+
"configurationPanel.drillConfig.drillToUrl.tooltip": {
|
|
2035
|
+
"value": "Open a custom URL with dynamic parameters based on the selected data point.",
|
|
2036
|
+
"comment": "Tooltip that explain what happens when drilling to custom URL",
|
|
2037
|
+
"limit": 0
|
|
2038
|
+
},
|
|
2039
|
+
"configurationPanel.drillConfig.drilldown": {
|
|
2040
|
+
"value": "Drill down",
|
|
2041
|
+
"comment": "The title of the drill down action.",
|
|
2042
|
+
"limit": 0
|
|
2043
|
+
},
|
|
2044
|
+
"configurationPanel.drillConfig.drilldown.tooltip": {
|
|
2045
|
+
"value": "Drill down within the current insight, following predefined attribute hierarchies to view your data on an increasingly granular level.",
|
|
2046
|
+
"comment": "Tooltip that explain what happens when drilling down",
|
|
2047
|
+
"limit": 0
|
|
2048
|
+
},
|
|
2049
|
+
"configurationPanel.drillConfig.drilldown.tooltip.disabled.insight": {
|
|
2050
|
+
"value": "Drill down is turned off in this insight's configuration.",
|
|
2051
|
+
"comment": "Tooltip that explain drill down is disabled by insight's configuration",
|
|
2052
|
+
"limit": 0
|
|
2053
|
+
},
|
|
2054
|
+
"configurationPanel.drillConfig.drilldown.tooltip.disabled.metric": {
|
|
2055
|
+
"value": "Drill down can only be set for attributes, not metrics.",
|
|
2056
|
+
"comment": "Tooltip that explain drill down is disabled for metrics",
|
|
2057
|
+
"limit": 0
|
|
2058
|
+
},
|
|
2059
|
+
"configurationPanel.drillConfig.drilldown.emtpy.hierarchy.info": {
|
|
2060
|
+
"value": "Attribute must be in a hierarchy to enable drill down.",
|
|
2061
|
+
"comment": "Label show on drill down configuration that there is no hierarchy defined for the attribute",
|
|
2062
|
+
"limit": 0
|
|
2063
|
+
},
|
|
2064
|
+
"configurationPanel.drillConfig.drilldown.create.hierarchy": {
|
|
2065
|
+
"value": "Create attribute hierarchy",
|
|
2066
|
+
"comment": "Link to create attribute hierarchy",
|
|
2067
|
+
"limit": 0
|
|
2068
|
+
},
|
|
2069
|
+
"attributeHierarchyEditor.untitled": {
|
|
2070
|
+
"value": "Untitled attribute hierarchy",
|
|
2071
|
+
"comment": "Default title in attribute hierarchy editor",
|
|
2072
|
+
"limit": 0
|
|
2073
|
+
},
|
|
2074
|
+
"attributeHierarchyEditor.hierarchy.levels": {
|
|
2075
|
+
"value": "Hierarchy levels",
|
|
2076
|
+
"comment": "Label show hierarchy levels",
|
|
2077
|
+
"limit": 0
|
|
2078
|
+
},
|
|
2079
|
+
"attributeHierarchyEditor.button.cancel": {
|
|
2080
|
+
"value": "Cancel",
|
|
2081
|
+
"comment": "Text of cancel button",
|
|
2082
|
+
"limit": 0
|
|
2083
|
+
},
|
|
2084
|
+
"attributeHierarchyEditor.button.create": {
|
|
2085
|
+
"value": "Create hierarchy",
|
|
2086
|
+
"comment": "Text of create button",
|
|
2087
|
+
"limit": 0
|
|
2088
|
+
},
|
|
2089
|
+
"attributeHierarchyEditor.button.save": {
|
|
2090
|
+
"value": "Save changes",
|
|
2091
|
+
"comment": "Text of save button",
|
|
2092
|
+
"limit": 0
|
|
2093
|
+
},
|
|
2094
|
+
"attributeHierarchyEditor.button.delete": {
|
|
2095
|
+
"value": "Delete",
|
|
2096
|
+
"comment": "Text of delete button",
|
|
2097
|
+
"limit": 0
|
|
2098
|
+
},
|
|
2099
|
+
"attributeHierarchyEditor.delete.confirm.title": {
|
|
2100
|
+
"value": "Delete attribute hierarchy?",
|
|
2101
|
+
"comment": "Title in confirm dialog when deleting hierarchy",
|
|
2102
|
+
"limit": 0
|
|
2103
|
+
},
|
|
2104
|
+
"attributeHierarchyEditor.delete.confirm.message": {
|
|
2105
|
+
"value": "All existing drill down interactions using this hierarchy will be removed.",
|
|
2106
|
+
"comment": "Text in confirm dialog when deleting hierarchy",
|
|
2107
|
+
"limit": 0
|
|
2108
|
+
},
|
|
2109
|
+
"attributeHierarchyEditor.remove.attribute": {
|
|
2110
|
+
"value": "Remove",
|
|
2111
|
+
"comment": "Tooltip for button remove attribute in hierarchy",
|
|
2112
|
+
"limit": 0
|
|
2113
|
+
},
|
|
2114
|
+
"attributeHierarchyEditor.add.attribute": {
|
|
2115
|
+
"value": "Add attribute",
|
|
2116
|
+
"comment": "Text for button add attribute in hierarchy",
|
|
2117
|
+
"limit": 0
|
|
2118
|
+
},
|
|
2119
|
+
"attributeHierarchyEditor.add.attribute.above": {
|
|
2120
|
+
"value": "Add attribute above",
|
|
2121
|
+
"comment": "Text for button add attribute above the current item",
|
|
2122
|
+
"limit": 0
|
|
2123
|
+
},
|
|
2124
|
+
"attributeHierarchyEditor.add.attribute.bellow": {
|
|
2125
|
+
"value": "Add attribute bellow",
|
|
2126
|
+
"comment": "Text for button add attribute bellow the current item",
|
|
2127
|
+
"limit": 0
|
|
2128
|
+
},
|
|
2129
|
+
"attributeHierarchyEditor.howToWork.link": {
|
|
2130
|
+
"value": "How to work with hierarchies",
|
|
2131
|
+
"comment": "Link to document describe how attribute hierarchy works",
|
|
2132
|
+
"limit": 0
|
|
2133
|
+
},
|
|
2134
|
+
"attributeHierarchyEditor.attribute.dropdown.title": {
|
|
2135
|
+
"value": "Choose attribute ...",
|
|
2136
|
+
"comment": "",
|
|
2137
|
+
"limit": 0
|
|
2138
|
+
},
|
|
2139
|
+
"attributeHierarchyEditor.attribute.dropdown.search": {
|
|
2140
|
+
"value": "Search ...",
|
|
2141
|
+
"comment": "",
|
|
2142
|
+
"limit": 0
|
|
2143
|
+
},
|
|
2144
|
+
"attributeHierarchyEditor.note.title": {
|
|
2145
|
+
"value": "Note:",
|
|
2146
|
+
"comment": "",
|
|
2147
|
+
"limit": 0
|
|
2148
|
+
},
|
|
2149
|
+
"attributeHierarchyEditor.note.message": {
|
|
2150
|
+
"value": "Hierarchy is applied to all visualizations containing one of its attribute.",
|
|
2151
|
+
"comment": "",
|
|
2152
|
+
"limit": 0
|
|
2153
|
+
},
|
|
2154
|
+
"attributeHierarchyEditor.howItWorks.title": {
|
|
2155
|
+
"value": "How it works",
|
|
2156
|
+
"comment": "Title of description section",
|
|
2157
|
+
"limit": 0
|
|
2158
|
+
},
|
|
2159
|
+
"attributeHierarchyEditor.howItWorks.message.heading": {
|
|
2160
|
+
"value": "Hierarchy is applied to all visualizations.",
|
|
2161
|
+
"comment": "Text in description section",
|
|
2162
|
+
"limit": 0
|
|
2163
|
+
},
|
|
2164
|
+
"attributeHierarchyEditor.howItWorks.message.content": {
|
|
2165
|
+
"value": "Drill down interaction will be enabled to not only this visualization, but all visualization containing one of the attributes in hierarchy.",
|
|
2166
|
+
"comment": "Text in description section",
|
|
2167
|
+
"limit": 0
|
|
2168
|
+
},
|
|
2169
|
+
"attributeHierarchyList.tooltip.generic.date.title": {
|
|
2170
|
+
"value": "Generic date",
|
|
2171
|
+
"comment": "Title of hierarchy for date",
|
|
2172
|
+
"limit": 0
|
|
2173
|
+
},
|
|
2174
|
+
"attributeHierarchyList.tooltip.generic.date.info": {
|
|
2175
|
+
"value": "This hierarchy is generated automatically and applies to any date dimension.",
|
|
2176
|
+
"comment": "Text show in date hierarchy",
|
|
2177
|
+
"limit": 0
|
|
2178
|
+
},
|
|
2179
|
+
"attributeHierarchyList.tooltip.hierarchy.levels": {
|
|
2180
|
+
"value": "Hierarchy levels",
|
|
2181
|
+
"comment": "",
|
|
2182
|
+
"limit": 0
|
|
2183
|
+
},
|
|
2184
|
+
"attributeHierarchyList.tooltip.button.edit": {
|
|
2185
|
+
"value": "Edit",
|
|
2186
|
+
"comment": "Text for edit button",
|
|
2187
|
+
"limit": 0
|
|
2188
|
+
},
|
|
2189
|
+
"catalog.attribute.tooltip.hierarchy.title": {
|
|
2190
|
+
"value": "Hierarchy",
|
|
2191
|
+
"comment": "Title of hierarchy section",
|
|
2192
|
+
"limit": 0
|
|
2193
|
+
},
|
|
2194
|
+
"visualizationConfig.interactions.section.title": {
|
|
2195
|
+
"value": "Interactions",
|
|
2196
|
+
"comment": "Title of interactions section",
|
|
2197
|
+
"limit": 0
|
|
2198
|
+
},
|
|
2199
|
+
"visualizationConfig.interactions.section.drilldown": {
|
|
2200
|
+
"value": "Drill down",
|
|
2201
|
+
"comment": "Text of drill down option",
|
|
2202
|
+
"limit": 0
|
|
2013
2203
|
}
|
|
2014
2204
|
}
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"filtering": "Filtrando…",
|
|
114
114
|
"dateFilterDropdown.title": "Rango de fechas",
|
|
115
115
|
"dateFilterDropdown.setDefault": "Establecer filtro de fecha predeterminado para{nbsp}lectores:",
|
|
116
|
+
"dateFilterDropdown.configuration": "Configuración",
|
|
116
117
|
"filters.thisMinute.title": "Este minuto",
|
|
117
118
|
"filters.lastMinute.title": "Último minuto",
|
|
118
119
|
"filters.nextMinute.title": "Minuto siguiente",
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"filtering": "Filtrage…",
|
|
114
114
|
"dateFilterDropdown.title": "Plage de dates",
|
|
115
115
|
"dateFilterDropdown.setDefault": "Définissez le filtre de date par défaut pour les{nbsp}lecteurs :",
|
|
116
|
+
"dateFilterDropdown.configuration": "Configuration",
|
|
116
117
|
"filters.thisMinute.title": "Cette minute",
|
|
117
118
|
"filters.lastMinute.title": "Dernière minute",
|
|
118
119
|
"filters.nextMinute.title": "Minute suivante",
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"filtering": "フィルタリング中…",
|
|
114
114
|
"dateFilterDropdown.title": "日付範囲",
|
|
115
115
|
"dateFilterDropdown.setDefault": "ビューアーのデフォルトの{nbsp}日付フィルターを設定:",
|
|
116
|
+
"dateFilterDropdown.configuration": "設定",
|
|
116
117
|
"filters.thisMinute.title": "現時点",
|
|
117
118
|
"filters.lastMinute.title": "一分前",
|
|
118
119
|
"filters.nextMinute.title": "一分後",
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"filtering": "Filteren…",
|
|
114
114
|
"dateFilterDropdown.title": "Datumbereik",
|
|
115
115
|
"dateFilterDropdown.setDefault": "Standaard datumfilter instellen voor{nbsp}kijkers:",
|
|
116
|
+
"dateFilterDropdown.configuration": "Configuratie",
|
|
116
117
|
"filters.thisMinute.title": "Deze minuut",
|
|
117
118
|
"filters.lastMinute.title": "Afgelopen minuut",
|
|
118
119
|
"filters.nextMinute.title": "Volgende minuut",
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"filtering": "Filtrando…",
|
|
114
114
|
"dateFilterDropdown.title": "Intervalo de datas",
|
|
115
115
|
"dateFilterDropdown.setDefault": "Defina o filtro de data padrão por{nbsp}visualizadores:",
|
|
116
|
+
"dateFilterDropdown.configuration": "Configuração",
|
|
116
117
|
"filters.thisMinute.title": "Este minuto",
|
|
117
118
|
"filters.lastMinute.title": "Último minuto",
|
|
118
119
|
"filters.nextMinute.title": "Próximo minuto",
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"filtering": "A filtrar…",
|
|
114
114
|
"dateFilterDropdown.title": "Intervalo de datas",
|
|
115
115
|
"dateFilterDropdown.setDefault": "Predefinir filtro de data para{nbsp}Os Visualizadores:",
|
|
116
|
+
"dateFilterDropdown.configuration": "Configuração",
|
|
116
117
|
"filters.thisMinute.title": "Este minuto",
|
|
117
118
|
"filters.lastMinute.title": "Minuto anterior",
|
|
118
119
|
"filters.nextMinute.title": "Minuto seguinte",
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"filtering": "Фильтрация…",
|
|
114
114
|
"dateFilterDropdown.title": "Диапазон дат",
|
|
115
115
|
"dateFilterDropdown.setDefault": "Установите фильтр даты по умолчанию для{nbsp}зрителей:",
|
|
116
|
+
"dateFilterDropdown.configuration": "Конфигурация",
|
|
116
117
|
"filters.thisMinute.title": "Эта минута",
|
|
117
118
|
"filters.lastMinute.title": "Последняя минута",
|
|
118
119
|
"filters.nextMinute.title": "Следующая минута",
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"filtering": "正在筛选…",
|
|
114
114
|
"dateFilterDropdown.title": "日期范围",
|
|
115
115
|
"dateFilterDropdown.setDefault": "为 {nbsp} 查看器设置默认日期筛选器:",
|
|
116
|
+
"dateFilterDropdown.configuration": "配置",
|
|
116
117
|
"filters.thisMinute.title": "这一分钟",
|
|
117
118
|
"filters.lastMinute.title": "上一分钟",
|
|
118
119
|
"filters.nextMinute.title": "下一分钟",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usePromiseCache.d.ts","sourceRoot":"","sources":["../../../src/base/react/usePromiseCache.ts"],"names":[],"mappings":";AAIA;;GAEG;AAEH,UAAU,qBAAqB,CAAC,OAAO,EAAE,MAAM;IAC3C,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB,MAAM,EAAE,MAAM,EAAE,CAAC;CACpB;AAQD;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,EACpD,cAAc,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,OAAO,CAAC,OAAO,CAAC,EACrD,WAAW,EAAE,OAAO,EAAE,EACtB,SAAS,EAAE,KAAK,CAAC,cAAc,EAC/B,SAAS,EAAE,KAAK,CAAC,cAAc,EAC/B,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,MAAM,EACzC,oBAAoB,CAAC,EAAE,OAAO,GAC/B,qBAAqB,CAAC,OAAO,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"usePromiseCache.d.ts","sourceRoot":"","sources":["../../../src/base/react/usePromiseCache.ts"],"names":[],"mappings":";AAIA;;GAEG;AAEH,UAAU,qBAAqB,CAAC,OAAO,EAAE,MAAM;IAC3C,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB,MAAM,EAAE,MAAM,EAAE,CAAC;CACpB;AAQD;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,EACpD,cAAc,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,OAAO,CAAC,OAAO,CAAC,EACrD,WAAW,EAAE,OAAO,EAAE,EACtB,SAAS,EAAE,KAAK,CAAC,cAAc,EAC/B,SAAS,EAAE,KAAK,CAAC,cAAc,EAC/B,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,MAAM,EACzC,oBAAoB,CAAC,EAAE,OAAO,GAC/B,qBAAqB,CAAC,OAAO,EAAE,MAAM,CAAC,CAgExC"}
|
|
@@ -60,8 +60,10 @@ export function usePromiseCache(promiseFactory, fetchParams, fetchDeps, resetDep
|
|
|
60
60
|
}
|
|
61
61
|
});
|
|
62
62
|
return () => {
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
if (preventResetPromises) {
|
|
64
|
+
preventResetPromisesRef.current = preventResetPromises;
|
|
65
|
+
usedPromiseCache.cancel(newParams[0]);
|
|
66
|
+
}
|
|
65
67
|
};
|
|
66
68
|
}, fetchDeps);
|
|
67
69
|
return state;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usePromiseCache.js","sourceRoot":"","sources":["../../../src/base/react/usePromiseCache.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAYjD,MAAM,YAAY,GAAoC;IAClD,SAAS,EAAE,KAAK;IAChB,OAAO,EAAE,EAAE;IACX,MAAM,EAAE,EAAE;CACb,CAAC;AAEF;;;;;GAKG;AACH,MAAM,UAAU,eAAe,CAC3B,cAAqD,EACrD,WAAsB,EACtB,SAA+B,EAC/B,SAA+B,EAC/B,WAAyC,EACzC,oBAA8B;IAE9B,MAAM,eAAe,GAAG,MAAM,CAC1B,IAAI,YAAY,CAAC,cAAc,EAAE,WAAW,CAAC,CAChD,CAAC;IACF,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAyC,YAAY,CAAC,CAAC;IAEzF,MAAM,eAAe,GAAG,GAAG,EAAE,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;IACrD,MAAM,UAAU,GAAG,CAAC,OAAkB,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,iCAAM,KAAK,KAAE,OAAO,IAAG,CAAC,CAAC;IACxF,MAAM,SAAS,GAAG,CAAC,MAAgB,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,iCAAM,KAAK,KAAE,MAAM,IAAG,CAAC,CAAC;IACpF,MAAM,UAAU,GAAG,CAAC,SAAkB,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,iCAAM,KAAK,KAAE,SAAS,IAAG,CAAC,CAAC;IAC1F,MAAM,uBAAuB,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IAE9C,SAAS,CAAC,GAAG,EAAE;QACX,OAAO,GAAG,EAAE;YACR,IAAI,CAAC,uBAAuB,CAAC,OAAO,EAAE;gBAClC,eAAe,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;gBAChC,eAAe,EAAE,CAAC;aACrB;YACD,uBAAuB,CAAC,OAAO,GAAG,KAAK,CAAC;QAC5C,CAAC,CAAC;IACN,CAAC,EAAE,SAAS,CAAC,CAAC;IAEd,SAAS,CAAC,GAAG,EAAE;QACX,MAAM,SAAS,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,eAAe,CAAC,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC;QAC7F,MAAM,WAAW,GAAG,SAAS,CAAC,GAAG,CAAC,eAAe,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAEhE,IAAI,WAAW,CAAC,MAAM,KAAK,CAAC,EAAE;YAC1B,OAAO;SACV;QAED,4EAA4E;QAC5E,0EAA0E;QAC1E,sCAAsC;QACtC,gEAAgE;QAChE,4DAA4D;QAC5D,MAAM,gBAAgB,GAAG,eAAe,CAAC,OAAO,CAAC;QACjD,UAAU,CAAC,IAAI,CAAC,CAAC;QACjB,OAAO,CAAC,GAAG,CAAC,WAAW,CAAC;aACnB,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE;YACd,UAAU,CAAC,KAAK,CAAC,CAAC;YAClB,IAAI,gBAAgB,KAAK,eAAe,CAAC,OAAO,EAAE;gBAC9C,UAAU,CAAC,OAAO,CAAC,CAAC;gBACpB,uBAAuB,CAAC,OAAO,GAAG,KAAK,CAAC;aAC3C;QACL,CAAC,CAAC;aACD,KAAK,CAAC,CAAC,MAAM,EAAE,EAAE;YACd,IAAI,CAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,OAAO,MAAK,UAAU,EAAE;gBAChC,OAAO;aACV;YACD,UAAU,CAAC,KAAK,CAAC,CAAC;YAClB,IAAI,gBAAgB,KAAK,eAAe,CAAC,OAAO,EAAE;gBAC9C,SAAS,CAAC,MAAM,CAAC,CAAC;aACrB;QACL,CAAC,CAAC,CAAC;QAEP,OAAO,GAAG,EAAE;YACR,uBAAuB,CAAC,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"usePromiseCache.js","sourceRoot":"","sources":["../../../src/base/react/usePromiseCache.ts"],"names":[],"mappings":"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"}
|
package/esm/locales.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../src/locales.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAkB,MAAM,YAAY,CAAC;AAG/D,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../src/locales.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAkB,MAAM,YAAY,CAAC;AAG/D,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAuDrD,CAAC"}
|
package/esm/locales.js
CHANGED
|
@@ -15,5 +15,46 @@ export const messages = defineMessages({
|
|
|
15
15
|
t: { id: "visualization.numericValues.t" },
|
|
16
16
|
p: { id: "visualization.numericValues.p" },
|
|
17
17
|
e: { id: "visualization.numericValues.e" },
|
|
18
|
+
drillConfigLearnMore: { id: "configurationPanel.drillConfig.learn.more.link" },
|
|
19
|
+
drillToDashboardTooltip: { id: "configurationPanel.drillConfig.drillToDashboard.tooltip" },
|
|
20
|
+
drillToInsightTooltip: { id: "configurationPanel.drillConfig.drillToInsight.tooltip" },
|
|
21
|
+
drillToUrlTooltip: { id: "configurationPanel.drillConfig.drillToUrl.tooltip" },
|
|
22
|
+
drilldown: { id: "configurationPanel.drillConfig.drilldown" },
|
|
23
|
+
drilldownTooltip: { id: "configurationPanel.drillConfig.drilldown.tooltip" },
|
|
24
|
+
drilldownTooltipDisabledInsight: {
|
|
25
|
+
id: "configurationPanel.drillConfig.drilldown.tooltip.disabled.insight",
|
|
26
|
+
},
|
|
27
|
+
drilldownTooltipDisabledMetric: {
|
|
28
|
+
id: "configurationPanel.drillConfig.drilldown.tooltip.disabled.metric",
|
|
29
|
+
},
|
|
30
|
+
emtpyHierarchyInfo: { id: "configurationPanel.drillConfig.drilldown.emtpy.hierarchy.info" },
|
|
31
|
+
createHierarchy: { id: "configurationPanel.drillConfig.drilldown.create.hierarchy" },
|
|
32
|
+
hierarchyUntitled: { id: "attributeHierarchyEditor.untitled" },
|
|
33
|
+
hierarchyLevels: { id: "attributeHierarchyEditor.hierarchy.levels" },
|
|
34
|
+
hierarchyCancelButton: { id: "attributeHierarchyEditor.button.cancel" },
|
|
35
|
+
hierarchyCreateButton: { id: "attributeHierarchyEditor.button.create" },
|
|
36
|
+
hierarchySaveButton: { id: "attributeHierarchyEditor.button.save" },
|
|
37
|
+
hierarchyDeleteButton: { id: "attributeHierarchyEditor.button.delete" },
|
|
38
|
+
hierarchyDeleteConfirmTitle: { id: "attributeHierarchyEditor.delete.confirm.title" },
|
|
39
|
+
hierarchyDeleteConfirmMessage: { id: "attributeHierarchyEditor.delete.confirm.message" },
|
|
40
|
+
hierarchyRemoveAttribute: { id: "attributeHierarchyEditor.remove.attribute" },
|
|
41
|
+
hierarchyAddAttribute: { id: "attributeHierarchyEditor.add.attribute" },
|
|
42
|
+
hierarchyAddAttributeAbove: { id: "attributeHierarchyEditor.add.attribute.above" },
|
|
43
|
+
hierarchyAddAttributeBellow: { id: "attributeHierarchyEditor.add.attribute.bellow" },
|
|
44
|
+
hierarchyAttributeHowToWork: { id: "attributeHierarchyEditor.howToWork.link" },
|
|
45
|
+
hierarchyAttributeDropdown: { id: "attributeHierarchyEditor.attribute.dropdown.title" },
|
|
46
|
+
hierarchyAttributeSearch: { id: "attributeHierarchyEditor.attribute.dropdown.search" },
|
|
47
|
+
hierarchyAttributeNote: { id: "attributeHierarchyEditor.note.title" },
|
|
48
|
+
hierarchyAttributeNoteMessage: { id: "attributeHierarchyEditor.note.message" },
|
|
49
|
+
hierarchyAttributeHowItWorks: { id: "attributeHierarchyEditor.howItWorks.title" },
|
|
50
|
+
hierarchyAttributeHowItWorksHeading: { id: "attributeHierarchyEditor.howItWorks.message.heading" },
|
|
51
|
+
hierarchyAttributeHowItWorksContent: { id: "attributeHierarchyEditor.howItWorks.message.content" },
|
|
52
|
+
hierarchyListGenericDate: { id: "attributeHierarchyList.tooltip.generic.date.title" },
|
|
53
|
+
hierarchyListGenericDateInfo: { id: "attributeHierarchyList.tooltip.generic.date.info" },
|
|
54
|
+
hierarchyListLevels: { id: "attributeHierarchyList.tooltip.hierarchy.levels" },
|
|
55
|
+
hierarchyListEdit: { id: "attributeHierarchyList.tooltip.button.edit" },
|
|
56
|
+
catalogAttributeHierarchyTooltip: { id: "catalog.attribute.tooltip.hierarchy.title" },
|
|
57
|
+
visualizationConfigInteractions: { id: "visualizationConfig.interactions.section.title" },
|
|
58
|
+
visualizationConfigInteractionsDrilldown: { id: "visualizationConfig.interactions.section.drilldown" },
|
|
18
59
|
});
|
|
19
60
|
//# sourceMappingURL=locales.js.map
|
package/esm/locales.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locales.js","sourceRoot":"","sources":["../src/locales.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,EAAqB,cAAc,EAAE,MAAM,YAAY,CAAC;AAE/D,8FAA8F;AAC9F,MAAM,CAAC,MAAM,QAAQ,GAAsC,cAAc,CAAC;IACtE,GAAG,EAAE,EAAE,EAAE,EAAE,6CAA6C,EAAE;IAC1D,UAAU,EAAE,EAAE,EAAE,EAAE,oDAAoD,EAAE;IACxE,cAAc,EAAE,EAAE,EAAE,EAAE,wDAAwD,EAAE;IAChF,KAAK,EAAE,EAAE,EAAE,EAAE,+CAA+C,EAAE;IAC9D,MAAM,EAAE,EAAE,EAAE,EAAE,gDAAgD,EAAE;IAChE,iBAAiB,EAAE,EAAE,EAAE,EAAE,2CAA2C,EAAE;IACtE,cAAc,EAAE,EAAE,EAAE,EAAE,sCAAsC,EAAE;IAC9D,CAAC,EAAE,EAAE,EAAE,EAAE,+BAA+B,EAAE;IAC1C,CAAC,EAAE,EAAE,EAAE,EAAE,+BAA+B,EAAE;IAC1C,CAAC,EAAE,EAAE,EAAE,EAAE,+BAA+B,EAAE;IAC1C,CAAC,EAAE,EAAE,EAAE,EAAE,+BAA+B,EAAE;IAC1C,CAAC,EAAE,EAAE,EAAE,EAAE,+BAA+B,EAAE;IAC1C,CAAC,EAAE,EAAE,EAAE,EAAE,+BAA+B,EAAE;
|
|
1
|
+
{"version":3,"file":"locales.js","sourceRoot":"","sources":["../src/locales.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "9.4.0-alpha.
|
|
3
|
+
"version": "9.4.0-alpha.21",
|
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"ts-invariant": "^0.7.3",
|
|
38
38
|
"tslib": "^2.5.0",
|
|
39
39
|
"uuid": "^8.3.2",
|
|
40
|
-
"@gooddata/sdk-backend-spi": "9.4.0-alpha.
|
|
41
|
-
"@gooddata/
|
|
42
|
-
"@gooddata/
|
|
40
|
+
"@gooddata/sdk-backend-spi": "9.4.0-alpha.21",
|
|
41
|
+
"@gooddata/util": "9.4.0-alpha.21",
|
|
42
|
+
"@gooddata/sdk-model": "9.4.0-alpha.21"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
"typescript": "5.0.2",
|
|
91
91
|
"vitest": "0.31.4",
|
|
92
92
|
"vitest-dom": "0.1.0",
|
|
93
|
-
"@gooddata/i18n-toolkit": "9.4.0-alpha.
|
|
94
|
-
"@gooddata/reference-workspace": "9.4.0-alpha.
|
|
95
|
-
"@gooddata/sdk-backend-base": "9.4.0-alpha.
|
|
96
|
-
"@gooddata/sdk-backend-mockingbird": "9.4.0-alpha.
|
|
93
|
+
"@gooddata/i18n-toolkit": "9.4.0-alpha.21",
|
|
94
|
+
"@gooddata/reference-workspace": "9.4.0-alpha.21",
|
|
95
|
+
"@gooddata/sdk-backend-base": "9.4.0-alpha.21",
|
|
96
|
+
"@gooddata/sdk-backend-mockingbird": "9.4.0-alpha.21"
|
|
97
97
|
},
|
|
98
98
|
"scripts": {
|
|
99
99
|
"clean": "rm -rf ci dist esm coverage *.log",
|