@uniformdev/canvas 19.99.1-alpha.0 → 19.100.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 +106 -14
- package/dist/index.d.ts +106 -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
|
};
|
@@ -3760,6 +3784,8 @@ interface external$c {
|
|
3760
3784
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
3761
3785
|
*/
|
3762
3786
|
_overridability?: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
3787
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
3788
|
+
_locales?: string[];
|
3763
3789
|
};
|
3764
3790
|
/** @description Defines the shape of the root component in a composition */
|
3765
3791
|
RootComponentInstance: {
|
@@ -3891,7 +3917,11 @@ interface external$c {
|
|
3891
3917
|
localeMapping?: {
|
3892
3918
|
[key: string]: string;
|
3893
3919
|
};
|
3894
|
-
/** @description Custom configuration
|
3920
|
+
/** @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. */
|
3921
|
+
customPublic?: {
|
3922
|
+
[key: string]: unknown;
|
3923
|
+
};
|
3924
|
+
/** @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
3925
|
custom?: {
|
3896
3926
|
[key: string]: unknown;
|
3897
3927
|
};
|
@@ -4459,6 +4489,8 @@ interface external$b {
|
|
4459
4489
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
4460
4490
|
*/
|
4461
4491
|
_overridability?: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
4492
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
4493
|
+
_locales?: string[];
|
4462
4494
|
};
|
4463
4495
|
/** @description Defines the shape of the root component in a composition */
|
4464
4496
|
RootComponentInstance: {
|
@@ -4590,7 +4622,11 @@ interface external$b {
|
|
4590
4622
|
localeMapping?: {
|
4591
4623
|
[key: string]: string;
|
4592
4624
|
};
|
4593
|
-
/** @description Custom configuration
|
4625
|
+
/** @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. */
|
4626
|
+
customPublic?: {
|
4627
|
+
[key: string]: unknown;
|
4628
|
+
};
|
4629
|
+
/** @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
4630
|
custom?: {
|
4595
4631
|
[key: string]: unknown;
|
4596
4632
|
};
|
@@ -5217,6 +5253,8 @@ interface external$a {
|
|
5217
5253
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
5218
5254
|
*/
|
5219
5255
|
_overridability?: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
5256
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
5257
|
+
_locales?: string[];
|
5220
5258
|
};
|
5221
5259
|
/** @description Defines the shape of the root component in a composition */
|
5222
5260
|
RootComponentInstance: {
|
@@ -5348,7 +5386,11 @@ interface external$a {
|
|
5348
5386
|
localeMapping?: {
|
5349
5387
|
[key: string]: string;
|
5350
5388
|
};
|
5351
|
-
/** @description Custom configuration
|
5389
|
+
/** @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. */
|
5390
|
+
customPublic?: {
|
5391
|
+
[key: string]: unknown;
|
5392
|
+
};
|
5393
|
+
/** @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
5394
|
custom?: {
|
5353
5395
|
[key: string]: unknown;
|
5354
5396
|
};
|
@@ -5912,6 +5954,8 @@ interface external$9 {
|
|
5912
5954
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
5913
5955
|
*/
|
5914
5956
|
_overridability?: external$9["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
5957
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
5958
|
+
_locales?: string[];
|
5915
5959
|
};
|
5916
5960
|
/** @description Defines the shape of the root component in a composition */
|
5917
5961
|
RootComponentInstance: {
|
@@ -6043,7 +6087,11 @@ interface external$9 {
|
|
6043
6087
|
localeMapping?: {
|
6044
6088
|
[key: string]: string;
|
6045
6089
|
};
|
6046
|
-
/** @description Custom configuration
|
6090
|
+
/** @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. */
|
6091
|
+
customPublic?: {
|
6092
|
+
[key: string]: unknown;
|
6093
|
+
};
|
6094
|
+
/** @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
6095
|
custom?: {
|
6048
6096
|
[key: string]: unknown;
|
6049
6097
|
};
|
@@ -6642,6 +6690,8 @@ interface external$8 {
|
|
6642
6690
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
6643
6691
|
*/
|
6644
6692
|
_overridability?: external$8["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
6693
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
6694
|
+
_locales?: string[];
|
6645
6695
|
};
|
6646
6696
|
/** @description Defines the shape of the root component in a composition */
|
6647
6697
|
RootComponentInstance: {
|
@@ -6773,7 +6823,11 @@ interface external$8 {
|
|
6773
6823
|
localeMapping?: {
|
6774
6824
|
[key: string]: string;
|
6775
6825
|
};
|
6776
|
-
/** @description Custom configuration
|
6826
|
+
/** @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. */
|
6827
|
+
customPublic?: {
|
6828
|
+
[key: string]: unknown;
|
6829
|
+
};
|
6830
|
+
/** @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
6831
|
custom?: {
|
6778
6832
|
[key: string]: unknown;
|
6779
6833
|
};
|
@@ -7372,6 +7426,8 @@ interface external$7 {
|
|
7372
7426
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
7373
7427
|
*/
|
7374
7428
|
_overridability?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
7429
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
7430
|
+
_locales?: string[];
|
7375
7431
|
};
|
7376
7432
|
/** @description Defines the shape of the root component in a composition */
|
7377
7433
|
RootComponentInstance: {
|
@@ -7503,7 +7559,11 @@ interface external$7 {
|
|
7503
7559
|
localeMapping?: {
|
7504
7560
|
[key: string]: string;
|
7505
7561
|
};
|
7506
|
-
/** @description Custom configuration
|
7562
|
+
/** @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. */
|
7563
|
+
customPublic?: {
|
7564
|
+
[key: string]: unknown;
|
7565
|
+
};
|
7566
|
+
/** @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
7567
|
custom?: {
|
7508
7568
|
[key: string]: unknown;
|
7509
7569
|
};
|
@@ -8726,6 +8786,8 @@ interface external$5 {
|
|
8726
8786
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
8727
8787
|
*/
|
8728
8788
|
_overridability?: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
8789
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
8790
|
+
_locales?: string[];
|
8729
8791
|
};
|
8730
8792
|
/** @description Defines the shape of the root component in a composition */
|
8731
8793
|
RootComponentInstance: {
|
@@ -8857,7 +8919,11 @@ interface external$5 {
|
|
8857
8919
|
localeMapping?: {
|
8858
8920
|
[key: string]: string;
|
8859
8921
|
};
|
8860
|
-
/** @description Custom configuration
|
8922
|
+
/** @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. */
|
8923
|
+
customPublic?: {
|
8924
|
+
[key: string]: unknown;
|
8925
|
+
};
|
8926
|
+
/** @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
8927
|
custom?: {
|
8862
8928
|
[key: string]: unknown;
|
8863
8929
|
};
|
@@ -9425,6 +9491,8 @@ interface external$4 {
|
|
9425
9491
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
9426
9492
|
*/
|
9427
9493
|
_overridability?: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
9494
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
9495
|
+
_locales?: string[];
|
9428
9496
|
};
|
9429
9497
|
/** @description Defines the shape of the root component in a composition */
|
9430
9498
|
RootComponentInstance: {
|
@@ -9556,7 +9624,11 @@ interface external$4 {
|
|
9556
9624
|
localeMapping?: {
|
9557
9625
|
[key: string]: string;
|
9558
9626
|
};
|
9559
|
-
/** @description Custom configuration
|
9627
|
+
/** @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. */
|
9628
|
+
customPublic?: {
|
9629
|
+
[key: string]: unknown;
|
9630
|
+
};
|
9631
|
+
/** @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
9632
|
custom?: {
|
9561
9633
|
[key: string]: unknown;
|
9562
9634
|
};
|
@@ -10252,6 +10324,8 @@ interface external$3 {
|
|
10252
10324
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
10253
10325
|
*/
|
10254
10326
|
_overridability?: external$3["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
10327
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
10328
|
+
_locales?: string[];
|
10255
10329
|
};
|
10256
10330
|
/** @description Defines the shape of the root component in a composition */
|
10257
10331
|
RootComponentInstance: {
|
@@ -10383,7 +10457,11 @@ interface external$3 {
|
|
10383
10457
|
localeMapping?: {
|
10384
10458
|
[key: string]: string;
|
10385
10459
|
};
|
10386
|
-
/** @description Custom configuration
|
10460
|
+
/** @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. */
|
10461
|
+
customPublic?: {
|
10462
|
+
[key: string]: unknown;
|
10463
|
+
};
|
10464
|
+
/** @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
10465
|
custom?: {
|
10388
10466
|
[key: string]: unknown;
|
10389
10467
|
};
|
@@ -12402,6 +12480,8 @@ interface external$2 {
|
|
12402
12480
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
12403
12481
|
*/
|
12404
12482
|
_overridability?: external$2["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
12483
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
12484
|
+
_locales?: string[];
|
12405
12485
|
};
|
12406
12486
|
/** @description Defines the shape of the root component in a composition */
|
12407
12487
|
RootComponentInstance: {
|
@@ -12533,7 +12613,11 @@ interface external$2 {
|
|
12533
12613
|
localeMapping?: {
|
12534
12614
|
[key: string]: string;
|
12535
12615
|
};
|
12536
|
-
/** @description Custom configuration
|
12616
|
+
/** @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. */
|
12617
|
+
customPublic?: {
|
12618
|
+
[key: string]: unknown;
|
12619
|
+
};
|
12620
|
+
/** @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
12621
|
custom?: {
|
12538
12622
|
[key: string]: unknown;
|
12539
12623
|
};
|
@@ -13766,6 +13850,7 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
|
|
13766
13850
|
} | undefined;
|
13767
13851
|
variants?: boolean | undefined;
|
13768
13852
|
} | undefined;
|
13853
|
+
_locales?: string[] | undefined;
|
13769
13854
|
} | null | undefined;
|
13770
13855
|
variants?: {
|
13771
13856
|
id: string;
|
@@ -14115,6 +14200,9 @@ declare class DataSourceClient extends ApiClient {
|
|
14115
14200
|
localeMapping?: {
|
14116
14201
|
[key: string]: string;
|
14117
14202
|
} | undefined;
|
14203
|
+
customPublic?: {
|
14204
|
+
[key: string]: unknown;
|
14205
|
+
} | undefined;
|
14118
14206
|
custom?: {
|
14119
14207
|
[key: string]: unknown;
|
14120
14208
|
} | undefined;
|
@@ -14148,6 +14236,9 @@ declare class DataSourceClient extends ApiClient {
|
|
14148
14236
|
localeMapping?: {
|
14149
14237
|
[key: string]: string;
|
14150
14238
|
} | undefined;
|
14239
|
+
customPublic?: {
|
14240
|
+
[key: string]: unknown;
|
14241
|
+
} | undefined;
|
14151
14242
|
custom?: {
|
14152
14243
|
[key: string]: unknown;
|
14153
14244
|
} | undefined;
|
@@ -15108,6 +15199,7 @@ declare const createUniformApiEnhancer: ({ apiUrl }: {
|
|
15108
15199
|
} | undefined;
|
15109
15200
|
variants?: boolean | undefined;
|
15110
15201
|
} | undefined;
|
15202
|
+
_locales?: string[] | undefined;
|
15111
15203
|
}[];
|
15112
15204
|
} | undefined;
|
15113
15205
|
_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
|
};
|
@@ -3760,6 +3784,8 @@ interface external$c {
|
|
3760
3784
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
3761
3785
|
*/
|
3762
3786
|
_overridability?: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
3787
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
3788
|
+
_locales?: string[];
|
3763
3789
|
};
|
3764
3790
|
/** @description Defines the shape of the root component in a composition */
|
3765
3791
|
RootComponentInstance: {
|
@@ -3891,7 +3917,11 @@ interface external$c {
|
|
3891
3917
|
localeMapping?: {
|
3892
3918
|
[key: string]: string;
|
3893
3919
|
};
|
3894
|
-
/** @description Custom configuration
|
3920
|
+
/** @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. */
|
3921
|
+
customPublic?: {
|
3922
|
+
[key: string]: unknown;
|
3923
|
+
};
|
3924
|
+
/** @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
3925
|
custom?: {
|
3896
3926
|
[key: string]: unknown;
|
3897
3927
|
};
|
@@ -4459,6 +4489,8 @@ interface external$b {
|
|
4459
4489
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
4460
4490
|
*/
|
4461
4491
|
_overridability?: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
4492
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
4493
|
+
_locales?: string[];
|
4462
4494
|
};
|
4463
4495
|
/** @description Defines the shape of the root component in a composition */
|
4464
4496
|
RootComponentInstance: {
|
@@ -4590,7 +4622,11 @@ interface external$b {
|
|
4590
4622
|
localeMapping?: {
|
4591
4623
|
[key: string]: string;
|
4592
4624
|
};
|
4593
|
-
/** @description Custom configuration
|
4625
|
+
/** @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. */
|
4626
|
+
customPublic?: {
|
4627
|
+
[key: string]: unknown;
|
4628
|
+
};
|
4629
|
+
/** @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
4630
|
custom?: {
|
4595
4631
|
[key: string]: unknown;
|
4596
4632
|
};
|
@@ -5217,6 +5253,8 @@ interface external$a {
|
|
5217
5253
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
5218
5254
|
*/
|
5219
5255
|
_overridability?: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
5256
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
5257
|
+
_locales?: string[];
|
5220
5258
|
};
|
5221
5259
|
/** @description Defines the shape of the root component in a composition */
|
5222
5260
|
RootComponentInstance: {
|
@@ -5348,7 +5386,11 @@ interface external$a {
|
|
5348
5386
|
localeMapping?: {
|
5349
5387
|
[key: string]: string;
|
5350
5388
|
};
|
5351
|
-
/** @description Custom configuration
|
5389
|
+
/** @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. */
|
5390
|
+
customPublic?: {
|
5391
|
+
[key: string]: unknown;
|
5392
|
+
};
|
5393
|
+
/** @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
5394
|
custom?: {
|
5353
5395
|
[key: string]: unknown;
|
5354
5396
|
};
|
@@ -5912,6 +5954,8 @@ interface external$9 {
|
|
5912
5954
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
5913
5955
|
*/
|
5914
5956
|
_overridability?: external$9["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
5957
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
5958
|
+
_locales?: string[];
|
5915
5959
|
};
|
5916
5960
|
/** @description Defines the shape of the root component in a composition */
|
5917
5961
|
RootComponentInstance: {
|
@@ -6043,7 +6087,11 @@ interface external$9 {
|
|
6043
6087
|
localeMapping?: {
|
6044
6088
|
[key: string]: string;
|
6045
6089
|
};
|
6046
|
-
/** @description Custom configuration
|
6090
|
+
/** @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. */
|
6091
|
+
customPublic?: {
|
6092
|
+
[key: string]: unknown;
|
6093
|
+
};
|
6094
|
+
/** @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
6095
|
custom?: {
|
6048
6096
|
[key: string]: unknown;
|
6049
6097
|
};
|
@@ -6642,6 +6690,8 @@ interface external$8 {
|
|
6642
6690
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
6643
6691
|
*/
|
6644
6692
|
_overridability?: external$8["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
6693
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
6694
|
+
_locales?: string[];
|
6645
6695
|
};
|
6646
6696
|
/** @description Defines the shape of the root component in a composition */
|
6647
6697
|
RootComponentInstance: {
|
@@ -6773,7 +6823,11 @@ interface external$8 {
|
|
6773
6823
|
localeMapping?: {
|
6774
6824
|
[key: string]: string;
|
6775
6825
|
};
|
6776
|
-
/** @description Custom configuration
|
6826
|
+
/** @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. */
|
6827
|
+
customPublic?: {
|
6828
|
+
[key: string]: unknown;
|
6829
|
+
};
|
6830
|
+
/** @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
6831
|
custom?: {
|
6778
6832
|
[key: string]: unknown;
|
6779
6833
|
};
|
@@ -7372,6 +7426,8 @@ interface external$7 {
|
|
7372
7426
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
7373
7427
|
*/
|
7374
7428
|
_overridability?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
7429
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
7430
|
+
_locales?: string[];
|
7375
7431
|
};
|
7376
7432
|
/** @description Defines the shape of the root component in a composition */
|
7377
7433
|
RootComponentInstance: {
|
@@ -7503,7 +7559,11 @@ interface external$7 {
|
|
7503
7559
|
localeMapping?: {
|
7504
7560
|
[key: string]: string;
|
7505
7561
|
};
|
7506
|
-
/** @description Custom configuration
|
7562
|
+
/** @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. */
|
7563
|
+
customPublic?: {
|
7564
|
+
[key: string]: unknown;
|
7565
|
+
};
|
7566
|
+
/** @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
7567
|
custom?: {
|
7508
7568
|
[key: string]: unknown;
|
7509
7569
|
};
|
@@ -8726,6 +8786,8 @@ interface external$5 {
|
|
8726
8786
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
8727
8787
|
*/
|
8728
8788
|
_overridability?: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
8789
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
8790
|
+
_locales?: string[];
|
8729
8791
|
};
|
8730
8792
|
/** @description Defines the shape of the root component in a composition */
|
8731
8793
|
RootComponentInstance: {
|
@@ -8857,7 +8919,11 @@ interface external$5 {
|
|
8857
8919
|
localeMapping?: {
|
8858
8920
|
[key: string]: string;
|
8859
8921
|
};
|
8860
|
-
/** @description Custom configuration
|
8922
|
+
/** @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. */
|
8923
|
+
customPublic?: {
|
8924
|
+
[key: string]: unknown;
|
8925
|
+
};
|
8926
|
+
/** @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
8927
|
custom?: {
|
8862
8928
|
[key: string]: unknown;
|
8863
8929
|
};
|
@@ -9425,6 +9491,8 @@ interface external$4 {
|
|
9425
9491
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
9426
9492
|
*/
|
9427
9493
|
_overridability?: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
9494
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
9495
|
+
_locales?: string[];
|
9428
9496
|
};
|
9429
9497
|
/** @description Defines the shape of the root component in a composition */
|
9430
9498
|
RootComponentInstance: {
|
@@ -9556,7 +9624,11 @@ interface external$4 {
|
|
9556
9624
|
localeMapping?: {
|
9557
9625
|
[key: string]: string;
|
9558
9626
|
};
|
9559
|
-
/** @description Custom configuration
|
9627
|
+
/** @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. */
|
9628
|
+
customPublic?: {
|
9629
|
+
[key: string]: unknown;
|
9630
|
+
};
|
9631
|
+
/** @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
9632
|
custom?: {
|
9561
9633
|
[key: string]: unknown;
|
9562
9634
|
};
|
@@ -10252,6 +10324,8 @@ interface external$3 {
|
|
10252
10324
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
10253
10325
|
*/
|
10254
10326
|
_overridability?: external$3["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
10327
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
10328
|
+
_locales?: string[];
|
10255
10329
|
};
|
10256
10330
|
/** @description Defines the shape of the root component in a composition */
|
10257
10331
|
RootComponentInstance: {
|
@@ -10383,7 +10457,11 @@ interface external$3 {
|
|
10383
10457
|
localeMapping?: {
|
10384
10458
|
[key: string]: string;
|
10385
10459
|
};
|
10386
|
-
/** @description Custom configuration
|
10460
|
+
/** @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. */
|
10461
|
+
customPublic?: {
|
10462
|
+
[key: string]: unknown;
|
10463
|
+
};
|
10464
|
+
/** @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
10465
|
custom?: {
|
10388
10466
|
[key: string]: unknown;
|
10389
10467
|
};
|
@@ -12402,6 +12480,8 @@ interface external$2 {
|
|
12402
12480
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice.
|
12403
12481
|
*/
|
12404
12482
|
_overridability?: external$2["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentOverridability"];
|
12483
|
+
/** @description Array of locales which have data defined. Only set for pattern references or composition defaults. */
|
12484
|
+
_locales?: string[];
|
12405
12485
|
};
|
12406
12486
|
/** @description Defines the shape of the root component in a composition */
|
12407
12487
|
RootComponentInstance: {
|
@@ -12533,7 +12613,11 @@ interface external$2 {
|
|
12533
12613
|
localeMapping?: {
|
12534
12614
|
[key: string]: string;
|
12535
12615
|
};
|
12536
|
-
/** @description Custom configuration
|
12616
|
+
/** @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. */
|
12617
|
+
customPublic?: {
|
12618
|
+
[key: string]: unknown;
|
12619
|
+
};
|
12620
|
+
/** @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
12621
|
custom?: {
|
12538
12622
|
[key: string]: unknown;
|
12539
12623
|
};
|
@@ -13766,6 +13850,7 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
|
|
13766
13850
|
} | undefined;
|
13767
13851
|
variants?: boolean | undefined;
|
13768
13852
|
} | undefined;
|
13853
|
+
_locales?: string[] | undefined;
|
13769
13854
|
} | null | undefined;
|
13770
13855
|
variants?: {
|
13771
13856
|
id: string;
|
@@ -14115,6 +14200,9 @@ declare class DataSourceClient extends ApiClient {
|
|
14115
14200
|
localeMapping?: {
|
14116
14201
|
[key: string]: string;
|
14117
14202
|
} | undefined;
|
14203
|
+
customPublic?: {
|
14204
|
+
[key: string]: unknown;
|
14205
|
+
} | undefined;
|
14118
14206
|
custom?: {
|
14119
14207
|
[key: string]: unknown;
|
14120
14208
|
} | undefined;
|
@@ -14148,6 +14236,9 @@ declare class DataSourceClient extends ApiClient {
|
|
14148
14236
|
localeMapping?: {
|
14149
14237
|
[key: string]: string;
|
14150
14238
|
} | undefined;
|
14239
|
+
customPublic?: {
|
14240
|
+
[key: string]: unknown;
|
14241
|
+
} | undefined;
|
14151
14242
|
custom?: {
|
14152
14243
|
[key: string]: unknown;
|
14153
14244
|
} | undefined;
|
@@ -15108,6 +15199,7 @@ declare const createUniformApiEnhancer: ({ apiUrl }: {
|
|
15108
15199
|
} | undefined;
|
15109
15200
|
variants?: boolean | undefined;
|
15110
15201
|
} | undefined;
|
15202
|
+
_locales?: string[] | undefined;
|
15111
15203
|
}[];
|
15112
15204
|
} | undefined;
|
15113
15205
|
_id: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.100.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.100.0",
|
42
|
+
"@uniformdev/context": "19.100.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": "3a7c70c06a71b4ecc211ab15eb3bb185480ccf36"
|
52
52
|
}
|