bmi-next-brokers 1.2.6 → 1.2.9
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/Input.module-7cfiMD0m.js +88 -0
- package/dist/assets/Dialog.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/Search.css +1 -0
- package/dist/assets/Select.css +1 -1
- package/dist/components/Dialog/Dialog.d.ts +1 -0
- package/dist/components/Dialog/Dialog.js +84 -69
- package/dist/components/Input/Checkbox/Checkbox.js +18 -18
- package/dist/components/Input/Input.js +1 -1
- package/dist/components/Input/RadioButton/RadioButton.js +36 -36
- package/dist/components/Search/Search.d.ts +25 -0
- package/dist/components/Search/Search.js +188 -0
- package/dist/components/Search/index.d.ts +1 -0
- package/dist/components/Search/index.js +4 -0
- package/dist/components/Select/Select.js +77 -77
- package/dist/components/modal/index.d.ts +2 -2
- package/dist/components/modal/index.js +95 -95
- package/dist/icons/components/index.d.ts +2 -2
- package/dist/icons/components/index.js +140 -140
- package/dist/main.d.ts +2 -0
- package/dist/main.js +30 -28
- package/package.json +1 -1
- package/dist/Input.module-DuUfwXwW.js +0 -88
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useRef as
|
|
3
|
-
import { Icon as
|
|
4
|
-
import { useScrollLock as
|
|
5
|
-
import { Button as
|
|
6
|
-
import { r as
|
|
7
|
-
import '../../assets/index7.css';const
|
|
8
|
-
modalOverlay:
|
|
9
|
-
closing:
|
|
10
|
-
modal:
|
|
11
|
-
modalHeader:
|
|
12
|
-
withBorder:
|
|
13
|
-
modalTitle:
|
|
14
|
-
closeIcon:
|
|
15
|
-
modalBody:
|
|
16
|
-
modalFooter:
|
|
17
|
-
buttonsDiv:
|
|
18
|
-
},
|
|
19
|
-
isOpen:
|
|
20
|
-
title:
|
|
21
|
-
children:
|
|
22
|
-
width:
|
|
23
|
-
confirmButton:
|
|
24
|
-
cancelButton:
|
|
25
|
-
zIndex:
|
|
26
|
-
className:
|
|
27
|
-
style:
|
|
28
|
-
onClickOverlay:
|
|
29
|
-
onClose:
|
|
30
|
-
closeModal:
|
|
31
|
-
withScroll:
|
|
32
|
-
|
|
1
|
+
import { jsx as d, jsxs as v } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as I, useState as m, useEffect as X } from "react";
|
|
3
|
+
import { Icon as Z } from "../../icons/Icon.js";
|
|
4
|
+
import { useScrollLock as M } from "../../hooks/useScrollLock.js";
|
|
5
|
+
import { Button as N } from "../Button/Button.js";
|
|
6
|
+
import { r as P } from "../../index-CGDUIzcq.js";
|
|
7
|
+
import '../../assets/index7.css';const q = "_modalOverlay_1347c_1", G = "_closing_1347c_15", J = "_modal_1347c_1", K = "_modalHeader_1347c_48", Q = "_withBorder_1347c_56", U = "_modalTitle_1347c_61", n = "_closeIcon_1347c_72", u = "_modalBody_1347c_85", B = "_modalFooter_1347c_96", ss = "_buttonsDiv_1347c_101", l = {
|
|
8
|
+
modalOverlay: q,
|
|
9
|
+
closing: G,
|
|
10
|
+
modal: J,
|
|
11
|
+
modalHeader: K,
|
|
12
|
+
withBorder: Q,
|
|
13
|
+
modalTitle: U,
|
|
14
|
+
closeIcon: n,
|
|
15
|
+
modalBody: u,
|
|
16
|
+
modalFooter: B,
|
|
17
|
+
buttonsDiv: ss
|
|
18
|
+
}, hs = ({
|
|
19
|
+
isOpen: y,
|
|
20
|
+
title: b,
|
|
21
|
+
children: g,
|
|
22
|
+
width: S = 752,
|
|
23
|
+
confirmButton: s,
|
|
24
|
+
cancelButton: e,
|
|
25
|
+
zIndex: k,
|
|
26
|
+
className: O,
|
|
27
|
+
style: f,
|
|
28
|
+
onClickOverlay: h,
|
|
29
|
+
onClose: i,
|
|
30
|
+
closeModal: H,
|
|
31
|
+
withScroll: $ = !0,
|
|
32
|
+
...x
|
|
33
33
|
}) => {
|
|
34
|
-
const
|
|
35
|
-
|
|
36
|
-
const
|
|
37
|
-
|
|
38
|
-
|
|
34
|
+
const w = I(null), [D, p] = m(!1), _ = I(null), [T, z] = m(!1), [R, L] = m(!1);
|
|
35
|
+
M(y);
|
|
36
|
+
const o = () => {
|
|
37
|
+
p(!0), setTimeout(() => {
|
|
38
|
+
H(), p(!1);
|
|
39
39
|
}, 250);
|
|
40
|
-
},
|
|
41
|
-
var
|
|
42
|
-
(
|
|
43
|
-
},
|
|
44
|
-
|
|
45
|
-
}, L = async () => {
|
|
46
|
-
o.action && await o.action(), i();
|
|
40
|
+
}, j = async (a) => {
|
|
41
|
+
var r;
|
|
42
|
+
(r = w.current) != null && r.contains(a.target) || h !== !1 && (typeof h == "function" && await h(), o());
|
|
43
|
+
}, t = async () => {
|
|
44
|
+
i !== !1 && (typeof i == "function" && await i(), o());
|
|
47
45
|
}, A = async () => {
|
|
48
|
-
|
|
49
|
-
},
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
46
|
+
s != null && s.action && await s.action(), o();
|
|
47
|
+
}, F = async () => {
|
|
48
|
+
e != null && e.action && await e.action(), o();
|
|
49
|
+
}, Y = e && Object.keys(e).length > 0, V = s && Object.keys(s).length > 0, C = Y && (e.show ?? !0), c = V && (s.show ?? !0), W = `${l.modal} ${O || ""}`;
|
|
50
|
+
return X(() => {
|
|
51
|
+
if (!_.current) return;
|
|
52
|
+
const a = _.current, r = () => {
|
|
53
|
+
L(a.scrollTop > 0), z(a.scrollHeight > a.clientHeight);
|
|
54
54
|
};
|
|
55
|
-
|
|
56
|
-
const
|
|
57
|
-
return
|
|
58
|
-
|
|
55
|
+
r(), a.addEventListener("scroll", r);
|
|
56
|
+
const E = new ResizeObserver(r);
|
|
57
|
+
return E.observe(a), () => {
|
|
58
|
+
a.removeEventListener("scroll", r), E.disconnect();
|
|
59
59
|
};
|
|
60
|
-
}, [
|
|
61
|
-
/* @__PURE__ */
|
|
60
|
+
}, [g]), y ? P.createPortal(
|
|
61
|
+
/* @__PURE__ */ d(
|
|
62
62
|
"div",
|
|
63
63
|
{
|
|
64
|
-
className: `${
|
|
65
|
-
style: { zIndex: 3e3 + (
|
|
66
|
-
onClick:
|
|
67
|
-
children: /* @__PURE__ */
|
|
64
|
+
className: `${l.modalOverlay} ${D ? l.closing : ""}`,
|
|
65
|
+
style: { zIndex: 3e3 + (k || 0) },
|
|
66
|
+
onClick: j,
|
|
67
|
+
children: /* @__PURE__ */ v(
|
|
68
68
|
"div",
|
|
69
69
|
{
|
|
70
|
-
className:
|
|
71
|
-
style: { width:
|
|
72
|
-
ref:
|
|
73
|
-
|
|
70
|
+
className: W,
|
|
71
|
+
style: { width: S, ...f },
|
|
72
|
+
ref: w,
|
|
73
|
+
...x,
|
|
74
74
|
children: [
|
|
75
|
-
/* @__PURE__ */
|
|
75
|
+
/* @__PURE__ */ v(
|
|
76
76
|
"div",
|
|
77
77
|
{
|
|
78
|
-
className: `${
|
|
78
|
+
className: `${l.modalHeader} ${R ? l.withBorder : ""}`,
|
|
79
79
|
children: [
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
80
|
+
b && /* @__PURE__ */ d("span", { className: l.modalTitle, children: b }),
|
|
81
|
+
i !== !1 && /* @__PURE__ */ d("div", { className: l.closeIcon, onClick: t, children: /* @__PURE__ */ d(
|
|
82
|
+
Z,
|
|
83
83
|
{
|
|
84
84
|
name: "Close",
|
|
85
85
|
width: 12,
|
|
@@ -90,46 +90,46 @@ import '../../assets/index7.css';const X = "_modalOverlay_1347c_1", Z = "_closin
|
|
|
90
90
|
]
|
|
91
91
|
}
|
|
92
92
|
),
|
|
93
|
-
/* @__PURE__ */
|
|
93
|
+
/* @__PURE__ */ d(
|
|
94
94
|
"div",
|
|
95
95
|
{
|
|
96
|
-
className:
|
|
96
|
+
className: l.modalBody,
|
|
97
97
|
style: {
|
|
98
|
-
overflowY:
|
|
98
|
+
overflowY: $ ? "auto" : "hidden"
|
|
99
99
|
},
|
|
100
|
-
ref:
|
|
101
|
-
children:
|
|
100
|
+
ref: _,
|
|
101
|
+
children: g
|
|
102
102
|
}
|
|
103
103
|
),
|
|
104
|
-
(
|
|
104
|
+
(C || c) && /* @__PURE__ */ d(
|
|
105
105
|
"div",
|
|
106
106
|
{
|
|
107
|
-
className: `${
|
|
108
|
-
children: /* @__PURE__ */
|
|
109
|
-
|
|
110
|
-
|
|
107
|
+
className: `${l.modalFooter} ${T ? l.withBorder : ""}`,
|
|
108
|
+
children: /* @__PURE__ */ v("div", { className: l.buttonsDiv, children: [
|
|
109
|
+
C && /* @__PURE__ */ d(
|
|
110
|
+
N,
|
|
111
111
|
{
|
|
112
|
-
variant:
|
|
113
|
-
onClick:
|
|
114
|
-
disabled:
|
|
115
|
-
size:
|
|
116
|
-
loading:
|
|
112
|
+
variant: (e == null ? void 0 : e.variant) || "outline",
|
|
113
|
+
onClick: F,
|
|
114
|
+
disabled: (e == null ? void 0 : e.disabled) || !1,
|
|
115
|
+
size: (e == null ? void 0 : e.size) || "small",
|
|
116
|
+
loading: e == null ? void 0 : e.loading,
|
|
117
117
|
fullWidth: !0,
|
|
118
|
-
children:
|
|
118
|
+
children: (e == null ? void 0 : e.text) || "Cancelar"
|
|
119
119
|
}
|
|
120
120
|
),
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
c && /* @__PURE__ */ d(
|
|
122
|
+
N,
|
|
123
123
|
{
|
|
124
124
|
type: "submit",
|
|
125
|
-
form:
|
|
126
|
-
variant:
|
|
127
|
-
onClick:
|
|
128
|
-
disabled:
|
|
129
|
-
size:
|
|
130
|
-
loading:
|
|
125
|
+
form: s == null ? void 0 : s.id,
|
|
126
|
+
variant: (s == null ? void 0 : s.variant) || "brand",
|
|
127
|
+
onClick: A,
|
|
128
|
+
disabled: (s == null ? void 0 : s.disabled) || !1,
|
|
129
|
+
size: (s == null ? void 0 : s.size) || "small",
|
|
130
|
+
loading: s == null ? void 0 : s.loading,
|
|
131
131
|
fullWidth: !0,
|
|
132
|
-
children:
|
|
132
|
+
children: (s == null ? void 0 : s.text) || "Confirmar"
|
|
133
133
|
}
|
|
134
134
|
)
|
|
135
135
|
] })
|
|
@@ -144,5 +144,5 @@ import '../../assets/index7.css';const X = "_modalOverlay_1347c_1", Z = "_closin
|
|
|
144
144
|
) : null;
|
|
145
145
|
};
|
|
146
146
|
export {
|
|
147
|
-
|
|
147
|
+
hs as Modal
|
|
148
148
|
};
|
|
@@ -2,6 +2,7 @@ export { default as ArrowDown } from './ArrowDown';
|
|
|
2
2
|
export { default as ArrowUp } from './ArrowUp';
|
|
3
3
|
export { default as Add } from './Add';
|
|
4
4
|
export { default as AddAPhoto } from './AddAPhoto';
|
|
5
|
+
export { default as AddAlert } from './AddAlert';
|
|
5
6
|
export { default as AddIcon } from './AddIcon';
|
|
6
7
|
export { default as AlertIcon } from './AlertIcon';
|
|
7
8
|
export { default as AmericanExpress } from './AmericanExpress';
|
|
@@ -10,6 +11,7 @@ export { default as Apnfd } from './Apnfd';
|
|
|
10
11
|
export { default as Approve } from './Approve';
|
|
11
12
|
export { default as ArrowBack } from './ArrowBack';
|
|
12
13
|
export { default as ArrowsOutward } from './ArrowsOutward';
|
|
14
|
+
export { default as Assignment } from './Assignment';
|
|
13
15
|
export { default as AttachFile } from './AttachFile';
|
|
14
16
|
export { default as BusinessCenter } from './BusinessCenter';
|
|
15
17
|
export { default as CalendarIcon } from './CalendarIcon';
|
|
@@ -20,7 +22,6 @@ export { default as ChatBubble } from './ChatBubble';
|
|
|
20
22
|
export { default as CheckIcon } from './CheckIcon';
|
|
21
23
|
export { default as Checkbook } from './Checkbook';
|
|
22
24
|
export { default as ChevronLeft } from './ChevronLeft';
|
|
23
|
-
export { default as Close } from './Close';
|
|
24
25
|
export { default as Comisiones } from './Comisiones';
|
|
25
26
|
export { default as ComputerCancel } from './ComputerCancel';
|
|
26
27
|
export { default as ComunicacionesIcon } from './ComunicacionesIcon';
|
|
@@ -68,7 +69,6 @@ export { default as Menu } from './Menu';
|
|
|
68
69
|
export { default as MoreVert } from './MoreVert';
|
|
69
70
|
export { default as NextIcon } from './NextIcon';
|
|
70
71
|
export { default as Notes } from './Notes';
|
|
71
|
-
export { default as Notifications } from './Notifications';
|
|
72
72
|
export { default as NumPolizaIcon } from './NumPolizaIcon';
|
|
73
73
|
export { default as OpenInFull } from './OpenInFull';
|
|
74
74
|
export { default as Paid } from './Paid';
|
|
@@ -2,75 +2,75 @@ import { default as r } from "./ArrowDown.js";
|
|
|
2
2
|
import { default as t } from "./ArrowUp.js";
|
|
3
3
|
import { default as d } from "./Add.js";
|
|
4
4
|
import { default as l } from "./AddAPhoto.js";
|
|
5
|
-
import { default as p } from "./
|
|
6
|
-
import { default as x } from "./
|
|
7
|
-
import { default as i } from "./
|
|
8
|
-
import { default as I } from "./
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as b } from "./
|
|
11
|
-
import { default as P } from "./
|
|
12
|
-
import { default as w } from "./
|
|
13
|
-
import { default as F } from "./
|
|
14
|
-
import { default as g } from "./
|
|
15
|
-
import { default as S } from "./
|
|
16
|
-
import { default as v } from "./
|
|
17
|
-
import { default as U } from "./
|
|
18
|
-
import { default as E } from "./
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as K } from "./
|
|
22
|
-
import { default as T } from "./
|
|
23
|
-
import { default as G } from "./
|
|
24
|
-
import { default as Q } from "./
|
|
25
|
-
import { default as Y } from "./
|
|
26
|
-
import { default as _ } from "./
|
|
27
|
-
import { default as oo } from "./
|
|
28
|
-
import { default as ro } from "./
|
|
29
|
-
import { default as to } from "./
|
|
30
|
-
import { default as so } from "./
|
|
31
|
-
import { default as uo } from "./
|
|
32
|
-
import { default as mo } from "./
|
|
33
|
-
import { default as no } from "./
|
|
34
|
-
import { default as co } from "./
|
|
35
|
-
import { default as Co } from "./
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as Do } from "./
|
|
38
|
-
import { default as Ro } from "./
|
|
39
|
-
import { default as yo } from "./
|
|
40
|
-
import { default as Mo } from "./
|
|
41
|
-
import { default as ko } from "./
|
|
42
|
-
import { default as Vo } from "./
|
|
43
|
-
import { default as Lo } from "./
|
|
44
|
-
import { default as Bo } from "./
|
|
45
|
-
import { default as Ho } from "./
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as Wo } from "./
|
|
48
|
-
import { default as jo } from "./
|
|
49
|
-
import { default as qo } from "./
|
|
50
|
-
import { default as Jo } from "./
|
|
51
|
-
import { default as Xo } from "./
|
|
52
|
-
import { default as Zo } from "./
|
|
53
|
-
import { default as $o } from "./
|
|
54
|
-
import { default as ee } from "./
|
|
55
|
-
import { default as ae } from "./
|
|
56
|
-
import { default as fe } from "./
|
|
57
|
-
import { default as se } from "./
|
|
58
|
-
import { default as ue } from "./
|
|
59
|
-
import { default as me } from "./
|
|
60
|
-
import { default as ne } from "./
|
|
61
|
-
import { default as ce } from "./
|
|
62
|
-
import { default as Ce } from "./
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as De } from "./
|
|
65
|
-
import { default as Re } from "./
|
|
66
|
-
import { default as ye } from "./
|
|
67
|
-
import { default as Me } from "./
|
|
68
|
-
import { default as ke } from "./
|
|
69
|
-
import { default as Ve } from "./
|
|
70
|
-
import { default as Le } from "./
|
|
71
|
-
import { default as Be } from "./
|
|
5
|
+
import { default as p } from "./AddAlert.js";
|
|
6
|
+
import { default as x } from "./AddIcon.js";
|
|
7
|
+
import { default as i } from "./AlertIcon.js";
|
|
8
|
+
import { default as I } from "./AmericanExpress.js";
|
|
9
|
+
import { default as A } from "./AmericanExpressRounded.js";
|
|
10
|
+
import { default as b } from "./Apnfd.js";
|
|
11
|
+
import { default as P } from "./Approve.js";
|
|
12
|
+
import { default as w } from "./ArrowBack.js";
|
|
13
|
+
import { default as F } from "./ArrowsOutward.js";
|
|
14
|
+
import { default as g } from "./Assignment.js";
|
|
15
|
+
import { default as S } from "./AttachFile.js";
|
|
16
|
+
import { default as v } from "./BusinessCenter.js";
|
|
17
|
+
import { default as U } from "./CalendarIcon.js";
|
|
18
|
+
import { default as E } from "./Call.js";
|
|
19
|
+
import { default as O } from "./CancelIcon.js";
|
|
20
|
+
import { default as N } from "./Certificado.js";
|
|
21
|
+
import { default as K } from "./ChatBubble.js";
|
|
22
|
+
import { default as T } from "./CheckIcon.js";
|
|
23
|
+
import { default as G } from "./Checkbook.js";
|
|
24
|
+
import { default as Q } from "./ChevronLeft.js";
|
|
25
|
+
import { default as Y } from "./Comisiones.js";
|
|
26
|
+
import { default as _ } from "./ComputerCancel.js";
|
|
27
|
+
import { default as oo } from "./ComunicacionesIcon.js";
|
|
28
|
+
import { default as ro } from "./ContentCopy.js";
|
|
29
|
+
import { default as to } from "./ConyugeIcon.js";
|
|
30
|
+
import { default as so } from "./CotizacionesIcon.js";
|
|
31
|
+
import { default as uo } from "./Credentials.js";
|
|
32
|
+
import { default as mo } from "./CreditCard.js";
|
|
33
|
+
import { default as no } from "./DashboardIcon.js";
|
|
34
|
+
import { default as co } from "./Delete.js";
|
|
35
|
+
import { default as Co } from "./DeniedIcon.js";
|
|
36
|
+
import { default as ho } from "./Diners.js";
|
|
37
|
+
import { default as Do } from "./DinersRounded.js";
|
|
38
|
+
import { default as Ro } from "./Discover.js";
|
|
39
|
+
import { default as yo } from "./DiscoverRounded.js";
|
|
40
|
+
import { default as Mo } from "./Distance.js";
|
|
41
|
+
import { default as ko } from "./Documentos.js";
|
|
42
|
+
import { default as Vo } from "./DownloadIcon.js";
|
|
43
|
+
import { default as Lo } from "./EditIcon.js";
|
|
44
|
+
import { default as Bo } from "./FallbackCardRounded.js";
|
|
45
|
+
import { default as Ho } from "./Female.js";
|
|
46
|
+
import { default as zo } from "./Filter.js";
|
|
47
|
+
import { default as Wo } from "./Folder.js";
|
|
48
|
+
import { default as jo } from "./FondosExtranjero.js";
|
|
49
|
+
import { default as qo } from "./Fumador.js";
|
|
50
|
+
import { default as Jo } from "./HeadsetMic.js";
|
|
51
|
+
import { default as Xo } from "./HeightIcon.js";
|
|
52
|
+
import { default as Zo } from "./Help.js";
|
|
53
|
+
import { default as $o } from "./HistorialIcon.js";
|
|
54
|
+
import { default as ee } from "./IdCodigoBroker.js";
|
|
55
|
+
import { default as ae } from "./Info.js";
|
|
56
|
+
import { default as fe } from "./InfoFinanciera.js";
|
|
57
|
+
import { default as se } from "./KeyboardArrowDown.js";
|
|
58
|
+
import { default as ue } from "./KeyboardArrowUp.js";
|
|
59
|
+
import { default as me } from "./LocationOn.js";
|
|
60
|
+
import { default as ne } from "./LocationSearching.js";
|
|
61
|
+
import { default as ce } from "./LockIcon.js";
|
|
62
|
+
import { default as Ce } from "./MailIcon.js";
|
|
63
|
+
import { default as he } from "./Male.js";
|
|
64
|
+
import { default as De } from "./MasAcciones.js";
|
|
65
|
+
import { default as Re } from "./Mastercard.js";
|
|
66
|
+
import { default as ye } from "./MastercardRounded.js";
|
|
67
|
+
import { default as Me } from "./Medical.js";
|
|
68
|
+
import { default as ke } from "./Menu.js";
|
|
69
|
+
import { default as Ve } from "./MoreVert.js";
|
|
70
|
+
import { default as Le } from "./NextIcon.js";
|
|
71
|
+
import { default as Be } from "./Notes.js";
|
|
72
72
|
import { default as He } from "./NumPolizaIcon.js";
|
|
73
|
-
import { default as
|
|
73
|
+
import { default as ze } from "./OpenInFull.js";
|
|
74
74
|
import { default as We } from "./Paid.js";
|
|
75
75
|
import { default as je } from "./Pep.js";
|
|
76
76
|
import { default as qe } from "./Person.js";
|
|
@@ -87,7 +87,7 @@ import { default as mr } from "./Renovaciones.js";
|
|
|
87
87
|
import { default as nr } from "./Replay.js";
|
|
88
88
|
import { default as cr } from "./Reply.js";
|
|
89
89
|
import { default as Cr } from "./SearchIcon.js";
|
|
90
|
-
import { default as
|
|
90
|
+
import { default as hr } from "./Send.js";
|
|
91
91
|
import { default as Dr } from "./Share.js";
|
|
92
92
|
import { default as Rr } from "./SmallFamily.js";
|
|
93
93
|
import { default as yr } from "./Smartphone.js";
|
|
@@ -97,7 +97,7 @@ import { default as Vr } from "./Upload.js";
|
|
|
97
97
|
import { default as Lr } from "./VerifiedUser.js";
|
|
98
98
|
import { default as Br } from "./Visa.js";
|
|
99
99
|
import { default as Hr } from "./VisaRounded.js";
|
|
100
|
-
import { default as
|
|
100
|
+
import { default as zr } from "./Visibility.js";
|
|
101
101
|
import { default as Wr } from "./VisibilityOff.js";
|
|
102
102
|
import { default as jr } from "./Warning.js";
|
|
103
103
|
import { default as qr } from "./WeightIcon.js";
|
|
@@ -105,77 +105,77 @@ import { default as Jr } from "./Whatsapp.js";
|
|
|
105
105
|
export {
|
|
106
106
|
d as Add,
|
|
107
107
|
l as AddAPhoto,
|
|
108
|
-
p as
|
|
109
|
-
x as
|
|
110
|
-
i as
|
|
111
|
-
I as
|
|
112
|
-
|
|
113
|
-
b as
|
|
114
|
-
P as
|
|
108
|
+
p as AddAlert,
|
|
109
|
+
x as AddIcon,
|
|
110
|
+
i as AlertIcon,
|
|
111
|
+
I as AmericanExpress,
|
|
112
|
+
A as AmericanExpressRounded,
|
|
113
|
+
b as Apnfd,
|
|
114
|
+
P as Approve,
|
|
115
|
+
w as ArrowBack,
|
|
115
116
|
r as ArrowDown,
|
|
116
117
|
t as ArrowUp,
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
N as
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
Be as Notifications,
|
|
118
|
+
F as ArrowsOutward,
|
|
119
|
+
g as Assignment,
|
|
120
|
+
S as AttachFile,
|
|
121
|
+
v as BusinessCenter,
|
|
122
|
+
U as CalendarIcon,
|
|
123
|
+
E as Call,
|
|
124
|
+
O as CancelIcon,
|
|
125
|
+
N as Certificado,
|
|
126
|
+
K as ChatBubble,
|
|
127
|
+
T as CheckIcon,
|
|
128
|
+
G as Checkbook,
|
|
129
|
+
Q as ChevronLeft,
|
|
130
|
+
Y as Comisiones,
|
|
131
|
+
_ as ComputerCancel,
|
|
132
|
+
oo as ComunicacionesIcon,
|
|
133
|
+
ro as ContentCopy,
|
|
134
|
+
to as ConyugeIcon,
|
|
135
|
+
so as CotizacionesIcon,
|
|
136
|
+
uo as Credentials,
|
|
137
|
+
mo as CreditCard,
|
|
138
|
+
no as DashboardIcon,
|
|
139
|
+
co as Delete,
|
|
140
|
+
Co as DeniedIcon,
|
|
141
|
+
ho as Diners,
|
|
142
|
+
Do as DinersRounded,
|
|
143
|
+
Ro as Discover,
|
|
144
|
+
yo as DiscoverRounded,
|
|
145
|
+
Mo as Distance,
|
|
146
|
+
ko as Documentos,
|
|
147
|
+
Vo as DownloadIcon,
|
|
148
|
+
Lo as EditIcon,
|
|
149
|
+
Bo as FallbackCardRounded,
|
|
150
|
+
Ho as Female,
|
|
151
|
+
zo as Filter,
|
|
152
|
+
Wo as Folder,
|
|
153
|
+
jo as FondosExtranjero,
|
|
154
|
+
qo as Fumador,
|
|
155
|
+
Jo as HeadsetMic,
|
|
156
|
+
Xo as HeightIcon,
|
|
157
|
+
Zo as Help,
|
|
158
|
+
$o as HistorialIcon,
|
|
159
|
+
ee as IdCodigoBroker,
|
|
160
|
+
ae as Info,
|
|
161
|
+
fe as InfoFinanciera,
|
|
162
|
+
se as KeyboardArrowDown,
|
|
163
|
+
ue as KeyboardArrowUp,
|
|
164
|
+
me as LocationOn,
|
|
165
|
+
ne as LocationSearching,
|
|
166
|
+
ce as LockIcon,
|
|
167
|
+
Ce as MailIcon,
|
|
168
|
+
he as Male,
|
|
169
|
+
De as MasAcciones,
|
|
170
|
+
Re as Mastercard,
|
|
171
|
+
ye as MastercardRounded,
|
|
172
|
+
Me as Medical,
|
|
173
|
+
ke as Menu,
|
|
174
|
+
Ve as MoreVert,
|
|
175
|
+
Le as NextIcon,
|
|
176
|
+
Be as Notes,
|
|
177
177
|
He as NumPolizaIcon,
|
|
178
|
-
|
|
178
|
+
ze as OpenInFull,
|
|
179
179
|
We as Paid,
|
|
180
180
|
je as Pep,
|
|
181
181
|
qe as Person,
|
|
@@ -192,7 +192,7 @@ export {
|
|
|
192
192
|
nr as Replay,
|
|
193
193
|
cr as Reply,
|
|
194
194
|
Cr as SearchIcon,
|
|
195
|
-
|
|
195
|
+
hr as Send,
|
|
196
196
|
Dr as Share,
|
|
197
197
|
Rr as SmallFamily,
|
|
198
198
|
yr as Smartphone,
|
|
@@ -202,7 +202,7 @@ export {
|
|
|
202
202
|
Lr as VerifiedUser,
|
|
203
203
|
Br as Visa,
|
|
204
204
|
Hr as VisaRounded,
|
|
205
|
-
|
|
205
|
+
zr as Visibility,
|
|
206
206
|
Wr as VisibilityOff,
|
|
207
207
|
jr as Warning,
|
|
208
208
|
qr as WeightIcon,
|
package/dist/main.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export { FileUpload, CompactFileUpload } from './components/FileUpload';
|
|
|
8
8
|
export { Input } from './components/Input';
|
|
9
9
|
export { Checkbox } from './components/Input/Checkbox/Checkbox';
|
|
10
10
|
export { RadioButton } from './components/Input/RadioButton/RadioButton';
|
|
11
|
+
export { Search } from './components/Search';
|
|
11
12
|
export { Navbar } from './components/navbar';
|
|
12
13
|
export { ProgressBar } from './components/progressBar';
|
|
13
14
|
export { Select } from './components/Select';
|
|
@@ -25,6 +26,7 @@ export type { FileUploadProps, FileUploadVariant, CompactFileUploadProps, Compac
|
|
|
25
26
|
export type { InputProps, InputSize } from './components/Input';
|
|
26
27
|
export type { CheckboxProps } from './components/Input/Checkbox/Checkbox';
|
|
27
28
|
export type { RadioButtonProps } from './components/Input/RadioButton/RadioButton';
|
|
29
|
+
export type { SearchProps, SearchSize, SearchOption } from './components/Search';
|
|
28
30
|
export type { NavbarOption } from './components/navbar';
|
|
29
31
|
export type { ProgressBar as ProgressBarProps } from './components/progressBar';
|
|
30
32
|
export type { SelectProps, SelectSize, SelectOption, } from './components/Select';
|