{"id":13901336,"url":"https://github.com/alibaba/lowcode-engine-ext","last_synced_at":"2025-05-15T06:09:02.875Z","repository":{"id":37095839,"uuid":"443120673","full_name":"alibaba/lowcode-engine-ext","owner":"alibaba","description":"An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系","archived":false,"fork":false,"pushed_at":"2025-02-11T06:33:00.000Z","size":223,"stargazers_count":185,"open_issues_count":6,"forks_count":131,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-05-10T01:36:20.559Z","etag":null,"topics":["alibaba","low-code","lowcode"],"latest_commit_sha":null,"homepage":"https://lowcode-engine.cn","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alibaba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-30T15:58:03.000Z","updated_at":"2025-05-08T02:38:29.000Z","dependencies_parsed_at":"2024-01-16T22:22:05.543Z","dependency_job_id":"1c40fadf-d483-48c4-8eea-a1d007579cc0","html_url":"https://github.com/alibaba/lowcode-engine-ext","commit_stats":{"total_commits":100,"total_committers":27,"mean_commits":"3.7037037037037037","dds":0.71,"last_synced_commit":"8880d5b0a767a90cd3b00cb6be1c0d0ee91122c4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Flowcode-engine-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Flowcode-engine-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Flowcode-engine-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Flowcode-engine-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alibaba","download_url":"https://codeload.github.com/alibaba/lowcode-engine-ext/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254283350,"owners_count":22045141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alibaba","low-code","lowcode"],"created_at":"2024-08-06T21:01:12.860Z","updated_at":"2025-05-15T06:09:02.850Z","avatar_url":"https://github.com/alibaba.png","language":"TypeScript","readme":"### @alilc/lowcode-engine-ext\n\n### 简介\nlowcode-engine-ext 是阿里低代码引擎官方提供的 setter 和 setter 必须依赖的插件集合\n\nsetter(设置器) 是用来展示每个物料的属性，[setter使用说明手册](https://www.yuque.com/lce/doc/cl03wo_nmhznb) [官方setter列表说明](https://www.yuque.com/lce/doc/oc220p#fl46)\n\n### 使用方式\n\n使用 CDN 方式引用，下方是官方提供的两个稳定 CDN\n\n#### 方式 1：alifd cdn\n 1: alifd cdn\n```html\nhttps://alifd.alicdn.com/npm/@alilc/lowcode-engine-ext@1.0.5/dist/css/engine-ext.css\n\nhttps://alifd.alicdn.com/npm/@alilc/lowcode-engine-ext@1.0.5/dist/js/engine-ext.js\n```\n\n#### 方式 2: uipaas cdn\n```html\nhttps://uipaas-assets.com/prod/npm/@alilc/lowcode-engine-ext/1.0.5/dist/css/engine-ext.css\n\nhttps://uipaas-assets.com/prod/npm/@alilc/lowcode-engine-ext/1.0.5/dist/js/engine-ext.js\n```\n\n#### 拓展变量绑定面板\n\n通过传入extraDataMap拓展属性绑定面板\n\n```typescript\nctx.skeleton.add({\n  area: 'centerArea',\n  type: 'Widget',\n  content: pluginMap.VariableBindDialog,\n  name: 'variableBindDialog',\n  props: {\n    getSchema: () =\u003e editorController.getSchema(),\n    // 拓展变量绑定\n    extraDataMap: {\n      props: {\n        name: 'Props', // 变量组展示名\n        key: 'props', // 属性名，例如 this.props\n        getChildren: () =\u003e [\n          {\n            label: 'prop1',\n            value: 'value1',\n          },\n          {\n            label: 'prop2',\n            children: [\n              { label: 'propxxx', value: 1 }\n            ]\n          }\n        ],\n      }\n    }\n  },\n});\n```\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibaba%2Flowcode-engine-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falibaba%2Flowcode-engine-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibaba%2Flowcode-engine-ext/lists"}