@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.
- package/es/ProEnum/hooks/useEnum.d.ts +2 -2
- package/es/ProEnum/hooks/useEnum.js +46 -17
- package/es/ProEnum/utils/index.d.ts +8 -1
- package/es/ProEnum/utils/index.js +9 -2
- package/es/ProTable/components/RenderTabs/index.d.ts +4 -0
- package/es/ProTable/components/RenderTabs/index.js +78 -0
- package/es/ProTable/components/index.d.ts +25 -0
- package/es/ProTable/components/index.js +26 -1
- package/es/ProTable/hooks/useAntdTable.d.ts +1 -92
- package/es/ProTable/hooks/useAntdTable.js +6 -2
- package/es/ProTable/index.js +6 -3
- package/es/ProTable/propsType.d.ts +61 -15
- package/lib/ProEnum/hooks/useEnum.d.ts +2 -2
- package/lib/ProEnum/hooks/useEnum.js +48 -17
- package/lib/ProEnum/utils/index.d.ts +8 -1
- package/lib/ProEnum/utils/index.js +9 -2
- package/lib/ProTable/components/RenderTabs/index.d.ts +4 -0
- package/lib/ProTable/components/RenderTabs/index.js +82 -0
- package/lib/ProTable/components/index.d.ts +25 -0
- package/lib/ProTable/components/index.js +8 -1
- package/lib/ProTable/hooks/useAntdTable.d.ts +1 -92
- package/lib/ProTable/hooks/useAntdTable.js +5 -1
- package/lib/ProTable/index.js +5 -2
- package/lib/ProTable/propsType.d.ts +61 -15
- package/package.json +1 -1
- package/.vscode/extensions.json +0 -5
- package/coverage/lcov-report/src/.umi/core/devScripts.ts.html +0 -241
- package/coverage/lcov-report/src/.umi/core/history.ts.html +0 -148
- package/coverage/lcov-report/src/.umi/core/index.html +0 -206
- package/coverage/lcov-report/src/.umi/core/plugin.ts.html +0 -109
- package/coverage/lcov-report/src/.umi/core/pluginRegister.ts.html +0 -160
- package/coverage/lcov-report/src/.umi/core/polyfill.ts.html +0 -97
- package/coverage/lcov-report/src/.umi/core/routes.ts.html +0 -29149
- package/coverage/lcov-report/src/.umi/core/umiExports.ts.html +0 -112
- package/coverage/lcov-report/src/.umi/dumi/index.html +0 -116
- package/coverage/lcov-report/src/.umi/dumi/layout.tsx.html +0 -109
- package/coverage/lcov-report/src/.umi/index.html +0 -116
- package/coverage/lcov-report/src/.umi/plugin-antd/index.html +0 -116
- package/coverage/lcov-report/src/.umi/plugin-antd/runtime.tsx.html +0 -172
- package/coverage/lcov-report/src/.umi/plugin-helmet/exports.ts.html +0 -94
- package/coverage/lcov-report/src/.umi/plugin-helmet/index.html +0 -116
- package/coverage/lcov-report/src/.umi/plugin-initial-state/Provider.tsx.html +0 -196
- package/coverage/lcov-report/src/.umi/plugin-initial-state/exports.ts.html +0 -106
- package/coverage/lcov-report/src/.umi/plugin-initial-state/index.html +0 -146
- package/coverage/lcov-report/src/.umi/plugin-initial-state/models/index.html +0 -116
- package/coverage/lcov-report/src/.umi/plugin-initial-state/models/initialState.ts.html +0 -88
- package/coverage/lcov-report/src/.umi/plugin-initial-state/runtime.tsx.html +0 -124
- package/coverage/lcov-report/src/.umi/plugin-locale/SelectLang.tsx.html +0 -1246
- package/coverage/lcov-report/src/.umi/plugin-locale/index.html +0 -161
- package/coverage/lcov-report/src/.umi/plugin-locale/locale.tsx.html +0 -268
- package/coverage/lcov-report/src/.umi/plugin-locale/localeExports.ts.html +0 -778
- package/coverage/lcov-report/src/.umi/plugin-locale/runtime.tsx.html +0 -115
- package/coverage/lcov-report/src/.umi/plugin-model/Provider.tsx.html +0 -202
- package/coverage/lcov-report/src/.umi/plugin-model/helpers/constant.tsx.html +0 -97
- package/coverage/lcov-report/src/.umi/plugin-model/helpers/dispatcher.tsx.html +0 -142
- package/coverage/lcov-report/src/.umi/plugin-model/helpers/executor.tsx.html +0 -334
- package/coverage/lcov-report/src/.umi/plugin-model/helpers/index.html +0 -146
- package/coverage/lcov-report/src/.umi/plugin-model/index.html +0 -146
- package/coverage/lcov-report/src/.umi/plugin-model/runtime.tsx.html +0 -121
- package/coverage/lcov-report/src/.umi/plugin-model/useModel.tsx.html +0 -298
- package/coverage/lcov-report/src/.umi/plugin-request/index.html +0 -116
- package/coverage/lcov-report/src/.umi/plugin-request/request.ts.html +0 -919
- package/coverage/lcov-report/src/.umi/umi.ts.html +0 -268
- package/coverage/src/.umi/core/devScripts.ts.html +0 -241
- package/coverage/src/.umi/core/history.ts.html +0 -148
- package/coverage/src/.umi/core/index.html +0 -206
- package/coverage/src/.umi/core/plugin.ts.html +0 -109
- package/coverage/src/.umi/core/pluginRegister.ts.html +0 -160
- package/coverage/src/.umi/core/polyfill.ts.html +0 -97
- package/coverage/src/.umi/core/routes.ts.html +0 -29149
- package/coverage/src/.umi/core/umiExports.ts.html +0 -112
- package/coverage/src/.umi/dumi/index.html +0 -116
- package/coverage/src/.umi/dumi/layout.tsx.html +0 -109
- package/coverage/src/.umi/index.html +0 -116
- package/coverage/src/.umi/plugin-antd/index.html +0 -116
- package/coverage/src/.umi/plugin-antd/runtime.tsx.html +0 -172
- package/coverage/src/.umi/plugin-helmet/exports.ts.html +0 -94
- package/coverage/src/.umi/plugin-helmet/index.html +0 -116
- package/coverage/src/.umi/plugin-initial-state/Provider.tsx.html +0 -196
- package/coverage/src/.umi/plugin-initial-state/exports.ts.html +0 -106
- package/coverage/src/.umi/plugin-initial-state/index.html +0 -146
- package/coverage/src/.umi/plugin-initial-state/models/index.html +0 -116
- package/coverage/src/.umi/plugin-initial-state/models/initialState.ts.html +0 -88
- package/coverage/src/.umi/plugin-initial-state/runtime.tsx.html +0 -124
- package/coverage/src/.umi/plugin-locale/SelectLang.tsx.html +0 -1246
- package/coverage/src/.umi/plugin-locale/index.html +0 -161
- package/coverage/src/.umi/plugin-locale/locale.tsx.html +0 -268
- package/coverage/src/.umi/plugin-locale/localeExports.ts.html +0 -778
- package/coverage/src/.umi/plugin-locale/runtime.tsx.html +0 -115
- package/coverage/src/.umi/plugin-model/Provider.tsx.html +0 -202
- package/coverage/src/.umi/plugin-model/helpers/constant.tsx.html +0 -97
- package/coverage/src/.umi/plugin-model/helpers/dispatcher.tsx.html +0 -142
- package/coverage/src/.umi/plugin-model/helpers/executor.tsx.html +0 -334
- package/coverage/src/.umi/plugin-model/helpers/index.html +0 -146
- package/coverage/src/.umi/plugin-model/index.html +0 -146
- package/coverage/src/.umi/plugin-model/runtime.tsx.html +0 -121
- package/coverage/src/.umi/plugin-model/useModel.tsx.html +0 -298
- package/coverage/src/.umi/plugin-request/index.html +0 -116
- package/coverage/src/.umi/plugin-request/request.ts.html +0 -919
- package/coverage/src/.umi/umi.ts.html +0 -268
- package/test/__mocks__/fileMock.js +0 -0
- 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.