@uniformdev/canvas-vue 19.45.2-alpha.6 → 19.45.2-alpha.8
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 +0 -3
- package/dist/index.js +0 -3
- package/dist/index.mjs +0 -3
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -804,9 +804,6 @@ var UniformText = defineComponent8({
|
|
|
804
804
|
isFocused.value = false;
|
|
805
805
|
};
|
|
806
806
|
if (!parameter) {
|
|
807
|
-
console.warn(
|
|
808
|
-
`UniformText: The parameterId "${props.parameterId}" was not found in the component of type "${componentData == null ? void 0 : componentData.type}"`
|
|
809
|
-
);
|
|
810
807
|
return null;
|
|
811
808
|
}
|
|
812
809
|
if (!isContextualEditing) {
|
package/dist/index.js
CHANGED
|
@@ -813,9 +813,6 @@ var UniformText = (0, import_vue_demi20.defineComponent)({
|
|
|
813
813
|
isFocused.value = false;
|
|
814
814
|
};
|
|
815
815
|
if (!parameter) {
|
|
816
|
-
console.warn(
|
|
817
|
-
`UniformText: The parameterId "${props.parameterId}" was not found in the component of type "${componentData == null ? void 0 : componentData.type}"`
|
|
818
|
-
);
|
|
819
816
|
return null;
|
|
820
817
|
}
|
|
821
818
|
if (!isContextualEditing) {
|
package/dist/index.mjs
CHANGED
|
@@ -804,9 +804,6 @@ var UniformText = defineComponent8({
|
|
|
804
804
|
isFocused.value = false;
|
|
805
805
|
};
|
|
806
806
|
if (!parameter) {
|
|
807
|
-
console.warn(
|
|
808
|
-
`UniformText: The parameterId "${props.parameterId}" was not found in the component of type "${componentData == null ? void 0 : componentData.type}"`
|
|
809
|
-
);
|
|
810
807
|
return null;
|
|
811
808
|
}
|
|
812
809
|
if (!isContextualEditing) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-vue",
|
|
3
|
-
"version": "19.45.2-alpha.
|
|
3
|
+
"version": "19.45.2-alpha.8+1d53453a2",
|
|
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.45.2-alpha.
|
|
27
|
-
"@uniformdev/context-vue": "19.45.2-alpha.
|
|
28
|
-
"@uniformdev/richtext": "19.45.2-alpha.
|
|
26
|
+
"@uniformdev/canvas": "19.45.2-alpha.8+1d53453a2",
|
|
27
|
+
"@uniformdev/context-vue": "19.45.2-alpha.8+1d53453a2",
|
|
28
|
+
"@uniformdev/richtext": "19.45.2-alpha.8+1d53453a2",
|
|
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": "1d53453a2a1c232e6fab4e3d24893c72158a25ad"
|
|
63
63
|
}
|