@regenbio/regenbio-components-react 1.3.44 → 1.3.46

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.
@@ -23,5 +23,6 @@ declare const useDataTable: <DataSource, U, ValueType>(props: RbDataTableProps<D
23
23
  columns: ProColumns<DataSource, ValueType>[];
24
24
  dataLength: number;
25
25
  intl: any;
26
+ containerScroll: HTMLElement;
26
27
  };
27
28
  export default useDataTable;
package/build/index.d.ts CHANGED
@@ -34,7 +34,7 @@ import RbAuthFrame from "./components/Other/LoginLoad/AuthFrame";
34
34
  import { RbAuthFrameProps } from "./components/Other/LoginLoad/AuthFrame/type";
35
35
  import RbBindFrame from "./components/Other/LoginLoad/BindFrame";
36
36
  import { RbBindFrameProps } from "./components/Other/LoginLoad/BindFrame/type";
37
- import { RbGlobalContext } from "./components/Other/GlobalContext";
37
+ import { RbGlobalContext, useGlobalState } from "./components/Other/GlobalContext";
38
38
  import DbUtil from "./services/utils/dbUtil";
39
39
  import ObjectUtil from "./services/utils/objectUtil";
40
40
  import EventUtil from "./services/utils/eventUtil";
@@ -95,7 +95,7 @@ export type { RbActionBarItemProps, RbActionBarProps };
95
95
  export { RbThemeSetter };
96
96
  export { RbAuthFrame, RbBindFrame };
97
97
  export type { RbAuthFrameProps, RbBindFrameProps };
98
- export { RbGlobalContext };
98
+ export { RbGlobalContext, useGlobalState };
99
99
  export { DbUtil, ObjectUtil, EventUtil, StorageUtil, StringUtil, NumberUtil, RandomUtil, UnicodeUtil, UploadUtil, RequestUtil };
100
100
  export { EventEnum, StorageEnum };
101
101
  export { CommonConstant, IconConstant, DbConstant };