,\n isIncrement: boolean\n ) => {\n event.preventDefault();\n inputRef.current?.focus();\n onStepHandleChange(isIncrement);\n if (shouldUseStepInterval) {\n onStepTimeoutRef.current = window.setTimeout(() => onStepLoop(isIncrement), stepHoldDelay);\n }\n };\n\n const onStepDone = () => {\n if (onStepTimeoutRef.current) {\n window.clearTimeout(onStepTimeoutRef.current);\n }\n onStepTimeoutRef.current = null;\n stepCountRef.current = 0;\n };\n\n const controls = (\n \n = max)}\n mod={{ direction: 'up' }}\n onMouseDown={(event) => event.preventDefault()}\n onPointerDown={(event) => {\n onStep(event, true);\n }}\n onPointerUp={onStepDone}\n onPointerLeave={onStepDone}\n >\n \n \n event.preventDefault()}\n onPointerDown={(event) => {\n onStep(event, false);\n }}\n onPointerUp={onStepDone}\n onPointerLeave={onStepDone}\n >\n \n \n
\n );\n\n return (\n {\n if (clampBehavior === 'strict') {\n if (isAllowed) {\n return isAllowed(val) && isInRange(val.floatValue, min, max);\n }\n\n return isInRange(val.floatValue, min, max);\n }\n\n return isAllowed ? isAllowed(val) : true;\n }}\n />\n );\n});\n\nNumberInput.classes = { ...InputBase.classes, ...classes };\nNumberInput.displayName = '@mantine/core/NumberInput';\n"],"names":["SourceType","cb","lastArgs","lastValue","__rest","s","e","t","p","Object","prototype","hasOwnProperty","call","indexOf","getOwnPropertySymbols","i","length","propertyIsEnumerable","noop","charIsNumber","char","match","isNil","val","isNotValidValue","isNaN","isFinite","escapeRegExp","str","replace","splitDecimal","numStr","allowNegative","hasNegation","addNegation","parts","split","beforeDecimal","afterDecimal","limitToScale","scale","fixedDecimalScale","filler","repeat","count","Array","join","toNumericString","num","_num","sign","substring","ref","coefficient","exponent","Number","decimalIndex","coffiecientLn","Math","abs","roundToPrecision","shouldHaveDecimalSeparator","floatValue","parseFloat","roundedDecimalParts","floatValueStr","toFixed","intPart","reverse","reduce","roundedStr","current","idx","toString","setCaretPosition","el","caretPos","value","createTextRange","range","move","select","selectionStart","focus","setSelectionRange","findChangeRange","prevValue","newValue","j","prevLength","newLength","from","start","end","to","undefined","args","len","arguments","every","index","apply","findChangedRangeFromCaretPositions","lastCaretPositions","currentCaretPosition","startPosition","min","selectionEnd","geInputCaretPosition","max","defaultIsCharacterSame","currentValue","formattedValue","currentValueIndex","formattedValueIndex","getCaretPosInBoundary","boundary","direction","valLn","lastIndexOf","caretUnknownFormatBoundary","boundaryAry","map","ln","Boolean","useInternalValues","defaultValue","valueIsNumericString","format","removeFormatting","onValueChange","callbackRef","getValues","numAsString","react__WEBPACK_IMPORTED_MODULE_0__","useRef","persistentCbRef","useState","values","setValues","_value","_valueIsNumericString","newValues","useMemo","sourceInfo","defaultRemoveFormatting","defaultFormat","NumberFormatBase","props","type","displayType","customInput","renderText","getInputRef","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","propValue","getCaretBoundary","isValidInputCharacter","isCharacterSame","otherProps","ref_0","onFormattedValueChange","caretPositionBeforeChange","lastUpdatedValue","_onValueChange","source","ref$1","mounted","setMounted","focusedElm","timeout","setCaretTimeout","focusTimeout","useEffect","clearTimeout","_format","getValueObject","setPatchedCaretPosition","setTimeout","correctCaretPosition","getNewCaretPosition","inputValue","newFormattedValue","caretBoundary","updatedCaretPos","getCaretPosition","lastFormattedValue","curValue","curCaretPos","firstAllowedPosition","findIndex","b","prefixFormat","slice","startsWith","curValLn","formattedValueLn","addedIndexMap","indexMap","isCharSame","pos","endIndex","startIndex","updateValueAndCaretPosition","params","input","event","lastNumAsString","useIsomorphicLayoutEffect","window","useLayoutEffect","formatInputValue","target","changeMeta","assign","_numAsString","_formattedValue","input$1","setCaretPositionInfoBeforeChange","endOffset","inputProps","inputMode","navigator","platform","test","expectedCaretPosition","key","isArrowKey","newCaretPosition","preventDefault","correctCaretPositionIfRequired","caretPosition","requestAnimationFrame","persist","currentTarget","createElement","Fragment","thousandsGroupRegex","decimalScale","prefix","suffix","thousandsGroupStyle","getSeparators","thousandSeparator","decimalSeparator","hasDecimalSeparator","getThousandsGroupRegex","search","allowedDecimalSeparators","NumericFormat","allowLeadingZeros","restProps","_removeFormatting","roundIncomingValueToPrecision","ref$1_0","numericFormatProps","validateAndUpdateProps","console","error","doubleNegationRegex","removeNegation","isBeforeDecimalSeparator","separator","stripNegation","hasDoubleNegation","charsToRemove","toMetadata","fromStart","fromEnd","updatedSuffixPart","suffixStartIndex","endsWith","negationRegex","firstIndex","ref$2","inputChar","curChar","newChar","typedRange","getDecimalSeparatorIndex","includes","fill","_thousandSeparator","fixLeadingZero","isNegative","NumberInputChevron","param","style","others","jsx","width","height","transform","viewBox","xmlns","children","d","fillRule","clipRule","leadingDecimalZeroPattern","leadingZerosPattern","isNumberString","canIncrement","MAX_SAFE_INTEGER","isInRange","minValid","defaultProps","step","clampBehavior","allowDecimal","withKeyboardEvents","trimLeadingZeroesOnBlur","startValue","varsResolver","createVarsResolver","_","size","controls","getSize","NumberInput","factory","_props","useProps","className","classNames","styles","unstyled","vars","hideControls","rightSection","onKeyDownCapture","handlersRef","disabled","rightSectionPointerEvents","readOnly","rightSectionWidth","stepHoldInterval","stepHoldDelay","getStyles","useStyles","name","classes","resolvedClassNames","resolvedStyles","useResolvedStylesApi","setValue","useUncontrolled","finalValue","shouldUseStepInterval","inputRef","onStepTimeoutRef","stepCountRef","getDecimalPlaces","String","adjustCursor","position","incrementRef","maxPrecision","factor","clamp","incrementedValue","round","decrementRef","minValue","MIN_SAFE_INTEGER","decrementedValue","assignRef","increment","decrement","onStepHandleChange","isIncrement","onStepLoop","interval","onStep","onStepDone","jsxs","UnstyledButton","tabIndex","mod","onMouseDown","onPointerDown","onPointerUp","onPointerLeave","InputBase","component","cx","root","useMergedRef","payload","isValidNumber","__staticSelector","concat","sanitizedValue","clampedValue","replaced","parsedValue","displayName"],"sourceRoot":""}