@byteluck-fe/model-driven-controls 6.2.0-1-beta.25 → 6.2.0-1-beta.27
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/TableLayout/property.js +1 -1
- package/dist/esm/layoutControls/TableLayoutCol/designer.js +1 -4
- package/dist/esm/layoutControls/TableLayoutCol/property.js +3 -3
- package/dist/index.umd.js +1 -1
- package/dist/types/baseControls/Comment/property.d.ts +1 -0
- package/package.json +2 -2
|
@@ -139,7 +139,7 @@ var TableLayoutControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
|
139
139
|
var _props_background;
|
|
140
140
|
_this.background = (_props_background = props === null || props === void 0 ? void 0 : props.background) !== null && _props_background !== void 0 ? _props_background : {
|
|
141
141
|
type: 'backgroundColor',
|
|
142
|
-
backgroundColor: '
|
|
142
|
+
backgroundColor: '',
|
|
143
143
|
backgroundImage: '',
|
|
144
144
|
placementMode: 'contain'
|
|
145
145
|
};
|
|
@@ -138,10 +138,7 @@ _define_property(TableLayoutColControl, "setting", [
|
|
|
138
138
|
key: 'is-label-col',
|
|
139
139
|
visible: true
|
|
140
140
|
},
|
|
141
|
-
{
|
|
142
|
-
key: 'layout-config',
|
|
143
|
-
visible: true
|
|
144
|
-
},
|
|
141
|
+
// { key: 'layout-config', visible: true },
|
|
145
142
|
{
|
|
146
143
|
key: 'flex-config',
|
|
147
144
|
visible: true
|
|
@@ -97,9 +97,9 @@ var TableLayoutColControlProperty = /*#__PURE__*/ function(LayoutControlProperty
|
|
|
97
97
|
var _props_tableLayoutColSpanType;
|
|
98
98
|
_this.tableLayoutColSpanType = (_props_tableLayoutColSpanType = props === null || props === void 0 ? void 0 : props.tableLayoutColSpanType) !== null && _props_tableLayoutColSpanType !== void 0 ? _props_tableLayoutColSpanType : '';
|
|
99
99
|
var _props_layout;
|
|
100
|
-
_this.layout = (_props_layout = props === null || props === void 0 ? void 0 : props.layout) !== null && _props_layout !== void 0 ? _props_layout : '
|
|
100
|
+
_this.layout = (_props_layout = props === null || props === void 0 ? void 0 : props.layout) !== null && _props_layout !== void 0 ? _props_layout : 'flex';
|
|
101
101
|
var _props_flexDirection;
|
|
102
|
-
_this.flexDirection = (_props_flexDirection = props === null || props === void 0 ? void 0 : props.flexDirection) !== null && _props_flexDirection !== void 0 ? _props_flexDirection : '
|
|
102
|
+
_this.flexDirection = (_props_flexDirection = props === null || props === void 0 ? void 0 : props.flexDirection) !== null && _props_flexDirection !== void 0 ? _props_flexDirection : 'column';
|
|
103
103
|
var _props_alignItems;
|
|
104
104
|
_this.alignItems = (_props_alignItems = props === null || props === void 0 ? void 0 : props.alignItems) !== null && _props_alignItems !== void 0 ? _props_alignItems : 'flex-start';
|
|
105
105
|
var _props_justifyContent;
|
|
@@ -107,7 +107,7 @@ var TableLayoutColControlProperty = /*#__PURE__*/ function(LayoutControlProperty
|
|
|
107
107
|
var _props_background;
|
|
108
108
|
_this.background = (_props_background = props === null || props === void 0 ? void 0 : props.background) !== null && _props_background !== void 0 ? _props_background : {
|
|
109
109
|
type: 'backgroundColor',
|
|
110
|
-
backgroundColor: '
|
|
110
|
+
backgroundColor: '',
|
|
111
111
|
backgroundImage: '',
|
|
112
112
|
placementMode: 'contain'
|
|
113
113
|
};
|