chore(superset-core): move ui to new core (#35308)

This commit is contained in:
Mehmet Salih Yavuz
2025-11-07 19:53:06 +03:00
committed by GitHub
parent 728bc2c632
commit 9546ee37e5
563 changed files with 2436 additions and 2357 deletions

View File

@@ -32,11 +32,10 @@ import {
getChartMetadataRegistry,
validateNonEmpty,
isValidExpression,
styled,
getColumnLabel,
withTheme,
VizType,
} from '@superset-ui/core';
import { styled, withTheme } from '@apache-superset/core/ui';
import SelectControl from 'src/explore/components/controls/SelectControl';
import TextControl from 'src/explore/components/controls/TextControl';
import CheckboxControl from 'src/explore/components/controls/CheckboxControl';

View File

@@ -23,10 +23,9 @@ import {
JsonObject,
Payload,
QueryFormData,
SupersetTheme,
t,
withTheme,
} from '@superset-ui/core';
import { SupersetTheme, withTheme } from '@apache-superset/core/ui';
import {
AsyncEsmComponent,
List,