From 872b51a40cd7f697576d4e97367452962e282f0e Mon Sep 17 00:00:00 2001 From: easylogic Date: Wed, 28 Apr 2021 01:04:18 +0900 Subject: [PATCH] Refactoring.... --- dist/3a8ca398e6a5c3b83f4de7c60843a9a0.png | Bin 4814 -> 0 bytes dist/color-assets.js | 386 +++++++++++++++++- dist/editor.css | 7 +- dist/editor.js | 2 +- dist/gradient-assets.js | 1 - dist/player.css | 7 +- dist/player.html | 1 - dist/player.js | 2 +- dist/react-component-plugin.js | 1 - dist/single.js | 1 + dist/vendors~antdesign-icons.js | 1 - dist/vendors~feather-icons.js | 330 --------------- dist/vendors~primer-oct-icons.js | 6 - dist/vendors~react-component-plugin.js | 30 -- dist/vendors~toast-ui-chart.js | 27 -- dist/vendors~vue-component-plugin.js | 1 - dist/vue-component-plugin.js | 1 - docs/color-assets.js | 2 +- docs/editor.css | 8 +- docs/editor.js | 2 +- docs/gradient-assets.js | 2 +- docs/index.html | 2 +- docs/player.css | 8 +- docs/player.html | 2 +- docs/player.js | 2 +- docs/react-component-plugin.js | 2 +- docs/service-worker.js | 2 +- docs/single.css | 26 ++ dist/index.html => docs/single.html | 2 +- docs/single.js | 1 + docs/vendors~antdesign-icons.js | 2 +- docs/vendors~feather-icons.js | 2 +- docs/vendors~primer-oct-icons.js | 4 +- docs/vendors~react-component-plugin.js | 8 +- docs/vendors~toast-ui-chart.js | 6 +- docs/vendors~vue-component-plugin.js | 2 +- docs/vue-component-plugin.js | 2 +- jsconfig.json | 5 +- package.json | 6 +- src/assets/extension/manifest.json | 2 +- src/assets/whale/manifest.json | 2 +- src/dev-single-index.html | 28 ++ .../designeditor/DesignEditor.js | 8 +- .../designeditor/index.js | 0 .../designplayer/DesignPlayer.js | 9 +- .../designplayer/index.js | 0 .../singleeditor/SingleEditor.js | 295 +++++++++++++ src/editor-layouts/singleeditor/index.js | 21 + src/el/base/App.js | 1 - src/el/base/Dom.js | 8 + src/el/base/EventMachine.js | 2 +- .../{registerElement.js => registElement.js} | 0 .../commands/addBackgroundImageGradient.js | 3 + src/el/editor/commands/addLayerView.js | 5 +- src/el/editor/commands/index.js | 2 - src/el/editor/commands/newComponent.js | 5 - src/el/editor/commands/toggle.fullscreen.js | 8 - src/el/editor/items/layers/ChartLayer.js | 5 - src/el/editor/manager/Editor.js | 6 +- src/el/editor/manager/RendererManager.js | 2 - src/el/editor/manager/WorkbenchManager.js | 21 + .../editor/property-parser/BackgroundImage.js | 8 - .../image-resource/ColorStep.js | 10 + .../editor/renderer/HTMLRenderer/DomRender.js | 2 +- src/el/editor/ui/control/ArtboardItems.js | 2 +- src/el/editor/ui/control/ComponentItems.js | 2 +- src/el/editor/ui/control/Inspector.js | 2 +- src/el/editor/ui/control/LayerTab.js | 2 +- src/el/editor/ui/control/LibraryItems.js | 2 +- src/el/editor/ui/control/ObjectItems.js | 2 +- src/el/editor/ui/control/ObjectList.js | 2 +- src/el/editor/ui/control/ShortCutItems.js | 2 +- src/el/editor/ui/control/TimelineProperty.js | 2 +- .../control/timeline/KeyframeTimeControl.js | 2 +- .../control/timeline/KeyframeTimeGridView.js | 2 +- .../ui/control/timeline/KeyframeTimeView.js | 2 +- .../control/timeline/TimelineKeyframeList.js | 2 +- .../ui/control/timeline/TimelineObjectList.js | 2 +- .../control/timeline/TimelinePlayControl.js | 2 +- .../ui/control/timeline/TimelineTopToolbar.js | 2 +- .../control/timeline/TimelineValueEditor.js | 2 +- src/el/editor/ui/menu-items/AddArtboard.js | 6 +- src/el/editor/ui/menu-items/AddBone.js | 2 +- src/el/editor/ui/menu-items/AddCircle.js | 2 +- src/el/editor/ui/menu-items/AddCube.js | 2 +- src/el/editor/ui/menu-items/AddCylinder.js | 2 +- src/el/editor/ui/menu-items/AddDrawBrush.js | 2 +- src/el/editor/ui/menu-items/AddDrawPath.js | 2 +- src/el/editor/ui/menu-items/AddIFrame.js | 2 +- src/el/editor/ui/menu-items/AddImage.js | 2 +- src/el/editor/ui/menu-items/AddPath.js | 2 +- src/el/editor/ui/menu-items/AddRect.js | 2 +- src/el/editor/ui/menu-items/AddRedGL.js | 2 +- src/el/editor/ui/menu-items/AddSVGCircle.js | 2 +- src/el/editor/ui/menu-items/AddSVGRect.js | 2 +- src/el/editor/ui/menu-items/AddSVGText.js | 2 +- src/el/editor/ui/menu-items/AddSVGTextPath.js | 2 +- src/el/editor/ui/menu-items/AddSphere.js | 2 +- src/el/editor/ui/menu-items/AddText.js | 2 +- src/el/editor/ui/menu-items/AddVideo.js | 2 +- src/el/editor/ui/menu-items/BottomAlign.js | 2 +- src/el/editor/ui/menu-items/CenterAlign.js | 2 +- src/el/editor/ui/menu-items/Download.js | 2 +- src/el/editor/ui/menu-items/ExportCodePen.js | 2 +- src/el/editor/ui/menu-items/ExportView.js | 2 +- src/el/editor/ui/menu-items/Fullscreen.js | 2 +- src/el/editor/ui/menu-items/Github.js | 2 +- src/el/editor/ui/menu-items/KeyBoard.js | 2 +- src/el/editor/ui/menu-items/LeftAlign.js | 2 +- src/el/editor/ui/menu-items/LoginButton.js | 2 +- src/el/editor/ui/menu-items/Manual.js | 2 +- src/el/editor/ui/menu-items/MiddleAlign.js | 2 +- src/el/editor/ui/menu-items/Projects.js | 2 +- src/el/editor/ui/menu-items/RightAlign.js | 2 +- src/el/editor/ui/menu-items/SameHeight.js | 2 +- src/el/editor/ui/menu-items/SameWidth.js | 2 +- src/el/editor/ui/menu-items/Save.js | 2 +- src/el/editor/ui/menu-items/SelectTool.js | 2 +- src/el/editor/ui/menu-items/SignButton.js | 2 +- src/el/editor/ui/menu-items/TopAlign.js | 2 +- .../editor/ui/popup/AnimationPropertyPopup.js | 2 +- .../ui/popup/BackgroundImagePositionPopup.js | 2 +- .../editor/ui/popup/BoxShadowPropertyPopup.js | 2 +- src/el/editor/ui/popup/ClipPathPopup.js | 2 +- src/el/editor/ui/popup/ColorPickerPopup.js | 2 +- src/el/editor/ui/popup/FillPickerPopup.js | 2 +- src/el/editor/ui/popup/GradientPickerPopup.js | 2 +- src/el/editor/ui/popup/ImageSelectPopup.js | 2 +- src/el/editor/ui/popup/KeyframePopup.js | 2 +- src/el/editor/ui/popup/PatternInfoPopup.js | 2 +- src/el/editor/ui/popup/SVGFilterPopup.js | 2 +- src/el/editor/ui/popup/SelectorPopup.js | 2 +- .../ui/popup/TextShadowPropertyPopup.js | 2 +- .../ui/popup/TransitionPropertyPopup.js | 2 +- .../property-editor/BackgroundImageEditor.js | 5 +- .../BackgroundPositionEditor.js | 2 +- .../ui/property-editor/BlendSelectEditor.js | 2 +- .../editor/ui/property-editor/BorderEditor.js | 2 +- .../ui/property-editor/BorderRadiusEditor.js | 2 +- .../ui/property-editor/BorderValueEditor.js | 2 +- .../ui/property-editor/BoxShadowEditor.js | 2 +- .../ui/property-editor/CSSPropertyEditor.js | 2 +- .../ui/property-editor/CheckBoxEditor.js | 2 +- .../ui/property-editor/ClipPathEditor.js | 2 +- .../ui/property-editor/ColorAssetsEditor.js | 2 +- .../ui/property-editor/ColorMatrixEditor.js | 2 +- .../ui/property-editor/ColorPickerEditor.js | 2 +- .../ui/property-editor/ColorSingleEditor.js | 2 +- .../ui/property-editor/ColorViewEditor.js | 2 +- .../ui/property-editor/CubicBezierEditor.js | 2 +- .../ui/property-editor/DirectionEditor.js | 2 +- .../ui/property-editor/EmbedColorPicker.js | 2 +- .../editor/ui/property-editor/FillEditor.js | 2 +- .../ui/property-editor/FillSingleEditor.js | 2 +- .../editor/ui/property-editor/FilterEditor.js | 2 +- .../ui/property-editor/FlexLayoutEditor.js | 2 +- .../property-editor/FlexLayoutItemEditor.js | 2 +- .../ui/property-editor/FontSelectEditor.js | 2 +- .../ui/property-editor/FuncFilterEditor.js | 2 +- .../ui/property-editor/GradientEditor.js | 7 +- .../property-editor/GradientSingleEditor.js | 2 +- .../ui/property-editor/GridBoxEditor.js | 2 +- .../ui/property-editor/GridGapEditor.js | 2 +- .../ui/property-editor/GridLayoutEditor.js | 2 +- .../property-editor/GridLayoutItemEditor.js | 2 +- .../ui/property-editor/IconListViewEditor.js | 2 +- .../ui/property-editor/ImageSelectEditor.js | 2 +- .../ui/property-editor/InputArrayEditor.js | 2 +- .../ui/property-editor/InputRangeEditor.js | 2 +- .../property-editor/IterationCountEditor.js | 2 +- .../ui/property-editor/MediaProgressEditor.js | 2 +- .../ui/property-editor/NumberInputEditor.js | 2 +- .../ui/property-editor/NumberRangeEditor.js | 2 +- .../editor/ui/property-editor/OffsetEditor.js | 2 +- .../property-editor/OffsetPathListEditor.js | 2 +- .../ui/property-editor/PathDataEditor.js | 2 +- .../ui/property-editor/PatternEditor.js | 2 +- .../ui/property-editor/PatternSizeEditor.js | 2 +- .../PerspectiveOriginEditor.js | 2 +- .../ui/property-editor/PolygonDataEditor.js | 2 +- .../editor/ui/property-editor/RangeEditor.js | 2 +- .../ui/property-editor/SVGClipPathEditor.js | 2 +- .../ui/property-editor/SVGFilterEditor.js | 2 +- .../property-editor/SVGFilterSelectEditor.js | 2 +- .../editor/ui/property-editor/SelectEditor.js | 2 +- .../ui/property-editor/SelectIconEditor.js | 2 +- .../property-editor/StrokeDashArrayEditor.js | 2 +- .../ui/property-editor/TextAreaEditor.js | 2 +- .../editor/ui/property-editor/TextEditor.js | 6 +- .../ui/property-editor/TextShadowEditor.js | 2 +- .../ui/property-editor/TransformEditor.js | 2 +- .../property-editor/TransformOriginEditor.js | 2 +- src/el/editor/ui/property-editor/VarEditor.js | 2 +- .../property-editor/clip-path/CircleEditor.js | 2 +- .../editor/ui/property/AlignmentProperty.js | 2 +- .../editor/ui/property/AnimationProperty.js | 2 +- .../ui/property/AntDesignIconsProperty.js | 2 +- .../editor/ui/property/AppearanceProperty.js | 2 +- .../ui/property/ArtBoardSizeProperty.js | 2 +- .../ui/property/BackdropFilterProperty.js | 2 +- .../ui/property/BackgroundClipProperty.js | 2 +- .../ui/property/BackgroundImageProperty.js | 3 +- .../editor/ui/property/BorderImageProperty.js | 2 +- .../editor/ui/property/BorderNewProperty.js | 2 +- .../ui/property/BorderRadiusProperty.js | 2 +- src/el/editor/ui/property/BoxModelProperty.js | 2 +- .../editor/ui/property/BoxShadowProperty.js | 2 +- src/el/editor/ui/property/ClipPathProperty.js | 2 +- src/el/editor/ui/property/CodeViewProperty.js | 2 +- .../editor/ui/property/ColorAssetsProperty.js | 2 +- .../editor/ui/property/ComponentProperty.js | 2 +- src/el/editor/ui/property/ContentProperty.js | 2 +- src/el/editor/ui/property/DisplayProperty.js | 2 +- src/el/editor/ui/property/ExportProperty.js | 2 +- .../ui/property/FeatherIconsProperty.js | 3 +- src/el/editor/ui/property/FilterProperty.js | 2 +- .../ui/property/FlexLayoutItemProperty.js | 2 +- src/el/editor/ui/property/FontProperty.js | 2 +- .../editor/ui/property/FontSpacingProperty.js | 2 +- .../ui/property/GradientAssetsProperty.js | 2 +- .../ui/property/GridLayoutItemProperty.js | 2 +- src/el/editor/ui/property/HistoryProperty.js | 2 +- src/el/editor/ui/property/IFrameProperty.js | 2 +- src/el/editor/ui/property/ImageAssetPicker.js | 2 +- .../editor/ui/property/ImageAssetsProperty.js | 2 +- src/el/editor/ui/property/ImageProperty.js | 2 +- src/el/editor/ui/property/KeyframeProperty.js | 2 +- .../editor/ui/property/LayerTreeProperty.js | 2 +- src/el/editor/ui/property/LayoutProperty.js | 2 +- src/el/editor/ui/property/MotionProperty.js | 2 +- src/el/editor/ui/property/PathDataProperty.js | 2 +- .../ui/property/PatternAssetsProperty.js | 2 +- src/el/editor/ui/property/PatternProperty.js | 2 +- .../ui/property/PerspectiveOriginProperty.js | 2 +- .../editor/ui/property/PerspectiveProperty.js | 2 +- src/el/editor/ui/property/PositionProperty.js | 2 +- .../ui/property/PrimerOctIconsProperty.js | 2 +- .../ui/property/ProjectInformationProperty.js | 2 +- src/el/editor/ui/property/ProjectProperty.js | 2 +- .../ui/property/SVGFilterAssetsProperty.js | 2 +- .../ui/property/SVGImageAssetsProperty.js | 2 +- src/el/editor/ui/property/SVGItemProperty.js | 2 +- src/el/editor/ui/property/SVGTextProperty.js | 2 +- src/el/editor/ui/property/SelectorProperty.js | 2 +- src/el/editor/ui/property/TextClipProperty.js | 2 +- src/el/editor/ui/property/TextFillProperty.js | 2 +- src/el/editor/ui/property/TextProperty.js | 2 +- .../editor/ui/property/TextShadowProperty.js | 2 +- .../ui/property/TimelineAnimationProperty.js | 2 +- .../ui/property/TransformOriginProperty.js | 2 +- .../editor/ui/property/TransformProperty.js | 2 +- .../editor/ui/property/TransitionProperty.js | 2 +- .../editor/ui/property/VideoAssetsProperty.js | 2 +- src/el/editor/ui/property/VideoProperty.js | 2 +- .../ui/status-bar-items/LanguageSelector.js | 2 +- .../ui/status-bar-items/LayoutSelector.js | 2 +- .../ui/status-bar-items/ThemeSwitcher.js | 2 +- .../editor/ui/status-bar-items/VersionView.js | 2 +- src/el/editor/ui/view-items/BrushDrawView.js | 2 +- src/el/editor/ui/view-items/DrawManager.js | 2 +- .../ui/view-items/GridLayoutLineView.js | 2 +- .../ui/view-items/GroupSelectionToolView.js | 2 +- src/el/editor/ui/view-items/GuideLineView.js | 4 +- src/el/editor/ui/view-items/HoverView.js | 7 +- .../editor/ui/view-items/LayerAppendView.js | 2 +- src/el/editor/ui/view-items/PageSubEditor.js | 2 +- src/el/editor/ui/view-items/PageTools.js | 2 +- src/el/editor/ui/view-items/PathDrawView.js | 2 +- src/el/editor/ui/view-items/PathEditorView.js | 2 +- src/el/editor/ui/view-items/PathManager.js | 2 +- .../editor/ui/view-items/RotateEditorView.js | 2 +- .../editor/ui/view-items/SelectionInfoView.js | 17 +- .../editor/ui/view-items/SelectionToolView.js | 2 +- src/el/editor/ui/view/CanvasView.js | 2 +- src/el/editor/ui/view/ExternalToolMenu.js | 2 +- src/el/editor/ui/view/HorizontalRuler.js | 8 +- src/el/editor/ui/view/LogoView.js | 2 +- src/el/editor/ui/view/NotificationView.js | 2 +- src/el/editor/ui/view/PlayCanvasView.js | 2 +- src/el/editor/ui/view/PreviewToolMenu.js | 2 +- src/el/editor/ui/view/SingleToolBar.js | 50 +++ src/el/editor/ui/view/SingleToolMenu.js | 56 +++ src/el/editor/ui/view/StatusBar.js | 2 +- src/el/editor/ui/view/ToolBar.js | 2 +- src/el/editor/ui/view/ToolMenu.js | 4 +- src/el/editor/ui/view/VerticalRuler.js | 8 +- src/el/editor/ui/view/index.js | 2 + .../ui/view/render-view/ArtboardPreview.js | 2 +- .../ui/view/render-view/HTMLRenderView.js | 15 +- .../view/render-view/PlayerHTMLRenderView.js | 2 +- .../editor/ui/view/render-view/StyleView.js | 8 +- src/el/editor/ui/window-list/ExportWindow.js | 2 +- src/el/editor/ui/window-list/LoginWindow.js | 2 +- .../editor/ui/window-list/ShortcutWindow.js | 2 +- src/el/editor/ui/window-list/SignWindow.js | 2 +- src/el/i18n/locales/en_US.js | 2 +- src/el/plugins/AreaChart/index.js | 2 +- src/el/plugins/BarChart/BarChartHTMLRender.js | 1 + src/el/plugins/BarChart/BarChartLayer.js | 1 + src/el/plugins/BarChart/index.js | 4 +- src/el/plugins/LineChart/index.js | 2 +- src/el/plugins/ReactComponent/index.js | 2 +- src/el/plugins/SimplePlugin/index.js | 2 +- src/el/plugins/VueComponent/index.js | 2 +- src/electron.js | 2 +- src/index-player.js | 18 +- src/index-single.js | 13 + src/index.js | 2 +- src/popup.js | 2 +- src/pwa-player.js | 2 +- src/pwa.js | 2 +- src/scss/designeditor.scss | 18 +- .../editor/select-icon-editor.scss | 2 +- src/scss/designeditor/editor/text-editor.scss | 1 + src/scss/designeditor/hover-view.scss | 2 +- src/scss/designeditor/layout.scss | 2 + src/scss/designeditor/tooltip.scss | 5 +- webpack.config.js | 13 +- webpack.dev.config.js | 14 +- webpack.dist.config.js | 31 +- 320 files changed, 1338 insertions(+), 801 deletions(-) delete mode 100644 dist/3a8ca398e6a5c3b83f4de7c60843a9a0.png delete mode 100644 dist/gradient-assets.js delete mode 100644 dist/player.html delete mode 100644 dist/react-component-plugin.js create mode 100644 dist/single.js delete mode 100644 dist/vendors~antdesign-icons.js delete mode 100644 dist/vendors~feather-icons.js delete mode 100644 dist/vendors~primer-oct-icons.js delete mode 100644 dist/vendors~react-component-plugin.js delete mode 100644 dist/vendors~toast-ui-chart.js delete mode 100644 dist/vendors~vue-component-plugin.js delete mode 100644 dist/vue-component-plugin.js create mode 100644 docs/single.css rename dist/index.html => docs/single.html (76%) create mode 100644 docs/single.js create mode 100644 src/dev-single-index.html rename src/{ => editor-layouts}/designeditor/DesignEditor.js (98%) rename src/{ => editor-layouts}/designeditor/index.js (100%) rename src/{ => editor-layouts}/designplayer/DesignPlayer.js (87%) rename src/{ => editor-layouts}/designplayer/index.js (100%) create mode 100644 src/editor-layouts/singleeditor/SingleEditor.js create mode 100644 src/editor-layouts/singleeditor/index.js rename src/el/base/{registerElement.js => registElement.js} (100%) delete mode 100644 src/el/editor/commands/toggle.fullscreen.js create mode 100644 src/el/editor/manager/WorkbenchManager.js create mode 100644 src/el/editor/ui/view/SingleToolBar.js create mode 100644 src/el/editor/ui/view/SingleToolMenu.js create mode 100644 src/index-single.js diff --git a/dist/3a8ca398e6a5c3b83f4de7c60843a9a0.png b/dist/3a8ca398e6a5c3b83f4de7c60843a9a0.png deleted file mode 100644 index aff209909b2d794ce5834ba39593e1cad98291c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4814 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 D_H~(~ diff --git a/dist/color-assets.js b/dist/color-assets.js index d4aeb6c84..6f394d044 100644 --- a/dist/color-assets.js +++ b/dist/color-assets.js @@ -1 +1,385 @@ -(window.webpackJsonpEasylogicStudio=window.webpackJsonpEasylogicStudio||[]).push([[0],{141:function(e,t,r){"use strict";r.r(t);var a=r(35),f=(r(96),{title:"random",key:"random",execute:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:42,t=a.a.randomByCount(e).map((function(e){return{color:e}}));return t.sort((function(e,t){var r=a.a.parse(e.color),f=a.a.parse(t.color);return r.h>f.h?1:-1})),t}}),n=["#ffebee","#ffcdd2","#ef9a9a","#e57373","#ef5350","#f44336","#e53935","#d32f2f","#c62828","#b71c1c","#f44336","#ff8a80","#ff5252","#ff1744","#d50000"].map((function(e){return{color:e}})),F={title:"material red",key:"material-red",execute:function(){return n}},c=["#fce4ec","#f8bbd0","#f48fb1","#f06292","#ec407a","#e91e63","#d81b60","#c2185b","#ad1457","#880e4f","#e91e63","#ff80ab","#ff4081","#f50057","#c51162"].map((function(e){return{color:e}})),u={title:"material pink",key:"material-pink",execute:function(){return c}},i=["#f3e5f5","#e1bee7","#ce93d8","#ba68c8","#ab47bc","#9c27b0","#8e24aa","#7b1fa2","#6a1b9a","#4a148c","#9c27b0","#ea80fc","#e040fb","#d500f9","#aa00ff"].map((function(e){return{color:e}})),o={title:"material purple",key:"material-purple",execute:function(){return i}},l=["#ede7f6","#d1c4e9","#b39ddb","#9575cd","#7e57c2","#673ab7","#5e35b1","#512da8","#4527a0","#311b92","#673ab7","#b388ff","#7c4dff","#651fff","#6200ea"].map((function(e){return{color:e}})),b={title:"material deep purple",key:"material-deeppurple",execute:function(){return l}},E=["#e8eaf6","#c5cae9","#9fa8da","#7986cb","#5c6bc0","#3f51b5","#3949ab","#303f9f","#283593","#1a237e","#3f51b5","#8c9eff","#536dfe","#3d5afe","#304ffe"].map((function(e){return{color:e}})),m={title:"material indigo",key:"material-indigo",execute:function(){return E}},d=["#e3f2fd","#bbdefb","#90caf9","#64b5f6","#42a5f5","#2196f3","#1e88e5","#1976d2","#1565c0","#0d47a1","#2196f3","#82b1ff","#448aff","#2979ff","#2962ff"].map((function(e){return{color:e}})),C={title:"material blue",key:"material-blue",execute:function(){return d}},p=["#e1f5fe","#b3e5fc","#81d4fa","#4fc3f7","#29b6f6","#03a9f4","#039be5","#0288d1","#0277bd","#01579b","#03a9f4","#80d8ff","#40c4ff","#00b0ff","#0091ea"].map((function(e){return{color:e}})),D={title:"material light blue",key:"material-lightblue",execute:function(){return p}},y=["#e0f7fa","#b2ebf2","#80deea","#4dd0e1","#26c6da","#00bcd4","#00acc1","#0097a7","#00838f","#006064","#00bcd4","#84ffff","#18ffff","#00e5ff","#00b8d4"].map((function(e){return{color:e}})),A={title:"material cyan",key:"material-cyan",execute:function(){return y}},B=["#e0f2f1","#b2dfdb","#80cbc4","#4db6ac","#26a69a","#009688","#00897b","#00796b","#00695c","#004d40","#009688","#a7ffeb","#64ffda","#1de9b6","#00bfa5"].map((function(e){return{color:e}})),k={title:"material teal",key:"material-teal",execute:function(){return B}},g=["#E8F5E9","#C8E6C9","#A5D6A7","#81C784","#66BB6A","#4CAF50","#43A047","#388E3C","#2E7D32","#1B5E20","#B9F6CA","#69F0AE","#00E676","#00C853"].map((function(e){return{color:e}})),x={title:"material green",key:"material-green",execute:function(){return g}},s=["#F1F8E9","#DCEDC8","#C5E1A5","#AED581","#9CCC65","#8BC34A","#7CB342","#689F38","#558B2F","#33691E","#CCFF90","#B2FF59","#76FF03","#64DD17"].map((function(e){return{color:e}})),h={title:"material lightgreen",key:"material-lightgreen",execute:function(){return s}},w=["#F9FBE7","#F0F4C3","#E6EE9C","#DCE775","#D4E157","#CDDC39","#C0CA33","#AFB42B","#9E9D24","#827717","#F4FF81","#EEFF41","#C6FF00","#AEEA00"].map((function(e){return{color:e}})),v={title:"material lime",key:"material-lime",execute:function(){return w}},J=["#FFFDE7","#FFF9C4","#FFF59D","#FFF176","#FFEE58","#FFEB3B","#FDD835","#FBC02D","#F9A825","#F57F17","#FFFF8D","#FFFF00","#FFEA00","#FFD600"].map((function(e){return{color:e}})),S={title:"material yellow",key:"material-yellow",execute:function(){return J}},j=["#FFF8E1","#FFECB3","#FFE082","#FFD54F","#FFCA28","#FFC107","#FFB300","#FFA000","#FF8F00","#FF6F00","#FFE57F","#FFD740","#FFC400","#FFAB00"].map((function(e){return{color:e}})),q={title:"material amber",key:"material-amber",execute:function(){return j}},z=["#FFF3E0","#FFE0B2","#FFCC80","#FFB74D","#FFA726","#FF9800","#FB8C00","#F57C00","#EF6C00","#E65100","#FFD180","#FFAB40","#FF9100","#FF6D00"].map((function(e){return{color:e}})),G={title:"material orange",key:"material-orange",execute:function(){return z}},H=["#FBE9E7","#FFCCBC","#FFAB91","#FF8A65","#FF7043","#FF5722","#F4511E","#E64A19","#D84315","#BF360C","#FF9E80","#FF6E40","#FF3D00","#DD2C00"].map((function(e){return{color:e}})),I={title:"material deep orange",key:"material-deeporange",execute:function(){return H}},K=["#EFEBE9","#D7CCC8","#BCAAA4","#A1887F","#8D6E63","#795548","#6D4C41","#5D4037","#4E342E","#3E2723"].map((function(e){return{color:e}})),L={title:"material brown",key:"material-brown",execute:function(){return K}},M=["#FAFAFA","#F5F5F5","#EEEEEE","#E0E0E0","#BDBDBD","#9E9E9E","#757575","#616161","#424242","#212121"].map((function(e){return{color:e}})),N={title:"material gray",key:"material-gray",execute:function(){return M}},O=["#ECEFF1","#CFD8DC","#B0BEC5","#90A4AE","#78909C","#607D8B","#546E7A","#455A64","#37474F","#263238"].map((function(e){return{color:e}})),P={title:"material bluegray",key:"material-bluegray",execute:function(){return O}},Q=["#f8f9fa","#f1f3f5","#e9ecef","#dee2e6","#ced4da","#adb5bd","#868e96","#495057","#343a40","#212529"].map((function(e){return{color:e}})),R={title:"opencolor gray",resource:"https://yeun.github.io/open-color/",key:"opencolor-gray",execute:function(){return Q}};t.default=[f,R,F,u,o,b,m,C,D,A,k,x,h,v,S,q,G,I,L,N,P]}}]); \ No newline at end of file +(window.webpackJsonpEasylogicStudio=window.webpackJsonpEasylogicStudio||[]).push([[0],{178:function(e,t,n){"use strict";(function(e){function a(e,t){const n=Object.create(null),a=e.split(",");for(let e=0;e!!n[e.toLowerCase()]:e=>!!n[e]}n.d(t,"a",(function(){return x})),n.d(t,"b",(function(){return b})),n.d(t,"c",(function(){return w})),n.d(t,"d",(function(){return M})),n.d(t,"e",(function(){return i})),n.d(t,"f",(function(){return G})),n.d(t,"g",(function(){return Q})),n.d(t,"h",(function(){return te})),n.d(t,"i",(function(){return C})),n.d(t,"j",(function(){return ie})),n.d(t,"k",(function(){return J})),n.d(t,"l",(function(){return A})),n.d(t,"m",(function(){return K})),n.d(t,"n",(function(){return ee})),n.d(t,"o",(function(){return O})),n.d(t,"p",(function(){return E})),n.d(t,"q",(function(){return r})),n.d(t,"r",(function(){return p})),n.d(t,"s",(function(){return Y})),n.d(t,"t",(function(){return j})),n.d(t,"u",(function(){return S})),n.d(t,"v",(function(){return P})),n.d(t,"w",(function(){return V})),n.d(t,"x",(function(){return D})),n.d(t,"y",(function(){return $})),n.d(t,"z",(function(){return v})),n.d(t,"A",(function(){return B})),n.d(t,"B",(function(){return l})),n.d(t,"C",(function(){return _})),n.d(t,"D",(function(){return R})),n.d(t,"E",(function(){return f})),n.d(t,"F",(function(){return m})),n.d(t,"G",(function(){return g})),n.d(t,"H",(function(){return a})),n.d(t,"I",(function(){return u})),n.d(t,"J",(function(){return o})),n.d(t,"K",(function(){return d})),n.d(t,"L",(function(){return L})),n.d(t,"M",(function(){return z})),n.d(t,"N",(function(){return Z})),n.d(t,"O",(function(){return ne})),n.d(t,"P",(function(){return N}));const i={1:"TEXT",2:"CLASS",4:"STYLE",8:"PROPS",16:"FULL_PROPS",32:"HYDRATE_EVENTS",64:"STABLE_FRAGMENT",128:"KEYED_FRAGMENT",256:"UNKEYED_FRAGMENT",512:"NEED_PATCH",1024:"DYNAMIC_SLOTS",2048:"DEV_ROOT_FRAGMENT",[-1]:"HOISTED",[-2]:"BAIL"},r=a("Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt");const c="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",l=a(c);function o(e){if(O(e)){const t={};for(let n=0;n{if(e){const n=e.split(h);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function u(e){let t="";if(_(e))t=e;else if(O(e))for(let n=0;nm(e,t))}const z=e=>null==e?"":P(e)?JSON.stringify(e,y,2):String(e),y=(e,t)=>j(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((e,[t,n])=>(e[t+" =>"]=n,e),{})}:B(t)?{[`Set(${t.size})`]:[...t.values()]}:!P(t)||O(t)||W(t)?t:String(t),b={},x=[],M=()=>{},w=()=>!1,H=/^on[^a-z]/,V=e=>H.test(e),S=e=>e.startsWith("onUpdate:"),C=Object.assign,L=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},k=Object.prototype.hasOwnProperty,A=(e,t)=>k.call(e,t),O=Array.isArray,j=e=>"[object Map]"===I(e),B=e=>"[object Set]"===I(e),T=e=>e instanceof Date,E=e=>"function"==typeof e,_=e=>"string"==typeof e,R=e=>"symbol"==typeof e,P=e=>null!==e&&"object"==typeof e,D=e=>P(e)&&E(e.then)&&E(e.catch),F=Object.prototype.toString,I=e=>F.call(e),N=e=>I(e).slice(8,-1),W=e=>"[object Object]"===I(e),Y=e=>_(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,$=a(",key,ref,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),U=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},q=/-(\w)/g,G=U(e=>e.replace(q,(e,t)=>t?t.toUpperCase():"")),X=/\B([A-Z])/g,K=U(e=>e.replace(X,"-$1").toLowerCase()),Q=U(e=>e.charAt(0).toUpperCase()+e.slice(1)),Z=U(e=>e?"on"+Q(e):""),J=(e,t)=>e!==t&&(e==e||t==t),ee=(e,t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},ne=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let ae;const ie=()=>ae||(ae="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==e?e:{})}).call(this,n(187))},179:function(e,t,n){"use strict"; +/* +object-assign +(c) Sindre Sorhus +@license MIT +*/var a=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function c(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var a={};return"abcdefghijklmnopqrst".split("").forEach((function(e){a[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},a)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,l,o=c(e),s=1;s"},"24":{"width":24,"path":""}}},"archive":{"name":"archive","keywords":["box","catalog"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"arrow-both":{"name":"arrow-both","keywords":["point","direction","left","right"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"arrow-down":{"name":"arrow-down","keywords":["point","direction"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"arrow-down-left":{"name":"arrow-down-left","keywords":[],"heights":{"24":{"width":24,"path":""}}},"arrow-down-right":{"name":"arrow-down-right","keywords":[],"heights":{"24":{"width":24,"path":""}}},"arrow-left":{"name":"arrow-left","keywords":["point","direction"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"arrow-right":{"name":"arrow-right","keywords":["point","direction"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"arrow-switch":{"name":"arrow-switch","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"arrow-up":{"name":"arrow-up","keywords":["point","direction"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"arrow-up-left":{"name":"arrow-up-left","keywords":[],"heights":{"24":{"width":24,"path":""}}},"arrow-up-right":{"name":"arrow-up-right","keywords":[],"heights":{"24":{"width":24,"path":""}}},"beaker":{"name":"beaker","keywords":["experiment","labs","experimental","feature","test","science","education","study","development","testing"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"bell":{"name":"bell","keywords":["notification"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"bell-fill":{"name":"bell-fill","keywords":[],"heights":{"24":{"width":24,"path":""}}},"bell-slash":{"name":"bell-slash","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"bold":{"name":"bold","keywords":["markdown","bold","text"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"book":{"name":"book","keywords":["book","journal","wiki","readme"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"bookmark":{"name":"bookmark","keywords":["tab","star"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"bookmark-fill":{"name":"bookmark-fill","keywords":[],"heights":{"24":{"width":24,"path":""}}},"bookmark-slash":{"name":"bookmark-slash","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"bookmark-slash-fill":{"name":"bookmark-slash-fill","keywords":[],"heights":{"24":{"width":24,"path":""}}},"briefcase":{"name":"briefcase","keywords":["suitcase","business"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"broadcast":{"name":"broadcast","keywords":["rss","radio","signal"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"browser":{"name":"browser","keywords":["window","web"],"heights":{"16":{"width":16,"path":""}}},"bug":{"name":"bug","keywords":["insect","issue"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"calendar":{"name":"calendar","keywords":["time","day","month","year","date","appointment"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"check":{"name":"check","keywords":["mark","yes","confirm","accept","ok","success"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"check-circle":{"name":"check-circle","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"check-circle-fill":{"name":"check-circle-fill","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"checklist":{"name":"checklist","keywords":["todo","tasks"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"chevron-down":{"name":"chevron-down","keywords":["triangle","arrow"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"chevron-left":{"name":"chevron-left","keywords":["triangle","arrow"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"chevron-right":{"name":"chevron-right","keywords":["triangle","arrow"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"chevron-up":{"name":"chevron-up","keywords":["triangle","arrow"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"circle":{"name":"circle","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"circle-slash":{"name":"circle-slash","keywords":["no","deny","fail","failure","error","bad"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"clippy":{"name":"clippy","keywords":["copy","paste","save","capture","clipboard"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"clock":{"name":"clock","keywords":["time","hour","minute","second","watch"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"code":{"name":"code","keywords":["brackets"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"code-review":{"name":"code-review","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"code-square":{"name":"code-square","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"comment":{"name":"comment","keywords":["speak","bubble"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"comment-discussion":{"name":"comment-discussion","keywords":["converse","talk"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"commit":{"name":"commit","keywords":[],"heights":{"24":{"width":24,"path":""}}},"container":{"name":"container","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"copy":{"name":"copy","keywords":[],"heights":{"24":{"width":24,"path":""}}},"cpu":{"name":"cpu","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"credit-card":{"name":"credit-card","keywords":["money","billing","payments","transactions"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"cross-reference":{"name":"cross-reference","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"dash":{"name":"dash","keywords":["hyphen","range"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"database":{"name":"database","keywords":["disks","data"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"desktop-download":{"name":"desktop-download","keywords":["clone","download"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"device-camera":{"name":"device-camera","keywords":["photo","picture","image","snapshot"],"heights":{"16":{"width":16,"path":""}}},"device-camera-video":{"name":"device-camera-video","keywords":["watch","view","media","stream"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"device-desktop":{"name":"device-desktop","keywords":["computer","monitor"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"device-mobile":{"name":"device-mobile","keywords":["phone","iphone","cellphone"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"diff":{"name":"diff","keywords":["difference","changes","compare"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"diff-added":{"name":"diff-added","keywords":["new","addition","plus"],"heights":{"16":{"width":16,"path":""}}},"diff-ignored":{"name":"diff-ignored","keywords":["slash"],"heights":{"16":{"width":16,"path":""}}},"diff-modified":{"name":"diff-modified","keywords":["dot","changed","updated"],"heights":{"16":{"width":16,"path":""}}},"diff-removed":{"name":"diff-removed","keywords":["deleted","subtracted","dash"],"heights":{"16":{"width":16,"path":""}}},"diff-renamed":{"name":"diff-renamed","keywords":["moved","arrow"],"heights":{"16":{"width":16,"path":""}}},"dot":{"name":"dot","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"dot-fill":{"name":"dot-fill","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"download":{"name":"download","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"ellipsis":{"name":"ellipsis","keywords":["dot","read","more","hidden","expand"],"heights":{"16":{"width":16,"path":""}}},"eye":{"name":"eye","keywords":["look","watch","see"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"eye-closed":{"name":"eye-closed","keywords":["hidden","invisible","concealed",""],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"file":{"name":"file","keywords":["file","text","words"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"file-badge":{"name":"file-badge","keywords":[],"heights":{"16":{"width":16,"path":""}}},"file-binary":{"name":"file-binary","keywords":["image","video","word","powerpoint","excel"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"file-code":{"name":"file-code","keywords":["text","javascript","html","css","php","ruby","coffeescript","sass","scss"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"file-diff":{"name":"file-diff","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"file-directory":{"name":"file-directory","keywords":["folder"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"file-directory-fill":{"name":"file-directory-fill","keywords":[],"heights":{"24":{"width":24,"path":""}}},"file-media":{"name":"file-media","keywords":["image","video","audio"],"heights":{"24":{"width":24,"path":""}}},"file-submodule":{"name":"file-submodule","keywords":["folder"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"file-symlink-file":{"name":"file-symlink-file","keywords":["link","alias"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"file-zip":{"name":"file-zip","keywords":["compress","archive"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"filter":{"name":"filter","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"flame":{"name":"flame","keywords":["fire","hot","burn","trending"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"fold":{"name":"fold","keywords":["unfold","hide","collapse"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"fold-down":{"name":"fold-down","keywords":["unfold","hide","collapse","down"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"fold-up":{"name":"fold-up","keywords":["unfold","hide","collapse","up"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"gear":{"name":"gear","keywords":["settings"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"gift":{"name":"gift","keywords":["package","present","skill","craft","freebie"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"git-branch":{"name":"git-branch","keywords":["fork","branch","git","duplicate"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"git-commit":{"name":"git-commit","keywords":["save"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"git-compare":{"name":"git-compare","keywords":["difference","changes"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"git-fork":{"name":"git-fork","keywords":[],"heights":{"24":{"width":24,"path":""}}},"git-merge":{"name":"git-merge","keywords":["join"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"git-pull-request":{"name":"git-pull-request","keywords":["review"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"globe":{"name":"globe","keywords":["world","earth","planet"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"grabber":{"name":"grabber","keywords":["mover","drap","drop","sort"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"graph":{"name":"graph","keywords":["trend","stats","statistics"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"heading":{"name":"heading","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"heart":{"name":"heart","keywords":["love","beat"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"heart-fill":{"name":"heart-fill","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"history":{"name":"history","keywords":["time","past","revert","back"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"home":{"name":"home","keywords":["welcome","index","house","building"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"home-fill":{"name":"home-fill","keywords":[],"heights":{"24":{"width":24,"path":""}}},"horizontal-rule":{"name":"horizontal-rule","keywords":["hr"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"hourglass":{"name":"hourglass","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"hubot":{"name":"hubot","keywords":["robot","bot"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"image":{"name":"image","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"inbox":{"name":"inbox","keywords":["mail","todo","new","messages"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"infinity":{"name":"infinity","keywords":["unlimited","infinite"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"info":{"name":"info","keywords":["help"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"insights":{"name":"insights","keywords":[],"heights":{"24":{"width":24,"path":""}}},"issue-closed":{"name":"issue-closed","keywords":["done","complete"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"issue-opened":{"name":"issue-opened","keywords":["new"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"issue-reopened":{"name":"issue-reopened","keywords":["regression"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"italic":{"name":"italic","keywords":["font","italic","style"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"kebab-horizontal":{"name":"kebab-horizontal","keywords":["kebab","dot","menu","more"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"key":{"name":"key","keywords":["key","lock","secure","safe"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"law":{"name":"law","keywords":["legal","bill"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"light-bulb":{"name":"light-bulb","keywords":["idea"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"link":{"name":"link","keywords":["connect","hyperlink"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"link-external":{"name":"link-external","keywords":["out","see","more","go","to"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"list-ordered":{"name":"list-ordered","keywords":["numbers","tasks","todo","items"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"list-unordered":{"name":"list-unordered","keywords":["bullet","point","tasks","todo","items"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"location":{"name":"location","keywords":["here","marker"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"lock":{"name":"lock","keywords":["secure","safe","protected"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"logo-gist":{"name":"logo-gist","keywords":["brand","github","logo"],"heights":{"16":{"width":25,"path":""}}},"logo-github":{"name":"logo-github","keywords":["brand","github","logo"],"heights":{"16":{"width":45,"path":""}}},"mail":{"name":"mail","keywords":["email","unread"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"mark-github":{"name":"mark-github","keywords":["octocat","brand","github","logo"],"heights":{"16":{"width":16,"path":""}}},"markdown":{"name":"markdown","keywords":["markup","style"],"heights":{"16":{"width":16,"path":""}}},"megaphone":{"name":"megaphone","keywords":["bullhorn","loud","shout","broadcast"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"mention":{"name":"mention","keywords":["at","ping"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"meter":{"name":"meter","keywords":[],"heights":{"16":{"width":16,"path":""}}},"milestone":{"name":"milestone","keywords":["marker"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"mirror":{"name":"mirror","keywords":["reflect"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"moon":{"name":"moon","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"mortar-board":{"name":"mortar-board","keywords":["education","learn","teach"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"multi-select":{"name":"multi-select","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"mute":{"name":"mute","keywords":["quiet","sound","audio","turn","off"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"no-entry":{"name":"no-entry","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"north-star":{"name":"north-star","keywords":["star","snowflake","asterisk"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"note":{"name":"note","keywords":["card","paper","ticket"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"number":{"name":"number","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"octoface":{"name":"octoface","keywords":["octocat","brand"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"organization":{"name":"organization","keywords":["people","group","team"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"package":{"name":"package","keywords":["box","ship"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"package-dependencies":{"name":"package-dependencies","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"package-dependents":{"name":"package-dependents","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"paintbrush":{"name":"paintbrush","keywords":[],"heights":{"16":{"width":16,"path":""}}},"paper-airplane":{"name":"paper-airplane","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"pencil":{"name":"pencil","keywords":["edit","change","update","write"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"people":{"name":"people","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"person":{"name":"person","keywords":["people","man","woman","human"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"pin":{"name":"pin","keywords":["save","star","bookmark"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"play":{"name":"play","keywords":["play","start","begin","action"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"plug":{"name":"plug","keywords":["hook","webhook"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"plus":{"name":"plus","keywords":["add","new","more"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"plus-circle":{"name":"plus-circle","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"project":{"name":"project","keywords":["board","kanban","columns","scrum"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"pulse":{"name":"pulse","keywords":["graph","trend","line","activity"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"question":{"name":"question","keywords":["help","explain"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"quote":{"name":"quote","keywords":["quotation"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"reply":{"name":"reply","keywords":["reply all","back"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"repo":{"name":"repo","keywords":["book","journal","repository"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"repo-clone":{"name":"repo-clone","keywords":["book","journal","repository"],"heights":{"16":{"width":16,"path":""}}},"repo-forked":{"name":"repo-forked","keywords":["book","journal","copy"],"heights":{"16":{"width":16,"path":""}}},"repo-pull":{"name":"repo-pull","keywords":["book","journal","get"],"heights":{"16":{"width":16,"path":""}}},"repo-push":{"name":"repo-push","keywords":["book","journal","repository","put"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"repo-template":{"name":"repo-template","keywords":["book","new","add","template"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"report":{"name":"report","keywords":["report","abuse","flag"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"rocket":{"name":"rocket","keywords":["staff","stafftools","blast","off","space","launch","ship"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"rss":{"name":"rss","keywords":["broadcast","feed","atom"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"ruby":{"name":"ruby","keywords":["code","language"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"screen-full":{"name":"screen-full","keywords":["fullscreen","expand"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"screen-normal":{"name":"screen-normal","keywords":["fullscreen","expand","exit"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"search":{"name":"search","keywords":["magnifying","glass"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"server":{"name":"server","keywords":["computers","racks","ops"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"share":{"name":"share","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"share-android":{"name":"share-android","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"shield":{"name":"shield","keywords":["security","shield","protection"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"shield-check":{"name":"shield-check","keywords":["security","shield","protection","check","success"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"shield-lock":{"name":"shield-lock","keywords":["protect","shield","lock"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"shield-x":{"name":"shield-x","keywords":["security","shield","protection","fail"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"sign-in":{"name":"sign-in","keywords":["door","arrow","direction","enter","log in"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"sign-out":{"name":"sign-out","keywords":["door","arrow","direction","leave","log out"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"skip":{"name":"skip","keywords":["skip","slash"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"smiley":{"name":"smiley","keywords":["emoji","smile","mood","emotion"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"square":{"name":"square","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"square-fill":{"name":"square-fill","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"squirrel":{"name":"squirrel","keywords":["ship","shipit","launch"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"star":{"name":"star","keywords":["save","remember","like"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"star-fill":{"name":"star-fill","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"stop":{"name":"stop","keywords":["block","spam","report"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"stopwatch":{"name":"stopwatch","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"strikethrough":{"name":"strikethrough","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"sun":{"name":"sun","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"sync":{"name":"sync","keywords":["cycle","refresh","loop"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"tab":{"name":"tab","keywords":[],"heights":{"24":{"width":24,"path":""}}},"tag":{"name":"tag","keywords":["release"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"tasklist":{"name":"tasklist","keywords":["todo"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"telescope":{"name":"telescope","keywords":["science","space","look","view","explore"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"terminal":{"name":"terminal","keywords":["code","ops","shell"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"three-bars":{"name":"three-bars","keywords":["hamburger","menu","dropdown"],"heights":{"16":{"width":16,"path":""}}},"thumbsdown":{"name":"thumbsdown","keywords":["thumb","thumbsdown","rejected","dislike"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"thumbsup":{"name":"thumbsup","keywords":["thumb","thumbsup","prop","ship","like"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"tools":{"name":"tools","keywords":["screwdriver","wrench","settings"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"trash":{"name":"trash","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"triangle-down":{"name":"triangle-down","keywords":["arrow","point","direction"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"triangle-left":{"name":"triangle-left","keywords":["arrow","point","direction"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"triangle-right":{"name":"triangle-right","keywords":["arrow","point","direction"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"triangle-up":{"name":"triangle-up","keywords":["arrow","point","direction"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"typography":{"name":"typography","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"unfold":{"name":"unfold","keywords":["expand","open","reveal"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"unlock":{"name":"unlock","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"unmute":{"name":"unmute","keywords":["loud","volume","audio","sound","play"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"unverified":{"name":"unverified","keywords":["insecure","untrusted","signed"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"upload":{"name":"upload","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"verified":{"name":"verified","keywords":["trusted","secure","trustworthy","signed"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"versions":{"name":"versions","keywords":["history","commits"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"video":{"name":"video","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"workflow":{"name":"workflow","keywords":["workflow","actions"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"x":{"name":"x","keywords":["remove","close","delete"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"x-circle":{"name":"x-circle","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"x-circle-fill":{"name":"x-circle-fill","keywords":[],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}},"zap":{"name":"zap","keywords":["electricity","lightning","props","like","star","save"],"heights":{"16":{"width":16,"path":""},"24":{"width":24,"path":""}}}}')},182:function(e,t,n){"use strict"; +/** @license React v17.0.2 + * react.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var a=n(179),i=60103,r=60106;t.Fragment=60107,t.StrictMode=60108,t.Profiler=60114;var c=60109,l=60110,o=60112;t.Suspense=60113;var s=60115,h=60116;if("function"==typeof Symbol&&Symbol.for){var d=Symbol.for;i=d("react.element"),r=d("react.portal"),t.Fragment=d("react.fragment"),t.StrictMode=d("react.strict_mode"),t.Profiler=d("react.profiler"),c=d("react.provider"),l=d("react.context"),o=d("react.forward_ref"),t.Suspense=d("react.suspense"),s=d("react.memo"),h=d("react.lazy")}var u="function"==typeof Symbol&&Symbol.iterator;function p(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n