@iclips/ui 1.0.11 → 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 @@
1
+ {"version":3,"file":"task-edit-dialog.d.ts","sourceRoot":"","sources":["../../../src/components/ui/task-edit-dialog.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAmB,MAAM,eAAe,CAAC;AA+B3D,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,SAAS,GAAG,IAAI,CAAC;IACvB,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;IAClC,cAAc,CAAC,EAAE,SAAS,EAAE,CAAC;IAC7B,kBAAkB,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAC5D;AA6CD,wBAAgB,cAAc,CAAC,EAC7B,IAAI,EACJ,IAAI,EACJ,YAAY,EACZ,MAAM,EACN,cAAmB,EACnB,kBAAuB,GACxB,EAAE,mBAAmB,kDA0TrB"}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare function Textarea({ className, ...props }: React.ComponentProps<"textarea">): import("react/jsx-runtime").JSX.Element;
3
+ export { Textarea };
4
+ //# sourceMappingURL=textarea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../../../src/components/ui/textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,2CAW1E;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,84 @@
1
+ export interface TimePickerProps {
2
+ /**
3
+ * Valor atual no formato "HH:mm"
4
+ */
5
+ value?: string;
6
+ /**
7
+ * Callback quando o horário muda
8
+ */
9
+ onChange?: (time: string) => void;
10
+ /**
11
+ * Formato de exibição (12h com AM/PM ou 24h)
12
+ * @default "24h"
13
+ */
14
+ format?: "12h" | "24h";
15
+ /**
16
+ * Incremento de minutos no seletor
17
+ * @default 5
18
+ */
19
+ minuteStep?: 1 | 5 | 10 | 15 | 30;
20
+ /**
21
+ * Horário mínimo permitido (formato "HH:mm")
22
+ */
23
+ minTime?: string;
24
+ /**
25
+ * Horário máximo permitido (formato "HH:mm")
26
+ */
27
+ maxTime?: string;
28
+ /**
29
+ * Desabilita o componente
30
+ */
31
+ disabled?: boolean;
32
+ /**
33
+ * Placeholder
34
+ * @default "HH:MM"
35
+ */
36
+ placeholder?: string;
37
+ /**
38
+ * Classes CSS adicionais
39
+ */
40
+ className?: string;
41
+ /**
42
+ * Mostra o ícone de relógio
43
+ * @default true
44
+ */
45
+ showIcon?: boolean;
46
+ /**
47
+ * Variante de exibição
48
+ * @default "input"
49
+ */
50
+ variant?: "input" | "select" | "inline";
51
+ }
52
+ /**
53
+ * TimePicker - Componente para seleção de horário
54
+ *
55
+ * @example
56
+ * // Input simples
57
+ * <TimePicker
58
+ * value={time}
59
+ * onChange={setTime}
60
+ * placeholder="Horário"
61
+ * />
62
+ *
63
+ * @example
64
+ * // Com step de 15 minutos
65
+ * <TimePicker
66
+ * value={time}
67
+ * onChange={setTime}
68
+ * minuteStep={15}
69
+ * />
70
+ *
71
+ * @example
72
+ * // Formato 12h
73
+ * <TimePicker
74
+ * value={time}
75
+ * onChange={setTime}
76
+ * format="12h"
77
+ * />
78
+ */
79
+ declare function TimePicker({ value, onChange, format, minuteStep, minTime, maxTime, disabled, placeholder, className, showIcon, variant, }: TimePickerProps): import("react/jsx-runtime").JSX.Element | null;
80
+ declare namespace TimePicker {
81
+ var displayName: string;
82
+ }
83
+ export { TimePicker };
84
+ //# sourceMappingURL=time-picker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"time-picker.d.ts","sourceRoot":"","sources":["../../../src/components/ui/time-picker.tsx"],"names":[],"mappings":"AAgBA,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;IACvB;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;IAClC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;CACzC;AA6DD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,iBAAS,UAAU,CAAC,EAClB,KAAK,EACL,QAAQ,EACR,MAAc,EACd,UAAc,EACd,OAAO,EACP,OAAO,EACP,QAAgB,EAChB,WAAqB,EACrB,SAAS,EACT,QAAe,EACf,OAAiB,GAClB,EAAE,eAAe,kDA0OjB;kBAtPQ,UAAU;;;AA0PnB,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -0,0 +1,27 @@
1
+ import * as React from "react";
2
+ export type TimelineActionType = 'create' | 'update' | 'status_change' | 'comment' | 'upload' | 'assignment';
3
+ export interface TimelineUser {
4
+ id: string;
5
+ name: string;
6
+ avatar?: string;
7
+ }
8
+ export interface TimelineEvent {
9
+ id: string;
10
+ user: TimelineUser;
11
+ action: TimelineActionType;
12
+ title: string;
13
+ timestamp: Date;
14
+ metadata?: {
15
+ before?: string | null;
16
+ after?: string | null;
17
+ details?: React.ReactNode;
18
+ fileName?: string;
19
+ };
20
+ }
21
+ interface TimelineProps {
22
+ events: TimelineEvent[];
23
+ className?: string;
24
+ }
25
+ export declare const Timeline: ({ events, className }: TimelineProps) => import("react/jsx-runtime").JSX.Element;
26
+ export default Timeline;
27
+ //# sourceMappingURL=timeline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeline.d.ts","sourceRoot":"","sources":["../../../src/components/ui/timeline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAwB/B,MAAM,MAAM,kBAAkB,GAC1B,QAAQ,GACR,QAAQ,GACR,eAAe,GACf,SAAS,GACT,QAAQ,GACR,YAAY,CAAC;AAEjB,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,YAAY,CAAC;IACnB,MAAM,EAAE,kBAAkB,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,IAAI,CAAC;IAChB,QAAQ,CAAC,EAAE;QACT,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACtB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;CACH;AAED,UAAU,aAAa;IACrB,MAAM,EAAE,aAAa,EAAE,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA6ID,eAAO,MAAM,QAAQ,GAAI,uBAAuB,aAAa,4CAY5D,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { toggleVariants } from './toggle';
3
+ import * as React from "react";
4
+ import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
5
+ declare function ToggleGroup({ className, variant, size, children, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): import("react/jsx-runtime").JSX.Element;
6
+ declare function ToggleGroupItem({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): import("react/jsx-runtime").JSX.Element;
7
+ export { ToggleGroup, ToggleGroupItem };
8
+ //# sourceMappingURL=toggle-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggle-group.d.ts","sourceRoot":"","sources":["../../../src/components/ui/toggle-group.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAG7D,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAS1C,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,OAAO,EACP,IAAI,EACJ,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,GACvD,YAAY,CAAC,OAAO,cAAc,CAAC,2CAiBpC;AAED,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,GACvD,YAAY,CAAC,OAAO,cAAc,CAAC,2CAqBpC;AAED,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from "react";
3
+ import * as TogglePrimitive from "@radix-ui/react-toggle";
4
+ declare const toggleVariants: (props?: ({
5
+ variant?: "default" | "outline" | null | undefined;
6
+ size?: "default" | "sm" | "lg" | null | undefined;
7
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
8
+ declare function Toggle({ className, variant, size, ...props }: React.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): import("react/jsx-runtime").JSX.Element;
9
+ export { Toggle, toggleVariants };
10
+ //# sourceMappingURL=toggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggle.d.ts","sourceRoot":"","sources":["../../../src/components/ui/toggle.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,cAAc;;;mFAoBnB,CAAC;AAEF,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAO,EACP,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,GAClD,YAAY,CAAC,OAAO,cAAc,CAAC,2CAQpC;AAED,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import * as TooltipPrimitive from "@radix-ui/react-tooltip";
3
+ declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>): import("react/jsx-runtime").JSX.Element;
4
+ declare function Tooltip({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
5
+ declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
6
+ declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
7
+ export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
8
+ //# sourceMappingURL=tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/ui/tooltip.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAI5D,iBAAS,eAAe,CAAC,EACvB,aAAiB,EACjB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,QAAQ,CAAC,2CAQxD;AAED,iBAAS,OAAO,CAAC,EACf,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAMpD;AAED,iBAAS,cAAc,CAAC,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAEvD;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,UAAc,EACd,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAiBvD;AAED,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,CAAC"}
@@ -0,0 +1,29 @@
1
+ import * as React from "react";
2
+ interface UnderlineTabsProps {
3
+ defaultValue?: string;
4
+ value?: string;
5
+ onValueChange?: (value: string) => void;
6
+ children: React.ReactNode;
7
+ className?: string;
8
+ }
9
+ export declare function UnderlineTabs({ defaultValue, value: controlledValue, onValueChange, children, className, }: UnderlineTabsProps): import("react/jsx-runtime").JSX.Element;
10
+ interface UnderlineTabsListProps {
11
+ children: React.ReactNode;
12
+ className?: string;
13
+ }
14
+ export declare function UnderlineTabsList({ children, className }: UnderlineTabsListProps): import("react/jsx-runtime").JSX.Element;
15
+ interface UnderlineTabsTriggerProps {
16
+ value: string;
17
+ children: React.ReactNode;
18
+ className?: string;
19
+ disabled?: boolean;
20
+ }
21
+ export declare function UnderlineTabsTrigger({ value: triggerValue, children, className, disabled, }: UnderlineTabsTriggerProps): import("react/jsx-runtime").JSX.Element;
22
+ interface UnderlineTabsContentProps {
23
+ value: string;
24
+ children: React.ReactNode;
25
+ className?: string;
26
+ }
27
+ export declare function UnderlineTabsContent({ value: contentValue, children, className, }: UnderlineTabsContentProps): import("react/jsx-runtime").JSX.Element | null;
28
+ export {};
29
+ //# sourceMappingURL=underline-tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"underline-tabs.d.ts","sourceRoot":"","sources":["../../../src/components/ui/underline-tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAkB/B,UAAU,kBAAkB;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,aAAa,CAAC,EAC5B,YAAY,EACZ,KAAK,EAAE,eAAe,EACtB,aAAa,EACb,QAAQ,EACR,SAAS,GACV,EAAE,kBAAkB,2CAmBpB;AAED,UAAU,sBAAsB;IAC9B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,sBAAsB,2CAMhF;AAED,UAAU,yBAAyB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,oBAAoB,CAAC,EACnC,KAAK,EAAE,YAAY,EACnB,QAAQ,EACR,SAAS,EACT,QAAgB,GACjB,EAAE,yBAAyB,2CAyB3B;AAED,UAAU,yBAAyB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,oBAAoB,CAAC,EACnC,KAAK,EAAE,YAAY,EACnB,QAAQ,EACR,SAAS,GACV,EAAE,yBAAyB,kDAgB3B"}
@@ -0,0 +1,2 @@
1
+ export declare function useIsMobile(): boolean;
2
+ //# sourceMappingURL=use-mobile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-mobile.d.ts","sourceRoot":"","sources":["../../../src/components/ui/use-mobile.ts"],"names":[],"mappings":"AAIA,wBAAgB,WAAW,YAgB1B"}
@@ -0,0 +1,37 @@
1
+ import { RefObject } from 'react';
2
+ /**
3
+ * Opções para o hook de impressão de contratos
4
+ */
5
+ export interface UsePrintContractOptions {
6
+ /** Callback chamado antes de iniciar a impressão */
7
+ onPrintStart?: () => void;
8
+ /** Callback chamado após impressão bem-sucedida */
9
+ onPrintSuccess?: () => void;
10
+ /** Callback chamado em caso de erro */
11
+ onPrintError?: (error: Error) => void;
12
+ /** Callback chamado antes de iniciar download do PDF */
13
+ onDownloadStart?: () => void;
14
+ /** Callback chamado após download bem-sucedido */
15
+ onDownloadSuccess?: () => void;
16
+ /** Callback chamado em caso de erro no download */
17
+ onDownloadError?: (error: Error) => void;
18
+ }
19
+ /**
20
+ * Hook para gerenciar impressão e download de contratos
21
+ *
22
+ * @example
23
+ * ```tsx
24
+ * const printRef = useRef<HTMLDivElement>(null);
25
+ * const { printContract, downloadPDF } = usePrintContract(printRef, 'FEE-2024-001', {
26
+ * onPrintSuccess: () => toast.success('Impresso!'),
27
+ * onDownloadSuccess: () => toast.success('PDF gerado!'),
28
+ * });
29
+ * ```
30
+ */
31
+ export declare function usePrintContract(contentRef: RefObject<HTMLElement | null>, contractNumber?: string, options?: UsePrintContractOptions): {
32
+ /** Imprime o contrato em nova janela */
33
+ printContract: () => void;
34
+ /** Gera e baixa PDF do contrato (implementação simulada) */
35
+ downloadPDF: () => void;
36
+ };
37
+ //# sourceMappingURL=use-print-contract.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-print-contract.d.ts","sourceRoot":"","sources":["../../../src/components/ui/use-print-contract.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC,oDAAoD;IACpD,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,mDAAmD;IACnD,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,uCAAuC;IACvC,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACtC,wDAAwD;IACxD,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,kDAAkD;IAClD,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,mDAAmD;IACnD,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;CAC1C;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,gBAAgB,CAC9B,UAAU,EAAE,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,EACzC,cAAc,CAAC,EAAE,MAAM,EACvB,OAAO,GAAE,uBAA4B;IAwJnC,wCAAwC;;IAExC,4DAA4D;;EAG/D"}
@@ -0,0 +1,3 @@
1
+ import { ClassValue } from 'clsx';
2
+ export declare function cn(...inputs: ClassValue[]): string;
3
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/ui/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAG7C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
package/dist/index.d.ts CHANGED
@@ -1 +1,91 @@
1
- export {}
1
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './components/ui/accordion';
2
+ export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger } from './components/ui/alert-dialog';
3
+ export { Alert, AlertDescription, AlertTitle } from './components/ui/alert';
4
+ export { AppLayout } from './components/ui/app-layout';
5
+ export { AspectRatio } from './components/ui/aspect-ratio';
6
+ export { Avatar, AvatarFallback, AvatarImage } from './components/ui/avatar';
7
+ export { Badge, badgeVariants } from './components/ui/badge';
8
+ export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from './components/ui/breadcrumb';
9
+ export { Button, buttonVariants } from './components/ui/button';
10
+ export { Calendar } from './components/ui/calendar';
11
+ export type { CalendarProps } from './components/ui/calendar';
12
+ export { ContractPrint, ContractPrintPreview } from './components/ui/contract-print';
13
+ export type { ContractPrintProps } from './components/ui/contract-print';
14
+ export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CardAction } from './components/ui/card';
15
+ export { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from './components/ui/carousel';
16
+ export { ChartContainer, ChartTooltip, ChartTooltipContent, ChartLegend, ChartLegendContent } from './components/ui/chart';
17
+ export { Checkbox } from './components/ui/checkbox';
18
+ export { ColorPicker } from './components/ui/color-picker';
19
+ export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './components/ui/collapsible';
20
+ export { DatePicker } from './components/ui/date-picker';
21
+ export type { DatePickerProps } from './components/ui/date-picker';
22
+ export { DateRangePicker } from './components/ui/date-range-picker';
23
+ export type { DateRangePickerProps, DateRangePreset } from './components/ui/date-range-picker';
24
+ export { TimePicker } from './components/ui/time-picker';
25
+ export type { TimePickerProps } from './components/ui/time-picker';
26
+ export { KanbanCard } from './components/ui/kanban-card';
27
+ export type { KanbanCardProps, KanbanCardTag, KanbanCardAssignee } from './components/ui/kanban-card';
28
+ export { Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut } from './components/ui/command';
29
+ export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger } from './components/ui/context-menu';
30
+ export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from './components/ui/dialog';
31
+ export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger } from './components/ui/drawer';
32
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './components/ui/dropdown-menu';
33
+ export { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, useFormField } from './components/ui/form';
34
+ export { HoverCard, HoverCardContent, HoverCardTrigger } from './components/ui/hover-card';
35
+ export { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot } from './components/ui/input-otp';
36
+ export { Input } from './components/ui/input';
37
+ export { Label } from './components/ui/label';
38
+ export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger } from './components/ui/menubar';
39
+ export { NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, navigationMenuTriggerStyle } from './components/ui/navigation-menu';
40
+ export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './components/ui/pagination';
41
+ export { Popover, PopoverContent, PopoverTrigger } from './components/ui/popover';
42
+ export { Progress } from './components/ui/progress';
43
+ export { RadioGroup, RadioGroupItem } from './components/ui/radio-group';
44
+ export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './components/ui/resizable';
45
+ export { ScrollArea, ScrollBar } from './components/ui/scroll-area';
46
+ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator, SelectTrigger, SelectValue } from './components/ui/select';
47
+ export { Separator } from './components/ui/separator';
48
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './components/ui/sheet';
49
+ export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './components/ui/sidebar';
50
+ export { Skeleton } from './components/ui/skeleton';
51
+ export { Slider } from './components/ui/slider';
52
+ export { Toaster as Sonner } from './components/ui/sonner';
53
+ export { toast } from 'sonner';
54
+ export { Switch } from './components/ui/switch';
55
+ export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './components/ui/table';
56
+ export type { TableProps, TableHeaderProps, TableBodyProps, TableFooterProps, TableRowProps, TableHeadProps, TableCellProps, TableCaptionProps } from './components/ui/table';
57
+ export { TablePagination, getPageNumbers } from './components/ui/table-pagination';
58
+ export type { TablePaginationProps, TablePaginationLabels } from './components/ui/table-pagination';
59
+ export { calculatePaginationMetadata } from './components/ui/table-types';
60
+ export type { SortDirection, SortConfig, ColumnDef, PaginationConfig, PaginationMetadata, SelectionState, TableState, FilterOperator, FilterConfig, DragDropConfig, RowExpansionConfig, SortFunction, FilterFunction } from './components/ui/table-types';
61
+ export { DataTable } from './components/ui/data-table';
62
+ export { DataTableExample } from './components/ui/data-table-example';
63
+ export { FilterBar } from './components/ui/filter-bar';
64
+ export type { ActiveFilter, FilterBarProps } from './components/ui/filter-bar';
65
+ export { FilterChip } from './components/ui/filter-chip';
66
+ export type { FilterChipProps } from './components/ui/filter-chip';
67
+ export { FilterBuilder } from './components/ui/filter-builder';
68
+ export type { FilterCondition, FilterField, FilterBuilderProps } from './components/ui/filter-builder';
69
+ export { SavedFilters } from './components/ui/saved-filters';
70
+ export type { SavedFilter, SavedFiltersProps } from './components/ui/saved-filters';
71
+ export { Tabs, TabsContent, TabsList, TabsTrigger } from './components/ui/tabs';
72
+ export { UnderlineTabs, UnderlineTabsContent, UnderlineTabsList, UnderlineTabsTrigger } from './components/ui/underline-tabs';
73
+ export { Textarea } from './components/ui/textarea';
74
+ export { ToggleGroup, ToggleGroupItem } from './components/ui/toggle-group';
75
+ export { Toggle, toggleVariants } from './components/ui/toggle';
76
+ export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './components/ui/tooltip';
77
+ export { EmptyInboxIllustration, EmptySearchIllustration, EmptyProjectsIllustration, EmptyCalendarIllustration, ErrorStateIllustration, SuccessStateIllustration, Illustrations } from './components/ui/illustrations';
78
+ export type { IllustrationProps } from './components/ui/illustrations';
79
+ export { cn } from './components/ui/utils';
80
+ export { useIsMobile } from './components/ui/use-mobile';
81
+ export { usePrintContract } from './components/ui/use-print-contract';
82
+ export type { UsePrintContractOptions } from './components/ui/use-print-contract';
83
+ export { ImageWithFallback } from './components/figma/ImageWithFallback';
84
+ export { ContractTemplate, dadosContratoExemplo } from './components/print-templates/index';
85
+ export type { DadosContrato } from './components/print-templates/index';
86
+ export { ProposalTemplate } from './components/print-templates/index';
87
+ export type { ProposalData } from './components/print-templates/index';
88
+ export { PrintHeader, PrintFooter, PrintSection, PrintTable, PrintSignature, PrintInfoGrid } from './components/print-templates/index';
89
+ export type { AppLayoutProps, PrimaryNavItem, SecondaryNavItem } from './components/ui/app-layout';
90
+ export type { ChartConfig } from './components/ui/chart';
91
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iclips/ui",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Sistema de design completo com paleta personalizada (#7F26BF) e 47 componentes shadcn/ui",
5
5
  "author": "iclipsbr",
6
6
  "license": "MIT",