amis-editor-core 6.14.0-beta.3 → 6.14.0-beta.5
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/index.js +2 -2
- package/esm/store/editor.d.ts +46 -45
- package/esm/util.d.ts +1 -0
- package/lib/dnd/default.d.ts +1 -1
- package/lib/dnd/flex.d.ts +1 -1
- package/lib/editor.js +1 -1
- package/lib/index.js +2 -2
- package/lib/layout/flex.d.ts +0 -1
- package/lib/store/editor.d.ts +46 -46
- package/lib/style.css +1 -1
- package/lib/util.d.ts +1 -0
- package/package.json +1 -1
package/lib/layout/flex.d.ts
CHANGED
package/lib/store/editor.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { GlobalVariableItem } from 'amis-core';
|
|
3
2
|
import { Instance } from 'mobx-state-tree';
|
|
4
3
|
import { InsertEventContext, PluginEvent, RendererInfo, SubRendererInfo, ToolbarItem, PanelItem, MoveEventContext, ScaffoldForm, PopOverForm, DeleteEventContext, BaseEventContext, IGlobalEvent } from '../plugin';
|
|
@@ -127,7 +126,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
127
126
|
memberImmutable(region: string): boolean;
|
|
128
127
|
readonly isRegion: boolean;
|
|
129
128
|
readonly childRegions: any[];
|
|
130
|
-
readonly uniqueChildren: any[];
|
|
129
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
131
130
|
readonly sameIdChild: any;
|
|
132
131
|
readonly singleRegion: boolean;
|
|
133
132
|
isExists(id: string): boolean;
|
|
@@ -191,7 +190,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
191
190
|
memberImmutable(region: string): boolean;
|
|
192
191
|
readonly isRegion: boolean;
|
|
193
192
|
readonly childRegions: any[];
|
|
194
|
-
readonly uniqueChildren: any[];
|
|
193
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
195
194
|
readonly sameIdChild: any;
|
|
196
195
|
readonly singleRegion: boolean;
|
|
197
196
|
isExists(id: string): boolean;
|
|
@@ -254,7 +253,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
254
253
|
memberImmutable(region: string): boolean;
|
|
255
254
|
readonly isRegion: boolean;
|
|
256
255
|
readonly childRegions: any[];
|
|
257
|
-
readonly uniqueChildren: any[];
|
|
256
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
258
257
|
readonly sameIdChild: any;
|
|
259
258
|
readonly singleRegion: boolean;
|
|
260
259
|
isExists(id: string): boolean;
|
|
@@ -344,7 +343,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
344
343
|
memberImmutable(region: string): boolean;
|
|
345
344
|
readonly isRegion: boolean;
|
|
346
345
|
readonly childRegions: any[];
|
|
347
|
-
readonly uniqueChildren: any[];
|
|
346
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
348
347
|
readonly sameIdChild: any;
|
|
349
348
|
readonly singleRegion: boolean;
|
|
350
349
|
isExists(id: string): boolean;
|
|
@@ -407,7 +406,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
407
406
|
memberImmutable(region: string): boolean;
|
|
408
407
|
readonly isRegion: boolean;
|
|
409
408
|
readonly childRegions: any[];
|
|
410
|
-
readonly uniqueChildren: any[];
|
|
409
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
411
410
|
readonly sameIdChild: any;
|
|
412
411
|
readonly singleRegion: boolean;
|
|
413
412
|
isExists(id: string): boolean;
|
|
@@ -585,7 +584,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
585
584
|
memberImmutable(region: string): boolean;
|
|
586
585
|
readonly isRegion: boolean;
|
|
587
586
|
readonly childRegions: any[];
|
|
588
|
-
readonly uniqueChildren: any[];
|
|
587
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
589
588
|
readonly sameIdChild: any;
|
|
590
589
|
readonly singleRegion: boolean;
|
|
591
590
|
isExists(id: string): boolean;
|
|
@@ -649,7 +648,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
649
648
|
memberImmutable(region: string): boolean;
|
|
650
649
|
readonly isRegion: boolean;
|
|
651
650
|
readonly childRegions: any[];
|
|
652
|
-
readonly uniqueChildren: any[];
|
|
651
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
653
652
|
readonly sameIdChild: any;
|
|
654
653
|
readonly singleRegion: boolean;
|
|
655
654
|
isExists(id: string): boolean;
|
|
@@ -712,7 +711,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
712
711
|
memberImmutable(region: string): boolean;
|
|
713
712
|
readonly isRegion: boolean;
|
|
714
713
|
readonly childRegions: any[];
|
|
715
|
-
readonly uniqueChildren: any[];
|
|
714
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
716
715
|
readonly sameIdChild: any;
|
|
717
716
|
readonly singleRegion: boolean;
|
|
718
717
|
isExists(id: string): boolean;
|
|
@@ -802,7 +801,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
802
801
|
memberImmutable(region: string): boolean;
|
|
803
802
|
readonly isRegion: boolean;
|
|
804
803
|
readonly childRegions: any[];
|
|
805
|
-
readonly uniqueChildren: any[];
|
|
804
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
806
805
|
readonly sameIdChild: any;
|
|
807
806
|
readonly singleRegion: boolean;
|
|
808
807
|
isExists(id: string): boolean;
|
|
@@ -865,7 +864,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
865
864
|
memberImmutable(region: string): boolean;
|
|
866
865
|
readonly isRegion: boolean;
|
|
867
866
|
readonly childRegions: any[];
|
|
868
|
-
readonly uniqueChildren: any[];
|
|
867
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
869
868
|
readonly sameIdChild: any;
|
|
870
869
|
readonly singleRegion: boolean;
|
|
871
870
|
isExists(id: string): boolean;
|
|
@@ -962,7 +961,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
962
961
|
memberImmutable(region: string): boolean;
|
|
963
962
|
readonly isRegion: boolean;
|
|
964
963
|
readonly childRegions: any[];
|
|
965
|
-
readonly uniqueChildren: any[];
|
|
964
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
966
965
|
readonly sameIdChild: any;
|
|
967
966
|
readonly singleRegion: boolean;
|
|
968
967
|
isExists(id: string): boolean;
|
|
@@ -1026,7 +1025,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1026
1025
|
memberImmutable(region: string): boolean;
|
|
1027
1026
|
readonly isRegion: boolean;
|
|
1028
1027
|
readonly childRegions: any[];
|
|
1029
|
-
readonly uniqueChildren: any[];
|
|
1028
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1030
1029
|
readonly sameIdChild: any;
|
|
1031
1030
|
readonly singleRegion: boolean;
|
|
1032
1031
|
isExists(id: string): boolean;
|
|
@@ -1089,7 +1088,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1089
1088
|
memberImmutable(region: string): boolean;
|
|
1090
1089
|
readonly isRegion: boolean;
|
|
1091
1090
|
readonly childRegions: any[];
|
|
1092
|
-
readonly uniqueChildren: any[];
|
|
1091
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1093
1092
|
readonly sameIdChild: any;
|
|
1094
1093
|
readonly singleRegion: boolean;
|
|
1095
1094
|
isExists(id: string): boolean;
|
|
@@ -1179,7 +1178,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1179
1178
|
memberImmutable(region: string): boolean;
|
|
1180
1179
|
readonly isRegion: boolean;
|
|
1181
1180
|
readonly childRegions: any[];
|
|
1182
|
-
readonly uniqueChildren: any[];
|
|
1181
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1183
1182
|
readonly sameIdChild: any;
|
|
1184
1183
|
readonly singleRegion: boolean;
|
|
1185
1184
|
isExists(id: string): boolean;
|
|
@@ -1242,7 +1241,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1242
1241
|
memberImmutable(region: string): boolean;
|
|
1243
1242
|
readonly isRegion: boolean;
|
|
1244
1243
|
readonly childRegions: any[];
|
|
1245
|
-
readonly uniqueChildren: any[];
|
|
1244
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1246
1245
|
readonly sameIdChild: any;
|
|
1247
1246
|
readonly singleRegion: boolean;
|
|
1248
1247
|
isExists(id: string): boolean;
|
|
@@ -1362,7 +1361,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1362
1361
|
memberImmutable(region: string): boolean;
|
|
1363
1362
|
readonly isRegion: boolean;
|
|
1364
1363
|
readonly childRegions: any[];
|
|
1365
|
-
readonly uniqueChildren: any[];
|
|
1364
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1366
1365
|
readonly sameIdChild: any;
|
|
1367
1366
|
readonly singleRegion: boolean;
|
|
1368
1367
|
isExists(id: string): boolean;
|
|
@@ -1426,7 +1425,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1426
1425
|
memberImmutable(region: string): boolean;
|
|
1427
1426
|
readonly isRegion: boolean;
|
|
1428
1427
|
readonly childRegions: any[];
|
|
1429
|
-
readonly uniqueChildren: any[];
|
|
1428
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1430
1429
|
readonly sameIdChild: any;
|
|
1431
1430
|
readonly singleRegion: boolean;
|
|
1432
1431
|
isExists(id: string): boolean;
|
|
@@ -1489,7 +1488,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1489
1488
|
memberImmutable(region: string): boolean;
|
|
1490
1489
|
readonly isRegion: boolean;
|
|
1491
1490
|
readonly childRegions: any[];
|
|
1492
|
-
readonly uniqueChildren: any[];
|
|
1491
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1493
1492
|
readonly sameIdChild: any;
|
|
1494
1493
|
readonly singleRegion: boolean;
|
|
1495
1494
|
isExists(id: string): boolean;
|
|
@@ -1579,7 +1578,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1579
1578
|
memberImmutable(region: string): boolean;
|
|
1580
1579
|
readonly isRegion: boolean;
|
|
1581
1580
|
readonly childRegions: any[];
|
|
1582
|
-
readonly uniqueChildren: any[];
|
|
1581
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1583
1582
|
readonly sameIdChild: any;
|
|
1584
1583
|
readonly singleRegion: boolean;
|
|
1585
1584
|
isExists(id: string): boolean;
|
|
@@ -1642,7 +1641,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1642
1641
|
memberImmutable(region: string): boolean;
|
|
1643
1642
|
readonly isRegion: boolean;
|
|
1644
1643
|
readonly childRegions: any[];
|
|
1645
|
-
readonly uniqueChildren: any[];
|
|
1644
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1646
1645
|
readonly sameIdChild: any;
|
|
1647
1646
|
readonly singleRegion: boolean;
|
|
1648
1647
|
isExists(id: string): boolean;
|
|
@@ -1739,7 +1738,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1739
1738
|
memberImmutable(region: string): boolean;
|
|
1740
1739
|
readonly isRegion: boolean;
|
|
1741
1740
|
readonly childRegions: any[];
|
|
1742
|
-
readonly uniqueChildren: any[];
|
|
1741
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1743
1742
|
readonly sameIdChild: any;
|
|
1744
1743
|
readonly singleRegion: boolean;
|
|
1745
1744
|
isExists(id: string): boolean;
|
|
@@ -1803,7 +1802,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1803
1802
|
memberImmutable(region: string): boolean;
|
|
1804
1803
|
readonly isRegion: boolean;
|
|
1805
1804
|
readonly childRegions: any[];
|
|
1806
|
-
readonly uniqueChildren: any[];
|
|
1805
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1807
1806
|
readonly sameIdChild: any;
|
|
1808
1807
|
readonly singleRegion: boolean;
|
|
1809
1808
|
isExists(id: string): boolean;
|
|
@@ -1866,7 +1865,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1866
1865
|
memberImmutable(region: string): boolean;
|
|
1867
1866
|
readonly isRegion: boolean;
|
|
1868
1867
|
readonly childRegions: any[];
|
|
1869
|
-
readonly uniqueChildren: any[];
|
|
1868
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1870
1869
|
readonly sameIdChild: any;
|
|
1871
1870
|
readonly singleRegion: boolean;
|
|
1872
1871
|
isExists(id: string): boolean;
|
|
@@ -1956,7 +1955,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1956
1955
|
memberImmutable(region: string): boolean;
|
|
1957
1956
|
readonly isRegion: boolean;
|
|
1958
1957
|
readonly childRegions: any[];
|
|
1959
|
-
readonly uniqueChildren: any[];
|
|
1958
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1960
1959
|
readonly sameIdChild: any;
|
|
1961
1960
|
readonly singleRegion: boolean;
|
|
1962
1961
|
isExists(id: string): boolean;
|
|
@@ -2019,7 +2018,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2019
2018
|
memberImmutable(region: string): boolean;
|
|
2020
2019
|
readonly isRegion: boolean;
|
|
2021
2020
|
readonly childRegions: any[];
|
|
2022
|
-
readonly uniqueChildren: any[];
|
|
2021
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2023
2022
|
readonly sameIdChild: any;
|
|
2024
2023
|
readonly singleRegion: boolean;
|
|
2025
2024
|
isExists(id: string): boolean;
|
|
@@ -2117,7 +2116,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2117
2116
|
memberImmutable(region: string): boolean;
|
|
2118
2117
|
readonly isRegion: boolean;
|
|
2119
2118
|
readonly childRegions: any[];
|
|
2120
|
-
readonly uniqueChildren: any[];
|
|
2119
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2121
2120
|
readonly sameIdChild: any;
|
|
2122
2121
|
readonly singleRegion: boolean;
|
|
2123
2122
|
isExists(id: string): boolean;
|
|
@@ -2181,7 +2180,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2181
2180
|
memberImmutable(region: string): boolean;
|
|
2182
2181
|
readonly isRegion: boolean;
|
|
2183
2182
|
readonly childRegions: any[];
|
|
2184
|
-
readonly uniqueChildren: any[];
|
|
2183
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2185
2184
|
readonly sameIdChild: any;
|
|
2186
2185
|
readonly singleRegion: boolean;
|
|
2187
2186
|
isExists(id: string): boolean;
|
|
@@ -2244,7 +2243,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2244
2243
|
memberImmutable(region: string): boolean;
|
|
2245
2244
|
readonly isRegion: boolean;
|
|
2246
2245
|
readonly childRegions: any[];
|
|
2247
|
-
readonly uniqueChildren: any[];
|
|
2246
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2248
2247
|
readonly sameIdChild: any;
|
|
2249
2248
|
readonly singleRegion: boolean;
|
|
2250
2249
|
isExists(id: string): boolean;
|
|
@@ -2334,7 +2333,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2334
2333
|
memberImmutable(region: string): boolean;
|
|
2335
2334
|
readonly isRegion: boolean;
|
|
2336
2335
|
readonly childRegions: any[];
|
|
2337
|
-
readonly uniqueChildren: any[];
|
|
2336
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2338
2337
|
readonly sameIdChild: any;
|
|
2339
2338
|
readonly singleRegion: boolean;
|
|
2340
2339
|
isExists(id: string): boolean;
|
|
@@ -2397,7 +2396,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2397
2396
|
memberImmutable(region: string): boolean;
|
|
2398
2397
|
readonly isRegion: boolean;
|
|
2399
2398
|
readonly childRegions: any[];
|
|
2400
|
-
readonly uniqueChildren: any[];
|
|
2399
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2401
2400
|
readonly sameIdChild: any;
|
|
2402
2401
|
readonly singleRegion: boolean;
|
|
2403
2402
|
isExists(id: string): boolean;
|
|
@@ -2494,7 +2493,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2494
2493
|
memberImmutable(region: string): boolean;
|
|
2495
2494
|
readonly isRegion: boolean;
|
|
2496
2495
|
readonly childRegions: any[];
|
|
2497
|
-
readonly uniqueChildren: any[];
|
|
2496
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2498
2497
|
readonly sameIdChild: any;
|
|
2499
2498
|
readonly singleRegion: boolean;
|
|
2500
2499
|
isExists(id: string): boolean;
|
|
@@ -2558,7 +2557,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2558
2557
|
memberImmutable(region: string): boolean;
|
|
2559
2558
|
readonly isRegion: boolean;
|
|
2560
2559
|
readonly childRegions: any[];
|
|
2561
|
-
readonly uniqueChildren: any[];
|
|
2560
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2562
2561
|
readonly sameIdChild: any;
|
|
2563
2562
|
readonly singleRegion: boolean;
|
|
2564
2563
|
isExists(id: string): boolean;
|
|
@@ -2621,7 +2620,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2621
2620
|
memberImmutable(region: string): boolean;
|
|
2622
2621
|
readonly isRegion: boolean;
|
|
2623
2622
|
readonly childRegions: any[];
|
|
2624
|
-
readonly uniqueChildren: any[];
|
|
2623
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2625
2624
|
readonly sameIdChild: any;
|
|
2626
2625
|
readonly singleRegion: boolean;
|
|
2627
2626
|
isExists(id: string): boolean;
|
|
@@ -2711,7 +2710,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2711
2710
|
memberImmutable(region: string): boolean;
|
|
2712
2711
|
readonly isRegion: boolean;
|
|
2713
2712
|
readonly childRegions: any[];
|
|
2714
|
-
readonly uniqueChildren: any[];
|
|
2713
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2715
2714
|
readonly sameIdChild: any;
|
|
2716
2715
|
readonly singleRegion: boolean;
|
|
2717
2716
|
isExists(id: string): boolean;
|
|
@@ -2774,7 +2773,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2774
2773
|
memberImmutable(region: string): boolean;
|
|
2775
2774
|
readonly isRegion: boolean;
|
|
2776
2775
|
readonly childRegions: any[];
|
|
2777
|
-
readonly uniqueChildren: any[];
|
|
2776
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2778
2777
|
readonly sameIdChild: any;
|
|
2779
2778
|
readonly singleRegion: boolean;
|
|
2780
2779
|
isExists(id: string): boolean;
|
|
@@ -2872,7 +2871,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2872
2871
|
memberImmutable(region: string): boolean;
|
|
2873
2872
|
readonly isRegion: boolean;
|
|
2874
2873
|
readonly childRegions: any[];
|
|
2875
|
-
readonly uniqueChildren: any[];
|
|
2874
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2876
2875
|
readonly sameIdChild: any;
|
|
2877
2876
|
readonly singleRegion: boolean;
|
|
2878
2877
|
isExists(id: string): boolean;
|
|
@@ -2936,7 +2935,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2936
2935
|
memberImmutable(region: string): boolean;
|
|
2937
2936
|
readonly isRegion: boolean;
|
|
2938
2937
|
readonly childRegions: any[];
|
|
2939
|
-
readonly uniqueChildren: any[];
|
|
2938
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2940
2939
|
readonly sameIdChild: any;
|
|
2941
2940
|
readonly singleRegion: boolean;
|
|
2942
2941
|
isExists(id: string): boolean;
|
|
@@ -2999,7 +2998,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2999
2998
|
memberImmutable(region: string): boolean;
|
|
3000
2999
|
readonly isRegion: boolean;
|
|
3001
3000
|
readonly childRegions: any[];
|
|
3002
|
-
readonly uniqueChildren: any[];
|
|
3001
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3003
3002
|
readonly sameIdChild: any;
|
|
3004
3003
|
readonly singleRegion: boolean;
|
|
3005
3004
|
isExists(id: string): boolean;
|
|
@@ -3089,7 +3088,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3089
3088
|
memberImmutable(region: string): boolean;
|
|
3090
3089
|
readonly isRegion: boolean;
|
|
3091
3090
|
readonly childRegions: any[];
|
|
3092
|
-
readonly uniqueChildren: any[];
|
|
3091
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3093
3092
|
readonly sameIdChild: any;
|
|
3094
3093
|
readonly singleRegion: boolean;
|
|
3095
3094
|
isExists(id: string): boolean;
|
|
@@ -3152,7 +3151,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3152
3151
|
memberImmutable(region: string): boolean;
|
|
3153
3152
|
readonly isRegion: boolean;
|
|
3154
3153
|
readonly childRegions: any[];
|
|
3155
|
-
readonly uniqueChildren: any[];
|
|
3154
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3156
3155
|
readonly sameIdChild: any;
|
|
3157
3156
|
readonly singleRegion: boolean;
|
|
3158
3157
|
isExists(id: string): boolean;
|
|
@@ -3249,7 +3248,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3249
3248
|
memberImmutable(region: string): boolean;
|
|
3250
3249
|
readonly isRegion: boolean;
|
|
3251
3250
|
readonly childRegions: any[];
|
|
3252
|
-
readonly uniqueChildren: any[];
|
|
3251
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3253
3252
|
readonly sameIdChild: any;
|
|
3254
3253
|
readonly singleRegion: boolean;
|
|
3255
3254
|
isExists(id: string): boolean;
|
|
@@ -3313,7 +3312,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3313
3312
|
memberImmutable(region: string): boolean;
|
|
3314
3313
|
readonly isRegion: boolean;
|
|
3315
3314
|
readonly childRegions: any[];
|
|
3316
|
-
readonly uniqueChildren: any[];
|
|
3315
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3317
3316
|
readonly sameIdChild: any;
|
|
3318
3317
|
readonly singleRegion: boolean;
|
|
3319
3318
|
isExists(id: string): boolean;
|
|
@@ -3376,7 +3375,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3376
3375
|
memberImmutable(region: string): boolean;
|
|
3377
3376
|
readonly isRegion: boolean;
|
|
3378
3377
|
readonly childRegions: any[];
|
|
3379
|
-
readonly uniqueChildren: any[];
|
|
3378
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3380
3379
|
readonly sameIdChild: any;
|
|
3381
3380
|
readonly singleRegion: boolean;
|
|
3382
3381
|
isExists(id: string): boolean;
|
|
@@ -3466,7 +3465,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3466
3465
|
memberImmutable(region: string): boolean;
|
|
3467
3466
|
readonly isRegion: boolean;
|
|
3468
3467
|
readonly childRegions: any[];
|
|
3469
|
-
readonly uniqueChildren: any[];
|
|
3468
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3470
3469
|
readonly sameIdChild: any;
|
|
3471
3470
|
readonly singleRegion: boolean;
|
|
3472
3471
|
isExists(id: string): boolean;
|
|
@@ -3529,7 +3528,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3529
3528
|
memberImmutable(region: string): boolean;
|
|
3530
3529
|
readonly isRegion: boolean;
|
|
3531
3530
|
readonly childRegions: any[];
|
|
3532
|
-
readonly uniqueChildren: any[];
|
|
3531
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3533
3532
|
readonly sameIdChild: any;
|
|
3534
3533
|
readonly singleRegion: boolean;
|
|
3535
3534
|
isExists(id: string): boolean;
|
|
@@ -3641,6 +3640,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3641
3640
|
value: string | undefined;
|
|
3642
3641
|
$$ref: string | undefined;
|
|
3643
3642
|
}[];
|
|
3643
|
+
readonly usedRefs: string[];
|
|
3644
3644
|
} & {
|
|
3645
3645
|
markReady(): void;
|
|
3646
3646
|
setLayer(value: any): void;
|