@smart-factor/gem-ui-components 0.0.56 → 0.0.58

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 (363) hide show
  1. package/dist/{Drawer-D8kHnT0B.js → Drawer-d8461jqd.js} +115 -115
  2. package/dist/SignEditor.js +72298 -0
  3. package/dist/{Stack-Dr1yNuib.js → Stack-ThmeJzqr.js} +65 -65
  4. package/dist/{Tree-B4Bd33fe.js → Tree-D_Zjc1fk.js} +711 -774
  5. package/dist/assets/SignEditor.css +1 -0
  6. package/dist/components/Drawer/index.js +1 -1
  7. package/dist/components/SignEditor/SignEditor.d.ts +8 -0
  8. package/dist/components/SignEditor/SignEditor.stories.d.ts +6 -0
  9. package/dist/components/SignEditor/SignEditor.styles.d.ts +33 -0
  10. package/dist/components/SignEditor/SignEditorCanvas.d.ts +7 -0
  11. package/dist/components/SignEditor/SignEditorCanvasHeader.d.ts +7 -0
  12. package/dist/components/SignEditor/SignEditorContext.d.ts +9 -0
  13. package/dist/components/SignEditor/SignEditorContextProvider.d.ts +7 -0
  14. package/dist/components/SignEditor/SignEditorEditDialog.d.ts +12 -0
  15. package/dist/components/SignEditor/SignEditorImage.d.ts +16 -0
  16. package/dist/components/SignEditor/SignEditorImagesList.d.ts +11 -0
  17. package/dist/components/SignEditor/SignEditorPicker.d.ts +1 -0
  18. package/dist/components/SignEditor/SignEditorPickerSigns.d.ts +1 -0
  19. package/dist/components/SignEditor/SignEditorPickerStencils.d.ts +1 -0
  20. package/dist/components/SignEditor/SignEditorSaveDialog.d.ts +10 -0
  21. package/dist/components/SignEditor/index.d.ts +3 -0
  22. package/dist/components/SignEditor/useIsNameUnique.d.ts +1 -0
  23. package/dist/components/SignEditor/useOnSvgSelected.d.ts +3 -0
  24. package/dist/components/SignEditor/useSaveStencil.d.ts +9 -0
  25. package/dist/components/SignEditor/useSvgMount.d.ts +2 -0
  26. package/dist/components/Tree/index.js +1 -1
  27. package/dist/extensions/ext-connector/ext-connector.js +11 -0
  28. package/dist/extensions/ext-connector/ext-connector.js.map +1 -0
  29. package/dist/extensions/ext-eyedropper/ext-eyedropper.js +11 -0
  30. package/dist/extensions/ext-eyedropper/ext-eyedropper.js.map +1 -0
  31. package/dist/extensions/ext-grid/ext-grid.js +10 -0
  32. package/dist/extensions/ext-grid/ext-grid.js.map +1 -0
  33. package/dist/extensions/ext-helloworld/ext-helloworld.js +10 -0
  34. package/dist/extensions/ext-helloworld/ext-helloworld.js.map +1 -0
  35. package/dist/extensions/ext-layer_view/ext-layer_view.js +9 -0
  36. package/dist/extensions/ext-layer_view/ext-layer_view.js.map +1 -0
  37. package/dist/extensions/ext-markers/ext-markers.js +30 -0
  38. package/dist/extensions/ext-markers/ext-markers.js.map +1 -0
  39. package/dist/extensions/ext-opensave/ext-opensave.js +2 -0
  40. package/dist/extensions/ext-opensave/ext-opensave.js.map +1 -0
  41. package/dist/extensions/ext-overview_window/ext-overview_window.js +11 -0
  42. package/dist/extensions/ext-overview_window/ext-overview_window.js.map +1 -0
  43. package/dist/extensions/ext-panning/ext-panning.js +10 -0
  44. package/dist/extensions/ext-panning/ext-panning.js.map +1 -0
  45. package/dist/extensions/ext-polystar/ext-polystar.js +11 -0
  46. package/dist/extensions/ext-polystar/ext-polystar.js.map +1 -0
  47. package/dist/extensions/ext-shapes/ext-shapes.js +10 -0
  48. package/dist/extensions/ext-shapes/ext-shapes.js.map +1 -0
  49. package/dist/extensions/ext-shapes/shapelib/animal.json +21 -0
  50. package/dist/extensions/ext-shapes/shapelib/arrow.json +28 -0
  51. package/dist/extensions/ext-shapes/shapelib/basic.json +32 -0
  52. package/dist/extensions/ext-shapes/shapelib/dialog_balloon.json +9 -0
  53. package/dist/extensions/ext-shapes/shapelib/electronics.json +20 -0
  54. package/dist/extensions/ext-shapes/shapelib/flowchart.json +25 -0
  55. package/dist/extensions/ext-shapes/shapelib/game.json +13 -0
  56. package/dist/extensions/ext-shapes/shapelib/index.json +18 -0
  57. package/dist/extensions/ext-shapes/shapelib/license-MIT-raphael.txt +12 -0
  58. package/dist/extensions/ext-shapes/shapelib/math.json +9 -0
  59. package/dist/extensions/ext-shapes/shapelib/misc.json +37 -0
  60. package/dist/extensions/ext-shapes/shapelib/music.json +21 -0
  61. package/dist/extensions/ext-shapes/shapelib/object.json +18 -0
  62. package/dist/extensions/ext-shapes/shapelib/raphael_1.json +65 -0
  63. package/dist/extensions/ext-shapes/shapelib/raphael_2.json +64 -0
  64. package/dist/extensions/ext-shapes/shapelib/symbol.json +28 -0
  65. package/dist/extensions/ext-storage/ext-storage.js +23 -0
  66. package/dist/extensions/ext-storage/ext-storage.js.map +1 -0
  67. package/dist/fonts/roadsign-condensed.ttf +0 -0
  68. package/dist/fonts/roadsign-normal.ttf +0 -0
  69. package/dist/licenses.txt +1034 -172
  70. package/dist/main.js +2402 -38744
  71. package/dist/svgedit-assets/images/add_subpath.svg +16 -0
  72. package/dist/svgedit-assets/images/align.svg +5 -0
  73. package/dist/svgedit-assets/images/align_bottom.svg +1 -0
  74. package/dist/svgedit-assets/images/align_center.svg +1 -0
  75. package/dist/svgedit-assets/images/align_distrib_horiz.svg +1 -0
  76. package/dist/svgedit-assets/images/align_distrib_verti.svg +1 -0
  77. package/dist/svgedit-assets/images/align_left.svg +1 -0
  78. package/dist/svgedit-assets/images/align_middle.svg +1 -0
  79. package/dist/svgedit-assets/images/align_right.svg +1 -0
  80. package/dist/svgedit-assets/images/align_top.svg +1 -0
  81. package/dist/svgedit-assets/images/anchor_end.svg +8 -0
  82. package/dist/svgedit-assets/images/anchor_middle.svg +8 -0
  83. package/dist/svgedit-assets/images/anchor_start.svg +8 -0
  84. package/dist/svgedit-assets/images/angle.svg +1 -0
  85. package/dist/svgedit-assets/images/arrow_down.svg +3 -0
  86. package/dist/svgedit-assets/images/arrow_right.svg +3 -0
  87. package/dist/svgedit-assets/images/arrow_right_big.svg +3 -0
  88. package/dist/svgedit-assets/images/blur.svg +1 -0
  89. package/dist/svgedit-assets/images/bold.svg +8 -0
  90. package/dist/svgedit-assets/images/box.svg +3 -0
  91. package/dist/svgedit-assets/images/box_o.svg +3 -0
  92. package/dist/svgedit-assets/images/c_radius.svg +5 -0
  93. package/dist/svgedit-assets/images/cancel.svg +9 -0
  94. package/dist/svgedit-assets/images/circle.svg +1 -0
  95. package/dist/svgedit-assets/images/clone.svg +1 -0
  96. package/dist/svgedit-assets/images/close_path.svg +14 -0
  97. package/dist/svgedit-assets/images/closepath_icons.svg +41 -0
  98. package/dist/svgedit-assets/images/config.svg +1 -0
  99. package/dist/svgedit-assets/images/conn.svg +1 -0
  100. package/dist/svgedit-assets/images/context_menu.svg +9 -0
  101. package/dist/svgedit-assets/images/cursors/circle_cursor.svg +14 -0
  102. package/dist/svgedit-assets/images/cursors/ellipse_cursor.svg +14 -0
  103. package/dist/svgedit-assets/images/cursors/rect_cursor.svg +14 -0
  104. package/dist/svgedit-assets/images/cursors/square_cursor.svg +13 -0
  105. package/dist/svgedit-assets/images/delete.svg +1 -0
  106. package/dist/svgedit-assets/images/docprop.svg +1 -0
  107. package/dist/svgedit-assets/images/docprops.svg +19 -0
  108. package/dist/svgedit-assets/images/editPref.svg +1 -0
  109. package/dist/svgedit-assets/images/edit_foreign.svg +57 -0
  110. package/dist/svgedit-assets/images/ellipse.svg +1 -0
  111. package/dist/svgedit-assets/images/export.svg +1 -0
  112. package/dist/svgedit-assets/images/eye.svg +12 -0
  113. package/dist/svgedit-assets/images/eye_dropper.svg +1 -0
  114. package/dist/svgedit-assets/images/fh_ellipse.svg +1 -0
  115. package/dist/svgedit-assets/images/fh_rect.svg +1 -0
  116. package/dist/svgedit-assets/images/fill.svg +8 -0
  117. package/dist/svgedit-assets/images/fontsize.svg +4 -0
  118. package/dist/svgedit-assets/images/forwardslash.svg +3 -0
  119. package/dist/svgedit-assets/images/globe_link.svg +1 -0
  120. package/dist/svgedit-assets/images/go_down.svg +9 -0
  121. package/dist/svgedit-assets/images/go_up.svg +9 -0
  122. package/dist/svgedit-assets/images/grid.svg +1 -0
  123. package/dist/svgedit-assets/images/group_elements.svg +1 -0
  124. package/dist/svgedit-assets/images/handle.svg +1 -0
  125. package/dist/svgedit-assets/images/height.svg +3 -0
  126. package/dist/svgedit-assets/images/hello_world.svg +11 -0
  127. package/dist/svgedit-assets/images/image.svg +1 -0
  128. package/dist/svgedit-assets/images/imagelib.svg +10 -0
  129. package/dist/svgedit-assets/images/import.svg +10 -0
  130. package/dist/svgedit-assets/images/importImg.svg +1 -0
  131. package/dist/svgedit-assets/images/italic.svg +8 -0
  132. package/dist/svgedit-assets/images/layer_view.svg +6 -0
  133. package/dist/svgedit-assets/images/leftarrow.svg +3 -0
  134. package/dist/svgedit-assets/images/leftarrow_o.svg +3 -0
  135. package/dist/svgedit-assets/images/letter_spacing.svg +17 -0
  136. package/dist/svgedit-assets/images/library.svg +1 -0
  137. package/dist/svgedit-assets/images/linecap_butt.svg +1 -0
  138. package/dist/svgedit-assets/images/linecap_round.svg +1 -0
  139. package/dist/svgedit-assets/images/linecap_square.svg +1 -0
  140. package/dist/svgedit-assets/images/linejoin_bevel.svg +1 -0
  141. package/dist/svgedit-assets/images/linejoin_miter.svg +1 -0
  142. package/dist/svgedit-assets/images/linejoin_round.svg +1 -0
  143. package/dist/svgedit-assets/images/link_controls.svg +7 -0
  144. package/dist/svgedit-assets/images/logo.svg +25 -0
  145. package/dist/svgedit-assets/images/mcircle.svg +3 -0
  146. package/dist/svgedit-assets/images/mcircle_o.svg +3 -0
  147. package/dist/svgedit-assets/images/mkr_markers_dimension.svg +7 -0
  148. package/dist/svgedit-assets/images/mkr_markers_label.svg +5 -0
  149. package/dist/svgedit-assets/images/mkr_markers_off.svg +3 -0
  150. package/dist/svgedit-assets/images/move_bottom.svg +1 -0
  151. package/dist/svgedit-assets/images/move_top.svg +1 -0
  152. package/dist/svgedit-assets/images/netlify-dark.svg +17 -0
  153. package/dist/svgedit-assets/images/new.svg +1 -0
  154. package/dist/svgedit-assets/images/no_color.svg +4 -0
  155. package/dist/svgedit-assets/images/node_clone.svg +8 -0
  156. package/dist/svgedit-assets/images/node_delete.svg +10 -0
  157. package/dist/svgedit-assets/images/nomarker.svg +3 -0
  158. package/dist/svgedit-assets/images/ok.svg +9 -0
  159. package/dist/svgedit-assets/images/opacity.svg +12 -0
  160. package/dist/svgedit-assets/images/open.svg +1 -0
  161. package/dist/svgedit-assets/images/open_path.svg +17 -0
  162. package/dist/svgedit-assets/images/openpath.png +0 -0
  163. package/dist/svgedit-assets/images/panning.svg +1 -0
  164. package/dist/svgedit-assets/images/path.svg +1 -0
  165. package/dist/svgedit-assets/images/pen.svg +1 -0
  166. package/dist/svgedit-assets/images/pencil.svg +1 -0
  167. package/dist/svgedit-assets/images/polygon.svg +1 -0
  168. package/dist/svgedit-assets/images/rect.svg +1 -0
  169. package/dist/svgedit-assets/images/redo.svg +1 -0
  170. package/dist/svgedit-assets/images/reorient.svg +1 -0
  171. package/dist/svgedit-assets/images/reverseslash.svg +3 -0
  172. package/dist/svgedit-assets/images/rightarrow.svg +3 -0
  173. package/dist/svgedit-assets/images/rightarrow_o.svg +3 -0
  174. package/dist/svgedit-assets/images/rotate.svg +4 -0
  175. package/dist/svgedit-assets/images/save.svg +16 -0
  176. package/dist/svgedit-assets/images/saveImg.svg +1 -0
  177. package/dist/svgedit-assets/images/select.svg +1 -0
  178. package/dist/svgedit-assets/images/select_node.svg +4 -0
  179. package/dist/svgedit-assets/images/shapelib.svg +1 -0
  180. package/dist/svgedit-assets/images/source.svg +1 -0
  181. package/dist/svgedit-assets/images/square.svg +1 -0
  182. package/dist/svgedit-assets/images/star.svg +1 -0
  183. package/dist/svgedit-assets/images/star_o.svg +3 -0
  184. package/dist/svgedit-assets/images/stroke.svg +3 -0
  185. package/dist/svgedit-assets/images/svg-edit-home.svg +26 -0
  186. package/dist/svgedit-assets/images/text.svg +1 -0
  187. package/dist/svgedit-assets/images/text_decoration_linethrough.svg +6 -0
  188. package/dist/svgedit-assets/images/text_decoration_overline.svg +6 -0
  189. package/dist/svgedit-assets/images/text_decoration_underline.svg +6 -0
  190. package/dist/svgedit-assets/images/text_length.svg +19 -0
  191. package/dist/svgedit-assets/images/textmarker.svg +3 -0
  192. package/dist/svgedit-assets/images/textmarker_bottom.svg +3 -0
  193. package/dist/svgedit-assets/images/textmarker_top.svg +3 -0
  194. package/dist/svgedit-assets/images/to_path.svg +1 -0
  195. package/dist/svgedit-assets/images/tool_add_subpath.svg +1 -0
  196. package/dist/svgedit-assets/images/tool_foreign.svg +30 -0
  197. package/dist/svgedit-assets/images/tool_imagelib.svg +10 -0
  198. package/dist/svgedit-assets/images/tool_node_clone.svg +1 -0
  199. package/dist/svgedit-assets/images/tool_node_delete.svg +1 -0
  200. package/dist/svgedit-assets/images/tool_node_link.svg +1 -0
  201. package/dist/svgedit-assets/images/tool_openclose_path.svg +1 -0
  202. package/dist/svgedit-assets/images/tool_placemark.svg +11 -0
  203. package/dist/svgedit-assets/images/triangle.svg +3 -0
  204. package/dist/svgedit-assets/images/triangle_o.svg +3 -0
  205. package/dist/svgedit-assets/images/undo.svg +1 -0
  206. package/dist/svgedit-assets/images/ungroup.svg +21 -0
  207. package/dist/svgedit-assets/images/unlink_use.svg +14 -0
  208. package/dist/svgedit-assets/images/verticalslash.svg +3 -0
  209. package/dist/svgedit-assets/images/warning.svg +11 -0
  210. package/dist/svgedit-assets/images/webappfind.svg +23 -0
  211. package/dist/svgedit-assets/images/width.svg +3 -0
  212. package/dist/svgedit-assets/images/wireframe.svg +1 -0
  213. package/dist/svgedit-assets/images/word_spacing.svg +15 -0
  214. package/dist/svgedit-assets/images/xmark.svg +3 -0
  215. package/dist/svgedit-assets/images/zoom.svg +1 -0
  216. package/dist/theme-BzEoBwfH.js +37291 -0
  217. package/dist/useFormControl-Cj8rSR6R.js +68 -0
  218. package/package.json +29 -5
  219. package/dist/components/AccordionSummary/AccordionSummary.d.ts +0 -7
  220. package/dist/components/AccordionSummary/AccordionSummary.stories.d.ts +0 -8
  221. package/dist/components/AccordionSummary/AccordionSummary.styles.d.ts +0 -7
  222. package/dist/components/Button/Button.d.ts +0 -8
  223. package/dist/components/Button/Button.stories.d.ts +0 -8
  224. package/dist/components/Button/Button.styles.d.ts +0 -6
  225. package/dist/components/Button/ButtonAdd.d.ts +0 -3
  226. package/dist/components/ButtonWithIcon/ButtonWithIcon.d.ts +0 -10
  227. package/dist/components/ButtonWithIcon/ButtonWithIcon.stories.d.ts +0 -7
  228. package/dist/components/Dialog/Dialog.d.ts +0 -3
  229. package/dist/components/Dialog/Dialog.stories.d.ts +0 -7
  230. package/dist/components/Dialog/Dialog.styles.d.ts +0 -11
  231. package/dist/components/Dialog/index.d.ts +0 -2
  232. package/dist/components/Dialog/types.d.ts +0 -9
  233. package/dist/components/Drawer/Drawer.d.ts +0 -15
  234. package/dist/components/Drawer/Drawer.stories.d.ts +0 -8
  235. package/dist/components/Drawer/DrawerContent.d.ts +0 -6
  236. package/dist/components/Drawer/DrawerFooter.d.ts +0 -6
  237. package/dist/components/Drawer/DrawerHeader.d.ts +0 -7
  238. package/dist/components/Drawer/index.d.ts +0 -1
  239. package/dist/components/Dropzone/Dropzone.d.ts +0 -7
  240. package/dist/components/Dropzone/Dropzone.stories.d.ts +0 -9
  241. package/dist/components/Dropzone/Dropzone.styles.d.ts +0 -17
  242. package/dist/components/Dropzone/DropzoneField.d.ts +0 -12
  243. package/dist/components/Dropzone/const.d.ts +0 -12
  244. package/dist/components/Dropzone/index.d.ts +0 -3
  245. package/dist/components/ElementsPicker/ElementsPicker.d.ts +0 -8
  246. package/dist/components/ElementsPicker/ElementsPicker.stories.d.ts +0 -8
  247. package/dist/components/ElementsPicker/ElementsPickerElement.d.ts +0 -9
  248. package/dist/components/ElementsPicker/index.d.ts +0 -2
  249. package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.d.ts +0 -18
  250. package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.stories.d.ts +0 -13
  251. package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.styles.d.ts +0 -6
  252. package/dist/components/FormComponents/Autocomplete/Autocomplete.d.ts +0 -4
  253. package/dist/components/FormComponents/Autocomplete/Autocomplete.stories.d.ts +0 -11
  254. package/dist/components/FormComponents/Autocomplete/Autocomplete.styles.d.ts +0 -7
  255. package/dist/components/FormComponents/Autocomplete/index.d.ts +0 -2
  256. package/dist/components/FormComponents/Autocomplete/types.d.ts +0 -27
  257. package/dist/components/FormComponents/ContextualSearch/ContextualSearch.d.ts +0 -40
  258. package/dist/components/FormComponents/ContextualSearch/ContextualSearch.stories.d.ts +0 -15
  259. package/dist/components/FormComponents/ContextualSearch/ContextualSearch.styles.d.ts +0 -4
  260. package/dist/components/FormComponents/ContextualSearch/ContextualSearchControlled.d.ts +0 -9
  261. package/dist/components/FormComponents/ContextualSearch/ContextualSearchListListbox.d.ts +0 -7
  262. package/dist/components/FormComponents/ContextualSearch/index.d.ts +0 -2
  263. package/dist/components/FormComponents/ContextualSearch/mock.d.ts +0 -13
  264. package/dist/components/FormComponents/DatePicker/DatePicker.d.ts +0 -12
  265. package/dist/components/FormComponents/DatePicker/DatePicker.stories.d.ts +0 -9
  266. package/dist/components/FormComponents/DatePicker/DatePicker.styles.d.ts +0 -7
  267. package/dist/components/FormComponents/DateTimePicker/DateTimePicker.d.ts +0 -12
  268. package/dist/components/FormComponents/DateTimePicker/DateTimePicker.stories.d.ts +0 -9
  269. package/dist/components/FormComponents/DateTimePicker/DateTimePicker.styles.d.ts +0 -7
  270. package/dist/components/FormComponents/Input/Input.d.ts +0 -11
  271. package/dist/components/FormComponents/Input/Input.stories.d.ts +0 -11
  272. package/dist/components/FormComponents/Input/Input.styles.d.ts +0 -3
  273. package/dist/components/FormComponents/RadioChips/RadioChips.d.ts +0 -21
  274. package/dist/components/FormComponents/RadioChips/RadioChips.stories.d.ts +0 -9
  275. package/dist/components/FormComponents/RadioChips/RadioChips.styles.d.ts +0 -10
  276. package/dist/components/FormComponents/SearchInput/SearchInput.d.ts +0 -11
  277. package/dist/components/FormComponents/SearchInput/SearchInput.stories.d.ts +0 -9
  278. package/dist/components/FormComponents/SearchInput/SearchInput.styles.d.ts +0 -1
  279. package/dist/components/FormComponents/Select/Select.d.ts +0 -30
  280. package/dist/components/FormComponents/Select/Select.stories.d.ts +0 -11
  281. package/dist/components/FormComponents/Select/Select.styles.d.ts +0 -4
  282. package/dist/components/FormComponents/index.d.ts +0 -9
  283. package/dist/components/Grid/Grid.d.ts +0 -4
  284. package/dist/components/Grid/index.d.ts +0 -2
  285. package/dist/components/Grid/types.d.ts +0 -40
  286. package/dist/components/Grid/useGridInitialState.d.ts +0 -6
  287. package/dist/components/LoadingBackdrop/LoadingBackdrop.d.ts +0 -7
  288. package/dist/components/LoadingBackdrop/LoadingBackdrop.stories.d.ts +0 -7
  289. package/dist/components/LoadingBackdrop/index.d.ts +0 -1
  290. package/dist/components/ResizableWrapper/ResizableWrapper.d.ts +0 -11
  291. package/dist/components/ResizableWrapper/ResizableWrapper.stories.d.ts +0 -7
  292. package/dist/components/ResizableWrapper/ResizableWrapper.styles.d.ts +0 -10
  293. package/dist/components/SimpleAutocomplete/SimpleAutocomplete.d.ts +0 -9
  294. package/dist/components/SimpleAutocomplete/SimpleAutocomplete.stories.d.ts +0 -11
  295. package/dist/components/SimpleAutocomplete/index.d.ts +0 -1
  296. package/dist/components/SimpleInput/SimpleInput.d.ts +0 -6
  297. package/dist/components/SimpleInput/SimpleInput.stories.d.ts +0 -7
  298. package/dist/components/SimpleSelect/SimpleSelect.d.ts +0 -14
  299. package/dist/components/SimpleSelect/SimpleSelect.stories.d.ts +0 -7
  300. package/dist/components/Stepper/Stepper.d.ts +0 -13
  301. package/dist/components/Stepper/Stepper.stories.d.ts +0 -7
  302. package/dist/components/Stepper/Stepper.styles.d.ts +0 -9
  303. package/dist/components/StickyContainer/StickyContainer.d.ts +0 -7
  304. package/dist/components/StickyContainer/StickyContainer.stories.d.ts +0 -7
  305. package/dist/components/StickyContainer/StickyContainer.styles.d.ts +0 -7
  306. package/dist/components/TableComponents/ContextMenu/ContextMenu.d.ts +0 -6
  307. package/dist/components/TableComponents/ContextMenu/ContextMenu.stories.d.ts +0 -7
  308. package/dist/components/TableComponents/ContextMenu/ContextMenu.styles.d.ts +0 -1
  309. package/dist/components/TableComponents/ContextMenu/ContextMenuContext.d.ts +0 -7
  310. package/dist/components/TableComponents/ContextMenu/ContextMenuItem.d.ts +0 -8
  311. package/dist/components/TableComponents/ContextMenu/ContextMenuPropsContext/ContextMenuPropsContext.d.ts +0 -6
  312. package/dist/components/TableComponents/ContextMenu/ContextMenuPropsContext/useContextMenuProps.d.ts +0 -3
  313. package/dist/components/TableComponents/ContextMenu/index.d.ts +0 -2
  314. package/dist/components/TableComponents/TableActions/TableActions.d.ts +0 -7
  315. package/dist/components/TableComponents/TableActions/TableActions.stories.d.ts +0 -7
  316. package/dist/components/TableComponents/TableActions/index.d.ts +0 -2
  317. package/dist/components/TableComponents/TableCustomToolbar/TableCustomToolbar.d.ts +0 -10
  318. package/dist/components/TableComponents/TableCustomToolbar/index.d.ts +0 -1
  319. package/dist/components/TableComponents/TableExportButton/TableExportButton.d.ts +0 -9
  320. package/dist/components/TableComponents/TableExportButton/index.d.ts +0 -1
  321. package/dist/components/TableComponents/TableRecord/TableRecord.d.ts +0 -8
  322. package/dist/components/TableComponents/TableRecord/index.d.ts +0 -1
  323. package/dist/components/TableComponents/TableWithPagination/TableWithPagination.d.ts +0 -4
  324. package/dist/components/TableComponents/TableWithPagination/TableWithPagination.stories.d.ts +0 -13
  325. package/dist/components/TableComponents/TableWithPagination/TableWithPaginationExport.d.ts +0 -0
  326. package/dist/components/TableComponents/TableWithPagination/TableWrapper.d.ts +0 -8
  327. package/dist/components/TableComponents/TableWithPagination/types.d.ts +0 -53
  328. package/dist/components/TableComponents/index.d.ts +0 -5
  329. package/dist/components/TabsPanel/TabsPanel.d.ts +0 -14
  330. package/dist/components/TabsPanel/TabsPanel.stories.d.ts +0 -7
  331. package/dist/components/TabsPanel/TabsPanel.styles.d.ts +0 -8
  332. package/dist/components/Toast/Toast.stories.d.ts +0 -7
  333. package/dist/components/Toast/Toast.styles.d.ts +0 -12
  334. package/dist/components/Toast/ToastContent.d.ts +0 -4
  335. package/dist/components/Toast/errorToast.d.ts +0 -1
  336. package/dist/components/Toast/index.d.ts +0 -2
  337. package/dist/components/Toast/successToast.d.ts +0 -1
  338. package/dist/components/Tree/Tree.d.ts +0 -18
  339. package/dist/components/Tree/Tree.stories.d.ts +0 -7
  340. package/dist/components/Tree/index.d.ts +0 -1
  341. package/dist/consts/data-grid.d.ts +0 -122
  342. package/dist/helpers/columns/getBooleanColumn.d.ts +0 -6
  343. package/dist/helpers/columns/getDateColumn.d.ts +0 -6
  344. package/dist/helpers/columns/getDateTimeColumn.d.ts +0 -6
  345. package/dist/helpers/columns/getNumericColumn.d.ts +0 -6
  346. package/dist/helpers/columns/getStaticColumn.d.ts +0 -6
  347. package/dist/helpers/columns/getStringColumn.d.ts +0 -6
  348. package/dist/helpers/columns/index.d.ts +0 -6
  349. package/dist/helpers/date/formatDate.d.ts +0 -3
  350. package/dist/helpers/date/formatDateTime.d.ts +0 -3
  351. package/dist/helpers/date/index.d.ts +0 -2
  352. package/dist/helpers/index.d.ts +0 -2
  353. package/dist/hooks/index.d.ts +0 -4
  354. package/dist/hooks/useContextMenu.d.ts +0 -8
  355. package/dist/hooks/useDataGridInitialState.d.ts +0 -6
  356. package/dist/hooks/useDataGridState.d.ts +0 -9
  357. package/dist/hooks/useGetFileUrl.d.ts +0 -5
  358. package/dist/hooks/useKeepDefinedValue.d.ts +0 -1
  359. package/dist/hooks/useScrollPosition.d.ts +0 -2
  360. package/dist/providers/GemUIComponentsProvider.d.ts +0 -4
  361. package/dist/providers/ToasterProvider.d.ts +0 -1
  362. package/dist/theme/theme.d.ts +0 -19
  363. package/dist/types/function.d.ts +0 -1
package/dist/licenses.txt CHANGED
@@ -1,10 +1,10 @@
1
- Name: @mui/icons-material
1
+ Name: @mui/system
2
2
  Version: 5.16.7
3
3
  License: MIT
4
4
  Private: false
5
- Description: Material Design icons distributed as SVG React components.
5
+ Description: MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.
6
6
  Repository: https://github.com/mui/material-ui.git
7
- Homepage: https://mui.com/material-ui/material-icons/
7
+ Homepage: https://mui.com/system/getting-started/
8
8
  Author: MUI Team
9
9
  License Copyright:
10
10
  ===
@@ -33,13 +33,13 @@ SOFTWARE.
33
33
 
34
34
  ---
35
35
 
36
- Name: @mui/utils
37
- Version: 5.16.6
36
+ Name: @mui/material
37
+ Version: 5.16.7
38
38
  License: MIT
39
39
  Private: false
40
- Description: Utility functions for React components.
40
+ Description: Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.
41
41
  Repository: https://github.com/mui/material-ui.git
42
- Homepage: private package
42
+ Homepage: https://mui.com/material-ui/
43
43
  Author: MUI Team
44
44
  License Copyright:
45
45
  ===
@@ -68,13 +68,13 @@ SOFTWARE.
68
68
 
69
69
  ---
70
70
 
71
- Name: @mui/material
71
+ Name: @mui/icons-material
72
72
  Version: 5.16.7
73
73
  License: MIT
74
74
  Private: false
75
- Description: Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.
75
+ Description: Material Design icons distributed as SVG React components.
76
76
  Repository: https://github.com/mui/material-ui.git
77
- Homepage: https://mui.com/material-ui/
77
+ Homepage: https://mui.com/material-ui/material-icons/
78
78
  Author: MUI Team
79
79
  License Copyright:
80
80
  ===
@@ -103,13 +103,13 @@ SOFTWARE.
103
103
 
104
104
  ---
105
105
 
106
- Name: @mui/system
107
- Version: 5.16.7
106
+ Name: @mui/utils
107
+ Version: 5.16.6
108
108
  License: MIT
109
109
  Private: false
110
- Description: MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.
110
+ Description: Utility functions for React components.
111
111
  Repository: https://github.com/mui/material-ui.git
112
- Homepage: https://mui.com/system/getting-started/
112
+ Homepage: private package
113
113
  Author: MUI Team
114
114
  License Copyright:
115
115
  ===
@@ -244,6 +244,209 @@ SOFTWARE.
244
244
 
245
245
  ---
246
246
 
247
+ Name: @mui/private-theming
248
+ Version: 5.16.6
249
+ License: MIT
250
+ Private: false
251
+ Description: Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.
252
+ Repository: https://github.com/mui/material-ui.git
253
+ Homepage: https://github.com/mui/material-ui/tree/master/packages/mui-private-theming
254
+ Author: MUI Team
255
+ License Copyright:
256
+ ===
257
+
258
+ The MIT License (MIT)
259
+
260
+ Copyright (c) 2014 Call-Em-All
261
+
262
+ Permission is hereby granted, free of charge, to any person obtaining a copy
263
+ of this software and associated documentation files (the "Software"), to deal
264
+ in the Software without restriction, including without limitation the rights
265
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
266
+ copies of the Software, and to permit persons to whom the Software is
267
+ furnished to do so, subject to the following conditions:
268
+
269
+ The above copyright notice and this permission notice shall be included in all
270
+ copies or substantial portions of the Software.
271
+
272
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
273
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
274
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
275
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
276
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
277
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
278
+ SOFTWARE.
279
+
280
+ ---
281
+
282
+ Name: lodash-es
283
+ Version: 4.17.21
284
+ License: MIT
285
+ Private: false
286
+ Description: Lodash exported as ES modules.
287
+ Repository: undefined
288
+ Homepage: https://lodash.com/custom-builds
289
+ Author: John-David Dalton <john.david.dalton@gmail.com>
290
+ Contributors:
291
+ John-David Dalton <john.david.dalton@gmail.com>
292
+ Mathias Bynens <mathias@qiwi.be>
293
+ License Copyright:
294
+ ===
295
+
296
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
297
+
298
+ Based on Underscore.js, copyright Jeremy Ashkenas,
299
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
300
+
301
+ This software consists of voluntary contributions made by many
302
+ individuals. For exact contribution history, see the revision history
303
+ available at https://github.com/lodash/lodash
304
+
305
+ The following license applies to all parts of this software except as
306
+ documented below:
307
+
308
+ ====
309
+
310
+ Permission is hereby granted, free of charge, to any person obtaining
311
+ a copy of this software and associated documentation files (the
312
+ "Software"), to deal in the Software without restriction, including
313
+ without limitation the rights to use, copy, modify, merge, publish,
314
+ distribute, sublicense, and/or sell copies of the Software, and to
315
+ permit persons to whom the Software is furnished to do so, subject to
316
+ the following conditions:
317
+
318
+ The above copyright notice and this permission notice shall be
319
+ included in all copies or substantial portions of the Software.
320
+
321
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
322
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
323
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
324
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
325
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
326
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
327
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
328
+
329
+ ====
330
+
331
+ Copyright and related rights for sample code are waived via CC0. Sample
332
+ code is defined as all source code displayed within the prose of the
333
+ documentation.
334
+
335
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
336
+
337
+ ====
338
+
339
+ Files located in the node_modules and vendor directories are externally
340
+ maintained libraries used by this software which have their own
341
+ licenses; we recommend you read them, as their terms may differ from the
342
+ terms above.
343
+
344
+ ---
345
+
346
+ Name: react-intersection-observer
347
+ Version: 9.13.1
348
+ License: MIT
349
+ Private: false
350
+ Description: Monitor if a component is inside the viewport, using IntersectionObserver API
351
+ Repository: https://github.com/thebuilder/react-intersection-observer.git
352
+ Author: Daniel Schmidt
353
+ License Copyright:
354
+ ===
355
+
356
+ The MIT License (MIT)
357
+
358
+ Copyright (c) 2023 React Intersection Observer authors
359
+
360
+ Permission is hereby granted, free of charge, to any person obtaining a copy
361
+ of this software and associated documentation files (the "Software"), to deal
362
+ in the Software without restriction, including without limitation the rights
363
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
364
+ copies of the Software, and to permit persons to whom the Software is
365
+ furnished to do so, subject to the following conditions:
366
+
367
+ The above copyright notice and this permission notice shall be included in all
368
+ copies or substantial portions of the Software.
369
+
370
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
371
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
372
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
373
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
374
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
375
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
376
+ SOFTWARE.
377
+
378
+ ---
379
+
380
+ Name: dayjs
381
+ Version: 1.11.12
382
+ License: MIT
383
+ Private: false
384
+ Description: 2KB immutable date time library alternative to Moment.js with the same modern API
385
+ Repository: https://github.com/iamkun/dayjs.git
386
+ Homepage: https://day.js.org
387
+ Author: iamkun
388
+ License Copyright:
389
+ ===
390
+
391
+ MIT License
392
+
393
+ Copyright (c) 2018-present, iamkun
394
+
395
+ Permission is hereby granted, free of charge, to any person obtaining a copy
396
+ of this software and associated documentation files (the "Software"), to deal
397
+ in the Software without restriction, including without limitation the rights
398
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
399
+ copies of the Software, and to permit persons to whom the Software is
400
+ furnished to do so, subject to the following conditions:
401
+
402
+ The above copyright notice and this permission notice shall be included in all
403
+ copies or substantial portions of the Software.
404
+
405
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
406
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
407
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
408
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
409
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
410
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
411
+ SOFTWARE.
412
+
413
+ ---
414
+
415
+ Name: @mui/x-date-pickers
416
+ Version: 7.14.0
417
+ License: MIT
418
+ Private: false
419
+ Description: The community edition of the Date and Time Picker components (MUI X).
420
+ Repository: https://github.com/mui/mui-x.git
421
+ Homepage: https://mui.com/x/react-date-pickers/
422
+ Author: MUI Team
423
+ License Copyright:
424
+ ===
425
+
426
+ MIT License
427
+
428
+ Copyright (c) 2020 Material-UI SAS
429
+
430
+ Permission is hereby granted, free of charge, to any person obtaining a copy
431
+ of this software and associated documentation files (the "Software"), to deal
432
+ in the Software without restriction, including without limitation the rights
433
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
434
+ copies of the Software, and to permit persons to whom the Software is
435
+ furnished to do so, subject to the following conditions:
436
+
437
+ The above copyright notice and this permission notice shall be included in all
438
+ copies or substantial portions of the Software.
439
+
440
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
441
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
442
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
443
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
444
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
445
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
446
+ SOFTWARE.
447
+
448
+ ---
449
+
247
450
  Name: prop-types
248
451
  Version: 15.8.1
249
452
  License: MIT
@@ -886,20 +1089,20 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
886
1089
 
887
1090
  ---
888
1091
 
889
- Name: @mui/private-theming
890
- Version: 5.16.6
1092
+ Name: @tanstack/query-core
1093
+ Version: 5.66.4
891
1094
  License: MIT
892
1095
  Private: false
893
- Description: Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.
894
- Repository: https://github.com/mui/material-ui.git
895
- Homepage: https://github.com/mui/material-ui/tree/master/packages/mui-private-theming
896
- Author: MUI Team
1096
+ Description: The framework agnostic core that powers TanStack Query
1097
+ Repository: https://github.com/TanStack/query.git
1098
+ Homepage: https://tanstack.com/query
1099
+ Author: tannerlinsley
897
1100
  License Copyright:
898
1101
  ===
899
1102
 
900
- The MIT License (MIT)
1103
+ MIT License
901
1104
 
902
- Copyright (c) 2014 Call-Em-All
1105
+ Copyright (c) 2021-present Tanner Linsley
903
1106
 
904
1107
  Permission is hereby granted, free of charge, to any person obtaining a copy
905
1108
  of this software and associated documentation files (the "Software"), to deal
@@ -921,20 +1124,20 @@ SOFTWARE.
921
1124
 
922
1125
  ---
923
1126
 
924
- Name: dom-helpers
925
- Version: 5.2.1
1127
+ Name: @tanstack/react-query
1128
+ Version: 5.66.9
926
1129
  License: MIT
927
1130
  Private: false
928
- Description: tiny modular DOM lib for ie9+
929
- Repository: git+https://github.com/react-bootstrap/dom-helpers.git
930
- Homepage: https://github.com/react-bootstrap/dom-helpers#readme
931
- Author: Jason Quense <monastic.panic@gmail.com>
1131
+ Description: Hooks for managing, caching and syncing asynchronous and remote data in React
1132
+ Repository: https://github.com/TanStack/query.git
1133
+ Homepage: https://tanstack.com/query
1134
+ Author: tannerlinsley
932
1135
  License Copyright:
933
1136
  ===
934
1137
 
935
- The MIT License (MIT)
1138
+ MIT License
936
1139
 
937
- Copyright (c) 2015 Jason Quense
1140
+ Copyright (c) 2021-present Tanner Linsley
938
1141
 
939
1142
  Permission is hereby granted, free of charge, to any person obtaining a copy
940
1143
  of this software and associated documentation files (the "Software"), to deal
@@ -956,79 +1159,92 @@ SOFTWARE.
956
1159
 
957
1160
  ---
958
1161
 
959
- Name: @popperjs/core
960
- Version: 2.11.8
1162
+ Name: zod
1163
+ Version: 3.24.2
961
1164
  License: MIT
962
1165
  Private: false
963
- Description: Tooltip and Popover Positioning Engine
964
- Repository: undefined
965
- Author: Federico Zivolo <federico.zivolo@gmail.com>
1166
+ Description: TypeScript-first schema declaration and validation library with static type inference
1167
+ Repository: git+https://github.com/colinhacks/zod.git
1168
+ Homepage: https://zod.dev
1169
+ Author: Colin McDonnell <colin@colinhacks.com>
966
1170
  License Copyright:
967
1171
  ===
968
1172
 
969
- The MIT License (MIT)
1173
+ MIT License
970
1174
 
971
- Copyright (c) 2019 Federico Zivolo
1175
+ Copyright (c) 2020 Colin McDonnell
972
1176
 
973
- Permission is hereby granted, free of charge, to any person obtaining a copy of
974
- this software and associated documentation files (the "Software"), to deal in
975
- the Software without restriction, including without limitation the rights to
976
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
977
- the Software, and to permit persons to whom the Software is furnished to do so,
978
- subject to the following conditions:
1177
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1178
+ of this software and associated documentation files (the "Software"), to deal
1179
+ in the Software without restriction, including without limitation the rights
1180
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1181
+ copies of the Software, and to permit persons to whom the Software is
1182
+ furnished to do so, subject to the following conditions:
979
1183
 
980
1184
  The above copyright notice and this permission notice shall be included in all
981
1185
  copies or substantial portions of the Software.
982
1186
 
983
1187
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
984
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
985
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
986
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
987
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
988
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1188
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1189
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1190
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1191
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1192
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1193
+ SOFTWARE.
989
1194
 
990
1195
  ---
991
1196
 
992
- Name: tslib
993
- Version: 2.6.3
994
- License: 0BSD
1197
+ Name: es-errors
1198
+ Version: 1.3.0
1199
+ License: MIT
995
1200
  Private: false
996
- Description: Runtime library for TypeScript helper functions
997
- Repository: https://github.com/Microsoft/tslib.git
998
- Homepage: https://www.typescriptlang.org/
999
- Author: Microsoft Corp.
1201
+ Description: A simple cache for a few of the JS Error constructors.
1202
+ Repository: git+https://github.com/ljharb/es-errors.git
1203
+ Homepage: https://github.com/ljharb/es-errors#readme
1204
+ Author: Jordan Harband <ljharb@gmail.com>
1000
1205
  License Copyright:
1001
1206
  ===
1002
1207
 
1003
- Copyright (c) Microsoft Corporation.
1004
-
1005
- Permission to use, copy, modify, and/or distribute this software for any
1006
- purpose with or without fee is hereby granted.
1007
-
1008
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1009
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1010
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1011
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1012
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1013
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1014
- PERFORMANCE OF THIS SOFTWARE.
1208
+ MIT License
1209
+
1210
+ Copyright (c) 2024 Jordan Harband
1211
+
1212
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1213
+ of this software and associated documentation files (the "Software"), to deal
1214
+ in the Software without restriction, including without limitation the rights
1215
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1216
+ copies of the Software, and to permit persons to whom the Software is
1217
+ furnished to do so, subject to the following conditions:
1218
+
1219
+ The above copyright notice and this permission notice shall be included in all
1220
+ copies or substantial portions of the Software.
1221
+
1222
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1223
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1224
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1225
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1226
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1227
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1228
+ SOFTWARE.
1015
1229
 
1016
1230
  ---
1017
1231
 
1018
- Name: file-selector
1019
- Version: 0.6.0
1232
+ Name: has-symbols
1233
+ Version: 1.0.3
1020
1234
  License: MIT
1021
1235
  Private: false
1022
- Description: Convert DataTransfer object to a list of File objects
1023
- Repository: https://github.com/react-dropzone/file-selector.git
1024
- Homepage: https://github.com/react-dropzone/file-selector
1025
- Author: Roland Groza <rolandjitsu@gmail.com>
1236
+ Description: Determine if the JS environment has Symbol support. Supports spec, or shams.
1237
+ Repository: git://github.com/inspect-js/has-symbols.git
1238
+ Homepage: https://github.com/ljharb/has-symbols#readme
1239
+ Author: Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)
1240
+ Contributors:
1241
+ Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)
1026
1242
  License Copyright:
1027
1243
  ===
1028
1244
 
1029
1245
  MIT License
1030
1246
 
1031
- Copyright (c) 2020 Roland Groza
1247
+ Copyright (c) 2016 Jordan Harband
1032
1248
 
1033
1249
  Permission is hereby granted, free of charge, to any person obtaining a copy
1034
1250
  of this software and associated documentation files (the "Software"), to deal
@@ -1050,23 +1266,20 @@ SOFTWARE.
1050
1266
 
1051
1267
  ---
1052
1268
 
1053
- Name: attr-accept
1054
- Version: 2.2.2
1269
+ Name: has-proto
1270
+ Version: 1.0.3
1055
1271
  License: MIT
1056
1272
  Private: false
1057
- Description: JavaScript implementation of the "accept" attribute for HTML5 <input type="file">
1058
- Repository: https://github.com/react-dropzone/attr-accept.git
1059
- Homepage: https://github.com/react-dropzone/attr-accept#readme
1060
- Author: Andrey Okonetchnikov @okonetchnikov
1061
- Contributors:
1062
- Andrey Okonetchnikov <andrey@okonet.ru> (http://okonet.ru)
1063
- Roland Groza <rolandjitsu@gmail.com>
1273
+ Description: Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
1274
+ Repository: git+https://github.com/inspect-js/has-proto.git
1275
+ Homepage: https://github.com/inspect-js/has-proto#readme
1276
+ Author: Jordan Harband <ljharb@gmail.com>
1064
1277
  License Copyright:
1065
1278
  ===
1066
1279
 
1067
- The MIT License (MIT)
1280
+ MIT License
1068
1281
 
1069
- Copyright (c) 2015 Andrey Okonetchnikov
1282
+ Copyright (c) 2022 Inspect JS
1070
1283
 
1071
1284
  Permission is hereby granted, free of charge, to any person obtaining a copy
1072
1285
  of this software and associated documentation files (the "Software"), to deal
@@ -1088,27 +1301,56 @@ SOFTWARE.
1088
1301
 
1089
1302
  ---
1090
1303
 
1091
- Name: react-dropzone
1092
- Version: 14.2.3
1304
+ Name: function-bind
1305
+ Version: 1.1.2
1093
1306
  License: MIT
1094
1307
  Private: false
1095
- Description: Simple HTML5 drag-drop zone with React.js
1096
- Repository: https://github.com/react-dropzone/react-dropzone.git
1097
- Homepage: https://github.com/react-dropzone/react-dropzone
1098
- Author: Param Aggarwal
1308
+ Description: Implementation of Function.prototype.bind
1309
+ Repository: https://github.com/Raynos/function-bind.git
1310
+ Homepage: https://github.com/Raynos/function-bind
1311
+ Author: Raynos <raynos2@gmail.com>
1099
1312
  Contributors:
1100
- Andrey Okonetchnikov <andrey@okonet.ru> (http://okonet.ru)
1101
- Mike Olson <me@mwolson.org>
1102
- Param Aggarwal
1103
- Tyler Waters <tyler.waters@gmail.com>
1104
- Rick Markins <rmarkins@gmail.com>
1105
- Roland Groza <rolandjitsu@gmail.com>
1313
+ Raynos
1314
+ Jordan Harband (https://github.com/ljharb)
1106
1315
  License Copyright:
1107
1316
  ===
1108
1317
 
1109
- The MIT License (MIT)
1318
+ Copyright (c) 2013 Raynos.
1110
1319
 
1111
- Copyright (c) 2018 Param Aggarwal
1320
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1321
+ of this software and associated documentation files (the "Software"), to deal
1322
+ in the Software without restriction, including without limitation the rights
1323
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1324
+ copies of the Software, and to permit persons to whom the Software is
1325
+ furnished to do so, subject to the following conditions:
1326
+
1327
+ The above copyright notice and this permission notice shall be included in
1328
+ all copies or substantial portions of the Software.
1329
+
1330
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1331
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1332
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1333
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1334
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1335
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1336
+ THE SOFTWARE.
1337
+
1338
+ ---
1339
+
1340
+ Name: hasown
1341
+ Version: 2.0.2
1342
+ License: MIT
1343
+ Private: false
1344
+ Description: A robust, ES3 compatible, "has own property" predicate.
1345
+ Repository: git+https://github.com/inspect-js/hasOwn.git
1346
+ Homepage: https://github.com/inspect-js/hasOwn#readme
1347
+ Author: Jordan Harband <ljharb@gmail.com>
1348
+ License Copyright:
1349
+ ===
1350
+
1351
+ MIT License
1352
+
1353
+ Copyright (c) Jordan Harband and contributors
1112
1354
 
1113
1355
  Permission is hereby granted, free of charge, to any person obtaining a copy
1114
1356
  of this software and associated documentation files (the "Software"), to deal
@@ -1130,20 +1372,20 @@ SOFTWARE.
1130
1372
 
1131
1373
  ---
1132
1374
 
1133
- Name: react-hook-form
1134
- Version: 7.54.2
1375
+ Name: get-intrinsic
1376
+ Version: 1.2.4
1135
1377
  License: MIT
1136
1378
  Private: false
1137
- Description: Performant, flexible and extensible forms library for React Hooks
1138
- Repository: https://github.com/react-hook-form/react-hook-form
1139
- Homepage: https://www.react-hook-form.com
1140
- Author: null <bluebill1049@hotmail.com>
1379
+ Description: Get and robustly cache all JS language-level intrinsics at first require time
1380
+ Repository: git+https://github.com/ljharb/get-intrinsic.git
1381
+ Homepage: https://github.com/ljharb/get-intrinsic#readme
1382
+ Author: Jordan Harband <ljharb@gmail.com>
1141
1383
  License Copyright:
1142
1384
  ===
1143
1385
 
1144
1386
  MIT License
1145
1387
 
1146
- Copyright (c) 2019-present Beier(Bill) Luo
1388
+ Copyright (c) 2020 Jordan Harband
1147
1389
 
1148
1390
  Permission is hereby granted, free of charge, to any person obtaining a copy
1149
1391
  of this software and associated documentation files (the "Software"), to deal
@@ -1165,83 +1407,90 @@ SOFTWARE.
1165
1407
 
1166
1408
  ---
1167
1409
 
1168
- Name: lodash-es
1169
- Version: 4.17.21
1410
+ Name: call-bind
1411
+ Version: 1.0.7
1170
1412
  License: MIT
1171
1413
  Private: false
1172
- Description: Lodash exported as ES modules.
1173
- Repository: undefined
1174
- Homepage: https://lodash.com/custom-builds
1175
- Author: John-David Dalton <john.david.dalton@gmail.com>
1176
- Contributors:
1177
- John-David Dalton <john.david.dalton@gmail.com>
1178
- Mathias Bynens <mathias@qiwi.be>
1414
+ Description: Robustly `.call.bind()` a function
1415
+ Repository: git+https://github.com/ljharb/call-bind.git
1416
+ Homepage: https://github.com/ljharb/call-bind#readme
1417
+ Author: Jordan Harband <ljharb@gmail.com>
1179
1418
  License Copyright:
1180
1419
  ===
1181
1420
 
1182
- Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1183
-
1184
- Based on Underscore.js, copyright Jeremy Ashkenas,
1185
- DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1421
+ MIT License
1186
1422
 
1187
- This software consists of voluntary contributions made by many
1188
- individuals. For exact contribution history, see the revision history
1189
- available at https://github.com/lodash/lodash
1423
+ Copyright (c) 2020 Jordan Harband
1190
1424
 
1191
- The following license applies to all parts of this software except as
1192
- documented below:
1425
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1426
+ of this software and associated documentation files (the "Software"), to deal
1427
+ in the Software without restriction, including without limitation the rights
1428
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1429
+ copies of the Software, and to permit persons to whom the Software is
1430
+ furnished to do so, subject to the following conditions:
1193
1431
 
1194
- ====
1432
+ The above copyright notice and this permission notice shall be included in all
1433
+ copies or substantial portions of the Software.
1195
1434
 
1196
- Permission is hereby granted, free of charge, to any person obtaining
1197
- a copy of this software and associated documentation files (the
1198
- "Software"), to deal in the Software without restriction, including
1199
- without limitation the rights to use, copy, modify, merge, publish,
1200
- distribute, sublicense, and/or sell copies of the Software, and to
1201
- permit persons to whom the Software is furnished to do so, subject to
1202
- the following conditions:
1435
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1436
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1437
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1438
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1439
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1440
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1441
+ SOFTWARE.
1203
1442
 
1204
- The above copyright notice and this permission notice shall be
1205
- included in all copies or substantial portions of the Software.
1443
+ ---
1206
1444
 
1207
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1208
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1209
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1210
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1211
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1212
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1213
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1445
+ Name: es-define-property
1446
+ Version: 1.0.0
1447
+ License: MIT
1448
+ Private: false
1449
+ Description: `Object.defineProperty`, but not IE 8's broken one.
1450
+ Repository: git+https://github.com/ljharb/es-define-property.git
1451
+ Homepage: https://github.com/ljharb/es-define-property#readme
1452
+ Author: Jordan Harband <ljharb@gmail.com>
1453
+ License Copyright:
1454
+ ===
1214
1455
 
1215
- ====
1456
+ MIT License
1216
1457
 
1217
- Copyright and related rights for sample code are waived via CC0. Sample
1218
- code is defined as all source code displayed within the prose of the
1219
- documentation.
1458
+ Copyright (c) 2024 Jordan Harband
1220
1459
 
1221
- CC0: http://creativecommons.org/publicdomain/zero/1.0/
1460
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1461
+ of this software and associated documentation files (the "Software"), to deal
1462
+ in the Software without restriction, including without limitation the rights
1463
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1464
+ copies of the Software, and to permit persons to whom the Software is
1465
+ furnished to do so, subject to the following conditions:
1222
1466
 
1223
- ====
1467
+ The above copyright notice and this permission notice shall be included in all
1468
+ copies or substantial portions of the Software.
1224
1469
 
1225
- Files located in the node_modules and vendor directories are externally
1226
- maintained libraries used by this software which have their own
1227
- licenses; we recommend you read them, as their terms may differ from the
1228
- terms above.
1470
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1471
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1472
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1473
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1474
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1475
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1476
+ SOFTWARE.
1229
1477
 
1230
1478
  ---
1231
1479
 
1232
- Name: react-intersection-observer
1233
- Version: 9.13.1
1480
+ Name: gopd
1481
+ Version: 1.0.1
1234
1482
  License: MIT
1235
1483
  Private: false
1236
- Description: Monitor if a component is inside the viewport, using IntersectionObserver API
1237
- Repository: https://github.com/thebuilder/react-intersection-observer.git
1238
- Author: Daniel Schmidt
1484
+ Description: `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
1485
+ Repository: git+https://github.com/ljharb/gopd.git
1486
+ Homepage: https://github.com/ljharb/gopd#readme
1487
+ Author: Jordan Harband <ljharb@gmail.com>
1239
1488
  License Copyright:
1240
1489
  ===
1241
1490
 
1242
- The MIT License (MIT)
1491
+ MIT License
1243
1492
 
1244
- Copyright (c) 2023 React Intersection Observer authors
1493
+ Copyright (c) 2022 Jordan Harband
1245
1494
 
1246
1495
  Permission is hereby granted, free of charge, to any person obtaining a copy
1247
1496
  of this software and associated documentation files (the "Software"), to deal
@@ -1263,20 +1512,20 @@ SOFTWARE.
1263
1512
 
1264
1513
  ---
1265
1514
 
1266
- Name: dayjs
1267
- Version: 1.11.12
1515
+ Name: define-data-property
1516
+ Version: 1.1.4
1268
1517
  License: MIT
1269
1518
  Private: false
1270
- Description: 2KB immutable date time library alternative to Moment.js with the same modern API
1271
- Repository: https://github.com/iamkun/dayjs.git
1272
- Homepage: https://day.js.org
1273
- Author: iamkun
1519
+ Description: Define a data property on an object. Will fall back to assignment in an engine without descriptors.
1520
+ Repository: git+https://github.com/ljharb/define-data-property.git
1521
+ Homepage: https://github.com/ljharb/define-data-property#readme
1522
+ Author: Jordan Harband <ljharb@gmail.com>
1274
1523
  License Copyright:
1275
1524
  ===
1276
1525
 
1277
1526
  MIT License
1278
1527
 
1279
- Copyright (c) 2018-present, iamkun
1528
+ Copyright (c) 2023 Jordan Harband
1280
1529
 
1281
1530
  Permission is hereby granted, free of charge, to any person obtaining a copy
1282
1531
  of this software and associated documentation files (the "Software"), to deal
@@ -1298,20 +1547,633 @@ SOFTWARE.
1298
1547
 
1299
1548
  ---
1300
1549
 
1301
- Name: @mui/x-date-pickers
1302
- Version: 7.14.0
1550
+ Name: has-property-descriptors
1551
+ Version: 1.0.2
1303
1552
  License: MIT
1304
1553
  Private: false
1305
- Description: The community edition of the Date and Time Picker components (MUI X).
1306
- Repository: https://github.com/mui/mui-x.git
1307
- Homepage: https://mui.com/x/react-date-pickers/
1308
- Author: MUI Team
1554
+ Description: Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
1555
+ Repository: git+https://github.com/inspect-js/has-property-descriptors.git
1556
+ Homepage: https://github.com/inspect-js/has-property-descriptors#readme
1557
+ Author: Jordan Harband <ljharb@gmail.com>
1309
1558
  License Copyright:
1310
1559
  ===
1311
1560
 
1312
1561
  MIT License
1313
1562
 
1314
- Copyright (c) 2020 Material-UI SAS
1563
+ Copyright (c) 2022 Inspect JS
1564
+
1565
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1566
+ of this software and associated documentation files (the "Software"), to deal
1567
+ in the Software without restriction, including without limitation the rights
1568
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1569
+ copies of the Software, and to permit persons to whom the Software is
1570
+ furnished to do so, subject to the following conditions:
1571
+
1572
+ The above copyright notice and this permission notice shall be included in all
1573
+ copies or substantial portions of the Software.
1574
+
1575
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1576
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1577
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1578
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1579
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1580
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1581
+ SOFTWARE.
1582
+
1583
+ ---
1584
+
1585
+ Name: set-function-length
1586
+ Version: 1.2.2
1587
+ License: MIT
1588
+ Private: false
1589
+ Description: Set a function's length property
1590
+ Repository: git+https://github.com/ljharb/set-function-length.git
1591
+ Homepage: https://github.com/ljharb/set-function-length#readme
1592
+ Author: Jordan Harband <ljharb@gmail.com>
1593
+ License Copyright:
1594
+ ===
1595
+
1596
+ MIT License
1597
+
1598
+ Copyright (c) Jordan Harband and contributors
1599
+
1600
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1601
+ of this software and associated documentation files (the "Software"), to deal
1602
+ in the Software without restriction, including without limitation the rights
1603
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1604
+ copies of the Software, and to permit persons to whom the Software is
1605
+ furnished to do so, subject to the following conditions:
1606
+
1607
+ The above copyright notice and this permission notice shall be included in all
1608
+ copies or substantial portions of the Software.
1609
+
1610
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1611
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1612
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1613
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1614
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1615
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1616
+ SOFTWARE.
1617
+
1618
+ ---
1619
+
1620
+ Name: object-inspect
1621
+ Version: 1.13.2
1622
+ License: MIT
1623
+ Private: false
1624
+ Description: string representations of objects in node and the browser
1625
+ Repository: git://github.com/inspect-js/object-inspect.git
1626
+ Homepage: https://github.com/inspect-js/object-inspect
1627
+ Author: James Halliday <mail@substack.net> (http://substack.net)
1628
+ License Copyright:
1629
+ ===
1630
+
1631
+ MIT License
1632
+
1633
+ Copyright (c) 2013 James Halliday
1634
+
1635
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1636
+ of this software and associated documentation files (the "Software"), to deal
1637
+ in the Software without restriction, including without limitation the rights
1638
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1639
+ copies of the Software, and to permit persons to whom the Software is
1640
+ furnished to do so, subject to the following conditions:
1641
+
1642
+ The above copyright notice and this permission notice shall be included in all
1643
+ copies or substantial portions of the Software.
1644
+
1645
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1646
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1647
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1648
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1649
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1650
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1651
+ SOFTWARE.
1652
+
1653
+ ---
1654
+
1655
+ Name: side-channel
1656
+ Version: 1.0.6
1657
+ License: MIT
1658
+ Private: false
1659
+ Description: Store information about any JS value in a side channel. Uses WeakMap if available.
1660
+ Repository: git+https://github.com/ljharb/side-channel.git
1661
+ Homepage: https://github.com/ljharb/side-channel#readme
1662
+ Author: Jordan Harband <ljharb@gmail.com>
1663
+ License Copyright:
1664
+ ===
1665
+
1666
+ MIT License
1667
+
1668
+ Copyright (c) 2019 Jordan Harband
1669
+
1670
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1671
+ of this software and associated documentation files (the "Software"), to deal
1672
+ in the Software without restriction, including without limitation the rights
1673
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1674
+ copies of the Software, and to permit persons to whom the Software is
1675
+ furnished to do so, subject to the following conditions:
1676
+
1677
+ The above copyright notice and this permission notice shall be included in all
1678
+ copies or substantial portions of the Software.
1679
+
1680
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1681
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1682
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1683
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1684
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1685
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1686
+ SOFTWARE.
1687
+
1688
+ ---
1689
+
1690
+ Name: qs
1691
+ Version: 6.11.0
1692
+ License: BSD-3-Clause
1693
+ Private: false
1694
+ Description: A querystring parser that supports nesting and arrays, with a depth limit
1695
+ Repository: https://github.com/ljharb/qs.git
1696
+ Homepage: https://github.com/ljharb/qs
1697
+ Contributors:
1698
+ Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)
1699
+ License Copyright:
1700
+ ===
1701
+
1702
+ BSD 3-Clause License
1703
+
1704
+ Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
1705
+ All rights reserved.
1706
+
1707
+ Redistribution and use in source and binary forms, with or without
1708
+ modification, are permitted provided that the following conditions are met:
1709
+
1710
+ 1. Redistributions of source code must retain the above copyright notice, this
1711
+ list of conditions and the following disclaimer.
1712
+
1713
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1714
+ this list of conditions and the following disclaimer in the documentation
1715
+ and/or other materials provided with the distribution.
1716
+
1717
+ 3. Neither the name of the copyright holder nor the names of its
1718
+ contributors may be used to endorse or promote products derived from
1719
+ this software without specific prior written permission.
1720
+
1721
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1722
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1723
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1724
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1725
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1726
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1727
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1728
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1729
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1730
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1731
+
1732
+ ---
1733
+
1734
+ Name: axios
1735
+ Version: 1.8.1
1736
+ License: MIT
1737
+ Private: false
1738
+ Description: Promise based HTTP client for the browser and node.js
1739
+ Repository: https://github.com/axios/axios.git
1740
+ Homepage: https://axios-http.com
1741
+ Author: Matt Zabriskie
1742
+ Contributors:
1743
+ Matt Zabriskie (https://github.com/mzabriskie)
1744
+ Nick Uraltsev (https://github.com/nickuraltsev)
1745
+ Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)
1746
+ Jay (https://github.com/jasonsaayman)
1747
+ Emily Morehouse (https://github.com/emilyemorehouse)
1748
+ Rubén Norte (https://github.com/rubennorte)
1749
+ Justin Beckwith (https://github.com/JustinBeckwith)
1750
+ Martti Laine (https://github.com/codeclown)
1751
+ Xianming Zhong (https://github.com/chinesedfan)
1752
+ Rikki Gibson (https://github.com/RikkiGibson)
1753
+ Remco Haszing (https://github.com/remcohaszing)
1754
+ Yasu Flores (https://github.com/yasuf)
1755
+ Ben Carp (https://github.com/carpben)
1756
+ License Copyright:
1757
+ ===
1758
+
1759
+ # Copyright (c) 2014-present Matt Zabriskie & Collaborators
1760
+
1761
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1762
+
1763
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1764
+
1765
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1766
+
1767
+ ---
1768
+
1769
+ Name: @hookform/resolvers
1770
+ Version: 4.1.2
1771
+ License: MIT
1772
+ Private: false
1773
+ Description: React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types, TypeBox, arktype, Typanion, Effect-TS and VineJS
1774
+ Repository: git+https://github.com/react-hook-form/resolvers.git
1775
+ Homepage: https://react-hook-form.com
1776
+ Author: bluebill1049 <bluebill1049@hotmail.com>
1777
+ License Copyright:
1778
+ ===
1779
+
1780
+ MIT License
1781
+
1782
+ Copyright (c) 2019-present Beier(Bill) Luo
1783
+
1784
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1785
+ of this software and associated documentation files (the "Software"), to deal
1786
+ in the Software without restriction, including without limitation the rights
1787
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1788
+ copies of the Software, and to permit persons to whom the Software is
1789
+ furnished to do so, subject to the following conditions:
1790
+
1791
+ The above copyright notice and this permission notice shall be included in all
1792
+ copies or substantial portions of the Software.
1793
+
1794
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1795
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1796
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1797
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1798
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1799
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1800
+ SOFTWARE.
1801
+
1802
+ ---
1803
+
1804
+ Name: js-base64
1805
+ Version: 3.7.7
1806
+ License: BSD-3-Clause
1807
+ Private: false
1808
+ Description: Yet another Base64 transcoder in pure-JS
1809
+ Repository: undefined
1810
+ Author: Dan Kogai
1811
+ License Copyright:
1812
+ ===
1813
+
1814
+ Copyright (c) 2014, Dan Kogai
1815
+ All rights reserved.
1816
+
1817
+ Redistribution and use in source and binary forms, with or without
1818
+ modification, are permitted provided that the following conditions are met:
1819
+
1820
+ * Redistributions of source code must retain the above copyright notice, this
1821
+ list of conditions and the following disclaimer.
1822
+
1823
+ * Redistributions in binary form must reproduce the above copyright notice,
1824
+ this list of conditions and the following disclaimer in the documentation
1825
+ and/or other materials provided with the distribution.
1826
+
1827
+ * Neither the name of {{{project}}} nor the names of its
1828
+ contributors may be used to endorse or promote products derived from
1829
+ this software without specific prior written permission.
1830
+
1831
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1832
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1833
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1834
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1835
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1836
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1837
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1838
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1839
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1840
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1841
+
1842
+ ---
1843
+
1844
+ Name: @svgdotjs/svg.js
1845
+ Version: 3.2.4
1846
+ License: MIT
1847
+ Private: false
1848
+ Description: A lightweight library for manipulating and animating SVG.
1849
+ Repository: https://github.com/svgdotjs/svg.js.git
1850
+ Homepage: https://svgjs.dev/
1851
+ Author: Wout Fierens <wout@mick-wout.com>
1852
+ License Copyright:
1853
+ ===
1854
+
1855
+ Copyright (c) 2012-2018 Wout Fierens
1856
+ https://svgdotjs.github.io/
1857
+
1858
+ Permission is hereby granted, free of charge, to any person obtaining
1859
+ a copy of this software and associated documentation files (the
1860
+ "Software"), to deal in the Software without restriction, including
1861
+ without limitation the rights to use, copy, modify, merge, publish,
1862
+ distribute, sublicense, and/or sell copies of the Software, and to
1863
+ permit persons to whom the Software is furnished to do so, subject to
1864
+ the following conditions:
1865
+
1866
+ The above copyright notice and this permission notice shall be
1867
+ included in all copies or substantial portions of the Software.
1868
+
1869
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1870
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1871
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1872
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1873
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1874
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1875
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1876
+
1877
+ ---
1878
+
1879
+ Name: @uidotdev/usehooks
1880
+ Version: 2.4.1
1881
+ License: MIT
1882
+ Private: false
1883
+ Description: A collection of modern, server-safe React hooks – from the ui.dev team
1884
+ Repository: undefined
1885
+ Author: Tyler McGinnis, Ben Adam
1886
+ License Copyright:
1887
+ ===
1888
+
1889
+ MIT License
1890
+
1891
+ Copyright (c) 2023 ui.dev
1892
+
1893
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1894
+ of this software and associated documentation files (the "Software"), to deal
1895
+ in the Software without restriction, including without limitation the rights
1896
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1897
+ copies of the Software, and to permit persons to whom the Software is
1898
+ furnished to do so, subject to the following conditions:
1899
+
1900
+ The above copyright notice and this permission notice shall be included in all
1901
+ copies or substantial portions of the Software.
1902
+
1903
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1904
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1905
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1906
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1907
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1908
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1909
+ SOFTWARE.
1910
+
1911
+ ---
1912
+
1913
+ Name: svgedit-pl
1914
+ Version: 7.3.17
1915
+ License: (MIT AND Apache-2.0 AND ISC AND LGPL-3.0-or-later AND X11)
1916
+ Private: false
1917
+ Description: Powerful SVG-Editor for your browser
1918
+ Repository: git+https://github.com/SVG-Edit/svgedit.git
1919
+ Homepage: https://github.com/SVG-Edit/svgedit#readme
1920
+ Author: Narendra Sisodiya
1921
+ Contributors:
1922
+ Pavol Rusnak
1923
+ Jeff Schiller
1924
+ Vidar Hokstad
1925
+ Alexis Deveria
1926
+ Brett Zamir
1927
+ Fabien Jacq
1928
+ OptimistikSAS
1929
+ License Copyright:
1930
+ ===
1931
+
1932
+ Copyright (c) 2009-2022 by SVG-edit authors (see AUTHORS file)
1933
+
1934
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1935
+ of this software and associated documentation files (the "Software"), to deal
1936
+ in the Software without restriction, including without limitation the rights
1937
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1938
+ copies of the Software, and to permit persons to whom the Software is
1939
+ furnished to do so, subject to the following conditions:
1940
+
1941
+ The above copyright notice and this permission notice shall be included in
1942
+ all copies or substantial portions of the Software.
1943
+
1944
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1945
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1946
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1947
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1948
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1949
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1950
+ THE SOFTWARE.
1951
+
1952
+ ---
1953
+
1954
+ Name: dom-helpers
1955
+ Version: 5.2.1
1956
+ License: MIT
1957
+ Private: false
1958
+ Description: tiny modular DOM lib for ie9+
1959
+ Repository: git+https://github.com/react-bootstrap/dom-helpers.git
1960
+ Homepage: https://github.com/react-bootstrap/dom-helpers#readme
1961
+ Author: Jason Quense <monastic.panic@gmail.com>
1962
+ License Copyright:
1963
+ ===
1964
+
1965
+ The MIT License (MIT)
1966
+
1967
+ Copyright (c) 2015 Jason Quense
1968
+
1969
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1970
+ of this software and associated documentation files (the "Software"), to deal
1971
+ in the Software without restriction, including without limitation the rights
1972
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1973
+ copies of the Software, and to permit persons to whom the Software is
1974
+ furnished to do so, subject to the following conditions:
1975
+
1976
+ The above copyright notice and this permission notice shall be included in all
1977
+ copies or substantial portions of the Software.
1978
+
1979
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1980
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1981
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1982
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1983
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1984
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1985
+ SOFTWARE.
1986
+
1987
+ ---
1988
+
1989
+ Name: @popperjs/core
1990
+ Version: 2.11.8
1991
+ License: MIT
1992
+ Private: false
1993
+ Description: Tooltip and Popover Positioning Engine
1994
+ Repository: undefined
1995
+ Author: Federico Zivolo <federico.zivolo@gmail.com>
1996
+ License Copyright:
1997
+ ===
1998
+
1999
+ The MIT License (MIT)
2000
+
2001
+ Copyright (c) 2019 Federico Zivolo
2002
+
2003
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2004
+ this software and associated documentation files (the "Software"), to deal in
2005
+ the Software without restriction, including without limitation the rights to
2006
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2007
+ the Software, and to permit persons to whom the Software is furnished to do so,
2008
+ subject to the following conditions:
2009
+
2010
+ The above copyright notice and this permission notice shall be included in all
2011
+ copies or substantial portions of the Software.
2012
+
2013
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2014
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2015
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2016
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2017
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2018
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2019
+
2020
+ ---
2021
+
2022
+ Name: tslib
2023
+ Version: 2.6.3
2024
+ License: 0BSD
2025
+ Private: false
2026
+ Description: Runtime library for TypeScript helper functions
2027
+ Repository: https://github.com/Microsoft/tslib.git
2028
+ Homepage: https://www.typescriptlang.org/
2029
+ Author: Microsoft Corp.
2030
+ License Copyright:
2031
+ ===
2032
+
2033
+ Copyright (c) Microsoft Corporation.
2034
+
2035
+ Permission to use, copy, modify, and/or distribute this software for any
2036
+ purpose with or without fee is hereby granted.
2037
+
2038
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
2039
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2040
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
2041
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2042
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
2043
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2044
+ PERFORMANCE OF THIS SOFTWARE.
2045
+
2046
+ ---
2047
+
2048
+ Name: file-selector
2049
+ Version: 0.6.0
2050
+ License: MIT
2051
+ Private: false
2052
+ Description: Convert DataTransfer object to a list of File objects
2053
+ Repository: https://github.com/react-dropzone/file-selector.git
2054
+ Homepage: https://github.com/react-dropzone/file-selector
2055
+ Author: Roland Groza <rolandjitsu@gmail.com>
2056
+ License Copyright:
2057
+ ===
2058
+
2059
+ MIT License
2060
+
2061
+ Copyright (c) 2020 Roland Groza
2062
+
2063
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2064
+ of this software and associated documentation files (the "Software"), to deal
2065
+ in the Software without restriction, including without limitation the rights
2066
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2067
+ copies of the Software, and to permit persons to whom the Software is
2068
+ furnished to do so, subject to the following conditions:
2069
+
2070
+ The above copyright notice and this permission notice shall be included in all
2071
+ copies or substantial portions of the Software.
2072
+
2073
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2074
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2075
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2076
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2077
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2078
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2079
+ SOFTWARE.
2080
+
2081
+ ---
2082
+
2083
+ Name: attr-accept
2084
+ Version: 2.2.2
2085
+ License: MIT
2086
+ Private: false
2087
+ Description: JavaScript implementation of the "accept" attribute for HTML5 <input type="file">
2088
+ Repository: https://github.com/react-dropzone/attr-accept.git
2089
+ Homepage: https://github.com/react-dropzone/attr-accept#readme
2090
+ Author: Andrey Okonetchnikov @okonetchnikov
2091
+ Contributors:
2092
+ Andrey Okonetchnikov <andrey@okonet.ru> (http://okonet.ru)
2093
+ Roland Groza <rolandjitsu@gmail.com>
2094
+ License Copyright:
2095
+ ===
2096
+
2097
+ The MIT License (MIT)
2098
+
2099
+ Copyright (c) 2015 Andrey Okonetchnikov
2100
+
2101
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2102
+ of this software and associated documentation files (the "Software"), to deal
2103
+ in the Software without restriction, including without limitation the rights
2104
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2105
+ copies of the Software, and to permit persons to whom the Software is
2106
+ furnished to do so, subject to the following conditions:
2107
+
2108
+ The above copyright notice and this permission notice shall be included in all
2109
+ copies or substantial portions of the Software.
2110
+
2111
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2112
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2113
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2114
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2115
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2116
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2117
+ SOFTWARE.
2118
+
2119
+ ---
2120
+
2121
+ Name: react-dropzone
2122
+ Version: 14.2.3
2123
+ License: MIT
2124
+ Private: false
2125
+ Description: Simple HTML5 drag-drop zone with React.js
2126
+ Repository: https://github.com/react-dropzone/react-dropzone.git
2127
+ Homepage: https://github.com/react-dropzone/react-dropzone
2128
+ Author: Param Aggarwal
2129
+ Contributors:
2130
+ Andrey Okonetchnikov <andrey@okonet.ru> (http://okonet.ru)
2131
+ Mike Olson <me@mwolson.org>
2132
+ Param Aggarwal
2133
+ Tyler Waters <tyler.waters@gmail.com>
2134
+ Rick Markins <rmarkins@gmail.com>
2135
+ Roland Groza <rolandjitsu@gmail.com>
2136
+ License Copyright:
2137
+ ===
2138
+
2139
+ The MIT License (MIT)
2140
+
2141
+ Copyright (c) 2018 Param Aggarwal
2142
+
2143
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2144
+ of this software and associated documentation files (the "Software"), to deal
2145
+ in the Software without restriction, including without limitation the rights
2146
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2147
+ copies of the Software, and to permit persons to whom the Software is
2148
+ furnished to do so, subject to the following conditions:
2149
+
2150
+ The above copyright notice and this permission notice shall be included in all
2151
+ copies or substantial portions of the Software.
2152
+
2153
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2154
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2155
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2156
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2157
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2158
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2159
+ SOFTWARE.
2160
+
2161
+ ---
2162
+
2163
+ Name: react-hook-form
2164
+ Version: 7.54.2
2165
+ License: MIT
2166
+ Private: false
2167
+ Description: Performant, flexible and extensible forms library for React Hooks
2168
+ Repository: https://github.com/react-hook-form/react-hook-form
2169
+ Homepage: https://www.react-hook-form.com
2170
+ Author: null <bluebill1049@hotmail.com>
2171
+ License Copyright:
2172
+ ===
2173
+
2174
+ MIT License
2175
+
2176
+ Copyright (c) 2019-present Beier(Bill) Luo
1315
2177
 
1316
2178
  Permission is hereby granted, free of charge, to any person obtaining a copy
1317
2179
  of this software and associated documentation files (the "Software"), to deal