@daxiangme/form-core 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,2 @@
1
+ MIT License. See the workspace root LICENSE for the complete text.
2
+
package/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # @daxiangme/form-core
2
+
3
+ 纯 TypeScript 的 DX Form 文档、布局、行为、诊断、事件与运行端口。
4
+
5
+ ```bash
6
+ pnpm add @daxiangme/form-core
7
+ ```
8
+
9
+ ```ts
10
+ import { createEmptyDesignerDocument, decodeDesignerDocument } from '@daxiangme/form-core'
11
+
12
+ const document = createEmptyDesignerDocument('expense-form', '费用申请')
13
+ const decoded = decodeDesignerDocument(document)
14
+ ```
15
+
16
+ Core 不依赖 Vue、Element Plus、HTTP 客户端、Router 或任何 BPM 宿主类型。