@optiaxiom/proteus 0.1.23 → 0.1.24
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/esm/assets/src/proteus-document/ProteusDocumentShell.css.ts.vanilla-DxHEfy0L.css +17 -0
- package/dist/esm/proteus-document/ProteusDocumentShell-css.js +7 -0
- package/dist/esm/proteus-document/ProteusDocumentShell.js +33 -1
- package/dist/esm/schema/public-schema.json.js +4 -0
- package/dist/esm/schema/runtime-schema.json.js +4 -0
- package/dist/index.d.ts +2 -0
- package/dist/spec.d.ts +302 -296
- package/package.json +3 -3
package/dist/spec.d.ts
CHANGED
|
@@ -1131,36 +1131,42 @@ declare namespace definitions {
|
|
|
1131
1131
|
let description_63: string;
|
|
1132
1132
|
export { description_63 as description };
|
|
1133
1133
|
}
|
|
1134
|
+
namespace compact {
|
|
1135
|
+
let description_64: string;
|
|
1136
|
+
export { description_64 as description };
|
|
1137
|
+
let type_3: string;
|
|
1138
|
+
export { type_3 as type };
|
|
1139
|
+
}
|
|
1134
1140
|
namespace subtitle {
|
|
1135
1141
|
let $ref_2: string;
|
|
1136
1142
|
export { $ref_2 as $ref };
|
|
1137
|
-
let
|
|
1138
|
-
export {
|
|
1143
|
+
let description_65: string;
|
|
1144
|
+
export { description_65 as description };
|
|
1139
1145
|
}
|
|
1140
1146
|
namespace title {
|
|
1141
1147
|
let $ref_3: string;
|
|
1142
1148
|
export { $ref_3 as $ref };
|
|
1143
|
-
let description_65: string;
|
|
1144
|
-
export { description_65 as description };
|
|
1145
|
-
}
|
|
1146
|
-
namespace titleIcon {
|
|
1147
1149
|
let description_66: string;
|
|
1148
1150
|
export { description_66 as description };
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
+
}
|
|
1152
|
+
namespace titleIcon {
|
|
1153
|
+
let description_67: string;
|
|
1154
|
+
export { description_67 as description };
|
|
1155
|
+
let type_4: string;
|
|
1156
|
+
export { type_4 as type };
|
|
1151
1157
|
}
|
|
1152
1158
|
}
|
|
1153
1159
|
export let required: string[];
|
|
1154
|
-
let
|
|
1155
|
-
export {
|
|
1160
|
+
let type_5: string;
|
|
1161
|
+
export { type_5 as type };
|
|
1156
1162
|
}
|
|
1157
1163
|
namespace ProteusElement {
|
|
1158
1164
|
let anyOf_59: {
|
|
1159
1165
|
$ref: string;
|
|
1160
1166
|
}[];
|
|
1161
1167
|
export { anyOf_59 as anyOf };
|
|
1162
|
-
let
|
|
1163
|
-
export {
|
|
1168
|
+
let description_68: string;
|
|
1169
|
+
export { description_68 as description };
|
|
1164
1170
|
}
|
|
1165
1171
|
namespace ProteusEventHandler {
|
|
1166
1172
|
let anyOf_60: ({
|
|
@@ -1223,16 +1229,16 @@ declare namespace definitions {
|
|
|
1223
1229
|
type: string;
|
|
1224
1230
|
})[];
|
|
1225
1231
|
export { anyOf_60 as anyOf };
|
|
1226
|
-
let
|
|
1227
|
-
export {
|
|
1232
|
+
let description_69: string;
|
|
1233
|
+
export { description_69 as description };
|
|
1228
1234
|
}
|
|
1229
1235
|
namespace ProteusExpression {
|
|
1230
1236
|
let anyOf_61: {
|
|
1231
1237
|
$ref: string;
|
|
1232
1238
|
}[];
|
|
1233
1239
|
export { anyOf_61 as anyOf };
|
|
1234
|
-
let
|
|
1235
|
-
export {
|
|
1240
|
+
let description_70: string;
|
|
1241
|
+
export { description_70 as description };
|
|
1236
1242
|
}
|
|
1237
1243
|
namespace ProteusNode {
|
|
1238
1244
|
let anyOf_62: ({
|
|
@@ -1257,14 +1263,14 @@ declare namespace definitions {
|
|
|
1257
1263
|
type?: undefined;
|
|
1258
1264
|
})[];
|
|
1259
1265
|
export { anyOf_62 as anyOf };
|
|
1260
|
-
let
|
|
1261
|
-
export {
|
|
1266
|
+
let description_71: string;
|
|
1267
|
+
export { description_71 as description };
|
|
1262
1268
|
}
|
|
1263
1269
|
namespace ProteusZip {
|
|
1264
1270
|
let additionalProperties_1: boolean;
|
|
1265
1271
|
export { additionalProperties_1 as additionalProperties };
|
|
1266
|
-
let
|
|
1267
|
-
export {
|
|
1272
|
+
let description_72: string;
|
|
1273
|
+
export { description_72 as description };
|
|
1268
1274
|
let examples_1: {
|
|
1269
1275
|
$type: string;
|
|
1270
1276
|
sources: {
|
|
@@ -1288,8 +1294,8 @@ declare namespace definitions {
|
|
|
1288
1294
|
export namespace sources {
|
|
1289
1295
|
let additionalProperties_2: boolean;
|
|
1290
1296
|
export { additionalProperties_2 as additionalProperties };
|
|
1291
|
-
let
|
|
1292
|
-
export {
|
|
1297
|
+
let description_73: string;
|
|
1298
|
+
export { description_73 as description };
|
|
1293
1299
|
export let patternProperties: {
|
|
1294
1300
|
".*": {
|
|
1295
1301
|
anyOf: ({
|
|
@@ -1303,15 +1309,15 @@ declare namespace definitions {
|
|
|
1303
1309
|
})[];
|
|
1304
1310
|
};
|
|
1305
1311
|
};
|
|
1306
|
-
let
|
|
1307
|
-
export {
|
|
1312
|
+
let type_6: string;
|
|
1313
|
+
export { type_6 as type };
|
|
1308
1314
|
}
|
|
1309
1315
|
}
|
|
1310
1316
|
export { properties_1 as properties };
|
|
1311
1317
|
let required_1: string[];
|
|
1312
1318
|
export { required_1 as required };
|
|
1313
|
-
let
|
|
1314
|
-
export {
|
|
1319
|
+
let type_7: string;
|
|
1320
|
+
export { type_7 as type };
|
|
1315
1321
|
}
|
|
1316
1322
|
namespace ProteusAction {
|
|
1317
1323
|
let additionalProperties_3: boolean;
|
|
@@ -1349,8 +1355,8 @@ declare namespace definitions {
|
|
|
1349
1355
|
const?: undefined;
|
|
1350
1356
|
})[];
|
|
1351
1357
|
export { anyOf_63 as anyOf };
|
|
1352
|
-
let
|
|
1353
|
-
export {
|
|
1358
|
+
let description_74: string;
|
|
1359
|
+
export { description_74 as description };
|
|
1354
1360
|
}
|
|
1355
1361
|
export namespace backgroundImage {
|
|
1356
1362
|
let $ref_7: string;
|
|
@@ -1560,7 +1566,7 @@ declare namespace definitions {
|
|
|
1560
1566
|
let $ref_58: string;
|
|
1561
1567
|
export { $ref_58 as $ref };
|
|
1562
1568
|
}
|
|
1563
|
-
export namespace
|
|
1569
|
+
export namespace type_8 {
|
|
1564
1570
|
let anyOf_64: ({
|
|
1565
1571
|
const: string;
|
|
1566
1572
|
$ref?: undefined;
|
|
@@ -1569,10 +1575,10 @@ declare namespace definitions {
|
|
|
1569
1575
|
const?: undefined;
|
|
1570
1576
|
})[];
|
|
1571
1577
|
export { anyOf_64 as anyOf };
|
|
1572
|
-
let
|
|
1573
|
-
export {
|
|
1578
|
+
let description_75: string;
|
|
1579
|
+
export { description_75 as description };
|
|
1574
1580
|
}
|
|
1575
|
-
export {
|
|
1581
|
+
export { type_8 as type };
|
|
1576
1582
|
export namespace w {
|
|
1577
1583
|
let $ref_59: string;
|
|
1578
1584
|
export { $ref_59 as $ref };
|
|
@@ -1588,15 +1594,15 @@ declare namespace definitions {
|
|
|
1588
1594
|
export namespace onClick {
|
|
1589
1595
|
let $ref_62: string;
|
|
1590
1596
|
export { $ref_62 as $ref };
|
|
1591
|
-
let
|
|
1592
|
-
export {
|
|
1597
|
+
let description_76: string;
|
|
1598
|
+
export { description_76 as description };
|
|
1593
1599
|
}
|
|
1594
1600
|
}
|
|
1595
1601
|
export { properties_2 as properties };
|
|
1596
1602
|
let required_2: string[];
|
|
1597
1603
|
export { required_2 as required };
|
|
1598
|
-
let
|
|
1599
|
-
export {
|
|
1604
|
+
let type_9: string;
|
|
1605
|
+
export { type_9 as type };
|
|
1600
1606
|
}
|
|
1601
1607
|
namespace ProteusAvatar {
|
|
1602
1608
|
let additionalProperties_4: boolean;
|
|
@@ -1681,8 +1687,8 @@ declare namespace definitions {
|
|
|
1681
1687
|
const?: undefined;
|
|
1682
1688
|
})[];
|
|
1683
1689
|
export { anyOf_65 as anyOf };
|
|
1684
|
-
let
|
|
1685
|
-
export {
|
|
1690
|
+
let description_77: string;
|
|
1691
|
+
export { description_77 as description };
|
|
1686
1692
|
}
|
|
1687
1693
|
export namespace cursor_1 {
|
|
1688
1694
|
let $ref_76: string;
|
|
@@ -1703,8 +1709,8 @@ declare namespace definitions {
|
|
|
1703
1709
|
const?: undefined;
|
|
1704
1710
|
})[];
|
|
1705
1711
|
export { anyOf_66 as anyOf };
|
|
1706
|
-
let
|
|
1707
|
-
export {
|
|
1712
|
+
let description_78: string;
|
|
1713
|
+
export { description_78 as description };
|
|
1708
1714
|
}
|
|
1709
1715
|
export namespace flex_1 {
|
|
1710
1716
|
let $ref_78: string;
|
|
@@ -1825,8 +1831,8 @@ declare namespace definitions {
|
|
|
1825
1831
|
type?: undefined;
|
|
1826
1832
|
})[];
|
|
1827
1833
|
export { anyOf_67 as anyOf };
|
|
1828
|
-
let
|
|
1829
|
-
export {
|
|
1834
|
+
let description_79: string;
|
|
1835
|
+
export { description_79 as description };
|
|
1830
1836
|
}
|
|
1831
1837
|
export namespace objectFit_1 {
|
|
1832
1838
|
let $ref_100: string;
|
|
@@ -1912,8 +1918,8 @@ declare namespace definitions {
|
|
|
1912
1918
|
const?: undefined;
|
|
1913
1919
|
})[];
|
|
1914
1920
|
export { anyOf_68 as anyOf };
|
|
1915
|
-
let
|
|
1916
|
-
export {
|
|
1921
|
+
let description_80: string;
|
|
1922
|
+
export { description_80 as description };
|
|
1917
1923
|
}
|
|
1918
1924
|
export namespace src {
|
|
1919
1925
|
let anyOf_69: ({
|
|
@@ -1924,8 +1930,8 @@ declare namespace definitions {
|
|
|
1924
1930
|
type?: undefined;
|
|
1925
1931
|
})[];
|
|
1926
1932
|
export { anyOf_69 as anyOf };
|
|
1927
|
-
let
|
|
1928
|
-
export {
|
|
1933
|
+
let description_81: string;
|
|
1934
|
+
export { description_81 as description };
|
|
1929
1935
|
}
|
|
1930
1936
|
export namespace textAlign_1 {
|
|
1931
1937
|
let $ref_115: string;
|
|
@@ -1961,8 +1967,8 @@ declare namespace definitions {
|
|
|
1961
1967
|
export { properties_3 as properties };
|
|
1962
1968
|
let required_3: string[];
|
|
1963
1969
|
export { required_3 as required };
|
|
1964
|
-
let
|
|
1965
|
-
export {
|
|
1970
|
+
let type_10: string;
|
|
1971
|
+
export { type_10 as type };
|
|
1966
1972
|
}
|
|
1967
1973
|
namespace ProteusBadge {
|
|
1968
1974
|
let additionalProperties_5: boolean;
|
|
@@ -2118,8 +2124,8 @@ declare namespace definitions {
|
|
|
2118
2124
|
const?: undefined;
|
|
2119
2125
|
})[];
|
|
2120
2126
|
export { anyOf_70 as anyOf };
|
|
2121
|
-
let
|
|
2122
|
-
export {
|
|
2127
|
+
let description_82: string;
|
|
2128
|
+
export { description_82 as description };
|
|
2123
2129
|
}
|
|
2124
2130
|
export namespace justifyContent_2 {
|
|
2125
2131
|
let $ref_147: string;
|
|
@@ -2290,8 +2296,8 @@ declare namespace definitions {
|
|
|
2290
2296
|
export { properties_4 as properties };
|
|
2291
2297
|
let required_4: string[];
|
|
2292
2298
|
export { required_4 as required };
|
|
2293
|
-
let
|
|
2294
|
-
export {
|
|
2299
|
+
let type_11: string;
|
|
2300
|
+
export { type_11 as type };
|
|
2295
2301
|
}
|
|
2296
2302
|
namespace ProteusButton {
|
|
2297
2303
|
let additionalProperties_6: boolean;
|
|
@@ -2332,8 +2338,8 @@ declare namespace definitions {
|
|
|
2332
2338
|
const?: undefined;
|
|
2333
2339
|
})[];
|
|
2334
2340
|
export { anyOf_71 as anyOf };
|
|
2335
|
-
let
|
|
2336
|
-
export {
|
|
2341
|
+
let description_83: string;
|
|
2342
|
+
export { description_83 as description };
|
|
2337
2343
|
}
|
|
2338
2344
|
export { appearance_1 as appearance };
|
|
2339
2345
|
export namespace backgroundImage_3 {
|
|
@@ -2596,7 +2602,7 @@ declare namespace definitions {
|
|
|
2596
2602
|
export { $ref_234 as $ref };
|
|
2597
2603
|
}
|
|
2598
2604
|
export { transition_3 as transition };
|
|
2599
|
-
export namespace
|
|
2605
|
+
export namespace type_12 {
|
|
2600
2606
|
let anyOf_72: ({
|
|
2601
2607
|
const: string;
|
|
2602
2608
|
$ref?: undefined;
|
|
@@ -2605,10 +2611,10 @@ declare namespace definitions {
|
|
|
2605
2611
|
const?: undefined;
|
|
2606
2612
|
})[];
|
|
2607
2613
|
export { anyOf_72 as anyOf };
|
|
2608
|
-
let
|
|
2609
|
-
export {
|
|
2614
|
+
let description_84: string;
|
|
2615
|
+
export { description_84 as description };
|
|
2610
2616
|
}
|
|
2611
|
-
export {
|
|
2617
|
+
export { type_12 as type };
|
|
2612
2618
|
export namespace w_3 {
|
|
2613
2619
|
let $ref_235: string;
|
|
2614
2620
|
export { $ref_235 as $ref };
|
|
@@ -2627,16 +2633,16 @@ declare namespace definitions {
|
|
|
2627
2633
|
export namespace onClick_1 {
|
|
2628
2634
|
let $ref_238: string;
|
|
2629
2635
|
export { $ref_238 as $ref };
|
|
2630
|
-
let
|
|
2631
|
-
export {
|
|
2636
|
+
let description_85: string;
|
|
2637
|
+
export { description_85 as description };
|
|
2632
2638
|
}
|
|
2633
2639
|
export { onClick_1 as onClick };
|
|
2634
2640
|
}
|
|
2635
2641
|
export { properties_5 as properties };
|
|
2636
2642
|
let required_5: string[];
|
|
2637
2643
|
export { required_5 as required };
|
|
2638
|
-
let
|
|
2639
|
-
export {
|
|
2644
|
+
let type_13: string;
|
|
2645
|
+
export { type_13 as type };
|
|
2640
2646
|
}
|
|
2641
2647
|
namespace ProteusCard {
|
|
2642
2648
|
let additionalProperties_7: boolean;
|
|
@@ -2955,8 +2961,8 @@ declare namespace definitions {
|
|
|
2955
2961
|
export { properties_6 as properties };
|
|
2956
2962
|
let required_6: string[];
|
|
2957
2963
|
export { required_6 as required };
|
|
2958
|
-
let
|
|
2959
|
-
export {
|
|
2964
|
+
let type_14: string;
|
|
2965
|
+
export { type_14 as type };
|
|
2960
2966
|
}
|
|
2961
2967
|
namespace ProteusCardHeader {
|
|
2962
2968
|
let additionalProperties_8: boolean;
|
|
@@ -2976,14 +2982,14 @@ declare namespace definitions {
|
|
|
2976
2982
|
export namespace addonAfter {
|
|
2977
2983
|
let $ref_298: string;
|
|
2978
2984
|
export { $ref_298 as $ref };
|
|
2979
|
-
let
|
|
2980
|
-
export {
|
|
2985
|
+
let description_86: string;
|
|
2986
|
+
export { description_86 as description };
|
|
2981
2987
|
}
|
|
2982
2988
|
export namespace addonBefore {
|
|
2983
2989
|
let $ref_299: string;
|
|
2984
2990
|
export { $ref_299 as $ref };
|
|
2985
|
-
let
|
|
2986
|
-
export {
|
|
2991
|
+
let description_87: string;
|
|
2992
|
+
export { description_87 as description };
|
|
2987
2993
|
}
|
|
2988
2994
|
export namespace alignItems_5 {
|
|
2989
2995
|
let $ref_300: string;
|
|
@@ -3055,13 +3061,13 @@ declare namespace definitions {
|
|
|
3055
3061
|
export { $ref_313 as $ref };
|
|
3056
3062
|
}
|
|
3057
3063
|
export { cursor_5 as cursor };
|
|
3058
|
-
export namespace
|
|
3064
|
+
export namespace description_88 {
|
|
3059
3065
|
let $ref_314: string;
|
|
3060
3066
|
export { $ref_314 as $ref };
|
|
3061
|
-
let
|
|
3062
|
-
export {
|
|
3067
|
+
let description_89: string;
|
|
3068
|
+
export { description_89 as description };
|
|
3063
3069
|
}
|
|
3064
|
-
export {
|
|
3070
|
+
export { description_88 as description };
|
|
3065
3071
|
export namespace display_5 {
|
|
3066
3072
|
let $ref_315: string;
|
|
3067
3073
|
export { $ref_315 as $ref };
|
|
@@ -3141,8 +3147,8 @@ declare namespace definitions {
|
|
|
3141
3147
|
const?: undefined;
|
|
3142
3148
|
})[];
|
|
3143
3149
|
export { anyOf_73 as anyOf };
|
|
3144
|
-
let
|
|
3145
|
-
export {
|
|
3150
|
+
let description_90: string;
|
|
3151
|
+
export { description_90 as description };
|
|
3146
3152
|
}
|
|
3147
3153
|
export namespace m_5 {
|
|
3148
3154
|
let $ref_329: string;
|
|
@@ -3303,8 +3309,8 @@ declare namespace definitions {
|
|
|
3303
3309
|
export { properties_7 as properties };
|
|
3304
3310
|
let required_7: string[];
|
|
3305
3311
|
export { required_7 as required };
|
|
3306
|
-
let
|
|
3307
|
-
export {
|
|
3312
|
+
let type_15: string;
|
|
3313
|
+
export { type_15 as type };
|
|
3308
3314
|
}
|
|
3309
3315
|
namespace ProteusCardLink {
|
|
3310
3316
|
let additionalProperties_9: boolean;
|
|
@@ -3460,8 +3466,8 @@ declare namespace definitions {
|
|
|
3460
3466
|
type?: undefined;
|
|
3461
3467
|
})[];
|
|
3462
3468
|
export { anyOf_74 as anyOf };
|
|
3463
|
-
let
|
|
3464
|
-
export {
|
|
3469
|
+
let description_91: string;
|
|
3470
|
+
export { description_91 as description };
|
|
3465
3471
|
}
|
|
3466
3472
|
export namespace justifyContent_6 {
|
|
3467
3473
|
let $ref_386: string;
|
|
@@ -3632,8 +3638,8 @@ declare namespace definitions {
|
|
|
3632
3638
|
export { properties_8 as properties };
|
|
3633
3639
|
let required_8: string[];
|
|
3634
3640
|
export { required_8 as required };
|
|
3635
|
-
let
|
|
3636
|
-
export {
|
|
3641
|
+
let type_16: string;
|
|
3642
|
+
export { type_16 as type };
|
|
3637
3643
|
}
|
|
3638
3644
|
namespace ProteusChart {
|
|
3639
3645
|
let additionalProperties_10: boolean;
|
|
@@ -3673,68 +3679,68 @@ declare namespace definitions {
|
|
|
3673
3679
|
type?: undefined;
|
|
3674
3680
|
})[];
|
|
3675
3681
|
export { anyOf_75 as anyOf };
|
|
3676
|
-
let
|
|
3677
|
-
export {
|
|
3682
|
+
let description_92: string;
|
|
3683
|
+
export { description_92 as description };
|
|
3678
3684
|
}
|
|
3679
3685
|
export namespace layout {
|
|
3680
3686
|
let anyOf_76: {
|
|
3681
3687
|
const: string;
|
|
3682
3688
|
}[];
|
|
3683
3689
|
export { anyOf_76 as anyOf };
|
|
3684
|
-
let description_92: string;
|
|
3685
|
-
export { description_92 as description };
|
|
3686
|
-
}
|
|
3687
|
-
export namespace series {
|
|
3688
3690
|
let description_93: string;
|
|
3689
3691
|
export { description_93 as description };
|
|
3692
|
+
}
|
|
3693
|
+
export namespace series {
|
|
3694
|
+
let description_94: string;
|
|
3695
|
+
export { description_94 as description };
|
|
3690
3696
|
export namespace items {
|
|
3691
3697
|
let additionalProperties_11: boolean;
|
|
3692
3698
|
export { additionalProperties_11 as additionalProperties };
|
|
3693
3699
|
export namespace properties_10 {
|
|
3694
3700
|
export namespace dataKey {
|
|
3695
|
-
let description_94: string;
|
|
3696
|
-
export { description_94 as description };
|
|
3697
|
-
let type_16: string;
|
|
3698
|
-
export { type_16 as type };
|
|
3699
|
-
}
|
|
3700
|
-
export namespace name_1 {
|
|
3701
3701
|
let description_95: string;
|
|
3702
3702
|
export { description_95 as description };
|
|
3703
3703
|
let type_17: string;
|
|
3704
3704
|
export { type_17 as type };
|
|
3705
3705
|
}
|
|
3706
|
+
export namespace name_1 {
|
|
3707
|
+
let description_96: string;
|
|
3708
|
+
export { description_96 as description };
|
|
3709
|
+
let type_18: string;
|
|
3710
|
+
export { type_18 as type };
|
|
3711
|
+
}
|
|
3706
3712
|
export { name_1 as name };
|
|
3707
3713
|
}
|
|
3708
3714
|
export { properties_10 as properties };
|
|
3709
3715
|
let required_9: string[];
|
|
3710
3716
|
export { required_9 as required };
|
|
3711
|
-
let
|
|
3712
|
-
export {
|
|
3717
|
+
let type_19: string;
|
|
3718
|
+
export { type_19 as type };
|
|
3713
3719
|
}
|
|
3714
|
-
let
|
|
3715
|
-
export {
|
|
3720
|
+
let type_20: string;
|
|
3721
|
+
export { type_20 as type };
|
|
3716
3722
|
}
|
|
3717
|
-
export namespace
|
|
3723
|
+
export namespace type_21 {
|
|
3718
3724
|
let anyOf_77: {
|
|
3719
3725
|
const: string;
|
|
3720
3726
|
}[];
|
|
3721
3727
|
export { anyOf_77 as anyOf };
|
|
3722
|
-
let description_96: string;
|
|
3723
|
-
export { description_96 as description };
|
|
3724
|
-
}
|
|
3725
|
-
export { type_20 as type };
|
|
3726
|
-
export namespace xAxisKey {
|
|
3727
3728
|
let description_97: string;
|
|
3728
3729
|
export { description_97 as description };
|
|
3729
|
-
|
|
3730
|
-
|
|
3730
|
+
}
|
|
3731
|
+
export { type_21 as type };
|
|
3732
|
+
export namespace xAxisKey {
|
|
3733
|
+
let description_98: string;
|
|
3734
|
+
export { description_98 as description };
|
|
3735
|
+
let type_22: string;
|
|
3736
|
+
export { type_22 as type };
|
|
3731
3737
|
}
|
|
3732
3738
|
}
|
|
3733
3739
|
export { properties_9 as properties };
|
|
3734
3740
|
let required_10: string[];
|
|
3735
3741
|
export { required_10 as required };
|
|
3736
|
-
let
|
|
3737
|
-
export {
|
|
3742
|
+
let type_23: string;
|
|
3743
|
+
export { type_23 as type };
|
|
3738
3744
|
}
|
|
3739
3745
|
namespace ProteusConcat {
|
|
3740
3746
|
let additionalProperties_12: boolean;
|
|
@@ -3746,8 +3752,8 @@ declare namespace definitions {
|
|
|
3746
3752
|
}
|
|
3747
3753
|
export { $type_10 as $type };
|
|
3748
3754
|
export namespace children_7 {
|
|
3749
|
-
let
|
|
3750
|
-
export {
|
|
3755
|
+
let description_99: string;
|
|
3756
|
+
export { description_99 as description };
|
|
3751
3757
|
export namespace items_1 {
|
|
3752
3758
|
let anyOf_78: ({
|
|
3753
3759
|
$ref: string;
|
|
@@ -3759,16 +3765,16 @@ declare namespace definitions {
|
|
|
3759
3765
|
export { anyOf_78 as anyOf };
|
|
3760
3766
|
}
|
|
3761
3767
|
export { items_1 as items };
|
|
3762
|
-
let
|
|
3763
|
-
export {
|
|
3768
|
+
let type_24: string;
|
|
3769
|
+
export { type_24 as type };
|
|
3764
3770
|
}
|
|
3765
3771
|
export { children_7 as children };
|
|
3766
3772
|
}
|
|
3767
3773
|
export { properties_11 as properties };
|
|
3768
3774
|
let required_11: string[];
|
|
3769
3775
|
export { required_11 as required };
|
|
3770
|
-
let
|
|
3771
|
-
export {
|
|
3776
|
+
let type_25: string;
|
|
3777
|
+
export { type_25 as type };
|
|
3772
3778
|
}
|
|
3773
3779
|
namespace ProteusDataTable {
|
|
3774
3780
|
let additionalProperties_13: boolean;
|
|
@@ -3791,17 +3797,17 @@ declare namespace definitions {
|
|
|
3791
3797
|
}
|
|
3792
3798
|
export { $type_11 as $type };
|
|
3793
3799
|
export namespace columns {
|
|
3794
|
-
let
|
|
3795
|
-
export {
|
|
3800
|
+
let description_100: string;
|
|
3801
|
+
export { description_100 as description };
|
|
3796
3802
|
export namespace items_2 {
|
|
3797
3803
|
let additionalProperties_14: boolean;
|
|
3798
3804
|
export { additionalProperties_14 as additionalProperties };
|
|
3799
3805
|
export namespace properties_13 {
|
|
3800
3806
|
export namespace accessorKey {
|
|
3801
|
-
let
|
|
3802
|
-
export {
|
|
3803
|
-
let
|
|
3804
|
-
export {
|
|
3807
|
+
let description_101: string;
|
|
3808
|
+
export { description_101 as description };
|
|
3809
|
+
let type_26: string;
|
|
3810
|
+
export { type_26 as type };
|
|
3805
3811
|
}
|
|
3806
3812
|
export namespace format {
|
|
3807
3813
|
let anyOf_79: ({
|
|
@@ -3823,32 +3829,32 @@ declare namespace definitions {
|
|
|
3823
3829
|
type: string;
|
|
3824
3830
|
})[];
|
|
3825
3831
|
export { anyOf_79 as anyOf };
|
|
3826
|
-
let description_101: string;
|
|
3827
|
-
export { description_101 as description };
|
|
3828
|
-
}
|
|
3829
|
-
export namespace header {
|
|
3830
3832
|
let description_102: string;
|
|
3831
3833
|
export { description_102 as description };
|
|
3832
|
-
let type_26: string;
|
|
3833
|
-
export { type_26 as type };
|
|
3834
3834
|
}
|
|
3835
|
-
export namespace
|
|
3835
|
+
export namespace header {
|
|
3836
3836
|
let description_103: string;
|
|
3837
3837
|
export { description_103 as description };
|
|
3838
3838
|
let type_27: string;
|
|
3839
3839
|
export { type_27 as type };
|
|
3840
3840
|
}
|
|
3841
|
+
export namespace size_5 {
|
|
3842
|
+
let description_104: string;
|
|
3843
|
+
export { description_104 as description };
|
|
3844
|
+
let type_28: string;
|
|
3845
|
+
export { type_28 as type };
|
|
3846
|
+
}
|
|
3841
3847
|
export { size_5 as size };
|
|
3842
3848
|
}
|
|
3843
3849
|
export { properties_13 as properties };
|
|
3844
3850
|
let required_12: string[];
|
|
3845
3851
|
export { required_12 as required };
|
|
3846
|
-
let
|
|
3847
|
-
export {
|
|
3852
|
+
let type_29: string;
|
|
3853
|
+
export { type_29 as type };
|
|
3848
3854
|
}
|
|
3849
3855
|
export { items_2 as items };
|
|
3850
|
-
let
|
|
3851
|
-
export {
|
|
3856
|
+
let type_30: string;
|
|
3857
|
+
export { type_30 as type };
|
|
3852
3858
|
}
|
|
3853
3859
|
export namespace data_1 {
|
|
3854
3860
|
let anyOf_80: ({
|
|
@@ -3871,8 +3877,8 @@ declare namespace definitions {
|
|
|
3871
3877
|
export { properties_12 as properties };
|
|
3872
3878
|
let required_13: string[];
|
|
3873
3879
|
export { required_13 as required };
|
|
3874
|
-
let
|
|
3875
|
-
export {
|
|
3880
|
+
let type_31: string;
|
|
3881
|
+
export { type_31 as type };
|
|
3876
3882
|
}
|
|
3877
3883
|
namespace ProteusField {
|
|
3878
3884
|
let additionalProperties_15: boolean;
|
|
@@ -3962,13 +3968,13 @@ declare namespace definitions {
|
|
|
3962
3968
|
export { $ref_432 as $ref };
|
|
3963
3969
|
}
|
|
3964
3970
|
export { cursor_7 as cursor };
|
|
3965
|
-
export namespace
|
|
3971
|
+
export namespace description_105 {
|
|
3966
3972
|
let $ref_433: string;
|
|
3967
3973
|
export { $ref_433 as $ref };
|
|
3968
|
-
let
|
|
3969
|
-
export {
|
|
3974
|
+
let description_106: string;
|
|
3975
|
+
export { description_106 as description };
|
|
3970
3976
|
}
|
|
3971
|
-
export {
|
|
3977
|
+
export { description_105 as description };
|
|
3972
3978
|
export namespace display_7 {
|
|
3973
3979
|
let $ref_434: string;
|
|
3974
3980
|
export { $ref_434 as $ref };
|
|
@@ -4032,8 +4038,8 @@ declare namespace definitions {
|
|
|
4032
4038
|
export namespace info {
|
|
4033
4039
|
let $ref_446: string;
|
|
4034
4040
|
export { $ref_446 as $ref };
|
|
4035
|
-
let
|
|
4036
|
-
export {
|
|
4041
|
+
let description_107: string;
|
|
4042
|
+
export { description_107 as description };
|
|
4037
4043
|
}
|
|
4038
4044
|
export namespace justifyContent_7 {
|
|
4039
4045
|
let $ref_447: string;
|
|
@@ -4048,8 +4054,8 @@ declare namespace definitions {
|
|
|
4048
4054
|
export namespace label {
|
|
4049
4055
|
let $ref_449: string;
|
|
4050
4056
|
export { $ref_449 as $ref };
|
|
4051
|
-
let
|
|
4052
|
-
export {
|
|
4057
|
+
let description_108: string;
|
|
4058
|
+
export { description_108 as description };
|
|
4053
4059
|
}
|
|
4054
4060
|
export namespace m_7 {
|
|
4055
4061
|
let $ref_450: string;
|
|
@@ -4170,8 +4176,8 @@ declare namespace definitions {
|
|
|
4170
4176
|
type?: undefined;
|
|
4171
4177
|
})[];
|
|
4172
4178
|
export { anyOf_81 as anyOf };
|
|
4173
|
-
let
|
|
4174
|
-
export {
|
|
4179
|
+
let description_109: string;
|
|
4180
|
+
export { description_109 as description };
|
|
4175
4181
|
}
|
|
4176
4182
|
export { required_14 as required };
|
|
4177
4183
|
export namespace rounded_7 {
|
|
@@ -4223,8 +4229,8 @@ declare namespace definitions {
|
|
|
4223
4229
|
export { properties_14 as properties };
|
|
4224
4230
|
let required_15: string[];
|
|
4225
4231
|
export { required_15 as required };
|
|
4226
|
-
let
|
|
4227
|
-
export {
|
|
4232
|
+
let type_32: string;
|
|
4233
|
+
export { type_32 as type };
|
|
4228
4234
|
}
|
|
4229
4235
|
namespace ProteusGroup {
|
|
4230
4236
|
let additionalProperties_16: boolean;
|
|
@@ -4251,8 +4257,8 @@ declare namespace definitions {
|
|
|
4251
4257
|
const?: undefined;
|
|
4252
4258
|
})[];
|
|
4253
4259
|
export { anyOf_82 as anyOf };
|
|
4254
|
-
let
|
|
4255
|
-
export {
|
|
4260
|
+
let description_110: string;
|
|
4261
|
+
export { description_110 as description };
|
|
4256
4262
|
}
|
|
4257
4263
|
export { alignItems_8 as alignItems };
|
|
4258
4264
|
export namespace alignSelf_8 {
|
|
@@ -4339,8 +4345,8 @@ declare namespace definitions {
|
|
|
4339
4345
|
const?: undefined;
|
|
4340
4346
|
})[];
|
|
4341
4347
|
export { anyOf_83 as anyOf };
|
|
4342
|
-
let
|
|
4343
|
-
export {
|
|
4348
|
+
let description_111: string;
|
|
4349
|
+
export { description_111 as description };
|
|
4344
4350
|
}
|
|
4345
4351
|
export { flexDirection_8 as flexDirection };
|
|
4346
4352
|
export namespace flexWrap_8 {
|
|
@@ -4557,8 +4563,8 @@ declare namespace definitions {
|
|
|
4557
4563
|
export { properties_15 as properties };
|
|
4558
4564
|
let required_16: string[];
|
|
4559
4565
|
export { required_16 as required };
|
|
4560
|
-
let
|
|
4561
|
-
export {
|
|
4566
|
+
let type_33: string;
|
|
4567
|
+
export { type_33 as type };
|
|
4562
4568
|
}
|
|
4563
4569
|
namespace ProteusHeading {
|
|
4564
4570
|
let additionalProperties_17: boolean;
|
|
@@ -4724,8 +4730,8 @@ declare namespace definitions {
|
|
|
4724
4730
|
const?: undefined;
|
|
4725
4731
|
})[];
|
|
4726
4732
|
export { anyOf_84 as anyOf };
|
|
4727
|
-
let
|
|
4728
|
-
export {
|
|
4733
|
+
let description_112: string;
|
|
4734
|
+
export { description_112 as description };
|
|
4729
4735
|
}
|
|
4730
4736
|
export namespace m_9 {
|
|
4731
4737
|
let $ref_566: string;
|
|
@@ -4886,8 +4892,8 @@ declare namespace definitions {
|
|
|
4886
4892
|
export { properties_16 as properties };
|
|
4887
4893
|
let required_17: string[];
|
|
4888
4894
|
export { required_17 as required };
|
|
4889
|
-
let
|
|
4890
|
-
export {
|
|
4895
|
+
let type_34: string;
|
|
4896
|
+
export { type_34 as type };
|
|
4891
4897
|
}
|
|
4892
4898
|
namespace ProteusIconCalendar {
|
|
4893
4899
|
let additionalProperties_18: boolean;
|
|
@@ -5192,8 +5198,8 @@ declare namespace definitions {
|
|
|
5192
5198
|
export { properties_17 as properties };
|
|
5193
5199
|
let required_18: string[];
|
|
5194
5200
|
export { required_18 as required };
|
|
5195
|
-
let
|
|
5196
|
-
export {
|
|
5201
|
+
let type_35: string;
|
|
5202
|
+
export { type_35 as type };
|
|
5197
5203
|
}
|
|
5198
5204
|
namespace ProteusImage {
|
|
5199
5205
|
let additionalProperties_19: boolean;
|
|
@@ -5509,8 +5515,8 @@ declare namespace definitions {
|
|
|
5509
5515
|
$ref?: undefined;
|
|
5510
5516
|
})[];
|
|
5511
5517
|
export { anyOf_85 as anyOf };
|
|
5512
|
-
let
|
|
5513
|
-
export {
|
|
5518
|
+
let description_113: string;
|
|
5519
|
+
export { description_113 as description };
|
|
5514
5520
|
}
|
|
5515
5521
|
export namespace src_1 {
|
|
5516
5522
|
let anyOf_86: ({
|
|
@@ -5521,16 +5527,16 @@ declare namespace definitions {
|
|
|
5521
5527
|
$ref?: undefined;
|
|
5522
5528
|
})[];
|
|
5523
5529
|
export { anyOf_86 as anyOf };
|
|
5524
|
-
let
|
|
5525
|
-
export {
|
|
5530
|
+
let description_114: string;
|
|
5531
|
+
export { description_114 as description };
|
|
5526
5532
|
}
|
|
5527
5533
|
export { src_1 as src };
|
|
5528
5534
|
}
|
|
5529
5535
|
export { properties_18 as properties };
|
|
5530
5536
|
let required_19: string[];
|
|
5531
5537
|
export { required_19 as required };
|
|
5532
|
-
let
|
|
5533
|
-
export {
|
|
5538
|
+
let type_36: string;
|
|
5539
|
+
export { type_36 as type };
|
|
5534
5540
|
}
|
|
5535
5541
|
namespace ProteusImageCarousel {
|
|
5536
5542
|
let additionalProperties_20: boolean;
|
|
@@ -5580,8 +5586,8 @@ declare namespace definitions {
|
|
|
5580
5586
|
type?: undefined;
|
|
5581
5587
|
})[];
|
|
5582
5588
|
export { anyOf_87 as anyOf };
|
|
5583
|
-
let
|
|
5584
|
-
export {
|
|
5589
|
+
let description_115: string;
|
|
5590
|
+
export { description_115 as description };
|
|
5585
5591
|
}
|
|
5586
5592
|
export namespace title_1 {
|
|
5587
5593
|
let anyOf_88: ({
|
|
@@ -5592,16 +5598,16 @@ declare namespace definitions {
|
|
|
5592
5598
|
$ref?: undefined;
|
|
5593
5599
|
})[];
|
|
5594
5600
|
export { anyOf_88 as anyOf };
|
|
5595
|
-
let
|
|
5596
|
-
export {
|
|
5601
|
+
let description_116: string;
|
|
5602
|
+
export { description_116 as description };
|
|
5597
5603
|
}
|
|
5598
5604
|
export { title_1 as title };
|
|
5599
5605
|
}
|
|
5600
5606
|
export { properties_19 as properties };
|
|
5601
5607
|
let required_20: string[];
|
|
5602
5608
|
export { required_20 as required };
|
|
5603
|
-
let
|
|
5604
|
-
export {
|
|
5609
|
+
let type_37: string;
|
|
5610
|
+
export { type_37 as type };
|
|
5605
5611
|
}
|
|
5606
5612
|
namespace ProteusInput {
|
|
5607
5613
|
let additionalProperties_21: boolean;
|
|
@@ -5621,15 +5627,15 @@ declare namespace definitions {
|
|
|
5621
5627
|
export namespace addonAfter_1 {
|
|
5622
5628
|
let $ref_713: string;
|
|
5623
5629
|
export { $ref_713 as $ref };
|
|
5624
|
-
let
|
|
5625
|
-
export {
|
|
5630
|
+
let description_117: string;
|
|
5631
|
+
export { description_117 as description };
|
|
5626
5632
|
}
|
|
5627
5633
|
export { addonAfter_1 as addonAfter };
|
|
5628
5634
|
export namespace addonBefore_1 {
|
|
5629
5635
|
let $ref_714: string;
|
|
5630
5636
|
export { $ref_714 as $ref };
|
|
5631
|
-
let
|
|
5632
|
-
export {
|
|
5637
|
+
let description_118: string;
|
|
5638
|
+
export { description_118 as description };
|
|
5633
5639
|
}
|
|
5634
5640
|
export { addonBefore_1 as addonBefore };
|
|
5635
5641
|
export namespace alignItems_12 {
|
|
@@ -5656,8 +5662,8 @@ declare namespace definitions {
|
|
|
5656
5662
|
const?: undefined;
|
|
5657
5663
|
})[];
|
|
5658
5664
|
export { anyOf_89 as anyOf };
|
|
5659
|
-
let
|
|
5660
|
-
export {
|
|
5665
|
+
let description_119: string;
|
|
5666
|
+
export { description_119 as description };
|
|
5661
5667
|
}
|
|
5662
5668
|
export { appearance_2 as appearance };
|
|
5663
5669
|
export namespace autoFocus {
|
|
@@ -5669,8 +5675,8 @@ declare namespace definitions {
|
|
|
5669
5675
|
type?: undefined;
|
|
5670
5676
|
})[];
|
|
5671
5677
|
export { anyOf_90 as anyOf };
|
|
5672
|
-
let
|
|
5673
|
-
export {
|
|
5678
|
+
let description_120: string;
|
|
5679
|
+
export { description_120 as description };
|
|
5674
5680
|
}
|
|
5675
5681
|
export namespace backgroundImage_12 {
|
|
5676
5682
|
let $ref_718: string;
|
|
@@ -5846,8 +5852,8 @@ declare namespace definitions {
|
|
|
5846
5852
|
type?: undefined;
|
|
5847
5853
|
})[];
|
|
5848
5854
|
export { anyOf_91 as anyOf };
|
|
5849
|
-
let
|
|
5850
|
-
export {
|
|
5855
|
+
let description_121: string;
|
|
5856
|
+
export { description_121 as description };
|
|
5851
5857
|
}
|
|
5852
5858
|
export { name_2 as name };
|
|
5853
5859
|
export namespace objectFit_12 {
|
|
@@ -5894,8 +5900,8 @@ declare namespace definitions {
|
|
|
5894
5900
|
type?: undefined;
|
|
5895
5901
|
})[];
|
|
5896
5902
|
export { anyOf_92 as anyOf };
|
|
5897
|
-
let
|
|
5898
|
-
export {
|
|
5903
|
+
let description_122: string;
|
|
5904
|
+
export { description_122 as description };
|
|
5899
5905
|
}
|
|
5900
5906
|
export namespace placeItems_12 {
|
|
5901
5907
|
let $ref_758: string;
|
|
@@ -5936,8 +5942,8 @@ declare namespace definitions {
|
|
|
5936
5942
|
type?: undefined;
|
|
5937
5943
|
})[];
|
|
5938
5944
|
export { anyOf_93 as anyOf };
|
|
5939
|
-
let
|
|
5940
|
-
export {
|
|
5945
|
+
let description_123: string;
|
|
5946
|
+
export { description_123 as description };
|
|
5941
5947
|
}
|
|
5942
5948
|
export { required_21 as required };
|
|
5943
5949
|
export namespace rounded_12 {
|
|
@@ -5965,7 +5971,7 @@ declare namespace definitions {
|
|
|
5965
5971
|
export { $ref_768 as $ref };
|
|
5966
5972
|
}
|
|
5967
5973
|
export { transition_12 as transition };
|
|
5968
|
-
export namespace
|
|
5974
|
+
export namespace type_38 {
|
|
5969
5975
|
let anyOf_94: ({
|
|
5970
5976
|
const: string;
|
|
5971
5977
|
type?: undefined;
|
|
@@ -5980,10 +5986,10 @@ declare namespace definitions {
|
|
|
5980
5986
|
type?: undefined;
|
|
5981
5987
|
})[];
|
|
5982
5988
|
export { anyOf_94 as anyOf };
|
|
5983
|
-
let
|
|
5984
|
-
export {
|
|
5989
|
+
let description_124: string;
|
|
5990
|
+
export { description_124 as description };
|
|
5985
5991
|
}
|
|
5986
|
-
export {
|
|
5992
|
+
export { type_38 as type };
|
|
5987
5993
|
export namespace w_12 {
|
|
5988
5994
|
let $ref_769: string;
|
|
5989
5995
|
export { $ref_769 as $ref };
|
|
@@ -6003,8 +6009,8 @@ declare namespace definitions {
|
|
|
6003
6009
|
export { properties_20 as properties };
|
|
6004
6010
|
let required_22: string[];
|
|
6005
6011
|
export { required_22 as required };
|
|
6006
|
-
let
|
|
6007
|
-
export {
|
|
6012
|
+
let type_39: string;
|
|
6013
|
+
export { type_39 as type };
|
|
6008
6014
|
}
|
|
6009
6015
|
namespace ProteusLink {
|
|
6010
6016
|
let additionalProperties_22: boolean;
|
|
@@ -6160,8 +6166,8 @@ declare namespace definitions {
|
|
|
6160
6166
|
type?: undefined;
|
|
6161
6167
|
})[];
|
|
6162
6168
|
export { anyOf_95 as anyOf };
|
|
6163
|
-
let
|
|
6164
|
-
export {
|
|
6169
|
+
let description_125: string;
|
|
6170
|
+
export { description_125 as description };
|
|
6165
6171
|
}
|
|
6166
6172
|
export { href_1 as href };
|
|
6167
6173
|
export namespace justifyContent_13 {
|
|
@@ -6333,8 +6339,8 @@ declare namespace definitions {
|
|
|
6333
6339
|
export { properties_21 as properties };
|
|
6334
6340
|
let required_23: string[];
|
|
6335
6341
|
export { required_23 as required };
|
|
6336
|
-
let
|
|
6337
|
-
export {
|
|
6342
|
+
let type_40: string;
|
|
6343
|
+
export { type_40 as type };
|
|
6338
6344
|
}
|
|
6339
6345
|
namespace ProteusMap {
|
|
6340
6346
|
let additionalProperties_23: boolean;
|
|
@@ -6357,28 +6363,28 @@ declare namespace definitions {
|
|
|
6357
6363
|
export namespace children_12 {
|
|
6358
6364
|
let $ref_831: string;
|
|
6359
6365
|
export { $ref_831 as $ref };
|
|
6360
|
-
let
|
|
6361
|
-
export {
|
|
6366
|
+
let description_126: string;
|
|
6367
|
+
export { description_126 as description };
|
|
6362
6368
|
}
|
|
6363
6369
|
export { children_12 as children };
|
|
6364
6370
|
export namespace path {
|
|
6365
|
-
let
|
|
6366
|
-
export {
|
|
6367
|
-
let
|
|
6368
|
-
export {
|
|
6371
|
+
let description_127: string;
|
|
6372
|
+
export { description_127 as description };
|
|
6373
|
+
let type_41: string;
|
|
6374
|
+
export { type_41 as type };
|
|
6369
6375
|
}
|
|
6370
6376
|
export namespace separator {
|
|
6371
6377
|
let $ref_832: string;
|
|
6372
6378
|
export { $ref_832 as $ref };
|
|
6373
|
-
let
|
|
6374
|
-
export {
|
|
6379
|
+
let description_128: string;
|
|
6380
|
+
export { description_128 as description };
|
|
6375
6381
|
}
|
|
6376
6382
|
}
|
|
6377
6383
|
export { properties_22 as properties };
|
|
6378
6384
|
let required_24: string[];
|
|
6379
6385
|
export { required_24 as required };
|
|
6380
|
-
let
|
|
6381
|
-
export {
|
|
6386
|
+
let type_42: string;
|
|
6387
|
+
export { type_42 as type };
|
|
6382
6388
|
}
|
|
6383
6389
|
namespace ProteusMapIndex {
|
|
6384
6390
|
let additionalProperties_24: boolean;
|
|
@@ -6397,8 +6403,8 @@ declare namespace definitions {
|
|
|
6397
6403
|
export { properties_23 as properties };
|
|
6398
6404
|
let required_25: string[];
|
|
6399
6405
|
export { required_25 as required };
|
|
6400
|
-
let
|
|
6401
|
-
export {
|
|
6406
|
+
let type_43: string;
|
|
6407
|
+
export { type_43 as type };
|
|
6402
6408
|
}
|
|
6403
6409
|
namespace ProteusQuestion {
|
|
6404
6410
|
let additionalProperties_25: boolean;
|
|
@@ -6412,15 +6418,15 @@ declare namespace definitions {
|
|
|
6412
6418
|
export namespace questions {
|
|
6413
6419
|
let $ref_833: string;
|
|
6414
6420
|
export { $ref_833 as $ref };
|
|
6415
|
-
let
|
|
6416
|
-
export {
|
|
6421
|
+
let description_129: string;
|
|
6422
|
+
export { description_129 as description };
|
|
6417
6423
|
}
|
|
6418
6424
|
}
|
|
6419
6425
|
export { properties_24 as properties };
|
|
6420
6426
|
let required_26: string[];
|
|
6421
6427
|
export { required_26 as required };
|
|
6422
|
-
let
|
|
6423
|
-
export {
|
|
6428
|
+
let type_44: string;
|
|
6429
|
+
export { type_44 as type };
|
|
6424
6430
|
}
|
|
6425
6431
|
namespace ProteusRange {
|
|
6426
6432
|
let additionalProperties_26: boolean;
|
|
@@ -6579,8 +6585,8 @@ declare namespace definitions {
|
|
|
6579
6585
|
}
|
|
6580
6586
|
export { m_14 as m };
|
|
6581
6587
|
export namespace marks {
|
|
6582
|
-
let
|
|
6583
|
-
export {
|
|
6588
|
+
let description_130: string;
|
|
6589
|
+
export { description_130 as description };
|
|
6584
6590
|
export namespace items_3 {
|
|
6585
6591
|
let anyOf_96: ({
|
|
6586
6592
|
type: string;
|
|
@@ -6605,8 +6611,8 @@ declare namespace definitions {
|
|
|
6605
6611
|
export { anyOf_96 as anyOf };
|
|
6606
6612
|
}
|
|
6607
6613
|
export { items_3 as items };
|
|
6608
|
-
let
|
|
6609
|
-
export {
|
|
6614
|
+
let type_45: string;
|
|
6615
|
+
export { type_45 as type };
|
|
6610
6616
|
}
|
|
6611
6617
|
export namespace max {
|
|
6612
6618
|
let anyOf_97: ({
|
|
@@ -6617,8 +6623,8 @@ declare namespace definitions {
|
|
|
6617
6623
|
type?: undefined;
|
|
6618
6624
|
})[];
|
|
6619
6625
|
export { anyOf_97 as anyOf };
|
|
6620
|
-
let
|
|
6621
|
-
export {
|
|
6626
|
+
let description_131: string;
|
|
6627
|
+
export { description_131 as description };
|
|
6622
6628
|
}
|
|
6623
6629
|
export namespace maxH_14 {
|
|
6624
6630
|
let $ref_862: string;
|
|
@@ -6644,8 +6650,8 @@ declare namespace definitions {
|
|
|
6644
6650
|
type?: undefined;
|
|
6645
6651
|
})[];
|
|
6646
6652
|
export { anyOf_98 as anyOf };
|
|
6647
|
-
let
|
|
6648
|
-
export {
|
|
6653
|
+
let description_132: string;
|
|
6654
|
+
export { description_132 as description };
|
|
6649
6655
|
}
|
|
6650
6656
|
export namespace ml_14 {
|
|
6651
6657
|
let $ref_865: string;
|
|
@@ -6756,8 +6762,8 @@ declare namespace definitions {
|
|
|
6756
6762
|
type?: undefined;
|
|
6757
6763
|
})[];
|
|
6758
6764
|
export { anyOf_99 as anyOf };
|
|
6759
|
-
let
|
|
6760
|
-
export {
|
|
6765
|
+
let description_133: string;
|
|
6766
|
+
export { description_133 as description };
|
|
6761
6767
|
}
|
|
6762
6768
|
export namespace textAlign_14 {
|
|
6763
6769
|
let $ref_885: string;
|
|
@@ -6793,8 +6799,8 @@ declare namespace definitions {
|
|
|
6793
6799
|
export { properties_25 as properties };
|
|
6794
6800
|
let required_27: string[];
|
|
6795
6801
|
export { required_27 as required };
|
|
6796
|
-
let
|
|
6797
|
-
export {
|
|
6802
|
+
let type_46: string;
|
|
6803
|
+
export { type_46 as type };
|
|
6798
6804
|
}
|
|
6799
6805
|
namespace ProteusSelect {
|
|
6800
6806
|
let additionalProperties_27: boolean;
|
|
@@ -6835,40 +6841,40 @@ declare namespace definitions {
|
|
|
6835
6841
|
type?: undefined;
|
|
6836
6842
|
})[];
|
|
6837
6843
|
export { anyOf_100 as anyOf };
|
|
6838
|
-
let
|
|
6839
|
-
export {
|
|
6844
|
+
let description_134: string;
|
|
6845
|
+
export { description_134 as description };
|
|
6840
6846
|
}
|
|
6841
6847
|
export { name_3 as name };
|
|
6842
6848
|
export namespace options {
|
|
6843
|
-
let
|
|
6844
|
-
export {
|
|
6849
|
+
let description_135: string;
|
|
6850
|
+
export { description_135 as description };
|
|
6845
6851
|
export namespace items_4 {
|
|
6846
6852
|
let additionalProperties_28: boolean;
|
|
6847
6853
|
export { additionalProperties_28 as additionalProperties };
|
|
6848
6854
|
export namespace properties_27 {
|
|
6849
6855
|
export namespace label_1 {
|
|
6850
|
-
let description_135: string;
|
|
6851
|
-
export { description_135 as description };
|
|
6852
|
-
let type_46: string;
|
|
6853
|
-
export { type_46 as type };
|
|
6854
|
-
}
|
|
6855
|
-
export { label_1 as label };
|
|
6856
|
-
export namespace value {
|
|
6857
6856
|
let description_136: string;
|
|
6858
6857
|
export { description_136 as description };
|
|
6859
6858
|
let type_47: string;
|
|
6860
6859
|
export { type_47 as type };
|
|
6861
6860
|
}
|
|
6861
|
+
export { label_1 as label };
|
|
6862
|
+
export namespace value {
|
|
6863
|
+
let description_137: string;
|
|
6864
|
+
export { description_137 as description };
|
|
6865
|
+
let type_48: string;
|
|
6866
|
+
export { type_48 as type };
|
|
6867
|
+
}
|
|
6862
6868
|
}
|
|
6863
6869
|
export { properties_27 as properties };
|
|
6864
6870
|
let required_28: string[];
|
|
6865
6871
|
export { required_28 as required };
|
|
6866
|
-
let
|
|
6867
|
-
export {
|
|
6872
|
+
let type_49: string;
|
|
6873
|
+
export { type_49 as type };
|
|
6868
6874
|
}
|
|
6869
6875
|
export { items_4 as items };
|
|
6870
|
-
let
|
|
6871
|
-
export {
|
|
6876
|
+
let type_50: string;
|
|
6877
|
+
export { type_50 as type };
|
|
6872
6878
|
}
|
|
6873
6879
|
export namespace required_29 {
|
|
6874
6880
|
let anyOf_101: ({
|
|
@@ -6879,16 +6885,16 @@ declare namespace definitions {
|
|
|
6879
6885
|
type?: undefined;
|
|
6880
6886
|
})[];
|
|
6881
6887
|
export { anyOf_101 as anyOf };
|
|
6882
|
-
let
|
|
6883
|
-
export {
|
|
6888
|
+
let description_138: string;
|
|
6889
|
+
export { description_138 as description };
|
|
6884
6890
|
}
|
|
6885
6891
|
export { required_29 as required };
|
|
6886
6892
|
}
|
|
6887
6893
|
export { properties_26 as properties };
|
|
6888
6894
|
let required_30: string[];
|
|
6889
6895
|
export { required_30 as required };
|
|
6890
|
-
let
|
|
6891
|
-
export {
|
|
6896
|
+
let type_51: string;
|
|
6897
|
+
export { type_51 as type };
|
|
6892
6898
|
}
|
|
6893
6899
|
namespace ProteusSelectContent {
|
|
6894
6900
|
let additionalProperties_29: boolean;
|
|
@@ -7188,8 +7194,8 @@ declare namespace definitions {
|
|
|
7188
7194
|
export { properties_28 as properties };
|
|
7189
7195
|
let required_31: string[];
|
|
7190
7196
|
export { required_31 as required };
|
|
7191
|
-
let
|
|
7192
|
-
export {
|
|
7197
|
+
let type_52: string;
|
|
7198
|
+
export { type_52 as type };
|
|
7193
7199
|
}
|
|
7194
7200
|
namespace ProteusSelectTrigger {
|
|
7195
7201
|
let additionalProperties_30: boolean;
|
|
@@ -7494,8 +7500,8 @@ declare namespace definitions {
|
|
|
7494
7500
|
export { properties_29 as properties };
|
|
7495
7501
|
let required_32: string[];
|
|
7496
7502
|
export { required_32 as required };
|
|
7497
|
-
let
|
|
7498
|
-
export {
|
|
7503
|
+
let type_53: string;
|
|
7504
|
+
export { type_53 as type };
|
|
7499
7505
|
}
|
|
7500
7506
|
namespace ProteusSeparator {
|
|
7501
7507
|
let additionalProperties_31: boolean;
|
|
@@ -7800,8 +7806,8 @@ declare namespace definitions {
|
|
|
7800
7806
|
export { properties_30 as properties };
|
|
7801
7807
|
let required_33: string[];
|
|
7802
7808
|
export { required_33 as required };
|
|
7803
|
-
let
|
|
7804
|
-
export {
|
|
7809
|
+
let type_54: string;
|
|
7810
|
+
export { type_54 as type };
|
|
7805
7811
|
}
|
|
7806
7812
|
namespace ProteusShow {
|
|
7807
7813
|
let additionalProperties_32: boolean;
|
|
@@ -7829,8 +7835,8 @@ declare namespace definitions {
|
|
|
7829
7835
|
export namespace children_15 {
|
|
7830
7836
|
let $ref_1065: string;
|
|
7831
7837
|
export { $ref_1065 as $ref };
|
|
7832
|
-
let
|
|
7833
|
-
export {
|
|
7838
|
+
let description_139: string;
|
|
7839
|
+
export { description_139 as description };
|
|
7834
7840
|
}
|
|
7835
7841
|
export { children_15 as children };
|
|
7836
7842
|
export namespace when {
|
|
@@ -7846,15 +7852,15 @@ declare namespace definitions {
|
|
|
7846
7852
|
$ref?: undefined;
|
|
7847
7853
|
})[];
|
|
7848
7854
|
export { anyOf_102 as anyOf };
|
|
7849
|
-
let
|
|
7850
|
-
export {
|
|
7855
|
+
let description_140: string;
|
|
7856
|
+
export { description_140 as description };
|
|
7851
7857
|
}
|
|
7852
7858
|
}
|
|
7853
7859
|
export { properties_31 as properties };
|
|
7854
7860
|
let required_34: string[];
|
|
7855
7861
|
export { required_34 as required };
|
|
7856
|
-
let
|
|
7857
|
-
export {
|
|
7862
|
+
let type_55: string;
|
|
7863
|
+
export { type_55 as type };
|
|
7858
7864
|
}
|
|
7859
7865
|
namespace ProteusSwitch {
|
|
7860
7866
|
let additionalProperties_33: boolean;
|
|
@@ -7940,13 +7946,13 @@ declare namespace definitions {
|
|
|
7940
7946
|
export { $ref_1079 as $ref };
|
|
7941
7947
|
}
|
|
7942
7948
|
export { cursor_18 as cursor };
|
|
7943
|
-
export namespace
|
|
7949
|
+
export namespace description_141 {
|
|
7944
7950
|
let $ref_1080: string;
|
|
7945
7951
|
export { $ref_1080 as $ref };
|
|
7946
|
-
let
|
|
7947
|
-
export {
|
|
7952
|
+
let description_142: string;
|
|
7953
|
+
export { description_142 as description };
|
|
7948
7954
|
}
|
|
7949
|
-
export {
|
|
7955
|
+
export { description_141 as description };
|
|
7950
7956
|
export namespace display_18 {
|
|
7951
7957
|
let $ref_1081: string;
|
|
7952
7958
|
export { $ref_1081 as $ref };
|
|
@@ -8071,8 +8077,8 @@ declare namespace definitions {
|
|
|
8071
8077
|
type?: undefined;
|
|
8072
8078
|
})[];
|
|
8073
8079
|
export { anyOf_103 as anyOf };
|
|
8074
|
-
let
|
|
8075
|
-
export {
|
|
8080
|
+
let description_143: string;
|
|
8081
|
+
export { description_143 as description };
|
|
8076
8082
|
}
|
|
8077
8083
|
export { name_4 as name };
|
|
8078
8084
|
export namespace objectFit_18 {
|
|
@@ -8149,8 +8155,8 @@ declare namespace definitions {
|
|
|
8149
8155
|
type?: undefined;
|
|
8150
8156
|
})[];
|
|
8151
8157
|
export { anyOf_104 as anyOf };
|
|
8152
|
-
let
|
|
8153
|
-
export {
|
|
8158
|
+
let description_144: string;
|
|
8159
|
+
export { description_144 as description };
|
|
8154
8160
|
}
|
|
8155
8161
|
export { required_35 as required };
|
|
8156
8162
|
export namespace rounded_18 {
|
|
@@ -8197,8 +8203,8 @@ declare namespace definitions {
|
|
|
8197
8203
|
export { properties_32 as properties };
|
|
8198
8204
|
let required_36: string[];
|
|
8199
8205
|
export { required_36 as required };
|
|
8200
|
-
let
|
|
8201
|
-
export {
|
|
8206
|
+
let type_56: string;
|
|
8207
|
+
export { type_56 as type };
|
|
8202
8208
|
}
|
|
8203
8209
|
namespace ProteusText {
|
|
8204
8210
|
let additionalProperties_34: boolean;
|
|
@@ -8363,8 +8369,8 @@ declare namespace definitions {
|
|
|
8363
8369
|
const?: undefined;
|
|
8364
8370
|
})[];
|
|
8365
8371
|
export { anyOf_105 as anyOf };
|
|
8366
|
-
let
|
|
8367
|
-
export {
|
|
8372
|
+
let description_145: string;
|
|
8373
|
+
export { description_145 as description };
|
|
8368
8374
|
}
|
|
8369
8375
|
export { lineClamp_1 as lineClamp };
|
|
8370
8376
|
export namespace m_19 {
|
|
@@ -8516,8 +8522,8 @@ declare namespace definitions {
|
|
|
8516
8522
|
type?: undefined;
|
|
8517
8523
|
})[];
|
|
8518
8524
|
export { anyOf_106 as anyOf };
|
|
8519
|
-
let
|
|
8520
|
-
export {
|
|
8525
|
+
let description_146: string;
|
|
8526
|
+
export { description_146 as description };
|
|
8521
8527
|
}
|
|
8522
8528
|
export namespace w_19 {
|
|
8523
8529
|
let $ref_1181: string;
|
|
@@ -8538,8 +8544,8 @@ declare namespace definitions {
|
|
|
8538
8544
|
export { properties_33 as properties };
|
|
8539
8545
|
let required_37: string[];
|
|
8540
8546
|
export { required_37 as required };
|
|
8541
|
-
let
|
|
8542
|
-
export {
|
|
8547
|
+
let type_57: string;
|
|
8548
|
+
export { type_57 as type };
|
|
8543
8549
|
}
|
|
8544
8550
|
namespace ProteusTextarea {
|
|
8545
8551
|
let additionalProperties_35: boolean;
|
|
@@ -8710,8 +8716,8 @@ declare namespace definitions {
|
|
|
8710
8716
|
const?: undefined;
|
|
8711
8717
|
})[];
|
|
8712
8718
|
export { anyOf_107 as anyOf };
|
|
8713
|
-
let
|
|
8714
|
-
export {
|
|
8719
|
+
let description_147: string;
|
|
8720
|
+
export { description_147 as description };
|
|
8715
8721
|
}
|
|
8716
8722
|
export namespace maxW_20 {
|
|
8717
8723
|
let $ref_1213: string;
|
|
@@ -8757,8 +8763,8 @@ declare namespace definitions {
|
|
|
8757
8763
|
type?: undefined;
|
|
8758
8764
|
})[];
|
|
8759
8765
|
export { anyOf_108 as anyOf };
|
|
8760
|
-
let
|
|
8761
|
-
export {
|
|
8766
|
+
let description_148: string;
|
|
8767
|
+
export { description_148 as description };
|
|
8762
8768
|
}
|
|
8763
8769
|
export { name_5 as name };
|
|
8764
8770
|
export namespace objectFit_20 {
|
|
@@ -8805,8 +8811,8 @@ declare namespace definitions {
|
|
|
8805
8811
|
type?: undefined;
|
|
8806
8812
|
})[];
|
|
8807
8813
|
export { anyOf_109 as anyOf };
|
|
8808
|
-
let
|
|
8809
|
-
export {
|
|
8814
|
+
let description_149: string;
|
|
8815
|
+
export { description_149 as description };
|
|
8810
8816
|
}
|
|
8811
8817
|
export { placeholder_1 as placeholder };
|
|
8812
8818
|
export namespace placeItems_20 {
|
|
@@ -8848,8 +8854,8 @@ declare namespace definitions {
|
|
|
8848
8854
|
type?: undefined;
|
|
8849
8855
|
})[];
|
|
8850
8856
|
export { anyOf_110 as anyOf };
|
|
8851
|
-
let
|
|
8852
|
-
export {
|
|
8857
|
+
let description_150: string;
|
|
8858
|
+
export { description_150 as description };
|
|
8853
8859
|
}
|
|
8854
8860
|
export { required_38 as required };
|
|
8855
8861
|
export namespace resize {
|
|
@@ -8861,8 +8867,8 @@ declare namespace definitions {
|
|
|
8861
8867
|
const?: undefined;
|
|
8862
8868
|
})[];
|
|
8863
8869
|
export { anyOf_111 as anyOf };
|
|
8864
|
-
let
|
|
8865
|
-
export {
|
|
8870
|
+
let description_151: string;
|
|
8871
|
+
export { description_151 as description };
|
|
8866
8872
|
}
|
|
8867
8873
|
export namespace rounded_20 {
|
|
8868
8874
|
let $ref_1233: string;
|
|
@@ -8878,8 +8884,8 @@ declare namespace definitions {
|
|
|
8878
8884
|
type?: undefined;
|
|
8879
8885
|
})[];
|
|
8880
8886
|
export { anyOf_112 as anyOf };
|
|
8881
|
-
let
|
|
8882
|
-
export {
|
|
8887
|
+
let description_152: string;
|
|
8888
|
+
export { description_152 as description };
|
|
8883
8889
|
}
|
|
8884
8890
|
export namespace shadow_20 {
|
|
8885
8891
|
let $ref_1234: string;
|
|
@@ -8920,8 +8926,8 @@ declare namespace definitions {
|
|
|
8920
8926
|
export { properties_34 as properties };
|
|
8921
8927
|
let required_39: string[];
|
|
8922
8928
|
export { required_39 as required };
|
|
8923
|
-
let
|
|
8924
|
-
export {
|
|
8929
|
+
let type_58: string;
|
|
8930
|
+
export { type_58 as type };
|
|
8925
8931
|
}
|
|
8926
8932
|
namespace ProteusTime {
|
|
8927
8933
|
let additionalProperties_36: boolean;
|
|
@@ -9011,8 +9017,8 @@ declare namespace definitions {
|
|
|
9011
9017
|
type?: undefined;
|
|
9012
9018
|
})[];
|
|
9013
9019
|
export { anyOf_113 as anyOf };
|
|
9014
|
-
let
|
|
9015
|
-
export {
|
|
9020
|
+
let description_153: string;
|
|
9021
|
+
export { description_153 as description };
|
|
9016
9022
|
}
|
|
9017
9023
|
export namespace display_21 {
|
|
9018
9024
|
let $ref_1254: string;
|
|
@@ -9213,8 +9219,8 @@ declare namespace definitions {
|
|
|
9213
9219
|
type?: undefined;
|
|
9214
9220
|
})[];
|
|
9215
9221
|
export { anyOf_114 as anyOf };
|
|
9216
|
-
let
|
|
9217
|
-
export {
|
|
9222
|
+
let description_154: string;
|
|
9223
|
+
export { description_154 as description };
|
|
9218
9224
|
}
|
|
9219
9225
|
export namespace showTime {
|
|
9220
9226
|
let anyOf_115: ({
|
|
@@ -9225,8 +9231,8 @@ declare namespace definitions {
|
|
|
9225
9231
|
type?: undefined;
|
|
9226
9232
|
})[];
|
|
9227
9233
|
export { anyOf_115 as anyOf };
|
|
9228
|
-
let
|
|
9229
|
-
export {
|
|
9234
|
+
let description_155: string;
|
|
9235
|
+
export { description_155 as description };
|
|
9230
9236
|
}
|
|
9231
9237
|
export namespace size_15 {
|
|
9232
9238
|
let $ref_1292: string;
|
|
@@ -9267,8 +9273,8 @@ declare namespace definitions {
|
|
|
9267
9273
|
export { properties_35 as properties };
|
|
9268
9274
|
let required_40: string[];
|
|
9269
9275
|
export { required_40 as required };
|
|
9270
|
-
let
|
|
9271
|
-
export {
|
|
9276
|
+
let type_59: string;
|
|
9277
|
+
export { type_59 as type };
|
|
9272
9278
|
}
|
|
9273
9279
|
namespace ProteusValue {
|
|
9274
9280
|
let additionalProperties_37: boolean;
|
|
@@ -9311,22 +9317,22 @@ declare namespace definitions {
|
|
|
9311
9317
|
enum?: undefined;
|
|
9312
9318
|
})[];
|
|
9313
9319
|
export { anyOf_116 as anyOf };
|
|
9314
|
-
let description_155: string;
|
|
9315
|
-
export { description_155 as description };
|
|
9316
|
-
}
|
|
9317
|
-
export namespace path_1 {
|
|
9318
9320
|
let description_156: string;
|
|
9319
9321
|
export { description_156 as description };
|
|
9320
|
-
|
|
9321
|
-
|
|
9322
|
+
}
|
|
9323
|
+
export namespace path_1 {
|
|
9324
|
+
let description_157: string;
|
|
9325
|
+
export { description_157 as description };
|
|
9326
|
+
let type_60: string;
|
|
9327
|
+
export { type_60 as type };
|
|
9322
9328
|
}
|
|
9323
9329
|
export { path_1 as path };
|
|
9324
9330
|
}
|
|
9325
9331
|
export { properties_36 as properties };
|
|
9326
9332
|
let required_41: string[];
|
|
9327
9333
|
export { required_41 as required };
|
|
9328
|
-
let
|
|
9329
|
-
export {
|
|
9334
|
+
let type_61: string;
|
|
9335
|
+
export { type_61 as type };
|
|
9330
9336
|
}
|
|
9331
9337
|
}
|
|
9332
9338
|
|