@pos-360/horizon 0.16.0 → 0.17.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/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
- export { Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ColumnSelection, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormDescription, FormField, FormLabel, FormMessage, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, SegmentedControl, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Skeleton, SkeletonAvatar, SkeletonBadge, SkeletonButton, SkeletonCard, SkeletonIcon, SkeletonInput, SkeletonSubtitle, SkeletonTableRow, SkeletonTableRows, SkeletonText, SkeletonTitle, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableRowCheckbox, TableSelectAll, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toggle, buttonVariants, segmentedControlItemVariants, segmentedControlVariants, separatorVariants, switchLabelVariants, switchThumbVariants, switchTrackVariants, toggleGroupVariants, toggleItemVariants, useColumnVisibility, useFormContext, useFormFieldContext, useTableSelection } from './chunk-KQYOZC7B.mjs';
2
- export { AnimatedButton, ChartRenderer, CompactPanel, Dashboard, DashboardPanel, Globe, Input, LargePanel, MediumPanel, Moon, Orbit, Rocket, SideNav, SideNavFooter, SideNavHeader, SideNavItem, SideNavSection, Sparkles, Star, StatDisplay, TableRenderer, TemplateSelector, TextButton, Toast, useDashboardContext, useSideNavContext } from './chunk-G36NTARE.mjs';
3
- export { Badge, Caption, Code, Heading, Label, Text, badgeVariants, captionVariants, cn, codeVariants, headingVariants, labelVariants, textVariants } from './chunk-THQLVDXH.mjs';
1
+ export { Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ColumnSelection, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormDescription, FormField, FormLabel, FormMessage, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, SegmentedControl, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Skeleton, SkeletonAvatar, SkeletonBadge, SkeletonButton, SkeletonCard, SkeletonIcon, SkeletonInput, SkeletonSubtitle, SkeletonTableRow, SkeletonTableRows, SkeletonText, SkeletonTitle, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableRowCheckbox, TableSelectAll, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toggle, buttonVariants, segmentedControlItemVariants, segmentedControlVariants, separatorVariants, switchLabelVariants, switchThumbVariants, switchTrackVariants, toggleGroupVariants, toggleItemVariants, useColumnVisibility, useFormContext, useFormFieldContext, useTableSelection } from './chunk-2PPZNXOQ.mjs';
2
+ export { AnimatedButton, ChartRenderer, CompactPanel, Dashboard, DashboardPanel, Globe, Input, LargePanel, MediumPanel, Moon, Orbit, Rocket, SideNav, SideNavFooter, SideNavHeader, SideNavItem, SideNavSection, Sparkles, Star, StatDisplay, TableRenderer, TemplateSelector, TextButton, Toast, useDashboardContext, useSideNavContext } from './chunk-DWMWKMZL.mjs';
3
+ export { Badge, Caption, Code, Heading, Label, Text, Tooltip, badgeVariants, captionVariants, cn, codeVariants, headingVariants, labelVariants, textVariants } from './chunk-ZI4BTIPU.mjs';
4
4
  export { ArrowRightIcon, CheckIcon, PlusIcon, SendIcon, TrashIcon } from './chunk-2B2BWI5A.mjs';
5
5
  export { useToast } from './chunk-BNOZCJOK.mjs';
6
6
  import './chunk-WFBSFUC6.mjs';
@@ -1,8 +1,8 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as class_variance_authority_types from 'class-variance-authority/types';
3
2
  import * as React from 'react';
4
3
  import { VariantProps } from 'class-variance-authority';
5
4
  import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
5
+ import * as react_jsx_runtime from 'react/jsx-runtime';
6
6
  import * as DialogPrimitive from '@radix-ui/react-dialog';
7
7
  import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
8
8
  import * as LabelPrimitive from '@radix-ui/react-label';
@@ -12,13 +12,14 @@ import * as TabsPrimitive from '@radix-ui/react-tabs';
12
12
  import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
13
13
  import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
14
14
  import * as SwitchPrimitive from '@radix-ui/react-switch';
15
+ export { T as Tooltip, a as TooltipProps, b as TooltipVariant } from './tooltip-wUBttbwG.mjs';
15
16
 
16
17
  declare const badgeVariants: (props?: ({
17
18
  variant?: "default" | "secondary" | "destructive" | "outline" | "success" | "warning" | "info" | "purple" | "purpleOutline" | null | undefined;
18
19
  } & class_variance_authority_types.ClassProp) | undefined) => string;
19
20
  interface BadgeProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
20
21
  }
21
- declare function Badge({ className, variant, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
22
+ declare const Badge: React.ForwardRefExoticComponent<BadgeProps & React.RefAttributes<HTMLDivElement>>;
22
23
 
23
24
  declare const buttonVariants: (props?: ({
24
25
  variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
@@ -239,6 +240,21 @@ interface ColumnDef<T = any> {
239
240
  /** Used by `useColumnVisibility` to set initial visible columns on mobile (viewport < 768px) */
240
241
  mobileVisible?: boolean;
241
242
  minWidth?: number;
243
+ bulkEdit?: {
244
+ kind: "input";
245
+ type?: "text" | "number";
246
+ placeholder?: string;
247
+ leadingDecorator?: string;
248
+ label?: string;
249
+ } | {
250
+ kind: "select";
251
+ options: {
252
+ label: string;
253
+ value: string;
254
+ }[];
255
+ placeholder?: string;
256
+ label?: string;
257
+ };
242
258
  }
243
259
  interface TableProps<T = any> extends React.HTMLAttributes<HTMLTableElement> {
244
260
  selectable?: boolean;
@@ -252,6 +268,7 @@ interface TableProps<T = any> extends React.HTMLAttributes<HTMLTableElement> {
252
268
  visibleColumns?: string[];
253
269
  showDividers?: boolean;
254
270
  highlightMode?: "row" | "column" | "cross" | "none";
271
+ onBulkEdit?: (columnKey: string, value: string) => void;
255
272
  }
256
273
  declare const Table: <T = any>(props: TableProps<T> & {
257
274
  ref?: React.Ref<HTMLTableElement>;
@@ -1,8 +1,8 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as class_variance_authority_types from 'class-variance-authority/types';
3
2
  import * as React from 'react';
4
3
  import { VariantProps } from 'class-variance-authority';
5
4
  import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
5
+ import * as react_jsx_runtime from 'react/jsx-runtime';
6
6
  import * as DialogPrimitive from '@radix-ui/react-dialog';
7
7
  import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
8
8
  import * as LabelPrimitive from '@radix-ui/react-label';
@@ -12,13 +12,14 @@ import * as TabsPrimitive from '@radix-ui/react-tabs';
12
12
  import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
13
13
  import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
14
14
  import * as SwitchPrimitive from '@radix-ui/react-switch';
15
+ export { T as Tooltip, a as TooltipProps, b as TooltipVariant } from './tooltip-wUBttbwG.js';
15
16
 
16
17
  declare const badgeVariants: (props?: ({
17
18
  variant?: "default" | "secondary" | "destructive" | "outline" | "success" | "warning" | "info" | "purple" | "purpleOutline" | null | undefined;
18
19
  } & class_variance_authority_types.ClassProp) | undefined) => string;
19
20
  interface BadgeProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
20
21
  }
21
- declare function Badge({ className, variant, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
22
+ declare const Badge: React.ForwardRefExoticComponent<BadgeProps & React.RefAttributes<HTMLDivElement>>;
22
23
 
23
24
  declare const buttonVariants: (props?: ({
24
25
  variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
@@ -239,6 +240,21 @@ interface ColumnDef<T = any> {
239
240
  /** Used by `useColumnVisibility` to set initial visible columns on mobile (viewport < 768px) */
240
241
  mobileVisible?: boolean;
241
242
  minWidth?: number;
243
+ bulkEdit?: {
244
+ kind: "input";
245
+ type?: "text" | "number";
246
+ placeholder?: string;
247
+ leadingDecorator?: string;
248
+ label?: string;
249
+ } | {
250
+ kind: "select";
251
+ options: {
252
+ label: string;
253
+ value: string;
254
+ }[];
255
+ placeholder?: string;
256
+ label?: string;
257
+ };
242
258
  }
243
259
  interface TableProps<T = any> extends React.HTMLAttributes<HTMLTableElement> {
244
260
  selectable?: boolean;
@@ -252,6 +268,7 @@ interface TableProps<T = any> extends React.HTMLAttributes<HTMLTableElement> {
252
268
  visibleColumns?: string[];
253
269
  showDividers?: boolean;
254
270
  highlightMode?: "row" | "column" | "cross" | "none";
271
+ onBulkEdit?: (columnKey: string, value: string) => void;
255
272
  }
256
273
  declare const Table: <T = any>(props: TableProps<T> & {
257
274
  ref?: React.Ref<HTMLTableElement>;