amis-editor-core 6.10.0 → 6.11.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.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { Instance } from 'mobx-state-tree';
3
- import { InsertEventContext, PluginEvent, RendererInfo, SubRendererInfo, ToolbarItem, PanelItem, MoveEventContext, ScaffoldForm, PopOverForm, DeleteEventContext, BaseEventContext } from '../plugin';
3
+ import { InsertEventContext, PluginEvent, RendererInfo, SubRendererInfo, ToolbarItem, PanelItem, MoveEventContext, ScaffoldForm, PopOverForm, DeleteEventContext, BaseEventContext, IGlobalEvent } from '../plugin';
4
4
  import type { Schema } from 'amis';
5
5
  import { EditorNodeType } from './node';
6
6
  import type { DialogSchema } from 'amis/lib/renderers/Dialog';
@@ -125,7 +125,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
125
125
  memberImmutable(region: string): boolean;
126
126
  readonly isRegion: boolean;
127
127
  readonly childRegions: any[];
128
- readonly uniqueChildren: any[];
128
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
129
129
  readonly sameIdChild: any;
130
130
  readonly singleRegion: boolean;
131
131
  isExists(id: string): boolean;
@@ -189,7 +189,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
189
189
  memberImmutable(region: string): boolean;
190
190
  readonly isRegion: boolean;
191
191
  readonly childRegions: any[];
192
- readonly uniqueChildren: any[];
192
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
193
193
  readonly sameIdChild: any;
194
194
  readonly singleRegion: boolean;
195
195
  isExists(id: string): boolean;
@@ -252,7 +252,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
252
252
  memberImmutable(region: string): boolean;
253
253
  readonly isRegion: boolean;
254
254
  readonly childRegions: any[];
255
- readonly uniqueChildren: any[];
255
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
256
256
  readonly sameIdChild: any;
257
257
  readonly singleRegion: boolean;
258
258
  isExists(id: string): boolean;
@@ -342,7 +342,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
342
342
  memberImmutable(region: string): boolean;
343
343
  readonly isRegion: boolean;
344
344
  readonly childRegions: any[];
345
- readonly uniqueChildren: any[];
345
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
346
346
  readonly sameIdChild: any;
347
347
  readonly singleRegion: boolean;
348
348
  isExists(id: string): boolean;
@@ -405,7 +405,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
405
405
  memberImmutable(region: string): boolean;
406
406
  readonly isRegion: boolean;
407
407
  readonly childRegions: any[];
408
- readonly uniqueChildren: any[];
408
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
409
409
  readonly sameIdChild: any;
410
410
  readonly singleRegion: boolean;
411
411
  isExists(id: string): boolean;
@@ -520,6 +520,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
520
520
  appLocale: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
521
521
  appCorpusData: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
522
522
  appLocaleState: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
523
+ globalEvents: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<IGlobalEvent[], IGlobalEvent[], IGlobalEvent[]>, [undefined]>;
523
524
  }, {
524
525
  readonly filteredSchema: any;
525
526
  readonly filteredSchemaForPreview: any;
@@ -582,7 +583,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
582
583
  memberImmutable(region: string): boolean;
583
584
  readonly isRegion: boolean;
584
585
  readonly childRegions: any[];
585
- readonly uniqueChildren: any[];
586
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
586
587
  readonly sameIdChild: any;
587
588
  readonly singleRegion: boolean;
588
589
  isExists(id: string): boolean;
@@ -646,7 +647,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
646
647
  memberImmutable(region: string): boolean;
647
648
  readonly isRegion: boolean;
648
649
  readonly childRegions: any[];
649
- readonly uniqueChildren: any[];
650
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
650
651
  readonly sameIdChild: any;
651
652
  readonly singleRegion: boolean;
652
653
  isExists(id: string): boolean;
@@ -709,7 +710,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
709
710
  memberImmutable(region: string): boolean;
710
711
  readonly isRegion: boolean;
711
712
  readonly childRegions: any[];
712
- readonly uniqueChildren: any[];
713
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
713
714
  readonly sameIdChild: any;
714
715
  readonly singleRegion: boolean;
715
716
  isExists(id: string): boolean;
@@ -799,7 +800,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
799
800
  memberImmutable(region: string): boolean;
800
801
  readonly isRegion: boolean;
801
802
  readonly childRegions: any[];
802
- readonly uniqueChildren: any[];
803
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
803
804
  readonly sameIdChild: any;
804
805
  readonly singleRegion: boolean;
805
806
  isExists(id: string): boolean;
@@ -862,7 +863,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
862
863
  memberImmutable(region: string): boolean;
863
864
  readonly isRegion: boolean;
864
865
  readonly childRegions: any[];
865
- readonly uniqueChildren: any[];
866
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
866
867
  readonly sameIdChild: any;
867
868
  readonly singleRegion: boolean;
868
869
  isExists(id: string): boolean;
@@ -959,7 +960,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
959
960
  memberImmutable(region: string): boolean;
960
961
  readonly isRegion: boolean;
961
962
  readonly childRegions: any[];
962
- readonly uniqueChildren: any[];
963
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
963
964
  readonly sameIdChild: any;
964
965
  readonly singleRegion: boolean;
965
966
  isExists(id: string): boolean;
@@ -1023,7 +1024,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
1023
1024
  memberImmutable(region: string): boolean;
1024
1025
  readonly isRegion: boolean;
1025
1026
  readonly childRegions: any[];
1026
- readonly uniqueChildren: any[];
1027
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
1027
1028
  readonly sameIdChild: any;
1028
1029
  readonly singleRegion: boolean;
1029
1030
  isExists(id: string): boolean;
@@ -1086,7 +1087,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
1086
1087
  memberImmutable(region: string): boolean;
1087
1088
  readonly isRegion: boolean;
1088
1089
  readonly childRegions: any[];
1089
- readonly uniqueChildren: any[];
1090
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
1090
1091
  readonly sameIdChild: any;
1091
1092
  readonly singleRegion: boolean;
1092
1093
  isExists(id: string): boolean;
@@ -1176,7 +1177,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
1176
1177
  memberImmutable(region: string): boolean;
1177
1178
  readonly isRegion: boolean;
1178
1179
  readonly childRegions: any[];
1179
- readonly uniqueChildren: any[];
1180
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
1180
1181
  readonly sameIdChild: any;
1181
1182
  readonly singleRegion: boolean;
1182
1183
  isExists(id: string): boolean;
@@ -1239,7 +1240,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
1239
1240
  memberImmutable(region: string): boolean;
1240
1241
  readonly isRegion: boolean;
1241
1242
  readonly childRegions: any[];
1242
- readonly uniqueChildren: any[];
1243
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
1243
1244
  readonly sameIdChild: any;
1244
1245
  readonly singleRegion: boolean;
1245
1246
  isExists(id: string): boolean;
@@ -1359,7 +1360,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
1359
1360
  memberImmutable(region: string): boolean;
1360
1361
  readonly isRegion: boolean;
1361
1362
  readonly childRegions: any[];
1362
- readonly uniqueChildren: any[];
1363
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
1363
1364
  readonly sameIdChild: any;
1364
1365
  readonly singleRegion: boolean;
1365
1366
  isExists(id: string): boolean;
@@ -1423,7 +1424,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
1423
1424
  memberImmutable(region: string): boolean;
1424
1425
  readonly isRegion: boolean;
1425
1426
  readonly childRegions: any[];
1426
- readonly uniqueChildren: any[];
1427
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
1427
1428
  readonly sameIdChild: any;
1428
1429
  readonly singleRegion: boolean;
1429
1430
  isExists(id: string): boolean;
@@ -1486,7 +1487,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
1486
1487
  memberImmutable(region: string): boolean;
1487
1488
  readonly isRegion: boolean;
1488
1489
  readonly childRegions: any[];
1489
- readonly uniqueChildren: any[];
1490
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
1490
1491
  readonly sameIdChild: any;
1491
1492
  readonly singleRegion: boolean;
1492
1493
  isExists(id: string): boolean;
@@ -1576,7 +1577,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
1576
1577
  memberImmutable(region: string): boolean;
1577
1578
  readonly isRegion: boolean;
1578
1579
  readonly childRegions: any[];
1579
- readonly uniqueChildren: any[];
1580
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
1580
1581
  readonly sameIdChild: any;
1581
1582
  readonly singleRegion: boolean;
1582
1583
  isExists(id: string): boolean;
@@ -1639,7 +1640,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
1639
1640
  memberImmutable(region: string): boolean;
1640
1641
  readonly isRegion: boolean;
1641
1642
  readonly childRegions: any[];
1642
- readonly uniqueChildren: any[];
1643
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
1643
1644
  readonly sameIdChild: any;
1644
1645
  readonly singleRegion: boolean;
1645
1646
  isExists(id: string): boolean;
@@ -1736,7 +1737,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
1736
1737
  memberImmutable(region: string): boolean;
1737
1738
  readonly isRegion: boolean;
1738
1739
  readonly childRegions: any[];
1739
- readonly uniqueChildren: any[];
1740
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
1740
1741
  readonly sameIdChild: any;
1741
1742
  readonly singleRegion: boolean;
1742
1743
  isExists(id: string): boolean;
@@ -1800,7 +1801,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
1800
1801
  memberImmutable(region: string): boolean;
1801
1802
  readonly isRegion: boolean;
1802
1803
  readonly childRegions: any[];
1803
- readonly uniqueChildren: any[];
1804
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
1804
1805
  readonly sameIdChild: any;
1805
1806
  readonly singleRegion: boolean;
1806
1807
  isExists(id: string): boolean;
@@ -1863,7 +1864,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
1863
1864
  memberImmutable(region: string): boolean;
1864
1865
  readonly isRegion: boolean;
1865
1866
  readonly childRegions: any[];
1866
- readonly uniqueChildren: any[];
1867
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
1867
1868
  readonly sameIdChild: any;
1868
1869
  readonly singleRegion: boolean;
1869
1870
  isExists(id: string): boolean;
@@ -1953,7 +1954,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
1953
1954
  memberImmutable(region: string): boolean;
1954
1955
  readonly isRegion: boolean;
1955
1956
  readonly childRegions: any[];
1956
- readonly uniqueChildren: any[];
1957
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
1957
1958
  readonly sameIdChild: any;
1958
1959
  readonly singleRegion: boolean;
1959
1960
  isExists(id: string): boolean;
@@ -2016,7 +2017,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2016
2017
  memberImmutable(region: string): boolean;
2017
2018
  readonly isRegion: boolean;
2018
2019
  readonly childRegions: any[];
2019
- readonly uniqueChildren: any[];
2020
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
2020
2021
  readonly sameIdChild: any;
2021
2022
  readonly singleRegion: boolean;
2022
2023
  isExists(id: string): boolean;
@@ -2114,7 +2115,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2114
2115
  memberImmutable(region: string): boolean;
2115
2116
  readonly isRegion: boolean;
2116
2117
  readonly childRegions: any[];
2117
- readonly uniqueChildren: any[];
2118
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
2118
2119
  readonly sameIdChild: any;
2119
2120
  readonly singleRegion: boolean;
2120
2121
  isExists(id: string): boolean;
@@ -2178,7 +2179,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2178
2179
  memberImmutable(region: string): boolean;
2179
2180
  readonly isRegion: boolean;
2180
2181
  readonly childRegions: any[];
2181
- readonly uniqueChildren: any[];
2182
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
2182
2183
  readonly sameIdChild: any;
2183
2184
  readonly singleRegion: boolean;
2184
2185
  isExists(id: string): boolean;
@@ -2241,7 +2242,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2241
2242
  memberImmutable(region: string): boolean;
2242
2243
  readonly isRegion: boolean;
2243
2244
  readonly childRegions: any[];
2244
- readonly uniqueChildren: any[];
2245
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
2245
2246
  readonly sameIdChild: any;
2246
2247
  readonly singleRegion: boolean;
2247
2248
  isExists(id: string): boolean;
@@ -2331,7 +2332,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2331
2332
  memberImmutable(region: string): boolean;
2332
2333
  readonly isRegion: boolean;
2333
2334
  readonly childRegions: any[];
2334
- readonly uniqueChildren: any[];
2335
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
2335
2336
  readonly sameIdChild: any;
2336
2337
  readonly singleRegion: boolean;
2337
2338
  isExists(id: string): boolean;
@@ -2394,7 +2395,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2394
2395
  memberImmutable(region: string): boolean;
2395
2396
  readonly isRegion: boolean;
2396
2397
  readonly childRegions: any[];
2397
- readonly uniqueChildren: any[];
2398
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
2398
2399
  readonly sameIdChild: any;
2399
2400
  readonly singleRegion: boolean;
2400
2401
  isExists(id: string): boolean;
@@ -2491,7 +2492,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2491
2492
  memberImmutable(region: string): boolean;
2492
2493
  readonly isRegion: boolean;
2493
2494
  readonly childRegions: any[];
2494
- readonly uniqueChildren: any[];
2495
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
2495
2496
  readonly sameIdChild: any;
2496
2497
  readonly singleRegion: boolean;
2497
2498
  isExists(id: string): boolean;
@@ -2555,7 +2556,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2555
2556
  memberImmutable(region: string): boolean;
2556
2557
  readonly isRegion: boolean;
2557
2558
  readonly childRegions: any[];
2558
- readonly uniqueChildren: any[];
2559
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
2559
2560
  readonly sameIdChild: any;
2560
2561
  readonly singleRegion: boolean;
2561
2562
  isExists(id: string): boolean;
@@ -2618,7 +2619,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2618
2619
  memberImmutable(region: string): boolean;
2619
2620
  readonly isRegion: boolean;
2620
2621
  readonly childRegions: any[];
2621
- readonly uniqueChildren: any[];
2622
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
2622
2623
  readonly sameIdChild: any;
2623
2624
  readonly singleRegion: boolean;
2624
2625
  isExists(id: string): boolean;
@@ -2708,7 +2709,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2708
2709
  memberImmutable(region: string): boolean;
2709
2710
  readonly isRegion: boolean;
2710
2711
  readonly childRegions: any[];
2711
- readonly uniqueChildren: any[];
2712
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
2712
2713
  readonly sameIdChild: any;
2713
2714
  readonly singleRegion: boolean;
2714
2715
  isExists(id: string): boolean;
@@ -2771,7 +2772,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2771
2772
  memberImmutable(region: string): boolean;
2772
2773
  readonly isRegion: boolean;
2773
2774
  readonly childRegions: any[];
2774
- readonly uniqueChildren: any[];
2775
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
2775
2776
  readonly sameIdChild: any;
2776
2777
  readonly singleRegion: boolean;
2777
2778
  isExists(id: string): boolean;
@@ -2869,7 +2870,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2869
2870
  memberImmutable(region: string): boolean;
2870
2871
  readonly isRegion: boolean;
2871
2872
  readonly childRegions: any[];
2872
- readonly uniqueChildren: any[];
2873
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
2873
2874
  readonly sameIdChild: any;
2874
2875
  readonly singleRegion: boolean;
2875
2876
  isExists(id: string): boolean;
@@ -2933,7 +2934,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2933
2934
  memberImmutable(region: string): boolean;
2934
2935
  readonly isRegion: boolean;
2935
2936
  readonly childRegions: any[];
2936
- readonly uniqueChildren: any[];
2937
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
2937
2938
  readonly sameIdChild: any;
2938
2939
  readonly singleRegion: boolean;
2939
2940
  isExists(id: string): boolean;
@@ -2996,7 +2997,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
2996
2997
  memberImmutable(region: string): boolean;
2997
2998
  readonly isRegion: boolean;
2998
2999
  readonly childRegions: any[];
2999
- readonly uniqueChildren: any[];
3000
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
3000
3001
  readonly sameIdChild: any;
3001
3002
  readonly singleRegion: boolean;
3002
3003
  isExists(id: string): boolean;
@@ -3086,7 +3087,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
3086
3087
  memberImmutable(region: string): boolean;
3087
3088
  readonly isRegion: boolean;
3088
3089
  readonly childRegions: any[];
3089
- readonly uniqueChildren: any[];
3090
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
3090
3091
  readonly sameIdChild: any;
3091
3092
  readonly singleRegion: boolean;
3092
3093
  isExists(id: string): boolean;
@@ -3149,7 +3150,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
3149
3150
  memberImmutable(region: string): boolean;
3150
3151
  readonly isRegion: boolean;
3151
3152
  readonly childRegions: any[];
3152
- readonly uniqueChildren: any[];
3153
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
3153
3154
  readonly sameIdChild: any;
3154
3155
  readonly singleRegion: boolean;
3155
3156
  isExists(id: string): boolean;
@@ -3246,7 +3247,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
3246
3247
  memberImmutable(region: string): boolean;
3247
3248
  readonly isRegion: boolean;
3248
3249
  readonly childRegions: any[];
3249
- readonly uniqueChildren: any[];
3250
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
3250
3251
  readonly sameIdChild: any;
3251
3252
  readonly singleRegion: boolean;
3252
3253
  isExists(id: string): boolean;
@@ -3310,7 +3311,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
3310
3311
  memberImmutable(region: string): boolean;
3311
3312
  readonly isRegion: boolean;
3312
3313
  readonly childRegions: any[];
3313
- readonly uniqueChildren: any[];
3314
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
3314
3315
  readonly sameIdChild: any;
3315
3316
  readonly singleRegion: boolean;
3316
3317
  isExists(id: string): boolean;
@@ -3373,7 +3374,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
3373
3374
  memberImmutable(region: string): boolean;
3374
3375
  readonly isRegion: boolean;
3375
3376
  readonly childRegions: any[];
3376
- readonly uniqueChildren: any[];
3377
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
3377
3378
  readonly sameIdChild: any;
3378
3379
  readonly singleRegion: boolean;
3379
3380
  isExists(id: string): boolean;
@@ -3463,7 +3464,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
3463
3464
  memberImmutable(region: string): boolean;
3464
3465
  readonly isRegion: boolean;
3465
3466
  readonly childRegions: any[];
3466
- readonly uniqueChildren: any[];
3467
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
3467
3468
  readonly sameIdChild: any;
3468
3469
  readonly singleRegion: boolean;
3469
3470
  isExists(id: string): boolean;
@@ -3526,7 +3527,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
3526
3527
  memberImmutable(region: string): boolean;
3527
3528
  readonly isRegion: boolean;
3528
3529
  readonly childRegions: any[];
3529
- readonly uniqueChildren: any[];
3530
+ readonly uniqueChildren: any[]; /** 应用多语言状态,用于其它组件进行订阅 */
3530
3531
  readonly sameIdChild: any;
3531
3532
  readonly singleRegion: boolean;
3532
3533
  isExists(id: string): boolean;
@@ -3763,6 +3764,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
3763
3764
  setAppLocale(locale?: string): void;
3764
3765
  /** 设置应用的语料数据 */
3765
3766
  setAppCorpusData(data?: any): void;
3767
+ setGlobalEvents(events: IGlobalEvent[]): void;
3766
3768
  beforeDestroy(): void;
3767
3769
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
3768
3770
  export type EditorStoreType = Instance<typeof MainStore>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amis-editor-core",
3
- "version": "6.10.0",
3
+ "version": "6.11.0-beta.0",
4
4
  "description": "amis 可视化编辑器",
5
5
  "main": "lib/index.js",
6
6
  "module": "esm/index.js",