@helpdice/ui 2.5.1 → 2.5.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.
- package/dist/auto-complete/index.js +999 -1249
- package/dist/index.d.ts +0 -1
- package/dist/index.js +999 -1249
- package/dist/input/index.d.ts +2 -2
- package/dist/input/index.js +999 -1249
- package/dist/input/{currency-input/components/CurrencyInput.d.ts → input-currency.d.ts} +1 -1
- package/{esm/input/phone-input/phone.d.ts → dist/input/input-phone.d.ts} +1 -1
- package/dist/input/{currency-input/components/utils → utils}/cleanValue.d.ts +1 -1
- package/dist/input/{currency-input/components/utils → utils}/formatValue.d.ts +1 -1
- package/dist/input/{currency-input/components/utils → utils}/getLocaleConfig.d.ts +1 -1
- package/dist/table/index.js +999 -1249
- package/esm/index.d.ts +0 -1
- package/esm/index.js +1 -1
- package/esm/input/index.d.ts +2 -2
- package/esm/input/index.js +2 -2
- package/esm/input/{currency-input/components/CurrencyInput.d.ts → input-currency.d.ts} +1 -1
- package/esm/input/{currency-input/components/CurrencyInput.js → input-currency.js} +2 -2
- package/{dist/input/phone-input/phone.d.ts → esm/input/input-phone.d.ts} +1 -1
- package/esm/input/input-phone.js +1166 -0
- package/esm/input/{currency-input/components/utils → utils}/cleanValue.d.ts +1 -1
- package/esm/input/{currency-input/components/utils → utils}/formatValue.d.ts +1 -1
- package/esm/input/{currency-input/components/utils → utils}/getLocaleConfig.d.ts +1 -1
- package/package.json +1 -1
- package/dist/input/currency-input/index.d.ts +0 -5
- package/dist/input/phone-input/index.d.ts +0 -2
- package/esm/input/currency-input/index.d.ts +0 -5
- package/esm/input/currency-input/index.js +0 -4
- package/esm/input/phone-input/index.d.ts +0 -2
- package/esm/input/phone-input/index.js +0 -2
- package/esm/input/phone-input/phone.js +0 -167
- /package/dist/input/{currency-input/components/CurrencyInputProps.d.ts → input-currency-props.d.ts} +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/escapeRegExp.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/fixedDecimalValue.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/getSuffix.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/index.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/isNumber.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/padTrimValue.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/parseAbbrValue.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/removeInvalidChars.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/removeSeparators.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/repositionCursor.d.ts +0 -0
- /package/esm/input/{currency-input/components/CurrencyInputProps.d.ts → input-currency-props.d.ts} +0 -0
- /package/esm/input/{currency-input/components/CurrencyInputProps.js → input-currency-props.js} +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/addSeparators.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/cleanValue.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/escapeRegExp.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/escapeRegExp.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/fixedDecimalValue.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/fixedDecimalValue.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/formatValue.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/getLocaleConfig.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/getSuffix.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/getSuffix.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/index.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/index.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/isNumber.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/isNumber.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/padTrimValue.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/padTrimValue.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/parseAbbrValue.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/parseAbbrValue.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/removeInvalidChars.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/removeInvalidChars.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/removeSeparators.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/removeSeparators.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/repositionCursor.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/repositionCursor.js +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { FC } from 'react';
|
|
2
|
-
import { CurrencyInputProps } from './
|
|
2
|
+
import { CurrencyInputProps } from './input-currency-props';
|
|
3
3
|
export declare const InputCurrency: FC<Omit<CurrencyInputProps, 'ref'>>;
|
|
4
4
|
declare const _default: React.ForwardRefExoticComponent<Omit<CurrencyInputProps, "ref"> & {
|
|
5
5
|
width?: string | number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CurrencyInputProps } from '../
|
|
1
|
+
import { CurrencyInputProps } from '../input-currency-props';
|
|
2
2
|
export type CleanValueOptions = Pick<CurrencyInputProps, 'decimalSeparator' | 'groupSeparator' | 'allowDecimals' | 'decimalsLimit' | 'allowNegativeValue' | 'disableAbbreviations' | 'prefix' | 'transformRawValue'> & {
|
|
3
3
|
value: string;
|
|
4
4
|
};
|