squarex-ui-component-lib 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (776) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +282 -0
  3. package/dist/charts/components/charts/BarChart/BarChart.d.ts +5 -0
  4. package/dist/charts/components/charts/BarChart/BarChart.d.ts.map +1 -0
  5. package/dist/charts/components/charts/BarChart/BarChart.types.d.ts +18 -0
  6. package/dist/charts/components/charts/BarChart/BarChart.types.d.ts.map +1 -0
  7. package/dist/charts/components/charts/BarChart/index.d.ts +3 -0
  8. package/dist/charts/components/charts/BarChart/index.d.ts.map +1 -0
  9. package/dist/charts/components/charts/GaugeChart/GaugeChart.config.d.ts +13 -0
  10. package/dist/charts/components/charts/GaugeChart/GaugeChart.config.d.ts.map +1 -0
  11. package/dist/charts/components/charts/GaugeChart/GaugeChart.d.ts +5 -0
  12. package/dist/charts/components/charts/GaugeChart/GaugeChart.d.ts.map +1 -0
  13. package/dist/charts/components/charts/GaugeChart/GaugeChart.hooks.d.ts +28 -0
  14. package/dist/charts/components/charts/GaugeChart/GaugeChart.hooks.d.ts.map +1 -0
  15. package/dist/charts/components/charts/GaugeChart/GaugeChart.types.d.ts +10 -0
  16. package/dist/charts/components/charts/GaugeChart/GaugeChart.types.d.ts.map +1 -0
  17. package/dist/charts/components/charts/GaugeChart/index.d.ts +3 -0
  18. package/dist/charts/components/charts/GaugeChart/index.d.ts.map +1 -0
  19. package/dist/charts/components/charts/PieChart/PieChart.d.ts +5 -0
  20. package/dist/charts/components/charts/PieChart/PieChart.d.ts.map +1 -0
  21. package/dist/charts/components/charts/PieChart/PieChart.types.d.ts +25 -0
  22. package/dist/charts/components/charts/PieChart/PieChart.types.d.ts.map +1 -0
  23. package/dist/charts/components/charts/PieChart/index.d.ts +3 -0
  24. package/dist/charts/components/charts/PieChart/index.d.ts.map +1 -0
  25. package/dist/charts/components/charts/Sankey/Sankey.d.ts +5 -0
  26. package/dist/charts/components/charts/Sankey/Sankey.d.ts.map +1 -0
  27. package/dist/charts/components/charts/Sankey/Sankey.types.d.ts +50 -0
  28. package/dist/charts/components/charts/Sankey/Sankey.types.d.ts.map +1 -0
  29. package/dist/charts/components/charts/Sankey/index.d.ts +3 -0
  30. package/dist/charts/components/charts/Sankey/index.d.ts.map +1 -0
  31. package/dist/charts/components/charts/SankeyFlow/SankeyFlow.d.ts +4 -0
  32. package/dist/charts/components/charts/SankeyFlow/SankeyFlow.d.ts.map +1 -0
  33. package/dist/charts/components/charts/SankeyFlow/SankeyFlow.types.d.ts +83 -0
  34. package/dist/charts/components/charts/SankeyFlow/SankeyFlow.types.d.ts.map +1 -0
  35. package/dist/charts/components/charts/SankeyFlow/index.d.ts +3 -0
  36. package/dist/charts/components/charts/SankeyFlow/index.d.ts.map +1 -0
  37. package/dist/charts/components/charts/ShankeyPro/ShankeyPro.colors.d.ts +17 -0
  38. package/dist/charts/components/charts/ShankeyPro/ShankeyPro.colors.d.ts.map +1 -0
  39. package/dist/charts/components/charts/ShankeyPro/ShankeyPro.config.d.ts +140 -0
  40. package/dist/charts/components/charts/ShankeyPro/ShankeyPro.config.d.ts.map +1 -0
  41. package/dist/charts/components/charts/ShankeyPro/ShankeyPro.constants.d.ts +202 -0
  42. package/dist/charts/components/charts/ShankeyPro/ShankeyPro.constants.d.ts.map +1 -0
  43. package/dist/charts/components/charts/ShankeyPro/ShankeyPro.d.ts +4 -0
  44. package/dist/charts/components/charts/ShankeyPro/ShankeyPro.d.ts.map +1 -0
  45. package/dist/charts/components/charts/ShankeyPro/ShankeyPro.types.d.ts +78 -0
  46. package/dist/charts/components/charts/ShankeyPro/ShankeyPro.types.d.ts.map +1 -0
  47. package/dist/charts/components/charts/ShankeyPro/ShankeyPro.utils.d.ts +8 -0
  48. package/dist/charts/components/charts/ShankeyPro/ShankeyPro.utils.d.ts.map +1 -0
  49. package/dist/charts/components/charts/ShankeyPro/index.d.ts +5 -0
  50. package/dist/charts/components/charts/ShankeyPro/index.d.ts.map +1 -0
  51. package/dist/charts/components/charts/index.d.ts +13 -0
  52. package/dist/charts/components/charts/index.d.ts.map +1 -0
  53. package/dist/charts/components/data/iconList.d.ts +8 -0
  54. package/dist/charts/components/data/iconList.d.ts.map +1 -0
  55. package/dist/charts/components/icons/Icon.d.ts +18 -0
  56. package/dist/charts/components/icons/Icon.d.ts.map +1 -0
  57. package/dist/charts/components/index.d.ts +7 -0
  58. package/dist/charts/components/index.d.ts.map +1 -0
  59. package/dist/charts/components/ui/Avatar/Avatar.d.ts +14 -0
  60. package/dist/charts/components/ui/Avatar/Avatar.d.ts.map +1 -0
  61. package/dist/charts/components/ui/Avatar/Avatar.types.d.ts +2 -0
  62. package/dist/charts/components/ui/Avatar/Avatar.types.d.ts.map +1 -0
  63. package/dist/charts/components/ui/Avatar/index.d.ts +3 -0
  64. package/dist/charts/components/ui/Avatar/index.d.ts.map +1 -0
  65. package/dist/charts/components/ui/BackgroundGradient/BackgroundGradient.d.ts +5 -0
  66. package/dist/charts/components/ui/BackgroundGradient/BackgroundGradient.d.ts.map +1 -0
  67. package/dist/charts/components/ui/BackgroundGradient/BackgroundGradient.types.d.ts +2 -0
  68. package/dist/charts/components/ui/BackgroundGradient/BackgroundGradient.types.d.ts.map +1 -0
  69. package/dist/charts/components/ui/BackgroundGradient/index.d.ts +3 -0
  70. package/dist/charts/components/ui/BackgroundGradient/index.d.ts.map +1 -0
  71. package/dist/charts/components/ui/Badge/Badge.d.ts +16 -0
  72. package/dist/charts/components/ui/Badge/Badge.d.ts.map +1 -0
  73. package/dist/charts/components/ui/Badge/Badge.types.d.ts +2 -0
  74. package/dist/charts/components/ui/Badge/Badge.types.d.ts.map +1 -0
  75. package/dist/charts/components/ui/Badge/index.d.ts +3 -0
  76. package/dist/charts/components/ui/Badge/index.d.ts.map +1 -0
  77. package/dist/charts/components/ui/Breadcrumb/Breadcrumb.d.ts +15 -0
  78. package/dist/charts/components/ui/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  79. package/dist/charts/components/ui/Breadcrumb/Breadcrumb.types.d.ts +2 -0
  80. package/dist/charts/components/ui/Breadcrumb/Breadcrumb.types.d.ts.map +1 -0
  81. package/dist/charts/components/ui/Breadcrumb/index.d.ts +3 -0
  82. package/dist/charts/components/ui/Breadcrumb/index.d.ts.map +1 -0
  83. package/dist/charts/components/ui/Button/Button.d.ts +5 -0
  84. package/dist/charts/components/ui/Button/Button.d.ts.map +1 -0
  85. package/dist/charts/components/ui/Button/Button.types.d.ts +16 -0
  86. package/dist/charts/components/ui/Button/Button.types.d.ts.map +1 -0
  87. package/dist/charts/components/ui/Button/index.d.ts +3 -0
  88. package/dist/charts/components/ui/Button/index.d.ts.map +1 -0
  89. package/dist/charts/components/ui/ButtonDanger/ButtonDanger.d.ts +5 -0
  90. package/dist/charts/components/ui/ButtonDanger/ButtonDanger.d.ts.map +1 -0
  91. package/dist/charts/components/ui/ButtonDanger/ButtonDanger.types.d.ts +15 -0
  92. package/dist/charts/components/ui/ButtonDanger/ButtonDanger.types.d.ts.map +1 -0
  93. package/dist/charts/components/ui/ButtonDanger/index.d.ts +3 -0
  94. package/dist/charts/components/ui/ButtonDanger/index.d.ts.map +1 -0
  95. package/dist/charts/components/ui/Card/Card.d.ts +5 -0
  96. package/dist/charts/components/ui/Card/Card.d.ts.map +1 -0
  97. package/dist/charts/components/ui/Card/Card.types.d.ts +15 -0
  98. package/dist/charts/components/ui/Card/Card.types.d.ts.map +1 -0
  99. package/dist/charts/components/ui/Card/index.d.ts +3 -0
  100. package/dist/charts/components/ui/Card/index.d.ts.map +1 -0
  101. package/dist/charts/components/ui/Categories/Categories.d.ts +5 -0
  102. package/dist/charts/components/ui/Categories/Categories.d.ts.map +1 -0
  103. package/dist/charts/components/ui/Categories/Categories.types.d.ts +2 -0
  104. package/dist/charts/components/ui/Categories/Categories.types.d.ts.map +1 -0
  105. package/dist/charts/components/ui/Categories/index.d.ts +3 -0
  106. package/dist/charts/components/ui/Categories/index.d.ts.map +1 -0
  107. package/dist/charts/components/ui/Cell/Cell.d.ts +5 -0
  108. package/dist/charts/components/ui/Cell/Cell.d.ts.map +1 -0
  109. package/dist/charts/components/ui/Cell/Cell.types.d.ts +2 -0
  110. package/dist/charts/components/ui/Cell/Cell.types.d.ts.map +1 -0
  111. package/dist/charts/components/ui/Cell/CellHeader.d.ts +5 -0
  112. package/dist/charts/components/ui/Cell/CellHeader.d.ts.map +1 -0
  113. package/dist/charts/components/ui/Cell/CellHeader.types.d.ts +2 -0
  114. package/dist/charts/components/ui/Cell/CellHeader.types.d.ts.map +1 -0
  115. package/dist/charts/components/ui/Cell/index.d.ts +5 -0
  116. package/dist/charts/components/ui/Cell/index.d.ts.map +1 -0
  117. package/dist/charts/components/ui/Checkbox/Checkbox.d.ts +5 -0
  118. package/dist/charts/components/ui/Checkbox/Checkbox.d.ts.map +1 -0
  119. package/dist/charts/components/ui/Checkbox/Checkbox.types.d.ts +2 -0
  120. package/dist/charts/components/ui/Checkbox/Checkbox.types.d.ts.map +1 -0
  121. package/dist/charts/components/ui/Checkbox/index.d.ts +3 -0
  122. package/dist/charts/components/ui/Checkbox/index.d.ts.map +1 -0
  123. package/dist/charts/components/ui/Chip/Chip.d.ts +5 -0
  124. package/dist/charts/components/ui/Chip/Chip.d.ts.map +1 -0
  125. package/dist/charts/components/ui/Chip/Chip.types.d.ts +16 -0
  126. package/dist/charts/components/ui/Chip/Chip.types.d.ts.map +1 -0
  127. package/dist/charts/components/ui/Chip/index.d.ts +3 -0
  128. package/dist/charts/components/ui/Chip/index.d.ts.map +1 -0
  129. package/dist/charts/components/ui/ChipList/ChipList.d.ts +5 -0
  130. package/dist/charts/components/ui/ChipList/ChipList.d.ts.map +1 -0
  131. package/dist/charts/components/ui/ChipList/ChipList.types.d.ts +13 -0
  132. package/dist/charts/components/ui/ChipList/ChipList.types.d.ts.map +1 -0
  133. package/dist/charts/components/ui/ChipList/index.d.ts +3 -0
  134. package/dist/charts/components/ui/ChipList/index.d.ts.map +1 -0
  135. package/dist/charts/components/ui/Dropdown/Dropdown.d.ts +5 -0
  136. package/dist/charts/components/ui/Dropdown/Dropdown.d.ts.map +1 -0
  137. package/dist/charts/components/ui/Dropdown/Dropdown.types.d.ts +28 -0
  138. package/dist/charts/components/ui/Dropdown/Dropdown.types.d.ts.map +1 -0
  139. package/dist/charts/components/ui/Dropdown/index.d.ts +3 -0
  140. package/dist/charts/components/ui/Dropdown/index.d.ts.map +1 -0
  141. package/dist/charts/components/ui/DropdownNested/DropdownNested.d.ts +5 -0
  142. package/dist/charts/components/ui/DropdownNested/DropdownNested.d.ts.map +1 -0
  143. package/dist/charts/components/ui/DropdownNested/DropdownNested.types.d.ts +21 -0
  144. package/dist/charts/components/ui/DropdownNested/DropdownNested.types.d.ts.map +1 -0
  145. package/dist/charts/components/ui/DropdownNested/index.d.ts +3 -0
  146. package/dist/charts/components/ui/DropdownNested/index.d.ts.map +1 -0
  147. package/dist/charts/components/ui/DropdownNestedColumn/DropdownNestedColumn.d.ts +5 -0
  148. package/dist/charts/components/ui/DropdownNestedColumn/DropdownNestedColumn.d.ts.map +1 -0
  149. package/dist/charts/components/ui/DropdownNestedColumn/DropdownNestedColumn.types.d.ts +24 -0
  150. package/dist/charts/components/ui/DropdownNestedColumn/DropdownNestedColumn.types.d.ts.map +1 -0
  151. package/dist/charts/components/ui/DropdownNestedColumn/index.d.ts +3 -0
  152. package/dist/charts/components/ui/DropdownNestedColumn/index.d.ts.map +1 -0
  153. package/dist/charts/components/ui/IconButton/IconButton.d.ts +5 -0
  154. package/dist/charts/components/ui/IconButton/IconButton.d.ts.map +1 -0
  155. package/dist/charts/components/ui/IconButton/IconButton.types.d.ts +14 -0
  156. package/dist/charts/components/ui/IconButton/IconButton.types.d.ts.map +1 -0
  157. package/dist/charts/components/ui/IconButton/index.d.ts +3 -0
  158. package/dist/charts/components/ui/IconButton/index.d.ts.map +1 -0
  159. package/dist/charts/components/ui/ItemRow/ItemRow.d.ts +5 -0
  160. package/dist/charts/components/ui/ItemRow/ItemRow.d.ts.map +1 -0
  161. package/dist/charts/components/ui/ItemRow/ItemRow.types.d.ts +2 -0
  162. package/dist/charts/components/ui/ItemRow/ItemRow.types.d.ts.map +1 -0
  163. package/dist/charts/components/ui/ItemRow/index.d.ts +3 -0
  164. package/dist/charts/components/ui/ItemRow/index.d.ts.map +1 -0
  165. package/dist/charts/components/ui/Modal/Modal.d.ts +11 -0
  166. package/dist/charts/components/ui/Modal/Modal.d.ts.map +1 -0
  167. package/dist/charts/components/ui/Modal/Modal.types.d.ts +15 -0
  168. package/dist/charts/components/ui/Modal/Modal.types.d.ts.map +1 -0
  169. package/dist/charts/components/ui/Modal/index.d.ts +3 -0
  170. package/dist/charts/components/ui/Modal/index.d.ts.map +1 -0
  171. package/dist/charts/components/ui/Notification/Notification.d.ts +12 -0
  172. package/dist/charts/components/ui/Notification/Notification.d.ts.map +1 -0
  173. package/dist/charts/components/ui/Notification/Notification.types.d.ts +16 -0
  174. package/dist/charts/components/ui/Notification/Notification.types.d.ts.map +1 -0
  175. package/dist/charts/components/ui/Notification/index.d.ts +3 -0
  176. package/dist/charts/components/ui/Notification/index.d.ts.map +1 -0
  177. package/dist/charts/components/ui/Pagination/Pagination.d.ts +11 -0
  178. package/dist/charts/components/ui/Pagination/Pagination.d.ts.map +1 -0
  179. package/dist/charts/components/ui/Pagination/Pagination.types.d.ts +6 -0
  180. package/dist/charts/components/ui/Pagination/Pagination.types.d.ts.map +1 -0
  181. package/dist/charts/components/ui/Pagination/index.d.ts +3 -0
  182. package/dist/charts/components/ui/Pagination/index.d.ts.map +1 -0
  183. package/dist/charts/components/ui/Radio/Radio.d.ts +5 -0
  184. package/dist/charts/components/ui/Radio/Radio.d.ts.map +1 -0
  185. package/dist/charts/components/ui/Radio/Radio.types.d.ts +2 -0
  186. package/dist/charts/components/ui/Radio/Radio.types.d.ts.map +1 -0
  187. package/dist/charts/components/ui/Radio/index.d.ts +3 -0
  188. package/dist/charts/components/ui/Radio/index.d.ts.map +1 -0
  189. package/dist/charts/components/ui/Search/Search.d.ts +10 -0
  190. package/dist/charts/components/ui/Search/Search.d.ts.map +1 -0
  191. package/dist/charts/components/ui/Search/Search.types.d.ts +15 -0
  192. package/dist/charts/components/ui/Search/Search.types.d.ts.map +1 -0
  193. package/dist/charts/components/ui/Search/index.d.ts +3 -0
  194. package/dist/charts/components/ui/Search/index.d.ts.map +1 -0
  195. package/dist/charts/components/ui/StatusIndicator/StatusIndicator.d.ts +11 -0
  196. package/dist/charts/components/ui/StatusIndicator/StatusIndicator.d.ts.map +1 -0
  197. package/dist/charts/components/ui/StatusIndicator/StatusIndicator.types.d.ts +13 -0
  198. package/dist/charts/components/ui/StatusIndicator/StatusIndicator.types.d.ts.map +1 -0
  199. package/dist/charts/components/ui/StatusIndicator/index.d.ts +3 -0
  200. package/dist/charts/components/ui/StatusIndicator/index.d.ts.map +1 -0
  201. package/dist/charts/components/ui/Tab/Tab.d.ts +12 -0
  202. package/dist/charts/components/ui/Tab/Tab.d.ts.map +1 -0
  203. package/dist/charts/components/ui/Tab/Tab.types.d.ts +14 -0
  204. package/dist/charts/components/ui/Tab/Tab.types.d.ts.map +1 -0
  205. package/dist/charts/components/ui/Tab/index.d.ts +3 -0
  206. package/dist/charts/components/ui/Tab/index.d.ts.map +1 -0
  207. package/dist/charts/components/ui/TabList/TabList.d.ts +11 -0
  208. package/dist/charts/components/ui/TabList/TabList.d.ts.map +1 -0
  209. package/dist/charts/components/ui/TabList/TabList.types.d.ts +16 -0
  210. package/dist/charts/components/ui/TabList/TabList.types.d.ts.map +1 -0
  211. package/dist/charts/components/ui/TabList/index.d.ts +3 -0
  212. package/dist/charts/components/ui/TabList/index.d.ts.map +1 -0
  213. package/dist/charts/components/ui/Table/Table.d.ts +15 -0
  214. package/dist/charts/components/ui/Table/Table.d.ts.map +1 -0
  215. package/dist/charts/components/ui/Table/Table.types.d.ts +47 -0
  216. package/dist/charts/components/ui/Table/Table.types.d.ts.map +1 -0
  217. package/dist/charts/components/ui/Table/index.d.ts +3 -0
  218. package/dist/charts/components/ui/Table/index.d.ts.map +1 -0
  219. package/dist/charts/components/ui/TextArea/TextArea.d.ts +14 -0
  220. package/dist/charts/components/ui/TextArea/TextArea.d.ts.map +1 -0
  221. package/dist/charts/components/ui/TextArea/TextArea.types.d.ts +31 -0
  222. package/dist/charts/components/ui/TextArea/TextArea.types.d.ts.map +1 -0
  223. package/dist/charts/components/ui/TextArea/index.d.ts +3 -0
  224. package/dist/charts/components/ui/TextArea/index.d.ts.map +1 -0
  225. package/dist/charts/components/ui/Toggle/Toggle.d.ts +10 -0
  226. package/dist/charts/components/ui/Toggle/Toggle.d.ts.map +1 -0
  227. package/dist/charts/components/ui/Toggle/Toggle.types.d.ts +2 -0
  228. package/dist/charts/components/ui/Toggle/Toggle.types.d.ts.map +1 -0
  229. package/dist/charts/components/ui/Toggle/index.d.ts +3 -0
  230. package/dist/charts/components/ui/Toggle/index.d.ts.map +1 -0
  231. package/dist/charts/components/ui/index.d.ts +59 -0
  232. package/dist/charts/components/ui/index.d.ts.map +1 -0
  233. package/dist/charts/index.d.ts +9 -0
  234. package/dist/charts/index.d.ts.map +1 -0
  235. package/dist/charts/index.esm.js +2 -0
  236. package/dist/charts/index.esm.js.map +1 -0
  237. package/dist/charts/test/setup.d.ts +2 -0
  238. package/dist/charts/test/setup.d.ts.map +1 -0
  239. package/dist/charts/types/charts.d.ts +207 -0
  240. package/dist/charts/types/charts.d.ts.map +1 -0
  241. package/dist/charts/types/common.d.ts +107 -0
  242. package/dist/charts/types/common.d.ts.map +1 -0
  243. package/dist/charts/types/index.d.ts +5 -0
  244. package/dist/charts/types/index.d.ts.map +1 -0
  245. package/dist/charts/types/ui.d.ts +306 -0
  246. package/dist/charts/types/ui.d.ts.map +1 -0
  247. package/dist/charts/types.d.ts +43 -0
  248. package/dist/charts/types.d.ts.map +1 -0
  249. package/dist/charts/utils/animations.d.ts +103 -0
  250. package/dist/charts/utils/animations.d.ts.map +1 -0
  251. package/dist/charts/utils/colors.d.ts +11 -0
  252. package/dist/charts/utils/colors.d.ts.map +1 -0
  253. package/dist/charts/utils/formatters.d.ts +34 -0
  254. package/dist/charts/utils/formatters.d.ts.map +1 -0
  255. package/dist/charts/utils/themes.d.ts +26 -0
  256. package/dist/charts/utils/themes.d.ts.map +1 -0
  257. package/dist/charts/utils/validators.d.ts +73 -0
  258. package/dist/charts/utils/validators.d.ts.map +1 -0
  259. package/dist/components/charts/BarChart/BarChart.d.ts +5 -0
  260. package/dist/components/charts/BarChart/BarChart.d.ts.map +1 -0
  261. package/dist/components/charts/BarChart/BarChart.types.d.ts +18 -0
  262. package/dist/components/charts/BarChart/BarChart.types.d.ts.map +1 -0
  263. package/dist/components/charts/BarChart/index.d.ts +3 -0
  264. package/dist/components/charts/BarChart/index.d.ts.map +1 -0
  265. package/dist/components/charts/GaugeChart/GaugeChart.config.d.ts +13 -0
  266. package/dist/components/charts/GaugeChart/GaugeChart.config.d.ts.map +1 -0
  267. package/dist/components/charts/GaugeChart/GaugeChart.d.ts +5 -0
  268. package/dist/components/charts/GaugeChart/GaugeChart.d.ts.map +1 -0
  269. package/dist/components/charts/GaugeChart/GaugeChart.hooks.d.ts +28 -0
  270. package/dist/components/charts/GaugeChart/GaugeChart.hooks.d.ts.map +1 -0
  271. package/dist/components/charts/GaugeChart/GaugeChart.types.d.ts +10 -0
  272. package/dist/components/charts/GaugeChart/GaugeChart.types.d.ts.map +1 -0
  273. package/dist/components/charts/GaugeChart/index.d.ts +3 -0
  274. package/dist/components/charts/GaugeChart/index.d.ts.map +1 -0
  275. package/dist/components/charts/PieChart/PieChart.d.ts +5 -0
  276. package/dist/components/charts/PieChart/PieChart.d.ts.map +1 -0
  277. package/dist/components/charts/PieChart/PieChart.types.d.ts +25 -0
  278. package/dist/components/charts/PieChart/PieChart.types.d.ts.map +1 -0
  279. package/dist/components/charts/PieChart/index.d.ts +3 -0
  280. package/dist/components/charts/PieChart/index.d.ts.map +1 -0
  281. package/dist/components/charts/Sankey/Sankey.d.ts +5 -0
  282. package/dist/components/charts/Sankey/Sankey.d.ts.map +1 -0
  283. package/dist/components/charts/Sankey/Sankey.types.d.ts +50 -0
  284. package/dist/components/charts/Sankey/Sankey.types.d.ts.map +1 -0
  285. package/dist/components/charts/Sankey/index.d.ts +3 -0
  286. package/dist/components/charts/Sankey/index.d.ts.map +1 -0
  287. package/dist/components/charts/SankeyFlow/SankeyFlow.d.ts +4 -0
  288. package/dist/components/charts/SankeyFlow/SankeyFlow.d.ts.map +1 -0
  289. package/dist/components/charts/SankeyFlow/SankeyFlow.types.d.ts +83 -0
  290. package/dist/components/charts/SankeyFlow/SankeyFlow.types.d.ts.map +1 -0
  291. package/dist/components/charts/SankeyFlow/index.d.ts +3 -0
  292. package/dist/components/charts/SankeyFlow/index.d.ts.map +1 -0
  293. package/dist/components/charts/ShankeyPro/ShankeyPro.colors.d.ts +17 -0
  294. package/dist/components/charts/ShankeyPro/ShankeyPro.colors.d.ts.map +1 -0
  295. package/dist/components/charts/ShankeyPro/ShankeyPro.config.d.ts +140 -0
  296. package/dist/components/charts/ShankeyPro/ShankeyPro.config.d.ts.map +1 -0
  297. package/dist/components/charts/ShankeyPro/ShankeyPro.constants.d.ts +202 -0
  298. package/dist/components/charts/ShankeyPro/ShankeyPro.constants.d.ts.map +1 -0
  299. package/dist/components/charts/ShankeyPro/ShankeyPro.d.ts +4 -0
  300. package/dist/components/charts/ShankeyPro/ShankeyPro.d.ts.map +1 -0
  301. package/dist/components/charts/ShankeyPro/ShankeyPro.types.d.ts +78 -0
  302. package/dist/components/charts/ShankeyPro/ShankeyPro.types.d.ts.map +1 -0
  303. package/dist/components/charts/ShankeyPro/ShankeyPro.utils.d.ts +8 -0
  304. package/dist/components/charts/ShankeyPro/ShankeyPro.utils.d.ts.map +1 -0
  305. package/dist/components/charts/ShankeyPro/index.d.ts +5 -0
  306. package/dist/components/charts/ShankeyPro/index.d.ts.map +1 -0
  307. package/dist/components/charts/index.d.ts +13 -0
  308. package/dist/components/charts/index.d.ts.map +1 -0
  309. package/dist/components/data/iconList.d.ts +8 -0
  310. package/dist/components/data/iconList.d.ts.map +1 -0
  311. package/dist/components/icons/Icon.d.ts +18 -0
  312. package/dist/components/icons/Icon.d.ts.map +1 -0
  313. package/dist/components/index.d.ts +7 -0
  314. package/dist/components/index.d.ts.map +1 -0
  315. package/dist/components/ui/Avatar/Avatar.d.ts +14 -0
  316. package/dist/components/ui/Avatar/Avatar.d.ts.map +1 -0
  317. package/dist/components/ui/Avatar/Avatar.types.d.ts +2 -0
  318. package/dist/components/ui/Avatar/Avatar.types.d.ts.map +1 -0
  319. package/dist/components/ui/Avatar/index.d.ts +3 -0
  320. package/dist/components/ui/Avatar/index.d.ts.map +1 -0
  321. package/dist/components/ui/BackgroundGradient/BackgroundGradient.d.ts +5 -0
  322. package/dist/components/ui/BackgroundGradient/BackgroundGradient.d.ts.map +1 -0
  323. package/dist/components/ui/BackgroundGradient/BackgroundGradient.types.d.ts +2 -0
  324. package/dist/components/ui/BackgroundGradient/BackgroundGradient.types.d.ts.map +1 -0
  325. package/dist/components/ui/BackgroundGradient/index.d.ts +3 -0
  326. package/dist/components/ui/BackgroundGradient/index.d.ts.map +1 -0
  327. package/dist/components/ui/Badge/Badge.d.ts +16 -0
  328. package/dist/components/ui/Badge/Badge.d.ts.map +1 -0
  329. package/dist/components/ui/Badge/Badge.types.d.ts +2 -0
  330. package/dist/components/ui/Badge/Badge.types.d.ts.map +1 -0
  331. package/dist/components/ui/Badge/index.d.ts +3 -0
  332. package/dist/components/ui/Badge/index.d.ts.map +1 -0
  333. package/dist/components/ui/Breadcrumb/Breadcrumb.d.ts +15 -0
  334. package/dist/components/ui/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  335. package/dist/components/ui/Breadcrumb/Breadcrumb.types.d.ts +2 -0
  336. package/dist/components/ui/Breadcrumb/Breadcrumb.types.d.ts.map +1 -0
  337. package/dist/components/ui/Breadcrumb/index.d.ts +3 -0
  338. package/dist/components/ui/Breadcrumb/index.d.ts.map +1 -0
  339. package/dist/components/ui/Button/Button.d.ts +5 -0
  340. package/dist/components/ui/Button/Button.d.ts.map +1 -0
  341. package/dist/components/ui/Button/Button.types.d.ts +16 -0
  342. package/dist/components/ui/Button/Button.types.d.ts.map +1 -0
  343. package/dist/components/ui/Button/index.d.ts +3 -0
  344. package/dist/components/ui/Button/index.d.ts.map +1 -0
  345. package/dist/components/ui/ButtonDanger/ButtonDanger.d.ts +5 -0
  346. package/dist/components/ui/ButtonDanger/ButtonDanger.d.ts.map +1 -0
  347. package/dist/components/ui/ButtonDanger/ButtonDanger.types.d.ts +15 -0
  348. package/dist/components/ui/ButtonDanger/ButtonDanger.types.d.ts.map +1 -0
  349. package/dist/components/ui/ButtonDanger/index.d.ts +3 -0
  350. package/dist/components/ui/ButtonDanger/index.d.ts.map +1 -0
  351. package/dist/components/ui/Card/Card.d.ts +5 -0
  352. package/dist/components/ui/Card/Card.d.ts.map +1 -0
  353. package/dist/components/ui/Card/Card.types.d.ts +15 -0
  354. package/dist/components/ui/Card/Card.types.d.ts.map +1 -0
  355. package/dist/components/ui/Card/index.d.ts +3 -0
  356. package/dist/components/ui/Card/index.d.ts.map +1 -0
  357. package/dist/components/ui/Categories/Categories.d.ts +5 -0
  358. package/dist/components/ui/Categories/Categories.d.ts.map +1 -0
  359. package/dist/components/ui/Categories/Categories.types.d.ts +2 -0
  360. package/dist/components/ui/Categories/Categories.types.d.ts.map +1 -0
  361. package/dist/components/ui/Categories/index.d.ts +3 -0
  362. package/dist/components/ui/Categories/index.d.ts.map +1 -0
  363. package/dist/components/ui/Cell/Cell.d.ts +5 -0
  364. package/dist/components/ui/Cell/Cell.d.ts.map +1 -0
  365. package/dist/components/ui/Cell/Cell.types.d.ts +2 -0
  366. package/dist/components/ui/Cell/Cell.types.d.ts.map +1 -0
  367. package/dist/components/ui/Cell/CellHeader.d.ts +5 -0
  368. package/dist/components/ui/Cell/CellHeader.d.ts.map +1 -0
  369. package/dist/components/ui/Cell/CellHeader.types.d.ts +2 -0
  370. package/dist/components/ui/Cell/CellHeader.types.d.ts.map +1 -0
  371. package/dist/components/ui/Cell/index.d.ts +5 -0
  372. package/dist/components/ui/Cell/index.d.ts.map +1 -0
  373. package/dist/components/ui/Checkbox/Checkbox.d.ts +5 -0
  374. package/dist/components/ui/Checkbox/Checkbox.d.ts.map +1 -0
  375. package/dist/components/ui/Checkbox/Checkbox.types.d.ts +2 -0
  376. package/dist/components/ui/Checkbox/Checkbox.types.d.ts.map +1 -0
  377. package/dist/components/ui/Checkbox/index.d.ts +3 -0
  378. package/dist/components/ui/Checkbox/index.d.ts.map +1 -0
  379. package/dist/components/ui/Chip/Chip.d.ts +5 -0
  380. package/dist/components/ui/Chip/Chip.d.ts.map +1 -0
  381. package/dist/components/ui/Chip/Chip.types.d.ts +16 -0
  382. package/dist/components/ui/Chip/Chip.types.d.ts.map +1 -0
  383. package/dist/components/ui/Chip/index.d.ts +3 -0
  384. package/dist/components/ui/Chip/index.d.ts.map +1 -0
  385. package/dist/components/ui/ChipList/ChipList.d.ts +5 -0
  386. package/dist/components/ui/ChipList/ChipList.d.ts.map +1 -0
  387. package/dist/components/ui/ChipList/ChipList.types.d.ts +13 -0
  388. package/dist/components/ui/ChipList/ChipList.types.d.ts.map +1 -0
  389. package/dist/components/ui/ChipList/index.d.ts +3 -0
  390. package/dist/components/ui/ChipList/index.d.ts.map +1 -0
  391. package/dist/components/ui/Dropdown/Dropdown.d.ts +5 -0
  392. package/dist/components/ui/Dropdown/Dropdown.d.ts.map +1 -0
  393. package/dist/components/ui/Dropdown/Dropdown.types.d.ts +28 -0
  394. package/dist/components/ui/Dropdown/Dropdown.types.d.ts.map +1 -0
  395. package/dist/components/ui/Dropdown/index.d.ts +3 -0
  396. package/dist/components/ui/Dropdown/index.d.ts.map +1 -0
  397. package/dist/components/ui/DropdownNested/DropdownNested.d.ts +5 -0
  398. package/dist/components/ui/DropdownNested/DropdownNested.d.ts.map +1 -0
  399. package/dist/components/ui/DropdownNested/DropdownNested.types.d.ts +21 -0
  400. package/dist/components/ui/DropdownNested/DropdownNested.types.d.ts.map +1 -0
  401. package/dist/components/ui/DropdownNested/index.d.ts +3 -0
  402. package/dist/components/ui/DropdownNested/index.d.ts.map +1 -0
  403. package/dist/components/ui/DropdownNestedColumn/DropdownNestedColumn.d.ts +5 -0
  404. package/dist/components/ui/DropdownNestedColumn/DropdownNestedColumn.d.ts.map +1 -0
  405. package/dist/components/ui/DropdownNestedColumn/DropdownNestedColumn.types.d.ts +24 -0
  406. package/dist/components/ui/DropdownNestedColumn/DropdownNestedColumn.types.d.ts.map +1 -0
  407. package/dist/components/ui/DropdownNestedColumn/index.d.ts +3 -0
  408. package/dist/components/ui/DropdownNestedColumn/index.d.ts.map +1 -0
  409. package/dist/components/ui/IconButton/IconButton.d.ts +5 -0
  410. package/dist/components/ui/IconButton/IconButton.d.ts.map +1 -0
  411. package/dist/components/ui/IconButton/IconButton.types.d.ts +14 -0
  412. package/dist/components/ui/IconButton/IconButton.types.d.ts.map +1 -0
  413. package/dist/components/ui/IconButton/index.d.ts +3 -0
  414. package/dist/components/ui/IconButton/index.d.ts.map +1 -0
  415. package/dist/components/ui/ItemRow/ItemRow.d.ts +5 -0
  416. package/dist/components/ui/ItemRow/ItemRow.d.ts.map +1 -0
  417. package/dist/components/ui/ItemRow/ItemRow.types.d.ts +2 -0
  418. package/dist/components/ui/ItemRow/ItemRow.types.d.ts.map +1 -0
  419. package/dist/components/ui/ItemRow/index.d.ts +3 -0
  420. package/dist/components/ui/ItemRow/index.d.ts.map +1 -0
  421. package/dist/components/ui/Modal/Modal.d.ts +11 -0
  422. package/dist/components/ui/Modal/Modal.d.ts.map +1 -0
  423. package/dist/components/ui/Modal/Modal.types.d.ts +15 -0
  424. package/dist/components/ui/Modal/Modal.types.d.ts.map +1 -0
  425. package/dist/components/ui/Modal/index.d.ts +3 -0
  426. package/dist/components/ui/Modal/index.d.ts.map +1 -0
  427. package/dist/components/ui/Notification/Notification.d.ts +12 -0
  428. package/dist/components/ui/Notification/Notification.d.ts.map +1 -0
  429. package/dist/components/ui/Notification/Notification.types.d.ts +16 -0
  430. package/dist/components/ui/Notification/Notification.types.d.ts.map +1 -0
  431. package/dist/components/ui/Notification/index.d.ts +3 -0
  432. package/dist/components/ui/Notification/index.d.ts.map +1 -0
  433. package/dist/components/ui/Pagination/Pagination.d.ts +11 -0
  434. package/dist/components/ui/Pagination/Pagination.d.ts.map +1 -0
  435. package/dist/components/ui/Pagination/Pagination.types.d.ts +6 -0
  436. package/dist/components/ui/Pagination/Pagination.types.d.ts.map +1 -0
  437. package/dist/components/ui/Pagination/index.d.ts +3 -0
  438. package/dist/components/ui/Pagination/index.d.ts.map +1 -0
  439. package/dist/components/ui/Radio/Radio.d.ts +5 -0
  440. package/dist/components/ui/Radio/Radio.d.ts.map +1 -0
  441. package/dist/components/ui/Radio/Radio.types.d.ts +2 -0
  442. package/dist/components/ui/Radio/Radio.types.d.ts.map +1 -0
  443. package/dist/components/ui/Radio/index.d.ts +3 -0
  444. package/dist/components/ui/Radio/index.d.ts.map +1 -0
  445. package/dist/components/ui/Search/Search.d.ts +10 -0
  446. package/dist/components/ui/Search/Search.d.ts.map +1 -0
  447. package/dist/components/ui/Search/Search.types.d.ts +15 -0
  448. package/dist/components/ui/Search/Search.types.d.ts.map +1 -0
  449. package/dist/components/ui/Search/index.d.ts +3 -0
  450. package/dist/components/ui/Search/index.d.ts.map +1 -0
  451. package/dist/components/ui/StatusIndicator/StatusIndicator.d.ts +11 -0
  452. package/dist/components/ui/StatusIndicator/StatusIndicator.d.ts.map +1 -0
  453. package/dist/components/ui/StatusIndicator/StatusIndicator.types.d.ts +13 -0
  454. package/dist/components/ui/StatusIndicator/StatusIndicator.types.d.ts.map +1 -0
  455. package/dist/components/ui/StatusIndicator/index.d.ts +3 -0
  456. package/dist/components/ui/StatusIndicator/index.d.ts.map +1 -0
  457. package/dist/components/ui/Tab/Tab.d.ts +12 -0
  458. package/dist/components/ui/Tab/Tab.d.ts.map +1 -0
  459. package/dist/components/ui/Tab/Tab.types.d.ts +14 -0
  460. package/dist/components/ui/Tab/Tab.types.d.ts.map +1 -0
  461. package/dist/components/ui/Tab/index.d.ts +3 -0
  462. package/dist/components/ui/Tab/index.d.ts.map +1 -0
  463. package/dist/components/ui/TabList/TabList.d.ts +11 -0
  464. package/dist/components/ui/TabList/TabList.d.ts.map +1 -0
  465. package/dist/components/ui/TabList/TabList.types.d.ts +16 -0
  466. package/dist/components/ui/TabList/TabList.types.d.ts.map +1 -0
  467. package/dist/components/ui/TabList/index.d.ts +3 -0
  468. package/dist/components/ui/TabList/index.d.ts.map +1 -0
  469. package/dist/components/ui/Table/Table.d.ts +15 -0
  470. package/dist/components/ui/Table/Table.d.ts.map +1 -0
  471. package/dist/components/ui/Table/Table.types.d.ts +47 -0
  472. package/dist/components/ui/Table/Table.types.d.ts.map +1 -0
  473. package/dist/components/ui/Table/index.d.ts +3 -0
  474. package/dist/components/ui/Table/index.d.ts.map +1 -0
  475. package/dist/components/ui/TextArea/TextArea.d.ts +14 -0
  476. package/dist/components/ui/TextArea/TextArea.d.ts.map +1 -0
  477. package/dist/components/ui/TextArea/TextArea.types.d.ts +31 -0
  478. package/dist/components/ui/TextArea/TextArea.types.d.ts.map +1 -0
  479. package/dist/components/ui/TextArea/index.d.ts +3 -0
  480. package/dist/components/ui/TextArea/index.d.ts.map +1 -0
  481. package/dist/components/ui/Toggle/Toggle.d.ts +10 -0
  482. package/dist/components/ui/Toggle/Toggle.d.ts.map +1 -0
  483. package/dist/components/ui/Toggle/Toggle.types.d.ts +2 -0
  484. package/dist/components/ui/Toggle/Toggle.types.d.ts.map +1 -0
  485. package/dist/components/ui/Toggle/index.d.ts +3 -0
  486. package/dist/components/ui/Toggle/index.d.ts.map +1 -0
  487. package/dist/components/ui/index.d.ts +59 -0
  488. package/dist/components/ui/index.d.ts.map +1 -0
  489. package/dist/index.css +1 -0
  490. package/dist/index.d.ts +9 -0
  491. package/dist/index.d.ts.map +1 -0
  492. package/dist/index.esm.css +1 -0
  493. package/dist/index.esm.js +33 -0
  494. package/dist/index.esm.js.map +1 -0
  495. package/dist/index.js +33 -0
  496. package/dist/index.js.map +1 -0
  497. package/dist/test/setup.d.ts +2 -0
  498. package/dist/test/setup.d.ts.map +1 -0
  499. package/dist/types/charts.d.ts +207 -0
  500. package/dist/types/charts.d.ts.map +1 -0
  501. package/dist/types/common.d.ts +107 -0
  502. package/dist/types/common.d.ts.map +1 -0
  503. package/dist/types/index.d.ts +5 -0
  504. package/dist/types/index.d.ts.map +1 -0
  505. package/dist/types/ui.d.ts +306 -0
  506. package/dist/types/ui.d.ts.map +1 -0
  507. package/dist/types.d.ts +43 -0
  508. package/dist/types.d.ts.map +1 -0
  509. package/dist/ui/components/charts/BarChart/BarChart.d.ts +5 -0
  510. package/dist/ui/components/charts/BarChart/BarChart.d.ts.map +1 -0
  511. package/dist/ui/components/charts/BarChart/BarChart.types.d.ts +18 -0
  512. package/dist/ui/components/charts/BarChart/BarChart.types.d.ts.map +1 -0
  513. package/dist/ui/components/charts/BarChart/index.d.ts +3 -0
  514. package/dist/ui/components/charts/BarChart/index.d.ts.map +1 -0
  515. package/dist/ui/components/charts/GaugeChart/GaugeChart.config.d.ts +13 -0
  516. package/dist/ui/components/charts/GaugeChart/GaugeChart.config.d.ts.map +1 -0
  517. package/dist/ui/components/charts/GaugeChart/GaugeChart.d.ts +5 -0
  518. package/dist/ui/components/charts/GaugeChart/GaugeChart.d.ts.map +1 -0
  519. package/dist/ui/components/charts/GaugeChart/GaugeChart.hooks.d.ts +28 -0
  520. package/dist/ui/components/charts/GaugeChart/GaugeChart.hooks.d.ts.map +1 -0
  521. package/dist/ui/components/charts/GaugeChart/GaugeChart.types.d.ts +10 -0
  522. package/dist/ui/components/charts/GaugeChart/GaugeChart.types.d.ts.map +1 -0
  523. package/dist/ui/components/charts/GaugeChart/index.d.ts +3 -0
  524. package/dist/ui/components/charts/GaugeChart/index.d.ts.map +1 -0
  525. package/dist/ui/components/charts/PieChart/PieChart.d.ts +5 -0
  526. package/dist/ui/components/charts/PieChart/PieChart.d.ts.map +1 -0
  527. package/dist/ui/components/charts/PieChart/PieChart.types.d.ts +25 -0
  528. package/dist/ui/components/charts/PieChart/PieChart.types.d.ts.map +1 -0
  529. package/dist/ui/components/charts/PieChart/index.d.ts +3 -0
  530. package/dist/ui/components/charts/PieChart/index.d.ts.map +1 -0
  531. package/dist/ui/components/charts/Sankey/Sankey.d.ts +5 -0
  532. package/dist/ui/components/charts/Sankey/Sankey.d.ts.map +1 -0
  533. package/dist/ui/components/charts/Sankey/Sankey.types.d.ts +50 -0
  534. package/dist/ui/components/charts/Sankey/Sankey.types.d.ts.map +1 -0
  535. package/dist/ui/components/charts/Sankey/index.d.ts +3 -0
  536. package/dist/ui/components/charts/Sankey/index.d.ts.map +1 -0
  537. package/dist/ui/components/charts/SankeyFlow/SankeyFlow.d.ts +4 -0
  538. package/dist/ui/components/charts/SankeyFlow/SankeyFlow.d.ts.map +1 -0
  539. package/dist/ui/components/charts/SankeyFlow/SankeyFlow.types.d.ts +83 -0
  540. package/dist/ui/components/charts/SankeyFlow/SankeyFlow.types.d.ts.map +1 -0
  541. package/dist/ui/components/charts/SankeyFlow/index.d.ts +3 -0
  542. package/dist/ui/components/charts/SankeyFlow/index.d.ts.map +1 -0
  543. package/dist/ui/components/charts/ShankeyPro/ShankeyPro.colors.d.ts +17 -0
  544. package/dist/ui/components/charts/ShankeyPro/ShankeyPro.colors.d.ts.map +1 -0
  545. package/dist/ui/components/charts/ShankeyPro/ShankeyPro.config.d.ts +140 -0
  546. package/dist/ui/components/charts/ShankeyPro/ShankeyPro.config.d.ts.map +1 -0
  547. package/dist/ui/components/charts/ShankeyPro/ShankeyPro.constants.d.ts +202 -0
  548. package/dist/ui/components/charts/ShankeyPro/ShankeyPro.constants.d.ts.map +1 -0
  549. package/dist/ui/components/charts/ShankeyPro/ShankeyPro.d.ts +4 -0
  550. package/dist/ui/components/charts/ShankeyPro/ShankeyPro.d.ts.map +1 -0
  551. package/dist/ui/components/charts/ShankeyPro/ShankeyPro.types.d.ts +78 -0
  552. package/dist/ui/components/charts/ShankeyPro/ShankeyPro.types.d.ts.map +1 -0
  553. package/dist/ui/components/charts/ShankeyPro/ShankeyPro.utils.d.ts +8 -0
  554. package/dist/ui/components/charts/ShankeyPro/ShankeyPro.utils.d.ts.map +1 -0
  555. package/dist/ui/components/charts/ShankeyPro/index.d.ts +5 -0
  556. package/dist/ui/components/charts/ShankeyPro/index.d.ts.map +1 -0
  557. package/dist/ui/components/charts/index.d.ts +13 -0
  558. package/dist/ui/components/charts/index.d.ts.map +1 -0
  559. package/dist/ui/components/data/iconList.d.ts +8 -0
  560. package/dist/ui/components/data/iconList.d.ts.map +1 -0
  561. package/dist/ui/components/icons/Icon.d.ts +18 -0
  562. package/dist/ui/components/icons/Icon.d.ts.map +1 -0
  563. package/dist/ui/components/index.d.ts +7 -0
  564. package/dist/ui/components/index.d.ts.map +1 -0
  565. package/dist/ui/components/ui/Avatar/Avatar.d.ts +14 -0
  566. package/dist/ui/components/ui/Avatar/Avatar.d.ts.map +1 -0
  567. package/dist/ui/components/ui/Avatar/Avatar.types.d.ts +2 -0
  568. package/dist/ui/components/ui/Avatar/Avatar.types.d.ts.map +1 -0
  569. package/dist/ui/components/ui/Avatar/index.d.ts +3 -0
  570. package/dist/ui/components/ui/Avatar/index.d.ts.map +1 -0
  571. package/dist/ui/components/ui/BackgroundGradient/BackgroundGradient.d.ts +5 -0
  572. package/dist/ui/components/ui/BackgroundGradient/BackgroundGradient.d.ts.map +1 -0
  573. package/dist/ui/components/ui/BackgroundGradient/BackgroundGradient.types.d.ts +2 -0
  574. package/dist/ui/components/ui/BackgroundGradient/BackgroundGradient.types.d.ts.map +1 -0
  575. package/dist/ui/components/ui/BackgroundGradient/index.d.ts +3 -0
  576. package/dist/ui/components/ui/BackgroundGradient/index.d.ts.map +1 -0
  577. package/dist/ui/components/ui/Badge/Badge.d.ts +16 -0
  578. package/dist/ui/components/ui/Badge/Badge.d.ts.map +1 -0
  579. package/dist/ui/components/ui/Badge/Badge.types.d.ts +2 -0
  580. package/dist/ui/components/ui/Badge/Badge.types.d.ts.map +1 -0
  581. package/dist/ui/components/ui/Badge/index.d.ts +3 -0
  582. package/dist/ui/components/ui/Badge/index.d.ts.map +1 -0
  583. package/dist/ui/components/ui/Breadcrumb/Breadcrumb.d.ts +15 -0
  584. package/dist/ui/components/ui/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  585. package/dist/ui/components/ui/Breadcrumb/Breadcrumb.types.d.ts +2 -0
  586. package/dist/ui/components/ui/Breadcrumb/Breadcrumb.types.d.ts.map +1 -0
  587. package/dist/ui/components/ui/Breadcrumb/index.d.ts +3 -0
  588. package/dist/ui/components/ui/Breadcrumb/index.d.ts.map +1 -0
  589. package/dist/ui/components/ui/Button/Button.d.ts +5 -0
  590. package/dist/ui/components/ui/Button/Button.d.ts.map +1 -0
  591. package/dist/ui/components/ui/Button/Button.types.d.ts +16 -0
  592. package/dist/ui/components/ui/Button/Button.types.d.ts.map +1 -0
  593. package/dist/ui/components/ui/Button/index.d.ts +3 -0
  594. package/dist/ui/components/ui/Button/index.d.ts.map +1 -0
  595. package/dist/ui/components/ui/ButtonDanger/ButtonDanger.d.ts +5 -0
  596. package/dist/ui/components/ui/ButtonDanger/ButtonDanger.d.ts.map +1 -0
  597. package/dist/ui/components/ui/ButtonDanger/ButtonDanger.types.d.ts +15 -0
  598. package/dist/ui/components/ui/ButtonDanger/ButtonDanger.types.d.ts.map +1 -0
  599. package/dist/ui/components/ui/ButtonDanger/index.d.ts +3 -0
  600. package/dist/ui/components/ui/ButtonDanger/index.d.ts.map +1 -0
  601. package/dist/ui/components/ui/Card/Card.d.ts +5 -0
  602. package/dist/ui/components/ui/Card/Card.d.ts.map +1 -0
  603. package/dist/ui/components/ui/Card/Card.types.d.ts +15 -0
  604. package/dist/ui/components/ui/Card/Card.types.d.ts.map +1 -0
  605. package/dist/ui/components/ui/Card/index.d.ts +3 -0
  606. package/dist/ui/components/ui/Card/index.d.ts.map +1 -0
  607. package/dist/ui/components/ui/Categories/Categories.d.ts +5 -0
  608. package/dist/ui/components/ui/Categories/Categories.d.ts.map +1 -0
  609. package/dist/ui/components/ui/Categories/Categories.types.d.ts +2 -0
  610. package/dist/ui/components/ui/Categories/Categories.types.d.ts.map +1 -0
  611. package/dist/ui/components/ui/Categories/index.d.ts +3 -0
  612. package/dist/ui/components/ui/Categories/index.d.ts.map +1 -0
  613. package/dist/ui/components/ui/Cell/Cell.d.ts +5 -0
  614. package/dist/ui/components/ui/Cell/Cell.d.ts.map +1 -0
  615. package/dist/ui/components/ui/Cell/Cell.types.d.ts +2 -0
  616. package/dist/ui/components/ui/Cell/Cell.types.d.ts.map +1 -0
  617. package/dist/ui/components/ui/Cell/CellHeader.d.ts +5 -0
  618. package/dist/ui/components/ui/Cell/CellHeader.d.ts.map +1 -0
  619. package/dist/ui/components/ui/Cell/CellHeader.types.d.ts +2 -0
  620. package/dist/ui/components/ui/Cell/CellHeader.types.d.ts.map +1 -0
  621. package/dist/ui/components/ui/Cell/index.d.ts +5 -0
  622. package/dist/ui/components/ui/Cell/index.d.ts.map +1 -0
  623. package/dist/ui/components/ui/Checkbox/Checkbox.d.ts +5 -0
  624. package/dist/ui/components/ui/Checkbox/Checkbox.d.ts.map +1 -0
  625. package/dist/ui/components/ui/Checkbox/Checkbox.types.d.ts +2 -0
  626. package/dist/ui/components/ui/Checkbox/Checkbox.types.d.ts.map +1 -0
  627. package/dist/ui/components/ui/Checkbox/index.d.ts +3 -0
  628. package/dist/ui/components/ui/Checkbox/index.d.ts.map +1 -0
  629. package/dist/ui/components/ui/Chip/Chip.d.ts +5 -0
  630. package/dist/ui/components/ui/Chip/Chip.d.ts.map +1 -0
  631. package/dist/ui/components/ui/Chip/Chip.types.d.ts +16 -0
  632. package/dist/ui/components/ui/Chip/Chip.types.d.ts.map +1 -0
  633. package/dist/ui/components/ui/Chip/index.d.ts +3 -0
  634. package/dist/ui/components/ui/Chip/index.d.ts.map +1 -0
  635. package/dist/ui/components/ui/ChipList/ChipList.d.ts +5 -0
  636. package/dist/ui/components/ui/ChipList/ChipList.d.ts.map +1 -0
  637. package/dist/ui/components/ui/ChipList/ChipList.types.d.ts +13 -0
  638. package/dist/ui/components/ui/ChipList/ChipList.types.d.ts.map +1 -0
  639. package/dist/ui/components/ui/ChipList/index.d.ts +3 -0
  640. package/dist/ui/components/ui/ChipList/index.d.ts.map +1 -0
  641. package/dist/ui/components/ui/Dropdown/Dropdown.d.ts +5 -0
  642. package/dist/ui/components/ui/Dropdown/Dropdown.d.ts.map +1 -0
  643. package/dist/ui/components/ui/Dropdown/Dropdown.types.d.ts +28 -0
  644. package/dist/ui/components/ui/Dropdown/Dropdown.types.d.ts.map +1 -0
  645. package/dist/ui/components/ui/Dropdown/index.d.ts +3 -0
  646. package/dist/ui/components/ui/Dropdown/index.d.ts.map +1 -0
  647. package/dist/ui/components/ui/DropdownNested/DropdownNested.d.ts +5 -0
  648. package/dist/ui/components/ui/DropdownNested/DropdownNested.d.ts.map +1 -0
  649. package/dist/ui/components/ui/DropdownNested/DropdownNested.types.d.ts +21 -0
  650. package/dist/ui/components/ui/DropdownNested/DropdownNested.types.d.ts.map +1 -0
  651. package/dist/ui/components/ui/DropdownNested/index.d.ts +3 -0
  652. package/dist/ui/components/ui/DropdownNested/index.d.ts.map +1 -0
  653. package/dist/ui/components/ui/DropdownNestedColumn/DropdownNestedColumn.d.ts +5 -0
  654. package/dist/ui/components/ui/DropdownNestedColumn/DropdownNestedColumn.d.ts.map +1 -0
  655. package/dist/ui/components/ui/DropdownNestedColumn/DropdownNestedColumn.types.d.ts +24 -0
  656. package/dist/ui/components/ui/DropdownNestedColumn/DropdownNestedColumn.types.d.ts.map +1 -0
  657. package/dist/ui/components/ui/DropdownNestedColumn/index.d.ts +3 -0
  658. package/dist/ui/components/ui/DropdownNestedColumn/index.d.ts.map +1 -0
  659. package/dist/ui/components/ui/IconButton/IconButton.d.ts +5 -0
  660. package/dist/ui/components/ui/IconButton/IconButton.d.ts.map +1 -0
  661. package/dist/ui/components/ui/IconButton/IconButton.types.d.ts +14 -0
  662. package/dist/ui/components/ui/IconButton/IconButton.types.d.ts.map +1 -0
  663. package/dist/ui/components/ui/IconButton/index.d.ts +3 -0
  664. package/dist/ui/components/ui/IconButton/index.d.ts.map +1 -0
  665. package/dist/ui/components/ui/ItemRow/ItemRow.d.ts +5 -0
  666. package/dist/ui/components/ui/ItemRow/ItemRow.d.ts.map +1 -0
  667. package/dist/ui/components/ui/ItemRow/ItemRow.types.d.ts +2 -0
  668. package/dist/ui/components/ui/ItemRow/ItemRow.types.d.ts.map +1 -0
  669. package/dist/ui/components/ui/ItemRow/index.d.ts +3 -0
  670. package/dist/ui/components/ui/ItemRow/index.d.ts.map +1 -0
  671. package/dist/ui/components/ui/Modal/Modal.d.ts +11 -0
  672. package/dist/ui/components/ui/Modal/Modal.d.ts.map +1 -0
  673. package/dist/ui/components/ui/Modal/Modal.types.d.ts +15 -0
  674. package/dist/ui/components/ui/Modal/Modal.types.d.ts.map +1 -0
  675. package/dist/ui/components/ui/Modal/index.d.ts +3 -0
  676. package/dist/ui/components/ui/Modal/index.d.ts.map +1 -0
  677. package/dist/ui/components/ui/Notification/Notification.d.ts +12 -0
  678. package/dist/ui/components/ui/Notification/Notification.d.ts.map +1 -0
  679. package/dist/ui/components/ui/Notification/Notification.types.d.ts +16 -0
  680. package/dist/ui/components/ui/Notification/Notification.types.d.ts.map +1 -0
  681. package/dist/ui/components/ui/Notification/index.d.ts +3 -0
  682. package/dist/ui/components/ui/Notification/index.d.ts.map +1 -0
  683. package/dist/ui/components/ui/Pagination/Pagination.d.ts +11 -0
  684. package/dist/ui/components/ui/Pagination/Pagination.d.ts.map +1 -0
  685. package/dist/ui/components/ui/Pagination/Pagination.types.d.ts +6 -0
  686. package/dist/ui/components/ui/Pagination/Pagination.types.d.ts.map +1 -0
  687. package/dist/ui/components/ui/Pagination/index.d.ts +3 -0
  688. package/dist/ui/components/ui/Pagination/index.d.ts.map +1 -0
  689. package/dist/ui/components/ui/Radio/Radio.d.ts +5 -0
  690. package/dist/ui/components/ui/Radio/Radio.d.ts.map +1 -0
  691. package/dist/ui/components/ui/Radio/Radio.types.d.ts +2 -0
  692. package/dist/ui/components/ui/Radio/Radio.types.d.ts.map +1 -0
  693. package/dist/ui/components/ui/Radio/index.d.ts +3 -0
  694. package/dist/ui/components/ui/Radio/index.d.ts.map +1 -0
  695. package/dist/ui/components/ui/Search/Search.d.ts +10 -0
  696. package/dist/ui/components/ui/Search/Search.d.ts.map +1 -0
  697. package/dist/ui/components/ui/Search/Search.types.d.ts +15 -0
  698. package/dist/ui/components/ui/Search/Search.types.d.ts.map +1 -0
  699. package/dist/ui/components/ui/Search/index.d.ts +3 -0
  700. package/dist/ui/components/ui/Search/index.d.ts.map +1 -0
  701. package/dist/ui/components/ui/StatusIndicator/StatusIndicator.d.ts +11 -0
  702. package/dist/ui/components/ui/StatusIndicator/StatusIndicator.d.ts.map +1 -0
  703. package/dist/ui/components/ui/StatusIndicator/StatusIndicator.types.d.ts +13 -0
  704. package/dist/ui/components/ui/StatusIndicator/StatusIndicator.types.d.ts.map +1 -0
  705. package/dist/ui/components/ui/StatusIndicator/index.d.ts +3 -0
  706. package/dist/ui/components/ui/StatusIndicator/index.d.ts.map +1 -0
  707. package/dist/ui/components/ui/Tab/Tab.d.ts +12 -0
  708. package/dist/ui/components/ui/Tab/Tab.d.ts.map +1 -0
  709. package/dist/ui/components/ui/Tab/Tab.types.d.ts +14 -0
  710. package/dist/ui/components/ui/Tab/Tab.types.d.ts.map +1 -0
  711. package/dist/ui/components/ui/Tab/index.d.ts +3 -0
  712. package/dist/ui/components/ui/Tab/index.d.ts.map +1 -0
  713. package/dist/ui/components/ui/TabList/TabList.d.ts +11 -0
  714. package/dist/ui/components/ui/TabList/TabList.d.ts.map +1 -0
  715. package/dist/ui/components/ui/TabList/TabList.types.d.ts +16 -0
  716. package/dist/ui/components/ui/TabList/TabList.types.d.ts.map +1 -0
  717. package/dist/ui/components/ui/TabList/index.d.ts +3 -0
  718. package/dist/ui/components/ui/TabList/index.d.ts.map +1 -0
  719. package/dist/ui/components/ui/Table/Table.d.ts +15 -0
  720. package/dist/ui/components/ui/Table/Table.d.ts.map +1 -0
  721. package/dist/ui/components/ui/Table/Table.types.d.ts +47 -0
  722. package/dist/ui/components/ui/Table/Table.types.d.ts.map +1 -0
  723. package/dist/ui/components/ui/Table/index.d.ts +3 -0
  724. package/dist/ui/components/ui/Table/index.d.ts.map +1 -0
  725. package/dist/ui/components/ui/TextArea/TextArea.d.ts +14 -0
  726. package/dist/ui/components/ui/TextArea/TextArea.d.ts.map +1 -0
  727. package/dist/ui/components/ui/TextArea/TextArea.types.d.ts +31 -0
  728. package/dist/ui/components/ui/TextArea/TextArea.types.d.ts.map +1 -0
  729. package/dist/ui/components/ui/TextArea/index.d.ts +3 -0
  730. package/dist/ui/components/ui/TextArea/index.d.ts.map +1 -0
  731. package/dist/ui/components/ui/Toggle/Toggle.d.ts +10 -0
  732. package/dist/ui/components/ui/Toggle/Toggle.d.ts.map +1 -0
  733. package/dist/ui/components/ui/Toggle/Toggle.types.d.ts +2 -0
  734. package/dist/ui/components/ui/Toggle/Toggle.types.d.ts.map +1 -0
  735. package/dist/ui/components/ui/Toggle/index.d.ts +3 -0
  736. package/dist/ui/components/ui/Toggle/index.d.ts.map +1 -0
  737. package/dist/ui/components/ui/index.d.ts +59 -0
  738. package/dist/ui/components/ui/index.d.ts.map +1 -0
  739. package/dist/ui/index.d.ts +9 -0
  740. package/dist/ui/index.d.ts.map +1 -0
  741. package/dist/ui/index.esm.css +1 -0
  742. package/dist/ui/index.esm.js +33 -0
  743. package/dist/ui/index.esm.js.map +1 -0
  744. package/dist/ui/test/setup.d.ts +2 -0
  745. package/dist/ui/test/setup.d.ts.map +1 -0
  746. package/dist/ui/types/charts.d.ts +207 -0
  747. package/dist/ui/types/charts.d.ts.map +1 -0
  748. package/dist/ui/types/common.d.ts +107 -0
  749. package/dist/ui/types/common.d.ts.map +1 -0
  750. package/dist/ui/types/index.d.ts +5 -0
  751. package/dist/ui/types/index.d.ts.map +1 -0
  752. package/dist/ui/types/ui.d.ts +306 -0
  753. package/dist/ui/types/ui.d.ts.map +1 -0
  754. package/dist/ui/types.d.ts +43 -0
  755. package/dist/ui/types.d.ts.map +1 -0
  756. package/dist/ui/utils/animations.d.ts +103 -0
  757. package/dist/ui/utils/animations.d.ts.map +1 -0
  758. package/dist/ui/utils/colors.d.ts +11 -0
  759. package/dist/ui/utils/colors.d.ts.map +1 -0
  760. package/dist/ui/utils/formatters.d.ts +34 -0
  761. package/dist/ui/utils/formatters.d.ts.map +1 -0
  762. package/dist/ui/utils/themes.d.ts +26 -0
  763. package/dist/ui/utils/themes.d.ts.map +1 -0
  764. package/dist/ui/utils/validators.d.ts +73 -0
  765. package/dist/ui/utils/validators.d.ts.map +1 -0
  766. package/dist/utils/animations.d.ts +103 -0
  767. package/dist/utils/animations.d.ts.map +1 -0
  768. package/dist/utils/colors.d.ts +11 -0
  769. package/dist/utils/colors.d.ts.map +1 -0
  770. package/dist/utils/formatters.d.ts +34 -0
  771. package/dist/utils/formatters.d.ts.map +1 -0
  772. package/dist/utils/themes.d.ts +26 -0
  773. package/dist/utils/themes.d.ts.map +1 -0
  774. package/dist/utils/validators.d.ts +73 -0
  775. package/dist/utils/validators.d.ts.map +1 -0
  776. package/package.json +113 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/types/common.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ export * from './common';
2
+ export * from './charts';
3
+ export * from './ui';
4
+ export type { ChartOptions, ChartTheme, Node, Link, SankeyData, Statistics, Margin } from '../types';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AACA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,MAAM,CAAC;AAGrB,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,306 @@
1
+ import { BaseComponentProps, Size, ColorVariant, AccessibilityProps, AnimationProps } from './common';
2
+ export interface ButtonProps extends BaseComponentProps, AccessibilityProps, AnimationProps {
3
+ variant?: 'primary' | 'secondary' | 'outline' | 'ghost' | 'link' | 'neutral' | 'subtle';
4
+ size?: Size | 'medium' | 'small';
5
+ color?: ColorVariant;
6
+ disabled?: boolean;
7
+ loading?: boolean;
8
+ fullWidth?: boolean;
9
+ leftIcon?: React.ReactNode;
10
+ rightIcon?: React.ReactNode;
11
+ onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
12
+ type?: 'button' | 'submit' | 'reset';
13
+ label?: string;
14
+ showLeadingIcon?: boolean;
15
+ showTrailingIcon?: boolean;
16
+ leadingIcon?: React.ReactNode | string;
17
+ trailingIcon?: React.ReactNode | string;
18
+ state?: 'default' | 'hover' | 'focus' | 'disabled' | 'loading';
19
+ buttonStyle?: 'primary' | 'secondary' | 'neutral' | 'subtle';
20
+ }
21
+ export interface InputProps extends BaseComponentProps, AccessibilityProps {
22
+ type?: 'text' | 'email' | 'password' | 'number' | 'tel' | 'url' | 'search';
23
+ placeholder?: string;
24
+ value?: string;
25
+ defaultValue?: string;
26
+ disabled?: boolean;
27
+ readonly?: boolean;
28
+ required?: boolean;
29
+ error?: boolean;
30
+ errorMessage?: string;
31
+ label?: string;
32
+ helperText?: string;
33
+ leftIcon?: React.ReactNode;
34
+ rightIcon?: React.ReactNode;
35
+ size?: Size;
36
+ variant?: 'default' | 'filled' | 'outlined';
37
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
38
+ onFocus?: (event: React.FocusEvent<HTMLInputElement>) => void;
39
+ onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
40
+ }
41
+ export interface CardProps extends BaseComponentProps, AnimationProps {
42
+ variant?: 'default' | 'elevated' | 'outlined' | 'filled';
43
+ padding?: Size;
44
+ hover?: boolean;
45
+ clickable?: boolean;
46
+ header?: React.ReactNode;
47
+ footer?: React.ReactNode;
48
+ onClick?: (event: React.MouseEvent<HTMLDivElement>) => void;
49
+ }
50
+ export interface ModalProps extends BaseComponentProps, AccessibilityProps {
51
+ isOpen: boolean;
52
+ onClose: () => void;
53
+ title?: string;
54
+ size?: 'sm' | 'md' | 'lg' | 'xl' | 'full';
55
+ closeOnOverlayClick?: boolean;
56
+ closeOnEscape?: boolean;
57
+ showCloseButton?: boolean;
58
+ footer?: React.ReactNode;
59
+ overlayClassName?: string;
60
+ overlayStyle?: React.CSSProperties;
61
+ }
62
+ export interface TableColumn<T = any> {
63
+ key: string;
64
+ title: string;
65
+ dataIndex?: string;
66
+ render?: (value: any, record: T, index: number) => React.ReactNode;
67
+ width?: number | string;
68
+ align?: 'left' | 'center' | 'right';
69
+ sortable?: boolean;
70
+ filterable?: boolean;
71
+ }
72
+ export interface TableProps<T = any> extends BaseComponentProps {
73
+ columns: TableColumn<T>[];
74
+ data: T[];
75
+ loading?: boolean;
76
+ pagination?: {
77
+ current: number;
78
+ pageSize: number;
79
+ total: number;
80
+ onChange: (page: number, pageSize: number) => void;
81
+ };
82
+ rowKey?: string | ((record: T) => string);
83
+ onRowClick?: (record: T, index: number) => void;
84
+ onRowHover?: (record: T, index: number) => void;
85
+ selectable?: boolean;
86
+ selectedRows?: T[];
87
+ onSelectionChange?: (selectedRows: T[]) => void;
88
+ }
89
+ export interface TooltipProps extends BaseComponentProps, AccessibilityProps {
90
+ content: React.ReactNode;
91
+ position?: 'top' | 'bottom' | 'left' | 'right' | 'auto';
92
+ trigger?: 'hover' | 'click' | 'focus' | 'manual';
93
+ disabled?: boolean;
94
+ delay?: number;
95
+ offset?: number;
96
+ arrow?: boolean;
97
+ maxWidth?: number | string;
98
+ zIndex?: number;
99
+ }
100
+ export type BadgeType = 'active' | 'inactive' | 'default';
101
+ export interface BadgeProps extends BaseComponentProps {
102
+ label?: string;
103
+ type?: BadgeType;
104
+ variant?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'error';
105
+ size?: Size | 'small' | 'medium' | 'large';
106
+ dot?: boolean;
107
+ max?: number;
108
+ showZero?: boolean;
109
+ children?: React.ReactNode;
110
+ }
111
+ export interface BreadcrumbItem {
112
+ title: React.ReactNode;
113
+ href?: string;
114
+ icon?: string;
115
+ menu?: any;
116
+ [key: string]: any;
117
+ }
118
+ export interface BreadcrumbProps extends BaseComponentProps {
119
+ items?: BreadcrumbItem[];
120
+ separator?: React.ReactNode;
121
+ }
122
+ export interface DropdownItem {
123
+ key: string;
124
+ label: React.ReactNode;
125
+ icon?: React.ReactNode;
126
+ disabled?: boolean;
127
+ onClick?: () => void;
128
+ divider?: boolean;
129
+ }
130
+ export interface DropdownProps extends BaseComponentProps, AccessibilityProps {
131
+ items: DropdownItem[];
132
+ trigger?: React.ReactNode;
133
+ placement?: 'top' | 'bottom' | 'left' | 'right';
134
+ disabled?: boolean;
135
+ onItemClick?: (item: DropdownItem) => void;
136
+ }
137
+ export interface TabItem {
138
+ key: string;
139
+ label: React.ReactNode;
140
+ content: React.ReactNode;
141
+ disabled?: boolean;
142
+ icon?: React.ReactNode;
143
+ }
144
+ export interface TabsProps extends BaseComponentProps {
145
+ items: TabItem[];
146
+ activeKey?: string;
147
+ defaultActiveKey?: string;
148
+ onChange?: (activeKey: string) => void;
149
+ variant?: 'default' | 'pills' | 'underline';
150
+ size?: Size;
151
+ fullWidth?: boolean;
152
+ }
153
+ export interface AccordionItem {
154
+ key: string;
155
+ title: React.ReactNode;
156
+ content: React.ReactNode;
157
+ disabled?: boolean;
158
+ defaultExpanded?: boolean;
159
+ }
160
+ export interface AccordionProps extends BaseComponentProps {
161
+ items: AccordionItem[];
162
+ allowMultiple?: boolean;
163
+ defaultExpandedKeys?: string[];
164
+ onChange?: (expandedKeys: string[]) => void;
165
+ }
166
+ export interface ProgressProps extends BaseComponentProps {
167
+ value: number;
168
+ max?: number;
169
+ size?: Size;
170
+ variant?: 'default' | 'success' | 'warning' | 'error';
171
+ showValue?: boolean;
172
+ animated?: boolean;
173
+ striped?: boolean;
174
+ label?: string;
175
+ }
176
+ export interface SpinnerProps extends BaseComponentProps {
177
+ size?: Size;
178
+ variant?: 'default' | 'primary' | 'secondary';
179
+ speed?: 'slow' | 'normal' | 'fast';
180
+ label?: string;
181
+ }
182
+ export interface AvatarProps extends BaseComponentProps {
183
+ src?: string;
184
+ alt?: string;
185
+ initials?: string;
186
+ size?: 'small' | 'medium' | 'large' | Size;
187
+ shape?: 'circle' | 'square' | 'rounded';
188
+ fallback?: React.ReactNode;
189
+ status?: 'online' | 'offline' | 'away' | 'busy';
190
+ statusColor?: ColorVariant;
191
+ }
192
+ export interface AlertProps extends BaseComponentProps, AccessibilityProps {
193
+ variant?: 'info' | 'success' | 'warning' | 'error';
194
+ title?: string;
195
+ description?: string;
196
+ icon?: React.ReactNode;
197
+ closable?: boolean;
198
+ onClose?: () => void;
199
+ action?: React.ReactNode;
200
+ }
201
+ export interface BackgroundGradientProps extends BaseComponentProps {
202
+ mode?: 'Light Mode BG' | 'Dark Mode BG' | string;
203
+ }
204
+ export interface CategoryItem {
205
+ id?: string | number;
206
+ label: string;
207
+ checked?: boolean;
208
+ type?: string;
209
+ [key: string]: any;
210
+ }
211
+ export interface Category {
212
+ title: string;
213
+ expanded?: boolean;
214
+ items: CategoryItem[];
215
+ [key: string]: any;
216
+ }
217
+ export interface CategoriesProps extends BaseComponentProps {
218
+ variant?: 'single' | 'multiple';
219
+ chips?: {
220
+ label: string;
221
+ [key: string]: any;
222
+ }[];
223
+ categories?: Category[];
224
+ onChipRemove?: (chip: any) => void;
225
+ onCategoryToggle?: (index: number, expanded: boolean) => void;
226
+ onItemClick?: (item: CategoryItem, categoryIndex: number) => void;
227
+ onCancel?: () => void;
228
+ onApply?: () => void;
229
+ cancelLabel?: string;
230
+ applyLabel?: string;
231
+ }
232
+ export interface CheckboxProps extends BaseComponentProps {
233
+ checked?: boolean;
234
+ indeterminate?: boolean;
235
+ disabled?: boolean;
236
+ readOnly?: boolean;
237
+ state?: 'default' | 'hover' | 'focus' | 'pressed' | string;
238
+ size?: 'small' | 'medium' | 'large' | number;
239
+ label?: string;
240
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
241
+ name?: string;
242
+ value?: string;
243
+ }
244
+ export interface RadioProps extends BaseComponentProps {
245
+ checked?: boolean;
246
+ disabled?: boolean;
247
+ readOnly?: boolean;
248
+ state?: 'default' | 'hover' | 'focus' | 'pressed' | string;
249
+ size?: 'small' | 'medium' | 'large' | number;
250
+ label?: string;
251
+ name?: string;
252
+ value?: string;
253
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
254
+ }
255
+ export interface ItemRowProps extends BaseComponentProps {
256
+ showLeftIcon?: boolean;
257
+ hasCheckbox?: boolean;
258
+ hasRadio?: boolean;
259
+ checked?: boolean;
260
+ chooseLeftIcon?: React.ReactNode;
261
+ label?: string;
262
+ showBody?: boolean;
263
+ body?: string;
264
+ showInfo?: boolean;
265
+ showRightIcon?: boolean;
266
+ chooseRightIcon?: React.ReactNode;
267
+ type?: 'Default' | 'Hover' | 'Disabled' | 'Selected' | 'Danger' | string;
268
+ onClick?: () => void;
269
+ }
270
+ export interface ToggleProps extends BaseComponentProps {
271
+ checked?: boolean;
272
+ disabled?: boolean;
273
+ state?: 'default' | 'hover' | 'focus' | 'pressed' | string;
274
+ size?: 'small' | 'medium' | 'large';
275
+ label?: string;
276
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
277
+ name?: string;
278
+ value?: string;
279
+ }
280
+ export interface CellAction {
281
+ icon: string;
282
+ label: string;
283
+ onClick: (event: React.MouseEvent) => void;
284
+ }
285
+ export interface CellProps extends BaseComponentProps {
286
+ variant?: 'default' | 'avatar' | 'status' | 'social' | 'actions' | 'checkbox' | 'toggle' | 'userCount' | string;
287
+ label?: string;
288
+ icon?: string;
289
+ badge?: string | number | React.ReactNode;
290
+ avatar?: string;
291
+ status?: 'active' | 'inactive' | 'pending' | 'online' | 'offline' | string;
292
+ checked?: boolean;
293
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
294
+ count?: number | string;
295
+ actions?: CellAction[];
296
+ }
297
+ export interface CellHeaderProps extends BaseComponentProps {
298
+ label?: string;
299
+ sortable?: boolean;
300
+ sortOrder?: 'asc' | 'desc' | null;
301
+ hasCheckbox?: boolean;
302
+ checked?: boolean;
303
+ onSort?: (event: React.MouseEvent) => void;
304
+ onCheckboxChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
305
+ }
306
+ //# sourceMappingURL=ui.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui.d.ts","sourceRoot":"","sources":["../../../src/types/ui.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,43 @@
1
+ export interface ChartOptions {
2
+ width?: number;
3
+ height?: number;
4
+ title?: string;
5
+ theme?: ChartTheme;
6
+ }
7
+ export interface ChartTheme {
8
+ background?: string;
9
+ text?: string;
10
+ grid?: string;
11
+ primary?: string;
12
+ secondary?: string;
13
+ }
14
+ export interface Node {
15
+ id: string;
16
+ name: string;
17
+ value: number;
18
+ type: "source" | "middle" | "target";
19
+ color: string;
20
+ x: number;
21
+ y: number;
22
+ }
23
+ export interface Link {
24
+ source: string;
25
+ target: string;
26
+ value: number;
27
+ }
28
+ export interface SankeyData {
29
+ nodes: Node[];
30
+ links: Link[];
31
+ }
32
+ export interface Statistics {
33
+ trendGoods: number;
34
+ shoppingViews: number;
35
+ storeDynamics: number;
36
+ }
37
+ export interface Margin {
38
+ top: number;
39
+ right: number;
40
+ bottom: number;
41
+ left: number;
42
+ }
43
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB;AAED,MAAM,WAAW,UAAU;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAGD,MAAM,WAAW,IAAI;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,MAAM,WAAW,IAAI;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,KAAK,EAAE,IAAI,EAAE,CAAC;CACf;AAED,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,MAAM;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1,103 @@
1
+ export interface AnimationConfig {
2
+ duration?: number;
3
+ delay?: number;
4
+ easing?: string;
5
+ iterations?: number;
6
+ direction?: 'normal' | 'reverse' | 'alternate' | 'alternate-reverse';
7
+ fillMode?: 'none' | 'forwards' | 'backwards' | 'both';
8
+ }
9
+ export declare const defaultAnimations: {
10
+ fadeIn: {
11
+ duration: number;
12
+ easing: string;
13
+ keyframes: {
14
+ opacity: number;
15
+ }[];
16
+ };
17
+ slideUp: {
18
+ duration: number;
19
+ easing: string;
20
+ keyframes: {
21
+ transform: string;
22
+ opacity: number;
23
+ }[];
24
+ };
25
+ slideDown: {
26
+ duration: number;
27
+ easing: string;
28
+ keyframes: {
29
+ transform: string;
30
+ opacity: number;
31
+ }[];
32
+ };
33
+ slideLeft: {
34
+ duration: number;
35
+ easing: string;
36
+ keyframes: {
37
+ transform: string;
38
+ opacity: number;
39
+ }[];
40
+ };
41
+ slideRight: {
42
+ duration: number;
43
+ easing: string;
44
+ keyframes: {
45
+ transform: string;
46
+ opacity: number;
47
+ }[];
48
+ };
49
+ scaleIn: {
50
+ duration: number;
51
+ easing: string;
52
+ keyframes: {
53
+ transform: string;
54
+ opacity: number;
55
+ }[];
56
+ };
57
+ scaleOut: {
58
+ duration: number;
59
+ easing: string;
60
+ keyframes: {
61
+ transform: string;
62
+ opacity: number;
63
+ }[];
64
+ };
65
+ bounce: {
66
+ duration: number;
67
+ easing: string;
68
+ keyframes: {
69
+ transform: string;
70
+ }[];
71
+ };
72
+ pulse: {
73
+ duration: number;
74
+ easing: string;
75
+ iterations: string;
76
+ keyframes: {
77
+ transform: string;
78
+ }[];
79
+ };
80
+ spin: {
81
+ duration: number;
82
+ easing: string;
83
+ iterations: string;
84
+ keyframes: {
85
+ transform: string;
86
+ }[];
87
+ };
88
+ };
89
+ export declare function createAnimation(element: HTMLElement, animationName: keyof typeof defaultAnimations, config?: AnimationConfig): Animation | null;
90
+ export declare function animateElement(element: HTMLElement, keyframes: Keyframe[], options?: KeyframeAnimationOptions): Animation | null;
91
+ export declare function staggerAnimation(elements: HTMLElement[], animationName: keyof typeof defaultAnimations, staggerDelay?: number, config?: AnimationConfig): Animation[];
92
+ export declare function createTransition(element: HTMLElement, properties: string[], duration?: number, easing?: string): void;
93
+ export declare function removeTransition(element: HTMLElement): void;
94
+ export declare const animationClasses: {
95
+ fadeIn: string;
96
+ slideUp: string;
97
+ bounce: string;
98
+ pulse: string;
99
+ spin: string;
100
+ };
101
+ export declare function addAnimationClass(element: HTMLElement, animationClass: keyof typeof animationClasses): void;
102
+ export declare function removeAnimationClass(element: HTMLElement, animationClass: keyof typeof animationClasses): void;
103
+ //# sourceMappingURL=animations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../src/utils/animations.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,mBAAmB,CAAC;IACrE,QAAQ,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,WAAW,GAAG,MAAM,CAAC;CACvD;AAED,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqF7B,CAAC;AAEF,wBAAgB,eAAe,CAC7B,OAAO,EAAE,WAAW,EACpB,aAAa,EAAE,MAAM,OAAO,iBAAiB,EAC7C,MAAM,CAAC,EAAE,eAAe,GACvB,SAAS,GAAG,IAAI,CAclB;AAED,wBAAgB,cAAc,CAC5B,OAAO,EAAE,WAAW,EACpB,SAAS,EAAE,QAAQ,EAAE,EACrB,OAAO,CAAC,EAAE,wBAAwB,GACjC,SAAS,GAAG,IAAI,CAGlB;AAED,wBAAgB,gBAAgB,CAC9B,QAAQ,EAAE,WAAW,EAAE,EACvB,aAAa,EAAE,MAAM,OAAO,iBAAiB,EAC7C,YAAY,GAAE,MAAY,EAC1B,MAAM,CAAC,EAAE,eAAe,GACvB,SAAS,EAAE,CAQb;AAED,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,WAAW,EACpB,UAAU,EAAE,MAAM,EAAE,EACpB,QAAQ,GAAE,MAAY,EACtB,MAAM,GAAE,MAAsB,GAC7B,IAAI,CAMN;AAED,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,WAAW,GAAG,IAAI,CAG3D;AAGD,eAAO,MAAM,gBAAgB;;;;;;CAM5B,CAAC;AAEF,wBAAgB,iBAAiB,CAC/B,OAAO,EAAE,WAAW,EACpB,cAAc,EAAE,MAAM,OAAO,gBAAgB,GAC5C,IAAI,CAGN;AAED,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,WAAW,EACpB,cAAc,EAAE,MAAM,OAAO,gBAAgB,GAC5C,IAAI,CAGN"}
@@ -0,0 +1,11 @@
1
+ export declare const colorPalettes: {
2
+ default: string[];
3
+ vibrant: string[];
4
+ pastel: string[];
5
+ monochrome: string[];
6
+ warm: string[];
7
+ cool: string[];
8
+ };
9
+ export declare function getColors(palette: string | string[], count: number): string[];
10
+ export declare function generateGradient(startColor: string, endColor: string, steps: number): string[];
11
+ //# sourceMappingURL=colors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/utils/colors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;;;;CAOzB,CAAC;AAEF,wBAAgB,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAO7E;AAED,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAU9F"}
@@ -0,0 +1,34 @@
1
+ export interface NumberFormatOptions {
2
+ minimumFractionDigits?: number;
3
+ maximumFractionDigits?: number;
4
+ useGrouping?: boolean;
5
+ currency?: string;
6
+ style?: 'decimal' | 'currency' | 'percent';
7
+ }
8
+ export interface DateFormatOptions {
9
+ year?: 'numeric' | '2-digit';
10
+ month?: 'numeric' | '2-digit' | 'long' | 'short' | 'narrow';
11
+ day?: 'numeric' | '2-digit';
12
+ hour?: 'numeric' | '2-digit';
13
+ minute?: 'numeric' | '2-digit';
14
+ second?: 'numeric' | '2-digit';
15
+ timeZoneName?: 'short' | 'long';
16
+ }
17
+ export declare function formatNumber(value: number, options?: NumberFormatOptions): string;
18
+ export declare function formatCompactNumber(value: number): string;
19
+ export declare function formatPercentage(value: number, decimals?: number): string;
20
+ export declare function formatCurrency(value: number, currency?: string, decimals?: number): string;
21
+ export declare function formatDate(date: Date | string | number, options?: DateFormatOptions): string;
22
+ export declare function formatDateTime(date: Date | string | number, options?: DateFormatOptions): string;
23
+ export declare function formatRelativeTime(date: Date | string | number, now?: Date): string;
24
+ export declare function formatFileSize(bytes: number): string;
25
+ export declare function formatDuration(seconds: number): string;
26
+ export declare function formatPhoneNumber(phoneNumber: string): string;
27
+ export declare function formatCreditCard(cardNumber: string): string;
28
+ export declare function capitalizeFirst(str: string): string;
29
+ export declare function capitalizeWords(str: string): string;
30
+ export declare function truncateText(text: string, maxLength: number, suffix?: string): string;
31
+ export declare function slugify(text: string): string;
32
+ export declare function formatValidationError(field: string, message: string): string;
33
+ export declare function formatFieldLabel(fieldName: string): string;
34
+ //# sourceMappingURL=formatters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formatters.d.ts","sourceRoot":"","sources":["../../../src/utils/formatters.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,mBAAmB;IAClC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;CAC5C;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAC;IAC5D,GAAG,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAC5B,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAC7B,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAC/B,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAC/B,YAAY,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CACjC;AAGD,wBAAgB,YAAY,CAC1B,KAAK,EAAE,MAAM,EACb,OAAO,GAAE,mBAAwB,GAChC,MAAM,CAgBR;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAoBzD;AAED,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,MAAM,EACb,QAAQ,GAAE,MAAU,GACnB,MAAM,CAER;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,MAAM,EACb,QAAQ,GAAE,MAAc,EACxB,QAAQ,GAAE,MAAU,GACnB,MAAM,CAOR;AAGD,wBAAgB,UAAU,CACxB,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,EAC5B,OAAO,GAAE,iBAAsB,GAC9B,MAAM,CAWR;AAED,wBAAgB,cAAc,CAC5B,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,EAC5B,OAAO,GAAE,iBAAsB,GAC9B,MAAM,CAaR;AAED,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,EAC5B,GAAG,GAAE,IAAiB,GACrB,MAAM,CA8BR;AAGD,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAQpD;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAUtD;AAED,wBAAgB,iBAAiB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,CAY7D;AAED,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAI3D;AAGD,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEnD;AAED,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAInD;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,GAAE,MAAc,GAAG,MAAM,CAG5F;AAED,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAM5C;AAGD,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,CAE5E;AAED,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAK1D"}
@@ -0,0 +1,26 @@
1
+ import { ChartTheme } from '../types';
2
+ export declare const defaultThemes: {
3
+ light: {
4
+ background: string;
5
+ text: string;
6
+ grid: string;
7
+ primary: string;
8
+ secondary: string;
9
+ accent: string;
10
+ border: string;
11
+ shadow: string;
12
+ };
13
+ dark: {
14
+ background: string;
15
+ text: string;
16
+ grid: string;
17
+ primary: string;
18
+ secondary: string;
19
+ accent: string;
20
+ border: string;
21
+ shadow: string;
22
+ };
23
+ };
24
+ export declare function createTheme(theme: Partial<ChartTheme>): ChartTheme;
25
+ export declare function getTheme(theme: ChartTheme | string): ChartTheme;
26
+ //# sourceMappingURL=themes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"themes.d.ts","sourceRoot":"","sources":["../../../src/utils/themes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;CAqBzB,CAAC;AAEF,wBAAgB,WAAW,CAAC,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,UAAU,CAKlE;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,UAAU,GAAG,MAAM,GAAG,UAAU,CAK/D"}
@@ -0,0 +1,73 @@
1
+ export interface ValidationResult {
2
+ isValid: boolean;
3
+ message?: string;
4
+ }
5
+ export interface ValidationRule {
6
+ required?: boolean;
7
+ minLength?: number;
8
+ maxLength?: number;
9
+ min?: number;
10
+ max?: number;
11
+ pattern?: RegExp;
12
+ custom?: (value: any) => ValidationResult;
13
+ }
14
+ export declare function validateEmail(email: string): ValidationResult;
15
+ export declare function validatePassword(password: string): ValidationResult;
16
+ export declare function validatePhoneNumber(phoneNumber: string): ValidationResult;
17
+ export declare function validateURL(url: string): ValidationResult;
18
+ export declare function validateCreditCard(cardNumber: string): ValidationResult;
19
+ export declare function validateField(value: any, rules: ValidationRule): ValidationResult;
20
+ export declare function validateForm(data: Record<string, any>, rules: Record<string, ValidationRule>): {
21
+ isValid: boolean;
22
+ errors: Record<string, string>;
23
+ };
24
+ export declare const validationPatterns: {
25
+ email: RegExp;
26
+ phone: RegExp;
27
+ url: RegExp;
28
+ alphanumeric: RegExp;
29
+ alphabetic: RegExp;
30
+ numeric: RegExp;
31
+ decimal: RegExp;
32
+ slug: RegExp;
33
+ hexColor: RegExp;
34
+ ipAddress: RegExp;
35
+ uuid: RegExp;
36
+ };
37
+ export declare const commonRules: {
38
+ required: {
39
+ required: boolean;
40
+ };
41
+ email: {
42
+ required: boolean;
43
+ pattern: RegExp;
44
+ };
45
+ password: {
46
+ required: boolean;
47
+ minLength: number;
48
+ };
49
+ phone: {
50
+ required: boolean;
51
+ pattern: RegExp;
52
+ };
53
+ url: {
54
+ required: boolean;
55
+ pattern: RegExp;
56
+ };
57
+ alphanumeric: {
58
+ pattern: RegExp;
59
+ };
60
+ numeric: {
61
+ pattern: RegExp;
62
+ };
63
+ decimal: {
64
+ pattern: RegExp;
65
+ };
66
+ slug: {
67
+ pattern: RegExp;
68
+ };
69
+ hexColor: {
70
+ pattern: RegExp;
71
+ };
72
+ };
73
+ //# sourceMappingURL=validators.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validators.d.ts","sourceRoot":"","sources":["../../../src/utils/validators.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,gBAAgB,CAAC;CAC3C;AAGD,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,gBAAgB,CAY7D;AAGD,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,gBAAgB,CA0BnE;AAGD,wBAAgB,mBAAmB,CAAC,WAAW,EAAE,MAAM,GAAG,gBAAgB,CAiBzE;AAGD,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,gBAAgB,CAOzD;AAGD,wBAAgB,kBAAkB,CAAC,UAAU,EAAE,MAAM,GAAG,gBAAgB,CAkCvE;AAGD,wBAAgB,aAAa,CAC3B,KAAK,EAAE,GAAG,EACV,KAAK,EAAE,cAAc,GACpB,gBAAgB,CAyDlB;AAGD,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACzB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,GACpC;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAAE,CActD;AAGD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;CAY9B,CAAC;AAGF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWvB,CAAC"}