@byteluck-fe/model-driven-controls 4.35.0-lx2 → 4.35.0-lx5
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.
|
@@ -84,11 +84,11 @@ function _is_native_reflect_construct() {
|
|
|
84
84
|
return !!result;
|
|
85
85
|
})();
|
|
86
86
|
}
|
|
87
|
-
import {
|
|
87
|
+
import { DesignerFormControl, COMMON_SETTING_TYPE } from '@byteluck-fe/model-driven-core';
|
|
88
88
|
import { LinkProperty } from './property';
|
|
89
|
-
var LinkControl = /*#__PURE__*/ function(
|
|
89
|
+
var LinkControl = /*#__PURE__*/ function(DesignerFormControl) {
|
|
90
90
|
"use strict";
|
|
91
|
-
_inherits(LinkControl,
|
|
91
|
+
_inherits(LinkControl, DesignerFormControl);
|
|
92
92
|
function LinkControl(props) {
|
|
93
93
|
_class_call_check(this, LinkControl);
|
|
94
94
|
var _this;
|
|
@@ -119,7 +119,7 @@ var LinkControl = /*#__PURE__*/ function(DesignerControl) {
|
|
|
119
119
|
}
|
|
120
120
|
]);
|
|
121
121
|
return LinkControl;
|
|
122
|
-
}(
|
|
122
|
+
}(DesignerFormControl);
|
|
123
123
|
_define_property(LinkControl, "controlEventKeys", [
|
|
124
124
|
'on_click'
|
|
125
125
|
]);
|
|
@@ -153,6 +153,10 @@ _define_property(LinkControl, "setting", [
|
|
|
153
153
|
key: 'link-url',
|
|
154
154
|
visible: true
|
|
155
155
|
},
|
|
156
|
+
{
|
|
157
|
+
key: 'default-state',
|
|
158
|
+
visible: true
|
|
159
|
+
},
|
|
156
160
|
{
|
|
157
161
|
key: 'common-setting',
|
|
158
162
|
visible: true,
|