Skip to content

Commit

Permalink
Xl 119/launch race condition - Release 4.0.1 (#56)
Browse files Browse the repository at this point in the history
* Updated release 4.0.1 (packed using webpack 2.x)

* Fixed the RTD Disconnect events for a topic on close

- Revert to webpack until config can be updated.

Co-authored-by: John M <john.mandia@gmail.com>
  • Loading branch information
PhilVogt and johnman committed Mar 8, 2021
1 parent b0c5f4a commit 4140f47
Show file tree
Hide file tree
Showing 8 changed files with 2,960 additions and 635 deletions.
280 changes: 140 additions & 140 deletions client/fin.desktop.Excel.js
@@ -1,76 +1,76 @@
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // identity function for calling harmony imports with the correct context
/******/ __webpack_require__.i = function(value) { return value; };
/******/
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ }
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function getDefault() { return module['default']; } :
/******/ function getModuleExports() { return module; };
/******/ __webpack_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "";
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 9);
/******/ })
/************************************************************************/
/******/ ([
/* 0 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // identity function for calling harmony imports with the correct context
/******/ __webpack_require__.i = function(value) { return value; };
/******/
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ }
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function getDefault() { return module['default']; } :
/******/ function getModuleExports() { return module; };
/******/ __webpack_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "";
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 9);
/******/ })
/************************************************************************/
/******/ ([
/* 0 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.RpcDispatcher = void 0;
Expand Down Expand Up @@ -150,13 +150,13 @@ class RpcDispatcher extends EventEmitter_1.EventEmitter {
exports.RpcDispatcher = RpcDispatcher;
RpcDispatcher.messageId = 1;
RpcDispatcher.promiseExecutors = {};
//# sourceMappingURL=RpcDispatcher.js.map

/***/ }),
/* 1 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
//# sourceMappingURL=RpcDispatcher.js.map

/***/ }),
/* 1 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.EventEmitter = void 0;
Expand Down Expand Up @@ -207,13 +207,13 @@ class EventEmitter {
}
}
exports.EventEmitter = EventEmitter;
//# sourceMappingURL=EventEmitter.js.map

/***/ }),
/* 2 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
//# sourceMappingURL=EventEmitter.js.map

/***/ }),
/* 2 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.NoOpLogger = void 0;
Expand All @@ -234,13 +234,13 @@ class NoOpLogger {
}
}
exports.NoOpLogger = NoOpLogger;
//# sourceMappingURL=NoOpLogger.js.map

/***/ }),
/* 3 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
//# sourceMappingURL=NoOpLogger.js.map

/***/ }),
/* 3 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";

var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
Expand Down Expand Up @@ -498,13 +498,13 @@ class ExcelService extends RpcDispatcher_1.RpcDispatcher {
}
exports.ExcelService = ExcelService;
ExcelService.instance = new ExcelService();
//# sourceMappingURL=ExcelApi.js.map

/***/ }),
/* 4 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
//# sourceMappingURL=ExcelApi.js.map

/***/ }),
/* 4 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.DefaultLogger = void 0;
Expand Down Expand Up @@ -532,13 +532,13 @@ class DefaultLogger {
}
}
exports.DefaultLogger = DefaultLogger;
//# sourceMappingURL=DefaultLogger.js.map

/***/ }),
/* 5 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
//# sourceMappingURL=DefaultLogger.js.map

/***/ }),
/* 5 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";

var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
Expand All @@ -558,7 +558,7 @@ class ExcelApplication extends RpcDispatcher_1.RpcDispatcher {
constructor(connectionUuid, logger) {
super(logger);
this.workbooks = {};
this.version = { clientVersion: "4.0.0", buildVersion: "4.0.0.0" };
this.version = { clientVersion: "4.0.1", buildVersion: "4.0.1.0" };
this.loggerName = "ExcelApplication";
this.processExcelEvent = (data, uuid) => {
var eventType = data.event;
Expand Down Expand Up @@ -812,13 +812,13 @@ class ExcelApplication extends RpcDispatcher_1.RpcDispatcher {
}
exports.ExcelApplication = ExcelApplication;
ExcelApplication.defaultInstance = undefined;
//# sourceMappingURL=ExcelApplication.js.map

/***/ }),
/* 6 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
//# sourceMappingURL=ExcelApplication.js.map

/***/ }),
/* 6 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";

var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
Expand Down Expand Up @@ -998,13 +998,13 @@ class ExcelRtd extends EventEmitter_1.EventEmitter {
}
}
exports.ExcelRtd = ExcelRtd;
//# sourceMappingURL=ExcelRtd.js.map

/***/ }),
/* 7 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
//# sourceMappingURL=ExcelRtd.js.map

/***/ }),
/* 7 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ExcelWorkbook = void 0;
Expand Down Expand Up @@ -1055,13 +1055,13 @@ class ExcelWorkbook extends RpcDispatcher_1.RpcDispatcher {
}
}
exports.ExcelWorkbook = ExcelWorkbook;
//# sourceMappingURL=ExcelWorkbook.js.map

/***/ }),
/* 8 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
//# sourceMappingURL=ExcelWorkbook.js.map

/***/ }),
/* 8 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ExcelWorksheet = void 0;
Expand Down Expand Up @@ -1179,13 +1179,13 @@ class ExcelWorksheet extends RpcDispatcher_1.RpcDispatcher {
}
}
exports.ExcelWorksheet = ExcelWorksheet;
//# sourceMappingURL=ExcelWorksheet.js.map

/***/ }),
/* 9 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
//# sourceMappingURL=ExcelWorksheet.js.map

/***/ }),
/* 9 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";

Object.defineProperty(exports, "__esModule", { value: true });
// This is the entry point of the Plugin script
Expand All @@ -1194,7 +1194,7 @@ window.fin.desktop.ExcelService = ExcelApi_1.ExcelService.instance;
Object.defineProperty(window.fin.desktop, 'Excel', {
get() { return ExcelApi_1.ExcelService.instance.defaultApplicationObj; }
});
//# sourceMappingURL=index.js.map

/***/ })
//# sourceMappingURL=index.js.map

/***/ })
/******/ ]);
10 changes: 5 additions & 5 deletions demo/app.json
Expand Up @@ -2,9 +2,9 @@
"licenseKey": "64605fac-add3-48a0-8710-64b38e96a2dd",
"startup_app": {
"name": "Excel-API-Example",
"url": "https://cdn.openfin.co/release/exceljs/4.0.0/demo/index.html",
"url": "https://cdn.openfin.co/release/exceljs/4.0.1/demo/index.html",
"uuid": "excel-api-example",
"applicationIcon": "https://cdn.openfin.co/release/exceljs/4.0.0/demo/openfin-excel.ico",
"applicationIcon": "https://cdn.openfin.co/release/exceljs/4.0.1/demo/openfin-excel.ico",
"autoShow": true,
"defaultWidth": 760,
"defaultHeight": 704,
Expand All @@ -21,17 +21,17 @@
"arguments": "",
"version": "14.78.48.16"
},
"splashScreenImage": "https://cdn.openfin.co/release/exceljs/4.0.0/demo/splash_excel.png",
"splashScreenImage": "https://cdn.openfin.co/release/exceljs/4.0.1/demo/splash_excel.png",
"shortcut": {
"company": "OpenFin",
"description": "excel-api-example",
"icon": "https://cdn.openfin.co/release/exceljs/4.0.0/demo/openfin-excel.ico",
"icon": "https://cdn.openfin.co/release/exceljs/4.0.1/demo/openfin-excel.ico",
"name": "excel-api-example"
},
"services": [
{
"name": "excel",
"manifestUrl": "https://cdn.openfin.co/release/exceljs/4.0.0/provider/app.json"
"manifestUrl": "https://cdn.openfin.co/release/exceljs/4.0.1/provider/app.json"
}
]
}

0 comments on commit 4140f47

Please sign in to comment.