@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,32 @@
1
+ import * as React from "react";
2
+ import { StandardProps } from "@material-ui/core";
3
+
4
+ export interface HvLoadingProps
5
+ extends StandardProps<React.HTMLAttributes<HTMLDivElement>, HvLoadingClassKey> {
6
+ /**
7
+ * The size of the loading indicator.
8
+ */
9
+ size?: "regular" | "small";
10
+
11
+ /**
12
+ * The position where the loading indicator is to be positioned in,
13
+ * center of the page or inline in the container where its inserted.
14
+ */
15
+ position?: "center" | "inline";
16
+
17
+ /**
18
+ * The text to be displayed.
19
+ */
20
+ text?: string;
21
+ }
22
+
23
+ export type HvLoadingClassKey =
24
+ | "input"
25
+ | "characterCounter"
26
+ | "inline"
27
+ | "separator"
28
+ | "maxCharacter"
29
+ | "currentCounter"
30
+ | "disabled";
31
+
32
+ export default function HvLoading(props: HvLoadingProps): JSX.Element | null;
@@ -0,0 +1,89 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.default = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _clsx = _interopRequireDefault(require("clsx"));
15
+
16
+ var _isEmpty = _interopRequireDefault(require("lodash/isEmpty"));
17
+
18
+ var _core = require("@material-ui/core");
19
+
20
+ var _uikitReactCore = require("@hitachivantara/uikit-react-core");
21
+
22
+ var _styles = _interopRequireDefault(require("./styles"));
23
+
24
+ /**
25
+ * A Loading Component component, still in development.
26
+ */
27
+ var Loading = function Loading(_ref) {
28
+ var classes = _ref.classes,
29
+ size = _ref.size,
30
+ position = _ref.position,
31
+ text = _ref.text;
32
+ return /*#__PURE__*/_react.default.createElement("div", {
33
+ className: (0, _clsx.default)(classes.loading, {
34
+ "center": classes.centerPosition,
35
+ "inline": classes.inlinePosition
36
+ }[position])
37
+ }, /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement("div", {
38
+ className: (0, _clsx.default)(classes.loadingBar, size)
39
+ }), /*#__PURE__*/_react.default.createElement("div", {
40
+ className: (0, _clsx.default)(classes.loadingBar, size)
41
+ }), /*#__PURE__*/_react.default.createElement("div", {
42
+ className: (0, _clsx.default)(classes.loadingBar, size)
43
+ })), !(0, _isEmpty.default)(text) ? /*#__PURE__*/_react.default.createElement("div", {
44
+ className: classes.loadingText
45
+ }, /*#__PURE__*/_react.default.createElement(_uikitReactCore.HvTypography, {
46
+ variant: "normalText"
47
+ }, text)) : null);
48
+ };
49
+
50
+ process.env.NODE_ENV !== "production" ? Loading.propTypes = {
51
+ /**
52
+ * Styles applied to the Drawer Paper element.
53
+ */
54
+ classes: _propTypes.default.PropTypes.shape({
55
+ loadingBar: _propTypes.default.string,
56
+ loadingText: _propTypes.default.string,
57
+ loading: _propTypes.default.string,
58
+ centerPosition: _propTypes.default.string,
59
+ inlinePosition: _propTypes.default.string
60
+ }).isRequired,
61
+
62
+ /**
63
+ * The size of the loading indicator.
64
+ */
65
+ size: _propTypes.default.oneOf(["regular", "small"]),
66
+
67
+ /**
68
+ * The position where the loading indicator is to be positioned in,
69
+ * center of the page or inline in the container where its inserted.
70
+ */
71
+ position: _propTypes.default.oneOf(["center", "inline"]),
72
+
73
+ /**
74
+ * The text to be displayed.
75
+ */
76
+ text: _propTypes.default.string
77
+ } : void 0;
78
+ Loading.defaultProps = {
79
+ size: "regular",
80
+ position: "center",
81
+ text: ""
82
+ };
83
+
84
+ var _default = (0, _uikitReactCore.withDeprecated)((0, _core.withStyles)(_styles.default, {
85
+ name: "HvLoading"
86
+ })(Loading), "Please use the Loading component in the Core Package");
87
+
88
+ exports.default = _default;
89
+ //# sourceMappingURL=Loading.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loading.js","names":["Loading","classes","size","position","text","clsx","loading","centerPosition","inlinePosition","loadingBar","isEmpty","loadingText","propTypes","PropTypes","shape","string","isRequired","oneOf","defaultProps","withDeprecated","withStyles","styles","name"],"sources":["../../src/Loading/Loading.js"],"sourcesContent":["import React from \"react\";\nimport PropTypes from \"prop-types\";\nimport clsx from \"clsx\";\nimport isEmpty from \"lodash/isEmpty\";\nimport { withStyles } from \"@material-ui/core\";\nimport { HvTypography, withDeprecated } from \"@hitachivantara/uikit-react-core\";\nimport styles from \"./styles\";\n\n/**\n * A Loading Component component, still in development.\n */\nconst Loading = ({ classes, size, position, text }) => {\n return (\n <div\n className={clsx(classes.loading, {\n [classes.centerPosition]: position === \"center\",\n [classes.inlinePosition]: position === \"inline\",\n })}\n >\n <div>\n <div className={clsx(classes.loadingBar, size)} />\n <div className={clsx(classes.loadingBar, size)} />\n <div className={clsx(classes.loadingBar, size)} />\n </div>\n {!isEmpty(text) ? (\n <div className={classes.loadingText}>\n <HvTypography variant=\"normalText\">{text}</HvTypography>\n </div>\n ) : null}\n </div>\n );\n};\n\nLoading.propTypes = {\n /**\n * Styles applied to the Drawer Paper element.\n */\n classes: PropTypes.PropTypes.shape({\n loadingBar: PropTypes.string,\n loadingText: PropTypes.string,\n loading: PropTypes.string,\n centerPosition: PropTypes.string,\n inlinePosition: PropTypes.string,\n }).isRequired,\n /**\n * The size of the loading indicator.\n */\n size: PropTypes.oneOf([\"regular\", \"small\"]),\n /**\n * The position where the loading indicator is to be positioned in,\n * center of the page or inline in the container where its inserted.\n */\n position: PropTypes.oneOf([\"center\", \"inline\"]),\n /**\n * The text to be displayed.\n */\n text: PropTypes.string,\n};\n\nLoading.defaultProps = {\n size: \"regular\",\n position: \"center\",\n text: \"\",\n};\n\nexport default withDeprecated(\n withStyles(styles, { name: \"HvLoading\" })(Loading),\n \"Please use the Loading component in the Core Package\"\n);\n"],"mappings":";;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEA;AACA;AACA;AACA,IAAMA,OAAO,GAAG,SAAVA,OAAU,OAAuC;EAAA,IAApCC,OAAoC,QAApCA,OAAoC;EAAA,IAA3BC,IAA2B,QAA3BA,IAA2B;EAAA,IAArBC,QAAqB,QAArBA,QAAqB;EAAA,IAAXC,IAAW,QAAXA,IAAW;EACrD,oBACE;IACE,SAAS,EAAE,IAAAC,aAAA,EAAKJ,OAAO,CAACK,OAAb;MAC8B,QAD9B,EACRL,OAAO,CAACM,cADA;MAE8B,QAF9B,EAERN,OAAO,CAACO;IAFA,EACiBL,QADjB;EADb,gBAME,uDACE;IAAK,SAAS,EAAE,IAAAE,aAAA,EAAKJ,OAAO,CAACQ,UAAb,EAAyBP,IAAzB;EAAhB,EADF,eAEE;IAAK,SAAS,EAAE,IAAAG,aAAA,EAAKJ,OAAO,CAACQ,UAAb,EAAyBP,IAAzB;EAAhB,EAFF,eAGE;IAAK,SAAS,EAAE,IAAAG,aAAA,EAAKJ,OAAO,CAACQ,UAAb,EAAyBP,IAAzB;EAAhB,EAHF,CANF,EAWG,CAAC,IAAAQ,gBAAA,EAAQN,IAAR,CAAD,gBACC;IAAK,SAAS,EAAEH,OAAO,CAACU;EAAxB,gBACE,6BAAC,4BAAD;IAAc,OAAO,EAAC;EAAtB,GAAoCP,IAApC,CADF,CADD,GAIG,IAfN,CADF;AAmBD,CApBD;;AAsBA,wCAAAJ,OAAO,CAACY,SAAR,GAAoB;EAClB;AACF;AACA;EACEX,OAAO,EAAEY,kBAAA,CAAUA,SAAV,CAAoBC,KAApB,CAA0B;IACjCL,UAAU,EAAEI,kBAAA,CAAUE,MADW;IAEjCJ,WAAW,EAAEE,kBAAA,CAAUE,MAFU;IAGjCT,OAAO,EAAEO,kBAAA,CAAUE,MAHc;IAIjCR,cAAc,EAAEM,kBAAA,CAAUE,MAJO;IAKjCP,cAAc,EAAEK,kBAAA,CAAUE;EALO,CAA1B,EAMNC,UAVe;;EAWlB;AACF;AACA;EACEd,IAAI,EAAEW,kBAAA,CAAUI,KAAV,CAAgB,CAAC,SAAD,EAAY,OAAZ,CAAhB,CAdY;;EAelB;AACF;AACA;AACA;EACEd,QAAQ,EAAEU,kBAAA,CAAUI,KAAV,CAAgB,CAAC,QAAD,EAAW,QAAX,CAAhB,CAnBQ;;EAoBlB;AACF;AACA;EACEb,IAAI,EAAES,kBAAA,CAAUE;AAvBE,CAApB;AA0BAf,OAAO,CAACkB,YAAR,GAAuB;EACrBhB,IAAI,EAAE,SADe;EAErBC,QAAQ,EAAE,QAFW;EAGrBC,IAAI,EAAE;AAHe,CAAvB;;eAMe,IAAAe,8BAAA,EACb,IAAAC,gBAAA,EAAWC,eAAX,EAAmB;EAAEC,IAAI,EAAE;AAAR,CAAnB,EAA0CtB,OAA1C,CADa,EAEb,sDAFa,C"}
@@ -0,0 +1,12 @@
1
+ import * as React from "react";
2
+ import { StandardProps } from "@material-ui/core";
3
+ import { HvLoadingProps } from "./Loading";
4
+
5
+ export interface HvLoadingWithDelayProps extends HvLoadingProps {
6
+ /**
7
+ * The amount of milliseconds that the component should wait before showing the Loading
8
+ */
9
+ delay?: number;
10
+ }
11
+
12
+ export default function HvLoadingWithDelay(props: HvLoadingWithDelayProps): JSX.Element | null;
@@ -0,0 +1,135 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.array.iterator.js");
4
+
5
+ require("core-js/modules/es.object.to-string.js");
6
+
7
+ require("core-js/modules/es.string.iterator.js");
8
+
9
+ require("core-js/modules/es.weak-map.js");
10
+
11
+ require("core-js/modules/web.dom-collections.iterator.js");
12
+
13
+ require("core-js/modules/es.object.get-own-property-descriptor.js");
14
+
15
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
16
+
17
+ var _typeof = require("@babel/runtime/helpers/typeof");
18
+
19
+ Object.defineProperty(exports, "__esModule", {
20
+ value: true
21
+ });
22
+ exports.default = void 0;
23
+
24
+ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
25
+
26
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
27
+
28
+ var _react = _interopRequireWildcard(require("react"));
29
+
30
+ var _core = require("@material-ui/core");
31
+
32
+ var _propTypes = _interopRequireDefault(require("prop-types"));
33
+
34
+ var _uikitReactCore = require("@hitachivantara/uikit-react-core");
35
+
36
+ var _Loading = _interopRequireDefault(require("./Loading"));
37
+
38
+ var _styles = _interopRequireDefault(require("./styles"));
39
+
40
+ var _excluded = ["delay"];
41
+
42
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
43
+
44
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
45
+
46
+ var LoadingWithDelay = function LoadingWithDelay(_ref) {
47
+ var _ref$delay = _ref.delay,
48
+ delay = _ref$delay === void 0 ? 0 : _ref$delay,
49
+ loadingProps = (0, _objectWithoutProperties2.default)(_ref, _excluded);
50
+
51
+ var _useState = (0, _react.useState)(false),
52
+ _useState2 = (0, _slicedToArray2.default)(_useState, 2),
53
+ shouldDisplay = _useState2[0],
54
+ setShouldDisplay = _useState2[1];
55
+
56
+ (0, _react.useEffect)(function () {
57
+ var timer = setTimeout(function () {
58
+ return setShouldDisplay(true);
59
+ }, delay);
60
+ return function () {
61
+ clearTimeout(timer);
62
+ };
63
+ }, []);
64
+ return shouldDisplay && /*#__PURE__*/_react.default.createElement(_Loading.default, loadingProps);
65
+ };
66
+
67
+ process.env.NODE_ENV !== "production" ? LoadingWithDelay.propTypes = {
68
+ /**
69
+ * Styles applied to the Drawer Paper element.
70
+ */
71
+ classes: _propTypes.default.PropTypes.shape({
72
+ /**
73
+ * The class applied on the text area input box.
74
+ */
75
+ input: _propTypes.default.string,
76
+
77
+ /**
78
+ * The class applied on the character counter.
79
+ */
80
+ characterCounter: _propTypes.default.string,
81
+
82
+ /**
83
+ * The class controlling the layout of the counter.
84
+ */
85
+ inline: _propTypes.default.string,
86
+
87
+ /**
88
+ * The class applied to the separator element of the character counter.
89
+ */
90
+ separator: _propTypes.default.string,
91
+
92
+ /**
93
+ * The class applied to the max counter element of the character counter.
94
+ */
95
+ maxCharacter: _propTypes.default.string,
96
+
97
+ /**
98
+ * The class applied to the current counter element of the character counter.
99
+ */
100
+ currentCounter: _propTypes.default.string,
101
+
102
+ /**
103
+ * The class applied to the character counter when it is disabled.
104
+ */
105
+ disabled: _propTypes.default.string
106
+ }).isRequired,
107
+
108
+ /**
109
+ * The size of the loading indicator.
110
+ */
111
+ size: _propTypes.default.oneOf(["regular", "small"]),
112
+
113
+ /**
114
+ * The position where the loading indicator is to be positioned in,
115
+ * center of the page or inline in the container where its inserted.
116
+ */
117
+ position: _propTypes.default.oneOf(["center", "inline"]),
118
+
119
+ /**
120
+ * The text to be displayed.
121
+ */
122
+ text: _propTypes.default.string,
123
+
124
+ /**
125
+ * The amount of milliseconds that the component should wait before showing the Loading
126
+ */
127
+ delay: _propTypes.default.number
128
+ } : void 0;
129
+
130
+ var _default = (0, _uikitReactCore.withDeprecated)((0, _core.withStyles)(_styles.default, {
131
+ name: "HvLoadingWithDelay"
132
+ })(LoadingWithDelay), "Please use the Loading component in the Core Package");
133
+
134
+ exports.default = _default;
135
+ //# sourceMappingURL=LoadingWithDelay.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadingWithDelay.js","names":["LoadingWithDelay","delay","loadingProps","useState","shouldDisplay","setShouldDisplay","useEffect","timer","setTimeout","clearTimeout","propTypes","classes","PropTypes","shape","input","string","characterCounter","inline","separator","maxCharacter","currentCounter","disabled","isRequired","size","oneOf","position","text","number","withDeprecated","withStyles","styles","name"],"sources":["../../src/Loading/LoadingWithDelay.js"],"sourcesContent":["import React, { useState, useEffect } from \"react\";\nimport { withStyles } from \"@material-ui/core\";\nimport PropTypes from \"prop-types\";\nimport { withDeprecated } from \"@hitachivantara/uikit-react-core\";\nimport Loading from \"./Loading\";\nimport styles from \"./styles\";\n\nconst LoadingWithDelay = ({ delay = 0, ...loadingProps }) => {\n const [shouldDisplay, setShouldDisplay] = useState(false);\n\n useEffect(() => {\n const timer = setTimeout(() => setShouldDisplay(true), delay);\n\n return () => {\n clearTimeout(timer);\n };\n }, []);\n\n return shouldDisplay && <Loading {...loadingProps} />;\n};\n\nLoadingWithDelay.propTypes = {\n /**\n * Styles applied to the Drawer Paper element.\n */\n classes: PropTypes.PropTypes.shape({\n /**\n * The class applied on the text area input box.\n */\n input: PropTypes.string,\n /**\n * The class applied on the character counter.\n */\n characterCounter: PropTypes.string,\n /**\n * The class controlling the layout of the counter.\n */\n inline: PropTypes.string,\n /**\n * The class applied to the separator element of the character counter.\n */\n separator: PropTypes.string,\n /**\n * The class applied to the max counter element of the character counter.\n */\n maxCharacter: PropTypes.string,\n /**\n * The class applied to the current counter element of the character counter.\n */\n currentCounter: PropTypes.string,\n /**\n * The class applied to the character counter when it is disabled.\n */\n disabled: PropTypes.string,\n }).isRequired,\n /**\n * The size of the loading indicator.\n */\n size: PropTypes.oneOf([\"regular\", \"small\"]),\n /**\n * The position where the loading indicator is to be positioned in,\n * center of the page or inline in the container where its inserted.\n */\n position: PropTypes.oneOf([\"center\", \"inline\"]),\n /**\n * The text to be displayed.\n */\n text: PropTypes.string,\n /**\n * The amount of milliseconds that the component should wait before showing the Loading\n */\n delay: PropTypes.number,\n};\n\nexport default withDeprecated(\n withStyles(styles, { name: \"HvLoadingWithDelay\" })(LoadingWithDelay),\n \"Please use the Loading component in the Core Package\"\n);\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;;;AAEA,IAAMA,gBAAgB,GAAG,SAAnBA,gBAAmB,OAAoC;EAAA,sBAAjCC,KAAiC;EAAA,IAAjCA,KAAiC,2BAAzB,CAAyB;EAAA,IAAnBC,YAAmB;;EAC3D,gBAA0C,IAAAC,eAAA,EAAS,KAAT,CAA1C;EAAA;EAAA,IAAOC,aAAP;EAAA,IAAsBC,gBAAtB;;EAEA,IAAAC,gBAAA,EAAU,YAAM;IACd,IAAMC,KAAK,GAAGC,UAAU,CAAC;MAAA,OAAMH,gBAAgB,CAAC,IAAD,CAAtB;IAAA,CAAD,EAA+BJ,KAA/B,CAAxB;IAEA,OAAO,YAAM;MACXQ,YAAY,CAACF,KAAD,CAAZ;IACD,CAFD;EAGD,CAND,EAMG,EANH;EAQA,OAAOH,aAAa,iBAAI,6BAAC,gBAAD,EAAaF,YAAb,CAAxB;AACD,CAZD;;AAcA,wCAAAF,gBAAgB,CAACU,SAAjB,GAA6B;EAC3B;AACF;AACA;EACEC,OAAO,EAAEC,kBAAA,CAAUA,SAAV,CAAoBC,KAApB,CAA0B;IACjC;AACJ;AACA;IACIC,KAAK,EAAEF,kBAAA,CAAUG,MAJgB;;IAKjC;AACJ;AACA;IACIC,gBAAgB,EAAEJ,kBAAA,CAAUG,MARK;;IASjC;AACJ;AACA;IACIE,MAAM,EAAEL,kBAAA,CAAUG,MAZe;;IAajC;AACJ;AACA;IACIG,SAAS,EAAEN,kBAAA,CAAUG,MAhBY;;IAiBjC;AACJ;AACA;IACII,YAAY,EAAEP,kBAAA,CAAUG,MApBS;;IAqBjC;AACJ;AACA;IACIK,cAAc,EAAER,kBAAA,CAAUG,MAxBO;;IAyBjC;AACJ;AACA;IACIM,QAAQ,EAAET,kBAAA,CAAUG;EA5Ba,CAA1B,EA6BNO,UAjCwB;;EAkC3B;AACF;AACA;EACEC,IAAI,EAAEX,kBAAA,CAAUY,KAAV,CAAgB,CAAC,SAAD,EAAY,OAAZ,CAAhB,CArCqB;;EAsC3B;AACF;AACA;AACA;EACEC,QAAQ,EAAEb,kBAAA,CAAUY,KAAV,CAAgB,CAAC,QAAD,EAAW,QAAX,CAAhB,CA1CiB;;EA2C3B;AACF;AACA;EACEE,IAAI,EAAEd,kBAAA,CAAUG,MA9CW;;EA+C3B;AACF;AACA;EACEd,KAAK,EAAEW,kBAAA,CAAUe;AAlDU,CAA7B;;eAqDe,IAAAC,8BAAA,EACb,IAAAC,gBAAA,EAAWC,eAAX,EAAmB;EAAEC,IAAI,EAAE;AAAR,CAAnB,EAAmD/B,gBAAnD,CADa,EAEb,sDAFa,C"}
@@ -0,0 +1,2 @@
1
+ export { default } from "./LoadingWithDelay";
2
+ export * from "./LoadingWithDelay";
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ Object.defineProperty(exports, "default", {
9
+ enumerable: true,
10
+ get: function get() {
11
+ return _LoadingWithDelay.default;
12
+ }
13
+ });
14
+
15
+ var _LoadingWithDelay = _interopRequireDefault(require("./LoadingWithDelay"));
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../src/Loading/index.js"],"sourcesContent":["export { default } from \"./LoadingWithDelay\";\n"],"mappings":";;;;;;;;;;;;;;AAAA"}
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var interval = 0.11;
8
+
9
+ var styles = function styles(theme) {
10
+ return {
11
+ loading: {
12
+ textAlign: "center"
13
+ },
14
+ centerPosition: {
15
+ width: "100%",
16
+ height: "100%",
17
+ display: "flex",
18
+ alignItems: "center",
19
+ justifyContent: "center"
20
+ },
21
+ inlinePosition: {
22
+ marginTop: "5px"
23
+ },
24
+ loadingBar: {
25
+ display: "inline-block",
26
+ backgroundColor: theme.hv.palette.accent.acce1,
27
+ "&.regular": {
28
+ animation: "$loading-regular 1s ease-in-out infinite",
29
+ width: "4px",
30
+ height: "14px",
31
+ margin: "3px",
32
+ "&:nth-child(1)": {
33
+ animationDelay: "0"
34
+ },
35
+ "&:nth-child(2)": {
36
+ animationDelay: "".concat(interval * 2, "s")
37
+ },
38
+ "&:nth-child(3)": {
39
+ animationDelay: "".concat(interval * 4, "s")
40
+ }
41
+ },
42
+ "&.small": {
43
+ animation: "$loading-small 1s ease-in-out infinite",
44
+ width: "2px",
45
+ height: "10px",
46
+ margin: "4px 2px 2px 2px",
47
+ "&:nth-child(1)": {
48
+ animationDelay: "0"
49
+ },
50
+ "&:nth-child(2)": {
51
+ animationDelay: "".concat(interval, "s")
52
+ },
53
+ "&:nth-child(3)": {
54
+ animationDelay: "".concat(interval * 2, "s")
55
+ }
56
+ }
57
+ },
58
+ "@keyframes loading-regular": {
59
+ "0%": {
60
+ transform: "scale(1)",
61
+ backgroundColor: theme.hv.palette.accent.acce1
62
+ },
63
+ "50%": {
64
+ transform: "scale(1, 1.9)",
65
+ backgroundColor: theme.hv.palette.accent.acce3
66
+ }
67
+ },
68
+ "@keyframes loading-small": {
69
+ "0%": {
70
+ transform: "scale(1)",
71
+ backgroundColor: theme.hv.palette.accent.acce1
72
+ },
73
+ "50%": {
74
+ transform: "scale(1, 1.9)"
75
+ }
76
+ },
77
+ loadingText: {
78
+ marginTop: "20px"
79
+ }
80
+ };
81
+ };
82
+
83
+ var _default = styles;
84
+ exports.default = _default;
85
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","names":["interval","styles","theme","loading","textAlign","centerPosition","width","height","display","alignItems","justifyContent","inlinePosition","marginTop","loadingBar","backgroundColor","hv","palette","accent","acce1","animation","margin","animationDelay","transform","acce3","loadingText"],"sources":["../../src/Loading/styles.js"],"sourcesContent":["const interval = 0.11;\n\nconst styles = (theme) => ({\n loading: {\n textAlign: \"center\",\n },\n\n centerPosition: {\n width: \"100%\",\n height: \"100%\",\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"center\",\n },\n\n inlinePosition: {\n marginTop: \"5px\",\n },\n\n loadingBar: {\n display: \"inline-block\",\n backgroundColor: theme.hv.palette.accent.acce1,\n\n \"&.regular\": {\n animation: \"$loading-regular 1s ease-in-out infinite\",\n width: \"4px\",\n height: \"14px\",\n margin: \"3px\",\n\n \"&:nth-child(1)\": {\n animationDelay: \"0\",\n },\n \"&:nth-child(2)\": {\n animationDelay: `${interval * 2}s`,\n },\n \"&:nth-child(3)\": {\n animationDelay: `${interval * 4}s`,\n },\n },\n\n \"&.small\": {\n animation: \"$loading-small 1s ease-in-out infinite\",\n width: \"2px\",\n height: \"10px\",\n margin: \"4px 2px 2px 2px\",\n\n \"&:nth-child(1)\": {\n animationDelay: \"0\",\n },\n \"&:nth-child(2)\": {\n animationDelay: `${interval}s`,\n },\n \"&:nth-child(3)\": {\n animationDelay: `${interval * 2}s`,\n },\n },\n },\n\n \"@keyframes loading-regular\": {\n \"0%\": {\n transform: \"scale(1)\",\n backgroundColor: theme.hv.palette.accent.acce1,\n },\n \"50%\": {\n transform: \"scale(1, 1.9)\",\n backgroundColor: theme.hv.palette.accent.acce3,\n },\n },\n\n \"@keyframes loading-small\": {\n \"0%\": {\n transform: \"scale(1)\",\n backgroundColor: theme.hv.palette.accent.acce1,\n },\n \"50%\": {\n transform: \"scale(1, 1.9)\",\n },\n },\n\n loadingText: {\n marginTop: \"20px\",\n },\n});\n\nexport default styles;\n"],"mappings":";;;;;;AAAA,IAAMA,QAAQ,GAAG,IAAjB;;AAEA,IAAMC,MAAM,GAAG,SAATA,MAAS,CAACC,KAAD;EAAA,OAAY;IACzBC,OAAO,EAAE;MACPC,SAAS,EAAE;IADJ,CADgB;IAKzBC,cAAc,EAAE;MACdC,KAAK,EAAE,MADO;MAEdC,MAAM,EAAE,MAFM;MAGdC,OAAO,EAAE,MAHK;MAIdC,UAAU,EAAE,QAJE;MAKdC,cAAc,EAAE;IALF,CALS;IAazBC,cAAc,EAAE;MACdC,SAAS,EAAE;IADG,CAbS;IAiBzBC,UAAU,EAAE;MACVL,OAAO,EAAE,cADC;MAEVM,eAAe,EAAEZ,KAAK,CAACa,EAAN,CAASC,OAAT,CAAiBC,MAAjB,CAAwBC,KAF/B;MAIV,aAAa;QACXC,SAAS,EAAE,0CADA;QAEXb,KAAK,EAAE,KAFI;QAGXC,MAAM,EAAE,MAHG;QAIXa,MAAM,EAAE,KAJG;QAMX,kBAAkB;UAChBC,cAAc,EAAE;QADA,CANP;QASX,kBAAkB;UAChBA,cAAc,YAAKrB,QAAQ,GAAG,CAAhB;QADE,CATP;QAYX,kBAAkB;UAChBqB,cAAc,YAAKrB,QAAQ,GAAG,CAAhB;QADE;MAZP,CAJH;MAqBV,WAAW;QACTmB,SAAS,EAAE,wCADF;QAETb,KAAK,EAAE,KAFE;QAGTC,MAAM,EAAE,MAHC;QAITa,MAAM,EAAE,iBAJC;QAMT,kBAAkB;UAChBC,cAAc,EAAE;QADA,CANT;QAST,kBAAkB;UAChBA,cAAc,YAAKrB,QAAL;QADE,CATT;QAYT,kBAAkB;UAChBqB,cAAc,YAAKrB,QAAQ,GAAG,CAAhB;QADE;MAZT;IArBD,CAjBa;IAwDzB,8BAA8B;MAC5B,MAAM;QACJsB,SAAS,EAAE,UADP;QAEJR,eAAe,EAAEZ,KAAK,CAACa,EAAN,CAASC,OAAT,CAAiBC,MAAjB,CAAwBC;MAFrC,CADsB;MAK5B,OAAO;QACLI,SAAS,EAAE,eADN;QAELR,eAAe,EAAEZ,KAAK,CAACa,EAAN,CAASC,OAAT,CAAiBC,MAAjB,CAAwBM;MAFpC;IALqB,CAxDL;IAmEzB,4BAA4B;MAC1B,MAAM;QACJD,SAAS,EAAE,UADP;QAEJR,eAAe,EAAEZ,KAAK,CAACa,EAAN,CAASC,OAAT,CAAiBC,MAAjB,CAAwBC;MAFrC,CADoB;MAK1B,OAAO;QACLI,SAAS,EAAE;MADN;IALmB,CAnEH;IA6EzBE,WAAW,EAAE;MACXZ,SAAS,EAAE;IADA;EA7EY,CAAZ;AAAA,CAAf;;eAkFeX,M"}
@@ -0,0 +1,46 @@
1
+ import { StandardProps, DrawerProps } from "@material-ui/core";
2
+
3
+ interface Option {
4
+ key: string;
5
+ label: string;
6
+ value: string;
7
+ }
8
+
9
+ export type HvNavigationAnchorsClassKey =
10
+ | "drawer"
11
+ | "dense"
12
+ | "drawerPaper"
13
+ | "drawerPaperPositionInherit"
14
+ | "listRoot"
15
+ | "listDense"
16
+ | "listItemSelected"
17
+ | "listItemRoot"
18
+ | "listItemGutters"
19
+ | "listItemTextSelected"
20
+ | "listItemTextDense";
21
+
22
+ export interface HvNavigationAnchorsProps
23
+ extends StandardProps<DrawerProps, HvNavigationAnchorsClassKey> {
24
+ /**
25
+ * An Array of Objects with Label and Value. Label is the displayed Element and Value is the local navigation location applied
26
+ */
27
+ options: Option[];
28
+ /**
29
+ * True if the href location link should be applied. It will create an a element around every list item
30
+ */
31
+ href?: boolean;
32
+ /**
33
+ * Whether the anchors are always in a fixed position
34
+ */
35
+ floating?: boolean;
36
+ /**
37
+ * Currently selected index passed from the parent.
38
+ */
39
+ selectedIndex?: number;
40
+ /**
41
+ * The Id of the scrollable container containing displayed elements
42
+ */
43
+ scrollElementId?: string;
44
+ }
45
+
46
+ export default function HvNavigationAnchors(props: HvNavigationAnchorsProps): JSX.Element | null;