onchain-uikit 5.0.2-alpha2 → 5.0.2-alpha3
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/index.js +1709 -1708
- package/lib/src/index.d.ts +2 -1
- package/package.json +1 -1
package/lib/src/index.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ import { default as OnChainScrollBarAssembly } from './components/OnChainScrollB
|
|
|
32
32
|
import { default as OnChainSelectPopupForm } from './components/OnChainSelectPopupForm';
|
|
33
33
|
import { default as OnChainPublicTree } from './components/OnChainPublicTree';
|
|
34
34
|
import { default as OnChainTable } from './components/OnChainTable';
|
|
35
|
+
import { default as OnChainPureTable } from './components/OnChainTable/pure';
|
|
35
36
|
import { default as OnChainProgress } from './components/OnChainProgress';
|
|
36
37
|
import { default as OnChainTabs } from './components/OnChainTabs';
|
|
37
38
|
import { default as zhCN } from 'antd/locale/zh_CN';
|
|
@@ -79,4 +80,4 @@ export * from 'antd/es/typography/Paragraph';
|
|
|
79
80
|
export * from 'antd/es/transfer/ListBody';
|
|
80
81
|
export * from './components/OnChainImageEditor';
|
|
81
82
|
export type { DefaultOptionType, TableRowSelection, CheckboxOptionType, TransferDirection, TransferItem, TransferListBodyProps };
|
|
82
|
-
export { OnChainTable, OnChainProvider, OnChainSelect, OnChainIcon, OnChainBadge, OnChainHighLightWords, zhCN, en_US, OnChainInput, OnChainLoading, OnChainLoadingSkCube, OnChainGlobalLoading, OnChainMarkdown, OnChainModal, OnChainMosaic, OnChainScrollBar, OnChainViewerError, Paragraph, OnChainDropMenu, OnChainCompositeForm, OnChainExcelViewer, OnChainGauge, OnChainForm, OnChainFormItem, OnChainGenAntImage, OnChainImage, OnChainTableSelection, OnChainResourceTree, OnChainImageEditor, OnChainAdvancedSearch, OnChainPopupSelect, OnChainQueryBuilder, OnChainScrollBarAssembly, OnChainSelectPopupForm, OnChainPublicTree, OnChainProgress, OnChainTabs, CollapsePanel, };
|
|
83
|
+
export { OnChainTable, OnChainProvider, OnChainSelect, OnChainIcon, OnChainBadge, OnChainHighLightWords, zhCN, en_US, OnChainInput, OnChainLoading, OnChainLoadingSkCube, OnChainGlobalLoading, OnChainMarkdown, OnChainModal, OnChainMosaic, OnChainScrollBar, OnChainViewerError, Paragraph, OnChainDropMenu, OnChainCompositeForm, OnChainExcelViewer, OnChainGauge, OnChainForm, OnChainFormItem, OnChainGenAntImage, OnChainImage, OnChainTableSelection, OnChainResourceTree, OnChainImageEditor, OnChainAdvancedSearch, OnChainPopupSelect, OnChainQueryBuilder, OnChainScrollBarAssembly, OnChainSelectPopupForm, OnChainPublicTree, OnChainProgress, OnChainTabs, CollapsePanel, OnChainPureTable };
|