Skip to content

Commit ff44754

Browse files
committed
formating removed-13
1 parent 8c092dd commit ff44754

File tree

1 file changed

+15
-26
lines changed

1 file changed

+15
-26
lines changed

client/packages/lowcoder/src/comps/comps/buttonComp/toggleButtonComp.tsx

Lines changed: 15 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,30 @@
1-
import {BoolCodeControl, StringControl} from "comps/controls/codeControl";
2-
import {withDefault} from "comps/generators";
3-
import {UICompBuilder} from "comps/generators/uiCompBuilder";
1+
import { BoolCodeControl, StringControl } from "comps/controls/codeControl";
2+
import { withDefault } from "comps/generators";
3+
import { UICompBuilder } from "comps/generators/uiCompBuilder";
44
import {
55
disabledPropertyView,
66
hiddenPropertyView,
77
loadingPropertyView,
88
} from "comps/utils/propertyUtils";
9-
import {Section, sectionNames} from "lowcoder-design";
10-
import {trans} from "i18n";
9+
import { Section, sectionNames } from "lowcoder-design";
10+
import { trans } from "i18n";
1111
import styled from "styled-components";
12-
import {ChangeEventHandlerControl} from "../../controls/eventHandlerControl";
13-
import {
14-
CommonNameConfig,
15-
NameConfig,
16-
withExposingConfigs,
17-
} from "../../generators/withExposing";
18-
import {
19-
Button100,
20-
ButtonCompWrapper,
21-
buttonRefMethods,
22-
} from "./buttonCompConstants";
23-
import {IconControl} from "comps/controls/iconControl";
24-
import {
25-
AlignWithStretchControl,
26-
LeftRightControl,
27-
} from "comps/controls/dropdownControl";
12+
import { ChangeEventHandlerControl } from "../../controls/eventHandlerControl";
13+
import { CommonNameConfig, NameConfig, withExposingConfigs } from "../../generators/withExposing";
14+
import { Button100, ButtonCompWrapper, buttonRefMethods } from "./buttonCompConstants";
15+
import { IconControl } from "comps/controls/iconControl";
16+
import { AlignWithStretchControl, LeftRightControl } from "comps/controls/dropdownControl";
2817
import {booleanExposingStateControl} from "comps/controls/codeStateControl";
2918
import {
3019
AnimationStyle,
3120
AnimationStyleType,
3221
ToggleButtonStyle,
3322
} from "comps/controls/styleControlConstants";
34-
import {styleControl} from "comps/controls/styleControl";
35-
import {BoolControl} from "comps/controls/boolControl";
36-
import {RefControl} from "comps/controls/refControl";
37-
import React, {useContext} from "react";
38-
import {EditorContext} from "comps/editorState";
23+
import { styleControl } from "comps/controls/styleControl";
24+
import { BoolControl } from "comps/controls/boolControl";
25+
import { RefControl } from "comps/controls/refControl";
26+
import React, { useContext } from "react";
27+
import { EditorContext } from "comps/editorState";
3928

4029
const IconWrapper = styled.div`
4130
display: flex;

0 commit comments

Comments
 (0)