@zat-design/sisyphus-react 3.11.14-beta.12 → 3.11.14-beta.14

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