@zat-design/sisyphus-react 3.6.7-beta.7 → 3.6.7-beta.8

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 (106) hide show
  1. package/coverage/lcov-report/src/.umi/core/devScripts.ts.html +241 -0
  2. package/coverage/lcov-report/src/.umi/core/history.ts.html +148 -0
  3. package/coverage/lcov-report/src/.umi/core/index.html +206 -0
  4. package/coverage/lcov-report/src/.umi/core/plugin.ts.html +109 -0
  5. package/coverage/lcov-report/src/.umi/core/pluginRegister.ts.html +160 -0
  6. package/coverage/lcov-report/src/.umi/core/polyfill.ts.html +97 -0
  7. package/coverage/lcov-report/src/.umi/core/routes.ts.html +26050 -0
  8. package/coverage/lcov-report/src/.umi/core/umiExports.ts.html +112 -0
  9. package/coverage/lcov-report/src/.umi/dumi/demos/index.html +116 -0
  10. package/coverage/lcov-report/src/.umi/dumi/demos/index.ts.html +6340 -0
  11. package/coverage/lcov-report/src/.umi/dumi/index.html +116 -0
  12. package/coverage/lcov-report/src/.umi/dumi/layout.tsx.html +109 -0
  13. package/coverage/lcov-report/src/.umi/index.html +116 -0
  14. package/coverage/lcov-report/src/.umi/plugin-antd/index.html +116 -0
  15. package/coverage/lcov-report/src/.umi/plugin-antd/runtime.tsx.html +172 -0
  16. package/coverage/lcov-report/src/.umi/plugin-helmet/exports.ts.html +94 -0
  17. package/coverage/lcov-report/src/.umi/plugin-helmet/index.html +116 -0
  18. package/coverage/lcov-report/src/.umi/plugin-initial-state/Provider.tsx.html +196 -0
  19. package/coverage/lcov-report/src/.umi/plugin-initial-state/exports.ts.html +106 -0
  20. package/coverage/lcov-report/src/.umi/plugin-initial-state/index.html +146 -0
  21. package/coverage/lcov-report/src/.umi/plugin-initial-state/models/index.html +116 -0
  22. package/coverage/lcov-report/src/.umi/plugin-initial-state/models/initialState.ts.html +88 -0
  23. package/coverage/lcov-report/src/.umi/plugin-initial-state/runtime.tsx.html +124 -0
  24. package/coverage/lcov-report/src/.umi/plugin-locale/SelectLang.tsx.html +1246 -0
  25. package/coverage/lcov-report/src/.umi/plugin-locale/index.html +161 -0
  26. package/coverage/lcov-report/src/.umi/plugin-locale/locale.tsx.html +268 -0
  27. package/coverage/lcov-report/src/.umi/plugin-locale/localeExports.ts.html +778 -0
  28. package/coverage/lcov-report/src/.umi/plugin-locale/runtime.tsx.html +115 -0
  29. package/coverage/lcov-report/src/.umi/plugin-model/Provider.tsx.html +202 -0
  30. package/coverage/lcov-report/src/.umi/plugin-model/helpers/constant.tsx.html +97 -0
  31. package/coverage/lcov-report/src/.umi/plugin-model/helpers/dispatcher.tsx.html +142 -0
  32. package/coverage/lcov-report/src/.umi/plugin-model/helpers/executor.tsx.html +334 -0
  33. package/coverage/lcov-report/src/.umi/plugin-model/helpers/index.html +146 -0
  34. package/coverage/lcov-report/src/.umi/plugin-model/index.html +146 -0
  35. package/coverage/lcov-report/src/.umi/plugin-model/runtime.tsx.html +121 -0
  36. package/coverage/lcov-report/src/.umi/plugin-model/useModel.tsx.html +298 -0
  37. package/coverage/lcov-report/src/.umi/plugin-request/index.html +116 -0
  38. package/coverage/lcov-report/src/.umi/plugin-request/request.ts.html +919 -0
  39. package/coverage/lcov-report/src/.umi/umi.ts.html +268 -0
  40. package/{lib/ProTable/utils.d.ts → es/ProTable/components/FormatColumn/index.d.ts} +1 -11
  41. package/es/ProTable/{utils.js → components/FormatColumn/index.js} +7 -57
  42. package/es/ProTable/components/RcTable/components/BaseTable/index.d.ts +11 -0
  43. package/es/ProTable/components/RcTable/components/BaseTable/index.js +43 -0
  44. package/es/ProTable/components/{DndWrapper → RcTable/components/DraggableTable/components/DndWrapper}/index.js +1 -4
  45. package/es/ProTable/components/RcTable/components/DraggableTable/index.d.ts +11 -0
  46. package/es/ProTable/components/RcTable/components/DraggableTable/index.js +52 -0
  47. package/es/ProTable/components/RcTable/index.d.ts +4 -0
  48. package/es/ProTable/components/RcTable/index.js +4 -0
  49. package/es/ProTable/components/RenderEmptyText/index.d.ts +3 -0
  50. package/es/ProTable/components/RenderEmptyText/index.js +22 -0
  51. package/es/ProTable/components/RenderFooter/index.d.ts +2 -0
  52. package/es/ProTable/components/RenderFooter/index.js +12 -0
  53. package/es/ProTable/components/RenderSummary/index.d.ts +3 -0
  54. package/es/ProTable/components/RenderSummary/index.js +55 -0
  55. package/es/ProTable/components/RenderTableHeader/index.d.ts +2 -0
  56. package/es/ProTable/components/RenderTableHeader/index.js +61 -0
  57. package/es/ProTable/components/TableResizable/index.js +1 -9
  58. package/es/ProTable/components/index.d.ts +4 -2
  59. package/es/ProTable/components/index.js +4 -2
  60. package/es/ProTable/{useAntdTable.d.ts → hooks/useAntdTable.d.ts} +1 -1
  61. package/es/ProTable/{useAntdTable.js → hooks/useAntdTable.js} +3 -3
  62. package/es/ProTable/index.d.ts +1 -1
  63. package/es/ProTable/index.js +67 -156
  64. package/es/ProTable/utils/index.d.ts +26 -0
  65. package/es/ProTable/utils/index.js +51 -0
  66. package/{es/ProTable/utils.d.ts → lib/ProTable/components/FormatColumn/index.d.ts} +1 -11
  67. package/lib/ProTable/{utils.js → components/FormatColumn/index.js} +17 -68
  68. package/lib/ProTable/components/RcTable/components/BaseTable/index.d.ts +11 -0
  69. package/lib/ProTable/components/RcTable/components/BaseTable/index.js +49 -0
  70. package/lib/ProTable/components/{DndWrapper → RcTable/components/DraggableTable/components/DndWrapper}/index.js +1 -4
  71. package/lib/ProTable/components/RcTable/components/DraggableTable/index.d.ts +11 -0
  72. package/lib/ProTable/components/RcTable/components/DraggableTable/index.js +59 -0
  73. package/lib/ProTable/components/RcTable/index.d.ts +4 -0
  74. package/lib/ProTable/components/RcTable/index.js +20 -0
  75. package/lib/ProTable/components/RenderEmptyText/index.d.ts +3 -0
  76. package/lib/ProTable/components/RenderEmptyText/index.js +28 -0
  77. package/lib/ProTable/components/RenderFooter/index.d.ts +2 -0
  78. package/lib/ProTable/components/RenderFooter/index.js +18 -0
  79. package/lib/ProTable/components/RenderSummary/index.d.ts +3 -0
  80. package/lib/ProTable/components/RenderSummary/index.js +61 -0
  81. package/lib/ProTable/components/RenderTableHeader/index.d.ts +2 -0
  82. package/lib/ProTable/components/RenderTableHeader/index.js +66 -0
  83. package/lib/ProTable/components/TableResizable/index.js +3 -11
  84. package/lib/ProTable/components/index.d.ts +4 -2
  85. package/lib/ProTable/components/index.js +16 -9
  86. package/lib/ProTable/{useAntdTable.d.ts → hooks/useAntdTable.d.ts} +1 -1
  87. package/lib/ProTable/{useAntdTable.js → hooks/useAntdTable.js} +3 -3
  88. package/lib/ProTable/index.d.ts +1 -1
  89. package/lib/ProTable/index.js +72 -158
  90. package/lib/ProTable/utils/index.d.ts +26 -0
  91. package/lib/ProTable/utils/index.js +57 -0
  92. package/package.json +1 -1
  93. package/es/ProTable/components/ResizableLine/index.d.ts +0 -2
  94. package/es/ProTable/components/ResizableLine/index.js +0 -10
  95. package/lib/ProTable/components/ResizableLine/index.d.ts +0 -2
  96. package/lib/ProTable/components/ResizableLine/index.js +0 -16
  97. /package/es/ProTable/components/{DndWrapper → RcTable/components/DraggableTable/components/DndWrapper}/index.d.ts +0 -0
  98. /package/es/ProTable/components/{DndWrapper → RcTable/components/DraggableTable/components/DndWrapper}/utils/index.d.ts +0 -0
  99. /package/es/ProTable/components/{DndWrapper → RcTable/components/DraggableTable/components/DndWrapper}/utils/index.js +0 -0
  100. /package/es/ProTable/components/{DndWrapper → RcTable/components/DraggableTable/components/DndWrapper}/utils/propsType.d.ts +0 -0
  101. /package/es/ProTable/components/{DndWrapper → RcTable/components/DraggableTable/components/DndWrapper}/utils/propsType.js +0 -0
  102. /package/lib/ProTable/components/{DndWrapper → RcTable/components/DraggableTable/components/DndWrapper}/index.d.ts +0 -0
  103. /package/lib/ProTable/components/{DndWrapper → RcTable/components/DraggableTable/components/DndWrapper}/utils/index.d.ts +0 -0
  104. /package/lib/ProTable/components/{DndWrapper → RcTable/components/DraggableTable/components/DndWrapper}/utils/index.js +0 -0
  105. /package/lib/ProTable/components/{DndWrapper → RcTable/components/DraggableTable/components/DndWrapper}/utils/propsType.d.ts +0 -0
  106. /package/lib/ProTable/components/{DndWrapper → RcTable/components/DraggableTable/components/DndWrapper}/utils/propsType.js +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.