@byteluck-fe/model-driven-controls 2.23.0-beta.3 → 2.23.0-beta.4

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.
@@ -85,7 +85,7 @@ function _create_super(Derived) {
85
85
  import { ButtonProperty } from '../Button';
86
86
  import ExportListButtonControl from './designer';
87
87
  import { ExportTemplate } from '../../framework';
88
- import { getLocaleText } from '@byteluck-fe/locale-message';
88
+ import { RulesMessage } from '@byteluck-fe/model-driven-shared';
89
89
  var ExportListButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
90
90
  "use strict";
91
91
  _inherits(ExportListButtonProperty, ButtonProperty);
@@ -109,7 +109,7 @@ var ExportListButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
109
109
  })) !== null && _props_templateList_map !== void 0 ? _props_templateList_map : [
110
110
  new ExportTemplate({
111
111
  id: 'default',
112
- name: getLocaleText('CMD.defaultTemplate'),
112
+ name: RulesMessage.getMessage('defaultTemplate'),
113
113
  appId: 'default',
114
114
  dataCode: 'default',
115
115
  svcCode: 'default',