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/index.cjs CHANGED
@@ -12398,7 +12398,7 @@ const EventProvider = (_a) => {
12398
12398
  eventSubject: 'clickCta',
12399
12399
  eventDescription: 'User clicked the CTA'
12400
12400
  }, rec, item, index);
12401
- setPopupDetailData === null || setPopupDetailData === void 0 ? void 0 : setPopupDetailData(multItem && multiCheckIndex
12401
+ setPopupDetailData === null || setPopupDetailData === void 0 ? void 0 : setPopupDetailData(multItem && multiCheckIndex !== undefined && multiCheckIndex >= 0
12402
12402
  ? 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 }));
12403
12403
  setElement(ref === null || ref === void 0 ? void 0 : ref.current);
12404
12404
  if (isExternalLink) {
@@ -16745,7 +16745,7 @@ const Display = createMaterial(DisplayComponent, {
16745
16745
  * @Author: binruan@chatlabs.com
16746
16746
  * @Date: 2024-06-13 10:08:32
16747
16747
  * @LastEditors: binruan@chatlabs.com
16748
- * @LastEditTime: 2024-11-26 11:42:08
16748
+ * @LastEditTime: 2024-12-10 13:55:37
16749
16749
  * @FilePath: \pb-sxp-ui\src\materials\sxp\MultiPosts\settingRender.tsx
16750
16750
  *
16751
16751
  */
@@ -16756,7 +16756,8 @@ var settingRender = [
16756
16756
  {
16757
16757
  label: '背景图',
16758
16758
  type: 'Upload',
16759
- name: ['props', 'bgImgUrl']
16759
+ name: ['props', 'bgImgUrl'],
16760
+ text: '建议尺寸:720 * 1280'
16760
16761
  },
16761
16762
  {
16762
16763
  type: 'Group',
@@ -16829,7 +16830,7 @@ var settingRender = [
16829
16830
  ]
16830
16831
  },
16831
16832
  {
16832
- title: '按钮设置',
16833
+ title: '按钮设置 (建议尺寸:500 * 500)',
16833
16834
  child: [
16834
16835
  {
16835
16836
  type: 'Group',