intelicoreact 1.4.20 → 1.4.21
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.
|
@@ -163,10 +163,14 @@ const TagsDropdown = _ref => {
|
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
return acc;
|
|
166
|
-
}, (_Object$keys = Object.keys(localOptionsStore)) === null || _Object$keys === void 0 ? void 0 : _Object$keys.map(value =>
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
166
|
+
}, (_Object$keys = Object.keys(localOptionsStore)) === null || _Object$keys === void 0 ? void 0 : _Object$keys.map(value => {
|
|
167
|
+
var _options$find;
|
|
168
|
+
|
|
169
|
+
return { ...((_options$find = options === null || options === void 0 ? void 0 : options.find(option => (option === null || option === void 0 ? void 0 : option.value) === value)) !== null && _options$find !== void 0 ? _options$find : {}),
|
|
170
|
+
value,
|
|
171
|
+
label: localOptionsStore === null || localOptionsStore === void 0 ? void 0 : localOptionsStore[value]
|
|
172
|
+
};
|
|
173
|
+
})); // --- GENERAL FUNCTIONS BEGIN --- //
|
|
170
174
|
|
|
171
175
|
const handleClickOutside = e => {
|
|
172
176
|
var _editOptionModalRef$c, _getListContainer, _customTriggerRef$cur, _customTriggerRef$cur2;
|