@uniformdev/assets 19.96.1-alpha.0 → 19.96.1-alpha.13
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 +12 -0
- package/dist/index.d.ts +12 -0
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -434,6 +434,12 @@ interface external {
|
|
|
434
434
|
* @default null
|
|
435
435
|
*/
|
|
436
436
|
titleParameter?: string | null;
|
|
437
|
+
/**
|
|
438
|
+
* @description The public ID of the parameter whose value should be used as a thumbnail for compositions of this component in the UI.
|
|
439
|
+
*
|
|
440
|
+
* @default null
|
|
441
|
+
*/
|
|
442
|
+
thumbnailParameter?: string | null;
|
|
437
443
|
/**
|
|
438
444
|
* @description Whether this component type can be the root of a composition. If false, this component is only used within slots on other components.
|
|
439
445
|
* @default false
|
|
@@ -486,6 +492,12 @@ interface external {
|
|
|
486
492
|
* The field type must support being used as an entry name for this to work.
|
|
487
493
|
*/
|
|
488
494
|
entryName?: string | null;
|
|
495
|
+
/**
|
|
496
|
+
* @description The public ID of the field whose value should be used as a thumbnail for entries of this content type in the UI.
|
|
497
|
+
*
|
|
498
|
+
* @default null
|
|
499
|
+
*/
|
|
500
|
+
thumbnailField?: string | null;
|
|
489
501
|
/** @description The fields for this content type. Fields are key-value pairs that can be text, numbers, JSON objects, etc. */
|
|
490
502
|
fields?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionParameter"][];
|
|
491
503
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -434,6 +434,12 @@ interface external {
|
|
|
434
434
|
* @default null
|
|
435
435
|
*/
|
|
436
436
|
titleParameter?: string | null;
|
|
437
|
+
/**
|
|
438
|
+
* @description The public ID of the parameter whose value should be used as a thumbnail for compositions of this component in the UI.
|
|
439
|
+
*
|
|
440
|
+
* @default null
|
|
441
|
+
*/
|
|
442
|
+
thumbnailParameter?: string | null;
|
|
437
443
|
/**
|
|
438
444
|
* @description Whether this component type can be the root of a composition. If false, this component is only used within slots on other components.
|
|
439
445
|
* @default false
|
|
@@ -486,6 +492,12 @@ interface external {
|
|
|
486
492
|
* The field type must support being used as an entry name for this to work.
|
|
487
493
|
*/
|
|
488
494
|
entryName?: string | null;
|
|
495
|
+
/**
|
|
496
|
+
* @description The public ID of the field whose value should be used as a thumbnail for entries of this content type in the UI.
|
|
497
|
+
*
|
|
498
|
+
* @default null
|
|
499
|
+
*/
|
|
500
|
+
thumbnailField?: string | null;
|
|
489
501
|
/** @description The fields for this content type. Fields are key-value pairs that can be text, numbers, JSON objects, etc. */
|
|
490
502
|
fields?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionParameter"][];
|
|
491
503
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/assets",
|
|
3
|
-
"version": "19.96.1-alpha.
|
|
3
|
+
"version": "19.96.1-alpha.13+45a0734f3e",
|
|
4
4
|
"description": "Uniform Assets",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@uniformdev/context": "19.96.1-alpha.
|
|
39
|
+
"@uniformdev/context": "19.96.1-alpha.13+45a0734f3e"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "45a0734f3e9e54959a6e70c4bc7472657becc28b"
|
|
42
42
|
}
|