@elqnt/react 1.0.11 → 2.0.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/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, FilterCondition, FilterDialog, FilterOptionProps, Form, FormCombobox, FormComboboxProps, FormControl, FormDescription, FormField, FormItem, FormLabel, FormLayout, FormMessage, FormRow, FormWithActionButtons, IconButton, IconButtonProps, Input, InputProps, KnowledgeGraphWordCloud, LeftNav, MarkdownRenderer, MultiSelect, MultiSelectOption, MultiSelectProps, MultiStepProcess, NavItem, OrgSelector, 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';
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
- declare const useFileUpload: (formFieldName: string) => {
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, FilterCondition, FilterDialog, FilterOptionProps, Form, FormCombobox, FormComboboxProps, FormControl, FormDescription, FormField, FormItem, FormLabel, FormLayout, FormMessage, FormRow, FormWithActionButtons, IconButton, IconButtonProps, Input, InputProps, KnowledgeGraphWordCloud, LeftNav, MarkdownRenderer, MultiSelect, MultiSelectOption, MultiSelectProps, MultiStepProcess, NavItem, OrgSelector, 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';
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
- declare const useFileUpload: (formFieldName: string) => {
28
- fileUrls: string[];
29
- isUploading: boolean;
30
- };
31
-
32
- export { cn, getBadgeVariant, useFileUpload };
26
+ export { cn, getBadgeVariant };