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
package/dist/main.js
CHANGED
|
@@ -2,41 +2,43 @@ import { Icon as e } from "./icons/Icon.js";
|
|
|
2
2
|
import { Badge as p } from "./components/badge/index.js";
|
|
3
3
|
import { Button as x } from "./components/Button/Button.js";
|
|
4
4
|
import { ButtonGroup as a } from "./components/ButtonGroup/ButtonGroup.js";
|
|
5
|
-
import { Dialog as
|
|
6
|
-
import { FileUpload as
|
|
5
|
+
import { Dialog as c } from "./components/Dialog/Dialog.js";
|
|
6
|
+
import { FileUpload as u } from "./components/FileUpload/FileUpload.js";
|
|
7
7
|
import { CompactFileUpload as i } from "./components/FileUpload/CompactFileUpload.js";
|
|
8
|
-
import { Input as
|
|
9
|
-
import { Checkbox as
|
|
8
|
+
import { Input as S } from "./components/Input/Input.js";
|
|
9
|
+
import { Checkbox as s } from "./components/Input/Checkbox/Checkbox.js";
|
|
10
10
|
import { RadioButton as T } from "./components/Input/RadioButton/RadioButton.js";
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
11
|
+
import { Search as k } from "./components/Search/Search.js";
|
|
12
|
+
import { Navbar as F } from "./components/navbar/index.js";
|
|
13
|
+
import { ProgressBar as I } from "./components/progressBar/index.js";
|
|
14
|
+
import { Select as v } from "./components/Select/Select.js";
|
|
15
|
+
import { Spinner as L } from "./components/Spinner/Spinner.js";
|
|
16
|
+
import { Stepper as N } from "./components/stepper/index.js";
|
|
17
|
+
import { Tab as R } from "./components/tab/index.js";
|
|
18
|
+
import { TabGroup as q } from "./components/tab/tabGroup/index.js";
|
|
19
|
+
import { Toast as y } from "./components/Toast/Toast.js";
|
|
20
|
+
import { Modal as A } from "./components/modal/index.js";
|
|
21
|
+
import { useScrollLock as H } from "./hooks/useScrollLock.js";
|
|
21
22
|
import './assets/main.css';export {
|
|
22
23
|
p as Badge,
|
|
23
24
|
x as Button,
|
|
24
25
|
a as ButtonGroup,
|
|
25
|
-
|
|
26
|
+
s as Checkbox,
|
|
26
27
|
i as CompactFileUpload,
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
c as Dialog,
|
|
29
|
+
u as FileUpload,
|
|
29
30
|
e as Icon,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
S as Input,
|
|
32
|
+
A as Modal,
|
|
33
|
+
F as Navbar,
|
|
34
|
+
I as ProgressBar,
|
|
34
35
|
T as RadioButton,
|
|
35
|
-
|
|
36
|
-
v as
|
|
37
|
-
L as
|
|
38
|
-
N as
|
|
39
|
-
R as
|
|
40
|
-
q as
|
|
41
|
-
|
|
36
|
+
k as Search,
|
|
37
|
+
v as Select,
|
|
38
|
+
L as Spinner,
|
|
39
|
+
N as Stepper,
|
|
40
|
+
R as Tab,
|
|
41
|
+
q as TabGroup,
|
|
42
|
+
y as Toast,
|
|
43
|
+
H as useScrollLock
|
|
42
44
|
};
|
package/package.json
CHANGED
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import './assets/Input.css';const e = "_inputContainer_1g2fh_3", _ = "_inputContainer_medium_1g2fh_10", r = "_inputContainer_large_1g2fh_14", d = "_inputContainer_extraLarge_1g2fh_15", o = "_label_1g2fh_19", a = "_label_large_1g2fh_27", t = "_label_extraLarge_1g2fh_28", l = "_label_disabled_1g2fh_32", i = "_inputWrapper_1g2fh_36", c = "_input_1g2fh_3", n = "_medium_1g2fh_54", s = "_small_1g2fh_55", h = "_inputCheckbox_1g2fh_59", g = "_btc_1g2fh_79", b = "_inputCheckbox_checked_1g2fh_89", f = "_inputCheckbox_disabled_checked_1g2fh_95", p = "_error_1g2fh_103", x = "_error_checked_1g2fh_111", k = "_inverted_1g2fh_121", u = "_inputCheckbox_disabled_1g2fh_95", v = "_CheckboxRadio_placeholder_disabled_1g2fh_246", m = "_withIcon_1g2fh_259", C = "_large_1g2fh_273", P = "_extraLarge_1g2fh_279", T = "_dateInput_1g2fh_321", I = "_smallCheckbox_1g2fh_357", L = "_mediumCheckbox_1g2fh_363", M = "_largeCheckbox_1g2fh_369", w = "_extraLargeCheckbox_1g2fh_370", R = "_smallRadio_1g2fh_389", q = "_mediumRadio_1g2fh_394", S = "_largeRadio_1g2fh_399", W = "_extraLargeRadio_1g2fh_400", y = "_errorShake_1g2fh_1", j = "_errorMessage_1g2fh_432", z = "_errorMessageSlide_1g2fh_1", A = "_errorMessage_small_1g2fh_440", B = "_errorMessage_medium_1g2fh_444", D = "_errorMessage_large_1g2fh_448", E = "_errorMessage_extraLarge_1g2fh_449", F = "_helperText_1g2fh_453", G = "_helperText_small_1g2fh_460", H = "_helperText_medium_1g2fh_464", J = "_helperText_large_1g2fh_468", K = "_helperText_extraLarge_1g2fh_469", N = "_helperText_disabled_1g2fh_473", O = "_icon_1g2fh_478", Q = "_icon_disabled_1g2fh_491", U = "_passwordToggle_1g2fh_496", V = "_passwordToggle_disabled_1g2fh_524", X = "_passwordToggle_inverted_1g2fh_534", Y = "_passwordToggle_inverted_disabled_1g2fh_547", Z = "_dateIcon_1g2fh_557", $ = "_dateIcon_disabled_1g2fh_573", ee = "_dateIcon_inverted_1g2fh_578", _e = "_dateIcon_inverted_disabled_1g2fh_583", re = "_dateIcon_error_1g2fh_589", de = "_dateIcon_inverted_error_1g2fh_593", oe = "_required_1g2fh_598", ae = "_checkboxPlaceholder_1g2fh_605", te = "_checkboxPlaceholder_disable_1g2fh_613", le = "_radioPlaceholder_1g2fh_631", ie = "_radioPlaceholder_disabled_1g2fh_639", ce = "_radioPlaceholder_inverted_1g2fh_644", ne = "_radioPlaceholder_inverted_disabled_1g2fh_648", se = "_radioPlaceholder_inverted_checked_1g2fh_652", he = "_inputCheckbox_inverted_checked_1g2fh_656", ge = "_radioPlaceholder_inverted_error_1g2fh_661", be = "_radioPlaceholder_error_1g2fh_665", fe = "_radioPlaceholder_inverted_error_checked_1g2fh_669", pe = "_radioPlaceholder_error_checked_1g2fh_673", xe = "_radioPlaceholder_checked_1g2fh_677", ke = "_radioPlaceholder_disabled_checked_1g2fh_681", ue = "_required_inverted_1g2fh_867", ve = "_required_disabled_1g2fh_871", me = "_required_inverted_disabled_1g2fh_875", Ce = "_label_inverted_1g2fh_934", Pe = "_helperText_inverted_1g2fh_938", Te = "_icon_inverted_1g2fh_942", Ie = "_errorMessage_inverted_1g2fh_946", Le = "_label_inverted_disabled_1g2fh_983", Me = "_helperText_inverted_disabled_1g2fh_987", we = "_icon_inverted_disabled_1g2fh_991", Re = {
|
|
2
|
-
inputContainer: e,
|
|
3
|
-
inputContainer_medium: _,
|
|
4
|
-
inputContainer_large: r,
|
|
5
|
-
inputContainer_extraLarge: d,
|
|
6
|
-
label: o,
|
|
7
|
-
label_large: a,
|
|
8
|
-
label_extraLarge: t,
|
|
9
|
-
label_disabled: l,
|
|
10
|
-
inputWrapper: i,
|
|
11
|
-
input: c,
|
|
12
|
-
medium: n,
|
|
13
|
-
small: s,
|
|
14
|
-
inputCheckbox: h,
|
|
15
|
-
btc: g,
|
|
16
|
-
inputCheckbox_checked: b,
|
|
17
|
-
inputCheckbox_disabled_checked: f,
|
|
18
|
-
error: p,
|
|
19
|
-
error_checked: x,
|
|
20
|
-
inverted: k,
|
|
21
|
-
inputCheckbox_disabled: u,
|
|
22
|
-
CheckboxRadio_placeholder_disabled: v,
|
|
23
|
-
withIcon: m,
|
|
24
|
-
large: C,
|
|
25
|
-
extraLarge: P,
|
|
26
|
-
dateInput: T,
|
|
27
|
-
smallCheckbox: I,
|
|
28
|
-
mediumCheckbox: L,
|
|
29
|
-
largeCheckbox: M,
|
|
30
|
-
extraLargeCheckbox: w,
|
|
31
|
-
smallRadio: R,
|
|
32
|
-
mediumRadio: q,
|
|
33
|
-
largeRadio: S,
|
|
34
|
-
extraLargeRadio: W,
|
|
35
|
-
errorShake: y,
|
|
36
|
-
errorMessage: j,
|
|
37
|
-
errorMessageSlide: z,
|
|
38
|
-
errorMessage_small: A,
|
|
39
|
-
errorMessage_medium: B,
|
|
40
|
-
errorMessage_large: D,
|
|
41
|
-
errorMessage_extraLarge: E,
|
|
42
|
-
helperText: F,
|
|
43
|
-
helperText_small: G,
|
|
44
|
-
helperText_medium: H,
|
|
45
|
-
helperText_large: J,
|
|
46
|
-
helperText_extraLarge: K,
|
|
47
|
-
helperText_disabled: N,
|
|
48
|
-
icon: O,
|
|
49
|
-
icon_disabled: Q,
|
|
50
|
-
passwordToggle: U,
|
|
51
|
-
passwordToggle_disabled: V,
|
|
52
|
-
passwordToggle_inverted: X,
|
|
53
|
-
passwordToggle_inverted_disabled: Y,
|
|
54
|
-
dateIcon: Z,
|
|
55
|
-
dateIcon_disabled: $,
|
|
56
|
-
dateIcon_inverted: ee,
|
|
57
|
-
dateIcon_inverted_disabled: _e,
|
|
58
|
-
dateIcon_error: re,
|
|
59
|
-
dateIcon_inverted_error: de,
|
|
60
|
-
required: oe,
|
|
61
|
-
checkboxPlaceholder: ae,
|
|
62
|
-
checkboxPlaceholder_disable: te,
|
|
63
|
-
radioPlaceholder: le,
|
|
64
|
-
radioPlaceholder_disabled: ie,
|
|
65
|
-
radioPlaceholder_inverted: ce,
|
|
66
|
-
radioPlaceholder_inverted_disabled: ne,
|
|
67
|
-
radioPlaceholder_inverted_checked: se,
|
|
68
|
-
inputCheckbox_inverted_checked: he,
|
|
69
|
-
radioPlaceholder_inverted_error: ge,
|
|
70
|
-
radioPlaceholder_error: be,
|
|
71
|
-
radioPlaceholder_inverted_error_checked: fe,
|
|
72
|
-
radioPlaceholder_error_checked: pe,
|
|
73
|
-
radioPlaceholder_checked: xe,
|
|
74
|
-
radioPlaceholder_disabled_checked: ke,
|
|
75
|
-
required_inverted: ue,
|
|
76
|
-
required_disabled: ve,
|
|
77
|
-
required_inverted_disabled: me,
|
|
78
|
-
label_inverted: Ce,
|
|
79
|
-
helperText_inverted: Pe,
|
|
80
|
-
icon_inverted: Te,
|
|
81
|
-
errorMessage_inverted: Ie,
|
|
82
|
-
label_inverted_disabled: Le,
|
|
83
|
-
helperText_inverted_disabled: Me,
|
|
84
|
-
icon_inverted_disabled: we
|
|
85
|
-
};
|
|
86
|
-
export {
|
|
87
|
-
Re as s
|
|
88
|
-
};
|