dtable-ui-component 5.0.5-alpha2 → 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.
- package/lib/CollaboratorEditor/index.css +2 -2
- package/lib/CollaboratorEditor/pc-collaborator-editor-popover/index.js +1 -1
- package/lib/DTableFiltersPopover/index.css +2 -1
- package/lib/DTableFiltersPopover/widgets/filter-item.js +2 -4
- package/lib/DTableFiltersPopover/widgets/filter-list/index.css +5 -4
- package/lib/Department-editor/index.css +1 -1
- package/lib/HtmlLongTextFormatter/index.css +1 -1
- package/lib/NotificationPopover/index.css +2 -2
- package/lib/SelectOptionGroup/index.css +1 -1
- package/lib/SimpleLongTextFormatter/index.css +1 -1
- package/lib/SimpleLongTextFormatter/widgets/longTextEditor.css +1 -1
- package/lib/select-editor/pc-select-editor-popover/index.js +1 -1
- package/package.json +1 -1
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
overflow: auto;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.dtable-ui-collaborator-editor-popover .collaborator-list-container .
|
|
21
|
-
|
|
20
|
+
.dtable-ui-collaborator-editor-popover .collaborator-list-container .search-option-null {
|
|
21
|
+
opacity: 0.5;
|
|
22
22
|
padding-left: 10px;
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -90,7 +90,7 @@ class PCCollaboratorEditorPopover extends _react.default.Component {
|
|
|
90
90
|
className: "dtable-font dtable-icon-check-mark"
|
|
91
91
|
})));
|
|
92
92
|
}), collaborators.length === 0 && /*#__PURE__*/_react.default.createElement("div", {
|
|
93
|
-
className: "
|
|
93
|
+
className: "search-option-null"
|
|
94
94
|
}, (0, _lang.getLocale)('No_collaborators_available'))));
|
|
95
95
|
}
|
|
96
96
|
}
|
|
@@ -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:
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
.filters-list .empty-filters-list {
|
|
17
17
|
padding: 0.25rem;
|
|
18
18
|
font-size: 14px;
|
|
19
|
-
|
|
19
|
+
opacity: 0.5;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.filters-list .filter-item {
|
|
@@ -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 {
|
|
@@ -77,7 +78,7 @@
|
|
|
77
78
|
|
|
78
79
|
.filters-list .selected-conjunction-show {
|
|
79
80
|
padding: 0 10px;
|
|
80
|
-
color: #
|
|
81
|
+
color: #999;
|
|
81
82
|
}
|
|
82
83
|
|
|
83
84
|
.filters-list .filter-column {
|
|
@@ -275,7 +276,7 @@
|
|
|
275
276
|
|
|
276
277
|
.filters-list .popover-add-tool {
|
|
277
278
|
border-top: none;
|
|
278
|
-
color: #
|
|
279
|
+
color: #555555;
|
|
279
280
|
}
|
|
280
281
|
|
|
281
282
|
.filters-list .popover-add-tool .popover-add-icon {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.notification-container .notification-body .mark-notifications {
|
|
63
|
-
color: #
|
|
63
|
+
color: #b4b4b4;
|
|
64
64
|
cursor: pointer;
|
|
65
65
|
border-bottom: 1px solid #ededed;
|
|
66
66
|
height: 36px;
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
.notification-item .notification-header-info .notification-time {
|
|
137
|
-
color: #
|
|
137
|
+
color: #b4b4b4;
|
|
138
138
|
text-overflow: ellipsis;
|
|
139
139
|
overflow: hidden;
|
|
140
140
|
white-space: nowrap;
|
|
@@ -105,7 +105,7 @@ class PCSelectEditorPopover extends _react.default.Component {
|
|
|
105
105
|
className: "dtable-font dtable-icon-check-mark"
|
|
106
106
|
})));
|
|
107
107
|
}), options.length === 0 && /*#__PURE__*/_react.default.createElement("div", {
|
|
108
|
-
className: "
|
|
108
|
+
className: "search-option-null"
|
|
109
109
|
}, (0, _lang.getLocale)('No_options_available'))), isSupportNewOption && !!searchValue && /*#__PURE__*/_react.default.createElement("div", {
|
|
110
110
|
className: "select-options-add",
|
|
111
111
|
onClick: this.onAddNewOption
|