Edit File by line
/home/barbar84/www/wp-inclu.../js/dist
File: components.js
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return COMPOSITE_ITEM_KEYS; });
[42000] Fix | Delete
/* unused harmony export c */
[42001] Fix | Delete
// Automatically generated
[42002] Fix | Delete
var COMPOSITE_STATE_KEYS = ["baseId", "unstable_idCountRef", "setBaseId", "unstable_virtual", "rtl", "orientation", "items", "groups", "currentId", "loop", "wrap", "shift", "unstable_moves", "unstable_hasActiveWidget", "unstable_includesBaseElement", "registerItem", "unregisterItem", "registerGroup", "unregisterGroup", "move", "next", "previous", "up", "down", "first", "last", "sort", "unstable_setVirtual", "setRTL", "setOrientation", "setCurrentId", "setLoop", "setWrap", "setShift", "reset", "unstable_setIncludesBaseElement", "unstable_setHasActiveWidget"];
[42003] Fix | Delete
var COMPOSITE_KEYS = COMPOSITE_STATE_KEYS;
[42004] Fix | Delete
var COMPOSITE_GROUP_KEYS = COMPOSITE_KEYS;
[42005] Fix | Delete
var COMPOSITE_ITEM_KEYS = COMPOSITE_GROUP_KEYS;
[42006] Fix | Delete
var COMPOSITE_ITEM_WIDGET_KEYS = COMPOSITE_ITEM_KEYS;
[42007] Fix | Delete
[42008] Fix | Delete
[42009] Fix | Delete
[42010] Fix | Delete
[42011] Fix | Delete
/***/ }),
[42012] Fix | Delete
[42013] Fix | Delete
/***/ "TG4+":
[42014] Fix | Delete
/***/ (function(module, exports, __webpack_require__) {
[42015] Fix | Delete
[42016] Fix | Delete
"use strict";
[42017] Fix | Delete
[42018] Fix | Delete
[42019] Fix | Delete
Object.defineProperty(exports, "__esModule", {
[42020] Fix | Delete
value: true
[42021] Fix | Delete
});
[42022] Fix | Delete
exports.withStylesPropTypes = exports.css = undefined;
[42023] Fix | Delete
[42024] Fix | Delete
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
[42025] Fix | Delete
[42026] Fix | Delete
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
[42027] Fix | Delete
[42028] Fix | Delete
exports.withStyles = withStyles;
[42029] Fix | Delete
[42030] Fix | Delete
var _object = __webpack_require__("Koq/");
[42031] Fix | Delete
[42032] Fix | Delete
var _object2 = _interopRequireDefault(_object);
[42033] Fix | Delete
[42034] Fix | Delete
var _react = __webpack_require__("cDcd");
[42035] Fix | Delete
[42036] Fix | Delete
var _react2 = _interopRequireDefault(_react);
[42037] Fix | Delete
[42038] Fix | Delete
var _propTypes = __webpack_require__("17x9");
[42039] Fix | Delete
[42040] Fix | Delete
var _propTypes2 = _interopRequireDefault(_propTypes);
[42041] Fix | Delete
[42042] Fix | Delete
var _hoistNonReactStatics = __webpack_require__("2mql");
[42043] Fix | Delete
[42044] Fix | Delete
var _hoistNonReactStatics2 = _interopRequireDefault(_hoistNonReactStatics);
[42045] Fix | Delete
[42046] Fix | Delete
var _constants = __webpack_require__("QEu6");
[42047] Fix | Delete
[42048] Fix | Delete
var _brcast = __webpack_require__("sDMB");
[42049] Fix | Delete
[42050] Fix | Delete
var _brcast2 = _interopRequireDefault(_brcast);
[42051] Fix | Delete
[42052] Fix | Delete
var _ThemedStyleSheet = __webpack_require__("030x");
[42053] Fix | Delete
[42054] Fix | Delete
var _ThemedStyleSheet2 = _interopRequireDefault(_ThemedStyleSheet);
[42055] Fix | Delete
[42056] Fix | Delete
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
[42057] Fix | Delete
[42058] Fix | Delete
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
[42059] Fix | Delete
[42060] Fix | Delete
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
[42061] Fix | Delete
[42062] Fix | Delete
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
[42063] Fix | Delete
[42064] Fix | Delete
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /* eslint react/forbid-foreign-prop-types: off */
[42065] Fix | Delete
[42066] Fix | Delete
// Add some named exports to assist in upgrading and for convenience
[42067] Fix | Delete
var css = exports.css = _ThemedStyleSheet2['default'].resolveLTR;
[42068] Fix | Delete
var withStylesPropTypes = exports.withStylesPropTypes = {
[42069] Fix | Delete
styles: _propTypes2['default'].object.isRequired, // eslint-disable-line react/forbid-prop-types
[42070] Fix | Delete
theme: _propTypes2['default'].object.isRequired, // eslint-disable-line react/forbid-prop-types
[42071] Fix | Delete
css: _propTypes2['default'].func.isRequired
[42072] Fix | Delete
};
[42073] Fix | Delete
[42074] Fix | Delete
var EMPTY_STYLES = {};
[42075] Fix | Delete
var EMPTY_STYLES_FN = function EMPTY_STYLES_FN() {
[42076] Fix | Delete
return EMPTY_STYLES;
[42077] Fix | Delete
};
[42078] Fix | Delete
[42079] Fix | Delete
var START_MARK = 'react-with-styles.createStyles.start';
[42080] Fix | Delete
var END_MARK = 'react-with-styles.createStyles.end';
[42081] Fix | Delete
[42082] Fix | Delete
function baseClass(pureComponent) {
[42083] Fix | Delete
if (pureComponent) {
[42084] Fix | Delete
if (!_react2['default'].PureComponent) {
[42085] Fix | Delete
throw new ReferenceError('withStyles() pureComponent option requires React 15.3.0 or later');
[42086] Fix | Delete
}
[42087] Fix | Delete
[42088] Fix | Delete
return _react2['default'].PureComponent;
[42089] Fix | Delete
}
[42090] Fix | Delete
[42091] Fix | Delete
return _react2['default'].Component;
[42092] Fix | Delete
}
[42093] Fix | Delete
[42094] Fix | Delete
var contextTypes = _defineProperty({}, _constants.CHANNEL, _brcast2['default']);
[42095] Fix | Delete
[42096] Fix | Delete
var defaultDirection = _constants.DIRECTIONS.LTR;
[42097] Fix | Delete
[42098] Fix | Delete
function withStyles(styleFn) {
[42099] Fix | Delete
var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
[42100] Fix | Delete
_ref$stylesPropName = _ref.stylesPropName,
[42101] Fix | Delete
stylesPropName = _ref$stylesPropName === undefined ? 'styles' : _ref$stylesPropName,
[42102] Fix | Delete
_ref$themePropName = _ref.themePropName,
[42103] Fix | Delete
themePropName = _ref$themePropName === undefined ? 'theme' : _ref$themePropName,
[42104] Fix | Delete
_ref$cssPropName = _ref.cssPropName,
[42105] Fix | Delete
cssPropName = _ref$cssPropName === undefined ? 'css' : _ref$cssPropName,
[42106] Fix | Delete
_ref$flushBefore = _ref.flushBefore,
[42107] Fix | Delete
flushBefore = _ref$flushBefore === undefined ? false : _ref$flushBefore,
[42108] Fix | Delete
_ref$pureComponent = _ref.pureComponent,
[42109] Fix | Delete
pureComponent = _ref$pureComponent === undefined ? false : _ref$pureComponent;
[42110] Fix | Delete
[42111] Fix | Delete
var styleDefLTR = void 0;
[42112] Fix | Delete
var styleDefRTL = void 0;
[42113] Fix | Delete
var currentThemeLTR = void 0;
[42114] Fix | Delete
var currentThemeRTL = void 0;
[42115] Fix | Delete
var BaseClass = baseClass(pureComponent);
[42116] Fix | Delete
[42117] Fix | Delete
function getResolveMethod(direction) {
[42118] Fix | Delete
return direction === _constants.DIRECTIONS.LTR ? _ThemedStyleSheet2['default'].resolveLTR : _ThemedStyleSheet2['default'].resolveRTL;
[42119] Fix | Delete
}
[42120] Fix | Delete
[42121] Fix | Delete
function getCurrentTheme(direction) {
[42122] Fix | Delete
return direction === _constants.DIRECTIONS.LTR ? currentThemeLTR : currentThemeRTL;
[42123] Fix | Delete
}
[42124] Fix | Delete
[42125] Fix | Delete
function getStyleDef(direction, wrappedComponentName) {
[42126] Fix | Delete
var currentTheme = getCurrentTheme(direction);
[42127] Fix | Delete
var styleDef = direction === _constants.DIRECTIONS.LTR ? styleDefLTR : styleDefRTL;
[42128] Fix | Delete
[42129] Fix | Delete
var registeredTheme = _ThemedStyleSheet2['default'].get();
[42130] Fix | Delete
[42131] Fix | Delete
// Return the existing styles if they've already been defined
[42132] Fix | Delete
// and if the theme used to create them corresponds to the theme
[42133] Fix | Delete
// registered with ThemedStyleSheet
[42134] Fix | Delete
if (styleDef && currentTheme === registeredTheme) {
[42135] Fix | Delete
return styleDef;
[42136] Fix | Delete
}
[42137] Fix | Delete
[42138] Fix | Delete
if (false) {}
[42139] Fix | Delete
[42140] Fix | Delete
var isRTL = direction === _constants.DIRECTIONS.RTL;
[42141] Fix | Delete
[42142] Fix | Delete
if (isRTL) {
[42143] Fix | Delete
styleDefRTL = styleFn ? _ThemedStyleSheet2['default'].createRTL(styleFn) : EMPTY_STYLES_FN;
[42144] Fix | Delete
[42145] Fix | Delete
currentThemeRTL = registeredTheme;
[42146] Fix | Delete
styleDef = styleDefRTL;
[42147] Fix | Delete
} else {
[42148] Fix | Delete
styleDefLTR = styleFn ? _ThemedStyleSheet2['default'].createLTR(styleFn) : EMPTY_STYLES_FN;
[42149] Fix | Delete
[42150] Fix | Delete
currentThemeLTR = registeredTheme;
[42151] Fix | Delete
styleDef = styleDefLTR;
[42152] Fix | Delete
}
[42153] Fix | Delete
[42154] Fix | Delete
if (false) { var measureName; }
[42155] Fix | Delete
[42156] Fix | Delete
return styleDef;
[42157] Fix | Delete
}
[42158] Fix | Delete
[42159] Fix | Delete
function getState(direction, wrappedComponentName) {
[42160] Fix | Delete
return {
[42161] Fix | Delete
resolveMethod: getResolveMethod(direction),
[42162] Fix | Delete
styleDef: getStyleDef(direction, wrappedComponentName)
[42163] Fix | Delete
};
[42164] Fix | Delete
}
[42165] Fix | Delete
[42166] Fix | Delete
return function () {
[42167] Fix | Delete
function withStylesHOC(WrappedComponent) {
[42168] Fix | Delete
var wrappedComponentName = WrappedComponent.displayName || WrappedComponent.name || 'Component';
[42169] Fix | Delete
[42170] Fix | Delete
// NOTE: Use a class here so components are ref-able if need be:
[42171] Fix | Delete
// eslint-disable-next-line react/prefer-stateless-function
[42172] Fix | Delete
[42173] Fix | Delete
var WithStyles = function (_BaseClass) {
[42174] Fix | Delete
_inherits(WithStyles, _BaseClass);
[42175] Fix | Delete
[42176] Fix | Delete
function WithStyles(props, context) {
[42177] Fix | Delete
_classCallCheck(this, WithStyles);
[42178] Fix | Delete
[42179] Fix | Delete
var _this = _possibleConstructorReturn(this, (WithStyles.__proto__ || Object.getPrototypeOf(WithStyles)).call(this, props, context));
[42180] Fix | Delete
[42181] Fix | Delete
var direction = _this.context[_constants.CHANNEL] ? _this.context[_constants.CHANNEL].getState() : defaultDirection;
[42182] Fix | Delete
[42183] Fix | Delete
_this.state = getState(direction, wrappedComponentName);
[42184] Fix | Delete
return _this;
[42185] Fix | Delete
}
[42186] Fix | Delete
[42187] Fix | Delete
_createClass(WithStyles, [{
[42188] Fix | Delete
key: 'componentDidMount',
[42189] Fix | Delete
value: function () {
[42190] Fix | Delete
function componentDidMount() {
[42191] Fix | Delete
var _this2 = this;
[42192] Fix | Delete
[42193] Fix | Delete
if (this.context[_constants.CHANNEL]) {
[42194] Fix | Delete
// subscribe to future direction changes
[42195] Fix | Delete
this.channelUnsubscribe = this.context[_constants.CHANNEL].subscribe(function (direction) {
[42196] Fix | Delete
_this2.setState(getState(direction, wrappedComponentName));
[42197] Fix | Delete
});
[42198] Fix | Delete
}
[42199] Fix | Delete
}
[42200] Fix | Delete
[42201] Fix | Delete
return componentDidMount;
[42202] Fix | Delete
}()
[42203] Fix | Delete
}, {
[42204] Fix | Delete
key: 'componentWillUnmount',
[42205] Fix | Delete
value: function () {
[42206] Fix | Delete
function componentWillUnmount() {
[42207] Fix | Delete
if (this.channelUnsubscribe) {
[42208] Fix | Delete
this.channelUnsubscribe();
[42209] Fix | Delete
}
[42210] Fix | Delete
}
[42211] Fix | Delete
[42212] Fix | Delete
return componentWillUnmount;
[42213] Fix | Delete
}()
[42214] Fix | Delete
}, {
[42215] Fix | Delete
key: 'render',
[42216] Fix | Delete
value: function () {
[42217] Fix | Delete
function render() {
[42218] Fix | Delete
var _ref2;
[42219] Fix | Delete
[42220] Fix | Delete
// As some components will depend on previous styles in
[42221] Fix | Delete
// the component tree, we provide the option of flushing the
[42222] Fix | Delete
// buffered styles (i.e. to a style tag) **before** the rendering
[42223] Fix | Delete
// cycle begins.
[42224] Fix | Delete
//
[42225] Fix | Delete
// The interfaces provide the optional "flush" method which
[42226] Fix | Delete
// is run in turn by ThemedStyleSheet.flush.
[42227] Fix | Delete
if (flushBefore) {
[42228] Fix | Delete
_ThemedStyleSheet2['default'].flush();
[42229] Fix | Delete
}
[42230] Fix | Delete
[42231] Fix | Delete
var _state = this.state,
[42232] Fix | Delete
resolveMethod = _state.resolveMethod,
[42233] Fix | Delete
styleDef = _state.styleDef;
[42234] Fix | Delete
[42235] Fix | Delete
[42236] Fix | Delete
return _react2['default'].createElement(WrappedComponent, _extends({}, this.props, (_ref2 = {}, _defineProperty(_ref2, themePropName, _ThemedStyleSheet2['default'].get()), _defineProperty(_ref2, stylesPropName, styleDef()), _defineProperty(_ref2, cssPropName, resolveMethod), _ref2)));
[42237] Fix | Delete
}
[42238] Fix | Delete
[42239] Fix | Delete
return render;
[42240] Fix | Delete
}()
[42241] Fix | Delete
}]);
[42242] Fix | Delete
[42243] Fix | Delete
return WithStyles;
[42244] Fix | Delete
}(BaseClass);
[42245] Fix | Delete
[42246] Fix | Delete
WithStyles.WrappedComponent = WrappedComponent;
[42247] Fix | Delete
WithStyles.displayName = 'withStyles(' + String(wrappedComponentName) + ')';
[42248] Fix | Delete
WithStyles.contextTypes = contextTypes;
[42249] Fix | Delete
if (WrappedComponent.propTypes) {
[42250] Fix | Delete
WithStyles.propTypes = (0, _object2['default'])({}, WrappedComponent.propTypes);
[42251] Fix | Delete
delete WithStyles.propTypes[stylesPropName];
[42252] Fix | Delete
delete WithStyles.propTypes[themePropName];
[42253] Fix | Delete
delete WithStyles.propTypes[cssPropName];
[42254] Fix | Delete
}
[42255] Fix | Delete
if (WrappedComponent.defaultProps) {
[42256] Fix | Delete
WithStyles.defaultProps = (0, _object2['default'])({}, WrappedComponent.defaultProps);
[42257] Fix | Delete
}
[42258] Fix | Delete
[42259] Fix | Delete
return (0, _hoistNonReactStatics2['default'])(WithStyles, WrappedComponent);
[42260] Fix | Delete
}
[42261] Fix | Delete
[42262] Fix | Delete
return withStylesHOC;
[42263] Fix | Delete
}();
[42264] Fix | Delete
}
[42265] Fix | Delete
[42266] Fix | Delete
/***/ }),
[42267] Fix | Delete
[42268] Fix | Delete
/***/ "TOwV":
[42269] Fix | Delete
/***/ (function(module, exports, __webpack_require__) {
[42270] Fix | Delete
[42271] Fix | Delete
"use strict";
[42272] Fix | Delete
[42273] Fix | Delete
[42274] Fix | Delete
if (true) {
[42275] Fix | Delete
module.exports = __webpack_require__("qT12");
[42276] Fix | Delete
} else {}
[42277] Fix | Delete
[42278] Fix | Delete
[42279] Fix | Delete
/***/ }),
[42280] Fix | Delete
[42281] Fix | Delete
/***/ "TSYQ":
[42282] Fix | Delete
/***/ (function(module, exports, __webpack_require__) {
[42283] Fix | Delete
[42284] Fix | Delete
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
[42285] Fix | Delete
Copyright (c) 2017 Jed Watson.
[42286] Fix | Delete
Licensed under the MIT License (MIT), see
[42287] Fix | Delete
http://jedwatson.github.io/classnames
[42288] Fix | Delete
*/
[42289] Fix | Delete
/* global define */
[42290] Fix | Delete
[42291] Fix | Delete
(function () {
[42292] Fix | Delete
'use strict';
[42293] Fix | Delete
[42294] Fix | Delete
var hasOwn = {}.hasOwnProperty;
[42295] Fix | Delete
[42296] Fix | Delete
function classNames () {
[42297] Fix | Delete
var classes = [];
[42298] Fix | Delete
[42299] Fix | Delete
for (var i = 0; i < arguments.length; i++) {
[42300] Fix | Delete
var arg = arguments[i];
[42301] Fix | Delete
if (!arg) continue;
[42302] Fix | Delete
[42303] Fix | Delete
var argType = typeof arg;
[42304] Fix | Delete
[42305] Fix | Delete
if (argType === 'string' || argType === 'number') {
[42306] Fix | Delete
classes.push(arg);
[42307] Fix | Delete
} else if (Array.isArray(arg) && arg.length) {
[42308] Fix | Delete
var inner = classNames.apply(null, arg);
[42309] Fix | Delete
if (inner) {
[42310] Fix | Delete
classes.push(inner);
[42311] Fix | Delete
}
[42312] Fix | Delete
} else if (argType === 'object') {
[42313] Fix | Delete
for (var key in arg) {
[42314] Fix | Delete
if (hasOwn.call(arg, key) && arg[key]) {
[42315] Fix | Delete
classes.push(key);
[42316] Fix | Delete
}
[42317] Fix | Delete
}
[42318] Fix | Delete
}
[42319] Fix | Delete
}
[42320] Fix | Delete
[42321] Fix | Delete
return classes.join(' ');
[42322] Fix | Delete
}
[42323] Fix | Delete
[42324] Fix | Delete
if ( true && module.exports) {
[42325] Fix | Delete
classNames.default = classNames;
[42326] Fix | Delete
module.exports = classNames;
[42327] Fix | Delete
} else if (true) {
[42328] Fix | Delete
// register as 'classnames', consistent with npm package name
[42329] Fix | Delete
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () {
[42330] Fix | Delete
return classNames;
[42331] Fix | Delete
}).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
[42332] Fix | Delete
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
[42333] Fix | Delete
} else {}
[42334] Fix | Delete
}());
[42335] Fix | Delete
[42336] Fix | Delete
[42337] Fix | Delete
/***/ }),
[42338] Fix | Delete
[42339] Fix | Delete
/***/ "TUyu":
[42340] Fix | Delete
/***/ (function(module, exports, __webpack_require__) {
[42341] Fix | Delete
[42342] Fix | Delete
"use strict";
[42343] Fix | Delete
[42344] Fix | Delete
[42345] Fix | Delete
Object.defineProperty(exports, "__esModule", {
[42346] Fix | Delete
value: true
[42347] Fix | Delete
});
[42348] Fix | Delete
exports['default'] = registerCSSInterfaceWithDefaultTheme;
[42349] Fix | Delete
[42350] Fix | Delete
var _reactWithStylesInterfaceCss = __webpack_require__("lzPt");
[42351] Fix | Delete
[42352] Fix | Delete
var _reactWithStylesInterfaceCss2 = _interopRequireDefault(_reactWithStylesInterfaceCss);
[42353] Fix | Delete
[42354] Fix | Delete
var _registerInterfaceWithDefaultTheme = __webpack_require__("WI5Z");
[42355] Fix | Delete
[42356] Fix | Delete
var _registerInterfaceWithDefaultTheme2 = _interopRequireDefault(_registerInterfaceWithDefaultTheme);
[42357] Fix | Delete
[42358] Fix | Delete
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
[42359] Fix | Delete
[42360] Fix | Delete
function registerCSSInterfaceWithDefaultTheme() {
[42361] Fix | Delete
(0, _registerInterfaceWithDefaultTheme2['default'])(_reactWithStylesInterfaceCss2['default']);
[42362] Fix | Delete
}
[42363] Fix | Delete
[42364] Fix | Delete
/***/ }),
[42365] Fix | Delete
[42366] Fix | Delete
/***/ "Teho":
[42367] Fix | Delete
/***/ (function(module, exports, __webpack_require__) {
[42368] Fix | Delete
[42369] Fix | Delete
"use strict";
[42370] Fix | Delete
[42371] Fix | Delete
[42372] Fix | Delete
module.exports = function isPrimitive(value) {
[42373] Fix | Delete
return value === null || (typeof value !== 'function' && typeof value !== 'object');
[42374] Fix | Delete
};
[42375] Fix | Delete
[42376] Fix | Delete
[42377] Fix | Delete
/***/ }),
[42378] Fix | Delete
[42379] Fix | Delete
/***/ "Thzv":
[42380] Fix | Delete
/***/ (function(module, exports, __webpack_require__) {
[42381] Fix | Delete
[42382] Fix | Delete
"use strict";
[42383] Fix | Delete
[42384] Fix | Delete
[42385] Fix | Delete
Object.defineProperty(exports, "__esModule", {
[42386] Fix | Delete
value: true
[42387] Fix | Delete
});
[42388] Fix | Delete
[42389] Fix | Delete
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
[42390] Fix | Delete
[42391] Fix | Delete
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
[42392] Fix | Delete
[42393] Fix | Delete
var _object = __webpack_require__("Koq/");
[42394] Fix | Delete
[42395] Fix | Delete
var _object2 = _interopRequireDefault(_object);
[42396] Fix | Delete
[42397] Fix | Delete
var _react = __webpack_require__("cDcd");
[42398] Fix | Delete
[42399] Fix | Delete
var _react2 = _interopRequireDefault(_react);
[42400] Fix | Delete
[42401] Fix | Delete
var _propTypes = __webpack_require__("17x9");
[42402] Fix | Delete
[42403] Fix | Delete
var _propTypes2 = _interopRequireDefault(_propTypes);
[42404] Fix | Delete
[42405] Fix | Delete
var _reactAddonsShallowCompare = __webpack_require__("YZDV");
[42406] Fix | Delete
[42407] Fix | Delete
var _reactAddonsShallowCompare2 = _interopRequireDefault(_reactAddonsShallowCompare);
[42408] Fix | Delete
[42409] Fix | Delete
var _reactMomentProptypes = __webpack_require__("XGBb");
[42410] Fix | Delete
[42411] Fix | Delete
var _reactMomentProptypes2 = _interopRequireDefault(_reactMomentProptypes);
[42412] Fix | Delete
[42413] Fix | Delete
var _airbnbPropTypes = __webpack_require__("Hsqg");
[42414] Fix | Delete
[42415] Fix | Delete
var _reactWithStyles = __webpack_require__("TG4+");
[42416] Fix | Delete
[42417] Fix | Delete
var _moment = __webpack_require__("wy2R");
[42418] Fix | Delete
[42419] Fix | Delete
var _moment2 = _interopRequireDefault(_moment);
[42420] Fix | Delete
[42421] Fix | Delete
var _consolidatedEvents = __webpack_require__("1TsT");
[42422] Fix | Delete
[42423] Fix | Delete
var _defaultPhrases = __webpack_require__("vV+G");
[42424] Fix | Delete
[42425] Fix | Delete
var _getPhrasePropTypes = __webpack_require__("yc2e");
[42426] Fix | Delete
[42427] Fix | Delete
var _getPhrasePropTypes2 = _interopRequireDefault(_getPhrasePropTypes);
[42428] Fix | Delete
[42429] Fix | Delete
var _CalendarMonth = __webpack_require__("mMiH");
[42430] Fix | Delete
[42431] Fix | Delete
var _CalendarMonth2 = _interopRequireDefault(_CalendarMonth);
[42432] Fix | Delete
[42433] Fix | Delete
var _isTransitionEndSupported = __webpack_require__("dRQD");
[42434] Fix | Delete
[42435] Fix | Delete
var _isTransitionEndSupported2 = _interopRequireDefault(_isTransitionEndSupported);
[42436] Fix | Delete
[42437] Fix | Delete
var _getTransformStyles = __webpack_require__("q86A");
[42438] Fix | Delete
[42439] Fix | Delete
var _getTransformStyles2 = _interopRequireDefault(_getTransformStyles);
[42440] Fix | Delete
[42441] Fix | Delete
var _getCalendarMonthWidth = __webpack_require__("m2ax");
[42442] Fix | Delete
[42443] Fix | Delete
var _getCalendarMonthWidth2 = _interopRequireDefault(_getCalendarMonthWidth);
[42444] Fix | Delete
[42445] Fix | Delete
var _toISOMonthString = __webpack_require__("jenk");
[42446] Fix | Delete
[42447] Fix | Delete
var _toISOMonthString2 = _interopRequireDefault(_toISOMonthString);
[42448] Fix | Delete
[42449] Fix | Delete
var _isPrevMonth = __webpack_require__("Pq96");
[42450] Fix | Delete
[42451] Fix | Delete
var _isPrevMonth2 = _interopRequireDefault(_isPrevMonth);
[42452] Fix | Delete
[42453] Fix | Delete
var _isNextMonth = __webpack_require__("6HWY");
[42454] Fix | Delete
[42455] Fix | Delete
var _isNextMonth2 = _interopRequireDefault(_isNextMonth);
[42456] Fix | Delete
[42457] Fix | Delete
var _ModifiersShape = __webpack_require__("J7JS");
[42458] Fix | Delete
[42459] Fix | Delete
var _ModifiersShape2 = _interopRequireDefault(_ModifiersShape);
[42460] Fix | Delete
[42461] Fix | Delete
var _ScrollableOrientationShape = __webpack_require__("aE6U");
[42462] Fix | Delete
[42463] Fix | Delete
var _ScrollableOrientationShape2 = _interopRequireDefault(_ScrollableOrientationShape);
[42464] Fix | Delete
[42465] Fix | Delete
var _DayOfWeekShape = __webpack_require__("2S2E");
[42466] Fix | Delete
[42467] Fix | Delete
var _DayOfWeekShape2 = _interopRequireDefault(_DayOfWeekShape);
[42468] Fix | Delete
[42469] Fix | Delete
var _constants = __webpack_require__("Fv1B");
[42470] Fix | Delete
[42471] Fix | Delete
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
[42472] Fix | Delete
[42473] Fix | Delete
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
[42474] Fix | Delete
[42475] Fix | Delete
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
[42476] Fix | Delete
[42477] Fix | Delete
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
[42478] Fix | Delete
[42479] Fix | Delete
var propTypes = (0, _airbnbPropTypes.forbidExtraProps)((0, _object2['default'])({}, _reactWithStyles.withStylesPropTypes, {
[42480] Fix | Delete
enableOutsideDays: _propTypes2['default'].bool,
[42481] Fix | Delete
firstVisibleMonthIndex: _propTypes2['default'].number,
[42482] Fix | Delete
horizontalMonthPadding: _airbnbPropTypes.nonNegativeInteger,
[42483] Fix | Delete
initialMonth: _reactMomentProptypes2['default'].momentObj,
[42484] Fix | Delete
isAnimating: _propTypes2['default'].bool,
[42485] Fix | Delete
numberOfMonths: _propTypes2['default'].number,
[42486] Fix | Delete
modifiers: _propTypes2['default'].objectOf(_propTypes2['default'].objectOf(_ModifiersShape2['default'])),
[42487] Fix | Delete
orientation: _ScrollableOrientationShape2['default'],
[42488] Fix | Delete
onDayClick: _propTypes2['default'].func,
[42489] Fix | Delete
onDayMouseEnter: _propTypes2['default'].func,
[42490] Fix | Delete
onDayMouseLeave: _propTypes2['default'].func,
[42491] Fix | Delete
onMonthTransitionEnd: _propTypes2['default'].func,
[42492] Fix | Delete
onMonthChange: _propTypes2['default'].func,
[42493] Fix | Delete
onYearChange: _propTypes2['default'].func,
[42494] Fix | Delete
renderMonthText: (0, _airbnbPropTypes.mutuallyExclusiveProps)(_propTypes2['default'].func, 'renderMonthText', 'renderMonthElement'),
[42495] Fix | Delete
renderCalendarDay: _propTypes2['default'].func,
[42496] Fix | Delete
renderDayContents: _propTypes2['default'].func,
[42497] Fix | Delete
translationValue: _propTypes2['default'].number,
[42498] Fix | Delete
renderMonthElement: (0, _airbnbPropTypes.mutuallyExclusiveProps)(_propTypes2['default'].func, 'renderMonthText', 'renderMonthElement'),
[42499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function