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/table.d.ts
CHANGED
|
@@ -33,10 +33,11 @@ export declare const Column: import("mobx-state-tree").IModelType<{
|
|
|
33
33
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
34
34
|
}, {
|
|
35
35
|
readonly isPrimary: boolean;
|
|
36
|
+
readonly columnKey: any;
|
|
36
37
|
} & {
|
|
37
38
|
toggleToggle(min?: number): void;
|
|
38
39
|
setToggled(value: boolean): void;
|
|
39
|
-
setEnableSearch(value: boolean): void;
|
|
40
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
40
41
|
setMinWidth(value: number): void;
|
|
41
42
|
setWidth(value: number): void;
|
|
42
43
|
setRealWidth(value: number): void;
|
|
@@ -154,15 +155,15 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
154
155
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
155
156
|
}, {
|
|
156
157
|
readonly isPrimary: boolean;
|
|
158
|
+
readonly columnKey: any;
|
|
157
159
|
} & {
|
|
158
160
|
toggleToggle(min?: number): void;
|
|
159
161
|
setToggled(value: boolean): void;
|
|
160
|
-
setEnableSearch(value: boolean): void;
|
|
162
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
161
163
|
setMinWidth(value: number): void;
|
|
162
164
|
setWidth(value: number): void;
|
|
163
165
|
setRealWidth(value: number): void;
|
|
164
166
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
165
|
-
columnsKey: import("mobx-state-tree").IType<string | undefined, string, string>;
|
|
166
167
|
rows: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
167
168
|
storeType: import("mobx-state-tree").IType<string | undefined, string, string>;
|
|
168
169
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -343,6 +344,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
343
344
|
getDrawerScoped(): import("..").IScopedContext | null;
|
|
344
345
|
} & {
|
|
345
346
|
getSelectionUpperLimit: () => number;
|
|
347
|
+
readonly columnsKey: string;
|
|
346
348
|
readonly columnsData: ({
|
|
347
349
|
label: any;
|
|
348
350
|
type: string;
|
|
@@ -370,10 +372,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
370
372
|
className: any;
|
|
371
373
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
372
374
|
readonly isPrimary: boolean;
|
|
375
|
+
readonly columnKey: any;
|
|
373
376
|
} & {
|
|
374
377
|
toggleToggle(min?: number): void;
|
|
375
378
|
setToggled(value: boolean): void;
|
|
376
|
-
setEnableSearch(value: boolean): void;
|
|
379
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
377
380
|
setMinWidth(value: number): void;
|
|
378
381
|
setWidth(value: number): void;
|
|
379
382
|
setRealWidth(value: number): void;
|
|
@@ -404,10 +407,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
404
407
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
405
408
|
}, {
|
|
406
409
|
readonly isPrimary: boolean;
|
|
410
|
+
readonly columnKey: any;
|
|
407
411
|
} & {
|
|
408
412
|
toggleToggle(min?: number): void;
|
|
409
413
|
setToggled(value: boolean): void;
|
|
410
|
-
setEnableSearch(value: boolean): void;
|
|
414
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
411
415
|
setMinWidth(value: number): void;
|
|
412
416
|
setWidth(value: number): void;
|
|
413
417
|
setRealWidth(value: number): void;
|
|
@@ -556,6 +560,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
556
560
|
rowIndex: any;
|
|
557
561
|
pagination: any;
|
|
558
562
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
563
|
+
popOverOpen: boolean;
|
|
564
|
+
popOverData: any;
|
|
565
|
+
popOverSchema: any;
|
|
559
566
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
560
567
|
readonly parentStore: any;
|
|
561
568
|
readonly __: any;
|
|
@@ -656,6 +663,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
656
663
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
657
664
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
658
665
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
666
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
667
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
659
668
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
660
669
|
changeEmitedValue: (value: any) => void;
|
|
661
670
|
addSubFormItem: (item: {
|
|
@@ -720,6 +729,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
720
729
|
rowIndex: any;
|
|
721
730
|
pagination: any;
|
|
722
731
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
732
|
+
popOverOpen: boolean;
|
|
733
|
+
popOverData: any;
|
|
734
|
+
popOverSchema: any;
|
|
723
735
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
724
736
|
readonly parentStore: any;
|
|
725
737
|
readonly __: any;
|
|
@@ -806,6 +818,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
806
818
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
807
819
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
808
820
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
821
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
822
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
823
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
809
824
|
}, {
|
|
810
825
|
readonly parentStore: any;
|
|
811
826
|
readonly __: any;
|
|
@@ -896,6 +911,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
896
911
|
rowIndex: any;
|
|
897
912
|
pagination: any;
|
|
898
913
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
914
|
+
popOverOpen: boolean;
|
|
915
|
+
popOverData: any;
|
|
916
|
+
popOverSchema: any;
|
|
899
917
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
900
918
|
readonly parentStore: any;
|
|
901
919
|
readonly __: any;
|
|
@@ -982,6 +1000,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
982
1000
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
983
1001
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
984
1002
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
1003
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
1004
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
1005
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
985
1006
|
}, {
|
|
986
1007
|
readonly parentStore: any;
|
|
987
1008
|
readonly __: any;
|
|
@@ -1074,6 +1095,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
1074
1095
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
1075
1096
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
1076
1097
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
1098
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
1099
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
1100
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
1077
1101
|
}, {
|
|
1078
1102
|
readonly parentStore: any;
|
|
1079
1103
|
readonly __: any;
|
|
@@ -1174,6 +1198,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
1174
1198
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
1175
1199
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
1176
1200
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
1201
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
1202
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
1177
1203
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
1178
1204
|
changeEmitedValue: (value: any) => void;
|
|
1179
1205
|
addSubFormItem: (item: {
|
|
@@ -1238,6 +1264,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
1238
1264
|
rowIndex: any;
|
|
1239
1265
|
pagination: any;
|
|
1240
1266
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
1267
|
+
popOverOpen: boolean;
|
|
1268
|
+
popOverData: any;
|
|
1269
|
+
popOverSchema: any;
|
|
1241
1270
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1242
1271
|
readonly parentStore: any;
|
|
1243
1272
|
readonly __: any;
|
|
@@ -1324,6 +1353,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
1324
1353
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
1325
1354
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
1326
1355
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
1356
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
1357
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
1358
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
1327
1359
|
}, {
|
|
1328
1360
|
readonly parentStore: any;
|
|
1329
1361
|
readonly __: any;
|
|
@@ -1414,6 +1446,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
1414
1446
|
rowIndex: any;
|
|
1415
1447
|
pagination: any;
|
|
1416
1448
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
1449
|
+
popOverOpen: boolean;
|
|
1450
|
+
popOverData: any;
|
|
1451
|
+
popOverSchema: any;
|
|
1417
1452
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1418
1453
|
readonly parentStore: any;
|
|
1419
1454
|
readonly __: any;
|
|
@@ -1500,6 +1535,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
1500
1535
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
1501
1536
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
1502
1537
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
1538
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
1539
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
1540
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
1503
1541
|
}, {
|
|
1504
1542
|
readonly parentStore: any;
|
|
1505
1543
|
readonly __: any;
|
|
@@ -1596,6 +1634,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
1596
1634
|
rowIndex: any;
|
|
1597
1635
|
pagination: any;
|
|
1598
1636
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
1637
|
+
popOverOpen: boolean;
|
|
1638
|
+
popOverData: any;
|
|
1639
|
+
popOverSchema: any;
|
|
1599
1640
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1600
1641
|
readonly parentStore: any;
|
|
1601
1642
|
readonly __: any;
|
|
@@ -1696,6 +1737,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
1696
1737
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
1697
1738
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
1698
1739
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
1740
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
1741
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
1699
1742
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
1700
1743
|
changeEmitedValue: (value: any) => void;
|
|
1701
1744
|
addSubFormItem: (item: {
|
|
@@ -1760,6 +1803,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
1760
1803
|
rowIndex: any;
|
|
1761
1804
|
pagination: any;
|
|
1762
1805
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
1806
|
+
popOverOpen: boolean;
|
|
1807
|
+
popOverData: any;
|
|
1808
|
+
popOverSchema: any;
|
|
1763
1809
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1764
1810
|
readonly parentStore: any;
|
|
1765
1811
|
readonly __: any;
|
|
@@ -1846,6 +1892,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
1846
1892
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
1847
1893
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
1848
1894
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
1895
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
1896
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
1897
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
1849
1898
|
}, {
|
|
1850
1899
|
readonly parentStore: any;
|
|
1851
1900
|
readonly __: any;
|
|
@@ -1936,6 +1985,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
1936
1985
|
rowIndex: any;
|
|
1937
1986
|
pagination: any;
|
|
1938
1987
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
1988
|
+
popOverOpen: boolean;
|
|
1989
|
+
popOverData: any;
|
|
1990
|
+
popOverSchema: any;
|
|
1939
1991
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1940
1992
|
readonly parentStore: any;
|
|
1941
1993
|
readonly __: any;
|
|
@@ -2022,6 +2074,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
2022
2074
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
2023
2075
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
2024
2076
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
2077
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
2078
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
2079
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
2025
2080
|
}, {
|
|
2026
2081
|
readonly parentStore: any;
|
|
2027
2082
|
readonly __: any;
|
|
@@ -2114,6 +2169,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
2114
2169
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
2115
2170
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
2116
2171
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
2172
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
2173
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
2174
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
2117
2175
|
}, {
|
|
2118
2176
|
readonly parentStore: any;
|
|
2119
2177
|
readonly __: any;
|
|
@@ -2214,6 +2272,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
2214
2272
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
2215
2273
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
2216
2274
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
2275
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
2276
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
2217
2277
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
2218
2278
|
changeEmitedValue: (value: any) => void;
|
|
2219
2279
|
addSubFormItem: (item: {
|
|
@@ -2278,6 +2338,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
2278
2338
|
rowIndex: any;
|
|
2279
2339
|
pagination: any;
|
|
2280
2340
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
2341
|
+
popOverOpen: boolean;
|
|
2342
|
+
popOverData: any;
|
|
2343
|
+
popOverSchema: any;
|
|
2281
2344
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2282
2345
|
readonly parentStore: any;
|
|
2283
2346
|
readonly __: any;
|
|
@@ -2364,6 +2427,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
2364
2427
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
2365
2428
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
2366
2429
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
2430
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
2431
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
2432
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
2367
2433
|
}, {
|
|
2368
2434
|
readonly parentStore: any;
|
|
2369
2435
|
readonly __: any;
|
|
@@ -2454,6 +2520,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
2454
2520
|
rowIndex: any;
|
|
2455
2521
|
pagination: any;
|
|
2456
2522
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
2523
|
+
popOverOpen: boolean;
|
|
2524
|
+
popOverData: any;
|
|
2525
|
+
popOverSchema: any;
|
|
2457
2526
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2458
2527
|
readonly parentStore: any;
|
|
2459
2528
|
readonly __: any;
|
|
@@ -2540,6 +2609,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
2540
2609
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
2541
2610
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
2542
2611
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
2612
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
2613
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
2614
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
2543
2615
|
}, {
|
|
2544
2616
|
readonly parentStore: any;
|
|
2545
2617
|
readonly __: any;
|
|
@@ -2641,6 +2713,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
2641
2713
|
rowIndex: any;
|
|
2642
2714
|
pagination: any;
|
|
2643
2715
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
2716
|
+
popOverOpen: boolean;
|
|
2717
|
+
popOverData: any;
|
|
2718
|
+
popOverSchema: any;
|
|
2644
2719
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2645
2720
|
readonly parentStore: any;
|
|
2646
2721
|
readonly __: any;
|
|
@@ -2741,6 +2816,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
2741
2816
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
2742
2817
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
2743
2818
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
2819
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
2820
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
2744
2821
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
2745
2822
|
changeEmitedValue: (value: any) => void;
|
|
2746
2823
|
addSubFormItem: (item: {
|
|
@@ -2805,6 +2882,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
2805
2882
|
rowIndex: any;
|
|
2806
2883
|
pagination: any;
|
|
2807
2884
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
2885
|
+
popOverOpen: boolean;
|
|
2886
|
+
popOverData: any;
|
|
2887
|
+
popOverSchema: any;
|
|
2808
2888
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2809
2889
|
readonly parentStore: any;
|
|
2810
2890
|
readonly __: any;
|
|
@@ -2891,6 +2971,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
2891
2971
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
2892
2972
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
2893
2973
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
2974
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
2975
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
2976
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
2894
2977
|
}, {
|
|
2895
2978
|
readonly parentStore: any;
|
|
2896
2979
|
readonly __: any;
|
|
@@ -2981,6 +3064,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
2981
3064
|
rowIndex: any;
|
|
2982
3065
|
pagination: any;
|
|
2983
3066
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
3067
|
+
popOverOpen: boolean;
|
|
3068
|
+
popOverData: any;
|
|
3069
|
+
popOverSchema: any;
|
|
2984
3070
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2985
3071
|
readonly parentStore: any;
|
|
2986
3072
|
readonly __: any;
|
|
@@ -3067,6 +3153,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
3067
3153
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
3068
3154
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
3069
3155
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
3156
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
3157
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
3158
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
3070
3159
|
}, {
|
|
3071
3160
|
readonly parentStore: any;
|
|
3072
3161
|
readonly __: any;
|
|
@@ -3159,6 +3248,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
3159
3248
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
3160
3249
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
3161
3250
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
3251
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
3252
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
3253
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
3162
3254
|
}, {
|
|
3163
3255
|
readonly parentStore: any;
|
|
3164
3256
|
readonly __: any;
|
|
@@ -3259,6 +3351,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
3259
3351
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
3260
3352
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
3261
3353
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
3354
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
3355
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
3262
3356
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
3263
3357
|
changeEmitedValue: (value: any) => void;
|
|
3264
3358
|
addSubFormItem: (item: {
|
|
@@ -3323,6 +3417,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
3323
3417
|
rowIndex: any;
|
|
3324
3418
|
pagination: any;
|
|
3325
3419
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
3420
|
+
popOverOpen: boolean;
|
|
3421
|
+
popOverData: any;
|
|
3422
|
+
popOverSchema: any;
|
|
3326
3423
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3327
3424
|
readonly parentStore: any;
|
|
3328
3425
|
readonly __: any;
|
|
@@ -3409,6 +3506,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
3409
3506
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
3410
3507
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
3411
3508
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
3509
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
3510
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
3511
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
3412
3512
|
}, {
|
|
3413
3513
|
readonly parentStore: any;
|
|
3414
3514
|
readonly __: any;
|
|
@@ -3499,6 +3599,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
3499
3599
|
rowIndex: any;
|
|
3500
3600
|
pagination: any;
|
|
3501
3601
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
3602
|
+
popOverOpen: boolean;
|
|
3603
|
+
popOverData: any;
|
|
3604
|
+
popOverSchema: any;
|
|
3502
3605
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3503
3606
|
readonly parentStore: any;
|
|
3504
3607
|
readonly __: any;
|
|
@@ -3585,6 +3688,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
3585
3688
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
3586
3689
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
3587
3690
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
3691
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
3692
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
3693
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
3588
3694
|
}, {
|
|
3589
3695
|
readonly parentStore: any;
|
|
3590
3696
|
readonly __: any;
|
|
@@ -3681,6 +3787,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
3681
3787
|
rowIndex: any;
|
|
3682
3788
|
pagination: any;
|
|
3683
3789
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
3790
|
+
popOverOpen: boolean;
|
|
3791
|
+
popOverData: any;
|
|
3792
|
+
popOverSchema: any;
|
|
3684
3793
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3685
3794
|
readonly parentStore: any;
|
|
3686
3795
|
readonly __: any;
|
|
@@ -3781,6 +3890,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
3781
3890
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
3782
3891
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
3783
3892
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
3893
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
3894
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
3784
3895
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
3785
3896
|
changeEmitedValue: (value: any) => void;
|
|
3786
3897
|
addSubFormItem: (item: {
|
|
@@ -3845,6 +3956,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
3845
3956
|
rowIndex: any;
|
|
3846
3957
|
pagination: any;
|
|
3847
3958
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
3959
|
+
popOverOpen: boolean;
|
|
3960
|
+
popOverData: any;
|
|
3961
|
+
popOverSchema: any;
|
|
3848
3962
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3849
3963
|
readonly parentStore: any;
|
|
3850
3964
|
readonly __: any;
|
|
@@ -3931,6 +4045,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
3931
4045
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
3932
4046
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
3933
4047
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
4048
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
4049
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
4050
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
3934
4051
|
}, {
|
|
3935
4052
|
readonly parentStore: any;
|
|
3936
4053
|
readonly __: any;
|
|
@@ -4021,6 +4138,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
4021
4138
|
rowIndex: any;
|
|
4022
4139
|
pagination: any;
|
|
4023
4140
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
4141
|
+
popOverOpen: boolean;
|
|
4142
|
+
popOverData: any;
|
|
4143
|
+
popOverSchema: any;
|
|
4024
4144
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4025
4145
|
readonly parentStore: any;
|
|
4026
4146
|
readonly __: any;
|
|
@@ -4107,6 +4227,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
4107
4227
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
4108
4228
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
4109
4229
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
4230
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
4231
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
4232
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
4110
4233
|
}, {
|
|
4111
4234
|
readonly parentStore: any;
|
|
4112
4235
|
readonly __: any;
|
|
@@ -4199,6 +4322,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
4199
4322
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
4200
4323
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
4201
4324
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
4325
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
4326
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
4327
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
4202
4328
|
}, {
|
|
4203
4329
|
readonly parentStore: any;
|
|
4204
4330
|
readonly __: any;
|
|
@@ -4299,6 +4425,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
4299
4425
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
4300
4426
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
4301
4427
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
4428
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
4429
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
4302
4430
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
4303
4431
|
changeEmitedValue: (value: any) => void;
|
|
4304
4432
|
addSubFormItem: (item: {
|
|
@@ -4363,6 +4491,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
4363
4491
|
rowIndex: any;
|
|
4364
4492
|
pagination: any;
|
|
4365
4493
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
4494
|
+
popOverOpen: boolean;
|
|
4495
|
+
popOverData: any;
|
|
4496
|
+
popOverSchema: any;
|
|
4366
4497
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4367
4498
|
readonly parentStore: any;
|
|
4368
4499
|
readonly __: any;
|
|
@@ -4449,6 +4580,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
4449
4580
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
4450
4581
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
4451
4582
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
4583
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
4584
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
4585
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
4452
4586
|
}, {
|
|
4453
4587
|
readonly parentStore: any;
|
|
4454
4588
|
readonly __: any;
|
|
@@ -4539,6 +4673,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
4539
4673
|
rowIndex: any;
|
|
4540
4674
|
pagination: any;
|
|
4541
4675
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
4676
|
+
popOverOpen: boolean;
|
|
4677
|
+
popOverData: any;
|
|
4678
|
+
popOverSchema: any;
|
|
4542
4679
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4543
4680
|
readonly parentStore: any;
|
|
4544
4681
|
readonly __: any;
|
|
@@ -4625,6 +4762,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
4625
4762
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
4626
4763
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
4627
4764
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
4765
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
4766
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
4767
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
4628
4768
|
}, {
|
|
4629
4769
|
readonly parentStore: any;
|
|
4630
4770
|
readonly __: any;
|
|
@@ -4721,6 +4861,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
4721
4861
|
rowIndex: any;
|
|
4722
4862
|
pagination: any;
|
|
4723
4863
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
4864
|
+
popOverOpen: boolean;
|
|
4865
|
+
popOverData: any;
|
|
4866
|
+
popOverSchema: any;
|
|
4724
4867
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4725
4868
|
readonly parentStore: any;
|
|
4726
4869
|
readonly __: any;
|
|
@@ -4821,6 +4964,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
4821
4964
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
4822
4965
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
4823
4966
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
4967
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
4968
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
4824
4969
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
4825
4970
|
changeEmitedValue: (value: any) => void;
|
|
4826
4971
|
addSubFormItem: (item: {
|
|
@@ -4885,6 +5030,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
4885
5030
|
rowIndex: any;
|
|
4886
5031
|
pagination: any;
|
|
4887
5032
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
5033
|
+
popOverOpen: boolean;
|
|
5034
|
+
popOverData: any;
|
|
5035
|
+
popOverSchema: any;
|
|
4888
5036
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4889
5037
|
readonly parentStore: any;
|
|
4890
5038
|
readonly __: any;
|
|
@@ -4971,6 +5119,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
4971
5119
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
4972
5120
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
4973
5121
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
5122
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
5123
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
5124
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
4974
5125
|
}, {
|
|
4975
5126
|
readonly parentStore: any;
|
|
4976
5127
|
readonly __: any;
|
|
@@ -5061,6 +5212,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5061
5212
|
rowIndex: any;
|
|
5062
5213
|
pagination: any;
|
|
5063
5214
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
5215
|
+
popOverOpen: boolean;
|
|
5216
|
+
popOverData: any;
|
|
5217
|
+
popOverSchema: any;
|
|
5064
5218
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
5065
5219
|
readonly parentStore: any;
|
|
5066
5220
|
readonly __: any;
|
|
@@ -5147,6 +5301,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5147
5301
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
5148
5302
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
5149
5303
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
5304
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
5305
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
5306
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
5150
5307
|
}, {
|
|
5151
5308
|
readonly parentStore: any;
|
|
5152
5309
|
readonly __: any;
|
|
@@ -5239,6 +5396,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5239
5396
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
5240
5397
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
5241
5398
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
5399
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
5400
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
5401
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
5242
5402
|
}, {
|
|
5243
5403
|
readonly parentStore: any;
|
|
5244
5404
|
readonly __: any;
|
|
@@ -5339,6 +5499,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5339
5499
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
5340
5500
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
5341
5501
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
5502
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
5503
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
5342
5504
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
5343
5505
|
changeEmitedValue: (value: any) => void;
|
|
5344
5506
|
addSubFormItem: (item: {
|
|
@@ -5403,6 +5565,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5403
5565
|
rowIndex: any;
|
|
5404
5566
|
pagination: any;
|
|
5405
5567
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
5568
|
+
popOverOpen: boolean;
|
|
5569
|
+
popOverData: any;
|
|
5570
|
+
popOverSchema: any;
|
|
5406
5571
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
5407
5572
|
readonly parentStore: any;
|
|
5408
5573
|
readonly __: any;
|
|
@@ -5489,6 +5654,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5489
5654
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
5490
5655
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
5491
5656
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
5657
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
5658
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
5659
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
5492
5660
|
}, {
|
|
5493
5661
|
readonly parentStore: any;
|
|
5494
5662
|
readonly __: any;
|
|
@@ -5579,6 +5747,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5579
5747
|
rowIndex: any;
|
|
5580
5748
|
pagination: any;
|
|
5581
5749
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
5750
|
+
popOverOpen: boolean;
|
|
5751
|
+
popOverData: any;
|
|
5752
|
+
popOverSchema: any;
|
|
5582
5753
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
5583
5754
|
readonly parentStore: any;
|
|
5584
5755
|
readonly __: any;
|
|
@@ -5665,6 +5836,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5665
5836
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
5666
5837
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
5667
5838
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
5839
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
5840
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
5841
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
5668
5842
|
}, {
|
|
5669
5843
|
readonly parentStore: any;
|
|
5670
5844
|
readonly __: any;
|
|
@@ -5883,6 +6057,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5883
6057
|
rowIndex: any;
|
|
5884
6058
|
pagination: any;
|
|
5885
6059
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6060
|
+
popOverOpen: boolean;
|
|
6061
|
+
popOverData: any;
|
|
6062
|
+
popOverSchema: any;
|
|
5886
6063
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
5887
6064
|
readonly parentStore: any;
|
|
5888
6065
|
readonly __: any;
|
|
@@ -5983,6 +6160,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5983
6160
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
5984
6161
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
5985
6162
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
6163
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
6164
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
5986
6165
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
5987
6166
|
changeEmitedValue: (value: any) => void;
|
|
5988
6167
|
addSubFormItem: (item: {
|
|
@@ -6047,6 +6226,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6047
6226
|
rowIndex: any;
|
|
6048
6227
|
pagination: any;
|
|
6049
6228
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6229
|
+
popOverOpen: boolean;
|
|
6230
|
+
popOverData: any;
|
|
6231
|
+
popOverSchema: any;
|
|
6050
6232
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6051
6233
|
readonly parentStore: any;
|
|
6052
6234
|
readonly __: any;
|
|
@@ -6133,6 +6315,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6133
6315
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6134
6316
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6135
6317
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
6318
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
6319
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
6320
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6136
6321
|
}, {
|
|
6137
6322
|
readonly parentStore: any;
|
|
6138
6323
|
readonly __: any;
|
|
@@ -6223,6 +6408,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6223
6408
|
rowIndex: any;
|
|
6224
6409
|
pagination: any;
|
|
6225
6410
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6411
|
+
popOverOpen: boolean;
|
|
6412
|
+
popOverData: any;
|
|
6413
|
+
popOverSchema: any;
|
|
6226
6414
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6227
6415
|
readonly parentStore: any;
|
|
6228
6416
|
readonly __: any;
|
|
@@ -6309,6 +6497,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6309
6497
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6310
6498
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6311
6499
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
6500
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
6501
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
6502
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6312
6503
|
}, {
|
|
6313
6504
|
readonly parentStore: any;
|
|
6314
6505
|
readonly __: any;
|
|
@@ -6401,6 +6592,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6401
6592
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6402
6593
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6403
6594
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
6595
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
6596
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
6597
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6404
6598
|
}, {
|
|
6405
6599
|
readonly parentStore: any;
|
|
6406
6600
|
readonly __: any;
|
|
@@ -6501,6 +6695,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6501
6695
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
6502
6696
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
6503
6697
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
6698
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
6699
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
6504
6700
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
6505
6701
|
changeEmitedValue: (value: any) => void;
|
|
6506
6702
|
addSubFormItem: (item: {
|
|
@@ -6565,6 +6761,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6565
6761
|
rowIndex: any;
|
|
6566
6762
|
pagination: any;
|
|
6567
6763
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6764
|
+
popOverOpen: boolean;
|
|
6765
|
+
popOverData: any;
|
|
6766
|
+
popOverSchema: any;
|
|
6568
6767
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6569
6768
|
readonly parentStore: any;
|
|
6570
6769
|
readonly __: any;
|
|
@@ -6651,6 +6850,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6651
6850
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6652
6851
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6653
6852
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
6853
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
6854
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
6855
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6654
6856
|
}, {
|
|
6655
6857
|
readonly parentStore: any;
|
|
6656
6858
|
readonly __: any;
|
|
@@ -6741,6 +6943,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6741
6943
|
rowIndex: any;
|
|
6742
6944
|
pagination: any;
|
|
6743
6945
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6946
|
+
popOverOpen: boolean;
|
|
6947
|
+
popOverData: any;
|
|
6948
|
+
popOverSchema: any;
|
|
6744
6949
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6745
6950
|
readonly parentStore: any;
|
|
6746
6951
|
readonly __: any;
|
|
@@ -6827,6 +7032,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6827
7032
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6828
7033
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6829
7034
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7035
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7036
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7037
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6830
7038
|
}, {
|
|
6831
7039
|
readonly parentStore: any;
|
|
6832
7040
|
readonly __: any;
|
|
@@ -6923,6 +7131,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6923
7131
|
rowIndex: any;
|
|
6924
7132
|
pagination: any;
|
|
6925
7133
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
7134
|
+
popOverOpen: boolean;
|
|
7135
|
+
popOverData: any;
|
|
7136
|
+
popOverSchema: any;
|
|
6926
7137
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6927
7138
|
readonly parentStore: any;
|
|
6928
7139
|
readonly __: any;
|
|
@@ -7023,6 +7234,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7023
7234
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
7024
7235
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7025
7236
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
7237
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7238
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
7026
7239
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
7027
7240
|
changeEmitedValue: (value: any) => void;
|
|
7028
7241
|
addSubFormItem: (item: {
|
|
@@ -7087,6 +7300,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7087
7300
|
rowIndex: any;
|
|
7088
7301
|
pagination: any;
|
|
7089
7302
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
7303
|
+
popOverOpen: boolean;
|
|
7304
|
+
popOverData: any;
|
|
7305
|
+
popOverSchema: any;
|
|
7090
7306
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7091
7307
|
readonly parentStore: any;
|
|
7092
7308
|
readonly __: any;
|
|
@@ -7173,6 +7389,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7173
7389
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7174
7390
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7175
7391
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7392
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7393
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7394
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7176
7395
|
}, {
|
|
7177
7396
|
readonly parentStore: any;
|
|
7178
7397
|
readonly __: any;
|
|
@@ -7263,6 +7482,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7263
7482
|
rowIndex: any;
|
|
7264
7483
|
pagination: any;
|
|
7265
7484
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
7485
|
+
popOverOpen: boolean;
|
|
7486
|
+
popOverData: any;
|
|
7487
|
+
popOverSchema: any;
|
|
7266
7488
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7267
7489
|
readonly parentStore: any;
|
|
7268
7490
|
readonly __: any;
|
|
@@ -7349,6 +7571,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7349
7571
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7350
7572
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7351
7573
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7574
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7575
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7576
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7352
7577
|
}, {
|
|
7353
7578
|
readonly parentStore: any;
|
|
7354
7579
|
readonly __: any;
|
|
@@ -7441,6 +7666,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7441
7666
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7442
7667
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7443
7668
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7669
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7670
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7671
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7444
7672
|
}, {
|
|
7445
7673
|
readonly parentStore: any;
|
|
7446
7674
|
readonly __: any;
|
|
@@ -7541,6 +7769,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7541
7769
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
7542
7770
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7543
7771
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
7772
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7773
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
7544
7774
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
7545
7775
|
changeEmitedValue: (value: any) => void;
|
|
7546
7776
|
addSubFormItem: (item: {
|
|
@@ -7605,6 +7835,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7605
7835
|
rowIndex: any;
|
|
7606
7836
|
pagination: any;
|
|
7607
7837
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
7838
|
+
popOverOpen: boolean;
|
|
7839
|
+
popOverData: any;
|
|
7840
|
+
popOverSchema: any;
|
|
7608
7841
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7609
7842
|
readonly parentStore: any;
|
|
7610
7843
|
readonly __: any;
|
|
@@ -7691,6 +7924,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7691
7924
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7692
7925
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7693
7926
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7927
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7928
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7929
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7694
7930
|
}, {
|
|
7695
7931
|
readonly parentStore: any;
|
|
7696
7932
|
readonly __: any;
|
|
@@ -7781,6 +8017,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7781
8017
|
rowIndex: any;
|
|
7782
8018
|
pagination: any;
|
|
7783
8019
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8020
|
+
popOverOpen: boolean;
|
|
8021
|
+
popOverData: any;
|
|
8022
|
+
popOverSchema: any;
|
|
7784
8023
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7785
8024
|
readonly parentStore: any;
|
|
7786
8025
|
readonly __: any;
|
|
@@ -7867,6 +8106,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7867
8106
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7868
8107
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7869
8108
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8109
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8110
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8111
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7870
8112
|
}, {
|
|
7871
8113
|
readonly parentStore: any;
|
|
7872
8114
|
readonly __: any;
|
|
@@ -7968,6 +8210,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7968
8210
|
rowIndex: any;
|
|
7969
8211
|
pagination: any;
|
|
7970
8212
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8213
|
+
popOverOpen: boolean;
|
|
8214
|
+
popOverData: any;
|
|
8215
|
+
popOverSchema: any;
|
|
7971
8216
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7972
8217
|
readonly parentStore: any;
|
|
7973
8218
|
readonly __: any;
|
|
@@ -8068,6 +8313,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8068
8313
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
8069
8314
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8070
8315
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
8316
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8317
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
8071
8318
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
8072
8319
|
changeEmitedValue: (value: any) => void;
|
|
8073
8320
|
addSubFormItem: (item: {
|
|
@@ -8132,6 +8379,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8132
8379
|
rowIndex: any;
|
|
8133
8380
|
pagination: any;
|
|
8134
8381
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8382
|
+
popOverOpen: boolean;
|
|
8383
|
+
popOverData: any;
|
|
8384
|
+
popOverSchema: any;
|
|
8135
8385
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8136
8386
|
readonly parentStore: any;
|
|
8137
8387
|
readonly __: any;
|
|
@@ -8218,6 +8468,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8218
8468
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8219
8469
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8220
8470
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8471
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8472
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8473
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8221
8474
|
}, {
|
|
8222
8475
|
readonly parentStore: any;
|
|
8223
8476
|
readonly __: any;
|
|
@@ -8308,6 +8561,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8308
8561
|
rowIndex: any;
|
|
8309
8562
|
pagination: any;
|
|
8310
8563
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8564
|
+
popOverOpen: boolean;
|
|
8565
|
+
popOverData: any;
|
|
8566
|
+
popOverSchema: any;
|
|
8311
8567
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8312
8568
|
readonly parentStore: any;
|
|
8313
8569
|
readonly __: any;
|
|
@@ -8394,6 +8650,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8394
8650
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8395
8651
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8396
8652
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8653
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8654
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8655
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8397
8656
|
}, {
|
|
8398
8657
|
readonly parentStore: any;
|
|
8399
8658
|
readonly __: any;
|
|
@@ -8486,6 +8745,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8486
8745
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8487
8746
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8488
8747
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8748
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8749
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8750
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8489
8751
|
}, {
|
|
8490
8752
|
readonly parentStore: any;
|
|
8491
8753
|
readonly __: any;
|
|
@@ -8586,6 +8848,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8586
8848
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
8587
8849
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8588
8850
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
8851
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8852
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
8589
8853
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
8590
8854
|
changeEmitedValue: (value: any) => void;
|
|
8591
8855
|
addSubFormItem: (item: {
|
|
@@ -8650,6 +8914,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8650
8914
|
rowIndex: any;
|
|
8651
8915
|
pagination: any;
|
|
8652
8916
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8917
|
+
popOverOpen: boolean;
|
|
8918
|
+
popOverData: any;
|
|
8919
|
+
popOverSchema: any;
|
|
8653
8920
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8654
8921
|
readonly parentStore: any;
|
|
8655
8922
|
readonly __: any;
|
|
@@ -8736,6 +9003,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8736
9003
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8737
9004
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8738
9005
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9006
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9007
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9008
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8739
9009
|
}, {
|
|
8740
9010
|
readonly parentStore: any;
|
|
8741
9011
|
readonly __: any;
|
|
@@ -8826,6 +9096,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8826
9096
|
rowIndex: any;
|
|
8827
9097
|
pagination: any;
|
|
8828
9098
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9099
|
+
popOverOpen: boolean;
|
|
9100
|
+
popOverData: any;
|
|
9101
|
+
popOverSchema: any;
|
|
8829
9102
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8830
9103
|
readonly parentStore: any;
|
|
8831
9104
|
readonly __: any;
|
|
@@ -8912,6 +9185,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8912
9185
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8913
9186
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8914
9187
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9188
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9189
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9190
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8915
9191
|
}, {
|
|
8916
9192
|
readonly parentStore: any;
|
|
8917
9193
|
readonly __: any;
|
|
@@ -9008,6 +9284,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9008
9284
|
rowIndex: any;
|
|
9009
9285
|
pagination: any;
|
|
9010
9286
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9287
|
+
popOverOpen: boolean;
|
|
9288
|
+
popOverData: any;
|
|
9289
|
+
popOverSchema: any;
|
|
9011
9290
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9012
9291
|
readonly parentStore: any;
|
|
9013
9292
|
readonly __: any;
|
|
@@ -9108,6 +9387,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9108
9387
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
9109
9388
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9110
9389
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
9390
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9391
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
9111
9392
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9112
9393
|
changeEmitedValue: (value: any) => void;
|
|
9113
9394
|
addSubFormItem: (item: {
|
|
@@ -9172,6 +9453,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9172
9453
|
rowIndex: any;
|
|
9173
9454
|
pagination: any;
|
|
9174
9455
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9456
|
+
popOverOpen: boolean;
|
|
9457
|
+
popOverData: any;
|
|
9458
|
+
popOverSchema: any;
|
|
9175
9459
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9176
9460
|
readonly parentStore: any;
|
|
9177
9461
|
readonly __: any;
|
|
@@ -9258,6 +9542,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9258
9542
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9259
9543
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9260
9544
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9545
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9546
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9547
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9261
9548
|
}, {
|
|
9262
9549
|
readonly parentStore: any;
|
|
9263
9550
|
readonly __: any;
|
|
@@ -9348,6 +9635,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9348
9635
|
rowIndex: any;
|
|
9349
9636
|
pagination: any;
|
|
9350
9637
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9638
|
+
popOverOpen: boolean;
|
|
9639
|
+
popOverData: any;
|
|
9640
|
+
popOverSchema: any;
|
|
9351
9641
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9352
9642
|
readonly parentStore: any;
|
|
9353
9643
|
readonly __: any;
|
|
@@ -9434,6 +9724,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9434
9724
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9435
9725
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9436
9726
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9727
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9728
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9729
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9437
9730
|
}, {
|
|
9438
9731
|
readonly parentStore: any;
|
|
9439
9732
|
readonly __: any;
|
|
@@ -9526,6 +9819,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9526
9819
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9527
9820
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9528
9821
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9822
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9823
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9824
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9529
9825
|
}, {
|
|
9530
9826
|
readonly parentStore: any;
|
|
9531
9827
|
readonly __: any;
|
|
@@ -9626,6 +9922,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9626
9922
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
9627
9923
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9628
9924
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
9925
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9926
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
9629
9927
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9630
9928
|
changeEmitedValue: (value: any) => void;
|
|
9631
9929
|
addSubFormItem: (item: {
|
|
@@ -9690,6 +9988,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9690
9988
|
rowIndex: any;
|
|
9691
9989
|
pagination: any;
|
|
9692
9990
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9991
|
+
popOverOpen: boolean;
|
|
9992
|
+
popOverData: any;
|
|
9993
|
+
popOverSchema: any;
|
|
9693
9994
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9694
9995
|
readonly parentStore: any;
|
|
9695
9996
|
readonly __: any;
|
|
@@ -9776,6 +10077,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9776
10077
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9777
10078
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9778
10079
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10080
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10081
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10082
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9779
10083
|
}, {
|
|
9780
10084
|
readonly parentStore: any;
|
|
9781
10085
|
readonly __: any;
|
|
@@ -9866,6 +10170,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9866
10170
|
rowIndex: any;
|
|
9867
10171
|
pagination: any;
|
|
9868
10172
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10173
|
+
popOverOpen: boolean;
|
|
10174
|
+
popOverData: any;
|
|
10175
|
+
popOverSchema: any;
|
|
9869
10176
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9870
10177
|
readonly parentStore: any;
|
|
9871
10178
|
readonly __: any;
|
|
@@ -9952,6 +10259,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9952
10259
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9953
10260
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9954
10261
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10262
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10263
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10264
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9955
10265
|
}, {
|
|
9956
10266
|
readonly parentStore: any;
|
|
9957
10267
|
readonly __: any;
|
|
@@ -10048,6 +10358,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10048
10358
|
rowIndex: any;
|
|
10049
10359
|
pagination: any;
|
|
10050
10360
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10361
|
+
popOverOpen: boolean;
|
|
10362
|
+
popOverData: any;
|
|
10363
|
+
popOverSchema: any;
|
|
10051
10364
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10052
10365
|
readonly parentStore: any;
|
|
10053
10366
|
readonly __: any;
|
|
@@ -10148,6 +10461,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10148
10461
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
10149
10462
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10150
10463
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
10464
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10465
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
10151
10466
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10152
10467
|
changeEmitedValue: (value: any) => void;
|
|
10153
10468
|
addSubFormItem: (item: {
|
|
@@ -10212,6 +10527,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10212
10527
|
rowIndex: any;
|
|
10213
10528
|
pagination: any;
|
|
10214
10529
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10530
|
+
popOverOpen: boolean;
|
|
10531
|
+
popOverData: any;
|
|
10532
|
+
popOverSchema: any;
|
|
10215
10533
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10216
10534
|
readonly parentStore: any;
|
|
10217
10535
|
readonly __: any;
|
|
@@ -10298,6 +10616,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10298
10616
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10299
10617
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10300
10618
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10619
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10620
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10621
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10301
10622
|
}, {
|
|
10302
10623
|
readonly parentStore: any;
|
|
10303
10624
|
readonly __: any;
|
|
@@ -10388,6 +10709,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10388
10709
|
rowIndex: any;
|
|
10389
10710
|
pagination: any;
|
|
10390
10711
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10712
|
+
popOverOpen: boolean;
|
|
10713
|
+
popOverData: any;
|
|
10714
|
+
popOverSchema: any;
|
|
10391
10715
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10392
10716
|
readonly parentStore: any;
|
|
10393
10717
|
readonly __: any;
|
|
@@ -10474,6 +10798,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10474
10798
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10475
10799
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10476
10800
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10801
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10802
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10803
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10477
10804
|
}, {
|
|
10478
10805
|
readonly parentStore: any;
|
|
10479
10806
|
readonly __: any;
|
|
@@ -10566,6 +10893,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10566
10893
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10567
10894
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10568
10895
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10896
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10897
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10898
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10569
10899
|
}, {
|
|
10570
10900
|
readonly parentStore: any;
|
|
10571
10901
|
readonly __: any;
|
|
@@ -10666,6 +10996,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10666
10996
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
10667
10997
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10668
10998
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
10999
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
11000
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
10669
11001
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10670
11002
|
changeEmitedValue: (value: any) => void;
|
|
10671
11003
|
addSubFormItem: (item: {
|
|
@@ -10730,6 +11062,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10730
11062
|
rowIndex: any;
|
|
10731
11063
|
pagination: any;
|
|
10732
11064
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11065
|
+
popOverOpen: boolean;
|
|
11066
|
+
popOverData: any;
|
|
11067
|
+
popOverSchema: any;
|
|
10733
11068
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10734
11069
|
readonly parentStore: any;
|
|
10735
11070
|
readonly __: any;
|
|
@@ -10816,6 +11151,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10816
11151
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10817
11152
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10818
11153
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
11154
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
11155
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
11156
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10819
11157
|
}, {
|
|
10820
11158
|
readonly parentStore: any;
|
|
10821
11159
|
readonly __: any;
|
|
@@ -10906,6 +11244,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10906
11244
|
rowIndex: any;
|
|
10907
11245
|
pagination: any;
|
|
10908
11246
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11247
|
+
popOverOpen: boolean;
|
|
11248
|
+
popOverData: any;
|
|
11249
|
+
popOverSchema: any;
|
|
10909
11250
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10910
11251
|
readonly parentStore: any;
|
|
10911
11252
|
readonly __: any;
|
|
@@ -10992,6 +11333,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10992
11333
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10993
11334
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10994
11335
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
11336
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
11337
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
11338
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10995
11339
|
}, {
|
|
10996
11340
|
readonly parentStore: any;
|
|
10997
11341
|
readonly __: any;
|
|
@@ -11094,10 +11438,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11094
11438
|
className: any;
|
|
11095
11439
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11096
11440
|
readonly isPrimary: boolean;
|
|
11441
|
+
readonly columnKey: any;
|
|
11097
11442
|
} & {
|
|
11098
11443
|
toggleToggle(min?: number): void;
|
|
11099
11444
|
setToggled(value: boolean): void;
|
|
11100
|
-
setEnableSearch(value: boolean): void;
|
|
11445
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11101
11446
|
setMinWidth(value: number): void;
|
|
11102
11447
|
setWidth(value: number): void;
|
|
11103
11448
|
setRealWidth(value: number): void;
|
|
@@ -11128,10 +11473,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11128
11473
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11129
11474
|
}, {
|
|
11130
11475
|
readonly isPrimary: boolean;
|
|
11476
|
+
readonly columnKey: any;
|
|
11131
11477
|
} & {
|
|
11132
11478
|
toggleToggle(min?: number): void;
|
|
11133
11479
|
setToggled(value: boolean): void;
|
|
11134
|
-
setEnableSearch(value: boolean): void;
|
|
11480
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11135
11481
|
setMinWidth(value: number): void;
|
|
11136
11482
|
setWidth(value: number): void;
|
|
11137
11483
|
setRealWidth(value: number): void;
|
|
@@ -11163,10 +11509,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11163
11509
|
className: any;
|
|
11164
11510
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11165
11511
|
readonly isPrimary: boolean;
|
|
11512
|
+
readonly columnKey: any;
|
|
11166
11513
|
} & {
|
|
11167
11514
|
toggleToggle(min?: number): void;
|
|
11168
11515
|
setToggled(value: boolean): void;
|
|
11169
|
-
setEnableSearch(value: boolean): void;
|
|
11516
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11170
11517
|
setMinWidth(value: number): void;
|
|
11171
11518
|
setWidth(value: number): void;
|
|
11172
11519
|
setRealWidth(value: number): void;
|
|
@@ -11197,10 +11544,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11197
11544
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11198
11545
|
}, {
|
|
11199
11546
|
readonly isPrimary: boolean;
|
|
11547
|
+
readonly columnKey: any;
|
|
11200
11548
|
} & {
|
|
11201
11549
|
toggleToggle(min?: number): void;
|
|
11202
11550
|
setToggled(value: boolean): void;
|
|
11203
|
-
setEnableSearch(value: boolean): void;
|
|
11551
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11204
11552
|
setMinWidth(value: number): void;
|
|
11205
11553
|
setWidth(value: number): void;
|
|
11206
11554
|
setRealWidth(value: number): void;
|
|
@@ -11233,10 +11581,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11233
11581
|
className: any;
|
|
11234
11582
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11235
11583
|
readonly isPrimary: boolean;
|
|
11584
|
+
readonly columnKey: any;
|
|
11236
11585
|
} & {
|
|
11237
11586
|
toggleToggle(min?: number): void;
|
|
11238
11587
|
setToggled(value: boolean): void;
|
|
11239
|
-
setEnableSearch(value: boolean): void;
|
|
11588
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11240
11589
|
setMinWidth(value: number): void;
|
|
11241
11590
|
setWidth(value: number): void;
|
|
11242
11591
|
setRealWidth(value: number): void;
|
|
@@ -11267,10 +11616,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11267
11616
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11268
11617
|
}, {
|
|
11269
11618
|
readonly isPrimary: boolean;
|
|
11619
|
+
readonly columnKey: any;
|
|
11270
11620
|
} & {
|
|
11271
11621
|
toggleToggle(min?: number): void;
|
|
11272
11622
|
setToggled(value: boolean): void;
|
|
11273
|
-
setEnableSearch(value: boolean): void;
|
|
11623
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11274
11624
|
setMinWidth(value: number): void;
|
|
11275
11625
|
setWidth(value: number): void;
|
|
11276
11626
|
setRealWidth(value: number): void;
|
|
@@ -11302,10 +11652,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11302
11652
|
className: any;
|
|
11303
11653
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11304
11654
|
readonly isPrimary: boolean;
|
|
11655
|
+
readonly columnKey: any;
|
|
11305
11656
|
} & {
|
|
11306
11657
|
toggleToggle(min?: number): void;
|
|
11307
11658
|
setToggled(value: boolean): void;
|
|
11308
|
-
setEnableSearch(value: boolean): void;
|
|
11659
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11309
11660
|
setMinWidth(value: number): void;
|
|
11310
11661
|
setWidth(value: number): void;
|
|
11311
11662
|
setRealWidth(value: number): void;
|
|
@@ -11336,10 +11687,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11336
11687
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11337
11688
|
}, {
|
|
11338
11689
|
readonly isPrimary: boolean;
|
|
11690
|
+
readonly columnKey: any;
|
|
11339
11691
|
} & {
|
|
11340
11692
|
toggleToggle(min?: number): void;
|
|
11341
11693
|
setToggled(value: boolean): void;
|
|
11342
|
-
setEnableSearch(value: boolean): void;
|
|
11694
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11343
11695
|
setMinWidth(value: number): void;
|
|
11344
11696
|
setWidth(value: number): void;
|
|
11345
11697
|
setRealWidth(value: number): void;
|
|
@@ -11371,10 +11723,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11371
11723
|
className: any;
|
|
11372
11724
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11373
11725
|
readonly isPrimary: boolean;
|
|
11726
|
+
readonly columnKey: any;
|
|
11374
11727
|
} & {
|
|
11375
11728
|
toggleToggle(min?: number): void;
|
|
11376
11729
|
setToggled(value: boolean): void;
|
|
11377
|
-
setEnableSearch(value: boolean): void;
|
|
11730
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11378
11731
|
setMinWidth(value: number): void;
|
|
11379
11732
|
setWidth(value: number): void;
|
|
11380
11733
|
setRealWidth(value: number): void;
|
|
@@ -11405,10 +11758,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11405
11758
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11406
11759
|
}, {
|
|
11407
11760
|
readonly isPrimary: boolean;
|
|
11761
|
+
readonly columnKey: any;
|
|
11408
11762
|
} & {
|
|
11409
11763
|
toggleToggle(min?: number): void;
|
|
11410
11764
|
setToggled(value: boolean): void;
|
|
11411
|
-
setEnableSearch(value: boolean): void;
|
|
11765
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11412
11766
|
setMinWidth(value: number): void;
|
|
11413
11767
|
setWidth(value: number): void;
|
|
11414
11768
|
setRealWidth(value: number): void;
|
|
@@ -11440,10 +11794,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11440
11794
|
className: any;
|
|
11441
11795
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11442
11796
|
readonly isPrimary: boolean;
|
|
11797
|
+
readonly columnKey: any;
|
|
11443
11798
|
} & {
|
|
11444
11799
|
toggleToggle(min?: number): void;
|
|
11445
11800
|
setToggled(value: boolean): void;
|
|
11446
|
-
setEnableSearch(value: boolean): void;
|
|
11801
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11447
11802
|
setMinWidth(value: number): void;
|
|
11448
11803
|
setWidth(value: number): void;
|
|
11449
11804
|
setRealWidth(value: number): void;
|
|
@@ -11474,10 +11829,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11474
11829
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11475
11830
|
}, {
|
|
11476
11831
|
readonly isPrimary: boolean;
|
|
11832
|
+
readonly columnKey: any;
|
|
11477
11833
|
} & {
|
|
11478
11834
|
toggleToggle(min?: number): void;
|
|
11479
11835
|
setToggled(value: boolean): void;
|
|
11480
|
-
setEnableSearch(value: boolean): void;
|
|
11836
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11481
11837
|
setMinWidth(value: number): void;
|
|
11482
11838
|
setWidth(value: number): void;
|
|
11483
11839
|
setRealWidth(value: number): void;
|
|
@@ -11509,10 +11865,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11509
11865
|
className: any;
|
|
11510
11866
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11511
11867
|
readonly isPrimary: boolean;
|
|
11868
|
+
readonly columnKey: any;
|
|
11512
11869
|
} & {
|
|
11513
11870
|
toggleToggle(min?: number): void;
|
|
11514
11871
|
setToggled(value: boolean): void;
|
|
11515
|
-
setEnableSearch(value: boolean): void;
|
|
11872
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11516
11873
|
setMinWidth(value: number): void;
|
|
11517
11874
|
setWidth(value: number): void;
|
|
11518
11875
|
setRealWidth(value: number): void;
|
|
@@ -11543,10 +11900,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11543
11900
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11544
11901
|
}, {
|
|
11545
11902
|
readonly isPrimary: boolean;
|
|
11903
|
+
readonly columnKey: any;
|
|
11546
11904
|
} & {
|
|
11547
11905
|
toggleToggle(min?: number): void;
|
|
11548
11906
|
setToggled(value: boolean): void;
|
|
11549
|
-
setEnableSearch(value: boolean): void;
|
|
11907
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11550
11908
|
setMinWidth(value: number): void;
|
|
11551
11909
|
setWidth(value: number): void;
|
|
11552
11910
|
setRealWidth(value: number): void;
|
|
@@ -12751,7 +13109,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
12751
13109
|
updateData({ children, ...rest }: any): void;
|
|
12752
13110
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
12753
13111
|
readonly columnWidthReady: boolean;
|
|
12754
|
-
getStickyStyles(column: IColumn, columns: Array<IColumn
|
|
13112
|
+
getStickyStyles(column: IColumn, columns: Array<IColumn>, colSpan?: number): any[];
|
|
12755
13113
|
readonly items: ({
|
|
12756
13114
|
storeType: string;
|
|
12757
13115
|
id: string;
|
|
@@ -12883,7 +13241,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
12883
13241
|
updateColumns: (columns: Array<SColumn>) => void;
|
|
12884
13242
|
initTableWidth: () => void;
|
|
12885
13243
|
syncTableWidth: () => void;
|
|
12886
|
-
initRows: (rows: Array<any>, getEntryId?: ((entry: any, index: number) => string) | undefined, reUseRow?: boolean) => void;
|
|
13244
|
+
initRows: (rows: Array<any>, getEntryId?: ((entry: any, index: number) => string) | undefined, reUseRow?: boolean | 'match') => void;
|
|
12887
13245
|
updateSelected: (selected: Array<any>, valueField?: string) => void;
|
|
12888
13246
|
toggleAll: () => void;
|
|
12889
13247
|
getSelectedRows: () => ({
|