@byteluck-fe/model-driven-controls 6.2.0-1-beta.1 → 6.2.0-1-beta.3
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.
|
@@ -108,7 +108,7 @@ var TableLayoutControl = /*#__PURE__*/ function(DesignerLayoutControl) {
|
|
|
108
108
|
{
|
|
109
109
|
key: "controlIcon",
|
|
110
110
|
get: function get() {
|
|
111
|
-
return '
|
|
111
|
+
return 'iconliebiaoxuanze';
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
114
|
{
|
|
@@ -144,4 +144,4 @@ _define_property(TableLayoutControl, "setting", [
|
|
|
144
144
|
}
|
|
145
145
|
]);
|
|
146
146
|
export default TableLayoutControl;
|
|
147
|
-
export { TableLayoutControl as
|
|
147
|
+
export { TableLayoutControl as DesignerTableLayoutControl };
|