File tree 4 files changed +3
-12
lines changed
client/packages/lowcoder/src/comps/comps
4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ import { AlignCenter } from "lowcoder-design";
31
31
import { AlignLeft } from "lowcoder-design" ;
32
32
import { AlignRight } from "lowcoder-design" ;
33
33
import { LayoutActionComp } from "./layoutActionComp" ;
34
- import { clickEvent , eventHandlerControl } from "@lowcoder-ee/index.sdk" ;
35
34
import { defaultTheme } from "@lowcoder-ee/constants/themeConstants" ;
35
+ import { clickEvent , eventHandlerControl } from "@lowcoder-ee/comps/controls/eventHandlerControl" ;
36
36
37
37
const TabBar = React . lazy ( ( ) => import ( "antd-mobile/es/components/tab-bar" ) ) ;
38
38
const TabBarItem = React . lazy ( ( ) =>
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ import {
40
40
jsonMenuItems ,
41
41
menuItemStyleOptions
42
42
} from "./navLayoutConstants" ;
43
- import { clickEvent , eventHandlerControl } from "@lowcoder-ee/index.sdk " ;
43
+ import { clickEvent , eventHandlerControl } from "@lowcoder-ee/comps/controls/eventHandlerControl " ;
44
44
45
45
const { Header } = Layout ;
46
46
Original file line number Diff line number Diff line change @@ -18,11 +18,7 @@ import { RefControl } from "comps/controls/refControl";
18
18
import { dropdownControl } from "comps/controls/dropdownControl" ;
19
19
import { useContext , useState , useEffect } from "react" ;
20
20
import { EditorContext } from "comps/editorState" ;
21
- import { ThemeContext } from "@lowcoder-ee/comps/utils/themeContext" ;
22
- import { setInitialCompStyles } from "@lowcoder-ee/comps/utils/themeUtil" ;
23
- import { CompTypeContext } from "@lowcoder-ee/comps/utils/compTypeContext" ;
24
- import { useMergeCompStyles } from "@lowcoder-ee/index.sdk" ;
25
-
21
+ import { useMergeCompStyles } from "@lowcoder-ee/util/hooks" ;
26
22
27
23
const sizeOptions = [
28
24
{
Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ import { EditorContext } from "comps/editorState";
23
23
import { clickEvent , eventHandlerControl } from "../controls/eventHandlerControl" ;
24
24
25
25
const EventOptions = [ clickEvent ] as const ;
26
- import { ThemeContext } from "../utils/themeContext" ;
27
- import { CompTypeContext } from "../utils/compTypeContext" ;
28
- import { changeChildAction } from "lowcoder-core" ;
29
- import { setInitialCompStyles } from "../utils/themeUtil" ;
30
- import { BoolControl } from "../controls/boolControl" ;
31
26
import { useMergeCompStyles } from "@lowcoder-ee/util/hooks" ;
32
27
33
28
const getStyle = ( style : TextStyleType ) => {
You can’t perform that action at this time.
0 commit comments