This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from da8e077a44 chore(frontend): migrate utility JS files to TypeScript 
(#36721)
     add b8f31124d0 chore(frontend): migrate 13 JS/JSX files to TypeScript 
(#36720)

No new revisions were added by this update.

Summary of changes:
 .../{ChartContainer.jsx => ChartContainer.tsx}     |  6 +--
 .../{MissingChart.jsx => MissingChart.tsx}         | 11 ++---
 .../{FilterFieldItem.jsx => FilterFieldItem.tsx}   | 16 ++++----
 .../{FilterFieldTree.jsx => FilterFieldTree.tsx}   | 47 +++++++++-------------
 .../{FilterScopeTree.jsx => FilterScopeTree.tsx}   | 45 ++++++++-------------
 ...reeNodes.jsx => renderFilterFieldTreeNodes.tsx} | 29 ++++++++++---
 ...reeNodes.jsx => renderFilterScopeTreeNodes.tsx} | 36 +++++++++++++----
 .../filterscope/{treeIcons.jsx => treeIcons.tsx}   |  0
 .../{DashboardGrid.jsx => DashboardGrid.tsx}       |  7 ++--
 .../{FilterScope.jsx => FilterScope.tsx}           |  7 ++--
 .../containers/{SliceAdder.jsx => SliceAdder.tsx}  | 17 +++++---
 .../{AggregateOption.jsx => AggregateOption.tsx}   | 20 ++++-----
 ...nitionOption.jsx => MetricDefinitionOption.tsx} | 39 +++++++++---------
 13 files changed, 152 insertions(+), 128 deletions(-)
 rename superset-frontend/src/components/Chart/{ChartContainer.jsx => 
ChartContainer.tsx} (89%)
 rename superset-frontend/src/dashboard/components/{MissingChart.jsx => 
MissingChart.tsx} (86%)
 rename 
superset-frontend/src/dashboard/components/filterscope/{FilterFieldItem.jsx => 
FilterFieldItem.tsx} (81%)
 rename 
superset-frontend/src/dashboard/components/filterscope/{FilterFieldTree.jsx => 
FilterFieldTree.tsx} (54%)
 rename 
superset-frontend/src/dashboard/components/filterscope/{FilterScopeTree.jsx => 
FilterScopeTree.tsx} (58%)
 rename 
superset-frontend/src/dashboard/components/filterscope/{renderFilterFieldTreeNodes.jsx
 => renderFilterFieldTreeNodes.tsx} (63%)
 rename 
superset-frontend/src/dashboard/components/filterscope/{renderFilterScopeTreeNodes.jsx
 => renderFilterScopeTreeNodes.tsx} (71%)
 rename superset-frontend/src/dashboard/components/filterscope/{treeIcons.jsx 
=> treeIcons.tsx} (100%)
 rename superset-frontend/src/dashboard/containers/{DashboardGrid.jsx => 
DashboardGrid.tsx} (86%)
 rename superset-frontend/src/dashboard/containers/{FilterScope.jsx => 
FilterScope.tsx} (85%)
 rename superset-frontend/src/dashboard/containers/{SliceAdder.jsx => 
SliceAdder.tsx} (82%)
 rename 
superset-frontend/src/explore/components/controls/MetricControl/{AggregateOption.jsx
 => AggregateOption.tsx} (74%)
 rename 
superset-frontend/src/explore/components/controls/MetricControl/{MetricDefinitionOption.jsx
 => MetricDefinitionOption.tsx} (66%)

Reply via email to