nexaas-ui-components 1.0.8 → 1.0.10
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.cjs +4 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/package.json +12 -7
package/dist/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import { create } from 'zustand';
|
|
|
8
8
|
import { parse, format, set, startOfWeek, endOfWeek, startOfMonth, endOfMonth, sub, subYears } from 'date-fns';
|
|
9
9
|
import { Switch, Popover, PopoverButton, PopoverPanel, Listbox, ListboxOptions, Combobox, ListboxOption } from '@headlessui/react';
|
|
10
10
|
import { Float } from '@headlessui-float/react';
|
|
11
|
-
import
|
|
11
|
+
import IntlCurrencyInput from 'react-intl-currency-input';
|
|
12
12
|
import _debounce from 'lodash/debounce';
|
|
13
13
|
import InputMask from 'react-input-mask';
|
|
14
14
|
import * as ReactModalNamespace from 'react-modal';
|
|
@@ -1703,7 +1703,6 @@ var FilterOptions = ({
|
|
|
1703
1703
|
}
|
|
1704
1704
|
);
|
|
1705
1705
|
};
|
|
1706
|
-
var IntlCurrencyInput = (IntlCurrencyInputModule == null ? void 0 : IntlCurrencyInputModule.default) || IntlCurrencyInputModule;
|
|
1707
1706
|
var InputMoney = forwardRef(
|
|
1708
1707
|
({
|
|
1709
1708
|
label,
|
|
@@ -2047,7 +2046,6 @@ function InputNumber({
|
|
|
2047
2046
|
);
|
|
2048
2047
|
}
|
|
2049
2048
|
InputNumber.displayName = "InputNumber";
|
|
2050
|
-
var IntlCurrencyInput2 = (IntlCurrencyInputModule == null ? void 0 : IntlCurrencyInputModule.default) || IntlCurrencyInputModule;
|
|
2051
2049
|
function InputPercentage({
|
|
2052
2050
|
label,
|
|
2053
2051
|
onClick,
|
|
@@ -2118,7 +2116,7 @@ function InputPercentage({
|
|
|
2118
2116
|
),
|
|
2119
2117
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
2120
2118
|
/* @__PURE__ */ jsx(
|
|
2121
|
-
|
|
2119
|
+
IntlCurrencyInput,
|
|
2122
2120
|
{
|
|
2123
2121
|
...inputProps,
|
|
2124
2122
|
...field,
|