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