@byteluck-fe/model-driven-controls 1.7.12 → 1.7.13
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.
|
@@ -121,13 +121,11 @@ var TitleControl = /*#__PURE__*/ function(DesignerControl) {
|
|
|
121
121
|
}(DesignerControl);
|
|
122
122
|
TitleControl.controlFieldType = FieldTypes.AUTO_NUMBER;
|
|
123
123
|
TitleControl.setting = [
|
|
124
|
-
{
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
]
|
|
130
|
-
},
|
|
124
|
+
// {
|
|
125
|
+
// key: 'common-setting',
|
|
126
|
+
// visible: true,
|
|
127
|
+
// showItems: [COMMON_SETTING_TYPE.IS_HIDE],
|
|
128
|
+
// },
|
|
131
129
|
{
|
|
132
130
|
key: "caption",
|
|
133
131
|
showItems: [
|
|
@@ -139,10 +137,10 @@ TitleControl.setting = [
|
|
|
139
137
|
key: "title-setting",
|
|
140
138
|
visible: true
|
|
141
139
|
},
|
|
142
|
-
{
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
},
|
|
140
|
+
// {
|
|
141
|
+
// key: 'position',
|
|
142
|
+
// visible: true,
|
|
143
|
+
// },
|
|
146
144
|
{
|
|
147
145
|
key: "super-setting",
|
|
148
146
|
visible: true
|