@byteluck-fe/model-driven-controls 4.35.0-lx1 → 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.
@@ -1,5 +1,5 @@
1
1
  export { default as Text } from './baseControls/Text/property';
2
- export { default as Link } from './baseControls/Link/property';
2
+ export { default as Link } from './formControls/Link/property';
3
3
  export { default as Button } from './baseControls/Button/property';
4
4
  export { default as Divider } from './baseControls/Divider/property';
5
5
  export { default as Title } from './baseControls/Title/property';
@@ -1,5 +1,4 @@
1
1
  export { default as Text } from './Text';
2
- export { default as Link } from './Link';
3
2
  export { default as Button } from './Button';
4
3
  export { default as Divider } from './Divider';
5
4
  export { default as Title } from './Title';
@@ -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
  ]);
@@ -29,3 +29,4 @@ export { default as WPS } from './WPS';
29
29
  export { default as Department2 } from './Department2';
30
30
  export { default as OrganizationSelection } from './OrganizationSelection';
31
31
  export { default as SensitivenInformation } from './SensitivenInformation';
32
+ export { default as Link } from './Link';