pb-sxp-ui 1.10.8 → 1.10.9

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/pb-ui.js CHANGED
@@ -12391,7 +12391,7 @@ Made in Italy` })));
12391
12391
  eventSubject: 'clickCta',
12392
12392
  eventDescription: 'User clicked the CTA'
12393
12393
  }, rec, item, index);
12394
- setPopupDetailData === null || setPopupDetailData === void 0 ? void 0 : setPopupDetailData(multItem && multiCheckIndex
12394
+ setPopupDetailData === null || setPopupDetailData === void 0 ? void 0 : setPopupDetailData(multItem && multiCheckIndex !== undefined && multiCheckIndex >= 0
12395
12395
  ? Object.assign(Object.assign({}, rec), { video: Object.assign(Object.assign({}, rec === null || rec === void 0 ? void 0 : rec.video), { bindProduct: multItem }), index, multiCheckIndex }) : Object.assign(Object.assign({}, rec), { index }));
12396
12396
  setElement(ref === null || ref === void 0 ? void 0 : ref.current);
12397
12397
  if (isExternalLink) {
@@ -16738,7 +16738,7 @@ Made in Italy` })));
16738
16738
  * @Author: binruan@chatlabs.com
16739
16739
  * @Date: 2024-06-13 10:08:32
16740
16740
  * @LastEditors: binruan@chatlabs.com
16741
- * @LastEditTime: 2024-11-26 11:42:08
16741
+ * @LastEditTime: 2024-12-10 13:55:37
16742
16742
  * @FilePath: \pb-sxp-ui\src\materials\sxp\MultiPosts\settingRender.tsx
16743
16743
  *
16744
16744
  */
@@ -16749,7 +16749,8 @@ Made in Italy` })));
16749
16749
  {
16750
16750
  label: '背景图',
16751
16751
  type: 'Upload',
16752
- name: ['props', 'bgImgUrl']
16752
+ name: ['props', 'bgImgUrl'],
16753
+ text: '建议尺寸:720 * 1280'
16753
16754
  },
16754
16755
  {
16755
16756
  type: 'Group',
@@ -16822,7 +16823,7 @@ Made in Italy` })));
16822
16823
  ]
16823
16824
  },
16824
16825
  {
16825
- title: '按钮设置',
16826
+ title: '按钮设置 (建议尺寸:500 * 500)',
16826
16827
  child: [
16827
16828
  {
16828
16829
  type: 'Group',