arengibook 2.4.689 → 2.4.690
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 +7 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36619,7 +36619,12 @@ var Dropdown = function Dropdown(props) {
|
|
|
36619
36619
|
return /*#__PURE__*/React__default.createElement("span", null);
|
|
36620
36620
|
}
|
|
36621
36621
|
var optionAttrs = (option === null || option === void 0 ? void 0 : option.attrs) || {};
|
|
36622
|
+
console.log('optionAttrs');
|
|
36623
|
+
console.log(optionAttrs);
|
|
36624
|
+
console.log(option);
|
|
36622
36625
|
var imgUrl = optionAttrs['data-linkimg'];
|
|
36626
|
+
console.log("imgUrl");
|
|
36627
|
+
console.log(imgUrl);
|
|
36623
36628
|
var _style2 = _objectSpread2({
|
|
36624
36629
|
display: 'flex',
|
|
36625
36630
|
alignItems: 'center',
|
|
@@ -36632,6 +36637,8 @@ var Dropdown = function Dropdown(props) {
|
|
|
36632
36637
|
fontSize: '14px'
|
|
36633
36638
|
}, valueStyle)
|
|
36634
36639
|
};
|
|
36640
|
+
console.log('attrs');
|
|
36641
|
+
console.log(attrs);
|
|
36635
36642
|
return imgUrl ? /*#__PURE__*/React__default.createElement("div", {
|
|
36636
36643
|
style: _style2
|
|
36637
36644
|
}, imgUrl && /*#__PURE__*/React__default.createElement("img", {
|