@uniformdev/canvas-vue 19.42.1-alpha.6 → 19.45.0
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -315,7 +315,7 @@ var ContextualEditingComponentWrapper = defineComponent3({
|
|
|
315
315
|
"data-component-title": (_i = (_h = component == null ? void 0 : component.parameters) == null ? void 0 : _h.title) == null ? void 0 : _i.value,
|
|
316
316
|
// In preview mode if we are viewing a historic entry we do not want to allow
|
|
317
317
|
// the user to add a component to the composition or move the component around the page
|
|
318
|
-
"data-is-
|
|
318
|
+
"data-is-readonly": ((_j = component == null ? void 0 : component._contextualEditing) == null ? void 0 : _j.isEditable) ? void 0 : "true"
|
|
319
319
|
}),
|
|
320
320
|
isPlaceholder && context.slots.emptyPlaceholder !== void 0 ? context.slots.emptyPlaceholder() : (_l = (_k = context.slots).default) == null ? void 0 : _l.call(_k),
|
|
321
321
|
h3("script", { "data-role": IN_CONTEXT_EDITOR_COMPONENT_END_ROLE })
|
package/dist/index.js
CHANGED
|
@@ -335,7 +335,7 @@ var ContextualEditingComponentWrapper = (0, import_vue_demi4.defineComponent)({
|
|
|
335
335
|
"data-component-title": (_i = (_h = component == null ? void 0 : component.parameters) == null ? void 0 : _h.title) == null ? void 0 : _i.value,
|
|
336
336
|
// In preview mode if we are viewing a historic entry we do not want to allow
|
|
337
337
|
// the user to add a component to the composition or move the component around the page
|
|
338
|
-
"data-is-
|
|
338
|
+
"data-is-readonly": ((_j = component == null ? void 0 : component._contextualEditing) == null ? void 0 : _j.isEditable) ? void 0 : "true"
|
|
339
339
|
}),
|
|
340
340
|
isPlaceholder && context.slots.emptyPlaceholder !== void 0 ? context.slots.emptyPlaceholder() : (_l = (_k = context.slots).default) == null ? void 0 : _l.call(_k),
|
|
341
341
|
(0, import_vue_demi4.h)("script", { "data-role": import_canvas4.IN_CONTEXT_EDITOR_COMPONENT_END_ROLE })
|
package/dist/index.mjs
CHANGED
|
@@ -315,7 +315,7 @@ var ContextualEditingComponentWrapper = defineComponent3({
|
|
|
315
315
|
"data-component-title": (_i = (_h = component == null ? void 0 : component.parameters) == null ? void 0 : _h.title) == null ? void 0 : _i.value,
|
|
316
316
|
// In preview mode if we are viewing a historic entry we do not want to allow
|
|
317
317
|
// the user to add a component to the composition or move the component around the page
|
|
318
|
-
"data-is-
|
|
318
|
+
"data-is-readonly": ((_j = component == null ? void 0 : component._contextualEditing) == null ? void 0 : _j.isEditable) ? void 0 : "true"
|
|
319
319
|
}),
|
|
320
320
|
isPlaceholder && context.slots.emptyPlaceholder !== void 0 ? context.slots.emptyPlaceholder() : (_l = (_k = context.slots).default) == null ? void 0 : _l.call(_k),
|
|
321
321
|
h3("script", { "data-role": IN_CONTEXT_EDITOR_COMPONENT_END_ROLE })
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-vue",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.45.0",
|
|
4
4
|
"description": "Vue SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"document": "api-extractor run --local"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@uniformdev/canvas": "19.
|
|
27
|
-
"@uniformdev/context-vue": "19.
|
|
28
|
-
"@uniformdev/richtext": "19.
|
|
26
|
+
"@uniformdev/canvas": "19.45.0",
|
|
27
|
+
"@uniformdev/context-vue": "19.45.0",
|
|
28
|
+
"@uniformdev/richtext": "19.45.0",
|
|
29
29
|
"vue-demi": "^0.14.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "ff90cd6bd6d9db14f0d3a2ba8bd4db538b66548c"
|
|
63
63
|
}
|