@uniformdev/canvas 19.19.0 → 19.20.0
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.ts +16 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
@@ -112,6 +112,8 @@ interface components$4 {
|
|
112
112
|
/**
|
113
113
|
* @description The public ID of the parameter whose value should be used to create a display title for this component in the UI.
|
114
114
|
* The parameter type must support being used as a title parameter for this to work.
|
115
|
+
*
|
116
|
+
* @default null
|
115
117
|
*/
|
116
118
|
titleParameter?: string | null;
|
117
119
|
/**
|
@@ -723,6 +725,8 @@ interface external$9 {
|
|
723
725
|
/**
|
724
726
|
* @description The public ID of the parameter whose value should be used to create a display title for this component in the UI.
|
725
727
|
* The parameter type must support being used as a title parameter for this to work.
|
728
|
+
*
|
729
|
+
* @default null
|
726
730
|
*/
|
727
731
|
titleParameter?: string | null;
|
728
732
|
/**
|
@@ -1345,6 +1349,8 @@ interface external$8 {
|
|
1345
1349
|
/**
|
1346
1350
|
* @description The public ID of the parameter whose value should be used to create a display title for this component in the UI.
|
1347
1351
|
* The parameter type must support being used as a title parameter for this to work.
|
1352
|
+
*
|
1353
|
+
* @default null
|
1348
1354
|
*/
|
1349
1355
|
titleParameter?: string | null;
|
1350
1356
|
/**
|
@@ -1898,6 +1904,8 @@ interface external$7 {
|
|
1898
1904
|
/**
|
1899
1905
|
* @description The public ID of the parameter whose value should be used to create a display title for this component in the UI.
|
1900
1906
|
* The parameter type must support being used as a title parameter for this to work.
|
1907
|
+
*
|
1908
|
+
* @default null
|
1901
1909
|
*/
|
1902
1910
|
titleParameter?: string | null;
|
1903
1911
|
/**
|
@@ -2486,6 +2494,8 @@ interface external$6 {
|
|
2486
2494
|
/**
|
2487
2495
|
* @description The public ID of the parameter whose value should be used to create a display title for this component in the UI.
|
2488
2496
|
* The parameter type must support being used as a title parameter for this to work.
|
2497
|
+
*
|
2498
|
+
* @default null
|
2489
2499
|
*/
|
2490
2500
|
titleParameter?: string | null;
|
2491
2501
|
/**
|
@@ -3460,6 +3470,8 @@ interface external$5 {
|
|
3460
3470
|
/**
|
3461
3471
|
* @description The public ID of the parameter whose value should be used to create a display title for this component in the UI.
|
3462
3472
|
* The parameter type must support being used as a title parameter for this to work.
|
3473
|
+
*
|
3474
|
+
* @default null
|
3463
3475
|
*/
|
3464
3476
|
titleParameter?: string | null;
|
3465
3477
|
/**
|
@@ -4259,6 +4271,8 @@ interface external$3 {
|
|
4259
4271
|
/**
|
4260
4272
|
* @description The public ID of the parameter whose value should be used to create a display title for this component in the UI.
|
4261
4273
|
* The parameter type must support being used as a title parameter for this to work.
|
4274
|
+
*
|
4275
|
+
* @default null
|
4262
4276
|
*/
|
4263
4277
|
titleParameter?: string | null;
|
4264
4278
|
/**
|
@@ -5674,6 +5688,8 @@ interface external$2 {
|
|
5674
5688
|
/**
|
5675
5689
|
* @description The public ID of the parameter whose value should be used to create a display title for this component in the UI.
|
5676
5690
|
* The parameter type must support being used as a title parameter for this to work.
|
5691
|
+
*
|
5692
|
+
* @default null
|
5677
5693
|
*/
|
5678
5694
|
titleParameter?: string | null;
|
5679
5695
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.20.0",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"pusher-js": "8.0.1"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@uniformdev/context": "19.
|
41
|
+
"@uniformdev/context": "19.20.0",
|
42
42
|
"immer": "9.0.21"
|
43
43
|
},
|
44
44
|
"files": [
|
@@ -47,5 +47,5 @@
|
|
47
47
|
"publishConfig": {
|
48
48
|
"access": "public"
|
49
49
|
},
|
50
|
-
"gitHead": "
|
50
|
+
"gitHead": "eb731fec3a9f35b9cc6d218e2a77861ccf00441a"
|
51
51
|
}
|