@byteluck-fe/model-driven-engine
TypeScript icon, indicating that this package has built-in type declarations

2.21.0-beta.12 • Public • Published

Engine

运行态引擎

│  index.ts // 入口文件
│
├─common // 引擎相关
│      ActionManager.ts // utils操作管理
│      checkerValue.ts // 表单值校验器
│      DataManager.ts // 数据源容器
│      Engine.ts // 引擎
│      index.ts // 入口
│      OkWorker.ts // 无用
│      Plugin.ts // 插件
│      proxyState.ts // 劫持引擎表单数据
│      Runtime.ts // 控件注册和创建
│      Store.ts // 数据管理
│
├─plugins
│      CalcPlugin.ts // 计算公式插件
│      ControlsEventPlugin.ts // 控件二开事件插件
│      ES6ModulePlugin.ts //
│      index.ts
│      LifecycleEventPlugin.ts // 页面生命周期事件
│      StylePlugin.ts // css二开
│
└─utils
        index.ts
        runtimeUtils.ts // 工具函数

Readme

Keywords

none

Package Sidebar

Install

npm i @byteluck-fe/model-driven-engine

Weekly Downloads

148

Version

2.21.0-beta.12

License

ISC

Unpacked Size

548 kB

Total Files

41

Last publish

Collaborators

  • byteluck-fe