@vue-ui-kit/ant 2.1.8 → 2.2.0

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.
@@ -99,7 +99,7 @@ export interface GroupMenuItem<F extends Recordable = Recordable> {
99
99
  export interface PFormGroupProps<F extends Recordable = Recordable> {
100
100
  getFormSetting: (data: Partial<F>) => PFormProps<Partial<F>>;
101
101
  title?: string;
102
- tabLabel?: string;
102
+ tabLabel?: string | ((data: Partial<F>) => string);
103
103
  editAble?: boolean;
104
104
  showAdd?: boolean;
105
105
  collapsible?: boolean;