gd-bs 6.6.6 → 6.6.8

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
@@ -861,7 +861,10 @@ declare module 'gd-bs/components/checkboxGroup/types' {
861
861
  /** Hides the checkbox group. */
862
862
  hide: () => void;
863
863
 
864
- /** Sets the dropdown value. */
864
+ /** Sets the checkbox items. */
865
+ setItems: (value: Array<ICheckboxGroupItem>) => void;
866
+
867
+ /** Sets the checkbox value. */
865
868
  setValue: (value: string | Array<string>) => void;
866
869
 
867
870
  /** Shows the checkbox group. */