@uniformdev/canvas 19.99.1-alpha.0 → 19.103.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.mts +110 -14
- package/dist/index.d.ts +110 -14
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
@@ -306,6 +306,8 @@ interface components$5 {
|
|
306
306
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
307
307
|
*/
|
308
308
|
_overridability?: components$5["schemas"]["ComponentOverridability"];
|
309
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
310
|
+
_locales?: string[];
|
309
311
|
};
|
310
312
|
/** @description Defines the shape of the root component in a composition */
|
311
313
|
RootComponentInstance: {
|
@@ -437,7 +439,11 @@ interface components$5 {
|
|
437
439
|
localeMapping?: {
|
438
440
|
[key: string]: string;
|
439
441
|
};
|
440
|
-
/** @description Custom configuration
|
442
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
443
|
+
customPublic?: {
|
444
|
+
[key: string]: unknown;
|
445
|
+
};
|
446
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
441
447
|
custom?: {
|
442
448
|
[key: string]: unknown;
|
443
449
|
};
|
@@ -1061,6 +1067,8 @@ interface external$f {
|
|
1061
1067
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
1062
1068
|
*/
|
1063
1069
|
_overridability?: external$f["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
1070
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
1071
|
+
_locales?: string[];
|
1064
1072
|
};
|
1065
1073
|
/** @description Defines the shape of the root component in a composition */
|
1066
1074
|
RootComponentInstance: {
|
@@ -1192,7 +1200,11 @@ interface external$f {
|
|
1192
1200
|
localeMapping?: {
|
1193
1201
|
[key: string]: string;
|
1194
1202
|
};
|
1195
|
-
/** @description Custom configuration
|
1203
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
1204
|
+
customPublic?: {
|
1205
|
+
[key: string]: unknown;
|
1206
|
+
};
|
1207
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
1196
1208
|
custom?: {
|
1197
1209
|
[key: string]: unknown;
|
1198
1210
|
};
|
@@ -1894,6 +1906,8 @@ interface external$e {
|
|
1894
1906
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
1895
1907
|
*/
|
1896
1908
|
_overridability?: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
1909
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
1910
|
+
_locales?: string[];
|
1897
1911
|
};
|
1898
1912
|
/** @description Defines the shape of the root component in a composition */
|
1899
1913
|
RootComponentInstance: {
|
@@ -2025,7 +2039,11 @@ interface external$e {
|
|
2025
2039
|
localeMapping?: {
|
2026
2040
|
[key: string]: string;
|
2027
2041
|
};
|
2028
|
-
/** @description Custom configuration
|
2042
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
2043
|
+
customPublic?: {
|
2044
|
+
[key: string]: unknown;
|
2045
|
+
};
|
2046
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
2029
2047
|
custom?: {
|
2030
2048
|
[key: string]: unknown;
|
2031
2049
|
};
|
@@ -2661,6 +2679,8 @@ interface external$d {
|
|
2661
2679
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
2662
2680
|
*/
|
2663
2681
|
_overridability?: external$d["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
2682
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
2683
|
+
_locales?: string[];
|
2664
2684
|
};
|
2665
2685
|
/** @description Defines the shape of the root component in a composition */
|
2666
2686
|
RootComponentInstance: {
|
@@ -2792,7 +2812,11 @@ interface external$d {
|
|
2792
2812
|
localeMapping?: {
|
2793
2813
|
[key: string]: string;
|
2794
2814
|
};
|
2795
|
-
/** @description Custom configuration
|
2815
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
2816
|
+
customPublic?: {
|
2817
|
+
[key: string]: unknown;
|
2818
|
+
};
|
2819
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
2796
2820
|
custom?: {
|
2797
2821
|
[key: string]: unknown;
|
2798
2822
|
};
|
@@ -3177,6 +3201,8 @@ interface components$4 {
|
|
3177
3201
|
_id: string;
|
3178
3202
|
/** @description The name of the entry. */
|
3179
3203
|
_name?: string;
|
3204
|
+
/** @description The thumbnail URL of the entry. */
|
3205
|
+
_thumbnail?: string;
|
3180
3206
|
/** @description The slug of the entry. */
|
3181
3207
|
_slug?: string;
|
3182
3208
|
/** @description Name of the author of the most recent change. */
|
@@ -3760,6 +3786,8 @@ interface external$c {
|
|
3760
3786
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
3761
3787
|
*/
|
3762
3788
|
_overridability?: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
3789
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
3790
|
+
_locales?: string[];
|
3763
3791
|
};
|
3764
3792
|
/** @description Defines the shape of the root component in a composition */
|
3765
3793
|
RootComponentInstance: {
|
@@ -3891,7 +3919,11 @@ interface external$c {
|
|
3891
3919
|
localeMapping?: {
|
3892
3920
|
[key: string]: string;
|
3893
3921
|
};
|
3894
|
-
/** @description Custom configuration
|
3922
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
3923
|
+
customPublic?: {
|
3924
|
+
[key: string]: unknown;
|
3925
|
+
};
|
3926
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
3895
3927
|
custom?: {
|
3896
3928
|
[key: string]: unknown;
|
3897
3929
|
};
|
@@ -4459,6 +4491,8 @@ interface external$b {
|
|
4459
4491
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
4460
4492
|
*/
|
4461
4493
|
_overridability?: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
4494
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
4495
|
+
_locales?: string[];
|
4462
4496
|
};
|
4463
4497
|
/** @description Defines the shape of the root component in a composition */
|
4464
4498
|
RootComponentInstance: {
|
@@ -4590,7 +4624,11 @@ interface external$b {
|
|
4590
4624
|
localeMapping?: {
|
4591
4625
|
[key: string]: string;
|
4592
4626
|
};
|
4593
|
-
/** @description Custom configuration
|
4627
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
4628
|
+
customPublic?: {
|
4629
|
+
[key: string]: unknown;
|
4630
|
+
};
|
4631
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
4594
4632
|
custom?: {
|
4595
4633
|
[key: string]: unknown;
|
4596
4634
|
};
|
@@ -5217,6 +5255,8 @@ interface external$a {
|
|
5217
5255
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
5218
5256
|
*/
|
5219
5257
|
_overridability?: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
5258
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
5259
|
+
_locales?: string[];
|
5220
5260
|
};
|
5221
5261
|
/** @description Defines the shape of the root component in a composition */
|
5222
5262
|
RootComponentInstance: {
|
@@ -5348,7 +5388,11 @@ interface external$a {
|
|
5348
5388
|
localeMapping?: {
|
5349
5389
|
[key: string]: string;
|
5350
5390
|
};
|
5351
|
-
/** @description Custom configuration
|
5391
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
5392
|
+
customPublic?: {
|
5393
|
+
[key: string]: unknown;
|
5394
|
+
};
|
5395
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
5352
5396
|
custom?: {
|
5353
5397
|
[key: string]: unknown;
|
5354
5398
|
};
|
@@ -5912,6 +5956,8 @@ interface external$9 {
|
|
5912
5956
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
5913
5957
|
*/
|
5914
5958
|
_overridability?: external$9["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
5959
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
5960
|
+
_locales?: string[];
|
5915
5961
|
};
|
5916
5962
|
/** @description Defines the shape of the root component in a composition */
|
5917
5963
|
RootComponentInstance: {
|
@@ -6043,7 +6089,11 @@ interface external$9 {
|
|
6043
6089
|
localeMapping?: {
|
6044
6090
|
[key: string]: string;
|
6045
6091
|
};
|
6046
|
-
/** @description Custom configuration
|
6092
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
6093
|
+
customPublic?: {
|
6094
|
+
[key: string]: unknown;
|
6095
|
+
};
|
6096
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
6047
6097
|
custom?: {
|
6048
6098
|
[key: string]: unknown;
|
6049
6099
|
};
|
@@ -6642,6 +6692,8 @@ interface external$8 {
|
|
6642
6692
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
6643
6693
|
*/
|
6644
6694
|
_overridability?: external$8["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
6695
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
6696
|
+
_locales?: string[];
|
6645
6697
|
};
|
6646
6698
|
/** @description Defines the shape of the root component in a composition */
|
6647
6699
|
RootComponentInstance: {
|
@@ -6773,7 +6825,11 @@ interface external$8 {
|
|
6773
6825
|
localeMapping?: {
|
6774
6826
|
[key: string]: string;
|
6775
6827
|
};
|
6776
|
-
/** @description Custom configuration
|
6828
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
6829
|
+
customPublic?: {
|
6830
|
+
[key: string]: unknown;
|
6831
|
+
};
|
6832
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
6777
6833
|
custom?: {
|
6778
6834
|
[key: string]: unknown;
|
6779
6835
|
};
|
@@ -7372,6 +7428,8 @@ interface external$7 {
|
|
7372
7428
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
7373
7429
|
*/
|
7374
7430
|
_overridability?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
7431
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
7432
|
+
_locales?: string[];
|
7375
7433
|
};
|
7376
7434
|
/** @description Defines the shape of the root component in a composition */
|
7377
7435
|
RootComponentInstance: {
|
@@ -7503,7 +7561,11 @@ interface external$7 {
|
|
7503
7561
|
localeMapping?: {
|
7504
7562
|
[key: string]: string;
|
7505
7563
|
};
|
7506
|
-
/** @description Custom configuration
|
7564
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
7565
|
+
customPublic?: {
|
7566
|
+
[key: string]: unknown;
|
7567
|
+
};
|
7568
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
7507
7569
|
custom?: {
|
7508
7570
|
[key: string]: unknown;
|
7509
7571
|
};
|
@@ -8726,6 +8788,8 @@ interface external$5 {
|
|
8726
8788
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
8727
8789
|
*/
|
8728
8790
|
_overridability?: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
8791
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
8792
|
+
_locales?: string[];
|
8729
8793
|
};
|
8730
8794
|
/** @description Defines the shape of the root component in a composition */
|
8731
8795
|
RootComponentInstance: {
|
@@ -8857,7 +8921,11 @@ interface external$5 {
|
|
8857
8921
|
localeMapping?: {
|
8858
8922
|
[key: string]: string;
|
8859
8923
|
};
|
8860
|
-
/** @description Custom configuration
|
8924
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
8925
|
+
customPublic?: {
|
8926
|
+
[key: string]: unknown;
|
8927
|
+
};
|
8928
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
8861
8929
|
custom?: {
|
8862
8930
|
[key: string]: unknown;
|
8863
8931
|
};
|
@@ -9425,6 +9493,8 @@ interface external$4 {
|
|
9425
9493
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
9426
9494
|
*/
|
9427
9495
|
_overridability?: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
9496
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
9497
|
+
_locales?: string[];
|
9428
9498
|
};
|
9429
9499
|
/** @description Defines the shape of the root component in a composition */
|
9430
9500
|
RootComponentInstance: {
|
@@ -9556,7 +9626,11 @@ interface external$4 {
|
|
9556
9626
|
localeMapping?: {
|
9557
9627
|
[key: string]: string;
|
9558
9628
|
};
|
9559
|
-
/** @description Custom configuration
|
9629
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
9630
|
+
customPublic?: {
|
9631
|
+
[key: string]: unknown;
|
9632
|
+
};
|
9633
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
9560
9634
|
custom?: {
|
9561
9635
|
[key: string]: unknown;
|
9562
9636
|
};
|
@@ -10252,6 +10326,8 @@ interface external$3 {
|
|
10252
10326
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
10253
10327
|
*/
|
10254
10328
|
_overridability?: external$3["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
10329
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
10330
|
+
_locales?: string[];
|
10255
10331
|
};
|
10256
10332
|
/** @description Defines the shape of the root component in a composition */
|
10257
10333
|
RootComponentInstance: {
|
@@ -10383,7 +10459,11 @@ interface external$3 {
|
|
10383
10459
|
localeMapping?: {
|
10384
10460
|
[key: string]: string;
|
10385
10461
|
};
|
10386
|
-
/** @description Custom configuration
|
10462
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
10463
|
+
customPublic?: {
|
10464
|
+
[key: string]: unknown;
|
10465
|
+
};
|
10466
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
10387
10467
|
custom?: {
|
10388
10468
|
[key: string]: unknown;
|
10389
10469
|
};
|
@@ -11262,6 +11342,8 @@ interface external$3 {
|
|
11262
11342
|
_id: string;
|
11263
11343
|
/** @description The name of the entry. */
|
11264
11344
|
_name?: string;
|
11345
|
+
/** @description The thumbnail URL of the entry. */
|
11346
|
+
_thumbnail?: string;
|
11265
11347
|
/** @description The slug of the entry. */
|
11266
11348
|
_slug?: string;
|
11267
11349
|
/** @description Name of the author of the most recent change. */
|
@@ -12402,6 +12484,8 @@ interface external$2 {
|
|
12402
12484
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
12403
12485
|
*/
|
12404
12486
|
_overridability?: external$2["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
12487
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
12488
|
+
_locales?: string[];
|
12405
12489
|
};
|
12406
12490
|
/** @description Defines the shape of the root component in a composition */
|
12407
12491
|
RootComponentInstance: {
|
@@ -12533,7 +12617,11 @@ interface external$2 {
|
|
12533
12617
|
localeMapping?: {
|
12534
12618
|
[key: string]: string;
|
12535
12619
|
};
|
12536
|
-
/** @description Custom configuration
|
12620
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
12621
|
+
customPublic?: {
|
12622
|
+
[key: string]: unknown;
|
12623
|
+
};
|
12624
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
12537
12625
|
custom?: {
|
12538
12626
|
[key: string]: unknown;
|
12539
12627
|
};
|
@@ -13766,6 +13854,7 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
|
|
13766
13854
|
} | undefined;
|
13767
13855
|
variants?: boolean | undefined;
|
13768
13856
|
} | undefined;
|
13857
|
+
_locales?: string[] | undefined;
|
13769
13858
|
} | null | undefined;
|
13770
13859
|
variants?: {
|
13771
13860
|
id: string;
|
@@ -14115,6 +14204,9 @@ declare class DataSourceClient extends ApiClient {
|
|
14115
14204
|
localeMapping?: {
|
14116
14205
|
[key: string]: string;
|
14117
14206
|
} | undefined;
|
14207
|
+
customPublic?: {
|
14208
|
+
[key: string]: unknown;
|
14209
|
+
} | undefined;
|
14118
14210
|
custom?: {
|
14119
14211
|
[key: string]: unknown;
|
14120
14212
|
} | undefined;
|
@@ -14148,6 +14240,9 @@ declare class DataSourceClient extends ApiClient {
|
|
14148
14240
|
localeMapping?: {
|
14149
14241
|
[key: string]: string;
|
14150
14242
|
} | undefined;
|
14243
|
+
customPublic?: {
|
14244
|
+
[key: string]: unknown;
|
14245
|
+
} | undefined;
|
14151
14246
|
custom?: {
|
14152
14247
|
[key: string]: unknown;
|
14153
14248
|
} | undefined;
|
@@ -15108,6 +15203,7 @@ declare const createUniformApiEnhancer: ({ apiUrl }: {
|
|
15108
15203
|
} | undefined;
|
15109
15204
|
variants?: boolean | undefined;
|
15110
15205
|
} | undefined;
|
15206
|
+
_locales?: string[] | undefined;
|
15111
15207
|
}[];
|
15112
15208
|
} | undefined;
|
15113
15209
|
_id: string;
|
package/dist/index.d.ts
CHANGED
@@ -306,6 +306,8 @@ interface components$5 {
|
|
306
306
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
307
307
|
*/
|
308
308
|
_overridability?: components$5["schemas"]["ComponentOverridability"];
|
309
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
310
|
+
_locales?: string[];
|
309
311
|
};
|
310
312
|
/** @description Defines the shape of the root component in a composition */
|
311
313
|
RootComponentInstance: {
|
@@ -437,7 +439,11 @@ interface components$5 {
|
|
437
439
|
localeMapping?: {
|
438
440
|
[key: string]: string;
|
439
441
|
};
|
440
|
-
/** @description Custom configuration
|
442
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
443
|
+
customPublic?: {
|
444
|
+
[key: string]: unknown;
|
445
|
+
};
|
446
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
441
447
|
custom?: {
|
442
448
|
[key: string]: unknown;
|
443
449
|
};
|
@@ -1061,6 +1067,8 @@ interface external$f {
|
|
1061
1067
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
1062
1068
|
*/
|
1063
1069
|
_overridability?: external$f["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
1070
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
1071
|
+
_locales?: string[];
|
1064
1072
|
};
|
1065
1073
|
/** @description Defines the shape of the root component in a composition */
|
1066
1074
|
RootComponentInstance: {
|
@@ -1192,7 +1200,11 @@ interface external$f {
|
|
1192
1200
|
localeMapping?: {
|
1193
1201
|
[key: string]: string;
|
1194
1202
|
};
|
1195
|
-
/** @description Custom configuration
|
1203
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
1204
|
+
customPublic?: {
|
1205
|
+
[key: string]: unknown;
|
1206
|
+
};
|
1207
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
1196
1208
|
custom?: {
|
1197
1209
|
[key: string]: unknown;
|
1198
1210
|
};
|
@@ -1894,6 +1906,8 @@ interface external$e {
|
|
1894
1906
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
1895
1907
|
*/
|
1896
1908
|
_overridability?: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
1909
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
1910
|
+
_locales?: string[];
|
1897
1911
|
};
|
1898
1912
|
/** @description Defines the shape of the root component in a composition */
|
1899
1913
|
RootComponentInstance: {
|
@@ -2025,7 +2039,11 @@ interface external$e {
|
|
2025
2039
|
localeMapping?: {
|
2026
2040
|
[key: string]: string;
|
2027
2041
|
};
|
2028
|
-
/** @description Custom configuration
|
2042
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
2043
|
+
customPublic?: {
|
2044
|
+
[key: string]: unknown;
|
2045
|
+
};
|
2046
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
2029
2047
|
custom?: {
|
2030
2048
|
[key: string]: unknown;
|
2031
2049
|
};
|
@@ -2661,6 +2679,8 @@ interface external$d {
|
|
2661
2679
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
2662
2680
|
*/
|
2663
2681
|
_overridability?: external$d["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
2682
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
2683
|
+
_locales?: string[];
|
2664
2684
|
};
|
2665
2685
|
/** @description Defines the shape of the root component in a composition */
|
2666
2686
|
RootComponentInstance: {
|
@@ -2792,7 +2812,11 @@ interface external$d {
|
|
2792
2812
|
localeMapping?: {
|
2793
2813
|
[key: string]: string;
|
2794
2814
|
};
|
2795
|
-
/** @description Custom configuration
|
2815
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
2816
|
+
customPublic?: {
|
2817
|
+
[key: string]: unknown;
|
2818
|
+
};
|
2819
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
2796
2820
|
custom?: {
|
2797
2821
|
[key: string]: unknown;
|
2798
2822
|
};
|
@@ -3177,6 +3201,8 @@ interface components$4 {
|
|
3177
3201
|
_id: string;
|
3178
3202
|
/** @description The name of the entry. */
|
3179
3203
|
_name?: string;
|
3204
|
+
/** @description The thumbnail URL of the entry. */
|
3205
|
+
_thumbnail?: string;
|
3180
3206
|
/** @description The slug of the entry. */
|
3181
3207
|
_slug?: string;
|
3182
3208
|
/** @description Name of the author of the most recent change. */
|
@@ -3760,6 +3786,8 @@ interface external$c {
|
|
3760
3786
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
3761
3787
|
*/
|
3762
3788
|
_overridability?: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
3789
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
3790
|
+
_locales?: string[];
|
3763
3791
|
};
|
3764
3792
|
/** @description Defines the shape of the root component in a composition */
|
3765
3793
|
RootComponentInstance: {
|
@@ -3891,7 +3919,11 @@ interface external$c {
|
|
3891
3919
|
localeMapping?: {
|
3892
3920
|
[key: string]: string;
|
3893
3921
|
};
|
3894
|
-
/** @description Custom configuration
|
3922
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
3923
|
+
customPublic?: {
|
3924
|
+
[key: string]: unknown;
|
3925
|
+
};
|
3926
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
3895
3927
|
custom?: {
|
3896
3928
|
[key: string]: unknown;
|
3897
3929
|
};
|
@@ -4459,6 +4491,8 @@ interface external$b {
|
|
4459
4491
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
4460
4492
|
*/
|
4461
4493
|
_overridability?: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
4494
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
4495
|
+
_locales?: string[];
|
4462
4496
|
};
|
4463
4497
|
/** @description Defines the shape of the root component in a composition */
|
4464
4498
|
RootComponentInstance: {
|
@@ -4590,7 +4624,11 @@ interface external$b {
|
|
4590
4624
|
localeMapping?: {
|
4591
4625
|
[key: string]: string;
|
4592
4626
|
};
|
4593
|
-
/** @description Custom configuration
|
4627
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
4628
|
+
customPublic?: {
|
4629
|
+
[key: string]: unknown;
|
4630
|
+
};
|
4631
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
4594
4632
|
custom?: {
|
4595
4633
|
[key: string]: unknown;
|
4596
4634
|
};
|
@@ -5217,6 +5255,8 @@ interface external$a {
|
|
5217
5255
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
5218
5256
|
*/
|
5219
5257
|
_overridability?: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
5258
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
5259
|
+
_locales?: string[];
|
5220
5260
|
};
|
5221
5261
|
/** @description Defines the shape of the root component in a composition */
|
5222
5262
|
RootComponentInstance: {
|
@@ -5348,7 +5388,11 @@ interface external$a {
|
|
5348
5388
|
localeMapping?: {
|
5349
5389
|
[key: string]: string;
|
5350
5390
|
};
|
5351
|
-
/** @description Custom configuration
|
5391
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
5392
|
+
customPublic?: {
|
5393
|
+
[key: string]: unknown;
|
5394
|
+
};
|
5395
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
5352
5396
|
custom?: {
|
5353
5397
|
[key: string]: unknown;
|
5354
5398
|
};
|
@@ -5912,6 +5956,8 @@ interface external$9 {
|
|
5912
5956
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
5913
5957
|
*/
|
5914
5958
|
_overridability?: external$9["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
5959
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
5960
|
+
_locales?: string[];
|
5915
5961
|
};
|
5916
5962
|
/** @description Defines the shape of the root component in a composition */
|
5917
5963
|
RootComponentInstance: {
|
@@ -6043,7 +6089,11 @@ interface external$9 {
|
|
6043
6089
|
localeMapping?: {
|
6044
6090
|
[key: string]: string;
|
6045
6091
|
};
|
6046
|
-
/** @description Custom configuration
|
6092
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
6093
|
+
customPublic?: {
|
6094
|
+
[key: string]: unknown;
|
6095
|
+
};
|
6096
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
6047
6097
|
custom?: {
|
6048
6098
|
[key: string]: unknown;
|
6049
6099
|
};
|
@@ -6642,6 +6692,8 @@ interface external$8 {
|
|
6642
6692
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
6643
6693
|
*/
|
6644
6694
|
_overridability?: external$8["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
6695
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
6696
|
+
_locales?: string[];
|
6645
6697
|
};
|
6646
6698
|
/** @description Defines the shape of the root component in a composition */
|
6647
6699
|
RootComponentInstance: {
|
@@ -6773,7 +6825,11 @@ interface external$8 {
|
|
6773
6825
|
localeMapping?: {
|
6774
6826
|
[key: string]: string;
|
6775
6827
|
};
|
6776
|
-
/** @description Custom configuration
|
6828
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
6829
|
+
customPublic?: {
|
6830
|
+
[key: string]: unknown;
|
6831
|
+
};
|
6832
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
6777
6833
|
custom?: {
|
6778
6834
|
[key: string]: unknown;
|
6779
6835
|
};
|
@@ -7372,6 +7428,8 @@ interface external$7 {
|
|
7372
7428
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
7373
7429
|
*/
|
7374
7430
|
_overridability?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
7431
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
7432
|
+
_locales?: string[];
|
7375
7433
|
};
|
7376
7434
|
/** @description Defines the shape of the root component in a composition */
|
7377
7435
|
RootComponentInstance: {
|
@@ -7503,7 +7561,11 @@ interface external$7 {
|
|
7503
7561
|
localeMapping?: {
|
7504
7562
|
[key: string]: string;
|
7505
7563
|
};
|
7506
|
-
/** @description Custom configuration
|
7564
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
7565
|
+
customPublic?: {
|
7566
|
+
[key: string]: unknown;
|
7567
|
+
};
|
7568
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
7507
7569
|
custom?: {
|
7508
7570
|
[key: string]: unknown;
|
7509
7571
|
};
|
@@ -8726,6 +8788,8 @@ interface external$5 {
|
|
8726
8788
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
8727
8789
|
*/
|
8728
8790
|
_overridability?: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
8791
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
8792
|
+
_locales?: string[];
|
8729
8793
|
};
|
8730
8794
|
/** @description Defines the shape of the root component in a composition */
|
8731
8795
|
RootComponentInstance: {
|
@@ -8857,7 +8921,11 @@ interface external$5 {
|
|
8857
8921
|
localeMapping?: {
|
8858
8922
|
[key: string]: string;
|
8859
8923
|
};
|
8860
|
-
/** @description Custom configuration
|
8924
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
8925
|
+
customPublic?: {
|
8926
|
+
[key: string]: unknown;
|
8927
|
+
};
|
8928
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
8861
8929
|
custom?: {
|
8862
8930
|
[key: string]: unknown;
|
8863
8931
|
};
|
@@ -9425,6 +9493,8 @@ interface external$4 {
|
|
9425
9493
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
9426
9494
|
*/
|
9427
9495
|
_overridability?: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
9496
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
9497
|
+
_locales?: string[];
|
9428
9498
|
};
|
9429
9499
|
/** @description Defines the shape of the root component in a composition */
|
9430
9500
|
RootComponentInstance: {
|
@@ -9556,7 +9626,11 @@ interface external$4 {
|
|
9556
9626
|
localeMapping?: {
|
9557
9627
|
[key: string]: string;
|
9558
9628
|
};
|
9559
|
-
/** @description Custom configuration
|
9629
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
9630
|
+
customPublic?: {
|
9631
|
+
[key: string]: unknown;
|
9632
|
+
};
|
9633
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
9560
9634
|
custom?: {
|
9561
9635
|
[key: string]: unknown;
|
9562
9636
|
};
|
@@ -10252,6 +10326,8 @@ interface external$3 {
|
|
10252
10326
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
10253
10327
|
*/
|
10254
10328
|
_overridability?: external$3["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
10329
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
10330
|
+
_locales?: string[];
|
10255
10331
|
};
|
10256
10332
|
/** @description Defines the shape of the root component in a composition */
|
10257
10333
|
RootComponentInstance: {
|
@@ -10383,7 +10459,11 @@ interface external$3 {
|
|
10383
10459
|
localeMapping?: {
|
10384
10460
|
[key: string]: string;
|
10385
10461
|
};
|
10386
|
-
/** @description Custom configuration
|
10462
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
10463
|
+
customPublic?: {
|
10464
|
+
[key: string]: unknown;
|
10465
|
+
};
|
10466
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
10387
10467
|
custom?: {
|
10388
10468
|
[key: string]: unknown;
|
10389
10469
|
};
|
@@ -11262,6 +11342,8 @@ interface external$3 {
|
|
11262
11342
|
_id: string;
|
11263
11343
|
/** @description The name of the entry. */
|
11264
11344
|
_name?: string;
|
11345
|
+
/** @description The thumbnail URL of the entry. */
|
11346
|
+
_thumbnail?: string;
|
11265
11347
|
/** @description The slug of the entry. */
|
11266
11348
|
_slug?: string;
|
11267
11349
|
/** @description Name of the author of the most recent change. */
|
@@ -12402,6 +12484,8 @@ interface external$2 {
|
|
12402
12484
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
12403
12485
|
*/
|
12404
12486
|
_overridability?: external$2["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
12487
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
12488
|
+
_locales?: string[];
|
12405
12489
|
};
|
12406
12490
|
/** @description Defines the shape of the root component in a composition */
|
12407
12491
|
RootComponentInstance: {
|
@@ -12533,7 +12617,11 @@ interface external$2 {
|
|
12533
12617
|
localeMapping?: {
|
12534
12618
|
[key: string]: string;
|
12535
12619
|
};
|
12536
|
-
/** @description Custom configuration
|
12620
|
+
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets. */
|
12621
|
+
customPublic?: {
|
12622
|
+
[key: string]: unknown;
|
12623
|
+
};
|
12624
|
+
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors. */
|
12537
12625
|
custom?: {
|
12538
12626
|
[key: string]: unknown;
|
12539
12627
|
};
|
@@ -13766,6 +13854,7 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
|
|
13766
13854
|
} | undefined;
|
13767
13855
|
variants?: boolean | undefined;
|
13768
13856
|
} | undefined;
|
13857
|
+
_locales?: string[] | undefined;
|
13769
13858
|
} | null | undefined;
|
13770
13859
|
variants?: {
|
13771
13860
|
id: string;
|
@@ -14115,6 +14204,9 @@ declare class DataSourceClient extends ApiClient {
|
|
14115
14204
|
localeMapping?: {
|
14116
14205
|
[key: string]: string;
|
14117
14206
|
} | undefined;
|
14207
|
+
customPublic?: {
|
14208
|
+
[key: string]: unknown;
|
14209
|
+
} | undefined;
|
14118
14210
|
custom?: {
|
14119
14211
|
[key: string]: unknown;
|
14120
14212
|
} | undefined;
|
@@ -14148,6 +14240,9 @@ declare class DataSourceClient extends ApiClient {
|
|
14148
14240
|
localeMapping?: {
|
14149
14241
|
[key: string]: string;
|
14150
14242
|
} | undefined;
|
14243
|
+
customPublic?: {
|
14244
|
+
[key: string]: unknown;
|
14245
|
+
} | undefined;
|
14151
14246
|
custom?: {
|
14152
14247
|
[key: string]: unknown;
|
14153
14248
|
} | undefined;
|
@@ -15108,6 +15203,7 @@ declare const createUniformApiEnhancer: ({ apiUrl }: {
|
|
15108
15203
|
} | undefined;
|
15109
15204
|
variants?: boolean | undefined;
|
15110
15205
|
} | undefined;
|
15206
|
+
_locales?: string[] | undefined;
|
15111
15207
|
}[];
|
15112
15208
|
} | undefined;
|
15113
15209
|
_id: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.103.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,8 +38,8 @@
|
|
38
38
|
"pusher-js": "8.2.0"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@uniformdev/assets": "19.
|
42
|
-
"@uniformdev/context": "19.
|
41
|
+
"@uniformdev/assets": "19.103.0",
|
42
|
+
"@uniformdev/context": "19.103.0",
|
43
43
|
"immer": "10.0.3"
|
44
44
|
},
|
45
45
|
"files": [
|
@@ -48,5 +48,5 @@
|
|
48
48
|
"publishConfig": {
|
49
49
|
"access": "public"
|
50
50
|
},
|
51
|
-
"gitHead": "
|
51
|
+
"gitHead": "ebdcac3a77d293bff272925f62f8c1c10be855bc"
|
52
52
|
}
|