@uniformdev/canvas-vue 18.29.0 → 18.29.2-alpha.11
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.esm.js +2 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +2 -1
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -313,6 +313,7 @@ import {
|
|
|
313
313
|
CANVAS_PERSONALIZE_TYPE,
|
|
314
314
|
CANVAS_TEST_SLOT,
|
|
315
315
|
CANVAS_TEST_TYPE,
|
|
316
|
+
IN_CONTEXT_EDITOR_COMPONENT_END_ROLE,
|
|
316
317
|
IN_CONTEXT_EDITOR_COMPONENT_START_ROLE,
|
|
317
318
|
mapSlotToPersonalizedVariations,
|
|
318
319
|
mapSlotToTestVariations,
|
|
@@ -477,7 +478,7 @@ function renderComponent({
|
|
|
477
478
|
"data-component-title": (_c = (_b = component.parameters) == null ? void 0 : _b.title) == null ? void 0 : _c.value
|
|
478
479
|
}),
|
|
479
480
|
isPlaceholder && emptyPlaceholder !== void 0 ? emptyPlaceholder() : h4(resolvedComponent, props),
|
|
480
|
-
h4("script", { "data-role":
|
|
481
|
+
h4("script", { "data-role": IN_CONTEXT_EDITOR_COMPONENT_END_ROLE })
|
|
481
482
|
] : [h4(resolvedComponent, props)];
|
|
482
483
|
return h4(UniformComponent, { data: component, resolveRenderer }, () => elementsToRender);
|
|
483
484
|
}
|
package/dist/index.js
CHANGED
|
@@ -486,7 +486,7 @@ function renderComponent({
|
|
|
486
486
|
"data-component-title": (_c = (_b = component.parameters) == null ? void 0 : _b.title) == null ? void 0 : _c.value
|
|
487
487
|
}),
|
|
488
488
|
isPlaceholder && emptyPlaceholder !== void 0 ? emptyPlaceholder() : (0, import_vue_demi5.h)(resolvedComponent, props),
|
|
489
|
-
(0, import_vue_demi5.h)("script", { "data-role":
|
|
489
|
+
(0, import_vue_demi5.h)("script", { "data-role": import_canvas4.IN_CONTEXT_EDITOR_COMPONENT_END_ROLE })
|
|
490
490
|
] : [(0, import_vue_demi5.h)(resolvedComponent, props)];
|
|
491
491
|
return (0, import_vue_demi5.h)(UniformComponent, { data: component, resolveRenderer }, () => elementsToRender);
|
|
492
492
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -313,6 +313,7 @@ import {
|
|
|
313
313
|
CANVAS_PERSONALIZE_TYPE,
|
|
314
314
|
CANVAS_TEST_SLOT,
|
|
315
315
|
CANVAS_TEST_TYPE,
|
|
316
|
+
IN_CONTEXT_EDITOR_COMPONENT_END_ROLE,
|
|
316
317
|
IN_CONTEXT_EDITOR_COMPONENT_START_ROLE,
|
|
317
318
|
mapSlotToPersonalizedVariations,
|
|
318
319
|
mapSlotToTestVariations,
|
|
@@ -477,7 +478,7 @@ function renderComponent({
|
|
|
477
478
|
"data-component-title": (_c = (_b = component.parameters) == null ? void 0 : _b.title) == null ? void 0 : _c.value
|
|
478
479
|
}),
|
|
479
480
|
isPlaceholder && emptyPlaceholder !== void 0 ? emptyPlaceholder() : h4(resolvedComponent, props),
|
|
480
|
-
h4("script", { "data-role":
|
|
481
|
+
h4("script", { "data-role": IN_CONTEXT_EDITOR_COMPONENT_END_ROLE })
|
|
481
482
|
] : [h4(resolvedComponent, props)];
|
|
482
483
|
return h4(UniformComponent, { data: component, resolveRenderer }, () => elementsToRender);
|
|
483
484
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-vue",
|
|
3
|
-
"version": "18.29.
|
|
3
|
+
"version": "18.29.2-alpha.11+299df8405",
|
|
4
4
|
"description": "Vue SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"document": "api-extractor run --local"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@uniformdev/canvas": "18.29.
|
|
27
|
-
"@vue/test-utils": "2.2
|
|
26
|
+
"@uniformdev/canvas": "18.29.2-alpha.11+299df8405",
|
|
27
|
+
"@vue/test-utils": "2.3.2",
|
|
28
28
|
"vue-demi": "^0.13.11"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@testing-library/vue": "7.0.0",
|
|
42
42
|
"@types/uuid": "9.0.1",
|
|
43
|
-
"@uniformdev/context-vue": "18.29.
|
|
43
|
+
"@uniformdev/context-vue": "18.29.2-alpha.11+299df8405",
|
|
44
44
|
"@vue/server-test-utils": "1.3.0",
|
|
45
45
|
"vue": "3.2.45",
|
|
46
46
|
"vue-server-renderer": "2.7.14",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"last 2 versions",
|
|
64
64
|
"not dead"
|
|
65
65
|
],
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "299df840521b9a41a3e683a9095b7b5f45a8cf12"
|
|
67
67
|
}
|