cd-form 2.0.54 → 2.0.55

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.
@@ -1,4 +1,4 @@
1
- import { FormDataConfig, ColumnDataConfig, TableColumn, PageConfig } from './types';
1
+ import { FormDataConfig, ColumnDataConfig, TableColumn, PageConfig, ApiOverride } from './types';
2
2
  import { DefineComponent, ExtractPropTypes, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
3
 
4
4
  interface BusinessFlowConfig {
@@ -78,6 +78,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
78
78
  label?: string;
79
79
  children?: string;
80
80
  };
81
+ apiOverride?: ApiOverride;
81
82
  }>, {
82
83
  deviceType: string;
83
84
  data: () => never[];