@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
package/lib/index.js
CHANGED
@@ -16,6 +16,7 @@ var _exportNames = {
|
|
16
16
|
ProDrawerForm: true,
|
17
17
|
ProEditLabel: true,
|
18
18
|
ProForm: true,
|
19
|
+
ProFormProvider: true,
|
19
20
|
ProSelect: true,
|
20
21
|
ProEnum: true,
|
21
22
|
ProIcon: true,
|
@@ -102,6 +103,12 @@ Object.defineProperty(exports, "ProForm", {
|
|
102
103
|
return _ProForm.default;
|
103
104
|
}
|
104
105
|
});
|
106
|
+
Object.defineProperty(exports, "ProFormProvider", {
|
107
|
+
enumerable: true,
|
108
|
+
get: function get() {
|
109
|
+
return _ProForm.ProFormProvider;
|
110
|
+
}
|
111
|
+
});
|
105
112
|
Object.defineProperty(exports, "ProIcon", {
|
106
113
|
enumerable: true,
|
107
114
|
get: function get() {
|
@@ -178,17 +185,6 @@ var _ProEditTable = _interopRequireDefault(require("./ProEditTable"));
|
|
178
185
|
var _ProDrawerForm = _interopRequireDefault(require("./ProDrawerForm"));
|
179
186
|
var _ProEditLabel = _interopRequireDefault(require("./ProEditLabel"));
|
180
187
|
var _ProForm = _interopRequireWildcard(require("./ProForm"));
|
181
|
-
Object.keys(_ProForm).forEach(function (key) {
|
182
|
-
if (key === "default" || key === "__esModule") return;
|
183
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
184
|
-
if (key in exports && exports[key] === _ProForm[key]) return;
|
185
|
-
Object.defineProperty(exports, key, {
|
186
|
-
enumerable: true,
|
187
|
-
get: function get() {
|
188
|
-
return _ProForm[key];
|
189
|
-
}
|
190
|
-
});
|
191
|
-
});
|
192
188
|
var _components = require("./ProForm/components");
|
193
189
|
Object.keys(_components).forEach(function (key) {
|
194
190
|
if (key === "default" || key === "__esModule") return;
|
@@ -237,126 +233,6 @@ Object.keys(_locale).forEach(function (key) {
|
|
237
233
|
var _ProBackBtn = _interopRequireDefault(require("./ProLayout/components/ProHeader/components/ProBackBtn"));
|
238
234
|
var _ProEditableTable = _interopRequireDefault(require("./old/ProEditableTable"));
|
239
235
|
var _ProCertValidity = _interopRequireDefault(require("./old/ProCertValidity"));
|
240
|
-
var _propsType = require("./ProForm/propsType");
|
241
|
-
Object.keys(_propsType).forEach(function (key) {
|
242
|
-
if (key === "default" || key === "__esModule") return;
|
243
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
244
|
-
if (key in exports && exports[key] === _propsType[key]) return;
|
245
|
-
Object.defineProperty(exports, key, {
|
246
|
-
enumerable: true,
|
247
|
-
get: function get() {
|
248
|
-
return _propsType[key];
|
249
|
-
}
|
250
|
-
});
|
251
|
-
});
|
252
|
-
var _propsType2 = require("./ProTable/propsType");
|
253
|
-
Object.keys(_propsType2).forEach(function (key) {
|
254
|
-
if (key === "default" || key === "__esModule") return;
|
255
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
256
|
-
if (key in exports && exports[key] === _propsType2[key]) return;
|
257
|
-
Object.defineProperty(exports, key, {
|
258
|
-
enumerable: true,
|
259
|
-
get: function get() {
|
260
|
-
return _propsType2[key];
|
261
|
-
}
|
262
|
-
});
|
263
|
-
});
|
264
|
-
var _propsType3 = require("./ProEditTable/propsType");
|
265
|
-
Object.keys(_propsType3).forEach(function (key) {
|
266
|
-
if (key === "default" || key === "__esModule") return;
|
267
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
268
|
-
if (key in exports && exports[key] === _propsType3[key]) return;
|
269
|
-
Object.defineProperty(exports, key, {
|
270
|
-
enumerable: true,
|
271
|
-
get: function get() {
|
272
|
-
return _propsType3[key];
|
273
|
-
}
|
274
|
-
});
|
275
|
-
});
|
276
|
-
var _propsType4 = require("./ProUpload/propsType");
|
277
|
-
Object.keys(_propsType4).forEach(function (key) {
|
278
|
-
if (key === "default" || key === "__esModule") return;
|
279
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
280
|
-
if (key in exports && exports[key] === _propsType4[key]) return;
|
281
|
-
Object.defineProperty(exports, key, {
|
282
|
-
enumerable: true,
|
283
|
-
get: function get() {
|
284
|
-
return _propsType4[key];
|
285
|
-
}
|
286
|
-
});
|
287
|
-
});
|
288
|
-
var _propType = require("./ProTabs/propType");
|
289
|
-
Object.keys(_propType).forEach(function (key) {
|
290
|
-
if (key === "default" || key === "__esModule") return;
|
291
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
292
|
-
if (key in exports && exports[key] === _propType[key]) return;
|
293
|
-
Object.defineProperty(exports, key, {
|
294
|
-
enumerable: true,
|
295
|
-
get: function get() {
|
296
|
-
return _propType[key];
|
297
|
-
}
|
298
|
-
});
|
299
|
-
});
|
300
|
-
var _PropTypes = require("./ProLayout/components/ProHeader/PropTypes");
|
301
|
-
Object.keys(_PropTypes).forEach(function (key) {
|
302
|
-
if (key === "default" || key === "__esModule") return;
|
303
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
304
|
-
if (key in exports && exports[key] === _PropTypes[key]) return;
|
305
|
-
Object.defineProperty(exports, key, {
|
306
|
-
enumerable: true,
|
307
|
-
get: function get() {
|
308
|
-
return _PropTypes[key];
|
309
|
-
}
|
310
|
-
});
|
311
|
-
});
|
312
|
-
var _propsType5 = require("./ProTooltip/propsType");
|
313
|
-
Object.keys(_propsType5).forEach(function (key) {
|
314
|
-
if (key === "default" || key === "__esModule") return;
|
315
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
316
|
-
if (key in exports && exports[key] === _propsType5[key]) return;
|
317
|
-
Object.defineProperty(exports, key, {
|
318
|
-
enumerable: true,
|
319
|
-
get: function get() {
|
320
|
-
return _propsType5[key];
|
321
|
-
}
|
322
|
-
});
|
323
|
-
});
|
324
|
-
var _propsTypes = require("./ProIcon/propsTypes");
|
325
|
-
Object.keys(_propsTypes).forEach(function (key) {
|
326
|
-
if (key === "default" || key === "__esModule") return;
|
327
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
328
|
-
if (key in exports && exports[key] === _propsTypes[key]) return;
|
329
|
-
Object.defineProperty(exports, key, {
|
330
|
-
enumerable: true,
|
331
|
-
get: function get() {
|
332
|
-
return _propsTypes[key];
|
333
|
-
}
|
334
|
-
});
|
335
|
-
});
|
336
|
-
var _propsType6 = require("./ProTree/propsType");
|
337
|
-
Object.keys(_propsType6).forEach(function (key) {
|
338
|
-
if (key === "default" || key === "__esModule") return;
|
339
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
340
|
-
if (key in exports && exports[key] === _propsType6[key]) return;
|
341
|
-
Object.defineProperty(exports, key, {
|
342
|
-
enumerable: true,
|
343
|
-
get: function get() {
|
344
|
-
return _propsType6[key];
|
345
|
-
}
|
346
|
-
});
|
347
|
-
});
|
348
|
-
var _propsType7 = require("./ProTreeModal/propsType");
|
349
|
-
Object.keys(_propsType7).forEach(function (key) {
|
350
|
-
if (key === "default" || key === "__esModule") return;
|
351
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
352
|
-
if (key in exports && exports[key] === _propsType7[key]) return;
|
353
|
-
Object.defineProperty(exports, key, {
|
354
|
-
enumerable: true,
|
355
|
-
get: function get() {
|
356
|
-
return _propsType7[key];
|
357
|
-
}
|
358
|
-
});
|
359
|
-
});
|
360
236
|
var _tokens = require("./tokens");
|
361
237
|
Object.keys(_tokens).forEach(function (key) {
|
362
238
|
if (key === "default" || key === "__esModule") return;
|