@uniformdev/mesh-sdk 19.184.1 → 19.185.1-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.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?: {
|
|
@@ -241,6 +242,7 @@ interface paths$1 {
|
|
|
241
242
|
renderableInPropertyPanel?: boolean;
|
|
242
243
|
/** @enum {string} */
|
|
243
244
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
245
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
244
246
|
}[];
|
|
245
247
|
editorTools?: {
|
|
246
248
|
composition?: {
|
|
@@ -414,6 +416,7 @@ interface paths$1 {
|
|
|
414
416
|
renderableInPropertyPanel?: boolean;
|
|
415
417
|
/** @enum {string} */
|
|
416
418
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
419
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
417
420
|
}[];
|
|
418
421
|
editorTools?: {
|
|
419
422
|
composition?: {
|
|
@@ -835,6 +838,7 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
835
838
|
};
|
|
836
839
|
renderableInPropertyPanel?: boolean;
|
|
837
840
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
841
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
838
842
|
}[];
|
|
839
843
|
editorTools?: {
|
|
840
844
|
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?: {
|
|
@@ -241,6 +242,7 @@ interface paths$1 {
|
|
|
241
242
|
renderableInPropertyPanel?: boolean;
|
|
242
243
|
/** @enum {string} */
|
|
243
244
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
245
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
244
246
|
}[];
|
|
245
247
|
editorTools?: {
|
|
246
248
|
composition?: {
|
|
@@ -414,6 +416,7 @@ interface paths$1 {
|
|
|
414
416
|
renderableInPropertyPanel?: boolean;
|
|
415
417
|
/** @enum {string} */
|
|
416
418
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
419
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
417
420
|
}[];
|
|
418
421
|
editorTools?: {
|
|
419
422
|
composition?: {
|
|
@@ -835,6 +838,7 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
835
838
|
};
|
|
836
839
|
renderableInPropertyPanel?: boolean;
|
|
837
840
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
841
|
+
allowedPlacement?: ("parameter" | "field")[];
|
|
838
842
|
}[];
|
|
839
843
|
editorTools?: {
|
|
840
844
|
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.185.1-alpha.8+53f7f96124",
|
|
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.185.1-alpha.8+53f7f96124",
|
|
38
|
+
"@uniformdev/context": "19.185.1-alpha.8+53f7f96124",
|
|
39
|
+
"@uniformdev/project-map": "19.185.1-alpha.8+53f7f96124",
|
|
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": "53f7f961242f3518b103e55337ada7ad91c18dd7"
|
|
47
47
|
}
|