tsv2-library 1.0.61-alpha.126 → 1.0.61-alpha.128

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.
@@ -26150,6 +26150,9 @@ function mitt(all) {
26150
26150
  return window.eventBus;
26151
26151
  }
26152
26152
  const eventBus = mitt();
26153
+ const extendEventBus = () => {
26154
+ return eventBus;
26155
+ };
26153
26156
  const flattenTreeNodeChildren = (nodes) => {
26154
26157
  if (!nodes)
26155
26158
  return [];
@@ -77984,6 +77987,7 @@ export {
77984
77987
  downloadFile,
77985
77988
  eventBus,
77986
77989
  exportToExcel,
77990
+ extendEventBus,
77987
77991
  filterNodeKeys,
77988
77992
  flattenTreeNodeChildren,
77989
77993
  forceLogout,