gd-bs 6.6.30 → 6.6.31

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
@@ -2212,6 +2212,7 @@ declare module 'gd-bs/components/navbar/types' {
2212
2212
  items?: Array<INavbarItem>;
2213
2213
  itemsEnd?: Array<INavbarItem>;
2214
2214
  onClick?: (item?: INavbarItem, ev?: Event) => void;
2215
+ onClickBrand?: (el?: HTMLElement, ev?: Event) => void;
2215
2216
  onItemRendered?: (el?: HTMLElement, item?: INavbarItem) => void;
2216
2217
  onRendered?: (el?: HTMLElement) => void;
2217
2218
  searchBox?: INavbarSearchBox;