@lanaco/lnc-react-ui 3.11.5 → 3.11.6
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/lib/index.esm.js +4 -0
- package/lib/index.js +4 -0
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -45481,6 +45481,8 @@ var NumberInput = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
|
|
|
45481
45481
|
disabled: disabled,
|
|
45482
45482
|
readOnly: readOnly,
|
|
45483
45483
|
step: step,
|
|
45484
|
+
min: min,
|
|
45485
|
+
max: max,
|
|
45484
45486
|
defaultValue: defaultValue,
|
|
45485
45487
|
onFocus: handleFocus,
|
|
45486
45488
|
onBlur: handleBlur,
|
|
@@ -45498,6 +45500,8 @@ var NumberInput = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
|
|
|
45498
45500
|
disabled: disabled,
|
|
45499
45501
|
readOnly: readOnly,
|
|
45500
45502
|
step: step,
|
|
45503
|
+
min: min,
|
|
45504
|
+
max: max,
|
|
45501
45505
|
value: inputValue,
|
|
45502
45506
|
onFocus: handleFocus,
|
|
45503
45507
|
onBlur: handleBlur,
|
package/lib/index.js
CHANGED
|
@@ -45530,6 +45530,8 @@ var NumberInput = /*#__PURE__*/React__default["default"].forwardRef(function (pr
|
|
|
45530
45530
|
disabled: disabled,
|
|
45531
45531
|
readOnly: readOnly,
|
|
45532
45532
|
step: step,
|
|
45533
|
+
min: min,
|
|
45534
|
+
max: max,
|
|
45533
45535
|
defaultValue: defaultValue,
|
|
45534
45536
|
onFocus: handleFocus,
|
|
45535
45537
|
onBlur: handleBlur,
|
|
@@ -45547,6 +45549,8 @@ var NumberInput = /*#__PURE__*/React__default["default"].forwardRef(function (pr
|
|
|
45547
45549
|
disabled: disabled,
|
|
45548
45550
|
readOnly: readOnly,
|
|
45549
45551
|
step: step,
|
|
45552
|
+
min: min,
|
|
45553
|
+
max: max,
|
|
45550
45554
|
value: inputValue,
|
|
45551
45555
|
onFocus: handleFocus,
|
|
45552
45556
|
onBlur: handleBlur,
|