@almadar/patterns 2.10.0 → 2.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component-mapping.json +6 -1
- package/dist/event-contracts.json +76 -1
- package/dist/index.d.ts +261 -10
- package/dist/index.js +266 -20
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +184 -18
- package/dist/registry.json +184 -18
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-
|
|
3
|
+
"exportedAt": "2026-04-03T05:25:58.152Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -2785,6 +2785,18 @@
|
|
|
2785
2785
|
"string"
|
|
2786
2786
|
],
|
|
2787
2787
|
"description": "Declarative hover event — emits UI:{hoverEvent} with { hovered: true/false } on mouseEnter/mouseLeave"
|
|
2788
|
+
},
|
|
2789
|
+
"maxWidth": {
|
|
2790
|
+
"types": [
|
|
2791
|
+
"string"
|
|
2792
|
+
],
|
|
2793
|
+
"description": "Maximum width (CSS value, e.g., \"550px\", \"80rem\")"
|
|
2794
|
+
},
|
|
2795
|
+
"children": {
|
|
2796
|
+
"types": [
|
|
2797
|
+
"node"
|
|
2798
|
+
],
|
|
2799
|
+
"description": "Children elements"
|
|
2788
2800
|
}
|
|
2789
2801
|
}
|
|
2790
2802
|
},
|
|
@@ -10621,6 +10633,12 @@
|
|
|
10621
10633
|
],
|
|
10622
10634
|
"description": "Maximum height before scrolling"
|
|
10623
10635
|
},
|
|
10636
|
+
"foldable": {
|
|
10637
|
+
"types": [
|
|
10638
|
+
"boolean"
|
|
10639
|
+
],
|
|
10640
|
+
"description": "Enable JSON-style code folding (default: true for json/orb)"
|
|
10641
|
+
},
|
|
10624
10642
|
"className": {
|
|
10625
10643
|
"types": [
|
|
10626
10644
|
"string"
|
|
@@ -13204,6 +13222,12 @@
|
|
|
13204
13222
|
],
|
|
13205
13223
|
"description": "Render prop for custom per-item content. When provided, `fields` and `itemActions` are ignored."
|
|
13206
13224
|
},
|
|
13225
|
+
"renderItem": {
|
|
13226
|
+
"types": [
|
|
13227
|
+
"function"
|
|
13228
|
+
],
|
|
13229
|
+
"description": "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop. @deprecated Use children render prop in React code. This prop exists for pattern registry sync."
|
|
13230
|
+
},
|
|
13207
13231
|
"pageSize": {
|
|
13208
13232
|
"types": [
|
|
13209
13233
|
"number"
|
|
@@ -13364,6 +13388,12 @@
|
|
|
13364
13388
|
],
|
|
13365
13389
|
"description": "Render prop for custom per-item content. When provided, `fields` and `itemActions` are ignored."
|
|
13366
13390
|
},
|
|
13391
|
+
"renderItem": {
|
|
13392
|
+
"types": [
|
|
13393
|
+
"function"
|
|
13394
|
+
],
|
|
13395
|
+
"description": "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop. @deprecated Use children render prop in React code. This prop exists for pattern registry sync."
|
|
13396
|
+
},
|
|
13367
13397
|
"pageSize": {
|
|
13368
13398
|
"types": [
|
|
13369
13399
|
"number"
|
|
@@ -20509,23 +20539,17 @@
|
|
|
20509
20539
|
"description": "schema prop",
|
|
20510
20540
|
"required": true
|
|
20511
20541
|
},
|
|
20512
|
-
"
|
|
20542
|
+
"mockData": {
|
|
20513
20543
|
"types": [
|
|
20514
|
-
"
|
|
20544
|
+
"object"
|
|
20515
20545
|
],
|
|
20516
|
-
"description": "
|
|
20546
|
+
"description": "mockData prop"
|
|
20517
20547
|
},
|
|
20518
|
-
"
|
|
20548
|
+
"className": {
|
|
20519
20549
|
"types": [
|
|
20520
20550
|
"string"
|
|
20521
20551
|
],
|
|
20522
|
-
"description": "
|
|
20523
|
-
},
|
|
20524
|
-
"animated": {
|
|
20525
|
-
"types": [
|
|
20526
|
-
"boolean"
|
|
20527
|
-
],
|
|
20528
|
-
"description": "animated prop"
|
|
20552
|
+
"description": "className prop"
|
|
20529
20553
|
},
|
|
20530
20554
|
"width": {
|
|
20531
20555
|
"types": [
|
|
@@ -20541,35 +20565,131 @@
|
|
|
20541
20565
|
],
|
|
20542
20566
|
"description": "height prop"
|
|
20543
20567
|
},
|
|
20568
|
+
"onNodeClick": {
|
|
20569
|
+
"types": [
|
|
20570
|
+
"function"
|
|
20571
|
+
],
|
|
20572
|
+
"description": "onNodeClick prop"
|
|
20573
|
+
},
|
|
20574
|
+
"onLevelChange": {
|
|
20575
|
+
"types": [
|
|
20576
|
+
"function"
|
|
20577
|
+
],
|
|
20578
|
+
"description": "onLevelChange prop"
|
|
20579
|
+
},
|
|
20580
|
+
"initialOrbital": {
|
|
20581
|
+
"types": [
|
|
20582
|
+
"string"
|
|
20583
|
+
],
|
|
20584
|
+
"description": "initialOrbital prop"
|
|
20585
|
+
},
|
|
20586
|
+
"initialLevel": {
|
|
20587
|
+
"types": [
|
|
20588
|
+
"object"
|
|
20589
|
+
],
|
|
20590
|
+
"description": "Start at Level 2 (expanded) when initialOrbital is set. Default: 'overview'."
|
|
20591
|
+
},
|
|
20592
|
+
"initialSelectedNode": {
|
|
20593
|
+
"types": [
|
|
20594
|
+
"object"
|
|
20595
|
+
],
|
|
20596
|
+
"description": "Pre-select a node on mount (opens OrbInspector)."
|
|
20597
|
+
},
|
|
20598
|
+
"editable": {
|
|
20599
|
+
"types": [
|
|
20600
|
+
"boolean"
|
|
20601
|
+
],
|
|
20602
|
+
"description": "Enable editing in the inspector. When true, fields become inputs."
|
|
20603
|
+
},
|
|
20604
|
+
"onSchemaChange": {
|
|
20605
|
+
"types": [
|
|
20606
|
+
"function"
|
|
20607
|
+
],
|
|
20608
|
+
"description": "Called when the user edits the schema via the inspector."
|
|
20609
|
+
},
|
|
20610
|
+
"onPatternDelete": {
|
|
20611
|
+
"types": [
|
|
20612
|
+
"function"
|
|
20613
|
+
],
|
|
20614
|
+
"description": "Called when the user presses Delete/Backspace with a pattern selected."
|
|
20615
|
+
},
|
|
20616
|
+
"onEventWire": {
|
|
20617
|
+
"types": [
|
|
20618
|
+
"function"
|
|
20619
|
+
],
|
|
20620
|
+
"description": "Called when the user drags from a source handle to a target handle (event wiring)."
|
|
20621
|
+
},
|
|
20622
|
+
"behaviorMeta": {
|
|
20623
|
+
"types": [
|
|
20624
|
+
"object"
|
|
20625
|
+
],
|
|
20626
|
+
"description": "Behavior layer metadata for node styling (layer color bands)."
|
|
20627
|
+
},
|
|
20628
|
+
"layoutHint": {
|
|
20629
|
+
"types": [
|
|
20630
|
+
"string"
|
|
20631
|
+
],
|
|
20632
|
+
"description": "Layout hint: 'pipeline' renders nodes left-to-right, 'grid' (default) uses sqrt-based grid."
|
|
20633
|
+
},
|
|
20634
|
+
"onNodeSelect": {
|
|
20635
|
+
"types": [
|
|
20636
|
+
"function"
|
|
20637
|
+
],
|
|
20638
|
+
"description": "Called when the user clicks a node in overview level (for composition hints)."
|
|
20639
|
+
},
|
|
20640
|
+
"composeLevel": {
|
|
20641
|
+
"types": [
|
|
20642
|
+
"object"
|
|
20643
|
+
],
|
|
20644
|
+
"description": "When 'behavior', shows behavior-level glyph nodes instead of orbital previews."
|
|
20645
|
+
},
|
|
20646
|
+
"behaviorEntries": {
|
|
20647
|
+
"types": [
|
|
20648
|
+
"array"
|
|
20649
|
+
],
|
|
20650
|
+
"description": "Behavior entries for compose mode (only when composeLevel='behavior')."
|
|
20651
|
+
},
|
|
20652
|
+
"behaviorWires": {
|
|
20653
|
+
"types": [
|
|
20654
|
+
"array"
|
|
20655
|
+
],
|
|
20656
|
+
"description": "Event wires between behaviors (only when composeLevel='behavior')."
|
|
20657
|
+
},
|
|
20544
20658
|
"onZoomChange": {
|
|
20545
20659
|
"types": [
|
|
20546
20660
|
"function"
|
|
20547
20661
|
],
|
|
20548
|
-
"description": "
|
|
20662
|
+
"description": "@deprecated Use onNodeClick instead. Kept for AvlCosmicZoom compat."
|
|
20549
20663
|
},
|
|
20550
20664
|
"focusTarget": {
|
|
20551
20665
|
"types": [
|
|
20552
20666
|
"object"
|
|
20553
20667
|
],
|
|
20554
|
-
"description": "
|
|
20668
|
+
"description": "@deprecated Not used in V3."
|
|
20555
20669
|
},
|
|
20556
|
-
"
|
|
20670
|
+
"color": {
|
|
20557
20671
|
"types": [
|
|
20558
20672
|
"string"
|
|
20559
20673
|
],
|
|
20560
|
-
"description": "
|
|
20674
|
+
"description": "@deprecated Not used in V3."
|
|
20675
|
+
},
|
|
20676
|
+
"animated": {
|
|
20677
|
+
"types": [
|
|
20678
|
+
"boolean"
|
|
20679
|
+
],
|
|
20680
|
+
"description": "@deprecated Not used in V3."
|
|
20561
20681
|
},
|
|
20562
20682
|
"initialTrait": {
|
|
20563
20683
|
"types": [
|
|
20564
20684
|
"string"
|
|
20565
20685
|
],
|
|
20566
|
-
"description": "
|
|
20686
|
+
"description": "@deprecated Not used in V3."
|
|
20567
20687
|
},
|
|
20568
20688
|
"stateCoverage": {
|
|
20569
20689
|
"types": [
|
|
20570
20690
|
"object"
|
|
20571
20691
|
],
|
|
20572
|
-
"description": "
|
|
20692
|
+
"description": "@deprecated Not used in V3."
|
|
20573
20693
|
}
|
|
20574
20694
|
}
|
|
20575
20695
|
},
|
|
@@ -22623,6 +22743,52 @@
|
|
|
22623
22743
|
}
|
|
22624
22744
|
}
|
|
22625
22745
|
},
|
|
22746
|
+
"orb-inspector": {
|
|
22747
|
+
"type": "orb-inspector",
|
|
22748
|
+
"category": "debug",
|
|
22749
|
+
"description": "OrbInspector component",
|
|
22750
|
+
"suggestedFor": [
|
|
22751
|
+
"orb",
|
|
22752
|
+
"inspector",
|
|
22753
|
+
"orb inspector"
|
|
22754
|
+
],
|
|
22755
|
+
"typicalSize": "large",
|
|
22756
|
+
"propsSchema": {
|
|
22757
|
+
"node": {
|
|
22758
|
+
"types": [
|
|
22759
|
+
"object"
|
|
22760
|
+
],
|
|
22761
|
+
"description": "node prop",
|
|
22762
|
+
"required": true
|
|
22763
|
+
},
|
|
22764
|
+
"schema": {
|
|
22765
|
+
"types": [
|
|
22766
|
+
"object"
|
|
22767
|
+
],
|
|
22768
|
+
"description": "schema prop",
|
|
22769
|
+
"required": true
|
|
22770
|
+
},
|
|
22771
|
+
"editable": {
|
|
22772
|
+
"types": [
|
|
22773
|
+
"boolean"
|
|
22774
|
+
],
|
|
22775
|
+
"description": "editable prop"
|
|
22776
|
+
},
|
|
22777
|
+
"onSchemaChange": {
|
|
22778
|
+
"types": [
|
|
22779
|
+
"function"
|
|
22780
|
+
],
|
|
22781
|
+
"description": "onSchemaChange prop"
|
|
22782
|
+
},
|
|
22783
|
+
"onClose": {
|
|
22784
|
+
"types": [
|
|
22785
|
+
"function"
|
|
22786
|
+
],
|
|
22787
|
+
"description": "onClose prop",
|
|
22788
|
+
"required": true
|
|
22789
|
+
}
|
|
22790
|
+
}
|
|
22791
|
+
},
|
|
22626
22792
|
"heading": {
|
|
22627
22793
|
"type": "heading",
|
|
22628
22794
|
"category": "component",
|
package/dist/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-
|
|
3
|
+
"exportedAt": "2026-04-03T05:25:58.152Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -2785,6 +2785,18 @@
|
|
|
2785
2785
|
"string"
|
|
2786
2786
|
],
|
|
2787
2787
|
"description": "Declarative hover event — emits UI:{hoverEvent} with { hovered: true/false } on mouseEnter/mouseLeave"
|
|
2788
|
+
},
|
|
2789
|
+
"maxWidth": {
|
|
2790
|
+
"types": [
|
|
2791
|
+
"string"
|
|
2792
|
+
],
|
|
2793
|
+
"description": "Maximum width (CSS value, e.g., \"550px\", \"80rem\")"
|
|
2794
|
+
},
|
|
2795
|
+
"children": {
|
|
2796
|
+
"types": [
|
|
2797
|
+
"node"
|
|
2798
|
+
],
|
|
2799
|
+
"description": "Children elements"
|
|
2788
2800
|
}
|
|
2789
2801
|
}
|
|
2790
2802
|
},
|
|
@@ -10621,6 +10633,12 @@
|
|
|
10621
10633
|
],
|
|
10622
10634
|
"description": "Maximum height before scrolling"
|
|
10623
10635
|
},
|
|
10636
|
+
"foldable": {
|
|
10637
|
+
"types": [
|
|
10638
|
+
"boolean"
|
|
10639
|
+
],
|
|
10640
|
+
"description": "Enable JSON-style code folding (default: true for json/orb)"
|
|
10641
|
+
},
|
|
10624
10642
|
"className": {
|
|
10625
10643
|
"types": [
|
|
10626
10644
|
"string"
|
|
@@ -13204,6 +13222,12 @@
|
|
|
13204
13222
|
],
|
|
13205
13223
|
"description": "Render prop for custom per-item content. When provided, `fields` and `itemActions` are ignored."
|
|
13206
13224
|
},
|
|
13225
|
+
"renderItem": {
|
|
13226
|
+
"types": [
|
|
13227
|
+
"function"
|
|
13228
|
+
],
|
|
13229
|
+
"description": "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop. @deprecated Use children render prop in React code. This prop exists for pattern registry sync."
|
|
13230
|
+
},
|
|
13207
13231
|
"pageSize": {
|
|
13208
13232
|
"types": [
|
|
13209
13233
|
"number"
|
|
@@ -13364,6 +13388,12 @@
|
|
|
13364
13388
|
],
|
|
13365
13389
|
"description": "Render prop for custom per-item content. When provided, `fields` and `itemActions` are ignored."
|
|
13366
13390
|
},
|
|
13391
|
+
"renderItem": {
|
|
13392
|
+
"types": [
|
|
13393
|
+
"function"
|
|
13394
|
+
],
|
|
13395
|
+
"description": "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop. @deprecated Use children render prop in React code. This prop exists for pattern registry sync."
|
|
13396
|
+
},
|
|
13367
13397
|
"pageSize": {
|
|
13368
13398
|
"types": [
|
|
13369
13399
|
"number"
|
|
@@ -20509,23 +20539,17 @@
|
|
|
20509
20539
|
"description": "schema prop",
|
|
20510
20540
|
"required": true
|
|
20511
20541
|
},
|
|
20512
|
-
"
|
|
20542
|
+
"mockData": {
|
|
20513
20543
|
"types": [
|
|
20514
|
-
"
|
|
20544
|
+
"object"
|
|
20515
20545
|
],
|
|
20516
|
-
"description": "
|
|
20546
|
+
"description": "mockData prop"
|
|
20517
20547
|
},
|
|
20518
|
-
"
|
|
20548
|
+
"className": {
|
|
20519
20549
|
"types": [
|
|
20520
20550
|
"string"
|
|
20521
20551
|
],
|
|
20522
|
-
"description": "
|
|
20523
|
-
},
|
|
20524
|
-
"animated": {
|
|
20525
|
-
"types": [
|
|
20526
|
-
"boolean"
|
|
20527
|
-
],
|
|
20528
|
-
"description": "animated prop"
|
|
20552
|
+
"description": "className prop"
|
|
20529
20553
|
},
|
|
20530
20554
|
"width": {
|
|
20531
20555
|
"types": [
|
|
@@ -20541,35 +20565,131 @@
|
|
|
20541
20565
|
],
|
|
20542
20566
|
"description": "height prop"
|
|
20543
20567
|
},
|
|
20568
|
+
"onNodeClick": {
|
|
20569
|
+
"types": [
|
|
20570
|
+
"function"
|
|
20571
|
+
],
|
|
20572
|
+
"description": "onNodeClick prop"
|
|
20573
|
+
},
|
|
20574
|
+
"onLevelChange": {
|
|
20575
|
+
"types": [
|
|
20576
|
+
"function"
|
|
20577
|
+
],
|
|
20578
|
+
"description": "onLevelChange prop"
|
|
20579
|
+
},
|
|
20580
|
+
"initialOrbital": {
|
|
20581
|
+
"types": [
|
|
20582
|
+
"string"
|
|
20583
|
+
],
|
|
20584
|
+
"description": "initialOrbital prop"
|
|
20585
|
+
},
|
|
20586
|
+
"initialLevel": {
|
|
20587
|
+
"types": [
|
|
20588
|
+
"object"
|
|
20589
|
+
],
|
|
20590
|
+
"description": "Start at Level 2 (expanded) when initialOrbital is set. Default: 'overview'."
|
|
20591
|
+
},
|
|
20592
|
+
"initialSelectedNode": {
|
|
20593
|
+
"types": [
|
|
20594
|
+
"object"
|
|
20595
|
+
],
|
|
20596
|
+
"description": "Pre-select a node on mount (opens OrbInspector)."
|
|
20597
|
+
},
|
|
20598
|
+
"editable": {
|
|
20599
|
+
"types": [
|
|
20600
|
+
"boolean"
|
|
20601
|
+
],
|
|
20602
|
+
"description": "Enable editing in the inspector. When true, fields become inputs."
|
|
20603
|
+
},
|
|
20604
|
+
"onSchemaChange": {
|
|
20605
|
+
"types": [
|
|
20606
|
+
"function"
|
|
20607
|
+
],
|
|
20608
|
+
"description": "Called when the user edits the schema via the inspector."
|
|
20609
|
+
},
|
|
20610
|
+
"onPatternDelete": {
|
|
20611
|
+
"types": [
|
|
20612
|
+
"function"
|
|
20613
|
+
],
|
|
20614
|
+
"description": "Called when the user presses Delete/Backspace with a pattern selected."
|
|
20615
|
+
},
|
|
20616
|
+
"onEventWire": {
|
|
20617
|
+
"types": [
|
|
20618
|
+
"function"
|
|
20619
|
+
],
|
|
20620
|
+
"description": "Called when the user drags from a source handle to a target handle (event wiring)."
|
|
20621
|
+
},
|
|
20622
|
+
"behaviorMeta": {
|
|
20623
|
+
"types": [
|
|
20624
|
+
"object"
|
|
20625
|
+
],
|
|
20626
|
+
"description": "Behavior layer metadata for node styling (layer color bands)."
|
|
20627
|
+
},
|
|
20628
|
+
"layoutHint": {
|
|
20629
|
+
"types": [
|
|
20630
|
+
"string"
|
|
20631
|
+
],
|
|
20632
|
+
"description": "Layout hint: 'pipeline' renders nodes left-to-right, 'grid' (default) uses sqrt-based grid."
|
|
20633
|
+
},
|
|
20634
|
+
"onNodeSelect": {
|
|
20635
|
+
"types": [
|
|
20636
|
+
"function"
|
|
20637
|
+
],
|
|
20638
|
+
"description": "Called when the user clicks a node in overview level (for composition hints)."
|
|
20639
|
+
},
|
|
20640
|
+
"composeLevel": {
|
|
20641
|
+
"types": [
|
|
20642
|
+
"object"
|
|
20643
|
+
],
|
|
20644
|
+
"description": "When 'behavior', shows behavior-level glyph nodes instead of orbital previews."
|
|
20645
|
+
},
|
|
20646
|
+
"behaviorEntries": {
|
|
20647
|
+
"types": [
|
|
20648
|
+
"array"
|
|
20649
|
+
],
|
|
20650
|
+
"description": "Behavior entries for compose mode (only when composeLevel='behavior')."
|
|
20651
|
+
},
|
|
20652
|
+
"behaviorWires": {
|
|
20653
|
+
"types": [
|
|
20654
|
+
"array"
|
|
20655
|
+
],
|
|
20656
|
+
"description": "Event wires between behaviors (only when composeLevel='behavior')."
|
|
20657
|
+
},
|
|
20544
20658
|
"onZoomChange": {
|
|
20545
20659
|
"types": [
|
|
20546
20660
|
"function"
|
|
20547
20661
|
],
|
|
20548
|
-
"description": "
|
|
20662
|
+
"description": "@deprecated Use onNodeClick instead. Kept for AvlCosmicZoom compat."
|
|
20549
20663
|
},
|
|
20550
20664
|
"focusTarget": {
|
|
20551
20665
|
"types": [
|
|
20552
20666
|
"object"
|
|
20553
20667
|
],
|
|
20554
|
-
"description": "
|
|
20668
|
+
"description": "@deprecated Not used in V3."
|
|
20555
20669
|
},
|
|
20556
|
-
"
|
|
20670
|
+
"color": {
|
|
20557
20671
|
"types": [
|
|
20558
20672
|
"string"
|
|
20559
20673
|
],
|
|
20560
|
-
"description": "
|
|
20674
|
+
"description": "@deprecated Not used in V3."
|
|
20675
|
+
},
|
|
20676
|
+
"animated": {
|
|
20677
|
+
"types": [
|
|
20678
|
+
"boolean"
|
|
20679
|
+
],
|
|
20680
|
+
"description": "@deprecated Not used in V3."
|
|
20561
20681
|
},
|
|
20562
20682
|
"initialTrait": {
|
|
20563
20683
|
"types": [
|
|
20564
20684
|
"string"
|
|
20565
20685
|
],
|
|
20566
|
-
"description": "
|
|
20686
|
+
"description": "@deprecated Not used in V3."
|
|
20567
20687
|
},
|
|
20568
20688
|
"stateCoverage": {
|
|
20569
20689
|
"types": [
|
|
20570
20690
|
"object"
|
|
20571
20691
|
],
|
|
20572
|
-
"description": "
|
|
20692
|
+
"description": "@deprecated Not used in V3."
|
|
20573
20693
|
}
|
|
20574
20694
|
}
|
|
20575
20695
|
},
|
|
@@ -22623,6 +22743,52 @@
|
|
|
22623
22743
|
}
|
|
22624
22744
|
}
|
|
22625
22745
|
},
|
|
22746
|
+
"orb-inspector": {
|
|
22747
|
+
"type": "orb-inspector",
|
|
22748
|
+
"category": "debug",
|
|
22749
|
+
"description": "OrbInspector component",
|
|
22750
|
+
"suggestedFor": [
|
|
22751
|
+
"orb",
|
|
22752
|
+
"inspector",
|
|
22753
|
+
"orb inspector"
|
|
22754
|
+
],
|
|
22755
|
+
"typicalSize": "large",
|
|
22756
|
+
"propsSchema": {
|
|
22757
|
+
"node": {
|
|
22758
|
+
"types": [
|
|
22759
|
+
"object"
|
|
22760
|
+
],
|
|
22761
|
+
"description": "node prop",
|
|
22762
|
+
"required": true
|
|
22763
|
+
},
|
|
22764
|
+
"schema": {
|
|
22765
|
+
"types": [
|
|
22766
|
+
"object"
|
|
22767
|
+
],
|
|
22768
|
+
"description": "schema prop",
|
|
22769
|
+
"required": true
|
|
22770
|
+
},
|
|
22771
|
+
"editable": {
|
|
22772
|
+
"types": [
|
|
22773
|
+
"boolean"
|
|
22774
|
+
],
|
|
22775
|
+
"description": "editable prop"
|
|
22776
|
+
},
|
|
22777
|
+
"onSchemaChange": {
|
|
22778
|
+
"types": [
|
|
22779
|
+
"function"
|
|
22780
|
+
],
|
|
22781
|
+
"description": "onSchemaChange prop"
|
|
22782
|
+
},
|
|
22783
|
+
"onClose": {
|
|
22784
|
+
"types": [
|
|
22785
|
+
"function"
|
|
22786
|
+
],
|
|
22787
|
+
"description": "onClose prop",
|
|
22788
|
+
"required": true
|
|
22789
|
+
}
|
|
22790
|
+
}
|
|
22791
|
+
},
|
|
22626
22792
|
"heading": {
|
|
22627
22793
|
"type": "heading",
|
|
22628
22794
|
"category": "component",
|