dtable-ui-component 5.0.5 → 5.0.6
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.
|
@@ -455,8 +455,7 @@ class FilterItem extends _react.default.Component {
|
|
|
455
455
|
filterTerm: filter_term || [],
|
|
456
456
|
filter_predicate: filter_predicate,
|
|
457
457
|
collaborators: collaborators,
|
|
458
|
-
onSelectCollaborator: this.onSelectCollaborator
|
|
459
|
-
placeholder: (0, _lang.getLocale)('Add_collaborator')
|
|
458
|
+
onSelectCollaborator: this.onSelectCollaborator
|
|
460
459
|
});
|
|
461
460
|
}
|
|
462
461
|
case _dtableUtils.CellType.CREATOR:
|
|
@@ -470,8 +469,7 @@ class FilterItem extends _react.default.Component {
|
|
|
470
469
|
filterIndex: index,
|
|
471
470
|
filterTerm: filter_term || [],
|
|
472
471
|
collaborators: creators,
|
|
473
|
-
onSelectCollaborator: this.onSelectCreator
|
|
474
|
-
placeholder: type === _dtableUtils.CellType.CREATOR ? (0, _lang.getLocale)('Add_a_creator') : (0, _lang.getLocale)('Add_a_last_modifier')
|
|
472
|
+
onSelectCollaborator: this.onSelectCreator
|
|
475
473
|
});
|
|
476
474
|
}
|
|
477
475
|
case _dtableUtils.CellType.RATE:
|
|
@@ -40,8 +40,9 @@
|
|
|
40
40
|
margin-left: 0;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.filters-list .filter-item .filter-term {
|
|
43
|
+
.filters-list .filter-item .filter-term .selector-collaborator {
|
|
44
44
|
max-width: 300px;
|
|
45
|
+
min-width: 70px;
|
|
45
46
|
}
|
|
46
47
|
|
|
47
48
|
.filters-list .filter-item .filter-term .option-group-content .option.option-active .dtable-font {
|