@plattar/plattar-ar-adapter 1.172.1 → 1.178.1

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.
@@ -170,7 +170,7 @@ class ConfiguratorAR extends launcher_ar_1.LauncherAR {
170
170
  }
171
171
  exports.ConfiguratorAR = ConfiguratorAR;
172
172
 
173
- },{"../util/util":16,"../version":17,"../viewers/quicklook-viewer":19,"../viewers/scene-viewer":21,"./launcher-ar":2,"@plattar/plattar-analytics":41,"@plattar/plattar-api":45,"@plattar/plattar-services":116}],2:[function(require,module,exports){
173
+ },{"../util/util":18,"../version":19,"../viewers/quicklook-viewer":21,"../viewers/scene-viewer":23,"./launcher-ar":2,"@plattar/plattar-analytics":43,"@plattar/plattar-api":47,"@plattar/plattar-services":120}],2:[function(require,module,exports){
174
174
  "use strict";
175
175
  Object.defineProperty(exports, "__esModule", { value: true });
176
176
  exports.LauncherAR = void 0;
@@ -335,7 +335,7 @@ class ModelAR extends launcher_ar_1.LauncherAR {
335
335
  }
336
336
  exports.ModelAR = ModelAR;
337
337
 
338
- },{"../util/util":16,"../version":17,"../viewers/quicklook-viewer":19,"../viewers/reality-viewer":20,"../viewers/scene-viewer":21,"./launcher-ar":2,"@plattar/plattar-analytics":41,"@plattar/plattar-api":45}],4:[function(require,module,exports){
338
+ },{"../util/util":18,"../version":19,"../viewers/quicklook-viewer":21,"../viewers/reality-viewer":22,"../viewers/scene-viewer":23,"./launcher-ar":2,"@plattar/plattar-analytics":43,"@plattar/plattar-api":47}],4:[function(require,module,exports){
339
339
  "use strict";
340
340
  var __importDefault = (this && this.__importDefault) || function (mod) {
341
341
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -550,7 +550,7 @@ class ProductAR extends launcher_ar_1.LauncherAR {
550
550
  }
551
551
  exports.ProductAR = ProductAR;
552
552
 
553
- },{"../util/util":16,"../version":17,"../viewers/quicklook-viewer":19,"../viewers/reality-viewer":20,"../viewers/scene-viewer":21,"./launcher-ar":2,"@plattar/plattar-analytics":41,"@plattar/plattar-api":45}],5:[function(require,module,exports){
553
+ },{"../util/util":18,"../version":19,"../viewers/quicklook-viewer":21,"../viewers/reality-viewer":22,"../viewers/scene-viewer":23,"./launcher-ar":2,"@plattar/plattar-analytics":43,"@plattar/plattar-api":47}],5:[function(require,module,exports){
554
554
  "use strict";
555
555
  var __importDefault = (this && this.__importDefault) || function (mod) {
556
556
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -705,7 +705,7 @@ class RawAR extends launcher_ar_1.LauncherAR {
705
705
  }
706
706
  exports.RawAR = RawAR;
707
707
 
708
- },{"../util/util":16,"../version":17,"../viewers/quicklook-viewer":19,"../viewers/reality-viewer":20,"../viewers/scene-viewer":21,"./launcher-ar":2,"@plattar/plattar-analytics":41,"@plattar/plattar-api":45}],6:[function(require,module,exports){
708
+ },{"../util/util":18,"../version":19,"../viewers/quicklook-viewer":21,"../viewers/reality-viewer":22,"../viewers/scene-viewer":23,"./launcher-ar":2,"@plattar/plattar-analytics":43,"@plattar/plattar-api":47}],6:[function(require,module,exports){
709
709
  "use strict";
710
710
  var __importDefault = (this && this.__importDefault) || function (mod) {
711
711
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -916,7 +916,7 @@ class SceneAR extends launcher_ar_1.LauncherAR {
916
916
  }
917
917
  exports.SceneAR = SceneAR;
918
918
 
919
- },{"../util/util":16,"../version":17,"../viewers/quicklook-viewer":19,"../viewers/scene-viewer":21,"./launcher-ar":2,"@plattar/plattar-analytics":41,"@plattar/plattar-api":45,"@plattar/plattar-services":116}],7:[function(require,module,exports){
919
+ },{"../util/util":18,"../version":19,"../viewers/quicklook-viewer":21,"../viewers/scene-viewer":23,"./launcher-ar":2,"@plattar/plattar-analytics":43,"@plattar/plattar-api":47,"@plattar/plattar-services":120}],7:[function(require,module,exports){
920
920
  "use strict";
921
921
  Object.defineProperty(exports, "__esModule", { value: true });
922
922
  exports.SceneProductAR = void 0;
@@ -967,7 +967,7 @@ class SceneProductAR extends product_ar_1.ProductAR {
967
967
  }
968
968
  exports.SceneProductAR = SceneProductAR;
969
969
 
970
- },{"../util/util":16,"./product-ar":4,"@plattar/plattar-api":45}],8:[function(require,module,exports){
970
+ },{"../util/util":18,"./product-ar":4,"@plattar/plattar-api":47}],8:[function(require,module,exports){
971
971
  "use strict";
972
972
  Object.defineProperty(exports, "__esModule", { value: true });
973
973
  exports.ConfiguratorController = void 0;
@@ -1272,7 +1272,330 @@ class ConfiguratorController extends plattar_controller_1.PlattarController {
1272
1272
  }
1273
1273
  exports.ConfiguratorController = ConfiguratorController;
1274
1274
 
1275
- },{"../../ar/configurator-ar":1,"../../ar/scene-product-ar":7,"../../util/util":16,"./plattar-controller":9,"@plattar/plattar-api":45}],9:[function(require,module,exports){
1275
+ },{"../../ar/configurator-ar":1,"../../ar/scene-product-ar":7,"../../util/util":18,"./plattar-controller":11,"@plattar/plattar-api":47}],9:[function(require,module,exports){
1276
+ "use strict";
1277
+ Object.defineProperty(exports, "__esModule", { value: true });
1278
+ exports.GalleryController = void 0;
1279
+ const plattar_api_1 = require("@plattar/plattar-api");
1280
+ const plattar_controller_1 = require("./plattar-controller");
1281
+ /**
1282
+ * Manages an instance of the <plattar-configurator> HTML Element
1283
+ */
1284
+ class GalleryController extends plattar_controller_1.PlattarController {
1285
+ constructor() {
1286
+ super(...arguments);
1287
+ this._cachedConfigState = null;
1288
+ }
1289
+ async getConfiguratorState() {
1290
+ if (this._cachedConfigState) {
1291
+ return this._cachedConfigState;
1292
+ }
1293
+ this._cachedConfigState = this.createConfiguratorState();
1294
+ return this._cachedConfigState;
1295
+ }
1296
+ async onAttributesUpdated(attributeName) {
1297
+ const state = this._state;
1298
+ // re-render the QR Code when attributes have changed
1299
+ if (state === plattar_controller_1.ControllerState.QRCode) {
1300
+ if (attributeName === "variation-id") {
1301
+ const configState = await this.getConfiguratorState();
1302
+ const variationIDs = this.getAttribute("variation-id");
1303
+ const variationIDsList = variationIDs ? variationIDs.split(",") : [];
1304
+ variationIDsList.forEach((variationID) => {
1305
+ configState.state.setVariationID(variationID);
1306
+ });
1307
+ }
1308
+ if (attributeName === "variation-sku") {
1309
+ const configState = await this.getConfiguratorState();
1310
+ const variationSKUs = this.getAttribute("variation-sku");
1311
+ const variationSKUList = variationSKUs ? variationSKUs.split(",") : [];
1312
+ variationSKUList.forEach((variationSKU) => {
1313
+ configState.state.setVariationSKU(variationSKU);
1314
+ });
1315
+ }
1316
+ this.startQRCode(this._prevQROpt);
1317
+ return;
1318
+ }
1319
+ }
1320
+ async startViewerQRCode(options) {
1321
+ // remove the old renderer instance if any
1322
+ this.removeRenderer();
1323
+ const sceneID = this.getAttribute("scene-id");
1324
+ if (!sceneID) {
1325
+ throw new Error("GalleryController.startViewerQRCode() - minimum required attributes not set, use scene-id as a minimum");
1326
+ }
1327
+ const opt = options || this._GetDefaultQROptions();
1328
+ const viewer = document.createElement("plattar-qrcode");
1329
+ this._element = viewer;
1330
+ // required attributes with defaults for plattar-viewer node
1331
+ const width = this.getAttribute("width") || "500px";
1332
+ const height = this.getAttribute("height") || "500px";
1333
+ viewer.setAttribute("width", width);
1334
+ viewer.setAttribute("height", height);
1335
+ if (opt.color) {
1336
+ viewer.setAttribute("color", opt.color);
1337
+ }
1338
+ if (opt.margin) {
1339
+ viewer.setAttribute("margin", "" + opt.margin);
1340
+ }
1341
+ if (opt.qrType) {
1342
+ viewer.setAttribute("qr-type", opt.qrType);
1343
+ }
1344
+ viewer.setAttribute("shorten", (opt.shorten && (opt.shorten === true || opt.shorten === "true")) ? "true" : "false");
1345
+ const dst = plattar_api_1.Server.location().base + "renderer/gallery.html?scene_id=" + sceneID;
1346
+ viewer.setAttribute("url", opt.url || dst);
1347
+ this._state = plattar_controller_1.ControllerState.QRCode;
1348
+ this._prevQROpt = opt;
1349
+ return new Promise((accept, reject) => {
1350
+ viewer.onload = () => {
1351
+ return accept(viewer);
1352
+ };
1353
+ this.append(viewer);
1354
+ });
1355
+ }
1356
+ async startRenderer() {
1357
+ // remove the old renderer instance if any
1358
+ this.removeRenderer();
1359
+ const sceneID = this.getAttribute("scene-id");
1360
+ if (!sceneID) {
1361
+ throw new Error("GalleryController.startRenderer() - minimum required attributes not set, use scene-id as a minimum");
1362
+ }
1363
+ this._state = plattar_controller_1.ControllerState.Renderer;
1364
+ // required attributes with defaults for plattar-configurator node
1365
+ const width = this.getAttribute("width") || "500px";
1366
+ const height = this.getAttribute("height") || "500px";
1367
+ const server = this.getAttribute("server") || "production";
1368
+ const viewer = document.createElement("plattar-gallery");
1369
+ this._element = viewer;
1370
+ viewer.setAttribute("width", width);
1371
+ viewer.setAttribute("height", height);
1372
+ viewer.setAttribute("server", server);
1373
+ viewer.setAttribute("scene-id", sceneID);
1374
+ return new Promise((accept, reject) => {
1375
+ this.append(viewer);
1376
+ return accept(viewer);
1377
+ });
1378
+ }
1379
+ async initAR() {
1380
+ throw new Error("GalleryController.initAR() - cannot proceed as AR not available in gallery context");
1381
+ }
1382
+ get element() {
1383
+ return this._element;
1384
+ }
1385
+ }
1386
+ exports.GalleryController = GalleryController;
1387
+
1388
+ },{"./plattar-controller":11,"@plattar/plattar-api":47}],10:[function(require,module,exports){
1389
+ "use strict";
1390
+ Object.defineProperty(exports, "__esModule", { value: true });
1391
+ exports.LauncherController = void 0;
1392
+ const scene_product_ar_1 = require("../../ar/scene-product-ar");
1393
+ const util_1 = require("../../util/util");
1394
+ const plattar_controller_1 = require("./plattar-controller");
1395
+ const configurator_ar_1 = require("../../ar/configurator-ar");
1396
+ /**
1397
+ * Manages an instance of the <plattar-configurator> HTML Element
1398
+ */
1399
+ class LauncherController extends plattar_controller_1.PlattarController {
1400
+ constructor() {
1401
+ super(...arguments);
1402
+ this._cachedConfigState = null;
1403
+ }
1404
+ async getConfiguratorState() {
1405
+ if (this._cachedConfigState) {
1406
+ return this._cachedConfigState;
1407
+ }
1408
+ this._cachedConfigState = this.createConfiguratorState();
1409
+ return this._cachedConfigState;
1410
+ }
1411
+ async onAttributesUpdated(attributeName) {
1412
+ const state = this._state;
1413
+ // re-render the QR Code when attributes have changed
1414
+ if (state === plattar_controller_1.ControllerState.QRCode) {
1415
+ if (attributeName === "variation-id") {
1416
+ const configState = await this.getConfiguratorState();
1417
+ const variationIDs = this.getAttribute("variation-id");
1418
+ const variationIDsList = variationIDs ? variationIDs.split(",") : [];
1419
+ variationIDsList.forEach((variationID) => {
1420
+ configState.state.setVariationID(variationID);
1421
+ });
1422
+ }
1423
+ if (attributeName === "variation-sku") {
1424
+ const configState = await this.getConfiguratorState();
1425
+ const variationSKUs = this.getAttribute("variation-sku");
1426
+ const variationSKUList = variationSKUs ? variationSKUs.split(",") : [];
1427
+ variationSKUList.forEach((variationSKU) => {
1428
+ configState.state.setVariationSKU(variationSKU);
1429
+ });
1430
+ }
1431
+ this.startQRCode(this._prevQROpt);
1432
+ return;
1433
+ }
1434
+ }
1435
+ async startARQRCode(options) {
1436
+ try {
1437
+ const dState = await this.getConfiguratorState();
1438
+ // if this is declared, we have a furniture scene that we need to re-create the embed
1439
+ // with new attributes
1440
+ const product = dState.state.firstOfType("product");
1441
+ if (product) {
1442
+ this.parent.lockObserver();
1443
+ this.parent.destroy();
1444
+ this.setAttribute("product-id", product.scene_product_id);
1445
+ this.removeAttribute("scene-id");
1446
+ this.parent.unlockObserver();
1447
+ const controller = this.parent.create();
1448
+ if (controller) {
1449
+ return controller.startARQRCode(options);
1450
+ }
1451
+ return Promise.reject(new Error("LauncherController.startARQRCode() - legacy product transition failed"));
1452
+ }
1453
+ }
1454
+ catch (_err) {
1455
+ }
1456
+ return super.startARQRCode(options);
1457
+ }
1458
+ async startViewerQRCode(options) {
1459
+ return this.startARQRCode(options);
1460
+ }
1461
+ async startRenderer() {
1462
+ // remove the old renderer instance if any
1463
+ this.removeRenderer();
1464
+ const sceneID = this.getAttribute("scene-id");
1465
+ if (!sceneID) {
1466
+ throw new Error("LauncherController.startRenderer() - minimum required attributes not set, use scene-id as a minimum");
1467
+ }
1468
+ // optional attributes
1469
+ const configState = await this.getConfiguratorState();
1470
+ this._state = plattar_controller_1.ControllerState.Renderer;
1471
+ const qrOptions = btoa(JSON.stringify(this._GetDefaultQROptions()));
1472
+ const embedType = this.getAttribute("embed-type");
1473
+ const productID = this.getAttribute("product-id");
1474
+ const sceneProductID = this.getAttribute("scene-product-id");
1475
+ const variationID = this.getAttribute("variation-id");
1476
+ const variationSKU = this.getAttribute("variation-sku");
1477
+ const arMode = this.getAttribute("ar-mode");
1478
+ const showBanner = this.getAttribute("show-ar-banner");
1479
+ // required attributes with defaults for plattar-launcher node
1480
+ const width = this.getAttribute("width") || "500px";
1481
+ const height = this.getAttribute("height") || "500px";
1482
+ const server = this.getAttribute("server") || "production";
1483
+ const viewer = document.createElement("plattar-launcher");
1484
+ this._element = viewer;
1485
+ viewer.setAttribute("width", width);
1486
+ viewer.setAttribute("height", height);
1487
+ viewer.setAttribute("server", server);
1488
+ viewer.setAttribute("scene-id", sceneID);
1489
+ viewer.setAttribute("qr-options", qrOptions);
1490
+ if (embedType) {
1491
+ viewer.setAttribute("embed-type", embedType);
1492
+ }
1493
+ if (productID) {
1494
+ viewer.setAttribute("product-id", productID);
1495
+ }
1496
+ if (sceneProductID) {
1497
+ viewer.setAttribute("scene-product-id", sceneProductID);
1498
+ }
1499
+ if (variationID) {
1500
+ viewer.setAttribute("variation-id", variationID);
1501
+ }
1502
+ if (variationSKU) {
1503
+ viewer.setAttribute("variation-sku", variationSKU);
1504
+ }
1505
+ if (arMode) {
1506
+ viewer.setAttribute("ar-mode", arMode);
1507
+ }
1508
+ if (showBanner) {
1509
+ viewer.setAttribute("show-ar-banner", showBanner);
1510
+ }
1511
+ if (configState) {
1512
+ const encodedState = configState.state.encode();
1513
+ if (encodedState.length < 6000) {
1514
+ viewer.setAttribute("config-state", encodedState);
1515
+ }
1516
+ }
1517
+ return new Promise((accept, reject) => {
1518
+ this.append(viewer);
1519
+ if (configState) {
1520
+ this.setupMessengerObservers(viewer, configState);
1521
+ }
1522
+ return accept(viewer);
1523
+ });
1524
+ }
1525
+ async initAR() {
1526
+ if (!util_1.Util.canAugment()) {
1527
+ throw new Error("LauncherController.initAR() - cannot proceed as AR not available in context");
1528
+ }
1529
+ try {
1530
+ const dState = await this.getConfiguratorState();
1531
+ // if this is declared, we have a furniture scene that we need to re-create the embed
1532
+ // with new attributes
1533
+ const product = dState.state.firstOfType("product");
1534
+ if (product) {
1535
+ this.parent.lockObserver();
1536
+ this.parent.destroy();
1537
+ this.setAttribute("product-id", product.scene_product_id);
1538
+ this.removeAttribute("scene-id");
1539
+ this.parent.unlockObserver();
1540
+ const controller = this.parent.create();
1541
+ if (controller) {
1542
+ return controller.initAR();
1543
+ }
1544
+ return Promise.reject(new Error("LauncherController.initAR() - legacy product transition failed"));
1545
+ }
1546
+ }
1547
+ catch (_err) {
1548
+ // config state is not available
1549
+ }
1550
+ const arMode = this.getAttribute("ar-mode") || "generated";
1551
+ switch (arMode.toLowerCase()) {
1552
+ case "inherited":
1553
+ return this._InitARInherited();
1554
+ case "generated":
1555
+ default:
1556
+ return this._InitARGenerated();
1557
+ }
1558
+ }
1559
+ /**
1560
+ * Private Function - This launches the Static/Inherited AR Mode
1561
+ */
1562
+ async _InitARInherited() {
1563
+ const sceneID = this.getAttribute("scene-id");
1564
+ if (!sceneID) {
1565
+ throw new Error("LauncherController.initAR() - inherited AR minimum required attributes not set, use scene-id as a minimum");
1566
+ }
1567
+ const state = (await this.getConfiguratorState()).state;
1568
+ const first = state.first();
1569
+ if (first) {
1570
+ //const sceneProductAR: SceneProductAR = new SceneProductAR(first.scene_product_id, first.product_variation_id);
1571
+ const sceneProductAR = new scene_product_ar_1.SceneProductAR({
1572
+ productID: first.scene_product_id,
1573
+ variationID: first.product_variation_id,
1574
+ variationSKU: null,
1575
+ useARBanner: this.getBooleanAttribute("show-ar-banner")
1576
+ });
1577
+ return sceneProductAR.init();
1578
+ }
1579
+ throw new Error("LauncherController.initAR() - invalid decoded config-state does not have any product states");
1580
+ }
1581
+ /**
1582
+ * Private Function - This launches the Dynamic/Generated AR Mode
1583
+ */
1584
+ async _InitARGenerated() {
1585
+ const sceneID = this.getAttribute("scene-id");
1586
+ if (!sceneID) {
1587
+ throw new Error("LauncherController.initAR() - generated AR minimum required attributes not set, use scene-id as a minimum");
1588
+ }
1589
+ const configAR = new configurator_ar_1.ConfiguratorAR({ state: await this.getConfiguratorState(), useARBanner: this.getBooleanAttribute("show-ar-banner") });
1590
+ return configAR.init();
1591
+ }
1592
+ get element() {
1593
+ return this._element;
1594
+ }
1595
+ }
1596
+ exports.LauncherController = LauncherController;
1597
+
1598
+ },{"../../ar/configurator-ar":1,"../../ar/scene-product-ar":7,"../../util/util":18,"./plattar-controller":11}],11:[function(require,module,exports){
1276
1599
  "use strict";
1277
1600
  Object.defineProperty(exports, "__esModule", { value: true });
1278
1601
  exports.PlattarController = exports.ControllerState = void 0;
@@ -1582,7 +1905,7 @@ class PlattarController {
1582
1905
  }
1583
1906
  exports.PlattarController = PlattarController;
1584
1907
 
1585
- },{"../../util/configurator-state":15,"@plattar/plattar-api":45}],10:[function(require,module,exports){
1908
+ },{"../../util/configurator-state":17,"@plattar/plattar-api":47}],12:[function(require,module,exports){
1586
1909
  "use strict";
1587
1910
  Object.defineProperty(exports, "__esModule", { value: true });
1588
1911
  exports.ProductController = void 0;
@@ -1812,7 +2135,7 @@ class ProductController extends plattar_controller_1.PlattarController {
1812
2135
  }
1813
2136
  exports.ProductController = ProductController;
1814
2137
 
1815
- },{"../../ar/product-ar":4,"../../util/util":16,"./plattar-controller":9,"@plattar/plattar-api":45}],11:[function(require,module,exports){
2138
+ },{"../../ar/product-ar":4,"../../util/util":18,"./plattar-controller":11,"@plattar/plattar-api":47}],13:[function(require,module,exports){
1816
2139
  "use strict";
1817
2140
  Object.defineProperty(exports, "__esModule", { value: true });
1818
2141
  exports.VTOController = void 0;
@@ -2052,7 +2375,7 @@ class VTOController extends plattar_controller_1.PlattarController {
2052
2375
  }
2053
2376
  exports.VTOController = VTOController;
2054
2377
 
2055
- },{"../..":14,"../../ar/configurator-ar":1,"../../util/util":16,"./plattar-controller":9,"@plattar/plattar-api":45}],12:[function(require,module,exports){
2378
+ },{"../..":16,"../../ar/configurator-ar":1,"../../util/util":18,"./plattar-controller":11,"@plattar/plattar-api":47}],14:[function(require,module,exports){
2056
2379
  "use strict";
2057
2380
  Object.defineProperty(exports, "__esModule", { value: true });
2058
2381
  exports.WebXRController = void 0;
@@ -2198,7 +2521,7 @@ class WebXRController extends plattar_controller_1.PlattarController {
2198
2521
  }
2199
2522
  exports.WebXRController = WebXRController;
2200
2523
 
2201
- },{"../../util/util":16,"./plattar-controller":9}],13:[function(require,module,exports){
2524
+ },{"../../util/util":18,"./plattar-controller":11}],15:[function(require,module,exports){
2202
2525
  "use strict";
2203
2526
  Object.defineProperty(exports, "__esModule", { value: true });
2204
2527
  const plattar_api_1 = require("@plattar/plattar-api");
@@ -2207,6 +2530,8 @@ const vto_controller_1 = require("./controllers/vto-controller");
2207
2530
  const product_controller_1 = require("./controllers/product-controller");
2208
2531
  const util_1 = require("../util/util");
2209
2532
  const webxr_controller_1 = require("./controllers/webxr-controller");
2533
+ const gallery_controller_1 = require("./controllers/gallery-controller");
2534
+ const launcher_controller_1 = require("./controllers/launcher-controller");
2210
2535
  /**
2211
2536
  * This tracks the current embed type
2212
2537
  */
@@ -2216,7 +2541,9 @@ var EmbedType;
2216
2541
  EmbedType[EmbedType["Legacy"] = 1] = "Legacy";
2217
2542
  EmbedType[EmbedType["VTO"] = 2] = "VTO";
2218
2543
  EmbedType[EmbedType["WebXR"] = 3] = "WebXR";
2219
- EmbedType[EmbedType["None"] = 4] = "None";
2544
+ EmbedType[EmbedType["Gallery"] = 4] = "Gallery";
2545
+ EmbedType[EmbedType["Launcher"] = 5] = "Launcher";
2546
+ EmbedType[EmbedType["None"] = 6] = "None";
2220
2547
  })(EmbedType || (EmbedType = {}));
2221
2548
  /**
2222
2549
  * Controls the state of the observer
@@ -2359,6 +2686,12 @@ class PlattarEmbed extends HTMLElement {
2359
2686
  case "webxr":
2360
2687
  this._currentType = EmbedType.WebXR;
2361
2688
  break;
2689
+ case "gallery":
2690
+ this._currentType = EmbedType.Gallery;
2691
+ break;
2692
+ case "launcher":
2693
+ this._currentType = EmbedType.Launcher;
2694
+ break;
2362
2695
  case "viewer":
2363
2696
  case "configurator":
2364
2697
  default:
@@ -2390,6 +2723,12 @@ class PlattarEmbed extends HTMLElement {
2390
2723
  case EmbedType.WebXR:
2391
2724
  this._controller = new webxr_controller_1.WebXRController(this);
2392
2725
  break;
2726
+ case EmbedType.Gallery:
2727
+ this._controller = new gallery_controller_1.GalleryController(this);
2728
+ break;
2729
+ case EmbedType.Launcher:
2730
+ this._controller = new launcher_controller_1.LauncherController(this);
2731
+ break;
2393
2732
  case EmbedType.VTO:
2394
2733
  this._controller = new vto_controller_1.VTOController(this);
2395
2734
  break;
@@ -2473,7 +2812,7 @@ class PlattarEmbed extends HTMLElement {
2473
2812
  }
2474
2813
  exports.default = PlattarEmbed;
2475
2814
 
2476
- },{"../util/util":16,"./controllers/configurator-controller":8,"./controllers/product-controller":10,"./controllers/vto-controller":11,"./controllers/webxr-controller":12,"@plattar/plattar-api":45}],14:[function(require,module,exports){
2815
+ },{"../util/util":18,"./controllers/configurator-controller":8,"./controllers/gallery-controller":9,"./controllers/launcher-controller":10,"./controllers/product-controller":12,"./controllers/vto-controller":13,"./controllers/webxr-controller":14,"@plattar/plattar-api":47}],16:[function(require,module,exports){
2477
2816
  "use strict";
2478
2817
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
2479
2818
  if (k2 === undefined) k2 = k;
@@ -2487,17 +2826,27 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
2487
2826
  o[k2] = m[k];
2488
2827
  }));
2489
2828
  var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
2490
- Object.defineProperty(o, "default", { enumerable: true, value: v });
2491
- }) : function(o, v) {
2492
- o["default"] = v;
2493
- });
2494
- var __importStar = (this && this.__importStar) || function (mod) {
2495
- if (mod && mod.__esModule) return mod;
2496
- var result = {};
2497
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
2498
- __setModuleDefault(result, mod);
2499
- return result;
2500
- };
2829
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
2830
+ }) : function(o, v) {
2831
+ o["default"] = v;
2832
+ });
2833
+ var __importStar = (this && this.__importStar) || (function () {
2834
+ var ownKeys = function(o) {
2835
+ ownKeys = Object.getOwnPropertyNames || function (o) {
2836
+ var ar = [];
2837
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
2838
+ return ar;
2839
+ };
2840
+ return ownKeys(o);
2841
+ };
2842
+ return function (mod) {
2843
+ if (mod && mod.__esModule) return mod;
2844
+ var result = {};
2845
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
2846
+ __setModuleDefault(result, mod);
2847
+ return result;
2848
+ };
2849
+ })();
2501
2850
  var __importDefault = (this && this.__importDefault) || function (mod) {
2502
2851
  return (mod && mod.__esModule) ? mod : { "default": mod };
2503
2852
  };
@@ -2531,7 +2880,7 @@ if (customElements) {
2531
2880
  }
2532
2881
  console.log("using @plattar/plattar-ar-adapter v" + version_1.default);
2533
2882
 
2534
- },{"./ar/launcher-ar":2,"./ar/model-ar":3,"./ar/product-ar":4,"./ar/raw-ar":5,"./ar/scene-ar":6,"./ar/scene-product-ar":7,"./embed/plattar-embed":13,"./util/configurator-state":15,"./util/util":16,"./version":17,"@plattar/plattar-qrcode":111,"@plattar/plattar-web":130}],15:[function(require,module,exports){
2883
+ },{"./ar/launcher-ar":2,"./ar/model-ar":3,"./ar/product-ar":4,"./ar/raw-ar":5,"./ar/scene-ar":6,"./ar/scene-product-ar":7,"./embed/plattar-embed":15,"./util/configurator-state":17,"./util/util":18,"./version":19,"@plattar/plattar-qrcode":115,"@plattar/plattar-web":136}],17:[function(require,module,exports){
2535
2884
  "use strict";
2536
2885
  Object.defineProperty(exports, "__esModule", { value: true });
2537
2886
  exports.ConfiguratorState = void 0;
@@ -2951,7 +3300,7 @@ class ConfiguratorState {
2951
3300
  }
2952
3301
  exports.ConfiguratorState = ConfiguratorState;
2953
3302
 
2954
- },{"@plattar/plattar-api":45}],16:[function(require,module,exports){
3303
+ },{"@plattar/plattar-api":47}],18:[function(require,module,exports){
2955
3304
  "use strict";
2956
3305
  Object.defineProperty(exports, "__esModule", { value: true });
2957
3306
  exports.Util = void 0;
@@ -3049,12 +3398,12 @@ class Util {
3049
3398
  }
3050
3399
  exports.Util = Util;
3051
3400
 
3052
- },{}],17:[function(require,module,exports){
3401
+ },{}],19:[function(require,module,exports){
3053
3402
  "use strict";
3054
3403
  Object.defineProperty(exports, "__esModule", { value: true });
3055
- exports.default = "1.172.1";
3404
+ exports.default = "1.178.1";
3056
3405
 
3057
- },{}],18:[function(require,module,exports){
3406
+ },{}],20:[function(require,module,exports){
3058
3407
  "use strict";
3059
3408
  Object.defineProperty(exports, "__esModule", { value: true });
3060
3409
  exports.ARViewer = void 0;
@@ -3071,7 +3420,7 @@ class ARViewer {
3071
3420
  }
3072
3421
  exports.ARViewer = ARViewer;
3073
3422
 
3074
- },{}],19:[function(require,module,exports){
3423
+ },{}],21:[function(require,module,exports){
3075
3424
  "use strict";
3076
3425
  Object.defineProperty(exports, "__esModule", { value: true });
3077
3426
  const ar_viewer_1 = require("./ar-viewer");
@@ -3112,7 +3461,7 @@ class QuicklookViewer extends ar_viewer_1.ARViewer {
3112
3461
  }
3113
3462
  exports.default = QuicklookViewer;
3114
3463
 
3115
- },{"./ar-viewer":18}],20:[function(require,module,exports){
3464
+ },{"./ar-viewer":20}],22:[function(require,module,exports){
3116
3465
  "use strict";
3117
3466
  Object.defineProperty(exports, "__esModule", { value: true });
3118
3467
  const ar_viewer_1 = require("./ar-viewer");
@@ -3139,7 +3488,7 @@ class RealityViewer extends ar_viewer_1.ARViewer {
3139
3488
  }
3140
3489
  exports.default = RealityViewer;
3141
3490
 
3142
- },{"./ar-viewer":18}],21:[function(require,module,exports){
3491
+ },{"./ar-viewer":20}],23:[function(require,module,exports){
3143
3492
  "use strict";
3144
3493
  Object.defineProperty(exports, "__esModule", { value: true });
3145
3494
  const ar_viewer_1 = require("./ar-viewer");
@@ -3178,7 +3527,7 @@ class SceneViewer extends ar_viewer_1.ARViewer {
3178
3527
  }
3179
3528
  exports.default = SceneViewer;
3180
3529
 
3181
- },{"./ar-viewer":18}],22:[function(require,module,exports){
3530
+ },{"./ar-viewer":20}],24:[function(require,module,exports){
3182
3531
  "use strict";
3183
3532
  const Messenger = require("./messenger/messenger.js");
3184
3533
  const Memory = require("./memory/memory.js");
@@ -3212,7 +3561,7 @@ module.exports = {
3212
3561
  memory: GlobalEventHandler.instance().memoryInstance,
3213
3562
  version: Version
3214
3563
  }
3215
- },{"./memory/memory.js":23,"./messenger/global-event-handler.js":31,"./messenger/messenger.js":32,"./version":37}],23:[function(require,module,exports){
3564
+ },{"./memory/memory.js":25,"./messenger/global-event-handler.js":33,"./messenger/messenger.js":34,"./version":39}],25:[function(require,module,exports){
3216
3565
  const PermanentMemory = require("./permanent-memory");
3217
3566
  const TemporaryMemory = require("./temporary-memory");
3218
3567
 
@@ -3246,7 +3595,7 @@ class Memory {
3246
3595
  }
3247
3596
 
3248
3597
  module.exports = Memory;
3249
- },{"./permanent-memory":24,"./temporary-memory":25}],24:[function(require,module,exports){
3598
+ },{"./permanent-memory":26,"./temporary-memory":27}],26:[function(require,module,exports){
3250
3599
  const WrappedValue = require("./wrapped-value");
3251
3600
 
3252
3601
  class PermanentMemory {
@@ -3315,7 +3664,7 @@ class PermanentMemory {
3315
3664
  }
3316
3665
 
3317
3666
  module.exports = PermanentMemory;
3318
- },{"./wrapped-value":26}],25:[function(require,module,exports){
3667
+ },{"./wrapped-value":28}],27:[function(require,module,exports){
3319
3668
  const WrappedValue = require("./wrapped-value");
3320
3669
 
3321
3670
  class TemporaryMemory {
@@ -3372,7 +3721,7 @@ class TemporaryMemory {
3372
3721
  }
3373
3722
 
3374
3723
  module.exports = TemporaryMemory;
3375
- },{"./wrapped-value":26}],26:[function(require,module,exports){
3724
+ },{"./wrapped-value":28}],28:[function(require,module,exports){
3376
3725
  /**
3377
3726
  * WrappedValue represents a generic value type with a callback function
3378
3727
  * for when the value has changed
@@ -3484,7 +3833,7 @@ class WrappedValue {
3484
3833
  }
3485
3834
 
3486
3835
  module.exports = WrappedValue;
3487
- },{}],27:[function(require,module,exports){
3836
+ },{}],29:[function(require,module,exports){
3488
3837
  /**
3489
3838
  * Broadcaster is used to call functions in multiple contexts at the
3490
3839
  * same time. This can be useful without having to handle complex logic
@@ -3537,7 +3886,7 @@ class Broadcaster {
3537
3886
  }
3538
3887
 
3539
3888
  module.exports = Broadcaster;
3540
- },{}],28:[function(require,module,exports){
3889
+ },{}],30:[function(require,module,exports){
3541
3890
  const WrappedFunction = require("./wrapped-local-function");
3542
3891
 
3543
3892
  class CurrentFunctionList {
@@ -3588,7 +3937,7 @@ class CurrentFunctionList {
3588
3937
  }
3589
3938
 
3590
3939
  module.exports = CurrentFunctionList;
3591
- },{"./wrapped-local-function":29}],29:[function(require,module,exports){
3940
+ },{"./wrapped-local-function":31}],31:[function(require,module,exports){
3592
3941
  const Util = require("../util/util.js");
3593
3942
 
3594
3943
  /**
@@ -3675,7 +4024,7 @@ class WrappedLocalFunction {
3675
4024
  }
3676
4025
 
3677
4026
  module.exports = WrappedLocalFunction;
3678
- },{"../util/util.js":36}],30:[function(require,module,exports){
4027
+ },{"../util/util.js":38}],32:[function(require,module,exports){
3679
4028
  const Util = require("./util/util");
3680
4029
 
3681
4030
  class FunctionObserver {
@@ -3763,7 +4112,7 @@ class FunctionObserver {
3763
4112
  }
3764
4113
 
3765
4114
  module.exports = FunctionObserver;
3766
- },{"./util/util":36}],31:[function(require,module,exports){
4115
+ },{"./util/util":38}],33:[function(require,module,exports){
3767
4116
  const RemoteInterface = require("./remote-interface.js");
3768
4117
 
3769
4118
  /**
@@ -3848,7 +4197,7 @@ GlobalEventHandler.instance = () => {
3848
4197
  };
3849
4198
 
3850
4199
  module.exports = GlobalEventHandler;
3851
- },{"./remote-interface.js":33}],32:[function(require,module,exports){
4200
+ },{"./remote-interface.js":35}],34:[function(require,module,exports){
3852
4201
  const CurrentFunctionList = require("./current/current-function-list");
3853
4202
  const RemoteInterface = require("./remote-interface");
3854
4203
  const RemoteFunctionList = require("./remote/remote-function-list");
@@ -4160,7 +4509,7 @@ class Messenger {
4160
4509
  }
4161
4510
 
4162
4511
  module.exports = Messenger;
4163
- },{"./broadcaster.js":27,"./current/current-function-list":28,"./function-observer.js":30,"./global-event-handler.js":31,"./remote-interface":33,"./remote/remote-function-list":34,"./util/util.js":36}],33:[function(require,module,exports){
4512
+ },{"./broadcaster.js":29,"./current/current-function-list":30,"./function-observer.js":32,"./global-event-handler.js":33,"./remote-interface":35,"./remote/remote-function-list":36,"./util/util.js":38}],35:[function(require,module,exports){
4164
4513
  /**
4165
4514
  * Provides a single useful interface for performing remote function calls
4166
4515
  */
@@ -4219,7 +4568,7 @@ class RemoteInterface {
4219
4568
  }
4220
4569
 
4221
4570
  module.exports = RemoteInterface;
4222
- },{}],34:[function(require,module,exports){
4571
+ },{}],36:[function(require,module,exports){
4223
4572
  const WrappedFunction = require("./wrapped-remote-function");
4224
4573
 
4225
4574
  class RemoteFunctionList {
@@ -4299,7 +4648,7 @@ class RemoteFunctionList {
4299
4648
  }
4300
4649
 
4301
4650
  module.exports = RemoteFunctionList;
4302
- },{"./wrapped-remote-function":35}],35:[function(require,module,exports){
4651
+ },{"./wrapped-remote-function":37}],37:[function(require,module,exports){
4303
4652
  const Util = require("../util/util.js");
4304
4653
  const GlobalEventHandler = require("../global-event-handler.js");
4305
4654
 
@@ -4402,7 +4751,7 @@ class WrappedRemoteFunction {
4402
4751
  }
4403
4752
 
4404
4753
  module.exports = WrappedRemoteFunction;
4405
- },{"../global-event-handler.js":31,"../util/util.js":36}],36:[function(require,module,exports){
4754
+ },{"../global-event-handler.js":33,"../util/util.js":38}],38:[function(require,module,exports){
4406
4755
  class Util {
4407
4756
 
4408
4757
  /**
@@ -4435,10 +4784,10 @@ class Util {
4435
4784
  }
4436
4785
 
4437
4786
  module.exports = Util;
4438
- },{}],37:[function(require,module,exports){
4787
+ },{}],39:[function(require,module,exports){
4439
4788
  module.exports = "1.153.3";
4440
4789
 
4441
- },{}],38:[function(require,module,exports){
4790
+ },{}],40:[function(require,module,exports){
4442
4791
  "use strict";
4443
4792
  Object.defineProperty(exports, "__esModule", { value: true });
4444
4793
  exports.AnalyticsData = void 0;
@@ -4491,7 +4840,7 @@ class AnalyticsData {
4491
4840
  }
4492
4841
  exports.AnalyticsData = AnalyticsData;
4493
4842
 
4494
- },{"../util/util":43}],39:[function(require,module,exports){
4843
+ },{"../util/util":45}],41:[function(require,module,exports){
4495
4844
  "use strict";
4496
4845
  var __importDefault = (this && this.__importDefault) || function (mod) {
4497
4846
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -4590,7 +4939,7 @@ class Analytics {
4590
4939
  }
4591
4940
  exports.Analytics = Analytics;
4592
4941
 
4593
- },{"../util/basic-http":42,"./analytics-data":38,"./google/google-analytics":40}],40:[function(require,module,exports){
4942
+ },{"../util/basic-http":44,"./analytics-data":40,"./google/google-analytics":42}],42:[function(require,module,exports){
4594
4943
  "use strict";
4595
4944
  Object.defineProperty(exports, "__esModule", { value: true });
4596
4945
  exports.GoogleAnalytics = void 0;
@@ -4662,7 +5011,7 @@ class GoogleAnalytics {
4662
5011
  }
4663
5012
  exports.GoogleAnalytics = GoogleAnalytics;
4664
5013
 
4665
- },{}],41:[function(require,module,exports){
5014
+ },{}],43:[function(require,module,exports){
4666
5015
  "use strict";
4667
5016
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4668
5017
  if (k2 === undefined) k2 = k;
@@ -4700,7 +5049,7 @@ Object.defineProperty(exports, "AnalyticsData", { enumerable: true, get: functio
4700
5049
  const version_1 = __importDefault(require("./version"));
4701
5050
  console.log("using @plattar/plattar-analytics v" + version_1.default);
4702
5051
 
4703
- },{"./analytics/analytics":39,"./analytics/analytics-data":38,"./version":44}],42:[function(require,module,exports){
5052
+ },{"./analytics/analytics":41,"./analytics/analytics-data":40,"./version":46}],44:[function(require,module,exports){
4704
5053
  "use strict";
4705
5054
  Object.defineProperty(exports, "__esModule", { value: true });
4706
5055
  /**
@@ -4766,7 +5115,7 @@ class BasicHTTP {
4766
5115
  }
4767
5116
  exports.default = BasicHTTP;
4768
5117
 
4769
- },{}],43:[function(require,module,exports){
5118
+ },{}],45:[function(require,module,exports){
4770
5119
  "use strict";
4771
5120
  Object.defineProperty(exports, "__esModule", { value: true });
4772
5121
  exports.Util = void 0;
@@ -4792,12 +5141,12 @@ class Util {
4792
5141
  }
4793
5142
  exports.Util = Util;
4794
5143
 
4795
- },{}],44:[function(require,module,exports){
5144
+ },{}],46:[function(require,module,exports){
4796
5145
  "use strict";
4797
5146
  Object.defineProperty(exports, "__esModule", { value: true });
4798
5147
  exports.default = "1.152.2";
4799
5148
 
4800
- },{}],45:[function(require,module,exports){
5149
+ },{}],47:[function(require,module,exports){
4801
5150
  "use strict";
4802
5151
  const Server = require("./server/plattar-server.js");
4803
5152
  const Util = require("./util/plattar-util.js");
@@ -4820,6 +5169,8 @@ const SceneVideo = require("./types/scene/scene-video.js");
4820
5169
  const SceneVolumetric = require("./types/scene/scene-volumetric.js");
4821
5170
  const SceneYoutube = require("./types/scene/scene-youtube.js");
4822
5171
  const SceneScript = require("./types/scene/scene-script.js");
5172
+ const SceneGallery = require("./types/scene/scene-gallery.js");
5173
+ const SceneGalleryImage = require("./types/scene/scene-gallery-image.js");
4823
5174
 
4824
5175
  // import Page and its types
4825
5176
  const Page = require("./types/page/page.js");
@@ -4903,6 +5254,8 @@ module.exports = {
4903
5254
  SceneVolumetric,
4904
5255
  SceneYoutube,
4905
5256
  SceneScript,
5257
+ SceneGallery,
5258
+ SceneGalleryImage,
4906
5259
  // page and types
4907
5260
  Page,
4908
5261
  CardButton,
@@ -4952,7 +5305,7 @@ module.exports = {
4952
5305
  version: Version
4953
5306
  };
4954
5307
 
4955
- },{"./server/plattar-server.js":47,"./types/application.js":48,"./types/content-pipeline/brief.js":49,"./types/content-pipeline/comment-brief.js":50,"./types/content-pipeline/comment-quote.js":51,"./types/content-pipeline/comment-solution.js":52,"./types/content-pipeline/folder.js":53,"./types/content-pipeline/pipeline-user.js":54,"./types/content-pipeline/quote.js":55,"./types/content-pipeline/rating.js":56,"./types/content-pipeline/solution.js":57,"./types/file/file-audio.js":58,"./types/file/file-base.js":59,"./types/file/file-image.js":60,"./types/file/file-model.js":61,"./types/file/file-script.js":62,"./types/file/file-video.js":63,"./types/misc/application-build.js":67,"./types/misc/asset-library.js":68,"./types/misc/async-job.js":69,"./types/misc/script-event.js":70,"./types/misc/tag.js":71,"./types/page/card-base.js":72,"./types/page/card-button.js":73,"./types/page/card-html.js":74,"./types/page/card-iframe.js":75,"./types/page/card-image.js":76,"./types/page/card-map.js":77,"./types/page/card-paragraph.js":78,"./types/page/card-row.js":79,"./types/page/card-slider.js":80,"./types/page/card-title.js":81,"./types/page/card-video.js":82,"./types/page/card-youtube.js":83,"./types/page/page.js":84,"./types/product/product-annotation.js":85,"./types/product/product-base.js":86,"./types/product/product-variation.js":87,"./types/product/product.js":88,"./types/scene/scene-annotation.js":89,"./types/scene/scene-audio.js":90,"./types/scene/scene-base.js":91,"./types/scene/scene-button.js":92,"./types/scene/scene-camera.js":93,"./types/scene/scene-carousel.js":94,"./types/scene/scene-image.js":95,"./types/scene/scene-model.js":96,"./types/scene/scene-panorama.js":97,"./types/scene/scene-poller.js":98,"./types/scene/scene-product.js":99,"./types/scene/scene-script.js":100,"./types/scene/scene-shadow.js":101,"./types/scene/scene-video.js":102,"./types/scene/scene-volumetric.js":103,"./types/scene/scene-youtube.js":104,"./types/scene/scene.js":105,"./types/trigger/trigger-image.js":106,"./util/plattar-util.js":107,"./version":108}],46:[function(require,module,exports){
5308
+ },{"./server/plattar-server.js":49,"./types/application.js":50,"./types/content-pipeline/brief.js":51,"./types/content-pipeline/comment-brief.js":52,"./types/content-pipeline/comment-quote.js":53,"./types/content-pipeline/comment-solution.js":54,"./types/content-pipeline/folder.js":55,"./types/content-pipeline/pipeline-user.js":56,"./types/content-pipeline/quote.js":57,"./types/content-pipeline/rating.js":58,"./types/content-pipeline/solution.js":59,"./types/file/file-audio.js":60,"./types/file/file-base.js":61,"./types/file/file-image.js":62,"./types/file/file-model.js":63,"./types/file/file-script.js":64,"./types/file/file-video.js":65,"./types/misc/application-build.js":69,"./types/misc/asset-library.js":70,"./types/misc/async-job.js":71,"./types/misc/script-event.js":72,"./types/misc/tag.js":73,"./types/page/card-base.js":74,"./types/page/card-button.js":75,"./types/page/card-html.js":76,"./types/page/card-iframe.js":77,"./types/page/card-image.js":78,"./types/page/card-map.js":79,"./types/page/card-paragraph.js":80,"./types/page/card-row.js":81,"./types/page/card-slider.js":82,"./types/page/card-title.js":83,"./types/page/card-video.js":84,"./types/page/card-youtube.js":85,"./types/page/page.js":86,"./types/product/product-annotation.js":87,"./types/product/product-base.js":88,"./types/product/product-variation.js":89,"./types/product/product.js":90,"./types/scene/scene-annotation.js":91,"./types/scene/scene-audio.js":92,"./types/scene/scene-base.js":93,"./types/scene/scene-button.js":94,"./types/scene/scene-camera.js":95,"./types/scene/scene-carousel.js":96,"./types/scene/scene-gallery-image.js":97,"./types/scene/scene-gallery.js":98,"./types/scene/scene-image.js":99,"./types/scene/scene-model.js":100,"./types/scene/scene-panorama.js":101,"./types/scene/scene-poller.js":102,"./types/scene/scene-product.js":103,"./types/scene/scene-script.js":104,"./types/scene/scene-shadow.js":105,"./types/scene/scene-video.js":106,"./types/scene/scene-volumetric.js":107,"./types/scene/scene-youtube.js":108,"./types/scene/scene.js":109,"./types/trigger/trigger-image.js":110,"./util/plattar-util.js":111,"./version":112}],48:[function(require,module,exports){
4956
5309
  const fetch = require("node-fetch");
4957
5310
 
4958
5311
  class PlattarQuery {
@@ -5444,7 +5797,7 @@ PlattarQuery._DeleteGlobalCachedObject = (obj) => {
5444
5797
  };
5445
5798
 
5446
5799
  module.exports = PlattarQuery;
5447
- },{"../util/plattar-util.js":107,"node-fetch":133}],47:[function(require,module,exports){
5800
+ },{"../util/plattar-util.js":111,"node-fetch":142}],49:[function(require,module,exports){
5448
5801
  (function (process){(function (){
5449
5802
  const fetch = require("node-fetch");
5450
5803
 
@@ -5669,7 +6022,7 @@ PlattarServer.location = () => {
5669
6022
 
5670
6023
  module.exports = PlattarServer;
5671
6024
  }).call(this)}).call(this,require('_process'))
5672
- },{"_process":135,"node-fetch":133}],48:[function(require,module,exports){
6025
+ },{"_process":144,"node-fetch":142}],50:[function(require,module,exports){
5673
6026
  const PlattarBase = require("./interfaces/plattar-base.js");
5674
6027
 
5675
6028
  class Application extends PlattarBase {
@@ -5679,7 +6032,7 @@ class Application extends PlattarBase {
5679
6032
  }
5680
6033
 
5681
6034
  module.exports = Application;
5682
- },{"./interfaces/plattar-base.js":64}],49:[function(require,module,exports){
6035
+ },{"./interfaces/plattar-base.js":66}],51:[function(require,module,exports){
5683
6036
  const PlattarBase = require("../interfaces/plattar-base");
5684
6037
 
5685
6038
  class Brief extends PlattarBase {
@@ -5689,7 +6042,7 @@ class Brief extends PlattarBase {
5689
6042
  }
5690
6043
 
5691
6044
  module.exports = Brief;
5692
- },{"../interfaces/plattar-base":64}],50:[function(require,module,exports){
6045
+ },{"../interfaces/plattar-base":66}],52:[function(require,module,exports){
5693
6046
  const PlattarBase = require("../interfaces/plattar-base");
5694
6047
 
5695
6048
  class CommentBrief extends PlattarBase {
@@ -5699,7 +6052,7 @@ class CommentBrief extends PlattarBase {
5699
6052
  }
5700
6053
 
5701
6054
  module.exports = CommentBrief;
5702
- },{"../interfaces/plattar-base":64}],51:[function(require,module,exports){
6055
+ },{"../interfaces/plattar-base":66}],53:[function(require,module,exports){
5703
6056
  const PlattarBase = require("../interfaces/plattar-base");
5704
6057
 
5705
6058
  class CommentQuote extends PlattarBase {
@@ -5709,7 +6062,7 @@ class CommentQuote extends PlattarBase {
5709
6062
  }
5710
6063
 
5711
6064
  module.exports = CommentQuote;
5712
- },{"../interfaces/plattar-base":64}],52:[function(require,module,exports){
6065
+ },{"../interfaces/plattar-base":66}],54:[function(require,module,exports){
5713
6066
  const PlattarBase = require("../interfaces/plattar-base");
5714
6067
 
5715
6068
  class CommentSolution extends PlattarBase {
@@ -5719,7 +6072,7 @@ class CommentSolution extends PlattarBase {
5719
6072
  }
5720
6073
 
5721
6074
  module.exports = CommentSolution;
5722
- },{"../interfaces/plattar-base":64}],53:[function(require,module,exports){
6075
+ },{"../interfaces/plattar-base":66}],55:[function(require,module,exports){
5723
6076
  const PlattarBase = require("../interfaces/plattar-base");
5724
6077
 
5725
6078
  class Folder extends PlattarBase {
@@ -5729,7 +6082,7 @@ class Folder extends PlattarBase {
5729
6082
  }
5730
6083
 
5731
6084
  module.exports = Folder;
5732
- },{"../interfaces/plattar-base":64}],54:[function(require,module,exports){
6085
+ },{"../interfaces/plattar-base":66}],56:[function(require,module,exports){
5733
6086
  const PlattarBase = require("../interfaces/plattar-base");
5734
6087
 
5735
6088
  class PipelineUser extends PlattarBase {
@@ -5739,7 +6092,7 @@ class PipelineUser extends PlattarBase {
5739
6092
  }
5740
6093
 
5741
6094
  module.exports = PipelineUser;
5742
- },{"../interfaces/plattar-base":64}],55:[function(require,module,exports){
6095
+ },{"../interfaces/plattar-base":66}],57:[function(require,module,exports){
5743
6096
  const PlattarBase = require("../interfaces/plattar-base");
5744
6097
 
5745
6098
  class Quote extends PlattarBase {
@@ -5749,7 +6102,7 @@ class Quote extends PlattarBase {
5749
6102
  }
5750
6103
 
5751
6104
  module.exports = Quote;
5752
- },{"../interfaces/plattar-base":64}],56:[function(require,module,exports){
6105
+ },{"../interfaces/plattar-base":66}],58:[function(require,module,exports){
5753
6106
  const PlattarBase = require("../interfaces/plattar-base");
5754
6107
 
5755
6108
  class Rating extends PlattarBase {
@@ -5759,7 +6112,7 @@ class Rating extends PlattarBase {
5759
6112
  }
5760
6113
 
5761
6114
  module.exports = Rating;
5762
- },{"../interfaces/plattar-base":64}],57:[function(require,module,exports){
6115
+ },{"../interfaces/plattar-base":66}],59:[function(require,module,exports){
5763
6116
  const PlattarBase = require("../interfaces/plattar-base");
5764
6117
 
5765
6118
  class Solution extends PlattarBase {
@@ -5769,7 +6122,7 @@ class Solution extends PlattarBase {
5769
6122
  }
5770
6123
 
5771
6124
  module.exports = Solution;
5772
- },{"../interfaces/plattar-base":64}],58:[function(require,module,exports){
6125
+ },{"../interfaces/plattar-base":66}],60:[function(require,module,exports){
5773
6126
  const FileBase = require("./file-base.js");
5774
6127
 
5775
6128
  class FileAudio extends FileBase {
@@ -5779,7 +6132,7 @@ class FileAudio extends FileBase {
5779
6132
  }
5780
6133
 
5781
6134
  module.exports = FileAudio;
5782
- },{"./file-base.js":59}],59:[function(require,module,exports){
6135
+ },{"./file-base.js":61}],61:[function(require,module,exports){
5783
6136
  const PlattarBase = require("../interfaces/plattar-base.js");
5784
6137
  const Server = require("../../server/plattar-server.js");
5785
6138
 
@@ -5839,7 +6192,7 @@ class FileBase extends PlattarBase {
5839
6192
  }
5840
6193
 
5841
6194
  module.exports = FileBase;
5842
- },{"../../server/plattar-server.js":47,"../interfaces/plattar-base.js":64,"./file-audio.js":58,"./file-image.js":60,"./file-model.js":61,"./file-video.js":63}],60:[function(require,module,exports){
6195
+ },{"../../server/plattar-server.js":49,"../interfaces/plattar-base.js":66,"./file-audio.js":60,"./file-image.js":62,"./file-model.js":63,"./file-video.js":65}],62:[function(require,module,exports){
5843
6196
  const FileBase = require("./file-base.js");
5844
6197
 
5845
6198
  class FileImage extends FileBase {
@@ -5849,7 +6202,7 @@ class FileImage extends FileBase {
5849
6202
  }
5850
6203
 
5851
6204
  module.exports = FileImage;
5852
- },{"./file-base.js":59}],61:[function(require,module,exports){
6205
+ },{"./file-base.js":61}],63:[function(require,module,exports){
5853
6206
  const FileBase = require("./file-base.js");
5854
6207
 
5855
6208
  class FileModel extends FileBase {
@@ -5859,7 +6212,7 @@ class FileModel extends FileBase {
5859
6212
  }
5860
6213
 
5861
6214
  module.exports = FileModel;
5862
- },{"./file-base.js":59}],62:[function(require,module,exports){
6215
+ },{"./file-base.js":61}],64:[function(require,module,exports){
5863
6216
  const FileBase = require("./file-base.js");
5864
6217
 
5865
6218
  class FileScript extends FileBase {
@@ -5869,7 +6222,7 @@ class FileScript extends FileBase {
5869
6222
  }
5870
6223
 
5871
6224
  module.exports = FileScript;
5872
- },{"./file-base.js":59}],63:[function(require,module,exports){
6225
+ },{"./file-base.js":61}],65:[function(require,module,exports){
5873
6226
  const FileBase = require("./file-base.js");
5874
6227
 
5875
6228
  class FileVideo extends FileBase {
@@ -5879,7 +6232,7 @@ class FileVideo extends FileBase {
5879
6232
  }
5880
6233
 
5881
6234
  module.exports = FileVideo;
5882
- },{"./file-base.js":59}],64:[function(require,module,exports){
6235
+ },{"./file-base.js":61}],66:[function(require,module,exports){
5883
6236
  const PlattarObject = require("./plattar-object.js");
5884
6237
  const Server = require("../../server/plattar-server.js");
5885
6238
 
@@ -5894,7 +6247,7 @@ class PlattarBase extends PlattarObject {
5894
6247
  }
5895
6248
 
5896
6249
  module.exports = PlattarBase;
5897
- },{"../../server/plattar-server.js":47,"./plattar-object.js":66}],65:[function(require,module,exports){
6250
+ },{"../../server/plattar-server.js":49,"./plattar-object.js":68}],67:[function(require,module,exports){
5898
6251
  /**
5899
6252
  * Handles the list of relationships for the provided object
5900
6253
  */
@@ -6015,7 +6368,7 @@ class PlattarObjectRelations {
6015
6368
  }
6016
6369
 
6017
6370
  module.exports = PlattarObjectRelations;
6018
- },{"../../util/plattar-util.js":107}],66:[function(require,module,exports){
6371
+ },{"../../util/plattar-util.js":111}],68:[function(require,module,exports){
6019
6372
  const PlattarQuery = require("../../server/plattar-query.js");
6020
6373
  const PlattarObjectRelations = require("./plattar-object-relations.js");
6021
6374
 
@@ -6158,7 +6511,7 @@ class PlattarObject {
6158
6511
  }
6159
6512
 
6160
6513
  module.exports = PlattarObject;
6161
- },{"../../server/plattar-query.js":46,"./plattar-object-relations.js":65}],67:[function(require,module,exports){
6514
+ },{"../../server/plattar-query.js":48,"./plattar-object-relations.js":67}],69:[function(require,module,exports){
6162
6515
  const PlattarBase = require("../interfaces/plattar-base.js");
6163
6516
 
6164
6517
  class ApplicationBuild extends PlattarBase {
@@ -6168,7 +6521,7 @@ class ApplicationBuild extends PlattarBase {
6168
6521
  }
6169
6522
 
6170
6523
  module.exports = ApplicationBuild;
6171
- },{"../interfaces/plattar-base.js":64}],68:[function(require,module,exports){
6524
+ },{"../interfaces/plattar-base.js":66}],70:[function(require,module,exports){
6172
6525
  const PlattarBase = require("../interfaces/plattar-base.js");
6173
6526
 
6174
6527
  class AssetLibrary extends PlattarBase {
@@ -6178,7 +6531,7 @@ class AssetLibrary extends PlattarBase {
6178
6531
  }
6179
6532
 
6180
6533
  module.exports = AssetLibrary;
6181
- },{"../interfaces/plattar-base.js":64}],69:[function(require,module,exports){
6534
+ },{"../interfaces/plattar-base.js":66}],71:[function(require,module,exports){
6182
6535
  const PlattarBase = require("../interfaces/plattar-base.js");
6183
6536
 
6184
6537
  class AsyncJob extends PlattarBase {
@@ -6192,7 +6545,7 @@ class AsyncJob extends PlattarBase {
6192
6545
  }
6193
6546
 
6194
6547
  module.exports = AsyncJob;
6195
- },{"../interfaces/plattar-base.js":64}],70:[function(require,module,exports){
6548
+ },{"../interfaces/plattar-base.js":66}],72:[function(require,module,exports){
6196
6549
  const PlattarBase = require("../interfaces/plattar-base.js");
6197
6550
 
6198
6551
  class ScriptEvent extends PlattarBase {
@@ -6202,7 +6555,7 @@ class ScriptEvent extends PlattarBase {
6202
6555
  }
6203
6556
 
6204
6557
  module.exports = ScriptEvent;
6205
- },{"../interfaces/plattar-base.js":64}],71:[function(require,module,exports){
6558
+ },{"../interfaces/plattar-base.js":66}],73:[function(require,module,exports){
6206
6559
  const PlattarBase = require("../interfaces/plattar-base.js");
6207
6560
 
6208
6561
  class Tag extends PlattarBase {
@@ -6212,7 +6565,7 @@ class Tag extends PlattarBase {
6212
6565
  }
6213
6566
 
6214
6567
  module.exports = Tag;
6215
- },{"../interfaces/plattar-base.js":64}],72:[function(require,module,exports){
6568
+ },{"../interfaces/plattar-base.js":66}],74:[function(require,module,exports){
6216
6569
  const PlattarBase = require("../interfaces/plattar-base.js");
6217
6570
  const Server = require("../../server/plattar-server.js");
6218
6571
 
@@ -6243,7 +6596,7 @@ class CardBase extends PlattarBase {
6243
6596
  }
6244
6597
 
6245
6598
  module.exports = CardBase;
6246
- },{"../../server/plattar-server.js":47,"../interfaces/plattar-base.js":64,"./card-button.js":73,"./card-html.js":74,"./card-iframe.js":75,"./card-image.js":76,"./card-map.js":77,"./card-paragraph.js":78,"./card-row.js":79,"./card-slider.js":80,"./card-title.js":81,"./card-video.js":82,"./card-youtube.js":83}],73:[function(require,module,exports){
6599
+ },{"../../server/plattar-server.js":49,"../interfaces/plattar-base.js":66,"./card-button.js":75,"./card-html.js":76,"./card-iframe.js":77,"./card-image.js":78,"./card-map.js":79,"./card-paragraph.js":80,"./card-row.js":81,"./card-slider.js":82,"./card-title.js":83,"./card-video.js":84,"./card-youtube.js":85}],75:[function(require,module,exports){
6247
6600
  const CardBase = require("./card-base.js");
6248
6601
 
6249
6602
  class CardButton extends CardBase {
@@ -6253,7 +6606,7 @@ class CardButton extends CardBase {
6253
6606
  }
6254
6607
 
6255
6608
  module.exports = CardButton;
6256
- },{"./card-base.js":72}],74:[function(require,module,exports){
6609
+ },{"./card-base.js":74}],76:[function(require,module,exports){
6257
6610
  const CardBase = require("./card-base.js");
6258
6611
 
6259
6612
  class CardHTML extends CardBase {
@@ -6263,7 +6616,7 @@ class CardHTML extends CardBase {
6263
6616
  }
6264
6617
 
6265
6618
  module.exports = CardHTML;
6266
- },{"./card-base.js":72}],75:[function(require,module,exports){
6619
+ },{"./card-base.js":74}],77:[function(require,module,exports){
6267
6620
  const CardBase = require("./card-base.js");
6268
6621
 
6269
6622
  class CardIFrame extends CardBase {
@@ -6273,7 +6626,7 @@ class CardIFrame extends CardBase {
6273
6626
  }
6274
6627
 
6275
6628
  module.exports = CardIFrame;
6276
- },{"./card-base.js":72}],76:[function(require,module,exports){
6629
+ },{"./card-base.js":74}],78:[function(require,module,exports){
6277
6630
  const CardBase = require("./card-base.js");
6278
6631
 
6279
6632
  class CardImage extends CardBase {
@@ -6283,7 +6636,7 @@ class CardImage extends CardBase {
6283
6636
  }
6284
6637
 
6285
6638
  module.exports = CardImage;
6286
- },{"./card-base.js":72}],77:[function(require,module,exports){
6639
+ },{"./card-base.js":74}],79:[function(require,module,exports){
6287
6640
  const CardBase = require("./card-base.js");
6288
6641
 
6289
6642
  class CardMap extends CardBase {
@@ -6293,7 +6646,7 @@ class CardMap extends CardBase {
6293
6646
  }
6294
6647
 
6295
6648
  module.exports = CardMap;
6296
- },{"./card-base.js":72}],78:[function(require,module,exports){
6649
+ },{"./card-base.js":74}],80:[function(require,module,exports){
6297
6650
  const CardBase = require("./card-base.js");
6298
6651
 
6299
6652
  class CardParagraph extends CardBase {
@@ -6303,7 +6656,7 @@ class CardParagraph extends CardBase {
6303
6656
  }
6304
6657
 
6305
6658
  module.exports = CardParagraph;
6306
- },{"./card-base.js":72}],79:[function(require,module,exports){
6659
+ },{"./card-base.js":74}],81:[function(require,module,exports){
6307
6660
  const CardBase = require("./card-base.js");
6308
6661
 
6309
6662
  class CardRow extends CardBase {
@@ -6313,7 +6666,7 @@ class CardRow extends CardBase {
6313
6666
  }
6314
6667
 
6315
6668
  module.exports = CardRow;
6316
- },{"./card-base.js":72}],80:[function(require,module,exports){
6669
+ },{"./card-base.js":74}],82:[function(require,module,exports){
6317
6670
  const CardBase = require("./card-base.js");
6318
6671
 
6319
6672
  class CardSlider extends CardBase {
@@ -6323,7 +6676,7 @@ class CardSlider extends CardBase {
6323
6676
  }
6324
6677
 
6325
6678
  module.exports = CardSlider;
6326
- },{"./card-base.js":72}],81:[function(require,module,exports){
6679
+ },{"./card-base.js":74}],83:[function(require,module,exports){
6327
6680
  const CardBase = require("./card-base.js");
6328
6681
 
6329
6682
  class CardTitle extends CardBase {
@@ -6333,7 +6686,7 @@ class CardTitle extends CardBase {
6333
6686
  }
6334
6687
 
6335
6688
  module.exports = CardTitle;
6336
- },{"./card-base.js":72}],82:[function(require,module,exports){
6689
+ },{"./card-base.js":74}],84:[function(require,module,exports){
6337
6690
  const CardBase = require("./card-base.js");
6338
6691
 
6339
6692
  class CardVideo extends CardBase {
@@ -6343,7 +6696,7 @@ class CardVideo extends CardBase {
6343
6696
  }
6344
6697
 
6345
6698
  module.exports = CardVideo;
6346
- },{"./card-base.js":72}],83:[function(require,module,exports){
6699
+ },{"./card-base.js":74}],85:[function(require,module,exports){
6347
6700
  const CardBase = require("./card-base.js");
6348
6701
 
6349
6702
  class CardYoutube extends CardBase {
@@ -6353,7 +6706,7 @@ class CardYoutube extends CardBase {
6353
6706
  }
6354
6707
 
6355
6708
  module.exports = CardYoutube;
6356
- },{"./card-base.js":72}],84:[function(require,module,exports){
6709
+ },{"./card-base.js":74}],86:[function(require,module,exports){
6357
6710
  const PlattarBase = require("../interfaces/plattar-base.js");
6358
6711
 
6359
6712
  class Page extends PlattarBase {
@@ -6363,7 +6716,7 @@ class Page extends PlattarBase {
6363
6716
  }
6364
6717
 
6365
6718
  module.exports = Page;
6366
- },{"../interfaces/plattar-base.js":64}],85:[function(require,module,exports){
6719
+ },{"../interfaces/plattar-base.js":66}],87:[function(require,module,exports){
6367
6720
  const ProductBase = require("./product-base.js");
6368
6721
 
6369
6722
  class ProductAnnotation extends ProductBase {
@@ -6373,7 +6726,7 @@ class ProductAnnotation extends ProductBase {
6373
6726
  }
6374
6727
 
6375
6728
  module.exports = ProductAnnotation;
6376
- },{"./product-base.js":86}],86:[function(require,module,exports){
6729
+ },{"./product-base.js":88}],88:[function(require,module,exports){
6377
6730
  const PlattarBase = require("../interfaces/plattar-base.js");
6378
6731
  const Server = require("../../server/plattar-server.js");
6379
6732
 
@@ -6395,7 +6748,7 @@ class ProductBase extends PlattarBase {
6395
6748
  }
6396
6749
 
6397
6750
  module.exports = ProductBase;
6398
- },{"../../server/plattar-server.js":47,"../interfaces/plattar-base.js":64,"./product-annotation.js":85,"./product-variation.js":87}],87:[function(require,module,exports){
6751
+ },{"../../server/plattar-server.js":49,"../interfaces/plattar-base.js":66,"./product-annotation.js":87,"./product-variation.js":89}],89:[function(require,module,exports){
6399
6752
  const ProductBase = require("./product-base.js");
6400
6753
 
6401
6754
  class ProductVariation extends ProductBase {
@@ -6405,7 +6758,7 @@ class ProductVariation extends ProductBase {
6405
6758
  }
6406
6759
 
6407
6760
  module.exports = ProductVariation;
6408
- },{"./product-base.js":86}],88:[function(require,module,exports){
6761
+ },{"./product-base.js":88}],90:[function(require,module,exports){
6409
6762
  const PlattarBase = require("../interfaces/plattar-base.js");
6410
6763
 
6411
6764
  class Product extends PlattarBase {
@@ -6415,7 +6768,7 @@ class Product extends PlattarBase {
6415
6768
  }
6416
6769
 
6417
6770
  module.exports = Product;
6418
- },{"../interfaces/plattar-base.js":64}],89:[function(require,module,exports){
6771
+ },{"../interfaces/plattar-base.js":66}],91:[function(require,module,exports){
6419
6772
  const SceneBase = require("./scene-base.js");
6420
6773
 
6421
6774
  class SceneAnnotation extends SceneBase {
@@ -6425,7 +6778,7 @@ class SceneAnnotation extends SceneBase {
6425
6778
  }
6426
6779
 
6427
6780
  module.exports = SceneAnnotation;
6428
- },{"./scene-base.js":91}],90:[function(require,module,exports){
6781
+ },{"./scene-base.js":93}],92:[function(require,module,exports){
6429
6782
  const SceneBase = require("./scene-base.js");
6430
6783
 
6431
6784
  class SceneAudio extends SceneBase {
@@ -6435,7 +6788,7 @@ class SceneAudio extends SceneBase {
6435
6788
  }
6436
6789
 
6437
6790
  module.exports = SceneAudio;
6438
- },{"./scene-base.js":91}],91:[function(require,module,exports){
6791
+ },{"./scene-base.js":93}],93:[function(require,module,exports){
6439
6792
  const PlattarBase = require("../interfaces/plattar-base.js");
6440
6793
  const Server = require("../../server/plattar-server.js");
6441
6794
 
@@ -6469,7 +6822,7 @@ class SceneBase extends PlattarBase {
6469
6822
  }
6470
6823
 
6471
6824
  module.exports = SceneBase;
6472
- },{"../../server/plattar-server.js":47,"../interfaces/plattar-base.js":64,"./scene-annotation.js":89,"./scene-audio.js":90,"./scene-button.js":92,"./scene-camera.js":93,"./scene-carousel.js":94,"./scene-image.js":95,"./scene-model.js":96,"./scene-panorama.js":97,"./scene-poller.js":98,"./scene-product.js":99,"./scene-shadow.js":101,"./scene-video.js":102,"./scene-volumetric.js":103,"./scene-youtube.js":104}],92:[function(require,module,exports){
6825
+ },{"../../server/plattar-server.js":49,"../interfaces/plattar-base.js":66,"./scene-annotation.js":91,"./scene-audio.js":92,"./scene-button.js":94,"./scene-camera.js":95,"./scene-carousel.js":96,"./scene-image.js":99,"./scene-model.js":100,"./scene-panorama.js":101,"./scene-poller.js":102,"./scene-product.js":103,"./scene-shadow.js":105,"./scene-video.js":106,"./scene-volumetric.js":107,"./scene-youtube.js":108}],94:[function(require,module,exports){
6473
6826
  const SceneBase = require("./scene-base.js");
6474
6827
 
6475
6828
  class SceneButton extends SceneBase {
@@ -6479,7 +6832,7 @@ class SceneButton extends SceneBase {
6479
6832
  }
6480
6833
 
6481
6834
  module.exports = SceneButton;
6482
- },{"./scene-base.js":91}],93:[function(require,module,exports){
6835
+ },{"./scene-base.js":93}],95:[function(require,module,exports){
6483
6836
  const SceneBase = require("./scene-base.js");
6484
6837
 
6485
6838
  class SceneCamera extends SceneBase {
@@ -6489,7 +6842,7 @@ class SceneCamera extends SceneBase {
6489
6842
  }
6490
6843
 
6491
6844
  module.exports = SceneCamera;
6492
- },{"./scene-base.js":91}],94:[function(require,module,exports){
6845
+ },{"./scene-base.js":93}],96:[function(require,module,exports){
6493
6846
  const SceneBase = require("./scene-base.js");
6494
6847
 
6495
6848
  class SceneCarousel extends SceneBase {
@@ -6499,7 +6852,27 @@ class SceneCarousel extends SceneBase {
6499
6852
  }
6500
6853
 
6501
6854
  module.exports = SceneCarousel;
6502
- },{"./scene-base.js":91}],95:[function(require,module,exports){
6855
+ },{"./scene-base.js":93}],97:[function(require,module,exports){
6856
+ const PlattarBase = require("../interfaces/plattar-base.js");
6857
+
6858
+ class SceneGalleryImage extends PlattarBase {
6859
+ static type() {
6860
+ return "scenegalleryimage";
6861
+ }
6862
+ }
6863
+
6864
+ module.exports = SceneGalleryImage;
6865
+ },{"../interfaces/plattar-base.js":66}],98:[function(require,module,exports){
6866
+ const PlattarBase = require("../interfaces/plattar-base.js");
6867
+
6868
+ class SceneGallery extends PlattarBase {
6869
+ static type() {
6870
+ return "scenegallery";
6871
+ }
6872
+ }
6873
+
6874
+ module.exports = SceneGallery;
6875
+ },{"../interfaces/plattar-base.js":66}],99:[function(require,module,exports){
6503
6876
  const SceneBase = require("./scene-base.js");
6504
6877
 
6505
6878
  class SceneImage extends SceneBase {
@@ -6509,7 +6882,7 @@ class SceneImage extends SceneBase {
6509
6882
  }
6510
6883
 
6511
6884
  module.exports = SceneImage;
6512
- },{"./scene-base.js":91}],96:[function(require,module,exports){
6885
+ },{"./scene-base.js":93}],100:[function(require,module,exports){
6513
6886
  const SceneBase = require("./scene-base.js");
6514
6887
 
6515
6888
  class SceneModel extends SceneBase {
@@ -6519,7 +6892,7 @@ class SceneModel extends SceneBase {
6519
6892
  }
6520
6893
 
6521
6894
  module.exports = SceneModel;
6522
- },{"./scene-base.js":91}],97:[function(require,module,exports){
6895
+ },{"./scene-base.js":93}],101:[function(require,module,exports){
6523
6896
  const SceneBase = require("./scene-base.js");
6524
6897
 
6525
6898
  class ScenePanorama extends SceneBase {
@@ -6529,7 +6902,7 @@ class ScenePanorama extends SceneBase {
6529
6902
  }
6530
6903
 
6531
6904
  module.exports = ScenePanorama;
6532
- },{"./scene-base.js":91}],98:[function(require,module,exports){
6905
+ },{"./scene-base.js":93}],102:[function(require,module,exports){
6533
6906
  const SceneBase = require("./scene-base.js");
6534
6907
 
6535
6908
  class ScenePoller extends SceneBase {
@@ -6539,7 +6912,7 @@ class ScenePoller extends SceneBase {
6539
6912
  }
6540
6913
 
6541
6914
  module.exports = ScenePoller;
6542
- },{"./scene-base.js":91}],99:[function(require,module,exports){
6915
+ },{"./scene-base.js":93}],103:[function(require,module,exports){
6543
6916
  const SceneBase = require("./scene-base.js");
6544
6917
 
6545
6918
  class SceneProduct extends SceneBase {
@@ -6549,7 +6922,7 @@ class SceneProduct extends SceneBase {
6549
6922
  }
6550
6923
 
6551
6924
  module.exports = SceneProduct;
6552
- },{"./scene-base.js":91}],100:[function(require,module,exports){
6925
+ },{"./scene-base.js":93}],104:[function(require,module,exports){
6553
6926
  const SceneBase = require("./scene-base.js");
6554
6927
 
6555
6928
  class SceneScript extends SceneBase {
@@ -6559,7 +6932,7 @@ class SceneScript extends SceneBase {
6559
6932
  }
6560
6933
 
6561
6934
  module.exports = SceneScript;
6562
- },{"./scene-base.js":91}],101:[function(require,module,exports){
6935
+ },{"./scene-base.js":93}],105:[function(require,module,exports){
6563
6936
  const SceneBase = require("./scene-base.js");
6564
6937
 
6565
6938
  class SceneShadow extends SceneBase {
@@ -6569,7 +6942,7 @@ class SceneShadow extends SceneBase {
6569
6942
  }
6570
6943
 
6571
6944
  module.exports = SceneShadow;
6572
- },{"./scene-base.js":91}],102:[function(require,module,exports){
6945
+ },{"./scene-base.js":93}],106:[function(require,module,exports){
6573
6946
  const SceneBase = require("./scene-base.js");
6574
6947
 
6575
6948
  class SceneVideo extends SceneBase {
@@ -6579,7 +6952,7 @@ class SceneVideo extends SceneBase {
6579
6952
  }
6580
6953
 
6581
6954
  module.exports = SceneVideo;
6582
- },{"./scene-base.js":91}],103:[function(require,module,exports){
6955
+ },{"./scene-base.js":93}],107:[function(require,module,exports){
6583
6956
  const SceneBase = require("./scene-base.js");
6584
6957
 
6585
6958
  class SceneVolumetric extends SceneBase {
@@ -6589,7 +6962,7 @@ class SceneVolumetric extends SceneBase {
6589
6962
  }
6590
6963
 
6591
6964
  module.exports = SceneVolumetric;
6592
- },{"./scene-base.js":91}],104:[function(require,module,exports){
6965
+ },{"./scene-base.js":93}],108:[function(require,module,exports){
6593
6966
  const SceneBase = require("./scene-base.js");
6594
6967
 
6595
6968
  class SceneYoutube extends SceneBase {
@@ -6599,7 +6972,7 @@ class SceneYoutube extends SceneBase {
6599
6972
  }
6600
6973
 
6601
6974
  module.exports = SceneYoutube;
6602
- },{"./scene-base.js":91}],105:[function(require,module,exports){
6975
+ },{"./scene-base.js":93}],109:[function(require,module,exports){
6603
6976
  const PlattarBase = require("../interfaces/plattar-base.js");
6604
6977
 
6605
6978
  class Scene extends PlattarBase {
@@ -6609,7 +6982,7 @@ class Scene extends PlattarBase {
6609
6982
  }
6610
6983
 
6611
6984
  module.exports = Scene;
6612
- },{"../interfaces/plattar-base.js":64}],106:[function(require,module,exports){
6985
+ },{"../interfaces/plattar-base.js":66}],110:[function(require,module,exports){
6613
6986
  const PlattarBase = require("../interfaces/plattar-base.js");
6614
6987
 
6615
6988
  class TriggerImage extends PlattarBase {
@@ -6619,7 +6992,7 @@ class TriggerImage extends PlattarBase {
6619
6992
  }
6620
6993
 
6621
6994
  module.exports = TriggerImage;
6622
- },{"../interfaces/plattar-base.js":64}],107:[function(require,module,exports){
6995
+ },{"../interfaces/plattar-base.js":66}],111:[function(require,module,exports){
6623
6996
  const Application = require("../types/application.js");
6624
6997
 
6625
6998
  // import Scene types and its children
@@ -6639,6 +7012,8 @@ const SceneVideo = require("../types/scene/scene-video.js");
6639
7012
  const SceneVolumetric = require("../types/scene/scene-volumetric.js");
6640
7013
  const SceneYoutube = require("../types/scene/scene-youtube.js");
6641
7014
  const SceneScript = require("../types/scene/scene-script.js");
7015
+ const SceneGallery = require("../types/scene/scene-gallery.js");
7016
+ const SceneGalleryImage = require("../types/scene/scene-gallery-image.js");
6642
7017
 
6643
7018
  // import Page types and its children
6644
7019
  const Page = require("../types/page/page.js");
@@ -6737,16 +7112,22 @@ PlattarUtil.reconstruct = (parent, json, options) => {
6737
7112
  if (Array.isArray(data)) {
6738
7113
  data.forEach((item) => {
6739
7114
  const construct = PlattarUtil.create(key, item.id, server);
6740
- construct._attributes = item.attributes || {};
6741
7115
 
6742
- parent.relationships._put(construct);
7116
+ if (construct) {
7117
+ construct._attributes = item.attributes || {};
7118
+
7119
+ parent.relationships._put(construct);
7120
+ }
6743
7121
  });
6744
7122
  }
6745
7123
  else {
6746
7124
  const construct = PlattarUtil.create(key, data.id, server);
6747
- construct._attributes = data.attributes || {};
6748
7125
 
6749
- parent.relationships._put(construct);
7126
+ if (construct) {
7127
+ construct._attributes = data.attributes || {};
7128
+
7129
+ parent.relationships._put(construct);
7130
+ }
6750
7131
  }
6751
7132
  }
6752
7133
  }
@@ -6778,7 +7159,11 @@ PlattarUtil.create = (type, id, server) => {
6778
7159
  // dynamic class matching from a string type
6779
7160
  const _DynamicClass = PlattarUtil.match(type);
6780
7161
 
6781
- return new _DynamicClass(id, server);
7162
+ if (_DynamicClass) {
7163
+ return new _DynamicClass(id, server);
7164
+ }
7165
+
7166
+ return undefined;
6782
7167
  };
6783
7168
 
6784
7169
  /**
@@ -6805,6 +7190,8 @@ PlattarUtil.match = (type) => {
6805
7190
  case SceneVolumetric.type(): return SceneVolumetric;
6806
7191
  case SceneYoutube.type(): return SceneYoutube;
6807
7192
  case SceneScript.type(): return SceneScript;
7193
+ case SceneGallery.type(): return SceneGallery;
7194
+ case SceneGalleryImage.type(): return SceneGalleryImage;
6808
7195
  case Page.type(): return Page;
6809
7196
  case CardButton.type(): return CardButton;
6810
7197
  case CardHTML.type(): return CardHTML;
@@ -6840,16 +7227,19 @@ PlattarUtil.match = (type) => {
6840
7227
  case Rating.type(): return Rating;
6841
7228
  case Solution.type(): return Solution;
6842
7229
  case Folder.type(): return Folder;
6843
- default: throw new Error("PlattarUtil.match(type) - provided type of \"" + type + "\" does not exist and cannot be created");
7230
+ default: {
7231
+ console.warn("PlattarUtil.match(type) - provided type of \"" + type + "\" does not exist and cannot be created");
7232
+ return undefined;
7233
+ }
6844
7234
  }
6845
7235
  };
6846
7236
 
6847
7237
 
6848
7238
  module.exports = PlattarUtil;
6849
- },{"../types/application.js":48,"../types/content-pipeline/brief.js":49,"../types/content-pipeline/comment-brief.js":50,"../types/content-pipeline/comment-quote.js":51,"../types/content-pipeline/comment-solution.js":52,"../types/content-pipeline/folder.js":53,"../types/content-pipeline/pipeline-user.js":54,"../types/content-pipeline/quote.js":55,"../types/content-pipeline/rating.js":56,"../types/content-pipeline/solution.js":57,"../types/file/file-audio.js":58,"../types/file/file-image.js":60,"../types/file/file-model.js":61,"../types/file/file-script.js":62,"../types/file/file-video.js":63,"../types/interfaces/plattar-object.js":66,"../types/misc/application-build.js":67,"../types/misc/asset-library":68,"../types/misc/async-job.js":69,"../types/misc/script-event.js":70,"../types/misc/tag.js":71,"../types/page/card-button.js":73,"../types/page/card-html.js":74,"../types/page/card-iframe.js":75,"../types/page/card-image.js":76,"../types/page/card-map.js":77,"../types/page/card-paragraph.js":78,"../types/page/card-row.js":79,"../types/page/card-slider.js":80,"../types/page/card-title.js":81,"../types/page/card-video.js":82,"../types/page/card-youtube.js":83,"../types/page/page.js":84,"../types/product/product-annotation.js":85,"../types/product/product-variation.js":87,"../types/product/product.js":88,"../types/scene/scene-annotation.js":89,"../types/scene/scene-audio.js":90,"../types/scene/scene-button.js":92,"../types/scene/scene-camera.js":93,"../types/scene/scene-carousel.js":94,"../types/scene/scene-image.js":95,"../types/scene/scene-model.js":96,"../types/scene/scene-panorama.js":97,"../types/scene/scene-poller.js":98,"../types/scene/scene-product.js":99,"../types/scene/scene-script.js":100,"../types/scene/scene-shadow.js":101,"../types/scene/scene-video.js":102,"../types/scene/scene-volumetric.js":103,"../types/scene/scene-youtube.js":104,"../types/scene/scene.js":105,"../types/trigger/trigger-image.js":106}],108:[function(require,module,exports){
6850
- module.exports = "1.159.1";
7239
+ },{"../types/application.js":50,"../types/content-pipeline/brief.js":51,"../types/content-pipeline/comment-brief.js":52,"../types/content-pipeline/comment-quote.js":53,"../types/content-pipeline/comment-solution.js":54,"../types/content-pipeline/folder.js":55,"../types/content-pipeline/pipeline-user.js":56,"../types/content-pipeline/quote.js":57,"../types/content-pipeline/rating.js":58,"../types/content-pipeline/solution.js":59,"../types/file/file-audio.js":60,"../types/file/file-image.js":62,"../types/file/file-model.js":63,"../types/file/file-script.js":64,"../types/file/file-video.js":65,"../types/interfaces/plattar-object.js":68,"../types/misc/application-build.js":69,"../types/misc/asset-library":70,"../types/misc/async-job.js":71,"../types/misc/script-event.js":72,"../types/misc/tag.js":73,"../types/page/card-button.js":75,"../types/page/card-html.js":76,"../types/page/card-iframe.js":77,"../types/page/card-image.js":78,"../types/page/card-map.js":79,"../types/page/card-paragraph.js":80,"../types/page/card-row.js":81,"../types/page/card-slider.js":82,"../types/page/card-title.js":83,"../types/page/card-video.js":84,"../types/page/card-youtube.js":85,"../types/page/page.js":86,"../types/product/product-annotation.js":87,"../types/product/product-variation.js":89,"../types/product/product.js":90,"../types/scene/scene-annotation.js":91,"../types/scene/scene-audio.js":92,"../types/scene/scene-button.js":94,"../types/scene/scene-camera.js":95,"../types/scene/scene-carousel.js":96,"../types/scene/scene-gallery-image.js":97,"../types/scene/scene-gallery.js":98,"../types/scene/scene-image.js":99,"../types/scene/scene-model.js":100,"../types/scene/scene-panorama.js":101,"../types/scene/scene-poller.js":102,"../types/scene/scene-product.js":103,"../types/scene/scene-script.js":104,"../types/scene/scene-shadow.js":105,"../types/scene/scene-video.js":106,"../types/scene/scene-volumetric.js":107,"../types/scene/scene-youtube.js":108,"../types/scene/scene.js":109,"../types/trigger/trigger-image.js":110}],112:[function(require,module,exports){
7240
+ module.exports = "1.178.1";
6851
7241
 
6852
- },{}],109:[function(require,module,exports){
7242
+ },{}],113:[function(require,module,exports){
6853
7243
  const QRCodeStyling = require("qr-code-styling");
6854
7244
  const hash = require("object-hash");
6855
7245
 
@@ -7140,7 +7530,7 @@ class BaseElement extends HTMLElement {
7140
7530
  }
7141
7531
 
7142
7532
  module.exports = BaseElement;
7143
- },{"object-hash":134,"qr-code-styling":136}],110:[function(require,module,exports){
7533
+ },{"object-hash":143,"qr-code-styling":145}],114:[function(require,module,exports){
7144
7534
  const BaseElement = require("./base/base-element.js");
7145
7535
 
7146
7536
  class QRCodeElement extends BaseElement {
@@ -7150,7 +7540,7 @@ class QRCodeElement extends BaseElement {
7150
7540
  }
7151
7541
 
7152
7542
  module.exports = QRCodeElement;
7153
- },{"./base/base-element.js":109}],111:[function(require,module,exports){
7543
+ },{"./base/base-element.js":113}],115:[function(require,module,exports){
7154
7544
  "use strict";
7155
7545
  const QRCodeElement = require("./elements/qrcode-element.js");
7156
7546
  const Version = require("./version");
@@ -7166,10 +7556,10 @@ console.log("using @plattar/plattar-qrcode v" + Version);
7166
7556
  module.exports = {
7167
7557
  version: Version
7168
7558
  };
7169
- },{"./elements/qrcode-element.js":110,"./version":112}],112:[function(require,module,exports){
7559
+ },{"./elements/qrcode-element.js":114,"./version":116}],116:[function(require,module,exports){
7170
7560
  module.exports = "1.165.1";
7171
7561
 
7172
- },{}],113:[function(require,module,exports){
7562
+ },{}],117:[function(require,module,exports){
7173
7563
  "use strict";
7174
7564
  var __importDefault = (this && this.__importDefault) || function (mod) {
7175
7565
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -7326,7 +7716,7 @@ class Configurator {
7326
7716
  }
7327
7717
  exports.Configurator = Configurator;
7328
7718
 
7329
- },{"./remote-request":115,"@plattar/plattar-api":45,"object-hash":134}],114:[function(require,module,exports){
7719
+ },{"./remote-request":119,"@plattar/plattar-api":47,"object-hash":143}],118:[function(require,module,exports){
7330
7720
  "use strict";
7331
7721
  var __importDefault = (this && this.__importDefault) || function (mod) {
7332
7722
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -7390,7 +7780,7 @@ class ModelConverter {
7390
7780
  }
7391
7781
  exports.ModelConverter = ModelConverter;
7392
7782
 
7393
- },{"./remote-request":115,"@plattar/plattar-api":45,"object-hash":134}],115:[function(require,module,exports){
7783
+ },{"./remote-request":119,"@plattar/plattar-api":47,"object-hash":143}],119:[function(require,module,exports){
7394
7784
  "use strict";
7395
7785
  var __importDefault = (this && this.__importDefault) || function (mod) {
7396
7786
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -7458,7 +7848,7 @@ class RemoteRequest {
7458
7848
  }
7459
7849
  exports.RemoteRequest = RemoteRequest;
7460
7850
 
7461
- },{"node-fetch":133}],116:[function(require,module,exports){
7851
+ },{"node-fetch":142}],120:[function(require,module,exports){
7462
7852
  "use strict";
7463
7853
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7464
7854
  if (k2 === undefined) k2 = k;
@@ -7496,12 +7886,12 @@ exports.version = __importStar(require("./version"));
7496
7886
  const version_1 = __importDefault(require("./version"));
7497
7887
  console.log("using @plattar/plattar-services v" + version_1.default);
7498
7888
 
7499
- },{"./core/configurator":113,"./core/model-converter":114,"./version":117}],117:[function(require,module,exports){
7889
+ },{"./core/configurator":117,"./core/model-converter":118,"./version":121}],121:[function(require,module,exports){
7500
7890
  "use strict";
7501
7891
  Object.defineProperty(exports, "__esModule", { value: true });
7502
7892
  exports.default = "1.157.1";
7503
7893
 
7504
- },{}],118:[function(require,module,exports){
7894
+ },{}],122:[function(require,module,exports){
7505
7895
  const Util = require("../../util/util");
7506
7896
  const ElementController = require("../controllers/element-controller");
7507
7897
  const { messenger } = require("@plattar/context-messenger");
@@ -7670,7 +8060,7 @@ class BaseElement extends HTMLElement {
7670
8060
  }
7671
8061
 
7672
8062
  module.exports = BaseElement;
7673
- },{"../../util/util":131,"../controllers/element-controller":120,"@plattar/context-messenger":22}],119:[function(require,module,exports){
8063
+ },{"../../util/util":137,"../controllers/element-controller":124,"@plattar/context-messenger":24}],123:[function(require,module,exports){
7674
8064
  const BaseElement = require("./base/base-element.js");
7675
8065
 
7676
8066
  class ConfiguratorElement extends BaseElement {
@@ -7708,7 +8098,7 @@ class ConfiguratorElement extends BaseElement {
7708
8098
  }
7709
8099
 
7710
8100
  module.exports = ConfiguratorElement;
7711
- },{"./base/base-element.js":118}],120:[function(require,module,exports){
8101
+ },{"./base/base-element.js":122}],124:[function(require,module,exports){
7712
8102
  const Util = require("../../util/util.js");
7713
8103
  const { messenger } = require("@plattar/context-messenger");
7714
8104
  const IFrameController = require("./iframe-controller.js");
@@ -7805,7 +8195,7 @@ class ElementController {
7805
8195
  }
7806
8196
 
7807
8197
  module.exports = ElementController;
7808
- },{"../../util/util.js":131,"./iframe-controller.js":121,"@plattar/context-messenger":22}],121:[function(require,module,exports){
8198
+ },{"../../util/util.js":137,"./iframe-controller.js":125,"@plattar/context-messenger":24}],125:[function(require,module,exports){
7809
8199
  const Util = require("../../util/util.js");
7810
8200
 
7811
8201
  class IFrameController {
@@ -7907,7 +8297,7 @@ class IFrameController {
7907
8297
  }
7908
8298
 
7909
8299
  module.exports = IFrameController;
7910
- },{"../../util/util.js":131}],122:[function(require,module,exports){
8300
+ },{"../../util/util.js":137}],126:[function(require,module,exports){
7911
8301
  const BaseElement = require("./base/base-element.js");
7912
8302
 
7913
8303
  class EditorElement extends BaseElement {
@@ -7925,7 +8315,7 @@ class EditorElement extends BaseElement {
7925
8315
  }
7926
8316
 
7927
8317
  module.exports = EditorElement;
7928
- },{"./base/base-element.js":118}],123:[function(require,module,exports){
8318
+ },{"./base/base-element.js":122}],127:[function(require,module,exports){
7929
8319
  const BaseElement = require("./base/base-element.js");
7930
8320
 
7931
8321
  class EWallElement extends BaseElement {
@@ -7943,7 +8333,7 @@ class EWallElement extends BaseElement {
7943
8333
  }
7944
8334
 
7945
8335
  module.exports = EWallElement;
7946
- },{"./base/base-element.js":118}],124:[function(require,module,exports){
8336
+ },{"./base/base-element.js":122}],128:[function(require,module,exports){
7947
8337
  const BaseElement = require("./base/base-element.js");
7948
8338
 
7949
8339
  class FaceARElement extends BaseElement {
@@ -7980,7 +8370,88 @@ class FaceARElement extends BaseElement {
7980
8370
  }
7981
8371
 
7982
8372
  module.exports = FaceARElement;
7983
- },{"./base/base-element.js":118}],125:[function(require,module,exports){
8373
+ },{"./base/base-element.js":122}],129:[function(require,module,exports){
8374
+ const BaseElement = require("./base/base-element.js");
8375
+
8376
+ class GalleryElement extends BaseElement {
8377
+ constructor() {
8378
+ super();
8379
+ }
8380
+
8381
+ get permissions() {
8382
+ return ["autoplay"];
8383
+ }
8384
+
8385
+ get elementType() {
8386
+ return "gallery";
8387
+ }
8388
+
8389
+ get optionalAttributes() {
8390
+ return [];
8391
+ }
8392
+ }
8393
+
8394
+ module.exports = GalleryElement;
8395
+ },{"./base/base-element.js":122}],130:[function(require,module,exports){
8396
+ const BaseElement = require("./base/base-element.js");
8397
+
8398
+ class LauncherElement extends BaseElement {
8399
+ constructor() {
8400
+ super();
8401
+ }
8402
+
8403
+ get permissions() {
8404
+ return ["autoplay"];
8405
+ }
8406
+
8407
+ get elementType() {
8408
+ return "launcher";
8409
+ }
8410
+
8411
+ get optionalAttributes() {
8412
+ return [
8413
+ {
8414
+ key: "config-state",
8415
+ map: "config_state"
8416
+ },
8417
+ {
8418
+ key: "qr-options",
8419
+ map: "qr_options"
8420
+ },
8421
+ {
8422
+ key: "embed-type",
8423
+ map: "embed_type"
8424
+ },
8425
+ {
8426
+ key: "product-id",
8427
+ map: "product_id"
8428
+ },
8429
+ {
8430
+ key: "scene-product-id",
8431
+ map: "scene_product_id"
8432
+ },
8433
+ {
8434
+ key: "variation-id",
8435
+ map: "variation_id"
8436
+ },
8437
+ {
8438
+ key: "variation-sku",
8439
+ map: "variation_sku"
8440
+ },
8441
+ {
8442
+ key: "ar-mode",
8443
+ map: "ar_mode"
8444
+ },
8445
+ {
8446
+ key: "show-ar-banner",
8447
+ map: "show_ar_banner"
8448
+ }
8449
+ ];
8450
+ }
8451
+ }
8452
+
8453
+ module.exports = LauncherElement;
8454
+ },{"./base/base-element.js":122}],131:[function(require,module,exports){
7984
8455
  const BaseElement = require("./base/base-element.js");
7985
8456
 
7986
8457
  class ModelElement extends BaseElement {
@@ -8015,7 +8486,7 @@ class ModelElement extends BaseElement {
8015
8486
  }
8016
8487
 
8017
8488
  module.exports = ModelElement;
8018
- },{"./base/base-element.js":118}],126:[function(require,module,exports){
8489
+ },{"./base/base-element.js":122}],132:[function(require,module,exports){
8019
8490
  const BaseElement = require("./base/base-element.js");
8020
8491
 
8021
8492
  class ProductElement extends BaseElement {
@@ -8053,7 +8524,7 @@ class ProductElement extends BaseElement {
8053
8524
  }
8054
8525
 
8055
8526
  module.exports = ProductElement;
8056
- },{"./base/base-element.js":118}],127:[function(require,module,exports){
8527
+ },{"./base/base-element.js":122}],133:[function(require,module,exports){
8057
8528
  const BaseElement = require("./base/base-element.js");
8058
8529
 
8059
8530
  class StudioElement extends BaseElement {
@@ -8081,7 +8552,7 @@ class StudioElement extends BaseElement {
8081
8552
  }
8082
8553
 
8083
8554
  module.exports = StudioElement;
8084
- },{"./base/base-element.js":118}],128:[function(require,module,exports){
8555
+ },{"./base/base-element.js":122}],134:[function(require,module,exports){
8085
8556
  const BaseElement = require("./base/base-element.js");
8086
8557
 
8087
8558
  class ViewerElement extends BaseElement {
@@ -8115,7 +8586,7 @@ class ViewerElement extends BaseElement {
8115
8586
  }
8116
8587
 
8117
8588
  module.exports = ViewerElement;
8118
- },{"./base/base-element.js":118}],129:[function(require,module,exports){
8589
+ },{"./base/base-element.js":122}],135:[function(require,module,exports){
8119
8590
  const BaseElement = require("./base/base-element.js");
8120
8591
 
8121
8592
  class WebXRElement extends BaseElement {
@@ -8133,7 +8604,7 @@ class WebXRElement extends BaseElement {
8133
8604
  }
8134
8605
 
8135
8606
  module.exports = WebXRElement;
8136
- },{"./base/base-element.js":118}],130:[function(require,module,exports){
8607
+ },{"./base/base-element.js":122}],136:[function(require,module,exports){
8137
8608
  "use strict";
8138
8609
  const WebXRElement = require("./elements/webxr-element.js");
8139
8610
  const ViewerElement = require("./elements/viewer-element.js");
@@ -8144,6 +8615,8 @@ const EditorElement = require("./elements/editor-element.js");
8144
8615
  const StudioElement = require("./elements/studio-element.js");
8145
8616
  const ModelElement = require("./elements/model-element.js");
8146
8617
  const ConfiguratorElement = require("./elements/configurator-element.js");
8618
+ const LauncherElement = require("./elements/launcher-element.js");
8619
+ const GalleryElement = require("./elements/gallery-element.js");
8147
8620
  const Version = require("./version");
8148
8621
 
8149
8622
  if (customElements.get("plattar-webxr") === undefined) {
@@ -8182,12 +8655,20 @@ if (customElements.get("plattar-configurator") === undefined) {
8182
8655
  customElements.define("plattar-configurator", ConfiguratorElement);
8183
8656
  }
8184
8657
 
8658
+ if (customElements.get("plattar-gallery") === undefined) {
8659
+ customElements.define("plattar-gallery", GalleryElement);
8660
+ }
8661
+
8662
+ if (customElements.get("plattar-launcher") === undefined) {
8663
+ customElements.define("plattar-launcher", LauncherElement);
8664
+ }
8665
+
8185
8666
  console.log("using @plattar/plattar-web v" + Version);
8186
8667
 
8187
8668
  module.exports = {
8188
8669
  version: Version
8189
8670
  };
8190
- },{"./elements/configurator-element.js":119,"./elements/editor-element.js":122,"./elements/ewall-element.js":123,"./elements/facear-element.js":124,"./elements/model-element.js":125,"./elements/product-element.js":126,"./elements/studio-element.js":127,"./elements/viewer-element.js":128,"./elements/webxr-element.js":129,"./version":132}],131:[function(require,module,exports){
8671
+ },{"./elements/configurator-element.js":123,"./elements/editor-element.js":126,"./elements/ewall-element.js":127,"./elements/facear-element.js":128,"./elements/gallery-element.js":129,"./elements/launcher-element.js":130,"./elements/model-element.js":131,"./elements/product-element.js":132,"./elements/studio-element.js":133,"./elements/viewer-element.js":134,"./elements/webxr-element.js":135,"./version":138}],137:[function(require,module,exports){
8191
8672
  class Util {
8192
8673
  static getServerLocation(server) {
8193
8674
  switch (server) {
@@ -8217,6 +8698,8 @@ class Util {
8217
8698
  case "facear":
8218
8699
  case "studio":
8219
8700
  case "product":
8701
+ case "launcher":
8702
+ case "gallery":
8220
8703
  case "model":
8221
8704
  case "configurator":
8222
8705
  case "webxr": return true;
@@ -8245,10 +8728,2030 @@ class Util {
8245
8728
  }
8246
8729
 
8247
8730
  module.exports = Util;
8248
- },{}],132:[function(require,module,exports){
8249
- module.exports = "1.169.1";
8731
+ },{}],138:[function(require,module,exports){
8732
+ module.exports = "1.178.2";
8733
+
8734
+ },{}],139:[function(require,module,exports){
8735
+ 'use strict'
8736
+
8737
+ exports.byteLength = byteLength
8738
+ exports.toByteArray = toByteArray
8739
+ exports.fromByteArray = fromByteArray
8740
+
8741
+ var lookup = []
8742
+ var revLookup = []
8743
+ var Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array
8744
+
8745
+ var code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'
8746
+ for (var i = 0, len = code.length; i < len; ++i) {
8747
+ lookup[i] = code[i]
8748
+ revLookup[code.charCodeAt(i)] = i
8749
+ }
8750
+
8751
+ // Support decoding URL-safe base64 strings, as Node.js does.
8752
+ // See: https://en.wikipedia.org/wiki/Base64#URL_applications
8753
+ revLookup['-'.charCodeAt(0)] = 62
8754
+ revLookup['_'.charCodeAt(0)] = 63
8755
+
8756
+ function getLens (b64) {
8757
+ var len = b64.length
8758
+
8759
+ if (len % 4 > 0) {
8760
+ throw new Error('Invalid string. Length must be a multiple of 4')
8761
+ }
8762
+
8763
+ // Trim off extra bytes after placeholder bytes are found
8764
+ // See: https://github.com/beatgammit/base64-js/issues/42
8765
+ var validLen = b64.indexOf('=')
8766
+ if (validLen === -1) validLen = len
8767
+
8768
+ var placeHoldersLen = validLen === len
8769
+ ? 0
8770
+ : 4 - (validLen % 4)
8771
+
8772
+ return [validLen, placeHoldersLen]
8773
+ }
8774
+
8775
+ // base64 is 4/3 + up to two characters of the original data
8776
+ function byteLength (b64) {
8777
+ var lens = getLens(b64)
8778
+ var validLen = lens[0]
8779
+ var placeHoldersLen = lens[1]
8780
+ return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen
8781
+ }
8782
+
8783
+ function _byteLength (b64, validLen, placeHoldersLen) {
8784
+ return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen
8785
+ }
8786
+
8787
+ function toByteArray (b64) {
8788
+ var tmp
8789
+ var lens = getLens(b64)
8790
+ var validLen = lens[0]
8791
+ var placeHoldersLen = lens[1]
8792
+
8793
+ var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))
8794
+
8795
+ var curByte = 0
8796
+
8797
+ // if there are placeholders, only get up to the last complete 4 chars
8798
+ var len = placeHoldersLen > 0
8799
+ ? validLen - 4
8800
+ : validLen
8801
+
8802
+ var i
8803
+ for (i = 0; i < len; i += 4) {
8804
+ tmp =
8805
+ (revLookup[b64.charCodeAt(i)] << 18) |
8806
+ (revLookup[b64.charCodeAt(i + 1)] << 12) |
8807
+ (revLookup[b64.charCodeAt(i + 2)] << 6) |
8808
+ revLookup[b64.charCodeAt(i + 3)]
8809
+ arr[curByte++] = (tmp >> 16) & 0xFF
8810
+ arr[curByte++] = (tmp >> 8) & 0xFF
8811
+ arr[curByte++] = tmp & 0xFF
8812
+ }
8813
+
8814
+ if (placeHoldersLen === 2) {
8815
+ tmp =
8816
+ (revLookup[b64.charCodeAt(i)] << 2) |
8817
+ (revLookup[b64.charCodeAt(i + 1)] >> 4)
8818
+ arr[curByte++] = tmp & 0xFF
8819
+ }
8820
+
8821
+ if (placeHoldersLen === 1) {
8822
+ tmp =
8823
+ (revLookup[b64.charCodeAt(i)] << 10) |
8824
+ (revLookup[b64.charCodeAt(i + 1)] << 4) |
8825
+ (revLookup[b64.charCodeAt(i + 2)] >> 2)
8826
+ arr[curByte++] = (tmp >> 8) & 0xFF
8827
+ arr[curByte++] = tmp & 0xFF
8828
+ }
8829
+
8830
+ return arr
8831
+ }
8832
+
8833
+ function tripletToBase64 (num) {
8834
+ return lookup[num >> 18 & 0x3F] +
8835
+ lookup[num >> 12 & 0x3F] +
8836
+ lookup[num >> 6 & 0x3F] +
8837
+ lookup[num & 0x3F]
8838
+ }
8839
+
8840
+ function encodeChunk (uint8, start, end) {
8841
+ var tmp
8842
+ var output = []
8843
+ for (var i = start; i < end; i += 3) {
8844
+ tmp =
8845
+ ((uint8[i] << 16) & 0xFF0000) +
8846
+ ((uint8[i + 1] << 8) & 0xFF00) +
8847
+ (uint8[i + 2] & 0xFF)
8848
+ output.push(tripletToBase64(tmp))
8849
+ }
8850
+ return output.join('')
8851
+ }
8852
+
8853
+ function fromByteArray (uint8) {
8854
+ var tmp
8855
+ var len = uint8.length
8856
+ var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes
8857
+ var parts = []
8858
+ var maxChunkLength = 16383 // must be multiple of 3
8859
+
8860
+ // go through the array every three bytes, we'll deal with trailing stuff later
8861
+ for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {
8862
+ parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)))
8863
+ }
8864
+
8865
+ // pad the end with zeros, but make sure to not forget the extra bytes
8866
+ if (extraBytes === 1) {
8867
+ tmp = uint8[len - 1]
8868
+ parts.push(
8869
+ lookup[tmp >> 2] +
8870
+ lookup[(tmp << 4) & 0x3F] +
8871
+ '=='
8872
+ )
8873
+ } else if (extraBytes === 2) {
8874
+ tmp = (uint8[len - 2] << 8) + uint8[len - 1]
8875
+ parts.push(
8876
+ lookup[tmp >> 10] +
8877
+ lookup[(tmp >> 4) & 0x3F] +
8878
+ lookup[(tmp << 2) & 0x3F] +
8879
+ '='
8880
+ )
8881
+ }
8882
+
8883
+ return parts.join('')
8884
+ }
8885
+
8886
+ },{}],140:[function(require,module,exports){
8887
+ (function (Buffer){(function (){
8888
+ /*!
8889
+ * The buffer module from node.js, for the browser.
8890
+ *
8891
+ * @author Feross Aboukhadijeh <https://feross.org>
8892
+ * @license MIT
8893
+ */
8894
+ /* eslint-disable no-proto */
8895
+
8896
+ 'use strict'
8897
+
8898
+ var base64 = require('base64-js')
8899
+ var ieee754 = require('ieee754')
8900
+
8901
+ exports.Buffer = Buffer
8902
+ exports.SlowBuffer = SlowBuffer
8903
+ exports.INSPECT_MAX_BYTES = 50
8904
+
8905
+ var K_MAX_LENGTH = 0x7fffffff
8906
+ exports.kMaxLength = K_MAX_LENGTH
8907
+
8908
+ /**
8909
+ * If `Buffer.TYPED_ARRAY_SUPPORT`:
8910
+ * === true Use Uint8Array implementation (fastest)
8911
+ * === false Print warning and recommend using `buffer` v4.x which has an Object
8912
+ * implementation (most compatible, even IE6)
8913
+ *
8914
+ * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,
8915
+ * Opera 11.6+, iOS 4.2+.
8916
+ *
8917
+ * We report that the browser does not support typed arrays if the are not subclassable
8918
+ * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array`
8919
+ * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support
8920
+ * for __proto__ and has a buggy typed array implementation.
8921
+ */
8922
+ Buffer.TYPED_ARRAY_SUPPORT = typedArraySupport()
8923
+
8924
+ if (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' &&
8925
+ typeof console.error === 'function') {
8926
+ console.error(
8927
+ 'This browser lacks typed array (Uint8Array) support which is required by ' +
8928
+ '`buffer` v5.x. Use `buffer` v4.x if you require old browser support.'
8929
+ )
8930
+ }
8931
+
8932
+ function typedArraySupport () {
8933
+ // Can typed array instances can be augmented?
8934
+ try {
8935
+ var arr = new Uint8Array(1)
8936
+ arr.__proto__ = { __proto__: Uint8Array.prototype, foo: function () { return 42 } }
8937
+ return arr.foo() === 42
8938
+ } catch (e) {
8939
+ return false
8940
+ }
8941
+ }
8942
+
8943
+ Object.defineProperty(Buffer.prototype, 'parent', {
8944
+ enumerable: true,
8945
+ get: function () {
8946
+ if (!Buffer.isBuffer(this)) return undefined
8947
+ return this.buffer
8948
+ }
8949
+ })
8950
+
8951
+ Object.defineProperty(Buffer.prototype, 'offset', {
8952
+ enumerable: true,
8953
+ get: function () {
8954
+ if (!Buffer.isBuffer(this)) return undefined
8955
+ return this.byteOffset
8956
+ }
8957
+ })
8958
+
8959
+ function createBuffer (length) {
8960
+ if (length > K_MAX_LENGTH) {
8961
+ throw new RangeError('The value "' + length + '" is invalid for option "size"')
8962
+ }
8963
+ // Return an augmented `Uint8Array` instance
8964
+ var buf = new Uint8Array(length)
8965
+ buf.__proto__ = Buffer.prototype
8966
+ return buf
8967
+ }
8968
+
8969
+ /**
8970
+ * The Buffer constructor returns instances of `Uint8Array` that have their
8971
+ * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of
8972
+ * `Uint8Array`, so the returned instances will have all the node `Buffer` methods
8973
+ * and the `Uint8Array` methods. Square bracket notation works as expected -- it
8974
+ * returns a single octet.
8975
+ *
8976
+ * The `Uint8Array` prototype remains unmodified.
8977
+ */
8978
+
8979
+ function Buffer (arg, encodingOrOffset, length) {
8980
+ // Common case.
8981
+ if (typeof arg === 'number') {
8982
+ if (typeof encodingOrOffset === 'string') {
8983
+ throw new TypeError(
8984
+ 'The "string" argument must be of type string. Received type number'
8985
+ )
8986
+ }
8987
+ return allocUnsafe(arg)
8988
+ }
8989
+ return from(arg, encodingOrOffset, length)
8990
+ }
8991
+
8992
+ // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97
8993
+ if (typeof Symbol !== 'undefined' && Symbol.species != null &&
8994
+ Buffer[Symbol.species] === Buffer) {
8995
+ Object.defineProperty(Buffer, Symbol.species, {
8996
+ value: null,
8997
+ configurable: true,
8998
+ enumerable: false,
8999
+ writable: false
9000
+ })
9001
+ }
9002
+
9003
+ Buffer.poolSize = 8192 // not used by this implementation
9004
+
9005
+ function from (value, encodingOrOffset, length) {
9006
+ if (typeof value === 'string') {
9007
+ return fromString(value, encodingOrOffset)
9008
+ }
9009
+
9010
+ if (ArrayBuffer.isView(value)) {
9011
+ return fromArrayLike(value)
9012
+ }
9013
+
9014
+ if (value == null) {
9015
+ throw TypeError(
9016
+ 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +
9017
+ 'or Array-like Object. Received type ' + (typeof value)
9018
+ )
9019
+ }
9020
+
9021
+ if (isInstance(value, ArrayBuffer) ||
9022
+ (value && isInstance(value.buffer, ArrayBuffer))) {
9023
+ return fromArrayBuffer(value, encodingOrOffset, length)
9024
+ }
9025
+
9026
+ if (typeof value === 'number') {
9027
+ throw new TypeError(
9028
+ 'The "value" argument must not be of type number. Received type number'
9029
+ )
9030
+ }
9031
+
9032
+ var valueOf = value.valueOf && value.valueOf()
9033
+ if (valueOf != null && valueOf !== value) {
9034
+ return Buffer.from(valueOf, encodingOrOffset, length)
9035
+ }
9036
+
9037
+ var b = fromObject(value)
9038
+ if (b) return b
9039
+
9040
+ if (typeof Symbol !== 'undefined' && Symbol.toPrimitive != null &&
9041
+ typeof value[Symbol.toPrimitive] === 'function') {
9042
+ return Buffer.from(
9043
+ value[Symbol.toPrimitive]('string'), encodingOrOffset, length
9044
+ )
9045
+ }
9046
+
9047
+ throw new TypeError(
9048
+ 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +
9049
+ 'or Array-like Object. Received type ' + (typeof value)
9050
+ )
9051
+ }
9052
+
9053
+ /**
9054
+ * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError
9055
+ * if value is a number.
9056
+ * Buffer.from(str[, encoding])
9057
+ * Buffer.from(array)
9058
+ * Buffer.from(buffer)
9059
+ * Buffer.from(arrayBuffer[, byteOffset[, length]])
9060
+ **/
9061
+ Buffer.from = function (value, encodingOrOffset, length) {
9062
+ return from(value, encodingOrOffset, length)
9063
+ }
9064
+
9065
+ // Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug:
9066
+ // https://github.com/feross/buffer/pull/148
9067
+ Buffer.prototype.__proto__ = Uint8Array.prototype
9068
+ Buffer.__proto__ = Uint8Array
9069
+
9070
+ function assertSize (size) {
9071
+ if (typeof size !== 'number') {
9072
+ throw new TypeError('"size" argument must be of type number')
9073
+ } else if (size < 0) {
9074
+ throw new RangeError('The value "' + size + '" is invalid for option "size"')
9075
+ }
9076
+ }
9077
+
9078
+ function alloc (size, fill, encoding) {
9079
+ assertSize(size)
9080
+ if (size <= 0) {
9081
+ return createBuffer(size)
9082
+ }
9083
+ if (fill !== undefined) {
9084
+ // Only pay attention to encoding if it's a string. This
9085
+ // prevents accidentally sending in a number that would
9086
+ // be interpretted as a start offset.
9087
+ return typeof encoding === 'string'
9088
+ ? createBuffer(size).fill(fill, encoding)
9089
+ : createBuffer(size).fill(fill)
9090
+ }
9091
+ return createBuffer(size)
9092
+ }
9093
+
9094
+ /**
9095
+ * Creates a new filled Buffer instance.
9096
+ * alloc(size[, fill[, encoding]])
9097
+ **/
9098
+ Buffer.alloc = function (size, fill, encoding) {
9099
+ return alloc(size, fill, encoding)
9100
+ }
9101
+
9102
+ function allocUnsafe (size) {
9103
+ assertSize(size)
9104
+ return createBuffer(size < 0 ? 0 : checked(size) | 0)
9105
+ }
9106
+
9107
+ /**
9108
+ * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.
9109
+ * */
9110
+ Buffer.allocUnsafe = function (size) {
9111
+ return allocUnsafe(size)
9112
+ }
9113
+ /**
9114
+ * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.
9115
+ */
9116
+ Buffer.allocUnsafeSlow = function (size) {
9117
+ return allocUnsafe(size)
9118
+ }
9119
+
9120
+ function fromString (string, encoding) {
9121
+ if (typeof encoding !== 'string' || encoding === '') {
9122
+ encoding = 'utf8'
9123
+ }
9124
+
9125
+ if (!Buffer.isEncoding(encoding)) {
9126
+ throw new TypeError('Unknown encoding: ' + encoding)
9127
+ }
9128
+
9129
+ var length = byteLength(string, encoding) | 0
9130
+ var buf = createBuffer(length)
9131
+
9132
+ var actual = buf.write(string, encoding)
9133
+
9134
+ if (actual !== length) {
9135
+ // Writing a hex string, for example, that contains invalid characters will
9136
+ // cause everything after the first invalid character to be ignored. (e.g.
9137
+ // 'abxxcd' will be treated as 'ab')
9138
+ buf = buf.slice(0, actual)
9139
+ }
9140
+
9141
+ return buf
9142
+ }
9143
+
9144
+ function fromArrayLike (array) {
9145
+ var length = array.length < 0 ? 0 : checked(array.length) | 0
9146
+ var buf = createBuffer(length)
9147
+ for (var i = 0; i < length; i += 1) {
9148
+ buf[i] = array[i] & 255
9149
+ }
9150
+ return buf
9151
+ }
9152
+
9153
+ function fromArrayBuffer (array, byteOffset, length) {
9154
+ if (byteOffset < 0 || array.byteLength < byteOffset) {
9155
+ throw new RangeError('"offset" is outside of buffer bounds')
9156
+ }
9157
+
9158
+ if (array.byteLength < byteOffset + (length || 0)) {
9159
+ throw new RangeError('"length" is outside of buffer bounds')
9160
+ }
9161
+
9162
+ var buf
9163
+ if (byteOffset === undefined && length === undefined) {
9164
+ buf = new Uint8Array(array)
9165
+ } else if (length === undefined) {
9166
+ buf = new Uint8Array(array, byteOffset)
9167
+ } else {
9168
+ buf = new Uint8Array(array, byteOffset, length)
9169
+ }
9170
+
9171
+ // Return an augmented `Uint8Array` instance
9172
+ buf.__proto__ = Buffer.prototype
9173
+ return buf
9174
+ }
9175
+
9176
+ function fromObject (obj) {
9177
+ if (Buffer.isBuffer(obj)) {
9178
+ var len = checked(obj.length) | 0
9179
+ var buf = createBuffer(len)
9180
+
9181
+ if (buf.length === 0) {
9182
+ return buf
9183
+ }
9184
+
9185
+ obj.copy(buf, 0, 0, len)
9186
+ return buf
9187
+ }
9188
+
9189
+ if (obj.length !== undefined) {
9190
+ if (typeof obj.length !== 'number' || numberIsNaN(obj.length)) {
9191
+ return createBuffer(0)
9192
+ }
9193
+ return fromArrayLike(obj)
9194
+ }
9195
+
9196
+ if (obj.type === 'Buffer' && Array.isArray(obj.data)) {
9197
+ return fromArrayLike(obj.data)
9198
+ }
9199
+ }
9200
+
9201
+ function checked (length) {
9202
+ // Note: cannot use `length < K_MAX_LENGTH` here because that fails when
9203
+ // length is NaN (which is otherwise coerced to zero.)
9204
+ if (length >= K_MAX_LENGTH) {
9205
+ throw new RangeError('Attempt to allocate Buffer larger than maximum ' +
9206
+ 'size: 0x' + K_MAX_LENGTH.toString(16) + ' bytes')
9207
+ }
9208
+ return length | 0
9209
+ }
9210
+
9211
+ function SlowBuffer (length) {
9212
+ if (+length != length) { // eslint-disable-line eqeqeq
9213
+ length = 0
9214
+ }
9215
+ return Buffer.alloc(+length)
9216
+ }
9217
+
9218
+ Buffer.isBuffer = function isBuffer (b) {
9219
+ return b != null && b._isBuffer === true &&
9220
+ b !== Buffer.prototype // so Buffer.isBuffer(Buffer.prototype) will be false
9221
+ }
9222
+
9223
+ Buffer.compare = function compare (a, b) {
9224
+ if (isInstance(a, Uint8Array)) a = Buffer.from(a, a.offset, a.byteLength)
9225
+ if (isInstance(b, Uint8Array)) b = Buffer.from(b, b.offset, b.byteLength)
9226
+ if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {
9227
+ throw new TypeError(
9228
+ 'The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array'
9229
+ )
9230
+ }
9231
+
9232
+ if (a === b) return 0
9233
+
9234
+ var x = a.length
9235
+ var y = b.length
9236
+
9237
+ for (var i = 0, len = Math.min(x, y); i < len; ++i) {
9238
+ if (a[i] !== b[i]) {
9239
+ x = a[i]
9240
+ y = b[i]
9241
+ break
9242
+ }
9243
+ }
9244
+
9245
+ if (x < y) return -1
9246
+ if (y < x) return 1
9247
+ return 0
9248
+ }
9249
+
9250
+ Buffer.isEncoding = function isEncoding (encoding) {
9251
+ switch (String(encoding).toLowerCase()) {
9252
+ case 'hex':
9253
+ case 'utf8':
9254
+ case 'utf-8':
9255
+ case 'ascii':
9256
+ case 'latin1':
9257
+ case 'binary':
9258
+ case 'base64':
9259
+ case 'ucs2':
9260
+ case 'ucs-2':
9261
+ case 'utf16le':
9262
+ case 'utf-16le':
9263
+ return true
9264
+ default:
9265
+ return false
9266
+ }
9267
+ }
9268
+
9269
+ Buffer.concat = function concat (list, length) {
9270
+ if (!Array.isArray(list)) {
9271
+ throw new TypeError('"list" argument must be an Array of Buffers')
9272
+ }
9273
+
9274
+ if (list.length === 0) {
9275
+ return Buffer.alloc(0)
9276
+ }
9277
+
9278
+ var i
9279
+ if (length === undefined) {
9280
+ length = 0
9281
+ for (i = 0; i < list.length; ++i) {
9282
+ length += list[i].length
9283
+ }
9284
+ }
9285
+
9286
+ var buffer = Buffer.allocUnsafe(length)
9287
+ var pos = 0
9288
+ for (i = 0; i < list.length; ++i) {
9289
+ var buf = list[i]
9290
+ if (isInstance(buf, Uint8Array)) {
9291
+ buf = Buffer.from(buf)
9292
+ }
9293
+ if (!Buffer.isBuffer(buf)) {
9294
+ throw new TypeError('"list" argument must be an Array of Buffers')
9295
+ }
9296
+ buf.copy(buffer, pos)
9297
+ pos += buf.length
9298
+ }
9299
+ return buffer
9300
+ }
9301
+
9302
+ function byteLength (string, encoding) {
9303
+ if (Buffer.isBuffer(string)) {
9304
+ return string.length
9305
+ }
9306
+ if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) {
9307
+ return string.byteLength
9308
+ }
9309
+ if (typeof string !== 'string') {
9310
+ throw new TypeError(
9311
+ 'The "string" argument must be one of type string, Buffer, or ArrayBuffer. ' +
9312
+ 'Received type ' + typeof string
9313
+ )
9314
+ }
9315
+
9316
+ var len = string.length
9317
+ var mustMatch = (arguments.length > 2 && arguments[2] === true)
9318
+ if (!mustMatch && len === 0) return 0
9319
+
9320
+ // Use a for loop to avoid recursion
9321
+ var loweredCase = false
9322
+ for (;;) {
9323
+ switch (encoding) {
9324
+ case 'ascii':
9325
+ case 'latin1':
9326
+ case 'binary':
9327
+ return len
9328
+ case 'utf8':
9329
+ case 'utf-8':
9330
+ return utf8ToBytes(string).length
9331
+ case 'ucs2':
9332
+ case 'ucs-2':
9333
+ case 'utf16le':
9334
+ case 'utf-16le':
9335
+ return len * 2
9336
+ case 'hex':
9337
+ return len >>> 1
9338
+ case 'base64':
9339
+ return base64ToBytes(string).length
9340
+ default:
9341
+ if (loweredCase) {
9342
+ return mustMatch ? -1 : utf8ToBytes(string).length // assume utf8
9343
+ }
9344
+ encoding = ('' + encoding).toLowerCase()
9345
+ loweredCase = true
9346
+ }
9347
+ }
9348
+ }
9349
+ Buffer.byteLength = byteLength
9350
+
9351
+ function slowToString (encoding, start, end) {
9352
+ var loweredCase = false
9353
+
9354
+ // No need to verify that "this.length <= MAX_UINT32" since it's a read-only
9355
+ // property of a typed array.
9356
+
9357
+ // This behaves neither like String nor Uint8Array in that we set start/end
9358
+ // to their upper/lower bounds if the value passed is out of range.
9359
+ // undefined is handled specially as per ECMA-262 6th Edition,
9360
+ // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.
9361
+ if (start === undefined || start < 0) {
9362
+ start = 0
9363
+ }
9364
+ // Return early if start > this.length. Done here to prevent potential uint32
9365
+ // coercion fail below.
9366
+ if (start > this.length) {
9367
+ return ''
9368
+ }
9369
+
9370
+ if (end === undefined || end > this.length) {
9371
+ end = this.length
9372
+ }
9373
+
9374
+ if (end <= 0) {
9375
+ return ''
9376
+ }
9377
+
9378
+ // Force coersion to uint32. This will also coerce falsey/NaN values to 0.
9379
+ end >>>= 0
9380
+ start >>>= 0
9381
+
9382
+ if (end <= start) {
9383
+ return ''
9384
+ }
9385
+
9386
+ if (!encoding) encoding = 'utf8'
9387
+
9388
+ while (true) {
9389
+ switch (encoding) {
9390
+ case 'hex':
9391
+ return hexSlice(this, start, end)
9392
+
9393
+ case 'utf8':
9394
+ case 'utf-8':
9395
+ return utf8Slice(this, start, end)
9396
+
9397
+ case 'ascii':
9398
+ return asciiSlice(this, start, end)
9399
+
9400
+ case 'latin1':
9401
+ case 'binary':
9402
+ return latin1Slice(this, start, end)
9403
+
9404
+ case 'base64':
9405
+ return base64Slice(this, start, end)
9406
+
9407
+ case 'ucs2':
9408
+ case 'ucs-2':
9409
+ case 'utf16le':
9410
+ case 'utf-16le':
9411
+ return utf16leSlice(this, start, end)
9412
+
9413
+ default:
9414
+ if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)
9415
+ encoding = (encoding + '').toLowerCase()
9416
+ loweredCase = true
9417
+ }
9418
+ }
9419
+ }
9420
+
9421
+ // This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package)
9422
+ // to detect a Buffer instance. It's not possible to use `instanceof Buffer`
9423
+ // reliably in a browserify context because there could be multiple different
9424
+ // copies of the 'buffer' package in use. This method works even for Buffer
9425
+ // instances that were created from another copy of the `buffer` package.
9426
+ // See: https://github.com/feross/buffer/issues/154
9427
+ Buffer.prototype._isBuffer = true
9428
+
9429
+ function swap (b, n, m) {
9430
+ var i = b[n]
9431
+ b[n] = b[m]
9432
+ b[m] = i
9433
+ }
9434
+
9435
+ Buffer.prototype.swap16 = function swap16 () {
9436
+ var len = this.length
9437
+ if (len % 2 !== 0) {
9438
+ throw new RangeError('Buffer size must be a multiple of 16-bits')
9439
+ }
9440
+ for (var i = 0; i < len; i += 2) {
9441
+ swap(this, i, i + 1)
9442
+ }
9443
+ return this
9444
+ }
9445
+
9446
+ Buffer.prototype.swap32 = function swap32 () {
9447
+ var len = this.length
9448
+ if (len % 4 !== 0) {
9449
+ throw new RangeError('Buffer size must be a multiple of 32-bits')
9450
+ }
9451
+ for (var i = 0; i < len; i += 4) {
9452
+ swap(this, i, i + 3)
9453
+ swap(this, i + 1, i + 2)
9454
+ }
9455
+ return this
9456
+ }
9457
+
9458
+ Buffer.prototype.swap64 = function swap64 () {
9459
+ var len = this.length
9460
+ if (len % 8 !== 0) {
9461
+ throw new RangeError('Buffer size must be a multiple of 64-bits')
9462
+ }
9463
+ for (var i = 0; i < len; i += 8) {
9464
+ swap(this, i, i + 7)
9465
+ swap(this, i + 1, i + 6)
9466
+ swap(this, i + 2, i + 5)
9467
+ swap(this, i + 3, i + 4)
9468
+ }
9469
+ return this
9470
+ }
9471
+
9472
+ Buffer.prototype.toString = function toString () {
9473
+ var length = this.length
9474
+ if (length === 0) return ''
9475
+ if (arguments.length === 0) return utf8Slice(this, 0, length)
9476
+ return slowToString.apply(this, arguments)
9477
+ }
9478
+
9479
+ Buffer.prototype.toLocaleString = Buffer.prototype.toString
9480
+
9481
+ Buffer.prototype.equals = function equals (b) {
9482
+ if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')
9483
+ if (this === b) return true
9484
+ return Buffer.compare(this, b) === 0
9485
+ }
9486
+
9487
+ Buffer.prototype.inspect = function inspect () {
9488
+ var str = ''
9489
+ var max = exports.INSPECT_MAX_BYTES
9490
+ str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim()
9491
+ if (this.length > max) str += ' ... '
9492
+ return '<Buffer ' + str + '>'
9493
+ }
9494
+
9495
+ Buffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {
9496
+ if (isInstance(target, Uint8Array)) {
9497
+ target = Buffer.from(target, target.offset, target.byteLength)
9498
+ }
9499
+ if (!Buffer.isBuffer(target)) {
9500
+ throw new TypeError(
9501
+ 'The "target" argument must be one of type Buffer or Uint8Array. ' +
9502
+ 'Received type ' + (typeof target)
9503
+ )
9504
+ }
9505
+
9506
+ if (start === undefined) {
9507
+ start = 0
9508
+ }
9509
+ if (end === undefined) {
9510
+ end = target ? target.length : 0
9511
+ }
9512
+ if (thisStart === undefined) {
9513
+ thisStart = 0
9514
+ }
9515
+ if (thisEnd === undefined) {
9516
+ thisEnd = this.length
9517
+ }
9518
+
9519
+ if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {
9520
+ throw new RangeError('out of range index')
9521
+ }
9522
+
9523
+ if (thisStart >= thisEnd && start >= end) {
9524
+ return 0
9525
+ }
9526
+ if (thisStart >= thisEnd) {
9527
+ return -1
9528
+ }
9529
+ if (start >= end) {
9530
+ return 1
9531
+ }
9532
+
9533
+ start >>>= 0
9534
+ end >>>= 0
9535
+ thisStart >>>= 0
9536
+ thisEnd >>>= 0
9537
+
9538
+ if (this === target) return 0
9539
+
9540
+ var x = thisEnd - thisStart
9541
+ var y = end - start
9542
+ var len = Math.min(x, y)
9543
+
9544
+ var thisCopy = this.slice(thisStart, thisEnd)
9545
+ var targetCopy = target.slice(start, end)
9546
+
9547
+ for (var i = 0; i < len; ++i) {
9548
+ if (thisCopy[i] !== targetCopy[i]) {
9549
+ x = thisCopy[i]
9550
+ y = targetCopy[i]
9551
+ break
9552
+ }
9553
+ }
9554
+
9555
+ if (x < y) return -1
9556
+ if (y < x) return 1
9557
+ return 0
9558
+ }
9559
+
9560
+ // Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,
9561
+ // OR the last index of `val` in `buffer` at offset <= `byteOffset`.
9562
+ //
9563
+ // Arguments:
9564
+ // - buffer - a Buffer to search
9565
+ // - val - a string, Buffer, or number
9566
+ // - byteOffset - an index into `buffer`; will be clamped to an int32
9567
+ // - encoding - an optional encoding, relevant is val is a string
9568
+ // - dir - true for indexOf, false for lastIndexOf
9569
+ function bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {
9570
+ // Empty buffer means no match
9571
+ if (buffer.length === 0) return -1
9572
+
9573
+ // Normalize byteOffset
9574
+ if (typeof byteOffset === 'string') {
9575
+ encoding = byteOffset
9576
+ byteOffset = 0
9577
+ } else if (byteOffset > 0x7fffffff) {
9578
+ byteOffset = 0x7fffffff
9579
+ } else if (byteOffset < -0x80000000) {
9580
+ byteOffset = -0x80000000
9581
+ }
9582
+ byteOffset = +byteOffset // Coerce to Number.
9583
+ if (numberIsNaN(byteOffset)) {
9584
+ // byteOffset: it it's undefined, null, NaN, "foo", etc, search whole buffer
9585
+ byteOffset = dir ? 0 : (buffer.length - 1)
9586
+ }
9587
+
9588
+ // Normalize byteOffset: negative offsets start from the end of the buffer
9589
+ if (byteOffset < 0) byteOffset = buffer.length + byteOffset
9590
+ if (byteOffset >= buffer.length) {
9591
+ if (dir) return -1
9592
+ else byteOffset = buffer.length - 1
9593
+ } else if (byteOffset < 0) {
9594
+ if (dir) byteOffset = 0
9595
+ else return -1
9596
+ }
9597
+
9598
+ // Normalize val
9599
+ if (typeof val === 'string') {
9600
+ val = Buffer.from(val, encoding)
9601
+ }
9602
+
9603
+ // Finally, search either indexOf (if dir is true) or lastIndexOf
9604
+ if (Buffer.isBuffer(val)) {
9605
+ // Special case: looking for empty string/buffer always fails
9606
+ if (val.length === 0) {
9607
+ return -1
9608
+ }
9609
+ return arrayIndexOf(buffer, val, byteOffset, encoding, dir)
9610
+ } else if (typeof val === 'number') {
9611
+ val = val & 0xFF // Search for a byte value [0-255]
9612
+ if (typeof Uint8Array.prototype.indexOf === 'function') {
9613
+ if (dir) {
9614
+ return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)
9615
+ } else {
9616
+ return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)
9617
+ }
9618
+ }
9619
+ return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir)
9620
+ }
9621
+
9622
+ throw new TypeError('val must be string, number or Buffer')
9623
+ }
9624
+
9625
+ function arrayIndexOf (arr, val, byteOffset, encoding, dir) {
9626
+ var indexSize = 1
9627
+ var arrLength = arr.length
9628
+ var valLength = val.length
9629
+
9630
+ if (encoding !== undefined) {
9631
+ encoding = String(encoding).toLowerCase()
9632
+ if (encoding === 'ucs2' || encoding === 'ucs-2' ||
9633
+ encoding === 'utf16le' || encoding === 'utf-16le') {
9634
+ if (arr.length < 2 || val.length < 2) {
9635
+ return -1
9636
+ }
9637
+ indexSize = 2
9638
+ arrLength /= 2
9639
+ valLength /= 2
9640
+ byteOffset /= 2
9641
+ }
9642
+ }
9643
+
9644
+ function read (buf, i) {
9645
+ if (indexSize === 1) {
9646
+ return buf[i]
9647
+ } else {
9648
+ return buf.readUInt16BE(i * indexSize)
9649
+ }
9650
+ }
9651
+
9652
+ var i
9653
+ if (dir) {
9654
+ var foundIndex = -1
9655
+ for (i = byteOffset; i < arrLength; i++) {
9656
+ if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {
9657
+ if (foundIndex === -1) foundIndex = i
9658
+ if (i - foundIndex + 1 === valLength) return foundIndex * indexSize
9659
+ } else {
9660
+ if (foundIndex !== -1) i -= i - foundIndex
9661
+ foundIndex = -1
9662
+ }
9663
+ }
9664
+ } else {
9665
+ if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength
9666
+ for (i = byteOffset; i >= 0; i--) {
9667
+ var found = true
9668
+ for (var j = 0; j < valLength; j++) {
9669
+ if (read(arr, i + j) !== read(val, j)) {
9670
+ found = false
9671
+ break
9672
+ }
9673
+ }
9674
+ if (found) return i
9675
+ }
9676
+ }
9677
+
9678
+ return -1
9679
+ }
9680
+
9681
+ Buffer.prototype.includes = function includes (val, byteOffset, encoding) {
9682
+ return this.indexOf(val, byteOffset, encoding) !== -1
9683
+ }
9684
+
9685
+ Buffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {
9686
+ return bidirectionalIndexOf(this, val, byteOffset, encoding, true)
9687
+ }
9688
+
9689
+ Buffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {
9690
+ return bidirectionalIndexOf(this, val, byteOffset, encoding, false)
9691
+ }
9692
+
9693
+ function hexWrite (buf, string, offset, length) {
9694
+ offset = Number(offset) || 0
9695
+ var remaining = buf.length - offset
9696
+ if (!length) {
9697
+ length = remaining
9698
+ } else {
9699
+ length = Number(length)
9700
+ if (length > remaining) {
9701
+ length = remaining
9702
+ }
9703
+ }
9704
+
9705
+ var strLen = string.length
9706
+
9707
+ if (length > strLen / 2) {
9708
+ length = strLen / 2
9709
+ }
9710
+ for (var i = 0; i < length; ++i) {
9711
+ var parsed = parseInt(string.substr(i * 2, 2), 16)
9712
+ if (numberIsNaN(parsed)) return i
9713
+ buf[offset + i] = parsed
9714
+ }
9715
+ return i
9716
+ }
9717
+
9718
+ function utf8Write (buf, string, offset, length) {
9719
+ return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)
9720
+ }
9721
+
9722
+ function asciiWrite (buf, string, offset, length) {
9723
+ return blitBuffer(asciiToBytes(string), buf, offset, length)
9724
+ }
9725
+
9726
+ function latin1Write (buf, string, offset, length) {
9727
+ return asciiWrite(buf, string, offset, length)
9728
+ }
9729
+
9730
+ function base64Write (buf, string, offset, length) {
9731
+ return blitBuffer(base64ToBytes(string), buf, offset, length)
9732
+ }
9733
+
9734
+ function ucs2Write (buf, string, offset, length) {
9735
+ return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)
9736
+ }
9737
+
9738
+ Buffer.prototype.write = function write (string, offset, length, encoding) {
9739
+ // Buffer#write(string)
9740
+ if (offset === undefined) {
9741
+ encoding = 'utf8'
9742
+ length = this.length
9743
+ offset = 0
9744
+ // Buffer#write(string, encoding)
9745
+ } else if (length === undefined && typeof offset === 'string') {
9746
+ encoding = offset
9747
+ length = this.length
9748
+ offset = 0
9749
+ // Buffer#write(string, offset[, length][, encoding])
9750
+ } else if (isFinite(offset)) {
9751
+ offset = offset >>> 0
9752
+ if (isFinite(length)) {
9753
+ length = length >>> 0
9754
+ if (encoding === undefined) encoding = 'utf8'
9755
+ } else {
9756
+ encoding = length
9757
+ length = undefined
9758
+ }
9759
+ } else {
9760
+ throw new Error(
9761
+ 'Buffer.write(string, encoding, offset[, length]) is no longer supported'
9762
+ )
9763
+ }
9764
+
9765
+ var remaining = this.length - offset
9766
+ if (length === undefined || length > remaining) length = remaining
9767
+
9768
+ if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {
9769
+ throw new RangeError('Attempt to write outside buffer bounds')
9770
+ }
9771
+
9772
+ if (!encoding) encoding = 'utf8'
9773
+
9774
+ var loweredCase = false
9775
+ for (;;) {
9776
+ switch (encoding) {
9777
+ case 'hex':
9778
+ return hexWrite(this, string, offset, length)
9779
+
9780
+ case 'utf8':
9781
+ case 'utf-8':
9782
+ return utf8Write(this, string, offset, length)
9783
+
9784
+ case 'ascii':
9785
+ return asciiWrite(this, string, offset, length)
9786
+
9787
+ case 'latin1':
9788
+ case 'binary':
9789
+ return latin1Write(this, string, offset, length)
9790
+
9791
+ case 'base64':
9792
+ // Warning: maxLength not taken into account in base64Write
9793
+ return base64Write(this, string, offset, length)
9794
+
9795
+ case 'ucs2':
9796
+ case 'ucs-2':
9797
+ case 'utf16le':
9798
+ case 'utf-16le':
9799
+ return ucs2Write(this, string, offset, length)
9800
+
9801
+ default:
9802
+ if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)
9803
+ encoding = ('' + encoding).toLowerCase()
9804
+ loweredCase = true
9805
+ }
9806
+ }
9807
+ }
9808
+
9809
+ Buffer.prototype.toJSON = function toJSON () {
9810
+ return {
9811
+ type: 'Buffer',
9812
+ data: Array.prototype.slice.call(this._arr || this, 0)
9813
+ }
9814
+ }
9815
+
9816
+ function base64Slice (buf, start, end) {
9817
+ if (start === 0 && end === buf.length) {
9818
+ return base64.fromByteArray(buf)
9819
+ } else {
9820
+ return base64.fromByteArray(buf.slice(start, end))
9821
+ }
9822
+ }
9823
+
9824
+ function utf8Slice (buf, start, end) {
9825
+ end = Math.min(buf.length, end)
9826
+ var res = []
9827
+
9828
+ var i = start
9829
+ while (i < end) {
9830
+ var firstByte = buf[i]
9831
+ var codePoint = null
9832
+ var bytesPerSequence = (firstByte > 0xEF) ? 4
9833
+ : (firstByte > 0xDF) ? 3
9834
+ : (firstByte > 0xBF) ? 2
9835
+ : 1
9836
+
9837
+ if (i + bytesPerSequence <= end) {
9838
+ var secondByte, thirdByte, fourthByte, tempCodePoint
9839
+
9840
+ switch (bytesPerSequence) {
9841
+ case 1:
9842
+ if (firstByte < 0x80) {
9843
+ codePoint = firstByte
9844
+ }
9845
+ break
9846
+ case 2:
9847
+ secondByte = buf[i + 1]
9848
+ if ((secondByte & 0xC0) === 0x80) {
9849
+ tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)
9850
+ if (tempCodePoint > 0x7F) {
9851
+ codePoint = tempCodePoint
9852
+ }
9853
+ }
9854
+ break
9855
+ case 3:
9856
+ secondByte = buf[i + 1]
9857
+ thirdByte = buf[i + 2]
9858
+ if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {
9859
+ tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)
9860
+ if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {
9861
+ codePoint = tempCodePoint
9862
+ }
9863
+ }
9864
+ break
9865
+ case 4:
9866
+ secondByte = buf[i + 1]
9867
+ thirdByte = buf[i + 2]
9868
+ fourthByte = buf[i + 3]
9869
+ if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {
9870
+ tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)
9871
+ if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {
9872
+ codePoint = tempCodePoint
9873
+ }
9874
+ }
9875
+ }
9876
+ }
9877
+
9878
+ if (codePoint === null) {
9879
+ // we did not generate a valid codePoint so insert a
9880
+ // replacement char (U+FFFD) and advance only 1 byte
9881
+ codePoint = 0xFFFD
9882
+ bytesPerSequence = 1
9883
+ } else if (codePoint > 0xFFFF) {
9884
+ // encode to utf16 (surrogate pair dance)
9885
+ codePoint -= 0x10000
9886
+ res.push(codePoint >>> 10 & 0x3FF | 0xD800)
9887
+ codePoint = 0xDC00 | codePoint & 0x3FF
9888
+ }
9889
+
9890
+ res.push(codePoint)
9891
+ i += bytesPerSequence
9892
+ }
9893
+
9894
+ return decodeCodePointsArray(res)
9895
+ }
9896
+
9897
+ // Based on http://stackoverflow.com/a/22747272/680742, the browser with
9898
+ // the lowest limit is Chrome, with 0x10000 args.
9899
+ // We go 1 magnitude less, for safety
9900
+ var MAX_ARGUMENTS_LENGTH = 0x1000
9901
+
9902
+ function decodeCodePointsArray (codePoints) {
9903
+ var len = codePoints.length
9904
+ if (len <= MAX_ARGUMENTS_LENGTH) {
9905
+ return String.fromCharCode.apply(String, codePoints) // avoid extra slice()
9906
+ }
9907
+
9908
+ // Decode in chunks to avoid "call stack size exceeded".
9909
+ var res = ''
9910
+ var i = 0
9911
+ while (i < len) {
9912
+ res += String.fromCharCode.apply(
9913
+ String,
9914
+ codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)
9915
+ )
9916
+ }
9917
+ return res
9918
+ }
9919
+
9920
+ function asciiSlice (buf, start, end) {
9921
+ var ret = ''
9922
+ end = Math.min(buf.length, end)
9923
+
9924
+ for (var i = start; i < end; ++i) {
9925
+ ret += String.fromCharCode(buf[i] & 0x7F)
9926
+ }
9927
+ return ret
9928
+ }
9929
+
9930
+ function latin1Slice (buf, start, end) {
9931
+ var ret = ''
9932
+ end = Math.min(buf.length, end)
9933
+
9934
+ for (var i = start; i < end; ++i) {
9935
+ ret += String.fromCharCode(buf[i])
9936
+ }
9937
+ return ret
9938
+ }
9939
+
9940
+ function hexSlice (buf, start, end) {
9941
+ var len = buf.length
9942
+
9943
+ if (!start || start < 0) start = 0
9944
+ if (!end || end < 0 || end > len) end = len
9945
+
9946
+ var out = ''
9947
+ for (var i = start; i < end; ++i) {
9948
+ out += toHex(buf[i])
9949
+ }
9950
+ return out
9951
+ }
9952
+
9953
+ function utf16leSlice (buf, start, end) {
9954
+ var bytes = buf.slice(start, end)
9955
+ var res = ''
9956
+ for (var i = 0; i < bytes.length; i += 2) {
9957
+ res += String.fromCharCode(bytes[i] + (bytes[i + 1] * 256))
9958
+ }
9959
+ return res
9960
+ }
9961
+
9962
+ Buffer.prototype.slice = function slice (start, end) {
9963
+ var len = this.length
9964
+ start = ~~start
9965
+ end = end === undefined ? len : ~~end
9966
+
9967
+ if (start < 0) {
9968
+ start += len
9969
+ if (start < 0) start = 0
9970
+ } else if (start > len) {
9971
+ start = len
9972
+ }
9973
+
9974
+ if (end < 0) {
9975
+ end += len
9976
+ if (end < 0) end = 0
9977
+ } else if (end > len) {
9978
+ end = len
9979
+ }
9980
+
9981
+ if (end < start) end = start
9982
+
9983
+ var newBuf = this.subarray(start, end)
9984
+ // Return an augmented `Uint8Array` instance
9985
+ newBuf.__proto__ = Buffer.prototype
9986
+ return newBuf
9987
+ }
9988
+
9989
+ /*
9990
+ * Need to make sure that buffer isn't trying to write out of bounds.
9991
+ */
9992
+ function checkOffset (offset, ext, length) {
9993
+ if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')
9994
+ if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')
9995
+ }
9996
+
9997
+ Buffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {
9998
+ offset = offset >>> 0
9999
+ byteLength = byteLength >>> 0
10000
+ if (!noAssert) checkOffset(offset, byteLength, this.length)
10001
+
10002
+ var val = this[offset]
10003
+ var mul = 1
10004
+ var i = 0
10005
+ while (++i < byteLength && (mul *= 0x100)) {
10006
+ val += this[offset + i] * mul
10007
+ }
10008
+
10009
+ return val
10010
+ }
10011
+
10012
+ Buffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {
10013
+ offset = offset >>> 0
10014
+ byteLength = byteLength >>> 0
10015
+ if (!noAssert) {
10016
+ checkOffset(offset, byteLength, this.length)
10017
+ }
10018
+
10019
+ var val = this[offset + --byteLength]
10020
+ var mul = 1
10021
+ while (byteLength > 0 && (mul *= 0x100)) {
10022
+ val += this[offset + --byteLength] * mul
10023
+ }
10024
+
10025
+ return val
10026
+ }
10027
+
10028
+ Buffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {
10029
+ offset = offset >>> 0
10030
+ if (!noAssert) checkOffset(offset, 1, this.length)
10031
+ return this[offset]
10032
+ }
10033
+
10034
+ Buffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {
10035
+ offset = offset >>> 0
10036
+ if (!noAssert) checkOffset(offset, 2, this.length)
10037
+ return this[offset] | (this[offset + 1] << 8)
10038
+ }
10039
+
10040
+ Buffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {
10041
+ offset = offset >>> 0
10042
+ if (!noAssert) checkOffset(offset, 2, this.length)
10043
+ return (this[offset] << 8) | this[offset + 1]
10044
+ }
10045
+
10046
+ Buffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {
10047
+ offset = offset >>> 0
10048
+ if (!noAssert) checkOffset(offset, 4, this.length)
10049
+
10050
+ return ((this[offset]) |
10051
+ (this[offset + 1] << 8) |
10052
+ (this[offset + 2] << 16)) +
10053
+ (this[offset + 3] * 0x1000000)
10054
+ }
10055
+
10056
+ Buffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {
10057
+ offset = offset >>> 0
10058
+ if (!noAssert) checkOffset(offset, 4, this.length)
10059
+
10060
+ return (this[offset] * 0x1000000) +
10061
+ ((this[offset + 1] << 16) |
10062
+ (this[offset + 2] << 8) |
10063
+ this[offset + 3])
10064
+ }
10065
+
10066
+ Buffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {
10067
+ offset = offset >>> 0
10068
+ byteLength = byteLength >>> 0
10069
+ if (!noAssert) checkOffset(offset, byteLength, this.length)
10070
+
10071
+ var val = this[offset]
10072
+ var mul = 1
10073
+ var i = 0
10074
+ while (++i < byteLength && (mul *= 0x100)) {
10075
+ val += this[offset + i] * mul
10076
+ }
10077
+ mul *= 0x80
10078
+
10079
+ if (val >= mul) val -= Math.pow(2, 8 * byteLength)
10080
+
10081
+ return val
10082
+ }
10083
+
10084
+ Buffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {
10085
+ offset = offset >>> 0
10086
+ byteLength = byteLength >>> 0
10087
+ if (!noAssert) checkOffset(offset, byteLength, this.length)
10088
+
10089
+ var i = byteLength
10090
+ var mul = 1
10091
+ var val = this[offset + --i]
10092
+ while (i > 0 && (mul *= 0x100)) {
10093
+ val += this[offset + --i] * mul
10094
+ }
10095
+ mul *= 0x80
10096
+
10097
+ if (val >= mul) val -= Math.pow(2, 8 * byteLength)
10098
+
10099
+ return val
10100
+ }
10101
+
10102
+ Buffer.prototype.readInt8 = function readInt8 (offset, noAssert) {
10103
+ offset = offset >>> 0
10104
+ if (!noAssert) checkOffset(offset, 1, this.length)
10105
+ if (!(this[offset] & 0x80)) return (this[offset])
10106
+ return ((0xff - this[offset] + 1) * -1)
10107
+ }
10108
+
10109
+ Buffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {
10110
+ offset = offset >>> 0
10111
+ if (!noAssert) checkOffset(offset, 2, this.length)
10112
+ var val = this[offset] | (this[offset + 1] << 8)
10113
+ return (val & 0x8000) ? val | 0xFFFF0000 : val
10114
+ }
10115
+
10116
+ Buffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {
10117
+ offset = offset >>> 0
10118
+ if (!noAssert) checkOffset(offset, 2, this.length)
10119
+ var val = this[offset + 1] | (this[offset] << 8)
10120
+ return (val & 0x8000) ? val | 0xFFFF0000 : val
10121
+ }
10122
+
10123
+ Buffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {
10124
+ offset = offset >>> 0
10125
+ if (!noAssert) checkOffset(offset, 4, this.length)
10126
+
10127
+ return (this[offset]) |
10128
+ (this[offset + 1] << 8) |
10129
+ (this[offset + 2] << 16) |
10130
+ (this[offset + 3] << 24)
10131
+ }
10132
+
10133
+ Buffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {
10134
+ offset = offset >>> 0
10135
+ if (!noAssert) checkOffset(offset, 4, this.length)
10136
+
10137
+ return (this[offset] << 24) |
10138
+ (this[offset + 1] << 16) |
10139
+ (this[offset + 2] << 8) |
10140
+ (this[offset + 3])
10141
+ }
10142
+
10143
+ Buffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {
10144
+ offset = offset >>> 0
10145
+ if (!noAssert) checkOffset(offset, 4, this.length)
10146
+ return ieee754.read(this, offset, true, 23, 4)
10147
+ }
10148
+
10149
+ Buffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {
10150
+ offset = offset >>> 0
10151
+ if (!noAssert) checkOffset(offset, 4, this.length)
10152
+ return ieee754.read(this, offset, false, 23, 4)
10153
+ }
10154
+
10155
+ Buffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {
10156
+ offset = offset >>> 0
10157
+ if (!noAssert) checkOffset(offset, 8, this.length)
10158
+ return ieee754.read(this, offset, true, 52, 8)
10159
+ }
10160
+
10161
+ Buffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {
10162
+ offset = offset >>> 0
10163
+ if (!noAssert) checkOffset(offset, 8, this.length)
10164
+ return ieee754.read(this, offset, false, 52, 8)
10165
+ }
10166
+
10167
+ function checkInt (buf, value, offset, ext, max, min) {
10168
+ if (!Buffer.isBuffer(buf)) throw new TypeError('"buffer" argument must be a Buffer instance')
10169
+ if (value > max || value < min) throw new RangeError('"value" argument is out of bounds')
10170
+ if (offset + ext > buf.length) throw new RangeError('Index out of range')
10171
+ }
10172
+
10173
+ Buffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {
10174
+ value = +value
10175
+ offset = offset >>> 0
10176
+ byteLength = byteLength >>> 0
10177
+ if (!noAssert) {
10178
+ var maxBytes = Math.pow(2, 8 * byteLength) - 1
10179
+ checkInt(this, value, offset, byteLength, maxBytes, 0)
10180
+ }
10181
+
10182
+ var mul = 1
10183
+ var i = 0
10184
+ this[offset] = value & 0xFF
10185
+ while (++i < byteLength && (mul *= 0x100)) {
10186
+ this[offset + i] = (value / mul) & 0xFF
10187
+ }
10188
+
10189
+ return offset + byteLength
10190
+ }
10191
+
10192
+ Buffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {
10193
+ value = +value
10194
+ offset = offset >>> 0
10195
+ byteLength = byteLength >>> 0
10196
+ if (!noAssert) {
10197
+ var maxBytes = Math.pow(2, 8 * byteLength) - 1
10198
+ checkInt(this, value, offset, byteLength, maxBytes, 0)
10199
+ }
10200
+
10201
+ var i = byteLength - 1
10202
+ var mul = 1
10203
+ this[offset + i] = value & 0xFF
10204
+ while (--i >= 0 && (mul *= 0x100)) {
10205
+ this[offset + i] = (value / mul) & 0xFF
10206
+ }
10207
+
10208
+ return offset + byteLength
10209
+ }
10210
+
10211
+ Buffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {
10212
+ value = +value
10213
+ offset = offset >>> 0
10214
+ if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)
10215
+ this[offset] = (value & 0xff)
10216
+ return offset + 1
10217
+ }
10218
+
10219
+ Buffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {
10220
+ value = +value
10221
+ offset = offset >>> 0
10222
+ if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)
10223
+ this[offset] = (value & 0xff)
10224
+ this[offset + 1] = (value >>> 8)
10225
+ return offset + 2
10226
+ }
10227
+
10228
+ Buffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {
10229
+ value = +value
10230
+ offset = offset >>> 0
10231
+ if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)
10232
+ this[offset] = (value >>> 8)
10233
+ this[offset + 1] = (value & 0xff)
10234
+ return offset + 2
10235
+ }
10236
+
10237
+ Buffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {
10238
+ value = +value
10239
+ offset = offset >>> 0
10240
+ if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)
10241
+ this[offset + 3] = (value >>> 24)
10242
+ this[offset + 2] = (value >>> 16)
10243
+ this[offset + 1] = (value >>> 8)
10244
+ this[offset] = (value & 0xff)
10245
+ return offset + 4
10246
+ }
10247
+
10248
+ Buffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {
10249
+ value = +value
10250
+ offset = offset >>> 0
10251
+ if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)
10252
+ this[offset] = (value >>> 24)
10253
+ this[offset + 1] = (value >>> 16)
10254
+ this[offset + 2] = (value >>> 8)
10255
+ this[offset + 3] = (value & 0xff)
10256
+ return offset + 4
10257
+ }
10258
+
10259
+ Buffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {
10260
+ value = +value
10261
+ offset = offset >>> 0
10262
+ if (!noAssert) {
10263
+ var limit = Math.pow(2, (8 * byteLength) - 1)
10264
+
10265
+ checkInt(this, value, offset, byteLength, limit - 1, -limit)
10266
+ }
10267
+
10268
+ var i = 0
10269
+ var mul = 1
10270
+ var sub = 0
10271
+ this[offset] = value & 0xFF
10272
+ while (++i < byteLength && (mul *= 0x100)) {
10273
+ if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {
10274
+ sub = 1
10275
+ }
10276
+ this[offset + i] = ((value / mul) >> 0) - sub & 0xFF
10277
+ }
10278
+
10279
+ return offset + byteLength
10280
+ }
10281
+
10282
+ Buffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {
10283
+ value = +value
10284
+ offset = offset >>> 0
10285
+ if (!noAssert) {
10286
+ var limit = Math.pow(2, (8 * byteLength) - 1)
10287
+
10288
+ checkInt(this, value, offset, byteLength, limit - 1, -limit)
10289
+ }
10290
+
10291
+ var i = byteLength - 1
10292
+ var mul = 1
10293
+ var sub = 0
10294
+ this[offset + i] = value & 0xFF
10295
+ while (--i >= 0 && (mul *= 0x100)) {
10296
+ if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {
10297
+ sub = 1
10298
+ }
10299
+ this[offset + i] = ((value / mul) >> 0) - sub & 0xFF
10300
+ }
10301
+
10302
+ return offset + byteLength
10303
+ }
10304
+
10305
+ Buffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {
10306
+ value = +value
10307
+ offset = offset >>> 0
10308
+ if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)
10309
+ if (value < 0) value = 0xff + value + 1
10310
+ this[offset] = (value & 0xff)
10311
+ return offset + 1
10312
+ }
10313
+
10314
+ Buffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {
10315
+ value = +value
10316
+ offset = offset >>> 0
10317
+ if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)
10318
+ this[offset] = (value & 0xff)
10319
+ this[offset + 1] = (value >>> 8)
10320
+ return offset + 2
10321
+ }
10322
+
10323
+ Buffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {
10324
+ value = +value
10325
+ offset = offset >>> 0
10326
+ if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)
10327
+ this[offset] = (value >>> 8)
10328
+ this[offset + 1] = (value & 0xff)
10329
+ return offset + 2
10330
+ }
10331
+
10332
+ Buffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {
10333
+ value = +value
10334
+ offset = offset >>> 0
10335
+ if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)
10336
+ this[offset] = (value & 0xff)
10337
+ this[offset + 1] = (value >>> 8)
10338
+ this[offset + 2] = (value >>> 16)
10339
+ this[offset + 3] = (value >>> 24)
10340
+ return offset + 4
10341
+ }
10342
+
10343
+ Buffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {
10344
+ value = +value
10345
+ offset = offset >>> 0
10346
+ if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)
10347
+ if (value < 0) value = 0xffffffff + value + 1
10348
+ this[offset] = (value >>> 24)
10349
+ this[offset + 1] = (value >>> 16)
10350
+ this[offset + 2] = (value >>> 8)
10351
+ this[offset + 3] = (value & 0xff)
10352
+ return offset + 4
10353
+ }
10354
+
10355
+ function checkIEEE754 (buf, value, offset, ext, max, min) {
10356
+ if (offset + ext > buf.length) throw new RangeError('Index out of range')
10357
+ if (offset < 0) throw new RangeError('Index out of range')
10358
+ }
10359
+
10360
+ function writeFloat (buf, value, offset, littleEndian, noAssert) {
10361
+ value = +value
10362
+ offset = offset >>> 0
10363
+ if (!noAssert) {
10364
+ checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)
10365
+ }
10366
+ ieee754.write(buf, value, offset, littleEndian, 23, 4)
10367
+ return offset + 4
10368
+ }
10369
+
10370
+ Buffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {
10371
+ return writeFloat(this, value, offset, true, noAssert)
10372
+ }
10373
+
10374
+ Buffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {
10375
+ return writeFloat(this, value, offset, false, noAssert)
10376
+ }
10377
+
10378
+ function writeDouble (buf, value, offset, littleEndian, noAssert) {
10379
+ value = +value
10380
+ offset = offset >>> 0
10381
+ if (!noAssert) {
10382
+ checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)
10383
+ }
10384
+ ieee754.write(buf, value, offset, littleEndian, 52, 8)
10385
+ return offset + 8
10386
+ }
10387
+
10388
+ Buffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {
10389
+ return writeDouble(this, value, offset, true, noAssert)
10390
+ }
10391
+
10392
+ Buffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {
10393
+ return writeDouble(this, value, offset, false, noAssert)
10394
+ }
10395
+
10396
+ // copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)
10397
+ Buffer.prototype.copy = function copy (target, targetStart, start, end) {
10398
+ if (!Buffer.isBuffer(target)) throw new TypeError('argument should be a Buffer')
10399
+ if (!start) start = 0
10400
+ if (!end && end !== 0) end = this.length
10401
+ if (targetStart >= target.length) targetStart = target.length
10402
+ if (!targetStart) targetStart = 0
10403
+ if (end > 0 && end < start) end = start
10404
+
10405
+ // Copy 0 bytes; we're done
10406
+ if (end === start) return 0
10407
+ if (target.length === 0 || this.length === 0) return 0
10408
+
10409
+ // Fatal error conditions
10410
+ if (targetStart < 0) {
10411
+ throw new RangeError('targetStart out of bounds')
10412
+ }
10413
+ if (start < 0 || start >= this.length) throw new RangeError('Index out of range')
10414
+ if (end < 0) throw new RangeError('sourceEnd out of bounds')
10415
+
10416
+ // Are we oob?
10417
+ if (end > this.length) end = this.length
10418
+ if (target.length - targetStart < end - start) {
10419
+ end = target.length - targetStart + start
10420
+ }
10421
+
10422
+ var len = end - start
10423
+
10424
+ if (this === target && typeof Uint8Array.prototype.copyWithin === 'function') {
10425
+ // Use built-in when available, missing from IE11
10426
+ this.copyWithin(targetStart, start, end)
10427
+ } else if (this === target && start < targetStart && targetStart < end) {
10428
+ // descending copy from end
10429
+ for (var i = len - 1; i >= 0; --i) {
10430
+ target[i + targetStart] = this[i + start]
10431
+ }
10432
+ } else {
10433
+ Uint8Array.prototype.set.call(
10434
+ target,
10435
+ this.subarray(start, end),
10436
+ targetStart
10437
+ )
10438
+ }
10439
+
10440
+ return len
10441
+ }
10442
+
10443
+ // Usage:
10444
+ // buffer.fill(number[, offset[, end]])
10445
+ // buffer.fill(buffer[, offset[, end]])
10446
+ // buffer.fill(string[, offset[, end]][, encoding])
10447
+ Buffer.prototype.fill = function fill (val, start, end, encoding) {
10448
+ // Handle string cases:
10449
+ if (typeof val === 'string') {
10450
+ if (typeof start === 'string') {
10451
+ encoding = start
10452
+ start = 0
10453
+ end = this.length
10454
+ } else if (typeof end === 'string') {
10455
+ encoding = end
10456
+ end = this.length
10457
+ }
10458
+ if (encoding !== undefined && typeof encoding !== 'string') {
10459
+ throw new TypeError('encoding must be a string')
10460
+ }
10461
+ if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {
10462
+ throw new TypeError('Unknown encoding: ' + encoding)
10463
+ }
10464
+ if (val.length === 1) {
10465
+ var code = val.charCodeAt(0)
10466
+ if ((encoding === 'utf8' && code < 128) ||
10467
+ encoding === 'latin1') {
10468
+ // Fast path: If `val` fits into a single byte, use that numeric value.
10469
+ val = code
10470
+ }
10471
+ }
10472
+ } else if (typeof val === 'number') {
10473
+ val = val & 255
10474
+ }
10475
+
10476
+ // Invalid ranges are not set to a default, so can range check early.
10477
+ if (start < 0 || this.length < start || this.length < end) {
10478
+ throw new RangeError('Out of range index')
10479
+ }
10480
+
10481
+ if (end <= start) {
10482
+ return this
10483
+ }
10484
+
10485
+ start = start >>> 0
10486
+ end = end === undefined ? this.length : end >>> 0
10487
+
10488
+ if (!val) val = 0
10489
+
10490
+ var i
10491
+ if (typeof val === 'number') {
10492
+ for (i = start; i < end; ++i) {
10493
+ this[i] = val
10494
+ }
10495
+ } else {
10496
+ var bytes = Buffer.isBuffer(val)
10497
+ ? val
10498
+ : Buffer.from(val, encoding)
10499
+ var len = bytes.length
10500
+ if (len === 0) {
10501
+ throw new TypeError('The value "' + val +
10502
+ '" is invalid for argument "value"')
10503
+ }
10504
+ for (i = 0; i < end - start; ++i) {
10505
+ this[i + start] = bytes[i % len]
10506
+ }
10507
+ }
10508
+
10509
+ return this
10510
+ }
10511
+
10512
+ // HELPER FUNCTIONS
10513
+ // ================
10514
+
10515
+ var INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g
10516
+
10517
+ function base64clean (str) {
10518
+ // Node takes equal signs as end of the Base64 encoding
10519
+ str = str.split('=')[0]
10520
+ // Node strips out invalid characters like \n and \t from the string, base64-js does not
10521
+ str = str.trim().replace(INVALID_BASE64_RE, '')
10522
+ // Node converts strings with length < 2 to ''
10523
+ if (str.length < 2) return ''
10524
+ // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not
10525
+ while (str.length % 4 !== 0) {
10526
+ str = str + '='
10527
+ }
10528
+ return str
10529
+ }
10530
+
10531
+ function toHex (n) {
10532
+ if (n < 16) return '0' + n.toString(16)
10533
+ return n.toString(16)
10534
+ }
10535
+
10536
+ function utf8ToBytes (string, units) {
10537
+ units = units || Infinity
10538
+ var codePoint
10539
+ var length = string.length
10540
+ var leadSurrogate = null
10541
+ var bytes = []
10542
+
10543
+ for (var i = 0; i < length; ++i) {
10544
+ codePoint = string.charCodeAt(i)
10545
+
10546
+ // is surrogate component
10547
+ if (codePoint > 0xD7FF && codePoint < 0xE000) {
10548
+ // last char was a lead
10549
+ if (!leadSurrogate) {
10550
+ // no lead yet
10551
+ if (codePoint > 0xDBFF) {
10552
+ // unexpected trail
10553
+ if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
10554
+ continue
10555
+ } else if (i + 1 === length) {
10556
+ // unpaired lead
10557
+ if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
10558
+ continue
10559
+ }
10560
+
10561
+ // valid lead
10562
+ leadSurrogate = codePoint
10563
+
10564
+ continue
10565
+ }
10566
+
10567
+ // 2 leads in a row
10568
+ if (codePoint < 0xDC00) {
10569
+ if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
10570
+ leadSurrogate = codePoint
10571
+ continue
10572
+ }
10573
+
10574
+ // valid surrogate pair
10575
+ codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000
10576
+ } else if (leadSurrogate) {
10577
+ // valid bmp char, but last char was a lead
10578
+ if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
10579
+ }
10580
+
10581
+ leadSurrogate = null
10582
+
10583
+ // encode utf8
10584
+ if (codePoint < 0x80) {
10585
+ if ((units -= 1) < 0) break
10586
+ bytes.push(codePoint)
10587
+ } else if (codePoint < 0x800) {
10588
+ if ((units -= 2) < 0) break
10589
+ bytes.push(
10590
+ codePoint >> 0x6 | 0xC0,
10591
+ codePoint & 0x3F | 0x80
10592
+ )
10593
+ } else if (codePoint < 0x10000) {
10594
+ if ((units -= 3) < 0) break
10595
+ bytes.push(
10596
+ codePoint >> 0xC | 0xE0,
10597
+ codePoint >> 0x6 & 0x3F | 0x80,
10598
+ codePoint & 0x3F | 0x80
10599
+ )
10600
+ } else if (codePoint < 0x110000) {
10601
+ if ((units -= 4) < 0) break
10602
+ bytes.push(
10603
+ codePoint >> 0x12 | 0xF0,
10604
+ codePoint >> 0xC & 0x3F | 0x80,
10605
+ codePoint >> 0x6 & 0x3F | 0x80,
10606
+ codePoint & 0x3F | 0x80
10607
+ )
10608
+ } else {
10609
+ throw new Error('Invalid code point')
10610
+ }
10611
+ }
10612
+
10613
+ return bytes
10614
+ }
10615
+
10616
+ function asciiToBytes (str) {
10617
+ var byteArray = []
10618
+ for (var i = 0; i < str.length; ++i) {
10619
+ // Node's code seems to be doing this and not & 0x7F..
10620
+ byteArray.push(str.charCodeAt(i) & 0xFF)
10621
+ }
10622
+ return byteArray
10623
+ }
10624
+
10625
+ function utf16leToBytes (str, units) {
10626
+ var c, hi, lo
10627
+ var byteArray = []
10628
+ for (var i = 0; i < str.length; ++i) {
10629
+ if ((units -= 2) < 0) break
10630
+
10631
+ c = str.charCodeAt(i)
10632
+ hi = c >> 8
10633
+ lo = c % 256
10634
+ byteArray.push(lo)
10635
+ byteArray.push(hi)
10636
+ }
10637
+
10638
+ return byteArray
10639
+ }
10640
+
10641
+ function base64ToBytes (str) {
10642
+ return base64.toByteArray(base64clean(str))
10643
+ }
10644
+
10645
+ function blitBuffer (src, dst, offset, length) {
10646
+ for (var i = 0; i < length; ++i) {
10647
+ if ((i + offset >= dst.length) || (i >= src.length)) break
10648
+ dst[i + offset] = src[i]
10649
+ }
10650
+ return i
10651
+ }
10652
+
10653
+ // ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass
10654
+ // the `instanceof` check but they should be treated as of that type.
10655
+ // See: https://github.com/feross/buffer/issues/166
10656
+ function isInstance (obj, type) {
10657
+ return obj instanceof type ||
10658
+ (obj != null && obj.constructor != null && obj.constructor.name != null &&
10659
+ obj.constructor.name === type.name)
10660
+ }
10661
+ function numberIsNaN (obj) {
10662
+ // For IE11 support
10663
+ return obj !== obj // eslint-disable-line no-self-compare
10664
+ }
10665
+
10666
+ }).call(this)}).call(this,require("buffer").Buffer)
10667
+ },{"base64-js":139,"buffer":140,"ieee754":141}],141:[function(require,module,exports){
10668
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
10669
+ exports.read = function (buffer, offset, isLE, mLen, nBytes) {
10670
+ var e, m
10671
+ var eLen = (nBytes * 8) - mLen - 1
10672
+ var eMax = (1 << eLen) - 1
10673
+ var eBias = eMax >> 1
10674
+ var nBits = -7
10675
+ var i = isLE ? (nBytes - 1) : 0
10676
+ var d = isLE ? -1 : 1
10677
+ var s = buffer[offset + i]
10678
+
10679
+ i += d
10680
+
10681
+ e = s & ((1 << (-nBits)) - 1)
10682
+ s >>= (-nBits)
10683
+ nBits += eLen
10684
+ for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}
10685
+
10686
+ m = e & ((1 << (-nBits)) - 1)
10687
+ e >>= (-nBits)
10688
+ nBits += mLen
10689
+ for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}
10690
+
10691
+ if (e === 0) {
10692
+ e = 1 - eBias
10693
+ } else if (e === eMax) {
10694
+ return m ? NaN : ((s ? -1 : 1) * Infinity)
10695
+ } else {
10696
+ m = m + Math.pow(2, mLen)
10697
+ e = e - eBias
10698
+ }
10699
+ return (s ? -1 : 1) * m * Math.pow(2, e - mLen)
10700
+ }
10701
+
10702
+ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
10703
+ var e, m, c
10704
+ var eLen = (nBytes * 8) - mLen - 1
10705
+ var eMax = (1 << eLen) - 1
10706
+ var eBias = eMax >> 1
10707
+ var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)
10708
+ var i = isLE ? 0 : (nBytes - 1)
10709
+ var d = isLE ? 1 : -1
10710
+ var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0
10711
+
10712
+ value = Math.abs(value)
10713
+
10714
+ if (isNaN(value) || value === Infinity) {
10715
+ m = isNaN(value) ? 1 : 0
10716
+ e = eMax
10717
+ } else {
10718
+ e = Math.floor(Math.log(value) / Math.LN2)
10719
+ if (value * (c = Math.pow(2, -e)) < 1) {
10720
+ e--
10721
+ c *= 2
10722
+ }
10723
+ if (e + eBias >= 1) {
10724
+ value += rt / c
10725
+ } else {
10726
+ value += rt * Math.pow(2, 1 - eBias)
10727
+ }
10728
+ if (value * c >= 2) {
10729
+ e++
10730
+ c /= 2
10731
+ }
10732
+
10733
+ if (e + eBias >= eMax) {
10734
+ m = 0
10735
+ e = eMax
10736
+ } else if (e + eBias >= 1) {
10737
+ m = ((value * c) - 1) * Math.pow(2, mLen)
10738
+ e = e + eBias
10739
+ } else {
10740
+ m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)
10741
+ e = 0
10742
+ }
10743
+ }
10744
+
10745
+ for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}
10746
+
10747
+ e = (e << mLen) | m
10748
+ eLen += mLen
10749
+ for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}
10750
+
10751
+ buffer[offset + i - d] |= s * 128
10752
+ }
8250
10753
 
8251
- },{}],133:[function(require,module,exports){
10754
+ },{}],142:[function(require,module,exports){
8252
10755
  (function (global){(function (){
8253
10756
  "use strict";
8254
10757
 
@@ -8277,11 +10780,11 @@ exports.Request = globalObject.Request;
8277
10780
  exports.Response = globalObject.Response;
8278
10781
 
8279
10782
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
8280
- },{}],134:[function(require,module,exports){
10783
+ },{}],143:[function(require,module,exports){
8281
10784
  (function (global){(function (){
8282
10785
  !function(e){var t;"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define(e):("undefined"!=typeof window?t=window:"undefined"!=typeof global?t=global:"undefined"!=typeof self&&(t=self),t.objectHash=e())}(function(){return function r(o,i,u){function s(n,e){if(!i[n]){if(!o[n]){var t="function"==typeof require&&require;if(!e&&t)return t(n,!0);if(a)return a(n,!0);throw new Error("Cannot find module '"+n+"'")}e=i[n]={exports:{}};o[n][0].call(e.exports,function(e){var t=o[n][1][e];return s(t||e)},e,e.exports,r,o,i,u)}return i[n].exports}for(var a="function"==typeof require&&require,e=0;e<u.length;e++)s(u[e]);return s}({1:[function(w,b,m){!function(e,n,s,c,d,h,p,g,y){"use strict";var r=w("crypto");function t(e,t){t=u(e,t);var n;return void 0===(n="passthrough"!==t.algorithm?r.createHash(t.algorithm):new l).write&&(n.write=n.update,n.end=n.update),f(t,n).dispatch(e),n.update||n.end(""),n.digest?n.digest("buffer"===t.encoding?void 0:t.encoding):(e=n.read(),"buffer"!==t.encoding?e.toString(t.encoding):e)}(m=b.exports=t).sha1=function(e){return t(e)},m.keys=function(e){return t(e,{excludeValues:!0,algorithm:"sha1",encoding:"hex"})},m.MD5=function(e){return t(e,{algorithm:"md5",encoding:"hex"})},m.keysMD5=function(e){return t(e,{algorithm:"md5",encoding:"hex",excludeValues:!0})};var o=r.getHashes?r.getHashes().slice():["sha1","md5"],i=(o.push("passthrough"),["buffer","hex","binary","base64"]);function u(e,t){var n={};if(n.algorithm=(t=t||{}).algorithm||"sha1",n.encoding=t.encoding||"hex",n.excludeValues=!!t.excludeValues,n.algorithm=n.algorithm.toLowerCase(),n.encoding=n.encoding.toLowerCase(),n.ignoreUnknown=!0===t.ignoreUnknown,n.respectType=!1!==t.respectType,n.respectFunctionNames=!1!==t.respectFunctionNames,n.respectFunctionProperties=!1!==t.respectFunctionProperties,n.unorderedArrays=!0===t.unorderedArrays,n.unorderedSets=!1!==t.unorderedSets,n.unorderedObjects=!1!==t.unorderedObjects,n.replacer=t.replacer||void 0,n.excludeKeys=t.excludeKeys||void 0,void 0===e)throw new Error("Object argument required.");for(var r=0;r<o.length;++r)o[r].toLowerCase()===n.algorithm.toLowerCase()&&(n.algorithm=o[r]);if(-1===o.indexOf(n.algorithm))throw new Error('Algorithm "'+n.algorithm+'" not supported. supported values: '+o.join(", "));if(-1===i.indexOf(n.encoding)&&"passthrough"!==n.algorithm)throw new Error('Encoding "'+n.encoding+'" not supported. supported values: '+i.join(", "));return n}function a(e){if("function"==typeof e)return null!=/^function\s+\w*\s*\(\s*\)\s*{\s+\[native code\]\s+}$/i.exec(Function.prototype.toString.call(e))}function f(o,t,i){i=i||[];function u(e){return t.update?t.update(e,"utf8"):t.write(e,"utf8")}return{dispatch:function(e){return this["_"+(null===(e=o.replacer?o.replacer(e):e)?"null":typeof e)](e)},_object:function(t){var n,e=Object.prototype.toString.call(t),r=/\[object (.*)\]/i.exec(e);r=(r=r?r[1]:"unknown:["+e+"]").toLowerCase();if(0<=(e=i.indexOf(t)))return this.dispatch("[CIRCULAR:"+e+"]");if(i.push(t),void 0!==s&&s.isBuffer&&s.isBuffer(t))return u("buffer:"),u(t);if("object"===r||"function"===r||"asyncfunction"===r)return e=Object.keys(t),o.unorderedObjects&&(e=e.sort()),!1===o.respectType||a(t)||e.splice(0,0,"prototype","__proto__","constructor"),o.excludeKeys&&(e=e.filter(function(e){return!o.excludeKeys(e)})),u("object:"+e.length+":"),n=this,e.forEach(function(e){n.dispatch(e),u(":"),o.excludeValues||n.dispatch(t[e]),u(",")});if(!this["_"+r]){if(o.ignoreUnknown)return u("["+r+"]");throw new Error('Unknown object type "'+r+'"')}this["_"+r](t)},_array:function(e,t){t=void 0!==t?t:!1!==o.unorderedArrays;var n=this;if(u("array:"+e.length+":"),!t||e.length<=1)return e.forEach(function(e){return n.dispatch(e)});var r=[],t=e.map(function(e){var t=new l,n=i.slice();return f(o,t,n).dispatch(e),r=r.concat(n.slice(i.length)),t.read().toString()});return i=i.concat(r),t.sort(),this._array(t,!1)},_date:function(e){return u("date:"+e.toJSON())},_symbol:function(e){return u("symbol:"+e.toString())},_error:function(e){return u("error:"+e.toString())},_boolean:function(e){return u("bool:"+e.toString())},_string:function(e){u("string:"+e.length+":"),u(e.toString())},_function:function(e){u("fn:"),a(e)?this.dispatch("[native]"):this.dispatch(e.toString()),!1!==o.respectFunctionNames&&this.dispatch("function-name:"+String(e.name)),o.respectFunctionProperties&&this._object(e)},_number:function(e){return u("number:"+e.toString())},_xml:function(e){return u("xml:"+e.toString())},_null:function(){return u("Null")},_undefined:function(){return u("Undefined")},_regexp:function(e){return u("regex:"+e.toString())},_uint8array:function(e){return u("uint8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint8clampedarray:function(e){return u("uint8clampedarray:"),this.dispatch(Array.prototype.slice.call(e))},_int8array:function(e){return u("int8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint16array:function(e){return u("uint16array:"),this.dispatch(Array.prototype.slice.call(e))},_int16array:function(e){return u("int16array:"),this.dispatch(Array.prototype.slice.call(e))},_uint32array:function(e){return u("uint32array:"),this.dispatch(Array.prototype.slice.call(e))},_int32array:function(e){return u("int32array:"),this.dispatch(Array.prototype.slice.call(e))},_float32array:function(e){return u("float32array:"),this.dispatch(Array.prototype.slice.call(e))},_float64array:function(e){return u("float64array:"),this.dispatch(Array.prototype.slice.call(e))},_arraybuffer:function(e){return u("arraybuffer:"),this.dispatch(new Uint8Array(e))},_url:function(e){return u("url:"+e.toString())},_map:function(e){u("map:");e=Array.from(e);return this._array(e,!1!==o.unorderedSets)},_set:function(e){u("set:");e=Array.from(e);return this._array(e,!1!==o.unorderedSets)},_file:function(e){return u("file:"),this.dispatch([e.name,e.size,e.type,e.lastModfied])},_blob:function(){if(o.ignoreUnknown)return u("[blob]");throw Error('Hashing Blob objects is currently not supported\n(see https://github.com/puleos/object-hash/issues/26)\nUse "options.replacer" or "options.ignoreUnknown"\n')},_domwindow:function(){return u("domwindow")},_bigint:function(e){return u("bigint:"+e.toString())},_process:function(){return u("process")},_timer:function(){return u("timer")},_pipe:function(){return u("pipe")},_tcp:function(){return u("tcp")},_udp:function(){return u("udp")},_tty:function(){return u("tty")},_statwatcher:function(){return u("statwatcher")},_securecontext:function(){return u("securecontext")},_connection:function(){return u("connection")},_zlib:function(){return u("zlib")},_context:function(){return u("context")},_nodescript:function(){return u("nodescript")},_httpparser:function(){return u("httpparser")},_dataview:function(){return u("dataview")},_signal:function(){return u("signal")},_fsevent:function(){return u("fsevent")},_tlswrap:function(){return u("tlswrap")}}}function l(){return{buf:"",write:function(e){this.buf+=e},end:function(e){this.buf+=e},read:function(){return this.buf}}}m.writeToStream=function(e,t,n){return void 0===n&&(n=t,t={}),f(t=u(e,t),n).dispatch(e)}}.call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/fake_9a5aa49d.js","/")},{buffer:3,crypto:5,lYpoI2:11}],2:[function(e,t,f){!function(e,t,n,r,o,i,u,s,a){!function(e){"use strict";var a="undefined"!=typeof Uint8Array?Uint8Array:Array,t="+".charCodeAt(0),n="/".charCodeAt(0),r="0".charCodeAt(0),o="a".charCodeAt(0),i="A".charCodeAt(0),u="-".charCodeAt(0),s="_".charCodeAt(0);function f(e){e=e.charCodeAt(0);return e===t||e===u?62:e===n||e===s?63:e<r?-1:e<r+10?e-r+26+26:e<i+26?e-i:e<o+26?e-o+26:void 0}e.toByteArray=function(e){var t,n;if(0<e.length%4)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.length,r="="===e.charAt(r-2)?2:"="===e.charAt(r-1)?1:0,o=new a(3*e.length/4-r),i=0<r?e.length-4:e.length,u=0;function s(e){o[u++]=e}for(t=0;t<i;t+=4,0)s((16711680&(n=f(e.charAt(t))<<18|f(e.charAt(t+1))<<12|f(e.charAt(t+2))<<6|f(e.charAt(t+3))))>>16),s((65280&n)>>8),s(255&n);return 2==r?s(255&(n=f(e.charAt(t))<<2|f(e.charAt(t+1))>>4)):1==r&&(s((n=f(e.charAt(t))<<10|f(e.charAt(t+1))<<4|f(e.charAt(t+2))>>2)>>8&255),s(255&n)),o},e.fromByteArray=function(e){var t,n,r,o,i=e.length%3,u="";function s(e){return"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)}for(t=0,r=e.length-i;t<r;t+=3)n=(e[t]<<16)+(e[t+1]<<8)+e[t+2],u+=s((o=n)>>18&63)+s(o>>12&63)+s(o>>6&63)+s(63&o);switch(i){case 1:u=(u+=s((n=e[e.length-1])>>2))+s(n<<4&63)+"==";break;case 2:u=(u=(u+=s((n=(e[e.length-2]<<8)+e[e.length-1])>>10))+s(n>>4&63))+s(n<<2&63)+"="}return u}}(void 0===f?this.base64js={}:f)}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/base64-js/lib/b64.js","/node_modules/gulp-browserify/node_modules/base64-js/lib")},{buffer:3,lYpoI2:11}],3:[function(O,e,H){!function(e,n,f,r,h,p,g,y,w){var a=O("base64-js"),i=O("ieee754");function f(e,t,n){if(!(this instanceof f))return new f(e,t,n);var r,o,i,u,s=typeof e;if("base64"===t&&"string"==s)for(e=(u=e).trim?u.trim():u.replace(/^\s+|\s+$/g,"");e.length%4!=0;)e+="=";if("number"==s)r=j(e);else if("string"==s)r=f.byteLength(e,t);else{if("object"!=s)throw new Error("First argument needs to be a number, array or string.");r=j(e.length)}if(f._useTypedArrays?o=f._augment(new Uint8Array(r)):((o=this).length=r,o._isBuffer=!0),f._useTypedArrays&&"number"==typeof e.byteLength)o._set(e);else if(C(u=e)||f.isBuffer(u)||u&&"object"==typeof u&&"number"==typeof u.length)for(i=0;i<r;i++)f.isBuffer(e)?o[i]=e.readUInt8(i):o[i]=e[i];else if("string"==s)o.write(e,0,t);else if("number"==s&&!f._useTypedArrays&&!n)for(i=0;i<r;i++)o[i]=0;return o}function b(e,t,n,r){return f._charsWritten=c(function(e){for(var t=[],n=0;n<e.length;n++)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function m(e,t,n,r){return f._charsWritten=c(function(e){for(var t,n,r=[],o=0;o<e.length;o++)n=e.charCodeAt(o),t=n>>8,n=n%256,r.push(n),r.push(t);return r}(t),e,n,r)}function v(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;o++)r+=String.fromCharCode(e[o]);return r}function o(e,t,n,r){r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+1<e.length,"Trying to read beyond buffer length"));var o,r=e.length;if(!(r<=t))return n?(o=e[t],t+1<r&&(o|=e[t+1]<<8)):(o=e[t]<<8,t+1<r&&(o|=e[t+1])),o}function u(e,t,n,r){r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+3<e.length,"Trying to read beyond buffer length"));var o,r=e.length;if(!(r<=t))return n?(t+2<r&&(o=e[t+2]<<16),t+1<r&&(o|=e[t+1]<<8),o|=e[t],t+3<r&&(o+=e[t+3]<<24>>>0)):(t+1<r&&(o=e[t+1]<<16),t+2<r&&(o|=e[t+2]<<8),t+3<r&&(o|=e[t+3]),o+=e[t]<<24>>>0),o}function _(e,t,n,r){if(r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+1<e.length,"Trying to read beyond buffer length")),!(e.length<=t))return r=o(e,t,n,!0),32768&r?-1*(65535-r+1):r}function E(e,t,n,r){if(r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+3<e.length,"Trying to read beyond buffer length")),!(e.length<=t))return r=u(e,t,n,!0),2147483648&r?-1*(4294967295-r+1):r}function I(e,t,n,r){return r||(d("boolean"==typeof n,"missing or invalid endian"),d(t+3<e.length,"Trying to read beyond buffer length")),i.read(e,t,n,23,4)}function A(e,t,n,r){return r||(d("boolean"==typeof n,"missing or invalid endian"),d(t+7<e.length,"Trying to read beyond buffer length")),i.read(e,t,n,52,8)}function s(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+1<e.length,"trying to write beyond buffer length"),Y(t,65535));o=e.length;if(!(o<=n))for(var i=0,u=Math.min(o-n,2);i<u;i++)e[n+i]=(t&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function l(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+3<e.length,"trying to write beyond buffer length"),Y(t,4294967295));o=e.length;if(!(o<=n))for(var i=0,u=Math.min(o-n,4);i<u;i++)e[n+i]=t>>>8*(r?i:3-i)&255}function B(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+1<e.length,"Trying to write beyond buffer length"),F(t,32767,-32768)),e.length<=n||s(e,0<=t?t:65535+t+1,n,r,o)}function L(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+3<e.length,"Trying to write beyond buffer length"),F(t,2147483647,-2147483648)),e.length<=n||l(e,0<=t?t:4294967295+t+1,n,r,o)}function U(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+3<e.length,"Trying to write beyond buffer length"),D(t,34028234663852886e22,-34028234663852886e22)),e.length<=n||i.write(e,t,n,r,23,4)}function x(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+7<e.length,"Trying to write beyond buffer length"),D(t,17976931348623157e292,-17976931348623157e292)),e.length<=n||i.write(e,t,n,r,52,8)}H.Buffer=f,H.SlowBuffer=f,H.INSPECT_MAX_BYTES=50,f.poolSize=8192,f._useTypedArrays=function(){try{var e=new ArrayBuffer(0),t=new Uint8Array(e);return t.foo=function(){return 42},42===t.foo()&&"function"==typeof t.subarray}catch(e){return!1}}(),f.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"raw":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},f.isBuffer=function(e){return!(null==e||!e._isBuffer)},f.byteLength=function(e,t){var n;switch(e+="",t||"utf8"){case"hex":n=e.length/2;break;case"utf8":case"utf-8":n=T(e).length;break;case"ascii":case"binary":case"raw":n=e.length;break;case"base64":n=M(e).length;break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":n=2*e.length;break;default:throw new Error("Unknown encoding")}return n},f.concat=function(e,t){if(d(C(e),"Usage: Buffer.concat(list, [totalLength])\nlist should be an Array."),0===e.length)return new f(0);if(1===e.length)return e[0];if("number"!=typeof t)for(o=t=0;o<e.length;o++)t+=e[o].length;for(var n=new f(t),r=0,o=0;o<e.length;o++){var i=e[o];i.copy(n,r),r+=i.length}return n},f.prototype.write=function(e,t,n,r){isFinite(t)?isFinite(n)||(r=n,n=void 0):(a=r,r=t,t=n,n=a),t=Number(t)||0;var o,i,u,s,a=this.length-t;switch((!n||a<(n=Number(n)))&&(n=a),r=String(r||"utf8").toLowerCase()){case"hex":o=function(e,t,n,r){n=Number(n)||0;var o=e.length-n;(!r||o<(r=Number(r)))&&(r=o),d((o=t.length)%2==0,"Invalid hex string"),o/2<r&&(r=o/2);for(var i=0;i<r;i++){var u=parseInt(t.substr(2*i,2),16);d(!isNaN(u),"Invalid hex string"),e[n+i]=u}return f._charsWritten=2*i,i}(this,e,t,n);break;case"utf8":case"utf-8":i=this,u=t,s=n,o=f._charsWritten=c(T(e),i,u,s);break;case"ascii":case"binary":o=b(this,e,t,n);break;case"base64":i=this,u=t,s=n,o=f._charsWritten=c(M(e),i,u,s);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":o=m(this,e,t,n);break;default:throw new Error("Unknown encoding")}return o},f.prototype.toString=function(e,t,n){var r,o,i,u,s=this;if(e=String(e||"utf8").toLowerCase(),t=Number(t)||0,(n=void 0!==n?Number(n):s.length)===t)return"";switch(e){case"hex":r=function(e,t,n){var r=e.length;(!t||t<0)&&(t=0);(!n||n<0||r<n)&&(n=r);for(var o="",i=t;i<n;i++)o+=k(e[i]);return o}(s,t,n);break;case"utf8":case"utf-8":r=function(e,t,n){var r="",o="";n=Math.min(e.length,n);for(var i=t;i<n;i++)e[i]<=127?(r+=N(o)+String.fromCharCode(e[i]),o=""):o+="%"+e[i].toString(16);return r+N(o)}(s,t,n);break;case"ascii":case"binary":r=v(s,t,n);break;case"base64":o=s,u=n,r=0===(i=t)&&u===o.length?a.fromByteArray(o):a.fromByteArray(o.slice(i,u));break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":r=function(e,t,n){for(var r=e.slice(t,n),o="",i=0;i<r.length;i+=2)o+=String.fromCharCode(r[i]+256*r[i+1]);return o}(s,t,n);break;default:throw new Error("Unknown encoding")}return r},f.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},f.prototype.copy=function(e,t,n,r){if(t=t||0,(r=r||0===r?r:this.length)!==(n=n||0)&&0!==e.length&&0!==this.length){d(n<=r,"sourceEnd < sourceStart"),d(0<=t&&t<e.length,"targetStart out of bounds"),d(0<=n&&n<this.length,"sourceStart out of bounds"),d(0<=r&&r<=this.length,"sourceEnd out of bounds"),r>this.length&&(r=this.length);var o=(r=e.length-t<r-n?e.length-t+n:r)-n;if(o<100||!f._useTypedArrays)for(var i=0;i<o;i++)e[i+t]=this[i+n];else e._set(this.subarray(n,n+o),t)}},f.prototype.slice=function(e,t){var n=this.length;if(e=S(e,n,0),t=S(t,n,n),f._useTypedArrays)return f._augment(this.subarray(e,t));for(var r=t-e,o=new f(r,void 0,!0),i=0;i<r;i++)o[i]=this[i+e];return o},f.prototype.get=function(e){return console.log(".get() is deprecated. Access using array indexes instead."),this.readUInt8(e)},f.prototype.set=function(e,t){return console.log(".set() is deprecated. Access using array indexes instead."),this.writeUInt8(e,t)},f.prototype.readUInt8=function(e,t){if(t||(d(null!=e,"missing offset"),d(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return this[e]},f.prototype.readUInt16LE=function(e,t){return o(this,e,!0,t)},f.prototype.readUInt16BE=function(e,t){return o(this,e,!1,t)},f.prototype.readUInt32LE=function(e,t){return u(this,e,!0,t)},f.prototype.readUInt32BE=function(e,t){return u(this,e,!1,t)},f.prototype.readInt8=function(e,t){if(t||(d(null!=e,"missing offset"),d(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return 128&this[e]?-1*(255-this[e]+1):this[e]},f.prototype.readInt16LE=function(e,t){return _(this,e,!0,t)},f.prototype.readInt16BE=function(e,t){return _(this,e,!1,t)},f.prototype.readInt32LE=function(e,t){return E(this,e,!0,t)},f.prototype.readInt32BE=function(e,t){return E(this,e,!1,t)},f.prototype.readFloatLE=function(e,t){return I(this,e,!0,t)},f.prototype.readFloatBE=function(e,t){return I(this,e,!1,t)},f.prototype.readDoubleLE=function(e,t){return A(this,e,!0,t)},f.prototype.readDoubleBE=function(e,t){return A(this,e,!1,t)},f.prototype.writeUInt8=function(e,t,n){n||(d(null!=e,"missing value"),d(null!=t,"missing offset"),d(t<this.length,"trying to write beyond buffer length"),Y(e,255)),t>=this.length||(this[t]=e)},f.prototype.writeUInt16LE=function(e,t,n){s(this,e,t,!0,n)},f.prototype.writeUInt16BE=function(e,t,n){s(this,e,t,!1,n)},f.prototype.writeUInt32LE=function(e,t,n){l(this,e,t,!0,n)},f.prototype.writeUInt32BE=function(e,t,n){l(this,e,t,!1,n)},f.prototype.writeInt8=function(e,t,n){n||(d(null!=e,"missing value"),d(null!=t,"missing offset"),d(t<this.length,"Trying to write beyond buffer length"),F(e,127,-128)),t>=this.length||(0<=e?this.writeUInt8(e,t,n):this.writeUInt8(255+e+1,t,n))},f.prototype.writeInt16LE=function(e,t,n){B(this,e,t,!0,n)},f.prototype.writeInt16BE=function(e,t,n){B(this,e,t,!1,n)},f.prototype.writeInt32LE=function(e,t,n){L(this,e,t,!0,n)},f.prototype.writeInt32BE=function(e,t,n){L(this,e,t,!1,n)},f.prototype.writeFloatLE=function(e,t,n){U(this,e,t,!0,n)},f.prototype.writeFloatBE=function(e,t,n){U(this,e,t,!1,n)},f.prototype.writeDoubleLE=function(e,t,n){x(this,e,t,!0,n)},f.prototype.writeDoubleBE=function(e,t,n){x(this,e,t,!1,n)},f.prototype.fill=function(e,t,n){if(t=t||0,n=n||this.length,d("number"==typeof(e="string"==typeof(e=e||0)?e.charCodeAt(0):e)&&!isNaN(e),"value is not a number"),d(t<=n,"end < start"),n!==t&&0!==this.length){d(0<=t&&t<this.length,"start out of bounds"),d(0<=n&&n<=this.length,"end out of bounds");for(var r=t;r<n;r++)this[r]=e}},f.prototype.inspect=function(){for(var e=[],t=this.length,n=0;n<t;n++)if(e[n]=k(this[n]),n===H.INSPECT_MAX_BYTES){e[n+1]="...";break}return"<Buffer "+e.join(" ")+">"},f.prototype.toArrayBuffer=function(){if("undefined"==typeof Uint8Array)throw new Error("Buffer.toArrayBuffer not supported in this browser");if(f._useTypedArrays)return new f(this).buffer;for(var e=new Uint8Array(this.length),t=0,n=e.length;t<n;t+=1)e[t]=this[t];return e.buffer};var t=f.prototype;function S(e,t,n){return"number"!=typeof e?n:t<=(e=~~e)?t:0<=e||0<=(e+=t)?e:0}function j(e){return(e=~~Math.ceil(+e))<0?0:e}function C(e){return(Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)})(e)}function k(e){return e<16?"0"+e.toString(16):e.toString(16)}function T(e){for(var t=[],n=0;n<e.length;n++){var r=e.charCodeAt(n);if(r<=127)t.push(e.charCodeAt(n));else for(var o=n,i=(55296<=r&&r<=57343&&n++,encodeURIComponent(e.slice(o,n+1)).substr(1).split("%")),u=0;u<i.length;u++)t.push(parseInt(i[u],16))}return t}function M(e){return a.toByteArray(e)}function c(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);o++)t[o+n]=e[o];return o}function N(e){try{return decodeURIComponent(e)}catch(e){return String.fromCharCode(65533)}}function Y(e,t){d("number"==typeof e,"cannot write a non-number as a number"),d(0<=e,"specified a negative value for writing an unsigned value"),d(e<=t,"value is larger than maximum value for type"),d(Math.floor(e)===e,"value has a fractional component")}function F(e,t,n){d("number"==typeof e,"cannot write a non-number as a number"),d(e<=t,"value larger than maximum allowed value"),d(n<=e,"value smaller than minimum allowed value"),d(Math.floor(e)===e,"value has a fractional component")}function D(e,t,n){d("number"==typeof e,"cannot write a non-number as a number"),d(e<=t,"value larger than maximum allowed value"),d(n<=e,"value smaller than minimum allowed value")}function d(e,t){if(!e)throw new Error(t||"Failed assertion")}f._augment=function(e){return e._isBuffer=!0,e._get=e.get,e._set=e.set,e.get=t.get,e.set=t.set,e.write=t.write,e.toString=t.toString,e.toLocaleString=t.toString,e.toJSON=t.toJSON,e.copy=t.copy,e.slice=t.slice,e.readUInt8=t.readUInt8,e.readUInt16LE=t.readUInt16LE,e.readUInt16BE=t.readUInt16BE,e.readUInt32LE=t.readUInt32LE,e.readUInt32BE=t.readUInt32BE,e.readInt8=t.readInt8,e.readInt16LE=t.readInt16LE,e.readInt16BE=t.readInt16BE,e.readInt32LE=t.readInt32LE,e.readInt32BE=t.readInt32BE,e.readFloatLE=t.readFloatLE,e.readFloatBE=t.readFloatBE,e.readDoubleLE=t.readDoubleLE,e.readDoubleBE=t.readDoubleBE,e.writeUInt8=t.writeUInt8,e.writeUInt16LE=t.writeUInt16LE,e.writeUInt16BE=t.writeUInt16BE,e.writeUInt32LE=t.writeUInt32LE,e.writeUInt32BE=t.writeUInt32BE,e.writeInt8=t.writeInt8,e.writeInt16LE=t.writeInt16LE,e.writeInt16BE=t.writeInt16BE,e.writeInt32LE=t.writeInt32LE,e.writeInt32BE=t.writeInt32BE,e.writeFloatLE=t.writeFloatLE,e.writeFloatBE=t.writeFloatBE,e.writeDoubleLE=t.writeDoubleLE,e.writeDoubleBE=t.writeDoubleBE,e.fill=t.fill,e.inspect=t.inspect,e.toArrayBuffer=t.toArrayBuffer,e}}.call(this,O("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},O("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/buffer/index.js","/node_modules/gulp-browserify/node_modules/buffer")},{"base64-js":2,buffer:3,ieee754:10,lYpoI2:11}],4:[function(c,d,e){!function(e,t,a,n,r,o,i,u,s){var a=c("buffer").Buffer,f=4,l=new a(f);l.fill(0);d.exports={hash:function(e,t,n,r){for(var o=t(function(e,t){e.length%f!=0&&(n=e.length+(f-e.length%f),e=a.concat([e,l],n));for(var n,r=[],o=t?e.readInt32BE:e.readInt32LE,i=0;i<e.length;i+=f)r.push(o.call(e,i));return r}(e=a.isBuffer(e)?e:new a(e),r),8*e.length),t=r,i=new a(n),u=t?i.writeInt32BE:i.writeInt32LE,s=0;s<o.length;s++)u.call(i,o[s],4*s,!0);return i}}}.call(this,c("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},c("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/helpers.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:11}],5:[function(v,e,_){!function(l,c,u,d,h,p,g,y,w){var u=v("buffer").Buffer,e=v("./sha"),t=v("./sha256"),n=v("./rng"),b={sha1:e,sha256:t,md5:v("./md5")},s=64,a=new u(s);function r(e,n){var r=b[e=e||"sha1"],o=[];return r||i("algorithm:",e,"is not yet supported"),{update:function(e){return u.isBuffer(e)||(e=new u(e)),o.push(e),e.length,this},digest:function(e){var t=u.concat(o),t=n?function(e,t,n){u.isBuffer(t)||(t=new u(t)),u.isBuffer(n)||(n=new u(n)),t.length>s?t=e(t):t.length<s&&(t=u.concat([t,a],s));for(var r=new u(s),o=new u(s),i=0;i<s;i++)r[i]=54^t[i],o[i]=92^t[i];return n=e(u.concat([r,n])),e(u.concat([o,n]))}(r,n,t):r(t);return o=null,e?t.toString(e):t}}}function i(){var e=[].slice.call(arguments).join(" ");throw new Error([e,"we accept pull requests","http://github.com/dominictarr/crypto-browserify"].join("\n"))}a.fill(0),_.createHash=function(e){return r(e)},_.createHmac=r,_.randomBytes=function(e,t){if(!t||!t.call)return new u(n(e));try{t.call(this,void 0,new u(n(e)))}catch(e){t(e)}};var o,f=["createCredentials","createCipher","createCipheriv","createDecipher","createDecipheriv","createSign","createVerify","createDiffieHellman","pbkdf2"],m=function(e){_[e]=function(){i("sorry,",e,"is not implemented yet")}};for(o in f)m(f[o],o)}.call(this,v("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},v("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/index.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./md5":6,"./rng":7,"./sha":8,"./sha256":9,buffer:3,lYpoI2:11}],6:[function(w,b,e){!function(e,r,o,i,u,a,f,l,y){var t=w("./helpers");function n(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;for(var n=1732584193,r=-271733879,o=-1732584194,i=271733878,u=0;u<e.length;u+=16){var s=n,a=r,f=o,l=i,n=c(n,r,o,i,e[u+0],7,-680876936),i=c(i,n,r,o,e[u+1],12,-389564586),o=c(o,i,n,r,e[u+2],17,606105819),r=c(r,o,i,n,e[u+3],22,-1044525330);n=c(n,r,o,i,e[u+4],7,-176418897),i=c(i,n,r,o,e[u+5],12,1200080426),o=c(o,i,n,r,e[u+6],17,-1473231341),r=c(r,o,i,n,e[u+7],22,-45705983),n=c(n,r,o,i,e[u+8],7,1770035416),i=c(i,n,r,o,e[u+9],12,-1958414417),o=c(o,i,n,r,e[u+10],17,-42063),r=c(r,o,i,n,e[u+11],22,-1990404162),n=c(n,r,o,i,e[u+12],7,1804603682),i=c(i,n,r,o,e[u+13],12,-40341101),o=c(o,i,n,r,e[u+14],17,-1502002290),n=d(n,r=c(r,o,i,n,e[u+15],22,1236535329),o,i,e[u+1],5,-165796510),i=d(i,n,r,o,e[u+6],9,-1069501632),o=d(o,i,n,r,e[u+11],14,643717713),r=d(r,o,i,n,e[u+0],20,-373897302),n=d(n,r,o,i,e[u+5],5,-701558691),i=d(i,n,r,o,e[u+10],9,38016083),o=d(o,i,n,r,e[u+15],14,-660478335),r=d(r,o,i,n,e[u+4],20,-405537848),n=d(n,r,o,i,e[u+9],5,568446438),i=d(i,n,r,o,e[u+14],9,-1019803690),o=d(o,i,n,r,e[u+3],14,-187363961),r=d(r,o,i,n,e[u+8],20,1163531501),n=d(n,r,o,i,e[u+13],5,-1444681467),i=d(i,n,r,o,e[u+2],9,-51403784),o=d(o,i,n,r,e[u+7],14,1735328473),n=h(n,r=d(r,o,i,n,e[u+12],20,-1926607734),o,i,e[u+5],4,-378558),i=h(i,n,r,o,e[u+8],11,-2022574463),o=h(o,i,n,r,e[u+11],16,1839030562),r=h(r,o,i,n,e[u+14],23,-35309556),n=h(n,r,o,i,e[u+1],4,-1530992060),i=h(i,n,r,o,e[u+4],11,1272893353),o=h(o,i,n,r,e[u+7],16,-155497632),r=h(r,o,i,n,e[u+10],23,-1094730640),n=h(n,r,o,i,e[u+13],4,681279174),i=h(i,n,r,o,e[u+0],11,-358537222),o=h(o,i,n,r,e[u+3],16,-722521979),r=h(r,o,i,n,e[u+6],23,76029189),n=h(n,r,o,i,e[u+9],4,-640364487),i=h(i,n,r,o,e[u+12],11,-421815835),o=h(o,i,n,r,e[u+15],16,530742520),n=p(n,r=h(r,o,i,n,e[u+2],23,-995338651),o,i,e[u+0],6,-198630844),i=p(i,n,r,o,e[u+7],10,1126891415),o=p(o,i,n,r,e[u+14],15,-1416354905),r=p(r,o,i,n,e[u+5],21,-57434055),n=p(n,r,o,i,e[u+12],6,1700485571),i=p(i,n,r,o,e[u+3],10,-1894986606),o=p(o,i,n,r,e[u+10],15,-1051523),r=p(r,o,i,n,e[u+1],21,-2054922799),n=p(n,r,o,i,e[u+8],6,1873313359),i=p(i,n,r,o,e[u+15],10,-30611744),o=p(o,i,n,r,e[u+6],15,-1560198380),r=p(r,o,i,n,e[u+13],21,1309151649),n=p(n,r,o,i,e[u+4],6,-145523070),i=p(i,n,r,o,e[u+11],10,-1120210379),o=p(o,i,n,r,e[u+2],15,718787259),r=p(r,o,i,n,e[u+9],21,-343485551),n=g(n,s),r=g(r,a),o=g(o,f),i=g(i,l)}return Array(n,r,o,i)}function s(e,t,n,r,o,i){return g((t=g(g(t,e),g(r,i)))<<o|t>>>32-o,n)}function c(e,t,n,r,o,i,u){return s(t&n|~t&r,e,t,o,i,u)}function d(e,t,n,r,o,i,u){return s(t&r|n&~r,e,t,o,i,u)}function h(e,t,n,r,o,i,u){return s(t^n^r,e,t,o,i,u)}function p(e,t,n,r,o,i,u){return s(n^(t|~r),e,t,o,i,u)}function g(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}b.exports=function(e){return t.hash(e,n,16)}}.call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/md5.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],7:[function(e,l,t){!function(e,t,n,r,o,i,u,s,f){var a;l.exports=a||function(e){for(var t,n=new Array(e),r=0;r<e;r++)0==(3&r)&&(t=4294967296*Math.random()),n[r]=t>>>((3&r)<<3)&255;return n}}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/rng.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:11}],8:[function(c,d,e){!function(e,t,n,r,o,s,a,f,l){var i=c("./helpers");function u(l,c){l[c>>5]|=128<<24-c%32,l[15+(c+64>>9<<4)]=c;for(var e,t,n,r=Array(80),o=1732584193,i=-271733879,u=-1732584194,s=271733878,d=-1009589776,h=0;h<l.length;h+=16){for(var p=o,g=i,y=u,w=s,b=d,a=0;a<80;a++){r[a]=a<16?l[h+a]:v(r[a-3]^r[a-8]^r[a-14]^r[a-16],1);var f=m(m(v(o,5),(f=i,t=u,n=s,(e=a)<20?f&t|~f&n:!(e<40)&&e<60?f&t|f&n|t&n:f^t^n)),m(m(d,r[a]),(e=a)<20?1518500249:e<40?1859775393:e<60?-1894007588:-899497514)),d=s,s=u,u=v(i,30),i=o,o=f}o=m(o,p),i=m(i,g),u=m(u,y),s=m(s,w),d=m(d,b)}return Array(o,i,u,s,d)}function m(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function v(e,t){return e<<t|e>>>32-t}d.exports=function(e){return i.hash(e,u,20,!0)}}.call(this,c("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},c("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],9:[function(c,d,e){!function(e,t,n,r,u,s,a,f,l){function b(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function o(e,l){var c,d=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),t=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),n=new Array(64);e[l>>5]|=128<<24-l%32,e[15+(l+64>>9<<4)]=l;for(var r,o,h=0;h<e.length;h+=16){for(var i=t[0],u=t[1],s=t[2],p=t[3],a=t[4],g=t[5],y=t[6],w=t[7],f=0;f<64;f++)n[f]=f<16?e[f+h]:b(b(b((o=n[f-2],m(o,17)^m(o,19)^v(o,10)),n[f-7]),(o=n[f-15],m(o,7)^m(o,18)^v(o,3))),n[f-16]),c=b(b(b(b(w,m(o=a,6)^m(o,11)^m(o,25)),a&g^~a&y),d[f]),n[f]),r=b(m(r=i,2)^m(r,13)^m(r,22),i&u^i&s^u&s),w=y,y=g,g=a,a=b(p,c),p=s,s=u,u=i,i=b(c,r);t[0]=b(i,t[0]),t[1]=b(u,t[1]),t[2]=b(s,t[2]),t[3]=b(p,t[3]),t[4]=b(a,t[4]),t[5]=b(g,t[5]),t[6]=b(y,t[6]),t[7]=b(w,t[7])}return t}var i=c("./helpers"),m=function(e,t){return e>>>t|e<<32-t},v=function(e,t){return e>>>t};d.exports=function(e){return i.hash(e,o,32,!0)}}.call(this,c("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},c("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha256.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],10:[function(e,t,f){!function(e,t,n,r,o,i,u,s,a){f.read=function(e,t,n,r,o){var i,u,l=8*o-r-1,c=(1<<l)-1,d=c>>1,s=-7,a=n?o-1:0,f=n?-1:1,o=e[t+a];for(a+=f,i=o&(1<<-s)-1,o>>=-s,s+=l;0<s;i=256*i+e[t+a],a+=f,s-=8);for(u=i&(1<<-s)-1,i>>=-s,s+=r;0<s;u=256*u+e[t+a],a+=f,s-=8);if(0===i)i=1-d;else{if(i===c)return u?NaN:1/0*(o?-1:1);u+=Math.pow(2,r),i-=d}return(o?-1:1)*u*Math.pow(2,i-r)},f.write=function(e,t,l,n,r,c){var o,i,u=8*c-r-1,s=(1<<u)-1,a=s>>1,d=23===r?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:c-1,h=n?1:-1,c=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(i=isNaN(t)?1:0,o=s):(o=Math.floor(Math.log(t)/Math.LN2),t*(n=Math.pow(2,-o))<1&&(o--,n*=2),2<=(t+=1<=o+a?d/n:d*Math.pow(2,1-a))*n&&(o++,n/=2),s<=o+a?(i=0,o=s):1<=o+a?(i=(t*n-1)*Math.pow(2,r),o+=a):(i=t*Math.pow(2,a-1)*Math.pow(2,r),o=0));8<=r;e[l+f]=255&i,f+=h,i/=256,r-=8);for(o=o<<r|i,u+=r;0<u;e[l+f]=255&o,f+=h,o/=256,u-=8);e[l+f-h]|=128*c}}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/ieee754/index.js","/node_modules/gulp-browserify/node_modules/ieee754")},{buffer:3,lYpoI2:11}],11:[function(e,h,t){!function(e,t,n,r,o,f,l,c,d){var i,u,s;function a(){}(e=h.exports={}).nextTick=(u="undefined"!=typeof window&&window.setImmediate,s="undefined"!=typeof window&&window.postMessage&&window.addEventListener,u?function(e){return window.setImmediate(e)}:s?(i=[],window.addEventListener("message",function(e){var t=e.source;t!==window&&null!==t||"process-tick"!==e.data||(e.stopPropagation(),0<i.length&&i.shift()())},!0),function(e){i.push(e),window.postMessage("process-tick","*")}):function(e){setTimeout(e,0)}),e.title="browser",e.browser=!0,e.env={},e.argv=[],e.on=a,e.addListener=a,e.once=a,e.off=a,e.removeListener=a,e.removeAllListeners=a,e.emit=a,e.binding=function(e){throw new Error("process.binding is not supported")},e.cwd=function(){return"/"},e.chdir=function(e){throw new Error("process.chdir is not supported")}}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/process/browser.js","/node_modules/gulp-browserify/node_modules/process")},{buffer:3,lYpoI2:11}]},{},[1])(1)});
8283
10786
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
8284
- },{}],135:[function(require,module,exports){
10787
+ },{}],144:[function(require,module,exports){
8285
10788
  // shim for using process in browser
8286
10789
  var process = module.exports = {};
8287
10790
 
@@ -8467,8 +10970,10 @@ process.chdir = function (dir) {
8467
10970
  };
8468
10971
  process.umask = function() { return 0; };
8469
10972
 
8470
- },{}],136:[function(require,module,exports){
8471
- !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.QRCodeStyling=e():t.QRCodeStyling=e()}(self,(function(){return(()=>{var t={192:(t,e)=>{var r,n,o=function(){var t=function(t,e){var r=t,n=a[e],o=null,i=0,u=null,v=[],w={},m=function(t,e){o=function(t){for(var e=new Array(t),r=0;r<t;r+=1){e[r]=new Array(t);for(var n=0;n<t;n+=1)e[r][n]=null}return e}(i=4*r+17),b(0,0),b(i-7,0),b(0,i-7),x(),_(),M(t,e),r>=7&&S(t),null==u&&(u=A(r,n,v)),C(u,e)},b=function(t,e){for(var r=-1;r<=7;r+=1)if(!(t+r<=-1||i<=t+r))for(var n=-1;n<=7;n+=1)e+n<=-1||i<=e+n||(o[t+r][e+n]=0<=r&&r<=6&&(0==n||6==n)||0<=n&&n<=6&&(0==r||6==r)||2<=r&&r<=4&&2<=n&&n<=4)},_=function(){for(var t=8;t<i-8;t+=1)null==o[t][6]&&(o[t][6]=t%2==0);for(var e=8;e<i-8;e+=1)null==o[6][e]&&(o[6][e]=e%2==0)},x=function(){for(var t=s.getPatternPosition(r),e=0;e<t.length;e+=1)for(var n=0;n<t.length;n+=1){var i=t[e],a=t[n];if(null==o[i][a])for(var u=-2;u<=2;u+=1)for(var h=-2;h<=2;h+=1)o[i+u][a+h]=-2==u||2==u||-2==h||2==h||0==u&&0==h}},S=function(t){for(var e=s.getBCHTypeNumber(r),n=0;n<18;n+=1){var a=!t&&1==(e>>n&1);o[Math.floor(n/3)][n%3+i-8-3]=a}for(n=0;n<18;n+=1)a=!t&&1==(e>>n&1),o[n%3+i-8-3][Math.floor(n/3)]=a},M=function(t,e){for(var r=n<<3|e,a=s.getBCHTypeInfo(r),u=0;u<15;u+=1){var h=!t&&1==(a>>u&1);u<6?o[u][8]=h:u<8?o[u+1][8]=h:o[i-15+u][8]=h}for(u=0;u<15;u+=1)h=!t&&1==(a>>u&1),u<8?o[8][i-u-1]=h:u<9?o[8][15-u-1+1]=h:o[8][15-u-1]=h;o[i-8][8]=!t},C=function(t,e){for(var r=-1,n=i-1,a=7,u=0,h=s.getMaskFunction(e),c=i-1;c>0;c-=2)for(6==c&&(c-=1);;){for(var l=0;l<2;l+=1)if(null==o[n][c-l]){var d=!1;u<t.length&&(d=1==(t[u]>>>a&1)),h(n,c-l)&&(d=!d),o[n][c-l]=d,-1==(a-=1)&&(u+=1,a=7)}if((n+=r)<0||i<=n){n-=r,r=-r;break}}},A=function(t,e,r){for(var n=c.getRSBlocks(t,e),o=l(),i=0;i<r.length;i+=1){var a=r[i];o.put(a.getMode(),4),o.put(a.getLength(),s.getLengthInBits(a.getMode(),t)),a.write(o)}var u=0;for(i=0;i<n.length;i+=1)u+=n[i].dataCount;if(o.getLengthInBits()>8*u)throw"code length overflow. ("+o.getLengthInBits()+">"+8*u+")";for(o.getLengthInBits()+4<=8*u&&o.put(0,4);o.getLengthInBits()%8!=0;)o.putBit(!1);for(;!(o.getLengthInBits()>=8*u||(o.put(236,8),o.getLengthInBits()>=8*u));)o.put(17,8);return function(t,e){for(var r=0,n=0,o=0,i=new Array(e.length),a=new Array(e.length),u=0;u<e.length;u+=1){var c=e[u].dataCount,l=e[u].totalCount-c;n=Math.max(n,c),o=Math.max(o,l),i[u]=new Array(c);for(var d=0;d<i[u].length;d+=1)i[u][d]=255&t.getBuffer()[d+r];r+=c;var f=s.getErrorCorrectPolynomial(l),g=h(i[u],f.getLength()-1).mod(f);for(a[u]=new Array(f.getLength()-1),d=0;d<a[u].length;d+=1){var p=d+g.getLength()-a[u].length;a[u][d]=p>=0?g.getAt(p):0}}var v=0;for(d=0;d<e.length;d+=1)v+=e[d].totalCount;var w=new Array(v),y=0;for(d=0;d<n;d+=1)for(u=0;u<e.length;u+=1)d<i[u].length&&(w[y]=i[u][d],y+=1);for(d=0;d<o;d+=1)for(u=0;u<e.length;u+=1)d<a[u].length&&(w[y]=a[u][d],y+=1);return w}(o,n)};w.addData=function(t,e){var r=null;switch(e=e||"Byte"){case"Numeric":r=d(t);break;case"Alphanumeric":r=f(t);break;case"Byte":r=g(t);break;case"Kanji":r=p(t);break;default:throw"mode:"+e}v.push(r),u=null},w.isDark=function(t,e){if(t<0||i<=t||e<0||i<=e)throw t+","+e;return o[t][e]},w.getModuleCount=function(){return i},w.make=function(){if(r<1){for(var t=1;t<40;t++){for(var e=c.getRSBlocks(t,n),o=l(),i=0;i<v.length;i++){var a=v[i];o.put(a.getMode(),4),o.put(a.getLength(),s.getLengthInBits(a.getMode(),t)),a.write(o)}var u=0;for(i=0;i<e.length;i++)u+=e[i].dataCount;if(o.getLengthInBits()<=8*u)break}r=t}m(!1,function(){for(var t=0,e=0,r=0;r<8;r+=1){m(!0,r);var n=s.getLostPoint(w);(0==r||t>n)&&(t=n,e=r)}return e}())},w.createTableTag=function(t,e){t=t||2;var r="";r+='<table style="',r+=" border-width: 0px; border-style: none;",r+=" border-collapse: collapse;",r+=" padding: 0px; margin: "+(e=void 0===e?4*t:e)+"px;",r+='">',r+="<tbody>";for(var n=0;n<w.getModuleCount();n+=1){r+="<tr>";for(var o=0;o<w.getModuleCount();o+=1)r+='<td style="',r+=" border-width: 0px; border-style: none;",r+=" border-collapse: collapse;",r+=" padding: 0px; margin: 0px;",r+=" width: "+t+"px;",r+=" height: "+t+"px;",r+=" background-color: ",r+=w.isDark(n,o)?"#000000":"#ffffff",r+=";",r+='"/>';r+="</tr>"}return(r+="</tbody>")+"</table>"},w.createSvgTag=function(t,e,r,n){var o={};"object"==typeof arguments[0]&&(t=(o=arguments[0]).cellSize,e=o.margin,r=o.alt,n=o.title),t=t||2,e=void 0===e?4*t:e,(r="string"==typeof r?{text:r}:r||{}).text=r.text||null,r.id=r.text?r.id||"qrcode-description":null,(n="string"==typeof n?{text:n}:n||{}).text=n.text||null,n.id=n.text?n.id||"qrcode-title":null;var i,a,s,u,h=w.getModuleCount()*t+2*e,c="";for(u="l"+t+",0 0,"+t+" -"+t+",0 0,-"+t+"z ",c+='<svg version="1.1" xmlns="http://www.w3.org/2000/svg"',c+=o.scalable?"":' width="'+h+'px" height="'+h+'px"',c+=' viewBox="0 0 '+h+" "+h+'" ',c+=' preserveAspectRatio="xMinYMin meet"',c+=n.text||r.text?' role="img" aria-labelledby="'+k([n.id,r.id].join(" ").trim())+'"':"",c+=">",c+=n.text?'<title id="'+k(n.id)+'">'+k(n.text)+"</title>":"",c+=r.text?'<description id="'+k(r.id)+'">'+k(r.text)+"</description>":"",c+='<rect width="100%" height="100%" fill="white" cx="0" cy="0"/>',c+='<path d="',a=0;a<w.getModuleCount();a+=1)for(s=a*t+e,i=0;i<w.getModuleCount();i+=1)w.isDark(a,i)&&(c+="M"+(i*t+e)+","+s+u);return(c+='" stroke="transparent" fill="black"/>')+"</svg>"},w.createDataURL=function(t,e){t=t||2,e=void 0===e?4*t:e;var r=w.getModuleCount()*t+2*e,n=e,o=r-e;return y(r,r,(function(e,r){if(n<=e&&e<o&&n<=r&&r<o){var i=Math.floor((e-n)/t),a=Math.floor((r-n)/t);return w.isDark(a,i)?0:1}return 1}))},w.createImgTag=function(t,e,r){t=t||2,e=void 0===e?4*t:e;var n=w.getModuleCount()*t+2*e,o="";return o+="<img",o+=' src="',o+=w.createDataURL(t,e),o+='"',o+=' width="',o+=n,o+='"',o+=' height="',o+=n,o+='"',r&&(o+=' alt="',o+=k(r),o+='"'),o+"/>"};var k=function(t){for(var e="",r=0;r<t.length;r+=1){var n=t.charAt(r);switch(n){case"<":e+="&lt;";break;case">":e+="&gt;";break;case"&":e+="&amp;";break;case'"':e+="&quot;";break;default:e+=n}}return e};return w.createASCII=function(t,e){if((t=t||1)<2)return function(t){t=void 0===t?2:t;var e,r,n,o,i,a=1*w.getModuleCount()+2*t,s=t,u=a-t,h={"██":"█","█ ":"▀"," █":"▄"," ":" "},c={"██":"▀","█ ":"▀"," █":" "," ":" "},l="";for(e=0;e<a;e+=2){for(n=Math.floor((e-s)/1),o=Math.floor((e+1-s)/1),r=0;r<a;r+=1)i="█",s<=r&&r<u&&s<=e&&e<u&&w.isDark(n,Math.floor((r-s)/1))&&(i=" "),s<=r&&r<u&&s<=e+1&&e+1<u&&w.isDark(o,Math.floor((r-s)/1))?i+=" ":i+="█",l+=t<1&&e+1>=u?c[i]:h[i];l+="\n"}return a%2&&t>0?l.substring(0,l.length-a-1)+Array(a+1).join("▀"):l.substring(0,l.length-1)}(e);t-=1,e=void 0===e?2*t:e;var r,n,o,i,a=w.getModuleCount()*t+2*e,s=e,u=a-e,h=Array(t+1).join("██"),c=Array(t+1).join(" "),l="",d="";for(r=0;r<a;r+=1){for(o=Math.floor((r-s)/t),d="",n=0;n<a;n+=1)i=1,s<=n&&n<u&&s<=r&&r<u&&w.isDark(o,Math.floor((n-s)/t))&&(i=0),d+=i?h:c;for(o=0;o<t;o+=1)l+=d+"\n"}return l.substring(0,l.length-1)},w.renderTo2dContext=function(t,e){e=e||2;for(var r=w.getModuleCount(),n=0;n<r;n++)for(var o=0;o<r;o++)t.fillStyle=w.isDark(n,o)?"black":"white",t.fillRect(n*e,o*e,e,e)},w};t.stringToBytes=(t.stringToBytesFuncs={default:function(t){for(var e=[],r=0;r<t.length;r+=1){var n=t.charCodeAt(r);e.push(255&n)}return e}}).default,t.createStringToBytes=function(t,e){var r=function(){for(var r=w(t),n=function(){var t=r.read();if(-1==t)throw"eof";return t},o=0,i={};;){var a=r.read();if(-1==a)break;var s=n(),u=n()<<8|n();i[String.fromCharCode(a<<8|s)]=u,o+=1}if(o!=e)throw o+" != "+e;return i}(),n="?".charCodeAt(0);return function(t){for(var e=[],o=0;o<t.length;o+=1){var i=t.charCodeAt(o);if(i<128)e.push(i);else{var a=r[t.charAt(o)];"number"==typeof a?(255&a)==a?e.push(a):(e.push(a>>>8),e.push(255&a)):e.push(n)}}return e}};var e,r,n,o,i,a={L:1,M:0,Q:3,H:2},s=(e=[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],r=1335,n=7973,i=function(t){for(var e=0;0!=t;)e+=1,t>>>=1;return e},(o={}).getBCHTypeInfo=function(t){for(var e=t<<10;i(e)-i(r)>=0;)e^=r<<i(e)-i(r);return 21522^(t<<10|e)},o.getBCHTypeNumber=function(t){for(var e=t<<12;i(e)-i(n)>=0;)e^=n<<i(e)-i(n);return t<<12|e},o.getPatternPosition=function(t){return e[t-1]},o.getMaskFunction=function(t){switch(t){case 0:return function(t,e){return(t+e)%2==0};case 1:return function(t,e){return t%2==0};case 2:return function(t,e){return e%3==0};case 3:return function(t,e){return(t+e)%3==0};case 4:return function(t,e){return(Math.floor(t/2)+Math.floor(e/3))%2==0};case 5:return function(t,e){return t*e%2+t*e%3==0};case 6:return function(t,e){return(t*e%2+t*e%3)%2==0};case 7:return function(t,e){return(t*e%3+(t+e)%2)%2==0};default:throw"bad maskPattern:"+t}},o.getErrorCorrectPolynomial=function(t){for(var e=h([1],0),r=0;r<t;r+=1)e=e.multiply(h([1,u.gexp(r)],0));return e},o.getLengthInBits=function(t,e){if(1<=e&&e<10)switch(t){case 1:return 10;case 2:return 9;case 4:case 8:return 8;default:throw"mode:"+t}else if(e<27)switch(t){case 1:return 12;case 2:return 11;case 4:return 16;case 8:return 10;default:throw"mode:"+t}else{if(!(e<41))throw"type:"+e;switch(t){case 1:return 14;case 2:return 13;case 4:return 16;case 8:return 12;default:throw"mode:"+t}}},o.getLostPoint=function(t){for(var e=t.getModuleCount(),r=0,n=0;n<e;n+=1)for(var o=0;o<e;o+=1){for(var i=0,a=t.isDark(n,o),s=-1;s<=1;s+=1)if(!(n+s<0||e<=n+s))for(var u=-1;u<=1;u+=1)o+u<0||e<=o+u||0==s&&0==u||a==t.isDark(n+s,o+u)&&(i+=1);i>5&&(r+=3+i-5)}for(n=0;n<e-1;n+=1)for(o=0;o<e-1;o+=1){var h=0;t.isDark(n,o)&&(h+=1),t.isDark(n+1,o)&&(h+=1),t.isDark(n,o+1)&&(h+=1),t.isDark(n+1,o+1)&&(h+=1),0!=h&&4!=h||(r+=3)}for(n=0;n<e;n+=1)for(o=0;o<e-6;o+=1)t.isDark(n,o)&&!t.isDark(n,o+1)&&t.isDark(n,o+2)&&t.isDark(n,o+3)&&t.isDark(n,o+4)&&!t.isDark(n,o+5)&&t.isDark(n,o+6)&&(r+=40);for(o=0;o<e;o+=1)for(n=0;n<e-6;n+=1)t.isDark(n,o)&&!t.isDark(n+1,o)&&t.isDark(n+2,o)&&t.isDark(n+3,o)&&t.isDark(n+4,o)&&!t.isDark(n+5,o)&&t.isDark(n+6,o)&&(r+=40);var c=0;for(o=0;o<e;o+=1)for(n=0;n<e;n+=1)t.isDark(n,o)&&(c+=1);return r+Math.abs(100*c/e/e-50)/5*10},o),u=function(){for(var t=new Array(256),e=new Array(256),r=0;r<8;r+=1)t[r]=1<<r;for(r=8;r<256;r+=1)t[r]=t[r-4]^t[r-5]^t[r-6]^t[r-8];for(r=0;r<255;r+=1)e[t[r]]=r;return{glog:function(t){if(t<1)throw"glog("+t+")";return e[t]},gexp:function(e){for(;e<0;)e+=255;for(;e>=256;)e-=255;return t[e]}}}();function h(t,e){if(void 0===t.length)throw t.length+"/"+e;var r=function(){for(var r=0;r<t.length&&0==t[r];)r+=1;for(var n=new Array(t.length-r+e),o=0;o<t.length-r;o+=1)n[o]=t[o+r];return n}(),n={getAt:function(t){return r[t]},getLength:function(){return r.length},multiply:function(t){for(var e=new Array(n.getLength()+t.getLength()-1),r=0;r<n.getLength();r+=1)for(var o=0;o<t.getLength();o+=1)e[r+o]^=u.gexp(u.glog(n.getAt(r))+u.glog(t.getAt(o)));return h(e,0)},mod:function(t){if(n.getLength()-t.getLength()<0)return n;for(var e=u.glog(n.getAt(0))-u.glog(t.getAt(0)),r=new Array(n.getLength()),o=0;o<n.getLength();o+=1)r[o]=n.getAt(o);for(o=0;o<t.getLength();o+=1)r[o]^=u.gexp(u.glog(t.getAt(o))+e);return h(r,0).mod(t)}};return n}var c=function(){var t=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12,7,37,13],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]],e=function(t,e){var r={};return r.totalCount=t,r.dataCount=e,r},r={getRSBlocks:function(r,n){var o=function(e,r){switch(r){case a.L:return t[4*(e-1)+0];case a.M:return t[4*(e-1)+1];case a.Q:return t[4*(e-1)+2];case a.H:return t[4*(e-1)+3];default:return}}(r,n);if(void 0===o)throw"bad rs block @ typeNumber:"+r+"/errorCorrectionLevel:"+n;for(var i=o.length/3,s=[],u=0;u<i;u+=1)for(var h=o[3*u+0],c=o[3*u+1],l=o[3*u+2],d=0;d<h;d+=1)s.push(e(c,l));return s}};return r}(),l=function(){var t=[],e=0,r={getBuffer:function(){return t},getAt:function(e){var r=Math.floor(e/8);return 1==(t[r]>>>7-e%8&1)},put:function(t,e){for(var n=0;n<e;n+=1)r.putBit(1==(t>>>e-n-1&1))},getLengthInBits:function(){return e},putBit:function(r){var n=Math.floor(e/8);t.length<=n&&t.push(0),r&&(t[n]|=128>>>e%8),e+=1}};return r},d=function(t){var e=t,r={getMode:function(){return 1},getLength:function(t){return e.length},write:function(t){for(var r=e,o=0;o+2<r.length;)t.put(n(r.substring(o,o+3)),10),o+=3;o<r.length&&(r.length-o==1?t.put(n(r.substring(o,o+1)),4):r.length-o==2&&t.put(n(r.substring(o,o+2)),7))}},n=function(t){for(var e=0,r=0;r<t.length;r+=1)e=10*e+o(t.charAt(r));return e},o=function(t){if("0"<=t&&t<="9")return t.charCodeAt(0)-"0".charCodeAt(0);throw"illegal char :"+t};return r},f=function(t){var e=t,r={getMode:function(){return 2},getLength:function(t){return e.length},write:function(t){for(var r=e,o=0;o+1<r.length;)t.put(45*n(r.charAt(o))+n(r.charAt(o+1)),11),o+=2;o<r.length&&t.put(n(r.charAt(o)),6)}},n=function(t){if("0"<=t&&t<="9")return t.charCodeAt(0)-"0".charCodeAt(0);if("A"<=t&&t<="Z")return t.charCodeAt(0)-"A".charCodeAt(0)+10;switch(t){case" ":return 36;case"$":return 37;case"%":return 38;case"*":return 39;case"+":return 40;case"-":return 41;case".":return 42;case"/":return 43;case":":return 44;default:throw"illegal char :"+t}};return r},g=function(e){var r=t.stringToBytes(e);return{getMode:function(){return 4},getLength:function(t){return r.length},write:function(t){for(var e=0;e<r.length;e+=1)t.put(r[e],8)}}},p=function(e){var r=t.stringToBytesFuncs.SJIS;if(!r)throw"sjis not supported.";!function(t,e){var n=r("友");if(2!=n.length||38726!=(n[0]<<8|n[1]))throw"sjis not supported."}();var n=r(e);return{getMode:function(){return 8},getLength:function(t){return~~(n.length/2)},write:function(t){for(var e=n,r=0;r+1<e.length;){var o=(255&e[r])<<8|255&e[r+1];if(33088<=o&&o<=40956)o-=33088;else{if(!(57408<=o&&o<=60351))throw"illegal char at "+(r+1)+"/"+o;o-=49472}o=192*(o>>>8&255)+(255&o),t.put(o,13),r+=2}if(r<e.length)throw"illegal char at "+(r+1)}}},v=function(){var t=[],e={writeByte:function(e){t.push(255&e)},writeShort:function(t){e.writeByte(t),e.writeByte(t>>>8)},writeBytes:function(t,r,n){r=r||0,n=n||t.length;for(var o=0;o<n;o+=1)e.writeByte(t[o+r])},writeString:function(t){for(var r=0;r<t.length;r+=1)e.writeByte(t.charCodeAt(r))},toByteArray:function(){return t},toString:function(){var e="";e+="[";for(var r=0;r<t.length;r+=1)r>0&&(e+=","),e+=t[r];return e+"]"}};return e},w=function(t){var e=t,r=0,n=0,o=0,i={read:function(){for(;o<8;){if(r>=e.length){if(0==o)return-1;throw"unexpected end of file./"+o}var t=e.charAt(r);if(r+=1,"="==t)return o=0,-1;t.match(/^\s$/)||(n=n<<6|a(t.charCodeAt(0)),o+=6)}var i=n>>>o-8&255;return o-=8,i}},a=function(t){if(65<=t&&t<=90)return t-65;if(97<=t&&t<=122)return t-97+26;if(48<=t&&t<=57)return t-48+52;if(43==t)return 62;if(47==t)return 63;throw"c:"+t};return i},y=function(t,e,r){for(var n=function(t,e){var r=t,n=e,o=new Array(t*e),i={setPixel:function(t,e,n){o[e*r+t]=n},write:function(t){t.writeString("GIF87a"),t.writeShort(r),t.writeShort(n),t.writeByte(128),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(255),t.writeByte(255),t.writeByte(255),t.writeString(","),t.writeShort(0),t.writeShort(0),t.writeShort(r),t.writeShort(n),t.writeByte(0);var e=a(2);t.writeByte(2);for(var o=0;e.length-o>255;)t.writeByte(255),t.writeBytes(e,o,255),o+=255;t.writeByte(e.length-o),t.writeBytes(e,o,e.length-o),t.writeByte(0),t.writeString(";")}},a=function(t){for(var e=1<<t,r=1+(1<<t),n=t+1,i=s(),a=0;a<e;a+=1)i.add(String.fromCharCode(a));i.add(String.fromCharCode(e)),i.add(String.fromCharCode(r));var u,h,c,l=v(),d=(u=l,h=0,c=0,{write:function(t,e){if(t>>>e!=0)throw"length over";for(;h+e>=8;)u.writeByte(255&(t<<h|c)),e-=8-h,t>>>=8-h,c=0,h=0;c|=t<<h,h+=e},flush:function(){h>0&&u.writeByte(c)}});d.write(e,n);var f=0,g=String.fromCharCode(o[f]);for(f+=1;f<o.length;){var p=String.fromCharCode(o[f]);f+=1,i.contains(g+p)?g+=p:(d.write(i.indexOf(g),n),i.size()<4095&&(i.size()==1<<n&&(n+=1),i.add(g+p)),g=p)}return d.write(i.indexOf(g),n),d.write(r,n),d.flush(),l.toByteArray()},s=function(){var t={},e=0,r={add:function(n){if(r.contains(n))throw"dup key:"+n;t[n]=e,e+=1},size:function(){return e},indexOf:function(e){return t[e]},contains:function(e){return void 0!==t[e]}};return r};return i}(t,e),o=0;o<e;o+=1)for(var i=0;i<t;i+=1)n.setPixel(i,o,r(i,o));var a=v();n.write(a);for(var s=function(){var t=0,e=0,r=0,n="",o={},i=function(t){n+=String.fromCharCode(a(63&t))},a=function(t){if(t<0);else{if(t<26)return 65+t;if(t<52)return t-26+97;if(t<62)return t-52+48;if(62==t)return 43;if(63==t)return 47}throw"n:"+t};return o.writeByte=function(n){for(t=t<<8|255&n,e+=8,r+=1;e>=6;)i(t>>>e-6),e-=6},o.flush=function(){if(e>0&&(i(t<<6-e),t=0,e=0),r%3!=0)for(var o=3-r%3,a=0;a<o;a+=1)n+="="},o.toString=function(){return n},o}(),u=a.toByteArray(),h=0;h<u.length;h+=1)s.writeByte(u[h]);return s.flush(),"data:image/gif;base64,"+s};return t}();o.stringToBytesFuncs["UTF-8"]=function(t){return function(t){for(var e=[],r=0;r<t.length;r++){var n=t.charCodeAt(r);n<128?e.push(n):n<2048?e.push(192|n>>6,128|63&n):n<55296||n>=57344?e.push(224|n>>12,128|n>>6&63,128|63&n):(r++,n=65536+((1023&n)<<10|1023&t.charCodeAt(r)),e.push(240|n>>18,128|n>>12&63,128|n>>6&63,128|63&n))}return e}(t)},void 0===(n="function"==typeof(r=function(){return o})?r.apply(e,[]):r)||(t.exports=n)},676:(t,e,r)=>{"use strict";r.d(e,{default:()=>q});var n=function(){return(n=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},o=function(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;var n=Array(t),o=0;for(e=0;e<r;e++)for(var i=arguments[e],a=0,s=i.length;a<s;a++,o++)n[o]=i[a];return n},i=function(t){return!!t&&"object"==typeof t&&!Array.isArray(t)};function a(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r];if(!e.length)return t;var s=e.shift();return void 0!==s&&i(t)&&i(s)?(t=n({},t),Object.keys(s).forEach((function(e){var r=t[e],n=s[e];Array.isArray(r)&&Array.isArray(n)?t[e]=n:i(r)&&i(n)?t[e]=a(Object.assign({},r),n):t[e]=n})),a.apply(void 0,o([t],e))):t}function s(t,e){var r=document.createElement("a");r.download=e,r.href=t,document.body.appendChild(r),r.click(),document.body.removeChild(r)}function u(t){return e=this,r=void 0,o=function(){return function(t,e){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}(this,(function(e){return[2,new Promise((function(e){var r=new XMLHttpRequest;r.onload=function(){var t=new FileReader;t.onloadend=function(){e(t.result)},t.readAsDataURL(r.response)},r.open("GET",t),r.responseType="blob",r.send()}))]}))},new((n=void 0)||(n=Promise))((function(t,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(e){var r;e.done?t(e.value):(r=e.value,r instanceof n?r:new n((function(t){t(r)}))).then(a,s)}u((o=o.apply(e,r||[])).next())}));var e,r,n,o}const h={L:.07,M:.15,Q:.25,H:.3};var c=function(){return(c=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};const l=function(){function t(t){var e=t.svg,r=t.type;this._svg=e,this._type=r}return t.prototype.draw=function(t,e,r,n){var o;switch(this._type){case"dots":o=this._drawDot;break;case"classy":o=this._drawClassy;break;case"classy-rounded":o=this._drawClassyRounded;break;case"rounded":o=this._drawRounded;break;case"extra-rounded":o=this._drawExtraRounded;break;case"square":default:o=this._drawSquare}o.call(this,{x:t,y:e,size:r,getNeighbor:n})},t.prototype._rotateFigure=function(t){var e,r=t.x,n=t.y,o=t.size,i=t.rotation,a=void 0===i?0:i,s=r+o/2,u=n+o/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+u+")")},t.prototype._basicDot=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(c(c({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","circle"),e._element.setAttribute("cx",String(n+r/2)),e._element.setAttribute("cy",String(o+r/2)),e._element.setAttribute("r",String(r/2))}}))},t.prototype._basicSquare=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(c(c({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","rect"),e._element.setAttribute("x",String(n)),e._element.setAttribute("y",String(o)),e._element.setAttribute("width",String(r)),e._element.setAttribute("height",String(r))}}))},t.prototype._basicSideRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(c(c({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r/2+"a "+r/2+" "+r/2+", 0, 0, 0, 0 "+-r)}}))},t.prototype._basicCornerRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(c(c({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r+"v "+-r/2+"a "+r/2+" "+r/2+", 0, 0, 0, "+-r/2+" "+-r/2)}}))},t.prototype._basicCornerExtraRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(c(c({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r+"a "+r+" "+r+", 0, 0, 0, "+-r+" "+-r)}}))},t.prototype._basicCornersRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(c(c({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r/2+"a "+r/2+" "+r/2+", 0, 0, 0, "+r/2+" "+r/2+"h "+r/2+"v "+-r/2+"a "+r/2+" "+r/2+", 0, 0, 0, "+-r/2+" "+-r/2)}}))},t.prototype._drawDot=function(t){var e=t.x,r=t.y,n=t.size;this._basicDot({x:e,y:r,size:n,rotation:0})},t.prototype._drawSquare=function(t){var e=t.x,r=t.y,n=t.size;this._basicSquare({x:e,y:r,size:n,rotation:0})},t.prototype._drawRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0,h=i+a+s+u;if(0!==h)if(h>2||i&&a||s&&u)this._basicSquare({x:e,y:r,size:n,rotation:0});else{if(2===h){var c=0;return i&&s?c=Math.PI/2:s&&a?c=Math.PI:a&&u&&(c=-Math.PI/2),void this._basicCornerRounded({x:e,y:r,size:n,rotation:c})}if(1===h)return c=0,s?c=Math.PI/2:a?c=Math.PI:u&&(c=-Math.PI/2),void this._basicSideRounded({x:e,y:r,size:n,rotation:c})}else this._basicDot({x:e,y:r,size:n,rotation:0})},t.prototype._drawExtraRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0,h=i+a+s+u;if(0!==h)if(h>2||i&&a||s&&u)this._basicSquare({x:e,y:r,size:n,rotation:0});else{if(2===h){var c=0;return i&&s?c=Math.PI/2:s&&a?c=Math.PI:a&&u&&(c=-Math.PI/2),void this._basicCornerExtraRounded({x:e,y:r,size:n,rotation:c})}if(1===h)return c=0,s?c=Math.PI/2:a?c=Math.PI:u&&(c=-Math.PI/2),void this._basicSideRounded({x:e,y:r,size:n,rotation:c})}else this._basicDot({x:e,y:r,size:n,rotation:0})},t.prototype._drawClassy=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0;0!==i+a+s+u?i||s?a||u?this._basicSquare({x:e,y:r,size:n,rotation:0}):this._basicCornerRounded({x:e,y:r,size:n,rotation:Math.PI/2}):this._basicCornerRounded({x:e,y:r,size:n,rotation:-Math.PI/2}):this._basicCornersRounded({x:e,y:r,size:n,rotation:Math.PI/2})},t.prototype._drawClassyRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0;0!==i+a+s+u?i||s?a||u?this._basicSquare({x:e,y:r,size:n,rotation:0}):this._basicCornerExtraRounded({x:e,y:r,size:n,rotation:Math.PI/2}):this._basicCornerExtraRounded({x:e,y:r,size:n,rotation:-Math.PI/2}):this._basicCornersRounded({x:e,y:r,size:n,rotation:Math.PI/2})},t}();var d=function(){return(d=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};const f=function(){function t(t){var e=t.svg,r=t.type;this._svg=e,this._type=r}return t.prototype.draw=function(t,e,r,n){var o;switch(this._type){case"square":o=this._drawSquare;break;case"extra-rounded":o=this._drawExtraRounded;break;case"dot":default:o=this._drawDot}o.call(this,{x:t,y:e,size:r,rotation:n})},t.prototype._rotateFigure=function(t){var e,r=t.x,n=t.y,o=t.size,i=t.rotation,a=void 0===i?0:i,s=r+o/2,u=n+o/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+u+")")},t.prototype._basicDot=function(t){var e=this,r=t.size,n=t.x,o=t.y,i=r/7;this._rotateFigure(d(d({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+(n+r/2)+" "+o+"a "+r/2+" "+r/2+" 0 1 0 0.1 0zm 0 "+i+"a "+(r/2-i)+" "+(r/2-i)+" 0 1 1 -0.1 0Z")}}))},t.prototype._basicSquare=function(t){var e=this,r=t.size,n=t.x,o=t.y,i=r/7;this._rotateFigure(d(d({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r+"v "+-r+"zM "+(n+i)+" "+(o+i)+"h "+(r-2*i)+"v "+(r-2*i)+"h "+(2*i-r)+"z")}}))},t.prototype._basicExtraRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y,i=r/7;this._rotateFigure(d(d({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+n+" "+(o+2.5*i)+"v "+2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*i+" "+2.5*i+"h "+2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*i+" "+2.5*-i+"v "+-2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*-i+" "+2.5*-i+"h "+-2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*-i+" "+2.5*i+"M "+(n+2.5*i)+" "+(o+i)+"h "+2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*i+" "+1.5*i+"v "+2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*-i+" "+1.5*i+"h "+-2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*-i+" "+1.5*-i+"v "+-2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*i+" "+1.5*-i)}}))},t.prototype._drawDot=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicDot({x:e,y:r,size:n,rotation:o})},t.prototype._drawSquare=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicSquare({x:e,y:r,size:n,rotation:o})},t.prototype._drawExtraRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicExtraRounded({x:e,y:r,size:n,rotation:o})},t}();var g=function(){return(g=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};const p=function(){function t(t){var e=t.svg,r=t.type;this._svg=e,this._type=r}return t.prototype.draw=function(t,e,r,n){var o;switch(this._type){case"square":o=this._drawSquare;break;case"dot":default:o=this._drawDot}o.call(this,{x:t,y:e,size:r,rotation:n})},t.prototype._rotateFigure=function(t){var e,r=t.x,n=t.y,o=t.size,i=t.rotation,a=void 0===i?0:i,s=r+o/2,u=n+o/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+u+")")},t.prototype._basicDot=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(g(g({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","circle"),e._element.setAttribute("cx",String(n+r/2)),e._element.setAttribute("cy",String(o+r/2)),e._element.setAttribute("r",String(r/2))}}))},t.prototype._basicSquare=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(g(g({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","rect"),e._element.setAttribute("x",String(n)),e._element.setAttribute("y",String(o)),e._element.setAttribute("width",String(r)),e._element.setAttribute("height",String(r))}}))},t.prototype._drawDot=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicDot({x:e,y:r,size:n,rotation:o})},t.prototype._drawSquare=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicSquare({x:e,y:r,size:n,rotation:o})},t}(),v="circle";var w=function(t,e,r,n){return new(r||(r=Promise))((function(o,i){function a(t){try{u(n.next(t))}catch(t){i(t)}}function s(t){try{u(n.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(a,s)}u((n=n.apply(t,e||[])).next())}))},y=function(t,e){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},m=[[1,1,1,1,1,1,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,1,1,1,1,1,1]],b=[[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,1,1,1,0,0],[0,0,1,1,1,0,0],[0,0,1,1,1,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]];const _=function(){function t(t){this._element=document.createElementNS("http://www.w3.org/2000/svg","svg"),this._element.setAttribute("width",String(t.width)),this._element.setAttribute("height",String(t.height)),this._defs=document.createElementNS("http://www.w3.org/2000/svg","defs"),this._element.appendChild(this._defs),this._options=t}return Object.defineProperty(t.prototype,"width",{get:function(){return this._options.width},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"height",{get:function(){return this._options.height},enumerable:!1,configurable:!0}),t.prototype.getElement=function(){return this._element},t.prototype.drawQR=function(t){return w(this,void 0,void 0,(function(){var e,r,n,o,i,a,s,u,c,l,d=this;return y(this,(function(f){switch(f.label){case 0:return e=t.getModuleCount(),r=Math.min(this._options.width,this._options.height)-2*this._options.margin,n=this._options.shape===v?r/Math.sqrt(2):r,o=Math.floor(n/e),i={hideXDots:0,hideYDots:0,width:0,height:0},this._qr=t,this._options.image?[4,this.loadImage()]:[3,2];case 1:if(f.sent(),!this._image)return[2];a=this._options,s=a.imageOptions,u=a.qrOptions,c=s.imageSize*h[u.errorCorrectionLevel],l=Math.floor(c*e*e),i=function(t){var e=t.originalHeight,r=t.originalWidth,n=t.maxHiddenDots,o=t.maxHiddenAxisDots,i=t.dotSize,a={x:0,y:0},s={x:0,y:0};if(e<=0||r<=0||n<=0||i<=0)return{height:0,width:0,hideYDots:0,hideXDots:0};var u=e/r;return a.x=Math.floor(Math.sqrt(n/u)),a.x<=0&&(a.x=1),o&&o<a.x&&(a.x=o),a.x%2==0&&a.x--,s.x=a.x*i,a.y=1+2*Math.ceil((a.x*u-1)/2),s.y=Math.round(s.x*u),(a.y*a.x>n||o&&o<a.y)&&(o&&o<a.y?(a.y=o,a.y%2==0&&a.x--):a.y-=2,s.y=a.y*i,a.x=1+2*Math.ceil((a.y/u-1)/2),s.x=Math.round(s.y/u)),{height:s.y,width:s.x,hideYDots:a.y,hideXDots:a.x}}({originalWidth:this._image.width,originalHeight:this._image.height,maxHiddenDots:l,maxHiddenAxisDots:e-14,dotSize:o}),f.label=2;case 2:return this.drawBackground(),this.drawDots((function(t,r){var n,o,a,s,u,h;return!(d._options.imageOptions.hideBackgroundDots&&t>=(e-i.hideXDots)/2&&t<(e+i.hideXDots)/2&&r>=(e-i.hideYDots)/2&&r<(e+i.hideYDots)/2||(null===(n=m[t])||void 0===n?void 0:n[r])||(null===(o=m[t-e+7])||void 0===o?void 0:o[r])||(null===(a=m[t])||void 0===a?void 0:a[r-e+7])||(null===(s=b[t])||void 0===s?void 0:s[r])||(null===(u=b[t-e+7])||void 0===u?void 0:u[r])||(null===(h=b[t])||void 0===h?void 0:h[r-e+7]))})),this.drawCorners(),this._options.image?[4,this.drawImage({width:i.width,height:i.height,count:e,dotSize:o})]:[3,4];case 3:f.sent(),f.label=4;case 4:return[2]}}))}))},t.prototype.drawBackground=function(){var t,e,r,n=this._element,o=this._options;if(n){var i=null===(t=o.backgroundOptions)||void 0===t?void 0:t.gradient,a=null===(e=o.backgroundOptions)||void 0===e?void 0:e.color;if((i||a)&&this._createColor({options:i,color:a,additionalRotation:0,x:0,y:0,height:o.height,width:o.width,name:"background-color"}),null===(r=o.backgroundOptions)||void 0===r?void 0:r.round){var s=Math.min(o.width,o.height),u=document.createElementNS("http://www.w3.org/2000/svg","rect");this._backgroundClipPath=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),this._backgroundClipPath.setAttribute("id","clip-path-background-color"),this._defs.appendChild(this._backgroundClipPath),u.setAttribute("x",String((o.width-s)/2)),u.setAttribute("y",String((o.height-s)/2)),u.setAttribute("width",String(s)),u.setAttribute("height",String(s)),u.setAttribute("rx",String(s/2*o.backgroundOptions.round)),this._backgroundClipPath.appendChild(u)}}},t.prototype.drawDots=function(t){var e,r,n=this;if(!this._qr)throw"QR code is not defined";var o=this._options,i=this._qr.getModuleCount();if(i>o.width||i>o.height)throw"The canvas is too small.";var a=Math.min(o.width,o.height)-2*o.margin,s=o.shape===v?a/Math.sqrt(2):a,u=Math.floor(s/i),h=Math.floor((o.width-i*u)/2),c=Math.floor((o.height-i*u)/2),d=new l({svg:this._element,type:o.dotsOptions.type});this._dotsClipPath=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),this._dotsClipPath.setAttribute("id","clip-path-dot-color"),this._defs.appendChild(this._dotsClipPath),this._createColor({options:null===(e=o.dotsOptions)||void 0===e?void 0:e.gradient,color:o.dotsOptions.color,additionalRotation:0,x:0,y:0,height:o.height,width:o.width,name:"dot-color"});for(var f=function(e){for(var o=function(o){return t&&!t(e,o)?"continue":(null===(r=g._qr)||void 0===r?void 0:r.isDark(e,o))?(d.draw(h+e*u,c+o*u,u,(function(r,a){return!(e+r<0||o+a<0||e+r>=i||o+a>=i)&&!(t&&!t(e+r,o+a))&&!!n._qr&&n._qr.isDark(e+r,o+a)})),void(d._element&&g._dotsClipPath&&g._dotsClipPath.appendChild(d._element))):"continue"},a=0;a<i;a++)o(a)},g=this,p=0;p<i;p++)f(p);if(o.shape===v){var w=Math.floor((a/u-i)/2),y=i+2*w,m=h-w*u,b=c-w*u,_=[],x=Math.floor(y/2);for(p=0;p<y;p++){_[p]=[];for(var S=0;S<y;S++)p>=w-1&&p<=y-w&&S>=w-1&&S<=y-w||Math.sqrt((p-x)*(p-x)+(S-x)*(S-x))>x?_[p][S]=0:_[p][S]=this._qr.isDark(S-2*w<0?S:S>=i?S-2*w:S-w,p-2*w<0?p:p>=i?p-2*w:p-w)?1:0}var M=function(t){for(var e=function(e){if(!_[t][e])return"continue";d.draw(m+t*u,b+e*u,u,(function(r,n){var o;return!!(null===(o=_[t+r])||void 0===o?void 0:o[e+n])})),d._element&&C._dotsClipPath&&C._dotsClipPath.appendChild(d._element)},r=0;r<y;r++)e(r)},C=this;for(p=0;p<y;p++)M(p)}},t.prototype.drawCorners=function(){var t=this;if(!this._qr)throw"QR code is not defined";var e=this._element,r=this._options;if(!e)throw"Element code is not defined";var n=this._qr.getModuleCount(),o=Math.min(r.width,r.height)-2*r.margin,i=r.shape===v?o/Math.sqrt(2):o,a=Math.floor(i/n),s=7*a,u=3*a,h=Math.floor((r.width-n*a)/2),c=Math.floor((r.height-n*a)/2);[[0,0,0],[1,0,Math.PI/2],[0,1,-Math.PI/2]].forEach((function(e){var o,i,d,g,v,w,y,_,x,S,M,C,A=e[0],k=e[1],O=e[2],D=h+A*a*(n-7),P=c+k*a*(n-7),z=t._dotsClipPath,B=t._dotsClipPath;if(((null===(o=r.cornersSquareOptions)||void 0===o?void 0:o.gradient)||(null===(i=r.cornersSquareOptions)||void 0===i?void 0:i.color))&&((z=document.createElementNS("http://www.w3.org/2000/svg","clipPath")).setAttribute("id","clip-path-corners-square-color-"+A+"-"+k),t._defs.appendChild(z),t._cornersSquareClipPath=t._cornersDotClipPath=B=z,t._createColor({options:null===(d=r.cornersSquareOptions)||void 0===d?void 0:d.gradient,color:null===(g=r.cornersSquareOptions)||void 0===g?void 0:g.color,additionalRotation:O,x:D,y:P,height:s,width:s,name:"corners-square-color-"+A+"-"+k})),null===(v=r.cornersSquareOptions)||void 0===v?void 0:v.type){var q=new f({svg:t._element,type:r.cornersSquareOptions.type});q.draw(D,P,s,O),q._element&&z&&z.appendChild(q._element)}else for(var I=new l({svg:t._element,type:r.dotsOptions.type}),E=function(t){for(var e=function(e){if(!(null===(w=m[t])||void 0===w?void 0:w[e]))return"continue";I.draw(D+t*a,P+e*a,a,(function(r,n){var o;return!!(null===(o=m[t+r])||void 0===o?void 0:o[e+n])})),I._element&&z&&z.appendChild(I._element)},r=0;r<m[t].length;r++)e(r)},L=0;L<m.length;L++)E(L);if(((null===(y=r.cornersDotOptions)||void 0===y?void 0:y.gradient)||(null===(_=r.cornersDotOptions)||void 0===_?void 0:_.color))&&((B=document.createElementNS("http://www.w3.org/2000/svg","clipPath")).setAttribute("id","clip-path-corners-dot-color-"+A+"-"+k),t._defs.appendChild(B),t._cornersDotClipPath=B,t._createColor({options:null===(x=r.cornersDotOptions)||void 0===x?void 0:x.gradient,color:null===(S=r.cornersDotOptions)||void 0===S?void 0:S.color,additionalRotation:O,x:D+2*a,y:P+2*a,height:u,width:u,name:"corners-dot-color-"+A+"-"+k})),null===(M=r.cornersDotOptions)||void 0===M?void 0:M.type){var R=new p({svg:t._element,type:r.cornersDotOptions.type});R.draw(D+2*a,P+2*a,u,O),R._element&&B&&B.appendChild(R._element)}else{I=new l({svg:t._element,type:r.dotsOptions.type});var N=function(t){for(var e=function(e){if(!(null===(C=b[t])||void 0===C?void 0:C[e]))return"continue";I.draw(D+t*a,P+e*a,a,(function(r,n){var o;return!!(null===(o=b[t+r])||void 0===o?void 0:o[e+n])})),I._element&&B&&B.appendChild(I._element)},r=0;r<b[t].length;r++)e(r)};for(L=0;L<b.length;L++)N(L)}}))},t.prototype.loadImage=function(){var t=this;return new Promise((function(e,r){var n=t._options,o=new Image;if(!n.image)return r("Image is not defined");"string"==typeof n.imageOptions.crossOrigin&&(o.crossOrigin=n.imageOptions.crossOrigin),t._image=o,o.onload=function(){e()},o.src=n.image}))},t.prototype.drawImage=function(t){var e=t.width,r=t.height,n=t.count,o=t.dotSize;return w(this,void 0,void 0,(function(){var t,i,a,s,h,c,l,d,f;return y(this,(function(g){switch(g.label){case 0:return t=this._options,i=Math.floor((t.width-n*o)/2),a=Math.floor((t.height-n*o)/2),s=i+t.imageOptions.margin+(n*o-e)/2,h=a+t.imageOptions.margin+(n*o-r)/2,c=e-2*t.imageOptions.margin,l=r-2*t.imageOptions.margin,(d=document.createElementNS("http://www.w3.org/2000/svg","image")).setAttribute("x",String(s)),d.setAttribute("y",String(h)),d.setAttribute("width",c+"px"),d.setAttribute("height",l+"px"),[4,u(t.image||"")];case 1:return f=g.sent(),d.setAttribute("href",f||""),this._element.appendChild(d),[2]}}))}))},t.prototype._createColor=function(t){var e=t.options,r=t.color,n=t.additionalRotation,o=t.x,i=t.y,a=t.height,s=t.width,u=t.name,h=s>a?s:a,c=document.createElementNS("http://www.w3.org/2000/svg","rect");if(c.setAttribute("x",String(o)),c.setAttribute("y",String(i)),c.setAttribute("height",String(a)),c.setAttribute("width",String(s)),c.setAttribute("clip-path","url('#clip-path-"+u+"')"),e){var l;if("radial"===e.type)(l=document.createElementNS("http://www.w3.org/2000/svg","radialGradient")).setAttribute("id",u),l.setAttribute("gradientUnits","userSpaceOnUse"),l.setAttribute("fx",String(o+s/2)),l.setAttribute("fy",String(i+a/2)),l.setAttribute("cx",String(o+s/2)),l.setAttribute("cy",String(i+a/2)),l.setAttribute("r",String(h/2));else{var d=((e.rotation||0)+n)%(2*Math.PI),f=(d+2*Math.PI)%(2*Math.PI),g=o+s/2,p=i+a/2,v=o+s/2,w=i+a/2;f>=0&&f<=.25*Math.PI||f>1.75*Math.PI&&f<=2*Math.PI?(g-=s/2,p-=a/2*Math.tan(d),v+=s/2,w+=a/2*Math.tan(d)):f>.25*Math.PI&&f<=.75*Math.PI?(p-=a/2,g-=s/2/Math.tan(d),w+=a/2,v+=s/2/Math.tan(d)):f>.75*Math.PI&&f<=1.25*Math.PI?(g+=s/2,p+=a/2*Math.tan(d),v-=s/2,w-=a/2*Math.tan(d)):f>1.25*Math.PI&&f<=1.75*Math.PI&&(p+=a/2,g+=s/2/Math.tan(d),w-=a/2,v-=s/2/Math.tan(d)),(l=document.createElementNS("http://www.w3.org/2000/svg","linearGradient")).setAttribute("id",u),l.setAttribute("gradientUnits","userSpaceOnUse"),l.setAttribute("x1",String(Math.round(g))),l.setAttribute("y1",String(Math.round(p))),l.setAttribute("x2",String(Math.round(v))),l.setAttribute("y2",String(Math.round(w)))}e.colorStops.forEach((function(t){var e=t.offset,r=t.color,n=document.createElementNS("http://www.w3.org/2000/svg","stop");n.setAttribute("offset",100*e+"%"),n.setAttribute("stop-color",r),l.appendChild(n)})),c.setAttribute("fill","url('#"+u+"')"),this._defs.appendChild(l)}else r&&c.setAttribute("fill",r);this._element.appendChild(c)},t}(),x="canvas";for(var S={},M=0;M<=40;M++)S[M]=M;const C={type:x,shape:"square",width:300,height:300,data:"",margin:0,qrOptions:{typeNumber:S[0],mode:void 0,errorCorrectionLevel:"Q"},imageOptions:{hideBackgroundDots:!0,imageSize:.4,crossOrigin:void 0,margin:0},dotsOptions:{type:"square",color:"#000"},backgroundOptions:{round:0,color:"#fff"}};var A=function(){return(A=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};function k(t){var e=A({},t);if(!e.colorStops||!e.colorStops.length)throw"Field 'colorStops' is required in gradient";return e.rotation?e.rotation=Number(e.rotation):e.rotation=0,e.colorStops=e.colorStops.map((function(t){return A(A({},t),{offset:Number(t.offset)})})),e}function O(t){var e=A({},t);return e.width=Number(e.width),e.height=Number(e.height),e.margin=Number(e.margin),e.imageOptions=A(A({},e.imageOptions),{hideBackgroundDots:Boolean(e.imageOptions.hideBackgroundDots),imageSize:Number(e.imageOptions.imageSize),margin:Number(e.imageOptions.margin)}),e.margin>Math.min(e.width,e.height)&&(e.margin=Math.min(e.width,e.height)),e.dotsOptions=A({},e.dotsOptions),e.dotsOptions.gradient&&(e.dotsOptions.gradient=k(e.dotsOptions.gradient)),e.cornersSquareOptions&&(e.cornersSquareOptions=A({},e.cornersSquareOptions),e.cornersSquareOptions.gradient&&(e.cornersSquareOptions.gradient=k(e.cornersSquareOptions.gradient))),e.cornersDotOptions&&(e.cornersDotOptions=A({},e.cornersDotOptions),e.cornersDotOptions.gradient&&(e.cornersDotOptions.gradient=k(e.cornersDotOptions.gradient))),e.backgroundOptions&&(e.backgroundOptions=A({},e.backgroundOptions),e.backgroundOptions.gradient&&(e.backgroundOptions.gradient=k(e.backgroundOptions.gradient))),e}var D=r(192),P=r.n(D),z=function(t,e,r,n){return new(r||(r=Promise))((function(o,i){function a(t){try{u(n.next(t))}catch(t){i(t)}}function s(t){try{u(n.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(a,s)}u((n=n.apply(t,e||[])).next())}))},B=function(t,e){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};const q=function(){function t(t){this._options=t?O(a(C,t)):C,this.update()}return t._clearContainer=function(t){t&&(t.innerHTML="")},t.prototype._setupSvg=function(){var t=this;if(this._qr){var e=new _(this._options);this._svg=e.getElement(),this._svgDrawingPromise=e.drawQR(this._qr).then((function(){var r;t._svg&&(null===(r=t._extension)||void 0===r||r.call(t,e.getElement(),t._options))}))}},t.prototype._setupCanvas=function(){var t,e=this;this._qr&&(this._canvas=document.createElement("canvas"),this._canvas.width=this._options.width,this._canvas.height=this._options.height,this._setupSvg(),this._canvasDrawingPromise=null===(t=this._svgDrawingPromise)||void 0===t?void 0:t.then((function(){if(e._svg){var t=e._svg,r=(new XMLSerializer).serializeToString(t),n="data:image/svg+xml;base64,"+btoa(r),o=new Image;return new Promise((function(t){o.onload=function(){var r,n;null===(n=null===(r=e._canvas)||void 0===r?void 0:r.getContext("2d"))||void 0===n||n.drawImage(o,0,0),t()},o.src=n}))}})))},t.prototype._getElement=function(t){return void 0===t&&(t="png"),z(this,void 0,void 0,(function(){return B(this,(function(e){switch(e.label){case 0:if(!this._qr)throw"QR code is empty";return"svg"!==t.toLowerCase()?[3,2]:(this._svg&&this._svgDrawingPromise||this._setupSvg(),[4,this._svgDrawingPromise]);case 1:return e.sent(),[2,this._svg];case 2:return this._canvas&&this._canvasDrawingPromise||this._setupCanvas(),[4,this._canvasDrawingPromise];case 3:return e.sent(),[2,this._canvas]}}))}))},t.prototype.update=function(e){t._clearContainer(this._container),this._options=e?O(a(this._options,e)):this._options,this._options.data&&(this._qr=P()(this._options.qrOptions.typeNumber,this._options.qrOptions.errorCorrectionLevel),this._qr.addData(this._options.data,this._options.qrOptions.mode||function(t){switch(!0){case/^[0-9]*$/.test(t):return"Numeric";case/^[0-9A-Z $%*+\-./:]*$/.test(t):return"Alphanumeric";default:return"Byte"}}(this._options.data)),this._qr.make(),this._options.type===x?this._setupCanvas():this._setupSvg(),this.append(this._container))},t.prototype.append=function(t){if(t){if("function"!=typeof t.appendChild)throw"Container should be a single DOM node";this._options.type===x?this._canvas&&t.appendChild(this._canvas):this._svg&&t.appendChild(this._svg),this._container=t}},t.prototype.applyExtension=function(t){if(!t)throw"Extension function should be defined.";this._extension=t,this.update()},t.prototype.deleteExtension=function(){this._extension=void 0,this.update()},t.prototype.getRawData=function(t){return void 0===t&&(t="png"),z(this,void 0,void 0,(function(){var e,r,n;return B(this,(function(o){switch(o.label){case 0:if(!this._qr)throw"QR code is empty";return[4,this._getElement(t)];case 1:return(e=o.sent())?"svg"===t.toLowerCase()?(r=new XMLSerializer,n=r.serializeToString(e),[2,new Blob(['<?xml version="1.0" standalone="no"?>\r\n'+n],{type:"image/svg+xml"})]):[2,new Promise((function(r){return e.toBlob(r,"image/"+t,1)}))]:[2,null]}}))}))},t.prototype.download=function(t){return z(this,void 0,void 0,(function(){var e,r,n,o,i;return B(this,(function(a){switch(a.label){case 0:if(!this._qr)throw"QR code is empty";return e="png",r="qr","string"==typeof t?(e=t,console.warn("Extension is deprecated as argument for 'download' method, please pass object { name: '...', extension: '...' } as argument")):"object"==typeof t&&null!==t&&(t.name&&(r=t.name),t.extension&&(e=t.extension)),[4,this._getElement(e)];case 1:return(n=a.sent())?("svg"===e.toLowerCase()?(o=new XMLSerializer,i='<?xml version="1.0" standalone="no"?>\r\n'+(i=o.serializeToString(n)),s("data:image/svg+xml;charset=utf-8,"+encodeURIComponent(i),r+".svg")):s(n.toDataURL("image/"+e),r+"."+e),[2]):[2]}}))}))},t}()}},e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={exports:{}};return t[n](o,o.exports,r),o.exports}return r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r(676)})().default}));
10973
+ },{}],145:[function(require,module,exports){
10974
+ (function (Buffer){(function (){
10975
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.QRCodeStyling=e():t.QRCodeStyling=e()}(this,(()=>(()=>{var t={873:(t,e)=>{var i,r,n=function(){var t=function(t,e){var i=t,r=s[e],n=null,o=0,h=null,p=[],v={},m=function(t,e){n=function(t){for(var e=new Array(t),i=0;i<t;i+=1){e[i]=new Array(t);for(var r=0;r<t;r+=1)e[i][r]=null}return e}(o=4*i+17),b(0,0),b(o-7,0),b(0,o-7),x(),y(),C(t,e),i>=7&&S(t),null==h&&(h=M(i,r,p)),A(h,e)},b=function(t,e){for(var i=-1;i<=7;i+=1)if(!(t+i<=-1||o<=t+i))for(var r=-1;r<=7;r+=1)e+r<=-1||o<=e+r||(n[t+i][e+r]=0<=i&&i<=6&&(0==r||6==r)||0<=r&&r<=6&&(0==i||6==i)||2<=i&&i<=4&&2<=r&&r<=4)},y=function(){for(var t=8;t<o-8;t+=1)null==n[t][6]&&(n[t][6]=t%2==0);for(var e=8;e<o-8;e+=1)null==n[6][e]&&(n[6][e]=e%2==0)},x=function(){for(var t=a.getPatternPosition(i),e=0;e<t.length;e+=1)for(var r=0;r<t.length;r+=1){var o=t[e],s=t[r];if(null==n[o][s])for(var h=-2;h<=2;h+=1)for(var d=-2;d<=2;d+=1)n[o+h][s+d]=-2==h||2==h||-2==d||2==d||0==h&&0==d}},S=function(t){for(var e=a.getBCHTypeNumber(i),r=0;r<18;r+=1){var s=!t&&1==(e>>r&1);n[Math.floor(r/3)][r%3+o-8-3]=s}for(r=0;r<18;r+=1)s=!t&&1==(e>>r&1),n[r%3+o-8-3][Math.floor(r/3)]=s},C=function(t,e){for(var i=r<<3|e,s=a.getBCHTypeInfo(i),h=0;h<15;h+=1){var d=!t&&1==(s>>h&1);h<6?n[h][8]=d:h<8?n[h+1][8]=d:n[o-15+h][8]=d}for(h=0;h<15;h+=1)d=!t&&1==(s>>h&1),h<8?n[8][o-h-1]=d:h<9?n[8][15-h-1+1]=d:n[8][15-h-1]=d;n[o-8][8]=!t},A=function(t,e){for(var i=-1,r=o-1,s=7,h=0,d=a.getMaskFunction(e),u=o-1;u>0;u-=2)for(6==u&&(u-=1);;){for(var c=0;c<2;c+=1)if(null==n[r][u-c]){var l=!1;h<t.length&&(l=1==(t[h]>>>s&1)),d(r,u-c)&&(l=!l),n[r][u-c]=l,-1==(s-=1)&&(h+=1,s=7)}if((r+=i)<0||o<=r){r-=i,i=-i;break}}},M=function(t,e,i){for(var r=u.getRSBlocks(t,e),n=c(),o=0;o<i.length;o+=1){var s=i[o];n.put(s.getMode(),4),n.put(s.getLength(),a.getLengthInBits(s.getMode(),t)),s.write(n)}var h=0;for(o=0;o<r.length;o+=1)h+=r[o].dataCount;if(n.getLengthInBits()>8*h)throw"code length overflow. ("+n.getLengthInBits()+">"+8*h+")";for(n.getLengthInBits()+4<=8*h&&n.put(0,4);n.getLengthInBits()%8!=0;)n.putBit(!1);for(;!(n.getLengthInBits()>=8*h||(n.put(236,8),n.getLengthInBits()>=8*h));)n.put(17,8);return function(t,e){for(var i=0,r=0,n=0,o=new Array(e.length),s=new Array(e.length),h=0;h<e.length;h+=1){var u=e[h].dataCount,c=e[h].totalCount-u;r=Math.max(r,u),n=Math.max(n,c),o[h]=new Array(u);for(var l=0;l<o[h].length;l+=1)o[h][l]=255&t.getBuffer()[l+i];i+=u;var g=a.getErrorCorrectPolynomial(c),f=d(o[h],g.getLength()-1).mod(g);for(s[h]=new Array(g.getLength()-1),l=0;l<s[h].length;l+=1){var w=l+f.getLength()-s[h].length;s[h][l]=w>=0?f.getAt(w):0}}var p=0;for(l=0;l<e.length;l+=1)p+=e[l].totalCount;var v=new Array(p),_=0;for(l=0;l<r;l+=1)for(h=0;h<e.length;h+=1)l<o[h].length&&(v[_]=o[h][l],_+=1);for(l=0;l<n;l+=1)for(h=0;h<e.length;h+=1)l<s[h].length&&(v[_]=s[h][l],_+=1);return v}(n,r)};v.addData=function(t,e){var i=null;switch(e=e||"Byte"){case"Numeric":i=l(t);break;case"Alphanumeric":i=g(t);break;case"Byte":i=f(t);break;case"Kanji":i=w(t);break;default:throw"mode:"+e}p.push(i),h=null},v.isDark=function(t,e){if(t<0||o<=t||e<0||o<=e)throw t+","+e;return n[t][e]},v.getModuleCount=function(){return o},v.make=function(){if(i<1){for(var t=1;t<40;t++){for(var e=u.getRSBlocks(t,r),n=c(),o=0;o<p.length;o++){var s=p[o];n.put(s.getMode(),4),n.put(s.getLength(),a.getLengthInBits(s.getMode(),t)),s.write(n)}var h=0;for(o=0;o<e.length;o++)h+=e[o].dataCount;if(n.getLengthInBits()<=8*h)break}i=t}m(!1,function(){for(var t=0,e=0,i=0;i<8;i+=1){m(!0,i);var r=a.getLostPoint(v);(0==i||t>r)&&(t=r,e=i)}return e}())},v.createTableTag=function(t,e){t=t||2;var i="";i+='<table style="',i+=" border-width: 0px; border-style: none;",i+=" border-collapse: collapse;",i+=" padding: 0px; margin: "+(e=void 0===e?4*t:e)+"px;",i+='">',i+="<tbody>";for(var r=0;r<v.getModuleCount();r+=1){i+="<tr>";for(var n=0;n<v.getModuleCount();n+=1)i+='<td style="',i+=" border-width: 0px; border-style: none;",i+=" border-collapse: collapse;",i+=" padding: 0px; margin: 0px;",i+=" width: "+t+"px;",i+=" height: "+t+"px;",i+=" background-color: ",i+=v.isDark(r,n)?"#000000":"#ffffff",i+=";",i+='"/>';i+="</tr>"}return(i+="</tbody>")+"</table>"},v.createSvgTag=function(t,e,i,r){var n={};"object"==typeof arguments[0]&&(t=(n=arguments[0]).cellSize,e=n.margin,i=n.alt,r=n.title),t=t||2,e=void 0===e?4*t:e,(i="string"==typeof i?{text:i}:i||{}).text=i.text||null,i.id=i.text?i.id||"qrcode-description":null,(r="string"==typeof r?{text:r}:r||{}).text=r.text||null,r.id=r.text?r.id||"qrcode-title":null;var o,s,a,h,d=v.getModuleCount()*t+2*e,u="";for(h="l"+t+",0 0,"+t+" -"+t+",0 0,-"+t+"z ",u+='<svg version="1.1" xmlns="http://www.w3.org/2000/svg"',u+=n.scalable?"":' width="'+d+'px" height="'+d+'px"',u+=' viewBox="0 0 '+d+" "+d+'" ',u+=' preserveAspectRatio="xMinYMin meet"',u+=r.text||i.text?' role="img" aria-labelledby="'+$([r.id,i.id].join(" ").trim())+'"':"",u+=">",u+=r.text?'<title id="'+$(r.id)+'">'+$(r.text)+"</title>":"",u+=i.text?'<description id="'+$(i.id)+'">'+$(i.text)+"</description>":"",u+='<rect width="100%" height="100%" fill="white" cx="0" cy="0"/>',u+='<path d="',s=0;s<v.getModuleCount();s+=1)for(a=s*t+e,o=0;o<v.getModuleCount();o+=1)v.isDark(s,o)&&(u+="M"+(o*t+e)+","+a+h);return(u+='" stroke="transparent" fill="black"/>')+"</svg>"},v.createDataURL=function(t,e){t=t||2,e=void 0===e?4*t:e;var i=v.getModuleCount()*t+2*e,r=e,n=i-e;return _(i,i,(function(e,i){if(r<=e&&e<n&&r<=i&&i<n){var o=Math.floor((e-r)/t),s=Math.floor((i-r)/t);return v.isDark(s,o)?0:1}return 1}))},v.createImgTag=function(t,e,i){t=t||2,e=void 0===e?4*t:e;var r=v.getModuleCount()*t+2*e,n="";return n+="<img",n+=' src="',n+=v.createDataURL(t,e),n+='"',n+=' width="',n+=r,n+='"',n+=' height="',n+=r,n+='"',i&&(n+=' alt="',n+=$(i),n+='"'),n+"/>"};var $=function(t){for(var e="",i=0;i<t.length;i+=1){var r=t.charAt(i);switch(r){case"<":e+="&lt;";break;case">":e+="&gt;";break;case"&":e+="&amp;";break;case'"':e+="&quot;";break;default:e+=r}}return e};return v.createASCII=function(t,e){if((t=t||1)<2)return function(t){t=void 0===t?2:t;var e,i,r,n,o,s=1*v.getModuleCount()+2*t,a=t,h=s-t,d={"██":"█","█ ":"▀"," █":"▄"," ":" "},u={"██":"▀","█ ":"▀"," █":" "," ":" "},c="";for(e=0;e<s;e+=2){for(r=Math.floor((e-a)/1),n=Math.floor((e+1-a)/1),i=0;i<s;i+=1)o="█",a<=i&&i<h&&a<=e&&e<h&&v.isDark(r,Math.floor((i-a)/1))&&(o=" "),a<=i&&i<h&&a<=e+1&&e+1<h&&v.isDark(n,Math.floor((i-a)/1))?o+=" ":o+="█",c+=t<1&&e+1>=h?u[o]:d[o];c+="\n"}return s%2&&t>0?c.substring(0,c.length-s-1)+Array(s+1).join("▀"):c.substring(0,c.length-1)}(e);t-=1,e=void 0===e?2*t:e;var i,r,n,o,s=v.getModuleCount()*t+2*e,a=e,h=s-e,d=Array(t+1).join("██"),u=Array(t+1).join(" "),c="",l="";for(i=0;i<s;i+=1){for(n=Math.floor((i-a)/t),l="",r=0;r<s;r+=1)o=1,a<=r&&r<h&&a<=i&&i<h&&v.isDark(n,Math.floor((r-a)/t))&&(o=0),l+=o?d:u;for(n=0;n<t;n+=1)c+=l+"\n"}return c.substring(0,c.length-1)},v.renderTo2dContext=function(t,e){e=e||2;for(var i=v.getModuleCount(),r=0;r<i;r++)for(var n=0;n<i;n++)t.fillStyle=v.isDark(r,n)?"black":"white",t.fillRect(r*e,n*e,e,e)},v};t.stringToBytes=(t.stringToBytesFuncs={default:function(t){for(var e=[],i=0;i<t.length;i+=1){var r=t.charCodeAt(i);e.push(255&r)}return e}}).default,t.createStringToBytes=function(t,e){var i=function(){for(var i=v(t),r=function(){var t=i.read();if(-1==t)throw"eof";return t},n=0,o={};;){var s=i.read();if(-1==s)break;var a=r(),h=r()<<8|r();o[String.fromCharCode(s<<8|a)]=h,n+=1}if(n!=e)throw n+" != "+e;return o}(),r="?".charCodeAt(0);return function(t){for(var e=[],n=0;n<t.length;n+=1){var o=t.charCodeAt(n);if(o<128)e.push(o);else{var s=i[t.charAt(n)];"number"==typeof s?(255&s)==s?e.push(s):(e.push(s>>>8),e.push(255&s)):e.push(r)}}return e}};var e,i,r,n,o,s={L:1,M:0,Q:3,H:2},a=(e=[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],i=1335,r=7973,o=function(t){for(var e=0;0!=t;)e+=1,t>>>=1;return e},(n={}).getBCHTypeInfo=function(t){for(var e=t<<10;o(e)-o(i)>=0;)e^=i<<o(e)-o(i);return 21522^(t<<10|e)},n.getBCHTypeNumber=function(t){for(var e=t<<12;o(e)-o(r)>=0;)e^=r<<o(e)-o(r);return t<<12|e},n.getPatternPosition=function(t){return e[t-1]},n.getMaskFunction=function(t){switch(t){case 0:return function(t,e){return(t+e)%2==0};case 1:return function(t,e){return t%2==0};case 2:return function(t,e){return e%3==0};case 3:return function(t,e){return(t+e)%3==0};case 4:return function(t,e){return(Math.floor(t/2)+Math.floor(e/3))%2==0};case 5:return function(t,e){return t*e%2+t*e%3==0};case 6:return function(t,e){return(t*e%2+t*e%3)%2==0};case 7:return function(t,e){return(t*e%3+(t+e)%2)%2==0};default:throw"bad maskPattern:"+t}},n.getErrorCorrectPolynomial=function(t){for(var e=d([1],0),i=0;i<t;i+=1)e=e.multiply(d([1,h.gexp(i)],0));return e},n.getLengthInBits=function(t,e){if(1<=e&&e<10)switch(t){case 1:return 10;case 2:return 9;case 4:case 8:return 8;default:throw"mode:"+t}else if(e<27)switch(t){case 1:return 12;case 2:return 11;case 4:return 16;case 8:return 10;default:throw"mode:"+t}else{if(!(e<41))throw"type:"+e;switch(t){case 1:return 14;case 2:return 13;case 4:return 16;case 8:return 12;default:throw"mode:"+t}}},n.getLostPoint=function(t){for(var e=t.getModuleCount(),i=0,r=0;r<e;r+=1)for(var n=0;n<e;n+=1){for(var o=0,s=t.isDark(r,n),a=-1;a<=1;a+=1)if(!(r+a<0||e<=r+a))for(var h=-1;h<=1;h+=1)n+h<0||e<=n+h||0==a&&0==h||s==t.isDark(r+a,n+h)&&(o+=1);o>5&&(i+=3+o-5)}for(r=0;r<e-1;r+=1)for(n=0;n<e-1;n+=1){var d=0;t.isDark(r,n)&&(d+=1),t.isDark(r+1,n)&&(d+=1),t.isDark(r,n+1)&&(d+=1),t.isDark(r+1,n+1)&&(d+=1),0!=d&&4!=d||(i+=3)}for(r=0;r<e;r+=1)for(n=0;n<e-6;n+=1)t.isDark(r,n)&&!t.isDark(r,n+1)&&t.isDark(r,n+2)&&t.isDark(r,n+3)&&t.isDark(r,n+4)&&!t.isDark(r,n+5)&&t.isDark(r,n+6)&&(i+=40);for(n=0;n<e;n+=1)for(r=0;r<e-6;r+=1)t.isDark(r,n)&&!t.isDark(r+1,n)&&t.isDark(r+2,n)&&t.isDark(r+3,n)&&t.isDark(r+4,n)&&!t.isDark(r+5,n)&&t.isDark(r+6,n)&&(i+=40);var u=0;for(n=0;n<e;n+=1)for(r=0;r<e;r+=1)t.isDark(r,n)&&(u+=1);return i+Math.abs(100*u/e/e-50)/5*10},n),h=function(){for(var t=new Array(256),e=new Array(256),i=0;i<8;i+=1)t[i]=1<<i;for(i=8;i<256;i+=1)t[i]=t[i-4]^t[i-5]^t[i-6]^t[i-8];for(i=0;i<255;i+=1)e[t[i]]=i;return{glog:function(t){if(t<1)throw"glog("+t+")";return e[t]},gexp:function(e){for(;e<0;)e+=255;for(;e>=256;)e-=255;return t[e]}}}();function d(t,e){if(void 0===t.length)throw t.length+"/"+e;var i=function(){for(var i=0;i<t.length&&0==t[i];)i+=1;for(var r=new Array(t.length-i+e),n=0;n<t.length-i;n+=1)r[n]=t[n+i];return r}(),r={getAt:function(t){return i[t]},getLength:function(){return i.length},multiply:function(t){for(var e=new Array(r.getLength()+t.getLength()-1),i=0;i<r.getLength();i+=1)for(var n=0;n<t.getLength();n+=1)e[i+n]^=h.gexp(h.glog(r.getAt(i))+h.glog(t.getAt(n)));return d(e,0)},mod:function(t){if(r.getLength()-t.getLength()<0)return r;for(var e=h.glog(r.getAt(0))-h.glog(t.getAt(0)),i=new Array(r.getLength()),n=0;n<r.getLength();n+=1)i[n]=r.getAt(n);for(n=0;n<t.getLength();n+=1)i[n]^=h.gexp(h.glog(t.getAt(n))+e);return d(i,0).mod(t)}};return r}var u=function(){var t=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12,7,37,13],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]],e=function(t,e){var i={};return i.totalCount=t,i.dataCount=e,i},i={getRSBlocks:function(i,r){var n=function(e,i){switch(i){case s.L:return t[4*(e-1)+0];case s.M:return t[4*(e-1)+1];case s.Q:return t[4*(e-1)+2];case s.H:return t[4*(e-1)+3];default:return}}(i,r);if(void 0===n)throw"bad rs block @ typeNumber:"+i+"/errorCorrectionLevel:"+r;for(var o=n.length/3,a=[],h=0;h<o;h+=1)for(var d=n[3*h+0],u=n[3*h+1],c=n[3*h+2],l=0;l<d;l+=1)a.push(e(u,c));return a}};return i}(),c=function(){var t=[],e=0,i={getBuffer:function(){return t},getAt:function(e){var i=Math.floor(e/8);return 1==(t[i]>>>7-e%8&1)},put:function(t,e){for(var r=0;r<e;r+=1)i.putBit(1==(t>>>e-r-1&1))},getLengthInBits:function(){return e},putBit:function(i){var r=Math.floor(e/8);t.length<=r&&t.push(0),i&&(t[r]|=128>>>e%8),e+=1}};return i},l=function(t){var e=t,i={getMode:function(){return 1},getLength:function(t){return e.length},write:function(t){for(var i=e,n=0;n+2<i.length;)t.put(r(i.substring(n,n+3)),10),n+=3;n<i.length&&(i.length-n==1?t.put(r(i.substring(n,n+1)),4):i.length-n==2&&t.put(r(i.substring(n,n+2)),7))}},r=function(t){for(var e=0,i=0;i<t.length;i+=1)e=10*e+n(t.charAt(i));return e},n=function(t){if("0"<=t&&t<="9")return t.charCodeAt(0)-"0".charCodeAt(0);throw"illegal char :"+t};return i},g=function(t){var e=t,i={getMode:function(){return 2},getLength:function(t){return e.length},write:function(t){for(var i=e,n=0;n+1<i.length;)t.put(45*r(i.charAt(n))+r(i.charAt(n+1)),11),n+=2;n<i.length&&t.put(r(i.charAt(n)),6)}},r=function(t){if("0"<=t&&t<="9")return t.charCodeAt(0)-"0".charCodeAt(0);if("A"<=t&&t<="Z")return t.charCodeAt(0)-"A".charCodeAt(0)+10;switch(t){case" ":return 36;case"$":return 37;case"%":return 38;case"*":return 39;case"+":return 40;case"-":return 41;case".":return 42;case"/":return 43;case":":return 44;default:throw"illegal char :"+t}};return i},f=function(e){var i=t.stringToBytes(e);return{getMode:function(){return 4},getLength:function(t){return i.length},write:function(t){for(var e=0;e<i.length;e+=1)t.put(i[e],8)}}},w=function(e){var i=t.stringToBytesFuncs.SJIS;if(!i)throw"sjis not supported.";!function(){var t=i("友");if(2!=t.length||38726!=(t[0]<<8|t[1]))throw"sjis not supported."}();var r=i(e),n={getMode:function(){return 8},getLength:function(t){return~~(r.length/2)},write:function(t){for(var e=r,i=0;i+1<e.length;){var n=(255&e[i])<<8|255&e[i+1];if(33088<=n&&n<=40956)n-=33088;else{if(!(57408<=n&&n<=60351))throw"illegal char at "+(i+1)+"/"+n;n-=49472}n=192*(n>>>8&255)+(255&n),t.put(n,13),i+=2}if(i<e.length)throw"illegal char at "+(i+1)}};return n},p=function(){var t=[],e={writeByte:function(e){t.push(255&e)},writeShort:function(t){e.writeByte(t),e.writeByte(t>>>8)},writeBytes:function(t,i,r){i=i||0,r=r||t.length;for(var n=0;n<r;n+=1)e.writeByte(t[n+i])},writeString:function(t){for(var i=0;i<t.length;i+=1)e.writeByte(t.charCodeAt(i))},toByteArray:function(){return t},toString:function(){var e="";e+="[";for(var i=0;i<t.length;i+=1)i>0&&(e+=","),e+=t[i];return e+"]"}};return e},v=function(t){var e=t,i=0,r=0,n=0,o={read:function(){for(;n<8;){if(i>=e.length){if(0==n)return-1;throw"unexpected end of file./"+n}var t=e.charAt(i);if(i+=1,"="==t)return n=0,-1;t.match(/^\s$/)||(r=r<<6|s(t.charCodeAt(0)),n+=6)}var o=r>>>n-8&255;return n-=8,o}},s=function(t){if(65<=t&&t<=90)return t-65;if(97<=t&&t<=122)return t-97+26;if(48<=t&&t<=57)return t-48+52;if(43==t)return 62;if(47==t)return 63;throw"c:"+t};return o},_=function(t,e,i){for(var r=function(t,e){var i=t,r=e,n=new Array(t*e),o={setPixel:function(t,e,r){n[e*i+t]=r},write:function(t){t.writeString("GIF87a"),t.writeShort(i),t.writeShort(r),t.writeByte(128),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(255),t.writeByte(255),t.writeByte(255),t.writeString(","),t.writeShort(0),t.writeShort(0),t.writeShort(i),t.writeShort(r),t.writeByte(0);var e=s(2);t.writeByte(2);for(var n=0;e.length-n>255;)t.writeByte(255),t.writeBytes(e,n,255),n+=255;t.writeByte(e.length-n),t.writeBytes(e,n,e.length-n),t.writeByte(0),t.writeString(";")}},s=function(t){for(var e=1<<t,i=1+(1<<t),r=t+1,o=a(),s=0;s<e;s+=1)o.add(String.fromCharCode(s));o.add(String.fromCharCode(e)),o.add(String.fromCharCode(i));var h,d,u,c=p(),l=(h=c,d=0,u=0,{write:function(t,e){if(t>>>e!=0)throw"length over";for(;d+e>=8;)h.writeByte(255&(t<<d|u)),e-=8-d,t>>>=8-d,u=0,d=0;u|=t<<d,d+=e},flush:function(){d>0&&h.writeByte(u)}});l.write(e,r);var g=0,f=String.fromCharCode(n[g]);for(g+=1;g<n.length;){var w=String.fromCharCode(n[g]);g+=1,o.contains(f+w)?f+=w:(l.write(o.indexOf(f),r),o.size()<4095&&(o.size()==1<<r&&(r+=1),o.add(f+w)),f=w)}return l.write(o.indexOf(f),r),l.write(i,r),l.flush(),c.toByteArray()},a=function(){var t={},e=0,i={add:function(r){if(i.contains(r))throw"dup key:"+r;t[r]=e,e+=1},size:function(){return e},indexOf:function(e){return t[e]},contains:function(e){return void 0!==t[e]}};return i};return o}(t,e),n=0;n<e;n+=1)for(var o=0;o<t;o+=1)r.setPixel(o,n,i(o,n));var s=p();r.write(s);for(var a=function(){var t=0,e=0,i=0,r="",n={},o=function(t){r+=String.fromCharCode(s(63&t))},s=function(t){if(t<0);else{if(t<26)return 65+t;if(t<52)return t-26+97;if(t<62)return t-52+48;if(62==t)return 43;if(63==t)return 47}throw"n:"+t};return n.writeByte=function(r){for(t=t<<8|255&r,e+=8,i+=1;e>=6;)o(t>>>e-6),e-=6},n.flush=function(){if(e>0&&(o(t<<6-e),t=0,e=0),i%3!=0)for(var n=3-i%3,s=0;s<n;s+=1)r+="="},n.toString=function(){return r},n}(),h=s.toByteArray(),d=0;d<h.length;d+=1)a.writeByte(h[d]);return a.flush(),"data:image/gif;base64,"+a};return t}();n.stringToBytesFuncs["UTF-8"]=function(t){return function(t){for(var e=[],i=0;i<t.length;i++){var r=t.charCodeAt(i);r<128?e.push(r):r<2048?e.push(192|r>>6,128|63&r):r<55296||r>=57344?e.push(224|r>>12,128|r>>6&63,128|63&r):(i++,r=65536+((1023&r)<<10|1023&t.charCodeAt(i)),e.push(240|r>>18,128|r>>12&63,128|r>>6&63,128|63&r))}return e}(t)},void 0===(r="function"==typeof(i=function(){return n})?i.apply(e,[]):i)||(t.exports=r)}},e={};function i(r){var n=e[r];if(void 0!==n)return n.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,i),o.exports}i.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return i.d(e,{a:e}),e},i.d=(t,e)=>{for(var r in e)i.o(e,r)&&!i.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},i.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);var r={};return(()=>{"use strict";i.d(r,{default:()=>S});const t=t=>!!t&&"object"==typeof t&&!Array.isArray(t);function e(i,...r){if(!r.length)return i;const n=r.shift();return void 0!==n&&t(i)&&t(n)?(i=Object.assign({},i),Object.keys(n).forEach((r=>{const o=i[r],s=n[r];Array.isArray(o)&&Array.isArray(s)?i[r]=s:t(o)&&t(s)?i[r]=e(Object.assign({},o),s):i[r]=s})),e(i,...r)):i}function n(t,e){const i=document.createElement("a");i.download=e,i.href=t,document.body.appendChild(i),i.click(),document.body.removeChild(i)}const o={L:.07,M:.15,Q:.25,H:.3};class s{constructor({svg:t,type:e,window:i}){this._svg=t,this._type=e,this._window=i}draw(t,e,i,r){let n;switch(this._type){case"dots":n=this._drawDot;break;case"classy":n=this._drawClassy;break;case"classy-rounded":n=this._drawClassyRounded;break;case"rounded":n=this._drawRounded;break;case"extra-rounded":n=this._drawExtraRounded;break;default:n=this._drawSquare}n.call(this,{x:t,y:e,size:i,getNeighbor:r})}_rotateFigure({x:t,y:e,size:i,rotation:r=0,draw:n}){var o;const s=t+i/2,a=e+i/2;n(),null===(o=this._element)||void 0===o||o.setAttribute("transform",`rotate(${180*r/Math.PI},${s},${a})`)}_basicDot(t){const{size:e,x:i,y:r}=t;this._rotateFigure(Object.assign(Object.assign({},t),{draw:()=>{this._element=this._window.document.createElementNS("http://www.w3.org/2000/svg","circle"),this._element.setAttribute("cx",String(i+e/2)),this._element.setAttribute("cy",String(r+e/2)),this._element.setAttribute("r",String(e/2))}}))}_basicSquare(t){const{size:e,x:i,y:r}=t;this._rotateFigure(Object.assign(Object.assign({},t),{draw:()=>{this._element=this._window.document.createElementNS("http://www.w3.org/2000/svg","rect"),this._element.setAttribute("x",String(i)),this._element.setAttribute("y",String(r)),this._element.setAttribute("width",String(e)),this._element.setAttribute("height",String(e))}}))}_basicSideRounded(t){const{size:e,x:i,y:r}=t;this._rotateFigure(Object.assign(Object.assign({},t),{draw:()=>{this._element=this._window.document.createElementNS("http://www.w3.org/2000/svg","path"),this._element.setAttribute("d",`M ${i} ${r}v ${e}h `+e/2+`a ${e/2} ${e/2}, 0, 0, 0, 0 ${-e}`)}}))}_basicCornerRounded(t){const{size:e,x:i,y:r}=t;this._rotateFigure(Object.assign(Object.assign({},t),{draw:()=>{this._element=this._window.document.createElementNS("http://www.w3.org/2000/svg","path"),this._element.setAttribute("d",`M ${i} ${r}v ${e}h ${e}v `+-e/2+`a ${e/2} ${e/2}, 0, 0, 0, ${-e/2} ${-e/2}`)}}))}_basicCornerExtraRounded(t){const{size:e,x:i,y:r}=t;this._rotateFigure(Object.assign(Object.assign({},t),{draw:()=>{this._element=this._window.document.createElementNS("http://www.w3.org/2000/svg","path"),this._element.setAttribute("d",`M ${i} ${r}v ${e}h ${e}a ${e} ${e}, 0, 0, 0, ${-e} ${-e}`)}}))}_basicCornersRounded(t){const{size:e,x:i,y:r}=t;this._rotateFigure(Object.assign(Object.assign({},t),{draw:()=>{this._element=this._window.document.createElementNS("http://www.w3.org/2000/svg","path"),this._element.setAttribute("d",`M ${i} ${r}v `+e/2+`a ${e/2} ${e/2}, 0, 0, 0, ${e/2} ${e/2}h `+e/2+"v "+-e/2+`a ${e/2} ${e/2}, 0, 0, 0, ${-e/2} ${-e/2}`)}}))}_drawDot({x:t,y:e,size:i}){this._basicDot({x:t,y:e,size:i,rotation:0})}_drawSquare({x:t,y:e,size:i}){this._basicSquare({x:t,y:e,size:i,rotation:0})}_drawRounded({x:t,y:e,size:i,getNeighbor:r}){const n=r?+r(-1,0):0,o=r?+r(1,0):0,s=r?+r(0,-1):0,a=r?+r(0,1):0,h=n+o+s+a;if(0!==h)if(h>2||n&&o||s&&a)this._basicSquare({x:t,y:e,size:i,rotation:0});else{if(2===h){let r=0;return n&&s?r=Math.PI/2:s&&o?r=Math.PI:o&&a&&(r=-Math.PI/2),void this._basicCornerRounded({x:t,y:e,size:i,rotation:r})}if(1===h){let r=0;return s?r=Math.PI/2:o?r=Math.PI:a&&(r=-Math.PI/2),void this._basicSideRounded({x:t,y:e,size:i,rotation:r})}}else this._basicDot({x:t,y:e,size:i,rotation:0})}_drawExtraRounded({x:t,y:e,size:i,getNeighbor:r}){const n=r?+r(-1,0):0,o=r?+r(1,0):0,s=r?+r(0,-1):0,a=r?+r(0,1):0,h=n+o+s+a;if(0!==h)if(h>2||n&&o||s&&a)this._basicSquare({x:t,y:e,size:i,rotation:0});else{if(2===h){let r=0;return n&&s?r=Math.PI/2:s&&o?r=Math.PI:o&&a&&(r=-Math.PI/2),void this._basicCornerExtraRounded({x:t,y:e,size:i,rotation:r})}if(1===h){let r=0;return s?r=Math.PI/2:o?r=Math.PI:a&&(r=-Math.PI/2),void this._basicSideRounded({x:t,y:e,size:i,rotation:r})}}else this._basicDot({x:t,y:e,size:i,rotation:0})}_drawClassy({x:t,y:e,size:i,getNeighbor:r}){const n=r?+r(-1,0):0,o=r?+r(1,0):0,s=r?+r(0,-1):0,a=r?+r(0,1):0;0!==n+o+s+a?n||s?o||a?this._basicSquare({x:t,y:e,size:i,rotation:0}):this._basicCornerRounded({x:t,y:e,size:i,rotation:Math.PI/2}):this._basicCornerRounded({x:t,y:e,size:i,rotation:-Math.PI/2}):this._basicCornersRounded({x:t,y:e,size:i,rotation:Math.PI/2})}_drawClassyRounded({x:t,y:e,size:i,getNeighbor:r}){const n=r?+r(-1,0):0,o=r?+r(1,0):0,s=r?+r(0,-1):0,a=r?+r(0,1):0;0!==n+o+s+a?n||s?o||a?this._basicSquare({x:t,y:e,size:i,rotation:0}):this._basicCornerExtraRounded({x:t,y:e,size:i,rotation:Math.PI/2}):this._basicCornerExtraRounded({x:t,y:e,size:i,rotation:-Math.PI/2}):this._basicCornersRounded({x:t,y:e,size:i,rotation:Math.PI/2})}}class a{constructor({svg:t,type:e,window:i}){this._svg=t,this._type=e,this._window=i}draw(t,e,i,r){let n;switch(this._type){case"square":n=this._drawSquare;break;case"extra-rounded":n=this._drawExtraRounded;break;default:n=this._drawDot}n.call(this,{x:t,y:e,size:i,rotation:r})}_rotateFigure({x:t,y:e,size:i,rotation:r=0,draw:n}){var o;const s=t+i/2,a=e+i/2;n(),null===(o=this._element)||void 0===o||o.setAttribute("transform",`rotate(${180*r/Math.PI},${s},${a})`)}_basicDot(t){const{size:e,x:i,y:r}=t,n=e/7;this._rotateFigure(Object.assign(Object.assign({},t),{draw:()=>{this._element=this._window.document.createElementNS("http://www.w3.org/2000/svg","path"),this._element.setAttribute("clip-rule","evenodd"),this._element.setAttribute("d",`M ${i+e/2} ${r}a ${e/2} ${e/2} 0 1 0 0.1 0zm 0 ${n}a ${e/2-n} ${e/2-n} 0 1 1 -0.1 0Z`)}}))}_basicSquare(t){const{size:e,x:i,y:r}=t,n=e/7;this._rotateFigure(Object.assign(Object.assign({},t),{draw:()=>{this._element=this._window.document.createElementNS("http://www.w3.org/2000/svg","path"),this._element.setAttribute("clip-rule","evenodd"),this._element.setAttribute("d",`M ${i} ${r}v ${e}h ${e}v `+-e+"z"+`M ${i+n} ${r+n}h `+(e-2*n)+"v "+(e-2*n)+"h "+(2*n-e)+"z")}}))}_basicExtraRounded(t){const{size:e,x:i,y:r}=t,n=e/7;this._rotateFigure(Object.assign(Object.assign({},t),{draw:()=>{this._element=this._window.document.createElementNS("http://www.w3.org/2000/svg","path"),this._element.setAttribute("clip-rule","evenodd"),this._element.setAttribute("d",`M ${i} ${r+2.5*n}v `+2*n+`a ${2.5*n} ${2.5*n}, 0, 0, 0, ${2.5*n} ${2.5*n}h `+2*n+`a ${2.5*n} ${2.5*n}, 0, 0, 0, ${2.5*n} ${2.5*-n}v `+-2*n+`a ${2.5*n} ${2.5*n}, 0, 0, 0, ${2.5*-n} ${2.5*-n}h `+-2*n+`a ${2.5*n} ${2.5*n}, 0, 0, 0, ${2.5*-n} ${2.5*n}`+`M ${i+2.5*n} ${r+n}h `+2*n+`a ${1.5*n} ${1.5*n}, 0, 0, 1, ${1.5*n} ${1.5*n}v `+2*n+`a ${1.5*n} ${1.5*n}, 0, 0, 1, ${1.5*-n} ${1.5*n}h `+-2*n+`a ${1.5*n} ${1.5*n}, 0, 0, 1, ${1.5*-n} ${1.5*-n}v `+-2*n+`a ${1.5*n} ${1.5*n}, 0, 0, 1, ${1.5*n} ${1.5*-n}`)}}))}_drawDot({x:t,y:e,size:i,rotation:r}){this._basicDot({x:t,y:e,size:i,rotation:r})}_drawSquare({x:t,y:e,size:i,rotation:r}){this._basicSquare({x:t,y:e,size:i,rotation:r})}_drawExtraRounded({x:t,y:e,size:i,rotation:r}){this._basicExtraRounded({x:t,y:e,size:i,rotation:r})}}class h{constructor({svg:t,type:e,window:i}){this._svg=t,this._type=e,this._window=i}draw(t,e,i,r){let n;n="square"===this._type?this._drawSquare:this._drawDot,n.call(this,{x:t,y:e,size:i,rotation:r})}_rotateFigure({x:t,y:e,size:i,rotation:r=0,draw:n}){var o;const s=t+i/2,a=e+i/2;n(),null===(o=this._element)||void 0===o||o.setAttribute("transform",`rotate(${180*r/Math.PI},${s},${a})`)}_basicDot(t){const{size:e,x:i,y:r}=t;this._rotateFigure(Object.assign(Object.assign({},t),{draw:()=>{this._element=this._window.document.createElementNS("http://www.w3.org/2000/svg","circle"),this._element.setAttribute("cx",String(i+e/2)),this._element.setAttribute("cy",String(r+e/2)),this._element.setAttribute("r",String(e/2))}}))}_basicSquare(t){const{size:e,x:i,y:r}=t;this._rotateFigure(Object.assign(Object.assign({},t),{draw:()=>{this._element=this._window.document.createElementNS("http://www.w3.org/2000/svg","rect"),this._element.setAttribute("x",String(i)),this._element.setAttribute("y",String(r)),this._element.setAttribute("width",String(e)),this._element.setAttribute("height",String(e))}}))}_drawDot({x:t,y:e,size:i,rotation:r}){this._basicDot({x:t,y:e,size:i,rotation:r})}_drawSquare({x:t,y:e,size:i,rotation:r}){this._basicSquare({x:t,y:e,size:i,rotation:r})}}const d="circle",u=[[1,1,1,1,1,1,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,1,1,1,1,1,1]],c=[[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,1,1,1,0,0],[0,0,1,1,1,0,0],[0,0,1,1,1,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]];class l{constructor(t,e){this._roundSize=t=>this._options.dotsOptions.roundSize?Math.floor(t):t,this._window=e,this._element=this._window.document.createElementNS("http://www.w3.org/2000/svg","svg"),this._element.setAttribute("width",String(t.width)),this._element.setAttribute("height",String(t.height)),this._element.setAttribute("xmlns:xlink","http://www.w3.org/1999/xlink"),t.dotsOptions.roundSize||this._element.setAttribute("shape-rendering","crispEdges"),this._element.setAttribute("viewBox",`0 0 ${t.width} ${t.height}`),this._defs=this._window.document.createElementNS("http://www.w3.org/2000/svg","defs"),this._element.appendChild(this._defs),this._imageUri=t.image,this._instanceId=l.instanceCount++,this._options=t}get width(){return this._options.width}get height(){return this._options.height}getElement(){return this._element}async drawQR(t){const e=t.getModuleCount(),i=Math.min(this._options.width,this._options.height)-2*this._options.margin,r=this._options.shape===d?i/Math.sqrt(2):i,n=this._roundSize(r/e);let s={hideXDots:0,hideYDots:0,width:0,height:0};if(this._qr=t,this._options.image){if(await this.loadImage(),!this._image)return;const{imageOptions:t,qrOptions:i}=this._options,r=t.imageSize*o[i.errorCorrectionLevel],a=Math.floor(r*e*e);s=function({originalHeight:t,originalWidth:e,maxHiddenDots:i,maxHiddenAxisDots:r,dotSize:n}){const o={x:0,y:0},s={x:0,y:0};if(t<=0||e<=0||i<=0||n<=0)return{height:0,width:0,hideYDots:0,hideXDots:0};const a=t/e;return o.x=Math.floor(Math.sqrt(i/a)),o.x<=0&&(o.x=1),r&&r<o.x&&(o.x=r),o.x%2==0&&o.x--,s.x=o.x*n,o.y=1+2*Math.ceil((o.x*a-1)/2),s.y=Math.round(s.x*a),(o.y*o.x>i||r&&r<o.y)&&(r&&r<o.y?(o.y=r,o.y%2==0&&o.x--):o.y-=2,s.y=o.y*n,o.x=1+2*Math.ceil((o.y/a-1)/2),s.x=Math.round(s.y/a)),{height:s.y,width:s.x,hideYDots:o.y,hideXDots:o.x}}({originalWidth:this._image.width,originalHeight:this._image.height,maxHiddenDots:a,maxHiddenAxisDots:e-14,dotSize:n})}this.drawBackground(),this.drawDots(((t,i)=>{var r,n,o,a,h,d;return!(this._options.imageOptions.hideBackgroundDots&&t>=(e-s.hideYDots)/2&&t<(e+s.hideYDots)/2&&i>=(e-s.hideXDots)/2&&i<(e+s.hideXDots)/2||(null===(r=u[t])||void 0===r?void 0:r[i])||(null===(n=u[t-e+7])||void 0===n?void 0:n[i])||(null===(o=u[t])||void 0===o?void 0:o[i-e+7])||(null===(a=c[t])||void 0===a?void 0:a[i])||(null===(h=c[t-e+7])||void 0===h?void 0:h[i])||(null===(d=c[t])||void 0===d?void 0:d[i-e+7]))})),this.drawCorners(),this._options.image&&await this.drawImage({width:s.width,height:s.height,count:e,dotSize:n})}drawBackground(){var t,e,i;const r=this._element,n=this._options;if(r){const r=null===(t=n.backgroundOptions)||void 0===t?void 0:t.gradient,o=null===(e=n.backgroundOptions)||void 0===e?void 0:e.color;let s=n.height,a=n.width;if(r||o){const t=this._window.document.createElementNS("http://www.w3.org/2000/svg","rect");this._backgroundClipPath=this._window.document.createElementNS("http://www.w3.org/2000/svg","clipPath"),this._backgroundClipPath.setAttribute("id",`clip-path-background-color-${this._instanceId}`),this._defs.appendChild(this._backgroundClipPath),(null===(i=n.backgroundOptions)||void 0===i?void 0:i.round)&&(s=a=Math.min(n.width,n.height),t.setAttribute("rx",String(s/2*n.backgroundOptions.round))),t.setAttribute("x",String(this._roundSize((n.width-a)/2))),t.setAttribute("y",String(this._roundSize((n.height-s)/2))),t.setAttribute("width",String(a)),t.setAttribute("height",String(s)),this._backgroundClipPath.appendChild(t),this._createColor({options:r,color:o,additionalRotation:0,x:0,y:0,height:n.height,width:n.width,name:`background-color-${this._instanceId}`})}}}drawDots(t){var e,i;if(!this._qr)throw"QR code is not defined";const r=this._options,n=this._qr.getModuleCount();if(n>r.width||n>r.height)throw"The canvas is too small.";const o=Math.min(r.width,r.height)-2*r.margin,a=r.shape===d?o/Math.sqrt(2):o,h=this._roundSize(a/n),u=this._roundSize((r.width-n*h)/2),c=this._roundSize((r.height-n*h)/2),l=new s({svg:this._element,type:r.dotsOptions.type,window:this._window});this._dotsClipPath=this._window.document.createElementNS("http://www.w3.org/2000/svg","clipPath"),this._dotsClipPath.setAttribute("id",`clip-path-dot-color-${this._instanceId}`),this._defs.appendChild(this._dotsClipPath),this._createColor({options:null===(e=r.dotsOptions)||void 0===e?void 0:e.gradient,color:r.dotsOptions.color,additionalRotation:0,x:0,y:0,height:r.height,width:r.width,name:`dot-color-${this._instanceId}`});for(let e=0;e<n;e++)for(let r=0;r<n;r++)t&&!t(e,r)||(null===(i=this._qr)||void 0===i?void 0:i.isDark(e,r))&&(l.draw(u+r*h,c+e*h,h,((i,o)=>!(r+i<0||e+o<0||r+i>=n||e+o>=n)&&!(t&&!t(e+o,r+i))&&!!this._qr&&this._qr.isDark(e+o,r+i))),l._element&&this._dotsClipPath&&this._dotsClipPath.appendChild(l._element));if(r.shape===d){const t=this._roundSize((o/h-n)/2),e=n+2*t,i=u-t*h,r=c-t*h,s=[],a=this._roundSize(e/2);for(let i=0;i<e;i++){s[i]=[];for(let r=0;r<e;r++)i>=t-1&&i<=e-t&&r>=t-1&&r<=e-t||Math.sqrt((i-a)*(i-a)+(r-a)*(r-a))>a?s[i][r]=0:s[i][r]=this._qr.isDark(r-2*t<0?r:r>=n?r-2*t:r-t,i-2*t<0?i:i>=n?i-2*t:i-t)?1:0}for(let t=0;t<e;t++)for(let n=0;n<e;n++)s[t][n]&&(l.draw(i+n*h,r+t*h,h,((e,i)=>{var r;return!!(null===(r=s[t+i])||void 0===r?void 0:r[n+e])})),l._element&&this._dotsClipPath&&this._dotsClipPath.appendChild(l._element))}}drawCorners(){if(!this._qr)throw"QR code is not defined";const t=this._element,e=this._options;if(!t)throw"Element code is not defined";const i=this._qr.getModuleCount(),r=Math.min(e.width,e.height)-2*e.margin,n=e.shape===d?r/Math.sqrt(2):r,o=this._roundSize(n/i),l=7*o,g=3*o,f=this._roundSize((e.width-i*o)/2),w=this._roundSize((e.height-i*o)/2);[[0,0,0],[1,0,Math.PI/2],[0,1,-Math.PI/2]].forEach((([t,r,n])=>{var d,p,v,_,m,b,y,x,S,C,A,M;const $=f+t*o*(i-7),O=w+r*o*(i-7);let D=this._dotsClipPath,z=this._dotsClipPath;if(((null===(d=e.cornersSquareOptions)||void 0===d?void 0:d.gradient)||(null===(p=e.cornersSquareOptions)||void 0===p?void 0:p.color))&&(D=this._window.document.createElementNS("http://www.w3.org/2000/svg","clipPath"),D.setAttribute("id",`clip-path-corners-square-color-${t}-${r}-${this._instanceId}`),this._defs.appendChild(D),this._cornersSquareClipPath=this._cornersDotClipPath=z=D,this._createColor({options:null===(v=e.cornersSquareOptions)||void 0===v?void 0:v.gradient,color:null===(_=e.cornersSquareOptions)||void 0===_?void 0:_.color,additionalRotation:n,x:$,y:O,height:l,width:l,name:`corners-square-color-${t}-${r}-${this._instanceId}`})),null===(m=e.cornersSquareOptions)||void 0===m?void 0:m.type){const t=new a({svg:this._element,type:e.cornersSquareOptions.type,window:this._window});t.draw($,O,l,n),t._element&&D&&D.appendChild(t._element)}else{const t=new s({svg:this._element,type:e.dotsOptions.type,window:this._window});for(let e=0;e<u.length;e++)for(let i=0;i<u[e].length;i++)(null===(b=u[e])||void 0===b?void 0:b[i])&&(t.draw($+i*o,O+e*o,o,((t,r)=>{var n;return!!(null===(n=u[e+r])||void 0===n?void 0:n[i+t])})),t._element&&D&&D.appendChild(t._element))}if(((null===(y=e.cornersDotOptions)||void 0===y?void 0:y.gradient)||(null===(x=e.cornersDotOptions)||void 0===x?void 0:x.color))&&(z=this._window.document.createElementNS("http://www.w3.org/2000/svg","clipPath"),z.setAttribute("id",`clip-path-corners-dot-color-${t}-${r}-${this._instanceId}`),this._defs.appendChild(z),this._cornersDotClipPath=z,this._createColor({options:null===(S=e.cornersDotOptions)||void 0===S?void 0:S.gradient,color:null===(C=e.cornersDotOptions)||void 0===C?void 0:C.color,additionalRotation:n,x:$+2*o,y:O+2*o,height:g,width:g,name:`corners-dot-color-${t}-${r}-${this._instanceId}`})),null===(A=e.cornersDotOptions)||void 0===A?void 0:A.type){const t=new h({svg:this._element,type:e.cornersDotOptions.type,window:this._window});t.draw($+2*o,O+2*o,g,n),t._element&&z&&z.appendChild(t._element)}else{const t=new s({svg:this._element,type:e.dotsOptions.type,window:this._window});for(let e=0;e<c.length;e++)for(let i=0;i<c[e].length;i++)(null===(M=c[e])||void 0===M?void 0:M[i])&&(t.draw($+i*o,O+e*o,o,((t,r)=>{var n;return!!(null===(n=c[e+r])||void 0===n?void 0:n[i+t])})),t._element&&z&&z.appendChild(t._element))}}))}loadImage(){return new Promise(((t,e)=>{var i;const r=this._options;if(!r.image)return e("Image is not defined");if(null===(i=r.nodeCanvas)||void 0===i?void 0:i.loadImage)r.nodeCanvas.loadImage(r.image).then((e=>{var i,n;if(this._image=e,this._options.imageOptions.saveAsBlob){const t=null===(i=r.nodeCanvas)||void 0===i?void 0:i.createCanvas(this._image.width,this._image.height);null===(n=null==t?void 0:t.getContext("2d"))||void 0===n||n.drawImage(e,0,0),this._imageUri=null==t?void 0:t.toDataURL()}t()})).catch(e);else{const e=new this._window.Image;"string"==typeof r.imageOptions.crossOrigin&&(e.crossOrigin=r.imageOptions.crossOrigin),this._image=e,e.onload=async()=>{this._options.imageOptions.saveAsBlob&&(this._imageUri=await async function(t,e){return new Promise((i=>{const r=new e.XMLHttpRequest;r.onload=function(){const t=new e.FileReader;t.onloadend=function(){i(t.result)},t.readAsDataURL(r.response)},r.open("GET",t),r.responseType="blob",r.send()}))}(r.image||"",this._window)),t()},e.src=r.image}}))}async drawImage({width:t,height:e,count:i,dotSize:r}){const n=this._options,o=this._roundSize((n.width-i*r)/2),s=this._roundSize((n.height-i*r)/2),a=o+this._roundSize(n.imageOptions.margin+(i*r-t)/2),h=s+this._roundSize(n.imageOptions.margin+(i*r-e)/2),d=t-2*n.imageOptions.margin,u=e-2*n.imageOptions.margin,c=this._window.document.createElementNS("http://www.w3.org/2000/svg","image");c.setAttribute("href",this._imageUri||""),c.setAttribute("x",String(a)),c.setAttribute("y",String(h)),c.setAttribute("width",`${d}px`),c.setAttribute("height",`${u}px`),this._element.appendChild(c)}_createColor({options:t,color:e,additionalRotation:i,x:r,y:n,height:o,width:s,name:a}){const h=s>o?s:o,d=this._window.document.createElementNS("http://www.w3.org/2000/svg","rect");if(d.setAttribute("x",String(r)),d.setAttribute("y",String(n)),d.setAttribute("height",String(o)),d.setAttribute("width",String(s)),d.setAttribute("clip-path",`url('#clip-path-${a}')`),t){let e;if("radial"===t.type)e=this._window.document.createElementNS("http://www.w3.org/2000/svg","radialGradient"),e.setAttribute("id",a),e.setAttribute("gradientUnits","userSpaceOnUse"),e.setAttribute("fx",String(r+s/2)),e.setAttribute("fy",String(n+o/2)),e.setAttribute("cx",String(r+s/2)),e.setAttribute("cy",String(n+o/2)),e.setAttribute("r",String(h/2));else{const h=((t.rotation||0)+i)%(2*Math.PI),d=(h+2*Math.PI)%(2*Math.PI);let u=r+s/2,c=n+o/2,l=r+s/2,g=n+o/2;d>=0&&d<=.25*Math.PI||d>1.75*Math.PI&&d<=2*Math.PI?(u-=s/2,c-=o/2*Math.tan(h),l+=s/2,g+=o/2*Math.tan(h)):d>.25*Math.PI&&d<=.75*Math.PI?(c-=o/2,u-=s/2/Math.tan(h),g+=o/2,l+=s/2/Math.tan(h)):d>.75*Math.PI&&d<=1.25*Math.PI?(u+=s/2,c+=o/2*Math.tan(h),l-=s/2,g-=o/2*Math.tan(h)):d>1.25*Math.PI&&d<=1.75*Math.PI&&(c+=o/2,u+=s/2/Math.tan(h),g-=o/2,l-=s/2/Math.tan(h)),e=this._window.document.createElementNS("http://www.w3.org/2000/svg","linearGradient"),e.setAttribute("id",a),e.setAttribute("gradientUnits","userSpaceOnUse"),e.setAttribute("x1",String(Math.round(u))),e.setAttribute("y1",String(Math.round(c))),e.setAttribute("x2",String(Math.round(l))),e.setAttribute("y2",String(Math.round(g)))}t.colorStops.forEach((({offset:t,color:i})=>{const r=this._window.document.createElementNS("http://www.w3.org/2000/svg","stop");r.setAttribute("offset",100*t+"%"),r.setAttribute("stop-color",i),e.appendChild(r)})),d.setAttribute("fill",`url('#${a}')`),this._defs.appendChild(e)}else e&&d.setAttribute("fill",e);this._element.appendChild(d)}}l.instanceCount=0;const g=l,f="canvas",w={};for(let t=0;t<=40;t++)w[t]=t;const p={type:f,shape:"square",width:300,height:300,data:"",margin:0,qrOptions:{typeNumber:w[0],mode:void 0,errorCorrectionLevel:"Q"},imageOptions:{saveAsBlob:!0,hideBackgroundDots:!0,imageSize:.4,crossOrigin:void 0,margin:0},dotsOptions:{type:"square",color:"#000",roundSize:!0},backgroundOptions:{round:0,color:"#fff"}};function v(t){const e=Object.assign({},t);if(!e.colorStops||!e.colorStops.length)throw"Field 'colorStops' is required in gradient";return e.rotation?e.rotation=Number(e.rotation):e.rotation=0,e.colorStops=e.colorStops.map((t=>Object.assign(Object.assign({},t),{offset:Number(t.offset)}))),e}function _(t){const e=Object.assign({},t);return e.width=Number(e.width),e.height=Number(e.height),e.margin=Number(e.margin),e.imageOptions=Object.assign(Object.assign({},e.imageOptions),{hideBackgroundDots:Boolean(e.imageOptions.hideBackgroundDots),imageSize:Number(e.imageOptions.imageSize),margin:Number(e.imageOptions.margin)}),e.margin>Math.min(e.width,e.height)&&(e.margin=Math.min(e.width,e.height)),e.dotsOptions=Object.assign({},e.dotsOptions),e.dotsOptions.gradient&&(e.dotsOptions.gradient=v(e.dotsOptions.gradient)),e.cornersSquareOptions&&(e.cornersSquareOptions=Object.assign({},e.cornersSquareOptions),e.cornersSquareOptions.gradient&&(e.cornersSquareOptions.gradient=v(e.cornersSquareOptions.gradient))),e.cornersDotOptions&&(e.cornersDotOptions=Object.assign({},e.cornersDotOptions),e.cornersDotOptions.gradient&&(e.cornersDotOptions.gradient=v(e.cornersDotOptions.gradient))),e.backgroundOptions&&(e.backgroundOptions=Object.assign({},e.backgroundOptions),e.backgroundOptions.gradient&&(e.backgroundOptions.gradient=v(e.backgroundOptions.gradient))),e}var m=i(873),b=i.n(m);function y(t){if(!t)throw new Error("Extension must be defined");"."===t[0]&&(t=t.substring(1));const e={bmp:"image/bmp",gif:"image/gif",ico:"image/vnd.microsoft.icon",jpeg:"image/jpeg",jpg:"image/jpeg",png:"image/png",svg:"image/svg+xml",tif:"image/tiff",tiff:"image/tiff",webp:"image/webp",pdf:"application/pdf"}[t.toLowerCase()];if(!e)throw new Error(`Extension "${t}" is not supported`);return e}class x{constructor(t){(null==t?void 0:t.jsdom)?this._window=new t.jsdom("",{resources:"usable"}).window:this._window=window,this._options=t?_(e(p,t)):p,this.update()}static _clearContainer(t){t&&(t.innerHTML="")}_setupSvg(){if(!this._qr)return;const t=new g(this._options,this._window);this._svg=t.getElement(),this._svgDrawingPromise=t.drawQR(this._qr).then((()=>{var e;this._svg&&(null===(e=this._extension)||void 0===e||e.call(this,t.getElement(),this._options))}))}_setupCanvas(){var t,e;this._qr&&((null===(t=this._options.nodeCanvas)||void 0===t?void 0:t.createCanvas)?(this._nodeCanvas=this._options.nodeCanvas.createCanvas(this._options.width,this._options.height),this._nodeCanvas.width=this._options.width,this._nodeCanvas.height=this._options.height):(this._domCanvas=document.createElement("canvas"),this._domCanvas.width=this._options.width,this._domCanvas.height=this._options.height),this._setupSvg(),this._canvasDrawingPromise=null===(e=this._svgDrawingPromise)||void 0===e?void 0:e.then((()=>{var t;if(!this._svg)return;const e=this._svg,i=(new this._window.XMLSerializer).serializeToString(e),r=btoa(i),n=`data:${y("svg")};base64,${r}`;if(null===(t=this._options.nodeCanvas)||void 0===t?void 0:t.loadImage)return this._options.nodeCanvas.loadImage(n).then((t=>{var e,i;t.width=this._options.width,t.height=this._options.height,null===(i=null===(e=this._nodeCanvas)||void 0===e?void 0:e.getContext("2d"))||void 0===i||i.drawImage(t,0,0)}));{const t=new this._window.Image;return new Promise((e=>{t.onload=()=>{var i,r;null===(r=null===(i=this._domCanvas)||void 0===i?void 0:i.getContext("2d"))||void 0===r||r.drawImage(t,0,0),e()},t.src=n}))}})))}async _getElement(t="png"){if(!this._qr)throw"QR code is empty";return"svg"===t.toLowerCase()?(this._svg&&this._svgDrawingPromise||this._setupSvg(),await this._svgDrawingPromise,this._svg):((this._domCanvas||this._nodeCanvas)&&this._canvasDrawingPromise||this._setupCanvas(),await this._canvasDrawingPromise,this._domCanvas||this._nodeCanvas)}update(t){x._clearContainer(this._container),this._options=t?_(e(this._options,t)):this._options,this._options.data&&(this._qr=b()(this._options.qrOptions.typeNumber,this._options.qrOptions.errorCorrectionLevel),this._qr.addData(this._options.data,this._options.qrOptions.mode||function(t){switch(!0){case/^[0-9]*$/.test(t):return"Numeric";case/^[0-9A-Z $%*+\-./:]*$/.test(t):return"Alphanumeric";default:return"Byte"}}(this._options.data)),this._qr.make(),this._options.type===f?this._setupCanvas():this._setupSvg(),this.append(this._container))}append(t){if(t){if("function"!=typeof t.appendChild)throw"Container should be a single DOM node";this._options.type===f?this._domCanvas&&t.appendChild(this._domCanvas):this._svg&&t.appendChild(this._svg),this._container=t}}applyExtension(t){if(!t)throw"Extension function should be defined.";this._extension=t,this.update()}deleteExtension(){this._extension=void 0,this.update()}async getRawData(t="png"){if(!this._qr)throw"QR code is empty";const e=await this._getElement(t),i=y(t);if(!e)return null;if("svg"===t.toLowerCase()){const t=`<?xml version="1.0" standalone="no"?>\r\n${(new this._window.XMLSerializer).serializeToString(e)}`;return"undefined"==typeof Blob||this._options.jsdom?Buffer.from(t):new Blob([t],{type:i})}return new Promise((t=>{const r=e;if("toBuffer"in r)if("image/png"===i)t(r.toBuffer(i));else if("image/jpeg"===i)t(r.toBuffer(i));else{if("application/pdf"!==i)throw Error("Unsupported extension");t(r.toBuffer(i))}else"toBlob"in r&&r.toBlob(t,i,1)}))}async download(t){if(!this._qr)throw"QR code is empty";if("undefined"==typeof Blob)throw"Cannot download in Node.js, call getRawData instead.";let e="png",i="qr";"string"==typeof t?(e=t,console.warn("Extension is deprecated as argument for 'download' method, please pass object { name: '...', extension: '...' } as argument")):"object"==typeof t&&null!==t&&(t.name&&(i=t.name),t.extension&&(e=t.extension));const r=await this._getElement(e);if(r)if("svg"===e.toLowerCase()){let t=(new XMLSerializer).serializeToString(r);t='<?xml version="1.0" standalone="no"?>\r\n'+t,n(`data:${y(e)};charset=utf-8,${encodeURIComponent(t)}`,`${i}.svg`)}else n(r.toDataURL(y(e)),`${i}.${e}`)}}const S=x})(),r.default})()));
8472
10976
 
8473
- },{}]},{},[14])(14)
10977
+ }).call(this)}).call(this,require("buffer").Buffer)
10978
+ },{"buffer":140}]},{},[16])(16)
8474
10979
  });