@vue-ui-kit/ant 2.0.8 → 2.1.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.
@@ -356,6 +356,8 @@ export interface PFormGroupInstance {
356
356
  validateAll: () => Promise<void>;
357
357
  validate: (index: number, ignoreTabError?: boolean) => Promise<void>;
358
358
  validateFields: (index: number, fields: string[], ignoreTabError?: boolean) => Promise<void>;
359
+ collapse: () => void;
360
+ expand: () => void;
359
361
  }
360
362
  export interface PCanvasTableInstance<T extends Recordable = Recordable> {
361
363
  $table: InstanceType<typeof EVirtTable>;