onchain-uikit 0.0.6 → 3.9.4-alpha1
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/filePreview/fontawesome-webfont.woff2 +0 -0
- package/dist/filePreview/iconfont.css +457 -0
- package/dist/filePreview/loading.gif +0 -0
- package/dist/filePreview/logo.svg +1 -0
- package/dist/filePreview/luckyexcel.umd.js +26153 -0
- package/dist/filePreview/luckysheet.css +7145 -0
- package/dist/filePreview/luckysheet.umd.js +137608 -0
- package/dist/filePreview/plugin.js +29474 -0
- package/dist/filePreview/plugins.css +10 -0
- package/dist/filePreview/pluginsCss.css +1 -0
- package/dist/filePreview/waffle_sprite.png +0 -0
- package/dist/font/demo.css +539 -0
- package/dist/font/demo_index.html +20820 -0
- package/dist/font/iconfont.css +3604 -0
- package/dist/font/iconfont.js +70 -0
- package/dist/font/iconfont.json +6288 -0
- package/dist/font/iconfont.svg +1813 -0
- package/dist/font/iconfont.ttf +0 -0
- package/dist/font/iconfont.woff +0 -0
- package/dist/font/iconfont.woff2 +0 -0
- package/dist/index.cjs.js +366 -0
- package/dist/index.es.js +30890 -675
- package/dist/index.umd.js +450 -10
- package/dist/logo.svg +1 -0
- package/dist/onchain-uikit.css +10 -0
- package/dist/xlsx-C9icP-aY.mjs +24775 -0
- package/dist/xlsx-qn1xoUuv.js +105 -0
- package/{dist → lib}/src/App.d.ts +1 -1
- package/lib/src/app/main/model/context.d.ts +30 -0
- package/lib/src/components/OnChainAI/index.d.ts +3 -0
- package/{dist/src/stories/Page.stories.d.ts → lib/src/components/OnChainAI/index.stories.d.ts} +4 -2
- package/lib/src/components/OnChainAdvancedSearch/index.d.ts +8 -0
- package/{dist/src/stories/XsButton.stories.d.ts → lib/src/components/OnChainAdvancedSearch/index.stories.d.ts} +1 -1
- package/lib/src/components/OnChainBadge/index.d.ts +52 -0
- package/{dist/src/stories/PlmMosaic.stories.d.ts → lib/src/components/OnChainBadge/index.stories.d.ts} +2 -2
- package/lib/src/components/OnChainCompositeForm/index.d.ts +26 -0
- package/lib/src/components/OnChainCompositeForm/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainDropMenu/index.d.ts +21 -0
- package/lib/src/components/OnChainDropMenu/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainExcelViewer/index.d.ts +8 -0
- package/lib/src/components/OnChainExcelViewer/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainForm/index.d.ts +14 -0
- package/lib/src/components/OnChainForm/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainFormItem/index.d.ts +175 -0
- package/lib/src/components/OnChainFormItem/index.stories.d.ts +19 -0
- package/lib/src/components/OnChainFormItem/title/index.d.ts +2 -0
- package/lib/src/components/OnChainGenAntImage/index.d.ts +5 -0
- package/lib/src/components/OnChainGenAntImage/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainGlobalLoading/index.d.ts +9 -0
- package/lib/src/components/OnChainGlobalLoading/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainHighLightWords/index.d.ts +9 -0
- package/lib/src/components/OnChainHighLightWords/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainIcon/index.d.ts +31 -0
- package/lib/src/components/OnChainIcon/index.stories.d.ts +15 -0
- package/lib/src/components/OnChainImage/index.d.ts +9 -0
- package/lib/src/components/OnChainImage/index.stories.d.ts +18 -0
- package/lib/src/components/OnChainInput/index.d.ts +13 -0
- package/lib/src/components/OnChainInput/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainLinkInstance/index.d.ts +1 -0
- package/lib/src/components/OnChainLoading/index.d.ts +10 -0
- package/lib/src/components/OnChainLoading/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainLoadingSkCube/index.d.ts +6 -0
- package/lib/src/components/OnChainLoadingSkCube/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainMarkdown/index.d.ts +16 -0
- package/lib/src/components/OnChainMarkdown/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainModal/index.d.ts +22 -0
- package/lib/src/components/OnChainModal/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainMosaic/index.d.ts +7 -0
- package/lib/src/components/OnChainMosaic/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainPopoverTransfer/index.d.ts +49 -0
- package/lib/src/components/OnChainPopoverTransfer/select/index.d.ts +18 -0
- package/lib/src/components/OnChainPopupSelect/index.d.ts +32 -0
- package/lib/src/components/OnChainPopupSelect/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainProgress/index.d.ts +7 -0
- package/lib/src/components/OnChainProgress/index.stories.d.ts +16 -0
- package/lib/src/components/OnChainProvider/index.d.ts +18 -0
- package/lib/src/components/OnChainProvider/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainPublicTree/index.d.ts +20 -0
- package/lib/src/components/OnChainPublicTree/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainQueryBuilder/AbcSelectTransfer/index.d.ts +15 -0
- package/lib/src/components/OnChainQueryBuilder/index.d.ts +31 -0
- package/lib/src/components/OnChainResourceTree/index.d.ts +26 -0
- package/lib/src/components/OnChainResourceTree/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainScrollBar/index.d.ts +7 -0
- package/lib/src/components/OnChainScrollBar/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainScrollBarAssembly/index.d.ts +11 -0
- package/lib/src/components/OnChainScrollBarAssembly/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainSelect/index.d.ts +14 -0
- package/{dist/src/stories/PlmSelect/PlmSelect.stories.d.ts → lib/src/components/OnChainSelect/index.stories.d.ts} +8 -3
- package/lib/src/components/OnChainSelectPopupForm/index.d.ts +45 -0
- package/lib/src/components/OnChainSelectPopupForm/select/index.d.ts +20 -0
- package/lib/src/components/OnChainTable/ContextMenu.d.ts +8 -0
- package/lib/src/components/OnChainTable/EditableCell.d.ts +39 -0
- package/lib/src/components/OnChainTable/EditableRow.d.ts +6 -0
- package/lib/src/components/OnChainTable/OnChainTableFormItem/index.d.ts +14 -0
- package/lib/src/components/OnChainTable/ResizableTitle.d.ts +2 -0
- package/lib/src/components/OnChainTable/TableFooter.d.ts +13 -0
- package/lib/src/components/OnChainTable/TableUtils.d.ts +78 -0
- package/lib/src/components/OnChainTable/const.d.ts +2 -0
- package/lib/src/components/OnChainTable/index.d.ts +101 -0
- package/lib/src/components/OnChainTable/index.stories.d.ts +28 -0
- package/lib/src/components/OnChainTable/type.d.ts +10 -0
- package/lib/src/components/OnChainTable/useClipboard.d.ts +67 -0
- package/lib/src/components/OnChainTable/useColumn.d.ts +5 -0
- package/lib/src/components/OnChainTable/useCopy.d.ts +5 -0
- package/lib/src/components/OnChainTable/useDynamicHeight.d.ts +13 -0
- package/lib/src/components/OnChainTable/useFiltered.d.ts +23 -0
- package/lib/src/components/OnChainTable/usePaste.d.ts +5 -0
- package/lib/src/components/OnChainTable/useVirtualScroll.d.ts +3 -0
- package/lib/src/components/OnChainTable/virtualScroll.d.ts +91 -0
- package/lib/src/components/OnChainTableSelection/index.d.ts +40 -0
- package/lib/src/components/OnChainTableSelection/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainTabs/index.d.ts +20 -0
- package/lib/src/components/OnChainTabs/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainViewerError/index.d.ts +6 -0
- package/lib/src/components/OnChainViewerError/index.stories.d.ts +14 -0
- package/lib/src/components/OnChainformUploader/index.d.ts +1 -0
- package/lib/src/components/PlmSearchSelect/index.d.ts +18 -0
- package/lib/src/hooks/useShortcutKey/index.d.ts +5 -0
- package/lib/src/hooks/useStore/index.d.ts +14 -0
- package/lib/src/index.d.ts +30 -0
- package/lib/src/language/index.d.ts +23 -0
- package/lib/src/language/translate.d.ts +5 -0
- package/lib/src/types/gantt.d.ts +269 -0
- package/{src → lib/src}/typings.d.ts +621 -636
- package/lib/src/utils/attribute.d.ts +70 -0
- package/{dist → lib}/src/utils/authority/basicsAuthority.d.ts +0 -5
- package/lib/src/utils/authority/const.d.ts +30 -0
- package/lib/src/utils/itemCode.d.ts +159 -0
- package/lib/src/utils/utility.d.ts +46 -0
- package/{typings.d.ts → lib/typings.d.ts} +126 -130
- package/package.json +34 -8
- package/.storybook/main.ts +0 -16
- package/.storybook/preview.tsx +0 -31
- package/config/theme.ts +0 -34
- package/dist/index.d.ts +0 -2
- package/dist/src/components/PlmMosaic/index.d.ts +0 -5
- package/dist/src/index.d.ts +0 -3
- package/dist/src/stories/Button.d.ts +0 -14
- package/dist/src/stories/Button.stories.d.ts +0 -23
- package/dist/src/stories/Header.d.ts +0 -11
- package/dist/src/stories/Header.stories.d.ts +0 -18
- package/dist/src/stories/OnChainProvider.d.ts +0 -12
- package/dist/src/stories/Page.d.ts +0 -2
- package/dist/src/stories/PlmSelect/index.d.ts +0 -20
- package/dist/src/stories/XsButton.d.ts +0 -22
- package/eslint.config.js +0 -28
- package/index.html +0 -13
- package/public/vite.svg +0 -1
- package/src/App.css +0 -42
- package/src/App.tsx +0 -58
- package/src/assets/react.svg +0 -1
- package/src/assets/styles/antd.custom.less +0 -1144
- package/src/assets/styles/mixins.less +0 -5
- package/src/components/PlmMosaic/index.module.less +0 -6
- package/src/components/PlmMosaic/index.tsx +0 -15
- package/src/global.less +0 -973
- package/src/index.css +0 -68
- package/src/index.ts +0 -6
- package/src/main.tsx +0 -13
- package/src/stories/Button.stories.ts +0 -53
- package/src/stories/Button.tsx +0 -37
- package/src/stories/Configure.mdx +0 -364
- package/src/stories/Header.stories.ts +0 -33
- package/src/stories/Header.tsx +0 -56
- package/src/stories/OnChainProvider.tsx +0 -37
- package/src/stories/Page.stories.ts +0 -32
- package/src/stories/Page.tsx +0 -73
- package/src/stories/PlmMosaic.stories.ts +0 -35
- package/src/stories/PlmSelect/PlmSelect.stories.ts +0 -50
- package/src/stories/PlmSelect/index.module.less +0 -73
- package/src/stories/PlmSelect/index.tsx +0 -136
- package/src/stories/XsButton.stories.ts +0 -30
- package/src/stories/XsButton.tsx +0 -33
- package/src/stories/assets/accessibility.png +0 -0
- package/src/stories/assets/accessibility.svg +0 -1
- package/src/stories/assets/addon-library.png +0 -0
- package/src/stories/assets/assets.png +0 -0
- package/src/stories/assets/avif-test-image.avif +0 -0
- package/src/stories/assets/context.png +0 -0
- package/src/stories/assets/discord.svg +0 -1
- package/src/stories/assets/docs.png +0 -0
- package/src/stories/assets/figma-plugin.png +0 -0
- package/src/stories/assets/github.svg +0 -1
- package/src/stories/assets/share.png +0 -0
- package/src/stories/assets/styling.png +0 -0
- package/src/stories/assets/testing.png +0 -0
- package/src/stories/assets/theming.png +0 -0
- package/src/stories/assets/tutorials.svg +0 -1
- package/src/stories/assets/youtube.svg +0 -1
- package/src/stories/button.css +0 -30
- package/src/stories/header.css +0 -32
- package/src/stories/page.css +0 -68
- package/src/utils/authority/basicsAuthority.ts +0 -46
- package/src/utils/authority/index.tsx +0 -28
- package/tsconfig.app.json +0 -26
- package/tsconfig.json +0 -86
- package/tsconfig.node.json +0 -94
- package/tsconfig.tsbuildinfo +0 -1
- package/vite.config.ts +0 -89
- /package/{dist → lib}/src/main.d.ts +0 -0
- /package/{dist → lib}/src/utils/authority/index.d.ts +0 -0
- /package/{src → lib/src}/vite-env.d.ts +0 -0
- /package/{dist → lib}/vite.config.d.ts +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.