@blocklet/list 0.14.11 → 0.14.13
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/lib/index.es.js +5 -4
- package/package.json +3 -3
package/lib/index.es.js
CHANGED
|
@@ -803,6 +803,7 @@ function er() {
|
|
|
803
803
|
{
|
|
804
804
|
height: { xs: "auto", md: le },
|
|
805
805
|
sx: {
|
|
806
|
+
cursor: "pointer",
|
|
806
807
|
"&::before": {
|
|
807
808
|
content: '""',
|
|
808
809
|
position: "absolute",
|
|
@@ -810,7 +811,6 @@ function er() {
|
|
|
810
811
|
left: 0,
|
|
811
812
|
right: 0,
|
|
812
813
|
bottom: 0,
|
|
813
|
-
cursor: "pointer",
|
|
814
814
|
backgroundImage: `url("${F}")`,
|
|
815
815
|
backgroundSize: "cover",
|
|
816
816
|
filter: "blur(50px)",
|
|
@@ -854,7 +854,7 @@ function er() {
|
|
|
854
854
|
alt: "",
|
|
855
855
|
width: i ? void 0 : 338,
|
|
856
856
|
height: 210,
|
|
857
|
-
style: { objectFit: "cover" }
|
|
857
|
+
style: { objectFit: "cover", cursor: "pointer" }
|
|
858
858
|
}
|
|
859
859
|
) });
|
|
860
860
|
}
|
|
@@ -955,7 +955,8 @@ function lr({
|
|
|
955
955
|
sortBy: P.nameDesc,
|
|
956
956
|
page: 1,
|
|
957
957
|
pageSize: 10,
|
|
958
|
-
keyword: s
|
|
958
|
+
keyword: s,
|
|
959
|
+
showResources: "true"
|
|
959
960
|
}) : Promise.resolve([]),
|
|
960
961
|
{
|
|
961
962
|
manual: !0
|
|
@@ -1416,7 +1417,7 @@ function pr() {
|
|
|
1416
1417
|
fetchBlockletsError: l,
|
|
1417
1418
|
loadMore: d.loadMore,
|
|
1418
1419
|
hasNextPage: !d.noMore,
|
|
1419
|
-
total: (p = d.data) == null ? void 0 : p.total,
|
|
1420
|
+
total: ((p = d.data) == null ? void 0 : p.total) || 0,
|
|
1420
1421
|
loadings: {
|
|
1421
1422
|
fetchBlockletsLoading: d.loading,
|
|
1422
1423
|
loadingMore: d.loadingMore
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/list",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.13",
|
|
4
4
|
"description": "Common ux components of blocklet",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@blocklet/js-sdk": "^1.16.32",
|
|
56
|
-
"@blocklet/util": "0.14.
|
|
56
|
+
"@blocklet/util": "0.14.13",
|
|
57
57
|
"@emotion/react": "^11.10.0",
|
|
58
58
|
"@emotion/styled": "^11.10.0",
|
|
59
59
|
"@iconify-icons/tabler": "^1.2.95",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"prettier": "^3.3.2",
|
|
91
91
|
"vite": "^5.2.12"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "b422b387325a3e076d3db4469af93902c6804dc1"
|
|
94
94
|
}
|