@godxjp/ui 6.2.0 → 6.4.0
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/app/index.js +4 -4
- package/dist/{checkbox-CoHDi3ao.d.ts → checkbox-CNP1MnPn.d.ts} +1 -1
- package/dist/{chunk-7JN4JXK6.js → chunk-54LBVZLM.js} +111 -23
- package/dist/{chunk-GV2YQLH2.js → chunk-5DRKN2HI.js} +1 -1
- package/dist/{chunk-7OTWYSVX.js → chunk-6BJ2X7PA.js} +32 -10
- package/dist/{chunk-IGOP3HFF.js → chunk-7W3CHMLL.js} +1 -1
- package/dist/{chunk-FRFUSXBH.js → chunk-A3Q5LKWS.js} +1 -1
- package/dist/chunk-DV52WNXO.js +8 -0
- package/dist/{chunk-2476DOOA.js → chunk-E7CZIMX7.js} +2 -2
- package/dist/{chunk-32UNYHGY.js → chunk-EYLUVDHJ.js} +1 -1
- package/dist/{chunk-FBGBDFNL.js → chunk-FNZQTYAG.js} +2 -2
- package/dist/{chunk-66KBGNJT.js → chunk-GFUO67BB.js} +3 -3
- package/dist/chunk-GXBWEOZD.js +106 -0
- package/dist/{chunk-2D72MDPB.js → chunk-GXKBK6N2.js} +2 -2
- package/dist/{chunk-JVAOKBRC.js → chunk-MIVDO3Z3.js} +2 -2
- package/dist/{chunk-ZOBDO3KZ.js → chunk-NKN2OW3G.js} +2 -2
- package/dist/{chunk-BXIE57HV.js → chunk-RGSH6FQN.js} +1 -1
- package/dist/{chunk-XAFIIWZU.js → chunk-TNIDN4OY.js} +2 -2
- package/dist/{chunk-R5QIUFML.js → chunk-UJFXXEM4.js} +59 -30
- package/dist/{chunk-GVKKQ6MU.js → chunk-ULKQ3IDG.js} +2 -2
- package/dist/chunk-WHRFHVFD.js +123 -0
- package/dist/{chunk-JZCFDGIB.js → chunk-WUXFOY6M.js} +2 -2
- package/dist/components/admin/index.d.ts +5 -5
- package/dist/components/admin/index.js +20 -19
- package/dist/components/data-display/index.js +6 -9
- package/dist/components/data-entry/autocomplete.d.ts +1 -1
- package/dist/components/data-entry/autocomplete.js +3 -3
- package/dist/components/data-entry/calendar.d.ts +1 -1
- package/dist/components/data-entry/cascader.d.ts +1 -1
- package/dist/components/data-entry/cascader.js +4 -4
- package/dist/components/data-entry/checkbox.d.ts +2 -2
- package/dist/components/data-entry/color-picker.d.ts +1 -1
- package/dist/components/data-entry/color-picker.js +4 -4
- package/dist/components/data-entry/command.d.ts +5 -5
- package/dist/components/data-entry/date-picker.d.ts +8 -2
- package/dist/components/data-entry/date-picker.js +4 -3
- package/dist/components/data-entry/date-range-picker.d.ts +7 -2
- package/dist/components/data-entry/date-range-picker.js +4 -3
- package/dist/components/data-entry/index.d.ts +4 -4
- package/dist/components/data-entry/index.js +18 -18
- package/dist/components/data-entry/radio.d.ts +1 -1
- package/dist/components/data-entry/slider.d.ts +1 -1
- package/dist/components/data-entry/switch.d.ts +1 -1
- package/dist/components/data-entry/time-picker.d.ts +7 -2
- package/dist/components/data-entry/time-picker.js +4 -4
- package/dist/components/data-entry/transfer.d.ts +2 -2
- package/dist/components/data-entry/transfer.js +4 -4
- package/dist/components/data-entry/tree-select.d.ts +1 -1
- package/dist/components/data-entry/tree-select.js +4 -4
- package/dist/components/data-entry/upload.d.ts +2 -2
- package/dist/components/data-entry/upload.js +6 -6
- package/dist/components/feedback/alert.js +4 -4
- package/dist/components/feedback/dialog.js +3 -3
- package/dist/components/feedback/index.js +7 -7
- package/dist/components/feedback/sheet.d.ts +1 -1
- package/dist/components/layout/index.d.ts +3 -3
- package/dist/components/layout/index.js +3 -2
- package/dist/components/navigation/index.d.ts +2 -2
- package/dist/components/navigation/index.js +4 -4
- package/dist/components/navigation/pagination.js +3 -3
- package/dist/components/query/index.js +5 -5
- package/dist/components/ui/index.d.ts +2 -2
- package/dist/components/ui/index.js +19 -19
- package/dist/{data-entry.prop-CRbHLb39.d.ts → data-entry.prop-I3mgmdGm.d.ts} +6 -0
- package/dist/{filter-bar-XpspcQdZ.d.ts → filter-bar-CNEdQB7i.d.ts} +1 -1
- package/dist/i18n/index.d.ts +8 -3
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +5 -5
- package/dist/index.js +20 -19
- package/dist/{inline-C5u6ptJV.d.ts → inline-BuyFYZah.d.ts} +1 -1
- package/dist/{layout.prop-C795F0qg.d.ts → layout.prop-CjlAEWgr.d.ts} +2 -0
- package/dist/lib/datetime/index.d.ts +3 -1
- package/dist/lib/datetime/index.js +1 -1
- package/dist/props/components/index.d.ts +2 -2
- package/dist/props/index.d.ts +2 -2
- package/dist/{search-input-PzXHa8KZ.d.ts → search-input-JWJMFVqC.d.ts} +1 -1
- package/dist/styles/shell-layout.css +75 -0
- package/package.json +2 -1
- package/dist/chunk-ACNKID6V.js +0 -70
- package/dist/chunk-HNH4PJSV.js +0 -66
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Input } from './chunk-VOHTRR5X.js';
|
|
2
1
|
import { controlIconClass } from './chunk-ICM6XBST.js';
|
|
3
|
-
import {
|
|
2
|
+
import { Input } from './chunk-VOHTRR5X.js';
|
|
3
|
+
import { useTranslation } from './chunk-EYLUVDHJ.js';
|
|
4
4
|
import { cn } from './chunk-U7N2A7A3.js';
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { Calendar } from './chunk-IK7I3ABN.js';
|
|
2
|
+
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
3
|
+
import { Input } from './chunk-VOHTRR5X.js';
|
|
4
|
+
import { Button } from './chunk-HJEBRCXL.js';
|
|
5
|
+
import { useTranslation, usePickerLocales } from './chunk-EYLUVDHJ.js';
|
|
6
|
+
import { toIsoDate, parseDateInput } from './chunk-6BJ2X7PA.js';
|
|
7
|
+
import { cn } from './chunk-U7N2A7A3.js';
|
|
8
|
+
import * as React from 'react';
|
|
9
|
+
import { CalendarIcon } from 'lucide-react';
|
|
10
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
11
|
+
|
|
12
|
+
var ISO_HINT = "yyyy-mm-dd";
|
|
13
|
+
function DateRangePicker({
|
|
14
|
+
value,
|
|
15
|
+
onChange,
|
|
16
|
+
placeholder,
|
|
17
|
+
disabled,
|
|
18
|
+
className,
|
|
19
|
+
id,
|
|
20
|
+
name,
|
|
21
|
+
locale: localeProp,
|
|
22
|
+
fromDate,
|
|
23
|
+
toDate
|
|
24
|
+
}) {
|
|
25
|
+
const { t } = useTranslation();
|
|
26
|
+
const { dayPickerLocale } = usePickerLocales(localeProp);
|
|
27
|
+
const [open, setOpen] = React.useState(false);
|
|
28
|
+
const [fromText, setFromText] = React.useState(() => toIsoDate(value?.from));
|
|
29
|
+
const [toText, setToText] = React.useState(() => toIsoDate(value?.to));
|
|
30
|
+
React.useEffect(() => {
|
|
31
|
+
setFromText(toIsoDate(value?.from));
|
|
32
|
+
setToText(toIsoDate(value?.to));
|
|
33
|
+
}, [value?.from, value?.to]);
|
|
34
|
+
const resolvedPlaceholder = placeholder ?? t("dataEntry.dateRangePicker.placeholder") ?? ISO_HINT;
|
|
35
|
+
const emit = (next) => onChange?.(next);
|
|
36
|
+
const commitEdge = (edge, raw) => {
|
|
37
|
+
const parsed = raw.trim() === "" ? void 0 : parseDateInput(raw.trim()) ?? void 0;
|
|
38
|
+
const next = { from: value?.from, to: value?.to, [edge]: parsed };
|
|
39
|
+
emit(next.from || next.to ? next : void 0);
|
|
40
|
+
};
|
|
41
|
+
return /* @__PURE__ */ jsxs("div", { className: cn("flex items-center gap-1", className), children: [
|
|
42
|
+
/* @__PURE__ */ jsx(
|
|
43
|
+
Input,
|
|
44
|
+
{
|
|
45
|
+
id,
|
|
46
|
+
name: name ? `${name}_from` : void 0,
|
|
47
|
+
value: fromText,
|
|
48
|
+
disabled,
|
|
49
|
+
placeholder: resolvedPlaceholder,
|
|
50
|
+
inputMode: "numeric",
|
|
51
|
+
autoComplete: "off",
|
|
52
|
+
"aria-label": t("dataEntry.dateRangePicker.from") ?? "From",
|
|
53
|
+
className: "tabular-nums",
|
|
54
|
+
onChange: (event) => {
|
|
55
|
+
setFromText(event.target.value);
|
|
56
|
+
commitEdge("from", event.target.value);
|
|
57
|
+
},
|
|
58
|
+
onBlur: (event) => {
|
|
59
|
+
const parsed = parseDateInput(event.target.value.trim());
|
|
60
|
+
setFromText(parsed ? toIsoDate(parsed) : toIsoDate(value?.from));
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
),
|
|
64
|
+
/* @__PURE__ */ jsx("span", { className: "text-muted-foreground shrink-0", "aria-hidden": "true", children: "\u2013" }),
|
|
65
|
+
/* @__PURE__ */ jsx(
|
|
66
|
+
Input,
|
|
67
|
+
{
|
|
68
|
+
name: name ? `${name}_to` : void 0,
|
|
69
|
+
value: toText,
|
|
70
|
+
disabled,
|
|
71
|
+
placeholder: resolvedPlaceholder,
|
|
72
|
+
inputMode: "numeric",
|
|
73
|
+
autoComplete: "off",
|
|
74
|
+
"aria-label": t("dataEntry.dateRangePicker.to") ?? "To",
|
|
75
|
+
className: "tabular-nums",
|
|
76
|
+
onChange: (event) => {
|
|
77
|
+
setToText(event.target.value);
|
|
78
|
+
commitEdge("to", event.target.value);
|
|
79
|
+
},
|
|
80
|
+
onBlur: (event) => {
|
|
81
|
+
const parsed = parseDateInput(event.target.value.trim());
|
|
82
|
+
setToText(parsed ? toIsoDate(parsed) : toIsoDate(value?.to));
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
),
|
|
86
|
+
/* @__PURE__ */ jsxs(Popover, { open, onOpenChange: setOpen, children: [
|
|
87
|
+
/* @__PURE__ */ jsx(PopoverTrigger, { asChild: true, children: /* @__PURE__ */ jsx(
|
|
88
|
+
Button,
|
|
89
|
+
{
|
|
90
|
+
type: "button",
|
|
91
|
+
variant: "ghost",
|
|
92
|
+
size: "icon",
|
|
93
|
+
disabled,
|
|
94
|
+
tabIndex: -1,
|
|
95
|
+
"aria-label": t("dataEntry.dateRangePicker.openCalendar") ?? "Open calendar",
|
|
96
|
+
className: "text-muted-foreground shrink-0 hover:bg-transparent",
|
|
97
|
+
children: /* @__PURE__ */ jsx(CalendarIcon, { className: "size-4 shrink-0", "aria-hidden": "true" })
|
|
98
|
+
}
|
|
99
|
+
) }),
|
|
100
|
+
/* @__PURE__ */ jsx(PopoverContent, { className: "w-auto p-0", align: "end", children: /* @__PURE__ */ jsx(
|
|
101
|
+
Calendar,
|
|
102
|
+
{
|
|
103
|
+
mode: "range",
|
|
104
|
+
selected: value,
|
|
105
|
+
onSelect: (range) => {
|
|
106
|
+
emit(range);
|
|
107
|
+
setFromText(toIsoDate(range?.from));
|
|
108
|
+
setToText(toIsoDate(range?.to));
|
|
109
|
+
},
|
|
110
|
+
locale: dayPickerLocale,
|
|
111
|
+
disabled: [
|
|
112
|
+
...fromDate ? [{ before: fromDate }] : [],
|
|
113
|
+
...toDate ? [{ after: toDate }] : []
|
|
114
|
+
],
|
|
115
|
+
startMonth: fromDate,
|
|
116
|
+
endMonth: toDate
|
|
117
|
+
}
|
|
118
|
+
) })
|
|
119
|
+
] })
|
|
120
|
+
] });
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export { DateRangePicker };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AlertQueryError } from './chunk-
|
|
1
|
+
import { AlertQueryError } from './chunk-FNZQTYAG.js';
|
|
2
2
|
import { Button } from './chunk-HJEBRCXL.js';
|
|
3
|
-
import { useTranslation } from './chunk-
|
|
3
|
+
import { useTranslation } from './chunk-EYLUVDHJ.js';
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
6
6
|
import { RefreshCw } from 'lucide-react';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { B as BreadcrumbItem } from '../../navigation.prop-DxBiClEH.js';
|
|
2
|
-
export { I as InlineProp, P as PageContainerProp, P as PageContainerProps, a as PageHeaderProp, f as StackProp } from '../../layout.prop-
|
|
3
|
-
export { F as FilterBar, a as FilterGroup, P as PageHeader } from '../../filter-bar-
|
|
4
|
-
export { I as Inline, P as PageContainer, S as Stack } from '../../inline-
|
|
2
|
+
export { I as InlineProp, P as PageContainerProp, P as PageContainerProps, a as PageHeaderProp, f as StackProp } from '../../layout.prop-CjlAEWgr.js';
|
|
3
|
+
export { F as FilterBar, a as FilterGroup, P as PageHeader } from '../../filter-bar-CNEdQB7i.js';
|
|
4
|
+
export { I as Inline, P as PageContainer, S as Stack } from '../../inline-BuyFYZah.js';
|
|
5
5
|
export { C as ColumnDef, D as DataTable, a as Density, E as EmptyState, K as KeyValueGrid, S as StatusBadge } from '../../data-table-Pd62B4WQ.js';
|
|
6
|
-
export { F as FormField, S as SearchInput } from '../../search-input-
|
|
6
|
+
export { F as FormField, S as SearchInput } from '../../search-input-JWJMFVqC.js';
|
|
7
7
|
export { L as LegacyToastOptions, S as SkeletonCard, a as SkeletonDetail, b as SkeletonRows, c as SkeletonTable, t as toast, u as useToast } from '../../use-toast-Dol5bdY3.js';
|
|
8
8
|
export { DataState, InfiniteQueryState, MutationFeedback, PrefetchLink, QueryRefetchButton, flattenItemPages } from '../query/index.js';
|
|
9
9
|
export { Alert, AlertActions, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from '../feedback/alert.js';
|
|
@@ -19,7 +19,7 @@ export { Dialog, DialogConfirm, DialogContent, DialogDescription, DialogFooter,
|
|
|
19
19
|
export { Toaster } from '../feedback/sonner.js';
|
|
20
20
|
import { b as FormatDatetimeOptions, a as FormatDateOptions } from '../../format-date-ByyZoqI5.js';
|
|
21
21
|
export { j as formatDate } from '../../format-date-ByyZoqI5.js';
|
|
22
|
-
export { B as collectUploadCommitActions, E as createUploadItem } from '../../data-entry.prop-
|
|
22
|
+
export { B as collectUploadCommitActions, E as createUploadItem } from '../../data-entry.prop-I3mgmdGm.js';
|
|
23
23
|
import '../../shared.prop-BNRJc9K0.js';
|
|
24
24
|
import 'react';
|
|
25
25
|
import '../../content.prop-D1Dd3TAc.js';
|
|
@@ -1,38 +1,39 @@
|
|
|
1
1
|
import '../../chunk-LDSLS6HE.js';
|
|
2
|
-
export { DataState, InfiniteQueryState, MutationFeedback, PrefetchLink, QueryRefetchButton, flattenItemPages } from '../../chunk-
|
|
3
|
-
export {
|
|
4
|
-
export { FilterBar, FilterGroup, PageHeader } from '../../chunk-JVAOKBRC.js';
|
|
2
|
+
export { DataState, InfiniteQueryState, MutationFeedback, PrefetchLink, QueryRefetchButton, flattenItemPages } from '../../chunk-WUXFOY6M.js';
|
|
3
|
+
export { FilterBar, FilterGroup, PageHeader } from '../../chunk-MIVDO3Z3.js';
|
|
5
4
|
import '../../chunk-TO33OY4L.js';
|
|
6
|
-
export { Pagination } from '../../chunk-
|
|
5
|
+
export { Pagination } from '../../chunk-RGSH6FQN.js';
|
|
7
6
|
export { Steps } from '../../chunk-L6J44O74.js';
|
|
8
7
|
export { TabsItems } from '../../chunk-BPSKQUL2.js';
|
|
9
8
|
export { Tabs, TabsContent, TabsList, TabsTrigger } from '../../chunk-XG7XDYIM.js';
|
|
9
|
+
export { PageContainer, Stack } from '../../chunk-54LBVZLM.js';
|
|
10
|
+
export { SearchInput, Transfer, useDebouncedValue, useTimeoutFlag } from '../../chunk-NKN2OW3G.js';
|
|
11
|
+
export { TreeSelect } from '../../chunk-E7CZIMX7.js';
|
|
12
|
+
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from '../../chunk-GFUO67BB.js';
|
|
13
|
+
import '../../chunk-CRERCLIZ.js';
|
|
14
|
+
import '../../chunk-UX634MYF.js';
|
|
10
15
|
export { SkeletonCard, SkeletonDetail, SkeletonRows, SkeletonTable, toast, useToast } from '../../chunk-M64MVRLS.js';
|
|
11
16
|
export { Toaster } from '../../chunk-TO7URV7U.js';
|
|
12
|
-
export {
|
|
13
|
-
export { SearchInput, Transfer, useDebouncedValue, useTimeoutFlag } from '../../chunk-ZOBDO3KZ.js';
|
|
14
|
-
export { TreeSelect } from '../../chunk-2476DOOA.js';
|
|
15
|
-
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from '../../chunk-66KBGNJT.js';
|
|
16
|
-
export { formatBytes, formatCurrency, formatDateLong, formatDateTime, formatRelative, humanError, shortId } from '../../chunk-IGOP3HFF.js';
|
|
17
|
-
export { Dialog, DialogConfirm, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '../../chunk-FRFUSXBH.js';
|
|
18
|
-
import '../../chunk-UX634MYF.js';
|
|
19
|
-
import '../../chunk-CRERCLIZ.js';
|
|
20
|
-
export { Cascader } from '../../chunk-2D72MDPB.js';
|
|
17
|
+
export { Cascader } from '../../chunk-GXKBK6N2.js';
|
|
21
18
|
import '../../chunk-SMLKNECP.js';
|
|
19
|
+
import '../../chunk-V6UWJKZF.js';
|
|
22
20
|
import '../../chunk-E76QIYSY.js';
|
|
23
21
|
import '../../chunk-CQBADMFG.js';
|
|
24
|
-
|
|
25
|
-
import '../../chunk-
|
|
26
|
-
export { DataTable, EmptyState, KeyValueGrid, StatusBadge } from '../../chunk-XAFIIWZU.js';
|
|
27
|
-
export { Inline } from '../../chunk-S66TJXJU.js';
|
|
22
|
+
export { DataTable, EmptyState, KeyValueGrid, StatusBadge } from '../../chunk-TNIDN4OY.js';
|
|
23
|
+
import '../../chunk-DV52WNXO.js';
|
|
28
24
|
import '../../chunk-PIIRNAXA.js';
|
|
29
25
|
import '../../chunk-DY5C44UP.js';
|
|
30
26
|
import '../../chunk-3KPEZ5CF.js';
|
|
31
27
|
import '../../chunk-ZS6DTAM2.js';
|
|
32
28
|
import '../../chunk-ICM6XBST.js';
|
|
29
|
+
export { Alert, AlertActions, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from '../../chunk-FNZQTYAG.js';
|
|
30
|
+
export { formatBytes, formatCurrency, formatDateLong, formatDateTime, formatRelative, humanError, shortId } from '../../chunk-7W3CHMLL.js';
|
|
31
|
+
export { Inline } from '../../chunk-S66TJXJU.js';
|
|
32
|
+
export { Dialog, DialogConfirm, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '../../chunk-A3Q5LKWS.js';
|
|
33
|
+
import '../../chunk-VOHTRR5X.js';
|
|
33
34
|
import '../../chunk-HJEBRCXL.js';
|
|
35
|
+
import '../../chunk-EYLUVDHJ.js';
|
|
36
|
+
export { formatDate } from '../../chunk-6BJ2X7PA.js';
|
|
34
37
|
export { FormField } from '../../chunk-F7PG4OEV.js';
|
|
35
38
|
import '../../chunk-7PWBC4BY.js';
|
|
36
|
-
import '../../chunk-32UNYHGY.js';
|
|
37
|
-
export { formatDate } from '../../chunk-7OTWYSVX.js';
|
|
38
39
|
import '../../chunk-U7N2A7A3.js';
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
export { Card, CardAction, CardContent, CardCover, CardDescription, CardFooter, CardHeader, CardStat, CardTitle } from '../../chunk-GXHZAJUA.js';
|
|
2
|
-
export { DataTable, EmptyState, KeyValueGrid, StatusBadge } from '../../chunk-
|
|
3
|
-
|
|
2
|
+
export { DataTable, EmptyState, KeyValueGrid, StatusBadge } from '../../chunk-TNIDN4OY.js';
|
|
3
|
+
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from '../../chunk-DV52WNXO.js';
|
|
4
4
|
import { Badge } from '../../chunk-PIIRNAXA.js';
|
|
5
5
|
export { Badge } from '../../chunk-PIIRNAXA.js';
|
|
6
6
|
export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger } from '../../chunk-DY5C44UP.js';
|
|
7
7
|
export { ScrollArea, ScrollBar } from '../../chunk-3KPEZ5CF.js';
|
|
8
8
|
export { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '../../chunk-ZS6DTAM2.js';
|
|
9
9
|
import '../../chunk-ICM6XBST.js';
|
|
10
|
+
import '../../chunk-S66TJXJU.js';
|
|
10
11
|
import '../../chunk-HJEBRCXL.js';
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-EYLUVDHJ.js';
|
|
13
|
+
import '../../chunk-6BJ2X7PA.js';
|
|
13
14
|
import '../../chunk-U7N2A7A3.js';
|
|
14
15
|
import { Truck, ShoppingBag, Hash, ChevronRight, Package, Plane, CheckCircle2, ScanLine } from 'lucide-react';
|
|
15
16
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
16
|
-
import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
|
|
17
17
|
|
|
18
18
|
var codeBadgeConfig = {
|
|
19
19
|
internal: { label: "INT", icon: Hash },
|
|
@@ -82,8 +82,5 @@ function ScanPanel({ title, description }) {
|
|
|
82
82
|
description ? /* @__PURE__ */ jsx("div", { className: "ui-scan-description", children: description }) : null
|
|
83
83
|
] });
|
|
84
84
|
}
|
|
85
|
-
var Collapsible = CollapsiblePrimitive.Root;
|
|
86
|
-
var CollapsibleTrigger2 = CollapsiblePrimitive.CollapsibleTrigger;
|
|
87
|
-
var CollapsibleContent2 = CollapsiblePrimitive.CollapsibleContent;
|
|
88
85
|
|
|
89
|
-
export { CodeBadge,
|
|
86
|
+
export { CodeBadge, ProgressMeter, ScanPanel, Timeline, TreeList };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { a as AutocompleteProp } from '../../data-entry.prop-
|
|
2
|
+
import { a as AutocompleteProp } from '../../data-entry.prop-I3mgmdGm.js';
|
|
3
3
|
import '@radix-ui/react-checkbox';
|
|
4
4
|
import '@radix-ui/react-radio-group';
|
|
5
5
|
import '@radix-ui/react-slider';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { Autocomplete } from '../../chunk-
|
|
1
|
+
export { Autocomplete } from '../../chunk-5DRKN2HI.js';
|
|
2
2
|
import '../../chunk-V6UWJKZF.js';
|
|
3
3
|
import '../../chunk-DY5C44UP.js';
|
|
4
4
|
import '../../chunk-ICM6XBST.js';
|
|
5
5
|
import '../../chunk-HJEBRCXL.js';
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-EYLUVDHJ.js';
|
|
7
|
+
import '../../chunk-6BJ2X7PA.js';
|
|
8
8
|
import '../../chunk-U7N2A7A3.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { C as CalendarProp } from '../../data-entry.prop-
|
|
2
|
+
import { C as CalendarProp } from '../../data-entry.prop-I3mgmdGm.js';
|
|
3
3
|
import '@radix-ui/react-checkbox';
|
|
4
4
|
import '@radix-ui/react-radio-group';
|
|
5
5
|
import '@radix-ui/react-slider';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { b as CascaderProp } from '../../data-entry.prop-
|
|
2
|
+
import { b as CascaderProp } from '../../data-entry.prop-I3mgmdGm.js';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import '@radix-ui/react-checkbox';
|
|
5
5
|
import '@radix-ui/react-radio-group';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { Cascader } from '../../chunk-
|
|
1
|
+
export { Cascader } from '../../chunk-GXKBK6N2.js';
|
|
2
2
|
import '../../chunk-SMLKNECP.js';
|
|
3
|
+
import '../../chunk-V6UWJKZF.js';
|
|
3
4
|
import '../../chunk-E76QIYSY.js';
|
|
4
5
|
import '../../chunk-CQBADMFG.js';
|
|
5
|
-
import '../../chunk-V6UWJKZF.js';
|
|
6
6
|
import '../../chunk-DY5C44UP.js';
|
|
7
7
|
import '../../chunk-3KPEZ5CF.js';
|
|
8
8
|
import '../../chunk-ICM6XBST.js';
|
|
9
9
|
import '../../chunk-HJEBRCXL.js';
|
|
10
|
+
import '../../chunk-EYLUVDHJ.js';
|
|
11
|
+
import '../../chunk-6BJ2X7PA.js';
|
|
10
12
|
import '../../chunk-7PWBC4BY.js';
|
|
11
|
-
import '../../chunk-32UNYHGY.js';
|
|
12
|
-
import '../../chunk-7OTWYSVX.js';
|
|
13
13
|
import '../../chunk-U7N2A7A3.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '@radix-ui/react-checkbox';
|
|
3
|
-
export { C as Checkbox } from '../../checkbox-
|
|
3
|
+
export { C as Checkbox } from '../../checkbox-CNP1MnPn.js';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
|
-
import '../../data-entry.prop-
|
|
5
|
+
import '../../data-entry.prop-I3mgmdGm.js';
|
|
6
6
|
import '@radix-ui/react-radio-group';
|
|
7
7
|
import '@radix-ui/react-slider';
|
|
8
8
|
import '@radix-ui/react-switch';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { f as ColorPickerProp } from '../../data-entry.prop-
|
|
2
|
+
import { f as ColorPickerProp } from '../../data-entry.prop-I3mgmdGm.js';
|
|
3
3
|
import '@radix-ui/react-checkbox';
|
|
4
4
|
import '@radix-ui/react-radio-group';
|
|
5
5
|
import '@radix-ui/react-slider';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { ColorPicker } from '../../chunk-
|
|
2
|
-
import '../../chunk-VOHTRR5X.js';
|
|
1
|
+
export { ColorPicker } from '../../chunk-ULKQ3IDG.js';
|
|
3
2
|
import '../../chunk-ICM6XBST.js';
|
|
4
|
-
import '../../chunk-
|
|
5
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-VOHTRR5X.js';
|
|
4
|
+
import '../../chunk-EYLUVDHJ.js';
|
|
5
|
+
import '../../chunk-6BJ2X7PA.js';
|
|
6
6
|
import '../../chunk-U7N2A7A3.js';
|
|
@@ -6,7 +6,7 @@ declare const Command: React.ForwardRefExoticComponent<Omit<{
|
|
|
6
6
|
ref?: React.Ref<HTMLDivElement>;
|
|
7
7
|
} & {
|
|
8
8
|
asChild?: boolean;
|
|
9
|
-
}, "key" |
|
|
9
|
+
}, "key" | keyof React.HTMLAttributes<HTMLDivElement> | "asChild"> & {
|
|
10
10
|
label?: string;
|
|
11
11
|
shouldFilter?: boolean;
|
|
12
12
|
filter?: (value: string, search: string, keywords?: string[]) => number;
|
|
@@ -31,7 +31,7 @@ declare const CommandList: React.ForwardRefExoticComponent<Omit<{
|
|
|
31
31
|
ref?: React.Ref<HTMLDivElement>;
|
|
32
32
|
} & {
|
|
33
33
|
asChild?: boolean;
|
|
34
|
-
}, "key" |
|
|
34
|
+
}, "key" | keyof React.HTMLAttributes<HTMLDivElement> | "asChild"> & {
|
|
35
35
|
label?: string;
|
|
36
36
|
} & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
37
37
|
declare const CommandEmpty: React.ForwardRefExoticComponent<Omit<{
|
|
@@ -40,14 +40,14 @@ declare const CommandEmpty: React.ForwardRefExoticComponent<Omit<{
|
|
|
40
40
|
ref?: React.Ref<HTMLDivElement>;
|
|
41
41
|
} & {
|
|
42
42
|
asChild?: boolean;
|
|
43
|
-
}, "key" |
|
|
43
|
+
}, "key" | keyof React.HTMLAttributes<HTMLDivElement> | "asChild"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
44
44
|
declare const CommandGroup: React.ForwardRefExoticComponent<Omit<{
|
|
45
45
|
children?: React.ReactNode;
|
|
46
46
|
} & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
|
|
47
47
|
ref?: React.Ref<HTMLDivElement>;
|
|
48
48
|
} & {
|
|
49
49
|
asChild?: boolean;
|
|
50
|
-
}, "key" |
|
|
50
|
+
}, "key" | keyof React.HTMLAttributes<HTMLDivElement> | "asChild">, "heading" | "value"> & {
|
|
51
51
|
heading?: React.ReactNode;
|
|
52
52
|
value?: string;
|
|
53
53
|
forceMount?: boolean;
|
|
@@ -58,7 +58,7 @@ declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
|
|
|
58
58
|
ref?: React.Ref<HTMLDivElement>;
|
|
59
59
|
} & {
|
|
60
60
|
asChild?: boolean;
|
|
61
|
-
}, "key" |
|
|
61
|
+
}, "key" | keyof React.HTMLAttributes<HTMLDivElement> | "asChild">, "onSelect" | "disabled" | "value"> & {
|
|
62
62
|
disabled?: boolean;
|
|
63
63
|
onSelect?: (value: string) => void;
|
|
64
64
|
value?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { D as DatePickerProp } from '../../data-entry.prop-
|
|
2
|
+
import { D as DatePickerProp } from '../../data-entry.prop-I3mgmdGm.js';
|
|
3
3
|
import '@radix-ui/react-checkbox';
|
|
4
4
|
import '@radix-ui/react-radio-group';
|
|
5
5
|
import '@radix-ui/react-slider';
|
|
@@ -11,6 +11,12 @@ import '../../data.prop-BmLaGLb7.js';
|
|
|
11
11
|
import '../../interaction.prop-Cdn7wOtq.js';
|
|
12
12
|
import '../../layout.prop-4TCNvyQZ.js';
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
/**
|
|
15
|
+
* DatePicker — WAI-ARIA date combobox. A real, typeable `<input>` holds the value as an
|
|
16
|
+
* ISO-8601 `yyyy-MM-dd` string (the international standard): it is form-submittable (give it a
|
|
17
|
+
* `name`), screen-reader friendly, and e2e-testable by simply filling the input. The calendar
|
|
18
|
+
* popover is the visual affordance; typing and the calendar stay in sync.
|
|
19
|
+
*/
|
|
20
|
+
declare function DatePicker({ value, onChange, placeholder, disabled, className, id, name, locale: localeProp, fromDate, toDate, }: DatePickerProp): react_jsx_runtime.JSX.Element;
|
|
15
21
|
|
|
16
22
|
export { DatePicker, DatePickerProp, DatePickerProp as DatePickerProps };
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { DatePicker } from '../../chunk-
|
|
1
|
+
export { DatePicker } from '../../chunk-GXBWEOZD.js';
|
|
2
2
|
import '../../chunk-IK7I3ABN.js';
|
|
3
3
|
import '../../chunk-DY5C44UP.js';
|
|
4
4
|
import '../../chunk-ICM6XBST.js';
|
|
5
|
+
import '../../chunk-VOHTRR5X.js';
|
|
5
6
|
import '../../chunk-HJEBRCXL.js';
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-EYLUVDHJ.js';
|
|
8
|
+
import '../../chunk-6BJ2X7PA.js';
|
|
8
9
|
import '../../chunk-U7N2A7A3.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { j as DateRangePickerProp } from '../../data-entry.prop-
|
|
2
|
+
import { j as DateRangePickerProp } from '../../data-entry.prop-I3mgmdGm.js';
|
|
3
3
|
import '@radix-ui/react-checkbox';
|
|
4
4
|
import '@radix-ui/react-radio-group';
|
|
5
5
|
import '@radix-ui/react-slider';
|
|
@@ -11,6 +11,11 @@ import '../../data.prop-BmLaGLb7.js';
|
|
|
11
11
|
import '../../interaction.prop-Cdn7wOtq.js';
|
|
12
12
|
import '../../layout.prop-4TCNvyQZ.js';
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
/**
|
|
15
|
+
* DateRangePicker — WAI-ARIA date-range combobox. Two real, typeable ISO `yyyy-MM-dd` inputs
|
|
16
|
+
* hold the start/end values (form-submittable via `${name}_from` / `${name}_to`, screen-reader
|
|
17
|
+
* friendly, e2e-testable by filling either input). The range calendar is the visual affordance.
|
|
18
|
+
*/
|
|
19
|
+
declare function DateRangePicker({ value, onChange, placeholder, disabled, className, id, name, locale: localeProp, fromDate, toDate, }: DateRangePickerProp): react_jsx_runtime.JSX.Element;
|
|
15
20
|
|
|
16
21
|
export { DateRangePicker, DateRangePickerProp, DateRangePickerProp as DateRangePickerProps };
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { DateRangePicker } from '../../chunk-
|
|
1
|
+
export { DateRangePicker } from '../../chunk-WHRFHVFD.js';
|
|
2
2
|
import '../../chunk-IK7I3ABN.js';
|
|
3
3
|
import '../../chunk-DY5C44UP.js';
|
|
4
4
|
import '../../chunk-ICM6XBST.js';
|
|
5
|
+
import '../../chunk-VOHTRR5X.js';
|
|
5
6
|
import '../../chunk-HJEBRCXL.js';
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-EYLUVDHJ.js';
|
|
8
|
+
import '../../chunk-6BJ2X7PA.js';
|
|
8
9
|
import '../../chunk-U7N2A7A3.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { Input, InputProps } from './input.js';
|
|
2
2
|
export { Label } from './label.js';
|
|
3
3
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './select.js';
|
|
4
|
-
export { C as Checkbox, a as CheckboxGroup } from '../../checkbox-
|
|
4
|
+
export { C as Checkbox, a as CheckboxGroup } from '../../checkbox-CNP1MnPn.js';
|
|
5
5
|
export { Radio, RadioGroup, RadioGroupRoot, RadioItem } from './radio.js';
|
|
6
6
|
export { Textarea, TextareaProps } from './textarea.js';
|
|
7
|
-
export { F as FormField, S as SearchInput } from '../../search-input-
|
|
7
|
+
export { F as FormField, S as SearchInput } from '../../search-input-JWJMFVqC.js';
|
|
8
8
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
9
|
-
import { n as SwitchFieldProp, g as CountryOptionLabelProp, i as CountrySelectProp } from '../../data-entry.prop-
|
|
10
|
-
export { a as AutocompleteProps, C as CalendarProps, b as CascaderProps, f as ColorPickerProps, h as CountryOptionProp, D as DatePickerProps, j as DateRangePickerProps, m as SliderProps, o as SwitchProps, p as TimePickerProps, q as TransferItemProp, r as TransferProps, u as TreeSelectProps, U as UploadCommitAction, v as UploadFileItem, x as UploadProps, y as UploadVariant, B as collectUploadCommitActions, E as createUploadItem } from '../../data-entry.prop-
|
|
9
|
+
import { n as SwitchFieldProp, g as CountryOptionLabelProp, i as CountrySelectProp } from '../../data-entry.prop-I3mgmdGm.js';
|
|
10
|
+
export { a as AutocompleteProps, C as CalendarProps, b as CascaderProps, f as ColorPickerProps, h as CountryOptionProp, D as DatePickerProps, j as DateRangePickerProps, m as SliderProps, o as SwitchProps, p as TimePickerProps, q as TransferItemProp, r as TransferProps, u as TreeSelectProps, U as UploadCommitAction, v as UploadFileItem, x as UploadProps, y as UploadVariant, B as collectUploadCommitActions, E as createUploadItem } from '../../data-entry.prop-I3mgmdGm.js';
|
|
11
11
|
export { Switch } from './switch.js';
|
|
12
12
|
export { Slider } from './slider.js';
|
|
13
13
|
export { Calendar } from './calendar.js';
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
export { TimePicker } from '../../chunk-R5QIUFML.js';
|
|
2
|
-
export { Radio, RadioGroupOptions as RadioGroup, RadioGroupRoot, RadioItem } from '../../chunk-3UGU5TYP.js';
|
|
3
1
|
import { Switch } from '../../chunk-WXW43RK5.js';
|
|
4
2
|
export { Switch } from '../../chunk-WXW43RK5.js';
|
|
5
3
|
export { Textarea } from '../../chunk-ZLK5SPT6.js';
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
4
|
+
export { TimePicker } from '../../chunk-UJFXXEM4.js';
|
|
5
|
+
export { DatePicker } from '../../chunk-GXBWEOZD.js';
|
|
6
|
+
export { DateRangePicker } from '../../chunk-WHRFHVFD.js';
|
|
7
|
+
export { Radio, RadioGroupOptions as RadioGroup, RadioGroupRoot, RadioItem } from '../../chunk-3UGU5TYP.js';
|
|
8
|
+
export { Autocomplete } from '../../chunk-5DRKN2HI.js';
|
|
10
9
|
export { Calendar } from '../../chunk-IK7I3ABN.js';
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
export { ColorPicker } from '../../chunk-ULKQ3IDG.js';
|
|
11
|
+
export { SearchInput, Transfer } from '../../chunk-NKN2OW3G.js';
|
|
12
|
+
export { SHOW_ALL, SHOW_CHILD, SHOW_PARENT, TreeSelect } from '../../chunk-E7CZIMX7.js';
|
|
13
|
+
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from '../../chunk-GFUO67BB.js';
|
|
14
|
+
export { Slider } from '../../chunk-CRERCLIZ.js';
|
|
16
15
|
import { Select, SelectTrigger, SelectValue, SelectContent, SelectGroup, SelectItem } from '../../chunk-UX634MYF.js';
|
|
17
16
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '../../chunk-UX634MYF.js';
|
|
18
|
-
export {
|
|
19
|
-
export { Cascader } from '../../chunk-2D72MDPB.js';
|
|
17
|
+
export { Cascader } from '../../chunk-GXKBK6N2.js';
|
|
20
18
|
import '../../chunk-SMLKNECP.js';
|
|
19
|
+
export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '../../chunk-V6UWJKZF.js';
|
|
21
20
|
export { Checkbox, CheckboxGroup } from '../../chunk-E76QIYSY.js';
|
|
22
21
|
import '../../chunk-CQBADMFG.js';
|
|
23
|
-
export { Input } from '../../chunk-VOHTRR5X.js';
|
|
24
|
-
export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '../../chunk-V6UWJKZF.js';
|
|
25
|
-
import { Inline } from '../../chunk-S66TJXJU.js';
|
|
26
22
|
import '../../chunk-DY5C44UP.js';
|
|
27
23
|
import '../../chunk-3KPEZ5CF.js';
|
|
28
24
|
import '../../chunk-ICM6XBST.js';
|
|
25
|
+
import '../../chunk-7W3CHMLL.js';
|
|
26
|
+
import { Inline } from '../../chunk-S66TJXJU.js';
|
|
27
|
+
import '../../chunk-A3Q5LKWS.js';
|
|
28
|
+
export { Input } from '../../chunk-VOHTRR5X.js';
|
|
29
29
|
import '../../chunk-HJEBRCXL.js';
|
|
30
|
+
import '../../chunk-EYLUVDHJ.js';
|
|
31
|
+
import '../../chunk-6BJ2X7PA.js';
|
|
30
32
|
export { FormField } from '../../chunk-F7PG4OEV.js';
|
|
31
33
|
import { Label } from '../../chunk-7PWBC4BY.js';
|
|
32
34
|
export { Label } from '../../chunk-7PWBC4BY.js';
|
|
33
|
-
import '../../chunk-32UNYHGY.js';
|
|
34
|
-
import '../../chunk-7OTWYSVX.js';
|
|
35
35
|
import { cn } from '../../chunk-U7N2A7A3.js';
|
|
36
36
|
import { useId, useState } from 'react';
|
|
37
37
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
4
|
-
import { R as RadioGroupProp } from '../../data-entry.prop-
|
|
4
|
+
import { R as RadioGroupProp } from '../../data-entry.prop-I3mgmdGm.js';
|
|
5
5
|
import '@radix-ui/react-checkbox';
|
|
6
6
|
import '@radix-ui/react-slider';
|
|
7
7
|
import '@radix-ui/react-switch';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
3
|
-
export { m as SliderProp, m as SliderProps } from '../../data-entry.prop-
|
|
3
|
+
export { m as SliderProp, m as SliderProps } from '../../data-entry.prop-I3mgmdGm.js';
|
|
4
4
|
import '@radix-ui/react-checkbox';
|
|
5
5
|
import '@radix-ui/react-radio-group';
|
|
6
6
|
import '@radix-ui/react-switch';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import * as SwitchPrimitive from '@radix-ui/react-switch';
|
|
3
|
-
export { o as SwitchProp, o as SwitchProps } from '../../data-entry.prop-
|
|
3
|
+
export { o as SwitchProp, o as SwitchProps } from '../../data-entry.prop-I3mgmdGm.js';
|
|
4
4
|
import '@radix-ui/react-checkbox';
|
|
5
5
|
import '@radix-ui/react-radio-group';
|
|
6
6
|
import '@radix-ui/react-slider';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { p as TimePickerProp } from '../../data-entry.prop-
|
|
2
|
+
import { p as TimePickerProp } from '../../data-entry.prop-I3mgmdGm.js';
|
|
3
3
|
import '@radix-ui/react-checkbox';
|
|
4
4
|
import '@radix-ui/react-radio-group';
|
|
5
5
|
import '@radix-ui/react-slider';
|
|
@@ -11,6 +11,11 @@ import '../../data.prop-BmLaGLb7.js';
|
|
|
11
11
|
import '../../interaction.prop-Cdn7wOtq.js';
|
|
12
12
|
import '../../layout.prop-4TCNvyQZ.js';
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
/**
|
|
15
|
+
* TimePicker — WAI-ARIA time combobox. The value lives on a real, typeable `HH:mm` `<input>`
|
|
16
|
+
* (24h canonical): form-submittable (give it a `name`), screen-reader friendly, and e2e-testable
|
|
17
|
+
* by filling the input. The HH/mm column popover is the visual affordance and stays in sync.
|
|
18
|
+
*/
|
|
19
|
+
declare function TimePicker({ value: controlledValue, defaultValue, onChange, placeholder, disabled, className, id, name, minuteStep, }: TimePickerProp): react_jsx_runtime.JSX.Element;
|
|
15
20
|
|
|
16
21
|
export { TimePicker, TimePickerProp, TimePickerProp as TimePickerProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { TimePicker } from '../../chunk-
|
|
2
|
-
import '../../chunk-VOHTRR5X.js';
|
|
1
|
+
export { TimePicker } from '../../chunk-UJFXXEM4.js';
|
|
3
2
|
import '../../chunk-DY5C44UP.js';
|
|
3
|
+
import '../../chunk-VOHTRR5X.js';
|
|
4
4
|
import '../../chunk-HJEBRCXL.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-EYLUVDHJ.js';
|
|
6
|
+
import '../../chunk-6BJ2X7PA.js';
|
|
7
7
|
import '../../chunk-U7N2A7A3.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { r as TransferProp } from '../../data-entry.prop-
|
|
3
|
-
export { q as TransferItemProp } from '../../data-entry.prop-
|
|
2
|
+
import { r as TransferProp } from '../../data-entry.prop-I3mgmdGm.js';
|
|
3
|
+
export { q as TransferItemProp } from '../../data-entry.prop-I3mgmdGm.js';
|
|
4
4
|
import '@radix-ui/react-checkbox';
|
|
5
5
|
import '@radix-ui/react-radio-group';
|
|
6
6
|
import '@radix-ui/react-slider';
|