@harjs/react-ui 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 (425) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +27 -0
  3. package/dist/assets/css/components/charts/gantt/styles.css +62 -0
  4. package/dist/assets/css/components/charts/pie/pie.css +90 -0
  5. package/dist/assets/css/components/data-display/calendar/styles.css +15 -0
  6. package/dist/assets/css/components/data-display/calendar/styles.week-view.css +144 -0
  7. package/dist/assets/css/components/data-display/card/statuses.css +377 -0
  8. package/dist/assets/css/components/data-display/card/styles.css +26 -0
  9. package/dist/assets/css/components/data-display/chip/chip.css +13 -0
  10. package/dist/assets/css/components/data-display/diagram/styles.css +125 -0
  11. package/dist/assets/css/components/data-display/divider/divider.css +8 -0
  12. package/dist/assets/css/components/data-display/dnd/animations.css +11 -0
  13. package/dist/assets/css/components/data-display/dnd/shadow.css +26 -0
  14. package/dist/assets/css/components/data-display/dnd/styles.css +72 -0
  15. package/dist/assets/css/components/data-display/grid-system/column/position.css +21 -0
  16. package/dist/assets/css/components/data-display/grid-system/column/styles.css +379 -0
  17. package/dist/assets/css/components/data-display/grid-system/row/styles.css +35 -0
  18. package/dist/assets/css/components/data-display/grid-system/styles.css +6 -0
  19. package/dist/assets/css/components/data-display/kanban-board/styles.css +371 -0
  20. package/dist/assets/css/components/data-display/paper/styles.css +49 -0
  21. package/dist/assets/css/components/data-display/syntax-highlighter/core/jsx.template.css +65 -0
  22. package/dist/assets/css/components/data-display/syntax-highlighter/syntax-highlighter.css +58 -0
  23. package/dist/assets/css/components/data-display/table/filter-popup.css +11 -0
  24. package/dist/assets/css/components/data-display/table/properties-popup.css +42 -0
  25. package/dist/assets/css/components/data-display/table/scroll.css +208 -0
  26. package/dist/assets/css/components/data-display/table/styles.css +867 -0
  27. package/dist/assets/css/components/data-display/tabs/tabs.css +245 -0
  28. package/dist/assets/css/components/data-display/typography/paragraph/align.css +13 -0
  29. package/dist/assets/css/components/data-display/typography/paragraph/color.css +51 -0
  30. package/dist/assets/css/components/data-display/typography/paragraph/core.css +6 -0
  31. package/dist/assets/css/components/data-display/typography/paragraph/size.css +13 -0
  32. package/dist/assets/css/components/data-display/typography/title/align.css +13 -0
  33. package/dist/assets/css/components/data-display/typography/title/color.css +0 -0
  34. package/dist/assets/css/components/data-display/typography/title/core.css +5 -0
  35. package/dist/assets/css/components/data-display/typography/title/size.css +41 -0
  36. package/dist/assets/css/components/data-display/typography/typography.css +11 -0
  37. package/dist/assets/css/components/feedback/alert/statuses.css +224 -0
  38. package/dist/assets/css/components/feedback/alert/styles.css +61 -0
  39. package/dist/assets/css/components/feedback/drawer/content.css +7 -0
  40. package/dist/assets/css/components/feedback/drawer/header.css +56 -0
  41. package/dist/assets/css/components/feedback/drawer/styles.css +85 -0
  42. package/dist/assets/css/components/feedback/loading/loading.css +54 -0
  43. package/dist/assets/css/components/feedback/modal/content.css +6 -0
  44. package/dist/assets/css/components/feedback/modal/footer.css +9 -0
  45. package/dist/assets/css/components/feedback/modal/header.css +56 -0
  46. package/dist/assets/css/components/feedback/modal/media-queries/medium.css +11 -0
  47. package/dist/assets/css/components/feedback/modal/media-queries/small.css +11 -0
  48. package/dist/assets/css/components/feedback/modal/media-queries/x-large.css +5 -0
  49. package/dist/assets/css/components/feedback/modal/styles.css +53 -0
  50. package/dist/assets/css/components/feedback/notification/notification.css +157 -0
  51. package/dist/assets/css/components/feedback/popover/styles.css +53 -0
  52. package/dist/assets/css/components/feedback/popup-confirm/styles.css +165 -0
  53. package/dist/assets/css/components/feedback/progress/animations.css +10 -0
  54. package/dist/assets/css/components/feedback/progress/progress.css +50 -0
  55. package/dist/assets/css/components/feedback/progress/statuses.css +188 -0
  56. package/dist/assets/css/components/feedback/tooltip/styles.css +60 -0
  57. package/dist/assets/css/components/form/button/core/icon.css +37 -0
  58. package/dist/assets/css/components/form/button/core/position.css +19 -0
  59. package/dist/assets/css/components/form/button/core/shape.css +13 -0
  60. package/dist/assets/css/components/form/button/core/size.css +14 -0
  61. package/dist/assets/css/components/form/button/styles.css +32 -0
  62. package/dist/assets/css/components/form/button-action/styles.css +24 -0
  63. package/dist/assets/css/components/form/button-group/styles.css +26 -0
  64. package/dist/assets/css/components/form/checkbox/checkbox.css +53 -0
  65. package/dist/assets/css/components/form/checkbox/core/border.css +252 -0
  66. package/dist/assets/css/components/form/date-picker/calendar/calendar.css +14 -0
  67. package/dist/assets/css/components/form/date-picker/calendar/content.css +62 -0
  68. package/dist/assets/css/components/form/date-picker/calendar/footer.css +10 -0
  69. package/dist/assets/css/components/form/date-picker/calendar/header.css +86 -0
  70. package/dist/assets/css/components/form/date-picker/clock/clock.css +14 -0
  71. package/dist/assets/css/components/form/date-picker/clock/content.css +48 -0
  72. package/dist/assets/css/components/form/date-picker/clock/footer.css +6 -0
  73. package/dist/assets/css/components/form/date-picker/clock/header.css +8 -0
  74. package/dist/assets/css/components/form/date-picker/date-picker.css +36 -0
  75. package/dist/assets/css/components/form/input/core/addon.css +11 -0
  76. package/dist/assets/css/components/form/input/core/border.css +114 -0
  77. package/dist/assets/css/components/form/input/core/button.css +34 -0
  78. package/dist/assets/css/components/form/input/core/icon.css +22 -0
  79. package/dist/assets/css/components/form/input/otp/styles.css +20 -0
  80. package/dist/assets/css/components/form/input/phone/styles.css +50 -0
  81. package/dist/assets/css/components/form/input/styles.css +120 -0
  82. package/dist/assets/css/components/form/radio/core/border.css +252 -0
  83. package/dist/assets/css/components/form/radio/radio.css +69 -0
  84. package/dist/assets/css/components/form/select/options.css +117 -0
  85. package/dist/assets/css/components/form/select/styles.css +184 -0
  86. package/dist/assets/css/components/form/switch/core/border.css +208 -0
  87. package/dist/assets/css/components/form/switch/styles.css +61 -0
  88. package/dist/assets/css/components/form/text-editor/styles.css +130 -0
  89. package/dist/assets/css/components/form/upload/dropzone.css +166 -0
  90. package/dist/assets/css/components/form/upload/list-and-gird.css +183 -0
  91. package/dist/assets/css/components/form/upload/styles.css +215 -0
  92. package/dist/assets/css/components/layout/layout.css +130 -0
  93. package/dist/assets/css/components/layout/media-queries/large.css +19 -0
  94. package/dist/assets/css/components/layout/media-queries/medium.css +19 -0
  95. package/dist/assets/css/components/layout/media-queries/small.css +19 -0
  96. package/dist/assets/css/components/layout/media-queries/x-large.css +19 -0
  97. package/dist/assets/css/components/layout/media-queries/x-small.css +3 -0
  98. package/dist/assets/css/components/layout/media-queries/xx-large.css +19 -0
  99. package/dist/assets/css/components/layout/media-queries/xxx-large.css +20 -0
  100. package/dist/assets/css/components/navigation/breadcrumb/styles.css +0 -0
  101. package/dist/assets/css/components/navigation/menu/core/open-or-close.css +12 -0
  102. package/dist/assets/css/components/navigation/menu/styles.css +163 -0
  103. package/dist/assets/css/components/navigation/menu/variant/horizontal.css +3 -0
  104. package/dist/assets/css/components/navigation/menu/variant/vertical.css +3 -0
  105. package/dist/assets/css/components/navigation/pagination/styles.css +169 -0
  106. package/dist/assets/css/components/navigation/steps/animation.css +8 -0
  107. package/dist/assets/css/components/navigation/steps/styles.css +146 -0
  108. package/dist/assets/css/core/animation.css +164 -0
  109. package/dist/assets/css/core/ar-core.css +192 -0
  110. package/dist/assets/css/core/color-palette.css +111 -0
  111. package/dist/assets/css/core/utils.css +16 -0
  112. package/dist/assets/css/core/variants/animation.css +164 -0
  113. package/dist/assets/css/core/variants/border.css +18 -0
  114. package/dist/assets/css/core/variants/borderless.css +362 -0
  115. package/dist/assets/css/core/variants/dashed.css +362 -0
  116. package/dist/assets/css/core/variants/filled.css +428 -0
  117. package/dist/assets/css/core/variants/outlined.css +439 -0
  118. package/dist/assets/css/core/variants/surface.css +252 -0
  119. package/dist/assets/fonts/JetBrainsMono-Bold.ttf +0 -0
  120. package/dist/assets/fonts/JetBrainsMono-Regular.ttf +0 -0
  121. package/dist/components/charts/gantt/IProps.d.ts +24 -0
  122. package/dist/components/charts/gantt/IProps.js +1 -0
  123. package/dist/components/charts/gantt/index.d.ts +5 -0
  124. package/dist/components/charts/gantt/index.js +308 -0
  125. package/dist/components/charts/index.d.ts +2 -0
  126. package/dist/components/charts/index.js +2 -0
  127. package/dist/components/charts/pie/IProps.d.ts +7 -0
  128. package/dist/components/charts/pie/IProps.js +1 -0
  129. package/dist/components/charts/pie/index.d.ts +5 -0
  130. package/dist/components/charts/pie/index.js +56 -0
  131. package/dist/components/data-display/calendar/Body.d.ts +23 -0
  132. package/dist/components/data-display/calendar/Body.js +14 -0
  133. package/dist/components/data-display/calendar/Header.d.ts +20 -0
  134. package/dist/components/data-display/calendar/Header.js +26 -0
  135. package/dist/components/data-display/calendar/IProps.d.ts +14 -0
  136. package/dist/components/data-display/calendar/IProps.js +1 -0
  137. package/dist/components/data-display/calendar/index.d.ts +8 -0
  138. package/dist/components/data-display/calendar/index.js +27 -0
  139. package/dist/components/data-display/calendar/views/Day.d.ts +3 -0
  140. package/dist/components/data-display/calendar/views/Day.js +5 -0
  141. package/dist/components/data-display/calendar/views/Month.d.ts +3 -0
  142. package/dist/components/data-display/calendar/views/Month.js +5 -0
  143. package/dist/components/data-display/calendar/views/Week.d.ts +19 -0
  144. package/dist/components/data-display/calendar/views/Week.js +173 -0
  145. package/dist/components/data-display/card/IProps.d.ts +10 -0
  146. package/dist/components/data-display/card/IProps.js +1 -0
  147. package/dist/components/data-display/card/index.d.ts +5 -0
  148. package/dist/components/data-display/card/index.js +14 -0
  149. package/dist/components/data-display/chip/IProps.d.ts +6 -0
  150. package/dist/components/data-display/chip/IProps.js +1 -0
  151. package/dist/components/data-display/chip/index.d.ts +5 -0
  152. package/dist/components/data-display/chip/index.js +17 -0
  153. package/dist/components/data-display/diagram/IProps.d.ts +6 -0
  154. package/dist/components/data-display/diagram/IProps.js +1 -0
  155. package/dist/components/data-display/diagram/index.d.ts +5 -0
  156. package/dist/components/data-display/diagram/index.js +298 -0
  157. package/dist/components/data-display/divider/IProps.d.ts +6 -0
  158. package/dist/components/data-display/divider/IProps.js +1 -0
  159. package/dist/components/data-display/divider/index.d.ts +5 -0
  160. package/dist/components/data-display/divider/index.js +5 -0
  161. package/dist/components/data-display/dnd/IProps.d.ts +12 -0
  162. package/dist/components/data-display/dnd/IProps.js +1 -0
  163. package/dist/components/data-display/dnd/index.d.ts +5 -0
  164. package/dist/components/data-display/dnd/index.js +125 -0
  165. package/dist/components/data-display/grid-system/box/Box.d.ts +6 -0
  166. package/dist/components/data-display/grid-system/box/Box.js +13 -0
  167. package/dist/components/data-display/grid-system/column/Column.d.ts +4 -0
  168. package/dist/components/data-display/grid-system/column/Column.js +21 -0
  169. package/dist/components/data-display/grid-system/column/IProps.d.ts +13 -0
  170. package/dist/components/data-display/grid-system/column/IProps.js +1 -0
  171. package/dist/components/data-display/grid-system/index.d.ts +10 -0
  172. package/dist/components/data-display/grid-system/index.js +11 -0
  173. package/dist/components/data-display/grid-system/row/IProps.d.ts +4 -0
  174. package/dist/components/data-display/grid-system/row/IProps.js +1 -0
  175. package/dist/components/data-display/grid-system/row/Row.d.ts +4 -0
  176. package/dist/components/data-display/grid-system/row/Row.js +6 -0
  177. package/dist/components/data-display/kanban-board/IProps.d.ts +31 -0
  178. package/dist/components/data-display/kanban-board/IProps.js +1 -0
  179. package/dist/components/data-display/kanban-board/filter/DateFilters.d.ts +25 -0
  180. package/dist/components/data-display/kanban-board/filter/DateFilters.js +55 -0
  181. package/dist/components/data-display/kanban-board/filter/SelectFilters.d.ts +27 -0
  182. package/dist/components/data-display/kanban-board/filter/SelectFilters.js +43 -0
  183. package/dist/components/data-display/kanban-board/filter/index.d.ts +36 -0
  184. package/dist/components/data-display/kanban-board/filter/index.js +47 -0
  185. package/dist/components/data-display/kanban-board/index.d.ts +5 -0
  186. package/dist/components/data-display/kanban-board/index.js +309 -0
  187. package/dist/components/data-display/paper/IProps.d.ts +6 -0
  188. package/dist/components/data-display/paper/IProps.js +1 -0
  189. package/dist/components/data-display/paper/index.d.ts +5 -0
  190. package/dist/components/data-display/paper/index.js +12 -0
  191. package/dist/components/data-display/syntax-highlighter/Import.d.ts +4 -0
  192. package/dist/components/data-display/syntax-highlighter/Import.js +5 -0
  193. package/dist/components/data-display/syntax-highlighter/classes/Compiler.d.ts +7 -0
  194. package/dist/components/data-display/syntax-highlighter/classes/Compiler.js +92 -0
  195. package/dist/components/data-display/syntax-highlighter/classes/Parser.d.ts +9 -0
  196. package/dist/components/data-display/syntax-highlighter/classes/Parser.js +99 -0
  197. package/dist/components/data-display/syntax-highlighter/index.d.ts +11 -0
  198. package/dist/components/data-display/syntax-highlighter/index.js +41 -0
  199. package/dist/components/data-display/table/FilterPopup.d.ts +20 -0
  200. package/dist/components/data-display/table/FilterPopup.js +54 -0
  201. package/dist/components/data-display/table/Helpers.d.ts +2 -0
  202. package/dist/components/data-display/table/Helpers.js +10 -0
  203. package/dist/components/data-display/table/IProps.d.ts +99 -0
  204. package/dist/components/data-display/table/IProps.js +1 -0
  205. package/dist/components/data-display/table/PropertiesPopup.d.ts +31 -0
  206. package/dist/components/data-display/table/PropertiesPopup.js +90 -0
  207. package/dist/components/data-display/table/THeadCell.d.ts +34 -0
  208. package/dist/components/data-display/table/THeadCell.js +67 -0
  209. package/dist/components/data-display/table/body/Editable.d.ts +12 -0
  210. package/dist/components/data-display/table/body/Editable.js +59 -0
  211. package/dist/components/data-display/table/body/TBody.d.ts +36 -0
  212. package/dist/components/data-display/table/body/TBody.js +184 -0
  213. package/dist/components/data-display/table/header/ActionButtons.d.ts +14 -0
  214. package/dist/components/data-display/table/header/ActionButtons.js +65 -0
  215. package/dist/components/data-display/table/header/Header.d.ts +15 -0
  216. package/dist/components/data-display/table/header/Header.js +10 -0
  217. package/dist/components/data-display/table/index.d.ts +7 -0
  218. package/dist/components/data-display/table/index.js +639 -0
  219. package/dist/components/data-display/tabs/IProps.d.ts +9 -0
  220. package/dist/components/data-display/tabs/IProps.js +1 -0
  221. package/dist/components/data-display/tabs/index.d.ts +5 -0
  222. package/dist/components/data-display/tabs/index.js +110 -0
  223. package/dist/components/data-display/tabs/skeleton.d.ts +4 -0
  224. package/dist/components/data-display/tabs/skeleton.js +14 -0
  225. package/dist/components/data-display/typography/index.d.ts +6 -0
  226. package/dist/components/data-display/typography/index.js +9 -0
  227. package/dist/components/data-display/typography/paragraph/IProps.d.ts +7 -0
  228. package/dist/components/data-display/typography/paragraph/IProps.js +1 -0
  229. package/dist/components/data-display/typography/paragraph/Paragraph.d.ts +4 -0
  230. package/dist/components/data-display/typography/paragraph/Paragraph.js +14 -0
  231. package/dist/components/data-display/typography/title/IProps.d.ts +7 -0
  232. package/dist/components/data-display/typography/title/IProps.js +1 -0
  233. package/dist/components/data-display/typography/title/Title.d.ts +4 -0
  234. package/dist/components/data-display/typography/title/Title.js +13 -0
  235. package/dist/components/feedback/alert/IProps.d.ts +11 -0
  236. package/dist/components/feedback/alert/IProps.js +1 -0
  237. package/dist/components/feedback/alert/index.d.ts +5 -0
  238. package/dist/components/feedback/alert/index.js +50 -0
  239. package/dist/components/feedback/drawer/IProps.d.ts +18 -0
  240. package/dist/components/feedback/drawer/IProps.js +1 -0
  241. package/dist/components/feedback/drawer/index.d.ts +5 -0
  242. package/dist/components/feedback/drawer/index.js +94 -0
  243. package/dist/components/feedback/loading/index.d.ts +4 -0
  244. package/dist/components/feedback/loading/index.js +7 -0
  245. package/dist/components/feedback/modal/IProps.d.ts +14 -0
  246. package/dist/components/feedback/modal/IProps.js +1 -0
  247. package/dist/components/feedback/modal/index.d.ts +5 -0
  248. package/dist/components/feedback/modal/index.js +91 -0
  249. package/dist/components/feedback/notification/IProps.d.ts +9 -0
  250. package/dist/components/feedback/notification/IProps.js +1 -0
  251. package/dist/components/feedback/notification/index.d.ts +5 -0
  252. package/dist/components/feedback/notification/index.js +96 -0
  253. package/dist/components/feedback/popover/IProps.d.ts +16 -0
  254. package/dist/components/feedback/popover/IProps.js +1 -0
  255. package/dist/components/feedback/popover/index.d.ts +5 -0
  256. package/dist/components/feedback/popover/index.js +91 -0
  257. package/dist/components/feedback/popup-confirm/IProps.d.ts +10 -0
  258. package/dist/components/feedback/popup-confirm/IProps.js +1 -0
  259. package/dist/components/feedback/popup-confirm/index.d.ts +5 -0
  260. package/dist/components/feedback/popup-confirm/index.js +98 -0
  261. package/dist/components/feedback/progress/IProps.d.ts +6 -0
  262. package/dist/components/feedback/progress/IProps.js +1 -0
  263. package/dist/components/feedback/progress/index.d.ts +5 -0
  264. package/dist/components/feedback/progress/index.js +26 -0
  265. package/dist/components/feedback/tooltip/IProps.d.ts +6 -0
  266. package/dist/components/feedback/tooltip/IProps.js +1 -0
  267. package/dist/components/feedback/tooltip/index.d.ts +5 -0
  268. package/dist/components/feedback/tooltip/index.js +129 -0
  269. package/dist/components/form/button/IProps.d.ts +10 -0
  270. package/dist/components/form/button/IProps.js +1 -0
  271. package/dist/components/form/button/index.d.ts +5 -0
  272. package/dist/components/form/button/index.js +41 -0
  273. package/dist/components/form/button-action/IProps.d.ts +8 -0
  274. package/dist/components/form/button-action/IProps.js +1 -0
  275. package/dist/components/form/button-action/index.d.ts +5 -0
  276. package/dist/components/form/button-action/index.js +68 -0
  277. package/dist/components/form/button-group/index.d.ts +7 -0
  278. package/dist/components/form/button-group/index.js +31 -0
  279. package/dist/components/form/checkbox/IProps.d.ts +5 -0
  280. package/dist/components/form/checkbox/IProps.js +1 -0
  281. package/dist/components/form/checkbox/index.d.ts +5 -0
  282. package/dist/components/form/checkbox/index.js +24 -0
  283. package/dist/components/form/date-picker/DATE.d.ts +12 -0
  284. package/dist/components/form/date-picker/DATE.js +27 -0
  285. package/dist/components/form/date-picker/Props.d.ts +10 -0
  286. package/dist/components/form/date-picker/Props.js +1 -0
  287. package/dist/components/form/date-picker/index.d.ts +5 -0
  288. package/dist/components/form/date-picker/index.js +365 -0
  289. package/dist/components/form/input/IProps.d.ts +12 -0
  290. package/dist/components/form/input/IProps.js +1 -0
  291. package/dist/components/form/input/decimal/Decimal.d.ts +4 -0
  292. package/dist/components/form/input/decimal/Decimal.js +54 -0
  293. package/dist/components/form/input/decimal/IProps.d.ts +8 -0
  294. package/dist/components/form/input/decimal/IProps.js +1 -0
  295. package/dist/components/form/input/formatted-decimal/FormattedDecimal.d.ts +4 -0
  296. package/dist/components/form/input/formatted-decimal/FormattedDecimal.js +73 -0
  297. package/dist/components/form/input/formatted-decimal/IProps.d.ts +12 -0
  298. package/dist/components/form/input/formatted-decimal/IProps.js +1 -0
  299. package/dist/components/form/input/index.d.ts +15 -0
  300. package/dist/components/form/input/index.js +152 -0
  301. package/dist/components/form/input/otp/IProps.d.ts +6 -0
  302. package/dist/components/form/input/otp/IProps.js +1 -0
  303. package/dist/components/form/input/otp/Otp.d.ts +7 -0
  304. package/dist/components/form/input/otp/Otp.js +122 -0
  305. package/dist/components/form/input/phone/IProps.d.ts +11 -0
  306. package/dist/components/form/input/phone/IProps.js +1 -0
  307. package/dist/components/form/input/phone/Phone.d.ts +4 -0
  308. package/dist/components/form/input/phone/Phone.js +41 -0
  309. package/dist/components/form/radio/IProps.d.ts +12 -0
  310. package/dist/components/form/radio/IProps.js +1 -0
  311. package/dist/components/form/radio/index.d.ts +5 -0
  312. package/dist/components/form/radio/index.js +38 -0
  313. package/dist/components/form/select/Props.d.ts +35 -0
  314. package/dist/components/form/select/Props.js +1 -0
  315. package/dist/components/form/select/index.d.ts +5 -0
  316. package/dist/components/form/select/index.js +312 -0
  317. package/dist/components/form/switch/IProps.d.ts +5 -0
  318. package/dist/components/form/switch/IProps.js +1 -0
  319. package/dist/components/form/switch/index.d.ts +5 -0
  320. package/dist/components/form/switch/index.js +36 -0
  321. package/dist/components/form/text-editor/IProps.d.ts +18 -0
  322. package/dist/components/form/text-editor/IProps.js +1 -0
  323. package/dist/components/form/text-editor/index.d.ts +5 -0
  324. package/dist/components/form/text-editor/index.js +300 -0
  325. package/dist/components/form/upload/Buttons.d.ts +8 -0
  326. package/dist/components/form/upload/Buttons.js +27 -0
  327. package/dist/components/form/upload/Dropzone.d.ts +10 -0
  328. package/dist/components/form/upload/Dropzone.js +55 -0
  329. package/dist/components/form/upload/List.d.ts +12 -0
  330. package/dist/components/form/upload/List.js +21 -0
  331. package/dist/components/form/upload/Props.d.ts +16 -0
  332. package/dist/components/form/upload/Props.js +1 -0
  333. package/dist/components/form/upload/index.d.ts +9 -0
  334. package/dist/components/form/upload/index.js +184 -0
  335. package/dist/components/icons/Compiler.d.ts +9 -0
  336. package/dist/components/icons/Compiler.js +156 -0
  337. package/dist/components/icons/index.d.ts +10 -0
  338. package/dist/components/icons/index.js +6 -0
  339. package/dist/components/layout/Footer.d.ts +3 -0
  340. package/dist/components/layout/Footer.js +8 -0
  341. package/dist/components/layout/Header.d.ts +4 -0
  342. package/dist/components/layout/Header.js +8 -0
  343. package/dist/components/layout/IProps.d.ts +20 -0
  344. package/dist/components/layout/IProps.js +1 -0
  345. package/dist/components/layout/LSider.d.ts +4 -0
  346. package/dist/components/layout/LSider.js +53 -0
  347. package/dist/components/layout/Main.d.ts +4 -0
  348. package/dist/components/layout/Main.js +4 -0
  349. package/dist/components/layout/RSider.d.ts +3 -0
  350. package/dist/components/layout/RSider.js +13 -0
  351. package/dist/components/layout/Section.d.ts +4 -0
  352. package/dist/components/layout/Section.js +10 -0
  353. package/dist/components/layout/index.d.ts +12 -0
  354. package/dist/components/layout/index.js +32 -0
  355. package/dist/components/navigation/breadcrumb/IProps.d.ts +3 -0
  356. package/dist/components/navigation/breadcrumb/IProps.js +1 -0
  357. package/dist/components/navigation/breadcrumb/index.d.ts +5 -0
  358. package/dist/components/navigation/breadcrumb/index.js +8 -0
  359. package/dist/components/navigation/menu/IProps.d.ts +14 -0
  360. package/dist/components/navigation/menu/IProps.js +1 -0
  361. package/dist/components/navigation/menu/index.d.ts +5 -0
  362. package/dist/components/navigation/menu/index.js +89 -0
  363. package/dist/components/navigation/pagination/IProps.d.ts +8 -0
  364. package/dist/components/navigation/pagination/IProps.js +1 -0
  365. package/dist/components/navigation/pagination/index.d.ts +5 -0
  366. package/dist/components/navigation/pagination/index.js +74 -0
  367. package/dist/components/navigation/steps/IProps.d.ts +16 -0
  368. package/dist/components/navigation/steps/IProps.js +1 -0
  369. package/dist/components/navigation/steps/index.d.ts +5 -0
  370. package/dist/components/navigation/steps/index.js +102 -0
  371. package/dist/libs/core/application/contexts/Config.d.ts +26 -0
  372. package/dist/libs/core/application/contexts/Config.js +20 -0
  373. package/dist/libs/core/application/contexts/Language.d.ts +7 -0
  374. package/dist/libs/core/application/contexts/Language.js +7 -0
  375. package/dist/libs/core/application/contexts/Loading.d.ts +11 -0
  376. package/dist/libs/core/application/contexts/Loading.js +13 -0
  377. package/dist/libs/core/application/contexts/Notification.d.ts +25 -0
  378. package/dist/libs/core/application/contexts/Notification.js +29 -0
  379. package/dist/libs/core/application/contexts/index.d.ts +5 -0
  380. package/dist/libs/core/application/contexts/index.js +5 -0
  381. package/dist/libs/core/application/hooks/index.d.ts +41 -0
  382. package/dist/libs/core/application/hooks/index.js +17 -0
  383. package/dist/libs/core/application/hooks/useNotification.d.ts +16 -0
  384. package/dist/libs/core/application/hooks/useNotification.js +23 -0
  385. package/dist/libs/core/application/hooks/useTranslation.d.ts +9 -0
  386. package/dist/libs/core/application/hooks/useTranslation.js +25 -0
  387. package/dist/libs/core/application/hooks/useValidation.d.ts +7 -0
  388. package/dist/libs/core/application/hooks/useValidation.js +151 -0
  389. package/dist/libs/core/application/locales/index.d.ts +4 -0
  390. package/dist/libs/core/application/locales/index.js +3 -0
  391. package/dist/libs/core/application/locales/kanban-board/IKanbanBoardLocale.d.ts +5 -0
  392. package/dist/libs/core/application/locales/kanban-board/IKanbanBoardLocale.js +1 -0
  393. package/dist/libs/core/application/locales/kanban-board/en.d.ts +3 -0
  394. package/dist/libs/core/application/locales/kanban-board/en.js +5 -0
  395. package/dist/libs/core/application/locales/kanban-board/tr.d.ts +3 -0
  396. package/dist/libs/core/application/locales/kanban-board/tr.js +5 -0
  397. package/dist/libs/core/application/locales/notification/INotificationLocale.d.ts +59 -0
  398. package/dist/libs/core/application/locales/notification/INotificationLocale.js +1 -0
  399. package/dist/libs/core/application/locales/notification/en.d.ts +3 -0
  400. package/dist/libs/core/application/locales/notification/en.js +85 -0
  401. package/dist/libs/core/application/locales/notification/tr.d.ts +3 -0
  402. package/dist/libs/core/application/locales/notification/tr.js +85 -0
  403. package/dist/libs/core/application/locales/table/ITableLocale.d.ts +18 -0
  404. package/dist/libs/core/application/locales/table/ITableLocale.js +1 -0
  405. package/dist/libs/core/application/locales/table/en.d.ts +3 -0
  406. package/dist/libs/core/application/locales/table/en.js +22 -0
  407. package/dist/libs/core/application/locales/table/tr.d.ts +3 -0
  408. package/dist/libs/core/application/locales/table/tr.js +22 -0
  409. package/dist/libs/infrastructure/shared/DATE.d.ts +74 -0
  410. package/dist/libs/infrastructure/shared/DATE.js +148 -0
  411. package/dist/libs/infrastructure/shared/Enums.d.ts +18 -0
  412. package/dist/libs/infrastructure/shared/Enums.js +21 -0
  413. package/dist/libs/infrastructure/shared/NUMBER.d.ts +8 -0
  414. package/dist/libs/infrastructure/shared/NUMBER.js +10 -0
  415. package/dist/libs/infrastructure/shared/PHONE.d.ts +8 -0
  416. package/dist/libs/infrastructure/shared/PHONE.js +126 -0
  417. package/dist/libs/infrastructure/shared/Utils.d.ts +20 -0
  418. package/dist/libs/infrastructure/shared/Utils.js +349 -0
  419. package/dist/libs/infrastructure/shared/_old_DATE.d.ts +28 -0
  420. package/dist/libs/infrastructure/shared/_old_DATE.js +68 -0
  421. package/dist/libs/infrastructure/types/IGlobalProps.d.ts +183 -0
  422. package/dist/libs/infrastructure/types/IGlobalProps.js +1 -0
  423. package/dist/libs/infrastructure/types/index.d.ts +155 -0
  424. package/dist/libs/infrastructure/types/index.js +1 -0
  425. package/package.json +48 -0
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { Icons } from "../../libs/infrastructure/types";
3
+ declare class Icon {
4
+ private _stroke?;
5
+ private _strokeWidth?;
6
+ constructor(stroke?: string, strokeWidth?: number);
7
+ Compiler: (icon: Icons) => React.JSX.Element | null;
8
+ }
9
+ export default Icon;
@@ -0,0 +1,156 @@
1
+ import React from "react";
2
+ class Icon {
3
+ _stroke;
4
+ _strokeWidth;
5
+ constructor(stroke, strokeWidth) {
6
+ this._stroke = stroke;
7
+ this._strokeWidth = strokeWidth;
8
+ }
9
+ Compiler = (icon) => {
10
+ switch (icon) {
11
+ case "Add":
12
+ return (React.createElement("path", { d: "M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4" }));
13
+ case "ArrowDown":
14
+ return (React.createElement("path", { fillRule: "evenodd", d: "M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1" }));
15
+ case "ArrowDownUp":
16
+ return (React.createElement("path", { fillRule: "evenodd", d: "M11.5 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L11 2.707V14.5a.5.5 0 0 0 .5.5m-7-14a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V1.5a.5.5 0 0 1 .5-.5" }));
17
+ case "ArrowLeft":
18
+ return (React.createElement("path", { fillRule: "evenodd", d: "M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }));
19
+ case "ArrowRight":
20
+ return (React.createElement("path", { fillRule: "evenodd", d: "M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }));
21
+ case "ArrowUp":
22
+ return (React.createElement("path", { fillRule: "evenodd", d: "M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5" }));
23
+ case "Bold":
24
+ return (React.createElement("path", { d: "M8.21 13c2.106 0 3.412-1.087 3.412-2.823 0-1.306-.984-2.283-2.324-2.386v-.055a2.176 2.176 0 0 0 1.852-2.14c0-1.51-1.162-2.46-3.014-2.46H3.843V13zM5.908 4.674h1.696c.963 0 1.517.451 1.517 1.244 0 .834-.629 1.32-1.73 1.32H5.908V4.673zm0 6.788V8.598h1.73c1.217 0 1.88.492 1.88 1.415 0 .943-.643 1.449-1.832 1.449H5.907z" }));
25
+ case "BulletList":
26
+ return (React.createElement("path", { fillRule: "evenodd", d: "M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2" }));
27
+ case "CameraReels":
28
+ return (React.createElement(React.Fragment, null,
29
+ React.createElement("path", { d: "M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0M1 3a2 2 0 1 0 4 0 2 2 0 0 0-4 0" }),
30
+ React.createElement("path", { d: "M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2zm6 8.73V7.27l-3.5 1.555v4.35zM1 8v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1" }),
31
+ React.createElement("path", { d: "M9 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6M7 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0" })));
32
+ case "CheckAll":
33
+ return (React.createElement("path", { d: "M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486z" }));
34
+ case "ChevronBarLeft":
35
+ return (React.createElement("path", { d: "M11.854 3.646a.5.5 0 0 1 0 .708L8.207 8l3.647 3.646a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0M4.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5", fillRule: "evenodd", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }));
36
+ case "ChevronBarRight":
37
+ return (React.createElement("path", { d: "M4.146 3.646a.5.5 0 0 0 0 .708L7.793 8l-3.647 3.646a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708 0M11.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5", fillRule: "evenodd", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }));
38
+ case "ChevronDown":
39
+ return (React.createElement("path", { fillRule: "evenodd", d: "M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708" }));
40
+ case "ChevronExpand":
41
+ return (React.createElement("path", { fillRule: "evenodd", d: "M3.646 9.146a.5.5 0 0 1 .708 0L8 12.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708m0-2.292a.5.5 0 0 0 .708 0L8 3.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708" }));
42
+ case "ChevronUp":
43
+ return (React.createElement("path", { fillRule: "evenodd", d: "M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z" }));
44
+ case "CloseCircle":
45
+ return (React.createElement("path", { d: "M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10ZM9.17 14.83l5.66-5.66M14.83 14.83 9.17 9.17", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" }));
46
+ case "CloseSquare":
47
+ return (React.createElement("path", { d: "m9.17 14.83 5.66-5.66M14.83 14.83 9.17 9.17M9 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9v6c0 5 2 7 7 7Z", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" }));
48
+ case "CloudUpload-Fill":
49
+ return (React.createElement("path", { fillRule: "evenodd", d: "M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0m-.5 14.5V11h1v3.5a.5.5 0 0 1-1 0" }));
50
+ case "Dash":
51
+ return React.createElement("path", { d: "M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8" });
52
+ case "Document":
53
+ return (React.createElement(React.Fragment, null,
54
+ React.createElement("path", { d: "M22 10v5c0 5-2 7-7 7H9c-5 0-7-2-7-7V9c0-5 2-7 7-7h5", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" }),
55
+ React.createElement("path", { d: "M22 10h-4c-3 0-4-1-4-4V2l8 8Z", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" })));
56
+ case "Download":
57
+ return (React.createElement(React.Fragment, null,
58
+ React.createElement("path", { d: "M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5" }),
59
+ React.createElement("path", { d: "M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z" })));
60
+ case "ExclamationCircle":
61
+ return (React.createElement(React.Fragment, null,
62
+ React.createElement("path", { d: "M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16" }),
63
+ React.createElement("path", { d: "M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z" })));
64
+ case "ExclamationDiamond-Fill":
65
+ return (React.createElement("path", { d: "M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4m.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2" }));
66
+ case "Eye-Fill":
67
+ return (React.createElement(React.Fragment, null,
68
+ React.createElement("path", { d: "M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0" }),
69
+ React.createElement("path", { d: "M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8m8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7" })));
70
+ case "FileEarmark-Fill":
71
+ return (React.createElement("path", { d: "M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m5.5 1.5v2a1 1 0 0 0 1 1h2z" }));
72
+ case "FileTypeCsv":
73
+ return (React.createElement("path", { fillRule: "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.517 14.841a1.13 1.13 0 0 0 .401.823q.195.162.478.252.284.091.665.091.507 0 .859-.158.354-.158.539-.44.187-.284.187-.656 0-.336-.134-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176.37.37 0 0 1-.144-.299q0-.234.185-.384.188-.152.512-.152.214 0 .37.068a.6.6 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.439 0-.776.15-.337.149-.527.421-.19.273-.19.639 0 .302.122.524.124.223.352.367.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.167.07-.413.07-.175 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zM.806 13.693q0-.373.102-.633a.87.87 0 0 1 .302-.399.8.8 0 0 1 .475-.137q.225 0 .398.097a.7.7 0 0 1 .272.26.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964 1.4 1.4 0 0 0-.489-.272 1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223-.375.222-.572.632-.195.41-.196.979v.498q0 .568.193.976.197.407.572.626.375.217.914.217.439 0 .785-.164t.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.8.8 0 0 1-.118.363.7.7 0 0 1-.272.25.9.9 0 0 1-.401.087.85.85 0 0 1-.478-.132.83.83 0 0 1-.299-.392 1.7 1.7 0 0 1-.102-.627zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879z" }));
74
+ case "FileTypeDoc":
75
+ return (React.createElement("path", { fillRule: "evenodd", d: "M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-6.839 9.688v-.522a1.5 1.5 0 0 0-.117-.641.86.86 0 0 0-.322-.387.86.86 0 0 0-.469-.129.87.87 0 0 0-.471.13.87.87 0 0 0-.32.386 1.5 1.5 0 0 0-.117.641v.522q0 .384.117.641a.87.87 0 0 0 .32.387.9.9 0 0 0 .471.126.9.9 0 0 0 .469-.126.86.86 0 0 0 .322-.386 1.55 1.55 0 0 0 .117-.642m.803-.516v.513q0 .563-.205.973a1.47 1.47 0 0 1-.589.627q-.381.216-.917.216a1.86 1.86 0 0 1-.92-.216 1.46 1.46 0 0 1-.589-.627 2.15 2.15 0 0 1-.205-.973v-.513q0-.569.205-.975.205-.411.59-.627.386-.22.92-.22.535 0 .916.22.383.219.59.63.204.406.204.972M1 15.925v-3.999h1.459q.609 0 1.005.235.396.233.589.68.196.445.196 1.074 0 .634-.196 1.084-.197.451-.595.689-.396.237-.999.237zm1.354-3.354H1.79v2.707h.563q.277 0 .483-.082a.8.8 0 0 0 .334-.252q.132-.17.196-.422a2.3 2.3 0 0 0 .068-.592q0-.45-.118-.753a.9.9 0 0 0-.354-.454q-.237-.152-.61-.152Zm6.756 1.116q0-.373.103-.633a.87.87 0 0 1 .301-.398.8.8 0 0 1 .475-.138q.225 0 .398.097a.7.7 0 0 1 .273.26.85.85 0 0 1 .12.381h.765v-.073a1.33 1.33 0 0 0-.466-.964 1.4 1.4 0 0 0-.49-.272 1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223-.375.222-.571.633-.197.41-.197.978v.498q0 .568.194.976.195.406.571.627.375.216.914.216.44 0 .785-.164t.551-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.765a.8.8 0 0 1-.117.364.7.7 0 0 1-.273.248.9.9 0 0 1-.401.088.85.85 0 0 1-.478-.131.83.83 0 0 1-.298-.393 1.7 1.7 0 0 1-.103-.627zm5.092-1.76h.894l-1.275 2.006 1.254 1.992h-.908l-.85-1.415h-.035l-.852 1.415h-.862l1.24-2.015-1.228-1.984h.932l.832 1.439h.035z" }));
76
+ case "FileTypeDocx":
77
+ return (React.createElement("path", { fillRule: "evenodd", d: "M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-6.839 9.688v-.522a1.5 1.5 0 0 0-.117-.641.86.86 0 0 0-.322-.387.86.86 0 0 0-.469-.129.87.87 0 0 0-.471.13.87.87 0 0 0-.32.386 1.5 1.5 0 0 0-.117.641v.522q0 .384.117.641a.87.87 0 0 0 .32.387.9.9 0 0 0 .471.126.9.9 0 0 0 .469-.126.86.86 0 0 0 .322-.386 1.55 1.55 0 0 0 .117-.642m.803-.516v.513q0 .563-.205.973a1.47 1.47 0 0 1-.589.627q-.381.216-.917.216a1.86 1.86 0 0 1-.92-.216 1.46 1.46 0 0 1-.589-.627 2.15 2.15 0 0 1-.205-.973v-.513q0-.569.205-.975.205-.411.59-.627.386-.22.92-.22.535 0 .916.22.383.219.59.63.204.406.204.972M1 15.925v-3.999h1.459q.609 0 1.005.235.396.233.589.68.196.445.196 1.074 0 .634-.196 1.084-.197.451-.595.689-.396.237-.999.237zm1.354-3.354H1.79v2.707h.563q.277 0 .483-.082a.8.8 0 0 0 .334-.252q.132-.17.196-.422a2.3 2.3 0 0 0 .068-.592q0-.45-.118-.753a.9.9 0 0 0-.354-.454q-.237-.152-.61-.152Zm6.756 1.116q0-.373.103-.633a.87.87 0 0 1 .301-.398.8.8 0 0 1 .475-.138q.225 0 .398.097a.7.7 0 0 1 .273.26.85.85 0 0 1 .12.381h.765v-.073a1.33 1.33 0 0 0-.466-.964 1.4 1.4 0 0 0-.49-.272 1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223-.375.222-.571.633-.197.41-.197.978v.498q0 .568.194.976.195.406.571.627.375.216.914.216.44 0 .785-.164t.551-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.765a.8.8 0 0 1-.117.364.7.7 0 0 1-.273.248.9.9 0 0 1-.401.088.85.85 0 0 1-.478-.131.83.83 0 0 1-.298-.393 1.7 1.7 0 0 1-.103-.627zm5.092-1.76h.894l-1.275 2.006 1.254 1.992h-.908l-.85-1.415h-.035l-.852 1.415h-.862l1.24-2.015-1.228-1.984h.932l.832 1.439h.035z" }));
78
+ case "FileTypeHtml":
79
+ return (React.createElement("path", { fillRule: "evenodd", d: "M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-9.736 7.35v3.999h-.791v-1.714H1.79v1.714H1V11.85h.791v1.626h1.682V11.85h.79Zm2.251.662v3.337h-.794v-3.337H4.588v-.662h3.064v.662zm2.176 3.337v-2.66h.038l.952 2.159h.516l.946-2.16h.038v2.661h.715V11.85h-.8l-1.14 2.596H9.93L8.79 11.85h-.805v3.999zm4.71-.674h1.696v.674H12.61V11.85h.79v3.325Z" }));
80
+ case "FileTypeJson":
81
+ return (React.createElement("path", { fillRule: "evenodd", d: "M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM4.151 15.29a1.2 1.2 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384q.105.073.25.114.142.041.319.041.245 0 .413-.07a.56.56 0 0 0 .255-.193.5.5 0 0 0 .084-.29.39.39 0 0 0-.152-.326q-.152-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.539-.214 1 1 0 0 1-.352-.367 1.1 1.1 0 0 1-.123-.524q0-.366.19-.639.192-.272.528-.422.337-.15.777-.149.456 0 .779.152.326.153.5.41.18.255.2.566h-.75a.56.56 0 0 0-.12-.258.6.6 0 0 0-.246-.181.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.185.384q0 .18.144.3a1 1 0 0 0 .404.175l.621.143q.326.075.566.211a1 1 0 0 1 .375.358q.135.222.135.56 0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252 1.1 1.1 0 0 1-.29-.375m-3.104-.033a1.3 1.3 0 0 1-.082-.466h.764a.6.6 0 0 0 .074.27.5.5 0 0 0 .454.246q.285 0 .422-.164.137-.165.137-.466v-2.745h.791v2.725q0 .66-.357 1.005-.355.345-.985.345a1.6 1.6 0 0 1-.568-.094 1.15 1.15 0 0 1-.407-.266 1.1 1.1 0 0 1-.243-.39m9.091-1.585v.522q0 .384-.117.641a.86.86 0 0 1-.322.387.9.9 0 0 1-.47.126.9.9 0 0 1-.47-.126.87.87 0 0 1-.32-.387 1.55 1.55 0 0 1-.117-.641v-.522q0-.386.117-.641a.87.87 0 0 1 .32-.387.87.87 0 0 1 .47-.129q.265 0 .47.129a.86.86 0 0 1 .322.387q.117.255.117.641m.803.519v-.513q0-.565-.205-.973a1.46 1.46 0 0 0-.59-.63q-.38-.22-.916-.22-.534 0-.92.22a1.44 1.44 0 0 0-.589.628q-.205.407-.205.975v.513q0 .562.205.973.205.407.589.626.386.217.92.217.536 0 .917-.217.384-.22.589-.626.204-.41.205-.973m1.29-.935v2.675h-.746v-3.999h.662l1.752 2.66h.032v-2.66h.75v4h-.656l-1.761-2.676z" }));
82
+ case "FileTypePdf":
83
+ return (React.createElement("path", { fillRule: "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.6 11.85H0v3.999h.791v-1.342h.803q.43 0 .732-.173.305-.175.463-.474a1.4 1.4 0 0 0 .161-.677q0-.375-.158-.677a1.2 1.2 0 0 0-.46-.477q-.3-.18-.732-.179m.545 1.333a.8.8 0 0 1-.085.38.57.57 0 0 1-.238.241.8.8 0 0 1-.375.082H.788V12.48h.66q.327 0 .512.181.185.183.185.522m1.217-1.333v3.999h1.46q.602 0 .998-.237a1.45 1.45 0 0 0 .595-.689q.196-.45.196-1.084 0-.63-.196-1.075a1.43 1.43 0 0 0-.589-.68q-.396-.234-1.005-.234zm.791.645h.563q.371 0 .609.152a.9.9 0 0 1 .354.454q.118.302.118.753a2.3 2.3 0 0 1-.068.592 1.1 1.1 0 0 1-.196.422.8.8 0 0 1-.334.252 1.3 1.3 0 0 1-.483.082h-.563zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638z" }));
84
+ case "FileTypePptx":
85
+ return (React.createElement("path", { fillRule: "evenodd", d: "M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.5 11.85h1.6q.434 0 .732.179.302.175.46.477t.158.677-.16.677q-.159.299-.464.474a1.45 1.45 0 0 1-.732.173H2.29v1.342H1.5zm2.06 1.714a.8.8 0 0 0 .085-.381q0-.34-.185-.521-.185-.182-.513-.182h-.659v1.406h.66a.8.8 0 0 0 .374-.082.57.57 0 0 0 .238-.24m1.302-1.714h1.6q.434 0 .732.179.302.175.46.477t.158.677-.16.677q-.158.299-.464.474a1.45 1.45 0 0 1-.732.173h-.803v1.342h-.79zm2.06 1.714a.8.8 0 0 0 .085-.381q0-.34-.185-.521-.184-.182-.513-.182H5.65v1.406h.66a.8.8 0 0 0 .374-.082.57.57 0 0 0 .238-.24m2.852 2.285v-3.337h1.137v-.662H7.846v.662H8.98v3.337zm3.796-3.999h.893l-1.274 2.007 1.254 1.992h-.908l-.85-1.415h-.035l-.853 1.415h-.861l1.24-2.016-1.228-1.983h.931l.832 1.439h.035z" }));
86
+ case "FileTypeTxt":
87
+ return (React.createElement("path", { fillRule: "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2h-2v-1h2a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.928 15.849v-3.337h1.136v-.662H0v.662h1.134v3.337zm4.689-3.999h-.894L4.9 13.289h-.035l-.832-1.439h-.932l1.228 1.983-1.24 2.016h.862l.853-1.415h.035l.85 1.415h.907l-1.253-1.992zm1.93.662v3.337h-.794v-3.337H6.619v-.662h3.064v.662H8.546Z" }));
88
+ case "FileTypeXls":
89
+ return (React.createElement("path", { fillRule: "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM6.472 15.29a1.2 1.2 0 0 1-.111-.449h.765a.58.58 0 0 0 .254.384q.106.073.25.114.143.041.319.041.246 0 .413-.07a.56.56 0 0 0 .255-.193.5.5 0 0 0 .085-.29.39.39 0 0 0-.153-.326q-.152-.12-.462-.193l-.619-.143a1.7 1.7 0 0 1-.539-.214 1 1 0 0 1-.351-.367 1.1 1.1 0 0 1-.123-.524q0-.366.19-.639.19-.272.527-.422.338-.15.777-.149.457 0 .78.152.324.153.5.41.18.255.2.566h-.75a.56.56 0 0 0-.12-.258.6.6 0 0 0-.247-.181.9.9 0 0 0-.369-.068q-.325 0-.513.152a.47.47 0 0 0-.184.384q0 .18.143.3a1 1 0 0 0 .405.175l.62.143q.326.075.566.211a1 1 0 0 1 .375.358q.135.222.135.56 0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252 1.1 1.1 0 0 1-.29-.375m-2.945-3.358h-.893L1.81 13.37h-.036l-.832-1.438h-.93l1.227 1.983L0 15.931h.861l.853-1.415h.035l.85 1.415h.908L2.253 13.94zm2.727 3.325H4.557v-3.325h-.79v4h2.487z" }));
90
+ case "FileTypeXlsx":
91
+ return (React.createElement("path", { fillRule: "evenodd", d: "M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM7.86 14.841a1.13 1.13 0 0 0 .401.823q.195.162.479.252.284.091.665.091.507 0 .858-.158.355-.158.54-.44a1.17 1.17 0 0 0 .187-.656q0-.336-.135-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.565-.21l-.621-.144a1 1 0 0 1-.405-.176.37.37 0 0 1-.143-.299q0-.234.184-.384.188-.152.513-.152.214 0 .37.068a.6.6 0 0 1 .245.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.199-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.44 0-.777.15-.336.149-.527.421-.19.273-.19.639 0 .302.123.524t.351.367q.229.143.54.213l.618.144q.31.073.462.193a.39.39 0 0 1 .153.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.168.07-.413.07-.176 0-.32-.04a.8.8 0 0 1-.249-.115.58.58 0 0 1-.255-.384zm-3.726-2.909h.893l-1.274 2.007 1.254 1.992h-.908l-.85-1.415h-.035l-.853 1.415H1.5l1.24-2.016-1.228-1.983h.931l.832 1.438h.036zm1.923 3.325h1.697v.674H5.266v-3.999h.791zm7.636-3.325h.893l-1.274 2.007 1.254 1.992h-.908l-.85-1.415h-.035l-.853 1.415h-.861l1.24-2.016-1.228-1.983h.931l.832 1.438h.036z" }));
92
+ case "FileTypeXml":
93
+ return (React.createElement("path", { fillRule: "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.527 11.85h-.893l-.823 1.439h-.036L.943 11.85H.012l1.227 1.983L0 15.85h.861l.853-1.415h.035l.85 1.415h.908l-1.254-1.992zm.954 3.999v-2.66h.038l.952 2.159h.516l.946-2.16h.038v2.661h.715V11.85h-.8l-1.14 2.596h-.025L4.58 11.85h-.806v3.999zm4.71-.674h1.696v.674H8.4V11.85h.791z" }));
94
+ case "FileTypeZip":
95
+ return (React.createElement(React.Fragment, null,
96
+ React.createElement("path", { d: "M5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.11 0l-.929-.62a1 1 0 0 1-.415-1.074L5 8.438zm2 0H6v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.929-.62-.4-1.598A1 1 0 0 1 7 8.438z" }),
97
+ React.createElement("path", { d: "M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1h-2v1h-1v1h1v1h-1v1h1v1H6V5H5V4h1V3H5V2h1V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5z" })));
98
+ case "Filter":
99
+ return (React.createElement(React.Fragment, null,
100
+ React.createElement("path", { d: "M6 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5" })));
101
+ case "Floppy-Fill":
102
+ return (React.createElement(React.Fragment, null,
103
+ React.createElement("path", { d: "M0 1.5A1.5 1.5 0 0 1 1.5 0H3v5.5A1.5 1.5 0 0 0 4.5 7h7A1.5 1.5 0 0 0 13 5.5V0h.086a1.5 1.5 0 0 1 1.06.44l1.415 1.414A1.5 1.5 0 0 1 16 2.914V14.5a1.5 1.5 0 0 1-1.5 1.5H14v-5.5A1.5 1.5 0 0 0 12.5 9h-9A1.5 1.5 0 0 0 2 10.5V16h-.5A1.5 1.5 0 0 1 0 14.5z" }),
104
+ React.createElement("path", { d: "M3 16h10v-5.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5zm9-16H4v5.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5zM9 1h2v4H9z" })));
105
+ case "Front":
106
+ return (React.createElement("path", { d: "M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2zm5 10v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2v5a2 2 0 0 1-2 2z" }));
107
+ case "GripVertical":
108
+ return (React.createElement("path", { d: "M7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }));
109
+ case "Import":
110
+ return (React.createElement(React.Fragment, null,
111
+ React.createElement("path", { d: "M3 15C3 17.8284 3 19.2426 3.87868 20.1213C4.75736 21 6.17157 21 9 21H15C17.8284 21 19.2426 21 20.1213 20.1213C21 19.2426 21 17.8284 21 15", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" }),
112
+ React.createElement("path", { d: "M12 3V16M12 16L16 11.625M12 16L8 11.625", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" })));
113
+ case "Inbox-Fill":
114
+ return (React.createElement("path", { d: "M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4zm-1.17-.437A1.5 1.5 0 0 1 4.98 3h6.04a1.5 1.5 0 0 1 1.17.563l3.7 4.625a.5.5 0 0 1 .106.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374z" }));
115
+ case "Information-Circle-Fill":
116
+ return (React.createElement("path", { d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2" }));
117
+ case "Italic":
118
+ return (React.createElement("path", { d: "M7.991 11.674 9.53 4.455c.123-.595.246-.71 1.347-.807l.11-.52H7.211l-.11.52c1.06.096 1.128.212 1.005.807L6.57 11.674c-.123.595-.246.71-1.346.806l-.11.52h3.774l.11-.52c-1.06-.095-1.129-.211-1.006-.806z" }));
119
+ case "NumberList":
120
+ return (React.createElement(React.Fragment, null,
121
+ React.createElement("path", { fillRule: "evenodd", d: "M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5" }),
122
+ React.createElement("path", { d: "M1.713 11.865v-.474H2c.217 0 .363-.137.363-.317 0-.185-.158-.31-.361-.31-.223 0-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595 0 0 1-.492.594v.033a.615.615 0 0 1 .569.631c.003.533-.502.8-1.051.8-.656 0-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254 0 .424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583 0 .96.326.96.756 0 .389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508 0-.18-.147-.32-.342-.32a.33.33 0 0 0-.342.338zM2.564 5h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635z" })));
123
+ case "Strikethrough":
124
+ return (React.createElement("path", { d: "M6.333 5.686c0 .31.083.581.27.814H5.166a2.8 2.8 0 0 1-.099-.76c0-1.627 1.436-2.768 3.48-2.768 1.969 0 3.39 1.175 3.445 2.85h-1.23c-.11-1.08-.964-1.743-2.25-1.743-1.23 0-2.18.602-2.18 1.607zm2.194 7.478c-2.153 0-3.589-1.107-3.705-2.81h1.23c.144 1.06 1.129 1.703 2.544 1.703 1.34 0 2.31-.705 2.31-1.675 0-.827-.547-1.374-1.914-1.675L8.046 8.5H1v-1h14v1h-3.504c.468.437.675.994.675 1.697 0 1.826-1.436 2.967-3.644 2.967" }));
125
+ case "TextAlingCenter":
126
+ return (React.createElement("path", { fillRule: "evenodd", d: "M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5" }));
127
+ case "TextAlingLeft":
128
+ return (React.createElement("path", { fillRule: "evenodd", d: "M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5" }));
129
+ case "TextAlingRight":
130
+ return (React.createElement("path", { fillRule: "evenodd", d: "M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5" }));
131
+ case "ThreeDotsVertical":
132
+ return (React.createElement("path", { d: "M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" }));
133
+ case "TickCircle":
134
+ return (React.createElement(React.Fragment, null,
135
+ React.createElement("path", { d: "M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10Z", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" }),
136
+ React.createElement("path", { d: "m7.75 12 2.83 2.83 5.67-5.66", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" })));
137
+ case "Trash-Fill":
138
+ return (React.createElement("path", { d: "M2.5 1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1H3v9a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4h.5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1zm3 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5M8 5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 8 5m3 .5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 1 0" }));
139
+ case "Underline":
140
+ return (React.createElement("path", { d: "M5.313 3.136h-1.23V9.54c0 2.105 1.47 3.623 3.917 3.623s3.917-1.518 3.917-3.623V3.136h-1.23v6.323c0 1.49-.978 2.57-2.687 2.57s-2.687-1.08-2.687-2.57zM12.5 15h-9v-1h9z" }));
141
+ case "Upload":
142
+ return (React.createElement(React.Fragment, null,
143
+ React.createElement("path", { d: "M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5" }),
144
+ React.createElement("path", { d: "M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708z" })));
145
+ case "Warning":
146
+ return (React.createElement(React.Fragment, null,
147
+ React.createElement("path", { d: "M12 7.75V13M2.92 8.58c0-1.12.6-2.16 1.57-2.73l5.94-3.43c.97-.56 2.17-.56 3.15 0l5.94 3.43c.97.56 1.57 1.6 1.57 2.73v6.84c0 1.12-.6 2.16-1.57 2.73l-5.94 3.43c-.97.56-2.17.56-3.15 0l-5.94-3.43a3.15 3.15 0 0 1-1.57-2.73v-2.76", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" }),
148
+ React.createElement("path", { d: "M12 16.2v.1", stroke: this._stroke, strokeWidth: this._strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" })));
149
+ case "XCircle-Fill":
150
+ return (React.createElement("path", { d: "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293z" }));
151
+ default:
152
+ return null;
153
+ }
154
+ };
155
+ }
156
+ export default Icon;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { Icons } from "../../libs/infrastructure/types";
3
+ export declare const ARIcon: React.FC<{
4
+ size?: string | number | undefined;
5
+ icon: Icons;
6
+ fill?: string;
7
+ stroke?: string;
8
+ strokeWidth?: number;
9
+ style?: React.CSSProperties | undefined;
10
+ }>;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ import Icon from "./Compiler";
3
+ export const ARIcon = ({ size = 16, icon, fill = "var(--dark)", stroke = "var(--dark)", strokeWidth = 1, style }) => {
4
+ const { Compiler } = new Icon(stroke, strokeWidth);
5
+ return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: fill, width: size, height: size, style: style }, Compiler(icon)));
6
+ };
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const Footer: React.FC;
3
+ export default Footer;
@@ -0,0 +1,8 @@
1
+ "use client";
2
+ import React from "react";
3
+ const Footer = () => {
4
+ // return <footer>Copyright {new Date().getFullYear()} | Powered By AR Design</footer>;
5
+ return React.createElement("footer", null, "...");
6
+ };
7
+ Footer.displayName = "Layout.Footer";
8
+ export default Footer;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IHeaderProps } from "./IProps";
3
+ declare const Header: React.FC<IHeaderProps>;
4
+ export default Header;
@@ -0,0 +1,8 @@
1
+ "use client";
2
+ import React from "react";
3
+ const Header = ({ actions }) => {
4
+ return (React.createElement("header", null,
5
+ React.createElement("div", { className: "actions" }, actions)));
6
+ };
7
+ Header.displayName = "Layout.Header";
8
+ export default Header;
@@ -0,0 +1,20 @@
1
+ import React from "react";
2
+ import { IChildrenProps } from "../../libs/infrastructure/types/IGlobalProps";
3
+ export interface ILayoutProps extends IChildrenProps {
4
+ }
5
+ export interface IHeaderProps {
6
+ actions?: React.ReactNode;
7
+ }
8
+ export interface ILSiderProps extends React.HTMLAttributes<HTMLElement> {
9
+ logo?: {
10
+ default: React.ReactElement<SVGElement | HTMLImageElement>;
11
+ mini: React.ReactElement<SVGElement | HTMLImageElement>;
12
+ onClick?: () => void;
13
+ };
14
+ footer?: string;
15
+ }
16
+ export interface IMainProps extends IChildrenProps {
17
+ }
18
+ export interface ISectionProps extends IChildrenProps {
19
+ fullWidth?: boolean;
20
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ILSiderProps } from "./IProps";
3
+ declare const LSider: React.FC<ILSiderProps>;
4
+ export default LSider;
@@ -0,0 +1,53 @@
1
+ "use client";
2
+ import React, { useEffect, useState } from "react";
3
+ import { useLayout } from "../../libs/core/application/hooks";
4
+ import Paragraph from "../data-display/typography/paragraph/Paragraph";
5
+ import { ARIcon } from "../icons";
6
+ import { DispatchEvent, SessionStorage } from "../../libs/infrastructure/shared/Enums";
7
+ const LSider = ({ logo, footer, ...attributes }) => {
8
+ // states
9
+ const [isLocked, setIsLocked] = useState(true);
10
+ const [isLockedSessionStorage, setIsLockedSessionStorage] = useState(true);
11
+ // variables
12
+ const _className = ["ar-aside", "left", isLocked ? "locked" : "un-locked"];
13
+ if (attributes.className)
14
+ _className.push(attributes.className);
15
+ // hooks
16
+ const { config } = useLayout();
17
+ const sider = config.layout.sider.left;
18
+ if (!sider?.active)
19
+ return null;
20
+ // useEffects
21
+ useEffect(() => {
22
+ const onStorageChange = () => {
23
+ setIsLockedSessionStorage(JSON.parse(sessionStorage.getItem(SessionStorage.MenuIsLocked) ?? "true"));
24
+ };
25
+ window.addEventListener(DispatchEvent.MenuLock, onStorageChange);
26
+ window.addEventListener("storage", onStorageChange);
27
+ return () => {
28
+ window.removeEventListener(DispatchEvent.MenuLock, onStorageChange);
29
+ window.removeEventListener("storage", onStorageChange);
30
+ };
31
+ }, []);
32
+ return (React.createElement("aside", { ...attributes, className: _className.map((c) => c).join(" "), onMouseOver: () => {
33
+ sessionStorage.setItem(SessionStorage.MenuIsLocked, String(true));
34
+ window.dispatchEvent(new Event(DispatchEvent.MenuLock));
35
+ }, onMouseLeave: () => {
36
+ sessionStorage.setItem(SessionStorage.MenuIsLocked, String(isLocked));
37
+ window.dispatchEvent(new Event(DispatchEvent.MenuLock));
38
+ } },
39
+ React.createElement("span", { className: "button", role: "button", onClick: () => setIsLocked((prev) => !prev) },
40
+ React.createElement(ARIcon, { size: 20, strokeWidth: 0, fill: "currentColor", icon: isLocked ? "ChevronBarLeft" : "ChevronBarRight" })),
41
+ React.createElement("div", { className: "logo", onClick: () => {
42
+ if (!logo?.onClick)
43
+ return;
44
+ logo?.onClick();
45
+ sessionStorage.setItem(SessionStorage.SelectedMenuItem, "null");
46
+ window.dispatchEvent(new Event(DispatchEvent.SelectedMenuItem));
47
+ } }, isLockedSessionStorage ? logo?.default : logo?.mini),
48
+ React.createElement("div", null, sider.element),
49
+ footer && (React.createElement("footer", null,
50
+ React.createElement(Paragraph, { size: "small" }, footer)))));
51
+ };
52
+ LSider.displayName = "Layout.LSider";
53
+ export default LSider;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IMainProps } from "./IProps";
3
+ declare const Main: React.FC<IMainProps>;
4
+ export default Main;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ const Main = ({ children }) => React.createElement("main", null, children);
3
+ Main.displayName = "Layout.Main";
4
+ export default Main;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const RSider: React.FC;
3
+ export default RSider;
@@ -0,0 +1,13 @@
1
+ "use client";
2
+ import React from "react";
3
+ import { useLayout } from "../../libs/core/application/hooks";
4
+ const RSider = () => {
5
+ // hooks
6
+ const { config: options } = useLayout();
7
+ const sider = options.layout.sider.right;
8
+ if (!sider.active)
9
+ return null;
10
+ return React.createElement("aside", { className: "ar-aside right" }, sider.element);
11
+ };
12
+ RSider.displayName = "Layout.RSider";
13
+ export default RSider;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ISectionProps } from "./IProps";
3
+ declare const Section: React.FC<ISectionProps>;
4
+ export default Section;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ const Section = ({ children, fullWidth }) => {
3
+ // refs
4
+ const _selectionClassName = [];
5
+ if (fullWidth)
6
+ _selectionClassName.push("full-width");
7
+ return React.createElement("section", { className: _selectionClassName.map((c) => c).join(" ") }, children);
8
+ };
9
+ Section.displayName = "Layout.Section";
10
+ export default Section;
@@ -0,0 +1,12 @@
1
+ import "../../assets/css/components/layout/layout.css";
2
+ import { IHeaderProps, ILayoutProps, ILSiderProps, IMainProps, ISectionProps } from "./IProps";
3
+ import React from "react";
4
+ declare const Layout: React.FC<ILayoutProps> & {
5
+ Header: React.FC<IHeaderProps>;
6
+ Main: React.FC<IMainProps>;
7
+ LSider: React.FC<ILSiderProps>;
8
+ Section: React.FC<ISectionProps>;
9
+ RSider: React.FC;
10
+ Footer: React.FC;
11
+ };
12
+ export default Layout;
@@ -0,0 +1,32 @@
1
+ import "../../assets/css/components/layout/layout.css";
2
+ import Footer from "./Footer";
3
+ import Header from "./Header";
4
+ import LSider from "./LSider";
5
+ import Main from "./Main";
6
+ import React from "react";
7
+ import RSider from "./RSider";
8
+ import Section from "./Section";
9
+ const Layout = ({ children }) => {
10
+ const validOrder = ["Layout.LSider", "Layout.Main"]; // Doğru sıralama
11
+ React.Children.forEach(children, (child, index) => {
12
+ if (React.isValidElement(child)) {
13
+ const componentType = child.type;
14
+ if (validOrder[index] != componentType.displayName) {
15
+ throw new Error(`Layout içerisindeki bileşenler yanlış sırada. Beklenen sırada değil: ${componentType.displayName}`);
16
+ }
17
+ }
18
+ });
19
+ return (React.createElement("div", { className: "ar-layout" }, React.Children.map(children, (child) => {
20
+ if (!React.isValidElement(child))
21
+ return;
22
+ return child;
23
+ })));
24
+ };
25
+ Layout.Header = Header;
26
+ Layout.Main = Main;
27
+ Layout.LSider = LSider;
28
+ Layout.Section = Section;
29
+ Layout.RSider = RSider;
30
+ Layout.Footer = Footer;
31
+ Layout.displayName = "Layout";
32
+ export default Layout;
@@ -0,0 +1,3 @@
1
+ interface IProps {
2
+ }
3
+ export default IProps;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import IProps from "./IProps";
3
+ import "../../../assets/css/components/navigation/breadcrumb/styles.css";
4
+ declare const Breadcrumb: React.FC<IProps>;
5
+ export default Breadcrumb;
@@ -0,0 +1,8 @@
1
+ "use client";
2
+ import React from "react";
3
+ import "../../../assets/css/components/navigation/breadcrumb/styles.css";
4
+ const Breadcrumb = () => {
5
+ return React.createElement("nav", { className: "ar-breadcrumb" });
6
+ };
7
+ Breadcrumb.displayName = "Breadcrumb";
8
+ export default Breadcrumb;
@@ -0,0 +1,14 @@
1
+ import React from "react";
2
+ import { MenuItemVariants, NavigationMenuProps } from "../../../libs/infrastructure/types";
3
+ interface IProps extends React.HTMLAttributes<HTMLElement> {
4
+ data: NavigationMenuProps[];
5
+ variant?: MenuItemVariants;
6
+ config?: {
7
+ icon?: {
8
+ selectedColor: string;
9
+ selectedBackgroundColor: string;
10
+ selectedBackgroundBorderColor: string;
11
+ };
12
+ };
13
+ }
14
+ export default IProps;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import "../../../assets/css/components/navigation/menu/styles.css";
3
+ import IProps from "./IProps";
4
+ declare const Menu: React.FC<IProps>;
5
+ export default Menu;
@@ -0,0 +1,89 @@
1
+ "use client";
2
+ import React, { useEffect, useState } from "react";
3
+ import "../../../assets/css/components/navigation/menu/styles.css";
4
+ import { DispatchEvent, SessionStorage } from "../../../libs/infrastructure/shared/Enums";
5
+ const Menu = ({ data, variant = "vertical", config, ...attributes }) => {
6
+ // states
7
+ const [openMenus, setOpenMenus] = useState([]);
8
+ const [selectedKey, setSelectedKey] = useState(null);
9
+ const [isMenuLocked, setIsMenuLocked] = useState(true);
10
+ // methods
11
+ const handleItemClick = (item) => {
12
+ if (!isMenuLocked && item.type === "group")
13
+ return;
14
+ if (item.type === "group") {
15
+ const parents = findPath(item.key, data) ?? [];
16
+ setOpenMenus((prev) => {
17
+ const isOpen = prev.includes(item.key);
18
+ if (isOpen)
19
+ return prev.filter((k) => k !== item.key);
20
+ return [...parents, item.key];
21
+ });
22
+ return;
23
+ }
24
+ if (item.type !== "divider") {
25
+ setSelectedKey(item.key);
26
+ sessionStorage.setItem(SessionStorage.SelectedMenuItem, String(item.key));
27
+ }
28
+ };
29
+ const findPath = (key, items, path = []) => {
30
+ for (const item of items) {
31
+ if (item.key === key)
32
+ return path;
33
+ if (item.submenu) {
34
+ const result = findPath(key, item.submenu, [...path, item.key]);
35
+ if (result)
36
+ return result;
37
+ }
38
+ }
39
+ return null;
40
+ };
41
+ // useEffects
42
+ useEffect(() => {
43
+ if (!data.length)
44
+ return;
45
+ const selectedMenuItem = sessionStorage.getItem(SessionStorage.SelectedMenuItem) ?? "";
46
+ setSelectedKey(selectedMenuItem);
47
+ const parents = findPath(selectedMenuItem, data);
48
+ if (parents)
49
+ setOpenMenus(parents);
50
+ }, [data]);
51
+ useEffect(() => {
52
+ const onStorageChangeSelectedMenuItem = () => {
53
+ setSelectedKey(JSON.parse(sessionStorage.getItem(SessionStorage.SelectedMenuItem) ?? ""));
54
+ };
55
+ const onStorageChangeMenuLock = () => {
56
+ setIsMenuLocked(JSON.parse(sessionStorage.getItem(SessionStorage.MenuIsLocked) ?? "true"));
57
+ };
58
+ window.addEventListener(DispatchEvent.SelectedMenuItem, onStorageChangeSelectedMenuItem);
59
+ window.addEventListener(DispatchEvent.MenuLock, onStorageChangeMenuLock);
60
+ const styles = document.createElement("style");
61
+ styles.innerHTML = `
62
+ :root {
63
+ --selected-icon-color: ${config?.icon?.selectedColor};
64
+ --selected-icon-bg-color: ${config?.icon?.selectedBackgroundColor};
65
+ --selected-icon-bg-color-rgb: ${config?.icon?.selectedBackgroundBorderColor};
66
+ }
67
+ `;
68
+ document.head.appendChild(styles);
69
+ return () => {
70
+ window.removeEventListener(DispatchEvent.SelectedMenuItem, onStorageChangeSelectedMenuItem);
71
+ window.removeEventListener(DispatchEvent.MenuLock, onStorageChangeMenuLock);
72
+ };
73
+ }, []);
74
+ return (React.createElement("nav", { className: "ar-menu", ...attributes },
75
+ React.createElement("ul", null, data.map((item) => (React.createElement(MenuItem, { key: item.key, item: item, openMenus: openMenus, selectedKey: selectedKey, isMenuLocked: isMenuLocked, onClick: handleItemClick }))))));
76
+ };
77
+ const MenuItem = ({ item, openMenus, selectedKey, isMenuLocked, onClick }) => {
78
+ const isOpen = openMenus.includes(item.key);
79
+ const isSelected = selectedKey === item.key && item.type !== "group";
80
+ return (React.createElement("li", { "data-menu-id": `ar-menu-${item.key}`, className: `${item.type === "divider" ? "divider" : ""} ${isSelected ? "selected" : ""}` },
81
+ React.createElement("div", { className: `item-render ${isMenuLocked ? "align-left" : "align-center"}`, onClick: () => onClick(item) },
82
+ item.type !== "divider" && React.createElement("span", { className: "icon" }, item.icon ?? React.createElement("span", { className: "no-icon" })),
83
+ isMenuLocked && (item.type === "divider" ? React.createElement("hr", null) : React.createElement("span", { className: "item" }, item.render)),
84
+ isMenuLocked && item.type === "group" && React.createElement("span", { className: `angel-down ${isOpen ? "opened" : ""}` })),
85
+ item.submenu && isMenuLocked && (React.createElement("ul", { className: `submenu ${isOpen ? "opened" : ""}` },
86
+ React.createElement("div", { className: "submenu-inner" }, item.submenu.map((sub) => (React.createElement(MenuItem, { key: sub.key, item: sub, openMenus: openMenus, selectedKey: selectedKey, isMenuLocked: isMenuLocked, onClick: onClick }))))))));
87
+ };
88
+ Menu.displayName = "Menu";
89
+ export default Menu;
@@ -0,0 +1,8 @@
1
+ interface IProps {
2
+ defaultCurrent?: number;
3
+ currentPage: number;
4
+ totalRecords: number;
5
+ perPage?: number;
6
+ onChange: (currentPage: number, perPage: number) => void;
7
+ }
8
+ export default IProps;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import IProps from "./IProps";
3
+ import "../../../assets/css/components/navigation/pagination/styles.css";
4
+ declare const Pagination: React.FC<IProps>;
5
+ export default Pagination;