@hpcc-js/eclwatch 2.73.44 → 2.74.0
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.es6.js +10 -6
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +10 -6
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +12 -12
- package/src/WUScopeController.ts +8 -4
- package/src/WUTimeline.ts +4 -4
- package/src/__package__.ts +2 -2
- package/types/WUScopeController.d.ts.map +1 -1
- package/types/WUTimeline.d.ts +4 -3
- package/types/WUTimeline.d.ts.map +1 -1
- package/types/__package__.d.ts +2 -2
- package/types/__package__.d.ts.map +1 -1
- package/types-3.4/WUTimeline.d.ts +4 -3
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@hpcc-js/eclwatch"] = {}, global["@hpcc-js/codemirror"], global["@hpcc-js/comms"], global["@hpcc-js/phosphor"], global["@hpcc-js/tree"], global["@hpcc-js/util"], global["@hpcc-js/common"], global["@hpcc-js/dgrid"], global["@hpcc-js/graph"], global["@hpcc-js/layout"], global["@hpcc-js/timeline"]));
|
|
5
5
|
})(this, (function (exports, codemirror, comms, phosphor, tree, util, common, dgrid, graph, layout, timeline) {
|
|
6
6
|
var PKG_NAME = "@hpcc-js/eclwatch";
|
|
7
|
-
var PKG_VERSION = "2.
|
|
8
|
-
var BUILD_VERSION = "2.105.
|
|
7
|
+
var PKG_VERSION = "2.74.0";
|
|
8
|
+
var BUILD_VERSION = "2.105.6";
|
|
9
9
|
|
|
10
10
|
/******************************************************************************
|
|
11
11
|
Copyright (c) Microsoft Corporation.
|
|
@@ -616,7 +616,8 @@
|
|
|
616
616
|
},
|
|
617
617
|
Notes: {
|
|
618
618
|
Note: []
|
|
619
|
-
}
|
|
619
|
+
},
|
|
620
|
+
SinkActivity: ""
|
|
620
621
|
});
|
|
621
622
|
});
|
|
622
623
|
}
|
|
@@ -662,7 +663,8 @@
|
|
|
662
663
|
},
|
|
663
664
|
Notes: {
|
|
664
665
|
Note: []
|
|
665
|
-
}
|
|
666
|
+
},
|
|
667
|
+
SinkActivity: ""
|
|
666
668
|
};
|
|
667
669
|
var dummyScope = new comms.BaseScope(dummyDetails);
|
|
668
670
|
var dummyVertex = subgraph.createVertex(dummyScope);
|
|
@@ -680,7 +682,8 @@
|
|
|
680
682
|
},
|
|
681
683
|
Notes: {
|
|
682
684
|
Note: []
|
|
683
|
-
}
|
|
685
|
+
},
|
|
686
|
+
SinkActivity: ""
|
|
684
687
|
});
|
|
685
688
|
subgraph.createEdge(edge.source, dummyVertex, dummyEdgeScope);
|
|
686
689
|
}
|
|
@@ -697,7 +700,8 @@
|
|
|
697
700
|
},
|
|
698
701
|
Notes: {
|
|
699
702
|
Note: []
|
|
700
|
-
}
|
|
703
|
+
},
|
|
704
|
+
SinkActivity: ""
|
|
701
705
|
});
|
|
702
706
|
subgraph.createEdge(dummyVertex, edge.target, dummyEdgeScope);
|
|
703
707
|
}
|