@byteluck-fe/model-driven-controls 4.35.0-lx2 → 4.35.0-lx3

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 { DesignerControl, COMMON_SETTING_TYPE } from '@byteluck-fe/model-driven-core';
87
+ import { DesignerFormControl, COMMON_SETTING_TYPE } from '@byteluck-fe/model-driven-core';
88
88
  import { LinkProperty } from './property';
89
- var LinkControl = /*#__PURE__*/ function(DesignerControl) {
89
+ var LinkControl = /*#__PURE__*/ function(DesignerFormControl) {
90
90
  "use strict";
91
- _inherits(LinkControl, DesignerControl);
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
- }(DesignerControl);
122
+ }(DesignerFormControl);
123
123
  _define_property(LinkControl, "controlEventKeys", [
124
124
  'on_click'
125
125
  ]);