Ubuntu

­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­ /*! elementor - v3.0.10 - 23-09-2020 */ !function(t){var o={};function __webpack_require__(i){if(o[i])return o[i].exports;var r=o[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,__webpack_require__),r.l=!0,r.exports}__webpack_require__.m=t,__webpack_require__.c=o,__webpack_require__.d=function(t,o,i){__webpack_require__.o(t,o)||Object.defineProperty(t,o,{enumerable:!0,get:i})},__webpack_require__.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},__webpack_require__.t=function(t,o){if(1&o&&(t=__webpack_require__(t)),8&o)return t;if(4&o&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(__webpack_require__.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&o&&"string"!=typeof t)for(var r in t)__webpack_require__.d(i,r,function(o){return t[o]}.bind(null,r));return i},__webpack_require__.n=function(t){var o=t&&t.__esModule?function getDefault(){return t.default}:function getModuleExports(){return t};return __webpack_require__.d(o,"a",o),o},__webpack_require__.o=function(t,o){return Object.prototype.hasOwnProperty.call(t,o)},__webpack_require__.p="",__webpack_require__(__webpack_require__.s=708)}([function(t,o){t.exports=function _interopRequireDefault(t){return t&&t.__esModule?t:{default:t}}},function(t,o,i){t.exports=i(152)},function(t,o){t.exports=function _classCallCheck(t,o){if(!(t instanceof o))throw new TypeError("Cannot call a class as a function")}},function(t,o,i){var r=i(1);function _defineProperties(t,o){for(var i=0;i1&&void 0!==arguments[1]?arguments[1]:$e.commands;return(0,m.default)(this,CommandBase),i=o.call(this,t),(0,y.default)((0,p.default)(i),"component",void 0),i.currentCommand=r.getCurrentLast(),i.component=r.getComponent(i.currentCommand),i.initialize(t),t=i.args,i.validateArgs(t),i}return(0,h.default)(CommandBase,null,[{key:"getInstanceType",value:function getInstanceType(){return"CommandBase"}}]),(0,h.default)(CommandBase,[{key:"requireContainer",value:function requireContainer(){var t=this,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.args;if(!o.container&&!o.containers)throw Error("container or containers are required.");if(o.container&&o.containers)throw Error("container and containers cannot go together please select one of them.");var i=o.containers||[o.container];i.forEach((function(o){t.requireArgumentInstance("container",elementorModules.editor.Container,{container:o})}))}},{key:"initialize",value:function initialize(){}},{key:"validateArgs",value:function validateArgs(){}},{key:"isDataChanged",value:function isDataChanged(){return!1}},{key:"apply",value:function apply(){elementorModules.ForceMethodImplementation()}},{key:"run",value:function run(){var t;this.onBeforeRun(this.args);try{this.onBeforeApply(this.args),t=this.apply(this.args)}catch(t){if(this.onCatchApply(t),t instanceof $e.modules.HookBreak)return!1}return this.runAfter(t)}},{key:"runAfter",value:function runAfter(t){var o=this,i=function onAfter(t){o.onAfterApply(o.args,t),o.isDataChanged()&&$e.internal("document/save/set-is-modified",{status:!0}),o.onAfterRun(o.args,t)},r=function(){var t=(0,d.default)(l.default.mark((function _callee(t){var i,r;return l.default.wrap((function _callee$(a){for(;;)switch(a.prev=a.next){case 0:if(i=o.onAfterApply(o.args,t),!(r=(0,c.default)(i)?i.flat().filter((function(t){return t instanceof u.default})):[]).length){a.next=4;break}return a.next=4,u.default.all(r);case 4:o.isDataChanged()&&$e.internal("document/save/set-is-modified",{status:!0}),o.onAfterRun(o.args,t);case 6:case"end":return a.stop()}}),_callee)})));return function asyncOnAfter(o){return t.apply(this,arguments)}}();if(t&&"object"===(0,a.default)(t)&&t.promise&&t.then&&t.fail)t.fail(this.onCatchApply.bind(this)),t.done(i);else{if(t instanceof u.default)return(0,d.default)(l.default.mark((function _callee2(){return l.default.wrap((function _callee2$(i){for(;;)switch(i.prev=i.next){case 0:return i.next=2,t.catch(o.onCatchApply.bind(o));case 2:return i.next=4,t.then((function(t){return r(t)}));case 4:return i.abrupt("return",t);case 5:case"end":return i.stop()}}),_callee2)})))();i(t)}return t}},{key:"onBeforeRun",value:function onBeforeRun(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};$e.hooks.runUIBefore(this.currentCommand,t)}},{key:"onAfterRun",value:function onAfterRun(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;$e.hooks.runUIAfter(this.currentCommand,t,o)}},{key:"onBeforeApply",value:function onBeforeApply(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};$e.hooks.runDataDependency(this.currentCommand,t)}},{key:"onAfterApply",value:function onAfterApply(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;return $e.hooks.runDataAfter(this.currentCommand,t,o)}},{key:"onCatchApply",value:function onCatchApply(t){$e.hooks.runDataCatch(this.currentCommand,this.args,t),elementorCommon.helpers.consoleError(t),$e.hooks.runUICatch(this.currentCommand,this.args,t)}}]),CommandBase}(r(i(223)).default);o.default=C},function(t,o,i){var r=i(117),a=i(185),l=i(188);function _get(o,i,u){return"undefined"!=typeof Reflect&&a?t.exports=_get=a:t.exports=_get=function _get(t,o,i){var a=l(t,o);if(a){var u=r(a,o);return u.get?u.get.call(i):u.value}},_get(o,i,u||o)}t.exports=_get},function(t,o,i){t.exports=i(201)},function(t,o,i){"use strict";var r=i(37),a=i(189)(5),l=!0;"find"in[]&&Array(1).find((function(){l=!1})),r(r.P+r.F*l,"Array",{find:function find(t){return a(this,t,arguments.length>1?arguments[1]:void 0)}}),i(89)("find")},function(t,o,i){t.exports=!i(35)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,o,i){var r=i(1);t.exports=function _defineProperty(t,o,i){return o in t?r(t,o,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[o]=i,t}},function(t,o,i){var r=i(49),a=i(106);t.exports=i(27)?function(t,o,i){return r.f(t,o,a(1,i))}:function(t,o,i){return t[o]=i,t}},function(t,o){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,o,i){var r=i(34);t.exports=function(t,o,i){if(r(t),void 0===o)return t;switch(i){case 1:return function(i){return t.call(o,i)};case 2:return function(i,r){return t.call(o,i,r)};case 3:return function(i,r,a){return t.call(o,i,r,a)}}return function(){return t.apply(o,arguments)}}},function(t,o,i){var r=i(65);t.exports=function(t){return Object(r(t))}},function(t,o){t.exports={}},function(t,o){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,o){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,o,i){var r=i(112),a=i(72);t.exports=Object.keys||function keys(t){return r(t,a)}},function(t,o,i){var r=i(18),a=i(57),l=i(29),u=i(39),c=i(80),$export=function(t,o,i){var d,m,p,h,g=t&$export.F,v=t&$export.G,y=t&$export.S,C=t&$export.P,b=t&$export.B,w=v?r:y?r[o]||(r[o]={}):(r[o]||{}).prototype,k=v?a:a[o]||(a[o]={}),S=k.prototype||(k.prototype={});for(d in v&&(i=o),i)p=((m=!g&&w&&void 0!==w[d])?w:i)[d],h=b&&m?c(p,r):C&&"function"==typeof p?c(Function.call,p):p,w&&u(w,d,p,t&$export.U),k[d]!=p&&l(k,d,h),C&&S[d]!=p&&(S[d]=p)};r.core=a,$export.F=1,$export.G=2,$export.S=4,$export.P=8,$export.B=16,$export.W=32,$export.U=64,$export.R=128,t.exports=$export},function(t,o,i){var r=i(117),a=i(1),l=i(47),u=i(263);function _getRequireWildcardCache(){if("function"!=typeof u)return null;var t=new u;return _getRequireWildcardCache=function _getRequireWildcardCache(){return t},t}t.exports=function _interopRequireWildcard(t){if(t&&t.__esModule)return t;if(null===t||"object"!==l(t)&&"function"!=typeof t)return{default:t};var o=_getRequireWildcardCache();if(o&&o.has(t))return o.get(t);var i={},u=a&&r;for(var c in t)if(Object.prototype.hasOwnProperty.call(t,c)){var d=u?r(t,c):null;d&&(d.get||d.set)?a(i,c,d):i[c]=t[c]}return i.default=t,o&&o.set(t,i),i}},function(t,o,i){var r=i(18),a=i(29),l=i(64),u=i(77)("src"),c=i(147),d=(""+c).split("toString");i(57).inspectSource=function(t){return c.call(t)},(t.exports=function(t,o,i,c){var m="function"==typeof i;m&&(l(i,"name")||a(i,"name",o)),t[o]!==i&&(m&&(l(i,u)||a(i,u,t[o]?""+t[o]:d.join(String(o)))),t===r?t[o]=i:c?t[o]?t[o]=i:a(t,o,i):(delete t[o],a(t,o,i)))})(Function.prototype,"toString",(function toString(){return"function"==typeof this&&this[u]||c.call(this)}))},function(t,o,i){var r=i(49).f,a=Function.prototype,l=/^\s*function ([^ (]*)/;"name"in a||i(27)&&r(a,"name",{configurable:!0,get:function(){try{return(""+this).match(l)[1]}catch(t){return""}}})},function(t,o,i){t.exports=i(325)()},function(t,o){t.exports=function(t,o){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:o}}},function(t,o){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,o){t.exports=!0},function(t,o,i){var r=i(59),a=Math.min;t.exports=function(t){return t>0?a(r(t),9007199254740991):0}},function(t,o){o.f={}.propertyIsEnumerable},function(t,o,i){var r=i(148),a=i(107);function _typeof(o){return t.exports=_typeof="function"==typeof a&&"symbol"==typeof r?function _typeof(t){return typeof t}:function _typeof(t){return t&&"function"==typeof a&&t.constructor===a&&t!==a.prototype?"symbol":typeof t},_typeof(o)}t.exports=_typeof},function(t,o){t.exports=function _assertThisInitialized(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}},function(t,o,i){var r=i(20),a=i(131),l=i(124),u=Object.defineProperty;o.f=i(27)?Object.defineProperty:function defineProperty(t,o,i){if(r(t),o=l(o,!0),r(i),a)try{return u(t,o,i)}catch(t){}if("get"in i||"set"in i)throw TypeError("Accessors not supported!");return"value"in i&&(t[o]=i.value),t}},function(t,o){var i={}.toString;t.exports=function(t){return i.call(t).slice(8,-1)}},function(t,o,i){var r=i(46),a=i(42),l=i(19),u=i(67),c=i(17),d=i(110),m=Object.getOwnPropertyDescriptor;o.f=i(14)?m:function getOwnPropertyDescriptor(t,o){if(t=l(t),o=u(o,!0),d)try{return m(t,o)}catch(t){}if(c(t,o))return a(!r.f.call(t,o),t[o])}},function(t,o,i){var r=i(11),a=i(132),l=i(72),u=i(68)("IE_PROTO"),Empty=function(){},createDict=function(){var t,o=i(87)("iframe"),r=l.length;for(o.style.display="none",i(129).appendChild(o),o.src="javascript:",(t=o.contentWindow.document).open(),t.write("