declare const _default: { readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json"; readonly data: import("@sinclair/typebox").TObject<{ data: import("@sinclair/typebox").TArray>; key: import("@sinclair/typebox").TString; suffix: import("@sinclair/typebox").TString; forItem: import("@sinclair/typebox").TString; forIndex: import("@sinclair/typebox").TString; }>; readonly isContainer: true; readonly compConfig: { readonly componentType: "Repeater"; }; readonly events: readonly []; readonly meta: { readonly title: "循环展示"; readonly description: "用于循环展示组件的场景,可将一个数组循环展示在页面中,比如循环一个新闻列表。"; readonly icon: "../icons/Repeater.svg"; readonly category: "展示"; readonly categoryOrder: 400; readonly componentOrder: 260; readonly templates: readonly [{ readonly to: "$children"; readonly body: "\n {{#with $self.id as |repeater_suffix|}}\n [attributes]\n ':data' = \"[{name: '苹果'}, {name: '橙子'}, {name: '香蕉'}]\"\n suffix = '{{repeater_suffix}}'\n forItem = 'item_{{repeater_suffix}}'\n forIndex = 'index_{{repeater_suffix}}'\n\n [[template]]\n component = 'WdText'\n [template.attributes]\n ':text' = '$w.index_{{repeater_suffix}} + `: `+ $w.item_{{repeater_suffix}}.name'\n [[template]]\n component = 'Container'\n {{/with}}\n "; }]; readonly visible: readonly ["APP", "COMPONENT"]; readonly group: { readonly 数据: { readonly 'x-index': 1; readonly expand: true; }; readonly 高级属性: { readonly 'x-index': 2; readonly expand: true; }; }; }; readonly configMeta: { readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/show/Repeater"; }; readonly properties: import("@sinclair/typebox").TObject<{ data: import("@sinclair/typebox").TArray; }>; }; export default _default;