diff --git a/client/packages/lowcoder-design/src/components/Section.tsx b/client/packages/lowcoder-design/src/components/Section.tsx index da58f9588..e1c019bde 100644 --- a/client/packages/lowcoder-design/src/components/Section.tsx +++ b/client/packages/lowcoder-design/src/components/Section.tsx @@ -142,5 +142,6 @@ export const sectionNames = { validation: trans("prop.validation"), layout: trans("prop.layout"), style: trans("prop.style"), + data: trans("prop.data"), meetings : trans("prop.meetings"), // added by Falk Wolsky }; diff --git a/client/packages/lowcoder-design/src/i18n/design/locales/en.ts b/client/packages/lowcoder-design/src/i18n/design/locales/en.ts index 59e045b55..c6fa81f69 100644 --- a/client/packages/lowcoder-design/src/i18n/design/locales/en.ts +++ b/client/packages/lowcoder-design/src/i18n/design/locales/en.ts @@ -24,6 +24,7 @@ export const en = { layout: "Layout", style: "Style", meetings : "Meeting Settings", + data: "Data", }, passwordInput: { label: "Password:", diff --git a/client/packages/lowcoder-design/src/icons/icon-ShowLayout.svg b/client/packages/lowcoder-design/src/icons/icon-ShowLayout.svg new file mode 100644 index 000000000..c47960aba --- /dev/null +++ b/client/packages/lowcoder-design/src/icons/icon-ShowLayout.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + diff --git a/client/packages/lowcoder-design/src/icons/index.ts b/client/packages/lowcoder-design/src/icons/index.ts index 833e83ded..549d492df 100644 --- a/client/packages/lowcoder-design/src/icons/index.ts +++ b/client/packages/lowcoder-design/src/icons/index.ts @@ -64,6 +64,7 @@ export { ReactComponent as WarningWhiteIcon } from "./icon-warning-white.svg"; export { ReactComponent as WarningIcon } from "./icon-warning.svg"; export { ReactComponent as WidthDragIcon } from "./icon-widthDrag.svg"; export { ReactComponent as ManyCheckboxIcon } from "./manyCheckbox.svg"; +export { ReactComponent as Layout } from "./icon-ShowLayout.svg"; export { ReactComponent as Left } from "./icon-ShowLeft.svg"; export { ReactComponent as Middle } from "./icon-ShowMiddle.svg"; export { ReactComponent as Right } from "./icon-ShowRight.svg"; diff --git a/client/packages/lowcoder/index.html b/client/packages/lowcoder/index.html index 2a45e2639..c83e225aa 100644 --- a/client/packages/lowcoder/index.html +++ b/client/packages/lowcoder/index.html @@ -2,16 +2,11 @@ - - + + + +