@uniformdev/canvas 19.54.0 → 19.54.2-alpha.3
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 +11 -0
- package/dist/index.d.ts +11 -0
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
@@ -190,6 +190,7 @@ interface components$5 {
|
|
190
190
|
created?: string;
|
191
191
|
/** @description Last modified date string for this content type (ignored for writes) */
|
192
192
|
updated?: string;
|
193
|
+
slugSettings?: components$5["schemas"]["ComponentDefinitionSlugSettings"];
|
193
194
|
};
|
194
195
|
/** @description Defines an editable parameter on a component. */
|
195
196
|
ComponentParameter: {
|
@@ -856,6 +857,7 @@ interface external$c {
|
|
856
857
|
created?: string;
|
857
858
|
/** @description Last modified date string for this content type (ignored for writes) */
|
858
859
|
updated?: string;
|
860
|
+
slugSettings?: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
859
861
|
};
|
860
862
|
/** @description Defines an editable parameter on a component. */
|
861
863
|
ComponentParameter: {
|
@@ -1523,6 +1525,7 @@ interface external$b {
|
|
1523
1525
|
created?: string;
|
1524
1526
|
/** @description Last modified date string for this content type (ignored for writes) */
|
1525
1527
|
updated?: string;
|
1528
|
+
slugSettings?: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
1526
1529
|
};
|
1527
1530
|
/** @description Defines an editable parameter on a component. */
|
1528
1531
|
ComponentParameter: {
|
@@ -2199,6 +2202,7 @@ interface external$a {
|
|
2199
2202
|
created?: string;
|
2200
2203
|
/** @description Last modified date string for this content type (ignored for writes) */
|
2201
2204
|
updated?: string;
|
2205
|
+
slugSettings?: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
2202
2206
|
};
|
2203
2207
|
/** @description Defines an editable parameter on a component. */
|
2204
2208
|
ComponentParameter: {
|
@@ -3015,6 +3019,7 @@ interface external$9 {
|
|
3015
3019
|
created?: string;
|
3016
3020
|
/** @description Last modified date string for this content type (ignored for writes) */
|
3017
3021
|
updated?: string;
|
3022
|
+
slugSettings?: external$9["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
3018
3023
|
};
|
3019
3024
|
/** @description Defines an editable parameter on a component. */
|
3020
3025
|
ComponentParameter: {
|
@@ -3677,6 +3682,7 @@ interface external$8 {
|
|
3677
3682
|
created?: string;
|
3678
3683
|
/** @description Last modified date string for this content type (ignored for writes) */
|
3679
3684
|
updated?: string;
|
3685
|
+
slugSettings?: external$8["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
3680
3686
|
};
|
3681
3687
|
/** @description Defines an editable parameter on a component. */
|
3682
3688
|
ComponentParameter: {
|
@@ -4283,6 +4289,7 @@ interface external$7 {
|
|
4283
4289
|
created?: string;
|
4284
4290
|
/** @description Last modified date string for this content type (ignored for writes) */
|
4285
4291
|
updated?: string;
|
4292
|
+
slugSettings?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
4286
4293
|
};
|
4287
4294
|
/** @description Defines an editable parameter on a component. */
|
4288
4295
|
ComponentParameter: {
|
@@ -4924,6 +4931,7 @@ interface external$6 {
|
|
4924
4931
|
created?: string;
|
4925
4932
|
/** @description Last modified date string for this content type (ignored for writes) */
|
4926
4933
|
updated?: string;
|
4934
|
+
slugSettings?: external$6["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
4927
4935
|
};
|
4928
4936
|
/** @description Defines an editable parameter on a component. */
|
4929
4937
|
ComponentParameter: {
|
@@ -5994,6 +6002,7 @@ interface external$5 {
|
|
5994
6002
|
created?: string;
|
5995
6003
|
/** @description Last modified date string for this content type (ignored for writes) */
|
5996
6004
|
updated?: string;
|
6005
|
+
slugSettings?: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
5997
6006
|
};
|
5998
6007
|
/** @description Defines an editable parameter on a component. */
|
5999
6008
|
ComponentParameter: {
|
@@ -6841,6 +6850,7 @@ interface external$3 {
|
|
6841
6850
|
created?: string;
|
6842
6851
|
/** @description Last modified date string for this content type (ignored for writes) */
|
6843
6852
|
updated?: string;
|
6853
|
+
slugSettings?: external$3["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
6844
6854
|
};
|
6845
6855
|
/** @description Defines an editable parameter on a component. */
|
6846
6856
|
ComponentParameter: {
|
@@ -8612,6 +8622,7 @@ interface external$2 {
|
|
8612
8622
|
created?: string;
|
8613
8623
|
/** @description Last modified date string for this content type (ignored for writes) */
|
8614
8624
|
updated?: string;
|
8625
|
+
slugSettings?: external$2["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
8615
8626
|
};
|
8616
8627
|
/** @description Defines an editable parameter on a component. */
|
8617
8628
|
ComponentParameter: {
|
package/dist/index.d.ts
CHANGED
@@ -190,6 +190,7 @@ interface components$5 {
|
|
190
190
|
created?: string;
|
191
191
|
/** @description Last modified date string for this content type (ignored for writes) */
|
192
192
|
updated?: string;
|
193
|
+
slugSettings?: components$5["schemas"]["ComponentDefinitionSlugSettings"];
|
193
194
|
};
|
194
195
|
/** @description Defines an editable parameter on a component. */
|
195
196
|
ComponentParameter: {
|
@@ -856,6 +857,7 @@ interface external$c {
|
|
856
857
|
created?: string;
|
857
858
|
/** @description Last modified date string for this content type (ignored for writes) */
|
858
859
|
updated?: string;
|
860
|
+
slugSettings?: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
859
861
|
};
|
860
862
|
/** @description Defines an editable parameter on a component. */
|
861
863
|
ComponentParameter: {
|
@@ -1523,6 +1525,7 @@ interface external$b {
|
|
1523
1525
|
created?: string;
|
1524
1526
|
/** @description Last modified date string for this content type (ignored for writes) */
|
1525
1527
|
updated?: string;
|
1528
|
+
slugSettings?: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
1526
1529
|
};
|
1527
1530
|
/** @description Defines an editable parameter on a component. */
|
1528
1531
|
ComponentParameter: {
|
@@ -2199,6 +2202,7 @@ interface external$a {
|
|
2199
2202
|
created?: string;
|
2200
2203
|
/** @description Last modified date string for this content type (ignored for writes) */
|
2201
2204
|
updated?: string;
|
2205
|
+
slugSettings?: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
2202
2206
|
};
|
2203
2207
|
/** @description Defines an editable parameter on a component. */
|
2204
2208
|
ComponentParameter: {
|
@@ -3015,6 +3019,7 @@ interface external$9 {
|
|
3015
3019
|
created?: string;
|
3016
3020
|
/** @description Last modified date string for this content type (ignored for writes) */
|
3017
3021
|
updated?: string;
|
3022
|
+
slugSettings?: external$9["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
3018
3023
|
};
|
3019
3024
|
/** @description Defines an editable parameter on a component. */
|
3020
3025
|
ComponentParameter: {
|
@@ -3677,6 +3682,7 @@ interface external$8 {
|
|
3677
3682
|
created?: string;
|
3678
3683
|
/** @description Last modified date string for this content type (ignored for writes) */
|
3679
3684
|
updated?: string;
|
3685
|
+
slugSettings?: external$8["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
3680
3686
|
};
|
3681
3687
|
/** @description Defines an editable parameter on a component. */
|
3682
3688
|
ComponentParameter: {
|
@@ -4283,6 +4289,7 @@ interface external$7 {
|
|
4283
4289
|
created?: string;
|
4284
4290
|
/** @description Last modified date string for this content type (ignored for writes) */
|
4285
4291
|
updated?: string;
|
4292
|
+
slugSettings?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
4286
4293
|
};
|
4287
4294
|
/** @description Defines an editable parameter on a component. */
|
4288
4295
|
ComponentParameter: {
|
@@ -4924,6 +4931,7 @@ interface external$6 {
|
|
4924
4931
|
created?: string;
|
4925
4932
|
/** @description Last modified date string for this content type (ignored for writes) */
|
4926
4933
|
updated?: string;
|
4934
|
+
slugSettings?: external$6["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
4927
4935
|
};
|
4928
4936
|
/** @description Defines an editable parameter on a component. */
|
4929
4937
|
ComponentParameter: {
|
@@ -5994,6 +6002,7 @@ interface external$5 {
|
|
5994
6002
|
created?: string;
|
5995
6003
|
/** @description Last modified date string for this content type (ignored for writes) */
|
5996
6004
|
updated?: string;
|
6005
|
+
slugSettings?: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
5997
6006
|
};
|
5998
6007
|
/** @description Defines an editable parameter on a component. */
|
5999
6008
|
ComponentParameter: {
|
@@ -6841,6 +6850,7 @@ interface external$3 {
|
|
6841
6850
|
created?: string;
|
6842
6851
|
/** @description Last modified date string for this content type (ignored for writes) */
|
6843
6852
|
updated?: string;
|
6853
|
+
slugSettings?: external$3["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
6844
6854
|
};
|
6845
6855
|
/** @description Defines an editable parameter on a component. */
|
6846
6856
|
ComponentParameter: {
|
@@ -8612,6 +8622,7 @@ interface external$2 {
|
|
8612
8622
|
created?: string;
|
8613
8623
|
/** @description Last modified date string for this content type (ignored for writes) */
|
8614
8624
|
updated?: string;
|
8625
|
+
slugSettings?: external$2["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
|
8615
8626
|
};
|
8616
8627
|
/** @description Defines an editable parameter on a component. */
|
8617
8628
|
ComponentParameter: {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "19.54.
|
3
|
+
"version": "19.54.2-alpha.3+f67adafcc",
|
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.2.0"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@uniformdev/context": "19.54.
|
41
|
+
"@uniformdev/context": "19.54.2-alpha.3+f67adafcc",
|
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": "f67adafccc67437fbeb610b57f759ca45bd6140c"
|
51
51
|
}
|