| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.19.0 - 07-02-2024 */ | |
| 1 | 2 | /******/ (() => { // webpackBootstrap |
| 2 | 3 | /******/ var __webpack_modules__ = ({ |
| 3 | 4 | |
| 4 | 5 | /***/ "../assets/dev/js/admin/beta-tester/layout.js": |
| @@ -17,21 +18,22 @@ | ||
| 17 | 18 | })); |
| 18 | 19 | exports["default"] = void 0; |
| 19 | 20 | var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); |
| 20 | 21 | var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); |
| 22 | +var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); | |
| 21 | 23 | var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); |
| 22 | 24 | var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); |
| 23 | -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); | |
| 24 | 25 | var _view = _interopRequireDefault(__webpack_require__(/*! ./view */ "../assets/dev/js/admin/beta-tester/view.js")); |
| 25 | -function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } | |
| 26 | -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } | |
| 27 | -var BetaTesterLayout = exports["default"] = /*#__PURE__*/function (_elementorModules$com) { | |
| 26 | +function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } | |
| 27 | +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; } } | |
| 28 | +var BetaTesterLayout = /*#__PURE__*/function (_elementorModules$com) { | |
| 29 | + (0, _inherits2.default)(BetaTesterLayout, _elementorModules$com); | |
| 30 | + var _super = _createSuper(BetaTesterLayout); | |
| 28 | 31 | function BetaTesterLayout() { |
| 29 | 32 | (0, _classCallCheck2.default)(this, BetaTesterLayout); |
| 30 | - return _callSuper(this, BetaTesterLayout, arguments); | |
| 33 | + return _super.apply(this, arguments); | |
| 31 | 34 | } |
| 32 | - (0, _inherits2.default)(BetaTesterLayout, _elementorModules$com); | |
| 33 | - return (0, _createClass2.default)(BetaTesterLayout, [{ | |
| 35 | + (0, _createClass2.default)(BetaTesterLayout, [{ | |
| 34 | 36 | key: "ui", |
| 35 | 37 | value: function ui() { |
| 36 | 38 | return { |
| 37 | 39 | closeModal: '.elementor-templates-modal__header__close', |
| @@ -94,9 +96,11 @@ | ||
| 94 | 96 | } |
| 95 | 97 | }); |
| 96 | 98 | } |
| 97 | 99 | }]); |
| 100 | + return BetaTesterLayout; | |
| 98 | 101 | }(elementorModules.common.views.modal.Layout); |
| 102 | +exports["default"] = BetaTesterLayout; | |
| 99 | 103 | |
| 100 | 104 | /***/ }), |
| 101 | 105 | |
| 102 | 106 | /***/ "../assets/dev/js/admin/beta-tester/view.js": |
| @@ -114,24 +118,25 @@ | ||
| 114 | 118 | })); |
| 115 | 119 | exports["default"] = void 0; |
| 116 | 120 | var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); |
| 117 | 121 | var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); |
| 122 | +var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); | |
| 118 | 123 | var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); |
| 119 | 124 | var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); |
| 120 | -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); | |
| 121 | -function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } | |
| 122 | -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } | |
| 123 | -var BetaTesterView = exports["default"] = /*#__PURE__*/function (_Marionette$ItemView) { | |
| 125 | +function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } | |
| 126 | +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; } } | |
| 127 | +var BetaTesterView = /*#__PURE__*/function (_Marionette$ItemView) { | |
| 128 | + (0, _inherits2.default)(BetaTesterView, _Marionette$ItemView); | |
| 129 | + var _super = _createSuper(BetaTesterView); | |
| 124 | 130 | function BetaTesterView() { |
| 125 | 131 | var _this; |
| 126 | 132 | (0, _classCallCheck2.default)(this, BetaTesterView); |
| 127 | - _this = _callSuper(this, BetaTesterView); | |
| 133 | + _this = _super.call(this); | |
| 128 | 134 | _this.id = 'elementor-beta-tester-dialog-content'; |
| 129 | 135 | _this.template = '#tmpl-elementor-beta-tester'; |
| 130 | 136 | return _this; |
| 131 | 137 | } |
| 132 | - (0, _inherits2.default)(BetaTesterView, _Marionette$ItemView); | |
| 133 | - return (0, _createClass2.default)(BetaTesterView, [{ | |
| 138 | + (0, _createClass2.default)(BetaTesterView, [{ | |
| 134 | 139 | key: "ui", |
| 135 | 140 | value: function ui() { |
| 136 | 141 | return { |
| 137 | 142 | betaForm: '#elementor-beta-tester-form', |
| @@ -157,8 +162,9 @@ | ||
| 157 | 162 | betaTesterEmail: email |
| 158 | 163 | } |
| 159 | 164 | // Do not wait for response. |
| 160 | 165 | }); |
| 166 | + | |
| 161 | 167 | elementorBetaTester.layout.hideModal(); |
| 162 | 168 | } |
| 163 | 169 | }, { |
| 164 | 170 | key: "onRender", |
| @@ -163,12 +169,25 @@ | ||
| 163 | 169 | }, { |
| 164 | 170 | key: "onRender", |
| 165 | 171 | value: function onRender() {} |
| 166 | 172 | }]); |
| 173 | + return BetaTesterView; | |
| 167 | 174 | }(Marionette.ItemView); |
| 175 | +exports["default"] = BetaTesterView; | |
| 168 | 176 | |
| 169 | 177 | /***/ }), |
| 170 | 178 | |
| 179 | +/***/ "@wordpress/i18n": | |
| 180 | +/*!**************************!*\ | |
| 181 | + !*** external "wp.i18n" ***! | |
| 182 | + \**************************/ | |
| 183 | +/***/ ((module) => { | |
| 184 | + | |
| 185 | +"use strict"; | |
| 186 | +module.exports = wp.i18n; | |
| 187 | + | |
| 188 | +/***/ }), | |
| 189 | + | |
| 171 | 190 | /***/ "../node_modules/@babel/runtime/helpers/assertThisInitialized.js": |
| 172 | 191 | /*!***********************************************************************!*\ |
| 173 | 192 | !*** ../node_modules/@babel/runtime/helpers/assertThisInitialized.js ***! |
| 174 | 193 | \***********************************************************************/ |
| @@ -173,11 +192,13 @@ | ||
| 173 | 192 | !*** ../node_modules/@babel/runtime/helpers/assertThisInitialized.js ***! |
| 174 | 193 | \***********************************************************************/ |
| 175 | 194 | /***/ ((module) => { |
| 176 | 195 | |
| 177 | -function _assertThisInitialized(e) { | |
| 178 | - if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); | |
| 179 | - return e; | |
| 196 | +function _assertThisInitialized(self) { | |
| 197 | + if (self === void 0) { | |
| 198 | + throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); | |
| 199 | + } | |
| 200 | + return self; | |
| 180 | 201 | } |
| 181 | 202 | module.exports = _assertThisInitialized, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 182 | 203 | |
| 183 | 204 | /***/ }), |
| @@ -187,10 +208,12 @@ | ||
| 187 | 208 | !*** ../node_modules/@babel/runtime/helpers/classCallCheck.js ***! |
| 188 | 209 | \****************************************************************/ |
| 189 | 210 | /***/ ((module) => { |
| 190 | 211 | |
| 191 | -function _classCallCheck(a, n) { | |
| 192 | - if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); | |
| 212 | +function _classCallCheck(instance, Constructor) { | |
| 213 | + if (!(instance instanceof Constructor)) { | |
| 214 | + throw new TypeError("Cannot call a class as a function"); | |
| 215 | + } | |
| 193 | 216 | } |
| 194 | 217 | module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 195 | 218 | |
| 196 | 219 | /***/ }), |
| @@ -201,18 +224,24 @@ | ||
| 201 | 224 | \*************************************************************/ |
| 202 | 225 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 203 | 226 | |
| 204 | 227 | var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js"); |
| 205 | -function _defineProperties(e, r) { | |
| 206 | - for (var t = 0; t < r.length; t++) { | |
| 207 | - var o = r[t]; | |
| 208 | - o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o); | |
| 228 | +function _defineProperties(target, props) { | |
| 229 | + for (var i = 0; i < props.length; i++) { | |
| 230 | + var descriptor = props[i]; | |
| 231 | + descriptor.enumerable = descriptor.enumerable || false; | |
| 232 | + descriptor.configurable = true; | |
| 233 | + if ("value" in descriptor) descriptor.writable = true; | |
| 234 | + Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor); | |
| 209 | 235 | } |
| 210 | 236 | } |
| 211 | -function _createClass(e, r, t) { | |
| 212 | - return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { | |
| 213 | - writable: !1 | |
| 214 | - }), e; | |
| 237 | +function _createClass(Constructor, protoProps, staticProps) { | |
| 238 | + if (protoProps) _defineProperties(Constructor.prototype, protoProps); | |
| 239 | + if (staticProps) _defineProperties(Constructor, staticProps); | |
| 240 | + Object.defineProperty(Constructor, "prototype", { | |
| 241 | + writable: false | |
| 242 | + }); | |
| 243 | + return Constructor; | |
| 215 | 244 | } |
| 216 | 245 | module.exports = _createClass, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 217 | 246 | |
| 218 | 247 | /***/ }), |
| @@ -222,12 +251,13 @@ | ||
| 222 | 251 | !*** ../node_modules/@babel/runtime/helpers/getPrototypeOf.js ***! |
| 223 | 252 | \****************************************************************/ |
| 224 | 253 | /***/ ((module) => { |
| 225 | 254 | |
| 226 | -function _getPrototypeOf(t) { | |
| 227 | - return module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { | |
| 228 | - return t.__proto__ || Object.getPrototypeOf(t); | |
| 229 | - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _getPrototypeOf(t); | |
| 255 | +function _getPrototypeOf(o) { | |
| 256 | + module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { | |
| 257 | + return o.__proto__ || Object.getPrototypeOf(o); | |
| 258 | + }, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 259 | + return _getPrototypeOf(o); | |
| 230 | 260 | } |
| 231 | 261 | module.exports = _getPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 232 | 262 | |
| 233 | 263 | /***/ }), |
| @@ -238,19 +268,23 @@ | ||
| 238 | 268 | \**********************************************************/ |
| 239 | 269 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 240 | 270 | |
| 241 | 271 | var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ "../node_modules/@babel/runtime/helpers/setPrototypeOf.js"); |
| 242 | -function _inherits(t, e) { | |
| 243 | - if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); | |
| 244 | - t.prototype = Object.create(e && e.prototype, { | |
| 272 | +function _inherits(subClass, superClass) { | |
| 273 | + if (typeof superClass !== "function" && superClass !== null) { | |
| 274 | + throw new TypeError("Super expression must either be null or a function"); | |
| 275 | + } | |
| 276 | + subClass.prototype = Object.create(superClass && superClass.prototype, { | |
| 245 | 277 | constructor: { |
| 246 | - value: t, | |
| 247 | - writable: !0, | |
| 248 | - configurable: !0 | |
| 278 | + value: subClass, | |
| 279 | + writable: true, | |
| 280 | + configurable: true | |
| 249 | 281 | } |
| 250 | - }), Object.defineProperty(t, "prototype", { | |
| 251 | - writable: !1 | |
| 252 | - }), e && setPrototypeOf(t, e); | |
| 282 | + }); | |
| 283 | + Object.defineProperty(subClass, "prototype", { | |
| 284 | + writable: false | |
| 285 | + }); | |
| 286 | + if (superClass) setPrototypeOf(subClass, superClass); | |
| 253 | 287 | } |
| 254 | 288 | module.exports = _inherits, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 255 | 289 | |
| 256 | 290 | /***/ }), |
| @@ -260,11 +294,11 @@ | ||
| 260 | 294 | !*** ../node_modules/@babel/runtime/helpers/interopRequireDefault.js ***! |
| 261 | 295 | \***********************************************************************/ |
| 262 | 296 | /***/ ((module) => { |
| 263 | 297 | |
| 264 | -function _interopRequireDefault(e) { | |
| 265 | - return e && e.__esModule ? e : { | |
| 266 | - "default": e | |
| 298 | +function _interopRequireDefault(obj) { | |
| 299 | + return obj && obj.__esModule ? obj : { | |
| 300 | + "default": obj | |
| 267 | 301 | }; |
| 268 | 302 | } |
| 269 | 303 | module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 270 | 304 | |
| @@ -277,12 +311,15 @@ | ||
| 277 | 311 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 278 | 312 | |
| 279 | 313 | var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); |
| 280 | 314 | var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized.js */ "../node_modules/@babel/runtime/helpers/assertThisInitialized.js"); |
| 281 | -function _possibleConstructorReturn(t, e) { | |
| 282 | - if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; | |
| 283 | - if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); | |
| 284 | - return assertThisInitialized(t); | |
| 315 | +function _possibleConstructorReturn(self, call) { | |
| 316 | + if (call && (_typeof(call) === "object" || typeof call === "function")) { | |
| 317 | + return call; | |
| 318 | + } else if (call !== void 0) { | |
| 319 | + throw new TypeError("Derived constructors may only return object or undefined"); | |
| 320 | + } | |
| 321 | + return assertThisInitialized(self); | |
| 285 | 322 | } |
| 286 | 323 | module.exports = _possibleConstructorReturn, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 287 | 324 | |
| 288 | 325 | /***/ }), |
| @@ -292,12 +329,14 @@ | ||
| 292 | 329 | !*** ../node_modules/@babel/runtime/helpers/setPrototypeOf.js ***! |
| 293 | 330 | \****************************************************************/ |
| 294 | 331 | /***/ ((module) => { |
| 295 | 332 | |
| 296 | -function _setPrototypeOf(t, e) { | |
| 297 | - return module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { | |
| 298 | - return t.__proto__ = e, t; | |
| 299 | - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _setPrototypeOf(t, e); | |
| 333 | +function _setPrototypeOf(o, p) { | |
| 334 | + module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { | |
| 335 | + o.__proto__ = p; | |
| 336 | + return o; | |
| 337 | + }, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 338 | + return _setPrototypeOf(o, p); | |
| 300 | 339 | } |
| 301 | 340 | module.exports = _setPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 302 | 341 | |
| 303 | 342 | /***/ }), |
| @@ -308,19 +347,19 @@ | ||
| 308 | 347 | \*************************************************************/ |
| 309 | 348 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 310 | 349 | |
| 311 | 350 | var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); |
| 312 | -function toPrimitive(t, r) { | |
| 313 | - if ("object" != _typeof(t) || !t) return t; | |
| 314 | - var e = t[Symbol.toPrimitive]; | |
| 315 | - if (void 0 !== e) { | |
| 316 | - var i = e.call(t, r || "default"); | |
| 317 | - if ("object" != _typeof(i)) return i; | |
| 351 | +function _toPrimitive(input, hint) { | |
| 352 | + if (_typeof(input) !== "object" || input === null) return input; | |
| 353 | + var prim = input[Symbol.toPrimitive]; | |
| 354 | + if (prim !== undefined) { | |
| 355 | + var res = prim.call(input, hint || "default"); | |
| 356 | + if (_typeof(res) !== "object") return res; | |
| 318 | 357 | throw new TypeError("@@toPrimitive must return a primitive value."); |
| 319 | 358 | } |
| 320 | - return ("string" === r ? String : Number)(t); | |
| 359 | + return (hint === "string" ? String : Number)(input); | |
| 321 | 360 | } |
| 322 | -module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 361 | +module.exports = _toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 323 | 362 | |
| 324 | 363 | /***/ }), |
| 325 | 364 | |
| 326 | 365 | /***/ "../node_modules/@babel/runtime/helpers/toPropertyKey.js": |
| @@ -330,13 +369,13 @@ | ||
| 330 | 369 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 331 | 370 | |
| 332 | 371 | var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); |
| 333 | 372 | var toPrimitive = __webpack_require__(/*! ./toPrimitive.js */ "../node_modules/@babel/runtime/helpers/toPrimitive.js"); |
| 334 | -function toPropertyKey(t) { | |
| 335 | - var i = toPrimitive(t, "string"); | |
| 336 | - return "symbol" == _typeof(i) ? i : i + ""; | |
| 373 | +function _toPropertyKey(arg) { | |
| 374 | + var key = toPrimitive(arg, "string"); | |
| 375 | + return _typeof(key) === "symbol" ? key : String(key); | |
| 337 | 376 | } |
| 338 | -module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 377 | +module.exports = _toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 339 | 378 | |
| 340 | 379 | /***/ }), |
| 341 | 380 | |
| 342 | 381 | /***/ "../node_modules/@babel/runtime/helpers/typeof.js": |
| @@ -347,27 +386,16 @@ | ||
| 347 | 386 | |
| 348 | 387 | function _typeof(o) { |
| 349 | 388 | "@babel/helpers - typeof"; |
| 350 | 389 | |
| 351 | - return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { | |
| 390 | + return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { | |
| 352 | 391 | return typeof o; |
| 353 | 392 | } : function (o) { |
| 354 | 393 | return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; |
| 355 | - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o); | |
| 394 | + }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o); | |
| 356 | 395 | } |
| 357 | 396 | module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 358 | 397 | |
| 359 | -/***/ }), | |
| 360 | - | |
| 361 | -/***/ "@wordpress/i18n": | |
| 362 | -/*!**************************!*\ | |
| 363 | - !*** external "wp.i18n" ***! | |
| 364 | - \**************************/ | |
| 365 | -/***/ ((module) => { | |
| 366 | - | |
| 367 | -"use strict"; | |
| 368 | -module.exports = wp.i18n; | |
| 369 | - | |
| 370 | 398 | /***/ }) |
| 371 | 399 | |
| 372 | 400 | /******/ }); |
| 373 | 401 | /************************************************************************/ |
| @@ -396,9 +424,9 @@ | ||
| 396 | 424 | /******/ } |
| 397 | 425 | /******/ |
| 398 | 426 | /************************************************************************/ |
| 399 | 427 | var __webpack_exports__ = {}; |
| 400 | -// This entry needs to be wrapped in an IIFE because it needs to be in strict mode. | |
| 428 | +// This entry need to be wrapped in an IIFE because it need to be in strict mode. | |
| 401 | 429 | (() => { |
| 402 | 430 | "use strict"; |
| 403 | 431 | /*!*********************************************************!*\ |
| 404 | 432 | !*** ../assets/dev/js/admin/beta-tester/beta-tester.js ***! |
| @@ -407,21 +435,22 @@ | ||
| 407 | 435 | |
| 408 | 436 | var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); |
| 409 | 437 | var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); |
| 410 | 438 | var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); |
| 439 | +var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); | |
| 411 | 440 | var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); |
| 412 | 441 | var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); |
| 413 | -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); | |
| 414 | 442 | var _layout = _interopRequireDefault(__webpack_require__(/*! ./layout */ "../assets/dev/js/admin/beta-tester/layout.js")); |
| 415 | -function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } | |
| 416 | -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } | |
| 443 | +function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } | |
| 444 | +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; } } | |
| 417 | 445 | var BetaTesterModule = /*#__PURE__*/function (_elementorModules$Vie) { |
| 446 | + (0, _inherits2.default)(BetaTesterModule, _elementorModules$Vie); | |
| 447 | + var _super = _createSuper(BetaTesterModule); | |
| 418 | 448 | function BetaTesterModule() { |
| 419 | 449 | (0, _classCallCheck2.default)(this, BetaTesterModule); |
| 420 | - return _callSuper(this, BetaTesterModule, arguments); | |
| 450 | + return _super.apply(this, arguments); | |
| 421 | 451 | } |
| 422 | - (0, _inherits2.default)(BetaTesterModule, _elementorModules$Vie); | |
| 423 | - return (0, _createClass2.default)(BetaTesterModule, [{ | |
| 452 | + (0, _createClass2.default)(BetaTesterModule, [{ | |
| 424 | 453 | key: "onInit", |
| 425 | 454 | value: function onInit() { |
| 426 | 455 | elementorModules.ViewModule.prototype.onInit.apply(this, arguments); |
| 427 | 456 | this.showLayout(false); |
| @@ -459,8 +488,9 @@ | ||
| 459 | 488 | var elements = this.elements; |
| 460 | 489 | elements.$betaTesterFirstToKnow.on('click', this.showLayout.bind(this)); |
| 461 | 490 | } |
| 462 | 491 | }]); |
| 492 | + return BetaTesterModule; | |
| 463 | 493 | }(elementorModules.ViewModule); |
| 464 | 494 | jQuery(function () { |
| 465 | 495 | window.elementorBetaTester = new BetaTesterModule(); |
| 466 | 496 | }); |