pxengine 0.1.42 → 0.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +291 -103
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.mjs +295 -107
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +1270 -1260
- package/package.json +1 -1
package/dist/registry.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pxengine/ui",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"lastUpdated": "2026-03-
|
|
4
|
+
"lastUpdated": "2026-03-09T05:50:14.291Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -13665,72 +13665,84 @@
|
|
|
13665
13665
|
"height": 225
|
|
13666
13666
|
}
|
|
13667
13667
|
},
|
|
13668
|
-
"
|
|
13669
|
-
"name": "
|
|
13668
|
+
"AudienceDemographicsCard": {
|
|
13669
|
+
"name": "AudienceDemographicsCard",
|
|
13670
13670
|
"type": "molecule",
|
|
13671
13671
|
"isBuilderComponent": true,
|
|
13672
|
-
"description": "
|
|
13672
|
+
"description": "AudienceDemographicsCard\nVisualizes audience data using appropriate chart types.",
|
|
13673
13673
|
"props": {
|
|
13674
|
-
"
|
|
13675
|
-
"type": "
|
|
13676
|
-
"required":
|
|
13674
|
+
"type": {
|
|
13675
|
+
"type": "\"audience-demographics-card\"",
|
|
13676
|
+
"required": true,
|
|
13677
13677
|
"description": ""
|
|
13678
13678
|
},
|
|
13679
|
-
"
|
|
13679
|
+
"title": {
|
|
13680
13680
|
"type": "string",
|
|
13681
|
-
"required":
|
|
13681
|
+
"required": true,
|
|
13682
13682
|
"description": ""
|
|
13683
13683
|
},
|
|
13684
|
-
"
|
|
13685
|
-
"type": "
|
|
13686
|
-
"required":
|
|
13684
|
+
"data": {
|
|
13685
|
+
"type": "any[]",
|
|
13686
|
+
"required": true,
|
|
13687
13687
|
"description": ""
|
|
13688
13688
|
},
|
|
13689
|
-
"
|
|
13690
|
-
"type": "
|
|
13689
|
+
"config": {
|
|
13690
|
+
"type": "record<string, { label: string; color: string; }>",
|
|
13691
13691
|
"required": true,
|
|
13692
13692
|
"description": ""
|
|
13693
13693
|
},
|
|
13694
|
-
"
|
|
13695
|
-
"type": "
|
|
13694
|
+
"demographicType": {
|
|
13695
|
+
"type": "enum",
|
|
13696
|
+
"required": true,
|
|
13697
|
+
"description": "",
|
|
13698
|
+
"enums": [
|
|
13699
|
+
"location",
|
|
13700
|
+
"age",
|
|
13701
|
+
"gender"
|
|
13702
|
+
]
|
|
13703
|
+
},
|
|
13704
|
+
"id": {
|
|
13705
|
+
"type": "string",
|
|
13706
|
+
"required": true,
|
|
13707
|
+
"description": ""
|
|
13708
|
+
},
|
|
13709
|
+
"className": {
|
|
13710
|
+
"type": "string",
|
|
13696
13711
|
"required": false,
|
|
13697
|
-
"defaultValue": "true",
|
|
13698
13712
|
"description": ""
|
|
13699
13713
|
},
|
|
13700
|
-
"
|
|
13701
|
-
"type": "
|
|
13714
|
+
"style": {
|
|
13715
|
+
"type": "cssproperties",
|
|
13702
13716
|
"required": false,
|
|
13703
|
-
"defaultValue": "false",
|
|
13704
13717
|
"description": ""
|
|
13705
13718
|
}
|
|
13706
13719
|
},
|
|
13707
13720
|
"preview": null,
|
|
13708
13721
|
"layoutHints": null
|
|
13709
13722
|
},
|
|
13710
|
-
"
|
|
13711
|
-
"name": "
|
|
13723
|
+
"AudienceMetricCard": {
|
|
13724
|
+
"name": "AudienceMetricCard",
|
|
13712
13725
|
"type": "molecule",
|
|
13713
13726
|
"isBuilderComponent": true,
|
|
13714
|
-
"description": "
|
|
13727
|
+
"description": "AudienceMetricCard\nA card displaying specific audience metrics with progress bars.",
|
|
13715
13728
|
"props": {
|
|
13716
13729
|
"type": {
|
|
13717
|
-
"type": "\"
|
|
13730
|
+
"type": "\"audience-metric-card\"",
|
|
13718
13731
|
"required": true,
|
|
13719
13732
|
"description": ""
|
|
13720
13733
|
},
|
|
13721
|
-
"
|
|
13722
|
-
"type": "string
|
|
13734
|
+
"title": {
|
|
13735
|
+
"type": "string",
|
|
13723
13736
|
"required": true,
|
|
13724
13737
|
"description": ""
|
|
13725
13738
|
},
|
|
13726
|
-
"
|
|
13739
|
+
"metrics": {
|
|
13727
13740
|
"type": "enum",
|
|
13728
13741
|
"required": true,
|
|
13729
13742
|
"description": "",
|
|
13730
13743
|
"enums": [
|
|
13731
|
-
"
|
|
13732
|
-
"number"
|
|
13733
|
-
"boolean)[][]"
|
|
13744
|
+
"{ label: string; value: string",
|
|
13745
|
+
"number; percentage?: number; }[]"
|
|
13734
13746
|
]
|
|
13735
13747
|
},
|
|
13736
13748
|
"id": {
|
|
@@ -13752,42 +13764,22 @@
|
|
|
13752
13764
|
"preview": null,
|
|
13753
13765
|
"layoutHints": null
|
|
13754
13766
|
},
|
|
13755
|
-
"
|
|
13756
|
-
"name": "
|
|
13767
|
+
"BrandAffinityGroup": {
|
|
13768
|
+
"name": "BrandAffinityGroup",
|
|
13757
13769
|
"type": "molecule",
|
|
13758
13770
|
"isBuilderComponent": true,
|
|
13759
|
-
"description": "
|
|
13771
|
+
"description": "BrandAffinityGroup\nVisual group of associated brand logos.",
|
|
13760
13772
|
"props": {
|
|
13761
13773
|
"type": {
|
|
13762
|
-
"type": "\"
|
|
13763
|
-
"required": true,
|
|
13764
|
-
"description": ""
|
|
13765
|
-
},
|
|
13766
|
-
"agent_name": {
|
|
13767
|
-
"type": "string",
|
|
13774
|
+
"type": "\"brand-affinity-group\"",
|
|
13768
13775
|
"required": true,
|
|
13769
13776
|
"description": ""
|
|
13770
13777
|
},
|
|
13771
|
-
"
|
|
13772
|
-
"type": "string",
|
|
13773
|
-
"required": false,
|
|
13774
|
-
"description": ""
|
|
13775
|
-
},
|
|
13776
|
-
"instruction": {
|
|
13777
|
-
"type": "string",
|
|
13778
|
+
"brands": {
|
|
13779
|
+
"type": "{ name: string; logosrc: string; }[]",
|
|
13778
13780
|
"required": true,
|
|
13779
13781
|
"description": ""
|
|
13780
13782
|
},
|
|
13781
|
-
"workflow_summary": {
|
|
13782
|
-
"type": "string[]",
|
|
13783
|
-
"required": false,
|
|
13784
|
-
"description": ""
|
|
13785
|
-
},
|
|
13786
|
-
"tools": {
|
|
13787
|
-
"type": "string[]",
|
|
13788
|
-
"required": false,
|
|
13789
|
-
"description": ""
|
|
13790
|
-
},
|
|
13791
13783
|
"id": {
|
|
13792
13784
|
"type": "string",
|
|
13793
13785
|
"required": true,
|
|
@@ -13807,231 +13799,293 @@
|
|
|
13807
13799
|
"preview": null,
|
|
13808
13800
|
"layoutHints": null
|
|
13809
13801
|
},
|
|
13810
|
-
"
|
|
13811
|
-
"name": "
|
|
13802
|
+
"CampaignConceptCard": {
|
|
13803
|
+
"name": "CampaignConceptCard",
|
|
13812
13804
|
"type": "molecule",
|
|
13813
13805
|
"isBuilderComponent": true,
|
|
13814
|
-
"description": "
|
|
13806
|
+
"description": "CampaignConceptCard\n\nA domain-specific molecule for displaying a campaign concept.\nStyled to match the creator-search CampaignConceptsRenderer layout.\nNo proceed button — includes a copy-all icon in the header.",
|
|
13815
13807
|
"props": {
|
|
13816
|
-
"
|
|
13808
|
+
"title": {
|
|
13817
13809
|
"type": "string",
|
|
13818
13810
|
"required": false,
|
|
13819
|
-
"description": ""
|
|
13811
|
+
"description": "Title of the concept"
|
|
13820
13812
|
},
|
|
13821
|
-
"
|
|
13822
|
-
"type": "
|
|
13823
|
-
"required":
|
|
13813
|
+
"index": {
|
|
13814
|
+
"type": "number",
|
|
13815
|
+
"required": false,
|
|
13824
13816
|
"description": ""
|
|
13825
13817
|
},
|
|
13826
|
-
"
|
|
13827
|
-
"type": "
|
|
13818
|
+
"isRecommended": {
|
|
13819
|
+
"type": "boolean",
|
|
13828
13820
|
"required": false,
|
|
13829
|
-
"description": ""
|
|
13821
|
+
"description": "Whether this concept is recommended"
|
|
13830
13822
|
},
|
|
13831
|
-
"
|
|
13832
|
-
"type": "
|
|
13833
|
-
"required":
|
|
13834
|
-
"description": ""
|
|
13823
|
+
"isOpen": {
|
|
13824
|
+
"type": "boolean",
|
|
13825
|
+
"required": false,
|
|
13826
|
+
"description": "Whether the card is expanded"
|
|
13835
13827
|
},
|
|
13836
|
-
"
|
|
13837
|
-
"type": "
|
|
13838
|
-
"required":
|
|
13839
|
-
"description": ""
|
|
13828
|
+
"onToggle": {
|
|
13829
|
+
"type": "() => void",
|
|
13830
|
+
"required": false,
|
|
13831
|
+
"description": "Callback for toggling the card"
|
|
13840
13832
|
},
|
|
13841
|
-
"
|
|
13842
|
-
"type": "
|
|
13833
|
+
"data": {
|
|
13834
|
+
"type": "record<string, any>",
|
|
13843
13835
|
"required": true,
|
|
13844
|
-
"description": ""
|
|
13836
|
+
"description": "Dynamic field data"
|
|
13845
13837
|
},
|
|
13846
|
-
"
|
|
13847
|
-
"type": "
|
|
13838
|
+
"fields": {
|
|
13839
|
+
"type": "fieldconfig[]",
|
|
13848
13840
|
"required": false,
|
|
13849
|
-
"
|
|
13850
|
-
"description": ""
|
|
13841
|
+
"description": "Optional field configuration to override dynamic generation"
|
|
13851
13842
|
},
|
|
13852
|
-
"
|
|
13843
|
+
"selectionStatus": {
|
|
13844
|
+
"type": "enum",
|
|
13845
|
+
"required": false,
|
|
13846
|
+
"description": "Selection status for the footer",
|
|
13847
|
+
"enums": [
|
|
13848
|
+
"user",
|
|
13849
|
+
"agent"
|
|
13850
|
+
]
|
|
13851
|
+
},
|
|
13852
|
+
"isLatestMessage": {
|
|
13853
13853
|
"type": "boolean",
|
|
13854
13854
|
"required": false,
|
|
13855
|
-
"
|
|
13856
|
-
"description": ""
|
|
13855
|
+
"description": "Whether this is the latest message"
|
|
13857
13856
|
},
|
|
13858
|
-
"
|
|
13859
|
-
"type": "
|
|
13857
|
+
"hasUserResponded": {
|
|
13858
|
+
"type": "boolean",
|
|
13860
13859
|
"required": false,
|
|
13861
|
-
"description": ""
|
|
13862
|
-
}
|
|
13863
|
-
|
|
13864
|
-
|
|
13865
|
-
|
|
13866
|
-
|
|
13867
|
-
|
|
13868
|
-
"name": "MultiAgentPlan",
|
|
13869
|
-
"type": "molecule",
|
|
13870
|
-
"isBuilderComponent": true,
|
|
13871
|
-
"description": "MultiAgentPlan\n\nVisual plan preview showing proposed stages before the admin commits.\nDisplays stage names, descriptions, and proposed tools in a connected flow.",
|
|
13872
|
-
"props": {
|
|
13860
|
+
"description": "Whether the user has already responded to this card"
|
|
13861
|
+
},
|
|
13862
|
+
"onAction": {
|
|
13863
|
+
"type": "(action: any) => void",
|
|
13864
|
+
"required": false,
|
|
13865
|
+
"description": "Optional action handler"
|
|
13866
|
+
},
|
|
13873
13867
|
"className": {
|
|
13874
13868
|
"type": "string",
|
|
13875
13869
|
"required": false,
|
|
13876
|
-
"description": ""
|
|
13870
|
+
"description": "Custom className"
|
|
13877
13871
|
},
|
|
13878
|
-
"
|
|
13879
|
-
"type": "
|
|
13872
|
+
"id": {
|
|
13873
|
+
"type": "string",
|
|
13880
13874
|
"required": false,
|
|
13881
|
-
"description": ""
|
|
13875
|
+
"description": "Unique identifier"
|
|
13882
13876
|
},
|
|
13883
|
-
"
|
|
13884
|
-
"type": "
|
|
13877
|
+
"editingFields": {
|
|
13878
|
+
"type": "record<string, boolean>",
|
|
13885
13879
|
"required": false,
|
|
13886
|
-
"
|
|
13887
|
-
|
|
13888
|
-
|
|
13889
|
-
|
|
13890
|
-
"preview": null,
|
|
13891
|
-
"layoutHints": null
|
|
13892
|
-
},
|
|
13893
|
-
"MultiAgentUISelector": {
|
|
13894
|
-
"name": "MultiAgentUISelector",
|
|
13895
|
-
"type": "molecule",
|
|
13896
|
-
"isBuilderComponent": true,
|
|
13897
|
-
"description": "MultiAgentUISelector\n\nPer-stage UI component selector. Tabbed view — each tab is a stage.\nReuses selection logic from UIComponentSelector but emits per-stage selections.",
|
|
13898
|
-
"props": {
|
|
13899
|
-
"onSelect": {
|
|
13900
|
-
"type": "(stageselections: record<string, string[]>) => void",
|
|
13880
|
+
"description": "Current editing states for each field"
|
|
13881
|
+
},
|
|
13882
|
+
"changedFields": {
|
|
13883
|
+
"type": "record<string, boolean>",
|
|
13901
13884
|
"required": false,
|
|
13902
|
-
"description": ""
|
|
13885
|
+
"description": "Fields that have been modified"
|
|
13903
13886
|
},
|
|
13904
|
-
"
|
|
13905
|
-
"type": "
|
|
13887
|
+
"savingFields": {
|
|
13888
|
+
"type": "record<string, boolean>",
|
|
13906
13889
|
"required": false,
|
|
13907
|
-
"description": ""
|
|
13890
|
+
"description": "Fields currently being saved"
|
|
13908
13891
|
},
|
|
13909
|
-
"
|
|
13910
|
-
"type": "string",
|
|
13892
|
+
"onFieldEdit": {
|
|
13893
|
+
"type": "(key: string) => void",
|
|
13911
13894
|
"required": false,
|
|
13912
|
-
"description": ""
|
|
13895
|
+
"description": "Triggered when a field starts editing"
|
|
13913
13896
|
},
|
|
13914
|
-
"
|
|
13915
|
-
"type": "
|
|
13897
|
+
"onFieldSave": {
|
|
13898
|
+
"type": "(key: string, newvalue: any) => void",
|
|
13916
13899
|
"required": false,
|
|
13917
|
-
"description": ""
|
|
13900
|
+
"description": "Triggered when a field value is saved"
|
|
13918
13901
|
},
|
|
13919
|
-
"
|
|
13920
|
-
"type": "
|
|
13902
|
+
"onFieldCancel": {
|
|
13903
|
+
"type": "(key: string) => void",
|
|
13921
13904
|
"required": false,
|
|
13922
|
-
"
|
|
13923
|
-
"description": ""
|
|
13905
|
+
"description": "Triggered when a field edit is cancelled"
|
|
13924
13906
|
},
|
|
13925
|
-
"
|
|
13926
|
-
"type": "
|
|
13907
|
+
"showTimeline": {
|
|
13908
|
+
"type": "boolean",
|
|
13927
13909
|
"required": false,
|
|
13928
|
-
"
|
|
13929
|
-
|
|
13930
|
-
|
|
13931
|
-
},
|
|
13932
|
-
"preview": null,
|
|
13933
|
-
"layoutHints": null
|
|
13934
|
-
},
|
|
13935
|
-
"StageIndicator": {
|
|
13936
|
-
"name": "StageIndicator",
|
|
13937
|
-
"type": "molecule",
|
|
13938
|
-
"isBuilderComponent": true,
|
|
13939
|
-
"description": "StageIndicator\n\nClient-side inline component showing active stage/agent name with a divider.\nDisplayed between messages when the responding agent changes in a multi-agent workflow.",
|
|
13940
|
-
"props": {
|
|
13941
|
-
"className": {
|
|
13910
|
+
"description": "Show a dotted timeline visual on the left"
|
|
13911
|
+
},
|
|
13912
|
+
"proceedLabel": {
|
|
13942
13913
|
"type": "string",
|
|
13943
13914
|
"required": false,
|
|
13944
|
-
"description": ""
|
|
13915
|
+
"description": "Label for the \"Proceed\" button"
|
|
13945
13916
|
},
|
|
13946
|
-
"
|
|
13947
|
-
"type": "
|
|
13917
|
+
"onProceed": {
|
|
13918
|
+
"type": "() => void",
|
|
13948
13919
|
"required": false,
|
|
13949
|
-
"description": ""
|
|
13920
|
+
"description": "Proceed handler"
|
|
13950
13921
|
},
|
|
13951
|
-
"
|
|
13952
|
-
"type": "
|
|
13953
|
-
"required":
|
|
13954
|
-
"description": ""
|
|
13922
|
+
"footer": {
|
|
13923
|
+
"type": "reactnode",
|
|
13924
|
+
"required": false,
|
|
13925
|
+
"description": "Footer content (optional)"
|
|
13955
13926
|
},
|
|
13956
|
-
"
|
|
13957
|
-
"type": "
|
|
13958
|
-
"required":
|
|
13959
|
-
"description": ""
|
|
13927
|
+
"hideTitle": {
|
|
13928
|
+
"type": "boolean",
|
|
13929
|
+
"required": false,
|
|
13930
|
+
"description": "Whether to hide the title"
|
|
13931
|
+
},
|
|
13932
|
+
"hideCopyButton": {
|
|
13933
|
+
"type": "boolean",
|
|
13934
|
+
"required": false,
|
|
13935
|
+
"description": "Whether to hide the copy button"
|
|
13936
|
+
},
|
|
13937
|
+
"shouldStopPropagation": {
|
|
13938
|
+
"type": "boolean",
|
|
13939
|
+
"required": false,
|
|
13940
|
+
"description": "Whether to stop event propagation when the edit icon is clicked in child fields."
|
|
13960
13941
|
}
|
|
13961
13942
|
},
|
|
13962
13943
|
"preview": null,
|
|
13963
13944
|
"layoutHints": null
|
|
13964
13945
|
},
|
|
13965
|
-
"
|
|
13966
|
-
"name": "
|
|
13946
|
+
"CampaignSeedCard": {
|
|
13947
|
+
"name": "CampaignSeedCard",
|
|
13967
13948
|
"type": "molecule",
|
|
13968
13949
|
"isBuilderComponent": true,
|
|
13969
|
-
"description": "
|
|
13950
|
+
"description": "CampaignSeedCard\n\nA domain-specific molecule for the Creator Discovery workflow.\nEncapsulates the specific brand info fields and selection status.\nUses smart field generation with proper renderers for all nested data types.",
|
|
13970
13951
|
"props": {
|
|
13971
|
-
"
|
|
13972
|
-
"type": "
|
|
13973
|
-
"required":
|
|
13974
|
-
"description": ""
|
|
13952
|
+
"selectionStatus": {
|
|
13953
|
+
"type": "enum",
|
|
13954
|
+
"required": false,
|
|
13955
|
+
"description": "Status of the selection (done by user or agent)",
|
|
13956
|
+
"enums": [
|
|
13957
|
+
"user",
|
|
13958
|
+
"agent"
|
|
13959
|
+
]
|
|
13975
13960
|
},
|
|
13976
|
-
"
|
|
13977
|
-
"type": "
|
|
13978
|
-
"required":
|
|
13979
|
-
"description": ""
|
|
13961
|
+
"isLatestMessage": {
|
|
13962
|
+
"type": "boolean",
|
|
13963
|
+
"required": false,
|
|
13964
|
+
"description": "Whether the message is the latest (to show countdown/actions)"
|
|
13965
|
+
},
|
|
13966
|
+
"hasUserResponded": {
|
|
13967
|
+
"type": "boolean",
|
|
13968
|
+
"required": false,
|
|
13969
|
+
"description": "Whether the user has already responded to this card"
|
|
13970
|
+
},
|
|
13971
|
+
"fields": {
|
|
13972
|
+
"type": "fieldconfig[]",
|
|
13973
|
+
"required": false,
|
|
13974
|
+
"description": "Optional field configuration to override dynamic generation"
|
|
13975
|
+
},
|
|
13976
|
+
"onAction": {
|
|
13977
|
+
"type": "(action: any) => void",
|
|
13978
|
+
"required": false,
|
|
13979
|
+
"description": "Optional action handler"
|
|
13980
|
+
},
|
|
13981
|
+
"className": {
|
|
13982
|
+
"type": "string",
|
|
13983
|
+
"required": false,
|
|
13984
|
+
"description": "Custom className"
|
|
13980
13985
|
},
|
|
13981
13986
|
"id": {
|
|
13987
|
+
"type": "string",
|
|
13988
|
+
"required": false,
|
|
13989
|
+
"description": "Unique identifier"
|
|
13990
|
+
},
|
|
13991
|
+
"title": {
|
|
13982
13992
|
"type": "string",
|
|
13983
13993
|
"required": true,
|
|
13984
|
-
"description": ""
|
|
13994
|
+
"description": "Title of the form card"
|
|
13985
13995
|
},
|
|
13986
|
-
"
|
|
13996
|
+
"data": {
|
|
13997
|
+
"type": "record<string, any>",
|
|
13998
|
+
"required": true,
|
|
13999
|
+
"description": "Initial data for the form"
|
|
14000
|
+
},
|
|
14001
|
+
"editingFields": {
|
|
14002
|
+
"type": "record<string, boolean>",
|
|
14003
|
+
"required": false,
|
|
14004
|
+
"description": "Current editing states for each field"
|
|
14005
|
+
},
|
|
14006
|
+
"changedFields": {
|
|
14007
|
+
"type": "record<string, boolean>",
|
|
14008
|
+
"required": false,
|
|
14009
|
+
"description": "Fields that have been modified"
|
|
14010
|
+
},
|
|
14011
|
+
"savingFields": {
|
|
14012
|
+
"type": "record<string, boolean>",
|
|
14013
|
+
"required": false,
|
|
14014
|
+
"description": "Fields currently being saved"
|
|
14015
|
+
},
|
|
14016
|
+
"onFieldEdit": {
|
|
14017
|
+
"type": "(key: string) => void",
|
|
14018
|
+
"required": false,
|
|
14019
|
+
"description": "Triggered when a field starts editing"
|
|
14020
|
+
},
|
|
14021
|
+
"onFieldSave": {
|
|
14022
|
+
"type": "(key: string, newvalue: any) => void",
|
|
14023
|
+
"required": false,
|
|
14024
|
+
"description": "Triggered when a field value is saved"
|
|
14025
|
+
},
|
|
14026
|
+
"onFieldCancel": {
|
|
14027
|
+
"type": "(key: string) => void",
|
|
14028
|
+
"required": false,
|
|
14029
|
+
"description": "Triggered when a field edit is cancelled"
|
|
14030
|
+
},
|
|
14031
|
+
"showTimeline": {
|
|
14032
|
+
"type": "boolean",
|
|
14033
|
+
"required": false,
|
|
14034
|
+
"description": "Show a dotted timeline visual on the left"
|
|
14035
|
+
},
|
|
14036
|
+
"proceedLabel": {
|
|
13987
14037
|
"type": "string",
|
|
13988
14038
|
"required": false,
|
|
13989
|
-
"description": ""
|
|
14039
|
+
"description": "Label for the \"Proceed\" button"
|
|
13990
14040
|
},
|
|
13991
|
-
"
|
|
13992
|
-
"type": "
|
|
14041
|
+
"onProceed": {
|
|
14042
|
+
"type": "() => void",
|
|
13993
14043
|
"required": false,
|
|
13994
|
-
"description": ""
|
|
13995
|
-
}
|
|
13996
|
-
|
|
13997
|
-
|
|
13998
|
-
"layoutHints": null
|
|
13999
|
-
},
|
|
14000
|
-
"UIComponentSelector": {
|
|
14001
|
-
"name": "UIComponentSelector",
|
|
14002
|
-
"type": "molecule",
|
|
14003
|
-
"isBuilderComponent": true,
|
|
14004
|
-
"description": "",
|
|
14005
|
-
"props": {
|
|
14006
|
-
"onSelect": {
|
|
14007
|
-
"type": "(selectedcomponents: string[]) => void",
|
|
14044
|
+
"description": "Proceed handler"
|
|
14045
|
+
},
|
|
14046
|
+
"footer": {
|
|
14047
|
+
"type": "reactnode",
|
|
14008
14048
|
"required": false,
|
|
14009
|
-
"description": ""
|
|
14049
|
+
"description": "Footer content (optional)"
|
|
14010
14050
|
},
|
|
14011
|
-
"
|
|
14012
|
-
"type": "
|
|
14051
|
+
"hideTitle": {
|
|
14052
|
+
"type": "boolean",
|
|
14013
14053
|
"required": false,
|
|
14014
|
-
"description": ""
|
|
14054
|
+
"description": "Whether to hide the title"
|
|
14055
|
+
},
|
|
14056
|
+
"hideCopyButton": {
|
|
14057
|
+
"type": "boolean",
|
|
14058
|
+
"required": false,
|
|
14059
|
+
"description": "Whether to hide the copy button"
|
|
14060
|
+
},
|
|
14061
|
+
"shouldStopPropagation": {
|
|
14062
|
+
"type": "boolean",
|
|
14063
|
+
"required": false,
|
|
14064
|
+
"description": "Whether to stop event propagation when the edit icon is clicked in child fields."
|
|
14015
14065
|
}
|
|
14016
14066
|
},
|
|
14017
14067
|
"preview": null,
|
|
14018
14068
|
"layoutHints": null
|
|
14019
14069
|
},
|
|
14020
|
-
"
|
|
14021
|
-
"name": "
|
|
14070
|
+
"ContentPreviewGallery": {
|
|
14071
|
+
"name": "ContentPreviewGallery",
|
|
14022
14072
|
"type": "molecule",
|
|
14023
14073
|
"isBuilderComponent": true,
|
|
14024
|
-
"description": "
|
|
14074
|
+
"description": "ContentPreviewGallery\nGrid/Gallery of thumbnail previews.",
|
|
14025
14075
|
"props": {
|
|
14026
14076
|
"type": {
|
|
14027
|
-
"type": "\"
|
|
14077
|
+
"type": "\"content-preview-gallery\"",
|
|
14028
14078
|
"required": true,
|
|
14029
14079
|
"description": ""
|
|
14030
14080
|
},
|
|
14031
|
-
"
|
|
14032
|
-
"type": "
|
|
14081
|
+
"items": {
|
|
14082
|
+
"type": "enum",
|
|
14033
14083
|
"required": true,
|
|
14034
|
-
"description": ""
|
|
14084
|
+
"description": "",
|
|
14085
|
+
"enums": [
|
|
14086
|
+
"{ thumbnail: string; type: video",
|
|
14087
|
+
"image; url?: string; }[]"
|
|
14088
|
+
]
|
|
14035
14089
|
},
|
|
14036
14090
|
"id": {
|
|
14037
14091
|
"type": "string",
|
|
@@ -14052,41 +14106,41 @@
|
|
|
14052
14106
|
"preview": null,
|
|
14053
14107
|
"layoutHints": null
|
|
14054
14108
|
},
|
|
14055
|
-
"
|
|
14056
|
-
"name": "
|
|
14109
|
+
"CreatorActionHeader": {
|
|
14110
|
+
"name": "CreatorActionHeader",
|
|
14057
14111
|
"type": "molecule",
|
|
14058
14112
|
"isBuilderComponent": true,
|
|
14059
|
-
"description": "
|
|
14113
|
+
"description": "CreatorActionHeader\nA premium header for profile views with banner and sticky actions.",
|
|
14060
14114
|
"props": {
|
|
14061
14115
|
"type": {
|
|
14062
|
-
"type": "\"
|
|
14116
|
+
"type": "\"creator-action-header\"",
|
|
14063
14117
|
"required": true,
|
|
14064
14118
|
"description": ""
|
|
14065
14119
|
},
|
|
14066
|
-
"
|
|
14120
|
+
"bannerSrc": {
|
|
14067
14121
|
"type": "string",
|
|
14068
|
-
"required":
|
|
14122
|
+
"required": false,
|
|
14069
14123
|
"description": ""
|
|
14070
14124
|
},
|
|
14071
|
-
"
|
|
14072
|
-
"type": "
|
|
14125
|
+
"avatarSrc": {
|
|
14126
|
+
"type": "string",
|
|
14127
|
+
"required": false,
|
|
14128
|
+
"description": ""
|
|
14129
|
+
},
|
|
14130
|
+
"name": {
|
|
14131
|
+
"type": "string",
|
|
14073
14132
|
"required": true,
|
|
14074
14133
|
"description": ""
|
|
14075
14134
|
},
|
|
14076
|
-
"
|
|
14077
|
-
"type": "
|
|
14135
|
+
"handle": {
|
|
14136
|
+
"type": "string",
|
|
14078
14137
|
"required": true,
|
|
14079
14138
|
"description": ""
|
|
14080
14139
|
},
|
|
14081
|
-
"
|
|
14082
|
-
"type": "
|
|
14140
|
+
"actions": {
|
|
14141
|
+
"type": "{ label: string; variant?: string; action?: string; }[]",
|
|
14083
14142
|
"required": true,
|
|
14084
|
-
"description": ""
|
|
14085
|
-
"enums": [
|
|
14086
|
-
"location",
|
|
14087
|
-
"age",
|
|
14088
|
-
"gender"
|
|
14089
|
-
]
|
|
14143
|
+
"description": ""
|
|
14090
14144
|
},
|
|
14091
14145
|
"id": {
|
|
14092
14146
|
"type": "string",
|
|
@@ -14107,64 +14161,53 @@
|
|
|
14107
14161
|
"preview": null,
|
|
14108
14162
|
"layoutHints": null
|
|
14109
14163
|
},
|
|
14110
|
-
"
|
|
14111
|
-
"name": "
|
|
14164
|
+
"CreatorGridCard": {
|
|
14165
|
+
"name": "CreatorGridCard",
|
|
14112
14166
|
"type": "molecule",
|
|
14113
14167
|
"isBuilderComponent": true,
|
|
14114
|
-
"description": "
|
|
14168
|
+
"description": "CreatorGridCard\nA visually rich card for discovery grids.",
|
|
14115
14169
|
"props": {
|
|
14116
14170
|
"type": {
|
|
14117
|
-
"type": "\"
|
|
14171
|
+
"type": "\"creator-grid-card\"",
|
|
14118
14172
|
"required": true,
|
|
14119
14173
|
"description": ""
|
|
14120
14174
|
},
|
|
14121
|
-
"
|
|
14175
|
+
"bannerSrc": {
|
|
14122
14176
|
"type": "string",
|
|
14123
|
-
"required":
|
|
14177
|
+
"required": false,
|
|
14124
14178
|
"description": ""
|
|
14125
14179
|
},
|
|
14126
|
-
"
|
|
14127
|
-
"type": "enum",
|
|
14128
|
-
"required": true,
|
|
14129
|
-
"description": "",
|
|
14130
|
-
"enums": [
|
|
14131
|
-
"{ label: string; value: string",
|
|
14132
|
-
"number; percentage?: number; }[]"
|
|
14133
|
-
]
|
|
14134
|
-
},
|
|
14135
|
-
"id": {
|
|
14180
|
+
"avatarSrc": {
|
|
14136
14181
|
"type": "string",
|
|
14137
|
-
"required":
|
|
14182
|
+
"required": false,
|
|
14138
14183
|
"description": ""
|
|
14139
14184
|
},
|
|
14140
|
-
"
|
|
14185
|
+
"name": {
|
|
14141
14186
|
"type": "string",
|
|
14142
14187
|
"required": false,
|
|
14188
|
+
"defaultValue": "",
|
|
14143
14189
|
"description": ""
|
|
14144
14190
|
},
|
|
14145
|
-
"
|
|
14146
|
-
"type": "
|
|
14191
|
+
"handle": {
|
|
14192
|
+
"type": "string",
|
|
14147
14193
|
"required": false,
|
|
14148
|
-
"
|
|
14149
|
-
}
|
|
14150
|
-
},
|
|
14151
|
-
"preview": null,
|
|
14152
|
-
"layoutHints": null
|
|
14153
|
-
},
|
|
14154
|
-
"BrandAffinityGroup": {
|
|
14155
|
-
"name": "BrandAffinityGroup",
|
|
14156
|
-
"type": "molecule",
|
|
14157
|
-
"isBuilderComponent": true,
|
|
14158
|
-
"description": "BrandAffinityGroup\nVisual group of associated brand logos.",
|
|
14159
|
-
"props": {
|
|
14160
|
-
"type": {
|
|
14161
|
-
"type": "\"brand-affinity-group\"",
|
|
14162
|
-
"required": true,
|
|
14194
|
+
"defaultValue": "",
|
|
14163
14195
|
"description": ""
|
|
14164
14196
|
},
|
|
14165
|
-
"
|
|
14166
|
-
"type": "
|
|
14167
|
-
"required":
|
|
14197
|
+
"metrics": {
|
|
14198
|
+
"type": "enum",
|
|
14199
|
+
"required": false,
|
|
14200
|
+
"defaultValue": "[]",
|
|
14201
|
+
"description": "",
|
|
14202
|
+
"enums": [
|
|
14203
|
+
"{ label: string; value: string",
|
|
14204
|
+
"number; }[]"
|
|
14205
|
+
]
|
|
14206
|
+
},
|
|
14207
|
+
"platforms": {
|
|
14208
|
+
"type": "string[]",
|
|
14209
|
+
"required": false,
|
|
14210
|
+
"defaultValue": "[]",
|
|
14168
14211
|
"description": ""
|
|
14169
14212
|
},
|
|
14170
14213
|
"id": {
|
|
@@ -14186,185 +14229,89 @@
|
|
|
14186
14229
|
"preview": null,
|
|
14187
14230
|
"layoutHints": null
|
|
14188
14231
|
},
|
|
14189
|
-
"
|
|
14190
|
-
"name": "
|
|
14232
|
+
"CreatorProfileSummary": {
|
|
14233
|
+
"name": "CreatorProfileSummary",
|
|
14191
14234
|
"type": "molecule",
|
|
14192
14235
|
"isBuilderComponent": true,
|
|
14193
|
-
"description": "
|
|
14236
|
+
"description": "CreatorProfileSummary\nA compact row showing avatar, name, and key metrics.",
|
|
14194
14237
|
"props": {
|
|
14195
|
-
"
|
|
14196
|
-
"type": "
|
|
14197
|
-
"required":
|
|
14198
|
-
"description": "Title of the concept"
|
|
14199
|
-
},
|
|
14200
|
-
"index": {
|
|
14201
|
-
"type": "number",
|
|
14202
|
-
"required": false,
|
|
14238
|
+
"type": {
|
|
14239
|
+
"type": "\"creator-profile-summary\"",
|
|
14240
|
+
"required": true,
|
|
14203
14241
|
"description": ""
|
|
14204
14242
|
},
|
|
14205
|
-
"
|
|
14206
|
-
"type": "
|
|
14207
|
-
"required": false,
|
|
14208
|
-
"description": "Whether this concept is recommended"
|
|
14209
|
-
},
|
|
14210
|
-
"isOpen": {
|
|
14211
|
-
"type": "boolean",
|
|
14212
|
-
"required": false,
|
|
14213
|
-
"description": "Whether the card is expanded"
|
|
14214
|
-
},
|
|
14215
|
-
"onToggle": {
|
|
14216
|
-
"type": "() => void",
|
|
14243
|
+
"avatarSrc": {
|
|
14244
|
+
"type": "string",
|
|
14217
14245
|
"required": false,
|
|
14218
|
-
"description": "
|
|
14246
|
+
"description": ""
|
|
14219
14247
|
},
|
|
14220
|
-
"
|
|
14221
|
-
"type": "
|
|
14248
|
+
"name": {
|
|
14249
|
+
"type": "string",
|
|
14222
14250
|
"required": true,
|
|
14223
|
-
"description": "
|
|
14224
|
-
},
|
|
14225
|
-
"fields": {
|
|
14226
|
-
"type": "fieldconfig[]",
|
|
14227
|
-
"required": false,
|
|
14228
|
-
"description": "Optional field configuration to override dynamic generation"
|
|
14251
|
+
"description": ""
|
|
14229
14252
|
},
|
|
14230
|
-
"
|
|
14253
|
+
"followerCount": {
|
|
14231
14254
|
"type": "enum",
|
|
14232
14255
|
"required": false,
|
|
14233
|
-
"description": "
|
|
14256
|
+
"description": "",
|
|
14234
14257
|
"enums": [
|
|
14235
|
-
"
|
|
14236
|
-
"
|
|
14258
|
+
"string",
|
|
14259
|
+
"number"
|
|
14237
14260
|
]
|
|
14238
14261
|
},
|
|
14239
|
-
"
|
|
14240
|
-
"type": "
|
|
14241
|
-
"required": false,
|
|
14242
|
-
"description": "Whether this is the latest message"
|
|
14243
|
-
},
|
|
14244
|
-
"hasUserResponded": {
|
|
14245
|
-
"type": "boolean",
|
|
14246
|
-
"required": false,
|
|
14247
|
-
"description": "Whether the user has already responded to this card"
|
|
14248
|
-
},
|
|
14249
|
-
"onAction": {
|
|
14250
|
-
"type": "(action: any) => void",
|
|
14251
|
-
"required": false,
|
|
14252
|
-
"description": "Optional action handler"
|
|
14253
|
-
},
|
|
14254
|
-
"className": {
|
|
14255
|
-
"type": "string",
|
|
14262
|
+
"engagementRate": {
|
|
14263
|
+
"type": "enum",
|
|
14256
14264
|
"required": false,
|
|
14257
|
-
"description": "
|
|
14265
|
+
"description": "",
|
|
14266
|
+
"enums": [
|
|
14267
|
+
"string",
|
|
14268
|
+
"number"
|
|
14269
|
+
]
|
|
14258
14270
|
},
|
|
14259
14271
|
"id": {
|
|
14260
14272
|
"type": "string",
|
|
14261
|
-
"required":
|
|
14262
|
-
"description": "
|
|
14263
|
-
},
|
|
14264
|
-
"editingFields": {
|
|
14265
|
-
"type": "record<string, boolean>",
|
|
14266
|
-
"required": false,
|
|
14267
|
-
"description": "Current editing states for each field"
|
|
14268
|
-
},
|
|
14269
|
-
"changedFields": {
|
|
14270
|
-
"type": "record<string, boolean>",
|
|
14271
|
-
"required": false,
|
|
14272
|
-
"description": "Fields that have been modified"
|
|
14273
|
-
},
|
|
14274
|
-
"savingFields": {
|
|
14275
|
-
"type": "record<string, boolean>",
|
|
14276
|
-
"required": false,
|
|
14277
|
-
"description": "Fields currently being saved"
|
|
14278
|
-
},
|
|
14279
|
-
"onFieldEdit": {
|
|
14280
|
-
"type": "(key: string) => void",
|
|
14281
|
-
"required": false,
|
|
14282
|
-
"description": "Triggered when a field starts editing"
|
|
14283
|
-
},
|
|
14284
|
-
"onFieldSave": {
|
|
14285
|
-
"type": "(key: string, newvalue: any) => void",
|
|
14286
|
-
"required": false,
|
|
14287
|
-
"description": "Triggered when a field value is saved"
|
|
14288
|
-
},
|
|
14289
|
-
"onFieldCancel": {
|
|
14290
|
-
"type": "(key: string) => void",
|
|
14291
|
-
"required": false,
|
|
14292
|
-
"description": "Triggered when a field edit is cancelled"
|
|
14293
|
-
},
|
|
14294
|
-
"showTimeline": {
|
|
14295
|
-
"type": "boolean",
|
|
14296
|
-
"required": false,
|
|
14297
|
-
"description": "Show a dotted timeline visual on the left"
|
|
14273
|
+
"required": true,
|
|
14274
|
+
"description": ""
|
|
14298
14275
|
},
|
|
14299
|
-
"
|
|
14276
|
+
"className": {
|
|
14300
14277
|
"type": "string",
|
|
14301
14278
|
"required": false,
|
|
14302
|
-
"description": "
|
|
14303
|
-
},
|
|
14304
|
-
"onProceed": {
|
|
14305
|
-
"type": "() => void",
|
|
14306
|
-
"required": false,
|
|
14307
|
-
"description": "Proceed handler"
|
|
14308
|
-
},
|
|
14309
|
-
"footer": {
|
|
14310
|
-
"type": "reactnode",
|
|
14311
|
-
"required": false,
|
|
14312
|
-
"description": "Footer content (optional)"
|
|
14313
|
-
},
|
|
14314
|
-
"hideTitle": {
|
|
14315
|
-
"type": "boolean",
|
|
14316
|
-
"required": false,
|
|
14317
|
-
"description": "Whether to hide the title"
|
|
14318
|
-
},
|
|
14319
|
-
"hideCopyButton": {
|
|
14320
|
-
"type": "boolean",
|
|
14321
|
-
"required": false,
|
|
14322
|
-
"description": "Whether to hide the copy button"
|
|
14279
|
+
"description": ""
|
|
14323
14280
|
},
|
|
14324
|
-
"
|
|
14325
|
-
"type": "
|
|
14281
|
+
"style": {
|
|
14282
|
+
"type": "cssproperties",
|
|
14326
14283
|
"required": false,
|
|
14327
|
-
"description": "
|
|
14284
|
+
"description": ""
|
|
14328
14285
|
}
|
|
14329
14286
|
},
|
|
14330
14287
|
"preview": null,
|
|
14331
14288
|
"layoutHints": null
|
|
14332
14289
|
},
|
|
14333
|
-
"
|
|
14334
|
-
"name": "
|
|
14290
|
+
"CreatorSearch": {
|
|
14291
|
+
"name": "CreatorSearch",
|
|
14335
14292
|
"type": "molecule",
|
|
14336
14293
|
"isBuilderComponent": true,
|
|
14337
|
-
"description": "
|
|
14294
|
+
"description": "CreatorSearch\n\nA domain-specific molecule for the Creator Discovery workflow.\nEncapsulates creator search settings like platforms, range, geography, keywords, etc.\nDesigned to match the MCQCard theme with premium dark aesthetics.",
|
|
14338
14295
|
"props": {
|
|
14339
14296
|
"selectionStatus": {
|
|
14340
14297
|
"type": "enum",
|
|
14341
14298
|
"required": false,
|
|
14342
|
-
"description": "Status of the selection
|
|
14299
|
+
"description": "Status of the selection",
|
|
14343
14300
|
"enums": [
|
|
14344
|
-
"
|
|
14345
|
-
"
|
|
14301
|
+
"user",
|
|
14302
|
+
"agent"
|
|
14346
14303
|
]
|
|
14347
14304
|
},
|
|
14348
14305
|
"isLatestMessage": {
|
|
14349
14306
|
"type": "boolean",
|
|
14350
14307
|
"required": false,
|
|
14351
|
-
"description": "Whether the message is the latest
|
|
14352
|
-
},
|
|
14353
|
-
"hasUserResponded": {
|
|
14354
|
-
"type": "boolean",
|
|
14355
|
-
"required": false,
|
|
14356
|
-
"description": "Whether the user has already responded to this card"
|
|
14308
|
+
"description": "Whether the message is the latest"
|
|
14357
14309
|
},
|
|
14358
14310
|
"fields": {
|
|
14359
14311
|
"type": "fieldconfig[]",
|
|
14360
14312
|
"required": false,
|
|
14361
14313
|
"description": "Optional field configuration to override dynamic generation"
|
|
14362
14314
|
},
|
|
14363
|
-
"onAction": {
|
|
14364
|
-
"type": "(action: any) => void",
|
|
14365
|
-
"required": false,
|
|
14366
|
-
"description": "Optional action handler"
|
|
14367
|
-
},
|
|
14368
14315
|
"className": {
|
|
14369
14316
|
"type": "string",
|
|
14370
14317
|
"required": false,
|
|
@@ -14454,93 +14401,123 @@
|
|
|
14454
14401
|
"preview": null,
|
|
14455
14402
|
"layoutHints": null
|
|
14456
14403
|
},
|
|
14457
|
-
"
|
|
14458
|
-
"name": "
|
|
14404
|
+
"CreatorCompactView": {
|
|
14405
|
+
"name": "CreatorCompactView",
|
|
14459
14406
|
"type": "molecule",
|
|
14460
14407
|
"isBuilderComponent": true,
|
|
14461
|
-
"description": "
|
|
14408
|
+
"description": "",
|
|
14462
14409
|
"props": {
|
|
14463
|
-
"
|
|
14464
|
-
"type": "
|
|
14410
|
+
"versions": {
|
|
14411
|
+
"type": "number[]",
|
|
14465
14412
|
"required": true,
|
|
14466
14413
|
"description": ""
|
|
14467
14414
|
},
|
|
14468
|
-
"
|
|
14469
|
-
"type": "
|
|
14470
|
-
"required":
|
|
14471
|
-
"description": ""
|
|
14472
|
-
"enums": [
|
|
14473
|
-
"{ thumbnail: string; type: video",
|
|
14474
|
-
"image; url?: string; }[]"
|
|
14475
|
-
]
|
|
14415
|
+
"selectedVersion": {
|
|
14416
|
+
"type": "number",
|
|
14417
|
+
"required": false,
|
|
14418
|
+
"description": ""
|
|
14476
14419
|
},
|
|
14477
|
-
"
|
|
14478
|
-
"type": "string",
|
|
14420
|
+
"creatorImages": {
|
|
14421
|
+
"type": "string[]",
|
|
14479
14422
|
"required": true,
|
|
14480
14423
|
"description": ""
|
|
14481
14424
|
},
|
|
14482
|
-
"
|
|
14483
|
-
"type": "
|
|
14484
|
-
"required":
|
|
14425
|
+
"creatorLength": {
|
|
14426
|
+
"type": "number",
|
|
14427
|
+
"required": true,
|
|
14485
14428
|
"description": ""
|
|
14486
14429
|
},
|
|
14487
|
-
"
|
|
14488
|
-
"type": "
|
|
14489
|
-
"required": false,
|
|
14490
|
-
"description": ""
|
|
14491
|
-
}
|
|
14492
|
-
},
|
|
14493
|
-
"preview": null,
|
|
14494
|
-
"layoutHints": null
|
|
14495
|
-
},
|
|
14496
|
-
"CreatorActionHeader": {
|
|
14497
|
-
"name": "CreatorActionHeader",
|
|
14498
|
-
"type": "molecule",
|
|
14499
|
-
"isBuilderComponent": true,
|
|
14500
|
-
"description": "CreatorActionHeader\nA premium header for profile views with banner and sticky actions.",
|
|
14501
|
-
"props": {
|
|
14502
|
-
"type": {
|
|
14503
|
-
"type": "\"creator-action-header\"",
|
|
14430
|
+
"isAgentOutput": {
|
|
14431
|
+
"type": "boolean",
|
|
14504
14432
|
"required": true,
|
|
14505
14433
|
"description": ""
|
|
14506
14434
|
},
|
|
14507
|
-
"
|
|
14508
|
-
"type": "
|
|
14509
|
-
"required":
|
|
14435
|
+
"onVersionSelect": {
|
|
14436
|
+
"type": "(versionno: number) => void",
|
|
14437
|
+
"required": true,
|
|
14510
14438
|
"description": ""
|
|
14511
14439
|
},
|
|
14512
|
-
"
|
|
14513
|
-
"type": "
|
|
14514
|
-
"required":
|
|
14440
|
+
"onViewCreators": {
|
|
14441
|
+
"type": "() => void",
|
|
14442
|
+
"required": true,
|
|
14515
14443
|
"description": ""
|
|
14516
14444
|
},
|
|
14517
|
-
"
|
|
14518
|
-
"type": "
|
|
14445
|
+
"versionStatus": {
|
|
14446
|
+
"type": "enum",
|
|
14519
14447
|
"required": true,
|
|
14448
|
+
"description": "",
|
|
14449
|
+
"enums": [
|
|
14450
|
+
"completed",
|
|
14451
|
+
"checking",
|
|
14452
|
+
"in-progress",
|
|
14453
|
+
"complete",
|
|
14454
|
+
"failed"
|
|
14455
|
+
]
|
|
14456
|
+
},
|
|
14457
|
+
"statusDetails": {
|
|
14458
|
+
"type": "statusdetails",
|
|
14459
|
+
"required": false,
|
|
14520
14460
|
"description": ""
|
|
14521
14461
|
},
|
|
14522
|
-
"
|
|
14462
|
+
"timeDisplay": {
|
|
14523
14463
|
"type": "string",
|
|
14524
14464
|
"required": true,
|
|
14525
14465
|
"description": ""
|
|
14526
14466
|
},
|
|
14527
|
-
"
|
|
14528
|
-
"type": "
|
|
14467
|
+
"isLoading": {
|
|
14468
|
+
"type": "boolean",
|
|
14529
14469
|
"required": true,
|
|
14530
14470
|
"description": ""
|
|
14471
|
+
}
|
|
14472
|
+
},
|
|
14473
|
+
"preview": null,
|
|
14474
|
+
"layoutHints": null
|
|
14475
|
+
},
|
|
14476
|
+
"CreatorImageList": {
|
|
14477
|
+
"name": "CreatorImageList",
|
|
14478
|
+
"type": "molecule",
|
|
14479
|
+
"isBuilderComponent": true,
|
|
14480
|
+
"description": "",
|
|
14481
|
+
"props": {
|
|
14482
|
+
"creatorImages": {
|
|
14483
|
+
"type": "string[]",
|
|
14484
|
+
"required": false,
|
|
14485
|
+
"defaultValue": "[]",
|
|
14486
|
+
"description": ""
|
|
14531
14487
|
},
|
|
14532
|
-
"
|
|
14533
|
-
"type": "
|
|
14488
|
+
"creatorLength": {
|
|
14489
|
+
"type": "number",
|
|
14490
|
+
"required": false,
|
|
14491
|
+
"defaultValue": "0",
|
|
14492
|
+
"description": ""
|
|
14493
|
+
},
|
|
14494
|
+
"isAgentOutput": {
|
|
14495
|
+
"type": "boolean",
|
|
14534
14496
|
"required": true,
|
|
14535
14497
|
"description": ""
|
|
14536
14498
|
},
|
|
14537
|
-
"
|
|
14538
|
-
"type": "
|
|
14499
|
+
"initialCreatorsPercentage": {
|
|
14500
|
+
"type": "number",
|
|
14501
|
+
"required": false,
|
|
14502
|
+
"description": ""
|
|
14503
|
+
}
|
|
14504
|
+
},
|
|
14505
|
+
"preview": null,
|
|
14506
|
+
"layoutHints": null
|
|
14507
|
+
},
|
|
14508
|
+
"CreatorProgressBar": {
|
|
14509
|
+
"name": "CreatorProgressBar",
|
|
14510
|
+
"type": "molecule",
|
|
14511
|
+
"isBuilderComponent": true,
|
|
14512
|
+
"description": "",
|
|
14513
|
+
"props": {
|
|
14514
|
+
"statusDetails": {
|
|
14515
|
+
"type": "statusdetails",
|
|
14539
14516
|
"required": false,
|
|
14540
14517
|
"description": ""
|
|
14541
14518
|
},
|
|
14542
|
-
"
|
|
14543
|
-
"type": "
|
|
14519
|
+
"timeRemaining": {
|
|
14520
|
+
"type": "string",
|
|
14544
14521
|
"required": false,
|
|
14545
14522
|
"description": ""
|
|
14546
14523
|
}
|
|
@@ -14548,63 +14525,54 @@
|
|
|
14548
14525
|
"preview": null,
|
|
14549
14526
|
"layoutHints": null
|
|
14550
14527
|
},
|
|
14551
|
-
"
|
|
14552
|
-
"name": "
|
|
14528
|
+
"CreatorWidget": {
|
|
14529
|
+
"name": "CreatorWidget",
|
|
14553
14530
|
"type": "molecule",
|
|
14554
14531
|
"isBuilderComponent": true,
|
|
14555
|
-
"description": "
|
|
14532
|
+
"description": "",
|
|
14556
14533
|
"props": {
|
|
14557
|
-
"
|
|
14558
|
-
"type": "
|
|
14534
|
+
"sessionId": {
|
|
14535
|
+
"type": "string",
|
|
14559
14536
|
"required": true,
|
|
14560
14537
|
"description": ""
|
|
14561
14538
|
},
|
|
14562
|
-
"
|
|
14563
|
-
"type": "
|
|
14539
|
+
"currentVersion": {
|
|
14540
|
+
"type": "number",
|
|
14564
14541
|
"required": false,
|
|
14565
14542
|
"description": ""
|
|
14566
14543
|
},
|
|
14567
|
-
"
|
|
14568
|
-
"type": "
|
|
14544
|
+
"isAgentOutput": {
|
|
14545
|
+
"type": "boolean",
|
|
14569
14546
|
"required": false,
|
|
14570
14547
|
"description": ""
|
|
14571
14548
|
},
|
|
14572
|
-
"
|
|
14573
|
-
"type": "
|
|
14549
|
+
"fetchVersions": {
|
|
14550
|
+
"type": "(params: fetchversionsparams) => promise<creatorversiondata>",
|
|
14574
14551
|
"required": true,
|
|
14575
14552
|
"description": ""
|
|
14576
14553
|
},
|
|
14577
|
-
"
|
|
14578
|
-
"type": "
|
|
14554
|
+
"fetchStatus": {
|
|
14555
|
+
"type": "(params: fetchstatusparams) => promise<{ status: statusdetails; }>",
|
|
14579
14556
|
"required": true,
|
|
14580
14557
|
"description": ""
|
|
14581
14558
|
},
|
|
14582
|
-
"
|
|
14583
|
-
"type": "
|
|
14584
|
-
"required":
|
|
14585
|
-
"description": "",
|
|
14586
|
-
"enums": [
|
|
14587
|
-
"{ label: string; value: string",
|
|
14588
|
-
"number; }[]"
|
|
14589
|
-
]
|
|
14590
|
-
},
|
|
14591
|
-
"platforms": {
|
|
14592
|
-
"type": "string[]",
|
|
14593
|
-
"required": true,
|
|
14559
|
+
"pollingConfig": {
|
|
14560
|
+
"type": "pollingconfig",
|
|
14561
|
+
"required": false,
|
|
14594
14562
|
"description": ""
|
|
14595
14563
|
},
|
|
14596
|
-
"
|
|
14597
|
-
"type": "
|
|
14598
|
-
"required":
|
|
14564
|
+
"onStatusChange": {
|
|
14565
|
+
"type": "(status: creatorwidgetstatus) => void",
|
|
14566
|
+
"required": false,
|
|
14599
14567
|
"description": ""
|
|
14600
14568
|
},
|
|
14601
|
-
"
|
|
14602
|
-
"type": "
|
|
14569
|
+
"onAction": {
|
|
14570
|
+
"type": "(action: creatorwidgetaction) => void",
|
|
14603
14571
|
"required": false,
|
|
14604
14572
|
"description": ""
|
|
14605
14573
|
},
|
|
14606
|
-
"
|
|
14607
|
-
"type": "
|
|
14574
|
+
"className": {
|
|
14575
|
+
"type": "string",
|
|
14608
14576
|
"required": false,
|
|
14609
14577
|
"description": ""
|
|
14610
14578
|
}
|
|
@@ -14612,44 +14580,41 @@
|
|
|
14612
14580
|
"preview": null,
|
|
14613
14581
|
"layoutHints": null
|
|
14614
14582
|
},
|
|
14615
|
-
"
|
|
14616
|
-
"name": "
|
|
14583
|
+
"GrowthChartCard": {
|
|
14584
|
+
"name": "GrowthChartCard",
|
|
14617
14585
|
"type": "molecule",
|
|
14618
14586
|
"isBuilderComponent": true,
|
|
14619
|
-
"description": "
|
|
14587
|
+
"description": "GrowthChartCard\nVisualizes time-series growth data for follower and engagement metrics.",
|
|
14620
14588
|
"props": {
|
|
14621
14589
|
"type": {
|
|
14622
|
-
"type": "\"
|
|
14590
|
+
"type": "\"growth-chart-card\"",
|
|
14623
14591
|
"required": true,
|
|
14624
14592
|
"description": ""
|
|
14625
14593
|
},
|
|
14626
|
-
"
|
|
14594
|
+
"title": {
|
|
14627
14595
|
"type": "string",
|
|
14628
|
-
"required":
|
|
14596
|
+
"required": true,
|
|
14629
14597
|
"description": ""
|
|
14630
14598
|
},
|
|
14631
|
-
"
|
|
14632
|
-
"type": "
|
|
14599
|
+
"data": {
|
|
14600
|
+
"type": "any[]",
|
|
14633
14601
|
"required": true,
|
|
14634
14602
|
"description": ""
|
|
14635
14603
|
},
|
|
14636
|
-
"
|
|
14637
|
-
"type": "
|
|
14638
|
-
"required":
|
|
14639
|
-
"description": ""
|
|
14640
|
-
"enums": [
|
|
14641
|
-
"string",
|
|
14642
|
-
"number"
|
|
14643
|
-
]
|
|
14604
|
+
"config": {
|
|
14605
|
+
"type": "record<string, { label: string; color: string; }>",
|
|
14606
|
+
"required": true,
|
|
14607
|
+
"description": ""
|
|
14644
14608
|
},
|
|
14645
|
-
"
|
|
14646
|
-
"type": "
|
|
14647
|
-
"required":
|
|
14648
|
-
"description": ""
|
|
14649
|
-
|
|
14650
|
-
|
|
14651
|
-
|
|
14652
|
-
|
|
14609
|
+
"metric": {
|
|
14610
|
+
"type": "string",
|
|
14611
|
+
"required": true,
|
|
14612
|
+
"description": ""
|
|
14613
|
+
},
|
|
14614
|
+
"period": {
|
|
14615
|
+
"type": "string",
|
|
14616
|
+
"required": true,
|
|
14617
|
+
"description": ""
|
|
14653
14618
|
},
|
|
14654
14619
|
"id": {
|
|
14655
14620
|
"type": "string",
|
|
@@ -14670,546 +14635,198 @@
|
|
|
14670
14635
|
"preview": null,
|
|
14671
14636
|
"layoutHints": null
|
|
14672
14637
|
},
|
|
14673
|
-
"
|
|
14674
|
-
"name": "
|
|
14638
|
+
"MCQCard": {
|
|
14639
|
+
"name": "MCQCard",
|
|
14675
14640
|
"type": "molecule",
|
|
14676
14641
|
"isBuilderComponent": true,
|
|
14677
|
-
"description": "
|
|
14642
|
+
"description": "MCQCard\n\nA molecule for Multiple Choice Questions.\nStyled to match OptionsRenderer from creator-engine",
|
|
14678
14643
|
"props": {
|
|
14679
|
-
"
|
|
14680
|
-
"type": "
|
|
14681
|
-
"required":
|
|
14682
|
-
"description": "
|
|
14683
|
-
"enums": [
|
|
14684
|
-
"agent",
|
|
14685
|
-
"user"
|
|
14686
|
-
]
|
|
14687
|
-
},
|
|
14688
|
-
"isLatestMessage": {
|
|
14689
|
-
"type": "boolean",
|
|
14690
|
-
"required": false,
|
|
14691
|
-
"description": "Whether the message is the latest"
|
|
14644
|
+
"question": {
|
|
14645
|
+
"type": "string",
|
|
14646
|
+
"required": true,
|
|
14647
|
+
"description": "The question being asked"
|
|
14692
14648
|
},
|
|
14693
|
-
"
|
|
14694
|
-
"type": "
|
|
14695
|
-
"required":
|
|
14696
|
-
"description": "
|
|
14649
|
+
"options": {
|
|
14650
|
+
"type": "record<string, string>",
|
|
14651
|
+
"required": true,
|
|
14652
|
+
"description": "The options to choose from"
|
|
14697
14653
|
},
|
|
14698
|
-
"
|
|
14654
|
+
"recommended": {
|
|
14699
14655
|
"type": "string",
|
|
14700
14656
|
"required": false,
|
|
14701
|
-
"description": "
|
|
14657
|
+
"description": "The key of the recommended option"
|
|
14702
14658
|
},
|
|
14703
|
-
"
|
|
14659
|
+
"selectedOption": {
|
|
14704
14660
|
"type": "string",
|
|
14705
14661
|
"required": false,
|
|
14706
|
-
"description": "
|
|
14707
|
-
},
|
|
14708
|
-
"title": {
|
|
14709
|
-
"type": "string",
|
|
14710
|
-
"required": true,
|
|
14711
|
-
"description": "Title of the form card"
|
|
14662
|
+
"description": "The currently selected option key"
|
|
14712
14663
|
},
|
|
14713
|
-
"
|
|
14714
|
-
"type": "
|
|
14715
|
-
"required":
|
|
14716
|
-
"description": "
|
|
14664
|
+
"onSelect": {
|
|
14665
|
+
"type": "(key: string) => void",
|
|
14666
|
+
"required": false,
|
|
14667
|
+
"description": "Triggered when an option is selected"
|
|
14717
14668
|
},
|
|
14718
|
-
"
|
|
14719
|
-
"type": "
|
|
14669
|
+
"onProceed": {
|
|
14670
|
+
"type": "(key: string) => void",
|
|
14720
14671
|
"required": false,
|
|
14721
|
-
"description": "
|
|
14672
|
+
"description": "Triggered when the user clicks Continue"
|
|
14722
14673
|
},
|
|
14723
|
-
"
|
|
14724
|
-
"type": "
|
|
14674
|
+
"isLatestMessage": {
|
|
14675
|
+
"type": "boolean",
|
|
14725
14676
|
"required": false,
|
|
14726
|
-
"description": "
|
|
14677
|
+
"description": "Whether this message is the latest (controls interactivity)"
|
|
14727
14678
|
},
|
|
14728
|
-
"
|
|
14729
|
-
"type": "
|
|
14679
|
+
"isLoading": {
|
|
14680
|
+
"type": "boolean",
|
|
14730
14681
|
"required": false,
|
|
14731
|
-
"description": "
|
|
14682
|
+
"description": "Loading state during submission"
|
|
14732
14683
|
},
|
|
14733
|
-
"
|
|
14734
|
-
"type": "
|
|
14684
|
+
"className": {
|
|
14685
|
+
"type": "string",
|
|
14735
14686
|
"required": false,
|
|
14736
|
-
"description": "
|
|
14687
|
+
"description": "Custom wrapper class name"
|
|
14737
14688
|
},
|
|
14738
|
-
"
|
|
14739
|
-
"type": "
|
|
14740
|
-
"required": false,
|
|
14741
|
-
"description": "Triggered when a field value is saved"
|
|
14742
|
-
},
|
|
14743
|
-
"onFieldCancel": {
|
|
14744
|
-
"type": "(key: string) => void",
|
|
14745
|
-
"required": false,
|
|
14746
|
-
"description": "Triggered when a field edit is cancelled"
|
|
14747
|
-
},
|
|
14748
|
-
"showTimeline": {
|
|
14749
|
-
"type": "boolean",
|
|
14750
|
-
"required": false,
|
|
14751
|
-
"description": "Show a dotted timeline visual on the left"
|
|
14752
|
-
},
|
|
14753
|
-
"proceedLabel": {
|
|
14754
|
-
"type": "string",
|
|
14755
|
-
"required": false,
|
|
14756
|
-
"description": "Label for the \"Proceed\" button"
|
|
14757
|
-
},
|
|
14758
|
-
"onProceed": {
|
|
14759
|
-
"type": "() => void",
|
|
14760
|
-
"required": false,
|
|
14761
|
-
"description": "Proceed handler"
|
|
14762
|
-
},
|
|
14763
|
-
"footer": {
|
|
14764
|
-
"type": "reactnode",
|
|
14689
|
+
"selectionStatus": {
|
|
14690
|
+
"type": "enum",
|
|
14765
14691
|
"required": false,
|
|
14766
|
-
"description": "
|
|
14692
|
+
"description": "Who made the final selection (used for historical view)",
|
|
14693
|
+
"enums": [
|
|
14694
|
+
"user",
|
|
14695
|
+
"agent"
|
|
14696
|
+
]
|
|
14767
14697
|
},
|
|
14768
|
-
"
|
|
14769
|
-
"type": "
|
|
14698
|
+
"onAction": {
|
|
14699
|
+
"type": "(action: any) => void",
|
|
14770
14700
|
"required": false,
|
|
14771
|
-
"description": "
|
|
14701
|
+
"description": "Optional action callback for external state management (e.g. PXEngine)"
|
|
14772
14702
|
},
|
|
14773
|
-
"
|
|
14703
|
+
"disabled": {
|
|
14774
14704
|
"type": "boolean",
|
|
14775
14705
|
"required": false,
|
|
14776
|
-
"description": "Whether
|
|
14706
|
+
"description": "Whether the interaction is disabled externally"
|
|
14777
14707
|
},
|
|
14778
|
-
"
|
|
14708
|
+
"disableContinueInDiscovery": {
|
|
14779
14709
|
"type": "boolean",
|
|
14780
14710
|
"required": false,
|
|
14781
|
-
"description": "
|
|
14711
|
+
"description": ""
|
|
14782
14712
|
}
|
|
14783
14713
|
},
|
|
14784
14714
|
"preview": null,
|
|
14785
14715
|
"layoutHints": null
|
|
14786
14716
|
},
|
|
14787
|
-
"
|
|
14788
|
-
"name": "
|
|
14717
|
+
"PlatformIconGroup": {
|
|
14718
|
+
"name": "PlatformIconGroup",
|
|
14789
14719
|
"type": "molecule",
|
|
14790
14720
|
"isBuilderComponent": true,
|
|
14791
|
-
"description": "",
|
|
14721
|
+
"description": "PlatformIconGroup\nDisplays a horizontal list of active social platform icons.",
|
|
14792
14722
|
"props": {
|
|
14793
|
-
"
|
|
14794
|
-
"type": "
|
|
14795
|
-
"required": true,
|
|
14796
|
-
"description": ""
|
|
14797
|
-
},
|
|
14798
|
-
"selectedVersion": {
|
|
14799
|
-
"type": "number",
|
|
14800
|
-
"required": false,
|
|
14801
|
-
"description": ""
|
|
14802
|
-
},
|
|
14803
|
-
"creatorImages": {
|
|
14804
|
-
"type": "string[]",
|
|
14805
|
-
"required": true,
|
|
14806
|
-
"description": ""
|
|
14807
|
-
},
|
|
14808
|
-
"creatorLength": {
|
|
14809
|
-
"type": "number",
|
|
14810
|
-
"required": true,
|
|
14811
|
-
"description": ""
|
|
14812
|
-
},
|
|
14813
|
-
"isAgentOutput": {
|
|
14814
|
-
"type": "boolean",
|
|
14815
|
-
"required": true,
|
|
14816
|
-
"description": ""
|
|
14817
|
-
},
|
|
14818
|
-
"onVersionSelect": {
|
|
14819
|
-
"type": "(versionno: number) => void",
|
|
14820
|
-
"required": true,
|
|
14821
|
-
"description": ""
|
|
14822
|
-
},
|
|
14823
|
-
"onViewCreators": {
|
|
14824
|
-
"type": "() => void",
|
|
14723
|
+
"type": {
|
|
14724
|
+
"type": "\"platform-icon-group\"",
|
|
14825
14725
|
"required": true,
|
|
14826
14726
|
"description": ""
|
|
14827
14727
|
},
|
|
14828
|
-
"
|
|
14728
|
+
"platforms": {
|
|
14829
14729
|
"type": "enum",
|
|
14830
14730
|
"required": true,
|
|
14831
14731
|
"description": "",
|
|
14832
14732
|
"enums": [
|
|
14833
|
-
"
|
|
14834
|
-
"
|
|
14835
|
-
"
|
|
14836
|
-
"
|
|
14837
|
-
"failed"
|
|
14733
|
+
"{ platform: instagram",
|
|
14734
|
+
"tiktok",
|
|
14735
|
+
"youtube",
|
|
14736
|
+
"twitter; url?: string; handle?: string; }[]"
|
|
14838
14737
|
]
|
|
14839
14738
|
},
|
|
14840
|
-
"
|
|
14841
|
-
"type": "
|
|
14842
|
-
"required":
|
|
14739
|
+
"id": {
|
|
14740
|
+
"type": "string",
|
|
14741
|
+
"required": true,
|
|
14843
14742
|
"description": ""
|
|
14844
14743
|
},
|
|
14845
|
-
"
|
|
14744
|
+
"className": {
|
|
14846
14745
|
"type": "string",
|
|
14847
|
-
"required":
|
|
14746
|
+
"required": false,
|
|
14848
14747
|
"description": ""
|
|
14849
14748
|
},
|
|
14850
|
-
"
|
|
14851
|
-
"type": "
|
|
14852
|
-
"required":
|
|
14749
|
+
"style": {
|
|
14750
|
+
"type": "cssproperties",
|
|
14751
|
+
"required": false,
|
|
14853
14752
|
"description": ""
|
|
14854
14753
|
}
|
|
14855
14754
|
},
|
|
14856
14755
|
"preview": null,
|
|
14857
14756
|
"layoutHints": null
|
|
14858
14757
|
},
|
|
14859
|
-
"
|
|
14860
|
-
"name": "
|
|
14758
|
+
"CountrySelectEdit": {
|
|
14759
|
+
"name": "CountrySelectEdit",
|
|
14861
14760
|
"type": "molecule",
|
|
14862
14761
|
"isBuilderComponent": true,
|
|
14863
14762
|
"description": "",
|
|
14864
14763
|
"props": {
|
|
14865
|
-
"
|
|
14866
|
-
"type": "
|
|
14867
|
-
"required": false,
|
|
14868
|
-
"defaultValue": "[]",
|
|
14869
|
-
"description": ""
|
|
14870
|
-
},
|
|
14871
|
-
"creatorLength": {
|
|
14872
|
-
"type": "number",
|
|
14873
|
-
"required": false,
|
|
14874
|
-
"defaultValue": "0",
|
|
14875
|
-
"description": ""
|
|
14876
|
-
},
|
|
14877
|
-
"isAgentOutput": {
|
|
14878
|
-
"type": "boolean",
|
|
14764
|
+
"value": {
|
|
14765
|
+
"type": "any",
|
|
14879
14766
|
"required": true,
|
|
14880
14767
|
"description": ""
|
|
14881
14768
|
},
|
|
14882
|
-
"
|
|
14883
|
-
"type": "
|
|
14884
|
-
"required":
|
|
14769
|
+
"onChange": {
|
|
14770
|
+
"type": "(value: any) => void",
|
|
14771
|
+
"required": true,
|
|
14885
14772
|
"description": ""
|
|
14886
14773
|
}
|
|
14887
14774
|
},
|
|
14888
14775
|
"preview": null,
|
|
14889
14776
|
"layoutHints": null
|
|
14890
14777
|
},
|
|
14891
|
-
"
|
|
14892
|
-
"name": "
|
|
14778
|
+
"CountrySelectDisplay": {
|
|
14779
|
+
"name": "CountrySelectDisplay",
|
|
14893
14780
|
"type": "molecule",
|
|
14894
14781
|
"isBuilderComponent": true,
|
|
14895
14782
|
"description": "",
|
|
14896
14783
|
"props": {
|
|
14897
|
-
"
|
|
14898
|
-
"type": "
|
|
14899
|
-
"required":
|
|
14900
|
-
"description": ""
|
|
14901
|
-
},
|
|
14902
|
-
"timeRemaining": {
|
|
14903
|
-
"type": "string",
|
|
14904
|
-
"required": false,
|
|
14784
|
+
"value": {
|
|
14785
|
+
"type": "any",
|
|
14786
|
+
"required": true,
|
|
14905
14787
|
"description": ""
|
|
14906
14788
|
}
|
|
14907
14789
|
},
|
|
14908
14790
|
"preview": null,
|
|
14909
14791
|
"layoutHints": null
|
|
14910
14792
|
},
|
|
14911
|
-
"
|
|
14912
|
-
"name": "
|
|
14793
|
+
"KeywordBundlesEdit": {
|
|
14794
|
+
"name": "KeywordBundlesEdit",
|
|
14913
14795
|
"type": "molecule",
|
|
14914
14796
|
"isBuilderComponent": true,
|
|
14915
14797
|
"description": "",
|
|
14916
14798
|
"props": {
|
|
14917
|
-
"
|
|
14918
|
-
"type": "
|
|
14919
|
-
"required": true,
|
|
14920
|
-
"description": ""
|
|
14921
|
-
},
|
|
14922
|
-
"currentVersion": {
|
|
14923
|
-
"type": "number",
|
|
14924
|
-
"required": false,
|
|
14925
|
-
"description": ""
|
|
14926
|
-
},
|
|
14927
|
-
"isAgentOutput": {
|
|
14928
|
-
"type": "boolean",
|
|
14929
|
-
"required": false,
|
|
14930
|
-
"description": ""
|
|
14931
|
-
},
|
|
14932
|
-
"fetchVersions": {
|
|
14933
|
-
"type": "(params: fetchversionsparams) => promise<creatorversiondata>",
|
|
14799
|
+
"value": {
|
|
14800
|
+
"type": "any",
|
|
14934
14801
|
"required": true,
|
|
14935
14802
|
"description": ""
|
|
14936
14803
|
},
|
|
14937
|
-
"
|
|
14938
|
-
"type": "(
|
|
14804
|
+
"onChange": {
|
|
14805
|
+
"type": "(value: any) => void",
|
|
14939
14806
|
"required": true,
|
|
14940
14807
|
"description": ""
|
|
14941
|
-
},
|
|
14942
|
-
"pollingConfig": {
|
|
14943
|
-
"type": "pollingconfig",
|
|
14944
|
-
"required": false,
|
|
14945
|
-
"description": ""
|
|
14946
|
-
},
|
|
14947
|
-
"onStatusChange": {
|
|
14948
|
-
"type": "(status: creatorwidgetstatus) => void",
|
|
14949
|
-
"required": false,
|
|
14950
|
-
"description": ""
|
|
14951
|
-
},
|
|
14952
|
-
"onAction": {
|
|
14953
|
-
"type": "(action: creatorwidgetaction) => void",
|
|
14954
|
-
"required": false,
|
|
14955
|
-
"description": ""
|
|
14956
|
-
},
|
|
14957
|
-
"className": {
|
|
14958
|
-
"type": "string",
|
|
14959
|
-
"required": false,
|
|
14960
|
-
"description": ""
|
|
14961
14808
|
}
|
|
14962
14809
|
},
|
|
14963
14810
|
"preview": null,
|
|
14964
14811
|
"layoutHints": null
|
|
14965
14812
|
},
|
|
14966
|
-
"
|
|
14967
|
-
"name": "
|
|
14813
|
+
"KeywordBundlesDisplay": {
|
|
14814
|
+
"name": "KeywordBundlesDisplay",
|
|
14968
14815
|
"type": "molecule",
|
|
14969
14816
|
"isBuilderComponent": true,
|
|
14970
|
-
"description": "
|
|
14817
|
+
"description": "",
|
|
14971
14818
|
"props": {
|
|
14972
|
-
"
|
|
14973
|
-
"type": "
|
|
14974
|
-
"required": true,
|
|
14975
|
-
"description": ""
|
|
14976
|
-
},
|
|
14977
|
-
"title": {
|
|
14978
|
-
"type": "string",
|
|
14979
|
-
"required": true,
|
|
14980
|
-
"description": ""
|
|
14981
|
-
},
|
|
14982
|
-
"data": {
|
|
14983
|
-
"type": "any[]",
|
|
14984
|
-
"required": true,
|
|
14985
|
-
"description": ""
|
|
14986
|
-
},
|
|
14987
|
-
"config": {
|
|
14988
|
-
"type": "record<string, { label: string; color: string; }>",
|
|
14989
|
-
"required": true,
|
|
14990
|
-
"description": ""
|
|
14991
|
-
},
|
|
14992
|
-
"metric": {
|
|
14993
|
-
"type": "string",
|
|
14994
|
-
"required": true,
|
|
14995
|
-
"description": ""
|
|
14996
|
-
},
|
|
14997
|
-
"period": {
|
|
14998
|
-
"type": "string",
|
|
14999
|
-
"required": true,
|
|
15000
|
-
"description": ""
|
|
15001
|
-
},
|
|
15002
|
-
"id": {
|
|
15003
|
-
"type": "string",
|
|
14819
|
+
"value": {
|
|
14820
|
+
"type": "any",
|
|
15004
14821
|
"required": true,
|
|
15005
14822
|
"description": ""
|
|
15006
|
-
},
|
|
15007
|
-
"className": {
|
|
15008
|
-
"type": "string",
|
|
15009
|
-
"required": false,
|
|
15010
|
-
"description": ""
|
|
15011
|
-
},
|
|
15012
|
-
"style": {
|
|
15013
|
-
"type": "cssproperties",
|
|
15014
|
-
"required": false,
|
|
15015
|
-
"description": ""
|
|
15016
14823
|
}
|
|
15017
14824
|
},
|
|
15018
14825
|
"preview": null,
|
|
15019
14826
|
"layoutHints": null
|
|
15020
14827
|
},
|
|
15021
|
-
"
|
|
15022
|
-
"name": "
|
|
15023
|
-
"type": "molecule",
|
|
15024
|
-
"isBuilderComponent": true,
|
|
15025
|
-
"description": "MCQCard\n\nA molecule for Multiple Choice Questions.\nStyled to match OptionsRenderer from creator-engine",
|
|
15026
|
-
"props": {
|
|
15027
|
-
"question": {
|
|
15028
|
-
"type": "string",
|
|
15029
|
-
"required": true,
|
|
15030
|
-
"description": "The question being asked"
|
|
15031
|
-
},
|
|
15032
|
-
"options": {
|
|
15033
|
-
"type": "record<string, string>",
|
|
15034
|
-
"required": true,
|
|
15035
|
-
"description": "The options to choose from"
|
|
15036
|
-
},
|
|
15037
|
-
"recommended": {
|
|
15038
|
-
"type": "string",
|
|
15039
|
-
"required": false,
|
|
15040
|
-
"description": "The key of the recommended option"
|
|
15041
|
-
},
|
|
15042
|
-
"selectedOption": {
|
|
15043
|
-
"type": "string",
|
|
15044
|
-
"required": false,
|
|
15045
|
-
"description": "The currently selected option key"
|
|
15046
|
-
},
|
|
15047
|
-
"onSelect": {
|
|
15048
|
-
"type": "(key: string) => void",
|
|
15049
|
-
"required": false,
|
|
15050
|
-
"description": "Triggered when an option is selected"
|
|
15051
|
-
},
|
|
15052
|
-
"onProceed": {
|
|
15053
|
-
"type": "(key: string) => void",
|
|
15054
|
-
"required": false,
|
|
15055
|
-
"description": "Triggered when the user clicks Continue"
|
|
15056
|
-
},
|
|
15057
|
-
"isLatestMessage": {
|
|
15058
|
-
"type": "boolean",
|
|
15059
|
-
"required": false,
|
|
15060
|
-
"description": "Whether this message is the latest (controls interactivity)"
|
|
15061
|
-
},
|
|
15062
|
-
"isLoading": {
|
|
15063
|
-
"type": "boolean",
|
|
15064
|
-
"required": false,
|
|
15065
|
-
"description": "Loading state during submission"
|
|
15066
|
-
},
|
|
15067
|
-
"className": {
|
|
15068
|
-
"type": "string",
|
|
15069
|
-
"required": false,
|
|
15070
|
-
"description": "Custom wrapper class name"
|
|
15071
|
-
},
|
|
15072
|
-
"selectionStatus": {
|
|
15073
|
-
"type": "enum",
|
|
15074
|
-
"required": false,
|
|
15075
|
-
"description": "Who made the final selection (used for historical view)",
|
|
15076
|
-
"enums": [
|
|
15077
|
-
"agent",
|
|
15078
|
-
"user"
|
|
15079
|
-
]
|
|
15080
|
-
},
|
|
15081
|
-
"onAction": {
|
|
15082
|
-
"type": "(action: any) => void",
|
|
15083
|
-
"required": false,
|
|
15084
|
-
"description": "Optional action callback for external state management (e.g. PXEngine)"
|
|
15085
|
-
},
|
|
15086
|
-
"disabled": {
|
|
15087
|
-
"type": "boolean",
|
|
15088
|
-
"required": false,
|
|
15089
|
-
"description": "Whether the interaction is disabled externally"
|
|
15090
|
-
},
|
|
15091
|
-
"disableContinueInDiscovery": {
|
|
15092
|
-
"type": "boolean",
|
|
15093
|
-
"required": false,
|
|
15094
|
-
"description": ""
|
|
15095
|
-
}
|
|
15096
|
-
},
|
|
15097
|
-
"preview": null,
|
|
15098
|
-
"layoutHints": null
|
|
15099
|
-
},
|
|
15100
|
-
"PlatformIconGroup": {
|
|
15101
|
-
"name": "PlatformIconGroup",
|
|
15102
|
-
"type": "molecule",
|
|
15103
|
-
"isBuilderComponent": true,
|
|
15104
|
-
"description": "PlatformIconGroup\nDisplays a horizontal list of active social platform icons.",
|
|
15105
|
-
"props": {
|
|
15106
|
-
"type": {
|
|
15107
|
-
"type": "\"platform-icon-group\"",
|
|
15108
|
-
"required": true,
|
|
15109
|
-
"description": ""
|
|
15110
|
-
},
|
|
15111
|
-
"platforms": {
|
|
15112
|
-
"type": "enum",
|
|
15113
|
-
"required": true,
|
|
15114
|
-
"description": "",
|
|
15115
|
-
"enums": [
|
|
15116
|
-
"{ platform: instagram",
|
|
15117
|
-
"tiktok",
|
|
15118
|
-
"youtube",
|
|
15119
|
-
"twitter; url?: string; handle?: string; }[]"
|
|
15120
|
-
]
|
|
15121
|
-
},
|
|
15122
|
-
"id": {
|
|
15123
|
-
"type": "string",
|
|
15124
|
-
"required": true,
|
|
15125
|
-
"description": ""
|
|
15126
|
-
},
|
|
15127
|
-
"className": {
|
|
15128
|
-
"type": "string",
|
|
15129
|
-
"required": false,
|
|
15130
|
-
"description": ""
|
|
15131
|
-
},
|
|
15132
|
-
"style": {
|
|
15133
|
-
"type": "cssproperties",
|
|
15134
|
-
"required": false,
|
|
15135
|
-
"description": ""
|
|
15136
|
-
}
|
|
15137
|
-
},
|
|
15138
|
-
"preview": null,
|
|
15139
|
-
"layoutHints": null
|
|
15140
|
-
},
|
|
15141
|
-
"CountrySelectEdit": {
|
|
15142
|
-
"name": "CountrySelectEdit",
|
|
15143
|
-
"type": "molecule",
|
|
15144
|
-
"isBuilderComponent": true,
|
|
15145
|
-
"description": "",
|
|
15146
|
-
"props": {
|
|
15147
|
-
"value": {
|
|
15148
|
-
"type": "any",
|
|
15149
|
-
"required": true,
|
|
15150
|
-
"description": ""
|
|
15151
|
-
},
|
|
15152
|
-
"onChange": {
|
|
15153
|
-
"type": "(value: any) => void",
|
|
15154
|
-
"required": true,
|
|
15155
|
-
"description": ""
|
|
15156
|
-
}
|
|
15157
|
-
},
|
|
15158
|
-
"preview": null,
|
|
15159
|
-
"layoutHints": null
|
|
15160
|
-
},
|
|
15161
|
-
"CountrySelectDisplay": {
|
|
15162
|
-
"name": "CountrySelectDisplay",
|
|
15163
|
-
"type": "molecule",
|
|
15164
|
-
"isBuilderComponent": true,
|
|
15165
|
-
"description": "",
|
|
15166
|
-
"props": {
|
|
15167
|
-
"value": {
|
|
15168
|
-
"type": "any",
|
|
15169
|
-
"required": true,
|
|
15170
|
-
"description": ""
|
|
15171
|
-
}
|
|
15172
|
-
},
|
|
15173
|
-
"preview": null,
|
|
15174
|
-
"layoutHints": null
|
|
15175
|
-
},
|
|
15176
|
-
"KeywordBundlesEdit": {
|
|
15177
|
-
"name": "KeywordBundlesEdit",
|
|
15178
|
-
"type": "molecule",
|
|
15179
|
-
"isBuilderComponent": true,
|
|
15180
|
-
"description": "",
|
|
15181
|
-
"props": {
|
|
15182
|
-
"value": {
|
|
15183
|
-
"type": "any",
|
|
15184
|
-
"required": true,
|
|
15185
|
-
"description": ""
|
|
15186
|
-
},
|
|
15187
|
-
"onChange": {
|
|
15188
|
-
"type": "(value: any) => void",
|
|
15189
|
-
"required": true,
|
|
15190
|
-
"description": ""
|
|
15191
|
-
}
|
|
15192
|
-
},
|
|
15193
|
-
"preview": null,
|
|
15194
|
-
"layoutHints": null
|
|
15195
|
-
},
|
|
15196
|
-
"KeywordBundlesDisplay": {
|
|
15197
|
-
"name": "KeywordBundlesDisplay",
|
|
15198
|
-
"type": "molecule",
|
|
15199
|
-
"isBuilderComponent": true,
|
|
15200
|
-
"description": "",
|
|
15201
|
-
"props": {
|
|
15202
|
-
"value": {
|
|
15203
|
-
"type": "any",
|
|
15204
|
-
"required": true,
|
|
15205
|
-
"description": ""
|
|
15206
|
-
}
|
|
15207
|
-
},
|
|
15208
|
-
"preview": null,
|
|
15209
|
-
"layoutHints": null
|
|
15210
|
-
},
|
|
15211
|
-
"PlatformSelectEdit": {
|
|
15212
|
-
"name": "PlatformSelectEdit",
|
|
14828
|
+
"PlatformSelectEdit": {
|
|
14829
|
+
"name": "PlatformSelectEdit",
|
|
15213
14830
|
"type": "molecule",
|
|
15214
14831
|
"isBuilderComponent": true,
|
|
15215
14832
|
"description": "",
|
|
@@ -15259,8 +14876,8 @@
|
|
|
15259
14876
|
"required": false,
|
|
15260
14877
|
"description": "Status of the selection",
|
|
15261
14878
|
"enums": [
|
|
15262
|
-
"
|
|
15263
|
-
"
|
|
14879
|
+
"user",
|
|
14880
|
+
"agent"
|
|
15264
14881
|
]
|
|
15265
14882
|
},
|
|
15266
14883
|
"isLatestMessage": {
|
|
@@ -15384,15 +15001,303 @@
|
|
|
15384
15001
|
"description": "TopPostsGrid\nDisplays a grid of the creator's best-performing content pieces.",
|
|
15385
15002
|
"props": {
|
|
15386
15003
|
"type": {
|
|
15387
|
-
"type": "\"top-posts-grid\"",
|
|
15004
|
+
"type": "\"top-posts-grid\"",
|
|
15005
|
+
"required": true,
|
|
15006
|
+
"description": ""
|
|
15007
|
+
},
|
|
15008
|
+
"posts": {
|
|
15009
|
+
"type": "{ thumbnail: string; url: string; engagement: string; likes: string; comments: string; date: string; }[]",
|
|
15010
|
+
"required": true,
|
|
15011
|
+
"description": ""
|
|
15012
|
+
},
|
|
15013
|
+
"id": {
|
|
15014
|
+
"type": "string",
|
|
15015
|
+
"required": true,
|
|
15016
|
+
"description": ""
|
|
15017
|
+
},
|
|
15018
|
+
"className": {
|
|
15019
|
+
"type": "string",
|
|
15020
|
+
"required": false,
|
|
15021
|
+
"description": ""
|
|
15022
|
+
},
|
|
15023
|
+
"style": {
|
|
15024
|
+
"type": "cssproperties",
|
|
15025
|
+
"required": false,
|
|
15026
|
+
"description": ""
|
|
15027
|
+
}
|
|
15028
|
+
},
|
|
15029
|
+
"preview": null,
|
|
15030
|
+
"layoutHints": null
|
|
15031
|
+
},
|
|
15032
|
+
"ActionButton": {
|
|
15033
|
+
"name": "ActionButton",
|
|
15034
|
+
"type": "molecule",
|
|
15035
|
+
"isBuilderComponent": true,
|
|
15036
|
+
"description": "ActionButton\n\nA powerful button molecule that supports:\n- Auto-countdown for agent workflows\n- Pause/Resume toggle\n- Loading and Disabled states\n- Custom themes",
|
|
15037
|
+
"props": {
|
|
15038
|
+
"id": {
|
|
15039
|
+
"type": "string",
|
|
15040
|
+
"required": false,
|
|
15041
|
+
"description": "Unique identifier"
|
|
15042
|
+
},
|
|
15043
|
+
"label": {
|
|
15044
|
+
"type": "string",
|
|
15045
|
+
"required": true,
|
|
15046
|
+
"description": "Main button label"
|
|
15047
|
+
},
|
|
15048
|
+
"secondaryLabel": {
|
|
15049
|
+
"type": "string",
|
|
15050
|
+
"required": false,
|
|
15051
|
+
"description": "Secondary label (e.g. for sub-actions or state changes)"
|
|
15052
|
+
},
|
|
15053
|
+
"countdown": {
|
|
15054
|
+
"type": "number",
|
|
15055
|
+
"required": false,
|
|
15056
|
+
"description": "Countdown in seconds. If provided, the button will show a timer."
|
|
15057
|
+
},
|
|
15058
|
+
"isPaused": {
|
|
15059
|
+
"type": "boolean",
|
|
15060
|
+
"required": false,
|
|
15061
|
+
"description": "Whether the auto-proceed is paused"
|
|
15062
|
+
},
|
|
15063
|
+
"onPause": {
|
|
15064
|
+
"type": "() => void",
|
|
15065
|
+
"required": false,
|
|
15066
|
+
"description": "Triggered when the user pauses/resumes the timer"
|
|
15067
|
+
},
|
|
15068
|
+
"onProceed": {
|
|
15069
|
+
"type": "() => void",
|
|
15070
|
+
"required": true,
|
|
15071
|
+
"description": "Triggered when the user clicks the button or timer expires"
|
|
15072
|
+
},
|
|
15073
|
+
"variant": {
|
|
15074
|
+
"type": "buttonvariant",
|
|
15075
|
+
"required": false,
|
|
15076
|
+
"description": "Button variant (from shadcn)"
|
|
15077
|
+
},
|
|
15078
|
+
"size": {
|
|
15079
|
+
"type": "buttonsize",
|
|
15080
|
+
"required": false,
|
|
15081
|
+
"description": "Button size (from shadcn)"
|
|
15082
|
+
},
|
|
15083
|
+
"disabled": {
|
|
15084
|
+
"type": "boolean",
|
|
15085
|
+
"required": false,
|
|
15086
|
+
"description": "Whether the button is disabled"
|
|
15087
|
+
},
|
|
15088
|
+
"isLoading": {
|
|
15089
|
+
"type": "boolean",
|
|
15090
|
+
"required": false,
|
|
15091
|
+
"description": "Loading state"
|
|
15092
|
+
},
|
|
15093
|
+
"className": {
|
|
15094
|
+
"type": "string",
|
|
15095
|
+
"required": false,
|
|
15096
|
+
"description": "Custom className"
|
|
15097
|
+
},
|
|
15098
|
+
"showCountdown": {
|
|
15099
|
+
"type": "boolean",
|
|
15100
|
+
"required": false,
|
|
15101
|
+
"description": "Whether to show the countdown visually"
|
|
15102
|
+
}
|
|
15103
|
+
},
|
|
15104
|
+
"preview": null,
|
|
15105
|
+
"layoutHints": null
|
|
15106
|
+
},
|
|
15107
|
+
"DataGrid": {
|
|
15108
|
+
"name": "DataGrid",
|
|
15109
|
+
"type": "molecule",
|
|
15110
|
+
"isBuilderComponent": true,
|
|
15111
|
+
"description": "DataGrid\nA premium table component with typed cells and responsive design.",
|
|
15112
|
+
"props": {
|
|
15113
|
+
"type": {
|
|
15114
|
+
"type": "\"data-grid\"",
|
|
15115
|
+
"required": true,
|
|
15116
|
+
"description": ""
|
|
15117
|
+
},
|
|
15118
|
+
"columns": {
|
|
15119
|
+
"type": "enum",
|
|
15120
|
+
"required": true,
|
|
15121
|
+
"description": "",
|
|
15122
|
+
"enums": [
|
|
15123
|
+
"{ header: string; accessorKey: string; type?: number",
|
|
15124
|
+
"avatar",
|
|
15125
|
+
"badge",
|
|
15126
|
+
"date",
|
|
15127
|
+
"text; }[]"
|
|
15128
|
+
]
|
|
15129
|
+
},
|
|
15130
|
+
"data": {
|
|
15131
|
+
"type": "any[]",
|
|
15132
|
+
"required": true,
|
|
15133
|
+
"description": ""
|
|
15134
|
+
},
|
|
15135
|
+
"pageSize": {
|
|
15136
|
+
"type": "number",
|
|
15137
|
+
"required": false,
|
|
15138
|
+
"defaultValue": "10",
|
|
15139
|
+
"description": ""
|
|
15140
|
+
},
|
|
15141
|
+
"id": {
|
|
15142
|
+
"type": "string",
|
|
15143
|
+
"required": true,
|
|
15144
|
+
"description": ""
|
|
15145
|
+
},
|
|
15146
|
+
"className": {
|
|
15147
|
+
"type": "string",
|
|
15148
|
+
"required": false,
|
|
15149
|
+
"description": ""
|
|
15150
|
+
},
|
|
15151
|
+
"style": {
|
|
15152
|
+
"type": "cssproperties",
|
|
15153
|
+
"required": false,
|
|
15154
|
+
"description": ""
|
|
15155
|
+
}
|
|
15156
|
+
},
|
|
15157
|
+
"preview": null,
|
|
15158
|
+
"layoutHints": null
|
|
15159
|
+
},
|
|
15160
|
+
"EditableField": {
|
|
15161
|
+
"name": "EditableField",
|
|
15162
|
+
"type": "molecule",
|
|
15163
|
+
"isBuilderComponent": true,
|
|
15164
|
+
"description": "EditableField\n\nA generic field that toggles between display and edit modes.\nStyled with purple labels and green \"Suggested by an Agent\" badge.",
|
|
15165
|
+
"props": {
|
|
15166
|
+
"id": {
|
|
15167
|
+
"type": "string",
|
|
15168
|
+
"required": false,
|
|
15169
|
+
"description": "Unique identifier"
|
|
15170
|
+
},
|
|
15171
|
+
"label": {
|
|
15172
|
+
"type": "string",
|
|
15173
|
+
"required": true,
|
|
15174
|
+
"description": "Field label"
|
|
15175
|
+
},
|
|
15176
|
+
"value": {
|
|
15177
|
+
"type": "any",
|
|
15178
|
+
"required": true,
|
|
15179
|
+
"description": "Field value"
|
|
15180
|
+
},
|
|
15181
|
+
"type": {
|
|
15182
|
+
"type": "fieldtype",
|
|
15183
|
+
"required": true,
|
|
15184
|
+
"description": "Input type (text, textarea, number, slider, etc.)"
|
|
15185
|
+
},
|
|
15186
|
+
"isEditing": {
|
|
15187
|
+
"type": "boolean",
|
|
15188
|
+
"required": false,
|
|
15189
|
+
"description": "Current editing state"
|
|
15190
|
+
},
|
|
15191
|
+
"onEdit": {
|
|
15192
|
+
"type": "() => void",
|
|
15193
|
+
"required": false,
|
|
15194
|
+
"description": "Triggered when the user wants to start editing"
|
|
15195
|
+
},
|
|
15196
|
+
"onSave": {
|
|
15197
|
+
"type": "(newvalue: any) => void",
|
|
15198
|
+
"required": false,
|
|
15199
|
+
"description": "Triggered when the user saves the new value"
|
|
15200
|
+
},
|
|
15201
|
+
"onCancel": {
|
|
15202
|
+
"type": "() => void",
|
|
15203
|
+
"required": false,
|
|
15204
|
+
"description": "Triggered when the user cancels editing"
|
|
15205
|
+
},
|
|
15206
|
+
"isSaving": {
|
|
15207
|
+
"type": "boolean",
|
|
15208
|
+
"required": false,
|
|
15209
|
+
"description": "Loading state during save"
|
|
15210
|
+
},
|
|
15211
|
+
"isChanged": {
|
|
15212
|
+
"type": "boolean",
|
|
15213
|
+
"required": false,
|
|
15214
|
+
"description": "Indicates if the value has been changed but not saved"
|
|
15215
|
+
},
|
|
15216
|
+
"config": {
|
|
15217
|
+
"type": "fieldconfig",
|
|
15218
|
+
"required": false,
|
|
15219
|
+
"description": "Configuration for the specific field type"
|
|
15220
|
+
},
|
|
15221
|
+
"className": {
|
|
15222
|
+
"type": "string",
|
|
15223
|
+
"required": false,
|
|
15224
|
+
"description": "Custom className for the container"
|
|
15225
|
+
},
|
|
15226
|
+
"renderDisplay": {
|
|
15227
|
+
"type": "(value: any) => reactnode",
|
|
15228
|
+
"required": false,
|
|
15229
|
+
"description": "Custom renderer for the display state"
|
|
15230
|
+
},
|
|
15231
|
+
"renderEdit": {
|
|
15232
|
+
"type": "(value: any, onchange: (v: any) => void) => reactnode",
|
|
15233
|
+
"required": false,
|
|
15234
|
+
"description": "Custom renderer for the edit state"
|
|
15235
|
+
},
|
|
15236
|
+
"isLatestMessage": {
|
|
15237
|
+
"type": "boolean",
|
|
15238
|
+
"required": false,
|
|
15239
|
+
"description": "Whether this is the latest message"
|
|
15240
|
+
},
|
|
15241
|
+
"shouldStopPropagation": {
|
|
15242
|
+
"type": "boolean",
|
|
15243
|
+
"required": false,
|
|
15244
|
+
"description": "Whether to stop event propagation when the edit icon is clicked.\nUseful to prevent parents (like cards) from collapsing."
|
|
15245
|
+
},
|
|
15246
|
+
"showIndex": {
|
|
15247
|
+
"type": "boolean",
|
|
15248
|
+
"required": false,
|
|
15249
|
+
"description": "Whether to show the index number"
|
|
15250
|
+
},
|
|
15251
|
+
"index": {
|
|
15252
|
+
"type": "number",
|
|
15253
|
+
"required": false,
|
|
15254
|
+
"description": "Index of this field in the form"
|
|
15255
|
+
},
|
|
15256
|
+
"totalFields": {
|
|
15257
|
+
"type": "number",
|
|
15258
|
+
"required": false,
|
|
15259
|
+
"description": "Total number of fields in the form"
|
|
15260
|
+
}
|
|
15261
|
+
},
|
|
15262
|
+
"preview": null,
|
|
15263
|
+
"layoutHints": null
|
|
15264
|
+
},
|
|
15265
|
+
"EmptyState": {
|
|
15266
|
+
"name": "EmptyState",
|
|
15267
|
+
"type": "molecule",
|
|
15268
|
+
"isBuilderComponent": true,
|
|
15269
|
+
"description": "EmptyState\nA placeholder for empty lists or results.",
|
|
15270
|
+
"props": {
|
|
15271
|
+
"type": {
|
|
15272
|
+
"type": "\"empty-state\"",
|
|
15388
15273
|
"required": true,
|
|
15389
15274
|
"description": ""
|
|
15390
15275
|
},
|
|
15391
|
-
"
|
|
15392
|
-
"type": "
|
|
15276
|
+
"title": {
|
|
15277
|
+
"type": "string",
|
|
15278
|
+
"required": true,
|
|
15279
|
+
"description": ""
|
|
15280
|
+
},
|
|
15281
|
+
"description": {
|
|
15282
|
+
"type": "string",
|
|
15393
15283
|
"required": true,
|
|
15394
15284
|
"description": ""
|
|
15395
15285
|
},
|
|
15286
|
+
"icon": {
|
|
15287
|
+
"type": "string",
|
|
15288
|
+
"required": false,
|
|
15289
|
+
"description": ""
|
|
15290
|
+
},
|
|
15291
|
+
"actionLabel": {
|
|
15292
|
+
"type": "string",
|
|
15293
|
+
"required": false,
|
|
15294
|
+
"description": ""
|
|
15295
|
+
},
|
|
15296
|
+
"action": {
|
|
15297
|
+
"type": "string",
|
|
15298
|
+
"required": false,
|
|
15299
|
+
"description": ""
|
|
15300
|
+
},
|
|
15396
15301
|
"id": {
|
|
15397
15302
|
"type": "string",
|
|
15398
15303
|
"required": true,
|
|
@@ -15407,118 +15312,86 @@
|
|
|
15407
15312
|
"type": "cssproperties",
|
|
15408
15313
|
"required": false,
|
|
15409
15314
|
"description": ""
|
|
15315
|
+
},
|
|
15316
|
+
"onAction": {
|
|
15317
|
+
"type": "(action: string) => void",
|
|
15318
|
+
"required": false,
|
|
15319
|
+
"description": ""
|
|
15410
15320
|
}
|
|
15411
15321
|
},
|
|
15412
15322
|
"preview": null,
|
|
15413
15323
|
"layoutHints": null
|
|
15414
15324
|
},
|
|
15415
|
-
"
|
|
15416
|
-
"name": "
|
|
15325
|
+
"FileUpload": {
|
|
15326
|
+
"name": "FileUpload",
|
|
15417
15327
|
"type": "molecule",
|
|
15418
15328
|
"isBuilderComponent": true,
|
|
15419
|
-
"description": "
|
|
15329
|
+
"description": "FileUpload\nDrag-and-drop file upload zone.",
|
|
15420
15330
|
"props": {
|
|
15421
|
-
"
|
|
15422
|
-
"type": "
|
|
15423
|
-
"required":
|
|
15424
|
-
"description": "
|
|
15331
|
+
"type": {
|
|
15332
|
+
"type": "\"file-upload\"",
|
|
15333
|
+
"required": true,
|
|
15334
|
+
"description": ""
|
|
15425
15335
|
},
|
|
15426
|
-
"
|
|
15336
|
+
"title": {
|
|
15427
15337
|
"type": "string",
|
|
15428
15338
|
"required": true,
|
|
15429
|
-
"description": "
|
|
15339
|
+
"description": ""
|
|
15430
15340
|
},
|
|
15431
|
-
"
|
|
15341
|
+
"accept": {
|
|
15432
15342
|
"type": "string",
|
|
15433
15343
|
"required": false,
|
|
15434
|
-
"description": "
|
|
15435
|
-
},
|
|
15436
|
-
"countdown": {
|
|
15437
|
-
"type": "number",
|
|
15438
|
-
"required": false,
|
|
15439
|
-
"description": "Countdown in seconds. If provided, the button will show a timer."
|
|
15344
|
+
"description": ""
|
|
15440
15345
|
},
|
|
15441
|
-
"
|
|
15346
|
+
"multiple": {
|
|
15442
15347
|
"type": "boolean",
|
|
15443
15348
|
"required": false,
|
|
15444
|
-
"description": "
|
|
15445
|
-
},
|
|
15446
|
-
"onPause": {
|
|
15447
|
-
"type": "() => void",
|
|
15448
|
-
"required": false,
|
|
15449
|
-
"description": "Triggered when the user pauses/resumes the timer"
|
|
15349
|
+
"description": ""
|
|
15450
15350
|
},
|
|
15451
|
-
"
|
|
15452
|
-
"type": "
|
|
15351
|
+
"id": {
|
|
15352
|
+
"type": "string",
|
|
15453
15353
|
"required": true,
|
|
15454
|
-
"description": "
|
|
15455
|
-
},
|
|
15456
|
-
"variant": {
|
|
15457
|
-
"type": "buttonvariant",
|
|
15458
|
-
"required": false,
|
|
15459
|
-
"description": "Button variant (from shadcn)"
|
|
15460
|
-
},
|
|
15461
|
-
"size": {
|
|
15462
|
-
"type": "buttonsize",
|
|
15463
|
-
"required": false,
|
|
15464
|
-
"description": "Button size (from shadcn)"
|
|
15465
|
-
},
|
|
15466
|
-
"disabled": {
|
|
15467
|
-
"type": "boolean",
|
|
15468
|
-
"required": false,
|
|
15469
|
-
"description": "Whether the button is disabled"
|
|
15470
|
-
},
|
|
15471
|
-
"isLoading": {
|
|
15472
|
-
"type": "boolean",
|
|
15473
|
-
"required": false,
|
|
15474
|
-
"description": "Loading state"
|
|
15354
|
+
"description": ""
|
|
15475
15355
|
},
|
|
15476
15356
|
"className": {
|
|
15477
15357
|
"type": "string",
|
|
15478
15358
|
"required": false,
|
|
15479
|
-
"description": "
|
|
15359
|
+
"description": ""
|
|
15480
15360
|
},
|
|
15481
|
-
"
|
|
15482
|
-
"type": "
|
|
15361
|
+
"style": {
|
|
15362
|
+
"type": "cssproperties",
|
|
15483
15363
|
"required": false,
|
|
15484
|
-
"description": "
|
|
15364
|
+
"description": ""
|
|
15365
|
+
},
|
|
15366
|
+
"onFilesSelected": {
|
|
15367
|
+
"type": "(files: file[]) => void",
|
|
15368
|
+
"required": false,
|
|
15369
|
+
"description": ""
|
|
15485
15370
|
}
|
|
15486
15371
|
},
|
|
15487
15372
|
"preview": null,
|
|
15488
15373
|
"layoutHints": null
|
|
15489
15374
|
},
|
|
15490
|
-
"
|
|
15491
|
-
"name": "
|
|
15375
|
+
"FilterBar": {
|
|
15376
|
+
"name": "FilterBar",
|
|
15492
15377
|
"type": "molecule",
|
|
15493
15378
|
"isBuilderComponent": true,
|
|
15494
|
-
"description": "
|
|
15379
|
+
"description": "FilterBar\nA horizontal bar with active filter chips and search.",
|
|
15495
15380
|
"props": {
|
|
15496
15381
|
"type": {
|
|
15497
|
-
"type": "\"
|
|
15382
|
+
"type": "\"filter-bar\"",
|
|
15498
15383
|
"required": true,
|
|
15499
15384
|
"description": ""
|
|
15500
15385
|
},
|
|
15501
|
-
"
|
|
15502
|
-
"type": "
|
|
15503
|
-
"required": true,
|
|
15504
|
-
"description": "",
|
|
15505
|
-
"enums": [
|
|
15506
|
-
"{ header: string; accessorKey: string; type?: number",
|
|
15507
|
-
"avatar",
|
|
15508
|
-
"badge",
|
|
15509
|
-
"date",
|
|
15510
|
-
"text; }[]"
|
|
15511
|
-
]
|
|
15512
|
-
},
|
|
15513
|
-
"data": {
|
|
15514
|
-
"type": "any[]",
|
|
15386
|
+
"filters": {
|
|
15387
|
+
"type": "{ label: string; value: string; active?: boolean; }[]",
|
|
15515
15388
|
"required": true,
|
|
15516
15389
|
"description": ""
|
|
15517
15390
|
},
|
|
15518
|
-
"
|
|
15519
|
-
"type": "
|
|
15391
|
+
"showSearch": {
|
|
15392
|
+
"type": "boolean",
|
|
15520
15393
|
"required": false,
|
|
15521
|
-
"defaultValue": "
|
|
15394
|
+
"defaultValue": "true",
|
|
15522
15395
|
"description": ""
|
|
15523
15396
|
},
|
|
15524
15397
|
"id": {
|
|
@@ -15535,152 +15408,225 @@
|
|
|
15535
15408
|
"type": "cssproperties",
|
|
15536
15409
|
"required": false,
|
|
15537
15410
|
"description": ""
|
|
15411
|
+
},
|
|
15412
|
+
"onFilterToggle": {
|
|
15413
|
+
"type": "(val: string) => void",
|
|
15414
|
+
"required": false,
|
|
15415
|
+
"description": ""
|
|
15416
|
+
},
|
|
15417
|
+
"onSearch": {
|
|
15418
|
+
"type": "(val: string) => void",
|
|
15419
|
+
"required": false,
|
|
15420
|
+
"description": ""
|
|
15538
15421
|
}
|
|
15539
15422
|
},
|
|
15540
15423
|
"preview": null,
|
|
15541
15424
|
"layoutHints": null
|
|
15542
15425
|
},
|
|
15543
|
-
"
|
|
15544
|
-
"name": "
|
|
15426
|
+
"FormCard": {
|
|
15427
|
+
"name": "FormCard",
|
|
15545
15428
|
"type": "molecule",
|
|
15546
15429
|
"isBuilderComponent": true,
|
|
15547
|
-
"description": "
|
|
15430
|
+
"description": "FormCard\n\nHigh-level molecule that assembles multiple EditableFields\ninto a cohesive card unit.\nStyled with purple labels and green badges.",
|
|
15548
15431
|
"props": {
|
|
15549
15432
|
"id": {
|
|
15550
15433
|
"type": "string",
|
|
15551
15434
|
"required": false,
|
|
15552
15435
|
"description": "Unique identifier"
|
|
15553
15436
|
},
|
|
15554
|
-
"
|
|
15437
|
+
"title": {
|
|
15555
15438
|
"type": "string",
|
|
15556
15439
|
"required": true,
|
|
15557
|
-
"description": "
|
|
15440
|
+
"description": "Title of the form card"
|
|
15558
15441
|
},
|
|
15559
|
-
"
|
|
15560
|
-
"type": "
|
|
15442
|
+
"fields": {
|
|
15443
|
+
"type": "fieldconfig[]",
|
|
15561
15444
|
"required": true,
|
|
15562
|
-
"description": "
|
|
15445
|
+
"description": "Map of fields to render"
|
|
15563
15446
|
},
|
|
15564
|
-
"
|
|
15565
|
-
"type": "
|
|
15447
|
+
"data": {
|
|
15448
|
+
"type": "record<string, any>",
|
|
15566
15449
|
"required": true,
|
|
15567
|
-
"description": "
|
|
15450
|
+
"description": "Initial data for the form"
|
|
15568
15451
|
},
|
|
15569
|
-
"
|
|
15570
|
-
"type": "boolean",
|
|
15452
|
+
"editingFields": {
|
|
15453
|
+
"type": "record<string, boolean>",
|
|
15571
15454
|
"required": false,
|
|
15572
|
-
"description": "Current editing
|
|
15455
|
+
"description": "Current editing states for each field"
|
|
15573
15456
|
},
|
|
15574
|
-
"
|
|
15575
|
-
"type": "
|
|
15457
|
+
"changedFields": {
|
|
15458
|
+
"type": "record<string, boolean>",
|
|
15576
15459
|
"required": false,
|
|
15577
|
-
"description": "
|
|
15460
|
+
"description": "Fields that have been modified"
|
|
15578
15461
|
},
|
|
15579
|
-
"
|
|
15580
|
-
"type": "
|
|
15462
|
+
"savingFields": {
|
|
15463
|
+
"type": "record<string, boolean>",
|
|
15581
15464
|
"required": false,
|
|
15582
|
-
"description": "
|
|
15465
|
+
"description": "Fields currently being saved"
|
|
15583
15466
|
},
|
|
15584
|
-
"
|
|
15585
|
-
"type": "() => void",
|
|
15467
|
+
"onFieldEdit": {
|
|
15468
|
+
"type": "(key: string) => void",
|
|
15586
15469
|
"required": false,
|
|
15587
|
-
"description": "Triggered when
|
|
15470
|
+
"description": "Triggered when a field starts editing"
|
|
15588
15471
|
},
|
|
15589
|
-
"
|
|
15590
|
-
"type": "
|
|
15472
|
+
"onFieldSave": {
|
|
15473
|
+
"type": "(key: string, newvalue: any) => void",
|
|
15591
15474
|
"required": false,
|
|
15592
|
-
"description": "
|
|
15475
|
+
"description": "Triggered when a field value is saved"
|
|
15593
15476
|
},
|
|
15594
|
-
"
|
|
15477
|
+
"onFieldCancel": {
|
|
15478
|
+
"type": "(key: string) => void",
|
|
15479
|
+
"required": false,
|
|
15480
|
+
"description": "Triggered when a field edit is cancelled"
|
|
15481
|
+
},
|
|
15482
|
+
"showTimeline": {
|
|
15595
15483
|
"type": "boolean",
|
|
15596
15484
|
"required": false,
|
|
15597
|
-
"description": "
|
|
15485
|
+
"description": "Show a dotted timeline visual on the left"
|
|
15598
15486
|
},
|
|
15599
|
-
"
|
|
15600
|
-
"type": "
|
|
15487
|
+
"proceedLabel": {
|
|
15488
|
+
"type": "string",
|
|
15601
15489
|
"required": false,
|
|
15602
|
-
"description": "
|
|
15490
|
+
"description": "Label for the \"Proceed\" button"
|
|
15491
|
+
},
|
|
15492
|
+
"onProceed": {
|
|
15493
|
+
"type": "() => void",
|
|
15494
|
+
"required": false,
|
|
15495
|
+
"description": "Proceed handler"
|
|
15603
15496
|
},
|
|
15604
15497
|
"className": {
|
|
15605
15498
|
"type": "string",
|
|
15606
15499
|
"required": false,
|
|
15607
|
-
"description": "Custom className
|
|
15500
|
+
"description": "Custom className"
|
|
15608
15501
|
},
|
|
15609
|
-
"
|
|
15610
|
-
"type": "
|
|
15502
|
+
"footer": {
|
|
15503
|
+
"type": "reactnode",
|
|
15611
15504
|
"required": false,
|
|
15612
|
-
"description": "
|
|
15505
|
+
"description": "Footer content (optional)"
|
|
15613
15506
|
},
|
|
15614
|
-
"
|
|
15615
|
-
"type": "
|
|
15507
|
+
"hideTitle": {
|
|
15508
|
+
"type": "boolean",
|
|
15616
15509
|
"required": false,
|
|
15617
|
-
"description": "
|
|
15510
|
+
"description": "Whether to hide the title"
|
|
15511
|
+
},
|
|
15512
|
+
"hideCopyButton": {
|
|
15513
|
+
"type": "boolean",
|
|
15514
|
+
"required": false,
|
|
15515
|
+
"description": "Whether to hide the copy button"
|
|
15618
15516
|
},
|
|
15619
15517
|
"isLatestMessage": {
|
|
15620
15518
|
"type": "boolean",
|
|
15621
15519
|
"required": false,
|
|
15622
15520
|
"description": "Whether this is the latest message"
|
|
15623
15521
|
},
|
|
15624
|
-
"shouldStopPropagation": {
|
|
15625
|
-
"type": "boolean",
|
|
15522
|
+
"shouldStopPropagation": {
|
|
15523
|
+
"type": "boolean",
|
|
15524
|
+
"required": false,
|
|
15525
|
+
"description": "Whether to stop event propagation when the edit icon is clicked in child fields."
|
|
15526
|
+
}
|
|
15527
|
+
},
|
|
15528
|
+
"preview": null,
|
|
15529
|
+
"layoutHints": null
|
|
15530
|
+
},
|
|
15531
|
+
"LoadingOverlay": {
|
|
15532
|
+
"name": "LoadingOverlay",
|
|
15533
|
+
"type": "molecule",
|
|
15534
|
+
"isBuilderComponent": true,
|
|
15535
|
+
"description": "LoadingOverlay\nA full-container overlay with a spinner and message.",
|
|
15536
|
+
"props": {
|
|
15537
|
+
"type": {
|
|
15538
|
+
"type": "\"loading-overlay\"",
|
|
15539
|
+
"required": true,
|
|
15540
|
+
"description": ""
|
|
15541
|
+
},
|
|
15542
|
+
"message": {
|
|
15543
|
+
"type": "string",
|
|
15626
15544
|
"required": false,
|
|
15627
|
-
"
|
|
15545
|
+
"defaultValue": "Loading...",
|
|
15546
|
+
"description": ""
|
|
15628
15547
|
},
|
|
15629
|
-
"
|
|
15630
|
-
"type": "
|
|
15631
|
-
"required":
|
|
15632
|
-
"description": "
|
|
15548
|
+
"id": {
|
|
15549
|
+
"type": "string",
|
|
15550
|
+
"required": true,
|
|
15551
|
+
"description": ""
|
|
15633
15552
|
},
|
|
15634
|
-
"
|
|
15635
|
-
"type": "
|
|
15553
|
+
"className": {
|
|
15554
|
+
"type": "string",
|
|
15636
15555
|
"required": false,
|
|
15637
|
-
"description": "
|
|
15556
|
+
"description": ""
|
|
15638
15557
|
},
|
|
15639
|
-
"
|
|
15640
|
-
"type": "
|
|
15558
|
+
"style": {
|
|
15559
|
+
"type": "cssproperties",
|
|
15641
15560
|
"required": false,
|
|
15642
|
-
"description": "
|
|
15561
|
+
"description": ""
|
|
15643
15562
|
}
|
|
15644
15563
|
},
|
|
15645
15564
|
"preview": null,
|
|
15646
15565
|
"layoutHints": null
|
|
15647
15566
|
},
|
|
15648
|
-
"
|
|
15649
|
-
"name": "
|
|
15567
|
+
"NotificationList": {
|
|
15568
|
+
"name": "NotificationList",
|
|
15650
15569
|
"type": "molecule",
|
|
15651
15570
|
"isBuilderComponent": true,
|
|
15652
|
-
"description": "
|
|
15571
|
+
"description": "NotificationList\nA list of actionable notifications and activity logs.",
|
|
15653
15572
|
"props": {
|
|
15654
15573
|
"type": {
|
|
15655
|
-
"type": "\"
|
|
15574
|
+
"type": "\"notification-list\"",
|
|
15656
15575
|
"required": true,
|
|
15657
15576
|
"description": ""
|
|
15658
15577
|
},
|
|
15659
|
-
"
|
|
15660
|
-
"type": "
|
|
15578
|
+
"notifications": {
|
|
15579
|
+
"type": "enum",
|
|
15661
15580
|
"required": true,
|
|
15662
|
-
"description": ""
|
|
15581
|
+
"description": "",
|
|
15582
|
+
"enums": [
|
|
15583
|
+
"{ id: string; title: string; description?: string; timestamp: string; type: warning",
|
|
15584
|
+
"info",
|
|
15585
|
+
"success",
|
|
15586
|
+
"error; read?: boolean; }[]"
|
|
15587
|
+
]
|
|
15663
15588
|
},
|
|
15664
|
-
"
|
|
15589
|
+
"id": {
|
|
15665
15590
|
"type": "string",
|
|
15666
15591
|
"required": true,
|
|
15667
15592
|
"description": ""
|
|
15668
15593
|
},
|
|
15669
|
-
"
|
|
15594
|
+
"className": {
|
|
15670
15595
|
"type": "string",
|
|
15671
15596
|
"required": false,
|
|
15672
15597
|
"description": ""
|
|
15673
15598
|
},
|
|
15674
|
-
"
|
|
15675
|
-
"type": "
|
|
15599
|
+
"style": {
|
|
15600
|
+
"type": "cssproperties",
|
|
15676
15601
|
"required": false,
|
|
15677
15602
|
"description": ""
|
|
15678
|
-
}
|
|
15679
|
-
|
|
15680
|
-
|
|
15681
|
-
|
|
15603
|
+
}
|
|
15604
|
+
},
|
|
15605
|
+
"preview": null,
|
|
15606
|
+
"layoutHints": null
|
|
15607
|
+
},
|
|
15608
|
+
"StatsGrid": {
|
|
15609
|
+
"name": "StatsGrid",
|
|
15610
|
+
"type": "molecule",
|
|
15611
|
+
"isBuilderComponent": true,
|
|
15612
|
+
"description": "StatsGrid\nA grid of statistical cards with icons and trends.",
|
|
15613
|
+
"props": {
|
|
15614
|
+
"type": {
|
|
15615
|
+
"type": "\"stats-grid\"",
|
|
15616
|
+
"required": true,
|
|
15682
15617
|
"description": ""
|
|
15683
15618
|
},
|
|
15619
|
+
"items": {
|
|
15620
|
+
"type": "enum",
|
|
15621
|
+
"required": true,
|
|
15622
|
+
"description": "",
|
|
15623
|
+
"enums": [
|
|
15624
|
+
"{ label: string; value: string",
|
|
15625
|
+
"number; trend?: string; trendDirection?: up",
|
|
15626
|
+
"down",
|
|
15627
|
+
"neutral; icon?: string; }[]"
|
|
15628
|
+
]
|
|
15629
|
+
},
|
|
15684
15630
|
"id": {
|
|
15685
15631
|
"type": "string",
|
|
15686
15632
|
"required": true,
|
|
@@ -15696,8 +15642,8 @@
|
|
|
15696
15642
|
"required": false,
|
|
15697
15643
|
"description": ""
|
|
15698
15644
|
},
|
|
15699
|
-
"
|
|
15700
|
-
"type": "
|
|
15645
|
+
"stats": {
|
|
15646
|
+
"type": "any[]",
|
|
15701
15647
|
"required": false,
|
|
15702
15648
|
"description": ""
|
|
15703
15649
|
}
|
|
@@ -15705,30 +15651,25 @@
|
|
|
15705
15651
|
"preview": null,
|
|
15706
15652
|
"layoutHints": null
|
|
15707
15653
|
},
|
|
15708
|
-
"
|
|
15709
|
-
"name": "
|
|
15654
|
+
"StepWizard": {
|
|
15655
|
+
"name": "StepWizard",
|
|
15710
15656
|
"type": "molecule",
|
|
15711
15657
|
"isBuilderComponent": true,
|
|
15712
|
-
"description": "
|
|
15658
|
+
"description": "StepWizard\nHorizontal step indicator for multi-part workflows.",
|
|
15713
15659
|
"props": {
|
|
15714
15660
|
"type": {
|
|
15715
|
-
"type": "\"
|
|
15661
|
+
"type": "\"step-wizard\"",
|
|
15716
15662
|
"required": true,
|
|
15717
15663
|
"description": ""
|
|
15718
15664
|
},
|
|
15719
|
-
"
|
|
15720
|
-
"type": "string",
|
|
15665
|
+
"steps": {
|
|
15666
|
+
"type": "{ title: string; description?: string; }[]",
|
|
15721
15667
|
"required": true,
|
|
15722
15668
|
"description": ""
|
|
15723
15669
|
},
|
|
15724
|
-
"
|
|
15725
|
-
"type": "
|
|
15726
|
-
"required":
|
|
15727
|
-
"description": ""
|
|
15728
|
-
},
|
|
15729
|
-
"multiple": {
|
|
15730
|
-
"type": "boolean",
|
|
15731
|
-
"required": false,
|
|
15670
|
+
"currentStep": {
|
|
15671
|
+
"type": "number",
|
|
15672
|
+
"required": true,
|
|
15732
15673
|
"description": ""
|
|
15733
15674
|
},
|
|
15734
15675
|
"id": {
|
|
@@ -15745,36 +15686,26 @@
|
|
|
15745
15686
|
"type": "cssproperties",
|
|
15746
15687
|
"required": false,
|
|
15747
15688
|
"description": ""
|
|
15748
|
-
},
|
|
15749
|
-
"onFilesSelected": {
|
|
15750
|
-
"type": "(files: file[]) => void",
|
|
15751
|
-
"required": false,
|
|
15752
|
-
"description": ""
|
|
15753
15689
|
}
|
|
15754
15690
|
},
|
|
15755
15691
|
"preview": null,
|
|
15756
15692
|
"layoutHints": null
|
|
15757
15693
|
},
|
|
15758
|
-
"
|
|
15759
|
-
"name": "
|
|
15694
|
+
"TagCloud": {
|
|
15695
|
+
"name": "TagCloud",
|
|
15760
15696
|
"type": "molecule",
|
|
15761
15697
|
"isBuilderComponent": true,
|
|
15762
|
-
"description": "
|
|
15698
|
+
"description": "TagCloud\nA cluster of clickable tags.",
|
|
15763
15699
|
"props": {
|
|
15764
15700
|
"type": {
|
|
15765
|
-
"type": "\"
|
|
15766
|
-
"required": true,
|
|
15767
|
-
"description": ""
|
|
15768
|
-
},
|
|
15769
|
-
"filters": {
|
|
15770
|
-
"type": "{ label: string; value: string; active?: boolean; }[]",
|
|
15701
|
+
"type": "\"tag-cloud\"",
|
|
15771
15702
|
"required": true,
|
|
15772
15703
|
"description": ""
|
|
15773
15704
|
},
|
|
15774
|
-
"
|
|
15775
|
-
"type": "
|
|
15705
|
+
"tags": {
|
|
15706
|
+
"type": "{ label: string; value: string; count?: number; }[]",
|
|
15776
15707
|
"required": false,
|
|
15777
|
-
"defaultValue": "
|
|
15708
|
+
"defaultValue": "[]",
|
|
15778
15709
|
"description": ""
|
|
15779
15710
|
},
|
|
15780
15711
|
"id": {
|
|
@@ -15792,12 +15723,7 @@
|
|
|
15792
15723
|
"required": false,
|
|
15793
15724
|
"description": ""
|
|
15794
15725
|
},
|
|
15795
|
-
"
|
|
15796
|
-
"type": "(val: string) => void",
|
|
15797
|
-
"required": false,
|
|
15798
|
-
"description": ""
|
|
15799
|
-
},
|
|
15800
|
-
"onSearch": {
|
|
15726
|
+
"onTagClick": {
|
|
15801
15727
|
"type": "(val: string) => void",
|
|
15802
15728
|
"required": false,
|
|
15803
15729
|
"description": ""
|
|
@@ -15806,126 +15732,127 @@
|
|
|
15806
15732
|
"preview": null,
|
|
15807
15733
|
"layoutHints": null
|
|
15808
15734
|
},
|
|
15809
|
-
"
|
|
15810
|
-
"name": "
|
|
15735
|
+
"AgentCard": {
|
|
15736
|
+
"name": "AgentCard",
|
|
15811
15737
|
"type": "molecule",
|
|
15812
15738
|
"isBuilderComponent": true,
|
|
15813
|
-
"description": "
|
|
15739
|
+
"description": "AgentCard\n\nDisplays an agent configuration with avatar, metadata, tools, and status.\nSupports inline editing when `editable` is true and `onSave` is provided.\nGeneric — the parent injects save logic via `onSave`, so it works in any context.",
|
|
15814
15740
|
"props": {
|
|
15815
|
-
"
|
|
15816
|
-
"type": "string",
|
|
15741
|
+
"onSave": {
|
|
15742
|
+
"type": "(agent: { name: string; display_name: string; description: string; image: string; tools: string[]; model: string; enabled: boolean; agent_id?: string; }, updates: record<string, any>) => promise<...>",
|
|
15817
15743
|
"required": false,
|
|
15818
|
-
"description": "
|
|
15744
|
+
"description": ""
|
|
15819
15745
|
},
|
|
15820
|
-
"
|
|
15746
|
+
"className": {
|
|
15821
15747
|
"type": "string",
|
|
15822
|
-
"required": true,
|
|
15823
|
-
"description": "Title of the form card"
|
|
15824
|
-
},
|
|
15825
|
-
"fields": {
|
|
15826
|
-
"type": "fieldconfig[]",
|
|
15827
|
-
"required": true,
|
|
15828
|
-
"description": "Map of fields to render"
|
|
15829
|
-
},
|
|
15830
|
-
"data": {
|
|
15831
|
-
"type": "record<string, any>",
|
|
15832
|
-
"required": true,
|
|
15833
|
-
"description": "Initial data for the form"
|
|
15834
|
-
},
|
|
15835
|
-
"editingFields": {
|
|
15836
|
-
"type": "record<string, boolean>",
|
|
15837
|
-
"required": false,
|
|
15838
|
-
"description": "Current editing states for each field"
|
|
15839
|
-
},
|
|
15840
|
-
"changedFields": {
|
|
15841
|
-
"type": "record<string, boolean>",
|
|
15842
|
-
"required": false,
|
|
15843
|
-
"description": "Fields that have been modified"
|
|
15844
|
-
},
|
|
15845
|
-
"savingFields": {
|
|
15846
|
-
"type": "record<string, boolean>",
|
|
15847
|
-
"required": false,
|
|
15848
|
-
"description": "Fields currently being saved"
|
|
15849
|
-
},
|
|
15850
|
-
"onFieldEdit": {
|
|
15851
|
-
"type": "(key: string) => void",
|
|
15852
15748
|
"required": false,
|
|
15853
|
-
"description": "
|
|
15749
|
+
"description": ""
|
|
15854
15750
|
},
|
|
15855
|
-
"
|
|
15856
|
-
"type": "
|
|
15751
|
+
"style": {
|
|
15752
|
+
"type": "cssproperties",
|
|
15857
15753
|
"required": false,
|
|
15858
|
-
"description": "
|
|
15754
|
+
"description": ""
|
|
15859
15755
|
},
|
|
15860
|
-
"
|
|
15861
|
-
"type": "
|
|
15862
|
-
"required":
|
|
15863
|
-
"description": "
|
|
15756
|
+
"agent": {
|
|
15757
|
+
"type": "{ name: string; display_name: string; description: string; image: string; tools: string[]; model: string; enabled: boolean; agent_id?: string; }",
|
|
15758
|
+
"required": true,
|
|
15759
|
+
"description": ""
|
|
15864
15760
|
},
|
|
15865
|
-
"
|
|
15761
|
+
"editable": {
|
|
15866
15762
|
"type": "boolean",
|
|
15867
15763
|
"required": false,
|
|
15868
|
-
"
|
|
15869
|
-
|
|
15870
|
-
"proceedLabel": {
|
|
15871
|
-
"type": "string",
|
|
15872
|
-
"required": false,
|
|
15873
|
-
"description": "Label for the \"Proceed\" button"
|
|
15874
|
-
},
|
|
15875
|
-
"onProceed": {
|
|
15876
|
-
"type": "() => void",
|
|
15877
|
-
"required": false,
|
|
15878
|
-
"description": "Proceed handler"
|
|
15764
|
+
"defaultValue": "true",
|
|
15765
|
+
"description": ""
|
|
15879
15766
|
},
|
|
15880
|
-
"
|
|
15881
|
-
"type": "
|
|
15767
|
+
"compact": {
|
|
15768
|
+
"type": "boolean",
|
|
15882
15769
|
"required": false,
|
|
15883
|
-
"
|
|
15770
|
+
"defaultValue": "false",
|
|
15771
|
+
"description": ""
|
|
15772
|
+
}
|
|
15773
|
+
},
|
|
15774
|
+
"preview": null,
|
|
15775
|
+
"layoutHints": null
|
|
15776
|
+
},
|
|
15777
|
+
"AgentDataTable": {
|
|
15778
|
+
"name": "AgentDataTable",
|
|
15779
|
+
"type": "molecule",
|
|
15780
|
+
"isBuilderComponent": true,
|
|
15781
|
+
"description": "AgentDataTable\n\nA clean table for displaying structured data from agent builder responses.\nRenders boolean values as colored indicators and handles overflow gracefully.",
|
|
15782
|
+
"props": {
|
|
15783
|
+
"type": {
|
|
15784
|
+
"type": "\"agent-data-table\"",
|
|
15785
|
+
"required": true,
|
|
15786
|
+
"description": ""
|
|
15884
15787
|
},
|
|
15885
|
-
"
|
|
15886
|
-
"type": "
|
|
15887
|
-
"required":
|
|
15888
|
-
"description": "
|
|
15788
|
+
"headers": {
|
|
15789
|
+
"type": "string[]",
|
|
15790
|
+
"required": true,
|
|
15791
|
+
"description": ""
|
|
15889
15792
|
},
|
|
15890
|
-
"
|
|
15891
|
-
"type": "
|
|
15892
|
-
"required":
|
|
15893
|
-
"description": "
|
|
15793
|
+
"rows": {
|
|
15794
|
+
"type": "enum",
|
|
15795
|
+
"required": true,
|
|
15796
|
+
"description": "",
|
|
15797
|
+
"enums": [
|
|
15798
|
+
"(string",
|
|
15799
|
+
"number",
|
|
15800
|
+
"boolean)[][]"
|
|
15801
|
+
]
|
|
15894
15802
|
},
|
|
15895
|
-
"
|
|
15896
|
-
"type": "
|
|
15897
|
-
"required":
|
|
15898
|
-
"description": "
|
|
15803
|
+
"id": {
|
|
15804
|
+
"type": "string",
|
|
15805
|
+
"required": true,
|
|
15806
|
+
"description": ""
|
|
15899
15807
|
},
|
|
15900
|
-
"
|
|
15901
|
-
"type": "
|
|
15808
|
+
"className": {
|
|
15809
|
+
"type": "string",
|
|
15902
15810
|
"required": false,
|
|
15903
|
-
"description": "
|
|
15811
|
+
"description": ""
|
|
15904
15812
|
},
|
|
15905
|
-
"
|
|
15906
|
-
"type": "
|
|
15813
|
+
"style": {
|
|
15814
|
+
"type": "cssproperties",
|
|
15907
15815
|
"required": false,
|
|
15908
|
-
"description": "
|
|
15816
|
+
"description": ""
|
|
15909
15817
|
}
|
|
15910
15818
|
},
|
|
15911
15819
|
"preview": null,
|
|
15912
15820
|
"layoutHints": null
|
|
15913
15821
|
},
|
|
15914
|
-
"
|
|
15915
|
-
"name": "
|
|
15822
|
+
"InstructionPreview": {
|
|
15823
|
+
"name": "InstructionPreview",
|
|
15916
15824
|
"type": "molecule",
|
|
15917
15825
|
"isBuilderComponent": true,
|
|
15918
|
-
"description": "
|
|
15826
|
+
"description": "InstructionPreview\n\nRenders a structured preview of an agent's instruction/prompt.\nShows agent name, description, collapsible instruction text,\nworkflow summary, and tool list.",
|
|
15919
15827
|
"props": {
|
|
15920
15828
|
"type": {
|
|
15921
|
-
"type": "\"
|
|
15829
|
+
"type": "\"instruction-preview\"",
|
|
15922
15830
|
"required": true,
|
|
15923
15831
|
"description": ""
|
|
15924
15832
|
},
|
|
15925
|
-
"
|
|
15833
|
+
"agent_name": {
|
|
15834
|
+
"type": "string",
|
|
15835
|
+
"required": true,
|
|
15836
|
+
"description": ""
|
|
15837
|
+
},
|
|
15838
|
+
"description": {
|
|
15926
15839
|
"type": "string",
|
|
15927
15840
|
"required": false,
|
|
15928
|
-
"
|
|
15841
|
+
"description": ""
|
|
15842
|
+
},
|
|
15843
|
+
"instruction": {
|
|
15844
|
+
"type": "string",
|
|
15845
|
+
"required": true,
|
|
15846
|
+
"description": ""
|
|
15847
|
+
},
|
|
15848
|
+
"workflow_summary": {
|
|
15849
|
+
"type": "string[]",
|
|
15850
|
+
"required": false,
|
|
15851
|
+
"description": ""
|
|
15852
|
+
},
|
|
15853
|
+
"tools": {
|
|
15854
|
+
"type": "string[]",
|
|
15855
|
+
"required": false,
|
|
15929
15856
|
"description": ""
|
|
15930
15857
|
},
|
|
15931
15858
|
"id": {
|
|
@@ -15947,33 +15874,69 @@
|
|
|
15947
15874
|
"preview": null,
|
|
15948
15875
|
"layoutHints": null
|
|
15949
15876
|
},
|
|
15950
|
-
"
|
|
15951
|
-
"name": "
|
|
15877
|
+
"MultiAgentCard": {
|
|
15878
|
+
"name": "MultiAgentCard",
|
|
15952
15879
|
"type": "molecule",
|
|
15953
15880
|
"isBuilderComponent": true,
|
|
15954
|
-
"description": "
|
|
15881
|
+
"description": "MultiAgentCard\n\nDisplays a multi-agent workflow configuration: workflow name, description,\nstages as connected cards with tool/component counts, and status badge.",
|
|
15955
15882
|
"props": {
|
|
15956
|
-
"
|
|
15957
|
-
"type": "
|
|
15883
|
+
"className": {
|
|
15884
|
+
"type": "string",
|
|
15885
|
+
"required": false,
|
|
15886
|
+
"description": ""
|
|
15887
|
+
},
|
|
15888
|
+
"name": {
|
|
15889
|
+
"type": "string",
|
|
15958
15890
|
"required": true,
|
|
15959
15891
|
"description": ""
|
|
15960
15892
|
},
|
|
15961
|
-
"
|
|
15962
|
-
"type": "
|
|
15893
|
+
"style": {
|
|
15894
|
+
"type": "cssproperties",
|
|
15895
|
+
"required": false,
|
|
15896
|
+
"description": ""
|
|
15897
|
+
},
|
|
15898
|
+
"description": {
|
|
15899
|
+
"type": "string",
|
|
15963
15900
|
"required": true,
|
|
15964
|
-
"description": ""
|
|
15965
|
-
"enums": [
|
|
15966
|
-
"{ id: string; title: string; description?: string; timestamp: string; type: warning",
|
|
15967
|
-
"info",
|
|
15968
|
-
"success",
|
|
15969
|
-
"error; read?: boolean; }[]"
|
|
15970
|
-
]
|
|
15901
|
+
"description": ""
|
|
15971
15902
|
},
|
|
15972
|
-
"
|
|
15903
|
+
"display_name": {
|
|
15973
15904
|
"type": "string",
|
|
15974
15905
|
"required": true,
|
|
15975
15906
|
"description": ""
|
|
15976
15907
|
},
|
|
15908
|
+
"workflow_type": {
|
|
15909
|
+
"type": "\"multi_agent\"",
|
|
15910
|
+
"required": true,
|
|
15911
|
+
"description": ""
|
|
15912
|
+
},
|
|
15913
|
+
"stages": {
|
|
15914
|
+
"type": "{ name: string; agent_name: string; tools?: string[]; ui_components?: string[]; }[]",
|
|
15915
|
+
"required": false,
|
|
15916
|
+
"defaultValue": "[]",
|
|
15917
|
+
"description": ""
|
|
15918
|
+
},
|
|
15919
|
+
"enabled": {
|
|
15920
|
+
"type": "boolean",
|
|
15921
|
+
"required": false,
|
|
15922
|
+
"defaultValue": "true",
|
|
15923
|
+
"description": ""
|
|
15924
|
+
},
|
|
15925
|
+
"agent_id": {
|
|
15926
|
+
"type": "string",
|
|
15927
|
+
"required": false,
|
|
15928
|
+
"description": ""
|
|
15929
|
+
}
|
|
15930
|
+
},
|
|
15931
|
+
"preview": null,
|
|
15932
|
+
"layoutHints": null
|
|
15933
|
+
},
|
|
15934
|
+
"MultiAgentPlan": {
|
|
15935
|
+
"name": "MultiAgentPlan",
|
|
15936
|
+
"type": "molecule",
|
|
15937
|
+
"isBuilderComponent": true,
|
|
15938
|
+
"description": "MultiAgentPlan\n\nVisual plan preview showing proposed stages before the admin commits.\nDisplays stage names, descriptions, and proposed tools in a connected flow.",
|
|
15939
|
+
"props": {
|
|
15977
15940
|
"className": {
|
|
15978
15941
|
"type": "string",
|
|
15979
15942
|
"required": false,
|
|
@@ -15983,36 +15946,31 @@
|
|
|
15983
15946
|
"type": "cssproperties",
|
|
15984
15947
|
"required": false,
|
|
15985
15948
|
"description": ""
|
|
15949
|
+
},
|
|
15950
|
+
"stages": {
|
|
15951
|
+
"type": "{ name: string; description: string; proposed_tools?: string[]; }[]",
|
|
15952
|
+
"required": false,
|
|
15953
|
+
"defaultValue": "[]",
|
|
15954
|
+
"description": ""
|
|
15986
15955
|
}
|
|
15987
15956
|
},
|
|
15988
15957
|
"preview": null,
|
|
15989
15958
|
"layoutHints": null
|
|
15990
15959
|
},
|
|
15991
|
-
"
|
|
15992
|
-
"name": "
|
|
15960
|
+
"MultiAgentUISelector": {
|
|
15961
|
+
"name": "MultiAgentUISelector",
|
|
15993
15962
|
"type": "molecule",
|
|
15994
15963
|
"isBuilderComponent": true,
|
|
15995
|
-
"description": "
|
|
15964
|
+
"description": "",
|
|
15996
15965
|
"props": {
|
|
15997
|
-
"
|
|
15998
|
-
"type": "
|
|
15999
|
-
"required":
|
|
15966
|
+
"onSelect": {
|
|
15967
|
+
"type": "(stageselections: record<string, string[]>) => void",
|
|
15968
|
+
"required": false,
|
|
16000
15969
|
"description": ""
|
|
16001
15970
|
},
|
|
16002
|
-
"
|
|
16003
|
-
"type": "
|
|
16004
|
-
"required":
|
|
16005
|
-
"description": "",
|
|
16006
|
-
"enums": [
|
|
16007
|
-
"{ label: string; value: string",
|
|
16008
|
-
"number; trend?: string; trendDirection?: up",
|
|
16009
|
-
"down",
|
|
16010
|
-
"neutral; icon?: string; }[]"
|
|
16011
|
-
]
|
|
16012
|
-
},
|
|
16013
|
-
"id": {
|
|
16014
|
-
"type": "string",
|
|
16015
|
-
"required": true,
|
|
15971
|
+
"onPreview": {
|
|
15972
|
+
"type": "(componentname: string) => void",
|
|
15973
|
+
"required": false,
|
|
16016
15974
|
"description": ""
|
|
16017
15975
|
},
|
|
16018
15976
|
"className": {
|
|
@@ -16020,38 +15978,76 @@
|
|
|
16020
15978
|
"required": false,
|
|
16021
15979
|
"description": ""
|
|
16022
15980
|
},
|
|
15981
|
+
"isLatestMessage": {
|
|
15982
|
+
"type": "boolean",
|
|
15983
|
+
"required": false,
|
|
15984
|
+
"defaultValue": "true",
|
|
15985
|
+
"description": ""
|
|
15986
|
+
},
|
|
16023
15987
|
"style": {
|
|
16024
15988
|
"type": "cssproperties",
|
|
16025
15989
|
"required": false,
|
|
16026
15990
|
"description": ""
|
|
16027
15991
|
},
|
|
16028
|
-
"
|
|
16029
|
-
"type": "
|
|
15992
|
+
"stages": {
|
|
15993
|
+
"type": "{ id: string; name: string; agent_name: string; recommended_components?: string[]; }[]",
|
|
15994
|
+
"required": false,
|
|
15995
|
+
"defaultValue": "[]",
|
|
15996
|
+
"description": ""
|
|
15997
|
+
},
|
|
15998
|
+
"components": {
|
|
15999
|
+
"type": "{ name: string; display_name: string; description: string; category: string; recommended?: boolean; }[]",
|
|
16030
16000
|
"required": false,
|
|
16001
|
+
"defaultValue": "[]",
|
|
16031
16002
|
"description": ""
|
|
16032
16003
|
}
|
|
16033
16004
|
},
|
|
16034
16005
|
"preview": null,
|
|
16035
16006
|
"layoutHints": null
|
|
16036
16007
|
},
|
|
16037
|
-
"
|
|
16038
|
-
"name": "
|
|
16008
|
+
"StageIndicator": {
|
|
16009
|
+
"name": "StageIndicator",
|
|
16039
16010
|
"type": "molecule",
|
|
16040
16011
|
"isBuilderComponent": true,
|
|
16041
|
-
"description": "
|
|
16012
|
+
"description": "StageIndicator\n\nClient-side inline component showing active stage/agent name with a divider.\nDisplayed between messages when the responding agent changes in a multi-agent workflow.",
|
|
16042
16013
|
"props": {
|
|
16043
|
-
"
|
|
16044
|
-
"type": "
|
|
16014
|
+
"className": {
|
|
16015
|
+
"type": "string",
|
|
16016
|
+
"required": false,
|
|
16017
|
+
"description": ""
|
|
16018
|
+
},
|
|
16019
|
+
"style": {
|
|
16020
|
+
"type": "cssproperties",
|
|
16021
|
+
"required": false,
|
|
16022
|
+
"description": ""
|
|
16023
|
+
},
|
|
16024
|
+
"stage_name": {
|
|
16025
|
+
"type": "string",
|
|
16045
16026
|
"required": true,
|
|
16046
16027
|
"description": ""
|
|
16047
16028
|
},
|
|
16048
|
-
"
|
|
16049
|
-
"type": "
|
|
16029
|
+
"agent_name": {
|
|
16030
|
+
"type": "string",
|
|
16031
|
+
"required": true,
|
|
16032
|
+
"description": ""
|
|
16033
|
+
}
|
|
16034
|
+
},
|
|
16035
|
+
"preview": null,
|
|
16036
|
+
"layoutHints": null
|
|
16037
|
+
},
|
|
16038
|
+
"ToolListCard": {
|
|
16039
|
+
"name": "ToolListCard",
|
|
16040
|
+
"type": "molecule",
|
|
16041
|
+
"isBuilderComponent": true,
|
|
16042
|
+
"description": "ToolListCard\n\nRenders a grouped list of agent tools with icons and description.\nIcons are data-driven: each tool can specify an `icon` field (lucide name),\nfalling back to category-based icons, then a generic wrench.",
|
|
16043
|
+
"props": {
|
|
16044
|
+
"type": {
|
|
16045
|
+
"type": "\"tool-list\"",
|
|
16050
16046
|
"required": true,
|
|
16051
16047
|
"description": ""
|
|
16052
16048
|
},
|
|
16053
|
-
"
|
|
16054
|
-
"type": "
|
|
16049
|
+
"tools": {
|
|
16050
|
+
"type": "{ name: string; display_name?: string; description?: string; category?: string; icon?: string; }[]",
|
|
16055
16051
|
"required": true,
|
|
16056
16052
|
"description": ""
|
|
16057
16053
|
},
|
|
@@ -16074,21 +16070,40 @@
|
|
|
16074
16070
|
"preview": null,
|
|
16075
16071
|
"layoutHints": null
|
|
16076
16072
|
},
|
|
16077
|
-
"
|
|
16078
|
-
"name": "
|
|
16073
|
+
"UIComponentSelector": {
|
|
16074
|
+
"name": "UIComponentSelector",
|
|
16079
16075
|
"type": "molecule",
|
|
16080
16076
|
"isBuilderComponent": true,
|
|
16081
|
-
"description": "
|
|
16077
|
+
"description": "",
|
|
16078
|
+
"props": {
|
|
16079
|
+
"onSelect": {
|
|
16080
|
+
"type": "(selectedcomponents: string[]) => void",
|
|
16081
|
+
"required": false,
|
|
16082
|
+
"description": ""
|
|
16083
|
+
},
|
|
16084
|
+
"onPreview": {
|
|
16085
|
+
"type": "(componentname: string) => void",
|
|
16086
|
+
"required": false,
|
|
16087
|
+
"description": ""
|
|
16088
|
+
}
|
|
16089
|
+
},
|
|
16090
|
+
"preview": null,
|
|
16091
|
+
"layoutHints": null
|
|
16092
|
+
},
|
|
16093
|
+
"WorkflowVisualizer": {
|
|
16094
|
+
"name": "WorkflowVisualizer",
|
|
16095
|
+
"type": "molecule",
|
|
16096
|
+
"isBuilderComponent": true,
|
|
16097
|
+
"description": "WorkflowVisualizer\n\nRenders agent workflow steps as a vertical flow with connected cards.\nEach step shows sub-steps, tools used, and failure handling.",
|
|
16082
16098
|
"props": {
|
|
16083
16099
|
"type": {
|
|
16084
|
-
"type": "\"
|
|
16100
|
+
"type": "\"workflow\"",
|
|
16085
16101
|
"required": true,
|
|
16086
16102
|
"description": ""
|
|
16087
16103
|
},
|
|
16088
|
-
"
|
|
16089
|
-
"type": "{
|
|
16090
|
-
"required":
|
|
16091
|
-
"defaultValue": "[]",
|
|
16104
|
+
"steps": {
|
|
16105
|
+
"type": "{ id: string; name: string; description?: string; tools?: string[]; sub_steps?: { id: string; action: string; }[]; on_failure?: string; next?: string; }[]",
|
|
16106
|
+
"required": true,
|
|
16092
16107
|
"description": ""
|
|
16093
16108
|
},
|
|
16094
16109
|
"id": {
|
|
@@ -16105,11 +16120,6 @@
|
|
|
16105
16120
|
"type": "cssproperties",
|
|
16106
16121
|
"required": false,
|
|
16107
16122
|
"description": ""
|
|
16108
|
-
},
|
|
16109
|
-
"onTagClick": {
|
|
16110
|
-
"type": "(val: string) => void",
|
|
16111
|
-
"required": false,
|
|
16112
|
-
"description": ""
|
|
16113
16123
|
}
|
|
16114
16124
|
},
|
|
16115
16125
|
"preview": null,
|