@para-ui/core 2.2.56 → 2.2.57

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.
@@ -158,4 +158,8 @@ export interface IMultiValueProps {
158
158
  * 筛选器弹出框样式
159
159
  */
160
160
  popoverClassName?: string;
161
+ /**
162
+ * 是否保持最后一条
163
+ * */
164
+ keepLastItem?: boolean;
161
165
  }
package/README.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 版本: 2.2.57
2
+
3
+ para-ui/core@2.2.57 发布
4
+ 【动态多值框-DynamicMultiBox】动态多值框支持可删除最后一条
5
+
1
6
  ## 版本: 2.2.56
2
7
 
3
8
  para-ui/core@2.2.56 发布