1
- import {
2
- BoolCodeControl ,
3
- ButtonEventHandlerControl ,
4
- InputLikeStyle ,
5
- NameConfig ,
6
- Section ,
7
- UICompBuilder ,
8
- hiddenPropertyView ,
9
- sectionNames ,
10
- showDataLoadingIndicatorsPropertyView ,
11
- styleControl ,
12
- withExposingConfigs
13
- } from "@lowcoder-ee/index.sdk" ;
14
1
import styled from "styled-components" ;
15
2
import React , { useContext } from "react" ;
16
3
import { trans } from "i18n" ;
@@ -20,6 +7,15 @@ import { PresetStatusColorTypes } from "antd/es/_util/colors";
20
7
import { hashToNum } from "util/stringUtils" ;
21
8
import { TagsCompOptionsControl } from "comps/controls/optionsControl" ;
22
9
import { useCompClickEventHandler } from "@lowcoder-ee/comps/utils/useCompClickEventHandler" ;
10
+ import { styleControl } from "@lowcoder-ee/comps/controls/styleControl" ;
11
+ import { ButtonEventHandlerControl } from "@lowcoder-ee/comps/controls/eventHandlerControl" ;
12
+ import { InputLikeStyle } from "@lowcoder-ee/comps/controls/styleControlConstants" ;
13
+ import { BoolCodeControl } from "@lowcoder-ee/comps/controls/codeControl" ;
14
+ import { UICompBuilder } from "@lowcoder-ee/comps/generators/uiCompBuilder" ;
15
+ import { Section , sectionNames } from "lowcoder-design" ;
16
+ import { NameConfig } from "@lowcoder-ee/comps/generators/withExposing" ;
17
+ import { hiddenPropertyView , showDataLoadingIndicatorsPropertyView } from "@lowcoder-ee/comps/utils/propertyUtils" ;
18
+ import { withExposingConfigs } from "@lowcoder-ee/comps/generators/withExposing" ;
23
19
24
20
const colors = PresetStatusColorTypes ;
25
21
@@ -145,7 +141,7 @@ const multiTags = (function () {
145
141
. setPropertyViewFn ( ( children : any ) => {
146
142
return (
147
143
< >
148
- < Section name = "Basic" >
144
+ < Section name = { sectionNames . basic } >
149
145
{ children . options . propertyView ( { } ) }
150
146
</ Section >
151
147
0 commit comments