amis-core 6.13.0-beta.5 → 6.13.0-beta.6
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 +1 -1
- package/esm/StatusScoped.js +1 -1
- package/esm/StyleManager.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/EventAction.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/PrintAction.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/actions/WaitAction.js +1 -1
- package/esm/components/Animations.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/globalVar.js +1 -1
- package/esm/globalVarClientHandler.js +1 -1
- package/esm/globalVarDefaultValueHandler.js +1 -1
- package/esm/index.js +4 -4
- package/esm/locale.js +1 -1
- package/esm/polyfills.js +1 -1
- package/esm/renderers/Form.js +1 -1
- 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.js +1 -1
- package/esm/store/crud.js +1 -1
- package/esm/store/form.js +1 -1
- package/esm/store/formItem.js +1 -1
- package/esm/store/iRenderer.js +1 -3
- 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 +2 -90
- package/esm/store/table.js +11 -18
- 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/animations.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/browser.js +1 -1
- package/esm/utils/columnsSplit.js +1 -1
- package/esm/utils/concatData.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/getPageId.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/index.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/labelToString.js +1 -1
- package/esm/utils/loopTooMuch.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/printElement.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/validateId.js +1 -1
- package/esm/utils/validations.js +1 -1
- package/esm/utils/visitedCache.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/StyleManager.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/EventAction.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/PrintAction.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/actions/WaitAction.js +1 -1
- package/lib/components/Animations.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/globalVar.js +1 -1
- package/lib/globalVarClientHandler.js +1 -1
- package/lib/globalVarDefaultValueHandler.js +1 -1
- package/lib/index.js +4 -4
- package/lib/locale.js +1 -1
- package/lib/polyfills.js +1 -1
- package/lib/renderers/Form.js +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 -3
- 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 -0
- 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 +22 -110
- package/lib/store/table.js +11 -18
- 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/animations.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/browser.js +1 -1
- package/lib/utils/columnsSplit.js +1 -1
- package/lib/utils/concatData.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/getPageId.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/index.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/labelToString.js +1 -1
- package/lib/utils/loopTooMuch.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/printElement.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/validateId.js +1 -1
- package/lib/utils/validations.js +1 -1
- package/lib/utils/visitedCache.js +1 -1
- package/package.json +2 -2
package/lib/env.js
CHANGED
package/lib/envOverwrite.js
CHANGED
package/lib/factory.js
CHANGED
package/lib/globalVar.js
CHANGED
package/lib/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-core v6.13.0-beta.
|
|
2
|
+
* amis-core v6.13.0-beta.6
|
|
3
3
|
* Copyright 2018-2025 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -145,10 +145,10 @@ var _J$X_ = (__react_jsx__["default"] || __react_jsx__).createElement;
|
|
|
145
145
|
(__react_jsx__["default"] || __react_jsx__).Fragment;
|
|
146
146
|
var classPrefix = theme.getClassPrefix();
|
|
147
147
|
// @ts-ignore
|
|
148
|
-
var version = '6.13.0-beta.
|
|
148
|
+
var version = '6.13.0-beta.6';
|
|
149
149
|
window.amisVersionInfo = {
|
|
150
|
-
version: '6.13.0-beta.
|
|
151
|
-
buildTime: '2025-04-
|
|
150
|
+
version: '6.13.0-beta.6',
|
|
151
|
+
buildTime: '2025-04-23T11:39:46.837Z'
|
|
152
152
|
};
|
|
153
153
|
function render(schema, _a, options, pathPrefix) {
|
|
154
154
|
if (_a === void 0) { _a = {}; }
|
package/lib/locale.js
CHANGED
package/lib/polyfills.js
CHANGED
package/lib/renderers/Form.js
CHANGED
package/lib/renderers/Item.js
CHANGED
package/lib/renderers/Options.js
CHANGED
package/lib/renderers/builtin.js
CHANGED
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<{
|
|
@@ -171,7 +172,7 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
171
172
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
172
173
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
173
174
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
174
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
175
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
175
176
|
changeEmitedValue: (value: any) => void;
|
|
176
177
|
addSubFormItem: (item: {
|
|
177
178
|
id: string;
|
|
@@ -706,7 +707,7 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
706
707
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
707
708
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
708
709
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
709
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
710
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
710
711
|
changeEmitedValue: (value: any) => void;
|
|
711
712
|
addSubFormItem: (item: {
|
|
712
713
|
id: string;
|
|
@@ -1277,7 +1278,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1277
1278
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
1278
1279
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
1279
1280
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
1280
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
1281
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
1281
1282
|
changeEmitedValue: (value: any) => void;
|
|
1282
1283
|
addSubFormItem: (item: {
|
|
1283
1284
|
id: string;
|
|
@@ -1812,7 +1813,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1812
1813
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
1813
1814
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
1814
1815
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
1815
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
1816
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
1816
1817
|
changeEmitedValue: (value: any) => void;
|
|
1817
1818
|
addSubFormItem: (item: {
|
|
1818
1819
|
id: string;
|
|
@@ -2477,7 +2478,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2477
2478
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
2478
2479
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
2479
2480
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
2480
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
2481
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
2481
2482
|
changeEmitedValue: (value: any) => void;
|
|
2482
2483
|
addSubFormItem: (item: {
|
|
2483
2484
|
id: string;
|
|
@@ -3012,7 +3013,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3012
3013
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
3013
3014
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
3014
3015
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
3015
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
3016
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
3016
3017
|
changeEmitedValue: (value: any) => void;
|
|
3017
3018
|
addSubFormItem: (item: {
|
|
3018
3019
|
id: string;
|
|
@@ -3553,7 +3554,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3553
3554
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
3554
3555
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
3555
3556
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
3556
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
3557
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
3557
3558
|
changeEmitedValue: (value: any) => void;
|
|
3558
3559
|
addSubFormItem: (item: {
|
|
3559
3560
|
id: string;
|
|
@@ -4088,7 +4089,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4088
4089
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
4089
4090
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
4090
4091
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
4091
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
4092
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
4092
4093
|
changeEmitedValue: (value: any) => void;
|
|
4093
4094
|
addSubFormItem: (item: {
|
|
4094
4095
|
id: string;
|
|
@@ -4632,7 +4633,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4632
4633
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
4633
4634
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
4634
4635
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
4635
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
4636
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
4636
4637
|
changeEmitedValue: (value: any) => void;
|
|
4637
4638
|
addSubFormItem: (item: {
|
|
4638
4639
|
id: string;
|
|
@@ -5167,7 +5168,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5167
5168
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
5168
5169
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
5169
5170
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
5170
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
5171
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
5171
5172
|
changeEmitedValue: (value: any) => void;
|
|
5172
5173
|
addSubFormItem: (item: {
|
|
5173
5174
|
id: string;
|
|
@@ -5706,7 +5707,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5706
5707
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
5707
5708
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
5708
5709
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
5709
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
5710
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
5710
5711
|
changeEmitedValue: (value: any) => void;
|
|
5711
5712
|
addSubFormItem: (item: {
|
|
5712
5713
|
id: string;
|
|
@@ -6241,7 +6242,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6241
6242
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
6242
6243
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
6243
6244
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
6244
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
6245
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
6245
6246
|
changeEmitedValue: (value: any) => void;
|
|
6246
6247
|
addSubFormItem: (item: {
|
|
6247
6248
|
id: string;
|
|
@@ -6780,7 +6781,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6780
6781
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
6781
6782
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
6782
6783
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
6783
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
6784
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
6784
6785
|
changeEmitedValue: (value: any) => void;
|
|
6785
6786
|
addSubFormItem: (item: {
|
|
6786
6787
|
id: string;
|
|
@@ -7315,7 +7316,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7315
7316
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
7316
7317
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7317
7318
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
7318
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
7319
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
7319
7320
|
changeEmitedValue: (value: any) => void;
|
|
7320
7321
|
addSubFormItem: (item: {
|
|
7321
7322
|
id: string;
|
|
@@ -7980,7 +7981,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7980
7981
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
7981
7982
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7982
7983
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
7983
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
7984
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
7984
7985
|
changeEmitedValue: (value: any) => void;
|
|
7985
7986
|
addSubFormItem: (item: {
|
|
7986
7987
|
id: string;
|
|
@@ -8515,7 +8516,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8515
8516
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
8516
8517
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8517
8518
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
8518
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
8519
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
8519
8520
|
changeEmitedValue: (value: any) => void;
|
|
8520
8521
|
addSubFormItem: (item: {
|
|
8521
8522
|
id: string;
|
|
@@ -9056,7 +9057,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9056
9057
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
9057
9058
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9058
9059
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
9059
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
9060
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9060
9061
|
changeEmitedValue: (value: any) => void;
|
|
9061
9062
|
addSubFormItem: (item: {
|
|
9062
9063
|
id: string;
|
|
@@ -9591,7 +9592,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9591
9592
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
9592
9593
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9593
9594
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
9594
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
9595
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9595
9596
|
changeEmitedValue: (value: any) => void;
|
|
9596
9597
|
addSubFormItem: (item: {
|
|
9597
9598
|
id: string;
|
|
@@ -10135,7 +10136,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10135
10136
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
10136
10137
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10137
10138
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
10138
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
10139
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10139
10140
|
changeEmitedValue: (value: any) => void;
|
|
10140
10141
|
addSubFormItem: (item: {
|
|
10141
10142
|
id: string;
|
|
@@ -10670,7 +10671,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10670
10671
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
10671
10672
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10672
10673
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
10673
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
10674
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10674
10675
|
changeEmitedValue: (value: any) => void;
|
|
10675
10676
|
addSubFormItem: (item: {
|
|
10676
10677
|
id: string;
|
|
@@ -11209,7 +11210,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11209
11210
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
11210
11211
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
11211
11212
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
11212
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
11213
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
11213
11214
|
changeEmitedValue: (value: any) => void;
|
|
11214
11215
|
addSubFormItem: (item: {
|
|
11215
11216
|
id: string;
|
|
@@ -11744,7 +11745,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11744
11745
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
11745
11746
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
11746
11747
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
11747
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
11748
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
11748
11749
|
changeEmitedValue: (value: any) => void;
|
|
11749
11750
|
addSubFormItem: (item: {
|
|
11750
11751
|
id: string;
|
|
@@ -12283,7 +12284,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12283
12284
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
12284
12285
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
12285
12286
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
12286
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
12287
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
12287
12288
|
changeEmitedValue: (value: any) => void;
|
|
12288
12289
|
addSubFormItem: (item: {
|
|
12289
12290
|
id: string;
|
|
@@ -12818,7 +12819,7 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12818
12819
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
12819
12820
|
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
12820
12821
|
closePopOver: (confirmed?: any, result?: any) => void;
|
|
12821
|
-
changeTmpValue: (value: any, changeReason?: "input" | "
|
|
12822
|
+
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
12822
12823
|
changeEmitedValue: (value: any) => void;
|
|
12823
12824
|
addSubFormItem: (item: {
|
|
12824
12825
|
id: string;
|
package/lib/store/combo.js
CHANGED
package/lib/store/crud.js
CHANGED