@equinor/echo-framework 0.8.8 → 0.9.2
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/LICENSE +21 -21
- package/README.md +6 -6
- package/dist/{47deeba42768c5d1.svg → 063009f06499d102.svg} +8 -8
- package/dist/_virtual/_tslib.js +1 -1
- package/dist/components/contextualAppLinks/externalLinkButtons/externalLinkButtons.helpers.d.ts +1 -2
- package/dist/components/realTimeData/components/contextButton/RealTimeContextButton.d.ts +1 -0
- package/dist/components/realTimeData/components/contextPopover/Popover.d.ts +4 -1
- package/dist/hooks/hookLibrary.d.ts +1 -1
- package/dist/node_modules/@microsoft/signalr/dist/esm/DefaultHttpClient.js +2 -2
- package/dist/node_modules/@microsoft/signalr/dist/esm/Errors.js +3 -3
- package/dist/node_modules/@microsoft/signalr/dist/esm/FetchHttpClient.js +6 -4
- package/dist/node_modules/@microsoft/signalr/dist/esm/HttpConnection.js +16 -14
- package/dist/node_modules/@microsoft/signalr/dist/esm/HubConnection.js +14 -10
- package/dist/node_modules/@microsoft/signalr/dist/esm/LongPollingTransport.js +14 -10
- package/dist/node_modules/@microsoft/signalr/dist/esm/ServerSentEventsTransport.js +8 -5
- package/dist/node_modules/@microsoft/signalr/dist/esm/Utils.js +5 -3
- package/dist/node_modules/@microsoft/signalr/dist/esm/WebSocketTransport.js +6 -5
- package/dist/node_modules/@microsoft/signalr/dist/esm/XhrHttpClient.js +2 -2
- package/dist/services/api/api-manager.d.ts +10 -1
- package/dist/services/api/api-tag-details.d.ts +1 -2
- package/dist/services/eventCallbacks/plantChanged.d.ts +1 -1
- package/dist/src/components/contextualAppLinks/externalLinkButtons/externalLinkButtons.helpers.js +8 -8
- package/dist/src/components/contextualAppLinks/externalLinkButtons/externalLinkToCommApp.js +6 -4
- package/dist/src/components/contextualAppLinks/externalLinkButtons/externalLinkToMcApp.js +6 -4
- package/dist/src/components/contextualAppLinks/externalLinkButtons/externalLinkToProCoSys.js +4 -2
- package/dist/src/components/contextualAppLinks/externalLinkButtons/externalLinkToSap.js +4 -2
- package/dist/src/components/errorBoundary/errorBoundary.js +2 -2
- package/dist/src/components/externalLinkButton/externalLinkButton.js +4 -2
- package/dist/src/components/pageMenu/version/version.js +4 -2
- package/dist/src/components/plantSelector/plantSelector.js +4 -2
- package/dist/src/components/projectSelector/ProcosysProjectSelector.js +4 -2
- package/dist/src/components/realTimeData/RealTimePopoverButton.js +18 -2
- package/dist/src/components/realTimeData/components/connectorForIMSTag/RealTimeConnectorForIMSTag.js +14 -0
- package/dist/src/components/realTimeData/components/contextButton/RealTimeContextButton.js +4 -4
- package/dist/src/components/realTimeData/hooks/useRealTimeHub.js +4 -2
- package/dist/src/components/realTimeData/hooks/useSignalR.js +20 -6
- package/dist/src/hooks/useTagDetails.js +6 -4
- package/dist/src/icons/common/Evision.svg.js +1 -2
- package/dist/src/icons/common/Fusion.svg.js +1 -2
- package/dist/src/icons/common/McApp.svg.js +1 -2
- package/dist/src/icons/common/Notification.svg.js +1 -2
- package/dist/src/icons/common/ProCoSysIcon.svg.js +1 -2
- package/dist/src/icons/common/Robim.svg.js +1 -2
- package/dist/src/icons/common/SapLogo.svg.js +1 -2
- package/dist/src/icons/common/SemiIcon.svg.js +2 -3
- package/dist/src/icons/common/Stid.svg.js +1 -2
- package/dist/src/icons/common/TR2000.svg.js +1 -2
- package/dist/src/icons/common/WorkOrder.svg.js +1 -2
- package/dist/src/icons/common/Yammer.svg.js +1 -2
- package/dist/src/icons/equinor-logo.js +9 -9
- package/dist/src/index.js +31 -74
- package/dist/src/index2.js +201 -0
- package/dist/src/services/api/api-manager.js +111 -49
- package/dist/src/services/api/api-plantinfo.js +135 -14
- package/dist/src/services/api/api-plants.js +40 -5
- package/dist/src/services/api/api-realtimedata.js +15 -4
- package/dist/src/services/api/api-tag-details.js +8 -5
- package/dist/src/services/api/api-tags.js +61 -2
- package/dist/src/services/api/api-version.js +76 -10
- package/dist/src/services/eventCallbacks/plantChanged.js +6 -2
- package/dist/src/utils/copyText.js +6 -2
- package/dist/src/utils/plantInfo.js +24 -20
- package/dist/src/utils/startup.js +6 -4
- package/dist/src/utils/taskCache.js +89 -0
- package/dist/utils/navigationUtils.d.ts +1 -1
- package/dist/utils/taskCache.d.ts +23 -0
- package/dist/utils/taskCache.test.d.ts +1 -0
- package/package.json +118 -117
|
@@ -12,6 +12,8 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
12
12
|
|
|
13
13
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
14
14
|
|
|
15
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
16
|
+
|
|
15
17
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
16
18
|
|
|
17
19
|
Object.defineProperty(exports, '__esModule', {
|
|
@@ -22,6 +24,20 @@ var _tslib = require('../../../../_virtual/_tslib.js');
|
|
|
22
24
|
|
|
23
25
|
var React = require('react');
|
|
24
26
|
|
|
27
|
+
require('../../../../node_modules/@microsoft/signalr/dist/esm/ILogger.js');
|
|
28
|
+
|
|
29
|
+
require('../../../../node_modules/@microsoft/signalr/dist/esm/Loggers.js');
|
|
30
|
+
|
|
31
|
+
require('../../../../node_modules/@microsoft/signalr/dist/esm/HubConnection.js');
|
|
32
|
+
|
|
33
|
+
var HubConnectionBuilder = require('../../../../node_modules/@microsoft/signalr/dist/esm/HubConnectionBuilder.js');
|
|
34
|
+
|
|
35
|
+
require('../../../../node_modules/@microsoft/signalr/dist/esm/IHubProtocol.js');
|
|
36
|
+
|
|
37
|
+
require('../../../../node_modules/@microsoft/signalr/dist/esm/ITransport.js');
|
|
38
|
+
|
|
39
|
+
require('../../../../node_modules/@microsoft/signalr/dist/esm/TextMessageFormat.js');
|
|
40
|
+
|
|
25
41
|
var EchoUtils = require('@equinor/echo-utils');
|
|
26
42
|
|
|
27
43
|
var EchoCore = require('@equinor/echo-core');
|
|
@@ -30,8 +46,6 @@ var apiManager = require('../../../services/api/api-manager.js');
|
|
|
30
46
|
|
|
31
47
|
var useSignalRListener = require('./useSignalRListener.js');
|
|
32
48
|
|
|
33
|
-
var HubConnectionBuilder = require('../../../../node_modules/@microsoft/signalr/dist/esm/HubConnectionBuilder.js');
|
|
34
|
-
|
|
35
49
|
function _interopDefaultLegacy(e) {
|
|
36
50
|
return e && _typeof(e) === 'object' && 'default' in e ? e : {
|
|
37
51
|
'default': e
|
|
@@ -55,8 +69,8 @@ function setDoneLoading(state) {
|
|
|
55
69
|
}
|
|
56
70
|
|
|
57
71
|
function accessTokenFactory() {
|
|
58
|
-
return _tslib.__awaiter(this, void 0, void 0, /*#__PURE__*/
|
|
59
|
-
return
|
|
72
|
+
return _tslib.__awaiter(this, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
73
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
60
74
|
while (1) {
|
|
61
75
|
switch (_context.prev = _context.next) {
|
|
62
76
|
case 0:
|
|
@@ -106,9 +120,9 @@ function useSignalR(hubUrl) {
|
|
|
106
120
|
}); // SignalR start/stop connection hook
|
|
107
121
|
|
|
108
122
|
EchoUtils__default["default"].Hooks.useEffectAsync(function (signal) {
|
|
109
|
-
return _tslib.__awaiter(_this, void 0, void 0, /*#__PURE__*/
|
|
123
|
+
return _tslib.__awaiter(_this, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
|
110
124
|
var setStateWhenMounted, connection;
|
|
111
|
-
return
|
|
125
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
112
126
|
while (1) {
|
|
113
127
|
switch (_context2.prev = _context2.next) {
|
|
114
128
|
case 0:
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
4
|
+
|
|
3
5
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
4
6
|
|
|
5
7
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
@@ -76,16 +78,16 @@ function useTagDetails(_ref) {
|
|
|
76
78
|
|
|
77
79
|
useEffectAsync( // eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
78
80
|
function (abortSignal) {
|
|
79
|
-
return _tslib.__awaiter(_this, void 0, void 0, /*#__PURE__*/
|
|
81
|
+
return _tslib.__awaiter(_this, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
|
80
82
|
var getDetails;
|
|
81
|
-
return
|
|
83
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
82
84
|
while (1) {
|
|
83
85
|
switch (_context2.prev = _context2.next) {
|
|
84
86
|
case 0:
|
|
85
87
|
getDetails = function _getDetails(instCode, tagNo) {
|
|
86
|
-
return _tslib.__awaiter(this, void 0, void 0, /*#__PURE__*/
|
|
88
|
+
return _tslib.__awaiter(this, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
87
89
|
var tagDetailsApiResponse;
|
|
88
|
-
return
|
|
90
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
89
91
|
while (1) {
|
|
90
92
|
switch (_context.prev = _context.next) {
|
|
91
93
|
case 0:
|
|
@@ -33,7 +33,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
33
33
|
var _path, _path2;
|
|
34
34
|
|
|
35
35
|
function _extends() {
|
|
36
|
-
_extends = Object.assign
|
|
36
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
37
37
|
for (var i = 1; i < arguments.length; i++) {
|
|
38
38
|
var source = arguments[i];
|
|
39
39
|
|
|
@@ -46,7 +46,6 @@ function _extends() {
|
|
|
46
46
|
|
|
47
47
|
return target;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
49
|
return _extends.apply(this, arguments);
|
|
51
50
|
}
|
|
52
51
|
|
|
@@ -33,7 +33,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
33
33
|
var _g, _defs;
|
|
34
34
|
|
|
35
35
|
function _extends() {
|
|
36
|
-
_extends = Object.assign
|
|
36
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
37
37
|
for (var i = 1; i < arguments.length; i++) {
|
|
38
38
|
var source = arguments[i];
|
|
39
39
|
|
|
@@ -46,7 +46,6 @@ function _extends() {
|
|
|
46
46
|
|
|
47
47
|
return target;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
49
|
return _extends.apply(this, arguments);
|
|
51
50
|
}
|
|
52
51
|
|
|
@@ -33,7 +33,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
33
33
|
var _g;
|
|
34
34
|
|
|
35
35
|
function _extends() {
|
|
36
|
-
_extends = Object.assign
|
|
36
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
37
37
|
for (var i = 1; i < arguments.length; i++) {
|
|
38
38
|
var source = arguments[i];
|
|
39
39
|
|
|
@@ -46,7 +46,6 @@ function _extends() {
|
|
|
46
46
|
|
|
47
47
|
return target;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
49
|
return _extends.apply(this, arguments);
|
|
51
50
|
}
|
|
52
51
|
|
|
@@ -33,7 +33,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
33
33
|
var _path, _path2, _path3, _path4, _path5;
|
|
34
34
|
|
|
35
35
|
function _extends() {
|
|
36
|
-
_extends = Object.assign
|
|
36
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
37
37
|
for (var i = 1; i < arguments.length; i++) {
|
|
38
38
|
var source = arguments[i];
|
|
39
39
|
|
|
@@ -46,7 +46,6 @@ function _extends() {
|
|
|
46
46
|
|
|
47
47
|
return target;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
49
|
return _extends.apply(this, arguments);
|
|
51
50
|
}
|
|
52
51
|
|
|
@@ -33,7 +33,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
33
33
|
var _path, _path2;
|
|
34
34
|
|
|
35
35
|
function _extends() {
|
|
36
|
-
_extends = Object.assign
|
|
36
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
37
37
|
for (var i = 1; i < arguments.length; i++) {
|
|
38
38
|
var source = arguments[i];
|
|
39
39
|
|
|
@@ -46,7 +46,6 @@ function _extends() {
|
|
|
46
46
|
|
|
47
47
|
return target;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
49
|
return _extends.apply(this, arguments);
|
|
51
50
|
}
|
|
52
51
|
|
|
@@ -33,7 +33,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
33
33
|
var _path;
|
|
34
34
|
|
|
35
35
|
function _extends() {
|
|
36
|
-
_extends = Object.assign
|
|
36
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
37
37
|
for (var i = 1; i < arguments.length; i++) {
|
|
38
38
|
var source = arguments[i];
|
|
39
39
|
|
|
@@ -46,7 +46,6 @@ function _extends() {
|
|
|
46
46
|
|
|
47
47
|
return target;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
49
|
return _extends.apply(this, arguments);
|
|
51
50
|
}
|
|
52
51
|
|
|
@@ -33,7 +33,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
33
33
|
var _linearGradient, _path, _path2, _path3;
|
|
34
34
|
|
|
35
35
|
function _extends() {
|
|
36
|
-
_extends = Object.assign
|
|
36
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
37
37
|
for (var i = 1; i < arguments.length; i++) {
|
|
38
38
|
var source = arguments[i];
|
|
39
39
|
|
|
@@ -46,7 +46,6 @@ function _extends() {
|
|
|
46
46
|
|
|
47
47
|
return target;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
49
|
return _extends.apply(this, arguments);
|
|
51
50
|
}
|
|
52
51
|
|
|
@@ -33,7 +33,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
33
33
|
var _style, _circle;
|
|
34
34
|
|
|
35
35
|
function _extends() {
|
|
36
|
-
_extends = Object.assign
|
|
36
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
37
37
|
for (var i = 1; i < arguments.length; i++) {
|
|
38
38
|
var source = arguments[i];
|
|
39
39
|
|
|
@@ -46,7 +46,6 @@ function _extends() {
|
|
|
46
46
|
|
|
47
47
|
return target;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
49
|
return _extends.apply(this, arguments);
|
|
51
50
|
}
|
|
52
51
|
|
|
@@ -64,7 +63,7 @@ var SvgSemiIcon = function SvgSemiIcon(props) {
|
|
|
64
63
|
xmlSpace: "preserve"
|
|
65
64
|
}, props), _style || (_style = /*#__PURE__*/React__namespace.createElement("style", {
|
|
66
65
|
type: "text/css"
|
|
67
|
-
}, ".st0{fill:#421E6D;}\n\t.st1{fill:none;enable-background:new ;}")), _circle || (_circle = /*#__PURE__*/React__namespace.createElement("circle", {
|
|
66
|
+
}, ".st0{fill:#421E6D;}\r\n\t.st1{fill:none;enable-background:new ;}")), _circle || (_circle = /*#__PURE__*/React__namespace.createElement("circle", {
|
|
68
67
|
className: "st0",
|
|
69
68
|
cx: 421,
|
|
70
69
|
cy: 280,
|
|
@@ -33,7 +33,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
33
33
|
var _path;
|
|
34
34
|
|
|
35
35
|
function _extends() {
|
|
36
|
-
_extends = Object.assign
|
|
36
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
37
37
|
for (var i = 1; i < arguments.length; i++) {
|
|
38
38
|
var source = arguments[i];
|
|
39
39
|
|
|
@@ -46,7 +46,6 @@ function _extends() {
|
|
|
46
46
|
|
|
47
47
|
return target;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
49
|
return _extends.apply(this, arguments);
|
|
51
50
|
}
|
|
52
51
|
|
|
@@ -33,7 +33,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
33
33
|
var _g, _defs;
|
|
34
34
|
|
|
35
35
|
function _extends() {
|
|
36
|
-
_extends = Object.assign
|
|
36
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
37
37
|
for (var i = 1; i < arguments.length; i++) {
|
|
38
38
|
var source = arguments[i];
|
|
39
39
|
|
|
@@ -46,7 +46,6 @@ function _extends() {
|
|
|
46
46
|
|
|
47
47
|
return target;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
49
|
return _extends.apply(this, arguments);
|
|
51
50
|
}
|
|
52
51
|
|
|
@@ -33,7 +33,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
33
33
|
var _path, _path2, _path3;
|
|
34
34
|
|
|
35
35
|
function _extends() {
|
|
36
|
-
_extends = Object.assign
|
|
36
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
37
37
|
for (var i = 1; i < arguments.length; i++) {
|
|
38
38
|
var source = arguments[i];
|
|
39
39
|
|
|
@@ -46,7 +46,6 @@ function _extends() {
|
|
|
46
46
|
|
|
47
47
|
return target;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
49
|
return _extends.apply(this, arguments);
|
|
51
50
|
}
|
|
52
51
|
|
|
@@ -33,7 +33,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
33
33
|
var _path;
|
|
34
34
|
|
|
35
35
|
function _extends() {
|
|
36
|
-
_extends = Object.assign
|
|
36
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
37
37
|
for (var i = 1; i < arguments.length; i++) {
|
|
38
38
|
var source = arguments[i];
|
|
39
39
|
|
|
@@ -46,7 +46,6 @@ function _extends() {
|
|
|
46
46
|
|
|
47
47
|
return target;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
49
|
return _extends.apply(this, arguments);
|
|
51
50
|
}
|
|
52
51
|
|
|
@@ -31,31 +31,31 @@ var FooterLogo = function FooterLogo() {
|
|
|
31
31
|
type: "text/css"
|
|
32
32
|
}, ".st0{fill:#FF1243;}"), /*#__PURE__*/React__default["default"].createElement("g", null, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
33
33
|
className: "st0",
|
|
34
|
-
d: "M3489.6,1124.6l82.9,47.8c4.9,2.8,7.9,8.1,7.9,13.8l-0.1,95.7c0,8.1-8.8,13.2-15.8,9.1l-82.9-47.8\n\t\t\t\tc-4.9-2.8-7.8-8.1-7.8-13.8l0-95.7C3473.7,1125.6,3482.5,1120.5,3489.6,1124.6z M3556.2,1009.2l82.9,47.9c4.9,2.8,11,2.8,15.9,0\n\t\t\t\tl82.9-47.9c7-4.1,7-14.2,0-18.3l-82.9-47.9c-4.9-2.8-11-2.8-15.9,0l-82.9,47.9C3549.2,995,3549.2,1005.1,3556.2,1009.2z\n\t\t\t\tM3256,989.7l-186.5-107.9c-5.5-3.2-12.3-3.2-17.9,0l-186.5,107.9c-7.9,4.6-7.9,16,0,20.6l186.5,107.9c5.5,3.2,12.3,3.2,17.9,0\n\t\t\t\tl186.5-107.9C3263.9,1005.7,3263.9,994.3,3256,989.7z M3328.6,1122.3l-124.5,71.7c-3.7,2.1-6,6.1-6,10.3l0,143.7\n\t\t\t\tc0,6.1,6.8,9.9,12,6.9l124.5-71.7c3.7-2.1,5.8-6.1,5.8-10.3l0-143.7C3340.5,1123.1,3333.9,1119.3,3328.6,1122.3z M3943.2,22.5\n\t\t\t\tl-448.1,258.1c-13.3,7.6-21.5,21.8-21.4,37.1l0,517.1c0,21.9,24.3,35.7,43.3,24.7l448.1-258.1c13.3-7.6,21-21.8,20.9-37.1l0-517.1\n\t\t\t\tC3986,25.3,3962.2,11.6,3943.2,22.5z M2984.6,303l0,359.2c0,10.6,5.3,20.5,14.5,25.8l311.2,179.3c13.2,7.6,30-1.9,30.1-17.2\n\t\t\t\tl0-359.2c0-10.6-5.7-20.5-14.9-25.8l-311.2-179.3C3001.1,278.2,2984.6,287.8,2984.6,303z"
|
|
34
|
+
d: "M3489.6,1124.6l82.9,47.8c4.9,2.8,7.9,8.1,7.9,13.8l-0.1,95.7c0,8.1-8.8,13.2-15.8,9.1l-82.9-47.8\r\n\t\t\t\tc-4.9-2.8-7.8-8.1-7.8-13.8l0-95.7C3473.7,1125.6,3482.5,1120.5,3489.6,1124.6z M3556.2,1009.2l82.9,47.9c4.9,2.8,11,2.8,15.9,0\r\n\t\t\t\tl82.9-47.9c7-4.1,7-14.2,0-18.3l-82.9-47.9c-4.9-2.8-11-2.8-15.9,0l-82.9,47.9C3549.2,995,3549.2,1005.1,3556.2,1009.2z\r\n\t\t\t\tM3256,989.7l-186.5-107.9c-5.5-3.2-12.3-3.2-17.9,0l-186.5,107.9c-7.9,4.6-7.9,16,0,20.6l186.5,107.9c5.5,3.2,12.3,3.2,17.9,0\r\n\t\t\t\tl186.5-107.9C3263.9,1005.7,3263.9,994.3,3256,989.7z M3328.6,1122.3l-124.5,71.7c-3.7,2.1-6,6.1-6,10.3l0,143.7\r\n\t\t\t\tc0,6.1,6.8,9.9,12,6.9l124.5-71.7c3.7-2.1,5.8-6.1,5.8-10.3l0-143.7C3340.5,1123.1,3333.9,1119.3,3328.6,1122.3z M3943.2,22.5\r\n\t\t\t\tl-448.1,258.1c-13.3,7.6-21.5,21.8-21.4,37.1l0,517.1c0,21.9,24.3,35.7,43.3,24.7l448.1-258.1c13.3-7.6,21-21.8,20.9-37.1l0-517.1\r\n\t\t\t\tC3986,25.3,3962.2,11.6,3943.2,22.5z M2984.6,303l0,359.2c0,10.6,5.3,20.5,14.5,25.8l311.2,179.3c13.2,7.6,30-1.9,30.1-17.2\r\n\t\t\t\tl0-359.2c0-10.6-5.7-20.5-14.9-25.8l-311.2-179.3C3001.1,278.2,2984.6,287.8,2984.6,303z"
|
|
35
35
|
}), /*#__PURE__*/React__default["default"].createElement("g", null, /*#__PURE__*/React__default["default"].createElement("g", null, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
36
36
|
className: "st0",
|
|
37
|
-
d: "M2645.9,1030c-3.3-8.2-10.3-11.2-18.1-6.6c-7.8,4.7-154.9,92.3-154.9,92.3v-80.7c0-9.1-5.8-12.4-14-9.1\n\t\t\t\t\t\tl-47.8,17.3c-6.6,2.5-9.1,7.4-9.1,14v355c0,7.4,4.9,12.4,12.4,12.4h46.1c7.4,0,12.4-4.9,12.4-12.4v-217.4\n\t\t\t\t\t\tc0,0,173.4-107,180.4-111.2c7-4.2,10.6-7.8,7.4-15.7C2657.3,1059.2,2645.9,1030,2645.9,1030"
|
|
37
|
+
d: "M2645.9,1030c-3.3-8.2-10.3-11.2-18.1-6.6c-7.8,4.7-154.9,92.3-154.9,92.3v-80.7c0-9.1-5.8-12.4-14-9.1\r\n\t\t\t\t\t\tl-47.8,17.3c-6.6,2.5-9.1,7.4-9.1,14v355c0,7.4,4.9,12.4,12.4,12.4h46.1c7.4,0,12.4-4.9,12.4-12.4v-217.4\r\n\t\t\t\t\t\tc0,0,173.4-107,180.4-111.2c7-4.2,10.6-7.8,7.4-15.7C2657.3,1059.2,2645.9,1030,2645.9,1030"
|
|
38
38
|
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
39
39
|
className: "st0",
|
|
40
|
-
d: "M397.4,1201.3c0-98.9-67.6-182.1-180.4-182.1c-111.2,0-203.5,79.9-203.5,210.1\n\t\t\t\t\t\tc0,118.6,77.4,205.1,207.6,205.1c59.3,0,118.6-20.6,163.1-60.1c5.8-4.9,5.8-11.5,1.6-17.3l-22.2-34.6c-4.1-6.6-10.7-7.4-17.3-2.5\n\t\t\t\t\t\tc-40.4,29.7-81.6,44.5-125.2,44.5c-83.2,0-128.5-54.4-134.3-122.8h298.4c7.6,0,12.2-5.5,12.2-12.2V1201.3z M91.8,1179.8\n\t\t\t\t\t\tc15.7-56.8,60.1-91.4,122.8-91.4c68.4,0,104.6,40.4,107.9,91.4H91.8z"
|
|
40
|
+
d: "M397.4,1201.3c0-98.9-67.6-182.1-180.4-182.1c-111.2,0-203.5,79.9-203.5,210.1\r\n\t\t\t\t\t\tc0,118.6,77.4,205.1,207.6,205.1c59.3,0,118.6-20.6,163.1-60.1c5.8-4.9,5.8-11.5,1.6-17.3l-22.2-34.6c-4.1-6.6-10.7-7.4-17.3-2.5\r\n\t\t\t\t\t\tc-40.4,29.7-81.6,44.5-125.2,44.5c-83.2,0-128.5-54.4-134.3-122.8h298.4c7.6,0,12.2-5.5,12.2-12.2V1201.3z M91.8,1179.8\r\n\t\t\t\t\t\tc15.7-56.8,60.1-91.4,122.8-91.4c68.4,0,104.6,40.4,107.9,91.4H91.8z"
|
|
41
41
|
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
42
42
|
className: "st0",
|
|
43
|
-
d: "M799,1589.3h46.1c7.4,0,12.4-4.9,12.4-12.4v-542.1c0-9.1-5.8-12.4-14.8-9.1l-47,17.3\n\t\t\t\t\t\tc-6.6,2.5-9.1,7.4-9.1,14v17.3c-25.5-34.6-75.8-55.2-130.2-55.2c-107.9,0-201.8,80.7-201.8,207.6c0,112,72.5,207.6,197.7,207.6\n\t\t\t\t\t\tc56.8,0,111.2-25.5,134.3-54.4v196.9C786.7,1584.4,791.6,1589.3,799,1589.3 M657.3,1364.4c-70,0-130.2-47.8-130.2-138.4\n\t\t\t\t\t\tc0-90.6,60.1-137.6,130.2-137.6c73.3,0,130.2,47,130.2,137.6C787.5,1317.4,730.6,1364.4,657.3,1364.4"
|
|
43
|
+
d: "M799,1589.3h46.1c7.4,0,12.4-4.9,12.4-12.4v-542.1c0-9.1-5.8-12.4-14.8-9.1l-47,17.3\r\n\t\t\t\t\t\tc-6.6,2.5-9.1,7.4-9.1,14v17.3c-25.5-34.6-75.8-55.2-130.2-55.2c-107.9,0-201.8,80.7-201.8,207.6c0,112,72.5,207.6,197.7,207.6\r\n\t\t\t\t\t\tc56.8,0,111.2-25.5,134.3-54.4v196.9C786.7,1584.4,791.6,1589.3,799,1589.3 M657.3,1364.4c-70,0-130.2-47.8-130.2-138.4\r\n\t\t\t\t\t\tc0-90.6,60.1-137.6,130.2-137.6c73.3,0,130.2,47,130.2,137.6C787.5,1317.4,730.6,1364.4,657.3,1364.4"
|
|
44
44
|
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
45
45
|
className: "st0",
|
|
46
|
-
d: "M1092.2,1434.4c42.8,0,89.8-14,120.3-58.5v36.3c0,7.4,4.9,12.4,12.4,12.4h46.1c7.4,0,12.4-4.9,12.4-12.4\n\t\t\t\t\t\tv-376.5c0-9.9-5.8-13.2-14-9.9l-47.8,17.3c-6.6,2.5-9.1,7.4-9.1,14v197.7c0,70-45.3,109.6-107.1,109.6\n\t\t\t\t\t\tc-61,0-102.2-38.7-102.2-109.6v-220c0-9.1-5.8-12.4-14-9.1l-47.8,17.3c-6.6,2.5-9.1,7.4-9.1,14v200.2\n\t\t\t\t\t\tC932.4,1374.3,1003.2,1434.4,1092.2,1434.4"
|
|
46
|
+
d: "M1092.2,1434.4c42.8,0,89.8-14,120.3-58.5v36.3c0,7.4,4.9,12.4,12.4,12.4h46.1c7.4,0,12.4-4.9,12.4-12.4\r\n\t\t\t\t\t\tv-376.5c0-9.9-5.8-13.2-14-9.9l-47.8,17.3c-6.6,2.5-9.1,7.4-9.1,14v197.7c0,70-45.3,109.6-107.1,109.6\r\n\t\t\t\t\t\tc-61,0-102.2-38.7-102.2-109.6v-220c0-9.1-5.8-12.4-14-9.1l-47.8,17.3c-6.6,2.5-9.1,7.4-9.1,14v200.2\r\n\t\t\t\t\t\tC932.4,1374.3,1003.2,1434.4,1092.2,1434.4"
|
|
47
47
|
}), /*#__PURE__*/React__default["default"].createElement("g", null, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
48
48
|
className: "st0",
|
|
49
|
-
d: "M1379.7,983.8l50.3-16.5c8.2-2.5,11.5-6.6,11.5-14.8v-60.1c0-7.4-5.8-13.2-14.8-9.9l-49.4,18.1\n\t\t\t\t\t\t\tc-7.4,2.5-11.5,5.8-11.5,14v57.7C1365.7,981.3,1370.7,987.1,1379.7,983.8"
|
|
49
|
+
d: "M1379.7,983.8l50.3-16.5c8.2-2.5,11.5-6.6,11.5-14.8v-60.1c0-7.4-5.8-13.2-14.8-9.9l-49.4,18.1\r\n\t\t\t\t\t\t\tc-7.4,2.5-11.5,5.8-11.5,14v57.7C1365.7,981.3,1370.7,987.1,1379.7,983.8"
|
|
50
50
|
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
51
51
|
className: "st0",
|
|
52
|
-
d: "M1380.6,1424.5h46.1c7.4,0,12.4-4.9,12.4-12.4v-377.3c0-9.1-5.8-12.4-14-9.1l-47.8,17.3\n\t\t\t\t\t\t\tc-6.6,2.5-9.1,7.4-9.1,14v355.1C1368.2,1419.6,1373.2,1424.5,1380.6,1424.5"
|
|
52
|
+
d: "M1380.6,1424.5h46.1c7.4,0,12.4-4.9,12.4-12.4v-377.3c0-9.1-5.8-12.4-14-9.1l-47.8,17.3\r\n\t\t\t\t\t\t\tc-6.6,2.5-9.1,7.4-9.1,14v355.1C1368.2,1419.6,1373.2,1424.5,1380.6,1424.5"
|
|
53
53
|
})), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
54
54
|
className: "st0",
|
|
55
|
-
d: "M1536.3,1424.5h46.1c7.4,0,12.4-4.9,12.4-12.4v-213.4c0-70,45.3-109.6,107.1-109.6\n\t\t\t\t\t\tc61,0,102.2,38.7,102.2,109.6v213.4c0,7.4,4.9,12.4,12.4,12.4h46.1c7.4,0,12.4-4.9,12.4-12.4v-215.9\n\t\t\t\t\t\tc0-117-70.9-177.1-159.8-177.1c-42.8,0-89.8,14-120.3,58.5v-42.8c0-9.1-5.8-12.4-14-9.1l-47.8,17.3c-6.6,2.5-9.1,7.4-9.1,14\n\t\t\t\t\t\tv355.1C1523.9,1419.6,1528.8,1424.5,1536.3,1424.5"
|
|
55
|
+
d: "M1536.3,1424.5h46.1c7.4,0,12.4-4.9,12.4-12.4v-213.4c0-70,45.3-109.6,107.1-109.6\r\n\t\t\t\t\t\tc61,0,102.2,38.7,102.2,109.6v213.4c0,7.4,4.9,12.4,12.4,12.4h46.1c7.4,0,12.4-4.9,12.4-12.4v-215.9\r\n\t\t\t\t\t\tc0-117-70.9-177.1-159.8-177.1c-42.8,0-89.8,14-120.3,58.5v-42.8c0-9.1-5.8-12.4-14-9.1l-47.8,17.3c-6.6,2.5-9.1,7.4-9.1,14\r\n\t\t\t\t\t\tv355.1C1523.9,1419.6,1528.8,1424.5,1536.3,1424.5"
|
|
56
56
|
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
57
57
|
className: "st0",
|
|
58
|
-
d: "M2138.9,1019.2c-118.6,0-203.5,88.2-203.5,207.6c0,119.5,84.9,207.6,203.5,207.6\n\t\t\t\t\t\tc118.6,0,202.7-88.2,202.7-207.6C2341.6,1107.3,2257.5,1019.2,2138.9,1019.2 M2138.9,1365.2c-81.6,0-131-61-131-138.4\n\t\t\t\t\t\ts49.4-138.4,131-138.4c80.7,0,130.2,61,130.2,138.4S2219.6,1365.2,2138.9,1365.2"
|
|
58
|
+
d: "M2138.9,1019.2c-118.6,0-203.5,88.2-203.5,207.6c0,119.5,84.9,207.6,203.5,207.6\r\n\t\t\t\t\t\tc118.6,0,202.7-88.2,202.7-207.6C2341.6,1107.3,2257.5,1019.2,2138.9,1019.2 M2138.9,1365.2c-81.6,0-131-61-131-138.4\r\n\t\t\t\t\t\ts49.4-138.4,131-138.4c80.7,0,130.2,61,130.2,138.4S2219.6,1365.2,2138.9,1365.2"
|
|
59
59
|
})))));
|
|
60
60
|
};
|
|
61
61
|
|
package/dist/src/index.js
CHANGED
|
@@ -4,21 +4,19 @@ Object.defineProperty(exports, '__esModule', {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
|
|
7
|
-
require('./
|
|
8
|
-
|
|
9
|
-
var index$1 = require('./hooks/index.js');
|
|
7
|
+
var index = require('./index2.js');
|
|
10
8
|
|
|
11
9
|
var hookLibrary = require('./hooks/hookLibrary.js');
|
|
12
10
|
|
|
13
|
-
var
|
|
11
|
+
var componentRegistry = require('./services/componentRegistry/componentRegistry.js');
|
|
14
12
|
|
|
15
|
-
var
|
|
13
|
+
var legend = require('./types/legend.js');
|
|
16
14
|
|
|
17
|
-
var
|
|
15
|
+
var pingableSources = require('./types/pingableSources.js');
|
|
18
16
|
|
|
19
17
|
var legendUtils = require('./utils/legendUtils.js');
|
|
20
18
|
|
|
21
|
-
var
|
|
19
|
+
var index$1 = require('./components/contextualAppLinks/index.js');
|
|
22
20
|
|
|
23
21
|
var AppLinks = require('./components/appLinks/AppLinks.js');
|
|
24
22
|
|
|
@@ -42,8 +40,6 @@ var externalLinkToStid = require('./components/contextualAppLinks/externalLinkBu
|
|
|
42
40
|
|
|
43
41
|
var externalLinkToTr2000 = require('./components/contextualAppLinks/externalLinkButtons/externalLinkToTr2000.js');
|
|
44
42
|
|
|
45
|
-
var index = require('./components/contextualAppLinks/index.js');
|
|
46
|
-
|
|
47
43
|
var echoLogo = require('./components/echoLogo/echoLogo.js');
|
|
48
44
|
|
|
49
45
|
var errorBoundary = require('./components/errorBoundary/errorBoundary.js');
|
|
@@ -56,24 +52,8 @@ var lazyLoadedAppWrapper = require('./components/lazyLoading/lazyLoadedAppWrappe
|
|
|
56
52
|
|
|
57
53
|
var mediator = require('./components/mediator/mediator.js');
|
|
58
54
|
|
|
59
|
-
require('@equinor/echo-components');
|
|
60
|
-
|
|
61
|
-
require('@equinor/eds-core-react');
|
|
62
|
-
|
|
63
|
-
require('react');
|
|
64
|
-
|
|
65
|
-
var themeConst = require('./theme/themeConst.js');
|
|
66
|
-
|
|
67
|
-
require('./components/pageMenu/accordionItem.module.css.js');
|
|
68
|
-
|
|
69
55
|
var pageMenu = require('./components/pageMenu/pageMenu.js');
|
|
70
56
|
|
|
71
|
-
require('./components/pageMenu/pageMenuDrawerItem.module.css.js');
|
|
72
|
-
|
|
73
|
-
require('./components/panel/corePanelLeft.js');
|
|
74
|
-
|
|
75
|
-
require('./components/panel/corePanelRight.js');
|
|
76
|
-
|
|
77
57
|
var panelButton = require('./components/panelButton/panelButton.js');
|
|
78
58
|
|
|
79
59
|
var plantSelector = require('./components/plantSelector/plantSelector.js');
|
|
@@ -90,10 +70,6 @@ var routes = require('./components/router/routes.js');
|
|
|
90
70
|
|
|
91
71
|
var useLayout = require('./components/router/useLayout.js');
|
|
92
72
|
|
|
93
|
-
require('@equinor/echo-core');
|
|
94
|
-
|
|
95
|
-
require('./components/searchMenu/searchMenu.module.css.js');
|
|
96
|
-
|
|
97
73
|
var tagNumber = require('./components/tagNumber/tagNumber.js');
|
|
98
74
|
|
|
99
75
|
var toaster = require('./components/toaster/toaster.js');
|
|
@@ -108,35 +84,18 @@ var EchoEventHandler = require('./coreApplication/EchoEventHandler.js');
|
|
|
108
84
|
|
|
109
85
|
var toastActions = require('./services/eventHubActions/toastActions.js');
|
|
110
86
|
|
|
111
|
-
var
|
|
87
|
+
var themeConst = require('./theme/themeConst.js');
|
|
112
88
|
|
|
113
|
-
var
|
|
89
|
+
var extensions = require('./types/extensions.js');
|
|
114
90
|
|
|
115
|
-
var
|
|
91
|
+
var navigationUtils = require('./utils/navigationUtils.js');
|
|
116
92
|
|
|
117
93
|
var plantInfo = require('./utils/plantInfo.js');
|
|
118
94
|
|
|
119
95
|
var startup = require('./utils/startup.js');
|
|
120
96
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
Utils: Object.freeze({
|
|
124
|
-
Navigation: Object.freeze({
|
|
125
|
-
goToExternalLink: navigationUtils.goToExternalLink
|
|
126
|
-
}),
|
|
127
|
-
Color: Object.freeze({
|
|
128
|
-
getLegendStatusColor: legendUtils.getLegendStatusColor
|
|
129
|
-
})
|
|
130
|
-
}),
|
|
131
|
-
Hooks: Object.freeze(Object.assign(Object.assign({}, hookLibrary.HookLibrary), index$1)),
|
|
132
|
-
EchopediaComponentLibrary: Object.freeze({
|
|
133
|
-
getTagItem: componentRegistry.componentRegistry.getTagItem
|
|
134
|
-
}),
|
|
135
|
-
APIs: Object.freeze({
|
|
136
|
-
getPlantsInfo: apiPlantinfo.getPlantsInfo,
|
|
137
|
-
getTagDetails: apiTagDetails.getTagDetails
|
|
138
|
-
})
|
|
139
|
-
});
|
|
97
|
+
exports["default"] = index["default"];
|
|
98
|
+
exports.registerEchopediaComponent = index.registerEchopediaComponent;
|
|
140
99
|
Object.defineProperty(exports, 'RegisteredHookName', {
|
|
141
100
|
enumerable: true,
|
|
142
101
|
get: function get() {
|
|
@@ -149,10 +108,28 @@ Object.defineProperty(exports, 'RegisteredComponentName', {
|
|
|
149
108
|
return componentRegistry.RegisteredComponentName;
|
|
150
109
|
}
|
|
151
110
|
});
|
|
111
|
+
Object.defineProperty(exports, 'LegendStatus', {
|
|
112
|
+
enumerable: true,
|
|
113
|
+
get: function get() {
|
|
114
|
+
return legend.LegendStatus;
|
|
115
|
+
}
|
|
116
|
+
});
|
|
117
|
+
Object.defineProperty(exports, 'LegendType', {
|
|
118
|
+
enumerable: true,
|
|
119
|
+
get: function get() {
|
|
120
|
+
return legend.LegendType;
|
|
121
|
+
}
|
|
122
|
+
});
|
|
123
|
+
Object.defineProperty(exports, 'PingableSources', {
|
|
124
|
+
enumerable: true,
|
|
125
|
+
get: function get() {
|
|
126
|
+
return pingableSources.PingableSources;
|
|
127
|
+
}
|
|
128
|
+
});
|
|
152
129
|
exports.getLegendStatusColor = legendUtils.getLegendStatusColor;
|
|
153
130
|
exports.legendTypeToLegendStatus = legendUtils.legendTypeToLegendStatus;
|
|
154
131
|
exports.valueToEnum = legendUtils.valueToEnum;
|
|
155
|
-
exports.
|
|
132
|
+
exports.ContextualAppLinks = index$1.ContextualAppLinks;
|
|
156
133
|
exports.AppLinks = AppLinks.AppLinks;
|
|
157
134
|
exports.LinkButton = linkButton.LinkButton;
|
|
158
135
|
exports.CameraLayout = layouts.CameraLayout;
|
|
@@ -168,7 +145,6 @@ exports.ExternalLinkToSap = externalLinkToSap.ExternalLinkToSap;
|
|
|
168
145
|
exports.ExternalLinkToSemiDoc = externalLinkToSemiDoc.ExternalLinkToSemiDoc;
|
|
169
146
|
exports.ExternalLinkToStid = externalLinkToStid.ExternalLinkToStid;
|
|
170
147
|
exports.ExternalLinkToTr2000 = externalLinkToTr2000.ExternalLinkToTr2000;
|
|
171
|
-
exports.ContextualAppLinks = index.ContextualAppLinks;
|
|
172
148
|
exports.EchoLogo = echoLogo.EchoLogo;
|
|
173
149
|
exports.ErrorBoundary = errorBoundary.ErrorBoundary;
|
|
174
150
|
exports.ExternalLinkButton = externalLinkButton.ExternalLinkButton;
|
|
@@ -187,7 +163,6 @@ Object.defineProperty(exports, 'FooterType', {
|
|
|
187
163
|
});
|
|
188
164
|
exports.LazyLoadedAppWrapper = lazyLoadedAppWrapper.LazyLoadedAppWrapper;
|
|
189
165
|
exports.Mediator = mediator.Mediator;
|
|
190
|
-
exports.themeConst = themeConst.themeConst;
|
|
191
166
|
exports.PageMenu = pageMenu.PageMenu;
|
|
192
167
|
Object.defineProperty(exports, 'Variants', {
|
|
193
168
|
enumerable: true,
|
|
@@ -211,30 +186,14 @@ exports.mainMenu = EchoContentPanels.mainMenu;
|
|
|
211
186
|
exports.searchPanel = EchoContentPanels.searchPanel;
|
|
212
187
|
exports.EchoEventHandler = EchoEventHandler.EchoEventHandler;
|
|
213
188
|
exports.displayToast = toastActions.displayToast;
|
|
189
|
+
exports.themeConst = themeConst.themeConst;
|
|
214
190
|
Object.defineProperty(exports, 'ExtendableComponentName', {
|
|
215
191
|
enumerable: true,
|
|
216
192
|
get: function get() {
|
|
217
193
|
return extensions.ExtendableComponentName;
|
|
218
194
|
}
|
|
219
195
|
});
|
|
220
|
-
|
|
221
|
-
enumerable: true,
|
|
222
|
-
get: function get() {
|
|
223
|
-
return legend.LegendStatus;
|
|
224
|
-
}
|
|
225
|
-
});
|
|
226
|
-
Object.defineProperty(exports, 'LegendType', {
|
|
227
|
-
enumerable: true,
|
|
228
|
-
get: function get() {
|
|
229
|
-
return legend.LegendType;
|
|
230
|
-
}
|
|
231
|
-
});
|
|
232
|
-
Object.defineProperty(exports, 'PingableSources', {
|
|
233
|
-
enumerable: true,
|
|
234
|
-
get: function get() {
|
|
235
|
-
return pingableSources.PingableSources;
|
|
236
|
-
}
|
|
237
|
-
});
|
|
196
|
+
exports.goToExternalLink = navigationUtils.goToExternalLink;
|
|
238
197
|
exports.check3dAccessForInstCodeOrPlantCode = plantInfo.check3dAccessForInstCodeOrPlantCode;
|
|
239
198
|
exports.check3dPermissionForPlantCode = plantInfo.check3dPermissionForPlantCode;
|
|
240
199
|
exports.check3dPermissionOnInstallation = plantInfo.check3dPermissionOnInstallation;
|
|
@@ -248,5 +207,3 @@ exports.getPlantCodesOnInstallation = plantInfo.getPlantCodesOnInstallation;
|
|
|
248
207
|
exports.getPlantsOnInstallation = plantInfo.getPlantsOnInstallation;
|
|
249
208
|
exports.setPlantInfo = plantInfo.setPlantInfo;
|
|
250
209
|
exports.startup = startup.startup;
|
|
251
|
-
exports["default"] = EchoFramework;
|
|
252
|
-
exports.registerEchopediaComponent = registerEchopediaComponent;
|