@plattar/plattar-ar-adapter 1.163.2 → 1.167.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol
12
12
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
13
13
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
14
14
  function _wrapNativeSuper(Class) { var _cache = typeof Map === "function" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== "function") { throw new TypeError("Super expression must either be null or a function"); } if (typeof _cache !== "undefined") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return _setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); }
15
- function _construct(Parent, args, Class) { if (_isNativeReflectConstruct()) { _construct = Reflect.construct.bind(); } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); }
15
+ function _construct(t, e, r) { if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments); var o = [null]; o.push.apply(o, e); var p = new (t.bind.apply(t, o))(); return r && _setPrototypeOf(p, r.prototype), p; }
16
16
  function _isNativeFunction(fn) { try { return Function.toString.call(fn).indexOf("[native code]") !== -1; } catch (e) { return typeof fn === "function"; } }
17
17
  function _get() { if (typeof Reflect !== "undefined" && Reflect.get) { _get = Reflect.get.bind(); } else { _get = function _get(target, property, receiver) { var base = _superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(arguments.length < 3 ? target : receiver); } return desc.value; }; } return _get.apply(this, arguments); }
18
18
  function _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = _getPrototypeOf(object); if (object === null) break; } return object; }
@@ -22,15 +22,15 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
22
22
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
23
23
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
24
24
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
25
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
26
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
27
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
25
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
26
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
27
+ function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
30
28
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
31
29
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
32
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
30
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
33
31
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
32
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
33
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
34
34
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
35
35
  (function (f) {
36
36
  if ((typeof exports === "undefined" ? "undefined" : _typeof(exports)) === "object" && typeof module !== "undefined") {
@@ -103,11 +103,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
103
103
  */
104
104
  var ConfiguratorAR = /*#__PURE__*/function (_launcher_ar_1$Launch) {
105
105
  _inherits(ConfiguratorAR, _launcher_ar_1$Launch);
106
- var _super = _createSuper(ConfiguratorAR);
107
106
  function ConfiguratorAR(options) {
108
107
  var _this;
109
108
  _classCallCheck(this, ConfiguratorAR);
110
- _this = _super.call(this);
109
+ _this = _callSuper(this, ConfiguratorAR);
111
110
  // analytics instance
112
111
  _this._analytics = null;
113
112
  if (!options.state) {
@@ -424,11 +423,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
424
423
  */
425
424
  var ModelAR = /*#__PURE__*/function (_launcher_ar_1$Launch2) {
426
425
  _inherits(ModelAR, _launcher_ar_1$Launch2);
427
- var _super2 = _createSuper(ModelAR);
428
426
  function ModelAR(options) {
429
427
  var _this2;
430
428
  _classCallCheck(this, ModelAR);
431
- _this2 = _super2.call(this);
429
+ _this2 = _callSuper(this, ModelAR);
432
430
  // analytics instance
433
431
  _this2._analytics = null;
434
432
  if (!options.modelID) {
@@ -597,7 +595,6 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
597
595
  */
598
596
  var ProductAR = /*#__PURE__*/function (_launcher_ar_1$Launch3) {
599
597
  _inherits(ProductAR, _launcher_ar_1$Launch3);
600
- var _super3 = _createSuper(ProductAR);
601
598
  /*
602
599
  constructor(productID: string | undefined | null = null, variationID: string | undefined | null = null, variationSKU: string | undefined | null = null) {
603
600
  super();
@@ -613,7 +610,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
613
610
  function ProductAR(options) {
614
611
  var _this4;
615
612
  _classCallCheck(this, ProductAR);
616
- _this4 = _super3.call(this);
613
+ _this4 = _callSuper(this, ProductAR);
617
614
  // analytics instance
618
615
  _this4._analytics = null;
619
616
  if (!options.productID) {
@@ -850,11 +847,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
850
847
  */
851
848
  var RawAR = /*#__PURE__*/function (_launcher_ar_1$Launch4) {
852
849
  _inherits(RawAR, _launcher_ar_1$Launch4);
853
- var _super4 = _createSuper(RawAR);
854
850
  function RawAR(options) {
855
851
  var _this6;
856
852
  _classCallCheck(this, RawAR);
857
- _this6 = _super4.call(this);
853
+ _this6 = _callSuper(this, RawAR);
858
854
  // analytics instance
859
855
  _this6._analytics = null;
860
856
  if (!options.modelLocation) {
@@ -1041,11 +1037,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
1041
1037
  */
1042
1038
  var SceneAR = /*#__PURE__*/function (_launcher_ar_1$Launch5) {
1043
1039
  _inherits(SceneAR, _launcher_ar_1$Launch5);
1044
- var _super5 = _createSuper(SceneAR);
1045
1040
  function SceneAR(options) {
1046
1041
  var _this9;
1047
1042
  _classCallCheck(this, SceneAR);
1048
- _this9 = _super5.call(this);
1043
+ _this9 = _callSuper(this, SceneAR);
1049
1044
  // analytics instance
1050
1045
  _this9._analytics = null;
1051
1046
  if (!options.sceneID) {
@@ -1279,12 +1274,11 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
1279
1274
  */
1280
1275
  var SceneProductAR = /*#__PURE__*/function (_product_ar_1$Product) {
1281
1276
  _inherits(SceneProductAR, _product_ar_1$Product);
1282
- var _super6 = _createSuper(SceneProductAR);
1283
1277
  function SceneProductAR(options) {
1284
1278
  var _this12;
1285
1279
  _classCallCheck(this, SceneProductAR);
1286
1280
  //super(sceneProductID, variationID, variationSKU);
1287
- _this12 = _super6.call(this, options);
1281
+ _this12 = _callSuper(this, SceneProductAR, [options]);
1288
1282
  // this is evaluated in the init() function
1289
1283
  _this12._attachedProductID = null;
1290
1284
  if (!options.productID) {
@@ -1352,11 +1346,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
1352
1346
  */
1353
1347
  var ConfiguratorController = /*#__PURE__*/function (_plattar_controller_) {
1354
1348
  _inherits(ConfiguratorController, _plattar_controller_);
1355
- var _super7 = _createSuper(ConfiguratorController);
1356
1349
  function ConfiguratorController() {
1357
1350
  var _this14;
1358
1351
  _classCallCheck(this, ConfiguratorController);
1359
- _this14 = _super7.apply(this, arguments);
1352
+ _this14 = _callSuper(this, ConfiguratorController, arguments);
1360
1353
  _this14._cachedConfigState = null;
1361
1354
  return _this14;
1362
1355
  }
@@ -2320,10 +2313,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
2320
2313
  */
2321
2314
  var ProductController = /*#__PURE__*/function (_plattar_controller_2) {
2322
2315
  _inherits(ProductController, _plattar_controller_2);
2323
- var _super8 = _createSuper(ProductController);
2324
2316
  function ProductController() {
2325
2317
  _classCallCheck(this, ProductController);
2326
- return _super8.apply(this, arguments);
2318
+ return _callSuper(this, ProductController, arguments);
2327
2319
  }
2328
2320
  _createClass(ProductController, [{
2329
2321
  key: "getConfiguratorState",
@@ -2619,11 +2611,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
2619
2611
  */
2620
2612
  var VTOController = /*#__PURE__*/function (_plattar_controller_3) {
2621
2613
  _inherits(VTOController, _plattar_controller_3);
2622
- var _super9 = _createSuper(VTOController);
2623
2614
  function VTOController() {
2624
2615
  var _this22;
2625
2616
  _classCallCheck(this, VTOController);
2626
- _this22 = _super9.apply(this, arguments);
2617
+ _this22 = _callSuper(this, VTOController, arguments);
2627
2618
  _this22._cachedConfigState = null;
2628
2619
  return _this22;
2629
2620
  }
@@ -3104,11 +3095,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
3104
3095
  */
3105
3096
  var PlattarEmbed = /*#__PURE__*/function (_HTMLElement) {
3106
3097
  _inherits(PlattarEmbed, _HTMLElement);
3107
- var _super10 = _createSuper(PlattarEmbed);
3108
3098
  function PlattarEmbed() {
3109
3099
  var _this25;
3110
3100
  _classCallCheck(this, PlattarEmbed);
3111
- _this25 = _super10.call(this);
3101
+ _this25 = _callSuper(this, PlattarEmbed);
3112
3102
  // this is the current embed type, viewer by default
3113
3103
  _this25._currentType = EmbedType.None;
3114
3104
  _this25._observerState = ObserverState.Unlocked;
@@ -4198,7 +4188,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
4198
4188
  Object.defineProperty(exports, "__esModule", {
4199
4189
  value: true
4200
4190
  });
4201
- exports["default"] = "1.163.2";
4191
+ exports["default"] = "1.167.2";
4202
4192
  }, {}],
4203
4193
  17: [function (require, module, exports) {
4204
4194
  "use strict";
@@ -4234,10 +4224,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
4234
4224
  var ar_viewer_1 = require("./ar-viewer");
4235
4225
  var QuicklookViewer = /*#__PURE__*/function (_ar_viewer_1$ARViewer) {
4236
4226
  _inherits(QuicklookViewer, _ar_viewer_1$ARViewer);
4237
- var _super11 = _createSuper(QuicklookViewer);
4238
4227
  function QuicklookViewer() {
4239
4228
  _classCallCheck(this, QuicklookViewer);
4240
- return _super11.call(this);
4229
+ return _callSuper(this, QuicklookViewer);
4241
4230
  }
4242
4231
  _createClass(QuicklookViewer, [{
4243
4232
  key: "nodeType",
@@ -4292,10 +4281,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
4292
4281
  var ar_viewer_1 = require("./ar-viewer");
4293
4282
  var RealityViewer = /*#__PURE__*/function (_ar_viewer_1$ARViewer2) {
4294
4283
  _inherits(RealityViewer, _ar_viewer_1$ARViewer2);
4295
- var _super12 = _createSuper(RealityViewer);
4296
4284
  function RealityViewer() {
4297
4285
  _classCallCheck(this, RealityViewer);
4298
- return _super12.call(this);
4286
+ return _callSuper(this, RealityViewer);
4299
4287
  }
4300
4288
  _createClass(RealityViewer, [{
4301
4289
  key: "nodeType",
@@ -4335,11 +4323,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
4335
4323
  var ar_viewer_1 = require("./ar-viewer");
4336
4324
  var SceneViewer = /*#__PURE__*/function (_ar_viewer_1$ARViewer3) {
4337
4325
  _inherits(SceneViewer, _ar_viewer_1$ARViewer3);
4338
- var _super13 = _createSuper(SceneViewer);
4339
4326
  function SceneViewer() {
4340
4327
  var _this30;
4341
4328
  _classCallCheck(this, SceneViewer);
4342
- _this30 = _super13.call(this);
4329
+ _this30 = _callSuper(this, SceneViewer);
4343
4330
  _this30.isVertical = false;
4344
4331
  _this30.isVertical = false;
4345
4332
  return _this30;
@@ -7074,10 +7061,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7074
7061
  var PlattarBase = require("./interfaces/plattar-base.js");
7075
7062
  var Application = /*#__PURE__*/function (_PlattarBase) {
7076
7063
  _inherits(Application, _PlattarBase);
7077
- var _super14 = _createSuper(Application);
7078
7064
  function Application() {
7079
7065
  _classCallCheck(this, Application);
7080
- return _super14.apply(this, arguments);
7066
+ return _callSuper(this, Application, arguments);
7081
7067
  }
7082
7068
  _createClass(Application, null, [{
7083
7069
  key: "type",
@@ -7095,10 +7081,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7095
7081
  var PlattarBase = require("../interfaces/plattar-base");
7096
7082
  var Brief = /*#__PURE__*/function (_PlattarBase2) {
7097
7083
  _inherits(Brief, _PlattarBase2);
7098
- var _super15 = _createSuper(Brief);
7099
7084
  function Brief() {
7100
7085
  _classCallCheck(this, Brief);
7101
- return _super15.apply(this, arguments);
7086
+ return _callSuper(this, Brief, arguments);
7102
7087
  }
7103
7088
  _createClass(Brief, null, [{
7104
7089
  key: "type",
@@ -7116,10 +7101,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7116
7101
  var PlattarBase = require("../interfaces/plattar-base");
7117
7102
  var CommentBrief = /*#__PURE__*/function (_PlattarBase3) {
7118
7103
  _inherits(CommentBrief, _PlattarBase3);
7119
- var _super16 = _createSuper(CommentBrief);
7120
7104
  function CommentBrief() {
7121
7105
  _classCallCheck(this, CommentBrief);
7122
- return _super16.apply(this, arguments);
7106
+ return _callSuper(this, CommentBrief, arguments);
7123
7107
  }
7124
7108
  _createClass(CommentBrief, null, [{
7125
7109
  key: "type",
@@ -7137,10 +7121,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7137
7121
  var PlattarBase = require("../interfaces/plattar-base");
7138
7122
  var CommentQuote = /*#__PURE__*/function (_PlattarBase4) {
7139
7123
  _inherits(CommentQuote, _PlattarBase4);
7140
- var _super17 = _createSuper(CommentQuote);
7141
7124
  function CommentQuote() {
7142
7125
  _classCallCheck(this, CommentQuote);
7143
- return _super17.apply(this, arguments);
7126
+ return _callSuper(this, CommentQuote, arguments);
7144
7127
  }
7145
7128
  _createClass(CommentQuote, null, [{
7146
7129
  key: "type",
@@ -7158,10 +7141,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7158
7141
  var PlattarBase = require("../interfaces/plattar-base");
7159
7142
  var CommentSolution = /*#__PURE__*/function (_PlattarBase5) {
7160
7143
  _inherits(CommentSolution, _PlattarBase5);
7161
- var _super18 = _createSuper(CommentSolution);
7162
7144
  function CommentSolution() {
7163
7145
  _classCallCheck(this, CommentSolution);
7164
- return _super18.apply(this, arguments);
7146
+ return _callSuper(this, CommentSolution, arguments);
7165
7147
  }
7166
7148
  _createClass(CommentSolution, null, [{
7167
7149
  key: "type",
@@ -7179,10 +7161,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7179
7161
  var PlattarBase = require("../interfaces/plattar-base");
7180
7162
  var Folder = /*#__PURE__*/function (_PlattarBase6) {
7181
7163
  _inherits(Folder, _PlattarBase6);
7182
- var _super19 = _createSuper(Folder);
7183
7164
  function Folder() {
7184
7165
  _classCallCheck(this, Folder);
7185
- return _super19.apply(this, arguments);
7166
+ return _callSuper(this, Folder, arguments);
7186
7167
  }
7187
7168
  _createClass(Folder, null, [{
7188
7169
  key: "type",
@@ -7200,10 +7181,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7200
7181
  var PlattarBase = require("../interfaces/plattar-base");
7201
7182
  var PipelineUser = /*#__PURE__*/function (_PlattarBase7) {
7202
7183
  _inherits(PipelineUser, _PlattarBase7);
7203
- var _super20 = _createSuper(PipelineUser);
7204
7184
  function PipelineUser() {
7205
7185
  _classCallCheck(this, PipelineUser);
7206
- return _super20.apply(this, arguments);
7186
+ return _callSuper(this, PipelineUser, arguments);
7207
7187
  }
7208
7188
  _createClass(PipelineUser, null, [{
7209
7189
  key: "type",
@@ -7221,10 +7201,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7221
7201
  var PlattarBase = require("../interfaces/plattar-base");
7222
7202
  var Quote = /*#__PURE__*/function (_PlattarBase8) {
7223
7203
  _inherits(Quote, _PlattarBase8);
7224
- var _super21 = _createSuper(Quote);
7225
7204
  function Quote() {
7226
7205
  _classCallCheck(this, Quote);
7227
- return _super21.apply(this, arguments);
7206
+ return _callSuper(this, Quote, arguments);
7228
7207
  }
7229
7208
  _createClass(Quote, null, [{
7230
7209
  key: "type",
@@ -7242,10 +7221,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7242
7221
  var PlattarBase = require("../interfaces/plattar-base");
7243
7222
  var Rating = /*#__PURE__*/function (_PlattarBase9) {
7244
7223
  _inherits(Rating, _PlattarBase9);
7245
- var _super22 = _createSuper(Rating);
7246
7224
  function Rating() {
7247
7225
  _classCallCheck(this, Rating);
7248
- return _super22.apply(this, arguments);
7226
+ return _callSuper(this, Rating, arguments);
7249
7227
  }
7250
7228
  _createClass(Rating, null, [{
7251
7229
  key: "type",
@@ -7263,10 +7241,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7263
7241
  var PlattarBase = require("../interfaces/plattar-base");
7264
7242
  var Solution = /*#__PURE__*/function (_PlattarBase10) {
7265
7243
  _inherits(Solution, _PlattarBase10);
7266
- var _super23 = _createSuper(Solution);
7267
7244
  function Solution() {
7268
7245
  _classCallCheck(this, Solution);
7269
- return _super23.apply(this, arguments);
7246
+ return _callSuper(this, Solution, arguments);
7270
7247
  }
7271
7248
  _createClass(Solution, null, [{
7272
7249
  key: "type",
@@ -7284,10 +7261,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7284
7261
  var FileBase = require("./file-base.js");
7285
7262
  var FileAudio = /*#__PURE__*/function (_FileBase) {
7286
7263
  _inherits(FileAudio, _FileBase);
7287
- var _super24 = _createSuper(FileAudio);
7288
7264
  function FileAudio() {
7289
7265
  _classCallCheck(this, FileAudio);
7290
- return _super24.apply(this, arguments);
7266
+ return _callSuper(this, FileAudio, arguments);
7291
7267
  }
7292
7268
  _createClass(FileAudio, null, [{
7293
7269
  key: "type",
@@ -7306,11 +7282,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7306
7282
  var Server = require("../../server/plattar-server.js");
7307
7283
  var FileBase = /*#__PURE__*/function (_PlattarBase11) {
7308
7284
  _inherits(FileBase, _PlattarBase11);
7309
- var _super25 = _createSuper(FileBase);
7310
7285
  function FileBase(id, server) {
7311
7286
  var _this48;
7312
7287
  _classCallCheck(this, FileBase);
7313
- _this48 = _super25.call(this, id, server || Server["default"]());
7288
+ _this48 = _callSuper(this, FileBase, [id, server || Server["default"]()]);
7314
7289
  if (_this48.constructor === FileBase) {
7315
7290
  throw new Error("FileBase is abstract and cannot be created");
7316
7291
  }
@@ -7380,10 +7355,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7380
7355
  var FileBase = require("./file-base.js");
7381
7356
  var FileImage = /*#__PURE__*/function (_FileBase2) {
7382
7357
  _inherits(FileImage, _FileBase2);
7383
- var _super26 = _createSuper(FileImage);
7384
7358
  function FileImage() {
7385
7359
  _classCallCheck(this, FileImage);
7386
- return _super26.apply(this, arguments);
7360
+ return _callSuper(this, FileImage, arguments);
7387
7361
  }
7388
7362
  _createClass(FileImage, null, [{
7389
7363
  key: "type",
@@ -7401,10 +7375,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7401
7375
  var FileBase = require("./file-base.js");
7402
7376
  var FileModel = /*#__PURE__*/function (_FileBase3) {
7403
7377
  _inherits(FileModel, _FileBase3);
7404
- var _super27 = _createSuper(FileModel);
7405
7378
  function FileModel() {
7406
7379
  _classCallCheck(this, FileModel);
7407
- return _super27.apply(this, arguments);
7380
+ return _callSuper(this, FileModel, arguments);
7408
7381
  }
7409
7382
  _createClass(FileModel, null, [{
7410
7383
  key: "type",
@@ -7422,10 +7395,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7422
7395
  var FileBase = require("./file-base.js");
7423
7396
  var FileScript = /*#__PURE__*/function (_FileBase4) {
7424
7397
  _inherits(FileScript, _FileBase4);
7425
- var _super28 = _createSuper(FileScript);
7426
7398
  function FileScript() {
7427
7399
  _classCallCheck(this, FileScript);
7428
- return _super28.apply(this, arguments);
7400
+ return _callSuper(this, FileScript, arguments);
7429
7401
  }
7430
7402
  _createClass(FileScript, null, [{
7431
7403
  key: "type",
@@ -7443,10 +7415,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7443
7415
  var FileBase = require("./file-base.js");
7444
7416
  var FileVideo = /*#__PURE__*/function (_FileBase5) {
7445
7417
  _inherits(FileVideo, _FileBase5);
7446
- var _super29 = _createSuper(FileVideo);
7447
7418
  function FileVideo() {
7448
7419
  _classCallCheck(this, FileVideo);
7449
- return _super29.apply(this, arguments);
7420
+ return _callSuper(this, FileVideo, arguments);
7450
7421
  }
7451
7422
  _createClass(FileVideo, null, [{
7452
7423
  key: "type",
@@ -7465,11 +7436,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7465
7436
  var Server = require("../../server/plattar-server.js");
7466
7437
  var PlattarBase = /*#__PURE__*/function (_PlattarObject) {
7467
7438
  _inherits(PlattarBase, _PlattarObject);
7468
- var _super30 = _createSuper(PlattarBase);
7469
7439
  function PlattarBase(id, server) {
7470
7440
  var _this49;
7471
7441
  _classCallCheck(this, PlattarBase);
7472
- _this49 = _super30.call(this, id, server || Server["default"]());
7442
+ _this49 = _callSuper(this, PlattarBase, [id, server || Server["default"]()]);
7473
7443
  if (_this49.constructor === PlattarBase) {
7474
7444
  throw new Error("PlattarBase is abstract and cannot be created");
7475
7445
  }
@@ -7782,10 +7752,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7782
7752
  var PlattarBase = require("../interfaces/plattar-base.js");
7783
7753
  var ApplicationBuild = /*#__PURE__*/function (_PlattarBase12) {
7784
7754
  _inherits(ApplicationBuild, _PlattarBase12);
7785
- var _super31 = _createSuper(ApplicationBuild);
7786
7755
  function ApplicationBuild() {
7787
7756
  _classCallCheck(this, ApplicationBuild);
7788
- return _super31.apply(this, arguments);
7757
+ return _callSuper(this, ApplicationBuild, arguments);
7789
7758
  }
7790
7759
  _createClass(ApplicationBuild, null, [{
7791
7760
  key: "type",
@@ -7803,10 +7772,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7803
7772
  var PlattarBase = require("../interfaces/plattar-base.js");
7804
7773
  var AssetLibrary = /*#__PURE__*/function (_PlattarBase13) {
7805
7774
  _inherits(AssetLibrary, _PlattarBase13);
7806
- var _super32 = _createSuper(AssetLibrary);
7807
7775
  function AssetLibrary() {
7808
7776
  _classCallCheck(this, AssetLibrary);
7809
- return _super32.apply(this, arguments);
7777
+ return _callSuper(this, AssetLibrary, arguments);
7810
7778
  }
7811
7779
  _createClass(AssetLibrary, null, [{
7812
7780
  key: "type",
@@ -7824,10 +7792,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7824
7792
  var PlattarBase = require("../interfaces/plattar-base.js");
7825
7793
  var AsyncJob = /*#__PURE__*/function (_PlattarBase14) {
7826
7794
  _inherits(AsyncJob, _PlattarBase14);
7827
- var _super33 = _createSuper(AsyncJob);
7828
7795
  function AsyncJob() {
7829
7796
  _classCallCheck(this, AsyncJob);
7830
- return _super33.apply(this, arguments);
7797
+ return _callSuper(this, AsyncJob, arguments);
7831
7798
  }
7832
7799
  _createClass(AsyncJob, [{
7833
7800
  key: "accessKey",
@@ -7850,10 +7817,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7850
7817
  var PlattarBase = require("../interfaces/plattar-base.js");
7851
7818
  var ScriptEvent = /*#__PURE__*/function (_PlattarBase15) {
7852
7819
  _inherits(ScriptEvent, _PlattarBase15);
7853
- var _super34 = _createSuper(ScriptEvent);
7854
7820
  function ScriptEvent() {
7855
7821
  _classCallCheck(this, ScriptEvent);
7856
- return _super34.apply(this, arguments);
7822
+ return _callSuper(this, ScriptEvent, arguments);
7857
7823
  }
7858
7824
  _createClass(ScriptEvent, null, [{
7859
7825
  key: "type",
@@ -7871,10 +7837,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7871
7837
  var PlattarBase = require("../interfaces/plattar-base.js");
7872
7838
  var Tag = /*#__PURE__*/function (_PlattarBase16) {
7873
7839
  _inherits(Tag, _PlattarBase16);
7874
- var _super35 = _createSuper(Tag);
7875
7840
  function Tag() {
7876
7841
  _classCallCheck(this, Tag);
7877
- return _super35.apply(this, arguments);
7842
+ return _callSuper(this, Tag, arguments);
7878
7843
  }
7879
7844
  _createClass(Tag, null, [{
7880
7845
  key: "type",
@@ -7893,11 +7858,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7893
7858
  var Server = require("../../server/plattar-server.js");
7894
7859
  var CardBase = /*#__PURE__*/function (_PlattarBase17) {
7895
7860
  _inherits(CardBase, _PlattarBase17);
7896
- var _super36 = _createSuper(CardBase);
7897
7861
  function CardBase(id, server) {
7898
7862
  var _this52;
7899
7863
  _classCallCheck(this, CardBase);
7900
- _this52 = _super36.call(this, id, server || Server["default"]());
7864
+ _this52 = _callSuper(this, CardBase, [id, server || Server["default"]()]);
7901
7865
  if (_this52.constructor === CardBase) {
7902
7866
  throw new Error("CardBase is abstract and cannot be created");
7903
7867
  }
@@ -7942,10 +7906,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7942
7906
  var CardBase = require("./card-base.js");
7943
7907
  var CardButton = /*#__PURE__*/function (_CardBase) {
7944
7908
  _inherits(CardButton, _CardBase);
7945
- var _super37 = _createSuper(CardButton);
7946
7909
  function CardButton() {
7947
7910
  _classCallCheck(this, CardButton);
7948
- return _super37.apply(this, arguments);
7911
+ return _callSuper(this, CardButton, arguments);
7949
7912
  }
7950
7913
  _createClass(CardButton, null, [{
7951
7914
  key: "type",
@@ -7963,10 +7926,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7963
7926
  var CardBase = require("./card-base.js");
7964
7927
  var CardHTML = /*#__PURE__*/function (_CardBase2) {
7965
7928
  _inherits(CardHTML, _CardBase2);
7966
- var _super38 = _createSuper(CardHTML);
7967
7929
  function CardHTML() {
7968
7930
  _classCallCheck(this, CardHTML);
7969
- return _super38.apply(this, arguments);
7931
+ return _callSuper(this, CardHTML, arguments);
7970
7932
  }
7971
7933
  _createClass(CardHTML, null, [{
7972
7934
  key: "type",
@@ -7984,10 +7946,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7984
7946
  var CardBase = require("./card-base.js");
7985
7947
  var CardIFrame = /*#__PURE__*/function (_CardBase3) {
7986
7948
  _inherits(CardIFrame, _CardBase3);
7987
- var _super39 = _createSuper(CardIFrame);
7988
7949
  function CardIFrame() {
7989
7950
  _classCallCheck(this, CardIFrame);
7990
- return _super39.apply(this, arguments);
7951
+ return _callSuper(this, CardIFrame, arguments);
7991
7952
  }
7992
7953
  _createClass(CardIFrame, null, [{
7993
7954
  key: "type",
@@ -8005,10 +7966,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8005
7966
  var CardBase = require("./card-base.js");
8006
7967
  var CardImage = /*#__PURE__*/function (_CardBase4) {
8007
7968
  _inherits(CardImage, _CardBase4);
8008
- var _super40 = _createSuper(CardImage);
8009
7969
  function CardImage() {
8010
7970
  _classCallCheck(this, CardImage);
8011
- return _super40.apply(this, arguments);
7971
+ return _callSuper(this, CardImage, arguments);
8012
7972
  }
8013
7973
  _createClass(CardImage, null, [{
8014
7974
  key: "type",
@@ -8026,10 +7986,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8026
7986
  var CardBase = require("./card-base.js");
8027
7987
  var CardMap = /*#__PURE__*/function (_CardBase5) {
8028
7988
  _inherits(CardMap, _CardBase5);
8029
- var _super41 = _createSuper(CardMap);
8030
7989
  function CardMap() {
8031
7990
  _classCallCheck(this, CardMap);
8032
- return _super41.apply(this, arguments);
7991
+ return _callSuper(this, CardMap, arguments);
8033
7992
  }
8034
7993
  _createClass(CardMap, null, [{
8035
7994
  key: "type",
@@ -8047,10 +8006,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8047
8006
  var CardBase = require("./card-base.js");
8048
8007
  var CardParagraph = /*#__PURE__*/function (_CardBase6) {
8049
8008
  _inherits(CardParagraph, _CardBase6);
8050
- var _super42 = _createSuper(CardParagraph);
8051
8009
  function CardParagraph() {
8052
8010
  _classCallCheck(this, CardParagraph);
8053
- return _super42.apply(this, arguments);
8011
+ return _callSuper(this, CardParagraph, arguments);
8054
8012
  }
8055
8013
  _createClass(CardParagraph, null, [{
8056
8014
  key: "type",
@@ -8068,10 +8026,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8068
8026
  var CardBase = require("./card-base.js");
8069
8027
  var CardRow = /*#__PURE__*/function (_CardBase7) {
8070
8028
  _inherits(CardRow, _CardBase7);
8071
- var _super43 = _createSuper(CardRow);
8072
8029
  function CardRow() {
8073
8030
  _classCallCheck(this, CardRow);
8074
- return _super43.apply(this, arguments);
8031
+ return _callSuper(this, CardRow, arguments);
8075
8032
  }
8076
8033
  _createClass(CardRow, null, [{
8077
8034
  key: "type",
@@ -8089,10 +8046,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8089
8046
  var CardBase = require("./card-base.js");
8090
8047
  var CardSlider = /*#__PURE__*/function (_CardBase8) {
8091
8048
  _inherits(CardSlider, _CardBase8);
8092
- var _super44 = _createSuper(CardSlider);
8093
8049
  function CardSlider() {
8094
8050
  _classCallCheck(this, CardSlider);
8095
- return _super44.apply(this, arguments);
8051
+ return _callSuper(this, CardSlider, arguments);
8096
8052
  }
8097
8053
  _createClass(CardSlider, null, [{
8098
8054
  key: "type",
@@ -8110,10 +8066,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8110
8066
  var CardBase = require("./card-base.js");
8111
8067
  var CardTitle = /*#__PURE__*/function (_CardBase9) {
8112
8068
  _inherits(CardTitle, _CardBase9);
8113
- var _super45 = _createSuper(CardTitle);
8114
8069
  function CardTitle() {
8115
8070
  _classCallCheck(this, CardTitle);
8116
- return _super45.apply(this, arguments);
8071
+ return _callSuper(this, CardTitle, arguments);
8117
8072
  }
8118
8073
  _createClass(CardTitle, null, [{
8119
8074
  key: "type",
@@ -8131,10 +8086,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8131
8086
  var CardBase = require("./card-base.js");
8132
8087
  var CardVideo = /*#__PURE__*/function (_CardBase10) {
8133
8088
  _inherits(CardVideo, _CardBase10);
8134
- var _super46 = _createSuper(CardVideo);
8135
8089
  function CardVideo() {
8136
8090
  _classCallCheck(this, CardVideo);
8137
- return _super46.apply(this, arguments);
8091
+ return _callSuper(this, CardVideo, arguments);
8138
8092
  }
8139
8093
  _createClass(CardVideo, null, [{
8140
8094
  key: "type",
@@ -8152,10 +8106,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8152
8106
  var CardBase = require("./card-base.js");
8153
8107
  var CardYoutube = /*#__PURE__*/function (_CardBase11) {
8154
8108
  _inherits(CardYoutube, _CardBase11);
8155
- var _super47 = _createSuper(CardYoutube);
8156
8109
  function CardYoutube() {
8157
8110
  _classCallCheck(this, CardYoutube);
8158
- return _super47.apply(this, arguments);
8111
+ return _callSuper(this, CardYoutube, arguments);
8159
8112
  }
8160
8113
  _createClass(CardYoutube, null, [{
8161
8114
  key: "type",
@@ -8173,10 +8126,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8173
8126
  var PlattarBase = require("../interfaces/plattar-base.js");
8174
8127
  var Page = /*#__PURE__*/function (_PlattarBase18) {
8175
8128
  _inherits(Page, _PlattarBase18);
8176
- var _super48 = _createSuper(Page);
8177
8129
  function Page() {
8178
8130
  _classCallCheck(this, Page);
8179
- return _super48.apply(this, arguments);
8131
+ return _callSuper(this, Page, arguments);
8180
8132
  }
8181
8133
  _createClass(Page, null, [{
8182
8134
  key: "type",
@@ -8194,10 +8146,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8194
8146
  var ProductBase = require("./product-base.js");
8195
8147
  var ProductAnnotation = /*#__PURE__*/function (_ProductBase) {
8196
8148
  _inherits(ProductAnnotation, _ProductBase);
8197
- var _super49 = _createSuper(ProductAnnotation);
8198
8149
  function ProductAnnotation() {
8199
8150
  _classCallCheck(this, ProductAnnotation);
8200
- return _super49.apply(this, arguments);
8151
+ return _callSuper(this, ProductAnnotation, arguments);
8201
8152
  }
8202
8153
  _createClass(ProductAnnotation, null, [{
8203
8154
  key: "type",
@@ -8216,11 +8167,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8216
8167
  var Server = require("../../server/plattar-server.js");
8217
8168
  var ProductBase = /*#__PURE__*/function (_PlattarBase19) {
8218
8169
  _inherits(ProductBase, _PlattarBase19);
8219
- var _super50 = _createSuper(ProductBase);
8220
8170
  function ProductBase(id, server) {
8221
8171
  var _this53;
8222
8172
  _classCallCheck(this, ProductBase);
8223
- _this53 = _super50.call(this, id, server || Server["default"]());
8173
+ _this53 = _callSuper(this, ProductBase, [id, server || Server["default"]()]);
8224
8174
  if (_this53.constructor === ProductBase) {
8225
8175
  throw new Error("ProductBase is abstract and cannot be created");
8226
8176
  }
@@ -8247,10 +8197,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8247
8197
  var ProductBase = require("./product-base.js");
8248
8198
  var ProductVariation = /*#__PURE__*/function (_ProductBase2) {
8249
8199
  _inherits(ProductVariation, _ProductBase2);
8250
- var _super51 = _createSuper(ProductVariation);
8251
8200
  function ProductVariation() {
8252
8201
  _classCallCheck(this, ProductVariation);
8253
- return _super51.apply(this, arguments);
8202
+ return _callSuper(this, ProductVariation, arguments);
8254
8203
  }
8255
8204
  _createClass(ProductVariation, null, [{
8256
8205
  key: "type",
@@ -8268,10 +8217,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8268
8217
  var PlattarBase = require("../interfaces/plattar-base.js");
8269
8218
  var Product = /*#__PURE__*/function (_PlattarBase20) {
8270
8219
  _inherits(Product, _PlattarBase20);
8271
- var _super52 = _createSuper(Product);
8272
8220
  function Product() {
8273
8221
  _classCallCheck(this, Product);
8274
- return _super52.apply(this, arguments);
8222
+ return _callSuper(this, Product, arguments);
8275
8223
  }
8276
8224
  _createClass(Product, null, [{
8277
8225
  key: "type",
@@ -8289,10 +8237,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8289
8237
  var SceneBase = require("./scene-base.js");
8290
8238
  var SceneAnnotation = /*#__PURE__*/function (_SceneBase) {
8291
8239
  _inherits(SceneAnnotation, _SceneBase);
8292
- var _super53 = _createSuper(SceneAnnotation);
8293
8240
  function SceneAnnotation() {
8294
8241
  _classCallCheck(this, SceneAnnotation);
8295
- return _super53.apply(this, arguments);
8242
+ return _callSuper(this, SceneAnnotation, arguments);
8296
8243
  }
8297
8244
  _createClass(SceneAnnotation, null, [{
8298
8245
  key: "type",
@@ -8310,10 +8257,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8310
8257
  var SceneBase = require("./scene-base.js");
8311
8258
  var SceneAudio = /*#__PURE__*/function (_SceneBase2) {
8312
8259
  _inherits(SceneAudio, _SceneBase2);
8313
- var _super54 = _createSuper(SceneAudio);
8314
8260
  function SceneAudio() {
8315
8261
  _classCallCheck(this, SceneAudio);
8316
- return _super54.apply(this, arguments);
8262
+ return _callSuper(this, SceneAudio, arguments);
8317
8263
  }
8318
8264
  _createClass(SceneAudio, null, [{
8319
8265
  key: "type",
@@ -8332,11 +8278,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8332
8278
  var Server = require("../../server/plattar-server.js");
8333
8279
  var SceneBase = /*#__PURE__*/function (_PlattarBase21) {
8334
8280
  _inherits(SceneBase, _PlattarBase21);
8335
- var _super55 = _createSuper(SceneBase);
8336
8281
  function SceneBase(id, server) {
8337
8282
  var _this54;
8338
8283
  _classCallCheck(this, SceneBase);
8339
- _this54 = _super55.call(this, id, server || Server["default"]());
8284
+ _this54 = _callSuper(this, SceneBase, [id, server || Server["default"]()]);
8340
8285
  if (_this54.constructor === SceneBase) {
8341
8286
  throw new Error("SceneBase is abstract and cannot be created");
8342
8287
  }
@@ -8387,10 +8332,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8387
8332
  var SceneBase = require("./scene-base.js");
8388
8333
  var SceneButton = /*#__PURE__*/function (_SceneBase3) {
8389
8334
  _inherits(SceneButton, _SceneBase3);
8390
- var _super56 = _createSuper(SceneButton);
8391
8335
  function SceneButton() {
8392
8336
  _classCallCheck(this, SceneButton);
8393
- return _super56.apply(this, arguments);
8337
+ return _callSuper(this, SceneButton, arguments);
8394
8338
  }
8395
8339
  _createClass(SceneButton, null, [{
8396
8340
  key: "type",
@@ -8408,10 +8352,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8408
8352
  var SceneBase = require("./scene-base.js");
8409
8353
  var SceneCamera = /*#__PURE__*/function (_SceneBase4) {
8410
8354
  _inherits(SceneCamera, _SceneBase4);
8411
- var _super57 = _createSuper(SceneCamera);
8412
8355
  function SceneCamera() {
8413
8356
  _classCallCheck(this, SceneCamera);
8414
- return _super57.apply(this, arguments);
8357
+ return _callSuper(this, SceneCamera, arguments);
8415
8358
  }
8416
8359
  _createClass(SceneCamera, null, [{
8417
8360
  key: "type",
@@ -8429,10 +8372,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8429
8372
  var SceneBase = require("./scene-base.js");
8430
8373
  var SceneCarousel = /*#__PURE__*/function (_SceneBase5) {
8431
8374
  _inherits(SceneCarousel, _SceneBase5);
8432
- var _super58 = _createSuper(SceneCarousel);
8433
8375
  function SceneCarousel() {
8434
8376
  _classCallCheck(this, SceneCarousel);
8435
- return _super58.apply(this, arguments);
8377
+ return _callSuper(this, SceneCarousel, arguments);
8436
8378
  }
8437
8379
  _createClass(SceneCarousel, null, [{
8438
8380
  key: "type",
@@ -8450,10 +8392,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8450
8392
  var SceneBase = require("./scene-base.js");
8451
8393
  var SceneImage = /*#__PURE__*/function (_SceneBase6) {
8452
8394
  _inherits(SceneImage, _SceneBase6);
8453
- var _super59 = _createSuper(SceneImage);
8454
8395
  function SceneImage() {
8455
8396
  _classCallCheck(this, SceneImage);
8456
- return _super59.apply(this, arguments);
8397
+ return _callSuper(this, SceneImage, arguments);
8457
8398
  }
8458
8399
  _createClass(SceneImage, null, [{
8459
8400
  key: "type",
@@ -8471,10 +8412,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8471
8412
  var SceneBase = require("./scene-base.js");
8472
8413
  var SceneModel = /*#__PURE__*/function (_SceneBase7) {
8473
8414
  _inherits(SceneModel, _SceneBase7);
8474
- var _super60 = _createSuper(SceneModel);
8475
8415
  function SceneModel() {
8476
8416
  _classCallCheck(this, SceneModel);
8477
- return _super60.apply(this, arguments);
8417
+ return _callSuper(this, SceneModel, arguments);
8478
8418
  }
8479
8419
  _createClass(SceneModel, null, [{
8480
8420
  key: "type",
@@ -8492,10 +8432,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8492
8432
  var SceneBase = require("./scene-base.js");
8493
8433
  var ScenePanorama = /*#__PURE__*/function (_SceneBase8) {
8494
8434
  _inherits(ScenePanorama, _SceneBase8);
8495
- var _super61 = _createSuper(ScenePanorama);
8496
8435
  function ScenePanorama() {
8497
8436
  _classCallCheck(this, ScenePanorama);
8498
- return _super61.apply(this, arguments);
8437
+ return _callSuper(this, ScenePanorama, arguments);
8499
8438
  }
8500
8439
  _createClass(ScenePanorama, null, [{
8501
8440
  key: "type",
@@ -8513,10 +8452,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8513
8452
  var SceneBase = require("./scene-base.js");
8514
8453
  var ScenePoller = /*#__PURE__*/function (_SceneBase9) {
8515
8454
  _inherits(ScenePoller, _SceneBase9);
8516
- var _super62 = _createSuper(ScenePoller);
8517
8455
  function ScenePoller() {
8518
8456
  _classCallCheck(this, ScenePoller);
8519
- return _super62.apply(this, arguments);
8457
+ return _callSuper(this, ScenePoller, arguments);
8520
8458
  }
8521
8459
  _createClass(ScenePoller, null, [{
8522
8460
  key: "type",
@@ -8534,10 +8472,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8534
8472
  var SceneBase = require("./scene-base.js");
8535
8473
  var SceneProduct = /*#__PURE__*/function (_SceneBase10) {
8536
8474
  _inherits(SceneProduct, _SceneBase10);
8537
- var _super63 = _createSuper(SceneProduct);
8538
8475
  function SceneProduct() {
8539
8476
  _classCallCheck(this, SceneProduct);
8540
- return _super63.apply(this, arguments);
8477
+ return _callSuper(this, SceneProduct, arguments);
8541
8478
  }
8542
8479
  _createClass(SceneProduct, null, [{
8543
8480
  key: "type",
@@ -8555,10 +8492,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8555
8492
  var SceneBase = require("./scene-base.js");
8556
8493
  var SceneScript = /*#__PURE__*/function (_SceneBase11) {
8557
8494
  _inherits(SceneScript, _SceneBase11);
8558
- var _super64 = _createSuper(SceneScript);
8559
8495
  function SceneScript() {
8560
8496
  _classCallCheck(this, SceneScript);
8561
- return _super64.apply(this, arguments);
8497
+ return _callSuper(this, SceneScript, arguments);
8562
8498
  }
8563
8499
  _createClass(SceneScript, null, [{
8564
8500
  key: "type",
@@ -8576,10 +8512,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8576
8512
  var SceneBase = require("./scene-base.js");
8577
8513
  var SceneShadow = /*#__PURE__*/function (_SceneBase12) {
8578
8514
  _inherits(SceneShadow, _SceneBase12);
8579
- var _super65 = _createSuper(SceneShadow);
8580
8515
  function SceneShadow() {
8581
8516
  _classCallCheck(this, SceneShadow);
8582
- return _super65.apply(this, arguments);
8517
+ return _callSuper(this, SceneShadow, arguments);
8583
8518
  }
8584
8519
  _createClass(SceneShadow, null, [{
8585
8520
  key: "type",
@@ -8597,10 +8532,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8597
8532
  var SceneBase = require("./scene-base.js");
8598
8533
  var SceneVideo = /*#__PURE__*/function (_SceneBase13) {
8599
8534
  _inherits(SceneVideo, _SceneBase13);
8600
- var _super66 = _createSuper(SceneVideo);
8601
8535
  function SceneVideo() {
8602
8536
  _classCallCheck(this, SceneVideo);
8603
- return _super66.apply(this, arguments);
8537
+ return _callSuper(this, SceneVideo, arguments);
8604
8538
  }
8605
8539
  _createClass(SceneVideo, null, [{
8606
8540
  key: "type",
@@ -8618,10 +8552,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8618
8552
  var SceneBase = require("./scene-base.js");
8619
8553
  var SceneVolumetric = /*#__PURE__*/function (_SceneBase14) {
8620
8554
  _inherits(SceneVolumetric, _SceneBase14);
8621
- var _super67 = _createSuper(SceneVolumetric);
8622
8555
  function SceneVolumetric() {
8623
8556
  _classCallCheck(this, SceneVolumetric);
8624
- return _super67.apply(this, arguments);
8557
+ return _callSuper(this, SceneVolumetric, arguments);
8625
8558
  }
8626
8559
  _createClass(SceneVolumetric, null, [{
8627
8560
  key: "type",
@@ -8639,10 +8572,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8639
8572
  var SceneBase = require("./scene-base.js");
8640
8573
  var SceneYoutube = /*#__PURE__*/function (_SceneBase15) {
8641
8574
  _inherits(SceneYoutube, _SceneBase15);
8642
- var _super68 = _createSuper(SceneYoutube);
8643
8575
  function SceneYoutube() {
8644
8576
  _classCallCheck(this, SceneYoutube);
8645
- return _super68.apply(this, arguments);
8577
+ return _callSuper(this, SceneYoutube, arguments);
8646
8578
  }
8647
8579
  _createClass(SceneYoutube, null, [{
8648
8580
  key: "type",
@@ -8660,10 +8592,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8660
8592
  var PlattarBase = require("../interfaces/plattar-base.js");
8661
8593
  var Scene = /*#__PURE__*/function (_PlattarBase22) {
8662
8594
  _inherits(Scene, _PlattarBase22);
8663
- var _super69 = _createSuper(Scene);
8664
8595
  function Scene() {
8665
8596
  _classCallCheck(this, Scene);
8666
- return _super69.apply(this, arguments);
8597
+ return _callSuper(this, Scene, arguments);
8667
8598
  }
8668
8599
  _createClass(Scene, null, [{
8669
8600
  key: "type",
@@ -8681,10 +8612,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
8681
8612
  var PlattarBase = require("../interfaces/plattar-base.js");
8682
8613
  var TriggerImage = /*#__PURE__*/function (_PlattarBase23) {
8683
8614
  _inherits(TriggerImage, _PlattarBase23);
8684
- var _super70 = _createSuper(TriggerImage);
8685
8615
  function TriggerImage() {
8686
8616
  _classCallCheck(this, TriggerImage);
8687
- return _super70.apply(this, arguments);
8617
+ return _callSuper(this, TriggerImage, arguments);
8688
8618
  }
8689
8619
  _createClass(TriggerImage, null, [{
8690
8620
  key: "type",
@@ -9035,10 +8965,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
9035
8965
  var hash = require("object-hash");
9036
8966
  var BaseElement = /*#__PURE__*/function (_HTMLElement2) {
9037
8967
  _inherits(BaseElement, _HTMLElement2);
9038
- var _super71 = _createSuper(BaseElement);
9039
8968
  function BaseElement() {
9040
8969
  _classCallCheck(this, BaseElement);
9041
- return _super71.call(this);
8970
+ return _callSuper(this, BaseElement);
9042
8971
  }
9043
8972
  _createClass(BaseElement, [{
9044
8973
  key: "connectedCallback",
@@ -9303,10 +9232,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
9303
9232
  var BaseElement = require("./base/base-element.js");
9304
9233
  var QRCodeElement = /*#__PURE__*/function (_BaseElement) {
9305
9234
  _inherits(QRCodeElement, _BaseElement);
9306
- var _super72 = _createSuper(QRCodeElement);
9307
9235
  function QRCodeElement() {
9308
9236
  _classCallCheck(this, QRCodeElement);
9309
- return _super72.call(this);
9237
+ return _callSuper(this, QRCodeElement);
9310
9238
  }
9311
9239
  return _createClass(QRCodeElement);
9312
9240
  }(BaseElement);
@@ -9768,10 +9696,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
9768
9696
  messenger = _require.messenger;
9769
9697
  var BaseElement = /*#__PURE__*/function (_HTMLElement3) {
9770
9698
  _inherits(BaseElement, _HTMLElement3);
9771
- var _super73 = _createSuper(BaseElement);
9772
9699
  function BaseElement() {
9773
9700
  _classCallCheck(this, BaseElement);
9774
- return _super73.call(this);
9701
+ return _callSuper(this, BaseElement);
9775
9702
  }
9776
9703
  _createClass(BaseElement, [{
9777
9704
  key: "connectedCallback",
@@ -9953,10 +9880,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
9953
9880
  var BaseElement = require("./base/base-element.js");
9954
9881
  var ConfiguratorElement = /*#__PURE__*/function (_BaseElement2) {
9955
9882
  _inherits(ConfiguratorElement, _BaseElement2);
9956
- var _super74 = _createSuper(ConfiguratorElement);
9957
9883
  function ConfiguratorElement() {
9958
9884
  _classCallCheck(this, ConfiguratorElement);
9959
- return _super74.call(this);
9885
+ return _callSuper(this, ConfiguratorElement);
9960
9886
  }
9961
9887
  _createClass(ConfiguratorElement, [{
9962
9888
  key: "permissions",
@@ -10209,10 +10135,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
10209
10135
  var BaseElement = require("./base/base-element.js");
10210
10136
  var EditorElement = /*#__PURE__*/function (_BaseElement3) {
10211
10137
  _inherits(EditorElement, _BaseElement3);
10212
- var _super75 = _createSuper(EditorElement);
10213
10138
  function EditorElement() {
10214
10139
  _classCallCheck(this, EditorElement);
10215
- return _super75.call(this);
10140
+ return _callSuper(this, EditorElement);
10216
10141
  }
10217
10142
  _createClass(EditorElement, [{
10218
10143
  key: "permissions",
@@ -10235,11 +10160,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
10235
10160
  var BaseElement = require("./base/base-element.js");
10236
10161
  var EWallElement = /*#__PURE__*/function (_BaseElement4) {
10237
10162
  _inherits(EWallElement, _BaseElement4);
10238
- var _super76 = _createSuper(EWallElement);
10239
10163
  function EWallElement() {
10240
10164
  var _this64;
10241
10165
  _classCallCheck(this, EWallElement);
10242
- _this64 = _super76.call(this);
10166
+ _this64 = _callSuper(this, EWallElement);
10243
10167
  var tag = document.createElement("script");
10244
10168
  tag.src = "https://cdn.8thwall.com/web/iframe/iframe.js";
10245
10169
  tag.defer = true;
@@ -10280,10 +10204,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
10280
10204
  var BaseElement = require("./base/base-element.js");
10281
10205
  var FaceARElement = /*#__PURE__*/function (_BaseElement5) {
10282
10206
  _inherits(FaceARElement, _BaseElement5);
10283
- var _super77 = _createSuper(FaceARElement);
10284
10207
  function FaceARElement() {
10285
10208
  _classCallCheck(this, FaceARElement);
10286
- return _super77.call(this);
10209
+ return _callSuper(this, FaceARElement);
10287
10210
  }
10288
10211
  _createClass(FaceARElement, [{
10289
10212
  key: "permissions",
@@ -10326,10 +10249,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
10326
10249
  var BaseElement = require("./base/base-element.js");
10327
10250
  var ModelElement = /*#__PURE__*/function (_BaseElement6) {
10328
10251
  _inherits(ModelElement, _BaseElement6);
10329
- var _super78 = _createSuper(ModelElement);
10330
10252
  function ModelElement() {
10331
10253
  _classCallCheck(this, ModelElement);
10332
- return _super78.call(this);
10254
+ return _callSuper(this, ModelElement);
10333
10255
  }
10334
10256
  _createClass(ModelElement, [{
10335
10257
  key: "permissions",
@@ -10371,10 +10293,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
10371
10293
  var BaseElement = require("./base/base-element.js");
10372
10294
  var ProductElement = /*#__PURE__*/function (_BaseElement7) {
10373
10295
  _inherits(ProductElement, _BaseElement7);
10374
- var _super79 = _createSuper(ProductElement);
10375
10296
  function ProductElement() {
10376
10297
  _classCallCheck(this, ProductElement);
10377
- return _super79.call(this);
10298
+ return _callSuper(this, ProductElement);
10378
10299
  }
10379
10300
  _createClass(ProductElement, [{
10380
10301
  key: "permissions",
@@ -10419,10 +10340,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
10419
10340
  var BaseElement = require("./base/base-element.js");
10420
10341
  var StudioElement = /*#__PURE__*/function (_BaseElement8) {
10421
10342
  _inherits(StudioElement, _BaseElement8);
10422
- var _super80 = _createSuper(StudioElement);
10423
10343
  function StudioElement() {
10424
10344
  _classCallCheck(this, StudioElement);
10425
- return _super80.call(this);
10345
+ return _callSuper(this, StudioElement);
10426
10346
  }
10427
10347
  _createClass(StudioElement, [{
10428
10348
  key: "permissions",
@@ -10434,6 +10354,17 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
10434
10354
  get: function get() {
10435
10355
  return "studio";
10436
10356
  }
10357
+ }, {
10358
+ key: "optionalAttributes",
10359
+ get: function get() {
10360
+ return [{
10361
+ key: "variation-id",
10362
+ map: "variationId"
10363
+ }, {
10364
+ key: "variation-sku",
10365
+ map: "variationSku"
10366
+ }];
10367
+ }
10437
10368
  }]);
10438
10369
  return StudioElement;
10439
10370
  }(BaseElement);
@@ -10445,10 +10376,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
10445
10376
  var BaseElement = require("./base/base-element.js");
10446
10377
  var ViewerElement = /*#__PURE__*/function (_BaseElement9) {
10447
10378
  _inherits(ViewerElement, _BaseElement9);
10448
- var _super81 = _createSuper(ViewerElement);
10449
10379
  function ViewerElement() {
10450
10380
  _classCallCheck(this, ViewerElement);
10451
- return _super81.call(this);
10381
+ return _callSuper(this, ViewerElement);
10452
10382
  }
10453
10383
  _createClass(ViewerElement, [{
10454
10384
  key: "permissions",
@@ -10488,10 +10418,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
10488
10418
  var BaseElement = require("./base/base-element.js");
10489
10419
  var WebXRElement = /*#__PURE__*/function (_BaseElement10) {
10490
10420
  _inherits(WebXRElement, _BaseElement10);
10491
- var _super82 = _createSuper(WebXRElement);
10492
10421
  function WebXRElement() {
10493
10422
  _classCallCheck(this, WebXRElement);
10494
- return _super82.call(this);
10423
+ return _callSuper(this, WebXRElement);
10495
10424
  }
10496
10425
  _createClass(WebXRElement, [{
10497
10426
  key: "permissions",
@@ -10637,7 +10566,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
10637
10566
  module.exports = Util;
10638
10567
  }, {}],
10639
10568
  131: [function (require, module, exports) {
10640
- module.exports = "1.154.3";
10569
+ module.exports = "1.165.1";
10641
10570
  }, {}],
10642
10571
  132: [function (require, module, exports) {
10643
10572
  (function (global) {