amis-core 3.4.0 → 3.4.1
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/esm/Root.js +1 -1
- package/esm/RootRenderer.js +8 -8
- package/esm/SchemaRenderer.js +16 -12
- package/esm/Scoped.js +3 -1
- package/esm/StatusScoped.js +1 -1
- package/esm/WithRootStore.js +1 -1
- package/esm/WithStore.js +9 -8
- package/esm/actions/Action.js +1 -1
- package/esm/actions/AjaxAction.js +2 -2
- package/esm/actions/BreakAction.js +1 -1
- package/esm/actions/BroadcastAction.js +1 -1
- package/esm/actions/CmptAction.js +1 -1
- package/esm/actions/ContinueAction.js +1 -1
- package/esm/actions/CopyAction.js +1 -1
- package/esm/actions/CustomAction.js +3 -1
- package/esm/actions/DialogAction.js +1 -1
- package/esm/actions/DrawerAction.js +1 -1
- package/esm/actions/EmailAction.js +1 -1
- package/esm/actions/LinkAction.js +1 -1
- package/esm/actions/LoopAction.js +1 -1
- package/esm/actions/PageAction.js +1 -1
- package/esm/actions/ParallelAction.js +1 -1
- package/esm/actions/StatusAction.js +1 -1
- package/esm/actions/SwitchAction.js +1 -1
- package/esm/actions/ToastAction.js +1 -1
- package/esm/components/CustomStyle.d.ts +4 -6
- package/esm/components/CustomStyle.js +29 -5
- package/esm/components/LazyComponent.d.ts +1 -2
- package/esm/components/LazyComponent.js +12 -8
- package/esm/components/Overlay.js +3 -1
- package/esm/components/PopOver.d.ts +12 -12
- package/esm/components/PopOver.js +3 -1
- package/esm/env.d.ts +2 -2
- package/esm/env.js +1 -1
- package/esm/envOverwrite.js +1 -1
- package/esm/factory.d.ts +7 -7
- package/esm/factory.js +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.js +5 -5
- package/esm/locale.d.ts +1 -1
- package/esm/locale.js +3 -3
- package/esm/polyfills.js +1 -1
- package/esm/renderers/Form.d.ts +1 -1
- package/esm/renderers/Form.js +10 -8
- package/esm/renderers/Item.d.ts +24 -56
- package/esm/renderers/Item.js +25 -31
- package/esm/renderers/Options.js +14 -12
- package/esm/renderers/Placeholder.js +1 -1
- package/esm/renderers/builtin.js +1 -1
- package/esm/renderers/register.js +1 -1
- package/esm/renderers/wrapControl.js +70 -80
- package/esm/store/app.js +3 -1
- package/esm/store/combo.d.ts +384 -0
- package/esm/store/combo.js +1 -1
- package/esm/store/crud.js +31 -25
- package/esm/store/form.d.ts +160 -0
- package/esm/store/form.js +15 -13
- package/esm/store/formItem.d.ts +4 -0
- package/esm/store/formItem.js +42 -26
- package/esm/store/iRenderer.js +3 -1
- package/esm/store/index.js +1 -1
- package/esm/store/list.js +1 -1
- package/esm/store/manager.js +1 -1
- package/esm/store/modal.js +1 -1
- package/esm/store/node.js +1 -1
- package/esm/store/pagination.js +1 -1
- package/esm/store/root.d.ts +1 -1
- package/esm/store/root.js +12 -5
- package/esm/store/service.js +38 -33
- package/esm/store/status.js +1 -1
- package/esm/store/table.d.ts +760 -21
- package/esm/store/table.js +155 -55
- package/esm/store/table2.js +11 -8
- package/esm/theme.d.ts +18 -31
- package/esm/theme.js +1 -1
- package/esm/utils/Animation.js +1 -1
- package/esm/utils/ColorScale.js +1 -1
- package/esm/utils/DataSchema.js +1 -1
- package/esm/utils/DataScope.js +1 -1
- package/esm/utils/RootClose.js +1 -1
- package/esm/utils/SimpleMap.js +1 -1
- package/esm/utils/api.d.ts +3 -3
- package/esm/utils/api.js +2 -2
- package/esm/utils/arraySlice.js +1 -1
- package/esm/utils/attachmentAdpator.js +1 -1
- package/esm/utils/autobind.js +1 -1
- package/esm/utils/columnsSplit.js +1 -1
- package/esm/utils/dataMapping.js +1 -1
- package/esm/utils/date.js +1 -1
- package/esm/utils/debug.d.ts +1 -0
- package/esm/utils/debug.js +24 -2
- package/esm/utils/decodeEntity.js +1 -1
- package/esm/utils/dom.js +1 -1
- package/esm/utils/errors.js +1 -1
- package/esm/utils/escapeHtml.js +1 -1
- package/esm/utils/filter-schema.js +1 -1
- package/esm/utils/filter.js +1 -1
- package/esm/utils/formatDuration.js +1 -1
- package/esm/utils/formula.js +1 -1
- package/esm/utils/getVariable.js +1 -1
- package/esm/utils/grammar.js +1 -1
- package/esm/utils/handleAction.js +1 -1
- package/esm/utils/helper.d.ts +13 -1
- package/esm/utils/helper.js +99 -5
- package/esm/utils/highlight.js +1 -1
- package/esm/utils/icon.js +1 -1
- package/esm/utils/image.js +1 -1
- package/esm/utils/isPureVariable.js +1 -1
- package/esm/utils/json-schema-2-amis-schema.js +1 -1
- package/esm/utils/keyToPath.d.ts +1 -1
- package/esm/utils/keyToPath.js +2 -1
- package/esm/utils/makeSorter.js +1 -1
- package/esm/utils/math.js +1 -1
- package/esm/utils/memoryParse.js +1 -1
- package/esm/utils/normalizeLink.js +1 -1
- package/esm/utils/normalizeOptions.js +1 -1
- package/esm/utils/object.js +1 -1
- package/esm/utils/offset.js +1 -1
- package/esm/utils/offsetParent.js +1 -1
- package/esm/utils/optionValueCompare.js +1 -1
- package/esm/utils/position.js +1 -1
- package/esm/utils/prettyBytes.js +1 -1
- package/esm/utils/renderer-event.js +2 -2
- package/esm/utils/replaceText.js +1 -1
- package/esm/utils/resize-sensor.d.ts +3 -1
- package/esm/utils/resize-sensor.js +34 -22
- package/esm/utils/resolveCondition.js +1 -1
- package/esm/utils/resolveVariable.js +1 -1
- package/esm/utils/resolveVariableAndFilter.js +1 -1
- package/esm/utils/resolveVariableAndFilterForAsync.js +1 -1
- package/esm/utils/scrollPosition.js +1 -1
- package/esm/utils/string2regExp.js +1 -1
- package/esm/utils/stripNumber.js +1 -1
- package/esm/utils/style-helper.d.ts +22 -14
- package/esm/utils/style-helper.js +181 -120
- package/esm/utils/style.js +1 -1
- package/esm/utils/toNumber.js +1 -1
- package/esm/utils/tokenize.js +1 -1
- package/esm/utils/tpl-builtin.js +1 -1
- package/esm/utils/tpl-lodash.js +1 -1
- package/esm/utils/tpl.js +1 -1
- package/esm/utils/uncontrollable.js +1 -1
- package/esm/utils/validations.js +1 -1
- package/lib/Root.js +1 -1
- package/lib/RootRenderer.js +8 -8
- package/lib/SchemaRenderer.js +16 -12
- package/lib/Scoped.js +3 -1
- package/lib/StatusScoped.js +1 -1
- package/lib/WithRootStore.js +1 -1
- package/lib/WithStore.js +9 -8
- package/lib/actions/Action.js +1 -1
- package/lib/actions/AjaxAction.js +2 -2
- package/lib/actions/BreakAction.js +1 -1
- package/lib/actions/BroadcastAction.js +1 -1
- package/lib/actions/CmptAction.js +1 -1
- package/lib/actions/ContinueAction.js +1 -1
- package/lib/actions/CopyAction.js +1 -1
- package/lib/actions/CustomAction.js +3 -1
- package/lib/actions/DialogAction.js +1 -1
- package/lib/actions/DrawerAction.js +1 -1
- package/lib/actions/EmailAction.js +1 -1
- package/lib/actions/LinkAction.js +1 -1
- package/lib/actions/LoopAction.js +1 -1
- package/lib/actions/PageAction.js +1 -1
- package/lib/actions/ParallelAction.js +1 -1
- package/lib/actions/StatusAction.js +1 -1
- package/lib/actions/SwitchAction.js +1 -1
- package/lib/actions/ToastAction.js +1 -1
- package/lib/components/CustomStyle.d.ts +4 -6
- package/lib/components/CustomStyle.js +28 -4
- package/lib/components/LazyComponent.d.ts +1 -2
- package/lib/components/LazyComponent.js +12 -9
- package/lib/components/Overlay.js +3 -1
- package/lib/components/PopOver.d.ts +12 -12
- package/lib/components/PopOver.js +3 -1
- package/lib/env.d.ts +2 -2
- package/lib/env.js +1 -1
- package/lib/envOverwrite.js +1 -1
- package/lib/factory.d.ts +7 -7
- package/lib/factory.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +11 -3
- package/lib/locale.d.ts +1 -1
- package/lib/locale.js +3 -3
- package/lib/polyfills.js +1 -1
- package/lib/renderers/Form.d.ts +1 -1
- package/lib/renderers/Form.js +10 -8
- package/lib/renderers/Item.d.ts +24 -56
- package/lib/renderers/Item.js +26 -31
- package/lib/renderers/Options.js +14 -12
- package/lib/renderers/Placeholder.js +1 -1
- package/lib/renderers/builtin.js +1 -1
- package/lib/renderers/register.js +1 -1
- package/lib/renderers/wrapControl.js +70 -79
- package/lib/store/app.js +3 -1
- package/lib/store/combo.d.ts +384 -0
- package/lib/store/combo.js +1 -1
- package/lib/store/crud.js +31 -25
- package/lib/store/form.d.ts +160 -0
- package/lib/store/form.js +15 -13
- package/lib/store/formItem.d.ts +4 -0
- package/lib/store/formItem.js +41 -25
- package/lib/store/iRenderer.js +3 -1
- package/lib/store/index.js +1 -1
- package/lib/store/list.js +1 -1
- package/lib/store/manager.js +1 -1
- package/lib/store/modal.js +1 -1
- package/lib/store/node.js +1 -1
- package/lib/store/pagination.js +1 -1
- package/lib/store/root.d.ts +1 -1
- package/lib/store/root.js +11 -4
- package/lib/store/service.js +38 -33
- package/lib/store/status.js +1 -1
- package/lib/store/table.d.ts +760 -21
- package/lib/store/table.js +155 -55
- package/lib/store/table2.js +11 -8
- package/lib/theme.d.ts +18 -31
- package/lib/theme.js +1 -1
- package/lib/utils/Animation.js +1 -1
- package/lib/utils/ColorScale.js +1 -1
- package/lib/utils/DataSchema.js +1 -1
- package/lib/utils/DataScope.js +1 -1
- package/lib/utils/RootClose.js +1 -1
- package/lib/utils/SimpleMap.js +1 -1
- package/lib/utils/api.d.ts +3 -3
- package/lib/utils/api.js +2 -2
- package/lib/utils/arraySlice.js +1 -1
- package/lib/utils/attachmentAdpator.js +1 -1
- package/lib/utils/autobind.js +1 -1
- package/lib/utils/columnsSplit.js +1 -1
- package/lib/utils/dataMapping.js +1 -1
- package/lib/utils/date.js +1 -1
- package/lib/utils/debug.d.ts +1 -0
- package/lib/utils/debug.js +24 -1
- package/lib/utils/decodeEntity.js +1 -1
- package/lib/utils/dom.js +1 -1
- package/lib/utils/errors.js +1 -1
- package/lib/utils/escapeHtml.js +1 -1
- package/lib/utils/filter-schema.js +1 -1
- package/lib/utils/filter.js +1 -1
- package/lib/utils/formatDuration.js +1 -1
- package/lib/utils/formula.js +1 -1
- package/lib/utils/getVariable.js +1 -1
- package/lib/utils/grammar.js +1 -1
- package/lib/utils/handleAction.js +1 -1
- package/lib/utils/helper.d.ts +13 -1
- package/lib/utils/helper.js +101 -4
- package/lib/utils/highlight.js +1 -1
- package/lib/utils/icon.js +1 -1
- package/lib/utils/image.js +1 -1
- package/lib/utils/isPureVariable.js +1 -1
- package/lib/utils/json-schema-2-amis-schema.js +1 -1
- package/lib/utils/keyToPath.d.ts +1 -1
- package/lib/utils/keyToPath.js +2 -1
- package/lib/utils/makeSorter.js +1 -1
- package/lib/utils/math.js +1 -1
- package/lib/utils/memoryParse.js +1 -1
- package/lib/utils/normalizeLink.js +1 -1
- package/lib/utils/normalizeOptions.js +1 -1
- package/lib/utils/object.js +1 -1
- package/lib/utils/offset.js +1 -1
- package/lib/utils/offsetParent.js +1 -1
- package/lib/utils/optionValueCompare.js +1 -1
- package/lib/utils/position.js +1 -1
- package/lib/utils/prettyBytes.js +1 -1
- package/lib/utils/renderer-event.js +2 -2
- package/lib/utils/replaceText.js +1 -1
- package/lib/utils/resize-sensor.d.ts +3 -1
- package/lib/utils/resize-sensor.js +34 -22
- package/lib/utils/resolveCondition.js +1 -1
- package/lib/utils/resolveVariable.js +1 -1
- package/lib/utils/resolveVariableAndFilter.js +1 -1
- package/lib/utils/resolveVariableAndFilterForAsync.js +1 -1
- package/lib/utils/scrollPosition.js +1 -1
- package/lib/utils/string2regExp.js +1 -1
- package/lib/utils/stripNumber.js +1 -1
- package/lib/utils/style-helper.d.ts +22 -14
- package/lib/utils/style-helper.js +188 -120
- package/lib/utils/style.js +1 -1
- package/lib/utils/toNumber.js +1 -1
- package/lib/utils/tokenize.js +1 -1
- package/lib/utils/tpl-builtin.js +1 -1
- package/lib/utils/tpl-lodash.js +1 -1
- package/lib/utils/tpl.js +1 -1
- package/lib/utils/uncontrollable.js +1 -1
- package/lib/utils/validations.js +1 -1
- package/package.json +5 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-core v3.4.
|
|
2
|
+
* amis-core v3.4.1
|
|
3
3
|
* Copyright 2018-2023 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -41,6 +41,8 @@ require('react-overlays/useRootClose');
|
|
|
41
41
|
require('../utils/SimpleMap.js');
|
|
42
42
|
require('lodash/mapValues');
|
|
43
43
|
require('lodash/camelCase');
|
|
44
|
+
require('lodash/map');
|
|
45
|
+
require('lodash/isEmpty');
|
|
44
46
|
require('uncontrollable');
|
|
45
47
|
require('hoist-non-react-statics');
|
|
46
48
|
require('../utils/validations.js');
|
package/lib/env.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import type { IScopedContext } from './Scoped';
|
|
|
10
10
|
import type { RendererEvent } from './utils/renderer-event';
|
|
11
11
|
import type { ListenerContext } from './actions/Action';
|
|
12
12
|
import type { ICmptAction } from './actions/CmptAction';
|
|
13
|
-
export interface
|
|
13
|
+
export interface WsObject {
|
|
14
14
|
url: string;
|
|
15
15
|
responseKey?: string;
|
|
16
16
|
body?: any;
|
|
@@ -19,7 +19,7 @@ export interface RendererEnv {
|
|
|
19
19
|
session?: string;
|
|
20
20
|
fetcher: (api: Api, data?: any, options?: object) => Promise<Payload>;
|
|
21
21
|
isCancel: (val: any) => boolean;
|
|
22
|
-
wsFetcher: (ws:
|
|
22
|
+
wsFetcher: (ws: WsObject, onMessage: (data: any) => void, onError: (error: any) => void) => void;
|
|
23
23
|
notify: (type: ToastLevel, msg: any, conf?: ToastConf) => void;
|
|
24
24
|
jumpTo: (to: string, action?: ActionObject, ctx?: object) => void;
|
|
25
25
|
alert: (msg: string, title?: string) => void;
|
package/lib/env.js
CHANGED
package/lib/envOverwrite.js
CHANGED
package/lib/factory.d.ts
CHANGED
|
@@ -50,22 +50,22 @@ export interface RendererConfig extends RendererBasicConfig {
|
|
|
50
50
|
export interface RenderSchemaFilter {
|
|
51
51
|
(schema: Schema, renderer: RendererConfig, props?: any): Schema;
|
|
52
52
|
}
|
|
53
|
-
export interface
|
|
53
|
+
export interface WsObject {
|
|
54
54
|
url: string;
|
|
55
55
|
responseKey?: string;
|
|
56
56
|
body?: any;
|
|
57
57
|
}
|
|
58
|
-
export interface
|
|
59
|
-
session?: string;
|
|
60
|
-
theme?: string;
|
|
61
|
-
fetcher?: (config: fetcherConfig) => Promise<fetcherResult>;
|
|
62
|
-
}
|
|
63
|
-
export interface fetcherConfig {
|
|
58
|
+
export interface FetcherConfig {
|
|
64
59
|
url: string;
|
|
65
60
|
method?: 'get' | 'post' | 'put' | 'patch' | 'delete' | 'jsonp' | 'js';
|
|
66
61
|
data?: any;
|
|
67
62
|
config?: any;
|
|
68
63
|
}
|
|
64
|
+
export interface RenderOptions extends Partial<Omit<RendererEnv, 'fetcher' | 'theme'>> {
|
|
65
|
+
session?: string;
|
|
66
|
+
theme?: string;
|
|
67
|
+
fetcher?: (config: FetcherConfig) => Promise<fetcherResult>;
|
|
68
|
+
}
|
|
69
69
|
export declare const renderersMap: {
|
|
70
70
|
[propName: string]: boolean;
|
|
71
71
|
};
|
package/lib/factory.js
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* This source code is licensed under the Apache license found in the
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*/
|
|
8
|
+
/// <reference types="react" />
|
|
8
9
|
import { Renderer, getRendererByName, getRenderers, registerRenderer, unRegisterRenderer, resolveRenderer, filterSchema, clearStoresCache, updateEnv, addSchemaFilter, extendDefaultEnv } from './factory';
|
|
9
10
|
import type { RenderOptions, RendererConfig, RendererProps } from './factory';
|
|
10
11
|
import './polyfills';
|
package/lib/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-core v3.4.
|
|
2
|
+
* amis-core v3.4.1
|
|
3
3
|
* Copyright 2018-2023 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -132,7 +132,7 @@ var _J$X_ = (__react_jsx__["default"] || __react_jsx__).createElement;
|
|
|
132
132
|
(__react_jsx__["default"] || __react_jsx__).Fragment;
|
|
133
133
|
var classPrefix = theme.getClassPrefix();
|
|
134
134
|
// @ts-ignore
|
|
135
|
-
var version = '3.4.
|
|
135
|
+
var version = '3.4.1';
|
|
136
136
|
function render(schema, props, options, pathPrefix) {
|
|
137
137
|
if (props === void 0) { props = {}; }
|
|
138
138
|
if (options === void 0) { options = {}; }
|
|
@@ -247,6 +247,7 @@ exports.JsonView = debug.JsonView;
|
|
|
247
247
|
exports.debug = debug.debug;
|
|
248
248
|
exports.disableDebug = debug.disableDebug;
|
|
249
249
|
exports.enableDebug = debug.enableDebug;
|
|
250
|
+
exports.traceProps = debug.traceProps;
|
|
250
251
|
exports.warning = debug.warning;
|
|
251
252
|
exports.calculatePosition = dom.calculatePosition;
|
|
252
253
|
exports.getContainer = dom.getContainer;
|
|
@@ -273,15 +274,18 @@ exports.ValidateError = helper.ValidateError;
|
|
|
273
274
|
exports.__uri = helper.__uri;
|
|
274
275
|
exports.anyChanged = helper.anyChanged;
|
|
275
276
|
exports.autobind = helper.autobind;
|
|
277
|
+
exports.buildTrackExpression = helper.buildTrackExpression;
|
|
276
278
|
exports.bulkBindFunctions = helper.bulkBindFunctions;
|
|
277
279
|
exports.camel = helper.camel;
|
|
278
280
|
exports.chainEvents = helper.chainEvents;
|
|
279
281
|
exports.chainFunctions = helper.chainFunctions;
|
|
282
|
+
exports.changedEffect = helper.changedEffect;
|
|
280
283
|
exports.convertArrayValueToMoment = helper.convertArrayValueToMoment;
|
|
281
284
|
exports.detectPropValueChanged = helper.detectPropValueChanged;
|
|
282
285
|
exports.difference = helper.difference;
|
|
283
286
|
exports.differenceFromAll = helper.differenceFromAll;
|
|
284
287
|
exports.eachTree = helper.eachTree;
|
|
288
|
+
exports.evalTrackExpression = helper.evalTrackExpression;
|
|
285
289
|
exports.everyTree = helper.everyTree;
|
|
286
290
|
exports.filterTree = helper.filterTree;
|
|
287
291
|
exports.findIndex = helper.findIndex;
|
|
@@ -417,12 +421,16 @@ exports.validations = validations.validations;
|
|
|
417
421
|
exports.toNumber = toNumber.toNumber;
|
|
418
422
|
exports.decodeEntity = decodeEntity.decodeEntity;
|
|
419
423
|
exports.addStyle = styleHelper.addStyle;
|
|
420
|
-
exports.
|
|
424
|
+
exports.findOrCreateStyle = styleHelper.findOrCreateStyle;
|
|
425
|
+
exports.formatInputThemeCss = styleHelper.formatInputThemeCss;
|
|
421
426
|
exports.formatStyle = styleHelper.formatStyle;
|
|
422
427
|
exports.getValueByPath = styleHelper.getValueByPath;
|
|
423
428
|
exports.inheritValueMap = styleHelper.inheritValueMap;
|
|
424
429
|
exports.insertCustomStyle = styleHelper.insertCustomStyle;
|
|
430
|
+
exports.insertEditCustomStyle = styleHelper.insertEditCustomStyle;
|
|
425
431
|
exports.insertStyle = styleHelper.insertStyle;
|
|
432
|
+
exports.removeCustomStyle = styleHelper.removeCustomStyle;
|
|
433
|
+
exports.setThemeClassName = styleHelper.setThemeClassName;
|
|
426
434
|
exports.styleMap = styleHelper.valueMap;
|
|
427
435
|
exports.valueMap = styleHelper.valueMap;
|
|
428
436
|
exports.getConditionComputers = resolveCondition.getConditionComputers;
|
package/lib/locale.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export declare function extendLocale(name: string, config: LocaleConfig, cover?:
|
|
|
10
10
|
export declare function removeLocaleData(name: string, key: Array<string> | string): void;
|
|
11
11
|
export declare function makeTranslator(locale?: string): TranslateFn;
|
|
12
12
|
export declare function getDefaultLocale(): string;
|
|
13
|
-
export declare function setDefaultLocale(
|
|
13
|
+
export declare function setDefaultLocale(locale: string): void;
|
|
14
14
|
export interface LocaleProps {
|
|
15
15
|
locale: string;
|
|
16
16
|
translate: TranslateFn;
|
package/lib/locale.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-core v3.4.
|
|
2
|
+
* amis-core v3.4.1
|
|
3
3
|
* Copyright 2018-2023 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -93,8 +93,8 @@ function makeTranslator(locale) {
|
|
|
93
93
|
function getDefaultLocale() {
|
|
94
94
|
return defaultLocale;
|
|
95
95
|
}
|
|
96
|
-
function setDefaultLocale(
|
|
97
|
-
defaultLocale =
|
|
96
|
+
function setDefaultLocale(locale) {
|
|
97
|
+
defaultLocale = locale;
|
|
98
98
|
}
|
|
99
99
|
var LocaleContext = React__default["default"].createContext('');
|
|
100
100
|
function localeable(ComposedComponent) {
|
package/lib/polyfills.js
CHANGED
package/lib/renderers/Form.d.ts
CHANGED
|
@@ -348,7 +348,7 @@ export default class Form extends React.Component<FormProps, object> {
|
|
|
348
348
|
addHook(fn: () => any, type?: 'validate' | 'init' | 'flush'): () => void;
|
|
349
349
|
removeHook(fn: () => any, type?: string): void;
|
|
350
350
|
handleChange(value: any, name: string, submit: boolean, changePristine?: boolean): void;
|
|
351
|
-
formItemDispatchEvent(
|
|
351
|
+
formItemDispatchEvent(type: string, data: any): any;
|
|
352
352
|
emitChange(submit: boolean): Promise<void>;
|
|
353
353
|
handleBulkChange(values: Object, submit: boolean): void;
|
|
354
354
|
handleFormSubmit(e: React.UIEvent<any>): any;
|
package/lib/renderers/Form.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-core v3.4.
|
|
2
|
+
* amis-core v3.4.1
|
|
3
3
|
* Copyright 2018-2023 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -49,6 +49,8 @@ require('react-dom');
|
|
|
49
49
|
require('../utils/SimpleMap.js');
|
|
50
50
|
require('lodash/mapValues');
|
|
51
51
|
require('lodash/camelCase');
|
|
52
|
+
require('lodash/map');
|
|
53
|
+
require('lodash/isEmpty');
|
|
52
54
|
require('uncontrollable');
|
|
53
55
|
require('hoist-non-react-statics');
|
|
54
56
|
require('../utils/validations.js');
|
|
@@ -98,6 +100,7 @@ var Form = /** @class */ (function (_super) {
|
|
|
98
100
|
_this.dispatchInited = _this.dispatchInited.bind(_this);
|
|
99
101
|
_this.blockRouting = _this.blockRouting.bind(_this);
|
|
100
102
|
_this.beforePageUnload = _this.beforePageUnload.bind(_this);
|
|
103
|
+
_this.formItemDispatchEvent = _this.formItemDispatchEvent.bind(_this);
|
|
101
104
|
var store = props.store, canAccessSuperData = props.canAccessSuperData, persistData = props.persistData, simpleMode = props.simpleMode;
|
|
102
105
|
store.setCanAccessSuperData(canAccessSuperData !== false);
|
|
103
106
|
store.setPersistData(persistData);
|
|
@@ -458,10 +461,9 @@ var Form = /** @class */ (function (_super) {
|
|
|
458
461
|
store.setLocalPersistData(persistDataKeys);
|
|
459
462
|
}
|
|
460
463
|
};
|
|
461
|
-
Form.prototype.formItemDispatchEvent = function (
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
};
|
|
464
|
+
Form.prototype.formItemDispatchEvent = function (type, data) {
|
|
465
|
+
var dispatchEvent = this.props.dispatchEvent;
|
|
466
|
+
return dispatchEvent(type, data);
|
|
465
467
|
};
|
|
466
468
|
Form.prototype.emitChange = function (submit) {
|
|
467
469
|
return tslib.__awaiter(this, void 0, void 0, function () {
|
|
@@ -986,7 +988,7 @@ var Form = /** @class */ (function (_super) {
|
|
|
986
988
|
}
|
|
987
989
|
var props = tslib.__assign(tslib.__assign({}, this.props), otherProps);
|
|
988
990
|
var form = this.props.store;
|
|
989
|
-
var render = props.render, mode = props.mode, horizontal = props.horizontal, store = props.store, disabled = props.disabled, controlWidth = props.controlWidth, resolveDefinitions = props.resolveDefinitions, lazyChange = props.lazyChange; props.formLazyChange;
|
|
991
|
+
var render = props.render, mode = props.mode, horizontal = props.horizontal, store = props.store, disabled = props.disabled, controlWidth = props.controlWidth, resolveDefinitions = props.resolveDefinitions, lazyChange = props.lazyChange; props.formLazyChange; props.dispatchEvent; var labelAlign = props.labelAlign, labelWidth = props.labelWidth; props.static; props.canAccessSuperData;
|
|
990
992
|
var subProps = {
|
|
991
993
|
formStore: form,
|
|
992
994
|
data: store.data,
|
|
@@ -1013,7 +1015,7 @@ var Form = /** @class */ (function (_super) {
|
|
|
1013
1015
|
addHook: this.addHook,
|
|
1014
1016
|
removeHook: this.removeHook,
|
|
1015
1017
|
renderFormItems: this.renderFormItems,
|
|
1016
|
-
formItemDispatchEvent: this.formItemDispatchEvent
|
|
1018
|
+
formItemDispatchEvent: this.formItemDispatchEvent,
|
|
1017
1019
|
formPristine: form.pristine
|
|
1018
1020
|
// value: (control as any)?.name
|
|
1019
1021
|
// ? getVariable(form.data, (control as any)?.name, canAccessSuperData)
|
|
@@ -1033,7 +1035,7 @@ var Form = /** @class */ (function (_super) {
|
|
|
1033
1035
|
var WrapperComponent = this.props.wrapperComponent ||
|
|
1034
1036
|
(/(?:\/|^)form\//.test($path) ? 'div' : 'form');
|
|
1035
1037
|
var padDom = helper.repeatCount(columnCount && Array.isArray(body)
|
|
1036
|
-
? columnCount - (body.length % columnCount)
|
|
1038
|
+
? (columnCount - (body.length % columnCount)) % columnCount
|
|
1037
1039
|
: 0, function (index) { return (_J$X_("div", { className: cx("Form-item Form-item--".concat(mode, " is-placeholder")), key: index })); });
|
|
1038
1040
|
return (_J$X_(WrapperComponent, { className: cx("Form", "Form--".concat(mode || 'normal'), columnCount ? "Form--column Form--column-".concat(columnCount) : null, staticClassName && isStatic ? staticClassName : className, isStatic ? 'Form--isStatic' : null), onSubmit: this.handleFormSubmit, noValidate: true },
|
|
1039
1041
|
_J$X_("input", { type: "submit", style: { display: 'none' } }),
|
package/lib/renderers/Item.d.ts
CHANGED
|
@@ -496,9 +496,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
496
496
|
storeType: string;
|
|
497
497
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
498
498
|
readonly fetcher: any;
|
|
499
|
-
readonly notify: any;
|
|
500
|
-
* 只读条件
|
|
501
|
-
*/
|
|
499
|
+
readonly notify: any;
|
|
502
500
|
readonly isCancel: (value: any) => boolean;
|
|
503
501
|
readonly __: import("..").TranslateFn<any>;
|
|
504
502
|
getStoreById(id: string): {
|
|
@@ -515,9 +513,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
515
513
|
readonly children: any[];
|
|
516
514
|
} & {
|
|
517
515
|
onChildStoreDispose(child: any): void;
|
|
518
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
519
|
-
* 配置当前表单项展示模式
|
|
520
|
-
*/
|
|
516
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
521
517
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
522
518
|
addChildId: (id: string) => void;
|
|
523
519
|
removeChildId: (id: string) => void;
|
|
@@ -535,9 +531,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
535
531
|
readonly children: any[];
|
|
536
532
|
} & {
|
|
537
533
|
onChildStoreDispose(child: any): void;
|
|
538
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
539
|
-
* 配置当前表单项展示模式
|
|
540
|
-
*/
|
|
534
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
541
535
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
542
536
|
addChildId: (id: string) => void;
|
|
543
537
|
removeChildId: (id: string) => void;
|
|
@@ -557,9 +551,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
557
551
|
readonly children: any[];
|
|
558
552
|
} & {
|
|
559
553
|
onChildStoreDispose(child: any): void;
|
|
560
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
561
|
-
* 配置当前表单项展示模式
|
|
562
|
-
*/
|
|
554
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
563
555
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
564
556
|
addChildId: (id: string) => void;
|
|
565
557
|
removeChildId: (id: string) => void;
|
|
@@ -577,9 +569,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
577
569
|
readonly children: any[];
|
|
578
570
|
} & {
|
|
579
571
|
onChildStoreDispose(child: any): void;
|
|
580
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
581
|
-
* 配置当前表单项展示模式
|
|
582
|
-
*/
|
|
572
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
583
573
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
584
574
|
addChildId: (id: string) => void;
|
|
585
575
|
removeChildId: (id: string) => void;
|
|
@@ -606,9 +596,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
606
596
|
readonly children: any[];
|
|
607
597
|
} & {
|
|
608
598
|
onChildStoreDispose(child: any): void;
|
|
609
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
610
|
-
* 配置当前表单项展示模式
|
|
611
|
-
*/
|
|
599
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
612
600
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
613
601
|
addChildId: (id: string) => void;
|
|
614
602
|
removeChildId: (id: string) => void;
|
|
@@ -626,13 +614,13 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
626
614
|
readonly children: any[];
|
|
627
615
|
} & {
|
|
628
616
|
onChildStoreDispose(child: any): void;
|
|
629
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
630
|
-
* 配置当前表单项展示模式
|
|
631
|
-
*/
|
|
617
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
632
618
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
633
619
|
addChildId: (id: string) => void;
|
|
634
620
|
removeChildId: (id: string) => void;
|
|
635
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
621
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>; /**
|
|
622
|
+
* 验证失败的提示信息
|
|
623
|
+
*/
|
|
636
624
|
removeStore(store: {
|
|
637
625
|
id: string;
|
|
638
626
|
path: string;
|
|
@@ -647,9 +635,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
647
635
|
readonly children: any[];
|
|
648
636
|
} & {
|
|
649
637
|
onChildStoreDispose(child: any): void;
|
|
650
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
651
|
-
* 配置当前表单项展示模式
|
|
652
|
-
*/
|
|
638
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
653
639
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
654
640
|
addChildId: (id: string) => void;
|
|
655
641
|
removeChildId: (id: string) => void;
|
|
@@ -667,9 +653,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
667
653
|
readonly children: any[];
|
|
668
654
|
} & {
|
|
669
655
|
onChildStoreDispose(child: any): void;
|
|
670
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
671
|
-
* 配置当前表单项展示模式
|
|
672
|
-
*/
|
|
656
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
673
657
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
674
658
|
addChildId: (id: string) => void;
|
|
675
659
|
removeChildId: (id: string) => void;
|
|
@@ -678,9 +662,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
678
662
|
storeType: import("mobx-state-tree").IType<string | undefined, string, string>;
|
|
679
663
|
}, {
|
|
680
664
|
readonly fetcher: any;
|
|
681
|
-
readonly notify: any;
|
|
682
|
-
* 只读条件
|
|
683
|
-
*/
|
|
665
|
+
readonly notify: any;
|
|
684
666
|
readonly isCancel: (value: any) => boolean;
|
|
685
667
|
readonly __: import("..").TranslateFn<any>;
|
|
686
668
|
getStoreById(id: string): {
|
|
@@ -697,9 +679,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
697
679
|
readonly children: any[];
|
|
698
680
|
} & {
|
|
699
681
|
onChildStoreDispose(child: any): void;
|
|
700
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
701
|
-
* 配置当前表单项展示模式
|
|
702
|
-
*/
|
|
682
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
703
683
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
704
684
|
addChildId: (id: string) => void;
|
|
705
685
|
removeChildId: (id: string) => void;
|
|
@@ -717,9 +697,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
717
697
|
readonly children: any[];
|
|
718
698
|
} & {
|
|
719
699
|
onChildStoreDispose(child: any): void;
|
|
720
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
721
|
-
* 配置当前表单项展示模式
|
|
722
|
-
*/
|
|
700
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
723
701
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
724
702
|
addChildId: (id: string) => void;
|
|
725
703
|
removeChildId: (id: string) => void;
|
|
@@ -739,9 +717,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
739
717
|
readonly children: any[];
|
|
740
718
|
} & {
|
|
741
719
|
onChildStoreDispose(child: any): void;
|
|
742
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
743
|
-
* 配置当前表单项展示模式
|
|
744
|
-
*/
|
|
720
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
745
721
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
746
722
|
addChildId: (id: string) => void;
|
|
747
723
|
removeChildId: (id: string) => void;
|
|
@@ -759,9 +735,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
759
735
|
readonly children: any[];
|
|
760
736
|
} & {
|
|
761
737
|
onChildStoreDispose(child: any): void;
|
|
762
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
763
|
-
* 配置当前表单项展示模式
|
|
764
|
-
*/
|
|
738
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
765
739
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
766
740
|
addChildId: (id: string) => void;
|
|
767
741
|
removeChildId: (id: string) => void;
|
|
@@ -788,9 +762,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
788
762
|
readonly children: any[];
|
|
789
763
|
} & {
|
|
790
764
|
onChildStoreDispose(child: any): void;
|
|
791
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
792
|
-
* 配置当前表单项展示模式
|
|
793
|
-
*/
|
|
765
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
794
766
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
795
767
|
addChildId: (id: string) => void;
|
|
796
768
|
removeChildId: (id: string) => void;
|
|
@@ -808,13 +780,13 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
808
780
|
readonly children: any[];
|
|
809
781
|
} & {
|
|
810
782
|
onChildStoreDispose(child: any): void;
|
|
811
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
812
|
-
* 配置当前表单项展示模式
|
|
813
|
-
*/
|
|
783
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
814
784
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
815
785
|
addChildId: (id: string) => void;
|
|
816
786
|
removeChildId: (id: string) => void;
|
|
817
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
787
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>; /**
|
|
788
|
+
* 验证失败的提示信息
|
|
789
|
+
*/
|
|
818
790
|
removeStore(store: {
|
|
819
791
|
id: string;
|
|
820
792
|
path: string;
|
|
@@ -829,9 +801,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
829
801
|
readonly children: any[];
|
|
830
802
|
} & {
|
|
831
803
|
onChildStoreDispose(child: any): void;
|
|
832
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
833
|
-
* 配置当前表单项展示模式
|
|
834
|
-
*/
|
|
804
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
835
805
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
836
806
|
addChildId: (id: string) => void;
|
|
837
807
|
removeChildId: (id: string) => void;
|
|
@@ -849,9 +819,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
|
|
|
849
819
|
readonly children: any[];
|
|
850
820
|
} & {
|
|
851
821
|
onChildStoreDispose(child: any): void;
|
|
852
|
-
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
853
|
-
* 配置当前表单项展示模式
|
|
854
|
-
*/
|
|
822
|
+
syncProps(props: any, prevProps: any, list?: string[]): void;
|
|
855
823
|
dispose: (callback?: (() => void) | undefined) => void;
|
|
856
824
|
addChildId: (id: string) => void;
|
|
857
825
|
removeChildId: (id: string) => void;
|