@uniformdev/canvas-vue 18.2.2 → 18.3.1-alpha.21
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/dist/index.d.ts +110 -5
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { PropType, ConcreteComponent, Ref } from 'vue-demi';
|
|
|
3
3
|
import * as _uniformdev_canvas from '@uniformdev/canvas';
|
|
4
4
|
import { ComponentInstance, ComponentParameter, RootComponentInstance, UpdateCompositionMessage, SubscribeToCompositionOptions } from '@uniformdev/canvas';
|
|
5
5
|
export { createUniformApiEnhancer } from '@uniformdev/canvas';
|
|
6
|
-
import * as
|
|
6
|
+
import * as _uniformdev_canvas_dist_createEventBus_db0afea5 from '@uniformdev/canvas/dist/createEventBus-db0afea5';
|
|
7
7
|
|
|
8
8
|
type DefaultNotImplementedComponentProps = {
|
|
9
9
|
component: ComponentInstance;
|
|
@@ -96,6 +96,11 @@ declare const UniformComponent: vue_demi.DefineComponent<{
|
|
|
96
96
|
};
|
|
97
97
|
} | undefined;
|
|
98
98
|
variant?: string | undefined;
|
|
99
|
+
projectMapNodes?: {
|
|
100
|
+
id: string;
|
|
101
|
+
path: string;
|
|
102
|
+
projectMapId: string;
|
|
103
|
+
}[] | undefined;
|
|
99
104
|
slots?: {
|
|
100
105
|
[key: string]: {
|
|
101
106
|
type: string;
|
|
@@ -179,6 +184,11 @@ declare const UniformComponent: vue_demi.DefineComponent<{
|
|
|
179
184
|
};
|
|
180
185
|
} | undefined;
|
|
181
186
|
variant?: string | undefined;
|
|
187
|
+
projectMapNodes?: {
|
|
188
|
+
id: string;
|
|
189
|
+
path: string;
|
|
190
|
+
projectMapId: string;
|
|
191
|
+
}[] | undefined;
|
|
182
192
|
slots?: {
|
|
183
193
|
[key: string]: {
|
|
184
194
|
type: string;
|
|
@@ -263,6 +273,11 @@ declare const createApiEnhancer: ({ apiUrl }: {
|
|
|
263
273
|
};
|
|
264
274
|
} | undefined;
|
|
265
275
|
variant?: string | undefined;
|
|
276
|
+
projectMapNodes?: {
|
|
277
|
+
id: string;
|
|
278
|
+
path: string;
|
|
279
|
+
projectMapId: string;
|
|
280
|
+
}[] | undefined;
|
|
266
281
|
slots?: {
|
|
267
282
|
[key: string]: {
|
|
268
283
|
type: string;
|
|
@@ -345,6 +360,11 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
345
360
|
};
|
|
346
361
|
} | undefined;
|
|
347
362
|
variant?: string | undefined;
|
|
363
|
+
projectMapNodes?: {
|
|
364
|
+
id: string;
|
|
365
|
+
path: string;
|
|
366
|
+
projectMapId: string;
|
|
367
|
+
}[] | undefined;
|
|
348
368
|
slots?: {
|
|
349
369
|
[key: string]: {
|
|
350
370
|
type: string;
|
|
@@ -417,6 +437,11 @@ declare const useContextualEditing: ({ initialCompositionValue, enhance, }: UseU
|
|
|
417
437
|
};
|
|
418
438
|
} | undefined;
|
|
419
439
|
variant?: string | undefined;
|
|
440
|
+
projectMapNodes?: {
|
|
441
|
+
id: string;
|
|
442
|
+
path: string;
|
|
443
|
+
projectMapId: string;
|
|
444
|
+
}[] | undefined;
|
|
420
445
|
slots?: {
|
|
421
446
|
[key: string]: {
|
|
422
447
|
type: string;
|
|
@@ -496,7 +521,7 @@ declare const useUniformCurrentComposition: () => UniformCurrentComposition;
|
|
|
496
521
|
*/
|
|
497
522
|
declare const UniformComposition: vue_demi.DefineComponent<{
|
|
498
523
|
data: {
|
|
499
|
-
type: PropType<(
|
|
524
|
+
type: PropType<(_uniformdev_canvas_dist_createEventBus_db0afea5.p | {
|
|
500
525
|
type: string;
|
|
501
526
|
parameters?: {
|
|
502
527
|
[key: string]: {
|
|
@@ -510,6 +535,11 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
510
535
|
};
|
|
511
536
|
} | undefined;
|
|
512
537
|
variant?: string | undefined;
|
|
538
|
+
projectMapNodes?: {
|
|
539
|
+
id: string;
|
|
540
|
+
path: string;
|
|
541
|
+
projectMapId: string;
|
|
542
|
+
}[] | undefined;
|
|
513
543
|
slots?: {
|
|
514
544
|
[key: string]: {
|
|
515
545
|
type: string;
|
|
@@ -577,6 +607,11 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
577
607
|
};
|
|
578
608
|
} | undefined;
|
|
579
609
|
variant?: string | undefined;
|
|
610
|
+
projectMapNodes?: {
|
|
611
|
+
id: string;
|
|
612
|
+
path: string;
|
|
613
|
+
projectMapId: string;
|
|
614
|
+
}[] | undefined;
|
|
580
615
|
slots?: {
|
|
581
616
|
[key: string]: {
|
|
582
617
|
type: string;
|
|
@@ -655,6 +690,11 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
655
690
|
};
|
|
656
691
|
} | undefined;
|
|
657
692
|
variant?: string | undefined;
|
|
693
|
+
projectMapNodes?: {
|
|
694
|
+
id: string;
|
|
695
|
+
path: string;
|
|
696
|
+
projectMapId: string;
|
|
697
|
+
}[] | undefined;
|
|
658
698
|
slots?: {
|
|
659
699
|
[key: string]: {
|
|
660
700
|
type: string;
|
|
@@ -722,6 +762,11 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
722
762
|
};
|
|
723
763
|
} | undefined;
|
|
724
764
|
variant?: string | undefined;
|
|
765
|
+
projectMapNodes?: {
|
|
766
|
+
id: string;
|
|
767
|
+
path: string;
|
|
768
|
+
projectMapId: string;
|
|
769
|
+
}[] | undefined;
|
|
725
770
|
slots?: {
|
|
726
771
|
[key: string]: {
|
|
727
772
|
type: string;
|
|
@@ -781,7 +826,7 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
781
826
|
[key: string]: any;
|
|
782
827
|
}>, unknown, {}, {}, vue_demi.ComponentOptionsMixin, vue_demi.ComponentOptionsMixin, {}, string, vue_demi.VNodeProps & vue_demi.AllowedComponentProps & vue_demi.ComponentCustomProps, Readonly<vue_demi.ExtractPropTypes<{
|
|
783
828
|
data: {
|
|
784
|
-
type: PropType<(
|
|
829
|
+
type: PropType<(_uniformdev_canvas_dist_createEventBus_db0afea5.p | {
|
|
785
830
|
type: string;
|
|
786
831
|
parameters?: {
|
|
787
832
|
[key: string]: {
|
|
@@ -795,6 +840,11 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
795
840
|
};
|
|
796
841
|
} | undefined;
|
|
797
842
|
variant?: string | undefined;
|
|
843
|
+
projectMapNodes?: {
|
|
844
|
+
id: string;
|
|
845
|
+
path: string;
|
|
846
|
+
projectMapId: string;
|
|
847
|
+
}[] | undefined;
|
|
798
848
|
slots?: {
|
|
799
849
|
[key: string]: {
|
|
800
850
|
type: string;
|
|
@@ -862,6 +912,11 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
862
912
|
};
|
|
863
913
|
} | undefined;
|
|
864
914
|
variant?: string | undefined;
|
|
915
|
+
projectMapNodes?: {
|
|
916
|
+
id: string;
|
|
917
|
+
path: string;
|
|
918
|
+
projectMapId: string;
|
|
919
|
+
}[] | undefined;
|
|
865
920
|
slots?: {
|
|
866
921
|
[key: string]: {
|
|
867
922
|
type: string;
|
|
@@ -940,6 +995,11 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
940
995
|
};
|
|
941
996
|
} | undefined;
|
|
942
997
|
variant?: string | undefined;
|
|
998
|
+
projectMapNodes?: {
|
|
999
|
+
id: string;
|
|
1000
|
+
path: string;
|
|
1001
|
+
projectMapId: string;
|
|
1002
|
+
}[] | undefined;
|
|
943
1003
|
slots?: {
|
|
944
1004
|
[key: string]: {
|
|
945
1005
|
type: string;
|
|
@@ -1007,6 +1067,11 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
1007
1067
|
};
|
|
1008
1068
|
} | undefined;
|
|
1009
1069
|
variant?: string | undefined;
|
|
1070
|
+
projectMapNodes?: {
|
|
1071
|
+
id: string;
|
|
1072
|
+
path: string;
|
|
1073
|
+
projectMapId: string;
|
|
1074
|
+
}[] | undefined;
|
|
1010
1075
|
slots?: {
|
|
1011
1076
|
[key: string]: {
|
|
1012
1077
|
type: string;
|
|
@@ -1068,7 +1133,7 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
1068
1133
|
/** @deprecated use `UniformComposition` instead */
|
|
1069
1134
|
declare const Composition: vue_demi.DefineComponent<{
|
|
1070
1135
|
data: {
|
|
1071
|
-
type: PropType<(
|
|
1136
|
+
type: PropType<(_uniformdev_canvas_dist_createEventBus_db0afea5.p | {
|
|
1072
1137
|
type: string;
|
|
1073
1138
|
parameters?: {
|
|
1074
1139
|
[key: string]: {
|
|
@@ -1082,6 +1147,11 @@ declare const Composition: vue_demi.DefineComponent<{
|
|
|
1082
1147
|
};
|
|
1083
1148
|
} | undefined;
|
|
1084
1149
|
variant?: string | undefined;
|
|
1150
|
+
projectMapNodes?: {
|
|
1151
|
+
id: string;
|
|
1152
|
+
path: string;
|
|
1153
|
+
projectMapId: string;
|
|
1154
|
+
}[] | undefined;
|
|
1085
1155
|
slots?: {
|
|
1086
1156
|
[key: string]: {
|
|
1087
1157
|
type: string;
|
|
@@ -1149,6 +1219,11 @@ declare const Composition: vue_demi.DefineComponent<{
|
|
|
1149
1219
|
};
|
|
1150
1220
|
} | undefined;
|
|
1151
1221
|
variant?: string | undefined;
|
|
1222
|
+
projectMapNodes?: {
|
|
1223
|
+
id: string;
|
|
1224
|
+
path: string;
|
|
1225
|
+
projectMapId: string;
|
|
1226
|
+
}[] | undefined;
|
|
1152
1227
|
slots?: {
|
|
1153
1228
|
[key: string]: {
|
|
1154
1229
|
type: string;
|
|
@@ -1227,6 +1302,11 @@ declare const Composition: vue_demi.DefineComponent<{
|
|
|
1227
1302
|
};
|
|
1228
1303
|
} | undefined;
|
|
1229
1304
|
variant?: string | undefined;
|
|
1305
|
+
projectMapNodes?: {
|
|
1306
|
+
id: string;
|
|
1307
|
+
path: string;
|
|
1308
|
+
projectMapId: string;
|
|
1309
|
+
}[] | undefined;
|
|
1230
1310
|
slots?: {
|
|
1231
1311
|
[key: string]: {
|
|
1232
1312
|
type: string;
|
|
@@ -1294,6 +1374,11 @@ declare const Composition: vue_demi.DefineComponent<{
|
|
|
1294
1374
|
};
|
|
1295
1375
|
} | undefined;
|
|
1296
1376
|
variant?: string | undefined;
|
|
1377
|
+
projectMapNodes?: {
|
|
1378
|
+
id: string;
|
|
1379
|
+
path: string;
|
|
1380
|
+
projectMapId: string;
|
|
1381
|
+
}[] | undefined;
|
|
1297
1382
|
slots?: {
|
|
1298
1383
|
[key: string]: {
|
|
1299
1384
|
type: string;
|
|
@@ -1353,7 +1438,7 @@ declare const Composition: vue_demi.DefineComponent<{
|
|
|
1353
1438
|
[key: string]: any;
|
|
1354
1439
|
}>, unknown, {}, {}, vue_demi.ComponentOptionsMixin, vue_demi.ComponentOptionsMixin, {}, string, vue_demi.VNodeProps & vue_demi.AllowedComponentProps & vue_demi.ComponentCustomProps, Readonly<vue_demi.ExtractPropTypes<{
|
|
1355
1440
|
data: {
|
|
1356
|
-
type: PropType<(
|
|
1441
|
+
type: PropType<(_uniformdev_canvas_dist_createEventBus_db0afea5.p | {
|
|
1357
1442
|
type: string;
|
|
1358
1443
|
parameters?: {
|
|
1359
1444
|
[key: string]: {
|
|
@@ -1367,6 +1452,11 @@ declare const Composition: vue_demi.DefineComponent<{
|
|
|
1367
1452
|
};
|
|
1368
1453
|
} | undefined;
|
|
1369
1454
|
variant?: string | undefined;
|
|
1455
|
+
projectMapNodes?: {
|
|
1456
|
+
id: string;
|
|
1457
|
+
path: string;
|
|
1458
|
+
projectMapId: string;
|
|
1459
|
+
}[] | undefined;
|
|
1370
1460
|
slots?: {
|
|
1371
1461
|
[key: string]: {
|
|
1372
1462
|
type: string;
|
|
@@ -1434,6 +1524,11 @@ declare const Composition: vue_demi.DefineComponent<{
|
|
|
1434
1524
|
};
|
|
1435
1525
|
} | undefined;
|
|
1436
1526
|
variant?: string | undefined;
|
|
1527
|
+
projectMapNodes?: {
|
|
1528
|
+
id: string;
|
|
1529
|
+
path: string;
|
|
1530
|
+
projectMapId: string;
|
|
1531
|
+
}[] | undefined;
|
|
1437
1532
|
slots?: {
|
|
1438
1533
|
[key: string]: {
|
|
1439
1534
|
type: string;
|
|
@@ -1512,6 +1607,11 @@ declare const Composition: vue_demi.DefineComponent<{
|
|
|
1512
1607
|
};
|
|
1513
1608
|
} | undefined;
|
|
1514
1609
|
variant?: string | undefined;
|
|
1610
|
+
projectMapNodes?: {
|
|
1611
|
+
id: string;
|
|
1612
|
+
path: string;
|
|
1613
|
+
projectMapId: string;
|
|
1614
|
+
}[] | undefined;
|
|
1515
1615
|
slots?: {
|
|
1516
1616
|
[key: string]: {
|
|
1517
1617
|
type: string;
|
|
@@ -1579,6 +1679,11 @@ declare const Composition: vue_demi.DefineComponent<{
|
|
|
1579
1679
|
};
|
|
1580
1680
|
} | undefined;
|
|
1581
1681
|
variant?: string | undefined;
|
|
1682
|
+
projectMapNodes?: {
|
|
1683
|
+
id: string;
|
|
1684
|
+
path: string;
|
|
1685
|
+
projectMapId: string;
|
|
1686
|
+
}[] | undefined;
|
|
1582
1687
|
slots?: {
|
|
1583
1688
|
[key: string]: {
|
|
1584
1689
|
type: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-vue",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.3.1-alpha.21+5789df064",
|
|
4
4
|
"description": "Vue SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\""
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@uniformdev/canvas": "18.
|
|
25
|
+
"@uniformdev/canvas": "18.3.1-alpha.21+5789df064",
|
|
26
26
|
"@vue/test-utils": "2.2.7",
|
|
27
27
|
"vue-demi": "^0.13.11"
|
|
28
28
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@testing-library/vue": "6.6.1",
|
|
41
41
|
"@types/uuid": "9.0.0",
|
|
42
|
-
"@uniformdev/context-vue": "18.
|
|
42
|
+
"@uniformdev/context-vue": "18.3.1-alpha.21+5789df064",
|
|
43
43
|
"@vue/server-test-utils": "1.3.0",
|
|
44
44
|
"vue": "3.2.45",
|
|
45
45
|
"vue-server-renderer": "2.7.14",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"last 2 versions",
|
|
63
63
|
"not dead"
|
|
64
64
|
],
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "5789df064396b6ab274cdaf44743d48bc1542dc4"
|
|
66
66
|
}
|