@zat-design/sisyphus-react 3.11.14-beta.11 → 3.11.14-beta.12
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/.vscode/extensions.json +5 -0
- package/coverage/lcov-report/src/.umi/core/devScripts.ts.html +2 -2
- package/coverage/lcov-report/src/.umi/core/history.ts.html +3 -3
- package/coverage/lcov-report/src/.umi/core/index.html +8 -8
- package/coverage/lcov-report/src/.umi/core/plugin.ts.html +3 -3
- package/coverage/lcov-report/src/.umi/core/pluginRegister.ts.html +6 -6
- package/coverage/lcov-report/src/.umi/core/polyfill.ts.html +2 -2
- package/coverage/lcov-report/src/.umi/core/routes.ts.html +3723 -624
- package/coverage/lcov-report/src/.umi/core/umiExports.ts.html +2 -2
- package/coverage/lcov-report/src/.umi/dumi/index.html +2 -2
- package/coverage/lcov-report/src/.umi/dumi/layout.tsx.html +3 -3
- package/coverage/lcov-report/src/.umi/index.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-antd/index.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-antd/runtime.tsx.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-helmet/exports.ts.html +3 -3
- package/coverage/lcov-report/src/.umi/plugin-helmet/index.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-initial-state/Provider.tsx.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-initial-state/exports.ts.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-initial-state/index.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-initial-state/models/index.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-initial-state/models/initialState.ts.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-initial-state/runtime.tsx.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-locale/SelectLang.tsx.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-locale/index.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-locale/locale.tsx.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-locale/localeExports.ts.html +5 -5
- package/coverage/lcov-report/src/.umi/plugin-locale/runtime.tsx.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-model/Provider.tsx.html +3 -3
- package/coverage/lcov-report/src/.umi/plugin-model/helpers/constant.tsx.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-model/helpers/dispatcher.tsx.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-model/helpers/executor.tsx.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-model/helpers/index.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-model/index.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-model/runtime.tsx.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-model/useModel.tsx.html +3 -3
- package/coverage/lcov-report/src/.umi/plugin-request/index.html +2 -2
- package/coverage/lcov-report/src/.umi/plugin-request/request.ts.html +6 -6
- package/coverage/lcov-report/src/.umi/umi.ts.html +6 -6
- package/coverage/src/.umi/core/devScripts.ts.html +241 -0
- package/coverage/src/.umi/core/history.ts.html +148 -0
- package/coverage/src/.umi/core/index.html +206 -0
- package/coverage/src/.umi/core/plugin.ts.html +109 -0
- package/coverage/src/.umi/core/pluginRegister.ts.html +160 -0
- package/coverage/src/.umi/core/polyfill.ts.html +97 -0
- package/coverage/src/.umi/core/routes.ts.html +29149 -0
- package/coverage/src/.umi/core/umiExports.ts.html +112 -0
- package/coverage/src/.umi/dumi/index.html +116 -0
- package/coverage/src/.umi/dumi/layout.tsx.html +109 -0
- package/coverage/src/.umi/index.html +116 -0
- package/coverage/src/.umi/plugin-antd/index.html +116 -0
- package/coverage/src/.umi/plugin-antd/runtime.tsx.html +172 -0
- package/coverage/src/.umi/plugin-helmet/exports.ts.html +94 -0
- package/coverage/src/.umi/plugin-helmet/index.html +116 -0
- package/coverage/src/.umi/plugin-initial-state/Provider.tsx.html +196 -0
- package/coverage/src/.umi/plugin-initial-state/exports.ts.html +106 -0
- package/coverage/src/.umi/plugin-initial-state/index.html +146 -0
- package/coverage/{lcov-report/src/.umi/dumi/demos → src/.umi/plugin-initial-state/models}/index.html +15 -15
- package/coverage/src/.umi/plugin-initial-state/models/initialState.ts.html +88 -0
- package/coverage/src/.umi/plugin-initial-state/runtime.tsx.html +124 -0
- package/coverage/src/.umi/plugin-locale/SelectLang.tsx.html +1246 -0
- package/coverage/src/.umi/plugin-locale/index.html +161 -0
- package/coverage/src/.umi/plugin-locale/locale.tsx.html +268 -0
- package/coverage/src/.umi/plugin-locale/localeExports.ts.html +778 -0
- package/coverage/src/.umi/plugin-locale/runtime.tsx.html +115 -0
- package/coverage/src/.umi/plugin-model/Provider.tsx.html +202 -0
- package/coverage/src/.umi/plugin-model/helpers/constant.tsx.html +97 -0
- package/coverage/src/.umi/plugin-model/helpers/dispatcher.tsx.html +142 -0
- package/coverage/src/.umi/plugin-model/helpers/executor.tsx.html +334 -0
- package/coverage/src/.umi/plugin-model/helpers/index.html +146 -0
- package/coverage/src/.umi/plugin-model/index.html +146 -0
- package/coverage/src/.umi/plugin-model/runtime.tsx.html +121 -0
- package/coverage/src/.umi/plugin-model/useModel.tsx.html +298 -0
- package/coverage/src/.umi/plugin-request/index.html +116 -0
- package/coverage/src/.umi/plugin-request/request.ts.html +919 -0
- package/coverage/src/.umi/umi.ts.html +268 -0
- package/es/ProEditTable/components/Summary/index.d.ts +2 -2
- package/es/ProEditTable/index.js +12 -8
- package/es/ProEditTable/propsType.d.ts +39 -41
- package/es/ProEditTable/utils/index.d.ts +1 -1
- package/es/ProEditTable/utils/index.js +6 -4
- package/es/ProEditTable/utils/tools.d.ts +57 -22
- package/es/ProEditTable/utils/tools.js +47 -21
- package/es/ProEnum/propsType.d.ts +1 -1
- package/es/ProForm/components/combination/Group/propsType.d.ts +1 -1
- package/es/ProForm/components/combination/ProModalSelect/propsType.d.ts +2 -2
- package/es/ProForm/components/render/propsType.d.ts +3 -6
- package/es/ProForm/propsType.d.ts +5 -3
- package/es/ProForm/propsType.js +0 -1
- package/es/ProForm/utils/useForm.d.ts +1 -1
- package/es/ProForm/utils/useRules.d.ts +1 -1
- package/es/ProIcon/propsTypes.d.ts +0 -4
- package/es/ProStep/components/Anchor/index.d.ts +2 -1
- package/es/ProStep/components/Item/index.d.ts +1 -1
- package/es/ProStep/components/Item/index.js +6 -2
- package/es/ProStep/components/Listener/index.d.ts +4 -3
- package/es/ProStep/components/Listener/index.js +18 -4
- package/es/ProStep/index.d.ts +7 -7
- package/es/ProStep/index.js +7 -3
- package/es/ProStep/propsType.d.ts +145 -5
- package/es/ProStep/utils/index.d.ts +16 -3
- package/es/ProStep/utils/index.js +11 -2
- package/es/ProTable/components/FormatColumn/index.js +2 -4
- package/es/ProTable/propsType.d.ts +14 -20
- package/es/ProTooltip/propsType.d.ts +0 -3
- package/es/ProTree/components/ProTreeSelect/propsType.d.ts +0 -7
- package/es/ProTree/propsType.d.ts +0 -11
- package/es/ProTreeModal/propsType.d.ts +0 -2
- package/es/index.d.ts +15 -11
- package/es/index.js +1 -12
- package/lib/ProEditTable/components/Summary/index.d.ts +2 -2
- package/lib/ProEditTable/index.js +12 -8
- package/lib/ProEditTable/propsType.d.ts +39 -41
- package/lib/ProEditTable/utils/index.d.ts +1 -1
- package/lib/ProEditTable/utils/index.js +6 -4
- package/lib/ProEditTable/utils/tools.d.ts +57 -22
- package/lib/ProEditTable/utils/tools.js +47 -21
- package/lib/ProEnum/propsType.d.ts +1 -1
- package/lib/ProForm/components/combination/Group/propsType.d.ts +1 -1
- package/lib/ProForm/components/combination/ProModalSelect/propsType.d.ts +2 -2
- package/lib/ProForm/components/render/propsType.d.ts +3 -6
- package/lib/ProForm/propsType.d.ts +5 -3
- package/lib/ProForm/propsType.js +0 -15
- package/lib/ProForm/utils/useForm.d.ts +1 -1
- package/lib/ProForm/utils/useRules.d.ts +1 -1
- package/lib/ProIcon/propsTypes.d.ts +0 -4
- package/lib/ProStep/components/Anchor/index.d.ts +2 -1
- package/lib/ProStep/components/Item/index.d.ts +1 -1
- package/lib/ProStep/components/Item/index.js +6 -2
- package/lib/ProStep/components/Listener/index.d.ts +4 -3
- package/lib/ProStep/components/Listener/index.js +18 -4
- package/lib/ProStep/index.d.ts +7 -7
- package/lib/ProStep/index.js +7 -3
- package/lib/ProStep/propsType.d.ts +145 -5
- package/lib/ProStep/utils/index.d.ts +16 -3
- package/lib/ProStep/utils/index.js +11 -2
- package/lib/ProTable/components/FormatColumn/index.js +2 -4
- package/lib/ProTable/propsType.d.ts +14 -20
- package/lib/ProTooltip/propsType.d.ts +0 -3
- package/lib/ProTree/components/ProTreeSelect/propsType.d.ts +0 -7
- package/lib/ProTree/propsType.d.ts +0 -11
- package/lib/ProTreeModal/propsType.d.ts +0 -2
- package/lib/index.d.ts +15 -11
- package/lib/index.js +7 -131
- package/package.json +1 -1
- package/coverage/lcov-report/src/.umi/dumi/demos/index.ts.html +0 -6340
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.