/// import { Static } from '../type-utils'; import type { Simplify } from 'type-fest'; declare const data: import("@sinclair/typebox").TObject<{ headerLeftSlot: import("@sinclair/typebox").TOptional>; headerRightSlot: import("@sinclair/typebox").TOptional>; contentSlot: import("@sinclair/typebox").TOptional>; }>; export type DataType = Simplify>; declare const config: { readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json"; readonly data: import("@sinclair/typebox").TObject<{ headerLeftSlot: import("@sinclair/typebox").TOptional>; headerRightSlot: import("@sinclair/typebox").TOptional>; contentSlot: import("@sinclair/typebox").TOptional>; }>; readonly properties: import("@sinclair/typebox").TObject<{}>; readonly classes: readonly [{ readonly name: "根元素"; readonly selector: ".wd-layout-root"; readonly description: "布局组件根元素"; }, { readonly name: "PC 端布局组件根元素"; readonly selector: ".wd-pc-layout-root"; readonly description: "可以为 PC 端的布局组件编写样式"; }, { readonly name: "H5 端布局组件根元素"; readonly selector: ".wd-h5-layout-root"; readonly description: "可以为 H5 端的布局组件编写样式"; }, { readonly name: "布局顶部元素"; readonly selector: ".wd-layout__header"; readonly description: "可以为布局组件顶部编写样式"; }, { readonly name: "布局内容元素"; readonly selector: ".wd-layout__body"; readonly description: "可以为布局组件内容编写样式"; }]; readonly methods: readonly []; readonly events: readonly []; readonly meta: { readonly name: "WdLayout"; readonly title: "布局组件"; readonly componentName: "Layout"; readonly description: "用于构建带有顶部导航的页面布局"; readonly icon: "../../icons/LayoutContainer.svg"; readonly category: "布局"; readonly categoryOrder: 200; readonly componentOrder: 101; readonly platform: readonly ["MOBILEWEB", "PCWEB"]; readonly visible: readonly ["APP"]; readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/grid/WdLayout"; readonly templates: readonly [{ readonly to: "headerLeftSlot"; readonly when: "$attached"; readonly body: "\n [[template]]\n component = \"WdIcon\"\n [template.attributes]\n type = \"inner\"\n name = \"chevronleft\"\n size = \"sm\"\n [[template.listeners]]\n eventName = \"tap\"\n type = \"platform\"\n [template.listeners.handler]\n name = \"navigateBack\"\n module = \"platform\"\n\n [[template]]\n component = \"WdText\"\n [template.attributes]\n text = \"页面标题\"\n [template.extra.commonStyle.self]\n fontSize = \"20px\"\n fontWeight = \"600\"\n\n [[template]]\n component = \"WdText\"\n [template.attributes]\n text = \"页面描述\"\n level= \"body-default\"\n [template.extra.commonStyle.self]\n fontSize = \"14px\"\n marginLeft = \"5px\"\n "; }, { readonly to: "headerRightSlot"; readonly when: "$attached"; readonly body: "\n [[template]]\n component = \"WdLink\"\n [template.attributes]\n content = \"帮助文档\"\n [template.extra.commonStyle.self]\n fontSize = \"14px\"\n "; }]; readonly group: {}; readonly inlineStyleForm: { readonly textAlign: { readonly visible: false; }; readonly fontSize: { readonly visible: false; }; readonly color: { readonly visible: false; }; readonly fontWeight: { readonly visible: false; }; readonly lineHeight: { readonly visible: false; }; readonly justifyContent: { readonly visible: false; }; readonly flexDirection: { readonly visible: false; }; readonly alignItems: { readonly visible: false; }; }; }; }; export default config;