gd-bs 6.6.13 → 6.6.15

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
@@ -881,6 +881,7 @@ declare module 'gd-bs/components/checkboxGroup/types' {
881
881
  label?: string;
882
882
  name?: string;
883
883
  onChange?: (item: ICheckboxGroupItem, ev?: Event) => void;
884
+ title?: string;
884
885
  type?: number;
885
886
  }
886
887
 
@@ -1091,6 +1092,7 @@ declare module 'gd-bs/components/dropdown/types' {
1091
1092
  onRender?: (el: HTMLElement, item?: IDropdownItem) => void;
1092
1093
  target?: string;
1093
1094
  text?: string;
1095
+ title?: string;
1094
1096
  toggle?: string;
1095
1097
  value?: string;
1096
1098
  }