pb-sxp-ui 1.15.40 → 1.15.41
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 +42 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +3 -3
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +3 -3
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +42 -2
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +3 -3
- package/dist/pb-ui.min.js.map +1 -1
- package/es/materials/sxp/popup/CommodityDetail/material.js +2 -1
- package/es/materials/sxp/popup/CommodityDetail/settingRender.d.ts +16 -0
- package/es/materials/sxp/popup/CommodityDetail/settingRender.js +19 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/material.js +2 -1
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +16 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +19 -0
- package/lib/materials/sxp/popup/CommodityDetail/material.js +2 -1
- package/lib/materials/sxp/popup/CommodityDetail/settingRender.d.ts +16 -0
- package/lib/materials/sxp/popup/CommodityDetail/settingRender.js +19 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/material.js +2 -1
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +16 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +19 -0
- package/package.json +1 -1
package/dist/pb-ui.js
CHANGED
@@ -2263,6 +2263,25 @@
|
|
2263
2263
|
{
|
2264
2264
|
title: '购买按钮样式',
|
2265
2265
|
child: [
|
2266
|
+
{
|
2267
|
+
label: '英文大小写',
|
2268
|
+
type: 'Select',
|
2269
|
+
name: ['props', 'buttonStyle', 'textTransform'],
|
2270
|
+
options: [
|
2271
|
+
{
|
2272
|
+
label: '默认',
|
2273
|
+
value: 'unset'
|
2274
|
+
},
|
2275
|
+
{
|
2276
|
+
label: '小写',
|
2277
|
+
value: 'lowercase'
|
2278
|
+
},
|
2279
|
+
{
|
2280
|
+
label: '大写',
|
2281
|
+
value: 'uppercase'
|
2282
|
+
}
|
2283
|
+
]
|
2284
|
+
},
|
2266
2285
|
{
|
2267
2286
|
type: 'Color',
|
2268
2287
|
label: '背景色',
|
@@ -10655,7 +10674,8 @@
|
|
10655
10674
|
height: 45,
|
10656
10675
|
fontWeight: 'bold',
|
10657
10676
|
textAlign: 'center',
|
10658
|
-
color: 'rgba(255, 255, 255, 0.9)'
|
10677
|
+
color: 'rgba(255, 255, 255, 0.9)',
|
10678
|
+
textTransform: 'unset'
|
10659
10679
|
},
|
10660
10680
|
commodityImgRatio: {
|
10661
10681
|
w: 1,
|
@@ -11123,6 +11143,25 @@
|
|
11123
11143
|
{
|
11124
11144
|
title: '购买按钮样式',
|
11125
11145
|
child: [
|
11146
|
+
{
|
11147
|
+
label: '英文大小写',
|
11148
|
+
type: 'Select',
|
11149
|
+
name: ['props', 'buttonStyle', 'textTransform'],
|
11150
|
+
options: [
|
11151
|
+
{
|
11152
|
+
label: '默认',
|
11153
|
+
value: 'unset'
|
11154
|
+
},
|
11155
|
+
{
|
11156
|
+
label: '小写',
|
11157
|
+
value: 'lowercase'
|
11158
|
+
},
|
11159
|
+
{
|
11160
|
+
label: '大写',
|
11161
|
+
value: 'uppercase'
|
11162
|
+
}
|
11163
|
+
]
|
11164
|
+
},
|
11126
11165
|
{
|
11127
11166
|
type: 'Color',
|
11128
11167
|
label: '背景色',
|
@@ -11615,7 +11654,8 @@ Made in Italy` })));
|
|
11615
11654
|
color: '#fff',
|
11616
11655
|
borderRadius: 25,
|
11617
11656
|
marginTop: 16,
|
11618
|
-
marginBottom: 16
|
11657
|
+
marginBottom: 16,
|
11658
|
+
textTransform: 'unset'
|
11619
11659
|
},
|
11620
11660
|
commodityImgRatio: {
|
11621
11661
|
w: 1,
|