@loja-integrada/admin-components 1.3.11 → 1.3.13
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/{chunk-JZ6ZGBZ4.js → chunk-2HRROLPC.js} +3 -3
- package/dist/{chunk-7Z3CCBLX.js → chunk-2VQ6QMMA.js} +1 -1
- package/dist/{chunk-SJ4MATMO.js → chunk-4WHAFSRB.js} +3 -3
- package/dist/{chunk-2GVW5KFA.js → chunk-6Z2GJXT6.js} +1 -1
- package/dist/{chunk-DTUPHCLQ.js → chunk-7CZUDCXY.js} +1 -1
- package/dist/{chunk-FUTNZL6T.js → chunk-7JT6B2LQ.js} +3 -3
- package/dist/{chunk-AOWUUFR5.js → chunk-7NYGOWFC.js} +2 -2
- package/dist/{chunk-NW24WOHT.js → chunk-ACI4XQMS.js} +1 -1
- package/dist/chunk-AGCI6C3Z.js +6 -0
- package/dist/{chunk-NLMTEH76.js → chunk-B3V3TXJU.js} +2 -2
- package/dist/{chunk-G3GCVCTU.js → chunk-BW4TJLAD.js} +1 -1
- package/dist/{chunk-7NXFX6TD.js → chunk-DCLZNUOB.js} +1 -1
- package/dist/{chunk-XBJTNIZL.js → chunk-FGRCQDIX.js} +3 -3
- package/dist/chunk-FGWYMPW3.js +8 -0
- package/dist/{chunk-7BT5L3CO.js → chunk-FSAQLD3H.js} +3 -3
- package/dist/{chunk-VJEJUVEB.js → chunk-GQ2PFXYP.js} +2 -2
- package/dist/{chunk-I7PCF2VW.js → chunk-J62DBIT2.js} +1 -1
- package/dist/{chunk-DIENJUYM.js → chunk-NRAIF4I3.js} +1 -1
- package/dist/{chunk-3BKW5XAK.js → chunk-NXRYURC6.js} +1 -1
- package/dist/{chunk-KC3CZW7X.js → chunk-OHHCT7ID.js} +3 -3
- package/dist/{chunk-QBZWMXWK.js → chunk-PLY7AVVE.js} +5 -5
- package/dist/{chunk-YJJ3LXL4.js → chunk-QEFCC7YX.js} +2 -2
- package/dist/{chunk-CHHJ6QHU.js → chunk-RLOTNDPD.js} +2 -2
- package/dist/{chunk-HZACKBIW.js → chunk-RMHFUFTQ.js} +3 -3
- package/dist/{chunk-MMWMFOBR.js → chunk-TJKZQP6P.js} +1 -1
- package/dist/{chunk-24I5R7CO.js → chunk-UF3JKCLY.js} +3 -3
- package/dist/{chunk-DSYXYZLE.js → chunk-UZZ5JUF7.js} +1 -1
- package/dist/{chunk-IPIBO3ES.js → chunk-VFFDRP2O.js} +1 -1
- package/dist/{chunk-5RIHTR6L.js → chunk-WPEH6OZ2.js} +1 -1
- package/dist/{chunk-EV2OD3S4.js → chunk-XH5SAPCB.js} +5 -5
- package/dist/{chunk-3AIXJSEP.js → chunk-XJGUMBPQ.js} +4 -4
- package/dist/{chunk-QU6QVH75.js → chunk-ZNDZCIEX.js} +2 -2
- package/dist/{chunk-3FGFVJD5.js → chunk-ZWW7VJFD.js} +2 -2
- package/dist/components/Button/index.js +3 -3
- package/dist/components/DataTable/index.js +6 -6
- package/dist/components/Icon/index.js +2 -2
- package/dist/components/IconCircular/index.js +3 -3
- package/dist/components/LoadingPlaceholder/index.js +2 -2
- package/dist/components/Modal/index.js +3 -3
- package/dist/components/SidebarFixed/index.js +3 -3
- package/dist/components/Table/index.js +2 -2
- package/dist/components/Tabs/index.js +2 -2
- package/dist/components/Timeline/index.js +4 -4
- package/dist/components/index.js +13 -13
- package/dist/forms/Calendar/index.js +20 -20
- package/dist/forms/Checkbox/index.js +3 -3
- package/dist/forms/Dropdown/index.js +6 -6
- package/dist/forms/Input/index.js +4 -4
- package/dist/forms/InputCurrency/InputCurrency.client.d.ts +43 -0
- package/dist/forms/InputCurrency/index.d.ts +1 -0
- package/dist/forms/InputCurrency/index.js +5 -0
- package/dist/forms/InputCurrency/utils.d.ts +22 -0
- package/dist/forms/InputHelpText/index.js +2 -2
- package/dist/forms/InputLabel/index.js +2 -2
- package/dist/forms/InputMask/index.js +5 -5
- package/dist/forms/InputWithUnit/index.js +9 -9
- package/dist/forms/Select/index.js +4 -4
- package/dist/forms/TextArea/index.js +4 -4
- package/dist/forms/index.d.ts +1 -0
- package/dist/forms/index.js +26 -25
- package/dist/index.js +34 -33
- package/dist/indicators/Alert/index.js +3 -3
- package/dist/indicators/Badge/index.js +2 -2
- package/dist/indicators/Tag/index.js +4 -4
- package/dist/indicators/Toast/index.js +3 -3
- package/dist/indicators/index.js +7 -7
- package/dist/layout/ActionBar/index.js +4 -4
- package/dist/layout/Box/index.js +3 -3
- package/dist/layout/Container/index.js +2 -2
- package/dist/layout/index.js +6 -6
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.js +1 -1
- package/dist/navigation/Breadcrumb/index.js +4 -4
- package/dist/navigation/HelpLink/index.js +3 -3
- package/dist/navigation/Pagination/index.js +6 -6
- package/dist/navigation/Stepper/index.js +2 -2
- package/dist/navigation/index.js +9 -9
- package/package.json +5 -1
- package/dist/chunk-REQIQLRI.js +0 -6
- /package/dist/{chunk-4AI5YWIB.js → chunk-PO2FGDAP.js} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as a$1 } from './chunk-DVFKTOCS.js';
|
|
2
|
-
import { a } from './chunk-
|
|
3
|
-
import { f, c, a as a$2, b, d, g } from './chunk-
|
|
4
|
-
import { a as a$3 } from './chunk-
|
|
2
|
+
import { a } from './chunk-NRAIF4I3.js';
|
|
3
|
+
import { f, c, a as a$2, b, d, g } from './chunk-TJKZQP6P.js';
|
|
4
|
+
import { a as a$3 } from './chunk-VFFDRP2O.js';
|
|
5
5
|
import { useReactTable, getCoreRowModel, flexRender } from '@tanstack/react-table';
|
|
6
6
|
import { memo, useState, useMemo, useEffect } from 'react';
|
|
7
7
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a } from './chunk-
|
|
2
|
-
import { a as a$1 } from './chunk-
|
|
3
|
-
import { a as a$2 } from './chunk-
|
|
1
|
+
import { a } from './chunk-2VQ6QMMA.js';
|
|
2
|
+
import { a as a$1 } from './chunk-BW4TJLAD.js';
|
|
3
|
+
import { a as a$2 } from './chunk-AGCI6C3Z.js';
|
|
4
4
|
import { cva } from 'class-variance-authority';
|
|
5
5
|
import h, { useMemo } from 'react';
|
|
6
6
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as a$1 } from './chunk-
|
|
2
|
-
import { a as a$2 } from './chunk-
|
|
3
|
-
import { a } from './chunk-
|
|
1
|
+
import { a as a$1 } from './chunk-VFFDRP2O.js';
|
|
2
|
+
import { a as a$2 } from './chunk-UZZ5JUF7.js';
|
|
3
|
+
import { a } from './chunk-AGCI6C3Z.js';
|
|
4
4
|
import N, { useState } from 'react';
|
|
5
5
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as a$1 } from './chunk-
|
|
2
|
-
import { a } from './chunk-
|
|
1
|
+
import { a as a$1 } from './chunk-UZZ5JUF7.js';
|
|
2
|
+
import { a } from './chunk-AGCI6C3Z.js';
|
|
3
3
|
import i from 'react';
|
|
4
4
|
import { ToastContainer, toast } from 'react-toastify';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { clsx } from 'clsx';
|
|
2
|
+
import { extendTailwindMerge } from 'tailwind-merge';
|
|
3
|
+
|
|
4
|
+
var s=["f1","f2","f3","f4","f5","f6","f7","f8"],r=extendTailwindMerge({extend:{classGroups:{"font-size":[{text:s}]},conflictingClassGroups:{"font-size":["leading","tracking"]}}});function l(...e){return r(clsx(e))}function u(...e){return t=>e.forEach(f=>c(f,t))}function c(e,t){if(typeof e=="function")e(t);else if(e){let f=e;f.current=t;}}
|
|
5
|
+
|
|
6
|
+
export { l as a, u as b, c };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as a$1 } from './chunk-
|
|
2
|
-
import { a } from './chunk-
|
|
1
|
+
import { a as a$1 } from './chunk-UZZ5JUF7.js';
|
|
2
|
+
import { a } from './chunk-AGCI6C3Z.js';
|
|
3
3
|
import { cva } from 'class-variance-authority';
|
|
4
4
|
import { memo } from 'react';
|
|
5
5
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as a$1 } from './chunk-
|
|
2
|
-
import { a as a$2 } from './chunk-
|
|
3
|
-
import { a } from './chunk-
|
|
1
|
+
import { a as a$1 } from './chunk-ZWW7VJFD.js';
|
|
2
|
+
import { a as a$2 } from './chunk-UZZ5JUF7.js';
|
|
3
|
+
import { a } from './chunk-AGCI6C3Z.js';
|
|
4
4
|
import { cva } from 'class-variance-authority';
|
|
5
5
|
import d from 'react';
|
|
6
6
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { a } from './chunk-4WHAFSRB.js';
|
|
2
|
+
import { b } from './chunk-AGCI6C3Z.js';
|
|
3
|
+
import K, { useCallback, useState, useMemo, useEffect } from 'react';
|
|
4
|
+
import { jsx } from 'react/jsx-runtime';
|
|
5
|
+
|
|
6
|
+
function C(u,r){let a=r.format,o=new globalThis.Intl.NumberFormat(r.locale,a).resolvedOptions();return u.toLocaleString(r.locale,{...o,style:"decimal"})}var I=1e15,m={BRL:{locale:"pt-BR",format:{style:"currency",currency:"BRL",minimumFractionDigits:2,maximumFractionDigits:2}},USD:{locale:"en-US",format:{style:"currency",currency:"USD",minimumFractionDigits:2,maximumFractionDigits:2}}};var H=({value:u=0,defaultValue:r,currency:a$1="BRL",max:o=I,autoFocus:f=!1,autoSelect:V=!1,autoReset:x=!1,onChange:F=()=>null,onBlur:k=()=>null,onFocus:v=()=>null,onKeyPress:R=()=>null,...D},h)=>{let s=m[a$1],M=useCallback(e=>{let t=e===document.activeElement;e&&f&&!t&&e.focus();},[f]),[B,i]=useState("0"),g=useMemo(()=>()=>{let{format:{maximumFractionDigits:e}}=s,t={...m[a$1],...s};return t.format.minimumFractionDigits=e,t},[a$1,s]),p=e=>typeof e=="number"?e:Number(e.toString().replace(/[^0-9-]/g,"")),E=e=>{let{format:{maximumFractionDigits:t}}=g(),n=e;return typeof e=="string"?(n=p(e),n%1!==0&&(n=n.toFixed(t))):n=Number.isInteger(e)?Number(e)*10**t:e.toFixed(t),p(n)/10**t},l=e=>{let t=E(e),n=C(t,g());return [t,n]},c=e=>{let[t,n]=l(e);if(!o&&o!==0||t<=o)return i(n),[t,n];{let[U,d]=l(o);return i(d),[U,d]}},S=e=>{e.preventDefault();let[t,n]=c(e.target.value);n&&F(e,t,n);},L=e=>{let[t,n]=c(e.target.value);x&&l(0),n&&k(e,t,n);},P=e=>{V&&e.target.select();let[t,n]=c(e.target.value);n&&v(e,t,n);},N=e=>R(e,e.key,e.keyCode);return useEffect(()=>{let e=u||r||0;Array.isArray(e)&&(e=e[0]??0);let[,t]=l(e.toString());i(t);},[a$1,u,r,s]),jsx(a,{...D,ref:b(M,h),value:B,onChange:S,onBlur:L,onFocus:P,onKeyUp:N,inputMode:"decimal"})},Y=K.forwardRef(H);
|
|
7
|
+
|
|
8
|
+
export { H as a, Y as b };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a } from './chunk-
|
|
2
|
-
import { a as a$1 } from './chunk-
|
|
3
|
-
import { a as a$2 } from './chunk-
|
|
1
|
+
import { a } from './chunk-2VQ6QMMA.js';
|
|
2
|
+
import { a as a$1 } from './chunk-BW4TJLAD.js';
|
|
3
|
+
import { a as a$2 } from './chunk-AGCI6C3Z.js';
|
|
4
4
|
import { cva } from 'class-variance-authority';
|
|
5
5
|
import x, { useMemo, useRef, useEffect } from 'react';
|
|
6
6
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as a$1 } from './chunk-
|
|
2
|
-
import { a } from './chunk-
|
|
1
|
+
import { a as a$1 } from './chunk-UZZ5JUF7.js';
|
|
2
|
+
import { a } from './chunk-AGCI6C3Z.js';
|
|
3
3
|
import f from 'react';
|
|
4
4
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { b } from './chunk-
|
|
1
|
+
import { b } from './chunk-RMHFUFTQ.js';
|
|
2
2
|
import { a as a$1 } from './chunk-DVFKTOCS.js';
|
|
3
|
-
import { a as a$2 } from './chunk-
|
|
4
|
-
import { a } from './chunk-
|
|
3
|
+
import { a as a$2 } from './chunk-UZZ5JUF7.js';
|
|
4
|
+
import { a } from './chunk-AGCI6C3Z.js';
|
|
5
5
|
import M, { useMemo, useEffect, useRef, useState } from 'react';
|
|
6
6
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
7
7
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as a$3 } from './chunk-
|
|
2
|
-
import { a as a$1 } from './chunk-
|
|
3
|
-
import { a } from './chunk-
|
|
4
|
-
import { a as a$4 } from './chunk-
|
|
5
|
-
import { a as a$2 } from './chunk-
|
|
1
|
+
import { a as a$3 } from './chunk-XH5SAPCB.js';
|
|
2
|
+
import { a as a$1 } from './chunk-ACI4XQMS.js';
|
|
3
|
+
import { a } from './chunk-2VQ6QMMA.js';
|
|
4
|
+
import { a as a$4 } from './chunk-BW4TJLAD.js';
|
|
5
|
+
import { a as a$2 } from './chunk-AGCI6C3Z.js';
|
|
6
6
|
import { forwardRef, useState } from 'react';
|
|
7
7
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as a$1 } from './chunk-
|
|
2
|
-
import { a as a$2 } from './chunk-
|
|
1
|
+
import { a as a$1 } from './chunk-UZZ5JUF7.js';
|
|
2
|
+
import { a as a$2 } from './chunk-AGCI6C3Z.js';
|
|
3
3
|
import g from 'react';
|
|
4
4
|
import { jsx, Fragment } from 'react/jsx-runtime';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as a$1 } from './chunk-
|
|
2
|
-
import { a } from './chunk-
|
|
1
|
+
import { a as a$1 } from './chunk-UZZ5JUF7.js';
|
|
2
|
+
import { a } from './chunk-AGCI6C3Z.js';
|
|
3
3
|
import w, { useState, useEffect, useMemo } from 'react';
|
|
4
4
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a } from './chunk-
|
|
2
|
-
import { a as a$1 } from './chunk-
|
|
3
|
-
import { a as a$2 } from './chunk-
|
|
1
|
+
import { a } from './chunk-2VQ6QMMA.js';
|
|
2
|
+
import { a as a$1 } from './chunk-BW4TJLAD.js';
|
|
3
|
+
import { a as a$2 } from './chunk-AGCI6C3Z.js';
|
|
4
4
|
import { cva } from 'class-variance-authority';
|
|
5
5
|
import b from 'react';
|
|
6
6
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as a$2 } from './chunk-
|
|
2
|
-
import { a } from './chunk-
|
|
3
|
-
import { a as a$1 } from './chunk-
|
|
1
|
+
import { a as a$2 } from './chunk-GQ2PFXYP.js';
|
|
2
|
+
import { a } from './chunk-UZZ5JUF7.js';
|
|
3
|
+
import { a as a$1 } from './chunk-AGCI6C3Z.js';
|
|
4
4
|
import { cva } from 'class-variance-authority';
|
|
5
5
|
import g from 'react';
|
|
6
6
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as a$1 } from './chunk-
|
|
2
|
-
import { a as a$4 } from './chunk-
|
|
3
|
-
import { a as a$2 } from './chunk-
|
|
4
|
-
import { a as a$3 } from './chunk-
|
|
5
|
-
import { a } from './chunk-
|
|
1
|
+
import { a as a$1 } from './chunk-2VQ6QMMA.js';
|
|
2
|
+
import { a as a$4 } from './chunk-NRAIF4I3.js';
|
|
3
|
+
import { a as a$2 } from './chunk-BW4TJLAD.js';
|
|
4
|
+
import { a as a$3 } from './chunk-UZZ5JUF7.js';
|
|
5
|
+
import { a } from './chunk-AGCI6C3Z.js';
|
|
6
6
|
import { cva } from 'class-variance-authority';
|
|
7
7
|
import w, { useMemo } from 'react';
|
|
8
8
|
import q, { components } from 'react-select';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { a as a$
|
|
4
|
-
import { a } from './chunk-
|
|
1
|
+
import { a as a$2 } from './chunk-ZWW7VJFD.js';
|
|
2
|
+
import { b } from './chunk-B3V3TXJU.js';
|
|
3
|
+
import { a as a$1 } from './chunk-ACI4XQMS.js';
|
|
4
|
+
import { a } from './chunk-UZZ5JUF7.js';
|
|
5
5
|
import { subDays, subMonths, addDays, parse, isBefore, isValid, isWithinInterval, isEqual, isAfter, format } from 'date-fns';
|
|
6
6
|
import { ptBR } from 'date-fns/locale/pt-BR';
|
|
7
7
|
import k, { useState, useRef, useEffect } from 'react';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as a$1 } from './chunk-
|
|
2
|
-
import { a } from './chunk-
|
|
1
|
+
import { a as a$1 } from './chunk-UZZ5JUF7.js';
|
|
2
|
+
import { a } from './chunk-AGCI6C3Z.js';
|
|
3
3
|
import { cva } from 'class-variance-authority';
|
|
4
4
|
import _, { useState, useEffect } from 'react';
|
|
5
5
|
import O from 'react-modal';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as a$1 } from './chunk-
|
|
2
|
-
import { a } from './chunk-
|
|
1
|
+
import { a as a$1 } from './chunk-UZZ5JUF7.js';
|
|
2
|
+
import { a } from './chunk-AGCI6C3Z.js';
|
|
3
3
|
import { cva } from 'class-variance-authority';
|
|
4
4
|
import d from 'react';
|
|
5
5
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { a as Button } from '../../chunk-
|
|
1
|
+
export { a as Button } from '../../chunk-ZWW7VJFD.js';
|
|
2
2
|
import '../../chunk-LTWCICTK.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
4
4
|
import '../../chunk-GBF42RXK.js';
|
|
5
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use client";export { a as DataTable } from '../../chunk-
|
|
1
|
+
"use client";export { a as DataTable } from '../../chunk-2HRROLPC.js';
|
|
2
2
|
import '../../chunk-DVFKTOCS.js';
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-NRAIF4I3.js';
|
|
4
|
+
import '../../chunk-BW4TJLAD.js';
|
|
5
|
+
import '../../chunk-TJKZQP6P.js';
|
|
6
|
+
import '../../chunk-VFFDRP2O.js';
|
|
7
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { a as IconCircular } from '../../chunk-
|
|
1
|
+
export { a as IconCircular } from '../../chunk-QEFCC7YX.js';
|
|
2
2
|
import '../../chunk-LTWCICTK.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
4
4
|
import '../../chunk-GBF42RXK.js';
|
|
5
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as LoadingPlaceholder } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { a as LoadingPlaceholder } from '../../chunk-VFFDRP2O.js';
|
|
2
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client";export { a as Modal } from '../../chunk-
|
|
1
|
+
"use client";export { a as Modal } from '../../chunk-ZNDZCIEX.js';
|
|
2
2
|
import '../../chunk-LTWCICTK.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
4
4
|
import '../../chunk-GBF42RXK.js';
|
|
5
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client";export { a as SidebarFixed } from '../../chunk-
|
|
1
|
+
"use client";export { a as SidebarFixed } from '../../chunk-6Z2GJXT6.js';
|
|
2
2
|
import '../../chunk-LTWCICTK.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
4
4
|
import '../../chunk-GBF42RXK.js';
|
|
5
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as Table, d as TableBody, h as TableCaption, g as TableCell, e as TableFooter, c as TableHead, b as TableHeader, f as TableRow } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { a as Table, d as TableBody, h as TableCaption, g as TableCell, e as TableFooter, c as TableHead, b as TableHeader, f as TableRow } from '../../chunk-TJKZQP6P.js';
|
|
2
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";export { a as Tabs } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
"use client";export { a as Tabs } from '../../chunk-WPEH6OZ2.js';
|
|
2
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
"use client";export { a as Timeline } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
"use client";export { a as Timeline } from '../../chunk-7JT6B2LQ.js';
|
|
2
|
+
import '../../chunk-VFFDRP2O.js';
|
|
3
3
|
import '../../chunk-LTWCICTK.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
5
5
|
import '../../chunk-GBF42RXK.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-AGCI6C3Z.js';
|
package/dist/components/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import '../chunk-KN7DOGNL.js';
|
|
2
|
-
export { a as IconCircular } from '../chunk-
|
|
3
|
-
export { a as Button } from '../chunk-
|
|
4
|
-
export { a as DataTable } from '../chunk-
|
|
2
|
+
export { a as IconCircular } from '../chunk-QEFCC7YX.js';
|
|
3
|
+
export { a as Button } from '../chunk-ZWW7VJFD.js';
|
|
4
|
+
export { a as DataTable } from '../chunk-2HRROLPC.js';
|
|
5
5
|
import '../chunk-DVFKTOCS.js';
|
|
6
|
-
import '../chunk-
|
|
7
|
-
import '../chunk-
|
|
8
|
-
export { a as Modal } from '../chunk-
|
|
9
|
-
export { a as SidebarFixed } from '../chunk-
|
|
10
|
-
export { a as Table, d as TableBody, h as TableCaption, g as TableCell, e as TableFooter, c as TableHead, b as TableHeader, f as TableRow } from '../chunk-
|
|
11
|
-
export { a as Tabs } from '../chunk-
|
|
12
|
-
export { a as Timeline } from '../chunk-
|
|
13
|
-
export { a as LoadingPlaceholder } from '../chunk-
|
|
6
|
+
import '../chunk-NRAIF4I3.js';
|
|
7
|
+
import '../chunk-BW4TJLAD.js';
|
|
8
|
+
export { a as Modal } from '../chunk-ZNDZCIEX.js';
|
|
9
|
+
export { a as SidebarFixed } from '../chunk-6Z2GJXT6.js';
|
|
10
|
+
export { a as Table, d as TableBody, h as TableCaption, g as TableCell, e as TableFooter, c as TableHead, b as TableHeader, f as TableRow } from '../chunk-TJKZQP6P.js';
|
|
11
|
+
export { a as Tabs } from '../chunk-WPEH6OZ2.js';
|
|
12
|
+
export { a as Timeline } from '../chunk-7JT6B2LQ.js';
|
|
13
|
+
export { a as LoadingPlaceholder } from '../chunk-VFFDRP2O.js';
|
|
14
14
|
import '../chunk-LTWCICTK.js';
|
|
15
|
-
export { a as Icon } from '../chunk-
|
|
15
|
+
export { a as Icon } from '../chunk-UZZ5JUF7.js';
|
|
16
16
|
import '../chunk-GBF42RXK.js';
|
|
17
|
-
import '../chunk-
|
|
17
|
+
import '../chunk-AGCI6C3Z.js';
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
"use client";export { a as Calendar } from '../../chunk-
|
|
1
|
+
"use client";export { a as Calendar } from '../../chunk-XJGUMBPQ.js';
|
|
2
2
|
import '../../chunk-KN7DOGNL.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-QEFCC7YX.js';
|
|
4
4
|
import '../../chunk-DBWOW4GL.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-7CZUDCXY.js';
|
|
6
|
+
import '../../chunk-ZWW7VJFD.js';
|
|
7
|
+
import '../../chunk-B3V3TXJU.js';
|
|
8
|
+
import '../../chunk-NXRYURC6.js';
|
|
8
9
|
import '../../chunk-L6H2NDVS.js';
|
|
9
|
-
import '../../chunk-
|
|
10
|
-
import '../../chunk-
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-
|
|
13
|
-
import '../../chunk-JZ6ZGBZ4.js';
|
|
10
|
+
import '../../chunk-ACI4XQMS.js';
|
|
11
|
+
import '../../chunk-4WHAFSRB.js';
|
|
12
|
+
import '../../chunk-2VQ6QMMA.js';
|
|
13
|
+
import '../../chunk-2HRROLPC.js';
|
|
14
14
|
import '../../chunk-DVFKTOCS.js';
|
|
15
|
-
import '../../chunk-
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
19
|
-
import '../../chunk-
|
|
20
|
-
import '../../chunk-
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
15
|
+
import '../../chunk-NRAIF4I3.js';
|
|
16
|
+
import '../../chunk-BW4TJLAD.js';
|
|
17
|
+
import '../../chunk-ZNDZCIEX.js';
|
|
18
|
+
import '../../chunk-6Z2GJXT6.js';
|
|
19
|
+
import '../../chunk-TJKZQP6P.js';
|
|
20
|
+
import '../../chunk-WPEH6OZ2.js';
|
|
21
|
+
import '../../chunk-7JT6B2LQ.js';
|
|
22
|
+
import '../../chunk-VFFDRP2O.js';
|
|
23
23
|
import '../../chunk-LTWCICTK.js';
|
|
24
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
25
25
|
import '../../chunk-GBF42RXK.js';
|
|
26
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use client";export { a as Checkbox } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
1
|
+
"use client";export { a as Checkbox } from '../../chunk-NRAIF4I3.js';
|
|
2
|
+
import '../../chunk-BW4TJLAD.js';
|
|
3
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use client";export { a as Dropdown } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
1
|
+
"use client";export { a as Dropdown } from '../../chunk-XH5SAPCB.js';
|
|
2
|
+
import '../../chunk-2VQ6QMMA.js';
|
|
3
|
+
import '../../chunk-NRAIF4I3.js';
|
|
4
|
+
import '../../chunk-BW4TJLAD.js';
|
|
5
5
|
import '../../chunk-LTWCICTK.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
7
7
|
import '../../chunk-GBF42RXK.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as Input } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
1
|
+
export { a as Input } from '../../chunk-4WHAFSRB.js';
|
|
2
|
+
import '../../chunk-2VQ6QMMA.js';
|
|
3
|
+
import '../../chunk-BW4TJLAD.js';
|
|
4
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { InputProps } from '../Input';
|
|
3
|
+
import { defaultIntlConfig } from './utils';
|
|
4
|
+
export declare const InputCurrencyComponent: ({ value, defaultValue, currency, max, autoFocus, autoSelect, autoReset, onChange, onBlur, onFocus, onKeyPress, ...otherProps }: InputCurrencyProps, ref: React.ForwardedRef<HTMLInputElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const InputCurrency: React.ForwardRefExoticComponent<InputCurrencyProps & React.RefAttributes<HTMLInputElement>>;
|
|
6
|
+
export interface InputCurrencyProps extends Omit<InputProps, 'onChange' | 'onBlur' | 'onFocus' | 'onKeyPress'> {
|
|
7
|
+
/** Currency to format value to
|
|
8
|
+
* @default 'BRL'
|
|
9
|
+
* */
|
|
10
|
+
currency?: keyof typeof defaultIntlConfig;
|
|
11
|
+
/** Max value allowed
|
|
12
|
+
* @default 1000000000000000
|
|
13
|
+
* */
|
|
14
|
+
max?: number;
|
|
15
|
+
/** Should auto focus
|
|
16
|
+
* @default false
|
|
17
|
+
* */
|
|
18
|
+
autoFocus?: boolean;
|
|
19
|
+
/** Should auto select
|
|
20
|
+
* @default false
|
|
21
|
+
* */
|
|
22
|
+
autoSelect?: boolean;
|
|
23
|
+
/** Should auto reset
|
|
24
|
+
* @default false
|
|
25
|
+
* */
|
|
26
|
+
autoReset?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* onChange with additional params: (event, value, maskedValue)
|
|
29
|
+
* */
|
|
30
|
+
onChange?: (arg0: InputEvent, arg1: string | number, arg2: string | number) => void;
|
|
31
|
+
/**
|
|
32
|
+
* onBlur with additional params: (event, value, maskedValue)
|
|
33
|
+
* */
|
|
34
|
+
onBlur?: (arg0: InputEvent, arg1: string | number, arg2: string | number) => void;
|
|
35
|
+
/**
|
|
36
|
+
* onFocus with additional params: (event, value, maskedValue)
|
|
37
|
+
* */
|
|
38
|
+
onFocus?: (arg0: InputEvent, arg1: string | number, arg2: string | number) => void;
|
|
39
|
+
/**
|
|
40
|
+
* onKeyPress with additional params: (event, key, keyCode)
|
|
41
|
+
* */
|
|
42
|
+
onKeyPress?: (arg0: InputEvent, arg1: string | number, arg2: string | number) => void;
|
|
43
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './InputCurrency.client';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare function formatCurrency(value: string | number, localeConfig: any): string;
|
|
2
|
+
export declare const defaultMaxValue = 1000000000000000;
|
|
3
|
+
export declare const defaultIntlConfig: {
|
|
4
|
+
BRL: {
|
|
5
|
+
locale: string;
|
|
6
|
+
format: {
|
|
7
|
+
style: string;
|
|
8
|
+
currency: string;
|
|
9
|
+
minimumFractionDigits: number;
|
|
10
|
+
maximumFractionDigits: number;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
USD: {
|
|
14
|
+
locale: string;
|
|
15
|
+
format: {
|
|
16
|
+
style: string;
|
|
17
|
+
currency: string;
|
|
18
|
+
minimumFractionDigits: number;
|
|
19
|
+
maximumFractionDigits: number;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as InputHelpText } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { a as InputHelpText } from '../../chunk-BW4TJLAD.js';
|
|
2
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as InputLabel } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { a as InputLabel } from '../../chunk-2VQ6QMMA.js';
|
|
2
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client";export { a as InputMask } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
5
|
-
import '../../chunk-
|
|
1
|
+
"use client";export { a as InputMask } from '../../chunk-ACI4XQMS.js';
|
|
2
|
+
import '../../chunk-4WHAFSRB.js';
|
|
3
|
+
import '../../chunk-2VQ6QMMA.js';
|
|
4
|
+
import '../../chunk-BW4TJLAD.js';
|
|
5
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use client";export { a as DEFAULT_UNITS, b as InputWithUnit } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
1
|
+
"use client";export { a as DEFAULT_UNITS, b as InputWithUnit } from '../../chunk-PLY7AVVE.js';
|
|
2
|
+
import '../../chunk-XH5SAPCB.js';
|
|
3
|
+
import '../../chunk-ACI4XQMS.js';
|
|
4
|
+
import '../../chunk-4WHAFSRB.js';
|
|
5
|
+
import '../../chunk-2VQ6QMMA.js';
|
|
6
|
+
import '../../chunk-NRAIF4I3.js';
|
|
7
|
+
import '../../chunk-BW4TJLAD.js';
|
|
8
8
|
import '../../chunk-LTWCICTK.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
10
10
|
import '../../chunk-GBF42RXK.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { b as Select, a as SelectComponent } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
1
|
+
export { b as Select, a as SelectComponent } from '../../chunk-RMHFUFTQ.js';
|
|
2
|
+
import '../../chunk-2VQ6QMMA.js';
|
|
3
|
+
import '../../chunk-BW4TJLAD.js';
|
|
4
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as TextArea } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
1
|
+
export { a as TextArea } from '../../chunk-FSAQLD3H.js';
|
|
2
|
+
import '../../chunk-2VQ6QMMA.js';
|
|
3
|
+
import '../../chunk-BW4TJLAD.js';
|
|
4
|
+
import '../../chunk-AGCI6C3Z.js';
|
package/dist/forms/index.d.ts
CHANGED
package/dist/forms/index.js
CHANGED
|
@@ -1,32 +1,33 @@
|
|
|
1
|
-
import '../chunk-
|
|
2
|
-
export { a as TextArea } from '../chunk-
|
|
3
|
-
export { b as Select, a as SelectComponent } from '../chunk-
|
|
4
|
-
export { a as Calendar } from '../chunk-
|
|
1
|
+
import '../chunk-PO2FGDAP.js';
|
|
2
|
+
export { a as TextArea } from '../chunk-FSAQLD3H.js';
|
|
3
|
+
export { b as Select, a as SelectComponent } from '../chunk-RMHFUFTQ.js';
|
|
4
|
+
export { a as Calendar } from '../chunk-XJGUMBPQ.js';
|
|
5
5
|
import '../chunk-KN7DOGNL.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-QEFCC7YX.js';
|
|
7
7
|
import '../chunk-DBWOW4GL.js';
|
|
8
|
-
import '../chunk-
|
|
9
|
-
import '../chunk-
|
|
10
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-7CZUDCXY.js';
|
|
9
|
+
import '../chunk-ZWW7VJFD.js';
|
|
10
|
+
import '../chunk-B3V3TXJU.js';
|
|
11
|
+
import '../chunk-NXRYURC6.js';
|
|
11
12
|
import '../chunk-L6H2NDVS.js';
|
|
12
|
-
export {
|
|
13
|
-
export { a as
|
|
14
|
-
export { a as
|
|
15
|
-
export { a as
|
|
16
|
-
export { a as
|
|
13
|
+
export { b as InputCurrency, a as InputCurrencyComponent } from '../chunk-FGWYMPW3.js';
|
|
14
|
+
export { a as DEFAULT_UNITS, b as InputWithUnit } from '../chunk-PLY7AVVE.js';
|
|
15
|
+
export { a as Dropdown } from '../chunk-XH5SAPCB.js';
|
|
16
|
+
export { a as InputMask } from '../chunk-ACI4XQMS.js';
|
|
17
|
+
export { a as Input } from '../chunk-4WHAFSRB.js';
|
|
18
|
+
export { a as InputLabel } from '../chunk-2VQ6QMMA.js';
|
|
17
19
|
export { a as Toggle } from '../chunk-K4PEKBET.js';
|
|
18
|
-
import '../chunk-
|
|
19
|
-
import '../chunk-JZ6ZGBZ4.js';
|
|
20
|
+
import '../chunk-2HRROLPC.js';
|
|
20
21
|
import '../chunk-DVFKTOCS.js';
|
|
21
|
-
export { a as Checkbox } from '../chunk-
|
|
22
|
-
export { a as InputHelpText } from '../chunk-
|
|
23
|
-
import '../chunk-
|
|
24
|
-
import '../chunk-
|
|
25
|
-
import '../chunk-
|
|
26
|
-
import '../chunk-
|
|
27
|
-
import '../chunk-
|
|
28
|
-
import '../chunk-
|
|
22
|
+
export { a as Checkbox } from '../chunk-NRAIF4I3.js';
|
|
23
|
+
export { a as InputHelpText } from '../chunk-BW4TJLAD.js';
|
|
24
|
+
import '../chunk-ZNDZCIEX.js';
|
|
25
|
+
import '../chunk-6Z2GJXT6.js';
|
|
26
|
+
import '../chunk-TJKZQP6P.js';
|
|
27
|
+
import '../chunk-WPEH6OZ2.js';
|
|
28
|
+
import '../chunk-7JT6B2LQ.js';
|
|
29
|
+
import '../chunk-VFFDRP2O.js';
|
|
29
30
|
import '../chunk-LTWCICTK.js';
|
|
30
|
-
import '../chunk-
|
|
31
|
+
import '../chunk-UZZ5JUF7.js';
|
|
31
32
|
import '../chunk-GBF42RXK.js';
|
|
32
|
-
import '../chunk-
|
|
33
|
+
import '../chunk-AGCI6C3Z.js';
|
package/dist/index.js
CHANGED
|
@@ -1,43 +1,44 @@
|
|
|
1
|
-
import './chunk-
|
|
2
|
-
export { a as TextArea } from './chunk-
|
|
1
|
+
import './chunk-PO2FGDAP.js';
|
|
2
|
+
export { a as TextArea } from './chunk-FSAQLD3H.js';
|
|
3
3
|
import './chunk-7RP4L6ZM.js';
|
|
4
4
|
import './chunk-4PUGMMDC.js';
|
|
5
|
-
export { a as
|
|
6
|
-
export {
|
|
5
|
+
export { c as DEFAULT_OPTIONS, d as Pagination, a as PaginationInfo, b as PaginationNav } from './chunk-OHHCT7ID.js';
|
|
6
|
+
export { a as Stepper } from './chunk-J62DBIT2.js';
|
|
7
|
+
export { b as Select, a as SelectComponent } from './chunk-RMHFUFTQ.js';
|
|
8
|
+
export { a as Tag } from './chunk-FGRCQDIX.js';
|
|
9
|
+
export { b as ToastContainer, a as notify } from './chunk-7NYGOWFC.js';
|
|
7
10
|
export { a as Tooltip } from './chunk-TZI6YTCW.js';
|
|
8
|
-
export { a as Breadcrumb } from './chunk-
|
|
9
|
-
export { a as HelpLink } from './chunk-
|
|
10
|
-
export {
|
|
11
|
-
export { b as Select, a as SelectComponent } from './chunk-HZACKBIW.js';
|
|
12
|
-
export { a as Calendar } from './chunk-3AIXJSEP.js';
|
|
11
|
+
export { a as Breadcrumb } from './chunk-UF3JKCLY.js';
|
|
12
|
+
export { a as HelpLink } from './chunk-GQ2PFXYP.js';
|
|
13
|
+
export { a as Calendar } from './chunk-XJGUMBPQ.js';
|
|
13
14
|
import './chunk-KN7DOGNL.js';
|
|
14
|
-
export { a as IconCircular } from './chunk-
|
|
15
|
+
export { a as IconCircular } from './chunk-QEFCC7YX.js';
|
|
15
16
|
import './chunk-DBWOW4GL.js';
|
|
16
|
-
export { a as ActionBar } from './chunk-
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
17
|
+
export { a as ActionBar } from './chunk-7CZUDCXY.js';
|
|
18
|
+
export { a as Button } from './chunk-ZWW7VJFD.js';
|
|
19
|
+
export { b as Box, d as BoxContent, c as BoxHeader, a as BoxSeparator } from './chunk-B3V3TXJU.js';
|
|
20
|
+
export { a as Container, b as ContainerHeader } from './chunk-NXRYURC6.js';
|
|
19
21
|
import './chunk-L6H2NDVS.js';
|
|
20
|
-
export {
|
|
21
|
-
export { a as
|
|
22
|
-
export { a as
|
|
23
|
-
export { a as
|
|
24
|
-
export { a as
|
|
22
|
+
export { b as InputCurrency, a as InputCurrencyComponent } from './chunk-FGWYMPW3.js';
|
|
23
|
+
export { a as DEFAULT_UNITS, b as InputWithUnit } from './chunk-PLY7AVVE.js';
|
|
24
|
+
export { a as Dropdown } from './chunk-XH5SAPCB.js';
|
|
25
|
+
export { a as InputMask } from './chunk-ACI4XQMS.js';
|
|
26
|
+
export { a as Input } from './chunk-4WHAFSRB.js';
|
|
27
|
+
export { a as InputLabel } from './chunk-2VQ6QMMA.js';
|
|
25
28
|
export { a as Toggle } from './chunk-K4PEKBET.js';
|
|
26
|
-
export { a as Alert } from './chunk-
|
|
27
|
-
export { a as Badge } from './chunk-
|
|
28
|
-
export { a as
|
|
29
|
-
export { a as Button } from './chunk-3FGFVJD5.js';
|
|
30
|
-
export { a as DataTable } from './chunk-JZ6ZGBZ4.js';
|
|
29
|
+
export { a as Alert } from './chunk-RLOTNDPD.js';
|
|
30
|
+
export { a as Badge } from './chunk-DCLZNUOB.js';
|
|
31
|
+
export { a as DataTable } from './chunk-2HRROLPC.js';
|
|
31
32
|
import './chunk-DVFKTOCS.js';
|
|
32
|
-
export { a as Checkbox } from './chunk-
|
|
33
|
-
export { a as InputHelpText } from './chunk-
|
|
34
|
-
export { a as Modal } from './chunk-
|
|
35
|
-
export { a as SidebarFixed } from './chunk-
|
|
36
|
-
export { a as Table, d as TableBody, h as TableCaption, g as TableCell, e as TableFooter, c as TableHead, b as TableHeader, f as TableRow } from './chunk-
|
|
37
|
-
export { a as Tabs } from './chunk-
|
|
38
|
-
export { a as Timeline } from './chunk-
|
|
39
|
-
export { a as LoadingPlaceholder } from './chunk-
|
|
33
|
+
export { a as Checkbox } from './chunk-NRAIF4I3.js';
|
|
34
|
+
export { a as InputHelpText } from './chunk-BW4TJLAD.js';
|
|
35
|
+
export { a as Modal } from './chunk-ZNDZCIEX.js';
|
|
36
|
+
export { a as SidebarFixed } from './chunk-6Z2GJXT6.js';
|
|
37
|
+
export { a as Table, d as TableBody, h as TableCaption, g as TableCell, e as TableFooter, c as TableHead, b as TableHeader, f as TableRow } from './chunk-TJKZQP6P.js';
|
|
38
|
+
export { a as Tabs } from './chunk-WPEH6OZ2.js';
|
|
39
|
+
export { a as Timeline } from './chunk-7JT6B2LQ.js';
|
|
40
|
+
export { a as LoadingPlaceholder } from './chunk-VFFDRP2O.js';
|
|
40
41
|
import './chunk-LTWCICTK.js';
|
|
41
|
-
export { a as Icon } from './chunk-
|
|
42
|
+
export { a as Icon } from './chunk-UZZ5JUF7.js';
|
|
42
43
|
import './chunk-GBF42RXK.js';
|
|
43
|
-
import './chunk-
|
|
44
|
+
import './chunk-AGCI6C3Z.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client";export { a as Alert } from '../../chunk-
|
|
1
|
+
"use client";export { a as Alert } from '../../chunk-RLOTNDPD.js';
|
|
2
2
|
import '../../chunk-LTWCICTK.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
4
4
|
import '../../chunk-GBF42RXK.js';
|
|
5
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as Badge } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { a as Badge } from '../../chunk-DCLZNUOB.js';
|
|
2
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { a as Tag } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { a as Tag } from '../../chunk-FGRCQDIX.js';
|
|
2
|
+
import '../../chunk-ZWW7VJFD.js';
|
|
3
3
|
import '../../chunk-LTWCICTK.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
5
5
|
import '../../chunk-GBF42RXK.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client";export { b as ToastContainer, a as notify } from '../../chunk-
|
|
1
|
+
"use client";export { b as ToastContainer, a as notify } from '../../chunk-7NYGOWFC.js';
|
|
2
2
|
import '../../chunk-LTWCICTK.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
4
4
|
import '../../chunk-GBF42RXK.js';
|
|
5
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-AGCI6C3Z.js';
|
package/dist/indicators/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '../chunk-7RP4L6ZM.js';
|
|
2
|
-
export {
|
|
2
|
+
export { a as Tag } from '../chunk-FGRCQDIX.js';
|
|
3
|
+
export { b as ToastContainer, a as notify } from '../chunk-7NYGOWFC.js';
|
|
3
4
|
export { a as Tooltip } from '../chunk-TZI6YTCW.js';
|
|
4
|
-
|
|
5
|
-
export { a as
|
|
6
|
-
export { a as
|
|
7
|
-
import '../chunk-3FGFVJD5.js';
|
|
5
|
+
import '../chunk-ZWW7VJFD.js';
|
|
6
|
+
export { a as Alert } from '../chunk-RLOTNDPD.js';
|
|
7
|
+
export { a as Badge } from '../chunk-DCLZNUOB.js';
|
|
8
8
|
import '../chunk-LTWCICTK.js';
|
|
9
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-UZZ5JUF7.js';
|
|
10
10
|
import '../chunk-GBF42RXK.js';
|
|
11
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-AGCI6C3Z.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use client";export { a as ActionBar } from '../../chunk-
|
|
1
|
+
"use client";export { a as ActionBar } from '../../chunk-7CZUDCXY.js';
|
|
2
|
+
import '../../chunk-ZWW7VJFD.js';
|
|
2
3
|
import '../../chunk-L6H2NDVS.js';
|
|
3
|
-
import '../../chunk-3FGFVJD5.js';
|
|
4
4
|
import '../../chunk-LTWCICTK.js';
|
|
5
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
6
6
|
import '../../chunk-GBF42RXK.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-AGCI6C3Z.js';
|
package/dist/layout/Box/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { b as Box, d as BoxContent, c as BoxHeader, a as BoxSeparator } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { b as Box, d as BoxContent, c as BoxHeader, a as BoxSeparator } from '../../chunk-B3V3TXJU.js';
|
|
2
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
3
3
|
import '../../chunk-GBF42RXK.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { a as Container, b as ContainerHeader } from '../../chunk-
|
|
1
|
+
export { a as Container, b as ContainerHeader } from '../../chunk-NXRYURC6.js';
|
|
2
2
|
import '../../chunk-L6H2NDVS.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-AGCI6C3Z.js';
|
package/dist/layout/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '../chunk-DBWOW4GL.js';
|
|
2
|
-
export { a as ActionBar } from '../chunk-
|
|
3
|
-
|
|
4
|
-
export {
|
|
2
|
+
export { a as ActionBar } from '../chunk-7CZUDCXY.js';
|
|
3
|
+
import '../chunk-ZWW7VJFD.js';
|
|
4
|
+
export { b as Box, d as BoxContent, c as BoxHeader, a as BoxSeparator } from '../chunk-B3V3TXJU.js';
|
|
5
|
+
export { a as Container, b as ContainerHeader } from '../chunk-NXRYURC6.js';
|
|
5
6
|
import '../chunk-L6H2NDVS.js';
|
|
6
|
-
import '../chunk-3FGFVJD5.js';
|
|
7
7
|
import '../chunk-LTWCICTK.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-UZZ5JUF7.js';
|
|
9
9
|
import '../chunk-GBF42RXK.js';
|
|
10
|
-
import '../chunk-
|
|
10
|
+
import '../chunk-AGCI6C3Z.js';
|
package/dist/lib/utils.d.ts
CHANGED
|
@@ -1,2 +1,5 @@
|
|
|
1
1
|
import { type ClassValue } from 'clsx';
|
|
2
|
+
import { Ref } from 'react';
|
|
2
3
|
export declare function cn(...inputs: ClassValue[]): string;
|
|
4
|
+
export declare function composeRefs<T>(...refs: Array<Ref<T>>): (value: T) => void;
|
|
5
|
+
export declare function setRef<T>(ref: Ref<T>, value: any): void;
|
package/dist/lib/utils.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as cn } from '../chunk-
|
|
1
|
+
export { a as cn, b as composeRefs, c as setRef } from '../chunk-AGCI6C3Z.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { a as Breadcrumb } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { a as Breadcrumb } from '../../chunk-UF3JKCLY.js';
|
|
2
|
+
import '../../chunk-GQ2PFXYP.js';
|
|
3
3
|
import '../../chunk-LTWCICTK.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
5
5
|
import '../../chunk-GBF42RXK.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { a as HelpLink } from '../../chunk-
|
|
1
|
+
export { a as HelpLink } from '../../chunk-GQ2PFXYP.js';
|
|
2
2
|
import '../../chunk-LTWCICTK.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
4
4
|
import '../../chunk-GBF42RXK.js';
|
|
5
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use client";export { c as DEFAULT_OPTIONS, d as Pagination, a as PaginationInfo, b as PaginationNav } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
1
|
+
"use client";export { c as DEFAULT_OPTIONS, d as Pagination, a as PaginationInfo, b as PaginationNav } from '../../chunk-OHHCT7ID.js';
|
|
2
|
+
import '../../chunk-RMHFUFTQ.js';
|
|
3
|
+
import '../../chunk-2VQ6QMMA.js';
|
|
4
4
|
import '../../chunk-DVFKTOCS.js';
|
|
5
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-BW4TJLAD.js';
|
|
6
6
|
import '../../chunk-LTWCICTK.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-UZZ5JUF7.js';
|
|
8
8
|
import '../../chunk-GBF42RXK.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";export { a as Stepper } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
"use client";export { a as Stepper } from '../../chunk-J62DBIT2.js';
|
|
2
|
+
import '../../chunk-AGCI6C3Z.js';
|
package/dist/navigation/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import '../chunk-4PUGMMDC.js';
|
|
2
|
-
export { a as
|
|
3
|
-
export { a as
|
|
4
|
-
|
|
5
|
-
export {
|
|
6
|
-
|
|
7
|
-
import '../chunk-
|
|
2
|
+
export { c as DEFAULT_OPTIONS, d as Pagination, a as PaginationInfo, b as PaginationNav } from '../chunk-OHHCT7ID.js';
|
|
3
|
+
export { a as Stepper } from '../chunk-J62DBIT2.js';
|
|
4
|
+
import '../chunk-RMHFUFTQ.js';
|
|
5
|
+
export { a as Breadcrumb } from '../chunk-UF3JKCLY.js';
|
|
6
|
+
export { a as HelpLink } from '../chunk-GQ2PFXYP.js';
|
|
7
|
+
import '../chunk-2VQ6QMMA.js';
|
|
8
8
|
import '../chunk-DVFKTOCS.js';
|
|
9
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-BW4TJLAD.js';
|
|
10
10
|
import '../chunk-LTWCICTK.js';
|
|
11
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-UZZ5JUF7.js';
|
|
12
12
|
import '../chunk-GBF42RXK.js';
|
|
13
|
-
import '../chunk-
|
|
13
|
+
import '../chunk-AGCI6C3Z.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loja-integrada/admin-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.13",
|
|
4
4
|
"author": "Loja Integrada",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -121,6 +121,10 @@
|
|
|
121
121
|
"types": "./dist/forms/Input/Input.d.ts",
|
|
122
122
|
"import": "./dist/forms/Input/index.js"
|
|
123
123
|
},
|
|
124
|
+
"./InputCurrency": {
|
|
125
|
+
"types": "./dist/forms/InputCurrency/InputCurrency.d.ts",
|
|
126
|
+
"import": "./dist/forms/InputCurrency/index.js"
|
|
127
|
+
},
|
|
124
128
|
"./InputHelpText": {
|
|
125
129
|
"types": "./dist/forms/InputHelpText/InputHelpText.d.ts",
|
|
126
130
|
"import": "./dist/forms/InputHelpText/index.js"
|
package/dist/chunk-REQIQLRI.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { clsx } from 'clsx';
|
|
2
|
-
import { extendTailwindMerge } from 'tailwind-merge';
|
|
3
|
-
|
|
4
|
-
var n=["f1","f2","f3","f4","f5","f6","f7","f8"],f=extendTailwindMerge({extend:{classGroups:{"font-size":[{text:n}]},conflictingClassGroups:{"font-size":["leading","tracking"]}}});function i(...t){return f(clsx(t))}
|
|
5
|
-
|
|
6
|
-
export { i as a };
|
|
File without changes
|