@zgfe/business-lib 1.1.41-attribution.3 → 1.1.41-attribution.4
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.
|
@@ -223,8 +223,7 @@ var InfiniteScrollList = function InfiniteScrollList(_ref) {
|
|
|
223
223
|
}, showList.map(function (e) {
|
|
224
224
|
var _currentValue$event2, _currentValue$event3;
|
|
225
225
|
var _disable = false;
|
|
226
|
-
|
|
227
|
-
if ((selectList === null || selectList === void 0 ? void 0 : selectList.indexOf(e.id)) !== -1 && (currentValue === null || currentValue === void 0 ? void 0 : (_currentValue$event2 = currentValue.event) === null || _currentValue$event2 === void 0 ? void 0 : _currentValue$event2.id) !== e.id) {
|
|
226
|
+
if (selectList && (selectList === null || selectList === void 0 ? void 0 : selectList.indexOf(e.id)) !== -1 && (currentValue === null || currentValue === void 0 ? void 0 : (_currentValue$event2 = currentValue.event) === null || _currentValue$event2 === void 0 ? void 0 : _currentValue$event2.id) !== e.id) {
|
|
228
227
|
_disable = true;
|
|
229
228
|
}
|
|
230
229
|
return /*#__PURE__*/React.createElement(EventListOption, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.1.41-attribution.
|
|
3
|
+
"version": "1.1.41-attribution.4",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "dumi dev",
|
|
6
6
|
"docs:build": "dumi build",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"react": "^16.12.0 || ^17.0.0",
|
|
60
60
|
"yorkie": "^2.0.0"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "e18f757dc7b4af4d225a6a9dc2c5df0f4943cfb7"
|
|
63
63
|
}
|