UNPKG

rizzo-next

Version:

The next generation of Lonely Planet's style guide and pattern library.

83 lines (61 loc) 3.75 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = undefined; 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; }; }(); var _dec, _desc, _value, _class; var _component = require("../../core/component"); var _component2 = _interopRequireDefault(_component); var _subscribe = require("../../core/decorators/subscribe"); var _subscribe2 = _interopRequireDefault(_subscribe); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } 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; } 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; } function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) { var desc = {}; Object['ke' + 'ys'](descriptor).forEach(function (key) { desc[key] = descriptor[key]; }); desc.enumerable = !!desc.enumerable; desc.configurable = !!desc.configurable; if ('value' in desc || desc.initializer) { desc.writable = true; } desc = decorators.slice().reverse().reduce(function (desc, decorator) { return decorator(target, property, desc) || desc; }, desc); if (context && desc.initializer !== void 0) { desc.value = desc.initializer ? desc.initializer.call(context) : void 0; desc.initializer = undefined; } if (desc.initializer === void 0) { Object['define' + 'Property'](target, property, desc); desc = null; } return desc; } var Sights = (_dec = (0, _subscribe2.default)("experiences.removed", "components"), (_class = function (_Component) { _inherits(Sights, _Component); function Sights() { _classCallCheck(this, Sights); return _possibleConstructorReturn(this, (Sights.__proto__ || Object.getPrototypeOf(Sights)).apply(this, arguments)); } _createClass(Sights, [{ key: "initialize", value: function initialize() { var sights = this.getInitialState(); this.sightsList = require("./sights_list.hbs"); this.$el.find(".js-sights-list").replaceWith(this.sightsList(sights)); this.subscribe(); } }, { key: "_changeTitle", value: function _changeTitle() { this.$el.find(".js-sights-heading").toggleClass("sights__heading--large"); } }]); return Sights; }(_component2.default), (_applyDecoratedDescriptor(_class.prototype, "_changeTitle", [_dec], Object.getOwnPropertyDescriptor(_class.prototype, "_changeTitle"), _class.prototype)), _class)); exports.default = Sights;