@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
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<svg width="31" height="28" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
|
|
3
|
+
<!-- Created with SVG-edit - https://github.com/SVG-Edit/svgedit-->
|
|
4
|
+
<text fill="#000000" font-family="serif" font-size="24" id="svg_1" stroke="#000000" stroke-width="0" text-anchor="middle" text-decoration="0" x="16" xml:space="preserve" y="21.5">ab</text>
|
|
5
|
+
<line fill="none" id="svg_2" stroke="#f9bc01" stroke-width="2" x1="1" x2="29.70526" y1="24" y2="24"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="640" height="640" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
|
|
2
|
+
<defs>
|
|
3
|
+
<marker id="se_marker_start_svg_7" markerHeight="5" markerWidth="5" orient="auto" refX="50" refY="50" se_type="leftarrow" viewBox="0 0 100 100">
|
|
4
|
+
<path d="m0,50l100,40l-30,-40l30,-40z" fill="#f9bc01" stroke="#f9bc01" stroke-width="10"/>
|
|
5
|
+
</marker>
|
|
6
|
+
<marker id="se_marker_start_svg_8" markerHeight="5" markerWidth="5" orient="auto" refX="50" refY="50" se_type="leftarrow" viewBox="0 0 100 100">
|
|
7
|
+
<path d="m0,50l100,40l-30,-40l30,-40z" fill="#f9bc01" stroke="#f9bc01" stroke-width="10"/>
|
|
8
|
+
</marker>
|
|
9
|
+
</defs>
|
|
10
|
+
<g class="layer">
|
|
11
|
+
<path d="m604.14144,302.46208l-129.55032,-129.56196c-4.53917,-4.54034 -11.87285,-4.54034 -16.41202,0l-415.19232,415.22374c-4.53917,4.54034 -4.53917,11.87401 0,16.41318l129.55148,129.56079c2.21139,2.21139 5.12112,3.37528 8.26479,3.37528s6.05223,-1.28028 8.26479,-3.37528l415.19115,-415.22374c4.42162,-4.53917 4.42162,-11.87285 -0.11755,-16.41202zm-62.04002,45.5151l0,0l-57.03529,-56.22522c-4.53917,-4.54034 -11.98924,-4.42395 -16.41202,0.11639c-4.53917,4.54034 -4.42278,11.9904 0.11639,16.41318l56.9189,56.10767l-25.14236,25.14353l-26.77181,-26.77414c-4.53917,-4.54034 -11.87285,-4.54034 -16.41202,0c-4.53917,4.54034 -4.53917,11.87401 0,16.41318l26.77181,26.77414l-24.79319,24.79436l-56.56973,-56.45683c-4.53917,-4.54034 -11.87285,-4.54034 -16.41202,0c-4.53917,4.54034 -4.53917,11.87401 0,16.41318l56.56973,56.45683l-24.79319,24.79436l-26.77181,-26.77414c-4.53917,-4.54034 -11.87285,-4.54034 -16.41202,0c-4.53917,4.54034 -4.53917,11.87401 0,16.41318l26.77181,26.77414l-25.25875,25.25991l-55.98779,-56.92355c-4.53917,-4.54034 -11.87285,-4.65673 -16.41202,-0.11639c-4.53917,4.54034 -4.65556,11.87401 -0.11639,16.41318l56.22057,57.03994l-24.79319,24.79436l-27.23736,-27.23969c-4.53917,-4.54034 -11.87285,-4.54034 -16.41202,0c-4.53917,4.54034 -4.53917,11.87401 0,16.41318l27.23736,27.23969l-24.79319,24.79436l-51.21467,-50.4046c-4.53917,-4.54034 -11.98924,-4.42395 -16.41202,0.11639c-4.53917,4.54034 -4.42278,11.9904 0.11639,16.41318l51.09828,50.28822l-96.60989,96.61804l-113.02191,-113.03122l398.77913,-398.81056l113.02191,113.03122l-37.8276,37.72053z" fill="black" id="svg_3" transform="rotate(45 323.572 453.484)"/>
|
|
12
|
+
<path d="m132.49333,459.864c-12.101,-11.002 -31.002,-10.802 -42.103,0.3c-6.1,6.101 -9.301,13.902 -9.101,22.203c0.2,7.701 3.4,14.902 9.101,20.203c5.3,5.701 12.401,8.901 20.202,9.101c0.2,0 0.5,0 0.7,0l0,0c8.001,0 15.601,-3.201 21.602,-9.001c11.101,-11.202 11.301,-30.005 0.3,-42.106c-0.201,-0.299 -0.501,-0.5 -0.701,-0.7zm-13.901,28.705c-2.2,2.1 -4.9,3.201 -7.601,3.201c-1.7,-0.1 -4.1,-0.6 -6.2,-2.9c-0.2,-0.3 -0.5,-0.5 -0.7,-0.7c-2.3,-2 -2.9,-4.501 -2.9,-6.201c-0.1,-2.8 1.1,-5.501 3.2,-7.601c1.8,-1.7 4.3,-2.6 6.8,-2.6c2.6,0 5.3,0.9 7.401,2.7c3.5,4.199 3.5,10.6 0,14.101z" fill="black" id="svg_2"/>
|
|
13
|
+
<text fill="#000000" font-family="serif" font-size="293" font-weight="bold" id="svg_1" stroke-width="0" text-anchor="middle" x="319.9375" xml:space="preserve" y="319.3125">A</text>
|
|
14
|
+
<line fill="none" id="svg_4" stroke="#000000" stroke-width="10" x1="32.0625" x2="32.0625" y1="138.75" y2="329.75262"/>
|
|
15
|
+
<line fill="none" id="svg_5" stroke="#000000" stroke-width="10" x1="613.1875" x2="613.1875" y1="137.93619" y2="328.93881"/>
|
|
16
|
+
<line fill="none" id="svg_7" marker-start="url(#se_marker_start_svg_7)" stroke="#f9bc01" stroke-width="10" transform="rotate(-90 153.125 240.625)" x1="153.125" x2="153.125" y1="178.125" y2="303.125"/>
|
|
17
|
+
<line fill="none" id="svg_8" marker-start="url(#se_marker_start_svg_8)" stroke="#f9bc01" stroke-width="10" transform="rotate(90 503.125 240.625)" x1="503.125" x2="503.125" y1="178.125" y2="303.125"/>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg_icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-60 -60 120 120">
|
|
2
|
+
<text xml:space="preserve" text-anchor="middle" font-family="serif" font-size="120" y="40" x="0" stroke-width="0" stroke="#f9bc01" fill="#f9bc01">T</text>
|
|
3
|
+
</svg></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.98 49.47"><defs><style>.cls-1,.cls-3{fill:none;}.cls-2{fill:#fff;}.cls-2,.cls-3{stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}.cls-4{fill:#f9ba00;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="7.65 0 51.89 0 51.89 49.47 0.84 49.47 0.84 0 7.65 0"/><polygon class="cls-2" points="4.31 4.03 1 21.66 19.57 24.74 28.59 1.67 13.77 10.83 4.31 4.03"/><polygon class="cls-3" points="25.23 26.73 21.92 44.36 40.49 47.44 49.52 24.37 34.7 33.53 25.23 26.73"/><circle class="cls-4" cx="25.25" cy="27.01" r="2.64"/><circle class="cls-4" cx="34.84" cy="33.27" r="2.64"/><circle class="cls-4" cx="49.34" cy="24.26" r="2.64"/><circle class="cls-4" cx="40.08" cy="46.83" r="2.64"/><circle class="cls-4" cx="21.92" cy="44.19" r="2.64"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2{fill:none;}.cls-2{stroke:#fff;stroke-miterlimit:10;stroke-width:2px;}.cls-3{fill:#fff;stroke:#f9ba00;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><path class="cls-2" d="M43.15,17.55l2.47,1.12V42.3S4.55,43.89,5.44,33c.48-6,5.83-9.8,8.55-14.71A22,22,0,0,0,16.56,5.47l15.05,6.84Z"/><line class="cls-3" x1="41.13" y1="33.28" x2="31.88" y2="33.28"/><line class="cls-3" x1="36.51" y1="37.9" x2="36.51" y2="28.65"/></g></g></svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 84 84">
|
|
2
|
+
<g fill="#444" opacity="0.2" transform="translate(6,6)">
|
|
3
|
+
<path d="M42.8,74.3c0,4.3,0,5.9,11.8,5.9l4.1,0l0,3.8c-4.5-0.4-16.1-0.4-21.2-0.3c-5.1,0-16.6,0-21,0.4l0-3.8l4.1,0
|
|
4
|
+
c11.8,0,11.8-1.7,11.8-5.9l0-6.9C13.9,65.6,0,54.6,0,42c0-12.2,13.3-23.5,32.4-25.4l0-6.9c0-4.3,0-5.9-11.8-5.9l-4.1,0l0-3.8
|
|
5
|
+
c4.5,0.4,16.1,0.4,21.2,0.3c5.1,0,16.6,0,21-0.4l0,3.8l-4.1,0c-11.8,0-11.8,1.7-11.8,5.9l0,6.9C61.6,18.1,75.8,29.2,75.8,42
|
|
6
|
+
c0,12.4-13.8,23.9-33.1,25.4L42.8,74.3z M32.4,19.4c-18.7,2.5-19.9,16.2-19.9,22.6c0,7.6,2.3,20.2,20,22.5L32.4,19.4z M42.7,64.7
|
|
7
|
+
c18.8-2.2,20.7-15.4,20.6-22.8c0-9.3-3.5-20.6-20.7-22.6L42.7,64.7z"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g fill="#444" opacity="0.3" transform="translate(4,4)">
|
|
10
|
+
<path d="M42.8,74.3c0,4.3,0,5.9,11.8,5.9l4.1,0l0,3.8c-4.5-0.4-16.1-0.4-21.2-0.3c-5.1,0-16.6,0-21,0.4l0-3.8l4.1,0
|
|
11
|
+
c11.8,0,11.8-1.7,11.8-5.9l0-6.9C13.9,65.6,0,54.6,0,42c0-12.2,13.3-23.5,32.4-25.4l0-6.9c0-4.3,0-5.9-11.8-5.9l-4.1,0l0-3.8
|
|
12
|
+
c4.5,0.4,16.1,0.4,21.2,0.3c5.1,0,16.6,0,21-0.4l0,3.8l-4.1,0c-11.8,0-11.8,1.7-11.8,5.9l0,6.9C61.6,18.1,75.8,29.2,75.8,42
|
|
13
|
+
c0,12.4-13.8,23.9-33.1,25.4L42.8,74.3z M32.4,19.4c-18.7,2.5-19.9,16.2-19.9,22.6c0,7.6,2.3,20.2,20,22.5L32.4,19.4z M42.7,64.7
|
|
14
|
+
c18.8-2.2,20.7-15.4,20.6-22.8c0-9.3-3.5-20.6-20.7-22.6L42.7,64.7z"/>
|
|
15
|
+
</g>
|
|
16
|
+
<g fill="#444" opacity="0.5" transform="translate(2,2)">
|
|
17
|
+
<path d="M42.8,74.3c0,4.3,0,5.9,11.8,5.9l4.1,0l0,3.8c-4.5-0.4-16.1-0.4-21.2-0.3c-5.1,0-16.6,0-21,0.4l0-3.8l4.1,0
|
|
18
|
+
c11.8,0,11.8-1.7,11.8-5.9l0-6.9C13.9,65.6,0,54.6,0,42c0-12.2,13.3-23.5,32.4-25.4l0-6.9c0-4.3,0-5.9-11.8-5.9l-4.1,0l0-3.8
|
|
19
|
+
c4.5,0.4,16.1,0.4,21.2,0.3c5.1,0,16.6,0,21-0.4l0,3.8l-4.1,0c-11.8,0-11.8,1.7-11.8,5.9l0,6.9C61.6,18.1,75.8,29.2,75.8,42
|
|
20
|
+
c0,12.4-13.8,23.9-33.1,25.4L42.8,74.3z M32.4,19.4c-18.7,2.5-19.9,16.2-19.9,22.6c0,7.6,2.3,20.2,20,22.5L32.4,19.4z M42.7,64.7
|
|
21
|
+
c18.8-2.2,20.7-15.4,20.6-22.8c0-9.3-3.5-20.6-20.7-22.6L42.7,64.7z"/>
|
|
22
|
+
</g>
|
|
23
|
+
<g fill="#0000CC">
|
|
24
|
+
<path id="xyz321" d="M42.8,74.3c0,4.3,0,5.9,11.8,5.9l4.1,0l0,3.8c-4.5-0.4-16.1-0.4-21.2-0.3c-5.1,0-16.6,0-21,0.4l0-3.8l4.1,0
|
|
25
|
+
c11.8,0,11.8-1.7,11.8-5.9l0-6.9C13.9,65.6,0,54.6,0,42c0-12.2,13.3-23.5,32.4-25.4l0-6.9c0-4.3,0-5.9-11.8-5.9l-4.1,0l0-3.8
|
|
26
|
+
c4.5,0.4,16.1,0.4,21.2,0.3c5.1,0,16.6,0,21-0.4l0,3.8l-4.1,0c-11.8,0-11.8,1.7-11.8,5.9l0,6.9C61.6,18.1,75.8,29.2,75.8,42
|
|
27
|
+
c0,12.4-13.8,23.9-33.1,25.4L42.8,74.3z M32.4,19.4c-18.7,2.5-19.9,16.2-19.9,22.6c0,7.6,2.3,20.2,20,22.5L32.4,19.4z M42.7,64.7
|
|
28
|
+
c18.8-2.2,20.7-15.4,20.6-22.8c0-9.3-3.5-20.6-20.7-22.6L42.7,64.7z"/>
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="201" height="211" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g>
|
|
3
|
+
<path fill="#efe8b8" stroke="#d6c47c" stroke-linecap="round" d="m2.75,49.51761l56.56,-46.26761c12.73,8.25 25.71001,7 46.44,0.75l-56.03999,47.23944l-22.72002,25.01056l-24.23999,-26.73239z" id="svg_2" stroke-width="7"/>
|
|
4
|
+
<path fill="#a03333" stroke="#3f3f3f" d="m3.75,203.25002c14.33301,7 30.66699,7 46,0l0,-152.00002c-14.66699,8 -32.33301,8 -47,0l1,152.00002zm45.75,-152.25002l56.25,-46.75l0,151l-56,48.00002m-47.25,-154.25002l57.25,-46.5" id="svg_1" stroke-width="7" stroke-linecap="round"/>
|
|
5
|
+
<path fill="#efe8b8" stroke="#d6c47c" stroke-linecap="round" d="m49.75,49.51801l56.56,-46.26801c12.72998,8.25 25.71002,7 46.44,0.75l-56.03998,47.239l-22.72003,25.011l-24.23999,-26.73199z" stroke-width="7" id="svg_5"/>
|
|
6
|
+
<path fill="#2f8e2f" stroke="#3f3f3f" d="m50.75,202.25c14.33301,7 30.66699,7.04253 46,0.04253l0,-151.04253c-14.66699,8 -32.33301,8 -47,0l1,151zm45.75,-151.25l56.25,-46.75l0,144.01219l-56,51.98782m-47.25,-151.25002l57.25,-46.5" stroke-width="7" stroke-linecap="round" id="svg_6"/>
|
|
7
|
+
<path fill="#efe8b8" stroke="#d6c47c" stroke-linecap="round" d="m95.75,49.51801l56.56,-46.26801c12.72998,8.25 25.71002,7 46.44,0.75l-56.03998,47.239l-22.72003,25.011l-24.23999,-26.73199z" stroke-width="7" id="svg_10"/>
|
|
8
|
+
<path fill="#336393" stroke="#3f3f3f" d="m96.75,200.29445c14.33301,7 30.66699,7 46,0l0,-149.04445c-14.66699,8 -32.33301,8 -47,0l1,149.04445zm45.75,-149.29445l56.25,-46.75l0,148.04445l-56,48m-47.25,-151.29445l57.25,-46.5" stroke-width="7" stroke-linecap="round" id="svg_11"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2,.cls-4{fill:none;}.cls-2,.cls-4{stroke:#fff;}.cls-2{stroke-miterlimit:10;}.cls-3,.cls-5{fill:#fff;}.cls-4,.cls-5{stroke-linejoin:round;}.cls-4{stroke-width:2px;}.cls-5{stroke:#f9ba00;stroke-linecap:round;stroke-width:3px;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><line class="cls-2" x1="7.99" y1="41.95" x2="17.41" y2="30.52"/><circle class="cls-3" cx="17.41" cy="30.52" r="1.91"/><polyline class="cls-4" points="25.86 7.52 20.44 19.98 10.97 24.73 7.99 41.95 23.86 35.62 27.22 25.51 39.56 15.35"/><line class="cls-5" x1="41.77" y1="37.09" x2="32.52" y2="37.09"/><line class="cls-5" x1="37.14" y1="41.71" x2="37.14" y2="32.46"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2,.cls-4{fill:none;}.cls-2,.cls-4{stroke:#fff;}.cls-2{stroke-miterlimit:10;}.cls-3,.cls-5{fill:#fff;}.cls-4,.cls-5{stroke-linejoin:round;}.cls-4{stroke-width:2px;}.cls-5{stroke:#f9ba00;stroke-linecap:round;stroke-width:3px;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><line class="cls-2" x1="9.53" y1="42.22" x2="18.96" y2="30.78"/><circle class="cls-3" cx="18.96" cy="30.78" r="1.91"/><polyline class="cls-4" points="27.4 7.78 21.98 20.24 12.52 25 9.53 42.22 25.4 35.88 28.76 25.77 41.1 15.62"/><line class="cls-5" x1="43.31" y1="37.35" x2="34.06" y2="37.35"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-4{fill:none;}.cls-2{fill:#fff;}.cls-2,.cls-5{stroke:#f9ba00;stroke-linecap:round;stroke-linejoin:round;}.cls-2,.cls-4,.cls-5{stroke-width:2px;}.cls-3,.cls-5{fill:#f9ba00;}.cls-4{stroke:#fff;stroke-miterlimit:10;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><line class="cls-2" x1="37.69" y1="13.2" x2="7.69" y2="29.44"/><circle class="cls-3" cx="40.46" cy="11.93" r="2.68"/><circle class="cls-3" cx="5.68" cy="30.67" r="2.68"/><path class="cls-4" d="M8.36,43.05C9.92,32,15,22.86,25.71,20.71c7.29-1.46,16.17,2.38,18.88,5.77"/><rect class="cls-5" x="19.27" y="19.38" width="4.67" height="4.67" transform="translate(43.32 0.12) rotate(90)"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2,.cls-3{fill:none;}.cls-2,.cls-3{stroke:#fff;stroke-miterlimit:10;}.cls-2,.cls-3,.cls-4{stroke-width:2px;}.cls-3{stroke-dasharray:3.21 3.21;}.cls-4{fill:#f9ba00;stroke:#f9ba00;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><path class="cls-2" d="M44.28,20.65V44.28S3.22,45.87,4.1,35c.48-5.95,5.83-9.8,8.55-14.71A22,22,0,0,0,15.22,7.45"/><line class="cls-2" x1="15.22" y1="7.45" x2="16.59" y2="8.07"/><polyline class="cls-3" points="19.51 9.4 30.28 14.29 41.46 19.37"/><line class="cls-2" x1="42.92" y1="20.03" x2="44.28" y2="20.65"/><rect class="cls-4" x="41.95" y="18.32" width="4.67" height="4.67"/><rect class="cls-4" x="12.57" y="5.11" width="4.67" height="4.67"/></g></g></svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-1 -1 110 110">
|
|
2
|
+
<line fill="none" id="svg_4" marker-start="url(#se_marker_start_svg_4)" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="5" x1="0" x2="42.58373" y1="0" y2="56.42415"/>
|
|
3
|
+
<line fill="none" id="svg_5" stroke="#000000" stroke-linecap="round" stroke-width="5" x1="99.99999" x2="42.58373" y1="56.42415" y2="56.42415"/>
|
|
4
|
+
<rect fill="none" height="26.47059" id="svg_2" stroke="#000000" stroke-dasharray="10,10" stroke-linecap="round" stroke-linejoin="round" stroke-width="5" width="55.02392" x="44.01914" y="16.71827"/>
|
|
5
|
+
<rect fill="none" height="32.73994" id="svg_3" stroke="#000000" stroke-dasharray="10,10" stroke-linecap="round" stroke-linejoin="null" stroke-width="5" width="55.98086" x="44.01914" y="67.56966"/>
|
|
6
|
+
<defs>
|
|
7
|
+
<marker class="leftarrow" id="se_marker_start_svg_4" markerHeight="5" markerUnits="strokeWidth" markerWidth="5" orient="auto" refX="0" refY="50" viewBox="0 0 100 100">
|
|
8
|
+
<path d="m0,50l100,40l-30,-40l30,-40l-100,40z" fill="#000000" id="svg_1" stroke="#000000" stroke-width="10"/>
|
|
9
|
+
</marker>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg_icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-60 -60 120 120">
|
|
2
|
+
<path stroke-width="10" stroke="#f9bc01" fill="#f9bc01" d="M-30,30 L0,-30 L30,30 Z"/>
|
|
3
|
+
</svg></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg_icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-60 -60 120 120">
|
|
2
|
+
<path stroke-width="10" stroke="#f9bc01" fill="none" d="M-30,30 L0,-30 L30,30 Z"/>
|
|
3
|
+
</svg></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-3{fill:none;}.cls-1,.cls-2{stroke:#fff;}.cls-1{stroke-linecap:round;stroke-miterlimit:10;stroke-width:4px;}.cls-2{fill:#fff;stroke-linejoin:round;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><path class="cls-1" d="M30.81,10.68A16.72,16.72,0,1,1,11.49,36"/><polygon class="cls-2" points="22.43 7.64 30.2 17.38 34.77 5.93 22.43 7.64"/><rect class="cls-3" width="51.04" height="49.47"/></g></g></svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="svg_90" x1="0" y1="0" x2="1" y2="1">
|
|
4
|
+
<stop offset="0" stop-color="#ccddff" stop-opacity="1"/>
|
|
5
|
+
<stop offset="1" stop-color="#789fed" stop-opacity="1"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="svg_92" x1="0" y1="0" x2="1" y2="1">
|
|
8
|
+
<stop offset="0" stop-color="#70a1e5" stop-opacity="1"/>
|
|
9
|
+
<stop offset="1" stop-color="#4b6baf" stop-opacity="1"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
</defs>
|
|
12
|
+
<rect x="2.5" y="2.5" width="8" height="7" fill="url(#svg_90)" stroke="url(#svg_92)" id="svg_87"/>
|
|
13
|
+
<rect x="5.5" y="6.5" width="8" height="7" id="svg_84" fill="#7399d6" stroke="url(#svg_92)"/>
|
|
14
|
+
<rect x="9.5" y="1.5" width="2" height="2" fill="#a0a0a0" stroke="#555555" id="svg_79"/>
|
|
15
|
+
<rect x="1.5" y="8.5" width="2" height="2" fill="#a0a0a0" stroke="#555555" id="svg_83"/>
|
|
16
|
+
<rect x="1.5" y="1.5" width="2" height="2" id="svg_78" fill="#a0a0a0" stroke="#555555"/>
|
|
17
|
+
<rect id="svg_93" x="12.5" y="5.5" width="2" height="2" fill="#a0a0a0" stroke="#555555"/>
|
|
18
|
+
<rect id="svg_94" x="12.5" y="12.5" width="2" height="2" fill="#a0a0a0" stroke="#555555"/>
|
|
19
|
+
<rect id="svg_95" x="4.5" y="12.5" width="2" height="2" fill="#a0a0a0" stroke="#555555"/>
|
|
20
|
+
<rect id="svg_96" x="4.5" y="5.5" width="2" height="2" fill="#a0a0a0" stroke="#555555"/>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="222" height="222" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path id="svg_1" d="m93.75,118.44922c-4.5,13.58447 -14.66553,11.5 -28.25,11.5l-34,0c-13.58447,0 -24.5,-7.16553 -24.5,-21.5c0,-14.33447 10.91553,-20.5 24.5,-20.5l34,0c13.58447,0 19.75,-2.33447 26.5,10.75" stroke-width="13" stroke="#3f3f3f" fill="none"/>
|
|
3
|
+
<g id="svg_11">
|
|
4
|
+
<line id="svg_4" y2="65.94563" x2="83.07683" y1="28.27895" x1="45.41017" stroke-linecap="round" stroke-width="8" stroke="#007fff" fill="none"/>
|
|
5
|
+
<line id="svg_5" y2="15.01293" x2="109.41467" y1="65.94638" x1="109.41467" stroke-linecap="round" stroke-width="8" stroke="#007fff" fill="none"/>
|
|
6
|
+
<line id="svg_6" y2="29.31928" x2="177.58937" y1="65.94638" x1="140.96227" stroke-linecap="round" stroke-width="8" stroke="#007fff" fill="none"/>
|
|
7
|
+
</g>
|
|
8
|
+
<g id="svg_12" transform="rotate(-180, 108, 172.111)">
|
|
9
|
+
<line y2="190.94563" x2="79.57683" y1="153.27895" x1="41.91017" stroke-linecap="round" stroke-width="8" stroke="#007fff" fill="none" id="svg_13"/>
|
|
10
|
+
<line y2="140.01293" x2="105.91467" y1="190.94638" x1="105.91467" stroke-linecap="round" stroke-width="8" stroke="#007fff" fill="none" id="svg_14"/>
|
|
11
|
+
<line y2="154.31928" x2="174.08937" y1="190.94638" x1="137.46227" stroke-linecap="round" stroke-width="8" stroke="#007fff" fill="none" id="svg_15"/>
|
|
12
|
+
</g>
|
|
13
|
+
<path transform="rotate(-180, 172.125, 108.926)" id="svg_2" d="m215.5,118.44901c-4.5,13.58499 -14.6655,11.5 -28.25,11.5l-34,0c-13.5845,0 -24.5,-7.16501 -24.5,-21.5c0,-14.3343 10.9155,-20.4998 24.5,-20.4998l34,0c13.5845,0 19.75,-2.3345 26.5,10.75" stroke-width="13" stroke="#3f3f3f" fill="none"/>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg_icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-60 -60 120 120">
|
|
2
|
+
<path stroke-width="10" stroke="#f9bc01" fill="none" d="m0,-50l0,100"/>
|
|
3
|
+
</svg></svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient y2="0.98047" x2="0.57813" y1="0.44922" x1="0.56641" id="svg_110">
|
|
4
|
+
<stop stop-opacity="1" stop-color="#ffff00" offset="0"/>
|
|
5
|
+
<stop stop-opacity="1" stop-color="#9e9e00" offset="1"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<path d="m1.42857,21.55559l10.71429,-19.36489l10.71429,19.20352l-21.42857,0.16137z" id="svg_44" fill="url(#svg_110)" stroke="#916d1f" stroke-width="2"/>
|
|
9
|
+
<path stroke="none" fill="#000000" id="svg_103" d="m11.98371,14.68571c-0.57143,-3.82857 -1.82857,-6.4 0.11429,-6.4c2.11429,0 0.74286,2.57143 0.11429,6.4l-0.22857,0z"/>
|
|
10
|
+
<circle stroke="none" fill="#000000" id="svg_104" r="1.17578" cy="17.37143" cx="12.14308"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!--
|
|
3
|
+
Copied from /editor/images/svg_edit_icons.svg#save but with id renamed, first stop-color changed to red, and SVG namespaces moved to root
|
|
4
|
+
-->
|
|
5
|
+
<g id="webappfind_save">
|
|
6
|
+
<svg viewBox="0 0 24 24">
|
|
7
|
+
<defs>
|
|
8
|
+
<linearGradient y2="0" x2="1" y1="0" x1="0" id="svg_41">
|
|
9
|
+
<stop stop-opacity="1" stop-color="red" offset="0"/>
|
|
10
|
+
<stop stop-opacity="1" stop-color="#d6d6d6" offset="1"/>
|
|
11
|
+
</linearGradient>
|
|
12
|
+
<linearGradient y2="0.875" x2="0.21484" y1="0.00391" x1="0.04297" id="svg_46">
|
|
13
|
+
<stop stop-opacity="1" stop-color="#81bbf4" offset="0"/>
|
|
14
|
+
<stop stop-opacity="1" stop-color="#376eb7" offset="1"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
</defs>
|
|
17
|
+
<path stroke="#202020" fill="#e0e0e0" id="svg_21" d="m1.51669,22.3458l21.13245,-0.10111l0,-6.06673l-2.62892,-9.80789l-16.27907,0.10111l-2.32558,9.20121l0.10111,6.67341z"/>
|
|
18
|
+
<rect stroke="#efefef" fill="url(#svg_41)" id="svg_32" height="4.75108" width="19.21031" y="16.58227" x="2.42667"/>
|
|
19
|
+
<path stroke="#ffffff" fill="#fddb8c" id="svg_42" d="m4.55005,11.12235l0.70779,-2.83114l13.04348,0l0.70779,3.13448c-0.70779,2.52781 -4.04479,3.84227 -7.17897,3.84227c-2.72977,0 -6.37007,-1.41557 -7.28008,-4.1456z"/>
|
|
20
|
+
<path stroke="#285582" fill="url(#svg_46)" id="svg_45" d="m7.14286,9.74903l5.21236,5.79151l5.50193,-5.88803l-2.50965,-0.09653l0,-2.79923c0,-2.3166 -2.3166,-5.59846 -6.56371,-5.59846c-4.05405,0 -6.27413,3.37838 -6.56371,6.75676c0.48263,-1.5444 2.7027,-4.53668 4.44015,-4.44015c2.12355,-0.09653 2.79923,1.64093 2.79923,3.37838l0.09653,2.79923l-2.41313,0.09653z"/>
|
|
21
|
+
</svg>
|
|
22
|
+
</g>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg_icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
2
|
+
<path id="svg_6" d="m19,42.5l-7.5,7.5l7.5,7.5l0,-15zm0,7.5l62,0l0,-7.5l7.5,7.5l-7.5,7.5l0,-7.5" stroke-width="8" stroke="#000000" fill="#000000"/>
|
|
3
|
+
</svg></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1{fill:#f9ba00;stroke:#f9ba00;}.cls-1,.cls-2,.cls-4{stroke-miterlimit:10;}.cls-2,.cls-4,.cls-5{fill:none;}.cls-2,.cls-4{stroke:#fff;stroke-width:2px;}.cls-3{fill:#fff;}.cls-4{stroke-dasharray:2.89 2.89;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><path class="cls-1" d="M12.77,36.19A16.27,16.27,0,1,1,33.26,15.52"/><path class="cls-2" d="M33.26,15.52A16.29,16.29,0,0,1,12.77,36.19"/><polyline class="cls-2" points="32.2 16.55 50.04 16.55 50.04 46.42 20.18 46.42 20.18 28.77"/><polyline class="cls-3" points="20.18 29.06 20.18 16.55 32.2 16.55"/><line class="cls-2" x1="44.97" y1="3.57" x2="43.92" y2="4.64"/><line class="cls-4" x1="41.89" y1="6.7" x2="6.47" y2="42.7"/><line class="cls-2" x1="5.46" y1="43.73" x2="4.4" y2="44.8"/><rect class="cls-5" width="51.04" height="49.47"/></g></g></svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="44" height="44" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
|
|
2
|
+
<defs>
|
|
3
|
+
<marker id="se_marker_start_svg_2" markerHeight="5" markerWidth="5" orient="auto" refX="50" refY="50" viewBox="0 0 100 100">
|
|
4
|
+
<path d="m0,50l100,40l-30,-40l30,-40l-100,40z" fill="#f9bc01" id="svg_3" stroke="#f9bc01" stroke-width="10"/>
|
|
5
|
+
</marker>
|
|
6
|
+
<marker id="se_marker_end_svg_2" markerHeight="5" markerWidth="5" orient="auto" refX="50" refY="50" viewBox="0 0 100 100">
|
|
7
|
+
<path d="m100,50l-100,40l30,-40l-30,-40l100,40z" fill="#f9bc01" id="svg_4" stroke="#f9bc01" stroke-width="10"/>
|
|
8
|
+
</marker>
|
|
9
|
+
</defs>
|
|
10
|
+
<g class="layer">
|
|
11
|
+
<title>Layer 1</title>
|
|
12
|
+
<text fill="#000000" font-family="serif" font-size="15" id="svg_1" stroke="#000000" stroke-width="0" text-anchor="middle" x="22.78779" xml:space="preserve" y="26.00814">A B</text>
|
|
13
|
+
<line fill="none" id="svg_2" marker-end="url(#se_marker_end_svg_2)" marker-start="url(#se_marker_start_svg_2)" stroke="#f9bc01" x1="16.19377" x2="29.36873" y1="20.75" y2="20.75"/>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg_icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-60 -60 120 120">
|
|
2
|
+
<path stroke-width="10" stroke="#f9bc01" fill="#f9bc01" d="m-30,30l60,-60m0,60l-60,-60"/>
|
|
3
|
+
</svg></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2,.cls-3{fill:none;}.cls-2,.cls-3{stroke:#fff;stroke-miterlimit:10;}.cls-2{stroke-linecap:round;stroke-width:5px;}.cls-3{stroke-width:2px;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><line class="cls-2" x1="31.92" y1="30.64" x2="41.34" y2="40.61"/><path class="cls-3" d="M33.77,20.34A11.49,11.49,0,1,1,22.29,8.86,11.46,11.46,0,0,1,33.77,20.34Z"/></g></g></svg>
|