@iclips/ui 1.0.10 → 1.0.12

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 (175) hide show
  1. package/dist/components/figma/ImageWithFallback.d.ts +3 -0
  2. package/dist/components/figma/ImageWithFallback.d.ts.map +1 -0
  3. package/dist/components/print-templates/ContractTemplate.d.ts +51 -0
  4. package/dist/components/print-templates/ContractTemplate.d.ts.map +1 -0
  5. package/dist/components/print-templates/ProposalTemplate.d.ts +41 -0
  6. package/dist/components/print-templates/ProposalTemplate.d.ts.map +1 -0
  7. package/dist/components/print-templates/index.d.ts +22 -0
  8. package/dist/components/print-templates/index.d.ts.map +1 -0
  9. package/dist/components/print-templates/shared/PrintFooter.d.ts +21 -0
  10. package/dist/components/print-templates/shared/PrintFooter.d.ts.map +1 -0
  11. package/dist/components/print-templates/shared/PrintHeader.d.ts +34 -0
  12. package/dist/components/print-templates/shared/PrintHeader.d.ts.map +1 -0
  13. package/dist/components/print-templates/shared/PrintInfoGrid.d.ts +22 -0
  14. package/dist/components/print-templates/shared/PrintInfoGrid.d.ts.map +1 -0
  15. package/dist/components/print-templates/shared/PrintSection.d.ts +29 -0
  16. package/dist/components/print-templates/shared/PrintSection.d.ts.map +1 -0
  17. package/dist/components/print-templates/shared/PrintSignature.d.ts +27 -0
  18. package/dist/components/print-templates/shared/PrintSignature.d.ts.map +1 -0
  19. package/dist/components/print-templates/shared/PrintTable.d.ts +36 -0
  20. package/dist/components/print-templates/shared/PrintTable.d.ts.map +1 -0
  21. package/dist/components/timeline-demo.d.ts +2 -0
  22. package/dist/components/timeline-demo.d.ts.map +1 -0
  23. package/dist/components/ui/accordion.d.ts +8 -0
  24. package/dist/components/ui/accordion.d.ts.map +1 -0
  25. package/dist/components/ui/alert-dialog.d.ts +15 -0
  26. package/dist/components/ui/alert-dialog.d.ts.map +1 -0
  27. package/dist/components/ui/alert.d.ts +10 -0
  28. package/dist/components/ui/alert.d.ts.map +1 -0
  29. package/dist/components/ui/app-layout.d.ts +31 -0
  30. package/dist/components/ui/app-layout.d.ts.map +1 -0
  31. package/dist/components/ui/aspect-ratio.d.ts +4 -0
  32. package/dist/components/ui/aspect-ratio.d.ts.map +1 -0
  33. package/dist/components/ui/avatar.d.ts +7 -0
  34. package/dist/components/ui/avatar.d.ts.map +1 -0
  35. package/dist/components/ui/badge.d.ts +12 -0
  36. package/dist/components/ui/badge.d.ts.map +1 -0
  37. package/dist/components/ui/brand-logo.d.ts +7 -0
  38. package/dist/components/ui/brand-logo.d.ts.map +1 -0
  39. package/dist/components/ui/breadcrumb.d.ts +12 -0
  40. package/dist/components/ui/breadcrumb.d.ts.map +1 -0
  41. package/dist/components/ui/button.d.ts +14 -0
  42. package/dist/components/ui/button.d.ts.map +1 -0
  43. package/dist/components/ui/calendar.d.ts +31 -0
  44. package/dist/components/ui/calendar.d.ts.map +1 -0
  45. package/dist/components/ui/card.d.ts +10 -0
  46. package/dist/components/ui/card.d.ts.map +1 -0
  47. package/dist/components/ui/carousel.d.ts +20 -0
  48. package/dist/components/ui/carousel.d.ts.map +1 -0
  49. package/dist/components/ui/chart.d.ts +45 -0
  50. package/dist/components/ui/chart.d.ts.map +1 -0
  51. package/dist/components/ui/checkbox.d.ts +5 -0
  52. package/dist/components/ui/checkbox.d.ts.map +1 -0
  53. package/dist/components/ui/collapsible.d.ts +6 -0
  54. package/dist/components/ui/collapsible.d.ts.map +1 -0
  55. package/dist/components/ui/color-picker.d.ts +11 -0
  56. package/dist/components/ui/color-picker.d.ts.map +1 -0
  57. package/dist/components/ui/command.d.ts +17 -0
  58. package/dist/components/ui/command.d.ts.map +1 -0
  59. package/dist/components/ui/comment-system.d.ts +38 -0
  60. package/dist/components/ui/comment-system.d.ts.map +1 -0
  61. package/dist/components/ui/context-menu.d.ts +26 -0
  62. package/dist/components/ui/context-menu.d.ts.map +1 -0
  63. package/dist/components/ui/contract-print.d.ts +82 -0
  64. package/dist/components/ui/contract-print.d.ts.map +1 -0
  65. package/dist/components/ui/data-table-example.d.ts +5 -0
  66. package/dist/components/ui/data-table-example.d.ts.map +1 -0
  67. package/dist/components/ui/data-table.d.ts +19 -0
  68. package/dist/components/ui/data-table.d.ts.map +1 -0
  69. package/dist/components/ui/date-picker.d.ts +110 -0
  70. package/dist/components/ui/date-picker.d.ts.map +1 -0
  71. package/dist/components/ui/date-range-picker.d.ts +126 -0
  72. package/dist/components/ui/date-range-picker.d.ts.map +1 -0
  73. package/dist/components/ui/dialog.d.ts +14 -0
  74. package/dist/components/ui/dialog.d.ts.map +1 -0
  75. package/dist/components/ui/document-editor.d.ts +12 -0
  76. package/dist/components/ui/document-editor.d.ts.map +1 -0
  77. package/dist/components/ui/drawer.d.ts +14 -0
  78. package/dist/components/ui/drawer.d.ts.map +1 -0
  79. package/dist/components/ui/dropdown-menu.d.ts +26 -0
  80. package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
  81. package/dist/components/ui/editorial-calendar.d.ts +28 -0
  82. package/dist/components/ui/editorial-calendar.d.ts.map +1 -0
  83. package/dist/components/ui/filter-bar.d.ts +16 -0
  84. package/dist/components/ui/filter-bar.d.ts.map +1 -0
  85. package/dist/components/ui/filter-builder.d.ts +24 -0
  86. package/dist/components/ui/filter-builder.d.ts.map +1 -0
  87. package/dist/components/ui/filter-chip.d.ts +8 -0
  88. package/dist/components/ui/filter-chip.d.ts.map +1 -0
  89. package/dist/components/ui/form.d.ts +25 -0
  90. package/dist/components/ui/form.d.ts.map +1 -0
  91. package/dist/components/ui/gantt-chart.d.ts +39 -0
  92. package/dist/components/ui/gantt-chart.d.ts.map +1 -0
  93. package/dist/components/ui/hover-card.d.ts +7 -0
  94. package/dist/components/ui/hover-card.d.ts.map +1 -0
  95. package/dist/components/ui/illustrations.d.ts +54 -0
  96. package/dist/components/ui/illustrations.d.ts.map +1 -0
  97. package/dist/components/ui/index.d.ts +67 -0
  98. package/dist/components/ui/index.d.ts.map +1 -0
  99. package/dist/components/ui/input-otp.d.ts +12 -0
  100. package/dist/components/ui/input-otp.d.ts.map +1 -0
  101. package/dist/components/ui/input.d.ts +4 -0
  102. package/dist/components/ui/input.d.ts.map +1 -0
  103. package/dist/components/ui/kanban-card.d.ts +41 -0
  104. package/dist/components/ui/kanban-card.d.ts.map +1 -0
  105. package/dist/components/ui/label.d.ts +5 -0
  106. package/dist/components/ui/label.d.ts.map +1 -0
  107. package/dist/components/ui/mention-list.d.ts +7 -0
  108. package/dist/components/ui/mention-list.d.ts.map +1 -0
  109. package/dist/components/ui/menubar.d.ts +27 -0
  110. package/dist/components/ui/menubar.d.ts.map +1 -0
  111. package/dist/components/ui/navigation-menu.d.ts +15 -0
  112. package/dist/components/ui/navigation-menu.d.ts.map +1 -0
  113. package/dist/components/ui/pagination.d.ts +14 -0
  114. package/dist/components/ui/pagination.d.ts.map +1 -0
  115. package/dist/components/ui/popover.d.ts +8 -0
  116. package/dist/components/ui/popover.d.ts.map +1 -0
  117. package/dist/components/ui/progress.d.ts +5 -0
  118. package/dist/components/ui/progress.d.ts.map +1 -0
  119. package/dist/components/ui/radio-group.d.ts +6 -0
  120. package/dist/components/ui/radio-group.d.ts.map +1 -0
  121. package/dist/components/ui/resizable.d.ts +9 -0
  122. package/dist/components/ui/resizable.d.ts.map +1 -0
  123. package/dist/components/ui/saved-filters.d.ts +16 -0
  124. package/dist/components/ui/saved-filters.d.ts.map +1 -0
  125. package/dist/components/ui/scroll-area.d.ts +6 -0
  126. package/dist/components/ui/scroll-area.d.ts.map +1 -0
  127. package/dist/components/ui/select.d.ts +16 -0
  128. package/dist/components/ui/select.d.ts.map +1 -0
  129. package/dist/components/ui/separator.d.ts +5 -0
  130. package/dist/components/ui/separator.d.ts.map +1 -0
  131. package/dist/components/ui/sheet.d.ts +14 -0
  132. package/dist/components/ui/sheet.d.ts.map +1 -0
  133. package/dist/components/ui/sidebar.d.ts +70 -0
  134. package/dist/components/ui/sidebar.d.ts.map +1 -0
  135. package/dist/components/ui/skeleton.d.ts +8 -0
  136. package/dist/components/ui/skeleton.d.ts.map +1 -0
  137. package/dist/components/ui/slider.d.ts +5 -0
  138. package/dist/components/ui/slider.d.ts.map +1 -0
  139. package/dist/components/ui/sonner.d.ts +4 -0
  140. package/dist/components/ui/sonner.d.ts.map +1 -0
  141. package/dist/components/ui/switch.d.ts +5 -0
  142. package/dist/components/ui/switch.d.ts.map +1 -0
  143. package/dist/components/ui/table-pagination.d.ts +130 -0
  144. package/dist/components/ui/table-pagination.d.ts.map +1 -0
  145. package/dist/components/ui/table-types.d.ts +217 -0
  146. package/dist/components/ui/table-types.d.ts.map +1 -0
  147. package/dist/components/ui/table.d.ts +27 -0
  148. package/dist/components/ui/table.d.ts.map +1 -0
  149. package/dist/components/ui/tabs.d.ts +8 -0
  150. package/dist/components/ui/tabs.d.ts.map +1 -0
  151. package/dist/components/ui/task-edit-dialog.d.ts +14 -0
  152. package/dist/components/ui/task-edit-dialog.d.ts.map +1 -0
  153. package/dist/components/ui/textarea.d.ts +4 -0
  154. package/dist/components/ui/textarea.d.ts.map +1 -0
  155. package/dist/components/ui/time-picker.d.ts +84 -0
  156. package/dist/components/ui/time-picker.d.ts.map +1 -0
  157. package/dist/components/ui/timeline.d.ts +27 -0
  158. package/dist/components/ui/timeline.d.ts.map +1 -0
  159. package/dist/components/ui/toggle-group.d.ts +8 -0
  160. package/dist/components/ui/toggle-group.d.ts.map +1 -0
  161. package/dist/components/ui/toggle.d.ts +10 -0
  162. package/dist/components/ui/toggle.d.ts.map +1 -0
  163. package/dist/components/ui/tooltip.d.ts +8 -0
  164. package/dist/components/ui/tooltip.d.ts.map +1 -0
  165. package/dist/components/ui/underline-tabs.d.ts +29 -0
  166. package/dist/components/ui/underline-tabs.d.ts.map +1 -0
  167. package/dist/components/ui/use-mobile.d.ts +2 -0
  168. package/dist/components/ui/use-mobile.d.ts.map +1 -0
  169. package/dist/components/ui/use-print-contract.d.ts +37 -0
  170. package/dist/components/ui/use-print-contract.d.ts.map +1 -0
  171. package/dist/components/ui/utils.d.ts +3 -0
  172. package/dist/components/ui/utils.d.ts.map +1 -0
  173. package/dist/index.d.ts +91 -1
  174. package/dist/index.d.ts.map +1 -0
  175. package/package.json +1 -1
@@ -0,0 +1,45 @@
1
+ import * as React from "react";
2
+ import * as RechartsPrimitive from "recharts";
3
+ declare const THEMES: {
4
+ readonly light: "";
5
+ readonly dark: ".dark";
6
+ };
7
+ export type ChartConfig = {
8
+ [k in string]: {
9
+ label?: React.ReactNode;
10
+ icon?: React.ComponentType;
11
+ } & ({
12
+ color?: string;
13
+ theme?: never;
14
+ } | {
15
+ color?: never;
16
+ theme: Record<keyof typeof THEMES, string>;
17
+ });
18
+ };
19
+ declare function ChartContainer({ id, className, children, config, ...props }: React.ComponentProps<"div"> & {
20
+ config: ChartConfig;
21
+ children: React.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
22
+ }): import("react/jsx-runtime").JSX.Element;
23
+ declare const ChartStyle: ({ id, config }: {
24
+ id: string;
25
+ config: ChartConfig;
26
+ }) => import("react/jsx-runtime").JSX.Element | null;
27
+ declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
28
+ declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: React.ComponentProps<typeof RechartsPrimitive.Tooltip> & React.ComponentProps<"div"> & {
29
+ hideLabel?: boolean;
30
+ hideIndicator?: boolean;
31
+ indicator?: "line" | "dot" | "dashed";
32
+ nameKey?: string;
33
+ labelKey?: string;
34
+ payload?: any[];
35
+ label?: string;
36
+ }): import("react/jsx-runtime").JSX.Element | null;
37
+ declare const ChartLegend: typeof RechartsPrimitive.Legend;
38
+ declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: React.ComponentProps<"div"> & {
39
+ hideIcon?: boolean;
40
+ nameKey?: string;
41
+ payload?: any[];
42
+ verticalAlign?: "top" | "bottom";
43
+ }): import("react/jsx-runtime").JSX.Element | null;
44
+ export { ChartContainer, ChartTooltip, ChartTooltipContent, ChartLegend, ChartLegendContent, ChartStyle, };
45
+ //# sourceMappingURL=chart.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chart.d.ts","sourceRoot":"","sources":["../../../src/components/ui/chart.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,iBAAiB,MAAM,UAAU,CAAC;AAK9C,QAAA,MAAM,MAAM;;;CAAwC,CAAC;AAErD,MAAM,MAAM,WAAW,GAAG;KACvB,CAAC,IAAI,MAAM,GAAG;QACb,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QACxB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;KAC5B,GAAG,CACA;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,KAAK,CAAA;KAAE,GACjC;QAAE,KAAK,CAAC,EAAE,KAAK,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC,MAAM,OAAO,MAAM,EAAE,MAAM,CAAC,CAAA;KAAE,CAChE;CACF,CAAC;AAkBF,iBAAS,cAAc,CAAC,EACtB,EAAE,EACF,SAAS,EACT,QAAQ,EACR,MAAM,EACN,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,MAAM,EAAE,WAAW,CAAC;IACpB,QAAQ,EAAE,KAAK,CAAC,cAAc,CAC5B,OAAO,iBAAiB,CAAC,mBAAmB,CAC7C,CAAC,UAAU,CAAC,CAAC;CACf,2CAsBA;AAED,QAAA,MAAM,UAAU,GAAI,gBAAgB;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,WAAW,CAAA;CAAE,mDA+BtE,CAAC;AAEF,QAAA,MAAM,YAAY,kCAA4B,CAAC;AAE/C,iBAAS,mBAAmB,CAAC,EAC3B,MAAM,EACN,OAAY,EACZ,SAAS,EACT,SAAiB,EACjB,SAAiB,EACjB,aAAqB,EACrB,KAAK,EACL,cAAc,EACd,cAAc,EACd,SAAS,EACT,KAAK,EACL,OAAO,EACP,QAAQ,GACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,OAAO,CAAC,GACvD,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,QAAQ,CAAC;IACtC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,kDAyHF;AAED,QAAA,MAAM,WAAW,iCAA2B,CAAC;AAE7C,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,QAAgB,EAChB,OAAO,EACP,aAAwB,EACxB,OAAO,GACR,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC;IAChB,aAAa,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CAClC,kDA0CF;AAyCD,OAAO,EACL,cAAc,EACd,YAAY,EACZ,mBAAmB,EACnB,WAAW,EACX,kBAAkB,EAClB,UAAU,GACX,CAAC"}
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
3
+ declare function Checkbox({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ export { Checkbox };
5
+ //# sourceMappingURL=checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/ui/checkbox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAK9D,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,2CAkBrD;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
2
+ declare function Collapsible({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): import("react/jsx-runtime").JSX.Element;
3
+ declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): import("react/jsx-runtime").JSX.Element;
4
+ declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): import("react/jsx-runtime").JSX.Element;
5
+ export { Collapsible, CollapsibleTrigger, CollapsibleContent };
6
+ //# sourceMappingURL=collapsible.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collapsible.d.ts","sourceRoot":"","sources":["../../../src/components/ui/collapsible.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,oBAAoB,MAAM,6BAA6B,CAAC;AAEpE,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,2CAExD;AAED,iBAAS,kBAAkB,CAAC,EAC1B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,kBAAkB,CAAC,2CAOtE;AAED,iBAAS,kBAAkB,CAAC,EAC1B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,kBAAkB,CAAC,2CAOtE;AAED,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ interface ColorPickerProps {
2
+ value?: string;
3
+ onChange?: (color: string) => void;
4
+ label?: string;
5
+ className?: string;
6
+ disabled?: boolean;
7
+ }
8
+ export declare function ColorPicker({ value, onChange, label, className, disabled, }: ColorPickerProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function ColorPickerInline({ value, onChange, className, disabled, }: Omit<ColorPickerProps, "label">): import("react/jsx-runtime").JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=color-picker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color-picker.d.ts","sourceRoot":"","sources":["../../../src/components/ui/color-picker.tsx"],"names":[],"mappings":"AAWA,UAAU,gBAAgB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,WAAW,CAAC,EAC1B,KAAiB,EACjB,QAAQ,EACR,KAAK,EACL,SAAS,EACT,QAAgB,GACjB,EAAE,gBAAgB,2CAuIlB;AAGD,wBAAgB,iBAAiB,CAAC,EAChC,KAAiB,EACjB,QAAQ,EACR,SAAS,EACT,QAAgB,GACjB,EAAE,IAAI,CAAC,gBAAgB,EAAE,OAAO,CAAC,2CASjC"}
@@ -0,0 +1,17 @@
1
+ import { Command as CommandPrimitive } from 'cmdk';
2
+ import { Dialog } from './dialog';
3
+ import * as React from "react";
4
+ declare function Command({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>): import("react/jsx-runtime").JSX.Element;
5
+ declare function CommandDialog({ title, description, children, ...props }: React.ComponentProps<typeof Dialog> & {
6
+ title?: string;
7
+ description?: string;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ declare function CommandInput({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>): import("react/jsx-runtime").JSX.Element;
10
+ declare function CommandList({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>): import("react/jsx-runtime").JSX.Element;
11
+ declare function CommandEmpty({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>): import("react/jsx-runtime").JSX.Element;
12
+ declare function CommandGroup({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
13
+ declare function CommandSeparator({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
14
+ declare function CommandItem({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
15
+ declare function CommandShortcut({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
16
+ export { Command, CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator, };
17
+ //# sourceMappingURL=command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/components/ui/command.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,MAAM,CAAC;AAInD,OAAO,EACL,MAAM,EAKP,MAAM,UAAU,CAAC;AAElB,iBAAS,OAAO,CAAC,EACf,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,2CAW/C;AAED,iBAAS,aAAa,CAAC,EACrB,KAAyB,EACzB,WAA8C,EAC9C,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,GAAG;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,2CAcA;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAiBrD;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAWpD;AAED,iBAAS,YAAY,CAAC,EACpB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAQrD;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAWrD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,2CAQzD;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAWpD;AAED,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAW9B;AAED,OAAO,EACL,OAAO,EACP,aAAa,EACb,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,eAAe,EACf,gBAAgB,GACjB,CAAC"}
@@ -0,0 +1,38 @@
1
+ export type UserRole = 'internal' | 'client' | 'freelancer';
2
+ export interface CommentUser {
3
+ id: string;
4
+ name: string;
5
+ avatar?: string;
6
+ role: UserRole;
7
+ }
8
+ export interface CommentReaction {
9
+ emoji: string;
10
+ users: string[];
11
+ }
12
+ export interface CommentAttachment {
13
+ id: string;
14
+ url: string;
15
+ name: string;
16
+ type: 'image' | 'file';
17
+ }
18
+ export interface Comment {
19
+ id: string;
20
+ content: string;
21
+ user: CommentUser;
22
+ createdAt: Date;
23
+ isRevisionRequest?: boolean;
24
+ attachments?: CommentAttachment[];
25
+ reactions?: CommentReaction[];
26
+ }
27
+ interface CommentSystemProps {
28
+ comments: Comment[];
29
+ currentUser: CommentUser;
30
+ users?: CommentUser[];
31
+ onAddComment: (comment: Omit<Comment, "id" | "createdAt">) => void;
32
+ onDeleteComment?: (id: string) => void;
33
+ onReact?: (commentId: string, emoji: string) => void;
34
+ className?: string;
35
+ }
36
+ export declare const CommentSystem: ({ comments, currentUser, users, onAddComment, onDeleteComment, onReact, className }: CommentSystemProps) => import("react/jsx-runtime").JSX.Element;
37
+ export default CommentSystem;
38
+ //# sourceMappingURL=comment-system.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment-system.d.ts","sourceRoot":"","sources":["../../../src/components/ui/comment-system.tsx"],"names":[],"mappings":"AA2CA,MAAM,MAAM,QAAQ,GAAG,UAAU,GAAG,QAAQ,GAAG,YAAY,CAAC;AAE5D,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,QAAQ,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB;AAED,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,OAAO,GAAG,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,WAAW,CAAC;IAClB,SAAS,EAAE,IAAI,CAAC;IAChB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,WAAW,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAClC,SAAS,CAAC,EAAE,eAAe,EAAE,CAAC;CAC/B;AAED,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,WAAW,EAAE,WAAW,CAAC;IACzB,KAAK,CAAC,EAAE,WAAW,EAAE,CAAC;IACtB,YAAY,EAAE,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,GAAG,WAAW,CAAC,KAAK,IAAI,CAAC;IACnE,eAAe,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,OAAO,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACrD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAmiBD,eAAO,MAAM,aAAa,GAAI,qFAQ3B,kBAAkB,4CAsDpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,26 @@
1
+ import * as React from "react";
2
+ import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
3
+ declare function ContextMenu({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function ContextMenuTrigger({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function ContextMenuGroup({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
6
+ declare function ContextMenuPortal({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
7
+ declare function ContextMenuSub({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Sub>): import("react/jsx-runtime").JSX.Element;
8
+ declare function ContextMenuRadioGroup({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): import("react/jsx-runtime").JSX.Element;
9
+ declare function ContextMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
10
+ inset?: boolean;
11
+ }): import("react/jsx-runtime").JSX.Element;
12
+ declare function ContextMenuSubContent({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
13
+ declare function ContextMenuContent({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
14
+ declare function ContextMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Item> & {
15
+ inset?: boolean;
16
+ variant?: "default" | "destructive";
17
+ }): import("react/jsx-runtime").JSX.Element;
18
+ declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): import("react/jsx-runtime").JSX.Element;
19
+ declare function ContextMenuRadioItem({ className, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): import("react/jsx-runtime").JSX.Element;
20
+ declare function ContextMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Label> & {
21
+ inset?: boolean;
22
+ }): import("react/jsx-runtime").JSX.Element;
23
+ declare function ContextMenuSeparator({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
24
+ declare function ContextMenuShortcut({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
25
+ export { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuCheckboxItem, ContextMenuRadioItem, ContextMenuLabel, ContextMenuSeparator, ContextMenuShortcut, ContextMenuGroup, ContextMenuPortal, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuRadioGroup, };
26
+ //# sourceMappingURL=context-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context-menu.d.ts","sourceRoot":"","sources":["../../../src/components/ui/context-menu.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,82 @@
1
+ import { DadosContrato } from '../print-templates/ContractTemplate';
2
+ import * as React from 'react';
3
+ export interface ContractPrintProps {
4
+ /** Dados do contrato */
5
+ data: DadosContrato;
6
+ /** URL ou caminho do logo da empresa */
7
+ logo?: string;
8
+ /** Mostrar barra de ações (imprimir/download) */
9
+ showActions?: boolean;
10
+ /** Mostrar informações resumidas do contrato */
11
+ showSummary?: boolean;
12
+ /** Mostrar seção de serviços */
13
+ showServices?: boolean;
14
+ /** Mostrar informações sobre o template */
15
+ showInfo?: boolean;
16
+ /** Classe CSS adicional */
17
+ className?: string;
18
+ /** Callbacks de impressão */
19
+ onPrintStart?: () => void;
20
+ onPrintSuccess?: () => void;
21
+ onPrintError?: (error: Error) => void;
22
+ /** Callbacks de download */
23
+ onDownloadStart?: () => void;
24
+ onDownloadSuccess?: () => void;
25
+ onDownloadError?: (error: Error) => void;
26
+ }
27
+ /**
28
+ * Componente wrapper completo para exibir e imprimir contratos
29
+ *
30
+ * Inclui:
31
+ * - Preview do contrato
32
+ * - Botões de ação (Imprimir/Download PDF)
33
+ * - Informações resumidas
34
+ * - Todas as funcionalidades prontas
35
+ *
36
+ * @example
37
+ * ```tsx
38
+ * import { ContractPrint, dadosContratoExemplo } from '@iclips/design-system';
39
+ *
40
+ * function MinhaPage() {
41
+ * return (
42
+ * <ContractPrint
43
+ * data={dadosContratoExemplo}
44
+ * logo="/logo.png"
45
+ * showActions
46
+ * showSummary
47
+ * />
48
+ * );
49
+ * }
50
+ * ```
51
+ */
52
+ export declare function ContractPrint({ data, logo, showActions, showSummary, showServices, showInfo, className, onPrintStart, onPrintSuccess, onPrintError, onDownloadStart, onDownloadSuccess, onDownloadError, }: ContractPrintProps): import("react/jsx-runtime").JSX.Element;
53
+ /**
54
+ * Componente simplificado apenas com o preview do contrato
55
+ * Útil quando você quer construir sua própria UI de ações
56
+ *
57
+ * @example
58
+ * ```tsx
59
+ * import { ContractPrintPreview, dadosContratoExemplo } from '@iclips/design-system';
60
+ *
61
+ * function MinhaPage() {
62
+ * const printRef = useRef<HTMLDivElement>(null);
63
+ *
64
+ * return (
65
+ * <div>
66
+ * <MeusPropriosBotoes printRef={printRef} />
67
+ * <ContractPrintPreview
68
+ * ref={printRef}
69
+ * data={dadosContratoExemplo}
70
+ * />
71
+ * </div>
72
+ * );
73
+ * }
74
+ * ```
75
+ */
76
+ export declare const ContractPrintPreview: React.ForwardRefExoticComponent<{
77
+ data: DadosContrato;
78
+ logo?: string;
79
+ showServices?: boolean;
80
+ className?: string;
81
+ } & React.RefAttributes<HTMLDivElement>>;
82
+ //# sourceMappingURL=contract-print.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contract-print.d.ts","sourceRoot":"","sources":["../../../src/components/ui/contract-print.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAoB,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAItF,MAAM,WAAW,kBAAkB;IACjC,wBAAwB;IACxB,IAAI,EAAE,aAAa,CAAC;IACpB,wCAAwC;IACxC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iDAAiD;IACjD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gDAAgD;IAChD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gCAAgC;IAChC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6BAA6B;IAC7B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACtC,4BAA4B;IAC5B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;CAC1C;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,aAAa,CAAC,EAC5B,IAAI,EACJ,IAAI,EACJ,WAAkB,EAClB,WAAkB,EAClB,YAAmB,EACnB,QAAgB,EAChB,SAAS,EACT,YAAY,EACZ,cAAc,EACd,YAAY,EACZ,eAAe,EACf,iBAAiB,EACjB,eAAe,GAChB,EAAE,kBAAkB,2CA8HpB;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,oBAAoB;UAGvB,aAAa;WACZ,MAAM;mBACE,OAAO;gBACV,MAAM;wCAapB,CAAC"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Example component demonstrating the enhanced DataTable with Search + Filters
3
+ */
4
+ export declare function DataTableExample(): import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=data-table-example.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-table-example.d.ts","sourceRoot":"","sources":["../../../src/components/ui/data-table-example.tsx"],"names":[],"mappings":"AA0GA;;GAEG;AACH,wBAAgB,gBAAgB,4CAwO/B"}
@@ -0,0 +1,19 @@
1
+ import { default as React } from 'react';
2
+ import { ColumnDef } from './table-types';
3
+ import { FilterField } from './filter-builder';
4
+ interface DataTableProps<T extends Record<string, any>> {
5
+ data: T[];
6
+ columns: ColumnDef<T>[];
7
+ searchPlaceholder?: string;
8
+ searchableColumns?: (keyof T)[];
9
+ enableSearch?: boolean;
10
+ filterFields?: FilterField[];
11
+ enableFilters?: boolean;
12
+ pageSizeOptions?: number[];
13
+ initialPageSize?: number;
14
+ toolbarActions?: React.ReactNode;
15
+ className?: string;
16
+ }
17
+ export declare function DataTable<T extends Record<string, any>>({ data, columns, searchPlaceholder, searchableColumns, enableSearch, filterFields, enableFilters, pageSizeOptions, initialPageSize, toolbarActions, className, }: DataTableProps<T>): import("react/jsx-runtime").JSX.Element;
18
+ export {};
19
+ //# sourceMappingURL=data-table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-table.d.ts","sourceRoot":"","sources":["../../../src/components/ui/data-table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAcxC,OAAO,EAAE,SAAS,EAAkB,MAAM,eAAe,CAAC;AAI1D,OAAO,EAAkC,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/E,UAAU,cAAc,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IAClD,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,OAAO,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IAGxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC;IAChC,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAC;IAGxB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEjC,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,SAAS,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,EACrD,IAAI,EACJ,OAAO,EACP,iBAA+B,EAC/B,iBAAiB,EACjB,YAAmB,EACnB,YAAiB,EACjB,aAAqB,EACrB,eAAiC,EACjC,eAAoB,EACpB,cAAc,EACd,SAAS,GACZ,EAAE,cAAc,CAAC,CAAC,CAAC,2CAiPnB"}
@@ -0,0 +1,110 @@
1
+ import { Locale } from 'date-fns';
2
+ export interface DatePickerProps {
3
+ /**
4
+ * Data selecionada
5
+ */
6
+ value?: Date;
7
+ /**
8
+ * Callback quando a data muda
9
+ */
10
+ onChange?: (date: Date | undefined) => void;
11
+ /**
12
+ * Placeholder do campo
13
+ * @default "Selecione uma data"
14
+ */
15
+ placeholder?: string;
16
+ /**
17
+ * Desabilita o componente
18
+ */
19
+ disabled?: boolean;
20
+ /**
21
+ * Data mínima permitida
22
+ */
23
+ minDate?: Date;
24
+ /**
25
+ * Data máxima permitida
26
+ */
27
+ maxDate?: Date;
28
+ /**
29
+ * Formato de exibição da data
30
+ * @default "dd/MM/yyyy" ou "dd/MM/yyyy HH:mm" se showTime
31
+ */
32
+ dateFormat?: string;
33
+ /**
34
+ * Locale para formatação
35
+ * @default ptBR
36
+ */
37
+ locale?: Locale;
38
+ /**
39
+ * Classes CSS adicionais para o trigger
40
+ */
41
+ className?: string;
42
+ /**
43
+ * Estado de erro
44
+ */
45
+ error?: boolean;
46
+ /**
47
+ * Mostra seletor de hora
48
+ * @default false
49
+ */
50
+ showTime?: boolean;
51
+ /**
52
+ * Formato de hora (12h ou 24h)
53
+ * @default "24h"
54
+ */
55
+ timeFormat?: "12h" | "24h";
56
+ /**
57
+ * Incremento de minutos
58
+ * @default 5
59
+ */
60
+ minuteStep?: 1 | 5 | 10 | 15 | 30;
61
+ /**
62
+ * Horário padrão quando showTime=true e uma data é selecionada
63
+ * @default "09:00"
64
+ */
65
+ defaultTime?: string;
66
+ /**
67
+ * ID do campo para acessibilidade
68
+ */
69
+ id?: string;
70
+ /**
71
+ * Nome do campo para formulários
72
+ */
73
+ name?: string;
74
+ }
75
+ /**
76
+ * DatePicker - Campo de seleção de data com hora opcional
77
+ *
78
+ * @example
79
+ * // Apenas data
80
+ * <DatePicker
81
+ * value={date}
82
+ * onChange={setDate}
83
+ * placeholder="Data de nascimento"
84
+ * />
85
+ *
86
+ * @example
87
+ * // Data e hora
88
+ * <DatePicker
89
+ * value={appointmentDate}
90
+ * onChange={setAppointmentDate}
91
+ * placeholder="Data e hora da reunião"
92
+ * showTime
93
+ * minuteStep={15}
94
+ * />
95
+ *
96
+ * @example
97
+ * // Com limites
98
+ * <DatePicker
99
+ * value={date}
100
+ * onChange={setDate}
101
+ * minDate={new Date()}
102
+ * maxDate={addMonths(new Date(), 3)}
103
+ * />
104
+ */
105
+ declare function DatePicker({ value, onChange, placeholder, disabled, minDate, maxDate, dateFormat, locale, className, error, showTime, timeFormat, minuteStep, defaultTime, id, name, }: DatePickerProps): import("react/jsx-runtime").JSX.Element;
106
+ declare namespace DatePicker {
107
+ var displayName: string;
108
+ }
109
+ export { DatePicker };
110
+ //# sourceMappingURL=date-picker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["../../../src/components/ui/date-picker.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAU,KAAK,MAAM,EAAE,MAAM,UAAU,CAAC;AAU/C,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC;IACb;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAC;IAC5C;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;IAC3B;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;IAClC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,iBAAS,UAAU,CAAC,EAClB,KAAK,EACL,QAAQ,EACR,WAAkC,EAClC,QAAgB,EAChB,OAAO,EACP,OAAO,EACP,UAAU,EACV,MAAa,EACb,SAAS,EACT,KAAa,EACb,QAAgB,EAChB,UAAkB,EAClB,UAAc,EACd,WAAqB,EACrB,EAAE,EACF,IAAI,GACL,EAAE,eAAe,2CAwHjB;kBAzIQ,UAAU;;;AA6InB,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -0,0 +1,126 @@
1
+ import { Locale } from 'date-fns';
2
+ import { DateRange } from 'react-day-picker';
3
+ export interface DateRangePreset {
4
+ label: string;
5
+ value: DateRange;
6
+ }
7
+ export interface DateRangePickerProps {
8
+ /**
9
+ * Intervalo de datas selecionado
10
+ */
11
+ value?: DateRange;
12
+ /**
13
+ * Callback quando o intervalo muda
14
+ */
15
+ onChange?: (range: DateRange | undefined) => void;
16
+ /**
17
+ * Placeholder do campo
18
+ * @default "Selecione um período"
19
+ */
20
+ placeholder?: string;
21
+ /**
22
+ * Desabilita o componente
23
+ */
24
+ disabled?: boolean;
25
+ /**
26
+ * Data mínima permitida
27
+ */
28
+ minDate?: Date;
29
+ /**
30
+ * Data máxima permitida
31
+ */
32
+ maxDate?: Date;
33
+ /**
34
+ * Formato de exibição da data
35
+ * @default "dd/MM/yyyy"
36
+ */
37
+ dateFormat?: string;
38
+ /**
39
+ * Locale para formatação
40
+ * @default ptBR
41
+ */
42
+ locale?: Locale;
43
+ /**
44
+ * Classes CSS adicionais para o trigger
45
+ */
46
+ className?: string;
47
+ /**
48
+ * Estado de erro
49
+ */
50
+ error?: boolean;
51
+ /**
52
+ * Número de meses a exibir
53
+ * @default 2
54
+ */
55
+ numberOfMonths?: 1 | 2;
56
+ /**
57
+ * Mostra seletor de hora
58
+ * @default false
59
+ */
60
+ showTime?: boolean;
61
+ /**
62
+ * Formato de hora (12h ou 24h)
63
+ * @default "24h"
64
+ */
65
+ timeFormat?: "12h" | "24h";
66
+ /**
67
+ * Incremento de minutos
68
+ * @default 15
69
+ */
70
+ minuteStep?: 1 | 5 | 10 | 15 | 30;
71
+ /**
72
+ * Presets de intervalos rápidos
73
+ */
74
+ presets?: DateRangePreset[];
75
+ /**
76
+ * Mostra presets padrão (Hoje, Últimos 7 dias, etc.)
77
+ * @default true
78
+ */
79
+ showDefaultPresets?: boolean;
80
+ /**
81
+ * ID do campo para acessibilidade
82
+ */
83
+ id?: string;
84
+ /**
85
+ * Nome do campo para formulários
86
+ */
87
+ name?: string;
88
+ }
89
+ /**
90
+ * DateRangePicker - Campo de seleção de intervalo de datas com hora opcional
91
+ *
92
+ * @example
93
+ * // Básico
94
+ * <DateRangePicker
95
+ * value={dateRange}
96
+ * onChange={setDateRange}
97
+ * placeholder="Período do relatório"
98
+ * />
99
+ *
100
+ * @example
101
+ * // Com hora
102
+ * <DateRangePicker
103
+ * value={booking}
104
+ * onChange={setBooking}
105
+ * placeholder="Reserva da sala"
106
+ * showTime
107
+ * minuteStep={30}
108
+ * />
109
+ *
110
+ * @example
111
+ * // Com presets customizados
112
+ * <DateRangePicker
113
+ * value={period}
114
+ * onChange={setPeriod}
115
+ * presets={[
116
+ * { label: "Q1", value: { from: q1Start, to: q1End } },
117
+ * { label: "Q2", value: { from: q2Start, to: q2End } },
118
+ * ]}
119
+ * />
120
+ */
121
+ declare function DateRangePicker({ value, onChange, placeholder, disabled, minDate, maxDate, dateFormat, locale, className, error, numberOfMonths, showTime, timeFormat, minuteStep, presets, showDefaultPresets, id, name, }: DateRangePickerProps): import("react/jsx-runtime").JSX.Element;
122
+ declare namespace DateRangePicker {
123
+ var displayName: string;
124
+ }
125
+ export { DateRangePicker };
126
+ //# sourceMappingURL=date-range-picker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date-range-picker.d.ts","sourceRoot":"","sources":["../../../src/components/ui/date-range-picker.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAwD,KAAK,MAAM,EAAE,MAAM,UAAU,CAAC;AAG7F,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAQ7C,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,SAAS,CAAC;CAClB;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,SAAS,KAAK,IAAI,CAAC;IAClD;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,cAAc,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;IAC3B;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;IAClC;;OAEG;IACH,OAAO,CAAC,EAAE,eAAe,EAAE,CAAC;IAC5B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAkCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,iBAAS,eAAe,CAAC,EACvB,KAAK,EACL,QAAQ,EACR,WAAoC,EACpC,QAAgB,EAChB,OAAO,EACP,OAAO,EACP,UAAyB,EACzB,MAAa,EACb,SAAS,EACT,KAAa,EACb,cAAkB,EAClB,QAAgB,EAChB,UAAkB,EAClB,UAAe,EACf,OAAO,EACP,kBAAyB,EACzB,EAAE,EACF,IAAI,GACL,EAAE,oBAAoB,2CAqNtB;kBAxOQ,eAAe;;;AA4OxB,OAAO,EAAE,eAAe,EAAE,CAAC"}
@@ -0,0 +1,14 @@
1
+ import * as React from "react";
2
+ import * as DialogPrimitive from "@radix-ui/react-dialog";
3
+ declare function Dialog({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function DialogTrigger({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function DialogPortal({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
6
+ declare function DialogClose({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
7
+ declare const DialogOverlay: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
+ declare function DialogContent({ className, children, ...props }: React.ComponentProps<typeof DialogPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
9
+ declare function DialogHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
10
+ declare function DialogFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
11
+ declare function DialogTitle({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
12
+ declare function DialogDescription({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
13
+ export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, };
14
+ //# sourceMappingURL=dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/components/ui/dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAK1D,iBAAS,MAAM,CAAC,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAEnD;AAED,iBAAS,aAAa,CAAC,EACrB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAEtD;AAED,iBAAS,YAAY,CAAC,EACpB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,MAAM,CAAC,2CAErD;AAED,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpD;AAED,QAAA,MAAM,aAAa,8JAejB,CAAC;AAGH,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAoBtD;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWzE;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQpD;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,2CAQ1D;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,GACd,CAAC"}
@@ -0,0 +1,12 @@
1
+ export type EditorVariant = 'simple' | 'full';
2
+ export interface DocumentEditorProps {
3
+ content?: string;
4
+ onChange?: (content: string) => void;
5
+ placeholder?: string;
6
+ variant?: EditorVariant;
7
+ className?: string;
8
+ readOnly?: boolean;
9
+ label?: string;
10
+ }
11
+ export declare function DocumentEditor({ content, onChange, placeholder, variant, className, readOnly, label }: DocumentEditorProps): import("react/jsx-runtime").JSX.Element | null;
12
+ //# sourceMappingURL=document-editor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-editor.d.ts","sourceRoot":"","sources":["../../../src/components/ui/document-editor.tsx"],"names":[],"mappings":"AAkCA,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE9C,MAAM,WAAW,mBAAmB;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAqJD,wBAAgB,cAAc,CAAC,EAC7B,OAAY,EACZ,QAAQ,EACR,WAAoC,EACpC,OAAkB,EAClB,SAAS,EACT,QAAgB,EAChB,KAAK,EACN,EAAE,mBAAmB,kDAiFrB"}
@@ -0,0 +1,14 @@
1
+ import { Drawer as DrawerPrimitive } from 'vaul';
2
+ import * as React from "react";
3
+ declare function Drawer({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare const DrawerTrigger: React.ForwardRefExoticComponent<Omit<import('@radix-ui/react-dialog').DialogTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
5
+ declare function DrawerPortal({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
6
+ declare const DrawerClose: React.ForwardRefExoticComponent<Omit<import('@radix-ui/react-dialog').DialogCloseProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
7
+ declare const DrawerOverlay: React.ForwardRefExoticComponent<Omit<Omit<import('@radix-ui/react-dialog').DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
+ declare const DrawerContent: React.ForwardRefExoticComponent<Omit<Omit<import('@radix-ui/react-dialog').DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
9
+ declare function DrawerHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
10
+ declare function DrawerFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
11
+ declare const DrawerTitle: React.ForwardRefExoticComponent<Omit<import('@radix-ui/react-dialog').DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
12
+ declare const DrawerDescription: React.ForwardRefExoticComponent<Omit<import('@radix-ui/react-dialog').DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
13
+ export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, };
14
+ //# sourceMappingURL=drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../src/components/ui/drawer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,MAAM,CAAC;AAIjD,iBAAS,MAAM,CAAC,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAEnD;AAED,QAAA,MAAM,aAAa,qLAKjB,CAAC;AAGH,iBAAS,YAAY,CAAC,EACpB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,MAAM,CAAC,2CAErD;AAED,QAAA,MAAM,WAAW,mLAKf,CAAC;AAGH,QAAA,MAAM,aAAa,kOAejB,CAAC;AAGH,QAAA,MAAM,aAAa,kOAyBjB,CAAC;AAGH,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQzE;AAED,QAAA,MAAM,WAAW,qLAYf,CAAC;AAGH,QAAA,MAAM,iBAAiB,+LAYrB,CAAC;AAGH,OAAO,EACL,MAAM,EACN,YAAY,EACZ,aAAa,EACb,aAAa,EACb,WAAW,EACX,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,iBAAiB,GAClB,CAAC"}