@jigowatts/jigowatts-ui 1.1.0 → 1.1.2
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/assets/index22.css +1 -1
- package/dist/assets/index23.css +1 -1
- package/dist/assets/index24.css +1 -1
- package/dist/assets/index25.css +1 -1
- package/dist/assets/index26.css +1 -1
- package/dist/assets/index27.css +1 -1
- package/dist/components/CustomLink/index.js +1 -1
- package/dist/components/DataTable/index.js +1 -1
- package/dist/components/LoadingOverlay/index.js +1 -1
- package/dist/components/Map/index.js +1 -1
- package/dist/components/OfflineLabel/index.js +1 -1
- package/dist/components/Pagination/index.js +1 -1
- package/dist/components/Pagination/index.test.js +1 -1
- package/dist/components/SearchForm/index.js +1 -1
- package/dist/components/SideMenu/index.d.ts +2 -1
- package/dist/components/SideMenu/index.js +1702 -61
- package/dist/components/SideMenu/index.test.js +1 -1
- package/dist/{index-Ng1Gk0N9.js → index-Dqxvyh3z.js} +1 -1
- package/dist/index.js +75 -78
- package/dist/{link-DKxv6PwW.js → link-CjdKDftr.js} +236 -234
- package/package.json +1 -1
- package/dist/navigation-lUua5mCE.js +0 -2205
|
@@ -2,7 +2,7 @@ import { jsx as n } from "react/jsx-runtime";
|
|
|
2
2
|
import { a as o, s as e } from "../../react.esm-C8amP77L.js";
|
|
3
3
|
import { u as c } from "../../index-BqWHRIKL.js";
|
|
4
4
|
import "../../index-VF82hRp0.js";
|
|
5
|
-
import s from "./index.js";
|
|
5
|
+
import { SideMenu as s } from "./index.js";
|
|
6
6
|
jest.mock("next/navigation", () => ({
|
|
7
7
|
usePathname: jest.fn(() => "/")
|
|
8
8
|
}));
|
|
@@ -2,7 +2,7 @@ import { jsx as se } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as re } from "./index-DWRHnq8_.js";
|
|
3
3
|
import z from "react";
|
|
4
4
|
import { c as be, g as he } from "./_commonjsHelpers-CT_km90n.js";
|
|
5
|
-
import './assets/
|
|
5
|
+
import './assets/index24.css';var ue = {
|
|
6
6
|
color: void 0,
|
|
7
7
|
size: void 0,
|
|
8
8
|
className: void 0,
|
package/dist/index.js
CHANGED
|
@@ -1,82 +1,79 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { RangeDatePicker as
|
|
3
|
-
import { RangeDatePickerController as
|
|
4
|
-
import { Button as
|
|
5
|
-
import { Card as
|
|
6
|
-
import { CustomLink as
|
|
7
|
-
import { DataTable as
|
|
8
|
-
import { ErrorMessage as
|
|
9
|
-
import { EvseStateLabel as
|
|
10
|
-
import { FlexButtons as
|
|
11
|
-
import { Form as
|
|
12
|
-
import { FormItem as
|
|
13
|
-
import { FormTitle as
|
|
14
|
-
import { Input as
|
|
15
|
-
import { InputController as
|
|
16
|
-
import { InputGroup as
|
|
17
|
-
import { Label as
|
|
18
|
-
import { LabeledContent as
|
|
19
|
-
import { LoadingOverLay as
|
|
2
|
+
import { RangeDatePicker as p } from "./components/RangeDatePicker/index.js";
|
|
3
|
+
import { RangeDatePickerController as x } from "./components/RangeDatePickerController/index.js";
|
|
4
|
+
import { Button as a } from "./components/Button/index.js";
|
|
5
|
+
import { Card as n } from "./components/Card/index.js";
|
|
6
|
+
import { CustomLink as u } from "./components/CustomLink/index.js";
|
|
7
|
+
import { DataTable as s } from "./components/DataTable/index.js";
|
|
8
|
+
import { ErrorMessage as S } from "./components/ErrorMessage/index.js";
|
|
9
|
+
import { EvseStateLabel as R } from "./components/EvseStateLabel/index.js";
|
|
10
|
+
import { FlexButtons as c } from "./components/FlexButtons/index.js";
|
|
11
|
+
import { Form as B } from "./components/Form/index.js";
|
|
12
|
+
import { FormItem as P } from "./components/FormItem/index.js";
|
|
13
|
+
import { FormTitle as T } from "./components/FormTitle/index.js";
|
|
14
|
+
import { Input as D } from "./components/Input/index.js";
|
|
15
|
+
import { InputController as k } from "./components/InputController/index.js";
|
|
16
|
+
import { InputGroup as E } from "./components/InputGroup/index.js";
|
|
17
|
+
import { Label as O } from "./components/Label/index.js";
|
|
18
|
+
import { LabeledContent as y } from "./components/LabeledContent/index.js";
|
|
19
|
+
import { LoadingOverLay as A } from "./components/LoadingOverlay/index.js";
|
|
20
20
|
import "./components/Map/index.js";
|
|
21
|
-
import { MaxWidthContainer as
|
|
22
|
-
import { NumericFieldController as
|
|
23
|
-
import { OfflineLabel as
|
|
24
|
-
import { PageSizeSelector as
|
|
25
|
-
import { P as
|
|
26
|
-
import { PasswordInputController as
|
|
27
|
-
import { R as
|
|
28
|
-
import { RadioGroupController as
|
|
29
|
-
import { ReportCard as
|
|
30
|
-
import { ReportChart as
|
|
31
|
-
import { ScrollableDialog as
|
|
32
|
-
import { SearchForm as
|
|
33
|
-
import { S as
|
|
34
|
-
import { SelectBoxController as
|
|
35
|
-
import { SubMenu as
|
|
36
|
-
import { Tabs as
|
|
37
|
-
import { TextArea as
|
|
38
|
-
import { ToggleButtonController as
|
|
39
|
-
import "
|
|
40
|
-
import "./navigation-lUua5mCE.js";
|
|
41
|
-
import "./link-DKxv6PwW.js";
|
|
42
|
-
import "@mui/material";
|
|
43
|
-
import "./index-DWRHnq8_.js";
|
|
21
|
+
import { MaxWidthContainer as W } from "./components/MaxWidthContainer/index.js";
|
|
22
|
+
import { NumericFieldController as q } from "./components/NumericFieldController/index.js";
|
|
23
|
+
import { OfflineLabel as J } from "./components/OfflineLabel/index.js";
|
|
24
|
+
import { PageSizeSelector as Q } from "./components/PageSizeSelector/index.js";
|
|
25
|
+
import { P as V } from "./index-Dqxvyh3z.js";
|
|
26
|
+
import { PasswordInputController as Y } from "./components/PasswordInputController/index.js";
|
|
27
|
+
import { R as _ } from "./index-0O6z6pEj.js";
|
|
28
|
+
import { RadioGroupController as oo } from "./components/RadioGroupController/index.js";
|
|
29
|
+
import { ReportCard as eo } from "./components/ReportCard/index.js";
|
|
30
|
+
import { ReportChart as po, ReportChartRe as mo } from "./components/ReportChart/index.js";
|
|
31
|
+
import { ScrollableDialog as fo } from "./components/ScrollableDialog/index.js";
|
|
32
|
+
import { SearchForm as lo } from "./components/SearchForm/index.js";
|
|
33
|
+
import { S as io } from "./index-BzzM70NU.js";
|
|
34
|
+
import { SelectBoxController as Co } from "./components/SelectBoxController/index.js";
|
|
35
|
+
import { SubMenu as So } from "./components/SubMenu/index.js";
|
|
36
|
+
import { Tabs as Ro } from "./components/Tabs/index.js";
|
|
37
|
+
import { TextArea as co } from "./components/Textarea/index.js";
|
|
38
|
+
import { ToggleButtonController as Bo } from "./components/ToggleButton/index.js";
|
|
39
|
+
import { SideMenu as Po } from "./components/SideMenu/index.js";
|
|
44
40
|
export {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
41
|
+
a as Button,
|
|
42
|
+
n as Card,
|
|
43
|
+
u as CustomLink,
|
|
44
|
+
s as DataTable,
|
|
45
|
+
S as ErrorMessage,
|
|
46
|
+
R as EvseStateLabel,
|
|
47
|
+
c as FlexButtons,
|
|
48
|
+
B as Form,
|
|
49
|
+
P as FormItem,
|
|
50
|
+
T as FormTitle,
|
|
51
|
+
D as Input,
|
|
52
|
+
k as InputController,
|
|
53
|
+
E as InputGroup,
|
|
54
|
+
O as Label,
|
|
55
|
+
y as LabeledContent,
|
|
56
|
+
A as LoadingOverLay,
|
|
57
|
+
W as MaxWidthContainer,
|
|
58
|
+
q as NumericFieldController,
|
|
59
|
+
J as OfflineLabel,
|
|
60
|
+
Q as PageSizeSelector,
|
|
61
|
+
V as Pagination,
|
|
62
|
+
Y as PasswordInputController,
|
|
63
|
+
_ as RadioButton,
|
|
64
|
+
oo as RadioGroupController,
|
|
65
|
+
p as RangeDatePicker,
|
|
66
|
+
x as RangeDatePickerController,
|
|
67
|
+
eo as ReportCard,
|
|
68
|
+
po as ReportChart,
|
|
69
|
+
mo as ReportChartRe,
|
|
70
|
+
fo as ScrollableDialog,
|
|
71
|
+
lo as SearchForm,
|
|
72
|
+
io as SelectBox,
|
|
73
|
+
Co as SelectBoxController,
|
|
74
|
+
Po as SideMenu,
|
|
75
|
+
So as SubMenu,
|
|
76
|
+
Ro as Tabs,
|
|
77
|
+
co as TextArea,
|
|
78
|
+
Bo as ToggleButtonController
|
|
82
79
|
};
|