@fileverse-dev/fortune-react 1.0.2-mod-61patch-1 → 1.0.2-mod-62

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.esm.js CHANGED
@@ -3056,7 +3056,7 @@ var ConditionRules = function ConditionRules(_ref) {
3056
3056
  ctx.rangeDialog.show = true;
3057
3057
  ctx.rangeDialog.type = selectType;
3058
3058
  ctx.rangeDialog.rangeTxt = ctx.conditionRules.rulesValue;
3059
- ctx.rangeDialog.singleSelect = true;
3059
+ ctx.rangeDialog.singleSelect = false;
3060
3060
  });
3061
3061
  }, [colorRules.cellColor, colorRules.textColor, hideDialog, setContext]);
3062
3062
  var close = useCallback(function (closeType) {
package/dist/index.js CHANGED
@@ -3068,7 +3068,7 @@ var ConditionRules = function ConditionRules(_ref) {
3068
3068
  ctx.rangeDialog.show = true;
3069
3069
  ctx.rangeDialog.type = selectType;
3070
3070
  ctx.rangeDialog.rangeTxt = ctx.conditionRules.rulesValue;
3071
- ctx.rangeDialog.singleSelect = true;
3071
+ ctx.rangeDialog.singleSelect = false;
3072
3072
  });
3073
3073
  }, [colorRules.cellColor, colorRules.textColor, hideDialog, setContext]);
3074
3074
  var close = React.useCallback(function (closeType) {