@byteluck-fe/model-driven-controls 2.6.0-alpha.16 → 2.6.0-alpha.17

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.
@@ -157,15 +157,17 @@ SelectControl.setting = [
157
157
  COMMON_SETTING_TYPE.IS_HIDE,
158
158
  COMMON_SETTING_TYPE.IS_HIDE_CAPTION,
159
159
  COMMON_SETTING_TYPE.DEFAULT_SHOW_OPTIONS,
160
- COMMON_SETTING_TYPE.CAN_VIEW_FORM,
161
- COMMON_SETTING_TYPE.VIEW_FORM_MODEL_TYPE,
162
160
  COMMON_SETTING_TYPE.IS_SHOW_CAPTION_TIP,
163
161
  COMMON_SETTING_TYPE.ALLOW_COPY_OPTIONS,
164
162
  ]
165
163
  },
166
164
  {
167
165
  key: 'options-setting',
168
- visible: true
166
+ visible: true,
167
+ showItems: [
168
+ COMMON_SETTING_TYPE.CAN_VIEW_FORM,
169
+ COMMON_SETTING_TYPE.VIEW_FORM_MODEL_TYPE,
170
+ ]
169
171
  },
170
172
  {
171
173
  key: 'super-setting',
@@ -157,14 +157,16 @@ SelectMultipleControl.setting = [
157
157
  COMMON_SETTING_TYPE.IS_HIDE,
158
158
  COMMON_SETTING_TYPE.IS_HIDE_CAPTION,
159
159
  COMMON_SETTING_TYPE.DEFAULT_SHOW_OPTIONS,
160
- COMMON_SETTING_TYPE.CAN_VIEW_FORM,
161
- COMMON_SETTING_TYPE.VIEW_FORM_MODEL_TYPE,
162
160
  COMMON_SETTING_TYPE.IS_SHOW_CAPTION_TIP,
163
161
  ]
164
162
  },
165
163
  {
166
164
  key: 'options-setting',
167
- visible: true
165
+ visible: true,
166
+ showItems: [
167
+ COMMON_SETTING_TYPE.CAN_VIEW_FORM,
168
+ COMMON_SETTING_TYPE.VIEW_FORM_MODEL_TYPE,
169
+ ]
168
170
  },
169
171
  {
170
172
  key: 'super-setting',
@@ -155,14 +155,16 @@ SelectRelationControl.setting = [
155
155
  showItems: [
156
156
  COMMON_SETTING_TYPE.REQUIRED,
157
157
  COMMON_SETTING_TYPE.IS_HIDE,
158
- COMMON_SETTING_TYPE.CAN_VIEW_FORM,
159
- COMMON_SETTING_TYPE.VIEW_FORM_MODEL_TYPE,
160
158
  COMMON_SETTING_TYPE.IS_SHOW_CAPTION_TIP,
161
159
  ]
162
160
  },
163
161
  {
164
162
  key: 'relation-setting',
165
- visible: true
163
+ visible: true,
164
+ showItems: [
165
+ COMMON_SETTING_TYPE.CAN_VIEW_FORM,
166
+ COMMON_SETTING_TYPE.VIEW_FORM_MODEL_TYPE,
167
+ ]
166
168
  },
167
169
  {
168
170
  key: 'super-setting',