/*! elementor - v3.18.0 - 08-12-2023 */
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "../core/common/assets/js/utils/environment.js":
/*!*****************************************************!*\
!*** ../core/common/assets/js/utils/environment.js ***!
\*****************************************************/
/***/ ((__unused_webpack_module, exports) => {
"use strict";
Object.defineProperty(exports, "__esModule", ({
value: true
}));
exports["default"] = void 0;
var matchUserAgent = function matchUserAgent(UserAgentStr) {
return userAgent.indexOf(UserAgentStr) >= 0;
},
userAgent = navigator.userAgent,
// Solution influenced by https://stackoverflow.com/questions/9847580/how-to-detect-safari-chrome-ie-firefox-and-opera-browser
// Opera 8.0+
isOpera = !!window.opr && !!opr.addons || !!window.opera || matchUserAgent(' OPR/'),
// Firefox 1.0+
isFirefox = matchUserAgent('Firefox'),
// Safari 3.0+ "[object HTMLElementConstructor]"
isSafari = /^((?!chrome|android).)*safari/i.test(userAgent) || /constructor/i.test(window.HTMLElement) || function (p) {
return '[object SafariRemoteNotification]' === p.toString();
}(!window.safari || typeof safari !== 'undefined' && safari.pushNotification),
// Internet Explorer 6-11
isIE = /Trident|MSIE/.test(userAgent) && ( /* @cc_on!@*/ false || !!document.documentMode),
// Edge 20+
isEdge = !isIE && !!window.StyleMedia || matchUserAgent('Edg'),
// Google Chrome (Not accurate)
isChrome = !!window.chrome && matchUserAgent('Chrome') && !(isEdge || isOpera),
// Blink engine
isBlink = matchUserAgent('Chrome') && !!window.CSS,
// Apple Webkit engine
isAppleWebkit = matchUserAgent('AppleWebKit') && !isBlink,
isTouchDevice = 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0,
environment = {
isTouchDevice: isTouchDevice,
appleWebkit: isAppleWebkit,
blink: isBlink,
chrome: isChrome,
edge: isEdge,
firefox: isFirefox,
ie: isIE,
mac: matchUserAgent('Macintosh'),
opera: isOpera,
safari: isSafari,
webkit: matchUserAgent('AppleWebKit')
};
var _default = environment;
exports["default"] = _default;
/***/ }),
/***/ "../modules/admin-top-bar/assets/js/admin-top-bar.js":
/*!***********************************************************!*\
!*** ../modules/admin-top-bar/assets/js/admin-top-bar.js ***!
\***********************************************************/
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
"use strict";
/* provided dependency */ var __ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n")["__"];
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
var _typeof = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "../node_modules/@babel/runtime/helpers/typeof.js");
Object.defineProperty(exports, "__esModule", ({
value: true
}));
exports["default"] = AdminTopBar;
var _react = _interopRequireWildcard(__webpack_require__(/*! react */ "react"));
var _barButton = _interopRequireDefault(__webpack_require__(/*! ./components/bar-button/bar-button */ "../modules/admin-top-bar/assets/js/components/bar-button/bar-button.js"));
var _barHeading = _interopRequireDefault(__webpack_require__(/*! ./components/bar-heading/bar-heading */ "../modules/admin-top-bar/assets/js/components/bar-heading/bar-heading.js"));
var _connectionButton = _interopRequireDefault(__webpack_require__(/*! ./components/connection-button/connection-button */ "../modules/admin-top-bar/assets/js/components/connection-button/connection-button.js"));
var _usePageTitle = __webpack_require__(/*! ./hooks/use-page-title/use-page-title */ "../modules/admin-top-bar/assets/js/hooks/use-page-title/use-page-title.js");
var _environment = _interopRequireDefault(__webpack_require__(/*! elementor-common/utils/environment */ "../core/common/assets/js/utils/environment.js"));
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
function AdminTopBar() {
var actionButtonsRef = (0, _react.useRef)();
// Handle Top Bar visibility on initiation: Indicate that the admin top bar is visible and the page content needs to push down below the admin top bar for visibility.
(0, _react.useEffect)(function () {
var adminTopBarElement = document.querySelector('#e-admin-top-bar-root');
adminTopBarElement.classList.add('e-admin-top-bar--active');
}, []);
// Handle the page title visibility in admin top bar.
var pageTitleText = (0, _usePageTitle.usePageTitle)();
// Handle the action buttons visibility in admin top bar on initiation.
(0, _react.useEffect)(function () {
var actionButtonElements = document.querySelectorAll('.page-title-action');
actionButtonElements.forEach(function (actionButtonElement) {
actionButtonsRef.current.appendChild(actionButtonElement);
});
}, []);
var finderAction = function finderAction() {
$e.route('finder');
};
var controlSign = _environment.default.mac ? "\u2318" : '^';
var finderTooltipText = __('Search or do anything in Elementor', 'elementor') + " ".concat(controlSign, "+E");
return /*#__PURE__*/_react.default.createElement("div", {
className: "e-admin-top-bar"
}, /*#__PURE__*/_react.default.createElement("div", {
className: "e-admin-top-bar__main-area"
}, /*#__PURE__*/_react.default.createElement(_barHeading.default, null, pageTitleText), /*#__PURE__*/_react.default.createElement("div", {
className: "e-admin-top-bar__main-area-buttons",
ref: actionButtonsRef
})), /*#__PURE__*/_react.default.createElement("div", {
className: "e-admin-top-bar__secondary-area"
}, /*#__PURE__*/_react.default.createElement("div", {
className: "e-admin-top-bar__secondary-area-buttons"
}, /*#__PURE__*/_react.default.createElement(_barButton.default, {
href: window.elementorAdminTopBarConfig.apps_url,
icon: "eicon-integration"
}, __('Apps', 'elementor')), window.elementorAdminTopBarConfig.is_administrator ? /*#__PURE__*/_react.default.createElement(_barButton.default, {
onClick: finderAction,
dataInfo: finderTooltipText,
icon: "eicon-search-bold"
}, __('Finder', 'elementor')) : '', window.elementorCloudAdmin ? window.elementorCloudAdmin() : ''), /*#__PURE__*/_react.default.createElement(_connectionButton.default, null)));
}
/***/ }),
/***/ "../modules/admin-top-bar/assets/js/components/bar-button/bar-button.js":
/*!******************************************************************************!*\
!*** ../modules/admin-top-bar/assets/js/components/bar-button/bar-button.js ***!
\******************************************************************************/
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
"use strict";
/* provided dependency */ var PropTypes = __webpack_require__(/*! prop-types */ "../node_modules/prop-types/index.js");
var _typeof = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "../node_modules/@babel/runtime/helpers/typeof.js");
Object.defineProperty(exports, "__esModule", ({
value: true
}));
exports["default"] = BarButton;
var _react = _interopRequireWildcard(__webpack_require__(/*! react */ "react"));
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
function BarButton(props) {
(0, _react.useEffect)(function () {
if (props.dataInfo) {
jQuery('.e-admin-top-bar__bar-button[data-info]').tipsy({
title: function title() {
return this.getAttribute('data-info');
},
gravity: function gravity() {
return 'n';
},
delayIn: 400,
offset: 1
});
}
}, []);
return /*#__PURE__*/_react.default.createElement("a", {
className: "e-admin-top-bar__bar-button",
ref: props.buttonRef,
onClick: props.onClick,
"data-info": props.dataInfo,
href: props.href,
target: props.target
}, /*#__PURE__*/_react.default.createElement("i", {
className: "e-admin-top-bar__bar-button-icon ".concat(props.icon)
}), /*#__PURE__*/_react.default.createElement("span", {
className: "e-admin-top-bar__bar-button-title"
}, props.children));
}
BarButton.propTypes = {
children: PropTypes.any,
dataInfo: PropTypes.string,
icon: PropTypes.any,
onClick: PropTypes.func,
buttonRef: PropTypes.object,
href: PropTypes.string,
target: PropTypes.string
};
/***/ }),
/***/ "../modules/admin-top-bar/assets/js/components/bar-heading/bar-heading.js":
/*!********************************************************************************!*\
!*** ../modules/admin-top-bar/assets/js/components/bar-heading/bar-heading.js ***!
\********************************************************************************/
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
"use strict";
/* provided dependency */ var PropTypes = __webpack_require__(/*! prop-types */ "../node_modules/prop-types/index.js");
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
Object.defineProperty(exports, "__esModule", ({
value: true
}));
exports["default"] = BarHeading;
var _react = _interopRequireDefault(__webpack_require__(/*! react */ "react"));
function BarHeading(props) {
return /*#__PURE__*/_react.default.createElement("div", {
className: "e-admin-top-bar__heading"
}, /*#__PURE__*/_react.default.createElement("div", {
className: "e-logo-wrapper"
}, /*#__PURE__*/_react.default.createElement("i", {
className: "eicon-elementor",
"aria-hidden": "true"
})), /*#__PURE__*/_react.default.createElement("span", {
className: "e-admin-top-bar__heading-title"
}, props.children));
}
BarHeading.propTypes = {
children: PropTypes.any
};
/***/ }),
/***/ "../modules/admin-top-bar/assets/js/components/connection-button/connection-button.js":
/*!********************************************************************************************!*\
!*** ../modules/admin-top-bar/assets/js/components/connection-button/connection-button.js ***!
\********************************************************************************************/
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
"use strict";
/* provided dependency */ var __ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n")["__"];
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
var _typeof = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "../node_modules/@babel/runtime/helpers/typeof.js");
Object.defineProperty(exports, "__esModule", ({
value: true
}));
exports["default"] = ConnectionButton;
var _react = _interopRequireWildcard(__webpack_require__(/*! react */ "react"));
var _barButton = _interopRequireDefault(__webpack_require__(/*! ../bar-button/bar-button */ "../modules/admin-top-bar/assets/js/components/bar-button/bar-button.js"));
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
function ConnectionButton() {
var buttonRef = (0, _react.useRef)();
var isUserConnected = elementorAdminTopBarConfig.is_user_connected;
(0, _react.useEffect)(function () {
if (!buttonRef.current || isUserConnected) {
return;
}
jQuery(buttonRef.current).elementorConnect();
}, []);
var tooltipText = __('Connect your account to get access to Elementor\'s Template Library & more.', 'elementor'),
connectUrl = elementorAdminTopBarConfig.connect_url,
buttonText = __('Connect Account', 'elementor'),
targetUrl = '_self';
if (isUserConnected) {
tooltipText = '';
connectUrl = 'https://go.elementor.com/wp-dash-admin-bar-account/';
buttonText = __('My Elementor', 'elementor');
targetUrl = '_blank';
}
return /*#__PURE__*/_react.default.createElement(_barButton.default, {
icon: "eicon-user-circle-o",
buttonRef: buttonRef,
dataInfo: tooltipText,
href: connectUrl,
target: targetUrl
}, buttonText);
}
/***/ }),
/***/ "../modules/admin-top-bar/assets/js/hooks/use-page-title/use-page-title.js":
/*!*********************************************************************************!*\
!*** ../modules/admin-top-bar/assets/js/hooks/use-page-title/use-page-title.js ***!
\*********************************************************************************/
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
"use strict";
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
Object.defineProperty(exports, "__esModule", ({
value: true
}));
exports.usePageTitle = void 0;
var _slicedToArray2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../node_modules/@babel/runtime/helpers/slicedToArray.js"));
var _react = __webpack_require__(/*! react */ "react");
var usePageTitle = function usePageTitle() {
var _useState = (0, _react.useState)('Elementor'),
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
pageTitle = _useState2[0],
setPageTitle = _useState2[1];
(0, _react.useEffect)(function () {
var pageTitleElement = document.querySelector('.wp-heading-inline');
if (!pageTitleElement) {
return;
}
setPageTitle(pageTitleElement.innerText);
}, []);
return pageTitle;
};
exports.usePageTitle = usePageTitle;
/***/ }),
/***/ "../node_modules/object-assign/index.js":
/*!**********************************************!*\
!*** ../node_modules/object-assign/index.js ***!
\**********************************************/
/***/ ((module) => {
"use strict";
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
/* eslint-disable no-unused-vars */
var getOwnPropertySymbols = Object.getOwnPropertySymbols;
var hasOwnProperty = Object.prototype.hasOwnProperty;
var propIsEnumerable = Object.prototype.propertyIsEnumerable;
function toObject(val) {
if (val === null || val === undefined) {
throw new TypeError('Object.assign cannot be called with null or undefined');
}
return Object(val);
}
function shouldUseNative() {
try {
if (!Object.assign) {
return false;
}
// Detect buggy property enumeration order in older V8 versions.
// https://bugs.chromium.org/p/v8/issues/detail?id=4118
var test1 = new String('abc'); // eslint-disable-line no-new-wrappers
test1[5] = 'de';
if (Object.getOwnPropertyNames(test1)[0] === '5') {
return false;
}
// https://bugs.chromium.org/p/v8/issues/detail?id=3056
var test2 = {};
for (var i = 0; i < 10; i++) {
test2['_' + String.fromCharCode(i)] = i;
}
var order2 = Object.getOwnPropertyNames(test2).map(function (n) {
return test2[n];
});
if (order2.join('') !== '0123456789') {
return false;
}
// https://bugs.chromium.org/p/v8/issues/detail?id=3056
var test3 = {};
'abcdefghijklmnopqrst'.split('').forEach(function (letter) {
test3[letter] = letter;
});
if (Object.keys(Object.assign({}, test3)).join('') !==
'abcdefghijklmnopqrst') {
return false;
}
return true;
} catch (err) {
// We don't expect any of the above to throw, but better to be safe.
return false;
}
}
module.exports = shouldUseNative() ? Object.assign : function (target, source) {
var from;
var to = toObject(target);
var symbols;
for (var s = 1; s < arguments.length; s++) {
from = Object(arguments[s]);
for (var key in from) {
if (hasOwnProperty.call(from, key)) {
to[key] = from[key];
}
}
if (getOwnPropertySymbols) {
symbols = getOwnPropertySymbols(from);
for (var i = 0; i < symbols.length; i++) {
if (propIsEnumerable.call(from, symbols[i])) {
to[symbols[i]] = from[symbols[i]];
}
}
}
}
return to;
};
/***/ }),
/***/ "../node_modules/prop-types/checkPropTypes.js":
/*!****************************************************!*\
!*** ../node_modules/prop-types/checkPropTypes.js ***!
\****************************************************/
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
"use strict";
/**
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var printWarning = function() {};
if (true) {
var ReactPropTypesSecret = __webpack_require__(/*! ./lib/ReactPropTypesSecret */ "../node_modules/prop-types/lib/ReactPropTypesSecret.js");
var loggedTypeFailures = {};
var has = __webpack_require__(/*! ./lib/has */ "../node_modules/prop-types/lib/has.js");
printWarning = function(text) {
var message = 'Warning: ' + text;
if (typeof console !== 'undefined') {
console.error(message);
}
try {
// --- Welcome to debugging React ---
// This error was thrown as a convenience so that you can use this stack
// to find the callsite that caused this warning to fire.
throw new Error(message);
} catch (x) { /**/ }
};
}
/**
* Assert that the values match with the type specs.
* Error messages are memorized and will only be shown once.
*
* @param {object} typeSpecs Map of name to a ReactPropType
* @param {object} values Runtime values that need to be type-checked
* @param {string} location e.g. "prop", "context", "child context"
* @param {string} componentName Name of the component for error messages.
* @param {?Function} getStack Returns the component stack.
* @private
*/
function checkPropTypes(typeSpecs, values, location, componentName, getStack) {
if (true) {
for (var typeSpecName in typeSpecs) {
if (has(typeSpecs, typeSpecName)) {
var error;
// Prop type validation may throw. In case they do, we don't want to
// fail the render phase where it didn't fail before. So we log it.
// After these have been cleaned up, we'll let them throw.
try {
// This is intentionally an invariant that gets caught. It's the same
// behavior as without this statement except with a better message.
if (typeof typeSpecs[typeSpecName] !== 'function') {
var err = Error(
(componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' +
'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' +
'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.'
);
err.name = 'Invariant Violation';
throw err;
}
error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);
} catch (ex) {
error = ex;
}
if (error && !(error instanceof Error)) {
printWarning(
(componentName || 'React class') + ': type specification of ' +
location + ' `' + typeSpecName + '` is invalid; the type checker ' +
'function must return `null` or an `Error` but returned a ' + typeof error + '. ' +
'You may have forgotten to pass an argument to the type checker ' +
'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' +
'shape all require an argument).'
);
}
if (error instanceof Error && !(error.message in loggedTypeFailures)) {
// Only monitor this failure once because there tends to be a lot of the
// same error.
loggedTypeFailures[error.message] = true;
var stack = getStack ? getStack() : '';
printWarning(
'Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')
);
}
}
}
}
}
/**
* Resets warning cache when testing.
*
* @private
*/
checkPropTypes.resetWarningCache = function() {
if (true) {
loggedTypeFailures = {};
}
}
module.exports = checkPropTypes;
/***/ }),
/***/ "../node_modules/prop-types/factoryWithTypeCheckers.js":
/*!*************************************************************!*\
!*** ../node_modules/prop-types/factoryWithTypeCheckers.js ***!
\*************************************************************/
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
"use strict";
/**
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var ReactIs = __webpack_require__(/*! react-is */ "../node_modules/prop-types/node_modules/react-is/index.js");
var assign = __webpack_require__(/*! object-assign */ "../node_modules/object-assign/index.js");
var ReactPropTypesSecret = __webpack_require__(/*! ./lib/ReactPropTypesSecret */ "../node_modules/prop-types/lib/ReactPropTypesSecret.js");
var has = __webpack_require__(/*! ./lib/has */ "../node_modules/prop-types/lib/has.js");
var checkPropTypes = __webpack_require__(/*! ./checkPropTypes */ "../node_modules/prop-types/checkPropTypes.js");
var printWarning = function() {};
if (true) {
printWarning = function(text) {
var message = 'Warning: ' + text;
if (typeof console !== 'undefined') {
console.error(message);
}
try {
// --- Welcome to debugging React ---
// This error was thrown as a convenience so that you can use this stack
// to find the callsite that caused this warning to fire.
throw new Error(message);
} catch (x) {}
};
}
function emptyFunctionThatReturnsNull() {
return null;
}
module.exports = function(isValidElement, throwOnDirectAccess) {
/* global Symbol */
var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;
var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.
/**
* Returns the iterator method function contained on the iterable object.
*
* Be sure to invoke the function with the iterable as context:
*
* var iteratorFn = getIteratorFn(myIterable);
* if (iteratorFn) {
* var iterator = iteratorFn.call(myIterable);
* ...
* }
*
* @param {?object} maybeIterable
* @return {?function}
*/
function getIteratorFn(maybeIterable) {
var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);
if (typeof iteratorFn === 'function') {
return iteratorFn;
}
}
/**
* Collection of methods that allow declaration and validation of props that are
* supplied to React components. Example usage:
*
* var Props = require('ReactPropTypes');
* var MyArticle = React.createClass({
* propTypes: {
* // An optional string prop named "description".
* description: Props.string,
*
* // A required enum prop named "category".
* category: Props.oneOf(['News','Photos']).isRequired,
*
* // A prop named "dialog" that requires an instance of Dialog.
* dialog: Props.instanceOf(Dialog).isRequired
* },
* render: function() { ... }
* });
*
* A more formal specification of how these methods are used:
*
* type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)
* decl := ReactPropTypes.{type}(.isRequired)?
*
* Each and every declaration produces a function with the same signature. This
* allows the creation of custom validation functions. For example:
*
* var MyLink = React.createClass({
* propTypes: {
* // An optional string or URI prop named "href".
* href: function(props, propName, componentName) {
* var propValue = props[propName];
* if (propValue != null && typeof propValue !== 'string' &&
* !(propValue instanceof URI)) {
* return new Error(
* 'Expected a string or an URI for ' + propName + ' in ' +
* componentName
* );
* }
* }
* },
* render: function() {...}
* });
*
* @internal
*/
var ANONYMOUS = '< Blogeja<\/p>\n Kun suunnittelet p\u00e4\u00e4t\u00f6st\u00e4 parhaasta online-kasinolle, on t\u00e4rke\u00e4\u00e4 ottaa huomioon rakennus ja voit vaikutusvaltainen linkki<\/a> yhdist\u00e4\u00e4 ohjelman yst\u00e4v\u00e4llisyyden. Jokaisen aitojen Internet -sivustojen pelaamisj\u00e4rjestelm\u00e4n ytimest\u00e4 asettaa vedonly\u00f6ntisovelluksen. T\u00e4m\u00e4 ohjelma ohjaa erilaista panospeli\u00e4 ja voit sanella sen kykyns\u00e4. Ohjelmistoliiketoiminta, esimerkiksi Nettent, Microgaming ja PlayTech, suorittaa ja kehitt\u00e4\u00e4 tuoretta videopeli\u00e4 sivuille, voi pelata vedonly\u00f6ntialustan k\u00e4ytt\u00f6liittym\u00e4ss\u00e4. Peli viett\u00e4\u00e4 kiinteit\u00e4 lakeja houkuttelemaan lis\u00e4kortteja, mik\u00e4 tekee aloittelijoille helppo noudattaa. Super Bowl 9: t\u00e4 k\u00e4ytet\u00e4\u00e4n pienemm\u00e4ll\u00e4 terassilla, k\u00e4ytt\u00e4m\u00e4ll\u00e4 vain kortteja 6: sta, jotta voit asiantuntijaa.<\/p>\n Argentiinassa ja voit chile, maalla perustettuja rahapeliyrityksi\u00e4 kaupunkikeskuksissa, esimerkiksi Buenos Aires, ja saat Santiagon tarjoamaan Baccaratin uhkapelien valinnoissa tarjoamalla molemmille paikallisille ammattilaisille ja voit turisteja. EZ Baccarat eliminoi pankkiirin maksun kokonaan ja esittelee esimerkiksi ylim\u00e4\u00e4r\u00e4isi\u00e4 etuvetoja Dragon 7. IT -tyyppi s\u00e4ilytt\u00e4\u00e4 tavanomaisen pelin, kun sis\u00e4llyt\u00e4t hauskoja pelimahdollisuuksia, piirt\u00e4en ammattilaisia, jotka etsiv\u00e4t uutta Baccarat -j\u00e4rke\u00e4.<\/p>\n Se on samoin kuin ensisijainen tyyppi, jossa panostat kotitalouspelaamislaitoksesta. Kun olet tilaamassa online-craps-kasinon meille kaikille, ensimm\u00e4inen strategia, jonka tarjoat, on todella tervetullut ylim\u00e4\u00e4r\u00e4inen. Se on varmasti aktivoitu, kun olet luonut alkuper\u00e4isen talletuksen ja saatat usein vastata laskentasi, jolla on osuus, niin sata%.<\/p>\n Baccaratista on tullut yksi kortti online -peli kasinoissa, joilla on rikkaat korkean rullan, ja sijoitat suurempia \u201dvalaita\u201d. Yhdysvaltain normaalit ihmiset vain varmasti pelaamaan, jos pukeutumme mukavasti ja saatat menn\u00e4 uusille VIP -alueille Las Vegasin sis\u00e4ll\u00e4. T\u00e4n\u00e4\u00e4n pystymme kuitenkin nauttimaan kodistasi aidosta Baccaratista kannettavista tietokoneista tai matkapuhelimista monien amerikkalaisten todellisten k\u00e4teisverkkopohjaisten kasinoiden ansiosta, jotka tarjoavat sit\u00e4 online -peli\u00e4. Mutta ei, h\u00e4n on monimutkaisempi, koska he uskovat pelaajan kantavan tuoretta k\u00e4siarvoa. Uudet vedonly\u00f6ntirajat vaihtelevat v\u00e4lill\u00e4 1\u20135 dollaria, siksi se sopii molemmille p\u00e4ivitt\u00e4isille osallistujille ja voit suuria kuluttajia. Heid\u00e4n ainutlaatuinen ‘villi’ Baccarat -peli kokeile hienoa lis\u00e4yst\u00e4 luetteloonsa.Tuoreet pankkivalinnat ovat t\u00e4\u00e4ll\u00e4 erinomaisia.<\/p>\n Tavanomainen videopeli, kuten Black-Jack, Rulette, Baccarat, ja sin\u00e4 Craps kokeilet tukikohtia miss\u00e4 tahansa aitossa k\u00e4teismallisessa kasinoissa. Vaikka matkapuhelinpelien suosio kehittyy, varmista, ett\u00e4 aivan uusi paikallinen kasino sopii pelaajille, jotka ovat tuoreen liikkeen, jolla on mobiili-hyv\u00e4ksytt\u00e4v\u00e4 alusta. Jotkut kasinot todella tarjoavat erityisi\u00e4 ohjelmistoja tuottavamman tunnelman hallussaan. Kuluttaja -ohjelmalla poissa digitaalisesta uhkapelilaitoksesta on jonkin verran vaikutusta oman pelaamisen ymp\u00e4r\u00f6iv\u00e4\u00e4n nautintoon.<\/p>\n T\u00e4m\u00e4 sivusto ja antaa sen kansalaisille yhdeks\u00e4nkymment\u00e4 p\u00e4iv\u00e4\u00e4 t\u00e4ytt\u00e4\u00e4 tuoreet vedonly\u00f6ntikriteerit, enemm\u00e4n kuin monet muut Internetiss\u00e4 kasinot. T\u00e4ss\u00e4 on parempia Baccarat -sivustoja, jotka kokeavat Baccarat -verkossa omistaakseen oikean rahan, jokaisesta romaanista ja sinun voi ammattilaisista. Antamalla sinulle nautittava kokonaan asetetusta ja voit s\u00e4\u00e4t\u00e4\u00e4 verkkosivustoa, ei lopulta ole ongelmia valuutan tallettamisessa ja rahan nostamisessa tililt\u00e4si.<\/p>\n Uusin uhkapelilaitos ei ole vain yksi parhaimmista kaupunkikeskuksista kokeilla Baccaratia todellisen kaupan voittoa Yhdysvaltoihin ja my\u00f6s parhaimpien pelaamisten joukossa, joissa Bitcoin on rahasi mieluummin. Jos haluat seurata meit\u00e4, mutta ei, ammattilaiset tiet\u00e4isiv\u00e4t mielell\u00e4\u00e4n, ett\u00e4 he voivat saada hyv\u00e4t 250%: n sopivat ylim\u00e4\u00e4r\u00e4isen dollarin DOS: lle, 500 alusta alkaen. Baccarat on ilmeisesti elementti paikallisen kasinon RNG: ss\u00e4 ja voit reaaliaikaisen pelaamisen yrityssalkkua, mik\u00e4 antaa sinulle hyv\u00e4n monimuotoisuuden kokemusta. Superportit ovat j\u00e4lleen yksi ensisijainen vetoomus, jos haluat omistaa erinomaisen Baccaratin oikealle rahalle verkossa.<\/p>\n Baccarat en banque kokeile versiota, jossa pankkiirin roolista ei tule varmasti yksi ammattilaisista. Mik\u00e4 rakennus mahdollistaa lis\u00e4\u00e4 pelaamismahdollisuuksia ja voit auttaa pelist\u00e4 houkuttelevamman niille, jotka arvostavat oikeita vetoja. Midi Baccarat yritti t\u00e4hdell\u00e4 hieman valtavaan p\u00f6yd\u00e4lle kuin vain mikro Baccarat, aina joustavat 9 – twelve -ammattilaiset.Toisinaan ihmiset voivat tavoittaa tai kertoa sinulle uusia muistiinpanoja yksin, suorittaen syvent\u00e4v\u00e4mp\u00e4\u00e4 pelaamista verrattuna heid\u00e4n v\u00e4hentyneeseen vastaavaan.<\/p>\n Monet heist\u00e4 ovat uusista titaanista reaaliaikaisesta pelaamisesta, mutta t\u00e4\u00e4ll\u00e4 on my\u00f6s joitain nousevia kehitt\u00e4ji\u00e4, joilla voi olla joitain pelej\u00e4, jotka ovat todella syyt\u00e4 katsoa. Vintage Baccarat on oikeastaan \u200b\u200bainoasta pelist\u00e4, jota voit pelata 100 -prosenttisesti ilmaista k\u00e4yt\u00e4nn\u00f6ss\u00e4, l\u00e4ht\u00f6kohdista.LV. Niille, joilla on yksi piste, voit ottaa yhteytt\u00e4 uuteen vastaanottavaan asiakastukitiimiin monilla eri tavoilla. Siell\u00e4 on puhelinnumero, joka soittaa ty\u00f6ymp\u00e4rist\u00f6aikojen aikana, Facebook -kahva, jotta voit twiitti\u00e4, ja voit 24\/7 Live Speak -palveluntarjoajan. Sytytys ei ole tarkalleen ansaitsemalla mit\u00e4\u00e4n rakennuspalkkioita, silti rajoitettu ja helppo hy\u00f6dynt\u00e4\u00e4.<\/p>\n Vaikka se tarjoaa my\u00f6s ylimm\u00e4n maksun, sek\u00e4 PRO: n ett\u00e4 pankkiirin alhaisempi todenn\u00e4k\u00f6isyys, joka saa t\u00e4sm\u00e4lleen saman t\u00e4yden, tekee siit\u00e4 vaarallisen panoksen. Ravintolapelausyritys tuo monipuolisen valikoiman Baccarat -vaihtoehtoja, jolloin ihmisille on useita valintoja valita. Haluatpa klassista Baccarat -online -peli\u00e4 tai etsit uusia asioita, ravintolapelauslaitos sis\u00e4lt\u00e4\u00e4 suojaasi. Se on ok, kun taas sytytyspaikallisen kasino-kasinopokerin uusi kalo ja parilaisissa ihmisill\u00e4 on useita, jotka saattavat valita t\u00e4sm\u00e4lleen saman jotain kokeilua. Jackpot -verkkopohjainen pokeri on j\u00e4lleen yksi suuri t\u00e4ysin ilmainen kasinopokerisovellus, jonka sinun tulisi uskoa toimittamaan. Uusin ohjelmisto on yleens\u00e4 PokerStarsin etupuolella, mik\u00e4 edustaa yrityksen t\u00e4ysin ilmaista pelaamista.<\/p>\n Normaalisti el\u00e4v\u00e4 v\u00e4litt\u00e4j\u00e4 Baccarat -erot tarjoavat korkeimmat uhkapelirajoitukset aina 5000\u201310 dollariin, satatuhatta. Olemme nyt valinneet kampanjoita Internetin parhaista kasinoista, ja siten hienointa toisiaan j\u00e4rjestelm\u00e4\u00e4 sek\u00e4 antaminen on kiistaton. Olet saanut sinut pelaamaan standardeja, riitt\u00e4vi\u00e4 uskottavuusoireita ja joskus yksityisi\u00e4 lis\u00e4ysbonuslakeja jopa houkuttelevimpiin tarjouksiin. Kuuntele, tied\u00e4 kuinka kokeilla tarjousta, joka sopii eniten vaatimuksiisi n\u00e4iden asioiden mukaisesti. Kaikki tietokantojen videopelit t\u00e4ysin ilmaisesta kasinopelist\u00e4 on t\u00e4hte\u00e4 suorassa Uusimmassa Internet -selaimessa, ja voit ruletti. Ei ole v\u00e4ltt\u00e4m\u00e4t\u00f6nt\u00e4 suorittaa ilmainen tili, joka muuten vastaanottaa mink\u00e4\u00e4nlaista sovellusta.<\/p>\n","protected":false},"excerpt":{"rendered":" Blogeja Pit\u00e4\u00e4k\u00f6 minun pelata Baccaratia verkossa? Mik\u00e4 on todella verkossa Baccarat? Kun suunnittelet p\u00e4\u00e4t\u00f6st\u00e4 parhaasta online-kasinolle, on t\u00e4rke\u00e4\u00e4 ottaa huomioon … <\/i>\u0627\u0642\u0631\u0623 \u0623\u0643\u062b\u0631<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-10265","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/leomindustry.com\/wp-json\/wp\/v2\/posts\/10265","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/leomindustry.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/leomindustry.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/leomindustry.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/leomindustry.com\/wp-json\/wp\/v2\/comments?post=10265"}],"version-history":[{"count":1,"href":"https:\/\/leomindustry.com\/wp-json\/wp\/v2\/posts\/10265\/revisions"}],"predecessor-version":[{"id":10266,"href":"https:\/\/leomindustry.com\/wp-json\/wp\/v2\/posts\/10265\/revisions\/10266"}],"wp:attachment":[{"href":"https:\/\/leomindustry.com\/wp-json\/wp\/v2\/media?parent=10265"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/leomindustry.com\/wp-json\/wp\/v2\/categories?post=10265"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/leomindustry.com\/wp-json\/wp\/v2\/tags?post=10265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}\n
Pit\u00e4\u00e4k\u00f6 minun pelata Baccaratia verkossa?<\/h2>\n
Mik\u00e4 on todella verkossa Baccarat?<\/h2>\n
<\/p>\n
\n
<\/p>\n
\n
<\/p>\n