gd-bs 6.6.54 → 6.6.56

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
@@ -1523,6 +1523,7 @@ declare module 'gd-bs/components/form/formTypes' {
1523
1523
  className?: string;
1524
1524
  isAutoSized?: boolean;
1525
1525
  isCentered?: boolean;
1526
+ isDisabled?: boolean;
1526
1527
  isReadOnly?: boolean;
1527
1528
  columns?: Array<IFormColumn>;
1528
1529
  }