pxengine 0.1.51 → 0.1.53
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 +1330 -962
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +52 -1
- package/dist/index.d.ts +52 -1
- package/dist/index.mjs +1328 -962
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +170 -1
- 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-26T11:22:36.969Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -15950,6 +15950,175 @@
|
|
|
15950
15950
|
"preview": null,
|
|
15951
15951
|
"layoutHints": null
|
|
15952
15952
|
},
|
|
15953
|
+
"AutoChart": {
|
|
15954
|
+
"name": "AutoChart",
|
|
15955
|
+
"type": "molecule",
|
|
15956
|
+
"isBuilderComponent": true,
|
|
15957
|
+
"description": "",
|
|
15958
|
+
"props": {
|
|
15959
|
+
"title": {
|
|
15960
|
+
"type": "string",
|
|
15961
|
+
"required": true,
|
|
15962
|
+
"description": ""
|
|
15963
|
+
},
|
|
15964
|
+
"data": {
|
|
15965
|
+
"type": "chartdatapoint[]",
|
|
15966
|
+
"required": true,
|
|
15967
|
+
"description": ""
|
|
15968
|
+
},
|
|
15969
|
+
"type": {
|
|
15970
|
+
"type": "enum",
|
|
15971
|
+
"required": false,
|
|
15972
|
+
"defaultValue": "bar",
|
|
15973
|
+
"description": "",
|
|
15974
|
+
"enums": [
|
|
15975
|
+
"bar",
|
|
15976
|
+
"horizontal-bar"
|
|
15977
|
+
]
|
|
15978
|
+
},
|
|
15979
|
+
"loading": {
|
|
15980
|
+
"type": "boolean",
|
|
15981
|
+
"required": false,
|
|
15982
|
+
"description": ""
|
|
15983
|
+
}
|
|
15984
|
+
},
|
|
15985
|
+
"preview": null,
|
|
15986
|
+
"layoutHints": null
|
|
15987
|
+
},
|
|
15988
|
+
"DataTable": {
|
|
15989
|
+
"name": "DataTable",
|
|
15990
|
+
"type": "molecule",
|
|
15991
|
+
"isBuilderComponent": true,
|
|
15992
|
+
"description": "",
|
|
15993
|
+
"props": {
|
|
15994
|
+
"title": {
|
|
15995
|
+
"type": "string",
|
|
15996
|
+
"required": true,
|
|
15997
|
+
"description": ""
|
|
15998
|
+
},
|
|
15999
|
+
"columns": {
|
|
16000
|
+
"type": "sheetcolumn[]",
|
|
16001
|
+
"required": true,
|
|
16002
|
+
"description": ""
|
|
16003
|
+
},
|
|
16004
|
+
"rows": {
|
|
16005
|
+
"type": "sheetrow[]",
|
|
16006
|
+
"required": true,
|
|
16007
|
+
"description": ""
|
|
16008
|
+
},
|
|
16009
|
+
"loading": {
|
|
16010
|
+
"type": "boolean",
|
|
16011
|
+
"required": false,
|
|
16012
|
+
"description": ""
|
|
16013
|
+
}
|
|
16014
|
+
},
|
|
16015
|
+
"preview": null,
|
|
16016
|
+
"layoutHints": null
|
|
16017
|
+
},
|
|
16018
|
+
"GoogleSheetsCard": {
|
|
16019
|
+
"name": "GoogleSheetsCard",
|
|
16020
|
+
"type": "molecule",
|
|
16021
|
+
"isBuilderComponent": true,
|
|
16022
|
+
"description": "GoogleSheetsCard\nRenders spreadsheet data as interactive tables with optional auto-generated charts.\nDisplays Google Sheets data in a dark-themed card with table + bar chart layout.",
|
|
16023
|
+
"props": {
|
|
16024
|
+
"title": {
|
|
16025
|
+
"type": "string",
|
|
16026
|
+
"required": true,
|
|
16027
|
+
"description": ""
|
|
16028
|
+
},
|
|
16029
|
+
"spreadsheet_id": {
|
|
16030
|
+
"type": "string",
|
|
16031
|
+
"required": false,
|
|
16032
|
+
"description": ""
|
|
16033
|
+
},
|
|
16034
|
+
"sheet_name": {
|
|
16035
|
+
"type": "string",
|
|
16036
|
+
"required": false,
|
|
16037
|
+
"description": ""
|
|
16038
|
+
},
|
|
16039
|
+
"columns": {
|
|
16040
|
+
"type": "sheetcolumn[]",
|
|
16041
|
+
"required": true,
|
|
16042
|
+
"description": ""
|
|
16043
|
+
},
|
|
16044
|
+
"rows": {
|
|
16045
|
+
"type": "sheetrow[]",
|
|
16046
|
+
"required": true,
|
|
16047
|
+
"description": ""
|
|
16048
|
+
},
|
|
16049
|
+
"chart": {
|
|
16050
|
+
"type": "enum",
|
|
16051
|
+
"required": false,
|
|
16052
|
+
"description": "",
|
|
16053
|
+
"enums": [
|
|
16054
|
+
"{ title: string; data: ChartDataPoint[]; type?: bar",
|
|
16055
|
+
"horizontal-bar; }"
|
|
16056
|
+
]
|
|
16057
|
+
},
|
|
16058
|
+
"summary": {
|
|
16059
|
+
"type": "string",
|
|
16060
|
+
"required": false,
|
|
16061
|
+
"description": ""
|
|
16062
|
+
},
|
|
16063
|
+
"loading": {
|
|
16064
|
+
"type": "boolean",
|
|
16065
|
+
"required": false,
|
|
16066
|
+
"description": ""
|
|
16067
|
+
},
|
|
16068
|
+
"className": {
|
|
16069
|
+
"type": "string",
|
|
16070
|
+
"required": false,
|
|
16071
|
+
"description": ""
|
|
16072
|
+
},
|
|
16073
|
+
"onAction": {
|
|
16074
|
+
"type": "(action: string, payload?: any) => void",
|
|
16075
|
+
"required": false,
|
|
16076
|
+
"description": ""
|
|
16077
|
+
},
|
|
16078
|
+
"sendMessage": {
|
|
16079
|
+
"type": "(message: string) => void",
|
|
16080
|
+
"required": false,
|
|
16081
|
+
"description": ""
|
|
16082
|
+
}
|
|
16083
|
+
},
|
|
16084
|
+
"preview": null,
|
|
16085
|
+
"layoutHints": null
|
|
16086
|
+
},
|
|
16087
|
+
"GoogleSheetsConnectCard": {
|
|
16088
|
+
"name": "GoogleSheetsConnectCard",
|
|
16089
|
+
"type": "molecule",
|
|
16090
|
+
"isBuilderComponent": true,
|
|
16091
|
+
"description": "",
|
|
16092
|
+
"props": {
|
|
16093
|
+
"message": {
|
|
16094
|
+
"type": "string",
|
|
16095
|
+
"required": true,
|
|
16096
|
+
"description": ""
|
|
16097
|
+
},
|
|
16098
|
+
"context": {
|
|
16099
|
+
"type": "{ spreadsheet_id?: string; tool?: string; }",
|
|
16100
|
+
"required": false,
|
|
16101
|
+
"description": ""
|
|
16102
|
+
},
|
|
16103
|
+
"className": {
|
|
16104
|
+
"type": "string",
|
|
16105
|
+
"required": false,
|
|
16106
|
+
"description": ""
|
|
16107
|
+
},
|
|
16108
|
+
"onAction": {
|
|
16109
|
+
"type": "(action: string, payload?: any) => void",
|
|
16110
|
+
"required": false,
|
|
16111
|
+
"description": ""
|
|
16112
|
+
},
|
|
16113
|
+
"sendMessage": {
|
|
16114
|
+
"type": "(message: string) => void",
|
|
16115
|
+
"required": false,
|
|
16116
|
+
"description": ""
|
|
16117
|
+
}
|
|
16118
|
+
},
|
|
16119
|
+
"preview": null,
|
|
16120
|
+
"layoutHints": null
|
|
16121
|
+
},
|
|
15953
16122
|
"LoadingOverlay": {
|
|
15954
16123
|
"name": "LoadingOverlay",
|
|
15955
16124
|
"type": "molecule",
|