authscape 1.0.340 → 1.0.343
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/index.js
CHANGED
|
@@ -2257,7 +2257,7 @@ function OEMEditor(_ref) {
|
|
|
2257
2257
|
var monaco = (0, _react2.useMonaco)();
|
|
2258
2258
|
var cssEditorRef = (0, _react.useRef)(null);
|
|
2259
2259
|
var htmlEditorRef = (0, _react.useRef)(null);
|
|
2260
|
-
var _useState = (0, _react.useState)(
|
|
2260
|
+
var _useState = (0, _react.useState)(null),
|
|
2261
2261
|
_useState2 = _slicedToArray(_useState, 2),
|
|
2262
2262
|
data = _useState2[0],
|
|
2263
2263
|
setData = _useState2[1];
|
|
@@ -2333,10 +2333,9 @@ function OEMEditor(_ref) {
|
|
|
2333
2333
|
};
|
|
2334
2334
|
}();
|
|
2335
2335
|
(0, _react.useEffect)(function () {
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
// }
|
|
2336
|
+
if (oEMDomain != null) {
|
|
2337
|
+
loadDNSFields(oEMDomain);
|
|
2338
|
+
}
|
|
2340
2339
|
}, [oEMDomain]);
|
|
2341
2340
|
(0, _react.useEffect)(function () {
|
|
2342
2341
|
if (loadedUser) {
|
|
@@ -2353,16 +2352,13 @@ function OEMEditor(_ref) {
|
|
|
2353
2352
|
if (response != null && response.status == 200) {
|
|
2354
2353
|
setFonts(response.data);
|
|
2355
2354
|
}
|
|
2356
|
-
_context2.next = 6;
|
|
2357
|
-
return loadDNSFields();
|
|
2358
|
-
case 6:
|
|
2359
2355
|
if (!showAllDomains) {
|
|
2360
|
-
_context2.next =
|
|
2356
|
+
_context2.next = 11;
|
|
2361
2357
|
break;
|
|
2362
2358
|
}
|
|
2363
|
-
_context2.next =
|
|
2359
|
+
_context2.next = 7;
|
|
2364
2360
|
return apiService().get("/WhiteLabel/GetAllDomains");
|
|
2365
|
-
case
|
|
2361
|
+
case 7:
|
|
2366
2362
|
_response = _context2.sent;
|
|
2367
2363
|
if (_response != null && _response.status == 200) {
|
|
2368
2364
|
setOEMDomainList(_response.data);
|
|
@@ -2370,12 +2366,12 @@ function OEMEditor(_ref) {
|
|
|
2370
2366
|
setOEMDomain(_response.data[0].name);
|
|
2371
2367
|
}
|
|
2372
2368
|
}
|
|
2373
|
-
_context2.next = 17;
|
|
2374
|
-
break;
|
|
2375
|
-
case 13:
|
|
2376
2369
|
_context2.next = 15;
|
|
2370
|
+
break;
|
|
2371
|
+
case 11:
|
|
2372
|
+
_context2.next = 13;
|
|
2377
2373
|
return apiService().get("/WhiteLabel/GetAllDomainsUser");
|
|
2378
|
-
case
|
|
2374
|
+
case 13:
|
|
2379
2375
|
_response2 = _context2.sent;
|
|
2380
2376
|
if (_response2 != null && _response2.status == 200) {
|
|
2381
2377
|
setOEMDomainList(_response2.data);
|
|
@@ -2383,7 +2379,7 @@ function OEMEditor(_ref) {
|
|
|
2383
2379
|
setOEMDomain(_response2.data[0].name);
|
|
2384
2380
|
}
|
|
2385
2381
|
}
|
|
2386
|
-
case
|
|
2382
|
+
case 15:
|
|
2387
2383
|
case "end":
|
|
2388
2384
|
return _context2.stop();
|
|
2389
2385
|
}
|
|
@@ -4475,77 +4471,6 @@ var authService = function authService() {
|
|
|
4475
4471
|
exports.authService = authService;
|
|
4476
4472
|
"use strict";
|
|
4477
4473
|
|
|
4478
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4479
|
-
value: true
|
|
4480
|
-
});
|
|
4481
|
-
exports.HeaderRecords = HeaderRecords;
|
|
4482
|
-
exports.WhiteLabelPageModule = WhiteLabelPageModule;
|
|
4483
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
4484
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
4485
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
4486
|
-
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); }
|
|
4487
|
-
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, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $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 defineProperty(generator, "_invoke", { value: makeInvokeMethod(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; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(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); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), 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, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), 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 (val) { var object = Object(val), 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; }
|
|
4488
|
-
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
4489
|
-
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
4490
|
-
function WhiteLabelPageModule(_x, _x2) {
|
|
4491
|
-
return _WhiteLabelPageModule.apply(this, arguments);
|
|
4492
|
-
}
|
|
4493
|
-
function _WhiteLabelPageModule() {
|
|
4494
|
-
_WhiteLabelPageModule = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(apiUri, host) {
|
|
4495
|
-
var data, response;
|
|
4496
|
-
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
4497
|
-
while (1) switch (_context.prev = _context.next) {
|
|
4498
|
-
case 0:
|
|
4499
|
-
data = {};
|
|
4500
|
-
if (host.includes("localhost")) {
|
|
4501
|
-
host = "http://" + host;
|
|
4502
|
-
} else {
|
|
4503
|
-
host = "https://" + host;
|
|
4504
|
-
}
|
|
4505
|
-
_context.next = 4;
|
|
4506
|
-
return fetch(apiUri + "/api/WhiteLabel/GetCompanyIdFromDomain?domain=" + host);
|
|
4507
|
-
case 4:
|
|
4508
|
-
response = _context.sent;
|
|
4509
|
-
if (!(response.status == 200)) {
|
|
4510
|
-
_context.next = 9;
|
|
4511
|
-
break;
|
|
4512
|
-
}
|
|
4513
|
-
_context.next = 8;
|
|
4514
|
-
return response.json();
|
|
4515
|
-
case 8:
|
|
4516
|
-
data.oemCompanyId = _context.sent;
|
|
4517
|
-
case 9:
|
|
4518
|
-
return _context.abrupt("return", data);
|
|
4519
|
-
case 10:
|
|
4520
|
-
case "end":
|
|
4521
|
-
return _context.stop();
|
|
4522
|
-
}
|
|
4523
|
-
}, _callee);
|
|
4524
|
-
}));
|
|
4525
|
-
return _WhiteLabelPageModule.apply(this, arguments);
|
|
4526
|
-
}
|
|
4527
|
-
function HeaderRecords(_ref) {
|
|
4528
|
-
var pageProps = _ref.pageProps;
|
|
4529
|
-
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, pageProps != null && pageProps.oemCompanyId != null && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("link", {
|
|
4530
|
-
href: process.env.apiUri + "/api/WhiteLabel/GetDataFromRecord?oemCompanyId=" + pageProps.oemCompanyId,
|
|
4531
|
-
rel: "stylesheet"
|
|
4532
|
-
}), /*#__PURE__*/_react["default"].createElement("link", {
|
|
4533
|
-
rel: "manifest",
|
|
4534
|
-
href: "/manifest.json"
|
|
4535
|
-
}), /*#__PURE__*/_react["default"].createElement("link", {
|
|
4536
|
-
href: "/icons/favicon-16x16.png",
|
|
4537
|
-
rel: "icon",
|
|
4538
|
-
type: "image/png",
|
|
4539
|
-
sizes: "16x16"
|
|
4540
|
-
}), /*#__PURE__*/_react["default"].createElement("link", {
|
|
4541
|
-
href: "/icons/favicon-32x32.png",
|
|
4542
|
-
rel: "icon",
|
|
4543
|
-
type: "image/png",
|
|
4544
|
-
sizes: "32x32"
|
|
4545
|
-
})));
|
|
4546
|
-
}
|
|
4547
|
-
"use strict";
|
|
4548
|
-
|
|
4549
4474
|
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); }
|
|
4550
4475
|
Object.defineProperty(exports, "__esModule", {
|
|
4551
4476
|
value: true
|
|
@@ -4694,3 +4619,82 @@ var GetBaseUrl = function GetBaseUrl() {
|
|
|
4694
4619
|
return window.location.protocol + "//" + window.location.host;
|
|
4695
4620
|
};
|
|
4696
4621
|
exports.GetBaseUrl = GetBaseUrl;
|
|
4622
|
+
"use strict";
|
|
4623
|
+
|
|
4624
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4625
|
+
value: true
|
|
4626
|
+
});
|
|
4627
|
+
exports.HeaderRecords = HeaderRecords;
|
|
4628
|
+
exports.WhiteLabelPageModule = WhiteLabelPageModule;
|
|
4629
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
4630
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
4631
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
4632
|
+
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); }
|
|
4633
|
+
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, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $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 defineProperty(generator, "_invoke", { value: makeInvokeMethod(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; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(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); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), 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, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), 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 (val) { var object = Object(val), 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; }
|
|
4634
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
4635
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
4636
|
+
function WhiteLabelPageModule(_x, _x2) {
|
|
4637
|
+
return _WhiteLabelPageModule.apply(this, arguments);
|
|
4638
|
+
}
|
|
4639
|
+
function _WhiteLabelPageModule() {
|
|
4640
|
+
_WhiteLabelPageModule = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(apiUri, host) {
|
|
4641
|
+
var data, response;
|
|
4642
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
4643
|
+
while (1) switch (_context.prev = _context.next) {
|
|
4644
|
+
case 0:
|
|
4645
|
+
data = {};
|
|
4646
|
+
if (host.includes("localhost")) {
|
|
4647
|
+
host = "http://" + host;
|
|
4648
|
+
} else {
|
|
4649
|
+
host = "https://" + host;
|
|
4650
|
+
}
|
|
4651
|
+
_context.next = 4;
|
|
4652
|
+
return fetch(apiUri + "/api/WhiteLabel/GetCompanyIdFromDomain?domain=" + host);
|
|
4653
|
+
case 4:
|
|
4654
|
+
response = _context.sent;
|
|
4655
|
+
if (!(response.status == 200)) {
|
|
4656
|
+
_context.next = 10;
|
|
4657
|
+
break;
|
|
4658
|
+
}
|
|
4659
|
+
_context.next = 8;
|
|
4660
|
+
return response.json();
|
|
4661
|
+
case 8:
|
|
4662
|
+
data = _context.sent;
|
|
4663
|
+
if (data != null) {
|
|
4664
|
+
if (data.companyId != null) {
|
|
4665
|
+
data.oemCompanyId = data.companyId;
|
|
4666
|
+
}
|
|
4667
|
+
if (data.demoCompanyId != null) {
|
|
4668
|
+
data.demoId = data.demoCompanyId;
|
|
4669
|
+
}
|
|
4670
|
+
}
|
|
4671
|
+
case 10:
|
|
4672
|
+
return _context.abrupt("return", data);
|
|
4673
|
+
case 11:
|
|
4674
|
+
case "end":
|
|
4675
|
+
return _context.stop();
|
|
4676
|
+
}
|
|
4677
|
+
}, _callee);
|
|
4678
|
+
}));
|
|
4679
|
+
return _WhiteLabelPageModule.apply(this, arguments);
|
|
4680
|
+
}
|
|
4681
|
+
function HeaderRecords(_ref) {
|
|
4682
|
+
var pageProps = _ref.pageProps;
|
|
4683
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, pageProps != null && pageProps.oemCompanyId != null && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("link", {
|
|
4684
|
+
href: process.env.apiUri + "/api/WhiteLabel/GetDataFromRecord?oemCompanyId=" + pageProps.oemCompanyId,
|
|
4685
|
+
rel: "stylesheet"
|
|
4686
|
+
}), /*#__PURE__*/_react["default"].createElement("link", {
|
|
4687
|
+
rel: "manifest",
|
|
4688
|
+
href: "/manifest.json"
|
|
4689
|
+
}), /*#__PURE__*/_react["default"].createElement("link", {
|
|
4690
|
+
href: "/icons/favicon-16x16.png",
|
|
4691
|
+
rel: "icon",
|
|
4692
|
+
type: "image/png",
|
|
4693
|
+
sizes: "16x16"
|
|
4694
|
+
}), /*#__PURE__*/_react["default"].createElement("link", {
|
|
4695
|
+
href: "/icons/favicon-32x32.png",
|
|
4696
|
+
rel: "icon",
|
|
4697
|
+
type: "image/png",
|
|
4698
|
+
sizes: "32x32"
|
|
4699
|
+
})));
|
|
4700
|
+
}
|
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@ export function OEMEditor({loadedUser, notification, showAllDomains = false, com
|
|
|
25
25
|
const cssEditorRef = useRef(null);
|
|
26
26
|
const htmlEditorRef = useRef(null);
|
|
27
27
|
|
|
28
|
-
const [data, setData] = useState(
|
|
28
|
+
const [data, setData] = useState(null);
|
|
29
29
|
const [value, setValue] = useState(0);
|
|
30
30
|
const [fonts, setFonts] = useState([]);
|
|
31
31
|
const [oEMDomainList, setOEMDomainList] = useState([]);
|
|
@@ -66,10 +66,10 @@ export function OEMEditor({loadedUser, notification, showAllDomains = false, com
|
|
|
66
66
|
|
|
67
67
|
useEffect(() => {
|
|
68
68
|
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
if (oEMDomain != null)
|
|
70
|
+
{
|
|
71
71
|
loadDNSFields(oEMDomain);
|
|
72
|
-
|
|
72
|
+
}
|
|
73
73
|
|
|
74
74
|
}, [oEMDomain]);
|
|
75
75
|
|
|
@@ -86,8 +86,6 @@ export function OEMEditor({loadedUser, notification, showAllDomains = false, com
|
|
|
86
86
|
setFonts(response.data);
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
await loadDNSFields();
|
|
90
|
-
|
|
91
89
|
if (showAllDomains)
|
|
92
90
|
{
|
|
93
91
|
let response = await apiService().get("/WhiteLabel/GetAllDomains");
|
|
@@ -244,33 +242,29 @@ export function OEMEditor({loadedUser, notification, showAllDomains = false, com
|
|
|
244
242
|
</Box>
|
|
245
243
|
|
|
246
244
|
{dnsFields != null && dnsFields.map((dnsField, index) => {
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
});
|
|
245
|
+
return (
|
|
246
|
+
<Box key={index}>
|
|
247
|
+
<Grid container spacing={2}>
|
|
248
|
+
<Grid item xs={3}>
|
|
249
|
+
{dnsField.name}
|
|
250
|
+
</Grid>
|
|
251
|
+
<Grid item xs={9}>
|
|
252
|
+
|
|
253
|
+
<ColorPicker name={dnsField.name} defaultColor={dnsField.value} onColorChanged={async (name, hex) => {
|
|
254
|
+
|
|
255
|
+
await apiService().post("/WhiteLabel/SetFieldValue", {
|
|
256
|
+
id: dnsField.id,
|
|
257
|
+
fieldId: dnsField.fieldId,
|
|
258
|
+
value: hex
|
|
259
|
+
});
|
|
263
260
|
|
|
264
|
-
|
|
261
|
+
notification(dnsField.name + " Saved");
|
|
265
262
|
|
|
266
|
-
|
|
263
|
+
}} />
|
|
264
|
+
</Grid>
|
|
267
265
|
</Grid>
|
|
268
|
-
</
|
|
269
|
-
|
|
270
|
-
)
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
266
|
+
</Box>
|
|
267
|
+
)
|
|
274
268
|
})}
|
|
275
269
|
</Box>
|
|
276
270
|
}
|
|
@@ -15,7 +15,19 @@ export async function WhiteLabelPageModule(apiUri, host) {
|
|
|
15
15
|
const response = await fetch(apiUri + "/api/WhiteLabel/GetCompanyIdFromDomain?domain=" + host);
|
|
16
16
|
if (response.status == 200)
|
|
17
17
|
{
|
|
18
|
-
data
|
|
18
|
+
var data = await response.json();
|
|
19
|
+
if (data != null)
|
|
20
|
+
{
|
|
21
|
+
if (data.companyId != null)
|
|
22
|
+
{
|
|
23
|
+
data.oemCompanyId = data.companyId;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
if (data.demoCompanyId != null)
|
|
27
|
+
{
|
|
28
|
+
data.demoId = data.demoCompanyId;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
19
31
|
}
|
|
20
32
|
|
|
21
33
|
return data;
|