@byteluck-fe/model-driven-controls 7.0.0-props.66 → 7.0.0-props.68

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.
@@ -139,6 +139,16 @@ _define_property(BarcodeControl, "setting", [
139
139
  ],
140
140
  visible: true
141
141
  },
142
+ {
143
+ key: 'caption-style',
144
+ showItems: [
145
+ COMMON_SETTING_TYPE.CAPTION_SIZE,
146
+ COMMON_SETTING_TYPE.CAPTION_COLOR,
147
+ COMMON_SETTING_TYPE.IS_CAPTION_ITALIC,
148
+ COMMON_SETTING_TYPE.CAPTION_FONT_WEIGHT
149
+ ],
150
+ visible: true
151
+ },
142
152
  {
143
153
  key: 'label-position',
144
154
  visible: true
@@ -139,6 +139,16 @@ _define_property(QrCodeControl, "setting", [
139
139
  ],
140
140
  visible: true
141
141
  },
142
+ {
143
+ key: 'caption-style',
144
+ showItems: [
145
+ COMMON_SETTING_TYPE.CAPTION_SIZE,
146
+ COMMON_SETTING_TYPE.CAPTION_COLOR,
147
+ COMMON_SETTING_TYPE.IS_CAPTION_ITALIC,
148
+ COMMON_SETTING_TYPE.CAPTION_FONT_WEIGHT
149
+ ],
150
+ visible: true
151
+ },
142
152
  {
143
153
  key: 'label-position',
144
154
  visible: true
@@ -139,6 +139,16 @@ _define_property(SwitchControl, "setting", [
139
139
  ],
140
140
  visible: true
141
141
  },
142
+ {
143
+ key: 'caption-style',
144
+ showItems: [
145
+ COMMON_SETTING_TYPE.CAPTION_SIZE,
146
+ COMMON_SETTING_TYPE.CAPTION_COLOR,
147
+ COMMON_SETTING_TYPE.IS_CAPTION_ITALIC,
148
+ COMMON_SETTING_TYPE.CAPTION_FONT_WEIGHT
149
+ ],
150
+ visible: true
151
+ },
142
152
  {
143
153
  key: 'label-position',
144
154
  visible: true