cc1-form 1.2.25 → 1.2.27

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.
@@ -66,6 +66,11 @@ import type { curdConfType } from './index';
66
66
  * - `form-{fieldKey}-start` — 表单字段开始位置,作用域参数:`{ row, item }`
67
67
  * - `form-{fieldKey}-end` — 表单字段结束位置,作用域参数:`{ row, item }`
68
68
  * - `form-{fieldKey}-right` — 表单字段右侧,作用域参数:`{ row, item }`
69
+ *
70
+ * **弹窗插槽:**
71
+ * - `dialog-start` — 弹窗开始位置,作用域参数:`{ row }` row = conf.update
72
+ * - `dialog-end` — 弹窗结束位置,作用域参数:`{ row }` row = conf.update
73
+ * - `dialog-footer` — 弹窗底部,作用域参数:`{ row }` row = conf.update
69
74
  */
70
75
  export interface CurdConfig<T = any> {
71
76
  /** 是否初始化就请求列表 - 默认为true */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc1-form",
3
- "version": "1.2.25",
3
+ "version": "1.2.27",
4
4
  "description": "我来助你-表单组件库",
5
5
  "repository": {
6
6
  "type": "git",