@unizhen/ui 0.0.26 → 0.0.28

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.
@@ -247,6 +247,7 @@ export interface IUzFormItemSubTable extends IUzFormItemBase {
247
247
  quest: boolean;
248
248
  draggable: boolean;
249
249
  childActions: boolean;
250
+ showActions: boolean;
250
251
  showDelete: boolean;
251
252
  searchKey: string;
252
253
  link: string;