pb-sxp-ui 1.0.0 → 1.0.2-alpha.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/README.md +2 -2
- package/dist/index.cjs +938 -389
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +24 -18
- package/dist/index.js +938 -389
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +3 -5
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +3 -5
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +938 -389
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +3 -5
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageCore/index.d.ts +1 -0
- package/es/core/components/SxpPageCore/index.js +2 -2
- package/es/core/components/SxpPageRender/ExpandableText.d.ts +1 -0
- package/es/core/components/SxpPageRender/ExpandableText.js +16 -9
- package/es/core/components/SxpPageRender/Hashtag/index.js +1 -1
- package/es/core/components/SxpPageRender/Modal/index.d.ts +2 -0
- package/es/core/components/SxpPageRender/Modal/index.js +7 -4
- package/es/core/components/SxpPageRender/Nudge/index.d.ts +24 -0
- package/es/core/components/SxpPageRender/Nudge/index.js +13 -0
- package/es/core/components/SxpPageRender/PictureGroup/index.js +11 -7
- package/es/core/components/SxpPageRender/Popup/index.js +3 -3
- package/es/core/components/SxpPageRender/VideoWidget/index.js +30 -21
- package/es/core/components/SxpPageRender/WaterFall/WaterfallList.js +4 -3
- package/es/core/components/SxpPageRender/index.d.ts +20 -1
- package/es/core/components/SxpPageRender/index.js +19 -16
- package/es/core/components/SxpPageRender/typing.d.ts +1 -0
- package/es/core/components/SxpPageRender/useIconLink.d.ts +1 -1
- package/es/core/components/SxpPageRender/useIconLink.js +8 -3
- package/es/core/context/EditorContext.d.ts +5 -0
- package/es/core/context/EditorContext.js +21 -3
- package/es/core/context/SxpDataSourceProvider.js +1 -1
- package/es/core/create.d.ts +1 -1
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +13 -1
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +20 -17
- package/es/materials/sxp/popup/CommodityDetailDiroNew/material.js +35 -1
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +134 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +175 -0
- package/es/materials/sxp/template/Appoint/index.d.ts +2 -0
- package/es/materials/sxp/template/Appoint/index.js +4 -18
- package/es/materials/sxp/template/Appoint/material.js +22 -6
- package/es/materials/sxp/template/Commodity/index.d.ts +2 -0
- package/es/materials/sxp/template/Commodity/index.js +5 -22
- package/es/materials/sxp/template/Commodity/material.js +31 -6
- package/es/materials/sxp/template/CommodityDiro/index.d.ts +2 -0
- package/es/materials/sxp/template/CommodityDiro/index.js +5 -24
- package/es/materials/sxp/template/CommodityDiro/material.js +30 -5
- package/es/materials/sxp/template/CommodityDiroNew/index.d.ts +2 -0
- package/es/materials/sxp/template/CommodityDiroNew/index.js +5 -24
- package/es/materials/sxp/template/CommodityDiroNew/material.js +32 -6
- package/es/materials/sxp/template/Link/index.d.ts +2 -0
- package/es/materials/sxp/template/Link/index.js +4 -13
- package/es/materials/sxp/template/Link/material.js +22 -5
- package/es/materials/sxp/template/MultiCommodity/index.d.ts +2 -0
- package/es/materials/sxp/template/MultiCommodity/index.js +8 -24
- package/es/materials/sxp/template/MultiCommodity/material.js +30 -5
- package/es/materials/sxp/template/MultiCommodityDiro/index.d.ts +2 -0
- package/es/materials/sxp/template/MultiCommodityDiro/index.js +8 -27
- package/es/materials/sxp/template/MultiCommodityDiro/material.js +31 -6
- package/es/materials/sxp/template/MultiCommodityDiroNew/index.d.ts +2 -0
- package/es/materials/sxp/template/MultiCommodityDiroNew/index.js +8 -25
- package/es/materials/sxp/template/MultiCommodityDiroNew/material.js +32 -6
- package/es/materials/sxp/template/components/EventProvider.d.ts +2 -1
- package/es/materials/sxp/template/components/EventProvider.js +5 -4
- package/es/materials/sxp/template/components/settingRender.d.ts +108 -0
- package/es/materials/sxp/template/components/settingRender.js +198 -0
- package/es/materials/sxp/template/components/typing.d.ts +6 -0
- package/es/materials/sxp/template/components/typing.js +1 -0
- package/lib/core/components/SxpPageCore/index.d.ts +1 -0
- package/lib/core/components/SxpPageCore/index.js +2 -2
- package/lib/core/components/SxpPageRender/ExpandableText.d.ts +1 -0
- package/lib/core/components/SxpPageRender/ExpandableText.js +16 -9
- package/lib/core/components/SxpPageRender/Hashtag/index.js +1 -1
- package/lib/core/components/SxpPageRender/Modal/index.d.ts +2 -0
- package/lib/core/components/SxpPageRender/Modal/index.js +7 -4
- package/lib/core/components/SxpPageRender/Nudge/index.d.ts +24 -0
- package/lib/core/components/SxpPageRender/Nudge/index.js +16 -0
- package/lib/core/components/SxpPageRender/PictureGroup/index.js +10 -6
- package/lib/core/components/SxpPageRender/Popup/index.js +3 -3
- package/lib/core/components/SxpPageRender/VideoWidget/index.js +30 -21
- package/lib/core/components/SxpPageRender/WaterFall/WaterfallList.js +3 -2
- package/lib/core/components/SxpPageRender/index.d.ts +20 -1
- package/lib/core/components/SxpPageRender/index.js +19 -16
- package/lib/core/components/SxpPageRender/typing.d.ts +1 -0
- package/lib/core/components/SxpPageRender/useIconLink.d.ts +1 -1
- package/lib/core/components/SxpPageRender/useIconLink.js +8 -3
- package/lib/core/context/EditorContext.d.ts +5 -0
- package/lib/core/context/EditorContext.js +21 -3
- package/lib/core/context/SxpDataSourceProvider.js +1 -1
- package/lib/core/create.d.ts +1 -1
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +13 -1
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +20 -17
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/material.js +35 -1
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +134 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +177 -0
- package/lib/materials/sxp/template/Appoint/index.d.ts +2 -0
- package/lib/materials/sxp/template/Appoint/index.js +4 -18
- package/lib/materials/sxp/template/Appoint/material.js +22 -6
- package/lib/materials/sxp/template/Commodity/index.d.ts +2 -0
- package/lib/materials/sxp/template/Commodity/index.js +5 -22
- package/lib/materials/sxp/template/Commodity/material.js +31 -6
- package/lib/materials/sxp/template/CommodityDiro/index.d.ts +2 -0
- package/lib/materials/sxp/template/CommodityDiro/index.js +5 -24
- package/lib/materials/sxp/template/CommodityDiro/material.js +30 -5
- package/lib/materials/sxp/template/CommodityDiroNew/index.d.ts +2 -0
- package/lib/materials/sxp/template/CommodityDiroNew/index.js +5 -24
- package/lib/materials/sxp/template/CommodityDiroNew/material.js +32 -6
- package/lib/materials/sxp/template/Link/index.d.ts +2 -0
- package/lib/materials/sxp/template/Link/index.js +4 -13
- package/lib/materials/sxp/template/Link/material.js +22 -5
- package/lib/materials/sxp/template/MultiCommodity/index.d.ts +2 -0
- package/lib/materials/sxp/template/MultiCommodity/index.js +7 -23
- package/lib/materials/sxp/template/MultiCommodity/material.js +30 -5
- package/lib/materials/sxp/template/MultiCommodityDiro/index.d.ts +2 -0
- package/lib/materials/sxp/template/MultiCommodityDiro/index.js +7 -26
- package/lib/materials/sxp/template/MultiCommodityDiro/material.js +31 -6
- package/lib/materials/sxp/template/MultiCommodityDiroNew/index.d.ts +2 -0
- package/lib/materials/sxp/template/MultiCommodityDiroNew/index.js +7 -24
- package/lib/materials/sxp/template/MultiCommodityDiroNew/material.js +32 -6
- package/lib/materials/sxp/template/components/EventProvider.d.ts +2 -1
- package/lib/materials/sxp/template/components/EventProvider.js +4 -3
- package/lib/materials/sxp/template/components/settingRender.d.ts +108 -0
- package/lib/materials/sxp/template/components/settingRender.js +200 -0
- package/lib/materials/sxp/template/components/typing.d.ts +6 -0
- package/lib/materials/sxp/template/components/typing.js +2 -0
- package/package.json +2 -1
@@ -0,0 +1,134 @@
|
|
1
|
+
declare const _default: ({
|
2
|
+
title: string;
|
3
|
+
child: ({
|
4
|
+
type: string;
|
5
|
+
label: string;
|
6
|
+
options: {
|
7
|
+
label: string;
|
8
|
+
value: string;
|
9
|
+
}[];
|
10
|
+
name: string[];
|
11
|
+
addonAfter?: undefined;
|
12
|
+
} | {
|
13
|
+
type: string;
|
14
|
+
name: string[];
|
15
|
+
addonAfter: string;
|
16
|
+
label?: undefined;
|
17
|
+
options?: undefined;
|
18
|
+
})[];
|
19
|
+
} | {
|
20
|
+
title: string;
|
21
|
+
child: {
|
22
|
+
name: string[];
|
23
|
+
type: string;
|
24
|
+
child: ({
|
25
|
+
label: string;
|
26
|
+
type: string;
|
27
|
+
options: {
|
28
|
+
label: string;
|
29
|
+
value: string;
|
30
|
+
}[];
|
31
|
+
name: string[];
|
32
|
+
initialValue: string;
|
33
|
+
child?: undefined;
|
34
|
+
} | {
|
35
|
+
type: string;
|
36
|
+
label: string;
|
37
|
+
child: ({
|
38
|
+
type: string;
|
39
|
+
name: string[];
|
40
|
+
options?: undefined;
|
41
|
+
addonAfter?: undefined;
|
42
|
+
} | {
|
43
|
+
type: string;
|
44
|
+
options: {
|
45
|
+
label: string;
|
46
|
+
value: string;
|
47
|
+
}[];
|
48
|
+
name: string[];
|
49
|
+
addonAfter?: undefined;
|
50
|
+
} | {
|
51
|
+
type: string;
|
52
|
+
addonAfter: string;
|
53
|
+
name: string[];
|
54
|
+
options?: undefined;
|
55
|
+
})[];
|
56
|
+
options?: undefined;
|
57
|
+
name?: undefined;
|
58
|
+
initialValue?: undefined;
|
59
|
+
} | {
|
60
|
+
label: string;
|
61
|
+
type: string;
|
62
|
+
options?: undefined;
|
63
|
+
name?: undefined;
|
64
|
+
initialValue?: undefined;
|
65
|
+
child?: undefined;
|
66
|
+
} | {
|
67
|
+
label: string;
|
68
|
+
type: string;
|
69
|
+
name: string[];
|
70
|
+
options?: undefined;
|
71
|
+
initialValue?: undefined;
|
72
|
+
child?: undefined;
|
73
|
+
})[];
|
74
|
+
}[];
|
75
|
+
} | {
|
76
|
+
title: string;
|
77
|
+
child: ({
|
78
|
+
type: string;
|
79
|
+
label: string;
|
80
|
+
name: string[];
|
81
|
+
initialValue: string;
|
82
|
+
child?: undefined;
|
83
|
+
} | {
|
84
|
+
type: string;
|
85
|
+
label: string;
|
86
|
+
child: ({
|
87
|
+
type: string;
|
88
|
+
name: string[];
|
89
|
+
max: number;
|
90
|
+
addonAfter?: undefined;
|
91
|
+
} | {
|
92
|
+
type: string;
|
93
|
+
name: string[];
|
94
|
+
addonAfter: string;
|
95
|
+
max: number;
|
96
|
+
})[];
|
97
|
+
name?: undefined;
|
98
|
+
initialValue?: undefined;
|
99
|
+
} | {
|
100
|
+
type: string;
|
101
|
+
label: string;
|
102
|
+
child: ({
|
103
|
+
type: string;
|
104
|
+
name: string[];
|
105
|
+
initialValue: string;
|
106
|
+
options?: undefined;
|
107
|
+
addonAfter?: undefined;
|
108
|
+
} | {
|
109
|
+
type: string;
|
110
|
+
name: string[];
|
111
|
+
options: {
|
112
|
+
label: string;
|
113
|
+
value: string;
|
114
|
+
}[];
|
115
|
+
initialValue?: undefined;
|
116
|
+
addonAfter?: undefined;
|
117
|
+
} | {
|
118
|
+
type: string;
|
119
|
+
name: string[];
|
120
|
+
addonAfter: string;
|
121
|
+
initialValue?: undefined;
|
122
|
+
options?: undefined;
|
123
|
+
})[];
|
124
|
+
name?: undefined;
|
125
|
+
initialValue?: undefined;
|
126
|
+
} | {
|
127
|
+
type: string;
|
128
|
+
name: string[];
|
129
|
+
label?: undefined;
|
130
|
+
initialValue?: undefined;
|
131
|
+
child?: undefined;
|
132
|
+
})[];
|
133
|
+
})[];
|
134
|
+
export default _default;
|
@@ -0,0 +1,177 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.default = [
|
4
|
+
{
|
5
|
+
title: '商品图片',
|
6
|
+
child: [
|
7
|
+
{
|
8
|
+
type: 'Radius',
|
9
|
+
label: '轮播指示器',
|
10
|
+
options: [
|
11
|
+
{
|
12
|
+
label: '居左',
|
13
|
+
value: 'left'
|
14
|
+
},
|
15
|
+
{
|
16
|
+
label: '居中',
|
17
|
+
value: 'center'
|
18
|
+
}
|
19
|
+
],
|
20
|
+
name: ['props', 'swiper', 'dotsAlign']
|
21
|
+
},
|
22
|
+
{
|
23
|
+
type: 'Number',
|
24
|
+
name: ['props', 'swiper', 'delay'],
|
25
|
+
addonAfter: 's'
|
26
|
+
}
|
27
|
+
]
|
28
|
+
},
|
29
|
+
{
|
30
|
+
title: '商品文本',
|
31
|
+
child: [
|
32
|
+
{
|
33
|
+
name: ['props', 'commodityStyles'],
|
34
|
+
type: 'SelectLinkage',
|
35
|
+
child: [
|
36
|
+
{
|
37
|
+
label: '字段',
|
38
|
+
type: 'Select',
|
39
|
+
options: [
|
40
|
+
{
|
41
|
+
label: '商品名称',
|
42
|
+
value: 'title'
|
43
|
+
},
|
44
|
+
{
|
45
|
+
label: '系列名称',
|
46
|
+
value: 'collection'
|
47
|
+
},
|
48
|
+
{
|
49
|
+
label: '价格',
|
50
|
+
value: 'price'
|
51
|
+
},
|
52
|
+
{
|
53
|
+
label: '税费说明',
|
54
|
+
value: 'taxInfo'
|
55
|
+
},
|
56
|
+
{
|
57
|
+
label: '商品描述',
|
58
|
+
value: 'info'
|
59
|
+
}
|
60
|
+
],
|
61
|
+
name: ['props', 'commodityStyles', 'field'],
|
62
|
+
initialValue: 'title'
|
63
|
+
},
|
64
|
+
{
|
65
|
+
type: 'Group',
|
66
|
+
label: '标题字体',
|
67
|
+
child: [
|
68
|
+
{
|
69
|
+
type: 'Color',
|
70
|
+
name: ['color']
|
71
|
+
},
|
72
|
+
{
|
73
|
+
type: 'Select',
|
74
|
+
options: [{ label: '黑体', value: '黑体' }],
|
75
|
+
name: ['fontFamily']
|
76
|
+
},
|
77
|
+
{
|
78
|
+
type: 'Number',
|
79
|
+
addonAfter: 'px',
|
80
|
+
name: ['fontSize']
|
81
|
+
}
|
82
|
+
]
|
83
|
+
},
|
84
|
+
{
|
85
|
+
label: '标题样式',
|
86
|
+
type: 'TextStyle'
|
87
|
+
},
|
88
|
+
{
|
89
|
+
label: '标题对齐',
|
90
|
+
type: 'TextAlign'
|
91
|
+
},
|
92
|
+
{
|
93
|
+
label: '默认行数',
|
94
|
+
type: 'Number',
|
95
|
+
name: ['lineClamp']
|
96
|
+
}
|
97
|
+
]
|
98
|
+
}
|
99
|
+
]
|
100
|
+
},
|
101
|
+
{
|
102
|
+
title: '购买按钮样式',
|
103
|
+
child: [
|
104
|
+
{
|
105
|
+
type: 'Color',
|
106
|
+
label: '背景色',
|
107
|
+
name: ['props', 'buttonStyle', 'backgroundColor'],
|
108
|
+
initialValue: '#000'
|
109
|
+
},
|
110
|
+
{
|
111
|
+
type: 'Group',
|
112
|
+
label: '尺寸',
|
113
|
+
child: [
|
114
|
+
{
|
115
|
+
type: 'Number',
|
116
|
+
name: ['props', 'buttonStyle', 'height'],
|
117
|
+
addonAfter: 'H'
|
118
|
+
}
|
119
|
+
]
|
120
|
+
},
|
121
|
+
{
|
122
|
+
type: 'Group',
|
123
|
+
label: '圆角',
|
124
|
+
child: [
|
125
|
+
{
|
126
|
+
type: 'Slider',
|
127
|
+
name: ['props', 'buttonStyle', 'borderRadius'],
|
128
|
+
max: 100
|
129
|
+
},
|
130
|
+
{
|
131
|
+
type: 'Number',
|
132
|
+
name: ['props', 'buttonStyle', 'borderRadius'],
|
133
|
+
addonAfter: 'px',
|
134
|
+
max: 100
|
135
|
+
}
|
136
|
+
]
|
137
|
+
},
|
138
|
+
{
|
139
|
+
type: 'Group',
|
140
|
+
label: '字体',
|
141
|
+
child: [
|
142
|
+
{
|
143
|
+
type: 'Color',
|
144
|
+
name: ['props', 'buttonStyle', 'color'],
|
145
|
+
initialValue: '#fff'
|
146
|
+
},
|
147
|
+
{
|
148
|
+
type: 'Select',
|
149
|
+
name: ['props', 'buttonStyle', 'fontFamily'],
|
150
|
+
options: [{ label: '黑体', value: '黑体' }]
|
151
|
+
},
|
152
|
+
{
|
153
|
+
type: 'Number',
|
154
|
+
name: ['props', 'buttonStyle', 'fontSize'],
|
155
|
+
addonAfter: 'px'
|
156
|
+
}
|
157
|
+
]
|
158
|
+
},
|
159
|
+
{
|
160
|
+
type: 'TextStyle',
|
161
|
+
name: ['props', 'buttonStyle']
|
162
|
+
},
|
163
|
+
{
|
164
|
+
type: 'TextAlign',
|
165
|
+
name: ['props', 'buttonStyle']
|
166
|
+
},
|
167
|
+
{
|
168
|
+
type: 'TextSpace',
|
169
|
+
name: ['props', 'buttonStyle']
|
170
|
+
},
|
171
|
+
{
|
172
|
+
type: 'TextMargin',
|
173
|
+
name: ['props', 'buttonStyle']
|
174
|
+
}
|
175
|
+
]
|
176
|
+
}
|
177
|
+
];
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
|
+
import { ICtaTempStylesType } from '../components/typing';
|
2
3
|
import { RecItemType } from '../../../../core/components/SxpPageRender/typing';
|
3
4
|
export interface IAppointProps {
|
4
5
|
content?: string;
|
@@ -6,6 +7,7 @@ export interface IAppointProps {
|
|
6
7
|
bgImg?: Record<string, any> | string;
|
7
8
|
recData?: RecItemType;
|
8
9
|
bottom_image?: string;
|
10
|
+
ctaTempStyles?: ICtaTempStylesType;
|
9
11
|
}
|
10
12
|
declare const _default: React.NamedExoticComponent<IAppointProps>;
|
11
13
|
export default _default;
|
@@ -7,26 +7,12 @@ const EventProvider_1 = tslib_1.__importDefault(require("../components/EventProv
|
|
7
7
|
const hooks_1 = require("../../../../core/hooks");
|
8
8
|
const Appoint = (_a) => {
|
9
9
|
var _b, _c, _d, _e;
|
10
|
-
var { content, style, bgImg, recData, bottom_image } = _a, props = tslib_1.__rest(_a, ["content", "style", "bgImg", "recData", "bottom_image"]);
|
10
|
+
var { content, style, bgImg, recData, bottom_image, ctaTempStyles } = _a, props = tslib_1.__rest(_a, ["content", "style", "bgImg", "recData", "bottom_image", "ctaTempStyles"]);
|
11
11
|
const { sxpParameter } = (0, hooks_1.useSxpDataSource)();
|
12
12
|
const cta = (_b = recData === null || recData === void 0 ? void 0 : recData.video) === null || _b === void 0 ? void 0 : _b.bindCta;
|
13
|
-
return (react_1.default.createElement(EventProvider_1.default, Object.assign({ rec: recData, className: (0, css_1.css)(Object.assign(
|
14
|
-
react_1.default.createElement("div", { className: (0, css_1.css)({
|
15
|
-
width: '30px',
|
16
|
-
height: '30px',
|
17
|
-
marginRight: '8px',
|
18
|
-
borderRadius: '3px',
|
19
|
-
overflow: 'hidden',
|
20
|
-
flexShrink: 0,
|
21
|
-
backgroundColor: '#f2f2f2'
|
22
|
-
}) },
|
13
|
+
return (react_1.default.createElement(EventProvider_1.default, Object.assign({ rec: recData, className: (0, css_1.css)(Object.assign({ alignItems: 'center' }, style)), style: { display: 'flex' } }, props),
|
14
|
+
react_1.default.createElement("div", { className: (0, css_1.css)(Object.assign({ overflow: 'hidden', flexShrink: 0, backgroundColor: '#f2f2f2' }, ctaTempStyles === null || ctaTempStyles === void 0 ? void 0 : ctaTempStyles.img)) },
|
23
15
|
react_1.default.createElement("img", { className: (0, css_1.css)({ width: '100%', objectFit: 'cover', height: '100%' }), src: (_d = (_c = cta === null || cta === void 0 ? void 0 : cta.icon) !== null && _c !== void 0 ? _c : sxpParameter === null || sxpParameter === void 0 ? void 0 : sxpParameter.bottom_image) !== null && _d !== void 0 ? _d : bottom_image, alt: '' })),
|
24
|
-
react_1.default.createElement("div", { className: (0, css_1.css)({
|
25
|
-
color: '#fff',
|
26
|
-
width: '100%',
|
27
|
-
overflow: 'hidden',
|
28
|
-
fontSize: '12px',
|
29
|
-
textOverflow: 'ellipsis'
|
30
|
-
}) }, (_e = cta === null || cta === void 0 ? void 0 : cta.enTitle) !== null && _e !== void 0 ? _e : 'Product Name')));
|
16
|
+
react_1.default.createElement("div", { className: (0, css_1.css)(Object.assign({ overflow: 'hidden', textOverflow: 'ellipsis' }, ctaTempStyles === null || ctaTempStyles === void 0 ? void 0 : ctaTempStyles.ctaTitle)) }, (_e = cta === null || cta === void 0 ? void 0 : cta.enTitle) !== null && _e !== void 0 ? _e : 'Product Name')));
|
31
17
|
};
|
32
18
|
exports.default = (0, react_1.memo)(Appoint);
|
@@ -2,6 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.Appoint = void 0;
|
4
4
|
const tslib_1 = require("tslib");
|
5
|
+
const settingRender_1 = tslib_1.__importDefault(require("../components/settingRender"));
|
5
6
|
const interactionRender_1 = tslib_1.__importDefault(require("./interactionRender"));
|
6
7
|
const _1 = tslib_1.__importDefault(require("."));
|
7
8
|
const create_1 = require("../../../../core/create");
|
@@ -12,18 +13,33 @@ const Appoint = (0, create_1.createMaterial)(_1.default, {
|
|
12
13
|
type: 'Appoint',
|
13
14
|
related: {
|
14
15
|
interactionRender: interactionRender_1.default,
|
16
|
+
settingRender: settingRender_1.default === null || settingRender_1.default === void 0 ? void 0 : settingRender_1.default.filter((i) => i.type !== 'commodityTitle'),
|
15
17
|
bindableProps: []
|
16
18
|
},
|
17
19
|
defaulSetting: {
|
18
20
|
props: {
|
19
|
-
|
21
|
+
ctaTempStyles: {
|
22
|
+
img: {
|
23
|
+
borderRadius: 3,
|
24
|
+
width: 30,
|
25
|
+
height: 30,
|
26
|
+
marginRight: 8
|
27
|
+
},
|
28
|
+
ctaTitle: {
|
29
|
+
fontSize: 12,
|
30
|
+
color: '#fff',
|
31
|
+
textAlign: 'left',
|
32
|
+
width: 130,
|
33
|
+
height: 20
|
34
|
+
}
|
35
|
+
}
|
20
36
|
},
|
21
37
|
style: {
|
22
|
-
padding:
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
38
|
+
padding: 7,
|
39
|
+
width: 236,
|
40
|
+
height: 44,
|
41
|
+
borderRadius: 3,
|
42
|
+
backgroundColor: 'rgba(0,0,0,.3)'
|
27
43
|
}
|
28
44
|
},
|
29
45
|
w: 100,
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
|
+
import { ICtaTempStylesType } from '../components/typing';
|
2
3
|
import { RecItemType } from '../../../../core/components/SxpPageRender/typing';
|
3
4
|
export interface ICommodityProps {
|
4
5
|
content?: string;
|
@@ -6,6 +7,7 @@ export interface ICommodityProps {
|
|
6
7
|
bgImg?: Record<string, any> | string;
|
7
8
|
recData?: RecItemType;
|
8
9
|
bottom_image?: string;
|
10
|
+
ctaTempStyles?: ICtaTempStylesType;
|
9
11
|
}
|
10
12
|
declare const _default: React.NamedExoticComponent<ICommodityProps>;
|
11
13
|
export default _default;
|
@@ -8,20 +8,12 @@ const index_module_less_1 = tslib_1.__importDefault(require("./index.module.less
|
|
8
8
|
const hooks_1 = require("../../../../core/hooks");
|
9
9
|
const Commodity = (_a) => {
|
10
10
|
var _b, _c, _d, _e, _f, _g, _h;
|
11
|
-
var { content, style, bgImg, recData, bottom_image } = _a, props = tslib_1.__rest(_a, ["content", "style", "bgImg", "recData", "bottom_image"]);
|
11
|
+
var { content, style, bgImg, recData, bottom_image, ctaTempStyles } = _a, props = tslib_1.__rest(_a, ["content", "style", "bgImg", "recData", "bottom_image", "ctaTempStyles"]);
|
12
12
|
const { sxpParameter } = (0, hooks_1.useSxpDataSource)();
|
13
13
|
const product = (_b = recData === null || recData === void 0 ? void 0 : recData.video) === null || _b === void 0 ? void 0 : _b.bindProduct;
|
14
14
|
const src = (_e = (_d = (_c = product === null || product === void 0 ? void 0 : product.homePage) === null || _c === void 0 ? void 0 : _c[0]) !== null && _d !== void 0 ? _d : sxpParameter === null || sxpParameter === void 0 ? void 0 : sxpParameter.bottom_image) !== null && _e !== void 0 ? _e : bottom_image;
|
15
|
-
return (react_1.default.createElement(EventProvider_1.default, Object.assign({ rec: recData, className: (0, css_1.css)(Object.assign(
|
16
|
-
react_1.default.createElement("div", { className: (0, css_1.css)({
|
17
|
-
width: '60px',
|
18
|
-
height: '60px',
|
19
|
-
marginRight: '8px',
|
20
|
-
borderRadius: '3px',
|
21
|
-
overflow: 'hidden',
|
22
|
-
flexShrink: 0,
|
23
|
-
backgroundColor: '#f2f2f2'
|
24
|
-
}) },
|
15
|
+
return (react_1.default.createElement(EventProvider_1.default, Object.assign({ rec: recData, className: (0, css_1.css)(Object.assign({}, style)), style: { display: 'flex' } }, props),
|
16
|
+
react_1.default.createElement("div", { className: (0, css_1.css)(Object.assign({ overflow: 'hidden', flexShrink: 0, backgroundColor: '#f2f2f2' }, ctaTempStyles === null || ctaTempStyles === void 0 ? void 0 : ctaTempStyles.img)) },
|
25
17
|
react_1.default.createElement("img", { className: (0, css_1.css)({ width: '100%', objectFit: 'cover', height: '100%' }), src: src, hidden: !src, alt: '' })),
|
26
18
|
react_1.default.createElement("div", { className: (0, css_1.css)({
|
27
19
|
color: '#fff',
|
@@ -31,16 +23,7 @@ const Commodity = (_a) => {
|
|
31
23
|
width: '100%',
|
32
24
|
overflow: 'hidden'
|
33
25
|
}) },
|
34
|
-
react_1.default.createElement("div", { className: index_module_less_1.default['tow-line-ellipsis'] }, (_f = product === null || product === void 0 ? void 0 : product.title) !== null && _f !== void 0 ? _f : 'Product Name'),
|
35
|
-
react_1.default.createElement("div", { className: (0, css_1.css)({
|
36
|
-
background: 'rgba(0,0,0,.5)',
|
37
|
-
fontSize: '10px',
|
38
|
-
padding: '2px 7px',
|
39
|
-
width: 'auto',
|
40
|
-
textAlign: 'center',
|
41
|
-
textOverflow: 'ellipsis',
|
42
|
-
overflow: 'hidden',
|
43
|
-
whiteSpace: 'nowrap'
|
44
|
-
}) }, (_h = (_g = product === null || product === void 0 ? void 0 : product.bindCta) === null || _g === void 0 ? void 0 : _g.enTitle) !== null && _h !== void 0 ? _h : 'Shop Now'))));
|
26
|
+
react_1.default.createElement("div", { className: index_module_less_1.default['tow-line-ellipsis'], style: ctaTempStyles === null || ctaTempStyles === void 0 ? void 0 : ctaTempStyles.title }, (_f = product === null || product === void 0 ? void 0 : product.title) !== null && _f !== void 0 ? _f : 'Product Name'),
|
27
|
+
react_1.default.createElement("div", { className: (0, css_1.css)(Object.assign({ padding: '2px 7px', textOverflow: 'ellipsis', overflow: 'hidden', whiteSpace: 'nowrap' }, ctaTempStyles === null || ctaTempStyles === void 0 ? void 0 : ctaTempStyles.ctaTitle)) }, (_h = (_g = product === null || product === void 0 ? void 0 : product.bindCta) === null || _g === void 0 ? void 0 : _g.enTitle) !== null && _h !== void 0 ? _h : 'Shop Now'))));
|
45
28
|
};
|
46
29
|
exports.default = (0, react_1.memo)(Commodity);
|
@@ -2,6 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.Commodity = void 0;
|
4
4
|
const tslib_1 = require("tslib");
|
5
|
+
const settingRender_1 = tslib_1.__importDefault(require("../components/settingRender"));
|
5
6
|
const interactionRender_1 = tslib_1.__importDefault(require("./interactionRender"));
|
6
7
|
const _1 = tslib_1.__importDefault(require("."));
|
7
8
|
const create_1 = require("../../../../core/create");
|
@@ -12,15 +13,39 @@ const Commodity = (0, create_1.createMaterial)(_1.default, {
|
|
12
13
|
type: 'Commodity',
|
13
14
|
related: {
|
14
15
|
interactionRender: interactionRender_1.default,
|
15
|
-
bindableProps: []
|
16
|
+
bindableProps: [],
|
17
|
+
settingRender: settingRender_1.default
|
16
18
|
},
|
17
19
|
defaulSetting: {
|
18
|
-
props: {
|
20
|
+
props: {
|
21
|
+
ctaTempStyles: {
|
22
|
+
img: {
|
23
|
+
borderRadius: 3,
|
24
|
+
width: 60,
|
25
|
+
height: 60,
|
26
|
+
marginRight: 8
|
27
|
+
},
|
28
|
+
title: {
|
29
|
+
fontSize: 12,
|
30
|
+
color: '#fff',
|
31
|
+
textAlign: 'left'
|
32
|
+
},
|
33
|
+
ctaTitle: {
|
34
|
+
fontSize: 10,
|
35
|
+
color: '#fff',
|
36
|
+
textAlign: 'center',
|
37
|
+
width: 130,
|
38
|
+
height: 20,
|
39
|
+
backgroundColor: 'rgba(0,0,0,.5)'
|
40
|
+
}
|
41
|
+
}
|
42
|
+
},
|
19
43
|
style: {
|
20
|
-
padding:
|
21
|
-
|
22
|
-
|
23
|
-
borderRadius:
|
44
|
+
padding: 7,
|
45
|
+
width: 236,
|
46
|
+
height: 74,
|
47
|
+
borderRadius: 3,
|
48
|
+
backgroundColor: 'rgba(0,0,0,.3)'
|
24
49
|
}
|
25
50
|
},
|
26
51
|
w: 100,
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
|
+
import { ICtaTempStylesType } from '../components/typing';
|
2
3
|
import { RecItemType } from '../../../../core/components/SxpPageRender/typing';
|
3
4
|
export interface ICommodityDiroProps {
|
4
5
|
content?: string;
|
@@ -6,6 +7,7 @@ export interface ICommodityDiroProps {
|
|
6
7
|
bgImg?: Record<string, any> | string;
|
7
8
|
recData?: RecItemType;
|
8
9
|
bottom_image?: string;
|
10
|
+
ctaTempStyles?: ICtaTempStylesType;
|
9
11
|
}
|
10
12
|
declare const _default: React.NamedExoticComponent<ICommodityDiroProps>;
|
11
13
|
export default _default;
|
@@ -8,20 +8,12 @@ const index_module_less_1 = tslib_1.__importDefault(require("./index.module.less
|
|
8
8
|
const hooks_1 = require("../../../../core/hooks");
|
9
9
|
const CommodityDiro = (_a) => {
|
10
10
|
var _b, _c, _d, _e, _f, _g, _h;
|
11
|
-
var { content, style, bgImg, recData, bottom_image } = _a, props = tslib_1.__rest(_a, ["content", "style", "bgImg", "recData", "bottom_image"]);
|
11
|
+
var { content, style, bgImg, recData, bottom_image, ctaTempStyles } = _a, props = tslib_1.__rest(_a, ["content", "style", "bgImg", "recData", "bottom_image", "ctaTempStyles"]);
|
12
12
|
const { sxpParameter } = (0, hooks_1.useSxpDataSource)();
|
13
13
|
const product = (_b = recData === null || recData === void 0 ? void 0 : recData.video) === null || _b === void 0 ? void 0 : _b.bindProduct;
|
14
14
|
const src = (_e = (_d = (_c = product === null || product === void 0 ? void 0 : product.homePage) === null || _c === void 0 ? void 0 : _c[0]) !== null && _d !== void 0 ? _d : sxpParameter === null || sxpParameter === void 0 ? void 0 : sxpParameter.bottom_image) !== null && _e !== void 0 ? _e : bottom_image;
|
15
|
-
return (react_1.default.createElement(EventProvider_1.default, Object.assign({ rec: recData, className: (0, css_1.css)(Object.assign(
|
16
|
-
react_1.default.createElement("div", { className: (0, css_1.css)({
|
17
|
-
width: '60px',
|
18
|
-
height: '60px',
|
19
|
-
marginRight: '8px',
|
20
|
-
borderRadius: '3px',
|
21
|
-
overflow: 'hidden',
|
22
|
-
flexShrink: 0,
|
23
|
-
backgroundColor: '#f2f2f2'
|
24
|
-
}) },
|
15
|
+
return (react_1.default.createElement(EventProvider_1.default, Object.assign({ rec: recData, className: (0, css_1.css)(Object.assign({}, style)), style: { display: 'flex' } }, props),
|
16
|
+
react_1.default.createElement("div", { className: (0, css_1.css)(Object.assign({ overflow: 'hidden', flexShrink: 0, backgroundColor: '#f2f2f2' }, ctaTempStyles === null || ctaTempStyles === void 0 ? void 0 : ctaTempStyles.img)) },
|
25
17
|
react_1.default.createElement("img", { className: (0, css_1.css)({ width: '100%', objectFit: 'cover', height: '100%' }), src: src, hidden: !src, alt: '' })),
|
26
18
|
react_1.default.createElement("div", { className: (0, css_1.css)({
|
27
19
|
color: '#fff',
|
@@ -31,18 +23,7 @@ const CommodityDiro = (_a) => {
|
|
31
23
|
width: '100%',
|
32
24
|
overflow: 'hidden'
|
33
25
|
}) },
|
34
|
-
react_1.default.createElement("div", { className: index_module_less_1.default['tow-line-ellipsis'] }, (_f = product === null || product === void 0 ? void 0 : product.title) !== null && _f !== void 0 ? _f : 'Product Name'),
|
35
|
-
react_1.default.createElement("div", { className: (0, css_1.css)({
|
36
|
-
background: 'rgba(0,0,0,1)',
|
37
|
-
fontSize: '10px',
|
38
|
-
padding: '2px 7px',
|
39
|
-
textAlign: 'center',
|
40
|
-
textOverflow: 'ellipsis',
|
41
|
-
overflow: 'hidden',
|
42
|
-
borderRadius: '25px',
|
43
|
-
width: 'fit-content',
|
44
|
-
maxWidth: '100%',
|
45
|
-
whiteSpace: 'nowrap'
|
46
|
-
}) }, (_h = (_g = product === null || product === void 0 ? void 0 : product.bindCta) === null || _g === void 0 ? void 0 : _g.enTitle) !== null && _h !== void 0 ? _h : 'Shop Now'))));
|
26
|
+
react_1.default.createElement("div", { className: index_module_less_1.default['tow-line-ellipsis'], style: ctaTempStyles === null || ctaTempStyles === void 0 ? void 0 : ctaTempStyles.title }, (_f = product === null || product === void 0 ? void 0 : product.title) !== null && _f !== void 0 ? _f : 'Product Name'),
|
27
|
+
react_1.default.createElement("div", { className: (0, css_1.css)(Object.assign({ padding: '2px 7px', textOverflow: 'ellipsis', overflow: 'hidden', borderRadius: '25px', whiteSpace: 'nowrap' }, ctaTempStyles === null || ctaTempStyles === void 0 ? void 0 : ctaTempStyles.ctaTitle)) }, (_h = (_g = product === null || product === void 0 ? void 0 : product.bindCta) === null || _g === void 0 ? void 0 : _g.enTitle) !== null && _h !== void 0 ? _h : 'Shop Now'))));
|
47
28
|
};
|
48
29
|
exports.default = (0, react_1.memo)(CommodityDiro);
|
@@ -2,6 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.CommodityDiro = void 0;
|
4
4
|
const tslib_1 = require("tslib");
|
5
|
+
const settingRender_1 = tslib_1.__importDefault(require("../components/settingRender"));
|
5
6
|
const interactionRender_1 = tslib_1.__importDefault(require("./interactionRender"));
|
6
7
|
const _1 = tslib_1.__importDefault(require("."));
|
7
8
|
const create_1 = require("../../../../core/create");
|
@@ -12,15 +13,39 @@ const CommodityDiro = (0, create_1.createMaterial)(_1.default, {
|
|
12
13
|
type: 'CommodityDiro',
|
13
14
|
related: {
|
14
15
|
interactionRender: interactionRender_1.default,
|
16
|
+
settingRender: settingRender_1.default,
|
15
17
|
bindableProps: []
|
16
18
|
},
|
17
19
|
defaulSetting: {
|
18
|
-
props: {
|
20
|
+
props: {
|
21
|
+
ctaTempStyles: {
|
22
|
+
img: {
|
23
|
+
borderRadius: 3,
|
24
|
+
width: 60,
|
25
|
+
height: 60,
|
26
|
+
marginRight: 8
|
27
|
+
},
|
28
|
+
title: {
|
29
|
+
fontSize: 12,
|
30
|
+
color: '#000',
|
31
|
+
textAlign: 'left'
|
32
|
+
},
|
33
|
+
ctaTitle: {
|
34
|
+
fontSize: 10,
|
35
|
+
color: '#fff',
|
36
|
+
textAlign: 'center',
|
37
|
+
width: 80,
|
38
|
+
height: 20,
|
39
|
+
backgroundColor: 'rgba(0,0,0,1)'
|
40
|
+
}
|
41
|
+
}
|
42
|
+
},
|
19
43
|
style: {
|
20
|
-
padding:
|
21
|
-
|
22
|
-
|
23
|
-
|
44
|
+
padding: 7,
|
45
|
+
width: 236,
|
46
|
+
height: 74,
|
47
|
+
borderRadius: 3,
|
48
|
+
backgroundColor: '#fff'
|
24
49
|
}
|
25
50
|
},
|
26
51
|
w: 100,
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
|
+
import { ICtaTempStylesType } from '../components/typing';
|
2
3
|
import { RecItemType } from '../../../../core/components/SxpPageRender/typing';
|
3
4
|
export interface ICommodityDiroNewProps {
|
4
5
|
content?: string;
|
@@ -6,6 +7,7 @@ export interface ICommodityDiroNewProps {
|
|
6
7
|
bgImg?: Record<string, any> | string;
|
7
8
|
recData?: RecItemType;
|
8
9
|
bottom_image?: string;
|
10
|
+
ctaTempStyles?: ICtaTempStylesType;
|
9
11
|
}
|
10
12
|
declare const _default: React.NamedExoticComponent<ICommodityDiroNewProps>;
|
11
13
|
export default _default;
|