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/esm/store/editor.d.ts
CHANGED
|
@@ -127,7 +127,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
127
127
|
memberImmutable(region: string): boolean;
|
|
128
128
|
readonly isRegion: boolean;
|
|
129
129
|
readonly childRegions: any[];
|
|
130
|
-
readonly uniqueChildren: any[];
|
|
130
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
131
131
|
readonly sameIdChild: any;
|
|
132
132
|
readonly singleRegion: boolean;
|
|
133
133
|
isExists(id: string): boolean;
|
|
@@ -191,7 +191,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
191
191
|
memberImmutable(region: string): boolean;
|
|
192
192
|
readonly isRegion: boolean;
|
|
193
193
|
readonly childRegions: any[];
|
|
194
|
-
readonly uniqueChildren: any[];
|
|
194
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
195
195
|
readonly sameIdChild: any;
|
|
196
196
|
readonly singleRegion: boolean;
|
|
197
197
|
isExists(id: string): boolean;
|
|
@@ -254,7 +254,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
254
254
|
memberImmutable(region: string): boolean;
|
|
255
255
|
readonly isRegion: boolean;
|
|
256
256
|
readonly childRegions: any[];
|
|
257
|
-
readonly uniqueChildren: any[];
|
|
257
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
258
258
|
readonly sameIdChild: any;
|
|
259
259
|
readonly singleRegion: boolean;
|
|
260
260
|
isExists(id: string): boolean;
|
|
@@ -344,7 +344,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
344
344
|
memberImmutable(region: string): boolean;
|
|
345
345
|
readonly isRegion: boolean;
|
|
346
346
|
readonly childRegions: any[];
|
|
347
|
-
readonly uniqueChildren: any[];
|
|
347
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
348
348
|
readonly sameIdChild: any;
|
|
349
349
|
readonly singleRegion: boolean;
|
|
350
350
|
isExists(id: string): boolean;
|
|
@@ -407,7 +407,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
407
407
|
memberImmutable(region: string): boolean;
|
|
408
408
|
readonly isRegion: boolean;
|
|
409
409
|
readonly childRegions: any[];
|
|
410
|
-
readonly uniqueChildren: any[];
|
|
410
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
411
411
|
readonly sameIdChild: any;
|
|
412
412
|
readonly singleRegion: boolean;
|
|
413
413
|
isExists(id: string): boolean;
|
|
@@ -585,7 +585,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
585
585
|
memberImmutable(region: string): boolean;
|
|
586
586
|
readonly isRegion: boolean;
|
|
587
587
|
readonly childRegions: any[];
|
|
588
|
-
readonly uniqueChildren: any[];
|
|
588
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
589
589
|
readonly sameIdChild: any;
|
|
590
590
|
readonly singleRegion: boolean;
|
|
591
591
|
isExists(id: string): boolean;
|
|
@@ -649,7 +649,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
649
649
|
memberImmutable(region: string): boolean;
|
|
650
650
|
readonly isRegion: boolean;
|
|
651
651
|
readonly childRegions: any[];
|
|
652
|
-
readonly uniqueChildren: any[];
|
|
652
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
653
653
|
readonly sameIdChild: any;
|
|
654
654
|
readonly singleRegion: boolean;
|
|
655
655
|
isExists(id: string): boolean;
|
|
@@ -712,7 +712,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
712
712
|
memberImmutable(region: string): boolean;
|
|
713
713
|
readonly isRegion: boolean;
|
|
714
714
|
readonly childRegions: any[];
|
|
715
|
-
readonly uniqueChildren: any[];
|
|
715
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
716
716
|
readonly sameIdChild: any;
|
|
717
717
|
readonly singleRegion: boolean;
|
|
718
718
|
isExists(id: string): boolean;
|
|
@@ -802,7 +802,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
802
802
|
memberImmutable(region: string): boolean;
|
|
803
803
|
readonly isRegion: boolean;
|
|
804
804
|
readonly childRegions: any[];
|
|
805
|
-
readonly uniqueChildren: any[];
|
|
805
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
806
806
|
readonly sameIdChild: any;
|
|
807
807
|
readonly singleRegion: boolean;
|
|
808
808
|
isExists(id: string): boolean;
|
|
@@ -865,7 +865,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
865
865
|
memberImmutable(region: string): boolean;
|
|
866
866
|
readonly isRegion: boolean;
|
|
867
867
|
readonly childRegions: any[];
|
|
868
|
-
readonly uniqueChildren: any[];
|
|
868
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
869
869
|
readonly sameIdChild: any;
|
|
870
870
|
readonly singleRegion: boolean;
|
|
871
871
|
isExists(id: string): boolean;
|
|
@@ -962,7 +962,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
962
962
|
memberImmutable(region: string): boolean;
|
|
963
963
|
readonly isRegion: boolean;
|
|
964
964
|
readonly childRegions: any[];
|
|
965
|
-
readonly uniqueChildren: any[];
|
|
965
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
966
966
|
readonly sameIdChild: any;
|
|
967
967
|
readonly singleRegion: boolean;
|
|
968
968
|
isExists(id: string): boolean;
|
|
@@ -1026,7 +1026,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1026
1026
|
memberImmutable(region: string): boolean;
|
|
1027
1027
|
readonly isRegion: boolean;
|
|
1028
1028
|
readonly childRegions: any[];
|
|
1029
|
-
readonly uniqueChildren: any[];
|
|
1029
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1030
1030
|
readonly sameIdChild: any;
|
|
1031
1031
|
readonly singleRegion: boolean;
|
|
1032
1032
|
isExists(id: string): boolean;
|
|
@@ -1089,7 +1089,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1089
1089
|
memberImmutable(region: string): boolean;
|
|
1090
1090
|
readonly isRegion: boolean;
|
|
1091
1091
|
readonly childRegions: any[];
|
|
1092
|
-
readonly uniqueChildren: any[];
|
|
1092
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1093
1093
|
readonly sameIdChild: any;
|
|
1094
1094
|
readonly singleRegion: boolean;
|
|
1095
1095
|
isExists(id: string): boolean;
|
|
@@ -1179,7 +1179,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1179
1179
|
memberImmutable(region: string): boolean;
|
|
1180
1180
|
readonly isRegion: boolean;
|
|
1181
1181
|
readonly childRegions: any[];
|
|
1182
|
-
readonly uniqueChildren: any[];
|
|
1182
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1183
1183
|
readonly sameIdChild: any;
|
|
1184
1184
|
readonly singleRegion: boolean;
|
|
1185
1185
|
isExists(id: string): boolean;
|
|
@@ -1242,7 +1242,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1242
1242
|
memberImmutable(region: string): boolean;
|
|
1243
1243
|
readonly isRegion: boolean;
|
|
1244
1244
|
readonly childRegions: any[];
|
|
1245
|
-
readonly uniqueChildren: any[];
|
|
1245
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1246
1246
|
readonly sameIdChild: any;
|
|
1247
1247
|
readonly singleRegion: boolean;
|
|
1248
1248
|
isExists(id: string): boolean;
|
|
@@ -1362,7 +1362,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1362
1362
|
memberImmutable(region: string): boolean;
|
|
1363
1363
|
readonly isRegion: boolean;
|
|
1364
1364
|
readonly childRegions: any[];
|
|
1365
|
-
readonly uniqueChildren: any[];
|
|
1365
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1366
1366
|
readonly sameIdChild: any;
|
|
1367
1367
|
readonly singleRegion: boolean;
|
|
1368
1368
|
isExists(id: string): boolean;
|
|
@@ -1426,7 +1426,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1426
1426
|
memberImmutable(region: string): boolean;
|
|
1427
1427
|
readonly isRegion: boolean;
|
|
1428
1428
|
readonly childRegions: any[];
|
|
1429
|
-
readonly uniqueChildren: any[];
|
|
1429
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1430
1430
|
readonly sameIdChild: any;
|
|
1431
1431
|
readonly singleRegion: boolean;
|
|
1432
1432
|
isExists(id: string): boolean;
|
|
@@ -1489,7 +1489,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1489
1489
|
memberImmutable(region: string): boolean;
|
|
1490
1490
|
readonly isRegion: boolean;
|
|
1491
1491
|
readonly childRegions: any[];
|
|
1492
|
-
readonly uniqueChildren: any[];
|
|
1492
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1493
1493
|
readonly sameIdChild: any;
|
|
1494
1494
|
readonly singleRegion: boolean;
|
|
1495
1495
|
isExists(id: string): boolean;
|
|
@@ -1579,7 +1579,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1579
1579
|
memberImmutable(region: string): boolean;
|
|
1580
1580
|
readonly isRegion: boolean;
|
|
1581
1581
|
readonly childRegions: any[];
|
|
1582
|
-
readonly uniqueChildren: any[];
|
|
1582
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1583
1583
|
readonly sameIdChild: any;
|
|
1584
1584
|
readonly singleRegion: boolean;
|
|
1585
1585
|
isExists(id: string): boolean;
|
|
@@ -1642,7 +1642,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1642
1642
|
memberImmutable(region: string): boolean;
|
|
1643
1643
|
readonly isRegion: boolean;
|
|
1644
1644
|
readonly childRegions: any[];
|
|
1645
|
-
readonly uniqueChildren: any[];
|
|
1645
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1646
1646
|
readonly sameIdChild: any;
|
|
1647
1647
|
readonly singleRegion: boolean;
|
|
1648
1648
|
isExists(id: string): boolean;
|
|
@@ -1739,7 +1739,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1739
1739
|
memberImmutable(region: string): boolean;
|
|
1740
1740
|
readonly isRegion: boolean;
|
|
1741
1741
|
readonly childRegions: any[];
|
|
1742
|
-
readonly uniqueChildren: any[];
|
|
1742
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1743
1743
|
readonly sameIdChild: any;
|
|
1744
1744
|
readonly singleRegion: boolean;
|
|
1745
1745
|
isExists(id: string): boolean;
|
|
@@ -1803,7 +1803,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1803
1803
|
memberImmutable(region: string): boolean;
|
|
1804
1804
|
readonly isRegion: boolean;
|
|
1805
1805
|
readonly childRegions: any[];
|
|
1806
|
-
readonly uniqueChildren: any[];
|
|
1806
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1807
1807
|
readonly sameIdChild: any;
|
|
1808
1808
|
readonly singleRegion: boolean;
|
|
1809
1809
|
isExists(id: string): boolean;
|
|
@@ -1866,7 +1866,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1866
1866
|
memberImmutable(region: string): boolean;
|
|
1867
1867
|
readonly isRegion: boolean;
|
|
1868
1868
|
readonly childRegions: any[];
|
|
1869
|
-
readonly uniqueChildren: any[];
|
|
1869
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1870
1870
|
readonly sameIdChild: any;
|
|
1871
1871
|
readonly singleRegion: boolean;
|
|
1872
1872
|
isExists(id: string): boolean;
|
|
@@ -1956,7 +1956,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
1956
1956
|
memberImmutable(region: string): boolean;
|
|
1957
1957
|
readonly isRegion: boolean;
|
|
1958
1958
|
readonly childRegions: any[];
|
|
1959
|
-
readonly uniqueChildren: any[];
|
|
1959
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
1960
1960
|
readonly sameIdChild: any;
|
|
1961
1961
|
readonly singleRegion: boolean;
|
|
1962
1962
|
isExists(id: string): boolean;
|
|
@@ -2019,7 +2019,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2019
2019
|
memberImmutable(region: string): boolean;
|
|
2020
2020
|
readonly isRegion: boolean;
|
|
2021
2021
|
readonly childRegions: any[];
|
|
2022
|
-
readonly uniqueChildren: any[];
|
|
2022
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2023
2023
|
readonly sameIdChild: any;
|
|
2024
2024
|
readonly singleRegion: boolean;
|
|
2025
2025
|
isExists(id: string): boolean;
|
|
@@ -2117,7 +2117,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2117
2117
|
memberImmutable(region: string): boolean;
|
|
2118
2118
|
readonly isRegion: boolean;
|
|
2119
2119
|
readonly childRegions: any[];
|
|
2120
|
-
readonly uniqueChildren: any[];
|
|
2120
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2121
2121
|
readonly sameIdChild: any;
|
|
2122
2122
|
readonly singleRegion: boolean;
|
|
2123
2123
|
isExists(id: string): boolean;
|
|
@@ -2181,7 +2181,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2181
2181
|
memberImmutable(region: string): boolean;
|
|
2182
2182
|
readonly isRegion: boolean;
|
|
2183
2183
|
readonly childRegions: any[];
|
|
2184
|
-
readonly uniqueChildren: any[];
|
|
2184
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2185
2185
|
readonly sameIdChild: any;
|
|
2186
2186
|
readonly singleRegion: boolean;
|
|
2187
2187
|
isExists(id: string): boolean;
|
|
@@ -2244,7 +2244,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2244
2244
|
memberImmutable(region: string): boolean;
|
|
2245
2245
|
readonly isRegion: boolean;
|
|
2246
2246
|
readonly childRegions: any[];
|
|
2247
|
-
readonly uniqueChildren: any[];
|
|
2247
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2248
2248
|
readonly sameIdChild: any;
|
|
2249
2249
|
readonly singleRegion: boolean;
|
|
2250
2250
|
isExists(id: string): boolean;
|
|
@@ -2334,7 +2334,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2334
2334
|
memberImmutable(region: string): boolean;
|
|
2335
2335
|
readonly isRegion: boolean;
|
|
2336
2336
|
readonly childRegions: any[];
|
|
2337
|
-
readonly uniqueChildren: any[];
|
|
2337
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2338
2338
|
readonly sameIdChild: any;
|
|
2339
2339
|
readonly singleRegion: boolean;
|
|
2340
2340
|
isExists(id: string): boolean;
|
|
@@ -2397,7 +2397,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2397
2397
|
memberImmutable(region: string): boolean;
|
|
2398
2398
|
readonly isRegion: boolean;
|
|
2399
2399
|
readonly childRegions: any[];
|
|
2400
|
-
readonly uniqueChildren: any[];
|
|
2400
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2401
2401
|
readonly sameIdChild: any;
|
|
2402
2402
|
readonly singleRegion: boolean;
|
|
2403
2403
|
isExists(id: string): boolean;
|
|
@@ -2494,7 +2494,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2494
2494
|
memberImmutable(region: string): boolean;
|
|
2495
2495
|
readonly isRegion: boolean;
|
|
2496
2496
|
readonly childRegions: any[];
|
|
2497
|
-
readonly uniqueChildren: any[];
|
|
2497
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2498
2498
|
readonly sameIdChild: any;
|
|
2499
2499
|
readonly singleRegion: boolean;
|
|
2500
2500
|
isExists(id: string): boolean;
|
|
@@ -2558,7 +2558,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2558
2558
|
memberImmutable(region: string): boolean;
|
|
2559
2559
|
readonly isRegion: boolean;
|
|
2560
2560
|
readonly childRegions: any[];
|
|
2561
|
-
readonly uniqueChildren: any[];
|
|
2561
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2562
2562
|
readonly sameIdChild: any;
|
|
2563
2563
|
readonly singleRegion: boolean;
|
|
2564
2564
|
isExists(id: string): boolean;
|
|
@@ -2621,7 +2621,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2621
2621
|
memberImmutable(region: string): boolean;
|
|
2622
2622
|
readonly isRegion: boolean;
|
|
2623
2623
|
readonly childRegions: any[];
|
|
2624
|
-
readonly uniqueChildren: any[];
|
|
2624
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2625
2625
|
readonly sameIdChild: any;
|
|
2626
2626
|
readonly singleRegion: boolean;
|
|
2627
2627
|
isExists(id: string): boolean;
|
|
@@ -2711,7 +2711,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2711
2711
|
memberImmutable(region: string): boolean;
|
|
2712
2712
|
readonly isRegion: boolean;
|
|
2713
2713
|
readonly childRegions: any[];
|
|
2714
|
-
readonly uniqueChildren: any[];
|
|
2714
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2715
2715
|
readonly sameIdChild: any;
|
|
2716
2716
|
readonly singleRegion: boolean;
|
|
2717
2717
|
isExists(id: string): boolean;
|
|
@@ -2774,7 +2774,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2774
2774
|
memberImmutable(region: string): boolean;
|
|
2775
2775
|
readonly isRegion: boolean;
|
|
2776
2776
|
readonly childRegions: any[];
|
|
2777
|
-
readonly uniqueChildren: any[];
|
|
2777
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2778
2778
|
readonly sameIdChild: any;
|
|
2779
2779
|
readonly singleRegion: boolean;
|
|
2780
2780
|
isExists(id: string): boolean;
|
|
@@ -2872,7 +2872,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2872
2872
|
memberImmutable(region: string): boolean;
|
|
2873
2873
|
readonly isRegion: boolean;
|
|
2874
2874
|
readonly childRegions: any[];
|
|
2875
|
-
readonly uniqueChildren: any[];
|
|
2875
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2876
2876
|
readonly sameIdChild: any;
|
|
2877
2877
|
readonly singleRegion: boolean;
|
|
2878
2878
|
isExists(id: string): boolean;
|
|
@@ -2936,7 +2936,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2936
2936
|
memberImmutable(region: string): boolean;
|
|
2937
2937
|
readonly isRegion: boolean;
|
|
2938
2938
|
readonly childRegions: any[];
|
|
2939
|
-
readonly uniqueChildren: any[];
|
|
2939
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
2940
2940
|
readonly sameIdChild: any;
|
|
2941
2941
|
readonly singleRegion: boolean;
|
|
2942
2942
|
isExists(id: string): boolean;
|
|
@@ -2999,7 +2999,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
2999
2999
|
memberImmutable(region: string): boolean;
|
|
3000
3000
|
readonly isRegion: boolean;
|
|
3001
3001
|
readonly childRegions: any[];
|
|
3002
|
-
readonly uniqueChildren: any[];
|
|
3002
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3003
3003
|
readonly sameIdChild: any;
|
|
3004
3004
|
readonly singleRegion: boolean;
|
|
3005
3005
|
isExists(id: string): boolean;
|
|
@@ -3089,7 +3089,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3089
3089
|
memberImmutable(region: string): boolean;
|
|
3090
3090
|
readonly isRegion: boolean;
|
|
3091
3091
|
readonly childRegions: any[];
|
|
3092
|
-
readonly uniqueChildren: any[];
|
|
3092
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3093
3093
|
readonly sameIdChild: any;
|
|
3094
3094
|
readonly singleRegion: boolean;
|
|
3095
3095
|
isExists(id: string): boolean;
|
|
@@ -3152,7 +3152,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3152
3152
|
memberImmutable(region: string): boolean;
|
|
3153
3153
|
readonly isRegion: boolean;
|
|
3154
3154
|
readonly childRegions: any[];
|
|
3155
|
-
readonly uniqueChildren: any[];
|
|
3155
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3156
3156
|
readonly sameIdChild: any;
|
|
3157
3157
|
readonly singleRegion: boolean;
|
|
3158
3158
|
isExists(id: string): boolean;
|
|
@@ -3249,7 +3249,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3249
3249
|
memberImmutable(region: string): boolean;
|
|
3250
3250
|
readonly isRegion: boolean;
|
|
3251
3251
|
readonly childRegions: any[];
|
|
3252
|
-
readonly uniqueChildren: any[];
|
|
3252
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3253
3253
|
readonly sameIdChild: any;
|
|
3254
3254
|
readonly singleRegion: boolean;
|
|
3255
3255
|
isExists(id: string): boolean;
|
|
@@ -3313,7 +3313,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3313
3313
|
memberImmutable(region: string): boolean;
|
|
3314
3314
|
readonly isRegion: boolean;
|
|
3315
3315
|
readonly childRegions: any[];
|
|
3316
|
-
readonly uniqueChildren: any[];
|
|
3316
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3317
3317
|
readonly sameIdChild: any;
|
|
3318
3318
|
readonly singleRegion: boolean;
|
|
3319
3319
|
isExists(id: string): boolean;
|
|
@@ -3376,7 +3376,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3376
3376
|
memberImmutable(region: string): boolean;
|
|
3377
3377
|
readonly isRegion: boolean;
|
|
3378
3378
|
readonly childRegions: any[];
|
|
3379
|
-
readonly uniqueChildren: any[];
|
|
3379
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3380
3380
|
readonly sameIdChild: any;
|
|
3381
3381
|
readonly singleRegion: boolean;
|
|
3382
3382
|
isExists(id: string): boolean;
|
|
@@ -3466,7 +3466,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3466
3466
|
memberImmutable(region: string): boolean;
|
|
3467
3467
|
readonly isRegion: boolean;
|
|
3468
3468
|
readonly childRegions: any[];
|
|
3469
|
-
readonly uniqueChildren: any[];
|
|
3469
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3470
3470
|
readonly sameIdChild: any;
|
|
3471
3471
|
readonly singleRegion: boolean;
|
|
3472
3472
|
isExists(id: string): boolean;
|
|
@@ -3529,7 +3529,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3529
3529
|
memberImmutable(region: string): boolean;
|
|
3530
3530
|
readonly isRegion: boolean;
|
|
3531
3531
|
readonly childRegions: any[];
|
|
3532
|
-
readonly uniqueChildren: any[];
|
|
3532
|
+
readonly uniqueChildren: any[]; /** 是否开启应用多语言 */
|
|
3533
3533
|
readonly sameIdChild: any;
|
|
3534
3534
|
readonly singleRegion: boolean;
|
|
3535
3535
|
isExists(id: string): boolean;
|
|
@@ -3641,6 +3641,7 @@ export declare const MainStore: import("mobx-state-tree").IModelType<{
|
|
|
3641
3641
|
value: string | undefined;
|
|
3642
3642
|
$$ref: string | undefined;
|
|
3643
3643
|
}[];
|
|
3644
|
+
readonly usedRefs: string[];
|
|
3644
3645
|
} & {
|
|
3645
3646
|
markReady(): void;
|
|
3646
3647
|
setLayer(value: any): void;
|
package/esm/util.d.ts
CHANGED
|
@@ -199,6 +199,7 @@ export declare function modalsToDefinitions(modals: Array<EditorModalBody>, defi
|
|
|
199
199
|
export declare function mergeDefinitions(originSchema: any, definitions: any, modal: any): any;
|
|
200
200
|
export declare function setDefaultColSize(regionList: any[], row: number, preRow?: number): any[];
|
|
201
201
|
export declare function getModals(schema: any): (DialogSchema | DrawerSchema)[];
|
|
202
|
+
export declare function collectRefs(schema: any): string[];
|
|
202
203
|
/**
|
|
203
204
|
* 深度 splice 数组,同时返回新的对象,按需拷贝,没有副作用
|
|
204
205
|
* @param target
|
package/lib/dnd/default.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ export declare class DefaultDNDMode implements DNDModeInterface {
|
|
|
40
40
|
getTarget(e: DragEvent): HTMLElement | null;
|
|
41
41
|
getChildren(region: HTMLElement): Array<HTMLElement>;
|
|
42
42
|
detectDropPosition(event: DragEvent, dropTarget: HTMLElement): 'top' | 'bottom' | 'left' | 'right';
|
|
43
|
-
reductionPosition(position: 'top' | 'bottom' | 'left' | 'right', isHorizontal?: boolean): "left" | "right" | "
|
|
43
|
+
reductionPosition(position: 'top' | 'bottom' | 'left' | 'right', isHorizontal?: boolean): "left" | "right" | "bottom" | "top";
|
|
44
44
|
updateIndicator(ghost: HTMLElement, target: HTMLElement, dropPosition: 'top' | 'bottom' | 'left' | 'right' | 'center' | 'middle'): void;
|
|
45
45
|
/**
|
|
46
46
|
* 销毁
|
package/lib/dnd/flex.d.ts
CHANGED
|
@@ -47,6 +47,6 @@ export declare class FlexDNDMode implements DNDModeInterface {
|
|
|
47
47
|
* 销毁
|
|
48
48
|
*/
|
|
49
49
|
dispose(): void;
|
|
50
|
-
getDropPosition(): "left" | "right" | "
|
|
50
|
+
getDropPosition(): "left" | "right" | "bottom" | "top" | undefined;
|
|
51
51
|
interruptionDrop(): boolean;
|
|
52
52
|
}
|
package/lib/editor.js
CHANGED