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,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"}
@@ -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"}