amis-core 3.6.0 → 3.6.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.d.ts +1 -1
- package/esm/RootRenderer.js +1 -1
- package/esm/SchemaRenderer.js +1 -1
- package/esm/Scoped.js +1 -1
- package/esm/StatusScoped.js +1 -1
- package/esm/WithRootStore.js +1 -1
- package/esm/WithStore.js +1 -1
- 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.js +1 -1
- package/esm/actions/ContinueAction.js +1 -1
- package/esm/actions/CopyAction.js +1 -1
- package/esm/actions/CustomAction.js +1 -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.js +1 -1
- package/esm/components/ErrorBoundary.js +1 -1
- package/esm/components/LazyComponent.js +1 -1
- package/esm/components/Overlay.js +1 -1
- package/esm/components/PopOver.js +1 -1
- package/esm/env.js +1 -1
- package/esm/envOverwrite.js +1 -1
- package/esm/factory.js +1 -1
- package/esm/index.js +2 -2
- package/esm/locale.js +1 -1
- package/esm/polyfills.js +1 -1
- package/esm/renderers/Form.js +3 -2
- package/esm/renderers/Item.js +1 -1
- package/esm/renderers/Options.js +1 -1
- 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 +1 -1
- package/esm/store/app.js +1 -1
- package/esm/store/combo.d.ts +24 -24
- package/esm/store/combo.js +1 -1
- package/esm/store/crud.js +1 -1
- package/esm/store/form.d.ts +10 -10
- package/esm/store/form.js +1 -1
- package/esm/store/formItem.js +1 -1
- package/esm/store/iRenderer.js +1 -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.js +1 -1
- package/esm/store/service.js +1 -1
- package/esm/store/status.js +1 -1
- package/esm/store/table.d.ts +20 -20
- package/esm/store/table.js +1 -1
- package/esm/store/table2.js +1 -1
- 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 +1 -1
- 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.js +1 -1
- 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.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/lib/StatusScoped.js +1 -1
- package/lib/WithRootStore.js +1 -1
- package/lib/WithStore.js +1 -1
- 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.js +1 -1
- package/lib/actions/ContinueAction.js +1 -1
- package/lib/actions/CopyAction.js +1 -1
- package/lib/actions/CustomAction.js +1 -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.js +1 -1
- package/lib/components/ErrorBoundary.js +1 -1
- package/lib/components/LazyComponent.js +1 -1
- package/lib/components/Overlay.js +1 -1
- package/lib/components/PopOver.js +1 -1
- package/lib/env.js +1 -1
- package/lib/envOverwrite.js +1 -1
- package/lib/factory.js +1 -1
- package/lib/index.js +2 -2
- package/lib/locale.js +1 -1
- package/lib/polyfills.js +1 -1
- package/lib/renderers/Form.js +3 -2
- package/lib/renderers/Item.d.ts +1 -1
- package/lib/renderers/Item.js +1 -1
- package/lib/renderers/Options.js +1 -1
- 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 +1 -1
- package/lib/store/app.js +1 -1
- package/lib/store/combo.d.ts +25 -24
- package/lib/store/combo.js +1 -1
- package/lib/store/crud.js +1 -1
- package/lib/store/form.d.ts +11 -10
- package/lib/store/form.js +1 -1
- package/lib/store/formItem.js +1 -1
- package/lib/store/iRenderer.js +1 -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.js +1 -1
- package/lib/store/service.js +1 -1
- package/lib/store/status.js +1 -1
- package/lib/store/table.d.ts +21 -20
- package/lib/store/table.js +1 -1
- package/lib/store/table2.js +1 -1
- 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 +1 -1
- 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.js +1 -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.js +1 -1
- 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 +1 -1
- 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/store/app.js
CHANGED
package/lib/store/combo.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="lodash" />
|
|
1
2
|
import { SnapshotIn, Instance } from 'mobx-state-tree';
|
|
2
3
|
import type { IFormStore, IFormItemStore } from './form';
|
|
3
4
|
export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
@@ -164,7 +165,7 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
164
165
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
165
166
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
166
167
|
closeDialog: (result?: any) => void;
|
|
167
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
168
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
168
169
|
changeEmitedValue: (value: any) => void;
|
|
169
170
|
addSubFormItem: (item: {
|
|
170
171
|
id: string;
|
|
@@ -673,7 +674,7 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
673
674
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
674
675
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
675
676
|
closeDialog: (result?: any) => void;
|
|
676
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
677
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
677
678
|
changeEmitedValue: (value: any) => void;
|
|
678
679
|
addSubFormItem: (item: {
|
|
679
680
|
id: string;
|
|
@@ -1214,7 +1215,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1214
1215
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
1215
1216
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
1216
1217
|
closeDialog: (result?: any) => void;
|
|
1217
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
1218
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
1218
1219
|
changeEmitedValue: (value: any) => void;
|
|
1219
1220
|
addSubFormItem: (item: {
|
|
1220
1221
|
id: string;
|
|
@@ -1723,7 +1724,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1723
1724
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
1724
1725
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
1725
1726
|
closeDialog: (result?: any) => void;
|
|
1726
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
1727
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
1727
1728
|
changeEmitedValue: (value: any) => void;
|
|
1728
1729
|
addSubFormItem: (item: {
|
|
1729
1730
|
id: string;
|
|
@@ -2353,7 +2354,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2353
2354
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
2354
2355
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
2355
2356
|
closeDialog: (result?: any) => void;
|
|
2356
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
2357
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
2357
2358
|
changeEmitedValue: (value: any) => void;
|
|
2358
2359
|
addSubFormItem: (item: {
|
|
2359
2360
|
id: string;
|
|
@@ -2862,7 +2863,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2862
2863
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
2863
2864
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
2864
2865
|
closeDialog: (result?: any) => void;
|
|
2865
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
2866
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
2866
2867
|
changeEmitedValue: (value: any) => void;
|
|
2867
2868
|
addSubFormItem: (item: {
|
|
2868
2869
|
id: string;
|
|
@@ -3375,7 +3376,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3375
3376
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
3376
3377
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
3377
3378
|
closeDialog: (result?: any) => void;
|
|
3378
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
3379
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
3379
3380
|
changeEmitedValue: (value: any) => void;
|
|
3380
3381
|
addSubFormItem: (item: {
|
|
3381
3382
|
id: string;
|
|
@@ -3884,7 +3885,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3884
3885
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
3885
3886
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
3886
3887
|
closeDialog: (result?: any) => void;
|
|
3887
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
3888
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
3888
3889
|
changeEmitedValue: (value: any) => void;
|
|
3889
3890
|
addSubFormItem: (item: {
|
|
3890
3891
|
id: string;
|
|
@@ -4402,7 +4403,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4402
4403
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
4403
4404
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
4404
4405
|
closeDialog: (result?: any) => void;
|
|
4405
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
4406
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
4406
4407
|
changeEmitedValue: (value: any) => void;
|
|
4407
4408
|
addSubFormItem: (item: {
|
|
4408
4409
|
id: string;
|
|
@@ -4911,7 +4912,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4911
4912
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
4912
4913
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
4913
4914
|
closeDialog: (result?: any) => void;
|
|
4914
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
4915
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
4915
4916
|
changeEmitedValue: (value: any) => void;
|
|
4916
4917
|
addSubFormItem: (item: {
|
|
4917
4918
|
id: string;
|
|
@@ -5424,7 +5425,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5424
5425
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
5425
5426
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
5426
5427
|
closeDialog: (result?: any) => void;
|
|
5427
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
5428
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
5428
5429
|
changeEmitedValue: (value: any) => void;
|
|
5429
5430
|
addSubFormItem: (item: {
|
|
5430
5431
|
id: string;
|
|
@@ -5933,7 +5934,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5933
5934
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
5934
5935
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
5935
5936
|
closeDialog: (result?: any) => void;
|
|
5936
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
5937
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
5937
5938
|
changeEmitedValue: (value: any) => void;
|
|
5938
5939
|
addSubFormItem: (item: {
|
|
5939
5940
|
id: string;
|
|
@@ -6446,7 +6447,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6446
6447
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
6447
6448
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
6448
6449
|
closeDialog: (result?: any) => void;
|
|
6449
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
6450
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
6450
6451
|
changeEmitedValue: (value: any) => void;
|
|
6451
6452
|
addSubFormItem: (item: {
|
|
6452
6453
|
id: string;
|
|
@@ -6955,7 +6956,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6955
6956
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
6956
6957
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
6957
6958
|
closeDialog: (result?: any) => void;
|
|
6958
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
6959
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
6959
6960
|
changeEmitedValue: (value: any) => void;
|
|
6960
6961
|
addSubFormItem: (item: {
|
|
6961
6962
|
id: string;
|
|
@@ -7587,7 +7588,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7587
7588
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
7588
7589
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
7589
7590
|
closeDialog: (result?: any) => void;
|
|
7590
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
7591
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
7591
7592
|
changeEmitedValue: (value: any) => void;
|
|
7592
7593
|
addSubFormItem: (item: {
|
|
7593
7594
|
id: string;
|
|
@@ -8096,7 +8097,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8096
8097
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
8097
8098
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
8098
8099
|
closeDialog: (result?: any) => void;
|
|
8099
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
8100
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
8100
8101
|
changeEmitedValue: (value: any) => void;
|
|
8101
8102
|
addSubFormItem: (item: {
|
|
8102
8103
|
id: string;
|
|
@@ -8609,7 +8610,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8609
8610
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
8610
8611
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
8611
8612
|
closeDialog: (result?: any) => void;
|
|
8612
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
8613
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
8613
8614
|
changeEmitedValue: (value: any) => void;
|
|
8614
8615
|
addSubFormItem: (item: {
|
|
8615
8616
|
id: string;
|
|
@@ -9118,7 +9119,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9118
9119
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
9119
9120
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
9120
9121
|
closeDialog: (result?: any) => void;
|
|
9121
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
9122
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9122
9123
|
changeEmitedValue: (value: any) => void;
|
|
9123
9124
|
addSubFormItem: (item: {
|
|
9124
9125
|
id: string;
|
|
@@ -9636,7 +9637,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9636
9637
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
9637
9638
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
9638
9639
|
closeDialog: (result?: any) => void;
|
|
9639
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
9640
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9640
9641
|
changeEmitedValue: (value: any) => void;
|
|
9641
9642
|
addSubFormItem: (item: {
|
|
9642
9643
|
id: string;
|
|
@@ -10145,7 +10146,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10145
10146
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
10146
10147
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
10147
10148
|
closeDialog: (result?: any) => void;
|
|
10148
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
10149
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10149
10150
|
changeEmitedValue: (value: any) => void;
|
|
10150
10151
|
addSubFormItem: (item: {
|
|
10151
10152
|
id: string;
|
|
@@ -10658,7 +10659,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10658
10659
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
10659
10660
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
10660
10661
|
closeDialog: (result?: any) => void;
|
|
10661
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
10662
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10662
10663
|
changeEmitedValue: (value: any) => void;
|
|
10663
10664
|
addSubFormItem: (item: {
|
|
10664
10665
|
id: string;
|
|
@@ -11167,7 +11168,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11167
11168
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
11168
11169
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
11169
11170
|
closeDialog: (result?: any) => void;
|
|
11170
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
11171
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
11171
11172
|
changeEmitedValue: (value: any) => void;
|
|
11172
11173
|
addSubFormItem: (item: {
|
|
11173
11174
|
id: string;
|
|
@@ -11680,7 +11681,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11680
11681
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
11681
11682
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
11682
11683
|
closeDialog: (result?: any) => void;
|
|
11683
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
11684
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
11684
11685
|
changeEmitedValue: (value: any) => void;
|
|
11685
11686
|
addSubFormItem: (item: {
|
|
11686
11687
|
id: string;
|
|
@@ -12189,7 +12190,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12189
12190
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
12190
12191
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
12191
12192
|
closeDialog: (result?: any) => void;
|
|
12192
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
12193
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
12193
12194
|
changeEmitedValue: (value: any) => void;
|
|
12194
12195
|
addSubFormItem: (item: {
|
|
12195
12196
|
id: string;
|
package/lib/store/combo.js
CHANGED
package/lib/store/crud.js
CHANGED
package/lib/store/form.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="lodash" />
|
|
1
2
|
import { Instance } from 'mobx-state-tree';
|
|
2
3
|
import type { IFormItemStore } from './formItem';
|
|
3
4
|
import { Api, fetchOptions, Payload } from '../types';
|
|
@@ -242,7 +243,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
|
|
|
242
243
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
243
244
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
244
245
|
closeDialog: (result?: any) => void;
|
|
245
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
246
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
246
247
|
changeEmitedValue: (value: any) => void;
|
|
247
248
|
addSubFormItem: (item: {
|
|
248
249
|
id: string;
|
|
@@ -751,7 +752,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
|
|
|
751
752
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
752
753
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
753
754
|
closeDialog: (result?: any) => void;
|
|
754
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
755
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
755
756
|
changeEmitedValue: (value: any) => void;
|
|
756
757
|
addSubFormItem: (item: {
|
|
757
758
|
id: string;
|
|
@@ -1265,7 +1266,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
|
|
|
1265
1266
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
1266
1267
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
1267
1268
|
closeDialog: (result?: any) => void;
|
|
1268
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
1269
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
1269
1270
|
changeEmitedValue: (value: any) => void;
|
|
1270
1271
|
addSubFormItem: (item: {
|
|
1271
1272
|
id: string;
|
|
@@ -1774,7 +1775,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
|
|
|
1774
1775
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
1775
1776
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
1776
1777
|
closeDialog: (result?: any) => void;
|
|
1777
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
1778
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
1778
1779
|
changeEmitedValue: (value: any) => void;
|
|
1779
1780
|
addSubFormItem: (item: {
|
|
1780
1781
|
id: string;
|
|
@@ -2292,7 +2293,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
|
|
|
2292
2293
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
2293
2294
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
2294
2295
|
closeDialog: (result?: any) => void;
|
|
2295
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
2296
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
2296
2297
|
changeEmitedValue: (value: any) => void;
|
|
2297
2298
|
addSubFormItem: (item: {
|
|
2298
2299
|
id: string;
|
|
@@ -2801,7 +2802,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
|
|
|
2801
2802
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
2802
2803
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
2803
2804
|
closeDialog: (result?: any) => void;
|
|
2804
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
2805
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
2805
2806
|
changeEmitedValue: (value: any) => void;
|
|
2806
2807
|
addSubFormItem: (item: {
|
|
2807
2808
|
id: string;
|
|
@@ -3314,7 +3315,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
|
|
|
3314
3315
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
3315
3316
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
3316
3317
|
closeDialog: (result?: any) => void;
|
|
3317
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
3318
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
3318
3319
|
changeEmitedValue: (value: any) => void;
|
|
3319
3320
|
addSubFormItem: (item: {
|
|
3320
3321
|
id: string;
|
|
@@ -3823,7 +3824,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
|
|
|
3823
3824
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
3824
3825
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
3825
3826
|
closeDialog: (result?: any) => void;
|
|
3826
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
3827
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
3827
3828
|
changeEmitedValue: (value: any) => void;
|
|
3828
3829
|
addSubFormItem: (item: {
|
|
3829
3830
|
id: string;
|
|
@@ -4336,7 +4337,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
|
|
|
4336
4337
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
4337
4338
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
4338
4339
|
closeDialog: (result?: any) => void;
|
|
4339
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
4340
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
4340
4341
|
changeEmitedValue: (value: any) => void;
|
|
4341
4342
|
addSubFormItem: (item: {
|
|
4342
4343
|
id: string;
|
|
@@ -4845,7 +4846,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
|
|
|
4845
4846
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
4846
4847
|
openDialog: (schema: any, ctx: any, callback?: ((ret?: any) => void) | undefined) => void;
|
|
4847
4848
|
closeDialog: (result?: any) => void;
|
|
4848
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
4849
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
4849
4850
|
changeEmitedValue: (value: any) => void;
|
|
4850
4851
|
addSubFormItem: (item: {
|
|
4851
4852
|
id: string;
|
package/lib/store/form.js
CHANGED
package/lib/store/formItem.js
CHANGED
package/lib/store/iRenderer.js
CHANGED
package/lib/store/index.js
CHANGED
package/lib/store/list.js
CHANGED
package/lib/store/manager.js
CHANGED
package/lib/store/modal.js
CHANGED
package/lib/store/node.js
CHANGED
package/lib/store/pagination.js
CHANGED
package/lib/store/root.js
CHANGED
package/lib/store/service.js
CHANGED
package/lib/store/status.js
CHANGED