ehr-form-engine 1.0.0-beta.2 → 1.0.0-beta.20

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.
Files changed (33) hide show
  1. package/README.md +32 -2
  2. package/dist/index-D3g2Umnj.cjs +1 -0
  3. package/dist/index-DRjOL7bC.js +5 -0
  4. package/dist/index.cjs.js +4 -30
  5. package/dist/index.es.js +31377 -33471
  6. package/dist/src/components/ConfigProvider/index.d.ts +4 -0
  7. package/dist/src/components/ConfigProvider/index.vue.d.ts +24 -0
  8. package/dist/src/components/Core/index.vue.d.ts +32 -3
  9. package/dist/src/components/Dependency/Operator/index.vue.d.ts +2 -2
  10. package/dist/src/components/Dependency/types/emits.d.ts +1 -1
  11. package/dist/src/components/Render/Core/index.d.ts +3 -0
  12. package/dist/src/components/Render/Core/index.vue.d.ts +50 -0
  13. package/dist/src/components/Render/Form/index.vue.d.ts +24 -3
  14. package/dist/src/components/Render/MobileTable/index.d.ts +3 -0
  15. package/dist/src/components/Render/MobileTable/index.vue.d.ts +28 -0
  16. package/dist/src/components/Render/Table/index.vue.d.ts +4 -1
  17. package/dist/src/components/Render/Upload/index.vue.d.ts +34 -1
  18. package/dist/src/components/Render/Uploads/index.vue.d.ts +2 -0
  19. package/dist/src/components/Render/index.d.ts +2 -0
  20. package/dist/src/components/Render/types/props.d.ts +7 -5
  21. package/dist/src/components/Render/types/types.d.ts +35 -0
  22. package/dist/src/components/index.d.ts +7 -3
  23. package/dist/src/composables/useConfig.d.ts +37 -0
  24. package/dist/src/data/common/dataMap.d.ts +1 -0
  25. package/dist/src/data/components/componentMap.d.ts +6 -0
  26. package/dist/src/styles/css.d.ts +4 -0
  27. package/dist/src/types/config.d.ts +129 -0
  28. package/dist/src/types/types.d.ts +6 -2
  29. package/dist/src/utils/device.d.ts +12 -0
  30. package/dist/src/utils/index.d.ts +1 -0
  31. package/dist/style.css +1 -1
  32. package/package.json +33 -21
  33. package/dist/src/components/utils/sleep.d.ts +0 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # ehr-form-engine
2
2
 
3
- > 人事表单引擎设计器
3
+ > 专业的人事表单引擎设计器
4
4
 
5
- [![Version][version-badge]][package]
5
+ [![pZt0EcQ.png](https://s41.ax1x.com/2025/12/30/pZt0EcQ.png)](https://imgchr.com/i/pZt0EcQ)
6
6
 
7
7
  # 特性
8
8
 
@@ -75,3 +75,33 @@ const onSave = () => {
75
75
  </template>
76
76
  <style scoped></style>
77
77
  ```
78
+
79
+ ## 运行效果
80
+
81
+ ### 表单项属性设置
82
+
83
+ [![pZt0Yu9.png](https://s41.ax1x.com/2025/12/30/pZt0Yu9.png)](https://imgchr.com/i/pZt0Yu9)
84
+
85
+ ### 表格属性设置
86
+
87
+ [![pZt0GjJ.png](https://s41.ax1x.com/2025/12/30/pZt0GjJ.png)](https://imgchr.com/i/pZt0GjJ)
88
+
89
+ ### 附件属性设置
90
+
91
+ [![pZt0aAx.png](https://s41.ax1x.com/2025/12/30/pZt0aAx.png)](https://imgchr.com/i/pZt0aAx)
92
+
93
+ ### 表单项依赖条件设置
94
+
95
+ [![pZt0tBR.png](https://s41.ax1x.com/2025/12/30/pZt0tBR.png)](https://imgchr.com/i/pZt0tBR)
96
+
97
+ ### 表格列设计器
98
+
99
+ [![pZt0NH1.png](https://s41.ax1x.com/2025/12/30/pZt0NH1.png)](https://imgchr.com/i/pZt0NH1)
100
+
101
+ ### 表单预览
102
+
103
+ [![pZt0w4K.png](https://s41.ax1x.com/2025/12/30/pZt0w4K.png)](https://imgchr.com/i/pZt0w4K)
104
+
105
+ ### 表格预览
106
+
107
+ [![pZt0dN6.png](https://s41.ax1x.com/2025/12/30/pZt0dN6.png)](https://imgchr.com/i/pZt0dN6)
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index.cjs.js");exports.MixinIcon=e.MixinIcon;exports.default=e.MixinIcon;
@@ -0,0 +1,5 @@
1
+ import { MixinIcon as a } from "./index.es.js";
2
+ export {
3
+ a as MixinIcon,
4
+ a as default
5
+ };