@uniformdev/mesh-sdk 19.184.3-alpha.32 → 19.186.1
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.mts +4 -0
- package/dist/index.d.ts +4 -0
- 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.d.mts
CHANGED
|
@@ -67,6 +67,7 @@ interface paths$1 {
|
|
|
67
67
|
renderableInPropertyPanel?: boolean;
|
|
68
68
|
/** @enum {string} */
|
|
69
69
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
70
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
70
71
|
}[];
|
|
71
72
|
editorTools?: {
|
|
72
73
|
composition?: {
|
|
@@ -242,6 +243,7 @@ interface paths$1 {
|
|
|
242
243
|
renderableInPropertyPanel?: boolean;
|
|
243
244
|
/** @enum {string} */
|
|
244
245
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
246
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
245
247
|
}[];
|
|
246
248
|
editorTools?: {
|
|
247
249
|
composition?: {
|
|
@@ -416,6 +418,7 @@ interface paths$1 {
|
|
|
416
418
|
renderableInPropertyPanel?: boolean;
|
|
417
419
|
/** @enum {string} */
|
|
418
420
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
421
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
419
422
|
}[];
|
|
420
423
|
editorTools?: {
|
|
421
424
|
composition?: {
|
|
@@ -838,6 +841,7 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
838
841
|
};
|
|
839
842
|
renderableInPropertyPanel?: boolean;
|
|
840
843
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
844
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
841
845
|
}[];
|
|
842
846
|
editorTools?: {
|
|
843
847
|
composition?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ interface paths$1 {
|
|
|
67
67
|
renderableInPropertyPanel?: boolean;
|
|
68
68
|
/** @enum {string} */
|
|
69
69
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
70
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
70
71
|
}[];
|
|
71
72
|
editorTools?: {
|
|
72
73
|
composition?: {
|
|
@@ -242,6 +243,7 @@ interface paths$1 {
|
|
|
242
243
|
renderableInPropertyPanel?: boolean;
|
|
243
244
|
/** @enum {string} */
|
|
244
245
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
246
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
245
247
|
}[];
|
|
246
248
|
editorTools?: {
|
|
247
249
|
composition?: {
|
|
@@ -416,6 +418,7 @@ interface paths$1 {
|
|
|
416
418
|
renderableInPropertyPanel?: boolean;
|
|
417
419
|
/** @enum {string} */
|
|
418
420
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
421
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
419
422
|
}[];
|
|
420
423
|
editorTools?: {
|
|
421
424
|
composition?: {
|
|
@@ -838,6 +841,7 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
838
841
|
};
|
|
839
842
|
renderableInPropertyPanel?: boolean;
|
|
840
843
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
844
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
841
845
|
}[];
|
|
842
846
|
editorTools?: {
|
|
843
847
|
composition?: {
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.186.1",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@uniformdev/canvas": "19.
|
|
38
|
-
"@uniformdev/context": "19.
|
|
39
|
-
"@uniformdev/project-map": "19.
|
|
37
|
+
"@uniformdev/canvas": "19.186.1",
|
|
38
|
+
"@uniformdev/context": "19.186.1",
|
|
39
|
+
"@uniformdev/project-map": "19.186.1",
|
|
40
40
|
"imagesloaded": "^5.0.0",
|
|
41
41
|
"mitt": "^3.0.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/imagesloaded": "^4.1.2"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "12ca61d140d99b4f2de67428425076cecbc6577b"
|
|
47
47
|
}
|