dgz-ui 1.2.2 → 1.2.3
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/calendar/index.es.js +1 -1
- package/dist/calendar/index.umd.js +1 -1
- package/dist/form/index.es.js +13 -12
- package/dist/form/index.umd.js +1 -1
- package/dist/index.es.js +70 -69
- package/dist/index.umd.js +1 -1
- package/dist/select-BXGEMxet.cjs +56 -0
- package/dist/select-Cwb1akIr.js +8795 -0
- package/dist/{textarea-DkP2jeLP.js → textarea-BxM4GHSr.js} +1 -1
- package/dist/{textarea-DyLbgrQU.cjs → textarea-CCNXQUC_.cjs} +1 -1
- package/dist/timepicker-D_81Kg1o.cjs +6 -0
- package/dist/timepicker-a0cR_CqS.js +3270 -0
- package/dist/types/ui/form/file-upload.d.ts +4 -3
- package/dist/types/ui/form/file-upload.d.ts.map +1 -1
- package/dist/types/ui/form/react-select.d.ts +1 -2
- package/dist/types/ui/form/react-select.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/select-CYamzmUT.cjs +0 -11
- package/dist/select-INvYzuAh.js +0 -958
- package/dist/timepicker-BsKqXBEq.js +0 -11106
- package/dist/timepicker-DYWXTXua.cjs +0 -51
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../timepicker-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../timepicker-D_81Kg1o.cjs");exports.Calendar=e.Calendar;exports.DATE=e.DATE;exports.DatePicker=e.DatePicker;exports.HOUR=e.HOUR;exports.MINUTE=e.MINUTE;exports.TIME=e.TIME;exports.TimePicker=e.TimePicker;
|
package/dist/form/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as s, F as t, a as o, d as l, e as r, g as c, b as S, c as m, f as F, I as i, L as n, S as p, T as u, i as b, u as d } from "../textarea-
|
|
2
|
-
import {
|
|
1
|
+
import { C as s, F as t, a as o, d as l, e as r, g as c, b as S, c as m, f as F, I as i, L as n, S as p, T as u, i as b, u as d } from "../textarea-BxM4GHSr.js";
|
|
2
|
+
import { R as f, S as x, d as C, a as I, f as L, e as h, i as T, h as w, g as B, c as D, b as R } from "../select-Cwb1akIr.js";
|
|
3
3
|
export {
|
|
4
4
|
s as Checkbox,
|
|
5
5
|
t as FileUpload,
|
|
@@ -12,16 +12,17 @@ export {
|
|
|
12
12
|
F as FormMessage,
|
|
13
13
|
i as Input,
|
|
14
14
|
n as Label,
|
|
15
|
-
f as
|
|
16
|
-
x as
|
|
17
|
-
C as
|
|
18
|
-
I as
|
|
19
|
-
L as
|
|
20
|
-
h as
|
|
21
|
-
T as
|
|
22
|
-
w as
|
|
23
|
-
B as
|
|
24
|
-
D as
|
|
15
|
+
f as ReactSelect,
|
|
16
|
+
x as Select,
|
|
17
|
+
C as SelectContent,
|
|
18
|
+
I as SelectGroup,
|
|
19
|
+
L as SelectItem,
|
|
20
|
+
h as SelectLabel,
|
|
21
|
+
T as SelectScrollDownButton,
|
|
22
|
+
w as SelectScrollUpButton,
|
|
23
|
+
B as SelectSeparator,
|
|
24
|
+
D as SelectTrigger,
|
|
25
|
+
R as SelectValue,
|
|
25
26
|
p as Switch,
|
|
26
27
|
u as Textarea,
|
|
27
28
|
b as inputVariants,
|
package/dist/form/index.umd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../textarea-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../textarea-CCNXQUC_.cjs"),t=require("../select-BXGEMxet.cjs");exports.Checkbox=e.Checkbox;exports.FileUpload=e.FileUpload;exports.Form=e.Form;exports.FormControl=e.FormControl;exports.FormDescription=e.FormDescription;exports.FormField=e.FormField;exports.FormItem=e.FormItem;exports.FormLabel=e.FormLabel;exports.FormMessage=e.FormMessage;exports.Input=e.Input;exports.Label=e.Label;exports.Switch=e.Switch;exports.Textarea=e.Textarea;exports.inputVariants=e.inputVariants;exports.useFormField=e.useFormField;exports.ReactSelect=t.ReactSelect;exports.Select=t.Select;exports.SelectContent=t.SelectContent;exports.SelectGroup=t.SelectGroup;exports.SelectItem=t.SelectItem;exports.SelectLabel=t.SelectLabel;exports.SelectScrollDownButton=t.SelectScrollDownButton;exports.SelectScrollUpButton=t.SelectScrollUpButton;exports.SelectSeparator=t.SelectSeparator;exports.SelectTrigger=t.SelectTrigger;exports.SelectValue=t.SelectValue;
|
package/dist/index.es.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import { A as o, c as r, b as s, a as t } from "./alert-BQ7Imp0N.js";
|
|
2
|
-
import { A as i, i as n, j as p, d as g, h as
|
|
2
|
+
import { A as i, i as n, j as p, d as g, h as c, f as d, e as b, b as D, a as m, g as T, c as u } from "./alert-dialog-Dd-L2ET9.js";
|
|
3
3
|
import { A as f, c as C, b as x, a as A } from "./avatar-wqhZ8F08.js";
|
|
4
4
|
import { B as M, b as w } from "./badge-DVHH0GFb.js";
|
|
5
5
|
import { B as h, f as B, b as I, c as v, a as L, d as k, e as H } from "./breadcrumb-g_XkENv7.js";
|
|
6
|
-
import { B as
|
|
6
|
+
import { B as V, b as E } from "./button-A8Wj-Exm.js";
|
|
7
7
|
import { C as y, e as G, d as O, b as j, a as N, c as q } from "./card-BfXl_EsR.js";
|
|
8
|
-
import { C as J, D as K, a as Q, H as W, M as X, T as Y, b as Z } from "./timepicker-
|
|
8
|
+
import { C as J, D as K, a as Q, H as W, M as X, T as Y, b as Z } from "./timepicker-a0cR_CqS.js";
|
|
9
9
|
import { D as $, c as aa, e as ea, i as oa, g as ra, f as sa, b as ta, a as la, h as ia, d as na } from "./dialog-BnwJbu6h.js";
|
|
10
|
-
import { D as ga, d as
|
|
11
|
-
import { C as Fa, F as ha, a as Ba, d as Ia, e as va, g as La, b as ka, c as Ha, f as
|
|
12
|
-
import {
|
|
13
|
-
import { P as
|
|
14
|
-
import { P as
|
|
15
|
-
import { S as de, a as
|
|
16
|
-
import { S as
|
|
17
|
-
import { S as
|
|
18
|
-
import { T as
|
|
19
|
-
import { T as
|
|
20
|
-
import { T as
|
|
21
|
-
import { c as
|
|
10
|
+
import { D as ga, d as ca, b as da, i as ba, c as Da, f as ma, j as Ta, n as ua, e as Sa, g as fa, h as Ca, k as xa, l as Aa, m as Pa, a as Ma } from "./dropdown-menu--t1ZKu0y.js";
|
|
11
|
+
import { C as Fa, F as ha, a as Ba, d as Ia, e as va, g as La, b as ka, c as Ha, f as Ra, I as Va, L as Ea, S as Ua, T as ya, i as Ga, u as Oa } from "./textarea-BxM4GHSr.js";
|
|
12
|
+
import { R as Na, S as qa, d as za, a as Ja, f as Ka, e as Qa, i as Wa, h as Xa, g as Ya, c as Za, b as _a } from "./select-Cwb1akIr.js";
|
|
13
|
+
import { P as ae, a as ee, b as oe, c as re, d as se, e as te, f as le } from "./pagination-BKWVDZ5L.js";
|
|
14
|
+
import { P as ne, b as pe, a as ge } from "./popover-CBRr00GV.js";
|
|
15
|
+
import { S as de, a as be } from "./scroll-area-B2k4oQUl.js";
|
|
16
|
+
import { S as me } from "./separator-BRZX_NK4.js";
|
|
17
|
+
import { S as ue, b as Se, c as fe, g as Ce, e as xe, d as Ae, f as Pe, a as Me } from "./sheet-DuP9jLhE.js";
|
|
18
|
+
import { T as Fe, c as he, a as Be, b as Ie } from "./tabs-CoUJeWqS.js";
|
|
19
|
+
import { T as Le, b as ke, g as He, f as Re, c as Ve, d as Ee, a as Ue, e as ye } from "./table-kClFJITU.js";
|
|
20
|
+
import { T as Oe, b as je, c as Ne, a as qe } from "./tooltip-DQ4gV29w.js";
|
|
21
|
+
import { c as Je } from "./utils-PffWk1Lg.js";
|
|
22
22
|
export {
|
|
23
23
|
o as Alert,
|
|
24
24
|
r as AlertDescription,
|
|
@@ -26,8 +26,8 @@ export {
|
|
|
26
26
|
n as AlertDialogAction,
|
|
27
27
|
p as AlertDialogCancel,
|
|
28
28
|
g as AlertDialogContent,
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
c as AlertDialogDescription,
|
|
30
|
+
d as AlertDialogFooter,
|
|
31
31
|
b as AlertDialogHeader,
|
|
32
32
|
D as AlertDialogOverlay,
|
|
33
33
|
m as AlertDialogPortal,
|
|
@@ -45,7 +45,7 @@ export {
|
|
|
45
45
|
L as BreadcrumbList,
|
|
46
46
|
k as BreadcrumbPage,
|
|
47
47
|
H as BreadcrumbSeparator,
|
|
48
|
-
|
|
48
|
+
V as Button,
|
|
49
49
|
J as Calendar,
|
|
50
50
|
y as Card,
|
|
51
51
|
G as CardContent,
|
|
@@ -67,8 +67,8 @@ export {
|
|
|
67
67
|
ia as DialogTitle,
|
|
68
68
|
na as DialogTrigger,
|
|
69
69
|
ga as DropdownMenu,
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
ca as DropdownMenuCheckboxItem,
|
|
71
|
+
da as DropdownMenuContent,
|
|
72
72
|
ba as DropdownMenuGroup,
|
|
73
73
|
Da as DropdownMenuItem,
|
|
74
74
|
ma as DropdownMenuLabel,
|
|
@@ -88,67 +88,68 @@ export {
|
|
|
88
88
|
La as FormField,
|
|
89
89
|
ka as FormItem,
|
|
90
90
|
Ha as FormLabel,
|
|
91
|
-
|
|
91
|
+
Ra as FormMessage,
|
|
92
92
|
W as HOUR,
|
|
93
|
-
|
|
94
|
-
|
|
93
|
+
Va as Input,
|
|
94
|
+
Ea as Label,
|
|
95
95
|
X as MINUTE,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
96
|
+
ae as Pagination,
|
|
97
|
+
ee as PaginationContent,
|
|
98
|
+
oe as PaginationEllipsis,
|
|
99
|
+
re as PaginationItem,
|
|
100
|
+
se as PaginationLink,
|
|
101
|
+
te as PaginationNext,
|
|
102
|
+
le as PaginationPrevious,
|
|
103
|
+
ne as Popover,
|
|
104
|
+
pe as PopoverContent,
|
|
105
|
+
ge as PopoverTrigger,
|
|
106
|
+
Na as ReactSelect,
|
|
106
107
|
de as ScrollArea,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
108
|
+
be as ScrollBar,
|
|
109
|
+
qa as Select,
|
|
110
|
+
za as SelectContent,
|
|
111
|
+
Ja as SelectGroup,
|
|
112
|
+
Ka as SelectItem,
|
|
113
|
+
Qa as SelectLabel,
|
|
114
|
+
Wa as SelectScrollDownButton,
|
|
115
|
+
Xa as SelectScrollUpButton,
|
|
116
|
+
Ya as SelectSeparator,
|
|
117
|
+
Za as SelectTrigger,
|
|
118
|
+
_a as SelectValue,
|
|
119
|
+
me as Separator,
|
|
120
|
+
ue as Sheet,
|
|
121
|
+
Se as SheetClose,
|
|
122
|
+
fe as SheetContent,
|
|
123
|
+
Ce as SheetDescription,
|
|
124
|
+
xe as SheetFooter,
|
|
125
|
+
Ae as SheetHeader,
|
|
126
|
+
Pe as SheetTitle,
|
|
127
|
+
Me as SheetTrigger,
|
|
127
128
|
Ua as Switch,
|
|
128
129
|
Y as TIME,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
130
|
+
Le as Table,
|
|
131
|
+
ke as TableBody,
|
|
132
|
+
He as TableCaption,
|
|
133
|
+
Re as TableCell,
|
|
133
134
|
Ve as TableFooter,
|
|
134
135
|
Ee as TableHead,
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
136
|
+
Ue as TableHeader,
|
|
137
|
+
ye as TableRow,
|
|
138
|
+
Fe as Tabs,
|
|
139
|
+
he as TabsContent,
|
|
140
|
+
Be as TabsList,
|
|
141
|
+
Ie as TabsTrigger,
|
|
141
142
|
ya as Textarea,
|
|
142
143
|
Z as TimePicker,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
144
|
+
Oe as Tooltip,
|
|
145
|
+
je as TooltipContent,
|
|
146
|
+
Ne as TooltipProvider,
|
|
147
|
+
qe as TooltipTrigger,
|
|
147
148
|
t as alertVariants,
|
|
148
149
|
A as avatarVariants,
|
|
149
150
|
w as badgeVariants,
|
|
150
|
-
|
|
151
|
-
|
|
151
|
+
E as buttonVariants,
|
|
152
|
+
Je as cn,
|
|
152
153
|
Ga as inputVariants,
|
|
153
154
|
Oa as useFormField
|
|
154
155
|
};
|
package/dist/index.umd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("./alert-BLGnAWc6.cjs"),o=require("./alert-dialog-BBVM9AVW.cjs"),p=require("./avatar-C9aqOeVS.cjs"),b=require("./badge-CTfuMH6I.cjs"),l=require("./breadcrumb-DQ4oL7on.cjs"),S=require("./button-CElHJJAn.cjs"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("./alert-BLGnAWc6.cjs"),o=require("./alert-dialog-BBVM9AVW.cjs"),p=require("./avatar-C9aqOeVS.cjs"),b=require("./badge-CTfuMH6I.cjs"),l=require("./breadcrumb-DQ4oL7on.cjs"),S=require("./button-CElHJJAn.cjs"),u=require("./card-B7hK2pic.cjs"),g=require("./timepicker-D_81Kg1o.cjs"),a=require("./dialog-CxAasi-E.cjs"),e=require("./dropdown-menu-BM2MX4K2.cjs"),r=require("./textarea-CCNXQUC_.cjs"),t=require("./select-BXGEMxet.cjs"),c=require("./pagination-DsAW7rsR.cjs"),T=require("./popover-x_8ysYw3.cjs"),C=require("./scroll-area-CDwfYQ7g.cjs"),m=require("./separator-D8eu76XK.cjs"),i=require("./sheet-CKBorV8K.cjs"),D=require("./tabs-CzNgQSQ_.cjs"),n=require("./table-DJL07krO.cjs"),s=require("./tooltip-CChRwk6m.cjs"),A=require("./utils-B2wEcs4B.cjs");exports.Alert=d.Alert;exports.AlertDescription=d.AlertDescription;exports.AlertTitle=d.AlertTitle;exports.alertVariants=d.alertVariants;exports.AlertDialog=o.AlertDialog;exports.AlertDialogAction=o.AlertDialogAction;exports.AlertDialogCancel=o.AlertDialogCancel;exports.AlertDialogContent=o.AlertDialogContent;exports.AlertDialogDescription=o.AlertDialogDescription;exports.AlertDialogFooter=o.AlertDialogFooter;exports.AlertDialogHeader=o.AlertDialogHeader;exports.AlertDialogOverlay=o.AlertDialogOverlay;exports.AlertDialogPortal=o.AlertDialogPortal;exports.AlertDialogTitle=o.AlertDialogTitle;exports.AlertDialogTrigger=o.AlertDialogTrigger;exports.Avatar=p.Avatar;exports.AvatarFallback=p.AvatarFallback;exports.AvatarImage=p.AvatarImage;exports.avatarVariants=p.avatarVariants;exports.Badge=b.Badge;exports.badgeVariants=b.badgeVariants;exports.Breadcrumb=l.Breadcrumb;exports.BreadcrumbEllipsis=l.BreadcrumbEllipsis;exports.BreadcrumbItem=l.BreadcrumbItem;exports.BreadcrumbLink=l.BreadcrumbLink;exports.BreadcrumbList=l.BreadcrumbList;exports.BreadcrumbPage=l.BreadcrumbPage;exports.BreadcrumbSeparator=l.BreadcrumbSeparator;exports.Button=S.Button;exports.buttonVariants=S.buttonVariants;exports.Card=u.Card;exports.CardContent=u.CardContent;exports.CardDescription=u.CardDescription;exports.CardFooter=u.CardFooter;exports.CardHeader=u.CardHeader;exports.CardTitle=u.CardTitle;exports.Calendar=g.Calendar;exports.DATE=g.DATE;exports.DatePicker=g.DatePicker;exports.HOUR=g.HOUR;exports.MINUTE=g.MINUTE;exports.TIME=g.TIME;exports.TimePicker=g.TimePicker;exports.Dialog=a.Dialog;exports.DialogClose=a.DialogClose;exports.DialogContent=a.DialogContent;exports.DialogDescription=a.DialogDescription;exports.DialogFooter=a.DialogFooter;exports.DialogHeader=a.DialogHeader;exports.DialogOverlay=a.DialogOverlay;exports.DialogPortal=a.DialogPortal;exports.DialogTitle=a.DialogTitle;exports.DialogTrigger=a.DialogTrigger;exports.DropdownMenu=e.DropdownMenu;exports.DropdownMenuCheckboxItem=e.DropdownMenuCheckboxItem;exports.DropdownMenuContent=e.DropdownMenuContent;exports.DropdownMenuGroup=e.DropdownMenuGroup;exports.DropdownMenuItem=e.DropdownMenuItem;exports.DropdownMenuLabel=e.DropdownMenuLabel;exports.DropdownMenuPortal=e.DropdownMenuPortal;exports.DropdownMenuRadioGroup=e.DropdownMenuRadioGroup;exports.DropdownMenuRadioItem=e.DropdownMenuRadioItem;exports.DropdownMenuSeparator=e.DropdownMenuSeparator;exports.DropdownMenuShortcut=e.DropdownMenuShortcut;exports.DropdownMenuSub=e.DropdownMenuSub;exports.DropdownMenuSubContent=e.DropdownMenuSubContent;exports.DropdownMenuSubTrigger=e.DropdownMenuSubTrigger;exports.DropdownMenuTrigger=e.DropdownMenuTrigger;exports.Checkbox=r.Checkbox;exports.FileUpload=r.FileUpload;exports.Form=r.Form;exports.FormControl=r.FormControl;exports.FormDescription=r.FormDescription;exports.FormField=r.FormField;exports.FormItem=r.FormItem;exports.FormLabel=r.FormLabel;exports.FormMessage=r.FormMessage;exports.Input=r.Input;exports.Label=r.Label;exports.Switch=r.Switch;exports.Textarea=r.Textarea;exports.inputVariants=r.inputVariants;exports.useFormField=r.useFormField;exports.ReactSelect=t.ReactSelect;exports.Select=t.Select;exports.SelectContent=t.SelectContent;exports.SelectGroup=t.SelectGroup;exports.SelectItem=t.SelectItem;exports.SelectLabel=t.SelectLabel;exports.SelectScrollDownButton=t.SelectScrollDownButton;exports.SelectScrollUpButton=t.SelectScrollUpButton;exports.SelectSeparator=t.SelectSeparator;exports.SelectTrigger=t.SelectTrigger;exports.SelectValue=t.SelectValue;exports.Pagination=c.Pagination;exports.PaginationContent=c.PaginationContent;exports.PaginationEllipsis=c.PaginationEllipsis;exports.PaginationItem=c.PaginationItem;exports.PaginationLink=c.PaginationLink;exports.PaginationNext=c.PaginationNext;exports.PaginationPrevious=c.PaginationPrevious;exports.Popover=T.Popover;exports.PopoverContent=T.PopoverContent;exports.PopoverTrigger=T.PopoverTrigger;exports.ScrollArea=C.ScrollArea;exports.ScrollBar=C.ScrollBar;exports.Separator=m.Separator;exports.Sheet=i.Sheet;exports.SheetClose=i.SheetClose;exports.SheetContent=i.SheetContent;exports.SheetDescription=i.SheetDescription;exports.SheetFooter=i.SheetFooter;exports.SheetHeader=i.SheetHeader;exports.SheetTitle=i.SheetTitle;exports.SheetTrigger=i.SheetTrigger;exports.Tabs=D.Tabs;exports.TabsContent=D.TabsContent;exports.TabsList=D.TabsList;exports.TabsTrigger=D.TabsTrigger;exports.Table=n.Table;exports.TableBody=n.TableBody;exports.TableCaption=n.TableCaption;exports.TableCell=n.TableCell;exports.TableFooter=n.TableFooter;exports.TableHead=n.TableHead;exports.TableHeader=n.TableHeader;exports.TableRow=n.TableRow;exports.Tooltip=s.Tooltip;exports.TooltipContent=s.TooltipContent;exports.TooltipProvider=s.TooltipProvider;exports.TooltipTrigger=s.TooltipTrigger;exports.cn=A.cn;
|