@smart-factor/gem-ui-components 0.0.57 → 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.
- package/dist/{Drawer-D8kHnT0B.js → Drawer-d8461jqd.js} +115 -115
- package/dist/SignEditor.js +72298 -0
- package/dist/{Stack-Dr1yNuib.js → Stack-ThmeJzqr.js} +65 -65
- package/dist/{Tree-B4Bd33fe.js → Tree-D_Zjc1fk.js} +711 -774
- package/dist/assets/SignEditor.css +1 -0
- package/dist/components/Drawer/index.js +1 -1
- package/dist/components/SignEditor/SignEditor.d.ts +8 -0
- package/dist/components/SignEditor/SignEditor.stories.d.ts +6 -0
- package/dist/components/SignEditor/SignEditor.styles.d.ts +33 -0
- package/dist/components/SignEditor/SignEditorCanvas.d.ts +7 -0
- package/dist/components/SignEditor/SignEditorCanvasHeader.d.ts +7 -0
- package/dist/components/SignEditor/SignEditorContext.d.ts +9 -0
- package/dist/components/SignEditor/SignEditorContextProvider.d.ts +7 -0
- package/dist/components/SignEditor/SignEditorEditDialog.d.ts +12 -0
- package/dist/components/SignEditor/SignEditorImage.d.ts +16 -0
- package/dist/components/SignEditor/SignEditorImagesList.d.ts +11 -0
- package/dist/components/SignEditor/SignEditorPicker.d.ts +1 -0
- package/dist/components/SignEditor/SignEditorPickerSigns.d.ts +1 -0
- package/dist/components/SignEditor/SignEditorPickerStencils.d.ts +1 -0
- package/dist/components/SignEditor/SignEditorSaveDialog.d.ts +10 -0
- package/dist/components/SignEditor/index.d.ts +3 -0
- package/dist/components/SignEditor/useIsNameUnique.d.ts +1 -0
- package/dist/components/SignEditor/useOnSvgSelected.d.ts +3 -0
- package/dist/components/SignEditor/useSaveStencil.d.ts +9 -0
- package/dist/components/SignEditor/useSvgMount.d.ts +2 -0
- package/dist/components/Tree/index.js +1 -1
- package/dist/extensions/ext-connector/ext-connector.js +11 -0
- package/dist/extensions/ext-connector/ext-connector.js.map +1 -0
- package/dist/extensions/ext-eyedropper/ext-eyedropper.js +11 -0
- package/dist/extensions/ext-eyedropper/ext-eyedropper.js.map +1 -0
- package/dist/extensions/ext-grid/ext-grid.js +10 -0
- package/dist/extensions/ext-grid/ext-grid.js.map +1 -0
- package/dist/extensions/ext-helloworld/ext-helloworld.js +10 -0
- package/dist/extensions/ext-helloworld/ext-helloworld.js.map +1 -0
- package/dist/extensions/ext-layer_view/ext-layer_view.js +9 -0
- package/dist/extensions/ext-layer_view/ext-layer_view.js.map +1 -0
- package/dist/extensions/ext-markers/ext-markers.js +30 -0
- package/dist/extensions/ext-markers/ext-markers.js.map +1 -0
- package/dist/extensions/ext-opensave/ext-opensave.js +2 -0
- package/dist/extensions/ext-opensave/ext-opensave.js.map +1 -0
- package/dist/extensions/ext-overview_window/ext-overview_window.js +11 -0
- package/dist/extensions/ext-overview_window/ext-overview_window.js.map +1 -0
- package/dist/extensions/ext-panning/ext-panning.js +10 -0
- package/dist/extensions/ext-panning/ext-panning.js.map +1 -0
- package/dist/extensions/ext-polystar/ext-polystar.js +11 -0
- package/dist/extensions/ext-polystar/ext-polystar.js.map +1 -0
- package/dist/extensions/ext-shapes/ext-shapes.js +10 -0
- package/dist/extensions/ext-shapes/ext-shapes.js.map +1 -0
- package/dist/extensions/ext-shapes/shapelib/animal.json +21 -0
- package/dist/extensions/ext-shapes/shapelib/arrow.json +28 -0
- package/dist/extensions/ext-shapes/shapelib/basic.json +32 -0
- package/dist/extensions/ext-shapes/shapelib/dialog_balloon.json +9 -0
- package/dist/extensions/ext-shapes/shapelib/electronics.json +20 -0
- package/dist/extensions/ext-shapes/shapelib/flowchart.json +25 -0
- package/dist/extensions/ext-shapes/shapelib/game.json +13 -0
- package/dist/extensions/ext-shapes/shapelib/index.json +18 -0
- package/dist/extensions/ext-shapes/shapelib/license-MIT-raphael.txt +12 -0
- package/dist/extensions/ext-shapes/shapelib/math.json +9 -0
- package/dist/extensions/ext-shapes/shapelib/misc.json +37 -0
- package/dist/extensions/ext-shapes/shapelib/music.json +21 -0
- package/dist/extensions/ext-shapes/shapelib/object.json +18 -0
- package/dist/extensions/ext-shapes/shapelib/raphael_1.json +65 -0
- package/dist/extensions/ext-shapes/shapelib/raphael_2.json +64 -0
- package/dist/extensions/ext-shapes/shapelib/symbol.json +28 -0
- package/dist/extensions/ext-storage/ext-storage.js +23 -0
- package/dist/extensions/ext-storage/ext-storage.js.map +1 -0
- package/dist/fonts/roadsign-condensed.ttf +0 -0
- package/dist/fonts/roadsign-normal.ttf +0 -0
- package/dist/licenses.txt +1034 -172
- package/dist/main.js +2402 -38744
- package/dist/svgedit-assets/images/add_subpath.svg +16 -0
- package/dist/svgedit-assets/images/align.svg +5 -0
- package/dist/svgedit-assets/images/align_bottom.svg +1 -0
- package/dist/svgedit-assets/images/align_center.svg +1 -0
- package/dist/svgedit-assets/images/align_distrib_horiz.svg +1 -0
- package/dist/svgedit-assets/images/align_distrib_verti.svg +1 -0
- package/dist/svgedit-assets/images/align_left.svg +1 -0
- package/dist/svgedit-assets/images/align_middle.svg +1 -0
- package/dist/svgedit-assets/images/align_right.svg +1 -0
- package/dist/svgedit-assets/images/align_top.svg +1 -0
- package/dist/svgedit-assets/images/anchor_end.svg +8 -0
- package/dist/svgedit-assets/images/anchor_middle.svg +8 -0
- package/dist/svgedit-assets/images/anchor_start.svg +8 -0
- package/dist/svgedit-assets/images/angle.svg +1 -0
- package/dist/svgedit-assets/images/arrow_down.svg +3 -0
- package/dist/svgedit-assets/images/arrow_right.svg +3 -0
- package/dist/svgedit-assets/images/arrow_right_big.svg +3 -0
- package/dist/svgedit-assets/images/blur.svg +1 -0
- package/dist/svgedit-assets/images/bold.svg +8 -0
- package/dist/svgedit-assets/images/box.svg +3 -0
- package/dist/svgedit-assets/images/box_o.svg +3 -0
- package/dist/svgedit-assets/images/c_radius.svg +5 -0
- package/dist/svgedit-assets/images/cancel.svg +9 -0
- package/dist/svgedit-assets/images/circle.svg +1 -0
- package/dist/svgedit-assets/images/clone.svg +1 -0
- package/dist/svgedit-assets/images/close_path.svg +14 -0
- package/dist/svgedit-assets/images/closepath_icons.svg +41 -0
- package/dist/svgedit-assets/images/config.svg +1 -0
- package/dist/svgedit-assets/images/conn.svg +1 -0
- package/dist/svgedit-assets/images/context_menu.svg +9 -0
- package/dist/svgedit-assets/images/cursors/circle_cursor.svg +14 -0
- package/dist/svgedit-assets/images/cursors/ellipse_cursor.svg +14 -0
- package/dist/svgedit-assets/images/cursors/rect_cursor.svg +14 -0
- package/dist/svgedit-assets/images/cursors/square_cursor.svg +13 -0
- package/dist/svgedit-assets/images/delete.svg +1 -0
- package/dist/svgedit-assets/images/docprop.svg +1 -0
- package/dist/svgedit-assets/images/docprops.svg +19 -0
- package/dist/svgedit-assets/images/editPref.svg +1 -0
- package/dist/svgedit-assets/images/edit_foreign.svg +57 -0
- package/dist/svgedit-assets/images/ellipse.svg +1 -0
- package/dist/svgedit-assets/images/export.svg +1 -0
- package/dist/svgedit-assets/images/eye.svg +12 -0
- package/dist/svgedit-assets/images/eye_dropper.svg +1 -0
- package/dist/svgedit-assets/images/fh_ellipse.svg +1 -0
- package/dist/svgedit-assets/images/fh_rect.svg +1 -0
- package/dist/svgedit-assets/images/fill.svg +8 -0
- package/dist/svgedit-assets/images/fontsize.svg +4 -0
- package/dist/svgedit-assets/images/forwardslash.svg +3 -0
- package/dist/svgedit-assets/images/globe_link.svg +1 -0
- package/dist/svgedit-assets/images/go_down.svg +9 -0
- package/dist/svgedit-assets/images/go_up.svg +9 -0
- package/dist/svgedit-assets/images/grid.svg +1 -0
- package/dist/svgedit-assets/images/group_elements.svg +1 -0
- package/dist/svgedit-assets/images/handle.svg +1 -0
- package/dist/svgedit-assets/images/height.svg +3 -0
- package/dist/svgedit-assets/images/hello_world.svg +11 -0
- package/dist/svgedit-assets/images/image.svg +1 -0
- package/dist/svgedit-assets/images/imagelib.svg +10 -0
- package/dist/svgedit-assets/images/import.svg +10 -0
- package/dist/svgedit-assets/images/importImg.svg +1 -0
- package/dist/svgedit-assets/images/italic.svg +8 -0
- package/dist/svgedit-assets/images/layer_view.svg +6 -0
- package/dist/svgedit-assets/images/leftarrow.svg +3 -0
- package/dist/svgedit-assets/images/leftarrow_o.svg +3 -0
- package/dist/svgedit-assets/images/letter_spacing.svg +17 -0
- package/dist/svgedit-assets/images/library.svg +1 -0
- package/dist/svgedit-assets/images/linecap_butt.svg +1 -0
- package/dist/svgedit-assets/images/linecap_round.svg +1 -0
- package/dist/svgedit-assets/images/linecap_square.svg +1 -0
- package/dist/svgedit-assets/images/linejoin_bevel.svg +1 -0
- package/dist/svgedit-assets/images/linejoin_miter.svg +1 -0
- package/dist/svgedit-assets/images/linejoin_round.svg +1 -0
- package/dist/svgedit-assets/images/link_controls.svg +7 -0
- package/dist/svgedit-assets/images/logo.svg +25 -0
- package/dist/svgedit-assets/images/mcircle.svg +3 -0
- package/dist/svgedit-assets/images/mcircle_o.svg +3 -0
- package/dist/svgedit-assets/images/mkr_markers_dimension.svg +7 -0
- package/dist/svgedit-assets/images/mkr_markers_label.svg +5 -0
- package/dist/svgedit-assets/images/mkr_markers_off.svg +3 -0
- package/dist/svgedit-assets/images/move_bottom.svg +1 -0
- package/dist/svgedit-assets/images/move_top.svg +1 -0
- package/dist/svgedit-assets/images/netlify-dark.svg +17 -0
- package/dist/svgedit-assets/images/new.svg +1 -0
- package/dist/svgedit-assets/images/no_color.svg +4 -0
- package/dist/svgedit-assets/images/node_clone.svg +8 -0
- package/dist/svgedit-assets/images/node_delete.svg +10 -0
- package/dist/svgedit-assets/images/nomarker.svg +3 -0
- package/dist/svgedit-assets/images/ok.svg +9 -0
- package/dist/svgedit-assets/images/opacity.svg +12 -0
- package/dist/svgedit-assets/images/open.svg +1 -0
- package/dist/svgedit-assets/images/open_path.svg +17 -0
- package/dist/svgedit-assets/images/openpath.png +0 -0
- package/dist/svgedit-assets/images/panning.svg +1 -0
- package/dist/svgedit-assets/images/path.svg +1 -0
- package/dist/svgedit-assets/images/pen.svg +1 -0
- package/dist/svgedit-assets/images/pencil.svg +1 -0
- package/dist/svgedit-assets/images/polygon.svg +1 -0
- package/dist/svgedit-assets/images/rect.svg +1 -0
- package/dist/svgedit-assets/images/redo.svg +1 -0
- package/dist/svgedit-assets/images/reorient.svg +1 -0
- package/dist/svgedit-assets/images/reverseslash.svg +3 -0
- package/dist/svgedit-assets/images/rightarrow.svg +3 -0
- package/dist/svgedit-assets/images/rightarrow_o.svg +3 -0
- package/dist/svgedit-assets/images/rotate.svg +4 -0
- package/dist/svgedit-assets/images/save.svg +16 -0
- package/dist/svgedit-assets/images/saveImg.svg +1 -0
- package/dist/svgedit-assets/images/select.svg +1 -0
- package/dist/svgedit-assets/images/select_node.svg +4 -0
- package/dist/svgedit-assets/images/shapelib.svg +1 -0
- package/dist/svgedit-assets/images/source.svg +1 -0
- package/dist/svgedit-assets/images/square.svg +1 -0
- package/dist/svgedit-assets/images/star.svg +1 -0
- package/dist/svgedit-assets/images/star_o.svg +3 -0
- package/dist/svgedit-assets/images/stroke.svg +3 -0
- package/dist/svgedit-assets/images/svg-edit-home.svg +26 -0
- package/dist/svgedit-assets/images/text.svg +1 -0
- package/dist/svgedit-assets/images/text_decoration_linethrough.svg +6 -0
- package/dist/svgedit-assets/images/text_decoration_overline.svg +6 -0
- package/dist/svgedit-assets/images/text_decoration_underline.svg +6 -0
- package/dist/svgedit-assets/images/text_length.svg +19 -0
- package/dist/svgedit-assets/images/textmarker.svg +3 -0
- package/dist/svgedit-assets/images/textmarker_bottom.svg +3 -0
- package/dist/svgedit-assets/images/textmarker_top.svg +3 -0
- package/dist/svgedit-assets/images/to_path.svg +1 -0
- package/dist/svgedit-assets/images/tool_add_subpath.svg +1 -0
- package/dist/svgedit-assets/images/tool_foreign.svg +30 -0
- package/dist/svgedit-assets/images/tool_imagelib.svg +10 -0
- package/dist/svgedit-assets/images/tool_node_clone.svg +1 -0
- package/dist/svgedit-assets/images/tool_node_delete.svg +1 -0
- package/dist/svgedit-assets/images/tool_node_link.svg +1 -0
- package/dist/svgedit-assets/images/tool_openclose_path.svg +1 -0
- package/dist/svgedit-assets/images/tool_placemark.svg +11 -0
- package/dist/svgedit-assets/images/triangle.svg +3 -0
- package/dist/svgedit-assets/images/triangle_o.svg +3 -0
- package/dist/svgedit-assets/images/undo.svg +1 -0
- package/dist/svgedit-assets/images/ungroup.svg +21 -0
- package/dist/svgedit-assets/images/unlink_use.svg +14 -0
- package/dist/svgedit-assets/images/verticalslash.svg +3 -0
- package/dist/svgedit-assets/images/warning.svg +11 -0
- package/dist/svgedit-assets/images/webappfind.svg +23 -0
- package/dist/svgedit-assets/images/width.svg +3 -0
- package/dist/svgedit-assets/images/wireframe.svg +1 -0
- package/dist/svgedit-assets/images/word_spacing.svg +15 -0
- package/dist/svgedit-assets/images/xmark.svg +3 -0
- package/dist/svgedit-assets/images/zoom.svg +1 -0
- package/dist/theme-BzEoBwfH.js +37291 -0
- package/dist/useFormControl-Cj8rSR6R.js +68 -0
- package/package.json +29 -5
- package/dist/components/AccordionSummary/AccordionSummary.d.ts +0 -7
- package/dist/components/AccordionSummary/AccordionSummary.stories.d.ts +0 -8
- package/dist/components/AccordionSummary/AccordionSummary.styles.d.ts +0 -7
- package/dist/components/Button/Button.d.ts +0 -8
- package/dist/components/Button/Button.stories.d.ts +0 -8
- package/dist/components/Button/Button.styles.d.ts +0 -6
- package/dist/components/Button/ButtonAdd.d.ts +0 -3
- package/dist/components/ButtonWithIcon/ButtonWithIcon.d.ts +0 -10
- package/dist/components/ButtonWithIcon/ButtonWithIcon.stories.d.ts +0 -7
- package/dist/components/Dialog/Dialog.d.ts +0 -3
- package/dist/components/Dialog/Dialog.stories.d.ts +0 -7
- package/dist/components/Dialog/Dialog.styles.d.ts +0 -11
- package/dist/components/Dialog/index.d.ts +0 -2
- package/dist/components/Dialog/types.d.ts +0 -9
- package/dist/components/Drawer/Drawer.d.ts +0 -15
- package/dist/components/Drawer/Drawer.stories.d.ts +0 -8
- package/dist/components/Drawer/DrawerContent.d.ts +0 -6
- package/dist/components/Drawer/DrawerFooter.d.ts +0 -6
- package/dist/components/Drawer/DrawerHeader.d.ts +0 -7
- package/dist/components/Drawer/index.d.ts +0 -1
- package/dist/components/Dropzone/Dropzone.d.ts +0 -7
- package/dist/components/Dropzone/Dropzone.stories.d.ts +0 -9
- package/dist/components/Dropzone/Dropzone.styles.d.ts +0 -17
- package/dist/components/Dropzone/DropzoneField.d.ts +0 -12
- package/dist/components/Dropzone/const.d.ts +0 -12
- package/dist/components/Dropzone/index.d.ts +0 -3
- package/dist/components/ElementsPicker/ElementsPicker.d.ts +0 -8
- package/dist/components/ElementsPicker/ElementsPicker.stories.d.ts +0 -8
- package/dist/components/ElementsPicker/ElementsPickerElement.d.ts +0 -9
- package/dist/components/ElementsPicker/index.d.ts +0 -2
- package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.d.ts +0 -18
- package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.stories.d.ts +0 -13
- package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.styles.d.ts +0 -6
- package/dist/components/FormComponents/Autocomplete/Autocomplete.d.ts +0 -4
- package/dist/components/FormComponents/Autocomplete/Autocomplete.stories.d.ts +0 -11
- package/dist/components/FormComponents/Autocomplete/Autocomplete.styles.d.ts +0 -7
- package/dist/components/FormComponents/Autocomplete/index.d.ts +0 -2
- package/dist/components/FormComponents/Autocomplete/types.d.ts +0 -27
- package/dist/components/FormComponents/ContextualSearch/ContextualSearch.d.ts +0 -40
- package/dist/components/FormComponents/ContextualSearch/ContextualSearch.stories.d.ts +0 -15
- package/dist/components/FormComponents/ContextualSearch/ContextualSearch.styles.d.ts +0 -4
- package/dist/components/FormComponents/ContextualSearch/ContextualSearchControlled.d.ts +0 -9
- package/dist/components/FormComponents/ContextualSearch/ContextualSearchListListbox.d.ts +0 -7
- package/dist/components/FormComponents/ContextualSearch/index.d.ts +0 -2
- package/dist/components/FormComponents/ContextualSearch/mock.d.ts +0 -13
- package/dist/components/FormComponents/DatePicker/DatePicker.d.ts +0 -12
- package/dist/components/FormComponents/DatePicker/DatePicker.stories.d.ts +0 -9
- package/dist/components/FormComponents/DatePicker/DatePicker.styles.d.ts +0 -7
- package/dist/components/FormComponents/DateTimePicker/DateTimePicker.d.ts +0 -12
- package/dist/components/FormComponents/DateTimePicker/DateTimePicker.stories.d.ts +0 -9
- package/dist/components/FormComponents/DateTimePicker/DateTimePicker.styles.d.ts +0 -7
- package/dist/components/FormComponents/Input/Input.d.ts +0 -11
- package/dist/components/FormComponents/Input/Input.stories.d.ts +0 -11
- package/dist/components/FormComponents/Input/Input.styles.d.ts +0 -3
- package/dist/components/FormComponents/RadioChips/RadioChips.d.ts +0 -21
- package/dist/components/FormComponents/RadioChips/RadioChips.stories.d.ts +0 -9
- package/dist/components/FormComponents/RadioChips/RadioChips.styles.d.ts +0 -10
- package/dist/components/FormComponents/SearchInput/SearchInput.d.ts +0 -11
- package/dist/components/FormComponents/SearchInput/SearchInput.stories.d.ts +0 -9
- package/dist/components/FormComponents/SearchInput/SearchInput.styles.d.ts +0 -1
- package/dist/components/FormComponents/Select/Select.d.ts +0 -30
- package/dist/components/FormComponents/Select/Select.stories.d.ts +0 -11
- package/dist/components/FormComponents/Select/Select.styles.d.ts +0 -4
- package/dist/components/FormComponents/index.d.ts +0 -9
- package/dist/components/Grid/Grid.d.ts +0 -4
- package/dist/components/Grid/index.d.ts +0 -2
- package/dist/components/Grid/types.d.ts +0 -40
- package/dist/components/Grid/useGridInitialState.d.ts +0 -6
- package/dist/components/LoadingBackdrop/LoadingBackdrop.d.ts +0 -7
- package/dist/components/LoadingBackdrop/LoadingBackdrop.stories.d.ts +0 -7
- package/dist/components/LoadingBackdrop/index.d.ts +0 -1
- package/dist/components/ResizableWrapper/ResizableWrapper.d.ts +0 -11
- package/dist/components/ResizableWrapper/ResizableWrapper.stories.d.ts +0 -7
- package/dist/components/ResizableWrapper/ResizableWrapper.styles.d.ts +0 -10
- package/dist/components/SimpleAutocomplete/SimpleAutocomplete.d.ts +0 -3
- package/dist/components/SimpleAutocomplete/SimpleAutocomplete.stories.d.ts +0 -11
- package/dist/components/SimpleAutocomplete/index.d.ts +0 -1
- package/dist/components/SimpleInput/SimpleInput.d.ts +0 -6
- package/dist/components/SimpleInput/SimpleInput.stories.d.ts +0 -7
- package/dist/components/SimpleSelect/SimpleSelect.d.ts +0 -14
- package/dist/components/SimpleSelect/SimpleSelect.stories.d.ts +0 -7
- package/dist/components/Stepper/Stepper.d.ts +0 -13
- package/dist/components/Stepper/Stepper.stories.d.ts +0 -7
- package/dist/components/Stepper/Stepper.styles.d.ts +0 -9
- package/dist/components/StickyContainer/StickyContainer.d.ts +0 -7
- package/dist/components/StickyContainer/StickyContainer.stories.d.ts +0 -7
- package/dist/components/StickyContainer/StickyContainer.styles.d.ts +0 -7
- package/dist/components/TableComponents/ContextMenu/ContextMenu.d.ts +0 -6
- package/dist/components/TableComponents/ContextMenu/ContextMenu.stories.d.ts +0 -7
- package/dist/components/TableComponents/ContextMenu/ContextMenu.styles.d.ts +0 -1
- package/dist/components/TableComponents/ContextMenu/ContextMenuContext.d.ts +0 -7
- package/dist/components/TableComponents/ContextMenu/ContextMenuItem.d.ts +0 -8
- package/dist/components/TableComponents/ContextMenu/ContextMenuPropsContext/ContextMenuPropsContext.d.ts +0 -6
- package/dist/components/TableComponents/ContextMenu/ContextMenuPropsContext/useContextMenuProps.d.ts +0 -3
- package/dist/components/TableComponents/ContextMenu/index.d.ts +0 -2
- package/dist/components/TableComponents/TableActions/TableActions.d.ts +0 -7
- package/dist/components/TableComponents/TableActions/TableActions.stories.d.ts +0 -7
- package/dist/components/TableComponents/TableActions/index.d.ts +0 -2
- package/dist/components/TableComponents/TableCustomToolbar/TableCustomToolbar.d.ts +0 -10
- package/dist/components/TableComponents/TableCustomToolbar/index.d.ts +0 -1
- package/dist/components/TableComponents/TableExportButton/TableExportButton.d.ts +0 -9
- package/dist/components/TableComponents/TableExportButton/index.d.ts +0 -1
- package/dist/components/TableComponents/TableRecord/TableRecord.d.ts +0 -8
- package/dist/components/TableComponents/TableRecord/index.d.ts +0 -1
- package/dist/components/TableComponents/TableWithPagination/TableWithPagination.d.ts +0 -4
- package/dist/components/TableComponents/TableWithPagination/TableWithPagination.stories.d.ts +0 -13
- package/dist/components/TableComponents/TableWithPagination/TableWithPaginationExport.d.ts +0 -0
- package/dist/components/TableComponents/TableWithPagination/TableWrapper.d.ts +0 -8
- package/dist/components/TableComponents/TableWithPagination/types.d.ts +0 -53
- package/dist/components/TableComponents/index.d.ts +0 -5
- package/dist/components/TabsPanel/TabsPanel.d.ts +0 -14
- package/dist/components/TabsPanel/TabsPanel.stories.d.ts +0 -7
- package/dist/components/TabsPanel/TabsPanel.styles.d.ts +0 -8
- package/dist/components/Toast/Toast.stories.d.ts +0 -7
- package/dist/components/Toast/Toast.styles.d.ts +0 -12
- package/dist/components/Toast/ToastContent.d.ts +0 -4
- package/dist/components/Toast/errorToast.d.ts +0 -1
- package/dist/components/Toast/index.d.ts +0 -2
- package/dist/components/Toast/successToast.d.ts +0 -1
- package/dist/components/Tree/Tree.d.ts +0 -18
- package/dist/components/Tree/Tree.stories.d.ts +0 -7
- package/dist/components/Tree/index.d.ts +0 -1
- package/dist/consts/data-grid.d.ts +0 -122
- package/dist/helpers/columns/getBooleanColumn.d.ts +0 -6
- package/dist/helpers/columns/getDateColumn.d.ts +0 -6
- package/dist/helpers/columns/getDateTimeColumn.d.ts +0 -6
- package/dist/helpers/columns/getNumericColumn.d.ts +0 -6
- package/dist/helpers/columns/getStaticColumn.d.ts +0 -6
- package/dist/helpers/columns/getStringColumn.d.ts +0 -6
- package/dist/helpers/columns/index.d.ts +0 -6
- package/dist/helpers/date/formatDate.d.ts +0 -3
- package/dist/helpers/date/formatDateTime.d.ts +0 -3
- package/dist/helpers/date/index.d.ts +0 -2
- package/dist/helpers/index.d.ts +0 -2
- package/dist/hooks/index.d.ts +0 -4
- package/dist/hooks/useContextMenu.d.ts +0 -8
- package/dist/hooks/useDataGridInitialState.d.ts +0 -6
- package/dist/hooks/useDataGridState.d.ts +0 -9
- package/dist/hooks/useGetFileUrl.d.ts +0 -5
- package/dist/hooks/useKeepDefinedValue.d.ts +0 -1
- package/dist/hooks/useScrollPosition.d.ts +0 -2
- package/dist/providers/GemUIComponentsProvider.d.ts +0 -4
- package/dist/providers/ToasterProvider.d.ts +0 -1
- package/dist/theme/theme.d.ts +0 -19
- package/dist/types/function.d.ts +0 -1
package/dist/licenses.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Name: @mui/
|
|
1
|
+
Name: @mui/system
|
|
2
2
|
Version: 5.16.7
|
|
3
3
|
License: MIT
|
|
4
4
|
Private: false
|
|
5
|
-
Description:
|
|
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/
|
|
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/
|
|
37
|
-
Version: 5.16.
|
|
36
|
+
Name: @mui/material
|
|
37
|
+
Version: 5.16.7
|
|
38
38
|
License: MIT
|
|
39
39
|
Private: false
|
|
40
|
-
Description:
|
|
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:
|
|
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
|
|
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/
|
|
107
|
-
Version: 5.16.
|
|
106
|
+
Name: @mui/utils
|
|
107
|
+
Version: 5.16.6
|
|
108
108
|
License: MIT
|
|
109
109
|
Private: false
|
|
110
|
-
Description:
|
|
110
|
+
Description: Utility functions for React components.
|
|
111
111
|
Repository: https://github.com/mui/material-ui.git
|
|
112
|
-
Homepage:
|
|
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: @
|
|
890
|
-
Version: 5.
|
|
1092
|
+
Name: @tanstack/query-core
|
|
1093
|
+
Version: 5.66.4
|
|
891
1094
|
License: MIT
|
|
892
1095
|
Private: false
|
|
893
|
-
Description:
|
|
894
|
-
Repository: https://github.com/
|
|
895
|
-
Homepage: https://
|
|
896
|
-
Author:
|
|
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
|
-
|
|
1103
|
+
MIT License
|
|
901
1104
|
|
|
902
|
-
Copyright (c)
|
|
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:
|
|
925
|
-
Version: 5.
|
|
1127
|
+
Name: @tanstack/react-query
|
|
1128
|
+
Version: 5.66.9
|
|
926
1129
|
License: MIT
|
|
927
1130
|
Private: false
|
|
928
|
-
Description:
|
|
929
|
-
Repository:
|
|
930
|
-
Homepage: https://
|
|
931
|
-
Author:
|
|
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
|
-
|
|
1138
|
+
MIT License
|
|
936
1139
|
|
|
937
|
-
Copyright (c)
|
|
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:
|
|
960
|
-
Version:
|
|
1162
|
+
Name: zod
|
|
1163
|
+
Version: 3.24.2
|
|
961
1164
|
License: MIT
|
|
962
1165
|
Private: false
|
|
963
|
-
Description:
|
|
964
|
-
Repository:
|
|
965
|
-
|
|
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
|
-
|
|
1173
|
+
MIT License
|
|
970
1174
|
|
|
971
|
-
Copyright (c)
|
|
1175
|
+
Copyright (c) 2020 Colin McDonnell
|
|
972
1176
|
|
|
973
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
974
|
-
this software and associated documentation files (the "Software"), to deal
|
|
975
|
-
the Software without restriction, including without limitation the rights
|
|
976
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
977
|
-
the Software, and to permit persons to whom the Software is
|
|
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,
|
|
985
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
986
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
987
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
988
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
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:
|
|
993
|
-
Version:
|
|
994
|
-
License:
|
|
1197
|
+
Name: es-errors
|
|
1198
|
+
Version: 1.3.0
|
|
1199
|
+
License: MIT
|
|
995
1200
|
Private: false
|
|
996
|
-
Description:
|
|
997
|
-
Repository: https://github.com/
|
|
998
|
-
Homepage: https://
|
|
999
|
-
Author:
|
|
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
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
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:
|
|
1019
|
-
Version: 0.
|
|
1232
|
+
Name: has-symbols
|
|
1233
|
+
Version: 1.0.3
|
|
1020
1234
|
License: MIT
|
|
1021
1235
|
Private: false
|
|
1022
|
-
Description:
|
|
1023
|
-
Repository:
|
|
1024
|
-
Homepage: https://github.com/
|
|
1025
|
-
Author:
|
|
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)
|
|
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:
|
|
1054
|
-
Version:
|
|
1269
|
+
Name: has-proto
|
|
1270
|
+
Version: 1.0.3
|
|
1055
1271
|
License: MIT
|
|
1056
1272
|
Private: false
|
|
1057
|
-
Description:
|
|
1058
|
-
Repository: https://github.com/
|
|
1059
|
-
Homepage: https://github.com/
|
|
1060
|
-
Author:
|
|
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
|
-
|
|
1280
|
+
MIT License
|
|
1068
1281
|
|
|
1069
|
-
Copyright (c)
|
|
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:
|
|
1092
|
-
Version:
|
|
1304
|
+
Name: function-bind
|
|
1305
|
+
Version: 1.1.2
|
|
1093
1306
|
License: MIT
|
|
1094
1307
|
Private: false
|
|
1095
|
-
Description:
|
|
1096
|
-
Repository: https://github.com/
|
|
1097
|
-
Homepage: https://github.com/
|
|
1098
|
-
Author:
|
|
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
|
-
|
|
1101
|
-
|
|
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
|
-
|
|
1318
|
+
Copyright (c) 2013 Raynos.
|
|
1110
1319
|
|
|
1111
|
-
|
|
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:
|
|
1134
|
-
Version:
|
|
1375
|
+
Name: get-intrinsic
|
|
1376
|
+
Version: 1.2.4
|
|
1135
1377
|
License: MIT
|
|
1136
1378
|
Private: false
|
|
1137
|
-
Description:
|
|
1138
|
-
Repository: https://github.com/
|
|
1139
|
-
Homepage: https://
|
|
1140
|
-
Author:
|
|
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)
|
|
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:
|
|
1169
|
-
Version:
|
|
1410
|
+
Name: call-bind
|
|
1411
|
+
Version: 1.0.7
|
|
1170
1412
|
License: MIT
|
|
1171
1413
|
Private: false
|
|
1172
|
-
Description:
|
|
1173
|
-
Repository:
|
|
1174
|
-
Homepage: https://
|
|
1175
|
-
Author:
|
|
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
|
-
|
|
1183
|
-
|
|
1184
|
-
Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
1185
|
-
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
1421
|
+
MIT License
|
|
1186
1422
|
|
|
1187
|
-
|
|
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
|
-
|
|
1192
|
-
|
|
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
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
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
|
-
|
|
1205
|
-
included in all copies or substantial portions of the Software.
|
|
1443
|
+
---
|
|
1206
1444
|
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
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:
|
|
1233
|
-
Version:
|
|
1480
|
+
Name: gopd
|
|
1481
|
+
Version: 1.0.1
|
|
1234
1482
|
License: MIT
|
|
1235
1483
|
Private: false
|
|
1236
|
-
Description:
|
|
1237
|
-
Repository: https://github.com/
|
|
1238
|
-
|
|
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
|
-
|
|
1491
|
+
MIT License
|
|
1243
1492
|
|
|
1244
|
-
Copyright (c)
|
|
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:
|
|
1267
|
-
Version: 1.
|
|
1515
|
+
Name: define-data-property
|
|
1516
|
+
Version: 1.1.4
|
|
1268
1517
|
License: MIT
|
|
1269
1518
|
Private: false
|
|
1270
|
-
Description:
|
|
1271
|
-
Repository: https://github.com/
|
|
1272
|
-
Homepage: https://
|
|
1273
|
-
Author:
|
|
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)
|
|
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:
|
|
1302
|
-
Version:
|
|
1550
|
+
Name: has-property-descriptors
|
|
1551
|
+
Version: 1.0.2
|
|
1303
1552
|
License: MIT
|
|
1304
1553
|
Private: false
|
|
1305
|
-
Description:
|
|
1306
|
-
Repository: https://github.com/
|
|
1307
|
-
Homepage: https://
|
|
1308
|
-
Author:
|
|
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)
|
|
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
|