@fuaran-ui/conformance 0.1.0 → 0.2.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-null-static-options.expected.json +1 -1
- package/corpus/lenient/lenient-opaque-static-values.expected.json +1 -1
- package/corpus/manifest.json +12 -44
- package/corpus/nodes/btn-json-payloads.json +1 -0
- package/corpus/nodes/controls-closure.json +1 -1
- package/corpus/nodes/controls-declarative.json +1 -1
- package/corpus/nodes/form-declarative.json +1 -1
- package/corpus/nodes/form-segmented.json +1 -1
- package/corpus/nodes/multiselect-1.json +1 -1
- package/corpus/ops/op-insertchild.json +1 -1
- package/corpus/ops/op-movenode.json +1 -1
- package/corpus/reject/reject-wrongtype-box-children.json +1 -0
- package/corpus/schema.json +3 -13
- package/package.json +3 -3
- package/corpus/lenient/legacy-upgrade-card.expected.json +0 -1
- package/corpus/lenient/legacy-upgrade-card.json +0 -1
- package/corpus/lenient/legacy-upgrade-dashboard.expected.json +0 -1
- package/corpus/lenient/legacy-upgrade-dashboard.json +0 -1
- package/corpus/lenient/legacy-upgrade-gridlayout.expected.json +0 -1
- package/corpus/lenient/legacy-upgrade-gridlayout.json +0 -1
- package/corpus/lenient/legacy-upgrade-stack.expected.json +0 -1
- package/corpus/lenient/legacy-upgrade-stack.json +0 -1
- package/corpus/lenient/legacy-upgrade-table.expected.json +0 -1
- package/corpus/lenient/legacy-upgrade-table.json +0 -1
- package/corpus/reject/reject-wrongtype-dashboard-children.json +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"id":"len-nul","kind":{"$type":"Select","label":"Region","source":{"$type":"Static","value":[]},"value":{"$type":"Static"
|
|
1
|
+
{"id":"len-nul","kind":{"$type":"Select","label":"Region","source":{"$type":"Static","value":[]},"value":{"$type":"Static"}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"id":"len-val","kind":{"$type":"Select","label":"Regions","multiple":true,"source":{"$type":"Static","value":[{"label":"UK","value":"uk"}]},"value":{"$type":"Static"
|
|
1
|
+
{"id":"len-val","kind":{"$type":"Select","label":"Regions","multiple":true,"source":{"$type":"Static","value":[{"label":"UK","value":"uk"}]},"value":{"$type":"Static"},"values":{"$type":"Static","value":["<opaque>"]}}}
|
package/corpus/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
3
|
"schema": "schema.json",
|
|
4
|
-
"description": "Fuaran canonical wire-format conformance corpus. node-round-trip / op-round-trip fixtures: decode inputFile, re-encode, assert byte-equal to expectedFile. reject fixtures: decode inputFile, assert DecodeError.Code = expectedErrorCode and DecodeError.Path starts with expectedPath. lenient-accept fixtures (WIRE_FORMAT 16): decode the SHORTHAND inputFile, re-encode, assert byte-equal to expectedFile (the verbose canonical form) — a conformant host MUST accept the shorthand and normalise it; rejecting it, or decoding it to different bytes, is non-conformant. envelope-round-trip / envelope-reject fixtures (WIRE_FORMAT 15): read the $profile/$payload envelope, negotiate the authored profile against the host's own core@1.0, then either re-render byte-equal to expectedFile (Current/Behind — unknown kinds preserved verbatim, must-ignore-but-preserve) or refuse a Foreign profile with expectedErrorCode FOREIGN_PROFILE at expectedPath. elicitation-round-trip / elicitation-reject fixtures (WIRE_FORMAT 18): decode with the decoder-named entry point (elicitation = the envelope codec, elicitation-outcome = the outcome codec), then either re-encode byte-equal to expectedFile or assert the structured refusal (expectedErrorCode at a path starting with expectedPath). elicitation-answer-accept / elicitation-answer-reject fixtures (WIRE_FORMAT 18.4): the inputFile pairs {answer, contract}; run the host's answer-conformance validation and assert acceptance or the expected refusal. See fuaran/docs/WIRE_FORMAT.md.",
|
|
4
|
+
"description": "Fuaran canonical wire-format conformance corpus. node-round-trip / op-round-trip fixtures: decode inputFile, re-encode, assert byte-equal to expectedFile. reject fixtures: decode inputFile, assert DecodeError.Code = expectedErrorCode and DecodeError.Path starts with expectedPath. lenient-accept fixtures (WIRE_FORMAT 16): decode the SHORTHAND inputFile, re-encode, assert byte-equal to expectedFile (the verbose canonical form) — a conformant host MUST accept the shorthand and normalise it; rejecting it, or decoding it to different bytes, is non-conformant. envelope-round-trip / envelope-reject fixtures (WIRE_FORMAT 15): read the $profile/$payload envelope, negotiate the authored profile against the host's own core@1.0, then either re-render byte-equal to expectedFile (Current/Behind — unknown kinds preserved verbatim, must-ignore-but-preserve) or refuse a Foreign profile with expectedErrorCode FOREIGN_PROFILE at expectedPath. elicitation-round-trip / elicitation-reject fixtures (WIRE_FORMAT 18): decode with the decoder-named entry point (elicitation = the envelope codec, elicitation-outcome = the outcome codec), then either re-encode byte-equal to expectedFile or assert the structured refusal (expectedErrorCode at a path starting with expectedPath). elicitation-answer-accept / elicitation-answer-reject fixtures (WIRE_FORMAT 18.4): the inputFile pairs {answer, contract}; run the host's answer-conformance validation and assert acceptance or the expected refusal. See fuaran-dotnet/docs/WIRE_FORMAT.md.",
|
|
5
5
|
"kinds": [
|
|
6
6
|
"Badge",
|
|
7
7
|
"Box",
|
|
@@ -372,46 +372,6 @@
|
|
|
372
372
|
"expectedFile": "envelope/envelope-unknown-required-profile.json",
|
|
373
373
|
"description": "Behind unknown kind declaring requiredProfile core@1.4 — preserved + degrade label surfaced (WIRE_FORMAT 15.3)"
|
|
374
374
|
},
|
|
375
|
-
{
|
|
376
|
-
"id": "legacy-upgrade-card",
|
|
377
|
-
"kind": "lenient-accept",
|
|
378
|
-
"decoder": "node",
|
|
379
|
-
"inputFile": "lenient/legacy-upgrade-card.json",
|
|
380
|
-
"expectedFile": "lenient/legacy-upgrade-card.expected.json",
|
|
381
|
-
"description": "Legacy `Card` tag decode-upgrades to a Flex/Card Box preserving the heading (Phase 390)"
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"id": "legacy-upgrade-dashboard",
|
|
385
|
-
"kind": "lenient-accept",
|
|
386
|
-
"decoder": "node",
|
|
387
|
-
"inputFile": "lenient/legacy-upgrade-dashboard.json",
|
|
388
|
-
"expectedFile": "lenient/legacy-upgrade-dashboard.expected.json",
|
|
389
|
-
"description": "Legacy `Dashboard` tag decode-upgrades to an Auto/Dashboard Box (Phase 390)"
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"id": "legacy-upgrade-gridlayout",
|
|
393
|
-
"kind": "lenient-accept",
|
|
394
|
-
"decoder": "node",
|
|
395
|
-
"inputFile": "lenient/legacy-upgrade-gridlayout.json",
|
|
396
|
-
"expectedFile": "lenient/legacy-upgrade-gridlayout.expected.json",
|
|
397
|
-
"description": "Legacy `GridLayout` tag decode-upgrades to a Grid/Group Box (Phase 390)"
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"id": "legacy-upgrade-stack",
|
|
401
|
-
"kind": "lenient-accept",
|
|
402
|
-
"decoder": "node",
|
|
403
|
-
"inputFile": "lenient/legacy-upgrade-stack.json",
|
|
404
|
-
"expectedFile": "lenient/legacy-upgrade-stack.expected.json",
|
|
405
|
-
"description": "Legacy `Stack` tag decode-upgrades to a Flex/Group Box (Phase 390)"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"id": "legacy-upgrade-table",
|
|
409
|
-
"kind": "lenient-accept",
|
|
410
|
-
"decoder": "node",
|
|
411
|
-
"inputFile": "lenient/legacy-upgrade-table.json",
|
|
412
|
-
"expectedFile": "lenient/legacy-upgrade-table.expected.json",
|
|
413
|
-
"description": "Legacy `Table` tag decode-upgrades to a static read-only DataGrid (Phase 393)"
|
|
414
|
-
},
|
|
415
375
|
{
|
|
416
376
|
"id": "lenient-022-lvr-emphasis-loud",
|
|
417
377
|
"kind": "lenient-accept",
|
|
@@ -828,6 +788,14 @@
|
|
|
828
788
|
"expectedFile": "nodes/btn-invoke.json",
|
|
829
789
|
"description": "Input/Button (Phase 283 — Action.Invoke capability effect)"
|
|
830
790
|
},
|
|
791
|
+
{
|
|
792
|
+
"id": "btn-json-payloads",
|
|
793
|
+
"kind": "node-round-trip",
|
|
794
|
+
"decoder": "node",
|
|
795
|
+
"inputFile": "nodes/btn-json-payloads.json",
|
|
796
|
+
"expectedFile": "nodes/btn-json-payloads.json",
|
|
797
|
+
"description": "Input/Button (Notify / SetState / AiTool — JSON payloads)"
|
|
798
|
+
},
|
|
831
799
|
{
|
|
832
800
|
"id": "btn-read-workbook",
|
|
833
801
|
"kind": "node-round-trip",
|
|
@@ -1943,13 +1911,13 @@
|
|
|
1943
1911
|
"description": "Top-level kind 'Widget' is not a recognised node kind"
|
|
1944
1912
|
},
|
|
1945
1913
|
{
|
|
1946
|
-
"id": "reject-wrongtype-
|
|
1914
|
+
"id": "reject-wrongtype-box-children",
|
|
1947
1915
|
"kind": "reject",
|
|
1948
1916
|
"decoder": "node",
|
|
1949
|
-
"inputFile": "reject/reject-wrongtype-
|
|
1917
|
+
"inputFile": "reject/reject-wrongtype-box-children.json",
|
|
1950
1918
|
"expectedErrorCode": "WRONG_TYPE",
|
|
1951
1919
|
"expectedPath": "$.kind.children",
|
|
1952
|
-
"description": "
|
|
1920
|
+
"description": "Box children is object not array"
|
|
1953
1921
|
},
|
|
1954
1922
|
{
|
|
1955
1923
|
"id": "reject-wrongtype-discriminator",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"btn-json-payloads","kind":{"$type":"Button","label":"Fire the JSON-payload actions","onClick":{"$type":"Chain","ops":[{"$type":"Notify","channel":"audit.channel","payload":{"alpha":1,"escapes":"quote\" back\\slash \u0001 astral-😀","float-whole":2,"nested":[{"a":1E-07,"b":true},[0,3],{},[]],"zeta":"last key authored first"}},{"$type":"SetState","key":"draft","value":{"alpha":1,"escapes":"quote\" back\\slash \u0001 astral-😀","float-whole":2,"nested":[{"a":1E-07,"b":true},[0,3],{},[]],"zeta":"last key authored first"}},{"$type":"AiTool","args":{"alpha":1,"escapes":"quote\" back\\slash \u0001 astral-😀","float-whole":2,"nested":[{"a":1E-07,"b":true},[0,3],{},[]],"zeta":"last key authored first"},"toolName":"summarise"}]},"variant":"Primary"}}
|
|
@@ -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","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"
|
|
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","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","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-1","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","
|
|
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","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-1","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"}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"id":"form-declarative","kind":{"$type":"Form","fields":[{"id":"profile-name","kind":{"$type":"Text","value":{"$type":"State","defaultValue":"","key":"profileName"}},"label":"Name","required":true},{"id":"profile-age","kind":{"$type":"Number","value":{"$type":"State","defaultValue":0,"key":"profileAge"}},"label":"Age","required":false},{"id":"profile-agree","kind":{"$type":"Checkbox","value":{"$type":"State","defaultValue":false,"key":"profileAgree"}},"label":"I agree","required":true},{"id":"profile-tier","kind":{"$type":"Choice","options":{"$type":"Static","value":[{"label":"Basic","value":"basic"},{"label":"Pro","value":"pro"}]},"value":{"$type":"State","
|
|
1
|
+
{"id":"form-declarative","kind":{"$type":"Form","fields":[{"id":"profile-name","kind":{"$type":"Text","value":{"$type":"State","defaultValue":"","key":"profileName"}},"label":"Name","required":true},{"id":"profile-age","kind":{"$type":"Number","value":{"$type":"State","defaultValue":0,"key":"profileAge"}},"label":"Age","required":false},{"id":"profile-agree","kind":{"$type":"Checkbox","value":{"$type":"State","defaultValue":false,"key":"profileAgree"}},"label":"I agree","required":true},{"id":"profile-tier","kind":{"$type":"Choice","options":{"$type":"Static","value":[{"label":"Basic","value":"basic"},{"label":"Pro","value":"pro"}]},"value":{"$type":"State","key":"profileTier"}},"label":"Tier","required":false}],"onSubmit":{"$type":"Chain","ops":[]},"submitLabel":"Save"}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"id":"form-segmented","kind":{"$type":"Form","fields":[{"id":"metric","kind":{"$type":"SegmentedChoice","onChange":"<closure>","options":{"$type":"Static","value":[{"label":"Effective","value":"effective"},{"label":"Marginal","value":"marginal"},{"label":"Take-home","value":"takeHome"}]},"orientation":"Horizontal","value":{"$type":"Static","value":"effective"}},"label":"Metric","required":false},{"id":"tier","kind":{"$type":"SegmentedChoice","onChange":"<closure>","options":{"$type":"Static","value":[{"label":"Low","value":"low"},{"label":"High","value":"high"}]},"orientation":"Vertical","value":{"$type":"Static"
|
|
1
|
+
{"id":"form-segmented","kind":{"$type":"Form","fields":[{"id":"metric","kind":{"$type":"SegmentedChoice","onChange":"<closure>","options":{"$type":"Static","value":[{"label":"Effective","value":"effective"},{"label":"Marginal","value":"marginal"},{"label":"Take-home","value":"takeHome"}]},"orientation":"Horizontal","value":{"$type":"Static","value":"effective"}},"label":"Metric","required":false},{"id":"tier","kind":{"$type":"SegmentedChoice","onChange":"<closure>","options":{"$type":"Static","value":[{"label":"Low","value":"low"},{"label":"High","value":"high"}]},"orientation":"Vertical","value":{"$type":"Static"}},"label":"Tier","required":true}],"onSubmit":{"$type":"Chain","ops":[]},"submitLabel":"Save"}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"id":"multiselect-1","kind":{"$type":"Select","label":"Tags","multiple":true,"onChange":"<closure>","source":{"$type":"Static","value":[{"label":"Red","value":"red"},{"label":"Green","value":"green"}]},"value":{"$type":"Static"
|
|
1
|
+
{"id":"multiselect-1","kind":{"$type":"Select","label":"Tags","multiple":true,"onChange":"<closure>","source":{"$type":"Static","value":[{"label":"Red","value":"red"},{"label":"Green","value":"green"}]},"value":{"$type":"Static"},"values":{"$type":"Static","value":["red","green"]}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$type":"InsertChild","child":{"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}}},"parentId":"dash-empty"
|
|
1
|
+
{"$type":"InsertChild","child":{"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}}},"parentId":"dash-empty"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$type":"MoveNode","newParentId":"card-1","
|
|
1
|
+
{"$type":"MoveNode","newParentId":"card-1","target":"metric-1"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"x","kind":{"$type":"Box","children":{},"layout":{"$type":"Auto"},"role":"Group"},"state":{},"style":{"emphasis":"Normal","tone":"Default","weight":"Standard"}}
|
package/corpus/schema.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://fuaran.dev/wire-format/v1/schema.json",
|
|
4
4
|
"title": "Fuaran UI wire format (v1)",
|
|
5
|
-
"description": "Canonical JSON wire format for the Fuaran UI tree (Node) and tree edits (TreeOp), wire format v1. Generated from Fuaran.UI.Types via Fuaran.UI.Ops.SchemaGen; describes the output of CanonicalJson.encode* / the input JsonDecode.decode* accepts. See fuaran/docs/WIRE_FORMAT.md.",
|
|
5
|
+
"description": "Canonical JSON wire format for the Fuaran UI tree (Node) and tree edits (TreeOp), wire format v1. Generated from Fuaran.UI.Types via Fuaran.UI.Ops.SchemaGen; describes the output of CanonicalJson.encode* / the input JsonDecode.decode* accepts. See fuaran-dotnet/docs/WIRE_FORMAT.md.",
|
|
6
6
|
"oneOf": [
|
|
7
7
|
{
|
|
8
8
|
"$ref": "#/$defs/Node"
|
|
@@ -260,8 +260,7 @@
|
|
|
260
260
|
"value": true
|
|
261
261
|
},
|
|
262
262
|
"required": [
|
|
263
|
-
"$type"
|
|
264
|
-
"value"
|
|
263
|
+
"$type"
|
|
265
264
|
]
|
|
266
265
|
},
|
|
267
266
|
{
|
|
@@ -333,7 +332,6 @@
|
|
|
333
332
|
},
|
|
334
333
|
"required": [
|
|
335
334
|
"$type",
|
|
336
|
-
"defaultValue",
|
|
337
335
|
"key"
|
|
338
336
|
]
|
|
339
337
|
},
|
|
@@ -4285,16 +4283,12 @@
|
|
|
4285
4283
|
},
|
|
4286
4284
|
"parentId": {
|
|
4287
4285
|
"type": "string"
|
|
4288
|
-
},
|
|
4289
|
-
"position": {
|
|
4290
|
-
"type": "integer"
|
|
4291
4286
|
}
|
|
4292
4287
|
},
|
|
4293
4288
|
"required": [
|
|
4294
4289
|
"$type",
|
|
4295
4290
|
"child",
|
|
4296
|
-
"parentId"
|
|
4297
|
-
"position"
|
|
4291
|
+
"parentId"
|
|
4298
4292
|
]
|
|
4299
4293
|
},
|
|
4300
4294
|
{
|
|
@@ -4321,9 +4315,6 @@
|
|
|
4321
4315
|
"newParentId": {
|
|
4322
4316
|
"type": "string"
|
|
4323
4317
|
},
|
|
4324
|
-
"newPosition": {
|
|
4325
|
-
"type": "integer"
|
|
4326
|
-
},
|
|
4327
4318
|
"target": {
|
|
4328
4319
|
"type": "string"
|
|
4329
4320
|
}
|
|
@@ -4331,7 +4322,6 @@
|
|
|
4331
4322
|
"required": [
|
|
4332
4323
|
"$type",
|
|
4333
4324
|
"newParentId",
|
|
4334
|
-
"newPosition",
|
|
4335
4325
|
"target"
|
|
4336
4326
|
]
|
|
4337
4327
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fuaran-ui/conformance",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.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.2.0",
|
|
47
|
+
"@fuaran-ui/schema": "0.2.0"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"legacy-card","kind":{"$type":"Box","children":[],"heading":"Legacy","layout":{"$type":"Flex","direction":"Vertical","wrap":false},"role":"Card"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"legacy-card","kind":{"$type":"Card","children":[],"heading":{"$type":"Literal","text":"Legacy"}}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"legacy-dash","kind":{"$type":"Box","children":[],"layout":{"$type":"Auto"},"role":"Dashboard"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"legacy-dash","kind":{"$type":"Dashboard","children":[]}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"legacy-grid","kind":{"$type":"Box","children":[],"layout":{"$type":"Grid","cols":3},"role":"Group"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"legacy-grid","kind":{"$type":"GridLayout","children":[],"cols":3}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"legacy-stack","kind":{"$type":"Box","children":[],"layout":{"$type":"Flex","direction":"Horizontal","wrap":true},"role":"Group"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"legacy-stack","kind":{"$type":"Stack","children":[],"orientation":"Horizontal","wrap":true}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"legacy-table","kind":{"$type":"DataGrid","columns":[],"source":{"$type":"Static","value":"<opaque>"},"staticRows":{"headers":["A"],"rows":[["1"]]}}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"legacy-table","kind":{"$type":"Table","headers":[{"$type":"Literal","text":"A"}],"rows":[[{"$type":"Literal","text":"1"}]]}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"x","kind":{"$type":"Dashboard","children":{}},"state":{},"style":{"emphasis":"Normal","tone":"Default","weight":"Standard"}}
|