@oliasoft-open-source/react-ui-library 4.15.3-beta-2 → 4.15.3
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 +93 -107
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -199,27 +199,21 @@ function _objectWithoutPropertiesLoose$5(r2, e2) {
|
|
|
199
199
|
}
|
|
200
200
|
return t;
|
|
201
201
|
}
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
(function(module) {
|
|
208
|
-
function _extends3() {
|
|
209
|
-
return module.exports = _extends3 = Object.assign ? Object.assign.bind() : function(n2) {
|
|
210
|
-
for (var e2 = 1; e2 < arguments.length; e2++) {
|
|
211
|
-
var t = arguments[e2];
|
|
212
|
-
for (var r2 in t) ({}).hasOwnProperty.call(t, r2) && (n2[r2] = t[r2]);
|
|
213
|
-
}
|
|
214
|
-
return n2;
|
|
215
|
-
}, module.exports.__esModule = true, module.exports["default"] = module.exports, _extends3.apply(null, arguments);
|
|
202
|
+
function _extends$4() {
|
|
203
|
+
return _extends$4 = Object.assign ? Object.assign.bind() : function(n2) {
|
|
204
|
+
for (var e2 = 1; e2 < arguments.length; e2++) {
|
|
205
|
+
var t = arguments[e2];
|
|
206
|
+
for (var r2 in t) ({}).hasOwnProperty.call(t, r2) && (n2[r2] = t[r2]);
|
|
216
207
|
}
|
|
217
|
-
|
|
218
|
-
}
|
|
219
|
-
return _extends$6.exports;
|
|
208
|
+
return n2;
|
|
209
|
+
}, _extends$4.apply(null, arguments);
|
|
220
210
|
}
|
|
221
|
-
|
|
222
|
-
|
|
211
|
+
const _extends$5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
212
|
+
__proto__: null,
|
|
213
|
+
get default() {
|
|
214
|
+
return _extends$4;
|
|
215
|
+
}
|
|
216
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
223
217
|
function _setPrototypeOf$3(t, e2) {
|
|
224
218
|
return _setPrototypeOf$3 = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t2, e3) {
|
|
225
219
|
return t2.__proto__ = e3, t2;
|
|
@@ -798,7 +792,7 @@ var ReactSVG = /* @__PURE__ */ function(_React$Component) {
|
|
|
798
792
|
};
|
|
799
793
|
_proto.componentDidUpdate = function componentDidUpdate(prevProps) {
|
|
800
794
|
var _this3 = this;
|
|
801
|
-
if (shallowDiffers(_extends$
|
|
795
|
+
if (shallowDiffers(_extends$4({}, prevProps), this.props)) {
|
|
802
796
|
this.setState(function() {
|
|
803
797
|
return _this3.initialState;
|
|
804
798
|
}, function() {
|
|
@@ -826,7 +820,7 @@ var ReactSVG = /* @__PURE__ */ function(_React$Component) {
|
|
|
826
820
|
_this$props2.useRequestCache;
|
|
827
821
|
var wrapper2 = _this$props2.wrapper, rest = _objectWithoutPropertiesLoose$5(_this$props2, _excluded$b);
|
|
828
822
|
var Wrapper2 = wrapper2;
|
|
829
|
-
return /* @__PURE__ */ React$4.createElement(Wrapper2, _extends$
|
|
823
|
+
return /* @__PURE__ */ React$4.createElement(Wrapper2, _extends$4({}, rest, {
|
|
830
824
|
ref: this.refCallback
|
|
831
825
|
}, wrapper2 === "svg" ? {
|
|
832
826
|
xmlns: svgNamespace,
|
|
@@ -2241,8 +2235,8 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
2241
2235
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
2242
2236
|
return Constructor;
|
|
2243
2237
|
}
|
|
2244
|
-
function _extends$
|
|
2245
|
-
_extends$
|
|
2238
|
+
function _extends$3() {
|
|
2239
|
+
_extends$3 = Object.assign || function(target) {
|
|
2246
2240
|
for (var i = 1; i < arguments.length; i++) {
|
|
2247
2241
|
var source = arguments[i];
|
|
2248
2242
|
for (var key2 in source) {
|
|
@@ -2253,7 +2247,7 @@ function _extends$4() {
|
|
|
2253
2247
|
}
|
|
2254
2248
|
return target;
|
|
2255
2249
|
};
|
|
2256
|
-
return _extends$
|
|
2250
|
+
return _extends$3.apply(this, arguments);
|
|
2257
2251
|
}
|
|
2258
2252
|
function _inheritsLoose$2(subClass, superClass) {
|
|
2259
2253
|
subClass.prototype = Object.create(superClass.prototype);
|
|
@@ -2577,7 +2571,7 @@ function useTrackElements(_ref) {
|
|
|
2577
2571
|
var layerRef = useTrackRef(useCallback$1(function(layer2) {
|
|
2578
2572
|
var _get3 = get4(), previousLayer = _get3.layer;
|
|
2579
2573
|
set2(function(state) {
|
|
2580
|
-
return _extends$
|
|
2574
|
+
return _extends$3({}, state, {
|
|
2581
2575
|
layer: layer2
|
|
2582
2576
|
});
|
|
2583
2577
|
});
|
|
@@ -2600,7 +2594,7 @@ function useTrackElements(_ref) {
|
|
|
2600
2594
|
var scrollContainers = getScrollContainers(trigger2);
|
|
2601
2595
|
var _get4 = get4(), previousTrigger = _get4.trigger;
|
|
2602
2596
|
set2(function(state) {
|
|
2603
|
-
return _extends$
|
|
2597
|
+
return _extends$3({}, state, {
|
|
2604
2598
|
trigger: trigger2,
|
|
2605
2599
|
scrollContainers
|
|
2606
2600
|
});
|
|
@@ -2613,7 +2607,7 @@ function useTrackElements(_ref) {
|
|
|
2613
2607
|
return;
|
|
2614
2608
|
}
|
|
2615
2609
|
set2(function(state) {
|
|
2616
|
-
return _extends$
|
|
2610
|
+
return _extends$3({}, state, {
|
|
2617
2611
|
scrollContainers: getScrollContainers(triggerOptionParent)
|
|
2618
2612
|
});
|
|
2619
2613
|
});
|
|
@@ -2780,7 +2774,7 @@ var BoundSide = {
|
|
|
2780
2774
|
left: /* @__PURE__ */ createSide("left"),
|
|
2781
2775
|
right: /* @__PURE__ */ createSide("right")
|
|
2782
2776
|
};
|
|
2783
|
-
var Side = /* @__PURE__ */ _extends$
|
|
2777
|
+
var Side = /* @__PURE__ */ _extends$3({}, BoundSide, {
|
|
2784
2778
|
center: /* @__PURE__ */ createSide("center")
|
|
2785
2779
|
});
|
|
2786
2780
|
var SIDES = ["top", "left", "bottom", "right"];
|
|
@@ -2876,7 +2870,7 @@ var Bounds = /* @__PURE__ */ function() {
|
|
|
2876
2870
|
var _environment$getCompu = environment2.getComputedStyle(element), width2 = _environment$getCompu.width, height2 = _environment$getCompu.height, boxSizing = _environment$getCompu.boxSizing, borderLeft = _environment$getCompu.borderLeft, borderRight = _environment$getCompu.borderRight, borderTop = _environment$getCompu.borderTop, borderBottom = _environment$getCompu.borderBottom, paddingLeft = _environment$getCompu.paddingLeft, paddingRight = _environment$getCompu.paddingRight, paddingTop = _environment$getCompu.paddingTop, paddingBottom = _environment$getCompu.paddingBottom;
|
|
2877
2871
|
var boxWidth = boxSizing === "border-box" ? getPixelValue(width2) : sumOfPropertyValues(width2, borderLeft, borderRight, paddingLeft, paddingRight);
|
|
2878
2872
|
var boxHeight = boxSizing === "border-box" ? getPixelValue(height2) : sumOfPropertyValues(height2, borderTop, borderBottom, paddingTop, paddingBottom);
|
|
2879
|
-
bounds = new Bounds2(_extends$
|
|
2873
|
+
bounds = new Bounds2(_extends$3({}, bounds, {
|
|
2880
2874
|
width: boxWidth,
|
|
2881
2875
|
height: boxHeight
|
|
2882
2876
|
}));
|
|
@@ -2923,7 +2917,7 @@ var Bounds = /* @__PURE__ */ function() {
|
|
|
2923
2917
|
};
|
|
2924
2918
|
_proto.merge = function merge(partialBoundsOrMergeFn) {
|
|
2925
2919
|
var current = this.toObject();
|
|
2926
|
-
return new Bounds2(_extends$
|
|
2920
|
+
return new Bounds2(_extends$3({}, current, typeof partialBoundsOrMergeFn === "function" ? partialBoundsOrMergeFn(current) : partialBoundsOrMergeFn));
|
|
2927
2921
|
};
|
|
2928
2922
|
_proto.substract = function substract(bounds) {
|
|
2929
2923
|
var result = this.toObject();
|
|
@@ -2990,7 +2984,7 @@ var Placement = /* @__PURE__ */ function() {
|
|
|
2990
2984
|
typeof layerDimensions === "function" ? layerDimensions(this.primary.prop) : layerDimensions
|
|
2991
2985
|
);
|
|
2992
2986
|
this.subjectsBounds = subjectBounds.merge({
|
|
2993
|
-
layer: _extends$
|
|
2987
|
+
layer: _extends$3({}, subjectBounds.layer, dimensions)
|
|
2994
2988
|
});
|
|
2995
2989
|
};
|
|
2996
2990
|
_proto.getLayerBounds = function getLayerBounds(secondaryOffset) {
|
|
@@ -3165,7 +3159,7 @@ function getArrowStyle(subjectsBounds, placement, arrowOffset) {
|
|
|
3165
3159
|
var primarySide = placement.primary.prop;
|
|
3166
3160
|
var secondarySide = placement.primary.oppositeCssProp;
|
|
3167
3161
|
var secondaryValue = triggerIsBigger ? layer2[sizeProperty] / 2 + negativeOffset : trigger2[secondarySide] + trigger2[sizeProperty] / 2 - layer2[secondarySide];
|
|
3168
|
-
return _extends$
|
|
3162
|
+
return _extends$3({}, STYLE_BASE, (_extends22 = {}, _extends22[primarySide] = "100%", _extends22[secondarySide] = limit(secondaryValue, min, max), _extends22));
|
|
3169
3163
|
}
|
|
3170
3164
|
var Placements = /* @__PURE__ */ function() {
|
|
3171
3165
|
function Placements2(placements, config2, subjectsBounds) {
|
|
@@ -3294,11 +3288,11 @@ var Placements = /* @__PURE__ */ function() {
|
|
|
3294
3288
|
var arrow2 = getArrowStyle(this.subjectsBounds.merge({
|
|
3295
3289
|
layer: layerBounds
|
|
3296
3290
|
}), placement, this.config.arrowOffset);
|
|
3297
|
-
var layer2 = this.config.overflowContainer ? _extends$
|
|
3291
|
+
var layer2 = this.config.overflowContainer ? _extends$3({}, layerStyleBase, {
|
|
3298
3292
|
position: "fixed",
|
|
3299
3293
|
top: layerBounds.top,
|
|
3300
3294
|
left: layerBounds.left
|
|
3301
|
-
}) : _extends$
|
|
3295
|
+
}) : _extends$3({}, layerStyleBase, {
|
|
3302
3296
|
position: "absolute",
|
|
3303
3297
|
top: layerBounds.top - this.subjectsBounds.parent.top + scrollOffsets.top - borderOffsets.top,
|
|
3304
3298
|
left: layerBounds.left - this.subjectsBounds.parent.left + scrollOffsets.left - borderOffsets.left
|
|
@@ -3373,7 +3367,7 @@ var SubjectsBounds = /* @__PURE__ */ function() {
|
|
|
3373
3367
|
};
|
|
3374
3368
|
var _proto = SubjectsBounds2.prototype;
|
|
3375
3369
|
_proto.merge = function merge(subjectsBounds) {
|
|
3376
|
-
return new SubjectsBounds2(_extends$
|
|
3370
|
+
return new SubjectsBounds2(_extends$3({}, this, subjectsBounds), this.overflowContainer);
|
|
3377
3371
|
};
|
|
3378
3372
|
_proto.offsetsToScrollContainers = function offsetsToScrollContainers(subject, allContainers) {
|
|
3379
3373
|
if (allContainers === void 0) {
|
|
@@ -3608,10 +3602,10 @@ var Arrow = /* @__PURE__ */ forwardRef(function Arrow2(_ref2, ref2) {
|
|
|
3608
3602
|
var sizeA = size2;
|
|
3609
3603
|
var sizeB = getWidthBasedOnAngle(angle, size2) * 2;
|
|
3610
3604
|
var maxSize = Math.max(sizeA, sizeB);
|
|
3611
|
-
return createElement("svg", _extends$
|
|
3605
|
+
return createElement("svg", _extends$3({
|
|
3612
3606
|
ref: ref2
|
|
3613
3607
|
}, rest, {
|
|
3614
|
-
style: _extends$
|
|
3608
|
+
style: _extends$3({}, style2, {
|
|
3615
3609
|
transform: "translate" + (side.isHorizontal ? "Y" : "X") + "(-50%)"
|
|
3616
3610
|
}),
|
|
3617
3611
|
width: maxSize,
|
|
@@ -8273,8 +8267,8 @@ function _interopRequireWildcard$2(obj, nodeInterop) {
|
|
|
8273
8267
|
}
|
|
8274
8268
|
return newObj;
|
|
8275
8269
|
}
|
|
8276
|
-
function _extends$
|
|
8277
|
-
_extends$
|
|
8270
|
+
function _extends$2() {
|
|
8271
|
+
_extends$2 = Object.assign ? Object.assign.bind() : function(target) {
|
|
8278
8272
|
for (var i = 1; i < arguments.length; i++) {
|
|
8279
8273
|
var source = arguments[i];
|
|
8280
8274
|
for (var key2 in source) {
|
|
@@ -8285,7 +8279,7 @@ function _extends$3() {
|
|
|
8285
8279
|
}
|
|
8286
8280
|
return target;
|
|
8287
8281
|
};
|
|
8288
|
-
return _extends$
|
|
8282
|
+
return _extends$2.apply(this, arguments);
|
|
8289
8283
|
}
|
|
8290
8284
|
function _objectWithoutPropertiesLoose$3(source, excluded) {
|
|
8291
8285
|
if (source == null) return {};
|
|
@@ -8490,7 +8484,7 @@ var Resizable$1 = /* @__PURE__ */ function(_React$Component) {
|
|
|
8490
8484
|
children: [].concat(children.props.children, resizeHandles.map(function(handleAxis) {
|
|
8491
8485
|
var _this3$handleRefs$han;
|
|
8492
8486
|
var ref2 = (_this3$handleRefs$han = _this3.handleRefs[handleAxis]) != null ? _this3$handleRefs$han : _this3.handleRefs[handleAxis] = /* @__PURE__ */ React$2.createRef();
|
|
8493
|
-
return /* @__PURE__ */ React$2.createElement(_reactDraggable.DraggableCore, _extends$
|
|
8487
|
+
return /* @__PURE__ */ React$2.createElement(_reactDraggable.DraggableCore, _extends$2({}, draggableOpts, {
|
|
8494
8488
|
nodeRef: ref2,
|
|
8495
8489
|
key: "resizableHandle-" + handleAxis,
|
|
8496
8490
|
onStop: _this3.resizeHandler("onResizeStop", handleAxis),
|
|
@@ -8561,8 +8555,8 @@ function _interopRequireWildcard$1(obj, nodeInterop) {
|
|
|
8561
8555
|
}
|
|
8562
8556
|
return newObj;
|
|
8563
8557
|
}
|
|
8564
|
-
function _extends$
|
|
8565
|
-
_extends$
|
|
8558
|
+
function _extends$1() {
|
|
8559
|
+
_extends$1 = Object.assign ? Object.assign.bind() : function(target) {
|
|
8566
8560
|
for (var i = 1; i < arguments.length; i++) {
|
|
8567
8561
|
var source = arguments[i];
|
|
8568
8562
|
for (var key2 in source) {
|
|
@@ -8573,7 +8567,7 @@ function _extends$2() {
|
|
|
8573
8567
|
}
|
|
8574
8568
|
return target;
|
|
8575
8569
|
};
|
|
8576
|
-
return _extends$
|
|
8570
|
+
return _extends$1.apply(this, arguments);
|
|
8577
8571
|
}
|
|
8578
8572
|
function ownKeys$1(object2, enumerableOnly) {
|
|
8579
8573
|
var keys2 = Object.keys(object2);
|
|
@@ -8704,7 +8698,7 @@ var ResizableBox = /* @__PURE__ */ function(_React$Component) {
|
|
|
8704
8698
|
resizeHandles,
|
|
8705
8699
|
transformScale,
|
|
8706
8700
|
width: this.state.width
|
|
8707
|
-
}, /* @__PURE__ */ React$1.createElement("div", _extends$
|
|
8701
|
+
}, /* @__PURE__ */ React$1.createElement("div", _extends$1({}, props, {
|
|
8708
8702
|
style: _objectSpread$5(_objectSpread$5({}, style2), {}, {
|
|
8709
8703
|
width: this.state.width + "px",
|
|
8710
8704
|
height: this.state.height + "px"
|
|
@@ -9497,15 +9491,6 @@ const InputGroupAddon = ({
|
|
|
9497
9491
|
})();
|
|
9498
9492
|
return /* @__PURE__ */ jsx("span", { className: cx$2(styles$u.addon, order2, small2 ? styles$u.small : ""), children });
|
|
9499
9493
|
};
|
|
9500
|
-
function _extends$1() {
|
|
9501
|
-
return _extends$1 = Object.assign ? Object.assign.bind() : function(n2) {
|
|
9502
|
-
for (var e2 = 1; e2 < arguments.length; e2++) {
|
|
9503
|
-
var t = arguments[e2];
|
|
9504
|
-
for (var r2 in t) ({}).hasOwnProperty.call(t, r2) && (n2[r2] = t[r2]);
|
|
9505
|
-
}
|
|
9506
|
-
return n2;
|
|
9507
|
-
}, _extends$1.apply(null, arguments);
|
|
9508
|
-
}
|
|
9509
9494
|
function _typeof$2(o) {
|
|
9510
9495
|
"@babel/helpers - typeof";
|
|
9511
9496
|
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
@@ -10767,7 +10752,7 @@ function connectAdvanced(selectorFactory, _ref) {
|
|
|
10767
10752
|
}
|
|
10768
10753
|
var wrappedComponentName = WrappedComponent.displayName || WrappedComponent.name || "Component";
|
|
10769
10754
|
var displayName = getDisplayName(wrappedComponentName);
|
|
10770
|
-
var selectorFactoryOptions = _extends$
|
|
10755
|
+
var selectorFactoryOptions = _extends$4({}, connectOptions, {
|
|
10771
10756
|
getDisplayName,
|
|
10772
10757
|
methodName,
|
|
10773
10758
|
renderCountProp,
|
|
@@ -10812,7 +10797,7 @@ function connectAdvanced(selectorFactory, _ref) {
|
|
|
10812
10797
|
if (didStoreComeFromProps) {
|
|
10813
10798
|
return contextValue;
|
|
10814
10799
|
}
|
|
10815
|
-
return _extends$
|
|
10800
|
+
return _extends$4({}, contextValue, {
|
|
10816
10801
|
subscription
|
|
10817
10802
|
});
|
|
10818
10803
|
}, [didStoreComeFromProps, contextValue, subscription]);
|
|
@@ -10833,7 +10818,7 @@ function connectAdvanced(selectorFactory, _ref) {
|
|
|
10833
10818
|
useIsomorphicLayoutEffectWithArgs(captureWrapperProps, [lastWrapperProps, lastChildProps, renderIsScheduled, wrapperProps, actualChildProps, childPropsFromStoreUpdate, notifyNestedSubs]);
|
|
10834
10819
|
useIsomorphicLayoutEffectWithArgs(subscribeUpdates, [shouldHandleStateChanges, store, subscription, childPropsSelector, lastWrapperProps, lastChildProps, renderIsScheduled, childPropsFromStoreUpdate, notifyNestedSubs, forceComponentUpdateDispatch], [store, subscription, childPropsSelector]);
|
|
10835
10820
|
var renderedWrappedComponent = useMemo$1(function() {
|
|
10836
|
-
return /* @__PURE__ */ React__default.createElement(WrappedComponent, _extends$
|
|
10821
|
+
return /* @__PURE__ */ React__default.createElement(WrappedComponent, _extends$4({}, actualChildProps, {
|
|
10837
10822
|
ref: reactReduxForwardedRef
|
|
10838
10823
|
}));
|
|
10839
10824
|
}, [reactReduxForwardedRef, WrappedComponent, actualChildProps]);
|
|
@@ -10852,7 +10837,7 @@ function connectAdvanced(selectorFactory, _ref) {
|
|
|
10852
10837
|
Connect.displayName = ConnectFunction.displayName = displayName;
|
|
10853
10838
|
if (forwardRef2) {
|
|
10854
10839
|
var forwarded = React__default.forwardRef(function forwardConnectRef(props, ref2) {
|
|
10855
|
-
return /* @__PURE__ */ React__default.createElement(Connect, _extends$
|
|
10840
|
+
return /* @__PURE__ */ React__default.createElement(Connect, _extends$4({}, props, {
|
|
10856
10841
|
reactReduxForwardedRef: ref2
|
|
10857
10842
|
}));
|
|
10858
10843
|
});
|
|
@@ -10985,7 +10970,7 @@ function whenMapStateToPropsIsMissing(mapStateToProps) {
|
|
|
10985
10970
|
}
|
|
10986
10971
|
const defaultMapStateToPropsFactories = [whenMapStateToPropsIsFunction, whenMapStateToPropsIsMissing];
|
|
10987
10972
|
function defaultMergeProps(stateProps, dispatchProps, ownProps) {
|
|
10988
|
-
return _extends$
|
|
10973
|
+
return _extends$4({}, ownProps, stateProps, dispatchProps);
|
|
10989
10974
|
}
|
|
10990
10975
|
function wrapMergePropsFunc(mergeProps) {
|
|
10991
10976
|
return function initMergePropsProxy(dispatch, _ref) {
|
|
@@ -11118,7 +11103,7 @@ function createConnect(_temp) {
|
|
|
11118
11103
|
var initMapStateToProps = match(mapStateToProps, mapStateToPropsFactories, "mapStateToProps");
|
|
11119
11104
|
var initMapDispatchToProps = match(mapDispatchToProps2, mapDispatchToPropsFactories, "mapDispatchToProps");
|
|
11120
11105
|
var initMergeProps = match(mergeProps, mergePropsFactories, "mergeProps");
|
|
11121
|
-
return connectHOC(selectorFactory, _extends$
|
|
11106
|
+
return connectHOC(selectorFactory, _extends$4({
|
|
11122
11107
|
// used in error messages
|
|
11123
11108
|
methodName: "connect",
|
|
11124
11109
|
// used to compute Connect's displayName from the wrapped component's displayName.
|
|
@@ -11417,7 +11402,7 @@ var error$1 = log.bind(null, "error");
|
|
|
11417
11402
|
function noop$1() {
|
|
11418
11403
|
}
|
|
11419
11404
|
function getOptions(shared2, fromBinding) {
|
|
11420
|
-
return _extends$
|
|
11405
|
+
return _extends$4({}, shared2, {}, fromBinding);
|
|
11421
11406
|
}
|
|
11422
11407
|
function bindEvents(el2, bindings, sharedOptions) {
|
|
11423
11408
|
var unbindings = bindings.map(function(binding) {
|
|
@@ -11663,7 +11648,7 @@ var scroll$2 = function scroll(target, frame2) {
|
|
|
11663
11648
|
var increase = function increase2(target, axis, withPlaceholder) {
|
|
11664
11649
|
if (withPlaceholder && withPlaceholder.increasedBy) {
|
|
11665
11650
|
var _extends22;
|
|
11666
|
-
return _extends$
|
|
11651
|
+
return _extends$4({}, target, (_extends22 = {}, _extends22[axis.end] = target[axis.end] + withPlaceholder.increasedBy[axis.line], _extends22));
|
|
11667
11652
|
}
|
|
11668
11653
|
return target;
|
|
11669
11654
|
};
|
|
@@ -11689,7 +11674,7 @@ var scrollDroppable = function(droppable2, newScroll) {
|
|
|
11689
11674
|
var scrollable = droppable2.frame;
|
|
11690
11675
|
var scrollDiff = subtract$1(newScroll, scrollable.scroll.initial);
|
|
11691
11676
|
var scrollDisplacement = negate(scrollDiff);
|
|
11692
|
-
var frame2 = _extends$
|
|
11677
|
+
var frame2 = _extends$4({}, scrollable, {
|
|
11693
11678
|
scroll: {
|
|
11694
11679
|
initial: scrollable.scroll.initial,
|
|
11695
11680
|
current: newScroll,
|
|
@@ -11706,7 +11691,7 @@ var scrollDroppable = function(droppable2, newScroll) {
|
|
|
11706
11691
|
axis: droppable2.axis,
|
|
11707
11692
|
frame: frame2
|
|
11708
11693
|
});
|
|
11709
|
-
var result = _extends$
|
|
11694
|
+
var result = _extends$4({}, droppable2, {
|
|
11710
11695
|
frame: frame2,
|
|
11711
11696
|
subject
|
|
11712
11697
|
});
|
|
@@ -11810,7 +11795,7 @@ var moveToNextCombine = function(_ref) {
|
|
|
11810
11795
|
droppableId: destination.descriptor.id
|
|
11811
11796
|
}
|
|
11812
11797
|
};
|
|
11813
|
-
return _extends$
|
|
11798
|
+
return _extends$4({}, previousImpact, {
|
|
11814
11799
|
at: at2
|
|
11815
11800
|
});
|
|
11816
11801
|
}
|
|
@@ -11945,17 +11930,17 @@ var isVisible = function isVisible2(_ref) {
|
|
|
11945
11930
|
return isVisibleInDroppable(displacedTarget, destination, isVisibleThroughFrameFn) && isVisibleInViewport(displacedTarget, viewport, isVisibleThroughFrameFn);
|
|
11946
11931
|
};
|
|
11947
11932
|
var isPartiallyVisible = function isPartiallyVisible2(args) {
|
|
11948
|
-
return isVisible(_extends$
|
|
11933
|
+
return isVisible(_extends$4({}, args, {
|
|
11949
11934
|
isVisibleThroughFrameFn: isPartiallyVisibleThroughFrame
|
|
11950
11935
|
}));
|
|
11951
11936
|
};
|
|
11952
11937
|
var isTotallyVisible = function isTotallyVisible2(args) {
|
|
11953
|
-
return isVisible(_extends$
|
|
11938
|
+
return isVisible(_extends$4({}, args, {
|
|
11954
11939
|
isVisibleThroughFrameFn: isTotallyVisibleThroughFrame
|
|
11955
11940
|
}));
|
|
11956
11941
|
};
|
|
11957
11942
|
var isTotallyVisibleOnAxis = function isTotallyVisibleOnAxis2(args) {
|
|
11958
|
-
return isVisible(_extends$
|
|
11943
|
+
return isVisible(_extends$4({}, args, {
|
|
11959
11944
|
isVisibleThroughFrameFn: isTotallyVisibleThroughFrameOnAxis(args.destination.axis)
|
|
11960
11945
|
}));
|
|
11961
11946
|
};
|
|
@@ -12365,7 +12350,7 @@ var speculativelyIncrease = function(_ref) {
|
|
|
12365
12350
|
}
|
|
12366
12351
|
invisible[id2] = true;
|
|
12367
12352
|
});
|
|
12368
|
-
var newImpact = _extends$
|
|
12353
|
+
var newImpact = _extends$4({}, impact, {
|
|
12369
12354
|
displaced: {
|
|
12370
12355
|
all: last.all,
|
|
12371
12356
|
invisible,
|
|
@@ -12586,8 +12571,8 @@ var getRequiredGrowthForPlaceholder = function getRequiredGrowthForPlaceholder2(
|
|
|
12586
12571
|
return patch(axis.line, needsToGrowBy);
|
|
12587
12572
|
};
|
|
12588
12573
|
var withMaxScroll = function withMaxScroll2(frame2, max) {
|
|
12589
|
-
return _extends$
|
|
12590
|
-
scroll: _extends$
|
|
12574
|
+
return _extends$4({}, frame2, {
|
|
12575
|
+
scroll: _extends$4({}, frame2.scroll, {
|
|
12591
12576
|
max
|
|
12592
12577
|
})
|
|
12593
12578
|
});
|
|
@@ -12610,7 +12595,7 @@ var addPlaceholder = function addPlaceholder2(droppable2, draggable2, draggables
|
|
|
12610
12595
|
axis: droppable2.axis,
|
|
12611
12596
|
frame: droppable2.frame
|
|
12612
12597
|
});
|
|
12613
|
-
return _extends$
|
|
12598
|
+
return _extends$4({}, droppable2, {
|
|
12614
12599
|
subject: _subject
|
|
12615
12600
|
});
|
|
12616
12601
|
}
|
|
@@ -12622,7 +12607,7 @@ var addPlaceholder = function addPlaceholder2(droppable2, draggable2, draggables
|
|
|
12622
12607
|
axis: droppable2.axis,
|
|
12623
12608
|
frame: newFrame
|
|
12624
12609
|
});
|
|
12625
|
-
return _extends$
|
|
12610
|
+
return _extends$4({}, droppable2, {
|
|
12626
12611
|
subject,
|
|
12627
12612
|
frame: newFrame
|
|
12628
12613
|
});
|
|
@@ -12638,7 +12623,7 @@ var removePlaceholder = function removePlaceholder2(droppable2) {
|
|
|
12638
12623
|
frame: null,
|
|
12639
12624
|
withPlaceholder: null
|
|
12640
12625
|
});
|
|
12641
|
-
return _extends$
|
|
12626
|
+
return _extends$4({}, droppable2, {
|
|
12642
12627
|
subject: _subject2
|
|
12643
12628
|
});
|
|
12644
12629
|
}
|
|
@@ -12651,7 +12636,7 @@ var removePlaceholder = function removePlaceholder2(droppable2) {
|
|
|
12651
12636
|
frame: newFrame,
|
|
12652
12637
|
withPlaceholder: null
|
|
12653
12638
|
});
|
|
12654
|
-
return _extends$
|
|
12639
|
+
return _extends$4({}, droppable2, {
|
|
12655
12640
|
subject,
|
|
12656
12641
|
frame: newFrame
|
|
12657
12642
|
});
|
|
@@ -13036,7 +13021,7 @@ var getDragImpact = function(_ref) {
|
|
|
13036
13021
|
};
|
|
13037
13022
|
var patchDroppableMap = function(droppables, updated) {
|
|
13038
13023
|
var _extends22;
|
|
13039
|
-
return _extends$
|
|
13024
|
+
return _extends$4({}, droppables, (_extends22 = {}, _extends22[updated.descriptor.id] = updated, _extends22));
|
|
13040
13025
|
};
|
|
13041
13026
|
var clearUnusedPlaceholder = function clearUnusedPlaceholder2(_ref) {
|
|
13042
13027
|
var previousImpact = _ref.previousImpact, impact = _ref.impact, droppables = _ref.droppables;
|
|
@@ -13097,7 +13082,7 @@ var update = function(_ref) {
|
|
|
13097
13082
|
page: page2
|
|
13098
13083
|
};
|
|
13099
13084
|
if (state.phase === "COLLECTING") {
|
|
13100
|
-
return _extends$
|
|
13085
|
+
return _extends$4({
|
|
13101
13086
|
phase: "COLLECTING"
|
|
13102
13087
|
}, state, {
|
|
13103
13088
|
dimensions,
|
|
@@ -13122,7 +13107,7 @@ var update = function(_ref) {
|
|
|
13122
13107
|
draggables: dimensions.draggables,
|
|
13123
13108
|
droppables: dimensions.droppables
|
|
13124
13109
|
});
|
|
13125
|
-
var result = _extends$
|
|
13110
|
+
var result = _extends$4({}, state, {
|
|
13126
13111
|
current,
|
|
13127
13112
|
dimensions: {
|
|
13128
13113
|
draggables: dimensions.draggables,
|
|
@@ -13152,7 +13137,7 @@ var recompute = function(_ref) {
|
|
|
13152
13137
|
forceShouldAnimate,
|
|
13153
13138
|
last
|
|
13154
13139
|
});
|
|
13155
|
-
return _extends$
|
|
13140
|
+
return _extends$4({}, impact, {
|
|
13156
13141
|
displaced
|
|
13157
13142
|
});
|
|
13158
13143
|
};
|
|
@@ -13271,8 +13256,8 @@ var offsetDraggable = function(_ref) {
|
|
|
13271
13256
|
var draggable2 = _ref.draggable, offset$1 = _ref.offset, initialWindowScroll = _ref.initialWindowScroll;
|
|
13272
13257
|
var client = offset(draggable2.client, offset$1);
|
|
13273
13258
|
var page2 = withScroll(client, initialWindowScroll);
|
|
13274
|
-
var moved = _extends$
|
|
13275
|
-
placeholder: _extends$
|
|
13259
|
+
var moved = _extends$4({}, draggable2, {
|
|
13260
|
+
placeholder: _extends$4({}, draggable2.placeholder, {
|
|
13276
13261
|
client
|
|
13277
13262
|
}),
|
|
13278
13263
|
client,
|
|
@@ -13310,13 +13295,13 @@ var publishWhileDraggingInVirtual = function(_ref) {
|
|
|
13310
13295
|
var scrolled = scrollDroppable(existing, update2.scroll);
|
|
13311
13296
|
return scrolled;
|
|
13312
13297
|
});
|
|
13313
|
-
var droppables = _extends$
|
|
13298
|
+
var droppables = _extends$4({}, state.dimensions.droppables, {}, toDroppableMap(withScrollChange));
|
|
13314
13299
|
var updatedAdditions = toDraggableMap(adjustAdditionsForScrollChanges({
|
|
13315
13300
|
additions: published.additions,
|
|
13316
13301
|
updatedDroppables: droppables,
|
|
13317
13302
|
viewport: state.viewport
|
|
13318
13303
|
}));
|
|
13319
|
-
var draggables = _extends$
|
|
13304
|
+
var draggables = _extends$4({}, state.dimensions.draggables, {}, updatedAdditions);
|
|
13320
13305
|
published.removals.forEach(function(id2) {
|
|
13321
13306
|
delete draggables[id2];
|
|
13322
13307
|
});
|
|
@@ -13345,7 +13330,7 @@ var publishWhileDraggingInVirtual = function(_ref) {
|
|
|
13345
13330
|
afterCritical
|
|
13346
13331
|
});
|
|
13347
13332
|
finish();
|
|
13348
|
-
var draggingState = _extends$
|
|
13333
|
+
var draggingState = _extends$4({
|
|
13349
13334
|
phase: "DRAGGING"
|
|
13350
13335
|
}, state, {
|
|
13351
13336
|
phase: "DRAGGING",
|
|
@@ -13358,7 +13343,7 @@ var publishWhileDraggingInVirtual = function(_ref) {
|
|
|
13358
13343
|
if (state.phase === "COLLECTING") {
|
|
13359
13344
|
return draggingState;
|
|
13360
13345
|
}
|
|
13361
|
-
var dropPending3 = _extends$
|
|
13346
|
+
var dropPending3 = _extends$4({
|
|
13362
13347
|
phase: "DROP_PENDING"
|
|
13363
13348
|
}, draggingState, {
|
|
13364
13349
|
phase: "DROP_PENDING",
|
|
@@ -13385,7 +13370,7 @@ var postDroppableChange = function postDroppableChange2(state, updated, isEnable
|
|
|
13385
13370
|
};
|
|
13386
13371
|
function removeScrollJumpRequest(state) {
|
|
13387
13372
|
if (state.isDragging && state.movementMode === "SNAP") {
|
|
13388
|
-
return _extends$
|
|
13373
|
+
return _extends$4({
|
|
13389
13374
|
phase: "DRAGGING"
|
|
13390
13375
|
}, state, {
|
|
13391
13376
|
scrollJumpRequest: null
|
|
@@ -13403,7 +13388,7 @@ var reducer$2 = function(state, action2) {
|
|
|
13403
13388
|
state = idle;
|
|
13404
13389
|
}
|
|
13405
13390
|
if (action2.type === "FLUSH") {
|
|
13406
|
-
return _extends$
|
|
13391
|
+
return _extends$4({}, idle, {
|
|
13407
13392
|
shouldFlush: true
|
|
13408
13393
|
});
|
|
13409
13394
|
}
|
|
@@ -13457,7 +13442,7 @@ var reducer$2 = function(state, action2) {
|
|
|
13457
13442
|
return state;
|
|
13458
13443
|
}
|
|
13459
13444
|
!(state.phase === "DRAGGING") ? process.env.NODE_ENV !== "production" ? invariant$3(false, "Collection cannot start from phase " + state.phase) : invariant$3() : void 0;
|
|
13460
|
-
var _result = _extends$
|
|
13445
|
+
var _result = _extends$4({
|
|
13461
13446
|
phase: "COLLECTING"
|
|
13462
13447
|
}, state, {
|
|
13463
13448
|
phase: "COLLECTING"
|
|
@@ -13511,7 +13496,7 @@ var reducer$2 = function(state, action2) {
|
|
|
13511
13496
|
var _target = state.dimensions.droppables[_id];
|
|
13512
13497
|
!_target ? process.env.NODE_ENV !== "production" ? invariant$3(false, "Cannot find Droppable[id: " + _id + "] to toggle its enabled state") : invariant$3() : void 0;
|
|
13513
13498
|
!(_target.isEnabled !== isEnabled) ? process.env.NODE_ENV !== "production" ? invariant$3(false, "Trying to set droppable isEnabled to " + String(isEnabled) + "\n but it is already " + String(_target.isEnabled)) : invariant$3() : void 0;
|
|
13514
|
-
var updated = _extends$
|
|
13499
|
+
var updated = _extends$4({}, _target, {
|
|
13515
13500
|
isEnabled
|
|
13516
13501
|
});
|
|
13517
13502
|
return postDroppableChange(state, updated, true);
|
|
@@ -13525,7 +13510,7 @@ var reducer$2 = function(state, action2) {
|
|
|
13525
13510
|
var _target2 = state.dimensions.droppables[_id2];
|
|
13526
13511
|
!_target2 ? process.env.NODE_ENV !== "production" ? invariant$3(false, "Cannot find Droppable[id: " + _id2 + "] to toggle its isCombineEnabled state") : invariant$3() : void 0;
|
|
13527
13512
|
!(_target2.isCombineEnabled !== isCombineEnabled) ? process.env.NODE_ENV !== "production" ? invariant$3(false, "Trying to set droppable isCombineEnabled to " + String(isCombineEnabled) + "\n but it is already " + String(_target2.isCombineEnabled)) : invariant$3() : void 0;
|
|
13528
|
-
var _updated2 = _extends$
|
|
13513
|
+
var _updated2 = _extends$4({}, _target2, {
|
|
13529
13514
|
isCombineEnabled
|
|
13530
13515
|
});
|
|
13531
13516
|
return postDroppableChange(state, _updated2, true);
|
|
@@ -13560,12 +13545,12 @@ var reducer$2 = function(state, action2) {
|
|
|
13560
13545
|
if (isEqual$2(maxScroll, state.viewport.scroll.max)) {
|
|
13561
13546
|
return state;
|
|
13562
13547
|
}
|
|
13563
|
-
var withMaxScroll3 = _extends$
|
|
13564
|
-
scroll: _extends$
|
|
13548
|
+
var withMaxScroll3 = _extends$4({}, state.viewport, {
|
|
13549
|
+
scroll: _extends$4({}, state.viewport.scroll, {
|
|
13565
13550
|
max: maxScroll
|
|
13566
13551
|
})
|
|
13567
13552
|
});
|
|
13568
|
-
return _extends$
|
|
13553
|
+
return _extends$4({
|
|
13569
13554
|
phase: "DRAGGING"
|
|
13570
13555
|
}, state, {
|
|
13571
13556
|
viewport: withMaxScroll3
|
|
@@ -13593,7 +13578,7 @@ var reducer$2 = function(state, action2) {
|
|
|
13593
13578
|
if (action2.type === "DROP_PENDING") {
|
|
13594
13579
|
var reason = action2.payload.reason;
|
|
13595
13580
|
!(state.phase === "COLLECTING") ? process.env.NODE_ENV !== "production" ? invariant$3(false, "Can only move into the DROP_PENDING phase from the COLLECTING phase") : invariant$3() : void 0;
|
|
13596
|
-
var newState = _extends$
|
|
13581
|
+
var newState = _extends$4({
|
|
13597
13582
|
phase: "DROP_PENDING"
|
|
13598
13583
|
}, state, {
|
|
13599
13584
|
phase: "DROP_PENDING",
|
|
@@ -13941,7 +13926,7 @@ var getDropImpact = function(_ref) {
|
|
|
13941
13926
|
didDropInsideDroppable: true
|
|
13942
13927
|
};
|
|
13943
13928
|
}
|
|
13944
|
-
var withoutMovement = _extends$
|
|
13929
|
+
var withoutMovement = _extends$4({}, lastImpact, {
|
|
13945
13930
|
displaced: emptyGroups
|
|
13946
13931
|
});
|
|
13947
13932
|
return {
|
|
@@ -14278,7 +14263,7 @@ var getPublisher = function(getResponders, announce) {
|
|
|
14278
14263
|
if (!hasCriticalChanged && !hasLocationChanged && !hasGroupingChanged) {
|
|
14279
14264
|
return;
|
|
14280
14265
|
}
|
|
14281
|
-
var data = _extends$
|
|
14266
|
+
var data = _extends$4({}, getDragStart(critical, dragging.mode), {
|
|
14282
14267
|
combine: combine2,
|
|
14283
14268
|
destination: location
|
|
14284
14269
|
});
|
|
@@ -14303,7 +14288,7 @@ var getPublisher = function(getResponders, announce) {
|
|
|
14303
14288
|
if (!dragging) {
|
|
14304
14289
|
return;
|
|
14305
14290
|
}
|
|
14306
|
-
var result = _extends$
|
|
14291
|
+
var result = _extends$4({}, getDragStart(dragging.lastCritical, dragging.mode), {
|
|
14307
14292
|
combine: null,
|
|
14308
14293
|
destination: null,
|
|
14309
14294
|
reason: "CANCEL"
|
|
@@ -15723,7 +15708,7 @@ function useAnnouncer(contextId) {
|
|
|
15723
15708
|
el2.id = id2;
|
|
15724
15709
|
el2.setAttribute("aria-live", "assertive");
|
|
15725
15710
|
el2.setAttribute("aria-atomic", "true");
|
|
15726
|
-
_extends$
|
|
15711
|
+
_extends$4(el2.style, visuallyHidden);
|
|
15727
15712
|
getBodyElement().appendChild(el2);
|
|
15728
15713
|
return function cleanup() {
|
|
15729
15714
|
setTimeout(function remove2() {
|
|
@@ -16770,7 +16755,7 @@ function tryStart(_ref3) {
|
|
|
16770
16755
|
reason
|
|
16771
16756
|
}));
|
|
16772
16757
|
}
|
|
16773
|
-
return _extends$
|
|
16758
|
+
return _extends$4({
|
|
16774
16759
|
isActive: function isActive() {
|
|
16775
16760
|
return _isActive({
|
|
16776
16761
|
expected: "DRAGGING",
|
|
@@ -16809,7 +16794,7 @@ function tryStart(_ref3) {
|
|
|
16809
16794
|
move: move$1
|
|
16810
16795
|
}
|
|
16811
16796
|
});
|
|
16812
|
-
return _extends$
|
|
16797
|
+
return _extends$4({}, api, {
|
|
16813
16798
|
move: move$1
|
|
16814
16799
|
});
|
|
16815
16800
|
}
|
|
@@ -16984,7 +16969,7 @@ function App(props) {
|
|
|
16984
16969
|
return createDimensionMarshal(registry, marshalCallbacks);
|
|
16985
16970
|
}, [registry, marshalCallbacks]);
|
|
16986
16971
|
var autoScroller = useMemo(function() {
|
|
16987
|
-
return createAutoScroller(_extends$
|
|
16972
|
+
return createAutoScroller(_extends$4({
|
|
16988
16973
|
scrollWindow,
|
|
16989
16974
|
scrollDroppable: dimensionMarshal.scrollDroppable
|
|
16990
16975
|
}, bindActionCreators$1({
|
|
@@ -18118,7 +18103,7 @@ function PublicDraggable(props) {
|
|
|
18118
18103
|
var isEnabled = typeof props.isDragDisabled === "boolean" ? !props.isDragDisabled : true;
|
|
18119
18104
|
var canDragInteractiveElements = Boolean(props.disableInteractiveElementBlocking);
|
|
18120
18105
|
var shouldRespectForcePress = Boolean(props.shouldRespectForcePress);
|
|
18121
|
-
return React__default.createElement(PrivateDraggable, _extends$
|
|
18106
|
+
return React__default.createElement(PrivateDraggable, _extends$4({}, props, {
|
|
18122
18107
|
isClone: false,
|
|
18123
18108
|
isEnabled,
|
|
18124
18109
|
canDragInteractiveElements,
|
|
@@ -18237,7 +18222,7 @@ var makeMapStateToProps$1 = function makeMapStateToProps3() {
|
|
|
18237
18222
|
},
|
|
18238
18223
|
useClone: null
|
|
18239
18224
|
};
|
|
18240
|
-
var idleWithoutAnimation = _extends$
|
|
18225
|
+
var idleWithoutAnimation = _extends$4({}, idleWithAnimation, {
|
|
18241
18226
|
shouldAnimatePlaceholder: false
|
|
18242
18227
|
});
|
|
18243
18228
|
var getDraggableRubric = memoizeOne(function(descriptor) {
|
|
@@ -20328,7 +20313,7 @@ function createListComponent(_ref) {
|
|
|
20328
20313
|
className,
|
|
20329
20314
|
onScroll,
|
|
20330
20315
|
ref: this._outerRefSetter,
|
|
20331
|
-
style: _extends$
|
|
20316
|
+
style: _extends$4({
|
|
20332
20317
|
position: "relative",
|
|
20333
20318
|
height: height2,
|
|
20334
20319
|
width: width2,
|
|
@@ -52393,6 +52378,7 @@ var interopRequireDefault = { exports: {} };
|
|
|
52393
52378
|
module.exports = _interopRequireDefault2, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
52394
52379
|
})(interopRequireDefault);
|
|
52395
52380
|
var interopRequireDefaultExports = interopRequireDefault.exports;
|
|
52381
|
+
const require$$2 = /* @__PURE__ */ getAugmentedNamespace(_extends$5);
|
|
52396
52382
|
const richTextToolbar = "_richTextToolbar_1gbkk_1";
|
|
52397
52383
|
const richTextToolbarContainer = "_richTextToolbarContainer_1gbkk_5";
|
|
52398
52384
|
const styles$g = {
|
|
@@ -53664,7 +53650,7 @@ var Handle$2 = /* @__PURE__ */ React$4.forwardRef(function(props, ref2) {
|
|
|
53664
53650
|
}
|
|
53665
53651
|
};
|
|
53666
53652
|
var positionStyle = getDirectionStyle(direction, value, min, max);
|
|
53667
|
-
var handleNode = /* @__PURE__ */ React$4.createElement("div", _extends$
|
|
53653
|
+
var handleNode = /* @__PURE__ */ React$4.createElement("div", _extends$4({
|
|
53668
53654
|
ref: ref2,
|
|
53669
53655
|
className: cx$2(handlePrefixCls, (_classNames = {}, _defineProperty$7(_classNames, "".concat(handlePrefixCls, "-").concat(valueIndex + 1), range2), _defineProperty$7(_classNames, "".concat(handlePrefixCls, "-dragging"), dragging), _classNames)),
|
|
53670
53656
|
style: _objectSpread2$1(_objectSpread2$1({}, positionStyle), style2),
|
|
@@ -53708,7 +53694,7 @@ var Handles = /* @__PURE__ */ React$4.forwardRef(function(props, ref2) {
|
|
|
53708
53694
|
};
|
|
53709
53695
|
});
|
|
53710
53696
|
return /* @__PURE__ */ React$4.createElement(React$4.Fragment, null, values2.map(function(value, index2) {
|
|
53711
|
-
return /* @__PURE__ */ React$4.createElement(Handle$2, _extends$
|
|
53697
|
+
return /* @__PURE__ */ React$4.createElement(Handle$2, _extends$4({
|
|
53712
53698
|
ref: function ref3(node2) {
|
|
53713
53699
|
if (!node2) {
|
|
53714
53700
|
delete handlesRef.current[index2];
|
|
@@ -55078,7 +55064,7 @@ Object.defineProperty(Handle$1, "__esModule", {
|
|
|
55078
55064
|
value: true
|
|
55079
55065
|
});
|
|
55080
55066
|
var default_1 = Handle$1.default = void 0;
|
|
55081
|
-
var _extends2 = _interopRequireDefault(
|
|
55067
|
+
var _extends2 = _interopRequireDefault(require$$2);
|
|
55082
55068
|
var _objectSpread2 = _interopRequireDefault(requireObjectSpread2());
|
|
55083
55069
|
var _defineProperty2 = _interopRequireDefault(requireDefineProperty());
|
|
55084
55070
|
var _objectWithoutProperties2 = _interopRequireDefault(requireObjectWithoutProperties());
|