brainblocks-js 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 637a5160f3d5fa0031a63576879fa18a92f404f0
4
- data.tar.gz: eb3b415c94c803583fbbeebce9662a38100a507c
3
+ metadata.gz: c19cdbfcbf40e8cf561a1586e9e4b1491afbf2d7
4
+ data.tar.gz: c1cf143ea13ccbdaa19e91cb2aa5ba4ca1006a93
5
5
  SHA512:
6
- metadata.gz: 866d992fa920a4867f9529b02dacae2ae71bbeed409dfaebf09268170a910fff030ae870e5d4bc6a0db24c67b4645a7245ad99b61fd9670a93df15cb6e3d68ac
7
- data.tar.gz: 122cb51557a31dfde100dc21397dfe25420c7865093d1bd96408d5e1d1ee4aa7eb247c18e4c80ed5c6ecfbc0f8a0b0f90c8e56159c7505827562f97ed3a3585d
6
+ metadata.gz: 8c992fd771c2075a86f6e4e35dc96450c869c13a8556230142feff5cef8d0ddc3a0c6db88edd7328345b2ab464323dde6a500c2726cb5670ad2cd25cf142772d
7
+ data.tar.gz: 4712b17125d2bf9e2e038b52af493e2e9bd6490f50c5d3c2a3e6d2759b08943090e01b13f4925ebfed50d18818e9b2924e8e6dfac8d93dca2087126406488459
@@ -1,5 +1,5 @@
1
1
  module Brainblocks
2
2
  module Js
3
- VERSION = "1.0.8"
3
+ VERSION = "1.0.9"
4
4
  end
5
5
  end
@@ -1337,7 +1337,7 @@
1337
1337
  var allFrames1 = getAllFramesInWindow(win1), allFrames2 = getAllFramesInWindow(win2);
1338
1338
  if (anyMatch(allFrames1, allFrames2)) return !0;
1339
1339
  var opener1 = getOpener(top1), opener2 = getOpener(top2);
1340
- return (!opener1 || !anyMatch(getAllFramesInWindow(opener1), allFrames2)) && (opener2 && anyMatch(getAllFramesInWindow(opener2), allFrames1),
1340
+ return (!opener1 || !anyMatch(getAllFramesInWindow(opener1), allFrames2)) && (opener2 && anyMatch(getAllFramesInWindow(opener2), allFrames1),
1341
1341
  !1);
1342
1342
  }
1343
1343
  function matchDomain(pattern, origin) {
@@ -1812,7 +1812,7 @@
1812
1812
  function getTunnelWindow(id) {
1813
1813
  return __WEBPACK_IMPORTED_MODULE_4__global__.a.tunnelWindows[id];
1814
1814
  }
1815
- var __WEBPACK_IMPORTED_MODULE_1_cross_domain_utils_src__ = (__webpack_require__("./node_modules/zalgo-promise/src/index.js"),
1815
+ var __WEBPACK_IMPORTED_MODULE_1_cross_domain_utils_src__ = (__webpack_require__("./node_modules/zalgo-promise/src/index.js"),
1816
1816
  __webpack_require__("./node_modules/cross-domain-utils/src/index.js")), __WEBPACK_IMPORTED_MODULE_2__conf__ = __webpack_require__("./node_modules/post-robot/src/conf/index.js"), __WEBPACK_IMPORTED_MODULE_3__lib__ = __webpack_require__("./node_modules/post-robot/src/lib/index.js"), __WEBPACK_IMPORTED_MODULE_4__global__ = __webpack_require__("./node_modules/post-robot/src/global.js");
1817
1817
  __WEBPACK_IMPORTED_MODULE_4__global__.a.tunnelWindows = __WEBPACK_IMPORTED_MODULE_4__global__.a.tunnelWindows || {};
1818
1818
  __WEBPACK_IMPORTED_MODULE_4__global__.a.tunnelWindowId = 0;
@@ -2021,7 +2021,7 @@
2021
2021
  Object.defineProperty(__webpack_exports__, "__esModule", {
2022
2022
  value: !0
2023
2023
  });
2024
- var __WEBPACK_IMPORTED_MODULE_1__child__ = (__webpack_require__("./node_modules/post-robot/src/bridge/bridge.js"),
2024
+ var __WEBPACK_IMPORTED_MODULE_1__child__ = (__webpack_require__("./node_modules/post-robot/src/bridge/bridge.js"),
2025
2025
  __webpack_require__("./node_modules/post-robot/src/bridge/child.js"));
2026
2026
  __webpack_require__.d(__webpack_exports__, "openTunnelToOpener", function() {
2027
2027
  return __WEBPACK_IMPORTED_MODULE_1__child__.a;
@@ -2286,7 +2286,7 @@
2286
2286
  __WEBPACK_IMPORTED_MODULE_1__global__.a.readyPromises.delete(win);
2287
2287
  }
2288
2288
  __webpack_exports__.a = cleanUpWindow;
2289
- var __WEBPACK_IMPORTED_MODULE_1__global__ = (__webpack_require__("./node_modules/cross-domain-utils/src/index.js"),
2289
+ var __WEBPACK_IMPORTED_MODULE_1__global__ = (__webpack_require__("./node_modules/cross-domain-utils/src/index.js"),
2290
2290
  __webpack_require__("./node_modules/post-robot/src/global.js"));
2291
2291
  },
2292
2292
  "./node_modules/post-robot/src/compat/ie.js": function(module, __webpack_exports__, __webpack_require__) {
@@ -2313,16 +2313,19 @@
2313
2313
  return CONFIG;
2314
2314
  });
2315
2315
  var _ALLOWED_POST_MESSAGE, __WEBPACK_IMPORTED_MODULE_0__constants__ = __webpack_require__("./node_modules/post-robot/src/conf/constants.js"), CONFIG = {
2316
- ALLOW_POSTMESSAGE_POPUP: "__ALLOW_POSTMESSAGE_POPUP__" in window ? window.__ALLOW_POSTMESSAGE_POPUP__ : __POST_ROBOT__.__ALLOW_POSTMESSAGE_POPUP__,
2316
+ ALLOW_POSTMESSAGE_POPUP: "__ALLOW_POSTMESSAGE_POPUP__" in window ? window.__ALLOW_POSTMESSAGE_POPUP__ : {
2317
+ __IE_POPUP_SUPPORT__: !1,
2318
+ __ALLOW_POSTMESSAGE_POPUP__: !0
2319
+ }.__ALLOW_POSTMESSAGE_POPUP__,
2317
2320
  LOG_LEVEL: "info",
2318
2321
  BRIDGE_TIMEOUT: 5e3,
2319
2322
  CHILD_WINDOW_TIMEOUT: 5e3,
2320
2323
  ACK_TIMEOUT: -1 !== window.navigator.userAgent.match(/MSIE/i) ? 2e3 : 1e3,
2321
2324
  RES_TIMEOUT: -1,
2322
2325
  LOG_TO_PAGE: !1,
2323
- ALLOWED_POST_MESSAGE_METHODS: (_ALLOWED_POST_MESSAGE = {}, _ALLOWED_POST_MESSAGE[__WEBPACK_IMPORTED_MODULE_0__constants__.a.SEND_STRATEGIES.POST_MESSAGE] = !0,
2324
- _ALLOWED_POST_MESSAGE[__WEBPACK_IMPORTED_MODULE_0__constants__.a.SEND_STRATEGIES.BRIDGE] = !0,
2325
- _ALLOWED_POST_MESSAGE[__WEBPACK_IMPORTED_MODULE_0__constants__.a.SEND_STRATEGIES.GLOBAL] = !0,
2326
+ ALLOWED_POST_MESSAGE_METHODS: (_ALLOWED_POST_MESSAGE = {}, _ALLOWED_POST_MESSAGE[__WEBPACK_IMPORTED_MODULE_0__constants__.a.SEND_STRATEGIES.POST_MESSAGE] = !0,
2327
+ _ALLOWED_POST_MESSAGE[__WEBPACK_IMPORTED_MODULE_0__constants__.a.SEND_STRATEGIES.BRIDGE] = !0,
2328
+ _ALLOWED_POST_MESSAGE[__WEBPACK_IMPORTED_MODULE_0__constants__.a.SEND_STRATEGIES.GLOBAL] = !0,
2326
2329
  _ALLOWED_POST_MESSAGE),
2327
2330
  ALLOW_SAME_ORIGIN: !1
2328
2331
  };
@@ -2591,7 +2594,7 @@
2591
2594
  __webpack_exports__.f = isResponseListenerErrored;
2592
2595
  __webpack_exports__.d = getRequestListener;
2593
2596
  __webpack_exports__.a = addRequestListener;
2594
- var __WEBPACK_IMPORTED_MODULE_1_cross_domain_safe_weakmap_src__ = (__webpack_require__("./node_modules/zalgo-promise/src/index.js"),
2597
+ var __WEBPACK_IMPORTED_MODULE_1_cross_domain_safe_weakmap_src__ = (__webpack_require__("./node_modules/zalgo-promise/src/index.js"),
2595
2598
  __webpack_require__("./node_modules/cross-domain-safe-weakmap/src/index.js")), __WEBPACK_IMPORTED_MODULE_2_cross_domain_utils_src__ = __webpack_require__("./node_modules/cross-domain-utils/src/index.js"), __WEBPACK_IMPORTED_MODULE_3__global__ = __webpack_require__("./node_modules/post-robot/src/global.js"), __WEBPACK_IMPORTED_MODULE_4__lib__ = __webpack_require__("./node_modules/post-robot/src/lib/index.js"), __WEBPACK_IMPORTED_MODULE_5__conf__ = __webpack_require__("./node_modules/post-robot/src/conf/index.js");
2596
2599
  __WEBPACK_IMPORTED_MODULE_3__global__.a.responseListeners = __WEBPACK_IMPORTED_MODULE_3__global__.a.responseListeners || {};
2597
2600
  __WEBPACK_IMPORTED_MODULE_3__global__.a.requestListeners = __WEBPACK_IMPORTED_MODULE_3__global__.a.requestListeners || {};
@@ -2647,7 +2650,10 @@
2647
2650
  origin: event.origin || event.originalEvent && event.originalEvent.origin,
2648
2651
  data: event.data
2649
2652
  };
2650
- if (__POST_ROBOT__.__IE_POPUP_SUPPORT__) try {
2653
+ if ({
2654
+ __IE_POPUP_SUPPORT__: !1,
2655
+ __ALLOW_POSTMESSAGE_POPUP__: !0
2656
+ }.__IE_POPUP_SUPPORT__) try {
2651
2657
  __webpack_require__("./node_modules/post-robot/src/compat/index.js").emulateIERestrictions(messageEvent.source, window);
2652
2658
  } catch (err) {
2653
2659
  return;
@@ -2772,8 +2778,8 @@
2772
2778
  if (win === window && !__WEBPACK_IMPORTED_MODULE_2__conf__.a.ALLOW_SAME_ORIGIN) throw new Error("Attemping to send message to self");
2773
2779
  if (Object(__WEBPACK_IMPORTED_MODULE_0_cross_domain_utils_src__.isWindowClosed)(win)) throw new Error("Window is closed");
2774
2780
  __WEBPACK_IMPORTED_MODULE_3__lib__.i.debug("Running send message strategies", message);
2775
- var messages = [], serializedMessage = Object(__WEBPACK_IMPORTED_MODULE_3__lib__.g)((_jsonStringify = {},
2776
- _jsonStringify[__WEBPACK_IMPORTED_MODULE_2__conf__.b.WINDOW_PROPS.POSTROBOT] = message,
2781
+ var messages = [], serializedMessage = Object(__WEBPACK_IMPORTED_MODULE_3__lib__.g)((_jsonStringify = {},
2782
+ _jsonStringify[__WEBPACK_IMPORTED_MODULE_2__conf__.b.WINDOW_PROPS.POSTROBOT] = message,
2777
2783
  _jsonStringify), null, 2);
2778
2784
  return __WEBPACK_IMPORTED_MODULE_1_zalgo_promise_src__.a.map(Object.keys(__WEBPACK_IMPORTED_MODULE_4__strategies__.a), function(strategyName) {
2779
2785
  return __WEBPACK_IMPORTED_MODULE_1_zalgo_promise_src__.a.try(function() {
@@ -2809,7 +2815,10 @@
2809
2815
  });
2810
2816
  var __WEBPACK_IMPORTED_MODULE_0_cross_domain_utils_src__ = __webpack_require__("./node_modules/cross-domain-utils/src/index.js"), __WEBPACK_IMPORTED_MODULE_1__conf__ = __webpack_require__("./node_modules/post-robot/src/conf/index.js"), SEND_MESSAGE_STRATEGIES = {};
2811
2817
  SEND_MESSAGE_STRATEGIES[__WEBPACK_IMPORTED_MODULE_1__conf__.b.SEND_STRATEGIES.POST_MESSAGE] = function(win, serializedMessage, domain) {
2812
- if (__POST_ROBOT__.__IE_POPUP_SUPPORT__) try {
2818
+ if ({
2819
+ __IE_POPUP_SUPPORT__: !1,
2820
+ __ALLOW_POSTMESSAGE_POPUP__: !0
2821
+ }.__IE_POPUP_SUPPORT__) try {
2813
2822
  __webpack_require__("./node_modules/post-robot/src/compat/index.js").emulateIERestrictions(window, win);
2814
2823
  } catch (err) {
2815
2824
  return;
@@ -2828,7 +2837,10 @@
2828
2837
  return win.postMessage(serializedMessage, dom);
2829
2838
  });
2830
2839
  };
2831
- if (__POST_ROBOT__.__IE_POPUP_SUPPORT__) {
2840
+ if ({
2841
+ __IE_POPUP_SUPPORT__: !1,
2842
+ __ALLOW_POSTMESSAGE_POPUP__: !0
2843
+ }.__IE_POPUP_SUPPORT__) {
2832
2844
  var _require = __webpack_require__("./node_modules/post-robot/src/bridge/index.js"), sendBridgeMessage = _require.sendBridgeMessage, needsBridgeForBrowser = _require.needsBridgeForBrowser, isBridge = _require.isBridge;
2833
2845
  SEND_MESSAGE_STRATEGIES[__WEBPACK_IMPORTED_MODULE_1__conf__.b.SEND_STRATEGIES.BRIDGE] = function(win, serializedMessage, domain) {
2834
2846
  if (needsBridgeForBrowser() || isBridge()) {
@@ -2921,7 +2933,10 @@
2921
2933
  function init() {
2922
2934
  if (!__WEBPACK_IMPORTED_MODULE_2__global__.a.initialized) {
2923
2935
  Object(__WEBPACK_IMPORTED_MODULE_1__drivers__.d)();
2924
- __POST_ROBOT__.__IE_POPUP_SUPPORT__ && __webpack_require__("./node_modules/post-robot/src/bridge/index.js").openTunnelToOpener();
2936
+ ({
2937
+ __IE_POPUP_SUPPORT__: !1,
2938
+ __ALLOW_POSTMESSAGE_POPUP__: !0
2939
+ }).__IE_POPUP_SUPPORT__ && __webpack_require__("./node_modules/post-robot/src/bridge/index.js").openTunnelToOpener();
2925
2940
  Object(__WEBPACK_IMPORTED_MODULE_0__lib__.d)();
2926
2941
  Object(__WEBPACK_IMPORTED_MODULE_0__lib__.h)({
2927
2942
  on: __WEBPACK_IMPORTED_MODULE_3__public__.g,
@@ -2982,7 +2997,10 @@
2982
2997
  __webpack_require__.d(__webpack_exports__, "Promise", function() {
2983
2998
  return __WEBPACK_IMPORTED_MODULE_5_zalgo_promise_src__.a;
2984
2999
  });
2985
- var bridge = __POST_ROBOT__.__IE_POPUP_SUPPORT__ ? __webpack_require__("./node_modules/post-robot/src/bridge/interface.js") : null;
3000
+ var bridge = {
3001
+ __IE_POPUP_SUPPORT__: !1,
3002
+ __ALLOW_POSTMESSAGE_POPUP__: !0
3003
+ }.__IE_POPUP_SUPPORT__ ? __webpack_require__("./node_modules/post-robot/src/bridge/interface.js") : null;
2986
3004
  init();
2987
3005
  },
2988
3006
  "./node_modules/post-robot/src/lib/index.js": function(module, __webpack_exports__, __webpack_require__) {
@@ -3980,7 +3998,7 @@
3980
3998
  __webpack_require__.d(__webpack_exports__, "a", function() {
3981
3999
  return BaseComponent;
3982
4000
  });
3983
- var __WEBPACK_IMPORTED_MODULE_0_zalgo_promise_src__ = __webpack_require__("./node_modules/zalgo-promise/src/index.js"), __WEBPACK_IMPORTED_MODULE_1_post_robot_src__ = __webpack_require__("./node_modules/post-robot/src/index.js"), __WEBPACK_IMPORTED_MODULE_3__lib__ = (__webpack_require__("./node_modules/cross-domain-utils/src/index.js"),
4001
+ var __WEBPACK_IMPORTED_MODULE_0_zalgo_promise_src__ = __webpack_require__("./node_modules/zalgo-promise/src/index.js"), __WEBPACK_IMPORTED_MODULE_1_post_robot_src__ = __webpack_require__("./node_modules/post-robot/src/index.js"), __WEBPACK_IMPORTED_MODULE_3__lib__ = (__webpack_require__("./node_modules/cross-domain-utils/src/index.js"),
3984
4002
  __webpack_require__("./node_modules/xcomponent/src/lib/index.js")), BaseComponent = function() {
3985
4003
  function BaseComponent() {
3986
4004
  _classCallCheck(this, BaseComponent);
@@ -4754,7 +4772,7 @@
4754
4772
  desc = null;
4755
4773
  }
4756
4774
  return desc;
4757
- }(_class.prototype, "getPropNames", [ __WEBPACK_IMPORTED_MODULE_10__lib__.G ], Object.getOwnPropertyDescriptor(_class.prototype, "getPropNames"), _class.prototype),
4775
+ }(_class.prototype, "getPropNames", [ __WEBPACK_IMPORTED_MODULE_10__lib__.G ], Object.getOwnPropertyDescriptor(_class.prototype, "getPropNames"), _class.prototype),
4758
4776
  _class);
4759
4777
  Component.components = {};
4760
4778
  },
@@ -4868,7 +4886,7 @@
4868
4886
  };
4869
4887
  }
4870
4888
  __webpack_exports__.a = getInternalProps;
4871
- var __WEBPACK_IMPORTED_MODULE_1__lib__ = (__webpack_require__("./node_modules/zalgo-promise/src/index.js"),
4889
+ var __WEBPACK_IMPORTED_MODULE_1__lib__ = (__webpack_require__("./node_modules/zalgo-promise/src/index.js"),
4872
4890
  __webpack_require__("./node_modules/xcomponent/src/lib/index.js")), __WEBPACK_IMPORTED_MODULE_2__types__ = __webpack_require__("./node_modules/xcomponent/src/types.js");
4873
4891
  __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__types__);
4874
4892
  },
@@ -4939,7 +4957,9 @@
4939
4957
  if (options.dimensions && !Object(__WEBPACK_IMPORTED_MODULE_1__lib__.E)(options.dimensions.height) && !Object(__WEBPACK_IMPORTED_MODULE_1__lib__.D)(options.dimensions.height)) throw new Error("Expected options.dimensions.height to be a px or % string value");
4940
4958
  }
4941
4959
  if (options.contexts) {
4942
- if (options.contexts.popup && !__XCOMPONENT__.__POPUP_SUPPORT__) throw new Error("Popups not supported in this build -- please use the full xcomponent.js build");
4960
+ if (options.contexts.popup && !{
4961
+ __POPUP_SUPPORT__: !1
4962
+ }.__POPUP_SUPPORT__) throw new Error("Popups not supported in this build -- please use the full xcomponent.js build");
4943
4963
  for (var anyEnabled = !1, _iterator2 = Object.keys(options.contexts), _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator](); ;) {
4944
4964
  var _ref2;
4945
4965
  if (_isArray2) {
@@ -5016,7 +5036,7 @@
5016
5036
  __webpack_require__.d(__webpack_exports__, "a", function() {
5017
5037
  return DelegateComponent;
5018
5038
  });
5019
- var __WEBPACK_IMPORTED_MODULE_0_cross_domain_utils_src__ = __webpack_require__("./node_modules/cross-domain-utils/src/index.js"), __WEBPACK_IMPORTED_MODULE_2__base__ = (__webpack_require__("./node_modules/zalgo-promise/src/index.js"),
5039
+ var __WEBPACK_IMPORTED_MODULE_0_cross_domain_utils_src__ = __webpack_require__("./node_modules/cross-domain-utils/src/index.js"), __WEBPACK_IMPORTED_MODULE_2__base__ = (__webpack_require__("./node_modules/zalgo-promise/src/index.js"),
5020
5040
  __webpack_require__("./node_modules/xcomponent/src/component/base.js")), __WEBPACK_IMPORTED_MODULE_3__parent__ = __webpack_require__("./node_modules/xcomponent/src/component/parent/index.js"), __WEBPACK_IMPORTED_MODULE_4__parent_drivers__ = __webpack_require__("./node_modules/xcomponent/src/component/parent/drivers.js"), __WEBPACK_IMPORTED_MODULE_5__lib__ = __webpack_require__("./node_modules/xcomponent/src/lib/index.js"), _createClass = function() {
5021
5041
  function defineProperties(target, props) {
5022
5042
  for (var i = 0; i < props.length; i++) {
@@ -5132,7 +5152,7 @@
5132
5152
  __webpack_require__.d(__webpack_exports__, "a", function() {
5133
5153
  return __WEBPACK_IMPORTED_MODULE_0__component__.a;
5134
5154
  });
5135
- __webpack_require__("./node_modules/xcomponent/src/component/parent/index.js"),
5155
+ __webpack_require__("./node_modules/xcomponent/src/component/parent/index.js"),
5136
5156
  __webpack_require__("./node_modules/xcomponent/src/component/child/index.js");
5137
5157
  },
5138
5158
  "./node_modules/xcomponent/src/component/parent/drivers.js": function(module, __webpack_exports__, __webpack_require__) {
@@ -5265,7 +5285,9 @@
5265
5285
  this.iframe.setAttribute("src", url);
5266
5286
  }
5267
5287
  };
5268
- __XCOMPONENT__.__POPUP_SUPPORT__ && (RENDER_DRIVERS[__WEBPACK_IMPORTED_MODULE_4__constants__.CONTEXT_TYPES.POPUP] = {
5288
+ ({
5289
+ __POPUP_SUPPORT__: !1
5290
+ }).__POPUP_SUPPORT__ && (RENDER_DRIVERS[__WEBPACK_IMPORTED_MODULE_4__constants__.CONTEXT_TYPES.POPUP] = {
5269
5291
  focusable: !0,
5270
5292
  renderedIntoContainerTemplate: !1,
5271
5293
  allowResize: !1,
@@ -5858,7 +5880,7 @@
5858
5880
  if (window.location.href.split("#")[0] === url.split("#")[0]) {
5859
5881
  var _query;
5860
5882
  url = Object(__WEBPACK_IMPORTED_MODULE_6__lib__.u)(url, {
5861
- query: (_query = {}, _query[Object(__WEBPACK_IMPORTED_MODULE_6__lib__._0)()] = "1",
5883
+ query: (_query = {}, _query[Object(__WEBPACK_IMPORTED_MODULE_6__lib__._0)()] = "1",
5862
5884
  _query)
5863
5885
  });
5864
5886
  }
@@ -6164,23 +6186,23 @@
6164
6186
  }
6165
6187
  } ]);
6166
6188
  return ParentComponent;
6167
- }(__WEBPACK_IMPORTED_MODULE_4__base__.a), _applyDecoratedDescriptor(_class.prototype, "getOutlet", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "getOutlet"), _class.prototype),
6168
- _applyDecoratedDescriptor(_class.prototype, "prefetch", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "prefetch"), _class.prototype),
6169
- _applyDecoratedDescriptor(_class.prototype, "loadHTML", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "loadHTML"), _class.prototype),
6170
- _applyDecoratedDescriptor(_class.prototype, "buildUrl", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "buildUrl"), _class.prototype),
6171
- _applyDecoratedDescriptor(_class.prototype, "open", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "open"), _class.prototype),
6172
- _applyDecoratedDescriptor(_class.prototype, "openPrerender", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "openPrerender"), _class.prototype),
6173
- _applyDecoratedDescriptor(_class.prototype, "switchPrerender", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "switchPrerender"), _class.prototype),
6174
- _applyDecoratedDescriptor(_class.prototype, "close", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "close"), _class.prototype),
6175
- _applyDecoratedDescriptor(_class.prototype, "closeContainer", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "closeContainer"), _class.prototype),
6176
- _applyDecoratedDescriptor(_class.prototype, "destroyContainer", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "destroyContainer"), _class.prototype),
6177
- _applyDecoratedDescriptor(_class.prototype, "closeComponent", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "closeComponent"), _class.prototype),
6178
- _applyDecoratedDescriptor(_class.prototype, "showContainer", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "showContainer"), _class.prototype),
6179
- _applyDecoratedDescriptor(_class.prototype, "showComponent", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "showComponent"), _class.prototype),
6180
- _applyDecoratedDescriptor(_class.prototype, "hideContainer", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "hideContainer"), _class.prototype),
6181
- _applyDecoratedDescriptor(_class.prototype, "hideComponent", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "hideComponent"), _class.prototype),
6182
- _applyDecoratedDescriptor(_class.prototype, "createPrerenderTemplate", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "createPrerenderTemplate"), _class.prototype),
6183
- _applyDecoratedDescriptor(_class.prototype, "openContainer", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "openContainer"), _class.prototype),
6189
+ }(__WEBPACK_IMPORTED_MODULE_4__base__.a), _applyDecoratedDescriptor(_class.prototype, "getOutlet", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "getOutlet"), _class.prototype),
6190
+ _applyDecoratedDescriptor(_class.prototype, "prefetch", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "prefetch"), _class.prototype),
6191
+ _applyDecoratedDescriptor(_class.prototype, "loadHTML", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "loadHTML"), _class.prototype),
6192
+ _applyDecoratedDescriptor(_class.prototype, "buildUrl", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "buildUrl"), _class.prototype),
6193
+ _applyDecoratedDescriptor(_class.prototype, "open", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "open"), _class.prototype),
6194
+ _applyDecoratedDescriptor(_class.prototype, "openPrerender", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "openPrerender"), _class.prototype),
6195
+ _applyDecoratedDescriptor(_class.prototype, "switchPrerender", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "switchPrerender"), _class.prototype),
6196
+ _applyDecoratedDescriptor(_class.prototype, "close", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "close"), _class.prototype),
6197
+ _applyDecoratedDescriptor(_class.prototype, "closeContainer", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "closeContainer"), _class.prototype),
6198
+ _applyDecoratedDescriptor(_class.prototype, "destroyContainer", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "destroyContainer"), _class.prototype),
6199
+ _applyDecoratedDescriptor(_class.prototype, "closeComponent", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "closeComponent"), _class.prototype),
6200
+ _applyDecoratedDescriptor(_class.prototype, "showContainer", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "showContainer"), _class.prototype),
6201
+ _applyDecoratedDescriptor(_class.prototype, "showComponent", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "showComponent"), _class.prototype),
6202
+ _applyDecoratedDescriptor(_class.prototype, "hideContainer", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "hideContainer"), _class.prototype),
6203
+ _applyDecoratedDescriptor(_class.prototype, "hideComponent", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "hideComponent"), _class.prototype),
6204
+ _applyDecoratedDescriptor(_class.prototype, "createPrerenderTemplate", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "createPrerenderTemplate"), _class.prototype),
6205
+ _applyDecoratedDescriptor(_class.prototype, "openContainer", [ __WEBPACK_IMPORTED_MODULE_6__lib__.H ], Object.getOwnPropertyDescriptor(_class.prototype, "openContainer"), _class.prototype),
6184
6206
  _class);
6185
6207
  ParentComponent.activeComponents = [];
6186
6208
  },
@@ -7009,7 +7031,7 @@
7009
7031
  __webpack_require__.d(__webpack_exports__, "CONSTANTS", function() {
7010
7032
  return CONSTANTS;
7011
7033
  });
7012
- var __WEBPACK_IMPORTED_MODULE_1_post_robot_src__ = (__webpack_require__("./node_modules/zalgo-promise/src/index.js"),
7034
+ var __WEBPACK_IMPORTED_MODULE_1_post_robot_src__ = (__webpack_require__("./node_modules/zalgo-promise/src/index.js"),
7013
7035
  __webpack_require__("./node_modules/post-robot/src/index.js")), __WEBPACK_IMPORTED_MODULE_2__component__ = __webpack_require__("./node_modules/xcomponent/src/component/index.js"), __WEBPACK_IMPORTED_MODULE_3__component_parent__ = __webpack_require__("./node_modules/xcomponent/src/component/parent/index.js"), __WEBPACK_IMPORTED_MODULE_4__constants__ = __webpack_require__("./node_modules/xcomponent/src/constants.js"), __WEBPACK_IMPORTED_MODULE_5__lib__ = __webpack_require__("./node_modules/xcomponent/src/lib/index.js");
7014
7036
  __webpack_require__.d(__webpack_exports__, "getCurrentScriptDir", function() {
7015
7037
  return __WEBPACK_IMPORTED_MODULE_5__lib__.w;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brainblocks-js
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchel