@mx-sose-front/mx-sose-graph 1.2.2 → 1.2.4
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/index.d.ts +5056 -4979
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +5 -2
- package/src/index.ts +2 -1
package/dist/index.esm.js
CHANGED
|
@@ -21964,6 +21964,7 @@ const MxSoseGraphPlugin = {
|
|
|
21964
21964
|
};
|
|
21965
21965
|
export {
|
|
21966
21966
|
ContextMenuUtils,
|
|
21967
|
+
DateUtils,
|
|
21967
21968
|
GraphView,
|
|
21968
21969
|
MxSoseGraphPlugin,
|
|
21969
21970
|
MxSoseGraphPlugin as default,
|