@nice2dev/ui-diagrams 1.0.10 → 1.0.11
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/NicePinCodeInput-BmRO9HSQ-BqEG-wzg.js +10624 -0
- package/dist/NicePinCodeInput-BmRO9HSQ-sytewJNa.cjs +419 -0
- package/dist/NiceSavedQueryPanel-BSGzs7Oc-CYdYalco.cjs +596 -0
- package/dist/NiceSavedQueryPanel-BSGzs7Oc-TYRhl24U.js +6610 -0
- package/dist/charts-DZvmvfhM-CJOkJgcN.cjs +544 -0
- package/dist/charts-DZvmvfhM-DjNK6QGA.js +3844 -0
- package/dist/index-BH3FegIa.js +28446 -0
- package/dist/index-Bs8XVaiM.cjs +406 -0
- package/dist/index-DlHlXz8e-BCRKVy7v.cjs +4504 -0
- package/dist/index-DlHlXz8e-DuxobrVc.js +35492 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +9 -9
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-Bs8XVaiM.cjs");exports.AnimationPlayer=e.AnimationPlayer;exports.AnimationTimeline=e.AnimationTimeline;exports.COMMENT_PRIORITY_STYLES=e.COMMENT_PRIORITY_STYLES;exports.ConditionalStylingEngine=e.ConditionalStylingEngine;exports.DEFAULT_GRID_CONFIG=e.DEFAULT_GRID_CONFIG;exports.DIAGRAM_STYLE_PRESETS=e.DIAGRAM_STYLE_PRESETS;exports.DIAGRAM_TEMPLATES=e.DIAGRAM_TEMPLATES;exports.DiagramCanvas=e.DiagramCanvas;exports.DiagramCellRenderer=e.DiagramCellRenderer;exports.DiagramCommentManager=e.DiagramCommentManager;exports.DiagramMinimap=e.DiagramMinimap;exports.DiagramModel=e.DiagramModel;exports.DiagramParticleEngine=e.DiagramParticleEngine;exports.DiagramPropertyPanel=e.DiagramPropertyPanel;exports.DiagramSearchFilterEngine=e.DiagramSearchFilterEngine;exports.DiagramToolbar=e.DiagramToolbar;exports.DiagramVersioningManager=e.DiagramVersioningManager;exports.EDGE_STYLE_CATALOG=e.EDGE_STYLE_CATALOG;exports.NODE_STYLE_CATALOG=e.NODE_STYLE_CATALOG;exports.NiceAnimationTimeline=e.AnimationTimeline;exports.NiceDatabaseSchemaViewer=e.NiceDatabaseSchemaViewer;exports.NiceDecisionTreeEditor=e.NiceDecisionTreeEditor;exports.NiceDependencyGraph=e.NiceDependencyGraph;exports.NiceDiagram=e.NiceDiagramViewer;exports.NiceDiagramCanvas=e.DiagramCanvas;exports.NiceDiagramEditor=e.NiceDiagramEditor;exports.NiceDiagramMinimap=e.DiagramMinimap;exports.NiceDiagramPropertyPanel=e.DiagramPropertyPanel;exports.NiceDiagramToolbar=e.DiagramToolbar;exports.NiceDiagramViewer=e.NiceDiagramViewer;exports.NiceI18nProvider=e.NiceI18nProvider;exports.NiceNetworkTopology=e.NiceNetworkTopology;exports.NiceOrgChartVisualizer=e.NiceOrgChartVisualizer;exports.NiceProcessMiningDiagram=e.NiceProcessMiningDiagram;exports.NiceWorkflowVisualizer=e.NiceWorkflowVisualizer;exports.PRESET_RULES=e.PRESET_RULES;exports.TRANSITION_PRESETS=e.TRANSITION_PRESETS;exports.analyzeDependencyGraph=e.analyzeDependencyGraph;exports.applyAlignmentSnap=e.applyAlignmentSnap;exports.calculateNetworkHealth=e.calculateNetworkHealth;exports.calculateOrgStats=e.calculateOrgStats;exports.computeAlignmentGuides=e.computeAlignmentGuides;exports.computeGlowRadius=e.computeGlowRadius;exports.computeLayout=e.computeLayout;exports.convertAnimation=e.convertAnimation;exports.convertEdge=e.convertEdge;exports.convertGroup=e.convertGroup;exports.convertNode=e.convertNode;exports.createConditionalStylingEngine=e.createConditionalStylingEngine;exports.createDecisionTree=e.createDecisionTree;exports.createDiagramDocument=e.createDiagramDocument;exports.createGlowFilterId=e.createGlowFilterId;exports.createLinearWorkflow=e.createLinearWorkflow;exports.createOrgChartFromEmployees=e.createOrgChartFromEmployees;exports.createPresetFromTheme=e.createPresetFromTheme;exports.createQuickFilter=e.createQuickFilter;exports.createRuleFromPreset=e.createRuleFromPreset;exports.createVersioningHook=e.createVersioningHook;exports.discoverNetworkTopology=e.discoverNetworkTopology;exports.exportToMermaid=e.exportToMermaid;exports.exportToSvg=e.exportToSvg;exports.fetchAndGenerateDiagram=e.fetchAndGenerateDiagram;exports.formatCommentDate=e.formatCommentDate;exports.generateDiagramFromData=e.generateDiagramFromData;exports.getDiagramStylePreset=e.getDiagramStylePreset;exports.getDiagramStylePresetsByCategory=e.getDiagramStylePresetsByCategory;exports.getEasing=e.getEasing;exports.getPointOnPath=e.getPointOnPath;exports.getTemplateById=e.getTemplateById;exports.getTemplatesByCategory=e.getTemplatesByCategory;exports.highlightMatches=e.highlightMatches;exports.mineProcessFromLog=e.mineProcessFromLog;exports.parseBPMNToWorkflow=e.parseBPMNToWorkflow;exports.parseNddJson=e.parseNddJson;exports.parsePackageJsonToDependencies=e.parsePackageJsonToDependencies;exports.parseSQLToSchema=e.parseSQLToSchema;exports.parseSklearnTree=e.parseSklearnTree;exports.predictWithTree=e.predictWithTree;exports.presetToThemeOverrides=e.presetToThemeOverrides;exports.renderTextWithMentions=e.renderTextWithMentions;exports.schemaToSQL=e.schemaToSQL;exports.searchTemplates=e.searchTemplates;exports.snapNodePosition=e.snapNodePosition;exports.snapPointToGrid=e.snapPointToGrid;exports.snapToGrid=e.snapToGrid;exports.stringifyNddJson=e.stringifyNddJson;exports.useDiagramEditor=e.useDiagramEditor;exports.useNiceTranslation=e.useNiceTranslation;
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { V as s, X as r, Z as i, _ as o, a0 as t, a1 as n, a2 as m, a3 as c, a4 as g, a5 as l, a6 as T, a7 as D, a8 as p, a9 as d, aa as N, ab as E, ac as S, ad as P, ae as y, X as h, af as b, ag as A, ah as u, ai as G, a3 as C, aj as M, a6 as L, a9 as _, ab as R, ai as O, ak as I, al as k, am as v, an as w, ao as F, ap as f, aq as V, ar as W, as as Y, at as x, au as B, av as z, aw as J, ax as Q, ay as H, az as U, aA as X, aB as Z, aC as j, aD as q, aE as K, aF as $, aG as aa, aH as ea, aI as sa, aJ as ra, aK as ia, aL as oa, aM as ta, aN as na, aO as ma, aP as ca, aQ as ga, aR as la, aS as Ta, aT as Da, aU as pa, aV as da, aW as Na, aX as Ea, aY as Sa, aZ as Pa, a_ as ya, a$ as ha, b0 as ba, b1 as Aa, b2 as ua, b3 as Ga, b4 as Ca, b5 as Ma, b6 as La, b7 as _a, b8 as Ra, b9 as Oa, ba as Ia, bb as ka, bc as va, bd as wa } from "./index-BH3FegIa.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AnimationPlayer,
|
|
4
4
|
r as AnimationTimeline,
|
|
@@ -35,8 +35,8 @@ export {
|
|
|
35
35
|
v as NiceOrgChartVisualizer,
|
|
36
36
|
w as NiceProcessMiningDiagram,
|
|
37
37
|
F as NiceWorkflowVisualizer,
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
f as PRESET_RULES,
|
|
39
|
+
V as TRANSITION_PRESETS,
|
|
40
40
|
W as analyzeDependencyGraph,
|
|
41
41
|
Y as applyAlignmentSnap,
|
|
42
42
|
x as calculateNetworkHealth,
|
|
@@ -44,13 +44,13 @@ export {
|
|
|
44
44
|
z as computeAlignmentGuides,
|
|
45
45
|
J as computeGlowRadius,
|
|
46
46
|
Q as computeLayout,
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
H as convertAnimation,
|
|
48
|
+
U as convertEdge,
|
|
49
49
|
X as convertGroup,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
50
|
+
Z as convertNode,
|
|
51
|
+
j as createConditionalStylingEngine,
|
|
52
|
+
q as createDecisionTree,
|
|
53
|
+
K as createDiagramDocument,
|
|
54
54
|
$ as createGlowFilterId,
|
|
55
55
|
aa as createLinearWorkflow,
|
|
56
56
|
ea as createOrgChartFromEmployees,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nice2dev/ui-diagrams",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Nice2Dev Diagram Editor & Viewer
|
|
3
|
+
"version": "1.0.11",
|
|
4
|
+
"description": "Nice2Dev Diagram Editor & Viewer — flowcharts, org charts, BPMN, ER diagrams with animations, data binding, and custom .ndd.json format",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"prepublishOnly": "npm run build"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@nice2dev/ui": "
|
|
38
|
+
"@nice2dev/ui": "1.0.11",
|
|
39
39
|
"react": ">=17.0.0",
|
|
40
40
|
"react-dom": ">=17.0.0"
|
|
41
41
|
},
|