@byteluck-fe/model-driven-controls 7.0.0-1-beta4 → 7.0.0-1-beta6

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.
@@ -87,7 +87,6 @@ function _is_native_reflect_construct() {
87
87
  import { DesignerFormControl, COMMON_SETTING_TYPE } from '@byteluck-fe/model-driven-core';
88
88
  import { FieldTypes } from '@byteluck-fe/model-driven-shared';
89
89
  import TimeRangeProperty from './property';
90
- import { getLocaleText } from '@byteluck-fe/locale-message';
91
90
  var TimeRangeControl = /*#__PURE__*/ function(DesignerFormControl) {
92
91
  "use strict";
93
92
  _inherits(TimeRangeControl, DesignerFormControl);
@@ -104,7 +103,7 @@ var TimeRangeControl = /*#__PURE__*/ function(DesignerFormControl) {
104
103
  {
105
104
  key: "controlName",
106
105
  get: function get() {
107
- return getLocaleText('CMD.timescope', null, '日期区间');
106
+ return '时间区间';
108
107
  }
109
108
  },
110
109
  {
@@ -22,4 +22,5 @@ export { default as StepPane } from './StepPane';
22
22
  export { default as TableLayout } from './TableLayout';
23
23
  export { default as TableLayoutRow } from './TableLayoutRow';
24
24
  export { default as TableLayoutCol } from './TableLayoutCol';
25
- export { default as TableLayoutWrapper } from './TableLayoutWrapper'; // export { default as Collapse } from './Collapse'
25
+ export { default as TableLayoutWrapper } from './TableLayoutWrapper';
26
+ export { default as Collapse } from './Collapse';