gd-bs 5.7.4 → 5.7.7

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/gd-bs.d.ts CHANGED
@@ -1189,6 +1189,7 @@ declare module 'gd-bs/components/form/controlTypes' {
1189
1189
  onControlRendering?: (control: IFormControlPropsCheckbox) => void | PromiseLike<IFormControlPropsCheckbox>;
1190
1190
  onGetValue?: (control: IFormControlPropsCheckbox) => any;
1191
1191
  onValidate?: (control: IFormControlPropsCheckbox, value: IFormControlValidationResult) => boolean | IFormControlValidationResult;
1192
+ renderRow?: boolean;
1192
1193
  }
1193
1194
 
1194
1195
  /**
@@ -1228,6 +1229,7 @@ declare module 'gd-bs/components/form/controlTypes' {
1228
1229
  onControlRendering?: (control: IFormControlPropsCheckbox) => void | PromiseLike<IFormControlPropsCheckbox>;
1229
1230
  onGetValue?: (control: IFormControlPropsCheckbox) => any;
1230
1231
  onValidate?: (control: IFormControlPropsCheckbox, value: IFormControlValidationResult) => boolean | IFormControlValidationResult;
1232
+ renderRow?: boolean;
1231
1233
  }
1232
1234
 
1233
1235
  /**