gd-bs 6.6.35 → 6.6.37

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
@@ -1124,6 +1124,7 @@ declare module 'gd-bs/components/dropdown/types' {
1124
1124
  required?: boolean;
1125
1125
  title?: string;
1126
1126
  type?: number;
1127
+ updateLabel?: boolean;
1127
1128
  value?: any;
1128
1129
  }
1129
1130
  }