dtable-ui-component 4.4.8 → 4.4.9
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.
- package/lib/CollaboratorEditor/mb-collaborator-editor-popover/index.js +1 -1
- package/lib/CollaboratorEditor/pc-collaborator-editor-popover/index.js +1 -1
- package/lib/DTableFiltersPopover/widgets/collaborator-filter/index.js +1 -1
- package/lib/locals/en.js +1 -1
- package/lib/locals/zh-CN.js +1 -1
- package/package.json +1 -1
|
@@ -129,7 +129,7 @@ class MBCollaboratorEditorPopover extends _react.default.Component {
|
|
|
129
129
|
}, /*#__PURE__*/_react.default.createElement("input", {
|
|
130
130
|
className: "form-control",
|
|
131
131
|
type: "text",
|
|
132
|
-
placeholder: (0, _lang.getLocale)('
|
|
132
|
+
placeholder: (0, _lang.getLocale)('Search_collaborator'),
|
|
133
133
|
value: searchVal,
|
|
134
134
|
onChange: this.onChangeSearch,
|
|
135
135
|
onClick: this.onInputClick
|
|
@@ -70,7 +70,7 @@ class PCCollaboratorEditorPopover extends _react.default.Component {
|
|
|
70
70
|
value: searchValue,
|
|
71
71
|
onChange: this.onValueChanged,
|
|
72
72
|
onClick: this.onInputClick,
|
|
73
|
-
placeholder: (0, _lang.getLocale)('
|
|
73
|
+
placeholder: (0, _lang.getLocale)('Search_collaborator'),
|
|
74
74
|
ref: this.editorInputRef
|
|
75
75
|
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
76
76
|
className: "collaborator-list-container"
|
|
@@ -106,7 +106,7 @@ class CollaboratorFilter extends _react.Component {
|
|
|
106
106
|
isLocked: this.props.isLocked,
|
|
107
107
|
supportMultipleSelect: isSupportMultipleSelect,
|
|
108
108
|
searchable: true,
|
|
109
|
-
searchPlaceholder: (0, _lang.getLocale)('
|
|
109
|
+
searchPlaceholder: (0, _lang.getLocale)('Search_collaborator'),
|
|
110
110
|
isShowSelected: false
|
|
111
111
|
});
|
|
112
112
|
}
|
package/lib/locals/en.js
CHANGED
|
@@ -13,7 +13,7 @@ const en = {
|
|
|
13
13
|
No_option: 'No option',
|
|
14
14
|
Choose_an_option: 'Choose an option',
|
|
15
15
|
Add_a_collaborator: 'Add a collaborator',
|
|
16
|
-
|
|
16
|
+
Search_collaborator: 'Search collaborator',
|
|
17
17
|
No_collaborators_available: 'No collaborators available',
|
|
18
18
|
Done: 'Done',
|
|
19
19
|
Choose_a_collaborator: 'Choose a collaborator',
|
package/lib/locals/zh-CN.js
CHANGED
|
@@ -13,7 +13,7 @@ const zh_CN = {
|
|
|
13
13
|
No_option: '没有标签',
|
|
14
14
|
Choose_an_option: '选择一个标签',
|
|
15
15
|
Add_a_collaborator: '添加协作者',
|
|
16
|
-
|
|
16
|
+
Search_collaborator: '搜索协作者',
|
|
17
17
|
No_collaborators_available: '没有找到协作者',
|
|
18
18
|
Done: '完成',
|
|
19
19
|
Choose_a_collaborator: '选择一个协作者',
|