@objectstack/cloud-connection 10.0.0 → 10.3.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.cts +90 -0
- package/dist/index.d.ts +90 -0
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -622,6 +622,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
622
622
|
events?: Record<string, string> | undefined;
|
|
623
623
|
style?: Record<string, string> | undefined;
|
|
624
624
|
className?: string | undefined;
|
|
625
|
+
responsiveStyles?: {
|
|
626
|
+
large?: Record<string, string | number> | undefined;
|
|
627
|
+
medium?: Record<string, string | number> | undefined;
|
|
628
|
+
small?: Record<string, string | number> | undefined;
|
|
629
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
630
|
+
} | undefined;
|
|
625
631
|
visibility?: {
|
|
626
632
|
dialect: "cel" | "js" | "cron" | "template";
|
|
627
633
|
source?: string | undefined;
|
|
@@ -815,6 +821,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
815
821
|
events?: Record<string, string> | undefined;
|
|
816
822
|
style?: Record<string, string> | undefined;
|
|
817
823
|
className?: string | undefined;
|
|
824
|
+
responsiveStyles?: {
|
|
825
|
+
large?: Record<string, string | number> | undefined;
|
|
826
|
+
medium?: Record<string, string | number> | undefined;
|
|
827
|
+
small?: Record<string, string | number> | undefined;
|
|
828
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
829
|
+
} | undefined;
|
|
818
830
|
visibility?: {
|
|
819
831
|
dialect: "cel" | "js" | "cron" | "template";
|
|
820
832
|
source?: string | undefined;
|
|
@@ -875,6 +887,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
875
887
|
events?: Record<string, string> | undefined;
|
|
876
888
|
style?: Record<string, string> | undefined;
|
|
877
889
|
className?: string | undefined;
|
|
890
|
+
responsiveStyles?: {
|
|
891
|
+
large?: Record<string, string | number> | undefined;
|
|
892
|
+
medium?: Record<string, string | number> | undefined;
|
|
893
|
+
small?: Record<string, string | number> | undefined;
|
|
894
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
895
|
+
} | undefined;
|
|
878
896
|
visibility?: {
|
|
879
897
|
dialect: "cel" | "js" | "cron" | "template";
|
|
880
898
|
source?: string | undefined;
|
|
@@ -936,6 +954,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
936
954
|
events?: Record<string, string> | undefined;
|
|
937
955
|
style?: Record<string, string> | undefined;
|
|
938
956
|
className?: string | undefined;
|
|
957
|
+
responsiveStyles?: {
|
|
958
|
+
large?: Record<string, string | number> | undefined;
|
|
959
|
+
medium?: Record<string, string | number> | undefined;
|
|
960
|
+
small?: Record<string, string | number> | undefined;
|
|
961
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
962
|
+
} | undefined;
|
|
939
963
|
visibility?: {
|
|
940
964
|
dialect: "cel" | "js" | "cron" | "template";
|
|
941
965
|
source?: string | undefined;
|
|
@@ -996,6 +1020,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
996
1020
|
events?: Record<string, string> | undefined;
|
|
997
1021
|
style?: Record<string, string> | undefined;
|
|
998
1022
|
className?: string | undefined;
|
|
1023
|
+
responsiveStyles?: {
|
|
1024
|
+
large?: Record<string, string | number> | undefined;
|
|
1025
|
+
medium?: Record<string, string | number> | undefined;
|
|
1026
|
+
small?: Record<string, string | number> | undefined;
|
|
1027
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1028
|
+
} | undefined;
|
|
999
1029
|
visibility?: {
|
|
1000
1030
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1001
1031
|
source?: string | undefined;
|
|
@@ -1057,6 +1087,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1057
1087
|
events?: Record<string, string> | undefined;
|
|
1058
1088
|
style?: Record<string, string> | undefined;
|
|
1059
1089
|
className?: string | undefined;
|
|
1090
|
+
responsiveStyles?: {
|
|
1091
|
+
large?: Record<string, string | number> | undefined;
|
|
1092
|
+
medium?: Record<string, string | number> | undefined;
|
|
1093
|
+
small?: Record<string, string | number> | undefined;
|
|
1094
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1095
|
+
} | undefined;
|
|
1060
1096
|
visibility?: {
|
|
1061
1097
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1062
1098
|
source?: string | undefined;
|
|
@@ -1117,6 +1153,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1117
1153
|
events?: Record<string, string> | undefined;
|
|
1118
1154
|
style?: Record<string, string> | undefined;
|
|
1119
1155
|
className?: string | undefined;
|
|
1156
|
+
responsiveStyles?: {
|
|
1157
|
+
large?: Record<string, string | number> | undefined;
|
|
1158
|
+
medium?: Record<string, string | number> | undefined;
|
|
1159
|
+
small?: Record<string, string | number> | undefined;
|
|
1160
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1161
|
+
} | undefined;
|
|
1120
1162
|
visibility?: {
|
|
1121
1163
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1122
1164
|
source?: string | undefined;
|
|
@@ -1178,6 +1220,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1178
1220
|
events?: Record<string, string> | undefined;
|
|
1179
1221
|
style?: Record<string, string> | undefined;
|
|
1180
1222
|
className?: string | undefined;
|
|
1223
|
+
responsiveStyles?: {
|
|
1224
|
+
large?: Record<string, string | number> | undefined;
|
|
1225
|
+
medium?: Record<string, string | number> | undefined;
|
|
1226
|
+
small?: Record<string, string | number> | undefined;
|
|
1227
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1228
|
+
} | undefined;
|
|
1181
1229
|
visibility?: {
|
|
1182
1230
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1183
1231
|
source?: string | undefined;
|
|
@@ -1238,6 +1286,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1238
1286
|
events?: Record<string, string> | undefined;
|
|
1239
1287
|
style?: Record<string, string> | undefined;
|
|
1240
1288
|
className?: string | undefined;
|
|
1289
|
+
responsiveStyles?: {
|
|
1290
|
+
large?: Record<string, string | number> | undefined;
|
|
1291
|
+
medium?: Record<string, string | number> | undefined;
|
|
1292
|
+
small?: Record<string, string | number> | undefined;
|
|
1293
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1294
|
+
} | undefined;
|
|
1241
1295
|
visibility?: {
|
|
1242
1296
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1243
1297
|
source?: string | undefined;
|
|
@@ -1299,6 +1353,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1299
1353
|
events?: Record<string, string> | undefined;
|
|
1300
1354
|
style?: Record<string, string> | undefined;
|
|
1301
1355
|
className?: string | undefined;
|
|
1356
|
+
responsiveStyles?: {
|
|
1357
|
+
large?: Record<string, string | number> | undefined;
|
|
1358
|
+
medium?: Record<string, string | number> | undefined;
|
|
1359
|
+
small?: Record<string, string | number> | undefined;
|
|
1360
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1361
|
+
} | undefined;
|
|
1302
1362
|
visibility?: {
|
|
1303
1363
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1304
1364
|
source?: string | undefined;
|
|
@@ -1359,6 +1419,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1359
1419
|
events?: Record<string, string> | undefined;
|
|
1360
1420
|
style?: Record<string, string> | undefined;
|
|
1361
1421
|
className?: string | undefined;
|
|
1422
|
+
responsiveStyles?: {
|
|
1423
|
+
large?: Record<string, string | number> | undefined;
|
|
1424
|
+
medium?: Record<string, string | number> | undefined;
|
|
1425
|
+
small?: Record<string, string | number> | undefined;
|
|
1426
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1427
|
+
} | undefined;
|
|
1362
1428
|
visibility?: {
|
|
1363
1429
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1364
1430
|
source?: string | undefined;
|
|
@@ -1420,6 +1486,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1420
1486
|
events?: Record<string, string> | undefined;
|
|
1421
1487
|
style?: Record<string, string> | undefined;
|
|
1422
1488
|
className?: string | undefined;
|
|
1489
|
+
responsiveStyles?: {
|
|
1490
|
+
large?: Record<string, string | number> | undefined;
|
|
1491
|
+
medium?: Record<string, string | number> | undefined;
|
|
1492
|
+
small?: Record<string, string | number> | undefined;
|
|
1493
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1494
|
+
} | undefined;
|
|
1423
1495
|
visibility?: {
|
|
1424
1496
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1425
1497
|
source?: string | undefined;
|
|
@@ -1480,6 +1552,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1480
1552
|
events?: Record<string, string> | undefined;
|
|
1481
1553
|
style?: Record<string, string> | undefined;
|
|
1482
1554
|
className?: string | undefined;
|
|
1555
|
+
responsiveStyles?: {
|
|
1556
|
+
large?: Record<string, string | number> | undefined;
|
|
1557
|
+
medium?: Record<string, string | number> | undefined;
|
|
1558
|
+
small?: Record<string, string | number> | undefined;
|
|
1559
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1560
|
+
} | undefined;
|
|
1483
1561
|
visibility?: {
|
|
1484
1562
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1485
1563
|
source?: string | undefined;
|
|
@@ -1541,6 +1619,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1541
1619
|
events?: Record<string, string> | undefined;
|
|
1542
1620
|
style?: Record<string, string> | undefined;
|
|
1543
1621
|
className?: string | undefined;
|
|
1622
|
+
responsiveStyles?: {
|
|
1623
|
+
large?: Record<string, string | number> | undefined;
|
|
1624
|
+
medium?: Record<string, string | number> | undefined;
|
|
1625
|
+
small?: Record<string, string | number> | undefined;
|
|
1626
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1627
|
+
} | undefined;
|
|
1544
1628
|
visibility?: {
|
|
1545
1629
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1546
1630
|
source?: string | undefined;
|
|
@@ -1601,6 +1685,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1601
1685
|
events?: Record<string, string> | undefined;
|
|
1602
1686
|
style?: Record<string, string> | undefined;
|
|
1603
1687
|
className?: string | undefined;
|
|
1688
|
+
responsiveStyles?: {
|
|
1689
|
+
large?: Record<string, string | number> | undefined;
|
|
1690
|
+
medium?: Record<string, string | number> | undefined;
|
|
1691
|
+
small?: Record<string, string | number> | undefined;
|
|
1692
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1693
|
+
} | undefined;
|
|
1604
1694
|
visibility?: {
|
|
1605
1695
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1606
1696
|
source?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -622,6 +622,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
622
622
|
events?: Record<string, string> | undefined;
|
|
623
623
|
style?: Record<string, string> | undefined;
|
|
624
624
|
className?: string | undefined;
|
|
625
|
+
responsiveStyles?: {
|
|
626
|
+
large?: Record<string, string | number> | undefined;
|
|
627
|
+
medium?: Record<string, string | number> | undefined;
|
|
628
|
+
small?: Record<string, string | number> | undefined;
|
|
629
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
630
|
+
} | undefined;
|
|
625
631
|
visibility?: {
|
|
626
632
|
dialect: "cel" | "js" | "cron" | "template";
|
|
627
633
|
source?: string | undefined;
|
|
@@ -815,6 +821,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
815
821
|
events?: Record<string, string> | undefined;
|
|
816
822
|
style?: Record<string, string> | undefined;
|
|
817
823
|
className?: string | undefined;
|
|
824
|
+
responsiveStyles?: {
|
|
825
|
+
large?: Record<string, string | number> | undefined;
|
|
826
|
+
medium?: Record<string, string | number> | undefined;
|
|
827
|
+
small?: Record<string, string | number> | undefined;
|
|
828
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
829
|
+
} | undefined;
|
|
818
830
|
visibility?: {
|
|
819
831
|
dialect: "cel" | "js" | "cron" | "template";
|
|
820
832
|
source?: string | undefined;
|
|
@@ -875,6 +887,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
875
887
|
events?: Record<string, string> | undefined;
|
|
876
888
|
style?: Record<string, string> | undefined;
|
|
877
889
|
className?: string | undefined;
|
|
890
|
+
responsiveStyles?: {
|
|
891
|
+
large?: Record<string, string | number> | undefined;
|
|
892
|
+
medium?: Record<string, string | number> | undefined;
|
|
893
|
+
small?: Record<string, string | number> | undefined;
|
|
894
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
895
|
+
} | undefined;
|
|
878
896
|
visibility?: {
|
|
879
897
|
dialect: "cel" | "js" | "cron" | "template";
|
|
880
898
|
source?: string | undefined;
|
|
@@ -936,6 +954,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
936
954
|
events?: Record<string, string> | undefined;
|
|
937
955
|
style?: Record<string, string> | undefined;
|
|
938
956
|
className?: string | undefined;
|
|
957
|
+
responsiveStyles?: {
|
|
958
|
+
large?: Record<string, string | number> | undefined;
|
|
959
|
+
medium?: Record<string, string | number> | undefined;
|
|
960
|
+
small?: Record<string, string | number> | undefined;
|
|
961
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
962
|
+
} | undefined;
|
|
939
963
|
visibility?: {
|
|
940
964
|
dialect: "cel" | "js" | "cron" | "template";
|
|
941
965
|
source?: string | undefined;
|
|
@@ -996,6 +1020,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
996
1020
|
events?: Record<string, string> | undefined;
|
|
997
1021
|
style?: Record<string, string> | undefined;
|
|
998
1022
|
className?: string | undefined;
|
|
1023
|
+
responsiveStyles?: {
|
|
1024
|
+
large?: Record<string, string | number> | undefined;
|
|
1025
|
+
medium?: Record<string, string | number> | undefined;
|
|
1026
|
+
small?: Record<string, string | number> | undefined;
|
|
1027
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1028
|
+
} | undefined;
|
|
999
1029
|
visibility?: {
|
|
1000
1030
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1001
1031
|
source?: string | undefined;
|
|
@@ -1057,6 +1087,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1057
1087
|
events?: Record<string, string> | undefined;
|
|
1058
1088
|
style?: Record<string, string> | undefined;
|
|
1059
1089
|
className?: string | undefined;
|
|
1090
|
+
responsiveStyles?: {
|
|
1091
|
+
large?: Record<string, string | number> | undefined;
|
|
1092
|
+
medium?: Record<string, string | number> | undefined;
|
|
1093
|
+
small?: Record<string, string | number> | undefined;
|
|
1094
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1095
|
+
} | undefined;
|
|
1060
1096
|
visibility?: {
|
|
1061
1097
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1062
1098
|
source?: string | undefined;
|
|
@@ -1117,6 +1153,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1117
1153
|
events?: Record<string, string> | undefined;
|
|
1118
1154
|
style?: Record<string, string> | undefined;
|
|
1119
1155
|
className?: string | undefined;
|
|
1156
|
+
responsiveStyles?: {
|
|
1157
|
+
large?: Record<string, string | number> | undefined;
|
|
1158
|
+
medium?: Record<string, string | number> | undefined;
|
|
1159
|
+
small?: Record<string, string | number> | undefined;
|
|
1160
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1161
|
+
} | undefined;
|
|
1120
1162
|
visibility?: {
|
|
1121
1163
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1122
1164
|
source?: string | undefined;
|
|
@@ -1178,6 +1220,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1178
1220
|
events?: Record<string, string> | undefined;
|
|
1179
1221
|
style?: Record<string, string> | undefined;
|
|
1180
1222
|
className?: string | undefined;
|
|
1223
|
+
responsiveStyles?: {
|
|
1224
|
+
large?: Record<string, string | number> | undefined;
|
|
1225
|
+
medium?: Record<string, string | number> | undefined;
|
|
1226
|
+
small?: Record<string, string | number> | undefined;
|
|
1227
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1228
|
+
} | undefined;
|
|
1181
1229
|
visibility?: {
|
|
1182
1230
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1183
1231
|
source?: string | undefined;
|
|
@@ -1238,6 +1286,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1238
1286
|
events?: Record<string, string> | undefined;
|
|
1239
1287
|
style?: Record<string, string> | undefined;
|
|
1240
1288
|
className?: string | undefined;
|
|
1289
|
+
responsiveStyles?: {
|
|
1290
|
+
large?: Record<string, string | number> | undefined;
|
|
1291
|
+
medium?: Record<string, string | number> | undefined;
|
|
1292
|
+
small?: Record<string, string | number> | undefined;
|
|
1293
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1294
|
+
} | undefined;
|
|
1241
1295
|
visibility?: {
|
|
1242
1296
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1243
1297
|
source?: string | undefined;
|
|
@@ -1299,6 +1353,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1299
1353
|
events?: Record<string, string> | undefined;
|
|
1300
1354
|
style?: Record<string, string> | undefined;
|
|
1301
1355
|
className?: string | undefined;
|
|
1356
|
+
responsiveStyles?: {
|
|
1357
|
+
large?: Record<string, string | number> | undefined;
|
|
1358
|
+
medium?: Record<string, string | number> | undefined;
|
|
1359
|
+
small?: Record<string, string | number> | undefined;
|
|
1360
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1361
|
+
} | undefined;
|
|
1302
1362
|
visibility?: {
|
|
1303
1363
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1304
1364
|
source?: string | undefined;
|
|
@@ -1359,6 +1419,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1359
1419
|
events?: Record<string, string> | undefined;
|
|
1360
1420
|
style?: Record<string, string> | undefined;
|
|
1361
1421
|
className?: string | undefined;
|
|
1422
|
+
responsiveStyles?: {
|
|
1423
|
+
large?: Record<string, string | number> | undefined;
|
|
1424
|
+
medium?: Record<string, string | number> | undefined;
|
|
1425
|
+
small?: Record<string, string | number> | undefined;
|
|
1426
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1427
|
+
} | undefined;
|
|
1362
1428
|
visibility?: {
|
|
1363
1429
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1364
1430
|
source?: string | undefined;
|
|
@@ -1420,6 +1486,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1420
1486
|
events?: Record<string, string> | undefined;
|
|
1421
1487
|
style?: Record<string, string> | undefined;
|
|
1422
1488
|
className?: string | undefined;
|
|
1489
|
+
responsiveStyles?: {
|
|
1490
|
+
large?: Record<string, string | number> | undefined;
|
|
1491
|
+
medium?: Record<string, string | number> | undefined;
|
|
1492
|
+
small?: Record<string, string | number> | undefined;
|
|
1493
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1494
|
+
} | undefined;
|
|
1423
1495
|
visibility?: {
|
|
1424
1496
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1425
1497
|
source?: string | undefined;
|
|
@@ -1480,6 +1552,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1480
1552
|
events?: Record<string, string> | undefined;
|
|
1481
1553
|
style?: Record<string, string> | undefined;
|
|
1482
1554
|
className?: string | undefined;
|
|
1555
|
+
responsiveStyles?: {
|
|
1556
|
+
large?: Record<string, string | number> | undefined;
|
|
1557
|
+
medium?: Record<string, string | number> | undefined;
|
|
1558
|
+
small?: Record<string, string | number> | undefined;
|
|
1559
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1560
|
+
} | undefined;
|
|
1483
1561
|
visibility?: {
|
|
1484
1562
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1485
1563
|
source?: string | undefined;
|
|
@@ -1541,6 +1619,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1541
1619
|
events?: Record<string, string> | undefined;
|
|
1542
1620
|
style?: Record<string, string> | undefined;
|
|
1543
1621
|
className?: string | undefined;
|
|
1622
|
+
responsiveStyles?: {
|
|
1623
|
+
large?: Record<string, string | number> | undefined;
|
|
1624
|
+
medium?: Record<string, string | number> | undefined;
|
|
1625
|
+
small?: Record<string, string | number> | undefined;
|
|
1626
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1627
|
+
} | undefined;
|
|
1544
1628
|
visibility?: {
|
|
1545
1629
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1546
1630
|
source?: string | undefined;
|
|
@@ -1601,6 +1685,12 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1601
1685
|
events?: Record<string, string> | undefined;
|
|
1602
1686
|
style?: Record<string, string> | undefined;
|
|
1603
1687
|
className?: string | undefined;
|
|
1688
|
+
responsiveStyles?: {
|
|
1689
|
+
large?: Record<string, string | number> | undefined;
|
|
1690
|
+
medium?: Record<string, string | number> | undefined;
|
|
1691
|
+
small?: Record<string, string | number> | undefined;
|
|
1692
|
+
xsmall?: Record<string, string | number> | undefined;
|
|
1693
|
+
} | undefined;
|
|
1604
1694
|
visibility?: {
|
|
1605
1695
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1606
1696
|
source?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/cloud-connection",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.3.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Runtime-side client for an ObjectStack cloud control plane — marketplace browse proxy, install-local, device-code binding, org catalog and installed views, and the /api/v1/runtime/config discovery endpoint. Open mechanism (ADR-0008): the hub service, plan policy, and entitlements stay server-side.",
|
|
6
6
|
"type": "module",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@objectstack/core": "10.
|
|
18
|
-
"@objectstack/runtime": "10.
|
|
19
|
-
"@objectstack/spec": "10.
|
|
20
|
-
"@objectstack/types": "10.
|
|
17
|
+
"@objectstack/core": "10.3.0",
|
|
18
|
+
"@objectstack/runtime": "10.3.0",
|
|
19
|
+
"@objectstack/spec": "10.3.0",
|
|
20
|
+
"@objectstack/types": "10.3.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^26.0.0",
|