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.js CHANGED
@@ -12376,7 +12376,7 @@ const EventProvider = (_a) => {
12376
12376
  eventSubject: 'clickCta',
12377
12377
  eventDescription: 'User clicked the CTA'
12378
12378
  }, rec, item, index);
12379
- setPopupDetailData === null || setPopupDetailData === void 0 ? void 0 : setPopupDetailData(multItem && multiCheckIndex
12379
+ setPopupDetailData === null || setPopupDetailData === void 0 ? void 0 : setPopupDetailData(multItem && multiCheckIndex !== undefined && multiCheckIndex >= 0
12380
12380
  ? 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 }));
12381
12381
  setElement(ref === null || ref === void 0 ? void 0 : ref.current);
12382
12382
  if (isExternalLink) {
@@ -16723,7 +16723,7 @@ const Display = createMaterial(DisplayComponent, {
16723
16723
  * @Author: binruan@chatlabs.com
16724
16724
  * @Date: 2024-06-13 10:08:32
16725
16725
  * @LastEditors: binruan@chatlabs.com
16726
- * @LastEditTime: 2024-11-26 11:42:08
16726
+ * @LastEditTime: 2024-12-10 13:55:37
16727
16727
  * @FilePath: \pb-sxp-ui\src\materials\sxp\MultiPosts\settingRender.tsx
16728
16728
  *
16729
16729
  */
@@ -16734,7 +16734,8 @@ var settingRender = [
16734
16734
  {
16735
16735
  label: '背景图',
16736
16736
  type: 'Upload',
16737
- name: ['props', 'bgImgUrl']
16737
+ name: ['props', 'bgImgUrl'],
16738
+ text: '建议尺寸:720 * 1280'
16738
16739
  },
16739
16740
  {
16740
16741
  type: 'Group',
@@ -16807,7 +16808,7 @@ var settingRender = [
16807
16808
  ]
16808
16809
  },
16809
16810
  {
16810
- title: '按钮设置',
16811
+ title: '按钮设置 (建议尺寸:500 * 500)',
16811
16812
  child: [
16812
16813
  {
16813
16814
  type: 'Group',