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.
@@ -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 };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "onchain-uikit",
3
3
  "private": false,
4
- "version": "5.0.2-alpha2",
4
+ "version": "5.0.2-alpha3",
5
5
  "scripts": {
6
6
  "dev": "vite",
7
7
  "build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vite build",