amis-core 3.4.1 → 3.4.3
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 +1 -1
- package/esm/SchemaRenderer.js +1 -1
- package/esm/Scoped.js +2 -2
- package/esm/StatusScoped.js +1 -1
- package/esm/WithRootStore.js +1 -1
- package/esm/WithStore.js +8 -4
- package/esm/actions/Action.js +1 -1
- package/esm/actions/AjaxAction.js +1 -1
- package/esm/actions/BreakAction.js +1 -1
- package/esm/actions/BroadcastAction.js +1 -1
- package/esm/actions/CmptAction.d.ts +1 -0
- package/esm/actions/CmptAction.js +23 -23
- package/esm/actions/ContinueAction.js +1 -1
- package/esm/actions/CopyAction.js +1 -1
- package/esm/actions/CustomAction.js +2 -2
- package/esm/actions/DialogAction.js +1 -1
- package/esm/actions/DrawerAction.js +5 -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 +1 -0
- package/esm/components/CustomStyle.js +21 -4
- package/esm/components/LazyComponent.js +1 -1
- package/esm/components/Overlay.js +2 -1
- package/esm/components/PopOver.js +2 -2
- package/esm/env.js +1 -1
- package/esm/envOverwrite.js +1 -1
- package/esm/factory.js +1 -1
- package/esm/index.js +3 -3
- package/esm/locale.js +1 -1
- package/esm/polyfills.js +1 -1
- package/esm/renderers/Form.js +8 -2
- package/esm/renderers/Item.js +2 -2
- package/esm/renderers/Options.js +2 -2
- 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 +2 -2
- package/esm/store/app.js +2 -2
- package/esm/store/combo.js +1 -1
- package/esm/store/crud.d.ts +0 -1
- package/esm/store/crud.js +32 -25
- package/esm/store/form.js +5 -2
- package/esm/store/formItem.js +2 -2
- package/esm/store/iRenderer.js +2 -2
- 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.js +2 -2
- package/esm/store/service.js +1 -1
- package/esm/store/status.js +1 -1
- package/esm/store/table.d.ts +36 -18
- package/esm/store/table.js +12 -6
- package/esm/store/table2.d.ts +1 -1
- package/esm/store/table2.js +5 -4
- 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.js +4 -3
- 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 -1
- package/esm/utils/debug.js +5 -3
- 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 +16 -12
- 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 +2 -1
- package/esm/utils/helper.js +15 -10
- 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.js +1 -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 +1 -1
- package/esm/utils/replaceText.js +1 -1
- package/esm/utils/resize-sensor.js +1 -1
- 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.js +3 -2
- 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 +1 -1
- package/lib/SchemaRenderer.js +1 -1
- package/lib/Scoped.js +2 -2
- package/lib/StatusScoped.js +1 -1
- package/lib/WithRootStore.js +1 -1
- package/lib/WithStore.js +8 -4
- package/lib/actions/Action.js +1 -1
- package/lib/actions/AjaxAction.js +1 -1
- package/lib/actions/BreakAction.js +1 -1
- package/lib/actions/BroadcastAction.js +1 -1
- package/lib/actions/CmptAction.d.ts +1 -0
- package/lib/actions/CmptAction.js +23 -23
- package/lib/actions/ContinueAction.js +1 -1
- package/lib/actions/CopyAction.js +1 -1
- package/lib/actions/CustomAction.js +2 -2
- package/lib/actions/DialogAction.js +1 -1
- package/lib/actions/DrawerAction.js +5 -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 +1 -0
- package/lib/components/CustomStyle.js +21 -3
- package/lib/components/LazyComponent.js +1 -1
- package/lib/components/Overlay.js +2 -1
- package/lib/components/PopOver.js +2 -2
- package/lib/env.js +1 -1
- package/lib/envOverwrite.js +1 -1
- package/lib/factory.js +1 -1
- package/lib/index.js +3 -2
- package/lib/locale.js +1 -1
- package/lib/polyfills.js +1 -1
- package/lib/renderers/Form.js +8 -2
- package/lib/renderers/Item.d.ts +1 -1
- package/lib/renderers/Item.js +2 -2
- package/lib/renderers/Options.js +2 -2
- 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 +2 -2
- package/lib/store/app.js +2 -2
- package/lib/store/combo.d.ts +24 -24
- package/lib/store/combo.js +1 -1
- package/lib/store/crud.d.ts +0 -1
- package/lib/store/crud.js +32 -25
- package/lib/store/form.d.ts +10 -11
- package/lib/store/form.js +5 -2
- package/lib/store/formItem.js +2 -2
- package/lib/store/iRenderer.js +2 -2
- 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.js +2 -2
- package/lib/store/service.js +1 -1
- package/lib/store/status.js +1 -1
- package/lib/store/table.d.ts +56 -38
- package/lib/store/table.js +12 -6
- package/lib/store/table2.d.ts +1 -1
- package/lib/store/table2.js +5 -4
- 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.js +4 -3
- 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 -1
- package/lib/utils/debug.js +4 -2
- 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 +16 -13
- 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 +2 -1
- package/lib/utils/helper.js +15 -9
- 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.js +1 -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 +1 -1
- package/lib/utils/replaceText.js +1 -1
- package/lib/utils/resize-sensor.js +1 -1
- 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.js +4 -2
- 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 +3 -3
package/lib/envOverwrite.js
CHANGED
package/lib/factory.js
CHANGED
package/lib/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-core v3.4.
|
|
2
|
+
* amis-core v3.4.3
|
|
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.3';
|
|
136
136
|
function render(schema, props, options, pathPrefix) {
|
|
137
137
|
if (props === void 0) { props = {}; }
|
|
138
138
|
if (options === void 0) { options = {}; }
|
|
@@ -312,6 +312,7 @@ exports.hasOwnPropertyInPath = helper.hasOwnPropertyInPath;
|
|
|
312
312
|
exports.hasVisibleExpression = helper.hasVisibleExpression;
|
|
313
313
|
exports.hashCode = helper.hashCode;
|
|
314
314
|
exports.immutableExtends = helper.immutableExtends;
|
|
315
|
+
exports.importLazyComponent = helper.importLazyComponent;
|
|
315
316
|
exports.injectPropsToObject = helper.injectPropsToObject;
|
|
316
317
|
exports.isArrayChildrenModified = helper.isArrayChildrenModified;
|
|
317
318
|
exports.isBreakpoint = helper.isBreakpoint;
|
package/lib/locale.js
CHANGED
package/lib/polyfills.js
CHANGED
package/lib/renderers/Form.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-core v3.4.
|
|
2
|
+
* amis-core v3.4.3
|
|
3
3
|
* Copyright 2018-2023 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -51,6 +51,7 @@ require('lodash/mapValues');
|
|
|
51
51
|
require('lodash/camelCase');
|
|
52
52
|
require('lodash/map');
|
|
53
53
|
require('lodash/isEmpty');
|
|
54
|
+
require('lodash/kebabCase');
|
|
54
55
|
require('uncontrollable');
|
|
55
56
|
require('hoist-non-react-statics');
|
|
56
57
|
require('../utils/validations.js');
|
|
@@ -604,6 +605,8 @@ var Form = /** @class */ (function (_super) {
|
|
|
604
605
|
dispatchEvent_1('validateSucc', _this.props.data);
|
|
605
606
|
if (target) {
|
|
606
607
|
_this.submitToTarget(Scoped.filterTarget(target, values), values);
|
|
608
|
+
/** 可能配置页面跳转事件,页面路由变化导致persistKey不一致,无法清除持久化数据,所以提交成功事件之前先清理一下 */
|
|
609
|
+
clearPersistDataAfterSubmit && store.clearLocalPersistData();
|
|
607
610
|
dispatchEvent_1('submitSucc', object.createObject(_this.props.data, values));
|
|
608
611
|
}
|
|
609
612
|
else if (action.actionType === 'reload') {
|
|
@@ -635,7 +638,9 @@ var Form = /** @class */ (function (_super) {
|
|
|
635
638
|
var _this = this;
|
|
636
639
|
return tslib.__generator(this, function (_a) {
|
|
637
640
|
switch (_a.label) {
|
|
638
|
-
case 0:
|
|
641
|
+
case 0:
|
|
642
|
+
clearPersistDataAfterSubmit && store.clearLocalPersistData();
|
|
643
|
+
return [4 /*yield*/, dispatchEvent_1('submitSucc', object.createObject(this.props.data, { result: result }))];
|
|
639
644
|
case 1:
|
|
640
645
|
dispatcher = _a.sent();
|
|
641
646
|
if (!api.isEffectiveApi(finnalAsyncApi_1, store.data) ||
|
|
@@ -698,6 +703,7 @@ var Form = /** @class */ (function (_super) {
|
|
|
698
703
|
}); });
|
|
699
704
|
}
|
|
700
705
|
else {
|
|
706
|
+
clearPersistDataAfterSubmit && store.clearLocalPersistData();
|
|
701
707
|
// type为submit,但是没有配api以及target时,只派发事件
|
|
702
708
|
dispatchEvent_1('submitSucc', object.createObject(_this.props.data, values));
|
|
703
709
|
}
|
package/lib/renderers/Item.d.ts
CHANGED
|
@@ -461,7 +461,7 @@ export declare class FormItemWrap extends React.Component<FormItemProps> {
|
|
|
461
461
|
static layoutRenderers: {
|
|
462
462
|
[propsName: string]: (props: FormItemProps, renderControl: () => JSX.Element | null) => JSX.Element;
|
|
463
463
|
};
|
|
464
|
-
render():
|
|
464
|
+
render(): JSX.Element | null;
|
|
465
465
|
}
|
|
466
466
|
export declare const detectProps: string[];
|
|
467
467
|
export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (Control: FormControlComponent) => {
|
package/lib/renderers/Item.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-core v3.4.
|
|
2
|
+
* amis-core v3.4.3
|
|
3
3
|
* Copyright 2018-2023 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -32,7 +32,6 @@ require('../utils/debug.js');
|
|
|
32
32
|
require('../utils/dom.js');
|
|
33
33
|
require('../utils/errors.js');
|
|
34
34
|
require('lodash/isPlainObject');
|
|
35
|
-
var cx = require('classnames');
|
|
36
35
|
require('../utils/filter.js');
|
|
37
36
|
require('lodash/isObject');
|
|
38
37
|
require('lodash/isString');
|
|
@@ -57,6 +56,7 @@ require('../utils/Animation.js');
|
|
|
57
56
|
var Overlay = require('../components/Overlay.js');
|
|
58
57
|
var PopOver = require('../components/PopOver.js');
|
|
59
58
|
var CustomStyle = require('../components/CustomStyle.js');
|
|
59
|
+
var cx = require('classnames');
|
|
60
60
|
|
|
61
61
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
62
62
|
|
package/lib/renderers/Options.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-core v3.4.
|
|
2
|
+
* amis-core v3.4.3
|
|
3
3
|
* Copyright 2018-2023 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -34,7 +34,6 @@ require('../utils/DataScope.js');
|
|
|
34
34
|
require('../utils/debug.js');
|
|
35
35
|
require('../utils/dom.js');
|
|
36
36
|
require('../utils/errors.js');
|
|
37
|
-
require('classnames');
|
|
38
37
|
require('lodash/isObject');
|
|
39
38
|
require('lodash/isString');
|
|
40
39
|
require('lodash/isBoolean');
|
|
@@ -52,6 +51,7 @@ require('lodash/mapValues');
|
|
|
52
51
|
require('lodash/camelCase');
|
|
53
52
|
require('lodash/map');
|
|
54
53
|
require('lodash/isEmpty');
|
|
54
|
+
require('lodash/kebabCase');
|
|
55
55
|
require('uncontrollable');
|
|
56
56
|
require('hoist-non-react-statics');
|
|
57
57
|
require('../utils/validations.js');
|
package/lib/renderers/builtin.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-core v3.4.
|
|
2
|
+
* amis-core v3.4.3
|
|
3
3
|
* Copyright 2018-2023 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -36,7 +36,6 @@ require('../utils/debug.js');
|
|
|
36
36
|
require('../utils/dom.js');
|
|
37
37
|
require('../utils/errors.js');
|
|
38
38
|
require('../utils/tpl.js');
|
|
39
|
-
require('classnames');
|
|
40
39
|
require('../utils/filter.js');
|
|
41
40
|
require('../utils/highlight.js');
|
|
42
41
|
require('../utils/icon.js');
|
|
@@ -52,6 +51,7 @@ require('lodash/camelCase');
|
|
|
52
51
|
require('lodash/isObject');
|
|
53
52
|
require('lodash/map');
|
|
54
53
|
require('lodash/isEmpty');
|
|
54
|
+
require('lodash/kebabCase');
|
|
55
55
|
require('uncontrollable');
|
|
56
56
|
require('../utils/validations.js');
|
|
57
57
|
require('../utils/resolveCondition.js');
|
package/lib/store/app.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-core v3.4.
|
|
2
|
+
* amis-core v3.4.3
|
|
3
3
|
* Copyright 2018-2023 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -24,7 +24,6 @@ require('../utils/debug.js');
|
|
|
24
24
|
require('../utils/dom.js');
|
|
25
25
|
require('../utils/errors.js');
|
|
26
26
|
var tpl = require('../utils/tpl.js');
|
|
27
|
-
require('classnames');
|
|
28
27
|
require('../utils/filter.js');
|
|
29
28
|
require('lodash/isObject');
|
|
30
29
|
require('lodash/isString');
|
|
@@ -45,6 +44,7 @@ require('lodash/mapValues');
|
|
|
45
44
|
require('lodash/camelCase');
|
|
46
45
|
require('lodash/map');
|
|
47
46
|
require('lodash/isEmpty');
|
|
47
|
+
require('lodash/kebabCase');
|
|
48
48
|
require('uncontrollable');
|
|
49
49
|
require('hoist-non-react-statics');
|
|
50
50
|
require('../utils/validations.js');
|
package/lib/store/combo.d.ts
CHANGED
|
@@ -146,7 +146,7 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
146
146
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
147
147
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
148
148
|
closeDialog: (result?: any) => void;
|
|
149
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
149
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
150
150
|
changeEmitedValue: (value: any) => void;
|
|
151
151
|
addSubFormItem: (item: {
|
|
152
152
|
id: string;
|
|
@@ -604,7 +604,7 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
604
604
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
605
605
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
606
606
|
closeDialog: (result?: any) => void;
|
|
607
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
607
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
608
608
|
changeEmitedValue: (value: any) => void;
|
|
609
609
|
addSubFormItem: (item: {
|
|
610
610
|
id: string;
|
|
@@ -1094,7 +1094,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1094
1094
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
1095
1095
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
1096
1096
|
closeDialog: (result?: any) => void;
|
|
1097
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
1097
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
1098
1098
|
changeEmitedValue: (value: any) => void;
|
|
1099
1099
|
addSubFormItem: (item: {
|
|
1100
1100
|
id: string;
|
|
@@ -1552,7 +1552,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1552
1552
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
1553
1553
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
1554
1554
|
closeDialog: (result?: any) => void;
|
|
1555
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
1555
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
1556
1556
|
changeEmitedValue: (value: any) => void;
|
|
1557
1557
|
addSubFormItem: (item: {
|
|
1558
1558
|
id: string;
|
|
@@ -2130,7 +2130,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2130
2130
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
2131
2131
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
2132
2132
|
closeDialog: (result?: any) => void;
|
|
2133
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
2133
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
2134
2134
|
changeEmitedValue: (value: any) => void;
|
|
2135
2135
|
addSubFormItem: (item: {
|
|
2136
2136
|
id: string;
|
|
@@ -2588,7 +2588,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2588
2588
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
2589
2589
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
2590
2590
|
closeDialog: (result?: any) => void;
|
|
2591
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
2591
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
2592
2592
|
changeEmitedValue: (value: any) => void;
|
|
2593
2593
|
addSubFormItem: (item: {
|
|
2594
2594
|
id: string;
|
|
@@ -3050,7 +3050,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3050
3050
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
3051
3051
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
3052
3052
|
closeDialog: (result?: any) => void;
|
|
3053
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
3053
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
3054
3054
|
changeEmitedValue: (value: any) => void;
|
|
3055
3055
|
addSubFormItem: (item: {
|
|
3056
3056
|
id: string;
|
|
@@ -3508,7 +3508,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3508
3508
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
3509
3509
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
3510
3510
|
closeDialog: (result?: any) => void;
|
|
3511
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
3511
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
3512
3512
|
changeEmitedValue: (value: any) => void;
|
|
3513
3513
|
addSubFormItem: (item: {
|
|
3514
3514
|
id: string;
|
|
@@ -3975,7 +3975,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3975
3975
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
3976
3976
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
3977
3977
|
closeDialog: (result?: any) => void;
|
|
3978
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
3978
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
3979
3979
|
changeEmitedValue: (value: any) => void;
|
|
3980
3980
|
addSubFormItem: (item: {
|
|
3981
3981
|
id: string;
|
|
@@ -4433,7 +4433,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4433
4433
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
4434
4434
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
4435
4435
|
closeDialog: (result?: any) => void;
|
|
4436
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
4436
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
4437
4437
|
changeEmitedValue: (value: any) => void;
|
|
4438
4438
|
addSubFormItem: (item: {
|
|
4439
4439
|
id: string;
|
|
@@ -4895,7 +4895,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4895
4895
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
4896
4896
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
4897
4897
|
closeDialog: (result?: any) => void;
|
|
4898
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
4898
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
4899
4899
|
changeEmitedValue: (value: any) => void;
|
|
4900
4900
|
addSubFormItem: (item: {
|
|
4901
4901
|
id: string;
|
|
@@ -5353,7 +5353,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5353
5353
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
5354
5354
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
5355
5355
|
closeDialog: (result?: any) => void;
|
|
5356
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
5356
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
5357
5357
|
changeEmitedValue: (value: any) => void;
|
|
5358
5358
|
addSubFormItem: (item: {
|
|
5359
5359
|
id: string;
|
|
@@ -5815,7 +5815,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5815
5815
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
5816
5816
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
5817
5817
|
closeDialog: (result?: any) => void;
|
|
5818
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
5818
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
5819
5819
|
changeEmitedValue: (value: any) => void;
|
|
5820
5820
|
addSubFormItem: (item: {
|
|
5821
5821
|
id: string;
|
|
@@ -6273,7 +6273,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6273
6273
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
6274
6274
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
6275
6275
|
closeDialog: (result?: any) => void;
|
|
6276
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
6276
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
6277
6277
|
changeEmitedValue: (value: any) => void;
|
|
6278
6278
|
addSubFormItem: (item: {
|
|
6279
6279
|
id: string;
|
|
@@ -6854,7 +6854,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6854
6854
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
6855
6855
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
6856
6856
|
closeDialog: (result?: any) => void;
|
|
6857
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
6857
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
6858
6858
|
changeEmitedValue: (value: any) => void;
|
|
6859
6859
|
addSubFormItem: (item: {
|
|
6860
6860
|
id: string;
|
|
@@ -7312,7 +7312,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7312
7312
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
7313
7313
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
7314
7314
|
closeDialog: (result?: any) => void;
|
|
7315
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
7315
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
7316
7316
|
changeEmitedValue: (value: any) => void;
|
|
7317
7317
|
addSubFormItem: (item: {
|
|
7318
7318
|
id: string;
|
|
@@ -7774,7 +7774,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7774
7774
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
7775
7775
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
7776
7776
|
closeDialog: (result?: any) => void;
|
|
7777
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
7777
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
7778
7778
|
changeEmitedValue: (value: any) => void;
|
|
7779
7779
|
addSubFormItem: (item: {
|
|
7780
7780
|
id: string;
|
|
@@ -8232,7 +8232,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8232
8232
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
8233
8233
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
8234
8234
|
closeDialog: (result?: any) => void;
|
|
8235
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
8235
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
8236
8236
|
changeEmitedValue: (value: any) => void;
|
|
8237
8237
|
addSubFormItem: (item: {
|
|
8238
8238
|
id: string;
|
|
@@ -8699,7 +8699,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8699
8699
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
8700
8700
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
8701
8701
|
closeDialog: (result?: any) => void;
|
|
8702
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
8702
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
8703
8703
|
changeEmitedValue: (value: any) => void;
|
|
8704
8704
|
addSubFormItem: (item: {
|
|
8705
8705
|
id: string;
|
|
@@ -9157,7 +9157,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9157
9157
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
9158
9158
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
9159
9159
|
closeDialog: (result?: any) => void;
|
|
9160
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
9160
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9161
9161
|
changeEmitedValue: (value: any) => void;
|
|
9162
9162
|
addSubFormItem: (item: {
|
|
9163
9163
|
id: string;
|
|
@@ -9619,7 +9619,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9619
9619
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
9620
9620
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
9621
9621
|
closeDialog: (result?: any) => void;
|
|
9622
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
9622
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9623
9623
|
changeEmitedValue: (value: any) => void;
|
|
9624
9624
|
addSubFormItem: (item: {
|
|
9625
9625
|
id: string;
|
|
@@ -10077,7 +10077,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10077
10077
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
10078
10078
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
10079
10079
|
closeDialog: (result?: any) => void;
|
|
10080
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
10080
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10081
10081
|
changeEmitedValue: (value: any) => void;
|
|
10082
10082
|
addSubFormItem: (item: {
|
|
10083
10083
|
id: string;
|
|
@@ -10539,7 +10539,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10539
10539
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
10540
10540
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
10541
10541
|
closeDialog: (result?: any) => void;
|
|
10542
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
10542
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10543
10543
|
changeEmitedValue: (value: any) => void;
|
|
10544
10544
|
addSubFormItem: (item: {
|
|
10545
10545
|
id: string;
|
|
@@ -10997,7 +10997,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10997
10997
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
10998
10998
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
10999
10999
|
closeDialog: (result?: any) => void;
|
|
11000
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
11000
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
11001
11001
|
changeEmitedValue: (value: any) => void;
|
|
11002
11002
|
addSubFormItem: (item: {
|
|
11003
11003
|
id: string;
|
package/lib/store/combo.js
CHANGED
package/lib/store/crud.d.ts
CHANGED
|
@@ -106,7 +106,6 @@ export declare const CRUDStore: import("mobx-state-tree").IModelType<{
|
|
|
106
106
|
fetchInitData: (api: Api, data?: object, options?: fetchOptions & {
|
|
107
107
|
forceReload?: boolean;
|
|
108
108
|
loadDataOnce?: boolean;
|
|
109
|
-
loadDataOnceFetchOnFilter?: boolean;
|
|
110
109
|
source?: string;
|
|
111
110
|
loadDataMode?: boolean;
|
|
112
111
|
syncResponse2Query?: boolean;
|
package/lib/store/crud.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-core v3.4.
|
|
2
|
+
* amis-core v3.4.3
|
|
3
3
|
* Copyright 2018-2023 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -67,7 +67,11 @@ var CRUDStore = service.ServiceStore.named('CRUDStore')
|
|
|
67
67
|
// 包两层,主要是为了处理以下 case
|
|
68
68
|
// 里面放了个 form,form 提交过来的时候不希望把 items 这些发送过来。
|
|
69
69
|
// 因为会把数据呈现在地址栏上。
|
|
70
|
-
return object.createObject(object.createObject(self.data,
|
|
70
|
+
return object.createObject(object.createObject(self.data, {
|
|
71
|
+
items: self.items.concat(),
|
|
72
|
+
selectedItems: self.selectedItems.concat(),
|
|
73
|
+
unSelectedItems: self.unSelectedItems.concat()
|
|
74
|
+
}), tslib.__assign({}, self.query));
|
|
71
75
|
},
|
|
72
76
|
get mergedData() {
|
|
73
77
|
return object.extendObject(self.data, tslib.__assign(tslib.__assign(tslib.__assign({}, self.query), self.data), { selectedItems: self.selectedItems, unSelectedItems: self.unSelectedItems }));
|
|
@@ -124,32 +128,33 @@ var CRUDStore = service.ServiceStore.named('CRUDStore')
|
|
|
124
128
|
: self.items.concat();
|
|
125
129
|
if (Array.isArray(options.columns)) {
|
|
126
130
|
options.columns.forEach(function (column) {
|
|
127
|
-
var value
|
|
131
|
+
var value = typeof column.name === 'string'
|
|
132
|
+
? getVariable.getVariable(self.query, column.name)
|
|
133
|
+
: undefined;
|
|
128
134
|
var key = column.name;
|
|
129
|
-
if (
|
|
135
|
+
if (value != null && key) {
|
|
130
136
|
// value可能为null、undefined、''、0
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
return arrItems_1.find(function (a) { return a === item; });
|
|
144
|
-
});
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
else {
|
|
148
|
-
items_1 = matchSorter.matchSorter(items_1, value, {
|
|
149
|
-
keys: [key]
|
|
137
|
+
if (Array.isArray(value)) {
|
|
138
|
+
if (value.length > 0) {
|
|
139
|
+
var arr_1 = tslib.__spreadArray([], tslib.__read(items_1), false);
|
|
140
|
+
var arrItems_1 = [];
|
|
141
|
+
value.forEach(function (item) {
|
|
142
|
+
arrItems_1 = tslib.__spreadArray(tslib.__spreadArray([], tslib.__read(arrItems_1), false), tslib.__read(matchSorter.matchSorter(arr_1, item, {
|
|
143
|
+
keys: [key],
|
|
144
|
+
threshold: matchSorter.matchSorter.rankings.CONTAINS
|
|
145
|
+
})), false);
|
|
146
|
+
});
|
|
147
|
+
items_1 = items_1.filter(function (item) {
|
|
148
|
+
return arrItems_1.find(function (a) { return a === item; });
|
|
150
149
|
});
|
|
151
150
|
}
|
|
152
151
|
}
|
|
152
|
+
else {
|
|
153
|
+
items_1 = matchSorter.matchSorter(items_1, value, {
|
|
154
|
+
keys: [key],
|
|
155
|
+
threshold: matchSorter.matchSorter.rankings.CONTAINS
|
|
156
|
+
});
|
|
157
|
+
}
|
|
153
158
|
}
|
|
154
159
|
});
|
|
155
160
|
}
|
|
@@ -258,7 +263,8 @@ var CRUDStore = service.ServiceStore.named('CRUDStore')
|
|
|
258
263
|
var arrItems_2 = [];
|
|
259
264
|
value.forEach(function (item) {
|
|
260
265
|
arrItems_2 = tslib.__spreadArray(tslib.__spreadArray([], tslib.__read(arrItems_2), false), tslib.__read(matchSorter.matchSorter(arr_2, item, {
|
|
261
|
-
keys: [key]
|
|
266
|
+
keys: [key],
|
|
267
|
+
threshold: matchSorter.matchSorter.rankings.CONTAINS
|
|
262
268
|
})), false);
|
|
263
269
|
});
|
|
264
270
|
filteredItems_1 = filteredItems_1.filter(function (item) {
|
|
@@ -268,7 +274,8 @@ var CRUDStore = service.ServiceStore.named('CRUDStore')
|
|
|
268
274
|
}
|
|
269
275
|
else {
|
|
270
276
|
filteredItems_1 = matchSorter.matchSorter(filteredItems_1, value, {
|
|
271
|
-
keys: [key]
|
|
277
|
+
keys: [key],
|
|
278
|
+
threshold: matchSorter.matchSorter.rankings.CONTAINS
|
|
272
279
|
});
|
|
273
280
|
}
|
|
274
281
|
}
|