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/index.js CHANGED
@@ -2017,12 +2017,14 @@ var settingRender$9 = [
2017
2017
  {
2018
2018
  label: '背景色',
2019
2019
  name: ['props', 'swiper', 'dotsBgColor'],
2020
- type: 'Color'
2020
+ type: 'Color',
2021
+ initialValue: 'rgba(0,0,0,.2)'
2021
2022
  },
2022
2023
  {
2023
2024
  label: '选中色',
2024
2025
  name: ['props', 'swiper', 'dotsActiveColor'],
2025
- type: 'Color'
2026
+ type: 'Color',
2027
+ initialValue: 'rgba(0,0,0,1)'
2026
2028
  },
2027
2029
  {
2028
2030
  label: '底边距',
@@ -9705,7 +9707,7 @@ const Prompt = createMaterial(PromptComponent, {
9705
9707
  * @Author: binruan@chatlabs.com
9706
9708
  * @Date: 2024-03-26 16:50:25
9707
9709
  * @LastEditors: binruan@chatlabs.com
9708
- * @LastEditTime: 2024-08-29 16:45:54
9710
+ * @LastEditTime: 2024-08-30 18:08:55
9709
9711
  * @FilePath: \pb-sxp-ui\src\materials\sxp\popup\CommodityDetailDiroNew\settingRender.tsx
9710
9712
  *
9711
9713
  */
@@ -10027,12 +10029,14 @@ var settingRender$7 = [
10027
10029
  {
10028
10030
  label: '背景色',
10029
10031
  name: ['props', 'swiper', 'dotsBgColor'],
10030
- type: 'Color'
10032
+ type: 'Color',
10033
+ initialValue: 'rgba(0,0,0,.2)'
10031
10034
  },
10032
10035
  {
10033
10036
  label: '选中色',
10034
10037
  name: ['props', 'swiper', 'dotsActiveColor'],
10035
- type: 'Color'
10038
+ type: 'Color',
10039
+ initialValue: 'rgba(0,0,0,1)'
10036
10040
  },
10037
10041
  {
10038
10042
  label: '底边距',