@cagatayfdn/flora-components 0.0.87 → 0.0.88
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/components/ErrorLogModal/ErrorLogModal.js +3 -2
- package/dist/components/index.js +91 -89
- package/dist/hooks/index.js +2 -0
- package/dist/index.d.mts +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +132 -128
- package/dist/prodivers.js +7 -6
- package/dist/utils/date.js +264 -266
- package/package.json +1 -1
|
@@ -15,6 +15,7 @@ import "../Checkbox/Checkbox.js";
|
|
|
15
15
|
import "../Confirm/Confirm.js";
|
|
16
16
|
import "../Datepicker/Datepicker.js";
|
|
17
17
|
import t from "../Divider/Divider.js";
|
|
18
|
+
import "../Drawer/Provider.js";
|
|
18
19
|
import "../FileUpload/FileUpload.js";
|
|
19
20
|
import j from "../Modal/Modal.js";
|
|
20
21
|
import l from "../Grid/Column.js";
|
|
@@ -57,7 +58,7 @@ import '../../ErrorLogModal.css';const M = "_realTimeLogModalStyle_2pv2e_1", g =
|
|
|
57
58
|
] }, r == null ? void 0 : r.id)) : /* @__PURE__ */ o.jsx(h, { i18nKey: "text.not_found", values: { dataname: "Log" } }) })
|
|
58
59
|
}
|
|
59
60
|
);
|
|
60
|
-
},
|
|
61
|
+
}, Y = c.create(v);
|
|
61
62
|
export {
|
|
62
|
-
|
|
63
|
+
Y as default
|
|
63
64
|
};
|
package/dist/components/index.js
CHANGED
|
@@ -8,56 +8,57 @@ import { default as C } from "./AuthUserCan/Permission.js";
|
|
|
8
8
|
import { default as T } from "./Autocomplete/Autocomplete.js";
|
|
9
9
|
import { default as S } from "./Card/Card.js";
|
|
10
10
|
import { default as P } from "./Charts/index.js";
|
|
11
|
-
import { default as
|
|
11
|
+
import { default as w } from "./Checkbox/Checkbox.js";
|
|
12
12
|
import { default as A } from "./Config/Config.js";
|
|
13
|
-
import { default as
|
|
13
|
+
import { default as N } from "./Confirm/Confirm.js";
|
|
14
14
|
import { default as F } from "./ContentHeader/ContentHeader.js";
|
|
15
15
|
import { default as R } from "./ContentLoader/ContentLoader.js";
|
|
16
16
|
import { default as y } from "./Countdown/Countdown.js";
|
|
17
17
|
import { default as U } from "./Datepicker/Datepicker.js";
|
|
18
18
|
import { default as E } from "./Divider/Divider.js";
|
|
19
|
-
import { default as W } from "./
|
|
20
|
-
import { default as q } from "./
|
|
21
|
-
import { default as G } from "./FileUpload/
|
|
22
|
-
import { default as K } from "./FileUpload/
|
|
23
|
-
import { default as Q } from "./FileUpload/
|
|
24
|
-
import { default as Y } from "./
|
|
25
|
-
import { default as _ } from "./Grid/
|
|
26
|
-
import { default as oo } from "./
|
|
27
|
-
import { default as ro } from "./
|
|
28
|
-
import { default as ao } from "./
|
|
29
|
-
import { default as lo } from "./
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import { default as go } from "./
|
|
35
|
-
import { default as Io } from "./
|
|
36
|
-
import { default as Lo } from "./
|
|
37
|
-
import { default as ho } from "./
|
|
38
|
-
import { default as
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import { default as Mo } from "./
|
|
42
|
-
import { default as ko } from "./
|
|
43
|
-
import { default as Bo } from "./
|
|
44
|
-
import { default as Ho
|
|
45
|
-
import { default as Wo } from "./
|
|
46
|
-
import { default as qo } from "./
|
|
47
|
-
import { default as Go } from "./
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import { default as oe } from "./
|
|
53
|
-
import { default as re } from "./
|
|
54
|
-
import { default as ae } from "./
|
|
55
|
-
import { default as le } from "./
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import { default as ue } from "./
|
|
59
|
-
import { default as ne } from "./
|
|
60
|
-
import { default as Ce } from "./
|
|
19
|
+
import { default as W } from "./Drawer/index.js";
|
|
20
|
+
import { default as q } from "./Dropdown/DropdownList.js";
|
|
21
|
+
import { default as G } from "./FileUpload/FileUpload.js";
|
|
22
|
+
import { default as K } from "./FileUpload/ImagePreview.js";
|
|
23
|
+
import { default as Q } from "./FileUpload/LengthCard.js";
|
|
24
|
+
import { default as Y } from "./FileUpload/PreviewModal.js";
|
|
25
|
+
import { default as _ } from "./Grid/Column.js";
|
|
26
|
+
import { default as oo } from "./Grid/Row.js";
|
|
27
|
+
import { default as ro } from "./Heading/Heading.js";
|
|
28
|
+
import { default as ao } from "./Icon/index.js";
|
|
29
|
+
import { default as lo } from "./InfiniteScroll/InfiniteScroll.js";
|
|
30
|
+
import { default as mo } from "./InfoBoxList/InfoBoxList.js";
|
|
31
|
+
import { createConnectedService as so } from "./InfoBoxList/helper.js";
|
|
32
|
+
import { default as io } from "./InfoDate/InfoDate.js";
|
|
33
|
+
import { InfoText as co } from "./InfoText/InfoText.js";
|
|
34
|
+
import { default as go } from "./Input/Input.js";
|
|
35
|
+
import { default as Io } from "./Label/Label.js";
|
|
36
|
+
import { default as Lo } from "./Loading/Loading.js";
|
|
37
|
+
import { default as ho } from "./Modal/Modal.js";
|
|
38
|
+
import { default as bo } from "./NavigatorCard/index.js";
|
|
39
|
+
import { default as Do } from "./NoResult/NoResult.js";
|
|
40
|
+
import { Notification as vo } from "./Notification/Notification.js";
|
|
41
|
+
import { default as Mo } from "./PageWrapper/PageWrap.js";
|
|
42
|
+
import { default as ko } from "./Pager/Pager.js";
|
|
43
|
+
import { default as Bo } from "./Panel/Panel.js";
|
|
44
|
+
import { default as Ho } from "./PermaLink/PermaLink.js";
|
|
45
|
+
import { default as Vo, RadioList as Wo } from "./Radio/Radio.js";
|
|
46
|
+
import { default as qo } from "./ResultError/ResultError.js";
|
|
47
|
+
import { default as Go } from "./ScrollContainer/ScrollContainer.js";
|
|
48
|
+
import { default as Ko } from "./Select/NoData.js";
|
|
49
|
+
import { S as Qo } from "../Select-DcLZCXNo.js";
|
|
50
|
+
import { default as Yo } from "./Sidebar/index.js";
|
|
51
|
+
import { M as _o } from "../MenuItem-DAf7NU3h.js";
|
|
52
|
+
import { default as oe } from "./StatusTypography/StatusTypography.js";
|
|
53
|
+
import { default as re } from "./Stepper/Stepper.js";
|
|
54
|
+
import { default as ae } from "./Switch/Switch.js";
|
|
55
|
+
import { default as le } from "./Tab/Tab.js";
|
|
56
|
+
import { default as pe } from "./Table/Table.js";
|
|
57
|
+
import { T as xe } from "../TableHeader-Cjx9ZwYH.js";
|
|
58
|
+
import { default as ue } from "./Textarea/Textarea.js";
|
|
59
|
+
import { default as ne } from "./Tooltip/Tooltip.js";
|
|
60
|
+
import { default as Ce } from "./TypographyText/TypographyText.js";
|
|
61
|
+
import { default as Te } from "./ValidationError/ValidationError.js";
|
|
61
62
|
export {
|
|
62
63
|
m as Accordion,
|
|
63
64
|
x as AccordionItem,
|
|
@@ -67,59 +68,60 @@ export {
|
|
|
67
68
|
r as Button,
|
|
68
69
|
S as Card,
|
|
69
70
|
P as Chart,
|
|
70
|
-
|
|
71
|
-
|
|
71
|
+
w as Checkbox,
|
|
72
|
+
_ as Column,
|
|
72
73
|
A as Config,
|
|
73
|
-
|
|
74
|
+
N as Confirm,
|
|
74
75
|
F as ContentHeader,
|
|
75
76
|
R as ContentLoader,
|
|
76
77
|
y as Countdown,
|
|
77
78
|
U as Datepicker,
|
|
78
79
|
E as Divider,
|
|
79
|
-
W as
|
|
80
|
-
q as
|
|
81
|
-
G as
|
|
82
|
-
K as
|
|
83
|
-
Q as
|
|
84
|
-
|
|
85
|
-
ro as
|
|
86
|
-
ao as
|
|
87
|
-
lo as
|
|
88
|
-
|
|
89
|
-
io as
|
|
90
|
-
co as
|
|
91
|
-
go as
|
|
92
|
-
Io as
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
ho as
|
|
80
|
+
W as Drawer,
|
|
81
|
+
q as DropdownList,
|
|
82
|
+
G as FileUpload,
|
|
83
|
+
K as FileUploadImagePreview,
|
|
84
|
+
Q as FileUploadLengthCard,
|
|
85
|
+
Y as FileUploadPreviewModal,
|
|
86
|
+
ro as Heading,
|
|
87
|
+
ao as Icon,
|
|
88
|
+
lo as InfiniteScroll,
|
|
89
|
+
mo as InfoBoxList,
|
|
90
|
+
io as InfoDate,
|
|
91
|
+
co as InfoText,
|
|
92
|
+
go as Input,
|
|
93
|
+
Io as Label,
|
|
94
|
+
Lo as Loading,
|
|
95
|
+
_o as MenuItem,
|
|
96
|
+
ho as Modal,
|
|
97
|
+
bo as NavigatorCard,
|
|
96
98
|
a as NiceModal,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
99
|
+
Ko as NoData,
|
|
100
|
+
Do as NoResult,
|
|
101
|
+
vo as Notification,
|
|
102
|
+
Mo as PageWrapper,
|
|
103
|
+
ko as Pager,
|
|
104
|
+
Bo as Panel,
|
|
103
105
|
l as PermFallBack,
|
|
104
|
-
|
|
106
|
+
Ho as PermaLink,
|
|
105
107
|
C as Permission,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
108
|
+
Vo as Radio,
|
|
109
|
+
Wo as RadioList,
|
|
110
|
+
qo as ResultError,
|
|
111
|
+
oo as Row,
|
|
112
|
+
Go as ScrollContainer,
|
|
113
|
+
Qo as Select,
|
|
114
|
+
Yo as Sidebar,
|
|
115
|
+
oe as StatusTypography,
|
|
116
|
+
re as Stepper,
|
|
117
|
+
ae as Switch,
|
|
118
|
+
le as Tab,
|
|
119
|
+
pe as Table,
|
|
120
|
+
xe as TableHeader,
|
|
121
|
+
ue as Textarea,
|
|
122
|
+
ne as Tooltip,
|
|
123
|
+
Ce as TypographyText,
|
|
124
|
+
Te as ValidationError,
|
|
125
|
+
so as createConnectedService,
|
|
124
126
|
d as getAuth
|
|
125
127
|
};
|
package/dist/hooks/index.js
CHANGED
|
@@ -2,10 +2,12 @@ import { AuthProvider as o, useAuth as u } from "./useAauth.js";
|
|
|
2
2
|
import { default as t } from "./useDisclosure.js";
|
|
3
3
|
import { default as f } from "./useNiceModal.js";
|
|
4
4
|
import { default as l } from "./useMediaQuery.js";
|
|
5
|
+
import { useDrawer as p } from "../components/Drawer/Provider.js";
|
|
5
6
|
export {
|
|
6
7
|
o as AuthProvider,
|
|
7
8
|
u as useAuth,
|
|
8
9
|
t as useDisclosure,
|
|
10
|
+
p as useDrawer,
|
|
9
11
|
l as useMediaQuery,
|
|
10
12
|
f as useNiceModal
|
|
11
13
|
};
|
package/dist/index.d.mts
CHANGED
|
@@ -438,6 +438,20 @@ export declare type DividerProps = {
|
|
|
438
438
|
margin?: string;
|
|
439
439
|
};
|
|
440
440
|
|
|
441
|
+
export declare function Drawer({ children, title }: DrawerProps): JSX_2.Element | null;
|
|
442
|
+
|
|
443
|
+
export declare type DrawerContextType = {
|
|
444
|
+
isOpen: boolean;
|
|
445
|
+
openDrawer: () => void;
|
|
446
|
+
closeDrawer: () => void;
|
|
447
|
+
toggleDrawer: () => void;
|
|
448
|
+
};
|
|
449
|
+
|
|
450
|
+
export declare type DrawerProps = {
|
|
451
|
+
children: React.ReactNode;
|
|
452
|
+
title: string;
|
|
453
|
+
};
|
|
454
|
+
|
|
441
455
|
export declare type DropdownItemType = {
|
|
442
456
|
text: string;
|
|
443
457
|
to?: string;
|
|
@@ -1358,6 +1372,8 @@ export declare function useDisclosure(isOpenInit?: boolean): {
|
|
|
1358
1372
|
onToggle: () => void;
|
|
1359
1373
|
};
|
|
1360
1374
|
|
|
1375
|
+
export declare const useDrawer: () => DrawerContextType;
|
|
1376
|
+
|
|
1361
1377
|
export declare const useMediaQuery: ({ query, onMatch, onUnmatch }: MediaQueryProps) => boolean;
|
|
1362
1378
|
|
|
1363
1379
|
declare type UseNiceModal = [() => void, () => void, string];
|
package/dist/index.d.ts
CHANGED
|
@@ -438,6 +438,20 @@ export declare type DividerProps = {
|
|
|
438
438
|
margin?: string;
|
|
439
439
|
};
|
|
440
440
|
|
|
441
|
+
export declare function Drawer({ children, title }: DrawerProps): JSX_2.Element | null;
|
|
442
|
+
|
|
443
|
+
export declare type DrawerContextType = {
|
|
444
|
+
isOpen: boolean;
|
|
445
|
+
openDrawer: () => void;
|
|
446
|
+
closeDrawer: () => void;
|
|
447
|
+
toggleDrawer: () => void;
|
|
448
|
+
};
|
|
449
|
+
|
|
450
|
+
export declare type DrawerProps = {
|
|
451
|
+
children: React.ReactNode;
|
|
452
|
+
title: string;
|
|
453
|
+
};
|
|
454
|
+
|
|
441
455
|
export declare type DropdownItemType = {
|
|
442
456
|
text: string;
|
|
443
457
|
to?: string;
|
|
@@ -1358,6 +1372,8 @@ export declare function useDisclosure(isOpenInit?: boolean): {
|
|
|
1358
1372
|
onToggle: () => void;
|
|
1359
1373
|
};
|
|
1360
1374
|
|
|
1375
|
+
export declare const useDrawer: () => DrawerContextType;
|
|
1376
|
+
|
|
1361
1377
|
export declare const useMediaQuery: ({ query, onMatch, onUnmatch }: MediaQueryProps) => boolean;
|
|
1362
1378
|
|
|
1363
1379
|
declare type UseNiceModal = [() => void, () => void, string];
|
package/dist/index.js
CHANGED
|
@@ -2,11 +2,11 @@ import { AppAndServicesStatusApperenceType as o, AppearanceAlertCard as a, Appea
|
|
|
2
2
|
import { ApplicationTypeSlug as i } from "./enums/applicationTypeSlug.js";
|
|
3
3
|
import { isActiveColor as A } from "./enums/isActiveColor.js";
|
|
4
4
|
import { Size as E } from "./enums/size.js";
|
|
5
|
-
import { AppTypeEnum as C, CopyTextStatusEnum as
|
|
5
|
+
import { AppTypeEnum as C, CopyTextStatusEnum as D, PodStatusEnum as I, ReportStatus as M, StatusEnum as R, StatusType as S } from "./enums/status.js";
|
|
6
6
|
import { default as N } from "./components/Button/Button.js";
|
|
7
7
|
import { N as F } from "./index-H7XbDVmH.js";
|
|
8
8
|
import { PermFallBack as y, getAuth as P } from "./components/AuthUserCan/index.js";
|
|
9
|
-
import { Accordion as v, AccordionItem as
|
|
9
|
+
import { Accordion as v, AccordionItem as w } from "./components/Accordion/Accordion.js";
|
|
10
10
|
import { default as k } from "./components/ActionButton/ActionButton.js";
|
|
11
11
|
import { default as H } from "./components/AlertCard/AlertCard.js";
|
|
12
12
|
import { default as V } from "./components/AuthUserCan/Permission.js";
|
|
@@ -21,60 +21,62 @@ import { default as ae } from "./components/ContentLoader/ContentLoader.js";
|
|
|
21
21
|
import { default as fe } from "./components/Countdown/Countdown.js";
|
|
22
22
|
import { default as le } from "./components/Datepicker/Datepicker.js";
|
|
23
23
|
import { default as me } from "./components/Divider/Divider.js";
|
|
24
|
-
import { default as se } from "./components/
|
|
25
|
-
import { default as ne } from "./components/
|
|
26
|
-
import { default as Te } from "./components/FileUpload/
|
|
27
|
-
import { default as ce } from "./components/FileUpload/
|
|
28
|
-
import { default as _e } from "./components/FileUpload/
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as Se } from "./components/
|
|
32
|
-
import { default as Ne } from "./components/
|
|
33
|
-
import { default as Fe } from "./components/
|
|
34
|
-
import { default as ye } from "./components/
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import { default as Ve } from "./components/
|
|
40
|
-
import { default as je } from "./components/
|
|
41
|
-
import { default as Ke } from "./components/
|
|
42
|
-
import { default as Ye } from "./components/
|
|
43
|
-
import { default as Ge } from "./components/
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import { default as rr } from "./components/
|
|
47
|
-
import { default as ar } from "./components/
|
|
48
|
-
import { default as fr } from "./components/
|
|
49
|
-
import { default as lr
|
|
50
|
-
import { default as ur } from "./components/
|
|
51
|
-
import { default as xr } from "./components/
|
|
52
|
-
import { default as ir } from "./components/
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as gr } from "./components/
|
|
59
|
-
import { default as Lr } from "./components/
|
|
60
|
-
import { default as Or } from "./components/
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as Br } from "./components/
|
|
65
|
-
import { default as Ur } from "./components/
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import { default as Yr } from "./hooks/
|
|
69
|
-
import { default as Gr } from "./hooks/
|
|
70
|
-
import { default as Xr
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import { default as
|
|
74
|
-
import {
|
|
24
|
+
import { default as se } from "./components/Drawer/index.js";
|
|
25
|
+
import { default as ne } from "./components/Dropdown/DropdownList.js";
|
|
26
|
+
import { default as Te } from "./components/FileUpload/FileUpload.js";
|
|
27
|
+
import { default as ce } from "./components/FileUpload/ImagePreview.js";
|
|
28
|
+
import { default as _e } from "./components/FileUpload/LengthCard.js";
|
|
29
|
+
import { default as De } from "./components/FileUpload/PreviewModal.js";
|
|
30
|
+
import { default as Me } from "./components/Grid/Column.js";
|
|
31
|
+
import { default as Se } from "./components/Grid/Row.js";
|
|
32
|
+
import { default as Ne } from "./components/Heading/Heading.js";
|
|
33
|
+
import { default as Fe } from "./components/Icon/index.js";
|
|
34
|
+
import { default as ye } from "./components/InfiniteScroll/InfiniteScroll.js";
|
|
35
|
+
import { default as he } from "./components/InfoBoxList/InfoBoxList.js";
|
|
36
|
+
import { createConnectedService as we } from "./components/InfoBoxList/helper.js";
|
|
37
|
+
import { default as ke } from "./components/InfoDate/InfoDate.js";
|
|
38
|
+
import { InfoText as He } from "./components/InfoText/InfoText.js";
|
|
39
|
+
import { default as Ve } from "./components/Input/Input.js";
|
|
40
|
+
import { default as je } from "./components/Label/Label.js";
|
|
41
|
+
import { default as Ke } from "./components/Loading/Loading.js";
|
|
42
|
+
import { default as Ye } from "./components/Modal/Modal.js";
|
|
43
|
+
import { default as Ge } from "./components/NavigatorCard/index.js";
|
|
44
|
+
import { default as Xe } from "./components/NoResult/NoResult.js";
|
|
45
|
+
import { Notification as $e } from "./components/Notification/Notification.js";
|
|
46
|
+
import { default as rr } from "./components/PageWrapper/PageWrap.js";
|
|
47
|
+
import { default as ar } from "./components/Pager/Pager.js";
|
|
48
|
+
import { default as fr } from "./components/Panel/Panel.js";
|
|
49
|
+
import { default as lr } from "./components/PermaLink/PermaLink.js";
|
|
50
|
+
import { default as mr, RadioList as ur } from "./components/Radio/Radio.js";
|
|
51
|
+
import { default as xr } from "./components/ResultError/ResultError.js";
|
|
52
|
+
import { default as ir } from "./components/ScrollContainer/ScrollContainer.js";
|
|
53
|
+
import { default as Ar } from "./components/Select/NoData.js";
|
|
54
|
+
import { S as Er } from "./Select-DcLZCXNo.js";
|
|
55
|
+
import { default as Cr } from "./components/Sidebar/index.js";
|
|
56
|
+
import { M as Ir } from "./MenuItem-DAf7NU3h.js";
|
|
57
|
+
import { default as Rr } from "./components/StatusTypography/StatusTypography.js";
|
|
58
|
+
import { default as gr } from "./components/Stepper/Stepper.js";
|
|
59
|
+
import { default as Lr } from "./components/Switch/Switch.js";
|
|
60
|
+
import { default as Or } from "./components/Tab/Tab.js";
|
|
61
|
+
import { default as Pr } from "./components/Table/Table.js";
|
|
62
|
+
import { T as vr } from "./TableHeader-Cjx9ZwYH.js";
|
|
63
|
+
import { default as br } from "./components/Textarea/Textarea.js";
|
|
64
|
+
import { default as Br } from "./components/Tooltip/Tooltip.js";
|
|
65
|
+
import { default as Ur } from "./components/TypographyText/TypographyText.js";
|
|
66
|
+
import { default as Wr } from "./components/ValidationError/ValidationError.js";
|
|
67
|
+
import { AuthProvider as zr, useAuth as Kr } from "./hooks/useAauth.js";
|
|
68
|
+
import { default as Yr } from "./hooks/useDisclosure.js";
|
|
69
|
+
import { default as Gr } from "./hooks/useNiceModal.js";
|
|
70
|
+
import { default as Xr } from "./hooks/useMediaQuery.js";
|
|
71
|
+
import { useDrawer as $r } from "./components/Drawer/Provider.js";
|
|
72
|
+
import { default as ro, t as oo } from "./locales/i18n.js";
|
|
73
|
+
import { CLIENT_DATE_AND_TIME_FORMAT as to, CLIENT_DATE_AND_TIME_SHORT_FORMAT as fo, CLIENT_DATE_COMPARE_FORMAT as po, CLIENT_DATE_FILTER_FORMAT as lo, CLIENT_DATE_SHORT_FORMAT as mo, CLIENT_TIME_FORMAT as uo, CLIENT_TIME_FORMAT_PICKER as so, DateFormats as xo, MIN_DATE_TODAY as no, MIN_DATE_TOMORROW as io, SERVER_DATE_AND_TIME_FORMAT as To, SERVER_DATE_FORMAT as Ao, default as co, friendlyDate as Eo } from "./utils/date.js";
|
|
74
|
+
import { changeLanguage as Co, getCurrentLanguage as Do, getDatepickerLocale as Io } from "./utils/language.js";
|
|
75
|
+
import { default as Ro } from "./prodivers.js";
|
|
76
|
+
import { f as go, p as No } from "./index-JNaMEwgt.js";
|
|
75
77
|
export {
|
|
76
78
|
v as Accordion,
|
|
77
|
-
|
|
79
|
+
w as AccordionItem,
|
|
78
80
|
k as ActionButton,
|
|
79
81
|
H as AlertCard,
|
|
80
82
|
o as AppAndServicesStatusApperenceType,
|
|
@@ -85,102 +87,104 @@ export {
|
|
|
85
87
|
p as AppearanceSpinner,
|
|
86
88
|
l as AppearanceTag,
|
|
87
89
|
i as ApplicationTypeSlug,
|
|
88
|
-
|
|
90
|
+
zr as AuthProvider,
|
|
89
91
|
j as Autocomplete,
|
|
90
92
|
N as Button,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
93
|
+
to as CLIENT_DATE_AND_TIME_FORMAT,
|
|
94
|
+
fo as CLIENT_DATE_AND_TIME_SHORT_FORMAT,
|
|
95
|
+
po as CLIENT_DATE_COMPARE_FORMAT,
|
|
96
|
+
lo as CLIENT_DATE_FILTER_FORMAT,
|
|
97
|
+
mo as CLIENT_DATE_SHORT_FORMAT,
|
|
98
|
+
uo as CLIENT_TIME_FORMAT,
|
|
99
|
+
so as CLIENT_TIME_FORMAT_PICKER,
|
|
98
100
|
K as Card,
|
|
99
101
|
Y as Chart,
|
|
100
102
|
G as Checkbox,
|
|
101
|
-
|
|
103
|
+
Me as Column,
|
|
102
104
|
X as Config,
|
|
103
105
|
$ as Confirm,
|
|
104
106
|
re as ContentHeader,
|
|
105
107
|
ae as ContentLoader,
|
|
106
|
-
|
|
108
|
+
D as CopyTextStatusEnum,
|
|
107
109
|
fe as Countdown,
|
|
108
|
-
|
|
110
|
+
xo as DateFormats,
|
|
109
111
|
le as Datepicker,
|
|
110
112
|
me as Divider,
|
|
111
113
|
d as DividerAppearance,
|
|
112
|
-
se as
|
|
113
|
-
ne as
|
|
114
|
-
Te as
|
|
115
|
-
ce as
|
|
116
|
-
_e as
|
|
114
|
+
se as Drawer,
|
|
115
|
+
ne as DropdownList,
|
|
116
|
+
Te as FileUpload,
|
|
117
|
+
ce as FileUploadImagePreview,
|
|
118
|
+
_e as FileUploadLengthCard,
|
|
119
|
+
De as FileUploadPreviewModal,
|
|
117
120
|
m as FormFieldAppearance,
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
121
|
+
Ne as Heading,
|
|
122
|
+
Fe as Icon,
|
|
123
|
+
ye as InfiniteScroll,
|
|
124
|
+
he as InfoBoxList,
|
|
125
|
+
ke as InfoDate,
|
|
126
|
+
He as InfoText,
|
|
127
|
+
Ve as Input,
|
|
128
|
+
je as Label,
|
|
129
|
+
Ke as Loading,
|
|
130
|
+
no as MIN_DATE_TODAY,
|
|
131
|
+
io as MIN_DATE_TOMORROW,
|
|
132
|
+
Ir as MenuItem,
|
|
133
|
+
Ye as Modal,
|
|
131
134
|
u as ModalAppearanceType,
|
|
132
|
-
|
|
135
|
+
Ge as NavigatorCard,
|
|
133
136
|
F as NiceModal,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
+
Ar as NoData,
|
|
138
|
+
Xe as NoResult,
|
|
139
|
+
$e as Notification,
|
|
137
140
|
s as NotificationAppearanceType,
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
+
rr as PageWrapper,
|
|
142
|
+
ar as Pager,
|
|
143
|
+
fr as Panel,
|
|
141
144
|
y as PermFallBack,
|
|
142
|
-
|
|
145
|
+
lr as PermaLink,
|
|
143
146
|
V as Permission,
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
147
|
+
I as PodStatusEnum,
|
|
148
|
+
Ro as Provider,
|
|
149
|
+
mr as Radio,
|
|
150
|
+
ur as RadioList,
|
|
151
|
+
M as ReportStatus,
|
|
152
|
+
xr as ResultError,
|
|
153
|
+
Se as Row,
|
|
154
|
+
To as SERVER_DATE_AND_TIME_FORMAT,
|
|
155
|
+
Ao as SERVER_DATE_FORMAT,
|
|
156
|
+
ir as ScrollContainer,
|
|
157
|
+
Er as Select,
|
|
158
|
+
Cr as Sidebar,
|
|
156
159
|
E as Size,
|
|
157
|
-
|
|
160
|
+
R as StatusEnum,
|
|
158
161
|
S as StatusType,
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
162
|
+
Rr as StatusTypography,
|
|
163
|
+
gr as Stepper,
|
|
164
|
+
Lr as Switch,
|
|
165
|
+
Or as Tab,
|
|
166
|
+
Pr as Table,
|
|
167
|
+
vr as TableHeader,
|
|
168
|
+
br as Textarea,
|
|
166
169
|
x as ThemeAppearance,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
170
|
+
Br as Tooltip,
|
|
171
|
+
Ur as TypographyText,
|
|
172
|
+
Wr as ValidationError,
|
|
173
|
+
Co as changeLanguage,
|
|
174
|
+
we as createConnectedService,
|
|
175
|
+
co as dayjs,
|
|
176
|
+
go as format,
|
|
177
|
+
Eo as friendlyDate,
|
|
175
178
|
P as getAuth,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
+
Do as getCurrentLanguage,
|
|
180
|
+
Io as getDatepickerLocale,
|
|
181
|
+
ro as i18n,
|
|
179
182
|
A as isActiveColor,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
183
|
+
No as parseISO,
|
|
184
|
+
oo as t,
|
|
185
|
+
Kr as useAuth,
|
|
186
|
+
Yr as useDisclosure,
|
|
187
|
+
$r as useDrawer,
|
|
188
|
+
Xr as useMediaQuery,
|
|
189
|
+
Gr as useNiceModal
|
|
186
190
|
};
|
package/dist/prodivers.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { j as r } from "./jsx-runtime-BcAkpsdy.js";
|
|
2
|
-
import { N as
|
|
3
|
-
import { T as
|
|
4
|
-
import
|
|
2
|
+
import { N as i } from "./index-H7XbDVmH.js";
|
|
3
|
+
import { T as t } from "./react-toastify.esm-BUWNP7Nm.js";
|
|
4
|
+
import { DrawerProvider as e } from "./components/Drawer/Provider.js";
|
|
5
|
+
import './prodivers.css';function d({ children: o }) {
|
|
5
6
|
return /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
6
|
-
/* @__PURE__ */ r.jsx(
|
|
7
|
-
/* @__PURE__ */ r.jsx(
|
|
7
|
+
/* @__PURE__ */ r.jsx(i.Provider, { children: /* @__PURE__ */ r.jsx(e, { children: o }) }),
|
|
8
|
+
/* @__PURE__ */ r.jsx(t, { limit: 3 })
|
|
8
9
|
] });
|
|
9
10
|
}
|
|
10
11
|
export {
|
|
11
|
-
|
|
12
|
+
d as default
|
|
12
13
|
};
|