@byteluck-fe/model-driven-controls 7.0.0-props.16 → 7.0.0-props.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.
- package/dist/esm/layoutControls/Row/designer.js +3 -12
- package/dist/esm/listControls/SubTable/designer.js +0 -18
- package/dist/esm/listControls/SubTable/property.js +2 -4
- package/dist/index.umd.js +1 -1
- package/dist/types/listControls/SubTable/designer.d.ts +0 -16
- package/dist/types/listControls/SubTable/property.d.ts +0 -14
- package/package.json +2 -2
|
@@ -130,18 +130,9 @@ _define_property(RowControl, "setting", [
|
|
|
130
130
|
key: 'col-setting',
|
|
131
131
|
visible: true
|
|
132
132
|
},
|
|
133
|
-
{
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
key: 'row-align',
|
|
139
|
-
visible: true
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
key: 'row-justify',
|
|
143
|
-
visible: true
|
|
144
|
-
},
|
|
133
|
+
// { key: 'row-gutter', visible: true },
|
|
134
|
+
// { key: 'row-align', visible: true },
|
|
135
|
+
// { key: 'row-justify', visible: true },
|
|
145
136
|
{
|
|
146
137
|
key: 'dynamic-margin-padding',
|
|
147
138
|
visible: true
|
|
@@ -242,24 +242,6 @@ _define_property(SubTableControl, "setting", [
|
|
|
242
242
|
key: 'subtable-max-height',
|
|
243
243
|
visible: true
|
|
244
244
|
},
|
|
245
|
-
{
|
|
246
|
-
key: 'common-number-input',
|
|
247
|
-
visible: true,
|
|
248
|
-
name: 'rowHeight',
|
|
249
|
-
label: '高度间隔',
|
|
250
|
-
default: 0,
|
|
251
|
-
min: 0,
|
|
252
|
-
max: 100
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
key: 'common-number-input',
|
|
256
|
-
visible: true,
|
|
257
|
-
name: 'rowGap',
|
|
258
|
-
label: '上下间隔',
|
|
259
|
-
default: 0,
|
|
260
|
-
min: 0,
|
|
261
|
-
max: 100
|
|
262
|
-
},
|
|
263
245
|
{
|
|
264
246
|
key: 'fixed-column',
|
|
265
247
|
visible: true
|
|
@@ -172,12 +172,12 @@ var SubTableControlProperty = /*#__PURE__*/ function(ListControlProperty) {
|
|
|
172
172
|
function SubTableControlProperty(parent, props) {
|
|
173
173
|
_class_call_check(this, SubTableControlProperty);
|
|
174
174
|
var _this;
|
|
175
|
-
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11, _ref12, _ref13, _ref14, _ref15, _ref16, _ref17, _ref18, _ref19, _ref20, _ref21, _ref22, _ref23, _ref24, _ref25, _ref26, _ref27, _ref28, _ref29, _ref30, _ref31, _ref32, _ref33, _ref34
|
|
175
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11, _ref12, _ref13, _ref14, _ref15, _ref16, _ref17, _ref18, _ref19, _ref20, _ref21, _ref22, _ref23, _ref24, _ref25, _ref26, _ref27, _ref28, _ref29, _ref30, _ref31, _ref32, _ref33, _ref34;
|
|
176
176
|
_this = _call_super(this, SubTableControlProperty, [
|
|
177
177
|
parent,
|
|
178
178
|
props,
|
|
179
179
|
SubTableControlProperty.mode
|
|
180
|
-
]), _define_property(_this, "caption", void 0), _define_property(_this, "labelPosition", void 0), _define_property(_this, "isHideCaption", void 0), _define_property(_this, "isShowCaptionTip", void 0), _define_property(_this, "captionTip", void 0), _define_property(_this, "defaultState", void 0), _define_property(_this, "limitRows", void 0), _define_property(_this, "maxRows", void 0), _define_property(_this, "defaultRows", void 0), _define_property(_this, "datasourceBind", void 0), _define_property(_this, "printMode", void 0), _define_property(_this, "openType", void 0), _define_property(_this, "formKey", void 0), _define_property(_this, "useCustomHeight", void 0), _define_property(_this, "maxHeight", void 0), _define_property(_this, "canAdd", void 0), _define_property(_this, "canDelete", void 0), _define_property(_this, "canCheck", void 0), _define_property(_this, "canEdit", void 0), _define_property(_this, "canImport", void 0), _define_property(_this, "importConfig", void 0), _define_property(_this, "canExport", void 0), _define_property(_this, "exportConfig", void 0), _define_property(_this, "canClear", void 0), _define_property(_this, "isPaste", void 0), _define_property(_this, "mobileShowType", void 0), _define_property(_this, "mobileDefaultNum", void 0), _define_property(_this, "dataStorageDoc", void 0), _define_property(_this, "serverPagination", void 0), _define_property(_this, "fixedColumn", void 0), _define_property(_this, "mobileRowCaption", void 0), _define_property(_this, "mobileIsTile", void 0), _define_property(_this, "sortable", void 0), _define_property(_this, "sortKey", void 0), _define_property(_this, "showTableIndex", void 0), _define_property(_this, "triggerEdit", void 0)
|
|
180
|
+
]), _define_property(_this, "caption", void 0), _define_property(_this, "labelPosition", void 0), _define_property(_this, "isHideCaption", void 0), _define_property(_this, "isShowCaptionTip", void 0), _define_property(_this, "captionTip", void 0), _define_property(_this, "defaultState", void 0), _define_property(_this, "limitRows", void 0), _define_property(_this, "maxRows", void 0), _define_property(_this, "defaultRows", void 0), _define_property(_this, "datasourceBind", void 0), _define_property(_this, "printMode", void 0), _define_property(_this, "openType", void 0), _define_property(_this, "formKey", void 0), _define_property(_this, "useCustomHeight", void 0), _define_property(_this, "maxHeight", void 0), _define_property(_this, "canAdd", void 0), _define_property(_this, "canDelete", void 0), _define_property(_this, "canCheck", void 0), _define_property(_this, "canEdit", void 0), _define_property(_this, "canImport", void 0), _define_property(_this, "importConfig", void 0), _define_property(_this, "canExport", void 0), _define_property(_this, "exportConfig", void 0), _define_property(_this, "canClear", void 0), _define_property(_this, "isPaste", void 0), _define_property(_this, "mobileShowType", void 0), _define_property(_this, "mobileDefaultNum", void 0), _define_property(_this, "dataStorageDoc", void 0), _define_property(_this, "serverPagination", void 0), _define_property(_this, "fixedColumn", void 0), _define_property(_this, "mobileRowCaption", void 0), _define_property(_this, "mobileIsTile", void 0), _define_property(_this, "sortable", void 0), _define_property(_this, "sortKey", void 0), _define_property(_this, "showTableIndex", void 0), _define_property(_this, "triggerEdit", void 0);
|
|
181
181
|
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : SubTableControl.controlName;
|
|
182
182
|
_this.isHideCaption = (_ref1 = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _ref1 !== void 0 ? _ref1 : false;
|
|
183
183
|
_this.defaultState = (_ref2 = props === null || props === void 0 ? void 0 : props.defaultState) !== null && _ref2 !== void 0 ? _ref2 : 'default';
|
|
@@ -221,8 +221,6 @@ var SubTableControlProperty = /*#__PURE__*/ function(ListControlProperty) {
|
|
|
221
221
|
_this.sortKey = (_ref32 = props === null || props === void 0 ? void 0 : props.sortKey) !== null && _ref32 !== void 0 ? _ref32 : {};
|
|
222
222
|
_this.showTableIndex = (_ref33 = props === null || props === void 0 ? void 0 : props.showTableIndex) !== null && _ref33 !== void 0 ? _ref33 : true;
|
|
223
223
|
_this.triggerEdit = (_ref34 = props === null || props === void 0 ? void 0 : props.triggerEdit) !== null && _ref34 !== void 0 ? _ref34 : 'single';
|
|
224
|
-
_this.rowHeight = (_ref35 = props === null || props === void 0 ? void 0 : props.rowHeight) !== null && _ref35 !== void 0 ? _ref35 : 0;
|
|
225
|
-
_this.rowGap = (_ref36 = props === null || props === void 0 ? void 0 : props.rowGap) !== null && _ref36 !== void 0 ? _ref36 : 0;
|
|
226
224
|
return _this;
|
|
227
225
|
}
|
|
228
226
|
return SubTableControlProperty;
|