onchain-uikit 3.9.4-alpha4 → 3.9.4-alpha40

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.
Files changed (76) hide show
  1. package/dist/index.cjs.js +401 -222
  2. package/dist/index.es.js +35753 -20037
  3. package/dist/index.umd.js +468 -289
  4. package/dist/onchain-uikit.css +2 -2
  5. package/lib/src/app/main/model/context.d.ts +2 -0
  6. package/lib/src/components/OnChainAdvancedSearch/index.d.ts +22 -3
  7. package/lib/src/components/OnChainAdvancedSearch/index.stories.d.ts +1 -1
  8. package/lib/src/components/OnChainExcelTemplate/XlsxSheetManager.d.ts +5 -0
  9. package/lib/src/components/OnChainExcelTemplate/core.d.ts +14 -0
  10. package/lib/src/components/OnChainExcelTemplate/index.d.ts +5 -0
  11. package/lib/src/components/OnChainFormItem/index.d.ts +5 -5
  12. package/lib/src/components/OnChainGenAntImage/index.d.ts +1 -0
  13. package/lib/src/components/OnChainGlobalLoading/index.d.ts +3 -3
  14. package/lib/src/components/OnChainGlobalLoading/index.stories.d.ts +1 -1
  15. package/lib/src/components/OnChainIcon/index.d.ts +7 -3
  16. package/lib/src/components/OnChainModal/index.d.ts +1 -0
  17. package/lib/src/components/OnChainPopoverTransfer/index.d.ts +4 -4
  18. package/lib/src/components/OnChainPopoverTransfer/select/index.d.ts +5 -5
  19. package/lib/src/components/OnChainPopupSelect/index.d.ts +4 -1
  20. package/lib/src/components/OnChainProvider/index.d.ts +2 -1
  21. package/lib/src/components/OnChainPublicTree/index.d.ts +2 -2
  22. package/lib/src/components/OnChainPublicTree/index.stories.d.ts +1 -1
  23. package/lib/src/components/OnChainQueryBuilder/index.d.ts +14 -13
  24. package/lib/src/components/OnChainResourceTree/index.d.ts +2 -3
  25. package/lib/src/components/OnChainSearchSelect/index.d.ts +18 -0
  26. package/lib/src/components/OnChainSelectPopupForm/index.d.ts +2 -2
  27. package/lib/src/components/OnChainSelectPopupForm/select/index.d.ts +3 -3
  28. package/lib/src/components/OnChainTable/ContextMenu.d.ts +2 -2
  29. package/lib/src/components/OnChainTable/OnChainTableFormItem/index.d.ts +4 -3
  30. package/lib/src/components/OnChainTable/TableFooter.d.ts +2 -2
  31. package/lib/src/components/OnChainTable/TableUtils.d.ts +4 -4
  32. package/lib/src/components/OnChainTable/index.d.ts +6 -6
  33. package/lib/src/components/OnChainTable/index.stories.d.ts +4 -1
  34. package/lib/src/components/OnChainTable/useClipboard.d.ts +2 -2
  35. package/lib/src/components/OnChainTable/useColumn.d.ts +2 -2
  36. package/lib/src/components/OnChainTable/useCopy.d.ts +1 -2
  37. package/lib/src/components/OnChainTable/useDynamicHeight.d.ts +2 -2
  38. package/lib/src/components/OnChainTable/useFiltered.d.ts +2 -2
  39. package/lib/src/components/OnChainTable/usePaste.d.ts +1 -2
  40. package/lib/src/components/OnChainTableSelection/index.d.ts +8 -5
  41. package/lib/src/components/OnChainTableSelection/index.stories.d.ts +1 -1
  42. package/lib/src/components/OnChainUniverExcel/data.d.ts +2 -0
  43. package/lib/src/components/OnChainUniverExcel/index.d.ts +14 -0
  44. package/lib/src/components/OnChainUniverExcel/plugin.d.ts +1 -0
  45. package/lib/src/components/OnChainUniverExcel/plugins/controllers/controller.d.ts +11 -0
  46. package/lib/src/components/OnChainUniverExcel/plugins/controllers/menu/export.d.ts +13 -0
  47. package/lib/src/components/OnChainUniverExcel/plugins/controllers/menu/generate.d.ts +12 -0
  48. package/lib/src/components/OnChainUniverExcel/plugins/controllers/menu/import.d.ts +19 -0
  49. package/lib/src/components/OnChainUniverExcel/plugins/controllers/menu/save.d.ts +3 -0
  50. package/lib/src/components/OnChainUniverExcel/plugins/controllers/menu/saveDatabase.d.ts +12 -0
  51. package/lib/src/components/OnChainUniverExcel/plugins/index.d.ts +42 -0
  52. package/lib/src/components/OnChainUniverExcel/plugins/locale/en-US.d.ts +15 -0
  53. package/lib/src/components/OnChainUniverExcel/plugins/locale/zh-CN.d.ts +15 -0
  54. package/lib/src/components/OnChainVTable/ListTable.d.ts +30 -0
  55. package/lib/src/components/OnChainVTable/components/index.d.ts +1 -0
  56. package/lib/src/components/OnChainVTable/components/tooltip.d.ts +9 -0
  57. package/lib/src/components/OnChainVTable/const.d.ts +47 -0
  58. package/lib/src/components/OnChainVTable/demo.d.ts +1 -0
  59. package/lib/src/components/OnChainVTable/feature/customMergeCell.d.ts +33 -0
  60. package/lib/src/components/OnChainVTable/feature/fill-handle.d.ts +6 -0
  61. package/lib/src/components/OnChainVTable/feature/history-edit.d.ts +435 -0
  62. package/lib/src/components/OnChainVTable/feature/index.d.ts +6 -0
  63. package/lib/src/components/OnChainVTable/feature/right-click-menu.d.ts +24 -0
  64. package/lib/src/components/OnChainVTable/feature/style.d.ts +17 -0
  65. package/lib/src/components/OnChainVTable/feature/tooltip.d.ts +9 -0
  66. package/lib/src/components/OnChainVTable/feature/types.d.ts +34 -0
  67. package/lib/src/components/OnChainVTable/feature/utils.d.ts +141 -0
  68. package/lib/src/components/OnChainVTable/index.d.ts +6 -0
  69. package/lib/src/components/OnChainVTable/index.stories.d.ts +87 -0
  70. package/lib/src/components/OnChainVTable/type.d.ts +114 -0
  71. package/lib/src/index.d.ts +50 -2
  72. package/lib/src/types/gantt.d.ts +1 -1
  73. package/lib/src/typings.d.ts +3 -3
  74. package/lib/src/utils/utility.d.ts +3 -1
  75. package/lib/typings.d.ts +3 -1
  76. package/package.json +9 -1

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.