This is an automated email from the ASF dual-hosted git repository.
msyavuz pushed a change to branch msyavuz/chore/move-translator
in repository https://gitbox.apache.org/repos/asf/superset.git
from 8bf25110c6 fix: imports
add 5d3d9bc882 fix: imports
No new revisions were added by this update.
Summary of changes:
.../src/chart/components/NoResultsComponent.tsx | 3 +-
.../src/components/ListViewCard/ImageLoader.tsx | 2 +-
.../src/components/Table/index.tsx | 2 +-
.../packages/superset-ui-core/src/index.ts | 13 --
.../packages/superset-ui-core/src/utils/index.ts | 1 -
.../test/translation/Translator.test.ts | 201 ---------------------
.../test/translation/TranslatorSingleton.test.ts | 87 ---------
.../test/translation/index.test.ts | 36 ----
.../test/translation/languagePacks/en.ts | 37 ----
.../test/translation/languagePacks/zh.ts | 37 ----
.../legacy-plugin-chart-calendar/src/Calendar.js | 3 +-
.../legacy-plugin-chart-calendar/src/index.js | 3 +-
.../src/vendor/cal-heatmap.js | 3 +-
.../plugins/legacy-plugin-chart-chord/src/index.js | 3 +-
.../legacy-plugin-chart-country-map/src/index.js | 3 +-
.../legacy-plugin-chart-horizon/src/index.js | 3 +-
.../legacy-plugin-chart-map-box/src/index.js | 3 +-
.../legacy-plugin-chart-paired-t-test/src/index.js | 3 +-
.../src/index.js | 3 +-
.../legacy-plugin-chart-partition/src/index.js | 3 +-
.../plugins/legacy-plugin-chart-rose/src/index.js | 3 +-
.../legacy-plugin-chart-world-map/src/index.js | 3 +-
.../legacy-preset-chart-nvd3/src/Bubble/index.js | 3 +-
.../legacy-preset-chart-nvd3/src/Bullet/index.js | 3 +-
.../legacy-preset-chart-nvd3/src/Compare/index.js | 3 +-
.../legacy-preset-chart-nvd3/src/NVD3Vis.js | 2 +-
.../src/TimePivot/index.js | 3 +-
.../src/vendor/superset/AnnotationTypes.js | 2 +-
.../src/Heatmap/transformProps.ts | 2 +-
.../src/react-pivottable/TableRenderers.jsx | 3 +-
.../src/react-pivottable/utilities.js | 2 +-
.../plugins/plugin-chart-table/src/TableChart.tsx | 11 +-
superset-frontend/spec/helpers/shim.tsx | 2 +-
.../EditorAutoSync/EditorAutoSync.test.tsx | 2 +-
.../src/SqlLab/components/EditorAutoSync/index.tsx | 2 +-
superset-frontend/src/SqlLab/constants.ts | 2 +-
superset-frontend/src/components/Chart/Chart.tsx | 3 +-
.../src/components/Chart/ChartRenderer.jsx | 4 +-
.../src/components/Chart/chartAction.js | 2 +-
.../DatasourceEditor/DatasourceEditor.jsx | 2 +-
.../src/components/Datasource/utils/index.js | 3 +-
.../src/components/DynamicPlugins/index.tsx | 2 +-
superset-frontend/src/core/commands/index.ts | 2 +-
.../src/dashboard/actions/dashboardLayout.js | 2 +-
.../src/dashboard/actions/dashboardState.js | 4 +-
.../src/dashboard/components/Dashboard.jsx | 2 +-
.../src/dashboard/components/DashboardGrid.jsx | 4 +-
.../src/dashboard/components/Header/index.jsx | 3 +-
.../components/filterscope/FilterScopeSelector.jsx | 3 +-
.../components/gridComponents/Chart/Chart.jsx | 4 +-
.../components/gridComponents/Column/Column.jsx | 3 +-
.../gridComponents/Markdown/Markdown.jsx | 3 +-
.../components/gridComponents/Tab/Tab.jsx | 3 +-
.../components/gridComponents/Tabs/Tabs.jsx | 4 +-
.../components/menu/DownloadMenuItems/index.tsx | 3 +-
.../components/menu/ShareMenuItems/index.tsx | 3 +-
.../nativeFilters/FilterBar/keyValue.tsx | 3 +-
.../FiltersConfigForm/FilterScope/utils.ts | 3 +-
.../nativeFilters/FiltersConfigModal/utils.ts | 2 +-
.../src/dashboard/hooks/useDownloadScreenshot.ts | 3 +-
.../src/dashboard/util/getFilterScopeNodesTree.js | 2 +-
.../src/dashboard/util/newComponentFactory.js | 2 +-
.../dashboard/util/updateComponentParentsList.ts | 2 +-
superset-frontend/src/embedded/index.tsx | 3 +-
superset-frontend/src/embedded/utils.ts | 3 +-
.../src/explore/components/EmbedCodeContent.jsx | 3 +-
.../components/ExploreChartHeader/index.jsx | 5 +-
.../components/ExploreViewContainer/index.jsx | 5 +-
.../src/explore/components/SaveModal.tsx | 3 +-
.../DndColumnSelectControl/DndFilterSelect.tsx | 3 +-
.../FilterControl/AdhocFilterControl/index.tsx | 3 +-
.../useExploreAdditionalActionsMenu/index.jsx | 4 +-
.../src/extensions/ExtensionsManager.ts | 3 +-
.../src/extensions/ExtensionsStartup.test.tsx | 3 +-
.../src/extensions/ExtensionsStartup.tsx | 3 +-
.../datasets/AddDataset/DatasetPanel/index.tsx | 3 +-
.../src/features/datasets/hooks/useDatasetLists.ts | 3 +-
.../datasets/hooks/useGetDatasetRelatedCounts.ts | 3 +-
.../src/features/reports/ReportModal/actions.js | 3 +-
.../src/hooks/apiResources/datasets.ts | 2 +-
superset-frontend/src/middleware/asyncEvent.ts | 2 +-
superset-frontend/src/preamble.ts | 10 +-
superset-frontend/src/setup/setupClient.ts | 3 +-
superset-frontend/src/utils/downloadAsPdf.ts | 2 +-
superset-frontend/src/utils/export.test.ts | 3 +-
superset-frontend/src/utils/export.ts | 3 +-
superset-frontend/src/views/CRUD/utils.tsx | 3 +-
87 files changed, 132 insertions(+), 522 deletions(-)
delete mode 100644
superset-frontend/packages/superset-ui-core/test/translation/Translator.test.ts
delete mode 100644
superset-frontend/packages/superset-ui-core/test/translation/TranslatorSingleton.test.ts
delete mode 100644
superset-frontend/packages/superset-ui-core/test/translation/index.test.ts
delete mode 100644
superset-frontend/packages/superset-ui-core/test/translation/languagePacks/en.ts
delete mode 100644
superset-frontend/packages/superset-ui-core/test/translation/languagePacks/zh.ts