path # lines of code number of updates days since first update days since last update first updated last updated cypress/plugins/index.js 4 1 516 516 2020-09-03 2020-09-03 cypress/common/utils.ts 6 1 516 516 2020-09-03 2020-09-03 cypress/common/interaction.ts 91 1 516 516 2020-09-03 2020-09-03 cypress/common/getters.ts 45 1 516 516 2020-09-03 2020-09-03 cypress/support/index.js 2 1 516 516 2020-09-03 2020-09-03 cypress/support/commands.js 4 1 516 516 2020-09-03 2020-09-03 src/DiagramMaker.ts 66 1 516 516 2020-09-03 2020-09-03 src/state/index.ts 37 1 274 274 2021-05-03 2021-05-03 src/state/plugin/index.ts 1 1 516 516 2020-09-03 2020-09-03 src/state/plugin/pluginReducer.ts 10 1 516 516 2020-09-03 2020-09-03 src/state/editor/index.ts 1 1 516 516 2020-09-03 2020-09-03 src/state/editor/editorActions.ts 70 1 516 516 2020-09-03 2020-09-03 src/state/editor/editorReducer.ts 52 2 516 475 2020-09-03 2020-10-14 src/state/editor/editorActionDispatcher.ts 127 1 516 516 2020-09-03 2020-09-03 src/state/ActionDispatcher.ts 332 2 516 475 2020-09-03 2020-10-14 src/state/panel/panelActions.ts 32 1 516 516 2020-09-03 2020-09-03 src/state/panel/index.ts 8 1 516 516 2020-09-03 2020-09-03 src/state/panel/panelActionDispatcher.ts 95 1 516 516 2020-09-03 2020-09-03 src/state/panel/panelReducer.ts 101 1 516 516 2020-09-03 2020-09-03 src/state/actions.ts 18 1 516 516 2020-09-03 2020-09-03 src/state/common/rootReducer.ts 24 1 516 516 2020-09-03 2020-09-03 src/state/common/sequenceReducers.ts 15 1 516 516 2020-09-03 2020-09-03 src/state/workspace/workspaceReducer.ts 268 1 516 516 2020-09-03 2020-09-03 src/state/workspace/workspaceActions.ts 50 1 516 516 2020-09-03 2020-09-03 src/state/workspace/index.ts 4 1 516 516 2020-09-03 2020-09-03 src/state/workspace/workspaceActionDispatcher.ts 85 1 516 516 2020-09-03 2020-09-03 src/state/types.ts 121 1 516 516 2020-09-03 2020-09-03 src/state/node/potentialNodeReducer.ts 33 1 516 516 2020-09-03 2020-09-03 src/state/node/nodeActionDispatcher.ts 184 1 516 516 2020-09-03 2020-09-03 src/state/node/index.ts 3 1 516 516 2020-09-03 2020-09-03 src/state/node/nodeActions.ts 81 1 516 516 2020-09-03 2020-09-03 src/state/node/nodeReducer.ts 149 1 516 516 2020-09-03 2020-09-03 src/state/createStore.ts 36 1 516 516 2020-09-03 2020-09-03 src/state/middleware/index.ts 2 1 516 516 2020-09-03 2020-09-03 src/state/middleware/undoMiddleware.ts 26 1 516 516 2020-09-03 2020-09-03 src/state/middleware/createInterceptorMiddleware.ts 14 1 516 516 2020-09-03 2020-09-03 src/state/mode/rootEventFilter.ts 12 1 516 516 2020-09-03 2020-09-03 src/state/mode/index.ts 2 1 516 516 2020-09-03 2020-09-03 src/state/mode/readOnly/readOnlyEventFilter.ts 17 2 516 475 2020-09-03 2020-10-14 src/state/layout/hierarchicalLayout.ts 376 1 516 516 2020-09-03 2020-09-03 src/state/layout/layoutActionDispatcher.ts 7 1 516 516 2020-09-03 2020-09-03 src/state/layout/layoutActions.ts 43 1 516 516 2020-09-03 2020-09-03 src/state/layout/index.ts 6 1 516 516 2020-09-03 2020-09-03 src/state/layout/layoutReducer.ts 64 1 516 516 2020-09-03 2020-09-03 src/state/layout/workflowLayout.ts 62 1 516 516 2020-09-03 2020-09-03 src/state/global/globalActions.ts 24 1 516 516 2020-09-03 2020-09-03 src/state/global/globalActionDispatcher.ts 40 1 516 516 2020-09-03 2020-09-03 src/state/getInitialState.ts 13 1 516 516 2020-09-03 2020-09-03 src/state/edge/index.ts 3 1 516 516 2020-09-03 2020-09-03 src/state/edge/edgeActions.ts 52 1 516 516 2020-09-03 2020-09-03 src/state/edge/potentialEdgeReducer.ts 28 1 516 516 2020-09-03 2020-09-03 src/state/edge/edgeReducer.ts 67 1 516 516 2020-09-03 2020-09-03 src/state/edge/edgeActionDispatcher.ts 81 1 516 516 2020-09-03 2020-09-03 src/service/browserUtils.ts 37 1 516 516 2020-09-03 2020-09-03 src/service/index.ts 14 1 274 274 2021-05-03 2021-05-03 src/service/ConfigService.ts 183 2 516 294 2020-09-03 2021-04-13 src/service/observer/Observer.ts 30 1 516 516 2020-09-03 2020-09-03 src/service/DiagramMakerApi.ts 90 1 516 516 2020-09-03 2020-09-03 src/service/ui/UITargetNormalizer.ts 103 1 516 516 2020-09-03 2020-09-03 src/service/ui/UIEventNormalizer.ts 215 1 516 516 2020-09-03 2020-09-03 src/service/ui/UIEventManager.ts 339 1 516 516 2020-09-03 2020-09-03 src/service/ui/types.ts 17 1 516 516 2020-09-03 2020-09-03 src/service/positionUtils.ts 93 1 516 516 2020-09-03 2020-09-03 src/index.ts 27 3 516 274 2020-09-03 2021-05-03 src/testing/diagramMakerDataBuilder.ts 56 1 516 516 2020-09-03 2020-09-03 src/testing/testUtils.ts 3 1 516 516 2020-09-03 2020-09-03 src/testing/testEnvironment.ts 3 1 516 516 2020-09-03 2020-09-03 src/polyfills/object-values.ts 5 1 516 516 2020-09-03 2020-09-03 src/components/connector/Connector.tsx 42 1 516 516 2020-09-03 2020-09-03 src/components/connector/index.ts 3 1 516 516 2020-09-03 2020-09-03 src/components/connector/Connector.scss 24 2 516 332 2020-09-03 2021-03-06 src/components/connector/Connector.spec.tsx 25 1 516 516 2020-09-03 2020-09-03 src/components/renderUtils.tsx 23 1 516 516 2020-09-03 2020-09-03 src/components/index.ts 33 1 274 274 2021-05-03 2021-05-03 src/components/panel/Panel.tsx 68 2 516 475 2020-09-03 2020-10-14 src/components/panel/index.ts 1 1 516 516 2020-09-03 2020-09-03 src/components/panel/Panel.scss 10 2 516 332 2020-09-03 2021-03-06 src/components/panel/Panel.spec.tsx 136 1 516 516 2020-09-03 2020-09-03 src/components/common/ComposeView.tsx 29 1 516 516 2020-09-03 2020-09-03 src/components/common/ComposeView.spec.tsx 50 1 516 516 2020-09-03 2020-09-03 src/components/common/index.ts 1 1 516 516 2020-09-03 2020-09-03 src/components/workspace/index.ts 1 1 516 516 2020-09-03 2020-09-03 src/components/workspace/Workspace.scss 5 1 516 516 2020-09-03 2020-09-03 src/components/workspace/Workspace.tsx 36 1 516 516 2020-09-03 2020-09-03 src/components/workspace/Workspace.spec.tsx 38 1 516 516 2020-09-03 2020-09-03 src/components/node/Node.spec.tsx 158 1 516 516 2020-09-03 2020-09-03 src/components/node/index.ts 2 1 516 516 2020-09-03 2020-09-03 src/components/node/PotentialNode.tsx 35 1 516 516 2020-09-03 2020-09-03 src/components/node/Node.scss 12 1 516 516 2020-09-03 2020-09-03 src/components/node/PotentialNode.spec.tsx 31 1 516 516 2020-09-03 2020-09-03 src/components/node/Node.tsx 88 1 516 516 2020-09-03 2020-09-03 src/components/selectionMarquee/SelectionMarquee.spec.tsx 12 1 516 516 2020-09-03 2020-09-03 src/components/selectionMarquee/SelectionMarquee.tsx 31 1 516 516 2020-09-03 2020-09-03 src/components/selectionMarquee/index.ts 1 2 516 274 2020-09-03 2021-05-03 src/components/selectionMarquee/SelectionMarquee.scss 6 1 516 516 2020-09-03 2020-09-03 src/components/canvas/patterns/GridPattern.scss 9 1 516 516 2020-09-03 2020-09-03 src/components/canvas/patterns/GridPattern.tsx 23 1 516 516 2020-09-03 2020-09-03 src/components/canvas/patterns/DotPattern.scss 9 2 516 332 2020-09-03 2021-03-06 src/components/canvas/patterns/index.ts 2 1 516 516 2020-09-03 2020-09-03 src/components/canvas/patterns/DotPattern.tsx 29 1 516 516 2020-09-03 2020-09-03 src/components/canvas/patterns/DotPattern.spec.tsx 7 1 516 516 2020-09-03 2020-09-03 src/components/canvas/patterns/GridPattern.spec.tsx 7 1 516 516 2020-09-03 2020-09-03 src/components/canvas/Canvas.scss 16 2 516 332 2020-09-03 2021-03-06 src/components/canvas/index.ts 1 1 516 516 2020-09-03 2020-09-03 src/components/canvas/Canvas.spec.tsx 24 1 516 516 2020-09-03 2020-09-03 src/components/canvas/Canvas.tsx 12 1 516 516 2020-09-03 2020-09-03 src/components/contextMenu/ContextMenu.spec.tsx 15 1 516 516 2020-09-03 2020-09-03 src/components/contextMenu/ContextMenu.tsx 30 1 516 516 2020-09-03 2020-09-03 src/components/contextMenu/index.ts 1 1 516 516 2020-09-03 2020-09-03 src/components/contextMenu/ContextMenu.scss 3 1 516 516 2020-09-03 2020-09-03 src/components/renderUtils.spec.tsx 33 1 516 516 2020-09-03 2020-09-03 src/components/edge/PotentialEdge.spec.tsx 27 1 516 516 2020-09-03 2020-09-03 src/components/edge/Edge.spec.tsx 53 2 516 470 2020-09-03 2020-10-19 src/components/edge/index.ts 4 1 516 516 2020-09-03 2020-09-03 src/components/edge/EdgeCurve.tsx 65 1 516 516 2020-09-03 2020-09-03 src/components/edge/Edge.scss 41 2 516 332 2020-09-03 2021-03-06 src/components/edge/Edge.tsx 44 2 516 470 2020-09-03 2020-10-19 src/components/edge/EdgeCurve.spec.tsx 198 1 516 516 2020-09-03 2020-09-03 src/components/edge/EdgeBadge.scss 12 1 516 516 2020-09-03 2020-09-03 src/components/edge/EdgeBadge.spec.tsx 39 1 516 516 2020-09-03 2020-09-03 src/components/edge/PotentialEdge.tsx 31 1 516 516 2020-09-03 2020-09-03 src/components/edge/EdgeBadge.tsx 46 1 516 516 2020-09-03 2020-09-03 src/components/view/View.scss 29 1 516 516 2020-09-03 2020-09-03 src/components/view/View.tsx 570 4 516 294 2020-09-03 2021-04-13 src/components/view/index.ts 3 1 516 516 2020-09-03 2020-09-03 src/components/view/ConnectedView.spec.tsx 17 1 516 516 2020-09-03 2020-09-03 src/components/view/View.spec.tsx 545 3 516 294 2020-09-03 2021-04-13 src/components/view/ConnectedView.ts 24 1 516 516 2020-09-03 2020-09-03 src/styles/mixins.scss 12 2 516 332 2020-09-03 2021-03-06 src/styles/variables.scss 32 1 332 332 2021-03-06 2021-03-06 DeclarationBundlePlugin.js 35 2 516 511 2020-09-03 2020-09-08 integ/BoundaryRectangular/data.ts 78 1 294 294 2021-04-13 2021-04-13 integ/BoundaryRectangular/index.ts 9 1 294 294 2021-04-13 2021-04-13 integ/BoundaryRectangular/render.ts 99 1 294 294 2021-04-13 2021-04-13 integ/scss/index.scss 54 2 516 332 2020-09-03 2021-03-06 integ/scss/Logger.scss 12 2 516 332 2020-09-03 2021-03-06 integ/scss/RectangularNode.scss 23 2 516 294 2020-09-03 2021-04-13 integ/scss/CircularNode.scss 29 2 516 332 2020-09-03 2021-03-06 integ/index.html 11 1 516 516 2020-09-03 2020-09-03 integ/utils.ts 390 3 516 294 2020-09-03 2021-04-13 integ/ActionInterceptor/data.ts 48 1 516 516 2020-09-03 2020-09-03 integ/ActionInterceptor/index.ts 9 1 516 516 2020-09-03 2020-09-03 integ/ActionInterceptor/render.ts 104 1 516 516 2020-09-03 2020-09-03 integ/TopBottomRectangular/data.ts 48 1 516 516 2020-09-03 2020-09-03 integ/TopBottomRectangular/index.ts 9 1 516 516 2020-09-03 2020-09-03 integ/TopBottomRectangular/render.ts 99 1 516 516 2020-09-03 2020-09-03 integ/LeftRightRectangular/data.ts 48 1 516 516 2020-09-03 2020-09-03 integ/LeftRightRectangular/index.ts 9 1 516 516 2020-09-03 2020-09-03 integ/LeftRightRectangular/render.ts 99 1 516 516 2020-09-03 2020-09-03 integ/BoundaryCircular/data.ts 78 1 516 516 2020-09-03 2020-09-03 integ/BoundaryCircular/index.ts 9 1 516 516 2020-09-03 2020-09-03 integ/BoundaryCircular/render.ts 98 1 516 516 2020-09-03 2020-09-03 integ/DarkTheme/data.ts 48 1 332 332 2021-03-06 2021-03-06 integ/DarkTheme/index.ts 9 1 332 332 2021-03-06 2021-03-06 integ/DarkTheme/render.ts 100 1 332 332 2021-03-06 2021-03-06 integ/Plugins/data.ts 57 1 516 516 2020-09-03 2020-09-03 integ/Plugins/index.ts 9 1 516 516 2020-09-03 2020-09-03 integ/Plugins/render.ts 102 1 516 516 2020-09-03 2020-09-03 integ/Layout/data.ts 87 1 516 516 2020-09-03 2020-09-03 integ/Layout/index.ts 9 1 516 516 2020-09-03 2020-09-03 integ/Layout/render.ts 99 1 516 516 2020-09-03 2020-09-03