@neo4j-ndl/react 0.1.3 → 0.1.4

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 (276) hide show
  1. package/lib/cjs/alert/Alert.js +102 -0
  2. package/lib/cjs/alert/Alert.js.map +1 -0
  3. package/lib/cjs/alert/index.js +30 -0
  4. package/lib/cjs/alert/index.js.map +1 -0
  5. package/lib/cjs/button/Button.js +116 -0
  6. package/lib/cjs/button/Button.js.map +1 -0
  7. package/lib/cjs/button/index.js +34 -0
  8. package/lib/cjs/button/index.js.map +1 -0
  9. package/lib/cjs/checkbox/Checkbox.js +52 -0
  10. package/lib/cjs/checkbox/Checkbox.js.map +1 -0
  11. package/lib/cjs/checkbox/index.js +29 -0
  12. package/lib/cjs/checkbox/index.js.map +1 -0
  13. package/lib/cjs/context-menu/ContextMenu.js +214 -0
  14. package/lib/cjs/context-menu/ContextMenu.js.map +1 -0
  15. package/lib/cjs/context-menu/index.js +34 -0
  16. package/lib/cjs/context-menu/index.js.map +1 -0
  17. package/lib/cjs/helpers/debounce.js +41 -0
  18. package/lib/cjs/helpers/debounce.js.map +1 -0
  19. package/lib/cjs/helpers/forwardRef.js +26 -0
  20. package/lib/cjs/helpers/forwardRef.js.map +1 -0
  21. package/lib/cjs/helpers/index.js +36 -0
  22. package/lib/cjs/helpers/index.js.map +1 -0
  23. package/lib/cjs/helpers/testing.js +46 -0
  24. package/lib/cjs/helpers/testing.js.map +1 -0
  25. package/lib/cjs/helpers/types.js +23 -0
  26. package/lib/cjs/helpers/types.js.map +1 -0
  27. package/lib/cjs/icons/Custom.js +63 -0
  28. package/lib/cjs/icons/Custom.js.map +1 -0
  29. package/lib/cjs/icons/Hero.js +55 -0
  30. package/lib/cjs/icons/Hero.js.map +1 -0
  31. package/lib/cjs/icons/custom/Circle.js +6 -0
  32. package/lib/cjs/icons/custom/Circle.js.map +1 -0
  33. package/lib/cjs/icons/custom/DatabaseAddCircle.js +6 -0
  34. package/lib/cjs/icons/custom/DatabaseAddCircle.js.map +1 -0
  35. package/lib/cjs/icons/custom/Drag.js +6 -0
  36. package/lib/cjs/icons/custom/Drag.js.map +1 -0
  37. package/lib/cjs/icons/custom/Expand.js +6 -0
  38. package/lib/cjs/icons/custom/Expand.js.map +1 -0
  39. package/lib/cjs/icons/custom/ExternalLink.js +6 -0
  40. package/lib/cjs/icons/custom/ExternalLink.js.map +1 -0
  41. package/lib/cjs/icons/custom/FitToScreen.js +6 -0
  42. package/lib/cjs/icons/custom/FitToScreen.js.map +1 -0
  43. package/lib/cjs/icons/custom/FolderBookmark.js +6 -0
  44. package/lib/cjs/icons/custom/FolderBookmark.js.map +1 -0
  45. package/lib/cjs/icons/custom/Heirarchy2.js +6 -0
  46. package/lib/cjs/icons/custom/Heirarchy2.js.map +1 -0
  47. package/lib/cjs/icons/custom/Hierarchy1.js +6 -0
  48. package/lib/cjs/icons/custom/Hierarchy1.js.map +1 -0
  49. package/lib/cjs/icons/custom/Pin.js +6 -0
  50. package/lib/cjs/icons/custom/Pin.js.map +1 -0
  51. package/lib/cjs/icons/custom/Presentation.js +6 -0
  52. package/lib/cjs/icons/custom/Presentation.js.map +1 -0
  53. package/lib/cjs/icons/custom/Rhombus.js +6 -0
  54. package/lib/cjs/icons/custom/Rhombus.js.map +1 -0
  55. package/lib/cjs/icons/custom/Shrink.js +6 -0
  56. package/lib/cjs/icons/custom/Shrink.js.map +1 -0
  57. package/lib/cjs/icons/custom/Text.js +6 -0
  58. package/lib/cjs/icons/custom/Text.js.map +1 -0
  59. package/lib/cjs/icons/custom/Triangle.js +6 -0
  60. package/lib/cjs/icons/custom/Triangle.js.map +1 -0
  61. package/lib/cjs/icons/custom/index.js +57 -0
  62. package/lib/cjs/icons/custom/index.js.map +1 -0
  63. package/lib/cjs/icons/index.js +31 -0
  64. package/lib/cjs/icons/index.js.map +1 -0
  65. package/lib/cjs/index.js +47 -0
  66. package/lib/cjs/index.js.map +1 -0
  67. package/lib/cjs/input/Input.js +60 -0
  68. package/lib/cjs/input/Input.js.map +1 -0
  69. package/lib/cjs/input/index.js +29 -0
  70. package/lib/cjs/input/index.js.map +1 -0
  71. package/lib/cjs/label/Label.js +103 -0
  72. package/lib/cjs/label/Label.js.map +1 -0
  73. package/lib/cjs/label/index.js +29 -0
  74. package/lib/cjs/label/index.js.map +1 -0
  75. package/lib/cjs/loading-spinner/LoadingSpinner.js +53 -0
  76. package/lib/cjs/loading-spinner/LoadingSpinner.js.map +1 -0
  77. package/lib/cjs/loading-spinner/index.js +29 -0
  78. package/lib/cjs/loading-spinner/index.js.map +1 -0
  79. package/lib/cjs/popover/Popover.js +209 -0
  80. package/lib/cjs/popover/Popover.js.map +1 -0
  81. package/lib/cjs/popover/index.js +34 -0
  82. package/lib/cjs/popover/index.js.map +1 -0
  83. package/lib/cjs/progress-bar/ProgressBar.js +46 -0
  84. package/lib/cjs/progress-bar/ProgressBar.js.map +1 -0
  85. package/lib/cjs/progress-bar/index.js +29 -0
  86. package/lib/cjs/progress-bar/index.js.map +1 -0
  87. package/lib/cjs/radio/Radio.js +48 -0
  88. package/lib/cjs/radio/Radio.js.map +1 -0
  89. package/lib/cjs/radio/index.js +29 -0
  90. package/lib/cjs/radio/index.js.map +1 -0
  91. package/lib/cjs/switch/Switch.js +48 -0
  92. package/lib/cjs/switch/Switch.js.map +1 -0
  93. package/lib/cjs/switch/index.js +29 -0
  94. package/lib/cjs/switch/index.js.map +1 -0
  95. package/lib/cjs/tabs/Tabs.js +101 -0
  96. package/lib/cjs/tabs/Tabs.js.map +1 -0
  97. package/lib/cjs/tabs/index.js +34 -0
  98. package/lib/cjs/tabs/index.js.map +1 -0
  99. package/lib/cjs/tag/Tag.js +67 -0
  100. package/lib/cjs/tag/Tag.js.map +1 -0
  101. package/lib/cjs/tag/index.js +29 -0
  102. package/lib/cjs/tag/index.js.map +1 -0
  103. package/lib/cjs/tooltip/Tooltip.js +46 -0
  104. package/lib/cjs/tooltip/Tooltip.js.map +1 -0
  105. package/lib/cjs/tooltip/index.js +29 -0
  106. package/lib/cjs/tooltip/index.js.map +1 -0
  107. package/lib/cjs/view-selector/ViewSelector.js +85 -0
  108. package/lib/cjs/view-selector/ViewSelector.js.map +1 -0
  109. package/lib/cjs/view-selector/index.js +34 -0
  110. package/lib/cjs/view-selector/index.js.map +1 -0
  111. package/lib/esm/alert/Alert.js +95 -0
  112. package/lib/esm/alert/Alert.js.map +1 -0
  113. package/lib/esm/alert/index.js +22 -0
  114. package/lib/esm/alert/index.js.map +1 -0
  115. package/lib/esm/button/Button.js +108 -0
  116. package/lib/esm/button/Button.js.map +1 -0
  117. package/lib/esm/button/index.js +22 -0
  118. package/lib/esm/button/index.js.map +1 -0
  119. package/lib/esm/checkbox/Checkbox.js +47 -0
  120. package/lib/esm/checkbox/Checkbox.js.map +1 -0
  121. package/lib/esm/checkbox/index.js +22 -0
  122. package/lib/esm/checkbox/index.js.map +1 -0
  123. package/lib/esm/context-menu/ContextMenu.js +189 -0
  124. package/lib/esm/context-menu/ContextMenu.js.map +1 -0
  125. package/lib/esm/context-menu/index.js +22 -0
  126. package/lib/esm/context-menu/index.js.map +1 -0
  127. package/lib/esm/helpers/debounce.js +37 -0
  128. package/lib/esm/helpers/debounce.js.map +1 -0
  129. package/lib/esm/helpers/forwardRef.js +23 -0
  130. package/lib/esm/helpers/forwardRef.js.map +1 -0
  131. package/lib/esm/helpers/index.js +24 -0
  132. package/lib/esm/helpers/index.js.map +1 -0
  133. package/lib/esm/helpers/testing.js +42 -0
  134. package/lib/esm/helpers/testing.js.map +1 -0
  135. package/lib/esm/helpers/types.js +22 -0
  136. package/lib/esm/helpers/types.js.map +1 -0
  137. package/lib/esm/icons/Custom.js +41 -0
  138. package/lib/esm/icons/Custom.js.map +1 -0
  139. package/lib/esm/icons/Hero.js +33 -0
  140. package/lib/esm/icons/Hero.js.map +1 -0
  141. package/lib/esm/icons/custom/Circle.js +4 -0
  142. package/lib/esm/icons/custom/Circle.js.map +1 -0
  143. package/lib/esm/icons/custom/DatabaseAddCircle.js +4 -0
  144. package/lib/esm/icons/custom/DatabaseAddCircle.js.map +1 -0
  145. package/lib/esm/icons/custom/Drag.js +4 -0
  146. package/lib/esm/icons/custom/Drag.js.map +1 -0
  147. package/lib/esm/icons/custom/Expand.js +4 -0
  148. package/lib/esm/icons/custom/Expand.js.map +1 -0
  149. package/lib/esm/icons/custom/ExternalLink.js +4 -0
  150. package/lib/esm/icons/custom/ExternalLink.js.map +1 -0
  151. package/lib/esm/icons/custom/FitToScreen.js +4 -0
  152. package/lib/esm/icons/custom/FitToScreen.js.map +1 -0
  153. package/lib/esm/icons/custom/FolderBookmark.js +4 -0
  154. package/lib/esm/icons/custom/FolderBookmark.js.map +1 -0
  155. package/lib/esm/icons/custom/Heirarchy2.js +4 -0
  156. package/lib/esm/icons/custom/Heirarchy2.js.map +1 -0
  157. package/lib/esm/icons/custom/Hierarchy1.js +4 -0
  158. package/lib/esm/icons/custom/Hierarchy1.js.map +1 -0
  159. package/lib/esm/icons/custom/Pin.js +4 -0
  160. package/lib/esm/icons/custom/Pin.js.map +1 -0
  161. package/lib/esm/icons/custom/Presentation.js +4 -0
  162. package/lib/esm/icons/custom/Presentation.js.map +1 -0
  163. package/lib/esm/icons/custom/Rhombus.js +4 -0
  164. package/lib/esm/icons/custom/Rhombus.js.map +1 -0
  165. package/lib/esm/icons/custom/Shrink.js +4 -0
  166. package/lib/esm/icons/custom/Shrink.js.map +1 -0
  167. package/lib/esm/icons/custom/Text.js +4 -0
  168. package/lib/esm/icons/custom/Text.js.map +1 -0
  169. package/lib/esm/icons/custom/Triangle.js +4 -0
  170. package/lib/esm/icons/custom/Triangle.js.map +1 -0
  171. package/lib/esm/icons/custom/index.js +36 -0
  172. package/lib/esm/icons/custom/index.js.map +1 -0
  173. package/lib/esm/icons/index.js +23 -0
  174. package/lib/esm/icons/index.js.map +1 -0
  175. package/lib/esm/index.js +35 -0
  176. package/lib/esm/index.js.map +1 -0
  177. package/lib/esm/input/Input.js +55 -0
  178. package/lib/esm/input/Input.js.map +1 -0
  179. package/lib/esm/input/index.js +22 -0
  180. package/lib/esm/input/index.js.map +1 -0
  181. package/lib/esm/label/Label.js +97 -0
  182. package/lib/esm/label/Label.js.map +1 -0
  183. package/lib/esm/label/index.js +22 -0
  184. package/lib/esm/label/index.js.map +1 -0
  185. package/lib/esm/loading-spinner/LoadingSpinner.js +48 -0
  186. package/lib/esm/loading-spinner/LoadingSpinner.js.map +1 -0
  187. package/lib/esm/loading-spinner/index.js +22 -0
  188. package/lib/esm/loading-spinner/index.js.map +1 -0
  189. package/lib/esm/popover/Popover.js +184 -0
  190. package/lib/esm/popover/Popover.js.map +1 -0
  191. package/lib/esm/popover/index.js +22 -0
  192. package/lib/esm/popover/index.js.map +1 -0
  193. package/lib/esm/progress-bar/ProgressBar.js +41 -0
  194. package/lib/esm/progress-bar/ProgressBar.js.map +1 -0
  195. package/lib/esm/progress-bar/index.js +22 -0
  196. package/lib/esm/progress-bar/index.js.map +1 -0
  197. package/lib/esm/radio/Radio.js +43 -0
  198. package/lib/esm/radio/Radio.js.map +1 -0
  199. package/lib/esm/radio/index.js +22 -0
  200. package/lib/esm/radio/index.js.map +1 -0
  201. package/lib/esm/switch/Switch.js +43 -0
  202. package/lib/esm/switch/Switch.js.map +1 -0
  203. package/lib/esm/switch/index.js +22 -0
  204. package/lib/esm/switch/index.js.map +1 -0
  205. package/lib/esm/tabs/Tabs.js +76 -0
  206. package/lib/esm/tabs/Tabs.js.map +1 -0
  207. package/lib/esm/tabs/index.js +22 -0
  208. package/lib/esm/tabs/index.js.map +1 -0
  209. package/lib/esm/tag/Tag.js +62 -0
  210. package/lib/esm/tag/Tag.js.map +1 -0
  211. package/lib/esm/tag/index.js +22 -0
  212. package/lib/esm/tag/index.js.map +1 -0
  213. package/lib/esm/tooltip/Tooltip.js +41 -0
  214. package/lib/esm/tooltip/Tooltip.js.map +1 -0
  215. package/lib/esm/tooltip/index.js +22 -0
  216. package/lib/esm/tooltip/index.js.map +1 -0
  217. package/lib/esm/view-selector/ViewSelector.js +60 -0
  218. package/lib/esm/view-selector/ViewSelector.js.map +1 -0
  219. package/lib/esm/view-selector/index.js +22 -0
  220. package/lib/esm/view-selector/index.js.map +1 -0
  221. package/lib/types/alert/Alert.d.ts +75 -0
  222. package/lib/types/alert/index.d.ts +21 -0
  223. package/lib/types/button/Button.d.ts +52 -0
  224. package/lib/types/button/index.d.ts +21 -0
  225. package/lib/types/checkbox/Checkbox.d.ts +39 -0
  226. package/lib/types/checkbox/index.d.ts +21 -0
  227. package/lib/types/context-menu/ContextMenu.d.ts +65 -0
  228. package/lib/types/context-menu/index.d.ts +21 -0
  229. package/lib/types/helpers/debounce.d.ts +24 -0
  230. package/lib/types/helpers/forwardRef.d.ts +24 -0
  231. package/lib/types/helpers/index.d.ts +23 -0
  232. package/lib/types/helpers/testing.d.ts +28 -0
  233. package/lib/types/helpers/types.d.ts +25 -0
  234. package/lib/types/icons/Custom.d.ts +27 -0
  235. package/lib/types/icons/Hero.d.ts +28 -0
  236. package/lib/types/icons/custom/Circle.d.ts +23 -0
  237. package/lib/types/icons/custom/DatabaseAddCircle.d.ts +23 -0
  238. package/lib/types/icons/custom/Drag.d.ts +23 -0
  239. package/lib/types/icons/custom/Expand.d.ts +23 -0
  240. package/lib/types/icons/custom/ExternalLink.d.ts +23 -0
  241. package/lib/types/icons/custom/FitToScreen.d.ts +23 -0
  242. package/lib/types/icons/custom/FolderBookmark.d.ts +23 -0
  243. package/lib/types/icons/custom/Heirarchy2.d.ts +23 -0
  244. package/lib/types/icons/custom/Hierarchy1.d.ts +23 -0
  245. package/lib/types/icons/custom/Pin.d.ts +23 -0
  246. package/lib/types/icons/custom/Presentation.d.ts +23 -0
  247. package/lib/types/icons/custom/Rhombus.d.ts +23 -0
  248. package/lib/types/icons/custom/Shrink.d.ts +23 -0
  249. package/lib/types/icons/custom/Text.d.ts +23 -0
  250. package/lib/types/icons/custom/Triangle.d.ts +23 -0
  251. package/lib/types/icons/custom/index.d.ts +35 -0
  252. package/lib/types/icons/index.d.ts +22 -0
  253. package/lib/types/index.d.ts +34 -0
  254. package/lib/types/input/Input.d.ts +44 -0
  255. package/lib/types/input/index.d.ts +21 -0
  256. package/lib/types/label/Label.d.ts +41 -0
  257. package/lib/types/label/index.d.ts +21 -0
  258. package/lib/types/loading-spinner/LoadingSpinner.d.ts +41 -0
  259. package/lib/types/loading-spinner/index.d.ts +21 -0
  260. package/lib/types/popover/Popover.d.ts +70 -0
  261. package/lib/types/popover/index.d.ts +21 -0
  262. package/lib/types/progress-bar/ProgressBar.d.ts +30 -0
  263. package/lib/types/progress-bar/index.d.ts +21 -0
  264. package/lib/types/radio/Radio.d.ts +39 -0
  265. package/lib/types/radio/index.d.ts +21 -0
  266. package/lib/types/switch/Switch.d.ts +39 -0
  267. package/lib/types/switch/index.d.ts +21 -0
  268. package/lib/types/tabs/Tabs.d.ts +72 -0
  269. package/lib/types/tabs/index.d.ts +21 -0
  270. package/lib/types/tag/Tag.d.ts +61 -0
  271. package/lib/types/tag/index.d.ts +21 -0
  272. package/lib/types/tooltip/Tooltip.d.ts +29 -0
  273. package/lib/types/tooltip/index.d.ts +21 -0
  274. package/lib/types/view-selector/ViewSelector.d.ts +51 -0
  275. package/lib/types/view-selector/index.d.ts +21 -0
  276. package/package.json +3 -3
@@ -0,0 +1,44 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import React from 'react';
22
+ /**
23
+ *
24
+ *
25
+ * Types
26
+ *
27
+ *
28
+ */
29
+ export interface InputProps extends React.ComponentPropsWithoutRef<'input'> {
30
+ /** Sets checked state */
31
+ checked?: boolean;
32
+ /** Sets disabled state */
33
+ disabled?: boolean;
34
+ /** Sets the label */
35
+ label?: string;
36
+ /** Displays with fluid width */
37
+ fluid?: boolean;
38
+ /** Displays label before */
39
+ labelBefore?: boolean;
40
+ /** Ref to the `input` element */
41
+ ref?: React.RefObject<HTMLInputElement>;
42
+ }
43
+ declare const _default: React.ForwardRefExoticComponent<Pick<InputProps, "size" | "className" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "list" | "children" | "role" | "onChange" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "height" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "name" | "placeholder" | "readOnly" | "required" | "src" | "step" | "type" | "value" | "width" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "enterKeyHint" | "fluid" | "labelBefore"> & React.RefAttributes<HTMLInputElement>>;
44
+ export default _default;
@@ -0,0 +1,21 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as Input } from './Input';
@@ -0,0 +1,41 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import React from 'react';
22
+ /**
23
+ *
24
+ *
25
+ * Types
26
+ *
27
+ *
28
+ */
29
+ export declare const LabelColors: readonly ["info", "success", "warning", "danger", "default"];
30
+ export declare type EventTypeLabelProps = {
31
+ /** Additional Classnames */
32
+ className?: string;
33
+ children: React.ReactNode | string;
34
+ color?: typeof LabelColors[number];
35
+ /** Fill type of label */
36
+ fill?: 'filled' | 'outlined' | 'semi-filled' | 'clean';
37
+ /** If label should have an icon */
38
+ withIcon?: boolean;
39
+ };
40
+ export declare const Label: React.ForwardRefExoticComponent<EventTypeLabelProps & React.RefAttributes<HTMLSpanElement>>;
41
+ export default Label;
@@ -0,0 +1,21 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as Label } from './Label';
@@ -0,0 +1,41 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import React from 'react';
22
+ /**
23
+ *
24
+ *
25
+ * Types
26
+ *
27
+ *
28
+ */
29
+ export declare type LoadingSpinnerProps = {
30
+ size?: 'small' | 'large';
31
+ className?: string;
32
+ };
33
+ /**
34
+ *
35
+ *
36
+ * LoadingSpinner Component
37
+ *
38
+ *
39
+ */
40
+ declare const LoadingSpinner: React.ForwardRefExoticComponent<LoadingSpinnerProps & React.RefAttributes<HTMLDivElement>>;
41
+ export default LoadingSpinner;
@@ -0,0 +1,21 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as LoadingSpinner } from './LoadingSpinner';
@@ -0,0 +1,70 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import React from 'react';
22
+ /**
23
+ * A Popover component. A significant portion of this code is a subset of the Material UI React Popover component
24
+ * code, especially for positioning/sizing
25
+ */
26
+ declare type ElementBase = Omit<React.HTMLProps<HTMLElement>, 'as'> & {
27
+ /** Override the root element rendered for the component */
28
+ as?: string | React.ComponentType<any>;
29
+ };
30
+ declare type Vertical = 'top' | 'bottom';
31
+ declare type Horizontal = 'left' | 'right';
32
+ export interface PopoverProps extends ElementBase {
33
+ open: boolean;
34
+ children: React.ReactNode | string;
35
+ /** The element the menu should attach to */
36
+ anchorEl?: HTMLElement | null;
37
+ /**
38
+ * The position on the anchor element
39
+ * that the menu should attach to
40
+ *
41
+ * +-----------------+
42
+ * | |
43
+ * | Popover | +--Transform Origin
44
+ * | Parent Element | | top, left
45
+ * | | |
46
+ * +-----------------+ |
47
+ * | +-------------+
48
+ * Anchor Origin ----+ | Popped |
49
+ * bottom,right | Element |
50
+ * +-------------+
51
+ *
52
+ */
53
+ anchorOrigin?: {
54
+ vertical: Vertical;
55
+ horizontal: Horizontal;
56
+ };
57
+ /** The position on the menu element that should attach to the anchorOrigin point
58
+ on the anchorEl */
59
+ transformOrigin?: {
60
+ vertical: Vertical;
61
+ horizontal: Horizontal;
62
+ };
63
+ onClose?: (e: React.MouseEvent<HTMLElement> | React.KeyboardEvent<HTMLElement>) => void;
64
+ /** Additional classes */
65
+ className?: string;
66
+ /** Whether or not the menu is nested. IE is this menu a sub menu */
67
+ nested?: boolean;
68
+ }
69
+ export declare const Popover: React.ForwardRefExoticComponent<Pick<PopoverProps, "size" | "className" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "list" | "children" | "role" | "as" | "selected" | "onChange" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "value" | "width" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "onClose" | "anchorEl" | "anchorOrigin" | "transformOrigin" | "nested"> & React.RefAttributes<unknown>>;
70
+ export {};
@@ -0,0 +1,21 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export * from './Popover';
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import React from 'react';
22
+ export interface ProgressBarProps extends React.HTMLProps<HTMLDivElement> {
23
+ heading: string;
24
+ estimatedTime?: string;
25
+ value: number;
26
+ barSize: 'small' | 'large';
27
+ className?: string;
28
+ }
29
+ declare const ProgressBar: React.ForwardRefExoticComponent<Pick<ProgressBarProps, "size" | "className" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "heading" | "list" | "children" | "role" | "as" | "selected" | "onChange" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "value" | "width" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "estimatedTime" | "barSize"> & React.RefAttributes<HTMLDivElement>>;
30
+ export default ProgressBar;
@@ -0,0 +1,21 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as ProgressBar } from './ProgressBar';
@@ -0,0 +1,39 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import React from 'react';
22
+ import { InputProps } from '../input/Input';
23
+ /**
24
+ *
25
+ *
26
+ * Helpers
27
+ *
28
+ *
29
+ */
30
+ /** Add any helper functions here. */
31
+ /**
32
+ *
33
+ *
34
+ * Radio Component
35
+ *
36
+ *
37
+ */
38
+ declare const Radio: React.ForwardRefExoticComponent<Pick<InputProps, "size" | "className" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "list" | "children" | "role" | "onChange" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "height" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "name" | "placeholder" | "readOnly" | "required" | "src" | "step" | "type" | "value" | "width" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "enterKeyHint" | "fluid" | "labelBefore"> & React.RefAttributes<HTMLInputElement>>;
39
+ export default Radio;
@@ -0,0 +1,21 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as Radio } from './Radio';
@@ -0,0 +1,39 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import React from 'react';
22
+ import { InputProps } from '../input/Input';
23
+ /**
24
+ *
25
+ *
26
+ * Helpers
27
+ *
28
+ *
29
+ */
30
+ /** Add any helper functions here. */
31
+ /**
32
+ *
33
+ *
34
+ * Switch Component
35
+ *
36
+ *
37
+ */
38
+ declare const Switch: React.ForwardRefExoticComponent<Pick<InputProps, "size" | "className" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "list" | "children" | "role" | "onChange" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "height" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "name" | "placeholder" | "readOnly" | "required" | "src" | "step" | "type" | "value" | "width" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "enterKeyHint" | "fluid" | "labelBefore"> & React.RefAttributes<HTMLInputElement>>;
39
+ export default Switch;
@@ -0,0 +1,21 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as Switch } from './Switch';
@@ -0,0 +1,72 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import React from 'react';
22
+ declare type TabId = string | number;
23
+ declare type Size = 'small' | 'large';
24
+ declare type Fill = 'underline' | 'filled';
25
+ interface BaseTabsProps<T extends TabId> {
26
+ /**
27
+ * The currently active tabId
28
+ */
29
+ value: T;
30
+ /**
31
+ * Event when a new tab is selected. Receives the newly selected
32
+ * tabId as the value
33
+ */
34
+ onChange: (value: T) => void;
35
+ children: React.ReactNode | string;
36
+ fill?: Fill;
37
+ size?: Size;
38
+ className?: string;
39
+ /**
40
+ * Replace the component rendered to wrap the tabs
41
+ */
42
+ as?: string | React.ComponentType<any>;
43
+ }
44
+ export declare type TabsProps = BaseTabsProps<string> | BaseTabsProps<number>;
45
+ export declare const Tabs: React.ForwardRefExoticComponent<TabsProps & React.RefAttributes<unknown>>;
46
+ interface TabProps<T extends TabId> {
47
+ tabId: T;
48
+ children: React.ReactNode | string;
49
+ className?: string;
50
+ disabled?: boolean;
51
+ /**
52
+ * Replace the component rendered as the tab
53
+ */
54
+ as?: string | React.ComponentType<any>;
55
+ }
56
+ export declare const Tab: React.ForwardRefExoticComponent<TabProps<TabId> & React.RefAttributes<unknown>>;
57
+ interface TabPanelProps {
58
+ children: React.ReactNode | string;
59
+ /**
60
+ * The currently selected tabId. Determines if
61
+ * this tab is visible or not
62
+ */
63
+ value: TabId;
64
+ tabId: TabId;
65
+ className?: string;
66
+ /**
67
+ * Replace the component rendered as the tab panel
68
+ */
69
+ as?: string | React.ComponentType<any>;
70
+ }
71
+ export declare const TabPanel: React.ForwardRefExoticComponent<TabPanelProps & React.RefAttributes<unknown>>;
72
+ export {};
@@ -0,0 +1,21 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export * from './Tabs';