dtable-ui-component 5.0.4 → 5.0.5-alpha2
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 +1 -2
- package/lib/DTableFiltersPopover/widgets/filter-list/index.css +3 -3
- 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 .search-
|
|
21
|
-
|
|
20
|
+
.dtable-ui-collaborator-editor-popover .collaborator-list-container .no-search-result {
|
|
21
|
+
color: #666666;
|
|
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: "search-
|
|
93
|
+
className: "no-search-result"
|
|
94
94
|
}, (0, _lang.getLocale)('No_collaborators_available'))));
|
|
95
95
|
}
|
|
96
96
|
}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
.filters-list .empty-filters-list {
|
|
17
17
|
padding: 0.25rem;
|
|
18
18
|
font-size: 14px;
|
|
19
|
-
|
|
19
|
+
color: #666666;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.filters-list .filter-item {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
|
|
78
78
|
.filters-list .selected-conjunction-show {
|
|
79
79
|
padding: 0 10px;
|
|
80
|
-
color: #
|
|
80
|
+
color: #666;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.filters-list .filter-column {
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
|
|
276
276
|
.filters-list .popover-add-tool {
|
|
277
277
|
border-top: none;
|
|
278
|
-
color: #
|
|
278
|
+
color: #666666;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
.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: #666;
|
|
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: #666;
|
|
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: "search-
|
|
108
|
+
className: "no-search-result"
|
|
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
|