arengibook 2.4.692 → 2.4.693
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/dist/index.js +14 -40
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36615,46 +36615,20 @@ var Dropdown = function Dropdown(props) {
|
|
|
36615
36615
|
}, placeholder)));
|
|
36616
36616
|
}
|
|
36617
36617
|
} else {
|
|
36618
|
-
|
|
36619
|
-
|
|
36620
|
-
|
|
36621
|
-
|
|
36622
|
-
|
|
36623
|
-
|
|
36624
|
-
|
|
36625
|
-
|
|
36626
|
-
|
|
36627
|
-
|
|
36628
|
-
|
|
36629
|
-
|
|
36630
|
-
|
|
36631
|
-
|
|
36632
|
-
display: 'inline-block',
|
|
36633
|
-
fontFamily: 'Arial'
|
|
36634
|
-
}, valueStyle)
|
|
36635
|
-
}, option !== null && option !== void 0 && option[optionLabel] ? /*#__PURE__*/React__default.createElement("span", {
|
|
36636
|
-
style: {
|
|
36637
|
-
color: _iconColor
|
|
36638
|
-
}
|
|
36639
|
-
}, option === null || option === void 0 ? void 0 : option[optionLabel]) : /*#__PURE__*/React__default.createElement("span", {
|
|
36640
|
-
style: {
|
|
36641
|
-
color: '#000000'
|
|
36642
|
-
}
|
|
36643
|
-
}, placeholder)));
|
|
36644
|
-
}
|
|
36645
|
-
} else {
|
|
36646
|
-
var attrs = {
|
|
36647
|
-
className: valueClassname,
|
|
36648
|
-
style: _objectSpread2({
|
|
36649
|
-
fontFamily: 'Arial',
|
|
36650
|
-
fontSize: '14px'
|
|
36651
|
-
}, valueStyle)
|
|
36652
|
-
};
|
|
36653
|
-
return /*#__PURE__*/React__default.createElement("span", {
|
|
36654
|
-
className: attrs.className,
|
|
36655
|
-
style: _objectSpread2(_objectSpread2({}, attrs.style), optionStyle)
|
|
36656
|
-
}, (option === null || option === void 0 ? void 0 : option[optionLabel]) || placeholder);
|
|
36657
|
-
}
|
|
36618
|
+
var attrs = {
|
|
36619
|
+
className: valueClassname,
|
|
36620
|
+
style: _objectSpread2({
|
|
36621
|
+
fontFamily: 'Arial',
|
|
36622
|
+
fontSize: '14px'
|
|
36623
|
+
}, valueStyle)
|
|
36624
|
+
};
|
|
36625
|
+
console.log(attrs);
|
|
36626
|
+
console.log((option === null || option === void 0 ? void 0 : option[optionLabel]) || placeholder);
|
|
36627
|
+
console.log(placeholder);
|
|
36628
|
+
return /*#__PURE__*/React__default.createElement("span", {
|
|
36629
|
+
className: attrs.className,
|
|
36630
|
+
style: _objectSpread2(_objectSpread2({}, attrs.style), optionStyle)
|
|
36631
|
+
}, (option === null || option === void 0 ? void 0 : option[optionLabel]) || placeholder);
|
|
36658
36632
|
}
|
|
36659
36633
|
};
|
|
36660
36634
|
var handleFilter = function handleFilter(event) {
|