@uniformdev/mesh-sdk 19.61.1-alpha.18 → 19.61.1-alpha.23
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 +6 -0
- package/dist/index.d.ts +6 -0
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -758,6 +758,12 @@ type AssetLibraryLocationMetadata<TIntegrationConfiguration = unknown> = {
|
|
|
758
758
|
* "value" and "setValue" properties to manipulate the value of the parameter.
|
|
759
759
|
*/
|
|
760
760
|
isAssetParameterContext: boolean;
|
|
761
|
+
/**
|
|
762
|
+
* The maximum number of assets that can be selected in the Asset Library.
|
|
763
|
+
*
|
|
764
|
+
* Default: 1
|
|
765
|
+
*/
|
|
766
|
+
maxAssets?: number;
|
|
761
767
|
};
|
|
762
768
|
type AssetParamValue = AssetParamValueItem[];
|
|
763
769
|
type AssetParamValueItem = {
|
package/dist/index.d.ts
CHANGED
|
@@ -758,6 +758,12 @@ type AssetLibraryLocationMetadata<TIntegrationConfiguration = unknown> = {
|
|
|
758
758
|
* "value" and "setValue" properties to manipulate the value of the parameter.
|
|
759
759
|
*/
|
|
760
760
|
isAssetParameterContext: boolean;
|
|
761
|
+
/**
|
|
762
|
+
* The maximum number of assets that can be selected in the Asset Library.
|
|
763
|
+
*
|
|
764
|
+
* Default: 1
|
|
765
|
+
*/
|
|
766
|
+
maxAssets?: number;
|
|
761
767
|
};
|
|
762
768
|
type AssetParamValue = AssetParamValueItem[];
|
|
763
769
|
type AssetParamValueItem = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "19.61.1-alpha.
|
|
3
|
+
"version": "19.61.1-alpha.23+f3b91f17a",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@uniformdev/canvas": "19.61.1-alpha.
|
|
37
|
-
"@uniformdev/context": "19.61.1-alpha.
|
|
38
|
-
"@uniformdev/project-map": "19.61.1-alpha.
|
|
36
|
+
"@uniformdev/canvas": "19.61.1-alpha.23+f3b91f17a",
|
|
37
|
+
"@uniformdev/context": "19.61.1-alpha.23+f3b91f17a",
|
|
38
|
+
"@uniformdev/project-map": "19.61.1-alpha.23+f3b91f17a",
|
|
39
39
|
"imagesloaded": "^5.0.0",
|
|
40
40
|
"mitt": "^3.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/imagesloaded": "^4.1.2"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "f3b91f17a3a9f28f817e68e91ace4b414e9befe4"
|
|
46
46
|
}
|