@byteluck-fe/model-driven-controls 4.35.0-lx3 → 4.35.0-lx6

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.
@@ -178,7 +178,7 @@ _define_property(ImageControl, "setting", [
178
178
  COMMON_SETTING_TYPE.IS_HIDE_CAPTION,
179
179
  COMMON_SETTING_TYPE.IS_SHOW_CAPTION_TIP,
180
180
  COMMON_SETTING_TYPE.FORBID_DOWNLOAD,
181
- COMMON_SETTING_TYPE.ONLY_ALLOW_TAKE_PHOTO,
181
+ // COMMON_SETTING_TYPE.ONLY_ALLOW_TAKE_PHOTO,
182
182
  COMMON_SETTING_TYPE.ACCESS_CONTROL,
183
183
  COMMON_SETTING_TYPE.IS_SHOW_WATERMARK
184
184
  ]
@@ -153,6 +153,10 @@ _define_property(LinkControl, "setting", [
153
153
  key: 'link-url',
154
154
  visible: true
155
155
  },
156
+ {
157
+ key: 'default-state',
158
+ visible: true
159
+ },
156
160
  {
157
161
  key: 'common-setting',
158
162
  visible: true,