@smart-factor/gem-ui-components 0.0.95 → 0.0.96

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 (188) hide show
  1. package/dist/Drawer-CldXrceX.js +2112 -0
  2. package/dist/SignEditor.js +14341 -14325
  3. package/dist/Stack-CU3sSZaK.js +6619 -0
  4. package/dist/Tree-zB7xEw6c.js +2895 -0
  5. package/dist/components/AccordionSummary/AccordionSummary.d.ts +1 -0
  6. package/dist/components/AccordionSummary/AccordionSummary.stories.d.ts +1 -0
  7. package/dist/components/AccordionSummary/AccordionSummary.styles.d.ts +4 -3
  8. package/dist/components/Button/Button.d.ts +1 -0
  9. package/dist/components/Button/Button.stories.d.ts +1 -0
  10. package/dist/components/Button/Button.styles.d.ts +4 -3
  11. package/dist/components/Button/ButtonAdd.d.ts +1 -0
  12. package/dist/components/ButtonPreviewAttachment/ButtonPreviewAttachment.d.ts +1 -0
  13. package/dist/components/ButtonPreviewAttachment/ButtonPreviewAttachment.stories.d.ts +1 -0
  14. package/dist/components/ButtonWithIcon/ButtonWithIcon.d.ts +1 -0
  15. package/dist/components/ButtonWithIcon/ButtonWithIcon.stories.d.ts +1 -0
  16. package/dist/components/Dialog/Dialog.d.ts +1 -0
  17. package/dist/components/Dialog/Dialog.stories.d.ts +2 -1
  18. package/dist/components/Dialog/Dialog.styles.d.ts +6 -5
  19. package/dist/components/Dialog/types.d.ts +1 -0
  20. package/dist/components/Dialogs/ConfirmDialog/ConfirmDialog.d.ts +1 -0
  21. package/dist/components/Dialogs/ConfirmDialog/ConfirmDialog.styles.d.ts +1 -0
  22. package/dist/components/Dialogs/EditDialog/EditDialog.d.ts +1 -0
  23. package/dist/components/Dialogs/EditDialog/EditDialog.styles.d.ts +1 -0
  24. package/dist/components/Drawer/Drawer.d.ts +1 -0
  25. package/dist/components/Drawer/Drawer.stories.d.ts +1 -0
  26. package/dist/components/Drawer/DrawerContent.d.ts +1 -0
  27. package/dist/components/Drawer/DrawerFooter.d.ts +1 -0
  28. package/dist/components/Drawer/DrawerHeader.d.ts +1 -0
  29. package/dist/components/Drawer/index.js +1 -1
  30. package/dist/components/Dropzone/Dropzone.stories.d.ts +1 -0
  31. package/dist/components/Dropzone/Dropzone.styles.d.ts +5 -4
  32. package/dist/components/Dropzone/DropzoneField.d.ts +1 -0
  33. package/dist/components/ElementsPicker/ElementsPicker.d.ts +1 -0
  34. package/dist/components/ElementsPicker/ElementsPicker.stories.d.ts +1 -0
  35. package/dist/components/ElementsPicker/ElementsPickerElement.d.ts +1 -0
  36. package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.d.ts +1 -0
  37. package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.stories.d.ts +1 -0
  38. package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.styles.d.ts +2 -1
  39. package/dist/components/FormComponents/Autocomplete/Autocomplete.d.ts +1 -0
  40. package/dist/components/FormComponents/Autocomplete/Autocomplete.stories.d.ts +1 -0
  41. package/dist/components/FormComponents/Autocomplete/Autocomplete.styles.d.ts +1 -0
  42. package/dist/components/FormComponents/Autocomplete/types.d.ts +1 -0
  43. package/dist/components/FormComponents/ContextualSearch/ContextualSearch.d.ts +1 -0
  44. package/dist/components/FormComponents/ContextualSearch/ContextualSearch.stories.d.ts +1 -0
  45. package/dist/components/FormComponents/ContextualSearch/ContextualSearch.styles.d.ts +2 -1
  46. package/dist/components/FormComponents/ContextualSearch/ContextualSearchControlled.d.ts +1 -0
  47. package/dist/components/FormComponents/ContextualSearch/ContextualSearchListListbox.d.ts +1 -0
  48. package/dist/components/FormComponents/ContextualSearch/mock.d.ts +1 -0
  49. package/dist/components/FormComponents/DatePicker/DatePicker.d.ts +1 -0
  50. package/dist/components/FormComponents/DatePicker/DatePicker.stories.d.ts +1 -0
  51. package/dist/components/FormComponents/DatePicker/DatePicker.styles.d.ts +3 -2
  52. package/dist/components/FormComponents/DateTimePicker/DateTimePicker.d.ts +1 -0
  53. package/dist/components/FormComponents/DateTimePicker/DateTimePicker.stories.d.ts +1 -0
  54. package/dist/components/FormComponents/DateTimePicker/DateTimePicker.styles.d.ts +3 -2
  55. package/dist/components/FormComponents/Input/Input.d.ts +1 -0
  56. package/dist/components/FormComponents/Input/Input.stories.d.ts +1 -0
  57. package/dist/components/FormComponents/RadioChips/RadioChips.d.ts +1 -0
  58. package/dist/components/FormComponents/RadioChips/RadioChips.stories.d.ts +1 -0
  59. package/dist/components/FormComponents/RadioChips/RadioChips.styles.d.ts +4 -3
  60. package/dist/components/FormComponents/SearchInput/SearchInput.d.ts +1 -0
  61. package/dist/components/FormComponents/SearchInput/SearchInput.stories.d.ts +1 -0
  62. package/dist/components/FormComponents/Select/Select.d.ts +1 -0
  63. package/dist/components/FormComponents/Select/Select.stories.d.ts +1 -0
  64. package/dist/components/FormComponents/Select/Select.styles.d.ts +2 -1
  65. package/dist/components/FormComponents/TimePicker/TimePicker.d.ts +1 -0
  66. package/dist/components/FormComponents/TimePicker/TimePicker.stories.d.ts +1 -0
  67. package/dist/components/FormComponents/TimePicker/TimePicker.styles.d.ts +4 -3
  68. package/dist/components/Grid/Grid.d.ts +1 -0
  69. package/dist/components/Grid/types.d.ts +1 -0
  70. package/dist/components/Grid/useGridInitialState.d.ts +1 -0
  71. package/dist/components/GridCell/GridCell.d.ts +1 -0
  72. package/dist/components/LoadingBackdrop/LoadingBackdrop.d.ts +1 -0
  73. package/dist/components/LoadingBackdrop/LoadingBackdrop.stories.d.ts +1 -0
  74. package/dist/components/MuiLikeWrapper/MuiLikeWrapper.d.ts +1 -0
  75. package/dist/components/MuiLikeWrapper/MuiLikeWrapper.stories.d.ts +1 -0
  76. package/dist/components/MuiLikeWrapper/MuiLikeWrapper.styles.d.ts +4 -3
  77. package/dist/components/PaginatedPopover/PaginatedPopover.d.ts +1 -0
  78. package/dist/components/PaginatedPopover/PaginatedPopover.stories.d.ts +1 -0
  79. package/dist/components/PaginatedPopover/PaginatedPopover.styles.d.ts +9 -8
  80. package/dist/components/PaginatedPopover/PaginatedPopoverContent.d.ts +3 -2
  81. package/dist/components/PaginatedPopover/PaginatedPopoverHeader.d.ts +1 -0
  82. package/dist/components/PaginatedPopover/types.d.ts +1 -0
  83. package/dist/components/ResizableWrapper/ResizableWrapper.d.ts +1 -0
  84. package/dist/components/ResizableWrapper/ResizableWrapper.stories.d.ts +1 -0
  85. package/dist/components/ResizableWrapper/ResizableWrapper.styles.d.ts +3 -2
  86. package/dist/components/SignEditor/SignEditor.d.ts +1 -0
  87. package/dist/components/SignEditor/SignEditor.stories.d.ts +1 -0
  88. package/dist/components/SignEditor/SignEditor.styles.d.ts +11 -12
  89. package/dist/components/SignEditor/SignEditorCanvas.d.ts +1 -0
  90. package/dist/components/SignEditor/SignEditorCanvasHeader.d.ts +1 -0
  91. package/dist/components/SignEditor/SignEditorContext.d.ts +1 -0
  92. package/dist/components/SignEditor/SignEditorContextProvider.d.ts +1 -0
  93. package/dist/components/SignEditor/SignEditorEditDialog.d.ts +1 -0
  94. package/dist/components/SignEditor/SignEditorImage.d.ts +1 -0
  95. package/dist/components/SignEditor/SignEditorImagesList.d.ts +1 -0
  96. package/dist/components/SignEditor/SignEditorSaveDialog.d.ts +1 -0
  97. package/dist/components/SignEditor/useOnSvgSelected.d.ts +1 -0
  98. package/dist/components/SignEditor/useSaveStencil.d.ts +1 -0
  99. package/dist/components/SignEditor/useSvgMount.d.ts +1 -0
  100. package/dist/components/SimpleAutocomplete/SimpleAutocomplete.d.ts +1 -0
  101. package/dist/components/SimpleAutocomplete/SimpleAutocomplete.stories.d.ts +1 -0
  102. package/dist/components/SimpleInput/SimpleInput.d.ts +1 -0
  103. package/dist/components/SimpleInput/SimpleInput.stories.d.ts +1 -0
  104. package/dist/components/SimpleSelect/SimpleSelect.d.ts +2 -1
  105. package/dist/components/SimpleSelect/SimpleSelect.stories.d.ts +1 -0
  106. package/dist/components/Stepper/Stepper.d.ts +1 -0
  107. package/dist/components/Stepper/Stepper.stories.d.ts +1 -0
  108. package/dist/components/Stepper/Stepper.styles.d.ts +4 -3
  109. package/dist/components/StickyContainer/StickyContainer.d.ts +1 -0
  110. package/dist/components/StickyContainer/StickyContainer.stories.d.ts +1 -0
  111. package/dist/components/StickyContainer/StickyContainer.styles.d.ts +3 -2
  112. package/dist/components/SvgImage/SvgImage.d.ts +1 -0
  113. package/dist/components/SvgImage/SvgImage.styles.d.ts +2 -1
  114. package/dist/components/TableComponents/ContextMenu/ContextMenu.d.ts +1 -0
  115. package/dist/components/TableComponents/ContextMenu/ContextMenu.stories.d.ts +1 -0
  116. package/dist/components/TableComponents/ContextMenu/ContextMenuContext.d.ts +1 -0
  117. package/dist/components/TableComponents/ContextMenu/ContextMenuItem.d.ts +1 -0
  118. package/dist/components/TableComponents/ContextMenu/ContextMenuPropsContext/ContextMenuPropsContext.d.ts +1 -0
  119. package/dist/components/TableComponents/TableActions/TableActions.d.ts +1 -0
  120. package/dist/components/TableComponents/TableActions/TableActions.stories.d.ts +1 -0
  121. package/dist/components/TableComponents/TableCustomToolbar/TableCustomToolbar.d.ts +1 -0
  122. package/dist/components/TableComponents/TableExportButton/TableExportButton.d.ts +1 -0
  123. package/dist/components/TableComponents/TableRecord/TableRecord.d.ts +1 -0
  124. package/dist/components/TableComponents/TableWithPagination/TableWithPagination.d.ts +1 -0
  125. package/dist/components/TableComponents/TableWithPagination/TableWithPagination.stories.d.ts +1 -0
  126. package/dist/components/TableComponents/TableWithPagination/TableWrapper.d.ts +1 -0
  127. package/dist/components/TableComponents/TableWithPagination/types.d.ts +1 -0
  128. package/dist/components/TabsPanel/TabsPanel.d.ts +1 -0
  129. package/dist/components/TabsPanel/TabsPanel.stories.d.ts +1 -0
  130. package/dist/components/TabsPanel/TabsPanel.styles.d.ts +8 -7
  131. package/dist/components/Toast/Toast.stories.d.ts +1 -0
  132. package/dist/components/Toast/Toast.styles.d.ts +5 -4
  133. package/dist/components/Toast/ToastContent.d.ts +1 -0
  134. package/dist/components/Toast/errorToast.d.ts +1 -0
  135. package/dist/components/Toast/infoToast.d.ts +1 -0
  136. package/dist/components/Toast/successToast.d.ts +1 -0
  137. package/dist/components/Tree/Tree.d.ts +1 -0
  138. package/dist/components/Tree/Tree.stories.d.ts +1 -0
  139. package/dist/components/Tree/index.js +1 -1
  140. package/dist/consts/data-grid.d.ts +27 -32
  141. package/dist/helpers/columns/getBooleanColumn.d.ts +1 -0
  142. package/dist/helpers/columns/getDateColumn.d.ts +1 -0
  143. package/dist/helpers/columns/getDateTimeColumn.d.ts +1 -0
  144. package/dist/helpers/columns/getNumericColumn.d.ts +1 -0
  145. package/dist/helpers/columns/getStaticColumn.d.ts +1 -0
  146. package/dist/helpers/columns/getStringColumn.d.ts +1 -0
  147. package/dist/helpers/date/formatDate.d.ts +1 -0
  148. package/dist/helpers/date/formatDateTime.d.ts +1 -0
  149. package/dist/helpers/sortColumns.d.ts +1 -0
  150. package/dist/helpers/zodTransforms.d.ts +1 -0
  151. package/dist/hooks/useContextMenu.d.ts +1 -0
  152. package/dist/hooks/useDataGridInitialState.d.ts +1 -0
  153. package/dist/hooks/useDataGridState.d.ts +1 -0
  154. package/dist/hooks/useGetFileUrl.d.ts +1 -0
  155. package/dist/hooks/useTableQuery/getLogicOperator.d.ts +1 -0
  156. package/dist/hooks/useTableQuery/normalizeFilterModel.d.ts +1 -0
  157. package/dist/hooks/useTableQuery/useDataGridQueryState.d.ts +1 -0
  158. package/dist/hooks/useTableQuery/useExportGridAsExcel.d.ts +1 -0
  159. package/dist/hooks/useTableQuery/useExportToExcel.d.ts +1 -0
  160. package/dist/hooks/useTableQuery/usePaginationAndSort.d.ts +1 -0
  161. package/dist/hooks/useTableQuery/useTableFilter.d.ts +1 -0
  162. package/dist/hooks/useTableQuery/useTableQuery.d.ts +2 -1
  163. package/dist/licenses.txt +261 -376
  164. package/dist/main.js +2015 -2643
  165. package/dist/providers/QueryClientProvider.d.ts +1 -0
  166. package/dist/services/api.d.ts +1 -0
  167. package/dist/services/generated/api-candidate.d.ts +22942 -0
  168. package/dist/services/generated/api.d.ts +4 -4
  169. package/dist/services/mutations/roadSigns/useCreateRoadSignFile.d.ts +1 -0
  170. package/dist/services/mutations/roadSigns/useCreateRoadSignTemplate.d.ts +1 -0
  171. package/dist/services/mutations/stencils/useCreateStencil.d.ts +1 -0
  172. package/dist/services/mutations/stencils/useCreateStencilFile.d.ts +1 -0
  173. package/dist/services/mutations/stencils/useDeleteStencil.d.ts +1 -0
  174. package/dist/services/mutations/stencils/useUpdateStencil.d.ts +1 -0
  175. package/dist/services/mutations/stencils/useUpdateStencilFile.d.ts +1 -0
  176. package/dist/services/queries/roadSigns/useGetRoadSignNameUnique.d.ts +2 -1
  177. package/dist/services/queries/roadSigns/useGetRoadSignsByGroupName.d.ts +2 -1
  178. package/dist/services/queries/roadSigns/useGetRoadSignsGroups.d.ts +2 -1
  179. package/dist/services/queries/stencils/useGetStencilGroups.d.ts +2 -1
  180. package/dist/services/queries/stencils/useGetStencils.d.ts +2 -1
  181. package/dist/theme-6kTWr281.js +262567 -0
  182. package/dist/useFormControl-v82Vw7n0.js +68 -0
  183. package/package.json +1 -1
  184. package/dist/Drawer-Q3D0v6B2.js +0 -2028
  185. package/dist/Stack-CdVfRhco.js +0 -7503
  186. package/dist/Tree-xeWEfulP.js +0 -3135
  187. package/dist/theme-p9uLn1J4.js +0 -259283
  188. package/dist/warning-VmSVedfJ.js +0 -88
package/dist/licenses.txt CHANGED
@@ -1,10 +1,10 @@
1
- Name: @mui/utils
2
- Version: 7.0.2
1
+ Name: @mui/system
2
+ Version: 5.16.7
3
3
  License: MIT
4
4
  Private: false
5
- Description: Utility functions for React components.
6
- Repository: git+https://github.com/mui/material-ui.git
7
- Homepage: https://github.com/mui/material-ui/tree/master/packages/mui-utils
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
+ Repository: https://github.com/mui/material-ui.git
7
+ Homepage: https://mui.com/system/getting-started/
8
8
  Author: MUI Team
9
9
  License Copyright:
10
10
  ===
@@ -34,11 +34,11 @@ SOFTWARE.
34
34
  ---
35
35
 
36
36
  Name: @mui/material
37
- Version: 7.0.2
37
+ Version: 5.16.7
38
38
  License: MIT
39
39
  Private: false
40
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
- Repository: git+https://github.com/mui/material-ui.git
41
+ Repository: https://github.com/mui/material-ui.git
42
42
  Homepage: https://mui.com/material-ui/
43
43
  Author: MUI Team
44
44
  License Copyright:
@@ -68,20 +68,20 @@ SOFTWARE.
68
68
 
69
69
  ---
70
70
 
71
- Name: @mui/x-internals
72
- Version: 7.29.0
71
+ Name: @mui/icons-material
72
+ Version: 5.16.7
73
73
  License: MIT
74
74
  Private: false
75
- Description: Utility functions for the MUI X packages (internal use only).
76
- Repository: git+https://github.com/mui/mui-x.git
77
- Homepage: https://mui.com/x/
75
+ Description: Material Design icons distributed as SVG React components.
76
+ Repository: https://github.com/mui/material-ui.git
77
+ Homepage: https://mui.com/material-ui/material-icons/
78
78
  Author: MUI Team
79
79
  License Copyright:
80
80
  ===
81
81
 
82
- MIT License
82
+ The MIT License (MIT)
83
83
 
84
- Copyright (c) 2020 Material-UI SAS
84
+ Copyright (c) 2014 Call-Em-All
85
85
 
86
86
  Permission is hereby granted, free of charge, to any person obtaining a copy
87
87
  of this software and associated documentation files (the "Software"), to deal
@@ -103,13 +103,13 @@ SOFTWARE.
103
103
 
104
104
  ---
105
105
 
106
- Name: @mui/icons-material
107
- Version: 7.0.2
106
+ Name: @mui/utils
107
+ Version: 5.16.6
108
108
  License: MIT
109
109
  Private: false
110
- Description: Material Design icons distributed as SVG React components.
111
- Repository: git+https://github.com/mui/material-ui.git
112
- Homepage: https://mui.com/material-ui/material-icons/
110
+ Description: Utility functions for React components.
111
+ Repository: https://github.com/mui/material-ui.git
112
+ Homepage: private package
113
113
  Author: MUI Team
114
114
  License Copyright:
115
115
  ===
@@ -138,8 +138,44 @@ SOFTWARE.
138
138
 
139
139
  ---
140
140
 
141
+ Name: @babel/runtime
142
+ Version: 7.25.6
143
+ License: MIT
144
+ Private: false
145
+ Description: babel's modular runtime helpers
146
+ Repository: https://github.com/babel/babel.git
147
+ Homepage: https://babel.dev/docs/en/next/babel-runtime
148
+ Author: The Babel Team (https://babel.dev/team)
149
+ License Copyright:
150
+ ===
151
+
152
+ MIT License
153
+
154
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
155
+
156
+ Permission is hereby granted, free of charge, to any person obtaining
157
+ a copy of this software and associated documentation files (the
158
+ "Software"), to deal in the Software without restriction, including
159
+ without limitation the rights to use, copy, modify, merge, publish,
160
+ distribute, sublicense, and/or sell copies of the Software, and to
161
+ permit persons to whom the Software is furnished to do so, subject to
162
+ the following conditions:
163
+
164
+ The above copyright notice and this permission notice shall be
165
+ included in all copies or substantial portions of the Software.
166
+
167
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
168
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
169
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
170
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
171
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
172
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
173
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
174
+
175
+ ---
176
+
141
177
  Name: @mui/x-tree-view
142
- Version: 7.29.1
178
+ Version: 7.18.0
143
179
  License: MIT
144
180
  Private: false
145
181
  Description: The community edition of the Tree View components (MUI X).
@@ -173,8 +209,43 @@ SOFTWARE.
173
209
 
174
210
  ---
175
211
 
212
+ Name: @mui/x-internals
213
+ Version: 7.18.0
214
+ License: MIT
215
+ Private: false
216
+ Description: Utility functions for the MUI X packages (internal use only).
217
+ Repository: git+https://github.com/mui/mui-x.git
218
+ Homepage: https://mui.com/x/
219
+ Author: MUI Team
220
+ License Copyright:
221
+ ===
222
+
223
+ MIT License
224
+
225
+ Copyright (c) 2020 Material-UI SAS
226
+
227
+ Permission is hereby granted, free of charge, to any person obtaining a copy
228
+ of this software and associated documentation files (the "Software"), to deal
229
+ in the Software without restriction, including without limitation the rights
230
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
231
+ copies of the Software, and to permit persons to whom the Software is
232
+ furnished to do so, subject to the following conditions:
233
+
234
+ The above copyright notice and this permission notice shall be included in all
235
+ copies or substantial portions of the Software.
236
+
237
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
238
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
239
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
240
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
241
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
242
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
243
+ SOFTWARE.
244
+
245
+ ---
246
+
176
247
  Name: @tanstack/query-core
177
- Version: 5.75.0
248
+ Version: 5.66.4
178
249
  License: MIT
179
250
  Private: false
180
251
  Description: The framework agnostic core that powers TanStack Query
@@ -209,7 +280,7 @@ SOFTWARE.
209
280
  ---
210
281
 
211
282
  Name: @tanstack/react-query
212
- Version: 5.75.2
283
+ Version: 5.66.9
213
284
  License: MIT
214
285
  Private: false
215
286
  Description: Hooks for managing, caching and syncing asynchronous and remote data in React
@@ -244,7 +315,7 @@ SOFTWARE.
244
315
  ---
245
316
 
246
317
  Name: @hookform/resolvers
247
- Version: 4.1.3
318
+ Version: 4.1.2
248
319
  License: MIT
249
320
  Private: false
250
321
  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
@@ -394,19 +465,19 @@ THE SOFTWARE.
394
465
 
395
466
  ---
396
467
 
397
- Name: react-is
398
- Version: 19.1.0
468
+ Name: prop-types
469
+ Version: 15.8.1
399
470
  License: MIT
400
471
  Private: false
401
- Description: Brand checking of React Elements.
402
- Repository: https://github.com/facebook/react.git
403
- Homepage: https://react.dev/
472
+ Description: Runtime type checking for React props and similar objects.
473
+ Repository: undefined
474
+ Homepage: https://facebook.github.io/react/
404
475
  License Copyright:
405
476
  ===
406
477
 
407
478
  MIT License
408
479
 
409
- Copyright (c) Meta Platforms, Inc. and affiliates.
480
+ Copyright (c) 2013-present, Facebook, Inc.
410
481
 
411
482
  Permission is hereby granted, free of charge, to any person obtaining a copy
412
483
  of this software and associated documentation files (the "Software"), to deal
@@ -428,19 +499,19 @@ SOFTWARE.
428
499
 
429
500
  ---
430
501
 
431
- Name: prop-types
432
- Version: 15.8.1
502
+ Name: react-is
503
+ Version: 16.13.1
433
504
  License: MIT
434
505
  Private: false
435
- Description: Runtime type checking for React props and similar objects.
436
- Repository: undefined
437
- Homepage: https://facebook.github.io/react/
506
+ Description: Brand checking of React Elements.
507
+ Repository: https://github.com/facebook/react.git
508
+ Homepage: https://reactjs.org/
438
509
  License Copyright:
439
510
  ===
440
511
 
441
512
  MIT License
442
513
 
443
- Copyright (c) 2013-present, Facebook, Inc.
514
+ Copyright (c) Facebook, Inc. and its affiliates.
444
515
 
445
516
  Permission is hereby granted, free of charge, to any person obtaining a copy
446
517
  of this software and associated documentation files (the "Software"), to deal
@@ -518,20 +589,18 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
518
589
 
519
590
  ---
520
591
 
521
- Name: @mui/system
522
- Version: 7.0.2
592
+ Name: @emotion/memoize
593
+ Version: 0.9.0
523
594
  License: MIT
524
595
  Private: false
525
- 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.
526
- Repository: git+https://github.com/mui/material-ui.git
527
- Homepage: https://mui.com/system/getting-started/
528
- Author: MUI Team
596
+ Description: emotion's memoize utility
597
+ Repository: undefined
529
598
  License Copyright:
530
599
  ===
531
600
 
532
- The MIT License (MIT)
601
+ MIT License
533
602
 
534
- Copyright (c) 2014 Call-Em-All
603
+ Copyright (c) Emotion team and other contributors
535
604
 
536
605
  Permission is hereby granted, free of charge, to any person obtaining a copy
537
606
  of this software and associated documentation files (the "Software"), to deal
@@ -553,47 +622,11 @@ SOFTWARE.
553
622
 
554
623
  ---
555
624
 
556
- Name: @babel/runtime
557
- Version: 7.27.1
558
- License: MIT
559
- Private: false
560
- Description: babel's modular runtime helpers
561
- Repository: https://github.com/babel/babel.git
562
- Homepage: https://babel.dev/docs/en/next/babel-runtime
563
- Author: The Babel Team (https://babel.dev/team)
564
- License Copyright:
565
- ===
566
-
567
- MIT License
568
-
569
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
570
-
571
- Permission is hereby granted, free of charge, to any person obtaining
572
- a copy of this software and associated documentation files (the
573
- "Software"), to deal in the Software without restriction, including
574
- without limitation the rights to use, copy, modify, merge, publish,
575
- distribute, sublicense, and/or sell copies of the Software, and to
576
- permit persons to whom the Software is furnished to do so, subject to
577
- the following conditions:
578
-
579
- The above copyright notice and this permission notice shall be
580
- included in all copies or substantial portions of the Software.
581
-
582
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
583
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
584
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
585
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
586
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
587
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
588
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
589
-
590
- ---
591
-
592
- Name: @emotion/sheet
593
- Version: 1.4.0
625
+ Name: @emotion/is-prop-valid
626
+ Version: 1.3.0
594
627
  License: MIT
595
628
  Private: false
596
- Description: emotion's stylesheet
629
+ Description: A function to check whether a prop is valid for HTML and SVG elements
597
630
  Repository: undefined
598
631
  License Copyright:
599
632
  ===
@@ -622,20 +655,18 @@ SOFTWARE.
622
655
 
623
656
  ---
624
657
 
625
- Name: stylis
626
- Version: 4.2.0
658
+ Name: @emotion/sheet
659
+ Version: 1.4.0
627
660
  License: MIT
628
661
  Private: false
629
- Description: A Light–weight CSS Preprocessor
662
+ Description: emotion's stylesheet
630
663
  Repository: undefined
631
- Homepage: https://github.com/thysultan/stylis.js
632
- Author: Sultan Tarimo <sultantarimo@me.com>
633
664
  License Copyright:
634
665
  ===
635
666
 
636
667
  MIT License
637
668
 
638
- Copyright (c) 2016-present Sultan Tarimo
669
+ Copyright (c) Emotion team and other contributors
639
670
 
640
671
  Permission is hereby granted, free of charge, to any person obtaining a copy
641
672
  of this software and associated documentation files (the "Software"), to deal
@@ -657,18 +688,20 @@ SOFTWARE.
657
688
 
658
689
  ---
659
690
 
660
- Name: @emotion/memoize
661
- Version: 0.9.0
691
+ Name: stylis
692
+ Version: 4.2.0
662
693
  License: MIT
663
694
  Private: false
664
- Description: emotion's memoize utility
695
+ Description: A Light–weight CSS Preprocessor
665
696
  Repository: undefined
697
+ Homepage: https://github.com/thysultan/stylis.js
698
+ Author: Sultan Tarimo <sultantarimo@me.com>
666
699
  License Copyright:
667
700
  ===
668
701
 
669
702
  MIT License
670
703
 
671
- Copyright (c) Emotion team and other contributors
704
+ Copyright (c) 2016-present Sultan Tarimo
672
705
 
673
706
  Permission is hereby granted, free of charge, to any person obtaining a copy
674
707
  of this software and associated documentation files (the "Software"), to deal
@@ -691,7 +724,7 @@ SOFTWARE.
691
724
  ---
692
725
 
693
726
  Name: @emotion/cache
694
- Version: 11.14.0
727
+ Version: 11.13.1
695
728
  License: MIT
696
729
  Private: false
697
730
  Description: emotion's cache
@@ -766,7 +799,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
766
799
  ---
767
800
 
768
801
  Name: @emotion/utils
769
- Version: 1.4.2
802
+ Version: 1.4.0
770
803
  License: MIT
771
804
  Private: false
772
805
  Description: internal utils for emotion
@@ -832,7 +865,7 @@ SOFTWARE.
832
865
  ---
833
866
 
834
867
  Name: @emotion/unitless
835
- Version: 0.10.0
868
+ Version: 0.9.0
836
869
  License: MIT
837
870
  Private: false
838
871
  Description: An object of css properties that don't accept values with units
@@ -865,7 +898,7 @@ SOFTWARE.
865
898
  ---
866
899
 
867
900
  Name: @emotion/serialize
868
- Version: 1.3.3
901
+ Version: 1.3.0
869
902
  License: MIT
870
903
  Private: false
871
904
  Description: serialization utils for emotion
@@ -898,7 +931,7 @@ SOFTWARE.
898
931
  ---
899
932
 
900
933
  Name: @emotion/use-insertion-effect-with-fallbacks
901
- Version: 1.2.0
934
+ Version: 1.1.0
902
935
  License: MIT
903
936
  Private: false
904
937
  Description: A wrapper package that uses `useInsertionEffect` or a fallback for it
@@ -931,7 +964,7 @@ SOFTWARE.
931
964
  ---
932
965
 
933
966
  Name: @emotion/react
934
- Version: 11.14.0
967
+ Version: 11.13.0
935
968
  License: MIT
936
969
  Private: false
937
970
  Repository: undefined
@@ -963,41 +996,8 @@ SOFTWARE.
963
996
 
964
997
  ---
965
998
 
966
- Name: @emotion/is-prop-valid
967
- Version: 1.3.1
968
- License: MIT
969
- Private: false
970
- Description: A function to check whether a prop is valid for HTML and SVG elements
971
- Repository: undefined
972
- License Copyright:
973
- ===
974
-
975
- MIT License
976
-
977
- Copyright (c) Emotion team and other contributors
978
-
979
- Permission is hereby granted, free of charge, to any person obtaining a copy
980
- of this software and associated documentation files (the "Software"), to deal
981
- in the Software without restriction, including without limitation the rights
982
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
983
- copies of the Software, and to permit persons to whom the Software is
984
- furnished to do so, subject to the following conditions:
985
-
986
- The above copyright notice and this permission notice shall be included in all
987
- copies or substantial portions of the Software.
988
-
989
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
990
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
991
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
992
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
993
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
994
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
995
- SOFTWARE.
996
-
997
- ---
998
-
999
999
  Name: @emotion/styled
1000
- Version: 11.14.0
1000
+ Version: 11.13.0
1001
1001
  License: MIT
1002
1002
  Private: false
1003
1003
  Description: styled API for emotion
@@ -1030,11 +1030,11 @@ SOFTWARE.
1030
1030
  ---
1031
1031
 
1032
1032
  Name: @mui/styled-engine
1033
- Version: 7.0.2
1033
+ Version: 5.16.6
1034
1034
  License: MIT
1035
1035
  Private: false
1036
1036
  Description: styled() API wrapper package for emotion.
1037
- Repository: git+https://github.com/mui/material-ui.git
1037
+ Repository: https://github.com/mui/material-ui.git
1038
1038
  Homepage: https://mui.com/system/styled/
1039
1039
  Author: MUI Team
1040
1040
  License Copyright:
@@ -1108,11 +1108,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1108
1108
  ---
1109
1109
 
1110
1110
  Name: @mui/private-theming
1111
- Version: 7.0.2
1111
+ Version: 5.16.6
1112
1112
  License: MIT
1113
1113
  Private: false
1114
1114
  Description: Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.
1115
- Repository: git+https://github.com/mui/material-ui.git
1115
+ Repository: https://github.com/mui/material-ui.git
1116
1116
  Homepage: https://github.com/mui/material-ui/tree/master/packages/mui-private-theming
1117
1117
  Author: MUI Team
1118
1118
  License Copyright:
@@ -1207,7 +1207,7 @@ terms above.
1207
1207
  ---
1208
1208
 
1209
1209
  Name: react-intersection-observer
1210
- Version: 9.16.0
1210
+ Version: 9.13.1
1211
1211
  License: MIT
1212
1212
  Private: false
1213
1213
  Description: Monitor if a component is inside the viewport, using IntersectionObserver API
@@ -1241,7 +1241,7 @@ SOFTWARE.
1241
1241
  ---
1242
1242
 
1243
1243
  Name: dayjs
1244
- Version: 1.11.13
1244
+ Version: 1.11.12
1245
1245
  License: MIT
1246
1246
  Private: false
1247
1247
  Description: 2KB immutable date time library alternative to Moment.js with the same modern API
@@ -1276,11 +1276,11 @@ SOFTWARE.
1276
1276
  ---
1277
1277
 
1278
1278
  Name: @mui/x-date-pickers
1279
- Version: 7.29.2
1279
+ Version: 7.14.0
1280
1280
  License: MIT
1281
1281
  Private: false
1282
1282
  Description: The community edition of the Date and Time Picker components (MUI X).
1283
- Repository: git+https://github.com/mui/mui-x.git
1283
+ Repository: https://github.com/mui/mui-x.git
1284
1284
  Homepage: https://mui.com/x/react-date-pickers/
1285
1285
  Author: MUI Team
1286
1286
  License Copyright:
@@ -1379,7 +1379,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1379
1379
  ---
1380
1380
 
1381
1381
  Name: axios
1382
- Version: 1.9.0
1382
+ Version: 1.8.1
1383
1383
  License: MIT
1384
1384
  Private: false
1385
1385
  Description: Promise based HTTP client for the browser and node.js
@@ -1506,7 +1506,7 @@ License Copyright:
1506
1506
  ---
1507
1507
 
1508
1508
  Name: tslib
1509
- Version: 2.8.1
1509
+ Version: 2.6.3
1510
1510
  License: 0BSD
1511
1511
  Private: false
1512
1512
  Description: Runtime library for TypeScript helper functions
@@ -1532,7 +1532,7 @@ PERFORMANCE OF THIS SOFTWARE.
1532
1532
  ---
1533
1533
 
1534
1534
  Name: file-selector
1535
- Version: 2.1.2
1535
+ Version: 0.6.0
1536
1536
  License: MIT
1537
1537
  Private: false
1538
1538
  Description: Convert DataTransfer object to a list of File objects
@@ -1567,7 +1567,7 @@ SOFTWARE.
1567
1567
  ---
1568
1568
 
1569
1569
  Name: attr-accept
1570
- Version: 2.2.5
1570
+ Version: 2.2.2
1571
1571
  License: MIT
1572
1572
  Private: false
1573
1573
  Description: JavaScript implementation of the "accept" attribute for HTML5 <input type="file">
@@ -1605,7 +1605,7 @@ SOFTWARE.
1605
1605
  ---
1606
1606
 
1607
1607
  Name: react-dropzone
1608
- Version: 14.3.8
1608
+ Version: 14.2.3
1609
1609
  License: MIT
1610
1610
  Private: false
1611
1611
  Description: Simple HTML5 drag-drop zone with React.js
@@ -1647,7 +1647,7 @@ SOFTWARE.
1647
1647
  ---
1648
1648
 
1649
1649
  Name: zod
1650
- Version: 3.24.4
1650
+ Version: 3.24.2
1651
1651
  License: MIT
1652
1652
  Private: false
1653
1653
  Description: TypeScript-first schema declaration and validation library with static type inference
@@ -1716,55 +1716,22 @@ SOFTWARE.
1716
1716
 
1717
1717
  ---
1718
1718
 
1719
- Name: object-inspect
1720
- Version: 1.13.4
1721
- License: MIT
1722
- Private: false
1723
- Description: string representations of objects in node and the browser
1724
- Repository: git://github.com/inspect-js/object-inspect.git
1725
- Homepage: https://github.com/inspect-js/object-inspect
1726
- Author: James Halliday <mail@substack.net> (http://substack.net)
1727
- License Copyright:
1728
- ===
1729
-
1730
- MIT License
1731
-
1732
- Copyright (c) 2013 James Halliday
1733
-
1734
- Permission is hereby granted, free of charge, to any person obtaining a copy
1735
- of this software and associated documentation files (the "Software"), to deal
1736
- in the Software without restriction, including without limitation the rights
1737
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1738
- copies of the Software, and to permit persons to whom the Software is
1739
- furnished to do so, subject to the following conditions:
1740
-
1741
- The above copyright notice and this permission notice shall be included in all
1742
- copies or substantial portions of the Software.
1743
-
1744
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1745
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1746
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1747
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1748
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1749
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1750
- SOFTWARE.
1751
-
1752
- ---
1753
-
1754
- Name: side-channel-list
1755
- Version: 1.0.0
1719
+ Name: has-symbols
1720
+ Version: 1.0.3
1756
1721
  License: MIT
1757
1722
  Private: false
1758
- Description: Store information about any JS value in a side channel, using a linked list
1759
- Repository: git+https://github.com/ljharb/side-channel-list.git
1760
- Homepage: https://github.com/ljharb/side-channel-list#readme
1761
- Author: Jordan Harband <ljharb@gmail.com>
1723
+ Description: Determine if the JS environment has Symbol support. Supports spec, or shams.
1724
+ Repository: git://github.com/inspect-js/has-symbols.git
1725
+ Homepage: https://github.com/ljharb/has-symbols#readme
1726
+ Author: Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)
1727
+ Contributors:
1728
+ Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)
1762
1729
  License Copyright:
1763
1730
  ===
1764
1731
 
1765
1732
  MIT License
1766
1733
 
1767
- Copyright (c) 2024 Jordan Harband
1734
+ Copyright (c) 2016 Jordan Harband
1768
1735
 
1769
1736
  Permission is hereby granted, free of charge, to any person obtaining a copy
1770
1737
  of this software and associated documentation files (the "Software"), to deal
@@ -1786,20 +1753,20 @@ SOFTWARE.
1786
1753
 
1787
1754
  ---
1788
1755
 
1789
- Name: es-object-atoms
1790
- Version: 1.1.1
1756
+ Name: has-proto
1757
+ Version: 1.0.3
1791
1758
  License: MIT
1792
1759
  Private: false
1793
- Description: ES Object-related atoms: Object, ToObject, RequireObjectCoercible
1794
- Repository: git+https://github.com/ljharb/es-object-atoms.git
1795
- Homepage: https://github.com/ljharb/es-object-atoms#readme
1760
+ Description: Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
1761
+ Repository: git+https://github.com/inspect-js/has-proto.git
1762
+ Homepage: https://github.com/inspect-js/has-proto#readme
1796
1763
  Author: Jordan Harband <ljharb@gmail.com>
1797
1764
  License Copyright:
1798
1765
  ===
1799
1766
 
1800
1767
  MIT License
1801
1768
 
1802
- Copyright (c) 2024 Jordan Harband
1769
+ Copyright (c) 2022 Inspect JS
1803
1770
 
1804
1771
  Permission is hereby granted, free of charge, to any person obtaining a copy
1805
1772
  of this software and associated documentation files (the "Software"), to deal
@@ -1821,20 +1788,21 @@ SOFTWARE.
1821
1788
 
1822
1789
  ---
1823
1790
 
1824
- Name: math-intrinsics
1825
- Version: 1.1.0
1791
+ Name: function-bind
1792
+ Version: 1.1.2
1826
1793
  License: MIT
1827
1794
  Private: false
1828
- Description: ES Math-related intrinsics and helpers, robustly cached.
1829
- Repository: git+https://github.com/es-shims/math-intrinsics.git
1830
- Homepage: https://github.com/es-shims/math-intrinsics#readme
1831
- Author: Jordan Harband <ljharb@gmail.com>
1795
+ Description: Implementation of Function.prototype.bind
1796
+ Repository: https://github.com/Raynos/function-bind.git
1797
+ Homepage: https://github.com/Raynos/function-bind
1798
+ Author: Raynos <raynos2@gmail.com>
1799
+ Contributors:
1800
+ Raynos
1801
+ Jordan Harband (https://github.com/ljharb)
1832
1802
  License Copyright:
1833
1803
  ===
1834
1804
 
1835
- MIT License
1836
-
1837
- Copyright (c) 2024 ECMAScript Shims
1805
+ Copyright (c) 2013 Raynos.
1838
1806
 
1839
1807
  Permission is hereby granted, free of charge, to any person obtaining a copy
1840
1808
  of this software and associated documentation files (the "Software"), to deal
@@ -1843,33 +1811,33 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1843
1811
  copies of the Software, and to permit persons to whom the Software is
1844
1812
  furnished to do so, subject to the following conditions:
1845
1813
 
1846
- The above copyright notice and this permission notice shall be included in all
1847
- copies or substantial portions of the Software.
1814
+ The above copyright notice and this permission notice shall be included in
1815
+ all copies or substantial portions of the Software.
1848
1816
 
1849
1817
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1850
1818
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1851
1819
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1852
1820
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1853
1821
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1854
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1855
- SOFTWARE.
1822
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1823
+ THE SOFTWARE.
1856
1824
 
1857
1825
  ---
1858
1826
 
1859
- Name: gopd
1860
- Version: 1.2.0
1827
+ Name: hasown
1828
+ Version: 2.0.2
1861
1829
  License: MIT
1862
1830
  Private: false
1863
- Description: `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
1864
- Repository: git+https://github.com/ljharb/gopd.git
1865
- Homepage: https://github.com/ljharb/gopd#readme
1831
+ Description: A robust, ES3 compatible, "has own property" predicate.
1832
+ Repository: git+https://github.com/inspect-js/hasOwn.git
1833
+ Homepage: https://github.com/inspect-js/hasOwn#readme
1866
1834
  Author: Jordan Harband <ljharb@gmail.com>
1867
1835
  License Copyright:
1868
1836
  ===
1869
1837
 
1870
1838
  MIT License
1871
1839
 
1872
- Copyright (c) 2022 Jordan Harband
1840
+ Copyright (c) Jordan Harband and contributors
1873
1841
 
1874
1842
  Permission is hereby granted, free of charge, to any person obtaining a copy
1875
1843
  of this software and associated documentation files (the "Software"), to deal
@@ -1891,57 +1859,20 @@ SOFTWARE.
1891
1859
 
1892
1860
  ---
1893
1861
 
1894
- Name: es-define-property
1895
- Version: 1.0.1
1862
+ Name: get-intrinsic
1863
+ Version: 1.2.4
1896
1864
  License: MIT
1897
1865
  Private: false
1898
- Description: `Object.defineProperty`, but not IE 8's broken one.
1899
- Repository: git+https://github.com/ljharb/es-define-property.git
1900
- Homepage: https://github.com/ljharb/es-define-property#readme
1866
+ Description: Get and robustly cache all JS language-level intrinsics at first require time
1867
+ Repository: git+https://github.com/ljharb/get-intrinsic.git
1868
+ Homepage: https://github.com/ljharb/get-intrinsic#readme
1901
1869
  Author: Jordan Harband <ljharb@gmail.com>
1902
1870
  License Copyright:
1903
1871
  ===
1904
1872
 
1905
1873
  MIT License
1906
1874
 
1907
- Copyright (c) 2024 Jordan Harband
1908
-
1909
- Permission is hereby granted, free of charge, to any person obtaining a copy
1910
- of this software and associated documentation files (the "Software"), to deal
1911
- in the Software without restriction, including without limitation the rights
1912
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1913
- copies of the Software, and to permit persons to whom the Software is
1914
- furnished to do so, subject to the following conditions:
1915
-
1916
- The above copyright notice and this permission notice shall be included in all
1917
- copies or substantial portions of the Software.
1918
-
1919
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1920
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1921
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1922
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1923
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1924
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1925
- SOFTWARE.
1926
-
1927
- ---
1928
-
1929
- Name: has-symbols
1930
- Version: 1.1.0
1931
- License: MIT
1932
- Private: false
1933
- Description: Determine if the JS environment has Symbol support. Supports spec, or shams.
1934
- Repository: git://github.com/inspect-js/has-symbols.git
1935
- Homepage: https://github.com/ljharb/has-symbols#readme
1936
- Author: Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)
1937
- Contributors:
1938
- Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)
1939
- License Copyright:
1940
- ===
1941
-
1942
- MIT License
1943
-
1944
- Copyright (c) 2016 Jordan Harband
1875
+ Copyright (c) 2020 Jordan Harband
1945
1876
 
1946
1877
  Permission is hereby granted, free of charge, to any person obtaining a copy
1947
1878
  of this software and associated documentation files (the "Software"), to deal
@@ -1963,20 +1894,20 @@ SOFTWARE.
1963
1894
 
1964
1895
  ---
1965
1896
 
1966
- Name: get-proto
1967
- Version: 1.0.1
1897
+ Name: call-bind
1898
+ Version: 1.0.7
1968
1899
  License: MIT
1969
1900
  Private: false
1970
- Description: Robustly get the [[Prototype]] of an object
1971
- Repository: git+https://github.com/ljharb/get-proto.git
1972
- Homepage: https://github.com/ljharb/get-proto#readme
1901
+ Description: Robustly `.call.bind()` a function
1902
+ Repository: git+https://github.com/ljharb/call-bind.git
1903
+ Homepage: https://github.com/ljharb/call-bind#readme
1973
1904
  Author: Jordan Harband <ljharb@gmail.com>
1974
1905
  License Copyright:
1975
1906
  ===
1976
1907
 
1977
1908
  MIT License
1978
1909
 
1979
- Copyright (c) 2025 Jordan Harband
1910
+ Copyright (c) 2020 Jordan Harband
1980
1911
 
1981
1912
  Permission is hereby granted, free of charge, to any person obtaining a copy
1982
1913
  of this software and associated documentation files (the "Software"), to deal
@@ -1998,49 +1929,13 @@ SOFTWARE.
1998
1929
 
1999
1930
  ---
2000
1931
 
2001
- Name: function-bind
2002
- Version: 1.1.2
2003
- License: MIT
2004
- Private: false
2005
- Description: Implementation of Function.prototype.bind
2006
- Repository: https://github.com/Raynos/function-bind.git
2007
- Homepage: https://github.com/Raynos/function-bind
2008
- Author: Raynos <raynos2@gmail.com>
2009
- Contributors:
2010
- Raynos
2011
- Jordan Harband (https://github.com/ljharb)
2012
- License Copyright:
2013
- ===
2014
-
2015
- Copyright (c) 2013 Raynos.
2016
-
2017
- Permission is hereby granted, free of charge, to any person obtaining a copy
2018
- of this software and associated documentation files (the "Software"), to deal
2019
- in the Software without restriction, including without limitation the rights
2020
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2021
- copies of the Software, and to permit persons to whom the Software is
2022
- furnished to do so, subject to the following conditions:
2023
-
2024
- The above copyright notice and this permission notice shall be included in
2025
- all copies or substantial portions of the Software.
2026
-
2027
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2028
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2029
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2030
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2031
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2032
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2033
- THE SOFTWARE.
2034
-
2035
- ---
2036
-
2037
- Name: call-bind-apply-helpers
2038
- Version: 1.0.2
1932
+ Name: es-define-property
1933
+ Version: 1.0.0
2039
1934
  License: MIT
2040
1935
  Private: false
2041
- Description: Helper functions around Function call/apply/bind, for use in `call-bind`
2042
- Repository: git+https://github.com/ljharb/call-bind-apply-helpers.git
2043
- Homepage: https://github.com/ljharb/call-bind-apply-helpers#readme
1936
+ Description: `Object.defineProperty`, but not IE 8's broken one.
1937
+ Repository: git+https://github.com/ljharb/es-define-property.git
1938
+ Homepage: https://github.com/ljharb/es-define-property#readme
2044
1939
  Author: Jordan Harband <ljharb@gmail.com>
2045
1940
  License Copyright:
2046
1941
  ===
@@ -2069,55 +1964,20 @@ SOFTWARE.
2069
1964
 
2070
1965
  ---
2071
1966
 
2072
- Name: dunder-proto
1967
+ Name: gopd
2073
1968
  Version: 1.0.1
2074
1969
  License: MIT
2075
1970
  Private: false
2076
- Description: If available, the `Object.prototype.__proto__` accessor and mutator, call-bound
2077
- Repository: git+https://github.com/es-shims/dunder-proto.git
2078
- Homepage: https://github.com/es-shims/dunder-proto#readme
2079
- Author: Jordan Harband <ljharb@gmail.com>
2080
- License Copyright:
2081
- ===
2082
-
2083
- MIT License
2084
-
2085
- Copyright (c) 2024 ECMAScript Shims
2086
-
2087
- Permission is hereby granted, free of charge, to any person obtaining a copy
2088
- of this software and associated documentation files (the "Software"), to deal
2089
- in the Software without restriction, including without limitation the rights
2090
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2091
- copies of the Software, and to permit persons to whom the Software is
2092
- furnished to do so, subject to the following conditions:
2093
-
2094
- The above copyright notice and this permission notice shall be included in all
2095
- copies or substantial portions of the Software.
2096
-
2097
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2098
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2099
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2100
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2101
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2102
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2103
- SOFTWARE.
2104
-
2105
- ---
2106
-
2107
- Name: hasown
2108
- Version: 2.0.2
2109
- License: MIT
2110
- Private: false
2111
- Description: A robust, ES3 compatible, "has own property" predicate.
2112
- Repository: git+https://github.com/inspect-js/hasOwn.git
2113
- Homepage: https://github.com/inspect-js/hasOwn#readme
1971
+ Description: `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
1972
+ Repository: git+https://github.com/ljharb/gopd.git
1973
+ Homepage: https://github.com/ljharb/gopd#readme
2114
1974
  Author: Jordan Harband <ljharb@gmail.com>
2115
1975
  License Copyright:
2116
1976
  ===
2117
1977
 
2118
1978
  MIT License
2119
1979
 
2120
- Copyright (c) Jordan Harband and contributors
1980
+ Copyright (c) 2022 Jordan Harband
2121
1981
 
2122
1982
  Permission is hereby granted, free of charge, to any person obtaining a copy
2123
1983
  of this software and associated documentation files (the "Software"), to deal
@@ -2139,20 +1999,20 @@ SOFTWARE.
2139
1999
 
2140
2000
  ---
2141
2001
 
2142
- Name: get-intrinsic
2143
- Version: 1.3.0
2002
+ Name: define-data-property
2003
+ Version: 1.1.4
2144
2004
  License: MIT
2145
2005
  Private: false
2146
- Description: Get and robustly cache all JS language-level intrinsics at first require time
2147
- Repository: git+https://github.com/ljharb/get-intrinsic.git
2148
- Homepage: https://github.com/ljharb/get-intrinsic#readme
2006
+ Description: Define a data property on an object. Will fall back to assignment in an engine without descriptors.
2007
+ Repository: git+https://github.com/ljharb/define-data-property.git
2008
+ Homepage: https://github.com/ljharb/define-data-property#readme
2149
2009
  Author: Jordan Harband <ljharb@gmail.com>
2150
2010
  License Copyright:
2151
2011
  ===
2152
2012
 
2153
2013
  MIT License
2154
2014
 
2155
- Copyright (c) 2020 Jordan Harband
2015
+ Copyright (c) 2023 Jordan Harband
2156
2016
 
2157
2017
  Permission is hereby granted, free of charge, to any person obtaining a copy
2158
2018
  of this software and associated documentation files (the "Software"), to deal
@@ -2174,20 +2034,20 @@ SOFTWARE.
2174
2034
 
2175
2035
  ---
2176
2036
 
2177
- Name: call-bound
2178
- Version: 1.0.4
2037
+ Name: has-property-descriptors
2038
+ Version: 1.0.2
2179
2039
  License: MIT
2180
2040
  Private: false
2181
- Description: Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
2182
- Repository: git+https://github.com/ljharb/call-bound.git
2183
- Homepage: https://github.com/ljharb/call-bound#readme
2041
+ Description: Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
2042
+ Repository: git+https://github.com/inspect-js/has-property-descriptors.git
2043
+ Homepage: https://github.com/inspect-js/has-property-descriptors#readme
2184
2044
  Author: Jordan Harband <ljharb@gmail.com>
2185
2045
  License Copyright:
2186
2046
  ===
2187
2047
 
2188
2048
  MIT License
2189
2049
 
2190
- Copyright (c) 2024 Jordan Harband
2050
+ Copyright (c) 2022 Inspect JS
2191
2051
 
2192
2052
  Permission is hereby granted, free of charge, to any person obtaining a copy
2193
2053
  of this software and associated documentation files (the "Software"), to deal
@@ -2209,20 +2069,20 @@ SOFTWARE.
2209
2069
 
2210
2070
  ---
2211
2071
 
2212
- Name: side-channel-map
2213
- Version: 1.0.1
2072
+ Name: set-function-length
2073
+ Version: 1.2.2
2214
2074
  License: MIT
2215
2075
  Private: false
2216
- Description: Store information about any JS value in a side channel, using a Map
2217
- Repository: git+https://github.com/ljharb/side-channel-map.git
2218
- Homepage: https://github.com/ljharb/side-channel-map#readme
2076
+ Description: Set a function's length property
2077
+ Repository: git+https://github.com/ljharb/set-function-length.git
2078
+ Homepage: https://github.com/ljharb/set-function-length#readme
2219
2079
  Author: Jordan Harband <ljharb@gmail.com>
2220
2080
  License Copyright:
2221
2081
  ===
2222
2082
 
2223
2083
  MIT License
2224
2084
 
2225
- Copyright (c) 2024 Jordan Harband
2085
+ Copyright (c) Jordan Harband and contributors
2226
2086
 
2227
2087
  Permission is hereby granted, free of charge, to any person obtaining a copy
2228
2088
  of this software and associated documentation files (the "Software"), to deal
@@ -2244,20 +2104,20 @@ SOFTWARE.
2244
2104
 
2245
2105
  ---
2246
2106
 
2247
- Name: side-channel-weakmap
2248
- Version: 1.0.2
2107
+ Name: object-inspect
2108
+ Version: 1.13.2
2249
2109
  License: MIT
2250
2110
  Private: false
2251
- Description: Store information about any JS value in a side channel. Uses WeakMap if available.
2252
- Repository: git+https://github.com/ljharb/side-channel-weakmap.git
2253
- Homepage: https://github.com/ljharb/side-channel-weakmap#readme
2254
- Author: Jordan Harband <ljharb@gmail.com>
2111
+ Description: string representations of objects in node and the browser
2112
+ Repository: git://github.com/inspect-js/object-inspect.git
2113
+ Homepage: https://github.com/inspect-js/object-inspect
2114
+ Author: James Halliday <mail@substack.net> (http://substack.net)
2255
2115
  License Copyright:
2256
2116
  ===
2257
2117
 
2258
2118
  MIT License
2259
2119
 
2260
- Copyright (c) 2019 Jordan Harband
2120
+ Copyright (c) 2013 James Halliday
2261
2121
 
2262
2122
  Permission is hereby granted, free of charge, to any person obtaining a copy
2263
2123
  of this software and associated documentation files (the "Software"), to deal
@@ -2280,7 +2140,7 @@ SOFTWARE.
2280
2140
  ---
2281
2141
 
2282
2142
  Name: side-channel
2283
- Version: 1.1.0
2143
+ Version: 1.0.6
2284
2144
  License: MIT
2285
2145
  Private: false
2286
2146
  Description: Store information about any JS value in a side channel. Uses WeakMap if available.
@@ -2315,7 +2175,7 @@ SOFTWARE.
2315
2175
  ---
2316
2176
 
2317
2177
  Name: qs
2318
- Version: 6.14.0
2178
+ Version: 6.11.0
2319
2179
  License: BSD-3-Clause
2320
2180
  Private: false
2321
2181
  Description: A querystring parser that supports nesting and arrays, with a depth limit
@@ -2359,13 +2219,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2359
2219
  ---
2360
2220
 
2361
2221
  Name: react-hook-form
2362
- Version: 7.56.2
2222
+ Version: 7.54.2
2363
2223
  License: MIT
2364
2224
  Private: false
2365
2225
  Description: Performant, flexible and extensible forms library for React Hooks
2366
2226
  Repository: https://github.com/react-hook-form/react-hook-form
2367
2227
  Homepage: https://www.react-hook-form.com
2368
- Author: Beier <bluebill1049@hotmail.com> (Bill Luo)
2228
+ Author: null <bluebill1049@hotmail.com>
2369
2229
  License Copyright:
2370
2230
  ===
2371
2231
 
@@ -2393,12 +2253,37 @@ SOFTWARE.
2393
2253
 
2394
2254
  ---
2395
2255
 
2256
+ Name: @mui/x-data-grid-pro
2257
+ Version: 7.16.0
2258
+ License: SEE LICENSE IN LICENSE
2259
+ Private: false
2260
+ Description: The Pro plan edition of the Data Grid components (MUI X).
2261
+ Repository: https://github.com/mui/mui-x.git
2262
+ Homepage: https://mui.com/x/react-data-grid/
2263
+ Author: MUI Team
2264
+ License Copyright:
2265
+ ===
2266
+
2267
+ Commercial License
2268
+
2269
+ Copyright (c) 2020 Material-UI SAS
2270
+
2271
+ MUI X Pro (https://mui.com/pricing/) is commercial software. You MUST agree to the
2272
+ End User License Agreement (EULA: https://mui.com/r/x-license-eula) to be able to
2273
+ use the software.
2274
+
2275
+ This means that you either need to purchase a commercial license at
2276
+ https://mui.com/r/x-get-license?scope=pro or be eligible for the Evaluation (trial)
2277
+ licenses detailed at https://mui.com/r/x-license-trial.
2278
+
2279
+ ---
2280
+
2396
2281
  Name: @mui/x-data-grid
2397
- Version: 7.29.2
2282
+ Version: 7.16.0
2398
2283
  License: MIT
2399
2284
  Private: false
2400
2285
  Description: The Community plan edition of the Data Grid components (MUI X).
2401
- Repository: git+https://github.com/mui/mui-x.git
2286
+ Repository: https://github.com/mui/mui-x.git
2402
2287
  Homepage: https://mui.com/x/react-data-grid/
2403
2288
  Author: MUI Team
2404
2289
  License Copyright:
@@ -2429,7 +2314,7 @@ SOFTWARE.
2429
2314
  ---
2430
2315
 
2431
2316
  Name: goober
2432
- Version: 2.1.16
2317
+ Version: 2.1.14
2433
2318
  License: MIT
2434
2319
  Private: false
2435
2320
  Description: A less than 1KB css-in-js solution
@@ -2463,7 +2348,7 @@ SOFTWARE.
2463
2348
  ---
2464
2349
 
2465
2350
  Name: react-hot-toast
2466
- Version: 2.5.2
2351
+ Version: 2.4.1
2467
2352
  License: MIT
2468
2353
  Private: false
2469
2354
  Description: Smoking hot React Notifications. Lightweight, customizable and beautiful by default.