caplink-saas-ui-shared-component-library 1.97.1 → 1.98.0
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.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -42173,7 +42173,8 @@ function Lve(t, e) {
|
|
|
42173
42173
|
onClick: a,
|
|
42174
42174
|
decimalScale: x,
|
|
42175
42175
|
onValueChange: R,
|
|
42176
|
-
allowNegative:
|
|
42176
|
+
allowNegative: !0,
|
|
42177
|
+
isAllowed: b === !1 ? (A) => !A.value.includes("-") : void 0,
|
|
42177
42178
|
decimalSeparator: y,
|
|
42178
42179
|
thousandSeparator: v,
|
|
42179
42180
|
className: W(
|