amis-core 6.7.0 → 6.8.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.js +1 -1
- package/esm/SchemaRenderer.d.ts +0 -1
- package/esm/SchemaRenderer.js +15 -6
- package/esm/Scoped.js +2 -1
- package/esm/StatusScoped.js +1 -1
- package/esm/WithRootStore.js +1 -1
- package/esm/WithStore.js +8 -8
- 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 +1 -1
- 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 +1 -1
- 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.js +1 -1
- package/esm/components/Overlay.js +2 -1
- package/esm/components/PopOver.js +2 -1
- package/esm/env.js +1 -1
- package/esm/envOverwrite.js +1 -1
- package/esm/factory.js +1 -1
- package/esm/index.js +2 -2
- package/esm/locale.js +2 -1
- package/esm/polyfills.js +1 -1
- package/esm/renderers/Form.js +42 -16
- package/esm/renderers/Item.d.ts +97 -12
- package/esm/renderers/Item.js +159 -120
- package/esm/renderers/Options.js +2 -1
- package/esm/renderers/Placeholder.js +1 -1
- package/esm/renderers/builtin.js +1 -1
- package/esm/renderers/register.js +1 -1
- package/esm/renderers/wrapControl.js +2 -1
- package/esm/store/app.js +2 -1
- package/esm/store/combo.d.ts +408 -0
- package/esm/store/combo.js +1 -1
- package/esm/store/crud.js +2 -1
- package/esm/store/form.d.ts +170 -0
- package/esm/store/form.js +2 -1
- package/esm/store/formItem.d.ts +5 -0
- package/esm/store/formItem.js +30 -8
- package/esm/store/iRenderer.js +2 -1
- package/esm/store/index.js +1 -1
- package/esm/store/list.js +1 -1
- package/esm/store/manager.js +1 -1
- package/esm/store/modal.js +1 -1
- package/esm/store/node.js +1 -1
- package/esm/store/pagination.js +2 -1
- package/esm/store/root.js +2 -1
- package/esm/store/service.js +2 -1
- package/esm/store/status.js +1 -1
- package/esm/store/table.d.ts +379 -21
- package/esm/store/table.js +84 -54
- package/esm/store/table2.js +1 -1
- package/esm/theme.js +1 -1
- package/esm/utils/Animation.js +1 -1
- package/esm/utils/ColorScale.js +1 -1
- package/esm/utils/DataSchema.js +1 -1
- package/esm/utils/DataScope.js +1 -1
- package/esm/utils/RootClose.js +1 -1
- package/esm/utils/SimpleMap.js +1 -1
- package/esm/utils/api.js +1 -1
- package/esm/utils/arraySlice.js +1 -1
- package/esm/utils/attachmentAdpator.js +1 -1
- package/esm/utils/autobind.js +1 -1
- package/esm/utils/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 +1 -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 +1 -1
- package/lib/SchemaRenderer.d.ts +0 -1
- package/lib/SchemaRenderer.js +15 -6
- package/lib/Scoped.js +2 -1
- package/lib/StatusScoped.js +1 -1
- package/lib/WithRootStore.js +1 -1
- package/lib/WithStore.js +8 -8
- 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 +1 -1
- 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 +1 -1
- 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.js +1 -1
- package/lib/components/Overlay.js +2 -1
- package/lib/components/PopOver.js +2 -1
- package/lib/env.js +1 -1
- package/lib/envOverwrite.js +1 -1
- package/lib/factory.js +1 -1
- package/lib/index.js +2 -2
- package/lib/locale.js +2 -1
- package/lib/polyfills.js +1 -1
- package/lib/renderers/Form.js +41 -15
- package/lib/renderers/Item.d.ts +98 -13
- package/lib/renderers/Item.js +158 -119
- package/lib/renderers/Options.js +2 -1
- package/lib/renderers/Placeholder.js +1 -1
- package/lib/renderers/builtin.js +1 -1
- package/lib/renderers/register.js +1 -1
- package/lib/renderers/wrapControl.js +2 -1
- package/lib/store/app.js +2 -1
- package/lib/store/combo.d.ts +408 -0
- package/lib/store/combo.js +1 -1
- package/lib/store/crud.js +2 -1
- package/lib/store/form.d.ts +170 -0
- package/lib/store/form.js +2 -1
- package/lib/store/formItem.d.ts +5 -0
- package/lib/store/formItem.js +30 -8
- package/lib/store/iRenderer.js +2 -1
- package/lib/store/index.js +1 -1
- package/lib/store/list.js +1 -1
- package/lib/store/manager.js +1 -1
- package/lib/store/modal.js +1 -1
- package/lib/store/node.js +1 -1
- package/lib/store/pagination.js +2 -1
- package/lib/store/root.js +2 -1
- package/lib/store/service.js +2 -1
- package/lib/store/status.js +1 -1
- package/lib/store/table.d.ts +379 -21
- package/lib/store/table.js +84 -54
- package/lib/store/table2.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/utils/Animation.js +1 -1
- package/lib/utils/ColorScale.js +1 -1
- package/lib/utils/DataSchema.js +1 -1
- package/lib/utils/DataScope.js +1 -1
- package/lib/utils/RootClose.js +1 -1
- package/lib/utils/SimpleMap.js +1 -1
- package/lib/utils/api.js +1 -1
- package/lib/utils/arraySlice.js +1 -1
- package/lib/utils/attachmentAdpator.js +1 -1
- package/lib/utils/autobind.js +1 -1
- package/lib/utils/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 +17 -3
- 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 +1 -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;
|
|
@@ -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;
|
|
@@ -7625,6 +7863,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7625
7863
|
rowIndex: any;
|
|
7626
7864
|
pagination: any;
|
|
7627
7865
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
7866
|
+
popOverOpen: boolean;
|
|
7867
|
+
popOverData: any;
|
|
7868
|
+
popOverSchema: any;
|
|
7628
7869
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7629
7870
|
readonly parentStore: any;
|
|
7630
7871
|
readonly __: any;
|
|
@@ -7725,6 +7966,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7725
7966
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
7726
7967
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7727
7968
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
7969
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7970
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
7728
7971
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
7729
7972
|
changeEmitedValue: (value: any) => void;
|
|
7730
7973
|
addSubFormItem: (item: {
|
|
@@ -7789,6 +8032,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7789
8032
|
rowIndex: any;
|
|
7790
8033
|
pagination: any;
|
|
7791
8034
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8035
|
+
popOverOpen: boolean;
|
|
8036
|
+
popOverData: any;
|
|
8037
|
+
popOverSchema: any;
|
|
7792
8038
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7793
8039
|
readonly parentStore: any;
|
|
7794
8040
|
readonly __: any;
|
|
@@ -7875,6 +8121,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7875
8121
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7876
8122
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7877
8123
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8124
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8125
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8126
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7878
8127
|
}, {
|
|
7879
8128
|
readonly parentStore: any;
|
|
7880
8129
|
readonly __: any;
|
|
@@ -7965,6 +8214,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
7965
8214
|
rowIndex: any;
|
|
7966
8215
|
pagination: any;
|
|
7967
8216
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8217
|
+
popOverOpen: boolean;
|
|
8218
|
+
popOverData: any;
|
|
8219
|
+
popOverSchema: any;
|
|
7968
8220
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7969
8221
|
readonly parentStore: any;
|
|
7970
8222
|
readonly __: any;
|
|
@@ -8051,6 +8303,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8051
8303
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8052
8304
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8053
8305
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8306
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8307
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8308
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8054
8309
|
}, {
|
|
8055
8310
|
readonly parentStore: any;
|
|
8056
8311
|
readonly __: any;
|
|
@@ -8143,6 +8398,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8143
8398
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8144
8399
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8145
8400
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8401
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8402
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8403
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8146
8404
|
}, {
|
|
8147
8405
|
readonly parentStore: any;
|
|
8148
8406
|
readonly __: any;
|
|
@@ -8243,6 +8501,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8243
8501
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
8244
8502
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8245
8503
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
8504
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8505
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
8246
8506
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
8247
8507
|
changeEmitedValue: (value: any) => void;
|
|
8248
8508
|
addSubFormItem: (item: {
|
|
@@ -8307,6 +8567,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8307
8567
|
rowIndex: any;
|
|
8308
8568
|
pagination: any;
|
|
8309
8569
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8570
|
+
popOverOpen: boolean;
|
|
8571
|
+
popOverData: any;
|
|
8572
|
+
popOverSchema: any;
|
|
8310
8573
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8311
8574
|
readonly parentStore: any;
|
|
8312
8575
|
readonly __: any;
|
|
@@ -8393,6 +8656,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8393
8656
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8394
8657
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8395
8658
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8659
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8660
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8661
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8396
8662
|
}, {
|
|
8397
8663
|
readonly parentStore: any;
|
|
8398
8664
|
readonly __: any;
|
|
@@ -8483,6 +8749,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8483
8749
|
rowIndex: any;
|
|
8484
8750
|
pagination: any;
|
|
8485
8751
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8752
|
+
popOverOpen: boolean;
|
|
8753
|
+
popOverData: any;
|
|
8754
|
+
popOverSchema: any;
|
|
8486
8755
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8487
8756
|
readonly parentStore: any;
|
|
8488
8757
|
readonly __: any;
|
|
@@ -8569,6 +8838,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8569
8838
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8570
8839
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8571
8840
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8841
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8842
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8843
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8572
8844
|
}, {
|
|
8573
8845
|
readonly parentStore: any;
|
|
8574
8846
|
readonly __: any;
|
|
@@ -8665,6 +8937,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8665
8937
|
rowIndex: any;
|
|
8666
8938
|
pagination: any;
|
|
8667
8939
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8940
|
+
popOverOpen: boolean;
|
|
8941
|
+
popOverData: any;
|
|
8942
|
+
popOverSchema: any;
|
|
8668
8943
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8669
8944
|
readonly parentStore: any;
|
|
8670
8945
|
readonly __: any;
|
|
@@ -8765,6 +9040,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8765
9040
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
8766
9041
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8767
9042
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
9043
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9044
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
8768
9045
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
8769
9046
|
changeEmitedValue: (value: any) => void;
|
|
8770
9047
|
addSubFormItem: (item: {
|
|
@@ -8829,6 +9106,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8829
9106
|
rowIndex: any;
|
|
8830
9107
|
pagination: any;
|
|
8831
9108
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9109
|
+
popOverOpen: boolean;
|
|
9110
|
+
popOverData: any;
|
|
9111
|
+
popOverSchema: any;
|
|
8832
9112
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8833
9113
|
readonly parentStore: any;
|
|
8834
9114
|
readonly __: any;
|
|
@@ -8915,6 +9195,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
8915
9195
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8916
9196
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8917
9197
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9198
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9199
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9200
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8918
9201
|
}, {
|
|
8919
9202
|
readonly parentStore: any;
|
|
8920
9203
|
readonly __: any;
|
|
@@ -9005,6 +9288,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9005
9288
|
rowIndex: any;
|
|
9006
9289
|
pagination: any;
|
|
9007
9290
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9291
|
+
popOverOpen: boolean;
|
|
9292
|
+
popOverData: any;
|
|
9293
|
+
popOverSchema: any;
|
|
9008
9294
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9009
9295
|
readonly parentStore: any;
|
|
9010
9296
|
readonly __: any;
|
|
@@ -9091,6 +9377,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9091
9377
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9092
9378
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9093
9379
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9380
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9381
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9382
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9094
9383
|
}, {
|
|
9095
9384
|
readonly parentStore: any;
|
|
9096
9385
|
readonly __: any;
|
|
@@ -9183,6 +9472,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9183
9472
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9184
9473
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9185
9474
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9475
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9476
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9477
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9186
9478
|
}, {
|
|
9187
9479
|
readonly parentStore: any;
|
|
9188
9480
|
readonly __: any;
|
|
@@ -9283,6 +9575,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9283
9575
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
9284
9576
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9285
9577
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
9578
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9579
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
9286
9580
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9287
9581
|
changeEmitedValue: (value: any) => void;
|
|
9288
9582
|
addSubFormItem: (item: {
|
|
@@ -9347,6 +9641,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9347
9641
|
rowIndex: any;
|
|
9348
9642
|
pagination: any;
|
|
9349
9643
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9644
|
+
popOverOpen: boolean;
|
|
9645
|
+
popOverData: any;
|
|
9646
|
+
popOverSchema: any;
|
|
9350
9647
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9351
9648
|
readonly parentStore: any;
|
|
9352
9649
|
readonly __: any;
|
|
@@ -9433,6 +9730,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9433
9730
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9434
9731
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9435
9732
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9733
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9734
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9735
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9436
9736
|
}, {
|
|
9437
9737
|
readonly parentStore: any;
|
|
9438
9738
|
readonly __: any;
|
|
@@ -9523,6 +9823,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9523
9823
|
rowIndex: any;
|
|
9524
9824
|
pagination: any;
|
|
9525
9825
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9826
|
+
popOverOpen: boolean;
|
|
9827
|
+
popOverData: any;
|
|
9828
|
+
popOverSchema: any;
|
|
9526
9829
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9527
9830
|
readonly parentStore: any;
|
|
9528
9831
|
readonly __: any;
|
|
@@ -9609,6 +9912,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9609
9912
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9610
9913
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9611
9914
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9915
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9916
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9917
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9612
9918
|
}, {
|
|
9613
9919
|
readonly parentStore: any;
|
|
9614
9920
|
readonly __: any;
|
|
@@ -9710,6 +10016,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9710
10016
|
rowIndex: any;
|
|
9711
10017
|
pagination: any;
|
|
9712
10018
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10019
|
+
popOverOpen: boolean;
|
|
10020
|
+
popOverData: any;
|
|
10021
|
+
popOverSchema: any;
|
|
9713
10022
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9714
10023
|
readonly parentStore: any;
|
|
9715
10024
|
readonly __: any;
|
|
@@ -9810,6 +10119,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9810
10119
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
9811
10120
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9812
10121
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
10122
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10123
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
9813
10124
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9814
10125
|
changeEmitedValue: (value: any) => void;
|
|
9815
10126
|
addSubFormItem: (item: {
|
|
@@ -9874,6 +10185,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9874
10185
|
rowIndex: any;
|
|
9875
10186
|
pagination: any;
|
|
9876
10187
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10188
|
+
popOverOpen: boolean;
|
|
10189
|
+
popOverData: any;
|
|
10190
|
+
popOverSchema: any;
|
|
9877
10191
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9878
10192
|
readonly parentStore: any;
|
|
9879
10193
|
readonly __: any;
|
|
@@ -9960,6 +10274,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
9960
10274
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9961
10275
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9962
10276
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10277
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10278
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10279
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9963
10280
|
}, {
|
|
9964
10281
|
readonly parentStore: any;
|
|
9965
10282
|
readonly __: any;
|
|
@@ -10050,6 +10367,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10050
10367
|
rowIndex: any;
|
|
10051
10368
|
pagination: any;
|
|
10052
10369
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10370
|
+
popOverOpen: boolean;
|
|
10371
|
+
popOverData: any;
|
|
10372
|
+
popOverSchema: any;
|
|
10053
10373
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10054
10374
|
readonly parentStore: any;
|
|
10055
10375
|
readonly __: any;
|
|
@@ -10136,6 +10456,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10136
10456
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10137
10457
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10138
10458
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10459
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10460
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10461
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10139
10462
|
}, {
|
|
10140
10463
|
readonly parentStore: any;
|
|
10141
10464
|
readonly __: any;
|
|
@@ -10228,6 +10551,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10228
10551
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10229
10552
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10230
10553
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10554
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10555
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10556
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10231
10557
|
}, {
|
|
10232
10558
|
readonly parentStore: any;
|
|
10233
10559
|
readonly __: any;
|
|
@@ -10328,6 +10654,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10328
10654
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
10329
10655
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10330
10656
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
10657
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10658
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
10331
10659
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10332
10660
|
changeEmitedValue: (value: any) => void;
|
|
10333
10661
|
addSubFormItem: (item: {
|
|
@@ -10392,6 +10720,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10392
10720
|
rowIndex: any;
|
|
10393
10721
|
pagination: any;
|
|
10394
10722
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10723
|
+
popOverOpen: boolean;
|
|
10724
|
+
popOverData: any;
|
|
10725
|
+
popOverSchema: any;
|
|
10395
10726
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10396
10727
|
readonly parentStore: any;
|
|
10397
10728
|
readonly __: any;
|
|
@@ -10478,6 +10809,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10478
10809
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10479
10810
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10480
10811
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10812
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10813
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10814
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10481
10815
|
}, {
|
|
10482
10816
|
readonly parentStore: any;
|
|
10483
10817
|
readonly __: any;
|
|
@@ -10568,6 +10902,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10568
10902
|
rowIndex: any;
|
|
10569
10903
|
pagination: any;
|
|
10570
10904
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10905
|
+
popOverOpen: boolean;
|
|
10906
|
+
popOverData: any;
|
|
10907
|
+
popOverSchema: any;
|
|
10571
10908
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10572
10909
|
readonly parentStore: any;
|
|
10573
10910
|
readonly __: any;
|
|
@@ -10654,6 +10991,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10654
10991
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10655
10992
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10656
10993
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10994
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10995
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10996
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10657
10997
|
}, {
|
|
10658
10998
|
readonly parentStore: any;
|
|
10659
10999
|
readonly __: any;
|
|
@@ -10750,6 +11090,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10750
11090
|
rowIndex: any;
|
|
10751
11091
|
pagination: any;
|
|
10752
11092
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11093
|
+
popOverOpen: boolean;
|
|
11094
|
+
popOverData: any;
|
|
11095
|
+
popOverSchema: any;
|
|
10753
11096
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10754
11097
|
readonly parentStore: any;
|
|
10755
11098
|
readonly __: any;
|
|
@@ -10850,6 +11193,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10850
11193
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
10851
11194
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10852
11195
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
11196
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
11197
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
10853
11198
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10854
11199
|
changeEmitedValue: (value: any) => void;
|
|
10855
11200
|
addSubFormItem: (item: {
|
|
@@ -10914,6 +11259,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
10914
11259
|
rowIndex: any;
|
|
10915
11260
|
pagination: any;
|
|
10916
11261
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11262
|
+
popOverOpen: boolean;
|
|
11263
|
+
popOverData: any;
|
|
11264
|
+
popOverSchema: any;
|
|
10917
11265
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10918
11266
|
readonly parentStore: any;
|
|
10919
11267
|
readonly __: any;
|
|
@@ -11000,6 +11348,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11000
11348
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
11001
11349
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
11002
11350
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
11351
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
11352
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
11353
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
11003
11354
|
}, {
|
|
11004
11355
|
readonly parentStore: any;
|
|
11005
11356
|
readonly __: any;
|
|
@@ -11090,6 +11441,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11090
11441
|
rowIndex: any;
|
|
11091
11442
|
pagination: any;
|
|
11092
11443
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11444
|
+
popOverOpen: boolean;
|
|
11445
|
+
popOverData: any;
|
|
11446
|
+
popOverSchema: any;
|
|
11093
11447
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11094
11448
|
readonly parentStore: any;
|
|
11095
11449
|
readonly __: any;
|
|
@@ -11176,6 +11530,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11176
11530
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
11177
11531
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
11178
11532
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
11533
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
11534
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
11535
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
11179
11536
|
}, {
|
|
11180
11537
|
readonly parentStore: any;
|
|
11181
11538
|
readonly __: any;
|
|
@@ -11268,6 +11625,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11268
11625
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
11269
11626
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
11270
11627
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
11628
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
11629
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
11630
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
11271
11631
|
}, {
|
|
11272
11632
|
readonly parentStore: any;
|
|
11273
11633
|
readonly __: any;
|
|
@@ -11368,6 +11728,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11368
11728
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
11369
11729
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
11370
11730
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
11731
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
11732
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
11371
11733
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
11372
11734
|
changeEmitedValue: (value: any) => void;
|
|
11373
11735
|
addSubFormItem: (item: {
|
|
@@ -11432,6 +11794,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11432
11794
|
rowIndex: any;
|
|
11433
11795
|
pagination: any;
|
|
11434
11796
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11797
|
+
popOverOpen: boolean;
|
|
11798
|
+
popOverData: any;
|
|
11799
|
+
popOverSchema: any;
|
|
11435
11800
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11436
11801
|
readonly parentStore: any;
|
|
11437
11802
|
readonly __: any;
|
|
@@ -11518,6 +11883,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11518
11883
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
11519
11884
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
11520
11885
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
11886
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
11887
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
11888
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
11521
11889
|
}, {
|
|
11522
11890
|
readonly parentStore: any;
|
|
11523
11891
|
readonly __: any;
|
|
@@ -11608,6 +11976,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11608
11976
|
rowIndex: any;
|
|
11609
11977
|
pagination: any;
|
|
11610
11978
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11979
|
+
popOverOpen: boolean;
|
|
11980
|
+
popOverData: any;
|
|
11981
|
+
popOverSchema: any;
|
|
11611
11982
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11612
11983
|
readonly parentStore: any;
|
|
11613
11984
|
readonly __: any;
|
|
@@ -11694,6 +12065,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11694
12065
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
11695
12066
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
11696
12067
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
12068
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
12069
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
12070
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
11697
12071
|
}, {
|
|
11698
12072
|
readonly parentStore: any;
|
|
11699
12073
|
readonly __: any;
|
|
@@ -11790,6 +12164,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11790
12164
|
rowIndex: any;
|
|
11791
12165
|
pagination: any;
|
|
11792
12166
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
12167
|
+
popOverOpen: boolean;
|
|
12168
|
+
popOverData: any;
|
|
12169
|
+
popOverSchema: any;
|
|
11793
12170
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11794
12171
|
readonly parentStore: any;
|
|
11795
12172
|
readonly __: any;
|
|
@@ -11890,6 +12267,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11890
12267
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
11891
12268
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
11892
12269
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
12270
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
12271
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
11893
12272
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
11894
12273
|
changeEmitedValue: (value: any) => void;
|
|
11895
12274
|
addSubFormItem: (item: {
|
|
@@ -11954,6 +12333,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
11954
12333
|
rowIndex: any;
|
|
11955
12334
|
pagination: any;
|
|
11956
12335
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
12336
|
+
popOverOpen: boolean;
|
|
12337
|
+
popOverData: any;
|
|
12338
|
+
popOverSchema: any;
|
|
11957
12339
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11958
12340
|
readonly parentStore: any;
|
|
11959
12341
|
readonly __: any;
|
|
@@ -12040,6 +12422,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12040
12422
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
12041
12423
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
12042
12424
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
12425
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
12426
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
12427
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
12043
12428
|
}, {
|
|
12044
12429
|
readonly parentStore: any;
|
|
12045
12430
|
readonly __: any;
|
|
@@ -12130,6 +12515,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12130
12515
|
rowIndex: any;
|
|
12131
12516
|
pagination: any;
|
|
12132
12517
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
12518
|
+
popOverOpen: boolean;
|
|
12519
|
+
popOverData: any;
|
|
12520
|
+
popOverSchema: any;
|
|
12133
12521
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
12134
12522
|
readonly parentStore: any;
|
|
12135
12523
|
readonly __: any;
|
|
@@ -12216,6 +12604,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12216
12604
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
12217
12605
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
12218
12606
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
12607
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
12608
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
12609
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
12219
12610
|
}, {
|
|
12220
12611
|
readonly parentStore: any;
|
|
12221
12612
|
readonly __: any;
|
|
@@ -12308,6 +12699,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12308
12699
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
12309
12700
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
12310
12701
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
12702
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
12703
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
12704
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
12311
12705
|
}, {
|
|
12312
12706
|
readonly parentStore: any;
|
|
12313
12707
|
readonly __: any;
|
|
@@ -12408,6 +12802,8 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12408
12802
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
12409
12803
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
12410
12804
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
12805
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
12806
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
12411
12807
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
12412
12808
|
changeEmitedValue: (value: any) => void;
|
|
12413
12809
|
addSubFormItem: (item: {
|
|
@@ -12472,6 +12868,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12472
12868
|
rowIndex: any;
|
|
12473
12869
|
pagination: any;
|
|
12474
12870
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
12871
|
+
popOverOpen: boolean;
|
|
12872
|
+
popOverData: any;
|
|
12873
|
+
popOverSchema: any;
|
|
12475
12874
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
12476
12875
|
readonly parentStore: any;
|
|
12477
12876
|
readonly __: any;
|
|
@@ -12558,6 +12957,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12558
12957
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
12559
12958
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
12560
12959
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
12960
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
12961
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
12962
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
12561
12963
|
}, {
|
|
12562
12964
|
readonly parentStore: any;
|
|
12563
12965
|
readonly __: any;
|
|
@@ -12648,6 +13050,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12648
13050
|
rowIndex: any;
|
|
12649
13051
|
pagination: any;
|
|
12650
13052
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
13053
|
+
popOverOpen: boolean;
|
|
13054
|
+
popOverData: any;
|
|
13055
|
+
popOverSchema: any;
|
|
12651
13056
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
12652
13057
|
readonly parentStore: any;
|
|
12653
13058
|
readonly __: any;
|
|
@@ -12734,6 +13139,9 @@ export declare const ComboStore: import("mobx-state-tree").IModelType<{
|
|
|
12734
13139
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
12735
13140
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
12736
13141
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
13142
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
13143
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
13144
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
12737
13145
|
}, {
|
|
12738
13146
|
readonly parentStore: any;
|
|
12739
13147
|
readonly __: any;
|