@teamco/ischeduler-shadcn 2.0.13 → 2.0.15

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.
Files changed (79) hide show
  1. package/dist/index.cjs.js +11 -11
  2. package/dist/index.d.ts +1 -0
  3. package/dist/index.es.js +21 -35
  4. package/dist/shadcn/src/components/Scheduler.d.ts +2 -2
  5. package/dist/shadcn/src/components/Scheduler.d.ts.map +1 -1
  6. package/dist/shadcn/src/components/SchedulerDrawerButton.d.ts +2 -2
  7. package/dist/shadcn/src/components/SchedulerDrawerButton.d.ts.map +1 -1
  8. package/dist/shadcn/src/components/SchedulersList.d.ts +2 -2
  9. package/dist/shadcn/src/components/SchedulersList.d.ts.map +1 -1
  10. package/dist/shadcn/src/components/behaviors/AfterBehavior.d.ts +2 -2
  11. package/dist/shadcn/src/components/behaviors/AfterBehavior.d.ts.map +1 -1
  12. package/dist/shadcn/src/components/behaviors/MonthlyBehavior.d.ts +3 -3
  13. package/dist/shadcn/src/components/behaviors/MonthlyBehavior.d.ts.map +1 -1
  14. package/dist/shadcn/src/components/behaviors/OnThisDayBehavior.d.ts +2 -2
  15. package/dist/shadcn/src/components/behaviors/OnThisDayBehavior.d.ts.map +1 -1
  16. package/dist/shadcn/src/components/behaviors/WeeklyBehavior.d.ts +3 -3
  17. package/dist/shadcn/src/components/behaviors/WeeklyBehavior.d.ts.map +1 -1
  18. package/dist/shadcn/src/components/behaviors/YearlyBehavior.d.ts +3 -3
  19. package/dist/shadcn/src/components/behaviors/YearlyBehavior.d.ts.map +1 -1
  20. package/dist/shadcn/src/components/internal/CheckboxButton.d.ts +3 -3
  21. package/dist/shadcn/src/components/internal/CheckboxButton.d.ts.map +1 -1
  22. package/dist/shadcn/src/components/internal/DeleteAction.d.ts +1 -1
  23. package/dist/shadcn/src/components/internal/DeleteAction.d.ts.map +1 -1
  24. package/dist/shadcn/src/components/internal/DrawerEditAction.d.ts +1 -1
  25. package/dist/shadcn/src/components/internal/DrawerEditAction.d.ts.map +1 -1
  26. package/dist/shadcn/src/components/internal/Duration.d.ts +2 -2
  27. package/dist/shadcn/src/components/internal/Duration.d.ts.map +1 -1
  28. package/dist/shadcn/src/components/internal/HideColumns.d.ts +2 -2
  29. package/dist/shadcn/src/components/internal/HideColumns.d.ts.map +1 -1
  30. package/dist/shadcn/src/components/internal/SaveButton.d.ts +2 -2
  31. package/dist/shadcn/src/components/internal/SaveButton.d.ts.map +1 -1
  32. package/dist/shadcn/src/components/internal/StatusTag.d.ts +2 -2
  33. package/dist/shadcn/src/components/internal/StatusTag.d.ts.map +1 -1
  34. package/dist/shadcn/src/components/internal/Toolbar.d.ts +3 -3
  35. package/dist/shadcn/src/components/internal/Toolbar.d.ts.map +1 -1
  36. package/dist/shadcn/src/components/metadata/metadata.handlers.d.ts +4 -3
  37. package/dist/shadcn/src/components/metadata/metadata.handlers.d.ts.map +1 -1
  38. package/dist/shadcn/src/components/metadata/schedulersList.metadata.d.ts +3 -3
  39. package/dist/shadcn/src/components/metadata/schedulersList.metadata.d.ts.map +1 -1
  40. package/dist/shadcn/src/components/ui/accordion.d.ts +8 -0
  41. package/dist/shadcn/src/components/ui/accordion.d.ts.map +1 -0
  42. package/dist/shadcn/src/components/ui/badge.d.ts +4 -2
  43. package/dist/shadcn/src/components/ui/badge.d.ts.map +1 -1
  44. package/dist/shadcn/src/components/ui/button.d.ts +5 -2
  45. package/dist/shadcn/src/components/ui/button.d.ts.map +1 -1
  46. package/dist/shadcn/src/components/ui/calendar.d.ts +2 -2
  47. package/dist/shadcn/src/components/ui/calendar.d.ts.map +1 -1
  48. package/dist/shadcn/src/components/ui/card.d.ts +9 -0
  49. package/dist/shadcn/src/components/ui/card.d.ts.map +1 -0
  50. package/dist/shadcn/src/components/ui/checkbox.d.ts +5 -0
  51. package/dist/shadcn/src/components/ui/checkbox.d.ts.map +1 -0
  52. package/dist/shadcn/src/components/ui/dialog.d.ts +9 -8
  53. package/dist/shadcn/src/components/ui/dialog.d.ts.map +1 -1
  54. package/dist/shadcn/src/components/ui/dropdown-menu.d.ts +21 -20
  55. package/dist/shadcn/src/components/ui/dropdown-menu.d.ts.map +1 -1
  56. package/dist/shadcn/src/components/ui/input.d.ts.map +1 -1
  57. package/dist/shadcn/src/components/ui/label.d.ts +3 -1
  58. package/dist/shadcn/src/components/ui/label.d.ts.map +1 -1
  59. package/dist/shadcn/src/components/ui/popover.d.ts +4 -3
  60. package/dist/shadcn/src/components/ui/popover.d.ts.map +1 -1
  61. package/dist/shadcn/src/components/ui/radio-group.d.ts +6 -0
  62. package/dist/shadcn/src/components/ui/radio-group.d.ts.map +1 -0
  63. package/dist/shadcn/src/components/ui/select.d.ts +11 -10
  64. package/dist/shadcn/src/components/ui/select.d.ts.map +1 -1
  65. package/dist/shadcn/src/components/ui/separator.d.ts +5 -0
  66. package/dist/shadcn/src/components/ui/separator.d.ts.map +1 -0
  67. package/dist/shadcn/src/components/ui/sheet.d.ts +12 -10
  68. package/dist/shadcn/src/components/ui/sheet.d.ts.map +1 -1
  69. package/dist/shadcn/src/components/ui/table.d.ts.map +1 -1
  70. package/dist/shadcn/src/components/ui/tabs.d.ts +5 -4
  71. package/dist/shadcn/src/components/ui/tabs.d.ts.map +1 -1
  72. package/dist/shadcn/src/components/ui/tooltip.d.ts +5 -4
  73. package/dist/shadcn/src/components/ui/tooltip.d.ts.map +1 -1
  74. package/dist/shadcn/src/index.d.ts.map +1 -1
  75. package/dist/shadcn/src/lib/utils.d.ts +2 -2
  76. package/dist/shadcn/src/lib/utils.d.ts.map +1 -1
  77. package/dist/shadcn/src/utils/table.util.d.ts +13 -2
  78. package/dist/shadcn/src/utils/table.util.d.ts.map +1 -1
  79. package/package.json +3 -3
@@ -1,24 +1,25 @@
1
1
  import * as React from "react";
2
- declare const DropdownMenu: any;
3
- declare const DropdownMenuTrigger: any;
4
- declare const DropdownMenuGroup: any;
5
- declare const DropdownMenuPortal: any;
6
- declare const DropdownMenuSub: any;
7
- declare const DropdownMenuRadioGroup: any;
8
- declare const DropdownMenuSubTrigger: React.ForwardRefExoticComponent<Omit<Omit<any, "ref"> & {
9
- inset?: boolean | undefined;
10
- }, "ref"> & React.RefAttributes<unknown>>;
11
- declare const DropdownMenuSubContent: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
12
- declare const DropdownMenuContent: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
13
- declare const DropdownMenuItem: React.ForwardRefExoticComponent<Omit<Omit<any, "ref"> & {
14
- inset?: boolean | undefined;
15
- }, "ref"> & React.RefAttributes<unknown>>;
16
- declare const DropdownMenuCheckboxItem: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
17
- declare const DropdownMenuRadioItem: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
18
- declare const DropdownMenuLabel: React.ForwardRefExoticComponent<Omit<Omit<any, "ref"> & {
19
- inset?: boolean | undefined;
20
- }, "ref"> & React.RefAttributes<unknown>>;
21
- declare const DropdownMenuSeparator: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
2
+ import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
3
+ declare const DropdownMenu: React.FC<DropdownMenuPrimitive.DropdownMenuProps>;
4
+ declare const DropdownMenuTrigger: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React.RefAttributes<HTMLButtonElement>>;
5
+ declare const DropdownMenuGroup: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React.RefAttributes<HTMLDivElement>>;
6
+ declare const DropdownMenuPortal: React.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
7
+ declare const DropdownMenuSub: React.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
8
+ declare const DropdownMenuRadioGroup: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React.RefAttributes<HTMLDivElement>>;
9
+ declare const DropdownMenuSubTrigger: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
10
+ inset?: boolean;
11
+ } & React.RefAttributes<HTMLDivElement>>;
12
+ declare const DropdownMenuSubContent: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
13
+ declare const DropdownMenuContent: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
14
+ declare const DropdownMenuItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
15
+ inset?: boolean;
16
+ } & React.RefAttributes<HTMLDivElement>>;
17
+ declare const DropdownMenuCheckboxItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
18
+ declare const DropdownMenuRadioItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
19
+ declare const DropdownMenuLabel: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
20
+ inset?: boolean;
21
+ } & React.RefAttributes<HTMLDivElement>>;
22
+ declare const DropdownMenuSeparator: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
22
23
  declare const DropdownMenuShortcut: {
23
24
  ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
24
25
  displayName: string;
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["dropdown-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,QAAA,MAAM,YAAY,KAA6B,CAAA;AAE/C,QAAA,MAAM,mBAAmB,KAAgC,CAAA;AAEzD,QAAA,MAAM,iBAAiB,KAA8B,CAAA;AAErD,QAAA,MAAM,kBAAkB,KAA+B,CAAA;AAEvD,QAAA,MAAM,eAAe,KAA4B,CAAA;AAEjD,QAAA,MAAM,sBAAsB,KAAmC,CAAA;AAE/D,QAAA,MAAM,sBAAsB;;yCAkB1B,CAAA;AAIF,QAAA,MAAM,sBAAsB,+FAY1B,CAAA;AAIF,QAAA,MAAM,mBAAmB,+FAevB,CAAA;AAGF,QAAA,MAAM,gBAAgB;;yCAepB,CAAA;AAGF,QAAA,MAAM,wBAAwB,+FAoB5B,CAAA;AAIF,QAAA,MAAM,qBAAqB,+FAmBzB,CAAA;AAGF,QAAA,MAAM,iBAAiB;;yCAerB,CAAA;AAGF,QAAA,MAAM,qBAAqB,+FASzB,CAAA;AAGF,QAAA,MAAM,oBAAoB;8BAGvB,MAAM,cAAc,CAAC,eAAe,CAAC;;CAOvC,CAAA;AAGD,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,GACvB,CAAA"}
1
+ {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/dropdown-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAA;AAKtE,QAAA,MAAM,YAAY,mDAA6B,CAAA;AAE/C,QAAA,MAAM,mBAAmB,0HAAgC,CAAA;AAEzD,QAAA,MAAM,iBAAiB,qHAA8B,CAAA;AAErD,QAAA,MAAM,kBAAkB,yDAA+B,CAAA;AAEvD,QAAA,MAAM,eAAe,sDAA4B,CAAA;AAEjD,QAAA,MAAM,sBAAsB,0HAAmC,CAAA;AAE/D,QAAA,MAAM,sBAAsB;YAGhB,OAAO;wCAejB,CAAA;AAIF,QAAA,MAAM,sBAAsB,6KAY1B,CAAA;AAIF,QAAA,MAAM,mBAAmB,0KAevB,CAAA;AAGF,QAAA,MAAM,gBAAgB;YAGV,OAAO;wCAYjB,CAAA;AAGF,QAAA,MAAM,wBAAwB,+KAoB5B,CAAA;AAIF,QAAA,MAAM,qBAAqB,4KAmBzB,CAAA;AAGF,QAAA,MAAM,iBAAiB;YAGX,OAAO;wCAYjB,CAAA;AAGF,QAAA,MAAM,qBAAqB,4KASzB,CAAA;AAGF,QAAA,MAAM,oBAAoB;8BAGvB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;;CAOvC,CAAA;AAGD,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,GACvB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,MAAM,WAAW,UACf,SAAQ,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC;CAAG;AAExD,QAAA,MAAM,KAAK,qFAcV,CAAA;AAGD,OAAO,EAAE,KAAK,EAAE,CAAA"}
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,MAAM,WAAW,UACf,SAAQ,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC;CAAG;AAExD,QAAA,MAAM,KAAK,qFAcV,CAAA;AAGD,OAAO,EAAE,KAAK,EAAE,CAAA"}
@@ -1,4 +1,6 @@
1
+ import { VariantProps } from 'class-variance-authority';
1
2
  import * as React from "react";
2
- declare const Label: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
3
+ import * as LabelPrimitive from "@radix-ui/react-label";
4
+ declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: import('class-variance-authority/types').ClassProp | undefined) => string> & React.RefAttributes<HTMLLabelElement>>;
3
5
  export { Label };
4
6
  //# sourceMappingURL=label.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAU9B,QAAA,MAAM,KAAK,kFAUT,CAAA;AAGF,OAAO,EAAE,KAAK,EAAE,CAAA"}
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAA;AACvD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAQjE,QAAA,MAAM,KAAK,4PAUT,CAAA;AAGF,OAAO,EAAE,KAAK,EAAE,CAAA"}
@@ -1,6 +1,7 @@
1
1
  import * as React from "react";
2
- declare const Popover: any;
3
- declare const PopoverTrigger: any;
4
- declare const PopoverContent: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
2
+ import * as PopoverPrimitive from "@radix-ui/react-popover";
3
+ declare const Popover: React.FC<PopoverPrimitive.PopoverProps>;
4
+ declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
5
+ declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
6
  export { Popover, PopoverTrigger, PopoverContent };
6
7
  //# sourceMappingURL=popover.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,QAAA,MAAM,OAAO,KAAwB,CAAA;AAErC,QAAA,MAAM,cAAc,KAA2B,CAAA;AAE/C,QAAA,MAAM,cAAc,+FAgBlB,CAAA;AAGF,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAA"}
1
+ {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAA;AAI3D,QAAA,MAAM,OAAO,yCAAwB,CAAA;AAErC,QAAA,MAAM,cAAc,gHAA2B,CAAA;AAE/C,QAAA,MAAM,cAAc,gKAgBlB,CAAA;AAGF,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
3
+ declare const RadioGroup: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
4
+ declare const RadioGroupItem: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
5
+ export { RadioGroup, RadioGroupItem };
6
+ //# sourceMappingURL=radio-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-group.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/radio-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAA;AAKlE,QAAA,MAAM,UAAU,+JAWd,CAAA;AAGF,QAAA,MAAM,cAAc,yKAkBlB,CAAA;AAGF,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,CAAA"}
@@ -1,13 +1,14 @@
1
1
  import * as React from "react";
2
- declare const Select: any;
3
- declare const SelectGroup: any;
4
- declare const SelectValue: any;
5
- declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
6
- declare const SelectScrollUpButton: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
7
- declare const SelectScrollDownButton: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
8
- declare const SelectContent: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
9
- declare const SelectLabel: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
10
- declare const SelectItem: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
11
- declare const SelectSeparator: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
2
+ import * as SelectPrimitive from "@radix-ui/react-select";
3
+ declare const Select: React.FC<SelectPrimitive.SelectProps>;
4
+ declare const SelectGroup: React.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React.RefAttributes<HTMLDivElement>>;
5
+ declare const SelectValue: React.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React.RefAttributes<HTMLSpanElement>>;
6
+ declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
7
+ declare const SelectScrollUpButton: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollUpButtonProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
+ declare const SelectScrollDownButton: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollDownButtonProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
9
+ declare const SelectContent: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
10
+ declare const SelectLabel: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
11
+ declare const SelectItem: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
12
+ declare const SelectSeparator: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
12
13
  export { Select, SelectGroup, SelectValue, SelectTrigger, SelectContent, SelectLabel, SelectItem, SelectSeparator, SelectScrollUpButton, SelectScrollDownButton, };
13
14
  //# sourceMappingURL=select.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,QAAA,MAAM,MAAM,KAAuB,CAAA;AAEnC,QAAA,MAAM,WAAW,KAAwB,CAAA;AAEzC,QAAA,MAAM,WAAW,KAAwB,CAAA;AAEzC,QAAA,MAAM,aAAa,+FAiBjB,CAAA;AAGF,QAAA,MAAM,oBAAoB,+FAcxB,CAAA;AAGF,QAAA,MAAM,sBAAsB,+FAc1B,CAAA;AAIF,QAAA,MAAM,aAAa,+FA6BjB,CAAA;AAGF,QAAA,MAAM,WAAW,+FASf,CAAA;AAGF,QAAA,MAAM,UAAU,+FAoBd,CAAA;AAGF,QAAA,MAAM,eAAe,+FASnB,CAAA;AAGF,OAAO,EACL,MAAM,EACN,WAAW,EACX,WAAW,EACX,aAAa,EACb,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,sBAAsB,GACvB,CAAA"}
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AAKzD,QAAA,MAAM,MAAM,uCAAuB,CAAA;AAEnC,QAAA,MAAM,WAAW,yGAAwB,CAAA;AAEzC,QAAA,MAAM,WAAW,0GAAwB,CAAA;AAEzC,QAAA,MAAM,aAAa,oKAiBjB,CAAA;AAGF,QAAA,MAAM,oBAAoB,qKAcxB,CAAA;AAGF,QAAA,MAAM,sBAAsB,uKAc1B,CAAA;AAIF,QAAA,MAAM,aAAa,8JA6BjB,CAAA;AAGF,QAAA,MAAM,WAAW,4JASf,CAAA;AAGF,QAAA,MAAM,UAAU,2JAoBd,CAAA;AAGF,QAAA,MAAM,eAAe,gKASnB,CAAA;AAGF,OAAO,EACL,MAAM,EACN,WAAW,EACX,WAAW,EACX,aAAa,EACb,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,sBAAsB,GACvB,CAAA"}
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import * as SeparatorPrimitive from "@radix-ui/react-separator";
3
+ declare const Separator: React.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
4
+ export { Separator };
5
+ //# sourceMappingURL=separator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/separator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAA;AAI/D,QAAA,MAAM,SAAS,6JAoBd,CAAA;AAGD,OAAO,EAAE,SAAS,EAAE,CAAA"}
@@ -1,15 +1,17 @@
1
+ import { VariantProps } from 'class-variance-authority';
1
2
  import * as React from "react";
2
3
  import * as SheetPrimitive from "@radix-ui/react-dialog";
3
- import { type VariantProps } from "class-variance-authority";
4
- declare const Sheet: any;
5
- declare const SheetTrigger: any;
6
- declare const SheetClose: any;
7
- declare const SheetPortal: any;
8
- declare const SheetOverlay: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
9
- declare const sheetVariants: any;
4
+ declare const Sheet: React.FC<SheetPrimitive.DialogProps>;
5
+ declare const SheetTrigger: React.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
6
+ declare const SheetClose: React.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & React.RefAttributes<HTMLButtonElement>>;
7
+ declare const SheetPortal: React.FC<SheetPrimitive.DialogPortalProps>;
8
+ declare const SheetOverlay: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
9
+ declare const sheetVariants: (props?: ({
10
+ side?: "top" | "right" | "bottom" | "left" | null | undefined;
11
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
10
12
  interface SheetContentProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, VariantProps<typeof sheetVariants> {
11
13
  }
12
- declare const SheetContent: React.ForwardRefExoticComponent<Omit<SheetContentProps, "ref"> & React.RefAttributes<unknown>>;
14
+ declare const SheetContent: React.ForwardRefExoticComponent<SheetContentProps & React.RefAttributes<HTMLDivElement>>;
13
15
  declare const SheetHeader: {
14
16
  ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
15
17
  displayName: string;
@@ -18,7 +20,7 @@ declare const SheetFooter: {
18
20
  ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
19
21
  displayName: string;
20
22
  };
21
- declare const SheetTitle: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
22
- declare const SheetDescription: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
23
+ declare const SheetTitle: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
24
+ declare const SheetDescription: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
23
25
  export { Sheet, SheetPortal, SheetOverlay, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, };
24
26
  //# sourceMappingURL=sheet.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["sheet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,cAAc,MAAM,wBAAwB,CAAA;AACxD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,QAAA,MAAM,KAAK,KAAsB,CAAA;AAEjC,QAAA,MAAM,YAAY,KAAyB,CAAA;AAE3C,QAAA,MAAM,UAAU,KAAuB,CAAA;AAEvC,QAAA,MAAM,WAAW,KAAwB,CAAA;AAEzC,QAAA,MAAM,YAAY,+FAYhB,CAAA;AAGF,QAAA,MAAM,aAAa,KAiBlB,CAAA;AAED,UAAU,iBACR,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,EACnE,YAAY,CAAC,OAAO,aAAa,CAAC;CAAG;AAEzC,QAAA,MAAM,YAAY,gGAehB,CAAA;AAGF,QAAA,MAAM,WAAW;8BAGd,MAAM,cAAc,CAAC,cAAc,CAAC;;CAQtC,CAAA;AAGD,QAAA,MAAM,WAAW;8BAGd,MAAM,cAAc,CAAC,cAAc,CAAC;;CAQtC,CAAA;AAGD,QAAA,MAAM,UAAU,+FASd,CAAA;AAGF,QAAA,MAAM,gBAAgB,+FASpB,CAAA;AAGF,OAAO,EACL,KAAK,EACL,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,UAAU,EACV,YAAY,EACZ,WAAW,EACX,WAAW,EACX,UAAU,EACV,gBAAgB,GACjB,CAAA"}
1
+ {"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/sheet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,cAAc,MAAM,wBAAwB,CAAA;AACxD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,QAAA,MAAM,KAAK,sCAAsB,CAAA;AAEjC,QAAA,MAAM,YAAY,6GAAyB,CAAA;AAE3C,QAAA,MAAM,UAAU,2GAAuB,CAAA;AAEvC,QAAA,MAAM,WAAW,4CAAwB,CAAA;AAEzC,QAAA,MAAM,YAAY,6JAYhB,CAAA;AAGF,QAAA,MAAM,aAAa;;8EAiBlB,CAAA;AAED,UAAU,iBACR,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,EACnE,YAAY,CAAC,OAAO,aAAa,CAAC;CAAG;AAEzC,QAAA,MAAM,YAAY,0FAehB,CAAA;AAGF,QAAA,MAAM,WAAW;8BAGd,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;;CAQtC,CAAA;AAGD,QAAA,MAAM,WAAW;8BAGd,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;;CAQtC,CAAA;AAGD,QAAA,MAAM,UAAU,mKASd,CAAA;AAGF,QAAA,MAAM,gBAAgB,6KASpB,CAAA;AAGF,OAAO,EACL,KAAK,EACL,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,UAAU,EACV,YAAY,EACZ,WAAW,EACX,WAAW,EACX,UAAU,EACV,gBAAgB,GACjB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,QAAA,MAAM,KAAK,iHAMV,CAAC;AAGF,QAAA,MAAM,WAAW,+HAKf,CAAC;AAGH,QAAA,MAAM,SAAS,+HAKb,CAAC;AAGH,QAAA,MAAM,WAAW,+HASf,CAAC;AAGH,QAAA,MAAM,QAAQ,uHAWb,CAAC;AAGF,QAAA,MAAM,SAAS,2HAab,CAAC;AAGH,QAAA,MAAM,SAAS,2HAUb,CAAC;AAGH,QAAA,MAAM,YAAY,+HAKhB,CAAC;AAGH,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,QAAA,MAAM,KAAK,iHAMV,CAAC;AAGF,QAAA,MAAM,WAAW,+HAKf,CAAC;AAGH,QAAA,MAAM,SAAS,+HAKb,CAAC;AAGH,QAAA,MAAM,WAAW,+HASf,CAAC;AAGH,QAAA,MAAM,QAAQ,uHAWb,CAAC;AAGF,QAAA,MAAM,SAAS,2HAab,CAAC;AAGH,QAAA,MAAM,SAAS,2HAUb,CAAC;AAGH,QAAA,MAAM,YAAY,+HAKhB,CAAC;AAGH,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC"}
@@ -1,7 +1,8 @@
1
1
  import * as React from "react";
2
- declare const Tabs: any;
3
- declare const TabsList: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
4
- declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
5
- declare const TabsContent: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
2
+ import * as TabsPrimitive from "@radix-ui/react-tabs";
3
+ declare const Tabs: React.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React.RefAttributes<HTMLDivElement>>;
4
+ declare const TabsList: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
+ declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
6
+ declare const TabsContent: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
6
7
  export { Tabs, TabsList, TabsTrigger, TabsContent };
7
8
  //# sourceMappingURL=tabs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,QAAA,MAAM,IAAI,KAAqB,CAAA;AAE/B,QAAA,MAAM,QAAQ,+FAYZ,CAAA;AAGF,QAAA,MAAM,WAAW,+FAYf,CAAA;AAGF,QAAA,MAAM,WAAW,+FAYf,CAAA;AAGF,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,CAAA"}
1
+ {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAA;AAIrD,QAAA,MAAM,IAAI,gGAAqB,CAAA;AAE/B,QAAA,MAAM,QAAQ,uJAYZ,CAAA;AAGF,QAAA,MAAM,WAAW,gKAYf,CAAA;AAGF,QAAA,MAAM,WAAW,0JAYf,CAAA;AAGF,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,CAAA"}
@@ -1,7 +1,8 @@
1
1
  import * as React from "react";
2
- declare const TooltipProvider: any;
3
- declare const Tooltip: any;
4
- declare const TooltipTrigger: any;
5
- declare const TooltipContent: React.ForwardRefExoticComponent<Omit<Omit<any, "ref">, "ref"> & React.RefAttributes<unknown>>;
2
+ import * as TooltipPrimitive from "@radix-ui/react-tooltip";
3
+ declare const TooltipProvider: React.FC<TooltipPrimitive.TooltipProviderProps>;
4
+ declare const Tooltip: React.FC<TooltipPrimitive.TooltipProps>;
5
+ declare const TooltipTrigger: React.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React.RefAttributes<HTMLButtonElement>>;
6
+ declare const TooltipContent: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
6
7
  export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
7
8
  //# sourceMappingURL=tooltip.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,QAAA,MAAM,eAAe,KAA4B,CAAA;AAEjD,QAAA,MAAM,OAAO,KAAwB,CAAA;AAErC,QAAA,MAAM,cAAc,KAA2B,CAAA;AAE/C,QAAA,MAAM,cAAc,+FAalB,CAAA;AAGF,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,CAAA"}
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAA;AAI3D,QAAA,MAAM,eAAe,iDAA4B,CAAA;AAEjD,QAAA,MAAM,OAAO,yCAAwB,CAAA;AAErC,QAAA,MAAM,cAAc,gHAA2B,CAAA;AAE/C,QAAA,MAAM,cAAc,gKAalB,CAAA;AAGF,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AACA,cAAc,yBAAyB,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,YAAY,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAG3E,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,yBAAyB,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,YAAY,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAG3E,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1,3 +1,3 @@
1
- import { type ClassValue } from "clsx";
2
- export declare function cn(...inputs: ClassValue[]): any;
1
+ import { ClassValue } from 'clsx';
2
+ export declare function cn(...inputs: ClassValue[]): string;
3
3
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAA;AAG5C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,OAEzC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAA;AAG5C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
@@ -1,5 +1,16 @@
1
- import type { IScheduler } from '@teamco/ischeduler-core';
2
- export declare const indexable: (data: IScheduler[]) => any[];
1
+ import { IScheduler } from '@teamco/ischeduler-core';
2
+ export declare const indexable: (data: IScheduler[]) => {
3
+ key: string;
4
+ index: number;
5
+ id?: string;
6
+ type: import('@teamco/ischeduler-core').ESchedulerPrefix;
7
+ duration: import('@teamco/ischeduler-core').TSchedulerDuration;
8
+ repeat: import('@teamco/ischeduler-core').TSchedulerRepeat;
9
+ range: import('@teamco/ischeduler-core').TSchedulerRange;
10
+ discount?: import('@teamco/ischeduler-core').TDiscount | null;
11
+ status?: import('@teamco/ischeduler-core').EStatus;
12
+ metadata?: import('@teamco/ischeduler-core').ISchedulerMetadata;
13
+ }[];
3
14
  export declare const indexColumn: () => {
4
15
  title: string;
5
16
  dataIndex: string;
@@ -1 +1 @@
1
- {"version":3,"file":"table.util.d.ts","sourceRoot":"","sources":["table.util.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAE1D,eAAO,MAAM,SAAS,SAAU,UAAU,EAAE,UAM3C,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;CAKtB,CAAC;AAEH,eAAO,MAAM,WAAW,YAAa,MAAM,KAAK,MAAM;;;;CAIpD,CAAC"}
1
+ {"version":3,"file":"table.util.d.ts","sourceRoot":"","sources":["../../../../src/utils/table.util.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAE1D,eAAO,MAAM,SAAS,GAAI,MAAM,UAAU,EAAE;;;;;;;;;;;GAM3C,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;CAKtB,CAAC;AAEH,eAAO,MAAM,WAAW,GAAI,GAAG,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM;;;;CAIpD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamco/ischeduler-shadcn",
3
- "version": "2.0.13",
3
+ "version": "2.0.15",
4
4
  "description": "iScheduler UI components for React + shadcn/ui (Radix UI + Tailwind)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -66,8 +66,8 @@
66
66
  "@teamco/ischeduler-core": "*",
67
67
  "dayjs": "^1.11.20",
68
68
  "jsdom": "^29.0.0",
69
- "vite": "^8.0.0",
70
- "vite-plugin-dts": "^1.0.5",
69
+ "vite": "^8.0.9",
70
+ "vite-plugin-dts": "^4.5.4",
71
71
  "vitest": "^4.1.0"
72
72
  }
73
73
  }