@kopexa/sight 17.12.1 → 17.13.1
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/chunk-5LLYOCGQ.mjs +153 -0
- package/dist/chunk-6IAHC3UK.mjs +1 -0
- package/dist/chunk-6XUZNN3X.mjs +1 -0
- package/dist/chunk-7KISSD3Q.mjs +1 -0
- package/dist/chunk-BJ7QPNKW.mjs +242 -0
- package/dist/chunk-CZNF6WPR.mjs +33 -0
- package/dist/chunk-DU3OVIBY.mjs +16 -0
- package/dist/chunk-DWZQIPCX.mjs +301 -0
- package/dist/chunk-EAJ3DTJ3.mjs +59 -0
- package/dist/chunk-FBTSAODG.mjs +25 -0
- package/dist/chunk-G57FFIKP.mjs +48 -0
- package/dist/chunk-GR3VEF4M.mjs +1 -0
- package/dist/chunk-HISY6ZIK.mjs +1 -0
- package/dist/chunk-HUHVPC6T.mjs +17 -0
- package/dist/chunk-HVOS7SXF.mjs +15 -0
- package/dist/chunk-PKG2E3MX.mjs +1 -0
- package/dist/chunk-POVIOFVF.mjs +18 -0
- package/dist/chunk-RK7G2GYB.mjs +45 -0
- package/dist/chunk-SHETEVHO.mjs +178 -0
- package/dist/chunk-UWC3Z7SY.mjs +1 -0
- package/dist/chunk-UWQG4HGJ.mjs +13 -0
- package/dist/chunk-XL2RCXMY.mjs +26 -0
- package/dist/chunk-XPDEN2RV.mjs +1 -0
- package/dist/components/blankstate/blankstate.d.mts +14 -0
- package/dist/components/blankstate/blankstate.d.ts +14 -0
- package/dist/components/blankstate/blankstate.js +69 -0
- package/dist/components/blankstate/blankstate.mjs +7 -0
- package/dist/components/blankstate/index.d.mts +4 -0
- package/dist/components/blankstate/index.d.ts +4 -0
- package/dist/components/blankstate/index.js +71 -0
- package/dist/components/blankstate/index.mjs +8 -0
- package/dist/components/code/code.d.mts +9 -0
- package/dist/components/code/code.d.ts +9 -0
- package/dist/components/code/code.js +49 -0
- package/dist/components/code/code.mjs +7 -0
- package/dist/components/code/index.d.mts +4 -0
- package/dist/components/code/index.d.ts +4 -0
- package/dist/components/code/index.js +51 -0
- package/dist/components/code/index.mjs +8 -0
- package/dist/components/dialog/dialog.d.mts +44 -0
- package/dist/components/dialog/dialog.d.ts +44 -0
- package/dist/components/dialog/dialog.js +213 -0
- package/dist/components/dialog/dialog.mjs +31 -0
- package/dist/components/dialog/index.d.mts +22 -0
- package/dist/components/dialog/index.d.ts +22 -0
- package/dist/components/dialog/index.js +232 -0
- package/dist/components/dialog/index.mjs +35 -0
- package/dist/components/dialog/namespace.d.mts +5 -0
- package/dist/components/dialog/namespace.d.ts +5 -0
- package/dist/components/dialog/namespace.js +213 -0
- package/dist/components/dialog/namespace.mjs +29 -0
- package/dist/components/dialog/transition.d.mts +5 -0
- package/dist/components/dialog/transition.d.ts +5 -0
- package/dist/components/dialog/transition.js +132 -0
- package/dist/components/dialog/transition.mjs +106 -0
- package/dist/components/file-upload/avatar-upload.d.mts +54 -0
- package/dist/components/file-upload/avatar-upload.d.ts +54 -0
- package/dist/components/file-upload/avatar-upload.js +841 -0
- package/dist/components/file-upload/avatar-upload.mjs +15 -0
- package/dist/components/file-upload/index.d.mts +5 -0
- package/dist/components/file-upload/index.d.ts +5 -0
- package/dist/components/file-upload/index.js +843 -0
- package/dist/components/file-upload/index.mjs +16 -0
- package/dist/components/file-upload/messages.d.mts +39 -0
- package/dist/components/file-upload/messages.d.ts +39 -0
- package/dist/components/file-upload/messages.js +68 -0
- package/dist/components/file-upload/messages.mjs +7 -0
- package/dist/components/file-upload/utils/data-url-to-file.d.mts +3 -0
- package/dist/components/file-upload/utils/data-url-to-file.d.ts +3 -0
- package/dist/components/file-upload/utils/data-url-to-file.js +38 -0
- package/dist/components/file-upload/utils/data-url-to-file.mjs +7 -0
- package/dist/components/file-upload/utils/format-accept-types.d.mts +8 -0
- package/dist/components/file-upload/utils/format-accept-types.d.ts +8 -0
- package/dist/components/file-upload/utils/format-accept-types.js +82 -0
- package/dist/components/file-upload/utils/format-accept-types.mjs +7 -0
- package/dist/components/file-upload/utils/is-image-like.d.mts +3 -0
- package/dist/components/file-upload/utils/is-image-like.d.ts +3 -0
- package/dist/components/file-upload/utils/is-image-like.js +36 -0
- package/dist/components/file-upload/utils/is-image-like.mjs +7 -0
- package/dist/components/index.d.mts +67 -0
- package/dist/components/index.d.ts +67 -0
- package/dist/components/index.js +1137 -0
- package/dist/components/index.mjs +92 -0
- package/dist/components/skeleton/index.d.mts +5 -0
- package/dist/components/skeleton/index.d.ts +5 -0
- package/dist/components/skeleton/index.js +53 -0
- package/dist/components/skeleton/index.mjs +12 -0
- package/dist/components/skeleton/skeleton-avatar.d.mts +9 -0
- package/dist/components/skeleton/skeleton-avatar.d.ts +9 -0
- package/dist/components/skeleton/skeleton-avatar.js +51 -0
- package/dist/components/skeleton/skeleton-avatar.mjs +8 -0
- package/dist/components/skeleton/skeleton.d.mts +7 -0
- package/dist/components/skeleton/skeleton.d.ts +7 -0
- package/dist/components/skeleton/skeleton.js +39 -0
- package/dist/components/skeleton/skeleton.mjs +7 -0
- package/dist/components/stat/index.d.mts +4 -0
- package/dist/components/stat/index.d.ts +4 -0
- package/dist/components/stat/index.js +186 -0
- package/dist/components/stat/index.mjs +24 -0
- package/dist/components/stat/stat.d.mts +36 -0
- package/dist/components/stat/stat.d.ts +36 -0
- package/dist/components/stat/stat.js +185 -0
- package/dist/components/stat/stat.mjs +24 -0
- package/dist/components/textarea/index.d.mts +4 -0
- package/dist/components/textarea/index.d.ts +4 -0
- package/dist/components/textarea/index.js +42 -0
- package/dist/components/textarea/index.mjs +8 -0
- package/dist/components/textarea/textarea.d.mts +8 -0
- package/dist/components/textarea/textarea.d.ts +8 -0
- package/dist/components/textarea/textarea.js +40 -0
- package/dist/components/textarea/textarea.mjs +7 -0
- package/dist/hooks/index.d.mts +2 -0
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/index.js +341 -0
- package/dist/hooks/index.mjs +9 -0
- package/dist/hooks/use-file-upload/index.d.mts +47 -0
- package/dist/hooks/use-file-upload/index.d.ts +47 -0
- package/dist/hooks/use-file-upload/index.js +340 -0
- package/dist/hooks/use-file-upload/index.mjs +9 -0
- package/dist/hooks/use-file-upload/messages.d.mts +19 -0
- package/dist/hooks/use-file-upload/messages.d.ts +19 -0
- package/dist/hooks/use-file-upload/messages.js +48 -0
- package/dist/hooks/use-file-upload/messages.mjs +7 -0
- package/dist/index.d.mts +14 -8
- package/dist/index.d.ts +14 -8
- package/dist/index.js +1108 -32
- package/dist/index.mjs +82 -18
- package/dist/index.ts.backup.d.mts +14 -8
- package/dist/index.ts.backup.d.ts +14 -8
- package/dist/index.ts.backup.js +1108 -32
- package/dist/index.ts.backup.mjs +82 -18
- package/package.json +60 -64
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,67 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import "./chunk-6IAHC3UK.mjs";
|
|
3
|
+
import "./chunk-6XUZNN3X.mjs";
|
|
4
|
+
import {
|
|
5
|
+
Stat,
|
|
6
|
+
StatDownIndicator,
|
|
7
|
+
StatGroup,
|
|
8
|
+
StatHelpText,
|
|
9
|
+
StatLabel,
|
|
10
|
+
StatRoot,
|
|
11
|
+
StatUpIndicator,
|
|
12
|
+
StatValueText,
|
|
13
|
+
StatValueUnit
|
|
14
|
+
} from "./chunk-5LLYOCGQ.mjs";
|
|
15
|
+
import "./chunk-7KISSD3Q.mjs";
|
|
16
|
+
import {
|
|
17
|
+
Textarea
|
|
18
|
+
} from "./chunk-HUHVPC6T.mjs";
|
|
19
|
+
import "./chunk-XPDEN2RV.mjs";
|
|
20
|
+
import {
|
|
21
|
+
AvatarUpload
|
|
22
|
+
} from "./chunk-BJ7QPNKW.mjs";
|
|
23
|
+
import "./chunk-HVOS7SXF.mjs";
|
|
24
|
+
import "./chunk-EAJ3DTJ3.mjs";
|
|
25
|
+
import "./chunk-UWQG4HGJ.mjs";
|
|
26
|
+
import {
|
|
27
|
+
Dialog
|
|
28
|
+
} from "./chunk-CZNF6WPR.mjs";
|
|
29
|
+
import {
|
|
30
|
+
DialogBody,
|
|
31
|
+
DialogClose,
|
|
32
|
+
DialogCloseTrigger,
|
|
33
|
+
DialogContent,
|
|
34
|
+
DialogDescription,
|
|
35
|
+
DialogFooter,
|
|
36
|
+
DialogHeader,
|
|
37
|
+
DialogOverlay,
|
|
38
|
+
DialogPortal,
|
|
39
|
+
DialogRoot,
|
|
40
|
+
DialogTitle,
|
|
41
|
+
DialogTrigger,
|
|
42
|
+
useDialogContext
|
|
43
|
+
} from "./chunk-SHETEVHO.mjs";
|
|
44
|
+
import "./chunk-RK7G2GYB.mjs";
|
|
45
|
+
import "./chunk-UWC3Z7SY.mjs";
|
|
46
|
+
import {
|
|
47
|
+
SkeletonAvatar
|
|
48
|
+
} from "./chunk-POVIOFVF.mjs";
|
|
49
|
+
import {
|
|
50
|
+
Skeleton
|
|
51
|
+
} from "./chunk-DU3OVIBY.mjs";
|
|
52
|
+
import "./chunk-GR3VEF4M.mjs";
|
|
53
|
+
import {
|
|
54
|
+
useFileUpload
|
|
55
|
+
} from "./chunk-DWZQIPCX.mjs";
|
|
56
|
+
import "./chunk-FBTSAODG.mjs";
|
|
57
|
+
import "./chunk-PKG2E3MX.mjs";
|
|
58
|
+
import {
|
|
59
|
+
Code
|
|
60
|
+
} from "./chunk-XL2RCXMY.mjs";
|
|
61
|
+
import "./chunk-HISY6ZIK.mjs";
|
|
62
|
+
import {
|
|
63
|
+
Blankstate
|
|
64
|
+
} from "./chunk-G57FFIKP.mjs";
|
|
2
65
|
|
|
3
66
|
// src/index.ts
|
|
4
67
|
import {
|
|
@@ -35,7 +98,6 @@ import {
|
|
|
35
98
|
import { AuditInfo, auditInfoMessages } from "@kopexa/audit-info";
|
|
36
99
|
import { Autocomplete } from "@kopexa/autocomplete";
|
|
37
100
|
export * from "@kopexa/avatar";
|
|
38
|
-
export * from "@kopexa/blankstate";
|
|
39
101
|
export * from "@kopexa/button";
|
|
40
102
|
export * from "@kopexa/calendar";
|
|
41
103
|
export * from "@kopexa/callout";
|
|
@@ -56,18 +118,14 @@ import {
|
|
|
56
118
|
RelatedControlChip,
|
|
57
119
|
StandardChip
|
|
58
120
|
} from "@kopexa/chip";
|
|
59
|
-
export * from "@kopexa/code";
|
|
60
121
|
export * from "@kopexa/color-picker";
|
|
61
122
|
import { Combobox } from "@kopexa/combobox";
|
|
62
123
|
export * from "@kopexa/command";
|
|
63
124
|
import { DataGrid } from "@kopexa/data-grid";
|
|
64
|
-
export * from "@kopexa/data-table";
|
|
65
125
|
export * from "@kopexa/date-picker";
|
|
66
|
-
export * from "@kopexa/dialog";
|
|
67
126
|
export * from "@kopexa/drawer";
|
|
68
127
|
export * from "@kopexa/dropdown-menu";
|
|
69
128
|
import { EditableText } from "@kopexa/editable-text";
|
|
70
|
-
import { AvatarUpload } from "@kopexa/file-upload";
|
|
71
129
|
import {
|
|
72
130
|
Filter,
|
|
73
131
|
FilterActive,
|
|
@@ -122,25 +180,12 @@ import { Select } from "@kopexa/select";
|
|
|
122
180
|
export * from "@kopexa/separator";
|
|
123
181
|
import { cn } from "@kopexa/shared-utils";
|
|
124
182
|
export * from "@kopexa/sidebar";
|
|
125
|
-
export * from "@kopexa/skeleton";
|
|
126
183
|
export * from "@kopexa/spinner";
|
|
127
184
|
export * from "@kopexa/split-page-layout";
|
|
128
|
-
import {
|
|
129
|
-
Stat,
|
|
130
|
-
StatDownIndicator,
|
|
131
|
-
StatGroup,
|
|
132
|
-
StatHelpText,
|
|
133
|
-
StatLabel,
|
|
134
|
-
StatRoot,
|
|
135
|
-
StatUpIndicator,
|
|
136
|
-
StatValueText,
|
|
137
|
-
StatValueUnit
|
|
138
|
-
} from "@kopexa/stat";
|
|
139
185
|
import { Switch } from "@kopexa/switch";
|
|
140
186
|
export * from "@kopexa/tab-nav";
|
|
141
187
|
export * from "@kopexa/table";
|
|
142
188
|
import { Tabs } from "@kopexa/tabs";
|
|
143
|
-
import { Textarea } from "@kopexa/textarea";
|
|
144
189
|
import { ToggleRow } from "@kopexa/toggle-row";
|
|
145
190
|
import {
|
|
146
191
|
Toolbar,
|
|
@@ -159,6 +204,7 @@ export {
|
|
|
159
204
|
AuditInfo,
|
|
160
205
|
Autocomplete,
|
|
161
206
|
AvatarUpload,
|
|
207
|
+
Blankstate,
|
|
162
208
|
Breadcrumb,
|
|
163
209
|
BreadcrumbEllipsis,
|
|
164
210
|
BreadcrumbItem,
|
|
@@ -176,6 +222,7 @@ export {
|
|
|
176
222
|
CardTitle,
|
|
177
223
|
CardToolbar,
|
|
178
224
|
Chip,
|
|
225
|
+
Code,
|
|
179
226
|
Combobox,
|
|
180
227
|
ConfirmDialogProvider,
|
|
181
228
|
Conversation,
|
|
@@ -184,6 +231,19 @@ export {
|
|
|
184
231
|
ConversationScrollButton,
|
|
185
232
|
Cropper,
|
|
186
233
|
DataGrid,
|
|
234
|
+
Dialog,
|
|
235
|
+
DialogBody,
|
|
236
|
+
DialogClose,
|
|
237
|
+
DialogCloseTrigger,
|
|
238
|
+
DialogContent,
|
|
239
|
+
DialogDescription,
|
|
240
|
+
DialogFooter,
|
|
241
|
+
DialogHeader,
|
|
242
|
+
DialogOverlay,
|
|
243
|
+
DialogPortal,
|
|
244
|
+
DialogRoot,
|
|
245
|
+
DialogTitle,
|
|
246
|
+
DialogTrigger,
|
|
187
247
|
EditableText,
|
|
188
248
|
Filter,
|
|
189
249
|
FilterActive,
|
|
@@ -219,6 +279,8 @@ export {
|
|
|
219
279
|
ScrollBar,
|
|
220
280
|
SearchFilterBar,
|
|
221
281
|
Select,
|
|
282
|
+
Skeleton,
|
|
283
|
+
SkeletonAvatar,
|
|
222
284
|
StandardChip,
|
|
223
285
|
Stat,
|
|
224
286
|
StatDownIndicator,
|
|
@@ -242,5 +304,7 @@ export {
|
|
|
242
304
|
filterBarMessages,
|
|
243
305
|
filterMessages,
|
|
244
306
|
useConfirm,
|
|
307
|
+
useDialogContext,
|
|
308
|
+
useFileUpload,
|
|
245
309
|
useFilterContext
|
|
246
310
|
};
|
|
@@ -4,25 +4,20 @@ export { Conversation, ConversationContent, ConversationContentProps, Conversati
|
|
|
4
4
|
export { AuditInfo, AuditInfoProps, auditInfoMessages } from '@kopexa/audit-info';
|
|
5
5
|
export { Autocomplete, AutocompleteProps } from '@kopexa/autocomplete';
|
|
6
6
|
export * from '@kopexa/avatar';
|
|
7
|
-
export * from '@kopexa/blankstate';
|
|
8
7
|
export * from '@kopexa/button';
|
|
9
8
|
export * from '@kopexa/calendar';
|
|
10
9
|
export * from '@kopexa/callout';
|
|
11
10
|
export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardHeading, CardHeadingProps, CardRoot, CardRootProps, CardSubtitle, CardSubtitleProps, CardTitle, CardTitleProps, CardToolbar, CardToolbarProps } from '@kopexa/card';
|
|
12
11
|
export * from '@kopexa/checkbox';
|
|
13
12
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
14
|
-
export * from '@kopexa/code';
|
|
15
13
|
export * from '@kopexa/color-picker';
|
|
16
14
|
export { Combobox, ComboboxArrowProps, ComboboxBackdropProps, ComboboxChipProps, ComboboxChipRemoveProps, ComboboxChipsProps, ComboboxClearProps, ComboboxCollectionProps, ComboboxContentProps, ComboboxControlProps, ComboboxEmptyProps, ComboboxGroupLabelProps, ComboboxGroupProps, ComboboxIconProps, ComboboxInputProps, ComboboxItemIndicatorProps, ComboboxItemProps, ComboboxListProps, ComboboxPopupProps, ComboboxPortalProps, ComboboxPositionerProps, ComboboxProps, ComboboxRowProps, ComboboxSeparatorProps, ComboboxStatusProps, ComboboxTriggerProps, ComboboxValueProps } from '@kopexa/combobox';
|
|
17
15
|
export * from '@kopexa/command';
|
|
18
16
|
export { DataGrid, DataGridProps } from '@kopexa/data-grid';
|
|
19
|
-
export * from '@kopexa/data-table';
|
|
20
17
|
export * from '@kopexa/date-picker';
|
|
21
|
-
export * from '@kopexa/dialog';
|
|
22
18
|
export * from '@kopexa/drawer';
|
|
23
19
|
export * from '@kopexa/dropdown-menu';
|
|
24
20
|
export { EditableText, EditableTextProps } from '@kopexa/editable-text';
|
|
25
|
-
export { AvatarUpload, AvatarUploadProps } from '@kopexa/file-upload';
|
|
26
21
|
export { Filter, FilterActive, FilterActiveProps, FilterBar, FilterBarCustomRendererProps, FilterBarFieldConfig, FilterBarFieldType, FilterBarI18nConfig, FilterBarInputValue, FilterBarOperator, FilterBarOption, FilterBarProps, FilterBarValidation, FilterBarValue, FilterContextValue, FilterEditorRenderProps, FilterFieldConfig, FilterFieldType, FilterGroup, FilterGroupProps, FilterItem, FilterItemProps, FilterMenu, FilterMenuProps, FilterMenuSeparator, FilterOperator, FilterOption, FilterProps, FilterTrigger, FilterTriggerProps, FilterValue, FilterValueEditor, FilterValueRenderProps, SearchFilterBar, SearchFilterBarProps, filterBarMessages, filterMessages, useFilterContext } from '@kopexa/filter';
|
|
27
22
|
export * from '@kopexa/heading';
|
|
28
23
|
export * from '@kopexa/hover-card';
|
|
@@ -47,15 +42,26 @@ export { Select, SelectProps } from '@kopexa/select';
|
|
|
47
42
|
export * from '@kopexa/separator';
|
|
48
43
|
export { cn } from '@kopexa/shared-utils';
|
|
49
44
|
export * from '@kopexa/sidebar';
|
|
50
|
-
export * from '@kopexa/skeleton';
|
|
51
45
|
export * from '@kopexa/spinner';
|
|
52
46
|
export * from '@kopexa/split-page-layout';
|
|
53
|
-
export { Stat, StatDownIndicator, StatDownIndicatorProps, StatGroup, StatGroupProps, StatHelpText, StatHelpTextProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatUpIndicator, StatUpIndicatorProps, StatValueText, StatValueTextProps, StatValueUnit, StatValueUnitProps } from '@kopexa/stat';
|
|
54
47
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
55
48
|
export * from '@kopexa/tab-nav';
|
|
56
49
|
export * from '@kopexa/table';
|
|
57
50
|
export { Tabs, TabsProps } from '@kopexa/tabs';
|
|
58
|
-
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
59
51
|
export { ToggleRow, ToggleRowProps } from '@kopexa/toggle-row';
|
|
60
52
|
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
61
53
|
export * from '@kopexa/tooltip';
|
|
54
|
+
export { Blankstate, BlankstateProps } from './components/blankstate/blankstate.mjs';
|
|
55
|
+
export { Code, CodeProps } from './components/code/code.mjs';
|
|
56
|
+
export { Dialog } from './components/dialog/index.mjs';
|
|
57
|
+
export { AvatarUpload, AvatarUploadProps } from './components/file-upload/avatar-upload.mjs';
|
|
58
|
+
export { Skeleton, SkeletonProps } from './components/skeleton/skeleton.mjs';
|
|
59
|
+
export { SkeletonAvatar, SkeletonAvatarProps } from './components/skeleton/skeleton-avatar.mjs';
|
|
60
|
+
export { Stat, StatDownIndicator, StatDownIndicatorProps, StatGroup, StatGroupProps, StatHelpText, StatHelpTextProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatUpIndicator, StatUpIndicatorProps, StatValueText, StatValueTextProps, StatValueUnit, StatValueUnitProps } from './components/stat/stat.mjs';
|
|
61
|
+
export { Textarea, TextareaProps } from './components/textarea/textarea.mjs';
|
|
62
|
+
export { FileMetadata, FileUploadActions, FileUploadOptions, FileUploadState, FileWithPreview, useFileUpload } from './hooks/use-file-upload/index.mjs';
|
|
63
|
+
export { DialogBody, DialogBodyProps, DialogClose, DialogCloseProps, DialogCloseTrigger, DialogCloseTriggerProps, DialogContent, DialogContentProps, DialogDescription, DialogDescriptionProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogOverlay, DialogOverlayProps, DialogPortal, DialogPortalProps, DialogRoot, DialogRootProps, DialogTitle, DialogTitleProps, DialogTrigger, DialogTriggerProps, useDialogContext } from './components/dialog/dialog.mjs';
|
|
64
|
+
import 'react/jsx-runtime';
|
|
65
|
+
import '@kopexa/theme';
|
|
66
|
+
import 'react';
|
|
67
|
+
import '@base-ui/react/dialog';
|
|
@@ -4,25 +4,20 @@ export { Conversation, ConversationContent, ConversationContentProps, Conversati
|
|
|
4
4
|
export { AuditInfo, AuditInfoProps, auditInfoMessages } from '@kopexa/audit-info';
|
|
5
5
|
export { Autocomplete, AutocompleteProps } from '@kopexa/autocomplete';
|
|
6
6
|
export * from '@kopexa/avatar';
|
|
7
|
-
export * from '@kopexa/blankstate';
|
|
8
7
|
export * from '@kopexa/button';
|
|
9
8
|
export * from '@kopexa/calendar';
|
|
10
9
|
export * from '@kopexa/callout';
|
|
11
10
|
export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardHeading, CardHeadingProps, CardRoot, CardRootProps, CardSubtitle, CardSubtitleProps, CardTitle, CardTitleProps, CardToolbar, CardToolbarProps } from '@kopexa/card';
|
|
12
11
|
export * from '@kopexa/checkbox';
|
|
13
12
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
14
|
-
export * from '@kopexa/code';
|
|
15
13
|
export * from '@kopexa/color-picker';
|
|
16
14
|
export { Combobox, ComboboxArrowProps, ComboboxBackdropProps, ComboboxChipProps, ComboboxChipRemoveProps, ComboboxChipsProps, ComboboxClearProps, ComboboxCollectionProps, ComboboxContentProps, ComboboxControlProps, ComboboxEmptyProps, ComboboxGroupLabelProps, ComboboxGroupProps, ComboboxIconProps, ComboboxInputProps, ComboboxItemIndicatorProps, ComboboxItemProps, ComboboxListProps, ComboboxPopupProps, ComboboxPortalProps, ComboboxPositionerProps, ComboboxProps, ComboboxRowProps, ComboboxSeparatorProps, ComboboxStatusProps, ComboboxTriggerProps, ComboboxValueProps } from '@kopexa/combobox';
|
|
17
15
|
export * from '@kopexa/command';
|
|
18
16
|
export { DataGrid, DataGridProps } from '@kopexa/data-grid';
|
|
19
|
-
export * from '@kopexa/data-table';
|
|
20
17
|
export * from '@kopexa/date-picker';
|
|
21
|
-
export * from '@kopexa/dialog';
|
|
22
18
|
export * from '@kopexa/drawer';
|
|
23
19
|
export * from '@kopexa/dropdown-menu';
|
|
24
20
|
export { EditableText, EditableTextProps } from '@kopexa/editable-text';
|
|
25
|
-
export { AvatarUpload, AvatarUploadProps } from '@kopexa/file-upload';
|
|
26
21
|
export { Filter, FilterActive, FilterActiveProps, FilterBar, FilterBarCustomRendererProps, FilterBarFieldConfig, FilterBarFieldType, FilterBarI18nConfig, FilterBarInputValue, FilterBarOperator, FilterBarOption, FilterBarProps, FilterBarValidation, FilterBarValue, FilterContextValue, FilterEditorRenderProps, FilterFieldConfig, FilterFieldType, FilterGroup, FilterGroupProps, FilterItem, FilterItemProps, FilterMenu, FilterMenuProps, FilterMenuSeparator, FilterOperator, FilterOption, FilterProps, FilterTrigger, FilterTriggerProps, FilterValue, FilterValueEditor, FilterValueRenderProps, SearchFilterBar, SearchFilterBarProps, filterBarMessages, filterMessages, useFilterContext } from '@kopexa/filter';
|
|
27
22
|
export * from '@kopexa/heading';
|
|
28
23
|
export * from '@kopexa/hover-card';
|
|
@@ -47,15 +42,26 @@ export { Select, SelectProps } from '@kopexa/select';
|
|
|
47
42
|
export * from '@kopexa/separator';
|
|
48
43
|
export { cn } from '@kopexa/shared-utils';
|
|
49
44
|
export * from '@kopexa/sidebar';
|
|
50
|
-
export * from '@kopexa/skeleton';
|
|
51
45
|
export * from '@kopexa/spinner';
|
|
52
46
|
export * from '@kopexa/split-page-layout';
|
|
53
|
-
export { Stat, StatDownIndicator, StatDownIndicatorProps, StatGroup, StatGroupProps, StatHelpText, StatHelpTextProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatUpIndicator, StatUpIndicatorProps, StatValueText, StatValueTextProps, StatValueUnit, StatValueUnitProps } from '@kopexa/stat';
|
|
54
47
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
55
48
|
export * from '@kopexa/tab-nav';
|
|
56
49
|
export * from '@kopexa/table';
|
|
57
50
|
export { Tabs, TabsProps } from '@kopexa/tabs';
|
|
58
|
-
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
59
51
|
export { ToggleRow, ToggleRowProps } from '@kopexa/toggle-row';
|
|
60
52
|
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
61
53
|
export * from '@kopexa/tooltip';
|
|
54
|
+
export { Blankstate, BlankstateProps } from './components/blankstate/blankstate.js';
|
|
55
|
+
export { Code, CodeProps } from './components/code/code.js';
|
|
56
|
+
export { Dialog } from './components/dialog/index.js';
|
|
57
|
+
export { AvatarUpload, AvatarUploadProps } from './components/file-upload/avatar-upload.js';
|
|
58
|
+
export { Skeleton, SkeletonProps } from './components/skeleton/skeleton.js';
|
|
59
|
+
export { SkeletonAvatar, SkeletonAvatarProps } from './components/skeleton/skeleton-avatar.js';
|
|
60
|
+
export { Stat, StatDownIndicator, StatDownIndicatorProps, StatGroup, StatGroupProps, StatHelpText, StatHelpTextProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatUpIndicator, StatUpIndicatorProps, StatValueText, StatValueTextProps, StatValueUnit, StatValueUnitProps } from './components/stat/stat.js';
|
|
61
|
+
export { Textarea, TextareaProps } from './components/textarea/textarea.js';
|
|
62
|
+
export { FileMetadata, FileUploadActions, FileUploadOptions, FileUploadState, FileWithPreview, useFileUpload } from './hooks/use-file-upload/index.js';
|
|
63
|
+
export { DialogBody, DialogBodyProps, DialogClose, DialogCloseProps, DialogCloseTrigger, DialogCloseTriggerProps, DialogContent, DialogContentProps, DialogDescription, DialogDescriptionProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogOverlay, DialogOverlayProps, DialogPortal, DialogPortalProps, DialogRoot, DialogRootProps, DialogTitle, DialogTitleProps, DialogTrigger, DialogTriggerProps, useDialogContext } from './components/dialog/dialog.js';
|
|
64
|
+
import 'react/jsx-runtime';
|
|
65
|
+
import '@kopexa/theme';
|
|
66
|
+
import 'react';
|
|
67
|
+
import '@base-ui/react/dialog';
|