@hitachivantara/uikit-react-lab 2.6.18

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 (388) hide show
  1. package/CHANGELOG.md +2334 -0
  2. package/LICENSE.txt +201 -0
  3. package/README.md +11 -0
  4. package/dist/AppSwitcherPanel/Action/Action.d.ts +67 -0
  5. package/dist/AppSwitcherPanel/Action/Action.js +255 -0
  6. package/dist/AppSwitcherPanel/Action/Action.js.map +1 -0
  7. package/dist/AppSwitcherPanel/Action/index.d.ts +2 -0
  8. package/dist/AppSwitcherPanel/Action/index.js +21 -0
  9. package/dist/AppSwitcherPanel/Action/index.js.map +1 -0
  10. package/dist/AppSwitcherPanel/Action/styles.js +91 -0
  11. package/dist/AppSwitcherPanel/Action/styles.js.map +1 -0
  12. package/dist/AppSwitcherPanel/AppSwitcherPanel.d.ts +50 -0
  13. package/dist/AppSwitcherPanel/AppSwitcherPanel.js +230 -0
  14. package/dist/AppSwitcherPanel/AppSwitcherPanel.js.map +1 -0
  15. package/dist/AppSwitcherPanel/index.d.ts +2 -0
  16. package/dist/AppSwitcherPanel/index.js +21 -0
  17. package/dist/AppSwitcherPanel/index.js.map +1 -0
  18. package/dist/AppSwitcherPanel/styles.js +83 -0
  19. package/dist/AppSwitcherPanel/styles.js.map +1 -0
  20. package/dist/CodeEditor/CodeEditor.d.ts +14 -0
  21. package/dist/CodeEditor/CodeEditor.js +144 -0
  22. package/dist/CodeEditor/CodeEditor.js.map +1 -0
  23. package/dist/CodeEditor/index.d.ts +2 -0
  24. package/dist/CodeEditor/index.js +16 -0
  25. package/dist/CodeEditor/index.js.map +1 -0
  26. package/dist/CodeEditor/styles.js +53 -0
  27. package/dist/CodeEditor/styles.js.map +1 -0
  28. package/dist/Footer/Footer.d.ts +12 -0
  29. package/dist/Footer/Footer.js +67 -0
  30. package/dist/Footer/Footer.js.map +1 -0
  31. package/dist/Footer/index.d.ts +2 -0
  32. package/dist/Footer/index.js +16 -0
  33. package/dist/Footer/index.js.map +1 -0
  34. package/dist/Footer/styles.js +54 -0
  35. package/dist/Footer/styles.js.map +1 -0
  36. package/dist/FormComposer/FormComposer.d.ts +41 -0
  37. package/dist/FormComposer/FormComposer.js +258 -0
  38. package/dist/FormComposer/FormComposer.js.map +1 -0
  39. package/dist/FormComposer/index.d.ts +2 -0
  40. package/dist/FormComposer/index.js +16 -0
  41. package/dist/FormComposer/index.js.map +1 -0
  42. package/dist/FormComposer/styles.js +39 -0
  43. package/dist/FormComposer/styles.js.map +1 -0
  44. package/dist/Loading/Loading.d.ts +32 -0
  45. package/dist/Loading/Loading.js +89 -0
  46. package/dist/Loading/Loading.js.map +1 -0
  47. package/dist/Loading/LoadingWithDelay.d.ts +12 -0
  48. package/dist/Loading/LoadingWithDelay.js +135 -0
  49. package/dist/Loading/LoadingWithDelay.js.map +1 -0
  50. package/dist/Loading/index.d.ts +2 -0
  51. package/dist/Loading/index.js +16 -0
  52. package/dist/Loading/index.js.map +1 -0
  53. package/dist/Loading/styles.js +85 -0
  54. package/dist/Loading/styles.js.map +1 -0
  55. package/dist/NavigationAnchors/NavigationAnchors.d.ts +46 -0
  56. package/dist/NavigationAnchors/NavigationAnchors.js +297 -0
  57. package/dist/NavigationAnchors/NavigationAnchors.js.map +1 -0
  58. package/dist/NavigationAnchors/index.d.ts +2 -0
  59. package/dist/NavigationAnchors/index.js +16 -0
  60. package/dist/NavigationAnchors/index.js.map +1 -0
  61. package/dist/NavigationAnchors/styles.js +87 -0
  62. package/dist/NavigationAnchors/styles.js.map +1 -0
  63. package/dist/NotificationPanel/Notification/Notification.js +153 -0
  64. package/dist/NotificationPanel/Notification/Notification.js.map +1 -0
  65. package/dist/NotificationPanel/Notification/index.js +21 -0
  66. package/dist/NotificationPanel/Notification/index.js.map +1 -0
  67. package/dist/NotificationPanel/Notification/styles.js +73 -0
  68. package/dist/NotificationPanel/Notification/styles.js.map +1 -0
  69. package/dist/NotificationPanel/NotificationPanel.d.ts +49 -0
  70. package/dist/NotificationPanel/NotificationPanel.js +219 -0
  71. package/dist/NotificationPanel/NotificationPanel.js.map +1 -0
  72. package/dist/NotificationPanel/Panel/Panel.js +202 -0
  73. package/dist/NotificationPanel/Panel/Panel.js.map +1 -0
  74. package/dist/NotificationPanel/Panel/index.js +21 -0
  75. package/dist/NotificationPanel/Panel/index.js.map +1 -0
  76. package/dist/NotificationPanel/Panel/styles.js +84 -0
  77. package/dist/NotificationPanel/Panel/styles.js.map +1 -0
  78. package/dist/NotificationPanel/index.d.ts +2 -0
  79. package/dist/NotificationPanel/index.js +16 -0
  80. package/dist/NotificationPanel/index.js.map +1 -0
  81. package/dist/NotificationPanel/styles.js +16 -0
  82. package/dist/NotificationPanel/styles.js.map +1 -0
  83. package/dist/Slider/KnobRing/KnobRing.js +26 -0
  84. package/dist/Slider/KnobRing/KnobRing.js.map +1 -0
  85. package/dist/Slider/KnobRing/index.js +19 -0
  86. package/dist/Slider/KnobRing/index.js.map +1 -0
  87. package/dist/Slider/KnobRing/styles.js +40 -0
  88. package/dist/Slider/KnobRing/styles.js.map +1 -0
  89. package/dist/Slider/Slider.d.ts +133 -0
  90. package/dist/Slider/Slider.js +607 -0
  91. package/dist/Slider/Slider.js.map +1 -0
  92. package/dist/Slider/index.d.ts +2 -0
  93. package/dist/Slider/index.js +16 -0
  94. package/dist/Slider/index.js.map +1 -0
  95. package/dist/Slider/styles.js +125 -0
  96. package/dist/Slider/styles.js.map +1 -0
  97. package/dist/TimePicker/PeriodPicker/PeriodPicker.js +128 -0
  98. package/dist/TimePicker/PeriodPicker/PeriodPicker.js.map +1 -0
  99. package/dist/TimePicker/PeriodPicker/index.js +21 -0
  100. package/dist/TimePicker/PeriodPicker/index.js.map +1 -0
  101. package/dist/TimePicker/PeriodPicker/styles.js +63 -0
  102. package/dist/TimePicker/PeriodPicker/styles.js.map +1 -0
  103. package/dist/TimePicker/TimePicker.d.ts +77 -0
  104. package/dist/TimePicker/TimePicker.js +425 -0
  105. package/dist/TimePicker/TimePicker.js.map +1 -0
  106. package/dist/TimePicker/UnitTimePicker/UnitTimePicker.js +225 -0
  107. package/dist/TimePicker/UnitTimePicker/UnitTimePicker.js.map +1 -0
  108. package/dist/TimePicker/UnitTimePicker/index.js +21 -0
  109. package/dist/TimePicker/UnitTimePicker/index.js.map +1 -0
  110. package/dist/TimePicker/UnitTimePicker/styles.js +80 -0
  111. package/dist/TimePicker/UnitTimePicker/styles.js.map +1 -0
  112. package/dist/TimePicker/enums.js +40 -0
  113. package/dist/TimePicker/enums.js.map +1 -0
  114. package/dist/TimePicker/index.d.ts +2 -0
  115. package/dist/TimePicker/index.js +16 -0
  116. package/dist/TimePicker/index.js.map +1 -0
  117. package/dist/TimePicker/styles.js +113 -0
  118. package/dist/TimePicker/styles.js.map +1 -0
  119. package/dist/TimePicker/timePickerConverter.js +90 -0
  120. package/dist/TimePicker/timePickerConverter.js.map +1 -0
  121. package/dist/TimePicker/timePickerFormatter.js +77 -0
  122. package/dist/TimePicker/timePickerFormatter.js.map +1 -0
  123. package/dist/TimePicker/timePickerUtils.js +36 -0
  124. package/dist/TimePicker/timePickerUtils.js.map +1 -0
  125. package/dist/index.d.ts +26 -0
  126. package/dist/index.js +80 -0
  127. package/dist/index.js.map +1 -0
  128. package/dist/legacy/AppSwitcherPanel/Action/Action.d.ts +67 -0
  129. package/dist/legacy/AppSwitcherPanel/Action/Action.js +214 -0
  130. package/dist/legacy/AppSwitcherPanel/Action/Action.js.map +1 -0
  131. package/dist/legacy/AppSwitcherPanel/Action/index.d.ts +2 -0
  132. package/dist/legacy/AppSwitcherPanel/Action/index.js +7 -0
  133. package/dist/legacy/AppSwitcherPanel/Action/index.js.map +1 -0
  134. package/dist/legacy/AppSwitcherPanel/Action/styles.js +83 -0
  135. package/dist/legacy/AppSwitcherPanel/Action/styles.js.map +1 -0
  136. package/dist/legacy/AppSwitcherPanel/AppSwitcherPanel.d.ts +50 -0
  137. package/dist/legacy/AppSwitcherPanel/AppSwitcherPanel.js +195 -0
  138. package/dist/legacy/AppSwitcherPanel/AppSwitcherPanel.js.map +1 -0
  139. package/dist/legacy/AppSwitcherPanel/index.d.ts +2 -0
  140. package/dist/legacy/AppSwitcherPanel/index.js +7 -0
  141. package/dist/legacy/AppSwitcherPanel/index.js.map +1 -0
  142. package/dist/legacy/AppSwitcherPanel/styles.js +65 -0
  143. package/dist/legacy/AppSwitcherPanel/styles.js.map +1 -0
  144. package/dist/legacy/CodeEditor/CodeEditor.d.ts +14 -0
  145. package/dist/legacy/CodeEditor/CodeEditor.js +114 -0
  146. package/dist/legacy/CodeEditor/CodeEditor.js.map +1 -0
  147. package/dist/legacy/CodeEditor/index.d.ts +2 -0
  148. package/dist/legacy/CodeEditor/index.js +2 -0
  149. package/dist/legacy/CodeEditor/index.js.map +1 -0
  150. package/dist/legacy/CodeEditor/styles.js +45 -0
  151. package/dist/legacy/CodeEditor/styles.js.map +1 -0
  152. package/dist/legacy/Footer/Footer.d.ts +12 -0
  153. package/dist/legacy/Footer/Footer.js +51 -0
  154. package/dist/legacy/Footer/Footer.js.map +1 -0
  155. package/dist/legacy/Footer/index.d.ts +2 -0
  156. package/dist/legacy/Footer/index.js +2 -0
  157. package/dist/legacy/Footer/index.js.map +1 -0
  158. package/dist/legacy/Footer/styles.js +44 -0
  159. package/dist/legacy/Footer/styles.js.map +1 -0
  160. package/dist/legacy/FormComposer/FormComposer.d.ts +41 -0
  161. package/dist/legacy/FormComposer/FormComposer.js +218 -0
  162. package/dist/legacy/FormComposer/FormComposer.js.map +1 -0
  163. package/dist/legacy/FormComposer/index.d.ts +2 -0
  164. package/dist/legacy/FormComposer/index.js +2 -0
  165. package/dist/legacy/FormComposer/index.js.map +1 -0
  166. package/dist/legacy/FormComposer/styles.js +31 -0
  167. package/dist/legacy/FormComposer/styles.js.map +1 -0
  168. package/dist/legacy/Loading/Loading.d.ts +32 -0
  169. package/dist/legacy/Loading/Loading.js +71 -0
  170. package/dist/legacy/Loading/Loading.js.map +1 -0
  171. package/dist/legacy/Loading/LoadingWithDelay.d.ts +12 -0
  172. package/dist/legacy/Loading/LoadingWithDelay.js +97 -0
  173. package/dist/legacy/Loading/LoadingWithDelay.js.map +1 -0
  174. package/dist/legacy/Loading/index.d.ts +2 -0
  175. package/dist/legacy/Loading/index.js +2 -0
  176. package/dist/legacy/Loading/index.js.map +1 -0
  177. package/dist/legacy/Loading/styles.js +78 -0
  178. package/dist/legacy/Loading/styles.js.map +1 -0
  179. package/dist/legacy/NavigationAnchors/NavigationAnchors.d.ts +46 -0
  180. package/dist/legacy/NavigationAnchors/NavigationAnchors.js +275 -0
  181. package/dist/legacy/NavigationAnchors/NavigationAnchors.js.map +1 -0
  182. package/dist/legacy/NavigationAnchors/index.d.ts +2 -0
  183. package/dist/legacy/NavigationAnchors/index.js +2 -0
  184. package/dist/legacy/NavigationAnchors/index.js.map +1 -0
  185. package/dist/legacy/NavigationAnchors/styles.js +70 -0
  186. package/dist/legacy/NavigationAnchors/styles.js.map +1 -0
  187. package/dist/legacy/NotificationPanel/Notification/Notification.js +119 -0
  188. package/dist/legacy/NotificationPanel/Notification/Notification.js.map +1 -0
  189. package/dist/legacy/NotificationPanel/Notification/index.js +7 -0
  190. package/dist/legacy/NotificationPanel/Notification/index.js.map +1 -0
  191. package/dist/legacy/NotificationPanel/Notification/styles.js +56 -0
  192. package/dist/legacy/NotificationPanel/Notification/styles.js.map +1 -0
  193. package/dist/legacy/NotificationPanel/NotificationPanel.d.ts +49 -0
  194. package/dist/legacy/NotificationPanel/NotificationPanel.js +182 -0
  195. package/dist/legacy/NotificationPanel/NotificationPanel.js.map +1 -0
  196. package/dist/legacy/NotificationPanel/Panel/Panel.js +166 -0
  197. package/dist/legacy/NotificationPanel/Panel/Panel.js.map +1 -0
  198. package/dist/legacy/NotificationPanel/Panel/index.js +7 -0
  199. package/dist/legacy/NotificationPanel/Panel/index.js.map +1 -0
  200. package/dist/legacy/NotificationPanel/Panel/styles.js +66 -0
  201. package/dist/legacy/NotificationPanel/Panel/styles.js.map +1 -0
  202. package/dist/legacy/NotificationPanel/index.d.ts +2 -0
  203. package/dist/legacy/NotificationPanel/index.js +2 -0
  204. package/dist/legacy/NotificationPanel/index.js.map +1 -0
  205. package/dist/legacy/NotificationPanel/styles.js +9 -0
  206. package/dist/legacy/NotificationPanel/styles.js.map +1 -0
  207. package/dist/legacy/Slider/KnobRing/KnobRing.js +15 -0
  208. package/dist/legacy/Slider/KnobRing/KnobRing.js.map +1 -0
  209. package/dist/legacy/Slider/KnobRing/index.js +5 -0
  210. package/dist/legacy/Slider/KnobRing/index.js.map +1 -0
  211. package/dist/legacy/Slider/KnobRing/styles.js +32 -0
  212. package/dist/legacy/Slider/KnobRing/styles.js.map +1 -0
  213. package/dist/legacy/Slider/Slider.d.ts +133 -0
  214. package/dist/legacy/Slider/Slider.js +583 -0
  215. package/dist/legacy/Slider/Slider.js.map +1 -0
  216. package/dist/legacy/Slider/index.d.ts +2 -0
  217. package/dist/legacy/Slider/index.js +2 -0
  218. package/dist/legacy/Slider/index.js.map +1 -0
  219. package/dist/legacy/Slider/styles.js +108 -0
  220. package/dist/legacy/Slider/styles.js.map +1 -0
  221. package/dist/legacy/TimePicker/PeriodPicker/PeriodPicker.js +110 -0
  222. package/dist/legacy/TimePicker/PeriodPicker/PeriodPicker.js.map +1 -0
  223. package/dist/legacy/TimePicker/PeriodPicker/index.js +7 -0
  224. package/dist/legacy/TimePicker/PeriodPicker/index.js.map +1 -0
  225. package/dist/legacy/TimePicker/PeriodPicker/styles.js +46 -0
  226. package/dist/legacy/TimePicker/PeriodPicker/styles.js.map +1 -0
  227. package/dist/legacy/TimePicker/TimePicker.d.ts +77 -0
  228. package/dist/legacy/TimePicker/TimePicker.js +402 -0
  229. package/dist/legacy/TimePicker/TimePicker.js.map +1 -0
  230. package/dist/legacy/TimePicker/UnitTimePicker/UnitTimePicker.js +207 -0
  231. package/dist/legacy/TimePicker/UnitTimePicker/UnitTimePicker.js.map +1 -0
  232. package/dist/legacy/TimePicker/UnitTimePicker/index.js +7 -0
  233. package/dist/legacy/TimePicker/UnitTimePicker/index.js.map +1 -0
  234. package/dist/legacy/TimePicker/UnitTimePicker/styles.js +63 -0
  235. package/dist/legacy/TimePicker/UnitTimePicker/styles.js.map +1 -0
  236. package/dist/legacy/TimePicker/enums.js +32 -0
  237. package/dist/legacy/TimePicker/enums.js.map +1 -0
  238. package/dist/legacy/TimePicker/index.d.ts +2 -0
  239. package/dist/legacy/TimePicker/index.js +2 -0
  240. package/dist/legacy/TimePicker/index.js.map +1 -0
  241. package/dist/legacy/TimePicker/styles.js +96 -0
  242. package/dist/legacy/TimePicker/styles.js.map +1 -0
  243. package/dist/legacy/TimePicker/timePickerConverter.js +71 -0
  244. package/dist/legacy/TimePicker/timePickerConverter.js.map +1 -0
  245. package/dist/legacy/TimePicker/timePickerFormatter.js +63 -0
  246. package/dist/legacy/TimePicker/timePickerFormatter.js.map +1 -0
  247. package/dist/legacy/TimePicker/timePickerUtils.js +27 -0
  248. package/dist/legacy/TimePicker/timePickerUtils.js.map +1 -0
  249. package/dist/legacy/index.d.ts +26 -0
  250. package/dist/legacy/index.js +11 -0
  251. package/dist/legacy/index.js.map +1 -0
  252. package/dist/legacy/withStyleProps/WithStyleProps.js +14 -0
  253. package/dist/legacy/withStyleProps/WithStyleProps.js.map +1 -0
  254. package/dist/legacy/withStyleProps/index.js +2 -0
  255. package/dist/legacy/withStyleProps/index.js.map +1 -0
  256. package/dist/modern/AppSwitcherPanel/Action/Action.d.ts +67 -0
  257. package/dist/modern/AppSwitcherPanel/Action/Action.js +177 -0
  258. package/dist/modern/AppSwitcherPanel/Action/Action.js.map +1 -0
  259. package/dist/modern/AppSwitcherPanel/Action/index.d.ts +2 -0
  260. package/dist/modern/AppSwitcherPanel/Action/index.js +7 -0
  261. package/dist/modern/AppSwitcherPanel/Action/index.js.map +1 -0
  262. package/dist/modern/AppSwitcherPanel/Action/styles.js +77 -0
  263. package/dist/modern/AppSwitcherPanel/Action/styles.js.map +1 -0
  264. package/dist/modern/AppSwitcherPanel/AppSwitcherPanel.d.ts +50 -0
  265. package/dist/modern/AppSwitcherPanel/AppSwitcherPanel.js +167 -0
  266. package/dist/modern/AppSwitcherPanel/AppSwitcherPanel.js.map +1 -0
  267. package/dist/modern/AppSwitcherPanel/index.d.ts +2 -0
  268. package/dist/modern/AppSwitcherPanel/index.js +7 -0
  269. package/dist/modern/AppSwitcherPanel/index.js.map +1 -0
  270. package/dist/modern/AppSwitcherPanel/styles.js +55 -0
  271. package/dist/modern/AppSwitcherPanel/styles.js.map +1 -0
  272. package/dist/modern/CodeEditor/CodeEditor.d.ts +14 -0
  273. package/dist/modern/CodeEditor/CodeEditor.js +109 -0
  274. package/dist/modern/CodeEditor/CodeEditor.js.map +1 -0
  275. package/dist/modern/CodeEditor/index.d.ts +2 -0
  276. package/dist/modern/CodeEditor/index.js +2 -0
  277. package/dist/modern/CodeEditor/index.js.map +1 -0
  278. package/dist/modern/CodeEditor/styles.js +43 -0
  279. package/dist/modern/CodeEditor/styles.js.map +1 -0
  280. package/dist/modern/Footer/Footer.d.ts +12 -0
  281. package/dist/modern/Footer/Footer.js +51 -0
  282. package/dist/modern/Footer/Footer.js.map +1 -0
  283. package/dist/modern/Footer/index.d.ts +2 -0
  284. package/dist/modern/Footer/index.js +2 -0
  285. package/dist/modern/Footer/index.js.map +1 -0
  286. package/dist/modern/Footer/styles.js +43 -0
  287. package/dist/modern/Footer/styles.js.map +1 -0
  288. package/dist/modern/FormComposer/FormComposer.d.ts +41 -0
  289. package/dist/modern/FormComposer/FormComposer.js +183 -0
  290. package/dist/modern/FormComposer/FormComposer.js.map +1 -0
  291. package/dist/modern/FormComposer/index.d.ts +2 -0
  292. package/dist/modern/FormComposer/index.js +2 -0
  293. package/dist/modern/FormComposer/index.js.map +1 -0
  294. package/dist/modern/FormComposer/styles.js +29 -0
  295. package/dist/modern/FormComposer/styles.js.map +1 -0
  296. package/dist/modern/Loading/Loading.d.ts +32 -0
  297. package/dist/modern/Loading/Loading.js +72 -0
  298. package/dist/modern/Loading/Loading.js.map +1 -0
  299. package/dist/modern/Loading/LoadingWithDelay.d.ts +12 -0
  300. package/dist/modern/Loading/LoadingWithDelay.js +92 -0
  301. package/dist/modern/Loading/LoadingWithDelay.js.map +1 -0
  302. package/dist/modern/Loading/index.d.ts +2 -0
  303. package/dist/modern/Loading/index.js +2 -0
  304. package/dist/modern/Loading/index.js.map +1 -0
  305. package/dist/modern/Loading/styles.js +76 -0
  306. package/dist/modern/Loading/styles.js.map +1 -0
  307. package/dist/modern/NavigationAnchors/NavigationAnchors.d.ts +46 -0
  308. package/dist/modern/NavigationAnchors/NavigationAnchors.js +243 -0
  309. package/dist/modern/NavigationAnchors/NavigationAnchors.js.map +1 -0
  310. package/dist/modern/NavigationAnchors/index.d.ts +2 -0
  311. package/dist/modern/NavigationAnchors/index.js +2 -0
  312. package/dist/modern/NavigationAnchors/index.js.map +1 -0
  313. package/dist/modern/NavigationAnchors/styles.js +61 -0
  314. package/dist/modern/NavigationAnchors/styles.js.map +1 -0
  315. package/dist/modern/NotificationPanel/Notification/Notification.js +90 -0
  316. package/dist/modern/NotificationPanel/Notification/Notification.js.map +1 -0
  317. package/dist/modern/NotificationPanel/Notification/index.js +7 -0
  318. package/dist/modern/NotificationPanel/Notification/index.js.map +1 -0
  319. package/dist/modern/NotificationPanel/Notification/styles.js +45 -0
  320. package/dist/modern/NotificationPanel/Notification/styles.js.map +1 -0
  321. package/dist/modern/NotificationPanel/NotificationPanel.d.ts +49 -0
  322. package/dist/modern/NotificationPanel/NotificationPanel.js +153 -0
  323. package/dist/modern/NotificationPanel/NotificationPanel.js.map +1 -0
  324. package/dist/modern/NotificationPanel/Panel/Panel.js +133 -0
  325. package/dist/modern/NotificationPanel/Panel/Panel.js.map +1 -0
  326. package/dist/modern/NotificationPanel/Panel/index.js +7 -0
  327. package/dist/modern/NotificationPanel/Panel/index.js.map +1 -0
  328. package/dist/modern/NotificationPanel/Panel/styles.js +56 -0
  329. package/dist/modern/NotificationPanel/Panel/styles.js.map +1 -0
  330. package/dist/modern/NotificationPanel/index.d.ts +2 -0
  331. package/dist/modern/NotificationPanel/index.js +2 -0
  332. package/dist/modern/NotificationPanel/index.js.map +1 -0
  333. package/dist/modern/NotificationPanel/styles.js +9 -0
  334. package/dist/modern/NotificationPanel/styles.js.map +1 -0
  335. package/dist/modern/Slider/KnobRing/KnobRing.js +17 -0
  336. package/dist/modern/Slider/KnobRing/KnobRing.js.map +1 -0
  337. package/dist/modern/Slider/KnobRing/index.js +5 -0
  338. package/dist/modern/Slider/KnobRing/index.js.map +1 -0
  339. package/dist/modern/Slider/KnobRing/styles.js +34 -0
  340. package/dist/modern/Slider/KnobRing/styles.js.map +1 -0
  341. package/dist/modern/Slider/Slider.d.ts +133 -0
  342. package/dist/modern/Slider/Slider.js +542 -0
  343. package/dist/modern/Slider/Slider.js.map +1 -0
  344. package/dist/modern/Slider/index.d.ts +2 -0
  345. package/dist/modern/Slider/index.js +2 -0
  346. package/dist/modern/Slider/index.js.map +1 -0
  347. package/dist/modern/Slider/styles.js +99 -0
  348. package/dist/modern/Slider/styles.js.map +1 -0
  349. package/dist/modern/TimePicker/PeriodPicker/PeriodPicker.js +88 -0
  350. package/dist/modern/TimePicker/PeriodPicker/PeriodPicker.js.map +1 -0
  351. package/dist/modern/TimePicker/PeriodPicker/index.js +7 -0
  352. package/dist/modern/TimePicker/PeriodPicker/index.js.map +1 -0
  353. package/dist/modern/TimePicker/PeriodPicker/styles.js +37 -0
  354. package/dist/modern/TimePicker/PeriodPicker/styles.js.map +1 -0
  355. package/dist/modern/TimePicker/TimePicker.d.ts +77 -0
  356. package/dist/modern/TimePicker/TimePicker.js +394 -0
  357. package/dist/modern/TimePicker/TimePicker.js.map +1 -0
  358. package/dist/modern/TimePicker/UnitTimePicker/UnitTimePicker.js +186 -0
  359. package/dist/modern/TimePicker/UnitTimePicker/UnitTimePicker.js.map +1 -0
  360. package/dist/modern/TimePicker/UnitTimePicker/index.js +7 -0
  361. package/dist/modern/TimePicker/UnitTimePicker/index.js.map +1 -0
  362. package/dist/modern/TimePicker/UnitTimePicker/styles.js +54 -0
  363. package/dist/modern/TimePicker/UnitTimePicker/styles.js.map +1 -0
  364. package/dist/modern/TimePicker/enums.js +32 -0
  365. package/dist/modern/TimePicker/enums.js.map +1 -0
  366. package/dist/modern/TimePicker/index.d.ts +2 -0
  367. package/dist/modern/TimePicker/index.js +2 -0
  368. package/dist/modern/TimePicker/index.js.map +1 -0
  369. package/dist/modern/TimePicker/styles.js +87 -0
  370. package/dist/modern/TimePicker/styles.js.map +1 -0
  371. package/dist/modern/TimePicker/timePickerConverter.js +66 -0
  372. package/dist/modern/TimePicker/timePickerConverter.js.map +1 -0
  373. package/dist/modern/TimePicker/timePickerFormatter.js +62 -0
  374. package/dist/modern/TimePicker/timePickerFormatter.js.map +1 -0
  375. package/dist/modern/TimePicker/timePickerUtils.js +26 -0
  376. package/dist/modern/TimePicker/timePickerUtils.js.map +1 -0
  377. package/dist/modern/index.d.ts +26 -0
  378. package/dist/modern/index.js +11 -0
  379. package/dist/modern/index.js.map +1 -0
  380. package/dist/modern/withStyleProps/WithStyleProps.js +10 -0
  381. package/dist/modern/withStyleProps/WithStyleProps.js.map +1 -0
  382. package/dist/modern/withStyleProps/index.js +2 -0
  383. package/dist/modern/withStyleProps/index.js.map +1 -0
  384. package/dist/withStyleProps/WithStyleProps.js +25 -0
  385. package/dist/withStyleProps/WithStyleProps.js.map +1 -0
  386. package/dist/withStyleProps/index.js +16 -0
  387. package/dist/withStyleProps/index.js.map +1 -0
  388. package/package.json +72 -0
@@ -0,0 +1,607 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.reflect.construct.js");
4
+
5
+ require("core-js/modules/es.object.keys.js");
6
+
7
+ require("core-js/modules/es.symbol.js");
8
+
9
+ require("core-js/modules/es.object.get-own-property-descriptor.js");
10
+
11
+ require("core-js/modules/es.object.get-own-property-descriptors.js");
12
+
13
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
14
+
15
+ Object.defineProperty(exports, "__esModule", {
16
+ value: true
17
+ });
18
+ exports.default = void 0;
19
+
20
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
21
+
22
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
23
+
24
+ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
25
+
26
+ var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
27
+
28
+ var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
29
+
30
+ var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/assertThisInitialized"));
31
+
32
+ var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
33
+
34
+ var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
35
+
36
+ var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
37
+
38
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
39
+
40
+ require("core-js/modules/es.object.to-string.js");
41
+
42
+ require("core-js/modules/web.dom-collections.for-each.js");
43
+
44
+ require("core-js/modules/es.number.to-fixed.js");
45
+
46
+ require("core-js/modules/es.array.slice.js");
47
+
48
+ require("core-js/modules/es.array.filter.js");
49
+
50
+ require("core-js/modules/es.string.fixed.js");
51
+
52
+ require("core-js/modules/es.array.iterator.js");
53
+
54
+ require("core-js/modules/web.dom-collections.iterator.js");
55
+
56
+ var _react = _interopRequireDefault(require("react"));
57
+
58
+ var _propTypes = _interopRequireDefault(require("prop-types"));
59
+
60
+ var _rcSlider = require("rc-slider");
61
+
62
+ var _rcTooltip = _interopRequireDefault(require("rc-tooltip"));
63
+
64
+ var _core = require("@material-ui/core");
65
+
66
+ var _KnobRing = _interopRequireDefault(require("./KnobRing"));
67
+
68
+ require("rc-slider/assets/index.css");
69
+
70
+ var _styles2 = _interopRequireDefault(require("./styles"));
71
+
72
+ var _excluded = ["value", "dragging", "index", "style"];
73
+
74
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
75
+
76
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
77
+
78
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
79
+
80
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
81
+
82
+ /**
83
+ * Transform the scaled values into knobs positions.
84
+ *
85
+ * @param {*} scaledValue - the value of the slider to be scaled
86
+ * @param {*} minPointValue - The value of the first point in
87
+ * the slider from left to right.
88
+ * @param {*} inverseStepValue - The inverse of calculated separation between
89
+ * the value of the points that compose the slider.
90
+ */
91
+ var scaledValueToKnobsPositionValue = function scaledValueToKnobsPositionValue(scaledValue, minPointValue, inverseStepValue) {
92
+ return Math.floor((scaledValue - minPointValue) * inverseStepValue);
93
+ };
94
+ /**
95
+ * Transform the received knobs values into knob positions
96
+ *
97
+ * @param {Object} values - The values of the slider.
98
+ * @param {Number} inverseStepValue - The inverse of calculated separation between
99
+ * the value of the points that compose the slider.
100
+ * @param {Integer} minPointValue - The value of the first point in the slider from
101
+ * left to right.
102
+ * @returns {Array} - The position of the knobs.
103
+ */
104
+
105
+
106
+ var transformKnobsPosition = function transformKnobsPosition(values, inverseStepValue, minPointValue) {
107
+ var knobsPositions = [];
108
+ values.forEach(function (value, index) {
109
+ knobsPositions[index] = scaledValueToKnobsPositionValue(value, minPointValue, inverseStepValue);
110
+ });
111
+ return knobsPositions;
112
+ };
113
+ /**
114
+ * Calculates the separation between each value in the slider.
115
+ *
116
+ * @param {*} maxPointValue - The value of the last point in the slider from left to right.
117
+ * @param {*} minPointValue - The value of the first point in the slider from left to right.
118
+ * @param {*} divisionQuantity - How many subdivisions there are in the slider.
119
+ */
120
+
121
+
122
+ var calculateStepValue = function calculateStepValue(maxPointValue, minPointValue, divisionQuantity) {
123
+ return Math.abs(maxPointValue - minPointValue) / divisionQuantity;
124
+ };
125
+ /**
126
+ * Sliders reflect a range of values along a bar, from which users may select a single value. They are ideal for adjusting settings such as volume, brightness, or applying image filters. Still in development
127
+ */
128
+
129
+
130
+ var HvSlider = /*#__PURE__*/function (_React$Component) {
131
+ (0, _inherits2.default)(HvSlider, _React$Component);
132
+
133
+ var _super = _createSuper(HvSlider);
134
+
135
+ function HvSlider(_props) {
136
+ var _this;
137
+
138
+ (0, _classCallCheck2.default)(this, HvSlider);
139
+ _this = _super.call(this, _props);
140
+ (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "knobsPositionToScaledValue", function (sliderValue, minPointValue, stepValue) {
141
+ return minPointValue + stepValue * sliderValue;
142
+ });
143
+ (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "createMark", function (markProperties, markstep, divisionQuantity, minPointValue, stepValue, markDigits, formatMark, styles) {
144
+ var marks = {};
145
+
146
+ if (markProperties.length > 0) {
147
+ markProperties.forEach(function (markProperty) {
148
+ marks[markProperty.position] = {
149
+ label: "".concat(markProperty.label),
150
+ style: _objectSpread({}, styles.mark)
151
+ };
152
+ });
153
+ } else {
154
+ var roundedMarkStep = Math.floor(markstep);
155
+
156
+ for (var index = 0; index <= divisionQuantity; index += roundedMarkStep) {
157
+ var labelValue = _this.knobsPositionToScaledValue(index, minPointValue, stepValue).toFixed(markDigits);
158
+
159
+ labelValue = formatMark(labelValue);
160
+ marks[index] = {
161
+ label: "".concat(labelValue),
162
+ style: _objectSpread({}, styles.mark)
163
+ };
164
+ }
165
+ }
166
+
167
+ return marks;
168
+ });
169
+ (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "createTrackStyles", function (knobProperties, styles) {
170
+ var trackStyles = [];
171
+
172
+ if (knobProperties.length > 1) {
173
+ knobProperties.forEach(function (knobProperty, index) {
174
+ trackStyles[index] = _objectSpread({}, styles.track);
175
+
176
+ if (knobProperty.color) {
177
+ trackStyles[index].backgroundColor = knobProperty.trackColor;
178
+ }
179
+ });
180
+ }
181
+
182
+ return trackStyles;
183
+ });
184
+ (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "createKnobStyles", function (knobProperties, styles) {
185
+ var knobInner = [];
186
+ var knobOuterStyle = [];
187
+ var lastItem = knobProperties.length - 1;
188
+
189
+ if (knobProperties.length > 1) {
190
+ knobProperties.forEach(function (knobProperty, index) {
191
+ knobInner[index] = _objectSpread({}, styles.knobInner);
192
+ knobOuterStyle[index] = _objectSpread({}, styles.knobOuter);
193
+
194
+ if (knobProperty.color) {
195
+ knobInner[index].backgroundColor = knobProperty.color;
196
+ knobOuterStyle[index].backgroundColor = "transparent";
197
+ }
198
+
199
+ if (knobProperty.hidden) {
200
+ knobInner[index] = styles.knobHidden;
201
+
202
+ if (index === lastItem) {
203
+ knobInner[index] = _objectSpread({}, styles.knobHiddenLast);
204
+ knobInner[index].backgroundColor = knobProperty.color;
205
+ knobOuterStyle[index] = _objectSpread({}, styles.knobHidden);
206
+ knobOuterStyle[index].backgroundColor = knobProperty.color;
207
+ }
208
+ }
209
+ });
210
+ }
211
+
212
+ return {
213
+ knobInner: knobInner,
214
+ knobOuterStyle: knobOuterStyle
215
+ };
216
+ });
217
+ (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "generateKnobsPositionAndValues", function (knobsCurrentPosition) {
218
+ var newKnobsPosition = knobsCurrentPosition.slice();
219
+ var knobsValues = [];
220
+ var _this$props = _this.props,
221
+ minPointValue = _this$props.minPointValue,
222
+ noOverlap = _this$props.noOverlap;
223
+ var _this$state = _this.state,
224
+ stepValue = _this$state.stepValue,
225
+ knobsPositions = _this$state.knobsPositions;
226
+ var duplicatedValue = null;
227
+ var findDuplicated = newKnobsPosition.filter(function (item, index) {
228
+ return newKnobsPosition.indexOf(item) !== index;
229
+ });
230
+
231
+ if (noOverlap && findDuplicated.length > 0) {
232
+ var _findDuplicated = (0, _slicedToArray2.default)(findDuplicated, 1);
233
+
234
+ duplicatedValue = _findDuplicated[0];
235
+ }
236
+
237
+ newKnobsPosition.forEach(function (position, index, array) {
238
+ var newArray = array;
239
+ var newPosition = position;
240
+
241
+ if (noOverlap && newPosition === duplicatedValue) {
242
+ var previousValue = knobsPositions[index];
243
+
244
+ if (previousValue !== newPosition) {
245
+ newPosition += newPosition > previousValue ? -1 : 1;
246
+ newArray[index] = newPosition;
247
+ }
248
+ }
249
+
250
+ knobsValues[index] = _this.knobsPositionToScaledValue(newPosition, minPointValue, stepValue);
251
+ }, (0, _assertThisInitialized2.default)(_this));
252
+ return {
253
+ knobsPosition: newKnobsPosition,
254
+ knobsValues: knobsValues
255
+ };
256
+ });
257
+ (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onChangeHandler", function (knobsPosition) {
258
+ var knobs = _this.generateKnobsPositionAndValues(knobsPosition);
259
+
260
+ var _this$props2 = _this.props,
261
+ knobProperties = _this$props2.knobProperties,
262
+ onChange = _this$props2.onChange,
263
+ minPointValue = _this$props2.minPointValue,
264
+ defaultValues = _this$props2.defaultValues;
265
+ var inverseStepValue = _this.state.inverseStepValue;
266
+ knobProperties.forEach(function (knobProperty, index) {
267
+ if (knobProperty.fixed) {
268
+ knobs.knobsPosition[index] = scaledValueToKnobsPositionValue(defaultValues[index], minPointValue, inverseStepValue);
269
+ }
270
+ });
271
+ onChange(knobs);
272
+
273
+ _this.setState({
274
+ knobsPositions: knobs.knobsPosition
275
+ });
276
+ });
277
+ (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onBeforeChangeHandler", function (knobsPosition) {
278
+ var onBeforeChange = _this.props.onBeforeChange;
279
+
280
+ var knobs = _this.generateKnobsPositionAndValues(knobsPosition);
281
+
282
+ onBeforeChange(knobs);
283
+ });
284
+ (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onAfterChangeHandler", function (knobsPosition) {
285
+ var onAfterChange = _this.props.onAfterChange;
286
+
287
+ var knobs = _this.generateKnobsPositionAndValues(knobsPosition);
288
+
289
+ onAfterChange(knobs);
290
+ });
291
+ (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "createKnob", function (props) {
292
+ var _this$props3 = _this.props,
293
+ minPointValue = _this$props3.minPointValue,
294
+ markDigits = _this$props3.markDigits,
295
+ knobProperties = _this$props3.knobProperties,
296
+ formatTooltip = _this$props3.formatTooltip,
297
+ classes = _this$props3.classes;
298
+ var stepValue = _this.state.stepValue;
299
+ var value = props.value,
300
+ dragging = props.dragging,
301
+ index = props.index,
302
+ style = props.style,
303
+ restProps = (0, _objectWithoutProperties2.default)(props, _excluded);
304
+
305
+ var knobValue = _this.knobsPositionToScaledValue(value, minPointValue, stepValue).toFixed(markDigits);
306
+
307
+ if (dragging) {
308
+ style.backgroundColor = knobProperties[index].dragColor;
309
+ } else {
310
+ style.backgroundColor = knobProperties[index].color;
311
+ }
312
+
313
+ return /*#__PURE__*/_react.default.createElement(_rcTooltip.default, {
314
+ prefixCls: "rc-slider-tooltip",
315
+ overlay: formatTooltip(knobValue),
316
+ visible: dragging,
317
+ placement: "top",
318
+ key: index,
319
+ overlayClassName: classes.sliderTooltip
320
+ }, /*#__PURE__*/_react.default.createElement(_rcSlider.Handle, (0, _extends2.default)({
321
+ value: value,
322
+ style: style
323
+ }, restProps), /*#__PURE__*/_react.default.createElement(_KnobRing.default, {
324
+ hoverColor: knobProperties[index].hoverColor,
325
+ dragging: dragging
326
+ })));
327
+ });
328
+ var _markProperties = _props.markProperties,
329
+ markStep = _props.markStep,
330
+ _markDigits = _props.markDigits,
331
+ _knobProperties = _props.knobProperties,
332
+ values = _props.values,
333
+ _defaultValues = _props.defaultValues,
334
+ theme = _props.theme,
335
+ maxPointValue = _props.maxPointValue,
336
+ _minPointValue = _props.minPointValue,
337
+ _divisionQuantity = _props.divisionQuantity,
338
+ _formatMark = _props.formatMark;
339
+
340
+ var _styles = (0, _styles2.default)(theme);
341
+
342
+ var _stepValue = calculateStepValue(maxPointValue, _minPointValue, _divisionQuantity);
343
+
344
+ var _inverseStepValue = 1 / _stepValue;
345
+
346
+ _this.state = {
347
+ knobsPositions: transformKnobsPosition(values.length > 0 ? values : _defaultValues, _inverseStepValue, _minPointValue),
348
+ trackStyles: _this.createTrackStyles(_knobProperties, _styles),
349
+ knobStyles: _this.createKnobStyles(_knobProperties, _styles),
350
+ rangesCount: _knobProperties.length - 1,
351
+ marks: _this.createMark(_markProperties, markStep, _divisionQuantity, _minPointValue, _stepValue, _markDigits, _formatMark, _styles),
352
+ defaultKnobsPositions: transformKnobsPosition(_defaultValues, _inverseStepValue, _minPointValue),
353
+ styles: _styles,
354
+ stepValue: _stepValue,
355
+ inverseStepValue: _inverseStepValue
356
+ };
357
+ return _this;
358
+ }
359
+
360
+ (0, _createClass2.default)(HvSlider, [{
361
+ key: "render",
362
+ value: function render() {
363
+ var _this$props4 = this.props,
364
+ divisionQuantity = _this$props4.divisionQuantity,
365
+ classes = _this$props4.classes;
366
+ var _this$state2 = this.state,
367
+ knobsPositions = _this$state2.knobsPositions,
368
+ defaultKnobsPositions = _this$state2.defaultKnobsPositions,
369
+ rangesCount = _this$state2.rangesCount,
370
+ knobStyles = _this$state2.knobStyles,
371
+ trackStyles = _this$state2.trackStyles,
372
+ marks = _this$state2.marks,
373
+ styles = _this$state2.styles;
374
+ return /*#__PURE__*/_react.default.createElement(_rcSlider.Range, {
375
+ handle: this.createKnob,
376
+ className: classes.root,
377
+ min: 0,
378
+ max: divisionQuantity,
379
+ step: 1,
380
+ marks: marks,
381
+ dotStyle: styles.dot,
382
+ onChange: this.onChangeHandler,
383
+ onBeforeChange: this.onBeforeChangeHandler,
384
+ onAfterChange: this.onAfterChangeHandler,
385
+ value: knobsPositions.length > 0 ? knobsPositions : undefined,
386
+ allowCross: false,
387
+ defaultValue: defaultKnobsPositions,
388
+ count: rangesCount,
389
+ railStyle: styles.rail,
390
+ handleStyle: knobStyles.knobInner,
391
+ trackStyle: trackStyles
392
+ });
393
+ }
394
+ }], [{
395
+ key: "getDerivedStateFromProps",
396
+ value: function getDerivedStateFromProps(props, state) {
397
+ var stepValue = calculateStepValue(props.maxPointValue, props.minPointValue, props.divisionQuantity);
398
+
399
+ if (props.values.length > 0) {
400
+ return _objectSpread(_objectSpread({}, state), {}, {
401
+ knobsPositions: transformKnobsPosition(props.values.length > 0 ? props.values : props.defaultValues, 1 / stepValue, props.minPointValue)
402
+ });
403
+ }
404
+
405
+ return null;
406
+ }
407
+ /**
408
+ * Transform the scaled values into knobs positions.
409
+ *
410
+ * @param {*} sliderValue - the value of the slider to be scaled
411
+ * @param {*} minPointValue - The value of the first point in the slider from left to right.
412
+ * @param {*} stepValue - The calculated separation between the values of the slider.
413
+ */
414
+
415
+ }]);
416
+ return HvSlider;
417
+ }(_react.default.Component);
418
+
419
+ process.env.NODE_ENV !== "production" ? HvSlider.propTypes = {
420
+ /**
421
+ * The values array to apply to the component
422
+ */
423
+ values: _propTypes.default.arrayOf(_propTypes.default.number),
424
+
425
+ /**
426
+ * The default values array to apply to the component
427
+ */
428
+ defaultValues: _propTypes.default.arrayOf(_propTypes.default.number).isRequired,
429
+
430
+ /**
431
+ * The object used to set the knob properties,
432
+ * for every item in the array a new knob will be created.
433
+ */
434
+ knobProperties: _propTypes.default.arrayOf(_propTypes.default.shape({
435
+ color: _propTypes.default.string,
436
+ defaultValue: _propTypes.default.number,
437
+ hidden: _propTypes.default.bool,
438
+ fixed: _propTypes.default.bool,
439
+ hoverColor: _propTypes.default.string,
440
+ trackColor: _propTypes.default.string,
441
+ dragColor: _propTypes.default.string
442
+ })).isRequired,
443
+
444
+ /**
445
+ * The object used to set the mark properties individually.
446
+ */
447
+ markProperties: _propTypes.default.arrayOf(_propTypes.default.shape({
448
+ position: _propTypes.default.number,
449
+ label: _propTypes.default.string
450
+ })),
451
+
452
+ /**
453
+ * the function executed before a change will ocurr in the slider.
454
+ * it will receive an object like
455
+ * {
456
+ * knobsPosition: [],
457
+ * knobsValues: []
458
+ * }
459
+ */
460
+ onBeforeChange: _propTypes.default.func,
461
+
462
+ /**
463
+ * the function executed while a change is ocurring in the slider.
464
+ * it will receive an object like
465
+ * {
466
+ * knobsPosition: [],
467
+ * knobsValues: []
468
+ * }
469
+ */
470
+ onChange: _propTypes.default.func,
471
+
472
+ /**
473
+ * the function executed after a change ocurred in the slider.
474
+ * it will receive an object like
475
+ * {
476
+ * knobsPosition: [],
477
+ * knobsValues: []
478
+ * }
479
+ */
480
+ onAfterChange: _propTypes.default.func,
481
+
482
+ /**
483
+ * the separation in points between marks.
484
+ * example: if 10 divisions and a markstep of 2 there will be 5 marks.
485
+ */
486
+ markStep: _propTypes.default.number,
487
+
488
+ /**
489
+ * how many subdivisions there are in the slider.
490
+ */
491
+ divisionQuantity: _propTypes.default.number,
492
+
493
+ /**
494
+ * the value of the first point in the slider from left to right.
495
+ */
496
+ minPointValue: _propTypes.default.number,
497
+
498
+ /**
499
+ * the value of the last point in the slider from left to right.
500
+ */
501
+ maxPointValue: _propTypes.default.number,
502
+
503
+ /**
504
+ * the nax number of decimals if no format function is applied
505
+ */
506
+ markDigits: _propTypes.default.number,
507
+
508
+ /**
509
+ * a formatting function used to add format to the marks in the track,
510
+ * the function receives the mark text
511
+ */
512
+ formatMark: _propTypes.default.func,
513
+
514
+ /**
515
+ * a formatting function used to add format to the tooltip in the track,
516
+ * the function receives the mark text
517
+ */
518
+ formatTooltip: _propTypes.default.func,
519
+
520
+ /**
521
+ * if `true` the knobs can't have the same value, if `false` knobs can have the same value.
522
+ */
523
+ noOverlap: _propTypes.default.bool,
524
+
525
+ /**
526
+ * the classes object to be applied into the root object.
527
+ */
528
+ classes: _propTypes.default.shape({
529
+ /**
530
+ * Style applied to the root of the component.
531
+ */
532
+ root: _propTypes.default.string,
533
+
534
+ /**
535
+ * Style applied to the dot.
536
+ */
537
+ dot: _propTypes.default.string,
538
+
539
+ /**
540
+ * Style applied to the rail.
541
+ */
542
+ rail: _propTypes.default.string,
543
+
544
+ /**
545
+ * Style applied to the inner of the knob.
546
+ */
547
+ knobInner: _propTypes.default.string,
548
+
549
+ /**
550
+ * Style applied to the outside of the knob.
551
+ */
552
+ knobOuter: _propTypes.default.string,
553
+
554
+ /**
555
+ * Style applied when the knob is hidden.
556
+ */
557
+ knobHidden: _propTypes.default.string,
558
+
559
+ /**
560
+ * Style applied last hidden knob.
561
+ */
562
+ knobHiddenLast: _propTypes.default.string,
563
+
564
+ /**
565
+ * Style applied to the track.
566
+ */
567
+ track: _propTypes.default.string,
568
+
569
+ /**
570
+ * Style applied to the mark.
571
+ */
572
+ mark: _propTypes.default.string,
573
+
574
+ /**
575
+ * Style applied to the tooltip.
576
+ */
577
+ sliderTooltip: _propTypes.default.string
578
+ }).isRequired,
579
+ theme: _propTypes.default.any.isRequired
580
+ } : void 0;
581
+ HvSlider.defaultProps = {
582
+ markStep: 1,
583
+ markDigits: 0,
584
+ noOverlap: true,
585
+ values: [],
586
+ formatMark: function formatMark(mark) {
587
+ return mark;
588
+ },
589
+ formatTooltip: function formatTooltip(mark) {
590
+ return mark;
591
+ },
592
+ markProperties: [],
593
+ divisionQuantity: 100,
594
+ minPointValue: 0,
595
+ maxPointValue: 100,
596
+ onBeforeChange: function onBeforeChange() {},
597
+ onChange: function onChange() {},
598
+ onAfterChange: function onAfterChange() {}
599
+ };
600
+
601
+ var _default = (0, _core.withStyles)(_styles2.default, {
602
+ name: "HvSlider",
603
+ withTheme: true
604
+ })(HvSlider);
605
+
606
+ exports.default = _default;
607
+ //# sourceMappingURL=Slider.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Slider.js","names":["scaledValueToKnobsPositionValue","scaledValue","minPointValue","inverseStepValue","Math","floor","transformKnobsPosition","values","knobsPositions","forEach","value","index","calculateStepValue","maxPointValue","divisionQuantity","abs","HvSlider","props","sliderValue","stepValue","markProperties","markstep","markDigits","formatMark","styles","marks","length","markProperty","position","label","style","mark","roundedMarkStep","labelValue","knobsPositionToScaledValue","toFixed","knobProperties","trackStyles","knobProperty","track","color","backgroundColor","trackColor","knobInner","knobOuterStyle","lastItem","knobOuter","hidden","knobHidden","knobHiddenLast","knobsCurrentPosition","newKnobsPosition","slice","knobsValues","noOverlap","state","duplicatedValue","findDuplicated","filter","item","indexOf","array","newArray","newPosition","previousValue","knobsPosition","knobs","generateKnobsPositionAndValues","onChange","defaultValues","fixed","setState","onBeforeChange","onAfterChange","formatTooltip","classes","dragging","restProps","knobValue","dragColor","sliderTooltip","hoverColor","markStep","theme","styleCreator","createTrackStyles","knobStyles","createKnobStyles","rangesCount","createMark","defaultKnobsPositions","createKnob","root","dot","onChangeHandler","onBeforeChangeHandler","onAfterChangeHandler","undefined","rail","React","Component","propTypes","PropTypes","arrayOf","number","isRequired","shape","string","defaultValue","bool","func","any","defaultProps","withStyles","name","withTheme"],"sources":["../../src/Slider/Slider.js"],"sourcesContent":["/**\n * Note: https://github.com/react-component/slider/issues/504\n * Version must remain in \"8.6.3\" until this bug is fixed\n */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport { Range, Handle } from \"rc-slider\";\nimport Tooltip from \"rc-tooltip\";\nimport { withStyles } from \"@material-ui/core\";\nimport KnobRing from \"./KnobRing\";\nimport \"rc-slider/assets/index.css\";\nimport styleCreator from \"./styles\";\n\n/**\n * Transform the scaled values into knobs positions.\n *\n * @param {*} scaledValue - the value of the slider to be scaled\n * @param {*} minPointValue - The value of the first point in\n * the slider from left to right.\n * @param {*} inverseStepValue - The inverse of calculated separation between\n * the value of the points that compose the slider.\n */\nconst scaledValueToKnobsPositionValue = (scaledValue, minPointValue, inverseStepValue) =>\n Math.floor((scaledValue - minPointValue) * inverseStepValue);\n\n/**\n * Transform the received knobs values into knob positions\n *\n * @param {Object} values - The values of the slider.\n * @param {Number} inverseStepValue - The inverse of calculated separation between\n * the value of the points that compose the slider.\n * @param {Integer} minPointValue - The value of the first point in the slider from\n * left to right.\n * @returns {Array} - The position of the knobs.\n */\nconst transformKnobsPosition = (values, inverseStepValue, minPointValue) => {\n const knobsPositions = [];\n values.forEach((value, index) => {\n knobsPositions[index] = scaledValueToKnobsPositionValue(value, minPointValue, inverseStepValue);\n });\n return knobsPositions;\n};\n\n/**\n * Calculates the separation between each value in the slider.\n *\n * @param {*} maxPointValue - The value of the last point in the slider from left to right.\n * @param {*} minPointValue - The value of the first point in the slider from left to right.\n * @param {*} divisionQuantity - How many subdivisions there are in the slider.\n */\nconst calculateStepValue = (maxPointValue, minPointValue, divisionQuantity) =>\n Math.abs(maxPointValue - minPointValue) / divisionQuantity;\n\n/**\n * Sliders reflect a range of values along a bar, from which users may select a single value. They are ideal for adjusting settings such as volume, brightness, or applying image filters. Still in development\n */\nclass HvSlider extends React.Component {\n constructor(props) {\n super(props);\n\n const {\n markProperties,\n markStep,\n markDigits,\n knobProperties,\n values,\n defaultValues,\n theme,\n maxPointValue,\n minPointValue,\n divisionQuantity,\n formatMark,\n } = props;\n\n const styles = styleCreator(theme);\n const stepValue = calculateStepValue(maxPointValue, minPointValue, divisionQuantity);\n const inverseStepValue = 1 / stepValue;\n\n this.state = {\n knobsPositions: transformKnobsPosition(\n values.length > 0 ? values : defaultValues,\n inverseStepValue,\n minPointValue\n ),\n trackStyles: this.createTrackStyles(knobProperties, styles),\n knobStyles: this.createKnobStyles(knobProperties, styles),\n rangesCount: knobProperties.length - 1,\n marks: this.createMark(\n markProperties,\n markStep,\n divisionQuantity,\n minPointValue,\n stepValue,\n markDigits,\n formatMark,\n styles\n ),\n defaultKnobsPositions: transformKnobsPosition(defaultValues, inverseStepValue, minPointValue),\n styles,\n stepValue,\n inverseStepValue,\n };\n }\n\n static getDerivedStateFromProps(props, state) {\n const stepValue = calculateStepValue(\n props.maxPointValue,\n props.minPointValue,\n props.divisionQuantity\n );\n\n if (props.values.length > 0) {\n return {\n ...state,\n knobsPositions: transformKnobsPosition(\n props.values.length > 0 ? props.values : props.defaultValues,\n 1 / stepValue,\n props.minPointValue\n ),\n };\n }\n return null;\n }\n\n /**\n * Transform the scaled values into knobs positions.\n *\n * @param {*} sliderValue - the value of the slider to be scaled\n * @param {*} minPointValue - The value of the first point in the slider from left to right.\n * @param {*} stepValue - The calculated separation between the values of the slider.\n */\n knobsPositionToScaledValue = (sliderValue, minPointValue, stepValue) =>\n minPointValue + stepValue * sliderValue;\n\n /**\n * Generates the inline styles used for the track of each knob, applying colors if necessary.\n *\n * @param {Object} markProperties - The object provided by the user with\n * the desired configuration for the marks.\n * @param {Integer} markstep - The separation between marks.\n * @param {Integer} divisionQuantity - How many subdivisions there are in the slider.\n * @param {Integer} minPointValue - The value of the first point in the slider from\n * left to right.\n * @param {Integer} stepValue - The calculated separation between the values of the slider.\n * @param {Integer} markDigits - How many decimals the mark will show.\n * @param {Function} formatMark - A function provided by the user that is going to\n * be executed to format the mark text.\n * @param {Object} styles - the default styles for the marks.\n * @returns {Object} - An object with the for the marks.\n * @memberof HvSlider\n */\n createMark = (\n markProperties,\n markstep,\n divisionQuantity,\n minPointValue,\n stepValue,\n markDigits,\n formatMark,\n styles\n ) => {\n const marks = {};\n if (markProperties.length > 0) {\n markProperties.forEach((markProperty) => {\n marks[markProperty.position] = {\n label: `${markProperty.label}`,\n style: {\n ...styles.mark,\n },\n };\n });\n } else {\n const roundedMarkStep = Math.floor(markstep);\n for (let index = 0; index <= divisionQuantity; index += roundedMarkStep) {\n let labelValue = this.knobsPositionToScaledValue(index, minPointValue, stepValue).toFixed(\n markDigits\n );\n labelValue = formatMark(labelValue);\n marks[index] = {\n label: `${labelValue}`,\n style: {\n ...styles.mark,\n },\n };\n }\n }\n return marks;\n };\n\n /**\n * Generates the inline styles used for the track of each knob, applying colors if necessary.\n *\n * @param {Object} knobProperties - The object provided by the user with\n * the desired configuration for the knobs.\n * @param {Object} styles - the default styles for the tracks.\n * @returns {Object} - An object with the style for each track.\n * @memberof HvSlider\n */\n createTrackStyles = (knobProperties, styles) => {\n const trackStyles = [];\n if (knobProperties.length > 1) {\n knobProperties.forEach((knobProperty, index) => {\n trackStyles[index] = { ...styles.track };\n if (knobProperty.color) {\n trackStyles[index].backgroundColor = knobProperty.trackColor;\n }\n });\n }\n return trackStyles;\n };\n\n /**\n * Generates the inline styles used for each knob, applying colors if specified.\n *\n * @param {Object} knobProperties - The object provided by the user with\n * the desired configuration for the knobs.\n * @param {Object} styles - the default styles for the knobs.\n * @returns {Object} - An object with both the inner and outer styles for the knob.\n * @memberof HvSlider\n */\n createKnobStyles = (knobProperties, styles) => {\n const knobInner = [];\n const knobOuterStyle = [];\n\n const lastItem = knobProperties.length - 1;\n if (knobProperties.length > 1) {\n knobProperties.forEach((knobProperty, index) => {\n knobInner[index] = { ...styles.knobInner };\n knobOuterStyle[index] = { ...styles.knobOuter };\n\n if (knobProperty.color) {\n knobInner[index].backgroundColor = knobProperty.color;\n knobOuterStyle[index].backgroundColor = \"transparent\";\n }\n\n if (knobProperty.hidden) {\n knobInner[index] = styles.knobHidden;\n if (index === lastItem) {\n knobInner[index] = { ...styles.knobHiddenLast };\n knobInner[index].backgroundColor = knobProperty.color;\n knobOuterStyle[index] = { ...styles.knobHidden };\n knobOuterStyle[index].backgroundColor = knobProperty.color;\n }\n }\n });\n }\n\n return {\n knobInner,\n knobOuterStyle,\n };\n };\n\n /**\n * Generates an object which posses the current value and position of the knobs.\n *\n * @param {Array} knobsCurrentPosition - An array containing the current positions of the knobs.\n * @returns {Object} - An object with the positions and values of the knobs.\n * @memberof HvSlider\n */\n generateKnobsPositionAndValues = (knobsCurrentPosition) => {\n const newKnobsPosition = knobsCurrentPosition.slice();\n const knobsValues = [];\n const { minPointValue, noOverlap } = this.props;\n const { stepValue, knobsPositions } = this.state;\n\n let duplicatedValue = null;\n\n const findDuplicated = newKnobsPosition.filter(\n (item, index) => newKnobsPosition.indexOf(item) !== index\n );\n\n if (noOverlap && findDuplicated.length > 0) {\n [duplicatedValue] = findDuplicated;\n }\n newKnobsPosition.forEach((position, index, array) => {\n const newArray = array;\n let newPosition = position;\n\n if (noOverlap && newPosition === duplicatedValue) {\n const previousValue = knobsPositions[index];\n if (previousValue !== newPosition) {\n newPosition += newPosition > previousValue ? -1 : 1;\n newArray[index] = newPosition;\n }\n }\n\n knobsValues[index] = this.knobsPositionToScaledValue(newPosition, minPointValue, stepValue);\n }, this);\n\n return {\n knobsPosition: newKnobsPosition,\n knobsValues,\n };\n };\n\n /**\n * Function executed while the knobs changes.\n *\n * executes the callback provided by the user with the values and position of the knobs,\n * also lock the value of the knob in case one is fixed.\n *\n * @param {Array} knobsPosition - An array containing the current positions of the knobs.\n * @memberof HvSlider\n */\n onChangeHandler = (knobsPosition) => {\n const knobs = this.generateKnobsPositionAndValues(knobsPosition);\n const { knobProperties, onChange, minPointValue, defaultValues } = this.props;\n const { inverseStepValue } = this.state;\n knobProperties.forEach((knobProperty, index) => {\n if (knobProperty.fixed) {\n knobs.knobsPosition[index] = scaledValueToKnobsPositionValue(\n defaultValues[index],\n minPointValue,\n inverseStepValue\n );\n }\n });\n\n onChange(knobs);\n\n this.setState({\n knobsPositions: knobs.knobsPosition,\n });\n };\n\n /**\n * Function executed before a change.\n *\n * executes the callback provided by the user with the values and position of the knobs\n *\n * @param {Array} knobsPosition - An array containing the current positions of the knobs.\n * @memberof HvSlider\n */\n onBeforeChangeHandler = (knobsPosition) => {\n const { onBeforeChange } = this.props;\n const knobs = this.generateKnobsPositionAndValues(knobsPosition);\n onBeforeChange(knobs);\n };\n\n /**\n * Function executed after a change.\n *\n * executes the callback provided by the user with the values and position of the knobs\n *\n * @param {Array} knobsPosition - An array containing the current positions of the knobs.\n * @memberof HvSlider\n */\n onAfterChangeHandler = (knobsPosition) => {\n const { onAfterChange } = this.props;\n const knobs = this.generateKnobsPositionAndValues(knobsPosition);\n onAfterChange(knobs);\n };\n\n /**\n * Function used to create a custom knob for the slider.\n *\n * TODO: This should be isolated because is creating a sub component,\n * but there were some problems regarding the underlying component losing\n * references of the handlers disabling the focus.\n *\n * @param {Object} props - An object containing the properties of the knobs.\n * @memberof HvSlider\n */\n createKnob = (props) => {\n const { minPointValue, markDigits, knobProperties, formatTooltip, classes } = this.props;\n const { stepValue } = this.state;\n const { value, dragging, index, style, ...restProps } = props;\n\n const knobValue = this.knobsPositionToScaledValue(value, minPointValue, stepValue).toFixed(\n markDigits\n );\n if (dragging) {\n style.backgroundColor = knobProperties[index].dragColor;\n } else {\n style.backgroundColor = knobProperties[index].color;\n }\n\n return (\n <Tooltip\n prefixCls=\"rc-slider-tooltip\"\n overlay={formatTooltip(knobValue)}\n visible={dragging}\n placement=\"top\"\n key={index}\n overlayClassName={classes.sliderTooltip}\n >\n <Handle value={value} style={style} {...restProps}>\n <KnobRing hoverColor={knobProperties[index].hoverColor} dragging={dragging} />\n </Handle>\n </Tooltip>\n );\n };\n\n render() {\n const { divisionQuantity, classes } = this.props;\n\n const {\n knobsPositions,\n defaultKnobsPositions,\n rangesCount,\n knobStyles,\n trackStyles,\n marks,\n styles,\n } = this.state;\n\n return (\n <Range\n handle={this.createKnob}\n className={classes.root}\n min={0}\n max={divisionQuantity}\n step={1}\n marks={marks}\n dotStyle={styles.dot}\n onChange={this.onChangeHandler}\n onBeforeChange={this.onBeforeChangeHandler}\n onAfterChange={this.onAfterChangeHandler}\n value={knobsPositions.length > 0 ? knobsPositions : undefined}\n allowCross={false}\n defaultValue={defaultKnobsPositions}\n count={rangesCount}\n railStyle={styles.rail}\n handleStyle={knobStyles.knobInner}\n trackStyle={trackStyles}\n />\n );\n }\n}\n\nHvSlider.propTypes = {\n /**\n * The values array to apply to the component\n */\n values: PropTypes.arrayOf(PropTypes.number),\n /**\n * The default values array to apply to the component\n */\n defaultValues: PropTypes.arrayOf(PropTypes.number).isRequired,\n /**\n * The object used to set the knob properties,\n * for every item in the array a new knob will be created.\n */\n knobProperties: PropTypes.arrayOf(\n PropTypes.shape({\n color: PropTypes.string,\n defaultValue: PropTypes.number,\n hidden: PropTypes.bool,\n fixed: PropTypes.bool,\n hoverColor: PropTypes.string,\n trackColor: PropTypes.string,\n dragColor: PropTypes.string,\n })\n ).isRequired,\n /**\n * The object used to set the mark properties individually.\n */\n markProperties: PropTypes.arrayOf(\n PropTypes.shape({\n position: PropTypes.number,\n label: PropTypes.string,\n })\n ),\n /**\n * the function executed before a change will ocurr in the slider.\n * it will receive an object like\n * {\n * knobsPosition: [],\n * knobsValues: []\n * }\n */\n onBeforeChange: PropTypes.func,\n /**\n * the function executed while a change is ocurring in the slider.\n * it will receive an object like\n * {\n * knobsPosition: [],\n * knobsValues: []\n * }\n */\n onChange: PropTypes.func,\n /**\n * the function executed after a change ocurred in the slider.\n * it will receive an object like\n * {\n * knobsPosition: [],\n * knobsValues: []\n * }\n */\n onAfterChange: PropTypes.func,\n /**\n * the separation in points between marks.\n * example: if 10 divisions and a markstep of 2 there will be 5 marks.\n */\n markStep: PropTypes.number,\n /**\n * how many subdivisions there are in the slider.\n */\n divisionQuantity: PropTypes.number,\n /**\n * the value of the first point in the slider from left to right.\n */\n minPointValue: PropTypes.number,\n /**\n * the value of the last point in the slider from left to right.\n */\n maxPointValue: PropTypes.number,\n /**\n * the nax number of decimals if no format function is applied\n */\n markDigits: PropTypes.number,\n /**\n * a formatting function used to add format to the marks in the track,\n * the function receives the mark text\n */\n formatMark: PropTypes.func,\n /**\n * a formatting function used to add format to the tooltip in the track,\n * the function receives the mark text\n */\n formatTooltip: PropTypes.func,\n /**\n * if `true` the knobs can't have the same value, if `false` knobs can have the same value.\n */\n noOverlap: PropTypes.bool,\n /**\n * the classes object to be applied into the root object.\n */\n classes: PropTypes.shape({\n /**\n * Style applied to the root of the component.\n */\n root: PropTypes.string,\n /**\n * Style applied to the dot.\n */\n dot: PropTypes.string,\n /**\n * Style applied to the rail.\n */\n rail: PropTypes.string,\n /**\n * Style applied to the inner of the knob.\n */\n knobInner: PropTypes.string,\n /**\n * Style applied to the outside of the knob.\n */\n knobOuter: PropTypes.string,\n /**\n * Style applied when the knob is hidden.\n */\n knobHidden: PropTypes.string,\n /**\n * Style applied last hidden knob.\n */\n knobHiddenLast: PropTypes.string,\n /**\n * Style applied to the track.\n */\n track: PropTypes.string,\n /**\n * Style applied to the mark.\n */\n mark: PropTypes.string,\n /**\n * Style applied to the tooltip.\n */\n sliderTooltip: PropTypes.string,\n }).isRequired,\n\n theme: PropTypes.any.isRequired,\n};\n\nHvSlider.defaultProps = {\n markStep: 1,\n markDigits: 0,\n noOverlap: true,\n values: [],\n formatMark: (mark) => mark,\n formatTooltip: (mark) => mark,\n markProperties: [],\n divisionQuantity: 100,\n minPointValue: 0,\n maxPointValue: 100,\n onBeforeChange: () => {},\n onChange: () => {},\n onAfterChange: () => {},\n};\n\nexport default withStyles(styleCreator, { name: \"HvSlider\", withTheme: true })(HvSlider);\n"],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export { default } from "./Slider";
2
+ export * from "./Slider";