@helpdice/ui 2.6.1-beta.2 → 2.6.1-beta.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.
|
@@ -3794,7 +3794,7 @@ function CurrencyRangeInput(_ref) {
|
|
|
3794
3794
|
return function () {
|
|
3795
3795
|
return clearTimeout(handler);
|
|
3796
3796
|
};
|
|
3797
|
-
}, [isInvalid,
|
|
3797
|
+
}, [isInvalid, debounce, currentValue]);
|
|
3798
3798
|
var finalError = externalError !== null && externalError !== void 0 ? externalError : isInvalid;
|
|
3799
3799
|
var finalHelperText = externalHelperText !== null && externalHelperText !== void 0 ? externalHelperText : isInvalid ? "Max must be greater than min" : undefined;
|
|
3800
3800
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
package/dist/index.js
CHANGED
|
@@ -4131,7 +4131,7 @@ function CurrencyRangeInput(_ref) {
|
|
|
4131
4131
|
return function () {
|
|
4132
4132
|
return clearTimeout(handler);
|
|
4133
4133
|
};
|
|
4134
|
-
}, [isInvalid,
|
|
4134
|
+
}, [isInvalid, debounce, currentValue]);
|
|
4135
4135
|
var finalError = externalError !== null && externalError !== void 0 ? externalError : isInvalid;
|
|
4136
4136
|
var finalHelperText = externalHelperText !== null && externalHelperText !== void 0 ? externalHelperText : isInvalid ? "Max must be greater than min" : undefined;
|
|
4137
4137
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
package/dist/input/index.js
CHANGED
|
@@ -3780,7 +3780,7 @@ function CurrencyRangeInput(_ref) {
|
|
|
3780
3780
|
return function () {
|
|
3781
3781
|
return clearTimeout(handler);
|
|
3782
3782
|
};
|
|
3783
|
-
}, [isInvalid,
|
|
3783
|
+
}, [isInvalid, debounce, currentValue]);
|
|
3784
3784
|
var finalError = externalError !== null && externalError !== void 0 ? externalError : isInvalid;
|
|
3785
3785
|
var finalHelperText = externalHelperText !== null && externalHelperText !== void 0 ? externalHelperText : isInvalid ? "Max must be greater than min" : undefined;
|
|
3786
3786
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
package/dist/table/index.js
CHANGED
|
@@ -3830,7 +3830,7 @@ function CurrencyRangeInput(_ref) {
|
|
|
3830
3830
|
return function () {
|
|
3831
3831
|
return clearTimeout(handler);
|
|
3832
3832
|
};
|
|
3833
|
-
}, [isInvalid,
|
|
3833
|
+
}, [isInvalid, debounce, currentValue]);
|
|
3834
3834
|
var finalError = externalError !== null && externalError !== void 0 ? externalError : isInvalid;
|
|
3835
3835
|
var finalHelperText = externalHelperText !== null && externalHelperText !== void 0 ? externalHelperText : isInvalid ? "Max must be greater than min" : undefined;
|
|
3836
3836
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
@@ -53,7 +53,7 @@ function CurrencyRangeInput(_ref) {
|
|
|
53
53
|
return function () {
|
|
54
54
|
return clearTimeout(handler);
|
|
55
55
|
};
|
|
56
|
-
}, [isInvalid,
|
|
56
|
+
}, [isInvalid, debounce, currentValue]);
|
|
57
57
|
var finalError = externalError !== null && externalError !== void 0 ? externalError : isInvalid;
|
|
58
58
|
var finalHelperText = externalHelperText !== null && externalHelperText !== void 0 ? externalHelperText : isInvalid ? "Max must be greater than min" : undefined;
|
|
59
59
|
return /*#__PURE__*/React.createElement("div", {
|