amis-core 6.7.0 → 6.9.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/Root.js +1 -1
- package/esm/RootRenderer.d.ts +1 -1
- package/esm/RootRenderer.js +24 -2
- package/esm/SchemaRenderer.d.ts +0 -1
- package/esm/SchemaRenderer.js +44 -20
- package/esm/Scoped.d.ts +1 -1
- package/esm/Scoped.js +2 -1
- package/esm/StatusScoped.js +1 -1
- package/esm/WithRootStore.js +1 -1
- package/esm/WithStore.js +14 -14
- package/esm/actions/Action.js +2 -1
- package/esm/actions/AjaxAction.js +1 -1
- package/esm/actions/BreakAction.js +1 -1
- package/esm/actions/BroadcastAction.js +1 -1
- package/esm/actions/CmptAction.js +57 -50
- package/esm/actions/ContinueAction.js +1 -1
- package/esm/actions/CopyAction.js +1 -1
- package/esm/actions/CustomAction.js +2 -1
- package/esm/actions/DialogAction.js +3 -1
- package/esm/actions/DrawerAction.js +2 -1
- package/esm/actions/EmailAction.js +1 -1
- package/esm/actions/EventAction.js +2 -1
- package/esm/actions/LinkAction.js +1 -1
- package/esm/actions/LoopAction.js +2 -1
- package/esm/actions/PageAction.js +1 -1
- package/esm/actions/ParallelAction.js +1 -1
- package/esm/actions/PrintAction.js +1 -1
- package/esm/actions/StatusAction.js +1 -1
- package/esm/actions/SwitchAction.js +1 -1
- package/esm/actions/ToastAction.js +3 -3
- package/esm/actions/WaitAction.js +1 -1
- package/esm/components/CustomStyle.js +1 -1
- package/esm/components/ErrorBoundary.js +1 -1
- package/esm/components/LazyComponent.d.ts +40 -2
- package/esm/components/LazyComponent.js +13 -7
- package/esm/components/Overlay.js +2 -1
- package/esm/components/PopOver.d.ts +1 -1
- package/esm/components/PopOver.js +2 -1
- package/esm/env.d.ts +0 -4
- package/esm/env.js +1 -1
- package/esm/envOverwrite.js +1 -1
- package/esm/factory.d.ts +19 -2
- package/esm/factory.js +205 -45
- package/esm/index.d.ts +4 -4
- package/esm/index.js +9 -5
- package/esm/locale.d.ts +1 -1
- package/esm/locale.js +14 -2
- package/esm/polyfills.js +1 -1
- package/esm/renderers/Form.d.ts +5 -5
- package/esm/renderers/Form.js +68 -29
- package/esm/renderers/Item.d.ts +109 -18
- package/esm/renderers/Item.js +164 -126
- package/esm/renderers/Options.d.ts +3 -3
- package/esm/renderers/Options.js +43 -19
- package/esm/renderers/Placeholder.js +1 -1
- package/esm/renderers/builtin.js +1 -1
- package/esm/renderers/register.js +1 -1
- package/esm/renderers/wrapControl.d.ts +3 -3
- package/esm/renderers/wrapControl.js +25 -10
- package/esm/store/app.d.ts +3 -3
- package/esm/store/app.js +2 -1
- package/esm/store/combo.d.ts +425 -15
- package/esm/store/combo.js +1 -1
- package/esm/store/crud.d.ts +3 -3
- package/esm/store/crud.js +2 -1
- package/esm/store/form.d.ts +178 -7
- package/esm/store/form.js +29 -6
- package/esm/store/formItem.d.ts +5 -0
- package/esm/store/formItem.js +32 -10
- package/esm/store/iRenderer.d.ts +4 -3
- package/esm/store/iRenderer.js +29 -4
- package/esm/store/index.d.ts +1 -0
- package/esm/store/index.js +3 -2
- package/esm/store/list.d.ts +3 -3
- package/esm/store/list.js +1 -1
- package/esm/store/manager.js +1 -1
- package/esm/store/modal.d.ts +3 -3
- package/esm/store/modal.js +1 -1
- package/esm/store/node.js +1 -1
- package/esm/store/pagination.d.ts +3 -3
- package/esm/store/pagination.js +2 -1
- package/esm/store/root.d.ts +5 -3
- package/esm/store/root.js +46 -21
- package/esm/store/service.d.ts +3 -3
- package/esm/store/service.js +11 -4
- package/esm/store/status.js +1 -1
- package/esm/store/table.d.ts +396 -36
- package/esm/store/table.js +84 -54
- package/esm/store/table2.d.ts +3 -3
- package/esm/store/table2.js +1 -1
- package/esm/theme.d.ts +1 -1
- package/esm/theme.js +13 -2
- package/esm/types.d.ts +19 -2
- package/esm/utils/Animation.js +1 -1
- package/esm/utils/ColorScale.js +1 -1
- package/esm/utils/DataSchema.js +1 -1
- package/esm/utils/DataScope.js +1 -1
- package/esm/utils/RootClose.js +1 -1
- package/esm/utils/SimpleMap.js +1 -1
- package/esm/utils/api.d.ts +21 -1
- package/esm/utils/api.js +138 -41
- package/esm/utils/arraySlice.js +1 -1
- package/esm/utils/attachmentAdpator.js +1 -1
- package/esm/utils/autobind.js +1 -1
- package/esm/utils/browser.js +1 -1
- package/esm/utils/columnsSplit.js +1 -1
- package/esm/utils/concatData.js +1 -1
- package/esm/utils/dataMapping.js +1 -1
- package/esm/utils/date.js +1 -1
- package/esm/utils/debug.js +17 -3
- package/esm/utils/decodeEntity.js +1 -1
- package/esm/utils/dom.js +1 -1
- package/esm/utils/errors.js +1 -1
- package/esm/utils/escapeHtml.js +1 -1
- package/esm/utils/filter-schema.js +1 -1
- package/esm/utils/filter.js +1 -1
- package/esm/utils/formatDuration.js +1 -1
- package/esm/utils/formula.js +2 -1
- package/esm/utils/getVariable.js +1 -1
- package/esm/utils/grammar.js +1 -1
- package/esm/utils/handleAction.js +1 -1
- package/esm/utils/helper.d.ts +4 -1
- package/esm/utils/helper.js +20 -4
- package/esm/utils/highlight.js +1 -1
- package/esm/utils/icon.js +1 -1
- package/esm/utils/image.js +1 -1
- package/esm/utils/isPureVariable.js +2 -2
- package/esm/utils/json-schema-2-amis-schema.js +1 -1
- package/esm/utils/keyToPath.js +1 -1
- package/esm/utils/labelToString.js +4 -1
- package/esm/utils/makeSorter.js +1 -1
- package/esm/utils/math.js +1 -1
- package/esm/utils/memoryParse.d.ts +2 -1
- package/esm/utils/memoryParse.js +10 -6
- package/esm/utils/normalizeLink.js +1 -1
- package/esm/utils/normalizeOptions.js +1 -1
- package/esm/utils/object.d.ts +2 -4
- package/esm/utils/object.js +1 -1
- package/esm/utils/offset.js +1 -1
- package/esm/utils/offsetParent.js +1 -1
- package/esm/utils/optionValueCompare.js +1 -1
- package/esm/utils/position.js +1 -1
- package/esm/utils/prettyBytes.js +1 -1
- package/esm/utils/printElement.js +1 -1
- package/esm/utils/renderer-event.js +1 -1
- package/esm/utils/replaceText.js +1 -1
- package/esm/utils/resize-sensor.js +30 -1
- package/esm/utils/resolveCondition.js +2 -1
- package/esm/utils/resolveVariable.js +1 -1
- package/esm/utils/resolveVariableAndFilter.js +1 -1
- package/esm/utils/resolveVariableAndFilterForAsync.js +1 -1
- package/esm/utils/scrollPosition.js +1 -1
- package/esm/utils/string2regExp.js +1 -1
- package/esm/utils/stripNumber.js +1 -1
- package/esm/utils/style-helper.js +1 -1
- package/esm/utils/style.js +2 -1
- package/esm/utils/toNumber.js +1 -1
- package/esm/utils/tokenize.js +1 -1
- package/esm/utils/tpl-builtin.js +2 -1
- package/esm/utils/tpl-lodash.js +2 -1
- package/esm/utils/tpl.js +1 -1
- package/esm/utils/uncontrollable.js +1 -1
- package/esm/utils/validateId.js +1 -1
- package/esm/utils/validations.js +2 -1
- package/esm/utils/visitedCache.d.ts +46 -0
- package/esm/utils/visitedCache.js +124 -0
- package/lib/Root.js +1 -1
- package/lib/RootRenderer.js +23 -1
- package/lib/SchemaRenderer.d.ts +0 -1
- package/lib/SchemaRenderer.js +42 -18
- package/lib/Scoped.d.ts +1 -1
- package/lib/Scoped.js +2 -1
- package/lib/StatusScoped.js +1 -1
- package/lib/WithRootStore.js +1 -1
- package/lib/WithStore.js +14 -14
- package/lib/actions/Action.js +2 -1
- package/lib/actions/AjaxAction.js +1 -1
- package/lib/actions/BreakAction.js +1 -1
- package/lib/actions/BroadcastAction.js +1 -1
- package/lib/actions/CmptAction.js +56 -49
- package/lib/actions/ContinueAction.js +1 -1
- package/lib/actions/CopyAction.js +1 -1
- package/lib/actions/CustomAction.js +2 -1
- package/lib/actions/DialogAction.js +3 -1
- package/lib/actions/DrawerAction.js +2 -1
- package/lib/actions/EmailAction.js +1 -1
- package/lib/actions/EventAction.js +2 -1
- package/lib/actions/LinkAction.js +1 -1
- package/lib/actions/LoopAction.js +2 -1
- package/lib/actions/PageAction.js +1 -1
- package/lib/actions/ParallelAction.js +1 -1
- package/lib/actions/PrintAction.js +1 -1
- package/lib/actions/StatusAction.js +1 -1
- package/lib/actions/SwitchAction.js +1 -1
- package/lib/actions/ToastAction.js +2 -2
- package/lib/actions/WaitAction.js +1 -1
- package/lib/components/CustomStyle.js +1 -1
- package/lib/components/ErrorBoundary.js +1 -1
- package/lib/components/LazyComponent.d.ts +40 -2
- package/lib/components/LazyComponent.js +14 -7
- package/lib/components/Overlay.js +2 -1
- package/lib/components/PopOver.d.ts +1 -1
- package/lib/components/PopOver.js +2 -1
- package/lib/env.d.ts +0 -4
- package/lib/env.js +1 -1
- package/lib/envOverwrite.js +1 -1
- package/lib/factory.d.ts +19 -2
- package/lib/factory.js +211 -44
- package/lib/index.d.ts +4 -4
- package/lib/index.js +16 -2
- package/lib/locale.d.ts +1 -1
- package/lib/locale.js +14 -2
- package/lib/polyfills.js +1 -1
- package/lib/renderers/Form.d.ts +5 -5
- package/lib/renderers/Form.js +65 -26
- package/lib/renderers/Item.d.ts +110 -19
- package/lib/renderers/Item.js +163 -125
- package/lib/renderers/Options.d.ts +3 -3
- package/lib/renderers/Options.js +43 -19
- package/lib/renderers/Placeholder.js +1 -1
- package/lib/renderers/builtin.js +1 -1
- package/lib/renderers/register.js +1 -1
- package/lib/renderers/wrapControl.d.ts +3 -3
- package/lib/renderers/wrapControl.js +25 -10
- package/lib/store/app.d.ts +3 -3
- package/lib/store/app.js +2 -1
- package/lib/store/combo.d.ts +449 -40
- package/lib/store/combo.js +1 -1
- package/lib/store/crud.d.ts +3 -3
- package/lib/store/crud.js +3 -2
- package/lib/store/form.d.ts +188 -18
- package/lib/store/form.js +29 -6
- package/lib/store/formItem.d.ts +5 -0
- package/lib/store/formItem.js +32 -10
- package/lib/store/iRenderer.d.ts +4 -3
- package/lib/store/iRenderer.js +29 -4
- package/lib/store/index.d.ts +1 -0
- package/lib/store/index.js +3 -1
- package/lib/store/list.d.ts +3 -3
- package/lib/store/list.js +1 -1
- package/lib/store/manager.js +1 -1
- package/lib/store/modal.d.ts +3 -3
- package/lib/store/modal.js +1 -1
- package/lib/store/node.js +1 -1
- package/lib/store/pagination.d.ts +3 -3
- package/lib/store/pagination.js +2 -1
- package/lib/store/root.d.ts +5 -3
- package/lib/store/root.js +44 -19
- package/lib/store/service.d.ts +3 -3
- package/lib/store/service.js +11 -4
- package/lib/store/status.js +1 -1
- package/lib/store/table.d.ts +416 -57
- package/lib/store/table.js +84 -54
- package/lib/store/table2.d.ts +3 -3
- package/lib/store/table2.js +1 -1
- package/lib/theme.d.ts +1 -1
- package/lib/theme.js +13 -2
- package/lib/types.d.ts +19 -2
- package/lib/utils/Animation.js +1 -1
- package/lib/utils/ColorScale.js +1 -1
- package/lib/utils/DataSchema.js +1 -1
- package/lib/utils/DataScope.js +1 -1
- package/lib/utils/RootClose.js +1 -1
- package/lib/utils/SimpleMap.js +1 -1
- package/lib/utils/api.d.ts +21 -1
- package/lib/utils/api.js +141 -40
- package/lib/utils/arraySlice.js +1 -1
- package/lib/utils/attachmentAdpator.js +1 -1
- package/lib/utils/autobind.js +1 -1
- package/lib/utils/browser.js +1 -1
- package/lib/utils/columnsSplit.js +1 -1
- package/lib/utils/concatData.js +1 -1
- package/lib/utils/dataMapping.js +1 -1
- package/lib/utils/date.js +1 -1
- package/lib/utils/debug.js +18 -4
- package/lib/utils/decodeEntity.js +1 -1
- package/lib/utils/dom.js +1 -1
- package/lib/utils/errors.js +1 -1
- package/lib/utils/escapeHtml.js +1 -1
- package/lib/utils/filter-schema.js +1 -1
- package/lib/utils/filter.js +1 -1
- package/lib/utils/formatDuration.js +1 -1
- package/lib/utils/formula.js +2 -1
- package/lib/utils/getVariable.js +1 -1
- package/lib/utils/grammar.js +1 -1
- package/lib/utils/handleAction.js +1 -1
- package/lib/utils/helper.d.ts +4 -1
- package/lib/utils/helper.js +19 -3
- package/lib/utils/highlight.js +1 -1
- package/lib/utils/icon.js +1 -1
- package/lib/utils/image.js +1 -1
- package/lib/utils/isPureVariable.js +2 -2
- package/lib/utils/json-schema-2-amis-schema.js +1 -1
- package/lib/utils/keyToPath.js +1 -1
- package/lib/utils/labelToString.js +4 -1
- package/lib/utils/makeSorter.js +1 -1
- package/lib/utils/math.js +1 -1
- package/lib/utils/memoryParse.d.ts +2 -1
- package/lib/utils/memoryParse.js +10 -6
- package/lib/utils/normalizeLink.js +1 -1
- package/lib/utils/normalizeOptions.js +1 -1
- package/lib/utils/object.d.ts +2 -4
- package/lib/utils/object.js +1 -1
- package/lib/utils/offset.js +1 -1
- package/lib/utils/offsetParent.js +1 -1
- package/lib/utils/optionValueCompare.js +1 -1
- package/lib/utils/position.js +1 -1
- package/lib/utils/prettyBytes.js +1 -1
- package/lib/utils/printElement.js +1 -1
- package/lib/utils/renderer-event.js +1 -1
- package/lib/utils/replaceText.js +1 -1
- package/lib/utils/resize-sensor.js +30 -1
- package/lib/utils/resolveCondition.js +2 -1
- package/lib/utils/resolveVariable.js +1 -1
- package/lib/utils/resolveVariableAndFilter.js +1 -1
- package/lib/utils/resolveVariableAndFilterForAsync.js +1 -1
- package/lib/utils/scrollPosition.js +1 -1
- package/lib/utils/string2regExp.js +1 -1
- package/lib/utils/stripNumber.js +1 -1
- package/lib/utils/style-helper.js +1 -1
- package/lib/utils/style.js +2 -1
- package/lib/utils/toNumber.js +1 -1
- package/lib/utils/tokenize.js +1 -1
- package/lib/utils/tpl-builtin.js +2 -1
- package/lib/utils/tpl-lodash.js +2 -1
- package/lib/utils/tpl.js +1 -1
- package/lib/utils/uncontrollable.js +1 -1
- package/lib/utils/validateId.js +1 -1
- package/lib/utils/validations.js +2 -1
- package/lib/utils/visitedCache.d.ts +46 -0
- package/lib/utils/visitedCache.js +128 -0
- package/package.json +2 -2
package/esm/store/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>;
|
|
@@ -330,10 +331,10 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
330
331
|
readonly pristineDiff: any;
|
|
331
332
|
} & {
|
|
332
333
|
setTopStore(value: any): void;
|
|
333
|
-
initData(data?: object, skipSetPristine?: boolean): void;
|
|
334
|
+
initData(data?: object, skipSetPristine?: boolean, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
334
335
|
reset(): void;
|
|
335
|
-
updateData(data?: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined): void;
|
|
336
|
-
changeValue(name: string, value: any, changePristine?: boolean | undefined, force?: boolean | undefined, otherModifier?: ((data: Object) => void) | undefined): void;
|
|
336
|
+
updateData(data?: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
337
|
+
changeValue(name: string, value: any, changePristine?: boolean | undefined, force?: boolean | undefined, otherModifier?: ((data: Object) => void) | undefined, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
337
338
|
setCurrentAction(action: any, resolveDefinitions?: ((schema: any) => any) | undefined): void;
|
|
338
339
|
openDialog(ctx: any, additonal?: object | undefined, callback?: ((confirmed: boolean, values: any) => void) | undefined, scoped?: import("..").IScopedContext | undefined): void;
|
|
339
340
|
closeDialog(confirmed?: any, data?: any): void;
|
|
@@ -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;
|
|
@@ -466,10 +470,10 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
466
470
|
readonly pristineDiff: any;
|
|
467
471
|
} & {
|
|
468
472
|
setTopStore(value: any): void;
|
|
469
|
-
initData(data?: object, skipSetPristine?: boolean): void;
|
|
473
|
+
initData(data?: object, skipSetPristine?: boolean, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
470
474
|
reset(): void;
|
|
471
|
-
updateData(data?: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined): void;
|
|
472
|
-
changeValue(name: string, value: any, changePristine?: boolean | undefined, force?: boolean | undefined, otherModifier?: ((data: Object) => void) | undefined): void;
|
|
475
|
+
updateData(data?: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
476
|
+
changeValue(name: string, value: any, changePristine?: boolean | undefined, force?: boolean | undefined, otherModifier?: ((data: Object) => void) | undefined, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
473
477
|
setCurrentAction(action: any, resolveDefinitions?: ((schema: any) => any) | undefined): void;
|
|
474
478
|
openDialog(ctx: any, additonal?: object | undefined, callback?: ((confirmed: boolean, values: any) => void) | undefined, scoped?: import("..").IScopedContext | undefined): void;
|
|
475
479
|
closeDialog(confirmed?: any, data?: any): 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;
|
|
@@ -5706,8 +5880,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5706
5880
|
readonly persistKey: string;
|
|
5707
5881
|
} & {
|
|
5708
5882
|
setInited: (value: boolean) => void;
|
|
5709
|
-
setValues: (values: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined) => void;
|
|
5710
|
-
setValueByName: (name: string, value: any, isPristine?: boolean, force?: boolean) => void;
|
|
5883
|
+
setValues: (values: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined, changeReason?: import("..").DataChangeReason | undefined) => void;
|
|
5884
|
+
setValueByName: (name: string, value: any, isPristine?: boolean, force?: boolean, changeReason?: import("..").DataChangeReason | undefined) => void;
|
|
5711
5885
|
trimValues: () => void;
|
|
5712
5886
|
submit: (fn?: ((values: object) => Promise<any>) | undefined, hooks?: (() => Promise<any>)[] | undefined, failedMessage?: string | undefined, validateErrCb?: (() => void) | undefined, throwErrors?: boolean | undefined) => Promise<any>;
|
|
5713
5887
|
validate: (hooks?: (() => Promise<any>)[] | undefined, forceValidate?: boolean | undefined, throwErrors?: boolean | undefined, failedMessage?: string | undefined, validateErrCb?: (() => void) | undefined) => Promise<boolean>;
|
|
@@ -5722,10 +5896,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5722
5896
|
reset: (cb?: ((data: any) => void) | undefined, resetData?: boolean) => void;
|
|
5723
5897
|
syncOptions: import("lodash").DebouncedFunc<() => void>;
|
|
5724
5898
|
setCanAccessSuperData: (value?: boolean) => void;
|
|
5725
|
-
deleteValueByName: (name: string) => void;
|
|
5899
|
+
deleteValueByName: (name: string, changeReason?: import("..").DataChangeReason | undefined) => void;
|
|
5726
5900
|
getLocalPersistData: () => void;
|
|
5727
5901
|
setLocalPersistData: (keys?: string[] | undefined) => void;
|
|
5728
5902
|
clearLocalPersistData: () => void;
|
|
5903
|
+
setPristine: (data: object) => void;
|
|
5729
5904
|
setPersistData: (value?: string) => void;
|
|
5730
5905
|
clear: (cb?: ((data: any) => void) | undefined) => void;
|
|
5731
5906
|
updateSavedData: () => void;
|
|
@@ -5793,10 +5968,10 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5793
5968
|
readonly pristineDiff: any;
|
|
5794
5969
|
} & {
|
|
5795
5970
|
setTopStore(value: any): void;
|
|
5796
|
-
initData(data?: object, skipSetPristine?: boolean): void;
|
|
5971
|
+
initData(data?: object, skipSetPristine?: boolean, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
5797
5972
|
reset(): void;
|
|
5798
|
-
updateData(data?: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined): void;
|
|
5799
|
-
changeValue(name: string, value: any, changePristine?: boolean | undefined, force?: boolean | undefined, otherModifier?: ((data: Object) => void) | undefined): void;
|
|
5973
|
+
updateData(data?: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
5974
|
+
changeValue(name: string, value: any, changePristine?: boolean | undefined, force?: boolean | undefined, otherModifier?: ((data: Object) => void) | undefined, changeReason?: import("..").DataChangeReason | undefined): void;
|
|
5800
5975
|
setCurrentAction(action: any, resolveDefinitions?: ((schema: any) => any) | undefined): void;
|
|
5801
5976
|
openDialog(ctx: any, additonal?: object | undefined, callback?: ((confirmed: boolean, values: any) => void) | undefined, scoped?: import("..").IScopedContext | undefined): void;
|
|
5802
5977
|
closeDialog(confirmed?: any, data?: any): void;
|
|
@@ -5883,6 +6058,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5883
6058
|
rowIndex: any;
|
|
5884
6059
|
pagination: any;
|
|
5885
6060
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6061
|
+
popOverOpen: boolean;
|
|
6062
|
+
popOverData: any;
|
|
6063
|
+
popOverSchema: any;
|
|
5886
6064
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
5887
6065
|
readonly parentStore: any;
|
|
5888
6066
|
readonly __: any;
|
|
@@ -5983,6 +6161,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
5983
6161
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
5984
6162
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
5985
6163
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
6164
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
6165
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
5986
6166
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
5987
6167
|
changeEmitedValue: (value: any) => void;
|
|
5988
6168
|
addSubFormItem: (item: {
|
|
@@ -6047,6 +6227,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6047
6227
|
rowIndex: any;
|
|
6048
6228
|
pagination: any;
|
|
6049
6229
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6230
|
+
popOverOpen: boolean;
|
|
6231
|
+
popOverData: any;
|
|
6232
|
+
popOverSchema: any;
|
|
6050
6233
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6051
6234
|
readonly parentStore: any;
|
|
6052
6235
|
readonly __: any;
|
|
@@ -6133,6 +6316,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6133
6316
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6134
6317
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6135
6318
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
6319
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
6320
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
6321
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6136
6322
|
}, {
|
|
6137
6323
|
readonly parentStore: any;
|
|
6138
6324
|
readonly __: any;
|
|
@@ -6223,6 +6409,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6223
6409
|
rowIndex: any;
|
|
6224
6410
|
pagination: any;
|
|
6225
6411
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6412
|
+
popOverOpen: boolean;
|
|
6413
|
+
popOverData: any;
|
|
6414
|
+
popOverSchema: any;
|
|
6226
6415
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6227
6416
|
readonly parentStore: any;
|
|
6228
6417
|
readonly __: any;
|
|
@@ -6309,6 +6498,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6309
6498
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6310
6499
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6311
6500
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
6501
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
6502
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
6503
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6312
6504
|
}, {
|
|
6313
6505
|
readonly parentStore: any;
|
|
6314
6506
|
readonly __: any;
|
|
@@ -6401,6 +6593,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6401
6593
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6402
6594
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6403
6595
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
6596
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
6597
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
6598
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6404
6599
|
}, {
|
|
6405
6600
|
readonly parentStore: any;
|
|
6406
6601
|
readonly __: any;
|
|
@@ -6501,6 +6696,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6501
6696
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
6502
6697
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
6503
6698
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
6699
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
6700
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
6504
6701
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
6505
6702
|
changeEmitedValue: (value: any) => void;
|
|
6506
6703
|
addSubFormItem: (item: {
|
|
@@ -6565,6 +6762,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6565
6762
|
rowIndex: any;
|
|
6566
6763
|
pagination: any;
|
|
6567
6764
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6765
|
+
popOverOpen: boolean;
|
|
6766
|
+
popOverData: any;
|
|
6767
|
+
popOverSchema: any;
|
|
6568
6768
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6569
6769
|
readonly parentStore: any;
|
|
6570
6770
|
readonly __: any;
|
|
@@ -6651,6 +6851,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6651
6851
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6652
6852
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6653
6853
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
6854
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
6855
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
6856
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6654
6857
|
}, {
|
|
6655
6858
|
readonly parentStore: any;
|
|
6656
6859
|
readonly __: any;
|
|
@@ -6741,6 +6944,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6741
6944
|
rowIndex: any;
|
|
6742
6945
|
pagination: any;
|
|
6743
6946
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
6947
|
+
popOverOpen: boolean;
|
|
6948
|
+
popOverData: any;
|
|
6949
|
+
popOverSchema: any;
|
|
6744
6950
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6745
6951
|
readonly parentStore: any;
|
|
6746
6952
|
readonly __: any;
|
|
@@ -6827,6 +7033,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6827
7033
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
6828
7034
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
6829
7035
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7036
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7037
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7038
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
6830
7039
|
}, {
|
|
6831
7040
|
readonly parentStore: any;
|
|
6832
7041
|
readonly __: any;
|
|
@@ -6923,6 +7132,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
6923
7132
|
rowIndex: any;
|
|
6924
7133
|
pagination: any;
|
|
6925
7134
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
7135
|
+
popOverOpen: boolean;
|
|
7136
|
+
popOverData: any;
|
|
7137
|
+
popOverSchema: any;
|
|
6926
7138
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6927
7139
|
readonly parentStore: any;
|
|
6928
7140
|
readonly __: any;
|
|
@@ -7023,6 +7235,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7023
7235
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
7024
7236
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7025
7237
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
7238
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7239
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
7026
7240
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
7027
7241
|
changeEmitedValue: (value: any) => void;
|
|
7028
7242
|
addSubFormItem: (item: {
|
|
@@ -7087,6 +7301,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7087
7301
|
rowIndex: any;
|
|
7088
7302
|
pagination: any;
|
|
7089
7303
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
7304
|
+
popOverOpen: boolean;
|
|
7305
|
+
popOverData: any;
|
|
7306
|
+
popOverSchema: any;
|
|
7090
7307
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7091
7308
|
readonly parentStore: any;
|
|
7092
7309
|
readonly __: any;
|
|
@@ -7173,6 +7390,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7173
7390
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7174
7391
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7175
7392
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7393
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7394
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7395
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7176
7396
|
}, {
|
|
7177
7397
|
readonly parentStore: any;
|
|
7178
7398
|
readonly __: any;
|
|
@@ -7263,6 +7483,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7263
7483
|
rowIndex: any;
|
|
7264
7484
|
pagination: any;
|
|
7265
7485
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
7486
|
+
popOverOpen: boolean;
|
|
7487
|
+
popOverData: any;
|
|
7488
|
+
popOverSchema: any;
|
|
7266
7489
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7267
7490
|
readonly parentStore: any;
|
|
7268
7491
|
readonly __: any;
|
|
@@ -7349,6 +7572,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7349
7572
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7350
7573
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7351
7574
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7575
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7576
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7577
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7352
7578
|
}, {
|
|
7353
7579
|
readonly parentStore: any;
|
|
7354
7580
|
readonly __: any;
|
|
@@ -7441,6 +7667,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7441
7667
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7442
7668
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7443
7669
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7670
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7671
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7672
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7444
7673
|
}, {
|
|
7445
7674
|
readonly parentStore: any;
|
|
7446
7675
|
readonly __: any;
|
|
@@ -7541,6 +7770,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7541
7770
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
7542
7771
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7543
7772
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
7773
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
7774
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
7544
7775
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
7545
7776
|
changeEmitedValue: (value: any) => void;
|
|
7546
7777
|
addSubFormItem: (item: {
|
|
@@ -7605,6 +7836,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7605
7836
|
rowIndex: any;
|
|
7606
7837
|
pagination: any;
|
|
7607
7838
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
7839
|
+
popOverOpen: boolean;
|
|
7840
|
+
popOverData: any;
|
|
7841
|
+
popOverSchema: any;
|
|
7608
7842
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7609
7843
|
readonly parentStore: any;
|
|
7610
7844
|
readonly __: any;
|
|
@@ -7691,6 +7925,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7691
7925
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7692
7926
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7693
7927
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
7928
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
7929
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
7930
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7694
7931
|
}, {
|
|
7695
7932
|
readonly parentStore: any;
|
|
7696
7933
|
readonly __: any;
|
|
@@ -7781,6 +8018,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7781
8018
|
rowIndex: any;
|
|
7782
8019
|
pagination: any;
|
|
7783
8020
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8021
|
+
popOverOpen: boolean;
|
|
8022
|
+
popOverData: any;
|
|
8023
|
+
popOverSchema: any;
|
|
7784
8024
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7785
8025
|
readonly parentStore: any;
|
|
7786
8026
|
readonly __: any;
|
|
@@ -7867,6 +8107,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7867
8107
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
7868
8108
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
7869
8109
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8110
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8111
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8112
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
7870
8113
|
}, {
|
|
7871
8114
|
readonly parentStore: any;
|
|
7872
8115
|
readonly __: any;
|
|
@@ -7968,6 +8211,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
7968
8211
|
rowIndex: any;
|
|
7969
8212
|
pagination: any;
|
|
7970
8213
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8214
|
+
popOverOpen: boolean;
|
|
8215
|
+
popOverData: any;
|
|
8216
|
+
popOverSchema: any;
|
|
7971
8217
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7972
8218
|
readonly parentStore: any;
|
|
7973
8219
|
readonly __: any;
|
|
@@ -8068,6 +8314,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8068
8314
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
8069
8315
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8070
8316
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
8317
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8318
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
8071
8319
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
8072
8320
|
changeEmitedValue: (value: any) => void;
|
|
8073
8321
|
addSubFormItem: (item: {
|
|
@@ -8132,6 +8380,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8132
8380
|
rowIndex: any;
|
|
8133
8381
|
pagination: any;
|
|
8134
8382
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8383
|
+
popOverOpen: boolean;
|
|
8384
|
+
popOverData: any;
|
|
8385
|
+
popOverSchema: any;
|
|
8135
8386
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8136
8387
|
readonly parentStore: any;
|
|
8137
8388
|
readonly __: any;
|
|
@@ -8218,6 +8469,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8218
8469
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8219
8470
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8220
8471
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8472
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8473
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8474
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8221
8475
|
}, {
|
|
8222
8476
|
readonly parentStore: any;
|
|
8223
8477
|
readonly __: any;
|
|
@@ -8308,6 +8562,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8308
8562
|
rowIndex: any;
|
|
8309
8563
|
pagination: any;
|
|
8310
8564
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8565
|
+
popOverOpen: boolean;
|
|
8566
|
+
popOverData: any;
|
|
8567
|
+
popOverSchema: any;
|
|
8311
8568
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8312
8569
|
readonly parentStore: any;
|
|
8313
8570
|
readonly __: any;
|
|
@@ -8394,6 +8651,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8394
8651
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8395
8652
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8396
8653
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8654
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8655
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8656
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8397
8657
|
}, {
|
|
8398
8658
|
readonly parentStore: any;
|
|
8399
8659
|
readonly __: any;
|
|
@@ -8486,6 +8746,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8486
8746
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8487
8747
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8488
8748
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
8749
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
8750
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
8751
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8489
8752
|
}, {
|
|
8490
8753
|
readonly parentStore: any;
|
|
8491
8754
|
readonly __: any;
|
|
@@ -8586,6 +8849,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8586
8849
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
8587
8850
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8588
8851
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
8852
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
8853
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
8589
8854
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
8590
8855
|
changeEmitedValue: (value: any) => void;
|
|
8591
8856
|
addSubFormItem: (item: {
|
|
@@ -8650,6 +8915,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8650
8915
|
rowIndex: any;
|
|
8651
8916
|
pagination: any;
|
|
8652
8917
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
8918
|
+
popOverOpen: boolean;
|
|
8919
|
+
popOverData: any;
|
|
8920
|
+
popOverSchema: any;
|
|
8653
8921
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8654
8922
|
readonly parentStore: any;
|
|
8655
8923
|
readonly __: any;
|
|
@@ -8736,6 +9004,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8736
9004
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8737
9005
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8738
9006
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9007
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9008
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9009
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8739
9010
|
}, {
|
|
8740
9011
|
readonly parentStore: any;
|
|
8741
9012
|
readonly __: any;
|
|
@@ -8826,6 +9097,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8826
9097
|
rowIndex: any;
|
|
8827
9098
|
pagination: any;
|
|
8828
9099
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9100
|
+
popOverOpen: boolean;
|
|
9101
|
+
popOverData: any;
|
|
9102
|
+
popOverSchema: any;
|
|
8829
9103
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8830
9104
|
readonly parentStore: any;
|
|
8831
9105
|
readonly __: any;
|
|
@@ -8912,6 +9186,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
8912
9186
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
8913
9187
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
8914
9188
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9189
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9190
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9191
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
8915
9192
|
}, {
|
|
8916
9193
|
readonly parentStore: any;
|
|
8917
9194
|
readonly __: any;
|
|
@@ -9008,6 +9285,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9008
9285
|
rowIndex: any;
|
|
9009
9286
|
pagination: any;
|
|
9010
9287
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9288
|
+
popOverOpen: boolean;
|
|
9289
|
+
popOverData: any;
|
|
9290
|
+
popOverSchema: any;
|
|
9011
9291
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9012
9292
|
readonly parentStore: any;
|
|
9013
9293
|
readonly __: any;
|
|
@@ -9108,6 +9388,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9108
9388
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
9109
9389
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9110
9390
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
9391
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9392
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
9111
9393
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9112
9394
|
changeEmitedValue: (value: any) => void;
|
|
9113
9395
|
addSubFormItem: (item: {
|
|
@@ -9172,6 +9454,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9172
9454
|
rowIndex: any;
|
|
9173
9455
|
pagination: any;
|
|
9174
9456
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9457
|
+
popOverOpen: boolean;
|
|
9458
|
+
popOverData: any;
|
|
9459
|
+
popOverSchema: any;
|
|
9175
9460
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9176
9461
|
readonly parentStore: any;
|
|
9177
9462
|
readonly __: any;
|
|
@@ -9258,6 +9543,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9258
9543
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9259
9544
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9260
9545
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9546
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9547
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9548
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9261
9549
|
}, {
|
|
9262
9550
|
readonly parentStore: any;
|
|
9263
9551
|
readonly __: any;
|
|
@@ -9348,6 +9636,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9348
9636
|
rowIndex: any;
|
|
9349
9637
|
pagination: any;
|
|
9350
9638
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9639
|
+
popOverOpen: boolean;
|
|
9640
|
+
popOverData: any;
|
|
9641
|
+
popOverSchema: any;
|
|
9351
9642
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9352
9643
|
readonly parentStore: any;
|
|
9353
9644
|
readonly __: any;
|
|
@@ -9434,6 +9725,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9434
9725
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9435
9726
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9436
9727
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9728
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9729
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9730
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9437
9731
|
}, {
|
|
9438
9732
|
readonly parentStore: any;
|
|
9439
9733
|
readonly __: any;
|
|
@@ -9526,6 +9820,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9526
9820
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9527
9821
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9528
9822
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
9823
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
9824
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
9825
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9529
9826
|
}, {
|
|
9530
9827
|
readonly parentStore: any;
|
|
9531
9828
|
readonly __: any;
|
|
@@ -9626,6 +9923,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9626
9923
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
9627
9924
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9628
9925
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
9926
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
9927
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
9629
9928
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
9630
9929
|
changeEmitedValue: (value: any) => void;
|
|
9631
9930
|
addSubFormItem: (item: {
|
|
@@ -9690,6 +9989,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9690
9989
|
rowIndex: any;
|
|
9691
9990
|
pagination: any;
|
|
9692
9991
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
9992
|
+
popOverOpen: boolean;
|
|
9993
|
+
popOverData: any;
|
|
9994
|
+
popOverSchema: any;
|
|
9693
9995
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9694
9996
|
readonly parentStore: any;
|
|
9695
9997
|
readonly __: any;
|
|
@@ -9776,6 +10078,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9776
10078
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9777
10079
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9778
10080
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10081
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10082
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10083
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9779
10084
|
}, {
|
|
9780
10085
|
readonly parentStore: any;
|
|
9781
10086
|
readonly __: any;
|
|
@@ -9866,6 +10171,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9866
10171
|
rowIndex: any;
|
|
9867
10172
|
pagination: any;
|
|
9868
10173
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10174
|
+
popOverOpen: boolean;
|
|
10175
|
+
popOverData: any;
|
|
10176
|
+
popOverSchema: any;
|
|
9869
10177
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9870
10178
|
readonly parentStore: any;
|
|
9871
10179
|
readonly __: any;
|
|
@@ -9952,6 +10260,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
9952
10260
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
9953
10261
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
9954
10262
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10263
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10264
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10265
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
9955
10266
|
}, {
|
|
9956
10267
|
readonly parentStore: any;
|
|
9957
10268
|
readonly __: any;
|
|
@@ -10048,6 +10359,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10048
10359
|
rowIndex: any;
|
|
10049
10360
|
pagination: any;
|
|
10050
10361
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10362
|
+
popOverOpen: boolean;
|
|
10363
|
+
popOverData: any;
|
|
10364
|
+
popOverSchema: any;
|
|
10051
10365
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10052
10366
|
readonly parentStore: any;
|
|
10053
10367
|
readonly __: any;
|
|
@@ -10148,6 +10462,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10148
10462
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
10149
10463
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10150
10464
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
10465
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10466
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
10151
10467
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10152
10468
|
changeEmitedValue: (value: any) => void;
|
|
10153
10469
|
addSubFormItem: (item: {
|
|
@@ -10212,6 +10528,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10212
10528
|
rowIndex: any;
|
|
10213
10529
|
pagination: any;
|
|
10214
10530
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10531
|
+
popOverOpen: boolean;
|
|
10532
|
+
popOverData: any;
|
|
10533
|
+
popOverSchema: any;
|
|
10215
10534
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10216
10535
|
readonly parentStore: any;
|
|
10217
10536
|
readonly __: any;
|
|
@@ -10298,6 +10617,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10298
10617
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10299
10618
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10300
10619
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10620
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10621
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10622
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10301
10623
|
}, {
|
|
10302
10624
|
readonly parentStore: any;
|
|
10303
10625
|
readonly __: any;
|
|
@@ -10388,6 +10710,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10388
10710
|
rowIndex: any;
|
|
10389
10711
|
pagination: any;
|
|
10390
10712
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
10713
|
+
popOverOpen: boolean;
|
|
10714
|
+
popOverData: any;
|
|
10715
|
+
popOverSchema: any;
|
|
10391
10716
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10392
10717
|
readonly parentStore: any;
|
|
10393
10718
|
readonly __: any;
|
|
@@ -10474,6 +10799,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10474
10799
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10475
10800
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10476
10801
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10802
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10803
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10804
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10477
10805
|
}, {
|
|
10478
10806
|
readonly parentStore: any;
|
|
10479
10807
|
readonly __: any;
|
|
@@ -10566,6 +10894,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10566
10894
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10567
10895
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10568
10896
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
10897
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
10898
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
10899
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10569
10900
|
}, {
|
|
10570
10901
|
readonly parentStore: any;
|
|
10571
10902
|
readonly __: any;
|
|
@@ -10666,6 +10997,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10666
10997
|
resetValidationStatus: (tag?: string | undefined) => void;
|
|
10667
10998
|
openDialog: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
10668
10999
|
closeDialog: (confirmed?: any, result?: any) => void;
|
|
11000
|
+
openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
|
|
11001
|
+
closePopOver: (confirmed?: any, result?: any) => void;
|
|
10669
11002
|
changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
|
|
10670
11003
|
changeEmitedValue: (value: any) => void;
|
|
10671
11004
|
addSubFormItem: (item: {
|
|
@@ -10730,6 +11063,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10730
11063
|
rowIndex: any;
|
|
10731
11064
|
pagination: any;
|
|
10732
11065
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11066
|
+
popOverOpen: boolean;
|
|
11067
|
+
popOverData: any;
|
|
11068
|
+
popOverSchema: any;
|
|
10733
11069
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10734
11070
|
readonly parentStore: any;
|
|
10735
11071
|
readonly __: any;
|
|
@@ -10816,6 +11152,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10816
11152
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10817
11153
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10818
11154
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
11155
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
11156
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
11157
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10819
11158
|
}, {
|
|
10820
11159
|
readonly parentStore: any;
|
|
10821
11160
|
readonly __: any;
|
|
@@ -10906,6 +11245,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10906
11245
|
rowIndex: any;
|
|
10907
11246
|
pagination: any;
|
|
10908
11247
|
accumulatedOptions: any[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>>;
|
|
11248
|
+
popOverOpen: boolean;
|
|
11249
|
+
popOverData: any;
|
|
11250
|
+
popOverSchema: any;
|
|
10909
11251
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10910
11252
|
readonly parentStore: any;
|
|
10911
11253
|
readonly __: any;
|
|
@@ -10992,6 +11334,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
10992
11334
|
rowIndex: import("mobx-state-tree").IType<any, any, any>;
|
|
10993
11335
|
pagination: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
10994
11336
|
accumulatedOptions: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any[], any[], any[]>, [undefined]>;
|
|
11337
|
+
popOverOpen: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
11338
|
+
popOverData: import("mobx-state-tree").IType<any, any, any>;
|
|
11339
|
+
popOverSchema: import("mobx-state-tree").IType<any, any, any>;
|
|
10995
11340
|
}, {
|
|
10996
11341
|
readonly parentStore: any;
|
|
10997
11342
|
readonly __: any;
|
|
@@ -11033,8 +11378,8 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11033
11378
|
readonly persistKey: string;
|
|
11034
11379
|
} & {
|
|
11035
11380
|
setInited: (value: boolean) => void;
|
|
11036
|
-
setValues: (values: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined) => void;
|
|
11037
|
-
setValueByName: (name: string, value: any, isPristine?: boolean, force?: boolean) => void;
|
|
11381
|
+
setValues: (values: object, tag?: object | undefined, replace?: boolean | undefined, concatFields?: string | string[] | undefined, changeReason?: import("..").DataChangeReason | undefined) => void;
|
|
11382
|
+
setValueByName: (name: string, value: any, isPristine?: boolean, force?: boolean, changeReason?: import("..").DataChangeReason | undefined) => void;
|
|
11038
11383
|
trimValues: () => void;
|
|
11039
11384
|
submit: (fn?: ((values: object) => Promise<any>) | undefined, hooks?: (() => Promise<any>)[] | undefined, failedMessage?: string | undefined, validateErrCb?: (() => void) | undefined, throwErrors?: boolean | undefined) => Promise<any>;
|
|
11040
11385
|
validate: (hooks?: (() => Promise<any>)[] | undefined, forceValidate?: boolean | undefined, throwErrors?: boolean | undefined, failedMessage?: string | undefined, validateErrCb?: (() => void) | undefined) => Promise<boolean>;
|
|
@@ -11049,10 +11394,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11049
11394
|
reset: (cb?: ((data: any) => void) | undefined, resetData?: boolean) => void;
|
|
11050
11395
|
syncOptions: import("lodash").DebouncedFunc<() => void>;
|
|
11051
11396
|
setCanAccessSuperData: (value?: boolean) => void;
|
|
11052
|
-
deleteValueByName: (name: string) => void;
|
|
11397
|
+
deleteValueByName: (name: string, changeReason?: import("..").DataChangeReason | undefined) => void;
|
|
11053
11398
|
getLocalPersistData: () => void;
|
|
11054
11399
|
setLocalPersistData: (keys?: string[] | undefined) => void;
|
|
11055
11400
|
clearLocalPersistData: () => void;
|
|
11401
|
+
setPristine: (data: object) => void;
|
|
11056
11402
|
setPersistData: (value?: string) => void;
|
|
11057
11403
|
clear: (cb?: ((data: any) => void) | undefined) => void;
|
|
11058
11404
|
updateSavedData: () => void;
|
|
@@ -11094,10 +11440,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11094
11440
|
className: any;
|
|
11095
11441
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11096
11442
|
readonly isPrimary: boolean;
|
|
11443
|
+
readonly columnKey: any;
|
|
11097
11444
|
} & {
|
|
11098
11445
|
toggleToggle(min?: number): void;
|
|
11099
11446
|
setToggled(value: boolean): void;
|
|
11100
|
-
setEnableSearch(value: boolean): void;
|
|
11447
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11101
11448
|
setMinWidth(value: number): void;
|
|
11102
11449
|
setWidth(value: number): void;
|
|
11103
11450
|
setRealWidth(value: number): void;
|
|
@@ -11128,10 +11475,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11128
11475
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11129
11476
|
}, {
|
|
11130
11477
|
readonly isPrimary: boolean;
|
|
11478
|
+
readonly columnKey: any;
|
|
11131
11479
|
} & {
|
|
11132
11480
|
toggleToggle(min?: number): void;
|
|
11133
11481
|
setToggled(value: boolean): void;
|
|
11134
|
-
setEnableSearch(value: boolean): void;
|
|
11482
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11135
11483
|
setMinWidth(value: number): void;
|
|
11136
11484
|
setWidth(value: number): void;
|
|
11137
11485
|
setRealWidth(value: number): void;
|
|
@@ -11163,10 +11511,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11163
11511
|
className: any;
|
|
11164
11512
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11165
11513
|
readonly isPrimary: boolean;
|
|
11514
|
+
readonly columnKey: any;
|
|
11166
11515
|
} & {
|
|
11167
11516
|
toggleToggle(min?: number): void;
|
|
11168
11517
|
setToggled(value: boolean): void;
|
|
11169
|
-
setEnableSearch(value: boolean): void;
|
|
11518
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11170
11519
|
setMinWidth(value: number): void;
|
|
11171
11520
|
setWidth(value: number): void;
|
|
11172
11521
|
setRealWidth(value: number): void;
|
|
@@ -11197,10 +11546,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11197
11546
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11198
11547
|
}, {
|
|
11199
11548
|
readonly isPrimary: boolean;
|
|
11549
|
+
readonly columnKey: any;
|
|
11200
11550
|
} & {
|
|
11201
11551
|
toggleToggle(min?: number): void;
|
|
11202
11552
|
setToggled(value: boolean): void;
|
|
11203
|
-
setEnableSearch(value: boolean): void;
|
|
11553
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11204
11554
|
setMinWidth(value: number): void;
|
|
11205
11555
|
setWidth(value: number): void;
|
|
11206
11556
|
setRealWidth(value: number): void;
|
|
@@ -11233,10 +11583,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11233
11583
|
className: any;
|
|
11234
11584
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11235
11585
|
readonly isPrimary: boolean;
|
|
11586
|
+
readonly columnKey: any;
|
|
11236
11587
|
} & {
|
|
11237
11588
|
toggleToggle(min?: number): void;
|
|
11238
11589
|
setToggled(value: boolean): void;
|
|
11239
|
-
setEnableSearch(value: boolean): void;
|
|
11590
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11240
11591
|
setMinWidth(value: number): void;
|
|
11241
11592
|
setWidth(value: number): void;
|
|
11242
11593
|
setRealWidth(value: number): void;
|
|
@@ -11267,10 +11618,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11267
11618
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11268
11619
|
}, {
|
|
11269
11620
|
readonly isPrimary: boolean;
|
|
11621
|
+
readonly columnKey: any;
|
|
11270
11622
|
} & {
|
|
11271
11623
|
toggleToggle(min?: number): void;
|
|
11272
11624
|
setToggled(value: boolean): void;
|
|
11273
|
-
setEnableSearch(value: boolean): void;
|
|
11625
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11274
11626
|
setMinWidth(value: number): void;
|
|
11275
11627
|
setWidth(value: number): void;
|
|
11276
11628
|
setRealWidth(value: number): void;
|
|
@@ -11302,10 +11654,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11302
11654
|
className: any;
|
|
11303
11655
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11304
11656
|
readonly isPrimary: boolean;
|
|
11657
|
+
readonly columnKey: any;
|
|
11305
11658
|
} & {
|
|
11306
11659
|
toggleToggle(min?: number): void;
|
|
11307
11660
|
setToggled(value: boolean): void;
|
|
11308
|
-
setEnableSearch(value: boolean): void;
|
|
11661
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11309
11662
|
setMinWidth(value: number): void;
|
|
11310
11663
|
setWidth(value: number): void;
|
|
11311
11664
|
setRealWidth(value: number): void;
|
|
@@ -11336,10 +11689,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11336
11689
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11337
11690
|
}, {
|
|
11338
11691
|
readonly isPrimary: boolean;
|
|
11692
|
+
readonly columnKey: any;
|
|
11339
11693
|
} & {
|
|
11340
11694
|
toggleToggle(min?: number): void;
|
|
11341
11695
|
setToggled(value: boolean): void;
|
|
11342
|
-
setEnableSearch(value: boolean): void;
|
|
11696
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11343
11697
|
setMinWidth(value: number): void;
|
|
11344
11698
|
setWidth(value: number): void;
|
|
11345
11699
|
setRealWidth(value: number): void;
|
|
@@ -11371,10 +11725,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11371
11725
|
className: any;
|
|
11372
11726
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11373
11727
|
readonly isPrimary: boolean;
|
|
11728
|
+
readonly columnKey: any;
|
|
11374
11729
|
} & {
|
|
11375
11730
|
toggleToggle(min?: number): void;
|
|
11376
11731
|
setToggled(value: boolean): void;
|
|
11377
|
-
setEnableSearch(value: boolean): void;
|
|
11732
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11378
11733
|
setMinWidth(value: number): void;
|
|
11379
11734
|
setWidth(value: number): void;
|
|
11380
11735
|
setRealWidth(value: number): void;
|
|
@@ -11405,10 +11760,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11405
11760
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11406
11761
|
}, {
|
|
11407
11762
|
readonly isPrimary: boolean;
|
|
11763
|
+
readonly columnKey: any;
|
|
11408
11764
|
} & {
|
|
11409
11765
|
toggleToggle(min?: number): void;
|
|
11410
11766
|
setToggled(value: boolean): void;
|
|
11411
|
-
setEnableSearch(value: boolean): void;
|
|
11767
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11412
11768
|
setMinWidth(value: number): void;
|
|
11413
11769
|
setWidth(value: number): void;
|
|
11414
11770
|
setRealWidth(value: number): void;
|
|
@@ -11440,10 +11796,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11440
11796
|
className: any;
|
|
11441
11797
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11442
11798
|
readonly isPrimary: boolean;
|
|
11799
|
+
readonly columnKey: any;
|
|
11443
11800
|
} & {
|
|
11444
11801
|
toggleToggle(min?: number): void;
|
|
11445
11802
|
setToggled(value: boolean): void;
|
|
11446
|
-
setEnableSearch(value: boolean): void;
|
|
11803
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11447
11804
|
setMinWidth(value: number): void;
|
|
11448
11805
|
setWidth(value: number): void;
|
|
11449
11806
|
setRealWidth(value: number): void;
|
|
@@ -11474,10 +11831,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11474
11831
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11475
11832
|
}, {
|
|
11476
11833
|
readonly isPrimary: boolean;
|
|
11834
|
+
readonly columnKey: any;
|
|
11477
11835
|
} & {
|
|
11478
11836
|
toggleToggle(min?: number): void;
|
|
11479
11837
|
setToggled(value: boolean): void;
|
|
11480
|
-
setEnableSearch(value: boolean): void;
|
|
11838
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11481
11839
|
setMinWidth(value: number): void;
|
|
11482
11840
|
setWidth(value: number): void;
|
|
11483
11841
|
setRealWidth(value: number): void;
|
|
@@ -11509,10 +11867,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11509
11867
|
className: any;
|
|
11510
11868
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
11511
11869
|
readonly isPrimary: boolean;
|
|
11870
|
+
readonly columnKey: any;
|
|
11512
11871
|
} & {
|
|
11513
11872
|
toggleToggle(min?: number): void;
|
|
11514
11873
|
setToggled(value: boolean): void;
|
|
11515
|
-
setEnableSearch(value: boolean): void;
|
|
11874
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11516
11875
|
setMinWidth(value: number): void;
|
|
11517
11876
|
setWidth(value: number): void;
|
|
11518
11877
|
setRealWidth(value: number): void;
|
|
@@ -11543,10 +11902,11 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
11543
11902
|
className: import("mobx-state-tree").ITypeUnion<any, any, any>;
|
|
11544
11903
|
}, {
|
|
11545
11904
|
readonly isPrimary: boolean;
|
|
11905
|
+
readonly columnKey: any;
|
|
11546
11906
|
} & {
|
|
11547
11907
|
toggleToggle(min?: number): void;
|
|
11548
11908
|
setToggled(value: boolean): void;
|
|
11549
|
-
setEnableSearch(value: boolean): void;
|
|
11909
|
+
setEnableSearch(value: boolean, skipSave?: boolean): void;
|
|
11550
11910
|
setMinWidth(value: number): void;
|
|
11551
11911
|
setWidth(value: number): void;
|
|
11552
11912
|
setRealWidth(value: number): void;
|
|
@@ -12751,7 +13111,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
12751
13111
|
updateData({ children, ...rest }: any): void;
|
|
12752
13112
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
12753
13113
|
readonly columnWidthReady: boolean;
|
|
12754
|
-
getStickyStyles(column: IColumn, columns: Array<IColumn
|
|
13114
|
+
getStickyStyles(column: IColumn, columns: Array<IColumn>, colSpan?: number): any[];
|
|
12755
13115
|
readonly items: ({
|
|
12756
13116
|
storeType: string;
|
|
12757
13117
|
id: string;
|
|
@@ -12883,7 +13243,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
|
|
|
12883
13243
|
updateColumns: (columns: Array<SColumn>) => void;
|
|
12884
13244
|
initTableWidth: () => void;
|
|
12885
13245
|
syncTableWidth: () => void;
|
|
12886
|
-
initRows: (rows: Array<any>, getEntryId?: ((entry: any, index: number) => string) | undefined, reUseRow?: boolean) => void;
|
|
13246
|
+
initRows: (rows: Array<any>, getEntryId?: ((entry: any, index: number) => string) | undefined, reUseRow?: boolean | 'match') => void;
|
|
12887
13247
|
updateSelected: (selected: Array<any>, valueField?: string) => void;
|
|
12888
13248
|
toggleAll: () => void;
|
|
12889
13249
|
getSelectedRows: () => ({
|