amis-core 6.7.0 → 6.9.0-beta.0
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 +24 -2
- package/esm/SchemaRenderer.d.ts +0 -1
- package/esm/SchemaRenderer.js +44 -20
- package/esm/Scoped.d.ts +1 -1
- package/esm/Scoped.js +2 -1
- package/esm/StatusScoped.js +1 -1
- package/esm/WithRootStore.js +1 -1
- package/esm/WithStore.js +14 -14
- package/esm/actions/Action.js +2 -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 +57 -50
- package/esm/actions/ContinueAction.js +1 -1
- package/esm/actions/CopyAction.js +1 -1
- package/esm/actions/CustomAction.js +2 -1
- package/esm/actions/DialogAction.js +3 -1
- package/esm/actions/DrawerAction.js +2 -1
- package/esm/actions/EmailAction.js +1 -1
- package/esm/actions/EventAction.js +2 -1
- package/esm/actions/LinkAction.js +1 -1
- package/esm/actions/LoopAction.js +2 -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 +3 -3
- package/esm/actions/WaitAction.js +1 -1
- package/esm/components/CustomStyle.js +1 -1
- package/esm/components/ErrorBoundary.js +1 -1
- package/esm/components/LazyComponent.d.ts +40 -2
- package/esm/components/LazyComponent.js +13 -7
- package/esm/components/Overlay.js +2 -1
- package/esm/components/PopOver.d.ts +1 -1
- package/esm/components/PopOver.js +2 -1
- package/esm/env.d.ts +0 -4
- package/esm/env.js +1 -1
- package/esm/envOverwrite.js +1 -1
- package/esm/factory.d.ts +19 -2
- package/esm/factory.js +205 -45
- package/esm/index.d.ts +4 -4
- package/esm/index.js +9 -5
- package/esm/locale.d.ts +1 -1
- package/esm/locale.js +14 -2
- package/esm/polyfills.js +1 -1
- package/esm/renderers/Form.d.ts +5 -5
- package/esm/renderers/Form.js +68 -29
- package/esm/renderers/Item.d.ts +109 -18
- package/esm/renderers/Item.js +164 -126
- package/esm/renderers/Options.d.ts +3 -3
- package/esm/renderers/Options.js +43 -19
- 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.d.ts +3 -3
- package/esm/renderers/wrapControl.js +25 -10
- package/esm/store/app.d.ts +3 -3
- package/esm/store/app.js +2 -1
- package/esm/store/combo.d.ts +425 -15
- package/esm/store/combo.js +1 -1
- package/esm/store/crud.d.ts +3 -3
- package/esm/store/crud.js +2 -1
- package/esm/store/form.d.ts +178 -7
- package/esm/store/form.js +29 -6
- package/esm/store/formItem.d.ts +5 -0
- package/esm/store/formItem.js +32 -10
- package/esm/store/iRenderer.d.ts +4 -3
- package/esm/store/iRenderer.js +29 -4
- package/esm/store/index.d.ts +1 -0
- package/esm/store/index.js +3 -2
- package/esm/store/list.d.ts +3 -3
- package/esm/store/list.js +1 -1
- package/esm/store/manager.js +1 -1
- package/esm/store/modal.d.ts +3 -3
- package/esm/store/modal.js +1 -1
- package/esm/store/node.js +1 -1
- package/esm/store/pagination.d.ts +3 -3
- package/esm/store/pagination.js +2 -1
- package/esm/store/root.d.ts +5 -3
- package/esm/store/root.js +46 -21
- package/esm/store/service.d.ts +3 -3
- package/esm/store/service.js +11 -4
- package/esm/store/status.js +1 -1
- package/esm/store/table.d.ts +396 -36
- package/esm/store/table.js +84 -54
- package/esm/store/table2.d.ts +3 -3
- package/esm/store/table2.js +1 -1
- package/esm/theme.d.ts +1 -1
- package/esm/theme.js +13 -2
- package/esm/types.d.ts +19 -2
- package/esm/utils/Animation.js +1 -1
- package/esm/utils/ColorScale.js +1 -1
- package/esm/utils/DataSchema.js +1 -1
- package/esm/utils/DataScope.js +1 -1
- package/esm/utils/RootClose.js +1 -1
- package/esm/utils/SimpleMap.js +1 -1
- package/esm/utils/api.d.ts +21 -1
- package/esm/utils/api.js +138 -41
- 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 +17 -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 +1 -1
- package/esm/utils/filter.js +1 -1
- package/esm/utils/formatDuration.js +1 -1
- package/esm/utils/formula.js +2 -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 +4 -1
- package/esm/utils/helper.js +20 -4
- 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 +2 -2
- package/esm/utils/json-schema-2-amis-schema.js +1 -1
- package/esm/utils/keyToPath.js +1 -1
- package/esm/utils/labelToString.js +4 -1
- package/esm/utils/makeSorter.js +1 -1
- package/esm/utils/math.js +1 -1
- package/esm/utils/memoryParse.d.ts +2 -1
- package/esm/utils/memoryParse.js +10 -6
- package/esm/utils/normalizeLink.js +1 -1
- package/esm/utils/normalizeOptions.js +1 -1
- package/esm/utils/object.d.ts +2 -4
- 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 +30 -1
- package/esm/utils/resolveCondition.js +2 -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 +2 -1
- package/esm/utils/toNumber.js +1 -1
- package/esm/utils/tokenize.js +1 -1
- package/esm/utils/tpl-builtin.js +2 -1
- package/esm/utils/tpl-lodash.js +2 -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 +2 -1
- package/esm/utils/visitedCache.d.ts +46 -0
- package/esm/utils/visitedCache.js +124 -0
- package/lib/Root.js +1 -1
- package/lib/RootRenderer.js +23 -1
- package/lib/SchemaRenderer.d.ts +0 -1
- package/lib/SchemaRenderer.js +42 -18
- package/lib/Scoped.d.ts +1 -1
- package/lib/Scoped.js +2 -1
- package/lib/StatusScoped.js +1 -1
- package/lib/WithRootStore.js +1 -1
- package/lib/WithStore.js +14 -14
- package/lib/actions/Action.js +2 -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 +56 -49
- package/lib/actions/ContinueAction.js +1 -1
- package/lib/actions/CopyAction.js +1 -1
- package/lib/actions/CustomAction.js +2 -1
- package/lib/actions/DialogAction.js +3 -1
- package/lib/actions/DrawerAction.js +2 -1
- package/lib/actions/EmailAction.js +1 -1
- package/lib/actions/EventAction.js +2 -1
- package/lib/actions/LinkAction.js +1 -1
- package/lib/actions/LoopAction.js +2 -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 +2 -2
- package/lib/actions/WaitAction.js +1 -1
- package/lib/components/CustomStyle.js +1 -1
- package/lib/components/ErrorBoundary.js +1 -1
- package/lib/components/LazyComponent.d.ts +40 -2
- package/lib/components/LazyComponent.js +14 -7
- package/lib/components/Overlay.js +2 -1
- package/lib/components/PopOver.d.ts +1 -1
- package/lib/components/PopOver.js +2 -1
- package/lib/env.d.ts +0 -4
- package/lib/env.js +1 -1
- package/lib/envOverwrite.js +1 -1
- package/lib/factory.d.ts +19 -2
- package/lib/factory.js +211 -44
- package/lib/index.d.ts +4 -4
- package/lib/index.js +16 -2
- package/lib/locale.d.ts +1 -1
- package/lib/locale.js +14 -2
- package/lib/polyfills.js +1 -1
- package/lib/renderers/Form.d.ts +5 -5
- package/lib/renderers/Form.js +65 -26
- package/lib/renderers/Item.d.ts +110 -19
- package/lib/renderers/Item.js +163 -125
- package/lib/renderers/Options.d.ts +3 -3
- package/lib/renderers/Options.js +43 -19
- 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.d.ts +3 -3
- package/lib/renderers/wrapControl.js +25 -10
- package/lib/store/app.d.ts +3 -3
- package/lib/store/app.js +2 -1
- package/lib/store/combo.d.ts +449 -40
- package/lib/store/combo.js +1 -1
- package/lib/store/crud.d.ts +3 -3
- package/lib/store/crud.js +3 -2
- package/lib/store/form.d.ts +188 -18
- package/lib/store/form.js +29 -6
- package/lib/store/formItem.d.ts +5 -0
- package/lib/store/formItem.js +32 -10
- package/lib/store/iRenderer.d.ts +4 -3
- package/lib/store/iRenderer.js +29 -4
- package/lib/store/index.d.ts +1 -0
- package/lib/store/index.js +3 -1
- package/lib/store/list.d.ts +3 -3
- package/lib/store/list.js +1 -1
- package/lib/store/manager.js +1 -1
- package/lib/store/modal.d.ts +3 -3
- package/lib/store/modal.js +1 -1
- package/lib/store/node.js +1 -1
- package/lib/store/pagination.d.ts +3 -3
- package/lib/store/pagination.js +2 -1
- package/lib/store/root.d.ts +5 -3
- package/lib/store/root.js +44 -19
- package/lib/store/service.d.ts +3 -3
- package/lib/store/service.js +11 -4
- package/lib/store/status.js +1 -1
- package/lib/store/table.d.ts +416 -57
- package/lib/store/table.js +84 -54
- package/lib/store/table2.d.ts +3 -3
- package/lib/store/table2.js +1 -1
- package/lib/theme.d.ts +1 -1
- package/lib/theme.js +13 -2
- package/lib/types.d.ts +19 -2
- package/lib/utils/Animation.js +1 -1
- package/lib/utils/ColorScale.js +1 -1
- package/lib/utils/DataSchema.js +1 -1
- package/lib/utils/DataScope.js +1 -1
- package/lib/utils/RootClose.js +1 -1
- package/lib/utils/SimpleMap.js +1 -1
- package/lib/utils/api.d.ts +21 -1
- package/lib/utils/api.js +141 -40
- 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 +18 -4
- 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 +2 -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 +4 -1
- package/lib/utils/helper.js +19 -3
- 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 +2 -2
- package/lib/utils/json-schema-2-amis-schema.js +1 -1
- package/lib/utils/keyToPath.js +1 -1
- package/lib/utils/labelToString.js +4 -1
- package/lib/utils/makeSorter.js +1 -1
- package/lib/utils/math.js +1 -1
- package/lib/utils/memoryParse.d.ts +2 -1
- package/lib/utils/memoryParse.js +10 -6
- package/lib/utils/normalizeLink.js +1 -1
- package/lib/utils/normalizeOptions.js +1 -1
- package/lib/utils/object.d.ts +2 -4
- 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 +30 -1
- package/lib/utils/resolveCondition.js +2 -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 +2 -1
- package/lib/utils/toNumber.js +1 -1
- package/lib/utils/tokenize.js +1 -1
- package/lib/utils/tpl-builtin.js +2 -1
- package/lib/utils/tpl-lodash.js +2 -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 +2 -1
- package/lib/utils/visitedCache.d.ts +46 -0
- package/lib/utils/visitedCache.js +128 -0
- package/package.json +2 -2
package/esm/store/combo.d.ts
CHANGED
|
@@ -67,6 +67,9 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
67
67
|
rowIndex: any;
|
|
68
68
|
pagination: any;
|
|
69
69
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
70
|
+
popOverOpen: boolean;
|
|
71
|
+
popOverData: any;
|
|
72
|
+
popOverSchema: any;
|
|
70
73
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
71
74
|
readonly parentStore: any;
|
|
72
75
|
readonly __: any;
|
|
@@ -167,6 +170,8 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
167
170
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
168
171
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
169
172
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
173
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
174
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
170
175
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
171
176
|
changeEmitedValue: (value: any) => void;
|
|
172
177
|
addSubFormItem: (item: {
|
|
@@ -231,6 +236,9 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
231
236
|
rowIndex: any;
|
|
232
237
|
pagination: any;
|
|
233
238
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
239
|
+
popOverOpen: boolean;
|
|
240
|
+
popOverData: any;
|
|
241
|
+
popOverSchema: any;
|
|
234
242
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
235
243
|
readonly parentStore: any;
|
|
236
244
|
readonly __: any;
|
|
@@ -317,6 +325,9 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
317
325
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
318
326
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
319
327
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
328
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
329
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
330
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
320
331
|
}, {
|
|
321
332
|
readonly parentStore: any;
|
|
322
333
|
readonly __: any;
|
|
@@ -407,6 +418,9 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
407
418
|
rowIndex: any;
|
|
408
419
|
pagination: any;
|
|
409
420
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
421
|
+
popOverOpen: boolean;
|
|
422
|
+
popOverData: any;
|
|
423
|
+
popOverSchema: any;
|
|
410
424
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
411
425
|
readonly parentStore: any;
|
|
412
426
|
readonly __: any;
|
|
@@ -493,6 +507,9 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
493
507
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
494
508
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
495
509
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
510
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
511
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
512
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
496
513
|
}, {
|
|
497
514
|
readonly parentStore: any;
|
|
498
515
|
readonly __: any;
|
|
@@ -585,6 +602,9 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
585
602
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
586
603
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
587
604
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
605
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
606
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
607
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
588
608
|
}, {
|
|
589
609
|
readonly parentStore: any;
|
|
590
610
|
readonly __: any;
|
|
@@ -685,6 +705,8 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
685
705
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
686
706
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
687
707
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
708
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
709
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
688
710
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
689
711
|
changeEmitedValue: (value: any) => void;
|
|
690
712
|
addSubFormItem: (item: {
|
|
@@ -749,6 +771,9 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
749
771
|
rowIndex: any;
|
|
750
772
|
pagination: any;
|
|
751
773
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
774
|
+
popOverOpen: boolean;
|
|
775
|
+
popOverData: any;
|
|
776
|
+
popOverSchema: any;
|
|
752
777
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
753
778
|
readonly parentStore: any;
|
|
754
779
|
readonly __: any;
|
|
@@ -835,6 +860,9 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
835
860
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
836
861
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
837
862
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
863
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
864
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
865
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
838
866
|
}, {
|
|
839
867
|
readonly parentStore: any;
|
|
840
868
|
readonly __: any;
|
|
@@ -925,6 +953,9 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
925
953
|
rowIndex: any;
|
|
926
954
|
pagination: any;
|
|
927
955
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
956
|
+
popOverOpen: boolean;
|
|
957
|
+
popOverData: any;
|
|
958
|
+
popOverSchema: any;
|
|
928
959
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
929
960
|
readonly parentStore: any;
|
|
930
961
|
readonly __: any;
|
|
@@ -1011,6 +1042,9 @@ export declare const UniqueGroup: import("mobx-state-tree").IModelType<{
|
|
|
1011
1042
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
1012
1043
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
1013
1044
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
1045
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
1046
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
1047
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
1014
1048
|
}, {
|
|
1015
1049
|
readonly parentStore: any;
|
|
1016
1050
|
readonly __: any;
|
|
@@ -1137,6 +1171,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1137
1171
|
rowIndex: any;
|
|
1138
1172
|
pagination: any;
|
|
1139
1173
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
1174
|
+
popOverOpen: boolean;
|
|
1175
|
+
popOverData: any;
|
|
1176
|
+
popOverSchema: any;
|
|
1140
1177
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1141
1178
|
readonly parentStore: any;
|
|
1142
1179
|
readonly __: any;
|
|
@@ -1237,6 +1274,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1237
1274
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
1238
1275
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
1239
1276
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
1277
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
1278
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
1240
1279
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
1241
1280
|
changeEmitedValue: (value: any) => void;
|
|
1242
1281
|
addSubFormItem: (item: {
|
|
@@ -1301,6 +1340,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1301
1340
|
rowIndex: any;
|
|
1302
1341
|
pagination: any;
|
|
1303
1342
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
1343
|
+
popOverOpen: boolean;
|
|
1344
|
+
popOverData: any;
|
|
1345
|
+
popOverSchema: any;
|
|
1304
1346
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1305
1347
|
readonly parentStore: any;
|
|
1306
1348
|
readonly __: any;
|
|
@@ -1387,6 +1429,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1387
1429
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
1388
1430
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
1389
1431
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
1432
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
1433
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
1434
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
1390
1435
|
}, {
|
|
1391
1436
|
readonly parentStore: any;
|
|
1392
1437
|
readonly __: any;
|
|
@@ -1477,6 +1522,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1477
1522
|
rowIndex: any;
|
|
1478
1523
|
pagination: any;
|
|
1479
1524
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
1525
|
+
popOverOpen: boolean;
|
|
1526
|
+
popOverData: any;
|
|
1527
|
+
popOverSchema: any;
|
|
1480
1528
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1481
1529
|
readonly parentStore: any;
|
|
1482
1530
|
readonly __: any;
|
|
@@ -1563,6 +1611,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1563
1611
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
1564
1612
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
1565
1613
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
1614
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
1615
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
1616
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
1566
1617
|
}, {
|
|
1567
1618
|
readonly parentStore: any;
|
|
1568
1619
|
readonly __: any;
|
|
@@ -1655,6 +1706,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1655
1706
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
1656
1707
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
1657
1708
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
1709
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
1710
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
1711
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
1658
1712
|
}, {
|
|
1659
1713
|
readonly parentStore: any;
|
|
1660
1714
|
readonly __: any;
|
|
@@ -1755,6 +1809,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1755
1809
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
1756
1810
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
1757
1811
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
1812
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
1813
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
1758
1814
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
1759
1815
|
changeEmitedValue: (value: any) => void;
|
|
1760
1816
|
addSubFormItem: (item: {
|
|
@@ -1819,6 +1875,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1819
1875
|
rowIndex: any;
|
|
1820
1876
|
pagination: any;
|
|
1821
1877
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
1878
|
+
popOverOpen: boolean;
|
|
1879
|
+
popOverData: any;
|
|
1880
|
+
popOverSchema: any;
|
|
1822
1881
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1823
1882
|
readonly parentStore: any;
|
|
1824
1883
|
readonly __: any;
|
|
@@ -1905,6 +1964,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1905
1964
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
1906
1965
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
1907
1966
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
1967
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
1968
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
1969
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
1908
1970
|
}, {
|
|
1909
1971
|
readonly parentStore: any;
|
|
1910
1972
|
readonly __: any;
|
|
@@ -1995,6 +2057,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
1995
2057
|
rowIndex: any;
|
|
1996
2058
|
pagination: any;
|
|
1997
2059
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
2060
|
+
popOverOpen: boolean;
|
|
2061
|
+
popOverData: any;
|
|
2062
|
+
popOverSchema: any;
|
|
1998
2063
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1999
2064
|
readonly parentStore: any;
|
|
2000
2065
|
readonly __: any;
|
|
@@ -2081,6 +2146,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2081
2146
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
2082
2147
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
2083
2148
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
2149
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
2150
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
2151
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
2084
2152
|
}, {
|
|
2085
2153
|
readonly parentStore: any;
|
|
2086
2154
|
readonly __: any;
|
|
@@ -2143,10 +2211,10 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2143
2211
|
readonly pristineDiff: any;
|
|
2144
2212
|
} & {
|
|
2145
2213
|
setTopStore(value: any): void;
|
|
2146
|
-
initData(data?: object, skipSetPristine?: boolean): void;
|
|
2214
|
+
initData(data?: object, skipSetPristine?: boolean, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
2147
2215
|
reset(): void;
|
|
2148
|
-
updateData(data?: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined): void;
|
|
2149
|
-
changeValue(name: string, value: any, changePristine?: boolean | undefined, force?: boolean | undefined, otherModifier?: ((data: Object) => void) | undefined): void;
|
|
2216
|
+
updateData(data?: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
2217
|
+
changeValue(name: string, value: any, changePristine?: boolean | undefined, force?: boolean | undefined, otherModifier?: ((data: Object) => void) | undefined, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
2150
2218
|
setCurrentAction(action: any, resolveDefinitions?: ((schema: any) => any) | undefined): void;
|
|
2151
2219
|
openDialog(ctx: any, additonal?: object | undefined, callback?: ((confirmed: boolean, values: any) => void) | undefined, scoped?: import("..").IScopedContext | undefined): void;
|
|
2152
2220
|
closeDialog(confirmed?: any, data?: any): void;
|
|
@@ -2208,10 +2276,10 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2208
2276
|
readonly pristineDiff: any;
|
|
2209
2277
|
} & {
|
|
2210
2278
|
setTopStore(value: any): void;
|
|
2211
|
-
initData(data?: object, skipSetPristine?: boolean): void;
|
|
2279
|
+
initData(data?: object, skipSetPristine?: boolean, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
2212
2280
|
reset(): void;
|
|
2213
|
-
updateData(data?: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined): void;
|
|
2214
|
-
changeValue(name: string, value: any, changePristine?: boolean | undefined, force?: boolean | undefined, otherModifier?: ((data: Object) => void) | undefined): void;
|
|
2281
|
+
updateData(data?: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
2282
|
+
changeValue(name: string, value: any, changePristine?: boolean | undefined, force?: boolean | undefined, otherModifier?: ((data: Object) => void) | undefined, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
2215
2283
|
setCurrentAction(action: any, resolveDefinitions?: ((schema: any) => any) | undefined): void;
|
|
2216
2284
|
openDialog(ctx: any, additonal?: object | undefined, callback?: ((confirmed: boolean, values: any) => void) | undefined, scoped?: import("..").IScopedContext | undefined): void;
|
|
2217
2285
|
closeDialog(confirmed?: any, data?: any): void;
|
|
@@ -2298,6 +2366,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2298
2366
|
rowIndex: any;
|
|
2299
2367
|
pagination: any;
|
|
2300
2368
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
2369
|
+
popOverOpen: boolean;
|
|
2370
|
+
popOverData: any;
|
|
2371
|
+
popOverSchema: any;
|
|
2301
2372
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2302
2373
|
readonly parentStore: any;
|
|
2303
2374
|
readonly __: any;
|
|
@@ -2398,6 +2469,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2398
2469
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
2399
2470
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
2400
2471
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
2472
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
2473
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
2401
2474
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
2402
2475
|
changeEmitedValue: (value: any) => void;
|
|
2403
2476
|
addSubFormItem: (item: {
|
|
@@ -2462,6 +2535,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2462
2535
|
rowIndex: any;
|
|
2463
2536
|
pagination: any;
|
|
2464
2537
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
2538
|
+
popOverOpen: boolean;
|
|
2539
|
+
popOverData: any;
|
|
2540
|
+
popOverSchema: any;
|
|
2465
2541
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2466
2542
|
readonly parentStore: any;
|
|
2467
2543
|
readonly __: any;
|
|
@@ -2548,6 +2624,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2548
2624
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
2549
2625
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
2550
2626
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
2627
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
2628
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
2629
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
2551
2630
|
}, {
|
|
2552
2631
|
readonly parentStore: any;
|
|
2553
2632
|
readonly __: any;
|
|
@@ -2638,6 +2717,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2638
2717
|
rowIndex: any;
|
|
2639
2718
|
pagination: any;
|
|
2640
2719
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
2720
|
+
popOverOpen: boolean;
|
|
2721
|
+
popOverData: any;
|
|
2722
|
+
popOverSchema: any;
|
|
2641
2723
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2642
2724
|
readonly parentStore: any;
|
|
2643
2725
|
readonly __: any;
|
|
@@ -2724,6 +2806,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2724
2806
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
2725
2807
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
2726
2808
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
2809
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
2810
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
2811
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
2727
2812
|
}, {
|
|
2728
2813
|
readonly parentStore: any;
|
|
2729
2814
|
readonly __: any;
|
|
@@ -2816,6 +2901,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2816
2901
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
2817
2902
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
2818
2903
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
2904
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
2905
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
2906
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
2819
2907
|
}, {
|
|
2820
2908
|
readonly parentStore: any;
|
|
2821
2909
|
readonly __: any;
|
|
@@ -2916,6 +3004,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2916
3004
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
2917
3005
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
2918
3006
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
3007
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
3008
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
2919
3009
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
2920
3010
|
changeEmitedValue: (value: any) => void;
|
|
2921
3011
|
addSubFormItem: (item: {
|
|
@@ -2980,6 +3070,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
2980
3070
|
rowIndex: any;
|
|
2981
3071
|
pagination: any;
|
|
2982
3072
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
3073
|
+
popOverOpen: boolean;
|
|
3074
|
+
popOverData: any;
|
|
3075
|
+
popOverSchema: any;
|
|
2983
3076
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2984
3077
|
readonly parentStore: any;
|
|
2985
3078
|
readonly __: any;
|
|
@@ -3066,6 +3159,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3066
3159
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
3067
3160
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
3068
3161
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
3162
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
3163
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
3164
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
3069
3165
|
}, {
|
|
3070
3166
|
readonly parentStore: any;
|
|
3071
3167
|
readonly __: any;
|
|
@@ -3156,6 +3252,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3156
3252
|
rowIndex: any;
|
|
3157
3253
|
pagination: any;
|
|
3158
3254
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
3255
|
+
popOverOpen: boolean;
|
|
3256
|
+
popOverData: any;
|
|
3257
|
+
popOverSchema: any;
|
|
3159
3258
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3160
3259
|
readonly parentStore: any;
|
|
3161
3260
|
readonly __: any;
|
|
@@ -3242,6 +3341,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3242
3341
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
3243
3342
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
3244
3343
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
3344
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
3345
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
3346
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
3245
3347
|
}, {
|
|
3246
3348
|
readonly parentStore: any;
|
|
3247
3349
|
readonly __: any;
|
|
@@ -3338,6 +3440,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3338
3440
|
rowIndex: any;
|
|
3339
3441
|
pagination: any;
|
|
3340
3442
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
3443
|
+
popOverOpen: boolean;
|
|
3444
|
+
popOverData: any;
|
|
3445
|
+
popOverSchema: any;
|
|
3341
3446
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3342
3447
|
readonly parentStore: any;
|
|
3343
3448
|
readonly __: any;
|
|
@@ -3438,6 +3543,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3438
3543
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
3439
3544
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
3440
3545
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
3546
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
3547
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
3441
3548
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
3442
3549
|
changeEmitedValue: (value: any) => void;
|
|
3443
3550
|
addSubFormItem: (item: {
|
|
@@ -3502,6 +3609,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3502
3609
|
rowIndex: any;
|
|
3503
3610
|
pagination: any;
|
|
3504
3611
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
3612
|
+
popOverOpen: boolean;
|
|
3613
|
+
popOverData: any;
|
|
3614
|
+
popOverSchema: any;
|
|
3505
3615
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3506
3616
|
readonly parentStore: any;
|
|
3507
3617
|
readonly __: any;
|
|
@@ -3588,6 +3698,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3588
3698
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
3589
3699
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
3590
3700
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
3701
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
3702
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
3703
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
3591
3704
|
}, {
|
|
3592
3705
|
readonly parentStore: any;
|
|
3593
3706
|
readonly __: any;
|
|
@@ -3678,6 +3791,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3678
3791
|
rowIndex: any;
|
|
3679
3792
|
pagination: any;
|
|
3680
3793
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
3794
|
+
popOverOpen: boolean;
|
|
3795
|
+
popOverData: any;
|
|
3796
|
+
popOverSchema: any;
|
|
3681
3797
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3682
3798
|
readonly parentStore: any;
|
|
3683
3799
|
readonly __: any;
|
|
@@ -3764,6 +3880,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3764
3880
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
3765
3881
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
3766
3882
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
3883
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
3884
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
3885
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
3767
3886
|
}, {
|
|
3768
3887
|
readonly parentStore: any;
|
|
3769
3888
|
readonly __: any;
|
|
@@ -3856,6 +3975,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3856
3975
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
3857
3976
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
3858
3977
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
3978
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
3979
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
3980
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
3859
3981
|
}, {
|
|
3860
3982
|
readonly parentStore: any;
|
|
3861
3983
|
readonly __: any;
|
|
@@ -3956,6 +4078,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
3956
4078
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
3957
4079
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
3958
4080
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
4081
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
4082
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
3959
4083
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
3960
4084
|
changeEmitedValue: (value: any) => void;
|
|
3961
4085
|
addSubFormItem: (item: {
|
|
@@ -4020,6 +4144,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4020
4144
|
rowIndex: any;
|
|
4021
4145
|
pagination: any;
|
|
4022
4146
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
4147
|
+
popOverOpen: boolean;
|
|
4148
|
+
popOverData: any;
|
|
4149
|
+
popOverSchema: any;
|
|
4023
4150
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4024
4151
|
readonly parentStore: any;
|
|
4025
4152
|
readonly __: any;
|
|
@@ -4106,6 +4233,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4106
4233
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
4107
4234
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
4108
4235
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
4236
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
4237
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
4238
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
4109
4239
|
}, {
|
|
4110
4240
|
readonly parentStore: any;
|
|
4111
4241
|
readonly __: any;
|
|
@@ -4196,6 +4326,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4196
4326
|
rowIndex: any;
|
|
4197
4327
|
pagination: any;
|
|
4198
4328
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
4329
|
+
popOverOpen: boolean;
|
|
4330
|
+
popOverData: any;
|
|
4331
|
+
popOverSchema: any;
|
|
4199
4332
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4200
4333
|
readonly parentStore: any;
|
|
4201
4334
|
readonly __: any;
|
|
@@ -4282,6 +4415,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4282
4415
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
4283
4416
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
4284
4417
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
4418
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
4419
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
4420
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
4285
4421
|
}, {
|
|
4286
4422
|
readonly parentStore: any;
|
|
4287
4423
|
readonly __: any;
|
|
@@ -4383,6 +4519,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4383
4519
|
rowIndex: any;
|
|
4384
4520
|
pagination: any;
|
|
4385
4521
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
4522
|
+
popOverOpen: boolean;
|
|
4523
|
+
popOverData: any;
|
|
4524
|
+
popOverSchema: any;
|
|
4386
4525
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4387
4526
|
readonly parentStore: any;
|
|
4388
4527
|
readonly __: any;
|
|
@@ -4483,6 +4622,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4483
4622
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
4484
4623
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
4485
4624
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
4625
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
4626
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
4486
4627
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
4487
4628
|
changeEmitedValue: (value: any) => void;
|
|
4488
4629
|
addSubFormItem: (item: {
|
|
@@ -4547,6 +4688,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4547
4688
|
rowIndex: any;
|
|
4548
4689
|
pagination: any;
|
|
4549
4690
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
4691
|
+
popOverOpen: boolean;
|
|
4692
|
+
popOverData: any;
|
|
4693
|
+
popOverSchema: any;
|
|
4550
4694
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4551
4695
|
readonly parentStore: any;
|
|
4552
4696
|
readonly __: any;
|
|
@@ -4633,6 +4777,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4633
4777
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
4634
4778
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
4635
4779
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
4780
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
4781
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
4782
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
4636
4783
|
}, {
|
|
4637
4784
|
readonly parentStore: any;
|
|
4638
4785
|
readonly __: any;
|
|
@@ -4723,6 +4870,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4723
4870
|
rowIndex: any;
|
|
4724
4871
|
pagination: any;
|
|
4725
4872
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
4873
|
+
popOverOpen: boolean;
|
|
4874
|
+
popOverData: any;
|
|
4875
|
+
popOverSchema: any;
|
|
4726
4876
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4727
4877
|
readonly parentStore: any;
|
|
4728
4878
|
readonly __: any;
|
|
@@ -4809,6 +4959,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4809
4959
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
4810
4960
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
4811
4961
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
4962
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
4963
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
4964
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
4812
4965
|
}, {
|
|
4813
4966
|
readonly parentStore: any;
|
|
4814
4967
|
readonly __: any;
|
|
@@ -4901,6 +5054,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
4901
5054
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
4902
5055
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
4903
5056
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
5057
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
5058
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
5059
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
4904
5060
|
}, {
|
|
4905
5061
|
readonly parentStore: any;
|
|
4906
5062
|
readonly __: any;
|
|
@@ -5001,6 +5157,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5001
5157
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
5002
5158
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
5003
5159
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
5160
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
5161
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
5004
5162
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
5005
5163
|
changeEmitedValue: (value: any) => void;
|
|
5006
5164
|
addSubFormItem: (item: {
|
|
@@ -5065,6 +5223,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5065
5223
|
rowIndex: any;
|
|
5066
5224
|
pagination: any;
|
|
5067
5225
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
5226
|
+
popOverOpen: boolean;
|
|
5227
|
+
popOverData: any;
|
|
5228
|
+
popOverSchema: any;
|
|
5068
5229
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
5069
5230
|
readonly parentStore: any;
|
|
5070
5231
|
readonly __: any;
|
|
@@ -5151,6 +5312,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5151
5312
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
5152
5313
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
5153
5314
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
5315
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
5316
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
5317
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
5154
5318
|
}, {
|
|
5155
5319
|
readonly parentStore: any;
|
|
5156
5320
|
readonly __: any;
|
|
@@ -5241,6 +5405,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5241
5405
|
rowIndex: any;
|
|
5242
5406
|
pagination: any;
|
|
5243
5407
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
5408
|
+
popOverOpen: boolean;
|
|
5409
|
+
popOverData: any;
|
|
5410
|
+
popOverSchema: any;
|
|
5244
5411
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
5245
5412
|
readonly parentStore: any;
|
|
5246
5413
|
readonly __: any;
|
|
@@ -5327,6 +5494,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5327
5494
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
5328
5495
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
5329
5496
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
5497
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
5498
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
5499
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
5330
5500
|
}, {
|
|
5331
5501
|
readonly parentStore: any;
|
|
5332
5502
|
readonly __: any;
|
|
@@ -5423,6 +5593,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5423
5593
|
rowIndex: any;
|
|
5424
5594
|
pagination: any;
|
|
5425
5595
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
5596
|
+
popOverOpen: boolean;
|
|
5597
|
+
popOverData: any;
|
|
5598
|
+
popOverSchema: any;
|
|
5426
5599
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
5427
5600
|
readonly parentStore: any;
|
|
5428
5601
|
readonly __: any;
|
|
@@ -5523,6 +5696,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5523
5696
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
5524
5697
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
5525
5698
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
5699
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
5700
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
5526
5701
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
5527
5702
|
changeEmitedValue: (value: any) => void;
|
|
5528
5703
|
addSubFormItem: (item: {
|
|
@@ -5587,6 +5762,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5587
5762
|
rowIndex: any;
|
|
5588
5763
|
pagination: any;
|
|
5589
5764
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
5765
|
+
popOverOpen: boolean;
|
|
5766
|
+
popOverData: any;
|
|
5767
|
+
popOverSchema: any;
|
|
5590
5768
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
5591
5769
|
readonly parentStore: any;
|
|
5592
5770
|
readonly __: any;
|
|
@@ -5673,6 +5851,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5673
5851
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
5674
5852
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
5675
5853
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
5854
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
5855
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
5856
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
5676
5857
|
}, {
|
|
5677
5858
|
readonly parentStore: any;
|
|
5678
5859
|
readonly __: any;
|
|
@@ -5763,6 +5944,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5763
5944
|
rowIndex: any;
|
|
5764
5945
|
pagination: any;
|
|
5765
5946
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
5947
|
+
popOverOpen: boolean;
|
|
5948
|
+
popOverData: any;
|
|
5949
|
+
popOverSchema: any;
|
|
5766
5950
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
5767
5951
|
readonly parentStore: any;
|
|
5768
5952
|
readonly __: any;
|
|
@@ -5849,6 +6033,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5849
6033
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
5850
6034
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
5851
6035
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
6036
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
6037
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
6038
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
5852
6039
|
}, {
|
|
5853
6040
|
readonly parentStore: any;
|
|
5854
6041
|
readonly __: any;
|
|
@@ -5941,6 +6128,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
5941
6128
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
5942
6129
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
5943
6130
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
6131
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
6132
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
6133
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
5944
6134
|
}, {
|
|
5945
6135
|
readonly parentStore: any;
|
|
5946
6136
|
readonly __: any;
|
|
@@ -6041,6 +6231,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6041
6231
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
6042
6232
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
6043
6233
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
6234
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
6235
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
6044
6236
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
6045
6237
|
changeEmitedValue: (value: any) => void;
|
|
6046
6238
|
addSubFormItem: (item: {
|
|
@@ -6105,6 +6297,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6105
6297
|
rowIndex: any;
|
|
6106
6298
|
pagination: any;
|
|
6107
6299
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6300
|
+
popOverOpen: boolean;
|
|
6301
|
+
popOverData: any;
|
|
6302
|
+
popOverSchema: any;
|
|
6108
6303
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6109
6304
|
readonly parentStore: any;
|
|
6110
6305
|
readonly __: any;
|
|
@@ -6191,6 +6386,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6191
6386
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6192
6387
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6193
6388
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
6389
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
6390
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
6391
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6194
6392
|
}, {
|
|
6195
6393
|
readonly parentStore: any;
|
|
6196
6394
|
readonly __: any;
|
|
@@ -6281,6 +6479,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6281
6479
|
rowIndex: any;
|
|
6282
6480
|
pagination: any;
|
|
6283
6481
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6482
|
+
popOverOpen: boolean;
|
|
6483
|
+
popOverData: any;
|
|
6484
|
+
popOverSchema: any;
|
|
6284
6485
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6285
6486
|
readonly parentStore: any;
|
|
6286
6487
|
readonly __: any;
|
|
@@ -6367,6 +6568,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6367
6568
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6368
6569
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6369
6570
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
6571
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
6572
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
6573
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6370
6574
|
}, {
|
|
6371
6575
|
readonly parentStore: any;
|
|
6372
6576
|
readonly __: any;
|
|
@@ -6463,6 +6667,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6463
6667
|
rowIndex: any;
|
|
6464
6668
|
pagination: any;
|
|
6465
6669
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6670
|
+
popOverOpen: boolean;
|
|
6671
|
+
popOverData: any;
|
|
6672
|
+
popOverSchema: any;
|
|
6466
6673
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6467
6674
|
readonly parentStore: any;
|
|
6468
6675
|
readonly __: any;
|
|
@@ -6563,6 +6770,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6563
6770
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
6564
6771
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
6565
6772
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
6773
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
6774
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
6566
6775
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
6567
6776
|
changeEmitedValue: (value: any) => void;
|
|
6568
6777
|
addSubFormItem: (item: {
|
|
@@ -6627,6 +6836,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6627
6836
|
rowIndex: any;
|
|
6628
6837
|
pagination: any;
|
|
6629
6838
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6839
|
+
popOverOpen: boolean;
|
|
6840
|
+
popOverData: any;
|
|
6841
|
+
popOverSchema: any;
|
|
6630
6842
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6631
6843
|
readonly parentStore: any;
|
|
6632
6844
|
readonly __: any;
|
|
@@ -6713,6 +6925,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6713
6925
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6714
6926
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6715
6927
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
6928
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
6929
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
6930
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6716
6931
|
}, {
|
|
6717
6932
|
readonly parentStore: any;
|
|
6718
6933
|
readonly __: any;
|
|
@@ -6803,6 +7018,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6803
7018
|
rowIndex: any;
|
|
6804
7019
|
pagination: any;
|
|
6805
7020
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
7021
|
+
popOverOpen: boolean;
|
|
7022
|
+
popOverData: any;
|
|
7023
|
+
popOverSchema: any;
|
|
6806
7024
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6807
7025
|
readonly parentStore: any;
|
|
6808
7026
|
readonly __: any;
|
|
@@ -6889,6 +7107,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6889
7107
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6890
7108
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6891
7109
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7110
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7111
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7112
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6892
7113
|
}, {
|
|
6893
7114
|
readonly parentStore: any;
|
|
6894
7115
|
readonly __: any;
|
|
@@ -6981,6 +7202,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
6981
7202
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6982
7203
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6983
7204
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7205
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7206
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7207
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6984
7208
|
}, {
|
|
6985
7209
|
readonly parentStore: any;
|
|
6986
7210
|
readonly __: any;
|
|
@@ -7081,6 +7305,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7081
7305
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
7082
7306
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7083
7307
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
7308
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7309
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
7084
7310
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
7085
7311
|
changeEmitedValue: (value: any) => void;
|
|
7086
7312
|
addSubFormItem: (item: {
|
|
@@ -7145,6 +7371,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7145
7371
|
rowIndex: any;
|
|
7146
7372
|
pagination: any;
|
|
7147
7373
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
7374
|
+
popOverOpen: boolean;
|
|
7375
|
+
popOverData: any;
|
|
7376
|
+
popOverSchema: any;
|
|
7148
7377
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7149
7378
|
readonly parentStore: any;
|
|
7150
7379
|
readonly __: any;
|
|
@@ -7231,6 +7460,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7231
7460
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7232
7461
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7233
7462
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7463
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7464
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7465
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7234
7466
|
}, {
|
|
7235
7467
|
readonly parentStore: any;
|
|
7236
7468
|
readonly __: any;
|
|
@@ -7321,6 +7553,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7321
7553
|
rowIndex: any;
|
|
7322
7554
|
pagination: any;
|
|
7323
7555
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
7556
|
+
popOverOpen: boolean;
|
|
7557
|
+
popOverData: any;
|
|
7558
|
+
popOverSchema: any;
|
|
7324
7559
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7325
7560
|
readonly parentStore: any;
|
|
7326
7561
|
readonly __: any;
|
|
@@ -7407,6 +7642,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7407
7642
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7408
7643
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7409
7644
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7645
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7646
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7647
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7410
7648
|
}, {
|
|
7411
7649
|
readonly parentStore: any;
|
|
7412
7650
|
readonly __: any;
|
|
@@ -7448,8 +7686,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7448
7686
|
readonly persistKey: string;
|
|
7449
7687
|
} & {
|
|
7450
7688
|
setInited: (value: boolean) => void;
|
|
7451
|
-
setValues: (values: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined) => void;
|
|
7452
|
-
setValueByName: (name: string, value: any, isPristine?: boolean, force?: boolean) => void;
|
|
7689
|
+
setValues: (values: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined, changeReason?: import("..").DataChangeReason | undefined) => void;
|
|
7690
|
+
setValueByName: (name: string, value: any, isPristine?: boolean, force?: boolean, changeReason?: import("..").DataChangeReason | undefined) => void;
|
|
7453
7691
|
trimValues: () => void;
|
|
7454
7692
|
submit: (fn?: ((values: object) => Promise<any>) | undefined, hooks?: (() => Promise<any>)[] | undefined, failedMessage?: string | undefined, validateErrCb?: (() => void) | undefined, throwErrors?: boolean | undefined) => Promise<any>;
|
|
7455
7693
|
validate: (hooks?: (() => Promise<any>)[] | undefined, forceValidate?: boolean | undefined, throwErrors?: boolean | undefined, failedMessage?: string | undefined, validateErrCb?: (() => void) | undefined) => Promise<boolean>;
|
|
@@ -7464,10 +7702,11 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7464
7702
|
reset: (cb?: ((data: any) => void) | undefined, resetData?: boolean) => void;
|
|
7465
7703
|
syncOptions: import("lodash").DebouncedFunc<() => void>;
|
|
7466
7704
|
setCanAccessSuperData: (value?: boolean) => void;
|
|
7467
|
-
deleteValueByName: (name: string) => void;
|
|
7705
|
+
deleteValueByName: (name: string, changeReason?: import("..").DataChangeReason | undefined) => void;
|
|
7468
7706
|
getLocalPersistData: () => void;
|
|
7469
7707
|
setLocalPersistData: (keys?: string[] | undefined) => void;
|
|
7470
7708
|
clearLocalPersistData: () => void;
|
|
7709
|
+
setPristine: (data: object) => void;
|
|
7471
7710
|
setPersistData: (value?: string) => void;
|
|
7472
7711
|
clear: (cb?: ((data: any) => void) | undefined) => void;
|
|
7473
7712
|
updateSavedData: () => void;
|
|
@@ -7535,10 +7774,10 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7535
7774
|
readonly pristineDiff: any;
|
|
7536
7775
|
} & {
|
|
7537
7776
|
setTopStore(value: any): void;
|
|
7538
|
-
initData(data?: object, skipSetPristine?: boolean): void;
|
|
7777
|
+
initData(data?: object, skipSetPristine?: boolean, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
7539
7778
|
reset(): void;
|
|
7540
|
-
updateData(data?: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined): void;
|
|
7541
|
-
changeValue(name: string, value: any, changePristine?: boolean | undefined, force?: boolean | undefined, otherModifier?: ((data: Object) => void) | undefined): void;
|
|
7779
|
+
updateData(data?: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
7780
|
+
changeValue(name: string, value: any, changePristine?: boolean | undefined, force?: boolean | undefined, otherModifier?: ((data: Object) => void) | undefined, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
7542
7781
|
setCurrentAction(action: any, resolveDefinitions?: ((schema: any) => any) | undefined): void;
|
|
7543
7782
|
openDialog(ctx: any, additonal?: object | undefined, callback?: ((confirmed: boolean, values: any) => void) | undefined, scoped?: import("..").IScopedContext | undefined): void;
|
|
7544
7783
|
closeDialog(confirmed?: any, data?: any): void;
|
|
@@ -7625,6 +7864,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7625
7864
|
rowIndex: any;
|
|
7626
7865
|
pagination: any;
|
|
7627
7866
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
7867
|
+
popOverOpen: boolean;
|
|
7868
|
+
popOverData: any;
|
|
7869
|
+
popOverSchema: any;
|
|
7628
7870
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7629
7871
|
readonly parentStore: any;
|
|
7630
7872
|
readonly __: any;
|
|
@@ -7725,6 +7967,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7725
7967
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
7726
7968
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7727
7969
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
7970
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7971
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
7728
7972
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
7729
7973
|
changeEmitedValue: (value: any) => void;
|
|
7730
7974
|
addSubFormItem: (item: {
|
|
@@ -7789,6 +8033,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7789
8033
|
rowIndex: any;
|
|
7790
8034
|
pagination: any;
|
|
7791
8035
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8036
|
+
popOverOpen: boolean;
|
|
8037
|
+
popOverData: any;
|
|
8038
|
+
popOverSchema: any;
|
|
7792
8039
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7793
8040
|
readonly parentStore: any;
|
|
7794
8041
|
readonly __: any;
|
|
@@ -7875,6 +8122,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7875
8122
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7876
8123
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7877
8124
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8125
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8126
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8127
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7878
8128
|
}, {
|
|
7879
8129
|
readonly parentStore: any;
|
|
7880
8130
|
readonly __: any;
|
|
@@ -7965,6 +8215,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7965
8215
|
rowIndex: any;
|
|
7966
8216
|
pagination: any;
|
|
7967
8217
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8218
|
+
popOverOpen: boolean;
|
|
8219
|
+
popOverData: any;
|
|
8220
|
+
popOverSchema: any;
|
|
7968
8221
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7969
8222
|
readonly parentStore: any;
|
|
7970
8223
|
readonly __: any;
|
|
@@ -8051,6 +8304,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8051
8304
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8052
8305
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8053
8306
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8307
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8308
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8309
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8054
8310
|
}, {
|
|
8055
8311
|
readonly parentStore: any;
|
|
8056
8312
|
readonly __: any;
|
|
@@ -8143,6 +8399,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8143
8399
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8144
8400
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8145
8401
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8402
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8403
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8404
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8146
8405
|
}, {
|
|
8147
8406
|
readonly parentStore: any;
|
|
8148
8407
|
readonly __: any;
|
|
@@ -8243,6 +8502,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8243
8502
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
8244
8503
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8245
8504
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
8505
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8506
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
8246
8507
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
8247
8508
|
changeEmitedValue: (value: any) => void;
|
|
8248
8509
|
addSubFormItem: (item: {
|
|
@@ -8307,6 +8568,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8307
8568
|
rowIndex: any;
|
|
8308
8569
|
pagination: any;
|
|
8309
8570
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8571
|
+
popOverOpen: boolean;
|
|
8572
|
+
popOverData: any;
|
|
8573
|
+
popOverSchema: any;
|
|
8310
8574
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8311
8575
|
readonly parentStore: any;
|
|
8312
8576
|
readonly __: any;
|
|
@@ -8393,6 +8657,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8393
8657
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8394
8658
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8395
8659
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8660
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8661
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8662
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8396
8663
|
}, {
|
|
8397
8664
|
readonly parentStore: any;
|
|
8398
8665
|
readonly __: any;
|
|
@@ -8483,6 +8750,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8483
8750
|
rowIndex: any;
|
|
8484
8751
|
pagination: any;
|
|
8485
8752
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8753
|
+
popOverOpen: boolean;
|
|
8754
|
+
popOverData: any;
|
|
8755
|
+
popOverSchema: any;
|
|
8486
8756
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8487
8757
|
readonly parentStore: any;
|
|
8488
8758
|
readonly __: any;
|
|
@@ -8569,6 +8839,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8569
8839
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8570
8840
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8571
8841
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8842
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8843
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8844
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8572
8845
|
}, {
|
|
8573
8846
|
readonly parentStore: any;
|
|
8574
8847
|
readonly __: any;
|
|
@@ -8665,6 +8938,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8665
8938
|
rowIndex: any;
|
|
8666
8939
|
pagination: any;
|
|
8667
8940
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8941
|
+
popOverOpen: boolean;
|
|
8942
|
+
popOverData: any;
|
|
8943
|
+
popOverSchema: any;
|
|
8668
8944
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8669
8945
|
readonly parentStore: any;
|
|
8670
8946
|
readonly __: any;
|
|
@@ -8765,6 +9041,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8765
9041
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
8766
9042
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8767
9043
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
9044
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9045
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
8768
9046
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
8769
9047
|
changeEmitedValue: (value: any) => void;
|
|
8770
9048
|
addSubFormItem: (item: {
|
|
@@ -8829,6 +9107,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8829
9107
|
rowIndex: any;
|
|
8830
9108
|
pagination: any;
|
|
8831
9109
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9110
|
+
popOverOpen: boolean;
|
|
9111
|
+
popOverData: any;
|
|
9112
|
+
popOverSchema: any;
|
|
8832
9113
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8833
9114
|
readonly parentStore: any;
|
|
8834
9115
|
readonly __: any;
|
|
@@ -8915,6 +9196,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8915
9196
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8916
9197
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8917
9198
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9199
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9200
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9201
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8918
9202
|
}, {
|
|
8919
9203
|
readonly parentStore: any;
|
|
8920
9204
|
readonly __: any;
|
|
@@ -9005,6 +9289,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9005
9289
|
rowIndex: any;
|
|
9006
9290
|
pagination: any;
|
|
9007
9291
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9292
|
+
popOverOpen: boolean;
|
|
9293
|
+
popOverData: any;
|
|
9294
|
+
popOverSchema: any;
|
|
9008
9295
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9009
9296
|
readonly parentStore: any;
|
|
9010
9297
|
readonly __: any;
|
|
@@ -9091,6 +9378,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9091
9378
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9092
9379
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9093
9380
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9381
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9382
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9383
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9094
9384
|
}, {
|
|
9095
9385
|
readonly parentStore: any;
|
|
9096
9386
|
readonly __: any;
|
|
@@ -9183,6 +9473,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9183
9473
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9184
9474
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9185
9475
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9476
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9477
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9478
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9186
9479
|
}, {
|
|
9187
9480
|
readonly parentStore: any;
|
|
9188
9481
|
readonly __: any;
|
|
@@ -9283,6 +9576,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9283
9576
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
9284
9577
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9285
9578
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
9579
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9580
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
9286
9581
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9287
9582
|
changeEmitedValue: (value: any) => void;
|
|
9288
9583
|
addSubFormItem: (item: {
|
|
@@ -9347,6 +9642,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9347
9642
|
rowIndex: any;
|
|
9348
9643
|
pagination: any;
|
|
9349
9644
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9645
|
+
popOverOpen: boolean;
|
|
9646
|
+
popOverData: any;
|
|
9647
|
+
popOverSchema: any;
|
|
9350
9648
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9351
9649
|
readonly parentStore: any;
|
|
9352
9650
|
readonly __: any;
|
|
@@ -9433,6 +9731,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9433
9731
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9434
9732
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9435
9733
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9734
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9735
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9736
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9436
9737
|
}, {
|
|
9437
9738
|
readonly parentStore: any;
|
|
9438
9739
|
readonly __: any;
|
|
@@ -9523,6 +9824,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9523
9824
|
rowIndex: any;
|
|
9524
9825
|
pagination: any;
|
|
9525
9826
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9827
|
+
popOverOpen: boolean;
|
|
9828
|
+
popOverData: any;
|
|
9829
|
+
popOverSchema: any;
|
|
9526
9830
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9527
9831
|
readonly parentStore: any;
|
|
9528
9832
|
readonly __: any;
|
|
@@ -9609,6 +9913,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9609
9913
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9610
9914
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9611
9915
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9916
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9917
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9918
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9612
9919
|
}, {
|
|
9613
9920
|
readonly parentStore: any;
|
|
9614
9921
|
readonly __: any;
|
|
@@ -9710,6 +10017,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9710
10017
|
rowIndex: any;
|
|
9711
10018
|
pagination: any;
|
|
9712
10019
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10020
|
+
popOverOpen: boolean;
|
|
10021
|
+
popOverData: any;
|
|
10022
|
+
popOverSchema: any;
|
|
9713
10023
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9714
10024
|
readonly parentStore: any;
|
|
9715
10025
|
readonly __: any;
|
|
@@ -9810,6 +10120,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9810
10120
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
9811
10121
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9812
10122
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
10123
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10124
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
9813
10125
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9814
10126
|
changeEmitedValue: (value: any) => void;
|
|
9815
10127
|
addSubFormItem: (item: {
|
|
@@ -9874,6 +10186,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9874
10186
|
rowIndex: any;
|
|
9875
10187
|
pagination: any;
|
|
9876
10188
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10189
|
+
popOverOpen: boolean;
|
|
10190
|
+
popOverData: any;
|
|
10191
|
+
popOverSchema: any;
|
|
9877
10192
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9878
10193
|
readonly parentStore: any;
|
|
9879
10194
|
readonly __: any;
|
|
@@ -9960,6 +10275,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9960
10275
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9961
10276
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9962
10277
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10278
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10279
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10280
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9963
10281
|
}, {
|
|
9964
10282
|
readonly parentStore: any;
|
|
9965
10283
|
readonly __: any;
|
|
@@ -10050,6 +10368,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10050
10368
|
rowIndex: any;
|
|
10051
10369
|
pagination: any;
|
|
10052
10370
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10371
|
+
popOverOpen: boolean;
|
|
10372
|
+
popOverData: any;
|
|
10373
|
+
popOverSchema: any;
|
|
10053
10374
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10054
10375
|
readonly parentStore: any;
|
|
10055
10376
|
readonly __: any;
|
|
@@ -10136,6 +10457,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10136
10457
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10137
10458
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10138
10459
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10460
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10461
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10462
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10139
10463
|
}, {
|
|
10140
10464
|
readonly parentStore: any;
|
|
10141
10465
|
readonly __: any;
|
|
@@ -10228,6 +10552,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10228
10552
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10229
10553
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10230
10554
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10555
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10556
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10557
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10231
10558
|
}, {
|
|
10232
10559
|
readonly parentStore: any;
|
|
10233
10560
|
readonly __: any;
|
|
@@ -10328,6 +10655,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10328
10655
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
10329
10656
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10330
10657
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
10658
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10659
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
10331
10660
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10332
10661
|
changeEmitedValue: (value: any) => void;
|
|
10333
10662
|
addSubFormItem: (item: {
|
|
@@ -10392,6 +10721,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10392
10721
|
rowIndex: any;
|
|
10393
10722
|
pagination: any;
|
|
10394
10723
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10724
|
+
popOverOpen: boolean;
|
|
10725
|
+
popOverData: any;
|
|
10726
|
+
popOverSchema: any;
|
|
10395
10727
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10396
10728
|
readonly parentStore: any;
|
|
10397
10729
|
readonly __: any;
|
|
@@ -10478,6 +10810,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10478
10810
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10479
10811
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10480
10812
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10813
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10814
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10815
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10481
10816
|
}, {
|
|
10482
10817
|
readonly parentStore: any;
|
|
10483
10818
|
readonly __: any;
|
|
@@ -10568,6 +10903,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10568
10903
|
rowIndex: any;
|
|
10569
10904
|
pagination: any;
|
|
10570
10905
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10906
|
+
popOverOpen: boolean;
|
|
10907
|
+
popOverData: any;
|
|
10908
|
+
popOverSchema: any;
|
|
10571
10909
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10572
10910
|
readonly parentStore: any;
|
|
10573
10911
|
readonly __: any;
|
|
@@ -10654,6 +10992,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10654
10992
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10655
10993
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10656
10994
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10995
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10996
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10997
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10657
10998
|
}, {
|
|
10658
10999
|
readonly parentStore: any;
|
|
10659
11000
|
readonly __: any;
|
|
@@ -10750,6 +11091,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10750
11091
|
rowIndex: any;
|
|
10751
11092
|
pagination: any;
|
|
10752
11093
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11094
|
+
popOverOpen: boolean;
|
|
11095
|
+
popOverData: any;
|
|
11096
|
+
popOverSchema: any;
|
|
10753
11097
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10754
11098
|
readonly parentStore: any;
|
|
10755
11099
|
readonly __: any;
|
|
@@ -10850,6 +11194,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10850
11194
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
10851
11195
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10852
11196
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
11197
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
11198
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
10853
11199
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10854
11200
|
changeEmitedValue: (value: any) => void;
|
|
10855
11201
|
addSubFormItem: (item: {
|
|
@@ -10914,6 +11260,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10914
11260
|
rowIndex: any;
|
|
10915
11261
|
pagination: any;
|
|
10916
11262
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11263
|
+
popOverOpen: boolean;
|
|
11264
|
+
popOverData: any;
|
|
11265
|
+
popOverSchema: any;
|
|
10917
11266
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10918
11267
|
readonly parentStore: any;
|
|
10919
11268
|
readonly __: any;
|
|
@@ -11000,6 +11349,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11000
11349
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
11001
11350
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
11002
11351
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
11352
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
11353
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
11354
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
11003
11355
|
}, {
|
|
11004
11356
|
readonly parentStore: any;
|
|
11005
11357
|
readonly __: any;
|
|
@@ -11090,6 +11442,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11090
11442
|
rowIndex: any;
|
|
11091
11443
|
pagination: any;
|
|
11092
11444
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11445
|
+
popOverOpen: boolean;
|
|
11446
|
+
popOverData: any;
|
|
11447
|
+
popOverSchema: any;
|
|
11093
11448
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11094
11449
|
readonly parentStore: any;
|
|
11095
11450
|
readonly __: any;
|
|
@@ -11176,6 +11531,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11176
11531
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
11177
11532
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
11178
11533
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
11534
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
11535
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
11536
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
11179
11537
|
}, {
|
|
11180
11538
|
readonly parentStore: any;
|
|
11181
11539
|
readonly __: any;
|
|
@@ -11268,6 +11626,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11268
11626
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
11269
11627
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
11270
11628
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
11629
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
11630
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
11631
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
11271
11632
|
}, {
|
|
11272
11633
|
readonly parentStore: any;
|
|
11273
11634
|
readonly __: any;
|
|
@@ -11368,6 +11729,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11368
11729
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
11369
11730
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
11370
11731
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
11732
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
11733
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
11371
11734
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
11372
11735
|
changeEmitedValue: (value: any) => void;
|
|
11373
11736
|
addSubFormItem: (item: {
|
|
@@ -11432,6 +11795,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11432
11795
|
rowIndex: any;
|
|
11433
11796
|
pagination: any;
|
|
11434
11797
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11798
|
+
popOverOpen: boolean;
|
|
11799
|
+
popOverData: any;
|
|
11800
|
+
popOverSchema: any;
|
|
11435
11801
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11436
11802
|
readonly parentStore: any;
|
|
11437
11803
|
readonly __: any;
|
|
@@ -11518,6 +11884,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11518
11884
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
11519
11885
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
11520
11886
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
11887
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
11888
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
11889
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
11521
11890
|
}, {
|
|
11522
11891
|
readonly parentStore: any;
|
|
11523
11892
|
readonly __: any;
|
|
@@ -11608,6 +11977,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11608
11977
|
rowIndex: any;
|
|
11609
11978
|
pagination: any;
|
|
11610
11979
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11980
|
+
popOverOpen: boolean;
|
|
11981
|
+
popOverData: any;
|
|
11982
|
+
popOverSchema: any;
|
|
11611
11983
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11612
11984
|
readonly parentStore: any;
|
|
11613
11985
|
readonly __: any;
|
|
@@ -11694,6 +12066,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11694
12066
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
11695
12067
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
11696
12068
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
12069
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
12070
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
12071
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
11697
12072
|
}, {
|
|
11698
12073
|
readonly parentStore: any;
|
|
11699
12074
|
readonly __: any;
|
|
@@ -11790,6 +12165,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11790
12165
|
rowIndex: any;
|
|
11791
12166
|
pagination: any;
|
|
11792
12167
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
12168
|
+
popOverOpen: boolean;
|
|
12169
|
+
popOverData: any;
|
|
12170
|
+
popOverSchema: any;
|
|
11793
12171
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11794
12172
|
readonly parentStore: any;
|
|
11795
12173
|
readonly __: any;
|
|
@@ -11890,6 +12268,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11890
12268
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
11891
12269
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
11892
12270
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
12271
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
12272
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
11893
12273
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
11894
12274
|
changeEmitedValue: (value: any) => void;
|
|
11895
12275
|
addSubFormItem: (item: {
|
|
@@ -11954,6 +12334,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11954
12334
|
rowIndex: any;
|
|
11955
12335
|
pagination: any;
|
|
11956
12336
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
12337
|
+
popOverOpen: boolean;
|
|
12338
|
+
popOverData: any;
|
|
12339
|
+
popOverSchema: any;
|
|
11957
12340
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11958
12341
|
readonly parentStore: any;
|
|
11959
12342
|
readonly __: any;
|
|
@@ -12040,6 +12423,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12040
12423
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
12041
12424
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
12042
12425
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
12426
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
12427
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
12428
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
12043
12429
|
}, {
|
|
12044
12430
|
readonly parentStore: any;
|
|
12045
12431
|
readonly __: any;
|
|
@@ -12130,6 +12516,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12130
12516
|
rowIndex: any;
|
|
12131
12517
|
pagination: any;
|
|
12132
12518
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
12519
|
+
popOverOpen: boolean;
|
|
12520
|
+
popOverData: any;
|
|
12521
|
+
popOverSchema: any;
|
|
12133
12522
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
12134
12523
|
readonly parentStore: any;
|
|
12135
12524
|
readonly __: any;
|
|
@@ -12216,6 +12605,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12216
12605
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
12217
12606
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
12218
12607
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
12608
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
12609
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
12610
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
12219
12611
|
}, {
|
|
12220
12612
|
readonly parentStore: any;
|
|
12221
12613
|
readonly __: any;
|
|
@@ -12308,6 +12700,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12308
12700
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
12309
12701
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
12310
12702
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
12703
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
12704
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
12705
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
12311
12706
|
}, {
|
|
12312
12707
|
readonly parentStore: any;
|
|
12313
12708
|
readonly __: any;
|
|
@@ -12408,6 +12803,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12408
12803
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
12409
12804
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
12410
12805
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
12806
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
12807
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
12411
12808
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
12412
12809
|
changeEmitedValue: (value: any) => void;
|
|
12413
12810
|
addSubFormItem: (item: {
|
|
@@ -12472,6 +12869,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12472
12869
|
rowIndex: any;
|
|
12473
12870
|
pagination: any;
|
|
12474
12871
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
12872
|
+
popOverOpen: boolean;
|
|
12873
|
+
popOverData: any;
|
|
12874
|
+
popOverSchema: any;
|
|
12475
12875
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
12476
12876
|
readonly parentStore: any;
|
|
12477
12877
|
readonly __: any;
|
|
@@ -12558,6 +12958,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12558
12958
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
12559
12959
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
12560
12960
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
12961
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
12962
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
12963
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
12561
12964
|
}, {
|
|
12562
12965
|
readonly parentStore: any;
|
|
12563
12966
|
readonly __: any;
|
|
@@ -12648,6 +13051,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12648
13051
|
rowIndex: any;
|
|
12649
13052
|
pagination: any;
|
|
12650
13053
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
13054
|
+
popOverOpen: boolean;
|
|
13055
|
+
popOverData: any;
|
|
13056
|
+
popOverSchema: any;
|
|
12651
13057
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
12652
13058
|
readonly parentStore: any;
|
|
12653
13059
|
readonly __: any;
|
|
@@ -12734,6 +13140,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12734
13140
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
12735
13141
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
12736
13142
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
13143
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
13144
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
13145
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
12737
13146
|
}, {
|
|
12738
13147
|
readonly parentStore: any;
|
|
12739
13148
|
readonly __: any;
|
|
@@ -12775,8 +13184,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12775
13184
|
readonly persistKey: string;
|
|
12776
13185
|
} & {
|
|
12777
13186
|
setInited: (value: boolean) => void;
|
|
12778
|
-
setValues: (values: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined) => void;
|
|
12779
|
-
setValueByName: (name: string, value: any, isPristine?: boolean, force?: boolean) => void;
|
|
13187
|
+
setValues: (values: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined, changeReason?: import("..").DataChangeReason | undefined) => void;
|
|
13188
|
+
setValueByName: (name: string, value: any, isPristine?: boolean, force?: boolean, changeReason?: import("..").DataChangeReason | undefined) => void;
|
|
12780
13189
|
trimValues: () => void;
|
|
12781
13190
|
submit: (fn?: ((values: object) => Promise<any>) | undefined, hooks?: (() => Promise<any>)[] | undefined, failedMessage?: string | undefined, validateErrCb?: (() => void) | undefined, throwErrors?: boolean | undefined) => Promise<any>;
|
|
12782
13191
|
validate: (hooks?: (() => Promise<any>)[] | undefined, forceValidate?: boolean | undefined, throwErrors?: boolean | undefined, failedMessage?: string | undefined, validateErrCb?: (() => void) | undefined) => Promise<boolean>;
|
|
@@ -12791,10 +13200,11 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12791
13200
|
reset: (cb?: ((data: any) => void) | undefined, resetData?: boolean) => void;
|
|
12792
13201
|
syncOptions: import("lodash").DebouncedFunc<() => void>;
|
|
12793
13202
|
setCanAccessSuperData: (value?: boolean) => void;
|
|
12794
|
-
deleteValueByName: (name: string) => void;
|
|
13203
|
+
deleteValueByName: (name: string, changeReason?: import("..").DataChangeReason | undefined) => void;
|
|
12795
13204
|
getLocalPersistData: () => void;
|
|
12796
13205
|
setLocalPersistData: (keys?: string[] | undefined) => void;
|
|
12797
13206
|
clearLocalPersistData: () => void;
|
|
13207
|
+
setPristine: (data: object) => void;
|
|
12798
13208
|
setPersistData: (value?: string) => void;
|
|
12799
13209
|
clear: (cb?: ((data: any) => void) | undefined) => void;
|
|
12800
13210
|
updateSavedData: () => void;
|