cc1-form 1.1.5 → 1.1.6

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.
@@ -482,10 +482,15 @@ export interface CurdConfigColumn<T = any> {
482
482
  };
483
483
  }
484
484
  interface CurdSearchDto {
485
+ [key: string]: any;
485
486
  /**
486
487
  * 主键
487
488
  */
488
489
  _id: string;
490
+ /**
491
+ * 主键
492
+ */
493
+ id: string;
489
494
  /**
490
495
  * 状态
491
496
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc1-form",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "我来助你-表单组件库",
5
5
  "repository": {
6
6
  "type": "git",