pxengine 0.1.31 → 0.1.33
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 +346 -259
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +18 -1
- package/dist/index.d.ts +18 -1
- package/dist/index.mjs +355 -270
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +71 -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-02-
|
|
4
|
+
"lastUpdated": "2026-02-27T10:31:08.211Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -13810,6 +13810,11 @@
|
|
|
13810
13810
|
"required": false,
|
|
13811
13811
|
"description": "Title of the concept"
|
|
13812
13812
|
},
|
|
13813
|
+
"index": {
|
|
13814
|
+
"type": "number",
|
|
13815
|
+
"required": false,
|
|
13816
|
+
"description": ""
|
|
13817
|
+
},
|
|
13813
13818
|
"isRecommended": {
|
|
13814
13819
|
"type": "boolean",
|
|
13815
13820
|
"required": false,
|
|
@@ -13928,6 +13933,11 @@
|
|
|
13928
13933
|
"type": "boolean",
|
|
13929
13934
|
"required": false,
|
|
13930
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."
|
|
13931
13941
|
}
|
|
13932
13942
|
},
|
|
13933
13943
|
"preview": null,
|
|
@@ -14047,6 +14057,11 @@
|
|
|
14047
14057
|
"type": "boolean",
|
|
14048
14058
|
"required": false,
|
|
14049
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."
|
|
14050
14065
|
}
|
|
14051
14066
|
},
|
|
14052
14067
|
"preview": null,
|
|
@@ -14372,6 +14387,11 @@
|
|
|
14372
14387
|
"type": "boolean",
|
|
14373
14388
|
"required": false,
|
|
14374
14389
|
"description": "Whether to hide the copy button"
|
|
14390
|
+
},
|
|
14391
|
+
"shouldStopPropagation": {
|
|
14392
|
+
"type": "boolean",
|
|
14393
|
+
"required": false,
|
|
14394
|
+
"description": "Whether to stop event propagation when the edit icon is clicked in child fields."
|
|
14375
14395
|
}
|
|
14376
14396
|
},
|
|
14377
14397
|
"preview": null,
|
|
@@ -14622,6 +14642,41 @@
|
|
|
14622
14642
|
"preview": null,
|
|
14623
14643
|
"layoutHints": null
|
|
14624
14644
|
},
|
|
14645
|
+
"PlatformSelectEdit": {
|
|
14646
|
+
"name": "PlatformSelectEdit",
|
|
14647
|
+
"type": "molecule",
|
|
14648
|
+
"isBuilderComponent": true,
|
|
14649
|
+
"description": "",
|
|
14650
|
+
"props": {
|
|
14651
|
+
"value": {
|
|
14652
|
+
"type": "any",
|
|
14653
|
+
"required": true,
|
|
14654
|
+
"description": ""
|
|
14655
|
+
},
|
|
14656
|
+
"onChange": {
|
|
14657
|
+
"type": "(value: any) => void",
|
|
14658
|
+
"required": true,
|
|
14659
|
+
"description": ""
|
|
14660
|
+
}
|
|
14661
|
+
},
|
|
14662
|
+
"preview": null,
|
|
14663
|
+
"layoutHints": null
|
|
14664
|
+
},
|
|
14665
|
+
"PlatformSelectDisplay": {
|
|
14666
|
+
"name": "PlatformSelectDisplay",
|
|
14667
|
+
"type": "molecule",
|
|
14668
|
+
"isBuilderComponent": true,
|
|
14669
|
+
"description": "",
|
|
14670
|
+
"props": {
|
|
14671
|
+
"value": {
|
|
14672
|
+
"type": "any",
|
|
14673
|
+
"required": true,
|
|
14674
|
+
"description": ""
|
|
14675
|
+
}
|
|
14676
|
+
},
|
|
14677
|
+
"preview": null,
|
|
14678
|
+
"layoutHints": null
|
|
14679
|
+
},
|
|
14625
14680
|
"SearchSpecCard": {
|
|
14626
14681
|
"name": "SearchSpecCard",
|
|
14627
14682
|
"type": "molecule",
|
|
@@ -14746,6 +14801,11 @@
|
|
|
14746
14801
|
"type": "boolean",
|
|
14747
14802
|
"required": false,
|
|
14748
14803
|
"description": "Whether to hide the copy button"
|
|
14804
|
+
},
|
|
14805
|
+
"shouldStopPropagation": {
|
|
14806
|
+
"type": "boolean",
|
|
14807
|
+
"required": false,
|
|
14808
|
+
"description": "Whether to stop event propagation when the edit icon is clicked in child fields."
|
|
14749
14809
|
}
|
|
14750
14810
|
},
|
|
14751
14811
|
"preview": null,
|
|
@@ -14995,6 +15055,11 @@
|
|
|
14995
15055
|
"required": false,
|
|
14996
15056
|
"description": "Whether this is the latest message"
|
|
14997
15057
|
},
|
|
15058
|
+
"shouldStopPropagation": {
|
|
15059
|
+
"type": "boolean",
|
|
15060
|
+
"required": false,
|
|
15061
|
+
"description": "Whether to stop event propagation when the edit icon is clicked.\nUseful to prevent parents (like cards) from collapsing."
|
|
15062
|
+
},
|
|
14998
15063
|
"showIndex": {
|
|
14999
15064
|
"type": "boolean",
|
|
15000
15065
|
"required": false,
|
|
@@ -15270,6 +15335,11 @@
|
|
|
15270
15335
|
"type": "boolean",
|
|
15271
15336
|
"required": false,
|
|
15272
15337
|
"description": "Whether this is the latest message"
|
|
15338
|
+
},
|
|
15339
|
+
"shouldStopPropagation": {
|
|
15340
|
+
"type": "boolean",
|
|
15341
|
+
"required": false,
|
|
15342
|
+
"description": "Whether to stop event propagation when the edit icon is clicked in child fields."
|
|
15273
15343
|
}
|
|
15274
15344
|
},
|
|
15275
15345
|
"preview": null,
|