@godxjp/ui 6.8.0 → 6.9.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-CNP1MnPn.d.ts → checkbox-BKIGsv3G.d.ts} +1 -1
- package/dist/{chunk-LQGSZODY.js → chunk-2HLWHQJA.js} +1 -1
- package/dist/{chunk-WM5MKEOD.js → chunk-2QG3OVAD.js} +2 -2
- package/dist/{chunk-QT3T2HEI.js → chunk-43QSNZS3.js} +2 -2
- package/dist/{chunk-CJVXTCYD.js → chunk-4R7QL3MW.js} +1 -1
- package/dist/{chunk-RP3NH5QJ.js → chunk-6PWNLR2F.js} +1 -1
- package/dist/{chunk-Z33J65PB.js → chunk-6UFKWOEW.js} +2 -2
- package/dist/{chunk-J2T7IEFE.js → chunk-BBXDT2P2.js} +3 -3
- package/dist/{chunk-HGRRL34G.js → chunk-BEQDDDT7.js} +1 -1
- package/dist/{chunk-TCY4QONW.js → chunk-DOVA5SWV.js} +3 -3
- package/dist/{chunk-TRVOPU4U.js → chunk-FXFJF4YA.js} +21 -0
- package/dist/{chunk-K6D7LQWC.js → chunk-GH7E5N6F.js} +2 -2
- package/dist/{chunk-VM2IAY6N.js → chunk-ICQGSUTC.js} +3 -3
- package/dist/{chunk-GT2OGI2S.js → chunk-PE2QZHY2.js} +3 -3
- package/dist/{chunk-4VP24PAR.js → chunk-PWFFEMYI.js} +4 -4
- package/dist/{chunk-NHD5XDMX.js → chunk-RLGHEV4A.js} +1 -1
- package/dist/{chunk-2WGV7GGO.js → chunk-YVBZ37ZE.js} +1 -1
- package/dist/{chunk-NKQKCA5W.js → chunk-Z5D4E73N.js} +3 -3
- package/dist/{chunk-I2SHXSYY.js → chunk-ZTYEH3UW.js} +1 -1
- package/dist/components/admin/index.d.ts +2 -2
- package/dist/components/admin/index.js +23 -23
- package/dist/components/data-display/index.js +7 -7
- package/dist/components/data-entry/autocomplete.d.ts +1 -1
- package/dist/components/data-entry/autocomplete.js +4 -4
- package/dist/components/data-entry/calendar.d.ts +1 -1
- package/dist/components/data-entry/calendar.js +2 -2
- package/dist/components/data-entry/cascader.d.ts +1 -1
- package/dist/components/data-entry/cascader.js +6 -6
- 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 +3 -3
- package/dist/components/data-entry/date-picker.d.ts +1 -1
- package/dist/components/data-entry/date-picker.js +5 -5
- package/dist/components/data-entry/date-range-picker.d.ts +1 -1
- package/dist/components/data-entry/date-range-picker.js +5 -5
- package/dist/components/data-entry/index.d.ts +14 -5
- package/dist/components/data-entry/index.js +218 -21
- 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 +1 -1
- package/dist/components/data-entry/time-picker.js +3 -3
- package/dist/components/data-entry/transfer.d.ts +2 -2
- package/dist/components/data-entry/transfer.js +3 -3
- package/dist/components/data-entry/tree-select.d.ts +1 -1
- package/dist/components/data-entry/tree-select.js +6 -6
- 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.d.ts +3 -3
- package/dist/components/feedback/index.js +7 -7
- package/dist/components/feedback/sheet.d.ts +1 -1
- package/dist/components/layout/index.js +3 -3
- package/dist/components/navigation/index.js +5 -5
- package/dist/components/navigation/pagination.js +4 -4
- package/dist/components/query/index.js +5 -5
- package/dist/components/ui/index.d.ts +2 -2
- package/dist/components/ui/index.js +22 -22
- package/dist/{data-entry.prop-I3mgmdGm.d.ts → data-entry.prop-CzBVxZ2F.d.ts} +42 -1
- package/dist/i18n/index.d.ts +7 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +23 -23
- package/dist/lib/datetime/index.js +1 -1
- package/dist/props/components/index.d.ts +1 -1
- package/dist/props/index.d.ts +1 -1
- package/dist/{search-input-JWJMFVqC.d.ts → search-input-Br_LCi4p.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/{chunk-IK7I3ABN.js → chunk-I2V4Y2VF.js} +1 -1
- package/dist/{chunk-5OLTVEDN.js → chunk-VV3M6PXD.js} +2 -2
|
@@ -230,6 +230,47 @@ type AutocompleteProp = {
|
|
|
230
230
|
className?: ClassNameProp;
|
|
231
231
|
id?: IdProp;
|
|
232
232
|
};
|
|
233
|
+
/** A SearchSelect option row. `group` buckets it under an optgroup-style heading. */
|
|
234
|
+
type SearchSelectOptionProp = {
|
|
235
|
+
value: string;
|
|
236
|
+
label: string;
|
|
237
|
+
sublabel?: string;
|
|
238
|
+
/** Optgroup-style heading this option belongs to (rendered once, in first-seen order). */
|
|
239
|
+
group?: string;
|
|
240
|
+
disabled?: boolean;
|
|
241
|
+
};
|
|
242
|
+
type SearchSelectLoadParamsProp = {
|
|
243
|
+
query: string;
|
|
244
|
+
/** 1-based page for infinite scroll. */
|
|
245
|
+
page: number;
|
|
246
|
+
};
|
|
247
|
+
type SearchSelectLoadResultProp = {
|
|
248
|
+
options: SearchSelectOptionProp[];
|
|
249
|
+
/** True if another page is available (drives infinite scroll). */
|
|
250
|
+
hasMore?: boolean;
|
|
251
|
+
};
|
|
252
|
+
/** @see SearchSelect — async, searchable, optionally grouped single-select combobox. */
|
|
253
|
+
type SearchSelectProp = {
|
|
254
|
+
value?: ValueProp;
|
|
255
|
+
onChange?: (value: string, option?: SearchSelectOptionProp) => void;
|
|
256
|
+
/** Remote fetcher — debounced search + infinite-scroll pagination call into this. */
|
|
257
|
+
loadOptions: (params: SearchSelectLoadParamsProp) => Promise<SearchSelectLoadResultProp>;
|
|
258
|
+
/** Label for the current value when its option isn't in the loaded page (avoids a flash of id). */
|
|
259
|
+
selectedLabel?: string;
|
|
260
|
+
placeholder?: PlaceholderProp;
|
|
261
|
+
searchPlaceholder?: PlaceholderProp;
|
|
262
|
+
emptyMessage?: string;
|
|
263
|
+
loadingMessage?: string;
|
|
264
|
+
clearLabel?: string;
|
|
265
|
+
/** Show a "clear" row when a value is selected (default true). */
|
|
266
|
+
clearable?: boolean;
|
|
267
|
+
disabled?: DisabledProp;
|
|
268
|
+
/** Form field name — submits the selected value via a hidden input. */
|
|
269
|
+
name?: string;
|
|
270
|
+
id?: IdProp;
|
|
271
|
+
className?: ClassNameProp;
|
|
272
|
+
"data-testid"?: string;
|
|
273
|
+
};
|
|
233
274
|
/** @see UploadFileItem */
|
|
234
275
|
type UploadFileItemProp = UploadFileItem;
|
|
235
276
|
/** @see Upload */
|
|
@@ -326,4 +367,4 @@ type TransferProp = {
|
|
|
326
367
|
onSelectChange?: (sourceSelectedKeys: string[], targetSelectedKeys: string[]) => void;
|
|
327
368
|
};
|
|
328
369
|
|
|
329
|
-
export { type AutocompleteOptionProp as A,
|
|
370
|
+
export { type AutocompleteOptionProp as A, type UploadFileItemProp as B, type CalendarProp as C, type DatePickerProp as D, type UploadProp as E, type FormFieldProp as F, type UploadVariant as G, type UploadVariantProp as H, type InputProp as I, collectUploadCommitActions as J, createUploadItem as K, type RadioGroupProp as R, type SearchInputProp as S, type TextareaProp as T, type UploadCommitAction as U, type AutocompleteProp as a, type CascaderProp as b, type CheckboxGroupProp as c, type CheckboxProp as d, type ChoiceOptionProp as e, type ColorPickerProp as f, type CountryOptionLabelProp as g, type CountryOptionProp as h, type CountrySelectProp as i, type DateRangePickerProp as j, type RadioProp as k, type SearchSelectLoadParamsProp as l, type SearchSelectLoadResultProp as m, type SearchSelectOptionProp as n, type SearchSelectProp as o, type ShowCheckedStrategyProp as p, type SliderProp as q, type SwitchFieldProp as r, type SwitchProp as s, type TimePickerProp as t, type TransferItemProp as u, type TransferProp as v, type TreeFieldNamesProp as w, type TreeOptionProp as x, type TreeSelectProp as y, type UploadFileItem as z };
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -83,6 +83,13 @@ var dataEntry = {
|
|
|
83
83
|
empty: "Không có dữ liệu",
|
|
84
84
|
moveRight: "Chuyển sang đích",
|
|
85
85
|
moveLeft: "Chuyển về nguồn"
|
|
86
|
+
},
|
|
87
|
+
searchSelect: {
|
|
88
|
+
placeholder: "Chọn…",
|
|
89
|
+
search: "Tìm kiếm",
|
|
90
|
+
clear: "Xóa lựa chọn",
|
|
91
|
+
loading: "Đang tải…",
|
|
92
|
+
empty: "Không có kết quả"
|
|
86
93
|
}
|
|
87
94
|
};
|
|
88
95
|
var feedback = {
|
package/dist/i18n/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { usePickerLocales, useTranslation } from '../chunk-
|
|
2
|
-
export { MESSAGE_CATALOG, resetI18nLocale, syncI18nLocale, translate, translateCurrent } from '../chunk-
|
|
1
|
+
export { usePickerLocales, useTranslation } from '../chunk-RLGHEV4A.js';
|
|
2
|
+
export { MESSAGE_CATALOG, resetI18nLocale, syncI18nLocale, translate, translateCurrent } from '../chunk-FXFJF4YA.js';
|
package/dist/index.d.ts
CHANGED
|
@@ -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-DNDVhpCE.js';
|
|
4
4
|
export { I as Inline, P as PageContainer, S as Stack } from './inline-Bu_syXvi.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-CnRksymA.js';
|
|
6
|
-
export { F as FormField, S as SearchInput } from './search-input-
|
|
6
|
+
export { F as FormField, S as SearchInput } from './search-input-Br_LCi4p.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 './components/query/index.js';
|
|
9
9
|
export { Alert, AlertActions, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from './components/feedback/alert.js';
|
|
@@ -21,7 +21,7 @@ export { formatBytes, formatCurrency, formatDateLong, formatDateTime, formatRela
|
|
|
21
21
|
export { FormFieldControl, FormRoot, useZodForm } from './form/index.js';
|
|
22
22
|
export { F as FieldErrorMessageProp, a as FormFieldControlProp, b as FormRootProp, U as UseZodFormOptionsProp, c as UseZodFormReturnProp, Z as ZodSchemaProp } from './form.prop-BHgpuFFm.js';
|
|
23
23
|
export { cn } from './lib/utils.js';
|
|
24
|
-
export {
|
|
24
|
+
export { J as collectUploadCommitActions, K as createUploadItem } from './data-entry.prop-CzBVxZ2F.js';
|
|
25
25
|
export { j as formatDate } from './format-date-ByyZoqI5.js';
|
|
26
26
|
import './shared.prop-BNRJc9K0.js';
|
|
27
27
|
import 'react';
|
package/dist/index.js
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
export { FormFieldControl, FormRoot, useZodForm } from './chunk-7WRZG2IG.js';
|
|
2
2
|
import './chunk-LDSLS6HE.js';
|
|
3
|
-
export { DataState, InfiniteQueryState, MutationFeedback, PrefetchLink, QueryRefetchButton, flattenItemPages } from './chunk-
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export { Toaster } from './chunk-TO7URV7U.js';
|
|
7
|
-
export { PageContainer, Stack } from './chunk-5OLTVEDN.js';
|
|
8
|
-
import './chunk-32WO3YLB.js';
|
|
9
|
-
export { FilterBar, FilterGroup, PageHeader } from './chunk-QT3T2HEI.js';
|
|
3
|
+
export { DataState, InfiniteQueryState, MutationFeedback, PrefetchLink, QueryRefetchButton, flattenItemPages } from './chunk-2QG3OVAD.js';
|
|
4
|
+
export { FilterBar, FilterGroup, PageHeader } from './chunk-43QSNZS3.js';
|
|
5
|
+
export { Pagination } from './chunk-6PWNLR2F.js';
|
|
10
6
|
export { Steps } from './chunk-L6J44O74.js';
|
|
11
7
|
export { TabsItems } from './chunk-BPSKQUL2.js';
|
|
12
8
|
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-XG7XDYIM.js';
|
|
9
|
+
export { PageContainer, Stack } from './chunk-VV3M6PXD.js';
|
|
13
10
|
import './chunk-TO33OY4L.js';
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from './chunk-4VP24PAR.js';
|
|
18
|
-
export { formatBytes, formatCurrency, formatDateLong, formatDateTime, formatRelative, humanError, shortId } from './chunk-CJVXTCYD.js';
|
|
19
|
-
export { Dialog, DialogConfirm, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from './chunk-LQGSZODY.js';
|
|
20
|
-
import './chunk-UX634MYF.js';
|
|
11
|
+
export { SearchInput, Transfer, useDebouncedValue, useTimeoutFlag } from './chunk-YVBZ37ZE.js';
|
|
12
|
+
export { TreeSelect } from './chunk-BBXDT2P2.js';
|
|
13
|
+
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from './chunk-PWFFEMYI.js';
|
|
21
14
|
import './chunk-CRERCLIZ.js';
|
|
22
|
-
|
|
15
|
+
import './chunk-UX634MYF.js';
|
|
16
|
+
export { Cascader } from './chunk-ICQGSUTC.js';
|
|
23
17
|
import './chunk-SMLKNECP.js';
|
|
18
|
+
import './chunk-V6UWJKZF.js';
|
|
24
19
|
import './chunk-E76QIYSY.js';
|
|
25
20
|
import './chunk-CQBADMFG.js';
|
|
26
|
-
|
|
21
|
+
export { SkeletonCard, SkeletonDetail, SkeletonRows, SkeletonTable, toast, useToast } from './chunk-M64MVRLS.js';
|
|
22
|
+
import './chunk-32WO3YLB.js';
|
|
23
|
+
export { Alert, AlertActions, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from './chunk-6UFKWOEW.js';
|
|
24
|
+
export { formatBytes, formatCurrency, formatDateLong, formatDateTime, formatRelative, humanError, shortId } from './chunk-4R7QL3MW.js';
|
|
25
|
+
export { Dialog, DialogConfirm, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from './chunk-2HLWHQJA.js';
|
|
27
26
|
import './chunk-VOHTRR5X.js';
|
|
28
|
-
export {
|
|
27
|
+
export { Toaster } from './chunk-TO7URV7U.js';
|
|
28
|
+
export { DataTable, EmptyState, KeyValueGrid, StatusBadge } from './chunk-DOVA5SWV.js';
|
|
29
29
|
import './chunk-DV52WNXO.js';
|
|
30
|
+
import './chunk-ZS6DTAM2.js';
|
|
31
|
+
import './chunk-3KPEZ5CF.js';
|
|
32
|
+
import './chunk-DY5C44UP.js';
|
|
30
33
|
export { Inline } from './chunk-S66TJXJU.js';
|
|
34
|
+
import './chunk-HJEBRCXL.js';
|
|
31
35
|
import './chunk-PIIRNAXA.js';
|
|
32
|
-
import './chunk-DY5C44UP.js';
|
|
33
|
-
import './chunk-3KPEZ5CF.js';
|
|
34
|
-
import './chunk-ZS6DTAM2.js';
|
|
35
36
|
import './chunk-ICM6XBST.js';
|
|
36
|
-
import './chunk-HJEBRCXL.js';
|
|
37
37
|
export { FormField } from './chunk-F7PG4OEV.js';
|
|
38
38
|
import './chunk-7PWBC4BY.js';
|
|
39
|
-
import './chunk-
|
|
40
|
-
export { formatDate } from './chunk-
|
|
39
|
+
import './chunk-RLGHEV4A.js';
|
|
40
|
+
export { formatDate } from './chunk-FXFJF4YA.js';
|
|
41
41
|
export { cn } from './chunk-U7N2A7A3.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { calendarDateToTZDate, detectFormatDateKind, disableLiveRelativeFormatting, enableLiveRelativeFormatting, formatAppDate, formatAppDateLong, formatAppDateTime, formatAppRelative, formatAppTime, formatCalendarDate, formatDate, formatTimeOfDay, getDatetimeContext, hhmmToTZDate, isDateOnlyString, isFormatDateValue, isValidHhmm, normalizeHhmm, parseDateInput, resetDatetimeContextForTests, syncDatetimeContext, toIsoDate } from '../../chunk-
|
|
1
|
+
export { calendarDateToTZDate, detectFormatDateKind, disableLiveRelativeFormatting, enableLiveRelativeFormatting, formatAppDate, formatAppDateLong, formatAppDateTime, formatAppRelative, formatAppTime, formatCalendarDate, formatDate, formatTimeOfDay, getDatetimeContext, hhmmToTZDate, isDateOnlyString, isFormatDateValue, isValidHhmm, normalizeHhmm, parseDateInput, resetDatetimeContextForTests, syncDatetimeContext, toIsoDate } from '../../chunk-FXFJF4YA.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { A as AppShellProp, I as InlineProp, P as PageContainerProp, a as PageHeaderProp, b as PageInsetProp, S as SidebarItemProp, c as SidebarProductProp, d as SidebarProp, e as SidebarSectionProp, f as StackProp, T as TopbarProductProp, g as TopbarProjectProp, h as TopbarProp } from '../../layout.prop-D3rD3uZq.js';
|
|
2
2
|
export { B as ButtonProp } from '../../general.prop-D7brMPNL.js';
|
|
3
|
-
export { A as AutocompleteOptionProp, a as AutocompleteProp, C as CalendarProp, b as CascaderProp, c as CheckboxGroupProp, d as CheckboxProp, e as ChoiceOptionProp, f as ColorPickerProp, D as DatePickerProp, j as DateRangePickerProp, F as FormFieldProp, I as InputProp, R as RadioGroupProp, k as RadioProp, S as SearchInputProp,
|
|
3
|
+
export { A as AutocompleteOptionProp, a as AutocompleteProp, C as CalendarProp, b as CascaderProp, c as CheckboxGroupProp, d as CheckboxProp, e as ChoiceOptionProp, f as ColorPickerProp, D as DatePickerProp, j as DateRangePickerProp, F as FormFieldProp, I as InputProp, R as RadioGroupProp, k as RadioProp, S as SearchInputProp, p as ShowCheckedStrategyProp, q as SliderProp, s as SwitchProp, T as TextareaProp, t as TimePickerProp, u as TransferItemProp, v as TransferProp, w as TreeFieldNamesProp, x as TreeOptionProp, y as TreeSelectProp, B as UploadFileItemProp, E as UploadProp, H as UploadVariantProp } from '../../data-entry.prop-CzBVxZ2F.js';
|
|
4
4
|
export { B as BadgeProp, D as DataTableProp, E as EmptyStateProp, K as KeyValueGridItemProp, a as KeyValueGridProp, S as StatusBadgeProp } from '../../data-display.prop-Cvi2Mrfw.js';
|
|
5
5
|
export { A as AlertActionsProp, a as AlertContentProp, b as AlertDescriptionProp, c as AlertProp, d as AlertQueryErrorProp, e as AlertTitleProp, D as DialogConfirmProp, S as SkeletonRowsProp } from '../../feedback.prop-BmxUlpAW.js';
|
|
6
6
|
export { D as DataStateProp, I as InfiniteQueryHelpers, a as InfiniteQueryStateProp, M as MutationFeedbackProp, P as PrefetchLinkProp, Q as QueryRefetchButtonProp } from '../../query.prop-hIPrk2zI.js';
|
package/dist/props/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export { B as BreadcrumbItem, B as BreadcrumbItemProp, a as BreadcrumbProp, P as
|
|
|
6
6
|
export { C as ColumnDef, C as ColumnDefProp, G as GetRowIdProp, H as HasActiveFiltersProp, O as OnClearFiltersProp, a as OnRowClickProp, b as OnSearchChangeProp, c as OnSelectChangeProp, d as OnSortChangeProp, e as OnTableDensityChangeProp, S as SelectedIdsProp } from '../data.prop-BmLaGLb7.js';
|
|
7
7
|
export { A as AppShellProp, I as InlineProp, I as InlineProps, P as PageContainerProp, P as PageContainerProps, a as PageHeaderProp, b as PageInsetProp, S as SidebarItemProp, c as SidebarProductProp, d as SidebarProp, e as SidebarSectionProp, f as StackProp, f as StackProps, T as TopbarProductProp, g as TopbarProjectProp, h as TopbarProp } from '../layout.prop-D3rD3uZq.js';
|
|
8
8
|
export { B as ButtonProp, B as ButtonProps } from '../general.prop-D7brMPNL.js';
|
|
9
|
-
export { A as AutocompleteOptionProp, a as AutocompleteProp, C as CalendarProp, b as CascaderProp, c as CheckboxGroupProp, d as CheckboxProp, e as ChoiceOptionProp, f as ColorPickerProp, D as DatePickerProp, j as DateRangePickerProp, F as FormFieldProp, I as InputProp, R as RadioGroupProp, k as RadioProp, S as SearchInputProp,
|
|
9
|
+
export { A as AutocompleteOptionProp, a as AutocompleteProp, C as CalendarProp, b as CascaderProp, c as CheckboxGroupProp, d as CheckboxProp, e as ChoiceOptionProp, f as ColorPickerProp, D as DatePickerProp, j as DateRangePickerProp, F as FormFieldProp, I as InputProp, R as RadioGroupProp, k as RadioProp, S as SearchInputProp, p as ShowCheckedStrategyProp, q as SliderProp, s as SwitchProp, T as TextareaProp, t as TimePickerProp, u as TransferItemProp, v as TransferProp, w as TreeFieldNamesProp, x as TreeOptionProp, y as TreeSelectProp, B as UploadFileItemProp, E as UploadProp, H as UploadVariantProp } from '../data-entry.prop-CzBVxZ2F.js';
|
|
10
10
|
export { B as BadgeProp, D as DataTableProp, E as EmptyStateProp, K as KeyValueGridItemProp, a as KeyValueGridProp, S as StatusBadgeProp } from '../data-display.prop-Cvi2Mrfw.js';
|
|
11
11
|
export { A as AlertActionsProp, a as AlertContentProp, b as AlertDescriptionProp, c as AlertProp, d as AlertQueryErrorProp, e as AlertTitleProp, D as DialogConfirmProp, S as SkeletonRowsProp } from '../feedback.prop-BmxUlpAW.js';
|
|
12
12
|
export { D as DataStateProp, I as InfiniteQueryHelpers, a as InfiniteQueryStateProp, M as MutationFeedbackProp, P as PrefetchLinkProp, Q as QueryRefetchButtonProp } from '../query.prop-hIPrk2zI.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { F as FormFieldProp } from './data-entry.prop-
|
|
2
|
+
import { F as FormFieldProp } from './data-entry.prop-CzBVxZ2F.js';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
|
|
5
5
|
declare function FormField({ id, label, required, helper, error, labelAddon, className, children, }: FormFieldProp): react_jsx_runtime.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { controlIconSmClass } from './chunk-ICM6XBST.js';
|
|
2
1
|
import { buttonVariants } from './chunk-HJEBRCXL.js';
|
|
2
|
+
import { controlIconSmClass } from './chunk-ICM6XBST.js';
|
|
3
3
|
import { cn } from './chunk-U7N2A7A3.js';
|
|
4
4
|
import { ChevronLeft, ChevronRight } from 'lucide-react';
|
|
5
5
|
import { DayPicker } from 'react-day-picker';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Tooltip, TooltipTrigger, TooltipContent } from './chunk-32WO3YLB.js';
|
|
2
1
|
import { DropdownMenu, DropdownMenuTrigger } from './chunk-TO33OY4L.js';
|
|
2
|
+
import { Tooltip, TooltipTrigger, TooltipContent } from './chunk-32WO3YLB.js';
|
|
3
3
|
import { Collapsible, CollapsibleTrigger, CollapsibleContent } from './chunk-DV52WNXO.js';
|
|
4
|
+
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
4
5
|
import { densityClass, pageContainerVariantClass, stackGapClass } from './chunk-S66TJXJU.js';
|
|
5
6
|
import { Badge } from './chunk-PIIRNAXA.js';
|
|
6
|
-
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
7
7
|
import { cn } from './chunk-U7N2A7A3.js';
|
|
8
8
|
import { Link } from 'react-router-dom';
|
|
9
9
|
import { ChevronRight, ChevronDown, PanelLeftOpen, PanelLeftClose, Search, Bell, SlidersHorizontal } from 'lucide-react';
|