@elqnt/react 1.0.11 → 2.0.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/components/index.d.mts +3 -26
- package/dist/components/index.d.ts +3 -26
- package/dist/components/index.js +928 -1397
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +972 -1440
- package/dist/components/index.mjs.map +1 -1
- package/dist/index.d.mts +2 -8
- package/dist/index.d.ts +2 -8
- package/dist/index.js +928 -1484
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +967 -1521
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -7
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ActionBar, ActionBarButton, ActionBarProps, ActionButton, ActionButtonColor, Actions, Alert, AlertProps, Avatar, AvatarProps, BackButton, Badge, Breadcrumb, BreadcrumbItem, BreadcrumbProps, Button, ButtonProps, Card, CardProps, ChatLoading, Checkbox, CheckboxProps, Combobox, ComboboxOption, ComboboxProps, Command, CommandGroupProps, CommandProps, DataTable, DateFilter, Dialog, DialogProps, Drawer, DrawerProps, DropdownField, DropdownMenu, DropdownMenuProps, DurationInput, EloquentActionBar, FilterCombobox, FilterComboboxProps,
|
|
1
|
+
export { ActionBar, ActionBarButton, ActionBarProps, ActionButton, ActionButtonColor, Actions, Alert, AlertProps, Avatar, AvatarProps, BackButton, Badge, Breadcrumb, BreadcrumbItem, BreadcrumbProps, Button, ButtonProps, Card, CardProps, ChatLoading, Checkbox, CheckboxProps, Combobox, ComboboxOption, ComboboxProps, Command, CommandGroupProps, CommandProps, DataTable, DateFilter, Dialog, DialogProps, Drawer, DrawerProps, DropdownField, DropdownMenu, DropdownMenuProps, DurationInput, EloquentActionBar, FilterCombobox, FilterComboboxProps, FilterOptionProps, Form, FormCombobox, FormComboboxProps, FormControl, FormDescription, FormField, FormItem, FormLabel, FormLayout, FormMessage, FormRow, FormWithActionButtons, IconButton, IconButtonProps, Input, InputProps, MarkdownRenderer, MultiSelect, MultiSelectOption, MultiSelectProps, MultiStepProcess, NavItem, PageHeader, PageHeaderProps, Popover, PopoverProps, ProfileMenu, RadioGroup, RadioGroupProps, RadioOption, SchemaField, SchemaFieldProps, ScrollArea, ScrollAreaProps, Select, SelectOption, SelectProps, SetupGuide, Sheet, SheetPrimitiveRootProps, SheetProps, Slider, Step, StepComponentProps, StringField, TagsInput, TagsInputProps, TextField, Textarea, TextareaProps, TimePicker, TimePickerProps, Tooltip, TooltipProps, UploadWidget, UploadWidgetV2, badgeVariants, getColspanBySchema, getFieldType, getFileIcon, getFileName, useFormField } from './components/index.mjs';
|
|
2
2
|
export { Icon, IconProps } from './components/form-controls/icon.mjs';
|
|
3
3
|
import { ClassValue } from 'clsx';
|
|
4
4
|
export { ColumnDef } from '@tanstack/react-table';
|
|
@@ -18,15 +18,9 @@ import 'react-dropzone';
|
|
|
18
18
|
import '@radix-ui/react-slider';
|
|
19
19
|
import '@radix-ui/react-slot';
|
|
20
20
|
import '@radix-ui/react-label';
|
|
21
|
-
import '@elqnt/entity';
|
|
22
21
|
import '@elqnt/types';
|
|
23
22
|
|
|
24
23
|
declare function cn(...inputs: ClassValue[]): string;
|
|
25
24
|
declare function getBadgeVariant(status: string): "default" | "secondary";
|
|
26
25
|
|
|
27
|
-
|
|
28
|
-
fileUrls: string[];
|
|
29
|
-
isUploading: boolean;
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
export { cn, getBadgeVariant, useFileUpload };
|
|
26
|
+
export { cn, getBadgeVariant };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ActionBar, ActionBarButton, ActionBarProps, ActionButton, ActionButtonColor, Actions, Alert, AlertProps, Avatar, AvatarProps, BackButton, Badge, Breadcrumb, BreadcrumbItem, BreadcrumbProps, Button, ButtonProps, Card, CardProps, ChatLoading, Checkbox, CheckboxProps, Combobox, ComboboxOption, ComboboxProps, Command, CommandGroupProps, CommandProps, DataTable, DateFilter, Dialog, DialogProps, Drawer, DrawerProps, DropdownField, DropdownMenu, DropdownMenuProps, DurationInput, EloquentActionBar, FilterCombobox, FilterComboboxProps,
|
|
1
|
+
export { ActionBar, ActionBarButton, ActionBarProps, ActionButton, ActionButtonColor, Actions, Alert, AlertProps, Avatar, AvatarProps, BackButton, Badge, Breadcrumb, BreadcrumbItem, BreadcrumbProps, Button, ButtonProps, Card, CardProps, ChatLoading, Checkbox, CheckboxProps, Combobox, ComboboxOption, ComboboxProps, Command, CommandGroupProps, CommandProps, DataTable, DateFilter, Dialog, DialogProps, Drawer, DrawerProps, DropdownField, DropdownMenu, DropdownMenuProps, DurationInput, EloquentActionBar, FilterCombobox, FilterComboboxProps, FilterOptionProps, Form, FormCombobox, FormComboboxProps, FormControl, FormDescription, FormField, FormItem, FormLabel, FormLayout, FormMessage, FormRow, FormWithActionButtons, IconButton, IconButtonProps, Input, InputProps, MarkdownRenderer, MultiSelect, MultiSelectOption, MultiSelectProps, MultiStepProcess, NavItem, PageHeader, PageHeaderProps, Popover, PopoverProps, ProfileMenu, RadioGroup, RadioGroupProps, RadioOption, SchemaField, SchemaFieldProps, ScrollArea, ScrollAreaProps, Select, SelectOption, SelectProps, SetupGuide, Sheet, SheetPrimitiveRootProps, SheetProps, Slider, Step, StepComponentProps, StringField, TagsInput, TagsInputProps, TextField, Textarea, TextareaProps, TimePicker, TimePickerProps, Tooltip, TooltipProps, UploadWidget, UploadWidgetV2, badgeVariants, getColspanBySchema, getFieldType, getFileIcon, getFileName, useFormField } from './components/index.js';
|
|
2
2
|
export { Icon, IconProps } from './components/form-controls/icon.js';
|
|
3
3
|
import { ClassValue } from 'clsx';
|
|
4
4
|
export { ColumnDef } from '@tanstack/react-table';
|
|
@@ -18,15 +18,9 @@ import 'react-dropzone';
|
|
|
18
18
|
import '@radix-ui/react-slider';
|
|
19
19
|
import '@radix-ui/react-slot';
|
|
20
20
|
import '@radix-ui/react-label';
|
|
21
|
-
import '@elqnt/entity';
|
|
22
21
|
import '@elqnt/types';
|
|
23
22
|
|
|
24
23
|
declare function cn(...inputs: ClassValue[]): string;
|
|
25
24
|
declare function getBadgeVariant(status: string): "default" | "secondary";
|
|
26
25
|
|
|
27
|
-
|
|
28
|
-
fileUrls: string[];
|
|
29
|
-
isUploading: boolean;
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
export { cn, getBadgeVariant, useFileUpload };
|
|
26
|
+
export { cn, getBadgeVariant };
|