@vunk/form 2.14.13 → 2.14.15

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.
@@ -26,13 +26,6 @@ export declare const props: {
26
26
  type: PropType<Slots>;
27
27
  default: () => {};
28
28
  };
29
- /**
30
- * @description 保留最后一个不被删除
31
- */
32
- keepLast: {
33
- type: BooleanConstructor;
34
- default: boolean;
35
- };
36
29
  /**
37
30
  * @description 开启 form-item 的 label 上的操作区域, 在labelPosition为top时生效
38
31
  */
@@ -47,6 +40,13 @@ export declare const props: {
47
40
  type: PropType<NormalObject>;
48
41
  default: () => {};
49
42
  };
43
+ /**
44
+ * @description 保留最后一个不被删除
45
+ */
46
+ keepLast: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
50
  /**
51
51
  * @description 是否开启顶部的添加按钮
52
52
  */