vue-business-kit 0.0.2 → 0.0.3

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.
package/dist/index.d.ts CHANGED
@@ -1025,6 +1025,7 @@ onSubmit?: ((model: Record<string, any>) => any) | undefined;
1025
1025
  onValidate?: ((prop: string, isValid: boolean, message: string) => any) | undefined;
1026
1026
  }>, {
1027
1027
  items: FormItemCtx[];
1028
+ colNum: number;
1028
1029
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
1029
1030
  formRef: ({
1030
1031
  $: ComponentInternalInstance;
@@ -8147,6 +8148,7 @@ export declare interface FormInstance {
8147
8148
 
8148
8149
  export declare interface FormInternalProps {
8149
8150
  items: FormItemCtx[];
8151
+ colNum?: number;
8150
8152
  }
8151
8153
 
8152
8154
  export declare interface FormItemCtx extends Partial<FormItemProps> {