@godxjp/ui 6.10.0 → 6.12.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/{checkbox-Vtb93W2X.d.ts → checkbox-9w-eF8sM.d.ts} +1 -1
- package/dist/{chunk-DTJKTRJS.js → chunk-BM5LIDCS.js} +15 -1
- package/dist/{chunk-UX634MYF.js → chunk-EE3B3TEQ.js} +99 -0
- package/dist/{chunk-6PWNLR2F.js → chunk-JBEIL3VD.js} +1 -1
- package/dist/chunk-SWGQX3AP.js +32 -0
- package/dist/{chunk-43QSNZS3.js → chunk-T2S3IGZG.js} +1 -1
- package/dist/{chunk-Y6JLEGVK.js → chunk-Y7AV7QJO.js} +2 -29
- package/dist/components/admin/index.d.ts +2 -2
- package/dist/components/admin/index.js +20 -19
- package/dist/components/data-display/index.js +2 -2
- package/dist/components/data-entry/autocomplete.d.ts +1 -1
- package/dist/components/data-entry/autocomplete.js +3 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/components/data-entry/date-picker.d.ts +1 -1
- package/dist/components/data-entry/date-picker.js +2 -2
- package/dist/components/data-entry/date-range-picker.d.ts +1 -1
- package/dist/components/data-entry/date-range-picker.js +2 -2
- package/dist/components/data-entry/index.d.ts +4 -4
- package/dist/components/data-entry/index.js +18 -17
- package/dist/components/data-entry/radio.d.ts +1 -1
- package/dist/components/data-entry/select.d.ts +21 -2
- package/dist/components/data-entry/select.js +8 -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 +1 -1
- package/dist/components/data-entry/time-picker.js +2 -2
- package/dist/components/data-entry/transfer.d.ts +2 -2
- package/dist/components/data-entry/transfer.js +2 -2
- package/dist/components/data-entry/tree-select.d.ts +1 -1
- package/dist/components/data-entry/tree-select.js +2 -2
- package/dist/components/data-entry/upload.d.ts +2 -2
- package/dist/components/data-entry/upload.js +2 -2
- package/dist/components/feedback/index.js +4 -4
- package/dist/components/layout/index.js +2 -2
- package/dist/components/navigation/index.js +8 -4
- package/dist/components/navigation/pagination.js +6 -2
- package/dist/components/ui/index.d.ts +3 -3
- package/dist/components/ui/index.js +18 -17
- package/dist/{data-entry.prop-DGzBAJpn.d.ts → data-entry.prop-Cjidhei7.d.ts} +15 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +20 -19
- package/dist/props/components/index.d.ts +1 -1
- package/dist/props/index.d.ts +1 -1
- package/dist/props/index.js +1 -1
- package/dist/props/registry.d.ts +7 -1
- package/dist/props/registry.js +1 -1
- package/dist/{search-input-CkFBczDV.d.ts → search-input-mAZy3Den.d.ts} +1 -1
- package/package.json +1 -1
- package/scripts/ui-audit.mjs +38 -1
- package/dist/{chunk-EXBWDW5E.js → chunk-AZS7553U.js} +1 -1
- package/dist/{chunk-ZKIAZDVU.js → chunk-GH7E5N6F.js} +1 -1
- package/dist/{chunk-25ZZ2W3M.js → chunk-I3272Y2C.js} +1 -1
- package/dist/{chunk-V7RC4PBY.js → chunk-JJCGMCTL.js} +1 -1
- package/dist/{chunk-NTUHJ37K.js → chunk-K27I23OA.js} +1 -1
- package/dist/{chunk-VRSHUKDF.js → chunk-RVY4F7LK.js} +1 -1
- package/dist/{chunk-X3OSXYAB.js → chunk-T4UT3B3K.js} +1 -1
- package/dist/{chunk-OI7TDPEJ.js → chunk-TW4IRRAX.js} +1 -1
- package/dist/{chunk-ZR2TIBPG.js → chunk-YVBZ37ZE.js} +1 -1
- package/dist/{chunk-TT2L7JM6.js → chunk-ZTYEH3UW.js} +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
|
-
import { c as CheckboxGroupProp } from './data-entry.prop-
|
|
4
|
+
import { c as CheckboxGroupProp } from './data-entry.prop-Cjidhei7.js';
|
|
5
5
|
|
|
6
6
|
declare function CheckboxGroup({ value: controlledValue, defaultValue, onChange, options, orientation, disabled, name, className, children, }: CheckboxGroupProp): react_jsx_runtime.JSX.Element;
|
|
7
7
|
|
|
@@ -438,7 +438,21 @@ var COMPONENT_PROP_REGISTRY = {
|
|
|
438
438
|
"IdProp",
|
|
439
439
|
"ClassNameProp"
|
|
440
440
|
],
|
|
441
|
-
note: "
|
|
441
|
+
note: "Deprecated \u2014 the searchable engine behind `<Select options showSearch>`; prefer Select."
|
|
442
|
+
},
|
|
443
|
+
SelectDataProp: {
|
|
444
|
+
group: "data-entry",
|
|
445
|
+
file: "components/data-entry.prop.ts",
|
|
446
|
+
vocabulary: [
|
|
447
|
+
"ValueProp",
|
|
448
|
+
"PlaceholderProp",
|
|
449
|
+
"EmptyMessageProp",
|
|
450
|
+
"DisabledProp",
|
|
451
|
+
"NameProp",
|
|
452
|
+
"IdProp",
|
|
453
|
+
"ClassNameProp"
|
|
454
|
+
],
|
|
455
|
+
note: "Ant-style data-driven form of Select (options|loadOptions + showSearch). One Select for all single-selects."
|
|
442
456
|
},
|
|
443
457
|
SearchSelectOptionProp: {
|
|
444
458
|
group: "data-entry",
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SearchSelect } from './chunk-Y7AV7QJO.js';
|
|
1
2
|
import { controlTriggerClass } from './chunk-ICM6XBST.js';
|
|
2
3
|
import { cn } from './chunk-U7N2A7A3.js';
|
|
3
4
|
import * as React from 'react';
|
|
@@ -5,7 +6,13 @@ import * as SelectPrimitive from '@radix-ui/react-select';
|
|
|
5
6
|
import { ChevronDown, ChevronUp } from 'lucide-react';
|
|
6
7
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
7
8
|
|
|
9
|
+
function isDataSelect(props) {
|
|
10
|
+
return "options" in props || "loadOptions" in props;
|
|
11
|
+
}
|
|
8
12
|
function Select(props) {
|
|
13
|
+
if (isDataSelect(props)) {
|
|
14
|
+
return /* @__PURE__ */ jsx(DataSelect, { ...props });
|
|
15
|
+
}
|
|
9
16
|
return /* @__PURE__ */ jsx(SelectPrimitive.Root, { "data-slot": "select", ...props });
|
|
10
17
|
}
|
|
11
18
|
function SelectGroup(props) {
|
|
@@ -119,5 +126,97 @@ var SelectSeparator = React.forwardRef(({ className, ...props }, ref) => /* @__P
|
|
|
119
126
|
}
|
|
120
127
|
));
|
|
121
128
|
SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
|
|
129
|
+
function groupDataOptions(options) {
|
|
130
|
+
const order = [];
|
|
131
|
+
const buckets = /* @__PURE__ */ new Map();
|
|
132
|
+
for (const option of options) {
|
|
133
|
+
const key = option.group ?? "";
|
|
134
|
+
if (!buckets.has(key)) {
|
|
135
|
+
buckets.set(key, []);
|
|
136
|
+
order.push(key);
|
|
137
|
+
}
|
|
138
|
+
buckets.get(key).push(option);
|
|
139
|
+
}
|
|
140
|
+
return order.map((key) => ({ heading: key || void 0, items: buckets.get(key) ?? [] }));
|
|
141
|
+
}
|
|
142
|
+
function DataSelect({
|
|
143
|
+
options = [],
|
|
144
|
+
loadOptions,
|
|
145
|
+
showSearch,
|
|
146
|
+
value = "",
|
|
147
|
+
onChange,
|
|
148
|
+
renderOption,
|
|
149
|
+
selectedLabel,
|
|
150
|
+
placeholder,
|
|
151
|
+
searchPlaceholder,
|
|
152
|
+
emptyMessage,
|
|
153
|
+
loadingMessage,
|
|
154
|
+
clearLabel,
|
|
155
|
+
clearable,
|
|
156
|
+
disabled,
|
|
157
|
+
name,
|
|
158
|
+
id,
|
|
159
|
+
className,
|
|
160
|
+
"data-testid": dataTestId
|
|
161
|
+
}) {
|
|
162
|
+
const searchable = showSearch ?? Boolean(loadOptions);
|
|
163
|
+
if (searchable) {
|
|
164
|
+
return /* @__PURE__ */ jsx(
|
|
165
|
+
SearchSelect,
|
|
166
|
+
{
|
|
167
|
+
value,
|
|
168
|
+
onChange,
|
|
169
|
+
options,
|
|
170
|
+
loadOptions,
|
|
171
|
+
renderOption,
|
|
172
|
+
selectedLabel,
|
|
173
|
+
placeholder,
|
|
174
|
+
searchPlaceholder,
|
|
175
|
+
emptyMessage,
|
|
176
|
+
loadingMessage,
|
|
177
|
+
clearLabel,
|
|
178
|
+
clearable,
|
|
179
|
+
disabled,
|
|
180
|
+
name,
|
|
181
|
+
id,
|
|
182
|
+
className,
|
|
183
|
+
"data-testid": dataTestId
|
|
184
|
+
}
|
|
185
|
+
);
|
|
186
|
+
}
|
|
187
|
+
const optionTestId = (optionValue) => dataTestId ? `${dataTestId}-option-${optionValue}` : void 0;
|
|
188
|
+
const renderItem = (option) => /* @__PURE__ */ jsx(
|
|
189
|
+
SelectItem,
|
|
190
|
+
{
|
|
191
|
+
value: option.value,
|
|
192
|
+
disabled: option.disabled,
|
|
193
|
+
"data-testid": optionTestId(option.value),
|
|
194
|
+
children: renderOption ? renderOption(option) : option.label
|
|
195
|
+
},
|
|
196
|
+
option.value
|
|
197
|
+
);
|
|
198
|
+
return /* @__PURE__ */ jsxs(
|
|
199
|
+
SelectPrimitive.Root,
|
|
200
|
+
{
|
|
201
|
+
"data-slot": "select",
|
|
202
|
+
value: value || void 0,
|
|
203
|
+
onValueChange: (next) => onChange?.(
|
|
204
|
+
next,
|
|
205
|
+
options.find((option) => option.value === next)
|
|
206
|
+
),
|
|
207
|
+
disabled,
|
|
208
|
+
name,
|
|
209
|
+
children: [
|
|
210
|
+
/* @__PURE__ */ jsx(SelectTrigger, { id, "data-testid": dataTestId, className, children: /* @__PURE__ */ jsx(SelectValue, { placeholder }) }),
|
|
211
|
+
/* @__PURE__ */ jsx(SelectContent, { children: groupDataOptions(options).map(
|
|
212
|
+
(group) => group.heading ? /* @__PURE__ */ jsxs(SelectGroup, { children: [
|
|
213
|
+
/* @__PURE__ */ jsx(SelectLabel, { children: group.heading }),
|
|
214
|
+
group.items.map(renderItem)
|
|
215
|
+
] }, group.heading) : /* @__PURE__ */ jsx(React.Fragment, { children: group.items.map(renderItem) }, "__ungrouped")
|
|
216
|
+
) })
|
|
217
|
+
]
|
|
218
|
+
}
|
|
219
|
+
);
|
|
220
|
+
}
|
|
122
221
|
|
|
123
222
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from './chunk-
|
|
1
|
+
import { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from './chunk-EE3B3TEQ.js';
|
|
2
2
|
import { Button } from './chunk-HJEBRCXL.js';
|
|
3
3
|
import { useTranslation } from './chunk-RLGHEV4A.js';
|
|
4
4
|
import { cn } from './chunk-U7N2A7A3.js';
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { SearchSelect } from './chunk-Y7AV7QJO.js';
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
4
|
+
function Autocomplete({
|
|
5
|
+
options,
|
|
6
|
+
value,
|
|
7
|
+
onValueChange,
|
|
8
|
+
placeholder,
|
|
9
|
+
searchPlaceholder,
|
|
10
|
+
emptyMessage,
|
|
11
|
+
disabled,
|
|
12
|
+
className,
|
|
13
|
+
id
|
|
14
|
+
}) {
|
|
15
|
+
return /* @__PURE__ */ jsx(
|
|
16
|
+
SearchSelect,
|
|
17
|
+
{
|
|
18
|
+
id,
|
|
19
|
+
value,
|
|
20
|
+
onChange: (next) => onValueChange?.(next),
|
|
21
|
+
options,
|
|
22
|
+
clearable: false,
|
|
23
|
+
placeholder,
|
|
24
|
+
searchPlaceholder,
|
|
25
|
+
emptyMessage,
|
|
26
|
+
disabled,
|
|
27
|
+
className
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export { Autocomplete };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from './chunk-
|
|
1
|
+
import { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from './chunk-EE3B3TEQ.js';
|
|
2
2
|
import { Button } from './chunk-HJEBRCXL.js';
|
|
3
3
|
import { useTranslation, useOptionalAppContext, APP_LOCALES, resolveTimezonePickerOptions, getTimezoneLabel, APP_TIME_FORMAT_OPTIONS, getTimeFormatLabel } from './chunk-RLGHEV4A.js';
|
|
4
4
|
import { APP_DATE_FORMAT_OPTIONS, getDateFormatLabel } from './chunk-FXFJF4YA.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command, CommandList, CommandItem, CommandGroup } from './chunk-V6UWJKZF.js';
|
|
2
|
-
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
3
2
|
import { Input } from './chunk-VOHTRR5X.js';
|
|
3
|
+
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
4
4
|
import { Button } from './chunk-HJEBRCXL.js';
|
|
5
5
|
import { useTranslation } from './chunk-RLGHEV4A.js';
|
|
6
6
|
import { cn } from './chunk-U7N2A7A3.js';
|
|
@@ -216,32 +216,5 @@ function SearchSelect({
|
|
|
216
216
|
}
|
|
217
217
|
);
|
|
218
218
|
}
|
|
219
|
-
function Autocomplete({
|
|
220
|
-
options,
|
|
221
|
-
value,
|
|
222
|
-
onValueChange,
|
|
223
|
-
placeholder,
|
|
224
|
-
searchPlaceholder,
|
|
225
|
-
emptyMessage,
|
|
226
|
-
disabled,
|
|
227
|
-
className,
|
|
228
|
-
id
|
|
229
|
-
}) {
|
|
230
|
-
return /* @__PURE__ */ jsx(
|
|
231
|
-
SearchSelect,
|
|
232
|
-
{
|
|
233
|
-
id,
|
|
234
|
-
value,
|
|
235
|
-
onChange: (next) => onValueChange?.(next),
|
|
236
|
-
options,
|
|
237
|
-
clearable: false,
|
|
238
|
-
placeholder,
|
|
239
|
-
searchPlaceholder,
|
|
240
|
-
emptyMessage,
|
|
241
|
-
disabled,
|
|
242
|
-
className
|
|
243
|
-
}
|
|
244
|
-
);
|
|
245
|
-
}
|
|
246
219
|
|
|
247
|
-
export {
|
|
220
|
+
export { SearchSelect };
|
|
@@ -3,7 +3,7 @@ export { I as InlineProp, P as PageContainerProp, P as PageContainerProps, a as
|
|
|
3
3
|
export { F as FilterBar, a as FilterGroup, P as PageHeader } from '../../filter-bar-BpUvE_yO.js';
|
|
4
4
|
export { I as Inline, P as PageContainer, S as Stack } from '../../inline-CV3A46np.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-Bg7fPpXy.js';
|
|
6
|
-
export { F as FormField, S as SearchInput } from '../../search-input-
|
|
6
|
+
export { F as FormField, S as SearchInput } from '../../search-input-mAZy3Den.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 {
|
|
22
|
+
export { K as collectUploadCommitActions, L as createUploadItem } from '../../data-entry.prop-Cjidhei7.js';
|
|
23
23
|
import '../../shared.prop-BNRJc9K0.js';
|
|
24
24
|
import 'react';
|
|
25
25
|
import '../../content.prop-DrV_zDy-.js';
|
|
@@ -1,37 +1,38 @@
|
|
|
1
1
|
import '../../chunk-LDSLS6HE.js';
|
|
2
2
|
export { DataState, InfiniteQueryState, MutationFeedback, PrefetchLink, QueryRefetchButton, flattenItemPages } from '../../chunk-2QG3OVAD.js';
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
import '../../chunk-TO33OY4L.js';
|
|
6
|
-
export { Pagination } from '../../chunk-6PWNLR2F.js';
|
|
3
|
+
export { FilterBar, FilterGroup, PageHeader } from '../../chunk-T2S3IGZG.js';
|
|
4
|
+
export { Pagination } from '../../chunk-JBEIL3VD.js';
|
|
7
5
|
export { Steps } from '../../chunk-L6J44O74.js';
|
|
8
6
|
export { TabsItems } from '../../chunk-BPSKQUL2.js';
|
|
9
7
|
export { Tabs, TabsContent, TabsList, TabsTrigger } from '../../chunk-XG7XDYIM.js';
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
|
|
8
|
+
export { TreeSelect } from '../../chunk-JJCGMCTL.js';
|
|
9
|
+
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from '../../chunk-K27I23OA.js';
|
|
10
|
+
import '../../chunk-EE3B3TEQ.js';
|
|
13
11
|
import '../../chunk-CRERCLIZ.js';
|
|
14
|
-
|
|
15
|
-
export {
|
|
16
|
-
import '../../chunk-32WO3YLB.js';
|
|
17
|
-
export { Toaster } from '../../chunk-TO7URV7U.js';
|
|
18
|
-
export { Cascader } from '../../chunk-VRSHUKDF.js';
|
|
12
|
+
export { SearchInput, Transfer, useDebouncedValue, useTimeoutFlag } from '../../chunk-YVBZ37ZE.js';
|
|
13
|
+
export { Cascader } from '../../chunk-RVY4F7LK.js';
|
|
19
14
|
import '../../chunk-SMLKNECP.js';
|
|
20
|
-
import '../../chunk-V6UWJKZF.js';
|
|
21
15
|
import '../../chunk-E76QIYSY.js';
|
|
22
16
|
import '../../chunk-CQBADMFG.js';
|
|
23
|
-
export {
|
|
17
|
+
export { SkeletonCard, SkeletonDetail, SkeletonRows, SkeletonTable, toast, useToast } from '../../chunk-M64MVRLS.js';
|
|
18
|
+
export { Alert, AlertActions, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from '../../chunk-6UFKWOEW.js';
|
|
19
|
+
export { formatBytes, formatCurrency, formatDateLong, formatDateTime, formatRelative, humanError, shortId } from '../../chunk-4R7QL3MW.js';
|
|
20
|
+
export { Dialog, DialogConfirm, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '../../chunk-2HLWHQJA.js';
|
|
21
|
+
export { Toaster } from '../../chunk-TO7URV7U.js';
|
|
22
|
+
export { PageContainer, Stack } from '../../chunk-T4UT3B3K.js';
|
|
23
|
+
import '../../chunk-TO33OY4L.js';
|
|
24
|
+
import '../../chunk-32WO3YLB.js';
|
|
25
|
+
import '../../chunk-Y7AV7QJO.js';
|
|
26
|
+
import '../../chunk-V6UWJKZF.js';
|
|
27
|
+
import '../../chunk-VOHTRR5X.js';
|
|
28
|
+
export { DataTable, EmptyState, KeyValueGrid, StatusBadge } from '../../chunk-TW4IRRAX.js';
|
|
24
29
|
import '../../chunk-DV52WNXO.js';
|
|
30
|
+
export { Inline } from '../../chunk-S66TJXJU.js';
|
|
25
31
|
import '../../chunk-PIIRNAXA.js';
|
|
26
32
|
import '../../chunk-DY5C44UP.js';
|
|
27
33
|
import '../../chunk-3KPEZ5CF.js';
|
|
28
34
|
import '../../chunk-ZS6DTAM2.js';
|
|
29
35
|
import '../../chunk-ICM6XBST.js';
|
|
30
|
-
export { Alert, AlertActions, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from '../../chunk-6UFKWOEW.js';
|
|
31
|
-
export { formatBytes, formatCurrency, formatDateLong, formatDateTime, formatRelative, humanError, shortId } from '../../chunk-4R7QL3MW.js';
|
|
32
|
-
export { Inline } from '../../chunk-S66TJXJU.js';
|
|
33
|
-
export { Dialog, DialogConfirm, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '../../chunk-2HLWHQJA.js';
|
|
34
|
-
import '../../chunk-VOHTRR5X.js';
|
|
35
36
|
import '../../chunk-HJEBRCXL.js';
|
|
36
37
|
export { FormField } from '../../chunk-F7PG4OEV.js';
|
|
37
38
|
import '../../chunk-7PWBC4BY.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { Card, CardAction, CardContent, CardCover, CardDescription, CardFooter, CardHeader, CardStat, CardTitle } from '../../chunk-GXHZAJUA.js';
|
|
2
|
-
export { DataTable, EmptyState, KeyValueGrid, StatusBadge } from '../../chunk-
|
|
2
|
+
export { DataTable, EmptyState, KeyValueGrid, StatusBadge } from '../../chunk-TW4IRRAX.js';
|
|
3
3
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from '../../chunk-DV52WNXO.js';
|
|
4
|
+
import '../../chunk-S66TJXJU.js';
|
|
4
5
|
import { Badge } from '../../chunk-PIIRNAXA.js';
|
|
5
6
|
export { Badge } from '../../chunk-PIIRNAXA.js';
|
|
6
7
|
export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger } from '../../chunk-DY5C44UP.js';
|
|
7
8
|
export { ScrollArea, ScrollBar } from '../../chunk-3KPEZ5CF.js';
|
|
8
9
|
export { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '../../chunk-ZS6DTAM2.js';
|
|
9
10
|
import '../../chunk-ICM6XBST.js';
|
|
10
|
-
import '../../chunk-S66TJXJU.js';
|
|
11
11
|
import '../../chunk-HJEBRCXL.js';
|
|
12
12
|
import '../../chunk-RLGHEV4A.js';
|
|
13
13
|
import '../../chunk-FXFJF4YA.js';
|
|
@@ -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-Cjidhei7.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,9 @@
|
|
|
1
|
-
export { Autocomplete } from '../../chunk-
|
|
1
|
+
export { Autocomplete } from '../../chunk-SWGQX3AP.js';
|
|
2
|
+
import '../../chunk-Y7AV7QJO.js';
|
|
2
3
|
import '../../chunk-V6UWJKZF.js';
|
|
4
|
+
import '../../chunk-VOHTRR5X.js';
|
|
3
5
|
import '../../chunk-DY5C44UP.js';
|
|
4
6
|
import '../../chunk-ICM6XBST.js';
|
|
5
|
-
import '../../chunk-VOHTRR5X.js';
|
|
6
7
|
import '../../chunk-HJEBRCXL.js';
|
|
7
8
|
import '../../chunk-RLGHEV4A.js';
|
|
8
9
|
import '../../chunk-FXFJF4YA.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-Cjidhei7.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-Cjidhei7.js';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import '@radix-ui/react-checkbox';
|
|
5
5
|
import '@radix-ui/react-radio-group';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { Cascader } from '../../chunk-
|
|
1
|
+
export { Cascader } from '../../chunk-RVY4F7LK.js';
|
|
2
2
|
import '../../chunk-SMLKNECP.js';
|
|
3
|
-
import '../../chunk-V6UWJKZF.js';
|
|
4
3
|
import '../../chunk-E76QIYSY.js';
|
|
5
4
|
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';
|
|
@@ -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-9w-eF8sM.js';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
|
-
import '../../data-entry.prop-
|
|
5
|
+
import '../../data-entry.prop-Cjidhei7.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-Cjidhei7.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-ICM6XBST.js';
|
|
1
|
+
export { ColorPicker } from '../../chunk-ZTYEH3UW.js';
|
|
3
2
|
import '../../chunk-VOHTRR5X.js';
|
|
3
|
+
import '../../chunk-ICM6XBST.js';
|
|
4
4
|
import '../../chunk-RLGHEV4A.js';
|
|
5
5
|
import '../../chunk-FXFJF4YA.js';
|
|
6
6
|
import '../../chunk-U7N2A7A3.js';
|
|
@@ -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-Cjidhei7.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 { DatePicker } from '../../chunk-
|
|
1
|
+
export { DatePicker } from '../../chunk-AZS7553U.js';
|
|
2
2
|
import '../../chunk-IK7I3ABN.js';
|
|
3
|
+
import '../../chunk-VOHTRR5X.js';
|
|
3
4
|
import '../../chunk-DY5C44UP.js';
|
|
4
5
|
import '../../chunk-ICM6XBST.js';
|
|
5
|
-
import '../../chunk-VOHTRR5X.js';
|
|
6
6
|
import '../../chunk-HJEBRCXL.js';
|
|
7
7
|
import '../../chunk-RLGHEV4A.js';
|
|
8
8
|
import '../../chunk-FXFJF4YA.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-Cjidhei7.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 { DateRangePicker } from '../../chunk-
|
|
1
|
+
export { DateRangePicker } from '../../chunk-I3272Y2C.js';
|
|
2
2
|
import '../../chunk-IK7I3ABN.js';
|
|
3
|
+
import '../../chunk-VOHTRR5X.js';
|
|
3
4
|
import '../../chunk-DY5C44UP.js';
|
|
4
5
|
import '../../chunk-ICM6XBST.js';
|
|
5
|
-
import '../../chunk-VOHTRR5X.js';
|
|
6
6
|
import '../../chunk-HJEBRCXL.js';
|
|
7
7
|
import '../../chunk-RLGHEV4A.js';
|
|
8
8
|
import '../../chunk-FXFJF4YA.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-9w-eF8sM.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-mAZy3Den.js';
|
|
8
8
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
9
|
-
import {
|
|
10
|
-
export { a as AutocompleteProps, C as CalendarProps, b as CascaderProps, f as ColorPickerProps, h as CountryOptionProp, D as DatePickerProps, j as DateRangePickerProps, l as SearchSelectLoadParamsProp, m as SearchSelectLoadResultProp, n as SearchSelectOption,
|
|
9
|
+
import { s as SwitchFieldProp, g as CountryOptionLabelProp, i as CountrySelectProp, o as SearchSelectProp } from '../../data-entry.prop-Cjidhei7.js';
|
|
10
|
+
export { a as AutocompleteProps, C as CalendarProps, b as CascaderProps, f as ColorPickerProps, h as CountryOptionProp, D as DatePickerProps, j as DateRangePickerProps, l as SearchSelectLoadParamsProp, m as SearchSelectLoadResultProp, n as SearchSelectOption, r as SliderProps, t as SwitchProps, u as TimePickerProps, v as TransferItemProp, w as TransferProps, z as TreeSelectProps, U as UploadCommitAction, B as UploadFileItem, G as UploadProps, H as UploadVariant, K as collectUploadCommitActions, L as createUploadItem } from '../../data-entry.prop-Cjidhei7.js';
|
|
11
11
|
export { Switch } from './switch.js';
|
|
12
12
|
export { Slider } from './slider.js';
|
|
13
13
|
export { Calendar } from './calendar.js';
|
|
@@ -1,31 +1,32 @@
|
|
|
1
|
+
export { Radio, RadioGroupOptions as RadioGroup, RadioGroupRoot, RadioItem } from '../../chunk-3UGU5TYP.js';
|
|
1
2
|
import { Switch } from '../../chunk-WXW43RK5.js';
|
|
2
3
|
export { Switch } from '../../chunk-WXW43RK5.js';
|
|
3
4
|
export { Textarea } from '../../chunk-ZLK5SPT6.js';
|
|
4
|
-
export { TimePicker } from '../../chunk-
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export { Autocomplete
|
|
5
|
+
export { TimePicker } from '../../chunk-GH7E5N6F.js';
|
|
6
|
+
export { ColorPicker } from '../../chunk-ZTYEH3UW.js';
|
|
7
|
+
export { DatePicker } from '../../chunk-AZS7553U.js';
|
|
8
|
+
export { DateRangePicker } from '../../chunk-I3272Y2C.js';
|
|
9
|
+
export { Autocomplete } from '../../chunk-SWGQX3AP.js';
|
|
9
10
|
export { Calendar } from '../../chunk-IK7I3ABN.js';
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
|
|
13
|
-
export {
|
|
11
|
+
export { SHOW_ALL, SHOW_CHILD, SHOW_PARENT, TreeSelect } from '../../chunk-JJCGMCTL.js';
|
|
12
|
+
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from '../../chunk-K27I23OA.js';
|
|
13
|
+
import { Select, SelectTrigger, SelectValue, SelectContent, SelectGroup, SelectItem } from '../../chunk-EE3B3TEQ.js';
|
|
14
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '../../chunk-EE3B3TEQ.js';
|
|
14
15
|
export { Slider } from '../../chunk-CRERCLIZ.js';
|
|
15
|
-
|
|
16
|
-
export {
|
|
17
|
-
export { Cascader } from '../../chunk-VRSHUKDF.js';
|
|
16
|
+
export { SearchInput, Transfer } from '../../chunk-YVBZ37ZE.js';
|
|
17
|
+
export { Cascader } from '../../chunk-RVY4F7LK.js';
|
|
18
18
|
import '../../chunk-SMLKNECP.js';
|
|
19
|
-
export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '../../chunk-V6UWJKZF.js';
|
|
20
19
|
export { Checkbox, CheckboxGroup } from '../../chunk-E76QIYSY.js';
|
|
21
20
|
import '../../chunk-CQBADMFG.js';
|
|
22
|
-
import '../../chunk-DY5C44UP.js';
|
|
23
|
-
import '../../chunk-3KPEZ5CF.js';
|
|
24
|
-
import '../../chunk-ICM6XBST.js';
|
|
25
21
|
import '../../chunk-4R7QL3MW.js';
|
|
26
|
-
import { Inline } from '../../chunk-S66TJXJU.js';
|
|
27
22
|
import '../../chunk-2HLWHQJA.js';
|
|
23
|
+
export { SearchSelect } from '../../chunk-Y7AV7QJO.js';
|
|
24
|
+
export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '../../chunk-V6UWJKZF.js';
|
|
28
25
|
export { Input } from '../../chunk-VOHTRR5X.js';
|
|
26
|
+
import { Inline } from '../../chunk-S66TJXJU.js';
|
|
27
|
+
import '../../chunk-DY5C44UP.js';
|
|
28
|
+
import '../../chunk-3KPEZ5CF.js';
|
|
29
|
+
import '../../chunk-ICM6XBST.js';
|
|
29
30
|
import '../../chunk-HJEBRCXL.js';
|
|
30
31
|
export { FormField } from '../../chunk-F7PG4OEV.js';
|
|
31
32
|
import { Label } from '../../chunk-7PWBC4BY.js';
|
|
@@ -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-Cjidhei7.js';
|
|
5
5
|
import '@radix-ui/react-checkbox';
|
|
6
6
|
import '@radix-ui/react-slider';
|
|
7
7
|
import '@radix-ui/react-switch';
|
|
@@ -1,8 +1,27 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
4
|
+
import { p as SelectDataProp } from '../../data-entry.prop-Cjidhei7.js';
|
|
5
|
+
import '@radix-ui/react-checkbox';
|
|
6
|
+
import '@radix-ui/react-radio-group';
|
|
7
|
+
import '@radix-ui/react-slider';
|
|
8
|
+
import '@radix-ui/react-switch';
|
|
9
|
+
import 'react-day-picker';
|
|
10
|
+
import '../../shared.prop-BNRJc9K0.js';
|
|
11
|
+
import '../../content.prop-DrV_zDy-.js';
|
|
12
|
+
import '../../data.prop-BmLaGLb7.js';
|
|
13
|
+
import '../../interaction.prop-Cdn7wOtq.js';
|
|
14
|
+
import '../../layout.prop-4TCNvyQZ.js';
|
|
4
15
|
|
|
5
|
-
|
|
16
|
+
type SelectProp = SelectDataProp | React.ComponentProps<typeof SelectPrimitive.Root>;
|
|
17
|
+
/**
|
|
18
|
+
* Select — one component for every single-select. Use the compound API for full control
|
|
19
|
+
* (`<Select><SelectTrigger/><SelectContent><SelectItem/></SelectContent></Select>`), OR the
|
|
20
|
+
* data-driven (Ant-style) API by passing `options` / `loadOptions`: `showSearch` toggles a
|
|
21
|
+
* searchable combobox (powered by SearchSelect) vs a plain no-search listbox; supports async,
|
|
22
|
+
* optgroup grouping, and `renderOption`.
|
|
23
|
+
*/
|
|
24
|
+
declare function Select(props: SelectProp): react_jsx_runtime.JSX.Element;
|
|
6
25
|
declare function SelectGroup(props: React.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime.JSX.Element;
|
|
7
26
|
declare function SelectValue(props: React.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime.JSX.Element;
|
|
8
27
|
declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
@@ -15,4 +34,4 @@ declare const SelectLabel: React.ForwardRefExoticComponent<Omit<SelectPrimitive.
|
|
|
15
34
|
declare const SelectItem: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
16
35
|
declare const SelectSeparator: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
17
36
|
|
|
18
|
-
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
37
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, type SelectProp, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '../../chunk-
|
|
1
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '../../chunk-EE3B3TEQ.js';
|
|
2
|
+
import '../../chunk-Y7AV7QJO.js';
|
|
3
|
+
import '../../chunk-V6UWJKZF.js';
|
|
4
|
+
import '../../chunk-VOHTRR5X.js';
|
|
5
|
+
import '../../chunk-DY5C44UP.js';
|
|
2
6
|
import '../../chunk-ICM6XBST.js';
|
|
7
|
+
import '../../chunk-HJEBRCXL.js';
|
|
8
|
+
import '../../chunk-RLGHEV4A.js';
|
|
9
|
+
import '../../chunk-FXFJF4YA.js';
|
|
3
10
|
import '../../chunk-U7N2A7A3.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
3
|
-
export {
|
|
3
|
+
export { r as SliderProp, r as SliderProps } from '../../data-entry.prop-Cjidhei7.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 {
|
|
3
|
+
export { t as SwitchProp, t as SwitchProps } from '../../data-entry.prop-Cjidhei7.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 {
|
|
2
|
+
import { u as TimePickerProp } from '../../data-entry.prop-Cjidhei7.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 { TimePicker } from '../../chunk-
|
|
2
|
-
import '../../chunk-DY5C44UP.js';
|
|
1
|
+
export { TimePicker } from '../../chunk-GH7E5N6F.js';
|
|
3
2
|
import '../../chunk-VOHTRR5X.js';
|
|
3
|
+
import '../../chunk-DY5C44UP.js';
|
|
4
4
|
import '../../chunk-HJEBRCXL.js';
|
|
5
5
|
import '../../chunk-RLGHEV4A.js';
|
|
6
6
|
import '../../chunk-FXFJF4YA.js';
|