@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
@@ -57,7 +57,7 @@
|
|
57
57
|
<template id="filterTemplate">
|
58
58
|
<div class="quiet">
|
59
59
|
Filter:
|
60
|
-
<input
|
60
|
+
<input type="search" id="fileSearch">
|
61
61
|
</div>
|
62
62
|
</template>
|
63
63
|
</div>
|
@@ -226,7 +226,7 @@ export const __mfsu = <span class="cstat-no" title="statement not covered" >1;</
|
|
226
226
|
<div class='footer quiet pad2 space-top1 center small'>
|
227
227
|
Code coverage generated by
|
228
228
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
229
|
-
at
|
229
|
+
at 2025-03-20T08:06:24.920Z
|
230
230
|
</div>
|
231
231
|
<script src="../../../prettify.js"></script>
|
232
232
|
<script>
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<template id="filterTemplate">
|
58
58
|
<div class="quiet">
|
59
59
|
Filter:
|
60
|
-
<input
|
60
|
+
<input type="search" id="fileSearch">
|
61
61
|
</div>
|
62
62
|
</template>
|
63
63
|
</div>
|
@@ -106,7 +106,7 @@
|
|
106
106
|
<span class="cline-any cline-neutral"> </span>
|
107
107
|
<span class="cline-any cline-neutral"> </span>
|
108
108
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">// @ts-nocheck
|
109
|
-
import { createBrowserHistory, History } from '/Users/zakj/
|
109
|
+
import { createBrowserHistory, History } from '/Users/zakj/site/zakj/za-material-warehouse/node_modules/umi/node_modules/@umijs/runtime';
|
110
110
|
|
111
111
|
let options = <span class="cstat-no" title="statement not covered" >{</span>
|
112
112
|
"basename": "/"
|
@@ -133,7 +133,7 @@ export { history };
|
|
133
133
|
<div class='footer quiet pad2 space-top1 center small'>
|
134
134
|
Code coverage generated by
|
135
135
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
136
|
-
at
|
136
|
+
at 2025-03-20T08:06:24.920Z
|
137
137
|
</div>
|
138
138
|
<script src="../../../prettify.js"></script>
|
139
139
|
<script>
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
26
26
|
<span class="strong">0% </span>
|
27
27
|
<span class="quiet">Statements</span>
|
28
|
-
<span class='fraction'>0/
|
28
|
+
<span class='fraction'>0/173</span>
|
29
29
|
</div>
|
30
30
|
|
31
31
|
|
@@ -39,14 +39,14 @@
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
40
40
|
<span class="strong">0% </span>
|
41
41
|
<span class="quiet">Functions</span>
|
42
|
-
<span class='fraction'>0/
|
42
|
+
<span class='fraction'>0/134</span>
|
43
43
|
</div>
|
44
44
|
|
45
45
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
47
47
|
<span class="strong">0% </span>
|
48
48
|
<span class="quiet">Lines</span>
|
49
|
-
<span class='fraction'>0/
|
49
|
+
<span class='fraction'>0/172</span>
|
50
50
|
</div>
|
51
51
|
|
52
52
|
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<template id="filterTemplate">
|
58
58
|
<div class="quiet">
|
59
59
|
Filter:
|
60
|
-
<input
|
60
|
+
<input type="search" id="fileSearch">
|
61
61
|
</div>
|
62
62
|
</template>
|
63
63
|
</div>
|
@@ -159,13 +159,13 @@
|
|
159
159
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
160
160
|
</td>
|
161
161
|
<td data-value="0" class="pct low">0%</td>
|
162
|
-
<td data-value="
|
162
|
+
<td data-value="141" class="abs low">0/141</td>
|
163
163
|
<td data-value="0" class="pct low">0%</td>
|
164
164
|
<td data-value="3" class="abs low">0/3</td>
|
165
165
|
<td data-value="0" class="pct low">0%</td>
|
166
|
-
<td data-value="
|
166
|
+
<td data-value="128" class="abs low">0/128</td>
|
167
167
|
<td data-value="0" class="pct low">0%</td>
|
168
|
-
<td data-value="
|
168
|
+
<td data-value="140" class="abs low">0/140</td>
|
169
169
|
</tr>
|
170
170
|
|
171
171
|
<tr>
|
@@ -191,7 +191,7 @@
|
|
191
191
|
<div class='footer quiet pad2 space-top1 center small'>
|
192
192
|
Code coverage generated by
|
193
193
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
194
|
-
at
|
194
|
+
at 2025-03-20T08:06:24.920Z
|
195
195
|
</div>
|
196
196
|
<script src="../../../prettify.js"></script>
|
197
197
|
<script>
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<template id="filterTemplate">
|
58
58
|
<div class="quiet">
|
59
59
|
Filter:
|
60
|
-
<input
|
60
|
+
<input type="search" id="fileSearch">
|
61
61
|
</div>
|
62
62
|
</template>
|
63
63
|
</div>
|
@@ -80,7 +80,7 @@
|
|
80
80
|
<span class="cline-any cline-neutral"> </span>
|
81
81
|
<span class="cline-any cline-neutral"> </span>
|
82
82
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">// @ts-nocheck
|
83
|
-
import { Plugin } from '/Users/zakj/
|
83
|
+
import { Plugin } from '/Users/zakj/site/zakj/za-material-warehouse/node_modules/umi/node_modules/@umijs/runtime';
|
84
84
|
|
85
85
|
const plugin = <span class="cstat-no" title="statement not covered" >new Plugin({</span>
|
86
86
|
validKeys: ['modifyClientRenderOpts','patchRoutes','rootContainer','render','onRouteChange','__mfsu','antd','getInitialState','initialStateConfig','locale','request',],
|
@@ -94,7 +94,7 @@ export { plugin };
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
95
95
|
Code coverage generated by
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
97
|
-
at
|
97
|
+
at 2025-03-20T08:06:24.920Z
|
98
98
|
</div>
|
99
99
|
<script src="../../../prettify.js"></script>
|
100
100
|
<script>
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<template id="filterTemplate">
|
58
58
|
<div class="quiet">
|
59
59
|
Filter:
|
60
|
-
<input
|
60
|
+
<input type="search" id="fileSearch">
|
61
61
|
</div>
|
62
62
|
</template>
|
63
63
|
</div>
|
@@ -115,14 +115,14 @@
|
|
115
115
|
<span class="cline-any cline-no"> </span>
|
116
116
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">// @ts-nocheck
|
117
117
|
import { plugin } from './plugin';
|
118
|
-
import * as Plugin_0 from '/Users/zakj/
|
118
|
+
import * as Plugin_0 from '/Users/zakj/site/zakj/za-material-warehouse/src/.umi/plugin-antd/runtime.tsx';
|
119
119
|
import * as Plugin_1 from '../plugin-initial-state/runtime';
|
120
|
-
import * as Plugin_2 from '/Users/zakj/
|
120
|
+
import * as Plugin_2 from '/Users/zakj/site/zakj/za-material-warehouse/src/.umi/plugin-locale/runtime.tsx';
|
121
121
|
import * as Plugin_3 from '../plugin-model/runtime';
|
122
122
|
|
123
123
|
<span class="cstat-no" title="statement not covered" > plugin.register({</span>
|
124
124
|
apply: Plugin_0,
|
125
|
-
path: '/Users/zakj/
|
125
|
+
path: '/Users/zakj/site/zakj/za-material-warehouse/src/.umi/plugin-antd/runtime.tsx',
|
126
126
|
});
|
127
127
|
<span class="cstat-no" title="statement not covered" > plugin.register({</span>
|
128
128
|
apply: Plugin_1,
|
@@ -130,7 +130,7 @@ import * as Plugin_3 from '../plugin-model/runtime';
|
|
130
130
|
});
|
131
131
|
<span class="cstat-no" title="statement not covered" > plugin.register({</span>
|
132
132
|
apply: Plugin_2,
|
133
|
-
path: '/Users/zakj/
|
133
|
+
path: '/Users/zakj/site/zakj/za-material-warehouse/src/.umi/plugin-locale/runtime.tsx',
|
134
134
|
});
|
135
135
|
<span class="cstat-no" title="statement not covered" > plugin.register({</span>
|
136
136
|
apply: Plugin_3,
|
@@ -145,7 +145,7 @@ export const __mfsu = <span class="cstat-no" title="statement not covered" >1;</
|
|
145
145
|
<div class='footer quiet pad2 space-top1 center small'>
|
146
146
|
Code coverage generated by
|
147
147
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
148
|
-
at
|
148
|
+
at 2025-03-20T08:06:24.920Z
|
149
149
|
</div>
|
150
150
|
<script src="../../../prettify.js"></script>
|
151
151
|
<script>
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<template id="filterTemplate">
|
58
58
|
<div class="quiet">
|
59
59
|
Filter:
|
60
|
-
<input
|
60
|
+
<input type="search" id="fileSearch">
|
61
61
|
</div>
|
62
62
|
</template>
|
63
63
|
</div>
|
@@ -82,7 +82,7 @@ export {};
|
|
82
82
|
<div class='footer quiet pad2 space-top1 center small'>
|
83
83
|
Code coverage generated by
|
84
84
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
85
|
-
at
|
85
|
+
at 2025-03-20T08:06:24.920Z
|
86
86
|
</div>
|
87
87
|
<script src="../../../prettify.js"></script>
|
88
88
|
<script>
|