pxengine 0.1.139 → 0.1.141
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 +3230 -2851
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +49 -1
- package/dist/index.d.ts +49 -1
- package/dist/index.mjs +2983 -2608
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +137 -10
- 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-08-
|
|
4
|
+
"lastUpdated": "2026-08-12T10:55:57.502Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -2733,39 +2733,50 @@
|
|
|
2733
2733
|
"headerTextColor": {
|
|
2734
2734
|
"type": "string",
|
|
2735
2735
|
"required": false,
|
|
2736
|
-
"defaultValue": "var(--
|
|
2736
|
+
"defaultValue": "var(--cardText)",
|
|
2737
2737
|
"description": ""
|
|
2738
2738
|
},
|
|
2739
2739
|
"headerBgColor": {
|
|
2740
2740
|
"type": "string",
|
|
2741
2741
|
"required": false,
|
|
2742
|
-
"defaultValue": "
|
|
2742
|
+
"defaultValue": "rgba(0, 0, 0, 0.2)",
|
|
2743
2743
|
"description": ""
|
|
2744
2744
|
},
|
|
2745
2745
|
"rowTextColor": {
|
|
2746
2746
|
"type": "string",
|
|
2747
2747
|
"required": false,
|
|
2748
|
-
"defaultValue": "var(--
|
|
2748
|
+
"defaultValue": "var(--cardText)",
|
|
2749
2749
|
"description": ""
|
|
2750
2750
|
},
|
|
2751
2751
|
"rowBgColor": {
|
|
2752
2752
|
"type": "string",
|
|
2753
2753
|
"required": false,
|
|
2754
|
-
"defaultValue": "
|
|
2754
|
+
"defaultValue": "transparent",
|
|
2755
2755
|
"description": ""
|
|
2756
2756
|
},
|
|
2757
2757
|
"hoverBgColor": {
|
|
2758
2758
|
"type": "string",
|
|
2759
2759
|
"required": false,
|
|
2760
|
-
"defaultValue": "rgba(
|
|
2760
|
+
"defaultValue": "rgba(255, 255, 255, 0.02)",
|
|
2761
2761
|
"description": ""
|
|
2762
2762
|
},
|
|
2763
2763
|
"borderColor": {
|
|
2764
2764
|
"type": "string",
|
|
2765
2765
|
"required": false,
|
|
2766
|
-
"defaultValue": "var(--
|
|
2766
|
+
"defaultValue": "var(--gray400)",
|
|
2767
2767
|
"description": ""
|
|
2768
2768
|
},
|
|
2769
|
+
"paginate": {
|
|
2770
|
+
"type": "boolean",
|
|
2771
|
+
"required": false,
|
|
2772
|
+
"defaultValue": "true",
|
|
2773
|
+
"description": "Client-side pagination (default: true)."
|
|
2774
|
+
},
|
|
2775
|
+
"pageSize": {
|
|
2776
|
+
"type": "number",
|
|
2777
|
+
"required": false,
|
|
2778
|
+
"description": "Rows per page when paginate is enabled (default: 25)."
|
|
2779
|
+
},
|
|
2769
2780
|
"id": {
|
|
2770
2781
|
"type": "string",
|
|
2771
2782
|
"required": true,
|
|
@@ -2783,7 +2794,7 @@
|
|
|
2783
2794
|
}
|
|
2784
2795
|
},
|
|
2785
2796
|
"preview": {
|
|
2786
|
-
"name": "
|
|
2797
|
+
"name": "Brand Table",
|
|
2787
2798
|
"component": "TableAtom",
|
|
2788
2799
|
"layoutHints": {
|
|
2789
2800
|
"width": 400,
|
|
@@ -2807,7 +2818,7 @@
|
|
|
2807
2818
|
"1h ago"
|
|
2808
2819
|
]
|
|
2809
2820
|
],
|
|
2810
|
-
"className": "shadow-xl border border-
|
|
2821
|
+
"className": "shadow-xl border border-gray400 rounded-[16px] overflow-hidden bg-cardSurface"
|
|
2811
2822
|
}
|
|
2812
2823
|
},
|
|
2813
2824
|
"layoutHints": {
|
|
@@ -7891,7 +7902,17 @@
|
|
|
7891
7902
|
"pageSize": {
|
|
7892
7903
|
"type": "number",
|
|
7893
7904
|
"required": false,
|
|
7894
|
-
"
|
|
7905
|
+
"description": "Rows per page when paginate is enabled (default: 25)."
|
|
7906
|
+
},
|
|
7907
|
+
"paginate": {
|
|
7908
|
+
"type": "boolean",
|
|
7909
|
+
"required": false,
|
|
7910
|
+
"defaultValue": "true",
|
|
7911
|
+
"description": "Client-side pagination (default: true)."
|
|
7912
|
+
},
|
|
7913
|
+
"theme": {
|
|
7914
|
+
"type": "widgettheme",
|
|
7915
|
+
"required": false,
|
|
7895
7916
|
"description": ""
|
|
7896
7917
|
},
|
|
7897
7918
|
"id": {
|
|
@@ -8022,6 +8043,16 @@
|
|
|
8022
8043
|
"type": "(action: any) => void",
|
|
8023
8044
|
"required": false,
|
|
8024
8045
|
"description": ""
|
|
8046
|
+
},
|
|
8047
|
+
"paginate": {
|
|
8048
|
+
"type": "boolean",
|
|
8049
|
+
"required": false,
|
|
8050
|
+
"description": "Client-side pagination (default: true)."
|
|
8051
|
+
},
|
|
8052
|
+
"pageSize": {
|
|
8053
|
+
"type": "number",
|
|
8054
|
+
"required": false,
|
|
8055
|
+
"description": "Rows per page when paginate is enabled (default: 25)."
|
|
8025
8056
|
}
|
|
8026
8057
|
},
|
|
8027
8058
|
"preview": null,
|
|
@@ -8878,6 +8909,22 @@
|
|
|
8878
8909
|
"type": "boolean",
|
|
8879
8910
|
"required": false,
|
|
8880
8911
|
"description": ""
|
|
8912
|
+
},
|
|
8913
|
+
"theme": {
|
|
8914
|
+
"type": "widgettheme",
|
|
8915
|
+
"required": false,
|
|
8916
|
+
"description": ""
|
|
8917
|
+
},
|
|
8918
|
+
"paginate": {
|
|
8919
|
+
"type": "boolean",
|
|
8920
|
+
"required": false,
|
|
8921
|
+
"defaultValue": "true",
|
|
8922
|
+
"description": ""
|
|
8923
|
+
},
|
|
8924
|
+
"pageSize": {
|
|
8925
|
+
"type": "number",
|
|
8926
|
+
"required": false,
|
|
8927
|
+
"description": ""
|
|
8881
8928
|
}
|
|
8882
8929
|
},
|
|
8883
8930
|
"preview": null,
|
|
@@ -8938,6 +8985,21 @@
|
|
|
8938
8985
|
"required": false,
|
|
8939
8986
|
"description": ""
|
|
8940
8987
|
},
|
|
8988
|
+
"theme": {
|
|
8989
|
+
"type": "widgettheme",
|
|
8990
|
+
"required": false,
|
|
8991
|
+
"description": ""
|
|
8992
|
+
},
|
|
8993
|
+
"paginate": {
|
|
8994
|
+
"type": "boolean",
|
|
8995
|
+
"required": false,
|
|
8996
|
+
"description": ""
|
|
8997
|
+
},
|
|
8998
|
+
"pageSize": {
|
|
8999
|
+
"type": "number",
|
|
9000
|
+
"required": false,
|
|
9001
|
+
"description": ""
|
|
9002
|
+
},
|
|
8941
9003
|
"onAction": {
|
|
8942
9004
|
"type": "(action: string, payload?: any) => void",
|
|
8943
9005
|
"required": false,
|
|
@@ -10132,6 +10194,71 @@
|
|
|
10132
10194
|
"preview": null,
|
|
10133
10195
|
"layoutHints": null
|
|
10134
10196
|
},
|
|
10197
|
+
"TablePagination": {
|
|
10198
|
+
"name": "TablePagination",
|
|
10199
|
+
"type": "molecule",
|
|
10200
|
+
"isBuilderComponent": true,
|
|
10201
|
+
"description": "Brand-matched footer for client-side table pagination.",
|
|
10202
|
+
"props": {
|
|
10203
|
+
"page": {
|
|
10204
|
+
"type": "number",
|
|
10205
|
+
"required": true,
|
|
10206
|
+
"description": ""
|
|
10207
|
+
},
|
|
10208
|
+
"pageCount": {
|
|
10209
|
+
"type": "number",
|
|
10210
|
+
"required": true,
|
|
10211
|
+
"description": ""
|
|
10212
|
+
},
|
|
10213
|
+
"pageSize": {
|
|
10214
|
+
"type": "number",
|
|
10215
|
+
"required": true,
|
|
10216
|
+
"description": ""
|
|
10217
|
+
},
|
|
10218
|
+
"total": {
|
|
10219
|
+
"type": "number",
|
|
10220
|
+
"required": true,
|
|
10221
|
+
"description": ""
|
|
10222
|
+
},
|
|
10223
|
+
"canPrev": {
|
|
10224
|
+
"type": "boolean",
|
|
10225
|
+
"required": true,
|
|
10226
|
+
"description": ""
|
|
10227
|
+
},
|
|
10228
|
+
"canNext": {
|
|
10229
|
+
"type": "boolean",
|
|
10230
|
+
"required": true,
|
|
10231
|
+
"description": ""
|
|
10232
|
+
},
|
|
10233
|
+
"onPrev": {
|
|
10234
|
+
"type": "() => void",
|
|
10235
|
+
"required": true,
|
|
10236
|
+
"description": ""
|
|
10237
|
+
},
|
|
10238
|
+
"onNext": {
|
|
10239
|
+
"type": "() => void",
|
|
10240
|
+
"required": true,
|
|
10241
|
+
"description": ""
|
|
10242
|
+
},
|
|
10243
|
+
"onPageSizeChange": {
|
|
10244
|
+
"type": "(size: number) => void",
|
|
10245
|
+
"required": true,
|
|
10246
|
+
"description": ""
|
|
10247
|
+
},
|
|
10248
|
+
"theme": {
|
|
10249
|
+
"type": "widgettheme",
|
|
10250
|
+
"required": false,
|
|
10251
|
+
"description": ""
|
|
10252
|
+
},
|
|
10253
|
+
"className": {
|
|
10254
|
+
"type": "string",
|
|
10255
|
+
"required": false,
|
|
10256
|
+
"description": ""
|
|
10257
|
+
}
|
|
10258
|
+
},
|
|
10259
|
+
"preview": null,
|
|
10260
|
+
"layoutHints": null
|
|
10261
|
+
},
|
|
10135
10262
|
"TagCloud": {
|
|
10136
10263
|
"name": "TagCloud",
|
|
10137
10264
|
"type": "molecule",
|