pb-sxp-ui 1.4.3 → 1.4.4

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
@@ -2032,12 +2032,14 @@
2032
2032
  {
2033
2033
  label: '背景色',
2034
2034
  name: ['props', 'swiper', 'dotsBgColor'],
2035
- type: 'Color'
2035
+ type: 'Color',
2036
+ initialValue: 'rgba(0,0,0,.2)'
2036
2037
  },
2037
2038
  {
2038
2039
  label: '选中色',
2039
2040
  name: ['props', 'swiper', 'dotsActiveColor'],
2040
- type: 'Color'
2041
+ type: 'Color',
2042
+ initialValue: 'rgba(0,0,0,1)'
2041
2043
  },
2042
2044
  {
2043
2045
  label: '底边距',
@@ -9720,7 +9722,7 @@
9720
9722
  * @Author: binruan@chatlabs.com
9721
9723
  * @Date: 2024-03-26 16:50:25
9722
9724
  * @LastEditors: binruan@chatlabs.com
9723
- * @LastEditTime: 2024-08-29 16:45:54
9725
+ * @LastEditTime: 2024-08-30 18:08:55
9724
9726
  * @FilePath: \pb-sxp-ui\src\materials\sxp\popup\CommodityDetailDiroNew\settingRender.tsx
9725
9727
  *
9726
9728
  */
@@ -10042,12 +10044,14 @@
10042
10044
  {
10043
10045
  label: '背景色',
10044
10046
  name: ['props', 'swiper', 'dotsBgColor'],
10045
- type: 'Color'
10047
+ type: 'Color',
10048
+ initialValue: 'rgba(0,0,0,.2)'
10046
10049
  },
10047
10050
  {
10048
10051
  label: '选中色',
10049
10052
  name: ['props', 'swiper', 'dotsActiveColor'],
10050
- type: 'Color'
10053
+ type: 'Color',
10054
+ initialValue: 'rgba(0,0,0,1)'
10051
10055
  },
10052
10056
  {
10053
10057
  label: '底边距',