@fuaran-ui/conformance 0.6.0 → 0.8.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/corpus/lenient/lenient-transform-source-rowmajor.expected.json +1 -0
- package/corpus/lenient/lenient-transform-source-rowmajor.json +1 -0
- package/corpus/lenient/lenient-transform-source-state-rows.expected.json +1 -0
- package/corpus/lenient/lenient-transform-source-state-rows.json +1 -0
- package/corpus/manifest.json +268 -0
- package/corpus/nodes/badge-transform-live.json +1 -0
- package/corpus/nodes/button-setstate-valuefrom.json +1 -0
- package/corpus/nodes/chart-axis-titles.json +1 -0
- package/corpus/nodes/chart-data-labels.json +1 -0
- package/corpus/nodes/chart-legend-position.json +1 -0
- package/corpus/nodes/chart-temporal-x.json +1 -0
- package/corpus/nodes/chart-value-format.json +1 -0
- package/corpus/nodes/composite-root.json +1 -1
- package/corpus/nodes/composite-tabs-panels.json +1 -0
- package/corpus/nodes/controls-closure.json +1 -1
- package/corpus/nodes/controls-declarative.json +1 -1
- package/corpus/nodes/drawing-rotated-labels.json +1 -0
- package/corpus/nodes/drawing-tipped-shapes.json +1 -0
- package/corpus/nodes/grid-bound-sort.json +1 -0
- package/corpus/nodes/grid-declared-edit.json +1 -0
- package/corpus/nodes/grid-paged-sorted.json +1 -0
- package/corpus/nodes/grid-paged.json +1 -0
- package/corpus/nodes/grid-sort-state-key.json +1 -0
- package/corpus/nodes/icon-1.json +1 -0
- package/corpus/nodes/link-protected-1.json +1 -0
- package/corpus/nodes/metric-duration-1.json +1 -0
- package/corpus/nodes/step-1.json +1 -1
- package/corpus/nodes/table-sortable-1.json +1 -0
- package/corpus/ops/op-replaceroot.json +1 -1
- package/corpus/reject/reject-nearmiss-column-readonly.json +1 -0
- package/corpus/reject/reject-nearmiss-grid-behaviour-record.json +1 -0
- package/corpus/reject/reject-nearmiss-grid-current-page.json +1 -0
- package/corpus/reject/reject-nearmiss-grid-sortable.json +1 -0
- package/corpus/reject/reject-setstate-value-and-valuefrom.json +1 -0
- package/corpus/reject/reject-transform-source-empty-wrapper.json +1 -0
- package/corpus/reject/reject-unknown-link-protection.json +1 -0
- package/corpus/reject/reject-unknown-static-sort-direction.json +1 -0
- package/corpus/reject/reject-wrongtype-grid-default-sort-column.json +1 -0
- package/corpus/reject/reject-wrongtype-grid-page-size-zero.json +1 -0
- package/corpus/reject/reject-wrongtype-static-sort-column.json +1 -0
- package/corpus/schema.json +332 -16
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"len-tf-rowmajor","kind":{"$type":"DataGrid","columns":[{"field":"dept","kind":{"$type":"Text"},"label":"Dept"}],"rowKeyField":"dept","source":{"$type":"Transform","pipeline":[],"source":{"columns":{"amount":{"validity":[true,true],"values":[100,200]},"dept":{"validity":[true,true],"values":["ops","eng"]}},"schema":[{"name":"amount","type":"int"},{"name":"dept","type":"string"}]}}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"len-tf-rowmajor","kind":{"$type":"DataGrid","columns":[{"field":"dept","kind":{"$type":"Text"},"label":"Dept"}],"rowKeyField":"dept","source":{"$type":"Transform","pipeline":[],"source":[{"dept":"ops","amount":100},{"dept":"eng","amount":200}]}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"len-tf-state-rows","kind":{"$type":"Badge","label":{"$type":"Bound","binding":{"$type":"Transform","pipeline":[],"source":{"$type":"State","defaultValue":[{"dept":"ops","waitMins":12},{"dept":"eng","waitMins":31}],"key":"waitTimes"}}},"variant":"Neutral"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"len-tf-state-rows","kind":{"$type":"Badge","label":{"$type":"Bound","binding":{"$type":"Transform","pipeline":[],"source":{"$type":"State","defaultValue":[{"dept":"ops","waitMins":12},{"dept":"eng","waitMins":31}],"key":"waitTimes"}}},"variant":"Neutral"}}
|
package/corpus/manifest.json
CHANGED
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"FragmentDecl",
|
|
23
23
|
"FragmentRef",
|
|
24
24
|
"Heading",
|
|
25
|
+
"Icon",
|
|
25
26
|
"Image",
|
|
26
27
|
"LabelValueRow",
|
|
27
28
|
"Link",
|
|
@@ -826,6 +827,22 @@
|
|
|
826
827
|
"expectedFile": "lenient/lenient-transform-schemaless.expected.json",
|
|
827
828
|
"description": "fuaran-core#88 — an embedded Transform source may omit schema; column types infer from the cells (int/float/bool/string only)"
|
|
828
829
|
},
|
|
830
|
+
{
|
|
831
|
+
"id": "lenient-transform-source-rowmajor",
|
|
832
|
+
"kind": "lenient-accept",
|
|
833
|
+
"decoder": "node",
|
|
834
|
+
"inputFile": "lenient/lenient-transform-source-rowmajor.json",
|
|
835
|
+
"expectedFile": "lenient/lenient-transform-source-rowmajor.expected.json",
|
|
836
|
+
"description": "fuaran#815 — ROW-MAJOR Transform source (an array of row objects) transposes to canonical columnar: first-row key set, absent cells null"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"id": "lenient-transform-source-state-rows",
|
|
840
|
+
"kind": "lenient-accept",
|
|
841
|
+
"decoder": "node",
|
|
842
|
+
"inputFile": "lenient/lenient-transform-source-state-rows.json",
|
|
843
|
+
"expectedFile": "lenient/lenient-transform-source-state-rows.expected.json",
|
|
844
|
+
"description": "fuaran#815/fuaran#818 — the Tier-D pilot shape: a State binding as the Transform source is preserved as a LIVE source (subscription semantics; the carried defaultValue is the initial snapshot) and round-trips byte-for-byte — the canonical spelling, not a shorthand"
|
|
845
|
+
},
|
|
829
846
|
{
|
|
830
847
|
"id": "lenient-transform-step-aliases",
|
|
831
848
|
"kind": "lenient-accept",
|
|
@@ -858,6 +875,14 @@
|
|
|
858
875
|
"expectedFile": "nodes/badge-1.json",
|
|
859
876
|
"description": "Display/Badge"
|
|
860
877
|
},
|
|
878
|
+
{
|
|
879
|
+
"id": "badge-transform-live",
|
|
880
|
+
"kind": "node-round-trip",
|
|
881
|
+
"decoder": "node",
|
|
882
|
+
"inputFile": "nodes/badge-transform-live.json",
|
|
883
|
+
"expectedFile": "nodes/badge-transform-live.json",
|
|
884
|
+
"description": "Display/Badge (Phase 818 — LIVE State-sourced Transform: the Tier-D count badge, preserved source + initial snapshot)"
|
|
885
|
+
},
|
|
861
886
|
{
|
|
862
887
|
"id": "boundary-1",
|
|
863
888
|
"kind": "node-round-trip",
|
|
@@ -906,6 +931,14 @@
|
|
|
906
931
|
"expectedFile": "nodes/btn-read-workbook.json",
|
|
907
932
|
"description": "Input/Button (Action.ReadFileBody base64)"
|
|
908
933
|
},
|
|
934
|
+
{
|
|
935
|
+
"id": "button-setstate-valuefrom",
|
|
936
|
+
"kind": "node-round-trip",
|
|
937
|
+
"decoder": "node",
|
|
938
|
+
"inputFile": "nodes/button-setstate-valuefrom.json",
|
|
939
|
+
"expectedFile": "nodes/button-setstate-valuefrom.json",
|
|
940
|
+
"description": "Input/Button (Phase 818 — SetState.valueFrom: a derived state write from the selected row's field)"
|
|
941
|
+
},
|
|
909
942
|
{
|
|
910
943
|
"id": "call-into",
|
|
911
944
|
"kind": "node-round-trip",
|
|
@@ -938,6 +971,30 @@
|
|
|
938
971
|
"expectedFile": "nodes/chart-1.json",
|
|
939
972
|
"description": "Visualisation/Chart"
|
|
940
973
|
},
|
|
974
|
+
{
|
|
975
|
+
"id": "chart-axis-titles",
|
|
976
|
+
"kind": "node-round-trip",
|
|
977
|
+
"decoder": "node",
|
|
978
|
+
"inputFile": "nodes/chart-axis-titles.json",
|
|
979
|
+
"expectedFile": "nodes/chart-axis-titles.json",
|
|
980
|
+
"description": "Visualisation/Chart (Phase 878 — xTitle/yTitle/subtitle: the axis names + the muted subtitle)"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"id": "chart-data-labels",
|
|
984
|
+
"kind": "node-round-trip",
|
|
985
|
+
"decoder": "node",
|
|
986
|
+
"inputFile": "nodes/chart-data-labels.json",
|
|
987
|
+
"expectedFile": "nodes/chart-data-labels.json",
|
|
988
|
+
"description": "Visualisation/Chart (Phase 881 — dataLabels: values written onto the picture)"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"id": "chart-legend-position",
|
|
992
|
+
"kind": "node-round-trip",
|
|
993
|
+
"decoder": "node",
|
|
994
|
+
"inputFile": "nodes/chart-legend-position.json",
|
|
995
|
+
"expectedFile": "nodes/chart-legend-position.json",
|
|
996
|
+
"description": "Visualisation/Chart (Phase 880 — legendPosition: the legend's declared edge)"
|
|
997
|
+
},
|
|
941
998
|
{
|
|
942
999
|
"id": "chart-state-rows",
|
|
943
1000
|
"kind": "node-round-trip",
|
|
@@ -946,6 +1003,22 @@
|
|
|
946
1003
|
"expectedFile": "nodes/chart-state-rows.json",
|
|
947
1004
|
"description": "Visualisation/Chart (Phase 663/665 — chart on the editable grid's state key)"
|
|
948
1005
|
},
|
|
1006
|
+
{
|
|
1007
|
+
"id": "chart-temporal-x",
|
|
1008
|
+
"kind": "node-round-trip",
|
|
1009
|
+
"decoder": "node",
|
|
1010
|
+
"inputFile": "nodes/chart-temporal-x.json",
|
|
1011
|
+
"expectedFile": "nodes/chart-temporal-x.json",
|
|
1012
|
+
"description": "Visualisation/Chart (Phase 882 — xScale: a temporal x-axis over ISO-8601 date cells)"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"id": "chart-value-format",
|
|
1016
|
+
"kind": "node-round-trip",
|
|
1017
|
+
"decoder": "node",
|
|
1018
|
+
"inputFile": "nodes/chart-value-format.json",
|
|
1019
|
+
"expectedFile": "nodes/chart-value-format.json",
|
|
1020
|
+
"description": "Visualisation/Chart (Phase 876 — valueFormat: the value axis's declared number format)"
|
|
1021
|
+
},
|
|
949
1022
|
{
|
|
950
1023
|
"id": "code-1",
|
|
951
1024
|
"kind": "node-round-trip",
|
|
@@ -962,6 +1035,14 @@
|
|
|
962
1035
|
"expectedFile": "nodes/composite-root.json",
|
|
963
1036
|
"description": "Composite (Dashboard ⊃ Card ⊃ Metric + Stack)"
|
|
964
1037
|
},
|
|
1038
|
+
{
|
|
1039
|
+
"id": "composite-tabs-panels",
|
|
1040
|
+
"kind": "node-round-trip",
|
|
1041
|
+
"decoder": "node",
|
|
1042
|
+
"inputFile": "nodes/composite-tabs-panels.json",
|
|
1043
|
+
"expectedFile": "nodes/composite-tabs-panels.json",
|
|
1044
|
+
"description": "Layout/Tabs (composite — containers inside a wrapper, grid panel, pre-filled controls)"
|
|
1045
|
+
},
|
|
965
1046
|
{
|
|
966
1047
|
"id": "controls-closure",
|
|
967
1048
|
"kind": "node-round-trip",
|
|
@@ -1034,6 +1115,22 @@
|
|
|
1034
1115
|
"expectedFile": "nodes/drawing-empty.json",
|
|
1035
1116
|
"description": "Display/Drawing (degenerate — empty)"
|
|
1036
1117
|
},
|
|
1118
|
+
{
|
|
1119
|
+
"id": "drawing-rotated-labels",
|
|
1120
|
+
"kind": "node-round-trip",
|
|
1121
|
+
"decoder": "node",
|
|
1122
|
+
"inputFile": "nodes/drawing-rotated-labels.json",
|
|
1123
|
+
"expectedFile": "nodes/drawing-rotated-labels.json",
|
|
1124
|
+
"description": "Display/Drawing (Phase 877 — rotated Labels, incl. explicit 0 and 2-dp fraction)"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"id": "drawing-tipped-shapes",
|
|
1128
|
+
"kind": "node-round-trip",
|
|
1129
|
+
"decoder": "node",
|
|
1130
|
+
"inputFile": "nodes/drawing-tipped-shapes.json",
|
|
1131
|
+
"expectedFile": "nodes/drawing-tipped-shapes.json",
|
|
1132
|
+
"description": "Display/Drawing (Phase 883 — tipped shapes, incl. hostile text, Bound tip and explicit empty)"
|
|
1133
|
+
},
|
|
1037
1134
|
{
|
|
1038
1135
|
"id": "empty-state-card",
|
|
1039
1136
|
"kind": "node-round-trip",
|
|
@@ -1250,6 +1347,22 @@
|
|
|
1250
1347
|
"expectedFile": "nodes/grid-1.json",
|
|
1251
1348
|
"description": "Visualisation/Grid"
|
|
1252
1349
|
},
|
|
1350
|
+
{
|
|
1351
|
+
"id": "grid-bound-sort",
|
|
1352
|
+
"kind": "node-round-trip",
|
|
1353
|
+
"decoder": "node",
|
|
1354
|
+
"inputFile": "nodes/grid-bound-sort.json",
|
|
1355
|
+
"expectedFile": "nodes/grid-bound-sort.json",
|
|
1356
|
+
"description": "Visualisation/Grid (Phase 861 — bound-path sort: per-column sortable narrowing + a declared initial order)"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"id": "grid-declared-edit",
|
|
1360
|
+
"kind": "node-round-trip",
|
|
1361
|
+
"decoder": "node",
|
|
1362
|
+
"inputFile": "nodes/grid-declared-edit.json",
|
|
1363
|
+
"expectedFile": "nodes/grid-declared-edit.json",
|
|
1364
|
+
"description": "Visualisation/Grid (Phase 863 — declared edit destination + per-column read-only narrowing)"
|
|
1365
|
+
},
|
|
1253
1366
|
{
|
|
1254
1367
|
"id": "grid-editable-state",
|
|
1255
1368
|
"kind": "node-round-trip",
|
|
@@ -1266,6 +1379,30 @@
|
|
|
1266
1379
|
"expectedFile": "nodes/grid-field-named.json",
|
|
1267
1380
|
"description": "Visualisation/Grid (Phase 425 — field-named columns + RowKeyField, closure-free)"
|
|
1268
1381
|
},
|
|
1382
|
+
{
|
|
1383
|
+
"id": "grid-paged",
|
|
1384
|
+
"kind": "node-round-trip",
|
|
1385
|
+
"decoder": "node",
|
|
1386
|
+
"inputFile": "nodes/grid-paged.json",
|
|
1387
|
+
"expectedFile": "nodes/grid-paged.json",
|
|
1388
|
+
"description": "Visualisation/Grid (Phase 862 — pageStateKey + pageSize: declarative pagination, renderer-owned pager)"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"id": "grid-paged-sorted",
|
|
1392
|
+
"kind": "node-round-trip",
|
|
1393
|
+
"decoder": "node",
|
|
1394
|
+
"inputFile": "nodes/grid-paged-sorted.json",
|
|
1395
|
+
"expectedFile": "nodes/grid-paged-sorted.json",
|
|
1396
|
+
"description": "Visualisation/Grid (Phase 862 — paging and sorting composed: two behaviours, two state keys, one rule)"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"id": "grid-sort-state-key",
|
|
1400
|
+
"kind": "node-round-trip",
|
|
1401
|
+
"decoder": "node",
|
|
1402
|
+
"inputFile": "nodes/grid-sort-state-key.json",
|
|
1403
|
+
"expectedFile": "nodes/grid-sort-state-key.json",
|
|
1404
|
+
"description": "Visualisation/Grid (Phase 818 — sortStateKey: the data-bound grid-sort header affordance)"
|
|
1405
|
+
},
|
|
1269
1406
|
{
|
|
1270
1407
|
"id": "grid-toned-pill",
|
|
1271
1408
|
"kind": "node-round-trip",
|
|
@@ -1298,6 +1435,14 @@
|
|
|
1298
1435
|
"expectedFile": "nodes/heading-1.json",
|
|
1299
1436
|
"description": "Display/Heading"
|
|
1300
1437
|
},
|
|
1438
|
+
{
|
|
1439
|
+
"id": "icon-1",
|
|
1440
|
+
"kind": "node-round-trip",
|
|
1441
|
+
"decoder": "node",
|
|
1442
|
+
"inputFile": "nodes/icon-1.json",
|
|
1443
|
+
"expectedFile": "nodes/icon-1.json",
|
|
1444
|
+
"description": "Display/Icon (Phase 821 — decorative, no label, Large)"
|
|
1445
|
+
},
|
|
1301
1446
|
{
|
|
1302
1447
|
"id": "image-1",
|
|
1303
1448
|
"kind": "node-round-trip",
|
|
@@ -1314,6 +1459,14 @@
|
|
|
1314
1459
|
"expectedFile": "nodes/link-1.json",
|
|
1315
1460
|
"description": "Display/Link"
|
|
1316
1461
|
},
|
|
1462
|
+
{
|
|
1463
|
+
"id": "link-protected-1",
|
|
1464
|
+
"kind": "node-round-trip",
|
|
1465
|
+
"decoder": "node",
|
|
1466
|
+
"inputFile": "nodes/link-protected-1.json",
|
|
1467
|
+
"expectedFile": "nodes/link-protected-1.json",
|
|
1468
|
+
"description": "Display/Link (protected email — Phase 812 protection field)"
|
|
1469
|
+
},
|
|
1317
1470
|
{
|
|
1318
1471
|
"id": "list-1",
|
|
1319
1472
|
"kind": "node-round-trip",
|
|
@@ -1386,6 +1539,14 @@
|
|
|
1386
1539
|
"expectedFile": "nodes/metric-1.json",
|
|
1387
1540
|
"description": "Display/Metric"
|
|
1388
1541
|
},
|
|
1542
|
+
{
|
|
1543
|
+
"id": "metric-duration-1",
|
|
1544
|
+
"kind": "node-round-trip",
|
|
1545
|
+
"decoder": "node",
|
|
1546
|
+
"inputFile": "nodes/metric-duration-1.json",
|
|
1547
|
+
"expectedFile": "nodes/metric-duration-1.json",
|
|
1548
|
+
"description": "Display/Metric (Phase 819 — CellFormat.Duration value + cell RelativeTime trend)"
|
|
1549
|
+
},
|
|
1389
1550
|
{
|
|
1390
1551
|
"id": "metric-float-17sig",
|
|
1391
1552
|
"kind": "node-round-trip",
|
|
@@ -1586,6 +1747,14 @@
|
|
|
1586
1747
|
"expectedFile": "nodes/table-1.json",
|
|
1587
1748
|
"description": "Visualisation/Grid (static-table mode — staticRows; absorbed the retired Table kind)"
|
|
1588
1749
|
},
|
|
1750
|
+
{
|
|
1751
|
+
"id": "table-sortable-1",
|
|
1752
|
+
"kind": "node-round-trip",
|
|
1753
|
+
"decoder": "node",
|
|
1754
|
+
"inputFile": "nodes/table-sortable-1.json",
|
|
1755
|
+
"expectedFile": "nodes/table-sortable-1.json",
|
|
1756
|
+
"description": "Visualisation/Grid (Phase 801 — static-table mode declaring sort intent: sortable + defaultSort)"
|
|
1757
|
+
},
|
|
1589
1758
|
{
|
|
1590
1759
|
"id": "tabs-1",
|
|
1591
1760
|
"kind": "node-round-trip",
|
|
@@ -1929,6 +2098,42 @@
|
|
|
1929
2098
|
"expectedPath": "$.kind.stateKey",
|
|
1930
2099
|
"description": "Switch missing stateKey"
|
|
1931
2100
|
},
|
|
2101
|
+
{
|
|
2102
|
+
"id": "reject-nearmiss-column-readonly",
|
|
2103
|
+
"kind": "reject",
|
|
2104
|
+
"decoder": "node",
|
|
2105
|
+
"inputFile": "reject/reject-nearmiss-column-readonly.json",
|
|
2106
|
+
"expectedErrorCode": "WRONG_TYPE",
|
|
2107
|
+
"expectedPath": "$.kind.columns[0].readOnly",
|
|
2108
|
+
"description": "column 'readOnly' — named by the census row itself; deliberately NOT aliased to editable:false, because an inverting alias that guesses wrong makes a read-only column editable (Phase 863)"
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"id": "reject-nearmiss-grid-behaviour-record",
|
|
2112
|
+
"kind": "reject",
|
|
2113
|
+
"decoder": "node",
|
|
2114
|
+
"inputFile": "reject/reject-nearmiss-grid-behaviour-record.json",
|
|
2115
|
+
"expectedErrorCode": "WRONG_TYPE",
|
|
2116
|
+
"expectedPath": "$.kind.behaviour",
|
|
2117
|
+
"description": "grid 'behaviour' record — charter option O1-C, rejected by design: three optional sibling fields, not a nested record (Phase 860 charter / 863)"
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
"id": "reject-nearmiss-grid-current-page",
|
|
2121
|
+
"kind": "reject",
|
|
2122
|
+
"decoder": "node",
|
|
2123
|
+
"inputFile": "reject/reject-nearmiss-grid-current-page.json",
|
|
2124
|
+
"expectedErrorCode": "WRONG_TYPE",
|
|
2125
|
+
"expectedPath": "$.kind.currentPage",
|
|
2126
|
+
"description": "grid 'currentPage' — the sharpest near miss: a LITERAL page number is not expressible, the position lives in State so a pager can move it (Phase 863)"
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"id": "reject-nearmiss-grid-sortable",
|
|
2130
|
+
"kind": "reject",
|
|
2131
|
+
"decoder": "node",
|
|
2132
|
+
"inputFile": "reject/reject-nearmiss-grid-sortable.json",
|
|
2133
|
+
"expectedErrorCode": "WRONG_TYPE",
|
|
2134
|
+
"expectedPath": "$.kind.sortable",
|
|
2135
|
+
"description": "grid-level 'sortable' — the staticRows spelling reached for on the bound path, where sortability is sortStateKey + per-column narrowing (Phase 863)"
|
|
2136
|
+
},
|
|
1932
2137
|
{
|
|
1933
2138
|
"id": "reject-null-action-aitool-args",
|
|
1934
2139
|
"kind": "reject",
|
|
@@ -2037,6 +2242,15 @@
|
|
|
2037
2242
|
"expectedPath": "$.path",
|
|
2038
2243
|
"description": "UpdateProp missing path"
|
|
2039
2244
|
},
|
|
2245
|
+
{
|
|
2246
|
+
"id": "reject-setstate-value-and-valuefrom",
|
|
2247
|
+
"kind": "reject",
|
|
2248
|
+
"decoder": "node",
|
|
2249
|
+
"inputFile": "reject/reject-setstate-value-and-valuefrom.json",
|
|
2250
|
+
"expectedErrorCode": "WRONG_TYPE",
|
|
2251
|
+
"expectedPath": "$.kind.onClick.valueFrom",
|
|
2252
|
+
"description": "SetState carrying BOTH 'value' and 'valueFrom' — exactly one is allowed; the didactic names both fields and how each is used (Phase 818)"
|
|
2253
|
+
},
|
|
2040
2254
|
{
|
|
2041
2255
|
"id": "reject-tonedpill-unknown-tone",
|
|
2042
2256
|
"kind": "reject",
|
|
@@ -2046,6 +2260,15 @@
|
|
|
2046
2260
|
"expectedPath": "$.kind.columns[0].kind.map.Delayed",
|
|
2047
2261
|
"description": "TonedPill tone-map value outside ToneVariant — the message names the seven legal tones (Phase 750)"
|
|
2048
2262
|
},
|
|
2263
|
+
{
|
|
2264
|
+
"id": "reject-transform-source-empty-wrapper",
|
|
2265
|
+
"kind": "reject",
|
|
2266
|
+
"decoder": "node",
|
|
2267
|
+
"inputFile": "reject/reject-transform-source-empty-wrapper.json",
|
|
2268
|
+
"expectedErrorCode": "WRONG_TYPE",
|
|
2269
|
+
"expectedPath": "$.kind.source.source",
|
|
2270
|
+
"description": "fuaran#815 — a State wrapper carrying only a key (no defaultValue/value) is NOT unwrappable: the Transform source stays a binding object and the columnar decode refuses it"
|
|
2271
|
+
},
|
|
2049
2272
|
{
|
|
2050
2273
|
"id": "reject-unknown-binding",
|
|
2051
2274
|
"kind": "reject",
|
|
@@ -2073,6 +2296,15 @@
|
|
|
2073
2296
|
"expectedPath": "$.kind.shapes[0].$type",
|
|
2074
2297
|
"description": "Drawing Shape $type 'Blob' — the closed-shape default-deny (Phase 524)"
|
|
2075
2298
|
},
|
|
2299
|
+
{
|
|
2300
|
+
"id": "reject-unknown-link-protection",
|
|
2301
|
+
"kind": "reject",
|
|
2302
|
+
"decoder": "node",
|
|
2303
|
+
"inputFile": "reject/reject-unknown-link-protection.json",
|
|
2304
|
+
"expectedErrorCode": "UNKNOWN_DU_CASE",
|
|
2305
|
+
"expectedPath": "$.kind.protection",
|
|
2306
|
+
"description": "LinkProtection value 'rot13' — the closed protection DU default-denies (Phase 812)"
|
|
2307
|
+
},
|
|
2076
2308
|
{
|
|
2077
2309
|
"id": "reject-unknown-mount-direction",
|
|
2078
2310
|
"kind": "reject",
|
|
@@ -2082,6 +2314,15 @@
|
|
|
2082
2314
|
"expectedPath": "$.kind.channel.direction",
|
|
2083
2315
|
"description": "Mount ChannelDirection value 'Sideways' (§4o)"
|
|
2084
2316
|
},
|
|
2317
|
+
{
|
|
2318
|
+
"id": "reject-unknown-static-sort-direction",
|
|
2319
|
+
"kind": "reject",
|
|
2320
|
+
"decoder": "node",
|
|
2321
|
+
"inputFile": "reject/reject-unknown-static-sort-direction.json",
|
|
2322
|
+
"expectedErrorCode": "UNKNOWN_DU_CASE",
|
|
2323
|
+
"expectedPath": "$.kind.staticRows.defaultSort.direction",
|
|
2324
|
+
"description": "staticRows defaultSort direction 'sideways' — the closed asc|desc pair default-denies (Phase 801)"
|
|
2325
|
+
},
|
|
2085
2326
|
{
|
|
2086
2327
|
"id": "reject-unknown-textsource",
|
|
2087
2328
|
"kind": "reject",
|
|
@@ -2136,6 +2377,24 @@
|
|
|
2136
2377
|
"expectedPath": "$.kind.text.$type",
|
|
2137
2378
|
"description": "Discriminator under Style is number"
|
|
2138
2379
|
},
|
|
2380
|
+
{
|
|
2381
|
+
"id": "reject-wrongtype-grid-default-sort-column",
|
|
2382
|
+
"kind": "reject",
|
|
2383
|
+
"decoder": "node",
|
|
2384
|
+
"inputFile": "reject/reject-wrongtype-grid-default-sort-column.json",
|
|
2385
|
+
"expectedErrorCode": "WRONG_TYPE",
|
|
2386
|
+
"expectedPath": "$.kind.defaultSort.column",
|
|
2387
|
+
"description": "bound-grid defaultSort column -1 — the same non-negative bound the staticRows spelling carries, same record, same message (Phase 861)"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"id": "reject-wrongtype-grid-page-size-zero",
|
|
2391
|
+
"kind": "reject",
|
|
2392
|
+
"decoder": "node",
|
|
2393
|
+
"inputFile": "reject/reject-wrongtype-grid-page-size-zero.json",
|
|
2394
|
+
"expectedErrorCode": "WRONG_TYPE",
|
|
2395
|
+
"expectedPath": "$.kind.pageSize",
|
|
2396
|
+
"description": "grid pageSize 0 — a page of no rows names no page; the schema says the same with minimum:1 (Phase 862)"
|
|
2397
|
+
},
|
|
2139
2398
|
{
|
|
2140
2399
|
"id": "reject-wrongtype-heading-level",
|
|
2141
2400
|
"kind": "reject",
|
|
@@ -2163,6 +2422,15 @@
|
|
|
2163
2422
|
"expectedPath": "$.kind",
|
|
2164
2423
|
"description": "Node kind is a bare string not an object"
|
|
2165
2424
|
},
|
|
2425
|
+
{
|
|
2426
|
+
"id": "reject-wrongtype-static-sort-column",
|
|
2427
|
+
"kind": "reject",
|
|
2428
|
+
"decoder": "node",
|
|
2429
|
+
"inputFile": "reject/reject-wrongtype-static-sort-column.json",
|
|
2430
|
+
"expectedErrorCode": "WRONG_TYPE",
|
|
2431
|
+
"expectedPath": "$.kind.staticRows.defaultSort.column",
|
|
2432
|
+
"description": "staticRows defaultSort column -1 — a header index is non-negative; the schema says the same with minimum:0 (Phase 801)"
|
|
2433
|
+
},
|
|
2166
2434
|
{
|
|
2167
2435
|
"id": "reject-wrongtype-style-tone",
|
|
2168
2436
|
"kind": "reject",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"badge-transform-live","kind":{"$type":"Badge","label":{"$type":"Bound","binding":{"$type":"Transform","pipeline":[{"$type":"groupBy","aggs":[{"fn":"count","name":"n","of":"medication"}],"keys":[]}],"source":{"$type":"State","defaultValue":[{"medication":"Amoxicillin","quantity":20},{"medication":"Ibuprofen","quantity":50}],"key":"request-log"}}},"variant":"Info"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"button-setstate-valuefrom","kind":{"$type":"Button","label":"Track this order","onClick":{"$type":"SetState","key":"chosen-id","valueFrom":{"$type":"Selection","field":"id","nodeId":"orders-grid"}},"variant":"Secondary"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"chart-axis-titles","kind":{"$type":"Chart","kind":"Bar","source":{"$type":"Static","value":[{"quarter":"Q1","revenue":12500000},{"quarter":"Q2","revenue":15200000}]},"stacked":false,"subtitle":"Millions of £","title":"Revenue by quarter","valueFormat":{"$type":"Currency","isoCode":"GBP"},"xField":"quarter","xTitle":"Quarter","yFields":["revenue"],"yTitle":"Revenue"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"chart-data-labels","kind":{"$type":"Chart","dataLabels":"Ends","kind":"Bar","source":{"$type":"Static","value":[{"quarter":"Q1","revenue":120},{"quarter":"Q2","revenue":150}]},"stacked":false,"title":"Revenue by quarter","xField":"quarter","yFields":["revenue"]}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"chart-legend-position","kind":{"$type":"Chart","kind":"Bar","legendPosition":"Bottom","source":{"$type":"Static","value":[{"region":"North","sales":80,"target":100},{"region":"South","sales":130,"target":110}]},"stacked":false,"title":"Sales vs target","xField":"region","yFields":["sales","target"]}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"chart-temporal-x","kind":{"$type":"Chart","kind":"Line","source":{"$type":"Static","value":[{"day":"2026-01-05","sessions":1200},{"day":"2026-01-12","sessions":1450},{"day":"2026-01-19","sessions":1310},{"day":"2026-01-26","sessions":1580}]},"stacked":false,"title":"Sessions by week","xField":"day","xScale":"Temporal","yFields":["sessions"]}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"chart-value-format","kind":{"$type":"Chart","kind":"Bar","source":{"$type":"Static","value":[{"month":"Jan","revenue":12500000},{"month":"Feb","revenue":15200000}]},"stacked":false,"title":"Revenue","valueFormat":{"$type":"Currency","isoCode":"GBP"},"xField":"month","yFields":["revenue"]}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"id":"composite-root","kind":{"$type":"Box","children":[{"id":"composite-card","kind":{"$type":"Box","children":[{"id":"metric-
|
|
1
|
+
{"id":"composite-root","kind":{"$type":"Box","children":[{"id":"composite-card","kind":{"$type":"Box","children":[{"id":"metric-2","kind":{"$type":"Metric","format":{"$type":"Currency","code":"GBP"},"icon":"trending-up","label":"Revenue","subtext":"vs last month","tone":"Brand","trend":{"$type":"Static","value":0.07},"trendFormat":{"$type":"Percent","decimals":1},"value":{"$type":"Static","value":1234.5}}},{"id":"lvr-1","kind":{"$type":"LabelValueRow","emphasis":true,"format":{"$type":"Number","decimals":2},"help":"Last 30 days","label":"Total","value":{"$type":"Static","value":42}}}],"heading":"Composite","layout":{"$type":"Flex","direction":"Vertical","wrap":false},"role":"Card"}},{"id":"stack-1","kind":{"$type":"Box","children":[{"id":"metric-1","kind":{"$type":"Metric","format":{"$type":"Currency","code":"GBP"},"icon":"trending-up","label":"Revenue","subtext":"vs last month","tone":"Brand","trend":{"$type":"Static","value":0.07},"trendFormat":{"$type":"Percent","decimals":1},"value":{"$type":"Static","value":1234.5}}},{"id":"markdown-1","kind":{"$type":"Markdown","text":"Updated hourly."}}],"layout":{"$type":"Flex","direction":"Vertical","wrap":false},"role":"Group"}}],"layout":{"$type":"Auto"},"role":"Dashboard"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"composite-tabs-panels","kind":{"$type":"Tabs","activeIndex":{"$type":"Static","value":0},"activeTag":{"$type":"Static","value":"overview"},"children":[{"id":"overview-panel","kind":{"$type":"Box","children":[{"id":"spark-1","kind":{"$type":"Sparkline","source":{"$type":"Static","value":[1,2,3,2,4]}}},{"id":"badge-1","kind":{"$type":"Badge","label":"Beta","variant":"Info"}}],"heading":"This month","layout":{"$type":"Grid","cols":2,"gap":16},"role":"Card"}},{"id":"settings-panel","kind":{"$type":"Box","children":[{"id":"preferences-form","kind":{"$type":"Form","fields":[{"id":"displayName","kind":{"$type":"Text","value":{"$type":"Static","value":"Ada Lovelace"}},"label":"Display name","required":true},{"id":"theme","kind":{"$type":"Choice","options":{"$type":"Static","value":[{"label":"Light","value":"light"},{"label":"Dark","value":"dark"}]},"value":{"$type":"Static","value":"dark"}},"label":"Theme","required":true}],"onSubmit":{"$type":"Call","endpoint":"/api/preferences"},"submitLabel":"Save preferences"}}],"heading":"Preferences","layout":{"$type":"Flex","direction":"Vertical","gap":12,"wrap":false},"role":"Card"}}],"tabHeaders":[{"icon":"chart-glyph","label":"Overview"},{"disabled":{"$type":"Static","value":false},"label":"Settings"}],"tabTags":["overview","settings"]}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"id":"controls-closure","kind":{"$type":"Box","children":[{"id":"closure-tabs","kind":{"$type":"Tabs","activeIndex":{"$type":"Static","value":0},"activeTag":{"$type":"Static","value":"overview"},"children":[{"id":"markdown-1","kind":{"$type":"Markdown","text":"Updated hourly."}},{"id":"spark-1","kind":{"$type":"Sparkline","source":{"$type":"Static","value":[1,2,3,2,4]}}}],"onSelect":"<closure>","onSelectTag":"<closure>","tabTags":["overview","detail"]}},{"id":"closure-disclosure","kind":{"$type":"Disclosure","children":[{"id":"markdown-
|
|
1
|
+
{"id":"controls-closure","kind":{"$type":"Box","children":[{"id":"closure-tabs","kind":{"$type":"Tabs","activeIndex":{"$type":"Static","value":0},"activeTag":{"$type":"Static","value":"overview"},"children":[{"id":"markdown-1","kind":{"$type":"Markdown","text":"Updated hourly."}},{"id":"spark-1","kind":{"$type":"Sparkline","source":{"$type":"Static","value":[1,2,3,2,4]}}}],"onSelect":"<closure>","onSelectTag":"<closure>","tabTags":["overview","detail"]}},{"id":"closure-disclosure","kind":{"$type":"Disclosure","children":[{"id":"markdown-2","kind":{"$type":"Markdown","text":"Updated hourly."}}],"defaultOpen":false,"heading":"Advanced","onToggle":"<closure>","open":{"$type":"Static","value":false}}},{"id":"closure-multiselect","kind":{"$type":"Select","label":"Tags","multiple":true,"onChange":"<closure>","onChangeMulti":"<closure>","source":{"$type":"Static","value":[{"label":"Red","value":"red"}]},"value":{"$type":"Static"},"values":{"$type":"Static","value":["red"]}}}],"layout":{"$type":"Flex","direction":"Vertical","wrap":false},"role":"Group"}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"id":"controls-declarative","kind":{"$type":"Box","children":[{"id":"decl-tabs","kind":{"$type":"Tabs","activeIndex":{"$type":"State","defaultValue":0,"key":"activePane"},"children":[{"id":"markdown-1","kind":{"$type":"Markdown","text":"Updated hourly."}}]}},{"id":"decl-modal","kind":{"$type":"Modal","children":[{"id":"markdown-
|
|
1
|
+
{"id":"controls-declarative","kind":{"$type":"Box","children":[{"id":"decl-tabs","kind":{"$type":"Tabs","activeIndex":{"$type":"State","defaultValue":0,"key":"activePane"},"children":[{"id":"markdown-1","kind":{"$type":"Markdown","text":"Updated hourly."}}]}},{"id":"decl-modal","kind":{"$type":"Modal","children":[{"id":"markdown-2","kind":{"$type":"Markdown","text":"Updated hourly."}}],"dismissable":true,"heading":"Confirm","open":{"$type":"State","defaultValue":false,"key":"modalOpen"}}},{"id":"decl-disclosure","kind":{"$type":"Disclosure","children":[{"id":"markdown-3","kind":{"$type":"Markdown","text":"Updated hourly."}}],"defaultOpen":false,"heading":"Advanced","open":{"$type":"State","defaultValue":false,"key":"advancedOpen"}}},{"id":"decl-select","kind":{"$type":"Select","label":"Region","placeholder":"Choose one","source":{"$type":"Static","value":[{"label":"UK","value":"uk"}]},"value":{"$type":"State","key":"region"}}}],"layout":{"$type":"Flex","direction":"Vertical","wrap":false},"role":"Group"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"drawing-rotated-labels","kind":{"$type":"Drawing","shapes":[{"$type":"Label","style":{"emphasis":"Loud","fill":{"$type":"Static","value":"#111111"},"fontFamily":"system-ui, sans-serif","fontSize":14,"rotation":-30,"textAnchor":"Middle"},"text":"Q1 2026","x":30,"y":100},{"$type":"Label","style":{"emphasis":"Loud","fill":{"$type":"Static","value":"#111111"},"fontFamily":"system-ui, sans-serif","fontSize":14,"rotation":-90,"textAnchor":"End"},"text":"Q2 2026","x":70,"y":100},{"$type":"Label","style":{"emphasis":"Loud","fill":{"$type":"Static","value":"#111111"},"fontFamily":"system-ui, sans-serif","fontSize":14,"rotation":90,"textAnchor":"Middle"},"text":"Revenue","x":8,"y":60},{"$type":"Label","style":{"emphasis":"Loud","fill":{"$type":"Static","value":"#111111"},"fontFamily":"system-ui, sans-serif","fontSize":14,"rotation":12.34,"textAnchor":"Start"},"text":"Fractional","x":110,"y":100},{"$type":"Label","style":{"emphasis":"Loud","fill":{"$type":"Static","value":"#111111"},"fontFamily":"system-ui, sans-serif","fontSize":14,"rotation":0,"textAnchor":"Middle"},"text":"Explicit zero","x":150,"y":100},{"$type":"Label","style":{"emphasis":"Loud","fill":{"$type":"Static","value":"#111111"},"fontFamily":"system-ui, sans-serif","fontSize":14,"rotation":-0.5,"textAnchor":"End"},"text":"Hairline","x":180,"y":100},{"$type":"Label","style":{"emphasis":"Loud","fill":{"$type":"Static","value":"#111111"},"fontFamily":"system-ui, sans-serif","fontSize":14,"textAnchor":"Middle"},"text":"Upright","x":100,"y":20}],"style":{},"title":"Rotated axis labels","viewBox":{"height":120,"minX":0,"minY":0,"width":200}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"drawing-tipped-shapes","kind":{"$type":"Drawing","shapes":[{"$type":"Rectangle","height":60,"style":{"fill":{"$type":"Static","value":"#3366cc"},"tip":"revenue · Q1 2026 · 1,234,567.89"},"width":30,"x":10,"y":40},{"$type":"Circle","cx":70,"cy":60,"r":5,"style":{"fill":{"$type":"Static","value":"#3366cc"},"tip":"revenue · Q2 2026 · -0.5%"}},{"$type":"Curve","commands":[{"$type":"MoveTo","to":{"x":100,"y":60}},{"$type":"LineTo","to":{"x":130,"y":60}},{"$type":"Close"}],"style":{"fill":{"$type":"Static","value":"#3366cc"},"tip":"share · Other · £42.00"}},{"$type":"Polyline","points":[{"x":140,"y":20},{"x":160,"y":80}],"style":{"stroke":{"$type":"Static","value":"#cc6633"},"tip":"revenue"}},{"$type":"Group","children":[{"$type":"Circle","cx":170,"cy":100,"r":3,"style":{}}],"style":{"tip":{"$type":"Bound","binding":{"$type":"Static","value":"resolved at render time"}}}},{"$type":"Label","style":{"emphasis":"Loud","fill":{"$type":"Static","value":"#111111"},"fontFamily":"system-ui, sans-serif","fontSize":14,"textAnchor":"Middle","tip":"<script>alert(\"xss\") & 'done'</script>"},"text":"Hover me","x":100,"y":110},{"$type":"Ellipse","cx":30,"cy":110,"rx":6,"ry":3,"style":{"tip":""}},{"$type":"Line","style":{},"x1":0,"x2":200,"y1":0,"y2":0}],"style":{},"title":"Tipped marks","viewBox":{"height":120,"minX":0,"minY":0,"width":200}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"grid-bound-sort","kind":{"$type":"DataGrid","columns":[{"field":"month","kind":{"$type":"Text"},"label":"Month"},{"field":"revenue","kind":{"$type":"Text"},"label":"Revenue"},{"field":"note","kind":{"$type":"Text"},"label":"Note","sortable":false}],"defaultSort":{"column":1,"direction":"desc"},"rowKeyField":"month","sortStateKey":"ledger-sort","source":{"$type":"State","defaultValue":[{"month":"Jan","revenue":980},{"month":"Feb","revenue":1105}],"key":"ledger"}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"grid-declared-edit","kind":{"$type":"DataGrid","columns":[{"field":"month","kind":{"$type":"Text"},"label":"Month"},{"field":"revenue","kind":{"$type":"Text"},"label":"Revenue"},{"editable":false,"field":"note","kind":{"$type":"Text"},"label":"Note"}],"editStateKey":"stock-adjustments","editable":true,"rowKeyField":"month","source":{"$type":"Query","name":"stock"}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"grid-paged-sorted","kind":{"$type":"DataGrid","columns":[{"field":"month","kind":{"$type":"Text"},"label":"Month"},{"field":"revenue","kind":{"$type":"Numeric"},"label":"Revenue"}],"pageSize":10,"pageStateKey":"ledger-page","rowKeyField":"month","sortStateKey":"ledger-sort","source":{"$type":"State","defaultValue":[{"month":"Jan","revenue":980},{"month":"Feb","revenue":1105}],"key":"ledger"}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"grid-paged","kind":{"$type":"DataGrid","columns":[{"field":"month","kind":{"$type":"Text"},"label":"Month"},{"field":"revenue","kind":{"$type":"Numeric"},"label":"Revenue"}],"pageSize":20,"pageStateKey":"members-page","rowKeyField":"month","source":{"$type":"State","defaultValue":[{"month":"Jan","revenue":980},{"month":"Feb","revenue":1105}],"key":"members"}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"grid-sort-state-key","kind":{"$type":"DataGrid","columns":[{"field":"month","kind":{"$type":"Text"},"label":"Month"},{"field":"revenue","kind":{"$type":"Numeric"},"label":"Revenue"}],"rowKeyField":"month","sortStateKey":"inventory-sort","source":{"$type":"State","defaultValue":[{"month":"Jan","revenue":980},{"month":"Feb","revenue":1105}],"key":"inventory"}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"icon-1","kind":{"$type":"Icon","icon":"sparkles","size":"Large"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"link-protected-1","kind":{"$type":"Link","download":false,"href":{"$type":"Static","value":"mailto:contact@example.com"},"label":"Email us","protection":"email"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"metric-duration-1","kind":{"$type":"Metric","format":{"$type":"Duration","style":"Compact","unit":"Minutes"},"label":"Avg wait","trend":{"$type":"Static","value":-3},"trendFormat":{"$type":"RelativeTime","unit":"Minute"},"value":{"$type":"Static","value":80}}}
|
package/corpus/nodes/step-1.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"id":"step-1","kind":{"$type":"Stepper","activeStep":{"$type":"Static","value":1},"children":[{"id":"markdown-1","kind":{"$type":"Markdown","text":"Updated hourly."}},{"id":"markdown-
|
|
1
|
+
{"id":"step-1","kind":{"$type":"Stepper","activeStep":{"$type":"Static","value":1},"children":[{"id":"markdown-1","kind":{"$type":"Markdown","text":"Updated hourly."}},{"id":"markdown-2","kind":{"$type":"Markdown","text":"Updated hourly."}}],"onSelect":"<closure>"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"table-sortable-1","kind":{"$type":"DataGrid","columns":[],"source":{"$type":"Static","value":[]},"staticRows":{"defaultSort":{"column":1,"direction":"desc"},"headers":["Region","Revenue"],"rows":[["North","1200"],["South","980"]],"sortable":true}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$type":"ReplaceRoot","node":{"id":"composite-root","kind":{"$type":"Box","children":[{"id":"composite-card","kind":{"$type":"Box","children":[{"id":"metric-
|
|
1
|
+
{"$type":"ReplaceRoot","node":{"id":"composite-root","kind":{"$type":"Box","children":[{"id":"composite-card","kind":{"$type":"Box","children":[{"id":"metric-2","kind":{"$type":"Metric","format":{"$type":"Currency","code":"GBP"},"icon":"trending-up","label":"Revenue","subtext":"vs last month","tone":"Brand","trend":{"$type":"Static","value":0.07},"trendFormat":{"$type":"Percent","decimals":1},"value":{"$type":"Static","value":1234.5}}},{"id":"lvr-1","kind":{"$type":"LabelValueRow","emphasis":true,"format":{"$type":"Number","decimals":2},"help":"Last 30 days","label":"Total","value":{"$type":"Static","value":42}}}],"heading":"Composite","layout":{"$type":"Flex","direction":"Vertical","wrap":false},"role":"Card"}},{"id":"stack-1","kind":{"$type":"Box","children":[{"id":"metric-1","kind":{"$type":"Metric","format":{"$type":"Currency","code":"GBP"},"icon":"trending-up","label":"Revenue","subtext":"vs last month","tone":"Brand","trend":{"$type":"Static","value":0.07},"trendFormat":{"$type":"Percent","decimals":1},"value":{"$type":"Static","value":1234.5}}},{"id":"markdown-1","kind":{"$type":"Markdown","text":"Updated hourly."}}],"layout":{"$type":"Flex","direction":"Vertical","wrap":false},"role":"Group"}}],"layout":{"$type":"Auto"},"role":"Dashboard"}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"x","kind":{"$type":"DataGrid","columns":[{"field":"note","kind":{"$type":"Text"},"label":"Note","readOnly":true}],"source":{"$type":"Static","value":[]}},"state":{},"style":{"emphasis":"Normal","tone":"Default","weight":"Standard"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"x","kind":{"$type":"DataGrid","behaviour":{"page":{}},"columns":[],"source":{"$type":"Static","value":[]}},"state":{},"style":{"emphasis":"Normal","tone":"Default","weight":"Standard"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"x","kind":{"$type":"DataGrid","columns":[],"currentPage":1,"source":{"$type":"Static","value":[]}},"state":{},"style":{"emphasis":"Normal","tone":"Default","weight":"Standard"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"x","kind":{"$type":"DataGrid","columns":[],"sortable":true,"source":{"$type":"Static","value":[]}},"state":{},"style":{"emphasis":"Normal","tone":"Default","weight":"Standard"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"b-both","kind":{"$type":"Button","label":{"$type":"Literal","text":"Go"},"onClick":{"$type":"SetState","key":"chosen","value":"literal","valueFrom":{"$type":"State","key":"other"}},"variant":"Primary"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"rej-tf-empty-wrapper","kind":{"$type":"DataGrid","columns":[{"field":"dept","kind":{"$type":"Text"},"label":"Dept"}],"rowKeyField":"dept","source":{"$type":"Transform","pipeline":[],"source":{"$type":"State","key":"rows"}}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"x","kind":{"$type":"Link","download":false,"href":{"$type":"Static","value":"mailto:a@example.com"},"label":{"$type":"Literal","text":"Email"},"protection":"rot13"},"state":{},"style":{"emphasis":"Normal","tone":"Default","weight":"Standard"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"x","kind":{"$type":"DataGrid","columns":[],"source":{"$type":"Static","value":[]},"staticRows":{"defaultSort":{"column":0,"direction":"sideways"},"headers":["A"],"rows":[["1"],["2"]]}},"state":{},"style":{"emphasis":"Normal","tone":"Default","weight":"Standard"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"x","kind":{"$type":"DataGrid","columns":[],"defaultSort":{"column":-1,"direction":"asc"},"source":{"$type":"Static","value":[]}},"state":{},"style":{"emphasis":"Normal","tone":"Default","weight":"Standard"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"x","kind":{"$type":"DataGrid","columns":[],"pageSize":0,"pageStateKey":"p","source":{"$type":"Static","value":[]}},"state":{},"style":{"emphasis":"Normal","tone":"Default","weight":"Standard"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"x","kind":{"$type":"DataGrid","columns":[],"source":{"$type":"Static","value":[]},"staticRows":{"defaultSort":{"column":-1,"direction":"asc"},"headers":["A"],"rows":[["1"],["2"]]}},"state":{},"style":{"emphasis":"Normal","tone":"Default","weight":"Standard"}}
|
package/corpus/schema.json
CHANGED
|
@@ -48,6 +48,12 @@
|
|
|
48
48
|
"Lead"
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
|
+
"LinkProtection": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"enum": [
|
|
54
|
+
"email"
|
|
55
|
+
]
|
|
56
|
+
},
|
|
51
57
|
"ImageVariant": {
|
|
52
58
|
"type": "string",
|
|
53
59
|
"enum": [
|
|
@@ -136,6 +142,29 @@
|
|
|
136
142
|
"Heatmap"
|
|
137
143
|
]
|
|
138
144
|
},
|
|
145
|
+
"ChartLegendPosition": {
|
|
146
|
+
"type": "string",
|
|
147
|
+
"enum": [
|
|
148
|
+
"Top",
|
|
149
|
+
"Right",
|
|
150
|
+
"Bottom",
|
|
151
|
+
"None"
|
|
152
|
+
]
|
|
153
|
+
},
|
|
154
|
+
"ChartDataLabels": {
|
|
155
|
+
"type": "string",
|
|
156
|
+
"enum": [
|
|
157
|
+
"Off",
|
|
158
|
+
"Ends"
|
|
159
|
+
]
|
|
160
|
+
},
|
|
161
|
+
"ChartXScale": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"enum": [
|
|
164
|
+
"Category",
|
|
165
|
+
"Temporal"
|
|
166
|
+
]
|
|
167
|
+
},
|
|
139
168
|
"LiveRegionKind": {
|
|
140
169
|
"type": "string",
|
|
141
170
|
"enum": [
|
|
@@ -173,6 +202,30 @@
|
|
|
173
202
|
"Year"
|
|
174
203
|
]
|
|
175
204
|
},
|
|
205
|
+
"DurationUnit": {
|
|
206
|
+
"type": "string",
|
|
207
|
+
"enum": [
|
|
208
|
+
"Seconds",
|
|
209
|
+
"Minutes",
|
|
210
|
+
"Hours"
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
"DurationStyle": {
|
|
214
|
+
"type": "string",
|
|
215
|
+
"enum": [
|
|
216
|
+
"Compact",
|
|
217
|
+
"Clock",
|
|
218
|
+
"Long"
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
"IconSize": {
|
|
222
|
+
"type": "string",
|
|
223
|
+
"enum": [
|
|
224
|
+
"Small",
|
|
225
|
+
"Medium",
|
|
226
|
+
"Large"
|
|
227
|
+
]
|
|
228
|
+
},
|
|
176
229
|
"FileReadEncoding": {
|
|
177
230
|
"type": "string",
|
|
178
231
|
"enum": [
|
|
@@ -655,24 +708,44 @@
|
|
|
655
708
|
]
|
|
656
709
|
},
|
|
657
710
|
{
|
|
658
|
-
"
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
"
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
711
|
+
"allOf": [
|
|
712
|
+
{
|
|
713
|
+
"type": "object",
|
|
714
|
+
"properties": {
|
|
715
|
+
"$type": {
|
|
716
|
+
"const": "SetState"
|
|
717
|
+
},
|
|
718
|
+
"key": {
|
|
719
|
+
"type": "string"
|
|
720
|
+
},
|
|
721
|
+
"value": {
|
|
722
|
+
"not": {
|
|
723
|
+
"type": "null"
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
"valueFrom": {
|
|
727
|
+
"$ref": "#/$defs/Binding"
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
"required": [
|
|
731
|
+
"$type",
|
|
732
|
+
"key"
|
|
733
|
+
]
|
|
665
734
|
},
|
|
666
|
-
|
|
667
|
-
"
|
|
668
|
-
|
|
669
|
-
|
|
735
|
+
{
|
|
736
|
+
"oneOf": [
|
|
737
|
+
{
|
|
738
|
+
"required": [
|
|
739
|
+
"value"
|
|
740
|
+
]
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"required": [
|
|
744
|
+
"valueFrom"
|
|
745
|
+
]
|
|
746
|
+
}
|
|
747
|
+
]
|
|
670
748
|
}
|
|
671
|
-
},
|
|
672
|
-
"required": [
|
|
673
|
-
"$type",
|
|
674
|
-
"key",
|
|
675
|
-
"value"
|
|
676
749
|
]
|
|
677
750
|
},
|
|
678
751
|
{
|
|
@@ -877,6 +950,40 @@
|
|
|
877
950
|
"format"
|
|
878
951
|
]
|
|
879
952
|
},
|
|
953
|
+
{
|
|
954
|
+
"type": "object",
|
|
955
|
+
"properties": {
|
|
956
|
+
"$type": {
|
|
957
|
+
"const": "Duration"
|
|
958
|
+
},
|
|
959
|
+
"style": {
|
|
960
|
+
"$ref": "#/$defs/DurationStyle"
|
|
961
|
+
},
|
|
962
|
+
"unit": {
|
|
963
|
+
"$ref": "#/$defs/DurationUnit"
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
"required": [
|
|
967
|
+
"$type",
|
|
968
|
+
"style",
|
|
969
|
+
"unit"
|
|
970
|
+
]
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"type": "object",
|
|
974
|
+
"properties": {
|
|
975
|
+
"$type": {
|
|
976
|
+
"const": "RelativeTime"
|
|
977
|
+
},
|
|
978
|
+
"unit": {
|
|
979
|
+
"$ref": "#/$defs/RelativeTimeUnit"
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
"required": [
|
|
983
|
+
"$type",
|
|
984
|
+
"unit"
|
|
985
|
+
]
|
|
986
|
+
},
|
|
880
987
|
{
|
|
881
988
|
"type": "object",
|
|
882
989
|
"properties": {
|
|
@@ -1088,6 +1195,25 @@
|
|
|
1088
1195
|
"$type",
|
|
1089
1196
|
"unit"
|
|
1090
1197
|
]
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"type": "object",
|
|
1201
|
+
"properties": {
|
|
1202
|
+
"$type": {
|
|
1203
|
+
"const": "Duration"
|
|
1204
|
+
},
|
|
1205
|
+
"style": {
|
|
1206
|
+
"$ref": "#/$defs/DurationStyle"
|
|
1207
|
+
},
|
|
1208
|
+
"unit": {
|
|
1209
|
+
"$ref": "#/$defs/DurationUnit"
|
|
1210
|
+
}
|
|
1211
|
+
},
|
|
1212
|
+
"required": [
|
|
1213
|
+
"$type",
|
|
1214
|
+
"style",
|
|
1215
|
+
"unit"
|
|
1216
|
+
]
|
|
1091
1217
|
}
|
|
1092
1218
|
]
|
|
1093
1219
|
},
|
|
@@ -1686,6 +1812,9 @@
|
|
|
1686
1812
|
},
|
|
1687
1813
|
"target": {
|
|
1688
1814
|
"type": "string"
|
|
1815
|
+
},
|
|
1816
|
+
"protection": {
|
|
1817
|
+
"$ref": "#/$defs/LinkProtection"
|
|
1689
1818
|
}
|
|
1690
1819
|
},
|
|
1691
1820
|
"required": [
|
|
@@ -1819,6 +1948,26 @@
|
|
|
1819
1948
|
"rows"
|
|
1820
1949
|
]
|
|
1821
1950
|
},
|
|
1951
|
+
"IconSpec": {
|
|
1952
|
+
"type": "object",
|
|
1953
|
+
"properties": {
|
|
1954
|
+
"icon": {
|
|
1955
|
+
"type": "string"
|
|
1956
|
+
},
|
|
1957
|
+
"label": {
|
|
1958
|
+
"type": "string"
|
|
1959
|
+
},
|
|
1960
|
+
"size": {
|
|
1961
|
+
"$ref": "#/$defs/IconSize"
|
|
1962
|
+
},
|
|
1963
|
+
"tone": {
|
|
1964
|
+
"$ref": "#/$defs/ToneVariant"
|
|
1965
|
+
}
|
|
1966
|
+
},
|
|
1967
|
+
"required": [
|
|
1968
|
+
"icon"
|
|
1969
|
+
]
|
|
1970
|
+
},
|
|
1822
1971
|
"CalloutSpec": {
|
|
1823
1972
|
"type": "object",
|
|
1824
1973
|
"properties": {
|
|
@@ -1991,6 +2140,12 @@
|
|
|
1991
2140
|
},
|
|
1992
2141
|
"markId": {
|
|
1993
2142
|
"type": "string"
|
|
2143
|
+
},
|
|
2144
|
+
"rotation": {
|
|
2145
|
+
"type": "number"
|
|
2146
|
+
},
|
|
2147
|
+
"tip": {
|
|
2148
|
+
"$ref": "#/$defs/TextSource"
|
|
1994
2149
|
}
|
|
1995
2150
|
}
|
|
1996
2151
|
},
|
|
@@ -2497,6 +2652,24 @@
|
|
|
2497
2652
|
}
|
|
2498
2653
|
]
|
|
2499
2654
|
},
|
|
2655
|
+
{
|
|
2656
|
+
"allOf": [
|
|
2657
|
+
{
|
|
2658
|
+
"type": "object",
|
|
2659
|
+
"properties": {
|
|
2660
|
+
"$type": {
|
|
2661
|
+
"const": "Icon"
|
|
2662
|
+
}
|
|
2663
|
+
},
|
|
2664
|
+
"required": [
|
|
2665
|
+
"$type"
|
|
2666
|
+
]
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"$ref": "#/$defs/IconSpec"
|
|
2670
|
+
}
|
|
2671
|
+
]
|
|
2672
|
+
},
|
|
2500
2673
|
{
|
|
2501
2674
|
"allOf": [
|
|
2502
2675
|
{
|
|
@@ -2949,6 +3122,12 @@
|
|
|
2949
3122
|
"field": {
|
|
2950
3123
|
"type": "string"
|
|
2951
3124
|
},
|
|
3125
|
+
"sortable": {
|
|
3126
|
+
"type": "boolean"
|
|
3127
|
+
},
|
|
3128
|
+
"editable": {
|
|
3129
|
+
"type": "boolean"
|
|
3130
|
+
},
|
|
2952
3131
|
"width": {
|
|
2953
3132
|
"$ref": "#/$defs/ColumnWidth"
|
|
2954
3133
|
}
|
|
@@ -2956,6 +3135,15 @@
|
|
|
2956
3135
|
"required": [
|
|
2957
3136
|
"kind",
|
|
2958
3137
|
"label"
|
|
3138
|
+
],
|
|
3139
|
+
"allOf": [
|
|
3140
|
+
{
|
|
3141
|
+
"not": {
|
|
3142
|
+
"required": [
|
|
3143
|
+
"readOnly"
|
|
3144
|
+
]
|
|
3145
|
+
}
|
|
3146
|
+
}
|
|
2959
3147
|
]
|
|
2960
3148
|
},
|
|
2961
3149
|
"GridSpec": {
|
|
@@ -2976,6 +3164,39 @@
|
|
|
2976
3164
|
"rowKeyField": {
|
|
2977
3165
|
"type": "string"
|
|
2978
3166
|
},
|
|
3167
|
+
"sortStateKey": {
|
|
3168
|
+
"type": "string"
|
|
3169
|
+
},
|
|
3170
|
+
"pageSize": {
|
|
3171
|
+
"type": "integer",
|
|
3172
|
+
"minimum": 1
|
|
3173
|
+
},
|
|
3174
|
+
"pageStateKey": {
|
|
3175
|
+
"type": "string"
|
|
3176
|
+
},
|
|
3177
|
+
"editStateKey": {
|
|
3178
|
+
"type": "string"
|
|
3179
|
+
},
|
|
3180
|
+
"defaultSort": {
|
|
3181
|
+
"type": "object",
|
|
3182
|
+
"properties": {
|
|
3183
|
+
"column": {
|
|
3184
|
+
"type": "integer",
|
|
3185
|
+
"minimum": 0
|
|
3186
|
+
},
|
|
3187
|
+
"direction": {
|
|
3188
|
+
"type": "string",
|
|
3189
|
+
"enum": [
|
|
3190
|
+
"asc",
|
|
3191
|
+
"desc"
|
|
3192
|
+
]
|
|
3193
|
+
}
|
|
3194
|
+
},
|
|
3195
|
+
"required": [
|
|
3196
|
+
"column",
|
|
3197
|
+
"direction"
|
|
3198
|
+
]
|
|
3199
|
+
},
|
|
2979
3200
|
"source": {
|
|
2980
3201
|
"$ref": "#/$defs/Binding"
|
|
2981
3202
|
},
|
|
@@ -2985,6 +3206,26 @@
|
|
|
2985
3206
|
"staticRows": {
|
|
2986
3207
|
"type": "object",
|
|
2987
3208
|
"properties": {
|
|
3209
|
+
"defaultSort": {
|
|
3210
|
+
"type": "object",
|
|
3211
|
+
"properties": {
|
|
3212
|
+
"column": {
|
|
3213
|
+
"type": "integer",
|
|
3214
|
+
"minimum": 0
|
|
3215
|
+
},
|
|
3216
|
+
"direction": {
|
|
3217
|
+
"type": "string",
|
|
3218
|
+
"enum": [
|
|
3219
|
+
"asc",
|
|
3220
|
+
"desc"
|
|
3221
|
+
]
|
|
3222
|
+
}
|
|
3223
|
+
},
|
|
3224
|
+
"required": [
|
|
3225
|
+
"column",
|
|
3226
|
+
"direction"
|
|
3227
|
+
]
|
|
3228
|
+
},
|
|
2988
3229
|
"headers": {
|
|
2989
3230
|
"type": "array",
|
|
2990
3231
|
"items": {
|
|
@@ -2999,6 +3240,9 @@
|
|
|
2999
3240
|
"$ref": "#/$defs/TextSource"
|
|
3000
3241
|
}
|
|
3001
3242
|
}
|
|
3243
|
+
},
|
|
3244
|
+
"sortable": {
|
|
3245
|
+
"type": "boolean"
|
|
3002
3246
|
}
|
|
3003
3247
|
},
|
|
3004
3248
|
"required": [
|
|
@@ -3010,6 +3254,57 @@
|
|
|
3010
3254
|
"required": [
|
|
3011
3255
|
"columns",
|
|
3012
3256
|
"source"
|
|
3257
|
+
],
|
|
3258
|
+
"allOf": [
|
|
3259
|
+
{
|
|
3260
|
+
"not": {
|
|
3261
|
+
"required": [
|
|
3262
|
+
"currentPage"
|
|
3263
|
+
]
|
|
3264
|
+
}
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"not": {
|
|
3268
|
+
"required": [
|
|
3269
|
+
"page"
|
|
3270
|
+
]
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
3274
|
+
"not": {
|
|
3275
|
+
"required": [
|
|
3276
|
+
"pageIndex"
|
|
3277
|
+
]
|
|
3278
|
+
}
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"not": {
|
|
3282
|
+
"required": [
|
|
3283
|
+
"sortable"
|
|
3284
|
+
]
|
|
3285
|
+
}
|
|
3286
|
+
},
|
|
3287
|
+
{
|
|
3288
|
+
"not": {
|
|
3289
|
+
"required": [
|
|
3290
|
+
"onEdit"
|
|
3291
|
+
]
|
|
3292
|
+
}
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"not": {
|
|
3296
|
+
"required": [
|
|
3297
|
+
"behaviour"
|
|
3298
|
+
]
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"not": {
|
|
3303
|
+
"required": [
|
|
3304
|
+
"behavior"
|
|
3305
|
+
]
|
|
3306
|
+
}
|
|
3307
|
+
}
|
|
3013
3308
|
]
|
|
3014
3309
|
},
|
|
3015
3310
|
"ChartSpec": {
|
|
@@ -3036,6 +3331,27 @@
|
|
|
3036
3331
|
"title": {
|
|
3037
3332
|
"$ref": "#/$defs/TextSource"
|
|
3038
3333
|
},
|
|
3334
|
+
"valueFormat": {
|
|
3335
|
+
"$ref": "#/$defs/Format"
|
|
3336
|
+
},
|
|
3337
|
+
"xTitle": {
|
|
3338
|
+
"$ref": "#/$defs/TextSource"
|
|
3339
|
+
},
|
|
3340
|
+
"yTitle": {
|
|
3341
|
+
"$ref": "#/$defs/TextSource"
|
|
3342
|
+
},
|
|
3343
|
+
"subtitle": {
|
|
3344
|
+
"$ref": "#/$defs/TextSource"
|
|
3345
|
+
},
|
|
3346
|
+
"legendPosition": {
|
|
3347
|
+
"$ref": "#/$defs/ChartLegendPosition"
|
|
3348
|
+
},
|
|
3349
|
+
"dataLabels": {
|
|
3350
|
+
"$ref": "#/$defs/ChartDataLabels"
|
|
3351
|
+
},
|
|
3352
|
+
"xScale": {
|
|
3353
|
+
"$ref": "#/$defs/ChartXScale"
|
|
3354
|
+
},
|
|
3039
3355
|
"onPointClick": {
|
|
3040
3356
|
"const": "<closure>"
|
|
3041
3357
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fuaran-ui/conformance",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Third-party certification kit for the Fuaran UI wire format — runs any candidate implementation (via a small decode/encode adapter) over the bundled canonical fixture corpus and emits a per-leg pass/fail conformance report naming the corpus version. See CONFORMANCE.md for the certification procedure.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fuaran",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/node": "^22.10.2",
|
|
46
|
-
"@fuaran-ui/ops": "0.
|
|
47
|
-
"@fuaran-ui/schema": "0.
|
|
46
|
+
"@fuaran-ui/ops": "0.8.0",
|
|
47
|
+
"@fuaran-ui/schema": "0.8.0"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|