pb-sxp-ui 1.9.8 → 1.10.1
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 +521 -163
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +35 -0
- package/dist/index.js +521 -163
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +7 -3
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +7 -3
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +521 -163
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +7 -3
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/Pagebuilder/index.js +3 -4
- package/es/core/components/SxpPageCore/index.d.ts +1 -1
- package/es/core/components/SxpPageCore/index.js +7 -6
- package/es/core/components/SxpPageRender/NavBack.d.ts +9 -0
- package/es/core/components/SxpPageRender/NavBack.js +16 -0
- package/es/core/components/SxpPageRender/PictureGroup/index.js +3 -1
- package/es/core/components/SxpPageRender/index.d.ts +2 -0
- package/es/core/components/SxpPageRender/index.js +30 -22
- package/es/core/components/SxpPageRender/typing.d.ts +1 -0
- package/es/core/context/EditorContext.d.ts +2 -0
- package/es/core/context/EditorContext.js +9 -3
- package/es/core/context/EditorDataProvider.d.ts +2 -0
- package/es/core/context/EditorDataProvider.js +4 -1
- package/es/core/context/SxpDataSourceProvider.d.ts +4 -2
- package/es/core/context/SxpDataSourceProvider.js +84 -53
- package/es/core/utils/materials.d.ts +1 -1
- package/es/materials/sxp/MultiPosts/index.d.ts +26 -0
- package/es/materials/sxp/MultiPosts/index.js +98 -0
- package/es/materials/sxp/MultiPosts/interactionRender.d.ts +9 -0
- package/es/materials/sxp/MultiPosts/interactionRender.js +42 -0
- package/es/materials/sxp/MultiPosts/material.d.ts +2 -0
- package/es/materials/sxp/MultiPosts/material.js +22 -0
- package/es/materials/sxp/MultiPosts/settingRender.d.ts +73 -0
- package/es/materials/sxp/MultiPosts/settingRender.js +115 -0
- package/es/materials/sxp/index.d.ts +1 -0
- package/es/materials/sxp/index.js +1 -0
- package/lib/core/Pagebuilder/index.js +3 -4
- package/lib/core/components/SxpPageCore/index.d.ts +1 -1
- package/lib/core/components/SxpPageCore/index.js +6 -5
- package/lib/core/components/SxpPageRender/NavBack.d.ts +9 -0
- package/lib/core/components/SxpPageRender/NavBack.js +19 -0
- package/lib/core/components/SxpPageRender/PictureGroup/index.js +3 -1
- package/lib/core/components/SxpPageRender/index.d.ts +2 -0
- package/lib/core/components/SxpPageRender/index.js +30 -22
- package/lib/core/components/SxpPageRender/typing.d.ts +1 -0
- package/lib/core/context/EditorContext.d.ts +2 -0
- package/lib/core/context/EditorContext.js +9 -3
- package/lib/core/context/EditorDataProvider.d.ts +2 -0
- package/lib/core/context/EditorDataProvider.js +4 -1
- package/lib/core/context/SxpDataSourceProvider.d.ts +4 -2
- package/lib/core/context/SxpDataSourceProvider.js +84 -53
- package/lib/core/utils/materials.d.ts +1 -1
- package/lib/materials/sxp/MultiPosts/index.d.ts +26 -0
- package/lib/materials/sxp/MultiPosts/index.js +100 -0
- package/lib/materials/sxp/MultiPosts/interactionRender.d.ts +9 -0
- package/lib/materials/sxp/MultiPosts/interactionRender.js +44 -0
- package/lib/materials/sxp/MultiPosts/material.d.ts +2 -0
- package/lib/materials/sxp/MultiPosts/material.js +26 -0
- package/lib/materials/sxp/MultiPosts/settingRender.d.ts +73 -0
- package/lib/materials/sxp/MultiPosts/settingRender.js +117 -0
- package/lib/materials/sxp/index.d.ts +1 -0
- package/lib/materials/sxp/index.js +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -1430,6 +1430,41 @@ a:active {
|
|
1430
1430
|
object-fit: cover;
|
1431
1431
|
}
|
1432
1432
|
|
1433
|
+
.multiposts {
|
1434
|
+
display: -webkit-box;
|
1435
|
+
display: -webkit-flex;
|
1436
|
+
display: -ms-flexbox;
|
1437
|
+
display: flex;
|
1438
|
+
-webkit-align-content: center;
|
1439
|
+
-ms-flex-line-pack: center;
|
1440
|
+
align-content: center;
|
1441
|
+
background-color: #fff;
|
1442
|
+
width: 100%;
|
1443
|
+
height: 100%;
|
1444
|
+
z-index: 1;
|
1445
|
+
-webkit-flex-wrap: wrap;
|
1446
|
+
-ms-flex-wrap: wrap;
|
1447
|
+
flex-wrap: wrap;
|
1448
|
+
padding: 16px;
|
1449
|
+
-webkit-box-sizing: border-box;
|
1450
|
+
box-sizing: border-box;
|
1451
|
+
gap: 16px;
|
1452
|
+
}
|
1453
|
+
.multiposts-btn {
|
1454
|
+
width: calc(50% - 8px);
|
1455
|
+
}
|
1456
|
+
.multiposts-btn-img {
|
1457
|
+
width: 100%;
|
1458
|
+
height: auto;
|
1459
|
+
-o-object-fit: cover;
|
1460
|
+
object-fit: cover;
|
1461
|
+
display: block;
|
1462
|
+
}
|
1463
|
+
.multiposts-btn:first-child,
|
1464
|
+
.multiposts-btn:nth-child(2) {
|
1465
|
+
margin-bottom: 14px;
|
1466
|
+
}
|
1467
|
+
|
1433
1468
|
/**
|
1434
1469
|
* Swiper 11.1.4
|
1435
1470
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|