@regenbio/regenbio-components-react 1.4.12 → 1.4.13
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/build/index.d.ts +0 -10
- package/build/index.js +3 -3
- package/build/index.js.LICENSE.txt +0 -22
- package/build/locales/en-US.d.ts +0 -10
- package/build/locales/zh-CN.d.ts +0 -10
- package/package.json +3 -7
- package/build/components/DataDisplay/LazyFrame/hook.d.ts +0 -8
- package/build/components/DataDisplay/LazyFrame/index.d.ts +0 -9
- package/build/components/DataDisplay/LazyFrame/type.d.ts +0 -22
- package/build/components/DataDisplay/PdfDrawer/hook.d.ts +0 -38
- package/build/components/DataDisplay/PdfDrawer/index.d.ts +0 -11
- package/build/components/DataDisplay/PdfDrawer/locales/en-US.d.ts +0 -13
- package/build/components/DataDisplay/PdfDrawer/locales/zh-CN.d.ts +0 -13
- package/build/components/DataDisplay/PdfDrawer/type.d.ts +0 -36
- package/build/components/Dev/index.d.ts +0 -2
package/build/index.d.ts
CHANGED
|
@@ -33,10 +33,6 @@ import { RbCurrentUser, RbCurrentTheme } from "./components/PageLayout/AppLayout
|
|
|
33
33
|
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
|
-
import { RbPdfDrawerProps } from "./components/DataDisplay/PdfDrawer/type";
|
|
37
|
-
import RbPdfDrawer from "./components/DataDisplay/PdfDrawer/index";
|
|
38
|
-
import { RbLazyFrameProps } from "./components/DataDisplay/LazyFrame/type";
|
|
39
|
-
import RbLazyFrame from "./components/DataDisplay/LazyFrame/index";
|
|
40
36
|
import { RbBindFrameProps } from "./components/Other/LoginLoad/BindFrame/type";
|
|
41
37
|
import { RbGlobalContext, useGlobalState } from "./components/Other/GlobalContext";
|
|
42
38
|
import DbUtil from "./services/utils/dbUtil";
|
|
@@ -79,10 +75,6 @@ export { RbHtmlRender };
|
|
|
79
75
|
export type { RbHtmlRenderProps };
|
|
80
76
|
export { RbDragTable };
|
|
81
77
|
export type { RbDragTableProps };
|
|
82
|
-
export { RbPdfDrawer };
|
|
83
|
-
export type { RbPdfDrawerProps };
|
|
84
|
-
export { RbLazyFrame };
|
|
85
|
-
export type { RbLazyFrameProps };
|
|
86
78
|
export { RbUserSelector };
|
|
87
79
|
export type { RbUserSelectorProps };
|
|
88
80
|
export { RbAttachmentText };
|
|
@@ -134,7 +126,5 @@ declare const _default: {
|
|
|
134
126
|
RbAuthFrame: React.FC<RbAuthFrameProps>;
|
|
135
127
|
RbBindFrame: React.FC<RbBindFrameProps>;
|
|
136
128
|
RbGlobalContext: Context<RbGlobalStateType>;
|
|
137
|
-
RbLazyFrame: React.FC<RbLazyFrameProps>;
|
|
138
|
-
RbPdfDrawer: React.FC<RbPdfDrawerProps>;
|
|
139
129
|
};
|
|
140
130
|
export default _default;
|